@ckeditor/ckeditor5-comments 42.0.2-alpha.2 → 43.0.0-alpha.0
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/CHANGELOG.md +1 -256
- package/build/comments.js +2 -2
- package/build/translations/af.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/bs.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es-co.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/ti.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/dist/annotations/annotations.d.ts +1 -1
- package/dist/annotations/sidebar.d.ts +2 -2
- package/dist/annotations/view/annotationview.d.ts +4 -4
- package/dist/annotations/view/sidebaritemview.d.ts +7 -3
- package/dist/annotations/view/sidebarview.d.ts +25 -4
- package/dist/comments/commentsediting.d.ts +8 -0
- package/dist/comments/commentsrepository.d.ts +14 -2
- package/dist/comments/ui/view/basecommentthreadview.d.ts +32 -3
- package/dist/comments/ui/view/basecommentview.d.ts +41 -3
- package/dist/comments/ui/view/commentinputview.d.ts +17 -2
- package/dist/comments/ui/view/commentsarchiveview.d.ts +11 -3
- package/dist/comments/ui/view/commentslistview.d.ts +17 -5
- package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +25 -0
- package/dist/comments/ui/view/commentthreadheaderview.d.ts +29 -3
- package/dist/comments/ui/view/commentthreadinputview.d.ts +13 -2
- package/dist/comments/ui/view/commentthreadview.d.ts +11 -6
- package/dist/comments/ui/view/commentview.d.ts +9 -12
- package/dist/index-editor.css +33 -2
- package/dist/index.css +95 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +9 -9
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/bs.js +1 -1
- package/dist/translations/bs.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de-ch.js +1 -1
- package/dist/translations/de-ch.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fa.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/ti.js +1 -1
- package/dist/translations/ti.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/utils/common-translations.d.ts +1 -1
- package/lang/contexts.json +15 -0
- package/lang/translations/af.po +62 -0
- package/lang/translations/ar.po +68 -2
- package/lang/translations/bg.po +64 -2
- package/lang/translations/bn.po +64 -2
- package/lang/translations/bs.po +63 -0
- package/lang/translations/ca.po +64 -2
- package/lang/translations/cs.po +66 -2
- package/lang/translations/da.po +64 -2
- package/lang/translations/de-ch.po +62 -0
- package/lang/translations/de.po +64 -2
- package/lang/translations/el.po +64 -2
- package/lang/translations/en-au.po +62 -0
- package/lang/translations/en.po +64 -2
- package/lang/translations/es-co.po +63 -0
- package/lang/translations/es.po +65 -2
- package/lang/translations/et.po +64 -2
- package/lang/translations/fa.po +62 -0
- package/lang/translations/fi.po +64 -2
- package/lang/translations/fr.po +65 -2
- package/lang/translations/gl.po +64 -2
- package/lang/translations/he.po +65 -2
- package/lang/translations/hi.po +64 -2
- package/lang/translations/hr.po +63 -0
- package/lang/translations/hu.po +64 -2
- package/lang/translations/id.po +63 -2
- package/lang/translations/it.po +65 -2
- package/lang/translations/ja.po +63 -2
- package/lang/translations/jv.po +61 -0
- package/lang/translations/ko.po +63 -2
- package/lang/translations/lt.po +66 -2
- package/lang/translations/lv.po +65 -2
- package/lang/translations/ms.po +63 -2
- package/lang/translations/nl.po +64 -2
- package/lang/translations/no.po +64 -2
- package/lang/translations/pl.po +66 -2
- package/lang/translations/pt-br.po +65 -2
- package/lang/translations/pt.po +65 -2
- package/lang/translations/ro.po +65 -2
- package/lang/translations/ru.po +66 -2
- package/lang/translations/sk.po +66 -2
- package/lang/translations/sq.po +62 -0
- package/lang/translations/sr-latn.po +65 -2
- package/lang/translations/sr.po +65 -2
- package/lang/translations/sv.po +64 -2
- package/lang/translations/th.po +63 -2
- package/lang/translations/ti.po +62 -0
- package/lang/translations/tk.po +62 -0
- package/lang/translations/tr.po +64 -2
- package/lang/translations/tt.po +61 -0
- package/lang/translations/ug.po +64 -2
- package/lang/translations/uk.po +66 -2
- package/lang/translations/ur.po +62 -0
- package/lang/translations/vi.po +63 -2
- package/lang/translations/zh-cn.po +63 -2
- package/lang/translations/zh.po +63 -2
- package/package.json +14 -13
- package/src/annotations/annotation.js +2 -2
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.d.ts +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.d.ts +2 -2
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.d.ts +4 -4
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.d.ts +7 -3
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.d.ts +25 -4
- 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.d.ts +8 -0
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.d.ts +14 -2
- package/src/comments/commentsrepository.js +3 -3
- 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 +2 -2
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.js +2 -2
- package/src/comments/ui/view/basecommentthreadview.d.ts +32 -3
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.d.ts +41 -3
- 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.d.ts +17 -2
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.d.ts +11 -3
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentslistview.d.ts +17 -5
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadheadercontextview.d.ts +21 -0
- package/src/comments/ui/view/commentthreadheadercontextview.js +23 -0
- package/src/comments/ui/view/commentthreadheaderview.d.ts +29 -3
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.d.ts +13 -2
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.d.ts +11 -6
- package/src/comments/ui/view/commentthreadview.js +2 -2
- package/src/comments/ui/view/commentview.d.ts +9 -12
- package/src/comments/ui/view/commentview.js +2 -2
- package/src/comments.js +1 -1
- package/src/commentsonly.js +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -1
- package/src/utils/common-translations.d.ts +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.js +1 -1
- package/theme/comment.css +6 -0
- package/theme/commentthread.css +43 -2
package/dist/index.js
CHANGED
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Editor as
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
((()=>Rt)());constructor(_0x454e93={}){(_0x454e93=Object['assign']({},_0x454e93))['plugins']||(_0x454e93['plugins']=St['defaultPlugins']),super(_0x454e93),this['ui']=new Ot(this),this['set']('placeholder',''),this['model']['document']['on']('change',()=>this['_updatePlaceholder'](),{'priority':'low'}),this['on']('change:placeholder',()=>this['_updatePlaceholder']()),this['model']['document']['createRoot']();}['create'](){const _0x20fba8=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x20fba8))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x141166=>{const _0x4ff2af=this['model']['document']['getRoot'](),_0x3b0bc9=_0x4ff2af&&_0x4ff2af['getChild'](_0x4ff2af['childCount']-0x1);_0x141166['setSelection'](_0x3b0bc9,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0xcc3d9d=this['editing']['view'],_0x26a61e=_0xcc3d9d['document']['getRoot'](),_0x200ba5=_0x26a61e['getChild'](0x0);_0x26a61e['childCount']>0x1||!_0x200ba5||'p'!=_0x200ba5['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(zt(_0xcc3d9d,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x200ba5['placeholder']=this['placeholder']),Ft({'view':_0xcc3d9d,'element':_0x200ba5,'keepOnFocus':!0x0}),this['placeholderElement']=_0x200ba5);}}class ei extends _t{['keystrokes'];['focusTracker'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x5c9e03,_0x10908b={}){super(_0x5c9e03),this['editor']=null,this['_editorConfig']=_0x10908b,this['keystrokes']=new Et(),this['focusTracker']=new _0x10355d(),this['set']('value',_0x10908b['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',W(_0x5c9e03,'Reply...')),this['set']('submitLabel',W(_0x5c9e03,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-comment__input-actions',this['bindTemplate']['if']('showButtons','ck-comment__input-actions--active')]},'children':[this['submitButtonView'],this['cancelButtonView']]}]}),this['keystrokes']['set']('Esc',(_0x3b1d1e,_0x511631)=>{this['cancelButtonView']['fire']('execute'),_0x511631();}),this['on']('submit',(_0x35c1eb,_0x4a0e33)=>{_0x4a0e33['length']>0xfde8?(alert(W(_0x5c9e03,'TOO_LONG_COMMENT_ALERT',[_0x4a0e33['length'],0xfde8])),_0x35c1eb['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['keystrokes']['listenTo'](this['element']),this['focusTracker']['add'](this['element']);}['createEditor'](){return this['editor']||(this['editor']=new St(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x3106c6=this['editor'];this['element']['insertBefore'](_0x3106c6['ui']['element'],this['element']['firstChild']),_0x3106c6['model']['document']['on']('change',()=>this['value']=_0x3106c6['getData']()),_0x3106c6['bind']('placeholder')['to'](this),this['_initializeFocusCycling'](this['editor']),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](){this['editor']&&this['editor']['focus']();}async['destroy'](){this['_isDestroyed']||(this['_isDestroyed']=!0x0,this['editor']&&(await this['_editorCreationPromise'],await this['editor']['destroy'](),this['fire']('editorDestroyed',this['editor'])),await super['destroy']());}['_createSubmitButton'](){const {locale:_0x1ef335}=this,_0x4e67b5=new _0x14b11d(_0x1ef335);return _0x4e67b5['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x4e67b5['withText']=!0x0,_0x4e67b5['bind']('label')['to'](this,'submitLabel'),_0x4e67b5['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x4e67b5['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x4128af,_0x3406e0)=>!_0x3406e0&&!!_0x4128af['trim']()),_0x4e67b5;}['_createCancelButton'](){const {locale:_0x10d2a3}=this,_0x35bff7=new _0x14b11d(_0x10d2a3);return _0x35bff7['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x35bff7['label']=W(_0x10d2a3,'Cancel'),_0x35bff7['withText']=!0x0,_0x35bff7['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x35bff7;}['_initializeFocusCycling'](_0x1ba7be){const _0x127034=this['focusTracker'],_0x3a0fcd=new _0x4b34a0();[_0x1ba7be['ui']['view'],this['submitButtonView'],this['cancelButtonView']]['forEach'](_0x22a18e=>{_0x3a0fcd['add'](_0x22a18e),_0x127034['add'](_0x22a18e['element']);});const _0x587779=new _0x2bfb35({'focusables':_0x3a0fcd,'focusTracker':_0x127034});this['keystrokes']['set']('tab',(_0x10c611,_0x28a600)=>{_0x587779['focusNext'](),_0x28a600();},{'priority':'low'}),this['keystrokes']['set']('shift\x20+\x20tab',(_0x4a74fb,_0x5d0c12)=>{_0x587779['focusPrevious'](),_0x5d0c12();},{'priority':'low'});}}class Tt extends _t{constructor(_0x23b9ad,_0x154b8b,_0x4f8ba1){super(_0x23b9ad),this['commentInputView']=new ei(_0x23b9ad,_0x4f8ba1),this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x406a52,_0x1b92e7)=>_0x406a52||!!_0x1b92e7),this['set']('showInput',!0x1),this['on']('change:showInput',()=>{this['showInput']&&!this['commentInputView']['editor']&&this['commentInputView']['createEditor']();}),this['commentInputView']['delegate']('editorReady')['to'](this),this['commentInputView']['delegate']('editorDestroyed')['to'](this),this['userView']=new _0x3c849d(_0x23b9ad,_0x154b8b),this['userView']['extendTemplate']({'attributes':{'class':'ck-thread__user'}}),this['commentInputView']['extendTemplate']({'attributes':{'class':'ck-thread__input'}}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-container',this['bindTemplate']['if']('showInput','ck-comment__input-container--active')]},'children':[this['userView'],this['commentInputView']]});}['destroy'](){return this['commentInputView']['destroy']()['then'](()=>super['destroy']());}}class ts extends _t{constructor(_0x4ddd5a){super(_0x4ddd5a);const _0x29cc97=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x29cc97['to']('count',_0x1bdc59=>W(_0x4ddd5a,'NUMBER_OF_COMMENTS',_0x1bdc59))}]});}}class xt extends _t{['commentViews'];['resolvedCommentView'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x4cef54,_0x17e342,_0x1af9a5){super(_0x4cef54),this['set']('hasDirtyComment',!0x1),this['set']('length',_0x17e342['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x17e342,this['_config']=_0x1af9a5,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['_collapsedCommentsView']=new ts(_0x4cef54),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x62c67d=>_0x62c67d-this['_config']['maxCommentsWhenCollapsed']);for(const _0x1dc0c6 of _0x17e342['comments'])this['_handleNewCommentModel'](_0x1dc0c6);this['_handleInfoComment'](),this['listenTo'](_0x17e342['comments'],'add',(_0x5d060e,_0xf0965a)=>{const _0x3dd287=this['_calculatePosition'](_0xf0965a);this['length']++,this['_handleNewCommentModel'](_0xf0965a,_0x3dd287),this['refreshVisibleViews']();}),this['listenTo'](_0x17e342['comments'],'remove',(_0x4650da,_0x4b8f13)=>{this['length']--,this['_handleRemoveCommentModel'](_0x4b8f13),this['refreshVisibleViews']();}),this['listenTo'](_0x17e342,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x17e342,'change:isResolved',()=>this['_handleInfoComment']()),this['on']('change:isActive',()=>this['refreshVisibleViews']()),this['on']('change:hasDirtyComment',()=>this['refreshVisibleViews']()),this['setTemplate']({'tag':'ul','attributes':{'class':['ck-thread__comments']},'children':this['visibleViews']});}get['_shouldCollapse'](){return this['_model']['weight']>this['_config']['maxThreadTotalWeight']&&!this['isActive']&&!this['hasDirtyComment'];}['render'](){super['render'](),this['refreshVisibleViews']();}['focus'](){this['element']['focus']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x456cf9 of this['commentViews'])_0x456cf9['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x2cbdeb,_0x26c85f){const _0x55aaf8=new this['_config']['CommentView'](this['locale'],_0x2cbdeb,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x55aaf8['viewUid']=_0x2cbdeb['id'],_0x55aaf8['delegate']('removeComment')['to'](this),_0x55aaf8['delegate']('updateComment')['to'](this),_0x55aaf8['delegate']('resolveCommentThread')['to'](this),_0x55aaf8['delegate']('editorReady')['to'](this),_0x55aaf8['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x55aaf8,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x55aaf8,_0x26c85f);}['_calculatePosition'](_0x3c8350){const _0x598aa8=this['_model']['_findOptimalIndex'](_0x3c8350);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x3c8350['authoredAt']?_0x598aa8-0x1:_0x598aa8:_0x598aa8-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x3c8df3={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':W(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x3c8df3,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x3c8df3));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x1fc535){const _0x7a5ede=this['commentViews']['remove'](_0x1fc535['id']);this['stopListening'](_0x7a5ede),_0x7a5ede['isEditMode']&&this['_updateHasDirtyComment'](),_0x7a5ede['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x3881d0=>_0x3881d0['isEditMode']);}['_rearrangeCollapse'](){const _0x5e8b28=function(_0x4c9578){const _0x3ac670=new _0x24ba03();for(const _0x71b6db of _0x4c9578)_0x3ac670['add'](_0x71b6db);return _0x3ac670;}(this['commentViews']),_0xd0fcb4=this['_collapsedCommentsView']['count'];for(let _0x219a54=0x1;_0x219a54<=_0xd0fcb4;_0x219a54++)_0x5e8b28['remove'](0x1);for(const _0x510167 of _0x5e8b28)_0x510167['collapse']();_0xd0fcb4>0x0&&_0x5e8b28['add'](this['_collapsedCommentsView'],0x1),is(_0xa0e75(Array['from'](this['visibleViews']),Array['from'](_0x5e8b28)),this['visibleViews'],_0x5e8b28);}['_rearrangeExpand'](){is(_0xa0e75(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x33303b of this['visibleViews'])_0x33303b['expand']();}}function is(_0x38da07,_0x2dba2d,_0x761078){let _0x5b7017=0x0;for(const _0x14249e of _0x38da07)switch(_0x14249e){case'insert':_0x2dba2d['add'](_0x761078['get'](_0x5b7017),_0x5b7017),_0x5b7017++;break;case'delete':_0x2dba2d['remove'](_0x5b7017);break;case'equal':_0x5b7017++;}}class Zt extends _t{['_model'];['reopenButtonView'];constructor(_0x17b8b6,_0x3c54d6){super(_0x17b8b6);const _0x3d2ede=this['bindTemplate'];this['_model']=_0x3c54d6,this['reopenButtonView']=this['_createReopenButton'](),this['bind']('hasContext')['to'](this['_model'],'context',_0x4e9e60=>!!_0x4e9e60),this['bind']('contextValue')['to'](this['_model'],'context',_0x51cd57=>_0x51cd57&&_0x51cd57['value']?this['_trimContextValue'](_0x51cd57['value']):W(this['locale'],'Comment\x20was\x20made\x20on\x20an\x20element')),this['setTemplate']({'tag':'div','attributes':{'class':['ck-thread__header']},'children':[{'tag':'div','attributes':{'class':['ck-context-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-context',_0x3d2ede['if']('hasContext','ck-context--quotes')]},'children':[{'tag':'span','attributes':{'class':['ck-context__value']},'children':[{'text':_0x3d2ede['to']('contextValue')}]}]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions']();}['_createReopenButton'](){const _0x573cb8=new _0x14b11d(this['locale']);return _0x573cb8['label']=W(this['locale'],'Reopen'),_0x573cb8['tooltip']=W(this['locale'],'Reopen'),_0x573cb8['icon']='<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22m5.042\x209.367\x202.189\x201.837a.75.75\x200\x200\x201-.965\x201.149l-3.788-3.18a.747.747\x200\x200\x201-.21-.284.75.75\x200\x200\x201\x20.17-.945L6.23\x204.762a.75.75\x200\x201\x201\x20.964\x201.15L4.863\x207.866h8.917A.75.75\x200\x200\x201\x2014\x207.9a4\x204\x200\x201\x201-1.477\x207.718l.344-1.489a2.5\x202.5\x200\x201\x200\x201.094-4.73l.008-.032H5.042z\x22/></svg>',_0x573cb8['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x11af59=>!_0x11af59),_0x573cb8['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x37087c,_0x554cb9)=>_0x37087c&&_0x554cb9),_0x573cb8['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x573cb8;}['_trimContextValue'](_0x2d9d6b){if(_0x2d9d6b['length']<0x96)return _0x2d9d6b;const _0x39538d=_0x2d9d6b['lastIndexOf']('\x20',0x93);return _0x2d9d6b['substring'](0x0,_0x39538d>-0x1?_0x39538d:0x93)+'...';}['_attachContextActions'](){const _0x21fe12=this['element']['querySelector']('.ck-context'),_0x257cbb=_0x21fe12['querySelector']('.ck-context__value');this['listenTo'](_0x21fe12,'mouseenter',()=>{_0x257cbb['offsetWidth']<_0x257cbb['scrollWidth']&&_0x21fe12['classList']['add']('overlay');}),this['listenTo'](_0x21fe12,'mouseleave',()=>{_0x21fe12['classList']['remove']('overlay');});}}class ti extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];constructor(_0x2c4165,_0x5e3d9c,_0x644b52,_0x2c0036){super(_0x2c4165),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x5e3d9c,this['_localUser']=_0x644b52,this['_config']=_0x2c0036,this['commentThreadHeaderView']=new Zt(_0x2c4165,_0x5e3d9c),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x2c4165,_0x5e3d9c,Object['assign']({'CommentView':this['_config']['CommentView']},_0x2c0036)),this['commentsListView']['delegate']('removeComment')['to'](this),this['commentsListView']['delegate']('updateComment')['to'](this),this['commentsListView']['delegate']('resolveCommentThread')['to'](this),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentsListView']['bind']('isActive')['to'](this),this['listenTo'](this,'resolveCommentThread',()=>{this['focus']();}),this['set']('length',this['commentsListView']['length']),this['bind']('length')['to'](this['commentsListView'],'length'),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0xc1bc67,_0x2b8f5f)=>_0xc1bc67||!!_0x2b8f5f),this['bind']('isUnlinked')['to'](_0x5e3d9c,'unlinkedAt',_0x54d890=>!!_0x54d890);}['focus'](){this['element']['focus']();}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x1ddb31=new Tt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x39fcdc=_0x1ddb31['commentInputView'];return _0x1ddb31['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x39fcdc,'value',(_0x155332,_0x5ac677,_0x15586f,_0x5acf4f,_0x1061e2)=>!!_0x1061e2||!!_0x5acf4f&&_0x15586f&&!_0x5ac677||_0x155332&&_0x15586f&&!_0x5ac677),_0x39fcdc['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x5081b0,_0x4864aa,_0x4cc515)=>{let _0x320ac5;return _0x320ac5=_0x4cc515&&_0x4864aa?'Reply\x20to\x20reopen\x20discussion...':_0x5081b0?'Reply...':'Write\x20a\x20comment...',W(this['locale'],_0x320ac5);}),_0x39fcdc['bind']('submitLabel')['to'](this,'length',_0x32b80e=>W(this['locale'],_0x32b80e?'Reply':'Comment')),_0x39fcdc['on']('submit',(_0x22fb25,_0x20979e)=>{this['fire']('addComment',_0x20979e),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x39fcdc['on']('cancel',()=>{this['focus']();}),_0x39fcdc['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x39fcdc['on']('cancel',_0x15e418=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x15e418['stop']());}),this['on']('change:isActive',(_0x814f15,_0x23000e,_0x3b1473)=>{_0x3b1473||this['length']||_0x39fcdc['value']||this['fire']('removeCommentThread');}),_0x1ddb31;}}class yt extends/* #__PURE__ -- @preserve */
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
_0x23c54b(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x35bc39,target:_0x5587dc,type:_0x397b04,isVisible:_0x432be9=!0x0}){super(),this['view']=_0x35bc39,this['view']['element']||this['view']['render'](),this['_type']=_0x397b04,this['_target']=_0x5587dc,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x24ba03([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x4aba76,_0x1ffb7c)=>{this['view']['focusTracker']['add'](_0x1ffb7c);}),this['focusableElements']['on']('remove',(_0x5da03b,_0x2874b1)=>{this['view']['focusTracker']['remove'](_0x2874b1);}),this['set']('isVisible',_0x432be9);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x524847=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x524847),_0x524847;}get['targetRect'](){const _0x3ea8f4=this['target'];if(null===_0x3ea8f4)return null;if(_0x3ea8f4 instanceof _0x712348)return _0x3ea8f4;const _0x4774ae=_0x3ea8f4['filter'](_0x95477f=>function(_0x1cf7b2){const _0x5f2916=_0x1cf7b2['offsetParent'];if(_0x5f2916)return!0x0;const _0x25fc6b=_0x1cf7b2['getClientRects']()['item'](0x0);return!!_0x25fc6b;}(_0x95477f));return 0x0===_0x4774ae['length']?null:new _0x712348(_0x4774ae[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x37ccca){this['view']['isActive']=_0x37ccca,this['view']['mainView']['isActive']=_0x37ccca;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x505118){if(!(null===_0x505118||_0x505118 instanceof _0x712348||Array['isArray'](_0x505118)&&_0x505118['every'](_0x1be27c=>ee(_0x1be27c))))throw new _0x350d9b('annotation-invalid-target',null,{'target':_0x505118});}['_getNormalizedTarget'](){const _0x5b1775='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x5b1775)?[_0x5b1775]:_0x5b1775;}}function ee(_0xdb9eb9){return null!==_0xdb9eb9&&'object'==typeof _0xdb9eb9&&'nodeType'in _0xdb9eb9&&0x1===_0xdb9eb9['nodeType'];}class x extends _0x24ba03{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x9fde03=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x10355d(),this['_focusTracker']['on']('change:isFocused',(_0x23ea0b,_0x3e27d6,_0x43b5b3)=>{_0x43b5b3||this['fire']('blur');});for(const _0x108e16 of _0x9fde03)this['add'](_0x108e16);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x414927){if(this['has'](_0x414927))throw new _0x350d9b('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x414927['innerView'],_0x414927),this['_viewToAnnotation']['set'](_0x414927['view'],_0x414927);for(const _0x5e5514 of _0x414927['focusableElements'])this['_focusTracker']['add'](_0x5e5514);this['listenTo'](_0x414927['focusableElements'],'add',(_0x588212,_0x259fce)=>{this['_focusTracker']['add'](_0x259fce);}),this['listenTo'](_0x414927['focusableElements'],'remove',(_0x4140a8,_0x2237e8)=>{this['_focusTracker']['remove'](_0x2237e8);}),this['listenTo'](_0x414927['view']['focusTracker'],'change:isFocused',(_0x339a26,_0x57879a,_0x67dc02)=>{_0x67dc02&&this['fire']('focus',_0x414927);}),_0x414927['updateTargetRect']();const _0x5be18c=this['_getOrderInContent'](_0x414927['view']['targetRect']);return super['add'](_0x414927,_0x5be18c);}['remove'](_0x543f5b){if(!this['has'](_0x543f5b))throw new _0x350d9b('annotationcollection-not-existing-item',null);this['stopListening'](_0x543f5b['view']['focusTracker']),this['stopListening'](_0x543f5b['focusableElements']);for(const _0xfe16f1 of _0x543f5b['focusableElements'])this['_focusTracker']['remove'](_0xfe16f1);return this['_viewToAnnotation']['delete'](_0x543f5b['view']),this['_innerViewToAnnotation']['delete'](_0x543f5b['innerView']),super['remove'](_0x543f5b);}['getByInnerView'](_0x5d9d64){return this['_innerViewToAnnotation']['get'](_0x5d9d64);}['getByView'](_0x4f5956){return this['_viewToAnnotation']['get'](_0x4f5956);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x30bbc2 of this)_0x30bbc2['updateTargetRect']();this['_sort']();}['_sort'](){const _0x40de4e=Array['from'](this)['sort']((_0x1c3809,_0x2f824a)=>v(_0x1c3809['view']['targetRect'],_0x2f824a['view']['targetRect']));for(let _0x1567c5=_0x40de4e['length']-0x1;_0x1567c5>0x0;_0x1567c5--){const _0x4f6e09=_0x40de4e[_0x1567c5];_0x1567c5!==this['getIndex'](_0x4f6e09)&&(this['remove'](_0x4f6e09),this['add'](_0x4f6e09));}}['_getOrderInContent'](_0x2ceca9){let _0x593bee=0x0;if(!_0x2ceca9)return this['length'];for(const _0x30580f of this){const _0x32176b=_0x30580f['view']['targetRect'];if(_0x32176b){if(v(_0x2ceca9,_0x32176b)<0x0)return _0x593bee;_0x593bee++;}}return _0x593bee;}}function v(_0x156c2b,_0x20f63c){if(null===_0x156c2b&&null===_0x20f63c)return 0x0;if(null===_0x156c2b)return-0x1;if(null===_0x20f63c)return 0x1;const _0x2eaf62=_0x156c2b['top']-_0x20f63c['top'];return 0x0==_0x2eaf62?_0x156c2b['left']-_0x20f63c['left']:_0x2eaf62;}class b extends _0x1ac10{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x2c4415){super(_0x2c4415),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations']();}['add'](_0x4ffe94){this['collection']['add'](_0x4ffe94);}['remove'](_0x292928){this['collection']['remove'](_0x292928),_0x292928['destroy']();}['refreshVisibility'](){for(const _0x7c4c8d of this['collection'])_0x7c4c8d['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x561162){return this['collection']['getByInnerView'](_0x561162);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x1ae310 of this['collection'])_0x1ae310['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x366abe){this['fire']('_activateAnnotation',_0x366abe);}['createAnnotation'](_0xf04493){return new d(_0xf04493);}['createAnnotationView'](_0x454360,_0x411c93){return new V(_0x454360,_0x411c93);}['_addActiveAnnotation'](_0x28ec65){const _0x47ffcc=new Set(this['activeAnnotations']);_0x47ffcc['add'](_0x28ec65),this['activeAnnotations']=_0x47ffcc;}['_removeActiveAnnotation'](_0xe3a392){const _0x419704=new Set(this['activeAnnotations']);_0x419704['delete'](_0xe3a392),this['activeAnnotations']=_0x419704;}['_bindAnnotationsToVisibleAnnotations'](){const _0x3a6e93=this['collection'],_0x4c997c=this['_visibleAnnotations'];function _0x592023(_0x3532c3){const _0xb399e2=_0x3532c3['source'];_0xb399e2['isVisible']&&!_0x4c997c['has'](_0xb399e2)?_0x4c997c['add'](_0xb399e2):!_0xb399e2['isVisible']&&_0x4c997c['has'](_0xb399e2)&&_0x4c997c['remove'](_0xb399e2),_0xb399e2['view']['focusTracker']['remove'](_0xb399e2['view']['element']),_0xb399e2['view']['focusTracker']['add'](_0xb399e2['view']['element']);}this['listenTo'](_0x3a6e93,'add',(_0x51cbcc,_0xf7f0a4)=>{_0xf7f0a4['isVisible']&&_0x4c997c['add'](_0xf7f0a4),this['listenTo'](_0xf7f0a4,'change:isVisible',_0x592023);}),this['listenTo'](_0x3a6e93,'remove',(_0x2a2ab5,_0x1e0f7f)=>{_0x4c997c['has'](_0x1e0f7f)&&_0x4c997c['remove'](_0x1e0f7f),this['stopListening'](_0x1e0f7f,'change:isVisible',_0x592023);});}}const Ct=Symbol('noChannel'),vt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x1ac10{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[b,ht,lt];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x223601){super(_0x223601),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map()),this['licenseKey']=this['context']['config']['get']('licenseKey');const _0x5cd73d=this['context']['config'];_0x5cd73d['define']('comments.maxCommentsWhenCollapsed',0x2),_0x5cd73d['define']('comments.maxThreadTotalWeight',0x1f4),_0x5cd73d['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x5cd73d['define']('comments.CommentThreadView',yt),_0x5cd73d['define']('comments.CommentView',At),_0x5cd73d['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x3fc709=this['context']['plugins']['get'](b);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x8af47b,_0x127b5f)=>this['_addCommentThread'](_0x127b5f)),this['on']('submitCommentThread',(_0x1415f4,_0x420078)=>this['_submitCommentThread'](_0x420078)),this['on']('resolveCommentThread',(_0x52c9f6,_0x4d78d2)=>this['_resolveCommentThread'](_0x4d78d2)),this['on']('resolveCommentThread',(_0x1ed7fa,_0x4381c1)=>this['_updateActiveAnnotation'](_0x4381c1),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x1e5d45,_0x168327)=>this['_reopenCommentThread'](_0x168327)),this['on']('reopenCommentThread',(_0x46559b,_0x3e4a62)=>this['_updateActiveAnnotation'](_0x3e4a62),{'priority':'lowest'}),this['on']('removeCommentThread',(_0xece680,_0x210e08)=>this['_removeCommentThread'](_0x210e08)),this['on']('updateCommentThread',(_0x3ca61f,_0x3ba14d)=>this['_updateCommentThread'](_0x3ba14d)),this['on']('updateCommentThread',(_0x132979,_0x291026)=>this['_updateActiveAnnotation'](_0x291026),{'priority':'lowest'}),this['on']('addComment',(_0x22a053,_0xe7739f)=>this['_addComment'](_0xe7739f)),this['on']('updateComment',(_0x39ffe6,_0x5997b5)=>this['_updateComment'](_0x5997b5)),this['on']('removeComment',(_0x2644fc,_0x5e7d05)=>this['_removeComment'](_0x5e7d05)),this['on']('addComment',(_0x4a760c,{threadId:_0x5b588c,isFromAdapter:_0x12dfb3})=>{if(_0x12dfb3)return;const _0x127b71=this['getCommentThread'](_0x5b588c),_0x402893=_0x127b71&&this['_threadToController']['get'](_0x127b71);_0x402893&&_0x402893['view']['focus']();},{'priority':'lowest'}),this['listenTo'](_0x3fc709,'change:activeAnnotations',(_0x2b97c1,_0x2ddf92,_0x35b565)=>{const _0x337a4b=Array['from'](_0x35b565)['map'](_0x3e7977=>this['_viewToController']['get'](_0x3e7977['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x337a4b?_0x337a4b['model']:null;});}['afterInit'](){!function(_0x3f1117){function _0x46f732(_0x27c8ac,_0x4e4082,_0x46439c){const _0x57f249={};_0x57f249[_0x36fe65([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x57f249[_0x36fe65([0x72,0x63,0x6f,0x6e])]=[0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36,0x6c,0xd8,0xab,0x4d,0x9a,0x2f,0x5e,0xbc,0x63,0xc6,0x97,0x35,0x6a,0xd4,0xb3,0x7d,0xfa,0xef,0xc5,0x91],_0x57f249[_0x36fe65([0x53])]=[0x63,0x7c,0x77,0x7b,0xf2,0x6b,0x6f,0xc5,0x30,0x1,0x67,0x2b,0xfe,0xd7,0xab,0x76,0xca,0x82,0xc9,0x7d,0xfa,0x59,0x47,0xf0,0xad,0xd4,0xa2,0xaf,0x9c,0xa4,0x72,0xc0,0xb7,0xfd,0x93,0x26,0x36,0x3f,0xf7,0xcc,0x34,0xa5,0xe5,0xf1,0x71,0xd8,0x31,0x15,0x4,0xc7,0x23,0xc3,0x18,0x96,0x5,0x9a,0x7,0x12,0x80,0xe2,0xeb,0x27,0xb2,0x75,0x9,0x83,0x2c,0x1a,0x1b,0x6e,0x5a,0xa0,0x52,0x3b,0xd6,0xb3,0x29,0xe3,0x2f,0x84,0x53,0xd1,0x0,0xed,0x20,0xfc,0xb1,0x5b,0x6a,0xcb,0xbe,0x39,0x4a,0x4c,0x58,0xcf,0xd0,0xef,0xaa,0xfb,0x43,0x4d,0x33,0x85,0x45,0xf9,0x2,0x7f,0x50,0x3c,0x9f,0xa8,0x51,0xa3,0x40,0x8f,0x92,0x9d,0x38,0xf5,0xbc,0xb6,0xda,0x21,0x10,0xff,0xf3,0xd2,0xcd,0xc,0x13,0xec,0x5f,0x97,0x44,0x17,0xc4,0xa7,0x7e,0x3d,0x64,0x5d,0x19,0x73,0x60,0x81,0x4f,0xdc,0x22,0x2a,0x90,0x88,0x46,0xee,0xb8,0x14,0xde,0x5e,0xb,0xdb,0xe0,0x32,0x3a,0xa,0x49,0x6,0x24,0x5c,0xc2,0xd3,0xac,0x62,0x91,0x95,0xe4,0x79,0xe7,0xc8,0x37,0x6d,0x8d,0xd5,0x4e,0xa9,0x6c,0x56,0xf4,0xea,0x65,0x7a,0xae,0x8,0xba,0x78,0x25,0x2e,0x1c,0xa6,0xb4,0xc6,0xe8,0xdd,0x74,0x1f,0x4b,0xbd,0x8b,0x8a,0x70,0x3e,0xb5,0x66,0x48,0x3,0xf6,0xe,0x61,0x35,0x57,0xb9,0x86,0xc1,0x1d,0x9e,0xe1,0xf8,0x98,0x11,0x69,0xd9,0x8e,0x94,0x9b,0x1e,0x87,0xe9,0xce,0x55,0x28,0xdf,0x8c,0xa1,0x89,0xd,0xbf,0xe6,0x42,0x68,0x41,0x99,0x2d,0xf,0xb0,0x54,0xbb,0x16],_0x57f249[_0x36fe65([0x54,0x31])]=[0xc66363a5,0xf87c7c84,0xee777799,0xf67b7b8d,0xfff2f20d,0xd66b6bbd,0xde6f6fb1,0x91c5c554,0x60303050,0x2010103,0xce6767a9,0x562b2b7d,0xe7fefe19,0xb5d7d762,0x4dababe6,0xec76769a,0x8fcaca45,0x1f82829d,0x89c9c940,0xfa7d7d87,0xeffafa15,0xb25959eb,0x8e4747c9,0xfbf0f00b,0x41adadec,0xb3d4d467,0x5fa2a2fd,0x45afafea,0x239c9cbf,0x53a4a4f7,0xe4727296,0x9bc0c05b,0x75b7b7c2,0xe1fdfd1c,0x3d9393ae,0x4c26266a,0x6c36365a,0x7e3f3f41,0xf5f7f702,0x83cccc4f,0x6834345c,0x51a5a5f4,0xd1e5e534,0xf9f1f108,0xe2717193,0xabd8d873,0x62313153,0x2a15153f,0x804040c,0x95c7c752,0x46232365,0x9dc3c35e,0x30181828,0x379696a1,0xa05050f,0x2f9a9ab5,0xe070709,0x24121236,0x1b80809b,0xdfe2e23d,0xcdebeb26,0x4e272769,0x7fb2b2cd,0xea75759f,0x1209091b,0x1d83839e,0x582c2c74,0x341a1a2e,0x361b1b2d,0xdc6e6eb2,0xb45a5aee,0x5ba0a0fb,0xa45252f6,0x763b3b4d,0xb7d6d661,0x7db3b3ce,0x5229297b,0xdde3e33e,0x5e2f2f71,0x13848497,0xa65353f5,0xb9d1d168,0x0,0xc1eded2c,0x40202060,0xe3fcfc1f,0x79b1b1c8,0xb65b5bed,0xd46a6abe,0x8dcbcb46,0x67bebed9,0x7239394b,0x944a4ade,0x984c4cd4,0xb05858e8,0x85cfcf4a,0xbbd0d06b,0xc5efef2a,0x4faaaae5,0xedfbfb16,0x864343c5,0x9a4d4dd7,0x66333355,0x11858594,0x8a4545cf,0xe9f9f910,0x4020206,0xfe7f7f81,0xa05050f0,0x783c3c44,0x259f9fba,0x4ba8a8e3,0xa25151f3,0x5da3a3fe,0x804040c0,0x58f8f8a,0x3f9292ad,0x219d9dbc,0x70383848,0xf1f5f504,0x63bcbcdf,0x77b6b6c1,0xafdada75,0x42212163,0x20101030,0xe5ffff1a,0xfdf3f30e,0xbfd2d26d,0x81cdcd4c,0x180c0c14,0x26131335,0xc3ecec2f,0xbe5f5fe1,0x359797a2,0x884444cc,0x2e171739,0x93c4c457,0x55a7a7f2,0xfc7e7e82,0x7a3d3d47,0xc86464ac,0xba5d5de7,0x3219192b,0xe6737395,0xc06060a0,0x19818198,0x9e4f4fd1,0xa3dcdc7f,0x44222266,0x542a2a7e,0x3b9090ab,0xb888883,0x8c4646ca,0xc7eeee29,0x6bb8b8d3,0x2814143c,0xa7dede79,0xbc5e5ee2,0x160b0b1d,0xaddbdb76,0xdbe0e03b,0x64323256,0x743a3a4e,0x140a0a1e,0x924949db,0xc06060a,0x4824246c,0xb85c5ce4,0x9fc2c25d,0xbdd3d36e,0x43acacef,0xc46262a6,0x399191a8,0x319595a4,0xd3e4e437,0xf279798b,0xd5e7e732,0x8bc8c843,0x6e373759,0xda6d6db7,0x18d8d8c,0xb1d5d564,0x9c4e4ed2,0x49a9a9e0,0xd86c6cb4,0xac5656fa,0xf3f4f407,0xcfeaea25,0xca6565af,0xf47a7a8e,0x47aeaee9,0x10080818,0x6fbabad5,0xf0787888,0x4a25256f,0x5c2e2e72,0x381c1c24,0x57a6a6f1,0x73b4b4c7,0x97c6c651,0xcbe8e823,0xa1dddd7c,0xe874749c,0x3e1f1f21,0x964b4bdd,0x61bdbddc,0xd8b8b86,0xf8a8a85,0xe0707090,0x7c3e3e42,0x71b5b5c4,0xcc6666aa,0x904848d8,0x6030305,0xf7f6f601,0x1c0e0e12,0xc26161a3,0x6a35355f,0xae5757f9,0x69b9b9d0,0x17868691,0x99c1c158,0x3a1d1d27,0x279e9eb9,0xd9e1e138,0xebf8f813,0x2b9898b3,0x22111133,0xd26969bb,0xa9d9d970,0x78e8e89,0x339494a7,0x2d9b9bb6,0x3c1e1e22,0x15878792,0xc9e9e920,0x87cece49,0xaa5555ff,0x50282878,0xa5dfdf7a,0x38c8c8f,0x59a1a1f8,0x9898980,0x1a0d0d17,0x65bfbfda,0xd7e6e631,0x844242c6,0xd06868b8,0x824141c3,0x299999b0,0x5a2d2d77,0x1e0f0f11,0x7bb0b0cb,0xa85454fc,0x6dbbbbd6,0x2c16163a],_0x57f249[_0x36fe65([0x54,0x32])]=[0xa5c66363,0x84f87c7c,0x99ee7777,0x8df67b7b,0xdfff2f2,0xbdd66b6b,0xb1de6f6f,0x5491c5c5,0x50603030,0x3020101,0xa9ce6767,0x7d562b2b,0x19e7fefe,0x62b5d7d7,0xe64dabab,0x9aec7676,0x458fcaca,0x9d1f8282,0x4089c9c9,0x87fa7d7d,0x15effafa,0xebb25959,0xc98e4747,0xbfbf0f0,0xec41adad,0x67b3d4d4,0xfd5fa2a2,0xea45afaf,0xbf239c9c,0xf753a4a4,0x96e47272,0x5b9bc0c0,0xc275b7b7,0x1ce1fdfd,0xae3d9393,0x6a4c2626,0x5a6c3636,0x417e3f3f,0x2f5f7f7,0x4f83cccc,0x5c683434,0xf451a5a5,0x34d1e5e5,0x8f9f1f1,0x93e27171,0x73abd8d8,0x53623131,0x3f2a1515,0xc080404,0x5295c7c7,0x65462323,0x5e9dc3c3,0x28301818,0xa1379696,0xf0a0505,0xb52f9a9a,0x90e0707,0x36241212,0x9b1b8080,0x3ddfe2e2,0x26cdebeb,0x694e2727,0xcd7fb2b2,0x9fea7575,0x1b120909,0x9e1d8383,0x74582c2c,0x2e341a1a,0x2d361b1b,0xb2dc6e6e,0xeeb45a5a,0xfb5ba0a0,0xf6a45252,0x4d763b3b,0x61b7d6d6,0xce7db3b3,0x7b522929,0x3edde3e3,0x715e2f2f,0x97138484,0xf5a65353,0x68b9d1d1,0x0,0x2cc1eded,0x60402020,0x1fe3fcfc,0xc879b1b1,0xedb65b5b,0xbed46a6a,0x468dcbcb,0xd967bebe,0x4b723939,0xde944a4a,0xd4984c4c,0xe8b05858,0x4a85cfcf,0x6bbbd0d0,0x2ac5efef,0xe54faaaa,0x16edfbfb,0xc5864343,0xd79a4d4d,0x55663333,0x94118585,0xcf8a4545,0x10e9f9f9,0x6040202,0x81fe7f7f,0xf0a05050,0x44783c3c,0xba259f9f,0xe34ba8a8,0xf3a25151,0xfe5da3a3,0xc0804040,0x8a058f8f,0xad3f9292,0xbc219d9d,0x48703838,0x4f1f5f5,0xdf63bcbc,0xc177b6b6,0x75afdada,0x63422121,0x30201010,0x1ae5ffff,0xefdf3f3,0x6dbfd2d2,0x4c81cdcd,0x14180c0c,0x35261313,0x2fc3ecec,0xe1be5f5f,0xa2359797,0xcc884444,0x392e1717,0x5793c4c4,0xf255a7a7,0x82fc7e7e,0x477a3d3d,0xacc86464,0xe7ba5d5d,0x2b321919,0x95e67373,0xa0c06060,0x98198181,0xd19e4f4f,0x7fa3dcdc,0x66442222,0x7e542a2a,0xab3b9090,0x830b8888,0xca8c4646,0x29c7eeee,0xd36bb8b8,0x3c281414,0x79a7dede,0xe2bc5e5e,0x1d160b0b,0x76addbdb,0x3bdbe0e0,0x56643232,0x4e743a3a,0x1e140a0a,0xdb924949,0xa0c0606,0x6c482424,0xe4b85c5c,0x5d9fc2c2,0x6ebdd3d3,0xef43acac,0xa6c46262,0xa8399191,0xa4319595,0x37d3e4e4,0x8bf27979,0x32d5e7e7,0x438bc8c8,0x596e3737,0xb7da6d6d,0x8c018d8d,0x64b1d5d5,0xd29c4e4e,0xe049a9a9,0xb4d86c6c,0xfaac5656,0x7f3f4f4,0x25cfeaea,0xafca6565,0x8ef47a7a,0xe947aeae,0x18100808,0xd56fbaba,0x88f07878,0x6f4a2525,0x725c2e2e,0x24381c1c,0xf157a6a6,0xc773b4b4,0x5197c6c6,0x23cbe8e8,0x7ca1dddd,0x9ce87474,0x213e1f1f,0xdd964b4b,0xdc61bdbd,0x860d8b8b,0x850f8a8a,0x90e07070,0x427c3e3e,0xc471b5b5,0xaacc6666,0xd8904848,0x5060303,0x1f7f6f6,0x121c0e0e,0xa3c26161,0x5f6a3535,0xf9ae5757,0xd069b9b9,0x91178686,0x5899c1c1,0x273a1d1d,0xb9279e9e,0x38d9e1e1,0x13ebf8f8,0xb32b9898,0x33221111,0xbbd26969,0x70a9d9d9,0x89078e8e,0xa7339494,0xb62d9b9b,0x223c1e1e,0x92158787,0x20c9e9e9,0x4987cece,0xffaa5555,0x78502828,0x7aa5dfdf,0x8f038c8c,0xf859a1a1,0x80098989,0x171a0d0d,0xda65bfbf,0x31d7e6e6,0xc6844242,0xb8d06868,0xc3824141,0xb0299999,0x775a2d2d,0x111e0f0f,0xcb7bb0b0,0xfca85454,0xd66dbbbb,0x3a2c1616],_0x57f249[_0x36fe65([0x54,0x33])]=[0x63a5c663,0x7c84f87c,0x7799ee77,0x7b8df67b,0xf20dfff2,0x6bbdd66b,0x6fb1de6f,0xc55491c5,0x30506030,0x1030201,0x67a9ce67,0x2b7d562b,0xfe19e7fe,0xd762b5d7,0xabe64dab,0x769aec76,0xca458fca,0x829d1f82,0xc94089c9,0x7d87fa7d,0xfa15effa,0x59ebb259,0x47c98e47,0xf00bfbf0,0xadec41ad,0xd467b3d4,0xa2fd5fa2,0xafea45af,0x9cbf239c,0xa4f753a4,0x7296e472,0xc05b9bc0,0xb7c275b7,0xfd1ce1fd,0x93ae3d93,0x266a4c26,0x365a6c36,0x3f417e3f,0xf702f5f7,0xcc4f83cc,0x345c6834,0xa5f451a5,0xe534d1e5,0xf108f9f1,0x7193e271,0xd873abd8,0x31536231,0x153f2a15,0x40c0804,0xc75295c7,0x23654623,0xc35e9dc3,0x18283018,0x96a13796,0x50f0a05,0x9ab52f9a,0x7090e07,0x12362412,0x809b1b80,0xe23ddfe2,0xeb26cdeb,0x27694e27,0xb2cd7fb2,0x759fea75,0x91b1209,0x839e1d83,0x2c74582c,0x1a2e341a,0x1b2d361b,0x6eb2dc6e,0x5aeeb45a,0xa0fb5ba0,0x52f6a452,0x3b4d763b,0xd661b7d6,0xb3ce7db3,0x297b5229,0xe33edde3,0x2f715e2f,0x84971384,0x53f5a653,0xd168b9d1,0x0,0xed2cc1ed,0x20604020,0xfc1fe3fc,0xb1c879b1,0x5bedb65b,0x6abed46a,0xcb468dcb,0xbed967be,0x394b7239,0x4ade944a,0x4cd4984c,0x58e8b058,0xcf4a85cf,0xd06bbbd0,0xef2ac5ef,0xaae54faa,0xfb16edfb,0x43c58643,0x4dd79a4d,0x33556633,0x85941185,0x45cf8a45,0xf910e9f9,0x2060402,0x7f81fe7f,0x50f0a050,0x3c44783c,0x9fba259f,0xa8e34ba8,0x51f3a251,0xa3fe5da3,0x40c08040,0x8f8a058f,0x92ad3f92,0x9dbc219d,0x38487038,0xf504f1f5,0xbcdf63bc,0xb6c177b6,0xda75afda,0x21634221,0x10302010,0xff1ae5ff,0xf30efdf3,0xd26dbfd2,0xcd4c81cd,0xc14180c,0x13352613,0xec2fc3ec,0x5fe1be5f,0x97a23597,0x44cc8844,0x17392e17,0xc45793c4,0xa7f255a7,0x7e82fc7e,0x3d477a3d,0x64acc864,0x5de7ba5d,0x192b3219,0x7395e673,0x60a0c060,0x81981981,0x4fd19e4f,0xdc7fa3dc,0x22664422,0x2a7e542a,0x90ab3b90,0x88830b88,0x46ca8c46,0xee29c7ee,0xb8d36bb8,0x143c2814,0xde79a7de,0x5ee2bc5e,0xb1d160b,0xdb76addb,0xe03bdbe0,0x32566432,0x3a4e743a,0xa1e140a,0x49db9249,0x60a0c06,0x246c4824,0x5ce4b85c,0xc25d9fc2,0xd36ebdd3,0xacef43ac,0x62a6c462,0x91a83991,0x95a43195,0xe437d3e4,0x798bf279,0xe732d5e7,0xc8438bc8,0x37596e37,0x6db7da6d,0x8d8c018d,0xd564b1d5,0x4ed29c4e,0xa9e049a9,0x6cb4d86c,0x56faac56,0xf407f3f4,0xea25cfea,0x65afca65,0x7a8ef47a,0xaee947ae,0x8181008,0xbad56fba,0x7888f078,0x256f4a25,0x2e725c2e,0x1c24381c,0xa6f157a6,0xb4c773b4,0xc65197c6,0xe823cbe8,0xdd7ca1dd,0x749ce874,0x1f213e1f,0x4bdd964b,0xbddc61bd,0x8b860d8b,0x8a850f8a,0x7090e070,0x3e427c3e,0xb5c471b5,0x66aacc66,0x48d89048,0x3050603,0xf601f7f6,0xe121c0e,0x61a3c261,0x355f6a35,0x57f9ae57,0xb9d069b9,0x86911786,0xc15899c1,0x1d273a1d,0x9eb9279e,0xe138d9e1,0xf813ebf8,0x98b32b98,0x11332211,0x69bbd269,0xd970a9d9,0x8e89078e,0x94a73394,0x9bb62d9b,0x1e223c1e,0x87921587,0xe920c9e9,0xce4987ce,0x55ffaa55,0x28785028,0xdf7aa5df,0x8c8f038c,0xa1f859a1,0x89800989,0xd171a0d,0xbfda65bf,0xe631d7e6,0x42c68442,0x68b8d068,0x41c38241,0x99b02999,0x2d775a2d,0xf111e0f,0xb0cb7bb0,0x54fca854,0xbbd66dbb,0x163a2c16],_0x57f249[_0x36fe65([0x54,0x34])]=[0x6363a5c6,0x7c7c84f8,0x777799ee,0x7b7b8df6,0xf2f20dff,0x6b6bbdd6,0x6f6fb1de,0xc5c55491,0x30305060,0x1010302,0x6767a9ce,0x2b2b7d56,0xfefe19e7,0xd7d762b5,0xababe64d,0x76769aec,0xcaca458f,0x82829d1f,0xc9c94089,0x7d7d87fa,0xfafa15ef,0x5959ebb2,0x4747c98e,0xf0f00bfb,0xadadec41,0xd4d467b3,0xa2a2fd5f,0xafafea45,0x9c9cbf23,0xa4a4f753,0x727296e4,0xc0c05b9b,0xb7b7c275,0xfdfd1ce1,0x9393ae3d,0x26266a4c,0x36365a6c,0x3f3f417e,0xf7f702f5,0xcccc4f83,0x34345c68,0xa5a5f451,0xe5e534d1,0xf1f108f9,0x717193e2,0xd8d873ab,0x31315362,0x15153f2a,0x4040c08,0xc7c75295,0x23236546,0xc3c35e9d,0x18182830,0x9696a137,0x5050f0a,0x9a9ab52f,0x707090e,0x12123624,0x80809b1b,0xe2e23ddf,0xebeb26cd,0x2727694e,0xb2b2cd7f,0x75759fea,0x9091b12,0x83839e1d,0x2c2c7458,0x1a1a2e34,0x1b1b2d36,0x6e6eb2dc,0x5a5aeeb4,0xa0a0fb5b,0x5252f6a4,0x3b3b4d76,0xd6d661b7,0xb3b3ce7d,0x29297b52,0xe3e33edd,0x2f2f715e,0x84849713,0x5353f5a6,0xd1d168b9,0x0,0xeded2cc1,0x20206040,0xfcfc1fe3,0xb1b1c879,0x5b5bedb6,0x6a6abed4,0xcbcb468d,0xbebed967,0x39394b72,0x4a4ade94,0x4c4cd498,0x5858e8b0,0xcfcf4a85,0xd0d06bbb,0xefef2ac5,0xaaaae54f,0xfbfb16ed,0x4343c586,0x4d4dd79a,0x33335566,0x85859411,0x4545cf8a,0xf9f910e9,0x2020604,0x7f7f81fe,0x5050f0a0,0x3c3c4478,0x9f9fba25,0xa8a8e34b,0x5151f3a2,0xa3a3fe5d,0x4040c080,0x8f8f8a05,0x9292ad3f,0x9d9dbc21,0x38384870,0xf5f504f1,0xbcbcdf63,0xb6b6c177,0xdada75af,0x21216342,0x10103020,0xffff1ae5,0xf3f30efd,0xd2d26dbf,0xcdcd4c81,0xc0c1418,0x13133526,0xecec2fc3,0x5f5fe1be,0x9797a235,0x4444cc88,0x1717392e,0xc4c45793,0xa7a7f255,0x7e7e82fc,0x3d3d477a,0x6464acc8,0x5d5de7ba,0x19192b32,0x737395e6,0x6060a0c0,0x81819819,0x4f4fd19e,0xdcdc7fa3,0x22226644,0x2a2a7e54,0x9090ab3b,0x8888830b,0x4646ca8c,0xeeee29c7,0xb8b8d36b,0x14143c28,0xdede79a7,0x5e5ee2bc,0xb0b1d16,0xdbdb76ad,0xe0e03bdb,0x32325664,0x3a3a4e74,0xa0a1e14,0x4949db92,0x6060a0c,0x24246c48,0x5c5ce4b8,0xc2c25d9f,0xd3d36ebd,0xacacef43,0x6262a6c4,0x9191a839,0x9595a431,0xe4e437d3,0x79798bf2,0xe7e732d5,0xc8c8438b,0x3737596e,0x6d6db7da,0x8d8d8c01,0xd5d564b1,0x4e4ed29c,0xa9a9e049,0x6c6cb4d8,0x5656faac,0xf4f407f3,0xeaea25cf,0x6565afca,0x7a7a8ef4,0xaeaee947,0x8081810,0xbabad56f,0x787888f0,0x25256f4a,0x2e2e725c,0x1c1c2438,0xa6a6f157,0xb4b4c773,0xc6c65197,0xe8e823cb,0xdddd7ca1,0x74749ce8,0x1f1f213e,0x4b4bdd96,0xbdbddc61,0x8b8b860d,0x8a8a850f,0x707090e0,0x3e3e427c,0xb5b5c471,0x6666aacc,0x4848d890,0x3030506,0xf6f601f7,0xe0e121c,0x6161a3c2,0x35355f6a,0x5757f9ae,0xb9b9d069,0x86869117,0xc1c15899,0x1d1d273a,0x9e9eb927,0xe1e138d9,0xf8f813eb,0x9898b32b,0x11113322,0x6969bbd2,0xd9d970a9,0x8e8e8907,0x9494a733,0x9b9bb62d,0x1e1e223c,0x87879215,0xe9e920c9,0xcece4987,0x5555ffaa,0x28287850,0xdfdf7aa5,0x8c8c8f03,0xa1a1f859,0x89898009,0xd0d171a,0xbfbfda65,0xe6e631d7,0x4242c684,0x6868b8d0,0x4141c382,0x9999b029,0x2d2d775a,0xf0f111e,0xb0b0cb7b,0x5454fca8,0xbbbbd66d,0x16163a2c],_0x57f249[_0x36fe65([0x55,0x31])]=[0x0,0xe090d0b,0x1c121a16,0x121b171d,0x3824342c,0x362d3927,0x24362e3a,0x2a3f2331,0x70486858,0x7e416553,0x6c5a724e,0x62537f45,0x486c5c74,0x4665517f,0x547e4662,0x5a774b69,0xe090d0b0,0xee99ddbb,0xfc82caa6,0xf28bc7ad,0xd8b4e49c,0xd6bde997,0xc4a6fe8a,0xcaaff381,0x90d8b8e8,0x9ed1b5e3,0x8ccaa2fe,0x82c3aff5,0xa8fc8cc4,0xa6f581cf,0xb4ee96d2,0xbae79bd9,0xdb3bbb7b,0xd532b670,0xc729a16d,0xc920ac66,0xe31f8f57,0xed16825c,0xff0d9541,0xf104984a,0xab73d323,0xa57ade28,0xb761c935,0xb968c43e,0x9357e70f,0x9d5eea04,0x8f45fd19,0x814cf012,0x3bab6bcb,0x35a266c0,0x27b971dd,0x29b07cd6,0x38f5fe7,0xd8652ec,0x1f9d45f1,0x119448fa,0x4be30393,0x45ea0e98,0x57f11985,0x59f8148e,0x73c737bf,0x7dce3ab4,0x6fd52da9,0x61dc20a2,0xad766df6,0xa37f60fd,0xb16477e0,0xbf6d7aeb,0x955259da,0x9b5b54d1,0x894043cc,0x87494ec7,0xdd3e05ae,0xd33708a5,0xc12c1fb8,0xcf2512b3,0xe51a3182,0xeb133c89,0xf9082b94,0xf701269f,0x4de6bd46,0x43efb04d,0x51f4a750,0x5ffdaa5b,0x75c2896a,0x7bcb8461,0x69d0937c,0x67d99e77,0x3daed51e,0x33a7d815,0x21bccf08,0x2fb5c203,0x58ae132,0xb83ec39,0x1998fb24,0x1791f62f,0x764dd68d,0x7844db86,0x6a5fcc9b,0x6456c190,0x4e69e2a1,0x4060efaa,0x527bf8b7,0x5c72f5bc,0x605bed5,0x80cb3de,0x1a17a4c3,0x141ea9c8,0x3e218af9,0x302887f2,0x223390ef,0x2c3a9de4,0x96dd063d,0x98d40b36,0x8acf1c2b,0x84c61120,0xaef93211,0xa0f03f1a,0xb2eb2807,0xbce2250c,0xe6956e65,0xe89c636e,0xfa877473,0xf48e7978,0xdeb15a49,0xd0b85742,0xc2a3405f,0xccaa4d54,0x41ecdaf7,0x4fe5d7fc,0x5dfec0e1,0x53f7cdea,0x79c8eedb,0x77c1e3d0,0x65daf4cd,0x6bd3f9c6,0x31a4b2af,0x3fadbfa4,0x2db6a8b9,0x23bfa5b2,0x9808683,0x7898b88,0x15929c95,0x1b9b919e,0xa17c0a47,0xaf75074c,0xbd6e1051,0xb3671d5a,0x99583e6b,0x97513360,0x854a247d,0x8b432976,0xd134621f,0xdf3d6f14,0xcd267809,0xc32f7502,0xe9105633,0xe7195b38,0xf5024c25,0xfb0b412e,0x9ad7618c,0x94de6c87,0x86c57b9a,0x88cc7691,0xa2f355a0,0xacfa58ab,0xbee14fb6,0xb0e842bd,0xea9f09d4,0xe49604df,0xf68d13c2,0xf8841ec9,0xd2bb3df8,0xdcb230f3,0xcea927ee,0xc0a02ae5,0x7a47b13c,0x744ebc37,0x6655ab2a,0x685ca621,0x42638510,0x4c6a881b,0x5e719f06,0x5078920d,0xa0fd964,0x406d46f,0x161dc372,0x1814ce79,0x322bed48,0x3c22e043,0x2e39f75e,0x2030fa55,0xec9ab701,0xe293ba0a,0xf088ad17,0xfe81a01c,0xd4be832d,0xdab78e26,0xc8ac993b,0xc6a59430,0x9cd2df59,0x92dbd252,0x80c0c54f,0x8ec9c844,0xa4f6eb75,0xaaffe67e,0xb8e4f163,0xb6edfc68,0xc0a67b1,0x2036aba,0x10187da7,0x1e1170ac,0x342e539d,0x3a275e96,0x283c498b,0x26354480,0x7c420fe9,0x724b02e2,0x605015ff,0x6e5918f4,0x44663bc5,0x4a6f36ce,0x587421d3,0x567d2cd8,0x37a10c7a,0x39a80171,0x2bb3166c,0x25ba1b67,0xf853856,0x18c355d,0x13972240,0x1d9e2f4b,0x47e96422,0x49e06929,0x5bfb7e34,0x55f2733f,0x7fcd500e,0x71c45d05,0x63df4a18,0x6dd64713,0xd731dcca,0xd938d1c1,0xcb23c6dc,0xc52acbd7,0xef15e8e6,0xe11ce5ed,0xf307f2f0,0xfd0efffb,0xa779b492,0xa970b999,0xbb6bae84,0xb562a38f,0x9f5d80be,0x91548db5,0x834f9aa8,0x8d4697a3],_0x57f249[_0x36fe65([0x55,0x32])]=[0x0,0xb0e090d,0x161c121a,0x1d121b17,0x2c382434,0x27362d39,0x3a24362e,0x312a3f23,0x58704868,0x537e4165,0x4e6c5a72,0x4562537f,0x74486c5c,0x7f466551,0x62547e46,0x695a774b,0xb0e090d0,0xbbee99dd,0xa6fc82ca,0xadf28bc7,0x9cd8b4e4,0x97d6bde9,0x8ac4a6fe,0x81caaff3,0xe890d8b8,0xe39ed1b5,0xfe8ccaa2,0xf582c3af,0xc4a8fc8c,0xcfa6f581,0xd2b4ee96,0xd9bae79b,0x7bdb3bbb,0x70d532b6,0x6dc729a1,0x66c920ac,0x57e31f8f,0x5ced1682,0x41ff0d95,0x4af10498,0x23ab73d3,0x28a57ade,0x35b761c9,0x3eb968c4,0xf9357e7,0x49d5eea,0x198f45fd,0x12814cf0,0xcb3bab6b,0xc035a266,0xdd27b971,0xd629b07c,0xe7038f5f,0xec0d8652,0xf11f9d45,0xfa119448,0x934be303,0x9845ea0e,0x8557f119,0x8e59f814,0xbf73c737,0xb47dce3a,0xa96fd52d,0xa261dc20,0xf6ad766d,0xfda37f60,0xe0b16477,0xebbf6d7a,0xda955259,0xd19b5b54,0xcc894043,0xc787494e,0xaedd3e05,0xa5d33708,0xb8c12c1f,0xb3cf2512,0x82e51a31,0x89eb133c,0x94f9082b,0x9ff70126,0x464de6bd,0x4d43efb0,0x5051f4a7,0x5b5ffdaa,0x6a75c289,0x617bcb84,0x7c69d093,0x7767d99e,0x1e3daed5,0x1533a7d8,0x821bccf,0x32fb5c2,0x32058ae1,0x390b83ec,0x241998fb,0x2f1791f6,0x8d764dd6,0x867844db,0x9b6a5fcc,0x906456c1,0xa14e69e2,0xaa4060ef,0xb7527bf8,0xbc5c72f5,0xd50605be,0xde080cb3,0xc31a17a4,0xc8141ea9,0xf93e218a,0xf2302887,0xef223390,0xe42c3a9d,0x3d96dd06,0x3698d40b,0x2b8acf1c,0x2084c611,0x11aef932,0x1aa0f03f,0x7b2eb28,0xcbce225,0x65e6956e,0x6ee89c63,0x73fa8774,0x78f48e79,0x49deb15a,0x42d0b857,0x5fc2a340,0x54ccaa4d,0xf741ecda,0xfc4fe5d7,0xe15dfec0,0xea53f7cd,0xdb79c8ee,0xd077c1e3,0xcd65daf4,0xc66bd3f9,0xaf31a4b2,0xa43fadbf,0xb92db6a8,0xb223bfa5,0x83098086,0x8807898b,0x9515929c,0x9e1b9b91,0x47a17c0a,0x4caf7507,0x51bd6e10,0x5ab3671d,0x6b99583e,0x60975133,0x7d854a24,0x768b4329,0x1fd13462,0x14df3d6f,0x9cd2678,0x2c32f75,0x33e91056,0x38e7195b,0x25f5024c,0x2efb0b41,0x8c9ad761,0x8794de6c,0x9a86c57b,0x9188cc76,0xa0a2f355,0xabacfa58,0xb6bee14f,0xbdb0e842,0xd4ea9f09,0xdfe49604,0xc2f68d13,0xc9f8841e,0xf8d2bb3d,0xf3dcb230,0xeecea927,0xe5c0a02a,0x3c7a47b1,0x37744ebc,0x2a6655ab,0x21685ca6,0x10426385,0x1b4c6a88,0x65e719f,0xd507892,0x640a0fd9,0x6f0406d4,0x72161dc3,0x791814ce,0x48322bed,0x433c22e0,0x5e2e39f7,0x552030fa,0x1ec9ab7,0xae293ba,0x17f088ad,0x1cfe81a0,0x2dd4be83,0x26dab78e,0x3bc8ac99,0x30c6a594,0x599cd2df,0x5292dbd2,0x4f80c0c5,0x448ec9c8,0x75a4f6eb,0x7eaaffe6,0x63b8e4f1,0x68b6edfc,0xb10c0a67,0xba02036a,0xa710187d,0xac1e1170,0x9d342e53,0x963a275e,0x8b283c49,0x80263544,0xe97c420f,0xe2724b02,0xff605015,0xf46e5918,0xc544663b,0xce4a6f36,0xd3587421,0xd8567d2c,0x7a37a10c,0x7139a801,0x6c2bb316,0x6725ba1b,0x560f8538,0x5d018c35,0x40139722,0x4b1d9e2f,0x2247e964,0x2949e069,0x345bfb7e,0x3f55f273,0xe7fcd50,0x571c45d,0x1863df4a,0x136dd647,0xcad731dc,0xc1d938d1,0xdccb23c6,0xd7c52acb,0xe6ef15e8,0xede11ce5,0xf0f307f2,0xfbfd0eff,0x92a779b4,0x99a970b9,0x84bb6bae,0x8fb562a3,0xbe9f5d80,0xb591548d,0xa8834f9a,0xa38d4697],_0x57f249[_0x36fe65([0x55,0x33])]=[0x0,0xd0b0e09,0x1a161c12,0x171d121b,0x342c3824,0x3927362d,0x2e3a2436,0x23312a3f,0x68587048,0x65537e41,0x724e6c5a,0x7f456253,0x5c74486c,0x517f4665,0x4662547e,0x4b695a77,0xd0b0e090,0xddbbee99,0xcaa6fc82,0xc7adf28b,0xe49cd8b4,0xe997d6bd,0xfe8ac4a6,0xf381caaf,0xb8e890d8,0xb5e39ed1,0xa2fe8cca,0xaff582c3,0x8cc4a8fc,0x81cfa6f5,0x96d2b4ee,0x9bd9bae7,0xbb7bdb3b,0xb670d532,0xa16dc729,0xac66c920,0x8f57e31f,0x825ced16,0x9541ff0d,0x984af104,0xd323ab73,0xde28a57a,0xc935b761,0xc43eb968,0xe70f9357,0xea049d5e,0xfd198f45,0xf012814c,0x6bcb3bab,0x66c035a2,0x71dd27b9,0x7cd629b0,0x5fe7038f,0x52ec0d86,0x45f11f9d,0x48fa1194,0x3934be3,0xe9845ea,0x198557f1,0x148e59f8,0x37bf73c7,0x3ab47dce,0x2da96fd5,0x20a261dc,0x6df6ad76,0x60fda37f,0x77e0b164,0x7aebbf6d,0x59da9552,0x54d19b5b,0x43cc8940,0x4ec78749,0x5aedd3e,0x8a5d337,0x1fb8c12c,0x12b3cf25,0x3182e51a,0x3c89eb13,0x2b94f908,0x269ff701,0xbd464de6,0xb04d43ef,0xa75051f4,0xaa5b5ffd,0x896a75c2,0x84617bcb,0x937c69d0,0x9e7767d9,0xd51e3dae,0xd81533a7,0xcf0821bc,0xc2032fb5,0xe132058a,0xec390b83,0xfb241998,0xf62f1791,0xd68d764d,0xdb867844,0xcc9b6a5f,0xc1906456,0xe2a14e69,0xefaa4060,0xf8b7527b,0xf5bc5c72,0xbed50605,0xb3de080c,0xa4c31a17,0xa9c8141e,0x8af93e21,0x87f23028,0x90ef2233,0x9de42c3a,0x63d96dd,0xb3698d4,0x1c2b8acf,0x112084c6,0x3211aef9,0x3f1aa0f0,0x2807b2eb,0x250cbce2,0x6e65e695,0x636ee89c,0x7473fa87,0x7978f48e,0x5a49deb1,0x5742d0b8,0x405fc2a3,0x4d54ccaa,0xdaf741ec,0xd7fc4fe5,0xc0e15dfe,0xcdea53f7,0xeedb79c8,0xe3d077c1,0xf4cd65da,0xf9c66bd3,0xb2af31a4,0xbfa43fad,0xa8b92db6,0xa5b223bf,0x86830980,0x8b880789,0x9c951592,0x919e1b9b,0xa47a17c,0x74caf75,0x1051bd6e,0x1d5ab367,0x3e6b9958,0x33609751,0x247d854a,0x29768b43,0x621fd134,0x6f14df3d,0x7809cd26,0x7502c32f,0x5633e910,0x5b38e719,0x4c25f502,0x412efb0b,0x618c9ad7,0x6c8794de,0x7b9a86c5,0x769188cc,0x55a0a2f3,0x58abacfa,0x4fb6bee1,0x42bdb0e8,0x9d4ea9f,0x4dfe496,0x13c2f68d,0x1ec9f884,0x3df8d2bb,0x30f3dcb2,0x27eecea9,0x2ae5c0a0,0xb13c7a47,0xbc37744e,0xab2a6655,0xa621685c,0x85104263,0x881b4c6a,0x9f065e71,0x920d5078,0xd9640a0f,0xd46f0406,0xc372161d,0xce791814,0xed48322b,0xe0433c22,0xf75e2e39,0xfa552030,0xb701ec9a,0xba0ae293,0xad17f088,0xa01cfe81,0x832dd4be,0x8e26dab7,0x993bc8ac,0x9430c6a5,0xdf599cd2,0xd25292db,0xc54f80c0,0xc8448ec9,0xeb75a4f6,0xe67eaaff,0xf163b8e4,0xfc68b6ed,0x67b10c0a,0x6aba0203,0x7da71018,0x70ac1e11,0x539d342e,0x5e963a27,0x498b283c,0x44802635,0xfe97c42,0x2e2724b,0x15ff6050,0x18f46e59,0x3bc54466,0x36ce4a6f,0x21d35874,0x2cd8567d,0xc7a37a1,0x17139a8,0x166c2bb3,0x1b6725ba,0x38560f85,0x355d018c,0x22401397,0x2f4b1d9e,0x642247e9,0x692949e0,0x7e345bfb,0x733f55f2,0x500e7fcd,0x5d0571c4,0x4a1863df,0x47136dd6,0xdccad731,0xd1c1d938,0xc6dccb23,0xcbd7c52a,0xe8e6ef15,0xe5ede11c,0xf2f0f307,0xfffbfd0e,0xb492a779,0xb999a970,0xae84bb6b,0xa38fb562,0x80be9f5d,0x8db59154,0x9aa8834f,0x97a38d46],_0x57f249[_0x36fe65([0x55,0x34])]=[0x0,0x90d0b0e,0x121a161c,0x1b171d12,0x24342c38,0x2d392736,0x362e3a24,0x3f23312a,0x48685870,0x4165537e,0x5a724e6c,0x537f4562,0x6c5c7448,0x65517f46,0x7e466254,0x774b695a,0x90d0b0e0,0x99ddbbee,0x82caa6fc,0x8bc7adf2,0xb4e49cd8,0xbde997d6,0xa6fe8ac4,0xaff381ca,0xd8b8e890,0xd1b5e39e,0xcaa2fe8c,0xc3aff582,0xfc8cc4a8,0xf581cfa6,0xee96d2b4,0xe79bd9ba,0x3bbb7bdb,0x32b670d5,0x29a16dc7,0x20ac66c9,0x1f8f57e3,0x16825ced,0xd9541ff,0x4984af1,0x73d323ab,0x7ade28a5,0x61c935b7,0x68c43eb9,0x57e70f93,0x5eea049d,0x45fd198f,0x4cf01281,0xab6bcb3b,0xa266c035,0xb971dd27,0xb07cd629,0x8f5fe703,0x8652ec0d,0x9d45f11f,0x9448fa11,0xe303934b,0xea0e9845,0xf1198557,0xf8148e59,0xc737bf73,0xce3ab47d,0xd52da96f,0xdc20a261,0x766df6ad,0x7f60fda3,0x6477e0b1,0x6d7aebbf,0x5259da95,0x5b54d19b,0x4043cc89,0x494ec787,0x3e05aedd,0x3708a5d3,0x2c1fb8c1,0x2512b3cf,0x1a3182e5,0x133c89eb,0x82b94f9,0x1269ff7,0xe6bd464d,0xefb04d43,0xf4a75051,0xfdaa5b5f,0xc2896a75,0xcb84617b,0xd0937c69,0xd99e7767,0xaed51e3d,0xa7d81533,0xbccf0821,0xb5c2032f,0x8ae13205,0x83ec390b,0x98fb2419,0x91f62f17,0x4dd68d76,0x44db8678,0x5fcc9b6a,0x56c19064,0x69e2a14e,0x60efaa40,0x7bf8b752,0x72f5bc5c,0x5bed506,0xcb3de08,0x17a4c31a,0x1ea9c814,0x218af93e,0x2887f230,0x3390ef22,0x3a9de42c,0xdd063d96,0xd40b3698,0xcf1c2b8a,0xc6112084,0xf93211ae,0xf03f1aa0,0xeb2807b2,0xe2250cbc,0x956e65e6,0x9c636ee8,0x877473fa,0x8e7978f4,0xb15a49de,0xb85742d0,0xa3405fc2,0xaa4d54cc,0xecdaf741,0xe5d7fc4f,0xfec0e15d,0xf7cdea53,0xc8eedb79,0xc1e3d077,0xdaf4cd65,0xd3f9c66b,0xa4b2af31,0xadbfa43f,0xb6a8b92d,0xbfa5b223,0x80868309,0x898b8807,0x929c9515,0x9b919e1b,0x7c0a47a1,0x75074caf,0x6e1051bd,0x671d5ab3,0x583e6b99,0x51336097,0x4a247d85,0x4329768b,0x34621fd1,0x3d6f14df,0x267809cd,0x2f7502c3,0x105633e9,0x195b38e7,0x24c25f5,0xb412efb,0xd7618c9a,0xde6c8794,0xc57b9a86,0xcc769188,0xf355a0a2,0xfa58abac,0xe14fb6be,0xe842bdb0,0x9f09d4ea,0x9604dfe4,0x8d13c2f6,0x841ec9f8,0xbb3df8d2,0xb230f3dc,0xa927eece,0xa02ae5c0,0x47b13c7a,0x4ebc3774,0x55ab2a66,0x5ca62168,0x63851042,0x6a881b4c,0x719f065e,0x78920d50,0xfd9640a,0x6d46f04,0x1dc37216,0x14ce7918,0x2bed4832,0x22e0433c,0x39f75e2e,0x30fa5520,0x9ab701ec,0x93ba0ae2,0x88ad17f0,0x81a01cfe,0xbe832dd4,0xb78e26da,0xac993bc8,0xa59430c6,0xd2df599c,0xdbd25292,0xc0c54f80,0xc9c8448e,0xf6eb75a4,0xffe67eaa,0xe4f163b8,0xedfc68b6,0xa67b10c,0x36aba02,0x187da710,0x1170ac1e,0x2e539d34,0x275e963a,0x3c498b28,0x35448026,0x420fe97c,0x4b02e272,0x5015ff60,0x5918f46e,0x663bc544,0x6f36ce4a,0x7421d358,0x7d2cd856,0xa10c7a37,0xa8017139,0xb3166c2b,0xba1b6725,0x8538560f,0x8c355d01,0x97224013,0x9e2f4b1d,0xe9642247,0xe0692949,0xfb7e345b,0xf2733f55,0xcd500e7f,0xc45d0571,0xdf4a1863,0xd647136d,0x31dccad7,0x38d1c1d9,0x23c6dccb,0x2acbd7c5,0x15e8e6ef,0x1ce5ede1,0x7f2f0f3,0xefffbfd,0x79b492a7,0x70b999a9,0x6bae84bb,0x62a38fb5,0x5d80be9f,0x548db591,0x4f9aa883,0x4697a38d];const _0x24e66a=new Uint8Array(0x10);for(let _0x5adcd8=0xf;_0x5adcd8>=0x0;--_0x5adcd8)_0x24e66a[_0x5adcd8]=_0x46439c%0x100,_0x46439c=parseInt(_0x46439c/0x100);let _0x53d0fa=null,_0x1accef=0x10;const _0x4ac07d=new Uint8Array(_0x4e4082),_0x228a86=[],_0x496268=[];_0x4089eb();for(let _0x59ac0e=0x0;_0x59ac0e<_0x27c8ac[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x59ac0e++)0x10===_0x1accef&&(_0x53d0fa=_0x3eca05(_0x24e66a),_0x1accef=0x0,_0x221f90(_0x24e66a)),_0x27c8ac[_0x59ac0e]^=_0x53d0fa[_0x1accef++];return _0x27c8ac;function _0x25c202(_0x338222){const _0x88501d=[];for(let _0x54b0f4=0x0;_0x54b0f4<_0x338222[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x54b0f4+=0x4)_0x88501d[_0x36fe65([0x70,0x75,0x73,0x68])](_0x338222[_0x54b0f4]<<0x18|_0x338222[_0x54b0f4+0x1]<<0x10|_0x338222[_0x54b0f4+0x2]<<0x8|_0x338222[_0x54b0f4+0x3]);return _0x88501d;}function _0x221f90(_0x465da1){for(let _0x52d769=0xf;_0x52d769>=0x0;_0x52d769--){if(0xff!==_0x465da1[_0x52d769]){_0x465da1[_0x52d769]++;break;}_0x465da1[_0x52d769]=0x0;}}function _0x3eca05(_0x7305ae){const _0x1aa641=_0x228a86[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x57776d=[0x0,0x0,0x0,0x0];let t=_0x25c202(_0x7305ae);for(let _0x26f87e=0x0;_0x26f87e<0x4;_0x26f87e++)t[_0x26f87e]^=_0x228a86[0x0][_0x26f87e];for(let _0x30b760=0x1;_0x30b760<_0x1aa641;_0x30b760++){for(let _0x3494d8=0x0;_0x3494d8<0x4;_0x3494d8++)_0x57776d[_0x3494d8]=_0x57f249[_0x36fe65([0x54,0x31])][t[_0x3494d8]>>0x18&0xff]^_0x57f249[_0x36fe65([0x54,0x32])][t[(_0x3494d8+0x1)%0x4]>>0x10&0xff]^_0x57f249[_0x36fe65([0x54,0x33])][t[(_0x3494d8+0x2)%0x4]>>0x8&0xff]^_0x57f249[_0x36fe65([0x54,0x34])][0xff&t[(_0x3494d8+0x3)%0x4]]^_0x228a86[_0x30b760][_0x3494d8];t=_0x57776d[_0x36fe65([0x73,0x6c,0x69,0x63,0x65])]();}const _0x16d7cd=new Uint8Array(0x10);let _0x203498;for(let _0x509ea7=0x0;_0x509ea7<0x4;_0x509ea7++)_0x203498=_0x228a86[_0x1aa641][_0x509ea7],_0x16d7cd[0x4*_0x509ea7]=0xff&(_0x57f249[_0x36fe65([0x53])][t[_0x509ea7]>>0x18&0xff]^_0x203498>>0x18),_0x16d7cd[0x4*_0x509ea7+0x1]=0xff&(_0x57f249[_0x36fe65([0x53])][t[(_0x509ea7+0x1)%0x4]>>0x10&0xff]^_0x203498>>0x10),_0x16d7cd[0x4*_0x509ea7+0x2]=0xff&(_0x57f249[_0x36fe65([0x53])][t[(_0x509ea7+0x2)%0x4]>>0x8&0xff]^_0x203498>>0x8),_0x16d7cd[0x4*_0x509ea7+0x3]=0xff&(_0x57f249[_0x36fe65([0x53])][0xff&t[(_0x509ea7+0x3)%0x4]]^_0x203498);return _0x16d7cd;}function _0x4089eb(){const _0x2f992b=_0x57f249[_0x36fe65([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x4ac07d[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x44ad7f=0x0;_0x44ad7f<=_0x2f992b;_0x44ad7f++)_0x228a86[_0x36fe65([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x496268[_0x36fe65([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0xaf6a2=0x4*(_0x2f992b+0x1),_0x3db946=_0x4ac07d[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x1f2f9e=_0x25c202(_0x4ac07d);let _0x1bc33b;for(let _0x35f0cc=0x0;_0x35f0cc<_0x3db946;_0x35f0cc++)_0x1bc33b=_0x35f0cc>>0x2,_0x228a86[_0x1bc33b][_0x35f0cc%0x4]=_0x1f2f9e[_0x35f0cc],_0x496268[_0x2f992b-_0x1bc33b][_0x35f0cc%0x4]=_0x1f2f9e[_0x35f0cc];let _0x32a2cd,_0x2302a0=0x0,t=_0x3db946;for(;t<_0xaf6a2;){_0x32a2cd=_0x1f2f9e[_0x3db946-0x1],_0x1f2f9e[0x0]^=_0x57f249[_0x36fe65([0x53])][_0x32a2cd>>0x10&0xff]<<0x18^_0x57f249[_0x36fe65([0x53])][_0x32a2cd>>0x8&0xff]<<0x10^_0x57f249[_0x36fe65([0x53])][0xff&_0x32a2cd]<<0x8^_0x57f249[_0x36fe65([0x53])][_0x32a2cd>>0x18&0xff]^_0x57f249[_0x36fe65([0x72,0x63,0x6f,0x6e])][_0x2302a0]<<0x18,_0x2302a0+=0x1;for(let _0x134c7a=0x1;_0x134c7a<_0x3db946/0x2;_0x134c7a++)_0x1f2f9e[_0x134c7a]^=_0x1f2f9e[_0x134c7a-0x1];_0x32a2cd=_0x1f2f9e[_0x3db946/0x2-0x1],_0x1f2f9e[_0x3db946/0x2]^=_0x57f249[_0x36fe65([0x53])][0xff&_0x32a2cd]^_0x57f249[_0x36fe65([0x53])][_0x32a2cd>>0x8&0xff]<<0x8^_0x57f249[_0x36fe65([0x53])][_0x32a2cd>>0x10&0xff]<<0x10^_0x57f249[_0x36fe65([0x53])][_0x32a2cd>>0x18&0xff]<<0x18;for(let _0x35d9a0=_0x3db946/0x2+0x1;_0x35d9a0<_0x3db946;_0x35d9a0++)_0x1f2f9e[_0x35d9a0]^=_0x1f2f9e[_0x35d9a0-0x1];let _0x46df00,_0x3c4d92,_0x164940=0x0;for(;_0x164940<_0x3db946&&t<_0xaf6a2;)_0x46df00=t>>0x2,_0x3c4d92=t%0x4,_0x228a86[_0x46df00][_0x3c4d92]=_0x1f2f9e[_0x164940],_0x496268[_0x2f992b-_0x46df00][_0x3c4d92]=_0x1f2f9e[_0x164940++],t++;}for(let _0x42c95d=0x1;_0x42c95d<_0x2f992b;_0x42c95d++)for(let _0x597579=0x0;_0x597579<0x4;_0x597579++)_0x32a2cd=_0x496268[_0x42c95d][_0x597579],_0x496268[_0x42c95d][_0x597579]=_0x57f249[_0x36fe65([0x55,0x31])][_0x32a2cd>>0x18&0xff]^_0x57f249[_0x36fe65([0x55,0x32])][_0x32a2cd>>0x10&0xff]^_0x57f249[_0x36fe65([0x55,0x33])][_0x32a2cd>>0x8&0xff]^_0x57f249[_0x36fe65([0x55,0x34])][0xff&_0x32a2cd];}}function _0x36fe65(_0x1a39f8){return _0x1a39f8['map'](_0x5a110d=>String['fromCharCode'](_0x5a110d))['join']('');}(_0x1ca079=>{function _0x58504b(){const _0x54c3a2=[{[_0x36fe65([0x69,0x64])]:0x1,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x36fe65([0x69,0x64])]:0x2,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x36fe65([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x36fe65([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x36fe65([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x36fe65([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x36fe65([0x69,0x64])]:0x3,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x36fe65([0x69,0x64])]:0x4,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x36fe65([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x36fe65([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x36fe65([0x69,0x64])]:0x5,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}},{[_0x36fe65([0x69,0x64])]:0x6,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}},{[_0x36fe65([0x69,0x64])]:0x7,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}},{[_0x36fe65([0x69,0x64])]:0x8,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}},{[_0x36fe65([0x69,0x64])]:0x9,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x36fe65([0x69,0x64])]:0xa,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x50,0x61,0x73,0x74,0x65,0x20,0x66,0x72,0x6f,0x6d,0x20,0x4f,0x66,0x66,0x69,0x63,0x65,0x20,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x50,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x49,0x6e,0x6c,0x69,0x6e,0x65,0x72]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}},{[_0x36fe65([0x69,0x64])]:0xb,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x36fe65([0x69,0x64])]:0xc,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x36fe65([0x69,0x64])]:0xd,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}},{[_0x36fe65([0x69,0x64])]:0xe,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x36fe65([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])},{[_0x36fe65([0x69,0x64])]:0xf,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x36fe65([0x69,0x64])]:0x10,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}}];return _0x2f00a6(_0x54c3a2),_0x54c3a2;function _0x5cd3c8(_0x17a373){return 0x1<<_0x17a373-0x1;}function _0x2f00a6(_0x1a6c88){_0x1a6c88[_0x36fe65([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x46b9e5=>{_0x46b9e5[_0x36fe65([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x5cd3c8(_0x46b9e5[_0x36fe65([0x69,0x64])]),_0x8aa467(_0x46b9e5)&&_0x46b9e5[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x2f00a6(_0x46b9e5[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x8aa467(_0x408118){return _0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x408118;}const _0x42f3be=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0xbf1cef=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x4aa02b(_0x285eb1){const _0x20a9df=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x4b2fa1(_0x285eb1,new Uint8Array([..._0x42f3be,..._0x20a9df,..._0xbf1cef]));}function _0x4b2fa1(_0x1ba9c1,_0x33316d){const _0x3a5c16=_0x560f56(_0x1ba9c1),_0x2887f0=Array[_0x36fe65([0x66,0x72,0x6f,0x6d])](_0x1171af(_0x3a5c16)),_0x44b07c=_0x2887f0[_0x36fe65([0x70,0x6f,0x70])](),_0xf19e47=_0x2887f0[_0x36fe65([0x70,0x6f,0x70])]();return _0x1001d9(_0x46f732(_0x2887f0,_0x33316d,_0xf19e47+0x100*_0x44b07c));}function _0x560f56(_0x287bfa){const _0x42d31a=atob(_0x287bfa),[_0x4d2917,_0x369214]=_0x42d31a[_0x36fe65([0x73,0x70,0x6c,0x69,0x74])](_0x36fe65([0x2d]));try{if(atob(_0x369214))return atob(_0x4d2917);}catch(_0x5c6181){}return _0x42d31a;}function _0x43ca8e(_0x34b0d9){try{const _0x34d7f1=_0x4aa02b(_0x34b0d9),_0x41f717=JSON[_0x36fe65([0x70,0x61,0x72,0x73,0x65])](_0x34d7f1),_0x38d4ba=parseInt(_0x41f717[_0x36fe65([0x31])]),_0x304aa2=_0x41f717[_0x36fe65([0x32])]||'',_0x204b58=parseInt(_0x41f717[_0x36fe65([0x33])]),_0x317970=parseInt(_0x41f717[_0x36fe65([0x34])])||0x0,_0x1381ed=parseInt(_0x41f717[_0x36fe65([0x35])])||0x0;return{[_0x36fe65([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x304aa2,[_0x36fe65([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x317970,[_0x36fe65([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x38d4ba,[_0x36fe65([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x204b58,[_0x36fe65([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x1381ed};}catch(_0x2f6a9f){return null;}}const _0x393efa=_0x58504b(),_0x5e7369={[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x416e04,[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73])]:_0x5eecd2,[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79])]:_0x52aa3f},_0x2120f7=_0x1ca079[_0x36fe65([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x1730d0=_0x36fe65([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x1ca079?_0x1ca079['context']:_0x1ca079['editor'],_0x407541=_0x36fe65([0x34,0x30,0x34,0x38,0x31,0x34,0x35,0x30]),_0x3c4c00=_0x36fe65([0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7a,0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39]),_0x10e55d=_0x1730d0['config']['get'](_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x3b5943=_0x393efa[_0x36fe65([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x8aa467)[_0x36fe65([0x66,0x69,0x6e,0x64])](_0x320535=>_0x320535[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x2120f7);function _0x2c3f05(_0x4e8574,_0x23a77a){_0x5e7369[_0x23a77a[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x4e8574,_0x23a77a),_0x23a77a[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x23a77a[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x36fe65([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x27eb09=>_0x33d2f2(_0x1730d0,_0x27eb09[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x36fe65([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x32c853=>_0x2c3f05(_0x4e8574,_0x32c853));}function _0x416e04(_0x3b6fc7,_0x2d7619){_0xeff16f(_0x2ec2cf(_0x3b6fc7,_0x2d7619),_0x2d7619);}function _0x5eecd2(_0x2528bd,_0x34db29){function _0x2fdae3(_0x40246a,_0x5b8f68){try{if(_0x33d2f2(_0x1730d0,_0x36fe65([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x40246a){const _0x370adf=_0x24bb12(_0x1730d0,_0x36fe65([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x36fe65([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x370adf)/0x2>_0x40246a[_0x36fe65([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x2c7c3e(_0x5b8f68[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x2ec2cf(_0x40246a,_0x5b8f68);}catch(_0x274625){return _0x2c7c3e(_0x5b8f68[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0xeff16f(_0x2fdae3(_0x2528bd,_0x34db29),_0x34db29);}function _0x52aa3f(_0xe4caf9,_0x558f5a){const _0x5ca842=_0xbf1cef[0x0]*_0x42f3be[0x1],_0xf35316=_0xbf1cef[0x0]*_0x42f3be[0x2],_0x1967f6=_0xbf1cef[0x2]*_0x42f3be[0x2];_0x33d2f2(_0x1730d0,_0x36fe65([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x24bb12(_0x1730d0,_0x36fe65([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x36fe65([0x73,0x74,0x61,0x74,0x65])]==_0x36fe65([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x161cb3()]=_0x1967f6);function _0x5b6f5a(_0x50bd18,_0x20e702){try{return _0x1d181a()?_0x2c7c3e(_0x20e702[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x56,0x61,0x6c,0x69,0x64])):_0x2ec2cf(_0x50bd18,_0x20e702);}catch(_0x851699){return _0x2c7c3e(_0x20e702[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x33da74(_0x5b99b5,_0x232588){const _0x2c65ad=0x7;if(_0x5b99b5==_0x232588[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x1f7fe1();else{if(_0x5b99b5==_0x232588[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c])){const _0x3bebd7=_0x468fe3();_0x3bebd7&&_0x2cd9db(_0x3bebd7,_0x232588[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x3f5276=_0x5e10a4();window[_0x36fe65([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x2cd9db(_0x36fe65([0x74,0x69,0x6d,0x65]),_0x232588[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x3f5276);const _0x3a8b20=_0x24bb12(_0x1730d0,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x36fe65([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x3a8b20[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x2c65ad?_0x2cd9db(_0x36fe65([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x232588[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x3a8b20['on'](_0x36fe65([0x61,0x64,0x64]),()=>{_0x3a8b20[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x2c65ad&&_0x2cd9db(_0x36fe65([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x232588[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x468fe3(){if(!_0x33d2f2(_0x1730d0,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0xe0062 in window)if(Number['isNaN'](Number(_0xe0062))){if(window[_0xe0062]===_0x5ca842)return _0x36fe65([0x74,0x69,0x6d,0x65]);if(window[_0xe0062]===_0xf35316)return _0x36fe65([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x1d181a(){if(!_0x33d2f2(_0x1730d0,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0xe8f879 in window)if(Number['isNaN'](Number(_0xe8f879))&&window[_0xe8f879]===_0x1967f6)return!0x0;return!0x1;}function _0x2cd9db(_0x6a1bfd,_0x4091ec){_0x1f7fe1(),_0x2c7c3e(_0x4091ec+_0x36fe65([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x6a1bfd),window[_0x161cb3()]=_0x6a1bfd===_0x36fe65([0x74,0x69,0x6d,0x65])?_0x5ca842:_0xf35316;}function _0x5e10a4(){let _0x293dd9=_0xbf1cef[0x6]*_0x42f3be[0x8]*_0x42f3be[0x6];return _0x33d2f2(_0x1730d0,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x293dd9/=0xa),_0x293dd9;}function _0x1f7fe1(){const _0x55da47=_0x1730d0;function _0x5240c4(){_0x33d2f2(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x36fe65([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x36fe65([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x36fe65([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x36fe65([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x5dc573,_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x36fe65([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x5dc573,_0x55da47[_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c])][_0x36fe65([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5dc573,_0x55da47[_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c])][_0x36fe65([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5dc573,_0x55da47[_0x36fe65([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c]))),_0x33d2f2(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x36fe65([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x36fe65([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x36fe65([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x36fe65([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x5dc573,_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x36fe65([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x5dc573);}_0x55da47[_0x36fe65([0x73,0x74,0x61,0x74,0x65])]==_0x36fe65([0x72,0x65,0x61,0x64,0x79])?_0x5240c4():_0x55da47[_0x36fe65([0x6f,0x6e,0x63,0x65])](_0x36fe65([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x33d2f2(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x5240c4(),_0x33d2f2(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x33d334=_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x3ce817=_0x33d334['getRevision'](0x0),_0x1a361b=_0x33d334['getEarlierVisibleRevision'](_0x3ce817[_0x36fe65([0x69,0x64])]);_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x36fe65([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x3ce817[_0x36fe65([0x69,0x64])],_0x1a361b?_0x1a361b[_0x36fe65([0x69,0x64])]:null,0x1)['then'](()=>_0x5240c4());}});}_0x33da74(_0x5b6f5a(_0xe4caf9,_0x558f5a),_0x558f5a);}function _0x2ec2cf(_0x37d6b4,_0x3ad7f7){try{return _0x3d11ce(_0x3ad7f7)?_0x2c7c3e(_0x3ad7f7[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x56,0x61,0x6c,0x69,0x64])):_0x37d6b4&&_0xf27ee(_0x37d6b4[_0x36fe65([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x3ad7f7)?_0x37d6b4[_0x36fe65([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x36fe65([0x6f,0x70,0x65,0x6e])][_0x36fe65([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x407541)/0x2>_0x37d6b4[_0x36fe65([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x2c7c3e(_0x3ad7f7[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x37d6b4[_0x36fe65([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x2c7c3e(_0x3ad7f7[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c])):_0x2c7c3e(_0x3ad7f7[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x56,0x61,0x6c,0x69,0x64])):_0x2c7c3e(_0x3ad7f7[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x15fd99){return _0x2c7c3e(_0x3ad7f7[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0xeff16f(_0x235aed,_0x2e1f53){if(_0x1730d0 instanceof _0x40b4f3){const _0x131cb5=_0x1730d0;_0x235aed==_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x4c6db0(_0x131cb5):_0x235aed==_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c])&&window[_0x36fe65([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x4c6db0(_0x131cb5),_0x2c7c3e(_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0xbf1cef[0x6]*_0x42f3be[0x8]*_0x42f3be[0x6]),_0x131cb5[_0x36fe65([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x36fe65([0x6f,0x6e])](_0x36fe65([0x61,0x64,0x64]),(_0x28f034,_0x53c288)=>{_0x235aed!=_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x235aed!=_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x235aed!=_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0xe2288c(_0x53c288);});}else{const _0x37a9d1=_0x1730d0;_0x235aed==_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0xe2288c(_0x37a9d1):_0x235aed==_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c])&&_0x37a9d1[_0x36fe65([0x6f,0x6e])](_0x36fe65([0x72,0x65,0x61,0x64,0x79]),()=>{let _0xa7765e=0x0;_0x37a9d1[_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c])][_0x36fe65([0x6f,0x6e])](_0x36fe65([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x8a4481,_0x52c88b)=>{_0x52c88b[0x0][_0x36fe65([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xa7765e++,0x1f8===_0xa7765e&&(_0xe2288c(_0x37a9d1),_0x2c7c3e(_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x8a4481[_0x36fe65([0x6f,0x66,0x66])]());},{'priority':_0x36fe65([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x2c7c3e(_0x128ced){const _0x7c40de=_0x161cb3();return _0x1730d0[_0x7c40de]=_0x128ced,_0x128ced;}function _0x161cb3(){const _0xd87e1b=String(window[_0x36fe65([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x36fe65([0x6e,0x6f,0x77])]())[_0x36fe65([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x36fe65([0x2e]),'');let _0x4f2f95='';for(let _0x226ff1=0x0;_0x226ff1<_0xd87e1b[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x226ff1+=0x2){let _0x26e8de=parseInt(_0xd87e1b[_0x36fe65([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x226ff1,_0x226ff1+0x2));_0x26e8de>=_0x3c4c00[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x26e8de-=_0x3c4c00[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4f2f95+=_0x3c4c00[_0x26e8de];}return _0x4f2f95;}function _0x4c6db0(_0x247a49){for(const _0x26a583 of _0x247a49[_0x36fe65([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0xe2288c(_0x26a583);_0x24bb12(_0x247a49,_0x36fe65([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x36fe65([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x24bb12(_0x247a49,_0x36fe65([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x36fe65([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x5dc573;}function _0xe2288c(_0x91d94d){function _0xe0cd78(){_0x91d94d[_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c])][_0x36fe65([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5dc573,_0x91d94d[_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c])][_0x36fe65([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5dc573,_0x91d94d[_0x36fe65([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c]));}_0x91d94d[_0x36fe65([0x73,0x74,0x61,0x74,0x65])]==_0x36fe65([0x72,0x65,0x61,0x64,0x79])?_0xe0cd78():_0x91d94d[_0x36fe65([0x6f,0x6e,0x63,0x65])](_0x36fe65([0x72,0x65,0x61,0x64,0x79]),()=>_0xe0cd78());}function _0x5dc573(){return null;}function _0xf27ee(_0x40731d,_0x4ae985){const _0x4f8500=!!(_0x40731d&_0x4ae985[_0x36fe65([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x121d34=_0x4a58f0(_0x40731d,_0x4ae985);return _0x4f8500||_0x121d34;}function _0x4a58f0(_0x55a936,_0x440595){const _0x37e0cc=(_0x440595[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x36fe65([0x66,0x67,0x69])]||null;return!!_0x37e0cc&&_0x393efa[_0x36fe65([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x375334=>_0x37e0cc[_0x36fe65([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x375334[_0x36fe65([0x69,0x64])]))[_0x36fe65([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1c5462=>!_0x70f2d6(_0x1c5462))[_0x36fe65([0x73,0x6f,0x6d,0x65])](_0x42dc67=>!!(_0x55a936&_0x42dc67[_0x36fe65([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x70f2d6(_0x4d7444){const _0x492ea7={[_0x36fe65([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])]:_0x52fa5f};return!!_0x4d7444['forbiddenHandler']&&_0x492ea7[_0x4d7444['forbiddenHandler']]();}function _0x52fa5f(){return!window[_0x36fe65([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x33d2f2(_0x1730d0,_0x36fe65([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x3d11ce(_0xb3a7b2){if(!_0x33d2f2(_0x1730d0,_0xb3a7b2[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x330248=_0xb3a7b2[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x47e2f2=_0x330248[_0x36fe65([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x1b9daf=_0x330248[_0x36fe65([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x11380a=_0x330248[_0x36fe65([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x33d2f2(_0x1730d0,_0x36fe65([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x24bb12(_0x1730d0,_0x36fe65([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x36fe65([0x73,0x74,0x61,0x74,0x65])]==_0x36fe65([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x47e2f2)return!0x0;if(_0x33d2f2(_0x1730d0,_0x36fe65([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x24bb12(_0x1730d0,_0x36fe65([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x36fe65([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x36fe65([0x65,0x6e,0x64])&&_0x1b9daf)return!0x0;return!(!_0x33d2f2(_0x1730d0,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]))||_0x24bb12(_0x1730d0,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]))[_0x36fe65([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x36fe65([0x65,0x6e,0x64])||!_0x11380a);}function _0x33d2f2(_0x114a9c,_0x4592e0){return _0x114a9c[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x36fe65([0x68,0x61,0x73])](_0x4592e0);}function _0x24bb12(_0x5e7d2f,_0xf3dfb0){return _0x5e7d2f[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x36fe65([0x67,0x65,0x74])](_0xf3dfb0);}function _0x1001d9(_0x342100){let _0x3652d3='';for(const _0x46f9db of _0x342100)_0x3652d3+=String[_0x36fe65([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x46f9db);return _0x3652d3;}function _0x1171af(_0x4163c5){const _0xaf870a=new Uint8Array(_0x4163c5[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x3af606=0x0;_0x3af606<_0x4163c5[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3af606++)_0xaf870a[_0x3af606]=_0x4163c5[_0x36fe65([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3af606);return _0xaf870a;}_0x3b5943&&_0x2c3f05(_0x43ca8e(_0x10e55d),_0x3b5943);})(_0x3f1117);}(this);}set['adapter'](_0xb37fb5){if(this['_adapter'])throw new _0x350d9b('commentsrepository-adapter-already-set');this['_adapter']=_0xb37fb5;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x533b9f=Ct,threadId:_0x5a4c05=_0x49c260(),comments:_0x1feb35=[],unlinkedAt:_0x39d928=null,resolvedAt:_0x77d4cd=null,resolvedBy:_0xa597a6=null,target:_0x55d03f=null,context:_0x3b2efd=null,attributes:_0x371513={},isResolvable:_0x4a65b8=!0x0,isSubmitted:_0x477d1e=!0x1,isFromAdapter:_0x556774=!0x1}={}){return this['fire'](gt('addCommentThread',_0x533b9f),{'channelId':_0x533b9f,'threadId':_0x5a4c05,'comments':_0x1feb35,'unlinkedAt':_0x39d928,'resolvedAt':_0x77d4cd,'resolvedBy':_0xa597a6,'target':_0x55d03f,'context':_0x3b2efd,'attributes':_0x371513,'isFromAdapter':_0x556774,'isResolvable':_0x4a65b8,'isSubmitted':_0x477d1e}),this['getCommentThread'](_0x5a4c05);}['openNewCommentThread']({channelId:_0x23fef2=Ct,threadId:_0x33e1af=_0x49c260(),target:_0x4ca087,context:_0x499267=null,isResolvable:_0x46c8af=!0x0}){if(this['_readOnlyChannels']['has'](_0x23fef2)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x4ca087)throw new _0x350d9b('commentsrepository-missing-target');const _0x2fe84f=this['addCommentThread']({'channelId':_0x23fef2,'threadId':_0x33e1af,'target':_0x4ca087,'context':_0x499267,'isResolvable':_0x46c8af});if(!_0x2fe84f)return null;const _0x2c74c2=this['_threadToController']['get'](_0x2fe84f),_0x30a1b1=_0x2c74c2['view']['commentThreadInputView']['commentInputView'],_0x209a62=this['context']['plugins']['get'](b),_0x2f98b8=_0x209a62['getByInnerView'](_0x2c74c2['view']);return _0x209a62['activate'](_0x2f98b8),_0x30a1b1['once']('editorReady',()=>_0x30a1b1['focus']()),_0x2fe84f;}['hasCommentThread'](_0x36b157){if('string'!=typeof _0x36b157)throw new _0x350d9b('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x36b157);}['updateCommentThread']({channelId:_0x3eee83=Ct,threadId:_0x4f878a,context:_0x317ddd,unlinkedAt:_0x877d9f,attributes:_0x12c486,isFromAdapter:_0xc6cf9c=!0x1}){return this['fire'](gt('updateCommentThread',_0x3eee83),{'channelId':_0x3eee83,'threadId':_0x4f878a,'context':_0x317ddd,'unlinkedAt':_0x877d9f,'attributes':_0x12c486,'isFromAdapter':_0xc6cf9c}),this['getCommentThread'](_0x4f878a);}['getCommentThread'](_0x411937){if('string'!=typeof _0x411937)throw new _0x350d9b('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x411937);}['fetchCommentThread']({channelId:_0x1ee533,threadId:_0x2c6325}={}){const _0x185761=this['getCommentThread'](_0x2c6325);if(_0x185761)return Promise['resolve'](_0x185761);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x350d9b('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x1ee533,'threadId':_0x2c6325})['then'](_0x4fe0a3=>this['hasCommentThread'](_0x2c6325)?this['getCommentThread'](_0x2c6325):_0x4fe0a3?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x1ee533},_0x4fe0a3)):void 0x0)['catch'](_0x32c609=>{throw console['error'](_0x32c609),new _0x350d9b('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x38ead8,skipNotAttached:_0x1fc2a7=!0x1,skipEmpty:_0x30aced=!0x1,toJSON:_0x38ea41=!0x1}={}){const _0x8cd8d2=[];for(const _0x169e2e of this['_threads']['values']())_0x38ead8&&_0x169e2e['channelId']!==_0x38ead8||_0x1fc2a7&&!_0x169e2e['isAttached']||_0x30aced&&0x0===_0x169e2e['length']||_0x8cd8d2['push'](_0x169e2e);return _0x38ea41?_0x8cd8d2['map'](_0x35eeaf=>_0x35eeaf['toJSON']()):_0x8cd8d2;}['setActiveCommentThread'](_0x3a4da1){const _0x3cd692=this['context']['plugins']['get'](b);if(!_0x3a4da1)return void(this['activeCommentThread']&&_0x3cd692['deactivateAll']());const _0x4c5933=this['getCommentThread'](_0x3a4da1);if(!_0x4c5933)throw new _0x350d9b('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x3a4da1});if(!this['_threadToController']['has'](_0x4c5933))throw new _0x350d9b('commentsrepository-active-not-attached',null,{'threadId':_0x3a4da1});const _0x2bfab7=_0x3cd692['getByInnerView'](this['_threadToController']['get'](_0x4c5933)['view']);_0x3cd692['activate'](_0x2bfab7);}['switchReadOnly'](_0x372df9,_0x368350){_0x372df9?this['_readOnlyChannels']['add'](_0x368350):this['_readOnlyChannels']['delete'](_0x368350),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x102b08){return this['_readOnlyChannels']['has'](_0x102b08)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x28490e,_0x5d293d){return new wt(_0x28490e,_0x5d293d);}['setPermissions'](_0x317379,_0x192cdb=Ct){this['_permissions']['set'](_0x192cdb,_0x317379),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0xbbe6ed=Ct){return this['_permissions']['has'](_0xbbe6ed)?this['_permissions']['get'](_0xbbe6ed):vt;}['_addCommentThread']({channelId:_0xef7e98,threadId:_0x16d32a,comments:_0x5368a4,unlinkedAt:_0x2e587d,resolvedAt:_0xf9c0d7,resolvedBy:_0x57d808,target:_0x5b8214,context:_0x20baa3,attributes:_0x4552d4,isFromAdapter:_0x56d173,isResolvable:_0x7bddfe,isSubmitted:_0x1bb2e4}){if('string'!=typeof _0x16d32a)throw new _0x350d9b('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x16d32a});if(this['hasCommentThread'](_0x16d32a))throw new _0x350d9b('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x16d32a});const _0x5daac1=new ie(this,{'channelId':_0xef7e98,'id':_0x16d32a,'context':_0x20baa3,'attributes':_0x4552d4,'unlinkedAt':_0x2e587d,'resolvedAt':_0xf9c0d7,'resolvedBy':_0x57d808?this['context']['plugins']['get'](lt)['getUser'](_0x57d808):null,'isResolvable':_0x7bddfe,'isSubmitted':_0x1bb2e4||_0x56d173});this['_threads']['set'](_0x16d32a,_0x5daac1);for(const _0x5a07a9 of _0x5368a4)_0x5daac1['_add'](this['_createNewComment']({'threadId':_0x16d32a,..._0x5a07a9}));return _0x5b8214&&_0x5daac1['attachTo'](_0x5b8214),_0x56d173||!_0x5daac1['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0xef7e98,'threadId':_0x16d32a});}['_submitCommentThread']({channelId:_0x4acd8f,threadId:_0x599795}){if(!this['hasCommentThread'](_0x599795))throw new _0x350d9b('commentsrepository-missing-comment-thread',this);const _0x3fbf6f=this['getCommentThread'](_0x599795);if(_0x3fbf6f['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x2f32a4,comments:_0x24163b,resolvedAt:_0x10baef,resolvedBy:_0x268f5a,context:_0x30a396,attributes:_0x4bc1b9}=_0x3fbf6f,_0x200ace=this['context']['plugins']['get']('PendingActions'),_0x8f41d2=_0x200ace['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x4acd8f,'threadId':_0x2f32a4,'comments':_0x24163b['map'](_0x388518=>_0x388518['toJSON']()),'resolvedAt':_0x10baef,'resolvedBy':_0x268f5a?_0x268f5a['id']:_0x268f5a,'context':_0x30a396,'attributes':_0x4bc1b9})['then'](({comments:_0x14848e})=>{_0x200ace['remove'](_0x8f41d2);for(const _0x292241 of _0x14848e)this['_updateComment']({'channelId':_0x4acd8f,'threadId':_0x599795,'commentId':_0x292241['commentId'],'createdAt':_0x292241['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x172306=>{throw console['error'](_0x172306),new _0x350d9b('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x201aff,target:_0x386c95}){const _0x54c721=this['getCommentThread'](_0x201aff);if(!_0x54c721)throw new _0x350d9b('commentsrepository-attach-missing-comment-thread',this);const _0x761251=this['context']['plugins']['get']('PendingActions'),_0x3d3358=this['context']['plugins']['get'](b),_0x5d8740=this['_createCommentThreadView'](_0x54c721),_0x5aac9f=new wt(_0x54c721,_0x5d8740);let _0x31816e=null;_0x5d8740['on']('change:isDirty',(_0x32c77b,_0x10b5de,_0x46dc5c)=>{_0x46dc5c?_0x31816e=_0x761251['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x31816e&&(_0x761251['remove'](_0x31816e),_0x31816e=null);}),this['_threadToController']['set'](_0x54c721,_0x5aac9f),this['_viewToController']['set'](_0x5d8740,_0x5aac9f);const _0x5e8d56=new V(this['context']['locale'],_0x5d8740);_0x5e8d56['bind']('length')['to'](_0x5d8740),_0x5e8d56['bind']('isDirty')['to'](_0x5d8740,'isDirty',_0x5d8740,'length',(_0x2cfceb,_0x42f65e)=>_0x2cfceb||!_0x42f65e),_0x5e8d56['bind']('isActive')['to'](_0x5d8740),_0x5e8d56['type']='comment';const _0x518e5d=new d({'view':_0x5e8d56,'target':_0x386c95,'type':'comment','isVisible':!_0x54c721['isResolved']});return this['_bindAnnotationToEditors'](_0x5d8740,_0x518e5d),_0x3d3358['add'](_0x518e5d),_0x518e5d;}['_bindAnnotationToEditors'](_0x40ecc9,_0x4362bf){this['listenTo'](_0x40ecc9,'editorReady',(_0x228d45,_0x1f3cc1)=>{const _0x14c10b=_0x1f3cc1['ui']['view']['body']['bodyCollectionContainer'];_0x4362bf['focusableElements']['add'](_0x14c10b),this['context']instanceof mt&&this['context']['ui']['focusTracker']['add'](_0x14c10b);},{'priority':'highest'}),this['listenTo'](_0x40ecc9,'editorDestroyed',(_0x1e6799,_0x32c90b)=>{const _0x5761be=_0x32c90b['ui']['view']['body']['bodyCollectionContainer'];_0x4362bf['focusableElements']['has'](_0x5761be)&&_0x4362bf['focusableElements']['remove'](_0x5761be),this['context']instanceof mt&&this['context']['ui']['focusTracker']['remove'](_0x5761be);});}['_unbindEditors'](_0x4b0821){this['stopListening'](_0x4b0821,'editorReady'),this['stopListening'](_0x4b0821,'editorDestroyed');}['_createCommentThreadView'](_0x16e5a3){const _0x225345=this['context']['plugins']['get'](lt),{config:_0x41fbc8,locale:_0x2b9e40}=this['context'],_0x176946=dt(_0x41fbc8['get']('locale'));return new(0x0,(_0x41fbc8['get']('comments'))['CommentThreadView'])(_0x2b9e40,_0x16e5a3,_0x225345['me'],{'editorConfig':{..._0x41fbc8['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x41fbc8['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x41fbc8['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x41fbc8['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x41fbc8['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x176946,'CommentView':_0x41fbc8['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x1bd379,channelId:_0x1fac5e,resolvedAt:_0x50dc8b,resolvedBy:_0x4f5db0,isFromAdapter:_0x1ea574}){if(!this['hasCommentThread'](_0x1bd379))throw new _0x350d9b('commentsrepository-missing-comment-thread',null,{'threadId':_0x1bd379});const _0x54daca=this['getCommentThread'](_0x1bd379);if(_0x54daca['isResolved'])throw new _0x350d9b('commentsrepository-resolved-comment-thread',null,{'threadId':_0x1bd379});const _0x38d8a6=this['context']['plugins']['get'](lt);if(_0x54daca['resolvedBy']=_0x38d8a6['getUser'](_0x4f5db0),_0x54daca['resolvedAt']=_0x50dc8b,_0x1ea574||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x5cefe6=this['context']['plugins']['get']('PendingActions'),_0x15abf4=_0x5cefe6['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x1fac5e,'threadId':_0x1bd379})['then'](({resolvedAt:_0x5bbc7a,resolvedBy:_0x3c2115})=>{_0x5cefe6['remove'](_0x15abf4),_0x54daca['resolvedBy']['id']!==_0x3c2115&&(_0x54daca['resolvedBy']=_0x38d8a6['getUser'](_0x3c2115)),_0x54daca['resolvedAt']=_0x5bbc7a;})['catch'](_0x5ac72b=>{throw console['error'](_0x5ac72b),new _0x350d9b('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x43fc49,channelId:_0x520449,isFromAdapter:_0x210ab1}){if(!this['hasCommentThread'](_0x43fc49))throw new _0x350d9b('commentsrepository-missing-comment-thread',null,{'threadId':_0x43fc49});const _0x2c1a39=this['getCommentThread'](_0x43fc49);if(!_0x2c1a39['isResolved'])throw new _0x350d9b('commentsrepository-reopen-comment-thread',null,{'threadId':_0x43fc49});if(_0x2c1a39['resolvedBy']=null,_0x2c1a39['resolvedAt']=null,_0x210ab1||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x24d719=this['context']['plugins']['get']('PendingActions'),_0x1f27c6=_0x24d719['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x520449,'threadId':_0x43fc49})['then'](()=>_0x24d719['remove'](_0x1f27c6))['catch'](_0x429976=>{throw console['error'](_0x429976),new _0x350d9b('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x3ea235,isFromAdapter:_0x352031}){const _0x430f74=this['getCommentThread'](_0x3ea235);if(!_0x430f74)throw new _0x350d9b('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x3ea235),this['_threads']['delete'](_0x3ea235),!_0x430f74['isSubmitted']||_0x352031||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x2ea3f0=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4eafa5}=_0x430f74,_0x1a4cd4=_0x2ea3f0['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x4eafa5,'threadId':_0x3ea235})['then'](()=>_0x2ea3f0['remove'](_0x1a4cd4))['catch'](_0xec7a62=>{throw console['error'](_0xec7a62),new _0x350d9b('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x2283db,unlinkedAt:_0x142f2b,context:_0x1d5661,attributes:_0x5a6af2,isFromAdapter:_0x55deac}){if('string'!=typeof _0x2283db)throw new _0x350d9b('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x2283db});if(!this['hasCommentThread'](_0x2283db))throw new _0x350d9b('commentsrepository-missing-comment-thread',null,{'threadId':_0x2283db});const _0x30082b=this['getCommentThread'](_0x2283db);let _0x476a5c=!0x1;if(void 0x0!==_0x1d5661&&_0x30082b['context']!==_0x1d5661&&(_0x30082b['context']=_0x1d5661,_0x476a5c=!0x0),void 0x0!==_0x142f2b&&_0x30082b['unlinkedAt']!==_0x142f2b&&(_0x30082b['unlinkedAt']=_0x142f2b,_0x476a5c=!0x0),_0x5a6af2&&!ft(_0x5a6af2,_0x30082b['attributes'])&&(_0x30082b['attributes']=_0x5a6af2,_0x476a5c=!0x0),!_0x476a5c)return Promise['resolve']();if(!_0x30082b['isSubmitted']||_0x55deac||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x54f1f1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2bdfa7}=_0x30082b,_0x376ddf=_0x54f1f1['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x2bdfa7,'threadId':_0x2283db,'context':_0x1d5661,'unlinkedAt':_0x142f2b,'attributes':_0x5a6af2})['then'](()=>_0x54f1f1['remove'](_0x376ddf))['catch'](_0xa053df=>{throw console['error'](_0xa053df),new _0x350d9b('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x2c4a80){const _0x9b4e62=this['context']['plugins']['get'](b),_0x18aad2=this['getCommentThread'](_0x2c4a80);if(this['_threadToController']['has'](_0x18aad2)){const _0x5a3260=this['_threadToController']['get'](_0x18aad2),_0x4693db=_0x5a3260['view'],_0x34e124=_0x9b4e62['getByInnerView'](_0x4693db);this['_threadToController']['delete'](_0x18aad2),this['_viewToController']['delete'](_0x4693db),_0x34e124&&_0x9b4e62['remove'](_0x34e124),_0x5a3260['destroy'](),_0x4693db['destroy']()['then'](()=>{this['_unbindEditors'](_0x4693db);});}}['_updateActiveAnnotation']({threadId:_0x5267c2,resolvedAt:_0x1b74d3}){const _0x5dd1a3=!!_0x1b74d3,_0x2ad2c2=this['context']['plugins']['get'](b),_0x41150a=this['getCommentThread'](_0x5267c2);if(this['_threadToController']['has'](_0x41150a)){const _0x214de8=this['_threadToController']['get'](_0x41150a)['view'],_0xaf838b=_0x2ad2c2['getByInnerView'](_0x214de8);_0xaf838b&&(_0x5dd1a3&&_0x2ad2c2['_removeActiveAnnotation'](_0xaf838b),_0xaf838b['refreshVisibility']());}}['_getExternalAuthor'](_0xb05e3a){const _0x5e0096=this['context']['plugins']['get'](lt),_0x3646be=ct('external:'+_0xb05e3a),_0x14b5aa=_0x5e0096['getUser'](_0x3646be);return _0x14b5aa||_0x5e0096['addUser']({'id':_0x3646be,'name':_0xb05e3a});}['_createNewComment']({threadId:_0x45ba2e,commentId:_0x4a8e41=_0x49c260(),content:_0x6b1aee,authorId:_0x184592,createdAt:_0xb906a6,attributes:_0x5045a7}){if('string'!=typeof _0x4a8e41)throw new _0x350d9b('commentsrepository-invalid-commentid');if('string'!=typeof _0x184592)throw new _0x350d9b('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x6b1aee||!_0x6b1aee['trim']())throw new _0x350d9b('commentsrepository-invalid-comment-content');const _0x2a97c9=this['context']['plugins']['get'](lt)['getUser'](_0x184592);if(!_0x2a97c9)throw new _0x350d9b('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x184592});let _0xe5c72a=null,_0x3fe590=_0xb906a6;return _0x5045a7&&_0x5045a7['@external']&&(_0xe5c72a=this['_getExternalAuthor'](_0x5045a7['@external']['authorName']),_0x3fe590=new Date(_0x5045a7['@external']['createdAt'])),new se(this,{'threadId':_0x45ba2e,'id':_0x4a8e41,'author':_0xe5c72a||_0x2a97c9,'creator':_0x2a97c9,'content':_0x6b1aee,'createdAt':_0xb906a6,'authoredAt':_0x3fe590,'attributes':_0x5045a7});}['_addComment'](_0x1e1e36){let {threadId:_0x508505,content:_0x244620,attributes:_0x52ff8f,isFromAdapter:_0x589cc2}=_0x1e1e36;const _0x2f8a4f=this['getCommentThread'](_0x1e1e36['threadId']);if(!_0x2f8a4f)throw new _0x350d9b('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x23607c=this['_createNewComment'](_0x1e1e36),{id:_0xf54dc0}=_0x23607c;if(_0x2f8a4f['_add'](_0x23607c),_0x589cc2||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x2f8a4f['isSubmitted'])return Promise['resolve']();const _0x3dc92a=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2387f8}=_0x2f8a4f,_0x206187=_0x3dc92a['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x52ff8f||(_0x52ff8f={}),this['adapter']['addComment']({'channelId':_0x2387f8,'threadId':_0x508505,'commentId':_0xf54dc0,'content':_0x244620,'attributes':_0x52ff8f})['then'](_0x405b51=>{_0x3dc92a['remove'](_0x206187),_0x405b51&&this['_updateComment']({'channelId':_0x2387f8,'threadId':_0x508505,'commentId':_0xf54dc0,'createdAt':_0x405b51['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3ef46d=>{throw console['error'](_0x3ef46d),new _0x350d9b('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0xbdfd2c,commentId:_0x26b85d,content:_0x3c48a1,createdAt:_0x1567c4,attributes:_0x1b2b90,isFromAdapter:_0x5e4a7f}){if(void 0x0!==_0x3c48a1&&('string'!=typeof _0x3c48a1||!_0x3c48a1['trim']()['length']))throw new _0x350d9b('commentsrepository-update-comment-invalid-content');const _0x177b2b=this['getCommentThread'](_0xbdfd2c),_0x18d6ce=_0x177b2b['getComment'](_0x26b85d);if(!_0x18d6ce)throw new _0x350d9b('commentsrepository-update-missing-comment',this);let _0x506608=!0x1;if(_0x3c48a1&&_0x3c48a1!==_0x18d6ce['content']&&(_0x18d6ce['isEditable']||_0x5e4a7f)&&(_0x18d6ce['content']=_0x3c48a1,_0x506608=!0x0),_0x1567c4&&_0x1567c4!==_0x18d6ce['createdAt']&&(_0x18d6ce['createdAt']=_0x1567c4,_0x18d6ce['attributes']&&_0x18d6ce['attributes']['@external']||(_0x18d6ce['authoredAt']=_0x1567c4),_0x506608=!0x0),_0x1b2b90&&!ft(_0x1b2b90,_0x18d6ce['attributes'])&&(_0x18d6ce['attributes']=_0x1b2b90,_0x506608=!0x0),!_0x506608)return Promise['resolve']();if(_0x177b2b['fire']('commentUpdated'),_0x5e4a7f||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x4b00e7=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4fda5e}=this['getCommentThread'](_0x18d6ce['threadId']),_0xfb709f=_0x4b00e7['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x4fda5e,'threadId':_0xbdfd2c,'commentId':_0x26b85d,'content':_0x3c48a1,'attributes':_0x1b2b90})['then'](()=>_0x4b00e7['remove'](_0xfb709f))['catch'](_0x32e083=>{throw console['error'](_0x32e083),new _0x350d9b('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x26339f,commentId:_0x29e2f6,isFromAdapter:_0x458197}){const _0x1d003c=this['getCommentThread'](_0x26339f),_0x3bdf68=_0x1d003c['getComment'](_0x29e2f6);if(!_0x3bdf68)throw new _0x350d9b('commentsrepository-remove-missing-comment',this);if(_0x1d003c['_remove'](_0x3bdf68),_0x458197||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x4d166e=this['context']['plugins']['get']('PendingActions'),{channelId:_0xd6b963}=_0x1d003c,_0x29b023=_0x4d166e['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0xd6b963,'threadId':_0x26339f,'commentId':_0x29e2f6})['then'](()=>_0x4d166e['remove'](_0x29b023))['catch'](_0x1cefa7=>{throw console['error'](_0x1cefa7),new _0x350d9b('commentsrepository-remove-comment-internal-error',this);});}}class ie extends/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0x23c54b(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x540e1b,_0x3ce57a){super();const _0x198861=_0x540e1b['context']['plugins']['get'](lt)['me'],_0x1bb8a1=_0x540e1b['getCommentThread'](_0x3ce57a['threadId']),_0x171097=0x0===_0x1bb8a1['comments']['length'],_0x13f08e=_0x198861===_0x3ce57a['author'];this['id']=_0x3ce57a['id'],this['threadId']=_0x3ce57a['threadId'],this['author']=_0x3ce57a['author'],this['creator']=_0x3ce57a['creator'],this['isExternal']=Boolean(_0x3ce57a['attributes']&&_0x3ce57a['attributes']['@external']),this['set']('content',_0x3ce57a['content']),this['createdAt']=_0x3ce57a['createdAt']||new Date(),this['set']('authoredAt',_0x3ce57a['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x1bb8a1,'resolvedAt'),this['set']('attributes',_0x3ce57a['attributes']||{}),this['bind']('isEditable')['to'](_0x540e1b,'_permissions',()=>{const _0x2faaf8=_0x540e1b['getPermissions'](_0x1bb8a1['channelId'])['write'],_0x3836f9=_0x540e1b['getPermissions'](_0x1bb8a1['channelId'])['modifyAll'];return _0x13f08e&&_0x2faaf8||!_0x13f08e&&_0x3836f9;}),this['bind']('isRemovable')['to'](_0x1bb8a1,'isRemovable',_0x540e1b,'_permissions',_0x5b3605=>{const _0x5bf173=_0x540e1b['getPermissions'](_0x1bb8a1['channelId'])['write'],_0x448a1c=_0x540e1b['getPermissions'](_0x1bb8a1['channelId'])['modifyAll'];return _0x13f08e&&_0x5bf173||_0x5b3605&&_0x171097||!_0x13f08e&&_0x448a1c&&!_0x171097;}),this['bind']('isReadOnly')['to'](_0x1bb8a1,'isReadOnly'),this['_repository']=_0x540e1b;}get['weight'](){return Math['max'](function(_0x2f37b3){const _0x523dbe=document['createElement']('div');return _0x523dbe['innerHTML']=_0x2f37b3,_0x523dbe['textContent']['length'];}(this['content']),0xc8);}['update'](_0x353b0b){const {threadId:_0x438b0e,id:_0x3c3746}=this;if(!this['_repository']['hasCommentThread'](_0x438b0e))throw new _0x350d9b('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x1a4ae6}=this['_repository']['getCommentThread'](_0x438b0e);this['_repository']['fire'](gt('updateComment',_0x1a4ae6,_0x438b0e),{'channelId':_0x1a4ae6,'threadId':_0x438b0e,'commentId':_0x3c3746,..._0x353b0b});}['setAttribute'](_0x555d4c,_0x56b3fb){const _0xb1d29e=ut(this['attributes']);pt(_0xb1d29e,_0x555d4c,_0x56b3fb),this['update']({'attributes':_0xb1d29e});}['removeAttribute'](_0x1dd35d){const _0x468f86=ut(this['attributes']);It(_0x468f86,_0x1dd35d),this['update']({'attributes':_0x468f86});}['remove'](_0x3fc9c3={}){if(!_0x3fc9c3['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x1e054a,id:_0x52c8f8}=this;if(!this['_repository']['hasCommentThread'](_0x1e054a))throw new _0x350d9b('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x5331bd}=this['_repository']['getCommentThread'](_0x1e054a);this['_repository']['fire'](gt('removeComment',_0x5331bd,_0x1e054a),{'channelId':_0x5331bd,'threadId':_0x1e054a,'commentId':_0x52c8f8,..._0x3fc9c3});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function gt(_0x342957,..._0x39ce2b){for(const _0x3caec4 of _0x39ce2b)void 0x0!==_0x3caec4&&(_0x342957+=':'+String(_0x3caec4));return _0x342957;}class G extends _0x548d1e{['refresh'](){const _0x31a0c1=this['editor']['model']['document']['selection'];for(const _0x2d5920 of _0x31a0c1['getRanges']())if(this['_hasContent'](_0x2d5920))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x5eb040=_0x49c260()}={}){const _0x53f9b1=this['editor']['model'],_0x2c39a7=[];for(const _0x19261d of _0x53f9b1['document']['selection']['getRanges']())this['_hasContent'](_0x19261d)&&_0x2c39a7['push'](this['_trimToContent'](_0x19261d));_0x53f9b1['change'](_0x5d93ad=>{for(const _0x5878bf of _0x2c39a7){const _0x15a27f=_0x49c260()['substr'](0x1,0x5),_0x12ba0b='comment:'+_0x5eb040+':'+_0x15a27f;_0x5d93ad['addMarker'](_0x12ba0b,{'range':_0x5878bf,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x7c44df){for(const _0x498e76 of _0x7c44df['getItems']())if(this['_itemIsContent'](_0x498e76))return!0x0;return!0x1;}['_itemIsContent'](_0x3ce766){return _0x3ce766['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x3ce766)&&!_0x3ce766['is']('element','tableCell');}['_trimToContent'](_0x8d25b){const _0x55a0f2=_0x2891a3=>!this['_itemIsContent'](_0x2891a3['item']),_0x53f2ff=_0x8d25b['start']['getLastMatchingPosition'](_0x55a0f2),_0x451a78=_0x8d25b['end']['getLastMatchingPosition'](_0x55a0f2,{'direction':'backward'});return this['editor']['model']['createRange'](_0x53f2ff,_0x451a78);}}class k extends _0x38eb76{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[b];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x54e84b){super(_0x54e84b),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x3ad0b0=this['editor'],_0x106271=_0x3ad0b0['model']['document']['selection'],_0x17814b=_0x5d0e15(()=>this['refreshSelectedViews'](),0xa);_0x106271['on']('change:range',(_0x405905,_0x3d0451)=>{_0x3d0451['directChange']&&(_0x17814b['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x3ad0b0['editing']['view']['document'],'change:isFocused',(_0x137a41,_0x4713a3,_0xda0cf0)=>{_0xda0cf0&&_0x17814b();}),this['listenTo'](_0x3ad0b0['ui']['focusTracker'],'change:isFocused',(_0x1cd7aa,_0x4af701,_0x18e45b)=>{_0x18e45b||_0x3ad0b0['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x37b7be=>this['_editorAnnotationsData']['has'](_0x37b7be['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x1d3a8d){if(this['_editorAnnotations']['has'](_0x1d3a8d['view']))return;this['_editorAnnotations']['add'](_0x1d3a8d['view']),this['editor']['ui']['focusTracker']['add'](_0x1d3a8d['view']['element']);const _0x160ce5=this['editor']['plugins']['get'](b);this['listenTo'](_0x160ce5['collection'],'remove',(_0x23958a,_0xf4bec5)=>{this['editor']['ui']['focusTracker']['remove'](_0xf4bec5['view']['element']),this['_editorAnnotations']['delete'](_0xf4bec5['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x227369){if('function'!=typeof _0x227369)throw new _0x350d9b('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x227369);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x27e834,annotations:_0x15a1db}){const _0x5cd1a7=[],_0x4edfe=this['editor']['model']['document']['selection'],_0x6e702f=Array['from'](_0x4edfe['getRanges']());for(const [_0x59e6bf,_0x29379d]of this['_editorAnnotationsData']){const _0x49426e=_0x3b2953(_0x29379d),_0x42cd3c=_0x15a1db['getByInnerView'](_0x59e6bf);_0x49426e&&_0x42cd3c&&_0x5cd1a7['push']({'annotation':_0x42cd3c,'range':_0x49426e});}function _0x3b2953(_0x41653d){for(const _0x4f56d4 of _0x41653d)for(const _0x4405b7 of _0x6e702f)if(_0x4f56d4['containsRange'](_0x4405b7,!_0x4edfe['isCollapsed']))return _0x4f56d4;return null;}return _0x5cd1a7['sort']((_0x205489,_0x1256aa)=>{const _0x36e90c=_0x205489['range'],_0x5338ba=_0x1256aa['range'];if(!_0x36e90c['isEqual'](_0x5338ba)){if(_0x36e90c['containsRange'](_0x5338ba,!0x0))return 0x1;if(_0x5338ba['containsRange'](_0x36e90c,!0x0))return-0x1;}return _0x205489['annotation']==_0x27e834?-0x1:_0x1256aa['annotation']==_0x27e834?0x1:0x0;})['map'](_0x449add=>_0x449add['annotation']);}get['_editorAnnotationsData'](){const _0xce8a17=new Map();for(const _0x7e580 of Array['from'](this['_dataCollectors']))for(const [_0x2ce9e1,_0x21a932]of _0x7e580())_0xce8a17['set'](_0x2ce9e1,_0x21a932);return _0xce8a17;}}class ot extends _0x38eb76{['afterInit'](){const _0xb8b975=this['editor'];if(!_0xb8b975['plugins']['has']('RestrictedEditingModeEditing'))return;_0xb8b975['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class et extends _0x38eb76{constructor(_0x56dbc3){super(_0x56dbc3),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x483ad2=this['editor'],_0x5640d2=_0x483ad2['commands']['get']('importWord'),_0x3d11b1=_0x483ad2['plugins']['get'](lt);_0x5640d2&&(_0x5640d2['on']('execute',(_0x4067ef,[,_0x1ec32c])=>{_0x1ec32c['collaboration_features']={'comments':!0x0,'user_id':_0x3d11b1['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x5640d2,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0xd39800,_0x2b547c){const {comment_threads:_0x45bd8b}=_0x2b547c;_0x45bd8b&&_0x45bd8b['forEach'](({thread_id:_0x4a32a3,comments:_0x6eb07e,is_resolved:_0x375503})=>{const _0x24750e=new Date(),_0x80333e=_0x6eb07e['map'](({author:_0x5ca303,content:_0x3e521a,created_at:_0x3505cd})=>({'content':_0x3e521a,'authorId':this['editor']['plugins']['get'](lt)['me']['id'],'createdAt':_0x24750e,'attributes':{'@external':{'authorName':_0x5ca303,'createdAt':_0x3505cd?new Date(_0x3505cd):new Date(),'source':'importWord'}}})),_0x24d0ad=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x24d0ad,'threadId':_0x4a32a3,'comments':_0x80333e,'resolvedAt':_0x375503?_0x24750e:null});});}}class rt extends _0x38eb76{constructor(_0x140c60){super(_0x140c60),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x254d8b=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x254d8b,'contentInsertion',(_0x574b96,_0x5ccdb9)=>this['_removeMarkersWithoutThreads'](_0x5ccdb9['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x5b2316){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x5b2316;const _0x18a814=this['editor']['plugins']['get']('CommentsRepository');for(const _0xf9458d of _0x5b2316['keys']()){const [_0x5c6392,_0xc5d70c]=_0xf9458d['split'](':');'comment'!=_0x5c6392||_0x18a814['hasCommentThread'](_0xc5d70c)||_0x5b2316['delete'](_0xf9458d);}return _0x5b2316;}['_registerMarkerInClipboardPipeline'](){const _0x5de78a=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x106c9e=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x106c9e&&_0x5de78a['_registerMarkerToCopy']('comment',_0x106c9e);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x5e2a18){switch(_0x5e2a18){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}class r extends _0x38eb76{static get['requires'](){return[m,k,ot,et,rt];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x2582a2){super(_0x2582a2),this['set']('isThreadsLoadingPaused',!0x0),_0x2582a2['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x21dc48,_0x9713,_0x4fbe56,_0xaccfd6)=>{const _0x3f3584=_0x4fbe56?it(_0x4fbe56)['id']:null;if(_0x2582a2['model']['change'](()=>{if(_0x3f3584){const _0x5755d7=this['getAllMarkersForId'](_0x3f3584);for(const _0x4358d6 of _0x5755d7)_0x2582a2['editing']['reconvertMarker'](_0x4358d6);}if(_0xaccfd6){const {id:_0x2611e9}=it(_0xaccfd6),_0x26e8e3=this['getAllMarkersForId'](_0x2611e9);for(const _0x2dd93c of _0x26e8e3)_0x2582a2['editing']['reconvertMarker'](_0x2dd93c);}}),_0x3f3584){const _0x546534=_0x2582a2['plugins']['get'](m)['getCommentThread'](_0x3f3584);_0x546534&&_0x546534['isResolved']&&this['scrollToThreadMarker'](_0x3f3584);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x2797bb=this['editor'],_0x51d687=_0x2797bb['plugins']['get'](m),_0x4bb9c1=_0x2797bb['config']['get']('collaboration.channelId');_0x2797bb['commands']['add']('addCommentThread',new G(_0x2797bb)),this['listenTo'](_0x2797bb,'change:isReadOnly',(_0x3dc20e,_0x490f07,_0x1a05b7)=>{_0x51d687['switchReadOnly'](_0x1a05b7,_0x2797bb['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x51d687,nt('addCommentThread',_0x4bb9c1),(_0x4800db,{threadId:_0x497836})=>{const _0x2bbe0c=this['editor']['plugins']['get'](m)['getCommentThread'](_0x497836);_0x2bbe0c&&_0x2bbe0c['unlinkedAt']&&this['_attachArchivedThread'](_0x497836);}),this['listenTo'](_0x51d687,nt('removeCommentThread',_0x4bb9c1),(_0x16ec6a,{threadId:_0x37257e})=>{_0x2797bb['model']['enqueueChange']({'isUndoable':!0x1},_0x3eb2a1=>{const _0x26bd78=this['getAllMarkersForId'](_0x37257e);for(const _0x41b60b of _0x26bd78)_0x3eb2a1['removeMarker'](_0x41b60b);});}),this['listenTo'](_0x51d687,nt('resolveCommentThread',_0x4bb9c1),(_0x55300e,{threadId:_0x4a5dc8})=>{(this['_reconvertMarkers'](_0x4a5dc8),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x4a5dc8)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x51d687,nt('reopenCommentThread',_0x4bb9c1),(_0x14499c,{threadId:_0x4d9393})=>{this['_reconvertMarkers'](_0x4d9393);},{'priority':'low'}),this['listenTo'](_0x51d687,nt('addComment',_0x4bb9c1),(_0x22f02f,{threadId:_0x18ae0a,isFromAdapter:_0x551be2})=>{const _0x59afac=this['getAllMarkersForId'](_0x18ae0a);if(_0x551be2||0x0==_0x59afac['length']||!_0x51d687['hasCommentThread'](_0x18ae0a))return;0x1===_0x51d687['getCommentThread'](_0x18ae0a)['length']&&_0x2797bb['model']['enqueueChange']({'isUndoable':!0x1},_0x8a749c=>{for(const _0x36c3a5 of _0x59afac)_0x8a749c['updateMarker'](_0x36c3a5,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x3bb7d0=this['editor']['plugins']['get'](m),_0xc05630=this['editor']['config']['get']('collaboration.channelId');for(const _0x46095d of _0x3bb7d0['getCommentThreads']({'channelId':_0xc05630}))_0x3bb7d0['_detachCommentThread'](_0x46095d['id']),_0x3bb7d0['_threads']['delete'](_0x46095d['id']);super['destroy']();}['hasMarkerForId'](_0x4eb058){return this['getAllMarkersForId'](_0x4eb058)['length']>0x0;}['getAllMarkersForId'](_0x30a259){const _0x4520c9=[];for(const _0x3ad302 of this['editor']['model']['markers'])_0x3ad302['name']['startsWith']('comment:'+_0x30a259)&&_0x4520c9['push'](_0x3ad302);return _0x4520c9;}['scrollToThreadMarker'](_0x47d639){const _0x2141d1=this['_getTargetForId'](_0x47d639);_0x2141d1&&setTimeout(()=>{this['activeMarker']&&it(this['activeMarker'])['id']===_0x47d639&&_0x48c94e({'target':_0x2141d1[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x28f5dd){this['editor']['model']['change'](()=>{for(const _0x1c1381 of this['getAllMarkersForId'](_0x28f5dd))this['editor']['editing']['reconvertMarker'](_0x1c1381);});}['_attachArchivedThread'](_0x3848bb){const _0xaeeed5=this['editor']['plugins']['get'](m),_0x204ce8=this['editor']['plugins']['get'](k),_0x1ac00b=_0xaeeed5['getCommentThread'](_0x3848bb);if(!_0x1ac00b['isAttached']){const _0x54b016=_0x1ac00b['attachTo'](()=>this['_getTargetForId'](_0x1ac00b['id']));_0x204ce8['registerAnnotation'](_0x54b016),_0x1ac00b['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x4ef54c=this['editor'];_0x4ef54c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x7bdfe,_0x87791)=>{const {id:_0x110ec0}=it(_0x7bdfe['markerName']),_0x2dc57a=_0x4ef54c['plugins']['get'](m)['getCommentThread'](_0x110ec0),_0x1c6bdd=this['activeMarker']&&it(this['activeMarker'])['id']===_0x110ec0;if(_0x2dc57a&&_0x2dc57a['isResolved']&&!_0x1c6bdd&&_0x7bdfe['item'])return _0x87791['consumable']['consume'](_0x7bdfe['item'],'addMarker:'+_0x7bdfe['markerName']),_0x87791['consumable']['consume'](_0x7bdfe['item'],'removeMarker:'+_0x7bdfe['markerName']),null;const _0x3750e8=['ck-comment-marker'];return _0x1c6bdd&&_0x3750e8['push']('ck-comment-marker--active'),{'classes':_0x3750e8,'attributes':{'data-comment':_0x110ec0}};}}),_0x4ef54c['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x324c76,{options:_0x5914d3})=>{const _0x557319=_0x4ef54c['plugins']['get'](m),_0x590cd6=_0x4ef54c['model']['markers']['get'](_0x324c76),{id:_0x309a46,part:_0x36bb50}=it(_0x324c76);if(_0x590cd6&&!_0x590cd6['affectsData'])return null;if(_0x5914d3['ignoreResolvedComments']){const _0x3fb3c4=_0x557319['getCommentThread'](_0x309a46);if(_0x3fb3c4&&_0x3fb3c4['isResolved'])return null;}return{'group':'comment','name':_0x36bb50?_0x309a46+':'+_0x36bb50:_0x309a46};}}),_0x4ef54c['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x3d6e69,{writer:_0x621136})=>_0x621136['createElement']('$marker',{'data-name':'comment:'+_0x3d6e69['getAttribute']('id')})}),_0x4ef54c['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x52d879=this['editor'],_0x29f13b=_0x52d879['plugins']['get'](m),_0x269669=new Set(),_0x229f95=new Set();_0x52d879['model']['document']['registerPostFixer'](_0x1fcd80=>{let _0x2a20ca=!0x1;for(const {name:_0x301ee4,data:_0x11843f}of _0x52d879['model']['document']['differ']['getChangedMarkers']()){const {group:_0x7a97fd,id:_0x1724ee}=it(_0x301ee4);let _0x4e3a06=_0x11843f['newRange'];if('comment'!==_0x7a97fd||!_0x4e3a06)continue;const _0xe23010='$graveyard'===_0x4e3a06['root']['rootName'];_0xe23010||(_0x4e3a06=st(_0x4e3a06,_0x52d879['model']),!_0x4e3a06||_0x4e3a06['isCollapsed']||!_0x11843f['newRange']||_0x4e3a06['isEqual'](_0x11843f['newRange']))?_0x52d879['model']['hasContent'](_0x4e3a06)&&!_0xe23010?this['isThreadsLoadingPaused']?_0x269669['add'](_0x301ee4):this['_handleThreadMarker'](_0x301ee4,_0x1724ee):(_0x229f95['add'](_0x301ee4),_0x269669['delete'](_0x301ee4),_0x1fcd80['removeMarker'](_0x301ee4),_0x2a20ca=!0x0):(_0x1fcd80['updateMarker'](_0x301ee4,{'range':_0x4e3a06}),_0x2a20ca=!0x0);}return _0x2a20ca;}),this['on']('change:isThreadsLoadingPaused',(_0x27718c,_0x3a1cec,_0x1f5cba)=>{if(!_0x1f5cba&&_0x269669['size'])for(const _0xc6fc2d of _0x269669){const {id:_0x152007}=it(_0xc6fc2d);_0x269669['delete'](_0xc6fc2d),_0x52d879['model']['markers']['get'](_0xc6fc2d)&&this['_handleThreadMarker'](_0xc6fc2d,_0x152007);}}),this['listenTo'](_0x52d879['model']['document'],'change',(_0x22b0d6,_0x159971)=>{for(const {name:_0x334dbd,data:{newRange:_0x4c8bdf}}of _0x52d879['model']['document']['differ']['getChangedMarkers']()){const {group:_0x46befd,id:_0x5eb1e2}=it(_0x334dbd);if('comment'!==_0x46befd)continue;const _0x149cb9=_0x29f13b['getCommentThread'](_0x5eb1e2),_0x5e8e3c=this['hasMarkerForId'](_0x5eb1e2);_0x149cb9&&(_0x149cb9['_hasTargetInContent']||_0x52d879['editing']['view']['once']('render',()=>{const _0x2f1e04=_0x52d879['plugins']['get'](b),_0x35036f=_0x29f13b['_threadToController']['get'](_0x149cb9)['view'];_0x2f1e04['getByInnerView'](_0x35036f)['refreshVisibility']();},{'priority':'low'}),_0x149cb9['_hasTargetInContent']=_0x5e8e3c||!!_0x4c8bdf),_0x4c8bdf||(_0x229f95['add'](_0x334dbd),_0x269669['delete'](_0x334dbd));}if(_0x159971['isLocal'])for(const _0x59a23b of _0x229f95){const {id:_0x282a54}=it(_0x59a23b),_0x324ac1=_0x29f13b['getCommentThread'](_0x282a54),_0x1f6e5a=this['hasMarkerForId'](_0x282a54);_0x269669['delete'](_0x59a23b),!_0x324ac1||_0x1f6e5a||_0x324ac1['unlinkedAt']||_0x324ac1['setUnlinkedAt'](new Date());}_0x229f95['clear']();});}['_getTargetForId'](_0x5463f6){const _0x3acaba=this['editor'],_0x56dfa9=this['getAllMarkersForId'](_0x5463f6);return tt(_0x3acaba['editing'],_0x56dfa9);}['_getTextContext'](_0x257bc6){const _0x150aa9=this['getAllMarkersForId'](_0x257bc6);let _0x125995='',_0x2a8d79=!0x1;for(const _0x593e97 of _0x150aa9){const _0x129ec8=_0x593e97['getRange']();for(const _0x255227 of Array['from'](_0x129ec8['getItems']()))_0x255227['is']('$textProxy')?(_0x125995&&_0x2a8d79&&(_0x125995+='\x20',_0x2a8d79=!0x1),_0x125995+=_0x255227['data']):_0x2a8d79=!0x0;_0x2a8d79=!0x0;}return _0x125995['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x99ce41,_0x38a27a){const _0x33f743=this['editor'],_0x2ab528=_0x33f743['plugins']['get'](m);let _0x154135=_0x2ab528['getCommentThread'](_0x38a27a);const _0x39439c=_0x33f743['config']['get']('collaboration.channelId'),_0x2d61dc=_0x33f743['plugins']['get'](k);if(_0x154135&&(_0x154135['unlinkedAt']&&_0x154135['setUnlinkedAt'](null),_0x154135['isAttached']))return _0x154135;return!this['getAllMarkersForId'](_0x38a27a)[0x0]['managedUsingOperations']?_0x33f743['editing']['view']['once']('render',()=>{if(_0x2ab528['getCommentThread'](_0x38a27a))return;const _0x5bb902=_0x33f743['plugins']['get'](b);_0x154135=_0x2ab528['openNewCommentThread']({'channelId':_0x39439c,'threadId':_0x38a27a,'target':()=>this['_getTargetForId'](_0x38a27a),'context':{'type':'text','value':this['_getTextContext'](_0x38a27a)}});const _0x465c2e=_0x2ab528['_threadToController']['get'](_0x154135)['view'],_0x3d967b=_0x5bb902['getByInnerView'](_0x465c2e);_0x3d967b&&_0x2d61dc['registerAnnotation'](_0x3d967b);},{'priority':'low'}):_0x2ab528['fetchCommentThread']({'channelId':_0x39439c,'threadId':_0x38a27a})['then'](_0x87dfc=>{if('destroyed'!==_0x33f743['state']){if(_0x154135=_0x87dfc,_0x154135&&!_0x154135['isAttached']){const _0x51c28e=_0x154135['attachTo'](()=>this['_getTargetForId'](_0x38a27a));_0x2d61dc['registerAnnotation'](_0x51c28e),_0x154135['isResolved']&&this['_reconvertMarkers'](_0x38a27a);}else{if(!_0x154135){const _0x598e02=this['getAllMarkersForId'](_0x38a27a);_0x33f743['model']['change'](_0x4c98f6=>{for(const _0x22312c of _0x598e02)_0x4c98f6['removeMarker'](_0x22312c);});}}}}),_0x154135;}['_handleThreadMarker'](_0x37b644,_0x34aebe){const _0x424b2c=this['_attachMarkerToThread'](_0x37b644,_0x34aebe);_0x424b2c&&!_0x424b2c['context']&&_0x424b2c['setContext']({'type':'text','value':this['_getTextContext'](_0x34aebe)});}['_initAriaMarkerChangeAnnouncements'](){const _0x49e4a8=this['editor'];_0xdbfdea(_0x49e4a8['model'],({left:_0x219532,entered:_0x4154dc})=>{for(const _0x3c03ff of _0x219532)if(at(_0x3c03ff)){_0x49e4a8['ui']['ariaLiveAnnouncer']['announce'](W(_0x49e4a8['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x5bbeae of _0x4154dc)if(at(_0x5bbeae)){_0x49e4a8['ui']['ariaLiveAnnouncer']['announce'](W(_0x49e4a8['locale'],'ENTER_COMMENT_ANNOUNCEMENT'));break;}});}}function nt(_0x287f1c,_0x11fd9c){return _0x11fd9c?_0x287f1c+':'+_0x11fd9c:_0x287f1c;}function it(_0x3eeb18){const _0x52febf=_0x3eeb18['split'](':');return{'group':_0x52febf[0x0],'id':_0x52febf[0x1],'part':_0x52febf[0x2]};}function st(_0x488393,_0x12826a){const _0x1a95c9=_0x12826a['schema'],_0x35e1d6=_0x12826a['createRange'](_0x488393['start']);for(const _0x3648f5 of _0x488393['getWalker']()){const {type:_0x756279,item:_0x95313f,nextPosition:_0x25af4a}=_0x3648f5;if('text'===_0x756279||_0x1a95c9['isObject'](_0x95313f)){const _0x2220c2=_0x12826a['createPositionBefore'](_0x95313f);_0x35e1d6['isCollapsed']&&(_0x35e1d6['start']=_0x2220c2),_0x35e1d6['end']=_0x25af4a;}}return _0x35e1d6;}function at(_0x3e332d){return'comment'===it(_0x3e332d['name'])['group'];}var kt='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M4\x201.5h12A3.5\x203.5\x200\x200\x201\x2019.5\x205v8l-.005.192a3.5\x203.5\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.371-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.271-2.63l-.062-.07H4A3.5\x203.5\x200\x200\x201\x20.5\x2013V5A3.5\x203.5\x200\x200\x201\x204\x201.5ZM4\x203a2\x202\x200\x200\x200-2\x202v8a2\x202\x200\x200\x200\x202\x202h6.924a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L14.962\x2015H16a2\x202\x200\x200\x200\x202-2V5a2\x202\x200\x200\x200-2-2H4Z\x22/><path\x20d=\x22M9.75\x205a.75.75\x200\x200\x200-.75.75v2.5H6.5a.75.75\x200\x200\x200\x200\x201.5H9v2.5a.75.75\x200\x200\x200\x201.5\x200v-2.5H13a.75.75\x200\x200\x200\x200-1.5h-2.5v-2.5A.75.75\x200\x200\x200\x209.75\x205Z\x22/></svg>\x0a';class s extends _0x38eb76{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,k,b];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return Tt;}['init'](){const _0x5d0956=this['editor'],_0x365e04=_0x5d0956['plugins']['get'](m),_0x512a4c=_0x5d0956['plugins']['get'](r),_0x293877=_0x5d0956['plugins']['get'](b),_0x4caab6=_0x5d0956['plugins']['get'](k);_0x5d0956['ui']['componentFactory']['add']('comment',()=>{const _0x772ed1=this['_createUIButton'](_0x14b11d);return _0x772ed1['tooltip']=!0x0,_0x772ed1;}),_0x5d0956['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x49a8fb)),_0x4caab6['addSourceCollector'](()=>{const _0x325bd4=[];for(const [_0x13ed13,_0x406e7f]of _0x365e04['_threadToController']){const _0x5f0c4f=_0x512a4c['getAllMarkersForId'](_0x13ed13['id']),_0x242a67=_0x5f0c4f['map'](_0xee6353=>_0xee6353['getRange']());_0x5f0c4f['length']>0x0&&_0x325bd4['push']([_0x406e7f['view'],_0x242a67]);}return _0x325bd4;}),this['listenTo'](_0x293877,'change:activeAnnotations',(_0x4db22e,_0x3a604c,_0x24dc66)=>{const _0x30dc3f=Array['from'](_0x24dc66)['map'](_0xe80597=>_0xe80597['innerView'])['find'](_0x5f3e5a=>_0x365e04['_viewToController']['has'](_0x5f3e5a));if(!_0x30dc3f)return void(_0x512a4c['activeMarker']=null);const _0x39531b=_0x365e04['_viewToController']['get'](_0x30dc3f)['model']['id'],_0x4d3e94='comment:'+_0x39531b;_0x39531b&&_0x512a4c['hasMarkerForId'](_0x39531b)?_0x512a4c['activeMarker']=_0x4d3e94:_0x512a4c['activeMarker']&&(_0x512a4c['activeMarker']=null);}),this['listenTo'](_0x365e04,'removeCommentThread',(_0x2947b7,{threadId:_0x2d55d7,isFromAdapter:_0x51d2cd})=>{!_0x51d2cd&&_0x5d0956['ui']['focusTracker']['isFocused']&&_0x512a4c['hasMarkerForId'](_0x2d55d7)&&_0x5d0956['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x365e04,'addComment',(_0x4d6f9e,{threadId:_0x27c2cf,isFromAdapter:_0x540374})=>{if(_0x540374||!_0x512a4c['hasMarkerForId'](_0x27c2cf)||!_0x365e04['hasCommentThread'](_0x27c2cf))return;0x1===_0x365e04['getCommentThread'](_0x27c2cf)['length']&&(_0x5d0956['editing']['view']['focus'](),_0x4d6f9e['stop']());},{'priority':'low'});}['_createUIButton'](_0x53e6d1){const _0x43ab1f=this['editor'],_0x7508fe=new _0x53e6d1(_0x43ab1f['locale']),_0x422ff0=_0x43ab1f['commands']['get']('addCommentThread');return _0x7508fe['set']({'label':W(_0x43ab1f['locale'],'Comment'),'icon':kt}),_0x7508fe['bind']('isEnabled')['to'](_0x422ff0),this['listenTo'](_0x7508fe,'execute',()=>_0x422ff0['execute']()),_0x7508fe;}}class e extends _0x38eb76{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x24e382){super(_0x24e382),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x455a0c,_0x44eefe,_0x5ed2d6)=>{_0x5ed2d6?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x1ce5f7,_0xdb79a5]of this['editor']['commands'])_0xdb79a5['affectsData']&&'addCommentThread'!==_0x1ce5f7&&_0xdb79a5['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x592c97=this['editor']['editing']['view']['document'];this['listenTo'](_0x592c97,'cut',_0x397191=>_0x397191['stop'](),{'priority':'highest'}),this['listenTo'](_0x592c97,'clipboardInput',_0x1edebb=>_0x1edebb['stop'](),{'priority':'highest'}),this['listenTo'](_0x592c97,'delete',_0x2c0c3c=>_0x2c0c3c['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x239e6b,_0x23045d]of this['editor']['commands'])_0x23045d['affectsData']&&'addCommentThread'!==_0x239e6b&&_0x23045d['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x1ac10{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[b];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x5b89fa){super(_0x5b89fa),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x4bcca6=this['context']['plugins']['get'](b);this['listenTo'](_0x4bcca6,'_activateAnnotation',(_0x331525,_0x501a2d)=>{for(const _0x2f4efe of this['activeUIs']){const _0x642a38=this['_uis']['get'](_0x2f4efe);(0x0,this['_uisData']['get'](_0x2f4efe)['filter'])(_0x501a2d)&&_0x642a38['setActiveAnnotation'](_0x501a2d);}}),this['listenTo'](_0x4bcca6,'_deactivateAllAnnotations',()=>{for(const _0x33d93f of this['activeUIs']){this['_uis']['get'](_0x33d93f)['setActiveAnnotation'](null);}}),this['listenTo'](_0x4bcca6['_visibleAnnotations'],'add',(_0x541099,_0x4ff81e)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4ff81e);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x3029fd){return this['activeUIs']['has'](_0x3029fd);}['activate'](_0x3e8fea,_0x5a3044=()=>!0x0){const _0x4e57be=this['context']['plugins']['get'](b);if(!this['_uis']['has'](_0x3e8fea))throw new _0x350d9b('annotationsuis-missing-ui',this,{'uiName':_0x3e8fea});this['isActive'](_0x3e8fea)&&this['deactivate'](_0x3e8fea),this['activeUIs']['add'](_0x3e8fea);const _0x544428=new x();!function({source:_0x513c63,target:_0x2d25ad,filter:_0x19aafd}){for(const _0x2ff6f5 of _0x513c63)_0x19aafd(_0x2ff6f5)&&_0x2d25ad['add'](_0x2ff6f5);_0x2d25ad['listenTo'](_0x513c63,'add',(_0xedbd18,_0x1d18e2)=>{_0x19aafd(_0x1d18e2)&&_0x2d25ad['add'](_0x1d18e2);}),_0x2d25ad['listenTo'](_0x513c63,'remove',(_0x5ee01d,_0x3999a2)=>{_0x2d25ad['has'](_0x3999a2)&&_0x2d25ad['remove'](_0x3999a2);});}({'source':_0x4e57be['_visibleAnnotations'],'target':_0x544428,'filter':_0x5a3044}),this['_uisData']['set'](_0x3e8fea,{'collection':_0x544428,'filter':_0x5a3044});const _0xdf8577=this['_uis']['get'](_0x3e8fea);_0xdf8577['attach'](_0x544428),this['listenTo'](_0xdf8577,'change:activeAnnotation',(_0x1da20e,_0x3bbfda,_0x2f1e08,_0x5bc708)=>{_0x5bc708&&_0x4e57be['_removeActiveAnnotation'](_0x5bc708),_0x2f1e08&&_0x4e57be['_addActiveAnnotation'](_0x2f1e08);});}['deactivate'](_0x59f87a){if(this['activeUIs']['delete'](_0x59f87a),!this['_uis']['has'](_0x59f87a))throw new _0x350d9b('annotationsuis-missing-ui',this,{'uiName':_0x59f87a});const _0x5a871b=this['_uis']['get'](_0x59f87a);_0x5a871b['detach'](),this['stopListening'](_0x5a871b),this['_uisData']['get'](_0x59f87a)['collection']['destroy'](),this['_uisData']['delete'](_0x59f87a);}['switchTo'](_0x416c38){if(!this['_uis']['has'](_0x416c38))throw new _0x350d9b('annotationsuis-missing-ui',this,{'uiName':_0x416c38});const _0x15c622=this['context']['plugins']['get'](b),_0x4cd4c1=Array['from'](_0x15c622['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x416c38);const _0x3310e6=this['_uis']['get'](_0x416c38);_0x3310e6['setActiveAnnotation'](_0x4cd4c1),_0x3310e6['_setSelectedAnnotations']&&_0x4cd4c1&&_0x3310e6['_setSelectedAnnotations']([_0x4cd4c1]);}['deactivateAll'](){for(const _0x31f518 of this['activeUIs'])this['deactivate'](_0x31f518);}['register'](_0xf3df60,_0x17122b){if(this['_uis']['has'](_0xf3df60))throw new _0x350d9b('annotationsuis-register-already-registered');if('function'!=typeof _0x17122b['attach']||'function'!=typeof _0x17122b['detach']||'function'!=typeof _0x17122b['setActiveAnnotation'])throw new _0x350d9b('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0xf3df60,_0x17122b);}['refilterAnnotations'](){const _0x2541d3=this['context']['plugins']['get'](b)['collection'],_0x233c17=new Map(),_0x2075eb=Array['from'](this['activeUIs']);for(const _0x42a371 of this['activeUIs']){const _0x49828b=this['_uisData']['get'](_0x42a371)['collection'];for(const _0x43257f of _0x49828b)_0x233c17['set'](_0x43257f,_0x42a371);}for(const _0x23f6e8 of _0x2541d3){const _0x50b288=_0x233c17['get'](_0x23f6e8);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x23f6e8);const _0x85a685=_0x2075eb['find'](_0x48735a=>this['_uisData']['get'](_0x48735a)['filter'](_0x23f6e8));_0x50b288!==_0x85a685&&(_0x50b288&&this['_uisData']['get'](_0x50b288)['collection']['remove'](_0x23f6e8),_0x85a685&&this['_uisData']['get'](_0x85a685)['collection']['add'](_0x23f6e8));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x39b6d3){const _0x5c5c0c=[];for(const _0x42d088 of this['activeUIs']){(0x0,this['_uisData']['get'](_0x42d088)['filter'])(_0x39b6d3)&&_0x5c5c0c['push'](_0x42d088);}if(_0x5c5c0c['length']>0x1)throw new _0x350d9b('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x5c5c0c,'annotationType':_0x39b6d3['type']});}}const ne=Ht('px');class T extends _t{['list'];constructor(_0x10819b){super(_0x10819b);const _0x1c6f24=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x1c6f24['to']('class')],'style':{'minHeight':_0x1c6f24['to']('minHeight',_0x10ee47=>'number'==typeof _0x10ee47?ne(_0x10ee47+0xa):null)}},'children':this['list']});}}const qt=Ht('px');class C extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x3b2928){super(_0x3b2928),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x91fe32,_0x39be96)=>_0x91fe32+_0x39be96),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Dt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection']();const _0x30864c=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x30864c['to']('isAnimationDisabled',_0x1b5f43=>_0x1b5f43?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x30864c['to']('top',_0x3ce673=>qt(_0x3ce673))}},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['updateHeight'](){const _0x1c490=this['element']['clientHeight'];_0x1c490&&(this['height']=_0x1c490);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x1ac10{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x54410e){super(_0x54410e),this['set']('_lastItem',void 0x0),this['view']=this['_createSidebarView'](),this['set']('container',null),this['_spaceBetweenItems']=0x19,this['_sidebarItemViewToAnnotation']=new Map(),this['_annotationToSidebarItemView']=new Map(),this['context']['config']['define']('sidebar.preventScrollOutOfView',!0x1),this['_annotations']=null,this['_activeAnnotation']=null,this['_recalculateBuffer']=[];}['init'](){const _0x1646e5=this['context']['config']['get']('sidebar.container');_0x1646e5&&this['setContainer'](_0x1646e5);}['setContainer'](_0x24f7c7){if(!y(_0x24f7c7))throw new _0x350d9b('sidebar-setcontainer-invalid-element');this['container']=_0x24f7c7;}['_attachToContainer']({viewClass:_0x465239='',spaceBetweenItems:_0x489fa9=0x19}={}){if(!y(this['container']))throw new _0x350d9b('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x465239,this['_spaceBetweenItems']=_0x489fa9;}['rearrange']({removedAnnotation:_0x55769d,previousAnnotation:_0xf765f0,nextAnnotation:_0x253b7e}){const _0x3b967e=this['getSidebarItemView'](_0x55769d);this['view']['list']['remove'](_0x3b967e),this['_destroySidebarItemView'](_0x55769d),_0xf765f0&&this['_alignToTargetRect'](this['getSidebarItemView'](_0xf765f0)),_0x253b7e&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x253b7e)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x37901a,activatedAnnotation:_0x1ea17a,disableAnimationOnActivatedAnnotation:_0x3a3939}){if(this['_activeAnnotation']=_0x1ea17a,_0x37901a){_0x37901a['isActive']=!0x1;const _0x3e960f=this['getSidebarItemView'](_0x37901a);_0x3e960f&&_0x3a3939&&(_0x3e960f['isAnimationDisabled']=!0x1);}if(_0x1ea17a){const _0x3389cb=this['getSidebarItemView'](_0x1ea17a);_0x3389cb&&(_0x1ea17a['isActive']=!0x0,_0x3a3939&&(_0x3389cb['isAnimationDisabled']=!0x0,_0x3389cb['top']+=0x1),this['_alignToTargetRect'](_0x3389cb));}}['_detachFromContainer'](_0x5c824e){if(this['view']['element']['remove'](),_0x5c824e){for(const _0x14ccf3 of _0x5c824e)this['_destroySidebarItemView'](_0x14ccf3);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x452457,_0x34510f){_0x34510f||(_0x34510f=_0x452457['view']);const _0x5da147=new C(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x5da147,_0x452457),this['_annotationToSidebarItemView']['set'](_0x452457,_0x5da147),_0x5da147['content']['add'](_0x34510f),this['listenTo'](_0x452457['view'],'change:targetRect',(_0xfdc46b,_0x4d25e3,_0x1a849a)=>{const _0x42446d=this['_getTargetTop'](_0x452457,_0x1a849a);_0x5da147['_targetTop']!=_0x42446d&&(_0x5da147['_targetTop']=_0x42446d,this['_setItemTop'](_0x5da147,_0x42446d));}),this['listenTo'](_0x5da147,'change:top',()=>{this['_recalculate'](_0x5da147,'top');}),this['listenTo'](_0x5da147,'change:bottom',()=>{this['_recalculate'](_0x5da147,'bottom');}),this['_alignToTargetRect'](_0x5da147);const _0x47f07a=this['_getItemBefore'](_0x5da147);if(_0x47f07a)this['_alignAfterItem'](_0x47f07a,_0x5da147)||this['_alignToTargetRect'](_0x5da147);else this['_alignToTargetRect'](_0x5da147);return this['_updateLastItem'](),this['view']['list']['add'](_0x5da147),_0x5da147;}['_alignForTopChange'](_0x2bd4c3){if(!_0x2bd4c3['content']['length'])return;const _0x37e05c=this['_getItemBefore'](_0x2bd4c3);if(!_0x37e05c)return;const _0x555a75=this['_sidebarItemViewToAnnotation']['get'](_0x37e05c),_0x427212=this['_activeAnnotation'];_0x427212&&_0x427212===_0x555a75?this['_alignAfterItem'](_0x37e05c,_0x2bd4c3):this['_alignBeforeItem'](_0x2bd4c3,_0x37e05c);}['_alignForBottomChange'](_0x36899f){if(!_0x36899f['content']['length'])return;const _0x4f3e7f=this['_getItemAfter'](_0x36899f);if(!_0x4f3e7f)return;const _0xf7e5bb=this['_sidebarItemViewToAnnotation']['get'](_0x4f3e7f),_0x48e19f=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x2cd08a=this['_activeAnnotation'];_0x2cd08a&&_0x2cd08a===_0xf7e5bb&&_0x48e19f?(this['_alignBeforeItem'](_0x4f3e7f,_0x36899f),this['_alignAfterItem'](_0x36899f,_0x4f3e7f)):_0x2cd08a&&_0x2cd08a===_0xf7e5bb?this['_alignBeforeItem'](_0x4f3e7f,_0x36899f):this['_alignAfterItem'](_0x36899f,_0x4f3e7f);}['_recalculate'](_0x56ed28,_0x2958ce){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0xa91d6e,changedProp:_0x25f1d0}of this['_recalculateBuffer'])'top'===_0x25f1d0?this['_alignForTopChange'](_0xa91d6e):this['_alignForBottomChange'](_0xa91d6e);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x56ed28,'changedProp':_0x2958ce});}['getSidebarItemView'](_0x4a1ad8){return this['_annotationToSidebarItemView']['get'](_0x4a1ad8);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x479aac){const _0x3ed7f9=this['getSidebarItemView'](_0x479aac);this['stopListening'](_0x3ed7f9),this['stopListening'](_0x479aac['view']),_0x3ed7f9['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x479aac),this['_sidebarItemViewToAnnotation']['delete'](_0x3ed7f9);}['_createSidebarView'](){const _0x24e5cc=new T(this['context']['locale']);return _0x24e5cc['render'](),this['on']('change:_lastItem',(_0x499433,_0x4ebd89,_0x28fca0,_0x57cad1)=>{_0x57cad1&&_0x24e5cc['unbind']('minHeight'),_0x28fca0?_0x24e5cc['bind']('minHeight')['to'](_0x28fca0,'bottom'):_0x24e5cc['minHeight']=null;}),_0x24e5cc;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x3fa2f8){const _0x2d4431=this['_sidebarItemViewToAnnotation']['get'](_0x3fa2f8),_0x3a58b4=_0x2d4431&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x2d4431)-0x1);return _0x3a58b4&&this['getSidebarItemView'](_0x3a58b4)||null;}['_getItemAfter'](_0x5258b0){const _0xc12c29=this['_sidebarItemViewToAnnotation']['get'](_0x5258b0),_0x124db=_0xc12c29&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0xc12c29)+0x1);return _0x124db&&this['getSidebarItemView'](_0x124db)||null;}['_alignBeforeItem'](_0x407d25,_0x2c7fd6){_0x407d25['updateHeight']();const _0x453f24=M(_0x2c7fd6['bottom']+this['_spaceBetweenItems'],_0x407d25['top']);return!!_0x453f24&&(this['_setItemTop'](_0x2c7fd6,_0x2c7fd6['top']-_0x453f24),!0x0);}['_alignAfterItem'](_0x1691a5,_0x3f002f){_0x1691a5['updateHeight']();const _0x20f56b=M(_0x1691a5['bottom']+this['_spaceBetweenItems'],_0x3f002f['top']);return!!_0x20f56b&&(this['_setItemTop'](_0x3f002f,_0x3f002f['top']+_0x20f56b,!0x1),!0x0);}['_alignToTargetRect'](_0x404d34){const _0xc8982d=this['_sidebarItemViewToAnnotation']['get'](_0x404d34);if(!_0xc8982d||!_0xc8982d['target']||!_0xc8982d['targetRect'])return;const _0x4b1922=this['_getTargetTop'](_0xc8982d,_0xc8982d['targetRect']);this['_setItemTop'](_0x404d34,_0x4b1922);}['_getTargetTop'](_0x283bcb,_0x57a82e){if(null===_0x57a82e)return 0x0;if(_0x283bcb['target']instanceof _0x712348)return _0x57a82e['top'];{const _0x578d84=new _0x712348(this['view']['element'])['top'];return _0x57a82e['top']-_0x578d84;}}['_setItemTop'](_0x535d24,_0x4578d8,_0x3efe03=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x3efe03&&(_0x4578d8=Math['max'](_0x4578d8,this['_getMaxAvailableTop'](_0x535d24))),_0x535d24['top']=_0x4578d8;}['_getMaxAvailableTop'](_0x157697){let _0xd73132=this['_getItemBefore'](_0x157697),_0x5f0470=0x0;for(;_0xd73132;)_0xd73132['updateHeight'](),_0x5f0470+=this['_spaceBetweenItems']+_0xd73132['height'],_0xd73132=this['_getItemBefore'](_0xd73132);return _0x5f0470;}}function M(_0x4ee0b7,_0x46aa40){return Math['max'](_0x4ee0b7-_0x46aa40,0x0);}function y(_0x30cda6){return null!==_0x30cda6&&'object'==typeof _0x30cda6&&0x1===_0x30cda6['nodeType'];}class n extends _0x1ac10{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x4ac071){super(_0x4ac071),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x24ba03(),this['_refreshPositioningDebounced']=_0x5d0e15(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0xbbc966=this['context']['plugins']['get'](j),_0x33db1e=this['context']['plugins']['get'](z);_0xbbc966['register']('wideSidebar',this),_0x33db1e['container']&&_0xbbc966['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x1cd514){if(_0x1cd514===this['activeAnnotation'])return;const _0x218886=this['context']['plugins']['get'](z);_0x218886['_activeAnnotation']=_0x1cd514;const _0x4d9539=this['activeAnnotation'];this['activeAnnotation']=_0x1cd514,_0x218886['refresh']({'blurredAnnotation':_0x4d9539,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x198aac){this['annotations']=_0x198aac;const _0x1152dd=this['context']['plugins']['get'](z);if(_0x1152dd['_annotations']=_0x198aac,this['isAttached'])throw new _0x350d9b('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x1152dd,'set:container',()=>{this['detach'](),this['listenTo'](_0x1152dd,'change:container',_0x30c820=>{_0x30c820['off'](),this['attach'](_0x198aac);});}),_0x1152dd['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0xfed4b5=_0x181a32=>{_0x181a32['updateTargetRect'](),_0x1152dd['addAnnotation'](_0x181a32);};for(const _0x515207 of _0x198aac)_0xfed4b5(_0x515207);this['listenTo'](_0x198aac,'add',(_0x3ff526,_0x24e66c)=>{_0xfed4b5(_0x24e66c);}),this['listenTo'](_0x198aac,'remove',(_0x35d00c,_0x3f97a2,_0x2f569b)=>{_0x1152dd['rearrange']({'removedAnnotation':_0x3f97a2,'previousAnnotation':_0x198aac['get'](_0x2f569b-0x1),'nextAnnotation':_0x198aac['get'](_0x2f569b+0x1)}),_0x3f97a2===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x198aac,'focus',(_0x24a9dd,_0xfb9435)=>{this['setActiveAnnotation'](_0xfb9435);}),this['listenTo'](_0x198aac,'blur',()=>{this['setActiveAnnotation'](null);});const _0x49f658=this['context']instanceof _0x40b4f3?this['context']['editors']:new _0x24ba03([this['context']]);for(const _0x45ef2a of _0x49f658)this['_integrateWithEditorAnnotations'](_0x45ef2a);this['listenTo'](_0x49f658,'add',(_0x1b06a2,_0xfa392b)=>{this['listenTo'](_0xfa392b,'ready',()=>{this['_integrateWithEditorAnnotations'](_0xfa392b);});}),this['listenTo'](_0x49f658,'remove',(_0x57228d,_0x1be653)=>{_0x1be653['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x1be653['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x350d9b('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x2682b9=this['context']['plugins']['get'](z);_0x2682b9['_detachFromContainer'](this['annotations']),this['stopListening'](_0x2682b9),this['stopListening'](this['annotations']),this['context']instanceof _0x40b4f3&&this['stopListening'](this['context']['editors']);for(const _0x2e70d5 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x2e70d5);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x560db8){if(!_0x560db8['plugins']['has']('EditorAnnotations'))return;const _0x5be61a=_0x560db8['plugins']['get']('EditorAnnotations'),_0x4af7b3=()=>{const _0xc6028b=_0x5be61a['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0xc6028b[0x0]||null);};this['listenTo'](_0x5be61a,'refresh',_0x4af7b3),this['listenTo'](_0x5be61a,'blur',(_0x447d6f,{isAnnotationTracked:_0x5ef14b})=>{this['activeAnnotation']&&_0x5ef14b(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x5be61a,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x4d0702=>{_0x5be61a['hasDomSelection']()&&(_0x4af7b3(),_0x4d0702['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x5be61a);}['_destroyEditorAnnotationsIntegration'](_0x1c3016){this['stopListening'](_0x1c3016),this['_editorAnnotations']['remove'](_0x1c3016);}}class D extends _0x14b11d{['counterView'];constructor(_0x41bf9d){super(_0x41bf9d);const _0x1da6cf=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0xec0c81,_0x337a20)=>_0xec0c81?'...':_0x337a20['toString']()),this['set']('annotationType',''),this['icon']=kt,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new _t(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x1da6cf['to']('annotationType',_0x4639db=>'ck-annotation-counter__badge--'+_0x4639db),_0x1da6cf['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x1da6cf['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x1ac10{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x1e083f){super(_0x1e083f),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x381c7e),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x24ba03(),this['_refreshPositioningDebounced']=_0x5d0e15(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x4d9384(this['context']['locale']),this['balloonPanelView']=new _0x3a2b35(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x50e019){this['annotations']=_0x50e019;const _0x29db8d=this['context']['plugins']['get'](z),_0x1bf357=this['balloonPanelView'];if(_0x29db8d['_annotations']=_0x50e019,this['isAttached'])throw new _0x350d9b('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x29db8d,'set:container',()=>{this['detach'](),this['listenTo'](_0x29db8d,'change:container',_0x39d386=>{_0x39d386['off'](),this['attach'](_0x50e019);});}),_0x29db8d['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x18c766=_0x55b5e2=>{const _0x21c581=new D(this['context']['locale']);_0x29db8d['addAnnotation'](_0x55b5e2,_0x21c581),this['_annotationToNarrowView']['set'](_0x55b5e2,_0x21c581),_0x21c581['bind']('isDirty','annotationType','number')['to'](_0x55b5e2['view'],'isDirty','type','length'),_0x21c581['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x1bf357['content']['first']!==_0x55b5e2['view']?(this['_showBalloon'](_0x55b5e2),_0x55b5e2['view']['element']['focus'](),this['setActiveAnnotation'](_0x55b5e2)):this['setActiveAnnotation'](null);});};for(const _0x31e11a of _0x50e019)_0x18c766(_0x31e11a);this['listenTo'](_0x50e019,'add',(_0x240bae,_0x57d8aa)=>{_0x18c766(_0x57d8aa);}),this['listenTo'](_0x50e019,'remove',(_0x5462ef,_0x2214af,_0xfd2b57)=>{this['_annotationToNarrowView']['get'](_0x2214af)['destroy'](),this['_annotationToNarrowView']['delete'](_0x2214af),_0x29db8d['rearrange']({'removedAnnotation':_0x2214af,'previousAnnotation':_0x50e019['get'](_0xfd2b57-0x1),'nextAnnotation':_0x50e019['get'](_0xfd2b57+0x1)}),_0x2214af===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x50e019,'focus',(_0x2dc8c9,_0x2c0301)=>{this['setActiveAnnotation'](_0x2c0301);}),this['listenTo'](_0x50e019,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x54a3ba,_0x2d9150)=>{_0x2d9150['keyCode']===_0x59f83a['esc']&&_0x1bf357['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x1bf357['content']['first']),this['_hideBalloon'](),_0x2d9150['stopPropagation'](),_0x2d9150['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x920d5,_0x43a5fd)=>{const _0x525c38=_0x43a5fd['target'];_0x1bf357['isVisible']&&_0x1bf357['element']['contains'](_0x525c38)||_0x29db8d['view']['element']['contains'](_0x525c38)||_0x920d5['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x43f45f=>_0x43f45f['contains'](_0x525c38))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x54ef52=this['context']instanceof _0x40b4f3?this['context']['editors']:new _0x24ba03([this['context']]);for(const _0x1cabac of _0x54ef52)this['_integrateWithEditorAnnotations'](_0x1cabac);this['listenTo'](_0x54ef52,'add',(_0x925f50,_0x33a2ca)=>{this['listenTo'](_0x33a2ca,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x33a2ca);});}),this['listenTo'](_0x54ef52,'remove',(_0x10b258,_0x124eeb)=>{_0x124eeb['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x124eeb['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x16ec8c){if(_0x16ec8c===this['activeAnnotation'])return;const _0xce18ff=this['context']['plugins']['get'](z);if(_0xce18ff['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x16ec8c,'disableAnimationOnActivatedAnnotation':!0x0}),_0x16ec8c)_0xce18ff['getSidebarItemView'](_0x16ec8c)?this['_showBalloon'](_0x16ec8c):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x16ec8c;}['detach'](){if(!this['isAttached'])throw new _0x350d9b('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x27c74b=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x41587b=>_0x41587b['destroy']()),this['_annotationToNarrowView']['clear'](),_0x27c74b['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x40b4f3&&this['stopListening'](this['context']['editors']);for(const _0x39eb58 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x39eb58);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['_selectedAnnotations']=[],this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['bodyCollection']['detachFromDom']();}['_integrateWithEditorAnnotations'](_0x1a8311){if(!_0x1a8311['plugins']['has']('EditorAnnotations'))return;const _0x3763c8=_0x1a8311['plugins']['get']('EditorAnnotations'),_0x599069=this['context']['plugins']['get'](z),_0x4f7fce=this['annotations'],_0x18edc1=this['balloonPanelView'],_0x1dd49c=()=>{const _0x59526c=_0x3763c8['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x59526c),this['setActiveAnnotation'](_0x59526c[0x0]||null);};this['listenTo'](_0x3763c8,'refresh',_0x1dd49c),this['listenTo'](_0x3763c8,'blur',(_0x5a4d54,{isAnnotationTracked:_0x36abe7})=>{this['activeAnnotation']&&_0x36abe7(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x3763c8,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x4f7fce,'blur',_0x5755bc=>{_0x3763c8['hasDomSelection']()&&_0x5755bc['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x1ddc88,_0x17ce2a)=>{const _0x1111ac=_0x17ce2a['target'];_0x18edc1['isVisible']&&_0x18edc1['element']['contains'](_0x1111ac)||_0x599069['view']['element']['contains'](_0x1111ac)||this['activeAnnotation']&&_0x3763c8['hasDomSelection']()&&(_0x1dd49c(),_0x1ddc88['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3763c8);}['_destroyEditorAnnotationsIntegration'](_0x59e94e){_0x59e94e&&(this['stopListening'](_0x59e94e),this['_editorAnnotations']['remove'](_0x59e94e));}['_setSelectedAnnotations'](_0x2c1137){for(const _0x57f195 of this['_selectedAnnotations'])_0x2c1137['includes'](_0x57f195)||this['_manuallyClosedAnnotationViews']['delete'](_0x57f195['view']);this['_selectedAnnotations']=_0x2c1137;}['_refreshPositioning'](){const _0x38202b=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x38202b['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x50ab74){if(this['_manuallyClosedAnnotationViews']['has'](_0x50ab74['view']))return;const _0x5f3226=this['balloonPanelView']['content']['first'];_0x5f3226!==_0x50ab74['view']?(_0x5f3226&&this['_detachListeners'](_0x5f3226),this['_attachListeners'](_0x50ab74['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x50ab74['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x14079e=this['balloonPanelView']['content']['first'],_0x376a0c=_0x14079e&&this['annotations']['getByView'](_0x14079e);if(!_0x376a0c||!this['_annotationToNarrowView']['has'](_0x376a0c))return;const _0x2889fc=this['_annotationToNarrowView']['get'](_0x376a0c)['element'],_0x32bc29=(function(){const _0x131e23=_0x3a2b35['defaultPositions'];return[_0x131e23['southArrowNorthEast'],_0x131e23['northArrowSouthEast'],_0x131e23['southArrowNorth'],_0x131e23['northArrowSouth'],_0x131e23['southArrowNorthWest'],_0x131e23['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x2889fc,'positions':_0x32bc29});}['_hideBalloon'](){const _0x36a17c=this['balloonPanelView'],_0x53a8ef=_0x36a17c['content']['first'];_0x53a8ef&&(this['_detachListeners'](_0x53a8ef),_0x36a17c['unpin'](),_0x36a17c['content']['clear']());}['_attachListeners'](_0x4017f6){this['listenTo'](_0x4017f6,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x4017f6,'Esc',(_0x483efb,_0x2078d7)=>{this['_manuallyClosedAnnotationViews']['add'](_0x4017f6),this['_hideBalloon'](),_0x2078d7();});}['_detachListeners'](_0x221022){this['stopListening'](_0x221022);}}class c extends _0x38eb76{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[k,_0x4893b4,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x307ba1){super(_0x307ba1),_0x307ba1['editing']['view']['addObserver'](_0xc1a7a9),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x307ba1['plugins']['get'](_0x4893b4),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x48dcb7=this['editor']['plugins']['get'](j);_0x48dcb7['context']===this['editor']&&(_0x48dcb7['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x44e0a4,_0x193d9c)=>{const _0x48aefd=this['_balloon'];if(this['isAttached']&&_0x48aefd['visibleView']){const _0x31ae7e=this['annotations']['getByView'](_0x48aefd['visibleView']);_0x31ae7e&&this['_closeAnnotation'](_0x31ae7e),_0x193d9c();}}));}['afterInit'](){const _0x57265c=this['editor']['plugins']['get'](j);_0x57265c['context']===this['editor']&&(_0x57265c['hasActive']()||_0x57265c['switchTo']('inline'));}['setActiveAnnotation'](_0x4b9676){_0x4b9676!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x4b9676&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x4b9676)&&this['_addAnnotationToBalloon'](_0x4b9676,!0x0),_0x4b9676['isActive']=!0x0),_0x4b9676||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x4b9676);}['attach'](_0x33b2c3){this['annotations']=_0x33b2c3;const _0x5a8c26=this['editor']['plugins']['get'](j),_0x2151b9=this['_balloon'];if(this['isAttached'])throw new _0x350d9b('inlineannotations-attach-already-attached',this);if(_0x5a8c26['context']!==this['editor'])throw new _0x350d9b('inlineannotations-not-allowed-with-context',this);const _0x1b2ac5=this['editor']['plugins']['get'](k);this['listenTo'](_0x1b2ac5,'refresh',()=>{const _0xf80d85=_0x1b2ac5['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0xcf3ca,_0x95b759;!this['_forceRefresh']&&(_0xcf3ca=_0xf80d85,_0x95b759=this['_selectedAnnotations'],_0xcf3ca['length']===_0x95b759['length']&&_0xcf3ca['every'](_0x1a144f=>_0x95b759['includes'](_0x1a144f)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0xf80d85),this['setActiveAnnotation'](_0xf80d85[0x0]||null));}),this['listenTo'](_0x1b2ac5,'blur',(_0x5a36b1,{isAnnotationTracked:_0x107dec})=>{this['activeAnnotation']&&_0x107dec(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x2b595e,_0x562435,_0x3a4d7f)=>{_0x3a4d7f||this['setActiveAnnotation'](null);}),this['listenTo'](_0x33b2c3,'remove',(_0x19d160,_0xd75593)=>{this['_removeAnnotationFromBalloon'](_0xd75593),_0xd75593===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x2151b9,'change:visibleView',(_0x3386d5,_0x834b34,_0x12e2eb,_0x63d2af)=>{_0x63d2af&&this['stopListening'](_0x63d2af);const _0x67b720=_0x33b2c3['getByView'](_0x12e2eb);_0x12e2eb&&_0x67b720&&(this['listenTo'](_0x12e2eb,'change:height',()=>{_0x2151b9['updatePosition']();}),this['listenTo'](_0x12e2eb,'Esc',()=>{this['_closeAnnotation'](_0x67b720),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x67b720&&this['setActiveAnnotation'](_0x67b720));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x2151b9['visibleView']&&(_0x33b2c3['getByView'](_0x2151b9['visibleView'])&&_0x2151b9['updatePosition']());}),this['listenTo'](this['editor']['editing']['view']['document'],'mousedown',()=>{this['_forceRefresh']=!0x0,this['_manuallyClosed']['clear']();}),this['editor']['editing']['view']['document']['selection']['editableElement']&&this['editor']['editing']['view']['focus'](),this['isAttached']=!0x0;}['detach'](){if(!this['isAttached'])throw new _0x350d9b('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x1f1834 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x1f1834);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x474a93){for(const _0x5d6096 of this['_selectedAnnotations'])_0x474a93['includes'](_0x5d6096)||this['_manuallyClosed']['delete'](_0x5d6096);for(const _0x46d206 of this['annotations'])_0x474a93['includes'](_0x46d206)||this['_removeAnnotationFromBalloon'](_0x46d206);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x3d2747 of _0x474a93)this['_addAnnotationToBalloon'](_0x3d2747);}this['_selectedAnnotations']=_0x474a93;}['_addAnnotationToBalloon'](_0x511f99,_0x38eb7a=!0x1){this['_manuallyClosed']['has'](_0x511f99)||(this['_addedAnnotations']['has'](_0x511f99)||this['_balloon']['hasView'](_0x511f99['view'])||(this['_addedAnnotations']['add'](_0x511f99),this['_balloon']['add']({'stackId':_0x511f99['view']['id'],'view':_0x511f99['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x511f99)}})),_0x38eb7a&&this['_balloon']['showStack'](_0x511f99['view']['id']));}['_getBalloonTargetForAnnotation'](_0x52b025){const _0x4e9332=_0x52b025['target'],_0x4537c2=this['editor']['editing']['view'],_0x2e505b=_0x4537c2['document']['selection']['getFirstRange'](),_0x36156f=_0x4537c2['domConverter']['viewRangeToDom'](_0x2e505b);if(_0x36156f['collapse'](!0x0),_0x4e9332){if(_0x4e9332 instanceof _0x712348)return _0x4e9332;let _0x2a9a65=[];for(const _0x9ed80e of _0x4e9332)_0x2a9a65['push'](...(_0x320a0e=_0x9ed80e['getClientRects'](),Array['from'](_0x320a0e)['map'](DOMRect['fromRect'])));_0x2a9a65=function(_0x2f59de){const _0x456949=[];let _0x2dc28b=_0x2f59de[0x0];for(let _0xb3e96e=0x1;_0xb3e96e<_0x2f59de['length'];_0xb3e96e++)F(_0x2dc28b,_0x2f59de[_0xb3e96e])?_0x2dc28b['width']+=_0x2f59de[_0xb3e96e]['width']:(_0x456949['push'](_0x2dc28b),_0x2dc28b=_0x2f59de[_0xb3e96e]);return _0x456949['push'](_0x2dc28b),_0x456949;}(_0x2a9a65);const _0x3c6f23=_0x36156f['getBoundingClientRect']();return _0x2a9a65['find'](_0x19fc2d=>_0x19fc2d['top']<=_0x3c6f23['top']&&_0x19fc2d['bottom']>=_0x3c6f23['bottom']&&_0x19fc2d['left']<=_0x3c6f23['left']&&_0x19fc2d['right']>=_0x3c6f23['right'])||_0x2a9a65[0x0];}var _0x320a0e;return _0x52b025['targetRect']||_0x36156f;}['_removeAnnotationFromBalloon'](_0x2ccf5f){this['_addedAnnotations']['has'](_0x2ccf5f)&&this['_balloon']['hasView'](_0x2ccf5f['view'])&&(this['_addedAnnotations']['delete'](_0x2ccf5f),this['_balloon']['remove'](_0x2ccf5f['view']));}['_closeAnnotation'](_0x2d7ec5){this['_manuallyClosed']['add'](_0x2d7ec5),this['_removeAnnotationFromBalloon'](_0x2d7ec5);}}function F(_0x5aacf1,_0x5e5460){return _0x5aacf1['top']===_0x5e5460['top']&&_0x5aacf1['bottom']===_0x5e5460['bottom']&&_0x5aacf1['right']===_0x5e5460['left'];}var Q='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M14\x203.5A3.5\x203.5\x200\x200\x201\x2017.5\x207v6l-.005.192a3.501\x203.501\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.37-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.272-2.63l-.062-.07-4.729-.046a3.5\x203.5\x200\x200\x201-3.5-3.5v-6a3.5\x203.5\x200\x200\x201\x203.5-3.5L14\x203.5ZM3.5\x204.954a2\x202\x200\x200\x200-2\x202v6a2\x202\x200\x200\x200\x202\x202L8.924\x2015a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L12.962\x2015H14a2\x202\x200\x200\x200\x202-2V7a2\x202\x200\x200\x200-2-2L3.5\x204.954Z\x22/><path\x20d=\x22M16.5.5h-10a3.5\x203.5\x200\x200\x200-3.162\x202h1.84A2\x202\x200\x200\x201\x206.5\x202h10a2\x202\x200\x200\x201\x202\x202v8.873a3.502\x203.502\x200\x200\x200\x201.495-2.681L20\x2010V4A3.5\x203.5\x200\x200\x200\x2016.5.5Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M12.013\x207.453a.75.75\x200\x200\x201\x20.034\x201.06l-3.75\x204a.75.75\x200\x200\x201-1.045.048l-2.25-2a.75.75\x200\x200\x201\x20.996-1.122l1.704\x201.515\x203.25-3.467a.75.75\x200\x200\x201\x201.061-.034Z\x22/></svg>\x0a';class X extends _t{['_focusTracker'];['_keystrokes'];['_focusables'];['_focusCycler'];constructor(_0x44bc51,_0x39ec7b){super(_0x44bc51),this['set']('isEmpty',!_0x39ec7b['length']),this['_focusTracker']=new _0x10355d(),this['_keystrokes']=new Et(),this['_focusables']=_0x39ec7b,this['_focusCycler']=new _0x2bfb35({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['listenTo'](_0x39ec7b,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x39ec7b,'remove',(_0x467169,_0x5e3d69)=>{_0x5e3d69['isActive']&&this['focus'](),_0x39ec7b['length']||(this['isEmpty']=!0x0);});const _0x584a9a=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content']},'children':[{'tag':'div','children':_0x39ec7b},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x584a9a['if']('isEmpty','ck-hidden',_0x42f273=>!_0x42f273)]},'children':[{'text':W(_0x44bc51,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_keystrokes']['listenTo'](this['element']);const _0x35bc9c=_0x2fc3b7=>_0x2fc3b7['stopPropagation']();this['_keystrokes']['set']('arrowright',_0x35bc9c),this['_keystrokes']['set']('arrowleft',_0x35bc9c),this['_keystrokes']['set']('arrowup',_0x35bc9c),this['_keystrokes']['set']('arrowdown',_0x35bc9c),this['listenTo'](this['element'],'selectstart',(_0x20258e,_0x2d0667)=>{_0x2d0667['stopPropagation']();},{'priority':'high'});}['destroy'](){super['destroy'](),this['_focusTracker']['destroy'](),this['_keystrokes']['destroy']();}['focus'](){this['element']['focus']();}}class p extends _0x1ac10{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,b];}constructor(_0x34efc6){super(_0x34efc6),this['archivedThreads']=new _0x24ba03();}['init'](){const _0x496480=this['context'],_0x2583d5=_0x496480['plugins']['get'](m),_0x46b383=_0x496480['plugins']['get'](b);this['listenTo'](_0x2583d5,'addCommentThread',(_0x1bce5a,{threadId:_0x130363})=>{const _0x22dcd8=_0x2583d5['getCommentThread'](_0x130363);_0x22dcd8['archivedAt']&&this['archivedThreads']['add'](_0x22dcd8,this['_calculatePosition'](_0x22dcd8['archivedAt'])),this['listenTo'](_0x22dcd8,'change:archivedAt',(_0x4aa9b6,_0x19208e,_0xfc5900)=>{_0xfc5900?this['archivedThreads']['has'](_0x22dcd8)||this['archivedThreads']['add'](_0x22dcd8,this['_calculatePosition'](_0x22dcd8['archivedAt'])):this['archivedThreads']['has'](_0x22dcd8)&&this['archivedThreads']['remove'](_0x22dcd8);});}),this['listenTo'](_0x2583d5,'removeCommentThread',(_0x3fb570,{threadId:_0xb57e7b})=>{const _0x355dca=_0x2583d5['getCommentThread'](_0xb57e7b);this['stopListening'](_0x355dca),this['archivedThreads']['has'](_0x355dca)&&this['archivedThreads']['remove'](_0x355dca);},{'priority':'highest'}),this['listenTo'](_0x46b383['collection'],'focus',(_0xe1527,_0x334c59)=>{_0x334c59['isActive']=!0x0,_0x46b383['activate'](_0x334c59);});}['_calculatePosition'](_0x184a81){const _0xd6ef4b=[...this['archivedThreads']]['findIndex'](_0x1666b6=>_0x1666b6['archivedAt']<_0x184a81);return _0xd6ef4b>-0x1?_0xd6ef4b:this['archivedThreads']['length'];}}class a extends _0x38eb76{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x3b1bea];}constructor(_0x2341a5){super(_0x2341a5),this['annotationViews']=new _0x4b34a0(),this['_pendingThreads']=[];}['init'](){this['editor']['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x14b11d,!0x0)),this['editor']['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>this['_createCommentsArchiveButton'](_0x49a8fb));const _0x278851=this['editor']['plugins']['get'](p),_0x2d8fab=this['editor']['plugins']['get']('Annotations'),_0x3990d0=this['editor']['plugins']['get']('CommentsRepository');this['listenTo'](_0x278851['archivedThreads'],'add',(_0x196c07,_0x5aaea2)=>{const _0x41210a=this['editor']['config']['get']('collaboration.channelId');if(!_0x41210a||_0x5aaea2['channelId']===_0x41210a){const _0x4396fc=_0x3990d0['_threadToController']['get'](_0x5aaea2);if(!_0x4396fc)return void this['_pendingThreads']['push'](_0x5aaea2);const _0x22f384=this['_calculatePosition'](_0x5aaea2['archivedAt']),_0x34ed4f=_0x2d8fab['getByInnerView'](_0x4396fc['view']);_0x34ed4f['isVisible']&&_0x2d8fab['_visibleAnnotations']['remove'](_0x34ed4f),this['annotationViews']['add'](_0x34ed4f['view'],_0x22f384);}}),this['listenTo'](_0x2d8fab['collection'],'add',(_0x51afb,_0x2caf57)=>{const _0x5f4b37=this['_pendingThreads']['find'](_0x1c7dd0=>{const _0x27c713=_0x3990d0['_threadToController']['get'](_0x1c7dd0);return _0x27c713&&_0x2caf57['innerView']===_0x27c713['view'];});if(_0x5f4b37){const _0x43935=this['_calculatePosition'](_0x5f4b37['archivedAt']);this['annotationViews']['add'](_0x2caf57['view'],_0x43935),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x5f4b37),0x1);}}),this['listenTo'](_0x278851['archivedThreads'],'remove',(_0x338a5c,_0x1946b1)=>{const _0x2c7f1f=this['editor']['config']['get']('collaboration.channelId');if(!_0x2c7f1f||_0x1946b1['channelId']===_0x2c7f1f){const _0x24dc0f=_0x3990d0['_threadToController']['get'](_0x1946b1),_0x333e89=_0x2d8fab['getByInnerView'](_0x24dc0f['view']);this['annotationViews']['remove'](_0x333e89['view']),this['stopListening'](_0x333e89['focusableElements']);}});}['_calculatePosition'](_0x72a23d){const _0x3dd2f0=this['editor']['config']['get']('collaboration.channelId'),_0x206459=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x231454=>_0x231454['channelId']===_0x3dd2f0)['findIndex'](_0x1483af=>_0x1483af['archivedAt']<_0x72a23d);return _0x206459<0x0||_0x206459>this['annotationViews']['length']?this['annotationViews']['length']:_0x206459-0x1;}['_toggleDialog'](){const _0x149d4b=this['editor'],_0x2492c6=_0x149d4b['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new X(_0x149d4b['locale'],this['annotationViews'])),'commentsArchive'===_0x2492c6['id']?_0x2492c6['hide']():_0x2492c6['show']({'id':'commentsArchive','title':W(_0x149d4b['locale'],'COMMENTS_ARCHIVE'),'icon':Q,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x5450e5['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x2e47ed,_0x33563e=!0x1){const _0x2ebab0=this['editor']['locale'],_0x4c90be=new _0x2e47ed(_0x2ebab0);return _0x4c90be['bind']('isEnabled')['to'](this,'isEnabled'),_0x4c90be['set']({'label':W(_0x2ebab0,'COMMENTS_ARCHIVE'),'icon':Q}),_0x33563e&&(_0x4c90be['tooltip']=!0x0),this['listenTo'](_0x4c90be,'execute',()=>this['_toggleDialog']()),_0x4c90be;}}class f extends _0x38eb76{static get['requires'](){return[m,r,s,p,a,e,n,i,c];}static get['pluginName'](){return'Comments';}}export{V as AnnotationView,b as Annotations,j as AnnotationsUIs,ti as BaseCommentThreadView,oi as BaseCommentView,se as Comment,ie as CommentThread,wt as CommentThreadController,Tt as CommentThreadInputView,At as CommentView,f as Comments,xt as CommentsListView,e as CommentsOnly,m as CommentsRepository,s as CommentsUI,k as EditorAnnotations,c as InlineAnnotations,i as NarrowSidebar,n as WideSidebar};
|
|
23
|
+
import{Editor as _0x1656fa,icons as _0x2b1ff8,ContextPlugin as _0x9b8fa5,PendingActions as ht,Context as _0x471d1a,Command as _0x176196,Plugin as _0x4f76fc}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x5c14b7,uid as _0x348e79,KeystrokeHandler as Et,FocusTracker as _0xfb2004,diff as _0x4ce426,Collection as _0x29fe88,Rect as _0x3ee65e,CKEditorError as _0x47d036,priorities as Wt,scrollViewportToShowTarget as tt,getEnvKeystrokeText as _0xbf3300,toUnit as Ht,DomEmitterMixin as _0x48120b,keyCodes as _0x4fbbb7}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x28a6de,AriaDescriptionView as _0x54921c,setupThreadKeyboardNavigation as _0x151bb5,ConfirmMixin as ti,LateFocusButtonView as _0x485745,trimHtml as _0x54887f,LateFocusDropdownButtonView as _0x1c0a01,Users as ut,getDateTimeFormatter as dt,hashObject as lt,getAllMarkersDomElementsSorted as rt,surroundingMarkersDetector as et,ENTER_THREAD_KEYSTROKE as ot}from'ckeditor5-collaboration/dist/index.js';import{throttle as Dt,isEqual as pt,cloneDeep as ft,set as It,unset as wt,debounce as _0x3b36e3}from'lodash-es';import{EditorUIView as tr,InlineEditableUIView as Zt,EditorUI as Xt,View as _t,FocusCycler as Ft,ButtonView as _0x358e4f,ViewCollection as _0x74a065,createDropdown as _0xf03cb1,ListView as _0x1cda14,focusChildOnDropdownOpen as _0x15465a,ListItemView as _0x1c9f97,MenuBarMenuListItemButtonView as _0x1b32a2,BodyCollection as _0x24cb81,BalloonPanelView as _0x31d0d0,ContextualBalloon as _0x62bf0b,Dialog as _0x1e4f6d,DialogViewPosition as _0x3dde70}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as Bt,enablePlaceholder as zt,MouseObserver as _0x519ba0}from'@ckeditor/ckeditor5-engine/dist/index.js';import{Clipboard as Gt,ClipboardMarkersUtils as Mt,ClipboardPipeline as Pt}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Enter as Jt,ShiftEnter as Kt}from'@ckeditor/ckeditor5-enter/dist/index.js';import{SelectAll as Nt}from'@ckeditor/ckeditor5-select-all/dist/index.js';import{Typing as Qt}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Undo as Rt}from'@ckeditor/ckeditor5-undo/dist/index.js';import{Paragraph as St}from'@ckeditor/ckeditor5-paragraph/dist/index.js';class yt extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x5c14b7(){['model'];['view'];constructor(_0x5ece79,_0x167693){super(),this['model']=_0x5ece79,this['model']['_isAttached']=!0x0,this['view']=_0x167693,this['listenTo'](_0x167693,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x167693,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x167693,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x167693,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x167693,'addComment',(_0x280b23,_0x43b679)=>this['addComment'](_0x43b679)),this['listenTo'](_0x167693,'updateComment',(_0x2ef7f8,_0x207118,_0x47594d)=>this['updateComment'](_0x207118,_0x47594d)),this['listenTo'](_0x167693,'removeComment',(_0x20c1c6,_0x1aea48)=>this['removeComment'](_0x1aea48));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x571067){this['model']['addComment']({'content':_0x571067,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x19e09b,_0x526eb0){this['model']['getComment'](_0x19e09b)['update']({'content':_0x526eb0});}['removeComment'](_0x9807cd){this['model']['getComment'](_0x9807cd)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function S(_0x187ceb,_0x54c043,_0x106446){const t=_0x187ceb['t'];switch(_0x54c043){case'PENDING_ACTION_COMMENT_THREAD':return t({'string':'Unsaved\x20change\x20in\x20comment\x20thread.','id':'PENDING_ACTION_COMMENT_THREAD'});case'Comment':return t('Comment');case'Reply...':return t('Reply...');case'Reply\x20to\x20reopen\x20discussion...':return t('Reply\x20to\x20reopen\x20discussion...');case'Write\x20a\x20comment...':return t('Write\x20a\x20comment...');case'Comment\x20was\x20made\x20on\x20an\x20element':return t('Comment\x20was\x20made\x20on\x20an\x20element');case'Comment\x20editor':return t('Comment\x20editor');case'Delete\x20comment\x20thread?':return t('Delete\x20comment\x20thread?');case'Delete\x20comment?':return t('Delete\x20comment?');case'Marked\x20as\x20resolved':return t('Marked\x20as\x20resolved');case'Show\x20more\x20items':return t('Show\x20more\x20items');case'Cancel':return t('Cancel');case'Edit':return t('Edit');case'Resolve':return t('Resolve');case'Reopen':return t('Reopen');case'Remove':return t('Remove');case'Reply':return t('Reply');case'Save':return t('Save');case'Annotations\x20sidebar':return t('Annotations\x20sidebar');case'Annotations\x20list':return t('Annotations\x20list');case'Thread\x20comments':return t('Thread\x20comments');case'THREAD_CONTEXT_LABEL':return t({'string':'Thread\x20context:\x20%0','id':'THREAD_CONTEXT_LABEL'},_0x106446);case'COMMENT_THREAD_LABEL':return t({'string':'Comment\x20thread\x20by\x20%1.\x20%1\x20reply.','plural':'Comment\x20thread\x20by\x20%1.\x20%0\x20replies.','id':'COMMENT_THREAD_LABEL'},_0x106446);case'COMMENT_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'COMMENT_THREAD_DESCRIPTION'});case'COMMENT_ARIA_LABEL':return t({'string':'Comment\x20by\x20%0.\x20Created\x20on\x20%1.\x20%2.\x20%3','id':'COMMENT_ARIA_LABEL'},_0x106446);case'LEAVE_COMMENT_ANNOUNCEMENT':return t({'string':'Leaving\x20a\x20content\x20with\x20comments.','id':'LEAVE_COMMENT_ANNOUNCEMENT'});case'ENTER_COMMENT_ANNOUNCEMENT':return t({'string':'Entering\x20a\x20content\x20with\x20comments.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_COMMENT_ANNOUNCEMENT'},_0x106446);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x106446);case'TOO_LONG_COMMENT_ALERT':return t({'string':'Comment\x20content\x20is\x20too\x20long.\x20Your\x20comment\x20has\x20%0\x20characters\x20but\x20the\x20limit\x20is\x20%1\x20characters.','id':'TOO_LONG_COMMENT_ALERT'},_0x106446);case'EXTERNAL_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20external\x20source.','id':'EXTERNAL_COMMENT'});case'EXTERNAL_IMPORT_WORD_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_COMMENT'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x106446);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x106446);case'COMMENTS_ARCHIVE':return t({'string':'Comments\x20archive','id':'COMMENTS_ARCHIVE'});case'EMPTY_COMMENTS_ARCHIVE':return t({'string':'There\x20are\x20no\x20archived\x20comment\x20threads.','id':'EMPTY_COMMENTS_ARCHIVE'});case'COMMENTS_ARCHIVE_LIST_LABEL':return t({'string':'List\x20of\x20comments','id':'COMMENTS_ARCHIVE_LIST_LABEL'});case'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP':return t({'string':'Keystrokes\x20for\x20interacting\x20with\x20annotation\x20threads\x20(e.g.\x20comments,\x20track\x20changes\x20suggestions)','id':'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'});case'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO':return t({'string':'Move\x20focus\x20to\x20the\x20thread\x20when\x20the\x20selection\x20is\x20anchored\x20in\x20its\x20marker','id':'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'});case'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT':return t({'string':'Exit\x20the\x20annotation\x20and\x20move\x20focus\x20back\x20to\x20the\x20edited\x20content','id':'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER':return t({'string':'Browse\x20the\x20focused\x20annotation\x20thread\x20or\x20thread\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'});case'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS':return t({'string':'Move\x20across\x20internals\x20of\x20the\x20annotation\x20thread','id':'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'});case'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT':return t({'string':'Submit\x20the\x20reply\x20while\x20writing\x20a\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS':return t({'string':'Move\x20to\x20the\x20previous\x20or\x20next\x20thread\x20in\x20the\x20annotations\x20sidebar\x20or\x20comments\x20archive','id':'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'});default:return'';}}class Yt extends tr{['main'];['editable'];constructor(_0x2a1829,_0x30a828){super(_0x2a1829);const _0x5cb0a9=_0x348e79();this['main']=this['createCollection'](),this['editable']=new Zt(_0x2a1829,_0x30a828,void 0x0,{'label':()=>S(_0x2a1829,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x2a1829['uiLanguageDirection'],'lang':_0x2a1829['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x5cb0a9},'children':[{'tag':'div','attributes':{'class':'ck-editor__main','role':'presentation'},'children':this['main']}]});}['render'](){super['render'](),this['main']['add'](this['editable']);}['focus'](){this['editable']['element']['focus']();}}class Ot extends Xt{['view'];constructor(_0x3d0182){super(_0x3d0182),this['view']=new Yt(_0x3d0182['locale'],_0x3d0182['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x42d49c=this['editor']['editing']['view'],_0x502d72=this['view']['editable'],_0x39892e=_0x42d49c['document']['getRoot']();_0x502d72['name']=_0x39892e['rootName'],this['view']['render']();const _0x31f4a4=_0x502d72['element'];this['setEditableElement'](_0x502d72['name'],_0x31f4a4),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x42d49c['attachDomRoot'](_0x31f4a4),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Ut=[Gt,Jt,Kt,Nt,Qt,Rt,St];class Vt extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x5c14b7(_0x1656fa){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Ut)());constructor(_0x363091={}){(_0x363091=Object['assign']({},_0x363091))['plugins']||(_0x363091['plugins']=Vt['defaultPlugins']),super(_0x363091),this['ui']=new Ot(this),this['set']('placeholder',''),this['model']['document']['on']('change',()=>this['_updatePlaceholder'](),{'priority':'low'}),this['on']('change:placeholder',()=>this['_updatePlaceholder']()),this['model']['document']['createRoot']();}['create'](){const _0x4c3c4c=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x4c3c4c))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x3d28c6=>{const _0x22239d=this['model']['document']['getRoot'](),_0x1f54a7=_0x22239d&&_0x22239d['getChild'](_0x22239d['childCount']-0x1);_0x3d28c6['setSelection'](_0x1f54a7,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0xbd5b88=this['editing']['view'],_0x210d98=_0xbd5b88['document']['getRoot'](),_0x528b13=_0x210d98['getChild'](0x0);_0x210d98['childCount']>0x1||!_0x528b13||'p'!=_0x528b13['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(Bt(_0xbd5b88,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x528b13['placeholder']=this['placeholder']),zt({'view':_0xbd5b88,'element':_0x528b13,'keepOnFocus':!0x0}),this['placeholderElement']=_0x528b13);}}class rs extends _t{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x107440,_0x15c733={}){super(_0x107440),this['editor']=null,this['_editorConfig']=_0x15c733,this['set']('value',_0x15c733['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',S(_0x107440,'Reply...')),this['set']('submitLabel',S(_0x107440,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new Et(),this['focusTracker']=new _0xfb2004(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-comment__input-actions',this['bindTemplate']['if']('showButtons','ck-comment__input-actions--active')]},'children':[this['submitButtonView'],this['cancelButtonView']]}]}),this['keystrokes']['set']('Esc',(_0x39b35d,_0x4334ee)=>{this['cancelButtonView']['fire']('execute'),_0x4334ee();}),this['keystrokes']['set']('Ctrl+Enter',(_0x1f9fd7,_0x4588bb)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x4588bb());}),this['on']('submit',(_0x54289a,_0xea3668)=>{_0xea3668['length']>0xfde8?(alert(S(_0x107440,'TOO_LONG_COMMENT_ALERT',[_0xea3668['length'],0xfde8])),_0x54289a['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new Vt(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x204b01=this['editor'];this['element']['insertBefore'](_0x204b01['ui']['element'],this['element']['firstChild']),_0x204b01['model']['document']['on']('change',()=>this['value']=_0x204b01['getData']()),_0x204b01['bind']('placeholder')['to'](this),this['focusables']['add'](_0x204b01['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x20e688){-0x1===_0x20e688?(this['focusCycler']['focusFirst'](),this['focusCycler']['focusLast']()):this['focusCycler']['focusFirst']();}async['destroy'](){this['_isDestroyed']||(this['_isDestroyed']=!0x0,this['editor']&&(await this['_editorCreationPromise'],await this['editor']['destroy'](),this['fire']('editorDestroyed',this['editor'])),await super['destroy']());}['_createSubmitButton'](){const {locale:_0x56a5db}=this,_0x42ed6e=new _0x358e4f(_0x56a5db);return _0x42ed6e['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x42ed6e['withText']=!0x0,_0x42ed6e['bind']('label')['to'](this,'submitLabel'),_0x42ed6e['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x42ed6e['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x436fd6,_0x15b9d3)=>!_0x15b9d3&&!!_0x436fd6['trim']()),_0x42ed6e;}['_createCancelButton'](){const {locale:_0x4abdc4}=this,_0x2e0d60=new _0x358e4f(_0x4abdc4);return _0x2e0d60['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x2e0d60['label']=S(_0x4abdc4,'Cancel'),_0x2e0d60['withText']=!0x0,_0x2e0d60['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x2e0d60;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x11ef9c=>{this['focusTracker']['add'](_0x11ef9c['element']);}),this['focusables']['on']('change',(_0x27957f,_0x107cbe)=>{for(const _0x41615e of Array['from'](_0x107cbe['added'])['reverse']())this['focusTracker']['add'](_0x41615e['element']);});}}class xt extends _t{constructor(_0x1cc5d4,_0x55b4d4,_0x4d3122){super(_0x1cc5d4),this['commentInputView']=new rs(_0x1cc5d4,_0x4d3122),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x4789be,_0x21d3f9)=>_0x4789be||!!_0x21d3f9),this['set']('showInput',!0x1),this['on']('change:showInput',()=>{this['showInput']&&!this['commentInputView']['editor']&&this['commentInputView']['createEditor']();}),this['commentInputView']['delegate']('editorReady')['to'](this),this['commentInputView']['delegate']('editorDestroyed')['to'](this),this['userView']=new _0x28a6de(_0x1cc5d4,_0x55b4d4),this['userView']['extendTemplate']({'attributes':{'class':'ck-thread__user','aria-hidden':!0x0}}),this['commentInputView']['extendTemplate']({'attributes':{'class':'ck-thread__input'}}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-container',this['bindTemplate']['if']('showInput','ck-comment__input-container--active')]},'children':[this['userView'],this['commentInputView']]});}['destroy'](){return this['commentInputView']['destroy']()['then'](()=>super['destroy']());}['focus'](_0x548d90){this['commentInputView']['focus'](_0x548d90);}}class cs extends _t{constructor(_0x31c20b){super(_0x31c20b);const _0x27a776=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x27a776['to']('count',_0x56d743=>S(_0x31c20b,'NUMBER_OF_COMMENTS',_0x56d743))}]});}}class kt extends _t{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x1a010d,_0x18466e,_0x5c7405){super(_0x1a010d);const _0x54212e=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x18466e['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x18466e,this['_config']=_0x5c7405,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0xfb2004(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x5aa8f3=>this['commentViews']['map'](_0x4ad9ca=>_0x4ad9ca['element'])['includes'](_0x5aa8f3['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new cs(_0x1a010d),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0xc4fe9b=>_0xc4fe9b-this['_config']['maxCommentsWhenCollapsed']);for(const _0x533a9d of _0x18466e['comments'])this['_handleNewCommentModel'](_0x533a9d);this['_handleInfoComment'](),this['listenTo'](_0x18466e['comments'],'add',(_0x1d15d7,_0x480b5e)=>{const _0x4b071a=this['_calculatePosition'](_0x480b5e);this['length']++,this['_handleNewCommentModel'](_0x480b5e,_0x4b071a),this['refreshVisibleViews']();}),this['listenTo'](_0x18466e['comments'],'remove',(_0x3aef07,_0x196415)=>{this['length']--,this['_handleRemoveCommentModel'](_0x196415),this['refreshVisibleViews']();}),this['listenTo'](_0x18466e,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x18466e,'change:isResolved',()=>this['_handleInfoComment']()),this['on']('change:isActive',()=>this['refreshVisibleViews']()),this['on']('change:hasDirtyComment',()=>this['refreshVisibleViews']()),this['setTemplate']({'tag':'ul','attributes':{'class':['ck-thread__comments',_0x54212e['if']('length','ck-hidden',_0x239b61=>!_0x239b61)],'aria-label':S(_0x1a010d,'Thread\x20comments')},'children':this['visibleViews']});}get['_shouldCollapse'](){return this['_model']['weight']>this['_config']['maxThreadTotalWeight']&&!this['isActive']&&!this['hasDirtyComment'];}['render'](){super['render'](),this['refreshVisibleViews'](),this['_setupKeyboardNavigation']();}['focus'](_0x50058d){-0x1===_0x50058d?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x32d07a of this['commentViews'])_0x32d07a['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x540312,_0xf76d58){const _0x173db7=new this['_config']['CommentView'](this['locale'],_0x540312,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x173db7['viewUid']=_0x540312['id'],_0x173db7['delegate']('removeComment')['to'](this),_0x173db7['delegate']('updateComment')['to'](this),_0x173db7['delegate']('resolveCommentThread')['to'](this),_0x173db7['delegate']('editorReady')['to'](this),_0x173db7['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x173db7,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x173db7,_0xf76d58);}['_calculatePosition'](_0x213c59){const _0x4d72c8=this['_model']['_findOptimalIndex'](_0x213c59);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x213c59['authoredAt']?_0x4d72c8-0x1:_0x4d72c8:_0x4d72c8-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x3ed0a9={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':S(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x3ed0a9,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x3ed0a9));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x230d92){const _0x4dc9a4=this['commentViews']['remove'](_0x230d92['id']);this['stopListening'](_0x4dc9a4),_0x4dc9a4['isEditMode']&&this['_updateHasDirtyComment'](),_0x4dc9a4['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x30eef7=>_0x30eef7['isEditMode']);}['_rearrangeCollapse'](){const _0x462316=function(_0xeface6){const _0x5d8868=new _0x29fe88();for(const _0x3bcd56 of _0xeface6)_0x5d8868['add'](_0x3bcd56);return _0x5d8868;}(this['commentViews']),_0x10f7c1=this['_collapsedCommentsView']['count'];for(let _0x19aa75=0x1;_0x19aa75<=_0x10f7c1;_0x19aa75++)_0x462316['remove'](0x1);for(const _0x4ac906 of _0x462316)_0x4ac906['collapse']();_0x10f7c1>0x0&&_0x462316['add'](this['_collapsedCommentsView'],0x1),ms(_0x4ce426(Array['from'](this['visibleViews']),Array['from'](_0x462316)),this['visibleViews'],_0x462316);}['_rearrangeExpand'](){ms(_0x4ce426(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x461d5f of this['visibleViews'])_0x461d5f['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x348223=>{this['focusTracker']['add'](_0x348223['element']),this['keystrokes']['listenTo'](_0x348223['element']);}),this['commentViews']['on']('change',(_0x384eb7,_0x50f1d5)=>{for(const _0x21873b of _0x50f1d5['removed'])this['focusTracker']['remove'](_0x21873b['element']),this['keystrokes']['stopListening'](_0x21873b['element']);for(const _0x32864d of Array['from'](_0x50f1d5['added'])['reverse']())this['focusTracker']['add'](_0x32864d['element']),this['keystrokes']['listenTo'](_0x32864d['element']);});}}function ms(_0xec7144,_0x54acd2,_0x3bbda6){let _0x47a298=0x0;for(const _0x41a22b of _0xec7144)switch(_0x41a22b){case'insert':_0x54acd2['add'](_0x3bbda6['get'](_0x47a298),_0x47a298),_0x47a298++;break;case'delete':_0x54acd2['remove'](_0x47a298);break;case'equal':_0x47a298++;}}class ls extends _t{constructor(_0x245acd){super(_0x245acd);const _0x4c1c51=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x4c1c51['to']('contextValue',_0x1e4327=>S(_0x245acd,'THREAD_CONTEXT_LABEL',_0x1e4327)),'tabindex':-0x1},'children':[{'text':_0x4c1c51['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class ts extends _t{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x36772c,_0x3fca40){super(_0x36772c);const _0x3e2acf=this['bindTemplate'];this['_model']=_0x3fca40,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0xfb2004(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x4afc5e=>!!_0x4afc5e),this['bind']('contextValue')['to'](this['_model'],'context',_0x48770b=>_0x48770b&&_0x48770b['value']?this['_trimContextValue'](_0x48770b['value']):S(this['locale'],'Comment\x20was\x20made\x20on\x20an\x20element')),this['setTemplate']({'tag':'div','attributes':{'class':['ck-thread__header']},'children':[{'tag':'div','attributes':{'class':['ck-context-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-context',_0x3e2acf['if']('hasContext','ck-context--quotes')]},'children':[this['contextView']]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions'](),this['_setupKeyboardNavigation']();}['focus'](){this['focusCycler']['focusFirst']();}['_createReopenButton'](){const _0x3a4547=new _0x358e4f(this['locale']);return _0x3a4547['label']=S(this['locale'],'Reopen'),_0x3a4547['tooltip']=S(this['locale'],'Reopen'),_0x3a4547['icon']='<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22m5.042\x209.367\x202.189\x201.837a.75.75\x200\x200\x201-.965\x201.149l-3.788-3.18a.747.747\x200\x200\x201-.21-.284.75.75\x200\x200\x201\x20.17-.945L6.23\x204.762a.75.75\x200\x201\x201\x20.964\x201.15L4.863\x207.866h8.917A.75.75\x200\x200\x201\x2014\x207.9a4\x204\x200\x201\x201-1.477\x207.718l.344-1.489a2.5\x202.5\x200\x201\x200\x201.094-4.73l.008-.032H5.042z\x22/></svg>',_0x3a4547['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x580411=>!_0x580411),_0x3a4547['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x555c9f,_0x35d9af)=>_0x555c9f&&_0x35d9af),_0x3a4547['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x3a4547;}['_trimContextValue'](_0x2b86f5){if(_0x2b86f5['length']<0x96)return _0x2b86f5;const _0x108d3f=_0x2b86f5['lastIndexOf']('\x20',0x93);return _0x2b86f5['substring'](0x0,_0x108d3f>-0x1?_0x108d3f:0x93)+'...';}['_attachContextActions'](){const _0x3ae229=this['element']['querySelector']('.ck-context'),_0x3e2ad5=_0x3ae229['querySelector']('.ck-context__value');this['listenTo'](_0x3ae229,'mouseenter',()=>{_0x3e2ad5['offsetWidth']<_0x3e2ad5['scrollWidth']&&_0x3ae229['classList']['add']('overlay');}),this['listenTo'](_0x3ae229,'mouseleave',()=>{_0x3ae229['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x436922 of this['focusables'])this['focusTracker']['add'](_0x436922['element']),this['keystrokes']['listenTo'](_0x436922['element']);}['_createContextView'](){const _0x5ecefa=new ls(this['locale']);return _0x5ecefa['bind']('contextValue')['to'](this),_0x5ecefa;}}class es extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x4c5e76,_0x95e9df,_0x1ddaea,_0x42db95){super(_0x4c5e76),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x95e9df,this['_localUser']=_0x1ddaea,this['_config']=_0x42db95,this['commentThreadHeaderView']=new ts(_0x4c5e76,_0x95e9df),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x54921c(_0x4c5e76,S(_0x4c5e76,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new kt(_0x4c5e76,_0x95e9df,Object['assign']({'CommentView':this['_config']['CommentView']},_0x42db95)),this['commentsListView']['delegate']('removeComment')['to'](this),this['commentsListView']['delegate']('updateComment')['to'](this),this['commentsListView']['delegate']('resolveCommentThread')['to'](this),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentsListView']['bind']('isActive')['to'](this),this['listenTo'](this,'resolveCommentThread',()=>{this['focus']();}),this['set']('length',this['commentsListView']['length']),this['bind']('length')['to'](this['commentsListView'],'length'),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x4ed88e,_0x216ef3)=>_0x4ed88e||!!_0x216ef3),this['bind']('isUnlinked')['to'](_0x95e9df,'unlinkedAt',_0x80654a=>!!_0x80654a),this['bind']('ariaLabel')['to'](this,'length',_0x17b14b=>{const _0x181a19=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return S(this['locale'],'COMMENT_THREAD_LABEL',[_0x17b14b,_0x181a19]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0xfb2004(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0xd7f19=>_0xd7f19['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0x151bb5(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x45061b=new xt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x535343=_0x45061b['commentInputView'];return _0x45061b['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x535343,'value',(_0x25fc2d,_0x5a4fe6,_0x2432ca,_0x5b60ea,_0x2df77b)=>!!_0x2df77b||!!_0x5b60ea&&_0x2432ca&&!_0x5a4fe6||_0x25fc2d&&_0x2432ca&&!_0x5a4fe6),_0x535343['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x18c1b6,_0x3edf84,_0x57dc59)=>{let _0x2fba63;return _0x2fba63=_0x57dc59&&_0x3edf84?'Reply\x20to\x20reopen\x20discussion...':_0x18c1b6?'Reply...':'Write\x20a\x20comment...',S(this['locale'],_0x2fba63);}),_0x535343['bind']('submitLabel')['to'](this,'length',_0x52dc33=>S(this['locale'],_0x52dc33?'Reply':'Comment')),_0x535343['on']('submit',(_0x3b6279,_0x261147)=>{this['fire']('addComment',_0x261147),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x535343['on']('cancel',()=>{this['focus']();}),_0x535343['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x535343['on']('cancel',_0x2f8de2=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x2f8de2['stop']());}),this['on']('change:isActive',(_0x23c2a0,_0xbe3ad2,_0x1d1970)=>{_0x1d1970||this['length']||_0x535343['value']||this['fire']('removeCommentThread');}),_0x45061b;}}class At extends/* #__PURE__ -- @preserve */
|
|
27
|
+
ti(es){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x2751cd,_0x17ed12,_0x2851d6,_0x359142){super(_0x2751cd,_0x17ed12,_0x2851d6,_0x359142),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x2751cd,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x49446f,_0x340d24,_0xa903f6)=>{_0xa903f6||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x23bbfc,_0x5184e8,_0x497682)=>{_0x497682&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x5f1a71=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x5f1a71['if']('isActive','ck-thread--active'),_0x5f1a71['if']('isUnlinked','ck-thread--unlinked'),_0x5f1a71['if']('isConfirm','ck-thread--remove-confirmation'),_0x5f1a71['to']('actionIndicator',_0x29433f=>_0x29433f?'ck-thread--'+_0x29433f:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x5f1a71['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':[{'tag':'div','attributes':{'class':'ck-thread__container'},'children':this['commentThreadChildren']}]};}['render'](){super['render'](),this['containerElement']=this['element']['querySelector']('.ck-thread__container'),this['_model']['on']('change:archivedAt',()=>{this['_updateArchivedThreadHeader']();}),this['_updateArchivedThreadHeader']();}['_cancelAllConfirms'](){this['cancelConfirm']();for(const _0x227823 of this['commentsListView']['commentViews'])_0x227823['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0xdd00f8}=this,_0x521632=this['commentsListView']['commentViews']['get'](0x0);_0x521632===this['_boundFirstCommentView']||_0x521632['isSystemComment']||(this['_boundFirstCommentView']=_0x521632,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x521632,'actionIndicator',_0x5510e3=>'remove'===_0x5510e3?'remove':null),_0x521632['placeholder']=S(_0xdd00f8,'Write\x20a\x20comment...'),_0x521632['removeButton']['on']('execute',_0x43f2f5=>{_0x43f2f5['stop'](),this['showConfirm'](S(_0xdd00f8,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x521632['focus']();}),_0x521632['actionBar']['add'](this['resolveButton'],0x0),_0x521632['focusables']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x512725=new _0x485745(this['locale']);return _0x512725['label']=S(this['locale'],'Resolve'),_0x512725['tooltip']=S(this['locale'],'Resolve'),_0x512725['icon']=_0x2b1ff8['check'],_0x512725['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x512725['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x36bba0=>!_0x36bba0),_0x512725['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x14f49f,_0x41c7d6)=>_0x14f49f&&!_0x41c7d6),_0x512725['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x512725;}['_updateArchivedThreadHeader'](){this['_model']['archivedAt']?this['commentThreadChildren']['has'](this['commentThreadHeaderView'])||(this['commentThreadChildren']['add'](this['commentThreadHeaderView'],0x0),this['focusables']['add'](this['commentThreadHeaderView'],0x0)):this['commentThreadChildren']['has'](this['commentThreadHeaderView'])&&(this['commentThreadChildren']['remove'](this['commentThreadHeaderView']),this['focusables']['remove'](this['commentThreadHeaderView']));}}class os extends _t{constructor(_0x3e3a56){super(_0x3e3a56),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x16136c,_0x261766,_0x72ff3c)=>{this['element']['innerHTML']=_0x72ff3c;}),this['element']['innerHTML']=this['content'];}}class ns extends _t{['visibleView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0xec8628,_0x252b60,_0x5a12df){super(_0xec8628),this['_model']=_0x252b60,this['_config']=_0x5a12df,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x252b60,'content',_0x252b60,'authoredAt',(_0x28bebc,_0x3ed3a4)=>S(_0xec8628,'COMMENT_ARIA_LABEL',[_0x252b60['author']['name'],_0x5a12df['formatDateTime'](_0x3ed3a4),new DOMParser()['parseFromString'](_0x28bebc,'text/html')['body']['textContent'],_0x252b60['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new _0x54921c(_0xec8628,S(_0xec8628,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new _0x74a065(),this['focusTracker']=new _0xfb2004(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x9304dc=>_0x9304dc['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['expand'](){this['isCollapsed']=!0x1;}['collapse'](){this['isEditMode']||(this['isCollapsed']=!0x0);}['focus'](){this['element']['focus']();}['render'](){super['render'](),this['_setupKeyboardNavigation']();}async['destroy'](){await this['visibleView']['get'](0x0)['destroy'](),super['destroy']();}['switchToEditMode'](){this['isEditMode']||(this['isEditMode']=!0x0,this['visibleView']['remove'](0x0)['destroy'](),this['visibleView']['add'](this['_createCommentInputView']()));}['switchToDisplayMode'](){this['isEditMode']&&(this['isEditMode']=!0x1,this['visibleView']['remove'](0x0)['destroy'](),this['visibleView']['add'](this['_createCommentContentView']()));}['getExternalCommentNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?S(this['locale'],'EXTERNAL_IMPORT_WORD_COMMENT'):S(this['locale'],'EXTERNAL_COMMENT');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?S(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):S(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['_createCommentContentView'](){const _0x2bd497=new os(this['locale']);return _0x2bd497['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x114bd3,_0x190e63)=>_0x190e63?_0x54887f(_0x114bd3,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x114bd3),_0x2bd497;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x171813=new rs(this['locale'],this['_config']['editorConfig']);return _0x171813['value']=this['_model']['content'],_0x171813['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x171813['submitLabel']=S(this['locale'],'Save'),_0x171813['on']('submit',(_0x84c87c,_0x5ba837)=>{this['fire']('updateComment',this['_model']['id'],_0x5ba837),this['switchToDisplayMode'](),this['focus']();}),_0x171813['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x171813['once']('editorReady',()=>{_0x171813['focus']();}),_0x171813['createEditor'](),_0x171813['delegate']('editorReady')['to'](this),_0x171813['delegate']('editorDestroyed')['to'](this),_0x171813;}['_setupKeyboardNavigation'](){const _0x535e3b=this['element'];this['keystrokes']['listenTo'](_0x535e3b);for(const _0x289227 of this['focusables'])this['focusTracker']['add'](_0x289227['element']),this['keystrokes']['listenTo'](_0x289227['element']);this['focusables']['on']('change',(_0x4f668a,_0x1457f8)=>{for(const _0x4f744e of _0x1457f8['removed'])this['focusTracker']['remove'](_0x4f744e['element']),this['keystrokes']['stopListening'](_0x4f744e['element']);for(const _0x28d414 of _0x1457f8['added'])this['focusTracker']['add'](_0x28d414['element']),this['keystrokes']['listenTo'](_0x28d414['element']);}),this['keystrokes']['set']('enter',(_0xaba894,_0x217a5a)=>{_0x535e3b===_0xaba894['target']&&(this['focusCycler']['focusFirst'](),_0x217a5a());}),this['keystrokes']['set']('esc',(_0x4a386b,_0x41385d)=>{_0x535e3b!==_0x4a386b['target']&&(this['focus'](),_0x41385d());});}}class Ct extends/* #__PURE__ -- @preserve */
|
|
28
|
+
ti(ns){['actionBar'];['userView'];constructor(_0xc683ce,_0x11cf6d,_0x360f01){super(_0xc683ce,_0x11cf6d,_0x360f01),this['set']('actionIndicator',null),this['set']('placeholder',S(_0xc683ce,'Reply...')),this['bind']('authoredAt')['to'](_0x11cf6d),this['bind']('resolvedAt')['to'](_0x11cf6d),this['actionBar']=this['createCollection'](),this['isSystemComment']||(this['editButton']=this['_createEditButton'](),this['removeButton']=this['_createRemoveButton'](),this['items']=this['createCollection'](),this['items']['addMany']([this['editButton'],this['removeButton']]),this['dropdown']=this['_createDropdown'](),this['actionBar']['add'](this['dropdown']),this['focusables']['add'](this['dropdown'])),this['userView']=new _0x28a6de(_0xc683ce,_0x11cf6d['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0x11cf6d,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x5c05f4=this['bindTemplate'],_0x429ef7=[{'tag':'div','attributes':{'class':['ck-comment__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-comment__info-name','ck-annotation__info-name']}},{'tag':'time','attributes':{'datetime':_0x5c05f4['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x5c05f4['to']('authoredAt',_0x7afacd=>this['_config']['formatDateTime'](_0x7afacd))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x5c05f4['if']('isEditMode','ck-comment__actions--hidden'),_0x5c05f4['if']('isEditMode','ck-annotation__actions--hidden')]},'children':this['actionBar']},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']},'children':this['visibleView']},this['ariaDescriptionView']];return this['_model']['isExternal']&&_0x429ef7['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0x5c05f4['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1,'aria-label':_0x5c05f4['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x5c05f4['if']('isEditMode','ck-comment--edit'),_0x5c05f4['if']('isSystemComment','ck-comment--info'),_0x5c05f4['to']('actionIndicator',_0x5d49ff=>_0x5d49ff?'ck-comment--'+_0x5d49ff:'')],'data-author-id':this['_model']['author']['id'],'data-comment-id':this['_model']['id'],'role':'group'},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-comment__main','ck-annotation__main']},'children':_0x429ef7}]}]};}['_createEditButton'](){const _0x3b80ff=new _0x358e4f(this['locale']);return _0x3b80ff['label']=S(this['locale'],'Edit'),_0x3b80ff['icon']=_0x2b1ff8['pencil'],_0x3b80ff['withText']=!0x0,_0x3b80ff['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x3b80ff['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x4b00a2=>!_0x4b00a2),_0x3b80ff['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x3b80ff['on']('execute',()=>this['switchToEditMode']()),_0x3b80ff;}['_createRemoveButton'](){const _0x482ea1=new _0x358e4f(this['locale']);return _0x482ea1['label']=S(this['locale'],'Remove'),_0x482ea1['icon']='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M5.2\x207h9.2c.6\x200\x201\x20.4\x201\x201v9.9c0\x20.5-.4\x201-1\x201H5.2a1\x201\x200\x200\x201-1-1V8c0-.6.4-1\x201-1zm1\x201.5c-.3\x200-.5.2-.5.5v8c0\x20.3.2.5.5.5h.5c.2\x200\x20.5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2\x200c-.2\x200-.5.2-.5.5v8c0\x20.3.3.5.5.5h.5c.3\x200\x20.5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5\x200c-.2\x200-.5.2-.5.5v8c0\x20.3.3.5.5.5h.5c.3\x200\x20.5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5\x203.6H3.8c-.5\x200-.7.3-.7.8s.2.7.7.7h12c.6\x200\x20.9-.2.9-.7\x200-.5-.3-.8-1-.8h-2.4l-1.8-2.2z\x22/></svg>\x0a',_0x482ea1['withText']=!0x0,_0x482ea1['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x482ea1['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x4bf71b=>!_0x4bf71b),_0x482ea1['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x482ea1['on']('execute',()=>{this['showConfirm'](S(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x482ea1;}['_createDropdown'](){const _0x5109d5=_0xf03cb1(this['locale'],_0x1c0a01),_0x443be6=_0x5109d5['panelView']['children'],_0x462f7f=new _0x1cda14(this['locale']),_0x222438=_0x5109d5['bindTemplate'];_0x15465a(_0x5109d5,()=>this['items']['find'](_0x33f1a0=>_0x33f1a0['isVisible'])),_0x5109d5['extendTemplate']({'attributes':{'class':[_0x222438['if']('isVisible','ck-hidden',_0x1a0d24=>!_0x1a0d24)]}});const _0x5ed6c8=(_0x20b049,_0x1faa4c=-0x1)=>{const _0x50a60f=new _0x1c9f97(this['locale']);_0x50a60f['children']['add'](_0x20b049);const _0x4a98cd=_0x1faa4c>-0x1?_0x1faa4c:_0x462f7f['items']['length'];_0x462f7f['items']['add'](_0x50a60f,_0x4a98cd);const _0x278f0b=Array['from'](this['items']);_0x5109d5['unbind']('isEnabled','isVisible'),_0x5109d5['bind']('isEnabled')['toMany'](_0x278f0b,'isEnabled',(..._0x4f92f7)=>_0x4f92f7['some'](_0x4dfd19=>_0x4dfd19)),_0x5109d5['bind']('isVisible')['toMany'](_0x278f0b,'isVisible',(..._0x3148c8)=>_0x3148c8['some'](_0x39eb0a=>_0x39eb0a));};_0x5109d5['panelPosition']='sw',_0x5109d5['buttonView']['set']({'label':S(this['locale'],'Show\x20more\x20items'),'icon':_0x2b1ff8['threeVerticalDots']}),_0x5109d5['isEnabled']=[...this['items']]['some'](_0x30e77c=>_0x30e77c['isEnabled']),_0x5109d5['buttonView']['isVisible']=[...this['items']]['some'](_0x11047e=>_0x11047e['isVisible']);for(const _0xa266ff of this['items'])_0x5ed6c8(_0xa266ff);return _0x443be6['add'](_0x462f7f),_0x5109d5['listenTo'](this['items'],'add',(_0x3760b8,_0x5513d5,_0x821cbf)=>{_0x5ed6c8(_0x5513d5,_0x821cbf);}),_0x5109d5['listenTo'](this['items'],'remove',(_0x51bd2b,_0x366220,_0x43804c)=>{_0x462f7f['items']['remove'](_0x43804c);}),_0x5109d5;}['_attachActions'](_0xc533fa,_0x14239e){const _0x52c461=_0xc533fa&&_0xc533fa['element'];_0x52c461&&(this['listenTo'](_0x52c461,'mouseenter',()=>this['actionIndicator']=_0x14239e),this['listenTo'](_0x52c461,'focus',()=>this['actionIndicator']=_0x14239e),this['listenTo'](_0x52c461,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x52c461,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x5f43a3=super['_createCommentInputView']();return _0x5f43a3['bind']('placeholder')['to'](this),_0x5f43a3;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}}function Lt(_0x529192){const _0x29088f=Dt(_0x529192,0x1e),_0x16dae5=new MutationObserver(_0x1a6bb2=>{for(const _0x3e3193 of _0x1a6bb2)('attributes'==_0x3e3193['type']&&'class'==_0x3e3193['attributeName']||'childList'==_0x3e3193['type']||'characterData'==_0x3e3193['type'])&&_0x29088f();});return{'attach'(_0x23e5f8){_0x16dae5['observe'](_0x23e5f8,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x16dae5['disconnect'](),_0x29088f['cancel']();}};}class T extends _t{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x3aa979,_0x312798){super(_0x3aa979),this['id']=_0x348e79(),this['focusTracker']=new _0xfb2004(),this['keystrokes']=new Et(),this['keystrokes']['set']('Esc',(_0x3b12a9,_0x7c6fd9)=>this['fire']('Esc',_0x7c6fd9)),this['set']('targetRect',{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this['set']('height',0x0),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['set']('length',0x0),this['set']('type',''),this['_mutationObserver']=Lt(()=>this['_updateHeight']()),this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this),this['content']['add'](_0x312798),this['mainView']=_0x312798;const _0x5317de=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x5317de['if']('isActive','ck-annotation-wrapper--active')],'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['focusTracker']['add'](this['element']),this['keystrokes']['listenTo'](this['element']),this['_mutationObserver']['attach'](this['element']);}['destroy'](){this['content']['clear'](),this['keystrokes']['destroy'](),this['focusTracker']['destroy'](),this['_mutationObserver']['detach'](),super['destroy']();}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['_updateHeight'](){const _0xd5421f=this['element']['clientHeight'];_0xd5421f&&(this['height']=_0xd5421f);}}class d extends/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x5c14b7(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x1fbecc,target:_0x4ed4c0,type:_0x5d1f7b,isVisible:_0x22b335=!0x0}){super(),this['view']=_0x1fbecc,this['view']['element']||this['view']['render'](),this['_type']=_0x5d1f7b,this['_target']=_0x4ed4c0,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x29fe88([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x3622a1,_0x49ce8f)=>{this['view']['focusTracker']['add'](_0x49ce8f);}),this['focusableElements']['on']('remove',(_0x1f9331,_0xe6a877)=>{this['view']['focusTracker']['remove'](_0xe6a877);}),this['set']('isVisible',_0x22b335);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x293c7a=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x293c7a),_0x293c7a;}get['targetRect'](){const _0x1f7487=this['target'];if(null===_0x1f7487)return null;if(_0x1f7487 instanceof _0x3ee65e)return _0x1f7487;const _0x125736=_0x1f7487['filter'](_0x24fee3=>function(_0x181955){const _0x54062a=_0x181955['offsetParent'];if(_0x54062a)return!0x0;const _0x3d73c9=_0x181955['getClientRects']()['item'](0x0);return!!_0x3d73c9;}(_0x24fee3));return 0x0===_0x125736['length']?null:new _0x3ee65e(_0x125736[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x15482f){this['view']['isActive']=_0x15482f,this['view']['mainView']['isActive']=_0x15482f;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x29138c){if(!(null===_0x29138c||_0x29138c instanceof _0x3ee65e||Array['isArray'](_0x29138c)&&_0x29138c['every'](_0x2b6d5c=>te(_0x2b6d5c))))throw new _0x47d036('annotation-invalid-target',null,{'target':_0x29138c});}['_getNormalizedTarget'](){const _0x5bf74b='function'==typeof this['_target']?this['_target']():this['_target'];return te(_0x5bf74b)?[_0x5bf74b]:_0x5bf74b;}}function te(_0x34d837){return null!==_0x34d837&&'object'==typeof _0x34d837&&'nodeType'in _0x34d837&&0x1===_0x34d837['nodeType'];}class x extends _0x29fe88{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x3743fd=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0xfb2004(),this['_focusTracker']['on']('change:isFocused',(_0x26594e,_0x40c045,_0x57e9ac)=>{_0x57e9ac||this['fire']('blur');});for(const _0x3d0594 of _0x3743fd)this['add'](_0x3d0594);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x5c4108){if(this['has'](_0x5c4108))throw new _0x47d036('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x5c4108['innerView'],_0x5c4108),this['_viewToAnnotation']['set'](_0x5c4108['view'],_0x5c4108);for(const _0xa1e4db of _0x5c4108['focusableElements'])this['_focusTracker']['add'](_0xa1e4db);this['listenTo'](_0x5c4108['focusableElements'],'add',(_0x5cc978,_0x4d4689)=>{this['_focusTracker']['add'](_0x4d4689);}),this['listenTo'](_0x5c4108['focusableElements'],'remove',(_0xdf404a,_0x30db05)=>{this['_focusTracker']['remove'](_0x30db05);}),this['listenTo'](_0x5c4108['view']['focusTracker'],'change:isFocused',(_0x115d6a,_0x15605a,_0x5f1f90)=>{_0x5f1f90&&this['fire']('focus',_0x5c4108);}),_0x5c4108['updateTargetRect']();const _0x43d7cb=this['_getOrderInContent'](_0x5c4108['view']['targetRect']);return super['add'](_0x5c4108,_0x43d7cb);}['remove'](_0x1763b7){if(!this['has'](_0x1763b7))throw new _0x47d036('annotationcollection-not-existing-item',null);this['stopListening'](_0x1763b7['view']['focusTracker']),this['stopListening'](_0x1763b7['focusableElements']);for(const _0x4e56c3 of _0x1763b7['focusableElements'])this['_focusTracker']['remove'](_0x4e56c3);return this['_viewToAnnotation']['delete'](_0x1763b7['view']),this['_innerViewToAnnotation']['delete'](_0x1763b7['innerView']),super['remove'](_0x1763b7);}['getByInnerView'](_0xa7112a){return this['_innerViewToAnnotation']['get'](_0xa7112a);}['getByView'](_0x1f8a73){return this['_viewToAnnotation']['get'](_0x1f8a73);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x43c1c1 of this)_0x43c1c1['updateTargetRect']();this['_sort']();}['_sort'](){const _0x4a5f90=Array['from'](this)['sort']((_0x4dc826,_0x16d125)=>v(_0x4dc826['view']['targetRect'],_0x16d125['view']['targetRect']));for(let _0xfe766d=_0x4a5f90['length']-0x1;_0xfe766d>0x0;_0xfe766d--){const _0x157448=_0x4a5f90[_0xfe766d];_0xfe766d!==this['getIndex'](_0x157448)&&(this['remove'](_0x157448),this['add'](_0x157448));}}['_getOrderInContent'](_0x50b973){let _0x2d1bbc=0x0;if(!_0x50b973)return this['length'];for(const _0x4b1b61 of this){const _0xf98d54=_0x4b1b61['view']['targetRect'];if(_0xf98d54){if(v(_0x50b973,_0xf98d54)<0x0)return _0x2d1bbc;_0x2d1bbc++;}}return _0x2d1bbc;}}function v(_0x1dfec1,_0x1198ce){if(null===_0x1dfec1&&null===_0x1198ce)return 0x0;if(null===_0x1dfec1)return-0x1;if(null===_0x1198ce)return 0x1;const _0x494f52=_0x1dfec1['top']-_0x1198ce['top'];return 0x0==_0x494f52?_0x1dfec1['left']-_0x1198ce['left']:_0x494f52;}class _ extends _0x9b8fa5{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x594218){if(super(_0x594218),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x594218 instanceof _0x1656fa){const _0x17e189=_0x594218['locale'];_0x594218['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':S(_0x17e189,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}}['add'](_0x548365){this['collection']['add'](_0x548365);}['remove'](_0x215b36){this['collection']['remove'](_0x215b36),_0x215b36['destroy']();}['refreshVisibility'](){for(const _0x4d8041 of this['collection'])_0x4d8041['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x397d60){return this['collection']['getByInnerView'](_0x397d60);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x3ce676 of this['collection'])_0x3ce676['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x32e1e0){this['fire']('_activateAnnotation',_0x32e1e0);}['createAnnotation'](_0x5b62c1){return new d(_0x5b62c1);}['createAnnotationView'](_0x48a4ec,_0x1852f8){return new T(_0x48a4ec,_0x1852f8);}['_addActiveAnnotation'](_0x12551f){const _0x1f1ece=new Set(this['activeAnnotations']);_0x1f1ece['add'](_0x12551f),this['activeAnnotations']=_0x1f1ece;}['_removeActiveAnnotation'](_0x33104d){const _0x46646b=new Set(this['activeAnnotations']);_0x46646b['delete'](_0x33104d),this['activeAnnotations']=_0x46646b;}['_bindAnnotationsToVisibleAnnotations'](){const _0x2b71b4=this['collection'],_0x522cfb=this['_visibleAnnotations'];function _0x4b475c(_0x583ea9){const _0x46a27d=_0x583ea9['source'];_0x46a27d['isVisible']&&!_0x522cfb['has'](_0x46a27d)?_0x522cfb['add'](_0x46a27d):!_0x46a27d['isVisible']&&_0x522cfb['has'](_0x46a27d)&&_0x522cfb['remove'](_0x46a27d),_0x46a27d['view']['focusTracker']['remove'](_0x46a27d['view']['element']),_0x46a27d['view']['focusTracker']['add'](_0x46a27d['view']['element']);}this['listenTo'](_0x2b71b4,'add',(_0x120eba,_0x448f9f)=>{_0x448f9f['isVisible']&&_0x522cfb['add'](_0x448f9f),this['listenTo'](_0x448f9f,'change:isVisible',_0x4b475c);}),this['listenTo'](_0x2b71b4,'remove',(_0x290267,_0x5053b7)=>{_0x522cfb['has'](_0x5053b7)&&_0x522cfb['remove'](_0x5053b7),this['stopListening'](_0x5053b7,'change:isVisible',_0x4b475c);});}}const vt=Symbol('noChannel'),gt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x9b8fa5{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[_,ht,ut];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x31f403){super(_0x31f403),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map()),this['licenseKey']=this['context']['config']['get']('licenseKey');const _0x3dd56a=this['context']['config'];_0x3dd56a['define']('comments.maxCommentsWhenCollapsed',0x2),_0x3dd56a['define']('comments.maxThreadTotalWeight',0x1f4),_0x3dd56a['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x3dd56a['define']('comments.CommentThreadView',At),_0x3dd56a['define']('comments.CommentView',Ct),_0x3dd56a['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x9c9d48=this['context']['plugins']['get'](_);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x115efe,_0x298f9c)=>this['_addCommentThread'](_0x298f9c)),this['on']('submitCommentThread',(_0x11861d,_0x8ebfe0)=>this['_submitCommentThread'](_0x8ebfe0)),this['on']('resolveCommentThread',(_0xecc7ee,_0x49d867)=>this['_resolveCommentThread'](_0x49d867)),this['on']('resolveCommentThread',(_0x4b11e6,_0x16011a)=>this['_updateActiveAnnotation'](_0x16011a),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x3c5303,_0x4471c9)=>this['_reopenCommentThread'](_0x4471c9)),this['on']('reopenCommentThread',(_0x2e5028,_0x3341e1)=>this['_updateActiveAnnotation'](_0x3341e1),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x5b5063,_0x19950f)=>this['_removeCommentThread'](_0x19950f)),this['on']('updateCommentThread',(_0xaf951,_0x1c8769)=>this['_updateCommentThread'](_0x1c8769)),this['on']('updateCommentThread',(_0xbcd6a,_0x413f21)=>this['_updateActiveAnnotation'](_0x413f21),{'priority':'lowest'}),this['on']('addComment',(_0xfe06d,_0x738896)=>this['_addComment'](_0x738896)),this['on']('updateComment',(_0x2ff269,_0x171d8e)=>this['_updateComment'](_0x171d8e)),this['on']('removeComment',(_0xe18e1e,_0x5d15aa)=>this['_removeComment'](_0x5d15aa)),this['on']('addComment',(_0xee9e46,{threadId:_0x265dd0,isFromAdapter:_0x3318e8})=>{if(_0x3318e8)return;const _0x401353=this['getCommentThread'](_0x265dd0),_0xb72934=_0x401353&&this['_threadToController']['get'](_0x401353);_0xb72934&&_0xb72934['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x9c9d48,'change:activeAnnotations',(_0x29d902,_0x3818da,_0x50e36e)=>{const _0x51a3bc=Array['from'](_0x50e36e)['map'](_0x371103=>this['_viewToController']['get'](_0x371103['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x51a3bc?_0x51a3bc['model']:null;});}['afterInit'](){!function(_0x3d8045){function _0x314604(_0x22ce57,_0x2f18cc,_0x42fed7){const _0xcac0f6={};_0xcac0f6[_0x43ed5b([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0xcac0f6[_0x43ed5b([0x72,0x63,0x6f,0x6e])]=[0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36,0x6c,0xd8,0xab,0x4d,0x9a,0x2f,0x5e,0xbc,0x63,0xc6,0x97,0x35,0x6a,0xd4,0xb3,0x7d,0xfa,0xef,0xc5,0x91],_0xcac0f6[_0x43ed5b([0x53])]=[0x63,0x7c,0x77,0x7b,0xf2,0x6b,0x6f,0xc5,0x30,0x1,0x67,0x2b,0xfe,0xd7,0xab,0x76,0xca,0x82,0xc9,0x7d,0xfa,0x59,0x47,0xf0,0xad,0xd4,0xa2,0xaf,0x9c,0xa4,0x72,0xc0,0xb7,0xfd,0x93,0x26,0x36,0x3f,0xf7,0xcc,0x34,0xa5,0xe5,0xf1,0x71,0xd8,0x31,0x15,0x4,0xc7,0x23,0xc3,0x18,0x96,0x5,0x9a,0x7,0x12,0x80,0xe2,0xeb,0x27,0xb2,0x75,0x9,0x83,0x2c,0x1a,0x1b,0x6e,0x5a,0xa0,0x52,0x3b,0xd6,0xb3,0x29,0xe3,0x2f,0x84,0x53,0xd1,0x0,0xed,0x20,0xfc,0xb1,0x5b,0x6a,0xcb,0xbe,0x39,0x4a,0x4c,0x58,0xcf,0xd0,0xef,0xaa,0xfb,0x43,0x4d,0x33,0x85,0x45,0xf9,0x2,0x7f,0x50,0x3c,0x9f,0xa8,0x51,0xa3,0x40,0x8f,0x92,0x9d,0x38,0xf5,0xbc,0xb6,0xda,0x21,0x10,0xff,0xf3,0xd2,0xcd,0xc,0x13,0xec,0x5f,0x97,0x44,0x17,0xc4,0xa7,0x7e,0x3d,0x64,0x5d,0x19,0x73,0x60,0x81,0x4f,0xdc,0x22,0x2a,0x90,0x88,0x46,0xee,0xb8,0x14,0xde,0x5e,0xb,0xdb,0xe0,0x32,0x3a,0xa,0x49,0x6,0x24,0x5c,0xc2,0xd3,0xac,0x62,0x91,0x95,0xe4,0x79,0xe7,0xc8,0x37,0x6d,0x8d,0xd5,0x4e,0xa9,0x6c,0x56,0xf4,0xea,0x65,0x7a,0xae,0x8,0xba,0x78,0x25,0x2e,0x1c,0xa6,0xb4,0xc6,0xe8,0xdd,0x74,0x1f,0x4b,0xbd,0x8b,0x8a,0x70,0x3e,0xb5,0x66,0x48,0x3,0xf6,0xe,0x61,0x35,0x57,0xb9,0x86,0xc1,0x1d,0x9e,0xe1,0xf8,0x98,0x11,0x69,0xd9,0x8e,0x94,0x9b,0x1e,0x87,0xe9,0xce,0x55,0x28,0xdf,0x8c,0xa1,0x89,0xd,0xbf,0xe6,0x42,0x68,0x41,0x99,0x2d,0xf,0xb0,0x54,0xbb,0x16],_0xcac0f6[_0x43ed5b([0x54,0x31])]=[0xc66363a5,0xf87c7c84,0xee777799,0xf67b7b8d,0xfff2f20d,0xd66b6bbd,0xde6f6fb1,0x91c5c554,0x60303050,0x2010103,0xce6767a9,0x562b2b7d,0xe7fefe19,0xb5d7d762,0x4dababe6,0xec76769a,0x8fcaca45,0x1f82829d,0x89c9c940,0xfa7d7d87,0xeffafa15,0xb25959eb,0x8e4747c9,0xfbf0f00b,0x41adadec,0xb3d4d467,0x5fa2a2fd,0x45afafea,0x239c9cbf,0x53a4a4f7,0xe4727296,0x9bc0c05b,0x75b7b7c2,0xe1fdfd1c,0x3d9393ae,0x4c26266a,0x6c36365a,0x7e3f3f41,0xf5f7f702,0x83cccc4f,0x6834345c,0x51a5a5f4,0xd1e5e534,0xf9f1f108,0xe2717193,0xabd8d873,0x62313153,0x2a15153f,0x804040c,0x95c7c752,0x46232365,0x9dc3c35e,0x30181828,0x379696a1,0xa05050f,0x2f9a9ab5,0xe070709,0x24121236,0x1b80809b,0xdfe2e23d,0xcdebeb26,0x4e272769,0x7fb2b2cd,0xea75759f,0x1209091b,0x1d83839e,0x582c2c74,0x341a1a2e,0x361b1b2d,0xdc6e6eb2,0xb45a5aee,0x5ba0a0fb,0xa45252f6,0x763b3b4d,0xb7d6d661,0x7db3b3ce,0x5229297b,0xdde3e33e,0x5e2f2f71,0x13848497,0xa65353f5,0xb9d1d168,0x0,0xc1eded2c,0x40202060,0xe3fcfc1f,0x79b1b1c8,0xb65b5bed,0xd46a6abe,0x8dcbcb46,0x67bebed9,0x7239394b,0x944a4ade,0x984c4cd4,0xb05858e8,0x85cfcf4a,0xbbd0d06b,0xc5efef2a,0x4faaaae5,0xedfbfb16,0x864343c5,0x9a4d4dd7,0x66333355,0x11858594,0x8a4545cf,0xe9f9f910,0x4020206,0xfe7f7f81,0xa05050f0,0x783c3c44,0x259f9fba,0x4ba8a8e3,0xa25151f3,0x5da3a3fe,0x804040c0,0x58f8f8a,0x3f9292ad,0x219d9dbc,0x70383848,0xf1f5f504,0x63bcbcdf,0x77b6b6c1,0xafdada75,0x42212163,0x20101030,0xe5ffff1a,0xfdf3f30e,0xbfd2d26d,0x81cdcd4c,0x180c0c14,0x26131335,0xc3ecec2f,0xbe5f5fe1,0x359797a2,0x884444cc,0x2e171739,0x93c4c457,0x55a7a7f2,0xfc7e7e82,0x7a3d3d47,0xc86464ac,0xba5d5de7,0x3219192b,0xe6737395,0xc06060a0,0x19818198,0x9e4f4fd1,0xa3dcdc7f,0x44222266,0x542a2a7e,0x3b9090ab,0xb888883,0x8c4646ca,0xc7eeee29,0x6bb8b8d3,0x2814143c,0xa7dede79,0xbc5e5ee2,0x160b0b1d,0xaddbdb76,0xdbe0e03b,0x64323256,0x743a3a4e,0x140a0a1e,0x924949db,0xc06060a,0x4824246c,0xb85c5ce4,0x9fc2c25d,0xbdd3d36e,0x43acacef,0xc46262a6,0x399191a8,0x319595a4,0xd3e4e437,0xf279798b,0xd5e7e732,0x8bc8c843,0x6e373759,0xda6d6db7,0x18d8d8c,0xb1d5d564,0x9c4e4ed2,0x49a9a9e0,0xd86c6cb4,0xac5656fa,0xf3f4f407,0xcfeaea25,0xca6565af,0xf47a7a8e,0x47aeaee9,0x10080818,0x6fbabad5,0xf0787888,0x4a25256f,0x5c2e2e72,0x381c1c24,0x57a6a6f1,0x73b4b4c7,0x97c6c651,0xcbe8e823,0xa1dddd7c,0xe874749c,0x3e1f1f21,0x964b4bdd,0x61bdbddc,0xd8b8b86,0xf8a8a85,0xe0707090,0x7c3e3e42,0x71b5b5c4,0xcc6666aa,0x904848d8,0x6030305,0xf7f6f601,0x1c0e0e12,0xc26161a3,0x6a35355f,0xae5757f9,0x69b9b9d0,0x17868691,0x99c1c158,0x3a1d1d27,0x279e9eb9,0xd9e1e138,0xebf8f813,0x2b9898b3,0x22111133,0xd26969bb,0xa9d9d970,0x78e8e89,0x339494a7,0x2d9b9bb6,0x3c1e1e22,0x15878792,0xc9e9e920,0x87cece49,0xaa5555ff,0x50282878,0xa5dfdf7a,0x38c8c8f,0x59a1a1f8,0x9898980,0x1a0d0d17,0x65bfbfda,0xd7e6e631,0x844242c6,0xd06868b8,0x824141c3,0x299999b0,0x5a2d2d77,0x1e0f0f11,0x7bb0b0cb,0xa85454fc,0x6dbbbbd6,0x2c16163a],_0xcac0f6[_0x43ed5b([0x54,0x32])]=[0xa5c66363,0x84f87c7c,0x99ee7777,0x8df67b7b,0xdfff2f2,0xbdd66b6b,0xb1de6f6f,0x5491c5c5,0x50603030,0x3020101,0xa9ce6767,0x7d562b2b,0x19e7fefe,0x62b5d7d7,0xe64dabab,0x9aec7676,0x458fcaca,0x9d1f8282,0x4089c9c9,0x87fa7d7d,0x15effafa,0xebb25959,0xc98e4747,0xbfbf0f0,0xec41adad,0x67b3d4d4,0xfd5fa2a2,0xea45afaf,0xbf239c9c,0xf753a4a4,0x96e47272,0x5b9bc0c0,0xc275b7b7,0x1ce1fdfd,0xae3d9393,0x6a4c2626,0x5a6c3636,0x417e3f3f,0x2f5f7f7,0x4f83cccc,0x5c683434,0xf451a5a5,0x34d1e5e5,0x8f9f1f1,0x93e27171,0x73abd8d8,0x53623131,0x3f2a1515,0xc080404,0x5295c7c7,0x65462323,0x5e9dc3c3,0x28301818,0xa1379696,0xf0a0505,0xb52f9a9a,0x90e0707,0x36241212,0x9b1b8080,0x3ddfe2e2,0x26cdebeb,0x694e2727,0xcd7fb2b2,0x9fea7575,0x1b120909,0x9e1d8383,0x74582c2c,0x2e341a1a,0x2d361b1b,0xb2dc6e6e,0xeeb45a5a,0xfb5ba0a0,0xf6a45252,0x4d763b3b,0x61b7d6d6,0xce7db3b3,0x7b522929,0x3edde3e3,0x715e2f2f,0x97138484,0xf5a65353,0x68b9d1d1,0x0,0x2cc1eded,0x60402020,0x1fe3fcfc,0xc879b1b1,0xedb65b5b,0xbed46a6a,0x468dcbcb,0xd967bebe,0x4b723939,0xde944a4a,0xd4984c4c,0xe8b05858,0x4a85cfcf,0x6bbbd0d0,0x2ac5efef,0xe54faaaa,0x16edfbfb,0xc5864343,0xd79a4d4d,0x55663333,0x94118585,0xcf8a4545,0x10e9f9f9,0x6040202,0x81fe7f7f,0xf0a05050,0x44783c3c,0xba259f9f,0xe34ba8a8,0xf3a25151,0xfe5da3a3,0xc0804040,0x8a058f8f,0xad3f9292,0xbc219d9d,0x48703838,0x4f1f5f5,0xdf63bcbc,0xc177b6b6,0x75afdada,0x63422121,0x30201010,0x1ae5ffff,0xefdf3f3,0x6dbfd2d2,0x4c81cdcd,0x14180c0c,0x35261313,0x2fc3ecec,0xe1be5f5f,0xa2359797,0xcc884444,0x392e1717,0x5793c4c4,0xf255a7a7,0x82fc7e7e,0x477a3d3d,0xacc86464,0xe7ba5d5d,0x2b321919,0x95e67373,0xa0c06060,0x98198181,0xd19e4f4f,0x7fa3dcdc,0x66442222,0x7e542a2a,0xab3b9090,0x830b8888,0xca8c4646,0x29c7eeee,0xd36bb8b8,0x3c281414,0x79a7dede,0xe2bc5e5e,0x1d160b0b,0x76addbdb,0x3bdbe0e0,0x56643232,0x4e743a3a,0x1e140a0a,0xdb924949,0xa0c0606,0x6c482424,0xe4b85c5c,0x5d9fc2c2,0x6ebdd3d3,0xef43acac,0xa6c46262,0xa8399191,0xa4319595,0x37d3e4e4,0x8bf27979,0x32d5e7e7,0x438bc8c8,0x596e3737,0xb7da6d6d,0x8c018d8d,0x64b1d5d5,0xd29c4e4e,0xe049a9a9,0xb4d86c6c,0xfaac5656,0x7f3f4f4,0x25cfeaea,0xafca6565,0x8ef47a7a,0xe947aeae,0x18100808,0xd56fbaba,0x88f07878,0x6f4a2525,0x725c2e2e,0x24381c1c,0xf157a6a6,0xc773b4b4,0x5197c6c6,0x23cbe8e8,0x7ca1dddd,0x9ce87474,0x213e1f1f,0xdd964b4b,0xdc61bdbd,0x860d8b8b,0x850f8a8a,0x90e07070,0x427c3e3e,0xc471b5b5,0xaacc6666,0xd8904848,0x5060303,0x1f7f6f6,0x121c0e0e,0xa3c26161,0x5f6a3535,0xf9ae5757,0xd069b9b9,0x91178686,0x5899c1c1,0x273a1d1d,0xb9279e9e,0x38d9e1e1,0x13ebf8f8,0xb32b9898,0x33221111,0xbbd26969,0x70a9d9d9,0x89078e8e,0xa7339494,0xb62d9b9b,0x223c1e1e,0x92158787,0x20c9e9e9,0x4987cece,0xffaa5555,0x78502828,0x7aa5dfdf,0x8f038c8c,0xf859a1a1,0x80098989,0x171a0d0d,0xda65bfbf,0x31d7e6e6,0xc6844242,0xb8d06868,0xc3824141,0xb0299999,0x775a2d2d,0x111e0f0f,0xcb7bb0b0,0xfca85454,0xd66dbbbb,0x3a2c1616],_0xcac0f6[_0x43ed5b([0x54,0x33])]=[0x63a5c663,0x7c84f87c,0x7799ee77,0x7b8df67b,0xf20dfff2,0x6bbdd66b,0x6fb1de6f,0xc55491c5,0x30506030,0x1030201,0x67a9ce67,0x2b7d562b,0xfe19e7fe,0xd762b5d7,0xabe64dab,0x769aec76,0xca458fca,0x829d1f82,0xc94089c9,0x7d87fa7d,0xfa15effa,0x59ebb259,0x47c98e47,0xf00bfbf0,0xadec41ad,0xd467b3d4,0xa2fd5fa2,0xafea45af,0x9cbf239c,0xa4f753a4,0x7296e472,0xc05b9bc0,0xb7c275b7,0xfd1ce1fd,0x93ae3d93,0x266a4c26,0x365a6c36,0x3f417e3f,0xf702f5f7,0xcc4f83cc,0x345c6834,0xa5f451a5,0xe534d1e5,0xf108f9f1,0x7193e271,0xd873abd8,0x31536231,0x153f2a15,0x40c0804,0xc75295c7,0x23654623,0xc35e9dc3,0x18283018,0x96a13796,0x50f0a05,0x9ab52f9a,0x7090e07,0x12362412,0x809b1b80,0xe23ddfe2,0xeb26cdeb,0x27694e27,0xb2cd7fb2,0x759fea75,0x91b1209,0x839e1d83,0x2c74582c,0x1a2e341a,0x1b2d361b,0x6eb2dc6e,0x5aeeb45a,0xa0fb5ba0,0x52f6a452,0x3b4d763b,0xd661b7d6,0xb3ce7db3,0x297b5229,0xe33edde3,0x2f715e2f,0x84971384,0x53f5a653,0xd168b9d1,0x0,0xed2cc1ed,0x20604020,0xfc1fe3fc,0xb1c879b1,0x5bedb65b,0x6abed46a,0xcb468dcb,0xbed967be,0x394b7239,0x4ade944a,0x4cd4984c,0x58e8b058,0xcf4a85cf,0xd06bbbd0,0xef2ac5ef,0xaae54faa,0xfb16edfb,0x43c58643,0x4dd79a4d,0x33556633,0x85941185,0x45cf8a45,0xf910e9f9,0x2060402,0x7f81fe7f,0x50f0a050,0x3c44783c,0x9fba259f,0xa8e34ba8,0x51f3a251,0xa3fe5da3,0x40c08040,0x8f8a058f,0x92ad3f92,0x9dbc219d,0x38487038,0xf504f1f5,0xbcdf63bc,0xb6c177b6,0xda75afda,0x21634221,0x10302010,0xff1ae5ff,0xf30efdf3,0xd26dbfd2,0xcd4c81cd,0xc14180c,0x13352613,0xec2fc3ec,0x5fe1be5f,0x97a23597,0x44cc8844,0x17392e17,0xc45793c4,0xa7f255a7,0x7e82fc7e,0x3d477a3d,0x64acc864,0x5de7ba5d,0x192b3219,0x7395e673,0x60a0c060,0x81981981,0x4fd19e4f,0xdc7fa3dc,0x22664422,0x2a7e542a,0x90ab3b90,0x88830b88,0x46ca8c46,0xee29c7ee,0xb8d36bb8,0x143c2814,0xde79a7de,0x5ee2bc5e,0xb1d160b,0xdb76addb,0xe03bdbe0,0x32566432,0x3a4e743a,0xa1e140a,0x49db9249,0x60a0c06,0x246c4824,0x5ce4b85c,0xc25d9fc2,0xd36ebdd3,0xacef43ac,0x62a6c462,0x91a83991,0x95a43195,0xe437d3e4,0x798bf279,0xe732d5e7,0xc8438bc8,0x37596e37,0x6db7da6d,0x8d8c018d,0xd564b1d5,0x4ed29c4e,0xa9e049a9,0x6cb4d86c,0x56faac56,0xf407f3f4,0xea25cfea,0x65afca65,0x7a8ef47a,0xaee947ae,0x8181008,0xbad56fba,0x7888f078,0x256f4a25,0x2e725c2e,0x1c24381c,0xa6f157a6,0xb4c773b4,0xc65197c6,0xe823cbe8,0xdd7ca1dd,0x749ce874,0x1f213e1f,0x4bdd964b,0xbddc61bd,0x8b860d8b,0x8a850f8a,0x7090e070,0x3e427c3e,0xb5c471b5,0x66aacc66,0x48d89048,0x3050603,0xf601f7f6,0xe121c0e,0x61a3c261,0x355f6a35,0x57f9ae57,0xb9d069b9,0x86911786,0xc15899c1,0x1d273a1d,0x9eb9279e,0xe138d9e1,0xf813ebf8,0x98b32b98,0x11332211,0x69bbd269,0xd970a9d9,0x8e89078e,0x94a73394,0x9bb62d9b,0x1e223c1e,0x87921587,0xe920c9e9,0xce4987ce,0x55ffaa55,0x28785028,0xdf7aa5df,0x8c8f038c,0xa1f859a1,0x89800989,0xd171a0d,0xbfda65bf,0xe631d7e6,0x42c68442,0x68b8d068,0x41c38241,0x99b02999,0x2d775a2d,0xf111e0f,0xb0cb7bb0,0x54fca854,0xbbd66dbb,0x163a2c16],_0xcac0f6[_0x43ed5b([0x54,0x34])]=[0x6363a5c6,0x7c7c84f8,0x777799ee,0x7b7b8df6,0xf2f20dff,0x6b6bbdd6,0x6f6fb1de,0xc5c55491,0x30305060,0x1010302,0x6767a9ce,0x2b2b7d56,0xfefe19e7,0xd7d762b5,0xababe64d,0x76769aec,0xcaca458f,0x82829d1f,0xc9c94089,0x7d7d87fa,0xfafa15ef,0x5959ebb2,0x4747c98e,0xf0f00bfb,0xadadec41,0xd4d467b3,0xa2a2fd5f,0xafafea45,0x9c9cbf23,0xa4a4f753,0x727296e4,0xc0c05b9b,0xb7b7c275,0xfdfd1ce1,0x9393ae3d,0x26266a4c,0x36365a6c,0x3f3f417e,0xf7f702f5,0xcccc4f83,0x34345c68,0xa5a5f451,0xe5e534d1,0xf1f108f9,0x717193e2,0xd8d873ab,0x31315362,0x15153f2a,0x4040c08,0xc7c75295,0x23236546,0xc3c35e9d,0x18182830,0x9696a137,0x5050f0a,0x9a9ab52f,0x707090e,0x12123624,0x80809b1b,0xe2e23ddf,0xebeb26cd,0x2727694e,0xb2b2cd7f,0x75759fea,0x9091b12,0x83839e1d,0x2c2c7458,0x1a1a2e34,0x1b1b2d36,0x6e6eb2dc,0x5a5aeeb4,0xa0a0fb5b,0x5252f6a4,0x3b3b4d76,0xd6d661b7,0xb3b3ce7d,0x29297b52,0xe3e33edd,0x2f2f715e,0x84849713,0x5353f5a6,0xd1d168b9,0x0,0xeded2cc1,0x20206040,0xfcfc1fe3,0xb1b1c879,0x5b5bedb6,0x6a6abed4,0xcbcb468d,0xbebed967,0x39394b72,0x4a4ade94,0x4c4cd498,0x5858e8b0,0xcfcf4a85,0xd0d06bbb,0xefef2ac5,0xaaaae54f,0xfbfb16ed,0x4343c586,0x4d4dd79a,0x33335566,0x85859411,0x4545cf8a,0xf9f910e9,0x2020604,0x7f7f81fe,0x5050f0a0,0x3c3c4478,0x9f9fba25,0xa8a8e34b,0x5151f3a2,0xa3a3fe5d,0x4040c080,0x8f8f8a05,0x9292ad3f,0x9d9dbc21,0x38384870,0xf5f504f1,0xbcbcdf63,0xb6b6c177,0xdada75af,0x21216342,0x10103020,0xffff1ae5,0xf3f30efd,0xd2d26dbf,0xcdcd4c81,0xc0c1418,0x13133526,0xecec2fc3,0x5f5fe1be,0x9797a235,0x4444cc88,0x1717392e,0xc4c45793,0xa7a7f255,0x7e7e82fc,0x3d3d477a,0x6464acc8,0x5d5de7ba,0x19192b32,0x737395e6,0x6060a0c0,0x81819819,0x4f4fd19e,0xdcdc7fa3,0x22226644,0x2a2a7e54,0x9090ab3b,0x8888830b,0x4646ca8c,0xeeee29c7,0xb8b8d36b,0x14143c28,0xdede79a7,0x5e5ee2bc,0xb0b1d16,0xdbdb76ad,0xe0e03bdb,0x32325664,0x3a3a4e74,0xa0a1e14,0x4949db92,0x6060a0c,0x24246c48,0x5c5ce4b8,0xc2c25d9f,0xd3d36ebd,0xacacef43,0x6262a6c4,0x9191a839,0x9595a431,0xe4e437d3,0x79798bf2,0xe7e732d5,0xc8c8438b,0x3737596e,0x6d6db7da,0x8d8d8c01,0xd5d564b1,0x4e4ed29c,0xa9a9e049,0x6c6cb4d8,0x5656faac,0xf4f407f3,0xeaea25cf,0x6565afca,0x7a7a8ef4,0xaeaee947,0x8081810,0xbabad56f,0x787888f0,0x25256f4a,0x2e2e725c,0x1c1c2438,0xa6a6f157,0xb4b4c773,0xc6c65197,0xe8e823cb,0xdddd7ca1,0x74749ce8,0x1f1f213e,0x4b4bdd96,0xbdbddc61,0x8b8b860d,0x8a8a850f,0x707090e0,0x3e3e427c,0xb5b5c471,0x6666aacc,0x4848d890,0x3030506,0xf6f601f7,0xe0e121c,0x6161a3c2,0x35355f6a,0x5757f9ae,0xb9b9d069,0x86869117,0xc1c15899,0x1d1d273a,0x9e9eb927,0xe1e138d9,0xf8f813eb,0x9898b32b,0x11113322,0x6969bbd2,0xd9d970a9,0x8e8e8907,0x9494a733,0x9b9bb62d,0x1e1e223c,0x87879215,0xe9e920c9,0xcece4987,0x5555ffaa,0x28287850,0xdfdf7aa5,0x8c8c8f03,0xa1a1f859,0x89898009,0xd0d171a,0xbfbfda65,0xe6e631d7,0x4242c684,0x6868b8d0,0x4141c382,0x9999b029,0x2d2d775a,0xf0f111e,0xb0b0cb7b,0x5454fca8,0xbbbbd66d,0x16163a2c],_0xcac0f6[_0x43ed5b([0x55,0x31])]=[0x0,0xe090d0b,0x1c121a16,0x121b171d,0x3824342c,0x362d3927,0x24362e3a,0x2a3f2331,0x70486858,0x7e416553,0x6c5a724e,0x62537f45,0x486c5c74,0x4665517f,0x547e4662,0x5a774b69,0xe090d0b0,0xee99ddbb,0xfc82caa6,0xf28bc7ad,0xd8b4e49c,0xd6bde997,0xc4a6fe8a,0xcaaff381,0x90d8b8e8,0x9ed1b5e3,0x8ccaa2fe,0x82c3aff5,0xa8fc8cc4,0xa6f581cf,0xb4ee96d2,0xbae79bd9,0xdb3bbb7b,0xd532b670,0xc729a16d,0xc920ac66,0xe31f8f57,0xed16825c,0xff0d9541,0xf104984a,0xab73d323,0xa57ade28,0xb761c935,0xb968c43e,0x9357e70f,0x9d5eea04,0x8f45fd19,0x814cf012,0x3bab6bcb,0x35a266c0,0x27b971dd,0x29b07cd6,0x38f5fe7,0xd8652ec,0x1f9d45f1,0x119448fa,0x4be30393,0x45ea0e98,0x57f11985,0x59f8148e,0x73c737bf,0x7dce3ab4,0x6fd52da9,0x61dc20a2,0xad766df6,0xa37f60fd,0xb16477e0,0xbf6d7aeb,0x955259da,0x9b5b54d1,0x894043cc,0x87494ec7,0xdd3e05ae,0xd33708a5,0xc12c1fb8,0xcf2512b3,0xe51a3182,0xeb133c89,0xf9082b94,0xf701269f,0x4de6bd46,0x43efb04d,0x51f4a750,0x5ffdaa5b,0x75c2896a,0x7bcb8461,0x69d0937c,0x67d99e77,0x3daed51e,0x33a7d815,0x21bccf08,0x2fb5c203,0x58ae132,0xb83ec39,0x1998fb24,0x1791f62f,0x764dd68d,0x7844db86,0x6a5fcc9b,0x6456c190,0x4e69e2a1,0x4060efaa,0x527bf8b7,0x5c72f5bc,0x605bed5,0x80cb3de,0x1a17a4c3,0x141ea9c8,0x3e218af9,0x302887f2,0x223390ef,0x2c3a9de4,0x96dd063d,0x98d40b36,0x8acf1c2b,0x84c61120,0xaef93211,0xa0f03f1a,0xb2eb2807,0xbce2250c,0xe6956e65,0xe89c636e,0xfa877473,0xf48e7978,0xdeb15a49,0xd0b85742,0xc2a3405f,0xccaa4d54,0x41ecdaf7,0x4fe5d7fc,0x5dfec0e1,0x53f7cdea,0x79c8eedb,0x77c1e3d0,0x65daf4cd,0x6bd3f9c6,0x31a4b2af,0x3fadbfa4,0x2db6a8b9,0x23bfa5b2,0x9808683,0x7898b88,0x15929c95,0x1b9b919e,0xa17c0a47,0xaf75074c,0xbd6e1051,0xb3671d5a,0x99583e6b,0x97513360,0x854a247d,0x8b432976,0xd134621f,0xdf3d6f14,0xcd267809,0xc32f7502,0xe9105633,0xe7195b38,0xf5024c25,0xfb0b412e,0x9ad7618c,0x94de6c87,0x86c57b9a,0x88cc7691,0xa2f355a0,0xacfa58ab,0xbee14fb6,0xb0e842bd,0xea9f09d4,0xe49604df,0xf68d13c2,0xf8841ec9,0xd2bb3df8,0xdcb230f3,0xcea927ee,0xc0a02ae5,0x7a47b13c,0x744ebc37,0x6655ab2a,0x685ca621,0x42638510,0x4c6a881b,0x5e719f06,0x5078920d,0xa0fd964,0x406d46f,0x161dc372,0x1814ce79,0x322bed48,0x3c22e043,0x2e39f75e,0x2030fa55,0xec9ab701,0xe293ba0a,0xf088ad17,0xfe81a01c,0xd4be832d,0xdab78e26,0xc8ac993b,0xc6a59430,0x9cd2df59,0x92dbd252,0x80c0c54f,0x8ec9c844,0xa4f6eb75,0xaaffe67e,0xb8e4f163,0xb6edfc68,0xc0a67b1,0x2036aba,0x10187da7,0x1e1170ac,0x342e539d,0x3a275e96,0x283c498b,0x26354480,0x7c420fe9,0x724b02e2,0x605015ff,0x6e5918f4,0x44663bc5,0x4a6f36ce,0x587421d3,0x567d2cd8,0x37a10c7a,0x39a80171,0x2bb3166c,0x25ba1b67,0xf853856,0x18c355d,0x13972240,0x1d9e2f4b,0x47e96422,0x49e06929,0x5bfb7e34,0x55f2733f,0x7fcd500e,0x71c45d05,0x63df4a18,0x6dd64713,0xd731dcca,0xd938d1c1,0xcb23c6dc,0xc52acbd7,0xef15e8e6,0xe11ce5ed,0xf307f2f0,0xfd0efffb,0xa779b492,0xa970b999,0xbb6bae84,0xb562a38f,0x9f5d80be,0x91548db5,0x834f9aa8,0x8d4697a3],_0xcac0f6[_0x43ed5b([0x55,0x32])]=[0x0,0xb0e090d,0x161c121a,0x1d121b17,0x2c382434,0x27362d39,0x3a24362e,0x312a3f23,0x58704868,0x537e4165,0x4e6c5a72,0x4562537f,0x74486c5c,0x7f466551,0x62547e46,0x695a774b,0xb0e090d0,0xbbee99dd,0xa6fc82ca,0xadf28bc7,0x9cd8b4e4,0x97d6bde9,0x8ac4a6fe,0x81caaff3,0xe890d8b8,0xe39ed1b5,0xfe8ccaa2,0xf582c3af,0xc4a8fc8c,0xcfa6f581,0xd2b4ee96,0xd9bae79b,0x7bdb3bbb,0x70d532b6,0x6dc729a1,0x66c920ac,0x57e31f8f,0x5ced1682,0x41ff0d95,0x4af10498,0x23ab73d3,0x28a57ade,0x35b761c9,0x3eb968c4,0xf9357e7,0x49d5eea,0x198f45fd,0x12814cf0,0xcb3bab6b,0xc035a266,0xdd27b971,0xd629b07c,0xe7038f5f,0xec0d8652,0xf11f9d45,0xfa119448,0x934be303,0x9845ea0e,0x8557f119,0x8e59f814,0xbf73c737,0xb47dce3a,0xa96fd52d,0xa261dc20,0xf6ad766d,0xfda37f60,0xe0b16477,0xebbf6d7a,0xda955259,0xd19b5b54,0xcc894043,0xc787494e,0xaedd3e05,0xa5d33708,0xb8c12c1f,0xb3cf2512,0x82e51a31,0x89eb133c,0x94f9082b,0x9ff70126,0x464de6bd,0x4d43efb0,0x5051f4a7,0x5b5ffdaa,0x6a75c289,0x617bcb84,0x7c69d093,0x7767d99e,0x1e3daed5,0x1533a7d8,0x821bccf,0x32fb5c2,0x32058ae1,0x390b83ec,0x241998fb,0x2f1791f6,0x8d764dd6,0x867844db,0x9b6a5fcc,0x906456c1,0xa14e69e2,0xaa4060ef,0xb7527bf8,0xbc5c72f5,0xd50605be,0xde080cb3,0xc31a17a4,0xc8141ea9,0xf93e218a,0xf2302887,0xef223390,0xe42c3a9d,0x3d96dd06,0x3698d40b,0x2b8acf1c,0x2084c611,0x11aef932,0x1aa0f03f,0x7b2eb28,0xcbce225,0x65e6956e,0x6ee89c63,0x73fa8774,0x78f48e79,0x49deb15a,0x42d0b857,0x5fc2a340,0x54ccaa4d,0xf741ecda,0xfc4fe5d7,0xe15dfec0,0xea53f7cd,0xdb79c8ee,0xd077c1e3,0xcd65daf4,0xc66bd3f9,0xaf31a4b2,0xa43fadbf,0xb92db6a8,0xb223bfa5,0x83098086,0x8807898b,0x9515929c,0x9e1b9b91,0x47a17c0a,0x4caf7507,0x51bd6e10,0x5ab3671d,0x6b99583e,0x60975133,0x7d854a24,0x768b4329,0x1fd13462,0x14df3d6f,0x9cd2678,0x2c32f75,0x33e91056,0x38e7195b,0x25f5024c,0x2efb0b41,0x8c9ad761,0x8794de6c,0x9a86c57b,0x9188cc76,0xa0a2f355,0xabacfa58,0xb6bee14f,0xbdb0e842,0xd4ea9f09,0xdfe49604,0xc2f68d13,0xc9f8841e,0xf8d2bb3d,0xf3dcb230,0xeecea927,0xe5c0a02a,0x3c7a47b1,0x37744ebc,0x2a6655ab,0x21685ca6,0x10426385,0x1b4c6a88,0x65e719f,0xd507892,0x640a0fd9,0x6f0406d4,0x72161dc3,0x791814ce,0x48322bed,0x433c22e0,0x5e2e39f7,0x552030fa,0x1ec9ab7,0xae293ba,0x17f088ad,0x1cfe81a0,0x2dd4be83,0x26dab78e,0x3bc8ac99,0x30c6a594,0x599cd2df,0x5292dbd2,0x4f80c0c5,0x448ec9c8,0x75a4f6eb,0x7eaaffe6,0x63b8e4f1,0x68b6edfc,0xb10c0a67,0xba02036a,0xa710187d,0xac1e1170,0x9d342e53,0x963a275e,0x8b283c49,0x80263544,0xe97c420f,0xe2724b02,0xff605015,0xf46e5918,0xc544663b,0xce4a6f36,0xd3587421,0xd8567d2c,0x7a37a10c,0x7139a801,0x6c2bb316,0x6725ba1b,0x560f8538,0x5d018c35,0x40139722,0x4b1d9e2f,0x2247e964,0x2949e069,0x345bfb7e,0x3f55f273,0xe7fcd50,0x571c45d,0x1863df4a,0x136dd647,0xcad731dc,0xc1d938d1,0xdccb23c6,0xd7c52acb,0xe6ef15e8,0xede11ce5,0xf0f307f2,0xfbfd0eff,0x92a779b4,0x99a970b9,0x84bb6bae,0x8fb562a3,0xbe9f5d80,0xb591548d,0xa8834f9a,0xa38d4697],_0xcac0f6[_0x43ed5b([0x55,0x33])]=[0x0,0xd0b0e09,0x1a161c12,0x171d121b,0x342c3824,0x3927362d,0x2e3a2436,0x23312a3f,0x68587048,0x65537e41,0x724e6c5a,0x7f456253,0x5c74486c,0x517f4665,0x4662547e,0x4b695a77,0xd0b0e090,0xddbbee99,0xcaa6fc82,0xc7adf28b,0xe49cd8b4,0xe997d6bd,0xfe8ac4a6,0xf381caaf,0xb8e890d8,0xb5e39ed1,0xa2fe8cca,0xaff582c3,0x8cc4a8fc,0x81cfa6f5,0x96d2b4ee,0x9bd9bae7,0xbb7bdb3b,0xb670d532,0xa16dc729,0xac66c920,0x8f57e31f,0x825ced16,0x9541ff0d,0x984af104,0xd323ab73,0xde28a57a,0xc935b761,0xc43eb968,0xe70f9357,0xea049d5e,0xfd198f45,0xf012814c,0x6bcb3bab,0x66c035a2,0x71dd27b9,0x7cd629b0,0x5fe7038f,0x52ec0d86,0x45f11f9d,0x48fa1194,0x3934be3,0xe9845ea,0x198557f1,0x148e59f8,0x37bf73c7,0x3ab47dce,0x2da96fd5,0x20a261dc,0x6df6ad76,0x60fda37f,0x77e0b164,0x7aebbf6d,0x59da9552,0x54d19b5b,0x43cc8940,0x4ec78749,0x5aedd3e,0x8a5d337,0x1fb8c12c,0x12b3cf25,0x3182e51a,0x3c89eb13,0x2b94f908,0x269ff701,0xbd464de6,0xb04d43ef,0xa75051f4,0xaa5b5ffd,0x896a75c2,0x84617bcb,0x937c69d0,0x9e7767d9,0xd51e3dae,0xd81533a7,0xcf0821bc,0xc2032fb5,0xe132058a,0xec390b83,0xfb241998,0xf62f1791,0xd68d764d,0xdb867844,0xcc9b6a5f,0xc1906456,0xe2a14e69,0xefaa4060,0xf8b7527b,0xf5bc5c72,0xbed50605,0xb3de080c,0xa4c31a17,0xa9c8141e,0x8af93e21,0x87f23028,0x90ef2233,0x9de42c3a,0x63d96dd,0xb3698d4,0x1c2b8acf,0x112084c6,0x3211aef9,0x3f1aa0f0,0x2807b2eb,0x250cbce2,0x6e65e695,0x636ee89c,0x7473fa87,0x7978f48e,0x5a49deb1,0x5742d0b8,0x405fc2a3,0x4d54ccaa,0xdaf741ec,0xd7fc4fe5,0xc0e15dfe,0xcdea53f7,0xeedb79c8,0xe3d077c1,0xf4cd65da,0xf9c66bd3,0xb2af31a4,0xbfa43fad,0xa8b92db6,0xa5b223bf,0x86830980,0x8b880789,0x9c951592,0x919e1b9b,0xa47a17c,0x74caf75,0x1051bd6e,0x1d5ab367,0x3e6b9958,0x33609751,0x247d854a,0x29768b43,0x621fd134,0x6f14df3d,0x7809cd26,0x7502c32f,0x5633e910,0x5b38e719,0x4c25f502,0x412efb0b,0x618c9ad7,0x6c8794de,0x7b9a86c5,0x769188cc,0x55a0a2f3,0x58abacfa,0x4fb6bee1,0x42bdb0e8,0x9d4ea9f,0x4dfe496,0x13c2f68d,0x1ec9f884,0x3df8d2bb,0x30f3dcb2,0x27eecea9,0x2ae5c0a0,0xb13c7a47,0xbc37744e,0xab2a6655,0xa621685c,0x85104263,0x881b4c6a,0x9f065e71,0x920d5078,0xd9640a0f,0xd46f0406,0xc372161d,0xce791814,0xed48322b,0xe0433c22,0xf75e2e39,0xfa552030,0xb701ec9a,0xba0ae293,0xad17f088,0xa01cfe81,0x832dd4be,0x8e26dab7,0x993bc8ac,0x9430c6a5,0xdf599cd2,0xd25292db,0xc54f80c0,0xc8448ec9,0xeb75a4f6,0xe67eaaff,0xf163b8e4,0xfc68b6ed,0x67b10c0a,0x6aba0203,0x7da71018,0x70ac1e11,0x539d342e,0x5e963a27,0x498b283c,0x44802635,0xfe97c42,0x2e2724b,0x15ff6050,0x18f46e59,0x3bc54466,0x36ce4a6f,0x21d35874,0x2cd8567d,0xc7a37a1,0x17139a8,0x166c2bb3,0x1b6725ba,0x38560f85,0x355d018c,0x22401397,0x2f4b1d9e,0x642247e9,0x692949e0,0x7e345bfb,0x733f55f2,0x500e7fcd,0x5d0571c4,0x4a1863df,0x47136dd6,0xdccad731,0xd1c1d938,0xc6dccb23,0xcbd7c52a,0xe8e6ef15,0xe5ede11c,0xf2f0f307,0xfffbfd0e,0xb492a779,0xb999a970,0xae84bb6b,0xa38fb562,0x80be9f5d,0x8db59154,0x9aa8834f,0x97a38d46],_0xcac0f6[_0x43ed5b([0x55,0x34])]=[0x0,0x90d0b0e,0x121a161c,0x1b171d12,0x24342c38,0x2d392736,0x362e3a24,0x3f23312a,0x48685870,0x4165537e,0x5a724e6c,0x537f4562,0x6c5c7448,0x65517f46,0x7e466254,0x774b695a,0x90d0b0e0,0x99ddbbee,0x82caa6fc,0x8bc7adf2,0xb4e49cd8,0xbde997d6,0xa6fe8ac4,0xaff381ca,0xd8b8e890,0xd1b5e39e,0xcaa2fe8c,0xc3aff582,0xfc8cc4a8,0xf581cfa6,0xee96d2b4,0xe79bd9ba,0x3bbb7bdb,0x32b670d5,0x29a16dc7,0x20ac66c9,0x1f8f57e3,0x16825ced,0xd9541ff,0x4984af1,0x73d323ab,0x7ade28a5,0x61c935b7,0x68c43eb9,0x57e70f93,0x5eea049d,0x45fd198f,0x4cf01281,0xab6bcb3b,0xa266c035,0xb971dd27,0xb07cd629,0x8f5fe703,0x8652ec0d,0x9d45f11f,0x9448fa11,0xe303934b,0xea0e9845,0xf1198557,0xf8148e59,0xc737bf73,0xce3ab47d,0xd52da96f,0xdc20a261,0x766df6ad,0x7f60fda3,0x6477e0b1,0x6d7aebbf,0x5259da95,0x5b54d19b,0x4043cc89,0x494ec787,0x3e05aedd,0x3708a5d3,0x2c1fb8c1,0x2512b3cf,0x1a3182e5,0x133c89eb,0x82b94f9,0x1269ff7,0xe6bd464d,0xefb04d43,0xf4a75051,0xfdaa5b5f,0xc2896a75,0xcb84617b,0xd0937c69,0xd99e7767,0xaed51e3d,0xa7d81533,0xbccf0821,0xb5c2032f,0x8ae13205,0x83ec390b,0x98fb2419,0x91f62f17,0x4dd68d76,0x44db8678,0x5fcc9b6a,0x56c19064,0x69e2a14e,0x60efaa40,0x7bf8b752,0x72f5bc5c,0x5bed506,0xcb3de08,0x17a4c31a,0x1ea9c814,0x218af93e,0x2887f230,0x3390ef22,0x3a9de42c,0xdd063d96,0xd40b3698,0xcf1c2b8a,0xc6112084,0xf93211ae,0xf03f1aa0,0xeb2807b2,0xe2250cbc,0x956e65e6,0x9c636ee8,0x877473fa,0x8e7978f4,0xb15a49de,0xb85742d0,0xa3405fc2,0xaa4d54cc,0xecdaf741,0xe5d7fc4f,0xfec0e15d,0xf7cdea53,0xc8eedb79,0xc1e3d077,0xdaf4cd65,0xd3f9c66b,0xa4b2af31,0xadbfa43f,0xb6a8b92d,0xbfa5b223,0x80868309,0x898b8807,0x929c9515,0x9b919e1b,0x7c0a47a1,0x75074caf,0x6e1051bd,0x671d5ab3,0x583e6b99,0x51336097,0x4a247d85,0x4329768b,0x34621fd1,0x3d6f14df,0x267809cd,0x2f7502c3,0x105633e9,0x195b38e7,0x24c25f5,0xb412efb,0xd7618c9a,0xde6c8794,0xc57b9a86,0xcc769188,0xf355a0a2,0xfa58abac,0xe14fb6be,0xe842bdb0,0x9f09d4ea,0x9604dfe4,0x8d13c2f6,0x841ec9f8,0xbb3df8d2,0xb230f3dc,0xa927eece,0xa02ae5c0,0x47b13c7a,0x4ebc3774,0x55ab2a66,0x5ca62168,0x63851042,0x6a881b4c,0x719f065e,0x78920d50,0xfd9640a,0x6d46f04,0x1dc37216,0x14ce7918,0x2bed4832,0x22e0433c,0x39f75e2e,0x30fa5520,0x9ab701ec,0x93ba0ae2,0x88ad17f0,0x81a01cfe,0xbe832dd4,0xb78e26da,0xac993bc8,0xa59430c6,0xd2df599c,0xdbd25292,0xc0c54f80,0xc9c8448e,0xf6eb75a4,0xffe67eaa,0xe4f163b8,0xedfc68b6,0xa67b10c,0x36aba02,0x187da710,0x1170ac1e,0x2e539d34,0x275e963a,0x3c498b28,0x35448026,0x420fe97c,0x4b02e272,0x5015ff60,0x5918f46e,0x663bc544,0x6f36ce4a,0x7421d358,0x7d2cd856,0xa10c7a37,0xa8017139,0xb3166c2b,0xba1b6725,0x8538560f,0x8c355d01,0x97224013,0x9e2f4b1d,0xe9642247,0xe0692949,0xfb7e345b,0xf2733f55,0xcd500e7f,0xc45d0571,0xdf4a1863,0xd647136d,0x31dccad7,0x38d1c1d9,0x23c6dccb,0x2acbd7c5,0x15e8e6ef,0x1ce5ede1,0x7f2f0f3,0xefffbfd,0x79b492a7,0x70b999a9,0x6bae84bb,0x62a38fb5,0x5d80be9f,0x548db591,0x4f9aa883,0x4697a38d];const _0x560ac9=new Uint8Array(0x10);for(let _0x174769=0xf;_0x174769>=0x0;--_0x174769)_0x560ac9[_0x174769]=_0x42fed7%0x100,_0x42fed7=parseInt(_0x42fed7/0x100);let _0x5a0a3f=null,_0x4ee4dc=0x10;const _0x27a8da=new Uint8Array(_0x2f18cc),_0x267393=[],_0x2e9491=[];_0xb5733();for(let _0x2ac93c=0x0;_0x2ac93c<_0x22ce57[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2ac93c++)0x10===_0x4ee4dc&&(_0x5a0a3f=_0x1ad43c(_0x560ac9),_0x4ee4dc=0x0,_0x21c5e2(_0x560ac9)),_0x22ce57[_0x2ac93c]^=_0x5a0a3f[_0x4ee4dc++];return _0x22ce57;function _0x37720d(_0x37c4e7){const _0x3fb7fd=[];for(let _0x25b6b9=0x0;_0x25b6b9<_0x37c4e7[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x25b6b9+=0x4)_0x3fb7fd[_0x43ed5b([0x70,0x75,0x73,0x68])](_0x37c4e7[_0x25b6b9]<<0x18|_0x37c4e7[_0x25b6b9+0x1]<<0x10|_0x37c4e7[_0x25b6b9+0x2]<<0x8|_0x37c4e7[_0x25b6b9+0x3]);return _0x3fb7fd;}function _0x21c5e2(_0x3df75f){for(let _0x58af0f=0xf;_0x58af0f>=0x0;_0x58af0f--){if(0xff!==_0x3df75f[_0x58af0f]){_0x3df75f[_0x58af0f]++;break;}_0x3df75f[_0x58af0f]=0x0;}}function _0x1ad43c(_0x5e88da){const _0x337586=_0x267393[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x3b7775=[0x0,0x0,0x0,0x0];let t=_0x37720d(_0x5e88da);for(let _0x263e69=0x0;_0x263e69<0x4;_0x263e69++)t[_0x263e69]^=_0x267393[0x0][_0x263e69];for(let _0x1e38a6=0x1;_0x1e38a6<_0x337586;_0x1e38a6++){for(let _0x23c310=0x0;_0x23c310<0x4;_0x23c310++)_0x3b7775[_0x23c310]=_0xcac0f6[_0x43ed5b([0x54,0x31])][t[_0x23c310]>>0x18&0xff]^_0xcac0f6[_0x43ed5b([0x54,0x32])][t[(_0x23c310+0x1)%0x4]>>0x10&0xff]^_0xcac0f6[_0x43ed5b([0x54,0x33])][t[(_0x23c310+0x2)%0x4]>>0x8&0xff]^_0xcac0f6[_0x43ed5b([0x54,0x34])][0xff&t[(_0x23c310+0x3)%0x4]]^_0x267393[_0x1e38a6][_0x23c310];t=_0x3b7775[_0x43ed5b([0x73,0x6c,0x69,0x63,0x65])]();}const _0x5ebb94=new Uint8Array(0x10);let _0x452ba1;for(let _0x16f0bc=0x0;_0x16f0bc<0x4;_0x16f0bc++)_0x452ba1=_0x267393[_0x337586][_0x16f0bc],_0x5ebb94[0x4*_0x16f0bc]=0xff&(_0xcac0f6[_0x43ed5b([0x53])][t[_0x16f0bc]>>0x18&0xff]^_0x452ba1>>0x18),_0x5ebb94[0x4*_0x16f0bc+0x1]=0xff&(_0xcac0f6[_0x43ed5b([0x53])][t[(_0x16f0bc+0x1)%0x4]>>0x10&0xff]^_0x452ba1>>0x10),_0x5ebb94[0x4*_0x16f0bc+0x2]=0xff&(_0xcac0f6[_0x43ed5b([0x53])][t[(_0x16f0bc+0x2)%0x4]>>0x8&0xff]^_0x452ba1>>0x8),_0x5ebb94[0x4*_0x16f0bc+0x3]=0xff&(_0xcac0f6[_0x43ed5b([0x53])][0xff&t[(_0x16f0bc+0x3)%0x4]]^_0x452ba1);return _0x5ebb94;}function _0xb5733(){const _0x58bb01=_0xcac0f6[_0x43ed5b([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x27a8da[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x2f3a56=0x0;_0x2f3a56<=_0x58bb01;_0x2f3a56++)_0x267393[_0x43ed5b([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x2e9491[_0x43ed5b([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x4ab905=0x4*(_0x58bb01+0x1),_0x338438=_0x27a8da[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x3e9eb2=_0x37720d(_0x27a8da);let _0x27884a;for(let _0x4d2702=0x0;_0x4d2702<_0x338438;_0x4d2702++)_0x27884a=_0x4d2702>>0x2,_0x267393[_0x27884a][_0x4d2702%0x4]=_0x3e9eb2[_0x4d2702],_0x2e9491[_0x58bb01-_0x27884a][_0x4d2702%0x4]=_0x3e9eb2[_0x4d2702];let _0x5d216a,_0x141961=0x0,t=_0x338438;for(;t<_0x4ab905;){_0x5d216a=_0x3e9eb2[_0x338438-0x1],_0x3e9eb2[0x0]^=_0xcac0f6[_0x43ed5b([0x53])][_0x5d216a>>0x10&0xff]<<0x18^_0xcac0f6[_0x43ed5b([0x53])][_0x5d216a>>0x8&0xff]<<0x10^_0xcac0f6[_0x43ed5b([0x53])][0xff&_0x5d216a]<<0x8^_0xcac0f6[_0x43ed5b([0x53])][_0x5d216a>>0x18&0xff]^_0xcac0f6[_0x43ed5b([0x72,0x63,0x6f,0x6e])][_0x141961]<<0x18,_0x141961+=0x1;for(let _0x45f9c0=0x1;_0x45f9c0<_0x338438/0x2;_0x45f9c0++)_0x3e9eb2[_0x45f9c0]^=_0x3e9eb2[_0x45f9c0-0x1];_0x5d216a=_0x3e9eb2[_0x338438/0x2-0x1],_0x3e9eb2[_0x338438/0x2]^=_0xcac0f6[_0x43ed5b([0x53])][0xff&_0x5d216a]^_0xcac0f6[_0x43ed5b([0x53])][_0x5d216a>>0x8&0xff]<<0x8^_0xcac0f6[_0x43ed5b([0x53])][_0x5d216a>>0x10&0xff]<<0x10^_0xcac0f6[_0x43ed5b([0x53])][_0x5d216a>>0x18&0xff]<<0x18;for(let _0x294656=_0x338438/0x2+0x1;_0x294656<_0x338438;_0x294656++)_0x3e9eb2[_0x294656]^=_0x3e9eb2[_0x294656-0x1];let _0x1399ad,_0x5a757d,_0x3f5a49=0x0;for(;_0x3f5a49<_0x338438&&t<_0x4ab905;)_0x1399ad=t>>0x2,_0x5a757d=t%0x4,_0x267393[_0x1399ad][_0x5a757d]=_0x3e9eb2[_0x3f5a49],_0x2e9491[_0x58bb01-_0x1399ad][_0x5a757d]=_0x3e9eb2[_0x3f5a49++],t++;}for(let _0x32391f=0x1;_0x32391f<_0x58bb01;_0x32391f++)for(let _0x371889=0x0;_0x371889<0x4;_0x371889++)_0x5d216a=_0x2e9491[_0x32391f][_0x371889],_0x2e9491[_0x32391f][_0x371889]=_0xcac0f6[_0x43ed5b([0x55,0x31])][_0x5d216a>>0x18&0xff]^_0xcac0f6[_0x43ed5b([0x55,0x32])][_0x5d216a>>0x10&0xff]^_0xcac0f6[_0x43ed5b([0x55,0x33])][_0x5d216a>>0x8&0xff]^_0xcac0f6[_0x43ed5b([0x55,0x34])][0xff&_0x5d216a];}}function _0x43ed5b(_0x3ba4b0){return _0x3ba4b0['map'](_0x260d3c=>String['fromCharCode'](_0x260d3c))['join']('');}(_0x1496c1=>{function _0x3ec8fd(){const _0x24caf2=[{[_0x43ed5b([0x69,0x64])]:0x1,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x43ed5b([0x69,0x64])]:0x2,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x43ed5b([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x43ed5b([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x43ed5b([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x43ed5b([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x43ed5b([0x69,0x64])]:0x3,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x43ed5b([0x69,0x64])]:0x4,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x43ed5b([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x43ed5b([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x43ed5b([0x69,0x64])]:0x5,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}},{[_0x43ed5b([0x69,0x64])]:0x6,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}},{[_0x43ed5b([0x69,0x64])]:0x7,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}},{[_0x43ed5b([0x69,0x64])]:0x8,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}},{[_0x43ed5b([0x69,0x64])]:0x9,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x43ed5b([0x69,0x64])]:0xa,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x50,0x61,0x73,0x74,0x65,0x20,0x66,0x72,0x6f,0x6d,0x20,0x4f,0x66,0x66,0x69,0x63,0x65,0x20,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x50,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x49,0x6e,0x6c,0x69,0x6e,0x65,0x72]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}},{[_0x43ed5b([0x69,0x64])]:0xb,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x43ed5b([0x69,0x64])]:0xc,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x43ed5b([0x69,0x64])]:0xd,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}},{[_0x43ed5b([0x69,0x64])]:0xe,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x43ed5b([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])},{[_0x43ed5b([0x69,0x64])]:0xf,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x43ed5b([0x69,0x64])]:0x10,[_0x43ed5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x43ed5b([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x43ed5b([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x43ed5b([0x66,0x67,0x69])]:[0xc]}}];return _0x4d517b(_0x24caf2),_0x24caf2;function _0x5c225a(_0x128d21){return 0x1<<_0x128d21-0x1;}function _0x4d517b(_0x1e8c8c){_0x1e8c8c[_0x43ed5b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x224a28=>{_0x224a28[_0x43ed5b([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x5c225a(_0x224a28[_0x43ed5b([0x69,0x64])]),_0x435e31(_0x224a28)&&_0x224a28[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x4d517b(_0x224a28[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x435e31(_0xbe7e6c){return _0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0xbe7e6c;}const _0x53f5be=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x3c845a=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x5d6a93(_0x18e2f8){const _0x4f7327=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x273f17(_0x18e2f8,new Uint8Array([..._0x53f5be,..._0x4f7327,..._0x3c845a]));}function _0x273f17(_0x2da33b,_0x41a2ca){const _0x463e48=_0x505ee3(_0x2da33b),_0x24d0ba=Array[_0x43ed5b([0x66,0x72,0x6f,0x6d])](_0x3a227e(_0x463e48)),_0x29d91f=_0x24d0ba[_0x43ed5b([0x70,0x6f,0x70])](),_0x2c1182=_0x24d0ba[_0x43ed5b([0x70,0x6f,0x70])]();return _0x4485ce(_0x314604(_0x24d0ba,_0x41a2ca,_0x2c1182+0x100*_0x29d91f));}function _0x505ee3(_0x278fc5){const _0xdd0370=atob(_0x278fc5),[_0x19543e,_0x17a915]=_0xdd0370[_0x43ed5b([0x73,0x70,0x6c,0x69,0x74])](_0x43ed5b([0x2d]));try{if(atob(_0x17a915))return atob(_0x19543e);}catch(_0x46980c){}return _0xdd0370;}function _0x3a85f6(_0x4237ba){try{const _0x203ff3=_0x5d6a93(_0x4237ba),_0xdd4f9=JSON[_0x43ed5b([0x70,0x61,0x72,0x73,0x65])](_0x203ff3),_0x107361=parseInt(_0xdd4f9[_0x43ed5b([0x31])]),_0x2b8367=_0xdd4f9[_0x43ed5b([0x32])]||'',_0x403e51=parseInt(_0xdd4f9[_0x43ed5b([0x33])]),_0x1f01c0=parseInt(_0xdd4f9[_0x43ed5b([0x34])])||0x0,_0x3a2d03=parseInt(_0xdd4f9[_0x43ed5b([0x35])])||0x0;return{[_0x43ed5b([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x2b8367,[_0x43ed5b([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x1f01c0,[_0x43ed5b([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x107361,[_0x43ed5b([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x403e51,[_0x43ed5b([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x3a2d03};}catch(_0x3b60d2){return null;}}const _0x2fe50a=_0x3ec8fd(),_0x5475b8={[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x4986ea,[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73])]:_0x4b20ee,[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79])]:_0x50fc0c},_0x417990=_0x1496c1[_0x43ed5b([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x3ea3a9=_0x43ed5b([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x1496c1?_0x1496c1['context']:_0x1496c1['editor'],_0x4d7cfb=_0x43ed5b([0x34,0x30,0x34,0x38,0x31,0x36,0x30,0x32]),_0x53d19c=_0x43ed5b([0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7a,0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39]),_0x121207=_0x3ea3a9['config']['get'](_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x17f516=_0x2fe50a[_0x43ed5b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x435e31)[_0x43ed5b([0x66,0x69,0x6e,0x64])](_0xaf1775=>_0xaf1775[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x417990);function _0x9f5a39(_0x26103a,_0xa68f87){_0x5475b8[_0xa68f87[_0x43ed5b([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x26103a,_0xa68f87),_0xa68f87[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0xa68f87[_0x43ed5b([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x43ed5b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x22a8f6=>_0x438f59(_0x3ea3a9,_0x22a8f6[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x43ed5b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x8b5b89=>_0x9f5a39(_0x26103a,_0x8b5b89));}function _0x4986ea(_0xe3afb0,_0x230ace){_0x16814f(_0x19d976(_0xe3afb0,_0x230ace),_0x230ace);}function _0x4b20ee(_0x4b04ee,_0x5b1b64){function _0x57094e(_0xc39c8,_0x2202cd){try{if(_0x438f59(_0x3ea3a9,_0x43ed5b([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0xc39c8){const _0x21a903=_0x5c8c20(_0x3ea3a9,_0x43ed5b([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x43ed5b([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x21a903)/0x2>_0xc39c8[_0x43ed5b([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x377640(_0x2202cd[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x19d976(_0xc39c8,_0x2202cd);}catch(_0x567fa5){return _0x377640(_0x2202cd[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x16814f(_0x57094e(_0x4b04ee,_0x5b1b64),_0x5b1b64);}function _0x50fc0c(_0x41e0b1,_0x52e25c){const _0x48cd79=_0x3c845a[0x0]*_0x53f5be[0x1],_0x216a9d=_0x3c845a[0x0]*_0x53f5be[0x2],_0x1dc696=_0x3c845a[0x2]*_0x53f5be[0x2];_0x438f59(_0x3ea3a9,_0x43ed5b([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x5c8c20(_0x3ea3a9,_0x43ed5b([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x43ed5b([0x73,0x74,0x61,0x74,0x65])]==_0x43ed5b([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x35c122()]=_0x1dc696);function _0x6bb86c(_0x46531e,_0x2670b8){try{return _0x409c36()?_0x377640(_0x2670b8[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x56,0x61,0x6c,0x69,0x64])):_0x19d976(_0x46531e,_0x2670b8);}catch(_0x2ab30d){return _0x377640(_0x2670b8[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x7087fc(_0x1c9bd1,_0x3eeed){const _0x55e080=0x7;if(_0x1c9bd1==_0x3eeed[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x4ff018();else{if(_0x1c9bd1==_0x3eeed[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c])){const _0x94f0d2=_0x45568e();_0x94f0d2&&_0x17571f(_0x94f0d2,_0x3eeed[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x31c6b6=_0x179af2();window[_0x43ed5b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x17571f(_0x43ed5b([0x74,0x69,0x6d,0x65]),_0x3eeed[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x31c6b6);const _0x156642=_0x5c8c20(_0x3ea3a9,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x43ed5b([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x156642[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x55e080?_0x17571f(_0x43ed5b([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x3eeed[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x156642['on'](_0x43ed5b([0x61,0x64,0x64]),()=>{_0x156642[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x55e080&&_0x17571f(_0x43ed5b([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x3eeed[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x45568e(){if(!_0x438f59(_0x3ea3a9,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x47f02a in window)if(Number['isNaN'](Number(_0x47f02a))){if(window[_0x47f02a]===_0x48cd79)return _0x43ed5b([0x74,0x69,0x6d,0x65]);if(window[_0x47f02a]===_0x216a9d)return _0x43ed5b([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x409c36(){if(!_0x438f59(_0x3ea3a9,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x163c2b in window)if(Number['isNaN'](Number(_0x163c2b))&&window[_0x163c2b]===_0x1dc696)return!0x0;return!0x1;}function _0x17571f(_0x493de5,_0x56e7db){_0x4ff018(),_0x377640(_0x56e7db+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x493de5),window[_0x35c122()]=_0x493de5===_0x43ed5b([0x74,0x69,0x6d,0x65])?_0x48cd79:_0x216a9d;}function _0x179af2(){let _0x132690=_0x3c845a[0x6]*_0x53f5be[0x8]*_0x53f5be[0x6];return _0x438f59(_0x3ea3a9,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x132690/=0xa),_0x132690;}function _0x4ff018(){const _0x4e6158=_0x3ea3a9;function _0x448034(){_0x438f59(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x43ed5b([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x43ed5b([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x43ed5b([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x43ed5b([0x75,0x70,0x64,0x61,0x74,0x65])]=_0xd5567f,_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x43ed5b([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0xd5567f,_0x4e6158[_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x43ed5b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xd5567f,_0x4e6158[_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x43ed5b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xd5567f,_0x4e6158[_0x43ed5b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c]))),_0x438f59(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x43ed5b([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x43ed5b([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x43ed5b([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x43ed5b([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0xd5567f,_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x43ed5b([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0xd5567f);}_0x4e6158[_0x43ed5b([0x73,0x74,0x61,0x74,0x65])]==_0x43ed5b([0x72,0x65,0x61,0x64,0x79])?_0x448034():_0x4e6158[_0x43ed5b([0x6f,0x6e,0x63,0x65])](_0x43ed5b([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x438f59(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x448034(),_0x438f59(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x195b10=_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x471ed3=_0x195b10['getRevision'](0x0),_0xf7ce4b=_0x195b10['getEarlierVisibleRevision'](_0x471ed3[_0x43ed5b([0x69,0x64])]);_0x5c8c20(_0x4e6158,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x43ed5b([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x471ed3[_0x43ed5b([0x69,0x64])],_0xf7ce4b?_0xf7ce4b[_0x43ed5b([0x69,0x64])]:null,0x1)['then'](()=>_0x448034());}});}_0x7087fc(_0x6bb86c(_0x41e0b1,_0x52e25c),_0x52e25c);}function _0x19d976(_0x5d9f4b,_0x4ab66d){try{return _0x4b7108(_0x4ab66d)?_0x377640(_0x4ab66d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x56,0x61,0x6c,0x69,0x64])):_0x5d9f4b&&_0x1e87bd(_0x5d9f4b[_0x43ed5b([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x4ab66d)?_0x5d9f4b[_0x43ed5b([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x43ed5b([0x6f,0x70,0x65,0x6e])][_0x43ed5b([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x4d7cfb)/0x2>_0x5d9f4b[_0x43ed5b([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x377640(_0x4ab66d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x5d9f4b[_0x43ed5b([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x377640(_0x4ab66d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c])):_0x377640(_0x4ab66d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x56,0x61,0x6c,0x69,0x64])):_0x377640(_0x4ab66d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x453f75){return _0x377640(_0x4ab66d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x16814f(_0x44c422,_0x395c0d){if(_0x3ea3a9 instanceof _0x471d1a){const _0x44309e=_0x3ea3a9;_0x44c422==_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x3f59cf(_0x44309e):_0x44c422==_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c])&&window[_0x43ed5b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x3f59cf(_0x44309e),_0x377640(_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x3c845a[0x6]*_0x53f5be[0x8]*_0x53f5be[0x6]),_0x44309e[_0x43ed5b([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x43ed5b([0x6f,0x6e])](_0x43ed5b([0x61,0x64,0x64]),(_0x2af145,_0x2dd2ca)=>{_0x44c422!=_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x44c422!=_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x44c422!=_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x1ff50f(_0x2dd2ca);});}else{const _0x509b53=_0x3ea3a9;_0x44c422==_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x1ff50f(_0x509b53):_0x44c422==_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c])&&_0x509b53[_0x43ed5b([0x6f,0x6e])](_0x43ed5b([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x58e836=0x0;_0x509b53[_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x43ed5b([0x6f,0x6e])](_0x43ed5b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x7e4ffc,_0x4829d1)=>{_0x4829d1[0x0][_0x43ed5b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x58e836++,0x1f8===_0x58e836&&(_0x1ff50f(_0x509b53),_0x377640(_0x395c0d[_0x43ed5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x43ed5b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x7e4ffc[_0x43ed5b([0x6f,0x66,0x66])]());},{'priority':_0x43ed5b([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x377640(_0x297cad){const _0x3e53b1=_0x35c122();return _0x3ea3a9[_0x3e53b1]=_0x297cad,_0x297cad;}function _0x35c122(){const _0xccf694=String(window[_0x43ed5b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x43ed5b([0x6e,0x6f,0x77])]())[_0x43ed5b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x43ed5b([0x2e]),'');let _0x34edcd='';for(let _0x1848ce=0x0;_0x1848ce<_0xccf694[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1848ce+=0x2){let _0x4e23c9=parseInt(_0xccf694[_0x43ed5b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1848ce,_0x1848ce+0x2));_0x4e23c9>=_0x53d19c[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4e23c9-=_0x53d19c[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x34edcd+=_0x53d19c[_0x4e23c9];}return _0x34edcd;}function _0x3f59cf(_0x372abe){for(const _0x4bfae0 of _0x372abe[_0x43ed5b([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x1ff50f(_0x4bfae0);_0x5c8c20(_0x372abe,_0x43ed5b([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x43ed5b([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x5c8c20(_0x372abe,_0x43ed5b([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x43ed5b([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0xd5567f;}function _0x1ff50f(_0x45a8c7){function _0x26aed4(){_0x45a8c7[_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x43ed5b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xd5567f,_0x45a8c7[_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x43ed5b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xd5567f,_0x45a8c7[_0x43ed5b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x43ed5b([0x6d,0x6f,0x64,0x65,0x6c]));}_0x45a8c7[_0x43ed5b([0x73,0x74,0x61,0x74,0x65])]==_0x43ed5b([0x72,0x65,0x61,0x64,0x79])?_0x26aed4():_0x45a8c7[_0x43ed5b([0x6f,0x6e,0x63,0x65])](_0x43ed5b([0x72,0x65,0x61,0x64,0x79]),()=>_0x26aed4());}function _0xd5567f(){return null;}function _0x1e87bd(_0x20cf48,_0x439599){const _0xf2376c=!!(_0x20cf48&_0x439599[_0x43ed5b([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x3edfc6=_0x1c8e28(_0x20cf48,_0x439599);return _0xf2376c||_0x3edfc6;}function _0x1c8e28(_0x249671,_0x493022){const _0x50b7c2=(_0x493022[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x43ed5b([0x66,0x67,0x69])]||null;return!!_0x50b7c2&&_0x2fe50a[_0x43ed5b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1be843=>_0x50b7c2[_0x43ed5b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1be843[_0x43ed5b([0x69,0x64])]))[_0x43ed5b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3c88ae=>!_0x336f8b(_0x3c88ae))[_0x43ed5b([0x73,0x6f,0x6d,0x65])](_0x336ae7=>!!(_0x249671&_0x336ae7[_0x43ed5b([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x336f8b(_0x599dcc){const _0x3b829a={[_0x43ed5b([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])]:_0x5e07d5};return!!_0x599dcc['forbiddenHandler']&&_0x3b829a[_0x599dcc['forbiddenHandler']]();}function _0x5e07d5(){return!window[_0x43ed5b([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x438f59(_0x3ea3a9,_0x43ed5b([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x4b7108(_0x10d7ba){if(!_0x438f59(_0x3ea3a9,_0x10d7ba[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x2567d1=_0x10d7ba[_0x43ed5b([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x5d4062=_0x2567d1[_0x43ed5b([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x138ac7=_0x2567d1[_0x43ed5b([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x4ed7f2=_0x2567d1[_0x43ed5b([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x438f59(_0x3ea3a9,_0x43ed5b([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x5c8c20(_0x3ea3a9,_0x43ed5b([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x43ed5b([0x73,0x74,0x61,0x74,0x65])]==_0x43ed5b([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x5d4062)return!0x0;if(_0x438f59(_0x3ea3a9,_0x43ed5b([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x5c8c20(_0x3ea3a9,_0x43ed5b([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x43ed5b([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x43ed5b([0x65,0x6e,0x64])&&_0x138ac7)return!0x0;return!(!_0x438f59(_0x3ea3a9,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]))||_0x5c8c20(_0x3ea3a9,_0x43ed5b([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]))[_0x43ed5b([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x43ed5b([0x65,0x6e,0x64])||!_0x4ed7f2);}function _0x438f59(_0x426fbd,_0x1c7dd4){return _0x426fbd[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x43ed5b([0x68,0x61,0x73])](_0x1c7dd4);}function _0x5c8c20(_0x1f051b,_0xa18bc1){return _0x1f051b[_0x43ed5b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x43ed5b([0x67,0x65,0x74])](_0xa18bc1);}function _0x4485ce(_0x19c322){let _0x4c5b68='';for(const _0x43dca7 of _0x19c322)_0x4c5b68+=String[_0x43ed5b([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x43dca7);return _0x4c5b68;}function _0x3a227e(_0x30c7e5){const _0x576468=new Uint8Array(_0x30c7e5[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x30c818=0x0;_0x30c818<_0x30c7e5[_0x43ed5b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x30c818++)_0x576468[_0x30c818]=_0x30c7e5[_0x43ed5b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x30c818);return _0x576468;}_0x17f516&&_0x9f5a39(_0x3a85f6(_0x121207),_0x17f516);})(_0x3d8045);}(this);}set['adapter'](_0x294ed9){if(this['_adapter'])throw new _0x47d036('commentsrepository-adapter-already-set');this['_adapter']=_0x294ed9;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x3755af=vt,threadId:_0x2e9edd=_0x348e79(),comments:_0x856fc1=[],unlinkedAt:_0x3058e1=null,resolvedAt:_0xb8a794=null,resolvedBy:_0x2e13ab=null,target:_0x533a66=null,context:_0x1fceec=null,attributes:_0x3002d4={},isResolvable:_0x5b9ff1=!0x0,isSubmitted:_0x39ce5d=!0x1,isFromAdapter:_0x1a113a=!0x1}={}){return this['fire'](Tt('addCommentThread',_0x3755af),{'channelId':_0x3755af,'threadId':_0x2e9edd,'comments':_0x856fc1,'unlinkedAt':_0x3058e1,'resolvedAt':_0xb8a794,'resolvedBy':_0x2e13ab,'target':_0x533a66,'context':_0x1fceec,'attributes':_0x3002d4,'isFromAdapter':_0x1a113a,'isResolvable':_0x5b9ff1,'isSubmitted':_0x39ce5d}),this['getCommentThread'](_0x2e9edd);}['openNewCommentThread']({channelId:_0x254f64=vt,threadId:_0x12eb51=_0x348e79(),target:_0x64e934,context:_0xea7ec8=null,isResolvable:_0x487db2=!0x0}){if(this['_readOnlyChannels']['has'](_0x254f64)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x64e934)throw new _0x47d036('commentsrepository-missing-target');const _0x1edf60=this['addCommentThread']({'channelId':_0x254f64,'threadId':_0x12eb51,'target':_0x64e934,'context':_0xea7ec8,'isResolvable':_0x487db2});if(!_0x1edf60)return null;const _0x37debe=this['_threadToController']['get'](_0x1edf60),_0x43d0f7=_0x37debe['view']['commentThreadInputView']['commentInputView'],_0x9b8015=this['context']['plugins']['get'](_),_0x1a1277=_0x9b8015['getByInnerView'](_0x37debe['view']);return _0x9b8015['activate'](_0x1a1277),_0x43d0f7['once']('editorReady',()=>_0x43d0f7['focus']()),_0x1edf60;}['hasCommentThread'](_0x489028){if('string'!=typeof _0x489028)throw new _0x47d036('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x489028);}['updateCommentThread']({channelId:_0x405780=vt,threadId:_0xc5a819,context:_0x25b633,unlinkedAt:_0x180043,attributes:_0xffda3c,isFromAdapter:_0x5c0033=!0x1}){return this['fire'](Tt('updateCommentThread',_0x405780),{'channelId':_0x405780,'threadId':_0xc5a819,'context':_0x25b633,'unlinkedAt':_0x180043,'attributes':_0xffda3c,'isFromAdapter':_0x5c0033}),this['getCommentThread'](_0xc5a819);}['getCommentThread'](_0x3ba449){if('string'!=typeof _0x3ba449)throw new _0x47d036('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x3ba449);}['fetchCommentThread']({channelId:_0x383a70,threadId:_0x4cb50f}={}){const _0x49b8a1=this['getCommentThread'](_0x4cb50f);if(_0x49b8a1)return Promise['resolve'](_0x49b8a1);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x47d036('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x383a70,'threadId':_0x4cb50f})['then'](_0x2e4073=>this['hasCommentThread'](_0x4cb50f)?this['getCommentThread'](_0x4cb50f):_0x2e4073?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x383a70},_0x2e4073)):void 0x0)['catch'](_0x21b175=>{throw console['error'](_0x21b175),new _0x47d036('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x2ade56,skipNotAttached:_0x3022c4=!0x1,skipEmpty:_0xcb71a4=!0x1,toJSON:_0x360120=!0x1}={}){const _0x47f5cd=[];for(const _0x4ed792 of this['_threads']['values']())_0x2ade56&&_0x4ed792['channelId']!==_0x2ade56||_0x3022c4&&!_0x4ed792['isAttached']||_0xcb71a4&&0x0===_0x4ed792['length']||_0x47f5cd['push'](_0x4ed792);return _0x360120?_0x47f5cd['map'](_0x167e74=>_0x167e74['toJSON']()):_0x47f5cd;}['setActiveCommentThread'](_0x49839b){const _0x311c09=this['context']['plugins']['get'](_);if(!_0x49839b)return void(this['activeCommentThread']&&_0x311c09['deactivateAll']());const _0x5d9bac=this['getCommentThread'](_0x49839b);if(!_0x5d9bac)throw new _0x47d036('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x49839b});if(!this['_threadToController']['has'](_0x5d9bac))throw new _0x47d036('commentsrepository-active-not-attached',null,{'threadId':_0x49839b});const _0x277a70=_0x311c09['getByInnerView'](this['_threadToController']['get'](_0x5d9bac)['view']);_0x311c09['activate'](_0x277a70);}['switchReadOnly'](_0x4008a7,_0x12c851){_0x4008a7?this['_readOnlyChannels']['add'](_0x12c851):this['_readOnlyChannels']['delete'](_0x12c851),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x13b793){return this['_readOnlyChannels']['has'](_0x13b793)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x9db4d2,_0x36b589){return new yt(_0x9db4d2,_0x36b589);}['setPermissions'](_0x50b129,_0x42d983=vt){this['_permissions']['set'](_0x42d983,_0x50b129),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x377ebe=vt){return this['_permissions']['has'](_0x377ebe)?this['_permissions']['get'](_0x377ebe):gt;}['_addCommentThread']({channelId:_0x3b93d3,threadId:_0x20345f,comments:_0x560ac2,unlinkedAt:_0x57f187,resolvedAt:_0x143e0a,resolvedBy:_0x2c66d8,target:_0x44625f,context:_0x61b9d2,attributes:_0x2a5dc9,isFromAdapter:_0x1651e7,isResolvable:_0x5dda4a,isSubmitted:_0xea1e3b}){if('string'!=typeof _0x20345f)throw new _0x47d036('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x20345f});if(this['hasCommentThread'](_0x20345f))throw new _0x47d036('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x20345f});const _0x3dfc3a=new ee(this,{'channelId':_0x3b93d3,'id':_0x20345f,'context':_0x61b9d2,'attributes':_0x2a5dc9,'unlinkedAt':_0x57f187,'resolvedAt':_0x143e0a,'resolvedBy':_0x2c66d8?this['context']['plugins']['get'](ut)['getUser'](_0x2c66d8):null,'isResolvable':_0x5dda4a,'isSubmitted':_0xea1e3b||_0x1651e7});this['_threads']['set'](_0x20345f,_0x3dfc3a);for(const _0x4dffdd of _0x560ac2)_0x3dfc3a['_add'](this['_createNewComment']({'threadId':_0x20345f,..._0x4dffdd}));return _0x44625f&&_0x3dfc3a['attachTo'](_0x44625f),_0x1651e7||!_0x3dfc3a['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x3b93d3,'threadId':_0x20345f});}['_submitCommentThread']({channelId:_0x3d6704,threadId:_0x425259}){if(!this['hasCommentThread'](_0x425259))throw new _0x47d036('commentsrepository-missing-comment-thread',this);const _0x3d445d=this['getCommentThread'](_0x425259);if(_0x3d445d['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x4cc80f,comments:_0x3bcada,resolvedAt:_0x62e82f,resolvedBy:_0x27ec5e,context:_0x293c54,attributes:_0x27eca2}=_0x3d445d,_0x558e18=this['context']['plugins']['get']('PendingActions'),_0x128192=_0x558e18['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x3d6704,'threadId':_0x4cc80f,'comments':_0x3bcada['map'](_0x5a00c4=>_0x5a00c4['toJSON']()),'resolvedAt':_0x62e82f,'resolvedBy':_0x27ec5e?_0x27ec5e['id']:_0x27ec5e,'context':_0x293c54,'attributes':_0x27eca2})['then'](({comments:_0x38b1b8})=>{_0x558e18['remove'](_0x128192);for(const _0x5980b2 of _0x38b1b8)this['_updateComment']({'channelId':_0x3d6704,'threadId':_0x425259,'commentId':_0x5980b2['commentId'],'createdAt':_0x5980b2['createdAt'],'isFromAdapter':!0x0});})['catch'](_0xd18066=>{throw console['error'](_0xd18066),new _0x47d036('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x59ae7c,target:_0x4514a7}){const _0x5784cf=this['getCommentThread'](_0x59ae7c);if(!_0x5784cf)throw new _0x47d036('commentsrepository-attach-missing-comment-thread',this);const _0xcb09cb=this['context']['plugins']['get']('PendingActions'),_0x18bd1a=this['context']['plugins']['get'](_),_0x226cbe=this['_createCommentThreadView'](_0x5784cf),_0x2759fe=new yt(_0x5784cf,_0x226cbe);let _0x42b4f9=null;_0x226cbe['on']('change:isDirty',(_0x253a9a,_0x31eea5,_0x30a3ef)=>{_0x30a3ef?_0x42b4f9=_0xcb09cb['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x42b4f9&&(_0xcb09cb['remove'](_0x42b4f9),_0x42b4f9=null);}),_0x226cbe['on']('escape',()=>{this['fire'](Tt('escapeThread',_0x5784cf['channelId']),{'threadId':_0x59ae7c,'channelId':_0x5784cf['channelId']});}),this['_threadToController']['set'](_0x5784cf,_0x2759fe),this['_viewToController']['set'](_0x226cbe,_0x2759fe);const _0x35c733=new T(this['context']['locale'],_0x226cbe);_0x35c733['bind']('length')['to'](_0x226cbe),_0x35c733['bind']('isDirty')['to'](_0x226cbe,'isDirty',_0x226cbe,'length',(_0x52829c,_0x1cbfae)=>_0x52829c||!_0x1cbfae),_0x35c733['bind']('isActive')['to'](_0x226cbe),_0x35c733['type']='comment';const _0x450341=new d({'view':_0x35c733,'target':_0x4514a7,'type':'comment','isVisible':!_0x5784cf['isResolved']});return this['_bindAnnotationToEditors'](_0x226cbe,_0x450341),_0x18bd1a['add'](_0x450341),_0x450341;}['_bindAnnotationToEditors'](_0x31bf1d,_0x4d97ac){this['listenTo'](_0x31bf1d,'editorReady',(_0x5771ad,_0x4b5bf4)=>{const _0x2af8c2=_0x4b5bf4['ui']['view']['body']['bodyCollectionContainer'];_0x4d97ac['focusableElements']['add'](_0x2af8c2),this['context']instanceof _0x1656fa&&this['context']['ui']['focusTracker']['add'](_0x2af8c2);},{'priority':'highest'}),this['listenTo'](_0x31bf1d,'editorDestroyed',(_0x4f65d6,_0x305657)=>{const _0x74f6ee=_0x305657['ui']['view']['body']['bodyCollectionContainer'];_0x4d97ac['focusableElements']['has'](_0x74f6ee)&&_0x4d97ac['focusableElements']['remove'](_0x74f6ee),this['context']instanceof _0x1656fa&&this['context']['ui']['focusTracker']['remove'](_0x74f6ee);});}['_unbindEditors'](_0x5dfcf6){this['stopListening'](_0x5dfcf6,'editorReady'),this['stopListening'](_0x5dfcf6,'editorDestroyed');}['_createCommentThreadView'](_0x165bab){const _0x4a1d16=this['context']['plugins']['get'](ut),{config:_0x36867b,locale:_0x727ac1}=this['context'],_0x5eece6=dt(_0x36867b['get']('locale'));return new(0x0,(_0x36867b['get']('comments'))['CommentThreadView'])(_0x727ac1,_0x165bab,_0x4a1d16['me'],{'editorConfig':{..._0x36867b['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x36867b['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x36867b['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x36867b['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x36867b['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x5eece6,'CommentView':_0x36867b['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0xddb946,channelId:_0x212ae9,resolvedAt:_0x4952bc,resolvedBy:_0x5edb1e,isFromAdapter:_0x5f24f6}){if(!this['hasCommentThread'](_0xddb946))throw new _0x47d036('commentsrepository-missing-comment-thread',null,{'threadId':_0xddb946});const _0x2febd3=this['getCommentThread'](_0xddb946);if(_0x2febd3['isResolved'])throw new _0x47d036('commentsrepository-resolved-comment-thread',null,{'threadId':_0xddb946});const _0x4abd3c=this['context']['plugins']['get'](ut);if(_0x2febd3['resolvedBy']=_0x4abd3c['getUser'](_0x5edb1e),_0x2febd3['resolvedAt']=_0x4952bc,_0x5f24f6||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x51c567=this['context']['plugins']['get']('PendingActions'),_0x478a13=_0x51c567['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x212ae9,'threadId':_0xddb946})['then'](({resolvedAt:_0x3c4824,resolvedBy:_0x188ebb})=>{_0x51c567['remove'](_0x478a13),_0x2febd3['resolvedBy']['id']!==_0x188ebb&&(_0x2febd3['resolvedBy']=_0x4abd3c['getUser'](_0x188ebb)),_0x2febd3['resolvedAt']=_0x3c4824;})['catch'](_0x4db6d8=>{throw console['error'](_0x4db6d8),new _0x47d036('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x367778,channelId:_0x212ec3,isFromAdapter:_0x1c6cba}){if(!this['hasCommentThread'](_0x367778))throw new _0x47d036('commentsrepository-missing-comment-thread',null,{'threadId':_0x367778});const _0x234921=this['getCommentThread'](_0x367778);if(!_0x234921['isResolved'])throw new _0x47d036('commentsrepository-reopen-comment-thread',null,{'threadId':_0x367778});if(_0x234921['resolvedBy']=null,_0x234921['resolvedAt']=null,_0x1c6cba||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x20c8c9=this['context']['plugins']['get']('PendingActions'),_0x5050b7=_0x20c8c9['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x212ec3,'threadId':_0x367778})['then'](()=>_0x20c8c9['remove'](_0x5050b7))['catch'](_0x316800=>{throw console['error'](_0x316800),new _0x47d036('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x15ce17,isFromAdapter:_0x11e784}){const _0x272841=this['getCommentThread'](_0x15ce17);if(!_0x272841)throw new _0x47d036('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x15ce17),this['_threads']['delete'](_0x15ce17),!_0x272841['isSubmitted']||_0x11e784||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x17320f=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1448e1}=_0x272841,_0x47ffef=_0x17320f['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x1448e1,'threadId':_0x15ce17})['then'](()=>_0x17320f['remove'](_0x47ffef))['catch'](_0x4671be=>{throw console['error'](_0x4671be),new _0x47d036('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x3994ec,unlinkedAt:_0x53863a,context:_0x3035e4,attributes:_0x5c9393,isFromAdapter:_0x5498c5}){if('string'!=typeof _0x3994ec)throw new _0x47d036('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x3994ec});if(!this['hasCommentThread'](_0x3994ec))throw new _0x47d036('commentsrepository-missing-comment-thread',null,{'threadId':_0x3994ec});const _0x509cdc=this['getCommentThread'](_0x3994ec);let _0x5410e0=!0x1;if(void 0x0!==_0x3035e4&&_0x509cdc['context']!==_0x3035e4&&(_0x509cdc['context']=_0x3035e4,_0x5410e0=!0x0),void 0x0!==_0x53863a&&_0x509cdc['unlinkedAt']!==_0x53863a&&(_0x509cdc['unlinkedAt']=_0x53863a,_0x5410e0=!0x0),_0x5c9393&&!pt(_0x5c9393,_0x509cdc['attributes'])&&(_0x509cdc['attributes']=_0x5c9393,_0x5410e0=!0x0),!_0x5410e0)return Promise['resolve']();if(!_0x509cdc['isSubmitted']||_0x5498c5||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x4ffb36=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1e39e4}=_0x509cdc,_0x4a310e=_0x4ffb36['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x1e39e4,'threadId':_0x3994ec,'context':_0x3035e4,'unlinkedAt':_0x53863a,'attributes':_0x5c9393})['then'](()=>_0x4ffb36['remove'](_0x4a310e))['catch'](_0x3e1537=>{throw console['error'](_0x3e1537),new _0x47d036('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x7df854){const _0xb3c776=this['context']['plugins']['get'](_),_0x261e3f=this['getCommentThread'](_0x7df854);if(this['_threadToController']['has'](_0x261e3f)){const _0x1b485a=this['_threadToController']['get'](_0x261e3f),_0xf31867=_0x1b485a['view'],_0xd51edd=_0xb3c776['getByInnerView'](_0xf31867);this['_threadToController']['delete'](_0x261e3f),this['_viewToController']['delete'](_0xf31867),_0xd51edd&&_0xb3c776['remove'](_0xd51edd),_0x1b485a['destroy'](),_0xf31867['destroy']()['then'](()=>{this['_unbindEditors'](_0xf31867);});}}['_updateActiveAnnotation']({threadId:_0x8639f4,resolvedAt:_0x42559f}){const _0x5d43d3=!!_0x42559f,_0x3ccaac=this['context']['plugins']['get'](_),_0x3de946=this['getCommentThread'](_0x8639f4);if(this['_threadToController']['has'](_0x3de946)){const _0x3f0059=this['_threadToController']['get'](_0x3de946)['view'],_0x267d3d=_0x3ccaac['getByInnerView'](_0x3f0059);_0x267d3d&&(_0x5d43d3&&_0x3ccaac['_removeActiveAnnotation'](_0x267d3d),_0x267d3d['refreshVisibility']());}}['_getExternalAuthor'](_0x3b975e){const _0x42c1cf=this['context']['plugins']['get'](ut),_0x5b71e9=lt('external:'+_0x3b975e),_0x4d1236=_0x42c1cf['getUser'](_0x5b71e9);return _0x4d1236||_0x42c1cf['addUser']({'id':_0x5b71e9,'name':_0x3b975e});}['_createNewComment']({threadId:_0x4f1cd3,commentId:_0x5c127c=_0x348e79(),content:_0x3920e2,authorId:_0x2b213e,createdAt:_0x1d169f,attributes:_0x351a72}){if('string'!=typeof _0x5c127c)throw new _0x47d036('commentsrepository-invalid-commentid');if('string'!=typeof _0x2b213e)throw new _0x47d036('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x3920e2||!_0x3920e2['trim']())throw new _0x47d036('commentsrepository-invalid-comment-content');const _0x18e294=this['context']['plugins']['get'](ut)['getUser'](_0x2b213e);if(!_0x18e294)throw new _0x47d036('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x2b213e});let _0x536b67=null,_0x406977=_0x1d169f;return _0x351a72&&_0x351a72['@external']&&(_0x536b67=this['_getExternalAuthor'](_0x351a72['@external']['authorName']),_0x406977=new Date(_0x351a72['@external']['createdAt'])),new se(this,{'threadId':_0x4f1cd3,'id':_0x5c127c,'author':_0x536b67||_0x18e294,'creator':_0x18e294,'content':_0x3920e2,'createdAt':_0x1d169f,'authoredAt':_0x406977,'attributes':_0x351a72});}['_addComment'](_0x43f0a9){let {threadId:_0x44e7a6,content:_0x33523f,attributes:_0xba4c95,isFromAdapter:_0x248fbe}=_0x43f0a9;const _0x40560a=this['getCommentThread'](_0x43f0a9['threadId']);if(!_0x40560a)throw new _0x47d036('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x369f95=this['_createNewComment'](_0x43f0a9),{id:_0x1798a4}=_0x369f95;if(_0x40560a['_add'](_0x369f95),_0x248fbe||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x40560a['isSubmitted'])return Promise['resolve']();const _0x158dab=this['context']['plugins']['get']('PendingActions'),{channelId:_0x166145}=_0x40560a,_0x4ad0ea=_0x158dab['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0xba4c95||(_0xba4c95={}),this['adapter']['addComment']({'channelId':_0x166145,'threadId':_0x44e7a6,'commentId':_0x1798a4,'content':_0x33523f,'attributes':_0xba4c95})['then'](_0x42297e=>{_0x158dab['remove'](_0x4ad0ea),_0x42297e&&this['_updateComment']({'channelId':_0x166145,'threadId':_0x44e7a6,'commentId':_0x1798a4,'createdAt':_0x42297e['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x1eacfb=>{throw console['error'](_0x1eacfb),new _0x47d036('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x13831e,commentId:_0x43f0c6,content:_0x1468e6,createdAt:_0x11eee5,attributes:_0x4b4947,isFromAdapter:_0x47dfa3}){if(void 0x0!==_0x1468e6&&('string'!=typeof _0x1468e6||!_0x1468e6['trim']()['length']))throw new _0x47d036('commentsrepository-update-comment-invalid-content');const _0x1a0be3=this['getCommentThread'](_0x13831e),_0x5f0411=_0x1a0be3['getComment'](_0x43f0c6);if(!_0x5f0411)throw new _0x47d036('commentsrepository-update-missing-comment',this);let _0x19942f=!0x1;if(_0x1468e6&&_0x1468e6!==_0x5f0411['content']&&(_0x5f0411['isEditable']||_0x47dfa3)&&(_0x5f0411['content']=_0x1468e6,_0x19942f=!0x0),_0x11eee5&&_0x11eee5!==_0x5f0411['createdAt']&&(_0x5f0411['createdAt']=_0x11eee5,_0x5f0411['attributes']&&_0x5f0411['attributes']['@external']||(_0x5f0411['authoredAt']=_0x11eee5),_0x19942f=!0x0),_0x4b4947&&!pt(_0x4b4947,_0x5f0411['attributes'])&&(_0x5f0411['attributes']=_0x4b4947,_0x19942f=!0x0),!_0x19942f)return Promise['resolve']();if(_0x1a0be3['fire']('commentUpdated'),_0x47dfa3||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x234ce2=this['context']['plugins']['get']('PendingActions'),{channelId:_0x5d528e}=this['getCommentThread'](_0x5f0411['threadId']),_0x5a0cfc=_0x234ce2['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x5d528e,'threadId':_0x13831e,'commentId':_0x43f0c6,'content':_0x1468e6,'attributes':_0x4b4947})['then'](()=>_0x234ce2['remove'](_0x5a0cfc))['catch'](_0x21d856=>{throw console['error'](_0x21d856),new _0x47d036('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x48c4a4,commentId:_0x2d2091,isFromAdapter:_0x364aba}){const _0xe8a003=this['getCommentThread'](_0x48c4a4),_0xf276c7=_0xe8a003['getComment'](_0x2d2091);if(!_0xf276c7)throw new _0x47d036('commentsrepository-remove-missing-comment',this);if(_0xe8a003['_remove'](_0xf276c7),_0x364aba||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x9c1f0b=this['context']['plugins']['get']('PendingActions'),{channelId:_0x50f364}=_0xe8a003,_0x2e723c=_0x9c1f0b['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x50f364,'threadId':_0x48c4a4,'commentId':_0x2d2091})['then'](()=>_0x9c1f0b['remove'](_0x2e723c))['catch'](_0x4a9bc7=>{throw console['error'](_0x4a9bc7),new _0x47d036('commentsrepository-remove-comment-internal-error',this);});}}class ee extends/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x5c14b7(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x56d758,_0x511118){super();const _0x1d5fc6=_0x511118['isResolvable'];this['channelId']=_0x511118['channelId'],this['id']=_0x511118['id'],this['comments']=new _0x29fe88(),this['_repository']=_0x56d758,this['_isAttached']=!0x1,this['_isSubmitted']=_0x511118['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x56d758,'_permissions',_0x56d758,'_readOnlyChannels',()=>_0x56d758['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x56d758,'_permissions',()=>_0x56d758['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x56d758,'_permissions',()=>{const _0x4d8c64=_0x56d758['getPermissions'](this['channelId']);return _0x4d8c64['write']||_0x4d8c64['admin'];}),this['bind']('isResolvable')['to'](_0x56d758,'_permissions',()=>_0x1d5fc6&&_0x56d758['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x511118['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x45c54e,_0x46e8f1)=>_0x45c54e?_0x46e8f1?_0x45c54e<_0x46e8f1?_0x45c54e:_0x46e8f1:_0x45c54e:_0x46e8f1),this['set']('unlinkedAt',_0x511118['unlinkedAt']||null),this['set']('resolvedAt',_0x511118['resolvedAt']||null),this['set']('resolvedBy',_0x511118['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x1c7c5f=>!!_0x1c7c5f),this['set']('attributes',_0x511118['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x38b391,_0x447ce9)=>_0x38b391+_0x447ce9['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0xbccda5,id:_0x3a2fec}=this;this['_repository']['fire'](Tt('submitCommentThread',_0xbccda5),{'channelId':_0xbccda5,'threadId':_0x3a2fec});}['setUnlinkedAt'](_0x3ec6e4){this['_update']({'unlinkedAt':_0x3ec6e4});}['resolve']({resolvedAt:_0x244143=new Date(),resolvedBy:_0x472353=null,isFromAdapter:_0x511130=!0x1}={}){const _0x2ec661=this['_repository']['context']['plugins']['get'](ut)['me'],{channelId:_0x28ceb9,id:_0xf66a00}=this;this['_repository']['fire'](Tt('resolveCommentThread',_0x28ceb9),{'channelId':_0x28ceb9,'threadId':_0xf66a00,'resolvedAt':_0x244143,'resolvedBy':_0x472353||_0x2ec661['id'],'isFromAdapter':_0x511130});}['reopen']({isFromAdapter:_0x42dd0b=!0x1}={}){const {channelId:_0x362c20,id:_0x2e1ab8}=this;this['_repository']['fire'](Tt('reopenCommentThread',_0x362c20),{'channelId':_0x362c20,'threadId':_0x2e1ab8,'isFromAdapter':_0x42dd0b});}['setContext'](_0x464581){this['context']||this['_update']({'context':_0x464581});}['setAttribute'](_0x1655b2,_0x5b80ad){const _0x3530ac=ft(this['attributes']);It(_0x3530ac,_0x1655b2,_0x5b80ad),this['_update']({'attributes':_0x3530ac});}['removeAttribute'](_0x1abcd7){const _0x4f9952=ft(this['attributes']);wt(_0x4f9952,_0x1abcd7),this['_update']({'attributes':_0x4f9952});}['remove']({isFromAdapter:_0x233d77=!0x1}={}){const {channelId:_0x448a5a,id:_0x5254d9}=this;this['_repository']['fire'](Tt('removeCommentThread',_0x448a5a),{'channelId':_0x448a5a,'threadId':_0x5254d9,'isFromAdapter':_0x233d77});}['attachTo'](_0x46e2b3){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x46e2b3});}['addComment'](_0x46185d){const {channelId:_0x5cc26a,id:_0xbd35d2}=this;this['_repository']['fire'](Tt('addComment',_0x5cc26a,_0xbd35d2),Object['assign']({'channelId':_0x5cc26a,'threadId':_0xbd35d2},_0x46185d));}['getComment'](_0x2087f6){if('string'!=typeof _0x2087f6)throw new _0x47d036('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x2087f6});return this['comments']['get'](_0x2087f6);}['toJSON'](){return{'threadId':this['id'],'context':this['context'],'unlinkedAt':this['unlinkedAt'],'resolvedAt':this['resolvedAt'],'resolvedBy':this['resolvedBy']?this['resolvedBy']['id']:null,'archivedAt':this['archivedAt'],'comments':this['comments']['map'](_0x228b97=>_0x228b97['toJSON']()),'attributes':this['attributes']};}['_add'](_0x58ef5e){return this['listenTo'](_0x58ef5e,'change:authoredAt',()=>{const _0x5525d4=this['_findOptimalIndex'](_0x58ef5e),_0x5e93ca=this['comments'];_0x5525d4-0x1!=_0x5e93ca['getIndex'](_0x58ef5e)&&_0x5525d4+0x1!=_0x5e93ca['getIndex'](_0x58ef5e)&&(this['_remove'](_0x58ef5e),this['_add'](_0x58ef5e));}),this['comments']['add'](_0x58ef5e,this['_findOptimalIndex'](_0x58ef5e));}['_update'](_0x55cb57){const {channelId:_0x3b956b,id:_0x19711f}=this;this['_repository']['fire'](Tt('updateCommentThread',_0x3b956b),{..._0x55cb57,'channelId':_0x3b956b,'threadId':_0x19711f});}['_remove'](_0x2059b1){return this['stopListening'](_0x2059b1),_0x2059b1['destroy'](),this['comments']['remove'](_0x2059b1);}['_findOptimalIndex'](_0x1c2dae){const _0x43249d=this['comments']['find'](_0x4bee6d=>new Date(_0x4bee6d['authoredAt'])['getTime']()>new Date(_0x1c2dae['authoredAt'])['getTime']());return _0x43249d?this['comments']['getIndex'](_0x43249d):this['length'];}}class se extends/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x5c14b7(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x435b0e,_0xbbfa86){super();const _0x285c5d=_0x435b0e['context']['plugins']['get'](ut)['me'],_0x27e3bd=_0x435b0e['getCommentThread'](_0xbbfa86['threadId']),_0x1e660d=0x0===_0x27e3bd['comments']['length'],_0x23d2de=_0x285c5d===_0xbbfa86['author'];this['id']=_0xbbfa86['id'],this['threadId']=_0xbbfa86['threadId'],this['author']=_0xbbfa86['author'],this['creator']=_0xbbfa86['creator'],this['isExternal']=Boolean(_0xbbfa86['attributes']&&_0xbbfa86['attributes']['@external']),this['set']('content',_0xbbfa86['content']),this['createdAt']=_0xbbfa86['createdAt']||new Date(),this['set']('authoredAt',_0xbbfa86['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x27e3bd,'resolvedAt'),this['set']('attributes',_0xbbfa86['attributes']||{}),this['bind']('isEditable')['to'](_0x435b0e,'_permissions',()=>{const _0x33ffad=_0x435b0e['getPermissions'](_0x27e3bd['channelId'])['write'],_0x585f2e=_0x435b0e['getPermissions'](_0x27e3bd['channelId'])['modifyAll'];return _0x23d2de&&_0x33ffad||!_0x23d2de&&_0x585f2e;}),this['bind']('isRemovable')['to'](_0x27e3bd,'isRemovable',_0x435b0e,'_permissions',_0x1046a2=>{const _0x10f7a7=_0x435b0e['getPermissions'](_0x27e3bd['channelId'])['write'],_0x4025d3=_0x435b0e['getPermissions'](_0x27e3bd['channelId'])['modifyAll'];return _0x23d2de&&_0x10f7a7||_0x1046a2&&_0x1e660d||!_0x23d2de&&_0x4025d3&&!_0x1e660d;}),this['bind']('isReadOnly')['to'](_0x27e3bd,'isReadOnly'),this['_repository']=_0x435b0e;}get['weight'](){return Math['max'](function(_0x1357cf){const _0x539aae=document['createElement']('div');return _0x539aae['innerHTML']=_0x1357cf,_0x539aae['textContent']['length'];}(this['content']),0xc8);}['update'](_0xa8e664){const {threadId:_0x15270c,id:_0x37ff7e}=this;if(!this['_repository']['hasCommentThread'](_0x15270c))throw new _0x47d036('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x38235a}=this['_repository']['getCommentThread'](_0x15270c);this['_repository']['fire'](Tt('updateComment',_0x38235a,_0x15270c),{'channelId':_0x38235a,'threadId':_0x15270c,'commentId':_0x37ff7e,..._0xa8e664});}['setAttribute'](_0x110f74,_0x121383){const _0x502838=ft(this['attributes']);It(_0x502838,_0x110f74,_0x121383),this['update']({'attributes':_0x502838});}['removeAttribute'](_0x5ab630){const _0x23083c=ft(this['attributes']);wt(_0x23083c,_0x5ab630),this['update']({'attributes':_0x23083c});}['remove'](_0x211e33={}){if(!_0x211e33['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x5cd9f7,id:_0x1a302b}=this;if(!this['_repository']['hasCommentThread'](_0x5cd9f7))throw new _0x47d036('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x265bed}=this['_repository']['getCommentThread'](_0x5cd9f7);this['_repository']['fire'](Tt('removeComment',_0x265bed,_0x5cd9f7),{'channelId':_0x265bed,'threadId':_0x5cd9f7,'commentId':_0x1a302b,..._0x211e33});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function Tt(_0x22cf3c,..._0x44eb62){for(const _0x1f918f of _0x44eb62)void 0x0!==_0x1f918f&&(_0x22cf3c+=':'+String(_0x1f918f));return _0x22cf3c;}class J extends _0x176196{['refresh'](){const _0x44101d=this['editor']['model']['document']['selection'];for(const _0x59dc65 of _0x44101d['getRanges']())if(this['_hasContent'](_0x59dc65))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x209880=_0x348e79()}={}){const _0x5dffd9=this['editor']['model'],_0x5356d6=[];for(const _0x420141 of _0x5dffd9['document']['selection']['getRanges']())this['_hasContent'](_0x420141)&&_0x5356d6['push'](this['_trimToContent'](_0x420141));_0x5dffd9['change'](_0x55968d=>{for(const _0x4bf630 of _0x5356d6){const _0x589e6a=_0x348e79()['substr'](0x1,0x5),_0xf18e3='comment:'+_0x209880+':'+_0x589e6a;_0x55968d['addMarker'](_0xf18e3,{'range':_0x4bf630,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x2d8915){for(const _0x7e0a08 of _0x2d8915['getItems']())if(this['_itemIsContent'](_0x7e0a08))return!0x0;return!0x1;}['_itemIsContent'](_0x4909d6){return _0x4909d6['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x4909d6)&&!_0x4909d6['is']('element','tableCell');}['_trimToContent'](_0x43e20d){const _0x3d2db9=_0x58e029=>!this['_itemIsContent'](_0x58e029['item']),_0x460bb0=_0x43e20d['start']['getLastMatchingPosition'](_0x3d2db9),_0x3ee6fc=_0x43e20d['end']['getLastMatchingPosition'](_0x3d2db9,{'direction':'backward'});return this['editor']['model']['createRange'](_0x460bb0,_0x3ee6fc);}}class b extends _0x4f76fc{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[_];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x105c5d){super(_0x105c5d),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x4634d6=this['editor'],_0x3cd3e7=_0x4634d6['model']['document']['selection'],_0x3dd1c6=_0x3b36e3(()=>this['refreshSelectedViews'](),0xa);_0x3cd3e7['on']('change:range',(_0x174894,_0x19f19e)=>{_0x19f19e['directChange']&&(_0x3dd1c6['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x4634d6['editing']['view']['document'],'change:isFocused',(_0xe51be4,_0x35b455,_0x5cfa93)=>{_0x5cfa93&&_0x3dd1c6();}),this['listenTo'](_0x4634d6['ui']['focusTracker'],'change:isFocused',(_0x26fb3b,_0x4e9cdd,_0x217f5b)=>{_0x217f5b||_0x4634d6['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x2c3c50=>this['_editorAnnotationsData']['has'](_0x2c3c50['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0xbd65b8){if(this['_editorAnnotations']['has'](_0xbd65b8['view']))return;this['_editorAnnotations']['add'](_0xbd65b8['view']),this['editor']['ui']['focusTracker']['add'](_0xbd65b8['view']['element']);const _0x112620=this['editor']['plugins']['get'](_);this['listenTo'](_0x112620['collection'],'remove',(_0xa7af8a,_0x15b78c)=>{this['editor']['ui']['focusTracker']['remove'](_0x15b78c['view']['element']),this['_editorAnnotations']['delete'](_0x15b78c['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x8c5281){if('function'!=typeof _0x8c5281)throw new _0x47d036('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x8c5281);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x509aa1,annotations:_0x5e2053}){const _0x16db59=[],_0x3e1f43=this['editor']['model']['document']['selection'],_0x554b8a=Array['from'](_0x3e1f43['getRanges']());for(const [_0x20f22e,_0x2d28da]of this['_editorAnnotationsData']){const _0x35903a=_0x167bd7(_0x2d28da),_0x1d468a=_0x5e2053['getByInnerView'](_0x20f22e);_0x35903a&&_0x1d468a&&_0x16db59['push']({'annotation':_0x1d468a,'range':_0x35903a});}function _0x167bd7(_0xb1529c){for(const _0x17d0ff of _0xb1529c)for(const _0x578bf2 of _0x554b8a)if(_0x17d0ff['containsRange'](_0x578bf2,!_0x3e1f43['isCollapsed']))return _0x17d0ff;return null;}return _0x16db59['sort']((_0x35e1fc,_0xfd3d42)=>{const _0x3c3031=_0x35e1fc['range'],_0x26e909=_0xfd3d42['range'];if(!_0x3c3031['isEqual'](_0x26e909)){if(_0x3c3031['containsRange'](_0x26e909,!0x0))return 0x1;if(_0x26e909['containsRange'](_0x3c3031,!0x0))return-0x1;}return _0x35e1fc['annotation']==_0x509aa1?-0x1:_0xfd3d42['annotation']==_0x509aa1?0x1:0x0;})['map'](_0x1b6612=>_0x1b6612['annotation']);}get['_editorAnnotationsData'](){const _0x21c169=new Map();for(const _0x2087b5 of Array['from'](this['_dataCollectors']))for(const [_0x2f1874,_0x4a1a2e]of _0x2087b5())_0x21c169['set'](_0x2f1874,_0x4a1a2e);return _0x21c169;}}class nt extends _0x4f76fc{['afterInit'](){const _0x1def80=this['editor'];if(!_0x1def80['plugins']['has']('RestrictedEditingModeEditing'))return;_0x1def80['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class it extends _0x4f76fc{constructor(_0x42282e){super(_0x42282e),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x46ff41=this['editor'],_0x427214=_0x46ff41['commands']['get']('importWord'),_0x304e45=_0x46ff41['plugins']['get'](ut);_0x427214&&(_0x427214['on']('execute',(_0x8e59f5,[,_0x3d6130])=>{_0x3d6130['collaboration_features']={'comments':!0x0,'user_id':_0x304e45['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x427214,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x57084b,_0x6ee2c1){const {comment_threads:_0x3d6702}=_0x6ee2c1;_0x3d6702&&_0x3d6702['forEach'](({thread_id:_0x221c42,comments:_0x90dc00,is_resolved:_0x4c3a96})=>{const _0x4871a2=new Date(),_0x4e2db5=_0x90dc00['map'](({author:_0x4d2883,content:_0x4df50b,created_at:_0x14e9be})=>({'content':_0x4df50b,'authorId':this['editor']['plugins']['get'](ut)['me']['id'],'createdAt':_0x4871a2,'attributes':{'@external':{'authorName':_0x4d2883,'createdAt':_0x14e9be?new Date(_0x14e9be):new Date(),'source':'importWord'}}})),_0x4e6a9e=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x4e6a9e,'threadId':_0x221c42,'comments':_0x4e2db5,'resolvedAt':_0x4c3a96?_0x4871a2:null});});}}class st extends _0x4f76fc{constructor(_0x111f47){super(_0x111f47),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x5d195d=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x5d195d,'contentInsertion',(_0x14c81b,_0x490568)=>this['_removeMarkersWithoutThreads'](_0x490568['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x1039b5){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x1039b5;const _0x596a3e=this['editor']['plugins']['get']('CommentsRepository');for(const _0xf13513 of _0x1039b5['keys']()){const [_0x828b07,_0x159f44]=_0xf13513['split'](':');'comment'!=_0x828b07||_0x596a3e['hasCommentThread'](_0x159f44)||_0x1039b5['delete'](_0xf13513);}return _0x1039b5;}['_registerMarkerInClipboardPipeline'](){const _0x3cef49=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0xa2dfe4=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0xa2dfe4&&_0x3cef49['_registerMarkerToCopy']('comment',_0xa2dfe4);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x5f4a48){switch(_0x5f4a48){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}class r extends _0x4f76fc{static get['requires'](){return[m,b,nt,it,st];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x9fff8b){super(_0x9fff8b),this['set']('isThreadsLoadingPaused',!0x0),_0x9fff8b['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x1fe7c2,_0x21721f,_0x43dae4,_0x4829e6)=>{const _0x4eb6f9=_0x43dae4?jt(_0x43dae4)['id']:null;if(_0x9fff8b['model']['change'](()=>{if(_0x4eb6f9){const _0x3b0c2b=this['getAllMarkersForId'](_0x4eb6f9);for(const _0x559474 of _0x3b0c2b)_0x9fff8b['editing']['reconvertMarker'](_0x559474);}if(_0x4829e6){const {id:_0x5e1f7d}=jt(_0x4829e6),_0x3533af=this['getAllMarkersForId'](_0x5e1f7d);for(const _0x1e8493 of _0x3533af)_0x9fff8b['editing']['reconvertMarker'](_0x1e8493);}}),_0x4eb6f9){const _0x39ffc8=_0x9fff8b['plugins']['get'](m)['getCommentThread'](_0x4eb6f9);_0x39ffc8&&_0x39ffc8['isResolved']&&this['scrollToThreadMarker'](_0x4eb6f9);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x3d900a=this['editor'],_0x49429c=_0x3d900a['plugins']['get'](m),_0x350aa6=_0x3d900a['config']['get']('collaboration.channelId');_0x3d900a['commands']['add']('addCommentThread',new J(_0x3d900a)),this['listenTo'](_0x3d900a,'change:isReadOnly',(_0x4443a6,_0x3ab406,_0x38831b)=>{_0x49429c['switchReadOnly'](_0x38831b,_0x3d900a['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x49429c,at('addCommentThread',_0x350aa6),(_0x4f159f,{threadId:_0x11ce4b})=>{const _0x198c71=this['editor']['plugins']['get'](m)['getCommentThread'](_0x11ce4b);_0x198c71&&_0x198c71['unlinkedAt']&&this['_attachArchivedThread'](_0x11ce4b);}),this['listenTo'](_0x49429c,at('removeCommentThread',_0x350aa6),(_0x48ce8b,{threadId:_0x3d2e80})=>{_0x3d900a['model']['enqueueChange']({'isUndoable':!0x1},_0x4dfdc8=>{const _0x513f3b=this['getAllMarkersForId'](_0x3d2e80);for(const _0x3daa71 of _0x513f3b)_0x4dfdc8['removeMarker'](_0x3daa71);});}),this['listenTo'](_0x49429c,at('resolveCommentThread',_0x350aa6),(_0x4c681e,{threadId:_0x2de009})=>{(this['_reconvertMarkers'](_0x2de009),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x2de009)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x49429c,at('reopenCommentThread',_0x350aa6),(_0x3be7ce,{threadId:_0x16887b})=>{this['_reconvertMarkers'](_0x16887b);},{'priority':'low'}),this['listenTo'](_0x49429c,at('addComment',_0x350aa6),(_0x3c023f,{threadId:_0x2a4e0b,isFromAdapter:_0x541737})=>{const _0x1f91bd=this['getAllMarkersForId'](_0x2a4e0b);if(_0x541737||0x0==_0x1f91bd['length']||!_0x49429c['hasCommentThread'](_0x2a4e0b))return;0x1===_0x49429c['getCommentThread'](_0x2a4e0b)['length']&&_0x3d900a['model']['enqueueChange']({'isUndoable':!0x1},_0x31c562=>{for(const _0x570259 of _0x1f91bd)_0x31c562['updateMarker'](_0x570259,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x2a9a42=this['editor']['plugins']['get'](m),_0xdb3ab3=this['editor']['config']['get']('collaboration.channelId');for(const _0x496d9e of _0x2a9a42['getCommentThreads']({'channelId':_0xdb3ab3}))_0x2a9a42['_detachCommentThread'](_0x496d9e['id']),_0x2a9a42['_threads']['delete'](_0x496d9e['id']);super['destroy']();}['hasMarkerForId'](_0x314bf8){return this['getAllMarkersForId'](_0x314bf8)['length']>0x0;}['getAllMarkersForId'](_0x3075a6){const _0x360c00=[];for(const _0x2edff3 of this['editor']['model']['markers'])_0x2edff3['name']['startsWith']('comment:'+_0x3075a6)&&_0x360c00['push'](_0x2edff3);return _0x360c00;}['scrollToThreadMarker'](_0x43aa17){const _0x17c9d4=this['_getTargetForId'](_0x43aa17);_0x17c9d4&&setTimeout(()=>{this['activeMarker']&&jt(this['activeMarker'])['id']===_0x43aa17&&tt({'target':_0x17c9d4[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x2c27e4){this['editor']['model']['change'](()=>{for(const _0x4d67ec of this['getAllMarkersForId'](_0x2c27e4))this['editor']['editing']['reconvertMarker'](_0x4d67ec);});}['_attachArchivedThread'](_0x207f99){const _0x59c23c=this['editor']['plugins']['get'](m),_0x46a141=this['editor']['plugins']['get'](b),_0x25e889=_0x59c23c['getCommentThread'](_0x207f99);if(!_0x25e889['isAttached']){const _0x4669f7=_0x25e889['attachTo'](()=>this['_getTargetForId'](_0x25e889['id']));_0x46a141['registerAnnotation'](_0x4669f7),_0x25e889['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x1a88cc=this['editor'];_0x1a88cc['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x163678,_0xb3895f)=>{const {id:_0x124662}=jt(_0x163678['markerName']),_0x89a3c7=_0x1a88cc['plugins']['get'](m)['getCommentThread'](_0x124662),_0x4c228b=this['activeMarker']&&jt(this['activeMarker'])['id']===_0x124662;if(_0x89a3c7&&_0x89a3c7['isResolved']&&!_0x4c228b&&_0x163678['item'])return _0xb3895f['consumable']['consume'](_0x163678['item'],'addMarker:'+_0x163678['markerName']),_0xb3895f['consumable']['consume'](_0x163678['item'],'removeMarker:'+_0x163678['markerName']),null;const _0x49316b=['ck-comment-marker'];return _0x4c228b&&_0x49316b['push']('ck-comment-marker--active'),{'classes':_0x49316b,'attributes':{'data-comment':_0x124662}};}}),_0x1a88cc['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x1bb29a,{options:_0x30e68f})=>{const _0x1b4a10=_0x1a88cc['plugins']['get'](m),_0x59b9d7=_0x1a88cc['model']['markers']['get'](_0x1bb29a),{id:_0x24c426,part:_0x179716}=jt(_0x1bb29a);if(_0x59b9d7&&!_0x59b9d7['affectsData'])return null;if(_0x30e68f['ignoreResolvedComments']){const _0x11f402=_0x1b4a10['getCommentThread'](_0x24c426);if(_0x11f402&&_0x11f402['isResolved'])return null;}return{'group':'comment','name':_0x179716?_0x24c426+':'+_0x179716:_0x24c426};}}),_0x1a88cc['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x23ebf6,{writer:_0x49b907})=>_0x49b907['createElement']('$marker',{'data-name':'comment:'+_0x23ebf6['getAttribute']('id')})}),_0x1a88cc['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x2f7f49=this['editor'],_0x1dab3d=_0x2f7f49['plugins']['get'](m),_0x57175c=new Set(),_0x9ff8d4=new Set();_0x2f7f49['model']['document']['registerPostFixer'](_0x5196ba=>{let _0x4c1138=!0x1;for(const {name:_0x4a79f6,data:_0x536c77}of _0x2f7f49['model']['document']['differ']['getChangedMarkers']()){const {group:_0x42c0af,id:_0x866e9d}=jt(_0x4a79f6);let _0x50e99b=_0x536c77['newRange'];if('comment'!==_0x42c0af||!_0x50e99b)continue;const _0x4cc6c1='$graveyard'===_0x50e99b['root']['rootName'];_0x4cc6c1||(_0x50e99b=ct(_0x50e99b,_0x2f7f49['model']),!_0x50e99b||_0x50e99b['isCollapsed']||!_0x536c77['newRange']||_0x50e99b['isEqual'](_0x536c77['newRange']))?_0x2f7f49['model']['hasContent'](_0x50e99b)&&!_0x4cc6c1?this['isThreadsLoadingPaused']?_0x57175c['add'](_0x4a79f6):this['_handleThreadMarker'](_0x4a79f6,_0x866e9d):(_0x9ff8d4['add'](_0x4a79f6),_0x57175c['delete'](_0x4a79f6),_0x5196ba['removeMarker'](_0x4a79f6),_0x4c1138=!0x0):(_0x5196ba['updateMarker'](_0x4a79f6,{'range':_0x50e99b}),_0x4c1138=!0x0);}return _0x4c1138;}),this['on']('change:isThreadsLoadingPaused',(_0x2c1792,_0x1f96b6,_0x1a1085)=>{if(!_0x1a1085&&_0x57175c['size'])for(const _0x2b0530 of _0x57175c){const {id:_0x9d3641}=jt(_0x2b0530);_0x57175c['delete'](_0x2b0530),_0x2f7f49['model']['markers']['get'](_0x2b0530)&&this['_handleThreadMarker'](_0x2b0530,_0x9d3641);}}),this['listenTo'](_0x2f7f49['model']['document'],'change',(_0x482e85,_0x3479f9)=>{for(const {name:_0x5bd630,data:{newRange:_0x585817}}of _0x2f7f49['model']['document']['differ']['getChangedMarkers']()){const {group:_0x5f51f5,id:_0x29dbb1}=jt(_0x5bd630);if('comment'!==_0x5f51f5)continue;const _0x50740=_0x1dab3d['getCommentThread'](_0x29dbb1),_0x56a6a6=this['hasMarkerForId'](_0x29dbb1);_0x50740&&(_0x50740['_hasTargetInContent']||_0x2f7f49['editing']['view']['once']('render',()=>{const _0x5f3c10=_0x2f7f49['plugins']['get'](_),_0x2cd7b3=_0x1dab3d['_threadToController']['get'](_0x50740)['view'];_0x5f3c10['getByInnerView'](_0x2cd7b3)['refreshVisibility']();},{'priority':'low'}),_0x50740['_hasTargetInContent']=_0x56a6a6||!!_0x585817),_0x585817||(_0x9ff8d4['add'](_0x5bd630),_0x57175c['delete'](_0x5bd630));}if(_0x3479f9['isLocal'])for(const _0x4d4d79 of _0x9ff8d4){const {id:_0x3dbc26}=jt(_0x4d4d79),_0x3f9900=_0x1dab3d['getCommentThread'](_0x3dbc26),_0x14443d=this['hasMarkerForId'](_0x3dbc26);_0x57175c['delete'](_0x4d4d79),!_0x3f9900||_0x14443d||_0x3f9900['unlinkedAt']||_0x3f9900['setUnlinkedAt'](new Date());}_0x9ff8d4['clear']();});}['_getTargetForId'](_0x1864ad){const _0x4733a1=this['editor'],_0x203a47=this['getAllMarkersForId'](_0x1864ad);return rt(_0x4733a1['editing'],_0x203a47);}['_getTextContext'](_0x2a4dd6){const _0x1b0f2d=this['getAllMarkersForId'](_0x2a4dd6);let _0x1610c2='',_0x3a92bf=!0x1;for(const _0x486574 of _0x1b0f2d){const _0x17efc6=_0x486574['getRange']();for(const _0x34155e of Array['from'](_0x17efc6['getItems']()))_0x34155e['is']('$textProxy')?(_0x1610c2&&_0x3a92bf&&(_0x1610c2+='\x20',_0x3a92bf=!0x1),_0x1610c2+=_0x34155e['data']):_0x3a92bf=!0x0;_0x3a92bf=!0x0;}return _0x1610c2['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x1326f5,_0x47383f){const _0x4cc965=this['editor'],_0xbf989b=_0x4cc965['plugins']['get'](m);let _0x2928c2=_0xbf989b['getCommentThread'](_0x47383f);const _0x327a62=_0x4cc965['config']['get']('collaboration.channelId'),_0x42d13d=_0x4cc965['plugins']['get'](b);if(_0x2928c2&&(_0x2928c2['unlinkedAt']&&_0x2928c2['setUnlinkedAt'](null),_0x2928c2['isAttached']))return _0x2928c2;return!this['getAllMarkersForId'](_0x47383f)[0x0]['managedUsingOperations']?_0x4cc965['editing']['view']['once']('render',()=>{if(_0xbf989b['getCommentThread'](_0x47383f))return;const _0x424919=_0x4cc965['plugins']['get'](_);_0x2928c2=_0xbf989b['openNewCommentThread']({'channelId':_0x327a62,'threadId':_0x47383f,'target':()=>this['_getTargetForId'](_0x47383f),'context':{'type':'text','value':this['_getTextContext'](_0x47383f)}});const _0xf88619=_0xbf989b['_threadToController']['get'](_0x2928c2)['view'],_0x470fd7=_0x424919['getByInnerView'](_0xf88619);_0x470fd7&&_0x42d13d['registerAnnotation'](_0x470fd7);},{'priority':'low'}):_0xbf989b['fetchCommentThread']({'channelId':_0x327a62,'threadId':_0x47383f})['then'](_0x2fad71=>{if('destroyed'!==_0x4cc965['state']){if(_0x2928c2=_0x2fad71,_0x2928c2&&!_0x2928c2['isAttached']){const _0x2c8be3=_0x2928c2['attachTo'](()=>this['_getTargetForId'](_0x47383f));_0x42d13d['registerAnnotation'](_0x2c8be3),_0x2928c2['isResolved']&&this['_reconvertMarkers'](_0x47383f);}else{if(!_0x2928c2){const _0x5e3d5e=this['getAllMarkersForId'](_0x47383f);_0x4cc965['model']['change'](_0x1d5c0a=>{for(const _0x48427d of _0x5e3d5e)_0x1d5c0a['removeMarker'](_0x48427d);});}}}}),_0x2928c2;}['_handleThreadMarker'](_0xdf91c4,_0x1da6e3){const _0x776530=this['_attachMarkerToThread'](_0xdf91c4,_0x1da6e3);_0x776530&&!_0x776530['context']&&_0x776530['setContext']({'type':'text','value':this['_getTextContext'](_0x1da6e3)});}['_initAriaMarkerChangeAnnouncements'](){const _0x3c7e7e=this['editor'];et(_0x3c7e7e['model'],({left:_0x52703e,entered:_0x556436})=>{for(const _0x40e2a7 of _0x52703e)if(mt(_0x40e2a7)){_0x3c7e7e['ui']['ariaLiveAnnouncer']['announce'](S(_0x3c7e7e['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x147f2c of _0x556436)if(mt(_0x147f2c)){_0x3c7e7e['ui']['ariaLiveAnnouncer']['announce'](S(_0x3c7e7e['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0xbf3300(ot)));break;}});}}function at(_0x1dcd29,_0x1c513f){return _0x1c513f?_0x1dcd29+':'+_0x1c513f:_0x1dcd29;}function jt(_0x518ad5){const _0x31b9c8=_0x518ad5['split'](':');return{'group':_0x31b9c8[0x0],'id':_0x31b9c8[0x1],'part':_0x31b9c8[0x2]};}function ct(_0x110952,_0x4fe70c){const _0x2a39ea=_0x4fe70c['schema'],_0x3cdbc8=_0x4fe70c['createRange'](_0x110952['start']);for(const _0x3ea913 of _0x110952['getWalker']()){const {type:_0x544e43,item:_0x4c065e,nextPosition:_0x438134}=_0x3ea913;if('text'===_0x544e43||_0x2a39ea['isObject'](_0x4c065e)){const _0x55606e=_0x4fe70c['createPositionBefore'](_0x4c065e);_0x3cdbc8['isCollapsed']&&(_0x3cdbc8['start']=_0x55606e),_0x3cdbc8['end']=_0x438134;}}return _0x3cdbc8;}function mt(_0xc35290){return'comment'===jt(_0xc35290['name'])['group'];}var $t='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M4\x201.5h12A3.5\x203.5\x200\x200\x201\x2019.5\x205v8l-.005.192a3.5\x203.5\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.371-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.271-2.63l-.062-.07H4A3.5\x203.5\x200\x200\x201\x20.5\x2013V5A3.5\x203.5\x200\x200\x201\x204\x201.5ZM4\x203a2\x202\x200\x200\x200-2\x202v8a2\x202\x200\x200\x200\x202\x202h6.924a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L14.962\x2015H16a2\x202\x200\x200\x200\x202-2V5a2\x202\x200\x200\x200-2-2H4Z\x22/><path\x20d=\x22M9.75\x205a.75.75\x200\x200\x200-.75.75v2.5H6.5a.75.75\x200\x200\x200\x200\x201.5H9v2.5a.75.75\x200\x200\x200\x201.5\x200v-2.5H13a.75.75\x200\x200\x200\x200-1.5h-2.5v-2.5A.75.75\x200\x200\x200\x209.75\x205Z\x22/></svg>\x0a';class s extends _0x4f76fc{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,b,_];}get['CommentsListView'](){return kt;}get['CommentThreadInputView'](){return xt;}['init'](){const _0x212ba0=this['editor'],_0x256f6e=_0x212ba0['plugins']['get'](m),_0x38cc68=_0x212ba0['plugins']['get'](r),_0x183234=_0x212ba0['plugins']['get'](_),_0x42844f=_0x212ba0['plugins']['get'](b);_0x212ba0['ui']['componentFactory']['add']('comment',()=>{const _0x1e823d=this['_createUIButton'](_0x358e4f);return _0x1e823d['tooltip']=!0x0,_0x1e823d;}),_0x212ba0['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x1b32a2)),_0x42844f['addSourceCollector'](()=>{const _0x384a12=[];for(const [_0x241b60,_0x2f8aed]of _0x256f6e['_threadToController']){const _0x49496f=_0x38cc68['getAllMarkersForId'](_0x241b60['id']),_0x3eb872=_0x49496f['map'](_0x1b794f=>_0x1b794f['getRange']());_0x49496f['length']>0x0&&_0x384a12['push']([_0x2f8aed['view'],_0x3eb872]);}return _0x384a12;}),this['listenTo'](_0x183234,'change:activeAnnotations',(_0x234651,_0x29b381,_0xf28bc)=>{const _0x12727c=Array['from'](_0xf28bc)['map'](_0x1df346=>_0x1df346['innerView'])['find'](_0x29472f=>_0x256f6e['_viewToController']['has'](_0x29472f));if(!_0x12727c)return void(_0x38cc68['activeMarker']=null);const _0x29342e=_0x256f6e['_viewToController']['get'](_0x12727c)['model']['id'],_0x44151b='comment:'+_0x29342e;_0x29342e&&_0x38cc68['hasMarkerForId'](_0x29342e)?_0x38cc68['activeMarker']=_0x44151b:_0x38cc68['activeMarker']&&(_0x38cc68['activeMarker']=null);}),this['listenTo'](_0x256f6e,'removeCommentThread',(_0x384f8a,{threadId:_0x57cc77,isFromAdapter:_0x2cc86d})=>{!_0x2cc86d&&_0x212ba0['ui']['focusTracker']['isFocused']&&_0x38cc68['hasMarkerForId'](_0x57cc77)&&_0x212ba0['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x256f6e,'addComment',(_0xf99267,{threadId:_0x2910ef,isFromAdapter:_0x52dcd2})=>{if(_0x52dcd2||!_0x38cc68['hasMarkerForId'](_0x2910ef)||!_0x256f6e['hasCommentThread'](_0x2910ef))return;0x1===_0x256f6e['getCommentThread'](_0x2910ef)['length']&&(_0x212ba0['editing']['view']['focus'](),_0xf99267['stop']());},{'priority':'low'}),this['_initKeyboardNavigation']();}['_createUIButton'](_0x438427){const _0x1cdcad=this['editor'],_0x3253cd=new _0x438427(_0x1cdcad['locale']),_0xd3617=_0x1cdcad['commands']['get']('addCommentThread');return _0x3253cd['set']({'label':S(_0x1cdcad['locale'],'Comment'),'icon':$t}),_0x3253cd['bind']('isEnabled')['to'](_0xd3617),this['listenTo'](_0x3253cd,'execute',()=>_0xd3617['execute']()),_0x3253cd;}['_initKeyboardNavigation'](){const _0xfeb433=this['editor'],_0x5d3e79=_0xfeb433['plugins']['get'](m);this['listenTo'](_0x5d3e79,'escapeThread',(_0x48746e,{threadId:_0x40feec,channelId:_0x42acb3})=>{if(_0x42acb3!==_0xfeb433['config']['get']('collaboration.channelId'))return;const _0x1d523b=_0x5d3e79['getCommentThread'](_0x40feec);_0x1d523b&&!_0x1d523b['archivedAt']&&_0xfeb433['editing']['view']['focus']();},{'priority':'low'}),_0xfeb433['keystrokes']['set'](ot,(_0x4f60e8,_0x49b764)=>{const _0x5b5075=this['editor']['plugins']['get'](r);if(!_0x5b5075['activeMarker'])return;const _0x20a328=_0xfeb433['plugins']['get'](m),{id:_0x4799f4}=jt(_0x5b5075['activeMarker']),_0x16da12=_0x20a328['getCommentThread'](_0x4799f4);_0x16da12&&(_0x20a328['_threadToController']['get'](_0x16da12)['view']['focus'](),_0x49b764());});}}class e extends _0x4f76fc{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x42bd97){super(_0x42bd97),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x3ba2cb,_0x33d410,_0x511741)=>{_0x511741?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x1cb95e,_0x2cb2d3]of this['editor']['commands'])_0x2cb2d3['affectsData']&&'addCommentThread'!==_0x1cb95e&&_0x2cb2d3['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x70d449=this['editor']['editing']['view']['document'];this['listenTo'](_0x70d449,'cut',_0x559365=>_0x559365['stop'](),{'priority':'highest'}),this['listenTo'](_0x70d449,'clipboardInput',_0x36abbd=>_0x36abbd['stop'](),{'priority':'highest'}),this['listenTo'](_0x70d449,'delete',_0x172ac7=>_0x172ac7['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x32256,_0x38c54a]of this['editor']['commands'])_0x38c54a['affectsData']&&'addCommentThread'!==_0x32256&&_0x38c54a['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x9b8fa5{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[_];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x4bac3b){super(_0x4bac3b),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x58aa10=this['context']['plugins']['get'](_);this['listenTo'](_0x58aa10,'_activateAnnotation',(_0x5c6356,_0x3f3828)=>{for(const _0x2b0364 of this['activeUIs']){const _0x457e39=this['_uis']['get'](_0x2b0364);(0x0,this['_uisData']['get'](_0x2b0364)['filter'])(_0x3f3828)&&_0x457e39['setActiveAnnotation'](_0x3f3828);}}),this['listenTo'](_0x58aa10,'_deactivateAllAnnotations',()=>{for(const _0x36ff7f of this['activeUIs']){this['_uis']['get'](_0x36ff7f)['setActiveAnnotation'](null);}}),this['listenTo'](_0x58aa10['_visibleAnnotations'],'add',(_0x583891,_0x516bea)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x516bea);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x1770bd){return this['activeUIs']['has'](_0x1770bd);}['activate'](_0x1749eb,_0x5a6ee1=()=>!0x0){const _0x581c7a=this['context']['plugins']['get'](_);if(!this['_uis']['has'](_0x1749eb))throw new _0x47d036('annotationsuis-missing-ui',this,{'uiName':_0x1749eb});this['isActive'](_0x1749eb)&&this['deactivate'](_0x1749eb),this['activeUIs']['add'](_0x1749eb);const _0x38810d=new x();!function({source:_0x1fda62,target:_0x12555c,filter:_0x5e13ef}){for(const _0x13a01d of _0x1fda62)_0x5e13ef(_0x13a01d)&&_0x12555c['add'](_0x13a01d);_0x12555c['listenTo'](_0x1fda62,'add',(_0x35b36c,_0x666c4)=>{_0x5e13ef(_0x666c4)&&_0x12555c['add'](_0x666c4);}),_0x12555c['listenTo'](_0x1fda62,'remove',(_0x218564,_0x41038d)=>{_0x12555c['has'](_0x41038d)&&_0x12555c['remove'](_0x41038d);});}({'source':_0x581c7a['_visibleAnnotations'],'target':_0x38810d,'filter':_0x5a6ee1}),this['_uisData']['set'](_0x1749eb,{'collection':_0x38810d,'filter':_0x5a6ee1});const _0x5d47e1=this['_uis']['get'](_0x1749eb);_0x5d47e1['attach'](_0x38810d),this['listenTo'](_0x5d47e1,'change:activeAnnotation',(_0x2a5633,_0x1e9605,_0x4782a9,_0x31ee91)=>{_0x31ee91&&_0x581c7a['_removeActiveAnnotation'](_0x31ee91),_0x4782a9&&_0x581c7a['_addActiveAnnotation'](_0x4782a9);});}['deactivate'](_0x4877d2){if(this['activeUIs']['delete'](_0x4877d2),!this['_uis']['has'](_0x4877d2))throw new _0x47d036('annotationsuis-missing-ui',this,{'uiName':_0x4877d2});const _0x3e121f=this['_uis']['get'](_0x4877d2);_0x3e121f['detach'](),this['stopListening'](_0x3e121f),this['_uisData']['get'](_0x4877d2)['collection']['destroy'](),this['_uisData']['delete'](_0x4877d2);}['switchTo'](_0x4bca33){if(!this['_uis']['has'](_0x4bca33))throw new _0x47d036('annotationsuis-missing-ui',this,{'uiName':_0x4bca33});const _0x3c9596=this['context']['plugins']['get'](_),_0x2c57f7=Array['from'](_0x3c9596['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x4bca33);const _0x570045=this['_uis']['get'](_0x4bca33);_0x570045['setActiveAnnotation'](_0x2c57f7),_0x570045['_setSelectedAnnotations']&&_0x2c57f7&&_0x570045['_setSelectedAnnotations']([_0x2c57f7]);}['deactivateAll'](){for(const _0x5c1a9f of this['activeUIs'])this['deactivate'](_0x5c1a9f);}['register'](_0x4a46ff,_0x2b8299){if(this['_uis']['has'](_0x4a46ff))throw new _0x47d036('annotationsuis-register-already-registered');if('function'!=typeof _0x2b8299['attach']||'function'!=typeof _0x2b8299['detach']||'function'!=typeof _0x2b8299['setActiveAnnotation'])throw new _0x47d036('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x4a46ff,_0x2b8299);}['refilterAnnotations'](){const _0x28f9af=this['context']['plugins']['get'](_)['collection'],_0x19131a=new Map(),_0x2419c1=Array['from'](this['activeUIs']);for(const _0x254b00 of this['activeUIs']){const _0x3852eb=this['_uisData']['get'](_0x254b00)['collection'];for(const _0x1755a9 of _0x3852eb)_0x19131a['set'](_0x1755a9,_0x254b00);}for(const _0x4d1d3e of _0x28f9af){const _0x5ec16b=_0x19131a['get'](_0x4d1d3e);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4d1d3e);const _0x1d9dbf=_0x2419c1['find'](_0x557c14=>this['_uisData']['get'](_0x557c14)['filter'](_0x4d1d3e));_0x5ec16b!==_0x1d9dbf&&(_0x5ec16b&&this['_uisData']['get'](_0x5ec16b)['collection']['remove'](_0x4d1d3e),_0x1d9dbf&&this['_uisData']['get'](_0x1d9dbf)['collection']['add'](_0x4d1d3e));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x46890c){const _0x57f9c3=[];for(const _0x37fc51 of this['activeUIs']){(0x0,this['_uisData']['get'](_0x37fc51)['filter'])(_0x46890c)&&_0x57f9c3['push'](_0x37fc51);}if(_0x57f9c3['length']>0x1)throw new _0x47d036('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x57f9c3,'annotationType':_0x46890c['type']});}}const ie=Ht('px');class V extends _t{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x1bcfab){super(_0x1bcfab);const _0x8dd578=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['focusables']=this['createCollection'](),this['list']['delegate']('arrowup','arrowdown')['to'](this),this['focusTracker']=new _0xfb2004(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x8dd578['to']('class')],'style':{'minHeight':_0x8dd578['to']('minHeight',_0x1155a9=>'number'==typeof _0x1155a9?ie(_0x1155a9+0xa):null)},'dir':_0x1bcfab['uiLanguageDirection'],'role':'application','aria-label':S(_0x1bcfab,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':S(_0x1bcfab,'Annotations\x20list')},'children':this['list']}]});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['focus'](){this['focusCycler']['focusFirst']();}['_setupKeyboardNavigation'](){this['list']['delegate']('change:top')['to'](this),this['on']('change:top',_0x10c599=>{this['_updateItemPositionInFocusables'](_0x10c599['source']);}),this['list']['forEach'](_0x52ff70=>{this['focusTracker']['add'](_0x52ff70['element']),this['_updateItemPositionInFocusables'](_0x52ff70);}),this['list']['on']('change',(_0x2af072,_0x43e367)=>{for(const _0x45ba02 of _0x43e367['removed'])this['focusTracker']['remove'](_0x45ba02['element']),this['focusables']['remove'](_0x45ba02);for(const _0x337cc6 of _0x43e367['added'])this['focusTracker']['add'](_0x337cc6['element']),this['_updateItemPositionInFocusables'](_0x337cc6);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x5a91fe){const _0xbf1ba8=this['focusables']['getIndex'](_0x5a91fe);let _0xb27264,_0x34e8f8;for(const _0x3459e8 of this['focusables'])if(_0x5a91fe['top']<_0x3459e8['top']){_0xb27264=_0x3459e8;break;}if(_0x34e8f8=_0xb27264?this['focusables']['getIndex'](_0xb27264):this['focusables']['length'],-0x1!==_0xbf1ba8){if(_0xbf1ba8===_0x34e8f8-0x1)return;this['focusables']['remove'](_0x5a91fe),_0x34e8f8=_0xb27264?this['focusables']['getIndex'](_0xb27264):this['focusables']['length'];}this['focusables']['add'](_0x5a91fe,_0x34e8f8);}}const qt=Ht('px');class M extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0xb5bc4c){super(_0xb5bc4c),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x146fb9,_0x49f4ba)=>_0x146fb9+_0x49f4ba),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Lt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x2cb0b2=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x2cb0b2['to']('isAnimationDisabled',_0xc900b0=>_0xc900b0?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x2cb0b2['to']('top',_0x1755b9=>qt(_0x1755b9))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x11a27c=this['element']['clientHeight'];_0x11a27c&&(this['height']=_0x11a27c);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class D extends _0x9b8fa5{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x66bc5f){super(_0x66bc5f),this['set']('_lastItem',void 0x0),this['view']=this['_createSidebarView'](),this['set']('container',null),this['_spaceBetweenItems']=0x19,this['_sidebarItemViewToAnnotation']=new Map(),this['_annotationToSidebarItemView']=new Map(),this['context']['config']['define']('sidebar.preventScrollOutOfView',!0x1),this['_annotations']=null,this['_activeAnnotation']=null,this['_recalculateBuffer']=[];}['init'](){const _0x4c0258=this['context']['config']['get']('sidebar.container');_0x4c0258&&this['setContainer'](_0x4c0258);}['setContainer'](_0x50efcf){if(!y(_0x50efcf))throw new _0x47d036('sidebar-setcontainer-invalid-element');this['container']=_0x50efcf;}['_attachToContainer']({viewClass:_0x5e7d1c='',spaceBetweenItems:_0x1f5d89=0x19}={}){if(!y(this['container']))throw new _0x47d036('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x5e7d1c,this['_spaceBetweenItems']=_0x1f5d89;}['rearrange']({removedAnnotation:_0x5849f0,previousAnnotation:_0xf203b9,nextAnnotation:_0x580d9e}){const _0x2493a6=this['getSidebarItemView'](_0x5849f0);this['view']['list']['remove'](_0x2493a6),this['_destroySidebarItemView'](_0x5849f0),_0xf203b9&&this['_alignToTargetRect'](this['getSidebarItemView'](_0xf203b9)),_0x580d9e&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x580d9e)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x210d31,activatedAnnotation:_0x17b6b1,disableAnimationOnActivatedAnnotation:_0x1f8581}){if(this['_activeAnnotation']=_0x17b6b1,_0x210d31){_0x210d31['isActive']=!0x1;const _0x425742=this['getSidebarItemView'](_0x210d31);_0x425742&&_0x1f8581&&(_0x425742['isAnimationDisabled']=!0x1);}if(_0x17b6b1){const _0x468ede=this['getSidebarItemView'](_0x17b6b1);_0x468ede&&(_0x17b6b1['isActive']=!0x0,_0x1f8581&&(_0x468ede['isAnimationDisabled']=!0x0,_0x468ede['top']+=0x1),this['_alignToTargetRect'](_0x468ede));}}['_detachFromContainer'](_0x370df7){if(this['view']['element']['remove'](),_0x370df7){for(const _0x21f97d of _0x370df7)this['_destroySidebarItemView'](_0x21f97d);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x37dcbe,_0x54dbc6){_0x54dbc6||(_0x54dbc6=_0x37dcbe['view']);const _0x4fe4a6=new M(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x4fe4a6,_0x37dcbe),this['_annotationToSidebarItemView']['set'](_0x37dcbe,_0x4fe4a6),_0x4fe4a6['content']['add'](_0x54dbc6),this['listenTo'](_0x37dcbe['view'],'change:targetRect',(_0x1e532c,_0x44a16b,_0x50f72d)=>{const _0x2c65c4=this['_getTargetTop'](_0x37dcbe,_0x50f72d);_0x4fe4a6['_targetTop']!=_0x2c65c4&&(_0x4fe4a6['_targetTop']=_0x2c65c4,this['_setItemTop'](_0x4fe4a6,_0x2c65c4));}),this['listenTo'](_0x4fe4a6,'change:top',()=>{this['_recalculate'](_0x4fe4a6,'top');}),this['listenTo'](_0x4fe4a6,'change:bottom',()=>{this['_recalculate'](_0x4fe4a6,'bottom');}),this['_alignToTargetRect'](_0x4fe4a6);const _0x474ae8=this['_getItemBefore'](_0x4fe4a6);if(_0x474ae8)this['_alignAfterItem'](_0x474ae8,_0x4fe4a6)||this['_alignToTargetRect'](_0x4fe4a6);else this['_alignToTargetRect'](_0x4fe4a6);return this['_updateLastItem'](),this['view']['list']['add'](_0x4fe4a6),_0x4fe4a6;}['_alignForTopChange'](_0x5b675d){if(!_0x5b675d['content']['length'])return;const _0xfdf28c=this['_getItemBefore'](_0x5b675d);if(!_0xfdf28c)return;const _0x3947c9=this['_sidebarItemViewToAnnotation']['get'](_0xfdf28c),_0x52d717=this['_activeAnnotation'];_0x52d717&&_0x52d717===_0x3947c9?this['_alignAfterItem'](_0xfdf28c,_0x5b675d):this['_alignBeforeItem'](_0x5b675d,_0xfdf28c);}['_alignForBottomChange'](_0x5990b4){if(!_0x5990b4['content']['length'])return;const _0x2d3507=this['_getItemAfter'](_0x5990b4);if(!_0x2d3507)return;const _0x24886d=this['_sidebarItemViewToAnnotation']['get'](_0x2d3507),_0x37cd1d=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x282f05=this['_activeAnnotation'];_0x282f05&&_0x282f05===_0x24886d&&_0x37cd1d?(this['_alignBeforeItem'](_0x2d3507,_0x5990b4),this['_alignAfterItem'](_0x5990b4,_0x2d3507)):_0x282f05&&_0x282f05===_0x24886d?this['_alignBeforeItem'](_0x2d3507,_0x5990b4):this['_alignAfterItem'](_0x5990b4,_0x2d3507);}['_recalculate'](_0x543182,_0x1b37eb){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x2eff1a,changedProp:_0x143e44}of this['_recalculateBuffer'])'top'===_0x143e44?this['_alignForTopChange'](_0x2eff1a):this['_alignForBottomChange'](_0x2eff1a);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x543182,'changedProp':_0x1b37eb});}['getSidebarItemView'](_0x4159d9){return this['_annotationToSidebarItemView']['get'](_0x4159d9);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x9233d5){const _0x26cac2=this['getSidebarItemView'](_0x9233d5);this['stopListening'](_0x26cac2),this['stopListening'](_0x9233d5['view']),_0x26cac2['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x9233d5),this['_sidebarItemViewToAnnotation']['delete'](_0x26cac2);}['_createSidebarView'](){const _0x5d0542=new V(this['context']['locale']);return _0x5d0542['render'](),this['on']('change:_lastItem',(_0x382691,_0x2e77fa,_0x13282f,_0x3f0866)=>{_0x3f0866&&_0x5d0542['unbind']('minHeight'),_0x13282f?_0x5d0542['bind']('minHeight')['to'](_0x13282f,'bottom'):_0x5d0542['minHeight']=null;}),_0x5d0542;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x34d8c6){const _0x3a5d01=this['_sidebarItemViewToAnnotation']['get'](_0x34d8c6),_0x4f6d03=_0x3a5d01&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x3a5d01)-0x1);return _0x4f6d03&&this['getSidebarItemView'](_0x4f6d03)||null;}['_getItemAfter'](_0x1f9851){const _0x4fe5f7=this['_sidebarItemViewToAnnotation']['get'](_0x1f9851),_0x7dddfb=_0x4fe5f7&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x4fe5f7)+0x1);return _0x7dddfb&&this['getSidebarItemView'](_0x7dddfb)||null;}['_alignBeforeItem'](_0x50e45d,_0x29dca6){_0x50e45d['updateHeight']();const _0x3d7015=H(_0x29dca6['bottom']+this['_spaceBetweenItems'],_0x50e45d['top']);return!!_0x3d7015&&(this['_setItemTop'](_0x29dca6,_0x29dca6['top']-_0x3d7015),!0x0);}['_alignAfterItem'](_0x49b66a,_0x377b82){_0x49b66a['updateHeight']();const _0x4336f0=H(_0x49b66a['bottom']+this['_spaceBetweenItems'],_0x377b82['top']);return!!_0x4336f0&&(this['_setItemTop'](_0x377b82,_0x377b82['top']+_0x4336f0,!0x1),!0x0);}['_alignToTargetRect'](_0x52b6eb){const _0x4dee21=this['_sidebarItemViewToAnnotation']['get'](_0x52b6eb);if(!_0x4dee21||!_0x4dee21['target']||!_0x4dee21['targetRect'])return;const _0x585dcc=this['_getTargetTop'](_0x4dee21,_0x4dee21['targetRect']);this['_setItemTop'](_0x52b6eb,_0x585dcc);}['_getTargetTop'](_0x3c2e6b,_0x442b1f){if(null===_0x442b1f)return 0x0;if(_0x3c2e6b['target']instanceof _0x3ee65e)return _0x442b1f['top'];{const _0x4a9f10=new _0x3ee65e(this['view']['element'])['top'];return _0x442b1f['top']-_0x4a9f10;}}['_setItemTop'](_0x55f104,_0x39e523,_0x11c0fd=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x11c0fd&&(_0x39e523=Math['max'](_0x39e523,this['_getMaxAvailableTop'](_0x55f104))),_0x55f104['top']=_0x39e523;}['_getMaxAvailableTop'](_0x883d8a){let _0x27d10a=this['_getItemBefore'](_0x883d8a),_0x44db79=0x0;for(;_0x27d10a;)_0x27d10a['updateHeight'](),_0x44db79+=this['_spaceBetweenItems']+_0x27d10a['height'],_0x27d10a=this['_getItemBefore'](_0x27d10a);return _0x44db79;}}function H(_0x425cd5,_0x2a9178){return Math['max'](_0x425cd5-_0x2a9178,0x0);}function y(_0x4f3c4e){return null!==_0x4f3c4e&&'object'==typeof _0x4f3c4e&&0x1===_0x4f3c4e['nodeType'];}class n extends _0x9b8fa5{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x2380ce){super(_0x2380ce),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x29fe88(),this['_refreshPositioningDebounced']=_0x3b36e3(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x1a71d8=this['context']['plugins']['get'](j),_0x337b4b=this['context']['plugins']['get'](D);_0x1a71d8['register']('wideSidebar',this),_0x337b4b['container']&&_0x1a71d8['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x469490){if(_0x469490===this['activeAnnotation'])return;const _0x289eb9=this['context']['plugins']['get'](D);_0x289eb9['_activeAnnotation']=_0x469490;const _0x7df2af=this['activeAnnotation'];this['activeAnnotation']=_0x469490,_0x289eb9['refresh']({'blurredAnnotation':_0x7df2af,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x39f2f8){this['annotations']=_0x39f2f8;const _0x43260e=this['context']['plugins']['get'](D);if(_0x43260e['_annotations']=_0x39f2f8,this['isAttached'])throw new _0x47d036('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x43260e,'set:container',()=>{this['detach'](),this['listenTo'](_0x43260e,'change:container',_0xbfb67c=>{_0xbfb67c['off'](),this['attach'](_0x39f2f8);});}),_0x43260e['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x193c1b=_0x459971=>{_0x459971['updateTargetRect'](),_0x43260e['addAnnotation'](_0x459971);};for(const _0x1ce95b of _0x39f2f8)_0x193c1b(_0x1ce95b);this['listenTo'](_0x39f2f8,'add',(_0x66e516,_0xf16ab5)=>{_0x193c1b(_0xf16ab5);}),this['listenTo'](_0x39f2f8,'remove',(_0x1520fd,_0xa8f9ef,_0x2fb51c)=>{_0x43260e['rearrange']({'removedAnnotation':_0xa8f9ef,'previousAnnotation':_0x39f2f8['get'](_0x2fb51c-0x1),'nextAnnotation':_0x39f2f8['get'](_0x2fb51c+0x1)}),_0xa8f9ef===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x39f2f8,'focus',(_0x29959c,_0x2c650e)=>{this['setActiveAnnotation'](_0x2c650e);}),this['listenTo'](_0x39f2f8,'blur',()=>{this['setActiveAnnotation'](null);});const _0x4ab572=this['context']instanceof _0x471d1a?this['context']['editors']:new _0x29fe88([this['context']]);for(const _0x501d2e of _0x4ab572)this['_integrateWithEditorAnnotations'](_0x501d2e);this['listenTo'](_0x4ab572,'add',(_0x576a8a,_0xabc377)=>{this['listenTo'](_0xabc377,'ready',()=>{this['_integrateWithEditorAnnotations'](_0xabc377);});}),this['listenTo'](_0x4ab572,'remove',(_0x5033c9,_0x174f86)=>{_0x174f86['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x174f86['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x47d036('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x1e5c03=this['context']['plugins']['get'](D);_0x1e5c03['_detachFromContainer'](this['annotations']),this['stopListening'](_0x1e5c03),this['stopListening'](this['annotations']),this['context']instanceof _0x471d1a&&this['stopListening'](this['context']['editors']);for(const _0xa93351 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0xa93351);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x1e27be){if(!_0x1e27be['plugins']['has']('EditorAnnotations'))return;const _0x83c12a=_0x1e27be['plugins']['get']('EditorAnnotations'),_0x2a8326=()=>{const _0x5b0ed1=_0x83c12a['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x5b0ed1[0x0]||null);};this['listenTo'](_0x83c12a,'refresh',_0x2a8326),this['listenTo'](_0x83c12a,'blur',(_0xaecc93,{isAnnotationTracked:_0x45fcfc})=>{this['activeAnnotation']&&_0x45fcfc(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x83c12a,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x2143da=>{_0x83c12a['hasDomSelection']()&&(_0x2a8326(),_0x2143da['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x83c12a);}['_destroyEditorAnnotationsIntegration'](_0x115bae){this['stopListening'](_0x115bae),this['_editorAnnotations']['remove'](_0x115bae);}}class L extends _0x358e4f{['counterView'];constructor(_0x512b9c){super(_0x512b9c);const _0x1e2cf5=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x1624cd,_0x1eb4a0)=>_0x1624cd?'...':_0x1eb4a0['toString']()),this['set']('annotationType',''),this['icon']=$t,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new _t(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x1e2cf5['to']('annotationType',_0xaee321=>'ck-annotation-counter__badge--'+_0xaee321),_0x1e2cf5['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x1e2cf5['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x9b8fa5{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x32656b){super(_0x32656b),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x48120b),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x29fe88(),this['_refreshPositioningDebounced']=_0x3b36e3(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x24cb81(this['context']['locale']),this['balloonPanelView']=new _0x31d0d0(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x4b9a1f){this['annotations']=_0x4b9a1f;const _0x1c3dbb=this['context']['plugins']['get'](D),_0x179e43=this['balloonPanelView'];if(_0x1c3dbb['_annotations']=_0x4b9a1f,this['isAttached'])throw new _0x47d036('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x1c3dbb,'set:container',()=>{this['detach'](),this['listenTo'](_0x1c3dbb,'change:container',_0x483c50=>{_0x483c50['off'](),this['attach'](_0x4b9a1f);});}),_0x1c3dbb['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x5f2525=_0xe603f=>{const _0x165980=new L(this['context']['locale']);_0x1c3dbb['addAnnotation'](_0xe603f,_0x165980),this['_annotationToNarrowView']['set'](_0xe603f,_0x165980),_0x165980['bind']('isDirty','annotationType','number')['to'](_0xe603f['view'],'isDirty','type','length'),_0x165980['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x179e43['content']['first']!==_0xe603f['view']?(this['_showBalloon'](_0xe603f),_0xe603f['view']['element']['focus'](),this['setActiveAnnotation'](_0xe603f)):this['setActiveAnnotation'](null);});};for(const _0x2d0aee of _0x4b9a1f)_0x5f2525(_0x2d0aee);this['listenTo'](_0x4b9a1f,'add',(_0x12dfe5,_0x3acf74)=>{_0x5f2525(_0x3acf74);}),this['listenTo'](_0x4b9a1f,'remove',(_0x4507b0,_0x4c79bb,_0x3aaec4)=>{this['_annotationToNarrowView']['get'](_0x4c79bb)['destroy'](),this['_annotationToNarrowView']['delete'](_0x4c79bb),_0x1c3dbb['rearrange']({'removedAnnotation':_0x4c79bb,'previousAnnotation':_0x4b9a1f['get'](_0x3aaec4-0x1),'nextAnnotation':_0x4b9a1f['get'](_0x3aaec4+0x1)}),_0x4c79bb===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x4b9a1f,'focus',(_0x204035,_0x1189e2)=>{this['setActiveAnnotation'](_0x1189e2);}),this['listenTo'](_0x4b9a1f,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x479646,_0x47c57f)=>{_0x47c57f['keyCode']===_0x4fbbb7['esc']&&_0x179e43['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x179e43['content']['first']),this['_hideBalloon'](),_0x47c57f['stopPropagation'](),_0x47c57f['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x3f6eb7,_0x4d610b)=>{const _0x137d8c=_0x4d610b['target'];_0x179e43['isVisible']&&_0x179e43['element']['contains'](_0x137d8c)||_0x1c3dbb['view']['element']['contains'](_0x137d8c)||_0x3f6eb7['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x3933b8=>_0x3933b8['contains'](_0x137d8c))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x2bdea7=this['context']instanceof _0x471d1a?this['context']['editors']:new _0x29fe88([this['context']]);for(const _0x338dcf of _0x2bdea7)this['_integrateWithEditorAnnotations'](_0x338dcf);this['listenTo'](_0x2bdea7,'add',(_0x12588b,_0x26deee)=>{this['listenTo'](_0x26deee,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x26deee);});}),this['listenTo'](_0x2bdea7,'remove',(_0x7bdf40,_0x4d3acf)=>{_0x4d3acf['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x4d3acf['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x5740a9){if(_0x5740a9===this['activeAnnotation'])return;const _0x30239a=this['context']['plugins']['get'](D);if(_0x30239a['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x5740a9,'disableAnimationOnActivatedAnnotation':!0x0}),_0x5740a9)_0x30239a['getSidebarItemView'](_0x5740a9)?this['_showBalloon'](_0x5740a9):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x5740a9;}['detach'](){if(!this['isAttached'])throw new _0x47d036('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x19a1a8=this['context']['plugins']['get'](D);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x5c24f7=>_0x5c24f7['destroy']()),this['_annotationToNarrowView']['clear'](),_0x19a1a8['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x471d1a&&this['stopListening'](this['context']['editors']);for(const _0x4a7dd9 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x4a7dd9);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['_selectedAnnotations']=[],this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['bodyCollection']['detachFromDom']();}['_integrateWithEditorAnnotations'](_0xc3ffb8){if(!_0xc3ffb8['plugins']['has']('EditorAnnotations'))return;const _0x3dddbf=_0xc3ffb8['plugins']['get']('EditorAnnotations'),_0x276405=this['context']['plugins']['get'](D),_0x5a5c98=this['annotations'],_0x1e14aa=this['balloonPanelView'],_0x2f5bf5=()=>{const _0x20c51f=_0x3dddbf['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x20c51f),this['setActiveAnnotation'](_0x20c51f[0x0]||null);};this['listenTo'](_0x3dddbf,'refresh',_0x2f5bf5),this['listenTo'](_0x3dddbf,'blur',(_0x312eb7,{isAnnotationTracked:_0x56e08c})=>{this['activeAnnotation']&&_0x56e08c(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x3dddbf,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x5a5c98,'blur',_0x1f0173=>{_0x3dddbf['hasDomSelection']()&&_0x1f0173['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x3ce169,_0x2a5451)=>{const _0x59e846=_0x2a5451['target'];_0x1e14aa['isVisible']&&_0x1e14aa['element']['contains'](_0x59e846)||_0x276405['view']['element']['contains'](_0x59e846)||this['activeAnnotation']&&_0x3dddbf['hasDomSelection']()&&(_0x2f5bf5(),_0x3ce169['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3dddbf);}['_destroyEditorAnnotationsIntegration'](_0x59c3cb){_0x59c3cb&&(this['stopListening'](_0x59c3cb),this['_editorAnnotations']['remove'](_0x59c3cb));}['_setSelectedAnnotations'](_0x471e94){for(const _0x1c1ab3 of this['_selectedAnnotations'])_0x471e94['includes'](_0x1c1ab3)||this['_manuallyClosedAnnotationViews']['delete'](_0x1c1ab3['view']);this['_selectedAnnotations']=_0x471e94;}['_refreshPositioning'](){const _0x283223=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x283223['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x3f9b68){if(this['_manuallyClosedAnnotationViews']['has'](_0x3f9b68['view']))return;const _0x5bc7ce=this['balloonPanelView']['content']['first'];_0x5bc7ce!==_0x3f9b68['view']?(_0x5bc7ce&&this['_detachListeners'](_0x5bc7ce),this['_attachListeners'](_0x3f9b68['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x3f9b68['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0xc51576=this['balloonPanelView']['content']['first'],_0x58fd3b=_0xc51576&&this['annotations']['getByView'](_0xc51576);if(!_0x58fd3b||!this['_annotationToNarrowView']['has'](_0x58fd3b))return;const _0x37e5c5=this['_annotationToNarrowView']['get'](_0x58fd3b)['element'],_0x50352a=(function(){const _0x423aec=_0x31d0d0['defaultPositions'];return[_0x423aec['southArrowNorthEast'],_0x423aec['northArrowSouthEast'],_0x423aec['southArrowNorth'],_0x423aec['northArrowSouth'],_0x423aec['southArrowNorthWest'],_0x423aec['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x37e5c5,'positions':_0x50352a});}['_hideBalloon'](){const _0x5b0486=this['balloonPanelView'],_0xce8c07=_0x5b0486['content']['first'];_0xce8c07&&(this['_detachListeners'](_0xce8c07),_0x5b0486['unpin'](),_0x5b0486['content']['clear']());}['_attachListeners'](_0x25c93f){this['listenTo'](_0x25c93f,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x25c93f,'Esc',(_0x1847c4,_0x27dc75)=>{this['_manuallyClosedAnnotationViews']['add'](_0x25c93f),this['_hideBalloon'](),_0x27dc75();});}['_detachListeners'](_0x535c81){this['stopListening'](_0x535c81);}}class c extends _0x4f76fc{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[b,_0x62bf0b,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x281850){super(_0x281850),_0x281850['editing']['view']['addObserver'](_0x519ba0),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x281850['plugins']['get'](_0x62bf0b),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x499bf0=this['editor']['plugins']['get'](j);_0x499bf0['context']===this['editor']&&(_0x499bf0['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x4cd358,_0x2ce207)=>{const _0x514105=this['_balloon'];if(this['isAttached']&&_0x514105['visibleView']){const _0x19dcd9=this['annotations']['getByView'](_0x514105['visibleView']);_0x19dcd9&&this['_closeAnnotation'](_0x19dcd9),_0x2ce207();}}));}['afterInit'](){const _0x33364a=this['editor']['plugins']['get'](j);_0x33364a['context']===this['editor']&&(_0x33364a['hasActive']()||_0x33364a['switchTo']('inline'));}['setActiveAnnotation'](_0x45f3b9){_0x45f3b9!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x45f3b9&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x45f3b9)&&this['_addAnnotationToBalloon'](_0x45f3b9,!0x0),_0x45f3b9['isActive']=!0x0),_0x45f3b9||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x45f3b9);}['attach'](_0x143d93){this['annotations']=_0x143d93;const _0x29616b=this['editor']['plugins']['get'](j),_0x18c1a2=this['_balloon'];if(this['isAttached'])throw new _0x47d036('inlineannotations-attach-already-attached',this);if(_0x29616b['context']!==this['editor'])throw new _0x47d036('inlineannotations-not-allowed-with-context',this);const _0x3722bd=this['editor']['plugins']['get'](b);this['listenTo'](_0x3722bd,'refresh',()=>{const _0x6754cf=_0x3722bd['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x1d9be0,_0x122972;!this['_forceRefresh']&&(_0x1d9be0=_0x6754cf,_0x122972=this['_selectedAnnotations'],_0x1d9be0['length']===_0x122972['length']&&_0x1d9be0['every'](_0x501b4d=>_0x122972['includes'](_0x501b4d)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x6754cf),this['setActiveAnnotation'](_0x6754cf[0x0]||null));}),this['listenTo'](_0x3722bd,'blur',(_0x5f0a54,{isAnnotationTracked:_0x249820})=>{this['activeAnnotation']&&_0x249820(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x4e9364,_0x1e4f4e,_0x4b58ad)=>{_0x4b58ad||this['setActiveAnnotation'](null);}),this['listenTo'](_0x143d93,'remove',(_0x43f75d,_0x14ecf7)=>{this['_removeAnnotationFromBalloon'](_0x14ecf7),_0x14ecf7===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x18c1a2,'change:visibleView',(_0x228756,_0x4d03e4,_0x4a58c7,_0x34f02b)=>{_0x34f02b&&this['stopListening'](_0x34f02b);const _0x673155=_0x143d93['getByView'](_0x4a58c7);_0x4a58c7&&_0x673155&&(this['listenTo'](_0x4a58c7,'change:height',()=>{_0x18c1a2['updatePosition']();}),this['listenTo'](_0x4a58c7,'Esc',()=>{this['_closeAnnotation'](_0x673155),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x673155&&this['setActiveAnnotation'](_0x673155));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x18c1a2['visibleView']&&(_0x143d93['getByView'](_0x18c1a2['visibleView'])&&_0x18c1a2['updatePosition']());}),this['listenTo'](this['editor']['editing']['view']['document'],'mousedown',()=>{this['_forceRefresh']=!0x0,this['_manuallyClosed']['clear']();}),this['editor']['editing']['view']['document']['selection']['editableElement']&&this['editor']['editing']['view']['focus'](),this['isAttached']=!0x0;}['detach'](){if(!this['isAttached'])throw new _0x47d036('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x368b39 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x368b39);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x2e785c){for(const _0x40181a of this['_selectedAnnotations'])_0x2e785c['includes'](_0x40181a)||this['_manuallyClosed']['delete'](_0x40181a);for(const _0x275c90 of this['annotations'])_0x2e785c['includes'](_0x275c90)||this['_removeAnnotationFromBalloon'](_0x275c90);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x24fc96 of _0x2e785c)this['_addAnnotationToBalloon'](_0x24fc96);}this['_selectedAnnotations']=_0x2e785c;}['_addAnnotationToBalloon'](_0x55a2f7,_0x2cc730=!0x1){this['_manuallyClosed']['has'](_0x55a2f7)||(this['_addedAnnotations']['has'](_0x55a2f7)||this['_balloon']['hasView'](_0x55a2f7['view'])||(this['_addedAnnotations']['add'](_0x55a2f7),this['_balloon']['add']({'stackId':_0x55a2f7['view']['id'],'view':_0x55a2f7['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x55a2f7)}})),_0x2cc730&&this['_balloon']['showStack'](_0x55a2f7['view']['id']));}['_getBalloonTargetForAnnotation'](_0x1ca7a0){const _0x7bc287=_0x1ca7a0['target'],_0x163e01=this['editor']['editing']['view'],_0x1b3a52=_0x163e01['document']['selection']['getFirstRange'](),_0x2e79bf=_0x163e01['domConverter']['viewRangeToDom'](_0x1b3a52);if(_0x2e79bf['collapse'](!0x0),_0x7bc287){if(_0x7bc287 instanceof _0x3ee65e)return _0x7bc287;let _0x45485b=[];for(const _0x58f776 of _0x7bc287)_0x45485b['push'](...(_0x2690ed=_0x58f776['getClientRects'](),Array['from'](_0x2690ed)['map'](DOMRect['fromRect'])));_0x45485b=function(_0x2f2151){const _0x473047=[];let _0x19cf64=_0x2f2151[0x0];for(let _0x12880d=0x1;_0x12880d<_0x2f2151['length'];_0x12880d++)E(_0x19cf64,_0x2f2151[_0x12880d])?_0x19cf64['width']+=_0x2f2151[_0x12880d]['width']:(_0x473047['push'](_0x19cf64),_0x19cf64=_0x2f2151[_0x12880d]);return _0x473047['push'](_0x19cf64),_0x473047;}(_0x45485b);const _0x1a72aa=_0x2e79bf['getBoundingClientRect']();return _0x45485b['find'](_0x28c0be=>_0x28c0be['top']<=_0x1a72aa['top']&&_0x28c0be['bottom']>=_0x1a72aa['bottom']&&_0x28c0be['left']<=_0x1a72aa['left']&&_0x28c0be['right']>=_0x1a72aa['right'])||_0x45485b[0x0];}var _0x2690ed;return _0x1ca7a0['targetRect']||_0x2e79bf;}['_removeAnnotationFromBalloon'](_0x3e6c21){this['_addedAnnotations']['has'](_0x3e6c21)&&this['_balloon']['hasView'](_0x3e6c21['view'])&&(this['_addedAnnotations']['delete'](_0x3e6c21),this['_balloon']['remove'](_0x3e6c21['view']));}['_closeAnnotation'](_0x4dc97d){this['_manuallyClosed']['add'](_0x4dc97d),this['_removeAnnotationFromBalloon'](_0x4dc97d);}}function E(_0x125747,_0x5b8d77){return _0x125747['top']===_0x5b8d77['top']&&_0x125747['bottom']===_0x5b8d77['bottom']&&_0x125747['right']===_0x5b8d77['left'];}var X='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M14\x203.5A3.5\x203.5\x200\x200\x201\x2017.5\x207v6l-.005.192a3.501\x203.501\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.37-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.272-2.63l-.062-.07-4.729-.046a3.5\x203.5\x200\x200\x201-3.5-3.5v-6a3.5\x203.5\x200\x200\x201\x203.5-3.5L14\x203.5ZM3.5\x204.954a2\x202\x200\x200\x200-2\x202v6a2\x202\x200\x200\x200\x202\x202L8.924\x2015a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L12.962\x2015H14a2\x202\x200\x200\x200\x202-2V7a2\x202\x200\x200\x200-2-2L3.5\x204.954Z\x22/><path\x20d=\x22M16.5.5h-10a3.5\x203.5\x200\x200\x200-3.162\x202h1.84A2\x202\x200\x200\x201\x206.5\x202h10a2\x202\x200\x200\x201\x202\x202v8.873a3.502\x203.502\x200\x200\x200\x201.495-2.681L20\x2010V4A3.5\x203.5\x200\x200\x200\x2016.5.5Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M12.013\x207.453a.75.75\x200\x200\x201\x20.034\x201.06l-3.75\x204a.75.75\x200\x200\x201-1.045.048l-2.25-2a.75.75\x200\x200\x201\x20.996-1.122l1.704\x201.515\x203.25-3.467a.75.75\x200\x200\x201\x201.061-.034Z\x22/></svg>\x0a';class Y extends _t{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x24237b,_0x3f62f4){super(_0x24237b),this['set']('isEmpty',!_0x3f62f4['length']),this['focusTracker']=new _0xfb2004(),this['_annotationViews']=_0x3f62f4,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new Ft({'focusables':_0x3f62f4,'focusTracker':this['focusTracker']}),this['listenTo'](_0x3f62f4,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x3f62f4,'remove',(_0x2baaa8,_0x3f4298)=>{_0x3f4298['isActive']&&this['focus'](),_0x3f62f4['length']||(this['isEmpty']=!0x0);});const _0x26d07e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':S(_0x24237b,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x3f62f4},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x26d07e['if']('isEmpty','ck-hidden',_0x4f2bf0=>!_0x4f2bf0)]},'children':[{'text':S(_0x24237b,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy']();}['focus'](){this['focusCycler']['first']?this['focusCycler']['focusFirst']():this['element']['focus']();}['_setupKeyboardNavigation'](){for(const _0x5d7794 of this['_annotationViews'])this['focusTracker']['add'](_0x5d7794['element']);this['_annotationViews']['on']('change',(_0x146426,{added:_0x389bcb,removed:_0x378237})=>{for(const _0x11a927 of _0x389bcb)this['focusTracker']['add'](_0x11a927['element']);for(const _0x2514bc of _0x378237)this['focusTracker']['remove'](_0x2514bc['element']);});}}class p extends _0x9b8fa5{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,_];}constructor(_0x2cf838){super(_0x2cf838),this['archivedThreads']=new _0x29fe88();}['init'](){const _0x3095a1=this['context'],_0x2aa495=_0x3095a1['plugins']['get'](m),_0x1657f1=_0x3095a1['plugins']['get'](_);this['listenTo'](_0x2aa495,'addCommentThread',(_0x3344d9,{threadId:_0x13bd95})=>{const _0x2587ae=_0x2aa495['getCommentThread'](_0x13bd95);_0x2587ae['archivedAt']&&this['archivedThreads']['add'](_0x2587ae,this['_calculatePosition'](_0x2587ae['archivedAt'])),this['listenTo'](_0x2587ae,'change:archivedAt',(_0x3a3623,_0x163b83,_0x566443)=>{_0x566443?this['archivedThreads']['has'](_0x2587ae)||this['archivedThreads']['add'](_0x2587ae,this['_calculatePosition'](_0x2587ae['archivedAt'])):this['archivedThreads']['has'](_0x2587ae)&&this['archivedThreads']['remove'](_0x2587ae);});}),this['listenTo'](_0x2aa495,'removeCommentThread',(_0x1ca2de,{threadId:_0x3551b1})=>{const _0xffab65=_0x2aa495['getCommentThread'](_0x3551b1);this['stopListening'](_0xffab65),this['archivedThreads']['has'](_0xffab65)&&this['archivedThreads']['remove'](_0xffab65);},{'priority':'highest'}),this['listenTo'](_0x1657f1['collection'],'focus',(_0x2ff483,_0x33a83f)=>{_0x33a83f['isVisible']||(_0x33a83f['isActive']=!0x0,_0x1657f1['activate'](_0x33a83f));});}['_calculatePosition'](_0x32d682){const _0x267116=[...this['archivedThreads']]['findIndex'](_0x432ee3=>_0x432ee3['archivedAt']<_0x32d682);return _0x267116>-0x1?_0x267116:this['archivedThreads']['length'];}}class a extends _0x4f76fc{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x1e4f6d];}constructor(_0x273101){super(_0x273101),this['annotationViews']=new _0x74a065(),this['_pendingThreads']=[];}['init'](){const _0x10ac97=this['editor'];_0x10ac97['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x358e4f,!0x0)),_0x10ac97['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x52ec15=this['_createCommentsArchiveButton'](_0x1b32a2);return _0x52ec15['set']({'role':'menuitemcheckbox'}),_0x52ec15;});const _0x5f4914=_0x10ac97['plugins']['get'](p),_0x14416b=_0x10ac97['plugins']['get']('Annotations'),_0x1865c9=_0x10ac97['plugins']['get']('CommentsRepository');this['listenTo'](_0x5f4914['archivedThreads'],'add',(_0xa9d490,_0x305002)=>{const _0x40a24b=_0x10ac97['config']['get']('collaboration.channelId');if(!_0x40a24b||_0x305002['channelId']===_0x40a24b){const _0x2c5e80=_0x1865c9['_threadToController']['get'](_0x305002);if(!_0x2c5e80)return void this['_pendingThreads']['push'](_0x305002);const _0x1da7de=this['_calculatePosition'](_0x305002['archivedAt']),_0x35ad83=_0x14416b['getByInnerView'](_0x2c5e80['view']);_0x35ad83['isVisible']&&_0x14416b['_visibleAnnotations']['remove'](_0x35ad83),this['annotationViews']['add'](_0x35ad83['view'],_0x1da7de);}}),this['listenTo'](_0x14416b['collection'],'add',(_0x22a9b3,_0x406642)=>{const _0x3f7e36=this['_pendingThreads']['find'](_0x543ed6=>{const _0x35032d=_0x1865c9['_threadToController']['get'](_0x543ed6);return _0x35032d&&_0x406642['innerView']===_0x35032d['view'];});if(_0x3f7e36){const _0x4d9bb1=this['_calculatePosition'](_0x3f7e36['archivedAt']);this['annotationViews']['add'](_0x406642['view'],_0x4d9bb1),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x3f7e36),0x1);}}),this['listenTo'](_0x5f4914['archivedThreads'],'remove',(_0x2fda75,_0x170fd2)=>{const _0x5c7919=_0x10ac97['config']['get']('collaboration.channelId');if(!_0x5c7919||_0x170fd2['channelId']===_0x5c7919){const _0xaf1d33=_0x1865c9['_threadToController']['get'](_0x170fd2),_0x3691af=_0x14416b['getByInnerView'](_0xaf1d33['view']);this['annotationViews']['remove'](_0x3691af['view']),this['stopListening'](_0x3691af['focusableElements']);}}),this['listenTo'](_0x1865c9,'escapeThread',(_0x3eff9,{threadId:_0x574a60,channelId:_0x462242})=>{if(_0x462242!==_0x10ac97['config']['get']('collaboration.channelId'))return;if(!_0x1865c9['getCommentThread'](_0x574a60)['archivedAt'])return;const _0x457d99=_0x10ac97['plugins']['get']('Dialog');_0x457d99['isOpen']&&'commentsArchive'===_0x457d99['id']&&_0x457d99['hide']();});}['_calculatePosition'](_0x39529f){const _0x29c8db=this['editor']['config']['get']('collaboration.channelId'),_0x5e68f4=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x5c11cb=>_0x5c11cb['channelId']===_0x29c8db)['findIndex'](_0x47c5f3=>_0x47c5f3['archivedAt']<_0x39529f);return _0x5e68f4<0x0||_0x5e68f4>this['annotationViews']['length']?this['annotationViews']['length']:_0x5e68f4-0x1;}['_toggleDialog'](){const _0x5a882e=this['editor'],_0x450015=_0x5a882e['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new Y(_0x5a882e['locale'],this['annotationViews'])),'commentsArchive'===_0x450015['id']?_0x450015['hide']():_0x450015['show']({'id':'commentsArchive','title':S(_0x5a882e['locale'],'COMMENTS_ARCHIVE'),'icon':X,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x3dde70['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x34189c,_0x5bc92d=!0x1){const _0x2c33dc=this['editor']['locale'],_0x5b8c0d=this['editor']['plugins']['get']('Dialog'),_0x3ec7f1=new _0x34189c(_0x2c33dc);return _0x3ec7f1['bind']('isEnabled')['to'](this,'isEnabled'),_0x3ec7f1['bind']('isOn')['to'](_0x5b8c0d,'id',_0x55e1a1=>'commentsArchive'===_0x55e1a1),_0x3ec7f1['set']({'label':S(_0x2c33dc,'COMMENTS_ARCHIVE'),'icon':X,'isToggleable':!0x0}),_0x5bc92d&&(_0x3ec7f1['tooltip']=!0x0),this['listenTo'](_0x3ec7f1,'execute',()=>this['_toggleDialog']()),_0x3ec7f1;}}class f extends _0x4f76fc{static get['requires'](){return[m,r,s,p,a,e,n,i,c];}static get['pluginName'](){return'Comments';}}export{T as AnnotationView,_ as Annotations,j as AnnotationsUIs,es as BaseCommentThreadView,ns as BaseCommentView,se as Comment,ee as CommentThread,yt as CommentThreadController,xt as CommentThreadInputView,At as CommentThreadView,Ct as CommentView,f as Comments,kt as CommentsListView,e as CommentsOnly,m as CommentsRepository,s as CommentsUI,b as EditorAnnotations,c as InlineAnnotations,i as NarrowSidebar,n as WideSidebar};
|