@ckeditor/ckeditor5-comments 48.4.0-alpha.3 → 48.4.0-alpha.5
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(_0x532b80={}){(_0x532b80=Object['assign']({},_0x532b80))['plugins']||(_0x532b80['plugins']=CommentEditor['defaultPlugins']),super(_0x532b80),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 _0x2b4a5e=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x2b4a5e))['then'](()=>this['fire']('ready'));}destroy(){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x28bbe5=>{const _0x112750=this['model']['document']['getRoot'](),_0x38f415=_0x112750&&_0x112750['getChild'](_0x112750['childCount']-0x1);_0x28bbe5['setSelection'](_0x38f415,'end'),this['editing']['view']['focus']();});}_updatePlaceholder(){const _0x414060=this['editing']['view'],_0x35e9bf=_0x414060['document']['getRoot'](),_0x384c14=_0x35e9bf['getChild'](0x0);_0x35e9bf['childCount']>0x1||!_0x384c14||'p'!=_0x384c14['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(mt(_0x414060,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x384c14['placeholder']=this['placeholder']),ut({'view':_0x414060,'element':_0x384c14,'keepOnFocus':!0x0}),this['placeholderElement']=_0x384c14);}},St=class extends ht{keystrokes;['focusTracker'];['focusables'];['focusCycler'];submitButtonView;cancelButtonView;_editorConfig;constructor(_0x560bd9,_0x17df0d={}){super(_0x560bd9),this['editor']=null,this['_editorConfig']=_0x17df0d,this['set']('value',_0x17df0d['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',Et(_0x560bd9,'Reply...')),this['set']('submitLabel',Et(_0x560bd9,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new _0x4d6908(),this['focusTracker']=new _0x1bc134(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x3047d5=>!_0x3047d5['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',(_0x1f0f42,_0x5e7a9e)=>{this['cancelButtonView']['fire']('execute'),_0x5e7a9e();}),this['keystrokes']['set']('Ctrl+Enter',(_0x5dbd0b,_0xd8a6a1)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0xd8a6a1());}),this['on']('submit',(_0x1bd42e,_0x98a7f3)=>{_0x98a7f3['length']>0xfde8?(alert(Et(_0x560bd9,'TOO_LONG_COMMENT_ALERT',[_0x98a7f3['length'],0xfde8])),_0x1bd42e['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 _0x27be2f=this['editor'];this['element']['insertBefore'](_0x27be2f['ui']['element'],this['element']['firstChild']),_0x27be2f['model']['document']['on']('change',()=>this['value']=_0x27be2f['getData']()),_0x27be2f['bind']('placeholder')['to'](this),this['focusables']['add'](_0x27be2f['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x5b6a19){-0x1===_0x5b6a19?(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:_0x5b1b9e}=this,_0x5a8300=new _0x4695a0(_0x5b1b9e);return _0x5a8300['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x5a8300['withText']=!0x0,_0x5a8300['bind']('label')['to'](this,'submitLabel'),_0x5a8300['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x5a8300['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0xf2dd80,_0x36acce)=>!_0x36acce&&!!_0xf2dd80['trim']()),_0x5a8300;}_createCancelButton(){const {locale:_0x414d25}=this,_0x29c256=new _0x4695a0(_0x414d25);return _0x29c256['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x29c256['label']=Et(_0x414d25,'Cancel'),_0x29c256['withText']=!0x0,_0x29c256['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x29c256;}_setupKeyboardNavigation(){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x468a94=>{this['focusTracker']['add'](_0x468a94['element']);}),this['focusables']['on']('change',(_0x382f7e,_0x167b80)=>{for(const _0x4f2e40 of Array['from'](_0x167b80['added'])['reverse']())this['focusTracker']['add'](_0x4f2e40['element']);});}},xt=class extends ht{constructor(_0x1aa8c1,_0x3c81b9,_0x3c49c8){super(_0x1aa8c1),this['commentInputView']=new St(_0x1aa8c1,_0x3c49c8),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x51eafd,_0x391fc2)=>_0x51eafd||!!_0x391fc2),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 _0x3d8fe9(_0x1aa8c1,_0x3c81b9),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'](_0x4e34a7){this['commentInputView']['focus'](_0x4e34a7);}_focusOnNonInteractiveMouseDown(){this['listenTo'](this['element'],'mousedown',(_0xaa5314,_0x1395d0)=>{const {submitButtonView:_0x483d59,cancelButtonView:_0x2b5368,editor:_0x4088b0}=this['commentInputView'];[_0x483d59['element'],_0x2b5368['element'],_0x4088b0?_0x4088b0['editing']['view']['getDomRoot']():null]['filter'](_0x5cc702=>_0x5cc702)['some'](_0x414928=>_0x414928['contains'](_0x1395d0['target']))||(this['focus'](),_0x1395d0['preventDefault']());});}},Pt=class extends ht{constructor(_0x8f1144){super(_0x8f1144);const _0x343058=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x343058['to']('count',_0x1d1580=>Et(_0x8f1144,'NUMBER_OF_COMMENTS',_0x1d1580))}]});}},Lt=class extends ht{commentViews;resolvedCommentView;['focusTracker'];keystrokes;['focusCycler'];['_model'];['_config'];_collapsedCommentsView;constructor(_0x125f12,_0x36de7a,_0xd85389){super(_0x125f12);const _0x5c1530=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x36de7a['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x36de7a,this['_config']=_0xd85389,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x1bc134(),this['keystrokes']=new _0x4d6908(),this['focusCycler']=new et({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x20a94a=>this['commentViews']['map'](_0x2184f7=>_0x2184f7['element'])['includes'](_0x20a94a['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new Pt(_0x125f12),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x24c52a=>_0x24c52a-this['_config']['maxCommentsWhenCollapsed']);for(const _0xad5fa3 of _0x36de7a['comments'])this['_handleNewCommentModel'](_0xad5fa3);this['_handleInfoComment'](),this['listenTo'](_0x36de7a['comments'],'add',(_0xef8603,_0x327787)=>{const _0x5d863a=this['_calculatePosition'](_0x327787);this['length']++,this['_handleNewCommentModel'](_0x327787,_0x5d863a),this['refreshVisibleViews']();}),this['listenTo'](_0x36de7a['comments'],'remove',(_0x4ce811,_0x2452bc)=>{this['length']--,this['_handleRemoveCommentModel'](_0x2452bc),this['refreshVisibleViews']();}),this['listenTo'](_0x36de7a,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x36de7a,'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',_0x5c1530['if']('length','ck-hidden',_0x40c189=>!_0x40c189)],'aria-label':Et(_0x125f12,'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'](_0xcc720a){-0x1===_0xcc720a?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}destroy(){this['_collapsedCommentsView']['destroy']();for(const _0x4c354f of this['commentViews'])_0x4c354f['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}_handleNewCommentModel(_0x27170c,_0xd5875e){const _0x4667c3=new this['_config']['CommentView'](this['locale'],_0x27170c,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x4667c3['viewUid']=_0x27170c['id'],_0x4667c3['delegate']('removeComment')['to'](this),_0x4667c3['delegate']('updateComment')['to'](this),_0x4667c3['delegate']('resolveCommentThread')['to'](this),_0x4667c3['delegate']('editorReady')['to'](this),_0x4667c3['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x4667c3,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x4667c3,_0xd5875e);}_calculatePosition(_0x151ae6){const _0x2dedc2=this['_model']['_findOptimalIndex'](_0x151ae6);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x151ae6['authoredAt']?_0x2dedc2-0x1:_0x2dedc2:_0x2dedc2-0x1;}_handleInfoComment(){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x1dc2b2={'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'],_0x1dc2b2,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x1dc2b2));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}_handleRemoveCommentModel(_0x1d9268){const _0x44a5f3=this['commentViews']['remove'](_0x1d9268['id']);this['stopListening'](_0x44a5f3),_0x44a5f3['isEditMode']&&this['_updateHasDirtyComment'](),_0x44a5f3['destroy']();}_updateHasDirtyComment(){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x4a4674=>_0x4a4674['isEditMode']);}['_rearrangeCollapse'](){const _0x51a7aa=function(_0x1d57d6){const _0x445740=new _0x3a878e();for(const _0x49939b of _0x1d57d6)_0x445740['add'](_0x49939b);return _0x445740;}(this['commentViews']),_0x200860=this['_collapsedCommentsView']['count'];for(let _0x567a3d=0x1;_0x567a3d<=_0x200860;_0x567a3d++)_0x51a7aa['remove'](0x1);for(const _0x1d19a0 of _0x51a7aa)_0x1d19a0['collapse']();_0x200860>0x0&&_0x51a7aa['add'](this['_collapsedCommentsView'],0x1),Dt(_0x45fda3(Array['from'](this['visibleViews']),Array['from'](_0x51a7aa)),this['visibleViews'],_0x51a7aa);}['_rearrangeExpand'](){Dt(_0x45fda3(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x2ea716 of this['visibleViews'])_0x2ea716['expand']();}_setupKeyboardNavigation(){this['commentViews']['forEach'](_0x30d739=>{this['focusTracker']['add'](_0x30d739['element']),this['keystrokes']['listenTo'](_0x30d739['element']);}),this['commentViews']['on']('change',(_0x9030a5,_0x5e808b)=>{for(const _0xd2b518 of _0x5e808b['removed'])this['focusTracker']['remove'](_0xd2b518['element']),this['keystrokes']['stopListening'](_0xd2b518['element']);for(const _0x243ea4 of Array['from'](_0x5e808b['added'])['reverse']())this['focusTracker']['add'](_0x243ea4['element']),this['keystrokes']['listenTo'](_0x243ea4['element']);});}};function Dt(_0x7082d2,_0x598c7f,_0x1794d9){let _0x50a297=0x0;for(const _0x31071d of _0x7082d2)switch(_0x31071d){case'insert':_0x598c7f['add'](_0x1794d9['get'](_0x50a297),_0x50a297),_0x50a297++;break;case'delete':_0x598c7f['remove'](_0x50a297);break;case'equal':_0x50a297++;}}var Vt=class extends ht{constructor(_0x240915){super(_0x240915);const _0x2cc718=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x2cc718['to']('contextValue',_0x539587=>Et(_0x240915,'THREAD_CONTEXT_LABEL',_0x539587)),'tabindex':-0x1},'children':[{'text':_0x2cc718['to']('contextValue')}]});}['focus'](){this['element']['focus']();}},Bt=class extends ht{['_model'];reopenButtonView;contextView;['focusables'];['focusTracker'];keystrokes;['focusCycler'];constructor(_0x5813e3,_0xf63ab){super(_0x5813e3);const _0x41e91a=this['bindTemplate'];this['_model']=_0xf63ab,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x1bc134(),this['keystrokes']=new _0x4d6908(),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',_0x367e53=>!!_0x367e53),this['bind']('contextValue')['to'](this['_model'],'context',_0x397d22=>_0x397d22&&_0x397d22['value']?this['_trimContextValue'](_0x397d22['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',_0x41e91a['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 _0x2815a2=new _0x4695a0(this['locale']);return _0x2815a2['label']=Et(this['locale'],'Reopen'),_0x2815a2['tooltip']=Et(this['locale'],'Reopen'),_0x2815a2['icon']=_0x2afc5d,_0x2815a2['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x2e55eb=>!_0x2e55eb),_0x2815a2['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x1417aa,_0x1fd347)=>_0x1417aa&&_0x1fd347),_0x2815a2['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x2815a2;}_trimContextValue(_0x371ba9){if(_0x371ba9['length']<0x96)return _0x371ba9;const _0x5ecfc6=_0x371ba9['lastIndexOf']('\x20',0x93);return _0x371ba9['substring'](0x0,_0x5ecfc6>-0x1?_0x5ecfc6:0x93)+'...';}_attachContextActions(){const _0x40cc10=this['element']['querySelector']('.ck-context'),_0x595484=_0x40cc10['querySelector']('.ck-context__value');this['listenTo'](_0x40cc10,'mouseenter',()=>{_0x595484['offsetWidth']<_0x595484['scrollWidth']&&_0x40cc10['classList']['add']('overlay');}),this['listenTo'](_0x40cc10,'mouseleave',()=>{_0x40cc10['classList']['remove']('overlay');});}_setupKeyboardNavigation(){this['keystrokes']['listenTo'](this['element']);for(const _0x3bcd9a of this['focusables'])this['focusTracker']['add'](_0x3bcd9a['element']),this['keystrokes']['listenTo'](_0x3bcd9a['element']);}_createContextView(){const _0x35a519=new Vt(this['locale']);return _0x35a519['bind']('contextValue')['to'](this),_0x35a519;}},Ht=class extends ht{['_model'];['_config'];commentThreadHeaderView;commentThreadInputView;ariaDescriptionView;['focusables'];['focusTracker'];keystrokes;['focusCycler'];constructor(_0x5db4c4,_0x28f995,_0x5d9714,_0x54ce63){super(_0x5db4c4),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x28f995,this['_localUser']=_0x5d9714,this['_config']=_0x54ce63,this['commentThreadHeaderView']=new Bt(_0x5db4c4,_0x28f995),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x3790e4(_0x5db4c4,Et(_0x5db4c4,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new Lt(_0x5db4c4,_0x28f995,Object['assign']({'CommentView':this['_config']['CommentView']},_0x54ce63)),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',(_0x48879c,_0x1ffbb2)=>_0x48879c||!!_0x1ffbb2),this['bind']('isUnlinked')['to'](_0x28f995,'unlinkedAt',_0x15d495=>!!_0x15d495);let _0x55151f=null;const _0xbfa803=()=>{const _0xc4e03f=this['_model']['comments']['first']||null;_0xc4e03f!==_0x55151f&&(_0x55151f&&this['stopListening'](_0x55151f,'change:content'),_0x55151f=_0xc4e03f,_0xc4e03f&&this['listenTo'](_0xc4e03f,'change:content',_0xbfa803));const _0x4e037b=_0xc4e03f?_0xc4e03f['author']['name']:this['_localUser']['name'],_0x105ef0=_0xc4e03f?new DOMParser()['parseFromString'](_0x4effb0(_0xc4e03f['content'],{'limit':this['_config']['maxCommentCharsWhenCollapsed']}),'text/html')['body']['textContent']:'',_0x472de9=Et(this['locale'],'COMMENT_THREAD_LABEL',[this['length'],_0x4e037b]);this['set']('ariaLabel',_0x105ef0?_0x472de9+'\x20'+_0x105ef0:_0x472de9);};this['listenTo'](this['_model']['comments'],'change',_0xbfa803),_0xbfa803(),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x1bc134(),this['keystrokes']=new _0x4d6908(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x4b5f7b=>_0x4b5f7b['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0x2e9506(this,this['focusables']);}async destroy(){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}_createCommentThreadInputView(){const _0x2f9529=new xt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x336203=_0x2f9529['commentInputView'];return _0x2f9529['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x336203,'value',(_0x238571,_0x31fc91,_0x1a886e,_0x1d6da7,_0x5f1c29)=>!!_0x5f1c29||!!_0x1d6da7&&_0x1a886e&&!_0x31fc91||_0x238571&&_0x1a886e&&!_0x31fc91),_0x336203['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0xdd55fa,_0x142fc0,_0x405526)=>{let _0x469b20;return _0x469b20=_0x405526&&_0x142fc0?'Reply\x20to\x20reopen\x20discussion...':_0xdd55fa?'Reply...':'Write\x20a\x20comment...',Et(this['locale'],_0x469b20);}),_0x336203['bind']('submitLabel')['to'](this,'length',_0x18822a=>Et(this['locale'],_0x18822a?'Reply':'Comment')),_0x336203['on']('submit',(_0x5d5cec,_0x15dee3)=>{this['fire']('addComment',_0x15dee3),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x336203['on']('cancel',()=>{this['focus']();}),_0x336203['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x336203['on']('cancel',_0x280e23=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x280e23['stop']());}),this['on']('change:isActive',(_0x8435c3,_0x2ffe38,_0x40be65)=>{_0x40be65||this['length']||_0x336203['value']||this['fire']('removeCommentThread');}),_0x2f9529;}};const Ft=/* #__PURE__ -- @preserve */
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
_0x4c9f3d();var $t=class Annotation extends jt{['view'];focusableElements;_type;_target;constructor({view:_0x1f9670,target:_0x3e828a,type:_0xd3372d,isVisible:_0x5bc7f8=!0x0}){super(),this['view']=_0x1f9670,this['view']['element']||this['view']['render'](),this['_type']=_0xd3372d,this['_target']=_0x3e828a,Annotation['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x3a878e([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x4cb4e2,_0x827114)=>{this['view']['focusTracker']['add'](_0x827114);}),this['focusableElements']['on']('remove',(_0x18a8d3,_0xbcf8cf)=>{this['view']['focusTracker']['remove'](_0xbcf8cf);}),this['set']('isVisible',_0x5bc7f8);}get type(){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get target(){const _0x11f740=this['_getNormalizedTarget']();return Annotation['_assertCorrectTarget'](_0x11f740),_0x11f740;}get targetRect(){const _0x589a94=this['target'];if(null===_0x589a94)return null;if(_0x589a94 instanceof _0x5b8deb)return _0x589a94;const _0x3febe8=_0x589a94['filter'](_0x1646a8=>function(_0x1aac24){return!!_0x1aac24['offsetParent']||!!_0x1aac24['getClientRects']()['item'](0x0);}(_0x1646a8));return 0x0===_0x3febe8['length']?null:_0x5b8deb['getDomElementRects'](_0x3febe8[0x0])[0x0];}get isActive(){return this['view']['isActive'];}set isActive(_0x5aedcf){this['view']['isActive']=_0x5aedcf,this['view']['mainView']['isActive']=_0x5aedcf;}updateTargetRect(){this['view']['targetRect']=this['targetRect'];}destroy(){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}refreshVisibility(){this['isVisible']=!!this['targetRect'];}static _assertCorrectTarget(_0x208302){if(!(null===_0x208302||_0x208302 instanceof _0x5b8deb||Array['isArray'](_0x208302)&&_0x208302['every'](_0x1b9a35=>zt(_0x1b9a35))))throw new _0x4542a4('annotation-invalid-target',null,{'target':_0x208302});}_getNormalizedTarget(){const _0x549159='function'==typeof this['_target']?this['_target']():this['_target'];return zt(_0x549159)?[_0x549159]:_0x549159;}};function zt(_0xdb71a2){return null!==_0xdb71a2&&'object'==typeof _0xdb71a2&&'nodeType'in _0xdb71a2&&0x1===_0xdb71a2['nodeType'];}var Jt=class extends _0x3a878e{_innerViewToAnnotation;_viewToAnnotation;['_focusTracker'];constructor(_0x3a3788=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x1bc134(),this['_focusTracker']['on']('change:isFocused',(_0x266a63,_0x372b78,_0x4d285d)=>{_0x4d285d||this['fire']('blur');});for(const _0xdc523e of _0x3a3788)this['add'](_0xdc523e);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0xc77968){if(this['has'](_0xc77968))throw new _0x4542a4('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0xc77968['innerView'],_0xc77968),this['_viewToAnnotation']['set'](_0xc77968['view'],_0xc77968);for(const _0x25013b of _0xc77968['focusableElements'])this['_focusTracker']['add'](_0x25013b);if(this['listenTo'](_0xc77968['focusableElements'],'add',(_0x15f31e,_0x5804a8)=>{this['_focusTracker']['add'](_0x5804a8);}),this['listenTo'](_0xc77968['focusableElements'],'remove',(_0x1e2ee2,_0x49c6cf)=>{this['_focusTracker']['remove'](_0x49c6cf);}),this['listenTo'](_0xc77968['view']['focusTracker'],'change:isFocused',(_0x118cf3,_0x3b6d83,_0x31c45c)=>{_0x31c45c&&this['fire']('focus',_0xc77968);}),_0xc77968['updateTargetRect'](),this['_areCachedRectsStale']()){for(const _0xcd61b4 of this)_0xcd61b4['updateTargetRect']();}const _0x44cda3=this['_getOrderInContent'](_0xc77968['view']['targetRect']);return super['add'](_0xc77968,_0x44cda3);}['remove'](_0x4f02ff){if(!this['has'](_0x4f02ff))throw new _0x4542a4('annotationcollection-not-existing-item',null);this['stopListening'](_0x4f02ff['view']['focusTracker']),this['stopListening'](_0x4f02ff['focusableElements']);for(const _0x3d84a9 of _0x4f02ff['focusableElements'])this['_focusTracker']['remove'](_0x3d84a9);return this['_viewToAnnotation']['delete'](_0x4f02ff['view']),this['_innerViewToAnnotation']['delete'](_0x4f02ff['innerView']),super['remove'](_0x4f02ff);}getByInnerView(_0x149d34){return this['_innerViewToAnnotation']['get'](_0x149d34);}getByView(_0x2e66ec){return this['_viewToAnnotation']['get'](_0x2e66ec);}destroy(){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}refreshPositioning(){for(const _0x5a3bd7 of this)_0x5a3bd7['updateTargetRect']();this['_sort']();}_sort(){const _0x6ac8b2=Array['from'](this)['sort']((_0x5d6d86,_0x357cd6)=>Zt(_0x5d6d86['view']['targetRect'],_0x357cd6['view']['targetRect']));for(let _0x314f39=_0x6ac8b2['length']-0x1;_0x314f39>0x0;_0x314f39--){const _0x29f50b=_0x6ac8b2[_0x314f39];_0x314f39!==this['getIndex'](_0x29f50b)&&(this['remove'](_0x29f50b),this['add'](_0x29f50b));}}_getOrderInContent(_0x547e42){let _0x390c4f=0x0;if(!_0x547e42)return this['length'];for(const _0x1608cc of this){const _0x25267f=_0x1608cc['view']['targetRect'];if(_0x25267f){if(Zt(_0x547e42,_0x25267f)<0x0)return _0x390c4f;_0x390c4f++;}}return _0x390c4f;}_areCachedRectsStale(){const _0x5e3c2a=this['get'](0x0);if(!_0x5e3c2a)return!0x1;const _0x23d2af=_0x5e3c2a['view']['targetRect'],_0x54fb84=_0x5e3c2a['targetRect'];return!(!_0x23d2af||!_0x54fb84)&&(_0x23d2af['top']!==_0x54fb84['top']||_0x23d2af['left']!==_0x54fb84['left']);}};function Qt({source:_0x41cb6c,target:_0x5ccb19,filter:_0x5e6eac}){for(const _0x4f9087 of _0x41cb6c)_0x5e6eac(_0x4f9087)&&_0x5ccb19['add'](_0x4f9087);_0x5ccb19['listenTo'](_0x41cb6c,'add',(_0xce1f6d,_0x1033a4)=>{_0x5e6eac(_0x1033a4)&&_0x5ccb19['add'](_0x1033a4);}),_0x5ccb19['listenTo'](_0x41cb6c,'remove',(_0x3f68fd,_0x57de17)=>{_0x5ccb19['has'](_0x57de17)&&_0x5ccb19['remove'](_0x57de17);});}function Zt(_0x58511c,_0x17fa0f){if(null===_0x58511c&&null===_0x17fa0f)return 0x0;if(null===_0x58511c)return-0x1;if(null===_0x17fa0f)return 0x1;const _0x5307fd=_0x58511c['top']-_0x17fa0f['top'];return 0x0==_0x5307fd?_0x58511c['left']-_0x17fa0f['left']:_0x5307fd;}var ti=class extends _0x5bc735{collection;_visibleAnnotations;static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2512ff){if(super(_0x2512ff),this['collection']=new Jt(),this['_visibleAnnotations']=new Jt(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x2512ff instanceof _0x4c61cd){const _0xcd2921=_0x2512ff['locale'];_0x2512ff['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':Et(_0xcd2921,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':Et(_0xcd2921,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':Et(_0xcd2921,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':Et(_0xcd2921,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':Et(_0xcd2921,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':Et(_0xcd2921,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':Et(_0xcd2921,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x1b9585){this['collection']['add'](_0x1b9585);}['remove'](_0xad2df6){this['collection']['remove'](_0xad2df6),_0xad2df6['destroy']();}refreshVisibility(){for(const _0xa3ffa9 of this['collection'])_0xa3ffa9['refreshVisibility']();}refreshPositioning(){this['_visibleAnnotations']['refreshPositioning']();}getByInnerView(_0x1d39f4){return this['collection']['getByInnerView'](_0x1d39f4);}deactivateAll(){this['fire']('_deactivateAllAnnotations');}destroy(){for(const _0x206d31 of this['collection'])_0x206d31['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}activate(_0x447f93){this['fire']('_activateAnnotation',_0x447f93);}createAnnotation(_0x1dbe5e){return new $t(_0x1dbe5e);}createAnnotationView(_0x20d8d7,_0x360ca1){return new qt(_0x20d8d7,_0x360ca1);}_addActiveAnnotation(_0x3f19ba){const _0x403440=new Set(this['activeAnnotations']);_0x403440['add'](_0x3f19ba),this['activeAnnotations']=_0x403440;}_removeActiveAnnotation(_0x2201d0){const _0x3f612c=new Set(this['activeAnnotations']);_0x3f612c['delete'](_0x2201d0),this['activeAnnotations']=_0x3f612c;}_bindAnnotationsToVisibleAnnotations(){const _0x17e3e0=this['collection'],_0x94c73b=this['_visibleAnnotations'];function _0x138ee0(_0x57747a){const _0x3adf45=_0x57747a['source'];_0x3adf45['isVisible']&&!_0x94c73b['has'](_0x3adf45)?_0x94c73b['add'](_0x3adf45):!_0x3adf45['isVisible']&&_0x94c73b['has'](_0x3adf45)&&_0x94c73b['remove'](_0x3adf45),_0x3adf45['view']['focusTracker']['remove'](_0x3adf45['view']['element']),_0x3adf45['view']['focusTracker']['add'](_0x3adf45['view']['element']);}this['listenTo'](_0x17e3e0,'add',(_0x3ab23b,_0x25948c)=>{_0x25948c['isVisible']&&_0x94c73b['add'](_0x25948c),this['listenTo'](_0x25948c,'change:isVisible',_0x138ee0);}),this['listenTo'](_0x17e3e0,'remove',(_0x35280b,_0x5489ad)=>{_0x94c73b['has'](_0x5489ad)&&_0x94c73b['remove'](_0x5489ad),this['stopListening'](_0x5489ad,'change:isVisible',_0x138ee0);});}_setupEnterAnnotationKeystroke(){const _0x5af26c=_0x81a3e0=>{_0x81a3e0['on']('ready',()=>{_0x81a3e0['keystrokes']['set'](_0x5bd6c1,(_0xb51f93,_0x3eaf40)=>{const _0x4fd4cf=_0x1f79f6(this['activeAnnotations']['values']());_0x4fd4cf&&(_0x4fd4cf['view']['focus'](),_0x3eaf40());});});};this['context']instanceof _0x4c61cd?_0x5af26c(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x532751,_0x2fa574)=>{_0x5af26c(_0x2fa574);});}_setupEscapeAnnotationHandling(){const _0x102989=_0x1b30e7=>{const _0xd42ce2=_0x1b30e7['source'],_0x80d673=[];let _0x71dc88;if(Array['isArray'](_0xd42ce2['target'])){_0x71dc88=_0xd42ce2['target'][0x0],this['context']instanceof _0x4c61cd?_0x80d673['push'](this['context']):this['context']['editors']&&_0x80d673['push'](...this['context']['editors']);for(const _0x145b7e of _0x80d673)for(const _0x1e024d of _0x145b7e['editing']['view']['domRoots']['values']())if(_0x1e024d['contains'](_0x71dc88))return void _0x145b7e['editing']['view']['focus']();_0x71dc88['focus']();}};this['listenTo'](this['collection'],'add',(_0x3f05c8,_0x4783e7)=>{this['listenTo'](_0x4783e7,'escape',_0x102989,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x5ac5d3,_0x2c6e7d)=>{this['stopListening'](_0x2c6e7d,'escape',_0x102989);});}};const ii=Symbol('noChannel'),ei={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0},si=/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0x4c9f3d();var oi=class extends _0x5bc735{_threads;_threadToController;_viewToController;static get requires(){return[ti,_0x1082ad,_0x459e31];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x53af7e){super(_0x53af7e),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x4196cb=this['context']['config'];_0x4196cb['define']('comments.maxCommentsWhenCollapsed',0x2),_0x4196cb['define']('comments.maxThreadTotalWeight',0x1f4),_0x4196cb['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x4196cb['define']('comments.CommentThreadView',Ut),_0x4196cb['define']('comments.CommentView',Yt),_0x4196cb['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}init(){const _0x44cbeb=this['context']['plugins']['get'](ti);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x884686,_0xe0a925)=>this['_addCommentThread'](_0xe0a925)),this['on']('submitCommentThread',(_0xc21721,_0xf895bc)=>this['_submitCommentThread'](_0xf895bc)),this['on']('resolveCommentThread',(_0x2af0ac,_0x3a0a12)=>this['_resolveCommentThread'](_0x3a0a12)),this['on']('resolveCommentThread',(_0x2a6a26,_0x15b500)=>this['_updateActiveAnnotation'](_0x15b500),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x23c6e3,_0x501c1d)=>this['_reopenCommentThread'](_0x501c1d)),this['on']('reopenCommentThread',(_0x52f06a,_0xab4097)=>this['_updateActiveAnnotation'](_0xab4097),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x5191e0,_0x4d8b46)=>this['_removeCommentThread'](_0x4d8b46)),this['on']('updateCommentThread',(_0x2c6aa1,_0x1f3d7b)=>this['_updateCommentThread'](_0x1f3d7b)),this['on']('updateCommentThread',(_0xb48083,_0x83b346)=>this['_updateActiveAnnotation'](_0x83b346),{'priority':'lowest'}),this['on']('addComment',(_0x1e2fa5,_0x24b1ae)=>this['_addComment'](_0x24b1ae)),this['on']('updateComment',(_0x2b2b86,_0x4cc2c9)=>this['_updateComment'](_0x4cc2c9)),this['on']('removeComment',(_0x1d9d42,_0x28c4a8)=>this['_removeComment'](_0x28c4a8)),this['on']('addComment',(_0x546df6,{threadId:_0x4e19e4,isFromAdapter:_0x43162b})=>{if(_0x43162b)return;const _0x30f816=this['getCommentThread'](_0x4e19e4),_0x141bf4=_0x30f816&&this['_threadToController']['get'](_0x30f816);_0x141bf4&&_0x141bf4['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x44cbeb,'change:activeAnnotations',(_0x46c48b,_0x509e75,_0x3cc715)=>{const _0x22f6cb=Array['from'](_0x3cc715)['map'](_0x579ed8=>this['_viewToController']['get'](_0x579ed8['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x22f6cb?_0x22f6cb['model']:null;});}set adapter(_0x3cdb73){if(this['_adapter'])throw new _0x4542a4('commentsrepository-adapter-already-set');this['_adapter']=_0x3cdb73;}get adapter(){return this['_adapter'];}addCommentThread({channelId:_0x5767f1=ii,threadId:_0x8ac6a1=_0x31754c(),comments:_0x502282=[],unlinkedAt:_0x43390e=null,resolvedAt:_0x1d9a98=null,resolvedBy:_0x4d4e02=null,target:_0x818bf3=null,context:_0x4dc97c=null,attributes:_0x5b7418={},isResolvable:_0x4f67f2=!0x0,isSubmitted:_0x2d529c=!0x1,isFromAdapter:_0x27f7ed=!0x1}={}){return this['fire'](ai('addCommentThread',_0x5767f1),{'channelId':_0x5767f1,'threadId':_0x8ac6a1,'comments':_0x502282,'unlinkedAt':_0x43390e,'resolvedAt':_0x1d9a98,'resolvedBy':_0x4d4e02,'target':_0x818bf3,'context':_0x4dc97c,'attributes':_0x5b7418,'isFromAdapter':_0x27f7ed,'isResolvable':_0x4f67f2,'isSubmitted':_0x2d529c}),this['getCommentThread'](_0x8ac6a1);}openNewCommentThread({channelId:_0x21a6a3=ii,threadId:_0x4b2832=_0x31754c(),target:_0x556e02,context:_0x487f3a=null,isResolvable:_0xd81f1e=!0x0}){if(this['_readOnlyChannels']['has'](_0x21a6a3)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x556e02)throw new _0x4542a4('commentsrepository-missing-target');const _0x3ac2d8=this['addCommentThread']({'channelId':_0x21a6a3,'threadId':_0x4b2832,'target':_0x556e02,'context':_0x487f3a,'isResolvable':_0xd81f1e});if(!_0x3ac2d8)return null;const _0x3c5e71=this['_threadToController']['get'](_0x3ac2d8),_0x2aea13=_0x3c5e71['view']['commentThreadInputView']['commentInputView'],_0x30da37=this['context']['plugins']['get'](ti),_0x1a92be=_0x30da37['getByInnerView'](_0x3c5e71['view']);return _0x30da37['activate'](_0x1a92be),_0x2aea13['once']('editorReady',()=>_0x2aea13['focus']()),_0x3ac2d8;}hasCommentThread(_0x41b09b){if('string'!=typeof _0x41b09b)throw new _0x4542a4('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x41b09b);}updateCommentThread({channelId:_0x1f3340=ii,threadId:_0x3b719b,context:_0x1d28b5,unlinkedAt:_0x1923af,attributes:_0x4c1a89,isFromAdapter:_0x1626c5=!0x1}){return this['fire'](ai('updateCommentThread',_0x1f3340),{'channelId':_0x1f3340,'threadId':_0x3b719b,'context':_0x1d28b5,'unlinkedAt':_0x1923af,'attributes':_0x4c1a89,'isFromAdapter':_0x1626c5}),this['getCommentThread'](_0x3b719b);}getCommentThread(_0x184721){if('string'!=typeof _0x184721)throw new _0x4542a4('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x184721);}fetchCommentThread({channelId:_0x4eebbd,threadId:_0x6983a0}={}){const _0x3a4094=this['getCommentThread'](_0x6983a0);if(_0x3a4094)return Promise['resolve'](_0x3a4094);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x4542a4('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x4eebbd,'threadId':_0x6983a0})['then'](_0x17ef8f=>this['hasCommentThread'](_0x6983a0)?this['getCommentThread'](_0x6983a0):_0x17ef8f?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x4eebbd},_0x17ef8f)):void 0x0)['catch'](_0x2c4605=>{throw console['error'](_0x2c4605),new _0x4542a4('commentsrepository-fetch-comment-thread',this['context']);});}getCommentThreads({channelId:_0x3e2c0a,skipNotAttached:_0x53ad9a=!0x1,skipEmpty:_0x1a6869=!0x1,toJSON:_0x11121e=!0x1}={}){const _0x5e4106=[];for(const _0x1925af of this['_threads']['values']())_0x3e2c0a&&_0x1925af['channelId']!==_0x3e2c0a||_0x53ad9a&&!_0x1925af['isAttached']||_0x1a6869&&0x0===_0x1925af['length']||_0x5e4106['push'](_0x1925af);return _0x11121e?_0x5e4106['map'](_0x36f20a=>_0x36f20a['toJSON']()):_0x5e4106;}getAnnotationForCommentThread(_0x233c42){const _0x47e979=this['_threadToController']['get'](_0x233c42);return _0x47e979&&this['context']['plugins']['get'](ti)['getByInnerView'](_0x47e979['view'])||null;}getCommentThreadForAnnotation(_0x7e6687){const _0x25b587=this['_viewToController']['get'](_0x7e6687['innerView']);return _0x25b587?_0x25b587['model']:null;}setActiveCommentThread(_0xe9d299){const _0x101ff0=this['context']['plugins']['get'](ti);if(!_0xe9d299)return void(this['activeCommentThread']&&_0x101ff0['deactivateAll']());const _0x278f20=this['getCommentThread'](_0xe9d299);if(!_0x278f20)throw new _0x4542a4('commentsrepository-active-missing-comment-thread',null,{'threadId':_0xe9d299});if(!this['_threadToController']['has'](_0x278f20))throw new _0x4542a4('commentsrepository-active-not-attached',null,{'threadId':_0xe9d299});const _0x1bdefc=_0x101ff0['getByInnerView'](this['_threadToController']['get'](_0x278f20)['view']);_0x101ff0['activate'](_0x1bdefc);}switchReadOnly(_0x4bf63f,_0x590f23){_0x4bf63f?this['_readOnlyChannels']['add'](_0x590f23):this['_readOnlyChannels']['delete'](_0x590f23),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x340d3f){return this['_readOnlyChannels']['has'](_0x340d3f)||this['_readOnlyChannels']['has'](void 0x0);}createCommentThreadController(_0x3bbe08,_0xe015d9){return new bt(_0x3bbe08,_0xe015d9);}setPermissions(_0x548926,_0x281577=ii){this['_permissions']['set'](_0x281577,_0x548926),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}getPermissions(_0x213392=ii){return this['_permissions']['has'](_0x213392)?this['_permissions']['get'](_0x213392):ei;}_addCommentThread({channelId:_0x1061c7,threadId:_0x542844,comments:_0xb714a,unlinkedAt:_0x595df5,resolvedAt:_0x2847fe,resolvedBy:_0x4ab1c7,target:_0x5ade99,context:_0x236453,attributes:_0x1f4cb7,isFromAdapter:_0x2a9498,isResolvable:_0x3aaed3,isSubmitted:_0x44edea}){if('string'!=typeof _0x542844)throw new _0x4542a4('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x542844});if(this['hasCommentThread'](_0x542844))throw new _0x4542a4('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x542844});const _0x42a088=new ri(this,{'channelId':_0x1061c7,'id':_0x542844,'context':_0x236453,'attributes':_0x1f4cb7,'unlinkedAt':_0x595df5,'resolvedAt':_0x2847fe,'resolvedBy':_0x4ab1c7?this['context']['plugins']['get'](_0x459e31)['getUser'](_0x4ab1c7):null,'isResolvable':_0x3aaed3,'isSubmitted':_0x44edea||_0x2a9498});this['_threads']['set'](_0x542844,_0x42a088);for(const _0x3d6a74 of _0xb714a)_0x42a088['_add'](this['_createNewComment']({'threadId':_0x542844,..._0x3d6a74}));return _0x5ade99&&_0x42a088['attachTo'](_0x5ade99),_0x2a9498||!_0x42a088['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x1061c7,'threadId':_0x542844});}_submitCommentThread({channelId:_0x323f05,threadId:_0x549b65}){if(!this['hasCommentThread'](_0x549b65))throw new _0x4542a4('commentsrepository-missing-comment-thread',this);const _0x2bdeaa=this['getCommentThread'](_0x549b65);if(_0x2bdeaa['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x2c3e68,comments:_0x3f5806,resolvedAt:_0x4df91b,resolvedBy:_0x29a877,context:_0x2a8856,attributes:_0x595284}=_0x2bdeaa,_0x56eaa4=this['context']['plugins']['get']('PendingActions'),_0x2fbba6=_0x56eaa4['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x323f05,'threadId':_0x2c3e68,'comments':_0x3f5806['map'](_0x532768=>_0x532768['toJSON']()),'resolvedAt':_0x4df91b,'resolvedBy':_0x29a877?_0x29a877['id']:_0x29a877,'context':_0x2a8856,'attributes':_0x595284})['then'](({comments:_0xf1a121})=>{_0x56eaa4['remove'](_0x2fbba6);for(const _0x241670 of _0xf1a121)this['_updateComment']({'channelId':_0x323f05,'threadId':_0x549b65,'commentId':_0x241670['commentId'],'createdAt':_0x241670['createdAt'],'isFromAdapter':!0x0});})['catch'](_0xcf7d40=>{throw console['error'](_0xcf7d40),new _0x4542a4('commentsrepository-add-comment-thread-internal-error',this);});}_attachCommentThread({threadId:_0x498c3a,target:_0x33c6cb}){const _0x46553d=this['getCommentThread'](_0x498c3a);if(!_0x46553d)throw new _0x4542a4('commentsrepository-attach-missing-comment-thread',this);const _0x44b8bd=this['context']['plugins']['get']('PendingActions'),_0x16e3de=this['context']['plugins']['get'](ti),_0x4f7b38=this['_createCommentThreadView'](_0x46553d),_0x3a27ca=new bt(_0x46553d,_0x4f7b38);let _0x4da5fb=null;_0x4f7b38['on']('change:isDirty',(_0x5e95a8,_0xd82021,_0x50b6e1)=>{_0x50b6e1?_0x4da5fb=_0x44b8bd['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x4da5fb&&(_0x44b8bd['remove'](_0x4da5fb),_0x4da5fb=null);}),this['_threadToController']['set'](_0x46553d,_0x3a27ca),this['_viewToController']['set'](_0x4f7b38,_0x3a27ca);const _0x3398bc=new qt(this['context']['locale'],_0x4f7b38);_0x3398bc['bind']('length')['to'](_0x4f7b38),_0x3398bc['bind']('isDirty')['to'](_0x4f7b38,'isDirty',_0x4f7b38,'length',(_0x5641f1,_0x423b12)=>_0x5641f1||!_0x423b12),_0x3398bc['bind']('isActive')['to'](_0x4f7b38),_0x3398bc['type']='comment';const _0x3eb44a=new $t({'view':_0x3398bc,'target':_0x33c6cb,'type':'comment','isVisible':!_0x46553d['archivedAt']&&!!('function'==typeof _0x33c6cb?_0x33c6cb():_0x33c6cb)});return _0x4f7b38['on']('escape',()=>{_0x3eb44a['fire']('escape');}),this['_bindAnnotationToEditors'](_0x4f7b38,_0x3eb44a),_0x16e3de['add'](_0x3eb44a),_0x3eb44a;}_bindAnnotationToEditors(_0x2791aa,_0x3746d6){this['listenTo'](_0x2791aa,'editorReady',(_0x375ca3,_0x22030c)=>{const _0x29d952=_0x22030c['ui']['view']['body']['bodyCollectionContainer'];_0x3746d6['focusableElements']['add'](_0x29d952),this['context']instanceof _0x4c61cd&&this['context']['ui']['focusTracker']['add'](_0x29d952);},{'priority':'highest'}),this['listenTo'](_0x2791aa,'editorDestroyed',(_0x313cdb,_0x35f76c)=>{const _0x3e85fe=_0x35f76c['ui']['view']['body']['bodyCollectionContainer'];_0x3746d6['focusableElements']['has'](_0x3e85fe)&&_0x3746d6['focusableElements']['remove'](_0x3e85fe),this['context']instanceof _0x4c61cd&&this['context']['ui']['focusTracker']['remove'](_0x3e85fe);});}_unbindEditors(_0x54c647){this['stopListening'](_0x54c647,'editorReady'),this['stopListening'](_0x54c647,'editorDestroyed');}_createCommentThreadView(_0x1dfbef){const _0x476837=this['context']['plugins']['get'](_0x459e31),{config:_0x4f0a31,locale:_0x328552}=this['context'],_0x37376c=_0x167475(_0x4f0a31['get']('locale'),_0x328552);return new(0x0,(_0x4f0a31['get']('comments'))['CommentThreadView'])(_0x328552,_0x1dfbef,_0x476837['me'],{'editorConfig':{..._0x4f0a31['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x4f0a31['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x4f0a31['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x4f0a31['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x4f0a31['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x37376c,'CommentView':_0x4f0a31['get']('comments')['CommentView']});}_resolveCommentThread({threadId:_0x235a6d,channelId:_0x500e70,resolvedAt:_0x2937c4,resolvedBy:_0x40c52f,isFromAdapter:_0x360653}){if(!this['hasCommentThread'](_0x235a6d))throw new _0x4542a4('commentsrepository-missing-comment-thread',null,{'threadId':_0x235a6d});const _0x5e36c9=this['getCommentThread'](_0x235a6d);if(_0x5e36c9['isResolved'])throw new _0x4542a4('commentsrepository-resolved-comment-thread',null,{'threadId':_0x235a6d});const _0x105f8d=this['context']['plugins']['get'](_0x459e31);if(_0x5e36c9['resolvedBy']=_0x105f8d['getUser'](_0x40c52f),_0x5e36c9['resolvedAt']=_0x2937c4,_0x360653||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0xb98fca=this['context']['plugins']['get']('PendingActions'),_0x50e08a=_0xb98fca['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x500e70,'threadId':_0x235a6d})['then'](({resolvedAt:_0x126b3b,resolvedBy:_0x2dd36d})=>{_0xb98fca['remove'](_0x50e08a),_0x5e36c9['resolvedBy']['id']!==_0x2dd36d&&(_0x5e36c9['resolvedBy']=_0x105f8d['getUser'](_0x2dd36d)),_0x5e36c9['resolvedAt']=_0x126b3b;})['catch'](_0x1ca627=>{throw console['error'](_0x1ca627),new _0x4542a4('commentsrepository-resolve-comment-thread-internal-error',this);});}_reopenCommentThread({threadId:_0x8474d4,channelId:_0x14f0b6,isFromAdapter:_0xfbc0ee}){if(!this['hasCommentThread'](_0x8474d4))throw new _0x4542a4('commentsrepository-missing-comment-thread',null,{'threadId':_0x8474d4});const _0x56dabc=this['getCommentThread'](_0x8474d4);if(!_0x56dabc['isResolved'])throw new _0x4542a4('commentsrepository-reopen-comment-thread',null,{'threadId':_0x8474d4});if(_0x56dabc['resolvedBy']=null,_0x56dabc['resolvedAt']=null,_0xfbc0ee||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x17496f=this['context']['plugins']['get']('PendingActions'),_0x508eef=_0x17496f['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x14f0b6,'threadId':_0x8474d4})['then'](()=>_0x17496f['remove'](_0x508eef))['catch'](_0x481f42=>{throw console['error'](_0x481f42),new _0x4542a4('commentsrepository-reopen-comment-thread-internal-error',this);});}_removeCommentThread({threadId:_0x507feb,isFromAdapter:_0x53138a}){const _0x307d63=this['getCommentThread'](_0x507feb);if(!_0x307d63)throw new _0x4542a4('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x507feb),this['_threads']['delete'](_0x507feb),!_0x307d63['isSubmitted']||_0x53138a||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x2c5f1c=this['context']['plugins']['get']('PendingActions'),{channelId:_0x23ab12}=_0x307d63,_0x8392fb=_0x2c5f1c['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x23ab12,'threadId':_0x507feb})['then'](()=>_0x2c5f1c['remove'](_0x8392fb))['catch'](_0x4358dc=>{throw console['error'](_0x4358dc),new _0x4542a4('commentsrepository-remove-comment-thread-internal-error',this);});}_updateCommentThread({threadId:_0x19742d,unlinkedAt:_0x2f9677,context:_0x1de190,attributes:_0x19cf92,isFromAdapter:_0x4aa564}){if('string'!=typeof _0x19742d)throw new _0x4542a4('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x19742d});if(!this['hasCommentThread'](_0x19742d))throw new _0x4542a4('commentsrepository-missing-comment-thread',null,{'threadId':_0x19742d});const _0x1dbab2=this['getCommentThread'](_0x19742d);let _0x36f71e=!0x1;if(void 0x0!==_0x1de190&&_0x1dbab2['context']!==_0x1de190&&(_0x1dbab2['context']=_0x1de190,_0x36f71e=!0x0),void 0x0!==_0x2f9677&&_0x1dbab2['unlinkedAt']!==_0x2f9677&&(_0x1dbab2['unlinkedAt']=_0x2f9677,_0x36f71e=!0x0),_0x19cf92&&!_0x3b95fa(_0x19cf92,_0x1dbab2['attributes'])&&(_0x1dbab2['attributes']=_0x19cf92,_0x36f71e=!0x0),!_0x36f71e)return Promise['resolve']();if(!_0x1dbab2['isSubmitted']||_0x4aa564||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x489a73=this['context']['plugins']['get']('PendingActions'),{channelId:_0x37c5fb}=_0x1dbab2,_0x53a52d=_0x489a73['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x37c5fb,'threadId':_0x19742d,'context':_0x1de190,'unlinkedAt':_0x2f9677,'attributes':_0x19cf92})['then'](()=>_0x489a73['remove'](_0x53a52d))['catch'](_0x129ee1=>{throw console['error'](_0x129ee1),new _0x4542a4('commentsrepository-update-comment-thread-internal-error',this);});}_detachCommentThread(_0x3c4273){const _0x1d3c17=this['context']['plugins']['get'](ti),_0x28a150=this['getCommentThread'](_0x3c4273);if(_0x28a150['_isAttached']=!0x1,this['_threadToController']['has'](_0x28a150)){const _0x119b96=this['_threadToController']['get'](_0x28a150),_0x178c14=_0x119b96['view'],_0x579bbc=_0x1d3c17['getByInnerView'](_0x178c14);this['_threadToController']['delete'](_0x28a150),this['_viewToController']['delete'](_0x178c14),_0x579bbc&&_0x1d3c17['remove'](_0x579bbc),_0x119b96['destroy'](),_0x178c14['destroy']()['then'](()=>{this['_unbindEditors'](_0x178c14);});}}_updateActiveAnnotation({threadId:_0x400cb3,resolvedAt:_0x106d76,unlinkedAt:_0x137cd7}){const _0xe73600=!!_0x106d76,_0x1b2c3f=this['context']['plugins']['get'](ti),_0x57554c=this['getCommentThread'](_0x400cb3);if(this['_threadToController']['has'](_0x57554c)){const _0x5575bf=this['_threadToController']['get'](_0x57554c)['view'],_0x288b29=_0x1b2c3f['getByInnerView'](_0x5575bf);_0x288b29&&(_0xe73600&&_0x1b2c3f['_removeActiveAnnotation'](_0x288b29),_0x137cd7?_0x288b29['isVisible']=!0x1:_0x288b29['refreshVisibility']());}}_getExternalAuthor(_0x14a990){const _0x57c423=this['context']['plugins']['get'](_0x459e31),_0x50963c=_0x463e81('external:'+_0x14a990),_0x2d6f12=_0x57c423['getUser'](_0x50963c);return _0x2d6f12||_0x57c423['addUser']({'id':_0x50963c,'name':_0x14a990});}_createNewComment({threadId:_0x444270,commentId:_0x1d2a91=_0x31754c(),content:_0x215e98,authorId:_0x5f30fc,createdAt:_0x5b6d0e,attributes:_0x545d97}){if('string'!=typeof _0x1d2a91)throw new _0x4542a4('commentsrepository-invalid-commentid');if('string'!=typeof _0x5f30fc)throw new _0x4542a4('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x215e98||!_0x215e98['trim']())throw new _0x4542a4('commentsrepository-invalid-comment-content');const _0x3300d6=this['context']['plugins']['get'](_0x459e31)['getUser'](_0x5f30fc);if(!_0x3300d6)throw new _0x4542a4('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x5f30fc});let _0x3dbb9e=null,_0x2f17b2=_0x5b6d0e;return _0x545d97?.['@external']&&(_0x3dbb9e=this['_getExternalAuthor'](_0x545d97['@external']['authorName']),_0x2f17b2=new Date(_0x545d97['@external']['createdAt'])),new hi(this,{'threadId':_0x444270,'id':_0x1d2a91,'author':_0x3dbb9e||_0x3300d6,'creator':_0x3300d6,'content':_0x215e98,'createdAt':_0x5b6d0e,'authoredAt':_0x2f17b2,'attributes':_0x545d97});}_addComment(_0x550b0c){let {threadId:_0x949e9d,content:_0x27ab51,attributes:_0x214ddf,isFromAdapter:_0x1f4b30}=_0x550b0c;const _0x4ea116=this['getCommentThread'](_0x550b0c['threadId']);if(!_0x4ea116)throw new _0x4542a4('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x4910cc=this['_createNewComment'](_0x550b0c),{id:_0x1fd8ac}=_0x4910cc;if(_0x4ea116['_add'](_0x4910cc),_0x1f4b30||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x4ea116['isSubmitted'])return Promise['resolve']();const _0x332967=this['context']['plugins']['get']('PendingActions'),{channelId:_0x444d62}=_0x4ea116,_0x554844=_0x332967['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x214ddf||(_0x214ddf={}),this['adapter']['addComment']({'channelId':_0x444d62,'threadId':_0x949e9d,'commentId':_0x1fd8ac,'content':_0x27ab51,'attributes':_0x214ddf})['then'](_0x4d01f2=>{_0x332967['remove'](_0x554844),_0x4d01f2&&this['_updateComment']({'channelId':_0x444d62,'threadId':_0x949e9d,'commentId':_0x1fd8ac,'createdAt':_0x4d01f2['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x42a884=>{throw console['error'](_0x42a884),new _0x4542a4('commentsrepository-add-comment-internal-error',this);});}_updateComment({threadId:_0x59ee4d,commentId:_0x21b06a,content:_0x2b3c4b,createdAt:_0x439f84,attributes:_0x56df22,isFromAdapter:_0x5e358d}){if(void 0x0!==_0x2b3c4b&&('string'!=typeof _0x2b3c4b||!_0x2b3c4b['trim']()['length']))throw new _0x4542a4('commentsrepository-update-comment-invalid-content');const _0xa6a7bd=this['getCommentThread'](_0x59ee4d),_0x3d8c27=_0xa6a7bd['getComment'](_0x21b06a);if(!_0x3d8c27)throw new _0x4542a4('commentsrepository-update-missing-comment',this);let _0x618c62=!0x1;if(_0x2b3c4b&&_0x2b3c4b!==_0x3d8c27['content']&&(_0x3d8c27['isEditable']||_0x5e358d)&&(_0x3d8c27['content']=_0x2b3c4b,_0x618c62=!0x0),_0x439f84&&_0x439f84!==_0x3d8c27['createdAt']&&(_0x3d8c27['createdAt']=_0x439f84,_0x3d8c27['isExternal']||(_0x3d8c27['authoredAt']=_0x439f84),_0x618c62=!0x0),_0x56df22&&!_0x3b95fa(_0x56df22,_0x3d8c27['attributes'])&&(_0x3d8c27['attributes']=_0x56df22,_0x618c62=!0x0),!_0x618c62)return Promise['resolve']();if(_0xa6a7bd['fire']('commentUpdated'),_0x5e358d||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x41db69=this['context']['plugins']['get']('PendingActions'),{channelId:_0x546813}=this['getCommentThread'](_0x3d8c27['threadId']),_0x1efb48=_0x41db69['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x546813,'threadId':_0x59ee4d,'commentId':_0x21b06a,'content':_0x2b3c4b,'attributes':_0x56df22})['then'](()=>_0x41db69['remove'](_0x1efb48))['catch'](_0x46a33b=>{throw console['error'](_0x46a33b),new _0x4542a4('commentsrepository-update-comment-internal-error',this);});}_removeComment({threadId:_0x6c3e22,commentId:_0x3f5099,isFromAdapter:_0x3e28af}){const _0x326fdf=this['getCommentThread'](_0x6c3e22),_0x5a8952=_0x326fdf['getComment'](_0x3f5099);if(!_0x5a8952)throw new _0x4542a4('commentsrepository-remove-missing-comment',this);if(_0x326fdf['_remove'](_0x5a8952),_0x3e28af||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0xb46ba3=this['context']['plugins']['get']('PendingActions'),{channelId:_0x137e8b}=_0x326fdf,_0xb9782a=_0xb46ba3['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x137e8b,'threadId':_0x6c3e22,'commentId':_0x3f5099})['then'](()=>_0xb46ba3['remove'](_0xb9782a))['catch'](_0x4bffaf=>{throw console['error'](_0x4bffaf),new _0x4542a4('commentsrepository-remove-comment-internal-error',this);});}},ri=class extends si{['channelId'];['id'];_isAttached;_isSubmitted;comments;_repository;constructor(_0x2e7824,_0x3b75df){super();const _0x2670c3=_0x3b75df['isResolvable'];this['channelId']=_0x3b75df['channelId'],this['id']=_0x3b75df['id'],this['comments']=new _0x3a878e(),this['_repository']=_0x2e7824,this['_isAttached']=!0x1,this['_isSubmitted']=_0x3b75df['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x2e7824,'_permissions',_0x2e7824,'_readOnlyChannels',()=>_0x2e7824['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x2e7824,'_permissions',()=>_0x2e7824['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x2e7824,'_permissions',()=>{const _0x306e92=_0x2e7824['getPermissions'](this['channelId']);return _0x306e92['write']||_0x306e92['admin'];}),this['bind']('isResolvable')['to'](_0x2e7824,'_permissions',()=>_0x2670c3&&_0x2e7824['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x3b75df['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x355755,_0x5eb2b8)=>_0x355755?_0x5eb2b8?_0x355755<_0x5eb2b8?_0x355755:_0x5eb2b8:_0x355755:_0x5eb2b8),this['set']('unlinkedAt',_0x3b75df['unlinkedAt']||null),this['set']('resolvedAt',_0x3b75df['resolvedAt']||null),this['set']('resolvedBy',_0x3b75df['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x103e3c=>!!_0x103e3c),this['set']('attributes',_0x3b75df['attributes']||{});}get weight(){return Array['from'](this['comments'])['reduce']((_0x3a7dd0,_0x20e652)=>_0x3a7dd0+_0x20e652['weight'],0x0);}get length(){return this['comments']['length'];}get isAttached(){return this['_isAttached'];}get isSubmitted(){return this['_isSubmitted'];}submit(){const {channelId:_0x2ff6eb,id:_0x16da74}=this;this['_repository']['fire'](ai('submitCommentThread',_0x2ff6eb),{'channelId':_0x2ff6eb,'threadId':_0x16da74});}setUnlinkedAt(_0xd2dacb){this['_update']({'unlinkedAt':_0xd2dacb});}['resolve']({resolvedAt:_0x235b7c=new Date(),resolvedBy:_0x1b8d97='',isFromAdapter:_0x292cb0=!0x1}={}){const _0x3fac0b=this['_repository']['context']['plugins']['get'](_0x459e31)['me'],{channelId:_0x2eb664,id:_0x453d9c}=this;this['_repository']['fire'](ai('resolveCommentThread',_0x2eb664),{'channelId':_0x2eb664,'threadId':_0x453d9c,'resolvedAt':_0x235b7c,'resolvedBy':_0x1b8d97||_0x3fac0b['id'],'isFromAdapter':_0x292cb0});}['reopen']({isFromAdapter:_0x5eb70a=!0x1}={}){const {channelId:_0x1edf79,id:_0x57d105}=this;this['_repository']['fire'](ai('reopenCommentThread',_0x1edf79),{'channelId':_0x1edf79,'threadId':_0x57d105,'isFromAdapter':_0x5eb70a});}setContext(_0x18a924){this['context']||this['_update']({'context':_0x18a924});}setAttribute(_0x451900,_0x27fa15){const _0x14f7d9=_0x271638(this['attributes']);_0x25aad1(_0x14f7d9,_0x451900,_0x27fa15),this['_update']({'attributes':_0x14f7d9});}removeAttribute(_0x1aec79){const _0x3cab6a=_0x271638(this['attributes']);_0x263f15(_0x3cab6a,_0x1aec79),this['_update']({'attributes':_0x3cab6a});}['remove']({isFromAdapter:_0x34c80a=!0x1}={}){const {channelId:_0x285d72,id:_0x402aeb}=this;this['_repository']['fire'](ai('removeCommentThread',_0x285d72),{'channelId':_0x285d72,'threadId':_0x402aeb,'isFromAdapter':_0x34c80a});}attachTo(_0x2a8df5){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x2a8df5});}addComment(_0x2d08e0){const {channelId:_0x51d4ac,id:_0x44fbc4}=this;this['_repository']['fire'](ai('addComment',_0x51d4ac,_0x44fbc4),Object['assign']({'channelId':_0x51d4ac,'threadId':_0x44fbc4},_0x2d08e0));}getComment(_0x56c842){if('string'!=typeof _0x56c842)throw new _0x4542a4('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x56c842});return this['comments']['get'](_0x56c842);}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'](_0x2709f3=>_0x2709f3['toJSON']()),'attributes':this['attributes']};}['_add'](_0x15d5ac){return this['listenTo'](_0x15d5ac,'change:authoredAt',()=>{const _0x5bb824=this['_findOptimalIndex'](_0x15d5ac),_0x22fa87=this['comments'];_0x5bb824-0x1!=_0x22fa87['getIndex'](_0x15d5ac)&&_0x5bb824+0x1!=_0x22fa87['getIndex'](_0x15d5ac)&&(this['_remove'](_0x15d5ac),this['_add'](_0x15d5ac));}),this['comments']['add'](_0x15d5ac,this['_findOptimalIndex'](_0x15d5ac));}_update(_0x1e93c1){const {channelId:_0x3e175f,id:_0x284d5c}=this;this['_repository']['fire'](ai('updateCommentThread',_0x3e175f),{..._0x1e93c1,'channelId':_0x3e175f,'threadId':_0x284d5c});}['_remove'](_0x20f67a){return this['stopListening'](_0x20f67a),_0x20f67a['destroy'](),this['comments']['remove'](_0x20f67a);}_findOptimalIndex(_0x70445f){const _0xfc3fb0=this['comments']['find'](_0x35da94=>new Date(_0x35da94['authoredAt'])['getTime']()>new Date(_0x70445f['authoredAt'])['getTime']());return _0xfc3fb0?this['comments']['getIndex'](_0xfc3fb0):this['length'];}},hi=class extends ni{['id'];threadId;author;creator;createdAt;_repository;constructor(_0x54c739,_0x13daca){super();const _0x4ba8a1=_0x54c739['context']['plugins']['get'](_0x459e31)['me'],_0x3a77c6=_0x54c739['getCommentThread'](_0x13daca['threadId']),_0x94d852=0x0===_0x3a77c6['comments']['length'],_0x10f44c=_0x4ba8a1===_0x13daca['author'];this['id']=_0x13daca['id'],this['threadId']=_0x13daca['threadId'],this['author']=_0x13daca['author'],this['creator']=_0x13daca['creator'],this['set']('content',_0x13daca['content']),this['createdAt']=_0x13daca['createdAt']||new Date(),this['set']('authoredAt',_0x13daca['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x3a77c6,'resolvedAt'),this['set']('attributes',_0x13daca['attributes']||{}),this['bind']('isEditable')['to'](_0x54c739,'_permissions',()=>{const _0x3e0eb5=_0x54c739['getPermissions'](_0x3a77c6['channelId'])['write'],_0x545d43=_0x54c739['getPermissions'](_0x3a77c6['channelId'])['modifyAll'];return _0x10f44c&&_0x3e0eb5||!_0x10f44c&&_0x545d43;}),this['bind']('isRemovable')['to'](_0x3a77c6,'isRemovable',_0x54c739,'_permissions',_0x4ce203=>{const _0x2265e7=_0x54c739['getPermissions'](_0x3a77c6['channelId'])['write'],_0x11879c=_0x54c739['getPermissions'](_0x3a77c6['channelId'])['modifyAll'];return _0x10f44c&&_0x2265e7||_0x4ce203&&_0x94d852||!_0x10f44c&&_0x11879c&&!_0x94d852;}),this['bind']('isReadOnly')['to'](_0x3a77c6,'isReadOnly'),this['_repository']=_0x54c739;}get isExternal(){return Boolean(this['attributes']&&this['attributes']['@external']);}get weight(){return Math['max'](function(_0x47bc77){const _0x4be1dd=document['createElement']('div');return _0x4be1dd['innerHTML']=_0x47bc77,_0x4be1dd['textContent']['length'];}(this['content']),0xc8);}update(_0x479fe8){const {threadId:_0x39abdf,id:_0x1aa173}=this;if(!this['_repository']['hasCommentThread'](_0x39abdf))throw new _0x4542a4('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x1b2fc1}=this['_repository']['getCommentThread'](_0x39abdf);this['_repository']['fire'](ai('updateComment',_0x1b2fc1,_0x39abdf),{'channelId':_0x1b2fc1,'threadId':_0x39abdf,'commentId':_0x1aa173,..._0x479fe8});}setAttribute(_0x203811,_0x4b236f){const _0x3bdf71=_0x271638(this['attributes']);_0x25aad1(_0x3bdf71,_0x203811,_0x4b236f),this['update']({'attributes':_0x3bdf71});}removeAttribute(_0x47e73b){const _0x598980=_0x271638(this['attributes']);_0x263f15(_0x598980,_0x47e73b),this['update']({'attributes':_0x598980});}['remove'](_0x8a1da2={}){if(!_0x8a1da2['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x492ec1,id:_0x108ccd}=this;if(!this['_repository']['hasCommentThread'](_0x492ec1))throw new _0x4542a4('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x173679}=this['_repository']['getCommentThread'](_0x492ec1);this['_repository']['fire'](ai('removeComment',_0x173679,_0x492ec1),{'channelId':_0x173679,'threadId':_0x492ec1,'commentId':_0x108ccd,..._0x8a1da2});}toJSON(){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}destroy(){this['stopListening']();}};function ai(_0x261cfb,..._0x439a7b){for(const _0x456f8e of _0x439a7b)void 0x0!==_0x456f8e&&(_0x261cfb+=':'+String(_0x456f8e));return _0x261cfb;}var ci=class extends _0x2c1906{constructor(_0x2889c6){super(_0x2889c6),this['set']('hasContent',!0x1);}['refresh'](){const _0x2a34a7=this['editor']['model']['document']['selection'];this['isEnabled']=!0x0,this['hasContent']=!0x1;for(const _0x34b4e3 of _0x2a34a7['getRanges']())if(this['_hasContent'](_0x34b4e3))return void(this['hasContent']=!0x0);}execute({threadId:_0x409a2b=_0x31754c(),ranges:_0x2ace23,comment:_0x399703}={}){const _0x42378c=this['editor']['model'],_0x4fa47c=_0x2ace23??Array['from'](_0x42378c['document']['selection']['getRanges']()),_0x5a2dc5=[];for(const _0x29d0da of _0x4fa47c)this['_hasContent'](_0x29d0da)&&_0x5a2dc5['push'](this['_trimToContent'](_0x29d0da));if(!_0x5a2dc5['length'])throw new _0x4542a4('addcommentthreadcommand-incorrect-ranges',null);_0x399703&&this['_createCommentThread'](_0x409a2b,_0x399703),this['_createMarkersFromRanges'](_0x409a2b,_0x5a2dc5,!!_0x399703);}_createMarkersFromRanges(_0x15ecee,_0x20d5ec,_0x1afc70){this['editor']['model']['change'](_0x28fff6=>{for(const _0x48e22d of _0x20d5ec){const _0x53978e='comment:'+_0x15ecee+':'+_0x31754c()['substr'](0x1,0x5);_0x28fff6['addMarker'](_0x53978e,{'range':_0x48e22d,'usingOperation':_0x1afc70,'affectsData':_0x1afc70});}});}_createCommentThread(_0x16db8f,_0x267851){const _0x18ab8d=this['editor']['plugins']['get']('CommentsRepository'),_0xd2e29b=this['editor']['config']['get']('collaboration.channelId'),_0x2ccb54=this['editor']['plugins']['get']('Users')['me'];if(!_0x2ccb54)throw new _0x4542a4('addcommentthreadcommand-user-not-found',null);_0x18ab8d['addCommentThread']({'threadId':_0x16db8f,'channelId':_0xd2e29b,'comments':[{'authorId':_0x2ccb54['id'],'content':_0x267851,'createdAt':new Date(),'attributes':{}}]});}_hasContent(_0x206567){for(const _0x5620fd of _0x206567['getItems']())if(this['_itemIsContent'](_0x5620fd))return!0x0;return!0x1;}_itemIsContent(_0x541420){return _0x541420['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x541420)&&!_0x541420['is']('element','tableCell');}_trimToContent(_0x580a96){const _0x817694=_0x1bb6ee=>!this['_itemIsContent'](_0x1bb6ee['item']),_0x55b7e4=_0x580a96['start']['getLastMatchingPosition'](_0x817694),_0x5304e5=_0x580a96['end']['getLastMatchingPosition'](_0x817694,{'direction':'backward'});return this['editor']['model']['createRange'](_0x55b7e4,_0x5304e5);}},di=class extends _0x573609{_dataCollectors;_editorAnnotations;static get requires(){return[ti];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x51a7d0){super(_0x51a7d0),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}init(){const _0x59525a=this['editor'],_0x59743f=_0x59525a['model']['document']['selection'],_0x5c1bd6=_0x130064(()=>this['refreshSelectedViews'](),0xa);_0x59743f['on']('change:range',(_0x4a9ab4,_0x36cbdf)=>{_0x36cbdf['directChange']&&(_0x5c1bd6['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x59525a['editing']['view']['document'],'change:isFocused',(_0x219514,_0x4db1ad,_0x2a2343)=>{_0x2a2343&&_0x5c1bd6();}),this['listenTo'](_0x59525a['ui']['focusTracker'],'change:isFocused',(_0x19a35,_0x38db8e,_0x1cb44f)=>{_0x1cb44f||this['fire']('blur',{'isAnnotationTracked':_0xf29afe=>this['_editorAnnotationsData']['has'](_0xf29afe['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}registerAnnotation(_0x4d716e){if(this['_editorAnnotations']['has'](_0x4d716e['view']))return;this['_editorAnnotations']['add'](_0x4d716e['view']),this['editor']['ui']['focusTracker']['add'](_0x4d716e['view']['element']);const _0x28115b=this['editor']['plugins']['get'](ti);this['listenTo'](_0x28115b['collection'],'remove',(_0x2dc073,_0x501240)=>{this['editor']['ui']['focusTracker']['remove'](_0x501240['view']['element']),this['_editorAnnotations']['delete'](_0x501240['view']);});}hasDomSelection(){return this['editor']['editing']['view']['hasDomSelection'];}addSourceCollector(_0x3058c6){if('function'!=typeof _0x3058c6)throw new _0x4542a4('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x3058c6);}refreshSelectedViews(){this['fire']('refresh');}getOrderedSelectedAnnotations({activeAnnotation:_0x27f56d,annotations:_0x369a70}){const _0x27513b=[],_0x1653a6=this['editor']['model']['document']['selection'],_0x4d9c02=Array['from'](_0x1653a6['getRanges']());for(const [_0x49ed13,_0xec0cad]of this['_editorAnnotationsData']){const _0x41f858=_0x1a9954(_0xec0cad),_0xb3a489=_0x369a70['getByInnerView'](_0x49ed13);_0x41f858&&_0xb3a489&&_0x27513b['push']({'annotation':_0xb3a489,'range':_0x41f858});}function _0x1a9954(_0x52e38a){for(const _0x4befdf of _0x52e38a)for(const _0x315348 of _0x4d9c02)if(_0x4befdf['containsRange'](_0x315348,!_0x1653a6['isCollapsed']))return _0x4befdf;return null;}return _0x27513b['sort']((_0x1d4ea7,_0x3acd5d)=>{const _0x51747d=_0x1d4ea7['range'],_0x37b31e=_0x3acd5d['range'];if(!_0x51747d['isEqual'](_0x37b31e)){if(_0x51747d['containsRange'](_0x37b31e,!0x0))return 0x1;if(_0x37b31e['containsRange'](_0x51747d,!0x0))return-0x1;}return _0x1d4ea7['annotation']==_0x27f56d?-0x1:_0x3acd5d['annotation']==_0x27f56d?0x1:0x0;})['map'](_0x24a2d1=>_0x24a2d1['annotation']);}get _editorAnnotationsData(){const _0x24aefa=new Map();for(const _0x277f11 of Array['from'](this['_dataCollectors']))for(const [_0x10e4b4,_0x1883e8]of _0x277f11())_0x24aefa['set'](_0x10e4b4,_0x1883e8);return _0x24aefa;}},li=class extends _0x573609{afterInit(){const _0x337e87=this['editor'];_0x337e87['plugins']['has']('RestrictedEditingModeEditing')&&_0x337e87['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}},mi=class extends _0x573609{constructor(_0x3e16ab){super(_0x3e16ab),this['editor']['config']['define']('importWord.formatting.comments','basic');}afterInit(){const _0x484363=this['editor'],_0x2eb51c=_0x484363['commands']['get']('importWord'),_0xa7f72b=_0x484363['plugins']['get'](_0x459e31);_0x2eb51c&&(_0x2eb51c['on']('execute',(_0x403378,[,_0x25dcf6])=>{_0x25dcf6['collaboration_features']={'comments':!0x0,'user_id':_0xa7f72b['me']['id']};},{'priority':_0x4d0af8['high']+0xa}),this['listenTo'](_0x2eb51c,'dataInsert',this['_handleImportedData']));}_handleImportedData(_0x1037c9,_0x20cf0d){const {comment_threads:_0x7e0ab6}=_0x20cf0d;_0x7e0ab6&&_0x7e0ab6['forEach'](({thread_id:_0x13e2e1,comments:_0x9f1861,is_resolved:_0x38d7f2})=>{const _0x1b8974=new Date(),_0x513b01=_0x9f1861['map'](({author:_0x31e5a1,content:_0x364f81,created_at:_0x4ae5b3})=>({'content':_0x364f81,'authorId':this['editor']['plugins']['get'](_0x459e31)['me']['id'],'createdAt':_0x1b8974,'attributes':{'@external':{'authorName':_0x31e5a1,'createdAt':_0x4ae5b3?new Date(_0x4ae5b3):new Date(),'source':'importWord'}}})),_0x1793d5=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](oi)['addCommentThread']({'channelId':_0x1793d5,'threadId':_0x13e2e1,'comments':_0x513b01,'resolvedAt':_0x38d7f2?_0x1b8974:null});});}},ui=class extends _0x573609{constructor(_0x243b8d){super(_0x243b8d),this['editor']['config']['define']('comments.copyMarkers','default');}static get requires(){return[pt,wt];}afterInit(){const _0x364ccf=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x364ccf,'contentInsertion',(_0x1a6c75,_0x3773d0)=>this['_removeMarkersWithoutThreads'](_0x3773d0['content']['markers']),{'priority':'highest'});}_removeMarkersWithoutThreads(_0x5e4971){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x5e4971;const _0x14527e=this['editor']['plugins']['get']('CommentsRepository');for(const _0x5de0ec of _0x5e4971['keys']()){const [_0x18f910,_0x51759d]=_0x5de0ec['split'](':');'comment'!=_0x18f910||_0x14527e['hasCommentThread'](_0x51759d)||_0x5e4971['delete'](_0x5de0ec);}return _0x5e4971;}_registerMarkerInClipboardPipeline(){const _0x1e67fb=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x2fed27=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x2fed27&&_0x1e67fb['_registerMarkerToCopy']('comment',_0x2fed27);}_mapCommentsCopyConfigToRegisterConfiguration(_0x2493b7){switch(_0x2493b7){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}};function fi(_0x21ed33){const _0x4d599c=_0x21ed33['split'](':');return{'group':_0x4d599c[0x0],'id':_0x4d599c[0x1],'part':_0x4d599c[0x2]};}var pi=class extends _0x573609{init(){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}overrideMarkerConverters(){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0xfa5c8a,_0x19f55f)=>{if(!_0x19f55f['options']['showCommentHighlights'])return null;if(_0x19f55f['options']['ignoreResolvedComments']){const {id:_0x1ff717}=fi(_0xfa5c8a['markerName']);if(this['editor']['plugins']['get'](oi)['getCommentThread'](_0x1ff717)?.['isResolved']&&_0xfa5c8a['item'])return _0x19f55f['consumable']['consume'](_0xfa5c8a['item'],'addMarker:'+_0xfa5c8a['markerName']),_0x19f55f['consumable']['consume'](_0xfa5c8a['item'],'removeMarker:'+_0xfa5c8a['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x2de0e2=>{_0x2de0e2['on']('addMarker:comment',(_0x19af7b,_0x4e6ffc,_0x3b99a8)=>{if(!_0x3b99a8['options']['showCommentHighlights'])return;const _0x523467=_0x4e6ffc['item'];if(!_0x523467)return;const _0x4f6a62=_0x3b99a8['mapper']['toViewElement'](_0x523467);this['editor']['model']['schema']['isObject'](_0x523467)&&_0x4f6a62&&!_0x4f6a62['getCustomProperty']('widget')&&_0x4f6a62['is']('containerElement')&&Ct(_0x4f6a62,_0x3b99a8['writer']);},{'priority':'high'});});}overrideHorizontalRuleConverter(){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x5ae187,{writer:_0x26c923,options:_0x434760})=>{if(!_0x434760['showCommentHighlights'])return null;const _0x1f7fc3=_0x26c923['createContainerElement']('div'),_0x43ad5b=_0x26c923['createEmptyElement']('hr');return _0x26c923['addClass']('ck-horizontal-line',_0x1f7fc3),_0x26c923['insert'](_0x26c923['createPositionAt'](_0x1f7fc3,0x0),_0x43ad5b),_0x1f7fc3;},'converterPriority':'high'});}overrideImageInlineConverter(){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x22994d,{writer:_0x2fe4be,options:_0x410552})=>{if(!_0x410552['showCommentHighlights'])return null;const _0x45cc93=_0x2fe4be['createContainerElement']('span'),_0x5002a0=_0x2fe4be['createEmptyElement']('img');return _0x2fe4be['addClass']('image-inline',_0x45cc93),_0x2fe4be['insert'](_0x2fe4be['createPositionAt'](_0x45cc93,0x0),_0x5002a0),_0x45cc93;},'converterPriority':'high'});}overrideMediaEmbedConverter(){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x53b98a,{writer:_0x507f50,options:_0x269173})=>{if(_0x269173['showCommentHighlights'])return _0x507f50['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x40313b,_0x54358a,_0x17d6f9)=>{_0x17d6f9['options']['showCommentHighlights']&&_0x40313b['stop']();},{'priority':'high'});}},wi=class extends _0x573609{static get requires(){return[oi,di,_0x459e31,li,mi,ui,pi];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x29900c){super(_0x29900c),this['set']('isThreadsLoadingPaused',!0x0),_0x29900c['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x36d971,_0x10423c,_0x26f58b,_0x67cb2f)=>{const _0xd35346=_0x29900c['plugins']['get'](oi),_0x5c824b=_0x26f58b?fi(_0x26f58b)['id']:null;_0x29900c['model']['change'](()=>{if(_0x5c824b){const _0x428e10=this['getAllMarkersForId'](_0x5c824b);for(const _0x22f63c of _0x428e10)_0x29900c['editing']['reconvertMarker'](_0x22f63c);}if(_0x67cb2f){const {id:_0x1fa972}=fi(_0x67cb2f),_0xc9bdb3=_0xd35346['getCommentThread'](_0x1fa972);if(_0xc9bdb3&&_0xc9bdb3['unlinkedAt'])return;if(_0xc9bdb3&&!_0xc9bdb3['isAttached'])return;const _0x302050=this['getAllMarkersForId'](_0x1fa972);for(const _0x39f213 of _0x302050)_0x29900c['editing']['reconvertMarker'](_0x39f213);}}),_0x5c824b&&this['scrollToThreadMarker'](_0x5c824b);}),this['_initAriaMarkerChangeAnnouncements']();}init(){const _0x32c1c6=this['editor'],_0x4e46cf=_0x32c1c6['plugins']['get'](oi),_0x15ad26=_0x32c1c6['config']['get']('collaboration.channelId'),_0x3156a1=_0x4e46cf['getCommentThreads']()['filter'](_0x3cc0cf=>_0x3cc0cf['channelId']!==_0x15ad26);_0x32c1c6['commands']['add']('addCommentThread',new ci(_0x32c1c6)),this['listenTo'](_0x32c1c6,'change:isReadOnly',(_0xe95329,_0x329910,_0x2db610)=>{_0x4e46cf['switchReadOnly'](_0x2db610,_0x32c1c6['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x4e46cf,gi('addCommentThread',_0x15ad26),(_0x3a36fd,{threadId:_0x39b0e1})=>{this['editor']['plugins']['get'](oi)['getCommentThread'](_0x39b0e1)?.['unlinkedAt']&&this['_attachArchivedThread'](_0x39b0e1);}),this['listenTo'](_0x4e46cf,gi('removeCommentThread',_0x15ad26),(_0x4d0892,{threadId:_0x55ac92})=>{_0x32c1c6['model']['enqueueChange']({'isUndoable':!0x1},_0x236bdc=>{const _0x49e2de=this['getAllMarkersForId'](_0x55ac92);for(const _0x2b6e56 of _0x49e2de)_0x236bdc['removeMarker'](_0x2b6e56);});}),this['listenTo'](_0x4e46cf,gi('resolveCommentThread',_0x15ad26),(_0x554213,{threadId:_0x1095b4})=>{this['_reconvertMarkers'](_0x1095b4);const _0x3f43e2=this['editor']['plugins']['get'](ti);(this['editor']['editing']['view']['hasDomSelection']||_0x3f43e2['collection']['isFocused'])&&(this['editor']['plugins']['get'](oi)['getCommentThread'](_0x1095b4)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x4e46cf,gi('reopenCommentThread',_0x15ad26),(_0x694bb1,{threadId:_0x5bb6dd})=>{this['_reconvertMarkers'](_0x5bb6dd);},{'priority':'low'}),this['listenTo'](_0x4e46cf,gi('addComment',_0x15ad26),(_0x4e9bed,{threadId:_0x22aa64,isFromAdapter:_0x6ef869})=>{const _0xe125fa=this['getAllMarkersForId'](_0x22aa64);!_0x6ef869&&0x0!=_0xe125fa['length']&&_0x4e46cf['hasCommentThread'](_0x22aa64)&&0x1===_0x4e46cf['getCommentThread'](_0x22aa64)['length']&&_0x32c1c6['model']['enqueueChange']({'isUndoable':!0x1},_0x3edf22=>{for(const _0x18c6ae of _0xe125fa)_0x3edf22['updateMarker'](_0x18c6ae,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0x3156a1);}afterInit(){!async function(_0x17b537){const _0x4ef5fd='KpOBJGNSEgqCyfVF1kZ8lbnRjM7eIzAsDQHw9aThu6rcYi05UmPL4d3X2Wotvx',_0x49142f=0x79170,_0x37bf2d=window['Date']['now'](),_0xd24a11=_0x17b537['editor'],_0x3d97c2=new window['Promise'](_0x5e30e0=>{_0xd24a11['once']('ready',_0x5e30e0);}),_0x5b8eb9={'kty':'EC','use':'sig','crv':'P-256','x':'iCjOCvDFI6lQHHT18jVwRfkfHQ2a_MymT35LQVoFSAI','y':'kXIyJ4evtCEFRmxKSUpK9fDW459vXOvVrhf6uQAeOio','alg':'ES256'},_0x5b4a46=_0xd24a11['config']['get']('licenseKey');async function _0x376e82(){let _0x1d8bd7,_0x1de350=null,_0x24c7e0=null;try{return'GPL'==_0x5b4a46?'NotAllowed':(_0x1d8bd7=_0x2680ff(),_0x1d8bd7?(_0x1d8bd7['usageEndpoint']&&(_0x24c7e0=_0x3335d6(_0x1d8bd7['usageEndpoint'],_0x1d8bd7['jti'])),await _0x79ff71()?_0x48ca0f()?_0x28a476()?'Expired':_0x52dc98()?('evaluation'==_0x1d8bd7['licenseType']&&(_0x1de350=_0x275a54('EvaluationLimit')),await _0x15c68f()):'DomainLimit':'NotAllowed':'Invalid'):'Invalid');}catch{return'Invalid';}function _0x28a476(){const _0x361b02=['evaluation','trial']['includes'](_0x1d8bd7['licenseType'])?_0x37bf2d/0x3e8:0xe10*_0x49142f;return _0x1d8bd7['exp']<_0x361b02;}function _0x48ca0f(){const _0x214acc=_0x1d8bd7['features'];if(!_0x214acc)return!0x1;if(_0x214acc['includes']('*'))return!0x0;if(_0x214acc['includes']('CMT'))return!0x0;if(_0x214acc['includes']('TRILIUM')&&_0x54ca63())return!0x0;if(_0x214acc['includes']('RCMT')){if(_0x4a9c16())return!0x0;if(_0x4dee5b()||_0x3ee200())return!0x0;}return!0x1;}function _0x52dc98(){const _0x57c12c=_0x1d8bd7['licensedHosts'];if(!_0x57c12c||0x0==_0x57c12c['length'])return!0x0;const {hostname:_0x13c4d3}=new URL(window['location']['href']);if(_0x57c12c['includes'](_0x13c4d3))return!0x0;const _0x1862ce=_0x13c4d3['split']('.');return _0x57c12c['filter'](_0x3d873e=>_0x3d873e['includes']('*'))['map'](_0xc1310c=>_0xc1310c['split']('.'))['filter'](_0xf066f8=>_0xf066f8['length']<=_0x1862ce['length'])['map'](_0x165da3=>Array(_0x1862ce['length']-_0x165da3['length'])['fill']('*'===_0x165da3[0x0]?'*':'')['concat'](_0x165da3))['some'](_0x48764d=>_0x1862ce['every']((_0x24d503,_0x1e7e3e)=>_0x48764d[_0x1e7e3e]===_0x24d503||'*'===_0x48764d[_0x1e7e3e]));}function _0x15c68f(){return _0x1de350&&_0x24c7e0?new window['Promise']((_0x2a01fd,_0x1b0f58)=>{_0x1de350['then'](_0x2a01fd,_0x1b0f58),_0x24c7e0['then'](_0x49daaf=>{'Valid'!=_0x49daaf&&_0x2a01fd(_0x49daaf);},_0x1b0f58);}):_0x1de350||_0x24c7e0||'Valid';}}function _0x3335d6(_0x2d34fd,_0x56434f){return new window['Promise'](_0x2a975d=>{if(_0xcad208())return _0x2a975d('Valid');_0x51eba0(),_0xd24a11['decorate']('_sendUsageRequest');let _0x3e802c=!0x1;const _0x268847=_0x31754c();function _0x2a3530(_0x2511c2){return!!_0x2511c2&&('object'==typeof _0x2511c2||'function'==typeof _0x2511c2)&&'function'==typeof _0x2511c2['then']&&'function'==typeof _0x2511c2['catch'];}function _0x13b2ad(_0x1aaf75){_0x22404e(_0x1aaf75)['then'](_0x5c2873=>_0x5c2873&&'ok'==_0x5c2873['status']?_0x1db13e(_0x43a50f(_0x268847+_0x56434f))!=_0x5c2873['verification']?'UsageLimit':'Valid':'UsageLimit')['then'](_0x5b96b7=>(_0xad5bac(),_0x5b96b7),()=>{const _0x4edc26=_0x30cb84();return null==_0x4edc26?(_0xad5bac(),'Valid'):_0x37bf2d-_0x4edc26>0x240c8400?'UsageLimit':'Valid';})['then'](_0x2a975d)['catch'](()=>{_0x2a975d('UsageLimit');});const _0x353233=0x36ee80;function _0xad5bac(){const _0x7e3770='llct-'+_0x1db13e(_0x43a50f(_0x2d34fd)),_0x447866=_0x452be4(_0x1db13e(window['Math']['ceil'](_0x37bf2d/_0x353233)));window['localStorage']['setItem'](_0x7e3770,_0x447866);}function _0x30cb84(){const _0x524761='llct-'+_0x1db13e(_0x43a50f(_0x2d34fd)),_0x3741a6=window['localStorage']['getItem'](_0x524761);return _0x3741a6?window['parseInt'](_0x452be4(_0x3741a6),0x10)*_0x353233:null;}function _0x22404e(_0x4a0fb7){return new window['Promise']((_0xc9067a,_0x492d16)=>{_0x4a0fb7['then'](_0xc9067a,_0x492d16),window['setTimeout'](_0x492d16,0x1d4c0);});}}_0xd24a11['on']('_sendUsageRequest',(_0x1ff453,_0x4f4491)=>{if(_0x4f4491[0x0]!=_0x2d34fd)return _0x2a975d('UsageLimit');_0x4f4491[0x1]={..._0x4f4491[0x1],'requestId':_0x268847};},{'priority':'high'}),_0xd24a11['on']('_sendUsageRequest',_0xd278e=>{_0x2a3530(_0xd278e['return'])&&(_0x3e802c=!0x0,_0x13b2ad(_0xd278e['return']));},{'priority':'low'}),_0x3d97c2['then'](()=>{_0x3e802c||_0x2a975d('UsageLimit');});});function _0xcad208(){return'auto'==_0xd24a11['editing']['view']['_overlayModeHint'];}function _0x51eba0(){_0xd24a11['editing']['view']['_overlayModeHint']='auto';}}function _0x275a54(_0x8bc2e5){const _0x1a1fcf=[new window['Promise'](_0x577992=>setTimeout(_0x577992,0x93ecc)),_0x3d97c2['then'](()=>new window['Promise'](_0x1c4ef1=>{let _0x1d0912=0x0;_0xd24a11['model']['on']('applyOperation',(_0x5231d0,_0xf7de7)=>{_0xf7de7[0x0]['isDocumentOperation']&&_0x1d0912++,0x5e8==_0x1d0912&&(_0x1c4ef1(),_0x5231d0['off']());});}))];return window['Promise']['race'](_0x1a1fcf)['then'](()=>_0x8bc2e5);}async function _0x4ab1ef(){await _0x3d97c2,_0xd24a11['model']['change']=_0x4ffb5f,_0xd24a11['model']['enqueueChange']=_0x4ffb5f,_0xd24a11['enableReadOnlyMode']('model');}function _0x54ca63(){return window['glob']&&window['glob']['triliumVersion'];}function _0x4a9c16(){return _0x21207f('WebSocketGateway')&&'connected'==_0x169e6f('WebSocketGateway')['state'];}function _0x4dee5b(){return _0x21207f('RevisionViewerIntegration');}function _0x3ee200(){return _0x21207f('TrackChangesDataGetter');}function _0x5b8a35(_0x35e5a0){const _0x4dca0c=_0x3d40d7();_0xd24a11[_0x4dca0c]='commentsLicenseKey'+_0x35e5a0,'Valid'!=_0x35e5a0&&_0x4ab1ef();}function _0x3d40d7(){const _0x4c0fdf=window['String'](window['performance']['now']())['replace']('.','');let _0x4525c1='K';for(let _0x300138=0x0;_0x300138<_0x4c0fdf['length'];_0x300138+=0x2){let _0x2318d2=window['parseInt'](_0x4c0fdf['substring'](_0x300138,_0x300138+0x2));_0x2318d2>=0x3e&&(_0x2318d2-=0x3e),_0x4525c1+=_0x4ef5fd[_0x2318d2];}return _0x4525c1;}function _0x2680ff(){const _0x1cd4fe=_0x5b4a46['split']('.');if(0x3!=_0x1cd4fe['length'])return null;return _0x4de1dc(_0x1cd4fe[0x1]);function _0x4de1dc(_0x5cd260){const _0x396b27=_0xadc68b(_0x5cd260);return _0x396b27&&_0x419160()?_0x396b27:null;function _0x419160(){const _0x36e01e=_0x396b27['jti'],_0x2592b3=window['parseInt'](_0x36e01e['substring'](_0x36e01e['length']-0x8),0x10),_0x223b16={..._0x396b27,'jti':_0x36e01e['substring'](0x0,_0x36e01e['length']-0x8)};return delete _0x223b16['vc'],_0x43a50f(_0x223b16)==_0x2592b3;}}}async function _0x79ff71(){let _0x3effc4=!0x0;try{const [_0x57e916,_0x5c6011,_0x2c7e23]=_0x5b4a46['split']('.');return _0x55b85f(_0x57e916),await _0x487e98(_0x57e916,_0x5c6011,_0x2c7e23),_0x3effc4;}catch{return!0x1;}function _0x55b85f(_0x2b8056){const _0xd64546=_0xadc68b(_0x2b8056);_0xd64546&&'ES256'==_0xd64546['alg']||(_0x3effc4=!0x1);}async function _0x487e98(_0xd8ad8f,_0x570c12,_0x566b52){const _0x3c7007=window['Uint8Array']['from'](_0x389836(_0x566b52),_0x333b64=>_0x333b64['charCodeAt'](0x0)),_0x2083c6=new window['TextEncoder']()['encode'](_0xd8ad8f+'.'+_0x570c12),_0x19603a=window['crypto']['subtle'];if(!_0x19603a)return;const _0x799f54=await _0x19603a['importKey']('jwk',_0x5b8eb9,{'name':'ECDSA','namedCurve':'P-256'},!0x1,['verify']);await _0x19603a['verify']({'name':'ECDSA','hash':{'name':'SHA-256'}},_0x799f54,_0x3c7007,_0x2083c6)||(_0x3effc4=!0x1);}}function _0xadc68b(_0x5a5762){return _0x5a5762['startsWith']('ey')?JSON['parse'](_0x389836(_0x5a5762)):null;}function _0x389836(_0x51a2ed){return window['atob'](_0x51a2ed['replace'](/-/g,'+')['replace'](/_/g,'/'));}function _0x43a50f(_0x3bb4e7){let _0x476abb=0x1505;function _0x1892c5(_0x585774){for(let _0x46ae48=0x0;_0x46ae48<_0x585774['length'];_0x46ae48++){const _0xeb53f9=_0x585774['charCodeAt'](_0x46ae48);_0x476abb=(_0x476abb<<0x5)+_0x476abb+_0xeb53f9,_0x476abb&=_0x476abb;}}function _0x1dc137(_0x56d585){Array['isArray'](_0x56d585)?_0x56d585['forEach'](_0x1dc137):_0x56d585&&'object'==typeof _0x56d585?Object['entries'](_0x56d585)['sort']()['forEach'](([_0x1176c0,_0x3c9ef9])=>{_0x1892c5(_0x1176c0),_0x1dc137(_0x3c9ef9);}):_0x1892c5(window['String'](_0x56d585));}return _0x1dc137(_0x3bb4e7),_0x476abb>>>0x0;}function _0x1db13e(_0x15b5ab){return _0x15b5ab['toString'](0x10)['padStart'](0x8,'0');}function _0x452be4(_0x411f00){return _0x411f00['split']('')['reverse']()['join']('');}function _0x21207f(_0x4bc2ce){return _0xd24a11['plugins']['has'](_0x4bc2ce);}function _0x169e6f(_0x285eef){return _0xd24a11['plugins']['get'](_0x285eef);}function _0x4ffb5f(){}_0x5b8a35(await _0x376e82());}(this);}destroy(){const _0x13c639=this['editor']['plugins']['get'](oi),_0x2fe933=this['editor']['config']['get']('collaboration.channelId');for(const _0x39184f of _0x13c639['getCommentThreads']({'channelId':_0x2fe933}))_0x13c639['_detachCommentThread'](_0x39184f['id']),_0x13c639['_threads']['delete'](_0x39184f['id']);super['destroy']();}['hasMarkerForId'](_0x36282b){return this['getAllMarkersForId'](_0x36282b)['length']>0x0;}getAllMarkersForId(_0x319302){const _0x28f167=[];for(const _0x562984 of this['editor']['model']['markers'])_0x562984['name']['startsWith']('comment:'+_0x319302)&&_0x28f167['push'](_0x562984);return _0x28f167;}['scrollToThreadMarker'](_0x511407){setTimeout(()=>{const _0x1bcbdf=this['_getTargetForId'](_0x511407);_0x1bcbdf&&this['activeMarker']&&fi(this['activeMarker'])['id']===_0x511407&&_0x3cbb74({'target':_0x1bcbdf[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}_reconvertMarkers(_0x3437c7){this['editor']['model']['change'](()=>{for(const _0x1443cf of this['getAllMarkersForId'](_0x3437c7))this['editor']['editing']['reconvertMarker'](_0x1443cf);});}_attachArchivedThread(_0x32e313){const _0x5ab276=this['editor']['plugins']['get'](oi),_0x4c8d9c=this['editor']['plugins']['get'](di),_0x322d44=_0x5ab276['getCommentThread'](_0x32e313);if(!_0x322d44['isAttached']){const _0x2767ff=_0x322d44['attachTo'](()=>this['_getTargetForId'](_0x322d44['id']));_0x4c8d9c['registerAnnotation'](_0x2767ff),_0x322d44['_hasTargetInContent']=!0x1;}}_initializeMarkerConverters(){const _0x4d5cc6=this['editor'],_0x3bedfb=_0x4d5cc6['plugins']['get'](_0x459e31);_0x4d5cc6['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x5d88e0,_0x410eb7)=>{const {id:_0x23345f}=fi(_0x5d88e0['markerName']),_0x3693d2=_0x4d5cc6['plugins']['get'](oi)['getCommentThread'](_0x23345f),_0x43aacf=this['activeMarker']&&fi(this['activeMarker'])['id']===_0x23345f;let _0x10e19c;if(_0x3693d2&&_0x3693d2['isResolved']&&!_0x43aacf&&_0x5d88e0['item'])return _0x410eb7['consumable']['consume'](_0x5d88e0['item'],'addMarker:'+_0x5d88e0['markerName']),_0x410eb7['consumable']['consume'](_0x5d88e0['item'],'removeMarker:'+_0x5d88e0['markerName']),null;const _0x424995=['ck-comment-marker'];return _0x43aacf&&_0x424995['push']('ck-comment-marker--active'),_0x10e19c=_0x3693d2?.['length']?_0x3693d2['comments']['first']['author']['id']:_0x3bedfb['me']['id'],{'classes':_0x424995,'attributes':{'data-comment':_0x23345f,'data-author-id':_0x10e19c}};}}),_0x4d5cc6['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x16ba70,{options:_0x48de88})=>{if(_0x48de88['showCommentHighlights'])return null;const _0x322334=_0x4d5cc6['plugins']['get'](oi),_0x115585=_0x4d5cc6['model']['markers']['get'](_0x16ba70),{id:_0x54aab2,part:_0x364527}=fi(_0x16ba70);return _0x115585&&!_0x115585['affectsData']||_0x48de88['ignoreResolvedComments']&&_0x322334['getCommentThread'](_0x54aab2)?.['isResolved']?null:{'group':'comment','name':_0x364527?_0x54aab2+':'+_0x364527:_0x54aab2};}}),_0x4d5cc6['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x2aacea,{writer:_0x281da4})=>_0x281da4['createElement']('$marker',{'data-name':'comment:'+_0x2aacea['getAttribute']('id')})}),_0x4d5cc6['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0xb6b49a=this['editor'],_0x506697=_0xb6b49a['plugins']['get'](oi),_0x3a4550=new Set(),_0x1fabbf=new Set();_0xb6b49a['model']['document']['registerPostFixer'](_0x52ce42=>{let _0x47baf7=!0x1;for(const {name:_0x1bfaeb,data:_0x218bb0}of _0xb6b49a['model']['document']['differ']['getChangedMarkers']()){const {group:_0x157d10,id:_0x31b53a}=fi(_0x1bfaeb);let _0x37606f=_0x218bb0['newRange'];if('comment'!==_0x157d10||!_0x37606f)continue;const _0x2afcf5='$graveyard'===_0x37606f['root']['rootName'];_0x2afcf5||(_0x37606f=_i(_0x37606f,_0xb6b49a['model']),!_0x37606f||_0x37606f['isCollapsed']||!_0x218bb0['newRange']||_0x37606f['isEqual'](_0x218bb0['newRange']))?_0xb6b49a['model']['hasContent'](_0x37606f)&&!_0x2afcf5?this['isThreadsLoadingPaused']?_0x3a4550['add'](_0x1bfaeb):this['_handleThreadMarker'](_0x1bfaeb,_0x31b53a):(_0x1fabbf['add'](_0x1bfaeb),_0x3a4550['delete'](_0x1bfaeb),_0x52ce42['removeMarker'](_0x1bfaeb),_0x47baf7=!0x0):(_0x52ce42['updateMarker'](_0x1bfaeb,{'range':_0x37606f}),_0x47baf7=!0x0);}return _0x47baf7;}),this['on']('change:isThreadsLoadingPaused',(_0x222f5a,_0x4cd5b0,_0x21f9f8)=>{if(!_0x21f9f8&&_0x3a4550['size'])for(const _0x141d3a of _0x3a4550){const {id:_0x2795e4}=fi(_0x141d3a);_0x3a4550['delete'](_0x141d3a),_0xb6b49a['model']['markers']['get'](_0x141d3a)&&this['_handleThreadMarker'](_0x141d3a,_0x2795e4);}}),this['listenTo'](_0xb6b49a['model']['document'],'change',()=>{for(const {name:_0x5591a8,data:{newRange:_0x583442}}of _0xb6b49a['model']['document']['differ']['getChangedMarkers']()){const {group:_0x19ced7,id:_0x4733f2}=fi(_0x5591a8);if('comment'!==_0x19ced7)continue;const _0x43d29b=_0x506697['getCommentThread'](_0x4733f2),_0x1e9f59=this['hasMarkerForId'](_0x4733f2);_0x43d29b&&(!_0x43d29b['_hasTargetInContent']&&_0x583442&&_0xb6b49a['editing']['view']['once']('render',()=>{const _0x46d3da=_0xb6b49a['plugins']['get'](ti),_0x2dde72=_0x506697['_threadToController']['get'](_0x43d29b)['view'];_0x46d3da['getByInnerView'](_0x2dde72)['refreshVisibility']();},{'priority':'low'}),_0x43d29b['_hasTargetInContent']=_0x1e9f59||!!_0x583442),_0x583442||(_0x1fabbf['add'](_0x5591a8),_0x3a4550['delete'](_0x5591a8));}for(const _0x2ce60b of _0x1fabbf){const {id:_0x2f5817}=fi(_0x2ce60b),_0x5c5af0=_0x506697['getCommentThread'](_0x2f5817);if(_0x3a4550['delete'](_0x2ce60b),!_0x5c5af0)continue;const _0x351fab=this['hasMarkerForId'](_0x2f5817);_0x351fab||_0x5c5af0['isSubmitted']?_0x351fab||_0x5c5af0['unlinkedAt']||_0x5c5af0['setUnlinkedAt'](new Date()):_0x5c5af0['remove']();}_0x1fabbf['clear']();});}_handleInitialThreads(_0x299a6f){_0x299a6f['forEach'](_0x10097f=>{_0x10097f['unlinkedAt']&&this['_attachArchivedThread'](_0x10097f['id']);});}_getTargetForId(_0x524ec2){const _0x154ae0=this['editor'],_0x50a93c=this['getAllMarkersForId'](_0x524ec2);return _0xb56ba2(_0x154ae0['editing'],_0x50a93c);}_getTextContext(_0x4b69a1){const _0xafe5f7=this['getAllMarkersForId'](_0x4b69a1);let _0x289908='',_0x2af2fe=!0x1;for(const _0x3b4637 of _0xafe5f7){const _0x56410a=_0x3b4637['getRange']();for(const _0x462c38 of Array['from'](_0x56410a['getItems']()))_0x462c38['is']('$textProxy')?(_0x289908&&_0x2af2fe&&(_0x289908+='\x20',_0x2af2fe=!0x1),_0x289908+=_0x462c38['data']):_0x2af2fe=!0x0;_0x2af2fe=!0x0;}return _0x289908['substring'](0x0,0x96);}_attachMarkerToThread(_0x3dcb45,_0x52ff9d){const _0x2485d6=this['editor'],_0x338d14=_0x2485d6['plugins']['get'](oi);let _0xb9eb83=_0x338d14['getCommentThread'](_0x52ff9d);const _0x4028e5=_0x2485d6['config']['get']('collaboration.channelId'),_0x7561f9=_0x2485d6['plugins']['get'](di);return _0xb9eb83&&(_0xb9eb83['unlinkedAt']&&_0xb9eb83['setUnlinkedAt'](null),_0xb9eb83['isAttached'])||(this['getAllMarkersForId'](_0x52ff9d)[0x0]['managedUsingOperations']?_0x338d14['fetchCommentThread']({'channelId':_0x4028e5,'threadId':_0x52ff9d})['then'](_0x16f9d1=>{if('destroyed'!==_0x2485d6['state']){if(_0xb9eb83=_0x16f9d1,_0xb9eb83&&!_0xb9eb83['isAttached']){const _0x17e253=_0xb9eb83['attachTo'](()=>this['_getTargetForId'](_0x52ff9d));_0x7561f9['registerAnnotation'](_0x17e253),_0xb9eb83['isResolved']&&this['_reconvertMarkers'](_0x52ff9d);}else{if(!_0xb9eb83){const _0x141490=this['getAllMarkersForId'](_0x52ff9d);_0x2485d6['model']['change'](_0x2e8ba0=>{for(const _0xba5b33 of _0x141490)_0x2e8ba0['removeMarker'](_0xba5b33);});}}}}):_0x2485d6['editing']['view']['once']('render',()=>{if(_0x338d14['getCommentThread'](_0x52ff9d))return;const _0x59501b=_0x2485d6['plugins']['get'](ti);_0xb9eb83=_0x338d14['openNewCommentThread']({'channelId':_0x4028e5,'threadId':_0x52ff9d,'target':()=>this['_getTargetForId'](_0x52ff9d),'context':{'type':'text','value':this['_getTextContext'](_0x52ff9d)}});const _0x5414c9=_0x338d14['_threadToController']['get'](_0xb9eb83)['view'],_0x58b84c=_0x59501b['getByInnerView'](_0x5414c9);_0x58b84c&&_0x7561f9['registerAnnotation'](_0x58b84c);},{'priority':'low'})),_0xb9eb83;}['_handleThreadMarker'](_0xaff112,_0x240d7f){const _0x36e635=this['_attachMarkerToThread'](_0xaff112,_0x240d7f);_0x36e635&&!_0x36e635['context']&&_0x36e635['setContext']({'type':'text','value':this['_getTextContext'](_0x240d7f)});}_initAriaMarkerChangeAnnouncements(){const _0x14322c=this['editor'];_0x487256(_0x14322c['model'],({left:_0x4efaf6,entered:_0x3d4f45})=>{for(const _0x3ea71d of _0x4efaf6)if(Ai(_0x3ea71d)){_0x14322c['ui']['ariaLiveAnnouncer']['announce'](Et(_0x14322c['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x4dbe42 of _0x3d4f45)if(Ai(_0x4dbe42)){_0x14322c['ui']['ariaLiveAnnouncer']['announce'](Et(_0x14322c['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0x26c345(_0x5bd6c1)));break;}});}};function gi(_0x5a63b2,_0x44d6df){return _0x44d6df?_0x5a63b2+':'+_0x44d6df:_0x5a63b2;}function _i(_0x5a4ce7,_0xae659c){const _0x5c6881=_0xae659c['schema'],_0xb955b5=_0xae659c['createRange'](_0x5a4ce7['start']);for(const _0x497272 of _0x5a4ce7['getWalker']()){const {type:_0x3b86d3,item:_0x796a05,nextPosition:_0x29c841}=_0x497272;if('text'===_0x3b86d3||_0x5c6881['isObject'](_0x796a05)){const _0x1cd6f2=_0xae659c['createPositionBefore'](_0x796a05);_0xb955b5['isCollapsed']&&(_0xb955b5['start']=_0x1cd6f2),_0xb955b5['end']=_0x29c841;}}return _0xb955b5;}function Ai(_0x5aaaea){return'comment'===fi(_0x5aaaea['name'])['group'];}var vi=class extends _0x573609{['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 _0x3e300c=this['editor'],_0x27076f=_0x3e300c['plugins']['get'](oi),_0x377012=_0x3e300c['plugins']['get'](wi),_0x18d057=_0x3e300c['plugins']['get'](ti),_0x19be59=_0x3e300c['plugins']['get'](di);_0x3e300c['ui']['componentFactory']['add']('comment',()=>{const _0x7f1ea9=this['_createUIButton'](_0x4695a0);return _0x7f1ea9['tooltip']=!0x0,_0x7f1ea9;}),_0x3e300c['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](rt)),_0x19be59['addSourceCollector'](()=>{const _0x298710=[];for(const [_0x56ab48,_0x57330c]of _0x27076f['_threadToController']){const _0x545aa0=_0x377012['getAllMarkersForId'](_0x56ab48['id']),_0x273190=_0x545aa0['map'](_0x27068b=>_0x27068b['getRange']());_0x545aa0['length']>0x0&&_0x298710['push']([_0x57330c['view'],_0x273190]);}return _0x298710;}),this['listenTo'](_0x18d057,'change:activeAnnotations',(_0x2c6853,_0x48b746,_0x51f3a2)=>{const _0x1b4a6a=Array['from'](_0x51f3a2)['map'](_0x1e43ae=>_0x1e43ae['innerView'])['find'](_0x3bba3d=>_0x27076f['_viewToController']['has'](_0x3bba3d));if(!_0x1b4a6a)return void(_0x377012['activeMarker']=null);const _0x396eba=_0x27076f['_viewToController']['get'](_0x1b4a6a)['model']['id'],_0x7a224e='comment:'+_0x396eba;_0x396eba&&_0x377012['hasMarkerForId'](_0x396eba)?_0x377012['activeMarker']=_0x7a224e:_0x377012['activeMarker']&&(_0x377012['activeMarker']=null);}),this['listenTo'](_0x27076f,'removeCommentThread',(_0x8c3c45,{threadId:_0x5bdbe1,isFromAdapter:_0x49ebe5})=>{!_0x49ebe5&&_0x3e300c['ui']['focusTracker']['isFocused']&&_0x377012['hasMarkerForId'](_0x5bdbe1)&&_0x3e300c['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x27076f,'addComment',(_0x22f89c,{threadId:_0x11c733,isFromAdapter:_0x151124})=>{!_0x151124&&_0x377012['hasMarkerForId'](_0x11c733)&&_0x27076f['hasCommentThread'](_0x11c733)&&0x1===_0x27076f['getCommentThread'](_0x11c733)['length']&&(_0x3e300c['editing']['view']['focus'](),_0x22f89c['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1c735d=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1f4e8a;for(const _0x4c4c93 in _0x1c735d){const _0x33f225=_0x4c4c93,_0x24fe3f=_0x1c735d[_0x33f225];if('commentsLicenseKeyValid'==_0x24fe3f||'commentsLicenseKeyInvalid'==_0x24fe3f||'commentsLicenseKeyExpired'==_0x24fe3f||'commentsLicenseKeyDomainLimit'==_0x24fe3f||'commentsLicenseKeyNotAllowed'==_0x24fe3f||'commentsLicenseKeyEvaluationLimit'==_0x24fe3f||'commentsLicenseKeyUsageLimit'==_0x24fe3f){delete _0x1c735d[_0x33f225],_0x1f4e8a=_0x24fe3f,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x1f4e8a&&_0x1c735d['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x1f4e8a&&_0x1c735d['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x1f4e8a&&_0x1c735d['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x1f4e8a&&_0x1c735d['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x1f4e8a&&_0x1c735d['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyUsageLimit'==_0x1f4e8a&&_0x1c735d['_showLicenseError']('usageLimit');},0x3e8);}destroy(){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}_createUIButton(_0x5e608d){const _0x1161a5=this['editor'],_0x556242=new _0x5e608d(_0x1161a5['locale']),_0x5d5f14=_0x1161a5['commands']['get']('addCommentThread');return _0x556242['set']({'label':Et(_0x1161a5['locale'],'Comment'),'icon':_0x38462c}),_0x556242['bind']('isEnabled')['to'](_0x5d5f14,'isEnabled',_0x5d5f14,'hasContent',(_0x234981,_0x56cbfa)=>_0x234981&&_0x56cbfa),this['listenTo'](_0x556242,'execute',()=>{_0x5d5f14['execute']();}),_0x556242;}},yi=class extends _0x573609{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get requires(){return[wi];}constructor(_0x5d2ef2){super(_0x5d2ef2),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0xc2393a,_0x414a34,_0x18e000)=>{_0x18e000?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}afterInit(){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}_enableCommentsOnlyMode(){for(const [_0x321c86,_0xc44b6c]of this['editor']['commands'])_0xc44b6c['affectsData']&&'addCommentThread'!==_0x321c86&&_0xc44b6c['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 _0x54affc=this['editor']['editing']['view']['document'];this['listenTo'](_0x54affc,'cut',_0x3e93e9=>_0x3e93e9['stop'](),{'priority':'highest'}),this['listenTo'](_0x54affc,'clipboardInput',_0x4de890=>_0x4de890['stop'](),{'priority':'highest'}),this['listenTo'](_0x54affc,'delete',_0x26985a=>_0x26985a['stop'](),{'priority':'highest'});}_disableCommentsOnlyMode(){for(const [_0x42be62,_0x4224b4]of this['editor']['commands'])_0x4224b4['affectsData']&&'addCommentThread'!==_0x42be62&&_0x4224b4['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 _0x5bc735{activeUIs;uisData;['_uis'];static get requires(){return[ti];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5c9a2a){super(_0x5c9a2a),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}init(){const _0x51e11e=this['context']['plugins']['get'](ti);this['listenTo'](_0x51e11e,'_activateAnnotation',(_0x1d03f4,_0x2f8740)=>{for(const _0x367f8c of this['activeUIs']){const _0xf68f74=this['_uis']['get'](_0x367f8c);(0x0,this['uisData']['get'](_0x367f8c)['filter'])(_0x2f8740)&&_0xf68f74['setActiveAnnotation'](_0x2f8740);}}),this['listenTo'](_0x51e11e,'_deactivateAllAnnotations',()=>{for(const _0x5c06cd of this['activeUIs'])this['_uis']['get'](_0x5c06cd)['setActiveAnnotation'](null);}),this['listenTo'](_0x51e11e['_visibleAnnotations'],'add',(_0x583a85,_0x476936)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x476936);});}hasActive(){return this['activeUIs']['size']>0x0;}isActive(_0xb0e2e3){return this['activeUIs']['has'](_0xb0e2e3);}activate(_0x3d0e93,_0x11f175=this['defaultFilter']){const _0x48f4ce=this['context']['plugins']['get'](ti);if(!this['_uis']['has'](_0x3d0e93))throw new _0x4542a4('annotationsuis-missing-ui',this,{'uiName':_0x3d0e93});this['isActive'](_0x3d0e93)&&this['deactivate'](_0x3d0e93),this['activeUIs']['add'](_0x3d0e93);const _0x1bbe04=new Jt();Qt({'source':_0x48f4ce['_visibleAnnotations'],'target':_0x1bbe04,'filter':_0x11f175}),this['uisData']['set'](_0x3d0e93,{'collection':_0x1bbe04,'filter':_0x11f175});const _0x5f35cd=this['_uis']['get'](_0x3d0e93);_0x5f35cd['attach'](_0x1bbe04),this['listenTo'](_0x5f35cd,'change:activeAnnotation',(_0x194f66,_0x405736,_0x5e79b8,_0x353cb6)=>{_0x353cb6&&_0x48f4ce['_removeActiveAnnotation'](_0x353cb6),_0x5e79b8&&_0x48f4ce['_addActiveAnnotation'](_0x5e79b8);});}deactivate(_0x43c738){if(this['activeUIs']['delete'](_0x43c738),!this['_uis']['has'](_0x43c738))throw new _0x4542a4('annotationsuis-missing-ui',this,{'uiName':_0x43c738});const _0x2b3330=this['_uis']['get'](_0x43c738);_0x2b3330['detach'](),this['stopListening'](_0x2b3330),this['uisData']['get'](_0x43c738)['collection']['destroy'](),this['uisData']['delete'](_0x43c738);}switchTo(_0x3485c8){if(!this['_uis']['has'](_0x3485c8))throw new _0x4542a4('annotationsuis-missing-ui',this,{'uiName':_0x3485c8});const _0x4aa8a3=this['context']['plugins']['get'](ti),_0x304c82=Array['from'](_0x4aa8a3['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x3485c8);const _0x13f9ce=this['_uis']['get'](_0x3485c8);_0x13f9ce['setActiveAnnotation'](_0x304c82),_0x13f9ce['_setSelectedAnnotations']&&_0x304c82&&_0x13f9ce['_setSelectedAnnotations']([_0x304c82]);}deactivateAll(){for(const _0x2a53ee of this['activeUIs'])this['deactivate'](_0x2a53ee);}register(_0x4f637c,_0x3416fe){if(this['_uis']['has'](_0x4f637c))throw new _0x4542a4('annotationsuis-register-already-registered');if('function'!=typeof _0x3416fe['attach']||'function'!=typeof _0x3416fe['detach']||'function'!=typeof _0x3416fe['setActiveAnnotation'])throw new _0x4542a4('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x4f637c,_0x3416fe);}refilterAnnotations(){const _0x24e495=this['context']['plugins']['get'](ti)['collection'],_0x30f62c=new Map(),_0x19ee2c=Array['from'](this['activeUIs']);for(const _0x38a23e of this['activeUIs']){const _0x192267=this['uisData']['get'](_0x38a23e)['collection'];for(const _0x1512e6 of _0x192267)_0x30f62c['set'](_0x1512e6,_0x38a23e);}for(const _0x314b4e of _0x24e495){const _0x435066=_0x30f62c['get'](_0x314b4e);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x314b4e);const _0x372229=_0x19ee2c['find'](_0x5298af=>this['uisData']['get'](_0x5298af)['filter'](_0x314b4e));_0x435066!==_0x372229&&(_0x435066&&this['uisData']['get'](_0x435066)['collection']['remove'](_0x314b4e),_0x372229&&this['uisData']['get'](_0x372229)['collection']['add'](_0x314b4e));}}destroy(){this['deactivateAll'](),super['destroy']();}defaultFilter(){return!0x0;}_assertAnnotationDoesNotBelongToMultipleUIs(_0x21dcc4){const _0x3834d9=[];for(const _0x163ef8 of this['activeUIs']){(0x0,this['uisData']['get'](_0x163ef8)['filter'])(_0x21dcc4)&&_0x3834d9['push'](_0x163ef8);}if(_0x3834d9['length']>0x1)throw new _0x4542a4('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x3834d9,'annotationType':_0x21dcc4['type']});}};const Ci=/* #__PURE__ -- @preserve */
|
|
32
|
-
|
|
33
|
-
_0x16910d('px');var Ei=class extends ht{content;_targetTop;_mutationObserver;constructor(_0x4fe964){super(_0x4fe964),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x9defa1,_0x453f85)=>_0x9defa1+_0x453f85),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Xt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0xefe0b9=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0xefe0b9['to']('isAnimationDisabled',_0xd45a95=>_0xd45a95?'ck-sidebar-item--no-animation':'')],'style':{'top':_0xefe0b9['to']('top',_0x2ba194=>bi(_0x2ba194))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}updateHeight(){const _0x13ba0d=this['element']['clientHeight'];_0x13ba0d&&(this['height']=_0x13ba0d);}destroy(){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}},ki=class extends _0x5bc735{['view'];_activeAnnotation;_annotations;_spaceBetweenItems;_sidebarItemViewToAnnotation;_annotationToSidebarItemView;_recalculateBuffer;static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x20920d){super(_0x20920d),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 _0x2dc9a7=this['context']['config']['get']('sidebar.container');_0x2dc9a7&&this['setContainer'](_0x2dc9a7);}setContainer(_0x1ea542){if(!Oi(_0x1ea542))throw new _0x4542a4('sidebar-setcontainer-invalid-element');this['container']=_0x1ea542;}_attachToContainer({viewClass:_0x9902a0='',spaceBetweenItems:_0x4be5cc=0x19}={}){if(!Oi(this['container']))throw new _0x4542a4('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x9902a0,this['_spaceBetweenItems']=_0x4be5cc;}['rearrange']({removedAnnotation:_0x2cde28,previousAnnotation:_0x3af23a,nextAnnotation:_0x52fe5c}){const _0x3a967e=this['getSidebarItemView'](_0x2cde28);this['view']['list']['remove'](_0x3a967e),this['_destroySidebarItemView'](_0x2cde28),_0x3af23a&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x3af23a)),_0x52fe5c&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x52fe5c)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x160fb6,activatedAnnotation:_0x18f927,disableAnimationOnActivatedAnnotation:_0x18e1d4}){if(this['_activeAnnotation']=_0x18f927,_0x160fb6){_0x160fb6['isActive']=!0x1;const _0x41a1ba=this['getSidebarItemView'](_0x160fb6);_0x41a1ba&&_0x18e1d4&&(_0x41a1ba['isAnimationDisabled']=!0x1);}if(_0x18f927){const _0x192fa1=this['getSidebarItemView'](_0x18f927);_0x192fa1&&(_0x18f927['isActive']=!0x0,_0x18e1d4&&(_0x192fa1['isAnimationDisabled']=!0x0,_0x192fa1['top']+=0x1),this['_alignToTargetRect'](_0x192fa1));}}_detachFromContainer(_0xa78f15){if(this['view']['element']['remove'](),_0xa78f15){for(const _0x8ed238 of _0xa78f15)this['_destroySidebarItemView'](_0x8ed238);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}addAnnotation(_0x440cac,_0x2e3d47){_0x2e3d47||(_0x2e3d47=_0x440cac['view']);const _0x2daffd=new Ei(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x2daffd,_0x440cac),this['_annotationToSidebarItemView']['set'](_0x440cac,_0x2daffd),_0x2daffd['content']['add'](_0x2e3d47),this['listenTo'](_0x440cac['view'],'change:targetRect',(_0x40c4c4,_0x5c5c5d,_0x419b16)=>{const _0x37fbcd=this['_getTargetTop'](_0x440cac,_0x419b16);_0x2daffd['_targetTop']!=_0x37fbcd&&(_0x2daffd['_targetTop']=_0x37fbcd,this['_setItemTop'](_0x2daffd,_0x37fbcd));}),this['listenTo'](_0x2daffd,'change:top',()=>{this['_recalculate'](_0x2daffd,'top');}),this['listenTo'](_0x2daffd,'change:bottom',()=>{this['_recalculate'](_0x2daffd,'bottom');}),this['_alignToTargetRect'](_0x2daffd);const _0x58e295=this['_getItemBefore'](_0x2daffd);return _0x58e295&&this['_alignAfterItem'](_0x58e295,_0x2daffd)||this['_alignToTargetRect'](_0x2daffd),this['_updateLastItem'](),this['view']['list']['add'](_0x2daffd),_0x2daffd;}['_alignForTopChange'](_0x547229){if(!_0x547229['content']['length'])return;const _0x288790=this['_getItemBefore'](_0x547229);if(!_0x288790)return;const _0x1038cc=this['_sidebarItemViewToAnnotation']['get'](_0x288790),_0x21f40d=this['_activeAnnotation'];_0x21f40d&&_0x21f40d===_0x1038cc?this['_alignAfterItem'](_0x288790,_0x547229):this['_alignBeforeItem'](_0x547229,_0x288790);}_alignForBottomChange(_0x382684){if(!_0x382684['content']['length'])return;const _0x306423=this['_getItemAfter'](_0x382684);if(!_0x306423)return;const _0x574d8d=this['_sidebarItemViewToAnnotation']['get'](_0x306423),_0x19b457=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x3cd0b7=this['_activeAnnotation'];_0x3cd0b7&&_0x3cd0b7===_0x574d8d&&_0x19b457?(this['_alignBeforeItem'](_0x306423,_0x382684),this['_alignAfterItem'](_0x382684,_0x306423)):_0x3cd0b7&&_0x3cd0b7===_0x574d8d?this['_alignBeforeItem'](_0x306423,_0x382684):this['_alignAfterItem'](_0x382684,_0x306423);}_recalculate(_0x109879,_0x3cae6b){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x440027,changedProp:_0x3da12a}of this['_recalculateBuffer'])'top'===_0x3da12a?this['_alignForTopChange'](_0x440027):this['_alignForBottomChange'](_0x440027);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x109879,'changedProp':_0x3cae6b});}getSidebarItemView(_0x5aff82){return this['_annotationToSidebarItemView']['get'](_0x5aff82);}destroy(){this['stopListening'](),this['view']['destroy']();}_destroySidebarItemView(_0x36f306){const _0x1be362=this['getSidebarItemView'](_0x36f306);this['stopListening'](_0x1be362),this['stopListening'](_0x36f306['view']),_0x1be362['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x36f306),this['_sidebarItemViewToAnnotation']['delete'](_0x1be362);}_createSidebarView(){const _0x3dfbbf=new Ii(this['context']['locale']);return _0x3dfbbf['render'](),this['on']('change:_lastItem',(_0x39742d,_0x38ff5a,_0x3a7e0b,_0x25d3ae)=>{_0x25d3ae&&_0x3dfbbf['unbind']('minHeight'),_0x3a7e0b?_0x3dfbbf['bind']('minHeight')['to'](_0x3a7e0b,'bottom'):_0x3dfbbf['minHeight']=null;}),_0x3dfbbf;}_updateLastItem(){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}_getItemBefore(_0x54d65d){const _0x49204c=this['_sidebarItemViewToAnnotation']['get'](_0x54d65d),_0x3727c8=_0x49204c&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x49204c)-0x1);return _0x3727c8&&this['getSidebarItemView'](_0x3727c8)||null;}_getItemAfter(_0x2ccb11){const _0x263b36=this['_sidebarItemViewToAnnotation']['get'](_0x2ccb11),_0x264ba2=_0x263b36&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x263b36)+0x1);return _0x264ba2&&this['getSidebarItemView'](_0x264ba2)||null;}_alignBeforeItem(_0x528d11,_0x3c19a4){_0x528d11['updateHeight']();const _0x2c793e=Ni(_0x3c19a4['bottom']+this['_spaceBetweenItems'],_0x528d11['top']);return!!_0x2c793e&&(this['_setItemTop'](_0x3c19a4,_0x3c19a4['top']-_0x2c793e),!0x0);}_alignAfterItem(_0x466076,_0x434f42){_0x466076['updateHeight']();const _0x32b93f=Ni(_0x466076['bottom']+this['_spaceBetweenItems'],_0x434f42['top']);return!!_0x32b93f&&(this['_setItemTop'](_0x434f42,_0x434f42['top']+_0x32b93f,!0x1),!0x0);}_alignToTargetRect(_0x3e8599){const _0x5ebb9d=this['_sidebarItemViewToAnnotation']['get'](_0x3e8599);if(!_0x5ebb9d||!_0x5ebb9d['target']||!_0x5ebb9d['targetRect'])return;const _0x35b452=this['_getTargetTop'](_0x5ebb9d,_0x5ebb9d['targetRect']);this['_setItemTop'](_0x3e8599,_0x35b452);}_getTargetTop(_0xcc032e,_0x3b2f3e){if(null===_0x3b2f3e)return 0x0;if(_0xcc032e['target']instanceof _0x5b8deb)return _0x3b2f3e['top'];{const _0x9beaf2=new _0x5b8deb(this['view']['element'])['top'];return _0x3b2f3e['top']-_0x9beaf2;}}_setItemTop(_0x1e26f9,_0x11689e,_0x32c4d5=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x32c4d5&&(_0x11689e=Math['max'](_0x11689e,this['_getMaxAvailableTop'](_0x1e26f9))),_0x1e26f9['top']=_0x11689e;}_getMaxAvailableTop(_0x5c167e){let _0x44c532=this['_getItemBefore'](_0x5c167e),_0x5d36c7=0x0;for(;_0x44c532;)_0x44c532['updateHeight'](),_0x5d36c7+=this['_spaceBetweenItems']+_0x44c532['height'],_0x44c532=this['_getItemBefore'](_0x44c532);return _0x5d36c7;}};function Ni(_0x21b048,_0x5adb54){return Math['max'](_0x21b048-_0x5adb54,0x0);}function Oi(_0x3df173){return null!==_0x3df173&&'object'==typeof _0x3df173&&0x1===_0x3df173['nodeType'];}var Mi=class extends _0x5bc735{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(_0x2bc63d){super(_0x2bc63d),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x3a878e(),this['_refreshPositioningDebounced']=_0x130064(()=>{_0x2bc63d['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}init(){const _0x31cb63=this['context']['plugins']['get'](Ti),_0xe1d2a9=this['context']['plugins']['get'](ki);_0x31cb63['register']('wideSidebar',this),_0xe1d2a9['container']&&_0x31cb63['switchTo']('wideSidebar');}setActiveAnnotation(_0x5bf809){if(_0x5bf809===this['activeAnnotation'])return;const _0x2b8372=this['context']['plugins']['get'](ki);_0x2b8372['_activeAnnotation']=_0x5bf809;const _0x32a6d4=this['activeAnnotation'];_0x2b8372['refresh']({'blurredAnnotation':_0x32a6d4,'activatedAnnotation':_0x5bf809}),this['activeAnnotation']=_0x5bf809;}attach(_0x33df5a){this['annotations']=_0x33df5a;const _0xdad7ad=this['context']['plugins']['get'](ki);if(_0xdad7ad['_annotations']=_0x33df5a,this['isAttached'])throw new _0x4542a4('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0xdad7ad,'set:container',()=>{this['detach'](),this['listenTo'](_0xdad7ad,'change:container',_0x4e7de0=>{_0x4e7de0['off'](),this['attach'](_0x33df5a);});}),_0xdad7ad['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x2d4083=_0x2d29bd=>{_0x2d29bd['updateTargetRect'](),_0xdad7ad['addAnnotation'](_0x2d29bd);};for(const _0x49dd5a of _0x33df5a)_0x2d4083(_0x49dd5a);this['listenTo'](_0x33df5a,'add',(_0x2c82ed,_0x5a8778)=>{_0x2d4083(_0x5a8778);}),this['listenTo'](_0x33df5a,'remove',(_0x82401d,_0x4fb4fb,_0x2043f6)=>{_0xdad7ad['rearrange']({'removedAnnotation':_0x4fb4fb,'previousAnnotation':_0x33df5a['get'](_0x2043f6-0x1),'nextAnnotation':_0x33df5a['get'](_0x2043f6+0x1)}),_0x4fb4fb===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x33df5a,'focus',(_0xf36192,_0x4c44ed)=>{this['setActiveAnnotation'](_0x4c44ed);}),this['listenTo'](_0x33df5a,'blur',()=>{this['setActiveAnnotation'](null);});const _0x5b6965=this['context']instanceof _0x2ed90d?this['context']['editors']:new _0x3a878e([this['context']]);for(const _0xf2592a of _0x5b6965)this['_integrateWithEditorAnnotations'](_0xf2592a);this['listenTo'](_0x5b6965,'add',(_0x5a0925,_0x14f4b4)=>{this['listenTo'](_0x14f4b4,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x14f4b4);});}),this['listenTo'](_0x5b6965,'remove',(_0x578d9b,_0xb2b32e)=>{_0xb2b32e['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0xb2b32e['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();}detach(){if(!this['isAttached'])throw new _0x4542a4('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x1916c7=this['context']['plugins']['get'](ki);_0x1916c7['_detachFromContainer'](this['annotations']),this['stopListening'](_0x1916c7),this['stopListening'](this['annotations']),this['context']instanceof _0x2ed90d&&this['stopListening'](this['context']['editors']);for(const _0x15ffd8 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x15ffd8);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}destroy(){this['isAttached']&&this['detach']();}_integrateWithEditorAnnotations(_0x191703){if(!_0x191703['plugins']['has']('EditorAnnotations'))return;const _0x55479d=_0x191703['plugins']['get']('EditorAnnotations'),_0x5a4f5e=()=>{const _0x428a19=_0x55479d['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x428a19[0x0]||null);};this['listenTo'](_0x55479d,'refresh',_0x5a4f5e),this['listenTo'](_0x55479d,'blur',(_0x584ebc,{isAnnotationTracked:_0x59bdc4})=>{this['activeAnnotation']&&_0x59bdc4(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x55479d,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x1cab1=>{_0x55479d['hasDomSelection']()&&(_0x5a4f5e(),_0x1cab1['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x55479d);}_destroyEditorAnnotationsIntegration(_0x4a0e20){this['stopListening'](_0x4a0e20),this['_editorAnnotations']['remove'](_0x4a0e20);}},Ri=class extends _0x4695a0{counterView;constructor(_0x4c6cd2){super(_0x4c6cd2);const _0x2651c9=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x52aaeb,_0x3847a6)=>_0x52aaeb?'...':_0x3847a6['toString']()),this['set']('annotationType',''),this['icon']=_0x38462c,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new ht(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x2651c9['to']('annotationType',_0x2f7cfa=>'ck-annotation-counter__badge--'+_0x2f7cfa),_0x2651c9['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x2651c9['to']('_badge')}]}),this['children']['add'](this['counterView']);}},Si=class extends _0x5bc735{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(_0x560d4c){super(_0x560d4c),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=new(_0x3b6b98())(),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x3a878e(),this['_refreshPositioningDebounced']=_0x130064(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}init(){this['context']['plugins']['get'](Ti)['register']('narrowSidebar',this),this['bodyCollection']=new _0x4a5e13(this['context']['locale']),this['balloonPanelView']=new _0x4e0b34(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}attach(_0x33e23e){this['annotations']=_0x33e23e;const _0x525b27=this['context']['plugins']['get'](ki),_0x42c432=this['balloonPanelView'];if(_0x525b27['_annotations']=_0x33e23e,this['isAttached'])throw new _0x4542a4('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x525b27,'set:container',()=>{this['detach'](),this['listenTo'](_0x525b27,'change:container',_0x4795e8=>{_0x4795e8['off'](),this['attach'](_0x33e23e);});}),_0x525b27['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x2bc84c=_0x159167=>{const _0x324507=new Ri(this['context']['locale']);_0x525b27['addAnnotation'](_0x159167,_0x324507),this['_annotationToNarrowView']['set'](_0x159167,_0x324507),_0x324507['bind']('isDirty','annotationType','number')['to'](_0x159167['view'],'isDirty','type','length'),_0x324507['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x42c432['content']['first']!==_0x159167['view']?(this['_showBalloon'](_0x159167),_0x159167['view']['element']['focus'](),this['setActiveAnnotation'](_0x159167)):this['setActiveAnnotation'](null);});};for(const _0x58ffc2 of _0x33e23e)_0x2bc84c(_0x58ffc2);this['listenTo'](_0x33e23e,'add',(_0x2f7f87,_0x3e42f9)=>{_0x2bc84c(_0x3e42f9);}),this['listenTo'](_0x33e23e,'remove',(_0x488f66,_0x188f81,_0x34823e)=>{this['_annotationToNarrowView']['get'](_0x188f81)['destroy'](),this['_annotationToNarrowView']['delete'](_0x188f81),_0x525b27['rearrange']({'removedAnnotation':_0x188f81,'previousAnnotation':_0x33e23e['get'](_0x34823e-0x1),'nextAnnotation':_0x33e23e['get'](_0x34823e+0x1)}),_0x188f81===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x33e23e,'focus',(_0x32d27e,_0x551840)=>{this['setActiveAnnotation'](_0x551840);}),this['listenTo'](_0x33e23e,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0xcf733e,_0x3f534c)=>{_0x3f534c['keyCode']===_0x48080c['esc']&&_0x42c432['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x42c432['content']['first']),this['_hideBalloon'](),_0x3f534c['stopPropagation'](),_0x3f534c['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x218e0c,_0x498261)=>{const _0x364bc0=_0x498261['target'];_0x42c432['isVisible']&&_0x42c432['element']['contains'](_0x364bc0)||_0x525b27['view']['element']['contains'](_0x364bc0)||_0x218e0c['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x2e5761=>_0x2e5761['contains'](_0x364bc0))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x5eb928=this['context']instanceof _0x2ed90d?this['context']['editors']:new _0x3a878e([this['context']]);for(const _0x2e812c of _0x5eb928)this['_integrateWithEditorAnnotations'](_0x2e812c);this['listenTo'](_0x5eb928,'add',(_0x10263d,_0x5480ab)=>{this['listenTo'](_0x5480ab,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x5480ab);});}),this['listenTo'](_0x5eb928,'remove',(_0x508a3f,_0x128ace)=>{_0x128ace['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x128ace['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}setActiveAnnotation(_0x3fdcce){if(_0x3fdcce===this['activeAnnotation'])return;const _0xd22690=this['context']['plugins']['get'](ki);_0xd22690['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x3fdcce,'disableAnimationOnActivatedAnnotation':!0x0}),_0x3fdcce&&_0xd22690['getSidebarItemView'](_0x3fdcce)?this['_showBalloon'](_0x3fdcce):this['_hideBalloon'](),this['activeAnnotation']=_0x3fdcce;}detach(){if(!this['isAttached'])throw new _0x4542a4('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x3611e1=this['context']['plugins']['get'](ki);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x15fe4f=>_0x15fe4f['destroy']()),this['_annotationToNarrowView']['clear'](),_0x3611e1['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x2ed90d&&this['stopListening'](this['context']['editors']);for(const _0x621a68 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x621a68);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(_0xbc6677){if(!_0xbc6677['plugins']['has']('EditorAnnotations'))return;const _0x3d8694=_0xbc6677['plugins']['get']('EditorAnnotations'),_0x61207a=this['context']['plugins']['get'](ki),_0x2a308c=this['annotations'],_0x1f37c5=this['balloonPanelView'],_0x539931=()=>{const _0x4ce36b=_0x3d8694['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x4ce36b),this['setActiveAnnotation'](_0x4ce36b[0x0]||null);};this['listenTo'](_0x3d8694,'refresh',_0x539931),this['listenTo'](_0x3d8694,'blur',(_0x537449,{isAnnotationTracked:_0x197b23})=>{this['activeAnnotation']&&_0x197b23(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x3d8694,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x2a308c,'blur',_0x3ed2ee=>{_0x3d8694['hasDomSelection']()&&_0x3ed2ee['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x62b6bc,_0x55311)=>{const _0x35804f=_0x55311['target'];_0x1f37c5['isVisible']&&_0x1f37c5['element']['contains'](_0x35804f)||_0x61207a['view']['element']['contains'](_0x35804f)||this['activeAnnotation']&&_0x3d8694['hasDomSelection']()&&(_0x539931(),_0x62b6bc['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3d8694);}_destroyEditorAnnotationsIntegration(_0x5be9e9){_0x5be9e9&&(this['stopListening'](_0x5be9e9),this['_editorAnnotations']['remove'](_0x5be9e9));}_setSelectedAnnotations(_0x32fe0f){for(const _0x36a39 of this['_selectedAnnotations'])_0x32fe0f['includes'](_0x36a39)||this['_manuallyClosedAnnotationViews']['delete'](_0x36a39['view']);this['_selectedAnnotations']=_0x32fe0f;}_refreshPositioning(){const _0x45a87=this['balloonPanelView'];this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning'](),_0x45a87['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x45bdb3){if(this['_manuallyClosedAnnotationViews']['has'](_0x45bdb3['view']))return;const _0x5034f1=this['balloonPanelView']['content']['first'];_0x5034f1!==_0x45bdb3['view']?(_0x5034f1&&this['_detachListeners'](_0x5034f1),this['_attachListeners'](_0x45bdb3['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x45bdb3['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}_updateBalloonPosition(){const _0xf2d57b=this['balloonPanelView']['content']['first'],_0x444d84=_0xf2d57b&&this['annotations']['getByView'](_0xf2d57b);if(!_0x444d84||!this['_annotationToNarrowView']['has'](_0x444d84))return;const _0x2effaf=this['_annotationToNarrowView']['get'](_0x444d84)['element'],_0x2fe238=(function(){const _0x12aafe=_0x4e0b34['defaultPositions'];return[_0x12aafe['southArrowNorthEast'],_0x12aafe['northArrowSouthEast'],_0x12aafe['southArrowNorth'],_0x12aafe['northArrowSouth'],_0x12aafe['southArrowNorthWest'],_0x12aafe['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x2effaf,'positions':_0x2fe238});}['_hideBalloon'](){const _0x446623=this['balloonPanelView'],_0x381195=_0x446623['content']['first'];_0x381195&&(this['_detachListeners'](_0x381195),_0x446623['unpin'](),_0x446623['content']['clear']());}_attachListeners(_0x9dfa3a){this['listenTo'](_0x9dfa3a,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x9dfa3a,'Esc',(_0x4dd713,_0x871841)=>{this['_manuallyClosedAnnotationViews']['add'](_0x9dfa3a),this['_hideBalloon'](),_0x871841();});}_detachListeners(_0x3706d1){this['stopListening'](_0x3706d1);}},xi=class extends _0x573609{isAttached;annotations;['_manuallyClosed'];['_balloon'];_addedAnnotations;_selectedAnnotations;['_forceRefresh'];_refreshVisibilityDebounced;static get requires(){return[di,_0x4d63f2,Ti];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4537f6){super(_0x4537f6),_0x4537f6['editing']['view']['addObserver'](lt),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x4537f6['plugins']['get'](_0x4d63f2),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1,this['_refreshVisibilityDebounced']=_0x130064(()=>{this['editor']['plugins']['get']('Annotations')['refreshVisibility']();},0xfa,{'leading':!0x1});}init(){const _0x51abdc=this['editor']['plugins']['get'](Ti);_0x51abdc['context']===this['editor']&&(_0x51abdc['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x16053e,_0x2b7be9)=>{const _0x13d806=this['_balloon'];if(this['isAttached']&&_0x13d806['visibleView']){const _0x55698f=this['annotations']['getByView'](_0x13d806['visibleView']);_0x55698f&&this['_closeAnnotation'](_0x55698f),_0x2b7be9();}}));}afterInit(){const _0x40693c=this['editor']['plugins']['get'](Ti);_0x40693c['context']===this['editor']&&(_0x40693c['hasActive']()||_0x40693c['switchTo']('inline'));}setActiveAnnotation(_0x417a76){_0x417a76!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x417a76&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x417a76)&&this['_addAnnotationToBalloon'](_0x417a76,!0x0),_0x417a76['isActive']=!0x0),_0x417a76||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x417a76);}attach(_0xd390f2){this['annotations']=_0xd390f2;const _0x5a397f=this['editor']['plugins']['get'](Ti),_0x10be1a=this['_balloon'];if(this['isAttached'])throw new _0x4542a4('inlineannotations-attach-already-attached',this);if(_0x5a397f['context']!==this['editor'])throw new _0x4542a4('inlineannotations-not-allowed-with-context',this);const _0xd7f6a9=this['editor']['plugins']['get'](di);this['listenTo'](_0xd7f6a9,'refresh',()=>{const _0x59014e=_0xd7f6a9['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x4ce35f,_0x4bc9b9;!this['_forceRefresh']&&(_0x4ce35f=_0x59014e,_0x4bc9b9=this['_selectedAnnotations'],_0x4ce35f['length']===_0x4bc9b9['length']&&_0x4ce35f['every'](_0x5018f0=>_0x4bc9b9['includes'](_0x5018f0)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x59014e),this['setActiveAnnotation'](_0x59014e[0x0]||null));}),this['listenTo'](_0xd7f6a9,'blur',(_0x6b2ec8,{isAnnotationTracked:_0x2eb989})=>{this['activeAnnotation']&&_0x2eb989(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0xd7f6a9,'uiUpdate',()=>{this['_refreshVisibilityDebounced']();}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x1bc314,_0x497044,_0x60e14)=>{_0x60e14||this['setActiveAnnotation'](null);}),this['listenTo'](_0xd390f2,'remove',(_0x4828e7,_0x27609e)=>{this['_removeAnnotationFromBalloon'](_0x27609e),_0x27609e===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x10be1a,'change:visibleView',(_0x5c9f05,_0x48750b,_0x40f373,_0x11f7ac)=>{_0x11f7ac&&this['stopListening'](_0x11f7ac);const _0x496274=_0xd390f2['getByView'](_0x40f373);_0x40f373&&_0x496274&&(this['listenTo'](_0x40f373,'change:height',()=>{_0x10be1a['updatePosition']();}),this['listenTo'](_0x40f373,'Esc',()=>{this['_closeAnnotation'](_0x496274),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x496274&&this['setActiveAnnotation'](_0x496274));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x10be1a['visibleView']&&_0xd390f2['getByView'](_0x10be1a['visibleView'])&&_0x10be1a['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 _0x4542a4('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x49b102 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x49b102);this['_refreshVisibilityDebounced']['cancel'](),this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}destroy(){this['isAttached']&&this['detach'](),this['_refreshVisibilityDebounced']['cancel']();}_setSelectedAnnotations(_0x1d01fe){for(const _0x3bf067 of this['_selectedAnnotations'])_0x1d01fe['includes'](_0x3bf067)||this['_manuallyClosed']['delete'](_0x3bf067);for(const _0x11fa2a of this['annotations'])_0x1d01fe['includes'](_0x11fa2a)||this['_removeAnnotationFromBalloon'](_0x11fa2a);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x3f6314 of _0x1d01fe)this['_addAnnotationToBalloon'](_0x3f6314);}this['_selectedAnnotations']=_0x1d01fe;}_addAnnotationToBalloon(_0xfcce40,_0x305d81=!0x1){this['_manuallyClosed']['has'](_0xfcce40)||(this['_addedAnnotations']['has'](_0xfcce40)||this['_balloon']['hasView'](_0xfcce40['view'])||(this['_addedAnnotations']['add'](_0xfcce40),this['_balloon']['add']({'stackId':_0xfcce40['view']['id'],'view':_0xfcce40['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0xfcce40)}})),_0x305d81&&this['_balloon']['showStack'](_0xfcce40['view']['id']));}_getBalloonTargetForAnnotation(_0x4ed75f){const _0x2febd7=_0x4ed75f['target'],_0x3270d4=this['editor']['editing']['view'],_0x52b877=_0x3270d4['document']['selection']['getFirstRange'](),_0x1f04ef=_0x3270d4['domConverter']['viewRangeToDom'](_0x52b877);if(_0x1f04ef['collapse'](!0x0),_0x2febd7){if(_0x2febd7 instanceof _0x5b8deb)return _0x2febd7;let _0x2e2d31=[];for(const _0x2ecbfd of _0x2febd7)_0x2e2d31['push'](..._0x5b8deb['getDomElementRects'](_0x2ecbfd));_0x2e2d31=function(_0x5683b0){const _0x1061a8=[];let _0x111284=_0x5683b0[0x0];for(let _0x2f4120=0x1;_0x2f4120<_0x5683b0['length'];_0x2f4120++)if(Pi(_0x111284,_0x5683b0[_0x2f4120])){const _0x30c962=_0x5683b0[_0x2f4120]['width'];_0x111284['width']+=_0x30c962,_0x111284['right']+=_0x30c962;}else _0x1061a8['push'](_0x111284),_0x111284=_0x5683b0[_0x2f4120];return _0x1061a8['push'](_0x111284),_0x1061a8;}(_0x2e2d31);const _0x17459e=_0x1f04ef['getBoundingClientRect']();return _0x2e2d31['find'](_0x59e685=>_0x59e685['top']<=_0x17459e['top']&&_0x59e685['bottom']>=_0x17459e['bottom']&&_0x59e685['left']<=_0x17459e['left']&&_0x59e685['right']>=_0x17459e['right'])||_0x2e2d31[0x0];}return _0x4ed75f['targetRect']||_0x1f04ef;}_removeAnnotationFromBalloon(_0xa5c16b){this['_addedAnnotations']['has'](_0xa5c16b)&&this['_balloon']['hasView'](_0xa5c16b['view'])&&(this['_addedAnnotations']['delete'](_0xa5c16b),this['_balloon']['remove'](_0xa5c16b['view']));}_closeAnnotation(_0x4d3b2b){this['_manuallyClosed']['add'](_0x4d3b2b),this['_removeAnnotationFromBalloon'](_0x4d3b2b);}};function Pi(_0x2b0c76,_0x955fc0){return _0x2b0c76['top']===_0x955fc0['top']&&_0x2b0c76['bottom']===_0x955fc0['bottom']&&_0x2b0c76['right']===_0x955fc0['left'];}var Li=class extends ht{['focusTracker'];['focusCycler'];_annotationViews;constructor(_0x4ee89a,_0x3789b2){super(_0x4ee89a),this['set']('isEmpty',!_0x3789b2['length']),this['focusTracker']=new _0x1bc134(),this['_annotationViews']=_0x3789b2,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new et({'focusables':_0x3789b2,'focusTracker':this['focusTracker']}),this['listenTo'](_0x3789b2,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x3789b2,'remove',(_0x153e0c,_0xa0b9f8)=>{_0xa0b9f8['isActive']&&this['focus'](),_0x3789b2['length']||(this['isEmpty']=!0x0);});const _0x463041=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':Et(_0x4ee89a,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x3789b2},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x463041['if']('isEmpty','ck-hidden',_0x2d3bf5=>!_0x2d3bf5)]},'children':[{'text':Et(_0x4ee89a,'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 _0x57abd1 of this['_annotationViews'])this['focusTracker']['add'](_0x57abd1['element']);this['_annotationViews']['on']('change',(_0x4a715d,{added:_0x1974e6,removed:_0x44c497})=>{for(const _0x17ab9b of _0x1974e6)this['focusTracker']['add'](_0x17ab9b['element']);for(const _0x3f4ffb of _0x44c497)this['focusTracker']['remove'](_0x3f4ffb['element']);});}},Di=class extends _0x5bc735{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get requires(){return[oi,ti];}constructor(_0x531e10){super(_0x531e10),this['archivedThreads']=new _0x3a878e();}init(){const _0x56300a=this['context'],_0x541792=_0x56300a['plugins']['get'](oi),_0x8c07bf=_0x56300a['plugins']['get'](ti);this['listenTo'](_0x541792,'addCommentThread',(_0x23c457,{threadId:_0x3d3ff0})=>{const _0x28dc2e=_0x541792['getCommentThread'](_0x3d3ff0);_0x28dc2e['archivedAt']&&this['archivedThreads']['add'](_0x28dc2e,this['_calculatePosition'](_0x28dc2e['archivedAt'])),this['listenTo'](_0x28dc2e,'change:archivedAt',(_0xad90f,_0x507d37,_0x24ca00)=>{_0x24ca00?this['archivedThreads']['has'](_0x28dc2e)||this['archivedThreads']['add'](_0x28dc2e,this['_calculatePosition'](_0x28dc2e['archivedAt'])):this['archivedThreads']['has'](_0x28dc2e)&&this['archivedThreads']['remove'](_0x28dc2e);});}),this['listenTo'](_0x541792,'removeCommentThread',(_0x3ce167,{threadId:_0x20278f})=>{const _0x1f88dc=_0x541792['getCommentThread'](_0x20278f);this['stopListening'](_0x1f88dc),this['archivedThreads']['has'](_0x1f88dc)&&this['archivedThreads']['remove'](_0x1f88dc);},{'priority':'highest'}),this['listenTo'](_0x8c07bf['collection'],'focus',(_0xeff820,_0xc66128)=>{_0xc66128['isVisible']||(_0xc66128['isActive']=!0x0,_0x8c07bf['activate'](_0xc66128));});}_calculatePosition(_0x2439ec){const _0x540af4=[...this['archivedThreads']]['findIndex'](_0x5054ce=>_0x5054ce['archivedAt']<_0x2439ec);return _0x540af4>-0x1?_0x540af4:this['archivedThreads']['length'];}},Vi=class extends _0x573609{commentsArchiveView;annotationViews;['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get requires(){return[Di,_0x5dfd34];}constructor(_0x16de32){super(_0x16de32),this['annotationViews']=new at(),this['_pendingThreads']=[];}init(){const _0x51e336=this['editor'],_0xcb7d7c=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x51e336['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x4695a0,!0x0)),_0x51e336['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x6bb926=this['_createCommentsArchiveButton'](rt);return _0x6bb926['set']({'role':'menuitemcheckbox'}),_0x6bb926;});const _0xc76b4d=_0x51e336['plugins']['get'](Di),_0x5e7c49=_0x51e336['plugins']['get']('Annotations'),_0x5c4033=_0x51e336['plugins']['get']('CommentsRepository');_0xc76b4d['archivedThreads']['forEach'](_0x53968a=>{this['_handleNewThread'](_0x53968a);}),this['listenTo'](_0xc76b4d['archivedThreads'],'add',(_0x17ad7c,_0x31da04)=>{this['_handleNewThread'](_0x31da04);}),this['listenTo'](_0x5e7c49['collection'],'add',(_0x1ee631,_0x303fcf)=>{const _0x16c35f=this['_pendingThreads']['find'](_0x494781=>{const _0x3f91f4=_0x5c4033['_threadToController']['get'](_0x494781);return _0x3f91f4&&_0x303fcf['innerView']===_0x3f91f4['view'];});if(_0x16c35f){const _0x3b659d=this['_calculatePosition'](_0x16c35f['archivedAt']);this['_addAnnotationToArchive'](_0x303fcf,_0x3b659d),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x16c35f),0x1);}}),this['listenTo'](_0xc76b4d['archivedThreads'],'remove',(_0x1e0b71,_0x4b3058)=>{const _0x3c134e=_0x51e336['config']['get']('collaboration.channelId');if(!_0x3c134e||_0x4b3058['channelId']===_0x3c134e){if(this['_pendingThreads']['includes'](_0x4b3058))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x4b3058),0x1);else{const _0xb5ff3a=_0x5c4033['_threadToController']['get'](_0x4b3058),_0x1fc080=_0x5e7c49['getByInnerView'](_0xb5ff3a['view']);this['annotationViews']['remove'](_0x1fc080['view']),this['stopListening'](_0x1fc080),this['stopListening'](_0x1fc080['focusableElements']);}}}),this['listenTo'](_0x5e7c49['collection'],'add',(_0x47da92,_0x545529)=>{this['listenTo'](_0x545529,'escape',_0xcb7d7c);}),this['listenTo'](_0x5e7c49['collection'],'remove',(_0x10801c,_0x336d98)=>{this['stopListening'](_0x336d98,'escape',_0xcb7d7c);});}_addAnnotationToArchive(_0x23b573,_0x4b1383){this['listenTo'](_0x23b573,'set:isVisible',_0x39062b=>{_0x39062b['return']=!0x1,_0x39062b['stop']();}),this['annotationViews']['add'](_0x23b573['view'],_0x4b1383);}['_handleNewThread'](_0x64f4e1){const _0xe8b3c6=this['editor']['plugins']['get']('CommentsRepository'),_0x3b9b01=this['editor']['plugins']['get']('Annotations'),_0x1b6282=this['editor']['config']['get']('collaboration.channelId');if(!_0x1b6282||_0x64f4e1['channelId']===_0x1b6282){const _0x41e204=_0xe8b3c6['_threadToController']['get'](_0x64f4e1);if(!_0x41e204)return void this['_pendingThreads']['push'](_0x64f4e1);const _0xac5bec=this['_calculatePosition'](_0x64f4e1['archivedAt']),_0x382bfc=_0x3b9b01['getByInnerView'](_0x41e204['view']);_0x382bfc['isVisible']&&_0x3b9b01['_visibleAnnotations']['remove'](_0x382bfc),this['_addAnnotationToArchive'](_0x382bfc,_0xac5bec);}}_calculatePosition(_0x2eed1c){const _0x380e35=this['editor']['config']['get']('collaboration.channelId'),_0x32f736=[...this['editor']['plugins']['get'](Di)['archivedThreads']]['filter'](_0x2051d3=>_0x2051d3['channelId']===_0x380e35)['findIndex'](_0x39ab54=>_0x39ab54['archivedAt']<_0x2eed1c);return _0x32f736<0x0||_0x32f736>this['annotationViews']['length']?this['annotationViews']['length']:_0x32f736-0x1;}_toggleDialog(){const _0x15973b=this['editor'],_0x4c35f4=_0x15973b['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new Li(_0x15973b['locale'],this['annotationViews'])),'commentsArchive'===_0x4c35f4['id']?_0x4c35f4['hide']():_0x4c35f4['show']({'id':'commentsArchive','title':Et(_0x15973b['locale'],'COMMENTS_ARCHIVE'),'icon':_0x4e5e21,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x10710f['EDITOR_TOP_SIDE']});}_createCommentsArchiveButton(_0x129f37,_0x37654a=!0x1){const _0x68b5be=this['editor']['locale'],_0x335a1a=this['editor']['plugins']['get']('Dialog'),_0x18f438=new _0x129f37(_0x68b5be);return _0x18f438['bind']('isEnabled')['to'](this,'isEnabled'),_0x18f438['bind']('isOn')['to'](_0x335a1a,'id',_0x4054ed=>'commentsArchive'===_0x4054ed),_0x18f438['set']({'label':Et(_0x68b5be,'COMMENTS_ARCHIVE'),'icon':_0x4e5e21,'isToggleable':!0x0}),_0x37654a&&(_0x18f438['tooltip']=!0x0),this['listenTo'](_0x18f438,'execute',()=>this['_toggleDialog']()),_0x18f438;}_hideDialogOnAnnotationEscape=_0x5b2024=>{const _0x4d940e=_0x5b2024['source'];if(!this['annotationViews']['has'](_0x4d940e['view']))return;const _0x32d943=this['editor']['plugins']['get']('Dialog');_0x32d943['isOpen']&&'commentsArchive'===_0x32d943['id']&&(_0x32d943['hide'](),_0x5b2024['stop']());};},Bi=class extends _0x573609{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 _0x15063b,Context as _0x11e6d2,ContextPlugin as _0x2af6e8,Editor as _0x16c4fd,PendingActions as _0x472903,Plugin as _0x1be51f}from'@ckeditor/ckeditor5-core';import{CKEditorError as _0x3ecee7,Collection as _0x41383a,DomEmitterMixin as _0x229f7c,FocusTracker as _0x5346a9,KeystrokeHandler as _0x5bc581,ObservableMixin as _0x95c419,Rect as _0x2b2cae,diff as _0x5ea0eb,first as _0x48e3cf,getEnvKeystrokeText as _0x763933,keyCodes as _0xbcd74f,priorities as _0xaff8ee,scrollViewportToShowTarget as _0x323d4f,toUnit as _0x3988af,uid as _0x2719ef}from'@ckeditor/ckeditor5-utils';import{AriaDescriptionView as _0x32b36b,ConfirmMixin as _0xa04436,FOCUS_ANNOTATION_KEYSTROKE as _0x2911f2,LateFocusButtonView as _0x4183f1,LateFocusDropdownButtonView as _0x473b8e,UserView as _0x295e3a,Users as _0x5b9dfb,getAllMarkersDomElementsSorted as _0x4d8fce,getDateTimeFormatter as _0x58cae0,hashObject as _0x27be5c,setupThreadKeyboardNavigation as _0xb0a34c,surroundingMarkersDetector as _0xc402b0,trimHtml as _0x2cc80d}from'@ckeditor/ckeditor5-collaboration-core';import{cloneDeep as _0x1a02ac,debounce as _0x2207c0,isEqual as _0x3247e1,set as _0x60f067,throttle as _0x226fb9,unset as _0x34d578}from'es-toolkit/compat';import{IconAddComment as _0x90a89a,IconCheck as _0x1dfc32,IconCommentsArchive as _0x549f8f,IconPencil as _0x440b3b,IconRemoveComment as _0x314935,IconThreeVerticalDots as _0x5128ef,IconUndo as _0x2d76b8}from'@ckeditor/ckeditor5-icons';import{BalloonPanelView as _0x3e0ed6,BodyCollection as _0x513358,ButtonView as _0x282792,ContextualBalloon as _0x5261c0,Dialog as _0x5a3eab,DialogViewPosition as _0x581f91,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
|
+
_0x95c419();var bt=class extends It{['model'];['view'];constructor(_0x384522,_0x3d5f5a){super(),this['model']=_0x384522,this['model']['_isAttached']=!0x0,this['view']=_0x3d5f5a,this['listenTo'](_0x3d5f5a,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x3d5f5a,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x3d5f5a,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x3d5f5a,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x3d5f5a,'addComment',(_0x3fdc91,_0x5cc4ac)=>this['addComment'](_0x5cc4ac)),this['listenTo'](_0x3d5f5a,'updateComment',(_0x523d29,_0x2ea8bf,_0x2e4e01)=>this['updateComment'](_0x2ea8bf,_0x2e4e01)),this['listenTo'](_0x3d5f5a,'removeComment',(_0x15e494,_0x4a659c)=>this['removeComment'](_0x4a659c));}submit(){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}addComment(_0x1c923f){this['model']['addComment']({'content':_0x1c923f,'authorId':this['view']['_localUser']['id']});}updateComment(_0x169db6,_0x4db79c){this['model']['getComment'](_0x169db6)['update']({'content':_0x4db79c});}removeComment(_0x50ede6){this['model']['getComment'](_0x50ede6)['remove']();}destroy(){this['stopListening'](),this['model']['_isAttached']=!0x1;}};function Et(_0x12e084,_0x23e53e,_0x35aa94){const t=_0x12e084['t'];switch(_0x23e53e){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'},_0x35aa94);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'},_0x35aa94);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'},_0x35aa94);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'},_0x35aa94);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x35aa94);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'},_0x35aa94);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'},_0x35aa94);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'},_0x35aa94);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(_0x558ea9,_0x351254){super(_0x558ea9);const _0xab5983=_0x2719ef();this['main']=this['createCollection'](),this['editable']=new st(_0x558ea9,_0x351254,void 0x0,{'label':()=>Et(_0x558ea9,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x558ea9['uiLanguageDirection'],'lang':_0x558ea9['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0xab5983},'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(_0x23e66d){super(_0x23e66d),this['view']=new kt(_0x23e66d['locale'],_0x23e66d['editing']['view']);}get element(){return this['view']['element'];}init(){const _0x3e3dff=this['editor']['editing']['view'],_0x393f74=this['view']['editable'];_0x393f74['name']=_0x3e3dff['document']['getRoot']()['rootName'],this['view']['render']();const _0x153d6f=_0x393f74['element'];this['setEditableElement'](_0x393f74['name'],_0x153d6f),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x3e3dff['attachDomRoot'](_0x153d6f),this['fire']('ready');}destroy(){super['destroy'](),this['view']['destroy']();}};const Ot=[ft,gt,_t,At,vt,yt,Tt],Mt=/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x95c419(_0x16c4fd);var Rt=class CommentEditor extends Mt{static defaultPlugins=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Ot)());constructor(_0x5b3693={}){(_0x5b3693=Object['assign']({},_0x5b3693))['plugins']||(_0x5b3693['plugins']=CommentEditor['defaultPlugins']),super(_0x5b3693),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 _0x338ac2=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x338ac2))['then'](()=>this['fire']('ready'));}destroy(){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x2250ea=>{const _0xa66e57=this['model']['document']['getRoot'](),_0x3aadf7=_0xa66e57&&_0xa66e57['getChild'](_0xa66e57['childCount']-0x1);_0x2250ea['setSelection'](_0x3aadf7,'end'),this['editing']['view']['focus']();});}_updatePlaceholder(){const _0x5b6ed7=this['editing']['view'],_0x5df654=_0x5b6ed7['document']['getRoot'](),_0x17729b=_0x5df654['getChild'](0x0);_0x5df654['childCount']>0x1||!_0x17729b||'p'!=_0x17729b['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(mt(_0x5b6ed7,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x17729b['placeholder']=this['placeholder']),ut({'view':_0x5b6ed7,'element':_0x17729b,'keepOnFocus':!0x0}),this['placeholderElement']=_0x17729b);}},St=class extends ht{keystrokes;['focusTracker'];['focusables'];['focusCycler'];submitButtonView;cancelButtonView;_editorConfig;constructor(_0x4c79a2,_0x1c3a12={}){super(_0x4c79a2),this['editor']=null,this['_editorConfig']=_0x1c3a12,this['set']('value',_0x1c3a12['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',Et(_0x4c79a2,'Reply...')),this['set']('submitLabel',Et(_0x4c79a2,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new _0x5bc581(),this['focusTracker']=new _0x5346a9(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x424587=>!_0x424587['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',(_0x433efd,_0x38d028)=>{this['cancelButtonView']['fire']('execute'),_0x38d028();}),this['keystrokes']['set']('Ctrl+Enter',(_0x46e023,_0x3c8b6f)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x3c8b6f());}),this['on']('submit',(_0x1a264f,_0x3653c7)=>{_0x3653c7['length']>0xfde8?(alert(Et(_0x4c79a2,'TOO_LONG_COMMENT_ALERT',[_0x3653c7['length'],0xfde8])),_0x1a264f['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 _0x102256=this['editor'];this['element']['insertBefore'](_0x102256['ui']['element'],this['element']['firstChild']),_0x102256['model']['document']['on']('change',()=>this['value']=_0x102256['getData']()),_0x102256['bind']('placeholder')['to'](this),this['focusables']['add'](_0x102256['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x53bd7b){-0x1===_0x53bd7b?(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:_0x3a7ffe}=this,_0x5aa97d=new _0x282792(_0x3a7ffe);return _0x5aa97d['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x5aa97d['withText']=!0x0,_0x5aa97d['bind']('label')['to'](this,'submitLabel'),_0x5aa97d['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x5aa97d['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x5e088b,_0x143c00)=>!_0x143c00&&!!_0x5e088b['trim']()),_0x5aa97d;}_createCancelButton(){const {locale:_0x483d27}=this,_0x3ca61a=new _0x282792(_0x483d27);return _0x3ca61a['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x3ca61a['label']=Et(_0x483d27,'Cancel'),_0x3ca61a['withText']=!0x0,_0x3ca61a['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x3ca61a;}_setupKeyboardNavigation(){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x4b179c=>{this['focusTracker']['add'](_0x4b179c['element']);}),this['focusables']['on']('change',(_0x8eb4b2,_0x207c07)=>{for(const _0xcb78f6 of Array['from'](_0x207c07['added'])['reverse']())this['focusTracker']['add'](_0xcb78f6['element']);});}},xt=class extends ht{constructor(_0x95e7f6,_0x49c674,_0x54dc5b){super(_0x95e7f6),this['commentInputView']=new St(_0x95e7f6,_0x54dc5b),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x59d38e,_0x5db2bb)=>_0x59d38e||!!_0x5db2bb),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 _0x295e3a(_0x95e7f6,_0x49c674),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'](_0xad23aa){this['commentInputView']['focus'](_0xad23aa);}_focusOnNonInteractiveMouseDown(){this['listenTo'](this['element'],'mousedown',(_0x3caecc,_0x27d8f4)=>{const {submitButtonView:_0x4ef63b,cancelButtonView:_0x4591b5,editor:_0x5152e0}=this['commentInputView'];[_0x4ef63b['element'],_0x4591b5['element'],_0x5152e0?_0x5152e0['editing']['view']['getDomRoot']():null]['filter'](_0x372d9e=>_0x372d9e)['some'](_0x41a470=>_0x41a470['contains'](_0x27d8f4['target']))||(this['focus'](),_0x27d8f4['preventDefault']());});}},Pt=class extends ht{constructor(_0x1da9f3){super(_0x1da9f3);const _0x143113=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x143113['to']('count',_0x4e46dd=>Et(_0x1da9f3,'NUMBER_OF_COMMENTS',_0x4e46dd))}]});}},Lt=class extends ht{commentViews;resolvedCommentView;['focusTracker'];keystrokes;['focusCycler'];['_model'];['_config'];_collapsedCommentsView;constructor(_0x5c66a1,_0x1ac135,_0x8c3ea7){super(_0x5c66a1);const _0x1e5848=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x1ac135['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x1ac135,this['_config']=_0x8c3ea7,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x5346a9(),this['keystrokes']=new _0x5bc581(),this['focusCycler']=new et({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x49c1f7=>this['commentViews']['map'](_0x2c4016=>_0x2c4016['element'])['includes'](_0x49c1f7['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new Pt(_0x5c66a1),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x11d23c=>_0x11d23c-this['_config']['maxCommentsWhenCollapsed']);for(const _0x2f2939 of _0x1ac135['comments'])this['_handleNewCommentModel'](_0x2f2939);this['_handleInfoComment'](),this['listenTo'](_0x1ac135['comments'],'add',(_0x31f13e,_0x5060a2)=>{const _0x52d36e=this['_calculatePosition'](_0x5060a2);this['length']++,this['_handleNewCommentModel'](_0x5060a2,_0x52d36e),this['refreshVisibleViews']();}),this['listenTo'](_0x1ac135['comments'],'remove',(_0x5d9f50,_0x2d5375)=>{this['length']--,this['_handleRemoveCommentModel'](_0x2d5375),this['refreshVisibleViews']();}),this['listenTo'](_0x1ac135,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x1ac135,'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',_0x1e5848['if']('length','ck-hidden',_0x4c9d95=>!_0x4c9d95)],'aria-label':Et(_0x5c66a1,'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'](_0x2ee491){-0x1===_0x2ee491?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}destroy(){this['_collapsedCommentsView']['destroy']();for(const _0x3a351e of this['commentViews'])_0x3a351e['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}_handleNewCommentModel(_0x3670de,_0x3991ec){const _0x4eb475=new this['_config']['CommentView'](this['locale'],_0x3670de,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x4eb475['viewUid']=_0x3670de['id'],_0x4eb475['delegate']('removeComment')['to'](this),_0x4eb475['delegate']('updateComment')['to'](this),_0x4eb475['delegate']('resolveCommentThread')['to'](this),_0x4eb475['delegate']('editorReady')['to'](this),_0x4eb475['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x4eb475,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x4eb475,_0x3991ec);}_calculatePosition(_0x5c4ebf){const _0xd9a2e3=this['_model']['_findOptimalIndex'](_0x5c4ebf);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x5c4ebf['authoredAt']?_0xd9a2e3-0x1:_0xd9a2e3:_0xd9a2e3-0x1;}_handleInfoComment(){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x33f760={'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'],_0x33f760,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x33f760));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}_handleRemoveCommentModel(_0xf13e8){const _0x29dcbb=this['commentViews']['remove'](_0xf13e8['id']);this['stopListening'](_0x29dcbb),_0x29dcbb['isEditMode']&&this['_updateHasDirtyComment'](),_0x29dcbb['destroy']();}_updateHasDirtyComment(){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x5655b8=>_0x5655b8['isEditMode']);}['_rearrangeCollapse'](){const _0x17610b=function(_0x2ac451){const _0x452440=new _0x41383a();for(const _0x186312 of _0x2ac451)_0x452440['add'](_0x186312);return _0x452440;}(this['commentViews']),_0x499c5c=this['_collapsedCommentsView']['count'];for(let _0x503789=0x1;_0x503789<=_0x499c5c;_0x503789++)_0x17610b['remove'](0x1);for(const _0x145c0a of _0x17610b)_0x145c0a['collapse']();_0x499c5c>0x0&&_0x17610b['add'](this['_collapsedCommentsView'],0x1),Dt(_0x5ea0eb(Array['from'](this['visibleViews']),Array['from'](_0x17610b)),this['visibleViews'],_0x17610b);}['_rearrangeExpand'](){Dt(_0x5ea0eb(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x51cedf of this['visibleViews'])_0x51cedf['expand']();}_setupKeyboardNavigation(){this['commentViews']['forEach'](_0xd1298e=>{this['focusTracker']['add'](_0xd1298e['element']),this['keystrokes']['listenTo'](_0xd1298e['element']);}),this['commentViews']['on']('change',(_0x34517d,_0x407a17)=>{for(const _0x56e29b of _0x407a17['removed'])this['focusTracker']['remove'](_0x56e29b['element']),this['keystrokes']['stopListening'](_0x56e29b['element']);for(const _0x481a13 of Array['from'](_0x407a17['added'])['reverse']())this['focusTracker']['add'](_0x481a13['element']),this['keystrokes']['listenTo'](_0x481a13['element']);});}};function Dt(_0x49f318,_0x470793,_0x2f6059){let _0x1e246a=0x0;for(const _0x4704cc of _0x49f318)switch(_0x4704cc){case'insert':_0x470793['add'](_0x2f6059['get'](_0x1e246a),_0x1e246a),_0x1e246a++;break;case'delete':_0x470793['remove'](_0x1e246a);break;case'equal':_0x1e246a++;}}var Vt=class extends ht{constructor(_0x2d71c4){super(_0x2d71c4);const _0x36d351=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x36d351['to']('contextValue',_0x2ad544=>Et(_0x2d71c4,'THREAD_CONTEXT_LABEL',_0x2ad544)),'tabindex':-0x1},'children':[{'text':_0x36d351['to']('contextValue')}]});}['focus'](){this['element']['focus']();}},Bt=class extends ht{['_model'];reopenButtonView;contextView;['focusables'];['focusTracker'];keystrokes;['focusCycler'];constructor(_0x35006e,_0x5aa177){super(_0x35006e);const _0x25fd17=this['bindTemplate'];this['_model']=_0x5aa177,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x5346a9(),this['keystrokes']=new _0x5bc581(),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',_0x396669=>!!_0x396669),this['bind']('contextValue')['to'](this['_model'],'context',_0x4d17bd=>_0x4d17bd&&_0x4d17bd['value']?this['_trimContextValue'](_0x4d17bd['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',_0x25fd17['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 _0x8d87b1=new _0x282792(this['locale']);return _0x8d87b1['label']=Et(this['locale'],'Reopen'),_0x8d87b1['tooltip']=Et(this['locale'],'Reopen'),_0x8d87b1['icon']=_0x2d76b8,_0x8d87b1['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x1500e6=>!_0x1500e6),_0x8d87b1['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x1d8708,_0x3ac37b)=>_0x1d8708&&_0x3ac37b),_0x8d87b1['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x8d87b1;}_trimContextValue(_0x5b05c1){if(_0x5b05c1['length']<0x96)return _0x5b05c1;const _0x291609=_0x5b05c1['lastIndexOf']('\x20',0x93);return _0x5b05c1['substring'](0x0,_0x291609>-0x1?_0x291609:0x93)+'...';}_attachContextActions(){const _0x37d868=this['element']['querySelector']('.ck-context'),_0x2ed542=_0x37d868['querySelector']('.ck-context__value');this['listenTo'](_0x37d868,'mouseenter',()=>{_0x2ed542['offsetWidth']<_0x2ed542['scrollWidth']&&_0x37d868['classList']['add']('overlay');}),this['listenTo'](_0x37d868,'mouseleave',()=>{_0x37d868['classList']['remove']('overlay');});}_setupKeyboardNavigation(){this['keystrokes']['listenTo'](this['element']);for(const _0x2f9012 of this['focusables'])this['focusTracker']['add'](_0x2f9012['element']),this['keystrokes']['listenTo'](_0x2f9012['element']);}_createContextView(){const _0x120bf7=new Vt(this['locale']);return _0x120bf7['bind']('contextValue')['to'](this),_0x120bf7;}},Ht=class extends ht{['_model'];['_config'];commentThreadHeaderView;commentThreadInputView;ariaDescriptionView;['focusables'];['focusTracker'];keystrokes;['focusCycler'];constructor(_0x1a99ae,_0x5739e0,_0x5b5aeb,_0x5c8d2d){super(_0x1a99ae),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x5739e0,this['_localUser']=_0x5b5aeb,this['_config']=_0x5c8d2d,this['commentThreadHeaderView']=new Bt(_0x1a99ae,_0x5739e0),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x32b36b(_0x1a99ae,Et(_0x1a99ae,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new Lt(_0x1a99ae,_0x5739e0,Object['assign']({'CommentView':this['_config']['CommentView']},_0x5c8d2d)),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',(_0x2175a0,_0xc0fc24)=>_0x2175a0||!!_0xc0fc24),this['bind']('isUnlinked')['to'](_0x5739e0,'unlinkedAt',_0x29c46a=>!!_0x29c46a);let _0xfc8951=null;const _0x39da59=()=>{const _0x32cdbc=this['_model']['comments']['first']||null;_0x32cdbc!==_0xfc8951&&(_0xfc8951&&this['stopListening'](_0xfc8951,'change:content'),_0xfc8951=_0x32cdbc,_0x32cdbc&&this['listenTo'](_0x32cdbc,'change:content',_0x39da59));const _0x1491be=_0x32cdbc?_0x32cdbc['author']['name']:this['_localUser']['name'],_0x173902=_0x32cdbc?new DOMParser()['parseFromString'](_0x2cc80d(_0x32cdbc['content'],{'limit':this['_config']['maxCommentCharsWhenCollapsed']}),'text/html')['body']['textContent']:'',_0x20466e=Et(this['locale'],'COMMENT_THREAD_LABEL',[this['length'],_0x1491be]);this['set']('ariaLabel',_0x173902?_0x20466e+'\x20'+_0x173902:_0x20466e);};this['listenTo'](this['_model']['comments'],'change',_0x39da59),_0x39da59(),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x5346a9(),this['keystrokes']=new _0x5bc581(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0xd48efc=>_0xd48efc['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0xb0a34c(this,this['focusables']);}async destroy(){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}_createCommentThreadInputView(){const _0x3e0be0=new xt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x134573=_0x3e0be0['commentInputView'];return _0x3e0be0['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x134573,'value',(_0xf4ea52,_0xa48297,_0x403070,_0x5bfaef,_0x284e7f)=>!!_0x284e7f||!!_0x5bfaef&&_0x403070&&!_0xa48297||_0xf4ea52&&_0x403070&&!_0xa48297),_0x134573['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x1ec7ce,_0x499db9,_0x1c8eb3)=>{let _0x3a7ea0;return _0x3a7ea0=_0x1c8eb3&&_0x499db9?'Reply\x20to\x20reopen\x20discussion...':_0x1ec7ce?'Reply...':'Write\x20a\x20comment...',Et(this['locale'],_0x3a7ea0);}),_0x134573['bind']('submitLabel')['to'](this,'length',_0x38e756=>Et(this['locale'],_0x38e756?'Reply':'Comment')),_0x134573['on']('submit',(_0x44317d,_0x5533b1)=>{this['fire']('addComment',_0x5533b1),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x134573['on']('cancel',()=>{this['focus']();}),_0x134573['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x134573['on']('cancel',_0x2d3fd6=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x2d3fd6['stop']());}),this['on']('change:isActive',(_0x40a331,_0x43c90a,_0x3fe4a1)=>{_0x3fe4a1||this['length']||_0x134573['value']||this['fire']('removeCommentThread');}),_0x3e0be0;}};const Ft=/* #__PURE__ -- @preserve */
|
|
27
|
+
_0xa04436(Ht);var Ut=class extends Ft{commentThreadChildren;containerElement;resolveButton;_boundFirstCommentView;constructor(_0x30278c,_0x34eca1,_0x2dd4e1,_0x5d009c){super(_0x30278c,_0x34eca1,_0x2dd4e1,_0x5d009c),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x30278c,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x1ecfb3,_0x3d7578,_0x247924)=>{_0x247924||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x298e9,_0x514a4f,_0x446b9f)=>{_0x446b9f&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}getTemplate(){const _0x57aa21=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x57aa21['if']('isActive','ck-thread--active'),_0x57aa21['if']('isUnlinked','ck-thread--unlinked'),_0x57aa21['to']('actionIndicator',_0x13989f=>_0x13989f?'ck-thread--'+_0x13989f:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x57aa21['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 _0x544239 of this['commentsListView']['commentViews'])_0x544239['cancelConfirm']();}_bindFirstCommentView(){const {locale:_0x24066f}=this,_0x522c74=this['commentsListView']['commentViews']['get'](0x0);_0x522c74===this['_boundFirstCommentView']||_0x522c74['isSystemComment']||(this['_boundFirstCommentView']=_0x522c74,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x522c74,'actionIndicator',_0x4f2a58=>'remove'===_0x4f2a58?'remove':null),_0x522c74['placeholder']=Et(_0x24066f,'Write\x20a\x20comment...'),_0x522c74['removeButton']['on']('execute',_0x558591=>{_0x558591['stop'](),this['showConfirm'](Et(_0x24066f,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x522c74['focus']();}),_0x522c74['actionBar']['add'](this['resolveButton'],0x0),_0x522c74['focusables']['add'](this['resolveButton'],0x0));}_createResolveButton(){const _0xee876a=new _0x4183f1(this['locale']);return _0xee876a['label']=Et(this['locale'],'Resolve'),_0xee876a['tooltip']=Et(this['locale'],'Resolve'),_0xee876a['icon']=_0x1dfc32,_0xee876a['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0xee876a['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x2ae75a=>!_0x2ae75a),_0xee876a['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x3fd6ec,_0x5c58bb)=>_0x3fd6ec&&!_0x5c58bb),_0xee876a['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0xee876a;}_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(_0x27207a){super(_0x27207a),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x19d7d2,_0x45ea80,_0x120aa1)=>{this['element']['innerHTML']=_0x120aa1;}),this['element']['innerHTML']=this['content'];}},Kt=class extends ht{['visibleView'];ariaDescriptionView;['focusables'];['focusTracker'];keystrokes;['focusCycler'];['_model'];['_config'];constructor(_0x11975f,_0x46b517,_0x2fc134){super(_0x11975f),this['_model']=_0x46b517,this['_config']=_0x2fc134,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x46b517,'content',_0x46b517,'authoredAt',(_0x24b0d7,_0x3ccec1)=>Et(_0x11975f,'COMMENT_ARIA_LABEL',[_0x46b517['author']['name'],_0x2fc134['formatDateTime'](_0x3ccec1),new DOMParser()['parseFromString'](_0x24b0d7,'text/html')['body']['textContent'],_0x46b517['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new _0x32b36b(_0x11975f,Et(_0x11975f,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new at(),this['focusTracker']=new _0x5346a9(),this['keystrokes']=new _0x5bc581(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x46299b=>_0x46299b['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 _0x2b62d5=new Wt(this['locale']);return _0x2b62d5['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x34a9a,_0x4d8caa)=>_0x4d8caa?_0x2cc80d(_0x34a9a,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x34a9a),_0x2b62d5;}_createCommentInputView(){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x1ac9cd=new St(this['locale'],this['_config']['editorConfig']);return _0x1ac9cd['value']=this['_model']['content'],_0x1ac9cd['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x1ac9cd['submitLabel']=Et(this['locale'],'Save'),_0x1ac9cd['on']('submit',(_0x5ecfc2,_0x179177)=>{this['fire']('updateComment',this['_model']['id'],_0x179177),this['switchToDisplayMode'](),this['focus']();}),_0x1ac9cd['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x1ac9cd['once']('editorReady',()=>{_0x1ac9cd['focus']();}),_0x1ac9cd['createEditor'](),_0x1ac9cd['delegate']('editorReady')['to'](this),_0x1ac9cd['delegate']('editorDestroyed')['to'](this),_0x1ac9cd;}_setupKeyboardNavigation(){const _0x597f14=this['element'];this['keystrokes']['listenTo'](_0x597f14);for(const _0x3b13de of this['focusables'])this['focusTracker']['add'](_0x3b13de['element']),this['keystrokes']['listenTo'](_0x3b13de['element']);this['focusables']['on']('change',(_0xe5bcf3,_0x119349)=>{for(const _0x23e192 of _0x119349['removed'])this['focusTracker']['remove'](_0x23e192['element']),this['keystrokes']['stopListening'](_0x23e192['element']);for(const _0x270f14 of _0x119349['added'])this['focusTracker']['add'](_0x270f14['element']),this['keystrokes']['listenTo'](_0x270f14['element']);}),this['keystrokes']['set']('enter',(_0x173b94,_0x239b8b)=>{_0x597f14===_0x173b94['target']&&(this['focusCycler']['focusFirst'](),_0x239b8b());}),this['keystrokes']['set']('esc',(_0x9ba821,_0x16c81c)=>{_0x597f14!==_0x9ba821['target']&&(this['focus'](),_0x16c81c());});}};const Gt=/* #__PURE__ -- @preserve */
|
|
28
|
+
_0xa04436(Kt);var Yt=class extends Gt{actionBar;['userView'];constructor(_0x3529f5,_0x94ae8a,_0x2c12ad){super(_0x3529f5,_0x94ae8a,_0x2c12ad),this['set']('actionIndicator',null),this['set']('placeholder',Et(_0x3529f5,'Reply...')),this['bind']('authoredAt')['to'](_0x94ae8a),this['bind']('resolvedAt')['to'](_0x94ae8a),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 _0x295e3a(_0x3529f5,_0x94ae8a['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0x94ae8a,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}getTemplate(){const _0x43afb2=this['bindTemplate'],_0x5b5f49=[{'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':_0x43afb2['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x43afb2['to']('authoredAt',_0x4eef3e=>this['_config']['formatDateTime'](_0x4eef3e))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x43afb2['if']('isEditMode','ck-comment__actions--hidden'),_0x43afb2['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']&&_0x5b5f49['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper'],'tabindex':-0x1,'aria-label':_0x43afb2['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x43afb2['if']('isEditMode','ck-comment--edit'),_0x43afb2['if']('isSystemComment','ck-comment--info'),_0x43afb2['to']('actionIndicator',_0x1c05c9=>_0x1c05c9?'ck-comment--'+_0x1c05c9:'')],'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':_0x5b5f49}]}]};}_createEditButton(){const _0x230a90=new _0x282792(this['locale']);return _0x230a90['label']=Et(this['locale'],'Edit'),_0x230a90['icon']=_0x440b3b,_0x230a90['withText']=!0x0,_0x230a90['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x230a90['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x472105=>!_0x472105),_0x230a90['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x230a90['on']('execute',()=>this['switchToEditMode']()),_0x230a90;}_createRemoveButton(){const _0x1c8587=new _0x282792(this['locale']);return _0x1c8587['label']=Et(this['locale'],'Remove'),_0x1c8587['icon']=_0x314935,_0x1c8587['withText']=!0x0,_0x1c8587['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x1c8587['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x104d03=>!_0x104d03),_0x1c8587['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x1c8587['on']('execute',()=>{this['showConfirm'](Et(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x1c8587;}_createDropdown(){const _0x1cf3d=ct(this['locale'],_0x473b8e),_0x151513=_0x1cf3d['panelView']['children'],_0x136d80=new ot(this['locale']),_0x2b4993=_0x1cf3d['bindTemplate'];dt(_0x1cf3d,()=>this['items']['find'](_0x478468=>_0x478468['isVisible'])),_0x1cf3d['extendTemplate']({'attributes':{'class':[_0x2b4993['if']('isVisible','ck-hidden',_0x5c8d25=>!_0x5c8d25)]}});const _0x2bf877=(_0x51a98c,_0x5470b0=-0x1)=>{const _0x552394=new nt(this['locale']);_0x552394['children']['add'](_0x51a98c);const _0x103370=_0x5470b0>-0x1?_0x5470b0:_0x136d80['items']['length'];_0x136d80['items']['add'](_0x552394,_0x103370);const _0x2f4c58=Array['from'](this['items']);_0x1cf3d['unbind']('isEnabled','isVisible'),_0x1cf3d['bind']('isEnabled')['toMany'](_0x2f4c58,'isEnabled',(..._0x35b333)=>_0x35b333['some'](_0x3ac567=>_0x3ac567)),_0x1cf3d['bind']('isVisible')['toMany'](_0x2f4c58,'isVisible',(..._0x8cedee)=>_0x8cedee['some'](_0x484230=>_0x484230));};_0x1cf3d['panelPosition']='sw',_0x1cf3d['buttonView']['set']({'label':Et(this['locale'],'Show\x20more\x20items'),'icon':_0x5128ef});for(const _0x17d474 of this['items'])_0x2bf877(_0x17d474);return _0x151513['add'](_0x136d80),_0x1cf3d['listenTo'](this['items'],'add',(_0x2ee262,_0x5d774e,_0x12e5a7)=>{_0x2bf877(_0x5d774e,_0x12e5a7);}),_0x1cf3d['listenTo'](this['items'],'remove',(_0x3d287c,_0x5103ed,_0x39ccda)=>{_0x136d80['items']['remove'](_0x39ccda);}),_0x1cf3d;}_attachActions(_0x1487e4,_0x29674e){const _0x5c8338=_0x1487e4&&_0x1487e4['element'];_0x5c8338&&(this['listenTo'](_0x5c8338,'mouseenter',()=>this['actionIndicator']=_0x29674e),this['listenTo'](_0x5c8338,'focus',()=>this['actionIndicator']=_0x29674e),this['listenTo'](_0x5c8338,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x5c8338,'blur',()=>this['actionIndicator']=null));}_createCommentInputView(){const _0x566a25=super['_createCommentInputView']();return _0x566a25['bind']('placeholder')['to'](this),_0x566a25;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}};function Xt(_0x390e0d){const _0x2ec8d8=_0x226fb9(_0x390e0d,0x1e),_0x378aa4=new MutationObserver(_0x1f80cc=>{for(const _0x2481c0 of _0x1f80cc)('attributes'==_0x2481c0['type']&&'class'==_0x2481c0['attributeName']||'childList'==_0x2481c0['type']||'characterData'==_0x2481c0['type'])&&_0x2ec8d8();});return{'attach'(_0x214dfe){_0x378aa4['observe'](_0x214dfe,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x378aa4['disconnect'](),_0x2ec8d8['cancel']();}};}var qt=class extends ht{['focusTracker'];['id'];keystrokes;content;['mainView'];_mutationObserver;constructor(_0x4328c7,_0x20dbee){super(_0x4328c7),this['id']=_0x2719ef(),this['focusTracker']=new _0x5346a9(),this['keystrokes']=new _0x5bc581(),this['keystrokes']['set']('Esc',(_0x241c16,_0x38be37)=>this['fire']('Esc',_0x38be37)),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'](_0x20dbee),this['mainView']=_0x20dbee;const _0x58887e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x58887e['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 _0x5654fb=this['element']['clientHeight'];_0x5654fb&&(this['height']=_0x5654fb);}};const jt=/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x95c419();var $t=class Annotation extends jt{['view'];focusableElements;_type;_target;constructor({view:_0x566adf,target:_0x4debe7,type:_0x3b200e,isVisible:_0x3ed589=!0x0}){super(),this['view']=_0x566adf,this['view']['element']||this['view']['render'](),this['_type']=_0x3b200e,this['_target']=_0x4debe7,Annotation['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x41383a([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x16f905,_0x47f802)=>{this['view']['focusTracker']['add'](_0x47f802);}),this['focusableElements']['on']('remove',(_0x4e03c8,_0x128825)=>{this['view']['focusTracker']['remove'](_0x128825);}),this['set']('isVisible',_0x3ed589);}get type(){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get target(){const _0x120f00=this['_getNormalizedTarget']();return Annotation['_assertCorrectTarget'](_0x120f00),_0x120f00;}get targetRect(){const _0x2821fd=this['target'];if(null===_0x2821fd)return null;if(_0x2821fd instanceof _0x2b2cae)return _0x2821fd;const _0x5de744=_0x2821fd['filter'](_0x3fdc94=>function(_0x41becf){return!!_0x41becf['offsetParent']||!!_0x41becf['getClientRects']()['item'](0x0);}(_0x3fdc94));return 0x0===_0x5de744['length']?null:_0x2b2cae['getDomElementRects'](_0x5de744[0x0])[0x0];}get isActive(){return this['view']['isActive'];}set isActive(_0x57f562){this['view']['isActive']=_0x57f562,this['view']['mainView']['isActive']=_0x57f562;}updateTargetRect(){this['view']['targetRect']=this['targetRect'];}destroy(){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}refreshVisibility(){this['isVisible']=!!this['targetRect'];}static _assertCorrectTarget(_0x8dc6e8){if(!(null===_0x8dc6e8||_0x8dc6e8 instanceof _0x2b2cae||Array['isArray'](_0x8dc6e8)&&_0x8dc6e8['every'](_0x5ecd11=>zt(_0x5ecd11))))throw new _0x3ecee7('annotation-invalid-target',null,{'target':_0x8dc6e8});}_getNormalizedTarget(){const _0xac04e6='function'==typeof this['_target']?this['_target']():this['_target'];return zt(_0xac04e6)?[_0xac04e6]:_0xac04e6;}};function zt(_0xb0d99a){return null!==_0xb0d99a&&'object'==typeof _0xb0d99a&&'nodeType'in _0xb0d99a&&0x1===_0xb0d99a['nodeType'];}var Jt=class extends _0x41383a{_innerViewToAnnotation;_viewToAnnotation;['_focusTracker'];constructor(_0x4cd3f5=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x5346a9(),this['_focusTracker']['on']('change:isFocused',(_0x4b7b9e,_0x3a56e4,_0x3fa1d9)=>{_0x3fa1d9||this['fire']('blur');});for(const _0x35ac7f of _0x4cd3f5)this['add'](_0x35ac7f);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x41c033){if(this['has'](_0x41c033))throw new _0x3ecee7('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x41c033['innerView'],_0x41c033),this['_viewToAnnotation']['set'](_0x41c033['view'],_0x41c033);for(const _0x42fdff of _0x41c033['focusableElements'])this['_focusTracker']['add'](_0x42fdff);if(this['listenTo'](_0x41c033['focusableElements'],'add',(_0x4a430e,_0x2a4b84)=>{this['_focusTracker']['add'](_0x2a4b84);}),this['listenTo'](_0x41c033['focusableElements'],'remove',(_0x328edf,_0x2a7e17)=>{this['_focusTracker']['remove'](_0x2a7e17);}),this['listenTo'](_0x41c033['view']['focusTracker'],'change:isFocused',(_0x136cca,_0x348fea,_0x515a00)=>{_0x515a00&&this['fire']('focus',_0x41c033);}),_0x41c033['updateTargetRect'](),this['_areCachedRectsStale']()){for(const _0x273a19 of this)_0x273a19['updateTargetRect']();}const _0x598188=this['_getOrderInContent'](_0x41c033['view']['targetRect']);return super['add'](_0x41c033,_0x598188);}['remove'](_0x185adf){if(!this['has'](_0x185adf))throw new _0x3ecee7('annotationcollection-not-existing-item',null);this['stopListening'](_0x185adf['view']['focusTracker']),this['stopListening'](_0x185adf['focusableElements']);for(const _0x339c0f of _0x185adf['focusableElements'])this['_focusTracker']['remove'](_0x339c0f);return this['_viewToAnnotation']['delete'](_0x185adf['view']),this['_innerViewToAnnotation']['delete'](_0x185adf['innerView']),super['remove'](_0x185adf);}getByInnerView(_0x488bce){return this['_innerViewToAnnotation']['get'](_0x488bce);}getByView(_0x530506){return this['_viewToAnnotation']['get'](_0x530506);}destroy(){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}refreshPositioning(){for(const _0x28b275 of this)_0x28b275['updateTargetRect']();this['_sort']();}_sort(){const _0xc1a433=Array['from'](this)['sort']((_0x106803,_0x344f97)=>Zt(_0x106803['view']['targetRect'],_0x344f97['view']['targetRect']));for(let _0x41906e=_0xc1a433['length']-0x1;_0x41906e>0x0;_0x41906e--){const _0x3907b8=_0xc1a433[_0x41906e];_0x41906e!==this['getIndex'](_0x3907b8)&&(this['remove'](_0x3907b8),this['add'](_0x3907b8));}}_getOrderInContent(_0x4b8524){let _0x2a45ab=0x0;if(!_0x4b8524)return this['length'];for(const _0x17d87b of this){const _0x515910=_0x17d87b['view']['targetRect'];if(_0x515910){if(Zt(_0x4b8524,_0x515910)<0x0)return _0x2a45ab;_0x2a45ab++;}}return _0x2a45ab;}_areCachedRectsStale(){const _0x4b5ce8=this['get'](0x0);if(!_0x4b5ce8)return!0x1;const _0x32111c=_0x4b5ce8['view']['targetRect'],_0x5910d9=_0x4b5ce8['targetRect'];return!(!_0x32111c||!_0x5910d9)&&(_0x32111c['top']!==_0x5910d9['top']||_0x32111c['left']!==_0x5910d9['left']);}};function Qt({source:_0x274372,target:_0x1275d3,filter:_0x544b2f}){for(const _0x299208 of _0x274372)_0x544b2f(_0x299208)&&_0x1275d3['add'](_0x299208);_0x1275d3['listenTo'](_0x274372,'add',(_0x40ed72,_0x3d097f)=>{_0x544b2f(_0x3d097f)&&_0x1275d3['add'](_0x3d097f);}),_0x1275d3['listenTo'](_0x274372,'remove',(_0x408a70,_0x527d1c)=>{_0x1275d3['has'](_0x527d1c)&&_0x1275d3['remove'](_0x527d1c);});}function Zt(_0x37c893,_0x317a14){if(null===_0x37c893&&null===_0x317a14)return 0x0;if(null===_0x37c893)return-0x1;if(null===_0x317a14)return 0x1;const _0x5b2415=_0x37c893['top']-_0x317a14['top'];return 0x0==_0x5b2415?_0x37c893['left']-_0x317a14['left']:_0x5b2415;}var ti=class extends _0x2af6e8{collection;_visibleAnnotations;static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x21b5fa){if(super(_0x21b5fa),this['collection']=new Jt(),this['_visibleAnnotations']=new Jt(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x21b5fa instanceof _0x16c4fd){const _0x42842e=_0x21b5fa['locale'];_0x21b5fa['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':Et(_0x42842e,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':Et(_0x42842e,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':Et(_0x42842e,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':Et(_0x42842e,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':Et(_0x42842e,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':Et(_0x42842e,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':Et(_0x42842e,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x303f7e){this['collection']['add'](_0x303f7e);}['remove'](_0x2720e5){this['collection']['remove'](_0x2720e5),_0x2720e5['destroy']();}refreshVisibility(){for(const _0x1d8d35 of this['collection'])_0x1d8d35['refreshVisibility']();}refreshPositioning(){this['_visibleAnnotations']['refreshPositioning']();}getByInnerView(_0x37126b){return this['collection']['getByInnerView'](_0x37126b);}deactivateAll(){this['fire']('_deactivateAllAnnotations');}destroy(){for(const _0x1b5f78 of this['collection'])_0x1b5f78['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}activate(_0x1d20e1){this['fire']('_activateAnnotation',_0x1d20e1);}createAnnotation(_0x3c24a6){return new $t(_0x3c24a6);}createAnnotationView(_0x234c0f,_0xd040f0){return new qt(_0x234c0f,_0xd040f0);}_addActiveAnnotation(_0x13f292){const _0x299f0a=new Set(this['activeAnnotations']);_0x299f0a['add'](_0x13f292),this['activeAnnotations']=_0x299f0a;}_removeActiveAnnotation(_0xc9029c){const _0x20929f=new Set(this['activeAnnotations']);_0x20929f['delete'](_0xc9029c),this['activeAnnotations']=_0x20929f;}_bindAnnotationsToVisibleAnnotations(){const _0x2e686a=this['collection'],_0x116b84=this['_visibleAnnotations'];function _0x2e60c1(_0x8029a9){const _0xd3ac88=_0x8029a9['source'];_0xd3ac88['isVisible']&&!_0x116b84['has'](_0xd3ac88)?_0x116b84['add'](_0xd3ac88):!_0xd3ac88['isVisible']&&_0x116b84['has'](_0xd3ac88)&&_0x116b84['remove'](_0xd3ac88),_0xd3ac88['view']['focusTracker']['remove'](_0xd3ac88['view']['element']),_0xd3ac88['view']['focusTracker']['add'](_0xd3ac88['view']['element']);}this['listenTo'](_0x2e686a,'add',(_0x170e7a,_0x28f849)=>{_0x28f849['isVisible']&&_0x116b84['add'](_0x28f849),this['listenTo'](_0x28f849,'change:isVisible',_0x2e60c1);}),this['listenTo'](_0x2e686a,'remove',(_0x18f631,_0x1d2a96)=>{_0x116b84['has'](_0x1d2a96)&&_0x116b84['remove'](_0x1d2a96),this['stopListening'](_0x1d2a96,'change:isVisible',_0x2e60c1);});}_setupEnterAnnotationKeystroke(){const _0x36188d=_0x1602c=>{_0x1602c['on']('ready',()=>{_0x1602c['keystrokes']['set'](_0x2911f2,(_0x4c476a,_0x46a120)=>{const _0x17abe3=_0x48e3cf(this['activeAnnotations']['values']());_0x17abe3&&(_0x17abe3['view']['focus'](),_0x46a120());});});};this['context']instanceof _0x16c4fd?_0x36188d(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x43718e,_0x574743)=>{_0x36188d(_0x574743);});}_setupEscapeAnnotationHandling(){const _0x41d760=_0x2bc0dc=>{const _0x41e88d=_0x2bc0dc['source'],_0x3b7145=[];let _0x3df606;if(Array['isArray'](_0x41e88d['target'])){_0x3df606=_0x41e88d['target'][0x0],this['context']instanceof _0x16c4fd?_0x3b7145['push'](this['context']):this['context']['editors']&&_0x3b7145['push'](...this['context']['editors']);for(const _0x56b990 of _0x3b7145)for(const _0x237be7 of _0x56b990['editing']['view']['domRoots']['values']())if(_0x237be7['contains'](_0x3df606))return void _0x56b990['editing']['view']['focus']();_0x3df606['focus']();}};this['listenTo'](this['collection'],'add',(_0xf5b5d0,_0x3d2b17)=>{this['listenTo'](_0x3d2b17,'escape',_0x41d760,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x511ed5,_0x441c13)=>{this['stopListening'](_0x441c13,'escape',_0x41d760);});}};const ii=Symbol('noChannel'),ei={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0},si=/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x95c419(),ni=/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x95c419();var oi=class extends _0x2af6e8{_threads;_threadToController;_viewToController;static get requires(){return[ti,_0x472903,_0x5b9dfb];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x365d29){super(_0x365d29),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x2f925e=this['context']['config'];_0x2f925e['define']('comments.maxCommentsWhenCollapsed',0x2),_0x2f925e['define']('comments.maxThreadTotalWeight',0x1f4),_0x2f925e['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x2f925e['define']('comments.CommentThreadView',Ut),_0x2f925e['define']('comments.CommentView',Yt),_0x2f925e['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}init(){const _0x1cb84e=this['context']['plugins']['get'](ti);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x41c8b8,_0x482210)=>this['_addCommentThread'](_0x482210)),this['on']('submitCommentThread',(_0x23456c,_0x4e77a9)=>this['_submitCommentThread'](_0x4e77a9)),this['on']('resolveCommentThread',(_0x23298a,_0x1e9787)=>this['_resolveCommentThread'](_0x1e9787)),this['on']('resolveCommentThread',(_0x3b0be6,_0x512dfa)=>this['_updateActiveAnnotation'](_0x512dfa),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x298ff7,_0x2ab2d4)=>this['_reopenCommentThread'](_0x2ab2d4)),this['on']('reopenCommentThread',(_0x52127c,_0x5846fe)=>this['_updateActiveAnnotation'](_0x5846fe),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x4f8ec3,_0x1097b4)=>this['_removeCommentThread'](_0x1097b4)),this['on']('updateCommentThread',(_0x1a113b,_0xabf121)=>this['_updateCommentThread'](_0xabf121)),this['on']('updateCommentThread',(_0x1b70d1,_0x219d96)=>this['_updateActiveAnnotation'](_0x219d96),{'priority':'lowest'}),this['on']('addComment',(_0x52aa5c,_0x3af70d)=>this['_addComment'](_0x3af70d)),this['on']('updateComment',(_0x21422f,_0x1b25fa)=>this['_updateComment'](_0x1b25fa)),this['on']('removeComment',(_0x1a254b,_0x3b29f2)=>this['_removeComment'](_0x3b29f2)),this['on']('addComment',(_0x409c60,{threadId:_0x374de1,isFromAdapter:_0x219ece})=>{if(_0x219ece)return;const _0x346293=this['getCommentThread'](_0x374de1),_0x4caf39=_0x346293&&this['_threadToController']['get'](_0x346293);_0x4caf39&&_0x4caf39['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x1cb84e,'change:activeAnnotations',(_0x2f526b,_0x683067,_0x3dac7)=>{const _0x10712f=Array['from'](_0x3dac7)['map'](_0x4c9934=>this['_viewToController']['get'](_0x4c9934['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x10712f?_0x10712f['model']:null;});}set adapter(_0x2693ed){if(this['_adapter'])throw new _0x3ecee7('commentsrepository-adapter-already-set');this['_adapter']=_0x2693ed;}get adapter(){return this['_adapter'];}addCommentThread({channelId:_0x2cb467=ii,threadId:_0x2bab7f=_0x2719ef(),comments:_0x31344c=[],unlinkedAt:_0x5f4d9c=null,resolvedAt:_0x3350f2=null,resolvedBy:_0x507240=null,target:_0x2d884f=null,context:_0x331fc2=null,attributes:_0x305ae9={},isResolvable:_0x42fdc6=!0x0,isSubmitted:_0x5af199=!0x1,isFromAdapter:_0x240faa=!0x1}={}){return this['fire'](ai('addCommentThread',_0x2cb467),{'channelId':_0x2cb467,'threadId':_0x2bab7f,'comments':_0x31344c,'unlinkedAt':_0x5f4d9c,'resolvedAt':_0x3350f2,'resolvedBy':_0x507240,'target':_0x2d884f,'context':_0x331fc2,'attributes':_0x305ae9,'isFromAdapter':_0x240faa,'isResolvable':_0x42fdc6,'isSubmitted':_0x5af199}),this['getCommentThread'](_0x2bab7f);}openNewCommentThread({channelId:_0x19a835=ii,threadId:_0x5b4827=_0x2719ef(),target:_0xd185f7,context:_0x318677=null,isResolvable:_0x405266=!0x0}){if(this['_readOnlyChannels']['has'](_0x19a835)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0xd185f7)throw new _0x3ecee7('commentsrepository-missing-target');const _0x4642a1=this['addCommentThread']({'channelId':_0x19a835,'threadId':_0x5b4827,'target':_0xd185f7,'context':_0x318677,'isResolvable':_0x405266});if(!_0x4642a1)return null;const _0x46b302=this['_threadToController']['get'](_0x4642a1),_0x58c743=_0x46b302['view']['commentThreadInputView']['commentInputView'],_0x3e0ca6=this['context']['plugins']['get'](ti),_0x2a82df=_0x3e0ca6['getByInnerView'](_0x46b302['view']);return _0x3e0ca6['activate'](_0x2a82df),_0x58c743['once']('editorReady',()=>_0x58c743['focus']()),_0x4642a1;}hasCommentThread(_0xde75d7){if('string'!=typeof _0xde75d7)throw new _0x3ecee7('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0xde75d7);}updateCommentThread({channelId:_0x328aae=ii,threadId:_0x3b691b,context:_0x260583,unlinkedAt:_0x4f420a,attributes:_0x1f2783,isFromAdapter:_0x4538bc=!0x1}){return this['fire'](ai('updateCommentThread',_0x328aae),{'channelId':_0x328aae,'threadId':_0x3b691b,'context':_0x260583,'unlinkedAt':_0x4f420a,'attributes':_0x1f2783,'isFromAdapter':_0x4538bc}),this['getCommentThread'](_0x3b691b);}getCommentThread(_0x250db4){if('string'!=typeof _0x250db4)throw new _0x3ecee7('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x250db4);}fetchCommentThread({channelId:_0x5b3957,threadId:_0x561374}={}){const _0x4ffb5b=this['getCommentThread'](_0x561374);if(_0x4ffb5b)return Promise['resolve'](_0x4ffb5b);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x3ecee7('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x5b3957,'threadId':_0x561374})['then'](_0x32218c=>this['hasCommentThread'](_0x561374)?this['getCommentThread'](_0x561374):_0x32218c?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x5b3957},_0x32218c)):void 0x0)['catch'](_0x7745bf=>{throw console['error'](_0x7745bf),new _0x3ecee7('commentsrepository-fetch-comment-thread',this['context']);});}getCommentThreads({channelId:_0xeec165,skipNotAttached:_0x19ccde=!0x1,skipEmpty:_0x19a24a=!0x1,toJSON:_0x15dcdd=!0x1}={}){const _0x1fe022=[];for(const _0x3ad3fe of this['_threads']['values']())_0xeec165&&_0x3ad3fe['channelId']!==_0xeec165||_0x19ccde&&!_0x3ad3fe['isAttached']||_0x19a24a&&0x0===_0x3ad3fe['length']||_0x1fe022['push'](_0x3ad3fe);return _0x15dcdd?_0x1fe022['map'](_0x1d8339=>_0x1d8339['toJSON']()):_0x1fe022;}getAnnotationForCommentThread(_0xebf67d){const _0xf65951=this['_threadToController']['get'](_0xebf67d);return _0xf65951&&this['context']['plugins']['get'](ti)['getByInnerView'](_0xf65951['view'])||null;}getCommentThreadForAnnotation(_0x13cb70){const _0x5497d2=this['_viewToController']['get'](_0x13cb70['innerView']);return _0x5497d2?_0x5497d2['model']:null;}setActiveCommentThread(_0x4d2356){const _0xb38c0e=this['context']['plugins']['get'](ti);if(!_0x4d2356)return void(this['activeCommentThread']&&_0xb38c0e['deactivateAll']());const _0x24c431=this['getCommentThread'](_0x4d2356);if(!_0x24c431)throw new _0x3ecee7('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x4d2356});if(!this['_threadToController']['has'](_0x24c431))throw new _0x3ecee7('commentsrepository-active-not-attached',null,{'threadId':_0x4d2356});const _0x58efad=_0xb38c0e['getByInnerView'](this['_threadToController']['get'](_0x24c431)['view']);_0xb38c0e['activate'](_0x58efad);}switchReadOnly(_0x283fe6,_0x2b7d1d){_0x283fe6?this['_readOnlyChannels']['add'](_0x2b7d1d):this['_readOnlyChannels']['delete'](_0x2b7d1d),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x2fc96b){return this['_readOnlyChannels']['has'](_0x2fc96b)||this['_readOnlyChannels']['has'](void 0x0);}createCommentThreadController(_0xfd7b1d,_0x3e0814){return new bt(_0xfd7b1d,_0x3e0814);}setPermissions(_0x1c83bf,_0x5767ac=ii){this['_permissions']['set'](_0x5767ac,_0x1c83bf),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}getPermissions(_0x45a272=ii){return this['_permissions']['has'](_0x45a272)?this['_permissions']['get'](_0x45a272):ei;}_addCommentThread({channelId:_0x29ec19,threadId:_0x554e3f,comments:_0x26d464,unlinkedAt:_0x1c7d64,resolvedAt:_0xcef718,resolvedBy:_0x479b85,target:_0x1abc16,context:_0x4b9094,attributes:_0x2f2f33,isFromAdapter:_0x1ae02f,isResolvable:_0x4d240f,isSubmitted:_0x36d6da}){if('string'!=typeof _0x554e3f)throw new _0x3ecee7('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x554e3f});if(this['hasCommentThread'](_0x554e3f))throw new _0x3ecee7('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x554e3f});const _0x4b910c=new ri(this,{'channelId':_0x29ec19,'id':_0x554e3f,'context':_0x4b9094,'attributes':_0x2f2f33,'unlinkedAt':_0x1c7d64,'resolvedAt':_0xcef718,'resolvedBy':_0x479b85?this['context']['plugins']['get'](_0x5b9dfb)['getUser'](_0x479b85):null,'isResolvable':_0x4d240f,'isSubmitted':_0x36d6da||_0x1ae02f});this['_threads']['set'](_0x554e3f,_0x4b910c);for(const _0x31324a of _0x26d464)_0x4b910c['_add'](this['_createNewComment']({'threadId':_0x554e3f,..._0x31324a}));return _0x1abc16&&_0x4b910c['attachTo'](_0x1abc16),_0x1ae02f||!_0x4b910c['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x29ec19,'threadId':_0x554e3f});}_submitCommentThread({channelId:_0x20c616,threadId:_0x479ef3}){if(!this['hasCommentThread'](_0x479ef3))throw new _0x3ecee7('commentsrepository-missing-comment-thread',this);const _0x4c2f69=this['getCommentThread'](_0x479ef3);if(_0x4c2f69['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x270e06,comments:_0x5cbc98,resolvedAt:_0x49d53f,resolvedBy:_0x5e606f,context:_0x5a0289,attributes:_0x2b0a8c}=_0x4c2f69,_0x2c2c57=this['context']['plugins']['get']('PendingActions'),_0x561e27=_0x2c2c57['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x20c616,'threadId':_0x270e06,'comments':_0x5cbc98['map'](_0x32855c=>_0x32855c['toJSON']()),'resolvedAt':_0x49d53f,'resolvedBy':_0x5e606f?_0x5e606f['id']:_0x5e606f,'context':_0x5a0289,'attributes':_0x2b0a8c})['then'](({comments:_0x5d2e32})=>{_0x2c2c57['remove'](_0x561e27);for(const _0x5405da of _0x5d2e32)this['_updateComment']({'channelId':_0x20c616,'threadId':_0x479ef3,'commentId':_0x5405da['commentId'],'createdAt':_0x5405da['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x5c261e=>{throw console['error'](_0x5c261e),new _0x3ecee7('commentsrepository-add-comment-thread-internal-error',this);});}_attachCommentThread({threadId:_0x1653c5,target:_0x3bbdf6}){const _0x33fe61=this['getCommentThread'](_0x1653c5);if(!_0x33fe61)throw new _0x3ecee7('commentsrepository-attach-missing-comment-thread',this);const _0x8c9b98=this['context']['plugins']['get']('PendingActions'),_0x1e9a88=this['context']['plugins']['get'](ti),_0x5b3d8a=this['_createCommentThreadView'](_0x33fe61),_0x4b9105=new bt(_0x33fe61,_0x5b3d8a);let _0x5ec807=null;_0x5b3d8a['on']('change:isDirty',(_0xf355ef,_0x529ff4,_0xf8f6a2)=>{_0xf8f6a2?_0x5ec807=_0x8c9b98['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x5ec807&&(_0x8c9b98['remove'](_0x5ec807),_0x5ec807=null);}),this['_threadToController']['set'](_0x33fe61,_0x4b9105),this['_viewToController']['set'](_0x5b3d8a,_0x4b9105);const _0x48a74e=new qt(this['context']['locale'],_0x5b3d8a);_0x48a74e['bind']('length')['to'](_0x5b3d8a),_0x48a74e['bind']('isDirty')['to'](_0x5b3d8a,'isDirty',_0x5b3d8a,'length',(_0x17342f,_0x979b56)=>_0x17342f||!_0x979b56),_0x48a74e['bind']('isActive')['to'](_0x5b3d8a),_0x48a74e['type']='comment';const _0x1ef161=new $t({'view':_0x48a74e,'target':_0x3bbdf6,'type':'comment','isVisible':!_0x33fe61['archivedAt']&&!!('function'==typeof _0x3bbdf6?_0x3bbdf6():_0x3bbdf6)});return _0x5b3d8a['on']('escape',()=>{_0x1ef161['fire']('escape');}),this['_bindAnnotationToEditors'](_0x5b3d8a,_0x1ef161),_0x1e9a88['add'](_0x1ef161),_0x1ef161;}_bindAnnotationToEditors(_0x5201ec,_0x238167){this['listenTo'](_0x5201ec,'editorReady',(_0x2d16fd,_0x2c0c7e)=>{const _0x36cbed=_0x2c0c7e['ui']['view']['body']['bodyCollectionContainer'];_0x238167['focusableElements']['add'](_0x36cbed),this['context']instanceof _0x16c4fd&&this['context']['ui']['focusTracker']['add'](_0x36cbed);},{'priority':'highest'}),this['listenTo'](_0x5201ec,'editorDestroyed',(_0x233a16,_0x377005)=>{const _0x5ef191=_0x377005['ui']['view']['body']['bodyCollectionContainer'];_0x238167['focusableElements']['has'](_0x5ef191)&&_0x238167['focusableElements']['remove'](_0x5ef191),this['context']instanceof _0x16c4fd&&this['context']['ui']['focusTracker']['remove'](_0x5ef191);});}_unbindEditors(_0x2a1f00){this['stopListening'](_0x2a1f00,'editorReady'),this['stopListening'](_0x2a1f00,'editorDestroyed');}_createCommentThreadView(_0x337321){const _0x563d20=this['context']['plugins']['get'](_0x5b9dfb),{config:_0x50663a,locale:_0x503a85}=this['context'],_0x668e43=_0x58cae0(_0x50663a['get']('locale'),_0x503a85);return new(0x0,(_0x50663a['get']('comments'))['CommentThreadView'])(_0x503a85,_0x337321,_0x563d20['me'],{'editorConfig':{..._0x50663a['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x50663a['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x50663a['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x50663a['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x50663a['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x668e43,'CommentView':_0x50663a['get']('comments')['CommentView']});}_resolveCommentThread({threadId:_0x5bcd57,channelId:_0x2082a4,resolvedAt:_0x2ae539,resolvedBy:_0x405fd3,isFromAdapter:_0x373689}){if(!this['hasCommentThread'](_0x5bcd57))throw new _0x3ecee7('commentsrepository-missing-comment-thread',null,{'threadId':_0x5bcd57});const _0x4527bc=this['getCommentThread'](_0x5bcd57);if(_0x4527bc['isResolved'])throw new _0x3ecee7('commentsrepository-resolved-comment-thread',null,{'threadId':_0x5bcd57});const _0x21422d=this['context']['plugins']['get'](_0x5b9dfb);if(_0x4527bc['resolvedBy']=_0x21422d['getUser'](_0x405fd3),_0x4527bc['resolvedAt']=_0x2ae539,_0x373689||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x22f78e=this['context']['plugins']['get']('PendingActions'),_0x5bc46d=_0x22f78e['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x2082a4,'threadId':_0x5bcd57})['then'](({resolvedAt:_0x19c99b,resolvedBy:_0x300763})=>{_0x22f78e['remove'](_0x5bc46d),_0x4527bc['resolvedBy']['id']!==_0x300763&&(_0x4527bc['resolvedBy']=_0x21422d['getUser'](_0x300763)),_0x4527bc['resolvedAt']=_0x19c99b;})['catch'](_0x1e0f6a=>{throw console['error'](_0x1e0f6a),new _0x3ecee7('commentsrepository-resolve-comment-thread-internal-error',this);});}_reopenCommentThread({threadId:_0x2f97fd,channelId:_0x241382,isFromAdapter:_0x4a9c79}){if(!this['hasCommentThread'](_0x2f97fd))throw new _0x3ecee7('commentsrepository-missing-comment-thread',null,{'threadId':_0x2f97fd});const _0x528d81=this['getCommentThread'](_0x2f97fd);if(!_0x528d81['isResolved'])throw new _0x3ecee7('commentsrepository-reopen-comment-thread',null,{'threadId':_0x2f97fd});if(_0x528d81['resolvedBy']=null,_0x528d81['resolvedAt']=null,_0x4a9c79||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x2980f8=this['context']['plugins']['get']('PendingActions'),_0x2b39e0=_0x2980f8['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x241382,'threadId':_0x2f97fd})['then'](()=>_0x2980f8['remove'](_0x2b39e0))['catch'](_0x32a3ad=>{throw console['error'](_0x32a3ad),new _0x3ecee7('commentsrepository-reopen-comment-thread-internal-error',this);});}_removeCommentThread({threadId:_0x39e7b1,isFromAdapter:_0x2f3062}){const _0xb0c16e=this['getCommentThread'](_0x39e7b1);if(!_0xb0c16e)throw new _0x3ecee7('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x39e7b1),this['_threads']['delete'](_0x39e7b1),!_0xb0c16e['isSubmitted']||_0x2f3062||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x5ecfcc=this['context']['plugins']['get']('PendingActions'),{channelId:_0x5e06ff}=_0xb0c16e,_0x51e3a2=_0x5ecfcc['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x5e06ff,'threadId':_0x39e7b1})['then'](()=>_0x5ecfcc['remove'](_0x51e3a2))['catch'](_0x3556e9=>{throw console['error'](_0x3556e9),new _0x3ecee7('commentsrepository-remove-comment-thread-internal-error',this);});}_updateCommentThread({threadId:_0x2d21a2,unlinkedAt:_0x260797,context:_0x591197,attributes:_0x41c27c,isFromAdapter:_0x469e2a}){if('string'!=typeof _0x2d21a2)throw new _0x3ecee7('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x2d21a2});if(!this['hasCommentThread'](_0x2d21a2))throw new _0x3ecee7('commentsrepository-missing-comment-thread',null,{'threadId':_0x2d21a2});const _0x3d1c57=this['getCommentThread'](_0x2d21a2);let _0x505132=!0x1;if(void 0x0!==_0x591197&&_0x3d1c57['context']!==_0x591197&&(_0x3d1c57['context']=_0x591197,_0x505132=!0x0),void 0x0!==_0x260797&&_0x3d1c57['unlinkedAt']!==_0x260797&&(_0x3d1c57['unlinkedAt']=_0x260797,_0x505132=!0x0),_0x41c27c&&!_0x3247e1(_0x41c27c,_0x3d1c57['attributes'])&&(_0x3d1c57['attributes']=_0x41c27c,_0x505132=!0x0),!_0x505132)return Promise['resolve']();if(!_0x3d1c57['isSubmitted']||_0x469e2a||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0xe2bde1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x24310d}=_0x3d1c57,_0x22adec=_0xe2bde1['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x24310d,'threadId':_0x2d21a2,'context':_0x591197,'unlinkedAt':_0x260797,'attributes':_0x41c27c})['then'](()=>_0xe2bde1['remove'](_0x22adec))['catch'](_0x48cbde=>{throw console['error'](_0x48cbde),new _0x3ecee7('commentsrepository-update-comment-thread-internal-error',this);});}_detachCommentThread(_0x5686d1){const _0x104eed=this['context']['plugins']['get'](ti),_0x348c6f=this['getCommentThread'](_0x5686d1);if(_0x348c6f['_isAttached']=!0x1,this['_threadToController']['has'](_0x348c6f)){const _0x5427da=this['_threadToController']['get'](_0x348c6f),_0x5e2b47=_0x5427da['view'],_0x3cc47d=_0x104eed['getByInnerView'](_0x5e2b47);this['_threadToController']['delete'](_0x348c6f),this['_viewToController']['delete'](_0x5e2b47),_0x3cc47d&&_0x104eed['remove'](_0x3cc47d),_0x5427da['destroy'](),_0x5e2b47['destroy']()['then'](()=>{this['_unbindEditors'](_0x5e2b47);});}}_updateActiveAnnotation({threadId:_0x126155,resolvedAt:_0x1b89ea,unlinkedAt:_0x102ffe}){const _0x2037b6=!!_0x1b89ea,_0x6ff513=this['context']['plugins']['get'](ti),_0x4a6307=this['getCommentThread'](_0x126155);if(this['_threadToController']['has'](_0x4a6307)){const _0x426aa8=this['_threadToController']['get'](_0x4a6307)['view'],_0x4fd3f6=_0x6ff513['getByInnerView'](_0x426aa8);_0x4fd3f6&&(_0x2037b6&&_0x6ff513['_removeActiveAnnotation'](_0x4fd3f6),_0x102ffe?_0x4fd3f6['isVisible']=!0x1:_0x4fd3f6['refreshVisibility']());}}_getExternalAuthor(_0x405b1c){const _0x426ffb=this['context']['plugins']['get'](_0x5b9dfb),_0x4adfd4=_0x27be5c('external:'+_0x405b1c),_0x285008=_0x426ffb['getUser'](_0x4adfd4);return _0x285008||_0x426ffb['addUser']({'id':_0x4adfd4,'name':_0x405b1c});}_createNewComment({threadId:_0x1d74d3,commentId:_0x1166d8=_0x2719ef(),content:_0x5f4ee3,authorId:_0x139bd8,createdAt:_0x4081b0,attributes:_0x3f285f}){if('string'!=typeof _0x1166d8)throw new _0x3ecee7('commentsrepository-invalid-commentid');if('string'!=typeof _0x139bd8)throw new _0x3ecee7('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x5f4ee3||!_0x5f4ee3['trim']())throw new _0x3ecee7('commentsrepository-invalid-comment-content');const _0xb51e4=this['context']['plugins']['get'](_0x5b9dfb)['getUser'](_0x139bd8);if(!_0xb51e4)throw new _0x3ecee7('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x139bd8});let _0x1f8026=null,_0x324e39=_0x4081b0;return _0x3f285f?.['@external']&&(_0x1f8026=this['_getExternalAuthor'](_0x3f285f['@external']['authorName']),_0x324e39=new Date(_0x3f285f['@external']['createdAt'])),new hi(this,{'threadId':_0x1d74d3,'id':_0x1166d8,'author':_0x1f8026||_0xb51e4,'creator':_0xb51e4,'content':_0x5f4ee3,'createdAt':_0x4081b0,'authoredAt':_0x324e39,'attributes':_0x3f285f});}_addComment(_0x4f993c){let {threadId:_0x4efb4c,content:_0x19845d,attributes:_0x4deb7c,isFromAdapter:_0x2e38bf}=_0x4f993c;const _0x5d945d=this['getCommentThread'](_0x4f993c['threadId']);if(!_0x5d945d)throw new _0x3ecee7('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x4e640c=this['_createNewComment'](_0x4f993c),{id:_0x2e5621}=_0x4e640c;if(_0x5d945d['_add'](_0x4e640c),_0x2e38bf||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x5d945d['isSubmitted'])return Promise['resolve']();const _0x16c93f=this['context']['plugins']['get']('PendingActions'),{channelId:_0x40a7e3}=_0x5d945d,_0x5b1feb=_0x16c93f['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x4deb7c||(_0x4deb7c={}),this['adapter']['addComment']({'channelId':_0x40a7e3,'threadId':_0x4efb4c,'commentId':_0x2e5621,'content':_0x19845d,'attributes':_0x4deb7c})['then'](_0xa82c7c=>{_0x16c93f['remove'](_0x5b1feb),_0xa82c7c&&this['_updateComment']({'channelId':_0x40a7e3,'threadId':_0x4efb4c,'commentId':_0x2e5621,'createdAt':_0xa82c7c['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x372570=>{throw console['error'](_0x372570),new _0x3ecee7('commentsrepository-add-comment-internal-error',this);});}_updateComment({threadId:_0x54f74a,commentId:_0x2977e5,content:_0x1e8c59,createdAt:_0x16ee3d,attributes:_0x4abd13,isFromAdapter:_0x14ff3c}){if(void 0x0!==_0x1e8c59&&('string'!=typeof _0x1e8c59||!_0x1e8c59['trim']()['length']))throw new _0x3ecee7('commentsrepository-update-comment-invalid-content');const _0x581a31=this['getCommentThread'](_0x54f74a),_0x3e6e9d=_0x581a31['getComment'](_0x2977e5);if(!_0x3e6e9d)throw new _0x3ecee7('commentsrepository-update-missing-comment',this);let _0x4b4688=!0x1;if(_0x1e8c59&&_0x1e8c59!==_0x3e6e9d['content']&&(_0x3e6e9d['isEditable']||_0x14ff3c)&&(_0x3e6e9d['content']=_0x1e8c59,_0x4b4688=!0x0),_0x16ee3d&&_0x16ee3d!==_0x3e6e9d['createdAt']&&(_0x3e6e9d['createdAt']=_0x16ee3d,_0x3e6e9d['isExternal']||(_0x3e6e9d['authoredAt']=_0x16ee3d),_0x4b4688=!0x0),_0x4abd13&&!_0x3247e1(_0x4abd13,_0x3e6e9d['attributes'])&&(_0x3e6e9d['attributes']=_0x4abd13,_0x4b4688=!0x0),!_0x4b4688)return Promise['resolve']();if(_0x581a31['fire']('commentUpdated'),_0x14ff3c||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x5b6989=this['context']['plugins']['get']('PendingActions'),{channelId:_0x58aefa}=this['getCommentThread'](_0x3e6e9d['threadId']),_0x24c8ac=_0x5b6989['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x58aefa,'threadId':_0x54f74a,'commentId':_0x2977e5,'content':_0x1e8c59,'attributes':_0x4abd13})['then'](()=>_0x5b6989['remove'](_0x24c8ac))['catch'](_0x3db0e8=>{throw console['error'](_0x3db0e8),new _0x3ecee7('commentsrepository-update-comment-internal-error',this);});}_removeComment({threadId:_0x124c22,commentId:_0xa8bbc9,isFromAdapter:_0x402274}){const _0xd81fb5=this['getCommentThread'](_0x124c22),_0x3008b2=_0xd81fb5['getComment'](_0xa8bbc9);if(!_0x3008b2)throw new _0x3ecee7('commentsrepository-remove-missing-comment',this);if(_0xd81fb5['_remove'](_0x3008b2),_0x402274||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x21efa0=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4b829c}=_0xd81fb5,_0x2d1aec=_0x21efa0['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x4b829c,'threadId':_0x124c22,'commentId':_0xa8bbc9})['then'](()=>_0x21efa0['remove'](_0x2d1aec))['catch'](_0x20bfe6=>{throw console['error'](_0x20bfe6),new _0x3ecee7('commentsrepository-remove-comment-internal-error',this);});}},ri=class extends si{['channelId'];['id'];_isAttached;_isSubmitted;comments;_repository;constructor(_0x11bf36,_0x3d2e7d){super();const _0x56825c=_0x3d2e7d['isResolvable'];this['channelId']=_0x3d2e7d['channelId'],this['id']=_0x3d2e7d['id'],this['comments']=new _0x41383a(),this['_repository']=_0x11bf36,this['_isAttached']=!0x1,this['_isSubmitted']=_0x3d2e7d['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x11bf36,'_permissions',_0x11bf36,'_readOnlyChannels',()=>_0x11bf36['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x11bf36,'_permissions',()=>_0x11bf36['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x11bf36,'_permissions',()=>{const _0x159c87=_0x11bf36['getPermissions'](this['channelId']);return _0x159c87['write']||_0x159c87['admin'];}),this['bind']('isResolvable')['to'](_0x11bf36,'_permissions',()=>_0x56825c&&_0x11bf36['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x3d2e7d['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x1e565a,_0x414c71)=>_0x1e565a?_0x414c71?_0x1e565a<_0x414c71?_0x1e565a:_0x414c71:_0x1e565a:_0x414c71),this['set']('unlinkedAt',_0x3d2e7d['unlinkedAt']||null),this['set']('resolvedAt',_0x3d2e7d['resolvedAt']||null),this['set']('resolvedBy',_0x3d2e7d['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x53049a=>!!_0x53049a),this['set']('attributes',_0x3d2e7d['attributes']||{});}get weight(){return Array['from'](this['comments'])['reduce']((_0x313591,_0x216159)=>_0x313591+_0x216159['weight'],0x0);}get length(){return this['comments']['length'];}get isAttached(){return this['_isAttached'];}get isSubmitted(){return this['_isSubmitted'];}submit(){const {channelId:_0x5eb18c,id:_0x30c39f}=this;this['_repository']['fire'](ai('submitCommentThread',_0x5eb18c),{'channelId':_0x5eb18c,'threadId':_0x30c39f});}setUnlinkedAt(_0x242728){this['_update']({'unlinkedAt':_0x242728});}['resolve']({resolvedAt:_0x1b6aa5=new Date(),resolvedBy:_0x2a5db5='',isFromAdapter:_0x274960=!0x1}={}){const _0x2d568e=this['_repository']['context']['plugins']['get'](_0x5b9dfb)['me'],{channelId:_0x52b1da,id:_0x3d9837}=this;this['_repository']['fire'](ai('resolveCommentThread',_0x52b1da),{'channelId':_0x52b1da,'threadId':_0x3d9837,'resolvedAt':_0x1b6aa5,'resolvedBy':_0x2a5db5||_0x2d568e['id'],'isFromAdapter':_0x274960});}['reopen']({isFromAdapter:_0x5cec6c=!0x1}={}){const {channelId:_0x2a9db9,id:_0xbc1b9}=this;this['_repository']['fire'](ai('reopenCommentThread',_0x2a9db9),{'channelId':_0x2a9db9,'threadId':_0xbc1b9,'isFromAdapter':_0x5cec6c});}setContext(_0x31b28c){this['context']||this['_update']({'context':_0x31b28c});}setAttribute(_0x1c15b7,_0x41ba93){const _0xd54ee6=_0x1a02ac(this['attributes']);_0x60f067(_0xd54ee6,_0x1c15b7,_0x41ba93),this['_update']({'attributes':_0xd54ee6});}removeAttribute(_0x160489){const _0x1d12f1=_0x1a02ac(this['attributes']);_0x34d578(_0x1d12f1,_0x160489),this['_update']({'attributes':_0x1d12f1});}['remove']({isFromAdapter:_0x591e61=!0x1}={}){const {channelId:_0x202389,id:_0x19a24d}=this;this['_repository']['fire'](ai('removeCommentThread',_0x202389),{'channelId':_0x202389,'threadId':_0x19a24d,'isFromAdapter':_0x591e61});}attachTo(_0x2bedb0){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x2bedb0});}addComment(_0x5b3ff4){const {channelId:_0x138a1a,id:_0x5d73cd}=this;this['_repository']['fire'](ai('addComment',_0x138a1a,_0x5d73cd),Object['assign']({'channelId':_0x138a1a,'threadId':_0x5d73cd},_0x5b3ff4));}getComment(_0x5dc658){if('string'!=typeof _0x5dc658)throw new _0x3ecee7('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x5dc658});return this['comments']['get'](_0x5dc658);}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'](_0x758c19=>_0x758c19['toJSON']()),'attributes':this['attributes']};}['_add'](_0x1a99f0){return this['listenTo'](_0x1a99f0,'change:authoredAt',()=>{const _0x2f8f02=this['_findOptimalIndex'](_0x1a99f0),_0x5079a1=this['comments'];_0x2f8f02-0x1!=_0x5079a1['getIndex'](_0x1a99f0)&&_0x2f8f02+0x1!=_0x5079a1['getIndex'](_0x1a99f0)&&(this['_remove'](_0x1a99f0),this['_add'](_0x1a99f0));}),this['comments']['add'](_0x1a99f0,this['_findOptimalIndex'](_0x1a99f0));}_update(_0x207b31){const {channelId:_0x57247b,id:_0x1ae56b}=this;this['_repository']['fire'](ai('updateCommentThread',_0x57247b),{..._0x207b31,'channelId':_0x57247b,'threadId':_0x1ae56b});}['_remove'](_0x5a9b60){return this['stopListening'](_0x5a9b60),_0x5a9b60['destroy'](),this['comments']['remove'](_0x5a9b60);}_findOptimalIndex(_0x124442){const _0x5aba3d=this['comments']['find'](_0x21b52e=>new Date(_0x21b52e['authoredAt'])['getTime']()>new Date(_0x124442['authoredAt'])['getTime']());return _0x5aba3d?this['comments']['getIndex'](_0x5aba3d):this['length'];}},hi=class extends ni{['id'];threadId;author;creator;createdAt;_repository;constructor(_0x45071d,_0x2eae60){super();const _0x547e40=_0x45071d['context']['plugins']['get'](_0x5b9dfb)['me'],_0x16c828=_0x45071d['getCommentThread'](_0x2eae60['threadId']),_0x3e99b9=0x0===_0x16c828['comments']['length'],_0x1f345a=_0x547e40===_0x2eae60['author'];this['id']=_0x2eae60['id'],this['threadId']=_0x2eae60['threadId'],this['author']=_0x2eae60['author'],this['creator']=_0x2eae60['creator'],this['set']('content',_0x2eae60['content']),this['createdAt']=_0x2eae60['createdAt']||new Date(),this['set']('authoredAt',_0x2eae60['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x16c828,'resolvedAt'),this['set']('attributes',_0x2eae60['attributes']||{}),this['bind']('isEditable')['to'](_0x45071d,'_permissions',()=>{const _0x3f0b40=_0x45071d['getPermissions'](_0x16c828['channelId'])['write'],_0x448b1c=_0x45071d['getPermissions'](_0x16c828['channelId'])['modifyAll'];return _0x1f345a&&_0x3f0b40||!_0x1f345a&&_0x448b1c;}),this['bind']('isRemovable')['to'](_0x16c828,'isRemovable',_0x45071d,'_permissions',_0x434c81=>{const _0x52a609=_0x45071d['getPermissions'](_0x16c828['channelId'])['write'],_0x34f67d=_0x45071d['getPermissions'](_0x16c828['channelId'])['modifyAll'];return _0x1f345a&&_0x52a609||_0x434c81&&_0x3e99b9||!_0x1f345a&&_0x34f67d&&!_0x3e99b9;}),this['bind']('isReadOnly')['to'](_0x16c828,'isReadOnly'),this['_repository']=_0x45071d;}get isExternal(){return Boolean(this['attributes']&&this['attributes']['@external']);}get weight(){return Math['max'](function(_0x2ce75a){const _0x2b6f36=document['createElement']('div');return _0x2b6f36['innerHTML']=_0x2ce75a,_0x2b6f36['textContent']['length'];}(this['content']),0xc8);}update(_0x5deb2b){const {threadId:_0x5498cf,id:_0x20e328}=this;if(!this['_repository']['hasCommentThread'](_0x5498cf))throw new _0x3ecee7('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x47b7cf}=this['_repository']['getCommentThread'](_0x5498cf);this['_repository']['fire'](ai('updateComment',_0x47b7cf,_0x5498cf),{'channelId':_0x47b7cf,'threadId':_0x5498cf,'commentId':_0x20e328,..._0x5deb2b});}setAttribute(_0x4173aa,_0x5b7ff3){const _0x803f8=_0x1a02ac(this['attributes']);_0x60f067(_0x803f8,_0x4173aa,_0x5b7ff3),this['update']({'attributes':_0x803f8});}removeAttribute(_0x4a7cb8){const _0x5cdb25=_0x1a02ac(this['attributes']);_0x34d578(_0x5cdb25,_0x4a7cb8),this['update']({'attributes':_0x5cdb25});}['remove'](_0x53d33f={}){if(!_0x53d33f['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x79d500,id:_0x2b1806}=this;if(!this['_repository']['hasCommentThread'](_0x79d500))throw new _0x3ecee7('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0xde30b7}=this['_repository']['getCommentThread'](_0x79d500);this['_repository']['fire'](ai('removeComment',_0xde30b7,_0x79d500),{'channelId':_0xde30b7,'threadId':_0x79d500,'commentId':_0x2b1806,..._0x53d33f});}toJSON(){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}destroy(){this['stopListening']();}};function ai(_0x9f8407,..._0x477da1){for(const _0x5d62b9 of _0x477da1)void 0x0!==_0x5d62b9&&(_0x9f8407+=':'+String(_0x5d62b9));return _0x9f8407;}var ci=class extends _0x15063b{constructor(_0x3ddb42){super(_0x3ddb42),this['set']('hasContent',!0x1);}['refresh'](){const _0x2cfd05=this['editor']['model']['document']['selection'];this['isEnabled']=!0x0,this['hasContent']=!0x1;for(const _0x4f4a55 of _0x2cfd05['getRanges']())if(this['_hasContent'](_0x4f4a55))return void(this['hasContent']=!0x0);}execute({threadId:_0x466ab9=_0x2719ef(),ranges:_0x4e952f,comment:_0x302ea1}={}){const _0x3287a8=this['editor']['model'],_0xa2005f=_0x4e952f??Array['from'](_0x3287a8['document']['selection']['getRanges']()),_0x15d066=[];for(const _0x1afe25 of _0xa2005f)this['_hasContent'](_0x1afe25)&&_0x15d066['push'](this['_trimToContent'](_0x1afe25));if(!_0x15d066['length'])throw new _0x3ecee7('addcommentthreadcommand-incorrect-ranges',null);_0x302ea1&&this['_createCommentThread'](_0x466ab9,_0x302ea1),this['_createMarkersFromRanges'](_0x466ab9,_0x15d066,!!_0x302ea1);}_createMarkersFromRanges(_0x36342b,_0x43d445,_0x6b33e){this['editor']['model']['change'](_0x37a7f1=>{for(const _0x1e57f2 of _0x43d445){const _0x20605c='comment:'+_0x36342b+':'+_0x2719ef()['substr'](0x1,0x5);_0x37a7f1['addMarker'](_0x20605c,{'range':_0x1e57f2,'usingOperation':_0x6b33e,'affectsData':_0x6b33e});}});}_createCommentThread(_0x161d9e,_0x2bfb11){const _0x37e932=this['editor']['plugins']['get']('CommentsRepository'),_0x4ef2e8=this['editor']['config']['get']('collaboration.channelId'),_0x177d92=this['editor']['plugins']['get']('Users')['me'];if(!_0x177d92)throw new _0x3ecee7('addcommentthreadcommand-user-not-found',null);_0x37e932['addCommentThread']({'threadId':_0x161d9e,'channelId':_0x4ef2e8,'comments':[{'authorId':_0x177d92['id'],'content':_0x2bfb11,'createdAt':new Date(),'attributes':{}}]});}_hasContent(_0x1a63af){for(const _0x294807 of _0x1a63af['getItems']())if(this['_itemIsContent'](_0x294807))return!0x0;return!0x1;}_itemIsContent(_0x143a0d){return _0x143a0d['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x143a0d)&&!_0x143a0d['is']('element','tableCell');}_trimToContent(_0x6069e8){const _0x58412e=_0x4b8253=>!this['_itemIsContent'](_0x4b8253['item']),_0x1abb6c=_0x6069e8['start']['getLastMatchingPosition'](_0x58412e),_0x10f814=_0x6069e8['end']['getLastMatchingPosition'](_0x58412e,{'direction':'backward'});return this['editor']['model']['createRange'](_0x1abb6c,_0x10f814);}},di=class extends _0x1be51f{_dataCollectors;_editorAnnotations;static get requires(){return[ti];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x6f86e7){super(_0x6f86e7),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}init(){const _0x1debd3=this['editor'],_0x397883=_0x1debd3['model']['document']['selection'],_0x29dd99=_0x2207c0(()=>this['refreshSelectedViews'](),0xa);_0x397883['on']('change:range',(_0x3dd236,_0x2b3e63)=>{_0x2b3e63['directChange']&&(_0x29dd99['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x1debd3['editing']['view']['document'],'change:isFocused',(_0x3a69b4,_0x4973c8,_0xa18696)=>{_0xa18696&&_0x29dd99();}),this['listenTo'](_0x1debd3['ui']['focusTracker'],'change:isFocused',(_0x5c6494,_0x200bb0,_0x40bb6d)=>{_0x40bb6d||this['fire']('blur',{'isAnnotationTracked':_0x4c175f=>this['_editorAnnotationsData']['has'](_0x4c175f['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}registerAnnotation(_0x11658b){if(this['_editorAnnotations']['has'](_0x11658b['view']))return;this['_editorAnnotations']['add'](_0x11658b['view']),this['editor']['ui']['focusTracker']['add'](_0x11658b['view']['element']);const _0x557610=this['editor']['plugins']['get'](ti);this['listenTo'](_0x557610['collection'],'remove',(_0x18a649,_0x49fc69)=>{this['editor']['ui']['focusTracker']['remove'](_0x49fc69['view']['element']),this['_editorAnnotations']['delete'](_0x49fc69['view']);});}hasDomSelection(){return this['editor']['editing']['view']['hasDomSelection'];}addSourceCollector(_0xa3d221){if('function'!=typeof _0xa3d221)throw new _0x3ecee7('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0xa3d221);}refreshSelectedViews(){this['fire']('refresh');}getOrderedSelectedAnnotations({activeAnnotation:_0x46c603,annotations:_0x23a9ea}){const _0x3c9a5b=[],_0x197b14=this['editor']['model']['document']['selection'],_0x197781=Array['from'](_0x197b14['getRanges']());for(const [_0x1f8479,_0x3d5720]of this['_editorAnnotationsData']){const _0x10ff80=_0x41b955(_0x3d5720),_0x1dae77=_0x23a9ea['getByInnerView'](_0x1f8479);_0x10ff80&&_0x1dae77&&_0x3c9a5b['push']({'annotation':_0x1dae77,'range':_0x10ff80});}function _0x41b955(_0x4f1a9a){for(const _0x380931 of _0x4f1a9a)for(const _0x4bd593 of _0x197781)if(_0x380931['containsRange'](_0x4bd593,!_0x197b14['isCollapsed']))return _0x380931;return null;}return _0x3c9a5b['sort']((_0x1eeba1,_0x119c9f)=>{const _0x4525ac=_0x1eeba1['range'],_0x1d2fcc=_0x119c9f['range'];if(!_0x4525ac['isEqual'](_0x1d2fcc)){if(_0x4525ac['containsRange'](_0x1d2fcc,!0x0))return 0x1;if(_0x1d2fcc['containsRange'](_0x4525ac,!0x0))return-0x1;}return _0x1eeba1['annotation']==_0x46c603?-0x1:_0x119c9f['annotation']==_0x46c603?0x1:0x0;})['map'](_0x4c6f3b=>_0x4c6f3b['annotation']);}get _editorAnnotationsData(){const _0x584434=new Map();for(const _0x4c799f of Array['from'](this['_dataCollectors']))for(const [_0x4d054e,_0x494c4f]of _0x4c799f())_0x584434['set'](_0x4d054e,_0x494c4f);return _0x584434;}},li=class extends _0x1be51f{afterInit(){const _0x4d2a8e=this['editor'];_0x4d2a8e['plugins']['has']('RestrictedEditingModeEditing')&&_0x4d2a8e['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}},mi=class extends _0x1be51f{constructor(_0x5e09d7){super(_0x5e09d7),this['editor']['config']['define']('importWord.formatting.comments','basic');}afterInit(){const _0x3bffc9=this['editor'],_0x3369=_0x3bffc9['commands']['get']('importWord'),_0x18d119=_0x3bffc9['plugins']['get'](_0x5b9dfb);_0x3369&&(_0x3369['on']('execute',(_0x3af4c3,[,_0x4bfa76])=>{_0x4bfa76['collaboration_features']={'comments':!0x0,'user_id':_0x18d119['me']['id']};},{'priority':_0xaff8ee['high']+0xa}),this['listenTo'](_0x3369,'dataInsert',this['_handleImportedData']));}_handleImportedData(_0x2bf72d,_0x3e393c){const {comment_threads:_0x2896ed}=_0x3e393c;_0x2896ed&&_0x2896ed['forEach'](({thread_id:_0xbb2b59,comments:_0x5abc2a,is_resolved:_0x639f95})=>{const _0x3b1fc7=new Date(),_0x383bd1=_0x5abc2a['map'](({author:_0x31bff5,content:_0x2c501f,created_at:_0x44fa92})=>({'content':_0x2c501f,'authorId':this['editor']['plugins']['get'](_0x5b9dfb)['me']['id'],'createdAt':_0x3b1fc7,'attributes':{'@external':{'authorName':_0x31bff5,'createdAt':_0x44fa92?new Date(_0x44fa92):new Date(),'source':'importWord'}}})),_0x4057b6=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](oi)['addCommentThread']({'channelId':_0x4057b6,'threadId':_0xbb2b59,'comments':_0x383bd1,'resolvedAt':_0x639f95?_0x3b1fc7:null});});}},ui=class extends _0x1be51f{constructor(_0x1e4db8){super(_0x1e4db8),this['editor']['config']['define']('comments.copyMarkers','default');}static get requires(){return[pt,wt];}afterInit(){const _0x551e65=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x551e65,'contentInsertion',(_0x65792,_0x3acf59)=>this['_removeMarkersWithoutThreads'](_0x3acf59['content']['markers']),{'priority':'highest'});}_removeMarkersWithoutThreads(_0x208503){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x208503;const _0x54ec14=this['editor']['plugins']['get']('CommentsRepository');for(const _0x362b01 of _0x208503['keys']()){const [_0x1376c3,_0x4e6c70]=_0x362b01['split'](':');'comment'!=_0x1376c3||_0x54ec14['hasCommentThread'](_0x4e6c70)||_0x208503['delete'](_0x362b01);}return _0x208503;}_registerMarkerInClipboardPipeline(){const _0x2fbf6f=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x1bdc0a=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x1bdc0a&&_0x2fbf6f['_registerMarkerToCopy']('comment',_0x1bdc0a);}_mapCommentsCopyConfigToRegisterConfiguration(_0x42651c){switch(_0x42651c){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}};function fi(_0x3935a7){const _0x138632=_0x3935a7['split'](':');return{'group':_0x138632[0x0],'id':_0x138632[0x1],'part':_0x138632[0x2]};}var pi=class extends _0x1be51f{init(){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}overrideMarkerConverters(){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0x5106b0,_0x2379bb)=>{if(!_0x2379bb['options']['showCommentHighlights'])return null;if(_0x2379bb['options']['ignoreResolvedComments']){const {id:_0x4764b7}=fi(_0x5106b0['markerName']);if(this['editor']['plugins']['get'](oi)['getCommentThread'](_0x4764b7)?.['isResolved']&&_0x5106b0['item'])return _0x2379bb['consumable']['consume'](_0x5106b0['item'],'addMarker:'+_0x5106b0['markerName']),_0x2379bb['consumable']['consume'](_0x5106b0['item'],'removeMarker:'+_0x5106b0['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x4680e8=>{_0x4680e8['on']('addMarker:comment',(_0x276d39,_0x4ca2c6,_0x198e36)=>{if(!_0x198e36['options']['showCommentHighlights'])return;const _0x3987c3=_0x4ca2c6['item'];if(!_0x3987c3)return;const _0x5b21c7=_0x198e36['mapper']['toViewElement'](_0x3987c3);this['editor']['model']['schema']['isObject'](_0x3987c3)&&_0x5b21c7&&!_0x5b21c7['getCustomProperty']('widget')&&_0x5b21c7['is']('containerElement')&&Ct(_0x5b21c7,_0x198e36['writer']);},{'priority':'high'});});}overrideHorizontalRuleConverter(){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x2e35c6,{writer:_0x34176b,options:_0x554313})=>{if(!_0x554313['showCommentHighlights'])return null;const _0x26214f=_0x34176b['createContainerElement']('div'),_0x3feb21=_0x34176b['createEmptyElement']('hr');return _0x34176b['addClass']('ck-horizontal-line',_0x26214f),_0x34176b['insert'](_0x34176b['createPositionAt'](_0x26214f,0x0),_0x3feb21),_0x26214f;},'converterPriority':'high'});}overrideImageInlineConverter(){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x3cf395,{writer:_0x48d40c,options:_0x163b2b})=>{if(!_0x163b2b['showCommentHighlights'])return null;const _0x3ae5e5=_0x48d40c['createContainerElement']('span'),_0x2586a8=_0x48d40c['createEmptyElement']('img');return _0x48d40c['addClass']('image-inline',_0x3ae5e5),_0x48d40c['insert'](_0x48d40c['createPositionAt'](_0x3ae5e5,0x0),_0x2586a8),_0x3ae5e5;},'converterPriority':'high'});}overrideMediaEmbedConverter(){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x17310e,{writer:_0x5c1bab,options:_0x481d7e})=>{if(_0x481d7e['showCommentHighlights'])return _0x5c1bab['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x6b440d,_0x16ee19,_0x4df3c4)=>{_0x4df3c4['options']['showCommentHighlights']&&_0x6b440d['stop']();},{'priority':'high'});}},wi=class extends _0x1be51f{static get requires(){return[oi,di,_0x5b9dfb,li,mi,ui,pi];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4bf846){super(_0x4bf846),this['set']('isThreadsLoadingPaused',!0x0),_0x4bf846['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0xc3758b,_0x1de14f,_0xbb229b,_0x4a585a)=>{const _0x2c700d=_0x4bf846['plugins']['get'](oi),_0xd3864f=_0xbb229b?fi(_0xbb229b)['id']:null;_0x4bf846['model']['change'](()=>{if(_0xd3864f){const _0x2a4158=this['getAllMarkersForId'](_0xd3864f);for(const _0x226cbc of _0x2a4158)_0x4bf846['editing']['reconvertMarker'](_0x226cbc);}if(_0x4a585a){const {id:_0x556a21}=fi(_0x4a585a),_0x303501=_0x2c700d['getCommentThread'](_0x556a21);if(_0x303501&&_0x303501['unlinkedAt'])return;if(_0x303501&&!_0x303501['isAttached'])return;const _0x18882c=this['getAllMarkersForId'](_0x556a21);for(const _0x55b387 of _0x18882c)_0x4bf846['editing']['reconvertMarker'](_0x55b387);}}),_0xd3864f&&this['scrollToThreadMarker'](_0xd3864f);}),this['_initAriaMarkerChangeAnnouncements']();}init(){const _0x4a4017=this['editor'],_0x335b37=_0x4a4017['plugins']['get'](oi),_0x22b073=_0x4a4017['config']['get']('collaboration.channelId'),_0x33b2dd=_0x335b37['getCommentThreads']()['filter'](_0x33288e=>_0x33288e['channelId']!==_0x22b073);_0x4a4017['commands']['add']('addCommentThread',new ci(_0x4a4017)),this['listenTo'](_0x4a4017,'change:isReadOnly',(_0x13fa37,_0x5413fb,_0x138ddf)=>{_0x335b37['switchReadOnly'](_0x138ddf,_0x4a4017['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x335b37,gi('addCommentThread',_0x22b073),(_0x362098,{threadId:_0x352c90})=>{this['editor']['plugins']['get'](oi)['getCommentThread'](_0x352c90)?.['unlinkedAt']&&this['_attachArchivedThread'](_0x352c90);}),this['listenTo'](_0x335b37,gi('removeCommentThread',_0x22b073),(_0x21a7fa,{threadId:_0x5b5ee7})=>{_0x4a4017['model']['enqueueChange']({'isUndoable':!0x1},_0x5c19ca=>{const _0x4634d2=this['getAllMarkersForId'](_0x5b5ee7);for(const _0x83aa47 of _0x4634d2)_0x5c19ca['removeMarker'](_0x83aa47);});}),this['listenTo'](_0x335b37,gi('resolveCommentThread',_0x22b073),(_0x1d6d8d,{threadId:_0x28e918})=>{this['_reconvertMarkers'](_0x28e918);const _0x27b1fc=this['editor']['plugins']['get'](ti);(this['editor']['editing']['view']['hasDomSelection']||_0x27b1fc['collection']['isFocused'])&&(this['editor']['plugins']['get'](oi)['getCommentThread'](_0x28e918)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x335b37,gi('reopenCommentThread',_0x22b073),(_0x1f24e2,{threadId:_0x109093})=>{this['_reconvertMarkers'](_0x109093);},{'priority':'low'}),this['listenTo'](_0x335b37,gi('addComment',_0x22b073),(_0x2dd208,{threadId:_0x1bdc9c,isFromAdapter:_0x1bb89b})=>{const _0x4792d2=this['getAllMarkersForId'](_0x1bdc9c);!_0x1bb89b&&0x0!=_0x4792d2['length']&&_0x335b37['hasCommentThread'](_0x1bdc9c)&&0x1===_0x335b37['getCommentThread'](_0x1bdc9c)['length']&&_0x4a4017['model']['enqueueChange']({'isUndoable':!0x1},_0x1415ae=>{for(const _0x48d3dc of _0x4792d2)_0x1415ae['updateMarker'](_0x48d3dc,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0x33b2dd);}afterInit(){!async function(_0x4f0b78){const _0x39c494='KpOBJGNSEgqCyfVF1kZ8lbnRjM7eIzAsDQHw9aThu6rcYi05UmPL4d3X2Wotvx',_0x45de59=0x791a0,_0xe66e05=window['Date']['now'](),_0x54a3e2=_0x4f0b78['editor'],_0x15c9c7=new window['Promise'](_0x290818=>{_0x54a3e2['once']('ready',_0x290818);}),_0x20d2ab={'kty':'EC','use':'sig','crv':'P-256','x':'iCjOCvDFI6lQHHT18jVwRfkfHQ2a_MymT35LQVoFSAI','y':'kXIyJ4evtCEFRmxKSUpK9fDW459vXOvVrhf6uQAeOio','alg':'ES256'},_0x900021=_0x54a3e2['config']['get']('licenseKey');async function _0x4d12f7(){let _0xab67a9,_0x4b9858=null,_0x25067e=null;try{return'GPL'==_0x900021?'NotAllowed':(_0xab67a9=_0x1193f0(),_0xab67a9?(_0xab67a9['usageEndpoint']&&(_0x25067e=_0xc2da58(_0xab67a9['usageEndpoint'],_0xab67a9['jti'])),await _0x1dea0c()?_0x88739()?_0x45a887()?'Expired':_0x1d30fd()?('evaluation'==_0xab67a9['licenseType']&&(_0x4b9858=_0x163082('EvaluationLimit')),await _0x142326()):'DomainLimit':'NotAllowed':'Invalid'):'Invalid');}catch{return'Invalid';}function _0x45a887(){const _0x5c6558=['evaluation','trial']['includes'](_0xab67a9['licenseType'])?_0xe66e05/0x3e8:0xe10*_0x45de59;return _0xab67a9['exp']<_0x5c6558;}function _0x88739(){const _0x1b756a=_0xab67a9['features'];if(!_0x1b756a)return!0x1;if(_0x1b756a['includes']('*'))return!0x0;if(_0x1b756a['includes']('CMT'))return!0x0;if(_0x1b756a['includes']('TRILIUM')&&_0x4bd5fd())return!0x0;if(_0x1b756a['includes']('RCMT')){if(_0x11dc1c())return!0x0;if(_0x322ba6()||_0x4890ce())return!0x0;}return!0x1;}function _0x1d30fd(){const _0x5e14a2=_0xab67a9['licensedHosts'];if(!_0x5e14a2||0x0==_0x5e14a2['length'])return!0x0;const {hostname:_0x3b621f}=new URL(window['location']['href']);if(_0x5e14a2['includes'](_0x3b621f))return!0x0;const _0x58886e=_0x3b621f['split']('.');return _0x5e14a2['filter'](_0x32b10b=>_0x32b10b['includes']('*'))['map'](_0x5533a1=>_0x5533a1['split']('.'))['filter'](_0x260ece=>_0x260ece['length']<=_0x58886e['length'])['map'](_0x130d41=>Array(_0x58886e['length']-_0x130d41['length'])['fill']('*'===_0x130d41[0x0]?'*':'')['concat'](_0x130d41))['some'](_0x145904=>_0x58886e['every']((_0x41283b,_0x21133d)=>_0x145904[_0x21133d]===_0x41283b||'*'===_0x145904[_0x21133d]));}function _0x142326(){return _0x4b9858&&_0x25067e?new window['Promise']((_0x102fe1,_0x2167fa)=>{_0x4b9858['then'](_0x102fe1,_0x2167fa),_0x25067e['then'](_0x37561b=>{'Valid'!=_0x37561b&&_0x102fe1(_0x37561b);},_0x2167fa);}):_0x4b9858||_0x25067e||'Valid';}}function _0xc2da58(_0x27bf5f,_0x15a3b7){return new window['Promise'](_0x2b35cc=>{if(_0x287b4e())return _0x2b35cc('Valid');_0x5c2591(),_0x54a3e2['decorate']('_sendUsageRequest');let _0x2144bf=!0x1;const _0x477586=_0x2719ef();function _0x31dd1c(_0x320499){return!!_0x320499&&('object'==typeof _0x320499||'function'==typeof _0x320499)&&'function'==typeof _0x320499['then']&&'function'==typeof _0x320499['catch'];}function _0x4ce5a1(_0x5b55f6){_0x2a190a(_0x5b55f6)['then'](_0x3949db=>_0x3949db&&'ok'==_0x3949db['status']?_0x11483d(_0x5491e3(_0x477586+_0x15a3b7))!=_0x3949db['verification']?'UsageLimit':'Valid':'UsageLimit')['then'](_0x11b969=>(_0x5633a5(),_0x11b969),()=>{const _0x21c9d7=_0x23079c();return null==_0x21c9d7?(_0x5633a5(),'Valid'):_0xe66e05-_0x21c9d7>0x240c8400?'UsageLimit':'Valid';})['then'](_0x2b35cc)['catch'](()=>{_0x2b35cc('UsageLimit');});const _0xefc57f=0x36ee80;function _0x5633a5(){const _0x508ec6='llct-'+_0x11483d(_0x5491e3(_0x27bf5f)),_0xa3c64=_0x3e030f(_0x11483d(window['Math']['ceil'](_0xe66e05/_0xefc57f)));window['localStorage']['setItem'](_0x508ec6,_0xa3c64);}function _0x23079c(){const _0x48deb7='llct-'+_0x11483d(_0x5491e3(_0x27bf5f)),_0x3200c0=window['localStorage']['getItem'](_0x48deb7);return _0x3200c0?window['parseInt'](_0x3e030f(_0x3200c0),0x10)*_0xefc57f:null;}function _0x2a190a(_0x5ccfb7){return new window['Promise']((_0x35a217,_0x2d085d)=>{_0x5ccfb7['then'](_0x35a217,_0x2d085d),window['setTimeout'](_0x2d085d,0x1d4c0);});}}_0x54a3e2['on']('_sendUsageRequest',(_0xe3d86f,_0x3755a0)=>{if(_0x3755a0[0x0]!=_0x27bf5f)return _0x2b35cc('UsageLimit');_0x3755a0[0x1]={..._0x3755a0[0x1],'requestId':_0x477586};},{'priority':'high'}),_0x54a3e2['on']('_sendUsageRequest',_0x5ea3e4=>{_0x31dd1c(_0x5ea3e4['return'])&&(_0x2144bf=!0x0,_0x4ce5a1(_0x5ea3e4['return']));},{'priority':'low'}),_0x15c9c7['then'](()=>{_0x2144bf||_0x2b35cc('UsageLimit');});});function _0x287b4e(){return'auto'==_0x54a3e2['editing']['view']['_overlayModeHint'];}function _0x5c2591(){_0x54a3e2['editing']['view']['_overlayModeHint']='auto';}}function _0x163082(_0x45670d){const _0x1a8b83=[new window['Promise'](_0x336a30=>setTimeout(_0x336a30,0x93ecc)),_0x15c9c7['then'](()=>new window['Promise'](_0x15954b=>{let _0x1c8f93=0x0;_0x54a3e2['model']['on']('applyOperation',(_0x2ea35e,_0x5b0c39)=>{_0x5b0c39[0x0]['isDocumentOperation']&&_0x1c8f93++,0x5e8==_0x1c8f93&&(_0x15954b(),_0x2ea35e['off']());});}))];return window['Promise']['race'](_0x1a8b83)['then'](()=>_0x45670d);}async function _0x29630a(){await _0x15c9c7,_0x54a3e2['model']['change']=_0x3058d2,_0x54a3e2['model']['enqueueChange']=_0x3058d2,_0x54a3e2['enableReadOnlyMode']('model');}function _0x4bd5fd(){return window['glob']&&window['glob']['triliumVersion'];}function _0x11dc1c(){return _0x4d7831('WebSocketGateway')&&'connected'==_0x58e72a('WebSocketGateway')['state'];}function _0x322ba6(){return _0x4d7831('RevisionViewerIntegration');}function _0x4890ce(){return _0x4d7831('TrackChangesDataGetter');}function _0x24cfce(_0x2b3c8c){const _0xe38f83=_0x8a0c47();_0x54a3e2[_0xe38f83]='commentsLicenseKey'+_0x2b3c8c,'Valid'!=_0x2b3c8c&&_0x29630a();}function _0x8a0c47(){const _0x3e404e=window['String'](window['performance']['now']())['replace']('.','');let _0x3a6aeb='K';for(let _0x36baa2=0x0;_0x36baa2<_0x3e404e['length'];_0x36baa2+=0x2){let _0x2cb603=window['parseInt'](_0x3e404e['substring'](_0x36baa2,_0x36baa2+0x2));_0x2cb603>=0x3e&&(_0x2cb603-=0x3e),_0x3a6aeb+=_0x39c494[_0x2cb603];}return _0x3a6aeb;}function _0x1193f0(){const _0x527cc0=_0x900021['split']('.');if(0x3!=_0x527cc0['length'])return null;return _0x44e3d7(_0x527cc0[0x1]);function _0x44e3d7(_0x2befd7){const _0x575e81=_0x59f3e5(_0x2befd7);return _0x575e81&&_0x538797()?_0x575e81:null;function _0x538797(){const _0x335252=_0x575e81['jti'],_0xfd164a=window['parseInt'](_0x335252['substring'](_0x335252['length']-0x8),0x10),_0x10e175={..._0x575e81,'jti':_0x335252['substring'](0x0,_0x335252['length']-0x8)};return delete _0x10e175['vc'],_0x5491e3(_0x10e175)==_0xfd164a;}}}async function _0x1dea0c(){let _0x4c8e92=!0x0;try{const [_0x4b219c,_0x5e7849,_0x1e40d6]=_0x900021['split']('.');return _0x2fcdc0(_0x4b219c),await _0x28d858(_0x4b219c,_0x5e7849,_0x1e40d6),_0x4c8e92;}catch{return!0x1;}function _0x2fcdc0(_0x44da42){const _0x38d203=_0x59f3e5(_0x44da42);_0x38d203&&'ES256'==_0x38d203['alg']||(_0x4c8e92=!0x1);}async function _0x28d858(_0x2a80d9,_0xece93c,_0x5cb252){const _0x14f58a=window['Uint8Array']['from'](_0x44df5d(_0x5cb252),_0x16e174=>_0x16e174['charCodeAt'](0x0)),_0x410078=new window['TextEncoder']()['encode'](_0x2a80d9+'.'+_0xece93c),_0x178ff2=window['crypto']['subtle'];if(!_0x178ff2)return;const _0x74fb5b=await _0x178ff2['importKey']('jwk',_0x20d2ab,{'name':'ECDSA','namedCurve':'P-256'},!0x1,['verify']);await _0x178ff2['verify']({'name':'ECDSA','hash':{'name':'SHA-256'}},_0x74fb5b,_0x14f58a,_0x410078)||(_0x4c8e92=!0x1);}}function _0x59f3e5(_0x5e3f5e){return _0x5e3f5e['startsWith']('ey')?JSON['parse'](_0x44df5d(_0x5e3f5e)):null;}function _0x44df5d(_0x21be6c){return window['atob'](_0x21be6c['replace'](/-/g,'+')['replace'](/_/g,'/'));}function _0x5491e3(_0x4cee01){let _0x396cb5=0x1505;function _0x5686a3(_0x409d01){for(let _0x503f3a=0x0;_0x503f3a<_0x409d01['length'];_0x503f3a++){const _0x87dc66=_0x409d01['charCodeAt'](_0x503f3a);_0x396cb5=(_0x396cb5<<0x5)+_0x396cb5+_0x87dc66,_0x396cb5&=_0x396cb5;}}function _0xc7e900(_0x35757a){Array['isArray'](_0x35757a)?_0x35757a['forEach'](_0xc7e900):_0x35757a&&'object'==typeof _0x35757a?Object['entries'](_0x35757a)['sort']()['forEach'](([_0x884ba,_0x11a571])=>{_0x5686a3(_0x884ba),_0xc7e900(_0x11a571);}):_0x5686a3(window['String'](_0x35757a));}return _0xc7e900(_0x4cee01),_0x396cb5>>>0x0;}function _0x11483d(_0xbe2028){return _0xbe2028['toString'](0x10)['padStart'](0x8,'0');}function _0x3e030f(_0x3061a7){return _0x3061a7['split']('')['reverse']()['join']('');}function _0x4d7831(_0x3ea0b4){return _0x54a3e2['plugins']['has'](_0x3ea0b4);}function _0x58e72a(_0x2791cc){return _0x54a3e2['plugins']['get'](_0x2791cc);}function _0x3058d2(){}_0x24cfce(await _0x4d12f7());}(this);}destroy(){const _0x825ec3=this['editor']['plugins']['get'](oi),_0x4a8783=this['editor']['config']['get']('collaboration.channelId');for(const _0x35689e of _0x825ec3['getCommentThreads']({'channelId':_0x4a8783}))_0x825ec3['_detachCommentThread'](_0x35689e['id']),_0x825ec3['_threads']['delete'](_0x35689e['id']);super['destroy']();}['hasMarkerForId'](_0x24e2d9){return this['getAllMarkersForId'](_0x24e2d9)['length']>0x0;}getAllMarkersForId(_0x329b70){const _0x1e3b71=[];for(const _0x41c873 of this['editor']['model']['markers'])_0x41c873['name']['startsWith']('comment:'+_0x329b70)&&_0x1e3b71['push'](_0x41c873);return _0x1e3b71;}['scrollToThreadMarker'](_0x6b960f){setTimeout(()=>{const _0x583381=this['_getTargetForId'](_0x6b960f);_0x583381&&this['activeMarker']&&fi(this['activeMarker'])['id']===_0x6b960f&&_0x323d4f({'target':_0x583381[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}_reconvertMarkers(_0x378bbd){this['editor']['model']['change'](()=>{for(const _0x1f6a8a of this['getAllMarkersForId'](_0x378bbd))this['editor']['editing']['reconvertMarker'](_0x1f6a8a);});}_attachArchivedThread(_0x276d68){const _0x6eb5b7=this['editor']['plugins']['get'](oi),_0x59cc2b=this['editor']['plugins']['get'](di),_0x36e6f7=_0x6eb5b7['getCommentThread'](_0x276d68);if(!_0x36e6f7['isAttached']){const _0x471a76=_0x36e6f7['attachTo'](()=>this['_getTargetForId'](_0x36e6f7['id']));_0x59cc2b['registerAnnotation'](_0x471a76),_0x36e6f7['_hasTargetInContent']=!0x1;}}_initializeMarkerConverters(){const _0x241e5b=this['editor'],_0x57195d=_0x241e5b['plugins']['get'](_0x5b9dfb);_0x241e5b['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x3c5037,_0x46b454)=>{const {id:_0x50afc7}=fi(_0x3c5037['markerName']),_0x29c418=_0x241e5b['plugins']['get'](oi)['getCommentThread'](_0x50afc7),_0x3cf71b=this['activeMarker']&&fi(this['activeMarker'])['id']===_0x50afc7;let _0x4e0f6b;if(_0x29c418&&_0x29c418['isResolved']&&!_0x3cf71b&&_0x3c5037['item'])return _0x46b454['consumable']['consume'](_0x3c5037['item'],'addMarker:'+_0x3c5037['markerName']),_0x46b454['consumable']['consume'](_0x3c5037['item'],'removeMarker:'+_0x3c5037['markerName']),null;const _0x2905ad=['ck-comment-marker'];return _0x3cf71b&&_0x2905ad['push']('ck-comment-marker--active'),_0x4e0f6b=_0x29c418?.['length']?_0x29c418['comments']['first']['author']['id']:_0x57195d['me']['id'],{'classes':_0x2905ad,'attributes':{'data-comment':_0x50afc7,'data-author-id':_0x4e0f6b}};}}),_0x241e5b['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x1e4709,{options:_0x1262f3})=>{if(_0x1262f3['showCommentHighlights'])return null;const _0x47a4db=_0x241e5b['plugins']['get'](oi),_0xa4b9e8=_0x241e5b['model']['markers']['get'](_0x1e4709),{id:_0x459833,part:_0x438cea}=fi(_0x1e4709);return _0xa4b9e8&&!_0xa4b9e8['affectsData']||_0x1262f3['ignoreResolvedComments']&&_0x47a4db['getCommentThread'](_0x459833)?.['isResolved']?null:{'group':'comment','name':_0x438cea?_0x459833+':'+_0x438cea:_0x459833};}}),_0x241e5b['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x3a0089,{writer:_0x242304})=>_0x242304['createElement']('$marker',{'data-name':'comment:'+_0x3a0089['getAttribute']('id')})}),_0x241e5b['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x239154=this['editor'],_0x358665=_0x239154['plugins']['get'](oi),_0x2f387b=new Set(),_0x325b9a=new Set();_0x239154['model']['document']['registerPostFixer'](_0x442e62=>{let _0x908ba=!0x1;for(const {name:_0x49254f,data:_0x52c8ba}of _0x239154['model']['document']['differ']['getChangedMarkers']()){const {group:_0x549e7d,id:_0x3063a4}=fi(_0x49254f);let _0x3019a8=_0x52c8ba['newRange'];if('comment'!==_0x549e7d||!_0x3019a8)continue;const _0x527f3f='$graveyard'===_0x3019a8['root']['rootName'];_0x527f3f||(_0x3019a8=_i(_0x3019a8,_0x239154['model']),!_0x3019a8||_0x3019a8['isCollapsed']||!_0x52c8ba['newRange']||_0x3019a8['isEqual'](_0x52c8ba['newRange']))?_0x239154['model']['hasContent'](_0x3019a8)&&!_0x527f3f?this['isThreadsLoadingPaused']?_0x2f387b['add'](_0x49254f):this['_handleThreadMarker'](_0x49254f,_0x3063a4):(_0x325b9a['add'](_0x49254f),_0x2f387b['delete'](_0x49254f),_0x442e62['removeMarker'](_0x49254f),_0x908ba=!0x0):(_0x442e62['updateMarker'](_0x49254f,{'range':_0x3019a8}),_0x908ba=!0x0);}return _0x908ba;}),this['on']('change:isThreadsLoadingPaused',(_0x28d28e,_0x29aa6f,_0xb34865)=>{if(!_0xb34865&&_0x2f387b['size'])for(const _0x47ba07 of _0x2f387b){const {id:_0x3106d7}=fi(_0x47ba07);_0x2f387b['delete'](_0x47ba07),_0x239154['model']['markers']['get'](_0x47ba07)&&this['_handleThreadMarker'](_0x47ba07,_0x3106d7);}}),this['listenTo'](_0x239154['model']['document'],'change',()=>{for(const {name:_0x4dac83,data:{newRange:_0x339567}}of _0x239154['model']['document']['differ']['getChangedMarkers']()){const {group:_0x315092,id:_0x21c785}=fi(_0x4dac83);if('comment'!==_0x315092)continue;const _0x409c43=_0x358665['getCommentThread'](_0x21c785),_0x583215=this['hasMarkerForId'](_0x21c785);_0x409c43&&(!_0x409c43['_hasTargetInContent']&&_0x339567&&_0x239154['editing']['view']['once']('render',()=>{const _0x376676=_0x239154['plugins']['get'](ti),_0x3fc4c3=_0x358665['_threadToController']['get'](_0x409c43)['view'];_0x376676['getByInnerView'](_0x3fc4c3)['refreshVisibility']();},{'priority':'low'}),_0x409c43['_hasTargetInContent']=_0x583215||!!_0x339567),_0x339567||(_0x325b9a['add'](_0x4dac83),_0x2f387b['delete'](_0x4dac83));}for(const _0x2d5467 of _0x325b9a){const {id:_0x2a4d43}=fi(_0x2d5467),_0x1c42df=_0x358665['getCommentThread'](_0x2a4d43);if(_0x2f387b['delete'](_0x2d5467),!_0x1c42df)continue;const _0x55713b=this['hasMarkerForId'](_0x2a4d43);_0x55713b||_0x1c42df['isSubmitted']?_0x55713b||_0x1c42df['unlinkedAt']||_0x1c42df['setUnlinkedAt'](new Date()):_0x1c42df['remove']();}_0x325b9a['clear']();});}_handleInitialThreads(_0x5efd62){_0x5efd62['forEach'](_0x5682f8=>{_0x5682f8['unlinkedAt']&&this['_attachArchivedThread'](_0x5682f8['id']);});}_getTargetForId(_0x1599b9){const _0x34827f=this['editor'],_0x296a88=this['getAllMarkersForId'](_0x1599b9);return _0x4d8fce(_0x34827f['editing'],_0x296a88);}_getTextContext(_0x3503a0){const _0x33e956=this['getAllMarkersForId'](_0x3503a0);let _0x435ef5='',_0x58683e=!0x1;for(const _0x2b4808 of _0x33e956){const _0x2e966b=_0x2b4808['getRange']();for(const _0x2e0cbd of Array['from'](_0x2e966b['getItems']()))_0x2e0cbd['is']('$textProxy')?(_0x435ef5&&_0x58683e&&(_0x435ef5+='\x20',_0x58683e=!0x1),_0x435ef5+=_0x2e0cbd['data']):_0x58683e=!0x0;_0x58683e=!0x0;}return _0x435ef5['substring'](0x0,0x96);}_attachMarkerToThread(_0xc8a538,_0x8260f5){const _0x4cdc54=this['editor'],_0x33de08=_0x4cdc54['plugins']['get'](oi);let _0x34f3f0=_0x33de08['getCommentThread'](_0x8260f5);const _0x500a5a=_0x4cdc54['config']['get']('collaboration.channelId'),_0xfef613=_0x4cdc54['plugins']['get'](di);return _0x34f3f0&&(_0x34f3f0['unlinkedAt']&&_0x34f3f0['setUnlinkedAt'](null),_0x34f3f0['isAttached'])||(this['getAllMarkersForId'](_0x8260f5)[0x0]['managedUsingOperations']?_0x33de08['fetchCommentThread']({'channelId':_0x500a5a,'threadId':_0x8260f5})['then'](_0x53a5fb=>{if('destroyed'!==_0x4cdc54['state']){if(_0x34f3f0=_0x53a5fb,_0x34f3f0&&!_0x34f3f0['isAttached']){const _0x36cc51=_0x34f3f0['attachTo'](()=>this['_getTargetForId'](_0x8260f5));_0xfef613['registerAnnotation'](_0x36cc51),_0x34f3f0['isResolved']&&this['_reconvertMarkers'](_0x8260f5);}else{if(!_0x34f3f0){const _0x3bc581=this['getAllMarkersForId'](_0x8260f5);_0x4cdc54['model']['change'](_0x536f0c=>{for(const _0x15e9eb of _0x3bc581)_0x536f0c['removeMarker'](_0x15e9eb);});}}}}):_0x4cdc54['editing']['view']['once']('render',()=>{if(_0x33de08['getCommentThread'](_0x8260f5))return;const _0x26f674=_0x4cdc54['plugins']['get'](ti);_0x34f3f0=_0x33de08['openNewCommentThread']({'channelId':_0x500a5a,'threadId':_0x8260f5,'target':()=>this['_getTargetForId'](_0x8260f5),'context':{'type':'text','value':this['_getTextContext'](_0x8260f5)}});const _0x450026=_0x33de08['_threadToController']['get'](_0x34f3f0)['view'],_0x5ff467=_0x26f674['getByInnerView'](_0x450026);_0x5ff467&&_0xfef613['registerAnnotation'](_0x5ff467);},{'priority':'low'})),_0x34f3f0;}['_handleThreadMarker'](_0x3b0c8c,_0x37210){const _0x16ea63=this['_attachMarkerToThread'](_0x3b0c8c,_0x37210);_0x16ea63&&!_0x16ea63['context']&&_0x16ea63['setContext']({'type':'text','value':this['_getTextContext'](_0x37210)});}_initAriaMarkerChangeAnnouncements(){const _0x1eb04e=this['editor'];_0xc402b0(_0x1eb04e['model'],({left:_0x46a0a5,entered:_0x3efbfe})=>{for(const _0x597b49 of _0x46a0a5)if(Ai(_0x597b49)){_0x1eb04e['ui']['ariaLiveAnnouncer']['announce'](Et(_0x1eb04e['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x5eb2f5 of _0x3efbfe)if(Ai(_0x5eb2f5)){_0x1eb04e['ui']['ariaLiveAnnouncer']['announce'](Et(_0x1eb04e['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0x763933(_0x2911f2)));break;}});}};function gi(_0x1014fe,_0x3a8bce){return _0x3a8bce?_0x1014fe+':'+_0x3a8bce:_0x1014fe;}function _i(_0x5aee79,_0x528599){const _0x2d8e0e=_0x528599['schema'],_0x5cd6ff=_0x528599['createRange'](_0x5aee79['start']);for(const _0xef23f6 of _0x5aee79['getWalker']()){const {type:_0x2518f1,item:_0x178a00,nextPosition:_0x18ca0f}=_0xef23f6;if('text'===_0x2518f1||_0x2d8e0e['isObject'](_0x178a00)){const _0x305c8b=_0x528599['createPositionBefore'](_0x178a00);_0x5cd6ff['isCollapsed']&&(_0x5cd6ff['start']=_0x305c8b),_0x5cd6ff['end']=_0x18ca0f;}}return _0x5cd6ff;}function Ai(_0x27ea2c){return'comment'===fi(_0x27ea2c['name'])['group'];}var vi=class extends _0x1be51f{['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 _0x45920a=this['editor'],_0x4f6e46=_0x45920a['plugins']['get'](oi),_0x34d5f5=_0x45920a['plugins']['get'](wi),_0x5b97a8=_0x45920a['plugins']['get'](ti),_0x242d6d=_0x45920a['plugins']['get'](di);_0x45920a['ui']['componentFactory']['add']('comment',()=>{const _0x23a10a=this['_createUIButton'](_0x282792);return _0x23a10a['tooltip']=!0x0,_0x23a10a;}),_0x45920a['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](rt)),_0x242d6d['addSourceCollector'](()=>{const _0x4cee45=[];for(const [_0x50de6b,_0x210551]of _0x4f6e46['_threadToController']){const _0x6f27b4=_0x34d5f5['getAllMarkersForId'](_0x50de6b['id']),_0x45de72=_0x6f27b4['map'](_0x62dac5=>_0x62dac5['getRange']());_0x6f27b4['length']>0x0&&_0x4cee45['push']([_0x210551['view'],_0x45de72]);}return _0x4cee45;}),this['listenTo'](_0x5b97a8,'change:activeAnnotations',(_0x2794ae,_0x10f842,_0xdbcde5)=>{const _0x4786f7=Array['from'](_0xdbcde5)['map'](_0x1cf960=>_0x1cf960['innerView'])['find'](_0x5a7e10=>_0x4f6e46['_viewToController']['has'](_0x5a7e10));if(!_0x4786f7)return void(_0x34d5f5['activeMarker']=null);const _0x35547c=_0x4f6e46['_viewToController']['get'](_0x4786f7)['model']['id'],_0x1dbbf4='comment:'+_0x35547c;_0x35547c&&_0x34d5f5['hasMarkerForId'](_0x35547c)?_0x34d5f5['activeMarker']=_0x1dbbf4:_0x34d5f5['activeMarker']&&(_0x34d5f5['activeMarker']=null);}),this['listenTo'](_0x4f6e46,'removeCommentThread',(_0x10f927,{threadId:_0x41a11d,isFromAdapter:_0x324efa})=>{!_0x324efa&&_0x45920a['ui']['focusTracker']['isFocused']&&_0x34d5f5['hasMarkerForId'](_0x41a11d)&&_0x45920a['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x4f6e46,'addComment',(_0x3ee466,{threadId:_0x2daf42,isFromAdapter:_0x539134})=>{!_0x539134&&_0x34d5f5['hasMarkerForId'](_0x2daf42)&&_0x4f6e46['hasCommentThread'](_0x2daf42)&&0x1===_0x4f6e46['getCommentThread'](_0x2daf42)['length']&&(_0x45920a['editing']['view']['focus'](),_0x3ee466['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x74baff=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4926b3;for(const _0x1a6c01 in _0x74baff){const _0x1101f5=_0x1a6c01,_0x2b4526=_0x74baff[_0x1101f5];if('commentsLicenseKeyValid'==_0x2b4526||'commentsLicenseKeyInvalid'==_0x2b4526||'commentsLicenseKeyExpired'==_0x2b4526||'commentsLicenseKeyDomainLimit'==_0x2b4526||'commentsLicenseKeyNotAllowed'==_0x2b4526||'commentsLicenseKeyEvaluationLimit'==_0x2b4526||'commentsLicenseKeyUsageLimit'==_0x2b4526){delete _0x74baff[_0x1101f5],_0x4926b3=_0x2b4526,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x4926b3&&_0x74baff['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x4926b3&&_0x74baff['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x4926b3&&_0x74baff['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x4926b3&&_0x74baff['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x4926b3&&_0x74baff['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyUsageLimit'==_0x4926b3&&_0x74baff['_showLicenseError']('usageLimit');},0x3e8);}destroy(){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}_createUIButton(_0x18e8b1){const _0x13653a=this['editor'],_0x886f36=new _0x18e8b1(_0x13653a['locale']),_0x2cc6e2=_0x13653a['commands']['get']('addCommentThread');return _0x886f36['set']({'label':Et(_0x13653a['locale'],'Comment'),'icon':_0x90a89a}),_0x886f36['bind']('isEnabled')['to'](_0x2cc6e2,'isEnabled',_0x2cc6e2,'hasContent',(_0x5dfa96,_0x5a4181)=>_0x5dfa96&&_0x5a4181),this['listenTo'](_0x886f36,'execute',()=>{_0x2cc6e2['execute']();}),_0x886f36;}},yi=class extends _0x1be51f{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get requires(){return[wi];}constructor(_0x548646){super(_0x548646),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x427863,_0x46d7b4,_0x764bca)=>{_0x764bca?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}afterInit(){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}_enableCommentsOnlyMode(){for(const [_0x38e84e,_0x41c717]of this['editor']['commands'])_0x41c717['affectsData']&&'addCommentThread'!==_0x38e84e&&_0x41c717['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 _0x4ff153=this['editor']['editing']['view']['document'];this['listenTo'](_0x4ff153,'cut',_0x53783a=>_0x53783a['stop'](),{'priority':'highest'}),this['listenTo'](_0x4ff153,'clipboardInput',_0x3928ff=>_0x3928ff['stop'](),{'priority':'highest'}),this['listenTo'](_0x4ff153,'delete',_0x906c20=>_0x906c20['stop'](),{'priority':'highest'});}_disableCommentsOnlyMode(){for(const [_0x3f07ff,_0x1d7e38]of this['editor']['commands'])_0x1d7e38['affectsData']&&'addCommentThread'!==_0x3f07ff&&_0x1d7e38['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 _0x2af6e8{activeUIs;uisData;['_uis'];static get requires(){return[ti];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3c64aa){super(_0x3c64aa),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}init(){const _0x507f09=this['context']['plugins']['get'](ti);this['listenTo'](_0x507f09,'_activateAnnotation',(_0x263d93,_0x5e8cba)=>{for(const _0xaddc7a of this['activeUIs']){const _0xb9cce=this['_uis']['get'](_0xaddc7a);(0x0,this['uisData']['get'](_0xaddc7a)['filter'])(_0x5e8cba)&&_0xb9cce['setActiveAnnotation'](_0x5e8cba);}}),this['listenTo'](_0x507f09,'_deactivateAllAnnotations',()=>{for(const _0x569b44 of this['activeUIs'])this['_uis']['get'](_0x569b44)['setActiveAnnotation'](null);}),this['listenTo'](_0x507f09['_visibleAnnotations'],'add',(_0x33dafd,_0x376d90)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x376d90);});}hasActive(){return this['activeUIs']['size']>0x0;}isActive(_0x23166e){return this['activeUIs']['has'](_0x23166e);}activate(_0x5622df,_0x4b7431=this['defaultFilter']){const _0x178cc2=this['context']['plugins']['get'](ti);if(!this['_uis']['has'](_0x5622df))throw new _0x3ecee7('annotationsuis-missing-ui',this,{'uiName':_0x5622df});this['isActive'](_0x5622df)&&this['deactivate'](_0x5622df),this['activeUIs']['add'](_0x5622df);const _0x3f29fd=new Jt();Qt({'source':_0x178cc2['_visibleAnnotations'],'target':_0x3f29fd,'filter':_0x4b7431}),this['uisData']['set'](_0x5622df,{'collection':_0x3f29fd,'filter':_0x4b7431});const _0x461148=this['_uis']['get'](_0x5622df);_0x461148['attach'](_0x3f29fd),this['listenTo'](_0x461148,'change:activeAnnotation',(_0x224f65,_0x1d850e,_0xea8641,_0x36bcd7)=>{_0x36bcd7&&_0x178cc2['_removeActiveAnnotation'](_0x36bcd7),_0xea8641&&_0x178cc2['_addActiveAnnotation'](_0xea8641);});}deactivate(_0x77c004){if(this['activeUIs']['delete'](_0x77c004),!this['_uis']['has'](_0x77c004))throw new _0x3ecee7('annotationsuis-missing-ui',this,{'uiName':_0x77c004});const _0x999e64=this['_uis']['get'](_0x77c004);_0x999e64['detach'](),this['stopListening'](_0x999e64),this['uisData']['get'](_0x77c004)['collection']['destroy'](),this['uisData']['delete'](_0x77c004);}switchTo(_0x1feb39){if(!this['_uis']['has'](_0x1feb39))throw new _0x3ecee7('annotationsuis-missing-ui',this,{'uiName':_0x1feb39});const _0xc9e6fc=this['context']['plugins']['get'](ti),_0x57674e=Array['from'](_0xc9e6fc['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x1feb39);const _0x263511=this['_uis']['get'](_0x1feb39);_0x263511['setActiveAnnotation'](_0x57674e),_0x263511['_setSelectedAnnotations']&&_0x57674e&&_0x263511['_setSelectedAnnotations']([_0x57674e]);}deactivateAll(){for(const _0x4fc397 of this['activeUIs'])this['deactivate'](_0x4fc397);}register(_0x18e117,_0x3d8f5a){if(this['_uis']['has'](_0x18e117))throw new _0x3ecee7('annotationsuis-register-already-registered');if('function'!=typeof _0x3d8f5a['attach']||'function'!=typeof _0x3d8f5a['detach']||'function'!=typeof _0x3d8f5a['setActiveAnnotation'])throw new _0x3ecee7('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x18e117,_0x3d8f5a);}refilterAnnotations(){const _0x4a7d5d=this['context']['plugins']['get'](ti)['collection'],_0x185047=new Map(),_0x39d693=Array['from'](this['activeUIs']);for(const _0x161065 of this['activeUIs']){const _0x4264b8=this['uisData']['get'](_0x161065)['collection'];for(const _0x4c47f6 of _0x4264b8)_0x185047['set'](_0x4c47f6,_0x161065);}for(const _0x1b0e31 of _0x4a7d5d){const _0x5bafc0=_0x185047['get'](_0x1b0e31);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x1b0e31);const _0x5d3d6f=_0x39d693['find'](_0x2e45c3=>this['uisData']['get'](_0x2e45c3)['filter'](_0x1b0e31));_0x5bafc0!==_0x5d3d6f&&(_0x5bafc0&&this['uisData']['get'](_0x5bafc0)['collection']['remove'](_0x1b0e31),_0x5d3d6f&&this['uisData']['get'](_0x5d3d6f)['collection']['add'](_0x1b0e31));}}destroy(){this['deactivateAll'](),super['destroy']();}defaultFilter(){return!0x0;}_assertAnnotationDoesNotBelongToMultipleUIs(_0x2ca898){const _0x3c1a0d=[];for(const _0x5da871 of this['activeUIs']){(0x0,this['uisData']['get'](_0x5da871)['filter'])(_0x2ca898)&&_0x3c1a0d['push'](_0x5da871);}if(_0x3c1a0d['length']>0x1)throw new _0x3ecee7('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x3c1a0d,'annotationType':_0x2ca898['type']});}};const Ci=/* #__PURE__ -- @preserve */
|
|
32
|
+
_0x3988af('px');var Ii=class extends ht{list;['focusables'];['focusTracker'];['focusCycler'];constructor(_0x5af757){super(_0x5af757);const _0x38077c=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 _0x5346a9(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x38077c['to']('class')],'style':{'minHeight':_0x38077c['to']('minHeight',_0x34971f=>'number'==typeof _0x34971f?Ci(_0x34971f+0xa):null)},'dir':_0x5af757['uiLanguageDirection'],'role':'application','aria-label':Et(_0x5af757,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':Et(_0x5af757,'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',_0x1972d1=>{this['_updateItemPositionInFocusables'](_0x1972d1['source']);}),this['list']['forEach'](_0x664b=>{this['focusTracker']['add'](_0x664b['element']),this['_updateItemPositionInFocusables'](_0x664b);}),this['list']['on']('change',(_0x549ff5,_0x151002)=>{for(const _0xf4ede7 of _0x151002['removed'])this['focusTracker']['remove'](_0xf4ede7['element']),this['focusables']['remove'](_0xf4ede7);for(const _0x39ea35 of _0x151002['added'])this['focusTracker']['add'](_0x39ea35['element']),this['_updateItemPositionInFocusables'](_0x39ea35);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}_updateItemPositionInFocusables(_0x4ddecd){const _0x1845c2=this['focusables']['getIndex'](_0x4ddecd);let _0x2a3f61,_0x1d581a;for(const _0x340388 of this['focusables'])if(_0x4ddecd['top']<_0x340388['top']){_0x2a3f61=_0x340388;break;}if(_0x1d581a=_0x2a3f61?this['focusables']['getIndex'](_0x2a3f61):this['focusables']['length'],-0x1!==_0x1845c2){if(_0x1845c2===_0x1d581a-0x1)return;this['focusables']['remove'](_0x4ddecd),_0x1d581a=_0x2a3f61?this['focusables']['getIndex'](_0x2a3f61):this['focusables']['length'];}this['focusables']['add'](_0x4ddecd,_0x1d581a);}};const bi=/* #__PURE__ -- @preserve */
|
|
33
|
+
_0x3988af('px');var Ei=class extends ht{content;_targetTop;_mutationObserver;constructor(_0x2e72c7){super(_0x2e72c7),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x34da60,_0x141840)=>_0x34da60+_0x141840),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Xt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x30bbfa=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x30bbfa['to']('isAnimationDisabled',_0x2eb180=>_0x2eb180?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x30bbfa['to']('top',_0xe02fec=>bi(_0xe02fec))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}updateHeight(){const _0x3b625b=this['element']['clientHeight'];_0x3b625b&&(this['height']=_0x3b625b);}destroy(){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}},ki=class extends _0x2af6e8{['view'];_activeAnnotation;_annotations;_spaceBetweenItems;_sidebarItemViewToAnnotation;_annotationToSidebarItemView;_recalculateBuffer;static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2dc7d6){super(_0x2dc7d6),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 _0x1549da=this['context']['config']['get']('sidebar.container');_0x1549da&&this['setContainer'](_0x1549da);}setContainer(_0x4f950a){if(!Oi(_0x4f950a))throw new _0x3ecee7('sidebar-setcontainer-invalid-element');this['container']=_0x4f950a;}_attachToContainer({viewClass:_0x31e63d='',spaceBetweenItems:_0x59bced=0x19}={}){if(!Oi(this['container']))throw new _0x3ecee7('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x31e63d,this['_spaceBetweenItems']=_0x59bced;}['rearrange']({removedAnnotation:_0x1c1d85,previousAnnotation:_0xd977ed,nextAnnotation:_0x5bf942}){const _0x216505=this['getSidebarItemView'](_0x1c1d85);this['view']['list']['remove'](_0x216505),this['_destroySidebarItemView'](_0x1c1d85),_0xd977ed&&this['_alignToTargetRect'](this['getSidebarItemView'](_0xd977ed)),_0x5bf942&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x5bf942)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x4177a4,activatedAnnotation:_0xce7862,disableAnimationOnActivatedAnnotation:_0xb7b267}){if(this['_activeAnnotation']=_0xce7862,_0x4177a4){_0x4177a4['isActive']=!0x1;const _0x268125=this['getSidebarItemView'](_0x4177a4);_0x268125&&_0xb7b267&&(_0x268125['isAnimationDisabled']=!0x1);}if(_0xce7862){const _0x3b13f7=this['getSidebarItemView'](_0xce7862);_0x3b13f7&&(_0xce7862['isActive']=!0x0,_0xb7b267&&(_0x3b13f7['isAnimationDisabled']=!0x0,_0x3b13f7['top']+=0x1),this['_alignToTargetRect'](_0x3b13f7));}}_detachFromContainer(_0x383e15){if(this['view']['element']['remove'](),_0x383e15){for(const _0x428510 of _0x383e15)this['_destroySidebarItemView'](_0x428510);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}addAnnotation(_0x419aeb,_0x4b9c0e){_0x4b9c0e||(_0x4b9c0e=_0x419aeb['view']);const _0x3150d6=new Ei(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x3150d6,_0x419aeb),this['_annotationToSidebarItemView']['set'](_0x419aeb,_0x3150d6),_0x3150d6['content']['add'](_0x4b9c0e),this['listenTo'](_0x419aeb['view'],'change:targetRect',(_0x564157,_0x15d318,_0x3d96b4)=>{const _0x224825=this['_getTargetTop'](_0x419aeb,_0x3d96b4);_0x3150d6['_targetTop']!=_0x224825&&(_0x3150d6['_targetTop']=_0x224825,this['_setItemTop'](_0x3150d6,_0x224825));}),this['listenTo'](_0x3150d6,'change:top',()=>{this['_recalculate'](_0x3150d6,'top');}),this['listenTo'](_0x3150d6,'change:bottom',()=>{this['_recalculate'](_0x3150d6,'bottom');}),this['_alignToTargetRect'](_0x3150d6);const _0x13eb83=this['_getItemBefore'](_0x3150d6);return _0x13eb83&&this['_alignAfterItem'](_0x13eb83,_0x3150d6)||this['_alignToTargetRect'](_0x3150d6),this['_updateLastItem'](),this['view']['list']['add'](_0x3150d6),_0x3150d6;}['_alignForTopChange'](_0xdd4a59){if(!_0xdd4a59['content']['length'])return;const _0x4f646e=this['_getItemBefore'](_0xdd4a59);if(!_0x4f646e)return;const _0x306a8b=this['_sidebarItemViewToAnnotation']['get'](_0x4f646e),_0x354b08=this['_activeAnnotation'];_0x354b08&&_0x354b08===_0x306a8b?this['_alignAfterItem'](_0x4f646e,_0xdd4a59):this['_alignBeforeItem'](_0xdd4a59,_0x4f646e);}_alignForBottomChange(_0x34653a){if(!_0x34653a['content']['length'])return;const _0x602a38=this['_getItemAfter'](_0x34653a);if(!_0x602a38)return;const _0x14300f=this['_sidebarItemViewToAnnotation']['get'](_0x602a38),_0x141869=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0xb79b28=this['_activeAnnotation'];_0xb79b28&&_0xb79b28===_0x14300f&&_0x141869?(this['_alignBeforeItem'](_0x602a38,_0x34653a),this['_alignAfterItem'](_0x34653a,_0x602a38)):_0xb79b28&&_0xb79b28===_0x14300f?this['_alignBeforeItem'](_0x602a38,_0x34653a):this['_alignAfterItem'](_0x34653a,_0x602a38);}_recalculate(_0x2c659c,_0x3ea16b){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x6612de,changedProp:_0x1907c4}of this['_recalculateBuffer'])'top'===_0x1907c4?this['_alignForTopChange'](_0x6612de):this['_alignForBottomChange'](_0x6612de);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x2c659c,'changedProp':_0x3ea16b});}getSidebarItemView(_0x14e172){return this['_annotationToSidebarItemView']['get'](_0x14e172);}destroy(){this['stopListening'](),this['view']['destroy']();}_destroySidebarItemView(_0x592b12){const _0x59721d=this['getSidebarItemView'](_0x592b12);this['stopListening'](_0x59721d),this['stopListening'](_0x592b12['view']),_0x59721d['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x592b12),this['_sidebarItemViewToAnnotation']['delete'](_0x59721d);}_createSidebarView(){const _0x12615d=new Ii(this['context']['locale']);return _0x12615d['render'](),this['on']('change:_lastItem',(_0x105f5f,_0x562689,_0x5121b8,_0x290337)=>{_0x290337&&_0x12615d['unbind']('minHeight'),_0x5121b8?_0x12615d['bind']('minHeight')['to'](_0x5121b8,'bottom'):_0x12615d['minHeight']=null;}),_0x12615d;}_updateLastItem(){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}_getItemBefore(_0x25206d){const _0x2d7b0a=this['_sidebarItemViewToAnnotation']['get'](_0x25206d),_0x469da2=_0x2d7b0a&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x2d7b0a)-0x1);return _0x469da2&&this['getSidebarItemView'](_0x469da2)||null;}_getItemAfter(_0x4d73a9){const _0x51b133=this['_sidebarItemViewToAnnotation']['get'](_0x4d73a9),_0x31c72e=_0x51b133&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x51b133)+0x1);return _0x31c72e&&this['getSidebarItemView'](_0x31c72e)||null;}_alignBeforeItem(_0x2f8229,_0x303a27){_0x2f8229['updateHeight']();const _0xdf8a1c=Ni(_0x303a27['bottom']+this['_spaceBetweenItems'],_0x2f8229['top']);return!!_0xdf8a1c&&(this['_setItemTop'](_0x303a27,_0x303a27['top']-_0xdf8a1c),!0x0);}_alignAfterItem(_0x45c107,_0x4add23){_0x45c107['updateHeight']();const _0x3fcf59=Ni(_0x45c107['bottom']+this['_spaceBetweenItems'],_0x4add23['top']);return!!_0x3fcf59&&(this['_setItemTop'](_0x4add23,_0x4add23['top']+_0x3fcf59,!0x1),!0x0);}_alignToTargetRect(_0xa09bf2){const _0x43c2d1=this['_sidebarItemViewToAnnotation']['get'](_0xa09bf2);if(!_0x43c2d1||!_0x43c2d1['target']||!_0x43c2d1['targetRect'])return;const _0x590a83=this['_getTargetTop'](_0x43c2d1,_0x43c2d1['targetRect']);this['_setItemTop'](_0xa09bf2,_0x590a83);}_getTargetTop(_0x2faaac,_0x489114){if(null===_0x489114)return 0x0;if(_0x2faaac['target']instanceof _0x2b2cae)return _0x489114['top'];{const _0x4c5398=new _0x2b2cae(this['view']['element'])['top'];return _0x489114['top']-_0x4c5398;}}_setItemTop(_0x2d685a,_0x4f7f0c,_0x2a4816=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x2a4816&&(_0x4f7f0c=Math['max'](_0x4f7f0c,this['_getMaxAvailableTop'](_0x2d685a))),_0x2d685a['top']=_0x4f7f0c;}_getMaxAvailableTop(_0x35930e){let _0x4e9f33=this['_getItemBefore'](_0x35930e),_0x547622=0x0;for(;_0x4e9f33;)_0x4e9f33['updateHeight'](),_0x547622+=this['_spaceBetweenItems']+_0x4e9f33['height'],_0x4e9f33=this['_getItemBefore'](_0x4e9f33);return _0x547622;}};function Ni(_0x3d0b50,_0xe52c51){return Math['max'](_0x3d0b50-_0xe52c51,0x0);}function Oi(_0x37b521){return null!==_0x37b521&&'object'==typeof _0x37b521&&0x1===_0x37b521['nodeType'];}var Mi=class extends _0x2af6e8{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(_0x85230e){super(_0x85230e),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x41383a(),this['_refreshPositioningDebounced']=_0x2207c0(()=>{_0x85230e['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}init(){const _0x436fb3=this['context']['plugins']['get'](Ti),_0x2e9923=this['context']['plugins']['get'](ki);_0x436fb3['register']('wideSidebar',this),_0x2e9923['container']&&_0x436fb3['switchTo']('wideSidebar');}setActiveAnnotation(_0x382da7){if(_0x382da7===this['activeAnnotation'])return;const _0x4f35eb=this['context']['plugins']['get'](ki);_0x4f35eb['_activeAnnotation']=_0x382da7;const _0x2153f5=this['activeAnnotation'];_0x4f35eb['refresh']({'blurredAnnotation':_0x2153f5,'activatedAnnotation':_0x382da7}),this['activeAnnotation']=_0x382da7;}attach(_0x1b09a7){this['annotations']=_0x1b09a7;const _0x1881aa=this['context']['plugins']['get'](ki);if(_0x1881aa['_annotations']=_0x1b09a7,this['isAttached'])throw new _0x3ecee7('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x1881aa,'set:container',()=>{this['detach'](),this['listenTo'](_0x1881aa,'change:container',_0x3bd038=>{_0x3bd038['off'](),this['attach'](_0x1b09a7);});}),_0x1881aa['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x204001=_0x4d1c3d=>{_0x4d1c3d['updateTargetRect'](),_0x1881aa['addAnnotation'](_0x4d1c3d);};for(const _0xa308cb of _0x1b09a7)_0x204001(_0xa308cb);this['listenTo'](_0x1b09a7,'add',(_0x1117f3,_0x479230)=>{_0x204001(_0x479230);}),this['listenTo'](_0x1b09a7,'remove',(_0x1f6d5e,_0x4d2f24,_0x50b944)=>{_0x1881aa['rearrange']({'removedAnnotation':_0x4d2f24,'previousAnnotation':_0x1b09a7['get'](_0x50b944-0x1),'nextAnnotation':_0x1b09a7['get'](_0x50b944+0x1)}),_0x4d2f24===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x1b09a7,'focus',(_0x3002ef,_0x325bb2)=>{this['setActiveAnnotation'](_0x325bb2);}),this['listenTo'](_0x1b09a7,'blur',()=>{this['setActiveAnnotation'](null);});const _0x43d9b2=this['context']instanceof _0x11e6d2?this['context']['editors']:new _0x41383a([this['context']]);for(const _0x11a31f of _0x43d9b2)this['_integrateWithEditorAnnotations'](_0x11a31f);this['listenTo'](_0x43d9b2,'add',(_0x2e9895,_0x47db54)=>{this['listenTo'](_0x47db54,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x47db54);});}),this['listenTo'](_0x43d9b2,'remove',(_0x357e72,_0x296a6c)=>{_0x296a6c['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x296a6c['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();}detach(){if(!this['isAttached'])throw new _0x3ecee7('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x3cd3d0=this['context']['plugins']['get'](ki);_0x3cd3d0['_detachFromContainer'](this['annotations']),this['stopListening'](_0x3cd3d0),this['stopListening'](this['annotations']),this['context']instanceof _0x11e6d2&&this['stopListening'](this['context']['editors']);for(const _0x2a7375 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x2a7375);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}destroy(){this['isAttached']&&this['detach']();}_integrateWithEditorAnnotations(_0x53de58){if(!_0x53de58['plugins']['has']('EditorAnnotations'))return;const _0x25a54a=_0x53de58['plugins']['get']('EditorAnnotations'),_0x4ae58b=()=>{const _0x14c34a=_0x25a54a['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x14c34a[0x0]||null);};this['listenTo'](_0x25a54a,'refresh',_0x4ae58b),this['listenTo'](_0x25a54a,'blur',(_0x51a7af,{isAnnotationTracked:_0xc1dcf})=>{this['activeAnnotation']&&_0xc1dcf(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x25a54a,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x10950a=>{_0x25a54a['hasDomSelection']()&&(_0x4ae58b(),_0x10950a['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x25a54a);}_destroyEditorAnnotationsIntegration(_0x231b1b){this['stopListening'](_0x231b1b),this['_editorAnnotations']['remove'](_0x231b1b);}},Ri=class extends _0x282792{counterView;constructor(_0x3273b5){super(_0x3273b5);const _0x46a193=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x1df05b,_0x3ea513)=>_0x1df05b?'...':_0x3ea513['toString']()),this['set']('annotationType',''),this['icon']=_0x90a89a,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new ht(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x46a193['to']('annotationType',_0x11e1b7=>'ck-annotation-counter__badge--'+_0x11e1b7),_0x46a193['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x46a193['to']('_badge')}]}),this['children']['add'](this['counterView']);}},Si=class extends _0x2af6e8{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(_0x59ca09){super(_0x59ca09),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=new(_0x229f7c())(),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x41383a(),this['_refreshPositioningDebounced']=_0x2207c0(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}init(){this['context']['plugins']['get'](Ti)['register']('narrowSidebar',this),this['bodyCollection']=new _0x513358(this['context']['locale']),this['balloonPanelView']=new _0x3e0ed6(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}attach(_0x2b449a){this['annotations']=_0x2b449a;const _0xdc2ca8=this['context']['plugins']['get'](ki),_0x49fc97=this['balloonPanelView'];if(_0xdc2ca8['_annotations']=_0x2b449a,this['isAttached'])throw new _0x3ecee7('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0xdc2ca8,'set:container',()=>{this['detach'](),this['listenTo'](_0xdc2ca8,'change:container',_0x6f94ae=>{_0x6f94ae['off'](),this['attach'](_0x2b449a);});}),_0xdc2ca8['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x567658=_0x53e195=>{const _0x33ddee=new Ri(this['context']['locale']);_0xdc2ca8['addAnnotation'](_0x53e195,_0x33ddee),this['_annotationToNarrowView']['set'](_0x53e195,_0x33ddee),_0x33ddee['bind']('isDirty','annotationType','number')['to'](_0x53e195['view'],'isDirty','type','length'),_0x33ddee['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x49fc97['content']['first']!==_0x53e195['view']?(this['_showBalloon'](_0x53e195),_0x53e195['view']['element']['focus'](),this['setActiveAnnotation'](_0x53e195)):this['setActiveAnnotation'](null);});};for(const _0x2bcfec of _0x2b449a)_0x567658(_0x2bcfec);this['listenTo'](_0x2b449a,'add',(_0x31fe80,_0x31834e)=>{_0x567658(_0x31834e);}),this['listenTo'](_0x2b449a,'remove',(_0x43ffc4,_0x181374,_0x263e0e)=>{this['_annotationToNarrowView']['get'](_0x181374)['destroy'](),this['_annotationToNarrowView']['delete'](_0x181374),_0xdc2ca8['rearrange']({'removedAnnotation':_0x181374,'previousAnnotation':_0x2b449a['get'](_0x263e0e-0x1),'nextAnnotation':_0x2b449a['get'](_0x263e0e+0x1)}),_0x181374===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x2b449a,'focus',(_0x10e442,_0x2343a9)=>{this['setActiveAnnotation'](_0x2343a9);}),this['listenTo'](_0x2b449a,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x4afae2,_0x3bef30)=>{_0x3bef30['keyCode']===_0xbcd74f['esc']&&_0x49fc97['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x49fc97['content']['first']),this['_hideBalloon'](),_0x3bef30['stopPropagation'](),_0x3bef30['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x383ced,_0x146482)=>{const _0x32b9cd=_0x146482['target'];_0x49fc97['isVisible']&&_0x49fc97['element']['contains'](_0x32b9cd)||_0xdc2ca8['view']['element']['contains'](_0x32b9cd)||_0x383ced['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x3d1491=>_0x3d1491['contains'](_0x32b9cd))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x4623cf=this['context']instanceof _0x11e6d2?this['context']['editors']:new _0x41383a([this['context']]);for(const _0x222bb3 of _0x4623cf)this['_integrateWithEditorAnnotations'](_0x222bb3);this['listenTo'](_0x4623cf,'add',(_0x3481f3,_0x1921c7)=>{this['listenTo'](_0x1921c7,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x1921c7);});}),this['listenTo'](_0x4623cf,'remove',(_0x43a4b9,_0x2dbc42)=>{_0x2dbc42['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x2dbc42['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}setActiveAnnotation(_0x44c911){if(_0x44c911===this['activeAnnotation'])return;const _0xa29059=this['context']['plugins']['get'](ki);_0xa29059['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x44c911,'disableAnimationOnActivatedAnnotation':!0x0}),_0x44c911&&_0xa29059['getSidebarItemView'](_0x44c911)?this['_showBalloon'](_0x44c911):this['_hideBalloon'](),this['activeAnnotation']=_0x44c911;}detach(){if(!this['isAttached'])throw new _0x3ecee7('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x5a0494=this['context']['plugins']['get'](ki);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x5f55aa=>_0x5f55aa['destroy']()),this['_annotationToNarrowView']['clear'](),_0x5a0494['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x11e6d2&&this['stopListening'](this['context']['editors']);for(const _0x4a7ebd of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x4a7ebd);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(_0x55d3d6){if(!_0x55d3d6['plugins']['has']('EditorAnnotations'))return;const _0x118ffd=_0x55d3d6['plugins']['get']('EditorAnnotations'),_0x4a2bd1=this['context']['plugins']['get'](ki),_0x21553d=this['annotations'],_0x1fa17a=this['balloonPanelView'],_0x5115ab=()=>{const _0x26917a=_0x118ffd['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x26917a),this['setActiveAnnotation'](_0x26917a[0x0]||null);};this['listenTo'](_0x118ffd,'refresh',_0x5115ab),this['listenTo'](_0x118ffd,'blur',(_0x4840f7,{isAnnotationTracked:_0x3815dc})=>{this['activeAnnotation']&&_0x3815dc(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x118ffd,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x21553d,'blur',_0x52363c=>{_0x118ffd['hasDomSelection']()&&_0x52363c['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x5639c7,_0x33b484)=>{const _0x918e04=_0x33b484['target'];_0x1fa17a['isVisible']&&_0x1fa17a['element']['contains'](_0x918e04)||_0x4a2bd1['view']['element']['contains'](_0x918e04)||this['activeAnnotation']&&_0x118ffd['hasDomSelection']()&&(_0x5115ab(),_0x5639c7['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x118ffd);}_destroyEditorAnnotationsIntegration(_0x53081b){_0x53081b&&(this['stopListening'](_0x53081b),this['_editorAnnotations']['remove'](_0x53081b));}_setSelectedAnnotations(_0x1bcac5){for(const _0x522b94 of this['_selectedAnnotations'])_0x1bcac5['includes'](_0x522b94)||this['_manuallyClosedAnnotationViews']['delete'](_0x522b94['view']);this['_selectedAnnotations']=_0x1bcac5;}_refreshPositioning(){const _0xbc71ee=this['balloonPanelView'];this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning'](),_0xbc71ee['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x1de34c){if(this['_manuallyClosedAnnotationViews']['has'](_0x1de34c['view']))return;const _0x1c8a81=this['balloonPanelView']['content']['first'];_0x1c8a81!==_0x1de34c['view']?(_0x1c8a81&&this['_detachListeners'](_0x1c8a81),this['_attachListeners'](_0x1de34c['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x1de34c['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}_updateBalloonPosition(){const _0xfe75b2=this['balloonPanelView']['content']['first'],_0x14b954=_0xfe75b2&&this['annotations']['getByView'](_0xfe75b2);if(!_0x14b954||!this['_annotationToNarrowView']['has'](_0x14b954))return;const _0x24c3ae=this['_annotationToNarrowView']['get'](_0x14b954)['element'],_0x49ac02=(function(){const _0x26d360=_0x3e0ed6['defaultPositions'];return[_0x26d360['southArrowNorthEast'],_0x26d360['northArrowSouthEast'],_0x26d360['southArrowNorth'],_0x26d360['northArrowSouth'],_0x26d360['southArrowNorthWest'],_0x26d360['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x24c3ae,'positions':_0x49ac02});}['_hideBalloon'](){const _0x1b61f2=this['balloonPanelView'],_0x196726=_0x1b61f2['content']['first'];_0x196726&&(this['_detachListeners'](_0x196726),_0x1b61f2['unpin'](),_0x1b61f2['content']['clear']());}_attachListeners(_0x4c325f){this['listenTo'](_0x4c325f,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x4c325f,'Esc',(_0x4289b8,_0x581218)=>{this['_manuallyClosedAnnotationViews']['add'](_0x4c325f),this['_hideBalloon'](),_0x581218();});}_detachListeners(_0x3506dc){this['stopListening'](_0x3506dc);}},xi=class extends _0x1be51f{isAttached;annotations;['_manuallyClosed'];['_balloon'];_addedAnnotations;_selectedAnnotations;['_forceRefresh'];_refreshVisibilityDebounced;static get requires(){return[di,_0x5261c0,Ti];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4e872b){super(_0x4e872b),_0x4e872b['editing']['view']['addObserver'](lt),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x4e872b['plugins']['get'](_0x5261c0),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1,this['_refreshVisibilityDebounced']=_0x2207c0(()=>{this['editor']['plugins']['get']('Annotations')['refreshVisibility']();},0xfa,{'leading':!0x1});}init(){const _0x3d3460=this['editor']['plugins']['get'](Ti);_0x3d3460['context']===this['editor']&&(_0x3d3460['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x5c0215,_0x3574b9)=>{const _0xbc6b83=this['_balloon'];if(this['isAttached']&&_0xbc6b83['visibleView']){const _0x489ad5=this['annotations']['getByView'](_0xbc6b83['visibleView']);_0x489ad5&&this['_closeAnnotation'](_0x489ad5),_0x3574b9();}}));}afterInit(){const _0xd59331=this['editor']['plugins']['get'](Ti);_0xd59331['context']===this['editor']&&(_0xd59331['hasActive']()||_0xd59331['switchTo']('inline'));}setActiveAnnotation(_0x574a4c){_0x574a4c!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x574a4c&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x574a4c)&&this['_addAnnotationToBalloon'](_0x574a4c,!0x0),_0x574a4c['isActive']=!0x0),_0x574a4c||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x574a4c);}attach(_0x4f4372){this['annotations']=_0x4f4372;const _0x164820=this['editor']['plugins']['get'](Ti),_0x2897be=this['_balloon'];if(this['isAttached'])throw new _0x3ecee7('inlineannotations-attach-already-attached',this);if(_0x164820['context']!==this['editor'])throw new _0x3ecee7('inlineannotations-not-allowed-with-context',this);const _0x382e3e=this['editor']['plugins']['get'](di);this['listenTo'](_0x382e3e,'refresh',()=>{const _0x114b13=_0x382e3e['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x56a368,_0x4ecaca;!this['_forceRefresh']&&(_0x56a368=_0x114b13,_0x4ecaca=this['_selectedAnnotations'],_0x56a368['length']===_0x4ecaca['length']&&_0x56a368['every'](_0x30b490=>_0x4ecaca['includes'](_0x30b490)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x114b13),this['setActiveAnnotation'](_0x114b13[0x0]||null));}),this['listenTo'](_0x382e3e,'blur',(_0x2fb6bc,{isAnnotationTracked:_0x1a9993})=>{this['activeAnnotation']&&_0x1a9993(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x382e3e,'uiUpdate',()=>{this['_refreshVisibilityDebounced']();}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x55094e,_0x4cd54d,_0x50f782)=>{_0x50f782||this['setActiveAnnotation'](null);}),this['listenTo'](_0x4f4372,'remove',(_0x41d8ad,_0x1f34f8)=>{this['_removeAnnotationFromBalloon'](_0x1f34f8),_0x1f34f8===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x2897be,'change:visibleView',(_0x4e657e,_0x4f2479,_0x1dc9e0,_0x2f635d)=>{_0x2f635d&&this['stopListening'](_0x2f635d);const _0x586a83=_0x4f4372['getByView'](_0x1dc9e0);_0x1dc9e0&&_0x586a83&&(this['listenTo'](_0x1dc9e0,'change:height',()=>{_0x2897be['updatePosition']();}),this['listenTo'](_0x1dc9e0,'Esc',()=>{this['_closeAnnotation'](_0x586a83),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x586a83&&this['setActiveAnnotation'](_0x586a83));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x2897be['visibleView']&&_0x4f4372['getByView'](_0x2897be['visibleView'])&&_0x2897be['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 _0x3ecee7('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x262896 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x262896);this['_refreshVisibilityDebounced']['cancel'](),this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}destroy(){this['isAttached']&&this['detach'](),this['_refreshVisibilityDebounced']['cancel']();}_setSelectedAnnotations(_0x57abf5){for(const _0x538416 of this['_selectedAnnotations'])_0x57abf5['includes'](_0x538416)||this['_manuallyClosed']['delete'](_0x538416);for(const _0x3fec82 of this['annotations'])_0x57abf5['includes'](_0x3fec82)||this['_removeAnnotationFromBalloon'](_0x3fec82);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x5a8c91 of _0x57abf5)this['_addAnnotationToBalloon'](_0x5a8c91);}this['_selectedAnnotations']=_0x57abf5;}_addAnnotationToBalloon(_0x448a0f,_0x104a6b=!0x1){this['_manuallyClosed']['has'](_0x448a0f)||(this['_addedAnnotations']['has'](_0x448a0f)||this['_balloon']['hasView'](_0x448a0f['view'])||(this['_addedAnnotations']['add'](_0x448a0f),this['_balloon']['add']({'stackId':_0x448a0f['view']['id'],'view':_0x448a0f['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x448a0f)}})),_0x104a6b&&this['_balloon']['showStack'](_0x448a0f['view']['id']));}_getBalloonTargetForAnnotation(_0x4b7a07){const _0x3109e7=_0x4b7a07['target'],_0x9abba6=this['editor']['editing']['view'],_0x47c5aa=_0x9abba6['document']['selection']['getFirstRange'](),_0xd57110=_0x9abba6['domConverter']['viewRangeToDom'](_0x47c5aa);if(_0xd57110['collapse'](!0x0),_0x3109e7){if(_0x3109e7 instanceof _0x2b2cae)return _0x3109e7;let _0x3e86aa=[];for(const _0x39966a of _0x3109e7)_0x3e86aa['push'](..._0x2b2cae['getDomElementRects'](_0x39966a));_0x3e86aa=function(_0x1651a0){const _0x519668=[];let _0x257d4b=_0x1651a0[0x0];for(let _0x44fad6=0x1;_0x44fad6<_0x1651a0['length'];_0x44fad6++)if(Pi(_0x257d4b,_0x1651a0[_0x44fad6])){const _0x4a764c=_0x1651a0[_0x44fad6]['width'];_0x257d4b['width']+=_0x4a764c,_0x257d4b['right']+=_0x4a764c;}else _0x519668['push'](_0x257d4b),_0x257d4b=_0x1651a0[_0x44fad6];return _0x519668['push'](_0x257d4b),_0x519668;}(_0x3e86aa);const _0x32979f=_0xd57110['getBoundingClientRect']();return _0x3e86aa['find'](_0x151dec=>_0x151dec['top']<=_0x32979f['top']&&_0x151dec['bottom']>=_0x32979f['bottom']&&_0x151dec['left']<=_0x32979f['left']&&_0x151dec['right']>=_0x32979f['right'])||_0x3e86aa[0x0];}return _0x4b7a07['targetRect']||_0xd57110;}_removeAnnotationFromBalloon(_0xf6b4ff){this['_addedAnnotations']['has'](_0xf6b4ff)&&this['_balloon']['hasView'](_0xf6b4ff['view'])&&(this['_addedAnnotations']['delete'](_0xf6b4ff),this['_balloon']['remove'](_0xf6b4ff['view']));}_closeAnnotation(_0x548dbc){this['_manuallyClosed']['add'](_0x548dbc),this['_removeAnnotationFromBalloon'](_0x548dbc);}};function Pi(_0x46af41,_0x1561e6){return _0x46af41['top']===_0x1561e6['top']&&_0x46af41['bottom']===_0x1561e6['bottom']&&_0x46af41['right']===_0x1561e6['left'];}var Li=class extends ht{['focusTracker'];['focusCycler'];_annotationViews;constructor(_0x395788,_0x57179d){super(_0x395788),this['set']('isEmpty',!_0x57179d['length']),this['focusTracker']=new _0x5346a9(),this['_annotationViews']=_0x57179d,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new et({'focusables':_0x57179d,'focusTracker':this['focusTracker']}),this['listenTo'](_0x57179d,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x57179d,'remove',(_0x1dbd08,_0x9362d)=>{_0x9362d['isActive']&&this['focus'](),_0x57179d['length']||(this['isEmpty']=!0x0);});const _0x1903d7=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':Et(_0x395788,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x57179d},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x1903d7['if']('isEmpty','ck-hidden',_0x2d049f=>!_0x2d049f)]},'children':[{'text':Et(_0x395788,'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 _0x319df1 of this['_annotationViews'])this['focusTracker']['add'](_0x319df1['element']);this['_annotationViews']['on']('change',(_0x10251e,{added:_0x19ca94,removed:_0x41f755})=>{for(const _0x41fe67 of _0x19ca94)this['focusTracker']['add'](_0x41fe67['element']);for(const _0x55b63d of _0x41f755)this['focusTracker']['remove'](_0x55b63d['element']);});}},Di=class extends _0x2af6e8{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get requires(){return[oi,ti];}constructor(_0x19db1b){super(_0x19db1b),this['archivedThreads']=new _0x41383a();}init(){const _0x354865=this['context'],_0xf4795d=_0x354865['plugins']['get'](oi),_0x47b278=_0x354865['plugins']['get'](ti);this['listenTo'](_0xf4795d,'addCommentThread',(_0x1d7bd6,{threadId:_0xf3e958})=>{const _0x4d4931=_0xf4795d['getCommentThread'](_0xf3e958);_0x4d4931['archivedAt']&&this['archivedThreads']['add'](_0x4d4931,this['_calculatePosition'](_0x4d4931['archivedAt'])),this['listenTo'](_0x4d4931,'change:archivedAt',(_0x1d6340,_0x2955ca,_0x3be950)=>{_0x3be950?this['archivedThreads']['has'](_0x4d4931)||this['archivedThreads']['add'](_0x4d4931,this['_calculatePosition'](_0x4d4931['archivedAt'])):this['archivedThreads']['has'](_0x4d4931)&&this['archivedThreads']['remove'](_0x4d4931);});}),this['listenTo'](_0xf4795d,'removeCommentThread',(_0x1be0ee,{threadId:_0x1c6cad})=>{const _0x4b6cfa=_0xf4795d['getCommentThread'](_0x1c6cad);this['stopListening'](_0x4b6cfa),this['archivedThreads']['has'](_0x4b6cfa)&&this['archivedThreads']['remove'](_0x4b6cfa);},{'priority':'highest'}),this['listenTo'](_0x47b278['collection'],'focus',(_0x3d2e1f,_0x26895a)=>{_0x26895a['isVisible']||(_0x26895a['isActive']=!0x0,_0x47b278['activate'](_0x26895a));});}_calculatePosition(_0x5c5271){const _0x5badf3=[...this['archivedThreads']]['findIndex'](_0xcbc72f=>_0xcbc72f['archivedAt']<_0x5c5271);return _0x5badf3>-0x1?_0x5badf3:this['archivedThreads']['length'];}},Vi=class extends _0x1be51f{commentsArchiveView;annotationViews;['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get requires(){return[Di,_0x5a3eab];}constructor(_0x1cae93){super(_0x1cae93),this['annotationViews']=new at(),this['_pendingThreads']=[];}init(){const _0x104397=this['editor'],_0x24ab0a=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x104397['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x282792,!0x0)),_0x104397['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0xdc19=this['_createCommentsArchiveButton'](rt);return _0xdc19['set']({'role':'menuitemcheckbox'}),_0xdc19;});const _0x38ea82=_0x104397['plugins']['get'](Di),_0x300cec=_0x104397['plugins']['get']('Annotations'),_0x81115e=_0x104397['plugins']['get']('CommentsRepository');_0x38ea82['archivedThreads']['forEach'](_0x55a958=>{this['_handleNewThread'](_0x55a958);}),this['listenTo'](_0x38ea82['archivedThreads'],'add',(_0x472e6d,_0x2fbb76)=>{this['_handleNewThread'](_0x2fbb76);}),this['listenTo'](_0x300cec['collection'],'add',(_0x35a4b6,_0x4c43d6)=>{const _0x464dab=this['_pendingThreads']['find'](_0x4c0701=>{const _0x234eb5=_0x81115e['_threadToController']['get'](_0x4c0701);return _0x234eb5&&_0x4c43d6['innerView']===_0x234eb5['view'];});if(_0x464dab){const _0x5e5ead=this['_calculatePosition'](_0x464dab['archivedAt']);this['_addAnnotationToArchive'](_0x4c43d6,_0x5e5ead),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x464dab),0x1);}}),this['listenTo'](_0x38ea82['archivedThreads'],'remove',(_0x317ccd,_0xea93ad)=>{const _0x2e7ff7=_0x104397['config']['get']('collaboration.channelId');if(!_0x2e7ff7||_0xea93ad['channelId']===_0x2e7ff7){if(this['_pendingThreads']['includes'](_0xea93ad))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0xea93ad),0x1);else{const _0x2c2bc1=_0x81115e['_threadToController']['get'](_0xea93ad),_0x2fe16b=_0x300cec['getByInnerView'](_0x2c2bc1['view']);this['annotationViews']['remove'](_0x2fe16b['view']),this['stopListening'](_0x2fe16b),this['stopListening'](_0x2fe16b['focusableElements']);}}}),this['listenTo'](_0x300cec['collection'],'add',(_0x5cbf28,_0xb4dbec)=>{this['listenTo'](_0xb4dbec,'escape',_0x24ab0a);}),this['listenTo'](_0x300cec['collection'],'remove',(_0xee14cb,_0x452795)=>{this['stopListening'](_0x452795,'escape',_0x24ab0a);});}_addAnnotationToArchive(_0xabae66,_0x28419c){this['listenTo'](_0xabae66,'set:isVisible',_0x275c31=>{_0x275c31['return']=!0x1,_0x275c31['stop']();}),this['annotationViews']['add'](_0xabae66['view'],_0x28419c);}['_handleNewThread'](_0x2cda2c){const _0x27e328=this['editor']['plugins']['get']('CommentsRepository'),_0x370740=this['editor']['plugins']['get']('Annotations'),_0x1499f5=this['editor']['config']['get']('collaboration.channelId');if(!_0x1499f5||_0x2cda2c['channelId']===_0x1499f5){const _0x22a27c=_0x27e328['_threadToController']['get'](_0x2cda2c);if(!_0x22a27c)return void this['_pendingThreads']['push'](_0x2cda2c);const _0x2f3acf=this['_calculatePosition'](_0x2cda2c['archivedAt']),_0x21fe22=_0x370740['getByInnerView'](_0x22a27c['view']);_0x21fe22['isVisible']&&_0x370740['_visibleAnnotations']['remove'](_0x21fe22),this['_addAnnotationToArchive'](_0x21fe22,_0x2f3acf);}}_calculatePosition(_0x17293f){const _0x5382ed=this['editor']['config']['get']('collaboration.channelId'),_0x4e943d=[...this['editor']['plugins']['get'](Di)['archivedThreads']]['filter'](_0x303059=>_0x303059['channelId']===_0x5382ed)['findIndex'](_0x1af30e=>_0x1af30e['archivedAt']<_0x17293f);return _0x4e943d<0x0||_0x4e943d>this['annotationViews']['length']?this['annotationViews']['length']:_0x4e943d-0x1;}_toggleDialog(){const _0x123041=this['editor'],_0x5c2f33=_0x123041['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new Li(_0x123041['locale'],this['annotationViews'])),'commentsArchive'===_0x5c2f33['id']?_0x5c2f33['hide']():_0x5c2f33['show']({'id':'commentsArchive','title':Et(_0x123041['locale'],'COMMENTS_ARCHIVE'),'icon':_0x549f8f,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x581f91['EDITOR_TOP_SIDE']});}_createCommentsArchiveButton(_0x2a02dd,_0x5a5590=!0x1){const _0x381781=this['editor']['locale'],_0x5502fb=this['editor']['plugins']['get']('Dialog'),_0x52dc48=new _0x2a02dd(_0x381781);return _0x52dc48['bind']('isEnabled')['to'](this,'isEnabled'),_0x52dc48['bind']('isOn')['to'](_0x5502fb,'id',_0x30c2b2=>'commentsArchive'===_0x30c2b2),_0x52dc48['set']({'label':Et(_0x381781,'COMMENTS_ARCHIVE'),'icon':_0x549f8f,'isToggleable':!0x0}),_0x5a5590&&(_0x52dc48['tooltip']=!0x0),this['listenTo'](_0x52dc48,'execute',()=>this['_toggleDialog']()),_0x52dc48;}_hideDialogOnAnnotationEscape=_0xb7d26e=>{const _0x1d7cfa=_0xb7d26e['source'];if(!this['annotationViews']['has'](_0x1d7cfa['view']))return;const _0x2af9ca=this['editor']['plugins']['get']('Dialog');_0x2af9ca['isOpen']&&'commentsArchive'===_0x2af9ca['id']&&(_0x2af9ca['hide'](),_0xb7d26e['stop']());};},Bi=class extends _0x1be51f{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};
|