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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/build/comments.js +1 -1
  2. package/dist/translations/af.js +1 -1
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/bg.js +1 -1
  5. package/dist/translations/bn.js +1 -1
  6. package/dist/translations/bs.js +1 -1
  7. package/dist/translations/ca.js +1 -1
  8. package/dist/translations/cs.js +1 -1
  9. package/dist/translations/da.js +1 -1
  10. package/dist/translations/de-ch.js +1 -1
  11. package/dist/translations/de.js +1 -1
  12. package/dist/translations/el.js +1 -1
  13. package/dist/translations/en-au.js +1 -1
  14. package/dist/translations/es-co.js +1 -1
  15. package/dist/translations/es.js +1 -1
  16. package/dist/translations/et.js +1 -1
  17. package/dist/translations/fa.js +1 -1
  18. package/dist/translations/fi.js +1 -1
  19. package/dist/translations/fr.js +1 -1
  20. package/dist/translations/gl.js +1 -1
  21. package/dist/translations/he.js +1 -1
  22. package/dist/translations/hi.js +1 -1
  23. package/dist/translations/hr.js +1 -1
  24. package/dist/translations/hu.js +1 -1
  25. package/dist/translations/id.js +1 -1
  26. package/dist/translations/it.js +1 -1
  27. package/dist/translations/ja.js +1 -1
  28. package/dist/translations/jv.js +1 -1
  29. package/dist/translations/ko.js +1 -1
  30. package/dist/translations/lt.js +1 -1
  31. package/dist/translations/lv.js +1 -1
  32. package/dist/translations/ms.js +1 -1
  33. package/dist/translations/nl.js +1 -1
  34. package/dist/translations/no.js +1 -1
  35. package/dist/translations/pl.js +1 -1
  36. package/dist/translations/pt-br.js +1 -1
  37. package/dist/translations/pt.js +1 -1
  38. package/dist/translations/ro.js +1 -1
  39. package/dist/translations/ru.js +1 -1
  40. package/dist/translations/sk.js +1 -1
  41. package/dist/translations/sq.js +1 -1
  42. package/dist/translations/sr-latn.js +1 -1
  43. package/dist/translations/sr.js +1 -1
  44. package/dist/translations/sv.js +1 -1
  45. package/dist/translations/th.js +1 -1
  46. package/dist/translations/tk.js +1 -1
  47. package/dist/translations/tr.js +1 -1
  48. package/dist/translations/tt.js +1 -1
  49. package/dist/translations/ug.js +1 -1
  50. package/dist/translations/uk.js +1 -1
  51. package/dist/translations/ur.js +1 -1
  52. package/dist/translations/vi.js +1 -1
  53. package/dist/translations/zh-cn.js +1 -1
  54. package/dist/translations/zh.js +1 -1
  55. package/package.json +3 -3
  56. package/src/annotations/annotation.js +1 -1
  57. package/src/annotations/annotationcollection.js +1 -1
  58. package/src/annotations/annotations.js +1 -1
  59. package/src/annotations/annotationsuis.js +1 -1
  60. package/src/annotations/editorannotations.js +1 -1
  61. package/src/annotations/inlineannotations.js +1 -1
  62. package/src/annotations/narrowsidebar.js +1 -1
  63. package/src/annotations/sidebar.js +1 -1
  64. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  65. package/src/annotations/view/annotationview.js +1 -1
  66. package/src/annotations/view/sidebaritemview.js +1 -1
  67. package/src/annotations/view/sidebarview.js +1 -1
  68. package/src/annotations/widesidebar.js +1 -1
  69. package/src/comments/addcommentthreadcommand.js +1 -1
  70. package/src/comments/commentsarchive.js +1 -1
  71. package/src/comments/commentsarchiveui.js +1 -1
  72. package/src/comments/commentsediting.js +1 -1
  73. package/src/comments/commentsrepository.js +1 -1
  74. package/src/comments/commentsui.js +1 -1
  75. package/src/comments/integrations/clipboard.js +1 -1
  76. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  77. package/src/comments/integrations/importword.js +1 -1
  78. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  79. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  80. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  81. package/src/comments/ui/commentthreadcontroller.js +1 -1
  82. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  83. package/src/comments/ui/view/basecommentview.js +1 -1
  84. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  85. package/src/comments/ui/view/commentcontentview.js +1 -1
  86. package/src/comments/ui/view/commentinputview.js +1 -1
  87. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  88. package/src/comments/ui/view/commentslistview.js +1 -1
  89. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  90. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  91. package/src/comments/ui/view/commentthreadview.js +1 -1
  92. package/src/comments/ui/view/commentview.js +1 -1
  93. package/src/comments.js +1 -1
  94. package/src/commentsonly.js +1 -1
  95. package/src/index.js +1 -1
  96. package/src/utils/common-translations.js +1 -1
  97. package/src/utils/createmutationobserver.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3426c5=_0x3bea;(function(_0x472a6c,_0x147193){const _0x1cd546=_0x3bea,_0x5bd916=_0x472a6c();while(!![]){try{const _0x4ab42d=-parseInt(_0x1cd546(0x93))/0x1+-parseInt(_0x1cd546(0xa7))/0x2+-parseInt(_0x1cd546(0x84))/0x3+-parseInt(_0x1cd546(0x8d))/0x4+-parseInt(_0x1cd546(0x9a))/0x5+-parseInt(_0x1cd546(0xad))/0x6*(parseInt(_0x1cd546(0x9c))/0x7)+parseInt(_0x1cd546(0x94))/0x8;if(_0x4ab42d===_0x147193)break;else _0x5bd916['push'](_0x5bd916['shift']());}catch(_0x2b6126){_0x5bd916['push'](_0x5bd916['shift']());}}}(_0x4fb0,0x6fb4f));function _0x3bea(_0x2a9a7a,_0x115967){const _0x4fb057=_0x4fb0();return _0x3bea=function(_0x3beac9,_0x4579f3){_0x3beac9=_0x3beac9-0x73;let _0x3ee5fb=_0x4fb057[_0x3beac9];return _0x3ee5fb;},_0x3bea(_0x2a9a7a,_0x115967);}import{Plugin as _0x2dd83e}from'ckeditor5/src/core.js';import{CKEditorError as _0x24d9d3}from'ckeditor5/src/utils.js';import{debounce as _0x10c0a8}from'lodash-es';function _0x4fb0(){const _0x69e5aa=['push','range','collection','pluginName','refreshSelectedViews','isCollapsed','2973812EeJZUk','change:range','document','isReadOnly','view','getRanges','686848XGMTmn','26073832toRZym','update','remove','directChange','delete','editorannotations-invalid-source-callback','2059710PUJVok','sort','383369YgtGeg','listenTo','model','from','addSourceCollector','plugins','innerView','containsRange','refresh','getOrderedSelectedAnnotations','fire','1016750wjWVZT','registerAnnotation','editor','has','uiUpdate','function','12sarNbv','hasDomSelection','selection','EditorAnnotations','blur','isEqual','requires','map','add','cancel','_editorAnnotations','editing','element','init','_editorAnnotationsData','change:isFocused','_dataCollectors','getByInnerView','annotation','focusTracker','1024578eIiMqn','set','get'];_0x4fb0=function(){return _0x69e5aa;};return _0x4fb0();}import _0x28ea13 from'./annotations.js';export default class k extends _0x2dd83e{static get[_0x3426c5(0x76)](){return[_0x28ea13];}static get[_0x3426c5(0x8a)](){const _0x193372=_0x3426c5;return _0x193372(0x73);}constructor(_0xafe284){const _0x124a0f=_0x3426c5;super(_0xafe284),this[_0x124a0f(0x80)]=new Set(),this[_0x124a0f(0x7a)]=new Set();}[_0x3426c5(0x7d)](){const _0x5b3b18=_0x3426c5,_0x4b9dfa=this[_0x5b3b18(0xa9)],_0x62f39a=_0x4b9dfa[_0x5b3b18(0x9e)][_0x5b3b18(0x8f)][_0x5b3b18(0xaf)],_0x536cd3=_0x10c0a8(()=>this[_0x5b3b18(0x8b)](),0xa);_0x62f39a['on'](_0x5b3b18(0x8e),(_0x3358bd,_0x1ef158)=>{const _0x22e53a=_0x5b3b18;_0x1ef158[_0x22e53a(0x97)]&&(_0x536cd3[_0x22e53a(0x79)](),this[_0x22e53a(0x8b)]());}),this[_0x5b3b18(0x9d)](_0x4b9dfa[_0x5b3b18(0x7b)][_0x5b3b18(0x91)][_0x5b3b18(0x8f)],_0x5b3b18(0x7f),(_0x263055,_0xf3451,_0xff5d11)=>{_0xff5d11&&_0x536cd3();}),this[_0x5b3b18(0x9d)](_0x4b9dfa['ui'][_0x5b3b18(0x83)],_0x5b3b18(0x7f),(_0x4f08f8,_0x2bb3ed,_0x581374)=>{const _0x114e01=_0x5b3b18;_0x581374||_0x4b9dfa[_0x114e01(0x90)]||this[_0x114e01(0xa6)](_0x114e01(0x74),{'isAnnotationTracked':_0x340be7=>this[_0x114e01(0x7e)][_0x114e01(0xaa)](_0x340be7[_0x114e01(0xa2)])});}),this[_0x5b3b18(0x9d)](this[_0x5b3b18(0xa9)]['ui'],_0x5b3b18(0x95),()=>this[_0x5b3b18(0xa6)](_0x5b3b18(0xab)));}[_0x3426c5(0xa8)](_0xa3f603){const _0x1837a0=_0x3426c5;if(this[_0x1837a0(0x7a)][_0x1837a0(0xaa)](_0xa3f603[_0x1837a0(0x91)]))return;this[_0x1837a0(0x7a)][_0x1837a0(0x78)](_0xa3f603[_0x1837a0(0x91)]),this[_0x1837a0(0xa9)]['ui'][_0x1837a0(0x83)][_0x1837a0(0x78)](_0xa3f603[_0x1837a0(0x91)][_0x1837a0(0x7c)]);const _0x56a387=this[_0x1837a0(0xa9)][_0x1837a0(0xa1)][_0x1837a0(0x86)](_0x28ea13);this[_0x1837a0(0x9d)](_0x56a387[_0x1837a0(0x89)],_0x1837a0(0x96),(_0x37fb79,_0x105ecc)=>{const _0x152da4=_0x1837a0;this[_0x152da4(0xa9)]['ui'][_0x152da4(0x83)][_0x152da4(0x96)](_0x105ecc[_0x152da4(0x91)][_0x152da4(0x7c)]),this[_0x152da4(0x7a)][_0x152da4(0x98)](_0x105ecc[_0x152da4(0x91)]);});}[_0x3426c5(0xae)](){const _0x440ba8=_0x3426c5;return this[_0x440ba8(0xa9)][_0x440ba8(0x7b)][_0x440ba8(0x91)][_0x440ba8(0xae)];}[_0x3426c5(0xa0)](_0x1e0cfe){const _0x5a3f43=_0x3426c5;if(_0x5a3f43(0xac)!=typeof _0x1e0cfe)throw new _0x24d9d3(_0x5a3f43(0x99));this[_0x5a3f43(0x80)][_0x5a3f43(0x78)](_0x1e0cfe);}[_0x3426c5(0x8b)](){const _0x398e95=_0x3426c5;this[_0x398e95(0xa6)](_0x398e95(0xa4));}[_0x3426c5(0xa5)]({activeAnnotation:_0x3eb706,annotations:_0x5f03e1}){const _0x22b082=_0x3426c5,_0x2285e5=[],_0x49f2ff=this[_0x22b082(0xa9)][_0x22b082(0x9e)][_0x22b082(0x8f)][_0x22b082(0xaf)],_0x22be73=Array[_0x22b082(0x9f)](_0x49f2ff[_0x22b082(0x92)]());for(const [_0x5a0419,_0x4ad439]of this[_0x22b082(0x7e)]){const _0x3dea21=_0x225b6f(_0x4ad439),_0x2390e0=_0x5f03e1[_0x22b082(0x81)](_0x5a0419);_0x3dea21&&_0x2390e0&&_0x2285e5[_0x22b082(0x87)]({'annotation':_0x2390e0,'range':_0x3dea21});}function _0x225b6f(_0x56c76d){const _0x29ec6d=_0x22b082;for(const _0x50c802 of _0x56c76d)for(const _0x191be3 of _0x22be73)if(_0x50c802[_0x29ec6d(0xa3)](_0x191be3,!_0x49f2ff[_0x29ec6d(0x8c)]))return _0x50c802;return null;}return _0x2285e5[_0x22b082(0x9b)]((_0x1be9a6,_0x2af56c)=>{const _0x2191ad=_0x22b082,_0x5d4d27=_0x1be9a6[_0x2191ad(0x88)],_0x3f6a62=_0x2af56c[_0x2191ad(0x88)];if(!_0x5d4d27[_0x2191ad(0x75)](_0x3f6a62)){if(_0x5d4d27[_0x2191ad(0xa3)](_0x3f6a62,!0x0))return 0x1;if(_0x3f6a62[_0x2191ad(0xa3)](_0x5d4d27,!0x0))return-0x1;}return _0x1be9a6[_0x2191ad(0x82)]==_0x3eb706?-0x1:_0x2af56c[_0x2191ad(0x82)]==_0x3eb706?0x1:0x0;})[_0x22b082(0x77)](_0x20d055=>_0x20d055[_0x22b082(0x82)]);}get[_0x3426c5(0x7e)](){const _0x2c8976=_0x3426c5,_0x3f3edb=new Map();for(const _0x3df8d6 of Array[_0x2c8976(0x9f)](this[_0x2c8976(0x80)]))for(const [_0x2551ad,_0x3ebd6f]of _0x3df8d6())_0x3f3edb[_0x2c8976(0x85)](_0x2551ad,_0x3ebd6f);return _0x3f3edb;}}
