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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/build/comments.js +1 -1
  2. package/dist/translations/af.js +1 -1
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/bg.js +1 -1
  5. package/dist/translations/bn.js +1 -1
  6. package/dist/translations/bs.js +1 -1
  7. package/dist/translations/ca.js +1 -1
  8. package/dist/translations/cs.js +1 -1
  9. package/dist/translations/da.js +1 -1
  10. package/dist/translations/de-ch.js +1 -1
  11. package/dist/translations/de.js +1 -1
  12. package/dist/translations/el.js +1 -1
  13. package/dist/translations/en-au.js +1 -1
  14. package/dist/translations/es-co.js +1 -1
  15. package/dist/translations/es.js +1 -1
  16. package/dist/translations/et.js +1 -1
  17. package/dist/translations/fa.js +1 -1
  18. package/dist/translations/fi.js +1 -1
  19. package/dist/translations/fr.js +1 -1
  20. package/dist/translations/gl.js +1 -1
  21. package/dist/translations/he.js +1 -1
  22. package/dist/translations/hi.js +1 -1
  23. package/dist/translations/hr.js +1 -1
  24. package/dist/translations/hu.js +1 -1
  25. package/dist/translations/id.js +1 -1
  26. package/dist/translations/it.js +1 -1
  27. package/dist/translations/ja.js +1 -1
  28. package/dist/translations/jv.js +1 -1
  29. package/dist/translations/ko.js +1 -1
  30. package/dist/translations/lt.js +1 -1
  31. package/dist/translations/lv.js +1 -1
  32. package/dist/translations/ms.js +1 -1
  33. package/dist/translations/nl.js +1 -1
  34. package/dist/translations/no.js +1 -1
  35. package/dist/translations/pl.js +1 -1
  36. package/dist/translations/pt-br.js +1 -1
  37. package/dist/translations/pt.js +1 -1
  38. package/dist/translations/ro.js +1 -1
  39. package/dist/translations/ru.js +1 -1
  40. package/dist/translations/sk.js +1 -1
  41. package/dist/translations/sq.js +1 -1
  42. package/dist/translations/sr-latn.js +1 -1
  43. package/dist/translations/sr.js +1 -1
  44. package/dist/translations/sv.js +1 -1
  45. package/dist/translations/th.js +1 -1
  46. package/dist/translations/tk.js +1 -1
  47. package/dist/translations/tr.js +1 -1
  48. package/dist/translations/tt.js +1 -1
  49. package/dist/translations/ug.js +1 -1
  50. package/dist/translations/uk.js +1 -1
  51. package/dist/translations/ur.js +1 -1
  52. package/dist/translations/vi.js +1 -1
  53. package/dist/translations/zh-cn.js +1 -1
  54. package/dist/translations/zh.js +1 -1
  55. package/package.json +3 -3
  56. package/src/annotations/annotation.js +1 -1
  57. package/src/annotations/annotationcollection.js +1 -1
  58. package/src/annotations/annotations.js +1 -1
  59. package/src/annotations/annotationsuis.js +1 -1
  60. package/src/annotations/editorannotations.js +1 -1
  61. package/src/annotations/inlineannotations.js +1 -1
  62. package/src/annotations/narrowsidebar.js +1 -1
  63. package/src/annotations/sidebar.js +1 -1
  64. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  65. package/src/annotations/view/annotationview.js +1 -1
  66. package/src/annotations/view/sidebaritemview.js +1 -1
  67. package/src/annotations/view/sidebarview.js +1 -1
  68. package/src/annotations/widesidebar.js +1 -1
  69. package/src/comments/addcommentthreadcommand.js +1 -1
  70. package/src/comments/commentsarchive.js +1 -1
  71. package/src/comments/commentsarchiveui.js +1 -1
  72. package/src/comments/commentsediting.js +1 -1
  73. package/src/comments/commentsrepository.js +1 -1
  74. package/src/comments/commentsui.js +1 -1
  75. package/src/comments/integrations/clipboard.js +1 -1
  76. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  77. package/src/comments/integrations/importword.js +1 -1
  78. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  79. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  80. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  81. package/src/comments/ui/commentthreadcontroller.js +1 -1
  82. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  83. package/src/comments/ui/view/basecommentview.js +1 -1
  84. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  85. package/src/comments/ui/view/commentcontentview.js +1 -1
  86. package/src/comments/ui/view/commentinputview.js +1 -1
  87. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  88. package/src/comments/ui/view/commentslistview.js +1 -1
  89. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  90. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  91. package/src/comments/ui/view/commentthreadview.js +1 -1
  92. package/src/comments/ui/view/commentview.js +1 -1
  93. package/src/comments.js +1 -1
  94. package/src/commentsonly.js +1 -1
  95. package/src/index.js +1 -1
  96. package/src/utils/common-translations.js +1 -1
  97. package/src/utils/createmutationobserver.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- 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 _0x6bc82=_0x32e9;(function(_0x2bf49e,_0x3d3dc2){const _0x4062c3=_0x32e9,_0x334565=_0x2bf49e();while(!![]){try{const _0x5a1192=parseInt(_0x4062c3(0xe4))/0x1+parseInt(_0x4062c3(0x101))/0x2*(parseInt(_0x4062c3(0xe5))/0x3)+-parseInt(_0x4062c3(0xe1))/0x4+-parseInt(_0x4062c3(0xd8))/0x5+parseInt(_0x4062c3(0xe7))/0x6*(parseInt(_0x4062c3(0xe8))/0x7)+parseInt(_0x4062c3(0xd2))/0x8+parseInt(_0x4062c3(0xd4))/0x9*(parseInt(_0x4062c3(0xfb))/0xa);if(_0x5a1192===_0x3d3dc2)break;else _0x334565['push'](_0x334565['shift']());}catch(_0x7371fc){_0x334565['push'](_0x334565['shift']());}}}(_0x34c6,0x6d292));import{Plugin as _0x589755}from'ckeditor5/src/core.js';import{CKEditorError as _0x1be29a}from'ckeditor5/src/utils.js';import{debounce as _0x3a1276}from'lodash-es';function _0x34c6(){const _0x49a03e=['uiUpdate','cancel','element','function','annotation','add','getByInnerView','2264224PowSiA','addSourceCollector','9nPwlgW','editing','refreshSelectedViews','containsRange','3541145DyWMAO','listenTo','isReadOnly','has','EditorAnnotations','view','refresh','isCollapsed','set','2187020VsOwTn','init','fire','525321zjgxLy','141195IvBhPT','push','90ztZlww','178843ovIYUG','_editorAnnotations','selection','document','map','from','pluginName','getRanges','get','focusTracker','update','plugins','getOrderedSelectedAnnotations','registerAnnotation','collection','innerView','_dataCollectors','change:isFocused','editorannotations-invalid-source-callback','1810670agkspn','delete','hasDomSelection','range','directChange','requires','14zqjYfE','change:range','model','remove','sort','isEqual','blur','editor','_editorAnnotationsData'];_0x34c6=function(){return _0x49a03e;};return _0x34c6();}function _0x32e9(_0x3cc95e,_0x513749){const _0x34c6de=_0x34c6();return _0x32e9=function(_0x32e93e,_0x3545f3){_0x32e93e=_0x32e93e-0xd0;let _0x3b0dab=_0x34c6de[_0x32e93e];return _0x3b0dab;},_0x32e9(_0x3cc95e,_0x513749);}import _0x82457c from'./annotations.js';export default class k extends _0x589755{static get[_0x6bc82(0x100)](){return[_0x82457c];}static get[_0x6bc82(0xee)](){const _0xe27583=_0x6bc82;return _0xe27583(0xdc);}constructor(_0x36f05c){const _0x8449eb=_0x6bc82;super(_0x36f05c),this[_0x8449eb(0xf8)]=new Set(),this[_0x8449eb(0xe9)]=new Set();}[_0x6bc82(0xe2)](){const _0x7c3461=_0x6bc82,_0x24986c=this[_0x7c3461(0x108)],_0x2bc332=_0x24986c[_0x7c3461(0x103)][_0x7c3461(0xeb)][_0x7c3461(0xea)],_0x3a2e9c=_0x3a1276(()=>this[_0x7c3461(0xd6)](),0xa);_0x2bc332['on'](_0x7c3461(0x102),(_0x4414cb,_0x5bda93)=>{const _0x3f228d=_0x7c3461;_0x5bda93[_0x3f228d(0xff)]&&(_0x3a2e9c[_0x3f228d(0x10b)](),this[_0x3f228d(0xd6)]());}),this[_0x7c3461(0xd9)](_0x24986c[_0x7c3461(0xd5)][_0x7c3461(0xdd)][_0x7c3461(0xeb)],_0x7c3461(0xf9),(_0x2ce21e,_0x19b7ce,_0x48a5a0)=>{_0x48a5a0&&_0x3a2e9c();}),this[_0x7c3461(0xd9)](_0x24986c['ui'][_0x7c3461(0xf1)],_0x7c3461(0xf9),(_0x524d82,_0x778459,_0x1ca53e)=>{const _0x55261a=_0x7c3461;_0x1ca53e||_0x24986c[_0x55261a(0xda)]||this[_0x55261a(0xe3)](_0x55261a(0x107),{'isAnnotationTracked':_0x238bc4=>this[_0x55261a(0x109)][_0x55261a(0xdb)](_0x238bc4[_0x55261a(0xf7)])});}),this[_0x7c3461(0xd9)](this[_0x7c3461(0x108)]['ui'],_0x7c3461(0xf2),()=>this[_0x7c3461(0xe3)](_0x7c3461(0x10a)));}[_0x6bc82(0xf5)](_0x6811a2){const _0x445760=_0x6bc82;if(this[_0x445760(0xe9)][_0x445760(0xdb)](_0x6811a2[_0x445760(0xdd)]))return;this[_0x445760(0xe9)][_0x445760(0xd0)](_0x6811a2[_0x445760(0xdd)]),this[_0x445760(0x108)]['ui'][_0x445760(0xf1)][_0x445760(0xd0)](_0x6811a2[_0x445760(0xdd)][_0x445760(0x10c)]);const _0x387494=this[_0x445760(0x108)][_0x445760(0xf3)][_0x445760(0xf0)](_0x82457c);this[_0x445760(0xd9)](_0x387494[_0x445760(0xf6)],_0x445760(0x104),(_0xbe828c,_0x496e13)=>{const _0x5f12f6=_0x445760;this[_0x5f12f6(0x108)]['ui'][_0x5f12f6(0xf1)][_0x5f12f6(0x104)](_0x496e13[_0x5f12f6(0xdd)][_0x5f12f6(0x10c)]),this[_0x5f12f6(0xe9)][_0x5f12f6(0xfc)](_0x496e13[_0x5f12f6(0xdd)]);});}[_0x6bc82(0xfd)](){const _0x1beb13=_0x6bc82;return this[_0x1beb13(0x108)][_0x1beb13(0xd5)][_0x1beb13(0xdd)][_0x1beb13(0xfd)];}[_0x6bc82(0xd3)](_0x5b0285){const _0x3f0f4d=_0x6bc82;if(_0x3f0f4d(0x10d)!=typeof _0x5b0285)throw new _0x1be29a(_0x3f0f4d(0xfa));this[_0x3f0f4d(0xf8)][_0x3f0f4d(0xd0)](_0x5b0285);}[_0x6bc82(0xd6)](){const _0x1b9672=_0x6bc82;this[_0x1b9672(0xe3)](_0x1b9672(0xde));}[_0x6bc82(0xf4)]({activeAnnotation:_0xc27ec2,annotations:_0x45b322}){const _0x583c72=_0x6bc82,_0x6ae812=[],_0x231478=this[_0x583c72(0x108)][_0x583c72(0x103)][_0x583c72(0xeb)][_0x583c72(0xea)],_0x1de4c2=Array[_0x583c72(0xed)](_0x231478[_0x583c72(0xef)]());for(const [_0x507b6c,_0x576a0a]of this[_0x583c72(0x109)]){const _0x163313=_0x5b1ea7(_0x576a0a),_0x5d1b48=_0x45b322[_0x583c72(0xd1)](_0x507b6c);_0x163313&&_0x5d1b48&&_0x6ae812[_0x583c72(0xe6)]({'annotation':_0x5d1b48,'range':_0x163313});}function _0x5b1ea7(_0x2f7692){const _0x517cfb=_0x583c72;for(const _0xf1467e of _0x2f7692)for(const _0x188053 of _0x1de4c2)if(_0xf1467e[_0x517cfb(0xd7)](_0x188053,!_0x231478[_0x517cfb(0xdf)]))return _0xf1467e;return null;}return _0x6ae812[_0x583c72(0x105)]((_0x54dd15,_0x8cc71)=>{const _0x2e0318=_0x583c72,_0x2d836c=_0x54dd15[_0x2e0318(0xfe)],_0x1e45c3=_0x8cc71[_0x2e0318(0xfe)];if(!_0x2d836c[_0x2e0318(0x106)](_0x1e45c3)){if(_0x2d836c[_0x2e0318(0xd7)](_0x1e45c3,!0x0))return 0x1;if(_0x1e45c3[_0x2e0318(0xd7)](_0x2d836c,!0x0))return-0x1;}return _0x54dd15[_0x2e0318(0x10e)]==_0xc27ec2?-0x1:_0x8cc71[_0x2e0318(0x10e)]==_0xc27ec2?0x1:0x0;})[_0x583c72(0xec)](_0x3da526=>_0x3da526[_0x583c72(0x10e)]);}get[_0x6bc82(0x109)](){const _0x5269bc=_0x6bc82,_0x1fe0e3=new Map();for(const _0x49bcbf of Array[_0x5269bc(0xed)](this[_0x5269bc(0xf8)]))for(const [_0x2d4f1c,_0x202d7e]of _0x49bcbf())_0x1fe0e3[_0x5269bc(0xe0)](_0x2d4f1c,_0x202d7e);return _0x1fe0e3;}}
