@ckeditor/ckeditor5-comments 48.5.0-alpha.2 → 48.5.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +11 -11
- package/package.json +16 -16
package/dist/index.js
CHANGED
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
((()=>Ot)());constructor(_0x241c87={}){(_0x241c87=Object['assign']({},_0x241c87))['plugins']||(_0x241c87['plugins']=CommentEditor['defaultPlugins']),super(_0x241c87),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 _0x2ebd4d=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x2ebd4d))['then'](()=>this['fire']('ready'));}destroy(){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x5b0d1b=>{const _0x33e84d=this['model']['document']['getRoot'](),_0x3f4e7e=_0x33e84d&&_0x33e84d['getChild'](_0x33e84d['childCount']-0x1);_0x5b0d1b['setSelection'](_0x3f4e7e,'end'),this['editing']['view']['focus']();});}_updatePlaceholder(){const _0x3f6bd1=this['editing']['view'],_0x216852=_0x3f6bd1['document']['getRoot'](),_0x4da806=_0x216852['getChild'](0x0);_0x216852['childCount']>0x1||!_0x4da806||'p'!=_0x4da806['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(mt(_0x3f6bd1,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x4da806['placeholder']=this['placeholder']),ut({'view':_0x3f6bd1,'element':_0x4da806,'keepOnFocus':!0x0}),this['placeholderElement']=_0x4da806);}},St=class extends ht{keystrokes;['focusTracker'];['focusables'];['focusCycler'];submitButtonView;cancelButtonView;_editorConfig;constructor(_0x50a424,_0x384d06={}){super(_0x50a424),this['editor']=null,this['_editorConfig']=_0x384d06,this['set']('value',_0x384d06['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',Et(_0x50a424,'Reply...')),this['set']('submitLabel',Et(_0x50a424,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new _0x1c4986(),this['focusTracker']=new _0x52e6a6(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x2cf096=>!_0x2cf096['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',(_0x3b1778,_0x3aaf58)=>{this['cancelButtonView']['fire']('execute'),_0x3aaf58();}),this['keystrokes']['set']('Ctrl+Enter',(_0x591aef,_0x427c92)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x427c92());}),this['on']('submit',(_0x1871b8,_0x4fc26e)=>{_0x4fc26e['length']>0xfde8?(alert(Et(_0x50a424,'TOO_LONG_COMMENT_ALERT',[_0x4fc26e['length'],0xfde8])),_0x1871b8['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 _0x47a4b8=this['editor'];this['element']['insertBefore'](_0x47a4b8['ui']['element'],this['element']['firstChild']),_0x47a4b8['model']['document']['on']('change',()=>this['value']=_0x47a4b8['getData']()),_0x47a4b8['bind']('placeholder')['to'](this),this['focusables']['add'](_0x47a4b8['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x18fa9c){-0x1===_0x18fa9c?(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:_0x58f621}=this,_0xfc22dc=new _0x44164c(_0x58f621);return _0xfc22dc['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0xfc22dc['withText']=!0x0,_0xfc22dc['bind']('label')['to'](this,'submitLabel'),_0xfc22dc['on']('execute',()=>{this['fire']('submit',this['value']);}),_0xfc22dc['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x2fc519,_0x30e371)=>!_0x30e371&&!!_0x2fc519['trim']()),_0xfc22dc;}_createCancelButton(){const {locale:_0xe2dcc3}=this,_0x1249b3=new _0x44164c(_0xe2dcc3);return _0x1249b3['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x1249b3['label']=Et(_0xe2dcc3,'Cancel'),_0x1249b3['withText']=!0x0,_0x1249b3['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x1249b3;}_setupKeyboardNavigation(){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x595d33=>{this['focusTracker']['add'](_0x595d33['element']);}),this['focusables']['on']('change',(_0x37f5b0,_0x1ffd3d)=>{for(const _0x2528e7 of Array['from'](_0x1ffd3d['added'])['reverse']())this['focusTracker']['add'](_0x2528e7['element']);});}},xt=class extends ht{constructor(_0x1bd4b4,_0x564a93,_0x5b0639){super(_0x1bd4b4),this['commentInputView']=new St(_0x1bd4b4,_0x5b0639),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x1991d2,_0x469d47)=>_0x1991d2||!!_0x469d47),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 _0x411e69(_0x1bd4b4,_0x564a93),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'](_0x183838){this['commentInputView']['focus'](_0x183838);}_focusOnNonInteractiveMouseDown(){this['listenTo'](this['element'],'mousedown',(_0x299f7f,_0x499242)=>{const {submitButtonView:_0x549171,cancelButtonView:_0x480125,editor:_0x43effa}=this['commentInputView'];[_0x549171['element'],_0x480125['element'],_0x43effa?_0x43effa['editing']['view']['getDomRoot']():null]['filter'](_0x4a1aa3=>_0x4a1aa3)['some'](_0x616465=>_0x616465['contains'](_0x499242['target']))||(this['focus'](),_0x499242['preventDefault']());});}},Pt=class extends ht{constructor(_0x27d606){super(_0x27d606);const _0x5edeee=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x5edeee['to']('count',_0x40d8e4=>Et(_0x27d606,'NUMBER_OF_COMMENTS',_0x40d8e4))}]});}},Lt=class extends ht{commentViews;resolvedCommentView;['focusTracker'];keystrokes;['focusCycler'];['_model'];['_config'];_collapsedCommentsView;constructor(_0xcc9035,_0x4554fe,_0x3e9e3c){super(_0xcc9035);const _0x53fe45=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x4554fe['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x4554fe,this['_config']=_0x3e9e3c,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x52e6a6(),this['keystrokes']=new _0x1c4986(),this['focusCycler']=new et({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x9ba6dc=>this['commentViews']['map'](_0x2ad5f2=>_0x2ad5f2['element'])['includes'](_0x9ba6dc['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new Pt(_0xcc9035),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x2f049a=>_0x2f049a-this['_config']['maxCommentsWhenCollapsed']);for(const _0x6d596b of _0x4554fe['comments'])this['_handleNewCommentModel'](_0x6d596b);this['_handleInfoComment'](),this['listenTo'](_0x4554fe['comments'],'add',(_0xe4d797,_0x37e16a)=>{const _0x4dccaf=this['_calculatePosition'](_0x37e16a);this['length']++,this['_handleNewCommentModel'](_0x37e16a,_0x4dccaf),this['refreshVisibleViews']();}),this['listenTo'](_0x4554fe['comments'],'remove',(_0x21c05c,_0x5da7c9)=>{this['length']--,this['_handleRemoveCommentModel'](_0x5da7c9),this['refreshVisibleViews']();}),this['listenTo'](_0x4554fe,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x4554fe,'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',_0x53fe45['if']('length','ck-hidden',_0x2c8e80=>!_0x2c8e80)],'aria-label':Et(_0xcc9035,'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'](_0x2a8279){-0x1===_0x2a8279?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}destroy(){this['_collapsedCommentsView']['destroy']();for(const _0x36c748 of this['commentViews'])_0x36c748['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}_handleNewCommentModel(_0x46b3ec,_0x223021){const _0x3b123d=new this['_config']['CommentView'](this['locale'],_0x46b3ec,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x3b123d['viewUid']=_0x46b3ec['id'],_0x3b123d['delegate']('removeComment')['to'](this),_0x3b123d['delegate']('updateComment')['to'](this),_0x3b123d['delegate']('resolveCommentThread')['to'](this),_0x3b123d['delegate']('editorReady')['to'](this),_0x3b123d['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x3b123d,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x3b123d,_0x223021);}_calculatePosition(_0x65ce45){const _0x3bc0bf=this['_model']['_findOptimalIndex'](_0x65ce45);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x65ce45['authoredAt']?_0x3bc0bf-0x1:_0x3bc0bf:_0x3bc0bf-0x1;}_handleInfoComment(){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x56ed36={'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'],_0x56ed36,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x56ed36));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}_handleRemoveCommentModel(_0x5e26e4){const _0x212caf=this['commentViews']['remove'](_0x5e26e4['id']);this['stopListening'](_0x212caf),_0x212caf['isEditMode']&&this['_updateHasDirtyComment'](),_0x212caf['destroy']();}_updateHasDirtyComment(){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x15b53c=>_0x15b53c['isEditMode']);}['_rearrangeCollapse'](){const _0x4e5e0d=function(_0x1fb559){const _0x4ac516=new _0x43adb0();for(const _0x588199 of _0x1fb559)_0x4ac516['add'](_0x588199);return _0x4ac516;}(this['commentViews']),_0x42bc2c=this['_collapsedCommentsView']['count'];for(let _0x66694e=0x1;_0x66694e<=_0x42bc2c;_0x66694e++)_0x4e5e0d['remove'](0x1);for(const _0x3d21f9 of _0x4e5e0d)_0x3d21f9['collapse']();_0x42bc2c>0x0&&_0x4e5e0d['add'](this['_collapsedCommentsView'],0x1),Dt(_0x11a26f(Array['from'](this['visibleViews']),Array['from'](_0x4e5e0d)),this['visibleViews'],_0x4e5e0d);}['_rearrangeExpand'](){Dt(_0x11a26f(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x3f2807 of this['visibleViews'])_0x3f2807['expand']();}_setupKeyboardNavigation(){this['commentViews']['forEach'](_0x13a963=>{this['focusTracker']['add'](_0x13a963['element']),this['keystrokes']['listenTo'](_0x13a963['element']);}),this['commentViews']['on']('change',(_0x1563b0,_0x13f1d9)=>{for(const _0x3eda44 of _0x13f1d9['removed'])this['focusTracker']['remove'](_0x3eda44['element']),this['keystrokes']['stopListening'](_0x3eda44['element']);for(const _0x49228d of Array['from'](_0x13f1d9['added'])['reverse']())this['focusTracker']['add'](_0x49228d['element']),this['keystrokes']['listenTo'](_0x49228d['element']);});}};function Dt(_0x468410,_0xda65e5,_0x3b7184){let _0x418ca0=0x0;for(const _0x2de7ba of _0x468410)switch(_0x2de7ba){case'insert':_0xda65e5['add'](_0x3b7184['get'](_0x418ca0),_0x418ca0),_0x418ca0++;break;case'delete':_0xda65e5['remove'](_0x418ca0);break;case'equal':_0x418ca0++;}}var Vt=class extends ht{constructor(_0x1b6dab){super(_0x1b6dab);const _0x930c5d=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x930c5d['to']('contextValue',_0x235a73=>Et(_0x1b6dab,'THREAD_CONTEXT_LABEL',_0x235a73)),'tabindex':-0x1},'children':[{'text':_0x930c5d['to']('contextValue')}]});}['focus'](){this['element']['focus']();}},Bt=class extends ht{['_model'];reopenButtonView;contextView;['focusables'];['focusTracker'];keystrokes;['focusCycler'];constructor(_0x406e67,_0x9b7484){super(_0x406e67);const _0x47da21=this['bindTemplate'];this['_model']=_0x9b7484,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x52e6a6(),this['keystrokes']=new _0x1c4986(),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',_0x4326a0=>!!_0x4326a0),this['bind']('contextValue')['to'](this['_model'],'context',_0x2f0a41=>_0x2f0a41&&_0x2f0a41['value']?this['_trimContextValue'](_0x2f0a41['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',_0x47da21['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 _0x56474f=new _0x44164c(this['locale']);return _0x56474f['label']=Et(this['locale'],'Reopen'),_0x56474f['tooltip']=Et(this['locale'],'Reopen'),_0x56474f['icon']=_0x55df86,_0x56474f['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x33f0a1=>!_0x33f0a1),_0x56474f['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x15de0b,_0x5d970b)=>_0x15de0b&&_0x5d970b),_0x56474f['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x56474f;}_trimContextValue(_0x596aa7){if(_0x596aa7['length']<0x96)return _0x596aa7;const _0x1c05cd=_0x596aa7['lastIndexOf']('\x20',0x93);return _0x596aa7['substring'](0x0,_0x1c05cd>-0x1?_0x1c05cd:0x93)+'...';}_attachContextActions(){const _0x5b7730=this['element']['querySelector']('.ck-context'),_0x1f6177=_0x5b7730['querySelector']('.ck-context__value');this['listenTo'](_0x5b7730,'mouseenter',()=>{_0x1f6177['offsetWidth']<_0x1f6177['scrollWidth']&&_0x5b7730['classList']['add']('overlay');}),this['listenTo'](_0x5b7730,'mouseleave',()=>{_0x5b7730['classList']['remove']('overlay');});}_setupKeyboardNavigation(){this['keystrokes']['listenTo'](this['element']);for(const _0x370c22 of this['focusables'])this['focusTracker']['add'](_0x370c22['element']),this['keystrokes']['listenTo'](_0x370c22['element']);}_createContextView(){const _0x28ebf4=new Vt(this['locale']);return _0x28ebf4['bind']('contextValue')['to'](this),_0x28ebf4;}},Ht=class extends ht{['_model'];['_config'];commentThreadHeaderView;commentThreadInputView;ariaDescriptionView;['focusables'];['focusTracker'];keystrokes;['focusCycler'];constructor(_0x1e57ed,_0x2f1e7a,_0x4de6e9,_0x2c6597){super(_0x1e57ed),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x2f1e7a,this['_localUser']=_0x4de6e9,this['_config']=_0x2c6597,this['commentThreadHeaderView']=new Bt(_0x1e57ed,_0x2f1e7a),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x49723f(_0x1e57ed,Et(_0x1e57ed,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new Lt(_0x1e57ed,_0x2f1e7a,Object['assign']({'CommentView':this['_config']['CommentView']},_0x2c6597)),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',(_0x43cf9f,_0x3793ce)=>_0x43cf9f||!!_0x3793ce),this['bind']('isUnlinked')['to'](_0x2f1e7a,'unlinkedAt',_0x5458b7=>!!_0x5458b7);let _0x1ade67=null;const _0x5ee886=()=>{const _0x312c69=this['_model']['comments']['first']||null;_0x312c69!==_0x1ade67&&(_0x1ade67&&this['stopListening'](_0x1ade67,'change:content'),_0x1ade67=_0x312c69,_0x312c69&&this['listenTo'](_0x312c69,'change:content',_0x5ee886));const _0x21d407=_0x312c69?_0x312c69['author']['name']:this['_localUser']['name'],_0x161cf3=_0x312c69?new DOMParser()['parseFromString'](_0x3dfab0(_0x312c69['content'],{'limit':this['_config']['maxCommentCharsWhenCollapsed']}),'text/html')['body']['textContent']:'',_0x1ddfea=Et(this['locale'],'COMMENT_THREAD_LABEL',[this['length'],_0x21d407]);this['set']('ariaLabel',_0x161cf3?_0x1ddfea+'\x20'+_0x161cf3:_0x1ddfea);};this['listenTo'](this['_model']['comments'],'change',_0x5ee886),_0x5ee886(),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x52e6a6(),this['keystrokes']=new _0x1c4986(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x32701e=>_0x32701e['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0x26d96b(this,this['focusables']);}async destroy(){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}_createCommentThreadInputView(){const _0x304b87=new xt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x59a95c=_0x304b87['commentInputView'];return _0x304b87['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x59a95c,'value',(_0x7e2a95,_0x5ca7dc,_0x3d414c,_0x160aa5,_0xfec3bf)=>!!_0xfec3bf||!!_0x160aa5&&_0x3d414c&&!_0x5ca7dc||_0x7e2a95&&_0x3d414c&&!_0x5ca7dc),_0x59a95c['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x21e9f,_0x47aed5,_0x2e0437)=>{let _0x4e91db;return _0x4e91db=_0x2e0437&&_0x47aed5?'Reply\x20to\x20reopen\x20discussion...':_0x21e9f?'Reply...':'Write\x20a\x20comment...',Et(this['locale'],_0x4e91db);}),_0x59a95c['bind']('submitLabel')['to'](this,'length',_0x532bc9=>Et(this['locale'],_0x532bc9?'Reply':'Comment')),_0x59a95c['on']('submit',(_0x5f2392,_0x44d427)=>{this['fire']('addComment',_0x44d427),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x59a95c['on']('cancel',()=>{this['focus']();}),_0x59a95c['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x59a95c['on']('cancel',_0x4a15db=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x4a15db['stop']());}),this['on']('change:isActive',(_0x4212f3,_0x52284b,_0x46e52c)=>{_0x46e52c||this['length']||_0x59a95c['value']||this['fire']('removeCommentThread');}),_0x304b87;}};const Ft=/* #__PURE__ -- @preserve */
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
_0xf65c5e();var $t=class Annotation extends jt{['view'];focusableElements;_type;_target;constructor({view:_0x120401,target:_0x40eddb,type:_0x2f40f8,isVisible:_0x4ed875=!0x0}){super(),this['view']=_0x120401,this['view']['element']||this['view']['render'](),this['_type']=_0x2f40f8,this['_target']=_0x40eddb,Annotation['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x43adb0([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x4bdc95,_0x29c52f)=>{this['view']['focusTracker']['add'](_0x29c52f);}),this['focusableElements']['on']('remove',(_0x3d698e,_0xe12c11)=>{this['view']['focusTracker']['remove'](_0xe12c11);}),this['set']('isVisible',_0x4ed875);}get type(){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get target(){const _0x206fd4=this['_getNormalizedTarget']();return Annotation['_assertCorrectTarget'](_0x206fd4),_0x206fd4;}get targetRect(){const _0x114161=this['target'];if(null===_0x114161)return null;if(_0x114161 instanceof _0x132048)return _0x114161;const _0x109bfc=_0x114161['filter'](_0x1633f5=>function(_0x219188){return!!_0x219188['offsetParent']||!!_0x219188['getClientRects']()['item'](0x0);}(_0x1633f5));return 0x0===_0x109bfc['length']?null:_0x132048['getDomElementRects'](_0x109bfc[0x0])[0x0];}get isActive(){return this['view']['isActive'];}set isActive(_0x5776bf){this['view']['isActive']=_0x5776bf,this['view']['mainView']['isActive']=_0x5776bf;}updateTargetRect(){this['view']['targetRect']=this['targetRect'];}destroy(){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}refreshVisibility(){this['isVisible']=!!this['targetRect'];}static _assertCorrectTarget(_0x1a085d){if(!(null===_0x1a085d||_0x1a085d instanceof _0x132048||Array['isArray'](_0x1a085d)&&_0x1a085d['every'](_0x719687=>zt(_0x719687))))throw new _0x587c70('annotation-invalid-target',null,{'target':_0x1a085d});}_getNormalizedTarget(){const _0x4a5e7b='function'==typeof this['_target']?this['_target']():this['_target'];return zt(_0x4a5e7b)?[_0x4a5e7b]:_0x4a5e7b;}};function zt(_0x351863){return null!==_0x351863&&'object'==typeof _0x351863&&'nodeType'in _0x351863&&0x1===_0x351863['nodeType'];}var Jt=class extends _0x43adb0{_innerViewToAnnotation;_viewToAnnotation;['_focusTracker'];constructor(_0x2f37ce=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x52e6a6(),this['_focusTracker']['on']('change:isFocused',(_0x5dc4b5,_0x1e734c,_0x35727d)=>{_0x35727d||this['fire']('blur');});for(const _0x1158e2 of _0x2f37ce)this['add'](_0x1158e2);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x1356e7){if(this['has'](_0x1356e7))throw new _0x587c70('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x1356e7['innerView'],_0x1356e7),this['_viewToAnnotation']['set'](_0x1356e7['view'],_0x1356e7);for(const _0xb52d59 of _0x1356e7['focusableElements'])this['_focusTracker']['add'](_0xb52d59);if(this['listenTo'](_0x1356e7['focusableElements'],'add',(_0x1dde7d,_0x5aa659)=>{this['_focusTracker']['add'](_0x5aa659);}),this['listenTo'](_0x1356e7['focusableElements'],'remove',(_0x742409,_0x17efa3)=>{this['_focusTracker']['remove'](_0x17efa3);}),this['listenTo'](_0x1356e7['view']['focusTracker'],'change:isFocused',(_0x3de8e4,_0x67cacd,_0xd77b71)=>{_0xd77b71&&this['fire']('focus',_0x1356e7);}),_0x1356e7['updateTargetRect'](),this['_areCachedRectsStale']()){for(const _0x4f3174 of this)_0x4f3174['updateTargetRect']();}const _0x2b389c=this['_getOrderInContent'](_0x1356e7['view']['targetRect']);return super['add'](_0x1356e7,_0x2b389c);}['remove'](_0x341d2c){if(!this['has'](_0x341d2c))throw new _0x587c70('annotationcollection-not-existing-item',null);this['stopListening'](_0x341d2c['view']['focusTracker']),this['stopListening'](_0x341d2c['focusableElements']);for(const _0x136e86 of _0x341d2c['focusableElements'])this['_focusTracker']['remove'](_0x136e86);return this['_viewToAnnotation']['delete'](_0x341d2c['view']),this['_innerViewToAnnotation']['delete'](_0x341d2c['innerView']),super['remove'](_0x341d2c);}getByInnerView(_0x5c8825){return this['_innerViewToAnnotation']['get'](_0x5c8825);}getByView(_0x183848){return this['_viewToAnnotation']['get'](_0x183848);}destroy(){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}refreshPositioning(){for(const _0x2628af of this)_0x2628af['updateTargetRect']();this['_sort']();}_sort(){const _0x16d881=Array['from'](this)['sort']((_0x3aedbe,_0x196339)=>Zt(_0x3aedbe['view']['targetRect'],_0x196339['view']['targetRect']));for(let _0x3907b2=_0x16d881['length']-0x1;_0x3907b2>0x0;_0x3907b2--){const _0x3f60cb=_0x16d881[_0x3907b2];_0x3907b2!==this['getIndex'](_0x3f60cb)&&(this['remove'](_0x3f60cb),this['add'](_0x3f60cb));}}_getOrderInContent(_0x541d39){let _0x3c0e99=0x0;if(!_0x541d39)return this['length'];for(const _0xce9921 of this){const _0x32fc6e=_0xce9921['view']['targetRect'];if(_0x32fc6e){if(Zt(_0x541d39,_0x32fc6e)<0x0)return _0x3c0e99;_0x3c0e99++;}}return _0x3c0e99;}_areCachedRectsStale(){const _0x49f6b9=this['get'](0x0);if(!_0x49f6b9)return!0x1;const _0x361a7b=_0x49f6b9['view']['targetRect'],_0x17ccfb=_0x49f6b9['targetRect'];return!(!_0x361a7b||!_0x17ccfb)&&(_0x361a7b['top']!==_0x17ccfb['top']||_0x361a7b['left']!==_0x17ccfb['left']);}};function Qt({source:_0x5ea43d,target:_0x2acf77,filter:_0x996aeb}){for(const _0x3f02d3 of _0x5ea43d)_0x996aeb(_0x3f02d3)&&_0x2acf77['add'](_0x3f02d3);_0x2acf77['listenTo'](_0x5ea43d,'add',(_0x46b02e,_0x3ee3ae)=>{_0x996aeb(_0x3ee3ae)&&_0x2acf77['add'](_0x3ee3ae);}),_0x2acf77['listenTo'](_0x5ea43d,'remove',(_0x504a5f,_0x57ea51)=>{_0x2acf77['has'](_0x57ea51)&&_0x2acf77['remove'](_0x57ea51);});}function Zt(_0x2b877f,_0x452e6d){if(null===_0x2b877f&&null===_0x452e6d)return 0x0;if(null===_0x2b877f)return-0x1;if(null===_0x452e6d)return 0x1;const _0x12e318=_0x2b877f['top']-_0x452e6d['top'];return 0x0==_0x12e318?_0x2b877f['left']-_0x452e6d['left']:_0x12e318;}var ti=class extends _0x2886e3{collection;_visibleAnnotations;static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x27bc20){if(super(_0x27bc20),this['collection']=new Jt(),this['_visibleAnnotations']=new Jt(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x27bc20 instanceof _0x4acb07){const _0x3be5af=_0x27bc20['locale'];_0x27bc20['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':Et(_0x3be5af,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':Et(_0x3be5af,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':Et(_0x3be5af,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':Et(_0x3be5af,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':Et(_0x3be5af,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':Et(_0x3be5af,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':Et(_0x3be5af,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x54be10){this['collection']['add'](_0x54be10);}['remove'](_0x1ff7a0){this['collection']['remove'](_0x1ff7a0),_0x1ff7a0['destroy']();}refreshVisibility(){for(const _0x301266 of this['collection'])_0x301266['refreshVisibility']();}refreshPositioning(){this['_visibleAnnotations']['refreshPositioning']();}getByInnerView(_0x3d839b){return this['collection']['getByInnerView'](_0x3d839b);}deactivateAll(){this['fire']('_deactivateAllAnnotations');}destroy(){for(const _0x5dce8e of this['collection'])_0x5dce8e['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}activate(_0x5d7ecb){this['fire']('_activateAnnotation',_0x5d7ecb);}createAnnotation(_0xf84bc8){return new $t(_0xf84bc8);}createAnnotationView(_0x5d0398,_0x11e1e7){return new qt(_0x5d0398,_0x11e1e7);}_addActiveAnnotation(_0x3ffa79){const _0x5af2b0=new Set(this['activeAnnotations']);_0x5af2b0['add'](_0x3ffa79),this['activeAnnotations']=_0x5af2b0;}_removeActiveAnnotation(_0xf88f16){const _0x4b4f57=new Set(this['activeAnnotations']);_0x4b4f57['delete'](_0xf88f16),this['activeAnnotations']=_0x4b4f57;}_bindAnnotationsToVisibleAnnotations(){const _0x3ab9ef=this['collection'],_0x861fac=this['_visibleAnnotations'];function _0xff83b8(_0x19089b){const _0x314d8a=_0x19089b['source'];_0x314d8a['isVisible']&&!_0x861fac['has'](_0x314d8a)?_0x861fac['add'](_0x314d8a):!_0x314d8a['isVisible']&&_0x861fac['has'](_0x314d8a)&&_0x861fac['remove'](_0x314d8a),_0x314d8a['view']['focusTracker']['remove'](_0x314d8a['view']['element']),_0x314d8a['view']['focusTracker']['add'](_0x314d8a['view']['element']);}this['listenTo'](_0x3ab9ef,'add',(_0x84b8d6,_0xc6aa28)=>{_0xc6aa28['isVisible']&&_0x861fac['add'](_0xc6aa28),this['listenTo'](_0xc6aa28,'change:isVisible',_0xff83b8);}),this['listenTo'](_0x3ab9ef,'remove',(_0x35a69d,_0x1aa6d4)=>{_0x861fac['has'](_0x1aa6d4)&&_0x861fac['remove'](_0x1aa6d4),this['stopListening'](_0x1aa6d4,'change:isVisible',_0xff83b8);});}_setupEnterAnnotationKeystroke(){const _0x27600e=_0x32fd8e=>{_0x32fd8e['on']('ready',()=>{_0x32fd8e['keystrokes']['set'](_0x1880a8,(_0x342937,_0x4756e6)=>{const _0x3fe08d=_0x48a874(this['activeAnnotations']['values']());_0x3fe08d&&(_0x3fe08d['view']['focus'](),_0x4756e6());});});};this['context']instanceof _0x4acb07?_0x27600e(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x1c0d9d,_0x5b69b5)=>{_0x27600e(_0x5b69b5);});}_setupEscapeAnnotationHandling(){const _0x1e81cc=_0x8c75e=>{const _0x583482=_0x8c75e['source'],_0x50defc=[];let _0x2a48fb;if(Array['isArray'](_0x583482['target'])){_0x2a48fb=_0x583482['target'][0x0],this['context']instanceof _0x4acb07?_0x50defc['push'](this['context']):this['context']['editors']&&_0x50defc['push'](...this['context']['editors']);for(const _0x262370 of _0x50defc)for(const _0x273be4 of _0x262370['editing']['view']['domRoots']['values']())if(_0x273be4['contains'](_0x2a48fb))return void _0x262370['editing']['view']['focus']();_0x2a48fb['focus']();}};this['listenTo'](this['collection'],'add',(_0x157967,_0x296c9c)=>{this['listenTo'](_0x296c9c,'escape',_0x1e81cc,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x3bf6e5,_0x1f4f64)=>{this['stopListening'](_0x1f4f64,'escape',_0x1e81cc);});}};const ii=Symbol('noChannel'),ei={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0},si=/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0xf65c5e();var oi=class extends _0x2886e3{_threads;_threadToController;_viewToController;static get requires(){return[ti,_0x4847f1,_0x5b5781];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x17e576){super(_0x17e576),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x3dc4cb=this['context']['config'];_0x3dc4cb['define']('comments.maxCommentsWhenCollapsed',0x2),_0x3dc4cb['define']('comments.maxThreadTotalWeight',0x1f4),_0x3dc4cb['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x3dc4cb['define']('comments.CommentThreadView',Ut),_0x3dc4cb['define']('comments.CommentView',Yt),_0x3dc4cb['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}init(){const _0xab2371=this['context']['plugins']['get'](ti);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x5b7221,_0x1681c7)=>this['_addCommentThread'](_0x1681c7)),this['on']('submitCommentThread',(_0x2aed0b,_0x28534d)=>this['_submitCommentThread'](_0x28534d)),this['on']('resolveCommentThread',(_0x2b5045,_0xa1202d)=>this['_resolveCommentThread'](_0xa1202d)),this['on']('resolveCommentThread',(_0x4a69e7,_0x33aab2)=>this['_updateActiveAnnotation'](_0x33aab2),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x2ecba4,_0x5f30df)=>this['_reopenCommentThread'](_0x5f30df)),this['on']('reopenCommentThread',(_0x2292b3,_0x133942)=>this['_updateActiveAnnotation'](_0x133942),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x5955c4,_0x141357)=>this['_removeCommentThread'](_0x141357)),this['on']('updateCommentThread',(_0x2b075d,_0x1b5df9)=>this['_updateCommentThread'](_0x1b5df9)),this['on']('updateCommentThread',(_0x146647,_0x31dffb)=>this['_updateActiveAnnotation'](_0x31dffb),{'priority':'lowest'}),this['on']('addComment',(_0x557e21,_0x830b65)=>this['_addComment'](_0x830b65)),this['on']('updateComment',(_0x35eb35,_0x1f19e1)=>this['_updateComment'](_0x1f19e1)),this['on']('removeComment',(_0x39f667,_0x4fe31d)=>this['_removeComment'](_0x4fe31d)),this['on']('addComment',(_0x3d54c7,{threadId:_0xa21c44,isFromAdapter:_0x54fa05})=>{if(_0x54fa05)return;const _0x3a270b=this['getCommentThread'](_0xa21c44),_0x5cd942=_0x3a270b&&this['_threadToController']['get'](_0x3a270b);_0x5cd942&&_0x5cd942['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0xab2371,'change:activeAnnotations',(_0x7104d7,_0x3ba0b7,_0x3e7156)=>{const _0x229ed9=Array['from'](_0x3e7156)['map'](_0x9cfde4=>this['_viewToController']['get'](_0x9cfde4['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x229ed9?_0x229ed9['model']:null;});}set adapter(_0x2ce41a){if(this['_adapter'])throw new _0x587c70('commentsrepository-adapter-already-set');this['_adapter']=_0x2ce41a;}get adapter(){return this['_adapter'];}addCommentThread({channelId:_0x5e7fd6=ii,threadId:_0x2f0188=_0x348c57(),comments:_0x4a0c5d=[],unlinkedAt:_0x45d854=null,resolvedAt:_0x1b0c4a=null,resolvedBy:_0x5f1053=null,target:_0xc74584=null,context:_0x2a7e87=null,attributes:_0x1ead84={},isResolvable:_0x1acb07=!0x0,isSubmitted:_0x2eae2d=!0x1,isFromAdapter:_0x463c1a=!0x1}={}){return this['fire'](ai('addCommentThread',_0x5e7fd6),{'channelId':_0x5e7fd6,'threadId':_0x2f0188,'comments':_0x4a0c5d,'unlinkedAt':_0x45d854,'resolvedAt':_0x1b0c4a,'resolvedBy':_0x5f1053,'target':_0xc74584,'context':_0x2a7e87,'attributes':_0x1ead84,'isFromAdapter':_0x463c1a,'isResolvable':_0x1acb07,'isSubmitted':_0x2eae2d}),this['getCommentThread'](_0x2f0188);}openNewCommentThread({channelId:_0x48feb2=ii,threadId:_0x31d5f9=_0x348c57(),target:_0x34e8b1,context:_0x1b8294=null,isResolvable:_0x60f5d9=!0x0}){if(this['_readOnlyChannels']['has'](_0x48feb2)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x34e8b1)throw new _0x587c70('commentsrepository-missing-target');const _0x5133f9=this['addCommentThread']({'channelId':_0x48feb2,'threadId':_0x31d5f9,'target':_0x34e8b1,'context':_0x1b8294,'isResolvable':_0x60f5d9});if(!_0x5133f9)return null;const _0x16df33=this['_threadToController']['get'](_0x5133f9),_0x3d57a9=_0x16df33['view']['commentThreadInputView']['commentInputView'],_0x4e5a14=this['context']['plugins']['get'](ti),_0x3d2bf6=_0x4e5a14['getByInnerView'](_0x16df33['view']);return _0x4e5a14['activate'](_0x3d2bf6),_0x3d57a9['once']('editorReady',()=>_0x3d57a9['focus']()),_0x5133f9;}hasCommentThread(_0x90e0c4){if('string'!=typeof _0x90e0c4)throw new _0x587c70('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x90e0c4);}updateCommentThread({channelId:_0x483d9d=ii,threadId:_0x2902df,context:_0x2a5ca7,unlinkedAt:_0x5d856f,attributes:_0x8312e0,isFromAdapter:_0x5e5eb8=!0x1}){return this['fire'](ai('updateCommentThread',_0x483d9d),{'channelId':_0x483d9d,'threadId':_0x2902df,'context':_0x2a5ca7,'unlinkedAt':_0x5d856f,'attributes':_0x8312e0,'isFromAdapter':_0x5e5eb8}),this['getCommentThread'](_0x2902df);}getCommentThread(_0x2bdf6e){if('string'!=typeof _0x2bdf6e)throw new _0x587c70('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x2bdf6e);}fetchCommentThread({channelId:_0x5e6628,threadId:_0x28d536}={}){const _0xa9fa3e=this['getCommentThread'](_0x28d536);if(_0xa9fa3e)return Promise['resolve'](_0xa9fa3e);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x587c70('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x5e6628,'threadId':_0x28d536})['then'](_0x5cc87d=>this['hasCommentThread'](_0x28d536)?this['getCommentThread'](_0x28d536):_0x5cc87d?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x5e6628},_0x5cc87d)):void 0x0)['catch'](_0x4836c4=>{throw console['error'](_0x4836c4),new _0x587c70('commentsrepository-fetch-comment-thread',this['context']);});}getCommentThreads({channelId:_0x113489,skipNotAttached:_0x2bb703=!0x1,skipEmpty:_0x9689f6=!0x1,toJSON:_0x51bf93=!0x1}={}){const _0x560210=[];for(const _0x5db999 of this['_threads']['values']())_0x113489&&_0x5db999['channelId']!==_0x113489||_0x2bb703&&!_0x5db999['isAttached']||_0x9689f6&&0x0===_0x5db999['length']||_0x560210['push'](_0x5db999);return _0x51bf93?_0x560210['map'](_0x46a0a1=>_0x46a0a1['toJSON']()):_0x560210;}getAnnotationForCommentThread(_0x2b4264){const _0x307864=this['_threadToController']['get'](_0x2b4264);return _0x307864&&this['context']['plugins']['get'](ti)['getByInnerView'](_0x307864['view'])||null;}getCommentThreadForAnnotation(_0x14cae1){const _0x3ffd6f=this['_viewToController']['get'](_0x14cae1['innerView']);return _0x3ffd6f?_0x3ffd6f['model']:null;}setActiveCommentThread(_0x18a7df){const _0x1d6dae=this['context']['plugins']['get'](ti);if(!_0x18a7df)return void(this['activeCommentThread']&&_0x1d6dae['deactivateAll']());const _0x4070c4=this['getCommentThread'](_0x18a7df);if(!_0x4070c4)throw new _0x587c70('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x18a7df});if(!this['_threadToController']['has'](_0x4070c4))throw new _0x587c70('commentsrepository-active-not-attached',null,{'threadId':_0x18a7df});const _0xfb9d75=_0x1d6dae['getByInnerView'](this['_threadToController']['get'](_0x4070c4)['view']);_0x1d6dae['activate'](_0xfb9d75);}switchReadOnly(_0xab5f0c,_0x19b24f){_0xab5f0c?this['_readOnlyChannels']['add'](_0x19b24f):this['_readOnlyChannels']['delete'](_0x19b24f),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x1721a3){return this['_readOnlyChannels']['has'](_0x1721a3)||this['_readOnlyChannels']['has'](void 0x0);}createCommentThreadController(_0x57f88b,_0x54bce1){return new bt(_0x57f88b,_0x54bce1);}setPermissions(_0x3f9781,_0x13ea02=ii){this['_permissions']['set'](_0x13ea02,_0x3f9781),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}getPermissions(_0x216ebb=ii){return this['_permissions']['has'](_0x216ebb)?this['_permissions']['get'](_0x216ebb):ei;}_addCommentThread({channelId:_0x47a90e,threadId:_0x4f88ee,comments:_0x5bf8cb,unlinkedAt:_0x141934,resolvedAt:_0xef070f,resolvedBy:_0x3e2ecb,target:_0x5cc771,context:_0x2ea1a7,attributes:_0x2ddbf9,isFromAdapter:_0x1b7db3,isResolvable:_0x339df5,isSubmitted:_0x29c598}){if('string'!=typeof _0x4f88ee)throw new _0x587c70('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x4f88ee});if(this['hasCommentThread'](_0x4f88ee))throw new _0x587c70('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x4f88ee});const _0x19671c=new ri(this,{'channelId':_0x47a90e,'id':_0x4f88ee,'context':_0x2ea1a7,'attributes':_0x2ddbf9,'unlinkedAt':_0x141934,'resolvedAt':_0xef070f,'resolvedBy':_0x3e2ecb?this['context']['plugins']['get'](_0x5b5781)['getUser'](_0x3e2ecb):null,'isResolvable':_0x339df5,'isSubmitted':_0x29c598||_0x1b7db3});this['_threads']['set'](_0x4f88ee,_0x19671c);for(const _0x3b9004 of _0x5bf8cb)_0x19671c['_add'](this['_createNewComment']({'threadId':_0x4f88ee,..._0x3b9004}));return _0x5cc771&&_0x19671c['attachTo'](_0x5cc771),_0x1b7db3||!_0x19671c['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x47a90e,'threadId':_0x4f88ee});}_submitCommentThread({channelId:_0x2c1610,threadId:_0x134297}){if(!this['hasCommentThread'](_0x134297))throw new _0x587c70('commentsrepository-missing-comment-thread',this);const _0x14855f=this['getCommentThread'](_0x134297);if(_0x14855f['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x49d697,comments:_0x1e734a,resolvedAt:_0x5073e6,resolvedBy:_0x130fd7,context:_0x32d214,attributes:_0xff971d}=_0x14855f,_0x2e1b03=this['context']['plugins']['get']('PendingActions'),_0x58dd5c=_0x2e1b03['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x2c1610,'threadId':_0x49d697,'comments':_0x1e734a['map'](_0x370cb7=>_0x370cb7['toJSON']()),'resolvedAt':_0x5073e6,'resolvedBy':_0x130fd7?_0x130fd7['id']:_0x130fd7,'context':_0x32d214,'attributes':_0xff971d})['then'](({comments:_0x292da7})=>{_0x2e1b03['remove'](_0x58dd5c);for(const _0x41942c of _0x292da7)this['_updateComment']({'channelId':_0x2c1610,'threadId':_0x134297,'commentId':_0x41942c['commentId'],'createdAt':_0x41942c['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x52c9f7=>{throw console['error'](_0x52c9f7),new _0x587c70('commentsrepository-add-comment-thread-internal-error',this);});}_attachCommentThread({threadId:_0x556a61,target:_0x5aa9c3}){const _0x5ea33d=this['getCommentThread'](_0x556a61);if(!_0x5ea33d)throw new _0x587c70('commentsrepository-attach-missing-comment-thread',this);const _0x4403dc=this['context']['plugins']['get']('PendingActions'),_0x3c5390=this['context']['plugins']['get'](ti),_0x4c5ddf=this['_createCommentThreadView'](_0x5ea33d),_0x18bd74=new bt(_0x5ea33d,_0x4c5ddf);let _0x514c10=null;_0x4c5ddf['on']('change:isDirty',(_0x520ddb,_0x25db1f,_0x205cb1)=>{_0x205cb1?_0x514c10=_0x4403dc['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x514c10&&(_0x4403dc['remove'](_0x514c10),_0x514c10=null);}),this['_threadToController']['set'](_0x5ea33d,_0x18bd74),this['_viewToController']['set'](_0x4c5ddf,_0x18bd74);const _0x36256c=new qt(this['context']['locale'],_0x4c5ddf);_0x36256c['bind']('length')['to'](_0x4c5ddf),_0x36256c['bind']('isDirty')['to'](_0x4c5ddf,'isDirty',_0x4c5ddf,'length',(_0xc4747,_0x372f4d)=>_0xc4747||!_0x372f4d),_0x36256c['bind']('isActive')['to'](_0x4c5ddf),_0x36256c['type']='comment';const _0x1986e6=new $t({'view':_0x36256c,'target':_0x5aa9c3,'type':'comment','isVisible':!_0x5ea33d['archivedAt']&&!!('function'==typeof _0x5aa9c3?_0x5aa9c3():_0x5aa9c3)});return _0x4c5ddf['on']('escape',()=>{_0x1986e6['fire']('escape');}),this['_bindAnnotationToEditors'](_0x4c5ddf,_0x1986e6),_0x3c5390['add'](_0x1986e6),_0x1986e6;}_bindAnnotationToEditors(_0x272d8e,_0x298b14){this['listenTo'](_0x272d8e,'editorReady',(_0xff473e,_0x400870)=>{const _0x2f9a8f=_0x400870['ui']['view']['body']['bodyCollectionContainer'];_0x298b14['focusableElements']['add'](_0x2f9a8f),this['context']instanceof _0x4acb07&&this['context']['ui']['focusTracker']['add'](_0x2f9a8f);},{'priority':'highest'}),this['listenTo'](_0x272d8e,'editorDestroyed',(_0x27a417,_0x3e4744)=>{const _0x30f5dd=_0x3e4744['ui']['view']['body']['bodyCollectionContainer'];_0x298b14['focusableElements']['has'](_0x30f5dd)&&_0x298b14['focusableElements']['remove'](_0x30f5dd),this['context']instanceof _0x4acb07&&this['context']['ui']['focusTracker']['remove'](_0x30f5dd);});}_unbindEditors(_0x2be805){this['stopListening'](_0x2be805,'editorReady'),this['stopListening'](_0x2be805,'editorDestroyed');}_createCommentThreadView(_0x2cc1f6){const _0x371732=this['context']['plugins']['get'](_0x5b5781),{config:_0xe53bb0,locale:_0x1e5611}=this['context'],_0x42905a=_0x3c2e31(_0xe53bb0['get']('locale'),_0x1e5611);return new(0x0,(_0xe53bb0['get']('comments'))['CommentThreadView'])(_0x1e5611,_0x2cc1f6,_0x371732['me'],{'editorConfig':{..._0xe53bb0['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0xe53bb0['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0xe53bb0['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0xe53bb0['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0xe53bb0['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x42905a,'CommentView':_0xe53bb0['get']('comments')['CommentView']});}_resolveCommentThread({threadId:_0x3499b0,channelId:_0xef2e1e,resolvedAt:_0x29f4ee,resolvedBy:_0x1f82d0,isFromAdapter:_0x440e30}){if(!this['hasCommentThread'](_0x3499b0))throw new _0x587c70('commentsrepository-missing-comment-thread',null,{'threadId':_0x3499b0});const _0x190dcf=this['getCommentThread'](_0x3499b0);if(_0x190dcf['isResolved'])throw new _0x587c70('commentsrepository-resolved-comment-thread',null,{'threadId':_0x3499b0});const _0x387fa6=this['context']['plugins']['get'](_0x5b5781);if(_0x190dcf['resolvedBy']=_0x387fa6['getUser'](_0x1f82d0),_0x190dcf['resolvedAt']=_0x29f4ee,_0x440e30||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x147abc=this['context']['plugins']['get']('PendingActions'),_0x35152f=_0x147abc['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0xef2e1e,'threadId':_0x3499b0})['then'](({resolvedAt:_0x44f5c6,resolvedBy:_0x2c1b11})=>{_0x147abc['remove'](_0x35152f),_0x190dcf['resolvedBy']['id']!==_0x2c1b11&&(_0x190dcf['resolvedBy']=_0x387fa6['getUser'](_0x2c1b11)),_0x190dcf['resolvedAt']=_0x44f5c6;})['catch'](_0x9107b5=>{throw console['error'](_0x9107b5),new _0x587c70('commentsrepository-resolve-comment-thread-internal-error',this);});}_reopenCommentThread({threadId:_0x5ddf2f,channelId:_0x50a65f,isFromAdapter:_0x96589b}){if(!this['hasCommentThread'](_0x5ddf2f))throw new _0x587c70('commentsrepository-missing-comment-thread',null,{'threadId':_0x5ddf2f});const _0x3f06d9=this['getCommentThread'](_0x5ddf2f);if(!_0x3f06d9['isResolved'])throw new _0x587c70('commentsrepository-reopen-comment-thread',null,{'threadId':_0x5ddf2f});if(_0x3f06d9['resolvedBy']=null,_0x3f06d9['resolvedAt']=null,_0x96589b||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x3ee4a1=this['context']['plugins']['get']('PendingActions'),_0x298833=_0x3ee4a1['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x50a65f,'threadId':_0x5ddf2f})['then'](()=>_0x3ee4a1['remove'](_0x298833))['catch'](_0x35ea89=>{throw console['error'](_0x35ea89),new _0x587c70('commentsrepository-reopen-comment-thread-internal-error',this);});}_removeCommentThread({threadId:_0x5f17c3,isFromAdapter:_0x340bab}){const _0x5b9e2b=this['getCommentThread'](_0x5f17c3);if(!_0x5b9e2b)throw new _0x587c70('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x5f17c3),this['_threads']['delete'](_0x5f17c3),!_0x5b9e2b['isSubmitted']||_0x340bab||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x519a28=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3a0329}=_0x5b9e2b,_0x40d289=_0x519a28['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x3a0329,'threadId':_0x5f17c3})['then'](()=>_0x519a28['remove'](_0x40d289))['catch'](_0x49b552=>{throw console['error'](_0x49b552),new _0x587c70('commentsrepository-remove-comment-thread-internal-error',this);});}_updateCommentThread({threadId:_0x5b970a,unlinkedAt:_0x2a788c,context:_0x3b1f62,attributes:_0x5b7e72,isFromAdapter:_0x3911da}){if('string'!=typeof _0x5b970a)throw new _0x587c70('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x5b970a});if(!this['hasCommentThread'](_0x5b970a))throw new _0x587c70('commentsrepository-missing-comment-thread',null,{'threadId':_0x5b970a});const _0x57edf4=this['getCommentThread'](_0x5b970a);let _0x5b64ee=!0x1;if(void 0x0!==_0x3b1f62&&_0x57edf4['context']!==_0x3b1f62&&(_0x57edf4['context']=_0x3b1f62,_0x5b64ee=!0x0),void 0x0!==_0x2a788c&&_0x57edf4['unlinkedAt']!==_0x2a788c&&(_0x57edf4['unlinkedAt']=_0x2a788c,_0x5b64ee=!0x0),_0x5b7e72&&!_0x8ea8ca(_0x5b7e72,_0x57edf4['attributes'])&&(_0x57edf4['attributes']=_0x5b7e72,_0x5b64ee=!0x0),!_0x5b64ee)return Promise['resolve']();if(!_0x57edf4['isSubmitted']||_0x3911da||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x15a122=this['context']['plugins']['get']('PendingActions'),{channelId:_0x7a4a4}=_0x57edf4,_0x2cecc0=_0x15a122['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x7a4a4,'threadId':_0x5b970a,'context':_0x3b1f62,'unlinkedAt':_0x2a788c,'attributes':_0x5b7e72})['then'](()=>_0x15a122['remove'](_0x2cecc0))['catch'](_0x438d56=>{throw console['error'](_0x438d56),new _0x587c70('commentsrepository-update-comment-thread-internal-error',this);});}_detachCommentThread(_0x37ca0f){const _0x390bee=this['context']['plugins']['get'](ti),_0x48ad2d=this['getCommentThread'](_0x37ca0f);if(_0x48ad2d['_isAttached']=!0x1,this['_threadToController']['has'](_0x48ad2d)){const _0x3b65bf=this['_threadToController']['get'](_0x48ad2d),_0x181f9f=_0x3b65bf['view'],_0x529e81=_0x390bee['getByInnerView'](_0x181f9f);this['_threadToController']['delete'](_0x48ad2d),this['_viewToController']['delete'](_0x181f9f),_0x529e81&&_0x390bee['remove'](_0x529e81),_0x3b65bf['destroy'](),_0x181f9f['destroy']()['then'](()=>{this['_unbindEditors'](_0x181f9f);});}}_updateActiveAnnotation({threadId:_0x289640,resolvedAt:_0x5d199b,unlinkedAt:_0x53bb3d}){const _0x55674a=!!_0x5d199b,_0x2cb776=this['context']['plugins']['get'](ti),_0x1242ce=this['getCommentThread'](_0x289640);if(this['_threadToController']['has'](_0x1242ce)){const _0x5891c1=this['_threadToController']['get'](_0x1242ce)['view'],_0x27e55d=_0x2cb776['getByInnerView'](_0x5891c1);_0x27e55d&&(_0x55674a&&_0x2cb776['_removeActiveAnnotation'](_0x27e55d),_0x53bb3d?_0x27e55d['isVisible']=!0x1:_0x27e55d['refreshVisibility']());}}_getExternalAuthor(_0x30036c){const _0x54ce7a=this['context']['plugins']['get'](_0x5b5781),_0x172b32=_0x46a734('external:'+_0x30036c),_0x19929b=_0x54ce7a['getUser'](_0x172b32);return _0x19929b||_0x54ce7a['addUser']({'id':_0x172b32,'name':_0x30036c});}_createNewComment({threadId:_0x16b522,commentId:_0x2d0c84=_0x348c57(),content:_0x4ff08d,authorId:_0x1400f1,createdAt:_0xd114cc,attributes:_0x526870}){if('string'!=typeof _0x2d0c84)throw new _0x587c70('commentsrepository-invalid-commentid');if('string'!=typeof _0x1400f1)throw new _0x587c70('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x4ff08d||!_0x4ff08d['trim']())throw new _0x587c70('commentsrepository-invalid-comment-content');const _0x211b7e=this['context']['plugins']['get'](_0x5b5781)['getUser'](_0x1400f1);if(!_0x211b7e)throw new _0x587c70('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x1400f1});let _0x114b4a=null,_0x41a329=_0xd114cc;return _0x526870?.['@external']&&(_0x114b4a=this['_getExternalAuthor'](_0x526870['@external']['authorName']),_0x41a329=new Date(_0x526870['@external']['createdAt'])),new hi(this,{'threadId':_0x16b522,'id':_0x2d0c84,'author':_0x114b4a||_0x211b7e,'creator':_0x211b7e,'content':_0x4ff08d,'createdAt':_0xd114cc,'authoredAt':_0x41a329,'attributes':_0x526870});}_addComment(_0x350da5){let {threadId:_0x436557,content:_0x30a355,attributes:_0x262be8,isFromAdapter:_0x353c8c}=_0x350da5;const _0x574ed7=this['getCommentThread'](_0x350da5['threadId']);if(!_0x574ed7)throw new _0x587c70('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x12c8ce=this['_createNewComment'](_0x350da5),{id:_0x4ae384}=_0x12c8ce;if(_0x574ed7['_add'](_0x12c8ce),_0x353c8c||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x574ed7['isSubmitted'])return Promise['resolve']();const _0x5bc095=this['context']['plugins']['get']('PendingActions'),{channelId:_0x50be65}=_0x574ed7,_0xdd8b26=_0x5bc095['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x262be8||(_0x262be8={}),this['adapter']['addComment']({'channelId':_0x50be65,'threadId':_0x436557,'commentId':_0x4ae384,'content':_0x30a355,'attributes':_0x262be8})['then'](_0x18372e=>{_0x5bc095['remove'](_0xdd8b26),_0x18372e&&this['_updateComment']({'channelId':_0x50be65,'threadId':_0x436557,'commentId':_0x4ae384,'createdAt':_0x18372e['createdAt'],'isFromAdapter':!0x0});})['catch'](_0xda282f=>{throw console['error'](_0xda282f),new _0x587c70('commentsrepository-add-comment-internal-error',this);});}_updateComment({threadId:_0x2f5313,commentId:_0x3df1fd,content:_0x58c3f5,createdAt:_0x34d8ed,attributes:_0x7a9955,isFromAdapter:_0x4eff32}){if(void 0x0!==_0x58c3f5&&('string'!=typeof _0x58c3f5||!_0x58c3f5['trim']()['length']))throw new _0x587c70('commentsrepository-update-comment-invalid-content');const _0x9edf2d=this['getCommentThread'](_0x2f5313),_0xb28962=_0x9edf2d['getComment'](_0x3df1fd);if(!_0xb28962)throw new _0x587c70('commentsrepository-update-missing-comment',this);let _0x394171=!0x1;if(_0x58c3f5&&_0x58c3f5!==_0xb28962['content']&&(_0xb28962['isEditable']||_0x4eff32)&&(_0xb28962['content']=_0x58c3f5,_0x394171=!0x0),_0x34d8ed&&_0x34d8ed!==_0xb28962['createdAt']&&(_0xb28962['createdAt']=_0x34d8ed,_0xb28962['isExternal']||(_0xb28962['authoredAt']=_0x34d8ed),_0x394171=!0x0),_0x7a9955&&!_0x8ea8ca(_0x7a9955,_0xb28962['attributes'])&&(_0xb28962['attributes']=_0x7a9955,_0x394171=!0x0),!_0x394171)return Promise['resolve']();if(_0x9edf2d['fire']('commentUpdated'),_0x4eff32||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x1ae7fa=this['context']['plugins']['get']('PendingActions'),{channelId:_0x415540}=this['getCommentThread'](_0xb28962['threadId']),_0x580f39=_0x1ae7fa['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x415540,'threadId':_0x2f5313,'commentId':_0x3df1fd,'content':_0x58c3f5,'attributes':_0x7a9955})['then'](()=>_0x1ae7fa['remove'](_0x580f39))['catch'](_0x40740e=>{throw console['error'](_0x40740e),new _0x587c70('commentsrepository-update-comment-internal-error',this);});}_removeComment({threadId:_0x30f25d,commentId:_0x373530,isFromAdapter:_0x1da79d}){const _0x57e32d=this['getCommentThread'](_0x30f25d),_0x543cb2=_0x57e32d['getComment'](_0x373530);if(!_0x543cb2)throw new _0x587c70('commentsrepository-remove-missing-comment',this);if(_0x57e32d['_remove'](_0x543cb2),_0x1da79d||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x18b243=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1c35a6}=_0x57e32d,_0x67d1bf=_0x18b243['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x1c35a6,'threadId':_0x30f25d,'commentId':_0x373530})['then'](()=>_0x18b243['remove'](_0x67d1bf))['catch'](_0x47472c=>{throw console['error'](_0x47472c),new _0x587c70('commentsrepository-remove-comment-internal-error',this);});}},ri=class extends si{['channelId'];['id'];_isAttached;_isSubmitted;comments;_repository;constructor(_0x5e008e,_0x3ba4b9){super();const _0x56e3da=_0x3ba4b9['isResolvable'];this['channelId']=_0x3ba4b9['channelId'],this['id']=_0x3ba4b9['id'],this['comments']=new _0x43adb0(),this['_repository']=_0x5e008e,this['_isAttached']=!0x1,this['_isSubmitted']=_0x3ba4b9['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x5e008e,'_permissions',_0x5e008e,'_readOnlyChannels',()=>_0x5e008e['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x5e008e,'_permissions',()=>_0x5e008e['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x5e008e,'_permissions',()=>{const _0x5d0342=_0x5e008e['getPermissions'](this['channelId']);return _0x5d0342['write']||_0x5d0342['admin'];}),this['bind']('isResolvable')['to'](_0x5e008e,'_permissions',()=>_0x56e3da&&_0x5e008e['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x3ba4b9['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x5eb954,_0x5e7a36)=>_0x5eb954?_0x5e7a36?_0x5eb954<_0x5e7a36?_0x5eb954:_0x5e7a36:_0x5eb954:_0x5e7a36),this['set']('unlinkedAt',_0x3ba4b9['unlinkedAt']||null),this['set']('resolvedAt',_0x3ba4b9['resolvedAt']||null),this['set']('resolvedBy',_0x3ba4b9['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x15b5af=>!!_0x15b5af),this['set']('attributes',_0x3ba4b9['attributes']||{});}get weight(){return Array['from'](this['comments'])['reduce']((_0x1ec4ad,_0x171985)=>_0x1ec4ad+_0x171985['weight'],0x0);}get length(){return this['comments']['length'];}get isAttached(){return this['_isAttached'];}get isSubmitted(){return this['_isSubmitted'];}submit(){const {channelId:_0x31ba03,id:_0x593a36}=this;this['_repository']['fire'](ai('submitCommentThread',_0x31ba03),{'channelId':_0x31ba03,'threadId':_0x593a36});}setUnlinkedAt(_0x806dc6){this['_update']({'unlinkedAt':_0x806dc6});}['resolve']({resolvedAt:_0x2abc29=new Date(),resolvedBy:_0x12cfdc='',isFromAdapter:_0x7c87c0=!0x1}={}){const _0x93396d=this['_repository']['context']['plugins']['get'](_0x5b5781)['me'],{channelId:_0x2587cf,id:_0xb21653}=this;this['_repository']['fire'](ai('resolveCommentThread',_0x2587cf),{'channelId':_0x2587cf,'threadId':_0xb21653,'resolvedAt':_0x2abc29,'resolvedBy':_0x12cfdc||_0x93396d['id'],'isFromAdapter':_0x7c87c0});}['reopen']({isFromAdapter:_0x112741=!0x1}={}){const {channelId:_0x34a1ac,id:_0x4c10eb}=this;this['_repository']['fire'](ai('reopenCommentThread',_0x34a1ac),{'channelId':_0x34a1ac,'threadId':_0x4c10eb,'isFromAdapter':_0x112741});}setContext(_0x2c81b8){this['context']||this['_update']({'context':_0x2c81b8});}setAttribute(_0x474c0c,_0x477eef){const _0x1aeb65=_0x335fae(this['attributes']);_0xe4f958(_0x1aeb65,_0x474c0c,_0x477eef),this['_update']({'attributes':_0x1aeb65});}removeAttribute(_0x1c8c16){const _0xc08b30=_0x335fae(this['attributes']);_0x7243f(_0xc08b30,_0x1c8c16),this['_update']({'attributes':_0xc08b30});}['remove']({isFromAdapter:_0x42799c=!0x1}={}){const {channelId:_0x159b58,id:_0x598139}=this;this['_repository']['fire'](ai('removeCommentThread',_0x159b58),{'channelId':_0x159b58,'threadId':_0x598139,'isFromAdapter':_0x42799c});}attachTo(_0x4b48ae){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x4b48ae});}addComment(_0x600103){const {channelId:_0x3129e4,id:_0x2b414c}=this;this['_repository']['fire'](ai('addComment',_0x3129e4,_0x2b414c),Object['assign']({'channelId':_0x3129e4,'threadId':_0x2b414c},_0x600103));}getComment(_0x31115e){if('string'!=typeof _0x31115e)throw new _0x587c70('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x31115e});return this['comments']['get'](_0x31115e);}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'](_0x2f2c21=>_0x2f2c21['toJSON']()),'attributes':this['attributes']};}['_add'](_0x11f8cd){return this['listenTo'](_0x11f8cd,'change:authoredAt',()=>{const _0x23e216=this['_findOptimalIndex'](_0x11f8cd),_0x47d4da=this['comments'];_0x23e216-0x1!=_0x47d4da['getIndex'](_0x11f8cd)&&_0x23e216+0x1!=_0x47d4da['getIndex'](_0x11f8cd)&&(this['_remove'](_0x11f8cd),this['_add'](_0x11f8cd));}),this['comments']['add'](_0x11f8cd,this['_findOptimalIndex'](_0x11f8cd));}_update(_0x1dece1){const {channelId:_0x1867e2,id:_0x3a5709}=this;this['_repository']['fire'](ai('updateCommentThread',_0x1867e2),{..._0x1dece1,'channelId':_0x1867e2,'threadId':_0x3a5709});}['_remove'](_0x413347){return this['stopListening'](_0x413347),_0x413347['destroy'](),this['comments']['remove'](_0x413347);}_findOptimalIndex(_0x2af57a){const _0x40db4d=this['comments']['find'](_0x27bc62=>new Date(_0x27bc62['authoredAt'])['getTime']()>new Date(_0x2af57a['authoredAt'])['getTime']());return _0x40db4d?this['comments']['getIndex'](_0x40db4d):this['length'];}},hi=class extends ni{['id'];threadId;author;creator;createdAt;_repository;constructor(_0x1c5037,_0x5ebfd6){super();const _0xab0c99=_0x1c5037['context']['plugins']['get'](_0x5b5781)['me'],_0x342d8a=_0x1c5037['getCommentThread'](_0x5ebfd6['threadId']),_0xc57f35=0x0===_0x342d8a['comments']['length'],_0x5d595b=_0xab0c99===_0x5ebfd6['author'];this['id']=_0x5ebfd6['id'],this['threadId']=_0x5ebfd6['threadId'],this['author']=_0x5ebfd6['author'],this['creator']=_0x5ebfd6['creator'],this['set']('content',_0x5ebfd6['content']),this['createdAt']=_0x5ebfd6['createdAt']||new Date(),this['set']('authoredAt',_0x5ebfd6['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x342d8a,'resolvedAt'),this['set']('attributes',_0x5ebfd6['attributes']||{}),this['bind']('isEditable')['to'](_0x1c5037,'_permissions',()=>{const _0x15ff16=_0x1c5037['getPermissions'](_0x342d8a['channelId'])['write'],_0x578d23=_0x1c5037['getPermissions'](_0x342d8a['channelId'])['modifyAll'];return _0x5d595b&&_0x15ff16||!_0x5d595b&&_0x578d23;}),this['bind']('isRemovable')['to'](_0x342d8a,'isRemovable',_0x1c5037,'_permissions',_0xb2f75c=>{const _0x5814aa=_0x1c5037['getPermissions'](_0x342d8a['channelId'])['write'],_0x462227=_0x1c5037['getPermissions'](_0x342d8a['channelId'])['modifyAll'];return _0x5d595b&&_0x5814aa||_0xb2f75c&&_0xc57f35||!_0x5d595b&&_0x462227&&!_0xc57f35;}),this['bind']('isReadOnly')['to'](_0x342d8a,'isReadOnly'),this['_repository']=_0x1c5037;}get isExternal(){return Boolean(this['attributes']&&this['attributes']['@external']);}get weight(){return Math['max'](function(_0x24c6f9){const _0x380a05=document['createElement']('div');return _0x380a05['innerHTML']=_0x24c6f9,_0x380a05['textContent']['length'];}(this['content']),0xc8);}update(_0x4d0458){const {threadId:_0x112dda,id:_0x40597b}=this;if(!this['_repository']['hasCommentThread'](_0x112dda))throw new _0x587c70('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x539ea5}=this['_repository']['getCommentThread'](_0x112dda);this['_repository']['fire'](ai('updateComment',_0x539ea5,_0x112dda),{'channelId':_0x539ea5,'threadId':_0x112dda,'commentId':_0x40597b,..._0x4d0458});}setAttribute(_0x363b08,_0x2cafba){const _0x42502f=_0x335fae(this['attributes']);_0xe4f958(_0x42502f,_0x363b08,_0x2cafba),this['update']({'attributes':_0x42502f});}removeAttribute(_0x4c938d){const _0x4cea64=_0x335fae(this['attributes']);_0x7243f(_0x4cea64,_0x4c938d),this['update']({'attributes':_0x4cea64});}['remove'](_0x4d4417={}){if(!_0x4d4417['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x27177a,id:_0x2d4fe6}=this;if(!this['_repository']['hasCommentThread'](_0x27177a))throw new _0x587c70('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x376d59}=this['_repository']['getCommentThread'](_0x27177a);this['_repository']['fire'](ai('removeComment',_0x376d59,_0x27177a),{'channelId':_0x376d59,'threadId':_0x27177a,'commentId':_0x2d4fe6,..._0x4d4417});}toJSON(){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}destroy(){this['stopListening']();}};function ai(_0x1c3c36,..._0x31515d){for(const _0x2d591e of _0x31515d)void 0x0!==_0x2d591e&&(_0x1c3c36+=':'+String(_0x2d591e));return _0x1c3c36;}var ci=class extends _0x2d7293{constructor(_0xc0ee0b){super(_0xc0ee0b),this['set']('hasContent',!0x1);}['refresh'](){const _0x1201d0=this['editor']['model']['document']['selection'];this['isEnabled']=!0x0,this['hasContent']=!0x1;for(const _0x35063e of _0x1201d0['getRanges']())if(this['_hasContent'](_0x35063e))return void(this['hasContent']=!0x0);}execute({threadId:_0x569eb6=_0x348c57(),ranges:_0x255f3b,comment:_0x565750}={}){const _0x28809a=this['editor']['model'],_0x1ba68f=_0x255f3b??Array['from'](_0x28809a['document']['selection']['getRanges']()),_0x3d07c8=[];for(const _0x2e7101 of _0x1ba68f)this['_hasContent'](_0x2e7101)&&_0x3d07c8['push'](this['_trimToContent'](_0x2e7101));if(!_0x3d07c8['length'])throw new _0x587c70('addcommentthreadcommand-incorrect-ranges',null);_0x565750&&this['_createCommentThread'](_0x569eb6,_0x565750),this['_createMarkersFromRanges'](_0x569eb6,_0x3d07c8,!!_0x565750);}_createMarkersFromRanges(_0x5e002a,_0x59b7ea,_0x48e845){this['editor']['model']['change'](_0x4ab92c=>{for(const _0x244e3f of _0x59b7ea){const _0x52988c='comment:'+_0x5e002a+':'+_0x348c57()['substr'](0x1,0x5);_0x4ab92c['addMarker'](_0x52988c,{'range':_0x244e3f,'usingOperation':_0x48e845,'affectsData':_0x48e845});}});}_createCommentThread(_0x552b84,_0xe6125e){const _0x56c3e9=this['editor']['plugins']['get']('CommentsRepository'),_0x4f9096=this['editor']['config']['get']('collaboration.channelId'),_0x5e1869=this['editor']['plugins']['get']('Users')['me'];if(!_0x5e1869)throw new _0x587c70('addcommentthreadcommand-user-not-found',null);_0x56c3e9['addCommentThread']({'threadId':_0x552b84,'channelId':_0x4f9096,'comments':[{'authorId':_0x5e1869['id'],'content':_0xe6125e,'createdAt':new Date(),'attributes':{}}]});}_hasContent(_0x3ed400){for(const _0x3550c5 of _0x3ed400['getItems']())if(this['_itemIsContent'](_0x3550c5))return!0x0;return!0x1;}_itemIsContent(_0x1384e7){return _0x1384e7['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x1384e7)&&!_0x1384e7['is']('element','tableCell');}_trimToContent(_0x412307){const _0x3ebfc1=_0x54ce23=>!this['_itemIsContent'](_0x54ce23['item']),_0x12129a=_0x412307['start']['getLastMatchingPosition'](_0x3ebfc1),_0x3e877c=_0x412307['end']['getLastMatchingPosition'](_0x3ebfc1,{'direction':'backward'});return this['editor']['model']['createRange'](_0x12129a,_0x3e877c);}},di=class extends _0x3831f5{_dataCollectors;_editorAnnotations;static get requires(){return[ti];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x445c3d){super(_0x445c3d),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}init(){const _0x57c7ee=this['editor'],_0x2a4c62=_0x57c7ee['model']['document']['selection'],_0x4e8c6b=_0xbc46bc(()=>this['refreshSelectedViews'](),0xa);_0x2a4c62['on']('change:range',(_0x3ce76a,_0x4080a1)=>{_0x4080a1['directChange']&&(_0x4e8c6b['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x57c7ee['editing']['view']['document'],'change:isFocused',(_0x291e4b,_0x1158bb,_0x1f5277)=>{_0x1f5277&&_0x4e8c6b();}),this['listenTo'](_0x57c7ee['ui']['focusTracker'],'change:isFocused',(_0x297cfd,_0x3d1ad9,_0x238f5a)=>{_0x238f5a||this['fire']('blur',{'isAnnotationTracked':_0x5c3a97=>this['_editorAnnotationsData']['has'](_0x5c3a97['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}registerAnnotation(_0x31fca8){if(this['_editorAnnotations']['has'](_0x31fca8['view']))return;this['_editorAnnotations']['add'](_0x31fca8['view']),this['editor']['ui']['focusTracker']['add'](_0x31fca8['view']['element']);const _0x3ddc91=this['editor']['plugins']['get'](ti);this['listenTo'](_0x3ddc91['collection'],'remove',(_0x518b68,_0x3d069c)=>{this['editor']['ui']['focusTracker']['remove'](_0x3d069c['view']['element']),this['_editorAnnotations']['delete'](_0x3d069c['view']);});}hasDomSelection(){return this['editor']['editing']['view']['hasDomSelection'];}addSourceCollector(_0x1fae64){if('function'!=typeof _0x1fae64)throw new _0x587c70('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x1fae64);}refreshSelectedViews(){this['fire']('refresh');}getOrderedSelectedAnnotations({activeAnnotation:_0x2bb395,annotations:_0x175ae5}){const _0x2acbe7=[],_0x635bff=this['editor']['model']['document']['selection'],_0x202ec2=Array['from'](_0x635bff['getRanges']());for(const [_0xe6dd95,_0x214eaf]of this['_editorAnnotationsData']){const _0x3631e6=_0x188881(_0x214eaf),_0x3dc0a7=_0x175ae5['getByInnerView'](_0xe6dd95);_0x3631e6&&_0x3dc0a7&&_0x2acbe7['push']({'annotation':_0x3dc0a7,'range':_0x3631e6});}function _0x188881(_0x458f61){for(const _0x5a103f of _0x458f61)for(const _0x94926f of _0x202ec2)if(_0x5a103f['containsRange'](_0x94926f,!_0x635bff['isCollapsed']))return _0x5a103f;return null;}const _0x17a752=new Map(Array['from'](_0x175ae5,(_0x354556,_0x1b6ff7)=>[_0x354556,_0x1b6ff7]));return _0x2acbe7['sort']((_0x4e249d,_0x186d3a)=>{const _0x33194e=_0x4e249d['range'],_0x4c5b6d=_0x186d3a['range'];if(!_0x33194e['isEqual'](_0x4c5b6d)){if(_0x33194e['containsRange'](_0x4c5b6d,!0x0))return 0x1;if(_0x4c5b6d['containsRange'](_0x33194e,!0x0))return-0x1;}return _0x4e249d['annotation']==_0x2bb395?-0x1:_0x186d3a['annotation']==_0x2bb395?0x1:(_0x17a752['get'](_0x4e249d['annotation'])??0x0)-(_0x17a752['get'](_0x186d3a['annotation'])??0x0);})['map'](_0x37ca7a=>_0x37ca7a['annotation']);}get _editorAnnotationsData(){const _0x4b7674=new Map();for(const _0x3a659e of Array['from'](this['_dataCollectors']))for(const [_0x475dbe,_0x396061]of _0x3a659e())_0x4b7674['set'](_0x475dbe,_0x396061);return _0x4b7674;}},li=class extends _0x3831f5{afterInit(){const _0x1226b1=this['editor'];_0x1226b1['plugins']['has']('RestrictedEditingModeEditing')&&_0x1226b1['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}},mi=class extends _0x3831f5{constructor(_0x49993a){super(_0x49993a),this['editor']['config']['define']('importWord.formatting.comments','basic');}afterInit(){const _0x28be55=this['editor'],_0x52ae73=_0x28be55['commands']['get']('importWord'),_0x445f0d=_0x28be55['plugins']['get'](_0x5b5781);_0x52ae73&&(_0x52ae73['on']('execute',(_0x536fbe,[,_0x1a0ccd])=>{_0x1a0ccd['collaboration_features']={'comments':!0x0,'user_id':_0x445f0d['me']['id']};},{'priority':_0x48dc95['high']+0xa}),this['listenTo'](_0x52ae73,'dataInsert',this['_handleImportedData']));}_handleImportedData(_0x532204,_0x21cc89){const {comment_threads:_0x363713}=_0x21cc89;_0x363713&&_0x363713['forEach'](({thread_id:_0x6a1375,comments:_0x37de01,is_resolved:_0x2fcc8e})=>{const _0x5b350c=new Date(),_0xd9187b=_0x37de01['map'](({author:_0xb93db3,content:_0x3711fc,created_at:_0x157472})=>({'content':_0x3711fc,'authorId':this['editor']['plugins']['get'](_0x5b5781)['me']['id'],'createdAt':_0x5b350c,'attributes':{'@external':{'authorName':_0xb93db3,'createdAt':_0x157472?new Date(_0x157472):new Date(),'source':'importWord'}}})),_0x1b84c5=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](oi)['addCommentThread']({'channelId':_0x1b84c5,'threadId':_0x6a1375,'comments':_0xd9187b,'resolvedAt':_0x2fcc8e?_0x5b350c:null});});}},ui=class extends _0x3831f5{constructor(_0x381c71){super(_0x381c71),this['editor']['config']['define']('comments.copyMarkers','default');}static get requires(){return[pt,wt];}afterInit(){const _0x26400d=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x26400d,'contentInsertion',(_0x366907,_0x43f129)=>this['_removeMarkersWithoutThreads'](_0x43f129['content']['markers']),{'priority':'highest'});}_removeMarkersWithoutThreads(_0x311017){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x311017;const _0x562bae=this['editor']['plugins']['get']('CommentsRepository');for(const _0x5cbd0d of _0x311017['keys']()){const [_0x313865,_0x3d9df6]=_0x5cbd0d['split'](':');'comment'!=_0x313865||_0x562bae['hasCommentThread'](_0x3d9df6)||_0x311017['delete'](_0x5cbd0d);}return _0x311017;}_registerMarkerInClipboardPipeline(){const _0x398ea8=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x29408f=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x29408f&&_0x398ea8['_registerMarkerToCopy']('comment',_0x29408f);}_mapCommentsCopyConfigToRegisterConfiguration(_0x5ef42a){switch(_0x5ef42a){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}};function fi(_0x39277b){const _0x200261=_0x39277b['split'](':');return{'group':_0x200261[0x0],'id':_0x200261[0x1],'part':_0x200261[0x2]};}var pi=class extends _0x3831f5{init(){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}overrideMarkerConverters(){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0x50d8af,_0x94083b)=>{if(!_0x94083b['options']['showCommentHighlights'])return null;if(_0x94083b['options']['ignoreResolvedComments']){const {id:_0x5c19a5}=fi(_0x50d8af['markerName']);if(this['editor']['plugins']['get'](oi)['getCommentThread'](_0x5c19a5)?.['isResolved']&&_0x50d8af['item'])return _0x94083b['consumable']['consume'](_0x50d8af['item'],'addMarker:'+_0x50d8af['markerName']),_0x94083b['consumable']['consume'](_0x50d8af['item'],'removeMarker:'+_0x50d8af['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x554122=>{_0x554122['on']('addMarker:comment',(_0x27b2ed,_0x4b1101,_0x4ca7c0)=>{if(!_0x4ca7c0['options']['showCommentHighlights'])return;const _0x46a7e4=_0x4b1101['item'];if(!_0x46a7e4)return;const _0x58caf6=_0x4ca7c0['mapper']['toViewElement'](_0x46a7e4);this['editor']['model']['schema']['isObject'](_0x46a7e4)&&_0x58caf6&&!_0x58caf6['getCustomProperty']('widget')&&_0x58caf6['is']('containerElement')&&Ct(_0x58caf6,_0x4ca7c0['writer']);},{'priority':'high'});});}overrideHorizontalRuleConverter(){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x35b64d,{writer:_0x4eff74,options:_0x4dd0be})=>{if(!_0x4dd0be['showCommentHighlights'])return null;const _0x5e6367=_0x4eff74['createContainerElement']('div'),_0xcfd8b3=_0x4eff74['createEmptyElement']('hr');return _0x4eff74['addClass']('ck-horizontal-line',_0x5e6367),_0x4eff74['insert'](_0x4eff74['createPositionAt'](_0x5e6367,0x0),_0xcfd8b3),_0x5e6367;},'converterPriority':'high'});}overrideImageInlineConverter(){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x138a3e,{writer:_0x297bde,options:_0x522889})=>{if(!_0x522889['showCommentHighlights'])return null;const _0x2d415d=_0x297bde['createContainerElement']('span'),_0x4e8276=_0x297bde['createEmptyElement']('img');return _0x297bde['addClass']('image-inline',_0x2d415d),_0x297bde['insert'](_0x297bde['createPositionAt'](_0x2d415d,0x0),_0x4e8276),_0x2d415d;},'converterPriority':'high'});}overrideMediaEmbedConverter(){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x2c5121,{writer:_0xc10cc1,options:_0x12c87b})=>{if(_0x12c87b['showCommentHighlights'])return _0xc10cc1['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x2d25e7,_0x43d661,_0x3ab961)=>{_0x3ab961['options']['showCommentHighlights']&&_0x2d25e7['stop']();},{'priority':'high'});}},wi=class extends _0x3831f5{static get requires(){return[oi,di,_0x5b5781,li,mi,ui,pi];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4cdfdf){super(_0x4cdfdf),this['set']('isThreadsLoadingPaused',!0x0),_0x4cdfdf['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x88da05,_0x41da60,_0x2fe6ed,_0x58e1f6)=>{const _0x2dce03=_0x4cdfdf['plugins']['get'](oi),_0x5ec456=_0x2fe6ed?fi(_0x2fe6ed)['id']:null;_0x4cdfdf['model']['change'](()=>{if(_0x5ec456){const _0x1df8b0=this['getAllMarkersForId'](_0x5ec456);for(const _0x38702b of _0x1df8b0)_0x4cdfdf['editing']['reconvertMarker'](_0x38702b);}if(_0x58e1f6){const {id:_0x124a50}=fi(_0x58e1f6),_0x110de9=_0x2dce03['getCommentThread'](_0x124a50);if(_0x110de9&&_0x110de9['unlinkedAt'])return;if(_0x110de9&&!_0x110de9['isAttached'])return;const _0x5df82a=this['getAllMarkersForId'](_0x124a50);for(const _0x46b059 of _0x5df82a)_0x4cdfdf['editing']['reconvertMarker'](_0x46b059);}}),_0x5ec456&&this['scrollToThreadMarker'](_0x5ec456);}),this['_initAriaMarkerChangeAnnouncements']();}init(){const _0x44fccd=this['editor'],_0x705659=_0x44fccd['plugins']['get'](oi),_0x494f3e=_0x44fccd['config']['get']('collaboration.channelId'),_0x332aab=_0x705659['getCommentThreads']()['filter'](_0x4296a2=>_0x4296a2['channelId']!==_0x494f3e);_0x44fccd['commands']['add']('addCommentThread',new ci(_0x44fccd)),this['listenTo'](_0x44fccd,'change:isReadOnly',(_0x4c4c24,_0x435002,_0x3776c4)=>{_0x705659['switchReadOnly'](_0x3776c4,_0x44fccd['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x705659,gi('addCommentThread',_0x494f3e),(_0x273487,{threadId:_0x4ad385})=>{this['editor']['plugins']['get'](oi)['getCommentThread'](_0x4ad385)?.['unlinkedAt']&&this['_attachArchivedThread'](_0x4ad385);}),this['listenTo'](_0x705659,gi('removeCommentThread',_0x494f3e),(_0x4f7bc1,{threadId:_0x10d84a})=>{_0x44fccd['model']['enqueueChange']({'isUndoable':!0x1},_0x1ba8e5=>{const _0x6f6154=this['getAllMarkersForId'](_0x10d84a);for(const _0x2bed15 of _0x6f6154)_0x1ba8e5['removeMarker'](_0x2bed15);});}),this['listenTo'](_0x705659,gi('resolveCommentThread',_0x494f3e),(_0x41c142,{threadId:_0x30d9c1})=>{this['_reconvertMarkers'](_0x30d9c1);const _0x487cfe=this['editor']['plugins']['get'](ti);(this['editor']['editing']['view']['hasDomSelection']||_0x487cfe['collection']['isFocused'])&&(this['editor']['plugins']['get'](oi)['getCommentThread'](_0x30d9c1)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x705659,gi('reopenCommentThread',_0x494f3e),(_0x3c4a58,{threadId:_0xe29a17})=>{this['_reconvertMarkers'](_0xe29a17);},{'priority':'low'}),this['listenTo'](_0x705659,gi('addComment',_0x494f3e),(_0x19c634,{threadId:_0x3f3bf2,isFromAdapter:_0x199d49})=>{const _0xecaeb5=this['getAllMarkersForId'](_0x3f3bf2);!_0x199d49&&0x0!=_0xecaeb5['length']&&_0x705659['hasCommentThread'](_0x3f3bf2)&&0x1===_0x705659['getCommentThread'](_0x3f3bf2)['length']&&_0x44fccd['model']['enqueueChange']({'isUndoable':!0x1},_0x238c4d=>{for(const _0x4543d5 of _0xecaeb5)_0x238c4d['updateMarker'](_0x4543d5,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0x332aab);}afterInit(){!async function(_0x8ee123){const _0x336a32='mr4z2yakM3x0phtD7jBw1T6qRfeUuZcOLNKVgQSPE9iGIHoXlJW8YsCb5AndFv',_0x1c9bf8=0x793f8,_0x1d9f8b={'kty':'EC','use':'sig','crv':'P-256','x':'iCjOCvDFI6lQHHT18jVwRfkfHQ2a_MymT35LQVoFSAI','y':'kXIyJ4evtCEFRmxKSUpK9fDW459vXOvVrhf6uQAeOio','alg':'ES256'};async function _0x2ccabe(_0x37c19b){const _0x15a84d=new window['Promise'](_0x48fda8=>{_0x37c19b['once']('ready',_0x48fda8);}),_0x2a322b=window['Date']['now'](),_0x35a65e=_0x37c19b['config']['get']('licenseKey');async function _0x59b089(){let _0x39015c,_0x5d1f47=null,_0x242453=null;try{return'GPL'==_0x35a65e?'NotAllowed':(_0x39015c=_0x1d17aa(),_0x39015c?(_0x39015c['usageEndpoint']&&(_0x242453=_0x20043e(_0x39015c['usageEndpoint'],_0x39015c['jti'])),await _0x8b70b5()?_0x5a1d51()?_0x5e9bec()?'Expired':_0x34e171()?('evaluation'==_0x39015c['licenseType']&&(_0x5d1f47=_0x82e701('EvaluationLimit')),await _0x133e8c()):'DomainLimit':'NotAllowed':'Invalid'):'Invalid');}catch{return'Invalid';}function _0x5e9bec(){const _0x5dfe2a=['evaluation','trial']['includes'](_0x39015c['licenseType'])?_0x2a322b/0x3e8:0xe10*_0x1c9bf8;return _0x39015c['exp']<_0x5dfe2a;}function _0x5a1d51(){const _0x582fcd=_0x39015c['features'];if(!_0x582fcd)return!0x1;if(_0x582fcd['includes']('*'))return!0x0;if(_0x582fcd['includes']('CMT'))return!0x0;if(_0x582fcd['includes']('TRILIUM')&&_0x27dd1f())return!0x0;if(_0x582fcd['includes']('RCMT')){if(_0x16ecbe())return!0x0;if(_0x723ff4()||_0xf53d17())return!0x0;}return!0x1;}function _0x34e171(){const _0x56b0aa=_0x39015c['licensedHosts'];if(!_0x56b0aa||0x0==_0x56b0aa['length'])return!0x0;const {hostname:_0x4e13d8}=new URL(window['location']['href']);if(_0x56b0aa['includes'](_0x4e13d8))return!0x0;const _0x2e6d2a=_0x4e13d8['split']('.');return _0x56b0aa['filter'](_0x3f42cf=>_0x3f42cf['includes']('*'))['map'](_0x368bb2=>_0x368bb2['split']('.'))['filter'](_0x53586b=>_0x53586b['length']<=_0x2e6d2a['length'])['map'](_0x184f9f=>Array(_0x2e6d2a['length']-_0x184f9f['length'])['fill']('*'===_0x184f9f[0x0]?'*':'')['concat'](_0x184f9f))['some'](_0x4e1f29=>_0x2e6d2a['every']((_0x4b911c,_0x543210)=>_0x4e1f29[_0x543210]===_0x4b911c||'*'===_0x4e1f29[_0x543210]));}function _0x133e8c(){return _0x5d1f47&&_0x242453?new window['Promise']((_0x41ca58,_0xc8ca3f)=>{_0x5d1f47['then'](_0x41ca58,_0xc8ca3f),_0x242453['then'](_0x51874c=>{'Valid'!=_0x51874c&&_0x41ca58(_0x51874c);},_0xc8ca3f);}):_0x5d1f47||_0x242453||'Valid';}}function _0x20043e(_0x20a3b3,_0x3fddcf){return new window['Promise'](_0x976747=>{if(_0x271c93())return _0x976747('Valid');_0x56f508(),_0x37c19b['decorate']('_sendUsageRequest');let _0x469dd9=!0x1;const _0x3e1ce3=_0x348c57();function _0x12d001(_0x4001d3){return!!_0x4001d3&&('object'==typeof _0x4001d3||'function'==typeof _0x4001d3)&&'function'==typeof _0x4001d3['then']&&'function'==typeof _0x4001d3['catch'];}function _0x4d6f20(_0x1ffa99){_0x1bceac(_0x1ffa99)['then'](_0x1c5b97=>_0x1c5b97&&'ok'==_0x1c5b97['status']?_0x4b1d2d(_0x3b7a75(_0x3e1ce3+_0x3fddcf))!=_0x1c5b97['verification']?'UsageLimit':'Valid':'UsageLimit')['then'](_0x1ad9aa=>(_0x117417(),_0x1ad9aa),()=>{const _0xc2ce41=_0x51b95f();return null==_0xc2ce41?(_0x117417(),'Valid'):_0x2a322b-_0xc2ce41>0x240c8400?'UsageLimit':'Valid';})['then'](_0x976747)['catch'](()=>{_0x976747('UsageLimit');});const _0x55b806=0x36ee80;function _0x117417(){const _0x50cef9='llct-'+_0x4b1d2d(_0x3b7a75(_0x20a3b3)),_0x1fd82c=_0x790767(_0x4b1d2d(window['Math']['ceil'](_0x2a322b/_0x55b806)));window['localStorage']['setItem'](_0x50cef9,_0x1fd82c);}function _0x51b95f(){const _0x494948='llct-'+_0x4b1d2d(_0x3b7a75(_0x20a3b3)),_0x3c5c7b=window['localStorage']['getItem'](_0x494948);return _0x3c5c7b?window['parseInt'](_0x790767(_0x3c5c7b),0x10)*_0x55b806:null;}function _0x1bceac(_0x4535b9){return new window['Promise']((_0x2ea880,_0x29ca2a)=>{_0x4535b9['then'](_0x2ea880,_0x29ca2a),window['setTimeout'](_0x29ca2a,0x1d4c0);});}}_0x37c19b['on']('_sendUsageRequest',(_0x46beeb,_0x3c4615)=>{if(_0x3c4615[0x0]!=_0x20a3b3)return _0x976747('UsageLimit');_0x3c4615[0x1]={..._0x3c4615[0x1],'requestId':_0x3e1ce3};},{'priority':'high'}),_0x37c19b['on']('_sendUsageRequest',_0x3a18e8=>{_0x12d001(_0x3a18e8['return'])&&(_0x469dd9=!0x0,_0x4d6f20(_0x3a18e8['return']));},{'priority':'low'}),_0x15a84d['then'](()=>{_0x469dd9||_0x976747('UsageLimit');});});function _0x271c93(){return'auto'==_0x37c19b['editing']['view']['_overlayModeHint'];}function _0x56f508(){_0x37c19b['editing']['view']['_overlayModeHint']='auto';}}function _0x82e701(_0x326bee){const _0x2ee48f=[new window['Promise'](_0x28adce=>setTimeout(_0x28adce,0x93ecc)),_0x15a84d['then'](()=>new window['Promise'](_0x1df4b6=>{let _0x61590c=0x0;_0x37c19b['model']['on']('applyOperation',(_0x4b9054,_0x44b5c3)=>{_0x44b5c3[0x0]['isDocumentOperation']&&_0x61590c++,0x5e8==_0x61590c&&(_0x1df4b6(),_0x4b9054['off']());});}))];return window['Promise']['race'](_0x2ee48f)['then'](()=>_0x326bee);}async function _0x5a732e(){await _0x15a84d,_0x37c19b['model']['change']=_0x435c60,_0x37c19b['model']['enqueueChange']=_0x435c60,_0x37c19b['enableReadOnlyMode']('model');}function _0x27dd1f(){return window['glob']&&window['glob']['triliumVersion'];}function _0x16ecbe(){return _0x584f0a('WebSocketGateway')&&'connected'==_0x49bed2('WebSocketGateway')['state'];}function _0x723ff4(){return _0x584f0a('RevisionViewerIntegration');}function _0xf53d17(){return _0x584f0a('TrackChangesDataGetter');}function _0x5bedac(_0xb25f84){const _0xc6db43=_0x29b8b7();_0x37c19b[_0xc6db43]='commentsLicenseKey'+_0xb25f84,'Valid'!=_0xb25f84&&_0x5a732e();}function _0x29b8b7(){const _0x11dc87=window['String'](window['performance']['now']())['replace']('.','');let _0x2da00c='m';for(let _0x771fb4=0x0;_0x771fb4<_0x11dc87['length'];_0x771fb4+=0x2){let _0x38fd3d=window['parseInt'](_0x11dc87['substring'](_0x771fb4,_0x771fb4+0x2));_0x38fd3d>=0x3e&&(_0x38fd3d-=0x3e),_0x2da00c+=_0x336a32[_0x38fd3d];}return _0x2da00c;}function _0x1d17aa(){const _0x19380b=_0x35a65e['split']('.');if(0x3!=_0x19380b['length'])return null;return _0x348c46(_0x19380b[0x1]);function _0x348c46(_0x1924bd){const _0x579e56=_0x5125ad(_0x1924bd);return _0x579e56&&_0x8ffa6()?_0x579e56:null;function _0x8ffa6(){const _0x1d4262=_0x579e56['jti'],_0x17f0f8=window['parseInt'](_0x1d4262['substring'](_0x1d4262['length']-0x8),0x10),_0x24a7a5={..._0x579e56,'jti':_0x1d4262['substring'](0x0,_0x1d4262['length']-0x8)};return delete _0x24a7a5['vc'],_0x3b7a75(_0x24a7a5)==_0x17f0f8;}}}async function _0x8b70b5(){let _0x31b28a=!0x0;try{const [_0x2c4d5c,_0x265f3d,_0x4631e3]=_0x35a65e['split']('.');return _0x588228(_0x2c4d5c),await _0x5dd122(_0x2c4d5c,_0x265f3d,_0x4631e3),_0x31b28a;}catch{return!0x1;}function _0x588228(_0x3e532f){const _0x28d637=_0x5125ad(_0x3e532f);_0x28d637&&'ES256'==_0x28d637['alg']||(_0x31b28a=!0x1);}async function _0x5dd122(_0x17a8ca,_0x28af74,_0xc370b6){const _0x31f648=window['Uint8Array']['from'](_0x2bfc7d(_0xc370b6),_0x4ed60d=>_0x4ed60d['charCodeAt'](0x0)),_0x566653=new window['TextEncoder']()['encode'](_0x17a8ca+'.'+_0x28af74),_0x3b1b4b=window['crypto']['subtle'];if(!_0x3b1b4b)return;const _0x42f5ea=await _0x3b1b4b['importKey']('jwk',_0x1d9f8b,{'name':'ECDSA','namedCurve':'P-256'},!0x1,['verify']);await _0x3b1b4b['verify']({'name':'ECDSA','hash':{'name':'SHA-256'}},_0x42f5ea,_0x31f648,_0x566653)||(_0x31b28a=!0x1);}}function _0x5125ad(_0x2a54bf){return _0x2a54bf['startsWith']('ey')?JSON['parse'](_0x2bfc7d(_0x2a54bf)):null;}function _0x2bfc7d(_0x55ba8b){return window['atob'](_0x55ba8b['replace'](/-/g,'+')['replace'](/_/g,'/'));}function _0x3b7a75(_0x13f939){let _0x11a685=0x1505;function _0x4fb1ba(_0x1fd6ae){for(let _0x364ad0=0x0;_0x364ad0<_0x1fd6ae['length'];_0x364ad0++){const _0x202cc1=_0x1fd6ae['charCodeAt'](_0x364ad0);_0x11a685=(_0x11a685<<0x5)+_0x11a685+_0x202cc1,_0x11a685&=_0x11a685;}}function _0xfaba90(_0x55c97c){Array['isArray'](_0x55c97c)?_0x55c97c['forEach'](_0xfaba90):_0x55c97c&&'object'==typeof _0x55c97c?Object['entries'](_0x55c97c)['sort']()['forEach'](([_0x5c68ae,_0x18a6b2])=>{_0x4fb1ba(_0x5c68ae),_0xfaba90(_0x18a6b2);}):_0x4fb1ba(window['String'](_0x55c97c));}return _0xfaba90(_0x13f939),_0x11a685>>>0x0;}function _0x4b1d2d(_0x40e1bc){return _0x40e1bc['toString'](0x10)['padStart'](0x8,'0');}function _0x790767(_0x486f41){return _0x486f41['split']('')['reverse']()['join']('');}function _0x584f0a(_0x490faa){return _0x37c19b['plugins']['has'](_0x490faa);}function _0x49bed2(_0x3ba46a){return _0x37c19b['plugins']['get'](_0x3ba46a);}function _0x435c60(){}_0x5bedac(await _0x59b089());}_0x2ccabe(_0x8ee123['editor']);}(this);}destroy(){const _0x3d2719=this['editor']['plugins']['get'](oi),_0x2633d9=this['editor']['config']['get']('collaboration.channelId');for(const _0x31965f of _0x3d2719['getCommentThreads']({'channelId':_0x2633d9}))_0x3d2719['_detachCommentThread'](_0x31965f['id']),_0x3d2719['_threads']['delete'](_0x31965f['id']);super['destroy']();}['hasMarkerForId'](_0xc98574){return this['getAllMarkersForId'](_0xc98574)['length']>0x0;}getAllMarkersForId(_0x20ef7e){const _0x25ca2d=[];for(const _0x3ecf90 of this['editor']['model']['markers'])_0x3ecf90['name']['startsWith']('comment:'+_0x20ef7e)&&_0x25ca2d['push'](_0x3ecf90);return _0x25ca2d;}['scrollToThreadMarker'](_0x316cee){setTimeout(()=>{const _0x1fc8c0=this['_getTargetForId'](_0x316cee);_0x1fc8c0&&this['activeMarker']&&fi(this['activeMarker'])['id']===_0x316cee&&_0x2c8209({'target':_0x1fc8c0[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}_reconvertMarkers(_0x19ba19){this['editor']['model']['change'](()=>{for(const _0x15497c of this['getAllMarkersForId'](_0x19ba19))this['editor']['editing']['reconvertMarker'](_0x15497c);});}_attachArchivedThread(_0x570d4e){const _0x274e16=this['editor']['plugins']['get'](oi),_0x532060=this['editor']['plugins']['get'](di),_0x1488b5=_0x274e16['getCommentThread'](_0x570d4e);if(!_0x1488b5['isAttached']){const _0x3a221b=_0x1488b5['attachTo'](()=>this['_getTargetForId'](_0x1488b5['id']));_0x532060['registerAnnotation'](_0x3a221b),_0x1488b5['_hasTargetInContent']=!0x1;}}_initializeMarkerConverters(){const _0x3a9b8e=this['editor'],_0x1e144e=_0x3a9b8e['plugins']['get'](_0x5b5781);_0x3a9b8e['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x2aff67,_0x2ff732)=>{const {id:_0x2687ed}=fi(_0x2aff67['markerName']),_0xf64a5a=_0x3a9b8e['plugins']['get'](oi)['getCommentThread'](_0x2687ed),_0x36df5f=this['activeMarker']&&fi(this['activeMarker'])['id']===_0x2687ed;let _0x1e6119;if(_0xf64a5a&&_0xf64a5a['isResolved']&&!_0x36df5f&&_0x2aff67['item'])return _0x2ff732['consumable']['consume'](_0x2aff67['item'],'addMarker:'+_0x2aff67['markerName']),_0x2ff732['consumable']['consume'](_0x2aff67['item'],'removeMarker:'+_0x2aff67['markerName']),null;const _0x4a38d0=['ck-comment-marker'];return _0x36df5f&&_0x4a38d0['push']('ck-comment-marker--active'),_0x1e6119=_0xf64a5a?.['length']?_0xf64a5a['comments']['first']['author']['id']:_0x1e144e['me']['id'],{'classes':_0x4a38d0,'attributes':{'data-comment':_0x2687ed,'data-author-id':_0x1e6119}};}}),_0x3a9b8e['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x5e2df4,{options:_0x564fb9})=>{if(_0x564fb9['showCommentHighlights'])return null;const _0x10b17d=_0x3a9b8e['plugins']['get'](oi),_0x535312=_0x3a9b8e['model']['markers']['get'](_0x5e2df4),{id:_0x1a3fd0,part:_0x169f89}=fi(_0x5e2df4);return _0x535312&&!_0x535312['affectsData']||_0x564fb9['ignoreResolvedComments']&&_0x10b17d['getCommentThread'](_0x1a3fd0)?.['isResolved']?null:{'group':'comment','name':_0x169f89?_0x1a3fd0+':'+_0x169f89:_0x1a3fd0};}}),_0x3a9b8e['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x50af28,{writer:_0x2fca7b})=>_0x2fca7b['createElement']('$marker',{'data-name':'comment:'+_0x50af28['getAttribute']('id')})}),_0x3a9b8e['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x499675=this['editor'],_0x5b9e02=_0x499675['plugins']['get'](oi),_0x5fd313=new Set(),_0x57bb63=new Set();_0x499675['model']['document']['registerPostFixer'](_0x44f2e3=>{let _0x1f5db2=!0x1;for(const {name:_0x4f67dd,data:_0x5d8bdf}of _0x499675['model']['document']['differ']['getChangedMarkers']()){const {group:_0x57e820,id:_0x179a0c}=fi(_0x4f67dd);let _0x510a0d=_0x5d8bdf['newRange'];if('comment'!==_0x57e820||!_0x510a0d)continue;const _0x4a7c54='$graveyard'===_0x510a0d['root']['rootName'];_0x4a7c54||(_0x510a0d=_i(_0x510a0d,_0x499675['model']),!_0x510a0d||_0x510a0d['isCollapsed']||!_0x5d8bdf['newRange']||_0x510a0d['isEqual'](_0x5d8bdf['newRange']))?_0x499675['model']['hasContent'](_0x510a0d)&&!_0x4a7c54?this['isThreadsLoadingPaused']?_0x5fd313['add'](_0x4f67dd):this['_handleThreadMarker'](_0x4f67dd,_0x179a0c):(_0x57bb63['add'](_0x4f67dd),_0x5fd313['delete'](_0x4f67dd),_0x44f2e3['removeMarker'](_0x4f67dd),_0x1f5db2=!0x0):(_0x44f2e3['updateMarker'](_0x4f67dd,{'range':_0x510a0d}),_0x1f5db2=!0x0);}return _0x1f5db2;}),this['on']('change:isThreadsLoadingPaused',(_0x2ee806,_0x1cd84d,_0x2d873a)=>{if(!_0x2d873a&&_0x5fd313['size'])for(const _0x35c3c2 of _0x5fd313){const {id:_0x5974f5}=fi(_0x35c3c2);_0x5fd313['delete'](_0x35c3c2),_0x499675['model']['markers']['get'](_0x35c3c2)&&this['_handleThreadMarker'](_0x35c3c2,_0x5974f5);}}),this['listenTo'](_0x499675['model']['document'],'change',()=>{for(const {name:_0x11a268,data:{newRange:_0x2ba7ad}}of _0x499675['model']['document']['differ']['getChangedMarkers']()){const {group:_0x46c83e,id:_0x40501e}=fi(_0x11a268);if('comment'!==_0x46c83e)continue;const _0x2762e8=_0x5b9e02['getCommentThread'](_0x40501e),_0x343107=this['hasMarkerForId'](_0x40501e);_0x2762e8&&(!_0x2762e8['_hasTargetInContent']&&_0x2ba7ad&&_0x499675['editing']['view']['once']('render',()=>{const _0x1d9d6d=_0x499675['plugins']['get'](ti),_0x4704a7=_0x5b9e02['_threadToController']['get'](_0x2762e8)['view'];_0x1d9d6d['getByInnerView'](_0x4704a7)['refreshVisibility']();},{'priority':'low'}),_0x2762e8['_hasTargetInContent']=_0x343107||!!_0x2ba7ad),_0x2ba7ad||(_0x57bb63['add'](_0x11a268),_0x5fd313['delete'](_0x11a268));}for(const _0x530471 of _0x57bb63){const {id:_0x5e3ba3}=fi(_0x530471),_0x19afdb=_0x5b9e02['getCommentThread'](_0x5e3ba3);if(_0x5fd313['delete'](_0x530471),!_0x19afdb)continue;const _0x542774=this['hasMarkerForId'](_0x5e3ba3);_0x542774||_0x19afdb['isSubmitted']?_0x542774||_0x19afdb['unlinkedAt']||_0x19afdb['setUnlinkedAt'](new Date()):_0x19afdb['remove']();}_0x57bb63['clear']();});}_handleInitialThreads(_0x544e91){_0x544e91['forEach'](_0x26c8ef=>{_0x26c8ef['unlinkedAt']&&this['_attachArchivedThread'](_0x26c8ef['id']);});}_getTargetForId(_0x4f6740){const _0xcc5484=this['editor'],_0x4e4288=this['getAllMarkersForId'](_0x4f6740);return _0x50ca2d(_0xcc5484['editing'],_0x4e4288);}_getTextContext(_0x29de1){const _0x9aecdc=this['getAllMarkersForId'](_0x29de1);let _0x1d43d7='',_0x5da236=!0x1;for(const _0x28da35 of _0x9aecdc){const _0x1f6e58=_0x28da35['getRange']();for(const _0xef10cb of Array['from'](_0x1f6e58['getItems']()))_0xef10cb['is']('$textProxy')?(_0x1d43d7&&_0x5da236&&(_0x1d43d7+='\x20',_0x5da236=!0x1),_0x1d43d7+=_0xef10cb['data']):_0x5da236=!0x0;_0x5da236=!0x0;}return _0x1d43d7['substring'](0x0,0x96);}_attachMarkerToThread(_0x91ca74,_0xa376fb){const _0x59429a=this['editor'],_0x4af915=_0x59429a['plugins']['get'](oi);let _0x2583f=_0x4af915['getCommentThread'](_0xa376fb);const _0x3b2a8c=_0x59429a['config']['get']('collaboration.channelId'),_0x3fe108=_0x59429a['plugins']['get'](di);return _0x2583f&&(_0x2583f['unlinkedAt']&&_0x2583f['setUnlinkedAt'](null),_0x2583f['isAttached'])||(this['getAllMarkersForId'](_0xa376fb)[0x0]['managedUsingOperations']?_0x4af915['fetchCommentThread']({'channelId':_0x3b2a8c,'threadId':_0xa376fb})['then'](_0x2fdbc6=>{if('destroyed'!==_0x59429a['state']){if(_0x2583f=_0x2fdbc6,_0x2583f&&!_0x2583f['isAttached']){const _0x411858=_0x2583f['attachTo'](()=>this['_getTargetForId'](_0xa376fb));_0x3fe108['registerAnnotation'](_0x411858),_0x2583f['isResolved']&&this['_reconvertMarkers'](_0xa376fb);}else{if(!_0x2583f){const _0x13367d=this['getAllMarkersForId'](_0xa376fb);_0x59429a['model']['change'](_0x15ea14=>{for(const _0x339114 of _0x13367d)_0x15ea14['removeMarker'](_0x339114);});}}}}):_0x59429a['editing']['view']['once']('render',()=>{if(_0x4af915['getCommentThread'](_0xa376fb))return;const _0x3fd83b=_0x59429a['plugins']['get'](ti);_0x2583f=_0x4af915['openNewCommentThread']({'channelId':_0x3b2a8c,'threadId':_0xa376fb,'target':()=>this['_getTargetForId'](_0xa376fb),'context':{'type':'text','value':this['_getTextContext'](_0xa376fb)}});const _0x586c61=_0x4af915['_threadToController']['get'](_0x2583f)['view'],_0x39fa7e=_0x3fd83b['getByInnerView'](_0x586c61);_0x39fa7e&&_0x3fe108['registerAnnotation'](_0x39fa7e);},{'priority':'low'})),_0x2583f;}['_handleThreadMarker'](_0x1a3ea1,_0x3eb6df){const _0x34d586=this['_attachMarkerToThread'](_0x1a3ea1,_0x3eb6df);_0x34d586&&!_0x34d586['context']&&_0x34d586['setContext']({'type':'text','value':this['_getTextContext'](_0x3eb6df)});}_initAriaMarkerChangeAnnouncements(){const _0x5aba12=this['editor'];_0x56ef5a(_0x5aba12['model'],({left:_0x46636e,entered:_0x1c5f9c})=>{for(const _0x22b642 of _0x46636e)if(Ai(_0x22b642)){_0x5aba12['ui']['ariaLiveAnnouncer']['announce'](Et(_0x5aba12['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x14b9f7 of _0x1c5f9c)if(Ai(_0x14b9f7)){_0x5aba12['ui']['ariaLiveAnnouncer']['announce'](Et(_0x5aba12['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0x68f48c(_0x1880a8)));break;}});}};function gi(_0x31e6da,_0x27bb7f){return _0x27bb7f?_0x31e6da+':'+_0x27bb7f:_0x31e6da;}function _i(_0x43dfdd,_0x1284e2){const _0x28c83a=_0x1284e2['schema'],_0xf8fa5e=_0x1284e2['createRange'](_0x43dfdd['start']);for(const _0x2e09af of _0x43dfdd['getWalker']()){const {type:_0x3ca13f,item:_0x206550,nextPosition:_0x5ec198}=_0x2e09af;if('text'===_0x3ca13f||_0x28c83a['isObject'](_0x206550)){const _0x593d0b=_0x1284e2['createPositionBefore'](_0x206550);_0xf8fa5e['isCollapsed']&&(_0xf8fa5e['start']=_0x593d0b),_0xf8fa5e['end']=_0x5ec198;}}return _0xf8fa5e;}function Ai(_0x521ef4){return'comment'===fi(_0x521ef4['name'])['group'];}var vi=class extends _0x3831f5{['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 _0x1185a4=this['editor'],_0x5d9d9d=_0x1185a4['plugins']['get'](oi),_0xad5507=_0x1185a4['plugins']['get'](wi),_0x3ffc20=_0x1185a4['plugins']['get'](ti),_0x576e1d=_0x1185a4['plugins']['get'](di);_0x1185a4['ui']['componentFactory']['add']('comment',()=>{const _0x4c7168=this['_createUIButton'](_0x44164c);return _0x4c7168['tooltip']=!0x0,_0x4c7168;}),_0x1185a4['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](rt)),_0x576e1d['addSourceCollector'](()=>{const _0x25c404=[];for(const [_0x45214e,_0x5325b3]of _0x5d9d9d['_threadToController']){const _0x1a263c=_0xad5507['getAllMarkersForId'](_0x45214e['id']),_0x48bfc2=_0x1a263c['map'](_0x19c52a=>_0x19c52a['getRange']());_0x1a263c['length']>0x0&&_0x25c404['push']([_0x5325b3['view'],_0x48bfc2]);}return _0x25c404;}),this['listenTo'](_0x3ffc20,'change:activeAnnotations',(_0x5b9d50,_0x16da7d,_0x297ad7)=>{const _0x34301f=Array['from'](_0x297ad7)['map'](_0x389bbb=>_0x389bbb['innerView'])['find'](_0x12d2db=>_0x5d9d9d['_viewToController']['has'](_0x12d2db));if(!_0x34301f)return void(_0xad5507['activeMarker']=null);const _0x31fd61=_0x5d9d9d['_viewToController']['get'](_0x34301f)['model']['id'],_0x3834ab='comment:'+_0x31fd61;_0x31fd61&&_0xad5507['hasMarkerForId'](_0x31fd61)?_0xad5507['activeMarker']=_0x3834ab:_0xad5507['activeMarker']&&(_0xad5507['activeMarker']=null);}),this['listenTo'](_0x5d9d9d,'removeCommentThread',(_0x3acdc4,{threadId:_0x137c69,isFromAdapter:_0x42c8d6})=>{!_0x42c8d6&&_0x1185a4['ui']['focusTracker']['isFocused']&&_0xad5507['hasMarkerForId'](_0x137c69)&&_0x1185a4['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x5d9d9d,'addComment',(_0xa2fff,{threadId:_0x49789e,isFromAdapter:_0x3c2f6e})=>{!_0x3c2f6e&&_0xad5507['hasMarkerForId'](_0x49789e)&&_0x5d9d9d['hasCommentThread'](_0x49789e)&&0x1===_0x5d9d9d['getCommentThread'](_0x49789e)['length']&&(_0x1185a4['editing']['view']['focus'](),_0xa2fff['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey'),this['_licenseKeyCheckInterval']=setInterval(()=>{const _0x4c7031=[this['editor']];for(const _0x1e96fb of _0x4c7031){let _0x558b27;for(const _0x2f9463 in _0x1e96fb){const _0x46ee38=_0x2f9463,_0x3da2c4=_0x1e96fb[_0x46ee38];if('commentsLicenseKeyValid'==_0x3da2c4||'commentsLicenseKeyInvalid'==_0x3da2c4||'commentsLicenseKeyExpired'==_0x3da2c4||'commentsLicenseKeyDomainLimit'==_0x3da2c4||'commentsLicenseKeyNotAllowed'==_0x3da2c4||'commentsLicenseKeyEvaluationLimit'==_0x3da2c4||'commentsLicenseKeyUsageLimit'==_0x3da2c4){delete _0x1e96fb[_0x46ee38],_0x558b27=_0x3da2c4,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x558b27&&_0x1e96fb['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x558b27&&_0x1e96fb['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x558b27&&_0x1e96fb['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x558b27&&_0x1e96fb['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x558b27&&_0x1e96fb['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyUsageLimit'==_0x558b27&&_0x1e96fb['_showLicenseError']('usageLimit');}},0x3e8);}destroy(){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}_createUIButton(_0xb62599){const _0x892d46=this['editor'],_0x5ad3ab=new _0xb62599(_0x892d46['locale']),_0x494875=_0x892d46['commands']['get']('addCommentThread');return _0x5ad3ab['set']({'label':Et(_0x892d46['locale'],'Comment'),'icon':_0x4f7611}),_0x5ad3ab['bind']('isEnabled')['to'](_0x494875,'isEnabled',_0x494875,'hasContent',(_0x5cfc8a,_0x1d4def)=>_0x5cfc8a&&_0x1d4def),this['listenTo'](_0x5ad3ab,'execute',()=>{_0x494875['execute']();}),_0x5ad3ab;}},yi=class extends _0x3831f5{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get requires(){return[wi];}constructor(_0x172bdf){super(_0x172bdf),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x690e69,_0x204672,_0x4a9e23)=>{_0x4a9e23?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}afterInit(){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}_enableCommentsOnlyMode(){for(const [_0x187267,_0x20966d]of this['editor']['commands'])_0x20966d['affectsData']&&'addCommentThread'!==_0x187267&&_0x20966d['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 _0x350a98=this['editor']['editing']['view']['document'];this['listenTo'](_0x350a98,'cut',_0x5a1311=>_0x5a1311['stop'](),{'priority':'highest'}),this['listenTo'](_0x350a98,'clipboardInput',_0x46019c=>_0x46019c['stop'](),{'priority':'highest'}),this['listenTo'](_0x350a98,'delete',_0x58b646=>_0x58b646['stop'](),{'priority':'highest'});}_disableCommentsOnlyMode(){for(const [_0x2278c6,_0x39928b]of this['editor']['commands'])_0x39928b['affectsData']&&'addCommentThread'!==_0x2278c6&&_0x39928b['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 _0x2886e3{activeUIs;uisData;['_uis'];static get requires(){return[ti];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1d9dbc){super(_0x1d9dbc),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}init(){const _0x138ba3=this['context']['plugins']['get'](ti);this['listenTo'](_0x138ba3,'_activateAnnotation',(_0x31b0cd,_0x18d006)=>{for(const _0x374ec6 of this['activeUIs']){const _0x44a445=this['_uis']['get'](_0x374ec6);(0x0,this['uisData']['get'](_0x374ec6)['filter'])(_0x18d006)&&_0x44a445['setActiveAnnotation'](_0x18d006);}}),this['listenTo'](_0x138ba3,'_deactivateAllAnnotations',()=>{for(const _0x59b60f of this['activeUIs'])this['_uis']['get'](_0x59b60f)['setActiveAnnotation'](null);}),this['listenTo'](_0x138ba3['_visibleAnnotations'],'add',(_0x1dde00,_0x5e6caf)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x5e6caf);});}hasActive(){return this['activeUIs']['size']>0x0;}isActive(_0x672575){return this['activeUIs']['has'](_0x672575);}activate(_0x2b41cb,_0x42ea58=this['defaultFilter']){const _0x2c3934=this['context']['plugins']['get'](ti);if(!this['_uis']['has'](_0x2b41cb))throw new _0x587c70('annotationsuis-missing-ui',this,{'uiName':_0x2b41cb});this['isActive'](_0x2b41cb)&&this['deactivate'](_0x2b41cb),this['activeUIs']['add'](_0x2b41cb);const _0x5eac35=new Jt();Qt({'source':_0x2c3934['_visibleAnnotations'],'target':_0x5eac35,'filter':_0x42ea58}),this['uisData']['set'](_0x2b41cb,{'collection':_0x5eac35,'filter':_0x42ea58});const _0x4dc177=this['_uis']['get'](_0x2b41cb);_0x4dc177['attach'](_0x5eac35),this['listenTo'](_0x4dc177,'change:activeAnnotation',(_0xb84b3e,_0x589b53,_0x3ceb5f,_0x3f7d13)=>{_0x3f7d13&&_0x2c3934['_removeActiveAnnotation'](_0x3f7d13),_0x3ceb5f&&_0x2c3934['_addActiveAnnotation'](_0x3ceb5f);});}deactivate(_0x597f6d){if(this['activeUIs']['delete'](_0x597f6d),!this['_uis']['has'](_0x597f6d))throw new _0x587c70('annotationsuis-missing-ui',this,{'uiName':_0x597f6d});const _0x531242=this['_uis']['get'](_0x597f6d);_0x531242['detach'](),this['stopListening'](_0x531242),this['uisData']['get'](_0x597f6d)['collection']['destroy'](),this['uisData']['delete'](_0x597f6d);}switchTo(_0x50d62c){if(!this['_uis']['has'](_0x50d62c))throw new _0x587c70('annotationsuis-missing-ui',this,{'uiName':_0x50d62c});const _0x1bc7e8=this['context']['plugins']['get'](ti),_0xd033b5=Array['from'](_0x1bc7e8['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x50d62c);const _0x10cfd9=this['_uis']['get'](_0x50d62c);_0x10cfd9['setActiveAnnotation'](_0xd033b5),_0x10cfd9['_setSelectedAnnotations']&&_0xd033b5&&_0x10cfd9['_setSelectedAnnotations']([_0xd033b5]);}deactivateAll(){for(const _0x2b9691 of this['activeUIs'])this['deactivate'](_0x2b9691);}register(_0x402076,_0x44d14b){if(this['_uis']['has'](_0x402076))throw new _0x587c70('annotationsuis-register-already-registered');if('function'!=typeof _0x44d14b['attach']||'function'!=typeof _0x44d14b['detach']||'function'!=typeof _0x44d14b['setActiveAnnotation'])throw new _0x587c70('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x402076,_0x44d14b);}refilterAnnotations(){const _0x26b62e=this['context']['plugins']['get'](ti)['collection'],_0x3d85d2=new Map(),_0x59f780=Array['from'](this['activeUIs']);for(const _0x546d2c of this['activeUIs']){const _0x330385=this['uisData']['get'](_0x546d2c)['collection'];for(const _0x337708 of _0x330385)_0x3d85d2['set'](_0x337708,_0x546d2c);}for(const _0x5aaa1f of _0x26b62e){const _0x15b771=_0x3d85d2['get'](_0x5aaa1f);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x5aaa1f);const _0x3f0e63=_0x59f780['find'](_0x4ff3df=>this['uisData']['get'](_0x4ff3df)['filter'](_0x5aaa1f));_0x15b771!==_0x3f0e63&&(_0x15b771&&this['uisData']['get'](_0x15b771)['collection']['remove'](_0x5aaa1f),_0x3f0e63&&this['uisData']['get'](_0x3f0e63)['collection']['add'](_0x5aaa1f));}}destroy(){this['deactivateAll'](),super['destroy']();}defaultFilter(){return!0x0;}_assertAnnotationDoesNotBelongToMultipleUIs(_0x4bd434){const _0x167e3a=[];for(const _0x43f48a of this['activeUIs']){(0x0,this['uisData']['get'](_0x43f48a)['filter'])(_0x4bd434)&&_0x167e3a['push'](_0x43f48a);}if(_0x167e3a['length']>0x1)throw new _0x587c70('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x167e3a,'annotationType':_0x4bd434['type']});}};const Ci=/* #__PURE__ -- @preserve */
|
|
32
|
-
|
|
33
|
-
_0x455aab('px');var Ei=class extends ht{content;_targetTop;_mutationObserver;constructor(_0x2ed619){super(_0x2ed619),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x283093,_0x9bb678)=>_0x283093+_0x9bb678),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Xt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x40d9e6=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x40d9e6['to']('isAnimationDisabled',_0x3be6e0=>_0x3be6e0?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x40d9e6['to']('top',_0x5ec61c=>bi(_0x5ec61c))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}updateHeight(){const _0x5ebc8c=this['element']['clientHeight'];_0x5ebc8c&&(this['height']=_0x5ebc8c);}destroy(){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}},ki=class extends _0x2886e3{['view'];_activeAnnotation;_annotations;_spaceBetweenItems;_sidebarItemViewToAnnotation;_annotationToSidebarItemView;_recalculateBuffer;static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x234038){super(_0x234038),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 _0x199318=this['context']['config']['get']('sidebar.container');_0x199318&&this['setContainer'](_0x199318);}setContainer(_0x3d9149){if(!Oi(_0x3d9149))throw new _0x587c70('sidebar-setcontainer-invalid-element');this['container']=_0x3d9149;}_attachToContainer({viewClass:_0x323d82='',spaceBetweenItems:_0x17405f=0x19}={}){if(!Oi(this['container']))throw new _0x587c70('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x323d82,this['_spaceBetweenItems']=_0x17405f;}['rearrange']({removedAnnotation:_0x71f6b2,previousAnnotation:_0x132520,nextAnnotation:_0xce70cd}){const _0x2c41f6=this['getSidebarItemView'](_0x71f6b2);this['view']['list']['remove'](_0x2c41f6),this['_destroySidebarItemView'](_0x71f6b2),_0x132520&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x132520)),_0xce70cd&&this['_alignToTargetRect'](this['getSidebarItemView'](_0xce70cd)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x589eea,activatedAnnotation:_0x303587,disableAnimationOnActivatedAnnotation:_0x5a4792}){if(this['_activeAnnotation']=_0x303587,_0x589eea){_0x589eea['isActive']=!0x1;const _0x413e85=this['getSidebarItemView'](_0x589eea);_0x413e85&&_0x5a4792&&(_0x413e85['isAnimationDisabled']=!0x1);}if(_0x303587){const _0x207f3c=this['getSidebarItemView'](_0x303587);_0x207f3c&&(_0x303587['isActive']=!0x0,_0x5a4792&&(_0x207f3c['isAnimationDisabled']=!0x0,_0x207f3c['top']+=0x1),this['_alignToTargetRect'](_0x207f3c));}}_detachFromContainer(_0x1e2919){if(this['view']['element']['remove'](),_0x1e2919){for(const _0x43f5a4 of _0x1e2919)this['_destroySidebarItemView'](_0x43f5a4);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}addAnnotation(_0x5da89a,_0x117b1e){_0x117b1e||(_0x117b1e=_0x5da89a['view']);const _0x586771=new Ei(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x586771,_0x5da89a),this['_annotationToSidebarItemView']['set'](_0x5da89a,_0x586771),_0x586771['content']['add'](_0x117b1e),this['listenTo'](_0x5da89a['view'],'change:targetRect',(_0x472746,_0xa501a3,_0x28b839)=>{const _0x3932e1=this['_getTargetTop'](_0x5da89a,_0x28b839);_0x586771['_targetTop']!=_0x3932e1&&(_0x586771['_targetTop']=_0x3932e1,this['_setItemTop'](_0x586771,_0x3932e1));}),this['listenTo'](_0x586771,'change:top',()=>{this['_recalculate'](_0x586771,'top');}),this['listenTo'](_0x586771,'change:bottom',()=>{this['_recalculate'](_0x586771,'bottom');}),this['_alignToTargetRect'](_0x586771);const _0x570db8=this['_getItemBefore'](_0x586771);return _0x570db8&&this['_alignAfterItem'](_0x570db8,_0x586771)||this['_alignToTargetRect'](_0x586771),this['_updateLastItem'](),this['view']['list']['add'](_0x586771),_0x586771;}['_alignForTopChange'](_0x31d15e){if(!_0x31d15e['content']['length'])return;const _0x15e9c4=this['_getItemBefore'](_0x31d15e);if(!_0x15e9c4)return;const _0x29433d=this['_sidebarItemViewToAnnotation']['get'](_0x15e9c4),_0x33c98a=this['_activeAnnotation'];_0x33c98a&&_0x33c98a===_0x29433d?this['_alignAfterItem'](_0x15e9c4,_0x31d15e):this['_alignBeforeItem'](_0x31d15e,_0x15e9c4);}_alignForBottomChange(_0x36ac8b){if(!_0x36ac8b['content']['length'])return;const _0x997320=this['_getItemAfter'](_0x36ac8b);if(!_0x997320)return;const _0x29c1cd=this['_sidebarItemViewToAnnotation']['get'](_0x997320),_0x49c008=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x3e1dfc=this['_activeAnnotation'];_0x3e1dfc&&_0x3e1dfc===_0x29c1cd&&_0x49c008?(this['_alignBeforeItem'](_0x997320,_0x36ac8b),this['_alignAfterItem'](_0x36ac8b,_0x997320)):_0x3e1dfc&&_0x3e1dfc===_0x29c1cd?this['_alignBeforeItem'](_0x997320,_0x36ac8b):this['_alignAfterItem'](_0x36ac8b,_0x997320);}_recalculate(_0x25489e,_0x19820d){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x5a69ff,changedProp:_0x545424}of this['_recalculateBuffer'])'top'===_0x545424?this['_alignForTopChange'](_0x5a69ff):this['_alignForBottomChange'](_0x5a69ff);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x25489e,'changedProp':_0x19820d});}getSidebarItemView(_0x327b3e){return this['_annotationToSidebarItemView']['get'](_0x327b3e);}destroy(){this['stopListening'](),this['view']['destroy']();}_destroySidebarItemView(_0x468d18){const _0x5d68b7=this['getSidebarItemView'](_0x468d18);this['stopListening'](_0x5d68b7),this['stopListening'](_0x468d18['view']),_0x5d68b7['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x468d18),this['_sidebarItemViewToAnnotation']['delete'](_0x5d68b7);}_createSidebarView(){const _0x675f3=new Ii(this['context']['locale']);return _0x675f3['render'](),this['on']('change:_lastItem',(_0x546586,_0x2a5c9e,_0x128f24,_0x472c6a)=>{_0x472c6a&&_0x675f3['unbind']('minHeight'),_0x128f24?_0x675f3['bind']('minHeight')['to'](_0x128f24,'bottom'):_0x675f3['minHeight']=null;}),_0x675f3;}_updateLastItem(){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}_getItemBefore(_0x931a64){const _0x1bb667=this['_sidebarItemViewToAnnotation']['get'](_0x931a64),_0x24372c=_0x1bb667&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x1bb667)-0x1);return _0x24372c&&this['getSidebarItemView'](_0x24372c)||null;}_getItemAfter(_0xab1db5){const _0x297469=this['_sidebarItemViewToAnnotation']['get'](_0xab1db5),_0x3c6339=_0x297469&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x297469)+0x1);return _0x3c6339&&this['getSidebarItemView'](_0x3c6339)||null;}_alignBeforeItem(_0x4fbabf,_0x3f3618){_0x4fbabf['updateHeight']();const _0x1ef233=Ni(_0x3f3618['bottom']+this['_spaceBetweenItems'],_0x4fbabf['top']);return!!_0x1ef233&&(this['_setItemTop'](_0x3f3618,_0x3f3618['top']-_0x1ef233),!0x0);}_alignAfterItem(_0x50b942,_0x3c71e9){_0x50b942['updateHeight']();const _0x22f7c1=Ni(_0x50b942['bottom']+this['_spaceBetweenItems'],_0x3c71e9['top']);return!!_0x22f7c1&&(this['_setItemTop'](_0x3c71e9,_0x3c71e9['top']+_0x22f7c1,!0x1),!0x0);}_alignToTargetRect(_0x538a50){const _0x461852=this['_sidebarItemViewToAnnotation']['get'](_0x538a50);if(!_0x461852||!_0x461852['target']||!_0x461852['targetRect'])return;const _0x43e3f3=this['_getTargetTop'](_0x461852,_0x461852['targetRect']);this['_setItemTop'](_0x538a50,_0x43e3f3);}_getTargetTop(_0x1238e8,_0x4f7b77){if(null===_0x4f7b77)return 0x0;if(_0x1238e8['target']instanceof _0x132048)return _0x4f7b77['top'];{const _0x6fefef=new _0x132048(this['view']['element'])['top'];return _0x4f7b77['top']-_0x6fefef;}}_setItemTop(_0x580dff,_0x174dbd,_0x14a450=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x14a450&&(_0x174dbd=Math['max'](_0x174dbd,this['_getMaxAvailableTop'](_0x580dff))),_0x580dff['top']=_0x174dbd;}_getMaxAvailableTop(_0x19ee0d){let _0x2f54d7=this['_getItemBefore'](_0x19ee0d),_0x52af91=0x0;for(;_0x2f54d7;)_0x2f54d7['updateHeight'](),_0x52af91+=this['_spaceBetweenItems']+_0x2f54d7['height'],_0x2f54d7=this['_getItemBefore'](_0x2f54d7);return _0x52af91;}};function Ni(_0xf448f9,_0x56f914){return Math['max'](_0xf448f9-_0x56f914,0x0);}function Oi(_0x49eda3){return null!==_0x49eda3&&'object'==typeof _0x49eda3&&0x1===_0x49eda3['nodeType'];}var Mi=class extends _0x2886e3{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(_0x387d41){super(_0x387d41),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x43adb0(),this['_refreshPositioningDebounced']=_0xbc46bc(()=>{_0x387d41['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}init(){const _0x3b2f56=this['context']['plugins']['get'](Ti),_0x46cbe2=this['context']['plugins']['get'](ki);_0x3b2f56['register']('wideSidebar',this),_0x46cbe2['container']&&_0x3b2f56['switchTo']('wideSidebar');}setActiveAnnotation(_0x4b5c0c){if(_0x4b5c0c===this['activeAnnotation'])return;const _0x38df2d=this['context']['plugins']['get'](ki);_0x38df2d['_activeAnnotation']=_0x4b5c0c;const _0x442b4b=this['activeAnnotation'];_0x38df2d['refresh']({'blurredAnnotation':_0x442b4b,'activatedAnnotation':_0x4b5c0c}),this['activeAnnotation']=_0x4b5c0c;}attach(_0x443f4d){this['annotations']=_0x443f4d;const _0x49bb1b=this['context']['plugins']['get'](ki);if(_0x49bb1b['_annotations']=_0x443f4d,this['isAttached'])throw new _0x587c70('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x49bb1b,'set:container',()=>{this['detach'](),this['listenTo'](_0x49bb1b,'change:container',_0x246452=>{_0x246452['off'](),this['attach'](_0x443f4d);});}),_0x49bb1b['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x507934=_0x550c45=>{_0x550c45['updateTargetRect'](),_0x49bb1b['addAnnotation'](_0x550c45);};for(const _0x2d1ab6 of _0x443f4d)_0x507934(_0x2d1ab6);this['listenTo'](_0x443f4d,'add',(_0xe8a7b5,_0x388a31)=>{_0x507934(_0x388a31);}),this['listenTo'](_0x443f4d,'remove',(_0x5a3194,_0xe364d4,_0x4a20f8)=>{_0x49bb1b['rearrange']({'removedAnnotation':_0xe364d4,'previousAnnotation':_0x443f4d['get'](_0x4a20f8-0x1),'nextAnnotation':_0x443f4d['get'](_0x4a20f8+0x1)}),_0xe364d4===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x443f4d,'focus',(_0x1c22c3,_0x5100e9)=>{this['setActiveAnnotation'](_0x5100e9);}),this['listenTo'](_0x443f4d,'blur',()=>{this['setActiveAnnotation'](null);});const _0x19b814=this['context']instanceof _0x345ccf?this['context']['editors']:new _0x43adb0([this['context']]);for(const _0x3a7e7d of _0x19b814)this['_integrateWithEditorAnnotations'](_0x3a7e7d);this['listenTo'](_0x19b814,'add',(_0x3cc7f9,_0x4bab00)=>{this['listenTo'](_0x4bab00,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x4bab00);});}),this['listenTo'](_0x19b814,'remove',(_0x18ba6e,_0x449df3)=>{_0x449df3['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x449df3['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();}detach(){if(!this['isAttached'])throw new _0x587c70('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x7e19=this['context']['plugins']['get'](ki);_0x7e19['_detachFromContainer'](this['annotations']),this['stopListening'](_0x7e19),this['stopListening'](this['annotations']),this['context']instanceof _0x345ccf&&this['stopListening'](this['context']['editors']);for(const _0x464d24 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x464d24);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}destroy(){this['isAttached']&&this['detach']();}_integrateWithEditorAnnotations(_0x5c404a){if(!_0x5c404a['plugins']['has']('EditorAnnotations'))return;const _0x2db7e7=_0x5c404a['plugins']['get']('EditorAnnotations'),_0x2633e9=()=>{const _0x44646c=_0x2db7e7['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x44646c[0x0]||null);};this['listenTo'](_0x2db7e7,'refresh',_0x2633e9),this['listenTo'](_0x2db7e7,'blur',(_0x4de151,{isAnnotationTracked:_0x350ff6})=>{this['activeAnnotation']&&_0x350ff6(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x2db7e7,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x4b6d0d=>{_0x2db7e7['hasDomSelection']()&&(_0x2633e9(),_0x4b6d0d['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x2db7e7);}_destroyEditorAnnotationsIntegration(_0x45ddd1){this['stopListening'](_0x45ddd1),this['_editorAnnotations']['remove'](_0x45ddd1);}},Ri=class extends _0x44164c{counterView;constructor(_0xa5c28f){super(_0xa5c28f);const _0x47dfec=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x4ad9a9,_0xc4e386)=>_0x4ad9a9?'...':_0xc4e386['toString']()),this['set']('annotationType',''),this['icon']=_0x4f7611,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new ht(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x47dfec['to']('annotationType',_0xe40485=>'ck-annotation-counter__badge--'+_0xe40485),_0x47dfec['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x47dfec['to']('_badge')}]}),this['children']['add'](this['counterView']);}},Si=class extends _0x2886e3{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(_0x41e8ea){super(_0x41e8ea),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=new(_0x341190())(),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x43adb0(),this['_refreshPositioningDebounced']=_0xbc46bc(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}init(){this['context']['plugins']['get'](Ti)['register']('narrowSidebar',this),this['bodyCollection']=new _0x47ef85(this['context']['locale']),this['balloonPanelView']=new _0xce8472(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}attach(_0xf57ce0){this['annotations']=_0xf57ce0;const _0x3d7b64=this['context']['plugins']['get'](ki),_0x591f3e=this['balloonPanelView'];if(_0x3d7b64['_annotations']=_0xf57ce0,this['isAttached'])throw new _0x587c70('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x3d7b64,'set:container',()=>{this['detach'](),this['listenTo'](_0x3d7b64,'change:container',_0x466f1b=>{_0x466f1b['off'](),this['attach'](_0xf57ce0);});}),_0x3d7b64['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x502650=_0x9d4bd7=>{const _0x2a81b3=new Ri(this['context']['locale']);_0x3d7b64['addAnnotation'](_0x9d4bd7,_0x2a81b3),this['_annotationToNarrowView']['set'](_0x9d4bd7,_0x2a81b3),_0x2a81b3['bind']('isDirty','annotationType','number')['to'](_0x9d4bd7['view'],'isDirty','type','length'),_0x2a81b3['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x591f3e['content']['first']!==_0x9d4bd7['view']?(this['_showBalloon'](_0x9d4bd7),_0x9d4bd7['view']['element']['focus'](),this['setActiveAnnotation'](_0x9d4bd7)):this['setActiveAnnotation'](null);});};for(const _0xd39d32 of _0xf57ce0)_0x502650(_0xd39d32);this['listenTo'](_0xf57ce0,'add',(_0x434369,_0x54c906)=>{_0x502650(_0x54c906);}),this['listenTo'](_0xf57ce0,'remove',(_0x59d9e0,_0x2b595e,_0x24fa94)=>{this['_annotationToNarrowView']['get'](_0x2b595e)['destroy'](),this['_annotationToNarrowView']['delete'](_0x2b595e),_0x3d7b64['rearrange']({'removedAnnotation':_0x2b595e,'previousAnnotation':_0xf57ce0['get'](_0x24fa94-0x1),'nextAnnotation':_0xf57ce0['get'](_0x24fa94+0x1)}),_0x2b595e===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0xf57ce0,'focus',(_0x4c46f7,_0x55fe65)=>{this['setActiveAnnotation'](_0x55fe65);}),this['listenTo'](_0xf57ce0,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x48926c,_0x14d6f6)=>{_0x14d6f6['keyCode']===_0x42efc2['esc']&&_0x591f3e['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x591f3e['content']['first']),this['_hideBalloon'](),_0x14d6f6['stopPropagation'](),_0x14d6f6['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x472dec,_0x516aa1)=>{const _0x28c1a0=_0x516aa1['target'];_0x591f3e['isVisible']&&_0x591f3e['element']['contains'](_0x28c1a0)||_0x3d7b64['view']['element']['contains'](_0x28c1a0)||_0x472dec['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x399e54=>_0x399e54['contains'](_0x28c1a0))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x5f53a2=this['context']instanceof _0x345ccf?this['context']['editors']:new _0x43adb0([this['context']]);for(const _0x2fb66c of _0x5f53a2)this['_integrateWithEditorAnnotations'](_0x2fb66c);this['listenTo'](_0x5f53a2,'add',(_0x3ad95c,_0x287141)=>{this['listenTo'](_0x287141,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x287141);});}),this['listenTo'](_0x5f53a2,'remove',(_0x51f562,_0x479afa)=>{_0x479afa['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x479afa['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}setActiveAnnotation(_0x2a1e94){if(_0x2a1e94===this['activeAnnotation'])return;const _0x536dc5=this['context']['plugins']['get'](ki);_0x536dc5['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x2a1e94,'disableAnimationOnActivatedAnnotation':!0x0}),_0x2a1e94&&_0x536dc5['getSidebarItemView'](_0x2a1e94)?this['_showBalloon'](_0x2a1e94):this['_hideBalloon'](),this['activeAnnotation']=_0x2a1e94;}detach(){if(!this['isAttached'])throw new _0x587c70('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0xf5972a=this['context']['plugins']['get'](ki);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x33e363=>_0x33e363['destroy']()),this['_annotationToNarrowView']['clear'](),_0xf5972a['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x345ccf&&this['stopListening'](this['context']['editors']);for(const _0x2046e4 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x2046e4);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(_0x1eba8c){if(!_0x1eba8c['plugins']['has']('EditorAnnotations'))return;const _0x47f9f6=_0x1eba8c['plugins']['get']('EditorAnnotations'),_0x3647f8=this['context']['plugins']['get'](ki),_0x167a8b=this['annotations'],_0x39fdc3=this['balloonPanelView'],_0x1a8bf7=()=>{const _0x5d338c=_0x47f9f6['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x5d338c),this['setActiveAnnotation'](_0x5d338c[0x0]||null);};this['listenTo'](_0x47f9f6,'refresh',_0x1a8bf7),this['listenTo'](_0x47f9f6,'blur',(_0xb61dc0,{isAnnotationTracked:_0x2bdd91})=>{this['activeAnnotation']&&_0x2bdd91(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x47f9f6,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x167a8b,'blur',_0x5d559d=>{_0x47f9f6['hasDomSelection']()&&_0x5d559d['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x425c7f,_0x3e2340)=>{const _0xc1a22f=_0x3e2340['target'];_0x39fdc3['isVisible']&&_0x39fdc3['element']['contains'](_0xc1a22f)||_0x3647f8['view']['element']['contains'](_0xc1a22f)||this['activeAnnotation']&&_0x47f9f6['hasDomSelection']()&&(_0x1a8bf7(),_0x425c7f['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x47f9f6);}_destroyEditorAnnotationsIntegration(_0x47e68c){_0x47e68c&&(this['stopListening'](_0x47e68c),this['_editorAnnotations']['remove'](_0x47e68c));}_setSelectedAnnotations(_0x4b091e){for(const _0xeb2514 of this['_selectedAnnotations'])_0x4b091e['includes'](_0xeb2514)||this['_manuallyClosedAnnotationViews']['delete'](_0xeb2514['view']);this['_selectedAnnotations']=_0x4b091e;}_refreshPositioning(){const _0x58a60d=this['balloonPanelView'];this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning'](),_0x58a60d['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0xac7e3a){if(this['_manuallyClosedAnnotationViews']['has'](_0xac7e3a['view']))return;const _0x2d96d1=this['balloonPanelView']['content']['first'];_0x2d96d1!==_0xac7e3a['view']?(_0x2d96d1&&this['_detachListeners'](_0x2d96d1),this['_attachListeners'](_0xac7e3a['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0xac7e3a['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}_updateBalloonPosition(){const _0x1feb11=this['balloonPanelView']['content']['first'],_0x244e56=_0x1feb11&&this['annotations']['getByView'](_0x1feb11);if(!_0x244e56||!this['_annotationToNarrowView']['has'](_0x244e56))return;const _0x4fb433=this['_annotationToNarrowView']['get'](_0x244e56)['element'],_0x1fce1b=(function(){const _0x4ad0b9=_0xce8472['defaultPositions'];return[_0x4ad0b9['southArrowNorthEast'],_0x4ad0b9['northArrowSouthEast'],_0x4ad0b9['southArrowNorth'],_0x4ad0b9['northArrowSouth'],_0x4ad0b9['southArrowNorthWest'],_0x4ad0b9['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x4fb433,'positions':_0x1fce1b});}['_hideBalloon'](){const _0x1e5619=this['balloonPanelView'],_0x4247fa=_0x1e5619['content']['first'];_0x4247fa&&(this['_detachListeners'](_0x4247fa),_0x1e5619['unpin'](),_0x1e5619['content']['clear']());}_attachListeners(_0x88f78b){this['listenTo'](_0x88f78b,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x88f78b,'Esc',(_0x5ef3e3,_0x51981e)=>{this['_manuallyClosedAnnotationViews']['add'](_0x88f78b),this['_hideBalloon'](),_0x51981e();});}_detachListeners(_0x2f4a5c){this['stopListening'](_0x2f4a5c);}},xi=class extends _0x3831f5{isAttached;annotations;['_manuallyClosed'];['_balloon'];_addedAnnotations;_selectedAnnotations;['_forceRefresh'];_refreshVisibilityDebounced;static get requires(){return[di,_0x24ce3a,Ti];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x84e21f){super(_0x84e21f),_0x84e21f['editing']['view']['addObserver'](lt),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x84e21f['plugins']['get'](_0x24ce3a),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1,this['_refreshVisibilityDebounced']=_0xbc46bc(()=>{this['editor']['plugins']['get']('Annotations')['refreshVisibility']();},0xfa,{'leading':!0x1});}init(){const _0x576f1c=this['editor']['plugins']['get'](Ti);_0x576f1c['context']===this['editor']&&(_0x576f1c['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x95a75f,_0x1753e6)=>{const _0x18edfa=this['_balloon'];if(this['isAttached']&&_0x18edfa['visibleView']){const _0x20b472=this['annotations']['getByView'](_0x18edfa['visibleView']);_0x20b472&&this['_closeAnnotation'](_0x20b472),_0x1753e6();}}));}afterInit(){const _0x21cd8d=this['editor']['plugins']['get'](Ti);_0x21cd8d['context']===this['editor']&&(_0x21cd8d['hasActive']()||_0x21cd8d['switchTo']('inline'));}setActiveAnnotation(_0x15db18){_0x15db18!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x15db18&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x15db18)&&this['_addAnnotationToBalloon'](_0x15db18,!0x0),_0x15db18['isActive']=!0x0),_0x15db18||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x15db18);}attach(_0x508aec){this['annotations']=_0x508aec;const _0x501d3a=this['editor']['plugins']['get'](Ti),_0x494533=this['_balloon'];if(this['isAttached'])throw new _0x587c70('inlineannotations-attach-already-attached',this);if(_0x501d3a['context']!==this['editor'])throw new _0x587c70('inlineannotations-not-allowed-with-context',this);const _0x58659f=this['editor']['plugins']['get'](di);this['listenTo'](_0x58659f,'refresh',()=>{const _0xefb60=_0x58659f['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x142391,_0x1cdc20;!this['_forceRefresh']&&(_0x142391=_0xefb60,_0x1cdc20=this['_selectedAnnotations'],_0x142391['length']===_0x1cdc20['length']&&_0x142391['every'](_0x2734a8=>_0x1cdc20['includes'](_0x2734a8)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0xefb60),this['setActiveAnnotation'](_0xefb60[0x0]||null));}),this['listenTo'](_0x58659f,'blur',(_0x18986b,{isAnnotationTracked:_0x191d76})=>{this['activeAnnotation']&&_0x191d76(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x58659f,'uiUpdate',()=>{this['_refreshVisibilityDebounced']();}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x233604,_0x208770,_0x3f9590)=>{_0x3f9590||this['setActiveAnnotation'](null);}),this['listenTo'](_0x508aec,'remove',(_0x4a2012,_0x4a0b0e)=>{this['_removeAnnotationFromBalloon'](_0x4a0b0e),_0x4a0b0e===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x494533,'change:visibleView',(_0x32d53d,_0x27be4a,_0x6f3985,_0x2c64cd)=>{_0x2c64cd&&this['stopListening'](_0x2c64cd);const _0x1cfdb7=_0x508aec['getByView'](_0x6f3985);_0x6f3985&&_0x1cfdb7&&(this['listenTo'](_0x6f3985,'change:height',()=>{_0x494533['updatePosition']();}),this['listenTo'](_0x6f3985,'Esc',()=>{this['_closeAnnotation'](_0x1cfdb7),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x1cfdb7&&this['setActiveAnnotation'](_0x1cfdb7));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x494533['visibleView']&&_0x508aec['getByView'](_0x494533['visibleView'])&&_0x494533['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 _0x587c70('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x2304f2 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x2304f2);this['_refreshVisibilityDebounced']['cancel'](),this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}destroy(){this['isAttached']&&this['detach'](),this['_refreshVisibilityDebounced']['cancel']();}_setSelectedAnnotations(_0x45a372){for(const _0x5d6fcb of this['_selectedAnnotations'])_0x45a372['includes'](_0x5d6fcb)||this['_manuallyClosed']['delete'](_0x5d6fcb);for(const _0x5ff07 of this['annotations'])_0x45a372['includes'](_0x5ff07)||this['_removeAnnotationFromBalloon'](_0x5ff07);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x5b4ca8 of _0x45a372)this['_addAnnotationToBalloon'](_0x5b4ca8);}this['_selectedAnnotations']=_0x45a372;}_addAnnotationToBalloon(_0x347d55,_0x78b0a3=!0x1){this['_manuallyClosed']['has'](_0x347d55)||(this['_addedAnnotations']['has'](_0x347d55)||this['_balloon']['hasView'](_0x347d55['view'])||(this['_addedAnnotations']['add'](_0x347d55),this['_balloon']['add']({'stackId':_0x347d55['view']['id'],'view':_0x347d55['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x347d55)}})),_0x78b0a3&&this['_balloon']['showStack'](_0x347d55['view']['id']));}_getBalloonTargetForAnnotation(_0x55e039){const _0x492f6d=_0x55e039['target'],_0x461fe2=this['editor']['editing']['view'],_0x12d186=_0x461fe2['document']['selection']['getFirstRange'](),_0x186e2b=_0x461fe2['domConverter']['viewRangeToDom'](_0x12d186);if(_0x186e2b['collapse'](!0x0),_0x492f6d){if(_0x492f6d instanceof _0x132048)return _0x492f6d;let _0x1f3384=[];for(const _0x4ea8e9 of _0x492f6d)_0x1f3384['push'](..._0x132048['getDomElementRects'](_0x4ea8e9));_0x1f3384=function(_0x2e940d){const _0x3247c4=[];let _0x5ed7d5=_0x2e940d[0x0];for(let _0x3abf07=0x1;_0x3abf07<_0x2e940d['length'];_0x3abf07++)if(Pi(_0x5ed7d5,_0x2e940d[_0x3abf07])){const _0x49899d=_0x2e940d[_0x3abf07]['width'];_0x5ed7d5['width']+=_0x49899d,_0x5ed7d5['right']+=_0x49899d;}else _0x3247c4['push'](_0x5ed7d5),_0x5ed7d5=_0x2e940d[_0x3abf07];return _0x3247c4['push'](_0x5ed7d5),_0x3247c4;}(_0x1f3384);const _0x126003=_0x186e2b['getBoundingClientRect']();return _0x1f3384['find'](_0x1f3f4f=>_0x1f3f4f['top']<=_0x126003['top']&&_0x1f3f4f['bottom']>=_0x126003['bottom']&&_0x1f3f4f['left']<=_0x126003['left']&&_0x1f3f4f['right']>=_0x126003['right'])||_0x1f3384[0x0];}return _0x55e039['targetRect']||_0x186e2b;}_removeAnnotationFromBalloon(_0x1a9852){this['_addedAnnotations']['has'](_0x1a9852)&&this['_balloon']['hasView'](_0x1a9852['view'])&&(this['_addedAnnotations']['delete'](_0x1a9852),this['_balloon']['remove'](_0x1a9852['view']));}_closeAnnotation(_0x302c24){this['_manuallyClosed']['add'](_0x302c24),this['_removeAnnotationFromBalloon'](_0x302c24);}};function Pi(_0x1c9812,_0x37d8f9){return _0x1c9812['top']===_0x37d8f9['top']&&_0x1c9812['bottom']===_0x37d8f9['bottom']&&_0x1c9812['right']===_0x37d8f9['left'];}var Li=class extends ht{['focusTracker'];['focusCycler'];_annotationViews;constructor(_0x508b37,_0xa6ac7){super(_0x508b37),this['set']('isEmpty',!_0xa6ac7['length']),this['focusTracker']=new _0x52e6a6(),this['_annotationViews']=_0xa6ac7,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new et({'focusables':_0xa6ac7,'focusTracker':this['focusTracker']}),this['listenTo'](_0xa6ac7,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0xa6ac7,'remove',(_0x1be2f1,_0x419384)=>{_0x419384['isActive']&&this['focus'](),_0xa6ac7['length']||(this['isEmpty']=!0x0);});const _0x46779a=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':Et(_0x508b37,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0xa6ac7},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x46779a['if']('isEmpty','ck-hidden',_0x44dce9=>!_0x44dce9)]},'children':[{'text':Et(_0x508b37,'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 _0xca973f of this['_annotationViews'])this['focusTracker']['add'](_0xca973f['element']);this['_annotationViews']['on']('change',(_0xc529da,{added:_0x1a2a50,removed:_0xfe9ba3})=>{for(const _0x2969cb of _0x1a2a50)this['focusTracker']['add'](_0x2969cb['element']);for(const _0x5681c9 of _0xfe9ba3)this['focusTracker']['remove'](_0x5681c9['element']);});}},Di=class extends _0x2886e3{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get requires(){return[oi,ti];}constructor(_0x45dcdd){super(_0x45dcdd),this['archivedThreads']=new _0x43adb0();}init(){const _0x468330=this['context'],_0xeefe4a=_0x468330['plugins']['get'](oi),_0x21a964=_0x468330['plugins']['get'](ti);this['listenTo'](_0xeefe4a,'addCommentThread',(_0x3a982c,{threadId:_0x54e68c})=>{const _0x16ac01=_0xeefe4a['getCommentThread'](_0x54e68c);_0x16ac01['archivedAt']&&this['archivedThreads']['add'](_0x16ac01,this['_calculatePosition'](_0x16ac01['archivedAt'])),this['listenTo'](_0x16ac01,'change:archivedAt',(_0x3909d5,_0x1ae503,_0x1fd71f)=>{_0x1fd71f?this['archivedThreads']['has'](_0x16ac01)||this['archivedThreads']['add'](_0x16ac01,this['_calculatePosition'](_0x16ac01['archivedAt'])):this['archivedThreads']['has'](_0x16ac01)&&this['archivedThreads']['remove'](_0x16ac01);});}),this['listenTo'](_0xeefe4a,'removeCommentThread',(_0x17bddd,{threadId:_0xf585d1})=>{const _0x16da10=_0xeefe4a['getCommentThread'](_0xf585d1);this['stopListening'](_0x16da10),this['archivedThreads']['has'](_0x16da10)&&this['archivedThreads']['remove'](_0x16da10);},{'priority':'highest'}),this['listenTo'](_0x21a964['collection'],'focus',(_0x442deb,_0x1dc9a5)=>{_0x1dc9a5['isVisible']||(_0x1dc9a5['isActive']=!0x0,_0x21a964['activate'](_0x1dc9a5));});}_calculatePosition(_0x298a4c){const _0x20b8e5=[...this['archivedThreads']]['findIndex'](_0x5e6bd0=>_0x5e6bd0['archivedAt']<_0x298a4c);return _0x20b8e5>-0x1?_0x20b8e5:this['archivedThreads']['length'];}},Vi=class extends _0x3831f5{commentsArchiveView;annotationViews;['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get requires(){return[Di,_0x28d408];}constructor(_0x4b0203){super(_0x4b0203),this['annotationViews']=new at(),this['_pendingThreads']=[];}init(){const _0x28d5e1=this['editor'],_0x4b2785=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x28d5e1['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x44164c,!0x0)),_0x28d5e1['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x1ffad6=this['_createCommentsArchiveButton'](rt);return _0x1ffad6['set']({'role':'menuitemcheckbox'}),_0x1ffad6;});const _0x230790=_0x28d5e1['plugins']['get'](Di),_0x4c64d2=_0x28d5e1['plugins']['get']('Annotations'),_0x509c39=_0x28d5e1['plugins']['get']('CommentsRepository');_0x230790['archivedThreads']['forEach'](_0x5bea11=>{this['_handleNewThread'](_0x5bea11);}),this['listenTo'](_0x230790['archivedThreads'],'add',(_0x2f3c06,_0x15af32)=>{this['_handleNewThread'](_0x15af32);}),this['listenTo'](_0x4c64d2['collection'],'add',(_0x111aca,_0x1af175)=>{const _0x2f5ee5=this['_pendingThreads']['find'](_0x18a7c4=>{const _0x186417=_0x509c39['_threadToController']['get'](_0x18a7c4);return _0x186417&&_0x1af175['innerView']===_0x186417['view'];});if(_0x2f5ee5){const _0x3f08c7=this['_calculatePosition'](_0x2f5ee5['archivedAt']);this['_addAnnotationToArchive'](_0x1af175,_0x3f08c7),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x2f5ee5),0x1);}}),this['listenTo'](_0x230790['archivedThreads'],'remove',(_0x29442e,_0x2ec7e2)=>{const _0x2c59a8=_0x28d5e1['config']['get']('collaboration.channelId');if(!_0x2c59a8||_0x2ec7e2['channelId']===_0x2c59a8){if(this['_pendingThreads']['includes'](_0x2ec7e2))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x2ec7e2),0x1);else{const _0x243e1d=_0x509c39['_threadToController']['get'](_0x2ec7e2),_0x5a74d4=_0x4c64d2['getByInnerView'](_0x243e1d['view']);this['annotationViews']['remove'](_0x5a74d4['view']),this['stopListening'](_0x5a74d4),this['stopListening'](_0x5a74d4['focusableElements']);}}}),this['listenTo'](_0x4c64d2['collection'],'add',(_0x313629,_0x337326)=>{this['listenTo'](_0x337326,'escape',_0x4b2785);}),this['listenTo'](_0x4c64d2['collection'],'remove',(_0x2830ca,_0x9249fb)=>{this['stopListening'](_0x9249fb,'escape',_0x4b2785);});}_addAnnotationToArchive(_0x515e43,_0x119ca6){this['listenTo'](_0x515e43,'set:isVisible',_0xd67a15=>{_0xd67a15['return']=!0x1,_0xd67a15['stop']();}),this['annotationViews']['add'](_0x515e43['view'],_0x119ca6);}['_handleNewThread'](_0x48408a){const _0x381d1e=this['editor']['plugins']['get']('CommentsRepository'),_0x296cf9=this['editor']['plugins']['get']('Annotations'),_0x461907=this['editor']['config']['get']('collaboration.channelId');if(!_0x461907||_0x48408a['channelId']===_0x461907){const _0x318f94=_0x381d1e['_threadToController']['get'](_0x48408a);if(!_0x318f94)return void this['_pendingThreads']['push'](_0x48408a);const _0x4aeebd=this['_calculatePosition'](_0x48408a['archivedAt']),_0x53d12f=_0x296cf9['getByInnerView'](_0x318f94['view']);_0x53d12f['isVisible']&&_0x296cf9['_visibleAnnotations']['remove'](_0x53d12f),this['_addAnnotationToArchive'](_0x53d12f,_0x4aeebd);}}_calculatePosition(_0x37a0f0){const _0x129bb0=this['editor']['config']['get']('collaboration.channelId'),_0xff8ef4=[...this['editor']['plugins']['get'](Di)['archivedThreads']]['filter'](_0xeedbc8=>_0xeedbc8['channelId']===_0x129bb0)['findIndex'](_0x3ff3b1=>_0x3ff3b1['archivedAt']<_0x37a0f0);return _0xff8ef4<0x0||_0xff8ef4>this['annotationViews']['length']?this['annotationViews']['length']:_0xff8ef4-0x1;}_toggleDialog(){const _0x5d55b9=this['editor'],_0x4a72b1=_0x5d55b9['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new Li(_0x5d55b9['locale'],this['annotationViews'])),'commentsArchive'===_0x4a72b1['id']?_0x4a72b1['hide']():_0x4a72b1['show']({'id':'commentsArchive','title':Et(_0x5d55b9['locale'],'COMMENTS_ARCHIVE'),'icon':_0x188b5f,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x14f9e6['EDITOR_TOP_SIDE']});}_createCommentsArchiveButton(_0x47753e,_0x10bd7a=!0x1){const _0x2e8de6=this['editor']['locale'],_0x43cd48=this['editor']['plugins']['get']('Dialog'),_0x25d5bd=new _0x47753e(_0x2e8de6);return _0x25d5bd['bind']('isEnabled')['to'](this,'isEnabled'),_0x25d5bd['bind']('isOn')['to'](_0x43cd48,'id',_0x408c9a=>'commentsArchive'===_0x408c9a),_0x25d5bd['set']({'label':Et(_0x2e8de6,'COMMENTS_ARCHIVE'),'icon':_0x188b5f,'isToggleable':!0x0}),_0x10bd7a&&(_0x25d5bd['tooltip']=!0x0),this['listenTo'](_0x25d5bd,'execute',()=>this['_toggleDialog']()),_0x25d5bd;}_hideDialogOnAnnotationEscape=_0x5b21aa=>{const _0x205dd8=_0x5b21aa['source'];if(!this['annotationViews']['has'](_0x205dd8['view']))return;const _0x3e79bf=this['editor']['plugins']['get']('Dialog');_0x3e79bf['isOpen']&&'commentsArchive'===_0x3e79bf['id']&&(_0x3e79bf['hide'](),_0x5b21aa['stop']());};},Bi=class extends _0x3831f5{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};
|
|
23
|
+
import{Command as _0x5b2b85,Context as _0xac2563,ContextPlugin as _0x295fc3,Editor as _0x2caa02,PendingActions as _0x31cefb,Plugin as _0x346f32}from'@ckeditor/ckeditor5-core';import{CKEditorError as _0x118589,Collection as _0x5b65c3,DomEmitterMixin as _0x158afe,FocusTracker as _0x4b19f2,KeystrokeHandler as _0xc853dc,ObservableMixin as _0x19e581,Rect as _0x74eea0,diff as _0x3a27d6,first as _0x368f66,getEnvKeystrokeText as _0x3fefb4,keyCodes as _0x4d5e85,priorities as _0x4afd2f,scrollViewportToShowTarget as _0x30a9d7,toUnit as _0x3646e4,uid as _0x5e825f}from'@ckeditor/ckeditor5-utils';import{AriaDescriptionView as _0x4386dd,ConfirmMixin as _0x482088,FOCUS_ANNOTATION_KEYSTROKE as _0x14aadc,LateFocusButtonView as _0x4c1aa8,LateFocusDropdownButtonView as _0x4f3dc2,UserView as _0x467a6e,Users as _0xd7a17e,getAllMarkersDomElementsSorted as _0x44a1b7,getDateTimeFormatter as _0x8c4002,hashObject as _0x102595,setupThreadKeyboardNavigation as _0x17a42d,surroundingMarkersDetector as _0x207995,trimHtml as _0x301327}from'@ckeditor/ckeditor5-collaboration-core';import{cloneDeep as _0x5a784a,debounce as _0x5a1ba2,isEqual as _0x524aa9,set as _0x4bedb7,throttle as _0x10b585,unset as _0x333b26}from'es-toolkit/compat';import{IconAddComment as _0x85fe56,IconCheck as _0x55d515,IconCommentsArchive as _0x5a1103,IconPencil as _0x5c647c,IconRemoveComment as _0x38ae73,IconThreeVerticalDots as _0xb63a3,IconUndo as _0x5da134}from'@ckeditor/ckeditor5-icons';import{BalloonPanelView as _0x46c323,BodyCollection as _0xd0e182,ButtonView as _0xa85280,ContextualBalloon as _0x49e976,Dialog as _0x381484,DialogViewPosition as _0x5805ff,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
|
+
_0x19e581();var bt=class extends It{['model'];['view'];constructor(_0x5c6b05,_0x39bde0){super(),this['model']=_0x5c6b05,this['model']['_isAttached']=!0x0,this['view']=_0x39bde0,this['listenTo'](_0x39bde0,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x39bde0,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x39bde0,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x39bde0,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x39bde0,'addComment',(_0x45362f,_0x95649d)=>this['addComment'](_0x95649d)),this['listenTo'](_0x39bde0,'updateComment',(_0x352f95,_0x23adef,_0x92010f)=>this['updateComment'](_0x23adef,_0x92010f)),this['listenTo'](_0x39bde0,'removeComment',(_0x28a7e1,_0x175bd0)=>this['removeComment'](_0x175bd0));}submit(){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}addComment(_0x4a866c){this['model']['addComment']({'content':_0x4a866c,'authorId':this['view']['_localUser']['id']});}updateComment(_0x56199c,_0x219b9d){this['model']['getComment'](_0x56199c)['update']({'content':_0x219b9d});}removeComment(_0x4728a1){this['model']['getComment'](_0x4728a1)['remove']();}destroy(){this['stopListening'](),this['model']['_isAttached']=!0x1;}};function Et(_0x1f9de4,_0x42b995,_0xee5a07){const t=_0x1f9de4['t'];switch(_0x42b995){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'},_0xee5a07);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'},_0xee5a07);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'},_0xee5a07);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'},_0xee5a07);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0xee5a07);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'},_0xee5a07);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'},_0xee5a07);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'},_0xee5a07);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(_0x2e6616,_0x526b85){super(_0x2e6616);const _0x55bdc2=_0x5e825f();this['main']=this['createCollection'](),this['editable']=new st(_0x2e6616,_0x526b85,void 0x0,{'label':()=>Et(_0x2e6616,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x2e6616['uiLanguageDirection'],'lang':_0x2e6616['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x55bdc2},'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(_0x2b4bba){super(_0x2b4bba),this['view']=new kt(_0x2b4bba['locale'],_0x2b4bba['editing']['view']);}get element(){return this['view']['element'];}init(){const _0x59749c=this['editor']['editing']['view'],_0x2d0078=this['view']['editable'];_0x2d0078['name']=_0x59749c['document']['getRoot']()['rootName'],this['view']['render']();const _0x3f5b4e=_0x2d0078['element'];this['setEditableElement'](_0x2d0078['name'],_0x3f5b4e),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x59749c['attachDomRoot'](_0x3f5b4e),this['fire']('ready');}destroy(){super['destroy'](),this['view']['destroy']();}};const Ot=[ft,gt,_t,At,vt,yt,Tt],Mt=/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x19e581(_0x2caa02);var Rt=class CommentEditor extends Mt{static defaultPlugins=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Ot)());constructor(_0x27c016={}){(_0x27c016=Object['assign']({},_0x27c016))['plugins']||(_0x27c016['plugins']=CommentEditor['defaultPlugins']),super(_0x27c016),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 _0x4a543f=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x4a543f))['then'](()=>this['fire']('ready'));}destroy(){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x3580b6=>{const _0x1a0e40=this['model']['document']['getRoot'](),_0x54ec3c=_0x1a0e40&&_0x1a0e40['getChild'](_0x1a0e40['childCount']-0x1);_0x3580b6['setSelection'](_0x54ec3c,'end'),this['editing']['view']['focus']();});}_updatePlaceholder(){const _0x169448=this['editing']['view'],_0x352110=_0x169448['document']['getRoot'](),_0x3aa32a=_0x352110['getChild'](0x0);_0x352110['childCount']>0x1||!_0x3aa32a||'p'!=_0x3aa32a['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(mt(_0x169448,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x3aa32a['placeholder']=this['placeholder']),ut({'view':_0x169448,'element':_0x3aa32a,'keepOnFocus':!0x0}),this['placeholderElement']=_0x3aa32a);}},St=class extends ht{keystrokes;['focusTracker'];['focusables'];['focusCycler'];submitButtonView;cancelButtonView;_editorConfig;constructor(_0x20f0db,_0x483419={}){super(_0x20f0db),this['editor']=null,this['_editorConfig']=_0x483419,this['set']('value',_0x483419['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',Et(_0x20f0db,'Reply...')),this['set']('submitLabel',Et(_0x20f0db,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new _0xc853dc(),this['focusTracker']=new _0x4b19f2(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x4e5b7f=>!_0x4e5b7f['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',(_0x59ec89,_0xe446f0)=>{this['cancelButtonView']['fire']('execute'),_0xe446f0();}),this['keystrokes']['set']('Ctrl+Enter',(_0x514170,_0x19f7cb)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x19f7cb());}),this['on']('submit',(_0x35347b,_0x56e51d)=>{_0x56e51d['length']>0xfde8?(alert(Et(_0x20f0db,'TOO_LONG_COMMENT_ALERT',[_0x56e51d['length'],0xfde8])),_0x35347b['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 _0x7385f=this['editor'];this['element']['insertBefore'](_0x7385f['ui']['element'],this['element']['firstChild']),_0x7385f['model']['document']['on']('change',()=>this['value']=_0x7385f['getData']()),_0x7385f['bind']('placeholder')['to'](this),this['focusables']['add'](_0x7385f['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x403a83){-0x1===_0x403a83?(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:_0x427f6a}=this,_0x1dad03=new _0xa85280(_0x427f6a);return _0x1dad03['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x1dad03['withText']=!0x0,_0x1dad03['bind']('label')['to'](this,'submitLabel'),_0x1dad03['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x1dad03['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x31387b,_0x2871af)=>!_0x2871af&&!!_0x31387b['trim']()),_0x1dad03;}_createCancelButton(){const {locale:_0x5c57a0}=this,_0x4576b7=new _0xa85280(_0x5c57a0);return _0x4576b7['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x4576b7['label']=Et(_0x5c57a0,'Cancel'),_0x4576b7['withText']=!0x0,_0x4576b7['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x4576b7;}_setupKeyboardNavigation(){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x1846fc=>{this['focusTracker']['add'](_0x1846fc['element']);}),this['focusables']['on']('change',(_0x5393e4,_0x35900b)=>{for(const _0x2d3f81 of Array['from'](_0x35900b['added'])['reverse']())this['focusTracker']['add'](_0x2d3f81['element']);});}},xt=class extends ht{constructor(_0x205ade,_0x36c81b,_0x366362){super(_0x205ade),this['commentInputView']=new St(_0x205ade,_0x366362),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x1bc8fc,_0x38dc20)=>_0x1bc8fc||!!_0x38dc20),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 _0x467a6e(_0x205ade,_0x36c81b),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'](_0x1f9dd3){this['commentInputView']['focus'](_0x1f9dd3);}_focusOnNonInteractiveMouseDown(){this['listenTo'](this['element'],'mousedown',(_0x254dc6,_0x2f6f3b)=>{const {submitButtonView:_0x2f61f1,cancelButtonView:_0x531b12,editor:_0x1baf11}=this['commentInputView'];[_0x2f61f1['element'],_0x531b12['element'],_0x1baf11?_0x1baf11['editing']['view']['getDomRoot']():null]['filter'](_0x53f5ea=>_0x53f5ea)['some'](_0x2fc59a=>_0x2fc59a['contains'](_0x2f6f3b['target']))||(this['focus'](),_0x2f6f3b['preventDefault']());});}},Pt=class extends ht{constructor(_0x1f58d7){super(_0x1f58d7);const _0x48f15c=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x48f15c['to']('count',_0x3570b3=>Et(_0x1f58d7,'NUMBER_OF_COMMENTS',_0x3570b3))}]});}},Lt=class extends ht{commentViews;resolvedCommentView;['focusTracker'];keystrokes;['focusCycler'];['_model'];['_config'];_collapsedCommentsView;constructor(_0x5e19d3,_0x1ebc23,_0x8e8491){super(_0x5e19d3);const _0x11890a=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x1ebc23['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x1ebc23,this['_config']=_0x8e8491,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x4b19f2(),this['keystrokes']=new _0xc853dc(),this['focusCycler']=new et({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1eb4de=>this['commentViews']['map'](_0x3d870d=>_0x3d870d['element'])['includes'](_0x1eb4de['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new Pt(_0x5e19d3),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x51316d=>_0x51316d-this['_config']['maxCommentsWhenCollapsed']);for(const _0x4c80a9 of _0x1ebc23['comments'])this['_handleNewCommentModel'](_0x4c80a9);this['_handleInfoComment'](),this['listenTo'](_0x1ebc23['comments'],'add',(_0x27a32f,_0x3c6fbe)=>{const _0x29f72d=this['_calculatePosition'](_0x3c6fbe);this['length']++,this['_handleNewCommentModel'](_0x3c6fbe,_0x29f72d),this['refreshVisibleViews']();}),this['listenTo'](_0x1ebc23['comments'],'remove',(_0x450703,_0x491866)=>{this['length']--,this['_handleRemoveCommentModel'](_0x491866),this['refreshVisibleViews']();}),this['listenTo'](_0x1ebc23,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x1ebc23,'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',_0x11890a['if']('length','ck-hidden',_0x143491=>!_0x143491)],'aria-label':Et(_0x5e19d3,'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'](_0x4c5a1e){-0x1===_0x4c5a1e?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}destroy(){this['_collapsedCommentsView']['destroy']();for(const _0x5abde7 of this['commentViews'])_0x5abde7['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}_handleNewCommentModel(_0x46542c,_0x3767d3){const _0x5b4737=new this['_config']['CommentView'](this['locale'],_0x46542c,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x5b4737['viewUid']=_0x46542c['id'],_0x5b4737['delegate']('removeComment')['to'](this),_0x5b4737['delegate']('updateComment')['to'](this),_0x5b4737['delegate']('resolveCommentThread')['to'](this),_0x5b4737['delegate']('editorReady')['to'](this),_0x5b4737['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x5b4737,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x5b4737,_0x3767d3);}_calculatePosition(_0x20f74c){const _0x927826=this['_model']['_findOptimalIndex'](_0x20f74c);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x20f74c['authoredAt']?_0x927826-0x1:_0x927826:_0x927826-0x1;}_handleInfoComment(){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x3f4347={'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'],_0x3f4347,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x3f4347));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}_handleRemoveCommentModel(_0x5c9379){const _0x341123=this['commentViews']['remove'](_0x5c9379['id']);this['stopListening'](_0x341123),_0x341123['isEditMode']&&this['_updateHasDirtyComment'](),_0x341123['destroy']();}_updateHasDirtyComment(){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x4c65a8=>_0x4c65a8['isEditMode']);}['_rearrangeCollapse'](){const _0x32bdac=function(_0x3b62dd){const _0x5b4d91=new _0x5b65c3();for(const _0x4853fe of _0x3b62dd)_0x5b4d91['add'](_0x4853fe);return _0x5b4d91;}(this['commentViews']),_0x1c116d=this['_collapsedCommentsView']['count'];for(let _0x3e44aa=0x1;_0x3e44aa<=_0x1c116d;_0x3e44aa++)_0x32bdac['remove'](0x1);for(const _0x94653a of _0x32bdac)_0x94653a['collapse']();_0x1c116d>0x0&&_0x32bdac['add'](this['_collapsedCommentsView'],0x1),Dt(_0x3a27d6(Array['from'](this['visibleViews']),Array['from'](_0x32bdac)),this['visibleViews'],_0x32bdac);}['_rearrangeExpand'](){Dt(_0x3a27d6(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x286a01 of this['visibleViews'])_0x286a01['expand']();}_setupKeyboardNavigation(){this['commentViews']['forEach'](_0x35f7d2=>{this['focusTracker']['add'](_0x35f7d2['element']),this['keystrokes']['listenTo'](_0x35f7d2['element']);}),this['commentViews']['on']('change',(_0x4453dc,_0x1accc3)=>{for(const _0x5868e5 of _0x1accc3['removed'])this['focusTracker']['remove'](_0x5868e5['element']),this['keystrokes']['stopListening'](_0x5868e5['element']);for(const _0x3709ac of Array['from'](_0x1accc3['added'])['reverse']())this['focusTracker']['add'](_0x3709ac['element']),this['keystrokes']['listenTo'](_0x3709ac['element']);});}};function Dt(_0x4900e6,_0x414f67,_0x5349fd){let _0x481c9e=0x0;for(const _0x138afb of _0x4900e6)switch(_0x138afb){case'insert':_0x414f67['add'](_0x5349fd['get'](_0x481c9e),_0x481c9e),_0x481c9e++;break;case'delete':_0x414f67['remove'](_0x481c9e);break;case'equal':_0x481c9e++;}}var Vt=class extends ht{constructor(_0x1d6b65){super(_0x1d6b65);const _0x3ea273=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x3ea273['to']('contextValue',_0x189776=>Et(_0x1d6b65,'THREAD_CONTEXT_LABEL',_0x189776)),'tabindex':-0x1},'children':[{'text':_0x3ea273['to']('contextValue')}]});}['focus'](){this['element']['focus']();}},Bt=class extends ht{['_model'];reopenButtonView;contextView;['focusables'];['focusTracker'];keystrokes;['focusCycler'];constructor(_0x583611,_0x3e91aa){super(_0x583611);const _0x39a50b=this['bindTemplate'];this['_model']=_0x3e91aa,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x4b19f2(),this['keystrokes']=new _0xc853dc(),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',_0x562ceb=>!!_0x562ceb),this['bind']('contextValue')['to'](this['_model'],'context',_0x129beb=>_0x129beb&&_0x129beb['value']?this['_trimContextValue'](_0x129beb['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',_0x39a50b['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 _0x2de6ba=new _0xa85280(this['locale']);return _0x2de6ba['label']=Et(this['locale'],'Reopen'),_0x2de6ba['tooltip']=Et(this['locale'],'Reopen'),_0x2de6ba['icon']=_0x5da134,_0x2de6ba['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x3e8a54=>!_0x3e8a54),_0x2de6ba['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x34d9f7,_0x417b8a)=>_0x34d9f7&&_0x417b8a),_0x2de6ba['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x2de6ba;}_trimContextValue(_0x24edd1){if(_0x24edd1['length']<0x96)return _0x24edd1;const _0x1cda46=_0x24edd1['lastIndexOf']('\x20',0x93);return _0x24edd1['substring'](0x0,_0x1cda46>-0x1?_0x1cda46:0x93)+'...';}_attachContextActions(){const _0x556d5a=this['element']['querySelector']('.ck-context'),_0x20b2da=_0x556d5a['querySelector']('.ck-context__value');this['listenTo'](_0x556d5a,'mouseenter',()=>{_0x20b2da['offsetWidth']<_0x20b2da['scrollWidth']&&_0x556d5a['classList']['add']('overlay');}),this['listenTo'](_0x556d5a,'mouseleave',()=>{_0x556d5a['classList']['remove']('overlay');});}_setupKeyboardNavigation(){this['keystrokes']['listenTo'](this['element']);for(const _0x6bc267 of this['focusables'])this['focusTracker']['add'](_0x6bc267['element']),this['keystrokes']['listenTo'](_0x6bc267['element']);}_createContextView(){const _0x4abb07=new Vt(this['locale']);return _0x4abb07['bind']('contextValue')['to'](this),_0x4abb07;}},Ht=class extends ht{['_model'];['_config'];commentThreadHeaderView;commentThreadInputView;ariaDescriptionView;['focusables'];['focusTracker'];keystrokes;['focusCycler'];constructor(_0x3aca42,_0xca5003,_0x3b8e1d,_0x3ad067){super(_0x3aca42),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0xca5003,this['_localUser']=_0x3b8e1d,this['_config']=_0x3ad067,this['commentThreadHeaderView']=new Bt(_0x3aca42,_0xca5003),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x4386dd(_0x3aca42,Et(_0x3aca42,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new Lt(_0x3aca42,_0xca5003,Object['assign']({'CommentView':this['_config']['CommentView']},_0x3ad067)),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',(_0x3eef58,_0x560f89)=>_0x3eef58||!!_0x560f89),this['bind']('isUnlinked')['to'](_0xca5003,'unlinkedAt',_0x119c62=>!!_0x119c62);let _0x230784=null;const _0x150569=()=>{const _0x1944f4=this['_model']['comments']['first']||null;_0x1944f4!==_0x230784&&(_0x230784&&this['stopListening'](_0x230784,'change:content'),_0x230784=_0x1944f4,_0x1944f4&&this['listenTo'](_0x1944f4,'change:content',_0x150569));const _0x7f2729=_0x1944f4?_0x1944f4['author']['name']:this['_localUser']['name'],_0x162664=_0x1944f4?new DOMParser()['parseFromString'](_0x301327(_0x1944f4['content'],{'limit':this['_config']['maxCommentCharsWhenCollapsed']}),'text/html')['body']['textContent']:'',_0x2a0cbc=Et(this['locale'],'COMMENT_THREAD_LABEL',[this['length'],_0x7f2729]);this['set']('ariaLabel',_0x162664?_0x2a0cbc+'\x20'+_0x162664:_0x2a0cbc);};this['listenTo'](this['_model']['comments'],'change',_0x150569),_0x150569(),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x4b19f2(),this['keystrokes']=new _0xc853dc(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x543bc6=>_0x543bc6['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0x17a42d(this,this['focusables']);}async destroy(){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}_createCommentThreadInputView(){const _0x435d79=new xt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x4f47bd=_0x435d79['commentInputView'];return _0x435d79['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x4f47bd,'value',(_0x180b98,_0x57d74b,_0x3acfaf,_0xe77316,_0x3823fc)=>!!_0x3823fc||!!_0xe77316&&_0x3acfaf&&!_0x57d74b||_0x180b98&&_0x3acfaf&&!_0x57d74b),_0x4f47bd['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x5aca26,_0x134b0b,_0x44f251)=>{let _0x26511d;return _0x26511d=_0x44f251&&_0x134b0b?'Reply\x20to\x20reopen\x20discussion...':_0x5aca26?'Reply...':'Write\x20a\x20comment...',Et(this['locale'],_0x26511d);}),_0x4f47bd['bind']('submitLabel')['to'](this,'length',_0x18a21b=>Et(this['locale'],_0x18a21b?'Reply':'Comment')),_0x4f47bd['on']('submit',(_0x2e8f82,_0x536065)=>{this['fire']('addComment',_0x536065),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x4f47bd['on']('cancel',()=>{this['focus']();}),_0x4f47bd['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x4f47bd['on']('cancel',_0x32467c=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x32467c['stop']());}),this['on']('change:isActive',(_0x33499b,_0x32e167,_0x854f61)=>{_0x854f61||this['length']||_0x4f47bd['value']||this['fire']('removeCommentThread');}),_0x435d79;}};const Ft=/* #__PURE__ -- @preserve */
|
|
27
|
+
_0x482088(Ht);var Ut=class extends Ft{commentThreadChildren;containerElement;resolveButton;_boundFirstCommentView;constructor(_0xd9beb4,_0x2b50a0,_0x321d3e,_0x441636){super(_0xd9beb4,_0x2b50a0,_0x321d3e,_0x441636),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0xd9beb4,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x4ddad9,_0x3f3c6f,_0x1cc113)=>{_0x1cc113||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x2416f9,_0x5dfa9f,_0x36d009)=>{_0x36d009&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}getTemplate(){const _0x531acd=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x531acd['if']('isActive','ck-thread--active'),_0x531acd['if']('isUnlinked','ck-thread--unlinked'),_0x531acd['to']('actionIndicator',_0x34226c=>_0x34226c?'ck-thread--'+_0x34226c:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x531acd['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 _0xaf4290 of this['commentsListView']['commentViews'])_0xaf4290['cancelConfirm']();}_bindFirstCommentView(){const {locale:_0x2bcc76}=this,_0x6067ec=this['commentsListView']['commentViews']['get'](0x0);_0x6067ec===this['_boundFirstCommentView']||_0x6067ec['isSystemComment']||(this['_boundFirstCommentView']=_0x6067ec,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x6067ec,'actionIndicator',_0x59df60=>'remove'===_0x59df60?'remove':null),_0x6067ec['placeholder']=Et(_0x2bcc76,'Write\x20a\x20comment...'),_0x6067ec['removeButton']['on']('execute',_0x4c4bca=>{_0x4c4bca['stop'](),this['showConfirm'](Et(_0x2bcc76,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x6067ec['focus']();}),_0x6067ec['actionBar']['add'](this['resolveButton'],0x0),_0x6067ec['focusables']['add'](this['resolveButton'],0x0));}_createResolveButton(){const _0x3a08ff=new _0x4c1aa8(this['locale']);return _0x3a08ff['label']=Et(this['locale'],'Resolve'),_0x3a08ff['tooltip']=Et(this['locale'],'Resolve'),_0x3a08ff['icon']=_0x55d515,_0x3a08ff['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x3a08ff['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x1893dc=>!_0x1893dc),_0x3a08ff['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x3955ee,_0x427c98)=>_0x3955ee&&!_0x427c98),_0x3a08ff['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x3a08ff;}_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(_0x1e6ad1){super(_0x1e6ad1),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0xbd105a,_0x2b9e1e,_0x283441)=>{this['element']['innerHTML']=_0x283441;}),this['element']['innerHTML']=this['content'];}},Kt=class extends ht{['visibleView'];ariaDescriptionView;['focusables'];['focusTracker'];keystrokes;['focusCycler'];['_model'];['_config'];constructor(_0x1a6c20,_0xa2f9ee,_0x3743f4){super(_0x1a6c20),this['_model']=_0xa2f9ee,this['_config']=_0x3743f4,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0xa2f9ee,'content',_0xa2f9ee,'authoredAt',(_0x2d96e5,_0x478499)=>Et(_0x1a6c20,'COMMENT_ARIA_LABEL',[_0xa2f9ee['author']['name'],_0x3743f4['formatDateTime'](_0x478499),new DOMParser()['parseFromString'](_0x2d96e5,'text/html')['body']['textContent'],_0xa2f9ee['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new _0x4386dd(_0x1a6c20,Et(_0x1a6c20,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new at(),this['focusTracker']=new _0x4b19f2(),this['keystrokes']=new _0xc853dc(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1f08b1=>_0x1f08b1['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 _0x4e2a52=new Wt(this['locale']);return _0x4e2a52['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x5b50cf,_0x420c3f)=>_0x420c3f?_0x301327(_0x5b50cf,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x5b50cf),_0x4e2a52;}_createCommentInputView(){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x126884=new St(this['locale'],this['_config']['editorConfig']);return _0x126884['value']=this['_model']['content'],_0x126884['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x126884['submitLabel']=Et(this['locale'],'Save'),_0x126884['on']('submit',(_0x2f04f1,_0x254377)=>{this['fire']('updateComment',this['_model']['id'],_0x254377),this['switchToDisplayMode'](),this['focus']();}),_0x126884['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x126884['once']('editorReady',()=>{_0x126884['focus']();}),_0x126884['createEditor'](),_0x126884['delegate']('editorReady')['to'](this),_0x126884['delegate']('editorDestroyed')['to'](this),_0x126884;}_setupKeyboardNavigation(){const _0x1b4500=this['element'];this['keystrokes']['listenTo'](_0x1b4500);for(const _0x26bfe6 of this['focusables'])this['focusTracker']['add'](_0x26bfe6['element']),this['keystrokes']['listenTo'](_0x26bfe6['element']);this['focusables']['on']('change',(_0x55a8cf,_0xa7b20c)=>{for(const _0x5723d3 of _0xa7b20c['removed'])this['focusTracker']['remove'](_0x5723d3['element']),this['keystrokes']['stopListening'](_0x5723d3['element']);for(const _0x5635bb of _0xa7b20c['added'])this['focusTracker']['add'](_0x5635bb['element']),this['keystrokes']['listenTo'](_0x5635bb['element']);}),this['keystrokes']['set']('enter',(_0x20c487,_0x57de83)=>{_0x1b4500===_0x20c487['target']&&(this['focusCycler']['focusFirst'](),_0x57de83());}),this['keystrokes']['set']('esc',(_0x345190,_0x5ba405)=>{_0x1b4500!==_0x345190['target']&&(this['focus'](),_0x5ba405());});}};const Gt=/* #__PURE__ -- @preserve */
|
|
28
|
+
_0x482088(Kt);var Yt=class extends Gt{actionBar;['userView'];constructor(_0x3f59de,_0x2ed878,_0x5b1520){super(_0x3f59de,_0x2ed878,_0x5b1520),this['set']('actionIndicator',null),this['set']('placeholder',Et(_0x3f59de,'Reply...')),this['bind']('authoredAt')['to'](_0x2ed878),this['bind']('resolvedAt')['to'](_0x2ed878),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 _0x467a6e(_0x3f59de,_0x2ed878['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0x2ed878,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}getTemplate(){const _0x10ede6=this['bindTemplate'],_0x19c540=[{'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':_0x10ede6['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x10ede6['to']('authoredAt',_0x577210=>this['_config']['formatDateTime'](_0x577210))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x10ede6['if']('isEditMode','ck-comment__actions--hidden'),_0x10ede6['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']&&_0x19c540['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper'],'tabindex':-0x1,'aria-label':_0x10ede6['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x10ede6['if']('isEditMode','ck-comment--edit'),_0x10ede6['if']('isSystemComment','ck-comment--info'),_0x10ede6['to']('actionIndicator',_0x1fd946=>_0x1fd946?'ck-comment--'+_0x1fd946:'')],'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':_0x19c540}]}]};}_createEditButton(){const _0x473e97=new _0xa85280(this['locale']);return _0x473e97['label']=Et(this['locale'],'Edit'),_0x473e97['icon']=_0x5c647c,_0x473e97['withText']=!0x0,_0x473e97['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x473e97['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x3e4aba=>!_0x3e4aba),_0x473e97['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x473e97['on']('execute',()=>this['switchToEditMode']()),_0x473e97;}_createRemoveButton(){const _0x525501=new _0xa85280(this['locale']);return _0x525501['label']=Et(this['locale'],'Remove'),_0x525501['icon']=_0x38ae73,_0x525501['withText']=!0x0,_0x525501['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x525501['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x26e09b=>!_0x26e09b),_0x525501['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x525501['on']('execute',()=>{this['showConfirm'](Et(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x525501;}_createDropdown(){const _0x5c371f=ct(this['locale'],_0x4f3dc2),_0x3c8ac0=_0x5c371f['panelView']['children'],_0x165233=new ot(this['locale']),_0x5185cf=_0x5c371f['bindTemplate'];dt(_0x5c371f,()=>this['items']['find'](_0x406e96=>_0x406e96['isVisible'])),_0x5c371f['extendTemplate']({'attributes':{'class':[_0x5185cf['if']('isVisible','ck-hidden',_0x4ba59a=>!_0x4ba59a)]}});const _0xad722f=(_0x335845,_0x4e972b=-0x1)=>{const _0x4af967=new nt(this['locale']);_0x4af967['children']['add'](_0x335845);const _0x4052b4=_0x4e972b>-0x1?_0x4e972b:_0x165233['items']['length'];_0x165233['items']['add'](_0x4af967,_0x4052b4);const _0x11fb9e=Array['from'](this['items']);_0x5c371f['unbind']('isEnabled','isVisible'),_0x5c371f['bind']('isEnabled')['toMany'](_0x11fb9e,'isEnabled',(..._0xf52325)=>_0xf52325['some'](_0x39dab2=>_0x39dab2)),_0x5c371f['bind']('isVisible')['toMany'](_0x11fb9e,'isVisible',(..._0xa69415)=>_0xa69415['some'](_0x7857f4=>_0x7857f4));};_0x5c371f['panelPosition']='sw',_0x5c371f['buttonView']['set']({'label':Et(this['locale'],'Show\x20more\x20items'),'icon':_0xb63a3});for(const _0x4f3cd8 of this['items'])_0xad722f(_0x4f3cd8);return _0x3c8ac0['add'](_0x165233),_0x5c371f['listenTo'](this['items'],'add',(_0x3d7767,_0x53a737,_0x1c4262)=>{_0xad722f(_0x53a737,_0x1c4262);}),_0x5c371f['listenTo'](this['items'],'remove',(_0x57f535,_0x1afed3,_0x120827)=>{_0x165233['items']['remove'](_0x120827);}),_0x5c371f;}_attachActions(_0x5c02d5,_0x14f4ec){const _0x217466=_0x5c02d5&&_0x5c02d5['element'];_0x217466&&(this['listenTo'](_0x217466,'mouseenter',()=>this['actionIndicator']=_0x14f4ec),this['listenTo'](_0x217466,'focus',()=>this['actionIndicator']=_0x14f4ec),this['listenTo'](_0x217466,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x217466,'blur',()=>this['actionIndicator']=null));}_createCommentInputView(){const _0x216bc5=super['_createCommentInputView']();return _0x216bc5['bind']('placeholder')['to'](this),_0x216bc5;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}};function Xt(_0x4b71c6){const _0xb39097=_0x10b585(_0x4b71c6,0x1e),_0x141246=new MutationObserver(_0xcdead7=>{for(const _0x103685 of _0xcdead7)('attributes'==_0x103685['type']&&'class'==_0x103685['attributeName']||'childList'==_0x103685['type']||'characterData'==_0x103685['type'])&&_0xb39097();});return{'attach'(_0x3fd3bf){_0x141246['observe'](_0x3fd3bf,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x141246['disconnect'](),_0xb39097['cancel']();}};}var qt=class extends ht{['focusTracker'];['id'];keystrokes;content;['mainView'];_mutationObserver;constructor(_0x2ec1c3,_0x58ddc7){super(_0x2ec1c3),this['id']=_0x5e825f(),this['focusTracker']=new _0x4b19f2(),this['keystrokes']=new _0xc853dc(),this['keystrokes']['set']('Esc',(_0xef8e85,_0x497fb1)=>this['fire']('Esc',_0x497fb1)),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'](_0x58ddc7),this['mainView']=_0x58ddc7;const _0x24e8a5=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x24e8a5['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 _0x113a10=this['element']['clientHeight'];_0x113a10&&(this['height']=_0x113a10);}};const jt=/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x19e581();var $t=class Annotation extends jt{['view'];focusableElements;_type;_target;constructor({view:_0x421dfa,target:_0x3a54dd,type:_0x5dc53e,isVisible:_0x2a03f9=!0x0}){super(),this['view']=_0x421dfa,this['view']['element']||this['view']['render'](),this['_type']=_0x5dc53e,this['_target']=_0x3a54dd,Annotation['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x5b65c3([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x382c3f,_0x4a075b)=>{this['view']['focusTracker']['add'](_0x4a075b);}),this['focusableElements']['on']('remove',(_0x545b3e,_0x2eed60)=>{this['view']['focusTracker']['remove'](_0x2eed60);}),this['set']('isVisible',_0x2a03f9);}get type(){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get target(){const _0x35f572=this['_getNormalizedTarget']();return Annotation['_assertCorrectTarget'](_0x35f572),_0x35f572;}get targetRect(){const _0x21dd5e=this['target'];if(null===_0x21dd5e)return null;if(_0x21dd5e instanceof _0x74eea0)return _0x21dd5e;const _0xa07f8e=_0x21dd5e['filter'](_0x208c72=>function(_0x4f6a24){return!!_0x4f6a24['offsetParent']||!!_0x4f6a24['getClientRects']()['item'](0x0);}(_0x208c72));return 0x0===_0xa07f8e['length']?null:_0x74eea0['getDomElementRects'](_0xa07f8e[0x0])[0x0];}get isActive(){return this['view']['isActive'];}set isActive(_0x527220){this['view']['isActive']=_0x527220,this['view']['mainView']['isActive']=_0x527220;}updateTargetRect(){this['view']['targetRect']=this['targetRect'];}destroy(){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}refreshVisibility(){this['isVisible']=!!this['targetRect'];}static _assertCorrectTarget(_0x3db9ca){if(!(null===_0x3db9ca||_0x3db9ca instanceof _0x74eea0||Array['isArray'](_0x3db9ca)&&_0x3db9ca['every'](_0x240d06=>zt(_0x240d06))))throw new _0x118589('annotation-invalid-target',null,{'target':_0x3db9ca});}_getNormalizedTarget(){const _0x204772='function'==typeof this['_target']?this['_target']():this['_target'];return zt(_0x204772)?[_0x204772]:_0x204772;}};function zt(_0x4adf7a){return null!==_0x4adf7a&&'object'==typeof _0x4adf7a&&'nodeType'in _0x4adf7a&&0x1===_0x4adf7a['nodeType'];}var Jt=class extends _0x5b65c3{_innerViewToAnnotation;_viewToAnnotation;['_focusTracker'];constructor(_0x3f5e7f=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x4b19f2(),this['_focusTracker']['on']('change:isFocused',(_0x3e7e65,_0xed501e,_0x4feeee)=>{_0x4feeee||this['fire']('blur');});for(const _0x2a71b of _0x3f5e7f)this['add'](_0x2a71b);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x37bfb1){if(this['has'](_0x37bfb1))throw new _0x118589('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x37bfb1['innerView'],_0x37bfb1),this['_viewToAnnotation']['set'](_0x37bfb1['view'],_0x37bfb1);for(const _0x3a2061 of _0x37bfb1['focusableElements'])this['_focusTracker']['add'](_0x3a2061);if(this['listenTo'](_0x37bfb1['focusableElements'],'add',(_0xf4dff1,_0x43694)=>{this['_focusTracker']['add'](_0x43694);}),this['listenTo'](_0x37bfb1['focusableElements'],'remove',(_0x223333,_0x15c79a)=>{this['_focusTracker']['remove'](_0x15c79a);}),this['listenTo'](_0x37bfb1['view']['focusTracker'],'change:isFocused',(_0x384c25,_0x28b9e5,_0x1e535b)=>{_0x1e535b&&this['fire']('focus',_0x37bfb1);}),_0x37bfb1['updateTargetRect'](),this['_areCachedRectsStale']()){for(const _0x4149ca of this)_0x4149ca['updateTargetRect']();}const _0x39c04=this['_getOrderInContent'](_0x37bfb1['view']['targetRect']);return super['add'](_0x37bfb1,_0x39c04);}['remove'](_0x1ce04e){if(!this['has'](_0x1ce04e))throw new _0x118589('annotationcollection-not-existing-item',null);this['stopListening'](_0x1ce04e['view']['focusTracker']),this['stopListening'](_0x1ce04e['focusableElements']);for(const _0x3f2a57 of _0x1ce04e['focusableElements'])this['_focusTracker']['remove'](_0x3f2a57);return this['_viewToAnnotation']['delete'](_0x1ce04e['view']),this['_innerViewToAnnotation']['delete'](_0x1ce04e['innerView']),super['remove'](_0x1ce04e);}getByInnerView(_0x109e27){return this['_innerViewToAnnotation']['get'](_0x109e27);}getByView(_0x218530){return this['_viewToAnnotation']['get'](_0x218530);}destroy(){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}refreshPositioning(){for(const _0x191500 of this)_0x191500['updateTargetRect']();this['_sort']();}_sort(){const _0x182032=Array['from'](this)['sort']((_0xb6d640,_0x366fd8)=>Zt(_0xb6d640['view']['targetRect'],_0x366fd8['view']['targetRect']));for(let _0x48c01d=_0x182032['length']-0x1;_0x48c01d>0x0;_0x48c01d--){const _0x368c32=_0x182032[_0x48c01d];_0x48c01d!==this['getIndex'](_0x368c32)&&(this['remove'](_0x368c32),this['add'](_0x368c32));}}_getOrderInContent(_0x51b2d6){let _0x1afeb3=0x0;if(!_0x51b2d6)return this['length'];for(const _0x531431 of this){const _0x5f43d2=_0x531431['view']['targetRect'];if(_0x5f43d2){if(Zt(_0x51b2d6,_0x5f43d2)<0x0)return _0x1afeb3;_0x1afeb3++;}}return _0x1afeb3;}_areCachedRectsStale(){const _0x330c4b=this['get'](0x0);if(!_0x330c4b)return!0x1;const _0x49bd29=_0x330c4b['view']['targetRect'],_0x2e54c7=_0x330c4b['targetRect'];return!(!_0x49bd29||!_0x2e54c7)&&(_0x49bd29['top']!==_0x2e54c7['top']||_0x49bd29['left']!==_0x2e54c7['left']);}};function Qt({source:_0x3fef24,target:_0x4063fb,filter:_0x11b900}){for(const _0x551546 of _0x3fef24)_0x11b900(_0x551546)&&_0x4063fb['add'](_0x551546);_0x4063fb['listenTo'](_0x3fef24,'add',(_0x225dd0,_0x4941ed)=>{_0x11b900(_0x4941ed)&&_0x4063fb['add'](_0x4941ed);}),_0x4063fb['listenTo'](_0x3fef24,'remove',(_0x86e0ad,_0x233695)=>{_0x4063fb['has'](_0x233695)&&_0x4063fb['remove'](_0x233695);});}function Zt(_0x53d779,_0x543dba){if(null===_0x53d779&&null===_0x543dba)return 0x0;if(null===_0x53d779)return-0x1;if(null===_0x543dba)return 0x1;const _0x231821=_0x53d779['top']-_0x543dba['top'];return 0x0==_0x231821?_0x53d779['left']-_0x543dba['left']:_0x231821;}var ti=class extends _0x295fc3{collection;_visibleAnnotations;static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1b1c42){if(super(_0x1b1c42),this['collection']=new Jt(),this['_visibleAnnotations']=new Jt(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x1b1c42 instanceof _0x2caa02){const _0x35f6d6=_0x1b1c42['locale'];_0x1b1c42['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':Et(_0x35f6d6,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':Et(_0x35f6d6,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':Et(_0x35f6d6,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':Et(_0x35f6d6,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':Et(_0x35f6d6,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':Et(_0x35f6d6,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':Et(_0x35f6d6,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0xf7b7d0){this['collection']['add'](_0xf7b7d0);}['remove'](_0x10128d){this['collection']['remove'](_0x10128d),_0x10128d['destroy']();}refreshVisibility(){for(const _0x381230 of this['collection'])_0x381230['refreshVisibility']();}refreshPositioning(){this['_visibleAnnotations']['refreshPositioning']();}getByInnerView(_0x39420f){return this['collection']['getByInnerView'](_0x39420f);}deactivateAll(){this['fire']('_deactivateAllAnnotations');}destroy(){for(const _0x52709f of this['collection'])_0x52709f['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}activate(_0x2e7004){this['fire']('_activateAnnotation',_0x2e7004);}createAnnotation(_0x5f15a5){return new $t(_0x5f15a5);}createAnnotationView(_0xc8f8af,_0x518896){return new qt(_0xc8f8af,_0x518896);}_addActiveAnnotation(_0x3217ec){const _0x27865b=new Set(this['activeAnnotations']);_0x27865b['add'](_0x3217ec),this['activeAnnotations']=_0x27865b;}_removeActiveAnnotation(_0x5446cd){const _0x402aa9=new Set(this['activeAnnotations']);_0x402aa9['delete'](_0x5446cd),this['activeAnnotations']=_0x402aa9;}_bindAnnotationsToVisibleAnnotations(){const _0x4355f2=this['collection'],_0x5ee9d0=this['_visibleAnnotations'];function _0x794a6c(_0x1693af){const _0x289b42=_0x1693af['source'];_0x289b42['isVisible']&&!_0x5ee9d0['has'](_0x289b42)?_0x5ee9d0['add'](_0x289b42):!_0x289b42['isVisible']&&_0x5ee9d0['has'](_0x289b42)&&_0x5ee9d0['remove'](_0x289b42),_0x289b42['view']['focusTracker']['remove'](_0x289b42['view']['element']),_0x289b42['view']['focusTracker']['add'](_0x289b42['view']['element']);}this['listenTo'](_0x4355f2,'add',(_0x26e21c,_0x48af56)=>{_0x48af56['isVisible']&&_0x5ee9d0['add'](_0x48af56),this['listenTo'](_0x48af56,'change:isVisible',_0x794a6c);}),this['listenTo'](_0x4355f2,'remove',(_0xe26170,_0x58ac12)=>{_0x5ee9d0['has'](_0x58ac12)&&_0x5ee9d0['remove'](_0x58ac12),this['stopListening'](_0x58ac12,'change:isVisible',_0x794a6c);});}_setupEnterAnnotationKeystroke(){const _0x9086f6=_0x32f532=>{_0x32f532['on']('ready',()=>{_0x32f532['keystrokes']['set'](_0x14aadc,(_0x5aa710,_0x56f2a8)=>{const _0x221a01=_0x368f66(this['activeAnnotations']['values']());_0x221a01&&(_0x221a01['view']['focus'](),_0x56f2a8());});});};this['context']instanceof _0x2caa02?_0x9086f6(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x50697f,_0x1e2b7a)=>{_0x9086f6(_0x1e2b7a);});}_setupEscapeAnnotationHandling(){const _0x2e1cb7=_0xd30361=>{const _0x56ade6=_0xd30361['source'],_0x387de7=[];let _0x85b5d3;if(Array['isArray'](_0x56ade6['target'])){_0x85b5d3=_0x56ade6['target'][0x0],this['context']instanceof _0x2caa02?_0x387de7['push'](this['context']):this['context']['editors']&&_0x387de7['push'](...this['context']['editors']);for(const _0x39d23a of _0x387de7)for(const _0x55cef7 of _0x39d23a['editing']['view']['domRoots']['values']())if(_0x55cef7['contains'](_0x85b5d3))return void _0x39d23a['editing']['view']['focus']();_0x85b5d3['focus']();}};this['listenTo'](this['collection'],'add',(_0x4f43e6,_0x3fa90a)=>{this['listenTo'](_0x3fa90a,'escape',_0x2e1cb7,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x21c957,_0x58a4d3)=>{this['stopListening'](_0x58a4d3,'escape',_0x2e1cb7);});}};const ii=Symbol('noChannel'),ei={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0},si=/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x19e581(),ni=/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x19e581();var oi=class extends _0x295fc3{_threads;_threadToController;_viewToController;static get requires(){return[ti,_0x31cefb,_0xd7a17e];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x49d57f){super(_0x49d57f),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x3aaf6b=this['context']['config'];_0x3aaf6b['define']('comments.maxCommentsWhenCollapsed',0x2),_0x3aaf6b['define']('comments.maxThreadTotalWeight',0x1f4),_0x3aaf6b['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x3aaf6b['define']('comments.CommentThreadView',Ut),_0x3aaf6b['define']('comments.CommentView',Yt),_0x3aaf6b['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}init(){const _0x2cfa7e=this['context']['plugins']['get'](ti);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x49d595,_0x2a5a01)=>this['_addCommentThread'](_0x2a5a01)),this['on']('submitCommentThread',(_0x37e71f,_0xd3d93e)=>this['_submitCommentThread'](_0xd3d93e)),this['on']('resolveCommentThread',(_0x529333,_0x198195)=>this['_resolveCommentThread'](_0x198195)),this['on']('resolveCommentThread',(_0x399991,_0x315870)=>this['_updateActiveAnnotation'](_0x315870),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x1a3b70,_0x4f23a0)=>this['_reopenCommentThread'](_0x4f23a0)),this['on']('reopenCommentThread',(_0x41dfcb,_0xc86f5c)=>this['_updateActiveAnnotation'](_0xc86f5c),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x38ac2f,_0x55ad0b)=>this['_removeCommentThread'](_0x55ad0b)),this['on']('updateCommentThread',(_0x5752a3,_0x1de222)=>this['_updateCommentThread'](_0x1de222)),this['on']('updateCommentThread',(_0x2ac37b,_0x1a82ac)=>this['_updateActiveAnnotation'](_0x1a82ac),{'priority':'lowest'}),this['on']('addComment',(_0x46fa88,_0x9b49d2)=>this['_addComment'](_0x9b49d2)),this['on']('updateComment',(_0x4f3409,_0x587c90)=>this['_updateComment'](_0x587c90)),this['on']('removeComment',(_0x5bee90,_0x2806f7)=>this['_removeComment'](_0x2806f7)),this['on']('addComment',(_0x3b78e3,{threadId:_0x12b842,isFromAdapter:_0x165b70})=>{if(_0x165b70)return;const _0x3e9cc4=this['getCommentThread'](_0x12b842),_0x38b2a0=_0x3e9cc4&&this['_threadToController']['get'](_0x3e9cc4);_0x38b2a0&&_0x38b2a0['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x2cfa7e,'change:activeAnnotations',(_0x4e4418,_0x5a49cf,_0x2ccf5e)=>{const _0x5b2f4d=Array['from'](_0x2ccf5e)['map'](_0x5d5266=>this['_viewToController']['get'](_0x5d5266['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x5b2f4d?_0x5b2f4d['model']:null;});}set adapter(_0x2093e2){if(this['_adapter'])throw new _0x118589('commentsrepository-adapter-already-set');this['_adapter']=_0x2093e2;}get adapter(){return this['_adapter'];}addCommentThread({channelId:_0x531d29=ii,threadId:_0x5eb691=_0x5e825f(),comments:_0xff5401=[],unlinkedAt:_0x67f864=null,resolvedAt:_0x533b9a=null,resolvedBy:_0x436d8a=null,target:_0x292b4d=null,context:_0x240eea=null,attributes:_0x1535fd={},isResolvable:_0xd5e766=!0x0,isSubmitted:_0x5a99d2=!0x1,isFromAdapter:_0x6bb2d5=!0x1}={}){return this['fire'](ai('addCommentThread',_0x531d29),{'channelId':_0x531d29,'threadId':_0x5eb691,'comments':_0xff5401,'unlinkedAt':_0x67f864,'resolvedAt':_0x533b9a,'resolvedBy':_0x436d8a,'target':_0x292b4d,'context':_0x240eea,'attributes':_0x1535fd,'isFromAdapter':_0x6bb2d5,'isResolvable':_0xd5e766,'isSubmitted':_0x5a99d2}),this['getCommentThread'](_0x5eb691);}openNewCommentThread({channelId:_0x26c830=ii,threadId:_0x396d75=_0x5e825f(),target:_0x250973,context:_0x14f7ad=null,isResolvable:_0x321982=!0x0}){if(this['_readOnlyChannels']['has'](_0x26c830)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x250973)throw new _0x118589('commentsrepository-missing-target');const _0x5edec3=this['addCommentThread']({'channelId':_0x26c830,'threadId':_0x396d75,'target':_0x250973,'context':_0x14f7ad,'isResolvable':_0x321982});if(!_0x5edec3)return null;const _0x589f9a=this['_threadToController']['get'](_0x5edec3),_0x317852=_0x589f9a['view']['commentThreadInputView']['commentInputView'],_0x150bb6=this['context']['plugins']['get'](ti),_0x131146=_0x150bb6['getByInnerView'](_0x589f9a['view']);return _0x150bb6['activate'](_0x131146),_0x317852['once']('editorReady',()=>_0x317852['focus']()),_0x5edec3;}hasCommentThread(_0xae8063){if('string'!=typeof _0xae8063)throw new _0x118589('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0xae8063);}updateCommentThread({channelId:_0x1107f5=ii,threadId:_0x438658,context:_0x47b5bb,unlinkedAt:_0x4790e9,attributes:_0x2526d9,isFromAdapter:_0x136580=!0x1}){return this['fire'](ai('updateCommentThread',_0x1107f5),{'channelId':_0x1107f5,'threadId':_0x438658,'context':_0x47b5bb,'unlinkedAt':_0x4790e9,'attributes':_0x2526d9,'isFromAdapter':_0x136580}),this['getCommentThread'](_0x438658);}getCommentThread(_0x21545a){if('string'!=typeof _0x21545a)throw new _0x118589('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x21545a);}fetchCommentThread({channelId:_0x4a0884,threadId:_0x46ae55}={}){const _0x505c73=this['getCommentThread'](_0x46ae55);if(_0x505c73)return Promise['resolve'](_0x505c73);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x118589('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x4a0884,'threadId':_0x46ae55})['then'](_0x226490=>this['hasCommentThread'](_0x46ae55)?this['getCommentThread'](_0x46ae55):_0x226490?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x4a0884},_0x226490)):void 0x0)['catch'](_0x4f54be=>{throw console['error'](_0x4f54be),new _0x118589('commentsrepository-fetch-comment-thread',this['context']);});}getCommentThreads({channelId:_0x3fba61,skipNotAttached:_0x2dec7d=!0x1,skipEmpty:_0x1df65c=!0x1,toJSON:_0x2d5fb2=!0x1}={}){const _0x324469=[];for(const _0xb21c0d of this['_threads']['values']())_0x3fba61&&_0xb21c0d['channelId']!==_0x3fba61||_0x2dec7d&&!_0xb21c0d['isAttached']||_0x1df65c&&0x0===_0xb21c0d['length']||_0x324469['push'](_0xb21c0d);return _0x2d5fb2?_0x324469['map'](_0x2db07a=>_0x2db07a['toJSON']()):_0x324469;}getAnnotationForCommentThread(_0x3dfb29){const _0x55781d=this['_threadToController']['get'](_0x3dfb29);return _0x55781d&&this['context']['plugins']['get'](ti)['getByInnerView'](_0x55781d['view'])||null;}getCommentThreadForAnnotation(_0xab93ae){const _0x1c5fa7=this['_viewToController']['get'](_0xab93ae['innerView']);return _0x1c5fa7?_0x1c5fa7['model']:null;}setActiveCommentThread(_0x35dfc1){const _0x54199f=this['context']['plugins']['get'](ti);if(!_0x35dfc1)return void(this['activeCommentThread']&&_0x54199f['deactivateAll']());const _0x34bb79=this['getCommentThread'](_0x35dfc1);if(!_0x34bb79)throw new _0x118589('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x35dfc1});if(!this['_threadToController']['has'](_0x34bb79))throw new _0x118589('commentsrepository-active-not-attached',null,{'threadId':_0x35dfc1});const _0x34233d=_0x54199f['getByInnerView'](this['_threadToController']['get'](_0x34bb79)['view']);_0x54199f['activate'](_0x34233d);}switchReadOnly(_0x3988f1,_0x4582af){_0x3988f1?this['_readOnlyChannels']['add'](_0x4582af):this['_readOnlyChannels']['delete'](_0x4582af),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x326cad){return this['_readOnlyChannels']['has'](_0x326cad)||this['_readOnlyChannels']['has'](void 0x0);}createCommentThreadController(_0x2d1712,_0x27ff4c){return new bt(_0x2d1712,_0x27ff4c);}setPermissions(_0xc9a504,_0x13f4e9=ii){this['_permissions']['set'](_0x13f4e9,_0xc9a504),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}getPermissions(_0x1ea96b=ii){return this['_permissions']['has'](_0x1ea96b)?this['_permissions']['get'](_0x1ea96b):ei;}_addCommentThread({channelId:_0xfd27f2,threadId:_0x48c7a3,comments:_0x120b27,unlinkedAt:_0x786836,resolvedAt:_0x26c870,resolvedBy:_0x1a166a,target:_0x28b136,context:_0x36fcb7,attributes:_0x4480ee,isFromAdapter:_0x17b48d,isResolvable:_0x2c1193,isSubmitted:_0x320a84}){if('string'!=typeof _0x48c7a3)throw new _0x118589('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x48c7a3});if(this['hasCommentThread'](_0x48c7a3))throw new _0x118589('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x48c7a3});const _0x3c0d18=new ri(this,{'channelId':_0xfd27f2,'id':_0x48c7a3,'context':_0x36fcb7,'attributes':_0x4480ee,'unlinkedAt':_0x786836,'resolvedAt':_0x26c870,'resolvedBy':_0x1a166a?this['context']['plugins']['get'](_0xd7a17e)['getUser'](_0x1a166a):null,'isResolvable':_0x2c1193,'isSubmitted':_0x320a84||_0x17b48d});this['_threads']['set'](_0x48c7a3,_0x3c0d18);for(const _0x495be3 of _0x120b27)_0x3c0d18['_add'](this['_createNewComment']({'threadId':_0x48c7a3,..._0x495be3}));return _0x28b136&&_0x3c0d18['attachTo'](_0x28b136),_0x17b48d||!_0x3c0d18['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0xfd27f2,'threadId':_0x48c7a3});}_submitCommentThread({channelId:_0x2d7094,threadId:_0x2ca507}){if(!this['hasCommentThread'](_0x2ca507))throw new _0x118589('commentsrepository-missing-comment-thread',this);const _0xa26be5=this['getCommentThread'](_0x2ca507);if(_0xa26be5['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x479b1e,comments:_0x557f29,resolvedAt:_0x4c27d9,resolvedBy:_0x178069,context:_0x3be807,attributes:_0x7e74a9}=_0xa26be5,_0xa61c54=this['context']['plugins']['get']('PendingActions'),_0x1da830=_0xa61c54['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x2d7094,'threadId':_0x479b1e,'comments':_0x557f29['map'](_0x2f3c00=>_0x2f3c00['toJSON']()),'resolvedAt':_0x4c27d9,'resolvedBy':_0x178069?_0x178069['id']:_0x178069,'context':_0x3be807,'attributes':_0x7e74a9})['then'](({comments:_0x5bdc1f})=>{_0xa61c54['remove'](_0x1da830);for(const _0x3199ab of _0x5bdc1f)this['_updateComment']({'channelId':_0x2d7094,'threadId':_0x2ca507,'commentId':_0x3199ab['commentId'],'createdAt':_0x3199ab['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3c232b=>{throw console['error'](_0x3c232b),new _0x118589('commentsrepository-add-comment-thread-internal-error',this);});}_attachCommentThread({threadId:_0x279be7,target:_0xb3b2a1}){const _0x31ab56=this['getCommentThread'](_0x279be7);if(!_0x31ab56)throw new _0x118589('commentsrepository-attach-missing-comment-thread',this);const _0x4067ca=this['context']['plugins']['get']('PendingActions'),_0x12c4c9=this['context']['plugins']['get'](ti),_0x5d8d20=this['_createCommentThreadView'](_0x31ab56),_0x9c9951=new bt(_0x31ab56,_0x5d8d20);let _0x3e742b=null;_0x5d8d20['on']('change:isDirty',(_0x572fe0,_0x40b975,_0x1f8e04)=>{_0x1f8e04?_0x3e742b=_0x4067ca['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x3e742b&&(_0x4067ca['remove'](_0x3e742b),_0x3e742b=null);}),this['_threadToController']['set'](_0x31ab56,_0x9c9951),this['_viewToController']['set'](_0x5d8d20,_0x9c9951);const _0x7d34d8=new qt(this['context']['locale'],_0x5d8d20);_0x7d34d8['bind']('length')['to'](_0x5d8d20),_0x7d34d8['bind']('isDirty')['to'](_0x5d8d20,'isDirty',_0x5d8d20,'length',(_0x117b6e,_0x16a017)=>_0x117b6e||!_0x16a017),_0x7d34d8['bind']('isActive')['to'](_0x5d8d20),_0x7d34d8['type']='comment';const _0x340299=new $t({'view':_0x7d34d8,'target':_0xb3b2a1,'type':'comment','isVisible':!_0x31ab56['archivedAt']&&!!('function'==typeof _0xb3b2a1?_0xb3b2a1():_0xb3b2a1)});return _0x5d8d20['on']('escape',()=>{_0x340299['fire']('escape');}),this['_bindAnnotationToEditors'](_0x5d8d20,_0x340299),_0x12c4c9['add'](_0x340299),_0x340299;}_bindAnnotationToEditors(_0x4de429,_0x4a0ad5){this['listenTo'](_0x4de429,'editorReady',(_0x2c063e,_0x2d0eec)=>{const _0x177cf2=_0x2d0eec['ui']['view']['body']['bodyCollectionContainer'];_0x4a0ad5['focusableElements']['add'](_0x177cf2),this['context']instanceof _0x2caa02&&this['context']['ui']['focusTracker']['add'](_0x177cf2);},{'priority':'highest'}),this['listenTo'](_0x4de429,'editorDestroyed',(_0x511388,_0x214bea)=>{const _0x2b8733=_0x214bea['ui']['view']['body']['bodyCollectionContainer'];_0x4a0ad5['focusableElements']['has'](_0x2b8733)&&_0x4a0ad5['focusableElements']['remove'](_0x2b8733),this['context']instanceof _0x2caa02&&this['context']['ui']['focusTracker']['remove'](_0x2b8733);});}_unbindEditors(_0x29bf98){this['stopListening'](_0x29bf98,'editorReady'),this['stopListening'](_0x29bf98,'editorDestroyed');}_createCommentThreadView(_0x4bf59c){const _0x547111=this['context']['plugins']['get'](_0xd7a17e),{config:_0x230e86,locale:_0xe4aa59}=this['context'],_0x4049cd=_0x8c4002(_0x230e86['get']('locale'),_0xe4aa59);return new(0x0,(_0x230e86['get']('comments'))['CommentThreadView'])(_0xe4aa59,_0x4bf59c,_0x547111['me'],{'editorConfig':{..._0x230e86['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x230e86['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x230e86['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x230e86['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x230e86['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x4049cd,'CommentView':_0x230e86['get']('comments')['CommentView']});}_resolveCommentThread({threadId:_0x1f589d,channelId:_0x5b767c,resolvedAt:_0x5e74d1,resolvedBy:_0x15430a,isFromAdapter:_0x3d7149}){if(!this['hasCommentThread'](_0x1f589d))throw new _0x118589('commentsrepository-missing-comment-thread',null,{'threadId':_0x1f589d});const _0x1234b4=this['getCommentThread'](_0x1f589d);if(_0x1234b4['isResolved'])throw new _0x118589('commentsrepository-resolved-comment-thread',null,{'threadId':_0x1f589d});const _0x35e159=this['context']['plugins']['get'](_0xd7a17e);if(_0x1234b4['resolvedBy']=_0x35e159['getUser'](_0x15430a),_0x1234b4['resolvedAt']=_0x5e74d1,_0x3d7149||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x335110=this['context']['plugins']['get']('PendingActions'),_0xd0747=_0x335110['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x5b767c,'threadId':_0x1f589d})['then'](({resolvedAt:_0x589327,resolvedBy:_0xd2ca03})=>{_0x335110['remove'](_0xd0747),_0x1234b4['resolvedBy']['id']!==_0xd2ca03&&(_0x1234b4['resolvedBy']=_0x35e159['getUser'](_0xd2ca03)),_0x1234b4['resolvedAt']=_0x589327;})['catch'](_0x6a7a9d=>{throw console['error'](_0x6a7a9d),new _0x118589('commentsrepository-resolve-comment-thread-internal-error',this);});}_reopenCommentThread({threadId:_0x4f7057,channelId:_0x50e200,isFromAdapter:_0x3ce982}){if(!this['hasCommentThread'](_0x4f7057))throw new _0x118589('commentsrepository-missing-comment-thread',null,{'threadId':_0x4f7057});const _0x2a4961=this['getCommentThread'](_0x4f7057);if(!_0x2a4961['isResolved'])throw new _0x118589('commentsrepository-reopen-comment-thread',null,{'threadId':_0x4f7057});if(_0x2a4961['resolvedBy']=null,_0x2a4961['resolvedAt']=null,_0x3ce982||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x475adf=this['context']['plugins']['get']('PendingActions'),_0x3ef8e3=_0x475adf['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x50e200,'threadId':_0x4f7057})['then'](()=>_0x475adf['remove'](_0x3ef8e3))['catch'](_0x1406ba=>{throw console['error'](_0x1406ba),new _0x118589('commentsrepository-reopen-comment-thread-internal-error',this);});}_removeCommentThread({threadId:_0x5bf59e,isFromAdapter:_0x438afb}){const _0x350fa1=this['getCommentThread'](_0x5bf59e);if(!_0x350fa1)throw new _0x118589('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x5bf59e),this['_threads']['delete'](_0x5bf59e),!_0x350fa1['isSubmitted']||_0x438afb||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x104499=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4b1146}=_0x350fa1,_0x2bd8e6=_0x104499['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x4b1146,'threadId':_0x5bf59e})['then'](()=>_0x104499['remove'](_0x2bd8e6))['catch'](_0x5712d0=>{throw console['error'](_0x5712d0),new _0x118589('commentsrepository-remove-comment-thread-internal-error',this);});}_updateCommentThread({threadId:_0x41a79a,unlinkedAt:_0x32f162,context:_0x31bf1,attributes:_0x1bb235,isFromAdapter:_0x59a4eb}){if('string'!=typeof _0x41a79a)throw new _0x118589('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x41a79a});if(!this['hasCommentThread'](_0x41a79a))throw new _0x118589('commentsrepository-missing-comment-thread',null,{'threadId':_0x41a79a});const _0x2c4c58=this['getCommentThread'](_0x41a79a);let _0x3418a0=!0x1;if(void 0x0!==_0x31bf1&&_0x2c4c58['context']!==_0x31bf1&&(_0x2c4c58['context']=_0x31bf1,_0x3418a0=!0x0),void 0x0!==_0x32f162&&_0x2c4c58['unlinkedAt']!==_0x32f162&&(_0x2c4c58['unlinkedAt']=_0x32f162,_0x3418a0=!0x0),_0x1bb235&&!_0x524aa9(_0x1bb235,_0x2c4c58['attributes'])&&(_0x2c4c58['attributes']=_0x1bb235,_0x3418a0=!0x0),!_0x3418a0)return Promise['resolve']();if(!_0x2c4c58['isSubmitted']||_0x59a4eb||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x33b94a=this['context']['plugins']['get']('PendingActions'),{channelId:_0x39b3b3}=_0x2c4c58,_0x1f4e11=_0x33b94a['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x39b3b3,'threadId':_0x41a79a,'context':_0x31bf1,'unlinkedAt':_0x32f162,'attributes':_0x1bb235})['then'](()=>_0x33b94a['remove'](_0x1f4e11))['catch'](_0x37452f=>{throw console['error'](_0x37452f),new _0x118589('commentsrepository-update-comment-thread-internal-error',this);});}_detachCommentThread(_0x33b88e){const _0x10edba=this['context']['plugins']['get'](ti),_0x3b45e2=this['getCommentThread'](_0x33b88e);if(_0x3b45e2['_isAttached']=!0x1,this['_threadToController']['has'](_0x3b45e2)){const _0x218b17=this['_threadToController']['get'](_0x3b45e2),_0x3ed785=_0x218b17['view'],_0x577ce8=_0x10edba['getByInnerView'](_0x3ed785);this['_threadToController']['delete'](_0x3b45e2),this['_viewToController']['delete'](_0x3ed785),_0x577ce8&&_0x10edba['remove'](_0x577ce8),_0x218b17['destroy'](),_0x3ed785['destroy']()['then'](()=>{this['_unbindEditors'](_0x3ed785);});}}_updateActiveAnnotation({threadId:_0x102170,resolvedAt:_0x3f48f7,unlinkedAt:_0x25b372}){const _0x6f248e=!!_0x3f48f7,_0xf6c63f=this['context']['plugins']['get'](ti),_0x3d00a6=this['getCommentThread'](_0x102170);if(this['_threadToController']['has'](_0x3d00a6)){const _0x5b6ca4=this['_threadToController']['get'](_0x3d00a6)['view'],_0x1b065a=_0xf6c63f['getByInnerView'](_0x5b6ca4);_0x1b065a&&(_0x6f248e&&_0xf6c63f['_removeActiveAnnotation'](_0x1b065a),_0x25b372?_0x1b065a['isVisible']=!0x1:_0x1b065a['refreshVisibility']());}}_getExternalAuthor(_0x1a55fd){const _0x51115e=this['context']['plugins']['get'](_0xd7a17e),_0x61db22=_0x102595('external:'+_0x1a55fd),_0x4873f6=_0x51115e['getUser'](_0x61db22);return _0x4873f6||_0x51115e['addUser']({'id':_0x61db22,'name':_0x1a55fd});}_createNewComment({threadId:_0x58b8a6,commentId:_0x182d36=_0x5e825f(),content:_0x557326,authorId:_0x5392e8,createdAt:_0x4c2653,attributes:_0x14c6cd}){if('string'!=typeof _0x182d36)throw new _0x118589('commentsrepository-invalid-commentid');if('string'!=typeof _0x5392e8)throw new _0x118589('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x557326||!_0x557326['trim']())throw new _0x118589('commentsrepository-invalid-comment-content');const _0x579c79=this['context']['plugins']['get'](_0xd7a17e)['getUser'](_0x5392e8);if(!_0x579c79)throw new _0x118589('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x5392e8});let _0x1e0084=null,_0x2b7479=_0x4c2653;return _0x14c6cd?.['@external']&&(_0x1e0084=this['_getExternalAuthor'](_0x14c6cd['@external']['authorName']),_0x2b7479=new Date(_0x14c6cd['@external']['createdAt'])),new hi(this,{'threadId':_0x58b8a6,'id':_0x182d36,'author':_0x1e0084||_0x579c79,'creator':_0x579c79,'content':_0x557326,'createdAt':_0x4c2653,'authoredAt':_0x2b7479,'attributes':_0x14c6cd});}_addComment(_0x57efb0){let {threadId:_0x438c0f,content:_0x4e3f71,attributes:_0x2f3775,isFromAdapter:_0x383550}=_0x57efb0;const _0xbbe19=this['getCommentThread'](_0x57efb0['threadId']);if(!_0xbbe19)throw new _0x118589('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x4bd608=this['_createNewComment'](_0x57efb0),{id:_0x334e27}=_0x4bd608;if(_0xbbe19['_add'](_0x4bd608),_0x383550||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0xbbe19['isSubmitted'])return Promise['resolve']();const _0x19dabe=this['context']['plugins']['get']('PendingActions'),{channelId:_0x286fb2}=_0xbbe19,_0x5cdad1=_0x19dabe['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x2f3775||(_0x2f3775={}),this['adapter']['addComment']({'channelId':_0x286fb2,'threadId':_0x438c0f,'commentId':_0x334e27,'content':_0x4e3f71,'attributes':_0x2f3775})['then'](_0x4d002e=>{_0x19dabe['remove'](_0x5cdad1),_0x4d002e&&this['_updateComment']({'channelId':_0x286fb2,'threadId':_0x438c0f,'commentId':_0x334e27,'createdAt':_0x4d002e['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x505520=>{throw console['error'](_0x505520),new _0x118589('commentsrepository-add-comment-internal-error',this);});}_updateComment({threadId:_0x4ff3b0,commentId:_0x2e3555,content:_0x287851,createdAt:_0x2d23e5,attributes:_0x369b29,isFromAdapter:_0x164a76}){if(void 0x0!==_0x287851&&('string'!=typeof _0x287851||!_0x287851['trim']()['length']))throw new _0x118589('commentsrepository-update-comment-invalid-content');const _0x472c2e=this['getCommentThread'](_0x4ff3b0),_0x10ff67=_0x472c2e['getComment'](_0x2e3555);if(!_0x10ff67)throw new _0x118589('commentsrepository-update-missing-comment',this);let _0x2a96e3=!0x1;if(_0x287851&&_0x287851!==_0x10ff67['content']&&(_0x10ff67['isEditable']||_0x164a76)&&(_0x10ff67['content']=_0x287851,_0x2a96e3=!0x0),_0x2d23e5&&_0x2d23e5!==_0x10ff67['createdAt']&&(_0x10ff67['createdAt']=_0x2d23e5,_0x10ff67['isExternal']||(_0x10ff67['authoredAt']=_0x2d23e5),_0x2a96e3=!0x0),_0x369b29&&!_0x524aa9(_0x369b29,_0x10ff67['attributes'])&&(_0x10ff67['attributes']=_0x369b29,_0x2a96e3=!0x0),!_0x2a96e3)return Promise['resolve']();if(_0x472c2e['fire']('commentUpdated'),_0x164a76||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x3d5a29=this['context']['plugins']['get']('PendingActions'),{channelId:_0xd5e1f1}=this['getCommentThread'](_0x10ff67['threadId']),_0x3f1b85=_0x3d5a29['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0xd5e1f1,'threadId':_0x4ff3b0,'commentId':_0x2e3555,'content':_0x287851,'attributes':_0x369b29})['then'](()=>_0x3d5a29['remove'](_0x3f1b85))['catch'](_0x42c856=>{throw console['error'](_0x42c856),new _0x118589('commentsrepository-update-comment-internal-error',this);});}_removeComment({threadId:_0x3a1f7b,commentId:_0x2355fa,isFromAdapter:_0x105331}){const _0x40b58c=this['getCommentThread'](_0x3a1f7b),_0x497f7c=_0x40b58c['getComment'](_0x2355fa);if(!_0x497f7c)throw new _0x118589('commentsrepository-remove-missing-comment',this);if(_0x40b58c['_remove'](_0x497f7c),_0x105331||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x5bfa0d=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2a8683}=_0x40b58c,_0x28dbe4=_0x5bfa0d['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x2a8683,'threadId':_0x3a1f7b,'commentId':_0x2355fa})['then'](()=>_0x5bfa0d['remove'](_0x28dbe4))['catch'](_0x2b9a52=>{throw console['error'](_0x2b9a52),new _0x118589('commentsrepository-remove-comment-internal-error',this);});}},ri=class extends si{['channelId'];['id'];_isAttached;_isSubmitted;comments;_repository;constructor(_0x1bd9be,_0x1af6de){super();const _0x3eb85d=_0x1af6de['isResolvable'];this['channelId']=_0x1af6de['channelId'],this['id']=_0x1af6de['id'],this['comments']=new _0x5b65c3(),this['_repository']=_0x1bd9be,this['_isAttached']=!0x1,this['_isSubmitted']=_0x1af6de['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x1bd9be,'_permissions',_0x1bd9be,'_readOnlyChannels',()=>_0x1bd9be['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x1bd9be,'_permissions',()=>_0x1bd9be['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x1bd9be,'_permissions',()=>{const _0x1c0ae3=_0x1bd9be['getPermissions'](this['channelId']);return _0x1c0ae3['write']||_0x1c0ae3['admin'];}),this['bind']('isResolvable')['to'](_0x1bd9be,'_permissions',()=>_0x3eb85d&&_0x1bd9be['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x1af6de['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x461fb2,_0x4c7ef0)=>_0x461fb2?_0x4c7ef0?_0x461fb2<_0x4c7ef0?_0x461fb2:_0x4c7ef0:_0x461fb2:_0x4c7ef0),this['set']('unlinkedAt',_0x1af6de['unlinkedAt']||null),this['set']('resolvedAt',_0x1af6de['resolvedAt']||null),this['set']('resolvedBy',_0x1af6de['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x20bd6c=>!!_0x20bd6c),this['set']('attributes',_0x1af6de['attributes']||{});}get weight(){return Array['from'](this['comments'])['reduce']((_0x5513fc,_0x3c5165)=>_0x5513fc+_0x3c5165['weight'],0x0);}get length(){return this['comments']['length'];}get isAttached(){return this['_isAttached'];}get isSubmitted(){return this['_isSubmitted'];}submit(){const {channelId:_0x12c98e,id:_0x21d670}=this;this['_repository']['fire'](ai('submitCommentThread',_0x12c98e),{'channelId':_0x12c98e,'threadId':_0x21d670});}setUnlinkedAt(_0x14bbd8){this['_update']({'unlinkedAt':_0x14bbd8});}['resolve']({resolvedAt:_0x51908e=new Date(),resolvedBy:_0x1b0277='',isFromAdapter:_0x5c067a=!0x1}={}){const _0x21def1=this['_repository']['context']['plugins']['get'](_0xd7a17e)['me'],{channelId:_0x5e050c,id:_0x414c5c}=this;this['_repository']['fire'](ai('resolveCommentThread',_0x5e050c),{'channelId':_0x5e050c,'threadId':_0x414c5c,'resolvedAt':_0x51908e,'resolvedBy':_0x1b0277||_0x21def1['id'],'isFromAdapter':_0x5c067a});}['reopen']({isFromAdapter:_0x5107ad=!0x1}={}){const {channelId:_0x1d78ea,id:_0x4d1764}=this;this['_repository']['fire'](ai('reopenCommentThread',_0x1d78ea),{'channelId':_0x1d78ea,'threadId':_0x4d1764,'isFromAdapter':_0x5107ad});}setContext(_0x38805d){this['context']||this['_update']({'context':_0x38805d});}setAttribute(_0x4859e7,_0x448fb0){const _0x22d945=_0x5a784a(this['attributes']);_0x4bedb7(_0x22d945,_0x4859e7,_0x448fb0),this['_update']({'attributes':_0x22d945});}removeAttribute(_0x5bd319){const _0x48d6d9=_0x5a784a(this['attributes']);_0x333b26(_0x48d6d9,_0x5bd319),this['_update']({'attributes':_0x48d6d9});}['remove']({isFromAdapter:_0x5865fb=!0x1}={}){const {channelId:_0xeacd7d,id:_0x499757}=this;this['_repository']['fire'](ai('removeCommentThread',_0xeacd7d),{'channelId':_0xeacd7d,'threadId':_0x499757,'isFromAdapter':_0x5865fb});}attachTo(_0x2deca6){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x2deca6});}addComment(_0xab4ab7){const {channelId:_0x2e4d5c,id:_0x1f9b65}=this;this['_repository']['fire'](ai('addComment',_0x2e4d5c,_0x1f9b65),Object['assign']({'channelId':_0x2e4d5c,'threadId':_0x1f9b65},_0xab4ab7));}getComment(_0xad9fe9){if('string'!=typeof _0xad9fe9)throw new _0x118589('commentsrepository-get-comment-invalid-id',null,{'commentId':_0xad9fe9});return this['comments']['get'](_0xad9fe9);}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'](_0x2e40e8=>_0x2e40e8['toJSON']()),'attributes':this['attributes']};}['_add'](_0x45d0b5){return this['listenTo'](_0x45d0b5,'change:authoredAt',()=>{const _0xfaeeb=this['_findOptimalIndex'](_0x45d0b5),_0x434c08=this['comments'];_0xfaeeb-0x1!=_0x434c08['getIndex'](_0x45d0b5)&&_0xfaeeb+0x1!=_0x434c08['getIndex'](_0x45d0b5)&&(this['_remove'](_0x45d0b5),this['_add'](_0x45d0b5));}),this['comments']['add'](_0x45d0b5,this['_findOptimalIndex'](_0x45d0b5));}_update(_0x1dd79c){const {channelId:_0x4350af,id:_0x5a28aa}=this;this['_repository']['fire'](ai('updateCommentThread',_0x4350af),{..._0x1dd79c,'channelId':_0x4350af,'threadId':_0x5a28aa});}['_remove'](_0x323cda){return this['stopListening'](_0x323cda),_0x323cda['destroy'](),this['comments']['remove'](_0x323cda);}_findOptimalIndex(_0x140269){const _0x23cb5e=this['comments']['find'](_0x31d322=>new Date(_0x31d322['authoredAt'])['getTime']()>new Date(_0x140269['authoredAt'])['getTime']());return _0x23cb5e?this['comments']['getIndex'](_0x23cb5e):this['length'];}},hi=class extends ni{['id'];threadId;author;creator;createdAt;_repository;constructor(_0x264a8f,_0x7beece){super();const _0x7ea107=_0x264a8f['context']['plugins']['get'](_0xd7a17e)['me'],_0x2083ad=_0x264a8f['getCommentThread'](_0x7beece['threadId']),_0x7e25e5=0x0===_0x2083ad['comments']['length'],_0x5bd08=_0x7ea107===_0x7beece['author'];this['id']=_0x7beece['id'],this['threadId']=_0x7beece['threadId'],this['author']=_0x7beece['author'],this['creator']=_0x7beece['creator'],this['set']('content',_0x7beece['content']),this['createdAt']=_0x7beece['createdAt']||new Date(),this['set']('authoredAt',_0x7beece['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x2083ad,'resolvedAt'),this['set']('attributes',_0x7beece['attributes']||{}),this['bind']('isEditable')['to'](_0x264a8f,'_permissions',()=>{const _0x187545=_0x264a8f['getPermissions'](_0x2083ad['channelId'])['write'],_0x60d128=_0x264a8f['getPermissions'](_0x2083ad['channelId'])['modifyAll'];return _0x5bd08&&_0x187545||!_0x5bd08&&_0x60d128;}),this['bind']('isRemovable')['to'](_0x2083ad,'isRemovable',_0x264a8f,'_permissions',_0x4ecd73=>{const _0x84e388=_0x264a8f['getPermissions'](_0x2083ad['channelId'])['write'],_0x5c494e=_0x264a8f['getPermissions'](_0x2083ad['channelId'])['modifyAll'];return _0x5bd08&&_0x84e388||_0x4ecd73&&_0x7e25e5||!_0x5bd08&&_0x5c494e&&!_0x7e25e5;}),this['bind']('isReadOnly')['to'](_0x2083ad,'isReadOnly'),this['_repository']=_0x264a8f;}get isExternal(){return Boolean(this['attributes']&&this['attributes']['@external']);}get weight(){return Math['max'](function(_0x57d407){const _0x88dc15=document['createElement']('div');return _0x88dc15['innerHTML']=_0x57d407,_0x88dc15['textContent']['length'];}(this['content']),0xc8);}update(_0x10e75f){const {threadId:_0x518c20,id:_0x1bad0f}=this;if(!this['_repository']['hasCommentThread'](_0x518c20))throw new _0x118589('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x33be6f}=this['_repository']['getCommentThread'](_0x518c20);this['_repository']['fire'](ai('updateComment',_0x33be6f,_0x518c20),{'channelId':_0x33be6f,'threadId':_0x518c20,'commentId':_0x1bad0f,..._0x10e75f});}setAttribute(_0xc17405,_0x360b17){const _0x29d30f=_0x5a784a(this['attributes']);_0x4bedb7(_0x29d30f,_0xc17405,_0x360b17),this['update']({'attributes':_0x29d30f});}removeAttribute(_0x142d04){const _0x211b82=_0x5a784a(this['attributes']);_0x333b26(_0x211b82,_0x142d04),this['update']({'attributes':_0x211b82});}['remove'](_0x217b13={}){if(!_0x217b13['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x4a757c,id:_0x124ec8}=this;if(!this['_repository']['hasCommentThread'](_0x4a757c))throw new _0x118589('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x6adb87}=this['_repository']['getCommentThread'](_0x4a757c);this['_repository']['fire'](ai('removeComment',_0x6adb87,_0x4a757c),{'channelId':_0x6adb87,'threadId':_0x4a757c,'commentId':_0x124ec8,..._0x217b13});}toJSON(){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}destroy(){this['stopListening']();}};function ai(_0x57163a,..._0xb72bd){for(const _0x3edd4c of _0xb72bd)void 0x0!==_0x3edd4c&&(_0x57163a+=':'+String(_0x3edd4c));return _0x57163a;}var ci=class extends _0x5b2b85{constructor(_0xeb0181){super(_0xeb0181),this['set']('hasContent',!0x1);}['refresh'](){const _0x2c172b=this['editor']['model']['document']['selection'];this['isEnabled']=!0x0,this['hasContent']=!0x1;for(const _0x439060 of _0x2c172b['getRanges']())if(this['_hasContent'](_0x439060))return void(this['hasContent']=!0x0);}execute({threadId:_0x4915d0=_0x5e825f(),ranges:_0x27847e,comment:_0x5ae0f4}={}){const _0x23d82e=this['editor']['model'],_0x5bc067=_0x27847e??Array['from'](_0x23d82e['document']['selection']['getRanges']()),_0x9c2cff=[];for(const _0x1e72b9 of _0x5bc067)this['_hasContent'](_0x1e72b9)&&_0x9c2cff['push'](this['_trimToContent'](_0x1e72b9));if(!_0x9c2cff['length'])throw new _0x118589('addcommentthreadcommand-incorrect-ranges',null);_0x5ae0f4&&this['_createCommentThread'](_0x4915d0,_0x5ae0f4),this['_createMarkersFromRanges'](_0x4915d0,_0x9c2cff,!!_0x5ae0f4);}_createMarkersFromRanges(_0x379047,_0x4dc8ed,_0x178ab4){this['editor']['model']['change'](_0x171619=>{for(const _0x2db8ee of _0x4dc8ed){const _0x5135f8='comment:'+_0x379047+':'+_0x5e825f()['substr'](0x1,0x5);_0x171619['addMarker'](_0x5135f8,{'range':_0x2db8ee,'usingOperation':_0x178ab4,'affectsData':_0x178ab4});}});}_createCommentThread(_0x230382,_0x4eb7b3){const _0x470094=this['editor']['plugins']['get']('CommentsRepository'),_0x1fd695=this['editor']['config']['get']('collaboration.channelId'),_0x4fe925=this['editor']['plugins']['get']('Users')['me'];if(!_0x4fe925)throw new _0x118589('addcommentthreadcommand-user-not-found',null);_0x470094['addCommentThread']({'threadId':_0x230382,'channelId':_0x1fd695,'comments':[{'authorId':_0x4fe925['id'],'content':_0x4eb7b3,'createdAt':new Date(),'attributes':{}}]});}_hasContent(_0x5be8d7){for(const _0xddef2b of _0x5be8d7['getItems']())if(this['_itemIsContent'](_0xddef2b))return!0x0;return!0x1;}_itemIsContent(_0x361f98){return _0x361f98['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x361f98)&&!_0x361f98['is']('element','tableCell');}_trimToContent(_0x12d3c8){const _0x1a092a=_0x2c070d=>!this['_itemIsContent'](_0x2c070d['item']),_0x2aa7ba=_0x12d3c8['start']['getLastMatchingPosition'](_0x1a092a),_0x110df0=_0x12d3c8['end']['getLastMatchingPosition'](_0x1a092a,{'direction':'backward'});return this['editor']['model']['createRange'](_0x2aa7ba,_0x110df0);}},di=class extends _0x346f32{_dataCollectors;_editorAnnotations;static get requires(){return[ti];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x12d174){super(_0x12d174),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}init(){const _0x2bbd65=this['editor'],_0x4c1853=_0x2bbd65['model']['document']['selection'],_0x2f3831=_0x5a1ba2(()=>this['refreshSelectedViews'](),0xa);_0x4c1853['on']('change:range',(_0x2adb8c,_0x297ce8)=>{_0x297ce8['directChange']&&(_0x2f3831['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x2bbd65['editing']['view']['document'],'change:isFocused',(_0x4e9b7a,_0x146cae,_0x3ed0af)=>{_0x3ed0af&&_0x2f3831();}),this['listenTo'](_0x2bbd65['ui']['focusTracker'],'change:isFocused',(_0x438e35,_0x28e2b6,_0x5ee110)=>{_0x5ee110||this['fire']('blur',{'isAnnotationTracked':_0x33c46e=>this['_editorAnnotationsData']['has'](_0x33c46e['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}registerAnnotation(_0x189118){if(this['_editorAnnotations']['has'](_0x189118['view']))return;this['_editorAnnotations']['add'](_0x189118['view']),this['editor']['ui']['focusTracker']['add'](_0x189118['view']['element']);const _0x3e4e27=this['editor']['plugins']['get'](ti);this['listenTo'](_0x3e4e27['collection'],'remove',(_0x552cc5,_0x16f894)=>{this['editor']['ui']['focusTracker']['remove'](_0x16f894['view']['element']),this['_editorAnnotations']['delete'](_0x16f894['view']);});}hasDomSelection(){return this['editor']['editing']['view']['hasDomSelection'];}addSourceCollector(_0x2e27fd){if('function'!=typeof _0x2e27fd)throw new _0x118589('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x2e27fd);}refreshSelectedViews(){this['fire']('refresh');}getOrderedSelectedAnnotations({activeAnnotation:_0x500498,annotations:_0x5ea2bc}){const _0x226fa1=[],_0x22b1c7=this['editor']['model']['document']['selection'],_0x1ff0c6=Array['from'](_0x22b1c7['getRanges']());for(const [_0xd2b78c,_0x2447a8]of this['_editorAnnotationsData']){const _0x42df8e=_0x3835d4(_0x2447a8),_0x470adc=_0x5ea2bc['getByInnerView'](_0xd2b78c);_0x42df8e&&_0x470adc&&_0x226fa1['push']({'annotation':_0x470adc,'range':_0x42df8e});}function _0x3835d4(_0xcfb50a){for(const _0x2c9ed0 of _0xcfb50a)for(const _0x4dd6bf of _0x1ff0c6)if(_0x2c9ed0['containsRange'](_0x4dd6bf,!_0x22b1c7['isCollapsed']))return _0x2c9ed0;return null;}const _0x1c79e6=new Map(Array['from'](_0x5ea2bc,(_0x4311f8,_0x2e7997)=>[_0x4311f8,_0x2e7997]));return _0x226fa1['sort']((_0x18d7fb,_0x77cd6a)=>{const _0x962b4d=_0x18d7fb['range'],_0xb080a9=_0x77cd6a['range'];if(!_0x962b4d['isEqual'](_0xb080a9)){if(_0x962b4d['containsRange'](_0xb080a9,!0x0))return 0x1;if(_0xb080a9['containsRange'](_0x962b4d,!0x0))return-0x1;}return _0x18d7fb['annotation']==_0x500498?-0x1:_0x77cd6a['annotation']==_0x500498?0x1:(_0x1c79e6['get'](_0x18d7fb['annotation'])??0x0)-(_0x1c79e6['get'](_0x77cd6a['annotation'])??0x0);})['map'](_0x2adc9b=>_0x2adc9b['annotation']);}get _editorAnnotationsData(){const _0x46ab35=new Map();for(const _0x1655dc of Array['from'](this['_dataCollectors']))for(const [_0x121cd9,_0x364f9e]of _0x1655dc())_0x46ab35['set'](_0x121cd9,_0x364f9e);return _0x46ab35;}},li=class extends _0x346f32{afterInit(){const _0x48af28=this['editor'];_0x48af28['plugins']['has']('RestrictedEditingModeEditing')&&_0x48af28['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}},mi=class extends _0x346f32{constructor(_0x7ce64){super(_0x7ce64),this['editor']['config']['define']('importWord.formatting.comments','basic');}afterInit(){const _0x415a62=this['editor'],_0x5574af=_0x415a62['commands']['get']('importWord'),_0x5c4b4c=_0x415a62['plugins']['get'](_0xd7a17e);_0x5574af&&(_0x5574af['on']('execute',(_0x49808d,[,_0x15ce7e])=>{_0x15ce7e['collaboration_features']={'comments':!0x0,'user_id':_0x5c4b4c['me']['id']};},{'priority':_0x4afd2f['high']+0xa}),this['listenTo'](_0x5574af,'dataInsert',this['_handleImportedData']));}_handleImportedData(_0x74df3a,_0x2d601b){const {comment_threads:_0x16bc40}=_0x2d601b;_0x16bc40&&_0x16bc40['forEach'](({thread_id:_0x319099,comments:_0x2692cf,is_resolved:_0x224bd1})=>{const _0x4bce1c=new Date(),_0x29d6c4=_0x2692cf['map'](({author:_0x13d1aa,content:_0x3e03e5,created_at:_0x1f3039})=>({'content':_0x3e03e5,'authorId':this['editor']['plugins']['get'](_0xd7a17e)['me']['id'],'createdAt':_0x4bce1c,'attributes':{'@external':{'authorName':_0x13d1aa,'createdAt':_0x1f3039?new Date(_0x1f3039):new Date(),'source':'importWord'}}})),_0x15e28f=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](oi)['addCommentThread']({'channelId':_0x15e28f,'threadId':_0x319099,'comments':_0x29d6c4,'resolvedAt':_0x224bd1?_0x4bce1c:null});});}},ui=class extends _0x346f32{constructor(_0x2d72ca){super(_0x2d72ca),this['editor']['config']['define']('comments.copyMarkers','default');}static get requires(){return[pt,wt];}afterInit(){const _0x38ed32=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x38ed32,'contentInsertion',(_0x8b2e8d,_0x1f0978)=>this['_removeMarkersWithoutThreads'](_0x1f0978['content']['markers']),{'priority':'highest'});}_removeMarkersWithoutThreads(_0xab900){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0xab900;const _0x24a887=this['editor']['plugins']['get']('CommentsRepository');for(const _0x1a03b2 of _0xab900['keys']()){const [_0x35de67,_0x36cbde]=_0x1a03b2['split'](':');'comment'!=_0x35de67||_0x24a887['hasCommentThread'](_0x36cbde)||_0xab900['delete'](_0x1a03b2);}return _0xab900;}_registerMarkerInClipboardPipeline(){const _0x3ec7bf=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x326783=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x326783&&_0x3ec7bf['_registerMarkerToCopy']('comment',_0x326783);}_mapCommentsCopyConfigToRegisterConfiguration(_0x2992c0){switch(_0x2992c0){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}};function fi(_0x3b2a2c){const _0x836db=_0x3b2a2c['split'](':');return{'group':_0x836db[0x0],'id':_0x836db[0x1],'part':_0x836db[0x2]};}var pi=class extends _0x346f32{init(){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}overrideMarkerConverters(){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0x3903f4,_0x1939e4)=>{if(!_0x1939e4['options']['showCommentHighlights'])return null;if(_0x1939e4['options']['ignoreResolvedComments']){const {id:_0x4de44e}=fi(_0x3903f4['markerName']);if(this['editor']['plugins']['get'](oi)['getCommentThread'](_0x4de44e)?.['isResolved']&&_0x3903f4['item'])return _0x1939e4['consumable']['consume'](_0x3903f4['item'],'addMarker:'+_0x3903f4['markerName']),_0x1939e4['consumable']['consume'](_0x3903f4['item'],'removeMarker:'+_0x3903f4['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x53a62d=>{_0x53a62d['on']('addMarker:comment',(_0x330cbf,_0x7eb81b,_0x5a79da)=>{if(!_0x5a79da['options']['showCommentHighlights'])return;const _0x2e77ce=_0x7eb81b['item'];if(!_0x2e77ce)return;const _0x5f2988=_0x5a79da['mapper']['toViewElement'](_0x2e77ce);this['editor']['model']['schema']['isObject'](_0x2e77ce)&&_0x5f2988&&!_0x5f2988['getCustomProperty']('widget')&&_0x5f2988['is']('containerElement')&&Ct(_0x5f2988,_0x5a79da['writer']);},{'priority':'high'});});}overrideHorizontalRuleConverter(){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x2bbbf1,{writer:_0x3eecdb,options:_0x4d25fa})=>{if(!_0x4d25fa['showCommentHighlights'])return null;const _0x49e3eb=_0x3eecdb['createContainerElement']('div'),_0x5bd2f7=_0x3eecdb['createEmptyElement']('hr');return _0x3eecdb['addClass']('ck-horizontal-line',_0x49e3eb),_0x3eecdb['insert'](_0x3eecdb['createPositionAt'](_0x49e3eb,0x0),_0x5bd2f7),_0x49e3eb;},'converterPriority':'high'});}overrideImageInlineConverter(){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x13e0b7,{writer:_0x5bb569,options:_0x1b513})=>{if(!_0x1b513['showCommentHighlights'])return null;const _0x181505=_0x5bb569['createContainerElement']('span'),_0x1c3a7c=_0x5bb569['createEmptyElement']('img');return _0x5bb569['addClass']('image-inline',_0x181505),_0x5bb569['insert'](_0x5bb569['createPositionAt'](_0x181505,0x0),_0x1c3a7c),_0x181505;},'converterPriority':'high'});}overrideMediaEmbedConverter(){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x1e2c73,{writer:_0x1e2cc4,options:_0x50374d})=>{if(_0x50374d['showCommentHighlights'])return _0x1e2cc4['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x1ddb0d,_0x1f8c2d,_0x46f382)=>{_0x46f382['options']['showCommentHighlights']&&_0x1ddb0d['stop']();},{'priority':'high'});}},wi=class extends _0x346f32{static get requires(){return[oi,di,_0xd7a17e,li,mi,ui,pi];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4f01a6){super(_0x4f01a6),this['set']('isThreadsLoadingPaused',!0x0),_0x4f01a6['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0xaca502,_0x4a576d,_0x460fff,_0x3d080e)=>{const _0x77ed8d=_0x4f01a6['plugins']['get'](oi),_0x5ce4ac=_0x460fff?fi(_0x460fff)['id']:null;_0x4f01a6['model']['change'](()=>{if(_0x5ce4ac){const _0x4fda1b=this['getAllMarkersForId'](_0x5ce4ac);for(const _0x14c1d1 of _0x4fda1b)_0x4f01a6['editing']['reconvertMarker'](_0x14c1d1);}if(_0x3d080e){const {id:_0x397ec1}=fi(_0x3d080e),_0x590fc4=_0x77ed8d['getCommentThread'](_0x397ec1);if(_0x590fc4&&_0x590fc4['unlinkedAt'])return;if(_0x590fc4&&!_0x590fc4['isAttached'])return;const _0x16c19c=this['getAllMarkersForId'](_0x397ec1);for(const _0x3d8b77 of _0x16c19c)_0x4f01a6['editing']['reconvertMarker'](_0x3d8b77);}}),_0x5ce4ac&&this['scrollToThreadMarker'](_0x5ce4ac);}),this['_initAriaMarkerChangeAnnouncements']();}init(){const _0x136b8d=this['editor'],_0xb1805=_0x136b8d['plugins']['get'](oi),_0x4ffefc=_0x136b8d['config']['get']('collaboration.channelId'),_0x3fdd8f=_0xb1805['getCommentThreads']()['filter'](_0x33183f=>_0x33183f['channelId']!==_0x4ffefc);_0x136b8d['commands']['add']('addCommentThread',new ci(_0x136b8d)),this['listenTo'](_0x136b8d,'change:isReadOnly',(_0x1abe0d,_0x1e1391,_0x100145)=>{_0xb1805['switchReadOnly'](_0x100145,_0x136b8d['config']['get']('collaboration.channelId'));}),this['listenTo'](_0xb1805,gi('addCommentThread',_0x4ffefc),(_0x559f1b,{threadId:_0x495572})=>{this['editor']['plugins']['get'](oi)['getCommentThread'](_0x495572)?.['unlinkedAt']&&this['_attachArchivedThread'](_0x495572);}),this['listenTo'](_0xb1805,gi('removeCommentThread',_0x4ffefc),(_0x20e76a,{threadId:_0x59ec7d})=>{_0x136b8d['model']['enqueueChange']({'isUndoable':!0x1},_0x164ca9=>{const _0x257cf7=this['getAllMarkersForId'](_0x59ec7d);for(const _0x56a945 of _0x257cf7)_0x164ca9['removeMarker'](_0x56a945);});}),this['listenTo'](_0xb1805,gi('resolveCommentThread',_0x4ffefc),(_0x4e89ec,{threadId:_0xa8254a})=>{this['_reconvertMarkers'](_0xa8254a);const _0x12f4d5=this['editor']['plugins']['get'](ti);(this['editor']['editing']['view']['hasDomSelection']||_0x12f4d5['collection']['isFocused'])&&(this['editor']['plugins']['get'](oi)['getCommentThread'](_0xa8254a)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0xb1805,gi('reopenCommentThread',_0x4ffefc),(_0x1168c7,{threadId:_0x521a8f})=>{this['_reconvertMarkers'](_0x521a8f);},{'priority':'low'}),this['listenTo'](_0xb1805,gi('addComment',_0x4ffefc),(_0x1ea7d3,{threadId:_0x106ae6,isFromAdapter:_0x2773da})=>{const _0x405baa=this['getAllMarkersForId'](_0x106ae6);!_0x2773da&&0x0!=_0x405baa['length']&&_0xb1805['hasCommentThread'](_0x106ae6)&&0x1===_0xb1805['getCommentThread'](_0x106ae6)['length']&&_0x136b8d['model']['enqueueChange']({'isUndoable':!0x1},_0x214aeb=>{for(const _0x2f3a1a of _0x405baa)_0x214aeb['updateMarker'](_0x2f3a1a,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0x3fdd8f);}afterInit(){!async function(_0x3f3d49){const _0x4d4385='mr4z2yakM3x0phtD7jBw1T6qRfeUuZcOLNKVgQSPE9iGIHoXlJW8YsCb5AndFv',_0x1894fd=0x79428,_0x7ef183={'kty':'EC','use':'sig','crv':'P-256','x':'iCjOCvDFI6lQHHT18jVwRfkfHQ2a_MymT35LQVoFSAI','y':'kXIyJ4evtCEFRmxKSUpK9fDW459vXOvVrhf6uQAeOio','alg':'ES256'};async function _0x4ed992(_0x2ad28a){const _0x4a7032=new window['Promise'](_0x246fda=>{_0x2ad28a['once']('ready',_0x246fda);}),_0x48968c=window['Date']['now'](),_0x289123=_0x2ad28a['config']['get']('licenseKey');async function _0x255c80(){let _0x5c81fe,_0x452395=null,_0x5be294=null;try{return'GPL'==_0x289123?'NotAllowed':(_0x5c81fe=_0x4acecc(),_0x5c81fe?(_0x5c81fe['usageEndpoint']&&(_0x5be294=_0x53b645(_0x5c81fe['usageEndpoint'],_0x5c81fe['jti'])),await _0x2da853()?_0x7db8fa()?_0x3c4a4c()?'Expired':_0x4313ea()?('evaluation'==_0x5c81fe['licenseType']&&(_0x452395=_0x5024f9('EvaluationLimit')),await _0x3dd3ec()):'DomainLimit':'NotAllowed':'Invalid'):'Invalid');}catch{return'Invalid';}function _0x3c4a4c(){const _0x4664c4=['evaluation','trial']['includes'](_0x5c81fe['licenseType'])?_0x48968c/0x3e8:0xe10*_0x1894fd;return _0x5c81fe['exp']<_0x4664c4;}function _0x7db8fa(){const _0x247f05=_0x5c81fe['features'];if(!_0x247f05)return!0x1;if(_0x247f05['includes']('*'))return!0x0;if(_0x247f05['includes']('CMT'))return!0x0;if(_0x247f05['includes']('TRILIUM')&&_0x1f83f6())return!0x0;if(_0x247f05['includes']('RCMT')){if(_0x266e44())return!0x0;if(_0x44c928()||_0x409f33())return!0x0;}return!0x1;}function _0x4313ea(){const _0xf9d679=_0x5c81fe['licensedHosts'];if(!_0xf9d679||0x0==_0xf9d679['length'])return!0x0;const {hostname:_0x536c1d}=new URL(window['location']['href']);if(_0xf9d679['includes'](_0x536c1d))return!0x0;const _0x1787eb=_0x536c1d['split']('.');return _0xf9d679['filter'](_0xa1cf21=>_0xa1cf21['includes']('*'))['map'](_0x457cd2=>_0x457cd2['split']('.'))['filter'](_0x2c20e6=>_0x2c20e6['length']<=_0x1787eb['length'])['map'](_0x1c0089=>Array(_0x1787eb['length']-_0x1c0089['length'])['fill']('*'===_0x1c0089[0x0]?'*':'')['concat'](_0x1c0089))['some'](_0x1268fa=>_0x1787eb['every']((_0x50c841,_0x31e9c1)=>_0x1268fa[_0x31e9c1]===_0x50c841||'*'===_0x1268fa[_0x31e9c1]));}function _0x3dd3ec(){return _0x452395&&_0x5be294?new window['Promise']((_0x46ec4,_0x3c2d2f)=>{_0x452395['then'](_0x46ec4,_0x3c2d2f),_0x5be294['then'](_0x56f24e=>{'Valid'!=_0x56f24e&&_0x46ec4(_0x56f24e);},_0x3c2d2f);}):_0x452395||_0x5be294||'Valid';}}function _0x53b645(_0x3f2fa0,_0x31eccc){return new window['Promise'](_0x31ec87=>{if(_0xd198ad())return _0x31ec87('Valid');_0x7daead(),_0x2ad28a['decorate']('_sendUsageRequest');let _0xb28f48=!0x1;const _0x5e7f3b=_0x5e825f();function _0x597f1c(_0x80ad9){return!!_0x80ad9&&('object'==typeof _0x80ad9||'function'==typeof _0x80ad9)&&'function'==typeof _0x80ad9['then']&&'function'==typeof _0x80ad9['catch'];}function _0x166c13(_0x530b4a){_0x305b65(_0x530b4a)['then'](_0x4bfb3a=>_0x4bfb3a&&'ok'==_0x4bfb3a['status']?_0x339e45(_0x3abc48(_0x5e7f3b+_0x31eccc))!=_0x4bfb3a['verification']?'UsageLimit':'Valid':'UsageLimit')['then'](_0x4dd4be=>(_0x9eb1c8(),_0x4dd4be),()=>{const _0x154598=_0x344bf4();return null==_0x154598?(_0x9eb1c8(),'Valid'):_0x48968c-_0x154598>0x240c8400?'UsageLimit':'Valid';})['then'](_0x31ec87)['catch'](()=>{_0x31ec87('UsageLimit');});const _0x591623=0x36ee80;function _0x9eb1c8(){const _0x4b32f2='llct-'+_0x339e45(_0x3abc48(_0x3f2fa0)),_0x4fcd68=_0x28a79b(_0x339e45(window['Math']['ceil'](_0x48968c/_0x591623)));window['localStorage']['setItem'](_0x4b32f2,_0x4fcd68);}function _0x344bf4(){const _0x192a00='llct-'+_0x339e45(_0x3abc48(_0x3f2fa0)),_0x2f7225=window['localStorage']['getItem'](_0x192a00);return _0x2f7225?window['parseInt'](_0x28a79b(_0x2f7225),0x10)*_0x591623:null;}function _0x305b65(_0x1f21f5){return new window['Promise']((_0xbc4855,_0x463555)=>{_0x1f21f5['then'](_0xbc4855,_0x463555),window['setTimeout'](_0x463555,0x1d4c0);});}}_0x2ad28a['on']('_sendUsageRequest',(_0x35a52d,_0x2ce13c)=>{if(_0x2ce13c[0x0]!=_0x3f2fa0)return _0x31ec87('UsageLimit');_0x2ce13c[0x1]={..._0x2ce13c[0x1],'requestId':_0x5e7f3b};},{'priority':'high'}),_0x2ad28a['on']('_sendUsageRequest',_0x415389=>{_0x597f1c(_0x415389['return'])&&(_0xb28f48=!0x0,_0x166c13(_0x415389['return']));},{'priority':'low'}),_0x4a7032['then'](()=>{_0xb28f48||_0x31ec87('UsageLimit');});});function _0xd198ad(){return'auto'==_0x2ad28a['editing']['view']['_overlayModeHint'];}function _0x7daead(){_0x2ad28a['editing']['view']['_overlayModeHint']='auto';}}function _0x5024f9(_0x56782d){const _0x26a7a8=[new window['Promise'](_0x3d6403=>setTimeout(_0x3d6403,0x93ecc)),_0x4a7032['then'](()=>new window['Promise'](_0x14322b=>{let _0x573bdb=0x0;_0x2ad28a['model']['on']('applyOperation',(_0x29328f,_0xfa42a5)=>{_0xfa42a5[0x0]['isDocumentOperation']&&_0x573bdb++,0x5e8==_0x573bdb&&(_0x14322b(),_0x29328f['off']());});}))];return window['Promise']['race'](_0x26a7a8)['then'](()=>_0x56782d);}async function _0x42de6e(){await _0x4a7032,_0x2ad28a['model']['change']=_0x36f39a,_0x2ad28a['model']['enqueueChange']=_0x36f39a,_0x2ad28a['enableReadOnlyMode']('model');}function _0x1f83f6(){return window['glob']&&window['glob']['triliumVersion'];}function _0x266e44(){return _0x14451f('WebSocketGateway')&&'connected'==_0x3df1a5('WebSocketGateway')['state'];}function _0x44c928(){return _0x14451f('RevisionViewerIntegration');}function _0x409f33(){return _0x14451f('TrackChangesDataGetter');}function _0x5b6524(_0x196c78){const _0x18947d=_0x135336();_0x2ad28a[_0x18947d]='commentsLicenseKey'+_0x196c78,'Valid'!=_0x196c78&&_0x42de6e();}function _0x135336(){const _0x47faae=window['String'](window['performance']['now']())['replace']('.','');let _0x457754='m';for(let _0x50f122=0x0;_0x50f122<_0x47faae['length'];_0x50f122+=0x2){let _0x171a57=window['parseInt'](_0x47faae['substring'](_0x50f122,_0x50f122+0x2));_0x171a57>=0x3e&&(_0x171a57-=0x3e),_0x457754+=_0x4d4385[_0x171a57];}return _0x457754;}function _0x4acecc(){const _0x184c7f=_0x289123['split']('.');if(0x3!=_0x184c7f['length'])return null;return _0x296ec8(_0x184c7f[0x1]);function _0x296ec8(_0x31ddf7){const _0x31390b=_0x3d3512(_0x31ddf7);return _0x31390b&&_0x424995()?_0x31390b:null;function _0x424995(){const _0x4a7822=_0x31390b['jti'],_0xf63ae1=window['parseInt'](_0x4a7822['substring'](_0x4a7822['length']-0x8),0x10),_0xd03776={..._0x31390b,'jti':_0x4a7822['substring'](0x0,_0x4a7822['length']-0x8)};return delete _0xd03776['vc'],_0x3abc48(_0xd03776)==_0xf63ae1;}}}async function _0x2da853(){let _0x4f5d59=!0x0;try{const [_0x14e23c,_0xc5200e,_0x3287b8]=_0x289123['split']('.');return _0x3dd652(_0x14e23c),await _0x1e05c7(_0x14e23c,_0xc5200e,_0x3287b8),_0x4f5d59;}catch{return!0x1;}function _0x3dd652(_0x69929c){const _0x197970=_0x3d3512(_0x69929c);_0x197970&&'ES256'==_0x197970['alg']||(_0x4f5d59=!0x1);}async function _0x1e05c7(_0x426754,_0x291b88,_0x36e7e3){const _0x254b1d=window['Uint8Array']['from'](_0x102601(_0x36e7e3),_0x4c55e3=>_0x4c55e3['charCodeAt'](0x0)),_0xcf16e2=new window['TextEncoder']()['encode'](_0x426754+'.'+_0x291b88),_0xa95940=window['crypto']['subtle'];if(!_0xa95940)return;const _0x25f0a0=await _0xa95940['importKey']('jwk',_0x7ef183,{'name':'ECDSA','namedCurve':'P-256'},!0x1,['verify']);await _0xa95940['verify']({'name':'ECDSA','hash':{'name':'SHA-256'}},_0x25f0a0,_0x254b1d,_0xcf16e2)||(_0x4f5d59=!0x1);}}function _0x3d3512(_0x4ef251){return _0x4ef251['startsWith']('ey')?JSON['parse'](_0x102601(_0x4ef251)):null;}function _0x102601(_0x37786c){return window['atob'](_0x37786c['replace'](/-/g,'+')['replace'](/_/g,'/'));}function _0x3abc48(_0x10a145){let _0xb9c569=0x1505;function _0xd32e7b(_0x53320f){for(let _0x8900d6=0x0;_0x8900d6<_0x53320f['length'];_0x8900d6++){const _0x599b3b=_0x53320f['charCodeAt'](_0x8900d6);_0xb9c569=(_0xb9c569<<0x5)+_0xb9c569+_0x599b3b,_0xb9c569&=_0xb9c569;}}function _0x12925a(_0x3c492f){Array['isArray'](_0x3c492f)?_0x3c492f['forEach'](_0x12925a):_0x3c492f&&'object'==typeof _0x3c492f?Object['entries'](_0x3c492f)['sort']()['forEach'](([_0x4858eb,_0x750192])=>{_0xd32e7b(_0x4858eb),_0x12925a(_0x750192);}):_0xd32e7b(window['String'](_0x3c492f));}return _0x12925a(_0x10a145),_0xb9c569>>>0x0;}function _0x339e45(_0x5c56e3){return _0x5c56e3['toString'](0x10)['padStart'](0x8,'0');}function _0x28a79b(_0x35a173){return _0x35a173['split']('')['reverse']()['join']('');}function _0x14451f(_0x4cac39){return _0x2ad28a['plugins']['has'](_0x4cac39);}function _0x3df1a5(_0x3578e3){return _0x2ad28a['plugins']['get'](_0x3578e3);}function _0x36f39a(){}_0x5b6524(await _0x255c80());}_0x4ed992(_0x3f3d49['editor']);}(this);}destroy(){const _0x40b155=this['editor']['plugins']['get'](oi),_0x59b88a=this['editor']['config']['get']('collaboration.channelId');for(const _0x3b2baa of _0x40b155['getCommentThreads']({'channelId':_0x59b88a}))_0x40b155['_detachCommentThread'](_0x3b2baa['id']),_0x40b155['_threads']['delete'](_0x3b2baa['id']);super['destroy']();}['hasMarkerForId'](_0x5ee009){return this['getAllMarkersForId'](_0x5ee009)['length']>0x0;}getAllMarkersForId(_0x3b8b57){const _0x22e5e7=[];for(const _0x5a19e9 of this['editor']['model']['markers'])_0x5a19e9['name']['startsWith']('comment:'+_0x3b8b57)&&_0x22e5e7['push'](_0x5a19e9);return _0x22e5e7;}['scrollToThreadMarker'](_0x201657){setTimeout(()=>{const _0x26b1e7=this['_getTargetForId'](_0x201657);_0x26b1e7&&this['activeMarker']&&fi(this['activeMarker'])['id']===_0x201657&&_0x30a9d7({'target':_0x26b1e7[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}_reconvertMarkers(_0x260e74){this['editor']['model']['change'](()=>{for(const _0xe8e335 of this['getAllMarkersForId'](_0x260e74))this['editor']['editing']['reconvertMarker'](_0xe8e335);});}_attachArchivedThread(_0x325035){const _0x1d5c5d=this['editor']['plugins']['get'](oi),_0x577687=this['editor']['plugins']['get'](di),_0x3382c4=_0x1d5c5d['getCommentThread'](_0x325035);if(!_0x3382c4['isAttached']){const _0x4e5adc=_0x3382c4['attachTo'](()=>this['_getTargetForId'](_0x3382c4['id']));_0x577687['registerAnnotation'](_0x4e5adc),_0x3382c4['_hasTargetInContent']=!0x1;}}_initializeMarkerConverters(){const _0x13a9a7=this['editor'],_0x5c9faf=_0x13a9a7['plugins']['get'](_0xd7a17e);_0x13a9a7['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x169be0,_0x124aed)=>{const {id:_0x506062}=fi(_0x169be0['markerName']),_0x26e7b7=_0x13a9a7['plugins']['get'](oi)['getCommentThread'](_0x506062),_0x4b7c22=this['activeMarker']&&fi(this['activeMarker'])['id']===_0x506062;let _0x5d6e0a;if(_0x26e7b7&&_0x26e7b7['isResolved']&&!_0x4b7c22&&_0x169be0['item'])return _0x124aed['consumable']['consume'](_0x169be0['item'],'addMarker:'+_0x169be0['markerName']),_0x124aed['consumable']['consume'](_0x169be0['item'],'removeMarker:'+_0x169be0['markerName']),null;const _0x169f85=['ck-comment-marker'];return _0x4b7c22&&_0x169f85['push']('ck-comment-marker--active'),_0x5d6e0a=_0x26e7b7?.['length']?_0x26e7b7['comments']['first']['author']['id']:_0x5c9faf['me']['id'],{'classes':_0x169f85,'attributes':{'data-comment':_0x506062,'data-author-id':_0x5d6e0a}};}}),_0x13a9a7['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x5f0b00,{options:_0x516f62})=>{if(_0x516f62['showCommentHighlights'])return null;const _0x370686=_0x13a9a7['plugins']['get'](oi),_0x56713a=_0x13a9a7['model']['markers']['get'](_0x5f0b00),{id:_0x4b9b52,part:_0x1489ba}=fi(_0x5f0b00);return _0x56713a&&!_0x56713a['affectsData']||_0x516f62['ignoreResolvedComments']&&_0x370686['getCommentThread'](_0x4b9b52)?.['isResolved']?null:{'group':'comment','name':_0x1489ba?_0x4b9b52+':'+_0x1489ba:_0x4b9b52};}}),_0x13a9a7['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x815280,{writer:_0x4dc643})=>_0x4dc643['createElement']('$marker',{'data-name':'comment:'+_0x815280['getAttribute']('id')})}),_0x13a9a7['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x1ca64d=this['editor'],_0x2d95fb=_0x1ca64d['plugins']['get'](oi),_0x566f00=new Set(),_0x239283=new Set();_0x1ca64d['model']['document']['registerPostFixer'](_0x18f93e=>{let _0x4d4b61=!0x1;for(const {name:_0x1bd5b9,data:_0x540b35}of _0x1ca64d['model']['document']['differ']['getChangedMarkers']()){const {group:_0x374b5d,id:_0x346b78}=fi(_0x1bd5b9);let _0x1613c4=_0x540b35['newRange'];if('comment'!==_0x374b5d||!_0x1613c4)continue;const _0x567e15='$graveyard'===_0x1613c4['root']['rootName'];_0x567e15||(_0x1613c4=_i(_0x1613c4,_0x1ca64d['model']),!_0x1613c4||_0x1613c4['isCollapsed']||!_0x540b35['newRange']||_0x1613c4['isEqual'](_0x540b35['newRange']))?_0x1ca64d['model']['hasContent'](_0x1613c4)&&!_0x567e15?this['isThreadsLoadingPaused']?_0x566f00['add'](_0x1bd5b9):this['_handleThreadMarker'](_0x1bd5b9,_0x346b78):(_0x239283['add'](_0x1bd5b9),_0x566f00['delete'](_0x1bd5b9),_0x18f93e['removeMarker'](_0x1bd5b9),_0x4d4b61=!0x0):(_0x18f93e['updateMarker'](_0x1bd5b9,{'range':_0x1613c4}),_0x4d4b61=!0x0);}return _0x4d4b61;}),this['on']('change:isThreadsLoadingPaused',(_0x147000,_0x331a52,_0x25b286)=>{if(!_0x25b286&&_0x566f00['size'])for(const _0x28c676 of _0x566f00){const {id:_0x5a85dd}=fi(_0x28c676);_0x566f00['delete'](_0x28c676),_0x1ca64d['model']['markers']['get'](_0x28c676)&&this['_handleThreadMarker'](_0x28c676,_0x5a85dd);}}),this['listenTo'](_0x1ca64d['model']['document'],'change',()=>{for(const {name:_0x22518d,data:{newRange:_0x539a29}}of _0x1ca64d['model']['document']['differ']['getChangedMarkers']()){const {group:_0x29cccd,id:_0x514111}=fi(_0x22518d);if('comment'!==_0x29cccd)continue;const _0x3cc58a=_0x2d95fb['getCommentThread'](_0x514111),_0x11e8df=this['hasMarkerForId'](_0x514111);_0x3cc58a&&(!_0x3cc58a['_hasTargetInContent']&&_0x539a29&&_0x1ca64d['editing']['view']['once']('render',()=>{const _0x45b653=_0x1ca64d['plugins']['get'](ti),_0x4cff7d=_0x2d95fb['_threadToController']['get'](_0x3cc58a)['view'];_0x45b653['getByInnerView'](_0x4cff7d)['refreshVisibility']();},{'priority':'low'}),_0x3cc58a['_hasTargetInContent']=_0x11e8df||!!_0x539a29),_0x539a29||(_0x239283['add'](_0x22518d),_0x566f00['delete'](_0x22518d));}for(const _0x29913c of _0x239283){const {id:_0x16c41f}=fi(_0x29913c),_0x4cb705=_0x2d95fb['getCommentThread'](_0x16c41f);if(_0x566f00['delete'](_0x29913c),!_0x4cb705)continue;const _0xef7b85=this['hasMarkerForId'](_0x16c41f);_0xef7b85||_0x4cb705['isSubmitted']?_0xef7b85||_0x4cb705['unlinkedAt']||_0x4cb705['setUnlinkedAt'](new Date()):_0x4cb705['remove']();}_0x239283['clear']();});}_handleInitialThreads(_0x4c8e50){_0x4c8e50['forEach'](_0x4faaf9=>{_0x4faaf9['unlinkedAt']&&this['_attachArchivedThread'](_0x4faaf9['id']);});}_getTargetForId(_0x1804c2){const _0x4879d3=this['editor'],_0x3e0169=this['getAllMarkersForId'](_0x1804c2);return _0x44a1b7(_0x4879d3['editing'],_0x3e0169);}_getTextContext(_0x382d5c){const _0x57f827=this['getAllMarkersForId'](_0x382d5c);let _0x4b6b39='',_0x1918b6=!0x1;for(const _0x2a3640 of _0x57f827){const _0x17739f=_0x2a3640['getRange']();for(const _0x130484 of Array['from'](_0x17739f['getItems']()))_0x130484['is']('$textProxy')?(_0x4b6b39&&_0x1918b6&&(_0x4b6b39+='\x20',_0x1918b6=!0x1),_0x4b6b39+=_0x130484['data']):_0x1918b6=!0x0;_0x1918b6=!0x0;}return _0x4b6b39['substring'](0x0,0x96);}_attachMarkerToThread(_0x821eb8,_0x362a88){const _0x5b365c=this['editor'],_0x469264=_0x5b365c['plugins']['get'](oi);let _0x1c5c82=_0x469264['getCommentThread'](_0x362a88);const _0x31450a=_0x5b365c['config']['get']('collaboration.channelId'),_0x35e1f9=_0x5b365c['plugins']['get'](di);return _0x1c5c82&&(_0x1c5c82['unlinkedAt']&&_0x1c5c82['setUnlinkedAt'](null),_0x1c5c82['isAttached'])||(this['getAllMarkersForId'](_0x362a88)[0x0]['managedUsingOperations']?_0x469264['fetchCommentThread']({'channelId':_0x31450a,'threadId':_0x362a88})['then'](_0x3d33f4=>{if('destroyed'!==_0x5b365c['state']){if(_0x1c5c82=_0x3d33f4,_0x1c5c82&&!_0x1c5c82['isAttached']){const _0x263e18=_0x1c5c82['attachTo'](()=>this['_getTargetForId'](_0x362a88));_0x35e1f9['registerAnnotation'](_0x263e18),_0x1c5c82['isResolved']&&this['_reconvertMarkers'](_0x362a88);}else{if(!_0x1c5c82){const _0x33c6ed=this['getAllMarkersForId'](_0x362a88);_0x5b365c['model']['change'](_0x450543=>{for(const _0x1c77ff of _0x33c6ed)_0x450543['removeMarker'](_0x1c77ff);});}}}}):_0x5b365c['editing']['view']['once']('render',()=>{if(_0x469264['getCommentThread'](_0x362a88))return;const _0x351c9f=_0x5b365c['plugins']['get'](ti);_0x1c5c82=_0x469264['openNewCommentThread']({'channelId':_0x31450a,'threadId':_0x362a88,'target':()=>this['_getTargetForId'](_0x362a88),'context':{'type':'text','value':this['_getTextContext'](_0x362a88)}});const _0x4ac0fc=_0x469264['_threadToController']['get'](_0x1c5c82)['view'],_0xca4723=_0x351c9f['getByInnerView'](_0x4ac0fc);_0xca4723&&_0x35e1f9['registerAnnotation'](_0xca4723);},{'priority':'low'})),_0x1c5c82;}['_handleThreadMarker'](_0x4e5b21,_0x20bb78){const _0x2d7174=this['_attachMarkerToThread'](_0x4e5b21,_0x20bb78);_0x2d7174&&!_0x2d7174['context']&&_0x2d7174['setContext']({'type':'text','value':this['_getTextContext'](_0x20bb78)});}_initAriaMarkerChangeAnnouncements(){const _0x2f8900=this['editor'];_0x207995(_0x2f8900['model'],({left:_0x5e86bd,entered:_0xfbbe40})=>{for(const _0x10ff08 of _0x5e86bd)if(Ai(_0x10ff08)){_0x2f8900['ui']['ariaLiveAnnouncer']['announce'](Et(_0x2f8900['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0xc84d24 of _0xfbbe40)if(Ai(_0xc84d24)){_0x2f8900['ui']['ariaLiveAnnouncer']['announce'](Et(_0x2f8900['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0x3fefb4(_0x14aadc)));break;}});}};function gi(_0x436060,_0x19424b){return _0x19424b?_0x436060+':'+_0x19424b:_0x436060;}function _i(_0x461d33,_0xa75398){const _0x17112b=_0xa75398['schema'],_0x4736b1=_0xa75398['createRange'](_0x461d33['start']);for(const _0x5ec648 of _0x461d33['getWalker']()){const {type:_0x3db47f,item:_0x4338c9,nextPosition:_0x163bd8}=_0x5ec648;if('text'===_0x3db47f||_0x17112b['isObject'](_0x4338c9)){const _0xc0755=_0xa75398['createPositionBefore'](_0x4338c9);_0x4736b1['isCollapsed']&&(_0x4736b1['start']=_0xc0755),_0x4736b1['end']=_0x163bd8;}}return _0x4736b1;}function Ai(_0x16e62e){return'comment'===fi(_0x16e62e['name'])['group'];}var vi=class extends _0x346f32{['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 _0x222585=this['editor'],_0x2de310=_0x222585['plugins']['get'](oi),_0x575f92=_0x222585['plugins']['get'](wi),_0x4f48aa=_0x222585['plugins']['get'](ti),_0x4525b8=_0x222585['plugins']['get'](di);_0x222585['ui']['componentFactory']['add']('comment',()=>{const _0x44d8b9=this['_createUIButton'](_0xa85280);return _0x44d8b9['tooltip']=!0x0,_0x44d8b9;}),_0x222585['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](rt)),_0x4525b8['addSourceCollector'](()=>{const _0x20db25=[];for(const [_0x5579cc,_0x20cc47]of _0x2de310['_threadToController']){const _0x225293=_0x575f92['getAllMarkersForId'](_0x5579cc['id']),_0x285d6d=_0x225293['map'](_0x3a2c73=>_0x3a2c73['getRange']());_0x225293['length']>0x0&&_0x20db25['push']([_0x20cc47['view'],_0x285d6d]);}return _0x20db25;}),this['listenTo'](_0x4f48aa,'change:activeAnnotations',(_0xa1367f,_0x34303f,_0x5828f4)=>{const _0x76006d=Array['from'](_0x5828f4)['map'](_0x4a67d3=>_0x4a67d3['innerView'])['find'](_0x42e6fd=>_0x2de310['_viewToController']['has'](_0x42e6fd));if(!_0x76006d)return void(_0x575f92['activeMarker']=null);const _0x570eb6=_0x2de310['_viewToController']['get'](_0x76006d)['model']['id'],_0x3f22c6='comment:'+_0x570eb6;_0x570eb6&&_0x575f92['hasMarkerForId'](_0x570eb6)?_0x575f92['activeMarker']=_0x3f22c6:_0x575f92['activeMarker']&&(_0x575f92['activeMarker']=null);}),this['listenTo'](_0x2de310,'removeCommentThread',(_0xf5a07,{threadId:_0x235fdd,isFromAdapter:_0x7535c5})=>{!_0x7535c5&&_0x222585['ui']['focusTracker']['isFocused']&&_0x575f92['hasMarkerForId'](_0x235fdd)&&_0x222585['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x2de310,'addComment',(_0x25e6da,{threadId:_0x3b086a,isFromAdapter:_0x4269b2})=>{!_0x4269b2&&_0x575f92['hasMarkerForId'](_0x3b086a)&&_0x2de310['hasCommentThread'](_0x3b086a)&&0x1===_0x2de310['getCommentThread'](_0x3b086a)['length']&&(_0x222585['editing']['view']['focus'](),_0x25e6da['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey'),this['_licenseKeyCheckInterval']=setInterval(()=>{const _0x389a82=[this['editor']];for(const _0x31605a of _0x389a82){let _0x426de2;for(const _0xb7cf05 in _0x31605a){const _0xfb0058=_0xb7cf05,_0x492458=_0x31605a[_0xfb0058];if('commentsLicenseKeyValid'==_0x492458||'commentsLicenseKeyInvalid'==_0x492458||'commentsLicenseKeyExpired'==_0x492458||'commentsLicenseKeyDomainLimit'==_0x492458||'commentsLicenseKeyNotAllowed'==_0x492458||'commentsLicenseKeyEvaluationLimit'==_0x492458||'commentsLicenseKeyUsageLimit'==_0x492458){delete _0x31605a[_0xfb0058],_0x426de2=_0x492458,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x426de2&&_0x31605a['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x426de2&&_0x31605a['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x426de2&&_0x31605a['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x426de2&&_0x31605a['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x426de2&&_0x31605a['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyUsageLimit'==_0x426de2&&_0x31605a['_showLicenseError']('usageLimit');}},0x3e8);}destroy(){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}_createUIButton(_0x53b83b){const _0x5b7e96=this['editor'],_0x5abada=new _0x53b83b(_0x5b7e96['locale']),_0x1a4514=_0x5b7e96['commands']['get']('addCommentThread');return _0x5abada['set']({'label':Et(_0x5b7e96['locale'],'Comment'),'icon':_0x85fe56}),_0x5abada['bind']('isEnabled')['to'](_0x1a4514,'isEnabled',_0x1a4514,'hasContent',(_0x279f82,_0x9983d)=>_0x279f82&&_0x9983d),this['listenTo'](_0x5abada,'execute',()=>{_0x1a4514['execute']();}),_0x5abada;}},yi=class extends _0x346f32{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get requires(){return[wi];}constructor(_0x3082b7){super(_0x3082b7),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x38d86d,_0x2ddf2e,_0x2b5e71)=>{_0x2b5e71?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}afterInit(){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}_enableCommentsOnlyMode(){for(const [_0x29dc4e,_0x39326d]of this['editor']['commands'])_0x39326d['affectsData']&&'addCommentThread'!==_0x29dc4e&&_0x39326d['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 _0x2570c4=this['editor']['editing']['view']['document'];this['listenTo'](_0x2570c4,'cut',_0x3d80c7=>_0x3d80c7['stop'](),{'priority':'highest'}),this['listenTo'](_0x2570c4,'clipboardInput',_0xd70f7b=>_0xd70f7b['stop'](),{'priority':'highest'}),this['listenTo'](_0x2570c4,'delete',_0xf37138=>_0xf37138['stop'](),{'priority':'highest'});}_disableCommentsOnlyMode(){for(const [_0x775069,_0x2a0910]of this['editor']['commands'])_0x2a0910['affectsData']&&'addCommentThread'!==_0x775069&&_0x2a0910['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 _0x295fc3{activeUIs;uisData;['_uis'];static get requires(){return[ti];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xeaeef0){super(_0xeaeef0),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}init(){const _0x33bb1e=this['context']['plugins']['get'](ti);this['listenTo'](_0x33bb1e,'_activateAnnotation',(_0x400d5f,_0x3a3266)=>{for(const _0x3e4e9c of this['activeUIs']){const _0x422938=this['_uis']['get'](_0x3e4e9c);(0x0,this['uisData']['get'](_0x3e4e9c)['filter'])(_0x3a3266)&&_0x422938['setActiveAnnotation'](_0x3a3266);}}),this['listenTo'](_0x33bb1e,'_deactivateAllAnnotations',()=>{for(const _0x3a0782 of this['activeUIs'])this['_uis']['get'](_0x3a0782)['setActiveAnnotation'](null);}),this['listenTo'](_0x33bb1e['_visibleAnnotations'],'add',(_0x26248e,_0xcda9ab)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0xcda9ab);});}hasActive(){return this['activeUIs']['size']>0x0;}isActive(_0x497947){return this['activeUIs']['has'](_0x497947);}activate(_0x308a33,_0x54549e=this['defaultFilter']){const _0x4b3dc8=this['context']['plugins']['get'](ti);if(!this['_uis']['has'](_0x308a33))throw new _0x118589('annotationsuis-missing-ui',this,{'uiName':_0x308a33});this['isActive'](_0x308a33)&&this['deactivate'](_0x308a33),this['activeUIs']['add'](_0x308a33);const _0x80de32=new Jt();Qt({'source':_0x4b3dc8['_visibleAnnotations'],'target':_0x80de32,'filter':_0x54549e}),this['uisData']['set'](_0x308a33,{'collection':_0x80de32,'filter':_0x54549e});const _0x152249=this['_uis']['get'](_0x308a33);_0x152249['attach'](_0x80de32),this['listenTo'](_0x152249,'change:activeAnnotation',(_0x2ff9a8,_0x41efd5,_0x12f33b,_0x54bdab)=>{_0x54bdab&&_0x4b3dc8['_removeActiveAnnotation'](_0x54bdab),_0x12f33b&&_0x4b3dc8['_addActiveAnnotation'](_0x12f33b);});}deactivate(_0x1fd8ee){if(this['activeUIs']['delete'](_0x1fd8ee),!this['_uis']['has'](_0x1fd8ee))throw new _0x118589('annotationsuis-missing-ui',this,{'uiName':_0x1fd8ee});const _0x455589=this['_uis']['get'](_0x1fd8ee);_0x455589['detach'](),this['stopListening'](_0x455589),this['uisData']['get'](_0x1fd8ee)['collection']['destroy'](),this['uisData']['delete'](_0x1fd8ee);}switchTo(_0x140229){if(!this['_uis']['has'](_0x140229))throw new _0x118589('annotationsuis-missing-ui',this,{'uiName':_0x140229});const _0xe95a5e=this['context']['plugins']['get'](ti),_0x19fc9c=Array['from'](_0xe95a5e['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x140229);const _0x370043=this['_uis']['get'](_0x140229);_0x370043['setActiveAnnotation'](_0x19fc9c),_0x370043['_setSelectedAnnotations']&&_0x19fc9c&&_0x370043['_setSelectedAnnotations']([_0x19fc9c]);}deactivateAll(){for(const _0x285a6f of this['activeUIs'])this['deactivate'](_0x285a6f);}register(_0x178b4d,_0x3b9205){if(this['_uis']['has'](_0x178b4d))throw new _0x118589('annotationsuis-register-already-registered');if('function'!=typeof _0x3b9205['attach']||'function'!=typeof _0x3b9205['detach']||'function'!=typeof _0x3b9205['setActiveAnnotation'])throw new _0x118589('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x178b4d,_0x3b9205);}refilterAnnotations(){const _0x220254=this['context']['plugins']['get'](ti)['collection'],_0x521eaf=new Map(),_0x1f6aec=Array['from'](this['activeUIs']);for(const _0x336957 of this['activeUIs']){const _0x14d907=this['uisData']['get'](_0x336957)['collection'];for(const _0x1249bc of _0x14d907)_0x521eaf['set'](_0x1249bc,_0x336957);}for(const _0x55a731 of _0x220254){const _0x2920e3=_0x521eaf['get'](_0x55a731);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x55a731);const _0x4292e4=_0x1f6aec['find'](_0x10138d=>this['uisData']['get'](_0x10138d)['filter'](_0x55a731));_0x2920e3!==_0x4292e4&&(_0x2920e3&&this['uisData']['get'](_0x2920e3)['collection']['remove'](_0x55a731),_0x4292e4&&this['uisData']['get'](_0x4292e4)['collection']['add'](_0x55a731));}}destroy(){this['deactivateAll'](),super['destroy']();}defaultFilter(){return!0x0;}_assertAnnotationDoesNotBelongToMultipleUIs(_0x229258){const _0x5e009e=[];for(const _0x46517d of this['activeUIs']){(0x0,this['uisData']['get'](_0x46517d)['filter'])(_0x229258)&&_0x5e009e['push'](_0x46517d);}if(_0x5e009e['length']>0x1)throw new _0x118589('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x5e009e,'annotationType':_0x229258['type']});}};const Ci=/* #__PURE__ -- @preserve */
|
|
32
|
+
_0x3646e4('px');var Ii=class extends ht{list;['focusables'];['focusTracker'];['focusCycler'];constructor(_0x1fb303){super(_0x1fb303);const _0x4e17e5=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 _0x4b19f2(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x4e17e5['to']('class')],'style':{'minHeight':_0x4e17e5['to']('minHeight',_0x400f68=>'number'==typeof _0x400f68?Ci(_0x400f68+0xa):null)},'dir':_0x1fb303['uiLanguageDirection'],'role':'application','aria-label':Et(_0x1fb303,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':Et(_0x1fb303,'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',_0xaa79c8=>{this['_updateItemPositionInFocusables'](_0xaa79c8['source']);}),this['list']['forEach'](_0x1e6509=>{this['focusTracker']['add'](_0x1e6509['element']),this['_updateItemPositionInFocusables'](_0x1e6509);}),this['list']['on']('change',(_0x454417,_0x202add)=>{for(const _0x5d418f of _0x202add['removed'])this['focusTracker']['remove'](_0x5d418f['element']),this['focusables']['remove'](_0x5d418f);for(const _0x47fa9a of _0x202add['added'])this['focusTracker']['add'](_0x47fa9a['element']),this['_updateItemPositionInFocusables'](_0x47fa9a);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}_updateItemPositionInFocusables(_0x3409ce){const _0x3bc635=this['focusables']['getIndex'](_0x3409ce);let _0x55e9ce,_0xc27e99;for(const _0x3d9f2d of this['focusables'])if(_0x3409ce['top']<_0x3d9f2d['top']){_0x55e9ce=_0x3d9f2d;break;}if(_0xc27e99=_0x55e9ce?this['focusables']['getIndex'](_0x55e9ce):this['focusables']['length'],-0x1!==_0x3bc635){if(_0x3bc635===_0xc27e99-0x1)return;this['focusables']['remove'](_0x3409ce),_0xc27e99=_0x55e9ce?this['focusables']['getIndex'](_0x55e9ce):this['focusables']['length'];}this['focusables']['add'](_0x3409ce,_0xc27e99);}};const bi=/* #__PURE__ -- @preserve */
|
|
33
|
+
_0x3646e4('px');var Ei=class extends ht{content;_targetTop;_mutationObserver;constructor(_0x4d0edf){super(_0x4d0edf),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x1a3aee,_0x135158)=>_0x1a3aee+_0x135158),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Xt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x2a91af=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x2a91af['to']('isAnimationDisabled',_0x3210c8=>_0x3210c8?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x2a91af['to']('top',_0x1be516=>bi(_0x1be516))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}updateHeight(){const _0x3e6a83=this['element']['clientHeight'];_0x3e6a83&&(this['height']=_0x3e6a83);}destroy(){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}},ki=class extends _0x295fc3{['view'];_activeAnnotation;_annotations;_spaceBetweenItems;_sidebarItemViewToAnnotation;_annotationToSidebarItemView;_recalculateBuffer;static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xada0e4){super(_0xada0e4),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 _0x3edad5=this['context']['config']['get']('sidebar.container');_0x3edad5&&this['setContainer'](_0x3edad5);}setContainer(_0x4d8a97){if(!Oi(_0x4d8a97))throw new _0x118589('sidebar-setcontainer-invalid-element');this['container']=_0x4d8a97;}_attachToContainer({viewClass:_0x9bc5f0='',spaceBetweenItems:_0x42eb26=0x19}={}){if(!Oi(this['container']))throw new _0x118589('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x9bc5f0,this['_spaceBetweenItems']=_0x42eb26;}['rearrange']({removedAnnotation:_0xf9257,previousAnnotation:_0x48525,nextAnnotation:_0x7759fa}){const _0x197523=this['getSidebarItemView'](_0xf9257);this['view']['list']['remove'](_0x197523),this['_destroySidebarItemView'](_0xf9257),_0x48525&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x48525)),_0x7759fa&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x7759fa)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x51a3d3,activatedAnnotation:_0x4d1b7b,disableAnimationOnActivatedAnnotation:_0x320925}){if(this['_activeAnnotation']=_0x4d1b7b,_0x51a3d3){_0x51a3d3['isActive']=!0x1;const _0x551a14=this['getSidebarItemView'](_0x51a3d3);_0x551a14&&_0x320925&&(_0x551a14['isAnimationDisabled']=!0x1);}if(_0x4d1b7b){const _0x73be1b=this['getSidebarItemView'](_0x4d1b7b);_0x73be1b&&(_0x4d1b7b['isActive']=!0x0,_0x320925&&(_0x73be1b['isAnimationDisabled']=!0x0,_0x73be1b['top']+=0x1),this['_alignToTargetRect'](_0x73be1b));}}_detachFromContainer(_0x58ba8c){if(this['view']['element']['remove'](),_0x58ba8c){for(const _0x4a975d of _0x58ba8c)this['_destroySidebarItemView'](_0x4a975d);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}addAnnotation(_0x513e7e,_0x4c7e28){_0x4c7e28||(_0x4c7e28=_0x513e7e['view']);const _0x20cbfc=new Ei(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x20cbfc,_0x513e7e),this['_annotationToSidebarItemView']['set'](_0x513e7e,_0x20cbfc),_0x20cbfc['content']['add'](_0x4c7e28),this['listenTo'](_0x513e7e['view'],'change:targetRect',(_0x26382a,_0x5f4f01,_0x39d731)=>{const _0x2995a9=this['_getTargetTop'](_0x513e7e,_0x39d731);_0x20cbfc['_targetTop']!=_0x2995a9&&(_0x20cbfc['_targetTop']=_0x2995a9,this['_setItemTop'](_0x20cbfc,_0x2995a9));}),this['listenTo'](_0x20cbfc,'change:top',()=>{this['_recalculate'](_0x20cbfc,'top');}),this['listenTo'](_0x20cbfc,'change:bottom',()=>{this['_recalculate'](_0x20cbfc,'bottom');}),this['_alignToTargetRect'](_0x20cbfc);const _0x53ca11=this['_getItemBefore'](_0x20cbfc);return _0x53ca11&&this['_alignAfterItem'](_0x53ca11,_0x20cbfc)||this['_alignToTargetRect'](_0x20cbfc),this['_updateLastItem'](),this['view']['list']['add'](_0x20cbfc),_0x20cbfc;}['_alignForTopChange'](_0x28ce5c){if(!_0x28ce5c['content']['length'])return;const _0x45e47a=this['_getItemBefore'](_0x28ce5c);if(!_0x45e47a)return;const _0x93dc42=this['_sidebarItemViewToAnnotation']['get'](_0x45e47a),_0x248324=this['_activeAnnotation'];_0x248324&&_0x248324===_0x93dc42?this['_alignAfterItem'](_0x45e47a,_0x28ce5c):this['_alignBeforeItem'](_0x28ce5c,_0x45e47a);}_alignForBottomChange(_0x404e9f){if(!_0x404e9f['content']['length'])return;const _0x1c324f=this['_getItemAfter'](_0x404e9f);if(!_0x1c324f)return;const _0x4da6f4=this['_sidebarItemViewToAnnotation']['get'](_0x1c324f),_0x3bec1c=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x8ffb31=this['_activeAnnotation'];_0x8ffb31&&_0x8ffb31===_0x4da6f4&&_0x3bec1c?(this['_alignBeforeItem'](_0x1c324f,_0x404e9f),this['_alignAfterItem'](_0x404e9f,_0x1c324f)):_0x8ffb31&&_0x8ffb31===_0x4da6f4?this['_alignBeforeItem'](_0x1c324f,_0x404e9f):this['_alignAfterItem'](_0x404e9f,_0x1c324f);}_recalculate(_0x556db8,_0x2c4905){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x2f29e0,changedProp:_0x2465e4}of this['_recalculateBuffer'])'top'===_0x2465e4?this['_alignForTopChange'](_0x2f29e0):this['_alignForBottomChange'](_0x2f29e0);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x556db8,'changedProp':_0x2c4905});}getSidebarItemView(_0x11a9ec){return this['_annotationToSidebarItemView']['get'](_0x11a9ec);}destroy(){this['stopListening'](),this['view']['destroy']();}_destroySidebarItemView(_0x5b13b6){const _0x3ee690=this['getSidebarItemView'](_0x5b13b6);this['stopListening'](_0x3ee690),this['stopListening'](_0x5b13b6['view']),_0x3ee690['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x5b13b6),this['_sidebarItemViewToAnnotation']['delete'](_0x3ee690);}_createSidebarView(){const _0x454eb7=new Ii(this['context']['locale']);return _0x454eb7['render'](),this['on']('change:_lastItem',(_0x2c4a8f,_0xc6cec0,_0xd211ca,_0x4c5b7f)=>{_0x4c5b7f&&_0x454eb7['unbind']('minHeight'),_0xd211ca?_0x454eb7['bind']('minHeight')['to'](_0xd211ca,'bottom'):_0x454eb7['minHeight']=null;}),_0x454eb7;}_updateLastItem(){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}_getItemBefore(_0x33e27d){const _0x10c6f7=this['_sidebarItemViewToAnnotation']['get'](_0x33e27d),_0x34eafc=_0x10c6f7&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x10c6f7)-0x1);return _0x34eafc&&this['getSidebarItemView'](_0x34eafc)||null;}_getItemAfter(_0x47fa78){const _0x2793e8=this['_sidebarItemViewToAnnotation']['get'](_0x47fa78),_0x21fe6c=_0x2793e8&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x2793e8)+0x1);return _0x21fe6c&&this['getSidebarItemView'](_0x21fe6c)||null;}_alignBeforeItem(_0x1466eb,_0x44b898){_0x1466eb['updateHeight']();const _0x1cf232=Ni(_0x44b898['bottom']+this['_spaceBetweenItems'],_0x1466eb['top']);return!!_0x1cf232&&(this['_setItemTop'](_0x44b898,_0x44b898['top']-_0x1cf232),!0x0);}_alignAfterItem(_0x5732d0,_0x185fcb){_0x5732d0['updateHeight']();const _0xbd3a91=Ni(_0x5732d0['bottom']+this['_spaceBetweenItems'],_0x185fcb['top']);return!!_0xbd3a91&&(this['_setItemTop'](_0x185fcb,_0x185fcb['top']+_0xbd3a91,!0x1),!0x0);}_alignToTargetRect(_0xdddc8e){const _0x432a25=this['_sidebarItemViewToAnnotation']['get'](_0xdddc8e);if(!_0x432a25||!_0x432a25['target']||!_0x432a25['targetRect'])return;const _0x2679e7=this['_getTargetTop'](_0x432a25,_0x432a25['targetRect']);this['_setItemTop'](_0xdddc8e,_0x2679e7);}_getTargetTop(_0x16d452,_0x112cda){if(null===_0x112cda)return 0x0;if(_0x16d452['target']instanceof _0x74eea0)return _0x112cda['top'];{const _0x1b028b=new _0x74eea0(this['view']['element'])['top'];return _0x112cda['top']-_0x1b028b;}}_setItemTop(_0x46054b,_0x56d62d,_0x1d25ec=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x1d25ec&&(_0x56d62d=Math['max'](_0x56d62d,this['_getMaxAvailableTop'](_0x46054b))),_0x46054b['top']=_0x56d62d;}_getMaxAvailableTop(_0x40ca72){let _0x2e6ea5=this['_getItemBefore'](_0x40ca72),_0x28ea6f=0x0;for(;_0x2e6ea5;)_0x2e6ea5['updateHeight'](),_0x28ea6f+=this['_spaceBetweenItems']+_0x2e6ea5['height'],_0x2e6ea5=this['_getItemBefore'](_0x2e6ea5);return _0x28ea6f;}};function Ni(_0x477289,_0x22dca4){return Math['max'](_0x477289-_0x22dca4,0x0);}function Oi(_0x4f5353){return null!==_0x4f5353&&'object'==typeof _0x4f5353&&0x1===_0x4f5353['nodeType'];}var Mi=class extends _0x295fc3{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(_0x30e42c){super(_0x30e42c),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x5b65c3(),this['_refreshPositioningDebounced']=_0x5a1ba2(()=>{_0x30e42c['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}init(){const _0x15ad95=this['context']['plugins']['get'](Ti),_0x67c161=this['context']['plugins']['get'](ki);_0x15ad95['register']('wideSidebar',this),_0x67c161['container']&&_0x15ad95['switchTo']('wideSidebar');}setActiveAnnotation(_0x5b527e){if(_0x5b527e===this['activeAnnotation'])return;const _0x1f2ee7=this['context']['plugins']['get'](ki);_0x1f2ee7['_activeAnnotation']=_0x5b527e;const _0x5d5dc7=this['activeAnnotation'];_0x1f2ee7['refresh']({'blurredAnnotation':_0x5d5dc7,'activatedAnnotation':_0x5b527e}),this['activeAnnotation']=_0x5b527e;}attach(_0x4eda2e){this['annotations']=_0x4eda2e;const _0x2c2139=this['context']['plugins']['get'](ki);if(_0x2c2139['_annotations']=_0x4eda2e,this['isAttached'])throw new _0x118589('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x2c2139,'set:container',()=>{this['detach'](),this['listenTo'](_0x2c2139,'change:container',_0x5e5235=>{_0x5e5235['off'](),this['attach'](_0x4eda2e);});}),_0x2c2139['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x17e8fb=_0x1292d8=>{_0x1292d8['updateTargetRect'](),_0x2c2139['addAnnotation'](_0x1292d8);};for(const _0x160594 of _0x4eda2e)_0x17e8fb(_0x160594);this['listenTo'](_0x4eda2e,'add',(_0x514c96,_0xc6707b)=>{_0x17e8fb(_0xc6707b);}),this['listenTo'](_0x4eda2e,'remove',(_0x1afd55,_0x133b75,_0x4ab40c)=>{_0x2c2139['rearrange']({'removedAnnotation':_0x133b75,'previousAnnotation':_0x4eda2e['get'](_0x4ab40c-0x1),'nextAnnotation':_0x4eda2e['get'](_0x4ab40c+0x1)}),_0x133b75===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x4eda2e,'focus',(_0xbb43a4,_0x1a511e)=>{this['setActiveAnnotation'](_0x1a511e);}),this['listenTo'](_0x4eda2e,'blur',()=>{this['setActiveAnnotation'](null);});const _0x4e635c=this['context']instanceof _0xac2563?this['context']['editors']:new _0x5b65c3([this['context']]);for(const _0x486888 of _0x4e635c)this['_integrateWithEditorAnnotations'](_0x486888);this['listenTo'](_0x4e635c,'add',(_0x361f1c,_0x3fcb55)=>{this['listenTo'](_0x3fcb55,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x3fcb55);});}),this['listenTo'](_0x4e635c,'remove',(_0x410840,_0x2a33b6)=>{_0x2a33b6['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x2a33b6['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();}detach(){if(!this['isAttached'])throw new _0x118589('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x48ae32=this['context']['plugins']['get'](ki);_0x48ae32['_detachFromContainer'](this['annotations']),this['stopListening'](_0x48ae32),this['stopListening'](this['annotations']),this['context']instanceof _0xac2563&&this['stopListening'](this['context']['editors']);for(const _0x3f5bd1 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x3f5bd1);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}destroy(){this['isAttached']&&this['detach']();}_integrateWithEditorAnnotations(_0x5e7436){if(!_0x5e7436['plugins']['has']('EditorAnnotations'))return;const _0x5d3786=_0x5e7436['plugins']['get']('EditorAnnotations'),_0xd579de=()=>{const _0x3085c4=_0x5d3786['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x3085c4[0x0]||null);};this['listenTo'](_0x5d3786,'refresh',_0xd579de),this['listenTo'](_0x5d3786,'blur',(_0x2faa5f,{isAnnotationTracked:_0x1969b2})=>{this['activeAnnotation']&&_0x1969b2(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x5d3786,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x53f710=>{_0x5d3786['hasDomSelection']()&&(_0xd579de(),_0x53f710['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x5d3786);}_destroyEditorAnnotationsIntegration(_0x407f3d){this['stopListening'](_0x407f3d),this['_editorAnnotations']['remove'](_0x407f3d);}},Ri=class extends _0xa85280{counterView;constructor(_0x4a3651){super(_0x4a3651);const _0x51e04d=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x109694,_0x747bf5)=>_0x109694?'...':_0x747bf5['toString']()),this['set']('annotationType',''),this['icon']=_0x85fe56,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new ht(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x51e04d['to']('annotationType',_0x46d56f=>'ck-annotation-counter__badge--'+_0x46d56f),_0x51e04d['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x51e04d['to']('_badge')}]}),this['children']['add'](this['counterView']);}},Si=class extends _0x295fc3{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(_0x22a4f9){super(_0x22a4f9),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=new(_0x158afe())(),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x5b65c3(),this['_refreshPositioningDebounced']=_0x5a1ba2(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}init(){this['context']['plugins']['get'](Ti)['register']('narrowSidebar',this),this['bodyCollection']=new _0xd0e182(this['context']['locale']),this['balloonPanelView']=new _0x46c323(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}attach(_0x3dc809){this['annotations']=_0x3dc809;const _0x3b7c5f=this['context']['plugins']['get'](ki),_0x29ea1d=this['balloonPanelView'];if(_0x3b7c5f['_annotations']=_0x3dc809,this['isAttached'])throw new _0x118589('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x3b7c5f,'set:container',()=>{this['detach'](),this['listenTo'](_0x3b7c5f,'change:container',_0x17108b=>{_0x17108b['off'](),this['attach'](_0x3dc809);});}),_0x3b7c5f['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x16769b=_0x18c9cb=>{const _0x4fcc78=new Ri(this['context']['locale']);_0x3b7c5f['addAnnotation'](_0x18c9cb,_0x4fcc78),this['_annotationToNarrowView']['set'](_0x18c9cb,_0x4fcc78),_0x4fcc78['bind']('isDirty','annotationType','number')['to'](_0x18c9cb['view'],'isDirty','type','length'),_0x4fcc78['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x29ea1d['content']['first']!==_0x18c9cb['view']?(this['_showBalloon'](_0x18c9cb),_0x18c9cb['view']['element']['focus'](),this['setActiveAnnotation'](_0x18c9cb)):this['setActiveAnnotation'](null);});};for(const _0x29d5e7 of _0x3dc809)_0x16769b(_0x29d5e7);this['listenTo'](_0x3dc809,'add',(_0xb28e3e,_0x38d042)=>{_0x16769b(_0x38d042);}),this['listenTo'](_0x3dc809,'remove',(_0x358623,_0x5964b7,_0x1b4589)=>{this['_annotationToNarrowView']['get'](_0x5964b7)['destroy'](),this['_annotationToNarrowView']['delete'](_0x5964b7),_0x3b7c5f['rearrange']({'removedAnnotation':_0x5964b7,'previousAnnotation':_0x3dc809['get'](_0x1b4589-0x1),'nextAnnotation':_0x3dc809['get'](_0x1b4589+0x1)}),_0x5964b7===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x3dc809,'focus',(_0x56a42c,_0x13f9ff)=>{this['setActiveAnnotation'](_0x13f9ff);}),this['listenTo'](_0x3dc809,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x3fe36c,_0x41d185)=>{_0x41d185['keyCode']===_0x4d5e85['esc']&&_0x29ea1d['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x29ea1d['content']['first']),this['_hideBalloon'](),_0x41d185['stopPropagation'](),_0x41d185['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x567efa,_0x2d7ac8)=>{const _0xba6990=_0x2d7ac8['target'];_0x29ea1d['isVisible']&&_0x29ea1d['element']['contains'](_0xba6990)||_0x3b7c5f['view']['element']['contains'](_0xba6990)||_0x567efa['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x1e2076=>_0x1e2076['contains'](_0xba6990))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x35244b=this['context']instanceof _0xac2563?this['context']['editors']:new _0x5b65c3([this['context']]);for(const _0x31a1ea of _0x35244b)this['_integrateWithEditorAnnotations'](_0x31a1ea);this['listenTo'](_0x35244b,'add',(_0xd2f1cc,_0x24a594)=>{this['listenTo'](_0x24a594,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x24a594);});}),this['listenTo'](_0x35244b,'remove',(_0x32b01c,_0x583554)=>{_0x583554['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x583554['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}setActiveAnnotation(_0x37fa95){if(_0x37fa95===this['activeAnnotation'])return;const _0x205e50=this['context']['plugins']['get'](ki);_0x205e50['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x37fa95,'disableAnimationOnActivatedAnnotation':!0x0}),_0x37fa95&&_0x205e50['getSidebarItemView'](_0x37fa95)?this['_showBalloon'](_0x37fa95):this['_hideBalloon'](),this['activeAnnotation']=_0x37fa95;}detach(){if(!this['isAttached'])throw new _0x118589('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x5a2753=this['context']['plugins']['get'](ki);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x3b7392=>_0x3b7392['destroy']()),this['_annotationToNarrowView']['clear'](),_0x5a2753['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0xac2563&&this['stopListening'](this['context']['editors']);for(const _0x1cb581 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x1cb581);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(_0x286861){if(!_0x286861['plugins']['has']('EditorAnnotations'))return;const _0x37c0ee=_0x286861['plugins']['get']('EditorAnnotations'),_0x3b3feb=this['context']['plugins']['get'](ki),_0x1d85f3=this['annotations'],_0x3a43a5=this['balloonPanelView'],_0x107432=()=>{const _0x4973f5=_0x37c0ee['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x4973f5),this['setActiveAnnotation'](_0x4973f5[0x0]||null);};this['listenTo'](_0x37c0ee,'refresh',_0x107432),this['listenTo'](_0x37c0ee,'blur',(_0x55adda,{isAnnotationTracked:_0x1945a1})=>{this['activeAnnotation']&&_0x1945a1(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x37c0ee,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x1d85f3,'blur',_0x1b827f=>{_0x37c0ee['hasDomSelection']()&&_0x1b827f['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x353600,_0x5bf3c0)=>{const _0x149351=_0x5bf3c0['target'];_0x3a43a5['isVisible']&&_0x3a43a5['element']['contains'](_0x149351)||_0x3b3feb['view']['element']['contains'](_0x149351)||this['activeAnnotation']&&_0x37c0ee['hasDomSelection']()&&(_0x107432(),_0x353600['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x37c0ee);}_destroyEditorAnnotationsIntegration(_0x9463fc){_0x9463fc&&(this['stopListening'](_0x9463fc),this['_editorAnnotations']['remove'](_0x9463fc));}_setSelectedAnnotations(_0x35f3ea){for(const _0x3467ea of this['_selectedAnnotations'])_0x35f3ea['includes'](_0x3467ea)||this['_manuallyClosedAnnotationViews']['delete'](_0x3467ea['view']);this['_selectedAnnotations']=_0x35f3ea;}_refreshPositioning(){const _0x258881=this['balloonPanelView'];this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning'](),_0x258881['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x7dc572){if(this['_manuallyClosedAnnotationViews']['has'](_0x7dc572['view']))return;const _0x5e5e0f=this['balloonPanelView']['content']['first'];_0x5e5e0f!==_0x7dc572['view']?(_0x5e5e0f&&this['_detachListeners'](_0x5e5e0f),this['_attachListeners'](_0x7dc572['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x7dc572['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}_updateBalloonPosition(){const _0x5629c6=this['balloonPanelView']['content']['first'],_0x3ad7b3=_0x5629c6&&this['annotations']['getByView'](_0x5629c6);if(!_0x3ad7b3||!this['_annotationToNarrowView']['has'](_0x3ad7b3))return;const _0x52bd23=this['_annotationToNarrowView']['get'](_0x3ad7b3)['element'],_0x513bfe=(function(){const _0x2cb004=_0x46c323['defaultPositions'];return[_0x2cb004['southArrowNorthEast'],_0x2cb004['northArrowSouthEast'],_0x2cb004['southArrowNorth'],_0x2cb004['northArrowSouth'],_0x2cb004['southArrowNorthWest'],_0x2cb004['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x52bd23,'positions':_0x513bfe});}['_hideBalloon'](){const _0x3dc8c9=this['balloonPanelView'],_0x51ca44=_0x3dc8c9['content']['first'];_0x51ca44&&(this['_detachListeners'](_0x51ca44),_0x3dc8c9['unpin'](),_0x3dc8c9['content']['clear']());}_attachListeners(_0x2bfd3b){this['listenTo'](_0x2bfd3b,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x2bfd3b,'Esc',(_0x390bbc,_0x2c23f2)=>{this['_manuallyClosedAnnotationViews']['add'](_0x2bfd3b),this['_hideBalloon'](),_0x2c23f2();});}_detachListeners(_0x31415d){this['stopListening'](_0x31415d);}},xi=class extends _0x346f32{isAttached;annotations;['_manuallyClosed'];['_balloon'];_addedAnnotations;_selectedAnnotations;['_forceRefresh'];_refreshVisibilityDebounced;static get requires(){return[di,_0x49e976,Ti];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3b02e9){super(_0x3b02e9),_0x3b02e9['editing']['view']['addObserver'](lt),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x3b02e9['plugins']['get'](_0x49e976),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1,this['_refreshVisibilityDebounced']=_0x5a1ba2(()=>{this['editor']['plugins']['get']('Annotations')['refreshVisibility']();},0xfa,{'leading':!0x1});}init(){const _0x3f083d=this['editor']['plugins']['get'](Ti);_0x3f083d['context']===this['editor']&&(_0x3f083d['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x3d3e91,_0x4bfb4f)=>{const _0x5256f8=this['_balloon'];if(this['isAttached']&&_0x5256f8['visibleView']){const _0x13daaf=this['annotations']['getByView'](_0x5256f8['visibleView']);_0x13daaf&&this['_closeAnnotation'](_0x13daaf),_0x4bfb4f();}}));}afterInit(){const _0x4251e1=this['editor']['plugins']['get'](Ti);_0x4251e1['context']===this['editor']&&(_0x4251e1['hasActive']()||_0x4251e1['switchTo']('inline'));}setActiveAnnotation(_0x7fca31){_0x7fca31!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x7fca31&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x7fca31)&&this['_addAnnotationToBalloon'](_0x7fca31,!0x0),_0x7fca31['isActive']=!0x0),_0x7fca31||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x7fca31);}attach(_0x71b1ed){this['annotations']=_0x71b1ed;const _0x8e918d=this['editor']['plugins']['get'](Ti),_0x34dd43=this['_balloon'];if(this['isAttached'])throw new _0x118589('inlineannotations-attach-already-attached',this);if(_0x8e918d['context']!==this['editor'])throw new _0x118589('inlineannotations-not-allowed-with-context',this);const _0x217d6d=this['editor']['plugins']['get'](di);this['listenTo'](_0x217d6d,'refresh',()=>{const _0x4f0622=_0x217d6d['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x26792c,_0x377d25;!this['_forceRefresh']&&(_0x26792c=_0x4f0622,_0x377d25=this['_selectedAnnotations'],_0x26792c['length']===_0x377d25['length']&&_0x26792c['every'](_0x4c170e=>_0x377d25['includes'](_0x4c170e)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x4f0622),this['setActiveAnnotation'](_0x4f0622[0x0]||null));}),this['listenTo'](_0x217d6d,'blur',(_0x5b66e5,{isAnnotationTracked:_0x4b6193})=>{this['activeAnnotation']&&_0x4b6193(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x217d6d,'uiUpdate',()=>{this['_refreshVisibilityDebounced']();}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x4f77fc,_0x40e247,_0x1f0a68)=>{_0x1f0a68||this['setActiveAnnotation'](null);}),this['listenTo'](_0x71b1ed,'remove',(_0x38c681,_0x39e327)=>{this['_removeAnnotationFromBalloon'](_0x39e327),_0x39e327===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x34dd43,'change:visibleView',(_0x912caa,_0x615cf6,_0x528126,_0x160a4a)=>{_0x160a4a&&this['stopListening'](_0x160a4a);const _0x2bd39d=_0x71b1ed['getByView'](_0x528126);_0x528126&&_0x2bd39d&&(this['listenTo'](_0x528126,'change:height',()=>{_0x34dd43['updatePosition']();}),this['listenTo'](_0x528126,'Esc',()=>{this['_closeAnnotation'](_0x2bd39d),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x2bd39d&&this['setActiveAnnotation'](_0x2bd39d));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x34dd43['visibleView']&&_0x71b1ed['getByView'](_0x34dd43['visibleView'])&&_0x34dd43['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 _0x118589('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x23fa74 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x23fa74);this['_refreshVisibilityDebounced']['cancel'](),this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}destroy(){this['isAttached']&&this['detach'](),this['_refreshVisibilityDebounced']['cancel']();}_setSelectedAnnotations(_0x4b7e40){for(const _0x185355 of this['_selectedAnnotations'])_0x4b7e40['includes'](_0x185355)||this['_manuallyClosed']['delete'](_0x185355);for(const _0x5e8f86 of this['annotations'])_0x4b7e40['includes'](_0x5e8f86)||this['_removeAnnotationFromBalloon'](_0x5e8f86);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x55d39d of _0x4b7e40)this['_addAnnotationToBalloon'](_0x55d39d);}this['_selectedAnnotations']=_0x4b7e40;}_addAnnotationToBalloon(_0x12c074,_0x3e1573=!0x1){this['_manuallyClosed']['has'](_0x12c074)||(this['_addedAnnotations']['has'](_0x12c074)||this['_balloon']['hasView'](_0x12c074['view'])||(this['_addedAnnotations']['add'](_0x12c074),this['_balloon']['add']({'stackId':_0x12c074['view']['id'],'view':_0x12c074['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x12c074)}})),_0x3e1573&&this['_balloon']['showStack'](_0x12c074['view']['id']));}_getBalloonTargetForAnnotation(_0x41a3f1){const _0x5ab829=_0x41a3f1['target'],_0xc2fcef=this['editor']['editing']['view'],_0x49328d=_0xc2fcef['document']['selection']['getFirstRange'](),_0x22af29=_0xc2fcef['domConverter']['viewRangeToDom'](_0x49328d);if(_0x22af29['collapse'](!0x0),_0x5ab829){if(_0x5ab829 instanceof _0x74eea0)return _0x5ab829;let _0x770cf4=[];for(const _0x481eba of _0x5ab829)_0x770cf4['push'](..._0x74eea0['getDomElementRects'](_0x481eba));_0x770cf4=function(_0x404ff2){const _0xc69bde=[];let _0x20e4bc=_0x404ff2[0x0];for(let _0x17b403=0x1;_0x17b403<_0x404ff2['length'];_0x17b403++)if(Pi(_0x20e4bc,_0x404ff2[_0x17b403])){const _0x2cbbf1=_0x404ff2[_0x17b403]['width'];_0x20e4bc['width']+=_0x2cbbf1,_0x20e4bc['right']+=_0x2cbbf1;}else _0xc69bde['push'](_0x20e4bc),_0x20e4bc=_0x404ff2[_0x17b403];return _0xc69bde['push'](_0x20e4bc),_0xc69bde;}(_0x770cf4);const _0x4f0cac=_0x22af29['getBoundingClientRect']();return _0x770cf4['find'](_0x42d1f2=>_0x42d1f2['top']<=_0x4f0cac['top']&&_0x42d1f2['bottom']>=_0x4f0cac['bottom']&&_0x42d1f2['left']<=_0x4f0cac['left']&&_0x42d1f2['right']>=_0x4f0cac['right'])||_0x770cf4[0x0];}return _0x41a3f1['targetRect']||_0x22af29;}_removeAnnotationFromBalloon(_0x198388){this['_addedAnnotations']['has'](_0x198388)&&this['_balloon']['hasView'](_0x198388['view'])&&(this['_addedAnnotations']['delete'](_0x198388),this['_balloon']['remove'](_0x198388['view']));}_closeAnnotation(_0xeb9c98){this['_manuallyClosed']['add'](_0xeb9c98),this['_removeAnnotationFromBalloon'](_0xeb9c98);}};function Pi(_0x56821c,_0x51dd30){return _0x56821c['top']===_0x51dd30['top']&&_0x56821c['bottom']===_0x51dd30['bottom']&&_0x56821c['right']===_0x51dd30['left'];}var Li=class extends ht{['focusTracker'];['focusCycler'];_annotationViews;constructor(_0x27ff5a,_0x21a705){super(_0x27ff5a),this['set']('isEmpty',!_0x21a705['length']),this['focusTracker']=new _0x4b19f2(),this['_annotationViews']=_0x21a705,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new et({'focusables':_0x21a705,'focusTracker':this['focusTracker']}),this['listenTo'](_0x21a705,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x21a705,'remove',(_0x3b5695,_0x4eb6d8)=>{_0x4eb6d8['isActive']&&this['focus'](),_0x21a705['length']||(this['isEmpty']=!0x0);});const _0x192580=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':Et(_0x27ff5a,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x21a705},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x192580['if']('isEmpty','ck-hidden',_0x136831=>!_0x136831)]},'children':[{'text':Et(_0x27ff5a,'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 _0x141262 of this['_annotationViews'])this['focusTracker']['add'](_0x141262['element']);this['_annotationViews']['on']('change',(_0x4f3c69,{added:_0x2ac28e,removed:_0xdd2dc})=>{for(const _0xa70231 of _0x2ac28e)this['focusTracker']['add'](_0xa70231['element']);for(const _0x78d61e of _0xdd2dc)this['focusTracker']['remove'](_0x78d61e['element']);});}},Di=class extends _0x295fc3{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get requires(){return[oi,ti];}constructor(_0x1a0040){super(_0x1a0040),this['archivedThreads']=new _0x5b65c3();}init(){const _0x5ac965=this['context'],_0x283b90=_0x5ac965['plugins']['get'](oi),_0x10bf66=_0x5ac965['plugins']['get'](ti);this['listenTo'](_0x283b90,'addCommentThread',(_0x154374,{threadId:_0x496d73})=>{const _0x37725c=_0x283b90['getCommentThread'](_0x496d73);_0x37725c['archivedAt']&&this['archivedThreads']['add'](_0x37725c,this['_calculatePosition'](_0x37725c['archivedAt'])),this['listenTo'](_0x37725c,'change:archivedAt',(_0x34a025,_0x36d056,_0x57ae77)=>{_0x57ae77?this['archivedThreads']['has'](_0x37725c)||this['archivedThreads']['add'](_0x37725c,this['_calculatePosition'](_0x37725c['archivedAt'])):this['archivedThreads']['has'](_0x37725c)&&this['archivedThreads']['remove'](_0x37725c);});}),this['listenTo'](_0x283b90,'removeCommentThread',(_0x104362,{threadId:_0x5d41e1})=>{const _0x201aec=_0x283b90['getCommentThread'](_0x5d41e1);this['stopListening'](_0x201aec),this['archivedThreads']['has'](_0x201aec)&&this['archivedThreads']['remove'](_0x201aec);},{'priority':'highest'}),this['listenTo'](_0x10bf66['collection'],'focus',(_0x2398c7,_0x4e79a2)=>{_0x4e79a2['isVisible']||(_0x4e79a2['isActive']=!0x0,_0x10bf66['activate'](_0x4e79a2));});}_calculatePosition(_0x302781){const _0x5ec5f7=[...this['archivedThreads']]['findIndex'](_0x50a844=>_0x50a844['archivedAt']<_0x302781);return _0x5ec5f7>-0x1?_0x5ec5f7:this['archivedThreads']['length'];}},Vi=class extends _0x346f32{commentsArchiveView;annotationViews;['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get requires(){return[Di,_0x381484];}constructor(_0x18882a){super(_0x18882a),this['annotationViews']=new at(),this['_pendingThreads']=[];}init(){const _0x571fc4=this['editor'],_0x1fe196=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x571fc4['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0xa85280,!0x0)),_0x571fc4['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x3649bf=this['_createCommentsArchiveButton'](rt);return _0x3649bf['set']({'role':'menuitemcheckbox'}),_0x3649bf;});const _0x2bae1c=_0x571fc4['plugins']['get'](Di),_0x42d26b=_0x571fc4['plugins']['get']('Annotations'),_0x10aab0=_0x571fc4['plugins']['get']('CommentsRepository');_0x2bae1c['archivedThreads']['forEach'](_0x2958b5=>{this['_handleNewThread'](_0x2958b5);}),this['listenTo'](_0x2bae1c['archivedThreads'],'add',(_0x167624,_0xd83a3f)=>{this['_handleNewThread'](_0xd83a3f);}),this['listenTo'](_0x42d26b['collection'],'add',(_0x676935,_0x534477)=>{const _0xea11bb=this['_pendingThreads']['find'](_0x302b9e=>{const _0xf41214=_0x10aab0['_threadToController']['get'](_0x302b9e);return _0xf41214&&_0x534477['innerView']===_0xf41214['view'];});if(_0xea11bb){const _0x1013e2=this['_calculatePosition'](_0xea11bb['archivedAt']);this['_addAnnotationToArchive'](_0x534477,_0x1013e2),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0xea11bb),0x1);}}),this['listenTo'](_0x2bae1c['archivedThreads'],'remove',(_0x1c9d6c,_0x3eef1a)=>{const _0x572422=_0x571fc4['config']['get']('collaboration.channelId');if(!_0x572422||_0x3eef1a['channelId']===_0x572422){if(this['_pendingThreads']['includes'](_0x3eef1a))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x3eef1a),0x1);else{const _0x4654c6=_0x10aab0['_threadToController']['get'](_0x3eef1a),_0x560bb8=_0x42d26b['getByInnerView'](_0x4654c6['view']);this['annotationViews']['remove'](_0x560bb8['view']),this['stopListening'](_0x560bb8),this['stopListening'](_0x560bb8['focusableElements']);}}}),this['listenTo'](_0x42d26b['collection'],'add',(_0x50cdc6,_0xf21252)=>{this['listenTo'](_0xf21252,'escape',_0x1fe196);}),this['listenTo'](_0x42d26b['collection'],'remove',(_0x2ce8de,_0x5dc458)=>{this['stopListening'](_0x5dc458,'escape',_0x1fe196);});}_addAnnotationToArchive(_0x11e2b9,_0x4c640e){this['listenTo'](_0x11e2b9,'set:isVisible',_0x332ae1=>{_0x332ae1['return']=!0x1,_0x332ae1['stop']();}),this['annotationViews']['add'](_0x11e2b9['view'],_0x4c640e);}['_handleNewThread'](_0x5f2f60){const _0x1bfcbf=this['editor']['plugins']['get']('CommentsRepository'),_0x564731=this['editor']['plugins']['get']('Annotations'),_0x1bcf88=this['editor']['config']['get']('collaboration.channelId');if(!_0x1bcf88||_0x5f2f60['channelId']===_0x1bcf88){const _0x1581f5=_0x1bfcbf['_threadToController']['get'](_0x5f2f60);if(!_0x1581f5)return void this['_pendingThreads']['push'](_0x5f2f60);const _0x242d11=this['_calculatePosition'](_0x5f2f60['archivedAt']),_0x4db1b3=_0x564731['getByInnerView'](_0x1581f5['view']);_0x4db1b3['isVisible']&&_0x564731['_visibleAnnotations']['remove'](_0x4db1b3),this['_addAnnotationToArchive'](_0x4db1b3,_0x242d11);}}_calculatePosition(_0x43a119){const _0x6f5158=this['editor']['config']['get']('collaboration.channelId'),_0x97117=[...this['editor']['plugins']['get'](Di)['archivedThreads']]['filter'](_0x67604c=>_0x67604c['channelId']===_0x6f5158)['findIndex'](_0xa77292=>_0xa77292['archivedAt']<_0x43a119);return _0x97117<0x0||_0x97117>this['annotationViews']['length']?this['annotationViews']['length']:_0x97117-0x1;}_toggleDialog(){const _0x12f411=this['editor'],_0x1e786e=_0x12f411['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new Li(_0x12f411['locale'],this['annotationViews'])),'commentsArchive'===_0x1e786e['id']?_0x1e786e['hide']():_0x1e786e['show']({'id':'commentsArchive','title':Et(_0x12f411['locale'],'COMMENTS_ARCHIVE'),'icon':_0x5a1103,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x5805ff['EDITOR_TOP_SIDE']});}_createCommentsArchiveButton(_0x329773,_0x2145de=!0x1){const _0x55f6ce=this['editor']['locale'],_0x58b7ca=this['editor']['plugins']['get']('Dialog'),_0x513559=new _0x329773(_0x55f6ce);return _0x513559['bind']('isEnabled')['to'](this,'isEnabled'),_0x513559['bind']('isOn')['to'](_0x58b7ca,'id',_0x190f56=>'commentsArchive'===_0x190f56),_0x513559['set']({'label':Et(_0x55f6ce,'COMMENTS_ARCHIVE'),'icon':_0x5a1103,'isToggleable':!0x0}),_0x2145de&&(_0x513559['tooltip']=!0x0),this['listenTo'](_0x513559,'execute',()=>this['_toggleDialog']()),_0x513559;}_hideDialogOnAnnotationEscape=_0x33e598=>{const _0x1c11bb=_0x33e598['source'];if(!this['annotationViews']['has'](_0x1c11bb['view']))return;const _0x4cb889=this['editor']['plugins']['get']('Dialog');_0x4cb889['isOpen']&&'commentsArchive'===_0x4cb889['id']&&(_0x4cb889['hide'](),_0x33e598['stop']());};},Bi=class extends _0x346f32{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};
|