@ckeditor/ckeditor5-comments 41.2.1 → 41.3.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/comments.js +1 -1
- package/dist/content-index.css +332 -0
- package/dist/editor-index.css +902 -0
- package/dist/index.css +1874 -0
- package/dist/translations/af.d.ts +8 -0
- package/dist/translations/af.js +23 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/bs.d.ts +8 -0
- package/dist/translations/bs.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/de-ch.d.ts +8 -0
- package/dist/translations/de-ch.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/es-co.d.ts +8 -0
- package/dist/translations/es-co.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/fa.d.ts +8 -0
- package/dist/translations/fa.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/jv.d.ts +8 -0
- package/dist/translations/jv.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/types/annotations/annotation.d.ts +94 -0
- package/dist/types/annotations/annotationcollection.d.ts +102 -0
- package/dist/types/annotations/annotations.d.ts +158 -0
- package/dist/types/annotations/annotationsuis.d.ts +236 -0
- package/dist/types/annotations/editorannotations.d.ts +71 -0
- package/dist/types/annotations/inlineannotations.d.ts +94 -0
- package/dist/types/annotations/narrowsidebar.d.ts +89 -0
- package/dist/types/annotations/sidebar.d.ts +104 -0
- package/dist/types/annotations/view/annotationcounterbuttonview.d.ts +33 -0
- package/dist/types/annotations/view/annotationview.d.ts +94 -0
- package/dist/types/annotations/view/sidebaritemview.d.ts +59 -0
- package/dist/types/annotations/view/sidebarview.d.ts +36 -0
- package/dist/types/annotations/widesidebar.d.ts +81 -0
- package/dist/types/augmentation.d.ts +56 -0
- package/dist/types/comments/addcommentthreadcommand.d.ts +39 -0
- package/dist/types/comments/commentsarchive.d.ts +35 -0
- package/dist/types/comments/commentsarchiveui.d.ts +42 -0
- package/dist/types/comments/commentsediting.d.ts +84 -0
- package/dist/types/comments/commentsrepository.d.ts +1134 -0
- package/dist/types/comments/commentsui.d.ts +37 -0
- package/dist/types/comments/integrations/clipboard.d.ts +30 -0
- package/dist/types/comments/integrations/commentsrestrictededitingmode.d.ts +21 -0
- package/dist/types/comments/integrations/importword.d.ts +25 -0
- package/dist/types/comments/ui/commenteditor/commenteditor.d.ts +40 -0
- package/dist/types/comments/ui/commenteditor/commenteditorui.d.ts +35 -0
- package/dist/types/comments/ui/commenteditor/commenteditoruiview.d.ts +40 -0
- package/dist/types/comments/ui/commentthreadcontroller.d.ts +68 -0
- package/dist/types/comments/ui/view/basecommentthreadview.d.ts +123 -0
- package/dist/types/comments/ui/view/basecommentview.d.ts +116 -0
- package/dist/types/comments/ui/view/collapsedcommentsview.d.ts +17 -0
- package/dist/types/comments/ui/view/commentcontentview.d.ts +18 -0
- package/dist/types/comments/ui/view/commentinputview.d.ts +90 -0
- package/dist/types/comments/ui/view/commentsarchiveview.d.ts +42 -0
- package/dist/types/comments/ui/view/commentslistview.d.ts +104 -0
- package/dist/types/comments/ui/view/commentthreadheaderview.d.ts +54 -0
- package/dist/types/comments/ui/view/commentthreadinputview.d.ts +45 -0
- package/dist/types/comments/ui/view/commentthreadview.d.ts +122 -0
- package/dist/types/comments/ui/view/commentview.d.ts +247 -0
- package/dist/types/comments.d.ts +39 -0
- package/dist/types/commentsonly.d.ts +37 -0
- package/dist/types/config.d.ts +202 -0
- package/dist/types/index.d.ts +28 -0
- package/dist/types/utils/common-translations.d.ts +13 -0
- package/dist/types/utils/createmutationobserver.d.ts +18 -0
- package/package.json +4 -3
- package/src/annotations/annotation.js +1 -1
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.js +1 -1
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsarchive.js +1 -1
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.js +1 -1
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/clipboard.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.js +1 -1
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.js +1 -1
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.js +1 -1
- package/src/comments/ui/view/commentview.js +1 -1
- package/src/comments.js +1 -1
- package/src/commentsonly.js +1 -1
- package/src/config.d.ts +17 -10
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x52e209=_0x2e46;(function(_0x5cde4c,_0x265908){const _0x4a7d11=_0x2e46,_0x30d2c5=_0x5cde4c();while(!![]){try{const _0x293615=parseInt(_0x4a7d11(0x20f))/0x1*(parseInt(_0x4a7d11(0x20a))/0x2)+-parseInt(_0x4a7d11(0x1c2))/0x3+parseInt(_0x4a7d11(0x20e))/0x4*(-parseInt(_0x4a7d11(0x1c5))/0x5)+parseInt(_0x4a7d11(0x1e6))/0x6+-parseInt(_0x4a7d11(0x1c4))/0x7+parseInt(_0x4a7d11(0x1c9))/0x8*(-parseInt(_0x4a7d11(0x1b3))/0x9)+parseInt(_0x4a7d11(0x1f3))/0xa;if(_0x293615===_0x265908)break;else _0x30d2c5['push'](_0x30d2c5['shift']());}catch(_0x476862){_0x30d2c5['push'](_0x30d2c5['shift']());}}}(_0x36c9,0xd1024));import{Plugin as _0x16eff4}from'ckeditor5/src/core.js';import _0x2a499a from'./annotationsuis.js';import _0x2a950b from'./editorannotations.js';function _0x2e46(_0x37492a,_0x6084d5){const _0x36c9ef=_0x36c9();return _0x2e46=function(_0x2e46bc,_0x32fd97){_0x2e46bc=_0x2e46bc-0x1af;let _0x417432=_0x36c9ef[_0x2e46bc];return _0x417432;},_0x2e46(_0x37492a,_0x6084d5);}function _0x36c9(){const _0x4def83=['inline','context','document','InlineAnnotations','getClientRects','targetRect','_addedAnnotations','_closeAnnotation','switchTo','refresh','getOrderedSelectedAnnotations','destroy','addObserver','_forceRefresh','top','3151218HdxPAh','viewRangeToDom','change:height','every','left','collapse','right','setActiveAnnotation','focus','set','focusTracker','editableElement','change:isFocused','27931970fyrlSr','attach','push','update','afterInit','isActive','has','includes','domConverter','activeAnnotation','fromRect','add','mousedown','editor','showStack','hasView','editing','change:visibleView','isFocused','_balloon','requires','keystrokes','bottom','2987948eZhXre','length','target','getFirstRange','5612ikKJRR','1roCIHv','_addAnnotationToBalloon','_setSelectedAnnotations','map','from','9hJFiWF','remove','stopListening','Esc','listenTo','width','selection','blur','init','plugins','updatePosition','visibleView','view','_removeAnnotationFromBalloon','find','4803837cZccYA','inlineannotations-attach-already-attached','294868hDpxPP','4470klcumP','delete','getByView','hasActive','8468712piUIxl','inlineannotations-not-allowed-with-context','_selectedAnnotations','isAttached','register','detach','annotations','inlineannotations-detach-not-attached','pluginName','_manuallyClosed','getBoundingClientRect','clear','_getBalloonTargetForAnnotation','get'];_0x36c9=function(){return _0x4def83;};return _0x36c9();}import{ContextualBalloon as _0x430ef0}from'ckeditor5/src/ui.js';import{MouseObserver as _0x597aea}from'ckeditor5/src/engine.js';import{CKEditorError as _0x201dc5,Rect as _0x2aac04}from'ckeditor5/src/utils.js';import'./../../theme/annotation-inline.css';export default class c extends _0x16eff4{static get[_0x52e209(0x207)](){return[_0x2a950b,_0x430ef0,_0x2a499a];}static get[_0x52e209(0x1d1)](){const _0xc0f426=_0x52e209;return _0xc0f426(0x1da);}constructor(_0x44b0ee){const _0x2aa00a=_0x52e209;super(_0x44b0ee),_0x44b0ee[_0x2aa00a(0x203)][_0x2aa00a(0x1bf)][_0x2aa00a(0x1e3)](_0x597aea),this[_0x2aa00a(0x1cc)]=!0x1,this[_0x2aa00a(0x1ef)](_0x2aa00a(0x1fc),null),this[_0x2aa00a(0x1cf)]=null,this[_0x2aa00a(0x1d2)]=new Set(),this[_0x2aa00a(0x206)]=_0x44b0ee[_0x2aa00a(0x1bc)][_0x2aa00a(0x1d6)](_0x430ef0),this[_0x2aa00a(0x1dd)]=new Set(),this[_0x2aa00a(0x1cb)]=[],this[_0x2aa00a(0x1e4)]=!0x1;}[_0x52e209(0x1bb)](){const _0x5d60fb=_0x52e209,_0x43db7a=this[_0x5d60fb(0x200)][_0x5d60fb(0x1bc)][_0x5d60fb(0x1d6)](_0x2a499a);_0x43db7a[_0x5d60fb(0x1d8)]===this[_0x5d60fb(0x200)]&&(_0x43db7a[_0x5d60fb(0x1cd)](_0x5d60fb(0x1d7),this),this[_0x5d60fb(0x200)][_0x5d60fb(0x208)][_0x5d60fb(0x1ef)](_0x5d60fb(0x1b6),(_0x60406c,_0x581166)=>{const _0x4c5819=_0x5d60fb,_0x56c2cd=this[_0x4c5819(0x206)];if(this[_0x4c5819(0x1cc)]&&_0x56c2cd[_0x4c5819(0x1be)]){const _0x5b8c24=this[_0x4c5819(0x1cf)][_0x4c5819(0x1c7)](_0x56c2cd[_0x4c5819(0x1be)]);_0x5b8c24&&this[_0x4c5819(0x1de)](_0x5b8c24),_0x581166();}}));}[_0x52e209(0x1f7)](){const _0x237a1a=_0x52e209,_0x352ffc=this[_0x237a1a(0x200)][_0x237a1a(0x1bc)][_0x237a1a(0x1d6)](_0x2a499a);_0x352ffc[_0x237a1a(0x1d8)]===this[_0x237a1a(0x200)]&&(_0x352ffc[_0x237a1a(0x1c8)]()||_0x352ffc[_0x237a1a(0x1df)](_0x237a1a(0x1d7)));}[_0x52e209(0x1ed)](_0x496881){const _0x245f02=_0x52e209;_0x496881!==this[_0x245f02(0x1fc)]&&(this[_0x245f02(0x1fc)]&&(this[_0x245f02(0x1fc)][_0x245f02(0x1f8)]=!0x1),_0x496881&&this[_0x245f02(0x200)]['ui'][_0x245f02(0x1f0)][_0x245f02(0x205)]&&(this[_0x245f02(0x1cf)][_0x245f02(0x1f9)](_0x496881)&&this[_0x245f02(0x1af)](_0x496881,!0x0),_0x496881[_0x245f02(0x1f8)]=!0x0),_0x496881||this[_0x245f02(0x1b0)]([]),this[_0x245f02(0x1fc)]=_0x496881);}[_0x52e209(0x1f4)](_0x44ded8){const _0x29964f=_0x52e209;this[_0x29964f(0x1cf)]=_0x44ded8;const _0x355216=this[_0x29964f(0x200)][_0x29964f(0x1bc)][_0x29964f(0x1d6)](_0x2a499a),_0x56bcea=this[_0x29964f(0x206)];if(this[_0x29964f(0x1cc)])throw new _0x201dc5(_0x29964f(0x1c3),this);if(_0x355216[_0x29964f(0x1d8)]!==this[_0x29964f(0x200)])throw new _0x201dc5(_0x29964f(0x1ca),this);const _0x569f07=this[_0x29964f(0x200)][_0x29964f(0x1bc)][_0x29964f(0x1d6)](_0x2a950b);this[_0x29964f(0x1b7)](_0x569f07,_0x29964f(0x1e0),()=>{const _0x5a7e73=_0x29964f,_0x272af2=_0x569f07[_0x5a7e73(0x1e1)]({'annotations':this[_0x5a7e73(0x1cf)],'activeAnnotation':this[_0x5a7e73(0x1fc)]});var _0x537af9,_0x5e0bdd;!this[_0x5a7e73(0x1e4)]&&(_0x537af9=_0x272af2,_0x5e0bdd=this[_0x5a7e73(0x1cb)],_0x537af9[_0x5a7e73(0x20b)]===_0x5e0bdd[_0x5a7e73(0x20b)]&&_0x537af9[_0x5a7e73(0x1e9)](_0x4f3b86=>_0x5e0bdd[_0x5a7e73(0x1fa)](_0x4f3b86)))||(this[_0x5a7e73(0x1e4)]=!0x1,this[_0x5a7e73(0x1b0)](_0x272af2),this[_0x5a7e73(0x1ed)](_0x272af2[0x0]||null));}),this[_0x29964f(0x1b7)](_0x569f07,_0x29964f(0x1ba),(_0x1cc10a,{isAnnotationTracked:_0x1eba30})=>{const _0x3051a9=_0x29964f;this[_0x3051a9(0x1fc)]&&_0x1eba30(this[_0x3051a9(0x1fc)])&&(this[_0x3051a9(0x1b0)]([]),this[_0x3051a9(0x1ed)](null));}),this[_0x29964f(0x1b7)](this[_0x29964f(0x200)]['ui'][_0x29964f(0x1f0)],_0x29964f(0x1f2),(_0x15b331,_0x17b287,_0x24f774)=>{const _0x564800=_0x29964f;_0x24f774||this[_0x564800(0x1ed)](null);}),this[_0x29964f(0x1b7)](_0x44ded8,_0x29964f(0x1b4),(_0x2861d6,_0x372737)=>{const _0xa13de9=_0x29964f;this[_0xa13de9(0x1c0)](_0x372737),_0x372737===this[_0xa13de9(0x1fc)]&&this[_0xa13de9(0x1ed)](null);}),this[_0x29964f(0x1b7)](_0x56bcea,_0x29964f(0x204),(_0x3e2ac1,_0x357b94,_0x1d9c42,_0x379ba4)=>{const _0x46852f=_0x29964f;_0x379ba4&&this[_0x46852f(0x1b5)](_0x379ba4);const _0x54432e=_0x44ded8[_0x46852f(0x1c7)](_0x1d9c42);_0x1d9c42&&_0x54432e&&(this[_0x46852f(0x1b7)](_0x1d9c42,_0x46852f(0x1e8),()=>{const _0x2c7799=_0x46852f;_0x56bcea[_0x2c7799(0x1bd)]();}),this[_0x46852f(0x1b7)](_0x1d9c42,_0x46852f(0x1b6),()=>{const _0x1757f9=_0x46852f;this[_0x1757f9(0x1de)](_0x54432e),this[_0x1757f9(0x200)][_0x1757f9(0x203)][_0x1757f9(0x1bf)][_0x1757f9(0x1ee)]();}),this[_0x46852f(0x1fc)]!==_0x54432e&&this[_0x46852f(0x1ed)](_0x54432e));}),this[_0x29964f(0x1b7)](this[_0x29964f(0x200)]['ui'],_0x29964f(0x1f6),()=>{const _0x16aa49=_0x29964f;_0x56bcea[_0x16aa49(0x1be)]&&(_0x44ded8[_0x16aa49(0x1c7)](_0x56bcea[_0x16aa49(0x1be)])&&_0x56bcea[_0x16aa49(0x1bd)]());}),this[_0x29964f(0x1b7)](this[_0x29964f(0x200)][_0x29964f(0x203)][_0x29964f(0x1bf)][_0x29964f(0x1d9)],_0x29964f(0x1ff),()=>{const _0x5a6107=_0x29964f;this[_0x5a6107(0x1e4)]=!0x0,this[_0x5a6107(0x1d2)][_0x5a6107(0x1d4)]();}),this[_0x29964f(0x200)][_0x29964f(0x203)][_0x29964f(0x1bf)][_0x29964f(0x1d9)][_0x29964f(0x1b9)][_0x29964f(0x1f1)]&&this[_0x29964f(0x200)][_0x29964f(0x203)][_0x29964f(0x1bf)][_0x29964f(0x1ee)](),this[_0x29964f(0x1cc)]=!0x0;}[_0x52e209(0x1ce)](){const _0x110c9f=_0x52e209;if(!this[_0x110c9f(0x1cc)])throw new _0x201dc5(_0x110c9f(0x1d0),this);this[_0x110c9f(0x1ed)](null);for(const _0x347382 of this[_0x110c9f(0x1dd)])this[_0x110c9f(0x1c0)](_0x347382);this[_0x110c9f(0x1b5)](),this[_0x110c9f(0x1cc)]=!0x1,this[_0x110c9f(0x1cf)]=null;}[_0x52e209(0x1e2)](){const _0x486f20=_0x52e209;this[_0x486f20(0x1cc)]&&this[_0x486f20(0x1ce)]();}[_0x52e209(0x1b0)](_0x189a5e){const _0x51e903=_0x52e209;for(const _0x53bd45 of this[_0x51e903(0x1cb)])_0x189a5e[_0x51e903(0x1fa)](_0x53bd45)||this[_0x51e903(0x1d2)][_0x51e903(0x1c6)](_0x53bd45);for(const _0x36ee8c of this[_0x51e903(0x1cf)])_0x189a5e[_0x51e903(0x1fa)](_0x36ee8c)||this[_0x51e903(0x1c0)](_0x36ee8c);if(this[_0x51e903(0x200)]['ui'][_0x51e903(0x1f0)][_0x51e903(0x205)]){for(const _0x92d99a of _0x189a5e)this[_0x51e903(0x1af)](_0x92d99a);}this[_0x51e903(0x1cb)]=_0x189a5e;}[_0x52e209(0x1af)](_0x91d973,_0x1f1c99=!0x1){const _0x4b881b=_0x52e209;this[_0x4b881b(0x1d2)][_0x4b881b(0x1f9)](_0x91d973)||(this[_0x4b881b(0x1dd)][_0x4b881b(0x1f9)](_0x91d973)||this[_0x4b881b(0x206)][_0x4b881b(0x202)](_0x91d973[_0x4b881b(0x1bf)])||(this[_0x4b881b(0x1dd)][_0x4b881b(0x1fe)](_0x91d973),this[_0x4b881b(0x206)][_0x4b881b(0x1fe)]({'stackId':_0x91d973[_0x4b881b(0x1bf)]['id'],'view':_0x91d973[_0x4b881b(0x1bf)],'position':{'target':()=>this[_0x4b881b(0x1d5)](_0x91d973)}})),_0x1f1c99&&this[_0x4b881b(0x206)][_0x4b881b(0x201)](_0x91d973[_0x4b881b(0x1bf)]['id']));}[_0x52e209(0x1d5)](_0x1a5740){const _0x1784ed=_0x52e209,_0x5e6d70=_0x1a5740[_0x1784ed(0x20c)],_0x5dd230=this[_0x1784ed(0x200)][_0x1784ed(0x203)][_0x1784ed(0x1bf)],_0x52f864=_0x5dd230[_0x1784ed(0x1d9)][_0x1784ed(0x1b9)][_0x1784ed(0x20d)](),_0x408b23=_0x5dd230[_0x1784ed(0x1fb)][_0x1784ed(0x1e7)](_0x52f864);if(_0x408b23[_0x1784ed(0x1eb)](!0x0),_0x5e6d70){if(_0x5e6d70 instanceof _0x2aac04)return _0x5e6d70;let _0x5f0ead=[];for(const _0x2e3234 of _0x5e6d70)_0x5f0ead[_0x1784ed(0x1f5)](...(_0x453f2f=_0x2e3234[_0x1784ed(0x1db)](),Array[_0x1784ed(0x1b2)](_0x453f2f)[_0x1784ed(0x1b1)](DOMRect[_0x1784ed(0x1fd)])));_0x5f0ead=function(_0x5a4386){const _0x4827f7=_0x1784ed,_0x5e3cb7=[];let _0x26b71e=_0x5a4386[0x0];for(let _0x253c24=0x1;_0x253c24<_0x5a4386[_0x4827f7(0x20b)];_0x253c24++)F(_0x26b71e,_0x5a4386[_0x253c24])?_0x26b71e[_0x4827f7(0x1b8)]+=_0x5a4386[_0x253c24][_0x4827f7(0x1b8)]:(_0x5e3cb7[_0x4827f7(0x1f5)](_0x26b71e),_0x26b71e=_0x5a4386[_0x253c24]);return _0x5e3cb7[_0x4827f7(0x1f5)](_0x26b71e),_0x5e3cb7;}(_0x5f0ead);const _0x20eb00=_0x408b23[_0x1784ed(0x1d3)]();return _0x5f0ead[_0x1784ed(0x1c1)](_0xc26b45=>_0xc26b45[_0x1784ed(0x1e5)]<=_0x20eb00[_0x1784ed(0x1e5)]&&_0xc26b45[_0x1784ed(0x209)]>=_0x20eb00[_0x1784ed(0x209)]&&_0xc26b45[_0x1784ed(0x1ea)]<=_0x20eb00[_0x1784ed(0x1ea)]&&_0xc26b45[_0x1784ed(0x1ec)]>=_0x20eb00[_0x1784ed(0x1ec)])||_0x5f0ead[0x0];}var _0x453f2f;return _0x1a5740[_0x1784ed(0x1dc)]||_0x408b23;}[_0x52e209(0x1c0)](_0x571c40){const _0x120bd5=_0x52e209;this[_0x120bd5(0x1dd)][_0x120bd5(0x1f9)](_0x571c40)&&this[_0x120bd5(0x206)][_0x120bd5(0x202)](_0x571c40[_0x120bd5(0x1bf)])&&(this[_0x120bd5(0x1dd)][_0x120bd5(0x1c6)](_0x571c40),this[_0x120bd5(0x206)][_0x120bd5(0x1b4)](_0x571c40[_0x120bd5(0x1bf)]));}[_0x52e209(0x1de)](_0x40d775){const _0x2fa0e2=_0x52e209;this[_0x2fa0e2(0x1d2)][_0x2fa0e2(0x1fe)](_0x40d775),this[_0x2fa0e2(0x1c0)](_0x40d775);}}function F(_0x3dc159,_0xcd5241){const _0x87f665=_0x52e209;return _0x3dc159[_0x87f665(0x1e5)]===_0xcd5241[_0x87f665(0x1e5)]&&_0x3dc159[_0x87f665(0x209)]===_0xcd5241[_0x87f665(0x209)]&&_0x3dc159[_0x87f665(0x1ec)]===_0xcd5241[_0x87f665(0x1ea)];}
|
|
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)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x2cf1cc=_0x20de;(function(_0x5ea56e,_0x569d7d){const _0x490f25=_0x20de,_0x1e95c1=_0x5ea56e();while(!![]){try{const _0x501750=parseInt(_0x490f25(0x201))/0x1*(parseInt(_0x490f25(0x256))/0x2)+-parseInt(_0x490f25(0x1f6))/0x3*(parseInt(_0x490f25(0x20b))/0x4)+-parseInt(_0x490f25(0x219))/0x5*(parseInt(_0x490f25(0x234))/0x6)+-parseInt(_0x490f25(0x261))/0x7+parseInt(_0x490f25(0x22c))/0x8+parseInt(_0x490f25(0x200))/0x9*(parseInt(_0x490f25(0x212))/0xa)+parseInt(_0x490f25(0x216))/0xb;if(_0x501750===_0x569d7d)break;else _0x1e95c1['push'](_0x1e95c1['shift']());}catch(_0x112a9d){_0x1e95c1['push'](_0x1e95c1['shift']());}}}(_0x3cf8,0xf005c));import{ContextPlugin as _0x1b1de0,Context as _0x70923}from'ckeditor5/src/core.js';function _0x3cf8(){const _0x5d5451=['element','cancel','off','clear','10213734lJlvLY','narrowsidebar-detach-not-attached','narrowSidebar','blur','stop','keyCode','execute','southArrowNorth','init','bodyCollection','_integrateWithEditorAnnotations','change:container','_editorAnnotations','number','_manuallyClosedAnnotationViews','has','_attachToContainer','_attachListeners','keydown','setActiveAnnotation','stopPropagation','_domEmitter','addEventListener','bind','first','pin','locale','focus','attachToDom','getOrderedSelectedAnnotations','_updateBalloonPosition','_detachListeners','remove','preventDefault','2ldONxO','register','narrowsidebar-attach-already-attached','delete','isDirty','Esc','_selectedAnnotations','low','_destroyEditorAnnotationsIntegration','context','from','112679uqatiD','southArrowNorthEast','includes','pluginName','balloonPanelView','_setSelectedAnnotations','annotationType','uiUpdate','get','_refreshPositioningDebounced','ck-sidebar--narrow','northArrowSouthEast','find','activeAnnotation','defaultPositions','northArrowSouthWest','604194PhOPcz','isVisible','values','plugins','refresh','stopListening','mousedown','unpin','preventClosingBalloon','detach','4290543ZUCPTH','532670pVIghq','attach','refreshPositioning','view','_detachFromContainer','_refreshPositioning','southArrowNorthWest','add','_annotationToNarrowView','resize','16ztJPRr','addAnnotation','_annotations','_hideBalloon','getSidebarItemView','isAttached','_showBalloon','20URaBTX','EditorAnnotations','esc','NarrowSidebar','11771045ZxkrnT','listenTo','contains','5MAaeKS','rearrange','detachFromDom','editors','set:container','set','focusableElements','content','create','change:height','requires','northArrowSouth','destroy','hasDomSelection','target','length','annotations','ready','removeEventListener','7607128WciPfw','type','getByView','high'];_0x3cf8=function(){return _0x5d5451;};return _0x3cf8();}import _0x2b8c3d from'./annotationsuis.js';import _0x46e844 from'./sidebar.js';import _0x2b0940 from'./view/annotationcounterbuttonview.js';import{BalloonPanelView as _0x4c98f3,BodyCollection as _0x270619}from'ckeditor5/src/ui.js';import{CKEditorError as _0xe22948,DomEmitterMixin as _0x886346,keyCodes as _0x7d75fa,Collection as _0x56d086}from'ckeditor5/src/utils.js';import'../../theme/sidebar-narrow.css';function _0x20de(_0x274295,_0x1f9513){const _0x3cf87c=_0x3cf8();return _0x20de=function(_0x20ded9,_0x4573d3){_0x20ded9=_0x20ded9-0x1e8;let _0x96f15c=_0x3cf87c[_0x20ded9];return _0x96f15c;},_0x20de(_0x274295,_0x1f9513);}import{debounce as _0x4a20ea}from'lodash-es';import _0x1aa536 from'./editorannotations.js';export default class i extends _0x1b1de0{static get[_0x2cf1cc(0x223)](){return[_0x46e844,_0x2b8c3d];}static get[_0x2cf1cc(0x1e9)](){const _0x38d1cd=_0x2cf1cc;return _0x38d1cd(0x215);}constructor(_0x56eff8){const _0x1718c5=_0x2cf1cc;super(_0x56eff8),this[_0x1718c5(0x210)]=!0x1,this[_0x1718c5(0x242)]=new Set(),this[_0x1718c5(0x249)]=Object[_0x1718c5(0x221)](_0x886346),this[_0x1718c5(0x209)]=new Map(),this[_0x1718c5(0x21e)](_0x1718c5(0x1f3),null),this[_0x1718c5(0x229)]=null,this[_0x1718c5(0x25c)]=[],this[_0x1718c5(0x240)]=new _0x56d086(),this[_0x1718c5(0x1ef)]=_0x4a20ea(()=>{const _0x361969=_0x1718c5;this[_0x361969(0x206)]();},0xfa,{'leading':!0x1});}[_0x2cf1cc(0x23c)](){const _0x17da8c=_0x2cf1cc;this[_0x17da8c(0x25f)][_0x17da8c(0x1f9)][_0x17da8c(0x1ee)](_0x2b8c3d)[_0x17da8c(0x257)](_0x17da8c(0x236),this),this[_0x17da8c(0x23d)]=new _0x270619(this[_0x17da8c(0x25f)][_0x17da8c(0x24e)]),this[_0x17da8c(0x1ea)]=new _0x4c98f3(this[_0x17da8c(0x25f)][_0x17da8c(0x24e)]),this[_0x17da8c(0x23d)][_0x17da8c(0x250)](),this[_0x17da8c(0x23d)][_0x17da8c(0x208)](this[_0x17da8c(0x1ea)]);}[_0x2cf1cc(0x202)](_0x21b485){const _0x5b250d=_0x2cf1cc;this[_0x5b250d(0x229)]=_0x21b485;const _0x16c924=this[_0x5b250d(0x25f)][_0x5b250d(0x1f9)][_0x5b250d(0x1ee)](_0x46e844),_0xfbded=this[_0x5b250d(0x1ea)];if(_0x16c924[_0x5b250d(0x20d)]=_0x21b485,this[_0x5b250d(0x210)])throw new _0xe22948(_0x5b250d(0x258),this);this[_0x5b250d(0x210)]=!0x0,this[_0x5b250d(0x217)](_0x16c924,_0x5b250d(0x21d),()=>{const _0x5c9c4c=_0x5b250d;this[_0x5c9c4c(0x1ff)](),this[_0x5c9c4c(0x217)](_0x16c924,_0x5c9c4c(0x23f),_0xb13e39=>{const _0x59f434=_0x5c9c4c;_0xb13e39[_0x59f434(0x232)](),this[_0x59f434(0x202)](_0x21b485);});}),_0x16c924[_0x5b250d(0x244)]({'viewClass':_0x5b250d(0x1f0),'spaceBetweenItems':0x5});const _0xfb6dbb=_0x178dcb=>{const _0x11a097=_0x5b250d,_0x3ed455=new _0x2b0940(this[_0x11a097(0x25f)][_0x11a097(0x24e)]);_0x16c924[_0x11a097(0x20c)](_0x178dcb,_0x3ed455),this[_0x11a097(0x209)][_0x11a097(0x21e)](_0x178dcb,_0x3ed455),_0x3ed455[_0x11a097(0x24b)](_0x11a097(0x25a),_0x11a097(0x1ec),_0x11a097(0x241))['to'](_0x178dcb[_0x11a097(0x204)],_0x11a097(0x25a),_0x11a097(0x22d),_0x11a097(0x228)),_0x3ed455['on'](_0x11a097(0x23a),()=>{const _0x20845a=_0x11a097;this[_0x20845a(0x242)][_0x20845a(0x233)](),_0xfbded[_0x20845a(0x220)][_0x20845a(0x24c)]!==_0x178dcb[_0x20845a(0x204)]?(this[_0x20845a(0x211)](_0x178dcb),_0x178dcb[_0x20845a(0x204)][_0x20845a(0x230)][_0x20845a(0x24f)](),this[_0x20845a(0x247)](_0x178dcb)):this[_0x20845a(0x247)](null);});};for(const _0x2960f6 of _0x21b485)_0xfb6dbb(_0x2960f6);this[_0x5b250d(0x217)](_0x21b485,_0x5b250d(0x208),(_0x10400d,_0x4b9da8)=>{_0xfb6dbb(_0x4b9da8);}),this[_0x5b250d(0x217)](_0x21b485,_0x5b250d(0x254),(_0x290e4a,_0x4700da,_0x2cf81d)=>{const _0x1a2679=_0x5b250d;this[_0x1a2679(0x209)][_0x1a2679(0x1ee)](_0x4700da)[_0x1a2679(0x225)](),this[_0x1a2679(0x209)][_0x1a2679(0x259)](_0x4700da),_0x16c924[_0x1a2679(0x21a)]({'removedAnnotation':_0x4700da,'previousAnnotation':_0x21b485[_0x1a2679(0x1ee)](_0x2cf81d-0x1),'nextAnnotation':_0x21b485[_0x1a2679(0x1ee)](_0x2cf81d+0x1)}),_0x4700da===this[_0x1a2679(0x1f3)]&&this[_0x1a2679(0x247)](null);},{'priority':_0x5b250d(0x25d)}),this[_0x5b250d(0x217)](_0x21b485,_0x5b250d(0x24f),(_0xa6e4c5,_0x531009)=>{const _0x533fd8=_0x5b250d;this[_0x533fd8(0x247)](_0x531009);}),this[_0x5b250d(0x217)](_0x21b485,_0x5b250d(0x237),()=>{const _0x58222d=_0x5b250d;this[_0x58222d(0x247)](null);}),this[_0x5b250d(0x249)][_0x5b250d(0x217)](document,_0x5b250d(0x246),(_0x4c56be,_0x4310f5)=>{const _0x1e7680=_0x5b250d;_0x4310f5[_0x1e7680(0x239)]===_0x7d75fa[_0x1e7680(0x214)]&&_0xfbded[_0x1e7680(0x1f7)]&&(this[_0x1e7680(0x242)][_0x1e7680(0x208)](_0xfbded[_0x1e7680(0x220)][_0x1e7680(0x24c)]),this[_0x1e7680(0x20e)](),_0x4310f5[_0x1e7680(0x248)](),_0x4310f5[_0x1e7680(0x255)]());}),this[_0x5b250d(0x249)][_0x5b250d(0x217)](document,_0x5b250d(0x1fc),(_0x28f2ee,_0x375699)=>{const _0x5e7fde=_0x5b250d,_0x358f7c=_0x375699[_0x5e7fde(0x227)];_0xfbded[_0x5e7fde(0x1f7)]&&_0xfbded[_0x5e7fde(0x230)][_0x5e7fde(0x218)](_0x358f7c)||_0x16c924[_0x5e7fde(0x204)][_0x5e7fde(0x230)][_0x5e7fde(0x218)](_0x358f7c)||_0x28f2ee[_0x5e7fde(0x1fe)]||this[_0x5e7fde(0x1f3)]&&this[_0x5e7fde(0x1f3)][_0x5e7fde(0x21f)][_0x5e7fde(0x1f2)](_0x1c2818=>_0x1c2818[_0x5e7fde(0x218)](_0x358f7c))||(this[_0x5e7fde(0x242)][_0x5e7fde(0x233)](),this[_0x5e7fde(0x20e)](),this[_0x5e7fde(0x247)](null));});const _0x395fa1=this[_0x5b250d(0x25f)]instanceof _0x70923?this[_0x5b250d(0x25f)][_0x5b250d(0x21c)]:new _0x56d086([this[_0x5b250d(0x25f)]]);for(const _0x246636 of _0x395fa1)this[_0x5b250d(0x23e)](_0x246636);this[_0x5b250d(0x217)](_0x395fa1,_0x5b250d(0x208),(_0x19cd0a,_0x2f33b4)=>{const _0x75a2e8=_0x5b250d;this[_0x75a2e8(0x217)](_0x2f33b4,_0x75a2e8(0x22a),()=>{const _0x597655=_0x75a2e8;this[_0x597655(0x23e)](_0x2f33b4);});}),this[_0x5b250d(0x217)](_0x395fa1,_0x5b250d(0x254),(_0x17017b,_0x431f5d)=>{const _0xaf301f=_0x5b250d;_0x431f5d[_0xaf301f(0x1f9)][_0xaf301f(0x243)](_0xaf301f(0x213))&&this[_0xaf301f(0x25e)](_0x431f5d[_0xaf301f(0x1f9)][_0xaf301f(0x1ee)](_0xaf301f(0x213)));}),window[_0x5b250d(0x24a)](_0x5b250d(0x20a),this[_0x5b250d(0x1ef)]),this[_0x5b250d(0x206)]();}[_0x2cf1cc(0x247)](_0x35d54c){const _0x46c15b=_0x2cf1cc;if(_0x35d54c===this[_0x46c15b(0x1f3)])return;const _0x19b618=this[_0x46c15b(0x25f)][_0x46c15b(0x1f9)][_0x46c15b(0x1ee)](_0x46e844);if(_0x19b618[_0x46c15b(0x1fa)]({'blurredAnnotation':this[_0x46c15b(0x1f3)],'activatedAnnotation':_0x35d54c,'disableAnimationOnActivatedAnnotation':!0x0}),_0x35d54c)_0x19b618[_0x46c15b(0x20f)](_0x35d54c)?this[_0x46c15b(0x211)](_0x35d54c):this[_0x46c15b(0x20e)]();else this[_0x46c15b(0x20e)]();this[_0x46c15b(0x1f3)]=_0x35d54c;}[_0x2cf1cc(0x1ff)](){const _0x506d8d=_0x2cf1cc;if(!this[_0x506d8d(0x210)])throw new _0xe22948(_0x506d8d(0x235),this);this[_0x506d8d(0x247)](null);const _0x6e036=this[_0x506d8d(0x25f)][_0x506d8d(0x1f9)][_0x506d8d(0x1ee)](_0x46e844);this[_0x506d8d(0x20e)](),Array[_0x506d8d(0x260)](this[_0x506d8d(0x209)][_0x506d8d(0x1f8)](),_0x23519c=>_0x23519c[_0x506d8d(0x225)]()),this[_0x506d8d(0x209)][_0x506d8d(0x233)](),_0x6e036[_0x506d8d(0x205)](this[_0x506d8d(0x229)]),this[_0x506d8d(0x1fb)](),this[_0x506d8d(0x249)][_0x506d8d(0x1fb)](),this[_0x506d8d(0x25f)]instanceof _0x70923&&this[_0x506d8d(0x1fb)](this[_0x506d8d(0x25f)][_0x506d8d(0x21c)]);for(const _0xc3b4fc of Array[_0x506d8d(0x260)](this[_0x506d8d(0x240)]))this[_0x506d8d(0x25e)](_0xc3b4fc);window[_0x506d8d(0x22b)](_0x506d8d(0x20a),this[_0x506d8d(0x1ef)]),this[_0x506d8d(0x1ef)][_0x506d8d(0x231)](),this[_0x506d8d(0x25c)]=[],this[_0x506d8d(0x210)]=!0x1,this[_0x506d8d(0x229)]=null;}[_0x2cf1cc(0x225)](){const _0x498936=_0x2cf1cc;this[_0x498936(0x210)]&&this[_0x498936(0x1ff)](),this[_0x498936(0x23d)][_0x498936(0x21b)]();}[_0x2cf1cc(0x23e)](_0x5c9c4e){const _0x51ef31=_0x2cf1cc,_0x2841c6=_0x5c9c4e[_0x51ef31(0x1f9)][_0x51ef31(0x1ee)](_0x1aa536),_0x399097=this[_0x51ef31(0x25f)][_0x51ef31(0x1f9)][_0x51ef31(0x1ee)](_0x46e844),_0x4fd518=this[_0x51ef31(0x229)],_0x377e34=this[_0x51ef31(0x1ea)],_0x409457=()=>{const _0x207cf6=_0x51ef31,_0x59447e=_0x2841c6[_0x207cf6(0x251)]({'annotations':this[_0x207cf6(0x229)],'activeAnnotation':this[_0x207cf6(0x1f3)]});this[_0x207cf6(0x1eb)](_0x59447e),this[_0x207cf6(0x247)](_0x59447e[0x0]||null);};this[_0x51ef31(0x217)](_0x2841c6,_0x51ef31(0x1fa),_0x409457),this[_0x51ef31(0x217)](_0x2841c6,_0x51ef31(0x237),(_0x1c1651,{isAnnotationTracked:_0x3523d3})=>{const _0x49035d=_0x51ef31;this[_0x49035d(0x1f3)]&&_0x3523d3(this[_0x49035d(0x1f3)])&&(this[_0x49035d(0x1eb)]([]),this[_0x49035d(0x247)](null));}),this[_0x51ef31(0x217)](_0x2841c6,_0x51ef31(0x1ed),()=>{const _0x417cbe=_0x51ef31;this[_0x417cbe(0x1ef)]();}),this[_0x51ef31(0x217)](_0x4fd518,_0x51ef31(0x237),_0x114fe0=>{const _0x5a9730=_0x51ef31;_0x2841c6[_0x5a9730(0x226)]()&&_0x114fe0[_0x5a9730(0x238)]();},{'priority':_0x51ef31(0x22f)}),this[_0x51ef31(0x217)](this[_0x51ef31(0x249)],_0x51ef31(0x1fc),(_0x49ccd5,_0x383be5)=>{const _0x226017=_0x51ef31,_0x585001=_0x383be5[_0x226017(0x227)];_0x377e34[_0x226017(0x1f7)]&&_0x377e34[_0x226017(0x230)][_0x226017(0x218)](_0x585001)||_0x399097[_0x226017(0x204)][_0x226017(0x230)][_0x226017(0x218)](_0x585001)||this[_0x226017(0x1f3)]&&_0x2841c6[_0x226017(0x226)]()&&(_0x409457(),_0x49ccd5[_0x226017(0x1fe)]=!0x0);},{'priority':_0x51ef31(0x22f)}),this[_0x51ef31(0x240)][_0x51ef31(0x208)](_0x2841c6);}[_0x2cf1cc(0x25e)](_0x35346f){const _0x3a7b01=_0x2cf1cc;_0x35346f&&(this[_0x3a7b01(0x1fb)](_0x35346f),this[_0x3a7b01(0x240)][_0x3a7b01(0x254)](_0x35346f));}[_0x2cf1cc(0x1eb)](_0x153e78){const _0x287000=_0x2cf1cc;for(const _0x4a32f9 of this[_0x287000(0x25c)])_0x153e78[_0x287000(0x1e8)](_0x4a32f9)||this[_0x287000(0x242)][_0x287000(0x259)](_0x4a32f9[_0x287000(0x204)]);this[_0x287000(0x25c)]=_0x153e78;}[_0x2cf1cc(0x206)](){const _0x30ecd9=_0x2cf1cc,_0x3390cc=this[_0x30ecd9(0x1ea)];this[_0x30ecd9(0x229)][_0x30ecd9(0x203)](),_0x3390cc[_0x30ecd9(0x1f7)]&&this[_0x30ecd9(0x252)]();}[_0x2cf1cc(0x211)](_0xcdd812){const _0x19df10=_0x2cf1cc;if(this[_0x19df10(0x242)][_0x19df10(0x243)](_0xcdd812[_0x19df10(0x204)]))return;const _0x38c2e0=this[_0x19df10(0x1ea)][_0x19df10(0x220)][_0x19df10(0x24c)];_0x38c2e0!==_0xcdd812[_0x19df10(0x204)]?(_0x38c2e0&&this[_0x19df10(0x253)](_0x38c2e0),this[_0x19df10(0x245)](_0xcdd812[_0x19df10(0x204)]),this[_0x19df10(0x1ea)][_0x19df10(0x220)][_0x19df10(0x233)](),this[_0x19df10(0x1ea)][_0x19df10(0x220)][_0x19df10(0x208)](_0xcdd812[_0x19df10(0x204)]),this[_0x19df10(0x252)]()):this[_0x19df10(0x252)]();}[_0x2cf1cc(0x252)](){const _0x43a30c=_0x2cf1cc,_0x1b6e1a=this[_0x43a30c(0x1ea)][_0x43a30c(0x220)][_0x43a30c(0x24c)],_0x21ea90=_0x1b6e1a&&this[_0x43a30c(0x229)][_0x43a30c(0x22e)](_0x1b6e1a);if(!_0x21ea90||!this[_0x43a30c(0x209)][_0x43a30c(0x243)](_0x21ea90))return;const _0x21d3a0=this[_0x43a30c(0x209)][_0x43a30c(0x1ee)](_0x21ea90)[_0x43a30c(0x230)],_0x5ec34c=(function(){const _0x5d96ae=_0x43a30c,_0x512de3=_0x4c98f3[_0x5d96ae(0x1f4)];return[_0x512de3[_0x5d96ae(0x262)],_0x512de3[_0x5d96ae(0x1f1)],_0x512de3[_0x5d96ae(0x23b)],_0x512de3[_0x5d96ae(0x224)],_0x512de3[_0x5d96ae(0x207)],_0x512de3[_0x5d96ae(0x1f5)]];}());this[_0x43a30c(0x1ea)][_0x43a30c(0x24d)]({'target':_0x21d3a0,'positions':_0x5ec34c});}[_0x2cf1cc(0x20e)](){const _0x290553=_0x2cf1cc,_0x4df620=this[_0x290553(0x1ea)],_0x1d926f=_0x4df620[_0x290553(0x220)][_0x290553(0x24c)];_0x1d926f&&(this[_0x290553(0x253)](_0x1d926f),_0x4df620[_0x290553(0x1fd)](),_0x4df620[_0x290553(0x220)][_0x290553(0x233)]());}[_0x2cf1cc(0x245)](_0x5dc3ce){const _0x4f6ef0=_0x2cf1cc;this[_0x4f6ef0(0x217)](_0x5dc3ce,_0x4f6ef0(0x222),()=>this[_0x4f6ef0(0x252)]()),this[_0x4f6ef0(0x217)](_0x5dc3ce,_0x4f6ef0(0x25b),(_0x472022,_0x5c2585)=>{const _0x1faaa9=_0x4f6ef0;this[_0x1faaa9(0x242)][_0x1faaa9(0x208)](_0x5dc3ce),this[_0x1faaa9(0x20e)](),_0x5c2585();});}[_0x2cf1cc(0x253)](_0x52760b){const _0x477574=_0x2cf1cc;this[_0x477574(0x1fb)](_0x52760b);}}
|
|
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();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3e0b8a=_0x2bc4;function _0x3f74(){const _0x2f641d=['config','define','sidebar-setcontainer-invalid-element','152pLgEvn','get','bind','1115qKklIn','_createSidebarView','set','rearrange','_updateLastItem','change:top','_getMaxAvailableTop','stopListening','_getItemAfter','init','pluginName','updateHeight','_recalculate','container','length','locale','_getItemBefore','7EBcwWk','destroy','_destroySidebarItemView','175736XDHquI','21228WytbIn','context','targetRect','last','_alignBeforeItem','isActive','setContainer','render','_activeAnnotation','_setItemTop','getIndex','class','259310QVKzeS','sidebar.preventScrollOutOfView','delete','bottom','max','isAnimationDisabled','sidebar.container','_detachFromContainer','_sidebarItemViewToAnnotation','remove','list','top','2199852tVGoUs','_spaceBetweenItems','push','refresh','Sidebar','unbind','_recalculateBuffer','addAnnotation','view','_attachToContainer','add','change:bottom','change:_lastItem','target','height','clear','_alignForTopChange','_alignToTargetRect','333210RKZUtn','_alignForBottomChange','_lastItem','appendChild','_annotationToSidebarItemView','minHeight','1314bEeobV','_getTargetTop','content','listenTo','nodeType','change:targetRect','1588280yOQXxb','_targetTop','getSidebarItemView','object','element','sidebar-attachtocontainer-missing-container','_alignAfterItem','_annotations'];_0x3f74=function(){return _0x2f641d;};return _0x3f74();}(function(_0x1cb7a0,_0x3689fa){const _0x10456f=_0x2bc4,_0x19661d=_0x1cb7a0();while(!![]){try{const _0x1bea70=parseInt(_0x10456f(0x1ac))/0x1+parseInt(_0x10456f(0x1d7))/0x2+-parseInt(_0x10456f(0x1ad))/0x3*(-parseInt(_0x10456f(0x1ee))/0x4)+-parseInt(_0x10456f(0x1f1))/0x5*(parseInt(_0x10456f(0x1dd))/0x6)+parseInt(_0x10456f(0x1a9))/0x7*(-parseInt(_0x10456f(0x1e3))/0x8)+-parseInt(_0x10456f(0x1c5))/0x9+parseInt(_0x10456f(0x1b9))/0xa;if(_0x1bea70===_0x3689fa)break;else _0x19661d['push'](_0x19661d['shift']());}catch(_0x1c9ee2){_0x19661d['push'](_0x19661d['shift']());}}}(_0x3f74,0x237d0));import{ContextPlugin as _0x1a19e5}from'ckeditor5/src/core.js';function _0x2bc4(_0x5758ee,_0x3bb705){const _0x3f7484=_0x3f74();return _0x2bc4=function(_0x2bc478,_0x2ff45c){_0x2bc478=_0x2bc478-0x1a8;let _0xfba27f=_0x3f7484[_0x2bc478];return _0xfba27f;},_0x2bc4(_0x5758ee,_0x3bb705);}import{Rect as _0x234961,CKEditorError as _0x40e15a}from'ckeditor5/src/utils.js';import _0x2a5eb3 from'./view/sidebarview.js';import _0x552569 from'./view/sidebaritemview.js';export default class z extends _0x1a19e5{static get[_0x3e0b8a(0x1fb)](){const _0x149323=_0x3e0b8a;return _0x149323(0x1c9);}constructor(_0x3cb668){const _0x2bccdd=_0x3e0b8a;super(_0x3cb668),this[_0x2bccdd(0x1f3)](_0x2bccdd(0x1d9),void 0x0),this[_0x2bccdd(0x1cd)]=this[_0x2bccdd(0x1f2)](),this[_0x2bccdd(0x1f3)](_0x2bccdd(0x1fe),null),this[_0x2bccdd(0x1c6)]=0x19,this[_0x2bccdd(0x1c1)]=new Map(),this[_0x2bccdd(0x1db)]=new Map(),this[_0x2bccdd(0x1ae)][_0x2bccdd(0x1eb)][_0x2bccdd(0x1ec)](_0x2bccdd(0x1ba),!0x1),this[_0x2bccdd(0x1ea)]=null,this[_0x2bccdd(0x1b5)]=null,this[_0x2bccdd(0x1cb)]=[];}[_0x3e0b8a(0x1fa)](){const _0x5d7938=_0x3e0b8a,_0x5cd003=this[_0x5d7938(0x1ae)][_0x5d7938(0x1eb)][_0x5d7938(0x1ef)](_0x5d7938(0x1bf));_0x5cd003&&this[_0x5d7938(0x1b3)](_0x5cd003);}[_0x3e0b8a(0x1b3)](_0x216be3){const _0x583050=_0x3e0b8a;if(!y(_0x216be3))throw new _0x40e15a(_0x583050(0x1ed));this[_0x583050(0x1fe)]=_0x216be3;}[_0x3e0b8a(0x1ce)]({viewClass:_0x14bfce='',spaceBetweenItems:_0x3724e4=0x19}={}){const _0x3ef437=_0x3e0b8a;if(!y(this[_0x3ef437(0x1fe)]))throw new _0x40e15a(_0x3ef437(0x1e8),this);this[_0x3ef437(0x1fe)][_0x3ef437(0x1da)](this[_0x3ef437(0x1cd)][_0x3ef437(0x1e7)]),this[_0x3ef437(0x1cd)][_0x3ef437(0x1b8)]=_0x14bfce,this[_0x3ef437(0x1c6)]=_0x3724e4;}[_0x3e0b8a(0x1f4)]({removedAnnotation:_0x3ae36e,previousAnnotation:_0x98c3aa,nextAnnotation:_0x2e3d53}){const _0x181287=_0x3e0b8a,_0x492eb0=this[_0x181287(0x1e5)](_0x3ae36e);this[_0x181287(0x1cd)][_0x181287(0x1c3)][_0x181287(0x1c2)](_0x492eb0),this[_0x181287(0x1ab)](_0x3ae36e),_0x98c3aa&&this[_0x181287(0x1d6)](this[_0x181287(0x1e5)](_0x98c3aa)),_0x2e3d53&&this[_0x181287(0x1d6)](this[_0x181287(0x1e5)](_0x2e3d53)),this[_0x181287(0x1f5)]();}[_0x3e0b8a(0x1c8)]({blurredAnnotation:_0x46eeef,activatedAnnotation:_0xc3c09a,disableAnimationOnActivatedAnnotation:_0xef25a}){const _0x137771=_0x3e0b8a;if(this[_0x137771(0x1b5)]=_0xc3c09a,_0x46eeef){_0x46eeef[_0x137771(0x1b2)]=!0x1;const _0x474072=this[_0x137771(0x1e5)](_0x46eeef);_0x474072&&_0xef25a&&(_0x474072[_0x137771(0x1be)]=!0x1);}if(_0xc3c09a){const _0x5c575f=this[_0x137771(0x1e5)](_0xc3c09a);_0x5c575f&&(_0xc3c09a[_0x137771(0x1b2)]=!0x0,_0xef25a&&(_0x5c575f[_0x137771(0x1be)]=!0x0,_0x5c575f[_0x137771(0x1c4)]+=0x1),this[_0x137771(0x1d6)](_0x5c575f));}}[_0x3e0b8a(0x1c0)](_0x291b22){const _0x1d4737=_0x3e0b8a;if(this[_0x1d4737(0x1cd)][_0x1d4737(0x1e7)][_0x1d4737(0x1c2)](),_0x291b22){for(const _0x1b3cff of _0x291b22)this[_0x1d4737(0x1ab)](_0x1b3cff);}this[_0x1d4737(0x1cd)][_0x1d4737(0x1c3)][_0x1d4737(0x1d4)](),this[_0x1d4737(0x1cd)][_0x1d4737(0x1b8)]='',this[_0x1d4737(0x1d9)]=null;}[_0x3e0b8a(0x1cc)](_0x27db9f,_0x690880){const _0x3849c9=_0x3e0b8a;_0x690880||(_0x690880=_0x27db9f[_0x3849c9(0x1cd)]);const _0x4fe523=new _0x552569(this[_0x3849c9(0x1ae)][_0x3849c9(0x200)]);this[_0x3849c9(0x1c1)][_0x3849c9(0x1f3)](_0x4fe523,_0x27db9f),this[_0x3849c9(0x1db)][_0x3849c9(0x1f3)](_0x27db9f,_0x4fe523),_0x4fe523[_0x3849c9(0x1df)][_0x3849c9(0x1cf)](_0x690880),this[_0x3849c9(0x1e0)](_0x27db9f[_0x3849c9(0x1cd)],_0x3849c9(0x1e2),(_0x3d023e,_0x500878,_0x46db27)=>{const _0x1e4607=_0x3849c9,_0x276a8e=this[_0x1e4607(0x1de)](_0x27db9f,_0x46db27);_0x4fe523[_0x1e4607(0x1e4)]!=_0x276a8e&&(_0x4fe523[_0x1e4607(0x1e4)]=_0x276a8e,this[_0x1e4607(0x1b6)](_0x4fe523,_0x276a8e));}),this[_0x3849c9(0x1e0)](_0x4fe523,_0x3849c9(0x1f6),()=>{const _0x2cdddd=_0x3849c9;this[_0x2cdddd(0x1fd)](_0x4fe523,_0x2cdddd(0x1c4));}),this[_0x3849c9(0x1e0)](_0x4fe523,_0x3849c9(0x1d0),()=>{const _0x3e32bf=_0x3849c9;this[_0x3e32bf(0x1fd)](_0x4fe523,_0x3e32bf(0x1bc));}),this[_0x3849c9(0x1d6)](_0x4fe523);const _0x260e92=this[_0x3849c9(0x1a8)](_0x4fe523);if(_0x260e92)this[_0x3849c9(0x1e9)](_0x260e92,_0x4fe523)||this[_0x3849c9(0x1d6)](_0x4fe523);else this[_0x3849c9(0x1d6)](_0x4fe523);return this[_0x3849c9(0x1f5)](),this[_0x3849c9(0x1cd)][_0x3849c9(0x1c3)][_0x3849c9(0x1cf)](_0x4fe523),_0x4fe523;}[_0x3e0b8a(0x1d5)](_0x15c265){const _0x13986a=_0x3e0b8a;if(!_0x15c265[_0x13986a(0x1df)][_0x13986a(0x1ff)])return;const _0x3d078e=this[_0x13986a(0x1a8)](_0x15c265);if(!_0x3d078e)return;const _0x465460=this[_0x13986a(0x1c1)][_0x13986a(0x1ef)](_0x3d078e),_0xa1d945=this[_0x13986a(0x1b5)];_0xa1d945&&_0xa1d945===_0x465460?this[_0x13986a(0x1e9)](_0x3d078e,_0x15c265):this[_0x13986a(0x1b1)](_0x15c265,_0x3d078e);}[_0x3e0b8a(0x1d8)](_0x181d61){const _0x3979cb=_0x3e0b8a;if(!_0x181d61[_0x3979cb(0x1df)][_0x3979cb(0x1ff)])return;const _0xf31255=this[_0x3979cb(0x1f9)](_0x181d61);if(!_0xf31255)return;const _0xa8bc0a=this[_0x3979cb(0x1c1)][_0x3979cb(0x1ef)](_0xf31255),_0x7e76af=this[_0x3979cb(0x1ae)][_0x3979cb(0x1eb)][_0x3979cb(0x1ef)](_0x3979cb(0x1ba)),_0x392ec6=this[_0x3979cb(0x1b5)];_0x392ec6&&_0x392ec6===_0xa8bc0a&&_0x7e76af?(this[_0x3979cb(0x1b1)](_0xf31255,_0x181d61),this[_0x3979cb(0x1e9)](_0x181d61,_0xf31255)):_0x392ec6&&_0x392ec6===_0xa8bc0a?this[_0x3979cb(0x1b1)](_0xf31255,_0x181d61):this[_0x3979cb(0x1e9)](_0x181d61,_0xf31255);}[_0x3e0b8a(0x1fd)](_0xe637eb,_0x46db7d){const _0x529e8a=_0x3e0b8a;0x0===this[_0x529e8a(0x1cb)][_0x529e8a(0x1ff)]&&setTimeout(()=>{const _0x23974f=_0x529e8a;for(const {sidebarItemView:_0x222b90,changedProp:_0x5f4819}of this[_0x23974f(0x1cb)])_0x23974f(0x1c4)===_0x5f4819?this[_0x23974f(0x1d5)](_0x222b90):this[_0x23974f(0x1d8)](_0x222b90);this[_0x23974f(0x1cb)]=[];},0xa),this[_0x529e8a(0x1cb)][_0x529e8a(0x1c7)]({'sidebarItemView':_0xe637eb,'changedProp':_0x46db7d});}[_0x3e0b8a(0x1e5)](_0x34ed55){const _0xdc2633=_0x3e0b8a;return this[_0xdc2633(0x1db)][_0xdc2633(0x1ef)](_0x34ed55);}[_0x3e0b8a(0x1aa)](){const _0x53f774=_0x3e0b8a;this[_0x53f774(0x1f8)](),this[_0x53f774(0x1cd)][_0x53f774(0x1aa)]();}[_0x3e0b8a(0x1ab)](_0x436028){const _0x2d5dd7=_0x3e0b8a,_0x570831=this[_0x2d5dd7(0x1e5)](_0x436028);this[_0x2d5dd7(0x1f8)](_0x570831),this[_0x2d5dd7(0x1f8)](_0x436028[_0x2d5dd7(0x1cd)]),_0x570831[_0x2d5dd7(0x1aa)](),this[_0x2d5dd7(0x1db)][_0x2d5dd7(0x1bb)](_0x436028),this[_0x2d5dd7(0x1c1)][_0x2d5dd7(0x1bb)](_0x570831);}[_0x3e0b8a(0x1f2)](){const _0x1e8331=_0x3e0b8a,_0x32612b=new _0x2a5eb3(this[_0x1e8331(0x1ae)][_0x1e8331(0x200)]);return _0x32612b[_0x1e8331(0x1b4)](),this['on'](_0x1e8331(0x1d1),(_0xa48848,_0x2b6265,_0x1a6ee3,_0x44bbeb)=>{const _0x381040=_0x1e8331;_0x44bbeb&&_0x32612b[_0x381040(0x1ca)](_0x381040(0x1dc)),_0x1a6ee3?_0x32612b[_0x381040(0x1f0)](_0x381040(0x1dc))['to'](_0x1a6ee3,_0x381040(0x1bc)):_0x32612b[_0x381040(0x1dc)]=null;}),_0x32612b;}[_0x3e0b8a(0x1f5)](){const _0x44e04d=_0x3e0b8a;var _0x206151;this[_0x44e04d(0x1d9)]=(null===(_0x206151=this[_0x44e04d(0x1ea)])||void 0x0===_0x206151?void 0x0:_0x206151[_0x44e04d(0x1b0)])?this[_0x44e04d(0x1e5)](this[_0x44e04d(0x1ea)][_0x44e04d(0x1b0)]):null;}[_0x3e0b8a(0x1a8)](_0xbc925d){const _0x4d8ec3=_0x3e0b8a;var _0x515e05;const _0x118e94=this[_0x4d8ec3(0x1c1)][_0x4d8ec3(0x1ef)](_0xbc925d),_0x53d873=_0x118e94&&(null===(_0x515e05=this[_0x4d8ec3(0x1ea)])||void 0x0===_0x515e05?void 0x0:_0x515e05[_0x4d8ec3(0x1ef)](this[_0x4d8ec3(0x1ea)][_0x4d8ec3(0x1b7)](_0x118e94)-0x1));return _0x53d873&&this[_0x4d8ec3(0x1e5)](_0x53d873)||null;}[_0x3e0b8a(0x1f9)](_0x42f50f){const _0x550f5a=_0x3e0b8a;var _0x467258;const _0x47d2ef=this[_0x550f5a(0x1c1)][_0x550f5a(0x1ef)](_0x42f50f),_0x3762c2=_0x47d2ef&&(null===(_0x467258=this[_0x550f5a(0x1ea)])||void 0x0===_0x467258?void 0x0:_0x467258[_0x550f5a(0x1ef)](this[_0x550f5a(0x1ea)][_0x550f5a(0x1b7)](_0x47d2ef)+0x1));return _0x3762c2&&this[_0x550f5a(0x1e5)](_0x3762c2)||null;}[_0x3e0b8a(0x1b1)](_0x5b9a76,_0x376e97){const _0x1e481b=_0x3e0b8a;_0x5b9a76[_0x1e481b(0x1fc)]();const _0x304375=M(_0x376e97[_0x1e481b(0x1bc)]+this[_0x1e481b(0x1c6)],_0x5b9a76[_0x1e481b(0x1c4)]);return!!_0x304375&&(this[_0x1e481b(0x1b6)](_0x376e97,_0x376e97[_0x1e481b(0x1c4)]-_0x304375),!0x0);}[_0x3e0b8a(0x1e9)](_0x32598e,_0xda7eaa){const _0x34e8a3=_0x3e0b8a;_0x32598e[_0x34e8a3(0x1fc)]();const _0x58b940=M(_0x32598e[_0x34e8a3(0x1bc)]+this[_0x34e8a3(0x1c6)],_0xda7eaa[_0x34e8a3(0x1c4)]);return!!_0x58b940&&(this[_0x34e8a3(0x1b6)](_0xda7eaa,_0xda7eaa[_0x34e8a3(0x1c4)]+_0x58b940,!0x1),!0x0);}[_0x3e0b8a(0x1d6)](_0x10b363){const _0x26ba70=_0x3e0b8a,_0x1313bf=this[_0x26ba70(0x1c1)][_0x26ba70(0x1ef)](_0x10b363);if(!_0x1313bf||!_0x1313bf[_0x26ba70(0x1d2)]||!_0x1313bf[_0x26ba70(0x1af)])return;const _0x2bee4e=this[_0x26ba70(0x1de)](_0x1313bf,_0x1313bf[_0x26ba70(0x1af)]);this[_0x26ba70(0x1b6)](_0x10b363,_0x2bee4e);}[_0x3e0b8a(0x1de)](_0x46ed2f,_0x2894ee){const _0xe66623=_0x3e0b8a;if(null===_0x2894ee)return 0x0;if(_0x46ed2f[_0xe66623(0x1d2)]instanceof _0x234961)return _0x2894ee[_0xe66623(0x1c4)];{const _0x15da65=new _0x234961(this[_0xe66623(0x1cd)][_0xe66623(0x1e7)])[_0xe66623(0x1c4)];return _0x2894ee[_0xe66623(0x1c4)]-_0x15da65;}}[_0x3e0b8a(0x1b6)](_0x1d595d,_0x103dec,_0x3436d0=this[_0x3e0b8a(0x1ae)][_0x3e0b8a(0x1eb)][_0x3e0b8a(0x1ef)](_0x3e0b8a(0x1ba))){const _0x412ca0=_0x3e0b8a;_0x3436d0&&(_0x103dec=Math[_0x412ca0(0x1bd)](_0x103dec,this[_0x412ca0(0x1f7)](_0x1d595d))),_0x1d595d[_0x412ca0(0x1c4)]=_0x103dec;}[_0x3e0b8a(0x1f7)](_0x1f15bf){const _0x13e2e3=_0x3e0b8a;let _0x3c063b=this[_0x13e2e3(0x1a8)](_0x1f15bf),_0x5c37eb=0x0;for(;_0x3c063b;)_0x3c063b[_0x13e2e3(0x1fc)](),_0x5c37eb+=this[_0x13e2e3(0x1c6)]+_0x3c063b[_0x13e2e3(0x1d3)],_0x3c063b=this[_0x13e2e3(0x1a8)](_0x3c063b);return _0x5c37eb;}}function M(_0x1fdddf,_0x1c463d){const _0x1353c4=_0x3e0b8a;return Math[_0x1353c4(0x1bd)](_0x1fdddf-_0x1c463d,0x0);}function y(_0x12d2bd){const _0x46b57=_0x3e0b8a;return null!==_0x12d2bd&&_0x46b57(0x1e6)==typeof _0x12d2bd&&0x1===_0x12d2bd[_0x46b57(0x1e1)];}
|
|
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)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
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)]);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
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);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
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)]();}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
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)]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
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);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
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);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
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)];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x570002=_0x31fb;(function(_0x25b104,_0xbdc4e8){const _0x58c207=_0x31fb,_0x2ca0eb=_0x25b104();while(!![]){try{const _0x49dcd2=parseInt(_0x58c207(0xb5))/0x1+parseInt(_0x58c207(0x8f))/0x2+parseInt(_0x58c207(0xb7))/0x3*(-parseInt(_0x58c207(0x9c))/0x4)+parseInt(_0x58c207(0xaa))/0x5*(-parseInt(_0x58c207(0xa2))/0x6)+parseInt(_0x58c207(0x8d))/0x7+-parseInt(_0x58c207(0x89))/0x8+parseInt(_0x58c207(0x82))/0x9*(parseInt(_0x58c207(0x9e))/0xa);if(_0x49dcd2===_0xbdc4e8)break;else _0x2ca0eb['push'](_0x2ca0eb['shift']());}catch(_0x1d6f26){_0x2ca0eb['push'](_0x2ca0eb['shift']());}}}(_0x2418,0x27eab));import'../../theme/commentsarchive.css';import{Plugin as _0xbc3805}from'ckeditor5/src/core.js';import{createDropdown as _0x3fa18a,ViewCollection as _0x1e1a4b}from'ckeditor5/src/ui.js';import _0x4104d3 from'../../theme/icons/comments-archive.svg';import{getTranslation as _0x36fcb7}from'../utils/common-translations.js';function _0x31fb(_0x5589d3,_0x503b47){const _0x24183c=_0x2418();return _0x31fb=function(_0x31fbb1,_0x5abb89){_0x31fbb1=_0x31fbb1-0x7b;let _0x50503d=_0x24183c[_0x31fbb1];return _0x50503d;},_0x31fb(_0x5589d3,_0x503b47);}import _0x3f7296 from'./ui/view/commentsarchiveview.js';import _0x2fcdac from'./commentsarchive.js';export default class a extends _0xbc3805{static get[_0x570002(0x9b)](){const _0x1b44fe=_0x570002;return _0x1b44fe(0x91);}static get[_0x570002(0xb4)](){return[_0x2fcdac];}constructor(_0x17decf){const _0x2a9828=_0x570002;super(_0x17decf),this[_0x2a9828(0xb6)]=new _0x1e1a4b(),this[_0x2a9828(0x8e)]=[];}[_0x570002(0xb0)](){const _0x15e3dd=_0x570002;this[_0x15e3dd(0x7b)]['ui'][_0x15e3dd(0x97)][_0x15e3dd(0x93)](_0x15e3dd(0x85),()=>this[_0x15e3dd(0x92)]());const _0x561919=this[_0x15e3dd(0x7b)][_0x15e3dd(0xb2)][_0x15e3dd(0x84)](_0x2fcdac),_0x1576a0=this[_0x15e3dd(0x7b)][_0x15e3dd(0xb2)][_0x15e3dd(0x84)](_0x15e3dd(0xaf)),_0x4f48c9=this[_0x15e3dd(0x7b)][_0x15e3dd(0xb2)][_0x15e3dd(0x84)](_0x15e3dd(0xa4));this[_0x15e3dd(0xa0)](_0x561919[_0x15e3dd(0xa1)],_0x15e3dd(0x93),(_0x56cd05,_0x24d85c)=>{const _0x2e317a=_0x15e3dd,_0x17fba1=this[_0x2e317a(0x7b)][_0x2e317a(0xbc)][_0x2e317a(0x84)](_0x2e317a(0x9a));if(!_0x17fba1||_0x24d85c[_0x2e317a(0xa5)]===_0x17fba1){const _0x225b78=this[_0x2e317a(0x99)](_0x24d85c[_0x2e317a(0xa9)]),_0x1927de=_0x4f48c9[_0x2e317a(0x8a)][_0x2e317a(0x84)](_0x24d85c);if(!_0x1927de)return void this[_0x2e317a(0x8e)][_0x2e317a(0x90)]({'thread':_0x24d85c,'position':_0x225b78});const _0x51a2fb=_0x1576a0[_0x2e317a(0xb1)](_0x1927de[_0x2e317a(0x7d)]);_0x51a2fb[_0x2e317a(0xa6)]&&_0x1576a0[_0x2e317a(0xa8)][_0x2e317a(0xb3)](_0x51a2fb),this[_0x2e317a(0xb6)][_0x2e317a(0x93)](_0x51a2fb[_0x2e317a(0x7d)],_0x225b78);}}),this[_0x15e3dd(0xa0)](_0x1576a0[_0x15e3dd(0xba)],_0x15e3dd(0x93),(_0x1084e8,_0x4f37fb)=>{const _0x1c2b51=_0x15e3dd,_0xf209ff=this[_0x1c2b51(0x8e)][_0x1c2b51(0x8b)](({thread:_0x3820ed})=>{const _0x557176=_0x1c2b51,_0x1a3d3b=_0x4f48c9[_0x557176(0x8a)][_0x557176(0x84)](_0x3820ed);return _0x1a3d3b&&_0x4f37fb[_0x557176(0x7f)]===_0x1a3d3b[_0x557176(0x7d)];});_0xf209ff&&(this[_0x1c2b51(0xb6)][_0x1c2b51(0x93)](_0x4f37fb[_0x1c2b51(0x7d)],_0xf209ff[_0x1c2b51(0xb8)]),this[_0x1c2b51(0x8e)][_0x1c2b51(0x96)](this[_0x1c2b51(0x8e)][_0x1c2b51(0x95)](_0xf209ff),0x1));}),this[_0x15e3dd(0xa0)](_0x561919[_0x15e3dd(0xa1)],_0x15e3dd(0xb3),(_0x5bec6c,_0x59a6f6)=>{const _0x114524=_0x15e3dd,_0x2c391c=this[_0x114524(0x7b)][_0x114524(0xbc)][_0x114524(0x84)](_0x114524(0x9a));if(!_0x2c391c||_0x59a6f6[_0x114524(0xa5)]===_0x2c391c){const _0x260c78=_0x4f48c9[_0x114524(0x8a)][_0x114524(0x84)](_0x59a6f6),_0x1c6147=_0x1576a0[_0x114524(0xb1)](_0x260c78[_0x114524(0x7d)]);this[_0x114524(0xb6)][_0x114524(0xb3)](_0x1c6147[_0x114524(0x7d)]),this[_0x114524(0x7c)](_0x1c6147[_0x114524(0xae)]);}});}[_0x570002(0x86)](_0x1b1a5e,_0x4bf5e5){const _0x50535d=_0x570002;for(const _0x16d7a1 of _0x4bf5e5[_0x50535d(0xae)])_0x16d7a1[_0x50535d(0x87)][_0x50535d(0x8c)](_0x50535d(0x83))&&_0x1b1a5e[_0x50535d(0x80)][_0x50535d(0x93)](_0x16d7a1);this[_0x50535d(0xa0)](_0x4bf5e5[_0x50535d(0xae)],_0x50535d(0x93),(_0x53c3dc,_0x2c54cd)=>{const _0xa07d81=_0x50535d;_0x2c54cd[_0xa07d81(0x87)][_0xa07d81(0x8c)](_0xa07d81(0x83))&&_0x1b1a5e[_0xa07d81(0x80)][_0xa07d81(0x93)](_0x2c54cd);}),this[_0x50535d(0xa0)](_0x4bf5e5[_0x50535d(0xae)],_0x50535d(0xb3),(_0x453e38,_0x6432b1)=>{const _0x40e175=_0x50535d;_0x6432b1[_0x40e175(0x87)][_0x40e175(0x8c)](_0x40e175(0x83))&&_0x1b1a5e[_0x40e175(0x80)][_0x40e175(0xb3)](_0x6432b1);});}[_0x570002(0x99)](_0x216496){const _0x52a7d6=_0x570002,_0x46fe82=this[_0x52a7d6(0x7b)][_0x52a7d6(0xbc)][_0x52a7d6(0x84)](_0x52a7d6(0x9a)),_0x18c194=[...this[_0x52a7d6(0x7b)][_0x52a7d6(0xb2)][_0x52a7d6(0x84)](_0x2fcdac)[_0x52a7d6(0xa1)]][_0x52a7d6(0xb9)](_0x50d533=>_0x50d533[_0x52a7d6(0xa5)]===_0x46fe82)[_0x52a7d6(0x9d)](_0x3d8e07=>_0x3d8e07[_0x52a7d6(0xa9)]<_0x216496);return _0x18c194>-0x1?_0x18c194-0x1:this[_0x52a7d6(0xb6)][_0x52a7d6(0xa3)];}[_0x570002(0x92)](){const _0x49a794=_0x570002,_0x5894ba=this[_0x49a794(0x7b)],_0x40d40b=this[_0x49a794(0x7b)][_0x49a794(0xb2)][_0x49a794(0x84)](_0x49a794(0xaf)),_0x5ef2ef=_0x3fa18a(_0x5894ba[_0x49a794(0x88)]);_0x5ef2ef[_0x49a794(0xac)][_0x49a794(0x98)]({'icon':_0x4104d3,'label':_0x36fcb7(_0x5894ba[_0x49a794(0x88)],_0x49a794(0x7e)),'tooltip':!0x0}),_0x5ef2ef[_0x49a794(0x94)][_0x49a794(0x9f)]({'attributes':{'class':_0x49a794(0xad)}}),_0x5ef2ef['on'](_0x49a794(0xbb),(_0x546ab1,_0x427c9f,_0x3e84e2)=>{const _0x2f5cd1=_0x49a794;this[_0x2f5cd1(0xa7)]||(this[_0x2f5cd1(0xa7)]=new _0x3f7296(_0x5894ba[_0x2f5cd1(0x88)],this[_0x2f5cd1(0xb6)])),_0x3e84e2?_0x5ef2ef[_0x2f5cd1(0x94)][_0x2f5cd1(0x81)][_0x2f5cd1(0x93)](this[_0x2f5cd1(0xa7)]):_0x5ef2ef[_0x2f5cd1(0x94)][_0x2f5cd1(0x81)][_0x2f5cd1(0xb3)](this[_0x2f5cd1(0xa7)]);});for(const _0x3db90a of this[_0x49a794(0xb6)]){const _0x47812d=_0x40d40b[_0x49a794(0xb1)](_0x3db90a[_0x49a794(0xab)]);this[_0x49a794(0x86)](_0x5ef2ef,_0x47812d);}return _0x5ef2ef[_0x49a794(0xa0)](this[_0x49a794(0xb6)],_0x49a794(0x93),(_0x4166d2,_0x19ad7b)=>{const _0x1dd312=_0x49a794,_0x4742c8=_0x40d40b[_0x1dd312(0xb1)](_0x19ad7b[_0x1dd312(0xab)]);this[_0x1dd312(0x86)](_0x5ef2ef,_0x4742c8);}),_0x5ef2ef[_0x49a794(0xa0)](this[_0x49a794(0xb6)],_0x49a794(0xb3),(_0x297963,_0x44732)=>{const _0x57650f=_0x49a794,_0x266375=_0x40d40b[_0x57650f(0xb1)](_0x44732[_0x57650f(0xab)]);for(const _0x4201a3 of _0x266375[_0x57650f(0xae)])_0x4201a3[_0x57650f(0x87)][_0x57650f(0x8c)](_0x57650f(0x83))&&_0x5ef2ef[_0x57650f(0x80)][_0x57650f(0xb3)](_0x4201a3);}),_0x5ef2ef;}}function _0x2418(){const _0x4e9bd7=['71158uzVHUI','annotationViews','3SiSWGL','position','filter','collection','change:isOpen','config','editor','stopListening','view','COMMENTS_ARCHIVE','innerView','focusTracker','children','9mHyBRs','ck-body','get','commentsArchive','_handleAnnotationFocusableElements','classList','locale','2196376QxbtLU','_threadToController','find','contains','1514933rWXgHM','_pendingThreads','9218gftPOY','push','CommentsArchiveUI','_createArchiveUIDropdown','add','panelView','indexOf','splice','componentFactory','set','_calculatePosition','collaboration.channelId','pluginName','1296492bRHTpg','findIndex','7420610BXuFLg','extendTemplate','listenTo','archivedThreads','12QClwAj','length','CommentsRepository','channelId','isVisible','commentsArchiveView','_visibleAnnotations','archivedAt','680195pWmLYh','mainView','buttonView','ck-comments-archive-dropdown','focusableElements','Annotations','init','getByInnerView','plugins','remove','requires'];_0x2418=function(){return _0x4e9bd7;};return _0x2418();}
|