@@ -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
+ const _0x179c13=_0x1401;(function(_0x38e2a3,_0x3799f3){const _0x92093d=_0x1401,_0x18f105=_0x38e2a3();while(!![]){try{const _0x4e54e9=-parseInt(_0x92093d(0x163))/0x1+-parseInt(_0x92093d(0x13f))/0x2+parseInt(_0x92093d(0x146))/0x3+parseInt(_0x92093d(0x169))/0x4*(-parseInt(_0x92093d(0x131))/0x5)+-parseInt(_0x92093d(0x11f))/0x6*(parseInt(_0x92093d(0x13a))/0x7)+-parseInt(_0x92093d(0x14a))/0x8*(-parseInt(_0x92093d(0x15e))/0x9)+-parseInt(_0x92093d(0x14b))/0xa*(-parseInt(_0x92093d(0x15d))/0xb);if(_0x4e54e9===_0x3799f3)break;else _0x18f105['push'](_0x18f105['shift']());}catch(_0x3456cb){_0x18f105['push'](_0x18f105['shift']());}}}(_0x2209,0x8a22e));import{Plugin as _0x2ac520}from'ckeditor5/src/core.js';import _0x4b095e from'./annotationsuis.js';import _0x4712c7 from'./editorannotations.js';function _0x2209(){const _0x4f9cee=['inline','hasActive','showStack','destroy','includes','clear','init','bottom','102aNACRF','plugins','top','focus','editableElement','document','_manuallyClosed','domConverter','mousedown','get','from','editor','fromRect','attach','refresh','_removeAnnotationFromBalloon','view','getOrderedSelectedAnnotations','620yMXdhY','inlineannotations-attach-already-attached','width','inlineannotations-detach-not-attached','update','_getBalloonTargetForAnnotation','isActive','isAttached','hasView','38423WpPHSk','selection','register','detach','focusTracker','1423426jWLTIA','stopListening','every','switchTo','_selectedAnnotations','listenTo','push','320454vyJeGJ','set','_addAnnotationToBalloon','_forceRefresh','584sqeZyE','20nktbEF','annotations','has','change:height','delete','setActiveAnnotation','InlineAnnotations','change:isFocused','right','Esc','collapse','find','visibleView','_addedAnnotations','add','_closeAnnotation','remove','getFirstRange','12981958RBJdPg','11646vyuBrt','targetRect','context','_balloon','length','748620PmxANY','addObserver','getByView','viewRangeToDom','activeAnnotation','updatePosition','14264HQKiwO','keystrokes','target','editing','left','map','afterInit','pluginName','_setSelectedAnnotations','change:visibleView','inlineannotations-not-allowed-with-context','isFocused','getClientRects','blur','getBoundingClientRect','requires'];_0x2209=function(){return _0x4f9cee;};return _0x2209();}import{ContextualBalloon as _0x2f2df4}from'ckeditor5/src/ui.js';import{MouseObserver as _0x3d5897}from'ckeditor5/src/engine.js';import{CKEditorError as _0xe8e049,Rect as _0x585d8a}from'ckeditor5/src/utils.js';import'./../../theme/annotation-inline.css';export default class c extends _0x2ac520{static get[_0x179c13(0x116)](){return[_0x4712c7,_0x2f2df4,_0x4b095e];}static get[_0x179c13(0x10e)](){const _0x158466=_0x179c13;return _0x158466(0x151);}constructor(_0x5d8ea7){const _0x514ce9=_0x179c13;super(_0x5d8ea7),_0x5d8ea7[_0x514ce9(0x16c)][_0x514ce9(0x12f)][_0x514ce9(0x164)](_0x3d5897),this[_0x514ce9(0x138)]=!0x1,this[_0x514ce9(0x147)](_0x514ce9(0x167),null),this[_0x514ce9(0x14c)]=null,this[_0x514ce9(0x125)]=new Set(),this[_0x514ce9(0x161)]=_0x5d8ea7[_0x514ce9(0x120)][_0x514ce9(0x128)](_0x2f2df4),this[_0x514ce9(0x158)]=new Set(),this[_0x514ce9(0x143)]=[],this[_0x514ce9(0x149)]=!0x1;}[_0x179c13(0x11d)](){const _0x2e599e=_0x179c13,_0x2eb4f9=this[_0x2e599e(0x12a)][_0x2e599e(0x120)][_0x2e599e(0x128)](_0x4b095e);_0x2eb4f9[_0x2e599e(0x160)]===this[_0x2e599e(0x12a)]&&(_0x2eb4f9[_0x2e599e(0x13c)](_0x2e599e(0x117),this),this[_0x2e599e(0x12a)][_0x2e599e(0x16a)][_0x2e599e(0x147)](_0x2e599e(0x154),(_0x393304,_0x4afcfb)=>{const _0x418899=_0x2e599e,_0x971bf7=this[_0x418899(0x161)];if(this[_0x418899(0x138)]&&_0x971bf7[_0x418899(0x157)]){const _0x41353e=this[_0x418899(0x14c)][_0x418899(0x165)](_0x971bf7[_0x418899(0x157)]);_0x41353e&&this[_0x418899(0x15a)](_0x41353e),_0x4afcfb();}}));}[_0x179c13(0x10d)](){const _0x1b135f=_0x179c13,_0x1300e3=this[_0x1b135f(0x12a)][_0x1b135f(0x120)][_0x1b135f(0x128)](_0x4b095e);_0x1300e3[_0x1b135f(0x160)]===this[_0x1b135f(0x12a)]&&(_0x1300e3[_0x1b135f(0x118)]()||_0x1300e3[_0x1b135f(0x142)](_0x1b135f(0x117)));}[_0x179c13(0x150)](_0x16304c){const _0x5add16=_0x179c13;_0x16304c!==this[_0x5add16(0x167)]&&(this[_0x5add16(0x167)]&&(this[_0x5add16(0x167)][_0x5add16(0x137)]=!0x1),_0x16304c&&this[_0x5add16(0x12a)]['ui'][_0x5add16(0x13e)][_0x5add16(0x112)]&&(this[_0x5add16(0x14c)][_0x5add16(0x14d)](_0x16304c)&&this[_0x5add16(0x148)](_0x16304c,!0x0),_0x16304c[_0x5add16(0x137)]=!0x0),_0x16304c||this[_0x5add16(0x10f)]([]),this[_0x5add16(0x167)]=_0x16304c);}[_0x179c13(0x12c)](_0xebd3de){const _0xf10d82=_0x179c13;this[_0xf10d82(0x14c)]=_0xebd3de;const _0x2b5dfe=this[_0xf10d82(0x12a)][_0xf10d82(0x120)][_0xf10d82(0x128)](_0x4b095e),_0x1492b3=this[_0xf10d82(0x161)];if(this[_0xf10d82(0x138)])throw new _0xe8e049(_0xf10d82(0x132),this);if(_0x2b5dfe[_0xf10d82(0x160)]!==this[_0xf10d82(0x12a)])throw new _0xe8e049(_0xf10d82(0x111),this);const _0x4932ae=this[_0xf10d82(0x12a)][_0xf10d82(0x120)][_0xf10d82(0x128)](_0x4712c7);this[_0xf10d82(0x144)](_0x4932ae,_0xf10d82(0x12d),()=>{const _0xd10541=_0xf10d82,_0x5e5ff8=_0x4932ae[_0xd10541(0x130)]({'annotations':this[_0xd10541(0x14c)],'activeAnnotation':this[_0xd10541(0x167)]});var _0x5aeb82,_0x5cd0a7;!this[_0xd10541(0x149)]&&(_0x5aeb82=_0x5e5ff8,_0x5cd0a7=this[_0xd10541(0x143)],_0x5aeb82[_0xd10541(0x162)]===_0x5cd0a7[_0xd10541(0x162)]&&_0x5aeb82[_0xd10541(0x141)](_0x7f1d5d=>_0x5cd0a7[_0xd10541(0x11b)](_0x7f1d5d)))||(this[_0xd10541(0x149)]=!0x1,this[_0xd10541(0x10f)](_0x5e5ff8),this[_0xd10541(0x150)](_0x5e5ff8[0x0]||null));}),this[_0xf10d82(0x144)](_0x4932ae,_0xf10d82(0x114),(_0x1f7b76,{isAnnotationTracked:_0x23bc99})=>{const _0x42b769=_0xf10d82;this[_0x42b769(0x167)]&&_0x23bc99(this[_0x42b769(0x167)])&&(this[_0x42b769(0x10f)]([]),this[_0x42b769(0x150)](null));}),this[_0xf10d82(0x144)](this[_0xf10d82(0x12a)]['ui'][_0xf10d82(0x13e)],_0xf10d82(0x152),(_0x5effa3,_0x2402ba,_0x10a200)=>{const _0x577658=_0xf10d82;_0x10a200||this[_0x577658(0x150)](null);}),this[_0xf10d82(0x144)](_0xebd3de,_0xf10d82(0x15b),(_0x4f17ab,_0x85d480)=>{const _0x31be13=_0xf10d82;this[_0x31be13(0x12e)](_0x85d480),_0x85d480===this[_0x31be13(0x167)]&&this[_0x31be13(0x150)](null);}),this[_0xf10d82(0x144)](_0x1492b3,_0xf10d82(0x110),(_0xbd4f5d,_0x715f15,_0x54d715,_0xec8dd5)=>{const _0x380554=_0xf10d82;_0xec8dd5&&this[_0x380554(0x140)](_0xec8dd5);const _0x368592=_0xebd3de[_0x380554(0x165)](_0x54d715);_0x54d715&&_0x368592&&(this[_0x380554(0x144)](_0x54d715,_0x380554(0x14e),()=>{const _0x1c2d60=_0x380554;_0x1492b3[_0x1c2d60(0x168)]();}),this[_0x380554(0x144)](_0x54d715,_0x380554(0x154),()=>{const _0x24a4e7=_0x380554;this[_0x24a4e7(0x15a)](_0x368592),this[_0x24a4e7(0x12a)][_0x24a4e7(0x16c)][_0x24a4e7(0x12f)][_0x24a4e7(0x122)]();}),this[_0x380554(0x167)]!==_0x368592&&this[_0x380554(0x150)](_0x368592));}),this[_0xf10d82(0x144)](this[_0xf10d82(0x12a)]['ui'],_0xf10d82(0x135),()=>{const _0x5a0236=_0xf10d82;_0x1492b3[_0x5a0236(0x157)]&&(_0xebd3de[_0x5a0236(0x165)](_0x1492b3[_0x5a0236(0x157)])&&_0x1492b3[_0x5a0236(0x168)]());}),this[_0xf10d82(0x144)](this[_0xf10d82(0x12a)][_0xf10d82(0x16c)][_0xf10d82(0x12f)][_0xf10d82(0x124)],_0xf10d82(0x127),()=>{const _0x4c4219=_0xf10d82;this[_0x4c4219(0x149)]=!0x0,this[_0x4c4219(0x125)][_0x4c4219(0x11c)]();}),this[_0xf10d82(0x12a)][_0xf10d82(0x16c)][_0xf10d82(0x12f)][_0xf10d82(0x124)][_0xf10d82(0x13b)][_0xf10d82(0x123)]&&this[_0xf10d82(0x12a)][_0xf10d82(0x16c)][_0xf10d82(0x12f)][_0xf10d82(0x122)](),this[_0xf10d82(0x138)]=!0x0;}[_0x179c13(0x13d)](){const _0x3e2ea4=_0x179c13;if(!this[_0x3e2ea4(0x138)])throw new _0xe8e049(_0x3e2ea4(0x134),this);this[_0x3e2ea4(0x150)](null);for(const _0x3dd44d of this[_0x3e2ea4(0x158)])this[_0x3e2ea4(0x12e)](_0x3dd44d);this[_0x3e2ea4(0x140)](),this[_0x3e2ea4(0x138)]=!0x1,this[_0x3e2ea4(0x14c)]=null;}[_0x179c13(0x11a)](){const _0x523666=_0x179c13;this[_0x523666(0x138)]&&this[_0x523666(0x13d)]();}[_0x179c13(0x10f)](_0x57511c){const _0x55b4a6=_0x179c13;for(const _0x4d0f20 of this[_0x55b4a6(0x143)])_0x57511c[_0x55b4a6(0x11b)](_0x4d0f20)||this[_0x55b4a6(0x125)][_0x55b4a6(0x14f)](_0x4d0f20);for(const _0x306f63 of this[_0x55b4a6(0x14c)])_0x57511c[_0x55b4a6(0x11b)](_0x306f63)||this[_0x55b4a6(0x12e)](_0x306f63);if(this[_0x55b4a6(0x12a)]['ui'][_0x55b4a6(0x13e)][_0x55b4a6(0x112)]){for(const _0x47171a of _0x57511c)this[_0x55b4a6(0x148)](_0x47171a);}this[_0x55b4a6(0x143)]=_0x57511c;}[_0x179c13(0x148)](_0x28a6b9,_0x348cb6=!0x1){const _0x1c8c71=_0x179c13;this[_0x1c8c71(0x125)][_0x1c8c71(0x14d)](_0x28a6b9)||(this[_0x1c8c71(0x158)][_0x1c8c71(0x14d)](_0x28a6b9)||this[_0x1c8c71(0x161)][_0x1c8c71(0x139)](_0x28a6b9[_0x1c8c71(0x12f)])||(this[_0x1c8c71(0x158)][_0x1c8c71(0x159)](_0x28a6b9),this[_0x1c8c71(0x161)][_0x1c8c71(0x159)]({'stackId':_0x28a6b9[_0x1c8c71(0x12f)]['id'],'view':_0x28a6b9[_0x1c8c71(0x12f)],'position':{'target':()=>this[_0x1c8c71(0x136)](_0x28a6b9)}})),_0x348cb6&&this[_0x1c8c71(0x161)][_0x1c8c71(0x119)](_0x28a6b9[_0x1c8c71(0x12f)]['id']));}[_0x179c13(0x136)](_0x520302){const _0x2308fc=_0x179c13,_0x469b45=_0x520302[_0x2308fc(0x16b)],_0x3ffe1d=this[_0x2308fc(0x12a)][_0x2308fc(0x16c)][_0x2308fc(0x12f)],_0x3aff1f=_0x3ffe1d[_0x2308fc(0x124)][_0x2308fc(0x13b)][_0x2308fc(0x15c)](),_0x13e9b6=_0x3ffe1d[_0x2308fc(0x126)][_0x2308fc(0x166)](_0x3aff1f);if(_0x13e9b6[_0x2308fc(0x155)](!0x0),_0x469b45){if(_0x469b45 instanceof _0x585d8a)return _0x469b45;let _0x4f56d5=[];for(const _0x2fe4dd of _0x469b45)_0x4f56d5[_0x2308fc(0x145)](...(_0xfbaae0=_0x2fe4dd[_0x2308fc(0x113)](),Array[_0x2308fc(0x129)](_0xfbaae0)[_0x2308fc(0x10c)](DOMRect[_0x2308fc(0x12b)])));_0x4f56d5=function(_0xb2ea0){const _0x321c8f=_0x2308fc,_0x4f61f7=[];let _0xc9cd96=_0xb2ea0[0x0];for(let _0x1d2768=0x1;_0x1d2768<_0xb2ea0[_0x321c8f(0x162)];_0x1d2768++)F(_0xc9cd96,_0xb2ea0[_0x1d2768])?_0xc9cd96[_0x321c8f(0x133)]+=_0xb2ea0[_0x1d2768][_0x321c8f(0x133)]:(_0x4f61f7[_0x321c8f(0x145)](_0xc9cd96),_0xc9cd96=_0xb2ea0[_0x1d2768]);return _0x4f61f7[_0x321c8f(0x145)](_0xc9cd96),_0x4f61f7;}(_0x4f56d5);const _0x89b329=_0x13e9b6[_0x2308fc(0x115)]();return _0x4f56d5[_0x2308fc(0x156)](_0x13095c=>_0x13095c[_0x2308fc(0x121)]<=_0x89b329[_0x2308fc(0x121)]&&_0x13095c[_0x2308fc(0x11e)]>=_0x89b329[_0x2308fc(0x11e)]&&_0x13095c[_0x2308fc(0x10b)]<=_0x89b329[_0x2308fc(0x10b)]&&_0x13095c[_0x2308fc(0x153)]>=_0x89b329[_0x2308fc(0x153)])||_0x4f56d5[0x0];}var _0xfbaae0;return _0x520302[_0x2308fc(0x15f)]||_0x13e9b6;}[_0x179c13(0x12e)](_0x39280b){const _0x4bc52a=_0x179c13;this[_0x4bc52a(0x158)][_0x4bc52a(0x14d)](_0x39280b)&&this[_0x4bc52a(0x161)][_0x4bc52a(0x139)](_0x39280b[_0x4bc52a(0x12f)])&&(this[_0x4bc52a(0x158)][_0x4bc52a(0x14f)](_0x39280b),this[_0x4bc52a(0x161)][_0x4bc52a(0x15b)](_0x39280b[_0x4bc52a(0x12f)]));}[_0x179c13(0x15a)](_0x4dd5e7){const _0x1d0f66=_0x179c13;this[_0x1d0f66(0x125)][_0x1d0f66(0x159)](_0x4dd5e7),this[_0x1d0f66(0x12e)](_0x4dd5e7);}}function _0x1401(_0x336813,_0x4c223f){const _0x22091e=_0x2209();return _0x1401=function(_0x140198,_0x31bc57){_0x140198=_0x140198-0x10b;let _0x303634=_0x22091e[_0x140198];return _0x303634;},_0x1401(_0x336813,_0x4c223f);}function F(_0x1eb2cd,_0x27e1f3){const _0x5d2356=_0x179c13;return _0x1eb2cd[_0x5d2356(0x121)]===_0x27e1f3[_0x5d2356(0x121)]&&_0x1eb2cd[_0x5d2356(0x11e)]===_0x27e1f3[_0x5d2356(0x11e)]&&_0x1eb2cd[_0x5d2356(0x153)]===_0x27e1f3[_0x5d2356(0x10b)];}
@@ -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
+ function _0x45a5(){const _0x178e65=['locale','number','attachToDom','_annotations','annotationType','_setSelectedAnnotations','remove','init','unpin','northArrowSouth','removeEventListener','2frwoHf','element','detach','set:container','keydown','northArrowSouthEast','ck-sidebar--narrow','_attachListeners','length','getSidebarItemView','esc','southArrowNorthEast','ready','annotations','focus','_showBalloon','_detachListeners','5666505XQIWEs','first','clear','_destroyEditorAnnotationsIntegration','1295455eIafuu','_refreshPositioning','preventClosingBalloon','activeAnnotation','_updateBalloonPosition','getByView','southArrowNorth','keyCode','destroy','bodyCollection','create','NarrowSidebar','stop','attach','find','1126787bQhEho','refreshPositioning','pin','bind','mousedown','uiUpdate','_annotationToNarrowView','view','defaultPositions','refresh','delete','_editorAnnotations','balloonPanelView','context','contains','get','southArrowNorthWest','narrowSidebar','listenTo','narrowsidebar-attach-already-attached','4350704jdqrMD','northArrowSouthWest','content','focusableElements','addEventListener','blur','_refreshPositioningDebounced','_manuallyClosedAnnotationViews','values','execute','isDirty','_attachToContainer','change:height','set','rearrange','492oHiCQi','target','high','detachFromDom','editors','addAnnotation','preventDefault','requires','Esc','_domEmitter','add','pluginName','change:container','stopPropagation','low','hasDomSelection','setActiveAnnotation','type','stopListening','register','16887tGUDsl','12589848LvCSch','from','cancel','includes','plugins','resize','narrowsidebar-detach-not-attached','getOrderedSelectedAnnotations','EditorAnnotations','off','_hideBalloon','_selectedAnnotations','has','_integrateWithEditorAnnotations','isVisible','_detachFromContainer','4516056hDIVVi','isAttached'];_0x45a5=function(){return _0x178e65;};return _0x45a5();}const _0xcb7310=_0x61b9;(function(_0x64768b,_0x4349ba){const _0x2ae857=_0x61b9,_0x2c8085=_0x64768b();while(!![]){try{const _0x1a0db2=-parseInt(_0x2ae857(0xf9))/0x1*(parseInt(_0x2ae857(0xd5))/0x2)+-parseInt(_0x2ae857(0x130))/0x3*(parseInt(_0x2ae857(0x11c))/0x4)+parseInt(_0x2ae857(0xe6))/0x5+parseInt(_0x2ae857(0xc8))/0x6+-parseInt(_0x2ae857(0xea))/0x7+-parseInt(_0x2ae857(0x10d))/0x8+parseInt(_0x2ae857(0x131))/0x9;if(_0x1a0db2===_0x4349ba)break;else _0x2c8085['push'](_0x2c8085['shift']());}catch(_0x94fef6){_0x2c8085['push'](_0x2c8085['shift']());}}}(_0x45a5,0xb3e18));import{ContextPlugin as _0x1e2862,Context as _0x537cb7}from'ckeditor5/src/core.js';import _0x38e1ae from'./annotationsuis.js';function _0x61b9(_0x43957a,_0x1d7240){const _0x45a559=_0x45a5();return _0x61b9=function(_0x61b924,_0x105265){_0x61b924=_0x61b924-0xbb;let _0x147ffd=_0x45a559[_0x61b924];return _0x147ffd;},_0x61b9(_0x43957a,_0x1d7240);}import _0x16d8a9 from'./sidebar.js';import _0x19b910 from'./view/annotationcounterbuttonview.js';import{BalloonPanelView as _0x52ac2d,BodyCollection as _0x5bb692}from'ckeditor5/src/ui.js';import{CKEditorError as _0x1bb467,DomEmitterMixin as _0x12a6cf,keyCodes as _0x371a57,Collection as _0x115ad4}from'ckeditor5/src/utils.js';import'../../theme/sidebar-narrow.css';import{debounce as _0x50ad69}from'lodash-es';import _0x28a406 from'./editorannotations.js';export default class i extends _0x1e2862{static get[_0xcb7310(0x123)](){return[_0x16d8a9,_0x38e1ae];}static get[_0xcb7310(0x127)](){const _0x160b62=_0xcb7310;return _0x160b62(0xf5);}constructor(_0x110476){const _0x5272c3=_0xcb7310;super(_0x110476),this[_0x5272c3(0xc9)]=!0x1,this[_0x5272c3(0x114)]=new Set(),this[_0x5272c3(0x125)]=Object[_0x5272c3(0xf4)](_0x12a6cf),this[_0x5272c3(0xff)]=new Map(),this[_0x5272c3(0x11a)](_0x5272c3(0xed),null),this[_0x5272c3(0xe2)]=null,this[_0x5272c3(0xc3)]=[],this[_0x5272c3(0x104)]=new _0x115ad4(),this[_0x5272c3(0x113)]=_0x50ad69(()=>{const _0x3aa881=_0x5272c3;this[_0x3aa881(0xeb)]();},0xfa,{'leading':!0x1});}[_0xcb7310(0xd1)](){const _0x1c65d7=_0xcb7310;this[_0x1c65d7(0x106)][_0x1c65d7(0xbc)][_0x1c65d7(0x108)](_0x38e1ae)[_0x1c65d7(0x12f)](_0x1c65d7(0x10a),this),this[_0x1c65d7(0xf3)]=new _0x5bb692(this[_0x1c65d7(0x106)][_0x1c65d7(0xca)]),this[_0x1c65d7(0x105)]=new _0x52ac2d(this[_0x1c65d7(0x106)][_0x1c65d7(0xca)]),this[_0x1c65d7(0xf3)][_0x1c65d7(0xcc)](),this[_0x1c65d7(0xf3)][_0x1c65d7(0x126)](this[_0x1c65d7(0x105)]);}[_0xcb7310(0xf7)](_0x31aaf5){const _0x56b55a=_0xcb7310;this[_0x56b55a(0xe2)]=_0x31aaf5;const _0x2ee411=this[_0x56b55a(0x106)][_0x56b55a(0xbc)][_0x56b55a(0x108)](_0x16d8a9),_0x54ee04=this[_0x56b55a(0x105)];if(_0x2ee411[_0x56b55a(0xcd)]=_0x31aaf5,this[_0x56b55a(0xc9)])throw new _0x1bb467(_0x56b55a(0x10c),this);this[_0x56b55a(0xc9)]=!0x0,this[_0x56b55a(0x10b)](_0x2ee411,_0x56b55a(0xd8),()=>{const _0x5990bc=_0x56b55a;this[_0x5990bc(0xd7)](),this[_0x5990bc(0x10b)](_0x2ee411,_0x5990bc(0x128),_0x2d0365=>{const _0x57a309=_0x5990bc;_0x2d0365[_0x57a309(0xc1)](),this[_0x57a309(0xf7)](_0x31aaf5);});}),_0x2ee411[_0x56b55a(0x118)]({'viewClass':_0x56b55a(0xdb),'spaceBetweenItems':0x5});const _0x1b116d=_0x4686a1=>{const _0x4c047f=_0x56b55a,_0x5b2b98=new _0x19b910(this[_0x4c047f(0x106)][_0x4c047f(0xca)]);_0x2ee411[_0x4c047f(0x121)](_0x4686a1,_0x5b2b98),this[_0x4c047f(0xff)][_0x4c047f(0x11a)](_0x4686a1,_0x5b2b98),_0x5b2b98[_0x4c047f(0xfc)](_0x4c047f(0x117),_0x4c047f(0xce),_0x4c047f(0xcb))['to'](_0x4686a1[_0x4c047f(0x100)],_0x4c047f(0x117),_0x4c047f(0x12d),_0x4c047f(0xdd)),_0x5b2b98['on'](_0x4c047f(0x116),()=>{const _0xc79f2a=_0x4c047f;this[_0xc79f2a(0x114)][_0xc79f2a(0xe8)](),_0x54ee04[_0xc79f2a(0x10f)][_0xc79f2a(0xe7)]!==_0x4686a1[_0xc79f2a(0x100)]?(this[_0xc79f2a(0xe4)](_0x4686a1),_0x4686a1[_0xc79f2a(0x100)][_0xc79f2a(0xd6)][_0xc79f2a(0xe3)](),this[_0xc79f2a(0x12c)](_0x4686a1)):this[_0xc79f2a(0x12c)](null);});};for(const _0x249633 of _0x31aaf5)_0x1b116d(_0x249633);this[_0x56b55a(0x10b)](_0x31aaf5,_0x56b55a(0x126),(_0x2600fa,_0x3557e8)=>{_0x1b116d(_0x3557e8);}),this[_0x56b55a(0x10b)](_0x31aaf5,_0x56b55a(0xd0),(_0x1de882,_0x193639,_0xa0167a)=>{const _0x3bd1f8=_0x56b55a;this[_0x3bd1f8(0xff)][_0x3bd1f8(0x108)](_0x193639)[_0x3bd1f8(0xf2)](),this[_0x3bd1f8(0xff)][_0x3bd1f8(0x103)](_0x193639),_0x2ee411[_0x3bd1f8(0x11b)]({'removedAnnotation':_0x193639,'previousAnnotation':_0x31aaf5[_0x3bd1f8(0x108)](_0xa0167a-0x1),'nextAnnotation':_0x31aaf5[_0x3bd1f8(0x108)](_0xa0167a+0x1)}),_0x193639===this[_0x3bd1f8(0xed)]&&this[_0x3bd1f8(0x12c)](null);},{'priority':_0x56b55a(0x12a)}),this[_0x56b55a(0x10b)](_0x31aaf5,_0x56b55a(0xe3),(_0x293c12,_0x218616)=>{const _0x5e30d0=_0x56b55a;this[_0x5e30d0(0x12c)](_0x218616);}),this[_0x56b55a(0x10b)](_0x31aaf5,_0x56b55a(0x112),()=>{const _0x2ca07a=_0x56b55a;this[_0x2ca07a(0x12c)](null);}),this[_0x56b55a(0x125)][_0x56b55a(0x10b)](document,_0x56b55a(0xd9),(_0x24854f,_0x3426b7)=>{const _0x201a2f=_0x56b55a;_0x3426b7[_0x201a2f(0xf1)]===_0x371a57[_0x201a2f(0xdf)]&&_0x54ee04[_0x201a2f(0xc6)]&&(this[_0x201a2f(0x114)][_0x201a2f(0x126)](_0x54ee04[_0x201a2f(0x10f)][_0x201a2f(0xe7)]),this[_0x201a2f(0xc2)](),_0x3426b7[_0x201a2f(0x129)](),_0x3426b7[_0x201a2f(0x122)]());}),this[_0x56b55a(0x125)][_0x56b55a(0x10b)](document,_0x56b55a(0xfd),(_0x172678,_0x3f7a14)=>{const _0x3e4271=_0x56b55a,_0x455fdc=_0x3f7a14[_0x3e4271(0x11d)];_0x54ee04[_0x3e4271(0xc6)]&&_0x54ee04[_0x3e4271(0xd6)][_0x3e4271(0x107)](_0x455fdc)||_0x2ee411[_0x3e4271(0x100)][_0x3e4271(0xd6)][_0x3e4271(0x107)](_0x455fdc)||_0x172678[_0x3e4271(0xec)]||this[_0x3e4271(0xed)]&&this[_0x3e4271(0xed)][_0x3e4271(0x110)][_0x3e4271(0xf8)](_0x3a137c=>_0x3a137c[_0x3e4271(0x107)](_0x455fdc))||(this[_0x3e4271(0x114)][_0x3e4271(0xe8)](),this[_0x3e4271(0xc2)](),this[_0x3e4271(0x12c)](null));});const _0x16a810=this[_0x56b55a(0x106)]instanceof _0x537cb7?this[_0x56b55a(0x106)][_0x56b55a(0x120)]:new _0x115ad4([this[_0x56b55a(0x106)]]);for(const _0xf9b244 of _0x16a810)this[_0x56b55a(0xc5)](_0xf9b244);this[_0x56b55a(0x10b)](_0x16a810,_0x56b55a(0x126),(_0x1efee8,_0x3a7971)=>{const _0x160c5d=_0x56b55a;this[_0x160c5d(0x10b)](_0x3a7971,_0x160c5d(0xe1),()=>{const _0x444352=_0x160c5d;this[_0x444352(0xc5)](_0x3a7971);});}),this[_0x56b55a(0x10b)](_0x16a810,_0x56b55a(0xd0),(_0x558305,_0x100e28)=>{const _0x26439c=_0x56b55a;_0x100e28[_0x26439c(0xbc)][_0x26439c(0xc4)](_0x26439c(0xc0))&&this[_0x26439c(0xe9)](_0x100e28[_0x26439c(0xbc)][_0x26439c(0x108)](_0x26439c(0xc0)));}),window[_0x56b55a(0x111)](_0x56b55a(0xbd),this[_0x56b55a(0x113)]),this[_0x56b55a(0xeb)]();}[_0xcb7310(0x12c)](_0x2eb03a){const _0x16fe8d=_0xcb7310;if(_0x2eb03a===this[_0x16fe8d(0xed)])return;const _0x24813e=this[_0x16fe8d(0x106)][_0x16fe8d(0xbc)][_0x16fe8d(0x108)](_0x16d8a9);if(_0x24813e[_0x16fe8d(0x102)]({'blurredAnnotation':this[_0x16fe8d(0xed)],'activatedAnnotation':_0x2eb03a,'disableAnimationOnActivatedAnnotation':!0x0}),_0x2eb03a)_0x24813e[_0x16fe8d(0xde)](_0x2eb03a)?this[_0x16fe8d(0xe4)](_0x2eb03a):this[_0x16fe8d(0xc2)]();else this[_0x16fe8d(0xc2)]();this[_0x16fe8d(0xed)]=_0x2eb03a;}[_0xcb7310(0xd7)](){const _0x3c45c1=_0xcb7310;if(!this[_0x3c45c1(0xc9)])throw new _0x1bb467(_0x3c45c1(0xbe),this);this[_0x3c45c1(0x12c)](null);const _0x216005=this[_0x3c45c1(0x106)][_0x3c45c1(0xbc)][_0x3c45c1(0x108)](_0x16d8a9);this[_0x3c45c1(0xc2)](),Array[_0x3c45c1(0x132)](this[_0x3c45c1(0xff)][_0x3c45c1(0x115)](),_0x593569=>_0x593569[_0x3c45c1(0xf2)]()),this[_0x3c45c1(0xff)][_0x3c45c1(0xe8)](),_0x216005[_0x3c45c1(0xc7)](this[_0x3c45c1(0xe2)]),this[_0x3c45c1(0x12e)](),this[_0x3c45c1(0x125)][_0x3c45c1(0x12e)](),this[_0x3c45c1(0x106)]instanceof _0x537cb7&&this[_0x3c45c1(0x12e)](this[_0x3c45c1(0x106)][_0x3c45c1(0x120)]);for(const _0x2129a4 of Array[_0x3c45c1(0x132)](this[_0x3c45c1(0x104)]))this[_0x3c45c1(0xe9)](_0x2129a4);window[_0x3c45c1(0xd4)](_0x3c45c1(0xbd),this[_0x3c45c1(0x113)]),this[_0x3c45c1(0x113)][_0x3c45c1(0x133)](),this[_0x3c45c1(0xc3)]=[],this[_0x3c45c1(0xc9)]=!0x1,this[_0x3c45c1(0xe2)]=null;}[_0xcb7310(0xf2)](){const _0x57e07f=_0xcb7310;this[_0x57e07f(0xc9)]&&this[_0x57e07f(0xd7)](),this[_0x57e07f(0xf3)][_0x57e07f(0x11f)]();}[_0xcb7310(0xc5)](_0x1a4d2f){const _0xcdbbf1=_0xcb7310,_0x44ec9f=_0x1a4d2f[_0xcdbbf1(0xbc)][_0xcdbbf1(0x108)](_0x28a406),_0x162a4e=this[_0xcdbbf1(0x106)][_0xcdbbf1(0xbc)][_0xcdbbf1(0x108)](_0x16d8a9),_0x19d73c=this[_0xcdbbf1(0xe2)],_0x25ee40=this[_0xcdbbf1(0x105)],_0x84fabb=()=>{const _0xd945a7=_0xcdbbf1,_0x16dde2=_0x44ec9f[_0xd945a7(0xbf)]({'annotations':this[_0xd945a7(0xe2)],'activeAnnotation':this[_0xd945a7(0xed)]});this[_0xd945a7(0xcf)](_0x16dde2),this[_0xd945a7(0x12c)](_0x16dde2[0x0]||null);};this[_0xcdbbf1(0x10b)](_0x44ec9f,_0xcdbbf1(0x102),_0x84fabb),this[_0xcdbbf1(0x10b)](_0x44ec9f,_0xcdbbf1(0x112),(_0x399638,{isAnnotationTracked:_0x13df8c})=>{const _0xe39d5e=_0xcdbbf1;this[_0xe39d5e(0xed)]&&_0x13df8c(this[_0xe39d5e(0xed)])&&(this[_0xe39d5e(0xcf)]([]),this[_0xe39d5e(0x12c)](null));}),this[_0xcdbbf1(0x10b)](_0x44ec9f,_0xcdbbf1(0xfe),()=>{const _0xdf7ce2=_0xcdbbf1;this[_0xdf7ce2(0x113)]();}),this[_0xcdbbf1(0x10b)](_0x19d73c,_0xcdbbf1(0x112),_0x406817=>{const _0x1d37bc=_0xcdbbf1;_0x44ec9f[_0x1d37bc(0x12b)]()&&_0x406817[_0x1d37bc(0xf6)]();},{'priority':_0xcdbbf1(0x11e)}),this[_0xcdbbf1(0x10b)](this[_0xcdbbf1(0x125)],_0xcdbbf1(0xfd),(_0x30c0f4,_0x4938f1)=>{const _0x5e23a5=_0xcdbbf1,_0x1a34bb=_0x4938f1[_0x5e23a5(0x11d)];_0x25ee40[_0x5e23a5(0xc6)]&&_0x25ee40[_0x5e23a5(0xd6)][_0x5e23a5(0x107)](_0x1a34bb)||_0x162a4e[_0x5e23a5(0x100)][_0x5e23a5(0xd6)][_0x5e23a5(0x107)](_0x1a34bb)||this[_0x5e23a5(0xed)]&&_0x44ec9f[_0x5e23a5(0x12b)]()&&(_0x84fabb(),_0x30c0f4[_0x5e23a5(0xec)]=!0x0);},{'priority':_0xcdbbf1(0x11e)}),this[_0xcdbbf1(0x104)][_0xcdbbf1(0x126)](_0x44ec9f);}[_0xcb7310(0xe9)](_0x212fef){const _0xf132e2=_0xcb7310;_0x212fef&&(this[_0xf132e2(0x12e)](_0x212fef),this[_0xf132e2(0x104)][_0xf132e2(0xd0)](_0x212fef));}[_0xcb7310(0xcf)](_0x1a6304){const _0x51a6ee=_0xcb7310;for(const _0x20b5a5 of this[_0x51a6ee(0xc3)])_0x1a6304[_0x51a6ee(0xbb)](_0x20b5a5)||this[_0x51a6ee(0x114)][_0x51a6ee(0x103)](_0x20b5a5[_0x51a6ee(0x100)]);this[_0x51a6ee(0xc3)]=_0x1a6304;}[_0xcb7310(0xeb)](){const _0x2f63f9=_0xcb7310,_0x6f14b5=this[_0x2f63f9(0x105)];this[_0x2f63f9(0xe2)][_0x2f63f9(0xfa)](),_0x6f14b5[_0x2f63f9(0xc6)]&&this[_0x2f63f9(0xee)]();}[_0xcb7310(0xe4)](_0x462453){const _0xb356be=_0xcb7310;if(this[_0xb356be(0x114)][_0xb356be(0xc4)](_0x462453[_0xb356be(0x100)]))return;const _0x4706fb=this[_0xb356be(0x105)][_0xb356be(0x10f)][_0xb356be(0xe7)];_0x4706fb!==_0x462453[_0xb356be(0x100)]?(_0x4706fb&&this[_0xb356be(0xe5)](_0x4706fb),this[_0xb356be(0xdc)](_0x462453[_0xb356be(0x100)]),this[_0xb356be(0x105)][_0xb356be(0x10f)][_0xb356be(0xe8)](),this[_0xb356be(0x105)][_0xb356be(0x10f)][_0xb356be(0x126)](_0x462453[_0xb356be(0x100)]),this[_0xb356be(0xee)]()):this[_0xb356be(0xee)]();}[_0xcb7310(0xee)](){const _0x201ebc=_0xcb7310,_0x5bd6bd=this[_0x201ebc(0x105)][_0x201ebc(0x10f)][_0x201ebc(0xe7)],_0x3c77b7=_0x5bd6bd&&this[_0x201ebc(0xe2)][_0x201ebc(0xef)](_0x5bd6bd);if(!_0x3c77b7||!this[_0x201ebc(0xff)][_0x201ebc(0xc4)](_0x3c77b7))return;const _0x451954=this[_0x201ebc(0xff)][_0x201ebc(0x108)](_0x3c77b7)[_0x201ebc(0xd6)],_0x4d6ded=(function(){const _0x34275c=_0x201ebc,_0x3aa446=_0x52ac2d[_0x34275c(0x101)];return[_0x3aa446[_0x34275c(0xe0)],_0x3aa446[_0x34275c(0xda)],_0x3aa446[_0x34275c(0xf0)],_0x3aa446[_0x34275c(0xd3)],_0x3aa446[_0x34275c(0x109)],_0x3aa446[_0x34275c(0x10e)]];}());this[_0x201ebc(0x105)][_0x201ebc(0xfb)]({'target':_0x451954,'positions':_0x4d6ded});}[_0xcb7310(0xc2)](){const _0x422a4e=_0xcb7310,_0xd78e09=this[_0x422a4e(0x105)],_0x256106=_0xd78e09[_0x422a4e(0x10f)][_0x422a4e(0xe7)];_0x256106&&(this[_0x422a4e(0xe5)](_0x256106),_0xd78e09[_0x422a4e(0xd2)](),_0xd78e09[_0x422a4e(0x10f)][_0x422a4e(0xe8)]());}[_0xcb7310(0xdc)](_0x4705fe){const _0x266a74=_0xcb7310;this[_0x266a74(0x10b)](_0x4705fe,_0x266a74(0x119),()=>this[_0x266a74(0xee)]()),this[_0x266a74(0x10b)](_0x4705fe,_0x266a74(0x124),(_0x2cffde,_0x1684f1)=>{const _0x509eb6=_0x266a74;this[_0x509eb6(0x114)][_0x509eb6(0x126)](_0x4705fe),this[_0x509eb6(0xc2)](),_0x1684f1();});}[_0xcb7310(0xe5)](_0x339a30){const _0x19ef0a=_0xcb7310;this[_0x19ef0a(0x12e)](_0x339a30);}}
@@ -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 _0x567ce2=_0x109e;(function(_0x57fd78,_0x58cef5){const _0x570893=_0x109e,_0x1e17f1=_0x57fd78();while(!![]){try{const _0x7ad363=-parseInt(_0x570893(0x122))/0x1*(parseInt(_0x570893(0x167))/0x2)+parseInt(_0x570893(0x169))/0x3+-parseInt(_0x570893(0x14b))/0x4+-parseInt(_0x570893(0x164))/0x5*(-parseInt(_0x570893(0x13c))/0x6)+-parseInt(_0x570893(0x173))/0x7*(-parseInt(_0x570893(0x15b))/0x8)+-parseInt(_0x570893(0x124))/0x9+-parseInt(_0x570893(0x177))/0xa*(parseInt(_0x570893(0x165))/0xb);if(_0x7ad363===_0x58cef5)break;else _0x1e17f1['push'](_0x1e17f1['shift']());}catch(_0x29d70a){_0x1e17f1['push'](_0x1e17f1['shift']());}}}(_0x348c,0x9d4db));function _0x348c(){const _0x47f887=['getIndex','Sidebar','getSidebarItemView','_sidebarItemViewToAnnotation','_alignBeforeItem','add','list','updateHeight','_recalculateBuffer','view','rearrange','push','_destroySidebarItemView','config','refresh','_getItemBefore','_targetTop','_annotations','delete','2903676vKpWUG','class','_attachToContainer','isAnimationDisabled','unbind','sidebar.preventScrollOutOfView','init','listenTo','length','minHeight','last','container','_alignToTargetRect','set','_alignForTopChange','2827604iXprmE','_alignAfterItem','_getMaxAvailableTop','change:targetRect','_lastItem','_annotationToSidebarItemView','get','_updateLastItem','appendChild','height','context','remove','_recalculate','bind','_setItemTop','addAnnotation','723216lnhSrQ','element','locale','max','nodeType','_spaceBetweenItems','setContainer','stopListening','target','10JQDJGL','1553233ESAWGC','targetRect','27214aMFCnM','_alignForBottomChange','2344602MiwjLE','_detachFromContainer','sidebar-setcontainer-invalid-element','sidebar.container','bottom','_getItemAfter','_createSidebarView','define','isActive','_getTargetTop','91mFdwgE','clear','top','change:_lastItem','20pNFjAo','pluginName','change:top','change:bottom','object','57TzaEqd','destroy','4638879pHHJKz','_activeAnnotation','content','sidebar-attachtocontainer-missing-container','render'];_0x348c=function(){return _0x47f887;};return _0x348c();}import{ContextPlugin as _0x5787a9}from'ckeditor5/src/core.js';function _0x109e(_0x5167a5,_0x35ab20){const _0x348cce=_0x348c();return _0x109e=function(_0x109e30,_0x28173b){_0x109e30=_0x109e30-0x121;let _0x46f42d=_0x348cce[_0x109e30];return _0x46f42d;},_0x109e(_0x5167a5,_0x35ab20);}import{Rect as _0x308d6d,CKEditorError as _0x337b3f}from'ckeditor5/src/utils.js';import _0x34a03f from'./view/sidebarview.js';import _0x7b6242 from'./view/sidebaritemview.js';export default class z extends _0x5787a9{static get[_0x567ce2(0x178)](){const _0xf79e93=_0x567ce2;return _0xf79e93(0x12a);}constructor(_0x43898a){const _0xa5c8ec=_0x567ce2;super(_0x43898a),this[_0xa5c8ec(0x149)](_0xa5c8ec(0x14f),void 0x0),this[_0xa5c8ec(0x132)]=this[_0xa5c8ec(0x16f)](),this[_0xa5c8ec(0x149)](_0xa5c8ec(0x147),null),this[_0xa5c8ec(0x160)]=0x19,this[_0xa5c8ec(0x12c)]=new Map(),this[_0xa5c8ec(0x150)]=new Map(),this[_0xa5c8ec(0x155)][_0xa5c8ec(0x136)][_0xa5c8ec(0x170)](_0xa5c8ec(0x141),!0x1),this[_0xa5c8ec(0x13a)]=null,this[_0xa5c8ec(0x125)]=null,this[_0xa5c8ec(0x131)]=[];}[_0x567ce2(0x142)](){const _0x165bb9=_0x567ce2,_0x3b7dd0=this[_0x165bb9(0x155)][_0x165bb9(0x136)][_0x165bb9(0x151)](_0x165bb9(0x16c));_0x3b7dd0&&this[_0x165bb9(0x161)](_0x3b7dd0);}[_0x567ce2(0x161)](_0x38e3e2){const _0x163a73=_0x567ce2;if(!y(_0x38e3e2))throw new _0x337b3f(_0x163a73(0x16b));this[_0x163a73(0x147)]=_0x38e3e2;}[_0x567ce2(0x13e)]({viewClass:_0x3b8e07='',spaceBetweenItems:_0x6178e0=0x19}={}){const _0x560d47=_0x567ce2;if(!y(this[_0x560d47(0x147)]))throw new _0x337b3f(_0x560d47(0x127),this);this[_0x560d47(0x147)][_0x560d47(0x153)](this[_0x560d47(0x132)][_0x560d47(0x15c)]),this[_0x560d47(0x132)][_0x560d47(0x13d)]=_0x3b8e07,this[_0x560d47(0x160)]=_0x6178e0;}[_0x567ce2(0x133)]({removedAnnotation:_0x4166a4,previousAnnotation:_0x2cede2,nextAnnotation:_0x1d1cb4}){const _0x23c15b=_0x567ce2,_0x3e89a6=this[_0x23c15b(0x12b)](_0x4166a4);this[_0x23c15b(0x132)][_0x23c15b(0x12f)][_0x23c15b(0x156)](_0x3e89a6),this[_0x23c15b(0x135)](_0x4166a4),_0x2cede2&&this[_0x23c15b(0x148)](this[_0x23c15b(0x12b)](_0x2cede2)),_0x1d1cb4&&this[_0x23c15b(0x148)](this[_0x23c15b(0x12b)](_0x1d1cb4)),this[_0x23c15b(0x152)]();}[_0x567ce2(0x137)]({blurredAnnotation:_0x104846,activatedAnnotation:_0x51a49d,disableAnimationOnActivatedAnnotation:_0x1a22ca}){const _0x2c9a36=_0x567ce2;if(this[_0x2c9a36(0x125)]=_0x51a49d,_0x104846){_0x104846[_0x2c9a36(0x171)]=!0x1;const _0x3f97d1=this[_0x2c9a36(0x12b)](_0x104846);_0x3f97d1&&_0x1a22ca&&(_0x3f97d1[_0x2c9a36(0x13f)]=!0x1);}if(_0x51a49d){const _0x32b997=this[_0x2c9a36(0x12b)](_0x51a49d);_0x32b997&&(_0x51a49d[_0x2c9a36(0x171)]=!0x0,_0x1a22ca&&(_0x32b997[_0x2c9a36(0x13f)]=!0x0,_0x32b997[_0x2c9a36(0x175)]+=0x1),this[_0x2c9a36(0x148)](_0x32b997));}}[_0x567ce2(0x16a)](_0x36c0b3){const _0x40f1bf=_0x567ce2;if(this[_0x40f1bf(0x132)][_0x40f1bf(0x15c)][_0x40f1bf(0x156)](),_0x36c0b3){for(const _0xdd857d of _0x36c0b3)this[_0x40f1bf(0x135)](_0xdd857d);}this[_0x40f1bf(0x132)][_0x40f1bf(0x12f)][_0x40f1bf(0x174)](),this[_0x40f1bf(0x132)][_0x40f1bf(0x13d)]='',this[_0x40f1bf(0x14f)]=null;}[_0x567ce2(0x15a)](_0x15ecb9,_0x1af4da){const _0x2e9843=_0x567ce2;_0x1af4da||(_0x1af4da=_0x15ecb9[_0x2e9843(0x132)]);const _0x4ebed3=new _0x7b6242(this[_0x2e9843(0x155)][_0x2e9843(0x15d)]);this[_0x2e9843(0x12c)][_0x2e9843(0x149)](_0x4ebed3,_0x15ecb9),this[_0x2e9843(0x150)][_0x2e9843(0x149)](_0x15ecb9,_0x4ebed3),_0x4ebed3[_0x2e9843(0x126)][_0x2e9843(0x12e)](_0x1af4da),this[_0x2e9843(0x143)](_0x15ecb9[_0x2e9843(0x132)],_0x2e9843(0x14e),(_0xe68339,_0x582517,_0x182e3a)=>{const _0x1afb43=_0x2e9843,_0x3baad0=this[_0x1afb43(0x172)](_0x15ecb9,_0x182e3a);_0x4ebed3[_0x1afb43(0x139)]!=_0x3baad0&&(_0x4ebed3[_0x1afb43(0x139)]=_0x3baad0,this[_0x1afb43(0x159)](_0x4ebed3,_0x3baad0));}),this[_0x2e9843(0x143)](_0x4ebed3,_0x2e9843(0x179),()=>{const _0x3ef57d=_0x2e9843;this[_0x3ef57d(0x157)](_0x4ebed3,_0x3ef57d(0x175));}),this[_0x2e9843(0x143)](_0x4ebed3,_0x2e9843(0x17a),()=>{const _0x15054e=_0x2e9843;this[_0x15054e(0x157)](_0x4ebed3,_0x15054e(0x16d));}),this[_0x2e9843(0x148)](_0x4ebed3);const _0x1d470d=this[_0x2e9843(0x138)](_0x4ebed3);if(_0x1d470d)this[_0x2e9843(0x14c)](_0x1d470d,_0x4ebed3)||this[_0x2e9843(0x148)](_0x4ebed3);else this[_0x2e9843(0x148)](_0x4ebed3);return this[_0x2e9843(0x152)](),this[_0x2e9843(0x132)][_0x2e9843(0x12f)][_0x2e9843(0x12e)](_0x4ebed3),_0x4ebed3;}[_0x567ce2(0x14a)](_0x4b54b2){const _0x56dc4c=_0x567ce2;if(!_0x4b54b2[_0x56dc4c(0x126)][_0x56dc4c(0x144)])return;const _0x5e7a34=this[_0x56dc4c(0x138)](_0x4b54b2);if(!_0x5e7a34)return;const _0x27c8f1=this[_0x56dc4c(0x12c)][_0x56dc4c(0x151)](_0x5e7a34),_0x30a710=this[_0x56dc4c(0x125)];_0x30a710&&_0x30a710===_0x27c8f1?this[_0x56dc4c(0x14c)](_0x5e7a34,_0x4b54b2):this[_0x56dc4c(0x12d)](_0x4b54b2,_0x5e7a34);}[_0x567ce2(0x168)](_0x4d6006){const _0x395c0d=_0x567ce2;if(!_0x4d6006[_0x395c0d(0x126)][_0x395c0d(0x144)])return;const _0x40c3bd=this[_0x395c0d(0x16e)](_0x4d6006);if(!_0x40c3bd)return;const _0x2f12db=this[_0x395c0d(0x12c)][_0x395c0d(0x151)](_0x40c3bd),_0xd3f4c1=this[_0x395c0d(0x155)][_0x395c0d(0x136)][_0x395c0d(0x151)](_0x395c0d(0x141)),_0x55dd10=this[_0x395c0d(0x125)];_0x55dd10&&_0x55dd10===_0x2f12db&&_0xd3f4c1?(this[_0x395c0d(0x12d)](_0x40c3bd,_0x4d6006),this[_0x395c0d(0x14c)](_0x4d6006,_0x40c3bd)):_0x55dd10&&_0x55dd10===_0x2f12db?this[_0x395c0d(0x12d)](_0x40c3bd,_0x4d6006):this[_0x395c0d(0x14c)](_0x4d6006,_0x40c3bd);}[_0x567ce2(0x157)](_0x3d3be4,_0x1fa165){const _0x65c909=_0x567ce2;0x0===this[_0x65c909(0x131)][_0x65c909(0x144)]&&setTimeout(()=>{const _0x533409=_0x65c909;for(const {sidebarItemView:_0x20d1b0,changedProp:_0x19e88b}of this[_0x533409(0x131)])_0x533409(0x175)===_0x19e88b?this[_0x533409(0x14a)](_0x20d1b0):this[_0x533409(0x168)](_0x20d1b0);this[_0x533409(0x131)]=[];},0xa),this[_0x65c909(0x131)][_0x65c909(0x134)]({'sidebarItemView':_0x3d3be4,'changedProp':_0x1fa165});}[_0x567ce2(0x12b)](_0x52d871){const _0xb74329=_0x567ce2;return this[_0xb74329(0x150)][_0xb74329(0x151)](_0x52d871);}[_0x567ce2(0x123)](){const _0xb768df=_0x567ce2;this[_0xb768df(0x162)](),this[_0xb768df(0x132)][_0xb768df(0x123)]();}[_0x567ce2(0x135)](_0x5793d6){const _0x3e8a7e=_0x567ce2,_0x4b5ba4=this[_0x3e8a7e(0x12b)](_0x5793d6);this[_0x3e8a7e(0x162)](_0x4b5ba4),this[_0x3e8a7e(0x162)](_0x5793d6[_0x3e8a7e(0x132)]),_0x4b5ba4[_0x3e8a7e(0x123)](),this[_0x3e8a7e(0x150)][_0x3e8a7e(0x13b)](_0x5793d6),this[_0x3e8a7e(0x12c)][_0x3e8a7e(0x13b)](_0x4b5ba4);}[_0x567ce2(0x16f)](){const _0x1880a0=_0x567ce2,_0x4699ef=new _0x34a03f(this[_0x1880a0(0x155)][_0x1880a0(0x15d)]);return _0x4699ef[_0x1880a0(0x128)](),this['on'](_0x1880a0(0x176),(_0x1d6b8b,_0x34e9e1,_0x1e0d4c,_0x4e3f65)=>{const _0x2433b1=_0x1880a0;_0x4e3f65&&_0x4699ef[_0x2433b1(0x140)](_0x2433b1(0x145)),_0x1e0d4c?_0x4699ef[_0x2433b1(0x158)](_0x2433b1(0x145))['to'](_0x1e0d4c,_0x2433b1(0x16d)):_0x4699ef[_0x2433b1(0x145)]=null;}),_0x4699ef;}[_0x567ce2(0x152)](){const _0x36f981=_0x567ce2;var _0x323a5f;this[_0x36f981(0x14f)]=(null===(_0x323a5f=this[_0x36f981(0x13a)])||void 0x0===_0x323a5f?void 0x0:_0x323a5f[_0x36f981(0x146)])?this[_0x36f981(0x12b)](this[_0x36f981(0x13a)][_0x36f981(0x146)]):null;}[_0x567ce2(0x138)](_0x291afe){const _0x4e650c=_0x567ce2;var _0x22f858;const _0x53931f=this[_0x4e650c(0x12c)][_0x4e650c(0x151)](_0x291afe),_0x3cc77e=_0x53931f&&(null===(_0x22f858=this[_0x4e650c(0x13a)])||void 0x0===_0x22f858?void 0x0:_0x22f858[_0x4e650c(0x151)](this[_0x4e650c(0x13a)][_0x4e650c(0x129)](_0x53931f)-0x1));return _0x3cc77e&&this[_0x4e650c(0x12b)](_0x3cc77e)||null;}[_0x567ce2(0x16e)](_0x2bf031){const _0x288963=_0x567ce2;var _0x4eb736;const _0x244f8c=this[_0x288963(0x12c)][_0x288963(0x151)](_0x2bf031),_0x426495=_0x244f8c&&(null===(_0x4eb736=this[_0x288963(0x13a)])||void 0x0===_0x4eb736?void 0x0:_0x4eb736[_0x288963(0x151)](this[_0x288963(0x13a)][_0x288963(0x129)](_0x244f8c)+0x1));return _0x426495&&this[_0x288963(0x12b)](_0x426495)||null;}[_0x567ce2(0x12d)](_0x524bc3,_0x171774){const _0x5f3a58=_0x567ce2;_0x524bc3[_0x5f3a58(0x130)]();const _0x122a51=M(_0x171774[_0x5f3a58(0x16d)]+this[_0x5f3a58(0x160)],_0x524bc3[_0x5f3a58(0x175)]);return!!_0x122a51&&(this[_0x5f3a58(0x159)](_0x171774,_0x171774[_0x5f3a58(0x175)]-_0x122a51),!0x0);}[_0x567ce2(0x14c)](_0x5f5118,_0x1bfbd5){const _0x376067=_0x567ce2;_0x5f5118[_0x376067(0x130)]();const _0x3d6eb4=M(_0x5f5118[_0x376067(0x16d)]+this[_0x376067(0x160)],_0x1bfbd5[_0x376067(0x175)]);return!!_0x3d6eb4&&(this[_0x376067(0x159)](_0x1bfbd5,_0x1bfbd5[_0x376067(0x175)]+_0x3d6eb4,!0x1),!0x0);}[_0x567ce2(0x148)](_0x46c077){const _0x1b1d87=_0x567ce2,_0x5d6762=this[_0x1b1d87(0x12c)][_0x1b1d87(0x151)](_0x46c077);if(!_0x5d6762||!_0x5d6762[_0x1b1d87(0x163)]||!_0x5d6762[_0x1b1d87(0x166)])return;const _0x2bd5c7=this[_0x1b1d87(0x172)](_0x5d6762,_0x5d6762[_0x1b1d87(0x166)]);this[_0x1b1d87(0x159)](_0x46c077,_0x2bd5c7);}[_0x567ce2(0x172)](_0x1fb448,_0x93d9ba){const _0x12adc6=_0x567ce2;if(null===_0x93d9ba)return 0x0;if(_0x1fb448[_0x12adc6(0x163)]instanceof _0x308d6d)return _0x93d9ba[_0x12adc6(0x175)];{const _0x2d0309=new _0x308d6d(this[_0x12adc6(0x132)][_0x12adc6(0x15c)])[_0x12adc6(0x175)];return _0x93d9ba[_0x12adc6(0x175)]-_0x2d0309;}}[_0x567ce2(0x159)](_0x3be49d,_0x49d70a,_0x49ef26=this[_0x567ce2(0x155)][_0x567ce2(0x136)][_0x567ce2(0x151)](_0x567ce2(0x141))){const _0x361aaf=_0x567ce2;_0x49ef26&&(_0x49d70a=Math[_0x361aaf(0x15e)](_0x49d70a,this[_0x361aaf(0x14d)](_0x3be49d))),_0x3be49d[_0x361aaf(0x175)]=_0x49d70a;}[_0x567ce2(0x14d)](_0x424762){const _0x2a10ac=_0x567ce2;let _0x45939d=this[_0x2a10ac(0x138)](_0x424762),_0x77a1be=0x0;for(;_0x45939d;)_0x45939d[_0x2a10ac(0x130)](),_0x77a1be+=this[_0x2a10ac(0x160)]+_0x45939d[_0x2a10ac(0x154)],_0x45939d=this[_0x2a10ac(0x138)](_0x45939d);return _0x77a1be;}}function M(_0xef3854,_0x42c32d){const _0x147395=_0x567ce2;return Math[_0x147395(0x15e)](_0xef3854-_0x42c32d,0x0);}function y(_0x5f4ef4){const _0x39915e=_0x567ce2;return null!==_0x5f4ef4&&_0x39915e(0x121)==typeof _0x5f4ef4&&0x1===_0x5f4ef4[_0x39915e(0x15f)];}
@@ -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(_0x276975,_0x382cf5){const _0x5077fd=_0x1dae,_0xbf570d=_0x276975();while(!![]){try{const _0x352f9d=-parseInt(_0x5077fd(0x160))/0x1*(parseInt(_0x5077fd(0x15d))/0x2)+parseInt(_0x5077fd(0x175))/0x3+parseInt(_0x5077fd(0x173))/0x4+-parseInt(_0x5077fd(0x16f))/0x5+parseInt(_0x5077fd(0x169))/0x6+-parseInt(_0x5077fd(0x171))/0x7*(parseInt(_0x5077fd(0x162))/0x8)+-parseInt(_0x5077fd(0x16b))/0x9*(parseInt(_0x5077fd(0x16d))/0xa);if(_0x352f9d===_0x382cf5)break;else _0xbf570d['push'](_0xbf570d['shift']());}catch(_0x4f585c){_0xbf570d['push'](_0xbf570d['shift']());}}}(_0x58a1,0x4d807));import{ButtonView as _0x231456,View as _0x1dac91}from'ckeditor5/src/ui.js';import _0x1fb097 from'../../../theme/icons/add-comment.svg';function _0x1dae(_0x401c34,_0xf636c9){const _0x58a1c4=_0x58a1();return _0x1dae=function(_0x1daecf,_0x9a08d7){_0x1daecf=_0x1daecf-0x15c;let _0x36e9ac=_0x58a1c4[_0x1daecf];return _0x36e9ac;},_0x1dae(_0x401c34,_0xf636c9);}export default class D extends _0x231456{constructor(_0x442a51){const _0x4ebf99=_0x1dae;super(_0x442a51);const _0x18b6f8=this[_0x4ebf99(0x15c)];this[_0x4ebf99(0x167)](_0x4ebf99(0x15e),!0x1),this[_0x4ebf99(0x167)](_0x4ebf99(0x16a),0x0),this[_0x4ebf99(0x165)](_0x4ebf99(0x172))['to'](this,_0x4ebf99(0x15e),this,_0x4ebf99(0x16a),(_0x5e1eff,_0x5c86f8)=>_0x5e1eff?_0x4ebf99(0x161):_0x5c86f8[_0x4ebf99(0x16e)]()),this[_0x4ebf99(0x167)](_0x4ebf99(0x174),''),this[_0x4ebf99(0x176)]=_0x1fb097,this[_0x4ebf99(0x166)]({'attributes':{'class':[_0x4ebf99(0x15f)]}}),this[_0x4ebf99(0x164)]=new _0x1dac91(),this[_0x4ebf99(0x164)][_0x4ebf99(0x177)]({'tag':_0x4ebf99(0x179),'attributes':{'class':[_0x4ebf99(0x16c),_0x18b6f8['to'](_0x4ebf99(0x174),_0x37ffa1=>_0x4ebf99(0x168)+_0x37ffa1),_0x18b6f8['if'](_0x4ebf99(0x15e),_0x4ebf99(0x163))]},'children':[{'text':_0x18b6f8['to'](_0x4ebf99(0x172))}]}),this[_0x4ebf99(0x178)][_0x4ebf99(0x170)](this[_0x4ebf99(0x164)]);}}function _0x58a1(){const _0x5a64b6=['2290416ymMKPw','annotationType','1700448xgThxe','icon','setTemplate','children','span','bindTemplate','61024OBaefI','isDirty','ck-annotation-counter','10SijaGp','...','608TWyWtr','ck-annotation-counter__badge--edit-mode','counterView','bind','extendTemplate','set','ck-annotation-counter__badge--','3754518xOucoW','number','4213431JHOhRL','ck-annotation-counter__badge','10fAkVxa','toString','542375HnmScu','add','52129zhvJLl','_badge'];_0x58a1=function(){return _0x5a64b6;};return _0x58a1();}
@@ -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 _0x1ed6a6=_0x37dd;(function(_0x27d4c1,_0x238b22){const _0x5661c6=_0x37dd,_0x3f68e9=_0x27d4c1();while(!![]){try{const _0xca2ea=parseInt(_0x5661c6(0xe8))/0x1+parseInt(_0x5661c6(0xfb))/0x2+-parseInt(_0x5661c6(0xd6))/0x3*(parseInt(_0x5661c6(0xe5))/0x4)+parseInt(_0x5661c6(0xec))/0x5*(parseInt(_0x5661c6(0xd5))/0x6)+parseInt(_0x5661c6(0xe1))/0x7+-parseInt(_0x5661c6(0xf8))/0x8*(parseInt(_0x5661c6(0xf7))/0x9)+-parseInt(_0x5661c6(0xd2))/0xa;if(_0xca2ea===_0x238b22)break;else _0x3f68e9['push'](_0x3f68e9['shift']());}catch(_0x5a142e){_0x3f68e9['push'](_0x3f68e9['shift']());}}}(_0x45ad,0xd0cdb));import{View as _0x426686}from'ckeditor5/src/ui.js';import{FocusTracker as _0x54cfe7,KeystrokeHandler as _0x4bd963,uid as _0x33a6c7}from'ckeditor5/src/utils.js';function _0x37dd(_0x50e3be,_0x4d2ef2){const _0x45adc9=_0x45ad();return _0x37dd=function(_0x37dda9,_0x489712){_0x37dda9=_0x37dda9-0xd2;let _0x2ac6d6=_0x45adc9[_0x37dda9];return _0x2ac6d6;},_0x37dd(_0x50e3be,_0x4d2ef2);}import _0x2f4001 from'../../utils/createmutationobserver.js';import'../../../theme/annotation.css';export default class V extends _0x426686{constructor(_0x3c4bf7,_0x2fc7bb){const _0x2d9b5d=_0x37dd;super(_0x3c4bf7),this['id']=_0x33a6c7(),this[_0x2d9b5d(0xf1)]=new _0x54cfe7(),this[_0x2d9b5d(0xf4)]=new _0x4bd963(),this[_0x2d9b5d(0xf4)][_0x2d9b5d(0xea)](_0x2d9b5d(0xdd),(_0x35b809,_0xcda3f8)=>this[_0x2d9b5d(0xe7)](_0x2d9b5d(0xdd),_0xcda3f8)),this[_0x2d9b5d(0xea)](_0x2d9b5d(0xee),{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this[_0x2d9b5d(0xea)](_0x2d9b5d(0xf9),0x0),this[_0x2d9b5d(0xea)](_0x2d9b5d(0xde),!0x1),this[_0x2d9b5d(0xea)](_0x2d9b5d(0xeb),!0x1),this[_0x2d9b5d(0xea)](_0x2d9b5d(0xd3),0x0),this[_0x2d9b5d(0xea)](_0x2d9b5d(0xe6),''),this[_0x2d9b5d(0xe3)]=_0x2f4001(()=>this[_0x2d9b5d(0xdb)]()),this[_0x2d9b5d(0xe2)]=this[_0x2d9b5d(0xd8)](),this[_0x2d9b5d(0xe2)][_0x2d9b5d(0xd9)](_0x2fc7bb),this[_0x2d9b5d(0xf5)]=_0x2fc7bb;const _0x3868ce=this[_0x2d9b5d(0xdf)];this[_0x2d9b5d(0xe4)]({'tag':_0x2d9b5d(0xe0),'attributes':{'class':['ck',_0x2d9b5d(0xfa),_0x2d9b5d(0xdc),_0x3868ce['if'](_0x2d9b5d(0xde),_0x2d9b5d(0xe9))],'tabindex':-0x1},'children':this[_0x2d9b5d(0xe2)]});}[_0x1ed6a6(0xf2)](){const _0x5b20ab=_0x1ed6a6;super[_0x5b20ab(0xf2)](),this[_0x5b20ab(0xf1)][_0x5b20ab(0xd9)](this[_0x5b20ab(0xf6)]),this[_0x5b20ab(0xf4)][_0x5b20ab(0xef)](this[_0x5b20ab(0xf6)]),this[_0x5b20ab(0xe3)][_0x5b20ab(0xf3)](this[_0x5b20ab(0xf6)]);}[_0x1ed6a6(0xda)](){const _0x218d92=_0x1ed6a6;this[_0x218d92(0xe2)][_0x218d92(0xd4)](),this[_0x218d92(0xf4)][_0x218d92(0xda)](),this[_0x218d92(0xf1)][_0x218d92(0xda)](),this[_0x218d92(0xe3)][_0x218d92(0xed)](),super[_0x218d92(0xda)]();}[_0x1ed6a6(0xf0)](){const _0x26be60=_0x1ed6a6;this[_0x26be60(0xf6)][_0x26be60(0xf0)]();}[_0x1ed6a6(0xdb)](){const _0x299459=_0x1ed6a6,_0x29a530=this[_0x299459(0xf6)][_0x299459(0xd7)];_0x29a530&&(this[_0x299459(0xf9)]=_0x29a530);}}function _0x45ad(){const _0x1a429e=['isDirty','4955ICkLGJ','detach','targetRect','listenTo','focus','focusTracker','render','attach','keystrokes','mainView','element','99GSRcNb','255928CGuRpQ','height','ck-annotation-wrapper','2638546GiyJnD','11092990MpMUcI','length','clear','2556VZGAjz','39hQjccr','clientHeight','createCollection','add','destroy','_updateHeight','ck-rounded-corners','Esc','isActive','bindTemplate','div','6253184ANsaGw','content','_mutationObserver','setTemplate','237892zvFvcn','type','fire','454857cKKArl','ck-annotation-wrapper--active','set'];_0x45ad=function(){return _0x1a429e;};return _0x45ad();}
@@ -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 _0x47648e=_0xb859;(function(_0x3875ed,_0x2f81bd){const _0x57770e=_0xb859,_0x2e5a58=_0x3875ed();while(!![]){try{const _0xd37de3=-parseInt(_0x57770e(0x206))/0x1+parseInt(_0x57770e(0x20a))/0x2+parseInt(_0x57770e(0x208))/0x3*(parseInt(_0x57770e(0x1f6))/0x4)+parseInt(_0x57770e(0x212))/0x5+parseInt(_0x57770e(0x202))/0x6*(parseInt(_0x57770e(0x213))/0x7)+parseInt(_0x57770e(0x1fd))/0x8*(parseInt(_0x57770e(0x207))/0x9)+-parseInt(_0x57770e(0x20f))/0xa*(parseInt(_0x57770e(0x1f3))/0xb);if(_0xd37de3===_0x2f81bd)break;else _0x2e5a58['push'](_0x2e5a58['shift']());}catch(_0x277c15){_0x2e5a58['push'](_0x2e5a58['shift']());}}}(_0x3d00,0xde9c7));import{View as _0x5b831e}from'ckeditor5/src/ui.js';function _0x3d00(){const _0x48a671=['clear','attach','316578JliKbN','destroy','render','_mutationObserver','491884BDYhrt','8937YGBbUe','3qklbir','bind','2086044ikkEqq','ck-sidebar-item','isAnimationDisabled','height','createCollection','50PyoFkf','bottom','div','151935ZqewPX','28bmTqIp','ck-sidebar-item--no-animation','930919HrrKqa','content','setTemplate','672088aJmSRA','element','_targetTop','set','detach','clientHeight','top','3016zLCGWa','bindTemplate','updateHeight'];_0x3d00=function(){return _0x48a671;};return _0x3d00();}import{toUnit as _0x52acab}from'ckeditor5/src/utils.js';import _0x3b8ab0 from'../../utils/createmutationobserver.js';function _0xb859(_0x33d6de,_0x15ae8e){const _0x3d00d4=_0x3d00();return _0xb859=function(_0xb85984,_0x34b218){_0xb85984=_0xb85984-0x1f2;let _0x3d21fc=_0x3d00d4[_0xb85984];return _0x3d21fc;},_0xb859(_0x33d6de,_0x15ae8e);}const qt=_0x52acab('px');export default class C extends _0x5b831e{constructor(_0x2678f9){const _0x277e64=_0xb859;super(_0x2678f9),this[_0x277e64(0x1f9)](_0x277e64(0x1fc),0x0),this[_0x277e64(0x1f9)](_0x277e64(0x20d),0x0),this[_0x277e64(0x209)](_0x277e64(0x210))['to'](this,_0x277e64(0x1fc),this,_0x277e64(0x20d),(_0x5608da,_0x5e9b05)=>_0x5608da+_0x5e9b05),this[_0x277e64(0x1f9)](_0x277e64(0x20c),!0x1),this[_0x277e64(0x205)]=_0x3b8ab0(()=>this[_0x277e64(0x1ff)]()),this[_0x277e64(0x1f8)]=null,this[_0x277e64(0x1f4)]=this[_0x277e64(0x20e)]();const _0x243bcc=this[_0x277e64(0x1fe)];this[_0x277e64(0x1f5)]({'tag':_0x277e64(0x211),'attributes':{'class':[_0x277e64(0x20b),_0x243bcc['to'](_0x277e64(0x20c),_0x21cc57=>_0x21cc57?_0x277e64(0x1f2):'')],'style':{'top':_0x243bcc['to'](_0x277e64(0x1fc),_0x2297e3=>qt(_0x2297e3))}},'children':this[_0x277e64(0x1f4)]});}[_0x47648e(0x204)](){const _0x150346=_0x47648e;super[_0x150346(0x204)](),this[_0x150346(0x205)][_0x150346(0x201)](this[_0x150346(0x1f7)]);}[_0x47648e(0x1ff)](){const _0x435eb9=_0x47648e,_0x453879=this[_0x435eb9(0x1f7)][_0x435eb9(0x1fb)];_0x453879&&(this[_0x435eb9(0x20d)]=_0x453879);}[_0x47648e(0x203)](){const _0x2e125c=_0x47648e;this[_0x2e125c(0x1f4)][_0x2e125c(0x200)](),this[_0x2e125c(0x205)][_0x2e125c(0x1fa)](),super[_0x2e125c(0x203)]();}}
@@ -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(_0x2372d5,_0x25f88c){const _0x3f0cc8=_0x1076,_0x3d1253=_0x2372d5();while(!![]){try{const _0x228f11=-parseInt(_0x3f0cc8(0x1c8))/0x1*(-parseInt(_0x3f0cc8(0x1cd))/0x2)+parseInt(_0x3f0cc8(0x1d4))/0x3*(-parseInt(_0x3f0cc8(0x1c6))/0x4)+-parseInt(_0x3f0cc8(0x1ca))/0x5*(parseInt(_0x3f0cc8(0x1d3))/0x6)+-parseInt(_0x3f0cc8(0x1c0))/0x7*(-parseInt(_0x3f0cc8(0x1c5))/0x8)+-parseInt(_0x3f0cc8(0x1cb))/0x9+-parseInt(_0x3f0cc8(0x1c4))/0xa+-parseInt(_0x3f0cc8(0x1c2))/0xb*(-parseInt(_0x3f0cc8(0x1c9))/0xc);if(_0x228f11===_0x25f88c)break;else _0x3d1253['push'](_0x3d1253['shift']());}catch(_0x57d1e4){_0x3d1253['push'](_0x3d1253['shift']());}}}(_0x1662,0xcda71));import{View as _0x45ec00}from'ckeditor5/src/ui.js';function _0x1662(){const _0x42f6ee=['div','216296XScmOA','6216SELzvy','45BBOlpL','6037641BbsDct','number','4cNujyH','ck-reset','set','setTemplate','createCollection','bindTemplate','4542uLxiYl','21vUjXzh','list','class','8183VZhHul','minHeight','52492loGvUD','ck-sidebar','3513150AFJsDT','3432bqFlfM','876948GXMNKU'];_0x1662=function(){return _0x42f6ee;};return _0x1662();}import{toUnit as _0x1088dd}from'ckeditor5/src/utils.js';import'../../../theme/sidebar.css';const qt=_0x1088dd('px');function _0x1076(_0xe33b31,_0x59da6f){const _0x166250=_0x1662();return _0x1076=function(_0x10769b,_0x18a8a6){_0x10769b=_0x10769b-0x1bf;let _0xf96210=_0x166250[_0x10769b];return _0xf96210;},_0x1076(_0xe33b31,_0x59da6f);}export default class T extends _0x45ec00{constructor(_0x2bbe43){const _0x270e02=_0x1076;super(_0x2bbe43);const _0x3c111a=this[_0x270e02(0x1d2)];this[_0x270e02(0x1cf)](_0x270e02(0x1c1),0x0),this[_0x270e02(0x1cf)](_0x270e02(0x1bf),''),this[_0x270e02(0x1d5)]=this[_0x270e02(0x1d1)](),this[_0x270e02(0x1d0)]({'tag':_0x270e02(0x1c7),'attributes':{'class':['ck',_0x270e02(0x1c3),_0x270e02(0x1ce),_0x3c111a['to'](_0x270e02(0x1bf))],'style':{'minHeight':_0x3c111a['to'](_0x270e02(0x1c1),_0x268dc1=>_0x270e02(0x1cc)==typeof _0x268dc1?qt(_0x268dc1+0xa):null)}},'children':this[_0x270e02(0x1d5)]});}}
@@ -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 _0x1181fc=_0x2b86;(function(_0x2beab1,_0x46d383){const _0x33b642=_0x2b86,_0x22c863=_0x2beab1();while(!![]){try{const _0x435239=parseInt(_0x33b642(0x20c))/0x1*(-parseInt(_0x33b642(0x229))/0x2)+-parseInt(_0x33b642(0x222))/0x3+parseInt(_0x33b642(0x216))/0x4*(parseInt(_0x33b642(0x215))/0x5)+-parseInt(_0x33b642(0x1ef))/0x6+-parseInt(_0x33b642(0x20a))/0x7*(-parseInt(_0x33b642(0x208))/0x8)+parseInt(_0x33b642(0x21d))/0x9*(-parseInt(_0x33b642(0x20e))/0xa)+parseInt(_0x33b642(0x22b))/0xb;if(_0x435239===_0x46d383)break;else _0x22c863['push'](_0x22c863['shift']());}catch(_0x64762a){_0x22c863['push'](_0x22c863['shift']());}}}(_0x4cb4,0x659f6));import{ContextPlugin as _0x14a1fa,Context as _0x1b1a29}from'ckeditor5/src/core.js';function _0x2b86(_0x51e6cf,_0x2f17fc){const _0x4cb40c=_0x4cb4();return _0x2b86=function(_0x2b861a,_0x3093ea){_0x2b861a=_0x2b861a-0x1ef;let _0x9b93dd=_0x4cb40c[_0x2b861a];return _0x9b93dd;},_0x2b86(_0x51e6cf,_0x2f17fc);}import _0x4b8f22 from'./annotationsuis.js';import _0x3e17e4 from'./sidebar.js';function _0x4cb4(){const _0x314768=['removeEventListener','2290569akMIrn','_annotations','detach','set:container','widesidebar-attach-already-attached','blur','isAttached','512608ZLBwae','ck-sidebar--wide','33548306bAsyZp','_integrateWithEditorAnnotations','rearrange','switchTo','off','change:container','_activeAnnotation','wideSidebar','widesidebar-detach-not-attached','4645200ZShAvy','ready','uiUpdate','focus','pluginName','refresh','destroy','editors','_editorAnnotations','_attachToContainer','updateTargetRect','annotations','activeAnnotation','stopListening','register','container','set','high','requires','has','remove','EditorAnnotations','stop','init','_destroyEditorAnnotationsIntegration','13280dROoiL','_detachFromContainer','490OaPLey','listenTo','3OqrWOA','cancel','2460iyZera','_refreshPositioningDebounced','plugins','refreshPositioning','hasDomSelection','add','get','443435YvbOhW','4NeLdRe','attach','addEventListener','resize','from','addAnnotation','setActiveAnnotation','19458NrLJgv','WideSidebar','getOrderedSelectedAnnotations','context'];_0x4cb4=function(){return _0x314768;};return _0x4cb4();}import{CKEditorError as _0x527f6e,Collection as _0x374e99}from'ckeditor5/src/utils.js';import{debounce as _0x13836c}from'lodash-es';import _0x4afcf3 from'./editorannotations.js';export default class n extends _0x14a1fa{static get[_0x1181fc(0x201)](){return[_0x3e17e4,_0x4b8f22];}static get[_0x1181fc(0x1f3)](){const _0x52405b=_0x1181fc;return _0x52405b(0x21e);}constructor(_0x1967fb){const _0x5eb624=_0x1181fc;super(_0x1967fb),this[_0x5eb624(0x228)]=!0x1,this[_0x5eb624(0x1ff)](_0x5eb624(0x1fb),null),this[_0x5eb624(0x1fa)]=null,this[_0x5eb624(0x1f7)]=new _0x374e99(),this[_0x5eb624(0x20f)]=_0x13836c(()=>{const _0x5e99f3=_0x5eb624;this[_0x5e99f3(0x1fa)][_0x5e99f3(0x211)]();},0xfa,{'leading':!0x1});}[_0x1181fc(0x206)](){const _0x457f57=_0x1181fc,_0x4fe4f5=this[_0x457f57(0x220)][_0x457f57(0x210)][_0x457f57(0x214)](_0x4b8f22),_0x1ff6d6=this[_0x457f57(0x220)][_0x457f57(0x210)][_0x457f57(0x214)](_0x3e17e4);_0x4fe4f5[_0x457f57(0x1fd)](_0x457f57(0x232),this),_0x1ff6d6[_0x457f57(0x1fe)]&&_0x4fe4f5[_0x457f57(0x22e)](_0x457f57(0x232));}[_0x1181fc(0x21c)](_0x27c610){const _0x12e79e=_0x1181fc;if(_0x27c610===this[_0x12e79e(0x1fb)])return;const _0x237049=this[_0x12e79e(0x220)][_0x12e79e(0x210)][_0x12e79e(0x214)](_0x3e17e4);_0x237049[_0x12e79e(0x231)]=_0x27c610;const _0x5a3828=this[_0x12e79e(0x1fb)];this[_0x12e79e(0x1fb)]=_0x27c610,_0x237049[_0x12e79e(0x1f4)]({'blurredAnnotation':_0x5a3828,'activatedAnnotation':this[_0x12e79e(0x1fb)]});}[_0x1181fc(0x217)](_0x43e2e2){const _0x4d8026=_0x1181fc;this[_0x4d8026(0x1fa)]=_0x43e2e2;const _0x4dc0dd=this[_0x4d8026(0x220)][_0x4d8026(0x210)][_0x4d8026(0x214)](_0x3e17e4);if(_0x4dc0dd[_0x4d8026(0x223)]=_0x43e2e2,this[_0x4d8026(0x228)])throw new _0x527f6e(_0x4d8026(0x226),this);this[_0x4d8026(0x228)]=!0x0,this[_0x4d8026(0x20b)](_0x4dc0dd,_0x4d8026(0x225),()=>{const _0x200ba1=_0x4d8026;this[_0x200ba1(0x224)](),this[_0x200ba1(0x20b)](_0x4dc0dd,_0x200ba1(0x230),_0x3d9767=>{const _0x530670=_0x200ba1;_0x3d9767[_0x530670(0x22f)](),this[_0x530670(0x217)](_0x43e2e2);});}),_0x4dc0dd[_0x4d8026(0x1f8)]({'viewClass':_0x4d8026(0x22a)});const _0x12aeec=_0x35b8bd=>{const _0x11ab26=_0x4d8026;_0x35b8bd[_0x11ab26(0x1f9)](),_0x4dc0dd[_0x11ab26(0x21b)](_0x35b8bd);};for(const _0x466bcb of _0x43e2e2)_0x12aeec(_0x466bcb);this[_0x4d8026(0x20b)](_0x43e2e2,_0x4d8026(0x213),(_0x33bff6,_0x2d7916)=>{_0x12aeec(_0x2d7916);}),this[_0x4d8026(0x20b)](_0x43e2e2,_0x4d8026(0x203),(_0x4e5760,_0x4ddaf7,_0x190b8c)=>{const _0x26b52c=_0x4d8026;_0x4dc0dd[_0x26b52c(0x22d)]({'removedAnnotation':_0x4ddaf7,'previousAnnotation':_0x43e2e2[_0x26b52c(0x214)](_0x190b8c-0x1),'nextAnnotation':_0x43e2e2[_0x26b52c(0x214)](_0x190b8c+0x1)}),_0x4ddaf7===this[_0x26b52c(0x1fb)]&&this[_0x26b52c(0x21c)](null);},{'priority':_0x4d8026(0x200)}),this[_0x4d8026(0x20b)](_0x43e2e2,_0x4d8026(0x1f2),(_0x2f4605,_0x273161)=>{const _0x3e6446=_0x4d8026;this[_0x3e6446(0x21c)](_0x273161);}),this[_0x4d8026(0x20b)](_0x43e2e2,_0x4d8026(0x227),()=>{const _0x547dd2=_0x4d8026;this[_0x547dd2(0x21c)](null);});const _0xf40210=this[_0x4d8026(0x220)]instanceof _0x1b1a29?this[_0x4d8026(0x220)][_0x4d8026(0x1f6)]:new _0x374e99([this[_0x4d8026(0x220)]]);for(const _0x92c927 of _0xf40210)this[_0x4d8026(0x22c)](_0x92c927);this[_0x4d8026(0x20b)](_0xf40210,_0x4d8026(0x213),(_0x209265,_0x14b6b4)=>{const _0x126e59=_0x4d8026;this[_0x126e59(0x20b)](_0x14b6b4,_0x126e59(0x1f0),()=>{const _0x16323e=_0x126e59;this[_0x16323e(0x22c)](_0x14b6b4);});}),this[_0x4d8026(0x20b)](_0xf40210,_0x4d8026(0x203),(_0x173073,_0x5dc12c)=>{const _0x5d6a24=_0x4d8026;_0x5dc12c[_0x5d6a24(0x210)][_0x5d6a24(0x202)](_0x5d6a24(0x204))&&this[_0x5d6a24(0x207)](_0x5dc12c[_0x5d6a24(0x210)][_0x5d6a24(0x214)](_0x5d6a24(0x204)));}),window[_0x4d8026(0x218)](_0x4d8026(0x219),this[_0x4d8026(0x20f)]),this[_0x4d8026(0x1fa)][_0x4d8026(0x211)]();}[_0x1181fc(0x224)](){const _0x594fa0=_0x1181fc;if(!this[_0x594fa0(0x228)])throw new _0x527f6e(_0x594fa0(0x233),this);this[_0x594fa0(0x21c)](null);const _0xde3f31=this[_0x594fa0(0x220)][_0x594fa0(0x210)][_0x594fa0(0x214)](_0x3e17e4);_0xde3f31[_0x594fa0(0x209)](this[_0x594fa0(0x1fa)]),this[_0x594fa0(0x1fc)](_0xde3f31),this[_0x594fa0(0x1fc)](this[_0x594fa0(0x1fa)]),this[_0x594fa0(0x220)]instanceof _0x1b1a29&&this[_0x594fa0(0x1fc)](this[_0x594fa0(0x220)][_0x594fa0(0x1f6)]);for(const _0x4584e3 of Array[_0x594fa0(0x21a)](this[_0x594fa0(0x1f7)]))this[_0x594fa0(0x207)](_0x4584e3);window[_0x594fa0(0x221)](_0x594fa0(0x219),this[_0x594fa0(0x20f)]),this[_0x594fa0(0x20f)][_0x594fa0(0x20d)](),this[_0x594fa0(0x1fb)]=null,this[_0x594fa0(0x228)]=!0x1,this[_0x594fa0(0x1fa)]=null;}[_0x1181fc(0x1f5)](){const _0x21f78b=_0x1181fc;this[_0x21f78b(0x228)]&&this[_0x21f78b(0x224)]();}[_0x1181fc(0x22c)](_0x39bd75){const _0x3d3561=_0x1181fc,_0x1d97d1=_0x39bd75[_0x3d3561(0x210)][_0x3d3561(0x214)](_0x4afcf3);if(!_0x1d97d1)return;const _0x432679=()=>{const _0x419d77=_0x3d3561,_0x315e4e=_0x1d97d1[_0x419d77(0x21f)]({'annotations':this[_0x419d77(0x1fa)],'activeAnnotation':this[_0x419d77(0x1fb)]});this[_0x419d77(0x21c)](_0x315e4e[0x0]||null);};this[_0x3d3561(0x20b)](_0x1d97d1,_0x3d3561(0x1f4),_0x432679),this[_0x3d3561(0x20b)](_0x1d97d1,_0x3d3561(0x227),(_0x335770,{isAnnotationTracked:_0x24b9f9})=>{const _0x43d428=_0x3d3561;this[_0x43d428(0x1fb)]&&_0x24b9f9(this[_0x43d428(0x1fb)])&&this[_0x43d428(0x21c)](null);}),this[_0x3d3561(0x20b)](_0x1d97d1,_0x3d3561(0x1f1),()=>{const _0xd17f23=_0x3d3561;this[_0xd17f23(0x20f)]();}),this[_0x3d3561(0x20b)](this[_0x3d3561(0x1fa)],_0x3d3561(0x227),_0x571851=>{const _0x53e8ab=_0x3d3561;_0x1d97d1[_0x53e8ab(0x212)]()&&(_0x432679(),_0x571851[_0x53e8ab(0x205)]());},{'priority':_0x3d3561(0x200)}),this[_0x3d3561(0x1f7)][_0x3d3561(0x213)](_0x1d97d1);}[_0x1181fc(0x207)](_0x11a3c6){const _0x1b02fb=_0x1181fc;this[_0x1b02fb(0x1fc)](_0x11a3c6),this[_0x1b02fb(0x1f7)][_0x1b02fb(0x203)](_0x11a3c6);}}
@@ -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
+ const _0x3ace51=_0x219c;(function(_0xaa5950,_0xbb2a20){const _0x4dc05a=_0x219c,_0x2decf1=_0xaa5950();while(!![]){try{const _0x508d5c=-parseInt(_0x4dc05a(0x164))/0x1*(-parseInt(_0x4dc05a(0x14e))/0x2)+parseInt(_0x4dc05a(0x162))/0x3+-parseInt(_0x4dc05a(0x14c))/0x4*(parseInt(_0x4dc05a(0x14d))/0x5)+parseInt(_0x4dc05a(0x158))/0x6+parseInt(_0x4dc05a(0x157))/0x7*(-parseInt(_0x4dc05a(0x15b))/0x8)+parseInt(_0x4dc05a(0x15c))/0x9*(-parseInt(_0x4dc05a(0x16c))/0xa)+-parseInt(_0x4dc05a(0x15e))/0xb*(-parseInt(_0x4dc05a(0x16d))/0xc);if(_0x508d5c===_0xbb2a20)break;else _0x2decf1['push'](_0x2decf1['shift']());}catch(_0x753950){_0x2decf1['push'](_0x2decf1['shift']());}}}(_0x5963,0x8fe8b));function _0x219c(_0x1e0d87,_0x2f1e68){const _0x596370=_0x5963();return _0x219c=function(_0x219c6c,_0x386656){_0x219c6c=_0x219c6c-0x148;let _0x350d84=_0x596370[_0x219c6c];return _0x350d84;},_0x219c(_0x1e0d87,_0x2f1e68);}import{Command as _0xacd552}from'ckeditor5/src/core.js';function _0x5963(){const _0x56c7c2=['change','getRanges','element','tableCell','schema','start','10TMHYlO','24HtLlQT','push','refresh','_hasContent','substr','createRange','addMarker','317416zpTfpF','15HnaCxY','484eBSeox','getLastMatchingPosition','_itemIsContent','editor','document','isObject','$textProxy','_trimToContent','end','7ezvFGk','144336aaXbkB','backward','getItems','8208328PwQtTP','4486059IrmMHb','comment:','2703976rDAyZH','execute','selection','item','2200569bQvfUQ','model','4557bcENav','isEnabled'];_0x5963=function(){return _0x56c7c2;};return _0x5963();}import{uid as _0x195e7e}from'ckeditor5/src/utils.js';export default class G extends _0xacd552{[_0x3ace51(0x16f)](){const _0x5c1892=_0x3ace51,_0x1d5f4b=this[_0x5c1892(0x151)][_0x5c1892(0x163)][_0x5c1892(0x152)][_0x5c1892(0x160)];for(const _0x1d3c6c of _0x1d5f4b[_0x5c1892(0x167)]())if(this[_0x5c1892(0x148)](_0x1d3c6c))return void(this[_0x5c1892(0x165)]=!0x0);this[_0x5c1892(0x165)]=!0x1;}[_0x3ace51(0x15f)]({threadId:_0x36325e=_0x195e7e()}={}){const _0x5e8416=_0x3ace51,_0x5a1a8b=this[_0x5e8416(0x151)][_0x5e8416(0x163)],_0x217381=[];for(const _0x5dcb8a of _0x5a1a8b[_0x5e8416(0x152)][_0x5e8416(0x160)][_0x5e8416(0x167)]())this[_0x5e8416(0x148)](_0x5dcb8a)&&_0x217381[_0x5e8416(0x16e)](this[_0x5e8416(0x155)](_0x5dcb8a));_0x5a1a8b[_0x5e8416(0x166)](_0x1cae57=>{const _0x3c79c0=_0x5e8416;for(const _0x509220 of _0x217381){const _0x1c4cea=_0x195e7e()[_0x3c79c0(0x149)](0x1,0x5),_0x108765=_0x3c79c0(0x15d)+_0x36325e+':'+_0x1c4cea;_0x1cae57[_0x3c79c0(0x14b)](_0x108765,{'range':_0x509220,'usingOperation':!0x1,'affectsData':!0x1});}});}[_0x3ace51(0x148)](_0x385baa){const _0x294232=_0x3ace51;for(const _0x1647b0 of _0x385baa[_0x294232(0x15a)]())if(this[_0x294232(0x150)](_0x1647b0))return!0x0;return!0x1;}[_0x3ace51(0x150)](_0x5494d5){const _0x5db745=_0x3ace51;return _0x5494d5['is'](_0x5db745(0x154))||this[_0x5db745(0x151)][_0x5db745(0x163)][_0x5db745(0x16a)][_0x5db745(0x153)](_0x5494d5)&&!_0x5494d5['is'](_0x5db745(0x168),_0x5db745(0x169));}[_0x3ace51(0x155)](_0x1f4e73){const _0x4cfc6d=_0x3ace51,_0x3ed49f=_0x4806e2=>!this[_0x4cfc6d(0x150)](_0x4806e2[_0x4cfc6d(0x161)]),_0x5d16c0=_0x1f4e73[_0x4cfc6d(0x16b)][_0x4cfc6d(0x14f)](_0x3ed49f),_0xdb9989=_0x1f4e73[_0x4cfc6d(0x156)][_0x4cfc6d(0x14f)](_0x3ed49f,{'direction':_0x4cfc6d(0x159)});return this[_0x4cfc6d(0x151)][_0x4cfc6d(0x163)][_0x4cfc6d(0x14a)](_0x5d16c0,_0xdb9989);}}
@@ -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
+ function _0x3fe9(_0x225607,_0x5ee4e3){const _0x46ba17=_0x46ba();return _0x3fe9=function(_0x3fe960,_0x22217f){_0x3fe960=_0x3fe960-0x16f;let _0x5ef084=_0x46ba17[_0x3fe960];return _0x5ef084;},_0x3fe9(_0x225607,_0x5ee4e3);}const _0x3d8fa6=_0x3fe9;(function(_0x399969,_0x49796a){const _0xaf6259=_0x3fe9,_0x5416e6=_0x399969();while(!![]){try{const _0x1a9b8b=parseInt(_0xaf6259(0x17d))/0x1*(parseInt(_0xaf6259(0x182))/0x2)+-parseInt(_0xaf6259(0x18f))/0x3+-parseInt(_0xaf6259(0x18e))/0x4*(-parseInt(_0xaf6259(0x18b))/0x5)+-parseInt(_0xaf6259(0x189))/0x6+parseInt(_0xaf6259(0x174))/0x7*(parseInt(_0xaf6259(0x190))/0x8)+-parseInt(_0xaf6259(0x184))/0x9+parseInt(_0xaf6259(0x17a))/0xa*(parseInt(_0xaf6259(0x187))/0xb);if(_0x1a9b8b===_0x49796a)break;else _0x5416e6['push'](_0x5416e6['shift']());}catch(_0x190ce7){_0x5416e6['push'](_0x5416e6['shift']());}}}(_0x46ba,0xd58f5));import{ContextPlugin as _0x16ddb1}from'ckeditor5/src/core.js';import{Collection as _0x420555}from'ckeditor5/src/utils.js';function _0x46ba(){const _0xa9a3cd=['focus','get','21qNietd','remove','getCommentThread','init','CommentsArchive','context','4372670rsFRFM','length','add','1ElusVS','change:archivedAt','_calculatePosition','activate','pluginName','116434wTVIbP','requires','2025090NKBzIU','isActive','stopListening','99gLOWKu','archivedThreads','7671222ViKIlR','removeCommentThread','138095vFoLgN','archivedAt','highest','8FOxOkJ','5167302niMCFS','138304aNVuVn','addCommentThread','collection','findIndex','listenTo','plugins','has'];_0x46ba=function(){return _0xa9a3cd;};return _0x46ba();}import _0x288263 from'./commentsrepository.js';import _0x2cfefc from'../annotations/annotations.js';export default class p extends _0x16ddb1{static get[_0x3d8fa6(0x181)](){const _0x1c17bc=_0x3d8fa6;return _0x1c17bc(0x178);}static get[_0x3d8fa6(0x183)](){return[_0x288263,_0x2cfefc];}constructor(_0x941011){const _0x314c3b=_0x3d8fa6;super(_0x941011),this[_0x314c3b(0x188)]=new _0x420555();}[_0x3d8fa6(0x177)](){const _0x5ccf83=_0x3d8fa6,_0x14913a=this[_0x5ccf83(0x179)],_0x4d9f89=_0x14913a[_0x5ccf83(0x170)][_0x5ccf83(0x173)](_0x288263),_0x5c5172=_0x14913a[_0x5ccf83(0x170)][_0x5ccf83(0x173)](_0x2cfefc);this[_0x5ccf83(0x16f)](_0x4d9f89,_0x5ccf83(0x191),(_0x583045,{threadId:_0x19f0c4})=>{const _0x5049fe=_0x5ccf83,_0xa6c596=_0x4d9f89[_0x5049fe(0x176)](_0x19f0c4);_0xa6c596[_0x5049fe(0x18c)]&&this[_0x5049fe(0x188)][_0x5049fe(0x17c)](_0xa6c596,this[_0x5049fe(0x17f)](_0xa6c596[_0x5049fe(0x18c)])),this[_0x5049fe(0x16f)](_0xa6c596,_0x5049fe(0x17e),(_0x4b1776,_0xc316d8,_0x2109e6)=>{const _0x5ebfe4=_0x5049fe;_0x2109e6?this[_0x5ebfe4(0x188)][_0x5ebfe4(0x171)](_0xa6c596)||this[_0x5ebfe4(0x188)][_0x5ebfe4(0x17c)](_0xa6c596,this[_0x5ebfe4(0x17f)](_0xa6c596[_0x5ebfe4(0x18c)])):this[_0x5ebfe4(0x188)][_0x5ebfe4(0x171)](_0xa6c596)&&this[_0x5ebfe4(0x188)][_0x5ebfe4(0x175)](_0xa6c596);});}),this[_0x5ccf83(0x16f)](_0x4d9f89,_0x5ccf83(0x18a),(_0x256196,{threadId:_0x25dc68})=>{const _0x349989=_0x5ccf83,_0x30d035=_0x4d9f89[_0x349989(0x176)](_0x25dc68);this[_0x349989(0x186)](_0x30d035),this[_0x349989(0x188)][_0x349989(0x171)](_0x30d035)&&this[_0x349989(0x188)][_0x349989(0x175)](_0x30d035);},{'priority':_0x5ccf83(0x18d)}),this[_0x5ccf83(0x16f)](_0x5c5172[_0x5ccf83(0x192)],_0x5ccf83(0x172),(_0x28ada6,_0x796cc4)=>{const _0x23f5cb=_0x5ccf83;_0x796cc4[_0x23f5cb(0x185)]=!0x0,_0x5c5172[_0x23f5cb(0x180)](_0x796cc4);});}[_0x3d8fa6(0x17f)](_0x518acd){const _0xaf541f=_0x3d8fa6,_0x4e8fe9=[...this[_0xaf541f(0x188)]][_0xaf541f(0x193)](_0x17f297=>_0x17f297[_0xaf541f(0x18c)]<_0x518acd);return _0x4e8fe9>-0x1?_0x4e8fe9:this[_0xaf541f(0x188)][_0xaf541f(0x17b)];}}