@ckeditor/ckeditor5-comments 48.2.0 → 48.3.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/dist/annotations/annotation.d.ts +84 -87
- package/dist/annotations/annotationcollection.d.ts +83 -83
- package/dist/annotations/annotations.d.ts +148 -148
- package/dist/annotations/annotationsuis.d.ts +235 -235
- package/dist/annotations/editorannotations.d.ts +71 -71
- package/dist/annotations/inlineannotations.d.ts +93 -93
- package/dist/annotations/narrowsidebar.d.ts +88 -88
- package/dist/annotations/sidebar.d.ts +105 -105
- package/dist/annotations/view/annotationcounterbuttonview.d.ts +24 -24
- package/dist/annotations/view/annotationview.d.ts +83 -83
- package/dist/annotations/view/sidebaritemview.d.ts +54 -54
- package/dist/annotations/view/sidebarview.d.ts +48 -48
- package/dist/annotations/widesidebar.d.ts +80 -80
- package/dist/augmentation.d.ts +57 -57
- package/dist/comments/addcommentthreadcommand.d.ts +69 -69
- package/dist/comments/commentsarchive.d.ts +34 -34
- package/dist/comments/commentsarchiveui.d.ts +48 -48
- package/dist/comments/commentsediting.d.ts +90 -90
- package/dist/comments/commentsrepository.d.ts +1042 -1054
- package/dist/comments/commentsui.d.ts +40 -40
- package/dist/comments/integrations/clipboard.d.ts +21 -21
- package/dist/comments/integrations/commentsrestrictededitingmode.d.ts +12 -12
- package/dist/comments/integrations/importword.d.ts +16 -16
- package/dist/comments/integrations/showcommenthighlights.d.ts +14 -14
- package/dist/comments/ui/commenteditor/commenteditor.d.ts +33 -32
- package/dist/comments/ui/commenteditor/commenteditorui.d.ts +27 -27
- package/dist/comments/ui/commenteditor/commenteditoruiview.d.ts +32 -32
- package/dist/comments/ui/commentthreadcontroller.d.ts +62 -60
- package/dist/comments/ui/view/basecommentthreadview.d.ts +134 -134
- package/dist/comments/ui/view/basecommentview.d.ts +136 -136
- package/dist/comments/ui/view/collapsedcommentsview.d.ts +9 -9
- package/dist/comments/ui/view/commentcontentview.d.ts +10 -10
- package/dist/comments/ui/view/commentinputview.d.ts +93 -93
- package/dist/comments/ui/view/commentsarchiveview.d.ts +41 -41
- package/dist/comments/ui/view/commentslistview.d.ts +107 -107
- package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +19 -19
- package/dist/comments/ui/view/commentthreadheaderview.d.ts +67 -67
- package/dist/comments/ui/view/commentthreadinputview.d.ts +51 -51
- package/dist/comments/ui/view/commentthreadview.d.ts +116 -116
- package/dist/comments/ui/view/commentview.d.ts +225 -230
- package/dist/comments.d.ts +38 -38
- package/dist/commentsonly.d.ts +36 -36
- package/dist/config.d.ts +186 -186
- package/dist/index.d.ts +35 -35
- package/dist/index.js +11 -11
- 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/ast.js +1 -1
- package/dist/translations/ast.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/be.js +1 -1
- package/dist/translations/be.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-gb.js +1 -1
- package/dist/translations/en-gb.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/eo.js +1 -1
- package/dist/translations/eo.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/eu.js +1 -1
- package/dist/translations/eu.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/gu.js +1 -1
- package/dist/translations/gu.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/hy.js +1 -1
- package/dist/translations/hy.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/kk.js +1 -1
- package/dist/translations/kk.umd.js +1 -1
- package/dist/translations/km.js +1 -1
- package/dist/translations/km.umd.js +1 -1
- package/dist/translations/kn.js +1 -1
- package/dist/translations/kn.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/ku.js +1 -1
- package/dist/translations/ku.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/nb.js +1 -1
- package/dist/translations/nb.umd.js +1 -1
- package/dist/translations/ne.js +1 -1
- package/dist/translations/ne.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/oc.js +1 -1
- package/dist/translations/oc.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/si.js +1 -1
- package/dist/translations/si.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sl.js +1 -1
- package/dist/translations/sl.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/uz.js +1 -1
- package/dist/translations/uz.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 +6 -6
- package/dist/utils/createmutationobserver.d.ts +9 -9
- package/dist/utils/splitmarkername.d.ts +10 -10
- package/package.json +16 -16
package/dist/index.js
CHANGED
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
((()=>bt)());constructor(_0x102b11={}){function _0x535737(_0x46edbc){return _0x46edbc['map'](_0xa92c1f=>String['fromCharCode'](_0xa92c1f))['join']('');}(_0x102b11=Object['assign']({},_0x102b11))['plugins']||(_0x102b11['plugins']=CommentEditor['defaultPlugins']),super(_0x102b11),this['ui']=new CommentEditorUI(this),this['set']('placeholder',''),this['model']['document']['on']('change',()=>this['_updatePlaceholder'](),{'priority':'low'}),this['on']('change:placeholder',()=>this['_updatePlaceholder']()),this['model']['document']['createRoot'](),this[_0x535737([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x535737([0x76,0x69,0x65,0x77])][_0x535737([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x535737([0x61,0x75,0x74,0x6f]),this[_0x535737([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x535737([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x535737([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x535737([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x535737([0x6f,0x6b])});}['create'](){const _0x30aaf2=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x30aaf2))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x49ceb0=>{const _0x1353fd=this['model']['document']['getRoot'](),_0x1c4df5=_0x1353fd&&_0x1353fd['getChild'](_0x1353fd['childCount']-0x1);_0x49ceb0['setSelection'](_0x1c4df5,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x3e13d3=this['editing']['view'],_0x11f825=_0x3e13d3['document']['getRoot'](),_0x21dfee=_0x11f825['getChild'](0x0);_0x11f825['childCount']>0x1||!_0x21dfee||'p'!=_0x21dfee['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(mt(_0x3e13d3,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x21dfee['placeholder']=this['placeholder']),lt({'view':_0x3e13d3,'element':_0x21dfee,'keepOnFocus':!0x0}),this['placeholderElement']=_0x21dfee);}}class CommentInputView extends _0x4e8972{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x48d42c,_0x4a9b86={}){super(_0x48d42c),this['editor']=null,this['_editorConfig']=_0x4a9b86,this['set']('value',_0x4a9b86['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',vt(_0x48d42c,'Reply...')),this['set']('submitLabel',vt(_0x48d42c,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new _0x846282(),this['focusTracker']=new _0x252bbd(),this['focusCycler']=new _0x10e0b({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x466374=>!_0x466374['defaultPrevented']},'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',(_0x29679a,_0x31f07c)=>{this['cancelButtonView']['fire']('execute'),_0x31f07c();}),this['keystrokes']['set']('Ctrl+Enter',(_0x3b1325,_0x4f651e)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x4f651e());}),this['on']('submit',(_0x475b87,_0x8a9449)=>{_0x8a9449['length']>0xfde8?(alert(vt(_0x48d42c,'TOO_LONG_COMMENT_ALERT',[_0x8a9449['length'],0xfde8])),_0x475b87['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new CommentEditor(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x324882=this['editor'];this['element']['insertBefore'](_0x324882['ui']['element'],this['element']['firstChild']),_0x324882['model']['document']['on']('change',()=>this['value']=_0x324882['getData']()),_0x324882['bind']('placeholder')['to'](this),this['focusables']['add'](_0x324882['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x103909){-0x1===_0x103909?(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:_0x4b54b5}=this,_0x2caa9f=new _0x1bde71(_0x4b54b5);return _0x2caa9f['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x2caa9f['withText']=!0x0,_0x2caa9f['bind']('label')['to'](this,'submitLabel'),_0x2caa9f['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x2caa9f['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x4f6cc2,_0x8dff61)=>!_0x8dff61&&!!_0x4f6cc2['trim']()),_0x2caa9f;}['_createCancelButton'](){const {locale:_0x48dcbb}=this,_0x1dbb3e=new _0x1bde71(_0x48dcbb);return _0x1dbb3e['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x1dbb3e['label']=vt(_0x48dcbb,'Cancel'),_0x1dbb3e['withText']=!0x0,_0x1dbb3e['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x1dbb3e;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x2ddaf0=>{this['focusTracker']['add'](_0x2ddaf0['element']);}),this['focusables']['on']('change',(_0x2ec0d2,_0x111bc0)=>{for(const _0xf24348 of Array['from'](_0x111bc0['added'])['reverse']())this['focusTracker']['add'](_0xf24348['element']);});}}class CommentThreadInputView extends _0x4e8972{constructor(_0x11f6ed,_0x51799d,_0x35d891){super(_0x11f6ed),this['commentInputView']=new CommentInputView(_0x11f6ed,_0x35d891),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x3d89fd,_0x5bd5b7)=>_0x3d89fd||!!_0x5bd5b7),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 _0x159892(_0x11f6ed,_0x51799d),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']]});}['render'](){super['render'](),this['_focusOnNonInteractiveMouseDown']();}['destroy'](){return this['commentInputView']['destroy']()['then'](()=>super['destroy']());}['focus'](_0x41efa8){this['commentInputView']['focus'](_0x41efa8);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x376ae6,_0x2d22d2)=>{const {submitButtonView:_0x2ed883,cancelButtonView:_0x443b44,editor:_0xb87896}=this['commentInputView'];[_0x2ed883['element'],_0x443b44['element'],_0xb87896?_0xb87896['editing']['view']['getDomRoot']():null]['filter'](_0x523478=>_0x523478)['some'](_0x5d2ec6=>_0x5d2ec6['contains'](_0x2d22d2['target']))||(this['focus'](),_0x2d22d2['preventDefault']());});}}class CollapsedCommentsView extends _0x4e8972{constructor(_0x2b0dbd){super(_0x2b0dbd);const _0x23c1c8=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x23c1c8['to']('count',_0x1fd650=>vt(_0x2b0dbd,'NUMBER_OF_COMMENTS',_0x1fd650))}]});}}class CommentsListView extends _0x4e8972{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x1db52b,_0x5cdb49,_0x19230b){super(_0x1db52b);const _0x5b1863=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x5cdb49['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x5cdb49,this['_config']=_0x19230b,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x252bbd(),this['keystrokes']=new _0x846282(),this['focusCycler']=new _0x10e0b({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x251f96=>this['commentViews']['map'](_0x27635d=>_0x27635d['element'])['includes'](_0x251f96['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new CollapsedCommentsView(_0x1db52b),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x26a0e6=>_0x26a0e6-this['_config']['maxCommentsWhenCollapsed']);for(const _0xcb91f6 of _0x5cdb49['comments'])this['_handleNewCommentModel'](_0xcb91f6);this['_handleInfoComment'](),this['listenTo'](_0x5cdb49['comments'],'add',(_0x5782fe,_0x1980f7)=>{const _0x4bb8a2=this['_calculatePosition'](_0x1980f7);this['length']++,this['_handleNewCommentModel'](_0x1980f7,_0x4bb8a2),this['refreshVisibleViews']();}),this['listenTo'](_0x5cdb49['comments'],'remove',(_0x3aa1b2,_0x2a4cdf)=>{this['length']--,this['_handleRemoveCommentModel'](_0x2a4cdf),this['refreshVisibleViews']();}),this['listenTo'](_0x5cdb49,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x5cdb49,'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',_0x5b1863['if']('length','ck-hidden',_0x483684=>!_0x483684)],'aria-label':vt(_0x1db52b,'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'](_0x280128){-0x1===_0x280128?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x4b3d4d of this['commentViews'])_0x4b3d4d['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x36c004,_0x35e30a){const _0x3a7f38=new this['_config']['CommentView'](this['locale'],_0x36c004,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x3a7f38['viewUid']=_0x36c004['id'],_0x3a7f38['delegate']('removeComment')['to'](this),_0x3a7f38['delegate']('updateComment')['to'](this),_0x3a7f38['delegate']('resolveCommentThread')['to'](this),_0x3a7f38['delegate']('editorReady')['to'](this),_0x3a7f38['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x3a7f38,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x3a7f38,_0x35e30a);}['_calculatePosition'](_0x59ff97){const _0x399c68=this['_model']['_findOptimalIndex'](_0x59ff97);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x59ff97['authoredAt']?_0x399c68-0x1:_0x399c68:_0x399c68-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x5df575={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':vt(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x5df575,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x5df575));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x263c7e){const _0x4d2859=this['commentViews']['remove'](_0x263c7e['id']);this['stopListening'](_0x4d2859),_0x4d2859['isEditMode']&&this['_updateHasDirtyComment'](),_0x4d2859['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x13fc16=>_0x13fc16['isEditMode']);}['_rearrangeCollapse'](){const _0x2bf46b=function(_0x14c195){const _0x6a15d7=new _0x499a27();for(const _0xc6fab1 of _0x14c195)_0x6a15d7['add'](_0xc6fab1);return _0x6a15d7;}(this['commentViews']),_0x1ad04b=this['_collapsedCommentsView']['count'];for(let _0x2efed1=0x1;_0x2efed1<=_0x1ad04b;_0x2efed1++)_0x2bf46b['remove'](0x1);for(const _0x5b7698 of _0x2bf46b)_0x5b7698['collapse']();_0x1ad04b>0x0&&_0x2bf46b['add'](this['_collapsedCommentsView'],0x1),Et(_0xdd14c4(Array['from'](this['visibleViews']),Array['from'](_0x2bf46b)),this['visibleViews'],_0x2bf46b);}['_rearrangeExpand'](){Et(_0xdd14c4(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x42635e of this['visibleViews'])_0x42635e['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x4669b7=>{this['focusTracker']['add'](_0x4669b7['element']),this['keystrokes']['listenTo'](_0x4669b7['element']);}),this['commentViews']['on']('change',(_0x5d3745,_0x9cc04f)=>{for(const _0x30a7b9 of _0x9cc04f['removed'])this['focusTracker']['remove'](_0x30a7b9['element']),this['keystrokes']['stopListening'](_0x30a7b9['element']);for(const _0x296f99 of Array['from'](_0x9cc04f['added'])['reverse']())this['focusTracker']['add'](_0x296f99['element']),this['keystrokes']['listenTo'](_0x296f99['element']);});}}function Et(_0x181c70,_0x22537e,_0x46d061){let _0x4884ac=0x0;for(const _0x422e46 of _0x181c70)switch(_0x422e46){case'insert':_0x22537e['add'](_0x46d061['get'](_0x4884ac),_0x4884ac),_0x4884ac++;break;case'delete':_0x22537e['remove'](_0x4884ac);break;case'equal':_0x4884ac++;}}class CommentThreadHeaderContextView extends _0x4e8972{constructor(_0x23cdc3){super(_0x23cdc3);const _0x5abfef=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x5abfef['to']('contextValue',_0x473de8=>vt(_0x23cdc3,'THREAD_CONTEXT_LABEL',_0x473de8)),'tabindex':-0x1},'children':[{'text':_0x5abfef['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class CommentThreadHeaderView extends _0x4e8972{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0xb0f464,_0xbcb683){super(_0xb0f464);const _0x35b6c5=this['bindTemplate'];this['_model']=_0xbcb683,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x252bbd(),this['keystrokes']=new _0x846282(),this['focusCycler']=new _0x10e0b({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x585147=>!!_0x585147),this['bind']('contextValue')['to'](this['_model'],'context',_0x59d9d8=>_0x59d9d8&&_0x59d9d8['value']?this['_trimContextValue'](_0x59d9d8['value']):vt(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',_0x35b6c5['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 _0x3083c3=new _0x1bde71(this['locale']);return _0x3083c3['label']=vt(this['locale'],'Reopen'),_0x3083c3['tooltip']=vt(this['locale'],'Reopen'),_0x3083c3['icon']=_0x15ef58,_0x3083c3['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x16f2ac=>!_0x16f2ac),_0x3083c3['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x3cf733,_0x26b526)=>_0x3cf733&&_0x26b526),_0x3083c3['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x3083c3;}['_trimContextValue'](_0x3b6c66){if(_0x3b6c66['length']<0x96)return _0x3b6c66;const _0x19a192=_0x3b6c66['lastIndexOf']('\x20',0x93);return _0x3b6c66['substring'](0x0,_0x19a192>-0x1?_0x19a192:0x93)+'...';}['_attachContextActions'](){const _0x20b77c=this['element']['querySelector']('.ck-context'),_0x3d48e5=_0x20b77c['querySelector']('.ck-context__value');this['listenTo'](_0x20b77c,'mouseenter',()=>{_0x3d48e5['offsetWidth']<_0x3d48e5['scrollWidth']&&_0x20b77c['classList']['add']('overlay');}),this['listenTo'](_0x20b77c,'mouseleave',()=>{_0x20b77c['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x4d24aa of this['focusables'])this['focusTracker']['add'](_0x4d24aa['element']),this['keystrokes']['listenTo'](_0x4d24aa['element']);}['_createContextView'](){const _0xde9e33=new CommentThreadHeaderContextView(this['locale']);return _0xde9e33['bind']('contextValue')['to'](this),_0xde9e33;}}class BaseCommentThreadView extends _0x4e8972{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x5326c8,_0x173032,_0x50bb2a,_0x4e858d){super(_0x5326c8),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x173032,this['_localUser']=_0x50bb2a,this['_config']=_0x4e858d,this['commentThreadHeaderView']=new CommentThreadHeaderView(_0x5326c8,_0x173032),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x3182ea(_0x5326c8,vt(_0x5326c8,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new CommentsListView(_0x5326c8,_0x173032,Object['assign']({'CommentView':this['_config']['CommentView']},_0x4e858d)),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',(_0x5cfacf,_0x2d8fcc)=>_0x5cfacf||!!_0x2d8fcc),this['bind']('isUnlinked')['to'](_0x173032,'unlinkedAt',_0x493be1=>!!_0x493be1),this['bind']('ariaLabel')['to'](this,'length',_0x3ed18e=>{const _0x17c70e=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return vt(this['locale'],'COMMENT_THREAD_LABEL',[_0x3ed18e,_0x17c70e]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x252bbd(),this['keystrokes']=new _0x846282(),this['focusCycler']=new _0x10e0b({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x59bb79=>_0x59bb79['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0xa38b70(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x509f57=new CommentThreadInputView(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x2af7c5=_0x509f57['commentInputView'];return _0x509f57['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x2af7c5,'value',(_0x1383cc,_0x3a8ad5,_0x511a5a,_0x584674,_0x4a33e3)=>!!_0x4a33e3||!!_0x584674&&_0x511a5a&&!_0x3a8ad5||_0x1383cc&&_0x511a5a&&!_0x3a8ad5),_0x2af7c5['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x4dc5e2,_0x1aede1,_0x1857e0)=>{let _0x760f8c;return _0x760f8c=_0x1857e0&&_0x1aede1?'Reply\x20to\x20reopen\x20discussion...':_0x4dc5e2?'Reply...':'Write\x20a\x20comment...',vt(this['locale'],_0x760f8c);}),_0x2af7c5['bind']('submitLabel')['to'](this,'length',_0x5ec999=>vt(this['locale'],_0x5ec999?'Reply':'Comment')),_0x2af7c5['on']('submit',(_0x34da39,_0x5bfb8d)=>{this['fire']('addComment',_0x5bfb8d),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x2af7c5['on']('cancel',()=>{this['focus']();}),_0x2af7c5['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x2af7c5['on']('cancel',_0x39cde5=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x39cde5['stop']());}),this['on']('change:isActive',(_0x3391f8,_0x282970,_0x32fbe9)=>{_0x32fbe9||this['length']||_0x2af7c5['value']||this['fire']('removeCommentThread');}),_0x509f57;}}class CommentThreadView extends/* #__PURE__ -- @preserve */
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
_0x1861d7(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0xa287ef,target:_0x4850f9,type:_0x14503a,isVisible:_0x1e327c=!0x0}){super(),this['view']=_0xa287ef,this['view']['element']||this['view']['render'](),this['_type']=_0x14503a,this['_target']=_0x4850f9,Annotation['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x499a27([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x1ead53,_0x3fe945)=>{this['view']['focusTracker']['add'](_0x3fe945);}),this['focusableElements']['on']('remove',(_0x5eedf9,_0xa5b248)=>{this['view']['focusTracker']['remove'](_0xa5b248);}),this['set']('isVisible',_0x1e327c);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x3b5f94=this['_getNormalizedTarget']();return Annotation['_assertCorrectTarget'](_0x3b5f94),_0x3b5f94;}get['targetRect'](){const _0x4e291c=this['target'];if(null===_0x4e291c)return null;if(_0x4e291c instanceof _0x416d7d)return _0x4e291c;const _0x5462e6=_0x4e291c['filter'](_0x1c38c1=>function(_0x428428){const _0x48827d=_0x428428['offsetParent'];if(_0x48827d)return!0x0;const _0x99b676=_0x428428['getClientRects']()['item'](0x0);return!!_0x99b676;}(_0x1c38c1));return 0x0===_0x5462e6['length']?null:_0x416d7d['getDomElementRects'](_0x5462e6[0x0])[0x0];}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x534e67){this['view']['isActive']=_0x534e67,this['view']['mainView']['isActive']=_0x534e67;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x5d1645){if(!(null===_0x5d1645||_0x5d1645 instanceof _0x416d7d||Array['isArray'](_0x5d1645)&&_0x5d1645['every'](_0x19e2b7=>kt(_0x19e2b7))))throw new _0x21ce1d('annotation-invalid-target',null,{'target':_0x5d1645});}['_getNormalizedTarget'](){const _0x54950e='function'==typeof this['_target']?this['_target']():this['_target'];return kt(_0x54950e)?[_0x54950e]:_0x54950e;}}function kt(_0x390e58){return null!==_0x390e58&&'object'==typeof _0x390e58&&'nodeType'in _0x390e58&&0x1===_0x390e58['nodeType'];}class AnnotationCollection extends _0x499a27{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0xf7d841=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x252bbd(),this['_focusTracker']['on']('change:isFocused',(_0x42e6a2,_0x1d099c,_0x39fb05)=>{_0x39fb05||this['fire']('blur');});for(const _0x81b0b4 of _0xf7d841)this['add'](_0x81b0b4);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0xf9e47f){if(this['has'](_0xf9e47f))throw new _0x21ce1d('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0xf9e47f['innerView'],_0xf9e47f),this['_viewToAnnotation']['set'](_0xf9e47f['view'],_0xf9e47f);for(const _0x2d8199 of _0xf9e47f['focusableElements'])this['_focusTracker']['add'](_0x2d8199);if(this['listenTo'](_0xf9e47f['focusableElements'],'add',(_0x353770,_0x1559d7)=>{this['_focusTracker']['add'](_0x1559d7);}),this['listenTo'](_0xf9e47f['focusableElements'],'remove',(_0xfe240e,_0x22455f)=>{this['_focusTracker']['remove'](_0x22455f);}),this['listenTo'](_0xf9e47f['view']['focusTracker'],'change:isFocused',(_0x5e93a6,_0x370c04,_0x1a9aaf)=>{_0x1a9aaf&&this['fire']('focus',_0xf9e47f);}),_0xf9e47f['updateTargetRect'](),this['_areCachedRectsStale']()){for(const _0x16c714 of this)_0x16c714['updateTargetRect']();}const _0x38bb4f=this['_getOrderInContent'](_0xf9e47f['view']['targetRect']);return super['add'](_0xf9e47f,_0x38bb4f);}['remove'](_0x343763){if(!this['has'](_0x343763))throw new _0x21ce1d('annotationcollection-not-existing-item',null);this['stopListening'](_0x343763['view']['focusTracker']),this['stopListening'](_0x343763['focusableElements']);for(const _0x38fff4 of _0x343763['focusableElements'])this['_focusTracker']['remove'](_0x38fff4);return this['_viewToAnnotation']['delete'](_0x343763['view']),this['_innerViewToAnnotation']['delete'](_0x343763['innerView']),super['remove'](_0x343763);}['getByInnerView'](_0x254c49){return this['_innerViewToAnnotation']['get'](_0x254c49);}['getByView'](_0x4fbed5){return this['_viewToAnnotation']['get'](_0x4fbed5);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x2c4735 of this)_0x2c4735['updateTargetRect']();this['_sort']();}['_sort'](){const _0x1f79eb=Array['from'](this)['sort']((_0x425505,_0x1c850d)=>Rt(_0x425505['view']['targetRect'],_0x1c850d['view']['targetRect']));for(let _0x99444c=_0x1f79eb['length']-0x1;_0x99444c>0x0;_0x99444c--){const _0x56cfcb=_0x1f79eb[_0x99444c];_0x99444c!==this['getIndex'](_0x56cfcb)&&(this['remove'](_0x56cfcb),this['add'](_0x56cfcb));}}['_getOrderInContent'](_0x56fe36){let _0x1df83e=0x0;if(!_0x56fe36)return this['length'];for(const _0x1766e8 of this){const _0x31d5ce=_0x1766e8['view']['targetRect'];if(_0x31d5ce){if(Rt(_0x56fe36,_0x31d5ce)<0x0)return _0x1df83e;_0x1df83e++;}}return _0x1df83e;}['_areCachedRectsStale'](){const _0x59ce2b=this['get'](0x0);if(!_0x59ce2b)return!0x1;const _0x53fc2c=_0x59ce2b['view']['targetRect'],_0x144894=_0x59ce2b['targetRect'];return!(!_0x53fc2c||!_0x144894)&&(_0x53fc2c['top']!==_0x144894['top']||_0x53fc2c['left']!==_0x144894['left']);}}function Ot({source:_0x131409,target:_0x290e9f,filter:_0x1bbb68}){for(const _0x270703 of _0x131409)_0x1bbb68(_0x270703)&&_0x290e9f['add'](_0x270703);_0x290e9f['listenTo'](_0x131409,'add',(_0x5cd6f2,_0x3e658e)=>{_0x1bbb68(_0x3e658e)&&_0x290e9f['add'](_0x3e658e);}),_0x290e9f['listenTo'](_0x131409,'remove',(_0x22fc2f,_0x10c0b6)=>{_0x290e9f['has'](_0x10c0b6)&&_0x290e9f['remove'](_0x10c0b6);});}function Rt(_0x511d77,_0xa3497d){if(null===_0x511d77&&null===_0xa3497d)return 0x0;if(null===_0x511d77)return-0x1;if(null===_0xa3497d)return 0x1;const _0x14b4a9=_0x511d77['top']-_0xa3497d['top'];return 0x0==_0x14b4a9?_0x511d77['left']-_0xa3497d['left']:_0x14b4a9;}class Annotations extends _0x283925{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x19aabb){if(super(_0x19aabb),this['collection']=new AnnotationCollection(),this['_visibleAnnotations']=new AnnotationCollection(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x19aabb instanceof _0x441226){const _0xab3f56=_0x19aabb['locale'];_0x19aabb['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':vt(_0xab3f56,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':vt(_0xab3f56,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':vt(_0xab3f56,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':vt(_0xab3f56,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':vt(_0xab3f56,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':vt(_0xab3f56,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':vt(_0xab3f56,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x2cb927){this['collection']['add'](_0x2cb927);}['remove'](_0xd120cf){this['collection']['remove'](_0xd120cf),_0xd120cf['destroy']();}['refreshVisibility'](){for(const _0x63d996 of this['collection'])_0x63d996['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x353243){return this['collection']['getByInnerView'](_0x353243);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0xfffa00 of this['collection'])_0xfffa00['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x1d46cc){this['fire']('_activateAnnotation',_0x1d46cc);}['createAnnotation'](_0x379575){return new Annotation(_0x379575);}['createAnnotationView'](_0x525505,_0x9b7cc1){return new AnnotationView(_0x525505,_0x9b7cc1);}['_addActiveAnnotation'](_0x2de883){const _0x5708bb=new Set(this['activeAnnotations']);_0x5708bb['add'](_0x2de883),this['activeAnnotations']=_0x5708bb;}['_removeActiveAnnotation'](_0x52b723){const _0x662710=new Set(this['activeAnnotations']);_0x662710['delete'](_0x52b723),this['activeAnnotations']=_0x662710;}['_bindAnnotationsToVisibleAnnotations'](){const _0x396f8a=this['collection'],_0x1a0c98=this['_visibleAnnotations'];function _0x36bdbe(_0x2a294b){const _0x33aca4=_0x2a294b['source'];_0x33aca4['isVisible']&&!_0x1a0c98['has'](_0x33aca4)?_0x1a0c98['add'](_0x33aca4):!_0x33aca4['isVisible']&&_0x1a0c98['has'](_0x33aca4)&&_0x1a0c98['remove'](_0x33aca4),_0x33aca4['view']['focusTracker']['remove'](_0x33aca4['view']['element']),_0x33aca4['view']['focusTracker']['add'](_0x33aca4['view']['element']);}this['listenTo'](_0x396f8a,'add',(_0x2b0077,_0x122512)=>{_0x122512['isVisible']&&_0x1a0c98['add'](_0x122512),this['listenTo'](_0x122512,'change:isVisible',_0x36bdbe);}),this['listenTo'](_0x396f8a,'remove',(_0x4dfd89,_0x49c06c)=>{_0x1a0c98['has'](_0x49c06c)&&_0x1a0c98['remove'](_0x49c06c),this['stopListening'](_0x49c06c,'change:isVisible',_0x36bdbe);});}['_setupEnterAnnotationKeystroke'](){const _0x52f528=_0x16fd43=>{_0x16fd43['on']('ready',()=>{_0x16fd43['keystrokes']['set'](_0x130533,(_0x1e3a93,_0xf4017b)=>{const _0x4e3899=_0x548c32(this['activeAnnotations']['values']());_0x4e3899&&(_0x4e3899['view']['focus'](),_0xf4017b());});});};this['context']instanceof _0x441226?_0x52f528(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x5417e1,_0xf9d793)=>{_0x52f528(_0xf9d793);});}['_setupEscapeAnnotationHandling'](){const _0x4f09bf=_0x5595fa=>{const _0x57c0a4=_0x5595fa['source'],_0x2a72c5=[];let _0x441871;if(Array['isArray'](_0x57c0a4['target'])){_0x441871=_0x57c0a4['target'][0x0],this['context']instanceof _0x441226?_0x2a72c5['push'](this['context']):this['context']['editors']&&_0x2a72c5['push'](...this['context']['editors']);for(const _0x85688d of _0x2a72c5)for(const _0xdb0e6e of _0x85688d['editing']['view']['domRoots']['values']())if(_0xdb0e6e['contains'](_0x441871))return void _0x85688d['editing']['view']['focus']();_0x441871['focus']();}};this['listenTo'](this['collection'],'add',(_0x263942,_0x34f6f9)=>{this['listenTo'](_0x34f6f9,'escape',_0x4f09bf,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x326a1d,_0x35ab3f)=>{this['stopListening'](_0x35ab3f,'escape',_0x4f09bf);});}}const Mt=Symbol('noChannel'),St={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class CommentsRepository extends _0x283925{['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[Annotations,_0x1dce2a,_0x3bef93];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2d551b){super(_0x2d551b),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x3facf8=this['context']['config'];_0x3facf8['define']('comments.maxCommentsWhenCollapsed',0x2),_0x3facf8['define']('comments.maxThreadTotalWeight',0x1f4),_0x3facf8['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x3facf8['define']('comments.CommentThreadView',CommentThreadView),_0x3facf8['define']('comments.CommentView',CommentView),_0x3facf8['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x5ef50e=this['context']['plugins']['get'](Annotations);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x5eeb05,_0x47c089)=>this['_addCommentThread'](_0x47c089)),this['on']('submitCommentThread',(_0x5ad326,_0x3e2c8d)=>this['_submitCommentThread'](_0x3e2c8d)),this['on']('resolveCommentThread',(_0xbf0e13,_0x138944)=>this['_resolveCommentThread'](_0x138944)),this['on']('resolveCommentThread',(_0x447a2f,_0xab248a)=>this['_updateActiveAnnotation'](_0xab248a),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x42e987,_0x56d8eb)=>this['_reopenCommentThread'](_0x56d8eb)),this['on']('reopenCommentThread',(_0x538022,_0x4ff1e8)=>this['_updateActiveAnnotation'](_0x4ff1e8),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x2c98d0,_0x4f9f37)=>this['_removeCommentThread'](_0x4f9f37)),this['on']('updateCommentThread',(_0x1b5bc0,_0x2df4f3)=>this['_updateCommentThread'](_0x2df4f3)),this['on']('updateCommentThread',(_0x2f03d7,_0x52d1a8)=>this['_updateActiveAnnotation'](_0x52d1a8),{'priority':'lowest'}),this['on']('addComment',(_0x25955d,_0xc49ff)=>this['_addComment'](_0xc49ff)),this['on']('updateComment',(_0x1c6c21,_0x443cc8)=>this['_updateComment'](_0x443cc8)),this['on']('removeComment',(_0x4d1af4,_0x21b6ea)=>this['_removeComment'](_0x21b6ea)),this['on']('addComment',(_0x18f87d,{threadId:_0x48279c,isFromAdapter:_0x1c328a})=>{if(_0x1c328a)return;const _0x1d0e7e=this['getCommentThread'](_0x48279c),_0x37281e=_0x1d0e7e&&this['_threadToController']['get'](_0x1d0e7e);_0x37281e&&_0x37281e['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x5ef50e,'change:activeAnnotations',(_0x437327,_0x38262a,_0x2e2214)=>{const _0xcff0d=Array['from'](_0x2e2214)['map'](_0x424068=>this['_viewToController']['get'](_0x424068['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0xcff0d?_0xcff0d['model']:null;});}set['adapter'](_0x4cd08c){if(this['_adapter'])throw new _0x21ce1d('commentsrepository-adapter-already-set');this['_adapter']=_0x4cd08c;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x4848fb=Mt,threadId:_0x4e1f28=_0x308b6(),comments:_0x51ed94=[],unlinkedAt:_0x2c878e=null,resolvedAt:_0x3b2b6a=null,resolvedBy:_0x4f29cb=null,target:_0x6781ec=null,context:_0x219788=null,attributes:_0x98630c={},isResolvable:_0x316c4e=!0x0,isSubmitted:_0x83b52d=!0x1,isFromAdapter:_0x232886=!0x1}={}){return this['fire'](xt('addCommentThread',_0x4848fb),{'channelId':_0x4848fb,'threadId':_0x4e1f28,'comments':_0x51ed94,'unlinkedAt':_0x2c878e,'resolvedAt':_0x3b2b6a,'resolvedBy':_0x4f29cb,'target':_0x6781ec,'context':_0x219788,'attributes':_0x98630c,'isFromAdapter':_0x232886,'isResolvable':_0x316c4e,'isSubmitted':_0x83b52d}),this['getCommentThread'](_0x4e1f28);}['openNewCommentThread']({channelId:_0x2d8bbe=Mt,threadId:_0x5d14d4=_0x308b6(),target:_0x228094,context:_0x472244=null,isResolvable:_0x2b2ff7=!0x0}){if(this['_readOnlyChannels']['has'](_0x2d8bbe)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x228094)throw new _0x21ce1d('commentsrepository-missing-target');const _0x42a7f6=this['addCommentThread']({'channelId':_0x2d8bbe,'threadId':_0x5d14d4,'target':_0x228094,'context':_0x472244,'isResolvable':_0x2b2ff7});if(!_0x42a7f6)return null;const _0x312e60=this['_threadToController']['get'](_0x42a7f6),_0x4803b1=_0x312e60['view']['commentThreadInputView']['commentInputView'],_0x2ecb05=this['context']['plugins']['get'](Annotations),_0x5a6112=_0x2ecb05['getByInnerView'](_0x312e60['view']);return _0x2ecb05['activate'](_0x5a6112),_0x4803b1['once']('editorReady',()=>_0x4803b1['focus']()),_0x42a7f6;}['hasCommentThread'](_0x38ba75){if('string'!=typeof _0x38ba75)throw new _0x21ce1d('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x38ba75);}['updateCommentThread']({channelId:_0x3fed68=Mt,threadId:_0x4e2d49,context:_0x2d5c5c,unlinkedAt:_0x1e35de,attributes:_0x5bdd40,isFromAdapter:_0x4cd7f6=!0x1}){return this['fire'](xt('updateCommentThread',_0x3fed68),{'channelId':_0x3fed68,'threadId':_0x4e2d49,'context':_0x2d5c5c,'unlinkedAt':_0x1e35de,'attributes':_0x5bdd40,'isFromAdapter':_0x4cd7f6}),this['getCommentThread'](_0x4e2d49);}['getCommentThread'](_0x1e115c){if('string'!=typeof _0x1e115c)throw new _0x21ce1d('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x1e115c);}['fetchCommentThread']({channelId:_0x44e228,threadId:_0x37a47f}={}){const _0x1a5300=this['getCommentThread'](_0x37a47f);if(_0x1a5300)return Promise['resolve'](_0x1a5300);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x21ce1d('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x44e228,'threadId':_0x37a47f})['then'](_0x2df4a7=>this['hasCommentThread'](_0x37a47f)?this['getCommentThread'](_0x37a47f):_0x2df4a7?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x44e228},_0x2df4a7)):void 0x0)['catch'](_0x5d80c1=>{throw console['error'](_0x5d80c1),new _0x21ce1d('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x267eac,skipNotAttached:_0x3fefeb=!0x1,skipEmpty:_0x2b8df9=!0x1,toJSON:_0x378622=!0x1}={}){const _0x428f3e=[];for(const _0x5d8a6e of this['_threads']['values']())_0x267eac&&_0x5d8a6e['channelId']!==_0x267eac||_0x3fefeb&&!_0x5d8a6e['isAttached']||_0x2b8df9&&0x0===_0x5d8a6e['length']||_0x428f3e['push'](_0x5d8a6e);return _0x378622?_0x428f3e['map'](_0x723a9e=>_0x723a9e['toJSON']()):_0x428f3e;}['getAnnotationForCommentThread'](_0x35f58f){const _0x138e60=this['_threadToController']['get'](_0x35f58f);if(!_0x138e60)return null;return this['context']['plugins']['get'](Annotations)['getByInnerView'](_0x138e60['view'])||null;}['getCommentThreadForAnnotation'](_0x4025d3){const _0x31da9d=this['_viewToController']['get'](_0x4025d3['innerView']);return _0x31da9d?_0x31da9d['model']:null;}['setActiveCommentThread'](_0x28cc8a){const _0x4e6ed5=this['context']['plugins']['get'](Annotations);if(!_0x28cc8a)return void(this['activeCommentThread']&&_0x4e6ed5['deactivateAll']());const _0x1529a9=this['getCommentThread'](_0x28cc8a);if(!_0x1529a9)throw new _0x21ce1d('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x28cc8a});if(!this['_threadToController']['has'](_0x1529a9))throw new _0x21ce1d('commentsrepository-active-not-attached',null,{'threadId':_0x28cc8a});const _0x3efb2d=_0x4e6ed5['getByInnerView'](this['_threadToController']['get'](_0x1529a9)['view']);_0x4e6ed5['activate'](_0x3efb2d);}['switchReadOnly'](_0x444f35,_0x13f673){_0x444f35?this['_readOnlyChannels']['add'](_0x13f673):this['_readOnlyChannels']['delete'](_0x13f673),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x1e2f13){return this['_readOnlyChannels']['has'](_0x1e2f13)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x2efa08,_0x45aed7){return new CommentThreadController(_0x2efa08,_0x45aed7);}['setPermissions'](_0x43f759,_0x289621=Mt){this['_permissions']['set'](_0x289621,_0x43f759),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x52d692=Mt){return this['_permissions']['has'](_0x52d692)?this['_permissions']['get'](_0x52d692):St;}['_addCommentThread']({channelId:_0x3957d1,threadId:_0x53447b,comments:_0xd0389e,unlinkedAt:_0x5f4e2b,resolvedAt:_0x82b4a1,resolvedBy:_0x40b979,target:_0x4673c4,context:_0x30fb08,attributes:_0x4eeb03,isFromAdapter:_0x13ab22,isResolvable:_0xf96e14,isSubmitted:_0x7aad69}){if('string'!=typeof _0x53447b)throw new _0x21ce1d('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x53447b});if(this['hasCommentThread'](_0x53447b))throw new _0x21ce1d('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x53447b});const _0x2f238b=new CommentThread(this,{'channelId':_0x3957d1,'id':_0x53447b,'context':_0x30fb08,'attributes':_0x4eeb03,'unlinkedAt':_0x5f4e2b,'resolvedAt':_0x82b4a1,'resolvedBy':_0x40b979?this['context']['plugins']['get'](_0x3bef93)['getUser'](_0x40b979):null,'isResolvable':_0xf96e14,'isSubmitted':_0x7aad69||_0x13ab22});this['_threads']['set'](_0x53447b,_0x2f238b);for(const _0x266614 of _0xd0389e)_0x2f238b['_add'](this['_createNewComment']({'threadId':_0x53447b,..._0x266614}));return _0x4673c4&&_0x2f238b['attachTo'](_0x4673c4),_0x13ab22||!_0x2f238b['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x3957d1,'threadId':_0x53447b});}['_submitCommentThread']({channelId:_0x2894a8,threadId:_0x37c2bd}){if(!this['hasCommentThread'](_0x37c2bd))throw new _0x21ce1d('commentsrepository-missing-comment-thread',this);const _0x299bb9=this['getCommentThread'](_0x37c2bd);if(_0x299bb9['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x18d568,comments:_0x4e8044,resolvedAt:_0x695b17,resolvedBy:_0x2f7b57,context:_0x39109f,attributes:_0x81d4ef}=_0x299bb9,_0x1da6b1=this['context']['plugins']['get']('PendingActions'),_0x15f292=_0x1da6b1['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x2894a8,'threadId':_0x18d568,'comments':_0x4e8044['map'](_0xd2619e=>_0xd2619e['toJSON']()),'resolvedAt':_0x695b17,'resolvedBy':_0x2f7b57?_0x2f7b57['id']:_0x2f7b57,'context':_0x39109f,'attributes':_0x81d4ef})['then'](({comments:_0x4c731c})=>{_0x1da6b1['remove'](_0x15f292);for(const _0x1a25dc of _0x4c731c)this['_updateComment']({'channelId':_0x2894a8,'threadId':_0x37c2bd,'commentId':_0x1a25dc['commentId'],'createdAt':_0x1a25dc['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x1fb214=>{throw console['error'](_0x1fb214),new _0x21ce1d('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x4deaea,target:_0x9d20d0}){const _0x273942=this['getCommentThread'](_0x4deaea);if(!_0x273942)throw new _0x21ce1d('commentsrepository-attach-missing-comment-thread',this);const _0x3a7154=this['context']['plugins']['get']('PendingActions'),_0x350082=this['context']['plugins']['get'](Annotations),_0x282656=this['_createCommentThreadView'](_0x273942),_0x18f56d=new CommentThreadController(_0x273942,_0x282656);let _0x4d8775=null;_0x282656['on']('change:isDirty',(_0x2aeafc,_0x21b349,_0x508a6a)=>{_0x508a6a?_0x4d8775=_0x3a7154['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x4d8775&&(_0x3a7154['remove'](_0x4d8775),_0x4d8775=null);}),this['_threadToController']['set'](_0x273942,_0x18f56d),this['_viewToController']['set'](_0x282656,_0x18f56d);const _0x5b3738=new AnnotationView(this['context']['locale'],_0x282656);_0x5b3738['bind']('length')['to'](_0x282656),_0x5b3738['bind']('isDirty')['to'](_0x282656,'isDirty',_0x282656,'length',(_0x47cbff,_0x39ecb4)=>_0x47cbff||!_0x39ecb4),_0x5b3738['bind']('isActive')['to'](_0x282656),_0x5b3738['type']='comment';const _0x553f16=new Annotation({'view':_0x5b3738,'target':_0x9d20d0,'type':'comment','isVisible':!_0x273942['archivedAt']&&!!('function'==typeof _0x9d20d0?_0x9d20d0():_0x9d20d0)});return _0x282656['on']('escape',()=>{_0x553f16['fire']('escape');}),this['_bindAnnotationToEditors'](_0x282656,_0x553f16),_0x350082['add'](_0x553f16),_0x553f16;}['_bindAnnotationToEditors'](_0x544ecb,_0x54818b){this['listenTo'](_0x544ecb,'editorReady',(_0x4b254e,_0x35a500)=>{const _0x3d7097=_0x35a500['ui']['view']['body']['bodyCollectionContainer'];_0x54818b['focusableElements']['add'](_0x3d7097),this['context']instanceof _0x441226&&this['context']['ui']['focusTracker']['add'](_0x3d7097);},{'priority':'highest'}),this['listenTo'](_0x544ecb,'editorDestroyed',(_0x38c14c,_0x5167df)=>{const _0x4bfa8c=_0x5167df['ui']['view']['body']['bodyCollectionContainer'];_0x54818b['focusableElements']['has'](_0x4bfa8c)&&_0x54818b['focusableElements']['remove'](_0x4bfa8c),this['context']instanceof _0x441226&&this['context']['ui']['focusTracker']['remove'](_0x4bfa8c);});}['_unbindEditors'](_0x450969){this['stopListening'](_0x450969,'editorReady'),this['stopListening'](_0x450969,'editorDestroyed');}['_createCommentThreadView'](_0x25daa8){const _0xa8e954=this['context']['plugins']['get'](_0x3bef93),{config:_0x8af9ac,locale:_0x2b4546}=this['context'],_0x48f355=_0x3a40bc(_0x8af9ac['get']('locale'),_0x2b4546);return new(0x0,(_0x8af9ac['get']('comments'))['CommentThreadView'])(_0x2b4546,_0x25daa8,_0xa8e954['me'],{'editorConfig':{..._0x8af9ac['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x8af9ac['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x8af9ac['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x8af9ac['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x8af9ac['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x48f355,'CommentView':_0x8af9ac['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x4f63d4,channelId:_0x23cbf5,resolvedAt:_0x964a48,resolvedBy:_0x2fcfe6,isFromAdapter:_0x45907e}){if(!this['hasCommentThread'](_0x4f63d4))throw new _0x21ce1d('commentsrepository-missing-comment-thread',null,{'threadId':_0x4f63d4});const _0x1c865b=this['getCommentThread'](_0x4f63d4);if(_0x1c865b['isResolved'])throw new _0x21ce1d('commentsrepository-resolved-comment-thread',null,{'threadId':_0x4f63d4});const _0x59ec59=this['context']['plugins']['get'](_0x3bef93);if(_0x1c865b['resolvedBy']=_0x59ec59['getUser'](_0x2fcfe6),_0x1c865b['resolvedAt']=_0x964a48,_0x45907e||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x2e7f8d=this['context']['plugins']['get']('PendingActions'),_0x5743c8=_0x2e7f8d['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x23cbf5,'threadId':_0x4f63d4})['then'](({resolvedAt:_0x357449,resolvedBy:_0x129ee})=>{_0x2e7f8d['remove'](_0x5743c8),_0x1c865b['resolvedBy']['id']!==_0x129ee&&(_0x1c865b['resolvedBy']=_0x59ec59['getUser'](_0x129ee)),_0x1c865b['resolvedAt']=_0x357449;})['catch'](_0x56addf=>{throw console['error'](_0x56addf),new _0x21ce1d('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x2ea4e5,channelId:_0x177074,isFromAdapter:_0x46fd02}){if(!this['hasCommentThread'](_0x2ea4e5))throw new _0x21ce1d('commentsrepository-missing-comment-thread',null,{'threadId':_0x2ea4e5});const _0x352b86=this['getCommentThread'](_0x2ea4e5);if(!_0x352b86['isResolved'])throw new _0x21ce1d('commentsrepository-reopen-comment-thread',null,{'threadId':_0x2ea4e5});if(_0x352b86['resolvedBy']=null,_0x352b86['resolvedAt']=null,_0x46fd02||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x4ff93f=this['context']['plugins']['get']('PendingActions'),_0x2cbc52=_0x4ff93f['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x177074,'threadId':_0x2ea4e5})['then'](()=>_0x4ff93f['remove'](_0x2cbc52))['catch'](_0x5242e1=>{throw console['error'](_0x5242e1),new _0x21ce1d('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x1b3055,isFromAdapter:_0x3dbb23}){const _0x4a50ad=this['getCommentThread'](_0x1b3055);if(!_0x4a50ad)throw new _0x21ce1d('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x1b3055),this['_threads']['delete'](_0x1b3055),!_0x4a50ad['isSubmitted']||_0x3dbb23||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x2862ad=this['context']['plugins']['get']('PendingActions'),{channelId:_0x44ce56}=_0x4a50ad,_0x335494=_0x2862ad['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x44ce56,'threadId':_0x1b3055})['then'](()=>_0x2862ad['remove'](_0x335494))['catch'](_0x67f438=>{throw console['error'](_0x67f438),new _0x21ce1d('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x4acbd1,unlinkedAt:_0x3d7c43,context:_0x47089d,attributes:_0x3a9b05,isFromAdapter:_0x3dd193}){if('string'!=typeof _0x4acbd1)throw new _0x21ce1d('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x4acbd1});if(!this['hasCommentThread'](_0x4acbd1))throw new _0x21ce1d('commentsrepository-missing-comment-thread',null,{'threadId':_0x4acbd1});const _0x5d8c3b=this['getCommentThread'](_0x4acbd1);let _0x409a3e=!0x1;if(void 0x0!==_0x47089d&&_0x5d8c3b['context']!==_0x47089d&&(_0x5d8c3b['context']=_0x47089d,_0x409a3e=!0x0),void 0x0!==_0x3d7c43&&_0x5d8c3b['unlinkedAt']!==_0x3d7c43&&(_0x5d8c3b['unlinkedAt']=_0x3d7c43,_0x409a3e=!0x0),_0x3a9b05&&!_0x187522(_0x3a9b05,_0x5d8c3b['attributes'])&&(_0x5d8c3b['attributes']=_0x3a9b05,_0x409a3e=!0x0),!_0x409a3e)return Promise['resolve']();if(!_0x5d8c3b['isSubmitted']||_0x3dd193||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x4ab6b2=this['context']['plugins']['get']('PendingActions'),{channelId:_0x5bf4a3}=_0x5d8c3b,_0x1fc90e=_0x4ab6b2['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x5bf4a3,'threadId':_0x4acbd1,'context':_0x47089d,'unlinkedAt':_0x3d7c43,'attributes':_0x3a9b05})['then'](()=>_0x4ab6b2['remove'](_0x1fc90e))['catch'](_0x561b4e=>{throw console['error'](_0x561b4e),new _0x21ce1d('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x8f11e4){const _0x59ef5e=this['context']['plugins']['get'](Annotations),_0x191f6b=this['getCommentThread'](_0x8f11e4);if(_0x191f6b['_isAttached']=!0x1,this['_threadToController']['has'](_0x191f6b)){const _0x3801c1=this['_threadToController']['get'](_0x191f6b),_0xa80ea5=_0x3801c1['view'],_0x519280=_0x59ef5e['getByInnerView'](_0xa80ea5);this['_threadToController']['delete'](_0x191f6b),this['_viewToController']['delete'](_0xa80ea5),_0x519280&&_0x59ef5e['remove'](_0x519280),_0x3801c1['destroy'](),_0xa80ea5['destroy']()['then'](()=>{this['_unbindEditors'](_0xa80ea5);});}}['_updateActiveAnnotation']({threadId:_0x4be2d1,resolvedAt:_0x1da3ae,unlinkedAt:_0x2dda91}){const _0x174c4f=!!_0x1da3ae,_0x465280=this['context']['plugins']['get'](Annotations),_0xe77a73=this['getCommentThread'](_0x4be2d1);if(this['_threadToController']['has'](_0xe77a73)){const _0x2a146b=this['_threadToController']['get'](_0xe77a73)['view'],_0xbc931e=_0x465280['getByInnerView'](_0x2a146b);_0xbc931e&&(_0x174c4f&&_0x465280['_removeActiveAnnotation'](_0xbc931e),_0x2dda91?_0xbc931e['isVisible']=!0x1:_0xbc931e['refreshVisibility']());}}['_getExternalAuthor'](_0x2bc50a){const _0x8bb4ce=this['context']['plugins']['get'](_0x3bef93),_0x144ed4=_0x4a0ba1('external:'+_0x2bc50a),_0x20f632=_0x8bb4ce['getUser'](_0x144ed4);return _0x20f632||_0x8bb4ce['addUser']({'id':_0x144ed4,'name':_0x2bc50a});}['_createNewComment']({threadId:_0x483d3e,commentId:_0x158597=_0x308b6(),content:_0x34ed34,authorId:_0x4d874e,createdAt:_0x359d42,attributes:_0x17d4d3}){if('string'!=typeof _0x158597)throw new _0x21ce1d('commentsrepository-invalid-commentid');if('string'!=typeof _0x4d874e)throw new _0x21ce1d('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x34ed34||!_0x34ed34['trim']())throw new _0x21ce1d('commentsrepository-invalid-comment-content');const _0x11b3f4=this['context']['plugins']['get'](_0x3bef93)['getUser'](_0x4d874e);if(!_0x11b3f4)throw new _0x21ce1d('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x4d874e});let _0x456f3c=null,_0x348438=_0x359d42;return _0x17d4d3?.['@external']&&(_0x456f3c=this['_getExternalAuthor'](_0x17d4d3['@external']['authorName']),_0x348438=new Date(_0x17d4d3['@external']['createdAt'])),new Comment(this,{'threadId':_0x483d3e,'id':_0x158597,'author':_0x456f3c||_0x11b3f4,'creator':_0x11b3f4,'content':_0x34ed34,'createdAt':_0x359d42,'authoredAt':_0x348438,'attributes':_0x17d4d3});}['_addComment'](_0x2557d2){let {threadId:_0x36aa6b,content:_0x527a8e,attributes:_0x27cca8,isFromAdapter:_0x430b6c}=_0x2557d2;const _0x2c9787=this['getCommentThread'](_0x2557d2['threadId']);if(!_0x2c9787)throw new _0x21ce1d('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x14132f=this['_createNewComment'](_0x2557d2),{id:_0x94d82}=_0x14132f;if(_0x2c9787['_add'](_0x14132f),_0x430b6c||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x2c9787['isSubmitted'])return Promise['resolve']();const _0x3e9bb2=this['context']['plugins']['get']('PendingActions'),{channelId:_0x43b0f8}=_0x2c9787,_0x40225f=_0x3e9bb2['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x27cca8||(_0x27cca8={}),this['adapter']['addComment']({'channelId':_0x43b0f8,'threadId':_0x36aa6b,'commentId':_0x94d82,'content':_0x527a8e,'attributes':_0x27cca8})['then'](_0x447e83=>{_0x3e9bb2['remove'](_0x40225f),_0x447e83&&this['_updateComment']({'channelId':_0x43b0f8,'threadId':_0x36aa6b,'commentId':_0x94d82,'createdAt':_0x447e83['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x169acd=>{throw console['error'](_0x169acd),new _0x21ce1d('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x4ce2fe,commentId:_0x102835,content:_0x15bb22,createdAt:_0x238716,attributes:_0x177043,isFromAdapter:_0x34b78c}){if(void 0x0!==_0x15bb22&&('string'!=typeof _0x15bb22||!_0x15bb22['trim']()['length']))throw new _0x21ce1d('commentsrepository-update-comment-invalid-content');const _0x11cab0=this['getCommentThread'](_0x4ce2fe),_0x92cb6d=_0x11cab0['getComment'](_0x102835);if(!_0x92cb6d)throw new _0x21ce1d('commentsrepository-update-missing-comment',this);let _0x4e7982=!0x1;if(_0x15bb22&&_0x15bb22!==_0x92cb6d['content']&&(_0x92cb6d['isEditable']||_0x34b78c)&&(_0x92cb6d['content']=_0x15bb22,_0x4e7982=!0x0),_0x238716&&_0x238716!==_0x92cb6d['createdAt']&&(_0x92cb6d['createdAt']=_0x238716,_0x92cb6d['attributes']&&_0x92cb6d['attributes']['@external']||(_0x92cb6d['authoredAt']=_0x238716),_0x4e7982=!0x0),_0x177043&&!_0x187522(_0x177043,_0x92cb6d['attributes'])&&(_0x92cb6d['attributes']=_0x177043,_0x4e7982=!0x0),!_0x4e7982)return Promise['resolve']();if(_0x11cab0['fire']('commentUpdated'),_0x34b78c||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x1c0d27=this['context']['plugins']['get']('PendingActions'),{channelId:_0x150160}=this['getCommentThread'](_0x92cb6d['threadId']),_0x15f6be=_0x1c0d27['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x150160,'threadId':_0x4ce2fe,'commentId':_0x102835,'content':_0x15bb22,'attributes':_0x177043})['then'](()=>_0x1c0d27['remove'](_0x15f6be))['catch'](_0x218c07=>{throw console['error'](_0x218c07),new _0x21ce1d('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x4ab56e,commentId:_0x44e1d3,isFromAdapter:_0x16aee3}){const _0x5b8cfd=this['getCommentThread'](_0x4ab56e),_0x1dfe3b=_0x5b8cfd['getComment'](_0x44e1d3);if(!_0x1dfe3b)throw new _0x21ce1d('commentsrepository-remove-missing-comment',this);if(_0x5b8cfd['_remove'](_0x1dfe3b),_0x16aee3||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x1f666e=this['context']['plugins']['get']('PendingActions'),{channelId:_0x19159d}=_0x5b8cfd,_0x6a3ae5=_0x1f666e['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x19159d,'threadId':_0x4ab56e,'commentId':_0x44e1d3})['then'](()=>_0x1f666e['remove'](_0x6a3ae5))['catch'](_0x39b850=>{throw console['error'](_0x39b850),new _0x21ce1d('commentsrepository-remove-comment-internal-error',this);});}}class CommentThread extends/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0x1861d7(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x241904,_0x3addaf){super();const _0xb7fae4=_0x241904['context']['plugins']['get'](_0x3bef93)['me'],_0x4d1a7f=_0x241904['getCommentThread'](_0x3addaf['threadId']),_0x25d66b=0x0===_0x4d1a7f['comments']['length'],_0x4f275e=_0xb7fae4===_0x3addaf['author'];this['id']=_0x3addaf['id'],this['threadId']=_0x3addaf['threadId'],this['author']=_0x3addaf['author'],this['creator']=_0x3addaf['creator'],this['isExternal']=Boolean(_0x3addaf['attributes']&&_0x3addaf['attributes']['@external']),this['set']('content',_0x3addaf['content']),this['createdAt']=_0x3addaf['createdAt']||new Date(),this['set']('authoredAt',_0x3addaf['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x4d1a7f,'resolvedAt'),this['set']('attributes',_0x3addaf['attributes']||{}),this['bind']('isEditable')['to'](_0x241904,'_permissions',()=>{const _0x4bfd8a=_0x241904['getPermissions'](_0x4d1a7f['channelId'])['write'],_0x3c2bf1=_0x241904['getPermissions'](_0x4d1a7f['channelId'])['modifyAll'];return _0x4f275e&&_0x4bfd8a||!_0x4f275e&&_0x3c2bf1;}),this['bind']('isRemovable')['to'](_0x4d1a7f,'isRemovable',_0x241904,'_permissions',_0x2d4e33=>{const _0x5c7c48=_0x241904['getPermissions'](_0x4d1a7f['channelId'])['write'],_0x2f0f8b=_0x241904['getPermissions'](_0x4d1a7f['channelId'])['modifyAll'];return _0x4f275e&&_0x5c7c48||_0x2d4e33&&_0x25d66b||!_0x4f275e&&_0x2f0f8b&&!_0x25d66b;}),this['bind']('isReadOnly')['to'](_0x4d1a7f,'isReadOnly'),this['_repository']=_0x241904;}get['weight'](){return Math['max'](function(_0x89e034){const _0x5987c0=document['createElement']('div');return _0x5987c0['innerHTML']=_0x89e034,_0x5987c0['textContent']['length'];}(this['content']),0xc8);}['update'](_0x22b6d9){const {threadId:_0x4df1b0,id:_0x2a11ac}=this;if(!this['_repository']['hasCommentThread'](_0x4df1b0))throw new _0x21ce1d('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x45e87c}=this['_repository']['getCommentThread'](_0x4df1b0);this['_repository']['fire'](xt('updateComment',_0x45e87c,_0x4df1b0),{'channelId':_0x45e87c,'threadId':_0x4df1b0,'commentId':_0x2a11ac,..._0x22b6d9});}['setAttribute'](_0x23c29f,_0x5207bf){const _0xba3bc5=_0x2211cc(this['attributes']);_0x40cab1(_0xba3bc5,_0x23c29f,_0x5207bf),this['update']({'attributes':_0xba3bc5});}['removeAttribute'](_0x5ecfb9){const _0x5ce07e=_0x2211cc(this['attributes']);_0x27a806(_0x5ce07e,_0x5ecfb9),this['update']({'attributes':_0x5ce07e});}['remove'](_0x3bb1ae={}){if(!_0x3bb1ae['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x247313,id:_0x5a0c86}=this;if(!this['_repository']['hasCommentThread'](_0x247313))throw new _0x21ce1d('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x189a1e}=this['_repository']['getCommentThread'](_0x247313);this['_repository']['fire'](xt('removeComment',_0x189a1e,_0x247313),{'channelId':_0x189a1e,'threadId':_0x247313,'commentId':_0x5a0c86,..._0x3bb1ae});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function xt(_0x1bf6c2,..._0xbdbe88){for(const _0x1333a1 of _0xbdbe88)void 0x0!==_0x1333a1&&(_0x1bf6c2+=':'+String(_0x1333a1));return _0x1bf6c2;}class AddCommentThreadCommand extends _0x11f7ba{constructor(_0x1c7234){super(_0x1c7234),this['set']('hasContent',!0x1);}['refresh'](){const _0x1a42dd=this['editor']['model']['document']['selection'];this['isEnabled']=!0x0,this['hasContent']=!0x1;for(const _0x4dcd37 of _0x1a42dd['getRanges']())if(this['_hasContent'](_0x4dcd37))return void(this['hasContent']=!0x0);}['execute']({threadId:_0x340141=_0x308b6(),ranges:_0x4ed44a,comment:_0x376e10}={}){const _0x312577=this['editor']['model'],_0x3a82bb=_0x4ed44a??Array['from'](_0x312577['document']['selection']['getRanges']()),_0x53486c=[];for(const _0x23f555 of _0x3a82bb)this['_hasContent'](_0x23f555)&&_0x53486c['push'](this['_trimToContent'](_0x23f555));if(!_0x53486c['length'])throw new _0x21ce1d('addcommentthreadcommand-incorrect-ranges',null);_0x376e10&&this['_createCommentThread'](_0x340141,_0x376e10),this['_createMarkersFromRanges'](_0x340141,_0x53486c,!!_0x376e10);}['_createMarkersFromRanges'](_0x240dde,_0x2b8ba3,_0x2bd0b9){this['editor']['model']['change'](_0x203154=>{for(const _0x74dc6a of _0x2b8ba3){const _0x293e71=_0x308b6()['substr'](0x1,0x5),_0x388e19='comment:'+_0x240dde+':'+_0x293e71;_0x203154['addMarker'](_0x388e19,{'range':_0x74dc6a,'usingOperation':_0x2bd0b9,'affectsData':_0x2bd0b9});}});}['_createCommentThread'](_0x29c623,_0x5d8765){const _0x5bc78d=this['editor']['plugins']['get']('CommentsRepository'),_0x2867b0=this['editor']['config']['get']('collaboration.channelId'),_0x3b7b2b=this['editor']['plugins']['get']('Users')['me'];if(!_0x3b7b2b)throw new _0x21ce1d('addcommentthreadcommand-user-not-found',null);_0x5bc78d['addCommentThread']({'threadId':_0x29c623,'channelId':_0x2867b0,'comments':[{'authorId':_0x3b7b2b['id'],'content':_0x5d8765,'createdAt':new Date(),'attributes':{}}]});}['_hasContent'](_0x4b85ad){for(const _0x3ccfaa of _0x4b85ad['getItems']())if(this['_itemIsContent'](_0x3ccfaa))return!0x0;return!0x1;}['_itemIsContent'](_0x28959c){return _0x28959c['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x28959c)&&!_0x28959c['is']('element','tableCell');}['_trimToContent'](_0xed57ea){const _0x18147c=_0x40b9d6=>!this['_itemIsContent'](_0x40b9d6['item']),_0x5dd40b=_0xed57ea['start']['getLastMatchingPosition'](_0x18147c),_0x406bff=_0xed57ea['end']['getLastMatchingPosition'](_0x18147c,{'direction':'backward'});return this['editor']['model']['createRange'](_0x5dd40b,_0x406bff);}}class EditorAnnotations extends _0x4e3a6a{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[Annotations];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3a6d21){super(_0x3a6d21),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x715d64=this['editor'],_0x2d51de=_0x715d64['model']['document']['selection'],_0xb42218=_0x4aa75f(()=>this['refreshSelectedViews'](),0xa);_0x2d51de['on']('change:range',(_0x445d7a,_0x250723)=>{_0x250723['directChange']&&(_0xb42218['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x715d64['editing']['view']['document'],'change:isFocused',(_0x2f6987,_0x509da3,_0xc5832d)=>{_0xc5832d&&_0xb42218();}),this['listenTo'](_0x715d64['ui']['focusTracker'],'change:isFocused',(_0x5cbafc,_0x1b52bb,_0x114489)=>{_0x114489||this['fire']('blur',{'isAnnotationTracked':_0x59ae06=>this['_editorAnnotationsData']['has'](_0x59ae06['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x12d34f){if(this['_editorAnnotations']['has'](_0x12d34f['view']))return;this['_editorAnnotations']['add'](_0x12d34f['view']),this['editor']['ui']['focusTracker']['add'](_0x12d34f['view']['element']);const _0x326d0a=this['editor']['plugins']['get'](Annotations);this['listenTo'](_0x326d0a['collection'],'remove',(_0x45f356,_0x211df9)=>{this['editor']['ui']['focusTracker']['remove'](_0x211df9['view']['element']),this['_editorAnnotations']['delete'](_0x211df9['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x465fcd){if('function'!=typeof _0x465fcd)throw new _0x21ce1d('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x465fcd);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x3ae3ce,annotations:_0x3731ed}){const _0x35a2fc=[],_0x45bc6e=this['editor']['model']['document']['selection'],_0x31e774=Array['from'](_0x45bc6e['getRanges']());for(const [_0x1a4e55,_0x43b56e]of this['_editorAnnotationsData']){const _0x445192=_0x7a6891(_0x43b56e),_0x4f59ed=_0x3731ed['getByInnerView'](_0x1a4e55);_0x445192&&_0x4f59ed&&_0x35a2fc['push']({'annotation':_0x4f59ed,'range':_0x445192});}function _0x7a6891(_0x5279df){for(const _0x35646d of _0x5279df)for(const _0xe79ed1 of _0x31e774)if(_0x35646d['containsRange'](_0xe79ed1,!_0x45bc6e['isCollapsed']))return _0x35646d;return null;}return _0x35a2fc['sort']((_0x5cf34c,_0x3df2f0)=>{const _0x3f5509=_0x5cf34c['range'],_0x367a48=_0x3df2f0['range'];if(!_0x3f5509['isEqual'](_0x367a48)){if(_0x3f5509['containsRange'](_0x367a48,!0x0))return 0x1;if(_0x367a48['containsRange'](_0x3f5509,!0x0))return-0x1;}return _0x5cf34c['annotation']==_0x3ae3ce?-0x1:_0x3df2f0['annotation']==_0x3ae3ce?0x1:0x0;})['map'](_0x43e72f=>_0x43e72f['annotation']);}get['_editorAnnotationsData'](){const _0x164a2f=new Map();for(const _0x1850ad of Array['from'](this['_dataCollectors']))for(const [_0x1d342d,_0x4715b1]of _0x1850ad())_0x164a2f['set'](_0x1d342d,_0x4715b1);return _0x164a2f;}}class CommentsRestrictedEditingMode extends _0x4e3a6a{['afterInit'](){const _0x4e52f1=this['editor'];if(!_0x4e52f1['plugins']['has']('RestrictedEditingModeEditing'))return;_0x4e52f1['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class CommentsImportWord extends _0x4e3a6a{constructor(_0x399d08){super(_0x399d08),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x2b2e74=this['editor'],_0x37b0c1=_0x2b2e74['commands']['get']('importWord'),_0x1b74c8=_0x2b2e74['plugins']['get'](_0x3bef93);_0x37b0c1&&(_0x37b0c1['on']('execute',(_0x3f294e,[,_0x5c05dd])=>{_0x5c05dd['collaboration_features']={'comments':!0x0,'user_id':_0x1b74c8['me']['id']};},{'priority':_0x45a290['high']+0xa}),this['listenTo'](_0x37b0c1,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x2b7956,_0x1e529f){const {comment_threads:_0x14ec0e}=_0x1e529f;_0x14ec0e&&_0x14ec0e['forEach'](({thread_id:_0x56e890,comments:_0x30d725,is_resolved:_0x4d0eca})=>{const _0x15f434=new Date(),_0x37215a=_0x30d725['map'](({author:_0x5c5569,content:_0x4b4284,created_at:_0x3e8c8c})=>({'content':_0x4b4284,'authorId':this['editor']['plugins']['get'](_0x3bef93)['me']['id'],'createdAt':_0x15f434,'attributes':{'@external':{'authorName':_0x5c5569,'createdAt':_0x3e8c8c?new Date(_0x3e8c8c):new Date(),'source':'importWord'}}})),_0x25908a=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](CommentsRepository)['addCommentThread']({'channelId':_0x25908a,'threadId':_0x56e890,'comments':_0x37215a,'resolvedAt':_0x4d0eca?_0x15f434:null});});}}class CommentsClipboard extends _0x4e3a6a{constructor(_0x31e906){super(_0x31e906),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[pt,wt];}['afterInit'](){const _0x51bbb4=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x51bbb4,'contentInsertion',(_0x4e12a4,_0x9aff)=>this['_removeMarkersWithoutThreads'](_0x9aff['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x29cdc5){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x29cdc5;const _0x57bca0=this['editor']['plugins']['get']('CommentsRepository');for(const _0x552c03 of _0x29cdc5['keys']()){const [_0x35949c,_0x309d46]=_0x552c03['split'](':');'comment'!=_0x35949c||_0x57bca0['hasCommentThread'](_0x309d46)||_0x29cdc5['delete'](_0x552c03);}return _0x29cdc5;}['_registerMarkerInClipboardPipeline'](){const _0x1ba179=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x56bb0e=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x56bb0e&&_0x1ba179['_registerMarkerToCopy']('comment',_0x56bb0e);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x53e654){switch(_0x53e654){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}function Pt(_0x110939){const _0x2981d6=_0x110939['split'](':');return{'group':_0x2981d6[0x0],'id':_0x2981d6[0x1],'part':_0x2981d6[0x2]};}class ShowCommentHighlights extends _0x4e3a6a{['init'](){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}['overrideMarkerConverters'](){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0x1b880,_0x3bbec7)=>{if(!_0x3bbec7['options']['showCommentHighlights'])return null;if(_0x3bbec7['options']['ignoreResolvedComments']){const {id:_0x36aa72}=Pt(_0x1b880['markerName']),_0x2b36a4=this['editor']['plugins']['get'](CommentsRepository);if(_0x2b36a4['getCommentThread'](_0x36aa72)?.['isResolved']&&_0x1b880['item'])return _0x3bbec7['consumable']['consume'](_0x1b880['item'],'addMarker:'+_0x1b880['markerName']),_0x3bbec7['consumable']['consume'](_0x1b880['item'],'removeMarker:'+_0x1b880['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x1caa76=>{_0x1caa76['on']('addMarker:comment',(_0x135746,_0x211908,_0x559658)=>{if(!_0x559658['options']['showCommentHighlights'])return;const _0x448217=_0x211908['item'];if(!_0x448217)return;const _0x532cef=_0x559658['mapper']['toViewElement'](_0x448217);this['editor']['model']['schema']['isObject'](_0x448217)&&_0x532cef&&!_0x532cef['getCustomProperty']('widget')&&_0x532cef['is']('containerElement')&&It(_0x532cef,_0x559658['writer']);},{'priority':'high'});});}['overrideHorizontalRuleConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x2aa54f,{writer:_0x67432,options:_0x229803})=>{if(!_0x229803['showCommentHighlights'])return null;const _0x28b8c0=_0x67432['createContainerElement']('div'),_0x4f8252=_0x67432['createEmptyElement']('hr');return _0x67432['addClass']('ck-horizontal-line',_0x28b8c0),_0x67432['insert'](_0x67432['createPositionAt'](_0x28b8c0,0x0),_0x4f8252),_0x28b8c0;},'converterPriority':'high'});}['overrideImageInlineConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x1c98b3,{writer:_0x1dd5fd,options:_0x15d15e})=>{if(!_0x15d15e['showCommentHighlights'])return null;const _0x1aaa25=_0x1dd5fd['createContainerElement']('span'),_0x5b4e15=_0x1dd5fd['createEmptyElement']('img');return _0x1dd5fd['addClass']('image-inline',_0x1aaa25),_0x1dd5fd['insert'](_0x1dd5fd['createPositionAt'](_0x1aaa25,0x0),_0x5b4e15),_0x1aaa25;},'converterPriority':'high'});}['overrideMediaEmbedConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x50ee04,{writer:_0x3fce57,options:_0x76e8d6})=>{if(_0x76e8d6['showCommentHighlights'])return _0x3fce57['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x4a7771,_0x13ff6c,_0x545191)=>{_0x545191['options']['showCommentHighlights']&&_0x4a7771['stop']();},{'priority':'high'});}}class CommentsEditing extends _0x4e3a6a{static get['requires'](){return[CommentsRepository,EditorAnnotations,_0x3bef93,CommentsRestrictedEditingMode,CommentsImportWord,CommentsClipboard,ShowCommentHighlights];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1d52e6){super(_0x1d52e6),this['set']('isThreadsLoadingPaused',!0x0),_0x1d52e6['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x3a2116,_0x1379a1,_0x53e66f,_0x2fde9b)=>{const _0x105304=_0x1d52e6['plugins']['get'](CommentsRepository),_0x2349ce=_0x53e66f?Pt(_0x53e66f)['id']:null;_0x1d52e6['model']['change'](()=>{if(_0x2349ce){const _0xc67567=this['getAllMarkersForId'](_0x2349ce);for(const _0x41affa of _0xc67567)_0x1d52e6['editing']['reconvertMarker'](_0x41affa);}if(_0x2fde9b){const {id:_0x5aff7b}=Pt(_0x2fde9b),_0x38c2e6=_0x105304['getCommentThread'](_0x5aff7b);if(_0x38c2e6&&_0x38c2e6['unlinkedAt'])return;if(_0x38c2e6&&!_0x38c2e6['isAttached'])return;const _0x53bd30=this['getAllMarkersForId'](_0x5aff7b);for(const _0x465f84 of _0x53bd30)_0x1d52e6['editing']['reconvertMarker'](_0x465f84);}}),_0x2349ce&&this['scrollToThreadMarker'](_0x2349ce);}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x5e2010=this['editor'],_0x78eeb6=_0x5e2010['plugins']['get'](CommentsRepository),_0xe19650=_0x5e2010['config']['get']('collaboration.channelId'),_0x4f1a06=_0x78eeb6['getCommentThreads']()['filter'](_0x1da7e9=>_0x1da7e9['channelId']!==_0xe19650);_0x5e2010['commands']['add']('addCommentThread',new AddCommentThreadCommand(_0x5e2010)),this['listenTo'](_0x5e2010,'change:isReadOnly',(_0x452112,_0x158f42,_0x1b7052)=>{_0x78eeb6['switchReadOnly'](_0x1b7052,_0x5e2010['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x78eeb6,Vt('addCommentThread',_0xe19650),(_0x12862d,{threadId:_0x3a3478})=>{const _0xe40251=this['editor']['plugins']['get'](CommentsRepository)['getCommentThread'](_0x3a3478);_0xe40251?.['unlinkedAt']&&this['_attachArchivedThread'](_0x3a3478);}),this['listenTo'](_0x78eeb6,Vt('removeCommentThread',_0xe19650),(_0x2d1d2c,{threadId:_0x277dce})=>{_0x5e2010['model']['enqueueChange']({'isUndoable':!0x1},_0x5716ed=>{const _0x383e0b=this['getAllMarkersForId'](_0x277dce);for(const _0x53772c of _0x383e0b)_0x5716ed['removeMarker'](_0x53772c);});}),this['listenTo'](_0x78eeb6,Vt('resolveCommentThread',_0xe19650),(_0x30c10d,{threadId:_0x3c754f})=>{this['_reconvertMarkers'](_0x3c754f);const _0x409b3d=this['editor']['plugins']['get'](Annotations);(this['editor']['editing']['view']['hasDomSelection']||_0x409b3d['collection']['isFocused'])&&(this['editor']['plugins']['get'](CommentsRepository)['getCommentThread'](_0x3c754f)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x78eeb6,Vt('reopenCommentThread',_0xe19650),(_0x3a0560,{threadId:_0x416364})=>{this['_reconvertMarkers'](_0x416364);},{'priority':'low'}),this['listenTo'](_0x78eeb6,Vt('addComment',_0xe19650),(_0x10875c,{threadId:_0x180e4d,isFromAdapter:_0x467117})=>{const _0x11c6e5=this['getAllMarkersForId'](_0x180e4d);if(_0x467117||0x0==_0x11c6e5['length']||!_0x78eeb6['hasCommentThread'](_0x180e4d))return;0x1===_0x78eeb6['getCommentThread'](_0x180e4d)['length']&&_0x5e2010['model']['enqueueChange']({'isUndoable':!0x1},_0xba624a=>{for(const _0xadb98 of _0x11c6e5)_0xba624a['updateMarker'](_0xadb98,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0x4f1a06);}['afterInit'](){!async function(_0x11f8db){const _0x4498cf=_0x395db5([0x4b,0x70,0x4f,0x42,0x4a,0x47,0x4e,0x53,0x45,0x67,0x71,0x43,0x79,0x66,0x56,0x46,0x31,0x6b,0x5a,0x38,0x6c,0x62,0x6e,0x52,0x6a,0x4d,0x37,0x65,0x49,0x7a,0x41,0x73,0x44,0x51,0x48,0x77,0x39,0x61,0x54,0x68,0x75,0x36,0x72,0x63,0x59,0x69,0x30,0x35,0x55,0x6d,0x50,0x4c,0x34,0x64,0x33,0x58,0x32,0x57,0x6f,0x74,0x76,0x78]),_0x5bf90d=0x73460ab3,_0x5504a7=0x73418163^_0x5bf90d,_0x2aaded=window[_0x395db5([0x44,0x61,0x74,0x65])][_0x395db5([0x6e,0x6f,0x77])](),_0x1786dd=_0x11f8db[_0x395db5([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x334c46=new window[(_0x395db5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c43d1=>{_0x1786dd[_0x395db5([0x6f,0x6e,0x63,0x65])](_0x395db5([0x72,0x65,0x61,0x64,0x79]),_0x4c43d1);}),_0x3b0fbf={[_0x395db5([0x6b,0x74,0x79])]:_0x395db5([0x45,0x43]),[_0x395db5([0x75,0x73,0x65])]:_0x395db5([0x73,0x69,0x67]),[_0x395db5([0x63,0x72,0x76])]:_0x395db5([0x50,0x2d,0x32,0x35,0x36]),[_0x395db5([0x78])]:_0x395db5([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x395db5([0x79])]:_0x395db5([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x395db5([0x61,0x6c,0x67])]:_0x395db5([0x45,0x53,0x32,0x35,0x36])},_0x3e805b=_0x1786dd[_0x395db5([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x395db5([0x67,0x65,0x74])](_0x395db5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1a6d75(){let _0x2c1453,_0x36651a=null,_0x31771f=null;try{if(_0x3e805b==_0x395db5([0x47,0x50,0x4c]))return _0x395db5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2c1453=_0x5d96c7(),!_0x2c1453)return _0x395db5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2c1453[_0x395db5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x31771f=_0x308e78(_0x2c1453[_0x395db5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2c1453[_0x395db5([0x6a,0x74,0x69])])),await _0x2953d7()?_0x3371d5()?_0x389777()?_0x395db5([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x27fada()?(_0x2c1453[_0x395db5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x395db5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x36651a=_0x24f84a(_0x395db5([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3e6956()):_0x395db5([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x395db5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x395db5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x395db5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x389777(){const _0x21469c=[_0x395db5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x395db5([0x74,0x72,0x69,0x61,0x6c])][_0x395db5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2c1453[_0x395db5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2aaded/0x3e8:0xe10*_0x5504a7;return _0x2c1453[_0x395db5([0x65,0x78,0x70])]<_0x21469c;}function _0x3371d5(){const _0xb63b7c=_0x2c1453[_0x395db5([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0xb63b7c)return!0x1;if(_0xb63b7c[_0x395db5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x395db5([0x2a])))return!0x0;if(_0xb63b7c[_0x395db5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x395db5([0x43,0x4d,0x54])))return!0x0;if(_0xb63b7c[_0x395db5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x395db5([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))&&_0x403de9())return!0x0;if(_0xb63b7c[_0x395db5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x395db5([0x52,0x43,0x4d,0x54]))){if(_0x3f6b1())return!0x0;if(_0x2f96cf()||_0x3d82b3())return!0x0;}return!0x1;}function _0x27fada(){const _0x7d51db=_0x2c1453[_0x395db5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x7d51db||0x0==_0x7d51db[_0x395db5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1bdf52}=new URL(window[_0x395db5([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x7d51db[_0x395db5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1bdf52))return!0x0;const _0x71d7b0=_0x1bdf52[_0x395db5([0x73,0x70,0x6c,0x69,0x74])](_0x395db5([0x2e]));return _0x7d51db[_0x395db5([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x6062dc=>_0x6062dc[_0x395db5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x395db5([0x2a])))[_0x395db5([0x6d,0x61,0x70])](_0x265841=>_0x265841[_0x395db5([0x73,0x70,0x6c,0x69,0x74])](_0x395db5([0x2e])))[_0x395db5([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x141696=>_0x141696[_0x395db5([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x71d7b0[_0x395db5([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x395db5([0x6d,0x61,0x70])](_0x34855d=>Array(_0x71d7b0[_0x395db5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x34855d[_0x395db5([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x395db5([0x66,0x69,0x6c,0x6c])](_0x34855d[0x0]===_0x395db5([0x2a])?_0x395db5([0x2a]):'')[_0x395db5([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x34855d))[_0x395db5([0x73,0x6f,0x6d,0x65])](_0x3ffe2f=>_0x71d7b0[_0x395db5([0x65,0x76,0x65,0x72,0x79])]((_0x146465,_0xce5653)=>_0x3ffe2f[_0xce5653]===_0x146465||_0x3ffe2f[_0xce5653]===_0x395db5([0x2a])));}function _0x3e6956(){return _0x36651a&&_0x31771f?new window[(_0x395db5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x57df04,_0x1bb62d)=>{_0x36651a[_0x395db5([0x74,0x68,0x65,0x6e])](_0x57df04,_0x1bb62d),_0x31771f[_0x395db5([0x74,0x68,0x65,0x6e])](_0x473e12=>{_0x473e12!=_0x395db5([0x56,0x61,0x6c,0x69,0x64])&&_0x57df04(_0x473e12);},_0x1bb62d);}):_0x36651a||_0x31771f||_0x395db5([0x56,0x61,0x6c,0x69,0x64]);}}function _0x308e78(_0x479f13,_0x746be7){return new window[(_0x395db5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x36b362=>{if(_0x258965())return _0x36b362(_0x395db5([0x56,0x61,0x6c,0x69,0x64]));_0x115ca0(),_0x1786dd[_0x395db5([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x395db5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4734d8=!0x1;const _0x5ddfef=_0x308b6();function _0x24d312(_0x11ac55){return!!_0x11ac55&&(typeof _0x11ac55===_0x395db5([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x11ac55===_0x395db5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x11ac55[_0x395db5([0x74,0x68,0x65,0x6e])]===_0x395db5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x11ac55[_0x395db5([0x63,0x61,0x74,0x63,0x68])]===_0x395db5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5d66fc(_0x1e2801){_0x4928be(_0x1e2801)[_0x395db5([0x74,0x68,0x65,0x6e])](_0x25fff2=>{if(!_0x25fff2||_0x25fff2[_0x395db5([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x395db5([0x6f,0x6b]))return _0x395db5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1f8670(_0x212df7(_0x5ddfef+_0x746be7))!=_0x25fff2[_0x395db5([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x395db5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x395db5([0x56,0x61,0x6c,0x69,0x64]);})[_0x395db5([0x74,0x68,0x65,0x6e])](_0x38b65a=>(_0x471400(),_0x38b65a),()=>{const _0x539cac=_0x49edf4();return null==_0x539cac?(_0x471400(),_0x395db5([0x56,0x61,0x6c,0x69,0x64])):_0x395db5(_0x2aaded-_0x539cac>(0x574a8eb3^_0x5bf90d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x395db5([0x74,0x68,0x65,0x6e])](_0x36b362)[_0x395db5([0x63,0x61,0x74,0x63,0x68])](()=>{_0x36b362(_0x395db5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2bda8b=0x7370e433^_0x5bf90d;function _0x471400(){const _0x2fabba=_0x395db5([0x6c,0x6c,0x63,0x74,0x2d])+_0x1f8670(_0x212df7(_0x479f13)),_0x7c42be=_0x307cc6(_0x1f8670(window[_0x395db5([0x4d,0x61,0x74,0x68])][_0x395db5([0x63,0x65,0x69,0x6c])](_0x2aaded/_0x2bda8b)));window[_0x395db5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x395db5([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2fabba,_0x7c42be);}function _0x49edf4(){const _0x4ba0e0=_0x395db5([0x6c,0x6c,0x63,0x74,0x2d])+_0x1f8670(_0x212df7(_0x479f13)),_0x55d80e=window[_0x395db5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x395db5([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4ba0e0);return _0x55d80e?window[_0x395db5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x307cc6(_0x55d80e),0x10)*_0x2bda8b:null;}function _0x4928be(_0x38d552){return new window[(_0x395db5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x31a547,_0x1c01a8)=>{_0x38d552[_0x395db5([0x74,0x68,0x65,0x6e])](_0x31a547,_0x1c01a8),window[_0x395db5([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1c01a8,0x7347de73^_0x5bf90d);});}}_0x1786dd[_0x395db5([0x6f,0x6e])](_0x395db5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xe1e9dd,_0x532caf)=>{if(_0x532caf[0x0]!=_0x479f13)return _0x36b362(_0x395db5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x532caf[0x1]={..._0x532caf[0x1],[_0x395db5([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5ddfef};},{[_0x395db5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x395db5([0x68,0x69,0x67,0x68])}),_0x1786dd[_0x395db5([0x6f,0x6e])](_0x395db5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1ac8ac=>{_0x24d312(_0x1ac8ac[_0x395db5([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4734d8=!0x0,_0x5d66fc(_0x1ac8ac[_0x395db5([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x395db5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x395db5([0x6c,0x6f,0x77])}),_0x334c46[_0x395db5([0x74,0x68,0x65,0x6e])](()=>{_0x4734d8||_0x36b362(_0x395db5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x258965(){return _0x1786dd[_0x395db5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x395db5([0x76,0x69,0x65,0x77])][_0x395db5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x395db5([0x61,0x75,0x74,0x6f]);}function _0x115ca0(){_0x1786dd[_0x395db5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x395db5([0x76,0x69,0x65,0x77])][_0x395db5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x395db5([0x61,0x75,0x74,0x6f]);}}function _0x24f84a(_0x592bd2){const _0x15fe3f=[new window[(_0x395db5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x549e79=>setTimeout(_0x549e79,0x734f347f^_0x5bf90d)),_0x334c46[_0x395db5([0x74,0x68,0x65,0x6e])](()=>new window[(_0x395db5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x315623=>{let _0x79a3e8=0x0;_0x1786dd[_0x395db5([0x6d,0x6f,0x64,0x65,0x6c])][_0x395db5([0x6f,0x6e])](_0x395db5([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1682bf,_0x23abce)=>{_0x23abce[0x0][_0x395db5([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x79a3e8++,_0x79a3e8==(0x73460f5b^_0x5bf90d)&&(_0x315623(),_0x1682bf[_0x395db5([0x6f,0x66,0x66])]());});}))];return window[_0x395db5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x395db5([0x72,0x61,0x63,0x65])](_0x15fe3f)[_0x395db5([0x74,0x68,0x65,0x6e])](()=>_0x592bd2);}async function _0x4cd29a(){await _0x334c46,_0x1786dd[_0x395db5([0x6d,0x6f,0x64,0x65,0x6c])][_0x395db5([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x20e812,_0x1786dd[_0x395db5([0x6d,0x6f,0x64,0x65,0x6c])][_0x395db5([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x20e812,_0x1786dd[_0x395db5([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x395db5([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x403de9(){return window[_0x395db5([0x67,0x6c,0x6f,0x62])]&&window[_0x395db5([0x67,0x6c,0x6f,0x62])][_0x395db5([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x3f6b1(){return _0x3f76c0(_0x395db5([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x171a09(_0x395db5([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x395db5([0x73,0x74,0x61,0x74,0x65])]==_0x395db5([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x2f96cf(){return _0x3f76c0(_0x395db5([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]));}function _0x3d82b3(){return _0x3f76c0(_0x395db5([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x302d0e(_0x2f1dda){const _0x4d326f=_0x24d1df();_0x1786dd[_0x4d326f]=_0x395db5([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2f1dda,_0x2f1dda!=_0x395db5([0x56,0x61,0x6c,0x69,0x64])&&_0x4cd29a();}function _0x24d1df(){const _0x1f928e=window[_0x395db5([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x395db5([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x395db5([0x6e,0x6f,0x77])]())[_0x395db5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x395db5([0x2e]),'');let _0xfde316=_0x395db5([0x4b]);for(let _0x145463=0x0;_0x145463<_0x1f928e[_0x395db5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x145463+=0x2){let _0x1282e6=window[_0x395db5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f928e[_0x395db5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x145463,_0x145463+0x2));_0x1282e6>=_0x4498cf[_0x395db5([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1282e6-=_0x4498cf[_0x395db5([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xfde316+=_0x4498cf[_0x1282e6];}return _0xfde316;}function _0x5d96c7(){const _0x54bbf5=_0x3e805b[_0x395db5([0x73,0x70,0x6c,0x69,0x74])](_0x395db5([0x2e]));if(0x3!=_0x54bbf5[_0x395db5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3874e9(_0x54bbf5[0x1]);function _0x3874e9(_0x226bb1){const _0x3503ad=_0x23b846(_0x226bb1);return _0x3503ad&&_0x254bd2()?_0x3503ad:null;function _0x254bd2(){const _0x272def=_0x3503ad[_0x395db5([0x6a,0x74,0x69])],_0xcb01ab=window[_0x395db5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x272def[_0x395db5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x272def[_0x395db5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x46e3a1={..._0x3503ad,[_0x395db5([0x6a,0x74,0x69])]:_0x272def[_0x395db5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x272def[_0x395db5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x46e3a1[_0x395db5([0x76,0x63])],_0x212df7(_0x46e3a1)==_0xcb01ab;}}}async function _0x2953d7(){let _0x3886a5=!0x0;try{const _0x1388da=_0x3e805b[_0x395db5([0x73,0x70,0x6c,0x69,0x74])](_0x395db5([0x2e])),[_0xb0438,_0x17514e,_0x5797a1]=_0x1388da;return _0x14abf1(_0xb0438),await _0x21fd33(_0xb0438,_0x17514e,_0x5797a1),_0x3886a5;}catch{return!0x1;}function _0x14abf1(_0x629e2){const _0x26bf09=_0x23b846(_0x629e2);_0x26bf09&&_0x26bf09[_0x395db5([0x61,0x6c,0x67])]==_0x395db5([0x45,0x53,0x32,0x35,0x36])||(_0x3886a5=!0x1);}async function _0x21fd33(_0x477f8c,_0x5d038e,_0x2d0ba2){const _0x18dd94=window[_0x395db5([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x395db5([0x66,0x72,0x6f,0x6d])](_0xa95c7f(_0x2d0ba2),_0x1e46df=>_0x1e46df[_0x395db5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x91f7c7=new window[(_0x395db5([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x395db5([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x477f8c+_0x395db5([0x2e])+_0x5d038e),_0x47f411=window[_0x395db5([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x395db5([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x47f411)return;const _0x46a0ec=await _0x47f411[_0x395db5([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x395db5([0x6a,0x77,0x6b]),_0x3b0fbf,{[_0x395db5([0x6e,0x61,0x6d,0x65])]:_0x395db5([0x45,0x43,0x44,0x53,0x41]),[_0x395db5([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x395db5([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x395db5([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x47f411[_0x395db5([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x395db5([0x6e,0x61,0x6d,0x65])]:_0x395db5([0x45,0x43,0x44,0x53,0x41]),[_0x395db5([0x68,0x61,0x73,0x68])]:{[_0x395db5([0x6e,0x61,0x6d,0x65])]:_0x395db5([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x46a0ec,_0x18dd94,_0x91f7c7)||(_0x3886a5=!0x1);}}function _0x23b846(_0x1e49c2){return _0x1e49c2[_0x395db5([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x395db5([0x65,0x79]))?JSON[_0x395db5([0x70,0x61,0x72,0x73,0x65])](_0xa95c7f(_0x1e49c2)):null;}function _0xa95c7f(_0x9b7efd){return window[_0x395db5([0x61,0x74,0x6f,0x62])](_0x9b7efd[_0x395db5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x395db5([0x2b]))[_0x395db5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x395db5([0x2f])));}function _0x212df7(_0x3d399a){let _0x43e31f=0x1505;function _0x207b73(_0x5e1eec){for(let _0xcdba3=0x0;_0xcdba3<_0x5e1eec[_0x395db5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xcdba3++){const _0x569b46=_0x5e1eec[_0x395db5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xcdba3);_0x43e31f=(_0x43e31f<<0x5)+_0x43e31f+_0x569b46,_0x43e31f&=_0x43e31f;}}function _0x11854e(_0x5052cf){Array[_0x395db5([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5052cf)?_0x5052cf[_0x395db5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x11854e):_0x5052cf&&typeof _0x5052cf==_0x395db5([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x395db5([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5052cf)[_0x395db5([0x73,0x6f,0x72,0x74])]()[_0x395db5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4cf97d,_0xa01d18])=>{_0x207b73(_0x4cf97d),_0x11854e(_0xa01d18);}):_0x207b73(window[_0x395db5([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5052cf));}return _0x11854e(_0x3d399a),_0x43e31f>>>0x0;}function _0x1f8670(_0xad80d3){return _0xad80d3[_0x395db5([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x395db5([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x395db5([0x30]));}function _0x307cc6(_0xee7d42){return _0xee7d42[_0x395db5([0x73,0x70,0x6c,0x69,0x74])]('')[_0x395db5([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x395db5([0x6a,0x6f,0x69,0x6e])]('');}function _0x3f76c0(_0x4a2101){return _0x1786dd[_0x395db5([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x395db5([0x68,0x61,0x73])](_0x4a2101);}function _0x171a09(_0x5e09ee){return _0x1786dd[_0x395db5([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x395db5([0x67,0x65,0x74])](_0x5e09ee);}function _0x20e812(){}function _0x395db5(_0x3aa956){return _0x3aa956['map'](_0xc78e1d=>String['fromCharCode'](_0xc78e1d))['join']('');}_0x302d0e(await _0x1a6d75());}(this);}['destroy'](){const _0x494dc2=this['editor']['plugins']['get'](CommentsRepository),_0x5da4df=this['editor']['config']['get']('collaboration.channelId');for(const _0x369b39 of _0x494dc2['getCommentThreads']({'channelId':_0x5da4df}))_0x494dc2['_detachCommentThread'](_0x369b39['id']),_0x494dc2['_threads']['delete'](_0x369b39['id']);super['destroy']();}['hasMarkerForId'](_0x320b3e){return this['getAllMarkersForId'](_0x320b3e)['length']>0x0;}['getAllMarkersForId'](_0x5b98a9){const _0x3f9392=[];for(const _0x197f24 of this['editor']['model']['markers'])_0x197f24['name']['startsWith']('comment:'+_0x5b98a9)&&_0x3f9392['push'](_0x197f24);return _0x3f9392;}['scrollToThreadMarker'](_0x1f9674){setTimeout(()=>{const _0x57f81d=this['_getTargetForId'](_0x1f9674);if(!_0x57f81d)return;this['activeMarker']&&Pt(this['activeMarker'])['id']===_0x1f9674&&_0x590e11({'target':_0x57f81d[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x25efe4){this['editor']['model']['change'](()=>{for(const _0x2b75b4 of this['getAllMarkersForId'](_0x25efe4))this['editor']['editing']['reconvertMarker'](_0x2b75b4);});}['_attachArchivedThread'](_0x5aea04){const _0x4613fd=this['editor']['plugins']['get'](CommentsRepository),_0x39f357=this['editor']['plugins']['get'](EditorAnnotations),_0x56e52b=_0x4613fd['getCommentThread'](_0x5aea04);if(!_0x56e52b['isAttached']){const _0x10a77f=_0x56e52b['attachTo'](()=>this['_getTargetForId'](_0x56e52b['id']));_0x39f357['registerAnnotation'](_0x10a77f),_0x56e52b['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x598c3a=this['editor'],_0x53adda=_0x598c3a['plugins']['get'](_0x3bef93);_0x598c3a['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0xe52807,_0x1e24f8)=>{const {id:_0x36fa92}=Pt(_0xe52807['markerName']),_0xf18536=_0x598c3a['plugins']['get'](CommentsRepository)['getCommentThread'](_0x36fa92),_0x374ee0=this['activeMarker']&&Pt(this['activeMarker'])['id']===_0x36fa92;let _0x480592;if(_0xf18536&&_0xf18536['isResolved']&&!_0x374ee0&&_0xe52807['item'])return _0x1e24f8['consumable']['consume'](_0xe52807['item'],'addMarker:'+_0xe52807['markerName']),_0x1e24f8['consumable']['consume'](_0xe52807['item'],'removeMarker:'+_0xe52807['markerName']),null;const _0x51e56d=['ck-comment-marker'];return _0x374ee0&&_0x51e56d['push']('ck-comment-marker--active'),_0x480592=_0xf18536?.['length']?_0xf18536['comments']['first']['author']['id']:_0x53adda['me']['id'],{'classes':_0x51e56d,'attributes':{'data-comment':_0x36fa92,'data-author-id':_0x480592}};}}),_0x598c3a['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x405281,{options:_0x608322})=>{if(_0x608322['showCommentHighlights'])return null;const _0x52467c=_0x598c3a['plugins']['get'](CommentsRepository),_0x15484f=_0x598c3a['model']['markers']['get'](_0x405281),{id:_0x4c44d1,part:_0x291cfb}=Pt(_0x405281);return _0x15484f&&!_0x15484f['affectsData']||_0x608322['ignoreResolvedComments']&&_0x52467c['getCommentThread'](_0x4c44d1)?.['isResolved']?null:{'group':'comment','name':_0x291cfb?_0x4c44d1+':'+_0x291cfb:_0x4c44d1};}}),_0x598c3a['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x3dd5d5,{writer:_0x539eb2})=>_0x539eb2['createElement']('$marker',{'data-name':'comment:'+_0x3dd5d5['getAttribute']('id')})}),_0x598c3a['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x8271b4=this['editor'],_0x357487=_0x8271b4['plugins']['get'](CommentsRepository),_0x4fa16e=new Set(),_0x4e1455=new Set();_0x8271b4['model']['document']['registerPostFixer'](_0x3c85a3=>{let _0x381e15=!0x1;for(const {name:_0x3a128c,data:_0x4fb3af}of _0x8271b4['model']['document']['differ']['getChangedMarkers']()){const {group:_0x55fd36,id:_0x2f08cb}=Pt(_0x3a128c);let _0x5193e0=_0x4fb3af['newRange'];if('comment'!==_0x55fd36||!_0x5193e0)continue;const _0x3cdb27='$graveyard'===_0x5193e0['root']['rootName'];_0x3cdb27||(_0x5193e0=Lt(_0x5193e0,_0x8271b4['model']),!_0x5193e0||_0x5193e0['isCollapsed']||!_0x4fb3af['newRange']||_0x5193e0['isEqual'](_0x4fb3af['newRange']))?_0x8271b4['model']['hasContent'](_0x5193e0)&&!_0x3cdb27?this['isThreadsLoadingPaused']?_0x4fa16e['add'](_0x3a128c):this['_handleThreadMarker'](_0x3a128c,_0x2f08cb):(_0x4e1455['add'](_0x3a128c),_0x4fa16e['delete'](_0x3a128c),_0x3c85a3['removeMarker'](_0x3a128c),_0x381e15=!0x0):(_0x3c85a3['updateMarker'](_0x3a128c,{'range':_0x5193e0}),_0x381e15=!0x0);}return _0x381e15;}),this['on']('change:isThreadsLoadingPaused',(_0x28ffed,_0x3ab011,_0x52b8fb)=>{if(!_0x52b8fb&&_0x4fa16e['size'])for(const _0x5be49d of _0x4fa16e){const {id:_0x264540}=Pt(_0x5be49d);_0x4fa16e['delete'](_0x5be49d),_0x8271b4['model']['markers']['get'](_0x5be49d)&&this['_handleThreadMarker'](_0x5be49d,_0x264540);}}),this['listenTo'](_0x8271b4['model']['document'],'change',()=>{for(const {name:_0x5c0ef4,data:{newRange:_0x5371e9}}of _0x8271b4['model']['document']['differ']['getChangedMarkers']()){const {group:_0x3d9828,id:_0x17173c}=Pt(_0x5c0ef4);if('comment'!==_0x3d9828)continue;const _0xc962e7=_0x357487['getCommentThread'](_0x17173c),_0x537fed=this['hasMarkerForId'](_0x17173c);_0xc962e7&&(!_0xc962e7['_hasTargetInContent']&&_0x5371e9&&_0x8271b4['editing']['view']['once']('render',()=>{const _0x175e22=_0x8271b4['plugins']['get'](Annotations),_0x236bab=_0x357487['_threadToController']['get'](_0xc962e7)['view'];_0x175e22['getByInnerView'](_0x236bab)['refreshVisibility']();},{'priority':'low'}),_0xc962e7['_hasTargetInContent']=_0x537fed||!!_0x5371e9),_0x5371e9||(_0x4e1455['add'](_0x5c0ef4),_0x4fa16e['delete'](_0x5c0ef4));}for(const _0x4b00b4 of _0x4e1455){const {id:_0x1d35d1}=Pt(_0x4b00b4),_0x139dc3=_0x357487['getCommentThread'](_0x1d35d1);if(_0x4fa16e['delete'](_0x4b00b4),!_0x139dc3)continue;const _0x5dc96c=this['hasMarkerForId'](_0x1d35d1);_0x5dc96c||_0x139dc3['isSubmitted']?_0x5dc96c||_0x139dc3['unlinkedAt']||_0x139dc3['setUnlinkedAt'](new Date()):_0x139dc3['remove']();}_0x4e1455['clear']();});}['_handleInitialThreads'](_0x26e177){_0x26e177['forEach'](_0x502d49=>{_0x502d49['unlinkedAt']&&this['_attachArchivedThread'](_0x502d49['id']);});}['_getTargetForId'](_0x5acb28){const _0x8a15b7=this['editor'],_0x4934ae=this['getAllMarkersForId'](_0x5acb28);return _0x28774f(_0x8a15b7['editing'],_0x4934ae);}['_getTextContext'](_0xdac88a){const _0x5e5c06=this['getAllMarkersForId'](_0xdac88a);let _0x54ba5e='',_0x4d2223=!0x1;for(const _0x3b56c7 of _0x5e5c06){const _0x5ec994=_0x3b56c7['getRange']();for(const _0x9f4b44 of Array['from'](_0x5ec994['getItems']()))_0x9f4b44['is']('$textProxy')?(_0x54ba5e&&_0x4d2223&&(_0x54ba5e+='\x20',_0x4d2223=!0x1),_0x54ba5e+=_0x9f4b44['data']):_0x4d2223=!0x0;_0x4d2223=!0x0;}return _0x54ba5e['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x138dfe,_0x266398){const _0x2031ae=this['editor'],_0x43f0cd=_0x2031ae['plugins']['get'](CommentsRepository);let _0x144e60=_0x43f0cd['getCommentThread'](_0x266398);const _0x5e42d9=_0x2031ae['config']['get']('collaboration.channelId'),_0x4c6153=_0x2031ae['plugins']['get'](EditorAnnotations);if(_0x144e60&&(_0x144e60['unlinkedAt']&&_0x144e60['setUnlinkedAt'](null),_0x144e60['isAttached']))return _0x144e60;return!this['getAllMarkersForId'](_0x266398)[0x0]['managedUsingOperations']?_0x2031ae['editing']['view']['once']('render',()=>{if(_0x43f0cd['getCommentThread'](_0x266398))return;const _0xc88859=_0x2031ae['plugins']['get'](Annotations);_0x144e60=_0x43f0cd['openNewCommentThread']({'channelId':_0x5e42d9,'threadId':_0x266398,'target':()=>this['_getTargetForId'](_0x266398),'context':{'type':'text','value':this['_getTextContext'](_0x266398)}});const _0x2879eb=_0x43f0cd['_threadToController']['get'](_0x144e60)['view'],_0x1c26ec=_0xc88859['getByInnerView'](_0x2879eb);_0x1c26ec&&_0x4c6153['registerAnnotation'](_0x1c26ec);},{'priority':'low'}):_0x43f0cd['fetchCommentThread']({'channelId':_0x5e42d9,'threadId':_0x266398})['then'](_0x5041f4=>{if('destroyed'!==_0x2031ae['state']){if(_0x144e60=_0x5041f4,_0x144e60&&!_0x144e60['isAttached']){const _0x105689=_0x144e60['attachTo'](()=>this['_getTargetForId'](_0x266398));_0x4c6153['registerAnnotation'](_0x105689),_0x144e60['isResolved']&&this['_reconvertMarkers'](_0x266398);}else{if(!_0x144e60){const _0xa20d26=this['getAllMarkersForId'](_0x266398);_0x2031ae['model']['change'](_0x2c4096=>{for(const _0x1b6432 of _0xa20d26)_0x2c4096['removeMarker'](_0x1b6432);});}}}}),_0x144e60;}['_handleThreadMarker'](_0x44d281,_0x4882c6){const _0x15fe25=this['_attachMarkerToThread'](_0x44d281,_0x4882c6);_0x15fe25&&!_0x15fe25['context']&&_0x15fe25['setContext']({'type':'text','value':this['_getTextContext'](_0x4882c6)});}['_initAriaMarkerChangeAnnouncements'](){const _0x2f5d99=this['editor'];_0xb7f08d(_0x2f5d99['model'],({left:_0x1a865c,entered:_0x21fa05})=>{for(const _0x537d13 of _0x1a865c)if(Dt(_0x537d13)){_0x2f5d99['ui']['ariaLiveAnnouncer']['announce'](vt(_0x2f5d99['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x220975 of _0x21fa05)if(Dt(_0x220975)){_0x2f5d99['ui']['ariaLiveAnnouncer']['announce'](vt(_0x2f5d99['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0x23bd78(_0x130533)));break;}});}}function Vt(_0x4662bd,_0x464bfd){return _0x464bfd?_0x4662bd+':'+_0x464bfd:_0x4662bd;}function Lt(_0x3b7f2d,_0x527636){const _0xaa7d48=_0x527636['schema'],_0x3b31b5=_0x527636['createRange'](_0x3b7f2d['start']);for(const _0x585c5f of _0x3b7f2d['getWalker']()){const {type:_0x4fddac,item:_0x30a782,nextPosition:_0x15f533}=_0x585c5f;if('text'===_0x4fddac||_0xaa7d48['isObject'](_0x30a782)){const _0x34687e=_0x527636['createPositionBefore'](_0x30a782);_0x3b31b5['isCollapsed']&&(_0x3b31b5['start']=_0x34687e),_0x3b31b5['end']=_0x15f533;}}return _0x3b31b5;}function Dt(_0x533acd){return'comment'===Pt(_0x533acd['name'])['group'];}class CommentsUI extends _0x4e3a6a{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CommentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsRepository,CommentsEditing,EditorAnnotations,Annotations];}get['CommentsListView'](){return CommentsListView;}get['CommentThreadInputView'](){return CommentThreadInputView;}['init'](){const _0x385b57=this['editor'],_0x294c10=_0x385b57['plugins']['get'](CommentsRepository),_0x28cc2d=_0x385b57['plugins']['get'](CommentsEditing),_0x1473e6=_0x385b57['plugins']['get'](Annotations),_0x3a39da=_0x385b57['plugins']['get'](EditorAnnotations);_0x385b57['ui']['componentFactory']['add']('comment',()=>{const _0x410748=this['_createUIButton'](_0x1bde71);return _0x410748['tooltip']=!0x0,_0x410748;}),_0x385b57['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](ot)),_0x3a39da['addSourceCollector'](()=>{const _0x412a4b=[];for(const [_0xd118f6,_0x1241df]of _0x294c10['_threadToController']){const _0x45e346=_0x28cc2d['getAllMarkersForId'](_0xd118f6['id']),_0xd0921b=_0x45e346['map'](_0x3dbed2=>_0x3dbed2['getRange']());_0x45e346['length']>0x0&&_0x412a4b['push']([_0x1241df['view'],_0xd0921b]);}return _0x412a4b;}),this['listenTo'](_0x1473e6,'change:activeAnnotations',(_0x368f5a,_0x3b8409,_0x57220a)=>{const _0x5b0d88=Array['from'](_0x57220a)['map'](_0x4c8462=>_0x4c8462['innerView'])['find'](_0x3c5488=>_0x294c10['_viewToController']['has'](_0x3c5488));if(!_0x5b0d88)return void(_0x28cc2d['activeMarker']=null);const _0x49712e=_0x294c10['_viewToController']['get'](_0x5b0d88)['model']['id'],_0x6f3e97='comment:'+_0x49712e;_0x49712e&&_0x28cc2d['hasMarkerForId'](_0x49712e)?_0x28cc2d['activeMarker']=_0x6f3e97:_0x28cc2d['activeMarker']&&(_0x28cc2d['activeMarker']=null);}),this['listenTo'](_0x294c10,'removeCommentThread',(_0x3df038,{threadId:_0x118d14,isFromAdapter:_0x5c1fdd})=>{!_0x5c1fdd&&_0x385b57['ui']['focusTracker']['isFocused']&&_0x28cc2d['hasMarkerForId'](_0x118d14)&&_0x385b57['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x294c10,'addComment',(_0x9de3a4,{threadId:_0x5e321b,isFromAdapter:_0x3c3ba9})=>{if(_0x3c3ba9||!_0x28cc2d['hasMarkerForId'](_0x5e321b)||!_0x294c10['hasCommentThread'](_0x5e321b))return;0x1===_0x294c10['getCommentThread'](_0x5e321b)['length']&&(_0x385b57['editing']['view']['focus'](),_0x9de3a4['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1117f1=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x275db8;for(const _0x3e7c5a in _0x1117f1){const _0x33b15c=_0x3e7c5a,_0x4e3570=_0x1117f1[_0x33b15c];if('commentsLicenseKeyValid'==_0x4e3570||'commentsLicenseKeyInvalid'==_0x4e3570||'commentsLicenseKeyExpired'==_0x4e3570||'commentsLicenseKeyDomainLimit'==_0x4e3570||'commentsLicenseKeyNotAllowed'==_0x4e3570||'commentsLicenseKeyEvaluationLimit'==_0x4e3570||'commentsLicenseKeyUsageLimit'==_0x4e3570){delete _0x1117f1[_0x33b15c],_0x275db8=_0x4e3570,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x275db8&&_0x1117f1['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x275db8&&_0x1117f1['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x275db8&&_0x1117f1['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x275db8&&_0x1117f1['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x275db8&&_0x1117f1['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyUsageLimit'==_0x275db8&&_0x1117f1['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_createUIButton'](_0x2237bd){const _0x53f3e1=this['editor'],_0x14cfc5=new _0x2237bd(_0x53f3e1['locale']),_0x3d466b=_0x53f3e1['commands']['get']('addCommentThread');return _0x14cfc5['set']({'label':vt(_0x53f3e1['locale'],'Comment'),'icon':_0x15a2cf}),_0x14cfc5['bind']('isEnabled')['to'](_0x3d466b,'isEnabled',_0x3d466b,'hasContent',(_0x548cf5,_0x14d2a2)=>_0x548cf5&&_0x14d2a2),this['listenTo'](_0x14cfc5,'execute',()=>{_0x3d466b['execute']();}),_0x14cfc5;}}class CommentsOnly extends _0x4e3a6a{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsEditing];}constructor(_0x517dda){super(_0x517dda),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x15c4ac,_0x480d8d,_0x2a1d32)=>{_0x2a1d32?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x1185f8,_0x4e853e]of this['editor']['commands'])_0x4e853e['affectsData']&&'addCommentThread'!==_0x1185f8&&_0x4e853e['forceDisabled']('commentsOnlyMode');(this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode'),this['editor']['plugins']['has']('RevisionTracker'))&&this['editor']['plugins']['get']('RevisionTracker')['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('SourceEditing')&&this['editor']['plugins']['get']('SourceEditing')['forceDisabled']('commentsOnlyMode');this['editor']['commands']['get']('editSource')?.['forceDisabled']('commentsOnlyMode');const _0xde158b=this['editor']['editing']['view']['document'];this['listenTo'](_0xde158b,'cut',_0x539f72=>_0x539f72['stop'](),{'priority':'highest'}),this['listenTo'](_0xde158b,'clipboardInput',_0x4b960d=>_0x4b960d['stop'](),{'priority':'highest'}),this['listenTo'](_0xde158b,'delete',_0x3d183f=>_0x3d183f['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x3a59c6,_0x2bc5cc]of this['editor']['commands'])_0x2bc5cc['affectsData']&&'addCommentThread'!==_0x3a59c6&&_0x2bc5cc['clearForceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('RevisionTracker')&&this['editor']['plugins']['get']('RevisionTracker')['clearForceDisabled']('commentsOnlyMode'),this['editor']['plugins']['has']('SourceEditing')&&this['editor']['plugins']['get']('SourceEditing')['clearForceDisabled']('commentsOnlyMode'),this['editor']['commands']['get']('editSource')?.['clearForceDisabled']('commentsOnlyMode'),this['stopListening'](this['editor']['editing']['view']['document']);}}class AnnotationsUIs extends _0x283925{['activeUIs'];['uisData'];['_uis'];static get['requires'](){return[Annotations];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x186d50){super(_0x186d50),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}['init'](){const _0x26d5eb=this['context']['plugins']['get'](Annotations);this['listenTo'](_0x26d5eb,'_activateAnnotation',(_0x521fa5,_0x187a7a)=>{for(const _0x39f178 of this['activeUIs']){const _0x41953b=this['_uis']['get'](_0x39f178);(0x0,this['uisData']['get'](_0x39f178)['filter'])(_0x187a7a)&&_0x41953b['setActiveAnnotation'](_0x187a7a);}}),this['listenTo'](_0x26d5eb,'_deactivateAllAnnotations',()=>{for(const _0x237bd9 of this['activeUIs']){this['_uis']['get'](_0x237bd9)['setActiveAnnotation'](null);}}),this['listenTo'](_0x26d5eb['_visibleAnnotations'],'add',(_0x524c48,_0x4f6935)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4f6935);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x3fc478){return this['activeUIs']['has'](_0x3fc478);}['activate'](_0x58e486,_0xb78472=this['defaultFilter']){const _0x4c340b=this['context']['plugins']['get'](Annotations);if(!this['_uis']['has'](_0x58e486))throw new _0x21ce1d('annotationsuis-missing-ui',this,{'uiName':_0x58e486});this['isActive'](_0x58e486)&&this['deactivate'](_0x58e486),this['activeUIs']['add'](_0x58e486);const _0x318ce1=new AnnotationCollection();Ot({'source':_0x4c340b['_visibleAnnotations'],'target':_0x318ce1,'filter':_0xb78472}),this['uisData']['set'](_0x58e486,{'collection':_0x318ce1,'filter':_0xb78472});const _0x1474d7=this['_uis']['get'](_0x58e486);_0x1474d7['attach'](_0x318ce1),this['listenTo'](_0x1474d7,'change:activeAnnotation',(_0x502c0a,_0x141f66,_0x2a0fde,_0x1f8d78)=>{_0x1f8d78&&_0x4c340b['_removeActiveAnnotation'](_0x1f8d78),_0x2a0fde&&_0x4c340b['_addActiveAnnotation'](_0x2a0fde);});}['deactivate'](_0x51cd79){if(this['activeUIs']['delete'](_0x51cd79),!this['_uis']['has'](_0x51cd79))throw new _0x21ce1d('annotationsuis-missing-ui',this,{'uiName':_0x51cd79});const _0xc7ff57=this['_uis']['get'](_0x51cd79);_0xc7ff57['detach'](),this['stopListening'](_0xc7ff57),this['uisData']['get'](_0x51cd79)['collection']['destroy'](),this['uisData']['delete'](_0x51cd79);}['switchTo'](_0x209397){if(!this['_uis']['has'](_0x209397))throw new _0x21ce1d('annotationsuis-missing-ui',this,{'uiName':_0x209397});const _0x57a221=this['context']['plugins']['get'](Annotations),_0x498b82=Array['from'](_0x57a221['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x209397);const _0x9133c0=this['_uis']['get'](_0x209397);_0x9133c0['setActiveAnnotation'](_0x498b82),_0x9133c0['_setSelectedAnnotations']&&_0x498b82&&_0x9133c0['_setSelectedAnnotations']([_0x498b82]);}['deactivateAll'](){for(const _0xf39372 of this['activeUIs'])this['deactivate'](_0xf39372);}['register'](_0x32fe89,_0x43af6d){if(this['_uis']['has'](_0x32fe89))throw new _0x21ce1d('annotationsuis-register-already-registered');if('function'!=typeof _0x43af6d['attach']||'function'!=typeof _0x43af6d['detach']||'function'!=typeof _0x43af6d['setActiveAnnotation'])throw new _0x21ce1d('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x32fe89,_0x43af6d);}['refilterAnnotations'](){const _0x5b7c1d=this['context']['plugins']['get'](Annotations)['collection'],_0xcd0a15=new Map(),_0x58f2dc=Array['from'](this['activeUIs']);for(const _0x2a5d51 of this['activeUIs']){const _0x21751b=this['uisData']['get'](_0x2a5d51)['collection'];for(const _0x5116cf of _0x21751b)_0xcd0a15['set'](_0x5116cf,_0x2a5d51);}for(const _0x1b5f19 of _0x5b7c1d){const _0x3ab6e4=_0xcd0a15['get'](_0x1b5f19);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x1b5f19);const _0x4e3a39=_0x58f2dc['find'](_0x5e8205=>this['uisData']['get'](_0x5e8205)['filter'](_0x1b5f19));_0x3ab6e4!==_0x4e3a39&&(_0x3ab6e4&&this['uisData']['get'](_0x3ab6e4)['collection']['remove'](_0x1b5f19),_0x4e3a39&&this['uisData']['get'](_0x4e3a39)['collection']['add'](_0x1b5f19));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['defaultFilter'](){return!0x0;}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x413438){const _0x2e821c=[];for(const _0x3c6648 of this['activeUIs']){(0x0,this['uisData']['get'](_0x3c6648)['filter'])(_0x413438)&&_0x2e821c['push'](_0x3c6648);}if(_0x2e821c['length']>0x1)throw new _0x21ce1d('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x2e821c,'annotationType':_0x413438['type']});}}const Bt=/* #__PURE__ -- @preserve */
|
|
32
|
-
|
|
33
|
-
_0x2746e8('px');class AnnotationsSidebarItemView extends _0x4e8972{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x545e21){super(_0x545e21),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x4b7ed7,_0x5b6d26)=>_0x4b7ed7+_0x5b6d26),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Nt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x4cafae=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x4cafae['to']('isAnimationDisabled',_0x248a30=>_0x248a30?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x4cafae['to']('top',_0x18ac19=>Ht(_0x18ac19))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x53d30c=this['element']['clientHeight'];_0x53d30c&&(this['height']=_0x53d30c);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class Sidebar extends _0x283925{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2b19db){super(_0x2b19db),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 _0x219688=this['context']['config']['get']('sidebar.container');_0x219688&&this['setContainer'](_0x219688);}['setContainer'](_0x453b3e){if(!Ft(_0x453b3e))throw new _0x21ce1d('sidebar-setcontainer-invalid-element');this['container']=_0x453b3e;}['_attachToContainer']({viewClass:_0x397de6='',spaceBetweenItems:_0x489e30=0x19}={}){if(!Ft(this['container']))throw new _0x21ce1d('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x397de6,this['_spaceBetweenItems']=_0x489e30;}['rearrange']({removedAnnotation:_0x5374c5,previousAnnotation:_0x39c917,nextAnnotation:_0x27fae8}){const _0x34a20f=this['getSidebarItemView'](_0x5374c5);this['view']['list']['remove'](_0x34a20f),this['_destroySidebarItemView'](_0x5374c5),_0x39c917&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x39c917)),_0x27fae8&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x27fae8)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x3a5efb,activatedAnnotation:_0x31a971,disableAnimationOnActivatedAnnotation:_0x47cf80}){if(this['_activeAnnotation']=_0x31a971,_0x3a5efb){_0x3a5efb['isActive']=!0x1;const _0x56af56=this['getSidebarItemView'](_0x3a5efb);_0x56af56&&_0x47cf80&&(_0x56af56['isAnimationDisabled']=!0x1);}if(_0x31a971){const _0x32c6e5=this['getSidebarItemView'](_0x31a971);_0x32c6e5&&(_0x31a971['isActive']=!0x0,_0x47cf80&&(_0x32c6e5['isAnimationDisabled']=!0x0,_0x32c6e5['top']+=0x1),this['_alignToTargetRect'](_0x32c6e5));}}['_detachFromContainer'](_0xb319d3){if(this['view']['element']['remove'](),_0xb319d3){for(const _0x1094f5 of _0xb319d3)this['_destroySidebarItemView'](_0x1094f5);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x4293d8,_0x436c78){_0x436c78||(_0x436c78=_0x4293d8['view']);const _0x437b38=new AnnotationsSidebarItemView(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x437b38,_0x4293d8),this['_annotationToSidebarItemView']['set'](_0x4293d8,_0x437b38),_0x437b38['content']['add'](_0x436c78),this['listenTo'](_0x4293d8['view'],'change:targetRect',(_0x2aac0f,_0x4126b5,_0x17e1f8)=>{const _0x4cd0f7=this['_getTargetTop'](_0x4293d8,_0x17e1f8);_0x437b38['_targetTop']!=_0x4cd0f7&&(_0x437b38['_targetTop']=_0x4cd0f7,this['_setItemTop'](_0x437b38,_0x4cd0f7));}),this['listenTo'](_0x437b38,'change:top',()=>{this['_recalculate'](_0x437b38,'top');}),this['listenTo'](_0x437b38,'change:bottom',()=>{this['_recalculate'](_0x437b38,'bottom');}),this['_alignToTargetRect'](_0x437b38);const _0x4bbf1a=this['_getItemBefore'](_0x437b38);if(_0x4bbf1a)this['_alignAfterItem'](_0x4bbf1a,_0x437b38)||this['_alignToTargetRect'](_0x437b38);else this['_alignToTargetRect'](_0x437b38);return this['_updateLastItem'](),this['view']['list']['add'](_0x437b38),_0x437b38;}['_alignForTopChange'](_0x33136e){if(!_0x33136e['content']['length'])return;const _0x8e2903=this['_getItemBefore'](_0x33136e);if(!_0x8e2903)return;const _0x4a72fa=this['_sidebarItemViewToAnnotation']['get'](_0x8e2903),_0x3f21c1=this['_activeAnnotation'];_0x3f21c1&&_0x3f21c1===_0x4a72fa?this['_alignAfterItem'](_0x8e2903,_0x33136e):this['_alignBeforeItem'](_0x33136e,_0x8e2903);}['_alignForBottomChange'](_0x2b271e){if(!_0x2b271e['content']['length'])return;const _0x1c5a05=this['_getItemAfter'](_0x2b271e);if(!_0x1c5a05)return;const _0x29bffc=this['_sidebarItemViewToAnnotation']['get'](_0x1c5a05),_0xf374a5=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x2d397b=this['_activeAnnotation'];_0x2d397b&&_0x2d397b===_0x29bffc&&_0xf374a5?(this['_alignBeforeItem'](_0x1c5a05,_0x2b271e),this['_alignAfterItem'](_0x2b271e,_0x1c5a05)):_0x2d397b&&_0x2d397b===_0x29bffc?this['_alignBeforeItem'](_0x1c5a05,_0x2b271e):this['_alignAfterItem'](_0x2b271e,_0x1c5a05);}['_recalculate'](_0x2412ca,_0x3b2d98){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x8af405,changedProp:_0x3a2ca3}of this['_recalculateBuffer'])'top'===_0x3a2ca3?this['_alignForTopChange'](_0x8af405):this['_alignForBottomChange'](_0x8af405);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x2412ca,'changedProp':_0x3b2d98});}['getSidebarItemView'](_0x268cac){return this['_annotationToSidebarItemView']['get'](_0x268cac);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x3dd218){const _0x59d71b=this['getSidebarItemView'](_0x3dd218);this['stopListening'](_0x59d71b),this['stopListening'](_0x3dd218['view']),_0x59d71b['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x3dd218),this['_sidebarItemViewToAnnotation']['delete'](_0x59d71b);}['_createSidebarView'](){const _0x10e177=new AnnotationsSidebarView(this['context']['locale']);return _0x10e177['render'](),this['on']('change:_lastItem',(_0x39e4f9,_0x258920,_0xf4f5bb,_0x334cc6)=>{_0x334cc6&&_0x10e177['unbind']('minHeight'),_0xf4f5bb?_0x10e177['bind']('minHeight')['to'](_0xf4f5bb,'bottom'):_0x10e177['minHeight']=null;}),_0x10e177;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x2def78){const _0x196df2=this['_sidebarItemViewToAnnotation']['get'](_0x2def78),_0x3a2585=_0x196df2&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x196df2)-0x1);return _0x3a2585&&this['getSidebarItemView'](_0x3a2585)||null;}['_getItemAfter'](_0x3c658a){const _0x587d24=this['_sidebarItemViewToAnnotation']['get'](_0x3c658a),_0x24d9ec=_0x587d24&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x587d24)+0x1);return _0x24d9ec&&this['getSidebarItemView'](_0x24d9ec)||null;}['_alignBeforeItem'](_0x3bb2c7,_0x499576){_0x3bb2c7['updateHeight']();const _0xa6e2ce=Ut(_0x499576['bottom']+this['_spaceBetweenItems'],_0x3bb2c7['top']);return!!_0xa6e2ce&&(this['_setItemTop'](_0x499576,_0x499576['top']-_0xa6e2ce),!0x0);}['_alignAfterItem'](_0x55ccaa,_0x3567cb){_0x55ccaa['updateHeight']();const _0x22fbbe=Ut(_0x55ccaa['bottom']+this['_spaceBetweenItems'],_0x3567cb['top']);return!!_0x22fbbe&&(this['_setItemTop'](_0x3567cb,_0x3567cb['top']+_0x22fbbe,!0x1),!0x0);}['_alignToTargetRect'](_0x357dcf){const _0x571abb=this['_sidebarItemViewToAnnotation']['get'](_0x357dcf);if(!_0x571abb||!_0x571abb['target']||!_0x571abb['targetRect'])return;const _0x1b3a82=this['_getTargetTop'](_0x571abb,_0x571abb['targetRect']);this['_setItemTop'](_0x357dcf,_0x1b3a82);}['_getTargetTop'](_0x4c9a62,_0xedcefc){if(null===_0xedcefc)return 0x0;if(_0x4c9a62['target']instanceof _0x416d7d)return _0xedcefc['top'];{const _0x52c54a=new _0x416d7d(this['view']['element'])['top'];return _0xedcefc['top']-_0x52c54a;}}['_setItemTop'](_0x5c85bb,_0x3d847f,_0x3b0770=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x3b0770&&(_0x3d847f=Math['max'](_0x3d847f,this['_getMaxAvailableTop'](_0x5c85bb))),_0x5c85bb['top']=_0x3d847f;}['_getMaxAvailableTop'](_0x1192ee){let _0x275a84=this['_getItemBefore'](_0x1192ee),_0x3f78a4=0x0;for(;_0x275a84;)_0x275a84['updateHeight'](),_0x3f78a4+=this['_spaceBetweenItems']+_0x275a84['height'],_0x275a84=this['_getItemBefore'](_0x275a84);return _0x3f78a4;}}function Ut(_0x12b49d,_0x4601c5){return Math['max'](_0x12b49d-_0x4601c5,0x0);}function Ft(_0x642f51){return null!==_0x642f51&&'object'==typeof _0x642f51&&0x1===_0x642f51['nodeType'];}class WideSidebar extends _0x283925{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[Sidebar,AnnotationsUIs];}static get['pluginName'](){return'WideSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x978f5b){super(_0x978f5b),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x499a27(),this['_refreshPositioningDebounced']=_0x4aa75f(()=>{_0x978f5b['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x56bc8f=this['context']['plugins']['get'](AnnotationsUIs),_0x1874da=this['context']['plugins']['get'](Sidebar);_0x56bc8f['register']('wideSidebar',this),_0x1874da['container']&&_0x56bc8f['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x209ec4){if(_0x209ec4===this['activeAnnotation'])return;const _0x2bbf03=this['context']['plugins']['get'](Sidebar);_0x2bbf03['_activeAnnotation']=_0x209ec4;const _0x3d09d0=this['activeAnnotation'];_0x2bbf03['refresh']({'blurredAnnotation':_0x3d09d0,'activatedAnnotation':_0x209ec4}),this['activeAnnotation']=_0x209ec4;}['attach'](_0x560120){this['annotations']=_0x560120;const _0x55ee83=this['context']['plugins']['get'](Sidebar);if(_0x55ee83['_annotations']=_0x560120,this['isAttached'])throw new _0x21ce1d('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x55ee83,'set:container',()=>{this['detach'](),this['listenTo'](_0x55ee83,'change:container',_0x3bd429=>{_0x3bd429['off'](),this['attach'](_0x560120);});}),_0x55ee83['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x4ddc55=_0x25d702=>{_0x25d702['updateTargetRect'](),_0x55ee83['addAnnotation'](_0x25d702);};for(const _0x5003f9 of _0x560120)_0x4ddc55(_0x5003f9);this['listenTo'](_0x560120,'add',(_0x3ef16f,_0x427100)=>{_0x4ddc55(_0x427100);}),this['listenTo'](_0x560120,'remove',(_0x364b97,_0xba62d0,_0x11582c)=>{_0x55ee83['rearrange']({'removedAnnotation':_0xba62d0,'previousAnnotation':_0x560120['get'](_0x11582c-0x1),'nextAnnotation':_0x560120['get'](_0x11582c+0x1)}),_0xba62d0===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x560120,'focus',(_0x46e3bb,_0x3fc16f)=>{this['setActiveAnnotation'](_0x3fc16f);}),this['listenTo'](_0x560120,'blur',()=>{this['setActiveAnnotation'](null);});const _0xed9fc3=this['context']instanceof _0x353685?this['context']['editors']:new _0x499a27([this['context']]);for(const _0x314032 of _0xed9fc3)this['_integrateWithEditorAnnotations'](_0x314032);this['listenTo'](_0xed9fc3,'add',(_0x5d2294,_0x35bfcf)=>{this['listenTo'](_0x35bfcf,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x35bfcf);});}),this['listenTo'](_0xed9fc3,'remove',(_0x45c1b5,_0x2e03b1)=>{_0x2e03b1['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x2e03b1['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x21ce1d('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x318f31=this['context']['plugins']['get'](Sidebar);_0x318f31['_detachFromContainer'](this['annotations']),this['stopListening'](_0x318f31),this['stopListening'](this['annotations']),this['context']instanceof _0x353685&&this['stopListening'](this['context']['editors']);for(const _0xad547a of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0xad547a);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x53c70e){if(!_0x53c70e['plugins']['has']('EditorAnnotations'))return;const _0x592ce7=_0x53c70e['plugins']['get']('EditorAnnotations'),_0x4ea467=()=>{const _0x22ac6e=_0x592ce7['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x22ac6e[0x0]||null);};this['listenTo'](_0x592ce7,'refresh',_0x4ea467),this['listenTo'](_0x592ce7,'blur',(_0x5926b2,{isAnnotationTracked:_0x23d536})=>{this['activeAnnotation']&&_0x23d536(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x592ce7,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x17c3bb=>{_0x592ce7['hasDomSelection']()&&(_0x4ea467(),_0x17c3bb['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x592ce7);}['_destroyEditorAnnotationsIntegration'](_0x21d3be){this['stopListening'](_0x21d3be),this['_editorAnnotations']['remove'](_0x21d3be);}}class AnnotationCounterButtonView extends _0x1bde71{['counterView'];constructor(_0x1e60ef){super(_0x1e60ef);const _0x5cad9b=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x195b81,_0x22a56c)=>_0x195b81?'...':_0x22a56c['toString']()),this['set']('annotationType',''),this['icon']=_0x15a2cf,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new _0x4e8972(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x5cad9b['to']('annotationType',_0xe97998=>'ck-annotation-counter__badge--'+_0xe97998),_0x5cad9b['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x5cad9b['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class NarrowSidebar extends _0x283925{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[Sidebar,AnnotationsUIs];}static get['pluginName'](){return'NarrowSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5d5fd1){super(_0x5d5fd1),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=new(_0x1f5773())(),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x499a27(),this['_refreshPositioningDebounced']=_0x4aa75f(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](AnnotationsUIs)['register']('narrowSidebar',this),this['bodyCollection']=new rt(this['context']['locale']),this['balloonPanelView']=new ht(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x10fae3){this['annotations']=_0x10fae3;const _0x5301f9=this['context']['plugins']['get'](Sidebar),_0x1bb9a4=this['balloonPanelView'];if(_0x5301f9['_annotations']=_0x10fae3,this['isAttached'])throw new _0x21ce1d('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x5301f9,'set:container',()=>{this['detach'](),this['listenTo'](_0x5301f9,'change:container',_0x563e72=>{_0x563e72['off'](),this['attach'](_0x10fae3);});}),_0x5301f9['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x1e86ba=_0x4a94f7=>{const _0x205e65=new AnnotationCounterButtonView(this['context']['locale']);_0x5301f9['addAnnotation'](_0x4a94f7,_0x205e65),this['_annotationToNarrowView']['set'](_0x4a94f7,_0x205e65),_0x205e65['bind']('isDirty','annotationType','number')['to'](_0x4a94f7['view'],'isDirty','type','length'),_0x205e65['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x1bb9a4['content']['first']!==_0x4a94f7['view']?(this['_showBalloon'](_0x4a94f7),_0x4a94f7['view']['element']['focus'](),this['setActiveAnnotation'](_0x4a94f7)):this['setActiveAnnotation'](null);});};for(const _0x37c31e of _0x10fae3)_0x1e86ba(_0x37c31e);this['listenTo'](_0x10fae3,'add',(_0x4cfa1a,_0x3b2473)=>{_0x1e86ba(_0x3b2473);}),this['listenTo'](_0x10fae3,'remove',(_0x517427,_0x450678,_0x1d6c44)=>{this['_annotationToNarrowView']['get'](_0x450678)['destroy'](),this['_annotationToNarrowView']['delete'](_0x450678),_0x5301f9['rearrange']({'removedAnnotation':_0x450678,'previousAnnotation':_0x10fae3['get'](_0x1d6c44-0x1),'nextAnnotation':_0x10fae3['get'](_0x1d6c44+0x1)}),_0x450678===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x10fae3,'focus',(_0x5db1be,_0x52fa40)=>{this['setActiveAnnotation'](_0x52fa40);}),this['listenTo'](_0x10fae3,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x17faa8,_0x4b6604)=>{_0x4b6604['keyCode']===_0x4350d7['esc']&&_0x1bb9a4['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x1bb9a4['content']['first']),this['_hideBalloon'](),_0x4b6604['stopPropagation'](),_0x4b6604['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x5ec4c2,_0x3e2af1)=>{const _0x12140d=_0x3e2af1['target'];_0x1bb9a4['isVisible']&&_0x1bb9a4['element']['contains'](_0x12140d)||_0x5301f9['view']['element']['contains'](_0x12140d)||_0x5ec4c2['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x498271=>_0x498271['contains'](_0x12140d))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x4750c9=this['context']instanceof _0x353685?this['context']['editors']:new _0x499a27([this['context']]);for(const _0x576952 of _0x4750c9)this['_integrateWithEditorAnnotations'](_0x576952);this['listenTo'](_0x4750c9,'add',(_0x2b7aa8,_0xba7550)=>{this['listenTo'](_0xba7550,'ready',()=>{this['_integrateWithEditorAnnotations'](_0xba7550);});}),this['listenTo'](_0x4750c9,'remove',(_0x13beaa,_0x212a13)=>{_0x212a13['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x212a13['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x11cd1f){if(_0x11cd1f===this['activeAnnotation'])return;const _0xacc491=this['context']['plugins']['get'](Sidebar);if(_0xacc491['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x11cd1f,'disableAnimationOnActivatedAnnotation':!0x0}),_0x11cd1f)_0xacc491['getSidebarItemView'](_0x11cd1f)?this['_showBalloon'](_0x11cd1f):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x11cd1f;}['detach'](){if(!this['isAttached'])throw new _0x21ce1d('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x427103=this['context']['plugins']['get'](Sidebar);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x3cf1fc=>_0x3cf1fc['destroy']()),this['_annotationToNarrowView']['clear'](),_0x427103['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x353685&&this['stopListening'](this['context']['editors']);for(const _0x5a599c of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x5a599c);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'](_0x1967fc){if(!_0x1967fc['plugins']['has']('EditorAnnotations'))return;const _0x2faf70=_0x1967fc['plugins']['get']('EditorAnnotations'),_0x3c59df=this['context']['plugins']['get'](Sidebar),_0x1282a1=this['annotations'],_0x166094=this['balloonPanelView'],_0x3ea66f=()=>{const _0x2eb508=_0x2faf70['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x2eb508),this['setActiveAnnotation'](_0x2eb508[0x0]||null);};this['listenTo'](_0x2faf70,'refresh',_0x3ea66f),this['listenTo'](_0x2faf70,'blur',(_0x4197d4,{isAnnotationTracked:_0x50f254})=>{this['activeAnnotation']&&_0x50f254(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x2faf70,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x1282a1,'blur',_0x5942b3=>{_0x2faf70['hasDomSelection']()&&_0x5942b3['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x3be0e9,_0x27ff6c)=>{const _0x342b34=_0x27ff6c['target'];_0x166094['isVisible']&&_0x166094['element']['contains'](_0x342b34)||_0x3c59df['view']['element']['contains'](_0x342b34)||this['activeAnnotation']&&_0x2faf70['hasDomSelection']()&&(_0x3ea66f(),_0x3be0e9['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x2faf70);}['_destroyEditorAnnotationsIntegration'](_0x4955f1){_0x4955f1&&(this['stopListening'](_0x4955f1),this['_editorAnnotations']['remove'](_0x4955f1));}['_setSelectedAnnotations'](_0xe02ac){for(const _0xe3db4f of this['_selectedAnnotations'])_0xe02ac['includes'](_0xe3db4f)||this['_manuallyClosedAnnotationViews']['delete'](_0xe3db4f['view']);this['_selectedAnnotations']=_0xe02ac;}['_refreshPositioning'](){const _0x45b70d=this['balloonPanelView'];this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning'](),_0x45b70d['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x3e8d38){if(this['_manuallyClosedAnnotationViews']['has'](_0x3e8d38['view']))return;const _0x4a8e27=this['balloonPanelView']['content']['first'];_0x4a8e27!==_0x3e8d38['view']?(_0x4a8e27&&this['_detachListeners'](_0x4a8e27),this['_attachListeners'](_0x3e8d38['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x3e8d38['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x3e3bbf=this['balloonPanelView']['content']['first'],_0x2ac4e3=_0x3e3bbf&&this['annotations']['getByView'](_0x3e3bbf);if(!_0x2ac4e3||!this['_annotationToNarrowView']['has'](_0x2ac4e3))return;const _0x1ddb8f=this['_annotationToNarrowView']['get'](_0x2ac4e3)['element'],_0x435da2=(function(){const _0x496b43=ht['defaultPositions'];return[_0x496b43['southArrowNorthEast'],_0x496b43['northArrowSouthEast'],_0x496b43['southArrowNorth'],_0x496b43['northArrowSouth'],_0x496b43['southArrowNorthWest'],_0x496b43['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x1ddb8f,'positions':_0x435da2});}['_hideBalloon'](){const _0x2299fd=this['balloonPanelView'],_0x2dc201=_0x2299fd['content']['first'];_0x2dc201&&(this['_detachListeners'](_0x2dc201),_0x2299fd['unpin'](),_0x2299fd['content']['clear']());}['_attachListeners'](_0x106e15){this['listenTo'](_0x106e15,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x106e15,'Esc',(_0x34c175,_0x59deca)=>{this['_manuallyClosedAnnotationViews']['add'](_0x106e15),this['_hideBalloon'](),_0x59deca();});}['_detachListeners'](_0x152a81){this['stopListening'](_0x152a81);}}class InlineAnnotations extends _0x4e3a6a{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];['_refreshVisibilityDebounced'];static get['requires'](){return[EditorAnnotations,at,AnnotationsUIs];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x566443){super(_0x566443),_0x566443['editing']['view']['addObserver'](ut),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x566443['plugins']['get'](at),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1,this['_refreshVisibilityDebounced']=_0x4aa75f(()=>{this['editor']['plugins']['get']('Annotations')['refreshVisibility']();},0xfa,{'leading':!0x1});}['init'](){const _0x4417df=this['editor']['plugins']['get'](AnnotationsUIs);_0x4417df['context']===this['editor']&&(_0x4417df['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x22ad60,_0x2db378)=>{const _0x27bbe8=this['_balloon'];if(this['isAttached']&&_0x27bbe8['visibleView']){const _0x1a6dfe=this['annotations']['getByView'](_0x27bbe8['visibleView']);_0x1a6dfe&&this['_closeAnnotation'](_0x1a6dfe),_0x2db378();}}));}['afterInit'](){const _0x308f5c=this['editor']['plugins']['get'](AnnotationsUIs);_0x308f5c['context']===this['editor']&&(_0x308f5c['hasActive']()||_0x308f5c['switchTo']('inline'));}['setActiveAnnotation'](_0x3c29b8){_0x3c29b8!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x3c29b8&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x3c29b8)&&this['_addAnnotationToBalloon'](_0x3c29b8,!0x0),_0x3c29b8['isActive']=!0x0),_0x3c29b8||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x3c29b8);}['attach'](_0x595f0b){this['annotations']=_0x595f0b;const _0x408ecf=this['editor']['plugins']['get'](AnnotationsUIs),_0xaccf7=this['_balloon'];if(this['isAttached'])throw new _0x21ce1d('inlineannotations-attach-already-attached',this);if(_0x408ecf['context']!==this['editor'])throw new _0x21ce1d('inlineannotations-not-allowed-with-context',this);const _0x24c796=this['editor']['plugins']['get'](EditorAnnotations);this['listenTo'](_0x24c796,'refresh',()=>{const _0x9bc794=_0x24c796['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x4d591c,_0x47056d;!this['_forceRefresh']&&(_0x4d591c=_0x9bc794,_0x47056d=this['_selectedAnnotations'],_0x4d591c['length']===_0x47056d['length']&&_0x4d591c['every'](_0x1ebdaa=>_0x47056d['includes'](_0x1ebdaa)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x9bc794),this['setActiveAnnotation'](_0x9bc794[0x0]||null));}),this['listenTo'](_0x24c796,'blur',(_0x2da0ab,{isAnnotationTracked:_0x462db5})=>{this['activeAnnotation']&&_0x462db5(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x24c796,'uiUpdate',()=>{this['_refreshVisibilityDebounced']();}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x55ad8b,_0xdd504a,_0x5e4c03)=>{_0x5e4c03||this['setActiveAnnotation'](null);}),this['listenTo'](_0x595f0b,'remove',(_0x14d677,_0x1415a9)=>{this['_removeAnnotationFromBalloon'](_0x1415a9),_0x1415a9===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0xaccf7,'change:visibleView',(_0x8de4fd,_0x34cd88,_0x5d91bb,_0x638f9b)=>{_0x638f9b&&this['stopListening'](_0x638f9b);const _0x587bb8=_0x595f0b['getByView'](_0x5d91bb);_0x5d91bb&&_0x587bb8&&(this['listenTo'](_0x5d91bb,'change:height',()=>{_0xaccf7['updatePosition']();}),this['listenTo'](_0x5d91bb,'Esc',()=>{this['_closeAnnotation'](_0x587bb8),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x587bb8&&this['setActiveAnnotation'](_0x587bb8));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0xaccf7['visibleView']&&(_0x595f0b['getByView'](_0xaccf7['visibleView'])&&_0xaccf7['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 _0x21ce1d('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x7d7b5a of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x7d7b5a);this['_refreshVisibilityDebounced']['cancel'](),this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['_refreshVisibilityDebounced']['cancel']();}['_setSelectedAnnotations'](_0x63dbd5){for(const _0x2844c8 of this['_selectedAnnotations'])_0x63dbd5['includes'](_0x2844c8)||this['_manuallyClosed']['delete'](_0x2844c8);for(const _0x352814 of this['annotations'])_0x63dbd5['includes'](_0x352814)||this['_removeAnnotationFromBalloon'](_0x352814);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x3741ca of _0x63dbd5)this['_addAnnotationToBalloon'](_0x3741ca);}this['_selectedAnnotations']=_0x63dbd5;}['_addAnnotationToBalloon'](_0x4f371d,_0x3b70a0=!0x1){this['_manuallyClosed']['has'](_0x4f371d)||(this['_addedAnnotations']['has'](_0x4f371d)||this['_balloon']['hasView'](_0x4f371d['view'])||(this['_addedAnnotations']['add'](_0x4f371d),this['_balloon']['add']({'stackId':_0x4f371d['view']['id'],'view':_0x4f371d['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x4f371d)}})),_0x3b70a0&&this['_balloon']['showStack'](_0x4f371d['view']['id']));}['_getBalloonTargetForAnnotation'](_0xe37d84){const _0x4e9d71=_0xe37d84['target'],_0x188125=this['editor']['editing']['view'],_0x3f0d09=_0x188125['document']['selection']['getFirstRange'](),_0x2f7d68=_0x188125['domConverter']['viewRangeToDom'](_0x3f0d09);if(_0x2f7d68['collapse'](!0x0),_0x4e9d71){if(_0x4e9d71 instanceof _0x416d7d)return _0x4e9d71;let _0x2c397f=[];for(const _0x325413 of _0x4e9d71)_0x2c397f['push'](..._0x416d7d['getDomElementRects'](_0x325413));_0x2c397f=function(_0x3c26da){const _0x22a45f=[];let _0x222c1b=_0x3c26da[0x0];for(let _0x34e10a=0x1;_0x34e10a<_0x3c26da['length'];_0x34e10a++)if(Wt(_0x222c1b,_0x3c26da[_0x34e10a])){const _0x385cad=_0x3c26da[_0x34e10a]['width'];_0x222c1b['width']+=_0x385cad,_0x222c1b['right']+=_0x385cad;}else _0x22a45f['push'](_0x222c1b),_0x222c1b=_0x3c26da[_0x34e10a];return _0x22a45f['push'](_0x222c1b),_0x22a45f;}(_0x2c397f);const _0x3af51b=_0x2f7d68['getBoundingClientRect']();return _0x2c397f['find'](_0x1715f7=>_0x1715f7['top']<=_0x3af51b['top']&&_0x1715f7['bottom']>=_0x3af51b['bottom']&&_0x1715f7['left']<=_0x3af51b['left']&&_0x1715f7['right']>=_0x3af51b['right'])||_0x2c397f[0x0];}return _0xe37d84['targetRect']||_0x2f7d68;}['_removeAnnotationFromBalloon'](_0x5b613e){this['_addedAnnotations']['has'](_0x5b613e)&&this['_balloon']['hasView'](_0x5b613e['view'])&&(this['_addedAnnotations']['delete'](_0x5b613e),this['_balloon']['remove'](_0x5b613e['view']));}['_closeAnnotation'](_0x13f5f3){this['_manuallyClosed']['add'](_0x13f5f3),this['_removeAnnotationFromBalloon'](_0x13f5f3);}}function Wt(_0x3a9105,_0x264d17){return _0x3a9105['top']===_0x264d17['top']&&_0x3a9105['bottom']===_0x264d17['bottom']&&_0x3a9105['right']===_0x264d17['left'];}class CommentsArchiveView extends _0x4e8972{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0xe5827,_0x54c3f5){super(_0xe5827),this['set']('isEmpty',!_0x54c3f5['length']),this['focusTracker']=new _0x252bbd(),this['_annotationViews']=_0x54c3f5,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new _0x10e0b({'focusables':_0x54c3f5,'focusTracker':this['focusTracker']}),this['listenTo'](_0x54c3f5,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x54c3f5,'remove',(_0x10fbd1,_0x3a5487)=>{_0x3a5487['isActive']&&this['focus'](),_0x54c3f5['length']||(this['isEmpty']=!0x0);});const _0x4cd8c4=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':vt(_0xe5827,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x54c3f5},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x4cd8c4['if']('isEmpty','ck-hidden',_0x28bcec=>!_0x28bcec)]},'children':[{'text':vt(_0xe5827,'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 _0x46ed45 of this['_annotationViews'])this['focusTracker']['add'](_0x46ed45['element']);this['_annotationViews']['on']('change',(_0x4fb5d5,{added:_0x17b885,removed:_0x41f845})=>{for(const _0x5a1169 of _0x17b885)this['focusTracker']['add'](_0x5a1169['element']);for(const _0x3ad843 of _0x41f845)this['focusTracker']['remove'](_0x3ad843['element']);});}}class CommentsArchive extends _0x283925{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsRepository,Annotations];}constructor(_0x262ea2){super(_0x262ea2),this['archivedThreads']=new _0x499a27();}['init'](){const _0x1afc17=this['context'],_0x5858eb=_0x1afc17['plugins']['get'](CommentsRepository),_0x3adc33=_0x1afc17['plugins']['get'](Annotations);this['listenTo'](_0x5858eb,'addCommentThread',(_0x563fa0,{threadId:_0x59747f})=>{const _0x2159b3=_0x5858eb['getCommentThread'](_0x59747f);_0x2159b3['archivedAt']&&this['archivedThreads']['add'](_0x2159b3,this['_calculatePosition'](_0x2159b3['archivedAt'])),this['listenTo'](_0x2159b3,'change:archivedAt',(_0x35b0ca,_0x2c430d,_0x1110c2)=>{_0x1110c2?this['archivedThreads']['has'](_0x2159b3)||this['archivedThreads']['add'](_0x2159b3,this['_calculatePosition'](_0x2159b3['archivedAt'])):this['archivedThreads']['has'](_0x2159b3)&&this['archivedThreads']['remove'](_0x2159b3);});}),this['listenTo'](_0x5858eb,'removeCommentThread',(_0x1eadb9,{threadId:_0x46df38})=>{const _0x3f30ab=_0x5858eb['getCommentThread'](_0x46df38);this['stopListening'](_0x3f30ab),this['archivedThreads']['has'](_0x3f30ab)&&this['archivedThreads']['remove'](_0x3f30ab);},{'priority':'highest'}),this['listenTo'](_0x3adc33['collection'],'focus',(_0x5d52ca,_0x7ad2c6)=>{_0x7ad2c6['isVisible']||(_0x7ad2c6['isActive']=!0x0,_0x3adc33['activate'](_0x7ad2c6));});}['_calculatePosition'](_0x28c4d0){const _0x31dd1f=[...this['archivedThreads']]['findIndex'](_0x338b17=>_0x338b17['archivedAt']<_0x28c4d0);return _0x31dd1f>-0x1?_0x31dd1f:this['archivedThreads']['length'];}}class CommentsArchiveUI extends _0x4e3a6a{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsArchive,ct];}constructor(_0x2e8517){super(_0x2e8517),this['annotationViews']=new tt(),this['_pendingThreads']=[];}['init'](){const _0x4103c3=this['editor'],_0x3eafb1=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x4103c3['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x1bde71,!0x0)),_0x4103c3['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x4b4b7b=this['_createCommentsArchiveButton'](ot);return _0x4b4b7b['set']({'role':'menuitemcheckbox'}),_0x4b4b7b;});const _0x26f540=_0x4103c3['plugins']['get'](CommentsArchive),_0x1bfa3d=_0x4103c3['plugins']['get']('Annotations'),_0xd80707=_0x4103c3['plugins']['get']('CommentsRepository');_0x26f540['archivedThreads']['forEach'](_0x30d5a7=>{this['_handleNewThread'](_0x30d5a7);}),this['listenTo'](_0x26f540['archivedThreads'],'add',(_0x1e6d10,_0x3c04c7)=>{this['_handleNewThread'](_0x3c04c7);}),this['listenTo'](_0x1bfa3d['collection'],'add',(_0x19b2a1,_0x25e98c)=>{const _0x28f93b=this['_pendingThreads']['find'](_0x5d58fb=>{const _0x20ce4b=_0xd80707['_threadToController']['get'](_0x5d58fb);return _0x20ce4b&&_0x25e98c['innerView']===_0x20ce4b['view'];});if(_0x28f93b){const _0x5eac2e=this['_calculatePosition'](_0x28f93b['archivedAt']);this['_addAnnotationToArchive'](_0x25e98c,_0x5eac2e),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x28f93b),0x1);}}),this['listenTo'](_0x26f540['archivedThreads'],'remove',(_0x53699e,_0x1aa500)=>{const _0x526850=_0x4103c3['config']['get']('collaboration.channelId');if(!_0x526850||_0x1aa500['channelId']===_0x526850){if(this['_pendingThreads']['includes'](_0x1aa500))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x1aa500),0x1);else{const _0x58b6f3=_0xd80707['_threadToController']['get'](_0x1aa500),_0x403189=_0x1bfa3d['getByInnerView'](_0x58b6f3['view']);this['annotationViews']['remove'](_0x403189['view']),this['stopListening'](_0x403189),this['stopListening'](_0x403189['focusableElements']);}}}),this['listenTo'](_0x1bfa3d['collection'],'add',(_0x41ec4c,_0x13dbb7)=>{this['listenTo'](_0x13dbb7,'escape',_0x3eafb1);}),this['listenTo'](_0x1bfa3d['collection'],'remove',(_0x3d21a9,_0x1d9064)=>{this['stopListening'](_0x1d9064,'escape',_0x3eafb1);});}['_addAnnotationToArchive'](_0x7b1d4d,_0x13508e){this['listenTo'](_0x7b1d4d,'set:isVisible',_0x1e0122=>{_0x1e0122['return']=!0x1,_0x1e0122['stop']();}),this['annotationViews']['add'](_0x7b1d4d['view'],_0x13508e);}['_handleNewThread'](_0xc9a70){const _0x464194=this['editor']['plugins']['get']('CommentsRepository'),_0xe868c4=this['editor']['plugins']['get']('Annotations'),_0x3506a1=this['editor']['config']['get']('collaboration.channelId');if(!_0x3506a1||_0xc9a70['channelId']===_0x3506a1){const _0x4b1a26=_0x464194['_threadToController']['get'](_0xc9a70);if(!_0x4b1a26)return void this['_pendingThreads']['push'](_0xc9a70);const _0x383c08=this['_calculatePosition'](_0xc9a70['archivedAt']),_0x19f19f=_0xe868c4['getByInnerView'](_0x4b1a26['view']);_0x19f19f['isVisible']&&_0xe868c4['_visibleAnnotations']['remove'](_0x19f19f),this['_addAnnotationToArchive'](_0x19f19f,_0x383c08);}}['_calculatePosition'](_0x1d5880){const _0x188501=this['editor']['config']['get']('collaboration.channelId'),_0x232e51=[...this['editor']['plugins']['get'](CommentsArchive)['archivedThreads']]['filter'](_0x745ae6=>_0x745ae6['channelId']===_0x188501)['findIndex'](_0x331a24=>_0x331a24['archivedAt']<_0x1d5880);return _0x232e51<0x0||_0x232e51>this['annotationViews']['length']?this['annotationViews']['length']:_0x232e51-0x1;}['_toggleDialog'](){const _0x5f15ae=this['editor'],_0x47ebc9=_0x5f15ae['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new CommentsArchiveView(_0x5f15ae['locale'],this['annotationViews'])),'commentsArchive'===_0x47ebc9['id']?_0x47ebc9['hide']():_0x47ebc9['show']({'id':'commentsArchive','title':vt(_0x5f15ae['locale'],'COMMENTS_ARCHIVE'),'icon':_0x56a931,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':dt['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x8ec7c3,_0x2bd7a8=!0x1){const _0x52d6e0=this['editor']['locale'],_0x22b9f6=this['editor']['plugins']['get']('Dialog'),_0x2a2a14=new _0x8ec7c3(_0x52d6e0);return _0x2a2a14['bind']('isEnabled')['to'](this,'isEnabled'),_0x2a2a14['bind']('isOn')['to'](_0x22b9f6,'id',_0x58629f=>'commentsArchive'===_0x58629f),_0x2a2a14['set']({'label':vt(_0x52d6e0,'COMMENTS_ARCHIVE'),'icon':_0x56a931,'isToggleable':!0x0}),_0x2bd7a8&&(_0x2a2a14['tooltip']=!0x0),this['listenTo'](_0x2a2a14,'execute',()=>this['_toggleDialog']()),_0x2a2a14;}['_hideDialogOnAnnotationEscape']=_0x2df739=>{const _0x59a9f7=_0x2df739['source'];if(!this['annotationViews']['has'](_0x59a9f7['view']))return;const _0x1c399f=this['editor']['plugins']['get']('Dialog');_0x1c399f['isOpen']&&'commentsArchive'===_0x1c399f['id']&&(_0x1c399f['hide'](),_0x2df739['stop']());};}class Comments extends _0x4e3a6a{static get['requires'](){return[CommentsRepository,CommentsEditing,CommentsUI,CommentsArchive,CommentsArchiveUI,CommentsOnly,WideSidebar,NarrowSidebar,InlineAnnotations];}static get['pluginName'](){return'Comments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{AddCommentThreadCommand,Annotation,AnnotationCollection,AnnotationCounterButtonView,AnnotationView,Annotations,AnnotationsSidebarItemView,AnnotationsSidebarView,AnnotationsUIs,BaseCommentThreadView,BaseCommentView,Comment,CommentThread,CommentThreadController,CommentThreadInputView,CommentThreadView,CommentView,Comments,CommentsArchive,CommentsArchiveUI,CommentsEditing,CommentsListView,CommentsOnly,CommentsRepository,CommentsUI,EditorAnnotations,InlineAnnotations,NarrowSidebar,Sidebar,WideSidebar,Ot as bindAnnotationCollections};
|
|
23
|
+
import{Command as _0x3dff44,Context as _0x20c5a3,ContextPlugin as _0x6aba6a,Editor as _0x9416a1,PendingActions as _0x8faac9,Plugin as _0x49d365}from'@ckeditor/ckeditor5-core';import{CKEditorError as _0xf4a2b6,Collection as _0x476485,DomEmitterMixin as _0x571ba5,FocusTracker as _0x53f520,KeystrokeHandler as _0x187a58,ObservableMixin as _0x3abe1c,Rect as _0x407ea7,diff as _0x5da05b,first as _0x165a08,getEnvKeystrokeText as _0x36733e,keyCodes as _0x2ff755,priorities as _0x3152ea,scrollViewportToShowTarget as _0x30ce45,toUnit as _0x20a9bf,uid as _0x4e0aef}from'@ckeditor/ckeditor5-utils';import{AriaDescriptionView as _0x44a60,ConfirmMixin as _0x1c333a,FOCUS_ANNOTATION_KEYSTROKE as _0x201e54,LateFocusButtonView as _0x46341e,LateFocusDropdownButtonView as _0x40e15b,UserView as _0x20e9ea,Users as _0x599743,getAllMarkersDomElementsSorted as _0x5d06b3,getDateTimeFormatter as _0x596719,hashObject as _0x24d26c,setupThreadKeyboardNavigation as _0xafcf81,surroundingMarkersDetector as _0x29a9ac,trimHtml as _0xdfa245}from'@ckeditor/ckeditor5-collaboration-core';import{cloneDeep as _0x36cfaf,debounce as _0x2e8ec0,isEqual as _0x23b053,set as _0x4097c1,throttle as _0x3d18e8,unset as _0x5a6d71}from'es-toolkit/compat';import{IconAddComment as _0x15d386,IconCheck as _0x579355,IconCommentsArchive as _0x43722b,IconPencil as _0x4031db,IconRemoveComment as _0x5ed6e1,IconThreeVerticalDots as _0x3e270c,IconUndo as _0x24125f}from'@ckeditor/ckeditor5-icons';import{BalloonPanelView as _0x46a25b,BodyCollection as _0x408a86,ButtonView as _0x465f26,ContextualBalloon as _0x423bf9,Dialog as _0x5d1c76,DialogViewPosition as _0x4f90c2,EditorUI as tt,EditorUIView as it,FocusCycler as et,InlineEditableUIView as st,ListItemView as nt,ListView as ot,MenuBarMenuListItemButtonView as rt,View as ht,ViewCollection as at,createDropdown as ct,focusChildOnDropdownOpen as dt}from'@ckeditor/ckeditor5-ui';import{MouseObserver as lt,disableViewPlaceholder as mt,enableViewPlaceholder as ut}from'@ckeditor/ckeditor5-engine';import{Clipboard as ft,ClipboardMarkersUtils as pt,ClipboardPipeline as wt}from'@ckeditor/ckeditor5-clipboard';import{Enter as gt,ShiftEnter as _t}from'@ckeditor/ckeditor5-enter';import{SelectAll as At}from'@ckeditor/ckeditor5-select-all';import{Typing as vt}from'@ckeditor/ckeditor5-typing';import{Undo as yt}from'@ckeditor/ckeditor5-undo';import{Paragraph as Tt}from'@ckeditor/ckeditor5-paragraph';import{toWidget as Ct}from'@ckeditor/ckeditor5-widget';const It=/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x3abe1c();var bt=class extends It{['model'];['view'];constructor(_0x55c1f4,_0x2d3e66){super(),this['model']=_0x55c1f4,this['model']['_isAttached']=!0x0,this['view']=_0x2d3e66,this['listenTo'](_0x2d3e66,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x2d3e66,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x2d3e66,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x2d3e66,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x2d3e66,'addComment',(_0x3eff3e,_0x556e6c)=>this['addComment'](_0x556e6c)),this['listenTo'](_0x2d3e66,'updateComment',(_0x8bef40,_0xaa9252,_0xe7d2d8)=>this['updateComment'](_0xaa9252,_0xe7d2d8)),this['listenTo'](_0x2d3e66,'removeComment',(_0x691853,_0x26079d)=>this['removeComment'](_0x26079d));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x5a2f2c){this['model']['addComment']({'content':_0x5a2f2c,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x52dccc,_0x58531d){this['model']['getComment'](_0x52dccc)['update']({'content':_0x58531d});}['removeComment'](_0x37a49c){this['model']['getComment'](_0x37a49c)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}};function Et(_0x17290b,_0x4383ab,_0x55f0df){const t=_0x17290b['t'];switch(_0x4383ab){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'},_0x55f0df);case'COMMENT_THREAD_LABEL':return t({'string':'Comment\x20thread\x20by\x20%1.\x20%0\x20reply.','plural':'Comment\x20thread\x20by\x20%1.\x20%0\x20replies.','id':'COMMENT_THREAD_LABEL'},_0x55f0df);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'},_0x55f0df);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'},_0x55f0df);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x55f0df);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'},_0x55f0df);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'},_0x55f0df);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'},_0x55f0df);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'';}}var kt=class extends it{['main'];['editable'];constructor(_0x30fe34,_0x4994cb){super(_0x30fe34);const _0x44f8a0=_0x4e0aef();this['main']=this['createCollection'](),this['editable']=new st(_0x30fe34,_0x4994cb,void 0x0,{'label':()=>Et(_0x30fe34,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x30fe34['uiLanguageDirection'],'lang':_0x30fe34['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x44f8a0},'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']();}},Nt=class extends tt{['view'];constructor(_0x3457e0){super(_0x3457e0),this['view']=new kt(_0x3457e0['locale'],_0x3457e0['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x231f60=this['editor']['editing']['view'],_0x4dc453=this['view']['editable'];_0x4dc453['name']=_0x231f60['document']['getRoot']()['rootName'],this['view']['render']();const _0x57c124=_0x4dc453['element'];this['setEditableElement'](_0x4dc453['name'],_0x57c124),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x231f60['attachDomRoot'](_0x57c124),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}};const Ot=[ft,gt,_t,At,vt,yt,Tt],Mt=/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x3abe1c(_0x9416a1);var Rt=class CommentEditor extends Mt{static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Ot)());constructor(_0x2f7798={}){(_0x2f7798=Object['assign']({},_0x2f7798))['plugins']||(_0x2f7798['plugins']=CommentEditor['defaultPlugins']),super(_0x2f7798),this['ui']=new Nt(this),this['set']('placeholder',''),this['model']['document']['on']('change',()=>this['_updatePlaceholder'](),{'priority':'low'}),this['on']('change:placeholder',()=>this['_updatePlaceholder']()),this['model']['document']['createRoot'](),this['editing']['view']['_overlayModeHint']='auto',this['_sendUsageRequest']=()=>window['Promise']['resolve']({'status':'ok'});}['create'](){const _0x24ca76=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x24ca76))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x5aac2=>{const _0x43e52e=this['model']['document']['getRoot'](),_0x1c2d33=_0x43e52e&&_0x43e52e['getChild'](_0x43e52e['childCount']-0x1);_0x5aac2['setSelection'](_0x1c2d33,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x213fa1=this['editing']['view'],_0x11a2e6=_0x213fa1['document']['getRoot'](),_0x4acb45=_0x11a2e6['getChild'](0x0);_0x11a2e6['childCount']>0x1||!_0x4acb45||'p'!=_0x4acb45['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(mt(_0x213fa1,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x4acb45['placeholder']=this['placeholder']),ut({'view':_0x213fa1,'element':_0x4acb45,'keepOnFocus':!0x0}),this['placeholderElement']=_0x4acb45);}},St=class extends ht{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x473160,_0x369bee={}){super(_0x473160),this['editor']=null,this['_editorConfig']=_0x369bee,this['set']('value',_0x369bee['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',Et(_0x473160,'Reply...')),this['set']('submitLabel',Et(_0x473160,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new _0x187a58(),this['focusTracker']=new _0x53f520(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x227e87=>!_0x227e87['defaultPrevented']},'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',(_0xba7aa2,_0x5193e5)=>{this['cancelButtonView']['fire']('execute'),_0x5193e5();}),this['keystrokes']['set']('Ctrl+Enter',(_0x943ae0,_0x4a54d3)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x4a54d3());}),this['on']('submit',(_0x3278b8,_0x212a78)=>{_0x212a78['length']>0xfde8?(alert(Et(_0x473160,'TOO_LONG_COMMENT_ALERT',[_0x212a78['length'],0xfde8])),_0x3278b8['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new Rt(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x3e7437=this['editor'];this['element']['insertBefore'](_0x3e7437['ui']['element'],this['element']['firstChild']),_0x3e7437['model']['document']['on']('change',()=>this['value']=_0x3e7437['getData']()),_0x3e7437['bind']('placeholder')['to'](this),this['focusables']['add'](_0x3e7437['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x43fa1c){-0x1===_0x43fa1c?(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:_0x4eaba4}=this,_0x194395=new _0x465f26(_0x4eaba4);return _0x194395['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x194395['withText']=!0x0,_0x194395['bind']('label')['to'](this,'submitLabel'),_0x194395['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x194395['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x54650b,_0x6d22b6)=>!_0x6d22b6&&!!_0x54650b['trim']()),_0x194395;}['_createCancelButton'](){const {locale:_0x5c95c4}=this,_0x56fdd4=new _0x465f26(_0x5c95c4);return _0x56fdd4['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x56fdd4['label']=Et(_0x5c95c4,'Cancel'),_0x56fdd4['withText']=!0x0,_0x56fdd4['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x56fdd4;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x1ab513=>{this['focusTracker']['add'](_0x1ab513['element']);}),this['focusables']['on']('change',(_0x19f3bb,_0x593137)=>{for(const _0x250c6a of Array['from'](_0x593137['added'])['reverse']())this['focusTracker']['add'](_0x250c6a['element']);});}},xt=class extends ht{constructor(_0x54b9af,_0x155175,_0x263977){super(_0x54b9af),this['commentInputView']=new St(_0x54b9af,_0x263977),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x253585,_0x38d7d8)=>_0x253585||!!_0x38d7d8),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 _0x20e9ea(_0x54b9af,_0x155175),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']]});}['render'](){super['render'](),this['_focusOnNonInteractiveMouseDown']();}['destroy'](){return this['commentInputView']['destroy']()['then'](()=>super['destroy']());}['focus'](_0x23b7a5){this['commentInputView']['focus'](_0x23b7a5);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x6e9458,_0x14fbc8)=>{const {submitButtonView:_0x2940cb,cancelButtonView:_0x4ef441,editor:_0x1f615a}=this['commentInputView'];[_0x2940cb['element'],_0x4ef441['element'],_0x1f615a?_0x1f615a['editing']['view']['getDomRoot']():null]['filter'](_0x597f42=>_0x597f42)['some'](_0x45f39b=>_0x45f39b['contains'](_0x14fbc8['target']))||(this['focus'](),_0x14fbc8['preventDefault']());});}},Pt=class extends ht{constructor(_0x56ec8c){super(_0x56ec8c);const _0x3f3b91=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x3f3b91['to']('count',_0x2eb625=>Et(_0x56ec8c,'NUMBER_OF_COMMENTS',_0x2eb625))}]});}},Lt=class extends ht{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x32b72f,_0x2e40a2,_0x2b4d18){super(_0x32b72f);const _0x5d05f4=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x2e40a2['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x2e40a2,this['_config']=_0x2b4d18,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x53f520(),this['keystrokes']=new _0x187a58(),this['focusCycler']=new et({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1cd1dc=>this['commentViews']['map'](_0x2499e9=>_0x2499e9['element'])['includes'](_0x1cd1dc['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new Pt(_0x32b72f),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x38ec9c=>_0x38ec9c-this['_config']['maxCommentsWhenCollapsed']);for(const _0x2a6154 of _0x2e40a2['comments'])this['_handleNewCommentModel'](_0x2a6154);this['_handleInfoComment'](),this['listenTo'](_0x2e40a2['comments'],'add',(_0x17773f,_0x1524f3)=>{const _0x58b24d=this['_calculatePosition'](_0x1524f3);this['length']++,this['_handleNewCommentModel'](_0x1524f3,_0x58b24d),this['refreshVisibleViews']();}),this['listenTo'](_0x2e40a2['comments'],'remove',(_0x56f577,_0x81ff04)=>{this['length']--,this['_handleRemoveCommentModel'](_0x81ff04),this['refreshVisibleViews']();}),this['listenTo'](_0x2e40a2,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x2e40a2,'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',_0x5d05f4['if']('length','ck-hidden',_0x3550ef=>!_0x3550ef)],'aria-label':Et(_0x32b72f,'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'](_0xbf9a5f){-0x1===_0xbf9a5f?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x47d25f of this['commentViews'])_0x47d25f['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x1f64a9,_0x46b4ec){const _0x4ffd50=new this['_config']['CommentView'](this['locale'],_0x1f64a9,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x4ffd50['viewUid']=_0x1f64a9['id'],_0x4ffd50['delegate']('removeComment')['to'](this),_0x4ffd50['delegate']('updateComment')['to'](this),_0x4ffd50['delegate']('resolveCommentThread')['to'](this),_0x4ffd50['delegate']('editorReady')['to'](this),_0x4ffd50['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x4ffd50,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x4ffd50,_0x46b4ec);}['_calculatePosition'](_0x4a44ff){const _0x2e436d=this['_model']['_findOptimalIndex'](_0x4a44ff);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x4a44ff['authoredAt']?_0x2e436d-0x1:_0x2e436d:_0x2e436d-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x3c2668={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':Et(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x3c2668,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x3c2668));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x1bb3ef){const _0x4f2e72=this['commentViews']['remove'](_0x1bb3ef['id']);this['stopListening'](_0x4f2e72),_0x4f2e72['isEditMode']&&this['_updateHasDirtyComment'](),_0x4f2e72['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x5a5d75=>_0x5a5d75['isEditMode']);}['_rearrangeCollapse'](){const _0x66894=function(_0x24150e){const _0x277a86=new _0x476485();for(const _0x493e41 of _0x24150e)_0x277a86['add'](_0x493e41);return _0x277a86;}(this['commentViews']),_0x272b4f=this['_collapsedCommentsView']['count'];for(let _0x2ff4ae=0x1;_0x2ff4ae<=_0x272b4f;_0x2ff4ae++)_0x66894['remove'](0x1);for(const _0x32f6d1 of _0x66894)_0x32f6d1['collapse']();_0x272b4f>0x0&&_0x66894['add'](this['_collapsedCommentsView'],0x1),Dt(_0x5da05b(Array['from'](this['visibleViews']),Array['from'](_0x66894)),this['visibleViews'],_0x66894);}['_rearrangeExpand'](){Dt(_0x5da05b(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x15548d of this['visibleViews'])_0x15548d['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x4c83fb=>{this['focusTracker']['add'](_0x4c83fb['element']),this['keystrokes']['listenTo'](_0x4c83fb['element']);}),this['commentViews']['on']('change',(_0x50942f,_0x216f9b)=>{for(const _0x29c9c3 of _0x216f9b['removed'])this['focusTracker']['remove'](_0x29c9c3['element']),this['keystrokes']['stopListening'](_0x29c9c3['element']);for(const _0x569115 of Array['from'](_0x216f9b['added'])['reverse']())this['focusTracker']['add'](_0x569115['element']),this['keystrokes']['listenTo'](_0x569115['element']);});}};function Dt(_0x599820,_0x161d4f,_0x597f13){let _0x3b1448=0x0;for(const _0x2a290a of _0x599820)switch(_0x2a290a){case'insert':_0x161d4f['add'](_0x597f13['get'](_0x3b1448),_0x3b1448),_0x3b1448++;break;case'delete':_0x161d4f['remove'](_0x3b1448);break;case'equal':_0x3b1448++;}}var Vt=class extends ht{constructor(_0x149985){super(_0x149985);const _0x2d2148=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x2d2148['to']('contextValue',_0x55cac1=>Et(_0x149985,'THREAD_CONTEXT_LABEL',_0x55cac1)),'tabindex':-0x1},'children':[{'text':_0x2d2148['to']('contextValue')}]});}['focus'](){this['element']['focus']();}},Bt=class extends ht{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x4b2d65,_0x36d07e){super(_0x4b2d65);const _0x3385b7=this['bindTemplate'];this['_model']=_0x36d07e,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x53f520(),this['keystrokes']=new _0x187a58(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x9724dd=>!!_0x9724dd),this['bind']('contextValue')['to'](this['_model'],'context',_0x67d868=>_0x67d868&&_0x67d868['value']?this['_trimContextValue'](_0x67d868['value']):Et(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',_0x3385b7['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 _0x3a4f5e=new _0x465f26(this['locale']);return _0x3a4f5e['label']=Et(this['locale'],'Reopen'),_0x3a4f5e['tooltip']=Et(this['locale'],'Reopen'),_0x3a4f5e['icon']=_0x24125f,_0x3a4f5e['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x3cb18c=>!_0x3cb18c),_0x3a4f5e['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x91615f,_0x30de12)=>_0x91615f&&_0x30de12),_0x3a4f5e['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x3a4f5e;}['_trimContextValue'](_0x3db3c0){if(_0x3db3c0['length']<0x96)return _0x3db3c0;const _0x15516b=_0x3db3c0['lastIndexOf']('\x20',0x93);return _0x3db3c0['substring'](0x0,_0x15516b>-0x1?_0x15516b:0x93)+'...';}['_attachContextActions'](){const _0x5844e6=this['element']['querySelector']('.ck-context'),_0x449e9e=_0x5844e6['querySelector']('.ck-context__value');this['listenTo'](_0x5844e6,'mouseenter',()=>{_0x449e9e['offsetWidth']<_0x449e9e['scrollWidth']&&_0x5844e6['classList']['add']('overlay');}),this['listenTo'](_0x5844e6,'mouseleave',()=>{_0x5844e6['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x85e10c of this['focusables'])this['focusTracker']['add'](_0x85e10c['element']),this['keystrokes']['listenTo'](_0x85e10c['element']);}['_createContextView'](){const _0xa238ee=new Vt(this['locale']);return _0xa238ee['bind']('contextValue')['to'](this),_0xa238ee;}},Ht=class extends ht{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0xc0a330,_0x3db6a4,_0x38b5cc,_0x15f0f6){super(_0xc0a330),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x3db6a4,this['_localUser']=_0x38b5cc,this['_config']=_0x15f0f6,this['commentThreadHeaderView']=new Bt(_0xc0a330,_0x3db6a4),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x44a60(_0xc0a330,Et(_0xc0a330,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new Lt(_0xc0a330,_0x3db6a4,Object['assign']({'CommentView':this['_config']['CommentView']},_0x15f0f6)),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',(_0x340c3f,_0x57e0b4)=>_0x340c3f||!!_0x57e0b4),this['bind']('isUnlinked')['to'](_0x3db6a4,'unlinkedAt',_0x2ee6dc=>!!_0x2ee6dc);let _0x2bd719=null;const _0x24dfa1=()=>{const _0x5a6cb7=this['_model']['comments']['first']||null;_0x5a6cb7!==_0x2bd719&&(_0x2bd719&&this['stopListening'](_0x2bd719,'change:content'),_0x2bd719=_0x5a6cb7,_0x5a6cb7&&this['listenTo'](_0x5a6cb7,'change:content',_0x24dfa1));const _0x1794b0=_0x5a6cb7?_0x5a6cb7['author']['name']:this['_localUser']['name'],_0x4c8776=_0x5a6cb7?new DOMParser()['parseFromString'](_0xdfa245(_0x5a6cb7['content'],{'limit':this['_config']['maxCommentCharsWhenCollapsed']}),'text/html')['body']['textContent']:'',_0x2e7348=Et(this['locale'],'COMMENT_THREAD_LABEL',[this['length'],_0x1794b0]);this['set']('ariaLabel',_0x4c8776?_0x2e7348+'\x20'+_0x4c8776:_0x2e7348);};this['listenTo'](this['_model']['comments'],'change',_0x24dfa1),_0x24dfa1(),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x53f520(),this['keystrokes']=new _0x187a58(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x4d7ad0=>_0x4d7ad0['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0xafcf81(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x3b6001=new xt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x5d9dc0=_0x3b6001['commentInputView'];return _0x3b6001['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x5d9dc0,'value',(_0x220c58,_0x355a70,_0x5d928a,_0x239985,_0x21c0c2)=>!!_0x21c0c2||!!_0x239985&&_0x5d928a&&!_0x355a70||_0x220c58&&_0x5d928a&&!_0x355a70),_0x5d9dc0['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x47a4a6,_0x10769f,_0x5a001d)=>{let _0x1381f9;return _0x1381f9=_0x5a001d&&_0x10769f?'Reply\x20to\x20reopen\x20discussion...':_0x47a4a6?'Reply...':'Write\x20a\x20comment...',Et(this['locale'],_0x1381f9);}),_0x5d9dc0['bind']('submitLabel')['to'](this,'length',_0x5501c8=>Et(this['locale'],_0x5501c8?'Reply':'Comment')),_0x5d9dc0['on']('submit',(_0x12e20c,_0x40353e)=>{this['fire']('addComment',_0x40353e),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x5d9dc0['on']('cancel',()=>{this['focus']();}),_0x5d9dc0['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x5d9dc0['on']('cancel',_0x495a52=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x495a52['stop']());}),this['on']('change:isActive',(_0x3d97d7,_0x1839b0,_0x206ad0)=>{_0x206ad0||this['length']||_0x5d9dc0['value']||this['fire']('removeCommentThread');}),_0x3b6001;}};const Ft=/* #__PURE__ -- @preserve */
|
|
27
|
+
_0x1c333a(Ht);var Ut=class extends Ft{['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x164789,_0x3b96a0,_0x169ca0,_0x5753ab){super(_0x164789,_0x3b96a0,_0x169ca0,_0x5753ab),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x164789,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x4c3efb,_0x143705,_0xf47d05)=>{_0xf47d05||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x1405c4,_0x4ad568,_0x5381c0)=>{_0x5381c0&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x23bb76=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x23bb76['if']('isActive','ck-thread--active'),_0x23bb76['if']('isUnlinked','ck-thread--unlinked'),_0x23bb76['to']('actionIndicator',_0x8c3b82=>_0x8c3b82?'ck-thread--'+_0x8c3b82:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x23bb76['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 _0x16c132 of this['commentsListView']['commentViews'])_0x16c132['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x3ede8d}=this,_0x16c617=this['commentsListView']['commentViews']['get'](0x0);_0x16c617===this['_boundFirstCommentView']||_0x16c617['isSystemComment']||(this['_boundFirstCommentView']=_0x16c617,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x16c617,'actionIndicator',_0x5e415f=>'remove'===_0x5e415f?'remove':null),_0x16c617['placeholder']=Et(_0x3ede8d,'Write\x20a\x20comment...'),_0x16c617['removeButton']['on']('execute',_0x25bb7e=>{_0x25bb7e['stop'](),this['showConfirm'](Et(_0x3ede8d,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x16c617['focus']();}),_0x16c617['actionBar']['add'](this['resolveButton'],0x0),_0x16c617['focusables']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x35a72b=new _0x46341e(this['locale']);return _0x35a72b['label']=Et(this['locale'],'Resolve'),_0x35a72b['tooltip']=Et(this['locale'],'Resolve'),_0x35a72b['icon']=_0x579355,_0x35a72b['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x35a72b['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x12e15f=>!_0x12e15f),_0x35a72b['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x5a5675,_0x2e0b7d)=>_0x5a5675&&!_0x2e0b7d),_0x35a72b['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x35a72b;}['_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']));}},Wt=class extends ht{constructor(_0xe4d700){super(_0xe4d700),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x58cb88,_0x232b1c,_0x38b8bd)=>{this['element']['innerHTML']=_0x38b8bd;}),this['element']['innerHTML']=this['content'];}},Kt=class extends ht{['visibleView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x1a545f,_0x378859,_0x52e9c7){super(_0x1a545f),this['_model']=_0x378859,this['_config']=_0x52e9c7,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x378859,'content',_0x378859,'authoredAt',(_0x3582f9,_0x2503c9)=>Et(_0x1a545f,'COMMENT_ARIA_LABEL',[_0x378859['author']['name'],_0x52e9c7['formatDateTime'](_0x2503c9),new DOMParser()['parseFromString'](_0x3582f9,'text/html')['body']['textContent'],_0x378859['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new _0x44a60(_0x1a545f,Et(_0x1a545f,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new at(),this['focusTracker']=new _0x53f520(),this['keystrokes']=new _0x187a58(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x18edd9=>_0x18edd9['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']?Et(this['locale'],'EXTERNAL_IMPORT_WORD_COMMENT'):Et(this['locale'],'EXTERNAL_COMMENT');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?Et(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):Et(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['_createCommentContentView'](){const _0x5ee64c=new Wt(this['locale']);return _0x5ee64c['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x53690f,_0x47fd01)=>_0x47fd01?_0xdfa245(_0x53690f,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x53690f),_0x5ee64c;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x11598b=new St(this['locale'],this['_config']['editorConfig']);return _0x11598b['value']=this['_model']['content'],_0x11598b['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x11598b['submitLabel']=Et(this['locale'],'Save'),_0x11598b['on']('submit',(_0x2c9efb,_0x20ba87)=>{this['fire']('updateComment',this['_model']['id'],_0x20ba87),this['switchToDisplayMode'](),this['focus']();}),_0x11598b['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x11598b['once']('editorReady',()=>{_0x11598b['focus']();}),_0x11598b['createEditor'](),_0x11598b['delegate']('editorReady')['to'](this),_0x11598b['delegate']('editorDestroyed')['to'](this),_0x11598b;}['_setupKeyboardNavigation'](){const _0x17b553=this['element'];this['keystrokes']['listenTo'](_0x17b553);for(const _0x537300 of this['focusables'])this['focusTracker']['add'](_0x537300['element']),this['keystrokes']['listenTo'](_0x537300['element']);this['focusables']['on']('change',(_0x498f0f,_0x33e615)=>{for(const _0x4a8dda of _0x33e615['removed'])this['focusTracker']['remove'](_0x4a8dda['element']),this['keystrokes']['stopListening'](_0x4a8dda['element']);for(const _0x10abda of _0x33e615['added'])this['focusTracker']['add'](_0x10abda['element']),this['keystrokes']['listenTo'](_0x10abda['element']);}),this['keystrokes']['set']('enter',(_0x6d7332,_0x418bf3)=>{_0x17b553===_0x6d7332['target']&&(this['focusCycler']['focusFirst'](),_0x418bf3());}),this['keystrokes']['set']('esc',(_0xbc9403,_0x599cdf)=>{_0x17b553!==_0xbc9403['target']&&(this['focus'](),_0x599cdf());});}};const Gt=/* #__PURE__ -- @preserve */
|
|
28
|
+
_0x1c333a(Kt);var Yt=class extends Gt{['actionBar'];['userView'];constructor(_0x3db95a,_0x346d4b,_0x23dcc5){super(_0x3db95a,_0x346d4b,_0x23dcc5),this['set']('actionIndicator',null),this['set']('placeholder',Et(_0x3db95a,'Reply...')),this['bind']('authoredAt')['to'](_0x346d4b),this['bind']('resolvedAt')['to'](_0x346d4b),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 _0x20e9ea(_0x3db95a,_0x346d4b['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0x346d4b,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0xdc67a7=this['bindTemplate'],_0x14e0f0=[{'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'],'data-cke-tooltip-text':this['userView']['name']}},{'tag':'time','attributes':{'datetime':_0xdc67a7['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0xdc67a7['to']('authoredAt',_0x130f88=>this['_config']['formatDateTime'](_0x130f88))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0xdc67a7['if']('isEditMode','ck-comment__actions--hidden'),_0xdc67a7['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']&&_0x14e0f0['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper'],'tabindex':-0x1,'aria-label':_0xdc67a7['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0xdc67a7['if']('isEditMode','ck-comment--edit'),_0xdc67a7['if']('isSystemComment','ck-comment--info'),_0xdc67a7['to']('actionIndicator',_0x52e202=>_0x52e202?'ck-comment--'+_0x52e202:'')],'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':_0x14e0f0}]}]};}['_createEditButton'](){const _0x3602a1=new _0x465f26(this['locale']);return _0x3602a1['label']=Et(this['locale'],'Edit'),_0x3602a1['icon']=_0x4031db,_0x3602a1['withText']=!0x0,_0x3602a1['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x3602a1['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x4c0124=>!_0x4c0124),_0x3602a1['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x3602a1['on']('execute',()=>this['switchToEditMode']()),_0x3602a1;}['_createRemoveButton'](){const _0x56b10d=new _0x465f26(this['locale']);return _0x56b10d['label']=Et(this['locale'],'Remove'),_0x56b10d['icon']=_0x5ed6e1,_0x56b10d['withText']=!0x0,_0x56b10d['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x56b10d['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x3688a1=>!_0x3688a1),_0x56b10d['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x56b10d['on']('execute',()=>{this['showConfirm'](Et(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x56b10d;}['_createDropdown'](){const _0xadf886=ct(this['locale'],_0x40e15b),_0x42fa06=_0xadf886['panelView']['children'],_0x1aba0b=new ot(this['locale']),_0x4ef04d=_0xadf886['bindTemplate'];dt(_0xadf886,()=>this['items']['find'](_0x3cf2ed=>_0x3cf2ed['isVisible'])),_0xadf886['extendTemplate']({'attributes':{'class':[_0x4ef04d['if']('isVisible','ck-hidden',_0x37df2f=>!_0x37df2f)]}});const _0x1be4b4=(_0x558af2,_0x1b70cb=-0x1)=>{const _0x4760c3=new nt(this['locale']);_0x4760c3['children']['add'](_0x558af2);const _0x409c7b=_0x1b70cb>-0x1?_0x1b70cb:_0x1aba0b['items']['length'];_0x1aba0b['items']['add'](_0x4760c3,_0x409c7b);const _0x46845e=Array['from'](this['items']);_0xadf886['unbind']('isEnabled','isVisible'),_0xadf886['bind']('isEnabled')['toMany'](_0x46845e,'isEnabled',(..._0x58c1ca)=>_0x58c1ca['some'](_0x210453=>_0x210453)),_0xadf886['bind']('isVisible')['toMany'](_0x46845e,'isVisible',(..._0x5632f6)=>_0x5632f6['some'](_0xecaa23=>_0xecaa23));};_0xadf886['panelPosition']='sw',_0xadf886['buttonView']['set']({'label':Et(this['locale'],'Show\x20more\x20items'),'icon':_0x3e270c});for(const _0x56ac39 of this['items'])_0x1be4b4(_0x56ac39);return _0x42fa06['add'](_0x1aba0b),_0xadf886['listenTo'](this['items'],'add',(_0x19dd1e,_0x382d73,_0x36078c)=>{_0x1be4b4(_0x382d73,_0x36078c);}),_0xadf886['listenTo'](this['items'],'remove',(_0x23ef99,_0x1d2bda,_0x7addfc)=>{_0x1aba0b['items']['remove'](_0x7addfc);}),_0xadf886;}['_attachActions'](_0x3b6c3b,_0x882d8e){const _0x11bf54=_0x3b6c3b&&_0x3b6c3b['element'];_0x11bf54&&(this['listenTo'](_0x11bf54,'mouseenter',()=>this['actionIndicator']=_0x882d8e),this['listenTo'](_0x11bf54,'focus',()=>this['actionIndicator']=_0x882d8e),this['listenTo'](_0x11bf54,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x11bf54,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x1d3570=super['_createCommentInputView']();return _0x1d3570['bind']('placeholder')['to'](this),_0x1d3570;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}};function Xt(_0x3518d8){const _0x49d5ca=_0x3d18e8(_0x3518d8,0x1e),_0x18cd44=new MutationObserver(_0x39c65c=>{for(const _0x2ab045 of _0x39c65c)('attributes'==_0x2ab045['type']&&'class'==_0x2ab045['attributeName']||'childList'==_0x2ab045['type']||'characterData'==_0x2ab045['type'])&&_0x49d5ca();});return{'attach'(_0xe0e9ad){_0x18cd44['observe'](_0xe0e9ad,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x18cd44['disconnect'](),_0x49d5ca['cancel']();}};}var qt=class extends ht{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x195c84,_0x511f9f){super(_0x195c84),this['id']=_0x4e0aef(),this['focusTracker']=new _0x53f520(),this['keystrokes']=new _0x187a58(),this['keystrokes']['set']('Esc',(_0x544672,_0xad18fd)=>this['fire']('Esc',_0xad18fd)),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']=Xt(()=>this['_updateHeight']()),this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this),this['content']['add'](_0x511f9f),this['mainView']=_0x511f9f;const _0x3b3be9=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x3b3be9['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 _0x15fbb7=this['element']['clientHeight'];_0x15fbb7&&(this['height']=_0x15fbb7);}};const jt=/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x3abe1c();var $t=class Annotation extends jt{['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x195ac0,target:_0x3106d1,type:_0x286e8e,isVisible:_0x7c6757=!0x0}){super(),this['view']=_0x195ac0,this['view']['element']||this['view']['render'](),this['_type']=_0x286e8e,this['_target']=_0x3106d1,Annotation['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x476485([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x3bdccb,_0x4b8ea5)=>{this['view']['focusTracker']['add'](_0x4b8ea5);}),this['focusableElements']['on']('remove',(_0xc31c70,_0x30928d)=>{this['view']['focusTracker']['remove'](_0x30928d);}),this['set']('isVisible',_0x7c6757);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x329712=this['_getNormalizedTarget']();return Annotation['_assertCorrectTarget'](_0x329712),_0x329712;}get['targetRect'](){const _0x1b543a=this['target'];if(null===_0x1b543a)return null;if(_0x1b543a instanceof _0x407ea7)return _0x1b543a;const _0xa29209=_0x1b543a['filter'](_0x1f4c04=>function(_0x34fa1e){return!!_0x34fa1e['offsetParent']||!!_0x34fa1e['getClientRects']()['item'](0x0);}(_0x1f4c04));return 0x0===_0xa29209['length']?null:_0x407ea7['getDomElementRects'](_0xa29209[0x0])[0x0];}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0xe47a2f){this['view']['isActive']=_0xe47a2f,this['view']['mainView']['isActive']=_0xe47a2f;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x55b893){if(!(null===_0x55b893||_0x55b893 instanceof _0x407ea7||Array['isArray'](_0x55b893)&&_0x55b893['every'](_0x168b56=>zt(_0x168b56))))throw new _0xf4a2b6('annotation-invalid-target',null,{'target':_0x55b893});}['_getNormalizedTarget'](){const _0x22ae4e='function'==typeof this['_target']?this['_target']():this['_target'];return zt(_0x22ae4e)?[_0x22ae4e]:_0x22ae4e;}};function zt(_0x271a28){return null!==_0x271a28&&'object'==typeof _0x271a28&&'nodeType'in _0x271a28&&0x1===_0x271a28['nodeType'];}var Jt=class extends _0x476485{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x5d4cd5=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x53f520(),this['_focusTracker']['on']('change:isFocused',(_0x356a69,_0xf5c7cf,_0x3fe474)=>{_0x3fe474||this['fire']('blur');});for(const _0x27412f of _0x5d4cd5)this['add'](_0x27412f);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x60edb1){if(this['has'](_0x60edb1))throw new _0xf4a2b6('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x60edb1['innerView'],_0x60edb1),this['_viewToAnnotation']['set'](_0x60edb1['view'],_0x60edb1);for(const _0x8a990d of _0x60edb1['focusableElements'])this['_focusTracker']['add'](_0x8a990d);if(this['listenTo'](_0x60edb1['focusableElements'],'add',(_0x1f7d79,_0x1e2a95)=>{this['_focusTracker']['add'](_0x1e2a95);}),this['listenTo'](_0x60edb1['focusableElements'],'remove',(_0xacfb97,_0x4cde23)=>{this['_focusTracker']['remove'](_0x4cde23);}),this['listenTo'](_0x60edb1['view']['focusTracker'],'change:isFocused',(_0x51079a,_0x4fd3d2,_0x38afb8)=>{_0x38afb8&&this['fire']('focus',_0x60edb1);}),_0x60edb1['updateTargetRect'](),this['_areCachedRectsStale']()){for(const _0x8d73c2 of this)_0x8d73c2['updateTargetRect']();}const _0x10d528=this['_getOrderInContent'](_0x60edb1['view']['targetRect']);return super['add'](_0x60edb1,_0x10d528);}['remove'](_0x2cfe6d){if(!this['has'](_0x2cfe6d))throw new _0xf4a2b6('annotationcollection-not-existing-item',null);this['stopListening'](_0x2cfe6d['view']['focusTracker']),this['stopListening'](_0x2cfe6d['focusableElements']);for(const _0xd4549f of _0x2cfe6d['focusableElements'])this['_focusTracker']['remove'](_0xd4549f);return this['_viewToAnnotation']['delete'](_0x2cfe6d['view']),this['_innerViewToAnnotation']['delete'](_0x2cfe6d['innerView']),super['remove'](_0x2cfe6d);}['getByInnerView'](_0x3f1120){return this['_innerViewToAnnotation']['get'](_0x3f1120);}['getByView'](_0x1d6790){return this['_viewToAnnotation']['get'](_0x1d6790);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x1da234 of this)_0x1da234['updateTargetRect']();this['_sort']();}['_sort'](){const _0x22e853=Array['from'](this)['sort']((_0x5c3a13,_0x1a71d3)=>Zt(_0x5c3a13['view']['targetRect'],_0x1a71d3['view']['targetRect']));for(let _0x366690=_0x22e853['length']-0x1;_0x366690>0x0;_0x366690--){const _0x3a1aa1=_0x22e853[_0x366690];_0x366690!==this['getIndex'](_0x3a1aa1)&&(this['remove'](_0x3a1aa1),this['add'](_0x3a1aa1));}}['_getOrderInContent'](_0x10202f){let _0x191326=0x0;if(!_0x10202f)return this['length'];for(const _0x8f01f2 of this){const _0x51c337=_0x8f01f2['view']['targetRect'];if(_0x51c337){if(Zt(_0x10202f,_0x51c337)<0x0)return _0x191326;_0x191326++;}}return _0x191326;}['_areCachedRectsStale'](){const _0x430e6d=this['get'](0x0);if(!_0x430e6d)return!0x1;const _0x550fba=_0x430e6d['view']['targetRect'],_0x44604a=_0x430e6d['targetRect'];return!(!_0x550fba||!_0x44604a)&&(_0x550fba['top']!==_0x44604a['top']||_0x550fba['left']!==_0x44604a['left']);}};function Qt({source:_0x19322d,target:_0x2d9987,filter:_0x4f3df3}){for(const _0x5e7e82 of _0x19322d)_0x4f3df3(_0x5e7e82)&&_0x2d9987['add'](_0x5e7e82);_0x2d9987['listenTo'](_0x19322d,'add',(_0x4f543b,_0x60347d)=>{_0x4f3df3(_0x60347d)&&_0x2d9987['add'](_0x60347d);}),_0x2d9987['listenTo'](_0x19322d,'remove',(_0x3f98d4,_0x42e3b5)=>{_0x2d9987['has'](_0x42e3b5)&&_0x2d9987['remove'](_0x42e3b5);});}function Zt(_0x1e18ac,_0x31cf96){if(null===_0x1e18ac&&null===_0x31cf96)return 0x0;if(null===_0x1e18ac)return-0x1;if(null===_0x31cf96)return 0x1;const _0x36f735=_0x1e18ac['top']-_0x31cf96['top'];return 0x0==_0x36f735?_0x1e18ac['left']-_0x31cf96['left']:_0x36f735;}var ti=class extends _0x6aba6a{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x27740d){if(super(_0x27740d),this['collection']=new Jt(),this['_visibleAnnotations']=new Jt(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x27740d instanceof _0x9416a1){const _0x1c7c15=_0x27740d['locale'];_0x27740d['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x102000){this['collection']['add'](_0x102000);}['remove'](_0x215d51){this['collection']['remove'](_0x215d51),_0x215d51['destroy']();}['refreshVisibility'](){for(const _0x4b3ce2 of this['collection'])_0x4b3ce2['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x1d3687){return this['collection']['getByInnerView'](_0x1d3687);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x512559 of this['collection'])_0x512559['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x60cf75){this['fire']('_activateAnnotation',_0x60cf75);}['createAnnotation'](_0x1092ec){return new $t(_0x1092ec);}['createAnnotationView'](_0x15a7a2,_0x3eca65){return new qt(_0x15a7a2,_0x3eca65);}['_addActiveAnnotation'](_0x683e06){const _0xabe9cc=new Set(this['activeAnnotations']);_0xabe9cc['add'](_0x683e06),this['activeAnnotations']=_0xabe9cc;}['_removeActiveAnnotation'](_0x1f5d9a){const _0x2d2146=new Set(this['activeAnnotations']);_0x2d2146['delete'](_0x1f5d9a),this['activeAnnotations']=_0x2d2146;}['_bindAnnotationsToVisibleAnnotations'](){const _0xd9ec3f=this['collection'],_0x58f68e=this['_visibleAnnotations'];function _0x1554f0(_0x320f0f){const _0x5dd966=_0x320f0f['source'];_0x5dd966['isVisible']&&!_0x58f68e['has'](_0x5dd966)?_0x58f68e['add'](_0x5dd966):!_0x5dd966['isVisible']&&_0x58f68e['has'](_0x5dd966)&&_0x58f68e['remove'](_0x5dd966),_0x5dd966['view']['focusTracker']['remove'](_0x5dd966['view']['element']),_0x5dd966['view']['focusTracker']['add'](_0x5dd966['view']['element']);}this['listenTo'](_0xd9ec3f,'add',(_0x33302f,_0x17ff48)=>{_0x17ff48['isVisible']&&_0x58f68e['add'](_0x17ff48),this['listenTo'](_0x17ff48,'change:isVisible',_0x1554f0);}),this['listenTo'](_0xd9ec3f,'remove',(_0xc73679,_0x1d1611)=>{_0x58f68e['has'](_0x1d1611)&&_0x58f68e['remove'](_0x1d1611),this['stopListening'](_0x1d1611,'change:isVisible',_0x1554f0);});}['_setupEnterAnnotationKeystroke'](){const _0x5e1fa4=_0x2fe88d=>{_0x2fe88d['on']('ready',()=>{_0x2fe88d['keystrokes']['set'](_0x201e54,(_0x4adf3b,_0xf4b2e2)=>{const _0x419c03=_0x165a08(this['activeAnnotations']['values']());_0x419c03&&(_0x419c03['view']['focus'](),_0xf4b2e2());});});};this['context']instanceof _0x9416a1?_0x5e1fa4(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x20f801,_0x14eefc)=>{_0x5e1fa4(_0x14eefc);});}['_setupEscapeAnnotationHandling'](){const _0x44251b=_0x1c9309=>{const _0x19c40b=_0x1c9309['source'],_0x45ecb6=[];let _0x3bd5ff;if(Array['isArray'](_0x19c40b['target'])){_0x3bd5ff=_0x19c40b['target'][0x0],this['context']instanceof _0x9416a1?_0x45ecb6['push'](this['context']):this['context']['editors']&&_0x45ecb6['push'](...this['context']['editors']);for(const _0x2e6dae of _0x45ecb6)for(const _0x3aab55 of _0x2e6dae['editing']['view']['domRoots']['values']())if(_0x3aab55['contains'](_0x3bd5ff))return void _0x2e6dae['editing']['view']['focus']();_0x3bd5ff['focus']();}};this['listenTo'](this['collection'],'add',(_0xf0b50d,_0x33cfb5)=>{this['listenTo'](_0x33cfb5,'escape',_0x44251b,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x13ec13,_0x563d68)=>{this['stopListening'](_0x563d68,'escape',_0x44251b);});}};const ii=Symbol('noChannel'),ei={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0},si=/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x3abe1c(),ni=/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x3abe1c();var oi=class extends _0x6aba6a{['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[ti,_0x8faac9,_0x599743];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4d5e1b){super(_0x4d5e1b),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0xcfb54f=this['context']['config'];_0xcfb54f['define']('comments.maxCommentsWhenCollapsed',0x2),_0xcfb54f['define']('comments.maxThreadTotalWeight',0x1f4),_0xcfb54f['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0xcfb54f['define']('comments.CommentThreadView',Ut),_0xcfb54f['define']('comments.CommentView',Yt),_0xcfb54f['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x1f093f=this['context']['plugins']['get'](ti);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x118c89,_0x27bb8c)=>this['_addCommentThread'](_0x27bb8c)),this['on']('submitCommentThread',(_0x48c3a7,_0x2de2b6)=>this['_submitCommentThread'](_0x2de2b6)),this['on']('resolveCommentThread',(_0x2b593f,_0x155801)=>this['_resolveCommentThread'](_0x155801)),this['on']('resolveCommentThread',(_0x43baac,_0x17bde4)=>this['_updateActiveAnnotation'](_0x17bde4),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x3e92fe,_0x3b892e)=>this['_reopenCommentThread'](_0x3b892e)),this['on']('reopenCommentThread',(_0x25d048,_0x40ee37)=>this['_updateActiveAnnotation'](_0x40ee37),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x223cb6,_0x37417c)=>this['_removeCommentThread'](_0x37417c)),this['on']('updateCommentThread',(_0x41a47e,_0x16c9de)=>this['_updateCommentThread'](_0x16c9de)),this['on']('updateCommentThread',(_0x22c4bd,_0x520a64)=>this['_updateActiveAnnotation'](_0x520a64),{'priority':'lowest'}),this['on']('addComment',(_0x5ab2e3,_0x1712c6)=>this['_addComment'](_0x1712c6)),this['on']('updateComment',(_0x5b40b5,_0x708b7)=>this['_updateComment'](_0x708b7)),this['on']('removeComment',(_0x18c2ab,_0x203795)=>this['_removeComment'](_0x203795)),this['on']('addComment',(_0x5e5459,{threadId:_0x23b857,isFromAdapter:_0x59d28f})=>{if(_0x59d28f)return;const _0x3a85d9=this['getCommentThread'](_0x23b857),_0x3cbc9b=_0x3a85d9&&this['_threadToController']['get'](_0x3a85d9);_0x3cbc9b&&_0x3cbc9b['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x1f093f,'change:activeAnnotations',(_0x6bc5d0,_0x1a4353,_0x1ab94b)=>{const _0x40cf2e=Array['from'](_0x1ab94b)['map'](_0x559924=>this['_viewToController']['get'](_0x559924['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x40cf2e?_0x40cf2e['model']:null;});}set['adapter'](_0x1f27f1){if(this['_adapter'])throw new _0xf4a2b6('commentsrepository-adapter-already-set');this['_adapter']=_0x1f27f1;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x10a495=ii,threadId:_0x310254=_0x4e0aef(),comments:_0x38beba=[],unlinkedAt:_0x1b3dcb=null,resolvedAt:_0x7e9c70=null,resolvedBy:_0x485865=null,target:_0x6905bd=null,context:_0x764661=null,attributes:_0x5868e6={},isResolvable:_0x1c8646=!0x0,isSubmitted:_0x534f45=!0x1,isFromAdapter:_0x2504e2=!0x1}={}){return this['fire'](ai('addCommentThread',_0x10a495),{'channelId':_0x10a495,'threadId':_0x310254,'comments':_0x38beba,'unlinkedAt':_0x1b3dcb,'resolvedAt':_0x7e9c70,'resolvedBy':_0x485865,'target':_0x6905bd,'context':_0x764661,'attributes':_0x5868e6,'isFromAdapter':_0x2504e2,'isResolvable':_0x1c8646,'isSubmitted':_0x534f45}),this['getCommentThread'](_0x310254);}['openNewCommentThread']({channelId:_0xb1bbcf=ii,threadId:_0x372ffe=_0x4e0aef(),target:_0x58c438,context:_0x265701=null,isResolvable:_0xb54d23=!0x0}){if(this['_readOnlyChannels']['has'](_0xb1bbcf)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x58c438)throw new _0xf4a2b6('commentsrepository-missing-target');const _0x5154f6=this['addCommentThread']({'channelId':_0xb1bbcf,'threadId':_0x372ffe,'target':_0x58c438,'context':_0x265701,'isResolvable':_0xb54d23});if(!_0x5154f6)return null;const _0xc68609=this['_threadToController']['get'](_0x5154f6),_0x2f8203=_0xc68609['view']['commentThreadInputView']['commentInputView'],_0x5dbc14=this['context']['plugins']['get'](ti),_0x273b7f=_0x5dbc14['getByInnerView'](_0xc68609['view']);return _0x5dbc14['activate'](_0x273b7f),_0x2f8203['once']('editorReady',()=>_0x2f8203['focus']()),_0x5154f6;}['hasCommentThread'](_0x73ace6){if('string'!=typeof _0x73ace6)throw new _0xf4a2b6('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x73ace6);}['updateCommentThread']({channelId:_0x230800=ii,threadId:_0x4999b9,context:_0x25cde3,unlinkedAt:_0x533804,attributes:_0x4dfd2e,isFromAdapter:_0x32d373=!0x1}){return this['fire'](ai('updateCommentThread',_0x230800),{'channelId':_0x230800,'threadId':_0x4999b9,'context':_0x25cde3,'unlinkedAt':_0x533804,'attributes':_0x4dfd2e,'isFromAdapter':_0x32d373}),this['getCommentThread'](_0x4999b9);}['getCommentThread'](_0x4065e1){if('string'!=typeof _0x4065e1)throw new _0xf4a2b6('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x4065e1);}['fetchCommentThread']({channelId:_0x3517f9,threadId:_0xc2bf0a}={}){const _0x3e5887=this['getCommentThread'](_0xc2bf0a);if(_0x3e5887)return Promise['resolve'](_0x3e5887);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0xf4a2b6('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x3517f9,'threadId':_0xc2bf0a})['then'](_0x6594eb=>this['hasCommentThread'](_0xc2bf0a)?this['getCommentThread'](_0xc2bf0a):_0x6594eb?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x3517f9},_0x6594eb)):void 0x0)['catch'](_0x13ef3e=>{throw console['error'](_0x13ef3e),new _0xf4a2b6('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x2a75b1,skipNotAttached:_0x2232b5=!0x1,skipEmpty:_0x5a8d42=!0x1,toJSON:_0xd40800=!0x1}={}){const _0x14b4b1=[];for(const _0x807c3 of this['_threads']['values']())_0x2a75b1&&_0x807c3['channelId']!==_0x2a75b1||_0x2232b5&&!_0x807c3['isAttached']||_0x5a8d42&&0x0===_0x807c3['length']||_0x14b4b1['push'](_0x807c3);return _0xd40800?_0x14b4b1['map'](_0xd9dc10=>_0xd9dc10['toJSON']()):_0x14b4b1;}['getAnnotationForCommentThread'](_0x26d31a){const _0x4b7f56=this['_threadToController']['get'](_0x26d31a);return _0x4b7f56&&this['context']['plugins']['get'](ti)['getByInnerView'](_0x4b7f56['view'])||null;}['getCommentThreadForAnnotation'](_0x3848f9){const _0x1c72b2=this['_viewToController']['get'](_0x3848f9['innerView']);return _0x1c72b2?_0x1c72b2['model']:null;}['setActiveCommentThread'](_0x2c0ff3){const _0x1bce28=this['context']['plugins']['get'](ti);if(!_0x2c0ff3)return void(this['activeCommentThread']&&_0x1bce28['deactivateAll']());const _0x19a56c=this['getCommentThread'](_0x2c0ff3);if(!_0x19a56c)throw new _0xf4a2b6('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x2c0ff3});if(!this['_threadToController']['has'](_0x19a56c))throw new _0xf4a2b6('commentsrepository-active-not-attached',null,{'threadId':_0x2c0ff3});const _0x435862=_0x1bce28['getByInnerView'](this['_threadToController']['get'](_0x19a56c)['view']);_0x1bce28['activate'](_0x435862);}['switchReadOnly'](_0x1d1f91,_0x41ecb0){_0x1d1f91?this['_readOnlyChannels']['add'](_0x41ecb0):this['_readOnlyChannels']['delete'](_0x41ecb0),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x8c4569){return this['_readOnlyChannels']['has'](_0x8c4569)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x33e7fb,_0x9b75b9){return new bt(_0x33e7fb,_0x9b75b9);}['setPermissions'](_0x328116,_0x1bdcd2=ii){this['_permissions']['set'](_0x1bdcd2,_0x328116),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x2dfcec=ii){return this['_permissions']['has'](_0x2dfcec)?this['_permissions']['get'](_0x2dfcec):ei;}['_addCommentThread']({channelId:_0x1d6d3e,threadId:_0x12d3c9,comments:_0x1c9637,unlinkedAt:_0x1202f0,resolvedAt:_0x4c5569,resolvedBy:_0x48cb27,target:_0x318ab4,context:_0x196429,attributes:_0x4a7453,isFromAdapter:_0x1a9e4f,isResolvable:_0x3b4be0,isSubmitted:_0x143c82}){if('string'!=typeof _0x12d3c9)throw new _0xf4a2b6('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x12d3c9});if(this['hasCommentThread'](_0x12d3c9))throw new _0xf4a2b6('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x12d3c9});const _0x43202e=new ri(this,{'channelId':_0x1d6d3e,'id':_0x12d3c9,'context':_0x196429,'attributes':_0x4a7453,'unlinkedAt':_0x1202f0,'resolvedAt':_0x4c5569,'resolvedBy':_0x48cb27?this['context']['plugins']['get'](_0x599743)['getUser'](_0x48cb27):null,'isResolvable':_0x3b4be0,'isSubmitted':_0x143c82||_0x1a9e4f});this['_threads']['set'](_0x12d3c9,_0x43202e);for(const _0x37a4af of _0x1c9637)_0x43202e['_add'](this['_createNewComment']({'threadId':_0x12d3c9,..._0x37a4af}));return _0x318ab4&&_0x43202e['attachTo'](_0x318ab4),_0x1a9e4f||!_0x43202e['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x1d6d3e,'threadId':_0x12d3c9});}['_submitCommentThread']({channelId:_0x252b3b,threadId:_0x39a2f3}){if(!this['hasCommentThread'](_0x39a2f3))throw new _0xf4a2b6('commentsrepository-missing-comment-thread',this);const _0x1d653e=this['getCommentThread'](_0x39a2f3);if(_0x1d653e['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x265895,comments:_0x5c4cc6,resolvedAt:_0x2159ef,resolvedBy:_0x4b5017,context:_0x55fb9c,attributes:_0x4054b6}=_0x1d653e,_0x10aee5=this['context']['plugins']['get']('PendingActions'),_0x214eb6=_0x10aee5['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x252b3b,'threadId':_0x265895,'comments':_0x5c4cc6['map'](_0x5e09a9=>_0x5e09a9['toJSON']()),'resolvedAt':_0x2159ef,'resolvedBy':_0x4b5017?_0x4b5017['id']:_0x4b5017,'context':_0x55fb9c,'attributes':_0x4054b6})['then'](({comments:_0x2ca136})=>{_0x10aee5['remove'](_0x214eb6);for(const _0x40b063 of _0x2ca136)this['_updateComment']({'channelId':_0x252b3b,'threadId':_0x39a2f3,'commentId':_0x40b063['commentId'],'createdAt':_0x40b063['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x1f2e1e=>{throw console['error'](_0x1f2e1e),new _0xf4a2b6('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x524553,target:_0x4acd9e}){const _0x59bcb9=this['getCommentThread'](_0x524553);if(!_0x59bcb9)throw new _0xf4a2b6('commentsrepository-attach-missing-comment-thread',this);const _0x297070=this['context']['plugins']['get']('PendingActions'),_0x1a5e92=this['context']['plugins']['get'](ti),_0x23b1d5=this['_createCommentThreadView'](_0x59bcb9),_0x446386=new bt(_0x59bcb9,_0x23b1d5);let _0x519563=null;_0x23b1d5['on']('change:isDirty',(_0x2ba1ad,_0x58a5e8,_0x179c0e)=>{_0x179c0e?_0x519563=_0x297070['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x519563&&(_0x297070['remove'](_0x519563),_0x519563=null);}),this['_threadToController']['set'](_0x59bcb9,_0x446386),this['_viewToController']['set'](_0x23b1d5,_0x446386);const _0x4129cd=new qt(this['context']['locale'],_0x23b1d5);_0x4129cd['bind']('length')['to'](_0x23b1d5),_0x4129cd['bind']('isDirty')['to'](_0x23b1d5,'isDirty',_0x23b1d5,'length',(_0x2cbeee,_0x35a62c)=>_0x2cbeee||!_0x35a62c),_0x4129cd['bind']('isActive')['to'](_0x23b1d5),_0x4129cd['type']='comment';const _0x459bb4=new $t({'view':_0x4129cd,'target':_0x4acd9e,'type':'comment','isVisible':!_0x59bcb9['archivedAt']&&!!('function'==typeof _0x4acd9e?_0x4acd9e():_0x4acd9e)});return _0x23b1d5['on']('escape',()=>{_0x459bb4['fire']('escape');}),this['_bindAnnotationToEditors'](_0x23b1d5,_0x459bb4),_0x1a5e92['add'](_0x459bb4),_0x459bb4;}['_bindAnnotationToEditors'](_0x51556d,_0x132e68){this['listenTo'](_0x51556d,'editorReady',(_0x37b6f4,_0x38e4be)=>{const _0x494a19=_0x38e4be['ui']['view']['body']['bodyCollectionContainer'];_0x132e68['focusableElements']['add'](_0x494a19),this['context']instanceof _0x9416a1&&this['context']['ui']['focusTracker']['add'](_0x494a19);},{'priority':'highest'}),this['listenTo'](_0x51556d,'editorDestroyed',(_0x20922d,_0x10d8d1)=>{const _0xdbcd0b=_0x10d8d1['ui']['view']['body']['bodyCollectionContainer'];_0x132e68['focusableElements']['has'](_0xdbcd0b)&&_0x132e68['focusableElements']['remove'](_0xdbcd0b),this['context']instanceof _0x9416a1&&this['context']['ui']['focusTracker']['remove'](_0xdbcd0b);});}['_unbindEditors'](_0x2cfbe2){this['stopListening'](_0x2cfbe2,'editorReady'),this['stopListening'](_0x2cfbe2,'editorDestroyed');}['_createCommentThreadView'](_0x1a0ce5){const _0x4ba48e=this['context']['plugins']['get'](_0x599743),{config:_0x3f586b,locale:_0x5c2400}=this['context'],_0x4b8e2c=_0x596719(_0x3f586b['get']('locale'),_0x5c2400);return new(0x0,(_0x3f586b['get']('comments'))['CommentThreadView'])(_0x5c2400,_0x1a0ce5,_0x4ba48e['me'],{'editorConfig':{..._0x3f586b['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x3f586b['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x3f586b['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x3f586b['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x3f586b['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x4b8e2c,'CommentView':_0x3f586b['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x558790,channelId:_0x2be500,resolvedAt:_0x5b356f,resolvedBy:_0x5b9211,isFromAdapter:_0x2240bf}){if(!this['hasCommentThread'](_0x558790))throw new _0xf4a2b6('commentsrepository-missing-comment-thread',null,{'threadId':_0x558790});const _0x2c034d=this['getCommentThread'](_0x558790);if(_0x2c034d['isResolved'])throw new _0xf4a2b6('commentsrepository-resolved-comment-thread',null,{'threadId':_0x558790});const _0x1ffb8b=this['context']['plugins']['get'](_0x599743);if(_0x2c034d['resolvedBy']=_0x1ffb8b['getUser'](_0x5b9211),_0x2c034d['resolvedAt']=_0x5b356f,_0x2240bf||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x3ad50f=this['context']['plugins']['get']('PendingActions'),_0x54637b=_0x3ad50f['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x2be500,'threadId':_0x558790})['then'](({resolvedAt:_0x4f56d7,resolvedBy:_0x5446e9})=>{_0x3ad50f['remove'](_0x54637b),_0x2c034d['resolvedBy']['id']!==_0x5446e9&&(_0x2c034d['resolvedBy']=_0x1ffb8b['getUser'](_0x5446e9)),_0x2c034d['resolvedAt']=_0x4f56d7;})['catch'](_0x257859=>{throw console['error'](_0x257859),new _0xf4a2b6('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x503f3a,channelId:_0x35cb81,isFromAdapter:_0x44103e}){if(!this['hasCommentThread'](_0x503f3a))throw new _0xf4a2b6('commentsrepository-missing-comment-thread',null,{'threadId':_0x503f3a});const _0x4c44e8=this['getCommentThread'](_0x503f3a);if(!_0x4c44e8['isResolved'])throw new _0xf4a2b6('commentsrepository-reopen-comment-thread',null,{'threadId':_0x503f3a});if(_0x4c44e8['resolvedBy']=null,_0x4c44e8['resolvedAt']=null,_0x44103e||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x4ca0f3=this['context']['plugins']['get']('PendingActions'),_0x351643=_0x4ca0f3['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x35cb81,'threadId':_0x503f3a})['then'](()=>_0x4ca0f3['remove'](_0x351643))['catch'](_0x17b10c=>{throw console['error'](_0x17b10c),new _0xf4a2b6('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x18a93c,isFromAdapter:_0x127696}){const _0x52b24b=this['getCommentThread'](_0x18a93c);if(!_0x52b24b)throw new _0xf4a2b6('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x18a93c),this['_threads']['delete'](_0x18a93c),!_0x52b24b['isSubmitted']||_0x127696||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0xc576e1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x124c0b}=_0x52b24b,_0x23fd5a=_0xc576e1['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x124c0b,'threadId':_0x18a93c})['then'](()=>_0xc576e1['remove'](_0x23fd5a))['catch'](_0x428503=>{throw console['error'](_0x428503),new _0xf4a2b6('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x4ce30e,unlinkedAt:_0x264e28,context:_0x1eff8c,attributes:_0x5eb7cc,isFromAdapter:_0x61493d}){if('string'!=typeof _0x4ce30e)throw new _0xf4a2b6('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x4ce30e});if(!this['hasCommentThread'](_0x4ce30e))throw new _0xf4a2b6('commentsrepository-missing-comment-thread',null,{'threadId':_0x4ce30e});const _0x366993=this['getCommentThread'](_0x4ce30e);let _0x505191=!0x1;if(void 0x0!==_0x1eff8c&&_0x366993['context']!==_0x1eff8c&&(_0x366993['context']=_0x1eff8c,_0x505191=!0x0),void 0x0!==_0x264e28&&_0x366993['unlinkedAt']!==_0x264e28&&(_0x366993['unlinkedAt']=_0x264e28,_0x505191=!0x0),_0x5eb7cc&&!_0x23b053(_0x5eb7cc,_0x366993['attributes'])&&(_0x366993['attributes']=_0x5eb7cc,_0x505191=!0x0),!_0x505191)return Promise['resolve']();if(!_0x366993['isSubmitted']||_0x61493d||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x2e5471=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4f34a0}=_0x366993,_0x35ddbe=_0x2e5471['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x4f34a0,'threadId':_0x4ce30e,'context':_0x1eff8c,'unlinkedAt':_0x264e28,'attributes':_0x5eb7cc})['then'](()=>_0x2e5471['remove'](_0x35ddbe))['catch'](_0x4f4f83=>{throw console['error'](_0x4f4f83),new _0xf4a2b6('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x45f651){const _0x2a3893=this['context']['plugins']['get'](ti),_0x24f16f=this['getCommentThread'](_0x45f651);if(_0x24f16f['_isAttached']=!0x1,this['_threadToController']['has'](_0x24f16f)){const _0x3b15f2=this['_threadToController']['get'](_0x24f16f),_0x69b569=_0x3b15f2['view'],_0x4df5e7=_0x2a3893['getByInnerView'](_0x69b569);this['_threadToController']['delete'](_0x24f16f),this['_viewToController']['delete'](_0x69b569),_0x4df5e7&&_0x2a3893['remove'](_0x4df5e7),_0x3b15f2['destroy'](),_0x69b569['destroy']()['then'](()=>{this['_unbindEditors'](_0x69b569);});}}['_updateActiveAnnotation']({threadId:_0x4f96bd,resolvedAt:_0x3eac6e,unlinkedAt:_0xe6d42b}){const _0x20375a=!!_0x3eac6e,_0x264cbc=this['context']['plugins']['get'](ti),_0x4bfdc7=this['getCommentThread'](_0x4f96bd);if(this['_threadToController']['has'](_0x4bfdc7)){const _0x40f343=this['_threadToController']['get'](_0x4bfdc7)['view'],_0x5a16a3=_0x264cbc['getByInnerView'](_0x40f343);_0x5a16a3&&(_0x20375a&&_0x264cbc['_removeActiveAnnotation'](_0x5a16a3),_0xe6d42b?_0x5a16a3['isVisible']=!0x1:_0x5a16a3['refreshVisibility']());}}['_getExternalAuthor'](_0x40e103){const _0x373f57=this['context']['plugins']['get'](_0x599743),_0x47052e=_0x24d26c('external:'+_0x40e103),_0x23d28e=_0x373f57['getUser'](_0x47052e);return _0x23d28e||_0x373f57['addUser']({'id':_0x47052e,'name':_0x40e103});}['_createNewComment']({threadId:_0x5ddc78,commentId:_0x4228c0=_0x4e0aef(),content:_0x4cda7f,authorId:_0x44a6d6,createdAt:_0x504bc8,attributes:_0x492d1f}){if('string'!=typeof _0x4228c0)throw new _0xf4a2b6('commentsrepository-invalid-commentid');if('string'!=typeof _0x44a6d6)throw new _0xf4a2b6('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x4cda7f||!_0x4cda7f['trim']())throw new _0xf4a2b6('commentsrepository-invalid-comment-content');const _0x5e593f=this['context']['plugins']['get'](_0x599743)['getUser'](_0x44a6d6);if(!_0x5e593f)throw new _0xf4a2b6('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x44a6d6});let _0x3f09a2=null,_0x20220f=_0x504bc8;return _0x492d1f?.['@external']&&(_0x3f09a2=this['_getExternalAuthor'](_0x492d1f['@external']['authorName']),_0x20220f=new Date(_0x492d1f['@external']['createdAt'])),new hi(this,{'threadId':_0x5ddc78,'id':_0x4228c0,'author':_0x3f09a2||_0x5e593f,'creator':_0x5e593f,'content':_0x4cda7f,'createdAt':_0x504bc8,'authoredAt':_0x20220f,'attributes':_0x492d1f});}['_addComment'](_0x1faf2f){let {threadId:_0x6ee2d2,content:_0x21cf13,attributes:_0x3a462f,isFromAdapter:_0x489fc7}=_0x1faf2f;const _0x24cd68=this['getCommentThread'](_0x1faf2f['threadId']);if(!_0x24cd68)throw new _0xf4a2b6('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x2a2167=this['_createNewComment'](_0x1faf2f),{id:_0x27b1c3}=_0x2a2167;if(_0x24cd68['_add'](_0x2a2167),_0x489fc7||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x24cd68['isSubmitted'])return Promise['resolve']();const _0x5d58b1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x140c59}=_0x24cd68,_0x4dbefa=_0x5d58b1['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x3a462f||(_0x3a462f={}),this['adapter']['addComment']({'channelId':_0x140c59,'threadId':_0x6ee2d2,'commentId':_0x27b1c3,'content':_0x21cf13,'attributes':_0x3a462f})['then'](_0x86945d=>{_0x5d58b1['remove'](_0x4dbefa),_0x86945d&&this['_updateComment']({'channelId':_0x140c59,'threadId':_0x6ee2d2,'commentId':_0x27b1c3,'createdAt':_0x86945d['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x377719=>{throw console['error'](_0x377719),new _0xf4a2b6('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x405737,commentId:_0x5487a7,content:_0x5833b6,createdAt:_0x244cb5,attributes:_0x5f28a7,isFromAdapter:_0x2fc324}){if(void 0x0!==_0x5833b6&&('string'!=typeof _0x5833b6||!_0x5833b6['trim']()['length']))throw new _0xf4a2b6('commentsrepository-update-comment-invalid-content');const _0x46ff89=this['getCommentThread'](_0x405737),_0x5b26c9=_0x46ff89['getComment'](_0x5487a7);if(!_0x5b26c9)throw new _0xf4a2b6('commentsrepository-update-missing-comment',this);let _0x26540b=!0x1;if(_0x5833b6&&_0x5833b6!==_0x5b26c9['content']&&(_0x5b26c9['isEditable']||_0x2fc324)&&(_0x5b26c9['content']=_0x5833b6,_0x26540b=!0x0),_0x244cb5&&_0x244cb5!==_0x5b26c9['createdAt']&&(_0x5b26c9['createdAt']=_0x244cb5,_0x5b26c9['isExternal']||(_0x5b26c9['authoredAt']=_0x244cb5),_0x26540b=!0x0),_0x5f28a7&&!_0x23b053(_0x5f28a7,_0x5b26c9['attributes'])&&(_0x5b26c9['attributes']=_0x5f28a7,_0x26540b=!0x0),!_0x26540b)return Promise['resolve']();if(_0x46ff89['fire']('commentUpdated'),_0x2fc324||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x1b93ba=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3f39b7}=this['getCommentThread'](_0x5b26c9['threadId']),_0x130ab9=_0x1b93ba['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x3f39b7,'threadId':_0x405737,'commentId':_0x5487a7,'content':_0x5833b6,'attributes':_0x5f28a7})['then'](()=>_0x1b93ba['remove'](_0x130ab9))['catch'](_0x45abfd=>{throw console['error'](_0x45abfd),new _0xf4a2b6('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x1093c5,commentId:_0x48bb45,isFromAdapter:_0x4e381f}){const _0x577cb1=this['getCommentThread'](_0x1093c5),_0x53dae0=_0x577cb1['getComment'](_0x48bb45);if(!_0x53dae0)throw new _0xf4a2b6('commentsrepository-remove-missing-comment',this);if(_0x577cb1['_remove'](_0x53dae0),_0x4e381f||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x305c0f=this['context']['plugins']['get']('PendingActions'),{channelId:_0x5d6877}=_0x577cb1,_0x4a6742=_0x305c0f['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x5d6877,'threadId':_0x1093c5,'commentId':_0x48bb45})['then'](()=>_0x305c0f['remove'](_0x4a6742))['catch'](_0x106c14=>{throw console['error'](_0x106c14),new _0xf4a2b6('commentsrepository-remove-comment-internal-error',this);});}},ri=class extends si{['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x3d1927,_0x199cfc){super();const _0x48a4c4=_0x199cfc['isResolvable'];this['channelId']=_0x199cfc['channelId'],this['id']=_0x199cfc['id'],this['comments']=new _0x476485(),this['_repository']=_0x3d1927,this['_isAttached']=!0x1,this['_isSubmitted']=_0x199cfc['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x3d1927,'_permissions',_0x3d1927,'_readOnlyChannels',()=>_0x3d1927['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x3d1927,'_permissions',()=>_0x3d1927['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x3d1927,'_permissions',()=>{const _0x300c9e=_0x3d1927['getPermissions'](this['channelId']);return _0x300c9e['write']||_0x300c9e['admin'];}),this['bind']('isResolvable')['to'](_0x3d1927,'_permissions',()=>_0x48a4c4&&_0x3d1927['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x199cfc['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x45304b,_0x187a4b)=>_0x45304b?_0x187a4b?_0x45304b<_0x187a4b?_0x45304b:_0x187a4b:_0x45304b:_0x187a4b),this['set']('unlinkedAt',_0x199cfc['unlinkedAt']||null),this['set']('resolvedAt',_0x199cfc['resolvedAt']||null),this['set']('resolvedBy',_0x199cfc['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x46a2db=>!!_0x46a2db),this['set']('attributes',_0x199cfc['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x3ab9b1,_0x29697c)=>_0x3ab9b1+_0x29697c['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x17d43e,id:_0xe5682f}=this;this['_repository']['fire'](ai('submitCommentThread',_0x17d43e),{'channelId':_0x17d43e,'threadId':_0xe5682f});}['setUnlinkedAt'](_0x49ca3c){this['_update']({'unlinkedAt':_0x49ca3c});}['resolve']({resolvedAt:_0x549fcf=new Date(),resolvedBy:_0x38fa81='',isFromAdapter:_0x4cd2a9=!0x1}={}){const _0x5b65d6=this['_repository']['context']['plugins']['get'](_0x599743)['me'],{channelId:_0x2a8126,id:_0x194b6f}=this;this['_repository']['fire'](ai('resolveCommentThread',_0x2a8126),{'channelId':_0x2a8126,'threadId':_0x194b6f,'resolvedAt':_0x549fcf,'resolvedBy':_0x38fa81||_0x5b65d6['id'],'isFromAdapter':_0x4cd2a9});}['reopen']({isFromAdapter:_0x9063fc=!0x1}={}){const {channelId:_0x52f602,id:_0x15eb42}=this;this['_repository']['fire'](ai('reopenCommentThread',_0x52f602),{'channelId':_0x52f602,'threadId':_0x15eb42,'isFromAdapter':_0x9063fc});}['setContext'](_0x44c189){this['context']||this['_update']({'context':_0x44c189});}['setAttribute'](_0x30c2f6,_0x50479c){const _0x3030fd=_0x36cfaf(this['attributes']);_0x4097c1(_0x3030fd,_0x30c2f6,_0x50479c),this['_update']({'attributes':_0x3030fd});}['removeAttribute'](_0x51c859){const _0x8ba34=_0x36cfaf(this['attributes']);_0x5a6d71(_0x8ba34,_0x51c859),this['_update']({'attributes':_0x8ba34});}['remove']({isFromAdapter:_0x42c90b=!0x1}={}){const {channelId:_0x488e09,id:_0x529f35}=this;this['_repository']['fire'](ai('removeCommentThread',_0x488e09),{'channelId':_0x488e09,'threadId':_0x529f35,'isFromAdapter':_0x42c90b});}['attachTo'](_0x145cdb){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x145cdb});}['addComment'](_0x3cc667){const {channelId:_0x5df916,id:_0x372f7f}=this;this['_repository']['fire'](ai('addComment',_0x5df916,_0x372f7f),Object['assign']({'channelId':_0x5df916,'threadId':_0x372f7f},_0x3cc667));}['getComment'](_0xbfb18d){if('string'!=typeof _0xbfb18d)throw new _0xf4a2b6('commentsrepository-get-comment-invalid-id',null,{'commentId':_0xbfb18d});return this['comments']['get'](_0xbfb18d);}['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'](_0x1fc9c7=>_0x1fc9c7['toJSON']()),'attributes':this['attributes']};}['_add'](_0xe64be4){return this['listenTo'](_0xe64be4,'change:authoredAt',()=>{const _0x286f8c=this['_findOptimalIndex'](_0xe64be4),_0x3827db=this['comments'];_0x286f8c-0x1!=_0x3827db['getIndex'](_0xe64be4)&&_0x286f8c+0x1!=_0x3827db['getIndex'](_0xe64be4)&&(this['_remove'](_0xe64be4),this['_add'](_0xe64be4));}),this['comments']['add'](_0xe64be4,this['_findOptimalIndex'](_0xe64be4));}['_update'](_0x3ba0b2){const {channelId:_0x5b1677,id:_0x33964e}=this;this['_repository']['fire'](ai('updateCommentThread',_0x5b1677),{..._0x3ba0b2,'channelId':_0x5b1677,'threadId':_0x33964e});}['_remove'](_0x2c7b83){return this['stopListening'](_0x2c7b83),_0x2c7b83['destroy'](),this['comments']['remove'](_0x2c7b83);}['_findOptimalIndex'](_0x1c2cea){const _0xdfd285=this['comments']['find'](_0x209800=>new Date(_0x209800['authoredAt'])['getTime']()>new Date(_0x1c2cea['authoredAt'])['getTime']());return _0xdfd285?this['comments']['getIndex'](_0xdfd285):this['length'];}},hi=class extends ni{['id'];['threadId'];['author'];['creator'];['createdAt'];['_repository'];constructor(_0x4fe4fd,_0x4e58c4){super();const _0x13a4dc=_0x4fe4fd['context']['plugins']['get'](_0x599743)['me'],_0x4d77b1=_0x4fe4fd['getCommentThread'](_0x4e58c4['threadId']),_0x2aa359=0x0===_0x4d77b1['comments']['length'],_0x2e43c5=_0x13a4dc===_0x4e58c4['author'];this['id']=_0x4e58c4['id'],this['threadId']=_0x4e58c4['threadId'],this['author']=_0x4e58c4['author'],this['creator']=_0x4e58c4['creator'],this['set']('content',_0x4e58c4['content']),this['createdAt']=_0x4e58c4['createdAt']||new Date(),this['set']('authoredAt',_0x4e58c4['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x4d77b1,'resolvedAt'),this['set']('attributes',_0x4e58c4['attributes']||{}),this['bind']('isEditable')['to'](_0x4fe4fd,'_permissions',()=>{const _0x648c6b=_0x4fe4fd['getPermissions'](_0x4d77b1['channelId'])['write'],_0x57e18a=_0x4fe4fd['getPermissions'](_0x4d77b1['channelId'])['modifyAll'];return _0x2e43c5&&_0x648c6b||!_0x2e43c5&&_0x57e18a;}),this['bind']('isRemovable')['to'](_0x4d77b1,'isRemovable',_0x4fe4fd,'_permissions',_0x55dc45=>{const _0x1df817=_0x4fe4fd['getPermissions'](_0x4d77b1['channelId'])['write'],_0x4e927f=_0x4fe4fd['getPermissions'](_0x4d77b1['channelId'])['modifyAll'];return _0x2e43c5&&_0x1df817||_0x55dc45&&_0x2aa359||!_0x2e43c5&&_0x4e927f&&!_0x2aa359;}),this['bind']('isReadOnly')['to'](_0x4d77b1,'isReadOnly'),this['_repository']=_0x4fe4fd;}get['isExternal'](){return Boolean(this['attributes']&&this['attributes']['@external']);}get['weight'](){return Math['max'](function(_0x8a50c5){const _0x350b06=document['createElement']('div');return _0x350b06['innerHTML']=_0x8a50c5,_0x350b06['textContent']['length'];}(this['content']),0xc8);}['update'](_0x589458){const {threadId:_0x58e65d,id:_0x472209}=this;if(!this['_repository']['hasCommentThread'](_0x58e65d))throw new _0xf4a2b6('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x56035e}=this['_repository']['getCommentThread'](_0x58e65d);this['_repository']['fire'](ai('updateComment',_0x56035e,_0x58e65d),{'channelId':_0x56035e,'threadId':_0x58e65d,'commentId':_0x472209,..._0x589458});}['setAttribute'](_0x15f1ac,_0x4d598a){const _0x354771=_0x36cfaf(this['attributes']);_0x4097c1(_0x354771,_0x15f1ac,_0x4d598a),this['update']({'attributes':_0x354771});}['removeAttribute'](_0x410bfc){const _0x25c14f=_0x36cfaf(this['attributes']);_0x5a6d71(_0x25c14f,_0x410bfc),this['update']({'attributes':_0x25c14f});}['remove'](_0x42c0be={}){if(!_0x42c0be['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x403ecf,id:_0x3f840d}=this;if(!this['_repository']['hasCommentThread'](_0x403ecf))throw new _0xf4a2b6('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x48655d}=this['_repository']['getCommentThread'](_0x403ecf);this['_repository']['fire'](ai('removeComment',_0x48655d,_0x403ecf),{'channelId':_0x48655d,'threadId':_0x403ecf,'commentId':_0x3f840d,..._0x42c0be});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}};function ai(_0x24d37d,..._0x14e733){for(const _0x15e395 of _0x14e733)void 0x0!==_0x15e395&&(_0x24d37d+=':'+String(_0x15e395));return _0x24d37d;}var ci=class extends _0x3dff44{constructor(_0xa630bd){super(_0xa630bd),this['set']('hasContent',!0x1);}['refresh'](){const _0x3ad6e6=this['editor']['model']['document']['selection'];this['isEnabled']=!0x0,this['hasContent']=!0x1;for(const _0x3c1a32 of _0x3ad6e6['getRanges']())if(this['_hasContent'](_0x3c1a32))return void(this['hasContent']=!0x0);}['execute']({threadId:_0x57498e=_0x4e0aef(),ranges:_0x10ed9e,comment:_0x43c044}={}){const _0x57aeab=this['editor']['model'],_0x52a591=_0x10ed9e??Array['from'](_0x57aeab['document']['selection']['getRanges']()),_0x1d9235=[];for(const _0x1406d2 of _0x52a591)this['_hasContent'](_0x1406d2)&&_0x1d9235['push'](this['_trimToContent'](_0x1406d2));if(!_0x1d9235['length'])throw new _0xf4a2b6('addcommentthreadcommand-incorrect-ranges',null);_0x43c044&&this['_createCommentThread'](_0x57498e,_0x43c044),this['_createMarkersFromRanges'](_0x57498e,_0x1d9235,!!_0x43c044);}['_createMarkersFromRanges'](_0x264fe5,_0x3b4560,_0x441a65){this['editor']['model']['change'](_0x1e7d4b=>{for(const _0x32394f of _0x3b4560){const _0x37cfde='comment:'+_0x264fe5+':'+_0x4e0aef()['substr'](0x1,0x5);_0x1e7d4b['addMarker'](_0x37cfde,{'range':_0x32394f,'usingOperation':_0x441a65,'affectsData':_0x441a65});}});}['_createCommentThread'](_0x1ac40a,_0x121aa5){const _0x5b3665=this['editor']['plugins']['get']('CommentsRepository'),_0x566306=this['editor']['config']['get']('collaboration.channelId'),_0x185e95=this['editor']['plugins']['get']('Users')['me'];if(!_0x185e95)throw new _0xf4a2b6('addcommentthreadcommand-user-not-found',null);_0x5b3665['addCommentThread']({'threadId':_0x1ac40a,'channelId':_0x566306,'comments':[{'authorId':_0x185e95['id'],'content':_0x121aa5,'createdAt':new Date(),'attributes':{}}]});}['_hasContent'](_0x40b3ba){for(const _0x51557f of _0x40b3ba['getItems']())if(this['_itemIsContent'](_0x51557f))return!0x0;return!0x1;}['_itemIsContent'](_0x1beb02){return _0x1beb02['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x1beb02)&&!_0x1beb02['is']('element','tableCell');}['_trimToContent'](_0x33faca){const _0x333416=_0x274064=>!this['_itemIsContent'](_0x274064['item']),_0x30f5ab=_0x33faca['start']['getLastMatchingPosition'](_0x333416),_0x20e8cd=_0x33faca['end']['getLastMatchingPosition'](_0x333416,{'direction':'backward'});return this['editor']['model']['createRange'](_0x30f5ab,_0x20e8cd);}},di=class extends _0x49d365{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[ti];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x355d96){super(_0x355d96),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x7953b1=this['editor'],_0x33020f=_0x7953b1['model']['document']['selection'],_0x2b3939=_0x2e8ec0(()=>this['refreshSelectedViews'](),0xa);_0x33020f['on']('change:range',(_0x123431,_0x950be1)=>{_0x950be1['directChange']&&(_0x2b3939['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x7953b1['editing']['view']['document'],'change:isFocused',(_0x186d99,_0x434807,_0x3b0a61)=>{_0x3b0a61&&_0x2b3939();}),this['listenTo'](_0x7953b1['ui']['focusTracker'],'change:isFocused',(_0xe10e8,_0x4365e9,_0x50f8e6)=>{_0x50f8e6||this['fire']('blur',{'isAnnotationTracked':_0x5cc201=>this['_editorAnnotationsData']['has'](_0x5cc201['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x4da62a){if(this['_editorAnnotations']['has'](_0x4da62a['view']))return;this['_editorAnnotations']['add'](_0x4da62a['view']),this['editor']['ui']['focusTracker']['add'](_0x4da62a['view']['element']);const _0x1c800a=this['editor']['plugins']['get'](ti);this['listenTo'](_0x1c800a['collection'],'remove',(_0x481721,_0x5a7615)=>{this['editor']['ui']['focusTracker']['remove'](_0x5a7615['view']['element']),this['_editorAnnotations']['delete'](_0x5a7615['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x1a60ae){if('function'!=typeof _0x1a60ae)throw new _0xf4a2b6('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x1a60ae);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x4f470b,annotations:_0x3c754d}){const _0x33f711=[],_0x1a7623=this['editor']['model']['document']['selection'],_0x21edfe=Array['from'](_0x1a7623['getRanges']());for(const [_0x502681,_0xffaa15]of this['_editorAnnotationsData']){const _0x3a2860=_0x6626f2(_0xffaa15),_0x28b18b=_0x3c754d['getByInnerView'](_0x502681);_0x3a2860&&_0x28b18b&&_0x33f711['push']({'annotation':_0x28b18b,'range':_0x3a2860});}function _0x6626f2(_0x3eed34){for(const _0x52bfe3 of _0x3eed34)for(const _0x535791 of _0x21edfe)if(_0x52bfe3['containsRange'](_0x535791,!_0x1a7623['isCollapsed']))return _0x52bfe3;return null;}return _0x33f711['sort']((_0x5cdaf1,_0xc122c9)=>{const _0x37dd4f=_0x5cdaf1['range'],_0x1d51b2=_0xc122c9['range'];if(!_0x37dd4f['isEqual'](_0x1d51b2)){if(_0x37dd4f['containsRange'](_0x1d51b2,!0x0))return 0x1;if(_0x1d51b2['containsRange'](_0x37dd4f,!0x0))return-0x1;}return _0x5cdaf1['annotation']==_0x4f470b?-0x1:_0xc122c9['annotation']==_0x4f470b?0x1:0x0;})['map'](_0x252678=>_0x252678['annotation']);}get['_editorAnnotationsData'](){const _0x171738=new Map();for(const _0x5caa2b of Array['from'](this['_dataCollectors']))for(const [_0x119c1e,_0x41cdff]of _0x5caa2b())_0x171738['set'](_0x119c1e,_0x41cdff);return _0x171738;}},li=class extends _0x49d365{['afterInit'](){const _0x384a4e=this['editor'];_0x384a4e['plugins']['has']('RestrictedEditingModeEditing')&&_0x384a4e['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}},mi=class extends _0x49d365{constructor(_0x4d2f5d){super(_0x4d2f5d),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x2aa77f=this['editor'],_0x534d2e=_0x2aa77f['commands']['get']('importWord'),_0x338f7d=_0x2aa77f['plugins']['get'](_0x599743);_0x534d2e&&(_0x534d2e['on']('execute',(_0x34dbe6,[,_0x351915])=>{_0x351915['collaboration_features']={'comments':!0x0,'user_id':_0x338f7d['me']['id']};},{'priority':_0x3152ea['high']+0xa}),this['listenTo'](_0x534d2e,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x8bf893,_0x1fdc01){const {comment_threads:_0x168af1}=_0x1fdc01;_0x168af1&&_0x168af1['forEach'](({thread_id:_0x30d9f0,comments:_0x567cae,is_resolved:_0x279eaa})=>{const _0x2210c4=new Date(),_0x37eecb=_0x567cae['map'](({author:_0x57ef93,content:_0xc730a4,created_at:_0x3e04ba})=>({'content':_0xc730a4,'authorId':this['editor']['plugins']['get'](_0x599743)['me']['id'],'createdAt':_0x2210c4,'attributes':{'@external':{'authorName':_0x57ef93,'createdAt':_0x3e04ba?new Date(_0x3e04ba):new Date(),'source':'importWord'}}})),_0x2c21a9=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](oi)['addCommentThread']({'channelId':_0x2c21a9,'threadId':_0x30d9f0,'comments':_0x37eecb,'resolvedAt':_0x279eaa?_0x2210c4:null});});}},ui=class extends _0x49d365{constructor(_0x1f5d4a){super(_0x1f5d4a),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[pt,wt];}['afterInit'](){const _0x57c384=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x57c384,'contentInsertion',(_0x10a05b,_0x53f89f)=>this['_removeMarkersWithoutThreads'](_0x53f89f['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x445537){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x445537;const _0x341a37=this['editor']['plugins']['get']('CommentsRepository');for(const _0x24675b of _0x445537['keys']()){const [_0x1c8d56,_0x1f8e74]=_0x24675b['split'](':');'comment'!=_0x1c8d56||_0x341a37['hasCommentThread'](_0x1f8e74)||_0x445537['delete'](_0x24675b);}return _0x445537;}['_registerMarkerInClipboardPipeline'](){const _0x1d70ef=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x516103=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x516103&&_0x1d70ef['_registerMarkerToCopy']('comment',_0x516103);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x450d60){switch(_0x450d60){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}};function fi(_0x56e3db){const _0x308618=_0x56e3db['split'](':');return{'group':_0x308618[0x0],'id':_0x308618[0x1],'part':_0x308618[0x2]};}var pi=class extends _0x49d365{['init'](){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}['overrideMarkerConverters'](){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0xaff9f0,_0x52cb0e)=>{if(!_0x52cb0e['options']['showCommentHighlights'])return null;if(_0x52cb0e['options']['ignoreResolvedComments']){const {id:_0x4ad1ef}=fi(_0xaff9f0['markerName']);if(this['editor']['plugins']['get'](oi)['getCommentThread'](_0x4ad1ef)?.['isResolved']&&_0xaff9f0['item'])return _0x52cb0e['consumable']['consume'](_0xaff9f0['item'],'addMarker:'+_0xaff9f0['markerName']),_0x52cb0e['consumable']['consume'](_0xaff9f0['item'],'removeMarker:'+_0xaff9f0['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x2714df=>{_0x2714df['on']('addMarker:comment',(_0x354b82,_0x2c118d,_0x120d8d)=>{if(!_0x120d8d['options']['showCommentHighlights'])return;const _0xfab983=_0x2c118d['item'];if(!_0xfab983)return;const _0x1b81fb=_0x120d8d['mapper']['toViewElement'](_0xfab983);this['editor']['model']['schema']['isObject'](_0xfab983)&&_0x1b81fb&&!_0x1b81fb['getCustomProperty']('widget')&&_0x1b81fb['is']('containerElement')&&Ct(_0x1b81fb,_0x120d8d['writer']);},{'priority':'high'});});}['overrideHorizontalRuleConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x57e184,{writer:_0x207615,options:_0x3c15d4})=>{if(!_0x3c15d4['showCommentHighlights'])return null;const _0x50f720=_0x207615['createContainerElement']('div'),_0xf008d9=_0x207615['createEmptyElement']('hr');return _0x207615['addClass']('ck-horizontal-line',_0x50f720),_0x207615['insert'](_0x207615['createPositionAt'](_0x50f720,0x0),_0xf008d9),_0x50f720;},'converterPriority':'high'});}['overrideImageInlineConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x128dcd,{writer:_0x2552f9,options:_0x168935})=>{if(!_0x168935['showCommentHighlights'])return null;const _0xdda4e6=_0x2552f9['createContainerElement']('span'),_0x5484fd=_0x2552f9['createEmptyElement']('img');return _0x2552f9['addClass']('image-inline',_0xdda4e6),_0x2552f9['insert'](_0x2552f9['createPositionAt'](_0xdda4e6,0x0),_0x5484fd),_0xdda4e6;},'converterPriority':'high'});}['overrideMediaEmbedConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x357910,{writer:_0x1ab528,options:_0x5d39bb})=>{if(_0x5d39bb['showCommentHighlights'])return _0x1ab528['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x1c3c92,_0x3e1069,_0xb93245)=>{_0xb93245['options']['showCommentHighlights']&&_0x1c3c92['stop']();},{'priority':'high'});}},wi=class extends _0x49d365{static get['requires'](){return[oi,di,_0x599743,li,mi,ui,pi];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x69ac60){super(_0x69ac60),this['set']('isThreadsLoadingPaused',!0x0),_0x69ac60['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0xdc3dc7,_0x5a0f5f,_0x4eb785,_0x1c9f9c)=>{const _0x4f2b14=_0x69ac60['plugins']['get'](oi),_0x582cc3=_0x4eb785?fi(_0x4eb785)['id']:null;_0x69ac60['model']['change'](()=>{if(_0x582cc3){const _0x48bf21=this['getAllMarkersForId'](_0x582cc3);for(const _0x509e62 of _0x48bf21)_0x69ac60['editing']['reconvertMarker'](_0x509e62);}if(_0x1c9f9c){const {id:_0x52ea8c}=fi(_0x1c9f9c),_0x411238=_0x4f2b14['getCommentThread'](_0x52ea8c);if(_0x411238&&_0x411238['unlinkedAt'])return;if(_0x411238&&!_0x411238['isAttached'])return;const _0x108079=this['getAllMarkersForId'](_0x52ea8c);for(const _0x3bf13a of _0x108079)_0x69ac60['editing']['reconvertMarker'](_0x3bf13a);}}),_0x582cc3&&this['scrollToThreadMarker'](_0x582cc3);}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x40bed3=this['editor'],_0x91fd44=_0x40bed3['plugins']['get'](oi),_0x4be5b6=_0x40bed3['config']['get']('collaboration.channelId'),_0x4d8413=_0x91fd44['getCommentThreads']()['filter'](_0x404859=>_0x404859['channelId']!==_0x4be5b6);_0x40bed3['commands']['add']('addCommentThread',new ci(_0x40bed3)),this['listenTo'](_0x40bed3,'change:isReadOnly',(_0x2b6191,_0xa5037b,_0x47b362)=>{_0x91fd44['switchReadOnly'](_0x47b362,_0x40bed3['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x91fd44,gi('addCommentThread',_0x4be5b6),(_0x3e9642,{threadId:_0x416fab})=>{this['editor']['plugins']['get'](oi)['getCommentThread'](_0x416fab)?.['unlinkedAt']&&this['_attachArchivedThread'](_0x416fab);}),this['listenTo'](_0x91fd44,gi('removeCommentThread',_0x4be5b6),(_0x5668d2,{threadId:_0x1ee129})=>{_0x40bed3['model']['enqueueChange']({'isUndoable':!0x1},_0x21974e=>{const _0x63104d=this['getAllMarkersForId'](_0x1ee129);for(const _0x58f92e of _0x63104d)_0x21974e['removeMarker'](_0x58f92e);});}),this['listenTo'](_0x91fd44,gi('resolveCommentThread',_0x4be5b6),(_0x4d2a40,{threadId:_0x51efac})=>{this['_reconvertMarkers'](_0x51efac);const _0x9ef9b1=this['editor']['plugins']['get'](ti);(this['editor']['editing']['view']['hasDomSelection']||_0x9ef9b1['collection']['isFocused'])&&(this['editor']['plugins']['get'](oi)['getCommentThread'](_0x51efac)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x91fd44,gi('reopenCommentThread',_0x4be5b6),(_0x488a95,{threadId:_0xdaf72f})=>{this['_reconvertMarkers'](_0xdaf72f);},{'priority':'low'}),this['listenTo'](_0x91fd44,gi('addComment',_0x4be5b6),(_0x34d7bf,{threadId:_0x3d6261,isFromAdapter:_0x2faa9f})=>{const _0x5af37a=this['getAllMarkersForId'](_0x3d6261);!_0x2faa9f&&0x0!=_0x5af37a['length']&&_0x91fd44['hasCommentThread'](_0x3d6261)&&0x1===_0x91fd44['getCommentThread'](_0x3d6261)['length']&&_0x40bed3['model']['enqueueChange']({'isUndoable':!0x1},_0x34cb16=>{for(const _0x356acd of _0x5af37a)_0x34cb16['updateMarker'](_0x356acd,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0x4d8413);}['afterInit'](){!async function(_0x4eb5cd){const _0x121308='KpOBJGNSEgqCyfVF1kZ8lbnRjM7eIzAsDQHw9aThu6rcYi05UmPL4d3X2Wotvx',_0x3f2657=0x78de0,_0x5a95f9=window['Date']['now'](),_0x55c476=_0x4eb5cd['editor'],_0x355a05=new window['Promise'](_0x1b798a=>{_0x55c476['once']('ready',_0x1b798a);}),_0x5b17b1={'kty':'EC','use':'sig','crv':'P-256','x':'iCjOCvDFI6lQHHT18jVwRfkfHQ2a_MymT35LQVoFSAI','y':'kXIyJ4evtCEFRmxKSUpK9fDW459vXOvVrhf6uQAeOio','alg':'ES256'},_0x3675aa=_0x55c476['config']['get']('licenseKey');async function _0x52ccce(){let _0x521d09,_0x13dacf=null,_0x43a0b7=null;try{return'GPL'==_0x3675aa?'NotAllowed':(_0x521d09=_0xefb3c8(),_0x521d09?(_0x521d09['usageEndpoint']&&(_0x43a0b7=_0x2a9f66(_0x521d09['usageEndpoint'],_0x521d09['jti'])),await _0x50bf88()?_0x25b8b1()?_0x128c92()?'Expired':_0x2164cf()?('evaluation'==_0x521d09['licenseType']&&(_0x13dacf=_0x5be640('EvaluationLimit')),await _0x880da8()):'DomainLimit':'NotAllowed':'Invalid'):'Invalid');}catch{return'Invalid';}function _0x128c92(){const _0x3b82be=['evaluation','trial']['includes'](_0x521d09['licenseType'])?_0x5a95f9/0x3e8:0xe10*_0x3f2657;return _0x521d09['exp']<_0x3b82be;}function _0x25b8b1(){const _0x5ecbc5=_0x521d09['features'];if(!_0x5ecbc5)return!0x1;if(_0x5ecbc5['includes']('*'))return!0x0;if(_0x5ecbc5['includes']('CMT'))return!0x0;if(_0x5ecbc5['includes']('TRILIUM')&&_0x192c9b())return!0x0;if(_0x5ecbc5['includes']('RCMT')){if(_0x1872c6())return!0x0;if(_0x53c749()||_0x4e81f7())return!0x0;}return!0x1;}function _0x2164cf(){const _0x55de39=_0x521d09['licensedHosts'];if(!_0x55de39||0x0==_0x55de39['length'])return!0x0;const {hostname:_0x26add9}=new URL(window['location']['href']);if(_0x55de39['includes'](_0x26add9))return!0x0;const _0x5db2b5=_0x26add9['split']('.');return _0x55de39['filter'](_0xbc26ab=>_0xbc26ab['includes']('*'))['map'](_0x44219b=>_0x44219b['split']('.'))['filter'](_0x47159c=>_0x47159c['length']<=_0x5db2b5['length'])['map'](_0x5dd346=>Array(_0x5db2b5['length']-_0x5dd346['length'])['fill']('*'===_0x5dd346[0x0]?'*':'')['concat'](_0x5dd346))['some'](_0x3a5a63=>_0x5db2b5['every']((_0x332097,_0x3b5f61)=>_0x3a5a63[_0x3b5f61]===_0x332097||'*'===_0x3a5a63[_0x3b5f61]));}function _0x880da8(){return _0x13dacf&&_0x43a0b7?new window['Promise']((_0x5594dd,_0x564161)=>{_0x13dacf['then'](_0x5594dd,_0x564161),_0x43a0b7['then'](_0x28fb59=>{'Valid'!=_0x28fb59&&_0x5594dd(_0x28fb59);},_0x564161);}):_0x13dacf||_0x43a0b7||'Valid';}}function _0x2a9f66(_0x369695,_0x36d56d){return new window['Promise'](_0x2bddcb=>{if(_0x57300f())return _0x2bddcb('Valid');_0x5d0b58(),_0x55c476['decorate']('_sendUsageRequest');let _0x13f081=!0x1;const _0x1d3be8=_0x4e0aef();function _0x589a8f(_0x4c4ec1){return!!_0x4c4ec1&&('object'==typeof _0x4c4ec1||'function'==typeof _0x4c4ec1)&&'function'==typeof _0x4c4ec1['then']&&'function'==typeof _0x4c4ec1['catch'];}function _0x2421c5(_0x580c12){_0x51a38a(_0x580c12)['then'](_0xe15488=>_0xe15488&&'ok'==_0xe15488['status']?_0x553f3d(_0x540039(_0x1d3be8+_0x36d56d))!=_0xe15488['verification']?'UsageLimit':'Valid':'UsageLimit')['then'](_0x349169=>(_0x54bed3(),_0x349169),()=>{const _0x457b5c=_0x26f460();return null==_0x457b5c?(_0x54bed3(),'Valid'):_0x5a95f9-_0x457b5c>0x240c8400?'UsageLimit':'Valid';})['then'](_0x2bddcb)['catch'](()=>{_0x2bddcb('UsageLimit');});const _0x2f1cf9=0x36ee80;function _0x54bed3(){const _0x3a3422='llct-'+_0x553f3d(_0x540039(_0x369695)),_0x4d958a=_0x490d7d(_0x553f3d(window['Math']['ceil'](_0x5a95f9/_0x2f1cf9)));window['localStorage']['setItem'](_0x3a3422,_0x4d958a);}function _0x26f460(){const _0x3d7721='llct-'+_0x553f3d(_0x540039(_0x369695)),_0x4227de=window['localStorage']['getItem'](_0x3d7721);return _0x4227de?window['parseInt'](_0x490d7d(_0x4227de),0x10)*_0x2f1cf9:null;}function _0x51a38a(_0x5dfc2b){return new window['Promise']((_0x12fcea,_0x169f15)=>{_0x5dfc2b['then'](_0x12fcea,_0x169f15),window['setTimeout'](_0x169f15,0x1d4c0);});}}_0x55c476['on']('_sendUsageRequest',(_0x13b21b,_0x4e7d22)=>{if(_0x4e7d22[0x0]!=_0x369695)return _0x2bddcb('UsageLimit');_0x4e7d22[0x1]={..._0x4e7d22[0x1],'requestId':_0x1d3be8};},{'priority':'high'}),_0x55c476['on']('_sendUsageRequest',_0x4989b6=>{_0x589a8f(_0x4989b6['return'])&&(_0x13f081=!0x0,_0x2421c5(_0x4989b6['return']));},{'priority':'low'}),_0x355a05['then'](()=>{_0x13f081||_0x2bddcb('UsageLimit');});});function _0x57300f(){return'auto'==_0x55c476['editing']['view']['_overlayModeHint'];}function _0x5d0b58(){_0x55c476['editing']['view']['_overlayModeHint']='auto';}}function _0x5be640(_0x26f963){const _0xdb9949=[new window['Promise'](_0x2b4385=>setTimeout(_0x2b4385,0x93ecc)),_0x355a05['then'](()=>new window['Promise'](_0x191568=>{let _0x9aa7de=0x0;_0x55c476['model']['on']('applyOperation',(_0x26f7bc,_0x55729a)=>{_0x55729a[0x0]['isDocumentOperation']&&_0x9aa7de++,0x5e8==_0x9aa7de&&(_0x191568(),_0x26f7bc['off']());});}))];return window['Promise']['race'](_0xdb9949)['then'](()=>_0x26f963);}async function _0x3171c2(){await _0x355a05,_0x55c476['model']['change']=_0x33a9db,_0x55c476['model']['enqueueChange']=_0x33a9db,_0x55c476['enableReadOnlyMode']('model');}function _0x192c9b(){return window['glob']&&window['glob']['triliumVersion'];}function _0x1872c6(){return _0x98a554('WebSocketGateway')&&'connected'==_0x224d84('WebSocketGateway')['state'];}function _0x53c749(){return _0x98a554('RevisionViewerIntegration');}function _0x4e81f7(){return _0x98a554('TrackChangesDataGetter');}function _0x498c2c(_0x251b47){const _0x310d44=_0x59754b();_0x55c476[_0x310d44]='commentsLicenseKey'+_0x251b47,'Valid'!=_0x251b47&&_0x3171c2();}function _0x59754b(){const _0x2f3060=window['String'](window['performance']['now']())['replace']('.','');let _0x2e6241='K';for(let _0x1f1787=0x0;_0x1f1787<_0x2f3060['length'];_0x1f1787+=0x2){let _0x4b676d=window['parseInt'](_0x2f3060['substring'](_0x1f1787,_0x1f1787+0x2));_0x4b676d>=0x3e&&(_0x4b676d-=0x3e),_0x2e6241+=_0x121308[_0x4b676d];}return _0x2e6241;}function _0xefb3c8(){const _0x1a0ae2=_0x3675aa['split']('.');if(0x3!=_0x1a0ae2['length'])return null;return _0x169bd2(_0x1a0ae2[0x1]);function _0x169bd2(_0x10f4b8){const _0x28a461=_0x39f416(_0x10f4b8);return _0x28a461&&_0x5053a8()?_0x28a461:null;function _0x5053a8(){const _0xd891b1=_0x28a461['jti'],_0x5907b5=window['parseInt'](_0xd891b1['substring'](_0xd891b1['length']-0x8),0x10),_0x3c3b5c={..._0x28a461,'jti':_0xd891b1['substring'](0x0,_0xd891b1['length']-0x8)};return delete _0x3c3b5c['vc'],_0x540039(_0x3c3b5c)==_0x5907b5;}}}async function _0x50bf88(){let _0x4f9683=!0x0;try{const [_0x194833,_0x439838,_0x403996]=_0x3675aa['split']('.');return _0x3cfecc(_0x194833),await _0x3a9df8(_0x194833,_0x439838,_0x403996),_0x4f9683;}catch{return!0x1;}function _0x3cfecc(_0x19878e){const _0x11b0fd=_0x39f416(_0x19878e);_0x11b0fd&&'ES256'==_0x11b0fd['alg']||(_0x4f9683=!0x1);}async function _0x3a9df8(_0x59f61a,_0x1e7c47,_0x1a8f7c){const _0x473224=window['Uint8Array']['from'](_0xfa82fc(_0x1a8f7c),_0x305c26=>_0x305c26['charCodeAt'](0x0)),_0x3aabd4=new window['TextEncoder']()['encode'](_0x59f61a+'.'+_0x1e7c47),_0x3cd246=window['crypto']['subtle'];if(!_0x3cd246)return;const _0x87c28b=await _0x3cd246['importKey']('jwk',_0x5b17b1,{'name':'ECDSA','namedCurve':'P-256'},!0x1,['verify']);await _0x3cd246['verify']({'name':'ECDSA','hash':{'name':'SHA-256'}},_0x87c28b,_0x473224,_0x3aabd4)||(_0x4f9683=!0x1);}}function _0x39f416(_0x4cce42){return _0x4cce42['startsWith']('ey')?JSON['parse'](_0xfa82fc(_0x4cce42)):null;}function _0xfa82fc(_0x43ee40){return window['atob'](_0x43ee40['replace'](/-/g,'+')['replace'](/_/g,'/'));}function _0x540039(_0x4814d7){let _0x4a1a4b=0x1505;function _0x56b9db(_0x3d4718){for(let _0xf1045e=0x0;_0xf1045e<_0x3d4718['length'];_0xf1045e++){const _0x5402eb=_0x3d4718['charCodeAt'](_0xf1045e);_0x4a1a4b=(_0x4a1a4b<<0x5)+_0x4a1a4b+_0x5402eb,_0x4a1a4b&=_0x4a1a4b;}}function _0x51c117(_0x367df1){Array['isArray'](_0x367df1)?_0x367df1['forEach'](_0x51c117):_0x367df1&&'object'==typeof _0x367df1?Object['entries'](_0x367df1)['sort']()['forEach'](([_0x45b59c,_0x1cff93])=>{_0x56b9db(_0x45b59c),_0x51c117(_0x1cff93);}):_0x56b9db(window['String'](_0x367df1));}return _0x51c117(_0x4814d7),_0x4a1a4b>>>0x0;}function _0x553f3d(_0x4e3d8f){return _0x4e3d8f['toString'](0x10)['padStart'](0x8,'0');}function _0x490d7d(_0x1df879){return _0x1df879['split']('')['reverse']()['join']('');}function _0x98a554(_0x45b7e8){return _0x55c476['plugins']['has'](_0x45b7e8);}function _0x224d84(_0x50ff08){return _0x55c476['plugins']['get'](_0x50ff08);}function _0x33a9db(){}_0x498c2c(await _0x52ccce());}(this);}['destroy'](){const _0x18bd6c=this['editor']['plugins']['get'](oi),_0x3109e4=this['editor']['config']['get']('collaboration.channelId');for(const _0x409c24 of _0x18bd6c['getCommentThreads']({'channelId':_0x3109e4}))_0x18bd6c['_detachCommentThread'](_0x409c24['id']),_0x18bd6c['_threads']['delete'](_0x409c24['id']);super['destroy']();}['hasMarkerForId'](_0x54ec22){return this['getAllMarkersForId'](_0x54ec22)['length']>0x0;}['getAllMarkersForId'](_0x2a3ce4){const _0x19fe1f=[];for(const _0x39bbbe of this['editor']['model']['markers'])_0x39bbbe['name']['startsWith']('comment:'+_0x2a3ce4)&&_0x19fe1f['push'](_0x39bbbe);return _0x19fe1f;}['scrollToThreadMarker'](_0x4d1be6){setTimeout(()=>{const _0x48efc2=this['_getTargetForId'](_0x4d1be6);_0x48efc2&&this['activeMarker']&&fi(this['activeMarker'])['id']===_0x4d1be6&&_0x30ce45({'target':_0x48efc2[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0xc446bf){this['editor']['model']['change'](()=>{for(const _0x20aabd of this['getAllMarkersForId'](_0xc446bf))this['editor']['editing']['reconvertMarker'](_0x20aabd);});}['_attachArchivedThread'](_0xc9fb8a){const _0xff7f32=this['editor']['plugins']['get'](oi),_0x27a1c5=this['editor']['plugins']['get'](di),_0x266910=_0xff7f32['getCommentThread'](_0xc9fb8a);if(!_0x266910['isAttached']){const _0x30cce5=_0x266910['attachTo'](()=>this['_getTargetForId'](_0x266910['id']));_0x27a1c5['registerAnnotation'](_0x30cce5),_0x266910['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x19c363=this['editor'],_0x179621=_0x19c363['plugins']['get'](_0x599743);_0x19c363['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x593424,_0x50fed5)=>{const {id:_0x58a3b7}=fi(_0x593424['markerName']),_0x4917db=_0x19c363['plugins']['get'](oi)['getCommentThread'](_0x58a3b7),_0x5edf6d=this['activeMarker']&&fi(this['activeMarker'])['id']===_0x58a3b7;let _0x1b42d0;if(_0x4917db&&_0x4917db['isResolved']&&!_0x5edf6d&&_0x593424['item'])return _0x50fed5['consumable']['consume'](_0x593424['item'],'addMarker:'+_0x593424['markerName']),_0x50fed5['consumable']['consume'](_0x593424['item'],'removeMarker:'+_0x593424['markerName']),null;const _0x5d357f=['ck-comment-marker'];return _0x5edf6d&&_0x5d357f['push']('ck-comment-marker--active'),_0x1b42d0=_0x4917db?.['length']?_0x4917db['comments']['first']['author']['id']:_0x179621['me']['id'],{'classes':_0x5d357f,'attributes':{'data-comment':_0x58a3b7,'data-author-id':_0x1b42d0}};}}),_0x19c363['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x293ef9,{options:_0x606c3e})=>{if(_0x606c3e['showCommentHighlights'])return null;const _0x80b980=_0x19c363['plugins']['get'](oi),_0xe1ab46=_0x19c363['model']['markers']['get'](_0x293ef9),{id:_0x1aa100,part:_0x3177aa}=fi(_0x293ef9);return _0xe1ab46&&!_0xe1ab46['affectsData']||_0x606c3e['ignoreResolvedComments']&&_0x80b980['getCommentThread'](_0x1aa100)?.['isResolved']?null:{'group':'comment','name':_0x3177aa?_0x1aa100+':'+_0x3177aa:_0x1aa100};}}),_0x19c363['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x34951e,{writer:_0x5672bd})=>_0x5672bd['createElement']('$marker',{'data-name':'comment:'+_0x34951e['getAttribute']('id')})}),_0x19c363['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x1be631=this['editor'],_0x4b666d=_0x1be631['plugins']['get'](oi),_0x497120=new Set(),_0x3fb0a3=new Set();_0x1be631['model']['document']['registerPostFixer'](_0x346c17=>{let _0x88db9c=!0x1;for(const {name:_0x5ff31e,data:_0x3da0a6}of _0x1be631['model']['document']['differ']['getChangedMarkers']()){const {group:_0x17bd04,id:_0x103758}=fi(_0x5ff31e);let _0x591aca=_0x3da0a6['newRange'];if('comment'!==_0x17bd04||!_0x591aca)continue;const _0x398a7d='$graveyard'===_0x591aca['root']['rootName'];_0x398a7d||(_0x591aca=_i(_0x591aca,_0x1be631['model']),!_0x591aca||_0x591aca['isCollapsed']||!_0x3da0a6['newRange']||_0x591aca['isEqual'](_0x3da0a6['newRange']))?_0x1be631['model']['hasContent'](_0x591aca)&&!_0x398a7d?this['isThreadsLoadingPaused']?_0x497120['add'](_0x5ff31e):this['_handleThreadMarker'](_0x5ff31e,_0x103758):(_0x3fb0a3['add'](_0x5ff31e),_0x497120['delete'](_0x5ff31e),_0x346c17['removeMarker'](_0x5ff31e),_0x88db9c=!0x0):(_0x346c17['updateMarker'](_0x5ff31e,{'range':_0x591aca}),_0x88db9c=!0x0);}return _0x88db9c;}),this['on']('change:isThreadsLoadingPaused',(_0x5503c9,_0x4af0bf,_0x2a4364)=>{if(!_0x2a4364&&_0x497120['size'])for(const _0x3048f0 of _0x497120){const {id:_0x9a905f}=fi(_0x3048f0);_0x497120['delete'](_0x3048f0),_0x1be631['model']['markers']['get'](_0x3048f0)&&this['_handleThreadMarker'](_0x3048f0,_0x9a905f);}}),this['listenTo'](_0x1be631['model']['document'],'change',()=>{for(const {name:_0xc3b201,data:{newRange:_0x49b0ed}}of _0x1be631['model']['document']['differ']['getChangedMarkers']()){const {group:_0x2fb764,id:_0x21a6dc}=fi(_0xc3b201);if('comment'!==_0x2fb764)continue;const _0x56061a=_0x4b666d['getCommentThread'](_0x21a6dc),_0x237e31=this['hasMarkerForId'](_0x21a6dc);_0x56061a&&(!_0x56061a['_hasTargetInContent']&&_0x49b0ed&&_0x1be631['editing']['view']['once']('render',()=>{const _0x4c17f2=_0x1be631['plugins']['get'](ti),_0x55b7c3=_0x4b666d['_threadToController']['get'](_0x56061a)['view'];_0x4c17f2['getByInnerView'](_0x55b7c3)['refreshVisibility']();},{'priority':'low'}),_0x56061a['_hasTargetInContent']=_0x237e31||!!_0x49b0ed),_0x49b0ed||(_0x3fb0a3['add'](_0xc3b201),_0x497120['delete'](_0xc3b201));}for(const _0x5f4797 of _0x3fb0a3){const {id:_0x57d76c}=fi(_0x5f4797),_0x13880e=_0x4b666d['getCommentThread'](_0x57d76c);if(_0x497120['delete'](_0x5f4797),!_0x13880e)continue;const _0x4ce86=this['hasMarkerForId'](_0x57d76c);_0x4ce86||_0x13880e['isSubmitted']?_0x4ce86||_0x13880e['unlinkedAt']||_0x13880e['setUnlinkedAt'](new Date()):_0x13880e['remove']();}_0x3fb0a3['clear']();});}['_handleInitialThreads'](_0x203fe3){_0x203fe3['forEach'](_0x252b4b=>{_0x252b4b['unlinkedAt']&&this['_attachArchivedThread'](_0x252b4b['id']);});}['_getTargetForId'](_0x52ca3b){const _0x1f1177=this['editor'],_0x486c01=this['getAllMarkersForId'](_0x52ca3b);return _0x5d06b3(_0x1f1177['editing'],_0x486c01);}['_getTextContext'](_0x5cda98){const _0x2106ab=this['getAllMarkersForId'](_0x5cda98);let _0x2c1a8b='',_0x41c168=!0x1;for(const _0x42a2df of _0x2106ab){const _0x4f1a01=_0x42a2df['getRange']();for(const _0x28d673 of Array['from'](_0x4f1a01['getItems']()))_0x28d673['is']('$textProxy')?(_0x2c1a8b&&_0x41c168&&(_0x2c1a8b+='\x20',_0x41c168=!0x1),_0x2c1a8b+=_0x28d673['data']):_0x41c168=!0x0;_0x41c168=!0x0;}return _0x2c1a8b['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x8f1102,_0x5b8e22){const _0xb22e94=this['editor'],_0x3e280b=_0xb22e94['plugins']['get'](oi);let _0x3a2adf=_0x3e280b['getCommentThread'](_0x5b8e22);const _0x1bb995=_0xb22e94['config']['get']('collaboration.channelId'),_0x1c5131=_0xb22e94['plugins']['get'](di);return _0x3a2adf&&(_0x3a2adf['unlinkedAt']&&_0x3a2adf['setUnlinkedAt'](null),_0x3a2adf['isAttached'])||(this['getAllMarkersForId'](_0x5b8e22)[0x0]['managedUsingOperations']?_0x3e280b['fetchCommentThread']({'channelId':_0x1bb995,'threadId':_0x5b8e22})['then'](_0x50e320=>{if('destroyed'!==_0xb22e94['state']){if(_0x3a2adf=_0x50e320,_0x3a2adf&&!_0x3a2adf['isAttached']){const _0xf21fd5=_0x3a2adf['attachTo'](()=>this['_getTargetForId'](_0x5b8e22));_0x1c5131['registerAnnotation'](_0xf21fd5),_0x3a2adf['isResolved']&&this['_reconvertMarkers'](_0x5b8e22);}else{if(!_0x3a2adf){const _0x45390a=this['getAllMarkersForId'](_0x5b8e22);_0xb22e94['model']['change'](_0x468848=>{for(const _0x327b56 of _0x45390a)_0x468848['removeMarker'](_0x327b56);});}}}}):_0xb22e94['editing']['view']['once']('render',()=>{if(_0x3e280b['getCommentThread'](_0x5b8e22))return;const _0x473c7c=_0xb22e94['plugins']['get'](ti);_0x3a2adf=_0x3e280b['openNewCommentThread']({'channelId':_0x1bb995,'threadId':_0x5b8e22,'target':()=>this['_getTargetForId'](_0x5b8e22),'context':{'type':'text','value':this['_getTextContext'](_0x5b8e22)}});const _0x342a73=_0x3e280b['_threadToController']['get'](_0x3a2adf)['view'],_0x4ede50=_0x473c7c['getByInnerView'](_0x342a73);_0x4ede50&&_0x1c5131['registerAnnotation'](_0x4ede50);},{'priority':'low'})),_0x3a2adf;}['_handleThreadMarker'](_0x2274cc,_0x2c15d0){const _0x3ce8e9=this['_attachMarkerToThread'](_0x2274cc,_0x2c15d0);_0x3ce8e9&&!_0x3ce8e9['context']&&_0x3ce8e9['setContext']({'type':'text','value':this['_getTextContext'](_0x2c15d0)});}['_initAriaMarkerChangeAnnouncements'](){const _0x17a328=this['editor'];_0x29a9ac(_0x17a328['model'],({left:_0x19de21,entered:_0x533193})=>{for(const _0x2264e7 of _0x19de21)if(Ai(_0x2264e7)){_0x17a328['ui']['ariaLiveAnnouncer']['announce'](Et(_0x17a328['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x4fc028 of _0x533193)if(Ai(_0x4fc028)){_0x17a328['ui']['ariaLiveAnnouncer']['announce'](Et(_0x17a328['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0x36733e(_0x201e54)));break;}});}};function gi(_0x2de83a,_0x262747){return _0x262747?_0x2de83a+':'+_0x262747:_0x2de83a;}function _i(_0x166b6c,_0x4bd79c){const _0x414ca9=_0x4bd79c['schema'],_0x2d2e7c=_0x4bd79c['createRange'](_0x166b6c['start']);for(const _0x198d89 of _0x166b6c['getWalker']()){const {type:_0x134429,item:_0x551053,nextPosition:_0x1317e1}=_0x198d89;if('text'===_0x134429||_0x414ca9['isObject'](_0x551053)){const _0x33a2a3=_0x4bd79c['createPositionBefore'](_0x551053);_0x2d2e7c['isCollapsed']&&(_0x2d2e7c['start']=_0x33a2a3),_0x2d2e7c['end']=_0x1317e1;}}return _0x2d2e7c;}function Ai(_0x5f2c3a){return'comment'===fi(_0x5f2c3a['name'])['group'];}var vi=class extends _0x49d365{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CommentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[oi,wi,di,ti];}get['CommentsListView'](){return Lt;}get['CommentThreadInputView'](){return xt;}['init'](){const _0x5ee28c=this['editor'],_0x31297a=_0x5ee28c['plugins']['get'](oi),_0x1815a7=_0x5ee28c['plugins']['get'](wi),_0x501ad6=_0x5ee28c['plugins']['get'](ti),_0x59d1e2=_0x5ee28c['plugins']['get'](di);_0x5ee28c['ui']['componentFactory']['add']('comment',()=>{const _0x26a1e4=this['_createUIButton'](_0x465f26);return _0x26a1e4['tooltip']=!0x0,_0x26a1e4;}),_0x5ee28c['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](rt)),_0x59d1e2['addSourceCollector'](()=>{const _0x1b38a2=[];for(const [_0x116dac,_0x577799]of _0x31297a['_threadToController']){const _0x55841e=_0x1815a7['getAllMarkersForId'](_0x116dac['id']),_0x200483=_0x55841e['map'](_0x358788=>_0x358788['getRange']());_0x55841e['length']>0x0&&_0x1b38a2['push']([_0x577799['view'],_0x200483]);}return _0x1b38a2;}),this['listenTo'](_0x501ad6,'change:activeAnnotations',(_0x3d0195,_0x56e490,_0x3e5d26)=>{const _0x3c6e06=Array['from'](_0x3e5d26)['map'](_0x317b5c=>_0x317b5c['innerView'])['find'](_0x41005d=>_0x31297a['_viewToController']['has'](_0x41005d));if(!_0x3c6e06)return void(_0x1815a7['activeMarker']=null);const _0x16236c=_0x31297a['_viewToController']['get'](_0x3c6e06)['model']['id'],_0xb984b2='comment:'+_0x16236c;_0x16236c&&_0x1815a7['hasMarkerForId'](_0x16236c)?_0x1815a7['activeMarker']=_0xb984b2:_0x1815a7['activeMarker']&&(_0x1815a7['activeMarker']=null);}),this['listenTo'](_0x31297a,'removeCommentThread',(_0x382742,{threadId:_0xe78f55,isFromAdapter:_0xe9d82e})=>{!_0xe9d82e&&_0x5ee28c['ui']['focusTracker']['isFocused']&&_0x1815a7['hasMarkerForId'](_0xe78f55)&&_0x5ee28c['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x31297a,'addComment',(_0x4185ac,{threadId:_0x3f0657,isFromAdapter:_0x457dc2})=>{!_0x457dc2&&_0x1815a7['hasMarkerForId'](_0x3f0657)&&_0x31297a['hasCommentThread'](_0x3f0657)&&0x1===_0x31297a['getCommentThread'](_0x3f0657)['length']&&(_0x5ee28c['editing']['view']['focus'](),_0x4185ac['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x7f49e4=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x49e8c8;for(const _0x4227d8 in _0x7f49e4){const _0x48be51=_0x4227d8,_0x2e1481=_0x7f49e4[_0x48be51];if('commentsLicenseKeyValid'==_0x2e1481||'commentsLicenseKeyInvalid'==_0x2e1481||'commentsLicenseKeyExpired'==_0x2e1481||'commentsLicenseKeyDomainLimit'==_0x2e1481||'commentsLicenseKeyNotAllowed'==_0x2e1481||'commentsLicenseKeyEvaluationLimit'==_0x2e1481||'commentsLicenseKeyUsageLimit'==_0x2e1481){delete _0x7f49e4[_0x48be51],_0x49e8c8=_0x2e1481,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x49e8c8&&_0x7f49e4['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x49e8c8&&_0x7f49e4['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x49e8c8&&_0x7f49e4['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x49e8c8&&_0x7f49e4['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x49e8c8&&_0x7f49e4['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyUsageLimit'==_0x49e8c8&&_0x7f49e4['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_createUIButton'](_0x42d31e){const _0x1031de=this['editor'],_0x318de1=new _0x42d31e(_0x1031de['locale']),_0x5a1218=_0x1031de['commands']['get']('addCommentThread');return _0x318de1['set']({'label':Et(_0x1031de['locale'],'Comment'),'icon':_0x15d386}),_0x318de1['bind']('isEnabled')['to'](_0x5a1218,'isEnabled',_0x5a1218,'hasContent',(_0x1cdc1b,_0x568884)=>_0x1cdc1b&&_0x568884),this['listenTo'](_0x318de1,'execute',()=>{_0x5a1218['execute']();}),_0x318de1;}},yi=class extends _0x49d365{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[wi];}constructor(_0x48b28c){super(_0x48b28c),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x168cb3,_0x2f2776,_0x4456ee)=>{_0x4456ee?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x810af7,_0x3192c1]of this['editor']['commands'])_0x3192c1['affectsData']&&'addCommentThread'!==_0x810af7&&_0x3192c1['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode'),this['editor']['plugins']['has']('RevisionTracker')&&this['editor']['plugins']['get']('RevisionTracker')['forceDisabled']('commentsOnlyMode'),this['editor']['plugins']['has']('SourceEditing')&&this['editor']['plugins']['get']('SourceEditing')['forceDisabled']('commentsOnlyMode'),this['editor']['commands']['get']('editSource')?.['forceDisabled']('commentsOnlyMode');const _0x301992=this['editor']['editing']['view']['document'];this['listenTo'](_0x301992,'cut',_0x2c6d57=>_0x2c6d57['stop'](),{'priority':'highest'}),this['listenTo'](_0x301992,'clipboardInput',_0x4c1ffb=>_0x4c1ffb['stop'](),{'priority':'highest'}),this['listenTo'](_0x301992,'delete',_0x36590d=>_0x36590d['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x30dfc8,_0x5b393c]of this['editor']['commands'])_0x5b393c['affectsData']&&'addCommentThread'!==_0x30dfc8&&_0x5b393c['clearForceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('RevisionTracker')&&this['editor']['plugins']['get']('RevisionTracker')['clearForceDisabled']('commentsOnlyMode'),this['editor']['plugins']['has']('SourceEditing')&&this['editor']['plugins']['get']('SourceEditing')['clearForceDisabled']('commentsOnlyMode'),this['editor']['commands']['get']('editSource')?.['clearForceDisabled']('commentsOnlyMode'),this['stopListening'](this['editor']['editing']['view']['document']);}},Ti=class extends _0x6aba6a{['activeUIs'];['uisData'];['_uis'];static get['requires'](){return[ti];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x37e77e){super(_0x37e77e),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}['init'](){const _0x542c32=this['context']['plugins']['get'](ti);this['listenTo'](_0x542c32,'_activateAnnotation',(_0x25d084,_0x5bb89e)=>{for(const _0x2eddae of this['activeUIs']){const _0x229a8b=this['_uis']['get'](_0x2eddae);(0x0,this['uisData']['get'](_0x2eddae)['filter'])(_0x5bb89e)&&_0x229a8b['setActiveAnnotation'](_0x5bb89e);}}),this['listenTo'](_0x542c32,'_deactivateAllAnnotations',()=>{for(const _0x19dcaa of this['activeUIs'])this['_uis']['get'](_0x19dcaa)['setActiveAnnotation'](null);}),this['listenTo'](_0x542c32['_visibleAnnotations'],'add',(_0x11b81a,_0x1fbf57)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x1fbf57);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x20b545){return this['activeUIs']['has'](_0x20b545);}['activate'](_0x1899ed,_0x52cb10=this['defaultFilter']){const _0x58c76b=this['context']['plugins']['get'](ti);if(!this['_uis']['has'](_0x1899ed))throw new _0xf4a2b6('annotationsuis-missing-ui',this,{'uiName':_0x1899ed});this['isActive'](_0x1899ed)&&this['deactivate'](_0x1899ed),this['activeUIs']['add'](_0x1899ed);const _0x78d20b=new Jt();Qt({'source':_0x58c76b['_visibleAnnotations'],'target':_0x78d20b,'filter':_0x52cb10}),this['uisData']['set'](_0x1899ed,{'collection':_0x78d20b,'filter':_0x52cb10});const _0x181a58=this['_uis']['get'](_0x1899ed);_0x181a58['attach'](_0x78d20b),this['listenTo'](_0x181a58,'change:activeAnnotation',(_0x4e1b4d,_0x10c1f1,_0x59877e,_0x1e9e75)=>{_0x1e9e75&&_0x58c76b['_removeActiveAnnotation'](_0x1e9e75),_0x59877e&&_0x58c76b['_addActiveAnnotation'](_0x59877e);});}['deactivate'](_0x50cf13){if(this['activeUIs']['delete'](_0x50cf13),!this['_uis']['has'](_0x50cf13))throw new _0xf4a2b6('annotationsuis-missing-ui',this,{'uiName':_0x50cf13});const _0x3e30f7=this['_uis']['get'](_0x50cf13);_0x3e30f7['detach'](),this['stopListening'](_0x3e30f7),this['uisData']['get'](_0x50cf13)['collection']['destroy'](),this['uisData']['delete'](_0x50cf13);}['switchTo'](_0x53e4b2){if(!this['_uis']['has'](_0x53e4b2))throw new _0xf4a2b6('annotationsuis-missing-ui',this,{'uiName':_0x53e4b2});const _0x45e5d9=this['context']['plugins']['get'](ti),_0x597c3a=Array['from'](_0x45e5d9['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x53e4b2);const _0x15b484=this['_uis']['get'](_0x53e4b2);_0x15b484['setActiveAnnotation'](_0x597c3a),_0x15b484['_setSelectedAnnotations']&&_0x597c3a&&_0x15b484['_setSelectedAnnotations']([_0x597c3a]);}['deactivateAll'](){for(const _0x1237fd of this['activeUIs'])this['deactivate'](_0x1237fd);}['register'](_0x16bdb8,_0x3ced99){if(this['_uis']['has'](_0x16bdb8))throw new _0xf4a2b6('annotationsuis-register-already-registered');if('function'!=typeof _0x3ced99['attach']||'function'!=typeof _0x3ced99['detach']||'function'!=typeof _0x3ced99['setActiveAnnotation'])throw new _0xf4a2b6('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x16bdb8,_0x3ced99);}['refilterAnnotations'](){const _0x29183f=this['context']['plugins']['get'](ti)['collection'],_0x5dfee7=new Map(),_0x3422f7=Array['from'](this['activeUIs']);for(const _0x59c001 of this['activeUIs']){const _0x49150f=this['uisData']['get'](_0x59c001)['collection'];for(const _0x24475c of _0x49150f)_0x5dfee7['set'](_0x24475c,_0x59c001);}for(const _0x5db587 of _0x29183f){const _0x5dc5dc=_0x5dfee7['get'](_0x5db587);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x5db587);const _0x44bf6a=_0x3422f7['find'](_0x53473c=>this['uisData']['get'](_0x53473c)['filter'](_0x5db587));_0x5dc5dc!==_0x44bf6a&&(_0x5dc5dc&&this['uisData']['get'](_0x5dc5dc)['collection']['remove'](_0x5db587),_0x44bf6a&&this['uisData']['get'](_0x44bf6a)['collection']['add'](_0x5db587));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['defaultFilter'](){return!0x0;}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x330ed6){const _0x5ab20f=[];for(const _0x4029ea of this['activeUIs']){(0x0,this['uisData']['get'](_0x4029ea)['filter'])(_0x330ed6)&&_0x5ab20f['push'](_0x4029ea);}if(_0x5ab20f['length']>0x1)throw new _0xf4a2b6('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x5ab20f,'annotationType':_0x330ed6['type']});}};const Ci=/* #__PURE__ -- @preserve */
|
|
32
|
+
_0x20a9bf('px');var Ii=class extends ht{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x26b35a){super(_0x26b35a);const _0x228834=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 _0x53f520(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x228834['to']('class')],'style':{'minHeight':_0x228834['to']('minHeight',_0x4b640e=>'number'==typeof _0x4b640e?Ci(_0x4b640e+0xa):null)},'dir':_0x26b35a['uiLanguageDirection'],'role':'application','aria-label':Et(_0x26b35a,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':Et(_0x26b35a,'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',_0x213b20=>{this['_updateItemPositionInFocusables'](_0x213b20['source']);}),this['list']['forEach'](_0x5d1717=>{this['focusTracker']['add'](_0x5d1717['element']),this['_updateItemPositionInFocusables'](_0x5d1717);}),this['list']['on']('change',(_0x27ff4a,_0x22b7a9)=>{for(const _0x2dde6c of _0x22b7a9['removed'])this['focusTracker']['remove'](_0x2dde6c['element']),this['focusables']['remove'](_0x2dde6c);for(const _0x4ed2f0 of _0x22b7a9['added'])this['focusTracker']['add'](_0x4ed2f0['element']),this['_updateItemPositionInFocusables'](_0x4ed2f0);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x58292e){const _0x339529=this['focusables']['getIndex'](_0x58292e);let _0x21c75e,_0x3024eb;for(const _0x3dbd9c of this['focusables'])if(_0x58292e['top']<_0x3dbd9c['top']){_0x21c75e=_0x3dbd9c;break;}if(_0x3024eb=_0x21c75e?this['focusables']['getIndex'](_0x21c75e):this['focusables']['length'],-0x1!==_0x339529){if(_0x339529===_0x3024eb-0x1)return;this['focusables']['remove'](_0x58292e),_0x3024eb=_0x21c75e?this['focusables']['getIndex'](_0x21c75e):this['focusables']['length'];}this['focusables']['add'](_0x58292e,_0x3024eb);}};const bi=/* #__PURE__ -- @preserve */
|
|
33
|
+
_0x20a9bf('px');var Ei=class extends ht{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x46a42b){super(_0x46a42b),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x18ed46,_0x5c9f27)=>_0x18ed46+_0x5c9f27),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Xt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x305b63=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x305b63['to']('isAnimationDisabled',_0x294725=>_0x294725?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x305b63['to']('top',_0x4dc74e=>bi(_0x4dc74e))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0xb9e49f=this['element']['clientHeight'];_0xb9e49f&&(this['height']=_0xb9e49f);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}},ki=class extends _0x6aba6a{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3ab261){super(_0x3ab261),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 _0x349f31=this['context']['config']['get']('sidebar.container');_0x349f31&&this['setContainer'](_0x349f31);}['setContainer'](_0x485138){if(!Oi(_0x485138))throw new _0xf4a2b6('sidebar-setcontainer-invalid-element');this['container']=_0x485138;}['_attachToContainer']({viewClass:_0x4b15ba='',spaceBetweenItems:_0x2bd7c8=0x19}={}){if(!Oi(this['container']))throw new _0xf4a2b6('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x4b15ba,this['_spaceBetweenItems']=_0x2bd7c8;}['rearrange']({removedAnnotation:_0x50cb83,previousAnnotation:_0x4f5955,nextAnnotation:_0x1ec6ad}){const _0x2a7c4d=this['getSidebarItemView'](_0x50cb83);this['view']['list']['remove'](_0x2a7c4d),this['_destroySidebarItemView'](_0x50cb83),_0x4f5955&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x4f5955)),_0x1ec6ad&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x1ec6ad)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x8c5c88,activatedAnnotation:_0x4312c4,disableAnimationOnActivatedAnnotation:_0x2deb69}){if(this['_activeAnnotation']=_0x4312c4,_0x8c5c88){_0x8c5c88['isActive']=!0x1;const _0x2c7cdb=this['getSidebarItemView'](_0x8c5c88);_0x2c7cdb&&_0x2deb69&&(_0x2c7cdb['isAnimationDisabled']=!0x1);}if(_0x4312c4){const _0x151dc9=this['getSidebarItemView'](_0x4312c4);_0x151dc9&&(_0x4312c4['isActive']=!0x0,_0x2deb69&&(_0x151dc9['isAnimationDisabled']=!0x0,_0x151dc9['top']+=0x1),this['_alignToTargetRect'](_0x151dc9));}}['_detachFromContainer'](_0x2f79f3){if(this['view']['element']['remove'](),_0x2f79f3){for(const _0x279d76 of _0x2f79f3)this['_destroySidebarItemView'](_0x279d76);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x23066a,_0x427aad){_0x427aad||(_0x427aad=_0x23066a['view']);const _0x58226a=new Ei(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x58226a,_0x23066a),this['_annotationToSidebarItemView']['set'](_0x23066a,_0x58226a),_0x58226a['content']['add'](_0x427aad),this['listenTo'](_0x23066a['view'],'change:targetRect',(_0x146870,_0x63bf59,_0x207c94)=>{const _0x3af337=this['_getTargetTop'](_0x23066a,_0x207c94);_0x58226a['_targetTop']!=_0x3af337&&(_0x58226a['_targetTop']=_0x3af337,this['_setItemTop'](_0x58226a,_0x3af337));}),this['listenTo'](_0x58226a,'change:top',()=>{this['_recalculate'](_0x58226a,'top');}),this['listenTo'](_0x58226a,'change:bottom',()=>{this['_recalculate'](_0x58226a,'bottom');}),this['_alignToTargetRect'](_0x58226a);const _0x46ae95=this['_getItemBefore'](_0x58226a);return _0x46ae95&&this['_alignAfterItem'](_0x46ae95,_0x58226a)||this['_alignToTargetRect'](_0x58226a),this['_updateLastItem'](),this['view']['list']['add'](_0x58226a),_0x58226a;}['_alignForTopChange'](_0xb92c92){if(!_0xb92c92['content']['length'])return;const _0x287e31=this['_getItemBefore'](_0xb92c92);if(!_0x287e31)return;const _0x3fe894=this['_sidebarItemViewToAnnotation']['get'](_0x287e31),_0x105d8c=this['_activeAnnotation'];_0x105d8c&&_0x105d8c===_0x3fe894?this['_alignAfterItem'](_0x287e31,_0xb92c92):this['_alignBeforeItem'](_0xb92c92,_0x287e31);}['_alignForBottomChange'](_0x420675){if(!_0x420675['content']['length'])return;const _0x4d3c15=this['_getItemAfter'](_0x420675);if(!_0x4d3c15)return;const _0x247862=this['_sidebarItemViewToAnnotation']['get'](_0x4d3c15),_0x4d9586=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x42a3dd=this['_activeAnnotation'];_0x42a3dd&&_0x42a3dd===_0x247862&&_0x4d9586?(this['_alignBeforeItem'](_0x4d3c15,_0x420675),this['_alignAfterItem'](_0x420675,_0x4d3c15)):_0x42a3dd&&_0x42a3dd===_0x247862?this['_alignBeforeItem'](_0x4d3c15,_0x420675):this['_alignAfterItem'](_0x420675,_0x4d3c15);}['_recalculate'](_0x4fae31,_0x4e5be3){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x2df88d,changedProp:_0xc31c56}of this['_recalculateBuffer'])'top'===_0xc31c56?this['_alignForTopChange'](_0x2df88d):this['_alignForBottomChange'](_0x2df88d);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x4fae31,'changedProp':_0x4e5be3});}['getSidebarItemView'](_0x16d85b){return this['_annotationToSidebarItemView']['get'](_0x16d85b);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x23ea37){const _0x459c0b=this['getSidebarItemView'](_0x23ea37);this['stopListening'](_0x459c0b),this['stopListening'](_0x23ea37['view']),_0x459c0b['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x23ea37),this['_sidebarItemViewToAnnotation']['delete'](_0x459c0b);}['_createSidebarView'](){const _0x2c6d4d=new Ii(this['context']['locale']);return _0x2c6d4d['render'](),this['on']('change:_lastItem',(_0x1afe86,_0x59959b,_0x59a7b0,_0x20a637)=>{_0x20a637&&_0x2c6d4d['unbind']('minHeight'),_0x59a7b0?_0x2c6d4d['bind']('minHeight')['to'](_0x59a7b0,'bottom'):_0x2c6d4d['minHeight']=null;}),_0x2c6d4d;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x3fa903){const _0x1a7167=this['_sidebarItemViewToAnnotation']['get'](_0x3fa903),_0x1b5e97=_0x1a7167&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x1a7167)-0x1);return _0x1b5e97&&this['getSidebarItemView'](_0x1b5e97)||null;}['_getItemAfter'](_0x59e8ea){const _0xe3437a=this['_sidebarItemViewToAnnotation']['get'](_0x59e8ea),_0x376041=_0xe3437a&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0xe3437a)+0x1);return _0x376041&&this['getSidebarItemView'](_0x376041)||null;}['_alignBeforeItem'](_0x477453,_0x2c6bd4){_0x477453['updateHeight']();const _0x24b2de=Ni(_0x2c6bd4['bottom']+this['_spaceBetweenItems'],_0x477453['top']);return!!_0x24b2de&&(this['_setItemTop'](_0x2c6bd4,_0x2c6bd4['top']-_0x24b2de),!0x0);}['_alignAfterItem'](_0x62b301,_0x4fb947){_0x62b301['updateHeight']();const _0x7343fb=Ni(_0x62b301['bottom']+this['_spaceBetweenItems'],_0x4fb947['top']);return!!_0x7343fb&&(this['_setItemTop'](_0x4fb947,_0x4fb947['top']+_0x7343fb,!0x1),!0x0);}['_alignToTargetRect'](_0x16e32a){const _0x56c292=this['_sidebarItemViewToAnnotation']['get'](_0x16e32a);if(!_0x56c292||!_0x56c292['target']||!_0x56c292['targetRect'])return;const _0x364cfa=this['_getTargetTop'](_0x56c292,_0x56c292['targetRect']);this['_setItemTop'](_0x16e32a,_0x364cfa);}['_getTargetTop'](_0x58d5fe,_0x1b5384){if(null===_0x1b5384)return 0x0;if(_0x58d5fe['target']instanceof _0x407ea7)return _0x1b5384['top'];{const _0x19e9a8=new _0x407ea7(this['view']['element'])['top'];return _0x1b5384['top']-_0x19e9a8;}}['_setItemTop'](_0x535432,_0x58b594,_0x53ef5a=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x53ef5a&&(_0x58b594=Math['max'](_0x58b594,this['_getMaxAvailableTop'](_0x535432))),_0x535432['top']=_0x58b594;}['_getMaxAvailableTop'](_0x4604fe){let _0x16d5a2=this['_getItemBefore'](_0x4604fe),_0x4b6260=0x0;for(;_0x16d5a2;)_0x16d5a2['updateHeight'](),_0x4b6260+=this['_spaceBetweenItems']+_0x16d5a2['height'],_0x16d5a2=this['_getItemBefore'](_0x16d5a2);return _0x4b6260;}};function Ni(_0x526639,_0x249f3f){return Math['max'](_0x526639-_0x249f3f,0x0);}function Oi(_0x5eea4e){return null!==_0x5eea4e&&'object'==typeof _0x5eea4e&&0x1===_0x5eea4e['nodeType'];}var Mi=class extends _0x6aba6a{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[ki,Ti];}static get['pluginName'](){return'WideSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x41de08){super(_0x41de08),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x476485(),this['_refreshPositioningDebounced']=_0x2e8ec0(()=>{_0x41de08['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x5b6846=this['context']['plugins']['get'](Ti),_0x3d514a=this['context']['plugins']['get'](ki);_0x5b6846['register']('wideSidebar',this),_0x3d514a['container']&&_0x5b6846['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x21b82d){if(_0x21b82d===this['activeAnnotation'])return;const _0x333018=this['context']['plugins']['get'](ki);_0x333018['_activeAnnotation']=_0x21b82d;const _0x3e9d25=this['activeAnnotation'];_0x333018['refresh']({'blurredAnnotation':_0x3e9d25,'activatedAnnotation':_0x21b82d}),this['activeAnnotation']=_0x21b82d;}['attach'](_0x4c7b99){this['annotations']=_0x4c7b99;const _0x2ddf07=this['context']['plugins']['get'](ki);if(_0x2ddf07['_annotations']=_0x4c7b99,this['isAttached'])throw new _0xf4a2b6('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x2ddf07,'set:container',()=>{this['detach'](),this['listenTo'](_0x2ddf07,'change:container',_0x538287=>{_0x538287['off'](),this['attach'](_0x4c7b99);});}),_0x2ddf07['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x48a1f7=_0x34b7ab=>{_0x34b7ab['updateTargetRect'](),_0x2ddf07['addAnnotation'](_0x34b7ab);};for(const _0x432b30 of _0x4c7b99)_0x48a1f7(_0x432b30);this['listenTo'](_0x4c7b99,'add',(_0x2e547b,_0x232a4a)=>{_0x48a1f7(_0x232a4a);}),this['listenTo'](_0x4c7b99,'remove',(_0x22fac1,_0x165b1e,_0x59d5da)=>{_0x2ddf07['rearrange']({'removedAnnotation':_0x165b1e,'previousAnnotation':_0x4c7b99['get'](_0x59d5da-0x1),'nextAnnotation':_0x4c7b99['get'](_0x59d5da+0x1)}),_0x165b1e===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x4c7b99,'focus',(_0x5db4e6,_0xe398d4)=>{this['setActiveAnnotation'](_0xe398d4);}),this['listenTo'](_0x4c7b99,'blur',()=>{this['setActiveAnnotation'](null);});const _0x273498=this['context']instanceof _0x20c5a3?this['context']['editors']:new _0x476485([this['context']]);for(const _0x1ae436 of _0x273498)this['_integrateWithEditorAnnotations'](_0x1ae436);this['listenTo'](_0x273498,'add',(_0x4e85ef,_0x16b3ab)=>{this['listenTo'](_0x16b3ab,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x16b3ab);});}),this['listenTo'](_0x273498,'remove',(_0xe595aa,_0x5818d7)=>{_0x5818d7['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x5818d7['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0xf4a2b6('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x2d68b5=this['context']['plugins']['get'](ki);_0x2d68b5['_detachFromContainer'](this['annotations']),this['stopListening'](_0x2d68b5),this['stopListening'](this['annotations']),this['context']instanceof _0x20c5a3&&this['stopListening'](this['context']['editors']);for(const _0x4bc846 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x4bc846);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0xc3369){if(!_0xc3369['plugins']['has']('EditorAnnotations'))return;const _0x50e2e4=_0xc3369['plugins']['get']('EditorAnnotations'),_0x18e408=()=>{const _0x15106b=_0x50e2e4['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x15106b[0x0]||null);};this['listenTo'](_0x50e2e4,'refresh',_0x18e408),this['listenTo'](_0x50e2e4,'blur',(_0x4d51a3,{isAnnotationTracked:_0x3ca1f9})=>{this['activeAnnotation']&&_0x3ca1f9(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x50e2e4,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x734245=>{_0x50e2e4['hasDomSelection']()&&(_0x18e408(),_0x734245['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x50e2e4);}['_destroyEditorAnnotationsIntegration'](_0x45e647){this['stopListening'](_0x45e647),this['_editorAnnotations']['remove'](_0x45e647);}},Ri=class extends _0x465f26{['counterView'];constructor(_0x412e25){super(_0x412e25);const _0x14182d=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x2afa69,_0x51ac06)=>_0x2afa69?'...':_0x51ac06['toString']()),this['set']('annotationType',''),this['icon']=_0x15d386,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new ht(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x14182d['to']('annotationType',_0x269958=>'ck-annotation-counter__badge--'+_0x269958),_0x14182d['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x14182d['to']('_badge')}]}),this['children']['add'](this['counterView']);}},Si=class extends _0x6aba6a{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[ki,Ti];}static get['pluginName'](){return'NarrowSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1a3466){super(_0x1a3466),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=new(_0x571ba5())(),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x476485(),this['_refreshPositioningDebounced']=_0x2e8ec0(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](Ti)['register']('narrowSidebar',this),this['bodyCollection']=new _0x408a86(this['context']['locale']),this['balloonPanelView']=new _0x46a25b(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x3a59d5){this['annotations']=_0x3a59d5;const _0x3f7bc7=this['context']['plugins']['get'](ki),_0x1874a5=this['balloonPanelView'];if(_0x3f7bc7['_annotations']=_0x3a59d5,this['isAttached'])throw new _0xf4a2b6('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x3f7bc7,'set:container',()=>{this['detach'](),this['listenTo'](_0x3f7bc7,'change:container',_0x1c29e1=>{_0x1c29e1['off'](),this['attach'](_0x3a59d5);});}),_0x3f7bc7['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x2de04e=_0x52cffe=>{const _0x347235=new Ri(this['context']['locale']);_0x3f7bc7['addAnnotation'](_0x52cffe,_0x347235),this['_annotationToNarrowView']['set'](_0x52cffe,_0x347235),_0x347235['bind']('isDirty','annotationType','number')['to'](_0x52cffe['view'],'isDirty','type','length'),_0x347235['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x1874a5['content']['first']!==_0x52cffe['view']?(this['_showBalloon'](_0x52cffe),_0x52cffe['view']['element']['focus'](),this['setActiveAnnotation'](_0x52cffe)):this['setActiveAnnotation'](null);});};for(const _0x1886e5 of _0x3a59d5)_0x2de04e(_0x1886e5);this['listenTo'](_0x3a59d5,'add',(_0x1e75a2,_0x5472f9)=>{_0x2de04e(_0x5472f9);}),this['listenTo'](_0x3a59d5,'remove',(_0x5262c1,_0x50914d,_0x571774)=>{this['_annotationToNarrowView']['get'](_0x50914d)['destroy'](),this['_annotationToNarrowView']['delete'](_0x50914d),_0x3f7bc7['rearrange']({'removedAnnotation':_0x50914d,'previousAnnotation':_0x3a59d5['get'](_0x571774-0x1),'nextAnnotation':_0x3a59d5['get'](_0x571774+0x1)}),_0x50914d===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x3a59d5,'focus',(_0x177242,_0xc5c855)=>{this['setActiveAnnotation'](_0xc5c855);}),this['listenTo'](_0x3a59d5,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x381c11,_0x52d8d7)=>{_0x52d8d7['keyCode']===_0x2ff755['esc']&&_0x1874a5['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x1874a5['content']['first']),this['_hideBalloon'](),_0x52d8d7['stopPropagation'](),_0x52d8d7['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x126576,_0x4bbc96)=>{const _0x46e362=_0x4bbc96['target'];_0x1874a5['isVisible']&&_0x1874a5['element']['contains'](_0x46e362)||_0x3f7bc7['view']['element']['contains'](_0x46e362)||_0x126576['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x3abce4=>_0x3abce4['contains'](_0x46e362))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0xda7659=this['context']instanceof _0x20c5a3?this['context']['editors']:new _0x476485([this['context']]);for(const _0x5d278c of _0xda7659)this['_integrateWithEditorAnnotations'](_0x5d278c);this['listenTo'](_0xda7659,'add',(_0x9dee9d,_0x409547)=>{this['listenTo'](_0x409547,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x409547);});}),this['listenTo'](_0xda7659,'remove',(_0x47b0e9,_0x10fd12)=>{_0x10fd12['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x10fd12['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x359df7){if(_0x359df7===this['activeAnnotation'])return;const _0x780550=this['context']['plugins']['get'](ki);_0x780550['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x359df7,'disableAnimationOnActivatedAnnotation':!0x0}),_0x359df7&&_0x780550['getSidebarItemView'](_0x359df7)?this['_showBalloon'](_0x359df7):this['_hideBalloon'](),this['activeAnnotation']=_0x359df7;}['detach'](){if(!this['isAttached'])throw new _0xf4a2b6('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x4e70af=this['context']['plugins']['get'](ki);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x2238cd=>_0x2238cd['destroy']()),this['_annotationToNarrowView']['clear'](),_0x4e70af['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x20c5a3&&this['stopListening'](this['context']['editors']);for(const _0x16a6d7 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x16a6d7);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'](_0x5a2710){if(!_0x5a2710['plugins']['has']('EditorAnnotations'))return;const _0x144bed=_0x5a2710['plugins']['get']('EditorAnnotations'),_0x10bbc1=this['context']['plugins']['get'](ki),_0x3cdac6=this['annotations'],_0x4c32cf=this['balloonPanelView'],_0x5d68a1=()=>{const _0x415ad6=_0x144bed['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x415ad6),this['setActiveAnnotation'](_0x415ad6[0x0]||null);};this['listenTo'](_0x144bed,'refresh',_0x5d68a1),this['listenTo'](_0x144bed,'blur',(_0x56737b,{isAnnotationTracked:_0x1bb227})=>{this['activeAnnotation']&&_0x1bb227(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x144bed,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x3cdac6,'blur',_0x1bd960=>{_0x144bed['hasDomSelection']()&&_0x1bd960['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x32db4c,_0x4ffada)=>{const _0x5c56ec=_0x4ffada['target'];_0x4c32cf['isVisible']&&_0x4c32cf['element']['contains'](_0x5c56ec)||_0x10bbc1['view']['element']['contains'](_0x5c56ec)||this['activeAnnotation']&&_0x144bed['hasDomSelection']()&&(_0x5d68a1(),_0x32db4c['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x144bed);}['_destroyEditorAnnotationsIntegration'](_0x919c48){_0x919c48&&(this['stopListening'](_0x919c48),this['_editorAnnotations']['remove'](_0x919c48));}['_setSelectedAnnotations'](_0x2f08b6){for(const _0x2b143e of this['_selectedAnnotations'])_0x2f08b6['includes'](_0x2b143e)||this['_manuallyClosedAnnotationViews']['delete'](_0x2b143e['view']);this['_selectedAnnotations']=_0x2f08b6;}['_refreshPositioning'](){const _0x5e8202=this['balloonPanelView'];this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning'](),_0x5e8202['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x54a46f){if(this['_manuallyClosedAnnotationViews']['has'](_0x54a46f['view']))return;const _0xd44aef=this['balloonPanelView']['content']['first'];_0xd44aef!==_0x54a46f['view']?(_0xd44aef&&this['_detachListeners'](_0xd44aef),this['_attachListeners'](_0x54a46f['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x54a46f['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x2dc127=this['balloonPanelView']['content']['first'],_0x4045a8=_0x2dc127&&this['annotations']['getByView'](_0x2dc127);if(!_0x4045a8||!this['_annotationToNarrowView']['has'](_0x4045a8))return;const _0x3290f7=this['_annotationToNarrowView']['get'](_0x4045a8)['element'],_0x173a07=(function(){const _0xa44209=_0x46a25b['defaultPositions'];return[_0xa44209['southArrowNorthEast'],_0xa44209['northArrowSouthEast'],_0xa44209['southArrowNorth'],_0xa44209['northArrowSouth'],_0xa44209['southArrowNorthWest'],_0xa44209['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x3290f7,'positions':_0x173a07});}['_hideBalloon'](){const _0x5405a9=this['balloonPanelView'],_0x25171e=_0x5405a9['content']['first'];_0x25171e&&(this['_detachListeners'](_0x25171e),_0x5405a9['unpin'](),_0x5405a9['content']['clear']());}['_attachListeners'](_0x1fdb14){this['listenTo'](_0x1fdb14,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x1fdb14,'Esc',(_0x321884,_0x290aaf)=>{this['_manuallyClosedAnnotationViews']['add'](_0x1fdb14),this['_hideBalloon'](),_0x290aaf();});}['_detachListeners'](_0x3d6350){this['stopListening'](_0x3d6350);}},xi=class extends _0x49d365{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];['_refreshVisibilityDebounced'];static get['requires'](){return[di,_0x423bf9,Ti];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x527edd){super(_0x527edd),_0x527edd['editing']['view']['addObserver'](lt),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x527edd['plugins']['get'](_0x423bf9),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1,this['_refreshVisibilityDebounced']=_0x2e8ec0(()=>{this['editor']['plugins']['get']('Annotations')['refreshVisibility']();},0xfa,{'leading':!0x1});}['init'](){const _0x1723a4=this['editor']['plugins']['get'](Ti);_0x1723a4['context']===this['editor']&&(_0x1723a4['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x3f57c4,_0x4734ff)=>{const _0x283da9=this['_balloon'];if(this['isAttached']&&_0x283da9['visibleView']){const _0x3f5f62=this['annotations']['getByView'](_0x283da9['visibleView']);_0x3f5f62&&this['_closeAnnotation'](_0x3f5f62),_0x4734ff();}}));}['afterInit'](){const _0x147f5a=this['editor']['plugins']['get'](Ti);_0x147f5a['context']===this['editor']&&(_0x147f5a['hasActive']()||_0x147f5a['switchTo']('inline'));}['setActiveAnnotation'](_0x4efa94){_0x4efa94!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x4efa94&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x4efa94)&&this['_addAnnotationToBalloon'](_0x4efa94,!0x0),_0x4efa94['isActive']=!0x0),_0x4efa94||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x4efa94);}['attach'](_0x14e2bc){this['annotations']=_0x14e2bc;const _0x3d8eea=this['editor']['plugins']['get'](Ti),_0x394661=this['_balloon'];if(this['isAttached'])throw new _0xf4a2b6('inlineannotations-attach-already-attached',this);if(_0x3d8eea['context']!==this['editor'])throw new _0xf4a2b6('inlineannotations-not-allowed-with-context',this);const _0x183b8b=this['editor']['plugins']['get'](di);this['listenTo'](_0x183b8b,'refresh',()=>{const _0x1315f9=_0x183b8b['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x51975b,_0x5aefc7;!this['_forceRefresh']&&(_0x51975b=_0x1315f9,_0x5aefc7=this['_selectedAnnotations'],_0x51975b['length']===_0x5aefc7['length']&&_0x51975b['every'](_0xc5cf4e=>_0x5aefc7['includes'](_0xc5cf4e)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x1315f9),this['setActiveAnnotation'](_0x1315f9[0x0]||null));}),this['listenTo'](_0x183b8b,'blur',(_0x21f439,{isAnnotationTracked:_0x21aa22})=>{this['activeAnnotation']&&_0x21aa22(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x183b8b,'uiUpdate',()=>{this['_refreshVisibilityDebounced']();}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x534107,_0x2a743c,_0xec962)=>{_0xec962||this['setActiveAnnotation'](null);}),this['listenTo'](_0x14e2bc,'remove',(_0xa36cd0,_0x2df734)=>{this['_removeAnnotationFromBalloon'](_0x2df734),_0x2df734===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x394661,'change:visibleView',(_0x44432b,_0xc5f322,_0x5e1ad9,_0x154cd6)=>{_0x154cd6&&this['stopListening'](_0x154cd6);const _0x241789=_0x14e2bc['getByView'](_0x5e1ad9);_0x5e1ad9&&_0x241789&&(this['listenTo'](_0x5e1ad9,'change:height',()=>{_0x394661['updatePosition']();}),this['listenTo'](_0x5e1ad9,'Esc',()=>{this['_closeAnnotation'](_0x241789),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x241789&&this['setActiveAnnotation'](_0x241789));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x394661['visibleView']&&_0x14e2bc['getByView'](_0x394661['visibleView'])&&_0x394661['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 _0xf4a2b6('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x546732 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x546732);this['_refreshVisibilityDebounced']['cancel'](),this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['_refreshVisibilityDebounced']['cancel']();}['_setSelectedAnnotations'](_0x3b3651){for(const _0xd7ae35 of this['_selectedAnnotations'])_0x3b3651['includes'](_0xd7ae35)||this['_manuallyClosed']['delete'](_0xd7ae35);for(const _0x491d08 of this['annotations'])_0x3b3651['includes'](_0x491d08)||this['_removeAnnotationFromBalloon'](_0x491d08);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x372d1a of _0x3b3651)this['_addAnnotationToBalloon'](_0x372d1a);}this['_selectedAnnotations']=_0x3b3651;}['_addAnnotationToBalloon'](_0x3e2844,_0x145546=!0x1){this['_manuallyClosed']['has'](_0x3e2844)||(this['_addedAnnotations']['has'](_0x3e2844)||this['_balloon']['hasView'](_0x3e2844['view'])||(this['_addedAnnotations']['add'](_0x3e2844),this['_balloon']['add']({'stackId':_0x3e2844['view']['id'],'view':_0x3e2844['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x3e2844)}})),_0x145546&&this['_balloon']['showStack'](_0x3e2844['view']['id']));}['_getBalloonTargetForAnnotation'](_0x5d8d5f){const _0x370d23=_0x5d8d5f['target'],_0x5e9ee1=this['editor']['editing']['view'],_0x16b53f=_0x5e9ee1['document']['selection']['getFirstRange'](),_0xbe3b20=_0x5e9ee1['domConverter']['viewRangeToDom'](_0x16b53f);if(_0xbe3b20['collapse'](!0x0),_0x370d23){if(_0x370d23 instanceof _0x407ea7)return _0x370d23;let _0x2c60ac=[];for(const _0x8ca31e of _0x370d23)_0x2c60ac['push'](..._0x407ea7['getDomElementRects'](_0x8ca31e));_0x2c60ac=function(_0x2740c6){const _0x1ee9f1=[];let _0x352dba=_0x2740c6[0x0];for(let _0x2070f5=0x1;_0x2070f5<_0x2740c6['length'];_0x2070f5++)if(Pi(_0x352dba,_0x2740c6[_0x2070f5])){const _0x24ae0a=_0x2740c6[_0x2070f5]['width'];_0x352dba['width']+=_0x24ae0a,_0x352dba['right']+=_0x24ae0a;}else _0x1ee9f1['push'](_0x352dba),_0x352dba=_0x2740c6[_0x2070f5];return _0x1ee9f1['push'](_0x352dba),_0x1ee9f1;}(_0x2c60ac);const _0x3d5676=_0xbe3b20['getBoundingClientRect']();return _0x2c60ac['find'](_0x4d8155=>_0x4d8155['top']<=_0x3d5676['top']&&_0x4d8155['bottom']>=_0x3d5676['bottom']&&_0x4d8155['left']<=_0x3d5676['left']&&_0x4d8155['right']>=_0x3d5676['right'])||_0x2c60ac[0x0];}return _0x5d8d5f['targetRect']||_0xbe3b20;}['_removeAnnotationFromBalloon'](_0x386457){this['_addedAnnotations']['has'](_0x386457)&&this['_balloon']['hasView'](_0x386457['view'])&&(this['_addedAnnotations']['delete'](_0x386457),this['_balloon']['remove'](_0x386457['view']));}['_closeAnnotation'](_0x4cd79e){this['_manuallyClosed']['add'](_0x4cd79e),this['_removeAnnotationFromBalloon'](_0x4cd79e);}};function Pi(_0x3c2fa0,_0x5a8ae9){return _0x3c2fa0['top']===_0x5a8ae9['top']&&_0x3c2fa0['bottom']===_0x5a8ae9['bottom']&&_0x3c2fa0['right']===_0x5a8ae9['left'];}var Li=class extends ht{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x488bcb,_0x38fd0c){super(_0x488bcb),this['set']('isEmpty',!_0x38fd0c['length']),this['focusTracker']=new _0x53f520(),this['_annotationViews']=_0x38fd0c,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new et({'focusables':_0x38fd0c,'focusTracker':this['focusTracker']}),this['listenTo'](_0x38fd0c,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x38fd0c,'remove',(_0x4a0f34,_0x16c012)=>{_0x16c012['isActive']&&this['focus'](),_0x38fd0c['length']||(this['isEmpty']=!0x0);});const _0x19ec24=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':Et(_0x488bcb,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x38fd0c},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x19ec24['if']('isEmpty','ck-hidden',_0x3e4e52=>!_0x3e4e52)]},'children':[{'text':Et(_0x488bcb,'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 _0x55664f of this['_annotationViews'])this['focusTracker']['add'](_0x55664f['element']);this['_annotationViews']['on']('change',(_0x235d0e,{added:_0x1f42f5,removed:_0x1e4aee})=>{for(const _0x221903 of _0x1f42f5)this['focusTracker']['add'](_0x221903['element']);for(const _0x2ca12b of _0x1e4aee)this['focusTracker']['remove'](_0x2ca12b['element']);});}},Di=class extends _0x6aba6a{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[oi,ti];}constructor(_0x580041){super(_0x580041),this['archivedThreads']=new _0x476485();}['init'](){const _0x1ec808=this['context'],_0x32f967=_0x1ec808['plugins']['get'](oi),_0x39581a=_0x1ec808['plugins']['get'](ti);this['listenTo'](_0x32f967,'addCommentThread',(_0x50b2a5,{threadId:_0x3a90c6})=>{const _0x3bc7e7=_0x32f967['getCommentThread'](_0x3a90c6);_0x3bc7e7['archivedAt']&&this['archivedThreads']['add'](_0x3bc7e7,this['_calculatePosition'](_0x3bc7e7['archivedAt'])),this['listenTo'](_0x3bc7e7,'change:archivedAt',(_0x2ec30d,_0x40c5a9,_0x1c94f1)=>{_0x1c94f1?this['archivedThreads']['has'](_0x3bc7e7)||this['archivedThreads']['add'](_0x3bc7e7,this['_calculatePosition'](_0x3bc7e7['archivedAt'])):this['archivedThreads']['has'](_0x3bc7e7)&&this['archivedThreads']['remove'](_0x3bc7e7);});}),this['listenTo'](_0x32f967,'removeCommentThread',(_0x4508a8,{threadId:_0x48d1b9})=>{const _0x2e093e=_0x32f967['getCommentThread'](_0x48d1b9);this['stopListening'](_0x2e093e),this['archivedThreads']['has'](_0x2e093e)&&this['archivedThreads']['remove'](_0x2e093e);},{'priority':'highest'}),this['listenTo'](_0x39581a['collection'],'focus',(_0x412b45,_0x4e560e)=>{_0x4e560e['isVisible']||(_0x4e560e['isActive']=!0x0,_0x39581a['activate'](_0x4e560e));});}['_calculatePosition'](_0x1eb657){const _0x284a95=[...this['archivedThreads']]['findIndex'](_0x2c30ef=>_0x2c30ef['archivedAt']<_0x1eb657);return _0x284a95>-0x1?_0x284a95:this['archivedThreads']['length'];}},Vi=class extends _0x49d365{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[Di,_0x5d1c76];}constructor(_0xcb47fd){super(_0xcb47fd),this['annotationViews']=new at(),this['_pendingThreads']=[];}['init'](){const _0x2ab9d9=this['editor'],_0x3daa58=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x2ab9d9['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x465f26,!0x0)),_0x2ab9d9['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x5f1ea5=this['_createCommentsArchiveButton'](rt);return _0x5f1ea5['set']({'role':'menuitemcheckbox'}),_0x5f1ea5;});const _0x5e29b3=_0x2ab9d9['plugins']['get'](Di),_0x1c2d0b=_0x2ab9d9['plugins']['get']('Annotations'),_0x37c68e=_0x2ab9d9['plugins']['get']('CommentsRepository');_0x5e29b3['archivedThreads']['forEach'](_0x3e59fd=>{this['_handleNewThread'](_0x3e59fd);}),this['listenTo'](_0x5e29b3['archivedThreads'],'add',(_0x106509,_0x5b979b)=>{this['_handleNewThread'](_0x5b979b);}),this['listenTo'](_0x1c2d0b['collection'],'add',(_0x335096,_0x58890d)=>{const _0x36d5e2=this['_pendingThreads']['find'](_0x2f1cd5=>{const _0x5e2761=_0x37c68e['_threadToController']['get'](_0x2f1cd5);return _0x5e2761&&_0x58890d['innerView']===_0x5e2761['view'];});if(_0x36d5e2){const _0x490a59=this['_calculatePosition'](_0x36d5e2['archivedAt']);this['_addAnnotationToArchive'](_0x58890d,_0x490a59),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x36d5e2),0x1);}}),this['listenTo'](_0x5e29b3['archivedThreads'],'remove',(_0x1cc7f2,_0x13e605)=>{const _0x16852b=_0x2ab9d9['config']['get']('collaboration.channelId');if(!_0x16852b||_0x13e605['channelId']===_0x16852b){if(this['_pendingThreads']['includes'](_0x13e605))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x13e605),0x1);else{const _0x27f36f=_0x37c68e['_threadToController']['get'](_0x13e605),_0x3462a1=_0x1c2d0b['getByInnerView'](_0x27f36f['view']);this['annotationViews']['remove'](_0x3462a1['view']),this['stopListening'](_0x3462a1),this['stopListening'](_0x3462a1['focusableElements']);}}}),this['listenTo'](_0x1c2d0b['collection'],'add',(_0x8ea77,_0x48a312)=>{this['listenTo'](_0x48a312,'escape',_0x3daa58);}),this['listenTo'](_0x1c2d0b['collection'],'remove',(_0x488470,_0x2735eb)=>{this['stopListening'](_0x2735eb,'escape',_0x3daa58);});}['_addAnnotationToArchive'](_0x5b9f68,_0xf2ed12){this['listenTo'](_0x5b9f68,'set:isVisible',_0xe53a8e=>{_0xe53a8e['return']=!0x1,_0xe53a8e['stop']();}),this['annotationViews']['add'](_0x5b9f68['view'],_0xf2ed12);}['_handleNewThread'](_0x41c717){const _0x225102=this['editor']['plugins']['get']('CommentsRepository'),_0x4db4aa=this['editor']['plugins']['get']('Annotations'),_0x3ea893=this['editor']['config']['get']('collaboration.channelId');if(!_0x3ea893||_0x41c717['channelId']===_0x3ea893){const _0x1763b8=_0x225102['_threadToController']['get'](_0x41c717);if(!_0x1763b8)return void this['_pendingThreads']['push'](_0x41c717);const _0xc92dcd=this['_calculatePosition'](_0x41c717['archivedAt']),_0x2ae0da=_0x4db4aa['getByInnerView'](_0x1763b8['view']);_0x2ae0da['isVisible']&&_0x4db4aa['_visibleAnnotations']['remove'](_0x2ae0da),this['_addAnnotationToArchive'](_0x2ae0da,_0xc92dcd);}}['_calculatePosition'](_0x9f7bbc){const _0x1658aa=this['editor']['config']['get']('collaboration.channelId'),_0x3fcd46=[...this['editor']['plugins']['get'](Di)['archivedThreads']]['filter'](_0x1c3fd=>_0x1c3fd['channelId']===_0x1658aa)['findIndex'](_0x8d15d4=>_0x8d15d4['archivedAt']<_0x9f7bbc);return _0x3fcd46<0x0||_0x3fcd46>this['annotationViews']['length']?this['annotationViews']['length']:_0x3fcd46-0x1;}['_toggleDialog'](){const _0x3ea2c6=this['editor'],_0x568d52=_0x3ea2c6['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new Li(_0x3ea2c6['locale'],this['annotationViews'])),'commentsArchive'===_0x568d52['id']?_0x568d52['hide']():_0x568d52['show']({'id':'commentsArchive','title':Et(_0x3ea2c6['locale'],'COMMENTS_ARCHIVE'),'icon':_0x43722b,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x4f90c2['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x2a0a6d,_0x154b4f=!0x1){const _0xa237a0=this['editor']['locale'],_0x12517d=this['editor']['plugins']['get']('Dialog'),_0x38c051=new _0x2a0a6d(_0xa237a0);return _0x38c051['bind']('isEnabled')['to'](this,'isEnabled'),_0x38c051['bind']('isOn')['to'](_0x12517d,'id',_0x4fe8aa=>'commentsArchive'===_0x4fe8aa),_0x38c051['set']({'label':Et(_0xa237a0,'COMMENTS_ARCHIVE'),'icon':_0x43722b,'isToggleable':!0x0}),_0x154b4f&&(_0x38c051['tooltip']=!0x0),this['listenTo'](_0x38c051,'execute',()=>this['_toggleDialog']()),_0x38c051;}['_hideDialogOnAnnotationEscape']=_0x5b219f=>{const _0x48b509=_0x5b219f['source'];if(!this['annotationViews']['has'](_0x48b509['view']))return;const _0xdc81c0=this['editor']['plugins']['get']('Dialog');_0xdc81c0['isOpen']&&'commentsArchive'===_0xdc81c0['id']&&(_0xdc81c0['hide'](),_0x5b219f['stop']());};},Bi=class extends _0x49d365{static get['requires'](){return[oi,wi,vi,Di,Vi,yi,Mi,Si,xi];}static get['pluginName'](){return'Comments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}};export{ci as AddCommentThreadCommand,$t as Annotation,Jt as AnnotationCollection,Ri as AnnotationCounterButtonView,qt as AnnotationView,ti as Annotations,Ei as AnnotationsSidebarItemView,Ii as AnnotationsSidebarView,Ti as AnnotationsUIs,Ht as BaseCommentThreadView,Kt as BaseCommentView,hi as Comment,ri as CommentThread,bt as CommentThreadController,xt as CommentThreadInputView,Ut as CommentThreadView,Yt as CommentView,Bi as Comments,Di as CommentsArchive,Vi as CommentsArchiveUI,wi as CommentsEditing,Lt as CommentsListView,yi as CommentsOnly,oi as CommentsRepository,vi as CommentsUI,di as EditorAnnotations,xi as InlineAnnotations,Si as NarrowSidebar,ki as Sidebar,Mi as WideSidebar,Qt as bindAnnotationCollections};
|