@ckeditor/ckeditor5-comments 39.0.1 → 39.0.2

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 (107) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/LICENSE.md +5 -5
  3. package/README.md +13 -13
  4. package/build/comments.js +1 -1
  5. package/build/translations/fa.js +1 -1
  6. package/lang/translations/af.po +1 -0
  7. package/lang/translations/ar.po +1 -0
  8. package/lang/translations/bg.po +1 -0
  9. package/lang/translations/bn.po +1 -0
  10. package/lang/translations/bs.po +1 -0
  11. package/lang/translations/ca.po +1 -0
  12. package/lang/translations/cs.po +1 -0
  13. package/lang/translations/da.po +1 -0
  14. package/lang/translations/de-ch.po +1 -0
  15. package/lang/translations/de.po +1 -0
  16. package/lang/translations/el.po +1 -0
  17. package/lang/translations/en-au.po +1 -0
  18. package/lang/translations/en.po +1 -0
  19. package/lang/translations/es-co.po +1 -0
  20. package/lang/translations/es.po +1 -0
  21. package/lang/translations/et.po +1 -0
  22. package/lang/translations/fa.po +10 -9
  23. package/lang/translations/fi.po +1 -0
  24. package/lang/translations/fr.po +1 -0
  25. package/lang/translations/gl.po +1 -0
  26. package/lang/translations/he.po +1 -0
  27. package/lang/translations/hi.po +1 -0
  28. package/lang/translations/hr.po +1 -0
  29. package/lang/translations/hu.po +1 -0
  30. package/lang/translations/id.po +1 -0
  31. package/lang/translations/it.po +1 -0
  32. package/lang/translations/ja.po +1 -0
  33. package/lang/translations/jv.po +1 -0
  34. package/lang/translations/ko.po +1 -0
  35. package/lang/translations/lt.po +1 -0
  36. package/lang/translations/lv.po +1 -0
  37. package/lang/translations/ms.po +1 -0
  38. package/lang/translations/nl.po +1 -0
  39. package/lang/translations/no.po +1 -0
  40. package/lang/translations/pl.po +1 -0
  41. package/lang/translations/pt-br.po +1 -0
  42. package/lang/translations/pt.po +1 -0
  43. package/lang/translations/ro.po +1 -0
  44. package/lang/translations/ru.po +1 -0
  45. package/lang/translations/sk.po +1 -0
  46. package/lang/translations/sq.po +1 -0
  47. package/lang/translations/sr-latn.po +1 -0
  48. package/lang/translations/sr.po +1 -0
  49. package/lang/translations/sv.po +1 -0
  50. package/lang/translations/th.po +1 -0
  51. package/lang/translations/tk.po +1 -0
  52. package/lang/translations/tr.po +1 -0
  53. package/lang/translations/tt.po +1 -0
  54. package/lang/translations/ug.po +1 -0
  55. package/lang/translations/uk.po +1 -0
  56. package/lang/translations/ur.po +1 -0
  57. package/lang/translations/vi.po +1 -0
  58. package/lang/translations/zh-cn.po +1 -0
  59. package/lang/translations/zh.po +1 -0
  60. package/package.json +3 -7
  61. package/src/annotations/annotation.js +1 -1
  62. package/src/annotations/annotationcollection.js +1 -1
  63. package/src/annotations/annotations.js +1 -1
  64. package/src/annotations/annotationsuis.js +1 -1
  65. package/src/annotations/editorannotations.js +1 -1
  66. package/src/annotations/inlineannotations.js +1 -1
  67. package/src/annotations/narrowsidebar.js +1 -1
  68. package/src/annotations/sidebar.js +1 -1
  69. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  70. package/src/annotations/view/annotationview.js +1 -1
  71. package/src/annotations/view/sidebaritemview.js +1 -1
  72. package/src/annotations/view/sidebarview.js +1 -1
  73. package/src/annotations/widesidebar.js +1 -1
  74. package/src/comments/addcommentthreadcommand.js +1 -1
  75. package/src/comments/commentsarchive.js +1 -1
  76. package/src/comments/commentsarchiveui.js +1 -1
  77. package/src/comments/commentsediting.js +1 -1
  78. package/src/comments/commentsrepository.js +1 -1
  79. package/src/comments/commentsui.js +1 -1
  80. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  81. package/src/comments/integrations/importword.js +1 -1
  82. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  83. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  84. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  85. package/src/comments/ui/commentthreadcontroller.js +1 -1
  86. package/src/comments/ui/view/basecommentthreadview.d.ts +1 -1
  87. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  88. package/src/comments/ui/view/basecommentview.js +1 -1
  89. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  90. package/src/comments/ui/view/commentcontentview.js +1 -1
  91. package/src/comments/ui/view/commentinputview.js +1 -1
  92. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  93. package/src/comments/ui/view/commentslistview.js +1 -1
  94. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  95. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  96. package/src/comments/ui/view/commentthreadview.js +1 -1
  97. package/src/comments/ui/view/commentview.js +1 -1
  98. package/src/comments.js +1 -1
  99. package/src/commentsonly.js +1 -1
  100. package/src/utils/common-translations.js +1 -1
  101. package/src/utils/createmutationobserver.js +1 -1
  102. package/theme/annotation.css +0 -2
  103. package/theme/comment.css +37 -37
  104. package/theme/commentmarker.css +5 -5
  105. package/theme/commentthread.css +56 -56
  106. package/theme/sidebar-narrow.css +2 -2
  107. package/theme/sidebar.css +11 -11
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5bf1=['listenTo','length','clear','Esc','focus','mainView','bindTemplate','_mutationObserver','keystrokes','detach','focusTracker','content','render','height','_updateHeight','element','targetRect','set','isDirty','destroy','fire','createCollection','clientHeight','ck-annotation-wrapper--active','ck-annotation-wrapper','isActive','ck-rounded-corners'];(function(_0x219a45,_0x5bf183){const _0x21143b=function(_0x1a7940){while(--_0x1a7940){_0x219a45['push'](_0x219a45['shift']());}};_0x21143b(++_0x5bf183);}(_0x5bf1,0xf1));const _0x2114=function(_0x219a45,_0x5bf183){_0x219a45=_0x219a45-0x0;let _0x21143b=_0x5bf1[_0x219a45];return _0x21143b;};import{View as _0x2414d1}from'ckeditor5/src/ui';import{FocusTracker as _0x1a4edf,KeystrokeHandler as _0x20912c,uid as _0x34b6cc}from'ckeditor5/src/utils';import _0xf2b911 from'../../utils/createmutationobserver';import'../../../theme/annotation.css';export default class V extends _0x2414d1{constructor(_0x43b6e3,_0x1d5450){super(_0x43b6e3),this['id']=_0x34b6cc(),this[_0x2114('0xc')]=new _0x1a4edf(),this[_0x2114('0xa')]=new _0x20912c(),this[_0x2114('0xa')]['set'](_0x2114('0x5'),(_0x3e52c8,_0x44a500)=>this[_0x2114('0x16')](_0x2114('0x5'),_0x44a500)),this['set'](_0x2114('0x12'),{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this['set'](_0x2114('0xf'),0x0),this[_0x2114('0x13')](_0x2114('0x0'),!0x1),this[_0x2114('0x13')](_0x2114('0x14'),!0x1),this[_0x2114('0x13')](_0x2114('0x3'),0x0),this['set']('type',''),this['_mutationObserver']=_0xf2b911(()=>this[_0x2114('0x10')]()),this['content']=this[_0x2114('0x17')](),this[_0x2114('0xd')]['add'](_0x1d5450),this[_0x2114('0x7')]=_0x1d5450;const _0x33f60e=this[_0x2114('0x8')];this['setTemplate']({'tag':'div','attributes':{'class':['ck',_0x2114('0x1a'),_0x2114('0x1'),_0x33f60e['if']('isActive',_0x2114('0x19'))],'tabindex':-0x1},'children':this[_0x2114('0xd')]});}[_0x2114('0xe')](){super[_0x2114('0xe')](),this[_0x2114('0xc')]['add'](this[_0x2114('0x11')]),this[_0x2114('0xa')][_0x2114('0x2')](this[_0x2114('0x11')]),this[_0x2114('0x9')]['attach'](this[_0x2114('0x11')]);}[_0x2114('0x15')](){this[_0x2114('0xd')][_0x2114('0x4')](),this[_0x2114('0xa')]['destroy'](),this[_0x2114('0xc')][_0x2114('0x15')](),this[_0x2114('0x9')][_0x2114('0xb')](),super[_0x2114('0x15')]();}[_0x2114('0x6')](){this['element'][_0x2114('0x6')]();}[_0x2114('0x10')](){const _0x4c6cb8=this['element'][_0x2114('0x18')];_0x4c6cb8&&(this['height']=_0x4c6cb8);}}
23
+ const _0x4df4=['length','detach','destroy','keystrokes','set','clientHeight','focus','Esc','createCollection','render','setTemplate','listenTo','_updateHeight','element','attach','div','ck-rounded-corners','isActive','height','bindTemplate','clear','add','fire','mainView','type','content','_mutationObserver','isDirty','focusTracker','ck-annotation-wrapper'];(function(_0x41a204,_0x4df434){const _0x123c09=function(_0x2abdc7){while(--_0x2abdc7){_0x41a204['push'](_0x41a204['shift']());}};_0x123c09(++_0x4df434);}(_0x4df4,0x177));const _0x123c=function(_0x41a204,_0x4df434){_0x41a204=_0x41a204-0x0;let _0x123c09=_0x4df4[_0x41a204];return _0x123c09;};import{View as _0x5e45d2}from'ckeditor5/src/ui';import{FocusTracker as _0x1ab8c0,KeystrokeHandler as _0x4e980c,uid as _0x163ed4}from'ckeditor5/src/utils';import _0x440ae5 from'../../utils/createmutationobserver';import'../../../theme/annotation.css';export default class V extends _0x5e45d2{constructor(_0x2ada83,_0x3d1046){super(_0x2ada83),this['id']=_0x163ed4(),this[_0x123c('0xd')]=new _0x1ab8c0(),this[_0x123c('0x12')]=new _0x4e980c(),this[_0x123c('0x12')]['set'](_0x123c('0x16'),(_0x20b205,_0x365f05)=>this[_0x123c('0x7')](_0x123c('0x16'),_0x365f05)),this['set']('targetRect',{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this[_0x123c('0x13')](_0x123c('0x3'),0x0),this['set'](_0x123c('0x2'),!0x1),this['set'](_0x123c('0xc'),!0x1),this[_0x123c('0x13')](_0x123c('0xf'),0x0),this[_0x123c('0x13')](_0x123c('0x9'),''),this[_0x123c('0xb')]=_0x440ae5(()=>this[_0x123c('0x1b')]()),this[_0x123c('0xa')]=this[_0x123c('0x17')](),this[_0x123c('0xa')][_0x123c('0x6')](_0x3d1046),this[_0x123c('0x8')]=_0x3d1046;const _0x323394=this[_0x123c('0x4')];this[_0x123c('0x19')]({'tag':_0x123c('0x0'),'attributes':{'class':['ck',_0x123c('0xe'),_0x123c('0x1'),_0x323394['if']('isActive','ck-annotation-wrapper--active')],'tabindex':-0x1},'children':this[_0x123c('0xa')]});}[_0x123c('0x18')](){super[_0x123c('0x18')](),this[_0x123c('0xd')][_0x123c('0x6')](this[_0x123c('0x1c')]),this[_0x123c('0x12')][_0x123c('0x1a')](this[_0x123c('0x1c')]),this['_mutationObserver'][_0x123c('0x1d')](this[_0x123c('0x1c')]);}[_0x123c('0x11')](){this[_0x123c('0xa')][_0x123c('0x5')](),this[_0x123c('0x12')][_0x123c('0x11')](),this[_0x123c('0xd')]['destroy'](),this[_0x123c('0xb')][_0x123c('0x10')](),super[_0x123c('0x11')]();}[_0x123c('0x15')](){this[_0x123c('0x1c')][_0x123c('0x15')]();}[_0x123c('0x1b')](){const _0x3313c5=this[_0x123c('0x1c')][_0x123c('0x14')];_0x3313c5&&(this[_0x123c('0x3')]=_0x3313c5);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4cd9=['set','ck-sidebar-item','createCollection','attach','render','element','top','height','destroy','ck-sidebar-item--no-animation','bottom','content','clientHeight','setTemplate','isAnimationDisabled','_mutationObserver'];(function(_0x3ac335,_0x4cd9e0){const _0x1bd2de=function(_0x4832d4){while(--_0x4832d4){_0x3ac335['push'](_0x3ac335['shift']());}};_0x1bd2de(++_0x4cd9e0);}(_0x4cd9,0x15b));const _0x1bd2=function(_0x3ac335,_0x4cd9e0){_0x3ac335=_0x3ac335-0x0;let _0x1bd2de=_0x4cd9[_0x3ac335];return _0x1bd2de;};import{View as _0x1104c4}from'ckeditor5/src/ui';import{toUnit as _0x2afbe6}from'ckeditor5/src/utils';import _0x5b5912 from'../../utils/createmutationobserver';const At=_0x2afbe6('px');export default class C extends _0x1104c4{constructor(_0x26f921){super(_0x26f921),this[_0x1bd2('0x5')](_0x1bd2('0xb'),0x0),this[_0x1bd2('0x5')]('height',0x0),this['bind'](_0x1bd2('0xf'))['to'](this,_0x1bd2('0xb'),this,'height',(_0x5a2de1,_0x49780c)=>_0x5a2de1+_0x49780c),this[_0x1bd2('0x5')](_0x1bd2('0x3'),!0x1),this['_mutationObserver']=_0x5b5912(()=>this['updateHeight']()),this['_targetTop']=null,this[_0x1bd2('0x0')]=this[_0x1bd2('0x7')]();const _0x1d6592=this['bindTemplate'];this[_0x1bd2('0x2')]({'tag':'div','attributes':{'class':[_0x1bd2('0x6'),_0x1d6592['to'](_0x1bd2('0x3'),_0x44f2c2=>_0x44f2c2?_0x1bd2('0xe'):'')],'style':{'top':_0x1d6592['to'](_0x1bd2('0xb'),_0x421acf=>At(_0x421acf))}},'children':this[_0x1bd2('0x0')]});}[_0x1bd2('0x9')](){super[_0x1bd2('0x9')](),this[_0x1bd2('0x4')][_0x1bd2('0x8')](this[_0x1bd2('0xa')]);}['updateHeight'](){const _0x550b54=this[_0x1bd2('0xa')][_0x1bd2('0x1')];_0x550b54&&(this[_0x1bd2('0xc')]=_0x550b54);}['destroy'](){this[_0x1bd2('0x0')]['clear'](),this[_0x1bd2('0x4')]['detach'](),super[_0x1bd2('0xd')]();}}
23
+ const _0x4f6a=['attach','_mutationObserver','setTemplate','content','top','_targetTop','set','destroy','render','height','element','isAnimationDisabled','clear','bind','bottom','clientHeight','div','ck-sidebar-item--no-animation','updateHeight','bindTemplate'];(function(_0xab22e5,_0x4f6a78){const _0x1ebe20=function(_0x22c668){while(--_0x22c668){_0xab22e5['push'](_0xab22e5['shift']());}};_0x1ebe20(++_0x4f6a78);}(_0x4f6a,0x90));const _0x1ebe=function(_0xab22e5,_0x4f6a78){_0xab22e5=_0xab22e5-0x0;let _0x1ebe20=_0x4f6a[_0xab22e5];return _0x1ebe20;};import{View as _0x4c3061}from'ckeditor5/src/ui';import{toUnit as _0x321761}from'ckeditor5/src/utils';import _0x3b7a30 from'../../utils/createmutationobserver';const At=_0x321761('px');export default class C extends _0x4c3061{constructor(_0x140637){super(_0x140637),this['set'](_0x1ebe('0x0'),0x0),this['set']('height',0x0),this[_0x1ebe('0x9')](_0x1ebe('0xa'))['to'](this,_0x1ebe('0x0'),this,_0x1ebe('0x5'),(_0x1f8619,_0x3de866)=>_0x1f8619+_0x3de866),this[_0x1ebe('0x2')]('isAnimationDisabled',!0x1),this[_0x1ebe('0x11')]=_0x3b7a30(()=>this[_0x1ebe('0xe')]()),this[_0x1ebe('0x1')]=null,this[_0x1ebe('0x13')]=this['createCollection']();const _0x4d1c5b=this[_0x1ebe('0xf')];this[_0x1ebe('0x12')]({'tag':_0x1ebe('0xc'),'attributes':{'class':['ck-sidebar-item',_0x4d1c5b['to'](_0x1ebe('0x7'),_0xc3811=>_0xc3811?_0x1ebe('0xd'):'')],'style':{'top':_0x4d1c5b['to'](_0x1ebe('0x0'),_0x471441=>At(_0x471441))}},'children':this['content']});}[_0x1ebe('0x4')](){super['render'](),this[_0x1ebe('0x11')][_0x1ebe('0x10')](this['element']);}['updateHeight'](){const _0x402aff=this[_0x1ebe('0x6')][_0x1ebe('0xb')];_0x402aff&&(this[_0x1ebe('0x5')]=_0x402aff);}[_0x1ebe('0x3')](){this[_0x1ebe('0x13')][_0x1ebe('0x8')](),this[_0x1ebe('0x11')]['detach'](),super[_0x1ebe('0x3')]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x13f3=['list','set','number','div','setTemplate','ck-reset','minHeight','ck-sidebar','class'];(function(_0x22b394,_0x13f3a6){const _0x49f720=function(_0x3fcff5){while(--_0x3fcff5){_0x22b394['push'](_0x22b394['shift']());}};_0x49f720(++_0x13f3a6);}(_0x13f3,0xf5));const _0x49f7=function(_0x22b394,_0x13f3a6){_0x22b394=_0x22b394-0x0;let _0x49f720=_0x13f3[_0x22b394];return _0x49f720;};import{View as _0x616409}from'ckeditor5/src/ui';import{toUnit as _0x3eadf0}from'ckeditor5/src/utils';import'../../../theme/sidebar.css';const At=_0x3eadf0('px');export default class T extends _0x616409{constructor(_0x140338){super(_0x140338);const _0x2c966b=this['bindTemplate'];this[_0x49f7('0x8')](_0x49f7('0x4'),0x0),this['set']('class',''),this['list']=this['createCollection'](),this[_0x49f7('0x2')]({'tag':_0x49f7('0x1'),'attributes':{'class':['ck',_0x49f7('0x5'),_0x49f7('0x3'),_0x2c966b['to'](_0x49f7('0x6'))],'style':{'minHeight':_0x2c966b['to']('minHeight',_0x54a5cb=>_0x49f7('0x0')==typeof _0x54a5cb?At(_0x54a5cb+0xa):null)}},'children':this[_0x49f7('0x7')]});}}
23
+ const _0x3638=['createCollection','set','minHeight','class','list','number','setTemplate'];(function(_0x37ee69,_0x363862){const _0x2aa459=function(_0x5ca4a3){while(--_0x5ca4a3){_0x37ee69['push'](_0x37ee69['shift']());}};_0x2aa459(++_0x363862);}(_0x3638,0x14f));const _0x2aa4=function(_0x37ee69,_0x363862){_0x37ee69=_0x37ee69-0x0;let _0x2aa459=_0x3638[_0x37ee69];return _0x2aa459;};import{View as _0x4db835}from'ckeditor5/src/ui';import{toUnit as _0xba471b}from'ckeditor5/src/utils';import'../../../theme/sidebar.css';const At=_0xba471b('px');export default class T extends _0x4db835{constructor(_0x3bd3b4){super(_0x3bd3b4);const _0x4cfe68=this['bindTemplate'];this[_0x2aa4('0x2')](_0x2aa4('0x3'),0x0),this[_0x2aa4('0x2')]('class',''),this[_0x2aa4('0x5')]=this[_0x2aa4('0x1')](),this[_0x2aa4('0x0')]({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x4cfe68['to'](_0x2aa4('0x4'))],'style':{'minHeight':_0x4cfe68['to']('minHeight',_0xbf5a7d=>_0x2aa4('0x6')==typeof _0xbf5a7d?At(_0xbf5a7d+0xa):null)}},'children':this[_0x2aa4('0x5')]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x10b0=['remove','from','stop','detach','ready','WideSidebar','add','annotations','activeAnnotation','addEventListener','EditorAnnotations','get','set','refreshPositioning','addAnnotation','attach','stopListening','has','setActiveAnnotation','pluginName','destroy','_annotations','uiUpdate','set:container','updateTargetRect','register','cancel','ck-sidebar--wide','isAttached','refresh','_refreshPositioningDebounced','wideSidebar','change:container','listenTo','_destroyEditorAnnotationsIntegration','plugins','context','editors','container','widesidebar-attach-already-attached','resize','_integrateWithEditorAnnotations','rearrange','_activeAnnotation','_editorAnnotations','high','focus','blur'];(function(_0x56c9c5,_0x10b0f0){const _0x918895=function(_0x128ddc){while(--_0x128ddc){_0x56c9c5['push'](_0x56c9c5['shift']());}};_0x918895(++_0x10b0f0);}(_0x10b0,0x1d0));const _0x9188=function(_0x56c9c5,_0x10b0f0){_0x56c9c5=_0x56c9c5-0x0;let _0x918895=_0x10b0[_0x56c9c5];return _0x918895;};import{ContextPlugin as _0x1bb172,Context as _0x369c18}from'ckeditor5/src/core';import _0x364217 from'./annotationsuis';import _0x43267f from'./sidebar';import{CKEditorError as _0x19fbbc,Collection as _0x3834c7}from'ckeditor5/src/utils';import{debounce as _0x379b69}from'lodash-es';import _0x160b49 from'./editorannotations';export default class i extends _0x1bb172{static get['requires'](){return[_0x43267f,_0x364217];}static get[_0x9188('0x23')](){return _0x9188('0x15');}constructor(_0x212daf){super(_0x212daf),this[_0x9188('0x2c')]=!0x1,this[_0x9188('0x1c')](_0x9188('0x18'),null),this[_0x9188('0x17')]=null,this[_0x9188('0xc')]=new _0x3834c7(),this[_0x9188('0x2e')]=_0x379b69(()=>{this[_0x9188('0x17')][_0x9188('0x1d')]();},0xfa,{'leading':!0x1});}['init'](){const _0x12210c=this[_0x9188('0x4')][_0x9188('0x3')][_0x9188('0x1b')](_0x364217),_0x501735=this[_0x9188('0x4')]['plugins'][_0x9188('0x1b')](_0x43267f);_0x12210c[_0x9188('0x29')](_0x9188('0x2f'),this),_0x501735[_0x9188('0x6')]&&_0x12210c['switchTo'](_0x9188('0x2f'));}['setActiveAnnotation'](_0x3571b6){if(_0x3571b6===this[_0x9188('0x18')])return;const _0x5d82eb=this[_0x9188('0x4')]['plugins'][_0x9188('0x1b')](_0x43267f);_0x5d82eb[_0x9188('0xb')]=_0x3571b6;const _0x48c0eb=this[_0x9188('0x18')];this['activeAnnotation']=_0x3571b6,_0x5d82eb[_0x9188('0x2d')]({'blurredAnnotation':_0x48c0eb,'activatedAnnotation':this[_0x9188('0x18')]});}[_0x9188('0x1f')](_0x21f3da){this['annotations']=_0x21f3da;const _0x124ff6=this['context'][_0x9188('0x3')][_0x9188('0x1b')](_0x43267f);if(_0x124ff6[_0x9188('0x25')]=_0x21f3da,this[_0x9188('0x2c')])throw new _0x19fbbc(_0x9188('0x7'),this);this[_0x9188('0x2c')]=!0x0,this[_0x9188('0x1')](_0x124ff6,_0x9188('0x27'),()=>{this[_0x9188('0x13')](),this[_0x9188('0x1')](_0x124ff6,_0x9188('0x0'),_0x2781ab=>{_0x2781ab['off'](),this[_0x9188('0x1f')](_0x21f3da);});}),_0x124ff6['_attachToContainer']({'viewClass':_0x9188('0x2b')});const _0x1a60ce=_0x62558a=>{_0x62558a[_0x9188('0x28')](),_0x124ff6[_0x9188('0x1e')](_0x62558a);};for(const _0x3461d5 of _0x21f3da)_0x1a60ce(_0x3461d5);this[_0x9188('0x1')](_0x21f3da,_0x9188('0x16'),(_0x56d488,_0x11c127)=>{_0x1a60ce(_0x11c127);}),this[_0x9188('0x1')](_0x21f3da,_0x9188('0x10'),(_0x32cb58,_0x36c53d,_0x5afd6a)=>{_0x124ff6[_0x9188('0xa')]({'removedAnnotation':_0x36c53d,'previousAnnotation':_0x21f3da['get'](_0x5afd6a-0x1),'nextAnnotation':_0x21f3da['get'](_0x5afd6a+0x1)}),_0x36c53d===this[_0x9188('0x18')]&&this[_0x9188('0x22')](null);},{'priority':_0x9188('0xd')}),this[_0x9188('0x1')](_0x21f3da,_0x9188('0xe'),(_0x11bc9f,_0x36ab4c)=>{this['setActiveAnnotation'](_0x36ab4c);}),this[_0x9188('0x1')](_0x21f3da,_0x9188('0xf'),()=>{this[_0x9188('0x22')](null);});const _0x5ed7df=this[_0x9188('0x4')]instanceof _0x369c18?this[_0x9188('0x4')][_0x9188('0x5')]:new _0x3834c7([this[_0x9188('0x4')]]);for(const _0x11a80a of _0x5ed7df)this[_0x9188('0x9')](_0x11a80a);this[_0x9188('0x1')](_0x5ed7df,_0x9188('0x16'),(_0xa51fe4,_0x5e0005)=>{this['listenTo'](_0x5e0005,_0x9188('0x14'),()=>{this[_0x9188('0x9')](_0x5e0005);});}),this['listenTo'](_0x5ed7df,'remove',(_0x1c672d,_0x440783)=>{_0x440783[_0x9188('0x3')][_0x9188('0x21')](_0x9188('0x1a'))&&this[_0x9188('0x2')](_0x440783['plugins']['get'](_0x9188('0x1a')));}),window[_0x9188('0x19')](_0x9188('0x8'),this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}[_0x9188('0x13')](){if(!this[_0x9188('0x2c')])throw new _0x19fbbc('widesidebar-detach-not-attached',this);this[_0x9188('0x22')](null);const _0x38ca72=this[_0x9188('0x4')]['plugins'][_0x9188('0x1b')](_0x43267f);_0x38ca72['_detachFromContainer'](this[_0x9188('0x17')]),this[_0x9188('0x20')](_0x38ca72),this[_0x9188('0x20')](this[_0x9188('0x17')]),this[_0x9188('0x4')]instanceof _0x369c18&&this[_0x9188('0x20')](this['context'][_0x9188('0x5')]);for(const _0x340786 of Array[_0x9188('0x11')](this[_0x9188('0xc')]))this[_0x9188('0x2')](_0x340786);window['removeEventListener'](_0x9188('0x8'),this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced'][_0x9188('0x2a')](),this['activeAnnotation']=null,this[_0x9188('0x2c')]=!0x1,this[_0x9188('0x17')]=null;}[_0x9188('0x24')](){this[_0x9188('0x2c')]&&this[_0x9188('0x13')]();}['_integrateWithEditorAnnotations'](_0x4aa962){const _0x463b64=_0x4aa962[_0x9188('0x3')][_0x9188('0x1b')](_0x160b49);if(!_0x463b64)return;const _0x3b0202=()=>{const _0x4199d0=_0x463b64['getOrderedSelectedAnnotations']({'annotations':this[_0x9188('0x17')],'activeAnnotation':this[_0x9188('0x18')]});this['setActiveAnnotation'](_0x4199d0[0x0]||null);};this[_0x9188('0x1')](_0x463b64,'refresh',_0x3b0202),this['listenTo'](_0x463b64,_0x9188('0xf'),(_0x529bd7,{isAnnotationTracked:_0x3fff23})=>{this[_0x9188('0x18')]&&_0x3fff23(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this[_0x9188('0x1')](_0x463b64,_0x9188('0x26'),()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],_0x9188('0xf'),_0x330a16=>{_0x463b64['hasDomSelection']()&&(_0x3b0202(),_0x330a16[_0x9188('0x12')]());},{'priority':_0x9188('0xd')}),this[_0x9188('0xc')][_0x9188('0x16')](_0x463b64);}[_0x9188('0x2')](_0x810b2c){this[_0x9188('0x20')](_0x810b2c),this[_0x9188('0xc')][_0x9188('0x10')](_0x810b2c);}}
23
+ const _0x1f1e=['register','plugins','get','_detachFromContainer','WideSidebar','attach','_annotations','set','ck-sidebar--wide','activeAnnotation','rearrange','cancel','high','updateTargetRect','pluginName','wideSidebar','focus','context','editors','listenTo','widesidebar-attach-already-attached','resize','widesidebar-detach-not-attached','add','_editorAnnotations','_destroyEditorAnnotationsIntegration','getOrderedSelectedAnnotations','off','_attachToContainer','ready','isAttached','has','destroy','annotations','_activeAnnotation','hasDomSelection','removeEventListener','stop','setActiveAnnotation','_refreshPositioningDebounced','requires','switchTo','refreshPositioning','container','detach','refresh','_integrateWithEditorAnnotations','remove'];(function(_0x207311,_0x1f1e3b){const _0x51552c=function(_0x1e5df5){while(--_0x1e5df5){_0x207311['push'](_0x207311['shift']());}};_0x51552c(++_0x1f1e3b);}(_0x1f1e,0x6c));const _0x5155=function(_0x207311,_0x1f1e3b){_0x207311=_0x207311-0x0;let _0x51552c=_0x1f1e[_0x207311];return _0x51552c;};import{ContextPlugin as _0x485d69,Context as _0x506c78}from'ckeditor5/src/core';import _0x28a5d8 from'./annotationsuis';import _0xfe5a3a from'./sidebar';import{CKEditorError as _0x1ca927,Collection as _0x3bf0a0}from'ckeditor5/src/utils';import{debounce as _0x232453}from'lodash-es';import _0x493f23 from'./editorannotations';export default class i extends _0x485d69{static get[_0x5155('0x1c')](){return[_0xfe5a3a,_0x28a5d8];}static get[_0x5155('0x2')](){return _0x5155('0x28');}constructor(_0x341b03){super(_0x341b03),this[_0x5155('0x12')]=!0x1,this[_0x5155('0x2b')](_0x5155('0x2d'),null),this[_0x5155('0x15')]=null,this[_0x5155('0xc')]=new _0x3bf0a0(),this[_0x5155('0x1b')]=_0x232453(()=>{this[_0x5155('0x15')][_0x5155('0x1e')]();},0xfa,{'leading':!0x1});}['init'](){const _0x3e9f97=this['context'][_0x5155('0x25')][_0x5155('0x26')](_0x28a5d8),_0x2e4b2c=this[_0x5155('0x5')][_0x5155('0x25')]['get'](_0xfe5a3a);_0x3e9f97[_0x5155('0x24')](_0x5155('0x3'),this),_0x2e4b2c[_0x5155('0x1f')]&&_0x3e9f97[_0x5155('0x1d')](_0x5155('0x3'));}['setActiveAnnotation'](_0x4c1554){if(_0x4c1554===this[_0x5155('0x2d')])return;const _0x26f92e=this[_0x5155('0x5')]['plugins'][_0x5155('0x26')](_0xfe5a3a);_0x26f92e[_0x5155('0x16')]=_0x4c1554;const _0x3b9a6f=this[_0x5155('0x2d')];this['activeAnnotation']=_0x4c1554,_0x26f92e[_0x5155('0x21')]({'blurredAnnotation':_0x3b9a6f,'activatedAnnotation':this[_0x5155('0x2d')]});}[_0x5155('0x29')](_0x4ba3b7){this[_0x5155('0x15')]=_0x4ba3b7;const _0xe9e16d=this[_0x5155('0x5')][_0x5155('0x25')][_0x5155('0x26')](_0xfe5a3a);if(_0xe9e16d[_0x5155('0x2a')]=_0x4ba3b7,this[_0x5155('0x12')])throw new _0x1ca927(_0x5155('0x8'),this);this[_0x5155('0x12')]=!0x0,this[_0x5155('0x7')](_0xe9e16d,'set:container',()=>{this[_0x5155('0x20')](),this[_0x5155('0x7')](_0xe9e16d,'change:container',_0xdec349=>{_0xdec349[_0x5155('0xf')](),this[_0x5155('0x29')](_0x4ba3b7);});}),_0xe9e16d[_0x5155('0x10')]({'viewClass':_0x5155('0x2c')});const _0xdc1278=_0x38b34d=>{_0x38b34d[_0x5155('0x1')](),_0xe9e16d['addAnnotation'](_0x38b34d);};for(const _0x4838ca of _0x4ba3b7)_0xdc1278(_0x4838ca);this[_0x5155('0x7')](_0x4ba3b7,_0x5155('0xb'),(_0x3ae847,_0x259982)=>{_0xdc1278(_0x259982);}),this[_0x5155('0x7')](_0x4ba3b7,_0x5155('0x23'),(_0x510dfa,_0x582cd1,_0x22d930)=>{_0xe9e16d[_0x5155('0x2e')]({'removedAnnotation':_0x582cd1,'previousAnnotation':_0x4ba3b7['get'](_0x22d930-0x1),'nextAnnotation':_0x4ba3b7[_0x5155('0x26')](_0x22d930+0x1)}),_0x582cd1===this[_0x5155('0x2d')]&&this[_0x5155('0x1a')](null);},{'priority':_0x5155('0x0')}),this[_0x5155('0x7')](_0x4ba3b7,_0x5155('0x4'),(_0x3a097a,_0x3b8de0)=>{this[_0x5155('0x1a')](_0x3b8de0);}),this[_0x5155('0x7')](_0x4ba3b7,'blur',()=>{this[_0x5155('0x1a')](null);});const _0x3aea6c=this[_0x5155('0x5')]instanceof _0x506c78?this[_0x5155('0x5')][_0x5155('0x6')]:new _0x3bf0a0([this[_0x5155('0x5')]]);for(const _0x59f56d of _0x3aea6c)this['_integrateWithEditorAnnotations'](_0x59f56d);this['listenTo'](_0x3aea6c,'add',(_0x1dacb0,_0x16417b)=>{this[_0x5155('0x7')](_0x16417b,_0x5155('0x11'),()=>{this[_0x5155('0x22')](_0x16417b);});}),this[_0x5155('0x7')](_0x3aea6c,_0x5155('0x23'),(_0xb33b26,_0x22e1a2)=>{_0x22e1a2[_0x5155('0x25')][_0x5155('0x13')]('EditorAnnotations')&&this[_0x5155('0xd')](_0x22e1a2['plugins'][_0x5155('0x26')]('EditorAnnotations'));}),window['addEventListener'](_0x5155('0x9'),this[_0x5155('0x1b')]),this[_0x5155('0x15')]['refreshPositioning']();}[_0x5155('0x20')](){if(!this['isAttached'])throw new _0x1ca927(_0x5155('0xa'),this);this['setActiveAnnotation'](null);const _0x3ad311=this[_0x5155('0x5')]['plugins'][_0x5155('0x26')](_0xfe5a3a);_0x3ad311[_0x5155('0x27')](this[_0x5155('0x15')]),this['stopListening'](_0x3ad311),this['stopListening'](this[_0x5155('0x15')]),this[_0x5155('0x5')]instanceof _0x506c78&&this['stopListening'](this[_0x5155('0x5')][_0x5155('0x6')]);for(const _0xd1c145 of Array['from'](this[_0x5155('0xc')]))this[_0x5155('0xd')](_0xd1c145);window[_0x5155('0x18')]('resize',this[_0x5155('0x1b')]),this[_0x5155('0x1b')][_0x5155('0x2f')](),this[_0x5155('0x2d')]=null,this['isAttached']=!0x1,this[_0x5155('0x15')]=null;}[_0x5155('0x14')](){this[_0x5155('0x12')]&&this['detach']();}[_0x5155('0x22')](_0x4e1676){const _0x5dc74c=_0x4e1676[_0x5155('0x25')][_0x5155('0x26')](_0x493f23);if(!_0x5dc74c)return;const _0x55a784=()=>{const _0x4061fa=_0x5dc74c[_0x5155('0xe')]({'annotations':this[_0x5155('0x15')],'activeAnnotation':this[_0x5155('0x2d')]});this[_0x5155('0x1a')](_0x4061fa[0x0]||null);};this[_0x5155('0x7')](_0x5dc74c,_0x5155('0x21'),_0x55a784),this[_0x5155('0x7')](_0x5dc74c,'blur',(_0x20f54a,{isAnnotationTracked:_0x531be6})=>{this[_0x5155('0x2d')]&&_0x531be6(this[_0x5155('0x2d')])&&this[_0x5155('0x1a')](null);}),this['listenTo'](_0x5dc74c,'uiUpdate',()=>{this[_0x5155('0x1b')]();}),this[_0x5155('0x7')](this[_0x5155('0x15')],'blur',_0x4bb6ed=>{_0x5dc74c[_0x5155('0x17')]()&&(_0x55a784(),_0x4bb6ed[_0x5155('0x19')]());},{'priority':_0x5155('0x0')}),this['_editorAnnotations'][_0x5155('0xb')](_0x5dc74c);}[_0x5155('0xd')](_0x286ea4){this['stopListening'](_0x286ea4),this[_0x5155('0xc')][_0x5155('0x23')](_0x286ea4);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x9e75=['isEnabled','substr','comment:','schema','selection','_hasContent','editor','_trimToContent','addMarker','_itemIsContent','getLastMatchingPosition','push','getRanges','execute','model','element','backward','$textProxy','getItems'];(function(_0x1ce009,_0x9e75ee){const _0x24720f=function(_0x34b0ef){while(--_0x34b0ef){_0x1ce009['push'](_0x1ce009['shift']());}};_0x24720f(++_0x9e75ee);}(_0x9e75,0x6b));const _0x2472=function(_0x1ce009,_0x9e75ee){_0x1ce009=_0x1ce009-0x0;let _0x24720f=_0x9e75[_0x1ce009];return _0x24720f;};import{Command as _0x214934}from'ckeditor5/src/core';import{uid as _0x3b6d38}from'ckeditor5/src/utils';export default class q extends _0x214934{['refresh'](){const _0x4ac79e=this[_0x2472('0xd')][_0x2472('0x2')]['document'][_0x2472('0xb')];for(const _0x2a03e4 of _0x4ac79e[_0x2472('0x0')]())if(this[_0x2472('0xc')](_0x2a03e4))return void(this['isEnabled']=!0x0);this[_0x2472('0x7')]=!0x1;}[_0x2472('0x1')]({threadId:_0x5d2953=_0x3b6d38()}={}){const _0x42f814=this['editor']['model'],_0x17942d=[];for(const _0x550203 of _0x42f814['document']['selection'][_0x2472('0x0')]())this[_0x2472('0xc')](_0x550203)&&_0x17942d[_0x2472('0x12')](this[_0x2472('0xe')](_0x550203));_0x42f814['change'](_0x1b5227=>{for(const _0x4b2987 of _0x17942d){const _0x4d4f9e=_0x3b6d38()[_0x2472('0x8')](0x1,0x5),_0x2c66d6=_0x2472('0x9')+_0x5d2953+':'+_0x4d4f9e;_0x1b5227[_0x2472('0xf')](_0x2c66d6,{'range':_0x4b2987,'usingOperation':!0x1,'affectsData':!0x1});}});}[_0x2472('0xc')](_0x397e8e){for(const _0x257bbd of _0x397e8e[_0x2472('0x6')]())if(this[_0x2472('0x10')](_0x257bbd))return!0x0;return!0x1;}['_itemIsContent'](_0x93dcd8){return _0x93dcd8['is'](_0x2472('0x5'))||this[_0x2472('0xd')]['model'][_0x2472('0xa')]['isObject'](_0x93dcd8)&&!_0x93dcd8['is'](_0x2472('0x3'),'tableCell');}[_0x2472('0xe')](_0x5b6c36){const _0x216fad=_0x59eb65=>!this[_0x2472('0x10')](_0x59eb65['item']),_0x53b04f=_0x5b6c36['start'][_0x2472('0x11')](_0x216fad),_0x5b35ed=_0x5b6c36['end']['getLastMatchingPosition'](_0x216fad,{'direction':_0x2472('0x4')});return this['editor'][_0x2472('0x2')]['createRange'](_0x53b04f,_0x5b35ed);}}
23
+ const _0x24be=['_hasContent','addMarker','tableCell','backward','schema','$textProxy','selection','getLastMatchingPosition','refresh','_itemIsContent','model','item','end','comment:','element','substr','editor','document','_trimToContent','isEnabled','getRanges','change'];(function(_0x53332f,_0x24be21){const _0x1f33ef=function(_0x58c2cf){while(--_0x58c2cf){_0x53332f['push'](_0x53332f['shift']());}};_0x1f33ef(++_0x24be21);}(_0x24be,0x1c1));const _0x1f33=function(_0x53332f,_0x24be21){_0x53332f=_0x53332f-0x0;let _0x1f33ef=_0x24be[_0x53332f];return _0x1f33ef;};import{Command as _0x290f9b}from'ckeditor5/src/core';import{uid as _0x3222c0}from'ckeditor5/src/utils';export default class q extends _0x290f9b{[_0x1f33('0x15')](){const _0x25beea=this[_0x1f33('0x7')][_0x1f33('0x1')][_0x1f33('0x8')][_0x1f33('0x13')];for(const _0x1fc0ce of _0x25beea['getRanges']())if(this[_0x1f33('0xd')](_0x1fc0ce))return void(this[_0x1f33('0xa')]=!0x0);this[_0x1f33('0xa')]=!0x1;}['execute']({threadId:_0x47f2de=_0x3222c0()}={}){const _0x38019d=this[_0x1f33('0x7')]['model'],_0x2987cf=[];for(const _0x495af2 of _0x38019d[_0x1f33('0x8')]['selection'][_0x1f33('0xb')]())this[_0x1f33('0xd')](_0x495af2)&&_0x2987cf['push'](this[_0x1f33('0x9')](_0x495af2));_0x38019d[_0x1f33('0xc')](_0x1bc485=>{for(const _0x35ae32 of _0x2987cf){const _0x49ccfe=_0x3222c0()[_0x1f33('0x6')](0x1,0x5),_0x1db688=_0x1f33('0x4')+_0x47f2de+':'+_0x49ccfe;_0x1bc485[_0x1f33('0xe')](_0x1db688,{'range':_0x35ae32,'usingOperation':!0x1,'affectsData':!0x1});}});}[_0x1f33('0xd')](_0x1eaac7){for(const _0x449e86 of _0x1eaac7['getItems']())if(this['_itemIsContent'](_0x449e86))return!0x0;return!0x1;}['_itemIsContent'](_0x46175b){return _0x46175b['is'](_0x1f33('0x12'))||this['editor']['model'][_0x1f33('0x11')]['isObject'](_0x46175b)&&!_0x46175b['is'](_0x1f33('0x5'),_0x1f33('0xf'));}['_trimToContent'](_0x67acda){const _0x538141=_0x1d0ce5=>!this[_0x1f33('0x0')](_0x1d0ce5[_0x1f33('0x2')]),_0x17e8c6=_0x67acda['start']['getLastMatchingPosition'](_0x538141),_0x20d037=_0x67acda[_0x1f33('0x3')][_0x1f33('0x14')](_0x538141,{'direction':_0x1f33('0x10')});return this[_0x1f33('0x7')][_0x1f33('0x1')]['createRange'](_0x17e8c6,_0x20d037);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x36f5=['highest','resolveCommentThread','activate','focus','init','get','resolvedAt','plugins','listenTo','has','collection','requires','isActive','getCommentThread','_calculatePosition','addCommentThread','resolvedThreads','context','length','remove','CommentsArchive','add','removeCommentThread','pluginName'];(function(_0x250c5b,_0x36f5cb){const _0x500eb3=function(_0x419701){while(--_0x419701){_0x250c5b['push'](_0x250c5b['shift']());}};_0x500eb3(++_0x36f5cb);}(_0x36f5,0xff));const _0x500e=function(_0x250c5b,_0x36f5cb){_0x250c5b=_0x250c5b-0x0;let _0x500eb3=_0x36f5[_0x250c5b];return _0x500eb3;};import{ContextPlugin as _0x4deb87}from'ckeditor5/src/core';import{Collection as _0x436ccc}from'ckeditor5/src/utils';import _0x3d7aff from'./commentsrepository';import _0x14ad91 from'../annotations/annotations';export default class p extends _0x4deb87{static get[_0x500e('0x8')](){return _0x500e('0x5');}static get[_0x500e('0x14')](){return[_0x3d7aff,_0x14ad91];}constructor(_0x5cee9b){super(_0x5cee9b),this[_0x500e('0x1')]=new _0x436ccc();}[_0x500e('0xd')](){const _0x2f176d=this[_0x500e('0x2')],_0x5e6692=_0x2f176d['plugins'][_0x500e('0xe')](_0x3d7aff),_0x1499bd=_0x2f176d[_0x500e('0x10')]['get'](_0x14ad91);this[_0x500e('0x11')](_0x5e6692,_0x500e('0x0'),(_0x5e4aa7,{threadId:_0x4b8840,resolvedAt:_0x560ebf,deletedAt:_0x144c6a})=>{if(_0x560ebf&&!_0x144c6a){const _0x881537=_0x5e6692[_0x500e('0x16')](_0x4b8840);this[_0x500e('0x1')][_0x500e('0x6')](_0x881537,this[_0x500e('0x17')](_0x560ebf));}}),this[_0x500e('0x11')](_0x5e6692,_0x500e('0xa'),(_0x3d4a2a,{threadId:_0x196edf,resolvedAt:_0x5eb758})=>{const _0x5c8e30=_0x5e6692[_0x500e('0x16')](_0x196edf);this[_0x500e('0x1')][_0x500e('0x6')](_0x5c8e30,this[_0x500e('0x17')](_0x5eb758));},{'priority':_0x500e('0x9')}),this['listenTo'](_0x5e6692,'reopenCommentThread',(_0x3c7c97,{threadId:_0x54bd4c})=>{const _0x3f4447=_0x5e6692[_0x500e('0x16')](_0x54bd4c);this[_0x500e('0x1')][_0x500e('0x12')](_0x3f4447)&&this['resolvedThreads'][_0x500e('0x4')](_0x3f4447);},{'priority':_0x500e('0x9')}),this[_0x500e('0x11')](_0x5e6692,_0x500e('0x7'),(_0x3b923c,{threadId:_0x317c39})=>{const _0x12f4f3=_0x5e6692[_0x500e('0x16')](_0x317c39);this[_0x500e('0x1')][_0x500e('0x12')](_0x12f4f3)&&this[_0x500e('0x1')][_0x500e('0x4')](_0x12f4f3);},{'priority':_0x500e('0x9')}),this[_0x500e('0x11')](_0x1499bd[_0x500e('0x13')],_0x500e('0xc'),(_0x5ba6b4,_0x4313d8)=>{_0x4313d8[_0x500e('0x15')]=!0x0,_0x1499bd[_0x500e('0xb')](_0x4313d8);});}[_0x500e('0x17')](_0x459034){const _0xd32a52=[...this[_0x500e('0x1')]]['findIndex'](_0x14f9a2=>_0x14f9a2[_0x500e('0xf')]<_0x459034);return _0xd32a52>-0x1?_0xd32a52:this[_0x500e('0x1')][_0x500e('0x3')];}}
23
+ const _0x2ecd=['findIndex','CommentsArchive','requires','activate','focus','reopenCommentThread','resolvedThreads','plugins','_calculatePosition','getCommentThread','init','remove','length','highest','add','get','resolveCommentThread','has','collection','listenTo','resolvedAt','context','pluginName'];(function(_0x6e15c2,_0x2ecd61){const _0x2c4009=function(_0x20aece){while(--_0x20aece){_0x6e15c2['push'](_0x6e15c2['shift']());}};_0x2c4009(++_0x2ecd61);}(_0x2ecd,0x80));const _0x2c40=function(_0x6e15c2,_0x2ecd61){_0x6e15c2=_0x6e15c2-0x0;let _0x2c4009=_0x2ecd[_0x6e15c2];return _0x2c4009;};import{ContextPlugin as _0x250069}from'ckeditor5/src/core';import{Collection as _0x65f63c}from'ckeditor5/src/utils';import _0x43b3fd from'./commentsrepository';import _0x5a2941 from'../annotations/annotations';export default class p extends _0x250069{static get[_0x2c40('0x9')](){return _0x2c40('0xb');}static get[_0x2c40('0xc')](){return[_0x43b3fd,_0x5a2941];}constructor(_0x3552a5){super(_0x3552a5),this[_0x2c40('0x10')]=new _0x65f63c();}[_0x2c40('0x14')](){const _0x167898=this[_0x2c40('0x8')],_0x2a46ef=_0x167898['plugins'][_0x2c40('0x2')](_0x43b3fd),_0x2877de=_0x167898[_0x2c40('0x11')][_0x2c40('0x2')](_0x5a2941);this['listenTo'](_0x2a46ef,'addCommentThread',(_0x150e71,{threadId:_0x508c62,resolvedAt:_0x51b41a,deletedAt:_0x52ba3c})=>{if(_0x51b41a&&!_0x52ba3c){const _0x7d00e4=_0x2a46ef['getCommentThread'](_0x508c62);this['resolvedThreads'][_0x2c40('0x1')](_0x7d00e4,this[_0x2c40('0x12')](_0x51b41a));}}),this[_0x2c40('0x6')](_0x2a46ef,_0x2c40('0x3'),(_0x172ddd,{threadId:_0x212ec9,resolvedAt:_0x41d326})=>{const _0x17ba15=_0x2a46ef[_0x2c40('0x13')](_0x212ec9);this[_0x2c40('0x10')]['add'](_0x17ba15,this[_0x2c40('0x12')](_0x41d326));},{'priority':_0x2c40('0x0')}),this[_0x2c40('0x6')](_0x2a46ef,_0x2c40('0xf'),(_0x3918c9,{threadId:_0xf694dc})=>{const _0x5c5723=_0x2a46ef[_0x2c40('0x13')](_0xf694dc);this['resolvedThreads'][_0x2c40('0x4')](_0x5c5723)&&this[_0x2c40('0x10')][_0x2c40('0x15')](_0x5c5723);},{'priority':'highest'}),this['listenTo'](_0x2a46ef,'removeCommentThread',(_0x3490d4,{threadId:_0x53d5a8})=>{const _0x4ce058=_0x2a46ef[_0x2c40('0x13')](_0x53d5a8);this[_0x2c40('0x10')]['has'](_0x4ce058)&&this[_0x2c40('0x10')][_0x2c40('0x15')](_0x4ce058);},{'priority':_0x2c40('0x0')}),this['listenTo'](_0x2877de[_0x2c40('0x5')],_0x2c40('0xe'),(_0x500aad,_0xb2cecd)=>{_0xb2cecd['isActive']=!0x0,_0x2877de[_0x2c40('0xd')](_0xb2cecd);});}[_0x2c40('0x12')](_0x5f319d){const _0x344696=[...this[_0x2c40('0x10')]][_0x2c40('0xa')](_0x1b2e5a=>_0x1b2e5a[_0x2c40('0x7')]<_0x5f319d);return _0x344696>-0x1?_0x344696:this['resolvedThreads'][_0x2c40('0x16')];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x30db=['_threadToController','ck-body','push','collection','_pendingThreads','length','mainView','collaboration.channelId','findIndex','Annotations','_calculatePosition','get','_createArchiveUIDropdown','find','annotationViews','classList','plugins','isVisible','listenTo','CommentsRepository','focusableElements','focusTracker','buttonView','contains','config','children','extendTemplate','channelId','_handleAnnotationFocusableElements','innerView','add','remove','position','locale','panelView','_visibleAnnotations','set','init','editor','filter','resolvedThreads','resolvedAt','getByInnerView','CommentsArchiveUI','change:isOpen','view','commentsArchive','commentsArchiveView'];(function(_0x1639ec,_0x30db15){const _0x1ce3db=function(_0x2790ef){while(--_0x2790ef){_0x1639ec['push'](_0x1639ec['shift']());}};_0x1ce3db(++_0x30db15);}(_0x30db,0xc1));const _0x1ce3=function(_0x1639ec,_0x30db15){_0x1639ec=_0x1639ec-0x0;let _0x1ce3db=_0x30db[_0x1639ec];return _0x1ce3db;};import'../../theme/commentsarchive.css';import{Plugin as _0x41b119}from'ckeditor5/src/core';import{createDropdown as _0x539c44,ViewCollection as _0x4a723a}from'ckeditor5/src/ui';import _0x560133 from'../../theme/icons/comments-archive.svg';import{getTranslation as _0x445600}from'../utils/common-translations';import _0x5f03d6 from'./ui/view/commentsarchiveview';import _0x2089d8 from'./commentsarchive';export default class a extends _0x41b119{static get['pluginName'](){return _0x1ce3('0x2a');}static get['requires'](){return[_0x2089d8];}constructor(_0x10b63b){super(_0x10b63b),this['annotationViews']=new _0x4a723a(),this[_0x1ce3('0x3')]=[];}[_0x1ce3('0x24')](){this[_0x1ce3('0x25')]['ui']['componentFactory']['add'](_0x1ce3('0x2d'),()=>this[_0x1ce3('0xb')]());const _0x2bf972=this[_0x1ce3('0x25')]['plugins'][_0x1ce3('0xa')](_0x2089d8),_0x3217ff=this[_0x1ce3('0x25')][_0x1ce3('0xf')][_0x1ce3('0xa')]('Annotations'),_0x298437=this[_0x1ce3('0x25')][_0x1ce3('0xf')]['get'](_0x1ce3('0x12'));this[_0x1ce3('0x11')](_0x2bf972[_0x1ce3('0x27')],_0x1ce3('0x1d'),(_0x5a7c18,_0x930dd2)=>{const _0x20fa02=this[_0x1ce3('0x25')][_0x1ce3('0x17')][_0x1ce3('0xa')](_0x1ce3('0x6'));if(!_0x20fa02||_0x930dd2[_0x1ce3('0x1a')]===_0x20fa02){const _0x5943a8=this[_0x1ce3('0x9')](_0x930dd2[_0x1ce3('0x28')]),_0x1be2e4=_0x298437[_0x1ce3('0x2f')][_0x1ce3('0xa')](_0x930dd2);if(!_0x1be2e4)return void this[_0x1ce3('0x3')][_0x1ce3('0x1')]({'thread':_0x930dd2,'position':_0x5943a8});const _0x2efc49=_0x3217ff[_0x1ce3('0x29')](_0x1be2e4['view']);_0x2efc49[_0x1ce3('0x10')]&&_0x3217ff[_0x1ce3('0x22')][_0x1ce3('0x1e')](_0x2efc49),this['annotationViews']['add'](_0x2efc49[_0x1ce3('0x2c')],_0x5943a8);}}),this[_0x1ce3('0x11')](_0x3217ff[_0x1ce3('0x2')],_0x1ce3('0x1d'),(_0x28e724,_0x4db21c)=>{const _0x2c4ce3=this['_pendingThreads'][_0x1ce3('0xc')](({thread:_0x5eb3e7})=>{const _0x2bfe21=_0x298437['_threadToController'][_0x1ce3('0xa')](_0x5eb3e7);return _0x2bfe21&&_0x4db21c[_0x1ce3('0x1c')]===_0x2bfe21[_0x1ce3('0x2c')];});_0x2c4ce3&&(this[_0x1ce3('0xd')][_0x1ce3('0x1d')](_0x4db21c['view'],_0x2c4ce3[_0x1ce3('0x1f')]),this[_0x1ce3('0x3')]['splice'](this[_0x1ce3('0x3')]['indexOf'](_0x2c4ce3),0x1));}),this[_0x1ce3('0x11')](_0x2bf972[_0x1ce3('0x27')],_0x1ce3('0x1e'),(_0x4a419b,_0x31aa3f)=>{const _0x443e65=this[_0x1ce3('0x25')][_0x1ce3('0x17')][_0x1ce3('0xa')](_0x1ce3('0x6'));if(!_0x443e65||_0x31aa3f['channelId']===_0x443e65){const _0x5a26f5=_0x298437[_0x1ce3('0x2f')][_0x1ce3('0xa')](_0x31aa3f),_0x40c45e=_0x3217ff['getByInnerView'](_0x5a26f5[_0x1ce3('0x2c')]);this['annotationViews'][_0x1ce3('0x1e')](_0x40c45e[_0x1ce3('0x2c')]),this['stopListening'](_0x40c45e['focusableElements']);}});}[_0x1ce3('0x1b')](_0x454349,_0x41e0f3){for(const _0x1a0998 of _0x41e0f3[_0x1ce3('0x13')])_0x1a0998[_0x1ce3('0xe')][_0x1ce3('0x16')](_0x1ce3('0x0'))&&_0x454349[_0x1ce3('0x14')][_0x1ce3('0x1d')](_0x1a0998);this[_0x1ce3('0x11')](_0x41e0f3[_0x1ce3('0x13')],'add',(_0x59e4c6,_0x1bafbe)=>{_0x1bafbe[_0x1ce3('0xe')]['contains'](_0x1ce3('0x0'))&&_0x454349[_0x1ce3('0x14')][_0x1ce3('0x1d')](_0x1bafbe);}),this[_0x1ce3('0x11')](_0x41e0f3['focusableElements'],_0x1ce3('0x1e'),(_0x470138,_0xee05b2)=>{_0xee05b2[_0x1ce3('0xe')][_0x1ce3('0x16')](_0x1ce3('0x0'))&&_0x454349[_0x1ce3('0x14')][_0x1ce3('0x1e')](_0xee05b2);});}[_0x1ce3('0x9')](_0x12f446){const _0x1c3264=this[_0x1ce3('0x25')][_0x1ce3('0x17')][_0x1ce3('0xa')](_0x1ce3('0x6')),_0x3a7ae2=[...this[_0x1ce3('0x25')][_0x1ce3('0xf')][_0x1ce3('0xa')](_0x2089d8)['resolvedThreads']][_0x1ce3('0x26')](_0x1639c5=>_0x1639c5[_0x1ce3('0x1a')]!==_0x1c3264)[_0x1ce3('0x7')](_0x33f0d2=>_0x33f0d2[_0x1ce3('0x28')]<_0x12f446);return _0x3a7ae2>-0x1?_0x3a7ae2:this['annotationViews'][_0x1ce3('0x4')];}[_0x1ce3('0xb')](){const _0xbc93e9=this[_0x1ce3('0x25')],_0xd69227=this[_0x1ce3('0x25')][_0x1ce3('0xf')]['get'](_0x1ce3('0x8')),_0x206a0f=_0x539c44(_0xbc93e9[_0x1ce3('0x20')]);_0x206a0f[_0x1ce3('0x15')][_0x1ce3('0x23')]({'icon':_0x560133,'label':_0x445600(_0xbc93e9[_0x1ce3('0x20')],'COMMENTS_ARCHIVE'),'tooltip':!0x0}),_0x206a0f[_0x1ce3('0x21')][_0x1ce3('0x19')]({'attributes':{'class':'ck-comments-archive-dropdown'}}),_0x206a0f['on'](_0x1ce3('0x2b'),(_0x3041a2,_0x19aada,_0x56afc3)=>{this[_0x1ce3('0x2e')]||(this['commentsArchiveView']=new _0x5f03d6(_0xbc93e9['locale'],this[_0x1ce3('0xd')])),_0x56afc3?_0x206a0f[_0x1ce3('0x21')][_0x1ce3('0x18')][_0x1ce3('0x1d')](this[_0x1ce3('0x2e')]):_0x206a0f[_0x1ce3('0x21')]['children']['remove'](this['commentsArchiveView']);});for(const _0x385db7 of this[_0x1ce3('0xd')]){const _0x3c3203=_0xd69227['getByInnerView'](_0x385db7[_0x1ce3('0x5')]);this[_0x1ce3('0x1b')](_0x206a0f,_0x3c3203);}return _0x206a0f[_0x1ce3('0x11')](this['annotationViews'],_0x1ce3('0x1d'),(_0x469701,_0x201fc3)=>{const _0x3155bf=_0xd69227['getByInnerView'](_0x201fc3[_0x1ce3('0x5')]);this['_handleAnnotationFocusableElements'](_0x206a0f,_0x3155bf);}),_0x206a0f['listenTo'](this['annotationViews'],_0x1ce3('0x1e'),(_0x71c110,_0x314f97)=>{const _0xc9734f=_0xd69227[_0x1ce3('0x29')](_0x314f97['mainView']);for(const _0x3ca9dd of _0xc9734f['focusableElements'])_0x3ca9dd['classList']['contains'](_0x1ce3('0x0'))&&_0x206a0f[_0x1ce3('0x14')][_0x1ce3('0x1e')](_0x3ca9dd);}),_0x206a0f;}}
23
+ const _0x5760=['ck-comments-archive-dropdown','commentsArchiveView','change:isOpen','resolvedThreads','extendTemplate','CommentsRepository','_pendingThreads','listenTo','children','get','focusableElements','config','requires','focusTracker','resolvedAt','CommentsArchiveUI','set','indexOf','Annotations','remove','classList','plugins','init','_calculatePosition','contains','channelId','length','ck-body','COMMENTS_ARCHIVE','stopListening','locale','find','buttonView','mainView','editor','panelView','annotationViews','splice','collaboration.channelId','collection','_threadToController','_createArchiveUIDropdown','getByInnerView','position','view','commentsArchive','_handleAnnotationFocusableElements','add','innerView','componentFactory'];(function(_0x40c29b,_0x5760b7){const _0x2542c7=function(_0x1a5ec7){while(--_0x1a5ec7){_0x40c29b['push'](_0x40c29b['shift']());}};_0x2542c7(++_0x5760b7);}(_0x5760,0x174));const _0x2542=function(_0x40c29b,_0x5760b7){_0x40c29b=_0x40c29b-0x0;let _0x2542c7=_0x5760[_0x40c29b];return _0x2542c7;};import'../../theme/commentsarchive.css';import{Plugin as _0x17f238}from'ckeditor5/src/core';import{createDropdown as _0x1dc522,ViewCollection as _0x45d3d4}from'ckeditor5/src/ui';import _0x31d374 from'../../theme/icons/comments-archive.svg';import{getTranslation as _0x21f04c}from'../utils/common-translations';import _0x5983a3 from'./ui/view/commentsarchiveview';import _0x218eb from'./commentsarchive';export default class a extends _0x17f238{static get['pluginName'](){return _0x2542('0x2b');}static get[_0x2542('0x28')](){return[_0x218eb];}constructor(_0x3e85cf){super(_0x3e85cf),this[_0x2542('0xe')]=new _0x45d3d4(),this['_pendingThreads']=[];}[_0x2542('0x0')](){this[_0x2542('0xc')]['ui'][_0x2542('0x1b')][_0x2542('0x19')](_0x2542('0x17'),()=>this[_0x2542('0x13')]());const _0x108275=this[_0x2542('0xc')]['plugins'][_0x2542('0x25')](_0x218eb),_0x59a0f8=this[_0x2542('0xc')][_0x2542('0x31')][_0x2542('0x25')](_0x2542('0x2e')),_0x415e09=this[_0x2542('0xc')][_0x2542('0x31')][_0x2542('0x25')](_0x2542('0x21'));this['listenTo'](_0x108275[_0x2542('0x1f')],_0x2542('0x19'),(_0x2257f7,_0x19a4da)=>{const _0x419a80=this[_0x2542('0xc')][_0x2542('0x27')][_0x2542('0x25')](_0x2542('0x10'));if(!_0x419a80||_0x19a4da['channelId']===_0x419a80){const _0xe00f14=this['_calculatePosition'](_0x19a4da['resolvedAt']),_0x2a29a2=_0x415e09[_0x2542('0x12')][_0x2542('0x25')](_0x19a4da);if(!_0x2a29a2)return void this[_0x2542('0x22')]['push']({'thread':_0x19a4da,'position':_0xe00f14});const _0x161e7e=_0x59a0f8[_0x2542('0x14')](_0x2a29a2[_0x2542('0x16')]);_0x161e7e['isVisible']&&_0x59a0f8['_visibleAnnotations']['remove'](_0x161e7e),this['annotationViews']['add'](_0x161e7e[_0x2542('0x16')],_0xe00f14);}}),this[_0x2542('0x23')](_0x59a0f8[_0x2542('0x11')],'add',(_0x1944f8,_0x57b19b)=>{const _0xbc049d=this[_0x2542('0x22')][_0x2542('0x9')](({thread:_0x586d9c})=>{const _0x151f73=_0x415e09[_0x2542('0x12')][_0x2542('0x25')](_0x586d9c);return _0x151f73&&_0x57b19b[_0x2542('0x1a')]===_0x151f73['view'];});_0xbc049d&&(this['annotationViews'][_0x2542('0x19')](_0x57b19b[_0x2542('0x16')],_0xbc049d[_0x2542('0x15')]),this['_pendingThreads'][_0x2542('0xf')](this[_0x2542('0x22')][_0x2542('0x2d')](_0xbc049d),0x1));}),this['listenTo'](_0x108275['resolvedThreads'],_0x2542('0x2f'),(_0x2918c7,_0x20fe6b)=>{const _0x13b316=this[_0x2542('0xc')][_0x2542('0x27')]['get'](_0x2542('0x10'));if(!_0x13b316||_0x20fe6b['channelId']===_0x13b316){const _0x2fc5e2=_0x415e09[_0x2542('0x12')][_0x2542('0x25')](_0x20fe6b),_0x862ea8=_0x59a0f8[_0x2542('0x14')](_0x2fc5e2[_0x2542('0x16')]);this[_0x2542('0xe')][_0x2542('0x2f')](_0x862ea8[_0x2542('0x16')]),this[_0x2542('0x7')](_0x862ea8[_0x2542('0x26')]);}});}[_0x2542('0x18')](_0x1efbbd,_0x5fad55){for(const _0x35fa2d of _0x5fad55[_0x2542('0x26')])_0x35fa2d[_0x2542('0x30')][_0x2542('0x2')](_0x2542('0x5'))&&_0x1efbbd[_0x2542('0x29')][_0x2542('0x19')](_0x35fa2d);this[_0x2542('0x23')](_0x5fad55[_0x2542('0x26')],_0x2542('0x19'),(_0x5bd016,_0x1717a7)=>{_0x1717a7['classList'][_0x2542('0x2')](_0x2542('0x5'))&&_0x1efbbd['focusTracker'][_0x2542('0x19')](_0x1717a7);}),this[_0x2542('0x23')](_0x5fad55['focusableElements'],_0x2542('0x2f'),(_0x5dca97,_0x2601c8)=>{_0x2601c8[_0x2542('0x30')]['contains']('ck-body')&&_0x1efbbd[_0x2542('0x29')][_0x2542('0x2f')](_0x2601c8);});}[_0x2542('0x1')](_0x5abfe7){const _0xb3e0e0=this[_0x2542('0xc')][_0x2542('0x27')][_0x2542('0x25')](_0x2542('0x10')),_0x55eb02=[...this[_0x2542('0xc')][_0x2542('0x31')][_0x2542('0x25')](_0x218eb)[_0x2542('0x1f')]]['filter'](_0x1f1a3c=>_0x1f1a3c[_0x2542('0x3')]!==_0xb3e0e0)['findIndex'](_0x1baa31=>_0x1baa31[_0x2542('0x2a')]<_0x5abfe7);return _0x55eb02>-0x1?_0x55eb02:this['annotationViews'][_0x2542('0x4')];}[_0x2542('0x13')](){const _0xdbaa58=this[_0x2542('0xc')],_0xee6d8c=this[_0x2542('0xc')][_0x2542('0x31')][_0x2542('0x25')](_0x2542('0x2e')),_0x40e6e9=_0x1dc522(_0xdbaa58[_0x2542('0x8')]);_0x40e6e9[_0x2542('0xa')][_0x2542('0x2c')]({'icon':_0x31d374,'label':_0x21f04c(_0xdbaa58['locale'],_0x2542('0x6')),'tooltip':!0x0}),_0x40e6e9[_0x2542('0xd')][_0x2542('0x20')]({'attributes':{'class':_0x2542('0x1c')}}),_0x40e6e9['on'](_0x2542('0x1e'),(_0x2bfc75,_0x53370d,_0x4d7ebf)=>{this[_0x2542('0x1d')]||(this[_0x2542('0x1d')]=new _0x5983a3(_0xdbaa58[_0x2542('0x8')],this[_0x2542('0xe')])),_0x4d7ebf?_0x40e6e9[_0x2542('0xd')][_0x2542('0x24')][_0x2542('0x19')](this[_0x2542('0x1d')]):_0x40e6e9[_0x2542('0xd')]['children'][_0x2542('0x2f')](this[_0x2542('0x1d')]);});for(const _0xc0ef63 of this[_0x2542('0xe')]){const _0x1133c5=_0xee6d8c[_0x2542('0x14')](_0xc0ef63[_0x2542('0xb')]);this[_0x2542('0x18')](_0x40e6e9,_0x1133c5);}return _0x40e6e9[_0x2542('0x23')](this[_0x2542('0xe')],_0x2542('0x19'),(_0xf2ee54,_0x405628)=>{const _0x51fe70=_0xee6d8c[_0x2542('0x14')](_0x405628[_0x2542('0xb')]);this[_0x2542('0x18')](_0x40e6e9,_0x51fe70);}),_0x40e6e9['listenTo'](this['annotationViews'],'remove',(_0x410bbd,_0x1e31b2)=>{const _0x418c4b=_0xee6d8c[_0x2542('0x14')](_0x1e31b2[_0x2542('0xb')]);for(const _0x5ebb0 of _0x418c4b[_0x2542('0x26')])_0x5ebb0[_0x2542('0x30')][_0x2542('0x2')](_0x2542('0x5'))&&_0x40e6e9[_0x2542('0x29')][_0x2542('0x2f')](_0x5ebb0);}),_0x40e6e9;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1fa3=['resolveCommentThread','model','attachTo','substring','_attachedThreads','once','getCommentThreads','hasCommentThread','comment:','registerAnnotation','differ','reopenCommentThread','start','then','change:activeMarker','split','getRange','requires','_attachMarkerToThread','removeMarker:','isLocal','editor','isObject','getWalker','getByInnerView','refreshVisibility','_detachCommentThread','focus','$textProxy','createRange','getChangedMarkers','get','_hasTargetInContent','resolve','isThreadsLoadingPaused','_handleMarkerAddAndRemove','scrollToThreadMarker','affectsData','render','change:isReadOnly','reopen','ready','_removedThread','filter','view','setContext','for','ck-comment-marker','hasDomSelection','CommentsEditing','createElement','pluginName','add','context','has','upcast','change:isThreadsLoadingPaused','hasMarkerForId','removeMarker','ignoreResolvedComments','change','markerToData','push','openNewCommentThread','removeCommentThread','getAllMarkersForId','elementToElement','activeMarker','destroy','conversion','consumable','_handleThreadMarker','comment','newRange','hasContent','_getTargetForId','map','item','config','markers','isCollapsed','init','_autoResolvedThreads','_threadToController','listenTo','from','_initializeMarkerConverters','set','markerName','data','end','addCommentThread','registerPostFixer','length','collaboration.channelId','delete','editingDowncast','$graveyard','getCommentThread','reconvertMarker','_attachResolvedThread','markerToHighlight','high','addMarker:','document','dataDowncast','_getTextContext','isResolved','_reconvertMarkers','editing','rootName','enqueueChange','ck-comment-marker--active','plugins','isEqual','dataToMarker','schema','size','getItems','low','commands','consume','clear','text'];(function(_0x3fe63d,_0x1fa305){const _0x58dfa1=function(_0x40fbf4){while(--_0x40fbf4){_0x3fe63d['push'](_0x3fe63d['shift']());}};_0x58dfa1(++_0x1fa305);}(_0x1fa3,0x170));const _0x58df=function(_0x3fe63d,_0x1fa305){_0x3fe63d=_0x3fe63d-0x0;let _0x58dfa1=_0x1fa3[_0x3fe63d];return _0x58dfa1;};import{Plugin as _0x52a63d}from'ckeditor5/src/core';import{scrollViewportToShowTarget as _0x1b0496}from'ckeditor5/src/utils';import _0x3774d2 from'./commentsrepository';import _0x4bf6b1 from'./addcommentthreadcommand';import{getAllMarkersDomElementsSorted as _0x576cfb}from'ckeditor5-collaboration/src/collaboration-core';import _0x34c36f from'../annotations/editorannotations';import _0x2c1a2e from'./integrations/commentsrestrictededitingmode';import'../../theme/commentmarker.css';import _0x12cfc3 from'./integrations/importword';import _0x196f95 from'../annotations/annotations';export default class r extends _0x52a63d{static get[_0x58df('0x15')](){return[_0x3774d2,_0x34c36f,_0x2c1a2e,_0x12cfc3];}static get[_0x58df('0x37')](){return _0x58df('0x35');}constructor(_0x14efa8){super(_0x14efa8),this[_0x58df('0x2e')]=null,this[_0x58df('0x56')]=new Set(),this[_0x58df('0x5b')](_0x58df('0x26'),!0x0),_0x14efa8[_0x58df('0x5d')][_0x58df('0x9')](_0x58df('0x2d'),()=>this[_0x58df('0x26')]=!0x1),this[_0x58df('0x5b')]('activeMarker',null),this['on'](_0x58df('0x12'),(_0x1f54cf,_0x22567a,_0x4a222d,_0xc2bba2)=>{const _0x42cf2b=_0x4a222d?tt(_0x4a222d)['id']:null;if(_0x14efa8['model'][_0x58df('0x40')](()=>{if(_0x42cf2b){const _0x2b8161=this['getAllMarkersForId'](_0x42cf2b);for(const _0x351b43 of _0x2b8161)_0x14efa8[_0x58df('0x71')][_0x58df('0x67')](_0x351b43);}if(_0xc2bba2){const {id:_0x37e776}=tt(_0xc2bba2),_0x1d1047=this[_0x58df('0x45')](_0x37e776);for(const _0x4ddbc3 of _0x1d1047)_0x14efa8[_0x58df('0x71')][_0x58df('0x67')](_0x4ddbc3);}}),_0x42cf2b){const _0x447a66=_0x14efa8[_0x58df('0x75')][_0x58df('0x23')](_0x3774d2)[_0x58df('0x66')](_0x42cf2b);_0x447a66&&_0x447a66['isResolved']&&this[_0x58df('0x28')](_0x42cf2b);}}),this[_0x58df('0x8')]=new Map();}[_0x58df('0x55')](){const _0xe16a7c=this[_0x58df('0x19')],_0x43da58=_0xe16a7c[_0x58df('0x75')]['get'](_0x3774d2),_0x8f5259=_0xe16a7c[_0x58df('0x52')][_0x58df('0x23')](_0x58df('0x62'));_0xe16a7c[_0x58df('0x0')][_0x58df('0x38')](_0x58df('0x5f'),new _0x4bf6b1(_0xe16a7c)),this[_0x58df('0x58')](_0xe16a7c,_0x58df('0x2b'),(_0x234f80,_0x57c38a,_0x2ab83d)=>{_0x43da58['switchReadOnly'](_0x2ab83d,_0xe16a7c[_0x58df('0x52')]['get'](_0x58df('0x62')));}),this[_0x58df('0x58')](_0x43da58,Z('addCommentThread',_0x8f5259),(_0x3b518e,{threadId:_0x599e82})=>{const _0x1f660e=this[_0x58df('0x19')][_0x58df('0x75')]['get'](_0x3774d2)['getCommentThread'](_0x599e82);_0x1f660e&&_0x1f660e[_0x58df('0x6f')]&&this[_0x58df('0x68')](_0x599e82);}),this[_0x58df('0x58')](_0x43da58,Z(_0x58df('0x44'),_0x8f5259),(_0xc6668d,{threadId:_0x191d6d})=>{_0xe16a7c[_0x58df('0x5')][_0x58df('0x73')]({'isUndoable':!0x1},_0x12f72d=>{const _0x14d8ce=this['getAllMarkersForId'](_0x191d6d);this[_0x58df('0x8')][_0x58df('0x63')](_0x191d6d),this[_0x58df('0x2e')]=_0x191d6d;for(const _0x449fd6 of _0x14d8ce)_0x12f72d[_0x58df('0x3e')](_0x449fd6);}),this[_0x58df('0x2e')]=null;},{'priority':_0x58df('0x6a')}),this[_0x58df('0x58')](_0x43da58,Z(_0x58df('0x4'),_0x8f5259),(_0x41f63d,{threadId:_0x2334fe})=>{this[_0x58df('0x68')](_0x2334fe),this[_0x58df('0x70')](_0x2334fe),this[_0x58df('0x19')]['editing']['view'][_0x58df('0x34')]&&this[_0x58df('0x19')]['editing'][_0x58df('0x30')][_0x58df('0x1f')]();},{'priority':_0x58df('0x7b')}),this['listenTo'](_0x43da58,Z(_0x58df('0xf'),_0x8f5259),(_0x251390,{threadId:_0x185ee2})=>{this['_reconvertMarkers'](_0x185ee2);},{'priority':_0x58df('0x7b')}),this[_0x58df('0x58')](_0x43da58,Z('addComment',_0x8f5259),(_0x18c142,{threadId:_0x2fc7be,isFromAdapter:_0x45f17d})=>{const _0x3ecbce=this['getAllMarkersForId'](_0x2fc7be);if(_0x45f17d||0x0==_0x3ecbce[_0x58df('0x61')]||!_0x43da58[_0x58df('0xb')](_0x2fc7be))return;0x1===_0x43da58[_0x58df('0x66')](_0x2fc7be)[_0x58df('0x61')]&&_0xe16a7c[_0x58df('0x5')][_0x58df('0x73')]({'isUndoable':!0x1},_0x51f284=>{for(const _0x321f49 of _0x3ecbce)_0x51f284['updateMarker'](_0x321f49,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':_0x58df('0x7b')}),this[_0x58df('0x5a')](),this[_0x58df('0x27')]();}['destroy'](){const _0x524b1e=this['editor'][_0x58df('0x75')][_0x58df('0x23')](_0x3774d2),_0x474100=this['editor'][_0x58df('0x52')][_0x58df('0x23')](_0x58df('0x62'));for(const _0x42b4ac of _0x524b1e[_0x58df('0xa')]({'channelId':_0x474100}))_0x524b1e[_0x58df('0x1e')](_0x42b4ac['id']),_0x524b1e['_threads'][_0x58df('0x63')](_0x42b4ac['id']);super[_0x58df('0x48')]();}[_0x58df('0x3d')](_0x341b07){return this[_0x58df('0x45')](_0x341b07)[_0x58df('0x61')]>0x0;}[_0x58df('0x45')](_0x569574){return Array[_0x58df('0x59')](this['_attachedThreads'][_0x58df('0x23')](_0x569574)||[])[_0x58df('0x50')](_0x18c846=>this[_0x58df('0x19')][_0x58df('0x5')][_0x58df('0x53')][_0x58df('0x23')](_0x18c846))[_0x58df('0x2f')](_0x4fb3c3=>_0x4fb3c3);}[_0x58df('0x28')](_0x4edcf5){const _0x7a3788=this[_0x58df('0x4f')](_0x4edcf5);_0x7a3788&&setTimeout(()=>{this['activeMarker']&&tt(this['activeMarker'])['id']===_0x4edcf5&&_0x1b0496({'target':_0x7a3788[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}[_0x58df('0x70')](_0x4e00f3){this[_0x58df('0x19')][_0x58df('0x5')][_0x58df('0x40')](()=>{for(const _0x3b908b of this[_0x58df('0x45')](_0x4e00f3))this[_0x58df('0x19')]['editing'][_0x58df('0x67')](_0x3b908b);});}['_attachResolvedThread'](_0xb53526){const _0x4a5c15=this[_0x58df('0x19')][_0x58df('0x75')][_0x58df('0x23')](_0x3774d2),_0x977f09=this[_0x58df('0x19')]['plugins'][_0x58df('0x23')](_0x34c36f),_0x21a72c=_0x4a5c15[_0x58df('0x66')](_0xb53526);if(!this[_0x58df('0x8')][_0x58df('0x3a')](_0xb53526)){const _0x4dbf5f=_0x21a72c['attachTo'](()=>this[_0x58df('0x4f')](_0x21a72c['id']));_0x977f09['registerAnnotation'](_0x4dbf5f),this['_attachedThreads']['set'](_0xb53526,new Set()),_0x21a72c[_0x58df('0x24')]=!0x1;}}[_0x58df('0x5a')](){const _0x1b3b2b=this[_0x58df('0x19')];_0x1b3b2b[_0x58df('0x49')][_0x58df('0x32')](_0x58df('0x64'))[_0x58df('0x69')]({'model':_0x58df('0x4c'),'view':(_0x136d41,_0x429e86)=>{const {id:_0x2b29ce}=tt(_0x136d41[_0x58df('0x5c')]),_0x59d459=_0x1b3b2b['plugins']['get'](_0x3774d2)[_0x58df('0x66')](_0x2b29ce),_0x292e9b=this[_0x58df('0x47')]&&tt(this[_0x58df('0x47')])['id']===_0x2b29ce;if(_0x59d459&&_0x59d459[_0x58df('0x6f')]&&!_0x292e9b&&_0x136d41[_0x58df('0x51')])return _0x429e86[_0x58df('0x4a')][_0x58df('0x1')](_0x136d41['item'],_0x58df('0x6b')+_0x136d41[_0x58df('0x5c')]),_0x429e86[_0x58df('0x4a')][_0x58df('0x1')](_0x136d41[_0x58df('0x51')],_0x58df('0x17')+_0x136d41[_0x58df('0x5c')]),{'classes':[]};const _0x19b9ab=[_0x58df('0x33')];return _0x292e9b&&_0x19b9ab[_0x58df('0x42')](_0x58df('0x74')),{'classes':_0x19b9ab,'attributes':{'data-comment':_0x2b29ce}};}}),_0x1b3b2b[_0x58df('0x49')][_0x58df('0x32')](_0x58df('0x6d'))[_0x58df('0x41')]({'model':'comment','view':(_0x49eb97,{options:_0xb55dcd})=>{const _0x379af8=_0x1b3b2b['plugins']['get'](_0x3774d2),_0x272b46=_0x1b3b2b[_0x58df('0x5')]['markers'][_0x58df('0x23')](_0x49eb97),{id:_0x54a63e,part:_0x4f43f6}=tt(_0x49eb97);if(_0x272b46&&!_0x272b46[_0x58df('0x29')])return null;if(_0xb55dcd[_0x58df('0x3f')]){const _0x298acc=_0x379af8[_0x58df('0x66')](_0x54a63e);if(_0x298acc&&_0x298acc[_0x58df('0x6f')])return null;}return{'group':_0x58df('0x4c'),'name':_0x4f43f6?_0x54a63e+':'+_0x4f43f6:_0x54a63e};}}),_0x1b3b2b['conversion'][_0x58df('0x32')]('upcast')[_0x58df('0x46')]({'view':{'name':_0x58df('0x4c'),'attributes':{'id':/^\w/}},'model':(_0x257753,{writer:_0x3d7b28})=>_0x3d7b28[_0x58df('0x36')]('$marker',{'data-name':_0x58df('0xc')+_0x257753['getAttribute']('id')})}),_0x1b3b2b[_0x58df('0x49')][_0x58df('0x32')](_0x58df('0x3b'))[_0x58df('0x77')]({'view':_0x58df('0x4c')});}[_0x58df('0x27')](){const _0x366129=this[_0x58df('0x19')],_0xcd5af=_0x366129[_0x58df('0x75')]['get'](_0x3774d2),_0x2b3cb3=new Set(),_0x27898f=new Set();_0x366129[_0x58df('0x5')][_0x58df('0x6c')][_0x58df('0x60')](_0x42254e=>{let _0x14453e=!0x1;for(const {name:_0x433a69,data:_0x1eb01d}of _0x366129['model']['document'][_0x58df('0xe')][_0x58df('0x22')]()){const {group:_0x3e8a34,id:_0x271bb5}=tt(_0x433a69);let _0x2b1eea=_0x1eb01d['newRange'];if('comment'!==_0x3e8a34||!_0x2b1eea)continue;const _0x5cdce2=_0x58df('0x65')===_0x2b1eea['root'][_0x58df('0x72')];_0x5cdce2||(_0x2b1eea=ot(_0x2b1eea,_0x366129[_0x58df('0x5')]),!_0x2b1eea||_0x2b1eea[_0x58df('0x54')]||!_0x1eb01d['newRange']||_0x2b1eea[_0x58df('0x76')](_0x1eb01d[_0x58df('0x4d')]))?_0x366129[_0x58df('0x5')][_0x58df('0x4e')](_0x2b1eea)&&!_0x5cdce2?this[_0x58df('0x26')]?_0x2b3cb3['add'](_0x433a69):this[_0x58df('0x4b')](_0x433a69,_0x271bb5):(_0x27898f['add'](_0x433a69),_0x2b3cb3['delete'](_0x433a69),_0x42254e[_0x58df('0x3e')](_0x433a69),_0x14453e=!0x0):(_0x42254e['updateMarker'](_0x433a69,{'range':_0x2b1eea}),_0x14453e=!0x0);}return _0x14453e;}),this['on'](_0x58df('0x3c'),(_0x32a5f3,_0xce001d,_0x2f7353)=>{if(!_0x2f7353&&_0x2b3cb3[_0x58df('0x79')])for(const _0x4af62e of _0x2b3cb3){const {id:_0x1db415}=tt(_0x4af62e);_0x2b3cb3['delete'](_0x4af62e),_0x366129[_0x58df('0x5')][_0x58df('0x53')][_0x58df('0x23')](_0x4af62e)&&this['_handleThreadMarker'](_0x4af62e,_0x1db415);}}),this['listenTo'](_0x366129[_0x58df('0x5')][_0x58df('0x6c')],_0x58df('0x40'),(_0x369277,_0x2c378a)=>{for(const {name:_0x1a637d,data:{newRange:_0x263dd2}}of _0x366129[_0x58df('0x5')][_0x58df('0x6c')][_0x58df('0xe')][_0x58df('0x22')]()){const {group:_0x316859,id:_0x23c709}=tt(_0x1a637d);if(_0x58df('0x4c')!==_0x316859)continue;const _0x518fb6=_0xcd5af[_0x58df('0x66')](_0x23c709),_0x4c0ea0=this[_0x58df('0x3d')](_0x23c709);_0x518fb6&&(_0x518fb6[_0x58df('0x24')]||_0x366129['editing'][_0x58df('0x30')][_0x58df('0x9')](_0x58df('0x2a'),()=>{const _0x23b9ea=_0x366129[_0x58df('0x75')][_0x58df('0x23')](_0x196f95),_0x499c2d=_0xcd5af[_0x58df('0x57')][_0x58df('0x23')](_0x518fb6)[_0x58df('0x30')];_0x23b9ea['getByInnerView'](_0x499c2d)[_0x58df('0x1d')]();},{'priority':_0x58df('0x7b')}),_0x518fb6[_0x58df('0x24')]=_0x4c0ea0||!!_0x263dd2),_0x263dd2||(_0x27898f[_0x58df('0x38')](_0x1a637d),_0x2b3cb3[_0x58df('0x63')](_0x1a637d),this[_0x58df('0x8')][_0x58df('0x3a')](_0x23c709)&&this['_attachedThreads']['get'](_0x23c709)[_0x58df('0x63')](_0x1a637d));}if(_0x2c378a[_0x58df('0x18')])for(const _0x189b7c of _0x27898f){const {id:_0x54e218}=tt(_0x189b7c),_0x42c00b=_0xcd5af[_0x58df('0x66')](_0x54e218),_0x424e49=this[_0x58df('0x3d')](_0x54e218);_0x2b3cb3[_0x58df('0x63')](_0x189b7c),!_0x42c00b||_0x424e49||_0x42c00b[_0x58df('0x6f')]||this[_0x58df('0x2e')]===_0x54e218||(this[_0x58df('0x56')][_0x58df('0x38')](_0x42c00b),_0x42c00b[_0x58df('0x25')]());}_0x27898f[_0x58df('0x2')]();});}['_getTargetForId'](_0x1895b6){const _0x145859=this['editor'],_0x48af71=this[_0x58df('0x45')](_0x1895b6);return _0x576cfb(_0x145859[_0x58df('0x71')],_0x48af71);}['_getTextContext'](_0x15f04e){const _0x36b16d=this['getAllMarkersForId'](_0x15f04e);let _0x2db1d2='',_0x535e79=!0x1;for(const _0x1be740 of _0x36b16d){const _0x55a9fe=_0x1be740[_0x58df('0x14')]();for(const _0x11d2d0 of Array[_0x58df('0x59')](_0x55a9fe[_0x58df('0x7a')]()))_0x11d2d0['is'](_0x58df('0x20'))?(_0x2db1d2&&_0x535e79&&(_0x2db1d2+='\x20',_0x535e79=!0x1),_0x2db1d2+=_0x11d2d0['data']):_0x535e79=!0x0;_0x535e79=!0x0;}return _0x2db1d2[_0x58df('0x7')](0x0,0x96);}[_0x58df('0x16')](_0x89a6b5,_0x3989e4){const _0x3040a5=this[_0x58df('0x19')],_0x4e551a=_0x3040a5['plugins'][_0x58df('0x23')](_0x3774d2);let _0x871118=_0x4e551a[_0x58df('0x66')](_0x3989e4);if(this[_0x58df('0x8')]['has'](_0x3989e4)){const _0x22f883=this['_attachedThreads'][_0x58df('0x23')](_0x3989e4);_0x22f883[_0x58df('0x3a')](_0x89a6b5)||_0x22f883[_0x58df('0x38')](_0x89a6b5);}const _0x492d03=_0x3040a5[_0x58df('0x52')][_0x58df('0x23')](_0x58df('0x62')),_0x275223=_0x3040a5[_0x58df('0x75')][_0x58df('0x23')](_0x34c36f);if(_0x871118&&_0x871118[_0x58df('0x6f')]&&this[_0x58df('0x56')][_0x58df('0x3a')](_0x871118)&&(this[_0x58df('0x56')][_0x58df('0x63')](_0x871118),_0x871118[_0x58df('0x2c')]()),this['_attachedThreads'][_0x58df('0x3a')](_0x3989e4))return _0x871118;return this[_0x58df('0x8')][_0x58df('0x5b')](_0x3989e4,new Set([_0x89a6b5])),(!this[_0x58df('0x45')](_0x3989e4)[0x0]['managedUsingOperations']?_0x3040a5['editing'][_0x58df('0x30')][_0x58df('0x9')](_0x58df('0x2a'),()=>{const _0x351e17=_0x3040a5[_0x58df('0x75')][_0x58df('0x23')](_0x196f95);_0x871118=_0x4e551a[_0x58df('0x43')]({'channelId':_0x492d03,'threadId':_0x3989e4,'target':()=>this['_getTargetForId'](_0x3989e4),'context':{'type':_0x58df('0x3'),'value':this['_getTextContext'](_0x3989e4)}});const _0xd16c6b=_0x4e551a[_0x58df('0x57')][_0x58df('0x23')](_0x871118)[_0x58df('0x30')],_0x246399=_0x351e17[_0x58df('0x1c')](_0xd16c6b);_0x246399&&_0x275223[_0x58df('0xd')](_0x246399);},{'priority':_0x58df('0x7b')}):_0x4e551a['fetchCommentThread']({'channelId':_0x492d03,'threadId':_0x3989e4})[_0x58df('0x11')](_0x29d0cb=>{if('destroyed'!==_0x3040a5['state']){if(_0x871118=_0x29d0cb,_0x871118){const _0x19e1ad=_0x871118[_0x58df('0x6')](()=>this[_0x58df('0x4f')](_0x3989e4));_0x275223[_0x58df('0xd')](_0x19e1ad),_0x871118['isResolved']&&this['_reconvertMarkers'](_0x3989e4);}else{const _0x3d79d6=this[_0x58df('0x45')](_0x3989e4);_0x3040a5[_0x58df('0x5')][_0x58df('0x40')](_0x1ac391=>{for(const _0x4c31b4 of _0x3d79d6)_0x1ac391[_0x58df('0x3e')](_0x4c31b4);});}}}),_0x871118);}[_0x58df('0x4b')](_0x5e0857,_0x48f532){const _0x3d65a1=this[_0x58df('0x16')](_0x5e0857,_0x48f532);_0x3d65a1&&!_0x3d65a1[_0x58df('0x39')]&&_0x3d65a1[_0x58df('0x31')]({'type':_0x58df('0x3'),'value':this[_0x58df('0x6e')](_0x48f532)});}}function Z(_0x3bf799,_0x33715b){return _0x33715b?_0x3bf799+':'+_0x33715b:_0x3bf799;}function tt(_0x4464dd){const _0x42ba47=_0x4464dd[_0x58df('0x13')](':');return{'group':_0x42ba47[0x0],'id':_0x42ba47[0x1],'part':_0x42ba47[0x2]};}function ot(_0x3d017b,_0x21aa0c){const _0x2b44f3=_0x21aa0c[_0x58df('0x78')],_0x3b74d5=_0x21aa0c[_0x58df('0x21')](_0x3d017b[_0x58df('0x10')]);for(const _0x5a85d5 of _0x3d017b[_0x58df('0x1b')]()){const {type:_0x2f9268,item:_0x2ffd87,nextPosition:_0x5e9e33}=_0x5a85d5;if(_0x58df('0x3')===_0x2f9268||_0x2b44f3[_0x58df('0x1a')](_0x2ffd87)){const _0x4baf7e=_0x21aa0c['createPositionBefore'](_0x2ffd87);_0x3b74d5[_0x58df('0x54')]&&(_0x3b74d5[_0x58df('0x10')]=_0x4baf7e),_0x3b74d5[_0x58df('0x5e')]=_0x5e9e33;}}return _0x3b74d5;}
23
+ const _0x5841=['openNewCommentThread','reopenCommentThread','reconvertMarker','updateMarker','dataToMarker','change','map','registerAnnotation','addCommentThread','scrollToThreadMarker','isThreadsLoadingPaused','getRange','getWalker','change:isReadOnly','isResolved','view','$marker','refreshVisibility','activeMarker','length','end','addMarker:','split','hasDomSelection','conversion','getCommentThreads','ck-comment-marker--active','isObject','elementToElement','change:activeMarker','state','_threadToController','_autoResolvedThreads','focus','text','_detachCommentThread','newRange','hasMarkerForId','model','removeCommentThread','requires','delete','set','ck-comment-marker','render','listenTo','get','destroy','getByInnerView','plugins','enqueueChange','once','schema','_handleMarkerAddAndRemove','$textProxy','ready','differ','push','has','_attachResolvedThread','_initializeMarkerConverters','_getTextContext','start','_reconvertMarkers','resolveCommentThread','fetchCommentThread','getCommentThread','markers','rootName','commands','data','markerName','low','from','upcast','_removedThread','getChangedMarkers','registerPostFixer','substring','isEqual','config','editing','_attachMarkerToThread','collaboration.channelId','removeMarker:','filter','item','getAllMarkersForId','editor','dataDowncast','createPositionBefore','comment','consumable','createRange','_getTargetForId','isCollapsed','size','attachTo','ignoreResolvedComments','removeMarker','_attachedThreads','_hasTargetInContent','add','getAttribute','pluginName','setContext','root','_handleThreadMarker','for','reopen','document','CommentsEditing'];(function(_0x1a19bf,_0x5841f5){const _0x244f1c=function(_0x52948e){while(--_0x52948e){_0x1a19bf['push'](_0x1a19bf['shift']());}};_0x244f1c(++_0x5841f5);}(_0x5841,0xd1));const _0x244f=function(_0x1a19bf,_0x5841f5){_0x1a19bf=_0x1a19bf-0x0;let _0x244f1c=_0x5841[_0x1a19bf];return _0x244f1c;};import{Plugin as _0x31951f}from'ckeditor5/src/core';import{scrollViewportToShowTarget as _0x51ebf4}from'ckeditor5/src/utils';import _0x433bac from'./commentsrepository';import _0xfd7580 from'./addcommentthreadcommand';import{getAllMarkersDomElementsSorted as _0x1e8424}from'ckeditor5-collaboration/src/collaboration-core';import _0x3f90b7 from'../annotations/editorannotations';import _0x1f3e51 from'./integrations/commentsrestrictededitingmode';import'../../theme/commentmarker.css';import _0x4d67a6 from'./integrations/importword';import _0x1d19e6 from'../annotations/annotations';export default class r extends _0x31951f{static get[_0x244f('0x37')](){return[_0x433bac,_0x3f90b7,_0x1f3e51,_0x4d67a6];}static get[_0x244f('0x7')](){return _0x244f('0xe');}constructor(_0x35fecf){super(_0x35fecf),this[_0x244f('0x5a')]=null,this[_0x244f('0x2f')]=new Set(),this[_0x244f('0x39')](_0x244f('0x19'),!0x0),_0x35fecf['data']['once'](_0x244f('0x46'),()=>this[_0x244f('0x19')]=!0x1),this[_0x244f('0x39')](_0x244f('0x21'),null),this['on'](_0x244f('0x2c'),(_0x16bfe8,_0x58ef6c,_0x36e0df,_0x2f18ba)=>{const _0x21243a=_0x36e0df?tt(_0x36e0df)['id']:null;if(_0x35fecf[_0x244f('0x35')][_0x244f('0x14')](()=>{if(_0x21243a){const _0x193407=this['getAllMarkersForId'](_0x21243a);for(const _0x5d81f5 of _0x193407)_0x35fecf[_0x244f('0x60')]['reconvertMarker'](_0x5d81f5);}if(_0x2f18ba){const {id:_0xbbb7c2}=tt(_0x2f18ba),_0x16a3b8=this[_0x244f('0x66')](_0xbbb7c2);for(const _0x21c5b5 of _0x16a3b8)_0x35fecf['editing'][_0x244f('0x11')](_0x21c5b5);}}),_0x21243a){const _0x595fef=_0x35fecf[_0x244f('0x40')][_0x244f('0x3d')](_0x433bac)[_0x244f('0x51')](_0x21243a);_0x595fef&&_0x595fef[_0x244f('0x1d')]&&this[_0x244f('0x18')](_0x21243a);}}),this['_attachedThreads']=new Map();}['init'](){const _0x147f3b=this[_0x244f('0x67')],_0x503c4d=_0x147f3b['plugins'][_0x244f('0x3d')](_0x433bac),_0x78e89=_0x147f3b[_0x244f('0x5f')][_0x244f('0x3d')]('collaboration.channelId');_0x147f3b[_0x244f('0x54')][_0x244f('0x5')](_0x244f('0x17'),new _0xfd7580(_0x147f3b)),this[_0x244f('0x3c')](_0x147f3b,_0x244f('0x1c'),(_0x410885,_0x3d8a3c,_0x364590)=>{_0x503c4d['switchReadOnly'](_0x364590,_0x147f3b[_0x244f('0x5f')][_0x244f('0x3d')](_0x244f('0x62')));}),this[_0x244f('0x3c')](_0x503c4d,Z('addCommentThread',_0x78e89),(_0xb6dc84,{threadId:_0x4501bf})=>{const _0x3141ef=this[_0x244f('0x67')][_0x244f('0x40')][_0x244f('0x3d')](_0x433bac)[_0x244f('0x51')](_0x4501bf);_0x3141ef&&_0x3141ef[_0x244f('0x1d')]&&this[_0x244f('0x4a')](_0x4501bf);}),this[_0x244f('0x3c')](_0x503c4d,Z(_0x244f('0x36'),_0x78e89),(_0x23afad,{threadId:_0x310ea5})=>{_0x147f3b[_0x244f('0x35')]['enqueueChange']({'isUndoable':!0x1},_0x442f28=>{const _0x416a89=this[_0x244f('0x66')](_0x310ea5);this['_attachedThreads']['delete'](_0x310ea5),this[_0x244f('0x5a')]=_0x310ea5;for(const _0x1fe859 of _0x416a89)_0x442f28['removeMarker'](_0x1fe859);}),this[_0x244f('0x5a')]=null;},{'priority':'high'}),this[_0x244f('0x3c')](_0x503c4d,Z(_0x244f('0x4f'),_0x78e89),(_0x58c309,{threadId:_0xf4e753})=>{this[_0x244f('0x4a')](_0xf4e753),this['_reconvertMarkers'](_0xf4e753),this[_0x244f('0x67')]['editing'][_0x244f('0x1e')][_0x244f('0x26')]&&this[_0x244f('0x67')][_0x244f('0x60')][_0x244f('0x1e')][_0x244f('0x30')]();},{'priority':_0x244f('0x57')}),this[_0x244f('0x3c')](_0x503c4d,Z(_0x244f('0x10'),_0x78e89),(_0x54e4b5,{threadId:_0x51bfc6})=>{this[_0x244f('0x4e')](_0x51bfc6);},{'priority':'low'}),this[_0x244f('0x3c')](_0x503c4d,Z('addComment',_0x78e89),(_0x2669e6,{threadId:_0xffc33e,isFromAdapter:_0x52dbdb})=>{const _0x22cc8a=this['getAllMarkersForId'](_0xffc33e);if(_0x52dbdb||0x0==_0x22cc8a['length']||!_0x503c4d['hasCommentThread'](_0xffc33e))return;0x1===_0x503c4d[_0x244f('0x51')](_0xffc33e)[_0x244f('0x22')]&&_0x147f3b['model'][_0x244f('0x41')]({'isUndoable':!0x1},_0x3ad920=>{for(const _0x43c031 of _0x22cc8a)_0x3ad920['updateMarker'](_0x43c031,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':_0x244f('0x57')}),this[_0x244f('0x4b')](),this[_0x244f('0x44')]();}[_0x244f('0x3e')](){const _0x31589a=this[_0x244f('0x67')][_0x244f('0x40')][_0x244f('0x3d')](_0x433bac),_0x51fb27=this[_0x244f('0x67')][_0x244f('0x5f')][_0x244f('0x3d')](_0x244f('0x62'));for(const _0x258fc5 of _0x31589a[_0x244f('0x28')]({'channelId':_0x51fb27}))_0x31589a[_0x244f('0x32')](_0x258fc5['id']),_0x31589a['_threads']['delete'](_0x258fc5['id']);super['destroy']();}['hasMarkerForId'](_0x41b9ab){return this[_0x244f('0x66')](_0x41b9ab)[_0x244f('0x22')]>0x0;}[_0x244f('0x66')](_0x43a93c){return Array[_0x244f('0x58')](this[_0x244f('0x3')][_0x244f('0x3d')](_0x43a93c)||[])[_0x244f('0x15')](_0xe7bb98=>this['editor']['model'][_0x244f('0x52')][_0x244f('0x3d')](_0xe7bb98))[_0x244f('0x64')](_0x572c01=>_0x572c01);}[_0x244f('0x18')](_0xcc88ce){const _0x52ff8d=this['_getTargetForId'](_0xcc88ce);_0x52ff8d&&setTimeout(()=>{this[_0x244f('0x21')]&&tt(this[_0x244f('0x21')])['id']===_0xcc88ce&&_0x51ebf4({'target':_0x52ff8d[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}[_0x244f('0x4e')](_0x119637){this[_0x244f('0x67')]['model'][_0x244f('0x14')](()=>{for(const _0x394ab3 of this['getAllMarkersForId'](_0x119637))this[_0x244f('0x67')][_0x244f('0x60')][_0x244f('0x11')](_0x394ab3);});}['_attachResolvedThread'](_0x33a4f9){const _0x504fe1=this[_0x244f('0x67')][_0x244f('0x40')][_0x244f('0x3d')](_0x433bac),_0x3ba2de=this[_0x244f('0x67')][_0x244f('0x40')][_0x244f('0x3d')](_0x3f90b7),_0x16a7f1=_0x504fe1[_0x244f('0x51')](_0x33a4f9);if(!this[_0x244f('0x3')][_0x244f('0x49')](_0x33a4f9)){const _0x54e1d0=_0x16a7f1[_0x244f('0x0')](()=>this[_0x244f('0x6d')](_0x16a7f1['id']));_0x3ba2de[_0x244f('0x16')](_0x54e1d0),this['_attachedThreads'][_0x244f('0x39')](_0x33a4f9,new Set()),_0x16a7f1[_0x244f('0x4')]=!0x1;}}['_initializeMarkerConverters'](){const _0x2aeabc=this[_0x244f('0x67')];_0x2aeabc[_0x244f('0x27')]['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x15a99f,_0x795dad)=>{const {id:_0x45caa1}=tt(_0x15a99f[_0x244f('0x56')]),_0xe5dad1=_0x2aeabc[_0x244f('0x40')]['get'](_0x433bac)[_0x244f('0x51')](_0x45caa1),_0x5a729a=this[_0x244f('0x21')]&&tt(this[_0x244f('0x21')])['id']===_0x45caa1;if(_0xe5dad1&&_0xe5dad1['isResolved']&&!_0x5a729a&&_0x15a99f[_0x244f('0x65')])return _0x795dad['consumable']['consume'](_0x15a99f[_0x244f('0x65')],_0x244f('0x24')+_0x15a99f[_0x244f('0x56')]),_0x795dad[_0x244f('0x6b')]['consume'](_0x15a99f['item'],_0x244f('0x63')+_0x15a99f['markerName']),{'classes':[]};const _0x159eec=[_0x244f('0x3a')];return _0x5a729a&&_0x159eec[_0x244f('0x48')](_0x244f('0x29')),{'classes':_0x159eec,'attributes':{'data-comment':_0x45caa1}};}}),_0x2aeabc[_0x244f('0x27')][_0x244f('0xb')](_0x244f('0x68'))['markerToData']({'model':_0x244f('0x6a'),'view':(_0xd3e8ca,{options:_0x2aa960})=>{const _0x3825b9=_0x2aeabc['plugins'][_0x244f('0x3d')](_0x433bac),_0x29844e=_0x2aeabc[_0x244f('0x35')][_0x244f('0x52')][_0x244f('0x3d')](_0xd3e8ca),{id:_0x1b6af7,part:_0x45d7a1}=tt(_0xd3e8ca);if(_0x29844e&&!_0x29844e['affectsData'])return null;if(_0x2aa960[_0x244f('0x1')]){const _0x43d1ea=_0x3825b9[_0x244f('0x51')](_0x1b6af7);if(_0x43d1ea&&_0x43d1ea[_0x244f('0x1d')])return null;}return{'group':_0x244f('0x6a'),'name':_0x45d7a1?_0x1b6af7+':'+_0x45d7a1:_0x1b6af7};}}),_0x2aeabc[_0x244f('0x27')][_0x244f('0xb')](_0x244f('0x59'))[_0x244f('0x2b')]({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x577679,{writer:_0x414a1a})=>_0x414a1a['createElement'](_0x244f('0x1f'),{'data-name':'comment:'+_0x577679[_0x244f('0x6')]('id')})}),_0x2aeabc['conversion'][_0x244f('0xb')](_0x244f('0x59'))[_0x244f('0x13')]({'view':'comment'});}[_0x244f('0x44')](){const _0x150c2d=this[_0x244f('0x67')],_0x447c37=_0x150c2d['plugins']['get'](_0x433bac),_0x5426ef=new Set(),_0x28a9a5=new Set();_0x150c2d['model'][_0x244f('0xd')][_0x244f('0x5c')](_0x113b0e=>{let _0x2b7358=!0x1;for(const {name:_0x3aa681,data:_0x3a857c}of _0x150c2d['model'][_0x244f('0xd')][_0x244f('0x47')][_0x244f('0x5b')]()){const {group:_0x10571a,id:_0x256a35}=tt(_0x3aa681);let _0x1b85d=_0x3a857c[_0x244f('0x33')];if(_0x244f('0x6a')!==_0x10571a||!_0x1b85d)continue;const _0x46c671='$graveyard'===_0x1b85d[_0x244f('0x9')][_0x244f('0x53')];_0x46c671||(_0x1b85d=ot(_0x1b85d,_0x150c2d[_0x244f('0x35')]),!_0x1b85d||_0x1b85d[_0x244f('0x6e')]||!_0x3a857c[_0x244f('0x33')]||_0x1b85d[_0x244f('0x5e')](_0x3a857c['newRange']))?_0x150c2d[_0x244f('0x35')]['hasContent'](_0x1b85d)&&!_0x46c671?this[_0x244f('0x19')]?_0x5426ef[_0x244f('0x5')](_0x3aa681):this[_0x244f('0xa')](_0x3aa681,_0x256a35):(_0x28a9a5[_0x244f('0x5')](_0x3aa681),_0x5426ef[_0x244f('0x38')](_0x3aa681),_0x113b0e[_0x244f('0x2')](_0x3aa681),_0x2b7358=!0x0):(_0x113b0e[_0x244f('0x12')](_0x3aa681,{'range':_0x1b85d}),_0x2b7358=!0x0);}return _0x2b7358;}),this['on']('change:isThreadsLoadingPaused',(_0x4109a1,_0x297c7e,_0x3c1f57)=>{if(!_0x3c1f57&&_0x5426ef[_0x244f('0x6f')])for(const _0x27d131 of _0x5426ef){const {id:_0x260f33}=tt(_0x27d131);_0x5426ef[_0x244f('0x38')](_0x27d131),_0x150c2d[_0x244f('0x35')][_0x244f('0x52')][_0x244f('0x3d')](_0x27d131)&&this[_0x244f('0xa')](_0x27d131,_0x260f33);}}),this[_0x244f('0x3c')](_0x150c2d[_0x244f('0x35')][_0x244f('0xd')],_0x244f('0x14'),(_0x376568,_0x212f11)=>{for(const {name:_0x539d10,data:{newRange:_0x475c86}}of _0x150c2d[_0x244f('0x35')][_0x244f('0xd')][_0x244f('0x47')][_0x244f('0x5b')]()){const {group:_0x2f9009,id:_0x3efd0f}=tt(_0x539d10);if(_0x244f('0x6a')!==_0x2f9009)continue;const _0x480f06=_0x447c37[_0x244f('0x51')](_0x3efd0f),_0x1e260a=this['hasMarkerForId'](_0x3efd0f);_0x480f06&&(_0x480f06[_0x244f('0x4')]||_0x150c2d[_0x244f('0x60')][_0x244f('0x1e')]['once'](_0x244f('0x3b'),()=>{const _0x25e18d=_0x150c2d[_0x244f('0x40')][_0x244f('0x3d')](_0x1d19e6),_0x105bfb=_0x447c37[_0x244f('0x2e')][_0x244f('0x3d')](_0x480f06)['view'];_0x25e18d[_0x244f('0x3f')](_0x105bfb)[_0x244f('0x20')]();},{'priority':_0x244f('0x57')}),_0x480f06[_0x244f('0x4')]=_0x1e260a||!!_0x475c86),_0x475c86||(_0x28a9a5[_0x244f('0x5')](_0x539d10),_0x5426ef['delete'](_0x539d10),this[_0x244f('0x3')][_0x244f('0x49')](_0x3efd0f)&&this[_0x244f('0x3')]['get'](_0x3efd0f)[_0x244f('0x38')](_0x539d10));}if(_0x212f11['isLocal'])for(const _0x5ea3c6 of _0x28a9a5){const {id:_0x1cb4b5}=tt(_0x5ea3c6),_0x51de8f=_0x447c37[_0x244f('0x51')](_0x1cb4b5),_0x155671=this[_0x244f('0x34')](_0x1cb4b5);_0x5426ef[_0x244f('0x38')](_0x5ea3c6),!_0x51de8f||_0x155671||_0x51de8f[_0x244f('0x1d')]||this[_0x244f('0x5a')]===_0x1cb4b5||(this['_autoResolvedThreads'][_0x244f('0x5')](_0x51de8f),_0x51de8f['resolve']());}_0x28a9a5['clear']();});}[_0x244f('0x6d')](_0x3672ed){const _0x178451=this[_0x244f('0x67')],_0x1d74ad=this[_0x244f('0x66')](_0x3672ed);return _0x1e8424(_0x178451[_0x244f('0x60')],_0x1d74ad);}['_getTextContext'](_0x4ddb45){const _0x1a83fd=this[_0x244f('0x66')](_0x4ddb45);let _0x3f2d84='',_0x3666e8=!0x1;for(const _0x2e19e9 of _0x1a83fd){const _0x26ede0=_0x2e19e9[_0x244f('0x1a')]();for(const _0x4e21f4 of Array[_0x244f('0x58')](_0x26ede0['getItems']()))_0x4e21f4['is'](_0x244f('0x45'))?(_0x3f2d84&&_0x3666e8&&(_0x3f2d84+='\x20',_0x3666e8=!0x1),_0x3f2d84+=_0x4e21f4[_0x244f('0x55')]):_0x3666e8=!0x0;_0x3666e8=!0x0;}return _0x3f2d84[_0x244f('0x5d')](0x0,0x96);}['_attachMarkerToThread'](_0x4b0817,_0x351359){const _0xc21dac=this[_0x244f('0x67')],_0x10b073=_0xc21dac[_0x244f('0x40')][_0x244f('0x3d')](_0x433bac);let _0x19c68f=_0x10b073[_0x244f('0x51')](_0x351359);if(this[_0x244f('0x3')]['has'](_0x351359)){const _0xd3edcd=this[_0x244f('0x3')]['get'](_0x351359);_0xd3edcd[_0x244f('0x49')](_0x4b0817)||_0xd3edcd['add'](_0x4b0817);}const _0x4d551c=_0xc21dac['config'][_0x244f('0x3d')]('collaboration.channelId'),_0x20ed20=_0xc21dac[_0x244f('0x40')][_0x244f('0x3d')](_0x3f90b7);if(_0x19c68f&&_0x19c68f[_0x244f('0x1d')]&&this[_0x244f('0x2f')][_0x244f('0x49')](_0x19c68f)&&(this[_0x244f('0x2f')][_0x244f('0x38')](_0x19c68f),_0x19c68f[_0x244f('0xc')]()),this[_0x244f('0x3')]['has'](_0x351359))return _0x19c68f;return this[_0x244f('0x3')][_0x244f('0x39')](_0x351359,new Set([_0x4b0817])),(!this['getAllMarkersForId'](_0x351359)[0x0]['managedUsingOperations']?_0xc21dac['editing'][_0x244f('0x1e')][_0x244f('0x42')](_0x244f('0x3b'),()=>{const _0x7ea96=_0xc21dac['plugins'][_0x244f('0x3d')](_0x1d19e6);_0x19c68f=_0x10b073[_0x244f('0xf')]({'channelId':_0x4d551c,'threadId':_0x351359,'target':()=>this[_0x244f('0x6d')](_0x351359),'context':{'type':'text','value':this[_0x244f('0x4c')](_0x351359)}});const _0x4c2a8b=_0x10b073[_0x244f('0x2e')][_0x244f('0x3d')](_0x19c68f)[_0x244f('0x1e')],_0x4df5de=_0x7ea96[_0x244f('0x3f')](_0x4c2a8b);_0x4df5de&&_0x20ed20[_0x244f('0x16')](_0x4df5de);},{'priority':'low'}):_0x10b073[_0x244f('0x50')]({'channelId':_0x4d551c,'threadId':_0x351359})['then'](_0x315a90=>{if('destroyed'!==_0xc21dac[_0x244f('0x2d')]){if(_0x19c68f=_0x315a90,_0x19c68f){const _0x19f1a4=_0x19c68f[_0x244f('0x0')](()=>this[_0x244f('0x6d')](_0x351359));_0x20ed20[_0x244f('0x16')](_0x19f1a4),_0x19c68f[_0x244f('0x1d')]&&this['_reconvertMarkers'](_0x351359);}else{const _0x42e32d=this[_0x244f('0x66')](_0x351359);_0xc21dac[_0x244f('0x35')][_0x244f('0x14')](_0x38454c=>{for(const _0x17d56c of _0x42e32d)_0x38454c[_0x244f('0x2')](_0x17d56c);});}}}),_0x19c68f);}[_0x244f('0xa')](_0x36d267,_0x2c5f37){const _0x276c85=this[_0x244f('0x61')](_0x36d267,_0x2c5f37);_0x276c85&&!_0x276c85['context']&&_0x276c85[_0x244f('0x8')]({'type':_0x244f('0x31'),'value':this[_0x244f('0x4c')](_0x2c5f37)});}}function Z(_0x1e399c,_0x246f3e){return _0x246f3e?_0x1e399c+':'+_0x246f3e:_0x1e399c;}function tt(_0x3d3f58){const _0x5c38b9=_0x3d3f58[_0x244f('0x25')](':');return{'group':_0x5c38b9[0x0],'id':_0x5c38b9[0x1],'part':_0x5c38b9[0x2]};}function ot(_0x4065c8,_0x5a74e4){const _0x1bce91=_0x5a74e4[_0x244f('0x43')],_0x13d69e=_0x5a74e4[_0x244f('0x6c')](_0x4065c8[_0x244f('0x4d')]);for(const _0x97b363 of _0x4065c8[_0x244f('0x1b')]()){const {type:_0x5f0b3f,item:_0x548e0a,nextPosition:_0x4b7611}=_0x97b363;if(_0x244f('0x31')===_0x5f0b3f||_0x1bce91[_0x244f('0x2a')](_0x548e0a)){const _0x2775a8=_0x5a74e4[_0x244f('0x69')](_0x548e0a);_0x13d69e[_0x244f('0x6e')]&&(_0x13d69e[_0x244f('0x4d')]=_0x2775a8),_0x13d69e[_0x244f('0x23')]=_0x4b7611;}}return _0x13d69e;}