23
+ const _0x1f1994=_0xa9c1;(function(_0x50b519,_0x529b3e){const _0x4b30c3=_0xa9c1,_0xbed47=_0x50b519();while(!![]){try{const _0x4cd033=parseInt(_0x4b30c3(0x1be))/0x1+parseInt(_0x4b30c3(0x1b8))/0x2+parseInt(_0x4b30c3(0x1e7))/0x3+parseInt(_0x4b30c3(0x1b5))/0x4+parseInt(_0x4b30c3(0x1d2))/0x5+-parseInt(_0x4b30c3(0x1e8))/0x6+-parseInt(_0x4b30c3(0x1e9))/0x7*(parseInt(_0x4b30c3(0x1b9))/0x8);if(_0x4cd033===_0x529b3e)break;else _0xbed47['push'](_0xbed47['shift']());}catch(_0x1d6a90){_0xbed47['push'](_0xbed47['shift']());}}}(_0x15a8,0x52b0c));function _0x15a8(){const _0x857eb6=['push','has','636308ACIOjp','model','plugins','208314byjuem','4678440RKtnqa','editor','add','innerView','directChange','417686KqOTBG','init','refreshSelectedViews','cancel','collection','getOrderedSelectedAnnotations','fire','_dataCollectors','get','_editorAnnotations','document','_editorAnnotationsData','addSourceCollector','isReadOnly','blur','isEqual','listenTo','getRanges','EditorAnnotations','map','2859435ujdGMV','remove','containsRange','requires','editing','refresh','pluginName','sort','annotation','update','range','element','set','view','registerAnnotation','change:range','isCollapsed','uiUpdate','change:isFocused','selection','focusTracker','222732GDTcll','2421276KflzUp','7eEvBXS','getByInnerView','hasDomSelection','from','function','editorannotations-invalid-source-callback','delete'];_0x15a8=function(){return _0x857eb6;};return _0x15a8();}import{Plugin as _0x4d002b}from'ckeditor5/src/core.js';import{CKEditorError as _0x8c11c8}from'ckeditor5/src/utils.js';function _0xa9c1(_0x24fb7e,_0x196ef6){const _0x15a8a6=_0x15a8();return _0xa9c1=function(_0xa9c16b,_0x3b9693){_0xa9c16b=_0xa9c16b-0x1b4;let _0x4643a0=_0x15a8a6[_0xa9c16b];return _0x4643a0;},_0xa9c1(_0x24fb7e,_0x196ef6);}import{debounce as _0x515787}from'lodash-es';import _0x3f4d86 from'./annotations.js';export default class k extends _0x4d002b{static get[_0x1f1994(0x1d5)](){return[_0x3f4d86];}static get[_0x1f1994(0x1d8)](){const _0x12ac9b=_0x1f1994;return _0x12ac9b(0x1d0);}constructor(_0x333484){const _0x4aecb1=_0x1f1994;super(_0x333484),this[_0x4aecb1(0x1c5)]=new Set(),this[_0x4aecb1(0x1c7)]=new Set();}[_0x1f1994(0x1bf)](){const _0x19a4d4=_0x1f1994,_0x124630=this[_0x19a4d4(0x1ba)],_0x1b79a6=_0x124630[_0x19a4d4(0x1b6)][_0x19a4d4(0x1c8)][_0x19a4d4(0x1e5)],_0x472241=_0x515787(()=>this[_0x19a4d4(0x1c0)](),0xa);_0x1b79a6['on'](_0x19a4d4(0x1e1),(_0x5ce8ee,_0x33b56c)=>{const _0x48dce8=_0x19a4d4;_0x33b56c[_0x48dce8(0x1bd)]&&(_0x472241[_0x48dce8(0x1c1)](),this[_0x48dce8(0x1c0)]());}),this[_0x19a4d4(0x1ce)](_0x124630[_0x19a4d4(0x1d6)][_0x19a4d4(0x1df)][_0x19a4d4(0x1c8)],_0x19a4d4(0x1e4),(_0x58558a,_0x4cc497,_0xf4e1ca)=>{_0xf4e1ca&&_0x472241();}),this[_0x19a4d4(0x1ce)](_0x124630['ui'][_0x19a4d4(0x1e6)],_0x19a4d4(0x1e4),(_0x1572b3,_0x1adb53,_0x5e91cc)=>{const _0x374959=_0x19a4d4;_0x5e91cc||_0x124630[_0x374959(0x1cb)]||this[_0x374959(0x1c4)](_0x374959(0x1cc),{'isAnnotationTracked':_0x40badc=>this[_0x374959(0x1c9)][_0x374959(0x1b4)](_0x40badc[_0x374959(0x1bc)])});}),this[_0x19a4d4(0x1ce)](this[_0x19a4d4(0x1ba)]['ui'],_0x19a4d4(0x1db),()=>this[_0x19a4d4(0x1c4)](_0x19a4d4(0x1e3)));}[_0x1f1994(0x1e0)](_0x6ac406){const _0x2459e1=_0x1f1994;if(this[_0x2459e1(0x1c7)][_0x2459e1(0x1b4)](_0x6ac406[_0x2459e1(0x1df)]))return;this[_0x2459e1(0x1c7)][_0x2459e1(0x1bb)](_0x6ac406[_0x2459e1(0x1df)]),this[_0x2459e1(0x1ba)]['ui'][_0x2459e1(0x1e6)][_0x2459e1(0x1bb)](_0x6ac406[_0x2459e1(0x1df)][_0x2459e1(0x1dd)]);const _0x459c58=this[_0x2459e1(0x1ba)][_0x2459e1(0x1b7)][_0x2459e1(0x1c6)](_0x3f4d86);this[_0x2459e1(0x1ce)](_0x459c58[_0x2459e1(0x1c2)],_0x2459e1(0x1d3),(_0x1cfe5c,_0x42026a)=>{const _0xe1e4db=_0x2459e1;this[_0xe1e4db(0x1ba)]['ui'][_0xe1e4db(0x1e6)][_0xe1e4db(0x1d3)](_0x42026a[_0xe1e4db(0x1df)][_0xe1e4db(0x1dd)]),this[_0xe1e4db(0x1c7)][_0xe1e4db(0x1ef)](_0x42026a[_0xe1e4db(0x1df)]);});}[_0x1f1994(0x1eb)](){const _0x4dac4f=_0x1f1994;return this[_0x4dac4f(0x1ba)][_0x4dac4f(0x1d6)][_0x4dac4f(0x1df)][_0x4dac4f(0x1eb)];}[_0x1f1994(0x1ca)](_0x117ee1){const _0x5823e4=_0x1f1994;if(_0x5823e4(0x1ed)!=typeof _0x117ee1)throw new _0x8c11c8(_0x5823e4(0x1ee));this[_0x5823e4(0x1c5)][_0x5823e4(0x1bb)](_0x117ee1);}[_0x1f1994(0x1c0)](){const _0x2d7d99=_0x1f1994;this[_0x2d7d99(0x1c4)](_0x2d7d99(0x1d7));}[_0x1f1994(0x1c3)]({activeAnnotation:_0x1ddbf3,annotations:_0x1f6675}){const _0x377f34=_0x1f1994,_0x28abd2=[],_0x33c469=this[_0x377f34(0x1ba)][_0x377f34(0x1b6)][_0x377f34(0x1c8)][_0x377f34(0x1e5)],_0x31bb40=Array[_0x377f34(0x1ec)](_0x33c469[_0x377f34(0x1cf)]());for(const [_0x108217,_0x3f3635]of this[_0x377f34(0x1c9)]){const _0x200957=_0x3eab95(_0x3f3635),_0x684173=_0x1f6675[_0x377f34(0x1ea)](_0x108217);_0x200957&&_0x684173&&_0x28abd2[_0x377f34(0x1f0)]({'annotation':_0x684173,'range':_0x200957});}function _0x3eab95(_0x50f478){const _0x8c68ca=_0x377f34;for(const _0x1f608e of _0x50f478)for(const _0x1a12eb of _0x31bb40)if(_0x1f608e[_0x8c68ca(0x1d4)](_0x1a12eb,!_0x33c469[_0x8c68ca(0x1e2)]))return _0x1f608e;return null;}return _0x28abd2[_0x377f34(0x1d9)]((_0x1e5259,_0x1921a9)=>{const _0x2521b0=_0x377f34,_0x29cc57=_0x1e5259[_0x2521b0(0x1dc)],_0x2e08c8=_0x1921a9[_0x2521b0(0x1dc)];if(!_0x29cc57[_0x2521b0(0x1cd)](_0x2e08c8)){if(_0x29cc57[_0x2521b0(0x1d4)](_0x2e08c8,!0x0))return 0x1;if(_0x2e08c8[_0x2521b0(0x1d4)](_0x29cc57,!0x0))return-0x1;}return _0x1e5259[_0x2521b0(0x1da)]==_0x1ddbf3?-0x1:_0x1921a9[_0x2521b0(0x1da)]==_0x1ddbf3?0x1:0x0;})[_0x377f34(0x1d1)](_0x5d6318=>_0x5d6318[_0x377f34(0x1da)]);}get[_0x1f1994(0x1c9)](){const _0xe64b92=_0x1f1994,_0xd63959=new Map();for(const _0x33d3e1 of Array[_0xe64b92(0x1ec)](this[_0xe64b92(0x1c5)]))for(const [_0x1ddc68,_0x126668]of _0x33d3e1())_0xd63959[_0xe64b92(0x1de)](_0x1ddc68,_0x126668);return _0xd63959;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x234294=_0x44f0;(function(_0x5e11d5,_0x5ab7f8){const _0x4a45cf=_0x44f0,_0x255eab=_0x5e11d5();while(!![]){try{const _0x507dc0=-parseInt(_0x4a45cf(0x8a))/0x1+parseInt(_0x4a45cf(0xc1))/0x2*(-parseInt(_0x4a45cf(0x68))/0x3)+parseInt(_0x4a45cf(0x72))/0x4*(-parseInt(_0x4a45cf(0xac))/0x5)+parseInt(_0x4a45cf(0xae))/0x6*(-parseInt(_0x4a45cf(0x7a))/0x7)+-parseInt(_0x4a45cf(0xb4))/0x8*(parseInt(_0x4a45cf(0xb7))/0x9)+parseInt(_0x4a45cf(0xc5))/0xa*(-parseInt(_0x4a45cf(0xc2))/0xb)+parseInt(_0x4a45cf(0x8f))/0xc;if(_0x507dc0===_0x5ab7f8)break;else _0x255eab['push'](_0x255eab['shift']());}catch(_0xedb527){_0x255eab['push'](_0x255eab['shift']());}}}(_0x4471,0xde629));import{Plugin as _0x256ca1}from'ckeditor5/src/core.js';function _0x44f0(_0x26c920,_0x5de1e5){const _0x4471fb=_0x4471();return _0x44f0=function(_0x44f07d,_0x540fa4){_0x44f07d=_0x44f07d-0x67;let _0x47aa46=_0x4471fb[_0x44f07d];return _0x47aa46;},_0x44f0(_0x26c920,_0x5de1e5);}import _0x35703b from'./annotationsuis.js';import _0x213e28 from'./editorannotations.js';import{ContextualBalloon as _0x496e77}from'ckeditor5/src/ui.js';import{MouseObserver as _0x5f709c}from'ckeditor5/src/engine.js';import{CKEditorError as _0x54cb45,Rect as _0x3009f5}from'ckeditor5/src/utils.js';import'./../../theme/annotation-inline.css';export default class c extends _0x256ca1{static get[_0x234294(0x6c)](){return[_0x213e28,_0x496e77,_0x35703b];}static get[_0x234294(0x97)](){const _0x218753=_0x234294;return _0x218753(0xbf);}constructor(_0x5783dc){const _0x4dd9f0=_0x234294;super(_0x5783dc),_0x5783dc[_0x4dd9f0(0x69)][_0x4dd9f0(0x8e)][_0x4dd9f0(0x74)](_0x5f709c),this[_0x4dd9f0(0x7c)]=!0x1,this[_0x4dd9f0(0xa7)](_0x4dd9f0(0xb1),null),this[_0x4dd9f0(0xab)]=null,this[_0x4dd9f0(0x85)]=new Set(),this[_0x4dd9f0(0x93)]=_0x5783dc[_0x4dd9f0(0xc6)][_0x4dd9f0(0xa0)](_0x496e77),this[_0x4dd9f0(0x76)]=new Set(),this[_0x4dd9f0(0xbb)]=[],this[_0x4dd9f0(0xaf)]=!0x1;}[_0x234294(0xa2)](){const _0x76a602=_0x234294,_0x32ede2=this[_0x76a602(0xc9)][_0x76a602(0xc6)][_0x76a602(0xa0)](_0x35703b);_0x32ede2[_0x76a602(0xa3)]===this[_0x76a602(0xc9)]&&(_0x32ede2[_0x76a602(0x94)](_0x76a602(0x6a),this),this[_0x76a602(0xc9)][_0x76a602(0xa4)][_0x76a602(0xa7)](_0x76a602(0xb2),(_0x445d4c,_0x2952f6)=>{const _0xc6e85c=_0x76a602,_0x1da18c=this[_0xc6e85c(0x93)];if(this[_0xc6e85c(0x7c)]&&_0x1da18c[_0xc6e85c(0x7d)]){const _0x3f2b8a=this[_0xc6e85c(0xab)][_0xc6e85c(0x9b)](_0x1da18c[_0xc6e85c(0x7d)]);_0x3f2b8a&&this[_0xc6e85c(0xb3)](_0x3f2b8a),_0x2952f6();}}));}[_0x234294(0x6e)](){const _0x4f5e73=_0x234294,_0x5ee8c5=this[_0x4f5e73(0xc9)][_0x4f5e73(0xc6)][_0x4f5e73(0xa0)](_0x35703b);_0x5ee8c5[_0x4f5e73(0xa3)]===this[_0x4f5e73(0xc9)]&&(_0x5ee8c5[_0x4f5e73(0x8b)]()||_0x5ee8c5[_0x4f5e73(0xc7)](_0x4f5e73(0x6a)));}[_0x234294(0x79)](_0x8e772){const _0xe56255=_0x234294;_0x8e772!==this[_0xe56255(0xb1)]&&(this[_0xe56255(0xb1)]&&(this[_0xe56255(0xb1)][_0xe56255(0x9c)]=!0x1),_0x8e772&&this[_0xe56255(0xc9)]['ui'][_0xe56255(0x95)][_0xe56255(0x6b)]&&(this[_0xe56255(0xab)][_0xe56255(0x71)](_0x8e772)&&this[_0xe56255(0x7f)](_0x8e772,!0x0),_0x8e772[_0xe56255(0x9c)]=!0x0),_0x8e772||this[_0xe56255(0xb0)]([]),this[_0xe56255(0xb1)]=_0x8e772);}[_0x234294(0x99)](_0xd340c4){const _0x52d424=_0x234294;this[_0x52d424(0xab)]=_0xd340c4;const _0x3843ed=this[_0x52d424(0xc9)][_0x52d424(0xc6)][_0x52d424(0xa0)](_0x35703b),_0x8021c8=this[_0x52d424(0x93)];if(this[_0x52d424(0x7c)])throw new _0x54cb45(_0x52d424(0x96),this);if(_0x3843ed[_0x52d424(0xa3)]!==this[_0x52d424(0xc9)])throw new _0x54cb45(_0x52d424(0x7e),this);const _0x5e1244=this[_0x52d424(0xc9)][_0x52d424(0xc6)][_0x52d424(0xa0)](_0x213e28);this[_0x52d424(0x98)](_0x5e1244,_0x52d424(0x70),()=>{const _0x1c83bf=_0x52d424,_0x52936b=_0x5e1244[_0x1c83bf(0x9f)]({'annotations':this[_0x1c83bf(0xab)],'activeAnnotation':this[_0x1c83bf(0xb1)]});var _0x52a19b,_0x27fea1;!this[_0x1c83bf(0xaf)]&&(_0x52a19b=_0x52936b,_0x27fea1=this[_0x1c83bf(0xbb)],_0x52a19b[_0x1c83bf(0x81)]===_0x27fea1[_0x1c83bf(0x81)]&&_0x52a19b[_0x1c83bf(0xbd)](_0x1d1caa=>_0x27fea1[_0x1c83bf(0x86)](_0x1d1caa)))||(this[_0x1c83bf(0xaf)]=!0x1,this[_0x1c83bf(0xb0)](_0x52936b),this[_0x1c83bf(0x79)](_0x52936b[0x0]||null));}),this[_0x52d424(0x98)](_0x5e1244,_0x52d424(0x6f),(_0x2fbf7a,{isAnnotationTracked:_0x23ae29})=>{const _0x473a07=_0x52d424;this[_0x473a07(0xb1)]&&_0x23ae29(this[_0x473a07(0xb1)])&&(this[_0x473a07(0xb0)]([]),this[_0x473a07(0x79)](null));}),this[_0x52d424(0x98)](this[_0x52d424(0xc9)]['ui'][_0x52d424(0x95)],_0x52d424(0xbc),(_0x312242,_0x20e47d,_0x3c7bb9)=>{const _0xe2c5ef=_0x52d424;_0x3c7bb9||this[_0xe2c5ef(0x79)](null);}),this[_0x52d424(0x98)](_0xd340c4,_0x52d424(0xa8),(_0x5d1584,_0x4eaa55)=>{const _0x4ac292=_0x52d424;this[_0x4ac292(0xc0)](_0x4eaa55),_0x4eaa55===this[_0x4ac292(0xb1)]&&this[_0x4ac292(0x79)](null);}),this[_0x52d424(0x98)](_0x8021c8,_0x52d424(0xb8),(_0x4215b0,_0x47bb06,_0x1372a0,_0x5defeb)=>{const _0x1f61d8=_0x52d424;_0x5defeb&&this[_0x1f61d8(0x87)](_0x5defeb);const _0x303d51=_0xd340c4[_0x1f61d8(0x9b)](_0x1372a0);_0x1372a0&&_0x303d51&&(this[_0x1f61d8(0x98)](_0x1372a0,_0x1f61d8(0xa9),()=>{const _0x42dd48=_0x1f61d8;_0x8021c8[_0x42dd48(0x8d)]();}),this[_0x1f61d8(0x98)](_0x1372a0,_0x1f61d8(0xb2),()=>{const _0x470c7b=_0x1f61d8;this[_0x470c7b(0xb3)](_0x303d51),this[_0x470c7b(0xc9)][_0x470c7b(0x69)][_0x470c7b(0x8e)][_0x470c7b(0x9e)]();}),this[_0x1f61d8(0xb1)]!==_0x303d51&&this[_0x1f61d8(0x79)](_0x303d51));}),this[_0x52d424(0x98)](this[_0x52d424(0xc9)]['ui'],_0x52d424(0xb6),()=>{const _0x3fd6e6=_0x52d424;_0x8021c8[_0x3fd6e6(0x7d)]&&(_0xd340c4[_0x3fd6e6(0x9b)](_0x8021c8[_0x3fd6e6(0x7d)])&&_0x8021c8[_0x3fd6e6(0x8d)]());}),this[_0x52d424(0x98)](this[_0x52d424(0xc9)][_0x52d424(0x69)][_0x52d424(0x8e)][_0x52d424(0x67)],_0x52d424(0xc8),()=>{const _0x160b61=_0x52d424;this[_0x160b61(0xaf)]=!0x0,this[_0x160b61(0x85)][_0x160b61(0x9a)]();}),this[_0x52d424(0xc9)][_0x52d424(0x69)][_0x52d424(0x8e)][_0x52d424(0x67)][_0x52d424(0x8c)][_0x52d424(0xc3)]&&this[_0x52d424(0xc9)][_0x52d424(0x69)][_0x52d424(0x8e)][_0x52d424(0x9e)](),this[_0x52d424(0x7c)]=!0x0;}[_0x234294(0x84)](){const _0x19d9a2=_0x234294;if(!this[_0x19d9a2(0x7c)])throw new _0x54cb45(_0x19d9a2(0x6d),this);this[_0x19d9a2(0x79)](null);for(const _0x54f544 of this[_0x19d9a2(0x76)])this[_0x19d9a2(0xc0)](_0x54f544);this[_0x19d9a2(0x87)](),this[_0x19d9a2(0x7c)]=!0x1,this[_0x19d9a2(0xab)]=null;}[_0x234294(0x7b)](){const _0x20aafb=_0x234294;this[_0x20aafb(0x7c)]&&this[_0x20aafb(0x84)]();}[_0x234294(0xb0)](_0x49518f){const _0x47b442=_0x234294;for(const _0x479f5f of this[_0x47b442(0xbb)])_0x49518f[_0x47b442(0x86)](_0x479f5f)||this[_0x47b442(0x85)][_0x47b442(0xb9)](_0x479f5f);for(const _0xe86da8 of this[_0x47b442(0xab)])_0x49518f[_0x47b442(0x86)](_0xe86da8)||this[_0x47b442(0xc0)](_0xe86da8);if(this[_0x47b442(0xc9)]['ui'][_0x47b442(0x95)][_0x47b442(0x6b)]){for(const _0x9a1f3c of _0x49518f)this[_0x47b442(0x7f)](_0x9a1f3c);}this[_0x47b442(0xbb)]=_0x49518f;}[_0x234294(0x7f)](_0x46fca1,_0x2bcbec=!0x1){const _0x1a94e3=_0x234294;this[_0x1a94e3(0x85)][_0x1a94e3(0x71)](_0x46fca1)||(this[_0x1a94e3(0x76)][_0x1a94e3(0x71)](_0x46fca1)||this[_0x1a94e3(0x93)][_0x1a94e3(0x75)](_0x46fca1[_0x1a94e3(0x8e)])||(this[_0x1a94e3(0x76)][_0x1a94e3(0xba)](_0x46fca1),this[_0x1a94e3(0x93)][_0x1a94e3(0xba)]({'stackId':_0x46fca1[_0x1a94e3(0x8e)]['id'],'view':_0x46fca1[_0x1a94e3(0x8e)],'position':{'target':()=>this[_0x1a94e3(0xb5)](_0x46fca1)}})),_0x2bcbec&&this[_0x1a94e3(0x93)][_0x1a94e3(0x77)](_0x46fca1[_0x1a94e3(0x8e)]['id']));}[_0x234294(0xb5)](_0x2472d7){const _0x568d25=_0x234294,_0x5f2a17=_0x2472d7[_0x568d25(0x73)],_0x525a8e=this[_0x568d25(0xc9)][_0x568d25(0x69)][_0x568d25(0x8e)],_0x1dfae0=_0x525a8e[_0x568d25(0x67)][_0x568d25(0x8c)][_0x568d25(0xa1)](),_0x3ee5c1=_0x525a8e[_0x568d25(0x92)][_0x568d25(0x78)](_0x1dfae0);if(_0x3ee5c1[_0x568d25(0xc4)](!0x0),_0x5f2a17){if(_0x5f2a17 instanceof _0x3009f5)return _0x5f2a17;let _0x417191=[];for(const _0x56224d of _0x5f2a17)_0x417191[_0x568d25(0x82)](...(_0x625ecf=_0x56224d[_0x568d25(0xad)](),Array[_0x568d25(0x89)](_0x625ecf)[_0x568d25(0x91)](DOMRect[_0x568d25(0x80)])));_0x417191=function(_0x12ae1b){const _0x3ab3ca=_0x568d25,_0x432076=[];let _0x547226=_0x12ae1b[0x0];for(let _0x4f3b6b=0x1;_0x4f3b6b<_0x12ae1b[_0x3ab3ca(0x81)];_0x4f3b6b++)F(_0x547226,_0x12ae1b[_0x4f3b6b])?_0x547226[_0x3ab3ca(0xaa)]+=_0x12ae1b[_0x4f3b6b][_0x3ab3ca(0xaa)]:(_0x432076[_0x3ab3ca(0x82)](_0x547226),_0x547226=_0x12ae1b[_0x4f3b6b]);return _0x432076[_0x3ab3ca(0x82)](_0x547226),_0x432076;}(_0x417191);const _0x229d63=_0x3ee5c1[_0x568d25(0x83)]();return _0x417191[_0x568d25(0x9d)](_0x465f05=>_0x465f05[_0x568d25(0xbe)]<=_0x229d63[_0x568d25(0xbe)]&&_0x465f05[_0x568d25(0xa5)]>=_0x229d63[_0x568d25(0xa5)]&&_0x465f05[_0x568d25(0x88)]<=_0x229d63[_0x568d25(0x88)]&&_0x465f05[_0x568d25(0xa6)]>=_0x229d63[_0x568d25(0xa6)])||_0x417191[0x0];}var _0x625ecf;return _0x2472d7[_0x568d25(0x90)]||_0x3ee5c1;}[_0x234294(0xc0)](_0x17f231){const _0x306e21=_0x234294;this[_0x306e21(0x76)][_0x306e21(0x71)](_0x17f231)&&this[_0x306e21(0x93)][_0x306e21(0x75)](_0x17f231[_0x306e21(0x8e)])&&(this[_0x306e21(0x76)][_0x306e21(0xb9)](_0x17f231),this[_0x306e21(0x93)][_0x306e21(0xa8)](_0x17f231[_0x306e21(0x8e)]));}[_0x234294(0xb3)](_0x5d9085){const _0x47eeb1=_0x234294;this[_0x47eeb1(0x85)][_0x47eeb1(0xba)](_0x5d9085),this[_0x47eeb1(0xc0)](_0x5d9085);}}function _0x4471(){const _0x3cbc49=['remove','change:height','width','annotations','5CSRIoQ','getClientRects','47778zNPxFH','_forceRefresh','_setSelectedAnnotations','activeAnnotation','Esc','_closeAnnotation','3759040ZRDnPt','_getBalloonTargetForAnnotation','update','27ZQxiYj','change:visibleView','delete','add','_selectedAnnotations','change:isFocused','every','top','InlineAnnotations','_removeAnnotationFromBalloon','4rCjRbZ','82962SeZAYz','editableElement','collapse','1780iGrCtI','plugins','switchTo','mousedown','editor','document','2576241fIprIG','editing','inline','isFocused','requires','inlineannotations-detach-not-attached','afterInit','blur','refresh','has','1825212AjArdQ','target','addObserver','hasView','_addedAnnotations','showStack','viewRangeToDom','setActiveAnnotation','994mgYGbQ','destroy','isAttached','visibleView','inlineannotations-not-allowed-with-context','_addAnnotationToBalloon','fromRect','length','push','getBoundingClientRect','detach','_manuallyClosed','includes','stopListening','left','from','552249IYMJAt','hasActive','selection','updatePosition','view','90237564ZyHQyA','targetRect','map','domConverter','_balloon','register','focusTracker','inlineannotations-attach-already-attached','pluginName','listenTo','attach','clear','getByView','isActive','find','focus','getOrderedSelectedAnnotations','get','getFirstRange','init','context','keystrokes','bottom','right','set'];_0x4471=function(){return _0x3cbc49;};return _0x4471();}function F(_0x43febb,_0x1f3faf){const _0x1e4880=_0x234294;return _0x43febb[_0x1e4880(0xbe)]===_0x1f3faf[_0x1e4880(0xbe)]&&_0x43febb[_0x1e4880(0xa5)]===_0x1f3faf[_0x1e4880(0xa5)]&&_0x43febb[_0x1e4880(0xa6)]===_0x1f3faf[_0x1e4880(0x88)];}
23
+ function _0x264b(){const _0xc28d1=['inlineannotations-attach-already-attached','visibleView','addObserver','add','18pmqvVz','map','left','plugins','fromRect','inlineannotations-detach-not-attached','_addedAnnotations','_balloon','context','targetRect','activeAnnotation','update','Esc','_addAnnotationToBalloon','init','refresh','includes','inlineannotations-not-allowed-with-context','1724770BCPTsG','blur','destroy','length','view','getClientRects','2883084yjKWOV','getOrderedSelectedAnnotations','afterInit','_manuallyClosed','change:visibleView','getFirstRange','12248BznZVP','InlineAnnotations','9876340YePjpi','isFocused','_removeAnnotationFromBalloon','change:isFocused','focus','inline','isAttached','top','annotations','stopListening','_selectedAnnotations','getBoundingClientRect','from','detach','every','delete','5999sHyFxN','clear','_forceRefresh','collapse','hasView','keystrokes','domConverter','mousedown','bottom','_getBalloonTargetForAnnotation','5036307oAAHRg','editableElement','viewRangeToDom','isActive','selection','push','document','width','60870ZAoEKQ','updatePosition','editor','get','target','attach','right','showStack','_closeAnnotation','_setSelectedAnnotations','set','has','requires','focusTracker','register','32karvBH','pluginName','setActiveAnnotation','6481016ixDpwG','find','change:height','editing','listenTo','getByView','switchTo','hasActive','remove'];_0x264b=function(){return _0xc28d1;};return _0x264b();}const _0x30cec4=_0x3e6f;(function(_0x45c5e8,_0x11da52){const _0x5244cb=_0x3e6f,_0xcc03e7=_0x45c5e8();while(!![]){try{const _0x168499=-parseInt(_0x5244cb(0xfb))/0x1*(-parseInt(_0x5244cb(0x10a))/0x2)+parseInt(_0x5244cb(0xf3))/0x3+-parseInt(_0x5244cb(0x10d))/0x4+-parseInt(_0x5244cb(0xcb))/0x5+-parseInt(_0x5244cb(0xd1))/0x6+-parseInt(_0x5244cb(0xe9))/0x7*(parseInt(_0x5244cb(0xd7))/0x8)+-parseInt(_0x5244cb(0x11a))/0x9*(-parseInt(_0x5244cb(0xd9))/0xa);if(_0x168499===_0x11da52)break;else _0xcc03e7['push'](_0xcc03e7['shift']());}catch(_0x155194){_0xcc03e7['push'](_0xcc03e7['shift']());}}}(_0x264b,0xd4718));import{Plugin as _0x48ac64}from'ckeditor5/src/core.js';import _0x4e5386 from'./annotationsuis.js';function _0x3e6f(_0x40c308,_0x75cf05){const _0x264b31=_0x264b();return _0x3e6f=function(_0x3e6f21,_0x33171e){_0x3e6f21=_0x3e6f21-0xc4;let _0x30e95e=_0x264b31[_0x3e6f21];return _0x30e95e;},_0x3e6f(_0x40c308,_0x75cf05);}import _0xa55a91 from'./editorannotations.js';import{ContextualBalloon as _0x57edff}from'ckeditor5/src/ui.js';import{MouseObserver as _0x549efd}from'ckeditor5/src/engine.js';import{CKEditorError as _0x27476e,Rect as _0x449128}from'ckeditor5/src/utils.js';import'./../../theme/annotation-inline.css';export default class c extends _0x48ac64{static get[_0x30cec4(0x107)](){return[_0xa55a91,_0x57edff,_0x4e5386];}static get[_0x30cec4(0x10b)](){const _0x4229ef=_0x30cec4;return _0x4229ef(0xd8);}constructor(_0x5aee6c){const _0x4ee205=_0x30cec4;super(_0x5aee6c),_0x5aee6c[_0x4ee205(0x110)][_0x4ee205(0xcf)][_0x4ee205(0x118)](_0x549efd),this[_0x4ee205(0xdf)]=!0x1,this[_0x4ee205(0x105)](_0x4ee205(0x124),null),this[_0x4ee205(0xe1)]=null,this[_0x4ee205(0xd4)]=new Set(),this[_0x4ee205(0x121)]=_0x5aee6c[_0x4ee205(0x11d)][_0x4ee205(0xfe)](_0x57edff),this[_0x4ee205(0x120)]=new Set(),this[_0x4ee205(0xe3)]=[],this[_0x4ee205(0xeb)]=!0x1;}[_0x30cec4(0xc7)](){const _0x1ef7a5=_0x30cec4,_0x44bab5=this[_0x1ef7a5(0xfd)][_0x1ef7a5(0x11d)][_0x1ef7a5(0xfe)](_0x4e5386);_0x44bab5[_0x1ef7a5(0x122)]===this[_0x1ef7a5(0xfd)]&&(_0x44bab5[_0x1ef7a5(0x109)](_0x1ef7a5(0xde),this),this[_0x1ef7a5(0xfd)][_0x1ef7a5(0xee)][_0x1ef7a5(0x105)](_0x1ef7a5(0xc5),(_0x2a1bb5,_0xa2a3a5)=>{const _0x2f90d6=_0x1ef7a5,_0x2048e7=this[_0x2f90d6(0x121)];if(this[_0x2f90d6(0xdf)]&&_0x2048e7[_0x2f90d6(0x117)]){const _0x50a32e=this[_0x2f90d6(0xe1)][_0x2f90d6(0x112)](_0x2048e7[_0x2f90d6(0x117)]);_0x50a32e&&this[_0x2f90d6(0x103)](_0x50a32e),_0xa2a3a5();}}));}[_0x30cec4(0xd3)](){const _0x1b0ff5=_0x30cec4,_0x108170=this[_0x1b0ff5(0xfd)][_0x1b0ff5(0x11d)][_0x1b0ff5(0xfe)](_0x4e5386);_0x108170[_0x1b0ff5(0x122)]===this[_0x1b0ff5(0xfd)]&&(_0x108170[_0x1b0ff5(0x114)]()||_0x108170[_0x1b0ff5(0x113)](_0x1b0ff5(0xde)));}[_0x30cec4(0x10c)](_0x5f41a3){const _0x59eb7b=_0x30cec4;_0x5f41a3!==this[_0x59eb7b(0x124)]&&(this[_0x59eb7b(0x124)]&&(this[_0x59eb7b(0x124)][_0x59eb7b(0xf6)]=!0x1),_0x5f41a3&&this[_0x59eb7b(0xfd)]['ui'][_0x59eb7b(0x108)][_0x59eb7b(0xda)]&&(this[_0x59eb7b(0xe1)][_0x59eb7b(0x106)](_0x5f41a3)&&this[_0x59eb7b(0xc6)](_0x5f41a3,!0x0),_0x5f41a3[_0x59eb7b(0xf6)]=!0x0),_0x5f41a3||this[_0x59eb7b(0x104)]([]),this[_0x59eb7b(0x124)]=_0x5f41a3);}[_0x30cec4(0x100)](_0x370fe4){const _0x2077a9=_0x30cec4;this[_0x2077a9(0xe1)]=_0x370fe4;const _0x58bbe1=this[_0x2077a9(0xfd)][_0x2077a9(0x11d)][_0x2077a9(0xfe)](_0x4e5386),_0x22e434=this[_0x2077a9(0x121)];if(this[_0x2077a9(0xdf)])throw new _0x27476e(_0x2077a9(0x116),this);if(_0x58bbe1[_0x2077a9(0x122)]!==this[_0x2077a9(0xfd)])throw new _0x27476e(_0x2077a9(0xca),this);const _0x5b4c7d=this[_0x2077a9(0xfd)][_0x2077a9(0x11d)][_0x2077a9(0xfe)](_0xa55a91);this[_0x2077a9(0x111)](_0x5b4c7d,_0x2077a9(0xc8),()=>{const _0x2f270f=_0x2077a9,_0x537d2c=_0x5b4c7d[_0x2f270f(0xd2)]({'annotations':this[_0x2f270f(0xe1)],'activeAnnotation':this[_0x2f270f(0x124)]});var _0x848d33,_0x5e4faa;!this[_0x2f270f(0xeb)]&&(_0x848d33=_0x537d2c,_0x5e4faa=this[_0x2f270f(0xe3)],_0x848d33[_0x2f270f(0xce)]===_0x5e4faa[_0x2f270f(0xce)]&&_0x848d33[_0x2f270f(0xe7)](_0x3fd76d=>_0x5e4faa[_0x2f270f(0xc9)](_0x3fd76d)))||(this[_0x2f270f(0xeb)]=!0x1,this[_0x2f270f(0x104)](_0x537d2c),this[_0x2f270f(0x10c)](_0x537d2c[0x0]||null));}),this[_0x2077a9(0x111)](_0x5b4c7d,_0x2077a9(0xcc),(_0x254ae0,{isAnnotationTracked:_0x1eff1a})=>{const _0x157fa0=_0x2077a9;this[_0x157fa0(0x124)]&&_0x1eff1a(this[_0x157fa0(0x124)])&&(this[_0x157fa0(0x104)]([]),this[_0x157fa0(0x10c)](null));}),this[_0x2077a9(0x111)](this[_0x2077a9(0xfd)]['ui'][_0x2077a9(0x108)],_0x2077a9(0xdc),(_0x242d7f,_0x24c74a,_0x5d4d82)=>{const _0x4a11b3=_0x2077a9;_0x5d4d82||this[_0x4a11b3(0x10c)](null);}),this[_0x2077a9(0x111)](_0x370fe4,_0x2077a9(0x115),(_0x544542,_0x5d24b1)=>{const _0x1d5661=_0x2077a9;this[_0x1d5661(0xdb)](_0x5d24b1),_0x5d24b1===this[_0x1d5661(0x124)]&&this[_0x1d5661(0x10c)](null);}),this[_0x2077a9(0x111)](_0x22e434,_0x2077a9(0xd5),(_0x4d5527,_0x696751,_0x38732b,_0x1ff06c)=>{const _0x496424=_0x2077a9;_0x1ff06c&&this[_0x496424(0xe2)](_0x1ff06c);const _0x49f29d=_0x370fe4[_0x496424(0x112)](_0x38732b);_0x38732b&&_0x49f29d&&(this[_0x496424(0x111)](_0x38732b,_0x496424(0x10f),()=>{const _0x537815=_0x496424;_0x22e434[_0x537815(0xfc)]();}),this[_0x496424(0x111)](_0x38732b,_0x496424(0xc5),()=>{const _0x766fb7=_0x496424;this[_0x766fb7(0x103)](_0x49f29d),this[_0x766fb7(0xfd)][_0x766fb7(0x110)][_0x766fb7(0xcf)][_0x766fb7(0xdd)]();}),this[_0x496424(0x124)]!==_0x49f29d&&this[_0x496424(0x10c)](_0x49f29d));}),this[_0x2077a9(0x111)](this[_0x2077a9(0xfd)]['ui'],_0x2077a9(0xc4),()=>{const _0x216926=_0x2077a9;_0x22e434[_0x216926(0x117)]&&(_0x370fe4[_0x216926(0x112)](_0x22e434[_0x216926(0x117)])&&_0x22e434[_0x216926(0xfc)]());}),this[_0x2077a9(0x111)](this[_0x2077a9(0xfd)][_0x2077a9(0x110)][_0x2077a9(0xcf)][_0x2077a9(0xf9)],_0x2077a9(0xf0),()=>{const _0x273580=_0x2077a9;this[_0x273580(0xeb)]=!0x0,this[_0x273580(0xd4)][_0x273580(0xea)]();}),this[_0x2077a9(0xfd)][_0x2077a9(0x110)][_0x2077a9(0xcf)][_0x2077a9(0xf9)][_0x2077a9(0xf7)][_0x2077a9(0xf4)]&&this[_0x2077a9(0xfd)][_0x2077a9(0x110)][_0x2077a9(0xcf)][_0x2077a9(0xdd)](),this[_0x2077a9(0xdf)]=!0x0;}[_0x30cec4(0xe6)](){const _0x4a6a4f=_0x30cec4;if(!this[_0x4a6a4f(0xdf)])throw new _0x27476e(_0x4a6a4f(0x11f),this);this[_0x4a6a4f(0x10c)](null);for(const _0x2657d8 of this[_0x4a6a4f(0x120)])this[_0x4a6a4f(0xdb)](_0x2657d8);this[_0x4a6a4f(0xe2)](),this[_0x4a6a4f(0xdf)]=!0x1,this[_0x4a6a4f(0xe1)]=null;}[_0x30cec4(0xcd)](){const _0x5a6800=_0x30cec4;this[_0x5a6800(0xdf)]&&this[_0x5a6800(0xe6)]();}[_0x30cec4(0x104)](_0xf6db5a){const _0x8e72ec=_0x30cec4;for(const _0x31ce1e of this[_0x8e72ec(0xe3)])_0xf6db5a[_0x8e72ec(0xc9)](_0x31ce1e)||this[_0x8e72ec(0xd4)][_0x8e72ec(0xe8)](_0x31ce1e);for(const _0x5c4f07 of this[_0x8e72ec(0xe1)])_0xf6db5a[_0x8e72ec(0xc9)](_0x5c4f07)||this[_0x8e72ec(0xdb)](_0x5c4f07);if(this[_0x8e72ec(0xfd)]['ui'][_0x8e72ec(0x108)][_0x8e72ec(0xda)]){for(const _0x388b82 of _0xf6db5a)this[_0x8e72ec(0xc6)](_0x388b82);}this[_0x8e72ec(0xe3)]=_0xf6db5a;}[_0x30cec4(0xc6)](_0x2e2657,_0x4f45bd=!0x1){const _0x556e0b=_0x30cec4;this[_0x556e0b(0xd4)][_0x556e0b(0x106)](_0x2e2657)||(this[_0x556e0b(0x120)][_0x556e0b(0x106)](_0x2e2657)||this[_0x556e0b(0x121)][_0x556e0b(0xed)](_0x2e2657[_0x556e0b(0xcf)])||(this[_0x556e0b(0x120)][_0x556e0b(0x119)](_0x2e2657),this[_0x556e0b(0x121)][_0x556e0b(0x119)]({'stackId':_0x2e2657[_0x556e0b(0xcf)]['id'],'view':_0x2e2657[_0x556e0b(0xcf)],'position':{'target':()=>this[_0x556e0b(0xf2)](_0x2e2657)}})),_0x4f45bd&&this[_0x556e0b(0x121)][_0x556e0b(0x102)](_0x2e2657[_0x556e0b(0xcf)]['id']));}[_0x30cec4(0xf2)](_0x10dd32){const _0x13f465=_0x30cec4,_0x3c4c3b=_0x10dd32[_0x13f465(0xff)],_0x1d2a16=this[_0x13f465(0xfd)][_0x13f465(0x110)][_0x13f465(0xcf)],_0x1e6926=_0x1d2a16[_0x13f465(0xf9)][_0x13f465(0xf7)][_0x13f465(0xd6)](),_0x3bc4d7=_0x1d2a16[_0x13f465(0xef)][_0x13f465(0xf5)](_0x1e6926);if(_0x3bc4d7[_0x13f465(0xec)](!0x0),_0x3c4c3b){if(_0x3c4c3b instanceof _0x449128)return _0x3c4c3b;let _0x324a88=[];for(const _0x1e88af of _0x3c4c3b)_0x324a88[_0x13f465(0xf8)](...(_0x1669f4=_0x1e88af[_0x13f465(0xd0)](),Array[_0x13f465(0xe5)](_0x1669f4)[_0x13f465(0x11b)](DOMRect[_0x13f465(0x11e)])));_0x324a88=function(_0x26cb6c){const _0x1d86cf=_0x13f465,_0x132ac0=[];let _0x1e9a41=_0x26cb6c[0x0];for(let _0x180942=0x1;_0x180942<_0x26cb6c[_0x1d86cf(0xce)];_0x180942++)F(_0x1e9a41,_0x26cb6c[_0x180942])?_0x1e9a41[_0x1d86cf(0xfa)]+=_0x26cb6c[_0x180942][_0x1d86cf(0xfa)]:(_0x132ac0[_0x1d86cf(0xf8)](_0x1e9a41),_0x1e9a41=_0x26cb6c[_0x180942]);return _0x132ac0[_0x1d86cf(0xf8)](_0x1e9a41),_0x132ac0;}(_0x324a88);const _0x40dece=_0x3bc4d7[_0x13f465(0xe4)]();return _0x324a88[_0x13f465(0x10e)](_0x49c9bd=>_0x49c9bd[_0x13f465(0xe0)]<=_0x40dece[_0x13f465(0xe0)]&&_0x49c9bd[_0x13f465(0xf1)]>=_0x40dece[_0x13f465(0xf1)]&&_0x49c9bd[_0x13f465(0x11c)]<=_0x40dece[_0x13f465(0x11c)]&&_0x49c9bd[_0x13f465(0x101)]>=_0x40dece[_0x13f465(0x101)])||_0x324a88[0x0];}var _0x1669f4;return _0x10dd32[_0x13f465(0x123)]||_0x3bc4d7;}[_0x30cec4(0xdb)](_0xa94ce0){const _0x3170f0=_0x30cec4;this[_0x3170f0(0x120)][_0x3170f0(0x106)](_0xa94ce0)&&this[_0x3170f0(0x121)][_0x3170f0(0xed)](_0xa94ce0[_0x3170f0(0xcf)])&&(this[_0x3170f0(0x120)][_0x3170f0(0xe8)](_0xa94ce0),this[_0x3170f0(0x121)][_0x3170f0(0x115)](_0xa94ce0[_0x3170f0(0xcf)]));}[_0x30cec4(0x103)](_0x4f3467){const _0xd47f50=_0x30cec4;this[_0xd47f50(0xd4)][_0xd47f50(0x119)](_0x4f3467),this[_0xd47f50(0xdb)](_0x4f3467);}}function F(_0x6b58ab,_0x1d414b){const _0x145668=_0x30cec4;return _0x6b58ab[_0x145668(0xe0)]===_0x1d414b[_0x145668(0xe0)]&&_0x6b58ab[_0x145668(0xf1)]===_0x1d414b[_0x145668(0xf1)]&&_0x6b58ab[_0x145668(0x101)]===_0x1d414b[_0x145668(0x11c)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x38cb19=_0x21c2;(function(_0x5a901d,_0x45f435){const _0x6feea=_0x21c2,_0x409ad3=_0x5a901d();while(!![]){try{const _0x388fd5=-parseInt(_0x6feea(0x19a))/0x1+-parseInt(_0x6feea(0x1a2))/0x2+parseInt(_0x6feea(0x15b))/0x3*(parseInt(_0x6feea(0x157))/0x4)+-parseInt(_0x6feea(0x199))/0x5+parseInt(_0x6feea(0x16a))/0x6*(parseInt(_0x6feea(0x1bd))/0x7)+parseInt(_0x6feea(0x196))/0x8*(-parseInt(_0x6feea(0x172))/0x9)+parseInt(_0x6feea(0x188))/0xa*(parseInt(_0x6feea(0x1b9))/0xb);if(_0x388fd5===_0x45f435)break;else _0x409ad3['push'](_0x409ad3['shift']());}catch(_0xb1a496){_0x409ad3['push'](_0x409ad3['shift']());}}}(_0x440d,0x4e67f));function _0x21c2(_0x415e70,_0x132abb){const _0x440d24=_0x440d();return _0x21c2=function(_0x21c2ee,_0x3e7415){_0x21c2ee=_0x21c2ee-0x14f;let _0x1effa8=_0x440d24[_0x21c2ee];return _0x1effa8;},_0x21c2(_0x415e70,_0x132abb);}import{ContextPlugin as _0x5739be,Context as _0xb915c5}from'ckeditor5/src/core.js';import _0x3c6040 from'./annotationsuis.js';import _0x5bf5aa from'./sidebar.js';import _0x979896 from'./view/annotationcounterbuttonview.js';import{BalloonPanelView as _0x4f0f33,BodyCollection as _0x3acb69}from'ckeditor5/src/ui.js';import{CKEditorError as _0x193dc2,DomEmitterMixin as _0x11f80d,keyCodes as _0x1bdb0f,Collection as _0x79817c}from'ckeditor5/src/utils.js';import'../../theme/sidebar-narrow.css';import{debounce as _0x3a9d0a}from'lodash-es';import _0x3fc3fb from'./editorannotations.js';export default class i extends _0x5739be{static get[_0x38cb19(0x186)](){return[_0x5bf5aa,_0x3c6040];}static get[_0x38cb19(0x1a5)](){const _0x4bd207=_0x38cb19;return _0x4bd207(0x192);}constructor(_0x1a6b63){const _0x67afbc=_0x38cb19;super(_0x1a6b63),this[_0x67afbc(0x163)]=!0x1,this[_0x67afbc(0x152)]=new Set(),this[_0x67afbc(0x18c)]=Object[_0x67afbc(0x193)](_0x11f80d),this[_0x67afbc(0x19c)]=new Map(),this[_0x67afbc(0x171)](_0x67afbc(0x1c3),null),this[_0x67afbc(0x162)]=null,this[_0x67afbc(0x1a0)]=[],this[_0x67afbc(0x154)]=new _0x79817c(),this[_0x67afbc(0x1a3)]=_0x3a9d0a(()=>{const _0x4db4f9=_0x67afbc;this[_0x4db4f9(0x19f)]();},0xfa,{'leading':!0x1});}[_0x38cb19(0x167)](){const _0x1882c6=_0x38cb19;this[_0x1882c6(0x1b4)][_0x1882c6(0x1ae)][_0x1882c6(0x1c8)](_0x3c6040)[_0x1882c6(0x1c5)](_0x1882c6(0x180),this),this[_0x1882c6(0x1bb)]=new _0x3acb69(this[_0x1882c6(0x1b4)][_0x1882c6(0x18e)]),this[_0x1882c6(0x177)]=new _0x4f0f33(this[_0x1882c6(0x1b4)][_0x1882c6(0x18e)]),this[_0x1882c6(0x1bb)][_0x1882c6(0x1be)](),this[_0x1882c6(0x1bb)][_0x1882c6(0x1b8)](this[_0x1882c6(0x177)]);}[_0x38cb19(0x1b3)](_0x417dbe){const _0x590c73=_0x38cb19;this[_0x590c73(0x162)]=_0x417dbe;const _0x461e70=this[_0x590c73(0x1b4)][_0x590c73(0x1ae)][_0x590c73(0x1c8)](_0x5bf5aa),_0x330953=this[_0x590c73(0x177)];if(_0x461e70[_0x590c73(0x169)]=_0x417dbe,this[_0x590c73(0x163)])throw new _0x193dc2(_0x590c73(0x1bf),this);this[_0x590c73(0x163)]=!0x0,this[_0x590c73(0x18b)](_0x461e70,_0x590c73(0x187),()=>{const _0x2f233e=_0x590c73;this[_0x2f233e(0x19d)](),this[_0x2f233e(0x18b)](_0x461e70,_0x2f233e(0x190),_0x34f104=>{const _0x20119e=_0x2f233e;_0x34f104[_0x20119e(0x1b5)](),this[_0x20119e(0x1b3)](_0x417dbe);});}),_0x461e70[_0x590c73(0x1b2)]({'viewClass':_0x590c73(0x1ac),'spaceBetweenItems':0x5});const _0x2ce6d0=_0x32bfec=>{const _0x383386=_0x590c73,_0x360d6=new _0x979896(this[_0x383386(0x1b4)][_0x383386(0x18e)]);_0x461e70[_0x383386(0x1c9)](_0x32bfec,_0x360d6),this[_0x383386(0x19c)][_0x383386(0x171)](_0x32bfec,_0x360d6),_0x360d6[_0x383386(0x16d)](_0x383386(0x161),_0x383386(0x155),_0x383386(0x185))['to'](_0x32bfec[_0x383386(0x1a6)],_0x383386(0x161),_0x383386(0x159),_0x383386(0x16b)),_0x360d6['on'](_0x383386(0x197),()=>{const _0x5224c5=_0x383386;this[_0x5224c5(0x152)][_0x5224c5(0x18f)](),_0x330953[_0x5224c5(0x1c6)][_0x5224c5(0x15d)]!==_0x32bfec[_0x5224c5(0x1a6)]?(this[_0x5224c5(0x1aa)](_0x32bfec),_0x32bfec[_0x5224c5(0x1a6)][_0x5224c5(0x1ad)][_0x5224c5(0x195)](),this[_0x5224c5(0x194)](_0x32bfec)):this[_0x5224c5(0x194)](null);});};for(const _0x10de66 of _0x417dbe)_0x2ce6d0(_0x10de66);this[_0x590c73(0x18b)](_0x417dbe,_0x590c73(0x1b8),(_0x59e587,_0x1cc899)=>{_0x2ce6d0(_0x1cc899);}),this[_0x590c73(0x18b)](_0x417dbe,_0x590c73(0x191),(_0x1cccc0,_0x2324aa,_0x41e711)=>{const _0xdc60fc=_0x590c73;this[_0xdc60fc(0x19c)][_0xdc60fc(0x1c8)](_0x2324aa)[_0xdc60fc(0x1a7)](),this[_0xdc60fc(0x19c)][_0xdc60fc(0x165)](_0x2324aa),_0x461e70[_0xdc60fc(0x16e)]({'removedAnnotation':_0x2324aa,'previousAnnotation':_0x417dbe[_0xdc60fc(0x1c8)](_0x41e711-0x1),'nextAnnotation':_0x417dbe[_0xdc60fc(0x1c8)](_0x41e711+0x1)}),_0x2324aa===this[_0xdc60fc(0x1c3)]&&this[_0xdc60fc(0x194)](null);},{'priority':_0x590c73(0x14f)}),this[_0x590c73(0x18b)](_0x417dbe,_0x590c73(0x195),(_0x561a1d,_0x1a350d)=>{const _0x430513=_0x590c73;this[_0x430513(0x194)](_0x1a350d);}),this[_0x590c73(0x18b)](_0x417dbe,_0x590c73(0x1c1),()=>{const _0x33386c=_0x590c73;this[_0x33386c(0x194)](null);}),this[_0x590c73(0x18c)][_0x590c73(0x18b)](document,_0x590c73(0x17b),(_0x297717,_0x2e5b4d)=>{const _0x51e6f1=_0x590c73;_0x2e5b4d[_0x51e6f1(0x181)]===_0x1bdb0f[_0x51e6f1(0x176)]&&_0x330953[_0x51e6f1(0x160)]&&(this[_0x51e6f1(0x152)][_0x51e6f1(0x1b8)](_0x330953[_0x51e6f1(0x1c6)][_0x51e6f1(0x15d)]),this[_0x51e6f1(0x179)](),_0x2e5b4d[_0x51e6f1(0x18a)](),_0x2e5b4d[_0x51e6f1(0x153)]());}),this[_0x590c73(0x18c)][_0x590c73(0x18b)](document,_0x590c73(0x19b),(_0x39d7ac,_0x4dcfba)=>{const _0x20d177=_0x590c73,_0x2d3618=_0x4dcfba[_0x20d177(0x166)];_0x330953[_0x20d177(0x160)]&&_0x330953[_0x20d177(0x1ad)][_0x20d177(0x150)](_0x2d3618)||_0x461e70[_0x20d177(0x1a6)][_0x20d177(0x1ad)][_0x20d177(0x150)](_0x2d3618)||_0x39d7ac[_0x20d177(0x1a4)]||this[_0x20d177(0x1c3)]&&this[_0x20d177(0x1c3)][_0x20d177(0x1ba)][_0x20d177(0x15c)](_0xa439e5=>_0xa439e5[_0x20d177(0x150)](_0x2d3618))||(this[_0x20d177(0x152)][_0x20d177(0x18f)](),this[_0x20d177(0x179)](),this[_0x20d177(0x194)](null));});const _0x304d09=this[_0x590c73(0x1b4)]instanceof _0xb915c5?this[_0x590c73(0x1b4)][_0x590c73(0x17f)]:new _0x79817c([this[_0x590c73(0x1b4)]]);for(const _0x98bda3 of _0x304d09)this[_0x590c73(0x16c)](_0x98bda3);this[_0x590c73(0x18b)](_0x304d09,_0x590c73(0x1b8),(_0x3370ee,_0x16f720)=>{const _0x52d14a=_0x590c73;this[_0x52d14a(0x18b)](_0x16f720,_0x52d14a(0x1c7),()=>{const _0x34264e=_0x52d14a;this[_0x34264e(0x16c)](_0x16f720);});}),this[_0x590c73(0x18b)](_0x304d09,_0x590c73(0x191),(_0x48dbfd,_0x373d63)=>{const _0x3c2c18=_0x590c73;_0x373d63[_0x3c2c18(0x1ae)][_0x3c2c18(0x168)](_0x3c2c18(0x15a))&&this[_0x3c2c18(0x19e)](_0x373d63[_0x3c2c18(0x1ae)][_0x3c2c18(0x1c8)](_0x3c2c18(0x15a)));}),window[_0x590c73(0x1b6)](_0x590c73(0x15e),this[_0x590c73(0x1a3)]),this[_0x590c73(0x19f)]();}[_0x38cb19(0x194)](_0x674bb2){const _0x138e58=_0x38cb19;if(_0x674bb2===this[_0x138e58(0x1c3)])return;const _0x544697=this[_0x138e58(0x1b4)][_0x138e58(0x1ae)][_0x138e58(0x1c8)](_0x5bf5aa);if(_0x544697[_0x138e58(0x17c)]({'blurredAnnotation':this[_0x138e58(0x1c3)],'activatedAnnotation':_0x674bb2,'disableAnimationOnActivatedAnnotation':!0x0}),_0x674bb2)_0x544697[_0x138e58(0x17a)](_0x674bb2)?this[_0x138e58(0x1aa)](_0x674bb2):this[_0x138e58(0x179)]();else this[_0x138e58(0x179)]();this[_0x138e58(0x1c3)]=_0x674bb2;}[_0x38cb19(0x19d)](){const _0x504eb0=_0x38cb19;if(!this[_0x504eb0(0x163)])throw new _0x193dc2(_0x504eb0(0x173),this);this[_0x504eb0(0x194)](null);const _0x1aa3ab=this[_0x504eb0(0x1b4)][_0x504eb0(0x1ae)][_0x504eb0(0x1c8)](_0x5bf5aa);this[_0x504eb0(0x179)](),Array[_0x504eb0(0x198)](this[_0x504eb0(0x19c)][_0x504eb0(0x1c0)](),_0x405c5b=>_0x405c5b[_0x504eb0(0x1a7)]()),this[_0x504eb0(0x19c)][_0x504eb0(0x18f)](),_0x1aa3ab[_0x504eb0(0x1a8)](this[_0x504eb0(0x162)]),this[_0x504eb0(0x18d)](),this[_0x504eb0(0x18c)][_0x504eb0(0x18d)](),this[_0x504eb0(0x1b4)]instanceof _0xb915c5&&this[_0x504eb0(0x18d)](this[_0x504eb0(0x1b4)][_0x504eb0(0x17f)]);for(const _0x266742 of Array[_0x504eb0(0x198)](this[_0x504eb0(0x154)]))this[_0x504eb0(0x19e)](_0x266742);window[_0x504eb0(0x183)](_0x504eb0(0x15e),this[_0x504eb0(0x1a3)]),this[_0x504eb0(0x1a3)][_0x504eb0(0x16f)](),this[_0x504eb0(0x1a0)]=[],this[_0x504eb0(0x163)]=!0x1,this[_0x504eb0(0x162)]=null;}[_0x38cb19(0x1a7)](){const _0x186e93=_0x38cb19;this[_0x186e93(0x163)]&&this[_0x186e93(0x19d)](),this[_0x186e93(0x1bb)][_0x186e93(0x1c2)]();}[_0x38cb19(0x16c)](_0x3e2950){const _0x245e7d=_0x38cb19,_0x95b097=_0x3e2950[_0x245e7d(0x1ae)][_0x245e7d(0x1c8)](_0x3fc3fb),_0x5d5030=this[_0x245e7d(0x1b4)][_0x245e7d(0x1ae)][_0x245e7d(0x1c8)](_0x5bf5aa),_0x14dada=this[_0x245e7d(0x162)],_0x530a47=this[_0x245e7d(0x177)],_0x67835a=()=>{const _0x296fce=_0x245e7d,_0x1b60a0=_0x95b097[_0x296fce(0x175)]({'annotations':this[_0x296fce(0x162)],'activeAnnotation':this[_0x296fce(0x1c3)]});this[_0x296fce(0x1a9)](_0x1b60a0),this[_0x296fce(0x194)](_0x1b60a0[0x0]||null);};this[_0x245e7d(0x18b)](_0x95b097,_0x245e7d(0x17c),_0x67835a),this[_0x245e7d(0x18b)](_0x95b097,_0x245e7d(0x1c1),(_0x448bdc,{isAnnotationTracked:_0x2b30d4})=>{const _0x19eea7=_0x245e7d;this[_0x19eea7(0x1c3)]&&_0x2b30d4(this[_0x19eea7(0x1c3)])&&(this[_0x19eea7(0x1a9)]([]),this[_0x19eea7(0x194)](null));}),this[_0x245e7d(0x18b)](_0x95b097,_0x245e7d(0x1b7),()=>{const _0x535934=_0x245e7d;this[_0x535934(0x1a3)]();}),this[_0x245e7d(0x18b)](_0x14dada,_0x245e7d(0x1c1),_0x30f508=>{const _0x525075=_0x245e7d;_0x95b097[_0x525075(0x164)]()&&_0x30f508[_0x525075(0x184)]();},{'priority':_0x245e7d(0x174)}),this[_0x245e7d(0x18b)](this[_0x245e7d(0x18c)],_0x245e7d(0x19b),(_0xaf733f,_0x3d8d5a)=>{const _0x3dd23d=_0x245e7d,_0xe2f376=_0x3d8d5a[_0x3dd23d(0x166)];_0x530a47[_0x3dd23d(0x160)]&&_0x530a47[_0x3dd23d(0x1ad)][_0x3dd23d(0x150)](_0xe2f376)||_0x5d5030[_0x3dd23d(0x1a6)][_0x3dd23d(0x1ad)][_0x3dd23d(0x150)](_0xe2f376)||this[_0x3dd23d(0x1c3)]&&_0x95b097[_0x3dd23d(0x164)]()&&(_0x67835a(),_0xaf733f[_0x3dd23d(0x1a4)]=!0x0);},{'priority':_0x245e7d(0x174)}),this[_0x245e7d(0x154)][_0x245e7d(0x1b8)](_0x95b097);}[_0x38cb19(0x19e)](_0xcb1281){const _0x3c6f98=_0x38cb19;_0xcb1281&&(this[_0x3c6f98(0x18d)](_0xcb1281),this[_0x3c6f98(0x154)][_0x3c6f98(0x191)](_0xcb1281));}[_0x38cb19(0x1a9)](_0x131d6e){const _0xa07633=_0x38cb19;for(const _0x4ebf4e of this[_0xa07633(0x1a0)])_0x131d6e[_0xa07633(0x170)](_0x4ebf4e)||this[_0xa07633(0x152)][_0xa07633(0x165)](_0x4ebf4e[_0xa07633(0x1a6)]);this[_0xa07633(0x1a0)]=_0x131d6e;}[_0x38cb19(0x19f)](){const _0x2561b4=_0x38cb19,_0x4a4f15=this[_0x2561b4(0x177)];this[_0x2561b4(0x162)][_0x2561b4(0x151)](),_0x4a4f15[_0x2561b4(0x160)]&&this[_0x2561b4(0x158)]();}[_0x38cb19(0x1aa)](_0x5f4861){const _0x357c3c=_0x38cb19;if(this[_0x357c3c(0x152)][_0x357c3c(0x168)](_0x5f4861[_0x357c3c(0x1a6)]))return;const _0x10b1fa=this[_0x357c3c(0x177)][_0x357c3c(0x1c6)][_0x357c3c(0x15d)];_0x10b1fa!==_0x5f4861[_0x357c3c(0x1a6)]?(_0x10b1fa&&this[_0x357c3c(0x1bc)](_0x10b1fa),this[_0x357c3c(0x1ab)](_0x5f4861[_0x357c3c(0x1a6)]),this[_0x357c3c(0x177)][_0x357c3c(0x1c6)][_0x357c3c(0x18f)](),this[_0x357c3c(0x177)][_0x357c3c(0x1c6)][_0x357c3c(0x1b8)](_0x5f4861[_0x357c3c(0x1a6)]),this[_0x357c3c(0x158)]()):this[_0x357c3c(0x158)]();}[_0x38cb19(0x158)](){const _0x168b06=_0x38cb19,_0x492811=this[_0x168b06(0x177)][_0x168b06(0x1c6)][_0x168b06(0x15d)],_0x1dfdfd=_0x492811&&this[_0x168b06(0x162)][_0x168b06(0x1a1)](_0x492811);if(!_0x1dfdfd||!this[_0x168b06(0x19c)][_0x168b06(0x168)](_0x1dfdfd))return;const _0x26d180=this[_0x168b06(0x19c)][_0x168b06(0x1c8)](_0x1dfdfd)[_0x168b06(0x1ad)],_0x2c357a=(function(){const _0x84a2b0=_0x168b06,_0x283612=_0x4f0f33[_0x84a2b0(0x17e)];return[_0x283612[_0x84a2b0(0x156)],_0x283612[_0x84a2b0(0x17d)],_0x283612[_0x84a2b0(0x1b1)],_0x283612[_0x84a2b0(0x1af)],_0x283612[_0x84a2b0(0x1b0)],_0x283612[_0x84a2b0(0x15f)]];}());this[_0x168b06(0x177)][_0x168b06(0x189)]({'target':_0x26d180,'positions':_0x2c357a});}[_0x38cb19(0x179)](){const _0x538ad2=_0x38cb19,_0x5bdea8=this[_0x538ad2(0x177)],_0x58cd7c=_0x5bdea8[_0x538ad2(0x1c6)][_0x538ad2(0x15d)];_0x58cd7c&&(this[_0x538ad2(0x1bc)](_0x58cd7c),_0x5bdea8[_0x538ad2(0x178)](),_0x5bdea8[_0x538ad2(0x1c6)][_0x538ad2(0x18f)]());}[_0x38cb19(0x1ab)](_0x581e40){const _0x3ca0ae=_0x38cb19;this[_0x3ca0ae(0x18b)](_0x581e40,_0x3ca0ae(0x1c4),()=>this[_0x3ca0ae(0x158)]()),this[_0x3ca0ae(0x18b)](_0x581e40,_0x3ca0ae(0x182),(_0x2fd6ea,_0x5d35aa)=>{const _0x5a5c47=_0x3ca0ae;this[_0x5a5c47(0x152)][_0x5a5c47(0x1b8)](_0x581e40),this[_0x5a5c47(0x179)](),_0x5d35aa();});}[_0x38cb19(0x1bc)](_0x33b8a5){const _0x2d6569=_0x38cb19;this[_0x2d6569(0x18d)](_0x33b8a5);}}function _0x440d(){const _0xec2679=['NarrowSidebar','create','setActiveAnnotation','focus','29752xSeokn','execute','from','2588295llxNOb','517274kkFNUp','mousedown','_annotationToNarrowView','detach','_destroyEditorAnnotationsIntegration','_refreshPositioning','_selectedAnnotations','getByView','1117502fNnhgT','_refreshPositioningDebounced','preventClosingBalloon','pluginName','view','destroy','_detachFromContainer','_setSelectedAnnotations','_showBalloon','_attachListeners','ck-sidebar--narrow','element','plugins','northArrowSouth','southArrowNorthWest','southArrowNorth','_attachToContainer','attach','context','off','addEventListener','uiUpdate','add','1991THIzbV','focusableElements','bodyCollection','_detachListeners','4344011YKADgr','attachToDom','narrowsidebar-attach-already-attached','values','blur','detachFromDom','activeAnnotation','change:height','register','content','ready','get','addAnnotation','low','contains','refreshPositioning','_manuallyClosedAnnotationViews','preventDefault','_editorAnnotations','annotationType','southArrowNorthEast','12uDXoCK','_updateBalloonPosition','type','EditorAnnotations','98760TXdJND','find','first','resize','northArrowSouthWest','isVisible','isDirty','annotations','isAttached','hasDomSelection','delete','target','init','has','_annotations','6ZiwhEk','length','_integrateWithEditorAnnotations','bind','rearrange','cancel','includes','set','99xXkBzq','narrowsidebar-detach-not-attached','high','getOrderedSelectedAnnotations','esc','balloonPanelView','unpin','_hideBalloon','getSidebarItemView','keydown','refresh','northArrowSouthEast','defaultPositions','editors','narrowSidebar','keyCode','Esc','removeEventListener','stop','number','requires','set:container','68310XIlXAQ','pin','stopPropagation','listenTo','_domEmitter','stopListening','locale','clear','change:container','remove'];_0x440d=function(){return _0xec2679;};return _0x440d();}
23
+ const _0x2a122a=_0x51dd;(function(_0x7e3f96,_0x2d7563){const _0x4b751e=_0x51dd,_0x335b68=_0x7e3f96();while(!![]){try{const _0x6086e=-parseInt(_0x4b751e(0x141))/0x1+parseInt(_0x4b751e(0xfe))/0x2*(parseInt(_0x4b751e(0xf0))/0x3)+parseInt(_0x4b751e(0x14c))/0x4+parseInt(_0x4b751e(0x10e))/0x5*(parseInt(_0x4b751e(0xdf))/0x6)+-parseInt(_0x4b751e(0x11e))/0x7+parseInt(_0x4b751e(0x131))/0x8*(parseInt(_0x4b751e(0x140))/0x9)+-parseInt(_0x4b751e(0x119))/0xa*(-parseInt(_0x4b751e(0x112))/0xb);if(_0x6086e===_0x2d7563)break;else _0x335b68['push'](_0x335b68['shift']());}catch(_0x56a11c){_0x335b68['push'](_0x335b68['shift']());}}}(_0x2b1a,0x34c69));import{ContextPlugin as _0x25af1e,Context as _0x2f50a7}from'ckeditor5/src/core.js';import _0x4badd0 from'./annotationsuis.js';function _0x2b1a(){const _0x16e6eb=['_updateBalloonPosition','stopListening','_domEmitter','clear','change:height','annotationType','length','type','685wYzbQc','get','setActiveAnnotation','getOrderedSelectedAnnotations','55bcpEmg','southArrowNorthEast','_destroyEditorAnnotationsIntegration','northArrowSouthEast','isVisible','delete','first','556090IxoOpv','uiUpdate','refreshPositioning','_attachToContainer','target','1617049cpMqXl','keyCode','context','southArrowNorth','cancel','focus','ck-sidebar--narrow','rearrange','_refreshPositioningDebounced','view','locale','content','_setSelectedAnnotations','attachToDom','register','set','activeAnnotation','editors','_annotationToNarrowView','576ccMlLW','defaultPositions','blur','find','balloonPanelView','stop','narrowsidebar-detach-not-attached','annotations','unpin','mousedown','_detachListeners','_manuallyClosedAnnotationViews','keydown','from','destroy','14175urYVBH','247913MvwtOI','_detachFromContainer','preventDefault','southArrowNorthWest','narrowSidebar','contains','detachFromDom','getByView','bind','remove','add','377324lIEhCL','removeEventListener','values','hasDomSelection','_integrateWithEditorAnnotations','detach','plugins','preventClosingBalloon','element','esc','bodyCollection','_showBalloon','refresh','_hideBalloon','4674qZtrQc','focusableElements','listenTo','_selectedAnnotations','ready','_refreshPositioning','pluginName','addAnnotation','NarrowSidebar','set:container','isDirty','off','init','_attachListeners','requires','create','narrowsidebar-attach-already-attached','61554TFNcfz','execute','addEventListener','pin','Esc','includes','_editorAnnotations','EditorAnnotations','low','change:container','stopPropagation','getSidebarItemView','resize','number','10ZMXNAM','high','has','isAttached','northArrowSouthWest','_annotations','attach','northArrowSouth'];_0x2b1a=function(){return _0x16e6eb;};return _0x2b1a();}import _0x1dd5d6 from'./sidebar.js';import _0x14d0f6 from'./view/annotationcounterbuttonview.js';import{BalloonPanelView as _0x4e70dc,BodyCollection as _0x406673}from'ckeditor5/src/ui.js';import{CKEditorError as _0x198b67,DomEmitterMixin as _0x567a78,keyCodes as _0x2f9605,Collection as _0x3e7e4e}from'ckeditor5/src/utils.js';import'../../theme/sidebar-narrow.css';import{debounce as _0x2f0848}from'lodash-es';import _0x163b42 from'./editorannotations.js';function _0x51dd(_0x273d02,_0x57d8e5){const _0x2b1a36=_0x2b1a();return _0x51dd=function(_0x51dd5c,_0x5dd4e4){_0x51dd5c=_0x51dd5c-0xdf;let _0x311457=_0x2b1a36[_0x51dd5c];return _0x311457;},_0x51dd(_0x273d02,_0x57d8e5);}export default class i extends _0x25af1e{static get[_0x2a122a(0xed)](){return[_0x1dd5d6,_0x4badd0];}static get[_0x2a122a(0xe5)](){const _0x2ba563=_0x2a122a;return _0x2ba563(0xe7);}constructor(_0x888d7b){const _0x52106a=_0x2a122a;super(_0x888d7b),this[_0x52106a(0x101)]=!0x1,this[_0x52106a(0x13c)]=new Set(),this[_0x52106a(0x108)]=Object[_0x52106a(0xee)](_0x567a78),this[_0x52106a(0x130)]=new Map(),this[_0x52106a(0x12d)](_0x52106a(0x12e),null),this[_0x52106a(0x138)]=null,this[_0x52106a(0xe2)]=[],this[_0x52106a(0xf6)]=new _0x3e7e4e(),this[_0x52106a(0x126)]=_0x2f0848(()=>{const _0xb142bb=_0x52106a;this[_0xb142bb(0xe4)]();},0xfa,{'leading':!0x1});}[_0x2a122a(0xeb)](){const _0x308157=_0x2a122a;this[_0x308157(0x120)][_0x308157(0x152)][_0x308157(0x10f)](_0x4badd0)[_0x308157(0x12c)](_0x308157(0x145),this),this[_0x308157(0x156)]=new _0x406673(this[_0x308157(0x120)][_0x308157(0x128)]),this[_0x308157(0x135)]=new _0x4e70dc(this[_0x308157(0x120)][_0x308157(0x128)]),this[_0x308157(0x156)][_0x308157(0x12b)](),this[_0x308157(0x156)][_0x308157(0x14b)](this[_0x308157(0x135)]);}[_0x2a122a(0x104)](_0x1b80d7){const _0x451504=_0x2a122a;this[_0x451504(0x138)]=_0x1b80d7;const _0x34d57c=this[_0x451504(0x120)][_0x451504(0x152)][_0x451504(0x10f)](_0x1dd5d6),_0x3364f7=this[_0x451504(0x135)];if(_0x34d57c[_0x451504(0x103)]=_0x1b80d7,this[_0x451504(0x101)])throw new _0x198b67(_0x451504(0xef),this);this[_0x451504(0x101)]=!0x0,this[_0x451504(0xe1)](_0x34d57c,_0x451504(0xe8),()=>{const _0x5783fe=_0x451504;this[_0x5783fe(0x151)](),this[_0x5783fe(0xe1)](_0x34d57c,_0x5783fe(0xf9),_0x435d17=>{const _0x413a97=_0x5783fe;_0x435d17[_0x413a97(0xea)](),this[_0x413a97(0x104)](_0x1b80d7);});}),_0x34d57c[_0x451504(0x11c)]({'viewClass':_0x451504(0x124),'spaceBetweenItems':0x5});const _0x48faae=_0xb46bd8=>{const _0x3e4833=_0x451504,_0x300201=new _0x14d0f6(this[_0x3e4833(0x120)][_0x3e4833(0x128)]);_0x34d57c[_0x3e4833(0xe6)](_0xb46bd8,_0x300201),this[_0x3e4833(0x130)][_0x3e4833(0x12d)](_0xb46bd8,_0x300201),_0x300201[_0x3e4833(0x149)](_0x3e4833(0xe9),_0x3e4833(0x10b),_0x3e4833(0xfd))['to'](_0xb46bd8[_0x3e4833(0x127)],_0x3e4833(0xe9),_0x3e4833(0x10d),_0x3e4833(0x10c)),_0x300201['on'](_0x3e4833(0xf1),()=>{const _0x1a1be4=_0x3e4833;this[_0x1a1be4(0x13c)][_0x1a1be4(0x109)](),_0x3364f7[_0x1a1be4(0x129)][_0x1a1be4(0x118)]!==_0xb46bd8[_0x1a1be4(0x127)]?(this[_0x1a1be4(0x157)](_0xb46bd8),_0xb46bd8[_0x1a1be4(0x127)][_0x1a1be4(0x154)][_0x1a1be4(0x123)](),this[_0x1a1be4(0x110)](_0xb46bd8)):this[_0x1a1be4(0x110)](null);});};for(const _0x14fa60 of _0x1b80d7)_0x48faae(_0x14fa60);this[_0x451504(0xe1)](_0x1b80d7,_0x451504(0x14b),(_0x4334a0,_0x38bec5)=>{_0x48faae(_0x38bec5);}),this[_0x451504(0xe1)](_0x1b80d7,_0x451504(0x14a),(_0x4662e6,_0x151a8b,_0x1d83b4)=>{const _0x56e5ce=_0x451504;this[_0x56e5ce(0x130)][_0x56e5ce(0x10f)](_0x151a8b)[_0x56e5ce(0x13f)](),this[_0x56e5ce(0x130)][_0x56e5ce(0x117)](_0x151a8b),_0x34d57c[_0x56e5ce(0x125)]({'removedAnnotation':_0x151a8b,'previousAnnotation':_0x1b80d7[_0x56e5ce(0x10f)](_0x1d83b4-0x1),'nextAnnotation':_0x1b80d7[_0x56e5ce(0x10f)](_0x1d83b4+0x1)}),_0x151a8b===this[_0x56e5ce(0x12e)]&&this[_0x56e5ce(0x110)](null);},{'priority':_0x451504(0xf8)}),this[_0x451504(0xe1)](_0x1b80d7,_0x451504(0x123),(_0x140dbd,_0x287e40)=>{const _0x1d8f88=_0x451504;this[_0x1d8f88(0x110)](_0x287e40);}),this[_0x451504(0xe1)](_0x1b80d7,_0x451504(0x133),()=>{const _0x25f7ec=_0x451504;this[_0x25f7ec(0x110)](null);}),this[_0x451504(0x108)][_0x451504(0xe1)](document,_0x451504(0x13d),(_0x5ba5b4,_0x5c76ce)=>{const _0x29a965=_0x451504;_0x5c76ce[_0x29a965(0x11f)]===_0x2f9605[_0x29a965(0x155)]&&_0x3364f7[_0x29a965(0x116)]&&(this[_0x29a965(0x13c)][_0x29a965(0x14b)](_0x3364f7[_0x29a965(0x129)][_0x29a965(0x118)]),this[_0x29a965(0x159)](),_0x5c76ce[_0x29a965(0xfa)](),_0x5c76ce[_0x29a965(0x143)]());}),this[_0x451504(0x108)][_0x451504(0xe1)](document,_0x451504(0x13a),(_0x57673d,_0x15907f)=>{const _0x1d8933=_0x451504,_0x381754=_0x15907f[_0x1d8933(0x11d)];_0x3364f7[_0x1d8933(0x116)]&&_0x3364f7[_0x1d8933(0x154)][_0x1d8933(0x146)](_0x381754)||_0x34d57c[_0x1d8933(0x127)][_0x1d8933(0x154)][_0x1d8933(0x146)](_0x381754)||_0x57673d[_0x1d8933(0x153)]||this[_0x1d8933(0x12e)]&&this[_0x1d8933(0x12e)][_0x1d8933(0xe0)][_0x1d8933(0x134)](_0x2da384=>_0x2da384[_0x1d8933(0x146)](_0x381754))||(this[_0x1d8933(0x13c)][_0x1d8933(0x109)](),this[_0x1d8933(0x159)](),this[_0x1d8933(0x110)](null));});const _0xe4d49b=this[_0x451504(0x120)]instanceof _0x2f50a7?this[_0x451504(0x120)][_0x451504(0x12f)]:new _0x3e7e4e([this[_0x451504(0x120)]]);for(const _0x16a8c2 of _0xe4d49b)this[_0x451504(0x150)](_0x16a8c2);this[_0x451504(0xe1)](_0xe4d49b,_0x451504(0x14b),(_0x1df461,_0x4501b3)=>{const _0x2c672c=_0x451504;this[_0x2c672c(0xe1)](_0x4501b3,_0x2c672c(0xe3),()=>{const _0x133d31=_0x2c672c;this[_0x133d31(0x150)](_0x4501b3);});}),this[_0x451504(0xe1)](_0xe4d49b,_0x451504(0x14a),(_0x1e0560,_0x5097d4)=>{const _0x3b68b7=_0x451504;_0x5097d4[_0x3b68b7(0x152)][_0x3b68b7(0x100)](_0x3b68b7(0xf7))&&this[_0x3b68b7(0x114)](_0x5097d4[_0x3b68b7(0x152)][_0x3b68b7(0x10f)](_0x3b68b7(0xf7)));}),window[_0x451504(0xf2)](_0x451504(0xfc),this[_0x451504(0x126)]),this[_0x451504(0xe4)]();}[_0x2a122a(0x110)](_0x160b5a){const _0x55b655=_0x2a122a;if(_0x160b5a===this[_0x55b655(0x12e)])return;const _0x370122=this[_0x55b655(0x120)][_0x55b655(0x152)][_0x55b655(0x10f)](_0x1dd5d6);if(_0x370122[_0x55b655(0x158)]({'blurredAnnotation':this[_0x55b655(0x12e)],'activatedAnnotation':_0x160b5a,'disableAnimationOnActivatedAnnotation':!0x0}),_0x160b5a)_0x370122[_0x55b655(0xfb)](_0x160b5a)?this[_0x55b655(0x157)](_0x160b5a):this[_0x55b655(0x159)]();else this[_0x55b655(0x159)]();this[_0x55b655(0x12e)]=_0x160b5a;}[_0x2a122a(0x151)](){const _0x5a6059=_0x2a122a;if(!this[_0x5a6059(0x101)])throw new _0x198b67(_0x5a6059(0x137),this);this[_0x5a6059(0x110)](null);const _0x1e8468=this[_0x5a6059(0x120)][_0x5a6059(0x152)][_0x5a6059(0x10f)](_0x1dd5d6);this[_0x5a6059(0x159)](),Array[_0x5a6059(0x13e)](this[_0x5a6059(0x130)][_0x5a6059(0x14e)](),_0x5972e4=>_0x5972e4[_0x5a6059(0x13f)]()),this[_0x5a6059(0x130)][_0x5a6059(0x109)](),_0x1e8468[_0x5a6059(0x142)](this[_0x5a6059(0x138)]),this[_0x5a6059(0x107)](),this[_0x5a6059(0x108)][_0x5a6059(0x107)](),this[_0x5a6059(0x120)]instanceof _0x2f50a7&&this[_0x5a6059(0x107)](this[_0x5a6059(0x120)][_0x5a6059(0x12f)]);for(const _0x475c4a of Array[_0x5a6059(0x13e)](this[_0x5a6059(0xf6)]))this[_0x5a6059(0x114)](_0x475c4a);window[_0x5a6059(0x14d)](_0x5a6059(0xfc),this[_0x5a6059(0x126)]),this[_0x5a6059(0x126)][_0x5a6059(0x122)](),this[_0x5a6059(0xe2)]=[],this[_0x5a6059(0x101)]=!0x1,this[_0x5a6059(0x138)]=null;}[_0x2a122a(0x13f)](){const _0x2ac006=_0x2a122a;this[_0x2ac006(0x101)]&&this[_0x2ac006(0x151)](),this[_0x2ac006(0x156)][_0x2ac006(0x147)]();}[_0x2a122a(0x150)](_0x4bb8ea){const _0xfd3e98=_0x2a122a,_0x1bb9f6=_0x4bb8ea[_0xfd3e98(0x152)][_0xfd3e98(0x10f)](_0x163b42),_0x3dadd1=this[_0xfd3e98(0x120)][_0xfd3e98(0x152)][_0xfd3e98(0x10f)](_0x1dd5d6),_0x4a73bc=this[_0xfd3e98(0x138)],_0x2018d8=this[_0xfd3e98(0x135)],_0x3f1bf2=()=>{const _0x4edefa=_0xfd3e98,_0x23e33d=_0x1bb9f6[_0x4edefa(0x111)]({'annotations':this[_0x4edefa(0x138)],'activeAnnotation':this[_0x4edefa(0x12e)]});this[_0x4edefa(0x12a)](_0x23e33d),this[_0x4edefa(0x110)](_0x23e33d[0x0]||null);};this[_0xfd3e98(0xe1)](_0x1bb9f6,_0xfd3e98(0x158),_0x3f1bf2),this[_0xfd3e98(0xe1)](_0x1bb9f6,_0xfd3e98(0x133),(_0x1f653a,{isAnnotationTracked:_0x4817cd})=>{const _0x5ad4e7=_0xfd3e98;this[_0x5ad4e7(0x12e)]&&_0x4817cd(this[_0x5ad4e7(0x12e)])&&(this[_0x5ad4e7(0x12a)]([]),this[_0x5ad4e7(0x110)](null));}),this[_0xfd3e98(0xe1)](_0x1bb9f6,_0xfd3e98(0x11a),()=>{const _0xeae688=_0xfd3e98;this[_0xeae688(0x126)]();}),this[_0xfd3e98(0xe1)](_0x4a73bc,_0xfd3e98(0x133),_0x5a9c76=>{const _0x42f3b4=_0xfd3e98;_0x1bb9f6[_0x42f3b4(0x14f)]()&&_0x5a9c76[_0x42f3b4(0x136)]();},{'priority':_0xfd3e98(0xff)}),this[_0xfd3e98(0xe1)](this[_0xfd3e98(0x108)],_0xfd3e98(0x13a),(_0x246449,_0x91d0db)=>{const _0x4080af=_0xfd3e98,_0x2fa2ff=_0x91d0db[_0x4080af(0x11d)];_0x2018d8[_0x4080af(0x116)]&&_0x2018d8[_0x4080af(0x154)][_0x4080af(0x146)](_0x2fa2ff)||_0x3dadd1[_0x4080af(0x127)][_0x4080af(0x154)][_0x4080af(0x146)](_0x2fa2ff)||this[_0x4080af(0x12e)]&&_0x1bb9f6[_0x4080af(0x14f)]()&&(_0x3f1bf2(),_0x246449[_0x4080af(0x153)]=!0x0);},{'priority':_0xfd3e98(0xff)}),this[_0xfd3e98(0xf6)][_0xfd3e98(0x14b)](_0x1bb9f6);}[_0x2a122a(0x114)](_0xbcfd14){const _0x18ddd6=_0x2a122a;_0xbcfd14&&(this[_0x18ddd6(0x107)](_0xbcfd14),this[_0x18ddd6(0xf6)][_0x18ddd6(0x14a)](_0xbcfd14));}[_0x2a122a(0x12a)](_0x382190){const _0x411029=_0x2a122a;for(const _0x456b17 of this[_0x411029(0xe2)])_0x382190[_0x411029(0xf5)](_0x456b17)||this[_0x411029(0x13c)][_0x411029(0x117)](_0x456b17[_0x411029(0x127)]);this[_0x411029(0xe2)]=_0x382190;}[_0x2a122a(0xe4)](){const _0xb906a3=_0x2a122a,_0x2e37f3=this[_0xb906a3(0x135)];this[_0xb906a3(0x138)][_0xb906a3(0x11b)](),_0x2e37f3[_0xb906a3(0x116)]&&this[_0xb906a3(0x106)]();}[_0x2a122a(0x157)](_0x35cae6){const _0x31ad08=_0x2a122a;if(this[_0x31ad08(0x13c)][_0x31ad08(0x100)](_0x35cae6[_0x31ad08(0x127)]))return;const _0x2b6457=this[_0x31ad08(0x135)][_0x31ad08(0x129)][_0x31ad08(0x118)];_0x2b6457!==_0x35cae6[_0x31ad08(0x127)]?(_0x2b6457&&this[_0x31ad08(0x13b)](_0x2b6457),this[_0x31ad08(0xec)](_0x35cae6[_0x31ad08(0x127)]),this[_0x31ad08(0x135)][_0x31ad08(0x129)][_0x31ad08(0x109)](),this[_0x31ad08(0x135)][_0x31ad08(0x129)][_0x31ad08(0x14b)](_0x35cae6[_0x31ad08(0x127)]),this[_0x31ad08(0x106)]()):this[_0x31ad08(0x106)]();}[_0x2a122a(0x106)](){const _0x5b2beb=_0x2a122a,_0x234440=this[_0x5b2beb(0x135)][_0x5b2beb(0x129)][_0x5b2beb(0x118)],_0x3bb1b7=_0x234440&&this[_0x5b2beb(0x138)][_0x5b2beb(0x148)](_0x234440);if(!_0x3bb1b7||!this[_0x5b2beb(0x130)][_0x5b2beb(0x100)](_0x3bb1b7))return;const _0x4033c3=this[_0x5b2beb(0x130)][_0x5b2beb(0x10f)](_0x3bb1b7)[_0x5b2beb(0x154)],_0x5ed23e=(function(){const _0x260f25=_0x5b2beb,_0x5d93f7=_0x4e70dc[_0x260f25(0x132)];return[_0x5d93f7[_0x260f25(0x113)],_0x5d93f7[_0x260f25(0x115)],_0x5d93f7[_0x260f25(0x121)],_0x5d93f7[_0x260f25(0x105)],_0x5d93f7[_0x260f25(0x144)],_0x5d93f7[_0x260f25(0x102)]];}());this[_0x5b2beb(0x135)][_0x5b2beb(0xf3)]({'target':_0x4033c3,'positions':_0x5ed23e});}[_0x2a122a(0x159)](){const _0x2d59a0=_0x2a122a,_0xa6f2d0=this[_0x2d59a0(0x135)],_0x12e361=_0xa6f2d0[_0x2d59a0(0x129)][_0x2d59a0(0x118)];_0x12e361&&(this[_0x2d59a0(0x13b)](_0x12e361),_0xa6f2d0[_0x2d59a0(0x139)](),_0xa6f2d0[_0x2d59a0(0x129)][_0x2d59a0(0x109)]());}[_0x2a122a(0xec)](_0x2a580c){const _0x39efb9=_0x2a122a;this[_0x39efb9(0xe1)](_0x2a580c,_0x39efb9(0x10a),()=>this[_0x39efb9(0x106)]()),this[_0x39efb9(0xe1)](_0x2a580c,_0x39efb9(0xf4),(_0x2956ca,_0x1d54fc)=>{const _0x3c155a=_0x39efb9;this[_0x3c155a(0x13c)][_0x3c155a(0x14b)](_0x2a580c),this[_0x3c155a(0x159)](),_0x1d54fc();});}[_0x2a122a(0x13b)](_0x5cb091){const _0x5d567c=_0x2a122a;this[_0x5d567c(0x107)](_0x5cb091);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x308c40=_0x2cbe;function _0x2cbe(_0x58c031,_0x3f3477){const _0x2fcc3c=_0x2fcc();return _0x2cbe=function(_0x2cbefe,_0x3c1b5c){_0x2cbefe=_0x2cbefe-0x72;let _0xf67126=_0x2fcc3c[_0x2cbefe];return _0xf67126;},_0x2cbe(_0x58c031,_0x3f3477);}(function(_0x3fa564,_0x381282){const _0x326da3=_0x2cbe,_0x52c04f=_0x3fa564();while(!![]){try{const _0x4cafe6=-parseInt(_0x326da3(0xaa))/0x1*(parseInt(_0x326da3(0x8e))/0x2)+parseInt(_0x326da3(0x82))/0x3+parseInt(_0x326da3(0xa7))/0x4+parseInt(_0x326da3(0xbe))/0x5*(-parseInt(_0x326da3(0x9b))/0x6)+-parseInt(_0x326da3(0x98))/0x7+-parseInt(_0x326da3(0x93))/0x8+parseInt(_0x326da3(0xc5))/0x9;if(_0x4cafe6===_0x381282)break;else _0x52c04f['push'](_0x52c04f['shift']());}catch(_0x4b695d){_0x52c04f['push'](_0x52c04f['shift']());}}}(_0x2fcc,0x7a302));function _0x2fcc(){const _0x2ebf12=['minHeight','19374687yspXZK','_recalculate','_recalculateBuffer','_getMaxAvailableTop','sidebar-setcontainer-invalid-element','change:top','container','bind','_getItemBefore','updateHeight','_lastItem','change:targetRect','Sidebar','stopListening','set','length','bottom','top','_getTargetTop','isActive','push','135816sWtXcg','list','setContainer','context','clear','define','_detachFromContainer','_createSidebarView','_updateLastItem','_spaceBetweenItems','listenTo','content','2YSdySk','addAnnotation','_alignBeforeItem','_setItemTop','_alignForBottomChange','1367184HUBNTW','_getItemAfter','init','sidebar.preventScrollOutOfView','change:bottom','5343807WWmUio','get','refresh','6uyvfWE','class','sidebar.container','height','_activeAnnotation','target','pluginName','render','max','destroy','_attachToContainer','sidebar-attachtocontainer-missing-container','642260jUFoOy','locale','config','708011PNyQEy','element','_alignToTargetRect','_sidebarItemViewToAnnotation','_destroySidebarItemView','nodeType','appendChild','_annotations','isAnimationDisabled','last','_alignForTopChange','_alignAfterItem','delete','object','unbind','_annotationToSidebarItemView','add','_targetTop','view','getSidebarItemView','1078940eXkPoZ','change:_lastItem','getIndex','targetRect','rearrange','remove'];_0x2fcc=function(){return _0x2ebf12;};return _0x2fcc();}import{ContextPlugin as _0x4c8461}from'ckeditor5/src/core.js';import{Rect as _0xaa225e,CKEditorError as _0x54a064}from'ckeditor5/src/utils.js';import _0x4f7eff from'./view/sidebarview.js';import _0x2ba524 from'./view/sidebaritemview.js';export default class z extends _0x4c8461{static get[_0x308c40(0xa1)](){const _0x5f50ac=_0x308c40;return _0x5f50ac(0x79);}constructor(_0x5f1de7){const _0x57fb63=_0x308c40;super(_0x5f1de7),this[_0x57fb63(0x7b)](_0x57fb63(0x77),void 0x0),this[_0x57fb63(0xbc)]=this[_0x57fb63(0x89)](),this[_0x57fb63(0x7b)](_0x57fb63(0x73),null),this[_0x57fb63(0x8b)]=0x19,this[_0x57fb63(0xad)]=new Map(),this[_0x57fb63(0xb9)]=new Map(),this[_0x57fb63(0x85)][_0x57fb63(0xa9)][_0x57fb63(0x87)](_0x57fb63(0x96),!0x1),this[_0x57fb63(0xb1)]=null,this[_0x57fb63(0x9f)]=null,this[_0x57fb63(0xc7)]=[];}[_0x308c40(0x95)](){const _0x31c827=_0x308c40,_0x5ac385=this[_0x31c827(0x85)][_0x31c827(0xa9)][_0x31c827(0x99)](_0x31c827(0x9d));_0x5ac385&&this[_0x31c827(0x84)](_0x5ac385);}[_0x308c40(0x84)](_0x2e8c0c){const _0x38e38f=_0x308c40;if(!y(_0x2e8c0c))throw new _0x54a064(_0x38e38f(0xc9));this[_0x38e38f(0x73)]=_0x2e8c0c;}[_0x308c40(0xa5)]({viewClass:_0x410af6='',spaceBetweenItems:_0x194ceb=0x19}={}){const _0x503a3=_0x308c40;if(!y(this[_0x503a3(0x73)]))throw new _0x54a064(_0x503a3(0xa6),this);this[_0x503a3(0x73)][_0x503a3(0xb0)](this[_0x503a3(0xbc)][_0x503a3(0xab)]),this[_0x503a3(0xbc)][_0x503a3(0x9c)]=_0x410af6,this[_0x503a3(0x8b)]=_0x194ceb;}[_0x308c40(0xc2)]({removedAnnotation:_0x421b08,previousAnnotation:_0x704aac,nextAnnotation:_0x51baf6}){const _0x1e05e0=_0x308c40,_0x56eaab=this[_0x1e05e0(0xbd)](_0x421b08);this[_0x1e05e0(0xbc)][_0x1e05e0(0x83)][_0x1e05e0(0xc3)](_0x56eaab),this[_0x1e05e0(0xae)](_0x421b08),_0x704aac&&this[_0x1e05e0(0xac)](this[_0x1e05e0(0xbd)](_0x704aac)),_0x51baf6&&this[_0x1e05e0(0xac)](this[_0x1e05e0(0xbd)](_0x51baf6)),this[_0x1e05e0(0x8a)]();}[_0x308c40(0x9a)]({blurredAnnotation:_0x2f6bf7,activatedAnnotation:_0x1a4ecd,disableAnimationOnActivatedAnnotation:_0x19de76}){const _0x39ded2=_0x308c40;if(this[_0x39ded2(0x9f)]=_0x1a4ecd,_0x2f6bf7){_0x2f6bf7[_0x39ded2(0x80)]=!0x1;const _0x5f40a6=this[_0x39ded2(0xbd)](_0x2f6bf7);_0x5f40a6&&_0x19de76&&(_0x5f40a6[_0x39ded2(0xb2)]=!0x1);}if(_0x1a4ecd){const _0x2a37da=this[_0x39ded2(0xbd)](_0x1a4ecd);_0x2a37da&&(_0x1a4ecd[_0x39ded2(0x80)]=!0x0,_0x19de76&&(_0x2a37da[_0x39ded2(0xb2)]=!0x0,_0x2a37da[_0x39ded2(0x7e)]+=0x1),this[_0x39ded2(0xac)](_0x2a37da));}}[_0x308c40(0x88)](_0x1dadb2){const _0x2a9d08=_0x308c40;if(this[_0x2a9d08(0xbc)][_0x2a9d08(0xab)][_0x2a9d08(0xc3)](),_0x1dadb2){for(const _0x5c7c42 of _0x1dadb2)this[_0x2a9d08(0xae)](_0x5c7c42);}this[_0x2a9d08(0xbc)][_0x2a9d08(0x83)][_0x2a9d08(0x86)](),this[_0x2a9d08(0xbc)][_0x2a9d08(0x9c)]='',this[_0x2a9d08(0x77)]=null;}[_0x308c40(0x8f)](_0x1b4b1c,_0x2ae011){const _0x5528f6=_0x308c40;_0x2ae011||(_0x2ae011=_0x1b4b1c[_0x5528f6(0xbc)]);const _0x3c663d=new _0x2ba524(this[_0x5528f6(0x85)][_0x5528f6(0xa8)]);this[_0x5528f6(0xad)][_0x5528f6(0x7b)](_0x3c663d,_0x1b4b1c),this[_0x5528f6(0xb9)][_0x5528f6(0x7b)](_0x1b4b1c,_0x3c663d),_0x3c663d[_0x5528f6(0x8d)][_0x5528f6(0xba)](_0x2ae011),this[_0x5528f6(0x8c)](_0x1b4b1c[_0x5528f6(0xbc)],_0x5528f6(0x78),(_0x10074a,_0xc19f36,_0x9d5e26)=>{const _0x29a39e=_0x5528f6,_0xb17c02=this[_0x29a39e(0x7f)](_0x1b4b1c,_0x9d5e26);_0x3c663d[_0x29a39e(0xbb)]!=_0xb17c02&&(_0x3c663d[_0x29a39e(0xbb)]=_0xb17c02,this[_0x29a39e(0x91)](_0x3c663d,_0xb17c02));}),this[_0x5528f6(0x8c)](_0x3c663d,_0x5528f6(0x72),()=>{const _0x300c4a=_0x5528f6;this[_0x300c4a(0xc6)](_0x3c663d,_0x300c4a(0x7e));}),this[_0x5528f6(0x8c)](_0x3c663d,_0x5528f6(0x97),()=>{const _0x334ad0=_0x5528f6;this[_0x334ad0(0xc6)](_0x3c663d,_0x334ad0(0x7d));}),this[_0x5528f6(0xac)](_0x3c663d);const _0xd654d7=this[_0x5528f6(0x75)](_0x3c663d);if(_0xd654d7)this[_0x5528f6(0xb5)](_0xd654d7,_0x3c663d)||this[_0x5528f6(0xac)](_0x3c663d);else this[_0x5528f6(0xac)](_0x3c663d);return this[_0x5528f6(0x8a)](),this[_0x5528f6(0xbc)][_0x5528f6(0x83)][_0x5528f6(0xba)](_0x3c663d),_0x3c663d;}[_0x308c40(0xb4)](_0x52f71b){const _0x4d916f=_0x308c40;if(!_0x52f71b[_0x4d916f(0x8d)][_0x4d916f(0x7c)])return;const _0x5ee78f=this[_0x4d916f(0x75)](_0x52f71b);if(!_0x5ee78f)return;const _0x5b3972=this[_0x4d916f(0xad)][_0x4d916f(0x99)](_0x5ee78f),_0x4899ff=this[_0x4d916f(0x9f)];_0x4899ff&&_0x4899ff===_0x5b3972?this[_0x4d916f(0xb5)](_0x5ee78f,_0x52f71b):this[_0x4d916f(0x90)](_0x52f71b,_0x5ee78f);}[_0x308c40(0x92)](_0x5c9a7f){const _0x3507c3=_0x308c40;if(!_0x5c9a7f[_0x3507c3(0x8d)][_0x3507c3(0x7c)])return;const _0x56213b=this[_0x3507c3(0x94)](_0x5c9a7f);if(!_0x56213b)return;const _0x271b37=this[_0x3507c3(0xad)][_0x3507c3(0x99)](_0x56213b),_0x10190a=this[_0x3507c3(0x85)][_0x3507c3(0xa9)][_0x3507c3(0x99)](_0x3507c3(0x96)),_0x27bf8e=this[_0x3507c3(0x9f)];_0x27bf8e&&_0x27bf8e===_0x271b37&&_0x10190a?(this[_0x3507c3(0x90)](_0x56213b,_0x5c9a7f),this[_0x3507c3(0xb5)](_0x5c9a7f,_0x56213b)):_0x27bf8e&&_0x27bf8e===_0x271b37?this[_0x3507c3(0x90)](_0x56213b,_0x5c9a7f):this[_0x3507c3(0xb5)](_0x5c9a7f,_0x56213b);}[_0x308c40(0xc6)](_0x1e92f6,_0x566d19){const _0x10a5fd=_0x308c40;0x0===this[_0x10a5fd(0xc7)][_0x10a5fd(0x7c)]&&setTimeout(()=>{const _0x1ea457=_0x10a5fd;for(const {sidebarItemView:_0x43b8a9,changedProp:_0x4cabc6}of this[_0x1ea457(0xc7)])_0x1ea457(0x7e)===_0x4cabc6?this[_0x1ea457(0xb4)](_0x43b8a9):this[_0x1ea457(0x92)](_0x43b8a9);this[_0x1ea457(0xc7)]=[];},0xa),this[_0x10a5fd(0xc7)][_0x10a5fd(0x81)]({'sidebarItemView':_0x1e92f6,'changedProp':_0x566d19});}[_0x308c40(0xbd)](_0x4c4f71){const _0x2e3447=_0x308c40;return this[_0x2e3447(0xb9)][_0x2e3447(0x99)](_0x4c4f71);}[_0x308c40(0xa4)](){const _0x356b7f=_0x308c40;this[_0x356b7f(0x7a)](),this[_0x356b7f(0xbc)][_0x356b7f(0xa4)]();}[_0x308c40(0xae)](_0xb23297){const _0x478887=_0x308c40,_0x1f1b12=this[_0x478887(0xbd)](_0xb23297);this[_0x478887(0x7a)](_0x1f1b12),this[_0x478887(0x7a)](_0xb23297[_0x478887(0xbc)]),_0x1f1b12[_0x478887(0xa4)](),this[_0x478887(0xb9)][_0x478887(0xb6)](_0xb23297),this[_0x478887(0xad)][_0x478887(0xb6)](_0x1f1b12);}[_0x308c40(0x89)](){const _0x52d18f=_0x308c40,_0xcb1e1d=new _0x4f7eff(this[_0x52d18f(0x85)][_0x52d18f(0xa8)]);return _0xcb1e1d[_0x52d18f(0xa2)](),this['on'](_0x52d18f(0xbf),(_0x3d0645,_0x354929,_0x2aab21,_0x2b795f)=>{const _0x264140=_0x52d18f;_0x2b795f&&_0xcb1e1d[_0x264140(0xb8)](_0x264140(0xc4)),_0x2aab21?_0xcb1e1d[_0x264140(0x74)](_0x264140(0xc4))['to'](_0x2aab21,_0x264140(0x7d)):_0xcb1e1d[_0x264140(0xc4)]=null;}),_0xcb1e1d;}[_0x308c40(0x8a)](){const _0x5ee706=_0x308c40;var _0x1b5380;this[_0x5ee706(0x77)]=(null===(_0x1b5380=this[_0x5ee706(0xb1)])||void 0x0===_0x1b5380?void 0x0:_0x1b5380[_0x5ee706(0xb3)])?this[_0x5ee706(0xbd)](this[_0x5ee706(0xb1)][_0x5ee706(0xb3)]):null;}[_0x308c40(0x75)](_0x4491f1){const _0x2fbde0=_0x308c40;var _0x2dd4a1;const _0x59c037=this[_0x2fbde0(0xad)][_0x2fbde0(0x99)](_0x4491f1),_0x2ce801=_0x59c037&&(null===(_0x2dd4a1=this[_0x2fbde0(0xb1)])||void 0x0===_0x2dd4a1?void 0x0:_0x2dd4a1[_0x2fbde0(0x99)](this[_0x2fbde0(0xb1)][_0x2fbde0(0xc0)](_0x59c037)-0x1));return _0x2ce801&&this[_0x2fbde0(0xbd)](_0x2ce801)||null;}[_0x308c40(0x94)](_0x2bbc5a){const _0x5ac2f3=_0x308c40;var _0x35be08;const _0x946370=this[_0x5ac2f3(0xad)][_0x5ac2f3(0x99)](_0x2bbc5a),_0x5c576f=_0x946370&&(null===(_0x35be08=this[_0x5ac2f3(0xb1)])||void 0x0===_0x35be08?void 0x0:_0x35be08[_0x5ac2f3(0x99)](this[_0x5ac2f3(0xb1)][_0x5ac2f3(0xc0)](_0x946370)+0x1));return _0x5c576f&&this[_0x5ac2f3(0xbd)](_0x5c576f)||null;}[_0x308c40(0x90)](_0x4517a6,_0x58d4ac){const _0x11f85e=_0x308c40;_0x4517a6[_0x11f85e(0x76)]();const _0x5dc3d7=M(_0x58d4ac[_0x11f85e(0x7d)]+this[_0x11f85e(0x8b)],_0x4517a6[_0x11f85e(0x7e)]);return!!_0x5dc3d7&&(this[_0x11f85e(0x91)](_0x58d4ac,_0x58d4ac[_0x11f85e(0x7e)]-_0x5dc3d7),!0x0);}[_0x308c40(0xb5)](_0x5388fb,_0xc05546){const _0x47f6c5=_0x308c40;_0x5388fb[_0x47f6c5(0x76)]();const _0xb1bbb0=M(_0x5388fb[_0x47f6c5(0x7d)]+this[_0x47f6c5(0x8b)],_0xc05546[_0x47f6c5(0x7e)]);return!!_0xb1bbb0&&(this[_0x47f6c5(0x91)](_0xc05546,_0xc05546[_0x47f6c5(0x7e)]+_0xb1bbb0,!0x1),!0x0);}[_0x308c40(0xac)](_0x990398){const _0x4a6394=_0x308c40,_0x266431=this[_0x4a6394(0xad)][_0x4a6394(0x99)](_0x990398);if(!_0x266431||!_0x266431[_0x4a6394(0xa0)]||!_0x266431[_0x4a6394(0xc1)])return;const _0x46b1e1=this[_0x4a6394(0x7f)](_0x266431,_0x266431[_0x4a6394(0xc1)]);this[_0x4a6394(0x91)](_0x990398,_0x46b1e1);}[_0x308c40(0x7f)](_0x519923,_0x152c21){const _0x54ce4e=_0x308c40;if(null===_0x152c21)return 0x0;if(_0x519923[_0x54ce4e(0xa0)]instanceof _0xaa225e)return _0x152c21[_0x54ce4e(0x7e)];{const _0x5e2545=new _0xaa225e(this[_0x54ce4e(0xbc)][_0x54ce4e(0xab)])[_0x54ce4e(0x7e)];return _0x152c21[_0x54ce4e(0x7e)]-_0x5e2545;}}[_0x308c40(0x91)](_0xd5cee8,_0x191e16,_0xeccb07=this[_0x308c40(0x85)][_0x308c40(0xa9)][_0x308c40(0x99)](_0x308c40(0x96))){const _0x5722e1=_0x308c40;_0xeccb07&&(_0x191e16=Math[_0x5722e1(0xa3)](_0x191e16,this[_0x5722e1(0xc8)](_0xd5cee8))),_0xd5cee8[_0x5722e1(0x7e)]=_0x191e16;}[_0x308c40(0xc8)](_0x3b59e5){const _0x2d4f8c=_0x308c40;let _0x4b4224=this[_0x2d4f8c(0x75)](_0x3b59e5),_0x4993e1=0x0;for(;_0x4b4224;)_0x4b4224[_0x2d4f8c(0x76)](),_0x4993e1+=this[_0x2d4f8c(0x8b)]+_0x4b4224[_0x2d4f8c(0x9e)],_0x4b4224=this[_0x2d4f8c(0x75)](_0x4b4224);return _0x4993e1;}}function M(_0x590cab,_0x4574fe){const _0xfa6341=_0x308c40;return Math[_0xfa6341(0xa3)](_0x590cab-_0x4574fe,0x0);}function y(_0x2513aa){const _0x4e0e1a=_0x308c40;return null!==_0x2513aa&&_0x4e0e1a(0xb7)==typeof _0x2513aa&&0x1===_0x2513aa[_0x4e0e1a(0xaf)];}
23
+ const _0x45dd1a=_0x5ec7;(function(_0x3c9777,_0x25e890){const _0x457cbf=_0x5ec7,_0x228c88=_0x3c9777();while(!![]){try{const _0x82e6fe=parseInt(_0x457cbf(0x19e))/0x1+parseInt(_0x457cbf(0x169))/0x2+parseInt(_0x457cbf(0x189))/0x3*(parseInt(_0x457cbf(0x175))/0x4)+parseInt(_0x457cbf(0x179))/0x5*(-parseInt(_0x457cbf(0x1a0))/0x6)+-parseInt(_0x457cbf(0x167))/0x7*(-parseInt(_0x457cbf(0x1ba))/0x8)+parseInt(_0x457cbf(0x196))/0x9+parseInt(_0x457cbf(0x16e))/0xa*(-parseInt(_0x457cbf(0x165))/0xb);if(_0x82e6fe===_0x25e890)break;else _0x228c88['push'](_0x228c88['shift']());}catch(_0x5f5501){_0x228c88['push'](_0x228c88['shift']());}}}(_0x5506,0xd1146));import{ContextPlugin as _0x4f01f8}from'ckeditor5/src/core.js';import{Rect as _0x130e5b,CKEditorError as _0x28c68c}from'ckeditor5/src/utils.js';function _0x5ec7(_0x186308,_0x20a7f3){const _0x550632=_0x5506();return _0x5ec7=function(_0x5ec7ce,_0x45b0a9){_0x5ec7ce=_0x5ec7ce-0x164;let _0xd11b7b=_0x550632[_0x5ec7ce];return _0xd11b7b;},_0x5ec7(_0x186308,_0x20a7f3);}import _0x1ff289 from'./view/sidebarview.js';import _0x29398f from'./view/sidebaritemview.js';export default class z extends _0x4f01f8{static get[_0x45dd1a(0x1b5)](){const _0x52eb04=_0x45dd1a;return _0x52eb04(0x199);}constructor(_0x52ca3c){const _0x45c9dc=_0x45dd1a;super(_0x52ca3c),this[_0x45c9dc(0x1ab)](_0x45c9dc(0x19b),void 0x0),this[_0x45c9dc(0x1a6)]=this[_0x45c9dc(0x17e)](),this[_0x45c9dc(0x1ab)](_0x45c9dc(0x186),null),this[_0x45c9dc(0x178)]=0x19,this[_0x45c9dc(0x182)]=new Map(),this[_0x45c9dc(0x16a)]=new Map(),this[_0x45c9dc(0x1bc)][_0x45c9dc(0x16b)][_0x45c9dc(0x1a2)](_0x45c9dc(0x1ad),!0x1),this[_0x45c9dc(0x177)]=null,this[_0x45c9dc(0x1bb)]=null,this[_0x45c9dc(0x188)]=[];}[_0x45dd1a(0x17f)](){const _0x42d461=_0x45dd1a,_0x20b3a7=this[_0x42d461(0x1bc)][_0x42d461(0x16b)][_0x42d461(0x1af)](_0x42d461(0x1b1));_0x20b3a7&&this[_0x42d461(0x164)](_0x20b3a7);}[_0x45dd1a(0x164)](_0x889b5){const _0x52ed5e=_0x45dd1a;if(!y(_0x889b5))throw new _0x28c68c(_0x52ed5e(0x1b9));this[_0x52ed5e(0x186)]=_0x889b5;}[_0x45dd1a(0x19c)]({viewClass:_0x3884b5='',spaceBetweenItems:_0x84fb95=0x19}={}){const _0x4c4e39=_0x45dd1a;if(!y(this[_0x4c4e39(0x186)]))throw new _0x28c68c(_0x4c4e39(0x18f),this);this[_0x4c4e39(0x186)][_0x4c4e39(0x1ae)](this[_0x4c4e39(0x1a6)][_0x4c4e39(0x170)]),this[_0x4c4e39(0x1a6)][_0x4c4e39(0x19d)]=_0x3884b5,this[_0x4c4e39(0x178)]=_0x84fb95;}[_0x45dd1a(0x183)]({removedAnnotation:_0x26727f,previousAnnotation:_0x2be17d,nextAnnotation:_0x35cd3a}){const _0x3a7a46=_0x45dd1a,_0x17af4d=this[_0x3a7a46(0x181)](_0x26727f);this[_0x3a7a46(0x1a6)][_0x3a7a46(0x194)][_0x3a7a46(0x18d)](_0x17af4d),this[_0x3a7a46(0x1a5)](_0x26727f),_0x2be17d&&this[_0x3a7a46(0x193)](this[_0x3a7a46(0x181)](_0x2be17d)),_0x35cd3a&&this[_0x3a7a46(0x193)](this[_0x3a7a46(0x181)](_0x35cd3a)),this[_0x3a7a46(0x198)]();}[_0x45dd1a(0x174)]({blurredAnnotation:_0x23b981,activatedAnnotation:_0x17a8ba,disableAnimationOnActivatedAnnotation:_0x2c9183}){const _0x3676e4=_0x45dd1a;if(this[_0x3676e4(0x1bb)]=_0x17a8ba,_0x23b981){_0x23b981[_0x3676e4(0x18b)]=!0x1;const _0x12e68a=this[_0x3676e4(0x181)](_0x23b981);_0x12e68a&&_0x2c9183&&(_0x12e68a[_0x3676e4(0x172)]=!0x1);}if(_0x17a8ba){const _0x2e7272=this[_0x3676e4(0x181)](_0x17a8ba);_0x2e7272&&(_0x17a8ba[_0x3676e4(0x18b)]=!0x0,_0x2c9183&&(_0x2e7272[_0x3676e4(0x172)]=!0x0,_0x2e7272[_0x3676e4(0x1b0)]+=0x1),this[_0x3676e4(0x193)](_0x2e7272));}}[_0x45dd1a(0x1a4)](_0x462875){const _0x45518f=_0x45dd1a;if(this[_0x45518f(0x1a6)][_0x45518f(0x170)][_0x45518f(0x18d)](),_0x462875){for(const _0x57fe99 of _0x462875)this[_0x45518f(0x1a5)](_0x57fe99);}this[_0x45518f(0x1a6)][_0x45518f(0x194)][_0x45518f(0x1bd)](),this[_0x45518f(0x1a6)][_0x45518f(0x19d)]='',this[_0x45518f(0x19b)]=null;}[_0x45dd1a(0x16c)](_0x4ae083,_0x5ea739){const _0x839ab0=_0x45dd1a;_0x5ea739||(_0x5ea739=_0x4ae083[_0x839ab0(0x1a6)]);const _0x7250ec=new _0x29398f(this[_0x839ab0(0x1bc)][_0x839ab0(0x166)]);this[_0x839ab0(0x182)][_0x839ab0(0x1ab)](_0x7250ec,_0x4ae083),this[_0x839ab0(0x16a)][_0x839ab0(0x1ab)](_0x4ae083,_0x7250ec),_0x7250ec[_0x839ab0(0x1a3)][_0x839ab0(0x1b6)](_0x5ea739),this[_0x839ab0(0x1b2)](_0x4ae083[_0x839ab0(0x1a6)],_0x839ab0(0x187),(_0x74a7ad,_0x7c938c,_0x580f73)=>{const _0x3d71a4=_0x839ab0,_0x4356a2=this[_0x3d71a4(0x1aa)](_0x4ae083,_0x580f73);_0x7250ec[_0x3d71a4(0x192)]!=_0x4356a2&&(_0x7250ec[_0x3d71a4(0x192)]=_0x4356a2,this[_0x3d71a4(0x17d)](_0x7250ec,_0x4356a2));}),this[_0x839ab0(0x1b2)](_0x7250ec,_0x839ab0(0x173),()=>{const _0x42ca1a=_0x839ab0;this[_0x42ca1a(0x1a1)](_0x7250ec,_0x42ca1a(0x1b0));}),this[_0x839ab0(0x1b2)](_0x7250ec,_0x839ab0(0x171),()=>{const _0x141f9d=_0x839ab0;this[_0x141f9d(0x1a1)](_0x7250ec,_0x141f9d(0x18c));}),this[_0x839ab0(0x193)](_0x7250ec);const _0x5673e1=this[_0x839ab0(0x1b8)](_0x7250ec);if(_0x5673e1)this[_0x839ab0(0x1a8)](_0x5673e1,_0x7250ec)||this[_0x839ab0(0x193)](_0x7250ec);else this[_0x839ab0(0x193)](_0x7250ec);return this[_0x839ab0(0x198)](),this[_0x839ab0(0x1a6)][_0x839ab0(0x194)][_0x839ab0(0x1b6)](_0x7250ec),_0x7250ec;}[_0x45dd1a(0x1a9)](_0x5a24b1){const _0xd973fc=_0x45dd1a;if(!_0x5a24b1[_0xd973fc(0x1a3)][_0xd973fc(0x185)])return;const _0x286ff8=this[_0xd973fc(0x1b8)](_0x5a24b1);if(!_0x286ff8)return;const _0x305495=this[_0xd973fc(0x182)][_0xd973fc(0x1af)](_0x286ff8),_0x2d2739=this[_0xd973fc(0x1bb)];_0x2d2739&&_0x2d2739===_0x305495?this[_0xd973fc(0x1a8)](_0x286ff8,_0x5a24b1):this[_0xd973fc(0x17b)](_0x5a24b1,_0x286ff8);}[_0x45dd1a(0x16d)](_0x4aef1c){const _0x6d0b68=_0x45dd1a;if(!_0x4aef1c[_0x6d0b68(0x1a3)][_0x6d0b68(0x185)])return;const _0x45bd75=this[_0x6d0b68(0x18e)](_0x4aef1c);if(!_0x45bd75)return;const _0x410438=this[_0x6d0b68(0x182)][_0x6d0b68(0x1af)](_0x45bd75),_0x5d5391=this[_0x6d0b68(0x1bc)][_0x6d0b68(0x16b)][_0x6d0b68(0x1af)](_0x6d0b68(0x1ad)),_0x4327b2=this[_0x6d0b68(0x1bb)];_0x4327b2&&_0x4327b2===_0x410438&&_0x5d5391?(this[_0x6d0b68(0x17b)](_0x45bd75,_0x4aef1c),this[_0x6d0b68(0x1a8)](_0x4aef1c,_0x45bd75)):_0x4327b2&&_0x4327b2===_0x410438?this[_0x6d0b68(0x17b)](_0x45bd75,_0x4aef1c):this[_0x6d0b68(0x1a8)](_0x4aef1c,_0x45bd75);}[_0x45dd1a(0x1a1)](_0x4140cb,_0x31ca76){const _0x66bf5b=_0x45dd1a;0x0===this[_0x66bf5b(0x188)][_0x66bf5b(0x185)]&&setTimeout(()=>{const _0x5b09a7=_0x66bf5b;for(const {sidebarItemView:_0x3b7009,changedProp:_0xec875}of this[_0x5b09a7(0x188)])_0x5b09a7(0x1b0)===_0xec875?this[_0x5b09a7(0x1a9)](_0x3b7009):this[_0x5b09a7(0x16d)](_0x3b7009);this[_0x5b09a7(0x188)]=[];},0xa),this[_0x66bf5b(0x188)][_0x66bf5b(0x180)]({'sidebarItemView':_0x4140cb,'changedProp':_0x31ca76});}[_0x45dd1a(0x181)](_0xcf9e0d){const _0x369358=_0x45dd1a;return this[_0x369358(0x16a)][_0x369358(0x1af)](_0xcf9e0d);}[_0x45dd1a(0x18a)](){const _0x16e42a=_0x45dd1a;this[_0x16e42a(0x1a7)](),this[_0x16e42a(0x1a6)][_0x16e42a(0x18a)]();}[_0x45dd1a(0x1a5)](_0x20e706){const _0x1ef985=_0x45dd1a,_0x12a0ce=this[_0x1ef985(0x181)](_0x20e706);this[_0x1ef985(0x1a7)](_0x12a0ce),this[_0x1ef985(0x1a7)](_0x20e706[_0x1ef985(0x1a6)]),_0x12a0ce[_0x1ef985(0x18a)](),this[_0x1ef985(0x16a)][_0x1ef985(0x1b4)](_0x20e706),this[_0x1ef985(0x182)][_0x1ef985(0x1b4)](_0x12a0ce);}[_0x45dd1a(0x17e)](){const _0x35dbce=_0x45dd1a,_0x5eeb32=new _0x1ff289(this[_0x35dbce(0x1bc)][_0x35dbce(0x166)]);return _0x5eeb32[_0x35dbce(0x17c)](),this['on'](_0x35dbce(0x176),(_0x58fc7b,_0x4ba73b,_0x19c253,_0x5c6d8e)=>{const _0xb2d9d5=_0x35dbce;_0x5c6d8e&&_0x5eeb32[_0xb2d9d5(0x1ac)](_0xb2d9d5(0x190)),_0x19c253?_0x5eeb32[_0xb2d9d5(0x197)](_0xb2d9d5(0x190))['to'](_0x19c253,_0xb2d9d5(0x18c)):_0x5eeb32[_0xb2d9d5(0x190)]=null;}),_0x5eeb32;}[_0x45dd1a(0x198)](){const _0x57c3ef=_0x45dd1a;var _0x339445;this[_0x57c3ef(0x19b)]=(null===(_0x339445=this[_0x57c3ef(0x177)])||void 0x0===_0x339445?void 0x0:_0x339445[_0x57c3ef(0x195)])?this[_0x57c3ef(0x181)](this[_0x57c3ef(0x177)][_0x57c3ef(0x195)]):null;}[_0x45dd1a(0x1b8)](_0x486f6c){const _0x52557b=_0x45dd1a;var _0x345e9b;const _0x22f024=this[_0x52557b(0x182)][_0x52557b(0x1af)](_0x486f6c),_0x2375eb=_0x22f024&&(null===(_0x345e9b=this[_0x52557b(0x177)])||void 0x0===_0x345e9b?void 0x0:_0x345e9b[_0x52557b(0x1af)](this[_0x52557b(0x177)][_0x52557b(0x191)](_0x22f024)-0x1));return _0x2375eb&&this[_0x52557b(0x181)](_0x2375eb)||null;}[_0x45dd1a(0x18e)](_0x3c10b2){const _0x288147=_0x45dd1a;var _0x13ff0a;const _0x3c776d=this[_0x288147(0x182)][_0x288147(0x1af)](_0x3c10b2),_0x332f1a=_0x3c776d&&(null===(_0x13ff0a=this[_0x288147(0x177)])||void 0x0===_0x13ff0a?void 0x0:_0x13ff0a[_0x288147(0x1af)](this[_0x288147(0x177)][_0x288147(0x191)](_0x3c776d)+0x1));return _0x332f1a&&this[_0x288147(0x181)](_0x332f1a)||null;}[_0x45dd1a(0x17b)](_0x3d1e90,_0x17c6d9){const _0x5f33d9=_0x45dd1a;_0x3d1e90[_0x5f33d9(0x19a)]();const _0x4c6bb0=M(_0x17c6d9[_0x5f33d9(0x18c)]+this[_0x5f33d9(0x178)],_0x3d1e90[_0x5f33d9(0x1b0)]);return!!_0x4c6bb0&&(this[_0x5f33d9(0x17d)](_0x17c6d9,_0x17c6d9[_0x5f33d9(0x1b0)]-_0x4c6bb0),!0x0);}[_0x45dd1a(0x1a8)](_0x222e07,_0x2f3679){const _0x169e24=_0x45dd1a;_0x222e07[_0x169e24(0x19a)]();const _0x44c9d8=M(_0x222e07[_0x169e24(0x18c)]+this[_0x169e24(0x178)],_0x2f3679[_0x169e24(0x1b0)]);return!!_0x44c9d8&&(this[_0x169e24(0x17d)](_0x2f3679,_0x2f3679[_0x169e24(0x1b0)]+_0x44c9d8,!0x1),!0x0);}[_0x45dd1a(0x193)](_0x59d50f){const _0x55882a=_0x45dd1a,_0x415aa6=this[_0x55882a(0x182)][_0x55882a(0x1af)](_0x59d50f);if(!_0x415aa6||!_0x415aa6[_0x55882a(0x17a)]||!_0x415aa6[_0x55882a(0x16f)])return;const _0x1f6c97=this[_0x55882a(0x1aa)](_0x415aa6,_0x415aa6[_0x55882a(0x16f)]);this[_0x55882a(0x17d)](_0x59d50f,_0x1f6c97);}[_0x45dd1a(0x1aa)](_0x484a4b,_0x1acd5c){const _0x5bb4ea=_0x45dd1a;if(null===_0x1acd5c)return 0x0;if(_0x484a4b[_0x5bb4ea(0x17a)]instanceof _0x130e5b)return _0x1acd5c[_0x5bb4ea(0x1b0)];{const _0x2838ea=new _0x130e5b(this[_0x5bb4ea(0x1a6)][_0x5bb4ea(0x170)])[_0x5bb4ea(0x1b0)];return _0x1acd5c[_0x5bb4ea(0x1b0)]-_0x2838ea;}}[_0x45dd1a(0x17d)](_0x5c6e1a,_0x4a4ccf,_0x65757f=this[_0x45dd1a(0x1bc)][_0x45dd1a(0x16b)][_0x45dd1a(0x1af)](_0x45dd1a(0x1ad))){const _0x28c482=_0x45dd1a;_0x65757f&&(_0x4a4ccf=Math[_0x28c482(0x168)](_0x4a4ccf,this[_0x28c482(0x184)](_0x5c6e1a))),_0x5c6e1a[_0x28c482(0x1b0)]=_0x4a4ccf;}[_0x45dd1a(0x184)](_0x5cbf4e){const _0x137543=_0x45dd1a;let _0x4bda6a=this[_0x137543(0x1b8)](_0x5cbf4e),_0xc9acff=0x0;for(;_0x4bda6a;)_0x4bda6a[_0x137543(0x19a)](),_0xc9acff+=this[_0x137543(0x178)]+_0x4bda6a[_0x137543(0x1b3)],_0x4bda6a=this[_0x137543(0x1b8)](_0x4bda6a);return _0xc9acff;}}function _0x5506(){const _0x1bf657=['_sidebarItemViewToAnnotation','rearrange','_getMaxAvailableTop','length','container','change:targetRect','_recalculateBuffer','4948050yyUyIM','destroy','isActive','bottom','remove','_getItemAfter','sidebar-attachtocontainer-missing-container','minHeight','getIndex','_targetTop','_alignToTargetRect','list','last','10881729NBTTLS','bind','_updateLastItem','Sidebar','updateHeight','_lastItem','_attachToContainer','class','1242753sFQZxZ','object','17826RAzuCN','_recalculate','define','content','_detachFromContainer','_destroySidebarItemView','view','stopListening','_alignAfterItem','_alignForTopChange','_getTargetTop','set','unbind','sidebar.preventScrollOutOfView','appendChild','get','top','sidebar.container','listenTo','height','delete','pluginName','add','nodeType','_getItemBefore','sidebar-setcontainer-invalid-element','8EaDzhN','_activeAnnotation','context','clear','setContainer','11TTZDzh','locale','11304139iLAJcv','max','3015166MWZcgu','_annotationToSidebarItemView','config','addAnnotation','_alignForBottomChange','52590710MNJveW','targetRect','element','change:bottom','isAnimationDisabled','change:top','refresh','4gfIvDZ','change:_lastItem','_annotations','_spaceBetweenItems','1865VCgNph','target','_alignBeforeItem','render','_setItemTop','_createSidebarView','init','push','getSidebarItemView'];_0x5506=function(){return _0x1bf657;};return _0x5506();}function M(_0x797a0e,_0x1bc6c1){const _0xb27362=_0x45dd1a;return Math[_0xb27362(0x168)](_0x797a0e-_0x1bc6c1,0x0);}function y(_0x1d4218){const _0x28f156=_0x45dd1a;return null!==_0x1d4218&&_0x28f156(0x19f)==typeof _0x1d4218&&0x1===_0x1d4218[_0x28f156(0x1b7)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4100(){const _0x871f79=['_badge','26678GAiWeF','...','extendTemplate','5RRqXDD','ck-annotation-counter__badge--edit-mode','9290eIMvll','toString','isDirty','ck-annotation-counter','62176lobXcq','span','number','9321320lPgQrJ','9183566KQUAAd','11iPrqoL','1791nreQBF','annotationType','144yrysDt','bind','bindTemplate','counterView','16827338NuhyQX','ck-annotation-counter__badge--','children','5400942ylyZzw','add','setTemplate','icon','ck-annotation-counter__badge','set'];_0x4100=function(){return _0x871f79;};return _0x4100();}(function(_0x10e431,_0x2ec9d9){const _0x3da875=_0x4656,_0x50f83d=_0x10e431();while(!![]){try{const _0x502d1d=parseInt(_0x3da875(0x17d))/0x1*(-parseInt(_0x3da875(0x18e))/0x2)+parseInt(_0x3da875(0x180))/0x3*(parseInt(_0x3da875(0x178))/0x4)+-parseInt(_0x3da875(0x191))/0x5*(-parseInt(_0x3da875(0x187))/0x6)+-parseInt(_0x3da875(0x17c))/0x7+-parseInt(_0x3da875(0x17b))/0x8+parseInt(_0x3da875(0x17e))/0x9*(parseInt(_0x3da875(0x193))/0xa)+parseInt(_0x3da875(0x184))/0xb;if(_0x502d1d===_0x2ec9d9)break;else _0x50f83d['push'](_0x50f83d['shift']());}catch(_0x3c4e1c){_0x50f83d['push'](_0x50f83d['shift']());}}}(_0x4100,0xb3f2a));import{ButtonView as _0x3861bd,View as _0x509930}from'ckeditor5/src/ui.js';import _0x3aa881 from'../../../theme/icons/add-comment.svg';function _0x4656(_0x31e37c,_0x55184c){const _0x4100fc=_0x4100();return _0x4656=function(_0x465680,_0x58bc37){_0x465680=_0x465680-0x175;let _0x15a223=_0x4100fc[_0x465680];return _0x15a223;},_0x4656(_0x31e37c,_0x55184c);}export default class D extends _0x3861bd{constructor(_0x359437){const _0x158e65=_0x4656;super(_0x359437);const _0x3acdd5=this[_0x158e65(0x182)];this[_0x158e65(0x18c)](_0x158e65(0x176),!0x1),this[_0x158e65(0x18c)](_0x158e65(0x17a),0x0),this[_0x158e65(0x181)](_0x158e65(0x18d))['to'](this,_0x158e65(0x176),this,_0x158e65(0x17a),(_0x44d1a3,_0x203ca5)=>_0x44d1a3?_0x158e65(0x18f):_0x203ca5[_0x158e65(0x175)]()),this[_0x158e65(0x18c)](_0x158e65(0x17f),''),this[_0x158e65(0x18a)]=_0x3aa881,this[_0x158e65(0x190)]({'attributes':{'class':[_0x158e65(0x177)]}}),this[_0x158e65(0x183)]=new _0x509930(),this[_0x158e65(0x183)][_0x158e65(0x189)]({'tag':_0x158e65(0x179),'attributes':{'class':[_0x158e65(0x18b),_0x3acdd5['to'](_0x158e65(0x17f),_0xfc7d92=>_0x158e65(0x185)+_0xfc7d92),_0x3acdd5['if'](_0x158e65(0x176),_0x158e65(0x192))]},'children':[{'text':_0x3acdd5['to'](_0x158e65(0x18d))}]}),this[_0x158e65(0x186)][_0x158e65(0x188)](this[_0x158e65(0x183)]);}}
23
+ (function(_0x6ae827,_0x1660b1){const _0x4cd7c6=_0x4104,_0x2bf1e1=_0x6ae827();while(!![]){try{const _0x4ab74c=-parseInt(_0x4cd7c6(0xf0))/0x1*(parseInt(_0x4cd7c6(0xf4))/0x2)+-parseInt(_0x4cd7c6(0xed))/0x3*(-parseInt(_0x4cd7c6(0xfe))/0x4)+parseInt(_0x4cd7c6(0xe8))/0x5+parseInt(_0x4cd7c6(0x104))/0x6*(parseInt(_0x4cd7c6(0xef))/0x7)+-parseInt(_0x4cd7c6(0xe7))/0x8*(parseInt(_0x4cd7c6(0xf5))/0x9)+parseInt(_0x4cd7c6(0xfb))/0xa+-parseInt(_0x4cd7c6(0xf8))/0xb;if(_0x4ab74c===_0x1660b1)break;else _0x2bf1e1['push'](_0x2bf1e1['shift']());}catch(_0x1c45aa){_0x2bf1e1['push'](_0x2bf1e1['shift']());}}}(_0x2e7b,0x6227c));import{ButtonView as _0xa4dc0e,View as _0x40e12d}from'ckeditor5/src/ui.js';import _0x9a4cf6 from'../../../theme/icons/add-comment.svg';function _0x2e7b(){const _0x1e3365=['number','1469958uUqoyG','148147AzVkah','...','set','bindTemplate','6MNlJfp','27lTLLHs','isDirty','icon','6985649vuNHzM','add','counterView','2487300IDTDLQ','toString','annotationType','344856VkpyWV','span','ck-annotation-counter__badge--','extendTemplate','ck-annotation-counter__badge--edit-mode','children','12kwziNb','_badge','183376DRLdfD','3976890uXJWCW','ck-annotation-counter__badge','ck-annotation-counter','setTemplate','bind','3FTknbR'];_0x2e7b=function(){return _0x1e3365;};return _0x2e7b();}function _0x4104(_0x2043bd,_0x34a8b2){const _0x2e7bf2=_0x2e7b();return _0x4104=function(_0x410481,_0x28b863){_0x410481=_0x410481-0xe7;let _0xa6fc31=_0x2e7bf2[_0x410481];return _0xa6fc31;},_0x4104(_0x2043bd,_0x34a8b2);}export default class D extends _0xa4dc0e{constructor(_0x2d58f6){const _0x2e0150=_0x4104;super(_0x2d58f6);const _0x38b9f3=this[_0x2e0150(0xf3)];this[_0x2e0150(0xf2)](_0x2e0150(0xf6),!0x1),this[_0x2e0150(0xf2)](_0x2e0150(0xee),0x0),this[_0x2e0150(0xec)](_0x2e0150(0x105))['to'](this,_0x2e0150(0xf6),this,_0x2e0150(0xee),(_0x1c4f42,_0x4817c8)=>_0x1c4f42?_0x2e0150(0xf1):_0x4817c8[_0x2e0150(0xfc)]()),this[_0x2e0150(0xf2)](_0x2e0150(0xfd),''),this[_0x2e0150(0xf7)]=_0x9a4cf6,this[_0x2e0150(0x101)]({'attributes':{'class':[_0x2e0150(0xea)]}}),this[_0x2e0150(0xfa)]=new _0x40e12d(),this[_0x2e0150(0xfa)][_0x2e0150(0xeb)]({'tag':_0x2e0150(0xff),'attributes':{'class':[_0x2e0150(0xe9),_0x38b9f3['to'](_0x2e0150(0xfd),_0x5d1cdf=>_0x2e0150(0x100)+_0x5d1cdf),_0x38b9f3['if'](_0x2e0150(0xf6),_0x2e0150(0x102))]},'children':[{'text':_0x38b9f3['to'](_0x2e0150(0x105))}]}),this[_0x2e0150(0x103)][_0x2e0150(0xf9)](this[_0x2e0150(0xfa)]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2439d3=_0x48b3;(function(_0x317679,_0x261569){const _0xe85b3d=_0x48b3,_0x45023d=_0x317679();while(!![]){try{const _0xbb1e7b=parseInt(_0xe85b3d(0x12a))/0x1*(-parseInt(_0xe85b3d(0x11b))/0x2)+parseInt(_0xe85b3d(0x10f))/0x3*(-parseInt(_0xe85b3d(0x128))/0x4)+-parseInt(_0xe85b3d(0x10b))/0x5+parseInt(_0xe85b3d(0x10c))/0x6*(parseInt(_0xe85b3d(0x122))/0x7)+parseInt(_0xe85b3d(0x121))/0x8+-parseInt(_0xe85b3d(0x123))/0x9*(parseInt(_0xe85b3d(0x106))/0xa)+-parseInt(_0xe85b3d(0x103))/0xb*(-parseInt(_0xe85b3d(0x117))/0xc);if(_0xbb1e7b===_0x261569)break;else _0x45023d['push'](_0x45023d['shift']());}catch(_0x195c44){_0x45023d['push'](_0x45023d['shift']());}}}(_0x3746,0x9407b));function _0x3746(){const _0x4038f5=['117HrdyxO','focusTracker','listenTo','keystrokes','height','95909fPNTBe','content','_mutationObserver','2057350nFLhqI','clientHeight','mainView','render','div','3080445TcrnEw','509478tCASld','isDirty','createCollection','1689465nMseHj','length','bindTemplate','_updateHeight','setTemplate','type','destroy','ck-rounded-corners','2364fniNNK','ck-annotation-wrapper--active','add','fire','5142JdRtNO','isActive','focus','element','set','Esc','4345904FGIgbU','49QBszzT','9dTOlTY','targetRect','clear','attach','detach','8Ixmknl','ck-annotation-wrapper'];_0x3746=function(){return _0x4038f5;};return _0x3746();}import{View as _0x3105b0}from'ckeditor5/src/ui.js';import{FocusTracker as _0x59a805,KeystrokeHandler as _0x24aafe,uid as _0x3a432f}from'ckeditor5/src/utils.js';function _0x48b3(_0x1bf0f9,_0x25d8e2){const _0x3746fb=_0x3746();return _0x48b3=function(_0x48b3d8,_0x50b7b9){_0x48b3d8=_0x48b3d8-0xff;let _0x410dd4=_0x3746fb[_0x48b3d8];return _0x410dd4;},_0x48b3(_0x1bf0f9,_0x25d8e2);}import _0x2d45fc from'../../utils/createmutationobserver.js';import'../../../theme/annotation.css';export default class V extends _0x3105b0{constructor(_0x3a5718,_0x15eab9){const _0x4991bc=_0x48b3;super(_0x3a5718),this['id']=_0x3a432f(),this[_0x4991bc(0xff)]=new _0x59a805(),this[_0x4991bc(0x101)]=new _0x24aafe(),this[_0x4991bc(0x101)][_0x4991bc(0x11f)](_0x4991bc(0x120),(_0x2303fa,_0xb80b2c)=>this[_0x4991bc(0x11a)](_0x4991bc(0x120),_0xb80b2c)),this[_0x4991bc(0x11f)](_0x4991bc(0x124),{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this[_0x4991bc(0x11f)](_0x4991bc(0x102),0x0),this[_0x4991bc(0x11f)](_0x4991bc(0x11c),!0x1),this[_0x4991bc(0x11f)](_0x4991bc(0x10d),!0x1),this[_0x4991bc(0x11f)](_0x4991bc(0x110),0x0),this[_0x4991bc(0x11f)](_0x4991bc(0x114),''),this[_0x4991bc(0x105)]=_0x2d45fc(()=>this[_0x4991bc(0x112)]()),this[_0x4991bc(0x104)]=this[_0x4991bc(0x10e)](),this[_0x4991bc(0x104)][_0x4991bc(0x119)](_0x15eab9),this[_0x4991bc(0x108)]=_0x15eab9;const _0x3b1825=this[_0x4991bc(0x111)];this[_0x4991bc(0x113)]({'tag':_0x4991bc(0x10a),'attributes':{'class':['ck',_0x4991bc(0x129),_0x4991bc(0x116),_0x3b1825['if'](_0x4991bc(0x11c),_0x4991bc(0x118))],'tabindex':-0x1},'children':this[_0x4991bc(0x104)]});}[_0x2439d3(0x109)](){const _0x1dcae1=_0x2439d3;super[_0x1dcae1(0x109)](),this[_0x1dcae1(0xff)][_0x1dcae1(0x119)](this[_0x1dcae1(0x11e)]),this[_0x1dcae1(0x101)][_0x1dcae1(0x100)](this[_0x1dcae1(0x11e)]),this[_0x1dcae1(0x105)][_0x1dcae1(0x126)](this[_0x1dcae1(0x11e)]);}[_0x2439d3(0x115)](){const _0x591bcd=_0x2439d3;this[_0x591bcd(0x104)][_0x591bcd(0x125)](),this[_0x591bcd(0x101)][_0x591bcd(0x115)](),this[_0x591bcd(0xff)][_0x591bcd(0x115)](),this[_0x591bcd(0x105)][_0x591bcd(0x127)](),super[_0x591bcd(0x115)]();}[_0x2439d3(0x11d)](){const _0x3af614=_0x2439d3;this[_0x3af614(0x11e)][_0x3af614(0x11d)]();}[_0x2439d3(0x112)](){const _0x443579=_0x2439d3,_0x486f7e=this[_0x443579(0x11e)][_0x443579(0x107)];_0x486f7e&&(this[_0x443579(0x102)]=_0x486f7e);}}
23
+ const _0x5d9c98=_0x3704;function _0x1e1c(){const _0x42b1c2=['destroy','isActive','ck-rounded-corners','7986153sKgjas','content','Esc','fire','_updateHeight','2525580uLXMZD','height','clear','targetRect','element','set','listenTo','32TITbOC','ck-annotation-wrapper','setTemplate','bindTemplate','div','isDirty','keystrokes','length','clientHeight','39498mIVAYh','mainView','focusTracker','ck-annotation-wrapper--active','attach','focus','createCollection','render','add','5574204FxUJKF','266848IAXhIR','detach','612438nALTsV','type','_mutationObserver','119485irEKIt','100MInhCp'];_0x1e1c=function(){return _0x42b1c2;};return _0x1e1c();}(function(_0x54a9e8,_0x2e7aee){const _0x103420=_0x3704,_0x2649fa=_0x54a9e8();while(!![]){try{const _0xa3ab0c=parseInt(_0x103420(0x1e6))/0x1+-parseInt(_0x103420(0x1e8))/0x2+parseInt(_0x103420(0x205))/0x3*(-parseInt(_0x103420(0x1ec))/0x4)+parseInt(_0x103420(0x1eb))/0x5+parseInt(_0x103420(0x1e5))/0x6+parseInt(_0x103420(0x1f0))/0x7+parseInt(_0x103420(0x1fc))/0x8*(-parseInt(_0x103420(0x1f5))/0x9);if(_0xa3ab0c===_0x2e7aee)break;else _0x2649fa['push'](_0x2649fa['shift']());}catch(_0xa567e9){_0x2649fa['push'](_0x2649fa['shift']());}}}(_0x1e1c,0x932b9));import{View as _0x59f1e4}from'ckeditor5/src/ui.js';import{FocusTracker as _0x38eced,KeystrokeHandler as _0x2b491a,uid as _0x217138}from'ckeditor5/src/utils.js';import _0x27ac6f from'../../utils/createmutationobserver.js';function _0x3704(_0x3d23f7,_0x5aae69){const _0x1e1c38=_0x1e1c();return _0x3704=function(_0x3704d9,_0x32f1a3){_0x3704d9=_0x3704d9-0x1e2;let _0x5fbf24=_0x1e1c38[_0x3704d9];return _0x5fbf24;},_0x3704(_0x3d23f7,_0x5aae69);}import'../../../theme/annotation.css';export default class V extends _0x59f1e4{constructor(_0x31a314,_0x1c41c1){const _0x4605bb=_0x3704;super(_0x31a314),this['id']=_0x217138(),this[_0x4605bb(0x207)]=new _0x38eced(),this[_0x4605bb(0x202)]=new _0x2b491a(),this[_0x4605bb(0x202)][_0x4605bb(0x1fa)](_0x4605bb(0x1f2),(_0x540579,_0x3e2b4e)=>this[_0x4605bb(0x1f3)](_0x4605bb(0x1f2),_0x3e2b4e)),this[_0x4605bb(0x1fa)](_0x4605bb(0x1f8),{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this[_0x4605bb(0x1fa)](_0x4605bb(0x1f6),0x0),this[_0x4605bb(0x1fa)](_0x4605bb(0x1ee),!0x1),this[_0x4605bb(0x1fa)](_0x4605bb(0x201),!0x1),this[_0x4605bb(0x1fa)](_0x4605bb(0x203),0x0),this[_0x4605bb(0x1fa)](_0x4605bb(0x1e9),''),this[_0x4605bb(0x1ea)]=_0x27ac6f(()=>this[_0x4605bb(0x1f4)]()),this[_0x4605bb(0x1f1)]=this[_0x4605bb(0x1e2)](),this[_0x4605bb(0x1f1)][_0x4605bb(0x1e4)](_0x1c41c1),this[_0x4605bb(0x206)]=_0x1c41c1;const _0x3b77ec=this[_0x4605bb(0x1ff)];this[_0x4605bb(0x1fe)]({'tag':_0x4605bb(0x200),'attributes':{'class':['ck',_0x4605bb(0x1fd),_0x4605bb(0x1ef),_0x3b77ec['if'](_0x4605bb(0x1ee),_0x4605bb(0x208))],'tabindex':-0x1},'children':this[_0x4605bb(0x1f1)]});}[_0x5d9c98(0x1e3)](){const _0x48e38e=_0x5d9c98;super[_0x48e38e(0x1e3)](),this[_0x48e38e(0x207)][_0x48e38e(0x1e4)](this[_0x48e38e(0x1f9)]),this[_0x48e38e(0x202)][_0x48e38e(0x1fb)](this[_0x48e38e(0x1f9)]),this[_0x48e38e(0x1ea)][_0x48e38e(0x209)](this[_0x48e38e(0x1f9)]);}[_0x5d9c98(0x1ed)](){const _0x5e3f60=_0x5d9c98;this[_0x5e3f60(0x1f1)][_0x5e3f60(0x1f7)](),this[_0x5e3f60(0x202)][_0x5e3f60(0x1ed)](),this[_0x5e3f60(0x207)][_0x5e3f60(0x1ed)](),this[_0x5e3f60(0x1ea)][_0x5e3f60(0x1e7)](),super[_0x5e3f60(0x1ed)]();}[_0x5d9c98(0x20a)](){const _0x4eedf5=_0x5d9c98;this[_0x4eedf5(0x1f9)][_0x4eedf5(0x20a)]();}[_0x5d9c98(0x1f4)](){const _0x17d100=_0x5d9c98,_0x47b9c7=this[_0x17d100(0x1f9)][_0x17d100(0x204)];_0x47b9c7&&(this[_0x17d100(0x1f6)]=_0x47b9c7);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x246c2d=_0x2089;(function(_0x4e33b5,_0x239cca){const _0x536e01=_0x2089,_0x483a23=_0x4e33b5();while(!![]){try{const _0x31f81d=-parseInt(_0x536e01(0xdb))/0x1*(parseInt(_0x536e01(0xda))/0x2)+parseInt(_0x536e01(0xc5))/0x3*(parseInt(_0x536e01(0xdf))/0x4)+parseInt(_0x536e01(0xd9))/0x5+-parseInt(_0x536e01(0xe3))/0x6+-parseInt(_0x536e01(0xd7))/0x7*(parseInt(_0x536e01(0xe0))/0x8)+parseInt(_0x536e01(0xe1))/0x9*(parseInt(_0x536e01(0xc6))/0xa)+parseInt(_0x536e01(0xca))/0xb;if(_0x31f81d===_0x239cca)break;else _0x483a23['push'](_0x483a23['shift']());}catch(_0x13c3d6){_0x483a23['push'](_0x483a23['shift']());}}}(_0x3f02,0xb3b2d));import{View as _0x40cfa9}from'ckeditor5/src/ui.js';import{toUnit as _0x192946}from'ckeditor5/src/utils.js';import _0x376d86 from'../../utils/createmutationobserver.js';const qt=_0x192946('px');function _0x2089(_0x5c91ea,_0x2cd6b4){const _0x3f02a0=_0x3f02();return _0x2089=function(_0x208977,_0x1f891e){_0x208977=_0x208977-0xc2;let _0x5ae95f=_0x3f02a0[_0x208977];return _0x5ae95f;},_0x2089(_0x5c91ea,_0x2cd6b4);}function _0x3f02(){const _0x24d6e9=['208313KJzVQS','isAnimationDisabled','1114480KPMoWk','6LrsohW','481997UZuqbj','ck-sidebar-item--no-animation','bind','createCollection','88dvwSSw','136xJruaL','9zpMrRX','_targetTop','7887306uQqSZq','content','bottom','ck-sidebar-item','67629ZosAaD','11523100SYSoah','top','bindTemplate','setTemplate','23444718dMeuxS','div','clear','attach','set','render','element','destroy','detach','_mutationObserver','height','updateHeight','clientHeight'];_0x3f02=function(){return _0x24d6e9;};return _0x3f02();}export default class C extends _0x40cfa9{constructor(_0x1488de){const _0x4f38d4=_0x2089;super(_0x1488de),this[_0x4f38d4(0xce)](_0x4f38d4(0xc7),0x0),this[_0x4f38d4(0xce)](_0x4f38d4(0xd4),0x0),this[_0x4f38d4(0xdd)](_0x4f38d4(0xc3))['to'](this,_0x4f38d4(0xc7),this,_0x4f38d4(0xd4),(_0x2e0525,_0x142f44)=>_0x2e0525+_0x142f44),this[_0x4f38d4(0xce)](_0x4f38d4(0xd8),!0x1),this[_0x4f38d4(0xd3)]=_0x376d86(()=>this[_0x4f38d4(0xd5)]()),this[_0x4f38d4(0xe2)]=null,this[_0x4f38d4(0xc2)]=this[_0x4f38d4(0xde)]();const _0x3c256a=this[_0x4f38d4(0xc8)];this[_0x4f38d4(0xc9)]({'tag':_0x4f38d4(0xcb),'attributes':{'class':[_0x4f38d4(0xc4),_0x3c256a['to'](_0x4f38d4(0xd8),_0x19f53d=>_0x19f53d?_0x4f38d4(0xdc):'')],'style':{'top':_0x3c256a['to'](_0x4f38d4(0xc7),_0x20473a=>qt(_0x20473a))}},'children':this[_0x4f38d4(0xc2)]});}[_0x246c2d(0xcf)](){const _0x1c8472=_0x246c2d;super[_0x1c8472(0xcf)](),this[_0x1c8472(0xd3)][_0x1c8472(0xcd)](this[_0x1c8472(0xd0)]);}[_0x246c2d(0xd5)](){const _0x2749e8=_0x246c2d,_0x31731b=this[_0x2749e8(0xd0)][_0x2749e8(0xd6)];_0x31731b&&(this[_0x2749e8(0xd4)]=_0x31731b);}[_0x246c2d(0xd1)](){const _0x2baa36=_0x246c2d;this[_0x2baa36(0xc2)][_0x2baa36(0xcc)](),this[_0x2baa36(0xd3)][_0x2baa36(0xd2)](),super[_0x2baa36(0xd1)]();}}
23
+ const _0x9ca4e=_0x4d22;(function(_0x4b797c,_0x54d482){const _0x5add6f=_0x4d22,_0x3de791=_0x4b797c();while(!![]){try{const _0x41f7b6=-parseInt(_0x5add6f(0x103))/0x1+parseInt(_0x5add6f(0x105))/0x2*(-parseInt(_0x5add6f(0xf9))/0x3)+-parseInt(_0x5add6f(0xfe))/0x4*(-parseInt(_0x5add6f(0xf2))/0x5)+-parseInt(_0x5add6f(0x102))/0x6*(-parseInt(_0x5add6f(0xf8))/0x7)+parseInt(_0x5add6f(0xef))/0x8*(-parseInt(_0x5add6f(0xf5))/0x9)+-parseInt(_0x5add6f(0xf4))/0xa+parseInt(_0x5add6f(0xfd))/0xb;if(_0x41f7b6===_0x54d482)break;else _0x3de791['push'](_0x3de791['shift']());}catch(_0x1c8253){_0x3de791['push'](_0x3de791['shift']());}}}(_0xb92d,0xdd53a));import{View as _0x48e2c2}from'ckeditor5/src/ui.js';function _0xb92d(){const _0x1eec26=['height','31624YUzDNg','content','attach','5ZbNgPO','top','4817210ttRSpR','3924YsQTKo','set','bottom','2925181foWQxt','1262898OhHaUy','div','clientHeight','clear','30767649OWEXUg','6011504DfiFdN','updateHeight','element','ck-sidebar-item--no-animation','18PCUYcK','1599869sdBgxC','ck-sidebar-item','4Gzlgtk','_targetTop','createCollection','detach','bindTemplate','bind','render','isAnimationDisabled','destroy','setTemplate','_mutationObserver'];_0xb92d=function(){return _0x1eec26;};return _0xb92d();}function _0x4d22(_0x9ed45d,_0x294fe8){const _0xb92d59=_0xb92d();return _0x4d22=function(_0x4d226a,_0x35df36){_0x4d226a=_0x4d226a-0xeb;let _0x45c78d=_0xb92d59[_0x4d226a];return _0x45c78d;},_0x4d22(_0x9ed45d,_0x294fe8);}import{toUnit as _0x340799}from'ckeditor5/src/utils.js';import _0x290031 from'../../utils/createmutationobserver.js';const qt=_0x340799('px');export default class C extends _0x48e2c2{constructor(_0x2ad47a){const _0x238405=_0x4d22;super(_0x2ad47a),this[_0x238405(0xf6)](_0x238405(0xf3),0x0),this[_0x238405(0xf6)](_0x238405(0xee),0x0),this[_0x238405(0x10a)](_0x238405(0xf7))['to'](this,_0x238405(0xf3),this,_0x238405(0xee),(_0x319961,_0x59f69d)=>_0x319961+_0x59f69d),this[_0x238405(0xf6)](_0x238405(0x10c),!0x1),this[_0x238405(0xed)]=_0x290031(()=>this[_0x238405(0xff)]()),this[_0x238405(0x106)]=null,this[_0x238405(0xf0)]=this[_0x238405(0x107)]();const _0x347380=this[_0x238405(0x109)];this[_0x238405(0xec)]({'tag':_0x238405(0xfa),'attributes':{'class':[_0x238405(0x104),_0x347380['to'](_0x238405(0x10c),_0x5d45c0=>_0x5d45c0?_0x238405(0x101):'')],'style':{'top':_0x347380['to'](_0x238405(0xf3),_0x144210=>qt(_0x144210))}},'children':this[_0x238405(0xf0)]});}[_0x9ca4e(0x10b)](){const _0xdb7c73=_0x9ca4e;super[_0xdb7c73(0x10b)](),this[_0xdb7c73(0xed)][_0xdb7c73(0xf1)](this[_0xdb7c73(0x100)]);}[_0x9ca4e(0xff)](){const _0x1e6ce4=_0x9ca4e,_0x54a5e2=this[_0x1e6ce4(0x100)][_0x1e6ce4(0xfb)];_0x54a5e2&&(this[_0x1e6ce4(0xee)]=_0x54a5e2);}[_0x9ca4e(0xeb)](){const _0x574740=_0x9ca4e;this[_0x574740(0xf0)][_0x574740(0xfc)](),this[_0x574740(0xed)][_0x574740(0x108)](),super[_0x574740(0xeb)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x4c2106,_0x111bae){const _0x22c2f7=_0x193d,_0x3ee96c=_0x4c2106();while(!![]){try{const _0x3da4e4=-parseInt(_0x22c2f7(0x157))/0x1*(parseInt(_0x22c2f7(0x14b))/0x2)+parseInt(_0x22c2f7(0x148))/0x3+parseInt(_0x22c2f7(0x156))/0x4+parseInt(_0x22c2f7(0x14f))/0x5+parseInt(_0x22c2f7(0x14c))/0x6+-parseInt(_0x22c2f7(0x152))/0x7+-parseInt(_0x22c2f7(0x154))/0x8;if(_0x3da4e4===_0x111bae)break;else _0x3ee96c['push'](_0x3ee96c['shift']());}catch(_0x4ca26c){_0x3ee96c['push'](_0x3ee96c['shift']());}}}(_0xa55c,0x64c53));import{View as _0x519939}from'ckeditor5/src/ui.js';import{toUnit as _0x34c31d}from'ckeditor5/src/utils.js';import'../../../theme/sidebar.css';function _0xa55c(){const _0x193a5c=['6244816PHFuag','minHeight','2129320SnXEaf','1ofJnlR','ck-sidebar','bindTemplate','list','1078893barIsH','number','set','481540kqvkDM','1647684xnOjfI','div','createCollection','1772195kFyMiw','ck-reset','class','608209HDrLYj','setTemplate'];_0xa55c=function(){return _0x193a5c;};return _0xa55c();}function _0x193d(_0xaef8b9,_0x13e645){const _0xa55cee=_0xa55c();return _0x193d=function(_0x193d2d,_0x14a21b){_0x193d2d=_0x193d2d-0x145;let _0x451127=_0xa55cee[_0x193d2d];return _0x451127;},_0x193d(_0xaef8b9,_0x13e645);}const qt=_0x34c31d('px');export default class T extends _0x519939{constructor(_0x1b85ff){const _0x2a978b=_0x193d;super(_0x1b85ff);const _0x3fcfe1=this[_0x2a978b(0x146)];this[_0x2a978b(0x14a)](_0x2a978b(0x155),0x0),this[_0x2a978b(0x14a)](_0x2a978b(0x151),''),this[_0x2a978b(0x147)]=this[_0x2a978b(0x14e)](),this[_0x2a978b(0x153)]({'tag':_0x2a978b(0x14d),'attributes':{'class':['ck',_0x2a978b(0x145),_0x2a978b(0x150),_0x3fcfe1['to'](_0x2a978b(0x151))],'style':{'minHeight':_0x3fcfe1['to'](_0x2a978b(0x155),_0x1fccf4=>_0x2a978b(0x149)==typeof _0x1fccf4?qt(_0x1fccf4+0xa):null)}},'children':this[_0x2a978b(0x147)]});}}
23
+ (function(_0x572385,_0x491d5f){const _0x4c9ec0=_0x157f,_0x49d443=_0x572385();while(!![]){try{const _0x5ebd0f=-parseInt(_0x4c9ec0(0x8f))/0x1*(parseInt(_0x4c9ec0(0x89))/0x2)+parseInt(_0x4c9ec0(0x88))/0x3+parseInt(_0x4c9ec0(0x95))/0x4*(parseInt(_0x4c9ec0(0x90))/0x5)+-parseInt(_0x4c9ec0(0x8d))/0x6+-parseInt(_0x4c9ec0(0x93))/0x7*(-parseInt(_0x4c9ec0(0x92))/0x8)+-parseInt(_0x4c9ec0(0x8e))/0x9*(parseInt(_0x4c9ec0(0x85))/0xa)+parseInt(_0x4c9ec0(0x91))/0xb;if(_0x5ebd0f===_0x491d5f)break;else _0x49d443['push'](_0x49d443['shift']());}catch(_0x18b96e){_0x49d443['push'](_0x49d443['shift']());}}}(_0x20b2,0xae534));import{View as _0x5543b9}from'ckeditor5/src/ui.js';import{toUnit as _0x2dbe78}from'ckeditor5/src/utils.js';function _0x157f(_0x3e6adc,_0x543f32){const _0x20b2bd=_0x20b2();return _0x157f=function(_0x157f70,_0xb2275b){_0x157f70=_0x157f70-0x82;let _0x1b7e5b=_0x20b2bd[_0x157f70];return _0x1b7e5b;},_0x157f(_0x3e6adc,_0x543f32);}import'../../../theme/sidebar.css';const qt=_0x2dbe78('px');function _0x20b2(){const _0x5e2426=['createCollection','ck-reset','2958636yFzGTL','721422mdmQhJ','1080614ndeelE','100FbftPF','2014430bKpSaj','216WpfVDb','298501tSNBTN','bindTemplate','148276urjwge','setTemplate','minHeight','div','ck-sidebar','set','140ADeNTU','number','list','4002291PnweMA','2SMVQeI','class'];_0x20b2=function(){return _0x5e2426;};return _0x20b2();}export default class T extends _0x5543b9{constructor(_0x28053f){const _0x39891b=_0x157f;super(_0x28053f);const _0x196901=this[_0x39891b(0x94)];this[_0x39891b(0x84)](_0x39891b(0x97),0x0),this[_0x39891b(0x84)](_0x39891b(0x8a),''),this[_0x39891b(0x87)]=this[_0x39891b(0x8b)](),this[_0x39891b(0x96)]({'tag':_0x39891b(0x82),'attributes':{'class':['ck',_0x39891b(0x83),_0x39891b(0x8c),_0x196901['to'](_0x39891b(0x8a))],'style':{'minHeight':_0x196901['to'](_0x39891b(0x97),_0x1fdc3c=>_0x39891b(0x86)==typeof _0x1fdc3c?qt(_0x1fdc3c+0xa):null)}},'children':this[_0x39891b(0x87)]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x11f3bd=_0x52bb;(function(_0x9a8e9c,_0x46c8a8){const _0x444105=_0x52bb,_0xfd489f=_0x9a8e9c();while(!![]){try{const _0x18a442=-parseInt(_0x444105(0x1ad))/0x1*(parseInt(_0x444105(0x177))/0x2)+-parseInt(_0x444105(0x182))/0x3*(-parseInt(_0x444105(0x16c))/0x4)+-parseInt(_0x444105(0x1a8))/0x5+-parseInt(_0x444105(0x171))/0x6*(-parseInt(_0x444105(0x175))/0x7)+parseInt(_0x444105(0x18d))/0x8*(parseInt(_0x444105(0x185))/0x9)+-parseInt(_0x444105(0x1a0))/0xa+-parseInt(_0x444105(0x187))/0xb*(-parseInt(_0x444105(0x1a7))/0xc);if(_0x18a442===_0x46c8a8)break;else _0xfd489f['push'](_0xfd489f['shift']());}catch(_0x5bc052){_0xfd489f['push'](_0xfd489f['shift']());}}}(_0x414b,0xb0cdc));import{ContextPlugin as _0x280c52,Context as _0x424f32}from'ckeditor5/src/core.js';import _0x488ba1 from'./annotationsuis.js';import _0x32a2ad from'./sidebar.js';import{CKEditorError as _0x4aca3b,Collection as _0x1d1e56}from'ckeditor5/src/utils.js';import{debounce as _0x5db1a0}from'lodash-es';function _0x414b(){const _0x5d4a14=['requires','addAnnotation','uiUpdate','isAttached','8idUwnb','add','switchTo','widesidebar-detach-not-attached','destroy','from','stop','_attachToContainer','high','widesidebar-attach-already-attached','pluginName','_editorAnnotations','_destroyEditorAnnotationsIntegration','activeAnnotation','register','editors','container','listenTo','init','1097440OtWHbi','rearrange','has','hasDomSelection','wideSidebar','_detachFromContainer','change:container','156HvAObp','6136445SxygjI','removeEventListener','set:container','annotations','plugins','4339wgPWgG','blur','remove','context','off','76520JpqSoA','refresh','refreshPositioning','ready','attach','3258lGVqxT','stopListening','_integrateWithEditorAnnotations','resize','8309mjUziS','WideSidebar','532fJrsVV','setActiveAnnotation','addEventListener','detach','get','_refreshPositioningDebounced','_annotations','_activeAnnotation','cancel','focus','set','102LdFWtx','updateTargetRect','getOrderedSelectedAnnotations','7952922nmzgLh','ck-sidebar--wide','877272IAQYSD','EditorAnnotations'];_0x414b=function(){return _0x5d4a14;};return _0x414b();}function _0x52bb(_0x37d137,_0x448de5){const _0x414b0d=_0x414b();return _0x52bb=function(_0x52bbae,_0x2ea9c5){_0x52bbae=_0x52bbae-0x16a;let _0x1d1ad6=_0x414b0d[_0x52bbae];return _0x1d1ad6;},_0x52bb(_0x37d137,_0x448de5);}import _0x4b9fbd from'./editorannotations.js';export default class n extends _0x280c52{static get[_0x11f3bd(0x189)](){return[_0x32a2ad,_0x488ba1];}static get[_0x11f3bd(0x197)](){const _0x1b4213=_0x11f3bd;return _0x1b4213(0x176);}constructor(_0x320f7c){const _0x2088a1=_0x11f3bd;super(_0x320f7c),this[_0x2088a1(0x18c)]=!0x1,this[_0x2088a1(0x181)](_0x2088a1(0x19a),null),this[_0x2088a1(0x1ab)]=null,this[_0x2088a1(0x198)]=new _0x1d1e56(),this[_0x2088a1(0x17c)]=_0x5db1a0(()=>{const _0x532c3=_0x2088a1;this[_0x532c3(0x1ab)][_0x532c3(0x16e)]();},0xfa,{'leading':!0x1});}[_0x11f3bd(0x19f)](){const _0x5265d2=_0x11f3bd,_0x59dbe0=this[_0x5265d2(0x16a)][_0x5265d2(0x1ac)][_0x5265d2(0x17b)](_0x488ba1),_0x1b4370=this[_0x5265d2(0x16a)][_0x5265d2(0x1ac)][_0x5265d2(0x17b)](_0x32a2ad);_0x59dbe0[_0x5265d2(0x19b)](_0x5265d2(0x1a4),this),_0x1b4370[_0x5265d2(0x19d)]&&_0x59dbe0[_0x5265d2(0x18f)](_0x5265d2(0x1a4));}[_0x11f3bd(0x178)](_0xde7f08){const _0x2a1857=_0x11f3bd;if(_0xde7f08===this[_0x2a1857(0x19a)])return;const _0x2ea363=this[_0x2a1857(0x16a)][_0x2a1857(0x1ac)][_0x2a1857(0x17b)](_0x32a2ad);_0x2ea363[_0x2a1857(0x17e)]=_0xde7f08;const _0x48f979=this[_0x2a1857(0x19a)];this[_0x2a1857(0x19a)]=_0xde7f08,_0x2ea363[_0x2a1857(0x16d)]({'blurredAnnotation':_0x48f979,'activatedAnnotation':this[_0x2a1857(0x19a)]});}[_0x11f3bd(0x170)](_0x581c40){const _0x1653d6=_0x11f3bd;this[_0x1653d6(0x1ab)]=_0x581c40;const _0x2c393d=this[_0x1653d6(0x16a)][_0x1653d6(0x1ac)][_0x1653d6(0x17b)](_0x32a2ad);if(_0x2c393d[_0x1653d6(0x17d)]=_0x581c40,this[_0x1653d6(0x18c)])throw new _0x4aca3b(_0x1653d6(0x196),this);this[_0x1653d6(0x18c)]=!0x0,this[_0x1653d6(0x19e)](_0x2c393d,_0x1653d6(0x1aa),()=>{const _0x29e0c9=_0x1653d6;this[_0x29e0c9(0x17a)](),this[_0x29e0c9(0x19e)](_0x2c393d,_0x29e0c9(0x1a6),_0x1750a4=>{const _0x55fcd3=_0x29e0c9;_0x1750a4[_0x55fcd3(0x16b)](),this[_0x55fcd3(0x170)](_0x581c40);});}),_0x2c393d[_0x1653d6(0x194)]({'viewClass':_0x1653d6(0x186)});const _0x3f3f8b=_0x5e9775=>{const _0x1c1ac4=_0x1653d6;_0x5e9775[_0x1c1ac4(0x183)](),_0x2c393d[_0x1c1ac4(0x18a)](_0x5e9775);};for(const _0x317d3f of _0x581c40)_0x3f3f8b(_0x317d3f);this[_0x1653d6(0x19e)](_0x581c40,_0x1653d6(0x18e),(_0x42b23c,_0x130f0b)=>{_0x3f3f8b(_0x130f0b);}),this[_0x1653d6(0x19e)](_0x581c40,_0x1653d6(0x1af),(_0x2e805d,_0x526d69,_0x3d8184)=>{const _0x358295=_0x1653d6;_0x2c393d[_0x358295(0x1a1)]({'removedAnnotation':_0x526d69,'previousAnnotation':_0x581c40[_0x358295(0x17b)](_0x3d8184-0x1),'nextAnnotation':_0x581c40[_0x358295(0x17b)](_0x3d8184+0x1)}),_0x526d69===this[_0x358295(0x19a)]&&this[_0x358295(0x178)](null);},{'priority':_0x1653d6(0x195)}),this[_0x1653d6(0x19e)](_0x581c40,_0x1653d6(0x180),(_0x4093b5,_0x2fda13)=>{const _0x11202e=_0x1653d6;this[_0x11202e(0x178)](_0x2fda13);}),this[_0x1653d6(0x19e)](_0x581c40,_0x1653d6(0x1ae),()=>{const _0x1a632e=_0x1653d6;this[_0x1a632e(0x178)](null);});const _0x30838f=this[_0x1653d6(0x16a)]instanceof _0x424f32?this[_0x1653d6(0x16a)][_0x1653d6(0x19c)]:new _0x1d1e56([this[_0x1653d6(0x16a)]]);for(const _0xb0cb1c of _0x30838f)this[_0x1653d6(0x173)](_0xb0cb1c);this[_0x1653d6(0x19e)](_0x30838f,_0x1653d6(0x18e),(_0x4deeca,_0x153eca)=>{const _0xa46fd1=_0x1653d6;this[_0xa46fd1(0x19e)](_0x153eca,_0xa46fd1(0x16f),()=>{const _0x184d1b=_0xa46fd1;this[_0x184d1b(0x173)](_0x153eca);});}),this[_0x1653d6(0x19e)](_0x30838f,_0x1653d6(0x1af),(_0x3de16f,_0x37db91)=>{const _0x28b7ba=_0x1653d6;_0x37db91[_0x28b7ba(0x1ac)][_0x28b7ba(0x1a2)](_0x28b7ba(0x188))&&this[_0x28b7ba(0x199)](_0x37db91[_0x28b7ba(0x1ac)][_0x28b7ba(0x17b)](_0x28b7ba(0x188)));}),window[_0x1653d6(0x179)](_0x1653d6(0x174),this[_0x1653d6(0x17c)]),this[_0x1653d6(0x1ab)][_0x1653d6(0x16e)]();}[_0x11f3bd(0x17a)](){const _0x248c8f=_0x11f3bd;if(!this[_0x248c8f(0x18c)])throw new _0x4aca3b(_0x248c8f(0x190),this);this[_0x248c8f(0x178)](null);const _0x497daa=this[_0x248c8f(0x16a)][_0x248c8f(0x1ac)][_0x248c8f(0x17b)](_0x32a2ad);_0x497daa[_0x248c8f(0x1a5)](this[_0x248c8f(0x1ab)]),this[_0x248c8f(0x172)](_0x497daa),this[_0x248c8f(0x172)](this[_0x248c8f(0x1ab)]),this[_0x248c8f(0x16a)]instanceof _0x424f32&&this[_0x248c8f(0x172)](this[_0x248c8f(0x16a)][_0x248c8f(0x19c)]);for(const _0x475558 of Array[_0x248c8f(0x192)](this[_0x248c8f(0x198)]))this[_0x248c8f(0x199)](_0x475558);window[_0x248c8f(0x1a9)](_0x248c8f(0x174),this[_0x248c8f(0x17c)]),this[_0x248c8f(0x17c)][_0x248c8f(0x17f)](),this[_0x248c8f(0x19a)]=null,this[_0x248c8f(0x18c)]=!0x1,this[_0x248c8f(0x1ab)]=null;}[_0x11f3bd(0x191)](){const _0x4d202f=_0x11f3bd;this[_0x4d202f(0x18c)]&&this[_0x4d202f(0x17a)]();}[_0x11f3bd(0x173)](_0x2543aa){const _0x3bdc37=_0x11f3bd,_0x2fdb9a=_0x2543aa[_0x3bdc37(0x1ac)][_0x3bdc37(0x17b)](_0x4b9fbd);if(!_0x2fdb9a)return;const _0x9bfc17=()=>{const _0x30d37c=_0x3bdc37,_0x1ad3e0=_0x2fdb9a[_0x30d37c(0x184)]({'annotations':this[_0x30d37c(0x1ab)],'activeAnnotation':this[_0x30d37c(0x19a)]});this[_0x30d37c(0x178)](_0x1ad3e0[0x0]||null);};this[_0x3bdc37(0x19e)](_0x2fdb9a,_0x3bdc37(0x16d),_0x9bfc17),this[_0x3bdc37(0x19e)](_0x2fdb9a,_0x3bdc37(0x1ae),(_0x131d82,{isAnnotationTracked:_0x32c0d3})=>{const _0x571f88=_0x3bdc37;this[_0x571f88(0x19a)]&&_0x32c0d3(this[_0x571f88(0x19a)])&&this[_0x571f88(0x178)](null);}),this[_0x3bdc37(0x19e)](_0x2fdb9a,_0x3bdc37(0x18b),()=>{const _0x4f6cfc=_0x3bdc37;this[_0x4f6cfc(0x17c)]();}),this[_0x3bdc37(0x19e)](this[_0x3bdc37(0x1ab)],_0x3bdc37(0x1ae),_0x16df67=>{const _0x31ac33=_0x3bdc37;_0x2fdb9a[_0x31ac33(0x1a3)]()&&(_0x9bfc17(),_0x16df67[_0x31ac33(0x193)]());},{'priority':_0x3bdc37(0x195)}),this[_0x3bdc37(0x198)][_0x3bdc37(0x18e)](_0x2fdb9a);}[_0x11f3bd(0x199)](_0xb0e352){const _0x5277ee=_0x11f3bd;this[_0x5277ee(0x172)](_0xb0e352),this[_0x5277ee(0x198)][_0x5277ee(0x1af)](_0xb0e352);}}
23
+ const _0x5410aa=_0x8f74;(function(_0x42e4ab,_0xa3c6c0){const _0x599dea=_0x8f74,_0x33233e=_0x42e4ab();while(!![]){try{const _0xc9f69e=parseInt(_0x599dea(0x1af))/0x1+parseInt(_0x599dea(0x1b6))/0x2*(-parseInt(_0x599dea(0x1cc))/0x3)+parseInt(_0x599dea(0x1d1))/0x4+-parseInt(_0x599dea(0x1ba))/0x5+parseInt(_0x599dea(0x1d4))/0x6+parseInt(_0x599dea(0x1bf))/0x7+-parseInt(_0x599dea(0x1c1))/0x8;if(_0xc9f69e===_0xa3c6c0)break;else _0x33233e['push'](_0x33233e['shift']());}catch(_0x250021){_0x33233e['push'](_0x33233e['shift']());}}}(_0x47ae,0x21d47));function _0x47ae(){const _0x27b1a1=['editors','uiUpdate','set:container','_attachToContainer','_destroyEditorAnnotationsIntegration','isAttached','_integrateWithEditorAnnotations','requires','from','resize','_activeAnnotation','init','186455WUYVsu','addEventListener','ready','widesidebar-detach-not-attached','off','context','remove','558EGDEsM','attach','blur','switchTo','1066265QfMKrk','register','setActiveAnnotation','stopListening','WideSidebar','1660771cSUXQy','_editorAnnotations','1996936hXcAix','ck-sidebar--wide','wideSidebar','has','set','_refreshPositioningDebounced','high','EditorAnnotations','cancel','annotations','pluginName','1923pGCtAv','listenTo','container','refreshPositioning','_annotations','612824rqUbQP','activeAnnotation','add','1220172wUBTHo','focus','rearrange','plugins','change:container','updateTargetRect','stop','refresh','_detachFromContainer','removeEventListener','detach','getOrderedSelectedAnnotations','destroy','addAnnotation','get','widesidebar-attach-already-attached','hasDomSelection'];_0x47ae=function(){return _0x27b1a1;};return _0x47ae();}function _0x8f74(_0x4ae597,_0x34887d){const _0x47ae46=_0x47ae();return _0x8f74=function(_0x8f7469,_0x3bd028){_0x8f7469=_0x8f7469-0x198;let _0x51d2b2=_0x47ae46[_0x8f7469];return _0x51d2b2;},_0x8f74(_0x4ae597,_0x34887d);}import{ContextPlugin as _0x42e921,Context as _0x253900}from'ckeditor5/src/core.js';import _0x4e9372 from'./annotationsuis.js';import _0x4d6c5d from'./sidebar.js';import{CKEditorError as _0xea2d87,Collection as _0x1e6262}from'ckeditor5/src/utils.js';import{debounce as _0x5e67b2}from'lodash-es';import _0x4c41ba from'./editorannotations.js';export default class n extends _0x42e921{static get[_0x5410aa(0x1aa)](){return[_0x4d6c5d,_0x4e9372];}static get[_0x5410aa(0x1cb)](){const _0x29cf47=_0x5410aa;return _0x29cf47(0x1be);}constructor(_0x3625ab){const _0x560710=_0x5410aa;super(_0x3625ab),this[_0x560710(0x1a8)]=!0x1,this[_0x560710(0x1c5)](_0x560710(0x1d2),null),this[_0x560710(0x1ca)]=null,this[_0x560710(0x1c0)]=new _0x1e6262(),this[_0x560710(0x1c6)]=_0x5e67b2(()=>{const _0x306fda=_0x560710;this[_0x306fda(0x1ca)][_0x306fda(0x1cf)]();},0xfa,{'leading':!0x1});}[_0x5410aa(0x1ae)](){const _0x456c37=_0x5410aa,_0x58cf26=this[_0x456c37(0x1b4)][_0x456c37(0x1d7)][_0x456c37(0x1a0)](_0x4e9372),_0x1db71a=this[_0x456c37(0x1b4)][_0x456c37(0x1d7)][_0x456c37(0x1a0)](_0x4d6c5d);_0x58cf26[_0x456c37(0x1bb)](_0x456c37(0x1c3),this),_0x1db71a[_0x456c37(0x1ce)]&&_0x58cf26[_0x456c37(0x1b9)](_0x456c37(0x1c3));}[_0x5410aa(0x1bc)](_0x4fd154){const _0x4fbab1=_0x5410aa;if(_0x4fd154===this[_0x4fbab1(0x1d2)])return;const _0x4cb18c=this[_0x4fbab1(0x1b4)][_0x4fbab1(0x1d7)][_0x4fbab1(0x1a0)](_0x4d6c5d);_0x4cb18c[_0x4fbab1(0x1ad)]=_0x4fd154;const _0x3a9fe3=this[_0x4fbab1(0x1d2)];this[_0x4fbab1(0x1d2)]=_0x4fd154,_0x4cb18c[_0x4fbab1(0x199)]({'blurredAnnotation':_0x3a9fe3,'activatedAnnotation':this[_0x4fbab1(0x1d2)]});}[_0x5410aa(0x1b7)](_0x4078df){const _0x2950d4=_0x5410aa;this[_0x2950d4(0x1ca)]=_0x4078df;const _0xee073f=this[_0x2950d4(0x1b4)][_0x2950d4(0x1d7)][_0x2950d4(0x1a0)](_0x4d6c5d);if(_0xee073f[_0x2950d4(0x1d0)]=_0x4078df,this[_0x2950d4(0x1a8)])throw new _0xea2d87(_0x2950d4(0x1a1),this);this[_0x2950d4(0x1a8)]=!0x0,this[_0x2950d4(0x1cd)](_0xee073f,_0x2950d4(0x1a5),()=>{const _0x39f2cb=_0x2950d4;this[_0x39f2cb(0x19c)](),this[_0x39f2cb(0x1cd)](_0xee073f,_0x39f2cb(0x1d8),_0x365ddd=>{const _0x2fa246=_0x39f2cb;_0x365ddd[_0x2fa246(0x1b3)](),this[_0x2fa246(0x1b7)](_0x4078df);});}),_0xee073f[_0x2950d4(0x1a6)]({'viewClass':_0x2950d4(0x1c2)});const _0x788961=_0x4cfe1c=>{const _0x4309dc=_0x2950d4;_0x4cfe1c[_0x4309dc(0x1d9)](),_0xee073f[_0x4309dc(0x19f)](_0x4cfe1c);};for(const _0x193b82 of _0x4078df)_0x788961(_0x193b82);this[_0x2950d4(0x1cd)](_0x4078df,_0x2950d4(0x1d3),(_0x2d0f13,_0x3df40c)=>{_0x788961(_0x3df40c);}),this[_0x2950d4(0x1cd)](_0x4078df,_0x2950d4(0x1b5),(_0xb7644d,_0x271e9f,_0x584254)=>{const _0x160aad=_0x2950d4;_0xee073f[_0x160aad(0x1d6)]({'removedAnnotation':_0x271e9f,'previousAnnotation':_0x4078df[_0x160aad(0x1a0)](_0x584254-0x1),'nextAnnotation':_0x4078df[_0x160aad(0x1a0)](_0x584254+0x1)}),_0x271e9f===this[_0x160aad(0x1d2)]&&this[_0x160aad(0x1bc)](null);},{'priority':_0x2950d4(0x1c7)}),this[_0x2950d4(0x1cd)](_0x4078df,_0x2950d4(0x1d5),(_0x1d8743,_0x5732fa)=>{const _0x2ee861=_0x2950d4;this[_0x2ee861(0x1bc)](_0x5732fa);}),this[_0x2950d4(0x1cd)](_0x4078df,_0x2950d4(0x1b8),()=>{const _0x36ec5f=_0x2950d4;this[_0x36ec5f(0x1bc)](null);});const _0x31f6f7=this[_0x2950d4(0x1b4)]instanceof _0x253900?this[_0x2950d4(0x1b4)][_0x2950d4(0x1a3)]:new _0x1e6262([this[_0x2950d4(0x1b4)]]);for(const _0x185ddd of _0x31f6f7)this[_0x2950d4(0x1a9)](_0x185ddd);this[_0x2950d4(0x1cd)](_0x31f6f7,_0x2950d4(0x1d3),(_0x55c090,_0x597d8e)=>{const _0x23c1f0=_0x2950d4;this[_0x23c1f0(0x1cd)](_0x597d8e,_0x23c1f0(0x1b1),()=>{const _0x282f44=_0x23c1f0;this[_0x282f44(0x1a9)](_0x597d8e);});}),this[_0x2950d4(0x1cd)](_0x31f6f7,_0x2950d4(0x1b5),(_0x54fdbb,_0x5ca806)=>{const _0x231a8b=_0x2950d4;_0x5ca806[_0x231a8b(0x1d7)][_0x231a8b(0x1c4)](_0x231a8b(0x1c8))&&this[_0x231a8b(0x1a7)](_0x5ca806[_0x231a8b(0x1d7)][_0x231a8b(0x1a0)](_0x231a8b(0x1c8)));}),window[_0x2950d4(0x1b0)](_0x2950d4(0x1ac),this[_0x2950d4(0x1c6)]),this[_0x2950d4(0x1ca)][_0x2950d4(0x1cf)]();}[_0x5410aa(0x19c)](){const _0x1671de=_0x5410aa;if(!this[_0x1671de(0x1a8)])throw new _0xea2d87(_0x1671de(0x1b2),this);this[_0x1671de(0x1bc)](null);const _0x368281=this[_0x1671de(0x1b4)][_0x1671de(0x1d7)][_0x1671de(0x1a0)](_0x4d6c5d);_0x368281[_0x1671de(0x19a)](this[_0x1671de(0x1ca)]),this[_0x1671de(0x1bd)](_0x368281),this[_0x1671de(0x1bd)](this[_0x1671de(0x1ca)]),this[_0x1671de(0x1b4)]instanceof _0x253900&&this[_0x1671de(0x1bd)](this[_0x1671de(0x1b4)][_0x1671de(0x1a3)]);for(const _0x5c3836 of Array[_0x1671de(0x1ab)](this[_0x1671de(0x1c0)]))this[_0x1671de(0x1a7)](_0x5c3836);window[_0x1671de(0x19b)](_0x1671de(0x1ac),this[_0x1671de(0x1c6)]),this[_0x1671de(0x1c6)][_0x1671de(0x1c9)](),this[_0x1671de(0x1d2)]=null,this[_0x1671de(0x1a8)]=!0x1,this[_0x1671de(0x1ca)]=null;}[_0x5410aa(0x19e)](){const _0x25c40d=_0x5410aa;this[_0x25c40d(0x1a8)]&&this[_0x25c40d(0x19c)]();}[_0x5410aa(0x1a9)](_0x3cf393){const _0x3d616d=_0x5410aa,_0x9e979a=_0x3cf393[_0x3d616d(0x1d7)][_0x3d616d(0x1a0)](_0x4c41ba);if(!_0x9e979a)return;const _0xf36920=()=>{const _0x539006=_0x3d616d,_0x12acdf=_0x9e979a[_0x539006(0x19d)]({'annotations':this[_0x539006(0x1ca)],'activeAnnotation':this[_0x539006(0x1d2)]});this[_0x539006(0x1bc)](_0x12acdf[0x0]||null);};this[_0x3d616d(0x1cd)](_0x9e979a,_0x3d616d(0x199),_0xf36920),this[_0x3d616d(0x1cd)](_0x9e979a,_0x3d616d(0x1b8),(_0x520fb5,{isAnnotationTracked:_0x547335})=>{const _0x4ceece=_0x3d616d;this[_0x4ceece(0x1d2)]&&_0x547335(this[_0x4ceece(0x1d2)])&&this[_0x4ceece(0x1bc)](null);}),this[_0x3d616d(0x1cd)](_0x9e979a,_0x3d616d(0x1a4),()=>{const _0x35e17e=_0x3d616d;this[_0x35e17e(0x1c6)]();}),this[_0x3d616d(0x1cd)](this[_0x3d616d(0x1ca)],_0x3d616d(0x1b8),_0x2415e4=>{const _0x8e089e=_0x3d616d;_0x9e979a[_0x8e089e(0x1a2)]()&&(_0xf36920(),_0x2415e4[_0x8e089e(0x198)]());},{'priority':_0x3d616d(0x1c7)}),this[_0x3d616d(0x1c0)][_0x3d616d(0x1d3)](_0x9e979a);}[_0x5410aa(0x1a7)](_0x21b202){const _0x55d19a=_0x5410aa;this[_0x55d19a(0x1bd)](_0x21b202),this[_0x55d19a(0x1c0)][_0x55d19a(0x1b5)](_0x21b202);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x31e1c9=_0x3901;function _0x3901(_0x7ae20e,_0x1b09ba){const _0x3c3573=_0x3c35();return _0x3901=function(_0x390192,_0x458122){_0x390192=_0x390192-0x161;let _0x4fd772=_0x3c3573[_0x390192];return _0x4fd772;},_0x3901(_0x7ae20e,_0x1b09ba);}(function(_0x8731df,_0x3f4713){const _0x73df3c=_0x3901,_0x45170f=_0x8731df();while(!![]){try{const _0x38f145=-parseInt(_0x73df3c(0x168))/0x1+parseInt(_0x73df3c(0x186))/0x2+parseInt(_0x73df3c(0x16f))/0x3*(-parseInt(_0x73df3c(0x162))/0x4)+-parseInt(_0x73df3c(0x17c))/0x5*(parseInt(_0x73df3c(0x16c))/0x6)+-parseInt(_0x73df3c(0x178))/0x7*(-parseInt(_0x73df3c(0x17f))/0x8)+parseInt(_0x73df3c(0x16b))/0x9+-parseInt(_0x73df3c(0x163))/0xa*(-parseInt(_0x73df3c(0x180))/0xb);if(_0x38f145===_0x3f4713)break;else _0x45170f['push'](_0x45170f['shift']());}catch(_0x3a7734){_0x45170f['push'](_0x45170f['shift']());}}}(_0x3c35,0x47524));function _0x3c35(){const _0x37d695=['tableCell','2840751GFNUpL','1659702xqfxan','editor','comment:','363855fZUGuC','start','substr','$textProxy','item','model','getRanges','selection','end','446229KWmaOh','schema','getLastMatchingPosition','_itemIsContent','5FzWHWP','refresh','isEnabled','24oyPnqH','81708gLklaX','addMarker','backward','execute','_trimToContent','_hasContent','168070Tjnpdn','isObject','push','4DMZdqI','230rJEguT','document','element','createRange','change','71725PJCFTZ','getItems'];_0x3c35=function(){return _0x37d695;};return _0x3c35();}import{Command as _0xfd61f3}from'ckeditor5/src/core.js';import{uid as _0x50888e}from'ckeditor5/src/utils.js';export default class G extends _0xfd61f3{[_0x31e1c9(0x17d)](){const _0x5bdc0a=_0x31e1c9,_0x57b659=this[_0x5bdc0a(0x16d)][_0x5bdc0a(0x174)][_0x5bdc0a(0x164)][_0x5bdc0a(0x176)];for(const _0x39c0e7 of _0x57b659[_0x5bdc0a(0x175)]())if(this[_0x5bdc0a(0x185)](_0x39c0e7))return void(this[_0x5bdc0a(0x17e)]=!0x0);this[_0x5bdc0a(0x17e)]=!0x1;}[_0x31e1c9(0x183)]({threadId:_0x1a3e87=_0x50888e()}={}){const _0x1cba45=_0x31e1c9,_0x12a4eb=this[_0x1cba45(0x16d)][_0x1cba45(0x174)],_0x3cba77=[];for(const _0x3a56ff of _0x12a4eb[_0x1cba45(0x164)][_0x1cba45(0x176)][_0x1cba45(0x175)]())this[_0x1cba45(0x185)](_0x3a56ff)&&_0x3cba77[_0x1cba45(0x161)](this[_0x1cba45(0x184)](_0x3a56ff));_0x12a4eb[_0x1cba45(0x167)](_0x31aa79=>{const _0x18beb4=_0x1cba45;for(const _0x59b074 of _0x3cba77){const _0x59c18d=_0x50888e()[_0x18beb4(0x171)](0x1,0x5),_0x304310=_0x18beb4(0x16e)+_0x1a3e87+':'+_0x59c18d;_0x31aa79[_0x18beb4(0x181)](_0x304310,{'range':_0x59b074,'usingOperation':!0x1,'affectsData':!0x1});}});}[_0x31e1c9(0x185)](_0x1893dd){const _0x54df26=_0x31e1c9;for(const _0x12074d of _0x1893dd[_0x54df26(0x169)]())if(this[_0x54df26(0x17b)](_0x12074d))return!0x0;return!0x1;}[_0x31e1c9(0x17b)](_0x4eebf0){const _0x597fc1=_0x31e1c9;return _0x4eebf0['is'](_0x597fc1(0x172))||this[_0x597fc1(0x16d)][_0x597fc1(0x174)][_0x597fc1(0x179)][_0x597fc1(0x187)](_0x4eebf0)&&!_0x4eebf0['is'](_0x597fc1(0x165),_0x597fc1(0x16a));}[_0x31e1c9(0x184)](_0x37f551){const _0x326fa8=_0x31e1c9,_0x5af3=_0x72a482=>!this[_0x326fa8(0x17b)](_0x72a482[_0x326fa8(0x173)]),_0x13e602=_0x37f551[_0x326fa8(0x170)][_0x326fa8(0x17a)](_0x5af3),_0x30cabb=_0x37f551[_0x326fa8(0x177)][_0x326fa8(0x17a)](_0x5af3,{'direction':_0x326fa8(0x182)});return this[_0x326fa8(0x16d)][_0x326fa8(0x174)][_0x326fa8(0x166)](_0x13e602,_0x30cabb);}}
23
+ function _0x50b3(){const _0x2714ab=['7ZbpQbh','$textProxy','341916pQcaTE','backward','isObject','push','_itemIsContent','item','110iimkyA','_trimToContent','schema','12JXtrWK','start','12OEsCkT','getItems','27322165LxxaGG','substr','248910FLEFer','end','getRanges','5018981ZTfwpk','addMarker','refresh','63sbJtSf','tableCell','getLastMatchingPosition','4QKTkAF','document','comment:','isEnabled','7084NDMDyF','change','1172265nvtTKo','selection','execute','4318064oeTUcC','createRange','_hasContent','model','editor','element'];_0x50b3=function(){return _0x2714ab;};return _0x50b3();}const _0x6f184d=_0x4e40;function _0x4e40(_0x2d9252,_0x34f855){const _0x50b333=_0x50b3();return _0x4e40=function(_0x4e4066,_0xcb477e){_0x4e4066=_0x4e4066-0x1e4;let _0x417f6c=_0x50b333[_0x4e4066];return _0x417f6c;},_0x4e40(_0x2d9252,_0x34f855);}(function(_0x3be7ea,_0x199f9a){const _0xffee73=_0x4e40,_0x186c97=_0x3be7ea();while(!![]){try{const _0x2c3d3f=parseInt(_0xffee73(0x1ea))/0x1*(-parseInt(_0xffee73(0x200))/0x2)+parseInt(_0xffee73(0x1e4))/0x3*(-parseInt(_0xffee73(0x1fc))/0x4)+parseInt(_0xffee73(0x202))/0x5*(-parseInt(_0xffee73(0x1ed))/0x6)+-parseInt(_0xffee73(0x20b))/0x7*(parseInt(_0xffee73(0x205))/0x8)+parseInt(_0xffee73(0x1f9))/0x9*(parseInt(_0xffee73(0x1f3))/0xa)+-parseInt(_0xffee73(0x1f6))/0xb+parseInt(_0xffee73(0x1ef))/0xc*(parseInt(_0xffee73(0x1f1))/0xd);if(_0x2c3d3f===_0x199f9a)break;else _0x186c97['push'](_0x186c97['shift']());}catch(_0x2085f5){_0x186c97['push'](_0x186c97['shift']());}}}(_0x50b3,0x4b0d7));import{Command as _0x3e802f}from'ckeditor5/src/core.js';import{uid as _0x50db89}from'ckeditor5/src/utils.js';export default class G extends _0x3e802f{[_0x6f184d(0x1f8)](){const _0x3b382c=_0x6f184d,_0x7b89ad=this[_0x3b382c(0x209)][_0x3b382c(0x208)][_0x3b382c(0x1fd)][_0x3b382c(0x203)];for(const _0x44545f of _0x7b89ad[_0x3b382c(0x1f5)]())if(this[_0x3b382c(0x207)](_0x44545f))return void(this[_0x3b382c(0x1ff)]=!0x0);this[_0x3b382c(0x1ff)]=!0x1;}[_0x6f184d(0x204)]({threadId:_0x3afbc9=_0x50db89()}={}){const _0xba5a2e=_0x6f184d,_0x3e473b=this[_0xba5a2e(0x209)][_0xba5a2e(0x208)],_0x43f2a0=[];for(const _0x2382f1 of _0x3e473b[_0xba5a2e(0x1fd)][_0xba5a2e(0x203)][_0xba5a2e(0x1f5)]())this[_0xba5a2e(0x207)](_0x2382f1)&&_0x43f2a0[_0xba5a2e(0x1e7)](this[_0xba5a2e(0x1eb)](_0x2382f1));_0x3e473b[_0xba5a2e(0x201)](_0x2a0db4=>{const _0x1b1af7=_0xba5a2e;for(const _0x4fc397 of _0x43f2a0){const _0x51c8e5=_0x50db89()[_0x1b1af7(0x1f2)](0x1,0x5),_0x33e57d=_0x1b1af7(0x1fe)+_0x3afbc9+':'+_0x51c8e5;_0x2a0db4[_0x1b1af7(0x1f7)](_0x33e57d,{'range':_0x4fc397,'usingOperation':!0x1,'affectsData':!0x1});}});}[_0x6f184d(0x207)](_0x5ddd51){const _0x3db776=_0x6f184d;for(const _0x5b0f09 of _0x5ddd51[_0x3db776(0x1f0)]())if(this[_0x3db776(0x1e8)](_0x5b0f09))return!0x0;return!0x1;}[_0x6f184d(0x1e8)](_0x301d5e){const _0x57ce73=_0x6f184d;return _0x301d5e['is'](_0x57ce73(0x20c))||this[_0x57ce73(0x209)][_0x57ce73(0x208)][_0x57ce73(0x1ec)][_0x57ce73(0x1e6)](_0x301d5e)&&!_0x301d5e['is'](_0x57ce73(0x20a),_0x57ce73(0x1fa));}[_0x6f184d(0x1eb)](_0x2f7da1){const _0x3d8088=_0x6f184d,_0x5a02bc=_0x906a2=>!this[_0x3d8088(0x1e8)](_0x906a2[_0x3d8088(0x1e9)]),_0x475b31=_0x2f7da1[_0x3d8088(0x1ee)][_0x3d8088(0x1fb)](_0x5a02bc),_0x460aef=_0x2f7da1[_0x3d8088(0x1f4)][_0x3d8088(0x1fb)](_0x5a02bc,{'direction':_0x3d8088(0x1e5)});return this[_0x3d8088(0x209)][_0x3d8088(0x208)][_0x3d8088(0x206)](_0x475b31,_0x460aef);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ac671=_0x2e46;(function(_0x3f3fa7,_0x475dd1){const _0x18b285=_0x2e46,_0x3aec65=_0x3f3fa7();while(!![]){try{const _0x3848df=-parseInt(_0x18b285(0x14e))/0x1+-parseInt(_0x18b285(0x136))/0x2+-parseInt(_0x18b285(0x134))/0x3+parseInt(_0x18b285(0x133))/0x4+parseInt(_0x18b285(0x148))/0x5+parseInt(_0x18b285(0x144))/0x6*(parseInt(_0x18b285(0x13f))/0x7)+parseInt(_0x18b285(0x137))/0x8;if(_0x3848df===_0x475dd1)break;else _0x3aec65['push'](_0x3aec65['shift']());}catch(_0x44dcb3){_0x3aec65['push'](_0x3aec65['shift']());}}}(_0x1d07,0x3bd73));function _0x2e46(_0x1b0f1a,_0x4c0de7){const _0x1d0703=_0x1d07();return _0x2e46=function(_0x2e46e1,_0x32ef58){_0x2e46e1=_0x2e46e1-0x130;let _0x10ac7d=_0x1d0703[_0x2e46e1];return _0x10ac7d;},_0x2e46(_0x1b0f1a,_0x4c0de7);}import{ContextPlugin as _0x414459}from'ckeditor5/src/core.js';import{Collection as _0x280e46}from'ckeditor5/src/utils.js';import _0xe36aeb from'./commentsrepository.js';function _0x1d07(){const _0x3375eb=['focus','_calculatePosition','263325gfdXzD','pluginName','get','removeCommentThread','getCommentThread','init','findIndex','119596mCLYRV','1329933mVLCSJ','add','823530mekggt','5094872XuOcGu','length','stopListening','addCommentThread','archivedAt','change:archivedAt','archivedThreads','remove','1869861qQUhpR','listenTo','highest','CommentsArchive','isActive','6uqHCmZ','collection','has','activate','2148135UWJbhE','plugins','requires','context'];_0x1d07=function(){return _0x3375eb;};return _0x1d07();}import _0x27a865 from'../annotations/annotations.js';export default class p extends _0x414459{static get[_0x1ac671(0x14f)](){const _0x3eb024=_0x1ac671;return _0x3eb024(0x142);}static get[_0x1ac671(0x14a)](){return[_0xe36aeb,_0x27a865];}constructor(_0x5b2ab5){const _0x200cfd=_0x1ac671;super(_0x5b2ab5),this[_0x200cfd(0x13d)]=new _0x280e46();}[_0x1ac671(0x131)](){const _0x2fd5bb=_0x1ac671,_0x36388c=this[_0x2fd5bb(0x14b)],_0x6901ea=_0x36388c[_0x2fd5bb(0x149)][_0x2fd5bb(0x150)](_0xe36aeb),_0x39791d=_0x36388c[_0x2fd5bb(0x149)][_0x2fd5bb(0x150)](_0x27a865);this[_0x2fd5bb(0x140)](_0x6901ea,_0x2fd5bb(0x13a),(_0x436044,{threadId:_0x341c42})=>{const _0x5f6278=_0x2fd5bb,_0x5bbd6e=_0x6901ea[_0x5f6278(0x130)](_0x341c42);_0x5bbd6e[_0x5f6278(0x13b)]&&this[_0x5f6278(0x13d)][_0x5f6278(0x135)](_0x5bbd6e,this[_0x5f6278(0x14d)](_0x5bbd6e[_0x5f6278(0x13b)])),this[_0x5f6278(0x140)](_0x5bbd6e,_0x5f6278(0x13c),(_0x112c57,_0x3d03cd,_0xe5cc05)=>{const _0x110bd9=_0x5f6278;_0xe5cc05?this[_0x110bd9(0x13d)][_0x110bd9(0x146)](_0x5bbd6e)||this[_0x110bd9(0x13d)][_0x110bd9(0x135)](_0x5bbd6e,this[_0x110bd9(0x14d)](_0x5bbd6e[_0x110bd9(0x13b)])):this[_0x110bd9(0x13d)][_0x110bd9(0x146)](_0x5bbd6e)&&this[_0x110bd9(0x13d)][_0x110bd9(0x13e)](_0x5bbd6e);});}),this[_0x2fd5bb(0x140)](_0x6901ea,_0x2fd5bb(0x151),(_0x3abf16,{threadId:_0x42fe2c})=>{const _0x140e18=_0x2fd5bb,_0x2f722e=_0x6901ea[_0x140e18(0x130)](_0x42fe2c);this[_0x140e18(0x139)](_0x2f722e),this[_0x140e18(0x13d)][_0x140e18(0x146)](_0x2f722e)&&this[_0x140e18(0x13d)][_0x140e18(0x13e)](_0x2f722e);},{'priority':_0x2fd5bb(0x141)}),this[_0x2fd5bb(0x140)](_0x39791d[_0x2fd5bb(0x145)],_0x2fd5bb(0x14c),(_0x424152,_0x12ca5d)=>{const _0x14ed47=_0x2fd5bb;_0x12ca5d[_0x14ed47(0x143)]=!0x0,_0x39791d[_0x14ed47(0x147)](_0x12ca5d);});}[_0x1ac671(0x14d)](_0x5eb1f6){const _0x17afba=_0x1ac671,_0x346d97=[...this[_0x17afba(0x13d)]][_0x17afba(0x132)](_0x5d7bd8=>_0x5d7bd8[_0x17afba(0x13b)]<_0x5eb1f6);return _0x346d97>-0x1?_0x346d97:this[_0x17afba(0x13d)][_0x17afba(0x138)];}}
23
+ const _0x44c373=_0x3f76;(function(_0x4f79d2,_0x5dee4b){const _0x4291bf=_0x3f76,_0x253185=_0x4f79d2();while(!![]){try{const _0x4c88e7=parseInt(_0x4291bf(0x135))/0x1*(parseInt(_0x4291bf(0x121))/0x2)+parseInt(_0x4291bf(0x119))/0x3+-parseInt(_0x4291bf(0x115))/0x4*(parseInt(_0x4291bf(0x11f))/0x5)+parseInt(_0x4291bf(0x12b))/0x6*(-parseInt(_0x4291bf(0x131))/0x7)+parseInt(_0x4291bf(0x123))/0x8+parseInt(_0x4291bf(0x11d))/0x9+parseInt(_0x4291bf(0x130))/0xa*(-parseInt(_0x4291bf(0x122))/0xb);if(_0x4c88e7===_0x5dee4b)break;else _0x253185['push'](_0x253185['shift']());}catch(_0xf2e112){_0x253185['push'](_0x253185['shift']());}}}(_0x3609,0x21efb));import{ContextPlugin as _0x548501}from'ckeditor5/src/core.js';import{Collection as _0x760ae4}from'ckeditor5/src/utils.js';import _0x2ccb63 from'./commentsrepository.js';function _0x3f76(_0x335045,_0x18a64a){const _0x3609f5=_0x3609();return _0x3f76=function(_0x3f7611,_0x465174){_0x3f7611=_0x3f7611-0x114;let _0x471694=_0x3609f5[_0x3f7611];return _0x471694;},_0x3f76(_0x335045,_0x18a64a);}import _0x1e8ba4 from'../annotations/annotations.js';function _0x3609(){const _0x507860=['has','focus','context','requires','archivedThreads','568338cOyatl','collection','remove','listenTo','_calculatePosition','344290rpWfbS','7KdWGgM','change:archivedAt','removeCommentThread','findIndex','607nuWtUt','plugins','CommentsArchive','pluginName','activate','37264GncMlV','get','length','stopListening','610092HyCIuZ','init','addCommentThread','isActive','2090565faKIrZ','highest','35ALCmpA','add','202WQbDxZ','143djzkHF','1996472sqdElf','getCommentThread','archivedAt'];_0x3609=function(){return _0x507860;};return _0x3609();}export default class p extends _0x548501{static get[_0x44c373(0x138)](){const _0xc44d0a=_0x44c373;return _0xc44d0a(0x137);}static get[_0x44c373(0x129)](){return[_0x2ccb63,_0x1e8ba4];}constructor(_0x2e0135){const _0x504895=_0x44c373;super(_0x2e0135),this[_0x504895(0x12a)]=new _0x760ae4();}[_0x44c373(0x11a)](){const _0x238667=_0x44c373,_0x351210=this[_0x238667(0x128)],_0x304af5=_0x351210[_0x238667(0x136)][_0x238667(0x116)](_0x2ccb63),_0x29119c=_0x351210[_0x238667(0x136)][_0x238667(0x116)](_0x1e8ba4);this[_0x238667(0x12e)](_0x304af5,_0x238667(0x11b),(_0x10469e,{threadId:_0x3d941b})=>{const _0x4650c2=_0x238667,_0x421cde=_0x304af5[_0x4650c2(0x124)](_0x3d941b);_0x421cde[_0x4650c2(0x125)]&&this[_0x4650c2(0x12a)][_0x4650c2(0x120)](_0x421cde,this[_0x4650c2(0x12f)](_0x421cde[_0x4650c2(0x125)])),this[_0x4650c2(0x12e)](_0x421cde,_0x4650c2(0x132),(_0x5a2d93,_0x314f18,_0x42393f)=>{const _0x267fb1=_0x4650c2;_0x42393f?this[_0x267fb1(0x12a)][_0x267fb1(0x126)](_0x421cde)||this[_0x267fb1(0x12a)][_0x267fb1(0x120)](_0x421cde,this[_0x267fb1(0x12f)](_0x421cde[_0x267fb1(0x125)])):this[_0x267fb1(0x12a)][_0x267fb1(0x126)](_0x421cde)&&this[_0x267fb1(0x12a)][_0x267fb1(0x12d)](_0x421cde);});}),this[_0x238667(0x12e)](_0x304af5,_0x238667(0x133),(_0x3e1e52,{threadId:_0xa3cd79})=>{const _0x2e3640=_0x238667,_0xbcc623=_0x304af5[_0x2e3640(0x124)](_0xa3cd79);this[_0x2e3640(0x118)](_0xbcc623),this[_0x2e3640(0x12a)][_0x2e3640(0x126)](_0xbcc623)&&this[_0x2e3640(0x12a)][_0x2e3640(0x12d)](_0xbcc623);},{'priority':_0x238667(0x11e)}),this[_0x238667(0x12e)](_0x29119c[_0x238667(0x12c)],_0x238667(0x127),(_0x1dac8d,_0x36d788)=>{const _0x35bf97=_0x238667;_0x36d788[_0x35bf97(0x11c)]=!0x0,_0x29119c[_0x35bf97(0x114)](_0x36d788);});}[_0x44c373(0x12f)](_0xd67ad7){const _0xac2919=_0x44c373,_0x32fa74=[...this[_0xac2919(0x12a)]][_0xac2919(0x134)](_0x4bc780=>_0x4bc780[_0xac2919(0x125)]<_0xd67ad7);return _0x32fa74>-0x1?_0x32fa74:this[_0xac2919(0x12a)][_0xac2919(0x117)];}}