@ckeditor/ckeditor5-comments 48.3.0-alpha.0 → 48.3.0-alpha.1
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(_0x2f7798={}){(_0x2f7798=Object['assign']({},_0x2f7798))['plugins']||(_0x2f7798['plugins']=CommentEditor['defaultPlugins']),super(_0x2f7798),this['ui']=new Nt(this),this['set']('placeholder',''),this['model']['document']['on']('change',()=>this['_updatePlaceholder'](),{'priority':'low'}),this['on']('change:placeholder',()=>this['_updatePlaceholder']()),this['model']['document']['createRoot'](),this['editing']['view']['_overlayModeHint']='auto',this['_sendUsageRequest']=()=>window['Promise']['resolve']({'status':'ok'});}['create'](){const _0x24ca76=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x24ca76))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x5aac2=>{const _0x43e52e=this['model']['document']['getRoot'](),_0x1c2d33=_0x43e52e&&_0x43e52e['getChild'](_0x43e52e['childCount']-0x1);_0x5aac2['setSelection'](_0x1c2d33,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x213fa1=this['editing']['view'],_0x11a2e6=_0x213fa1['document']['getRoot'](),_0x4acb45=_0x11a2e6['getChild'](0x0);_0x11a2e6['childCount']>0x1||!_0x4acb45||'p'!=_0x4acb45['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(mt(_0x213fa1,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x4acb45['placeholder']=this['placeholder']),ut({'view':_0x213fa1,'element':_0x4acb45,'keepOnFocus':!0x0}),this['placeholderElement']=_0x4acb45);}},St=class extends ht{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x473160,_0x369bee={}){super(_0x473160),this['editor']=null,this['_editorConfig']=_0x369bee,this['set']('value',_0x369bee['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',Et(_0x473160,'Reply...')),this['set']('submitLabel',Et(_0x473160,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new _0x187a58(),this['focusTracker']=new _0x53f520(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x227e87=>!_0x227e87['defaultPrevented']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-comment__input-actions',this['bindTemplate']['if']('showButtons','ck-comment__input-actions--active')]},'children':[this['submitButtonView'],this['cancelButtonView']]}]}),this['keystrokes']['set']('Esc',(_0xba7aa2,_0x5193e5)=>{this['cancelButtonView']['fire']('execute'),_0x5193e5();}),this['keystrokes']['set']('Ctrl+Enter',(_0x943ae0,_0x4a54d3)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x4a54d3());}),this['on']('submit',(_0x3278b8,_0x212a78)=>{_0x212a78['length']>0xfde8?(alert(Et(_0x473160,'TOO_LONG_COMMENT_ALERT',[_0x212a78['length'],0xfde8])),_0x3278b8['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new Rt(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x3e7437=this['editor'];this['element']['insertBefore'](_0x3e7437['ui']['element'],this['element']['firstChild']),_0x3e7437['model']['document']['on']('change',()=>this['value']=_0x3e7437['getData']()),_0x3e7437['bind']('placeholder')['to'](this),this['focusables']['add'](_0x3e7437['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x43fa1c){-0x1===_0x43fa1c?(this['focusCycler']['focusFirst'](),this['focusCycler']['focusLast']()):this['focusCycler']['focusFirst']();}async['destroy'](){this['_isDestroyed']||(this['_isDestroyed']=!0x0,this['editor']&&(await this['_editorCreationPromise'],await this['editor']['destroy'](),this['fire']('editorDestroyed',this['editor'])),await super['destroy']());}['_createSubmitButton'](){const {locale:_0x4eaba4}=this,_0x194395=new _0x465f26(_0x4eaba4);return _0x194395['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x194395['withText']=!0x0,_0x194395['bind']('label')['to'](this,'submitLabel'),_0x194395['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x194395['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x54650b,_0x6d22b6)=>!_0x6d22b6&&!!_0x54650b['trim']()),_0x194395;}['_createCancelButton'](){const {locale:_0x5c95c4}=this,_0x56fdd4=new _0x465f26(_0x5c95c4);return _0x56fdd4['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x56fdd4['label']=Et(_0x5c95c4,'Cancel'),_0x56fdd4['withText']=!0x0,_0x56fdd4['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x56fdd4;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x1ab513=>{this['focusTracker']['add'](_0x1ab513['element']);}),this['focusables']['on']('change',(_0x19f3bb,_0x593137)=>{for(const _0x250c6a of Array['from'](_0x593137['added'])['reverse']())this['focusTracker']['add'](_0x250c6a['element']);});}},xt=class extends ht{constructor(_0x54b9af,_0x155175,_0x263977){super(_0x54b9af),this['commentInputView']=new St(_0x54b9af,_0x263977),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x253585,_0x38d7d8)=>_0x253585||!!_0x38d7d8),this['set']('showInput',!0x1),this['on']('change:showInput',()=>{this['showInput']&&!this['commentInputView']['editor']&&this['commentInputView']['createEditor']();}),this['commentInputView']['delegate']('editorReady')['to'](this),this['commentInputView']['delegate']('editorDestroyed')['to'](this),this['userView']=new _0x20e9ea(_0x54b9af,_0x155175),this['userView']['extendTemplate']({'attributes':{'class':'ck-thread__user','aria-hidden':!0x0}}),this['commentInputView']['extendTemplate']({'attributes':{'class':'ck-thread__input'}}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-container',this['bindTemplate']['if']('showInput','ck-comment__input-container--active')]},'children':[this['userView'],this['commentInputView']]});}['render'](){super['render'](),this['_focusOnNonInteractiveMouseDown']();}['destroy'](){return this['commentInputView']['destroy']()['then'](()=>super['destroy']());}['focus'](_0x23b7a5){this['commentInputView']['focus'](_0x23b7a5);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x6e9458,_0x14fbc8)=>{const {submitButtonView:_0x2940cb,cancelButtonView:_0x4ef441,editor:_0x1f615a}=this['commentInputView'];[_0x2940cb['element'],_0x4ef441['element'],_0x1f615a?_0x1f615a['editing']['view']['getDomRoot']():null]['filter'](_0x597f42=>_0x597f42)['some'](_0x45f39b=>_0x45f39b['contains'](_0x14fbc8['target']))||(this['focus'](),_0x14fbc8['preventDefault']());});}},Pt=class extends ht{constructor(_0x56ec8c){super(_0x56ec8c);const _0x3f3b91=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x3f3b91['to']('count',_0x2eb625=>Et(_0x56ec8c,'NUMBER_OF_COMMENTS',_0x2eb625))}]});}},Lt=class extends ht{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x32b72f,_0x2e40a2,_0x2b4d18){super(_0x32b72f);const _0x5d05f4=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x2e40a2['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x2e40a2,this['_config']=_0x2b4d18,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x53f520(),this['keystrokes']=new _0x187a58(),this['focusCycler']=new et({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1cd1dc=>this['commentViews']['map'](_0x2499e9=>_0x2499e9['element'])['includes'](_0x1cd1dc['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new Pt(_0x32b72f),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x38ec9c=>_0x38ec9c-this['_config']['maxCommentsWhenCollapsed']);for(const _0x2a6154 of _0x2e40a2['comments'])this['_handleNewCommentModel'](_0x2a6154);this['_handleInfoComment'](),this['listenTo'](_0x2e40a2['comments'],'add',(_0x17773f,_0x1524f3)=>{const _0x58b24d=this['_calculatePosition'](_0x1524f3);this['length']++,this['_handleNewCommentModel'](_0x1524f3,_0x58b24d),this['refreshVisibleViews']();}),this['listenTo'](_0x2e40a2['comments'],'remove',(_0x56f577,_0x81ff04)=>{this['length']--,this['_handleRemoveCommentModel'](_0x81ff04),this['refreshVisibleViews']();}),this['listenTo'](_0x2e40a2,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x2e40a2,'change:isResolved',()=>this['_handleInfoComment']()),this['on']('change:isActive',()=>this['refreshVisibleViews']()),this['on']('change:hasDirtyComment',()=>this['refreshVisibleViews']()),this['setTemplate']({'tag':'ul','attributes':{'class':['ck-thread__comments',_0x5d05f4['if']('length','ck-hidden',_0x3550ef=>!_0x3550ef)],'aria-label':Et(_0x32b72f,'Thread\x20comments')},'children':this['visibleViews']});}get['_shouldCollapse'](){return this['_model']['weight']>this['_config']['maxThreadTotalWeight']&&!this['isActive']&&!this['hasDirtyComment'];}['render'](){super['render'](),this['refreshVisibleViews'](),this['_setupKeyboardNavigation']();}['focus'](_0xbf9a5f){-0x1===_0xbf9a5f?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x47d25f of this['commentViews'])_0x47d25f['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x1f64a9,_0x46b4ec){const _0x4ffd50=new this['_config']['CommentView'](this['locale'],_0x1f64a9,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x4ffd50['viewUid']=_0x1f64a9['id'],_0x4ffd50['delegate']('removeComment')['to'](this),_0x4ffd50['delegate']('updateComment')['to'](this),_0x4ffd50['delegate']('resolveCommentThread')['to'](this),_0x4ffd50['delegate']('editorReady')['to'](this),_0x4ffd50['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x4ffd50,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x4ffd50,_0x46b4ec);}['_calculatePosition'](_0x4a44ff){const _0x2e436d=this['_model']['_findOptimalIndex'](_0x4a44ff);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x4a44ff['authoredAt']?_0x2e436d-0x1:_0x2e436d:_0x2e436d-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x3c2668={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':Et(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x3c2668,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x3c2668));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x1bb3ef){const _0x4f2e72=this['commentViews']['remove'](_0x1bb3ef['id']);this['stopListening'](_0x4f2e72),_0x4f2e72['isEditMode']&&this['_updateHasDirtyComment'](),_0x4f2e72['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x5a5d75=>_0x5a5d75['isEditMode']);}['_rearrangeCollapse'](){const _0x66894=function(_0x24150e){const _0x277a86=new _0x476485();for(const _0x493e41 of _0x24150e)_0x277a86['add'](_0x493e41);return _0x277a86;}(this['commentViews']),_0x272b4f=this['_collapsedCommentsView']['count'];for(let _0x2ff4ae=0x1;_0x2ff4ae<=_0x272b4f;_0x2ff4ae++)_0x66894['remove'](0x1);for(const _0x32f6d1 of _0x66894)_0x32f6d1['collapse']();_0x272b4f>0x0&&_0x66894['add'](this['_collapsedCommentsView'],0x1),Dt(_0x5da05b(Array['from'](this['visibleViews']),Array['from'](_0x66894)),this['visibleViews'],_0x66894);}['_rearrangeExpand'](){Dt(_0x5da05b(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x15548d of this['visibleViews'])_0x15548d['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x4c83fb=>{this['focusTracker']['add'](_0x4c83fb['element']),this['keystrokes']['listenTo'](_0x4c83fb['element']);}),this['commentViews']['on']('change',(_0x50942f,_0x216f9b)=>{for(const _0x29c9c3 of _0x216f9b['removed'])this['focusTracker']['remove'](_0x29c9c3['element']),this['keystrokes']['stopListening'](_0x29c9c3['element']);for(const _0x569115 of Array['from'](_0x216f9b['added'])['reverse']())this['focusTracker']['add'](_0x569115['element']),this['keystrokes']['listenTo'](_0x569115['element']);});}};function Dt(_0x599820,_0x161d4f,_0x597f13){let _0x3b1448=0x0;for(const _0x2a290a of _0x599820)switch(_0x2a290a){case'insert':_0x161d4f['add'](_0x597f13['get'](_0x3b1448),_0x3b1448),_0x3b1448++;break;case'delete':_0x161d4f['remove'](_0x3b1448);break;case'equal':_0x3b1448++;}}var Vt=class extends ht{constructor(_0x149985){super(_0x149985);const _0x2d2148=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x2d2148['to']('contextValue',_0x55cac1=>Et(_0x149985,'THREAD_CONTEXT_LABEL',_0x55cac1)),'tabindex':-0x1},'children':[{'text':_0x2d2148['to']('contextValue')}]});}['focus'](){this['element']['focus']();}},Bt=class extends ht{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x4b2d65,_0x36d07e){super(_0x4b2d65);const _0x3385b7=this['bindTemplate'];this['_model']=_0x36d07e,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x53f520(),this['keystrokes']=new _0x187a58(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x9724dd=>!!_0x9724dd),this['bind']('contextValue')['to'](this['_model'],'context',_0x67d868=>_0x67d868&&_0x67d868['value']?this['_trimContextValue'](_0x67d868['value']):Et(this['locale'],'Comment\x20was\x20made\x20on\x20an\x20element')),this['setTemplate']({'tag':'div','attributes':{'class':['ck-thread__header']},'children':[{'tag':'div','attributes':{'class':['ck-context-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-context',_0x3385b7['if']('hasContext','ck-context--quotes')]},'children':[this['contextView']]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions'](),this['_setupKeyboardNavigation']();}['focus'](){this['focusCycler']['focusFirst']();}['_createReopenButton'](){const _0x3a4f5e=new _0x465f26(this['locale']);return _0x3a4f5e['label']=Et(this['locale'],'Reopen'),_0x3a4f5e['tooltip']=Et(this['locale'],'Reopen'),_0x3a4f5e['icon']=_0x24125f,_0x3a4f5e['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x3cb18c=>!_0x3cb18c),_0x3a4f5e['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x91615f,_0x30de12)=>_0x91615f&&_0x30de12),_0x3a4f5e['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x3a4f5e;}['_trimContextValue'](_0x3db3c0){if(_0x3db3c0['length']<0x96)return _0x3db3c0;const _0x15516b=_0x3db3c0['lastIndexOf']('\x20',0x93);return _0x3db3c0['substring'](0x0,_0x15516b>-0x1?_0x15516b:0x93)+'...';}['_attachContextActions'](){const _0x5844e6=this['element']['querySelector']('.ck-context'),_0x449e9e=_0x5844e6['querySelector']('.ck-context__value');this['listenTo'](_0x5844e6,'mouseenter',()=>{_0x449e9e['offsetWidth']<_0x449e9e['scrollWidth']&&_0x5844e6['classList']['add']('overlay');}),this['listenTo'](_0x5844e6,'mouseleave',()=>{_0x5844e6['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x85e10c of this['focusables'])this['focusTracker']['add'](_0x85e10c['element']),this['keystrokes']['listenTo'](_0x85e10c['element']);}['_createContextView'](){const _0xa238ee=new Vt(this['locale']);return _0xa238ee['bind']('contextValue')['to'](this),_0xa238ee;}},Ht=class extends ht{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0xc0a330,_0x3db6a4,_0x38b5cc,_0x15f0f6){super(_0xc0a330),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x3db6a4,this['_localUser']=_0x38b5cc,this['_config']=_0x15f0f6,this['commentThreadHeaderView']=new Bt(_0xc0a330,_0x3db6a4),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x44a60(_0xc0a330,Et(_0xc0a330,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new Lt(_0xc0a330,_0x3db6a4,Object['assign']({'CommentView':this['_config']['CommentView']},_0x15f0f6)),this['commentsListView']['delegate']('removeComment')['to'](this),this['commentsListView']['delegate']('updateComment')['to'](this),this['commentsListView']['delegate']('resolveCommentThread')['to'](this),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentsListView']['bind']('isActive')['to'](this),this['listenTo'](this,'resolveCommentThread',()=>{this['focus']();}),this['set']('length',this['commentsListView']['length']),this['bind']('length')['to'](this['commentsListView'],'length'),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x340c3f,_0x57e0b4)=>_0x340c3f||!!_0x57e0b4),this['bind']('isUnlinked')['to'](_0x3db6a4,'unlinkedAt',_0x2ee6dc=>!!_0x2ee6dc);let _0x2bd719=null;const _0x24dfa1=()=>{const _0x5a6cb7=this['_model']['comments']['first']||null;_0x5a6cb7!==_0x2bd719&&(_0x2bd719&&this['stopListening'](_0x2bd719,'change:content'),_0x2bd719=_0x5a6cb7,_0x5a6cb7&&this['listenTo'](_0x5a6cb7,'change:content',_0x24dfa1));const _0x1794b0=_0x5a6cb7?_0x5a6cb7['author']['name']:this['_localUser']['name'],_0x4c8776=_0x5a6cb7?new DOMParser()['parseFromString'](_0xdfa245(_0x5a6cb7['content'],{'limit':this['_config']['maxCommentCharsWhenCollapsed']}),'text/html')['body']['textContent']:'',_0x2e7348=Et(this['locale'],'COMMENT_THREAD_LABEL',[this['length'],_0x1794b0]);this['set']('ariaLabel',_0x4c8776?_0x2e7348+'\x20'+_0x4c8776:_0x2e7348);};this['listenTo'](this['_model']['comments'],'change',_0x24dfa1),_0x24dfa1(),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x53f520(),this['keystrokes']=new _0x187a58(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x4d7ad0=>_0x4d7ad0['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0xafcf81(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x3b6001=new xt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x5d9dc0=_0x3b6001['commentInputView'];return _0x3b6001['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x5d9dc0,'value',(_0x220c58,_0x355a70,_0x5d928a,_0x239985,_0x21c0c2)=>!!_0x21c0c2||!!_0x239985&&_0x5d928a&&!_0x355a70||_0x220c58&&_0x5d928a&&!_0x355a70),_0x5d9dc0['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x47a4a6,_0x10769f,_0x5a001d)=>{let _0x1381f9;return _0x1381f9=_0x5a001d&&_0x10769f?'Reply\x20to\x20reopen\x20discussion...':_0x47a4a6?'Reply...':'Write\x20a\x20comment...',Et(this['locale'],_0x1381f9);}),_0x5d9dc0['bind']('submitLabel')['to'](this,'length',_0x5501c8=>Et(this['locale'],_0x5501c8?'Reply':'Comment')),_0x5d9dc0['on']('submit',(_0x12e20c,_0x40353e)=>{this['fire']('addComment',_0x40353e),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x5d9dc0['on']('cancel',()=>{this['focus']();}),_0x5d9dc0['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x5d9dc0['on']('cancel',_0x495a52=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x495a52['stop']());}),this['on']('change:isActive',(_0x3d97d7,_0x1839b0,_0x206ad0)=>{_0x206ad0||this['length']||_0x5d9dc0['value']||this['fire']('removeCommentThread');}),_0x3b6001;}};const Ft=/* #__PURE__ -- @preserve */
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
_0x3abe1c();var $t=class Annotation extends jt{['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x195ac0,target:_0x3106d1,type:_0x286e8e,isVisible:_0x7c6757=!0x0}){super(),this['view']=_0x195ac0,this['view']['element']||this['view']['render'](),this['_type']=_0x286e8e,this['_target']=_0x3106d1,Annotation['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x476485([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x3bdccb,_0x4b8ea5)=>{this['view']['focusTracker']['add'](_0x4b8ea5);}),this['focusableElements']['on']('remove',(_0xc31c70,_0x30928d)=>{this['view']['focusTracker']['remove'](_0x30928d);}),this['set']('isVisible',_0x7c6757);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x329712=this['_getNormalizedTarget']();return Annotation['_assertCorrectTarget'](_0x329712),_0x329712;}get['targetRect'](){const _0x1b543a=this['target'];if(null===_0x1b543a)return null;if(_0x1b543a instanceof _0x407ea7)return _0x1b543a;const _0xa29209=_0x1b543a['filter'](_0x1f4c04=>function(_0x34fa1e){return!!_0x34fa1e['offsetParent']||!!_0x34fa1e['getClientRects']()['item'](0x0);}(_0x1f4c04));return 0x0===_0xa29209['length']?null:_0x407ea7['getDomElementRects'](_0xa29209[0x0])[0x0];}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0xe47a2f){this['view']['isActive']=_0xe47a2f,this['view']['mainView']['isActive']=_0xe47a2f;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x55b893){if(!(null===_0x55b893||_0x55b893 instanceof _0x407ea7||Array['isArray'](_0x55b893)&&_0x55b893['every'](_0x168b56=>zt(_0x168b56))))throw new _0xf4a2b6('annotation-invalid-target',null,{'target':_0x55b893});}['_getNormalizedTarget'](){const _0x22ae4e='function'==typeof this['_target']?this['_target']():this['_target'];return zt(_0x22ae4e)?[_0x22ae4e]:_0x22ae4e;}};function zt(_0x271a28){return null!==_0x271a28&&'object'==typeof _0x271a28&&'nodeType'in _0x271a28&&0x1===_0x271a28['nodeType'];}var Jt=class extends _0x476485{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x5d4cd5=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x53f520(),this['_focusTracker']['on']('change:isFocused',(_0x356a69,_0xf5c7cf,_0x3fe474)=>{_0x3fe474||this['fire']('blur');});for(const _0x27412f of _0x5d4cd5)this['add'](_0x27412f);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x60edb1){if(this['has'](_0x60edb1))throw new _0xf4a2b6('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x60edb1['innerView'],_0x60edb1),this['_viewToAnnotation']['set'](_0x60edb1['view'],_0x60edb1);for(const _0x8a990d of _0x60edb1['focusableElements'])this['_focusTracker']['add'](_0x8a990d);if(this['listenTo'](_0x60edb1['focusableElements'],'add',(_0x1f7d79,_0x1e2a95)=>{this['_focusTracker']['add'](_0x1e2a95);}),this['listenTo'](_0x60edb1['focusableElements'],'remove',(_0xacfb97,_0x4cde23)=>{this['_focusTracker']['remove'](_0x4cde23);}),this['listenTo'](_0x60edb1['view']['focusTracker'],'change:isFocused',(_0x51079a,_0x4fd3d2,_0x38afb8)=>{_0x38afb8&&this['fire']('focus',_0x60edb1);}),_0x60edb1['updateTargetRect'](),this['_areCachedRectsStale']()){for(const _0x8d73c2 of this)_0x8d73c2['updateTargetRect']();}const _0x10d528=this['_getOrderInContent'](_0x60edb1['view']['targetRect']);return super['add'](_0x60edb1,_0x10d528);}['remove'](_0x2cfe6d){if(!this['has'](_0x2cfe6d))throw new _0xf4a2b6('annotationcollection-not-existing-item',null);this['stopListening'](_0x2cfe6d['view']['focusTracker']),this['stopListening'](_0x2cfe6d['focusableElements']);for(const _0xd4549f of _0x2cfe6d['focusableElements'])this['_focusTracker']['remove'](_0xd4549f);return this['_viewToAnnotation']['delete'](_0x2cfe6d['view']),this['_innerViewToAnnotation']['delete'](_0x2cfe6d['innerView']),super['remove'](_0x2cfe6d);}['getByInnerView'](_0x3f1120){return this['_innerViewToAnnotation']['get'](_0x3f1120);}['getByView'](_0x1d6790){return this['_viewToAnnotation']['get'](_0x1d6790);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x1da234 of this)_0x1da234['updateTargetRect']();this['_sort']();}['_sort'](){const _0x22e853=Array['from'](this)['sort']((_0x5c3a13,_0x1a71d3)=>Zt(_0x5c3a13['view']['targetRect'],_0x1a71d3['view']['targetRect']));for(let _0x366690=_0x22e853['length']-0x1;_0x366690>0x0;_0x366690--){const _0x3a1aa1=_0x22e853[_0x366690];_0x366690!==this['getIndex'](_0x3a1aa1)&&(this['remove'](_0x3a1aa1),this['add'](_0x3a1aa1));}}['_getOrderInContent'](_0x10202f){let _0x191326=0x0;if(!_0x10202f)return this['length'];for(const _0x8f01f2 of this){const _0x51c337=_0x8f01f2['view']['targetRect'];if(_0x51c337){if(Zt(_0x10202f,_0x51c337)<0x0)return _0x191326;_0x191326++;}}return _0x191326;}['_areCachedRectsStale'](){const _0x430e6d=this['get'](0x0);if(!_0x430e6d)return!0x1;const _0x550fba=_0x430e6d['view']['targetRect'],_0x44604a=_0x430e6d['targetRect'];return!(!_0x550fba||!_0x44604a)&&(_0x550fba['top']!==_0x44604a['top']||_0x550fba['left']!==_0x44604a['left']);}};function Qt({source:_0x19322d,target:_0x2d9987,filter:_0x4f3df3}){for(const _0x5e7e82 of _0x19322d)_0x4f3df3(_0x5e7e82)&&_0x2d9987['add'](_0x5e7e82);_0x2d9987['listenTo'](_0x19322d,'add',(_0x4f543b,_0x60347d)=>{_0x4f3df3(_0x60347d)&&_0x2d9987['add'](_0x60347d);}),_0x2d9987['listenTo'](_0x19322d,'remove',(_0x3f98d4,_0x42e3b5)=>{_0x2d9987['has'](_0x42e3b5)&&_0x2d9987['remove'](_0x42e3b5);});}function Zt(_0x1e18ac,_0x31cf96){if(null===_0x1e18ac&&null===_0x31cf96)return 0x0;if(null===_0x1e18ac)return-0x1;if(null===_0x31cf96)return 0x1;const _0x36f735=_0x1e18ac['top']-_0x31cf96['top'];return 0x0==_0x36f735?_0x1e18ac['left']-_0x31cf96['left']:_0x36f735;}var ti=class extends _0x6aba6a{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x27740d){if(super(_0x27740d),this['collection']=new Jt(),this['_visibleAnnotations']=new Jt(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x27740d instanceof _0x9416a1){const _0x1c7c15=_0x27740d['locale'];_0x27740d['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':Et(_0x1c7c15,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x102000){this['collection']['add'](_0x102000);}['remove'](_0x215d51){this['collection']['remove'](_0x215d51),_0x215d51['destroy']();}['refreshVisibility'](){for(const _0x4b3ce2 of this['collection'])_0x4b3ce2['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x1d3687){return this['collection']['getByInnerView'](_0x1d3687);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x512559 of this['collection'])_0x512559['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x60cf75){this['fire']('_activateAnnotation',_0x60cf75);}['createAnnotation'](_0x1092ec){return new $t(_0x1092ec);}['createAnnotationView'](_0x15a7a2,_0x3eca65){return new qt(_0x15a7a2,_0x3eca65);}['_addActiveAnnotation'](_0x683e06){const _0xabe9cc=new Set(this['activeAnnotations']);_0xabe9cc['add'](_0x683e06),this['activeAnnotations']=_0xabe9cc;}['_removeActiveAnnotation'](_0x1f5d9a){const _0x2d2146=new Set(this['activeAnnotations']);_0x2d2146['delete'](_0x1f5d9a),this['activeAnnotations']=_0x2d2146;}['_bindAnnotationsToVisibleAnnotations'](){const _0xd9ec3f=this['collection'],_0x58f68e=this['_visibleAnnotations'];function _0x1554f0(_0x320f0f){const _0x5dd966=_0x320f0f['source'];_0x5dd966['isVisible']&&!_0x58f68e['has'](_0x5dd966)?_0x58f68e['add'](_0x5dd966):!_0x5dd966['isVisible']&&_0x58f68e['has'](_0x5dd966)&&_0x58f68e['remove'](_0x5dd966),_0x5dd966['view']['focusTracker']['remove'](_0x5dd966['view']['element']),_0x5dd966['view']['focusTracker']['add'](_0x5dd966['view']['element']);}this['listenTo'](_0xd9ec3f,'add',(_0x33302f,_0x17ff48)=>{_0x17ff48['isVisible']&&_0x58f68e['add'](_0x17ff48),this['listenTo'](_0x17ff48,'change:isVisible',_0x1554f0);}),this['listenTo'](_0xd9ec3f,'remove',(_0xc73679,_0x1d1611)=>{_0x58f68e['has'](_0x1d1611)&&_0x58f68e['remove'](_0x1d1611),this['stopListening'](_0x1d1611,'change:isVisible',_0x1554f0);});}['_setupEnterAnnotationKeystroke'](){const _0x5e1fa4=_0x2fe88d=>{_0x2fe88d['on']('ready',()=>{_0x2fe88d['keystrokes']['set'](_0x201e54,(_0x4adf3b,_0xf4b2e2)=>{const _0x419c03=_0x165a08(this['activeAnnotations']['values']());_0x419c03&&(_0x419c03['view']['focus'](),_0xf4b2e2());});});};this['context']instanceof _0x9416a1?_0x5e1fa4(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x20f801,_0x14eefc)=>{_0x5e1fa4(_0x14eefc);});}['_setupEscapeAnnotationHandling'](){const _0x44251b=_0x1c9309=>{const _0x19c40b=_0x1c9309['source'],_0x45ecb6=[];let _0x3bd5ff;if(Array['isArray'](_0x19c40b['target'])){_0x3bd5ff=_0x19c40b['target'][0x0],this['context']instanceof _0x9416a1?_0x45ecb6['push'](this['context']):this['context']['editors']&&_0x45ecb6['push'](...this['context']['editors']);for(const _0x2e6dae of _0x45ecb6)for(const _0x3aab55 of _0x2e6dae['editing']['view']['domRoots']['values']())if(_0x3aab55['contains'](_0x3bd5ff))return void _0x2e6dae['editing']['view']['focus']();_0x3bd5ff['focus']();}};this['listenTo'](this['collection'],'add',(_0xf0b50d,_0x33cfb5)=>{this['listenTo'](_0x33cfb5,'escape',_0x44251b,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x13ec13,_0x563d68)=>{this['stopListening'](_0x563d68,'escape',_0x44251b);});}};const ii=Symbol('noChannel'),ei={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0},si=/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0x3abe1c();var oi=class extends _0x6aba6a{['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[ti,_0x8faac9,_0x599743];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4d5e1b){super(_0x4d5e1b),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0xcfb54f=this['context']['config'];_0xcfb54f['define']('comments.maxCommentsWhenCollapsed',0x2),_0xcfb54f['define']('comments.maxThreadTotalWeight',0x1f4),_0xcfb54f['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0xcfb54f['define']('comments.CommentThreadView',Ut),_0xcfb54f['define']('comments.CommentView',Yt),_0xcfb54f['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x1f093f=this['context']['plugins']['get'](ti);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x118c89,_0x27bb8c)=>this['_addCommentThread'](_0x27bb8c)),this['on']('submitCommentThread',(_0x48c3a7,_0x2de2b6)=>this['_submitCommentThread'](_0x2de2b6)),this['on']('resolveCommentThread',(_0x2b593f,_0x155801)=>this['_resolveCommentThread'](_0x155801)),this['on']('resolveCommentThread',(_0x43baac,_0x17bde4)=>this['_updateActiveAnnotation'](_0x17bde4),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x3e92fe,_0x3b892e)=>this['_reopenCommentThread'](_0x3b892e)),this['on']('reopenCommentThread',(_0x25d048,_0x40ee37)=>this['_updateActiveAnnotation'](_0x40ee37),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x223cb6,_0x37417c)=>this['_removeCommentThread'](_0x37417c)),this['on']('updateCommentThread',(_0x41a47e,_0x16c9de)=>this['_updateCommentThread'](_0x16c9de)),this['on']('updateCommentThread',(_0x22c4bd,_0x520a64)=>this['_updateActiveAnnotation'](_0x520a64),{'priority':'lowest'}),this['on']('addComment',(_0x5ab2e3,_0x1712c6)=>this['_addComment'](_0x1712c6)),this['on']('updateComment',(_0x5b40b5,_0x708b7)=>this['_updateComment'](_0x708b7)),this['on']('removeComment',(_0x18c2ab,_0x203795)=>this['_removeComment'](_0x203795)),this['on']('addComment',(_0x5e5459,{threadId:_0x23b857,isFromAdapter:_0x59d28f})=>{if(_0x59d28f)return;const _0x3a85d9=this['getCommentThread'](_0x23b857),_0x3cbc9b=_0x3a85d9&&this['_threadToController']['get'](_0x3a85d9);_0x3cbc9b&&_0x3cbc9b['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x1f093f,'change:activeAnnotations',(_0x6bc5d0,_0x1a4353,_0x1ab94b)=>{const _0x40cf2e=Array['from'](_0x1ab94b)['map'](_0x559924=>this['_viewToController']['get'](_0x559924['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x40cf2e?_0x40cf2e['model']:null;});}set['adapter'](_0x1f27f1){if(this['_adapter'])throw new _0xf4a2b6('commentsrepository-adapter-already-set');this['_adapter']=_0x1f27f1;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x10a495=ii,threadId:_0x310254=_0x4e0aef(),comments:_0x38beba=[],unlinkedAt:_0x1b3dcb=null,resolvedAt:_0x7e9c70=null,resolvedBy:_0x485865=null,target:_0x6905bd=null,context:_0x764661=null,attributes:_0x5868e6={},isResolvable:_0x1c8646=!0x0,isSubmitted:_0x534f45=!0x1,isFromAdapter:_0x2504e2=!0x1}={}){return this['fire'](ai('addCommentThread',_0x10a495),{'channelId':_0x10a495,'threadId':_0x310254,'comments':_0x38beba,'unlinkedAt':_0x1b3dcb,'resolvedAt':_0x7e9c70,'resolvedBy':_0x485865,'target':_0x6905bd,'context':_0x764661,'attributes':_0x5868e6,'isFromAdapter':_0x2504e2,'isResolvable':_0x1c8646,'isSubmitted':_0x534f45}),this['getCommentThread'](_0x310254);}['openNewCommentThread']({channelId:_0xb1bbcf=ii,threadId:_0x372ffe=_0x4e0aef(),target:_0x58c438,context:_0x265701=null,isResolvable:_0xb54d23=!0x0}){if(this['_readOnlyChannels']['has'](_0xb1bbcf)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x58c438)throw new _0xf4a2b6('commentsrepository-missing-target');const _0x5154f6=this['addCommentThread']({'channelId':_0xb1bbcf,'threadId':_0x372ffe,'target':_0x58c438,'context':_0x265701,'isResolvable':_0xb54d23});if(!_0x5154f6)return null;const _0xc68609=this['_threadToController']['get'](_0x5154f6),_0x2f8203=_0xc68609['view']['commentThreadInputView']['commentInputView'],_0x5dbc14=this['context']['plugins']['get'](ti),_0x273b7f=_0x5dbc14['getByInnerView'](_0xc68609['view']);return _0x5dbc14['activate'](_0x273b7f),_0x2f8203['once']('editorReady',()=>_0x2f8203['focus']()),_0x5154f6;}['hasCommentThread'](_0x73ace6){if('string'!=typeof _0x73ace6)throw new _0xf4a2b6('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x73ace6);}['updateCommentThread']({channelId:_0x230800=ii,threadId:_0x4999b9,context:_0x25cde3,unlinkedAt:_0x533804,attributes:_0x4dfd2e,isFromAdapter:_0x32d373=!0x1}){return this['fire'](ai('updateCommentThread',_0x230800),{'channelId':_0x230800,'threadId':_0x4999b9,'context':_0x25cde3,'unlinkedAt':_0x533804,'attributes':_0x4dfd2e,'isFromAdapter':_0x32d373}),this['getCommentThread'](_0x4999b9);}['getCommentThread'](_0x4065e1){if('string'!=typeof _0x4065e1)throw new _0xf4a2b6('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x4065e1);}['fetchCommentThread']({channelId:_0x3517f9,threadId:_0xc2bf0a}={}){const _0x3e5887=this['getCommentThread'](_0xc2bf0a);if(_0x3e5887)return Promise['resolve'](_0x3e5887);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0xf4a2b6('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x3517f9,'threadId':_0xc2bf0a})['then'](_0x6594eb=>this['hasCommentThread'](_0xc2bf0a)?this['getCommentThread'](_0xc2bf0a):_0x6594eb?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x3517f9},_0x6594eb)):void 0x0)['catch'](_0x13ef3e=>{throw console['error'](_0x13ef3e),new _0xf4a2b6('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x2a75b1,skipNotAttached:_0x2232b5=!0x1,skipEmpty:_0x5a8d42=!0x1,toJSON:_0xd40800=!0x1}={}){const _0x14b4b1=[];for(const _0x807c3 of this['_threads']['values']())_0x2a75b1&&_0x807c3['channelId']!==_0x2a75b1||_0x2232b5&&!_0x807c3['isAttached']||_0x5a8d42&&0x0===_0x807c3['length']||_0x14b4b1['push'](_0x807c3);return _0xd40800?_0x14b4b1['map'](_0xd9dc10=>_0xd9dc10['toJSON']()):_0x14b4b1;}['getAnnotationForCommentThread'](_0x26d31a){const _0x4b7f56=this['_threadToController']['get'](_0x26d31a);return _0x4b7f56&&this['context']['plugins']['get'](ti)['getByInnerView'](_0x4b7f56['view'])||null;}['getCommentThreadForAnnotation'](_0x3848f9){const _0x1c72b2=this['_viewToController']['get'](_0x3848f9['innerView']);return _0x1c72b2?_0x1c72b2['model']:null;}['setActiveCommentThread'](_0x2c0ff3){const _0x1bce28=this['context']['plugins']['get'](ti);if(!_0x2c0ff3)return void(this['activeCommentThread']&&_0x1bce28['deactivateAll']());const _0x19a56c=this['getCommentThread'](_0x2c0ff3);if(!_0x19a56c)throw new _0xf4a2b6('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x2c0ff3});if(!this['_threadToController']['has'](_0x19a56c))throw new _0xf4a2b6('commentsrepository-active-not-attached',null,{'threadId':_0x2c0ff3});const _0x435862=_0x1bce28['getByInnerView'](this['_threadToController']['get'](_0x19a56c)['view']);_0x1bce28['activate'](_0x435862);}['switchReadOnly'](_0x1d1f91,_0x41ecb0){_0x1d1f91?this['_readOnlyChannels']['add'](_0x41ecb0):this['_readOnlyChannels']['delete'](_0x41ecb0),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x8c4569){return this['_readOnlyChannels']['has'](_0x8c4569)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x33e7fb,_0x9b75b9){return new bt(_0x33e7fb,_0x9b75b9);}['setPermissions'](_0x328116,_0x1bdcd2=ii){this['_permissions']['set'](_0x1bdcd2,_0x328116),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x2dfcec=ii){return this['_permissions']['has'](_0x2dfcec)?this['_permissions']['get'](_0x2dfcec):ei;}['_addCommentThread']({channelId:_0x1d6d3e,threadId:_0x12d3c9,comments:_0x1c9637,unlinkedAt:_0x1202f0,resolvedAt:_0x4c5569,resolvedBy:_0x48cb27,target:_0x318ab4,context:_0x196429,attributes:_0x4a7453,isFromAdapter:_0x1a9e4f,isResolvable:_0x3b4be0,isSubmitted:_0x143c82}){if('string'!=typeof _0x12d3c9)throw new _0xf4a2b6('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x12d3c9});if(this['hasCommentThread'](_0x12d3c9))throw new _0xf4a2b6('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x12d3c9});const _0x43202e=new ri(this,{'channelId':_0x1d6d3e,'id':_0x12d3c9,'context':_0x196429,'attributes':_0x4a7453,'unlinkedAt':_0x1202f0,'resolvedAt':_0x4c5569,'resolvedBy':_0x48cb27?this['context']['plugins']['get'](_0x599743)['getUser'](_0x48cb27):null,'isResolvable':_0x3b4be0,'isSubmitted':_0x143c82||_0x1a9e4f});this['_threads']['set'](_0x12d3c9,_0x43202e);for(const _0x37a4af of _0x1c9637)_0x43202e['_add'](this['_createNewComment']({'threadId':_0x12d3c9,..._0x37a4af}));return _0x318ab4&&_0x43202e['attachTo'](_0x318ab4),_0x1a9e4f||!_0x43202e['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x1d6d3e,'threadId':_0x12d3c9});}['_submitCommentThread']({channelId:_0x252b3b,threadId:_0x39a2f3}){if(!this['hasCommentThread'](_0x39a2f3))throw new _0xf4a2b6('commentsrepository-missing-comment-thread',this);const _0x1d653e=this['getCommentThread'](_0x39a2f3);if(_0x1d653e['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x265895,comments:_0x5c4cc6,resolvedAt:_0x2159ef,resolvedBy:_0x4b5017,context:_0x55fb9c,attributes:_0x4054b6}=_0x1d653e,_0x10aee5=this['context']['plugins']['get']('PendingActions'),_0x214eb6=_0x10aee5['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x252b3b,'threadId':_0x265895,'comments':_0x5c4cc6['map'](_0x5e09a9=>_0x5e09a9['toJSON']()),'resolvedAt':_0x2159ef,'resolvedBy':_0x4b5017?_0x4b5017['id']:_0x4b5017,'context':_0x55fb9c,'attributes':_0x4054b6})['then'](({comments:_0x2ca136})=>{_0x10aee5['remove'](_0x214eb6);for(const _0x40b063 of _0x2ca136)this['_updateComment']({'channelId':_0x252b3b,'threadId':_0x39a2f3,'commentId':_0x40b063['commentId'],'createdAt':_0x40b063['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x1f2e1e=>{throw console['error'](_0x1f2e1e),new _0xf4a2b6('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x524553,target:_0x4acd9e}){const _0x59bcb9=this['getCommentThread'](_0x524553);if(!_0x59bcb9)throw new _0xf4a2b6('commentsrepository-attach-missing-comment-thread',this);const _0x297070=this['context']['plugins']['get']('PendingActions'),_0x1a5e92=this['context']['plugins']['get'](ti),_0x23b1d5=this['_createCommentThreadView'](_0x59bcb9),_0x446386=new bt(_0x59bcb9,_0x23b1d5);let _0x519563=null;_0x23b1d5['on']('change:isDirty',(_0x2ba1ad,_0x58a5e8,_0x179c0e)=>{_0x179c0e?_0x519563=_0x297070['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x519563&&(_0x297070['remove'](_0x519563),_0x519563=null);}),this['_threadToController']['set'](_0x59bcb9,_0x446386),this['_viewToController']['set'](_0x23b1d5,_0x446386);const _0x4129cd=new qt(this['context']['locale'],_0x23b1d5);_0x4129cd['bind']('length')['to'](_0x23b1d5),_0x4129cd['bind']('isDirty')['to'](_0x23b1d5,'isDirty',_0x23b1d5,'length',(_0x2cbeee,_0x35a62c)=>_0x2cbeee||!_0x35a62c),_0x4129cd['bind']('isActive')['to'](_0x23b1d5),_0x4129cd['type']='comment';const _0x459bb4=new $t({'view':_0x4129cd,'target':_0x4acd9e,'type':'comment','isVisible':!_0x59bcb9['archivedAt']&&!!('function'==typeof _0x4acd9e?_0x4acd9e():_0x4acd9e)});return _0x23b1d5['on']('escape',()=>{_0x459bb4['fire']('escape');}),this['_bindAnnotationToEditors'](_0x23b1d5,_0x459bb4),_0x1a5e92['add'](_0x459bb4),_0x459bb4;}['_bindAnnotationToEditors'](_0x51556d,_0x132e68){this['listenTo'](_0x51556d,'editorReady',(_0x37b6f4,_0x38e4be)=>{const _0x494a19=_0x38e4be['ui']['view']['body']['bodyCollectionContainer'];_0x132e68['focusableElements']['add'](_0x494a19),this['context']instanceof _0x9416a1&&this['context']['ui']['focusTracker']['add'](_0x494a19);},{'priority':'highest'}),this['listenTo'](_0x51556d,'editorDestroyed',(_0x20922d,_0x10d8d1)=>{const _0xdbcd0b=_0x10d8d1['ui']['view']['body']['bodyCollectionContainer'];_0x132e68['focusableElements']['has'](_0xdbcd0b)&&_0x132e68['focusableElements']['remove'](_0xdbcd0b),this['context']instanceof _0x9416a1&&this['context']['ui']['focusTracker']['remove'](_0xdbcd0b);});}['_unbindEditors'](_0x2cfbe2){this['stopListening'](_0x2cfbe2,'editorReady'),this['stopListening'](_0x2cfbe2,'editorDestroyed');}['_createCommentThreadView'](_0x1a0ce5){const _0x4ba48e=this['context']['plugins']['get'](_0x599743),{config:_0x3f586b,locale:_0x5c2400}=this['context'],_0x4b8e2c=_0x596719(_0x3f586b['get']('locale'),_0x5c2400);return new(0x0,(_0x3f586b['get']('comments'))['CommentThreadView'])(_0x5c2400,_0x1a0ce5,_0x4ba48e['me'],{'editorConfig':{..._0x3f586b['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x3f586b['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x3f586b['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x3f586b['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x3f586b['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x4b8e2c,'CommentView':_0x3f586b['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x558790,channelId:_0x2be500,resolvedAt:_0x5b356f,resolvedBy:_0x5b9211,isFromAdapter:_0x2240bf}){if(!this['hasCommentThread'](_0x558790))throw new _0xf4a2b6('commentsrepository-missing-comment-thread',null,{'threadId':_0x558790});const _0x2c034d=this['getCommentThread'](_0x558790);if(_0x2c034d['isResolved'])throw new _0xf4a2b6('commentsrepository-resolved-comment-thread',null,{'threadId':_0x558790});const _0x1ffb8b=this['context']['plugins']['get'](_0x599743);if(_0x2c034d['resolvedBy']=_0x1ffb8b['getUser'](_0x5b9211),_0x2c034d['resolvedAt']=_0x5b356f,_0x2240bf||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x3ad50f=this['context']['plugins']['get']('PendingActions'),_0x54637b=_0x3ad50f['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x2be500,'threadId':_0x558790})['then'](({resolvedAt:_0x4f56d7,resolvedBy:_0x5446e9})=>{_0x3ad50f['remove'](_0x54637b),_0x2c034d['resolvedBy']['id']!==_0x5446e9&&(_0x2c034d['resolvedBy']=_0x1ffb8b['getUser'](_0x5446e9)),_0x2c034d['resolvedAt']=_0x4f56d7;})['catch'](_0x257859=>{throw console['error'](_0x257859),new _0xf4a2b6('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x503f3a,channelId:_0x35cb81,isFromAdapter:_0x44103e}){if(!this['hasCommentThread'](_0x503f3a))throw new _0xf4a2b6('commentsrepository-missing-comment-thread',null,{'threadId':_0x503f3a});const _0x4c44e8=this['getCommentThread'](_0x503f3a);if(!_0x4c44e8['isResolved'])throw new _0xf4a2b6('commentsrepository-reopen-comment-thread',null,{'threadId':_0x503f3a});if(_0x4c44e8['resolvedBy']=null,_0x4c44e8['resolvedAt']=null,_0x44103e||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x4ca0f3=this['context']['plugins']['get']('PendingActions'),_0x351643=_0x4ca0f3['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x35cb81,'threadId':_0x503f3a})['then'](()=>_0x4ca0f3['remove'](_0x351643))['catch'](_0x17b10c=>{throw console['error'](_0x17b10c),new _0xf4a2b6('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x18a93c,isFromAdapter:_0x127696}){const _0x52b24b=this['getCommentThread'](_0x18a93c);if(!_0x52b24b)throw new _0xf4a2b6('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x18a93c),this['_threads']['delete'](_0x18a93c),!_0x52b24b['isSubmitted']||_0x127696||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0xc576e1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x124c0b}=_0x52b24b,_0x23fd5a=_0xc576e1['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x124c0b,'threadId':_0x18a93c})['then'](()=>_0xc576e1['remove'](_0x23fd5a))['catch'](_0x428503=>{throw console['error'](_0x428503),new _0xf4a2b6('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x4ce30e,unlinkedAt:_0x264e28,context:_0x1eff8c,attributes:_0x5eb7cc,isFromAdapter:_0x61493d}){if('string'!=typeof _0x4ce30e)throw new _0xf4a2b6('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x4ce30e});if(!this['hasCommentThread'](_0x4ce30e))throw new _0xf4a2b6('commentsrepository-missing-comment-thread',null,{'threadId':_0x4ce30e});const _0x366993=this['getCommentThread'](_0x4ce30e);let _0x505191=!0x1;if(void 0x0!==_0x1eff8c&&_0x366993['context']!==_0x1eff8c&&(_0x366993['context']=_0x1eff8c,_0x505191=!0x0),void 0x0!==_0x264e28&&_0x366993['unlinkedAt']!==_0x264e28&&(_0x366993['unlinkedAt']=_0x264e28,_0x505191=!0x0),_0x5eb7cc&&!_0x23b053(_0x5eb7cc,_0x366993['attributes'])&&(_0x366993['attributes']=_0x5eb7cc,_0x505191=!0x0),!_0x505191)return Promise['resolve']();if(!_0x366993['isSubmitted']||_0x61493d||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x2e5471=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4f34a0}=_0x366993,_0x35ddbe=_0x2e5471['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x4f34a0,'threadId':_0x4ce30e,'context':_0x1eff8c,'unlinkedAt':_0x264e28,'attributes':_0x5eb7cc})['then'](()=>_0x2e5471['remove'](_0x35ddbe))['catch'](_0x4f4f83=>{throw console['error'](_0x4f4f83),new _0xf4a2b6('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x45f651){const _0x2a3893=this['context']['plugins']['get'](ti),_0x24f16f=this['getCommentThread'](_0x45f651);if(_0x24f16f['_isAttached']=!0x1,this['_threadToController']['has'](_0x24f16f)){const _0x3b15f2=this['_threadToController']['get'](_0x24f16f),_0x69b569=_0x3b15f2['view'],_0x4df5e7=_0x2a3893['getByInnerView'](_0x69b569);this['_threadToController']['delete'](_0x24f16f),this['_viewToController']['delete'](_0x69b569),_0x4df5e7&&_0x2a3893['remove'](_0x4df5e7),_0x3b15f2['destroy'](),_0x69b569['destroy']()['then'](()=>{this['_unbindEditors'](_0x69b569);});}}['_updateActiveAnnotation']({threadId:_0x4f96bd,resolvedAt:_0x3eac6e,unlinkedAt:_0xe6d42b}){const _0x20375a=!!_0x3eac6e,_0x264cbc=this['context']['plugins']['get'](ti),_0x4bfdc7=this['getCommentThread'](_0x4f96bd);if(this['_threadToController']['has'](_0x4bfdc7)){const _0x40f343=this['_threadToController']['get'](_0x4bfdc7)['view'],_0x5a16a3=_0x264cbc['getByInnerView'](_0x40f343);_0x5a16a3&&(_0x20375a&&_0x264cbc['_removeActiveAnnotation'](_0x5a16a3),_0xe6d42b?_0x5a16a3['isVisible']=!0x1:_0x5a16a3['refreshVisibility']());}}['_getExternalAuthor'](_0x40e103){const _0x373f57=this['context']['plugins']['get'](_0x599743),_0x47052e=_0x24d26c('external:'+_0x40e103),_0x23d28e=_0x373f57['getUser'](_0x47052e);return _0x23d28e||_0x373f57['addUser']({'id':_0x47052e,'name':_0x40e103});}['_createNewComment']({threadId:_0x5ddc78,commentId:_0x4228c0=_0x4e0aef(),content:_0x4cda7f,authorId:_0x44a6d6,createdAt:_0x504bc8,attributes:_0x492d1f}){if('string'!=typeof _0x4228c0)throw new _0xf4a2b6('commentsrepository-invalid-commentid');if('string'!=typeof _0x44a6d6)throw new _0xf4a2b6('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x4cda7f||!_0x4cda7f['trim']())throw new _0xf4a2b6('commentsrepository-invalid-comment-content');const _0x5e593f=this['context']['plugins']['get'](_0x599743)['getUser'](_0x44a6d6);if(!_0x5e593f)throw new _0xf4a2b6('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x44a6d6});let _0x3f09a2=null,_0x20220f=_0x504bc8;return _0x492d1f?.['@external']&&(_0x3f09a2=this['_getExternalAuthor'](_0x492d1f['@external']['authorName']),_0x20220f=new Date(_0x492d1f['@external']['createdAt'])),new hi(this,{'threadId':_0x5ddc78,'id':_0x4228c0,'author':_0x3f09a2||_0x5e593f,'creator':_0x5e593f,'content':_0x4cda7f,'createdAt':_0x504bc8,'authoredAt':_0x20220f,'attributes':_0x492d1f});}['_addComment'](_0x1faf2f){let {threadId:_0x6ee2d2,content:_0x21cf13,attributes:_0x3a462f,isFromAdapter:_0x489fc7}=_0x1faf2f;const _0x24cd68=this['getCommentThread'](_0x1faf2f['threadId']);if(!_0x24cd68)throw new _0xf4a2b6('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x2a2167=this['_createNewComment'](_0x1faf2f),{id:_0x27b1c3}=_0x2a2167;if(_0x24cd68['_add'](_0x2a2167),_0x489fc7||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x24cd68['isSubmitted'])return Promise['resolve']();const _0x5d58b1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x140c59}=_0x24cd68,_0x4dbefa=_0x5d58b1['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x3a462f||(_0x3a462f={}),this['adapter']['addComment']({'channelId':_0x140c59,'threadId':_0x6ee2d2,'commentId':_0x27b1c3,'content':_0x21cf13,'attributes':_0x3a462f})['then'](_0x86945d=>{_0x5d58b1['remove'](_0x4dbefa),_0x86945d&&this['_updateComment']({'channelId':_0x140c59,'threadId':_0x6ee2d2,'commentId':_0x27b1c3,'createdAt':_0x86945d['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x377719=>{throw console['error'](_0x377719),new _0xf4a2b6('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x405737,commentId:_0x5487a7,content:_0x5833b6,createdAt:_0x244cb5,attributes:_0x5f28a7,isFromAdapter:_0x2fc324}){if(void 0x0!==_0x5833b6&&('string'!=typeof _0x5833b6||!_0x5833b6['trim']()['length']))throw new _0xf4a2b6('commentsrepository-update-comment-invalid-content');const _0x46ff89=this['getCommentThread'](_0x405737),_0x5b26c9=_0x46ff89['getComment'](_0x5487a7);if(!_0x5b26c9)throw new _0xf4a2b6('commentsrepository-update-missing-comment',this);let _0x26540b=!0x1;if(_0x5833b6&&_0x5833b6!==_0x5b26c9['content']&&(_0x5b26c9['isEditable']||_0x2fc324)&&(_0x5b26c9['content']=_0x5833b6,_0x26540b=!0x0),_0x244cb5&&_0x244cb5!==_0x5b26c9['createdAt']&&(_0x5b26c9['createdAt']=_0x244cb5,_0x5b26c9['isExternal']||(_0x5b26c9['authoredAt']=_0x244cb5),_0x26540b=!0x0),_0x5f28a7&&!_0x23b053(_0x5f28a7,_0x5b26c9['attributes'])&&(_0x5b26c9['attributes']=_0x5f28a7,_0x26540b=!0x0),!_0x26540b)return Promise['resolve']();if(_0x46ff89['fire']('commentUpdated'),_0x2fc324||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x1b93ba=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3f39b7}=this['getCommentThread'](_0x5b26c9['threadId']),_0x130ab9=_0x1b93ba['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x3f39b7,'threadId':_0x405737,'commentId':_0x5487a7,'content':_0x5833b6,'attributes':_0x5f28a7})['then'](()=>_0x1b93ba['remove'](_0x130ab9))['catch'](_0x45abfd=>{throw console['error'](_0x45abfd),new _0xf4a2b6('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x1093c5,commentId:_0x48bb45,isFromAdapter:_0x4e381f}){const _0x577cb1=this['getCommentThread'](_0x1093c5),_0x53dae0=_0x577cb1['getComment'](_0x48bb45);if(!_0x53dae0)throw new _0xf4a2b6('commentsrepository-remove-missing-comment',this);if(_0x577cb1['_remove'](_0x53dae0),_0x4e381f||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x305c0f=this['context']['plugins']['get']('PendingActions'),{channelId:_0x5d6877}=_0x577cb1,_0x4a6742=_0x305c0f['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x5d6877,'threadId':_0x1093c5,'commentId':_0x48bb45})['then'](()=>_0x305c0f['remove'](_0x4a6742))['catch'](_0x106c14=>{throw console['error'](_0x106c14),new _0xf4a2b6('commentsrepository-remove-comment-internal-error',this);});}},ri=class extends si{['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x3d1927,_0x199cfc){super();const _0x48a4c4=_0x199cfc['isResolvable'];this['channelId']=_0x199cfc['channelId'],this['id']=_0x199cfc['id'],this['comments']=new _0x476485(),this['_repository']=_0x3d1927,this['_isAttached']=!0x1,this['_isSubmitted']=_0x199cfc['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x3d1927,'_permissions',_0x3d1927,'_readOnlyChannels',()=>_0x3d1927['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x3d1927,'_permissions',()=>_0x3d1927['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x3d1927,'_permissions',()=>{const _0x300c9e=_0x3d1927['getPermissions'](this['channelId']);return _0x300c9e['write']||_0x300c9e['admin'];}),this['bind']('isResolvable')['to'](_0x3d1927,'_permissions',()=>_0x48a4c4&&_0x3d1927['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x199cfc['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x45304b,_0x187a4b)=>_0x45304b?_0x187a4b?_0x45304b<_0x187a4b?_0x45304b:_0x187a4b:_0x45304b:_0x187a4b),this['set']('unlinkedAt',_0x199cfc['unlinkedAt']||null),this['set']('resolvedAt',_0x199cfc['resolvedAt']||null),this['set']('resolvedBy',_0x199cfc['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x46a2db=>!!_0x46a2db),this['set']('attributes',_0x199cfc['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x3ab9b1,_0x29697c)=>_0x3ab9b1+_0x29697c['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x17d43e,id:_0xe5682f}=this;this['_repository']['fire'](ai('submitCommentThread',_0x17d43e),{'channelId':_0x17d43e,'threadId':_0xe5682f});}['setUnlinkedAt'](_0x49ca3c){this['_update']({'unlinkedAt':_0x49ca3c});}['resolve']({resolvedAt:_0x549fcf=new Date(),resolvedBy:_0x38fa81='',isFromAdapter:_0x4cd2a9=!0x1}={}){const _0x5b65d6=this['_repository']['context']['plugins']['get'](_0x599743)['me'],{channelId:_0x2a8126,id:_0x194b6f}=this;this['_repository']['fire'](ai('resolveCommentThread',_0x2a8126),{'channelId':_0x2a8126,'threadId':_0x194b6f,'resolvedAt':_0x549fcf,'resolvedBy':_0x38fa81||_0x5b65d6['id'],'isFromAdapter':_0x4cd2a9});}['reopen']({isFromAdapter:_0x9063fc=!0x1}={}){const {channelId:_0x52f602,id:_0x15eb42}=this;this['_repository']['fire'](ai('reopenCommentThread',_0x52f602),{'channelId':_0x52f602,'threadId':_0x15eb42,'isFromAdapter':_0x9063fc});}['setContext'](_0x44c189){this['context']||this['_update']({'context':_0x44c189});}['setAttribute'](_0x30c2f6,_0x50479c){const _0x3030fd=_0x36cfaf(this['attributes']);_0x4097c1(_0x3030fd,_0x30c2f6,_0x50479c),this['_update']({'attributes':_0x3030fd});}['removeAttribute'](_0x51c859){const _0x8ba34=_0x36cfaf(this['attributes']);_0x5a6d71(_0x8ba34,_0x51c859),this['_update']({'attributes':_0x8ba34});}['remove']({isFromAdapter:_0x42c90b=!0x1}={}){const {channelId:_0x488e09,id:_0x529f35}=this;this['_repository']['fire'](ai('removeCommentThread',_0x488e09),{'channelId':_0x488e09,'threadId':_0x529f35,'isFromAdapter':_0x42c90b});}['attachTo'](_0x145cdb){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x145cdb});}['addComment'](_0x3cc667){const {channelId:_0x5df916,id:_0x372f7f}=this;this['_repository']['fire'](ai('addComment',_0x5df916,_0x372f7f),Object['assign']({'channelId':_0x5df916,'threadId':_0x372f7f},_0x3cc667));}['getComment'](_0xbfb18d){if('string'!=typeof _0xbfb18d)throw new _0xf4a2b6('commentsrepository-get-comment-invalid-id',null,{'commentId':_0xbfb18d});return this['comments']['get'](_0xbfb18d);}['toJSON'](){return{'threadId':this['id'],'context':this['context'],'unlinkedAt':this['unlinkedAt'],'resolvedAt':this['resolvedAt'],'resolvedBy':this['resolvedBy']?this['resolvedBy']['id']:null,'archivedAt':this['archivedAt'],'comments':this['comments']['map'](_0x1fc9c7=>_0x1fc9c7['toJSON']()),'attributes':this['attributes']};}['_add'](_0xe64be4){return this['listenTo'](_0xe64be4,'change:authoredAt',()=>{const _0x286f8c=this['_findOptimalIndex'](_0xe64be4),_0x3827db=this['comments'];_0x286f8c-0x1!=_0x3827db['getIndex'](_0xe64be4)&&_0x286f8c+0x1!=_0x3827db['getIndex'](_0xe64be4)&&(this['_remove'](_0xe64be4),this['_add'](_0xe64be4));}),this['comments']['add'](_0xe64be4,this['_findOptimalIndex'](_0xe64be4));}['_update'](_0x3ba0b2){const {channelId:_0x5b1677,id:_0x33964e}=this;this['_repository']['fire'](ai('updateCommentThread',_0x5b1677),{..._0x3ba0b2,'channelId':_0x5b1677,'threadId':_0x33964e});}['_remove'](_0x2c7b83){return this['stopListening'](_0x2c7b83),_0x2c7b83['destroy'](),this['comments']['remove'](_0x2c7b83);}['_findOptimalIndex'](_0x1c2cea){const _0xdfd285=this['comments']['find'](_0x209800=>new Date(_0x209800['authoredAt'])['getTime']()>new Date(_0x1c2cea['authoredAt'])['getTime']());return _0xdfd285?this['comments']['getIndex'](_0xdfd285):this['length'];}},hi=class extends ni{['id'];['threadId'];['author'];['creator'];['createdAt'];['_repository'];constructor(_0x4fe4fd,_0x4e58c4){super();const _0x13a4dc=_0x4fe4fd['context']['plugins']['get'](_0x599743)['me'],_0x4d77b1=_0x4fe4fd['getCommentThread'](_0x4e58c4['threadId']),_0x2aa359=0x0===_0x4d77b1['comments']['length'],_0x2e43c5=_0x13a4dc===_0x4e58c4['author'];this['id']=_0x4e58c4['id'],this['threadId']=_0x4e58c4['threadId'],this['author']=_0x4e58c4['author'],this['creator']=_0x4e58c4['creator'],this['set']('content',_0x4e58c4['content']),this['createdAt']=_0x4e58c4['createdAt']||new Date(),this['set']('authoredAt',_0x4e58c4['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x4d77b1,'resolvedAt'),this['set']('attributes',_0x4e58c4['attributes']||{}),this['bind']('isEditable')['to'](_0x4fe4fd,'_permissions',()=>{const _0x648c6b=_0x4fe4fd['getPermissions'](_0x4d77b1['channelId'])['write'],_0x57e18a=_0x4fe4fd['getPermissions'](_0x4d77b1['channelId'])['modifyAll'];return _0x2e43c5&&_0x648c6b||!_0x2e43c5&&_0x57e18a;}),this['bind']('isRemovable')['to'](_0x4d77b1,'isRemovable',_0x4fe4fd,'_permissions',_0x55dc45=>{const _0x1df817=_0x4fe4fd['getPermissions'](_0x4d77b1['channelId'])['write'],_0x4e927f=_0x4fe4fd['getPermissions'](_0x4d77b1['channelId'])['modifyAll'];return _0x2e43c5&&_0x1df817||_0x55dc45&&_0x2aa359||!_0x2e43c5&&_0x4e927f&&!_0x2aa359;}),this['bind']('isReadOnly')['to'](_0x4d77b1,'isReadOnly'),this['_repository']=_0x4fe4fd;}get['isExternal'](){return Boolean(this['attributes']&&this['attributes']['@external']);}get['weight'](){return Math['max'](function(_0x8a50c5){const _0x350b06=document['createElement']('div');return _0x350b06['innerHTML']=_0x8a50c5,_0x350b06['textContent']['length'];}(this['content']),0xc8);}['update'](_0x589458){const {threadId:_0x58e65d,id:_0x472209}=this;if(!this['_repository']['hasCommentThread'](_0x58e65d))throw new _0xf4a2b6('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x56035e}=this['_repository']['getCommentThread'](_0x58e65d);this['_repository']['fire'](ai('updateComment',_0x56035e,_0x58e65d),{'channelId':_0x56035e,'threadId':_0x58e65d,'commentId':_0x472209,..._0x589458});}['setAttribute'](_0x15f1ac,_0x4d598a){const _0x354771=_0x36cfaf(this['attributes']);_0x4097c1(_0x354771,_0x15f1ac,_0x4d598a),this['update']({'attributes':_0x354771});}['removeAttribute'](_0x410bfc){const _0x25c14f=_0x36cfaf(this['attributes']);_0x5a6d71(_0x25c14f,_0x410bfc),this['update']({'attributes':_0x25c14f});}['remove'](_0x42c0be={}){if(!_0x42c0be['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x403ecf,id:_0x3f840d}=this;if(!this['_repository']['hasCommentThread'](_0x403ecf))throw new _0xf4a2b6('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x48655d}=this['_repository']['getCommentThread'](_0x403ecf);this['_repository']['fire'](ai('removeComment',_0x48655d,_0x403ecf),{'channelId':_0x48655d,'threadId':_0x403ecf,'commentId':_0x3f840d,..._0x42c0be});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}};function ai(_0x24d37d,..._0x14e733){for(const _0x15e395 of _0x14e733)void 0x0!==_0x15e395&&(_0x24d37d+=':'+String(_0x15e395));return _0x24d37d;}var ci=class extends _0x3dff44{constructor(_0xa630bd){super(_0xa630bd),this['set']('hasContent',!0x1);}['refresh'](){const _0x3ad6e6=this['editor']['model']['document']['selection'];this['isEnabled']=!0x0,this['hasContent']=!0x1;for(const _0x3c1a32 of _0x3ad6e6['getRanges']())if(this['_hasContent'](_0x3c1a32))return void(this['hasContent']=!0x0);}['execute']({threadId:_0x57498e=_0x4e0aef(),ranges:_0x10ed9e,comment:_0x43c044}={}){const _0x57aeab=this['editor']['model'],_0x52a591=_0x10ed9e??Array['from'](_0x57aeab['document']['selection']['getRanges']()),_0x1d9235=[];for(const _0x1406d2 of _0x52a591)this['_hasContent'](_0x1406d2)&&_0x1d9235['push'](this['_trimToContent'](_0x1406d2));if(!_0x1d9235['length'])throw new _0xf4a2b6('addcommentthreadcommand-incorrect-ranges',null);_0x43c044&&this['_createCommentThread'](_0x57498e,_0x43c044),this['_createMarkersFromRanges'](_0x57498e,_0x1d9235,!!_0x43c044);}['_createMarkersFromRanges'](_0x264fe5,_0x3b4560,_0x441a65){this['editor']['model']['change'](_0x1e7d4b=>{for(const _0x32394f of _0x3b4560){const _0x37cfde='comment:'+_0x264fe5+':'+_0x4e0aef()['substr'](0x1,0x5);_0x1e7d4b['addMarker'](_0x37cfde,{'range':_0x32394f,'usingOperation':_0x441a65,'affectsData':_0x441a65});}});}['_createCommentThread'](_0x1ac40a,_0x121aa5){const _0x5b3665=this['editor']['plugins']['get']('CommentsRepository'),_0x566306=this['editor']['config']['get']('collaboration.channelId'),_0x185e95=this['editor']['plugins']['get']('Users')['me'];if(!_0x185e95)throw new _0xf4a2b6('addcommentthreadcommand-user-not-found',null);_0x5b3665['addCommentThread']({'threadId':_0x1ac40a,'channelId':_0x566306,'comments':[{'authorId':_0x185e95['id'],'content':_0x121aa5,'createdAt':new Date(),'attributes':{}}]});}['_hasContent'](_0x40b3ba){for(const _0x51557f of _0x40b3ba['getItems']())if(this['_itemIsContent'](_0x51557f))return!0x0;return!0x1;}['_itemIsContent'](_0x1beb02){return _0x1beb02['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x1beb02)&&!_0x1beb02['is']('element','tableCell');}['_trimToContent'](_0x33faca){const _0x333416=_0x274064=>!this['_itemIsContent'](_0x274064['item']),_0x30f5ab=_0x33faca['start']['getLastMatchingPosition'](_0x333416),_0x20e8cd=_0x33faca['end']['getLastMatchingPosition'](_0x333416,{'direction':'backward'});return this['editor']['model']['createRange'](_0x30f5ab,_0x20e8cd);}},di=class extends _0x49d365{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[ti];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x355d96){super(_0x355d96),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x7953b1=this['editor'],_0x33020f=_0x7953b1['model']['document']['selection'],_0x2b3939=_0x2e8ec0(()=>this['refreshSelectedViews'](),0xa);_0x33020f['on']('change:range',(_0x123431,_0x950be1)=>{_0x950be1['directChange']&&(_0x2b3939['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x7953b1['editing']['view']['document'],'change:isFocused',(_0x186d99,_0x434807,_0x3b0a61)=>{_0x3b0a61&&_0x2b3939();}),this['listenTo'](_0x7953b1['ui']['focusTracker'],'change:isFocused',(_0xe10e8,_0x4365e9,_0x50f8e6)=>{_0x50f8e6||this['fire']('blur',{'isAnnotationTracked':_0x5cc201=>this['_editorAnnotationsData']['has'](_0x5cc201['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x4da62a){if(this['_editorAnnotations']['has'](_0x4da62a['view']))return;this['_editorAnnotations']['add'](_0x4da62a['view']),this['editor']['ui']['focusTracker']['add'](_0x4da62a['view']['element']);const _0x1c800a=this['editor']['plugins']['get'](ti);this['listenTo'](_0x1c800a['collection'],'remove',(_0x481721,_0x5a7615)=>{this['editor']['ui']['focusTracker']['remove'](_0x5a7615['view']['element']),this['_editorAnnotations']['delete'](_0x5a7615['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x1a60ae){if('function'!=typeof _0x1a60ae)throw new _0xf4a2b6('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x1a60ae);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x4f470b,annotations:_0x3c754d}){const _0x33f711=[],_0x1a7623=this['editor']['model']['document']['selection'],_0x21edfe=Array['from'](_0x1a7623['getRanges']());for(const [_0x502681,_0xffaa15]of this['_editorAnnotationsData']){const _0x3a2860=_0x6626f2(_0xffaa15),_0x28b18b=_0x3c754d['getByInnerView'](_0x502681);_0x3a2860&&_0x28b18b&&_0x33f711['push']({'annotation':_0x28b18b,'range':_0x3a2860});}function _0x6626f2(_0x3eed34){for(const _0x52bfe3 of _0x3eed34)for(const _0x535791 of _0x21edfe)if(_0x52bfe3['containsRange'](_0x535791,!_0x1a7623['isCollapsed']))return _0x52bfe3;return null;}return _0x33f711['sort']((_0x5cdaf1,_0xc122c9)=>{const _0x37dd4f=_0x5cdaf1['range'],_0x1d51b2=_0xc122c9['range'];if(!_0x37dd4f['isEqual'](_0x1d51b2)){if(_0x37dd4f['containsRange'](_0x1d51b2,!0x0))return 0x1;if(_0x1d51b2['containsRange'](_0x37dd4f,!0x0))return-0x1;}return _0x5cdaf1['annotation']==_0x4f470b?-0x1:_0xc122c9['annotation']==_0x4f470b?0x1:0x0;})['map'](_0x252678=>_0x252678['annotation']);}get['_editorAnnotationsData'](){const _0x171738=new Map();for(const _0x5caa2b of Array['from'](this['_dataCollectors']))for(const [_0x119c1e,_0x41cdff]of _0x5caa2b())_0x171738['set'](_0x119c1e,_0x41cdff);return _0x171738;}},li=class extends _0x49d365{['afterInit'](){const _0x384a4e=this['editor'];_0x384a4e['plugins']['has']('RestrictedEditingModeEditing')&&_0x384a4e['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}},mi=class extends _0x49d365{constructor(_0x4d2f5d){super(_0x4d2f5d),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x2aa77f=this['editor'],_0x534d2e=_0x2aa77f['commands']['get']('importWord'),_0x338f7d=_0x2aa77f['plugins']['get'](_0x599743);_0x534d2e&&(_0x534d2e['on']('execute',(_0x34dbe6,[,_0x351915])=>{_0x351915['collaboration_features']={'comments':!0x0,'user_id':_0x338f7d['me']['id']};},{'priority':_0x3152ea['high']+0xa}),this['listenTo'](_0x534d2e,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x8bf893,_0x1fdc01){const {comment_threads:_0x168af1}=_0x1fdc01;_0x168af1&&_0x168af1['forEach'](({thread_id:_0x30d9f0,comments:_0x567cae,is_resolved:_0x279eaa})=>{const _0x2210c4=new Date(),_0x37eecb=_0x567cae['map'](({author:_0x57ef93,content:_0xc730a4,created_at:_0x3e04ba})=>({'content':_0xc730a4,'authorId':this['editor']['plugins']['get'](_0x599743)['me']['id'],'createdAt':_0x2210c4,'attributes':{'@external':{'authorName':_0x57ef93,'createdAt':_0x3e04ba?new Date(_0x3e04ba):new Date(),'source':'importWord'}}})),_0x2c21a9=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](oi)['addCommentThread']({'channelId':_0x2c21a9,'threadId':_0x30d9f0,'comments':_0x37eecb,'resolvedAt':_0x279eaa?_0x2210c4:null});});}},ui=class extends _0x49d365{constructor(_0x1f5d4a){super(_0x1f5d4a),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[pt,wt];}['afterInit'](){const _0x57c384=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x57c384,'contentInsertion',(_0x10a05b,_0x53f89f)=>this['_removeMarkersWithoutThreads'](_0x53f89f['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x445537){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x445537;const _0x341a37=this['editor']['plugins']['get']('CommentsRepository');for(const _0x24675b of _0x445537['keys']()){const [_0x1c8d56,_0x1f8e74]=_0x24675b['split'](':');'comment'!=_0x1c8d56||_0x341a37['hasCommentThread'](_0x1f8e74)||_0x445537['delete'](_0x24675b);}return _0x445537;}['_registerMarkerInClipboardPipeline'](){const _0x1d70ef=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x516103=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x516103&&_0x1d70ef['_registerMarkerToCopy']('comment',_0x516103);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x450d60){switch(_0x450d60){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}};function fi(_0x56e3db){const _0x308618=_0x56e3db['split'](':');return{'group':_0x308618[0x0],'id':_0x308618[0x1],'part':_0x308618[0x2]};}var pi=class extends _0x49d365{['init'](){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}['overrideMarkerConverters'](){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0xaff9f0,_0x52cb0e)=>{if(!_0x52cb0e['options']['showCommentHighlights'])return null;if(_0x52cb0e['options']['ignoreResolvedComments']){const {id:_0x4ad1ef}=fi(_0xaff9f0['markerName']);if(this['editor']['plugins']['get'](oi)['getCommentThread'](_0x4ad1ef)?.['isResolved']&&_0xaff9f0['item'])return _0x52cb0e['consumable']['consume'](_0xaff9f0['item'],'addMarker:'+_0xaff9f0['markerName']),_0x52cb0e['consumable']['consume'](_0xaff9f0['item'],'removeMarker:'+_0xaff9f0['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x2714df=>{_0x2714df['on']('addMarker:comment',(_0x354b82,_0x2c118d,_0x120d8d)=>{if(!_0x120d8d['options']['showCommentHighlights'])return;const _0xfab983=_0x2c118d['item'];if(!_0xfab983)return;const _0x1b81fb=_0x120d8d['mapper']['toViewElement'](_0xfab983);this['editor']['model']['schema']['isObject'](_0xfab983)&&_0x1b81fb&&!_0x1b81fb['getCustomProperty']('widget')&&_0x1b81fb['is']('containerElement')&&Ct(_0x1b81fb,_0x120d8d['writer']);},{'priority':'high'});});}['overrideHorizontalRuleConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x57e184,{writer:_0x207615,options:_0x3c15d4})=>{if(!_0x3c15d4['showCommentHighlights'])return null;const _0x50f720=_0x207615['createContainerElement']('div'),_0xf008d9=_0x207615['createEmptyElement']('hr');return _0x207615['addClass']('ck-horizontal-line',_0x50f720),_0x207615['insert'](_0x207615['createPositionAt'](_0x50f720,0x0),_0xf008d9),_0x50f720;},'converterPriority':'high'});}['overrideImageInlineConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x128dcd,{writer:_0x2552f9,options:_0x168935})=>{if(!_0x168935['showCommentHighlights'])return null;const _0xdda4e6=_0x2552f9['createContainerElement']('span'),_0x5484fd=_0x2552f9['createEmptyElement']('img');return _0x2552f9['addClass']('image-inline',_0xdda4e6),_0x2552f9['insert'](_0x2552f9['createPositionAt'](_0xdda4e6,0x0),_0x5484fd),_0xdda4e6;},'converterPriority':'high'});}['overrideMediaEmbedConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x357910,{writer:_0x1ab528,options:_0x5d39bb})=>{if(_0x5d39bb['showCommentHighlights'])return _0x1ab528['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x1c3c92,_0x3e1069,_0xb93245)=>{_0xb93245['options']['showCommentHighlights']&&_0x1c3c92['stop']();},{'priority':'high'});}},wi=class extends _0x49d365{static get['requires'](){return[oi,di,_0x599743,li,mi,ui,pi];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x69ac60){super(_0x69ac60),this['set']('isThreadsLoadingPaused',!0x0),_0x69ac60['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0xdc3dc7,_0x5a0f5f,_0x4eb785,_0x1c9f9c)=>{const _0x4f2b14=_0x69ac60['plugins']['get'](oi),_0x582cc3=_0x4eb785?fi(_0x4eb785)['id']:null;_0x69ac60['model']['change'](()=>{if(_0x582cc3){const _0x48bf21=this['getAllMarkersForId'](_0x582cc3);for(const _0x509e62 of _0x48bf21)_0x69ac60['editing']['reconvertMarker'](_0x509e62);}if(_0x1c9f9c){const {id:_0x52ea8c}=fi(_0x1c9f9c),_0x411238=_0x4f2b14['getCommentThread'](_0x52ea8c);if(_0x411238&&_0x411238['unlinkedAt'])return;if(_0x411238&&!_0x411238['isAttached'])return;const _0x108079=this['getAllMarkersForId'](_0x52ea8c);for(const _0x3bf13a of _0x108079)_0x69ac60['editing']['reconvertMarker'](_0x3bf13a);}}),_0x582cc3&&this['scrollToThreadMarker'](_0x582cc3);}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x40bed3=this['editor'],_0x91fd44=_0x40bed3['plugins']['get'](oi),_0x4be5b6=_0x40bed3['config']['get']('collaboration.channelId'),_0x4d8413=_0x91fd44['getCommentThreads']()['filter'](_0x404859=>_0x404859['channelId']!==_0x4be5b6);_0x40bed3['commands']['add']('addCommentThread',new ci(_0x40bed3)),this['listenTo'](_0x40bed3,'change:isReadOnly',(_0x2b6191,_0xa5037b,_0x47b362)=>{_0x91fd44['switchReadOnly'](_0x47b362,_0x40bed3['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x91fd44,gi('addCommentThread',_0x4be5b6),(_0x3e9642,{threadId:_0x416fab})=>{this['editor']['plugins']['get'](oi)['getCommentThread'](_0x416fab)?.['unlinkedAt']&&this['_attachArchivedThread'](_0x416fab);}),this['listenTo'](_0x91fd44,gi('removeCommentThread',_0x4be5b6),(_0x5668d2,{threadId:_0x1ee129})=>{_0x40bed3['model']['enqueueChange']({'isUndoable':!0x1},_0x21974e=>{const _0x63104d=this['getAllMarkersForId'](_0x1ee129);for(const _0x58f92e of _0x63104d)_0x21974e['removeMarker'](_0x58f92e);});}),this['listenTo'](_0x91fd44,gi('resolveCommentThread',_0x4be5b6),(_0x4d2a40,{threadId:_0x51efac})=>{this['_reconvertMarkers'](_0x51efac);const _0x9ef9b1=this['editor']['plugins']['get'](ti);(this['editor']['editing']['view']['hasDomSelection']||_0x9ef9b1['collection']['isFocused'])&&(this['editor']['plugins']['get'](oi)['getCommentThread'](_0x51efac)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x91fd44,gi('reopenCommentThread',_0x4be5b6),(_0x488a95,{threadId:_0xdaf72f})=>{this['_reconvertMarkers'](_0xdaf72f);},{'priority':'low'}),this['listenTo'](_0x91fd44,gi('addComment',_0x4be5b6),(_0x34d7bf,{threadId:_0x3d6261,isFromAdapter:_0x2faa9f})=>{const _0x5af37a=this['getAllMarkersForId'](_0x3d6261);!_0x2faa9f&&0x0!=_0x5af37a['length']&&_0x91fd44['hasCommentThread'](_0x3d6261)&&0x1===_0x91fd44['getCommentThread'](_0x3d6261)['length']&&_0x40bed3['model']['enqueueChange']({'isUndoable':!0x1},_0x34cb16=>{for(const _0x356acd of _0x5af37a)_0x34cb16['updateMarker'](_0x356acd,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0x4d8413);}['afterInit'](){!async function(_0x4eb5cd){const _0x121308='KpOBJGNSEgqCyfVF1kZ8lbnRjM7eIzAsDQHw9aThu6rcYi05UmPL4d3X2Wotvx',_0x3f2657=0x78de0,_0x5a95f9=window['Date']['now'](),_0x55c476=_0x4eb5cd['editor'],_0x355a05=new window['Promise'](_0x1b798a=>{_0x55c476['once']('ready',_0x1b798a);}),_0x5b17b1={'kty':'EC','use':'sig','crv':'P-256','x':'iCjOCvDFI6lQHHT18jVwRfkfHQ2a_MymT35LQVoFSAI','y':'kXIyJ4evtCEFRmxKSUpK9fDW459vXOvVrhf6uQAeOio','alg':'ES256'},_0x3675aa=_0x55c476['config']['get']('licenseKey');async function _0x52ccce(){let _0x521d09,_0x13dacf=null,_0x43a0b7=null;try{return'GPL'==_0x3675aa?'NotAllowed':(_0x521d09=_0xefb3c8(),_0x521d09?(_0x521d09['usageEndpoint']&&(_0x43a0b7=_0x2a9f66(_0x521d09['usageEndpoint'],_0x521d09['jti'])),await _0x50bf88()?_0x25b8b1()?_0x128c92()?'Expired':_0x2164cf()?('evaluation'==_0x521d09['licenseType']&&(_0x13dacf=_0x5be640('EvaluationLimit')),await _0x880da8()):'DomainLimit':'NotAllowed':'Invalid'):'Invalid');}catch{return'Invalid';}function _0x128c92(){const _0x3b82be=['evaluation','trial']['includes'](_0x521d09['licenseType'])?_0x5a95f9/0x3e8:0xe10*_0x3f2657;return _0x521d09['exp']<_0x3b82be;}function _0x25b8b1(){const _0x5ecbc5=_0x521d09['features'];if(!_0x5ecbc5)return!0x1;if(_0x5ecbc5['includes']('*'))return!0x0;if(_0x5ecbc5['includes']('CMT'))return!0x0;if(_0x5ecbc5['includes']('TRILIUM')&&_0x192c9b())return!0x0;if(_0x5ecbc5['includes']('RCMT')){if(_0x1872c6())return!0x0;if(_0x53c749()||_0x4e81f7())return!0x0;}return!0x1;}function _0x2164cf(){const _0x55de39=_0x521d09['licensedHosts'];if(!_0x55de39||0x0==_0x55de39['length'])return!0x0;const {hostname:_0x26add9}=new URL(window['location']['href']);if(_0x55de39['includes'](_0x26add9))return!0x0;const _0x5db2b5=_0x26add9['split']('.');return _0x55de39['filter'](_0xbc26ab=>_0xbc26ab['includes']('*'))['map'](_0x44219b=>_0x44219b['split']('.'))['filter'](_0x47159c=>_0x47159c['length']<=_0x5db2b5['length'])['map'](_0x5dd346=>Array(_0x5db2b5['length']-_0x5dd346['length'])['fill']('*'===_0x5dd346[0x0]?'*':'')['concat'](_0x5dd346))['some'](_0x3a5a63=>_0x5db2b5['every']((_0x332097,_0x3b5f61)=>_0x3a5a63[_0x3b5f61]===_0x332097||'*'===_0x3a5a63[_0x3b5f61]));}function _0x880da8(){return _0x13dacf&&_0x43a0b7?new window['Promise']((_0x5594dd,_0x564161)=>{_0x13dacf['then'](_0x5594dd,_0x564161),_0x43a0b7['then'](_0x28fb59=>{'Valid'!=_0x28fb59&&_0x5594dd(_0x28fb59);},_0x564161);}):_0x13dacf||_0x43a0b7||'Valid';}}function _0x2a9f66(_0x369695,_0x36d56d){return new window['Promise'](_0x2bddcb=>{if(_0x57300f())return _0x2bddcb('Valid');_0x5d0b58(),_0x55c476['decorate']('_sendUsageRequest');let _0x13f081=!0x1;const _0x1d3be8=_0x4e0aef();function _0x589a8f(_0x4c4ec1){return!!_0x4c4ec1&&('object'==typeof _0x4c4ec1||'function'==typeof _0x4c4ec1)&&'function'==typeof _0x4c4ec1['then']&&'function'==typeof _0x4c4ec1['catch'];}function _0x2421c5(_0x580c12){_0x51a38a(_0x580c12)['then'](_0xe15488=>_0xe15488&&'ok'==_0xe15488['status']?_0x553f3d(_0x540039(_0x1d3be8+_0x36d56d))!=_0xe15488['verification']?'UsageLimit':'Valid':'UsageLimit')['then'](_0x349169=>(_0x54bed3(),_0x349169),()=>{const _0x457b5c=_0x26f460();return null==_0x457b5c?(_0x54bed3(),'Valid'):_0x5a95f9-_0x457b5c>0x240c8400?'UsageLimit':'Valid';})['then'](_0x2bddcb)['catch'](()=>{_0x2bddcb('UsageLimit');});const _0x2f1cf9=0x36ee80;function _0x54bed3(){const _0x3a3422='llct-'+_0x553f3d(_0x540039(_0x369695)),_0x4d958a=_0x490d7d(_0x553f3d(window['Math']['ceil'](_0x5a95f9/_0x2f1cf9)));window['localStorage']['setItem'](_0x3a3422,_0x4d958a);}function _0x26f460(){const _0x3d7721='llct-'+_0x553f3d(_0x540039(_0x369695)),_0x4227de=window['localStorage']['getItem'](_0x3d7721);return _0x4227de?window['parseInt'](_0x490d7d(_0x4227de),0x10)*_0x2f1cf9:null;}function _0x51a38a(_0x5dfc2b){return new window['Promise']((_0x12fcea,_0x169f15)=>{_0x5dfc2b['then'](_0x12fcea,_0x169f15),window['setTimeout'](_0x169f15,0x1d4c0);});}}_0x55c476['on']('_sendUsageRequest',(_0x13b21b,_0x4e7d22)=>{if(_0x4e7d22[0x0]!=_0x369695)return _0x2bddcb('UsageLimit');_0x4e7d22[0x1]={..._0x4e7d22[0x1],'requestId':_0x1d3be8};},{'priority':'high'}),_0x55c476['on']('_sendUsageRequest',_0x4989b6=>{_0x589a8f(_0x4989b6['return'])&&(_0x13f081=!0x0,_0x2421c5(_0x4989b6['return']));},{'priority':'low'}),_0x355a05['then'](()=>{_0x13f081||_0x2bddcb('UsageLimit');});});function _0x57300f(){return'auto'==_0x55c476['editing']['view']['_overlayModeHint'];}function _0x5d0b58(){_0x55c476['editing']['view']['_overlayModeHint']='auto';}}function _0x5be640(_0x26f963){const _0xdb9949=[new window['Promise'](_0x2b4385=>setTimeout(_0x2b4385,0x93ecc)),_0x355a05['then'](()=>new window['Promise'](_0x191568=>{let _0x9aa7de=0x0;_0x55c476['model']['on']('applyOperation',(_0x26f7bc,_0x55729a)=>{_0x55729a[0x0]['isDocumentOperation']&&_0x9aa7de++,0x5e8==_0x9aa7de&&(_0x191568(),_0x26f7bc['off']());});}))];return window['Promise']['race'](_0xdb9949)['then'](()=>_0x26f963);}async function _0x3171c2(){await _0x355a05,_0x55c476['model']['change']=_0x33a9db,_0x55c476['model']['enqueueChange']=_0x33a9db,_0x55c476['enableReadOnlyMode']('model');}function _0x192c9b(){return window['glob']&&window['glob']['triliumVersion'];}function _0x1872c6(){return _0x98a554('WebSocketGateway')&&'connected'==_0x224d84('WebSocketGateway')['state'];}function _0x53c749(){return _0x98a554('RevisionViewerIntegration');}function _0x4e81f7(){return _0x98a554('TrackChangesDataGetter');}function _0x498c2c(_0x251b47){const _0x310d44=_0x59754b();_0x55c476[_0x310d44]='commentsLicenseKey'+_0x251b47,'Valid'!=_0x251b47&&_0x3171c2();}function _0x59754b(){const _0x2f3060=window['String'](window['performance']['now']())['replace']('.','');let _0x2e6241='K';for(let _0x1f1787=0x0;_0x1f1787<_0x2f3060['length'];_0x1f1787+=0x2){let _0x4b676d=window['parseInt'](_0x2f3060['substring'](_0x1f1787,_0x1f1787+0x2));_0x4b676d>=0x3e&&(_0x4b676d-=0x3e),_0x2e6241+=_0x121308[_0x4b676d];}return _0x2e6241;}function _0xefb3c8(){const _0x1a0ae2=_0x3675aa['split']('.');if(0x3!=_0x1a0ae2['length'])return null;return _0x169bd2(_0x1a0ae2[0x1]);function _0x169bd2(_0x10f4b8){const _0x28a461=_0x39f416(_0x10f4b8);return _0x28a461&&_0x5053a8()?_0x28a461:null;function _0x5053a8(){const _0xd891b1=_0x28a461['jti'],_0x5907b5=window['parseInt'](_0xd891b1['substring'](_0xd891b1['length']-0x8),0x10),_0x3c3b5c={..._0x28a461,'jti':_0xd891b1['substring'](0x0,_0xd891b1['length']-0x8)};return delete _0x3c3b5c['vc'],_0x540039(_0x3c3b5c)==_0x5907b5;}}}async function _0x50bf88(){let _0x4f9683=!0x0;try{const [_0x194833,_0x439838,_0x403996]=_0x3675aa['split']('.');return _0x3cfecc(_0x194833),await _0x3a9df8(_0x194833,_0x439838,_0x403996),_0x4f9683;}catch{return!0x1;}function _0x3cfecc(_0x19878e){const _0x11b0fd=_0x39f416(_0x19878e);_0x11b0fd&&'ES256'==_0x11b0fd['alg']||(_0x4f9683=!0x1);}async function _0x3a9df8(_0x59f61a,_0x1e7c47,_0x1a8f7c){const _0x473224=window['Uint8Array']['from'](_0xfa82fc(_0x1a8f7c),_0x305c26=>_0x305c26['charCodeAt'](0x0)),_0x3aabd4=new window['TextEncoder']()['encode'](_0x59f61a+'.'+_0x1e7c47),_0x3cd246=window['crypto']['subtle'];if(!_0x3cd246)return;const _0x87c28b=await _0x3cd246['importKey']('jwk',_0x5b17b1,{'name':'ECDSA','namedCurve':'P-256'},!0x1,['verify']);await _0x3cd246['verify']({'name':'ECDSA','hash':{'name':'SHA-256'}},_0x87c28b,_0x473224,_0x3aabd4)||(_0x4f9683=!0x1);}}function _0x39f416(_0x4cce42){return _0x4cce42['startsWith']('ey')?JSON['parse'](_0xfa82fc(_0x4cce42)):null;}function _0xfa82fc(_0x43ee40){return window['atob'](_0x43ee40['replace'](/-/g,'+')['replace'](/_/g,'/'));}function _0x540039(_0x4814d7){let _0x4a1a4b=0x1505;function _0x56b9db(_0x3d4718){for(let _0xf1045e=0x0;_0xf1045e<_0x3d4718['length'];_0xf1045e++){const _0x5402eb=_0x3d4718['charCodeAt'](_0xf1045e);_0x4a1a4b=(_0x4a1a4b<<0x5)+_0x4a1a4b+_0x5402eb,_0x4a1a4b&=_0x4a1a4b;}}function _0x51c117(_0x367df1){Array['isArray'](_0x367df1)?_0x367df1['forEach'](_0x51c117):_0x367df1&&'object'==typeof _0x367df1?Object['entries'](_0x367df1)['sort']()['forEach'](([_0x45b59c,_0x1cff93])=>{_0x56b9db(_0x45b59c),_0x51c117(_0x1cff93);}):_0x56b9db(window['String'](_0x367df1));}return _0x51c117(_0x4814d7),_0x4a1a4b>>>0x0;}function _0x553f3d(_0x4e3d8f){return _0x4e3d8f['toString'](0x10)['padStart'](0x8,'0');}function _0x490d7d(_0x1df879){return _0x1df879['split']('')['reverse']()['join']('');}function _0x98a554(_0x45b7e8){return _0x55c476['plugins']['has'](_0x45b7e8);}function _0x224d84(_0x50ff08){return _0x55c476['plugins']['get'](_0x50ff08);}function _0x33a9db(){}_0x498c2c(await _0x52ccce());}(this);}['destroy'](){const _0x18bd6c=this['editor']['plugins']['get'](oi),_0x3109e4=this['editor']['config']['get']('collaboration.channelId');for(const _0x409c24 of _0x18bd6c['getCommentThreads']({'channelId':_0x3109e4}))_0x18bd6c['_detachCommentThread'](_0x409c24['id']),_0x18bd6c['_threads']['delete'](_0x409c24['id']);super['destroy']();}['hasMarkerForId'](_0x54ec22){return this['getAllMarkersForId'](_0x54ec22)['length']>0x0;}['getAllMarkersForId'](_0x2a3ce4){const _0x19fe1f=[];for(const _0x39bbbe of this['editor']['model']['markers'])_0x39bbbe['name']['startsWith']('comment:'+_0x2a3ce4)&&_0x19fe1f['push'](_0x39bbbe);return _0x19fe1f;}['scrollToThreadMarker'](_0x4d1be6){setTimeout(()=>{const _0x48efc2=this['_getTargetForId'](_0x4d1be6);_0x48efc2&&this['activeMarker']&&fi(this['activeMarker'])['id']===_0x4d1be6&&_0x30ce45({'target':_0x48efc2[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0xc446bf){this['editor']['model']['change'](()=>{for(const _0x20aabd of this['getAllMarkersForId'](_0xc446bf))this['editor']['editing']['reconvertMarker'](_0x20aabd);});}['_attachArchivedThread'](_0xc9fb8a){const _0xff7f32=this['editor']['plugins']['get'](oi),_0x27a1c5=this['editor']['plugins']['get'](di),_0x266910=_0xff7f32['getCommentThread'](_0xc9fb8a);if(!_0x266910['isAttached']){const _0x30cce5=_0x266910['attachTo'](()=>this['_getTargetForId'](_0x266910['id']));_0x27a1c5['registerAnnotation'](_0x30cce5),_0x266910['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x19c363=this['editor'],_0x179621=_0x19c363['plugins']['get'](_0x599743);_0x19c363['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x593424,_0x50fed5)=>{const {id:_0x58a3b7}=fi(_0x593424['markerName']),_0x4917db=_0x19c363['plugins']['get'](oi)['getCommentThread'](_0x58a3b7),_0x5edf6d=this['activeMarker']&&fi(this['activeMarker'])['id']===_0x58a3b7;let _0x1b42d0;if(_0x4917db&&_0x4917db['isResolved']&&!_0x5edf6d&&_0x593424['item'])return _0x50fed5['consumable']['consume'](_0x593424['item'],'addMarker:'+_0x593424['markerName']),_0x50fed5['consumable']['consume'](_0x593424['item'],'removeMarker:'+_0x593424['markerName']),null;const _0x5d357f=['ck-comment-marker'];return _0x5edf6d&&_0x5d357f['push']('ck-comment-marker--active'),_0x1b42d0=_0x4917db?.['length']?_0x4917db['comments']['first']['author']['id']:_0x179621['me']['id'],{'classes':_0x5d357f,'attributes':{'data-comment':_0x58a3b7,'data-author-id':_0x1b42d0}};}}),_0x19c363['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x293ef9,{options:_0x606c3e})=>{if(_0x606c3e['showCommentHighlights'])return null;const _0x80b980=_0x19c363['plugins']['get'](oi),_0xe1ab46=_0x19c363['model']['markers']['get'](_0x293ef9),{id:_0x1aa100,part:_0x3177aa}=fi(_0x293ef9);return _0xe1ab46&&!_0xe1ab46['affectsData']||_0x606c3e['ignoreResolvedComments']&&_0x80b980['getCommentThread'](_0x1aa100)?.['isResolved']?null:{'group':'comment','name':_0x3177aa?_0x1aa100+':'+_0x3177aa:_0x1aa100};}}),_0x19c363['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x34951e,{writer:_0x5672bd})=>_0x5672bd['createElement']('$marker',{'data-name':'comment:'+_0x34951e['getAttribute']('id')})}),_0x19c363['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x1be631=this['editor'],_0x4b666d=_0x1be631['plugins']['get'](oi),_0x497120=new Set(),_0x3fb0a3=new Set();_0x1be631['model']['document']['registerPostFixer'](_0x346c17=>{let _0x88db9c=!0x1;for(const {name:_0x5ff31e,data:_0x3da0a6}of _0x1be631['model']['document']['differ']['getChangedMarkers']()){const {group:_0x17bd04,id:_0x103758}=fi(_0x5ff31e);let _0x591aca=_0x3da0a6['newRange'];if('comment'!==_0x17bd04||!_0x591aca)continue;const _0x398a7d='$graveyard'===_0x591aca['root']['rootName'];_0x398a7d||(_0x591aca=_i(_0x591aca,_0x1be631['model']),!_0x591aca||_0x591aca['isCollapsed']||!_0x3da0a6['newRange']||_0x591aca['isEqual'](_0x3da0a6['newRange']))?_0x1be631['model']['hasContent'](_0x591aca)&&!_0x398a7d?this['isThreadsLoadingPaused']?_0x497120['add'](_0x5ff31e):this['_handleThreadMarker'](_0x5ff31e,_0x103758):(_0x3fb0a3['add'](_0x5ff31e),_0x497120['delete'](_0x5ff31e),_0x346c17['removeMarker'](_0x5ff31e),_0x88db9c=!0x0):(_0x346c17['updateMarker'](_0x5ff31e,{'range':_0x591aca}),_0x88db9c=!0x0);}return _0x88db9c;}),this['on']('change:isThreadsLoadingPaused',(_0x5503c9,_0x4af0bf,_0x2a4364)=>{if(!_0x2a4364&&_0x497120['size'])for(const _0x3048f0 of _0x497120){const {id:_0x9a905f}=fi(_0x3048f0);_0x497120['delete'](_0x3048f0),_0x1be631['model']['markers']['get'](_0x3048f0)&&this['_handleThreadMarker'](_0x3048f0,_0x9a905f);}}),this['listenTo'](_0x1be631['model']['document'],'change',()=>{for(const {name:_0xc3b201,data:{newRange:_0x49b0ed}}of _0x1be631['model']['document']['differ']['getChangedMarkers']()){const {group:_0x2fb764,id:_0x21a6dc}=fi(_0xc3b201);if('comment'!==_0x2fb764)continue;const _0x56061a=_0x4b666d['getCommentThread'](_0x21a6dc),_0x237e31=this['hasMarkerForId'](_0x21a6dc);_0x56061a&&(!_0x56061a['_hasTargetInContent']&&_0x49b0ed&&_0x1be631['editing']['view']['once']('render',()=>{const _0x4c17f2=_0x1be631['plugins']['get'](ti),_0x55b7c3=_0x4b666d['_threadToController']['get'](_0x56061a)['view'];_0x4c17f2['getByInnerView'](_0x55b7c3)['refreshVisibility']();},{'priority':'low'}),_0x56061a['_hasTargetInContent']=_0x237e31||!!_0x49b0ed),_0x49b0ed||(_0x3fb0a3['add'](_0xc3b201),_0x497120['delete'](_0xc3b201));}for(const _0x5f4797 of _0x3fb0a3){const {id:_0x57d76c}=fi(_0x5f4797),_0x13880e=_0x4b666d['getCommentThread'](_0x57d76c);if(_0x497120['delete'](_0x5f4797),!_0x13880e)continue;const _0x4ce86=this['hasMarkerForId'](_0x57d76c);_0x4ce86||_0x13880e['isSubmitted']?_0x4ce86||_0x13880e['unlinkedAt']||_0x13880e['setUnlinkedAt'](new Date()):_0x13880e['remove']();}_0x3fb0a3['clear']();});}['_handleInitialThreads'](_0x203fe3){_0x203fe3['forEach'](_0x252b4b=>{_0x252b4b['unlinkedAt']&&this['_attachArchivedThread'](_0x252b4b['id']);});}['_getTargetForId'](_0x52ca3b){const _0x1f1177=this['editor'],_0x486c01=this['getAllMarkersForId'](_0x52ca3b);return _0x5d06b3(_0x1f1177['editing'],_0x486c01);}['_getTextContext'](_0x5cda98){const _0x2106ab=this['getAllMarkersForId'](_0x5cda98);let _0x2c1a8b='',_0x41c168=!0x1;for(const _0x42a2df of _0x2106ab){const _0x4f1a01=_0x42a2df['getRange']();for(const _0x28d673 of Array['from'](_0x4f1a01['getItems']()))_0x28d673['is']('$textProxy')?(_0x2c1a8b&&_0x41c168&&(_0x2c1a8b+='\x20',_0x41c168=!0x1),_0x2c1a8b+=_0x28d673['data']):_0x41c168=!0x0;_0x41c168=!0x0;}return _0x2c1a8b['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x8f1102,_0x5b8e22){const _0xb22e94=this['editor'],_0x3e280b=_0xb22e94['plugins']['get'](oi);let _0x3a2adf=_0x3e280b['getCommentThread'](_0x5b8e22);const _0x1bb995=_0xb22e94['config']['get']('collaboration.channelId'),_0x1c5131=_0xb22e94['plugins']['get'](di);return _0x3a2adf&&(_0x3a2adf['unlinkedAt']&&_0x3a2adf['setUnlinkedAt'](null),_0x3a2adf['isAttached'])||(this['getAllMarkersForId'](_0x5b8e22)[0x0]['managedUsingOperations']?_0x3e280b['fetchCommentThread']({'channelId':_0x1bb995,'threadId':_0x5b8e22})['then'](_0x50e320=>{if('destroyed'!==_0xb22e94['state']){if(_0x3a2adf=_0x50e320,_0x3a2adf&&!_0x3a2adf['isAttached']){const _0xf21fd5=_0x3a2adf['attachTo'](()=>this['_getTargetForId'](_0x5b8e22));_0x1c5131['registerAnnotation'](_0xf21fd5),_0x3a2adf['isResolved']&&this['_reconvertMarkers'](_0x5b8e22);}else{if(!_0x3a2adf){const _0x45390a=this['getAllMarkersForId'](_0x5b8e22);_0xb22e94['model']['change'](_0x468848=>{for(const _0x327b56 of _0x45390a)_0x468848['removeMarker'](_0x327b56);});}}}}):_0xb22e94['editing']['view']['once']('render',()=>{if(_0x3e280b['getCommentThread'](_0x5b8e22))return;const _0x473c7c=_0xb22e94['plugins']['get'](ti);_0x3a2adf=_0x3e280b['openNewCommentThread']({'channelId':_0x1bb995,'threadId':_0x5b8e22,'target':()=>this['_getTargetForId'](_0x5b8e22),'context':{'type':'text','value':this['_getTextContext'](_0x5b8e22)}});const _0x342a73=_0x3e280b['_threadToController']['get'](_0x3a2adf)['view'],_0x4ede50=_0x473c7c['getByInnerView'](_0x342a73);_0x4ede50&&_0x1c5131['registerAnnotation'](_0x4ede50);},{'priority':'low'})),_0x3a2adf;}['_handleThreadMarker'](_0x2274cc,_0x2c15d0){const _0x3ce8e9=this['_attachMarkerToThread'](_0x2274cc,_0x2c15d0);_0x3ce8e9&&!_0x3ce8e9['context']&&_0x3ce8e9['setContext']({'type':'text','value':this['_getTextContext'](_0x2c15d0)});}['_initAriaMarkerChangeAnnouncements'](){const _0x17a328=this['editor'];_0x29a9ac(_0x17a328['model'],({left:_0x19de21,entered:_0x533193})=>{for(const _0x2264e7 of _0x19de21)if(Ai(_0x2264e7)){_0x17a328['ui']['ariaLiveAnnouncer']['announce'](Et(_0x17a328['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x4fc028 of _0x533193)if(Ai(_0x4fc028)){_0x17a328['ui']['ariaLiveAnnouncer']['announce'](Et(_0x17a328['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0x36733e(_0x201e54)));break;}});}};function gi(_0x2de83a,_0x262747){return _0x262747?_0x2de83a+':'+_0x262747:_0x2de83a;}function _i(_0x166b6c,_0x4bd79c){const _0x414ca9=_0x4bd79c['schema'],_0x2d2e7c=_0x4bd79c['createRange'](_0x166b6c['start']);for(const _0x198d89 of _0x166b6c['getWalker']()){const {type:_0x134429,item:_0x551053,nextPosition:_0x1317e1}=_0x198d89;if('text'===_0x134429||_0x414ca9['isObject'](_0x551053)){const _0x33a2a3=_0x4bd79c['createPositionBefore'](_0x551053);_0x2d2e7c['isCollapsed']&&(_0x2d2e7c['start']=_0x33a2a3),_0x2d2e7c['end']=_0x1317e1;}}return _0x2d2e7c;}function Ai(_0x5f2c3a){return'comment'===fi(_0x5f2c3a['name'])['group'];}var vi=class extends _0x49d365{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CommentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[oi,wi,di,ti];}get['CommentsListView'](){return Lt;}get['CommentThreadInputView'](){return xt;}['init'](){const _0x5ee28c=this['editor'],_0x31297a=_0x5ee28c['plugins']['get'](oi),_0x1815a7=_0x5ee28c['plugins']['get'](wi),_0x501ad6=_0x5ee28c['plugins']['get'](ti),_0x59d1e2=_0x5ee28c['plugins']['get'](di);_0x5ee28c['ui']['componentFactory']['add']('comment',()=>{const _0x26a1e4=this['_createUIButton'](_0x465f26);return _0x26a1e4['tooltip']=!0x0,_0x26a1e4;}),_0x5ee28c['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](rt)),_0x59d1e2['addSourceCollector'](()=>{const _0x1b38a2=[];for(const [_0x116dac,_0x577799]of _0x31297a['_threadToController']){const _0x55841e=_0x1815a7['getAllMarkersForId'](_0x116dac['id']),_0x200483=_0x55841e['map'](_0x358788=>_0x358788['getRange']());_0x55841e['length']>0x0&&_0x1b38a2['push']([_0x577799['view'],_0x200483]);}return _0x1b38a2;}),this['listenTo'](_0x501ad6,'change:activeAnnotations',(_0x3d0195,_0x56e490,_0x3e5d26)=>{const _0x3c6e06=Array['from'](_0x3e5d26)['map'](_0x317b5c=>_0x317b5c['innerView'])['find'](_0x41005d=>_0x31297a['_viewToController']['has'](_0x41005d));if(!_0x3c6e06)return void(_0x1815a7['activeMarker']=null);const _0x16236c=_0x31297a['_viewToController']['get'](_0x3c6e06)['model']['id'],_0xb984b2='comment:'+_0x16236c;_0x16236c&&_0x1815a7['hasMarkerForId'](_0x16236c)?_0x1815a7['activeMarker']=_0xb984b2:_0x1815a7['activeMarker']&&(_0x1815a7['activeMarker']=null);}),this['listenTo'](_0x31297a,'removeCommentThread',(_0x382742,{threadId:_0xe78f55,isFromAdapter:_0xe9d82e})=>{!_0xe9d82e&&_0x5ee28c['ui']['focusTracker']['isFocused']&&_0x1815a7['hasMarkerForId'](_0xe78f55)&&_0x5ee28c['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x31297a,'addComment',(_0x4185ac,{threadId:_0x3f0657,isFromAdapter:_0x457dc2})=>{!_0x457dc2&&_0x1815a7['hasMarkerForId'](_0x3f0657)&&_0x31297a['hasCommentThread'](_0x3f0657)&&0x1===_0x31297a['getCommentThread'](_0x3f0657)['length']&&(_0x5ee28c['editing']['view']['focus'](),_0x4185ac['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x7f49e4=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x49e8c8;for(const _0x4227d8 in _0x7f49e4){const _0x48be51=_0x4227d8,_0x2e1481=_0x7f49e4[_0x48be51];if('commentsLicenseKeyValid'==_0x2e1481||'commentsLicenseKeyInvalid'==_0x2e1481||'commentsLicenseKeyExpired'==_0x2e1481||'commentsLicenseKeyDomainLimit'==_0x2e1481||'commentsLicenseKeyNotAllowed'==_0x2e1481||'commentsLicenseKeyEvaluationLimit'==_0x2e1481||'commentsLicenseKeyUsageLimit'==_0x2e1481){delete _0x7f49e4[_0x48be51],_0x49e8c8=_0x2e1481,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x49e8c8&&_0x7f49e4['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x49e8c8&&_0x7f49e4['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x49e8c8&&_0x7f49e4['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x49e8c8&&_0x7f49e4['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x49e8c8&&_0x7f49e4['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyUsageLimit'==_0x49e8c8&&_0x7f49e4['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_createUIButton'](_0x42d31e){const _0x1031de=this['editor'],_0x318de1=new _0x42d31e(_0x1031de['locale']),_0x5a1218=_0x1031de['commands']['get']('addCommentThread');return _0x318de1['set']({'label':Et(_0x1031de['locale'],'Comment'),'icon':_0x15d386}),_0x318de1['bind']('isEnabled')['to'](_0x5a1218,'isEnabled',_0x5a1218,'hasContent',(_0x1cdc1b,_0x568884)=>_0x1cdc1b&&_0x568884),this['listenTo'](_0x318de1,'execute',()=>{_0x5a1218['execute']();}),_0x318de1;}},yi=class extends _0x49d365{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[wi];}constructor(_0x48b28c){super(_0x48b28c),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x168cb3,_0x2f2776,_0x4456ee)=>{_0x4456ee?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x810af7,_0x3192c1]of this['editor']['commands'])_0x3192c1['affectsData']&&'addCommentThread'!==_0x810af7&&_0x3192c1['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode'),this['editor']['plugins']['has']('RevisionTracker')&&this['editor']['plugins']['get']('RevisionTracker')['forceDisabled']('commentsOnlyMode'),this['editor']['plugins']['has']('SourceEditing')&&this['editor']['plugins']['get']('SourceEditing')['forceDisabled']('commentsOnlyMode'),this['editor']['commands']['get']('editSource')?.['forceDisabled']('commentsOnlyMode');const _0x301992=this['editor']['editing']['view']['document'];this['listenTo'](_0x301992,'cut',_0x2c6d57=>_0x2c6d57['stop'](),{'priority':'highest'}),this['listenTo'](_0x301992,'clipboardInput',_0x4c1ffb=>_0x4c1ffb['stop'](),{'priority':'highest'}),this['listenTo'](_0x301992,'delete',_0x36590d=>_0x36590d['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x30dfc8,_0x5b393c]of this['editor']['commands'])_0x5b393c['affectsData']&&'addCommentThread'!==_0x30dfc8&&_0x5b393c['clearForceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('RevisionTracker')&&this['editor']['plugins']['get']('RevisionTracker')['clearForceDisabled']('commentsOnlyMode'),this['editor']['plugins']['has']('SourceEditing')&&this['editor']['plugins']['get']('SourceEditing')['clearForceDisabled']('commentsOnlyMode'),this['editor']['commands']['get']('editSource')?.['clearForceDisabled']('commentsOnlyMode'),this['stopListening'](this['editor']['editing']['view']['document']);}},Ti=class extends _0x6aba6a{['activeUIs'];['uisData'];['_uis'];static get['requires'](){return[ti];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x37e77e){super(_0x37e77e),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}['init'](){const _0x542c32=this['context']['plugins']['get'](ti);this['listenTo'](_0x542c32,'_activateAnnotation',(_0x25d084,_0x5bb89e)=>{for(const _0x2eddae of this['activeUIs']){const _0x229a8b=this['_uis']['get'](_0x2eddae);(0x0,this['uisData']['get'](_0x2eddae)['filter'])(_0x5bb89e)&&_0x229a8b['setActiveAnnotation'](_0x5bb89e);}}),this['listenTo'](_0x542c32,'_deactivateAllAnnotations',()=>{for(const _0x19dcaa of this['activeUIs'])this['_uis']['get'](_0x19dcaa)['setActiveAnnotation'](null);}),this['listenTo'](_0x542c32['_visibleAnnotations'],'add',(_0x11b81a,_0x1fbf57)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x1fbf57);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x20b545){return this['activeUIs']['has'](_0x20b545);}['activate'](_0x1899ed,_0x52cb10=this['defaultFilter']){const _0x58c76b=this['context']['plugins']['get'](ti);if(!this['_uis']['has'](_0x1899ed))throw new _0xf4a2b6('annotationsuis-missing-ui',this,{'uiName':_0x1899ed});this['isActive'](_0x1899ed)&&this['deactivate'](_0x1899ed),this['activeUIs']['add'](_0x1899ed);const _0x78d20b=new Jt();Qt({'source':_0x58c76b['_visibleAnnotations'],'target':_0x78d20b,'filter':_0x52cb10}),this['uisData']['set'](_0x1899ed,{'collection':_0x78d20b,'filter':_0x52cb10});const _0x181a58=this['_uis']['get'](_0x1899ed);_0x181a58['attach'](_0x78d20b),this['listenTo'](_0x181a58,'change:activeAnnotation',(_0x4e1b4d,_0x10c1f1,_0x59877e,_0x1e9e75)=>{_0x1e9e75&&_0x58c76b['_removeActiveAnnotation'](_0x1e9e75),_0x59877e&&_0x58c76b['_addActiveAnnotation'](_0x59877e);});}['deactivate'](_0x50cf13){if(this['activeUIs']['delete'](_0x50cf13),!this['_uis']['has'](_0x50cf13))throw new _0xf4a2b6('annotationsuis-missing-ui',this,{'uiName':_0x50cf13});const _0x3e30f7=this['_uis']['get'](_0x50cf13);_0x3e30f7['detach'](),this['stopListening'](_0x3e30f7),this['uisData']['get'](_0x50cf13)['collection']['destroy'](),this['uisData']['delete'](_0x50cf13);}['switchTo'](_0x53e4b2){if(!this['_uis']['has'](_0x53e4b2))throw new _0xf4a2b6('annotationsuis-missing-ui',this,{'uiName':_0x53e4b2});const _0x45e5d9=this['context']['plugins']['get'](ti),_0x597c3a=Array['from'](_0x45e5d9['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x53e4b2);const _0x15b484=this['_uis']['get'](_0x53e4b2);_0x15b484['setActiveAnnotation'](_0x597c3a),_0x15b484['_setSelectedAnnotations']&&_0x597c3a&&_0x15b484['_setSelectedAnnotations']([_0x597c3a]);}['deactivateAll'](){for(const _0x1237fd of this['activeUIs'])this['deactivate'](_0x1237fd);}['register'](_0x16bdb8,_0x3ced99){if(this['_uis']['has'](_0x16bdb8))throw new _0xf4a2b6('annotationsuis-register-already-registered');if('function'!=typeof _0x3ced99['attach']||'function'!=typeof _0x3ced99['detach']||'function'!=typeof _0x3ced99['setActiveAnnotation'])throw new _0xf4a2b6('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x16bdb8,_0x3ced99);}['refilterAnnotations'](){const _0x29183f=this['context']['plugins']['get'](ti)['collection'],_0x5dfee7=new Map(),_0x3422f7=Array['from'](this['activeUIs']);for(const _0x59c001 of this['activeUIs']){const _0x49150f=this['uisData']['get'](_0x59c001)['collection'];for(const _0x24475c of _0x49150f)_0x5dfee7['set'](_0x24475c,_0x59c001);}for(const _0x5db587 of _0x29183f){const _0x5dc5dc=_0x5dfee7['get'](_0x5db587);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x5db587);const _0x44bf6a=_0x3422f7['find'](_0x53473c=>this['uisData']['get'](_0x53473c)['filter'](_0x5db587));_0x5dc5dc!==_0x44bf6a&&(_0x5dc5dc&&this['uisData']['get'](_0x5dc5dc)['collection']['remove'](_0x5db587),_0x44bf6a&&this['uisData']['get'](_0x44bf6a)['collection']['add'](_0x5db587));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['defaultFilter'](){return!0x0;}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x330ed6){const _0x5ab20f=[];for(const _0x4029ea of this['activeUIs']){(0x0,this['uisData']['get'](_0x4029ea)['filter'])(_0x330ed6)&&_0x5ab20f['push'](_0x4029ea);}if(_0x5ab20f['length']>0x1)throw new _0xf4a2b6('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x5ab20f,'annotationType':_0x330ed6['type']});}};const Ci=/* #__PURE__ -- @preserve */
|
|
32
|
-
|
|
33
|
-
_0x20a9bf('px');var Ei=class extends ht{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x46a42b){super(_0x46a42b),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x18ed46,_0x5c9f27)=>_0x18ed46+_0x5c9f27),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Xt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x305b63=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x305b63['to']('isAnimationDisabled',_0x294725=>_0x294725?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x305b63['to']('top',_0x4dc74e=>bi(_0x4dc74e))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0xb9e49f=this['element']['clientHeight'];_0xb9e49f&&(this['height']=_0xb9e49f);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}},ki=class extends _0x6aba6a{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3ab261){super(_0x3ab261),this['set']('_lastItem',void 0x0),this['view']=this['_createSidebarView'](),this['set']('container',null),this['_spaceBetweenItems']=0x19,this['_sidebarItemViewToAnnotation']=new Map(),this['_annotationToSidebarItemView']=new Map(),this['context']['config']['define']('sidebar.preventScrollOutOfView',!0x1),this['_annotations']=null,this['_activeAnnotation']=null,this['_recalculateBuffer']=[];}['init'](){const _0x349f31=this['context']['config']['get']('sidebar.container');_0x349f31&&this['setContainer'](_0x349f31);}['setContainer'](_0x485138){if(!Oi(_0x485138))throw new _0xf4a2b6('sidebar-setcontainer-invalid-element');this['container']=_0x485138;}['_attachToContainer']({viewClass:_0x4b15ba='',spaceBetweenItems:_0x2bd7c8=0x19}={}){if(!Oi(this['container']))throw new _0xf4a2b6('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x4b15ba,this['_spaceBetweenItems']=_0x2bd7c8;}['rearrange']({removedAnnotation:_0x50cb83,previousAnnotation:_0x4f5955,nextAnnotation:_0x1ec6ad}){const _0x2a7c4d=this['getSidebarItemView'](_0x50cb83);this['view']['list']['remove'](_0x2a7c4d),this['_destroySidebarItemView'](_0x50cb83),_0x4f5955&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x4f5955)),_0x1ec6ad&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x1ec6ad)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x8c5c88,activatedAnnotation:_0x4312c4,disableAnimationOnActivatedAnnotation:_0x2deb69}){if(this['_activeAnnotation']=_0x4312c4,_0x8c5c88){_0x8c5c88['isActive']=!0x1;const _0x2c7cdb=this['getSidebarItemView'](_0x8c5c88);_0x2c7cdb&&_0x2deb69&&(_0x2c7cdb['isAnimationDisabled']=!0x1);}if(_0x4312c4){const _0x151dc9=this['getSidebarItemView'](_0x4312c4);_0x151dc9&&(_0x4312c4['isActive']=!0x0,_0x2deb69&&(_0x151dc9['isAnimationDisabled']=!0x0,_0x151dc9['top']+=0x1),this['_alignToTargetRect'](_0x151dc9));}}['_detachFromContainer'](_0x2f79f3){if(this['view']['element']['remove'](),_0x2f79f3){for(const _0x279d76 of _0x2f79f3)this['_destroySidebarItemView'](_0x279d76);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x23066a,_0x427aad){_0x427aad||(_0x427aad=_0x23066a['view']);const _0x58226a=new Ei(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x58226a,_0x23066a),this['_annotationToSidebarItemView']['set'](_0x23066a,_0x58226a),_0x58226a['content']['add'](_0x427aad),this['listenTo'](_0x23066a['view'],'change:targetRect',(_0x146870,_0x63bf59,_0x207c94)=>{const _0x3af337=this['_getTargetTop'](_0x23066a,_0x207c94);_0x58226a['_targetTop']!=_0x3af337&&(_0x58226a['_targetTop']=_0x3af337,this['_setItemTop'](_0x58226a,_0x3af337));}),this['listenTo'](_0x58226a,'change:top',()=>{this['_recalculate'](_0x58226a,'top');}),this['listenTo'](_0x58226a,'change:bottom',()=>{this['_recalculate'](_0x58226a,'bottom');}),this['_alignToTargetRect'](_0x58226a);const _0x46ae95=this['_getItemBefore'](_0x58226a);return _0x46ae95&&this['_alignAfterItem'](_0x46ae95,_0x58226a)||this['_alignToTargetRect'](_0x58226a),this['_updateLastItem'](),this['view']['list']['add'](_0x58226a),_0x58226a;}['_alignForTopChange'](_0xb92c92){if(!_0xb92c92['content']['length'])return;const _0x287e31=this['_getItemBefore'](_0xb92c92);if(!_0x287e31)return;const _0x3fe894=this['_sidebarItemViewToAnnotation']['get'](_0x287e31),_0x105d8c=this['_activeAnnotation'];_0x105d8c&&_0x105d8c===_0x3fe894?this['_alignAfterItem'](_0x287e31,_0xb92c92):this['_alignBeforeItem'](_0xb92c92,_0x287e31);}['_alignForBottomChange'](_0x420675){if(!_0x420675['content']['length'])return;const _0x4d3c15=this['_getItemAfter'](_0x420675);if(!_0x4d3c15)return;const _0x247862=this['_sidebarItemViewToAnnotation']['get'](_0x4d3c15),_0x4d9586=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x42a3dd=this['_activeAnnotation'];_0x42a3dd&&_0x42a3dd===_0x247862&&_0x4d9586?(this['_alignBeforeItem'](_0x4d3c15,_0x420675),this['_alignAfterItem'](_0x420675,_0x4d3c15)):_0x42a3dd&&_0x42a3dd===_0x247862?this['_alignBeforeItem'](_0x4d3c15,_0x420675):this['_alignAfterItem'](_0x420675,_0x4d3c15);}['_recalculate'](_0x4fae31,_0x4e5be3){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x2df88d,changedProp:_0xc31c56}of this['_recalculateBuffer'])'top'===_0xc31c56?this['_alignForTopChange'](_0x2df88d):this['_alignForBottomChange'](_0x2df88d);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x4fae31,'changedProp':_0x4e5be3});}['getSidebarItemView'](_0x16d85b){return this['_annotationToSidebarItemView']['get'](_0x16d85b);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x23ea37){const _0x459c0b=this['getSidebarItemView'](_0x23ea37);this['stopListening'](_0x459c0b),this['stopListening'](_0x23ea37['view']),_0x459c0b['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x23ea37),this['_sidebarItemViewToAnnotation']['delete'](_0x459c0b);}['_createSidebarView'](){const _0x2c6d4d=new Ii(this['context']['locale']);return _0x2c6d4d['render'](),this['on']('change:_lastItem',(_0x1afe86,_0x59959b,_0x59a7b0,_0x20a637)=>{_0x20a637&&_0x2c6d4d['unbind']('minHeight'),_0x59a7b0?_0x2c6d4d['bind']('minHeight')['to'](_0x59a7b0,'bottom'):_0x2c6d4d['minHeight']=null;}),_0x2c6d4d;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x3fa903){const _0x1a7167=this['_sidebarItemViewToAnnotation']['get'](_0x3fa903),_0x1b5e97=_0x1a7167&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x1a7167)-0x1);return _0x1b5e97&&this['getSidebarItemView'](_0x1b5e97)||null;}['_getItemAfter'](_0x59e8ea){const _0xe3437a=this['_sidebarItemViewToAnnotation']['get'](_0x59e8ea),_0x376041=_0xe3437a&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0xe3437a)+0x1);return _0x376041&&this['getSidebarItemView'](_0x376041)||null;}['_alignBeforeItem'](_0x477453,_0x2c6bd4){_0x477453['updateHeight']();const _0x24b2de=Ni(_0x2c6bd4['bottom']+this['_spaceBetweenItems'],_0x477453['top']);return!!_0x24b2de&&(this['_setItemTop'](_0x2c6bd4,_0x2c6bd4['top']-_0x24b2de),!0x0);}['_alignAfterItem'](_0x62b301,_0x4fb947){_0x62b301['updateHeight']();const _0x7343fb=Ni(_0x62b301['bottom']+this['_spaceBetweenItems'],_0x4fb947['top']);return!!_0x7343fb&&(this['_setItemTop'](_0x4fb947,_0x4fb947['top']+_0x7343fb,!0x1),!0x0);}['_alignToTargetRect'](_0x16e32a){const _0x56c292=this['_sidebarItemViewToAnnotation']['get'](_0x16e32a);if(!_0x56c292||!_0x56c292['target']||!_0x56c292['targetRect'])return;const _0x364cfa=this['_getTargetTop'](_0x56c292,_0x56c292['targetRect']);this['_setItemTop'](_0x16e32a,_0x364cfa);}['_getTargetTop'](_0x58d5fe,_0x1b5384){if(null===_0x1b5384)return 0x0;if(_0x58d5fe['target']instanceof _0x407ea7)return _0x1b5384['top'];{const _0x19e9a8=new _0x407ea7(this['view']['element'])['top'];return _0x1b5384['top']-_0x19e9a8;}}['_setItemTop'](_0x535432,_0x58b594,_0x53ef5a=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x53ef5a&&(_0x58b594=Math['max'](_0x58b594,this['_getMaxAvailableTop'](_0x535432))),_0x535432['top']=_0x58b594;}['_getMaxAvailableTop'](_0x4604fe){let _0x16d5a2=this['_getItemBefore'](_0x4604fe),_0x4b6260=0x0;for(;_0x16d5a2;)_0x16d5a2['updateHeight'](),_0x4b6260+=this['_spaceBetweenItems']+_0x16d5a2['height'],_0x16d5a2=this['_getItemBefore'](_0x16d5a2);return _0x4b6260;}};function Ni(_0x526639,_0x249f3f){return Math['max'](_0x526639-_0x249f3f,0x0);}function Oi(_0x5eea4e){return null!==_0x5eea4e&&'object'==typeof _0x5eea4e&&0x1===_0x5eea4e['nodeType'];}var Mi=class extends _0x6aba6a{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[ki,Ti];}static get['pluginName'](){return'WideSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x41de08){super(_0x41de08),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x476485(),this['_refreshPositioningDebounced']=_0x2e8ec0(()=>{_0x41de08['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x5b6846=this['context']['plugins']['get'](Ti),_0x3d514a=this['context']['plugins']['get'](ki);_0x5b6846['register']('wideSidebar',this),_0x3d514a['container']&&_0x5b6846['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x21b82d){if(_0x21b82d===this['activeAnnotation'])return;const _0x333018=this['context']['plugins']['get'](ki);_0x333018['_activeAnnotation']=_0x21b82d;const _0x3e9d25=this['activeAnnotation'];_0x333018['refresh']({'blurredAnnotation':_0x3e9d25,'activatedAnnotation':_0x21b82d}),this['activeAnnotation']=_0x21b82d;}['attach'](_0x4c7b99){this['annotations']=_0x4c7b99;const _0x2ddf07=this['context']['plugins']['get'](ki);if(_0x2ddf07['_annotations']=_0x4c7b99,this['isAttached'])throw new _0xf4a2b6('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x2ddf07,'set:container',()=>{this['detach'](),this['listenTo'](_0x2ddf07,'change:container',_0x538287=>{_0x538287['off'](),this['attach'](_0x4c7b99);});}),_0x2ddf07['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x48a1f7=_0x34b7ab=>{_0x34b7ab['updateTargetRect'](),_0x2ddf07['addAnnotation'](_0x34b7ab);};for(const _0x432b30 of _0x4c7b99)_0x48a1f7(_0x432b30);this['listenTo'](_0x4c7b99,'add',(_0x2e547b,_0x232a4a)=>{_0x48a1f7(_0x232a4a);}),this['listenTo'](_0x4c7b99,'remove',(_0x22fac1,_0x165b1e,_0x59d5da)=>{_0x2ddf07['rearrange']({'removedAnnotation':_0x165b1e,'previousAnnotation':_0x4c7b99['get'](_0x59d5da-0x1),'nextAnnotation':_0x4c7b99['get'](_0x59d5da+0x1)}),_0x165b1e===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x4c7b99,'focus',(_0x5db4e6,_0xe398d4)=>{this['setActiveAnnotation'](_0xe398d4);}),this['listenTo'](_0x4c7b99,'blur',()=>{this['setActiveAnnotation'](null);});const _0x273498=this['context']instanceof _0x20c5a3?this['context']['editors']:new _0x476485([this['context']]);for(const _0x1ae436 of _0x273498)this['_integrateWithEditorAnnotations'](_0x1ae436);this['listenTo'](_0x273498,'add',(_0x4e85ef,_0x16b3ab)=>{this['listenTo'](_0x16b3ab,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x16b3ab);});}),this['listenTo'](_0x273498,'remove',(_0xe595aa,_0x5818d7)=>{_0x5818d7['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x5818d7['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0xf4a2b6('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x2d68b5=this['context']['plugins']['get'](ki);_0x2d68b5['_detachFromContainer'](this['annotations']),this['stopListening'](_0x2d68b5),this['stopListening'](this['annotations']),this['context']instanceof _0x20c5a3&&this['stopListening'](this['context']['editors']);for(const _0x4bc846 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x4bc846);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0xc3369){if(!_0xc3369['plugins']['has']('EditorAnnotations'))return;const _0x50e2e4=_0xc3369['plugins']['get']('EditorAnnotations'),_0x18e408=()=>{const _0x15106b=_0x50e2e4['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x15106b[0x0]||null);};this['listenTo'](_0x50e2e4,'refresh',_0x18e408),this['listenTo'](_0x50e2e4,'blur',(_0x4d51a3,{isAnnotationTracked:_0x3ca1f9})=>{this['activeAnnotation']&&_0x3ca1f9(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x50e2e4,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x734245=>{_0x50e2e4['hasDomSelection']()&&(_0x18e408(),_0x734245['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x50e2e4);}['_destroyEditorAnnotationsIntegration'](_0x45e647){this['stopListening'](_0x45e647),this['_editorAnnotations']['remove'](_0x45e647);}},Ri=class extends _0x465f26{['counterView'];constructor(_0x412e25){super(_0x412e25);const _0x14182d=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x2afa69,_0x51ac06)=>_0x2afa69?'...':_0x51ac06['toString']()),this['set']('annotationType',''),this['icon']=_0x15d386,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new ht(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x14182d['to']('annotationType',_0x269958=>'ck-annotation-counter__badge--'+_0x269958),_0x14182d['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x14182d['to']('_badge')}]}),this['children']['add'](this['counterView']);}},Si=class extends _0x6aba6a{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[ki,Ti];}static get['pluginName'](){return'NarrowSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1a3466){super(_0x1a3466),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=new(_0x571ba5())(),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x476485(),this['_refreshPositioningDebounced']=_0x2e8ec0(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](Ti)['register']('narrowSidebar',this),this['bodyCollection']=new _0x408a86(this['context']['locale']),this['balloonPanelView']=new _0x46a25b(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x3a59d5){this['annotations']=_0x3a59d5;const _0x3f7bc7=this['context']['plugins']['get'](ki),_0x1874a5=this['balloonPanelView'];if(_0x3f7bc7['_annotations']=_0x3a59d5,this['isAttached'])throw new _0xf4a2b6('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x3f7bc7,'set:container',()=>{this['detach'](),this['listenTo'](_0x3f7bc7,'change:container',_0x1c29e1=>{_0x1c29e1['off'](),this['attach'](_0x3a59d5);});}),_0x3f7bc7['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x2de04e=_0x52cffe=>{const _0x347235=new Ri(this['context']['locale']);_0x3f7bc7['addAnnotation'](_0x52cffe,_0x347235),this['_annotationToNarrowView']['set'](_0x52cffe,_0x347235),_0x347235['bind']('isDirty','annotationType','number')['to'](_0x52cffe['view'],'isDirty','type','length'),_0x347235['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x1874a5['content']['first']!==_0x52cffe['view']?(this['_showBalloon'](_0x52cffe),_0x52cffe['view']['element']['focus'](),this['setActiveAnnotation'](_0x52cffe)):this['setActiveAnnotation'](null);});};for(const _0x1886e5 of _0x3a59d5)_0x2de04e(_0x1886e5);this['listenTo'](_0x3a59d5,'add',(_0x1e75a2,_0x5472f9)=>{_0x2de04e(_0x5472f9);}),this['listenTo'](_0x3a59d5,'remove',(_0x5262c1,_0x50914d,_0x571774)=>{this['_annotationToNarrowView']['get'](_0x50914d)['destroy'](),this['_annotationToNarrowView']['delete'](_0x50914d),_0x3f7bc7['rearrange']({'removedAnnotation':_0x50914d,'previousAnnotation':_0x3a59d5['get'](_0x571774-0x1),'nextAnnotation':_0x3a59d5['get'](_0x571774+0x1)}),_0x50914d===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x3a59d5,'focus',(_0x177242,_0xc5c855)=>{this['setActiveAnnotation'](_0xc5c855);}),this['listenTo'](_0x3a59d5,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x381c11,_0x52d8d7)=>{_0x52d8d7['keyCode']===_0x2ff755['esc']&&_0x1874a5['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x1874a5['content']['first']),this['_hideBalloon'](),_0x52d8d7['stopPropagation'](),_0x52d8d7['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x126576,_0x4bbc96)=>{const _0x46e362=_0x4bbc96['target'];_0x1874a5['isVisible']&&_0x1874a5['element']['contains'](_0x46e362)||_0x3f7bc7['view']['element']['contains'](_0x46e362)||_0x126576['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x3abce4=>_0x3abce4['contains'](_0x46e362))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0xda7659=this['context']instanceof _0x20c5a3?this['context']['editors']:new _0x476485([this['context']]);for(const _0x5d278c of _0xda7659)this['_integrateWithEditorAnnotations'](_0x5d278c);this['listenTo'](_0xda7659,'add',(_0x9dee9d,_0x409547)=>{this['listenTo'](_0x409547,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x409547);});}),this['listenTo'](_0xda7659,'remove',(_0x47b0e9,_0x10fd12)=>{_0x10fd12['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x10fd12['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x359df7){if(_0x359df7===this['activeAnnotation'])return;const _0x780550=this['context']['plugins']['get'](ki);_0x780550['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x359df7,'disableAnimationOnActivatedAnnotation':!0x0}),_0x359df7&&_0x780550['getSidebarItemView'](_0x359df7)?this['_showBalloon'](_0x359df7):this['_hideBalloon'](),this['activeAnnotation']=_0x359df7;}['detach'](){if(!this['isAttached'])throw new _0xf4a2b6('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x4e70af=this['context']['plugins']['get'](ki);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x2238cd=>_0x2238cd['destroy']()),this['_annotationToNarrowView']['clear'](),_0x4e70af['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x20c5a3&&this['stopListening'](this['context']['editors']);for(const _0x16a6d7 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x16a6d7);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['_selectedAnnotations']=[],this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['bodyCollection']['detachFromDom']();}['_integrateWithEditorAnnotations'](_0x5a2710){if(!_0x5a2710['plugins']['has']('EditorAnnotations'))return;const _0x144bed=_0x5a2710['plugins']['get']('EditorAnnotations'),_0x10bbc1=this['context']['plugins']['get'](ki),_0x3cdac6=this['annotations'],_0x4c32cf=this['balloonPanelView'],_0x5d68a1=()=>{const _0x415ad6=_0x144bed['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x415ad6),this['setActiveAnnotation'](_0x415ad6[0x0]||null);};this['listenTo'](_0x144bed,'refresh',_0x5d68a1),this['listenTo'](_0x144bed,'blur',(_0x56737b,{isAnnotationTracked:_0x1bb227})=>{this['activeAnnotation']&&_0x1bb227(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x144bed,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x3cdac6,'blur',_0x1bd960=>{_0x144bed['hasDomSelection']()&&_0x1bd960['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x32db4c,_0x4ffada)=>{const _0x5c56ec=_0x4ffada['target'];_0x4c32cf['isVisible']&&_0x4c32cf['element']['contains'](_0x5c56ec)||_0x10bbc1['view']['element']['contains'](_0x5c56ec)||this['activeAnnotation']&&_0x144bed['hasDomSelection']()&&(_0x5d68a1(),_0x32db4c['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x144bed);}['_destroyEditorAnnotationsIntegration'](_0x919c48){_0x919c48&&(this['stopListening'](_0x919c48),this['_editorAnnotations']['remove'](_0x919c48));}['_setSelectedAnnotations'](_0x2f08b6){for(const _0x2b143e of this['_selectedAnnotations'])_0x2f08b6['includes'](_0x2b143e)||this['_manuallyClosedAnnotationViews']['delete'](_0x2b143e['view']);this['_selectedAnnotations']=_0x2f08b6;}['_refreshPositioning'](){const _0x5e8202=this['balloonPanelView'];this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning'](),_0x5e8202['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x54a46f){if(this['_manuallyClosedAnnotationViews']['has'](_0x54a46f['view']))return;const _0xd44aef=this['balloonPanelView']['content']['first'];_0xd44aef!==_0x54a46f['view']?(_0xd44aef&&this['_detachListeners'](_0xd44aef),this['_attachListeners'](_0x54a46f['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x54a46f['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x2dc127=this['balloonPanelView']['content']['first'],_0x4045a8=_0x2dc127&&this['annotations']['getByView'](_0x2dc127);if(!_0x4045a8||!this['_annotationToNarrowView']['has'](_0x4045a8))return;const _0x3290f7=this['_annotationToNarrowView']['get'](_0x4045a8)['element'],_0x173a07=(function(){const _0xa44209=_0x46a25b['defaultPositions'];return[_0xa44209['southArrowNorthEast'],_0xa44209['northArrowSouthEast'],_0xa44209['southArrowNorth'],_0xa44209['northArrowSouth'],_0xa44209['southArrowNorthWest'],_0xa44209['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x3290f7,'positions':_0x173a07});}['_hideBalloon'](){const _0x5405a9=this['balloonPanelView'],_0x25171e=_0x5405a9['content']['first'];_0x25171e&&(this['_detachListeners'](_0x25171e),_0x5405a9['unpin'](),_0x5405a9['content']['clear']());}['_attachListeners'](_0x1fdb14){this['listenTo'](_0x1fdb14,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x1fdb14,'Esc',(_0x321884,_0x290aaf)=>{this['_manuallyClosedAnnotationViews']['add'](_0x1fdb14),this['_hideBalloon'](),_0x290aaf();});}['_detachListeners'](_0x3d6350){this['stopListening'](_0x3d6350);}},xi=class extends _0x49d365{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];['_refreshVisibilityDebounced'];static get['requires'](){return[di,_0x423bf9,Ti];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x527edd){super(_0x527edd),_0x527edd['editing']['view']['addObserver'](lt),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x527edd['plugins']['get'](_0x423bf9),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1,this['_refreshVisibilityDebounced']=_0x2e8ec0(()=>{this['editor']['plugins']['get']('Annotations')['refreshVisibility']();},0xfa,{'leading':!0x1});}['init'](){const _0x1723a4=this['editor']['plugins']['get'](Ti);_0x1723a4['context']===this['editor']&&(_0x1723a4['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x3f57c4,_0x4734ff)=>{const _0x283da9=this['_balloon'];if(this['isAttached']&&_0x283da9['visibleView']){const _0x3f5f62=this['annotations']['getByView'](_0x283da9['visibleView']);_0x3f5f62&&this['_closeAnnotation'](_0x3f5f62),_0x4734ff();}}));}['afterInit'](){const _0x147f5a=this['editor']['plugins']['get'](Ti);_0x147f5a['context']===this['editor']&&(_0x147f5a['hasActive']()||_0x147f5a['switchTo']('inline'));}['setActiveAnnotation'](_0x4efa94){_0x4efa94!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x4efa94&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x4efa94)&&this['_addAnnotationToBalloon'](_0x4efa94,!0x0),_0x4efa94['isActive']=!0x0),_0x4efa94||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x4efa94);}['attach'](_0x14e2bc){this['annotations']=_0x14e2bc;const _0x3d8eea=this['editor']['plugins']['get'](Ti),_0x394661=this['_balloon'];if(this['isAttached'])throw new _0xf4a2b6('inlineannotations-attach-already-attached',this);if(_0x3d8eea['context']!==this['editor'])throw new _0xf4a2b6('inlineannotations-not-allowed-with-context',this);const _0x183b8b=this['editor']['plugins']['get'](di);this['listenTo'](_0x183b8b,'refresh',()=>{const _0x1315f9=_0x183b8b['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x51975b,_0x5aefc7;!this['_forceRefresh']&&(_0x51975b=_0x1315f9,_0x5aefc7=this['_selectedAnnotations'],_0x51975b['length']===_0x5aefc7['length']&&_0x51975b['every'](_0xc5cf4e=>_0x5aefc7['includes'](_0xc5cf4e)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x1315f9),this['setActiveAnnotation'](_0x1315f9[0x0]||null));}),this['listenTo'](_0x183b8b,'blur',(_0x21f439,{isAnnotationTracked:_0x21aa22})=>{this['activeAnnotation']&&_0x21aa22(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x183b8b,'uiUpdate',()=>{this['_refreshVisibilityDebounced']();}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x534107,_0x2a743c,_0xec962)=>{_0xec962||this['setActiveAnnotation'](null);}),this['listenTo'](_0x14e2bc,'remove',(_0xa36cd0,_0x2df734)=>{this['_removeAnnotationFromBalloon'](_0x2df734),_0x2df734===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x394661,'change:visibleView',(_0x44432b,_0xc5f322,_0x5e1ad9,_0x154cd6)=>{_0x154cd6&&this['stopListening'](_0x154cd6);const _0x241789=_0x14e2bc['getByView'](_0x5e1ad9);_0x5e1ad9&&_0x241789&&(this['listenTo'](_0x5e1ad9,'change:height',()=>{_0x394661['updatePosition']();}),this['listenTo'](_0x5e1ad9,'Esc',()=>{this['_closeAnnotation'](_0x241789),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x241789&&this['setActiveAnnotation'](_0x241789));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x394661['visibleView']&&_0x14e2bc['getByView'](_0x394661['visibleView'])&&_0x394661['updatePosition']();}),this['listenTo'](this['editor']['editing']['view']['document'],'mousedown',()=>{this['_forceRefresh']=!0x0,this['_manuallyClosed']['clear']();}),this['editor']['editing']['view']['document']['selection']['editableElement']&&this['editor']['editing']['view']['focus'](),this['isAttached']=!0x0;}['detach'](){if(!this['isAttached'])throw new _0xf4a2b6('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x546732 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x546732);this['_refreshVisibilityDebounced']['cancel'](),this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['_refreshVisibilityDebounced']['cancel']();}['_setSelectedAnnotations'](_0x3b3651){for(const _0xd7ae35 of this['_selectedAnnotations'])_0x3b3651['includes'](_0xd7ae35)||this['_manuallyClosed']['delete'](_0xd7ae35);for(const _0x491d08 of this['annotations'])_0x3b3651['includes'](_0x491d08)||this['_removeAnnotationFromBalloon'](_0x491d08);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x372d1a of _0x3b3651)this['_addAnnotationToBalloon'](_0x372d1a);}this['_selectedAnnotations']=_0x3b3651;}['_addAnnotationToBalloon'](_0x3e2844,_0x145546=!0x1){this['_manuallyClosed']['has'](_0x3e2844)||(this['_addedAnnotations']['has'](_0x3e2844)||this['_balloon']['hasView'](_0x3e2844['view'])||(this['_addedAnnotations']['add'](_0x3e2844),this['_balloon']['add']({'stackId':_0x3e2844['view']['id'],'view':_0x3e2844['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x3e2844)}})),_0x145546&&this['_balloon']['showStack'](_0x3e2844['view']['id']));}['_getBalloonTargetForAnnotation'](_0x5d8d5f){const _0x370d23=_0x5d8d5f['target'],_0x5e9ee1=this['editor']['editing']['view'],_0x16b53f=_0x5e9ee1['document']['selection']['getFirstRange'](),_0xbe3b20=_0x5e9ee1['domConverter']['viewRangeToDom'](_0x16b53f);if(_0xbe3b20['collapse'](!0x0),_0x370d23){if(_0x370d23 instanceof _0x407ea7)return _0x370d23;let _0x2c60ac=[];for(const _0x8ca31e of _0x370d23)_0x2c60ac['push'](..._0x407ea7['getDomElementRects'](_0x8ca31e));_0x2c60ac=function(_0x2740c6){const _0x1ee9f1=[];let _0x352dba=_0x2740c6[0x0];for(let _0x2070f5=0x1;_0x2070f5<_0x2740c6['length'];_0x2070f5++)if(Pi(_0x352dba,_0x2740c6[_0x2070f5])){const _0x24ae0a=_0x2740c6[_0x2070f5]['width'];_0x352dba['width']+=_0x24ae0a,_0x352dba['right']+=_0x24ae0a;}else _0x1ee9f1['push'](_0x352dba),_0x352dba=_0x2740c6[_0x2070f5];return _0x1ee9f1['push'](_0x352dba),_0x1ee9f1;}(_0x2c60ac);const _0x3d5676=_0xbe3b20['getBoundingClientRect']();return _0x2c60ac['find'](_0x4d8155=>_0x4d8155['top']<=_0x3d5676['top']&&_0x4d8155['bottom']>=_0x3d5676['bottom']&&_0x4d8155['left']<=_0x3d5676['left']&&_0x4d8155['right']>=_0x3d5676['right'])||_0x2c60ac[0x0];}return _0x5d8d5f['targetRect']||_0xbe3b20;}['_removeAnnotationFromBalloon'](_0x386457){this['_addedAnnotations']['has'](_0x386457)&&this['_balloon']['hasView'](_0x386457['view'])&&(this['_addedAnnotations']['delete'](_0x386457),this['_balloon']['remove'](_0x386457['view']));}['_closeAnnotation'](_0x4cd79e){this['_manuallyClosed']['add'](_0x4cd79e),this['_removeAnnotationFromBalloon'](_0x4cd79e);}};function Pi(_0x3c2fa0,_0x5a8ae9){return _0x3c2fa0['top']===_0x5a8ae9['top']&&_0x3c2fa0['bottom']===_0x5a8ae9['bottom']&&_0x3c2fa0['right']===_0x5a8ae9['left'];}var Li=class extends ht{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x488bcb,_0x38fd0c){super(_0x488bcb),this['set']('isEmpty',!_0x38fd0c['length']),this['focusTracker']=new _0x53f520(),this['_annotationViews']=_0x38fd0c,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new et({'focusables':_0x38fd0c,'focusTracker':this['focusTracker']}),this['listenTo'](_0x38fd0c,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x38fd0c,'remove',(_0x4a0f34,_0x16c012)=>{_0x16c012['isActive']&&this['focus'](),_0x38fd0c['length']||(this['isEmpty']=!0x0);});const _0x19ec24=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':Et(_0x488bcb,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x38fd0c},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x19ec24['if']('isEmpty','ck-hidden',_0x3e4e52=>!_0x3e4e52)]},'children':[{'text':Et(_0x488bcb,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy']();}['focus'](){this['focusCycler']['first']?this['focusCycler']['focusFirst']():this['element']['focus']();}['_setupKeyboardNavigation'](){for(const _0x55664f of this['_annotationViews'])this['focusTracker']['add'](_0x55664f['element']);this['_annotationViews']['on']('change',(_0x235d0e,{added:_0x1f42f5,removed:_0x1e4aee})=>{for(const _0x221903 of _0x1f42f5)this['focusTracker']['add'](_0x221903['element']);for(const _0x2ca12b of _0x1e4aee)this['focusTracker']['remove'](_0x2ca12b['element']);});}},Di=class extends _0x6aba6a{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[oi,ti];}constructor(_0x580041){super(_0x580041),this['archivedThreads']=new _0x476485();}['init'](){const _0x1ec808=this['context'],_0x32f967=_0x1ec808['plugins']['get'](oi),_0x39581a=_0x1ec808['plugins']['get'](ti);this['listenTo'](_0x32f967,'addCommentThread',(_0x50b2a5,{threadId:_0x3a90c6})=>{const _0x3bc7e7=_0x32f967['getCommentThread'](_0x3a90c6);_0x3bc7e7['archivedAt']&&this['archivedThreads']['add'](_0x3bc7e7,this['_calculatePosition'](_0x3bc7e7['archivedAt'])),this['listenTo'](_0x3bc7e7,'change:archivedAt',(_0x2ec30d,_0x40c5a9,_0x1c94f1)=>{_0x1c94f1?this['archivedThreads']['has'](_0x3bc7e7)||this['archivedThreads']['add'](_0x3bc7e7,this['_calculatePosition'](_0x3bc7e7['archivedAt'])):this['archivedThreads']['has'](_0x3bc7e7)&&this['archivedThreads']['remove'](_0x3bc7e7);});}),this['listenTo'](_0x32f967,'removeCommentThread',(_0x4508a8,{threadId:_0x48d1b9})=>{const _0x2e093e=_0x32f967['getCommentThread'](_0x48d1b9);this['stopListening'](_0x2e093e),this['archivedThreads']['has'](_0x2e093e)&&this['archivedThreads']['remove'](_0x2e093e);},{'priority':'highest'}),this['listenTo'](_0x39581a['collection'],'focus',(_0x412b45,_0x4e560e)=>{_0x4e560e['isVisible']||(_0x4e560e['isActive']=!0x0,_0x39581a['activate'](_0x4e560e));});}['_calculatePosition'](_0x1eb657){const _0x284a95=[...this['archivedThreads']]['findIndex'](_0x2c30ef=>_0x2c30ef['archivedAt']<_0x1eb657);return _0x284a95>-0x1?_0x284a95:this['archivedThreads']['length'];}},Vi=class extends _0x49d365{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[Di,_0x5d1c76];}constructor(_0xcb47fd){super(_0xcb47fd),this['annotationViews']=new at(),this['_pendingThreads']=[];}['init'](){const _0x2ab9d9=this['editor'],_0x3daa58=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x2ab9d9['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x465f26,!0x0)),_0x2ab9d9['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x5f1ea5=this['_createCommentsArchiveButton'](rt);return _0x5f1ea5['set']({'role':'menuitemcheckbox'}),_0x5f1ea5;});const _0x5e29b3=_0x2ab9d9['plugins']['get'](Di),_0x1c2d0b=_0x2ab9d9['plugins']['get']('Annotations'),_0x37c68e=_0x2ab9d9['plugins']['get']('CommentsRepository');_0x5e29b3['archivedThreads']['forEach'](_0x3e59fd=>{this['_handleNewThread'](_0x3e59fd);}),this['listenTo'](_0x5e29b3['archivedThreads'],'add',(_0x106509,_0x5b979b)=>{this['_handleNewThread'](_0x5b979b);}),this['listenTo'](_0x1c2d0b['collection'],'add',(_0x335096,_0x58890d)=>{const _0x36d5e2=this['_pendingThreads']['find'](_0x2f1cd5=>{const _0x5e2761=_0x37c68e['_threadToController']['get'](_0x2f1cd5);return _0x5e2761&&_0x58890d['innerView']===_0x5e2761['view'];});if(_0x36d5e2){const _0x490a59=this['_calculatePosition'](_0x36d5e2['archivedAt']);this['_addAnnotationToArchive'](_0x58890d,_0x490a59),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x36d5e2),0x1);}}),this['listenTo'](_0x5e29b3['archivedThreads'],'remove',(_0x1cc7f2,_0x13e605)=>{const _0x16852b=_0x2ab9d9['config']['get']('collaboration.channelId');if(!_0x16852b||_0x13e605['channelId']===_0x16852b){if(this['_pendingThreads']['includes'](_0x13e605))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x13e605),0x1);else{const _0x27f36f=_0x37c68e['_threadToController']['get'](_0x13e605),_0x3462a1=_0x1c2d0b['getByInnerView'](_0x27f36f['view']);this['annotationViews']['remove'](_0x3462a1['view']),this['stopListening'](_0x3462a1),this['stopListening'](_0x3462a1['focusableElements']);}}}),this['listenTo'](_0x1c2d0b['collection'],'add',(_0x8ea77,_0x48a312)=>{this['listenTo'](_0x48a312,'escape',_0x3daa58);}),this['listenTo'](_0x1c2d0b['collection'],'remove',(_0x488470,_0x2735eb)=>{this['stopListening'](_0x2735eb,'escape',_0x3daa58);});}['_addAnnotationToArchive'](_0x5b9f68,_0xf2ed12){this['listenTo'](_0x5b9f68,'set:isVisible',_0xe53a8e=>{_0xe53a8e['return']=!0x1,_0xe53a8e['stop']();}),this['annotationViews']['add'](_0x5b9f68['view'],_0xf2ed12);}['_handleNewThread'](_0x41c717){const _0x225102=this['editor']['plugins']['get']('CommentsRepository'),_0x4db4aa=this['editor']['plugins']['get']('Annotations'),_0x3ea893=this['editor']['config']['get']('collaboration.channelId');if(!_0x3ea893||_0x41c717['channelId']===_0x3ea893){const _0x1763b8=_0x225102['_threadToController']['get'](_0x41c717);if(!_0x1763b8)return void this['_pendingThreads']['push'](_0x41c717);const _0xc92dcd=this['_calculatePosition'](_0x41c717['archivedAt']),_0x2ae0da=_0x4db4aa['getByInnerView'](_0x1763b8['view']);_0x2ae0da['isVisible']&&_0x4db4aa['_visibleAnnotations']['remove'](_0x2ae0da),this['_addAnnotationToArchive'](_0x2ae0da,_0xc92dcd);}}['_calculatePosition'](_0x9f7bbc){const _0x1658aa=this['editor']['config']['get']('collaboration.channelId'),_0x3fcd46=[...this['editor']['plugins']['get'](Di)['archivedThreads']]['filter'](_0x1c3fd=>_0x1c3fd['channelId']===_0x1658aa)['findIndex'](_0x8d15d4=>_0x8d15d4['archivedAt']<_0x9f7bbc);return _0x3fcd46<0x0||_0x3fcd46>this['annotationViews']['length']?this['annotationViews']['length']:_0x3fcd46-0x1;}['_toggleDialog'](){const _0x3ea2c6=this['editor'],_0x568d52=_0x3ea2c6['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new Li(_0x3ea2c6['locale'],this['annotationViews'])),'commentsArchive'===_0x568d52['id']?_0x568d52['hide']():_0x568d52['show']({'id':'commentsArchive','title':Et(_0x3ea2c6['locale'],'COMMENTS_ARCHIVE'),'icon':_0x43722b,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x4f90c2['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x2a0a6d,_0x154b4f=!0x1){const _0xa237a0=this['editor']['locale'],_0x12517d=this['editor']['plugins']['get']('Dialog'),_0x38c051=new _0x2a0a6d(_0xa237a0);return _0x38c051['bind']('isEnabled')['to'](this,'isEnabled'),_0x38c051['bind']('isOn')['to'](_0x12517d,'id',_0x4fe8aa=>'commentsArchive'===_0x4fe8aa),_0x38c051['set']({'label':Et(_0xa237a0,'COMMENTS_ARCHIVE'),'icon':_0x43722b,'isToggleable':!0x0}),_0x154b4f&&(_0x38c051['tooltip']=!0x0),this['listenTo'](_0x38c051,'execute',()=>this['_toggleDialog']()),_0x38c051;}['_hideDialogOnAnnotationEscape']=_0x5b219f=>{const _0x48b509=_0x5b219f['source'];if(!this['annotationViews']['has'](_0x48b509['view']))return;const _0xdc81c0=this['editor']['plugins']['get']('Dialog');_0xdc81c0['isOpen']&&'commentsArchive'===_0xdc81c0['id']&&(_0xdc81c0['hide'](),_0x5b219f['stop']());};},Bi=class extends _0x49d365{static get['requires'](){return[oi,wi,vi,Di,Vi,yi,Mi,Si,xi];}static get['pluginName'](){return'Comments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}};export{ci as AddCommentThreadCommand,$t as Annotation,Jt as AnnotationCollection,Ri as AnnotationCounterButtonView,qt as AnnotationView,ti as Annotations,Ei as AnnotationsSidebarItemView,Ii as AnnotationsSidebarView,Ti as AnnotationsUIs,Ht as BaseCommentThreadView,Kt as BaseCommentView,hi as Comment,ri as CommentThread,bt as CommentThreadController,xt as CommentThreadInputView,Ut as CommentThreadView,Yt as CommentView,Bi as Comments,Di as CommentsArchive,Vi as CommentsArchiveUI,wi as CommentsEditing,Lt as CommentsListView,yi as CommentsOnly,oi as CommentsRepository,vi as CommentsUI,di as EditorAnnotations,xi as InlineAnnotations,Si as NarrowSidebar,ki as Sidebar,Mi as WideSidebar,Qt as bindAnnotationCollections};
|
|
23
|
+
import{Command as _0x29bf2e,Context as _0x59fc06,ContextPlugin as _0x41d5ed,Editor as _0x2de2e0,PendingActions as _0x478dcf,Plugin as _0x3d6b36}from'@ckeditor/ckeditor5-core';import{CKEditorError as _0x6d6638,Collection as _0x4284a7,DomEmitterMixin as _0x3dfafb,FocusTracker as _0x16deef,KeystrokeHandler as _0x208d02,ObservableMixin as _0x21a2fd,Rect as _0x3d1cc4,diff as _0x37d636,first as _0x214eb1,getEnvKeystrokeText as _0x393c6e,keyCodes as _0xa09830,priorities as _0xa7cdbb,scrollViewportToShowTarget as _0x4c5b31,toUnit as _0x48a5c0,uid as _0x2ff495}from'@ckeditor/ckeditor5-utils';import{AriaDescriptionView as _0x51d2bf,ConfirmMixin as _0x506786,FOCUS_ANNOTATION_KEYSTROKE as _0x57653d,LateFocusButtonView as _0x1a76a3,LateFocusDropdownButtonView as _0x254c12,UserView as _0x286742,Users as _0x12e146,getAllMarkersDomElementsSorted as _0x4943c8,getDateTimeFormatter as _0x153da0,hashObject as _0xbb7f8f,setupThreadKeyboardNavigation as _0xfba6ca,surroundingMarkersDetector as _0x15978d,trimHtml as _0x588d00}from'@ckeditor/ckeditor5-collaboration-core';import{cloneDeep as _0x25e46d,debounce as _0xb07f85,isEqual as _0x2d7453,set as _0x91f587,throttle as _0x4809c5,unset as _0x1f251b}from'es-toolkit/compat';import{IconAddComment as _0xf9075a,IconCheck as _0x2b117b,IconCommentsArchive as _0x36c51a,IconPencil as _0x2aa1a6,IconRemoveComment as _0x1886b6,IconThreeVerticalDots as _0x4394b5,IconUndo as _0x14b7c8}from'@ckeditor/ckeditor5-icons';import{BalloonPanelView as _0x35dc9c,BodyCollection as _0x44c76b,ButtonView as _0x2d6eba,ContextualBalloon as _0x31f7b0,Dialog as _0x1e157e,DialogViewPosition as _0x5207c7,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
|
+
_0x21a2fd();var bt=class extends It{['model'];['view'];constructor(_0x1fede1,_0x355e4f){super(),this['model']=_0x1fede1,this['model']['_isAttached']=!0x0,this['view']=_0x355e4f,this['listenTo'](_0x355e4f,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x355e4f,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x355e4f,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x355e4f,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x355e4f,'addComment',(_0x4a62d0,_0x2a472f)=>this['addComment'](_0x2a472f)),this['listenTo'](_0x355e4f,'updateComment',(_0x4b6daf,_0x536a86,_0x4d2be0)=>this['updateComment'](_0x536a86,_0x4d2be0)),this['listenTo'](_0x355e4f,'removeComment',(_0x545696,_0x38194b)=>this['removeComment'](_0x38194b));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x3766fb){this['model']['addComment']({'content':_0x3766fb,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x437e14,_0x512c16){this['model']['getComment'](_0x437e14)['update']({'content':_0x512c16});}['removeComment'](_0x3f2593){this['model']['getComment'](_0x3f2593)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}};function Et(_0x18abb4,_0x33f03c,_0x38dce6){const t=_0x18abb4['t'];switch(_0x33f03c){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'},_0x38dce6);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'},_0x38dce6);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'},_0x38dce6);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'},_0x38dce6);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x38dce6);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'},_0x38dce6);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'},_0x38dce6);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'},_0x38dce6);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(_0x3c5d9b,_0xabcd1f){super(_0x3c5d9b);const _0x4b6451=_0x2ff495();this['main']=this['createCollection'](),this['editable']=new st(_0x3c5d9b,_0xabcd1f,void 0x0,{'label':()=>Et(_0x3c5d9b,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x3c5d9b['uiLanguageDirection'],'lang':_0x3c5d9b['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x4b6451},'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(_0x24a163){super(_0x24a163),this['view']=new kt(_0x24a163['locale'],_0x24a163['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x428c7b=this['editor']['editing']['view'],_0x2cb1ce=this['view']['editable'];_0x2cb1ce['name']=_0x428c7b['document']['getRoot']()['rootName'],this['view']['render']();const _0x10526c=_0x2cb1ce['element'];this['setEditableElement'](_0x2cb1ce['name'],_0x10526c),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x428c7b['attachDomRoot'](_0x10526c),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}};const Ot=[ft,gt,_t,At,vt,yt,Tt],Mt=/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x21a2fd(_0x2de2e0);var Rt=class CommentEditor extends Mt{static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Ot)());constructor(_0x2e8ef4={}){(_0x2e8ef4=Object['assign']({},_0x2e8ef4))['plugins']||(_0x2e8ef4['plugins']=CommentEditor['defaultPlugins']),super(_0x2e8ef4),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 _0xf3b062=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0xf3b062))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x504f53=>{const _0x13c40a=this['model']['document']['getRoot'](),_0x161679=_0x13c40a&&_0x13c40a['getChild'](_0x13c40a['childCount']-0x1);_0x504f53['setSelection'](_0x161679,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x3e5402=this['editing']['view'],_0x46ab39=_0x3e5402['document']['getRoot'](),_0x1084bf=_0x46ab39['getChild'](0x0);_0x46ab39['childCount']>0x1||!_0x1084bf||'p'!=_0x1084bf['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(mt(_0x3e5402,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x1084bf['placeholder']=this['placeholder']),ut({'view':_0x3e5402,'element':_0x1084bf,'keepOnFocus':!0x0}),this['placeholderElement']=_0x1084bf);}},St=class extends ht{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0xe415ee,_0x32d1d4={}){super(_0xe415ee),this['editor']=null,this['_editorConfig']=_0x32d1d4,this['set']('value',_0x32d1d4['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',Et(_0xe415ee,'Reply...')),this['set']('submitLabel',Et(_0xe415ee,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new _0x208d02(),this['focusTracker']=new _0x16deef(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x222742=>!_0x222742['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',(_0xf2e8ca,_0x3ef594)=>{this['cancelButtonView']['fire']('execute'),_0x3ef594();}),this['keystrokes']['set']('Ctrl+Enter',(_0x3e79c6,_0x474130)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x474130());}),this['on']('submit',(_0x390bbf,_0x714f53)=>{_0x714f53['length']>0xfde8?(alert(Et(_0xe415ee,'TOO_LONG_COMMENT_ALERT',[_0x714f53['length'],0xfde8])),_0x390bbf['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 _0x3b8717=this['editor'];this['element']['insertBefore'](_0x3b8717['ui']['element'],this['element']['firstChild']),_0x3b8717['model']['document']['on']('change',()=>this['value']=_0x3b8717['getData']()),_0x3b8717['bind']('placeholder')['to'](this),this['focusables']['add'](_0x3b8717['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x1b107a){-0x1===_0x1b107a?(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:_0x1baa22}=this,_0x3e4ce2=new _0x2d6eba(_0x1baa22);return _0x3e4ce2['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x3e4ce2['withText']=!0x0,_0x3e4ce2['bind']('label')['to'](this,'submitLabel'),_0x3e4ce2['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x3e4ce2['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x5797a4,_0x54b71c)=>!_0x54b71c&&!!_0x5797a4['trim']()),_0x3e4ce2;}['_createCancelButton'](){const {locale:_0xe1a513}=this,_0x2d42e5=new _0x2d6eba(_0xe1a513);return _0x2d42e5['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x2d42e5['label']=Et(_0xe1a513,'Cancel'),_0x2d42e5['withText']=!0x0,_0x2d42e5['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x2d42e5;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x46bcf9=>{this['focusTracker']['add'](_0x46bcf9['element']);}),this['focusables']['on']('change',(_0x1a22b7,_0x3a2677)=>{for(const _0x125708 of Array['from'](_0x3a2677['added'])['reverse']())this['focusTracker']['add'](_0x125708['element']);});}},xt=class extends ht{constructor(_0x34bd44,_0x1c7320,_0x34b5a9){super(_0x34bd44),this['commentInputView']=new St(_0x34bd44,_0x34b5a9),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x220359,_0x4344dd)=>_0x220359||!!_0x4344dd),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 _0x286742(_0x34bd44,_0x1c7320),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'](_0x426673){this['commentInputView']['focus'](_0x426673);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x3e20fc,_0x2abecd)=>{const {submitButtonView:_0x3f9b69,cancelButtonView:_0x237f87,editor:_0x5db4b5}=this['commentInputView'];[_0x3f9b69['element'],_0x237f87['element'],_0x5db4b5?_0x5db4b5['editing']['view']['getDomRoot']():null]['filter'](_0x59778c=>_0x59778c)['some'](_0x9d9473=>_0x9d9473['contains'](_0x2abecd['target']))||(this['focus'](),_0x2abecd['preventDefault']());});}},Pt=class extends ht{constructor(_0x401e6b){super(_0x401e6b);const _0x2867e7=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x2867e7['to']('count',_0x2ccf9e=>Et(_0x401e6b,'NUMBER_OF_COMMENTS',_0x2ccf9e))}]});}},Lt=class extends ht{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x5e47be,_0x58095d,_0x3e35f4){super(_0x5e47be);const _0x838e26=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x58095d['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x58095d,this['_config']=_0x3e35f4,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x16deef(),this['keystrokes']=new _0x208d02(),this['focusCycler']=new et({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1fc4c7=>this['commentViews']['map'](_0x4fb36a=>_0x4fb36a['element'])['includes'](_0x1fc4c7['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new Pt(_0x5e47be),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0xc2f989=>_0xc2f989-this['_config']['maxCommentsWhenCollapsed']);for(const _0x1830ea of _0x58095d['comments'])this['_handleNewCommentModel'](_0x1830ea);this['_handleInfoComment'](),this['listenTo'](_0x58095d['comments'],'add',(_0x48c74a,_0x413587)=>{const _0x1b042d=this['_calculatePosition'](_0x413587);this['length']++,this['_handleNewCommentModel'](_0x413587,_0x1b042d),this['refreshVisibleViews']();}),this['listenTo'](_0x58095d['comments'],'remove',(_0x43ddca,_0x5d9909)=>{this['length']--,this['_handleRemoveCommentModel'](_0x5d9909),this['refreshVisibleViews']();}),this['listenTo'](_0x58095d,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x58095d,'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',_0x838e26['if']('length','ck-hidden',_0x4ee26a=>!_0x4ee26a)],'aria-label':Et(_0x5e47be,'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'](_0x826de9){-0x1===_0x826de9?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0xa62839 of this['commentViews'])_0xa62839['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x13d42c,_0xc90196){const _0x46ab22=new this['_config']['CommentView'](this['locale'],_0x13d42c,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x46ab22['viewUid']=_0x13d42c['id'],_0x46ab22['delegate']('removeComment')['to'](this),_0x46ab22['delegate']('updateComment')['to'](this),_0x46ab22['delegate']('resolveCommentThread')['to'](this),_0x46ab22['delegate']('editorReady')['to'](this),_0x46ab22['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x46ab22,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x46ab22,_0xc90196);}['_calculatePosition'](_0x1d85db){const _0x37fe62=this['_model']['_findOptimalIndex'](_0x1d85db);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x1d85db['authoredAt']?_0x37fe62-0x1:_0x37fe62:_0x37fe62-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x8ef611={'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'],_0x8ef611,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x8ef611));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x538feb){const _0x2ab9a4=this['commentViews']['remove'](_0x538feb['id']);this['stopListening'](_0x2ab9a4),_0x2ab9a4['isEditMode']&&this['_updateHasDirtyComment'](),_0x2ab9a4['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x537c85=>_0x537c85['isEditMode']);}['_rearrangeCollapse'](){const _0x1b2c3b=function(_0x3b3453){const _0x3ffdc2=new _0x4284a7();for(const _0x3b9f05 of _0x3b3453)_0x3ffdc2['add'](_0x3b9f05);return _0x3ffdc2;}(this['commentViews']),_0x270316=this['_collapsedCommentsView']['count'];for(let _0x262dfe=0x1;_0x262dfe<=_0x270316;_0x262dfe++)_0x1b2c3b['remove'](0x1);for(const _0xd0b1df of _0x1b2c3b)_0xd0b1df['collapse']();_0x270316>0x0&&_0x1b2c3b['add'](this['_collapsedCommentsView'],0x1),Dt(_0x37d636(Array['from'](this['visibleViews']),Array['from'](_0x1b2c3b)),this['visibleViews'],_0x1b2c3b);}['_rearrangeExpand'](){Dt(_0x37d636(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x3ea755 of this['visibleViews'])_0x3ea755['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x1c5760=>{this['focusTracker']['add'](_0x1c5760['element']),this['keystrokes']['listenTo'](_0x1c5760['element']);}),this['commentViews']['on']('change',(_0x35768e,_0x3793a4)=>{for(const _0x562d72 of _0x3793a4['removed'])this['focusTracker']['remove'](_0x562d72['element']),this['keystrokes']['stopListening'](_0x562d72['element']);for(const _0x215b27 of Array['from'](_0x3793a4['added'])['reverse']())this['focusTracker']['add'](_0x215b27['element']),this['keystrokes']['listenTo'](_0x215b27['element']);});}};function Dt(_0x3aad7d,_0xb8bb84,_0x24e78a){let _0x45c53e=0x0;for(const _0x44d964 of _0x3aad7d)switch(_0x44d964){case'insert':_0xb8bb84['add'](_0x24e78a['get'](_0x45c53e),_0x45c53e),_0x45c53e++;break;case'delete':_0xb8bb84['remove'](_0x45c53e);break;case'equal':_0x45c53e++;}}var Vt=class extends ht{constructor(_0x2cba1a){super(_0x2cba1a);const _0x38c717=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x38c717['to']('contextValue',_0x22ebe5=>Et(_0x2cba1a,'THREAD_CONTEXT_LABEL',_0x22ebe5)),'tabindex':-0x1},'children':[{'text':_0x38c717['to']('contextValue')}]});}['focus'](){this['element']['focus']();}},Bt=class extends ht{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x533861,_0x5d77fb){super(_0x533861);const _0x2dcf9a=this['bindTemplate'];this['_model']=_0x5d77fb,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x16deef(),this['keystrokes']=new _0x208d02(),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',_0x52751c=>!!_0x52751c),this['bind']('contextValue')['to'](this['_model'],'context',_0x3ba309=>_0x3ba309&&_0x3ba309['value']?this['_trimContextValue'](_0x3ba309['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',_0x2dcf9a['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 _0x35bb03=new _0x2d6eba(this['locale']);return _0x35bb03['label']=Et(this['locale'],'Reopen'),_0x35bb03['tooltip']=Et(this['locale'],'Reopen'),_0x35bb03['icon']=_0x14b7c8,_0x35bb03['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x5ec666=>!_0x5ec666),_0x35bb03['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x3f9265,_0x393351)=>_0x3f9265&&_0x393351),_0x35bb03['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x35bb03;}['_trimContextValue'](_0x16d37e){if(_0x16d37e['length']<0x96)return _0x16d37e;const _0x1b4d2d=_0x16d37e['lastIndexOf']('\x20',0x93);return _0x16d37e['substring'](0x0,_0x1b4d2d>-0x1?_0x1b4d2d:0x93)+'...';}['_attachContextActions'](){const _0x3bd4ae=this['element']['querySelector']('.ck-context'),_0x3d89e1=_0x3bd4ae['querySelector']('.ck-context__value');this['listenTo'](_0x3bd4ae,'mouseenter',()=>{_0x3d89e1['offsetWidth']<_0x3d89e1['scrollWidth']&&_0x3bd4ae['classList']['add']('overlay');}),this['listenTo'](_0x3bd4ae,'mouseleave',()=>{_0x3bd4ae['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x466f96 of this['focusables'])this['focusTracker']['add'](_0x466f96['element']),this['keystrokes']['listenTo'](_0x466f96['element']);}['_createContextView'](){const _0x219a03=new Vt(this['locale']);return _0x219a03['bind']('contextValue')['to'](this),_0x219a03;}},Ht=class extends ht{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x582b9c,_0x2caab5,_0x4698c5,_0x6c1694){super(_0x582b9c),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x2caab5,this['_localUser']=_0x4698c5,this['_config']=_0x6c1694,this['commentThreadHeaderView']=new Bt(_0x582b9c,_0x2caab5),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x51d2bf(_0x582b9c,Et(_0x582b9c,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new Lt(_0x582b9c,_0x2caab5,Object['assign']({'CommentView':this['_config']['CommentView']},_0x6c1694)),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',(_0x263b43,_0x27b65e)=>_0x263b43||!!_0x27b65e),this['bind']('isUnlinked')['to'](_0x2caab5,'unlinkedAt',_0x26c139=>!!_0x26c139);let _0x4513b4=null;const _0x374d66=()=>{const _0x5a61a9=this['_model']['comments']['first']||null;_0x5a61a9!==_0x4513b4&&(_0x4513b4&&this['stopListening'](_0x4513b4,'change:content'),_0x4513b4=_0x5a61a9,_0x5a61a9&&this['listenTo'](_0x5a61a9,'change:content',_0x374d66));const _0x2f1d1e=_0x5a61a9?_0x5a61a9['author']['name']:this['_localUser']['name'],_0x45a7f7=_0x5a61a9?new DOMParser()['parseFromString'](_0x588d00(_0x5a61a9['content'],{'limit':this['_config']['maxCommentCharsWhenCollapsed']}),'text/html')['body']['textContent']:'',_0x4cef1d=Et(this['locale'],'COMMENT_THREAD_LABEL',[this['length'],_0x2f1d1e]);this['set']('ariaLabel',_0x45a7f7?_0x4cef1d+'\x20'+_0x45a7f7:_0x4cef1d);};this['listenTo'](this['_model']['comments'],'change',_0x374d66),_0x374d66(),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x16deef(),this['keystrokes']=new _0x208d02(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x4f85c7=>_0x4f85c7['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0xfba6ca(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0xb3b944=new xt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x103624=_0xb3b944['commentInputView'];return _0xb3b944['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x103624,'value',(_0x17c476,_0x560701,_0x4d4737,_0x470500,_0xf1208c)=>!!_0xf1208c||!!_0x470500&&_0x4d4737&&!_0x560701||_0x17c476&&_0x4d4737&&!_0x560701),_0x103624['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x3b7db4,_0x4aa7af,_0x5d9844)=>{let _0x1a06ac;return _0x1a06ac=_0x5d9844&&_0x4aa7af?'Reply\x20to\x20reopen\x20discussion...':_0x3b7db4?'Reply...':'Write\x20a\x20comment...',Et(this['locale'],_0x1a06ac);}),_0x103624['bind']('submitLabel')['to'](this,'length',_0x2c5620=>Et(this['locale'],_0x2c5620?'Reply':'Comment')),_0x103624['on']('submit',(_0x42b378,_0x4e9243)=>{this['fire']('addComment',_0x4e9243),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x103624['on']('cancel',()=>{this['focus']();}),_0x103624['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x103624['on']('cancel',_0xa247e=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0xa247e['stop']());}),this['on']('change:isActive',(_0x8e5619,_0x2214c4,_0x4c5bd8)=>{_0x4c5bd8||this['length']||_0x103624['value']||this['fire']('removeCommentThread');}),_0xb3b944;}};const Ft=/* #__PURE__ -- @preserve */
|
|
27
|
+
_0x506786(Ht);var Ut=class extends Ft{['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x2a8e17,_0x19014f,_0x5ce1f6,_0x11927e){super(_0x2a8e17,_0x19014f,_0x5ce1f6,_0x11927e),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x2a8e17,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x54ad05,_0x347e80,_0x24e84b)=>{_0x24e84b||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x120f06,_0x51a0b2,_0x18d594)=>{_0x18d594&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x44aef5=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x44aef5['if']('isActive','ck-thread--active'),_0x44aef5['if']('isUnlinked','ck-thread--unlinked'),_0x44aef5['to']('actionIndicator',_0x403db3=>_0x403db3?'ck-thread--'+_0x403db3:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x44aef5['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 _0x31e603 of this['commentsListView']['commentViews'])_0x31e603['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x397c8d}=this,_0x3d9efc=this['commentsListView']['commentViews']['get'](0x0);_0x3d9efc===this['_boundFirstCommentView']||_0x3d9efc['isSystemComment']||(this['_boundFirstCommentView']=_0x3d9efc,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x3d9efc,'actionIndicator',_0x3e170e=>'remove'===_0x3e170e?'remove':null),_0x3d9efc['placeholder']=Et(_0x397c8d,'Write\x20a\x20comment...'),_0x3d9efc['removeButton']['on']('execute',_0x28f439=>{_0x28f439['stop'](),this['showConfirm'](Et(_0x397c8d,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x3d9efc['focus']();}),_0x3d9efc['actionBar']['add'](this['resolveButton'],0x0),_0x3d9efc['focusables']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x327059=new _0x1a76a3(this['locale']);return _0x327059['label']=Et(this['locale'],'Resolve'),_0x327059['tooltip']=Et(this['locale'],'Resolve'),_0x327059['icon']=_0x2b117b,_0x327059['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x327059['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x2f60fe=>!_0x2f60fe),_0x327059['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x275d58,_0x43ac32)=>_0x275d58&&!_0x43ac32),_0x327059['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x327059;}['_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(_0x3ba9e8){super(_0x3ba9e8),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x1e1903,_0x3e13ae,_0x17263f)=>{this['element']['innerHTML']=_0x17263f;}),this['element']['innerHTML']=this['content'];}},Kt=class extends ht{['visibleView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x3750ae,_0x50385e,_0x48e0d9){super(_0x3750ae),this['_model']=_0x50385e,this['_config']=_0x48e0d9,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x50385e,'content',_0x50385e,'authoredAt',(_0x2a0ec5,_0x38fc0f)=>Et(_0x3750ae,'COMMENT_ARIA_LABEL',[_0x50385e['author']['name'],_0x48e0d9['formatDateTime'](_0x38fc0f),new DOMParser()['parseFromString'](_0x2a0ec5,'text/html')['body']['textContent'],_0x50385e['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new _0x51d2bf(_0x3750ae,Et(_0x3750ae,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new at(),this['focusTracker']=new _0x16deef(),this['keystrokes']=new _0x208d02(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x434e19=>_0x434e19['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 _0x5a3f1a=new Wt(this['locale']);return _0x5a3f1a['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x202296,_0x264b35)=>_0x264b35?_0x588d00(_0x202296,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x202296),_0x5a3f1a;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0xc5da3a=new St(this['locale'],this['_config']['editorConfig']);return _0xc5da3a['value']=this['_model']['content'],_0xc5da3a['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0xc5da3a['submitLabel']=Et(this['locale'],'Save'),_0xc5da3a['on']('submit',(_0x16ef22,_0x341e39)=>{this['fire']('updateComment',this['_model']['id'],_0x341e39),this['switchToDisplayMode'](),this['focus']();}),_0xc5da3a['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0xc5da3a['once']('editorReady',()=>{_0xc5da3a['focus']();}),_0xc5da3a['createEditor'](),_0xc5da3a['delegate']('editorReady')['to'](this),_0xc5da3a['delegate']('editorDestroyed')['to'](this),_0xc5da3a;}['_setupKeyboardNavigation'](){const _0x1cdb24=this['element'];this['keystrokes']['listenTo'](_0x1cdb24);for(const _0x1dcdaf of this['focusables'])this['focusTracker']['add'](_0x1dcdaf['element']),this['keystrokes']['listenTo'](_0x1dcdaf['element']);this['focusables']['on']('change',(_0x110ff5,_0x922d5)=>{for(const _0x54f3da of _0x922d5['removed'])this['focusTracker']['remove'](_0x54f3da['element']),this['keystrokes']['stopListening'](_0x54f3da['element']);for(const _0x2b2e7c of _0x922d5['added'])this['focusTracker']['add'](_0x2b2e7c['element']),this['keystrokes']['listenTo'](_0x2b2e7c['element']);}),this['keystrokes']['set']('enter',(_0x14b1d2,_0x1b4dd5)=>{_0x1cdb24===_0x14b1d2['target']&&(this['focusCycler']['focusFirst'](),_0x1b4dd5());}),this['keystrokes']['set']('esc',(_0x24329b,_0x5b0a39)=>{_0x1cdb24!==_0x24329b['target']&&(this['focus'](),_0x5b0a39());});}};const Gt=/* #__PURE__ -- @preserve */
|
|
28
|
+
_0x506786(Kt);var Yt=class extends Gt{['actionBar'];['userView'];constructor(_0x3bcc17,_0xf11fbf,_0xddbf9){super(_0x3bcc17,_0xf11fbf,_0xddbf9),this['set']('actionIndicator',null),this['set']('placeholder',Et(_0x3bcc17,'Reply...')),this['bind']('authoredAt')['to'](_0xf11fbf),this['bind']('resolvedAt')['to'](_0xf11fbf),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 _0x286742(_0x3bcc17,_0xf11fbf['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0xf11fbf,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x1b9b01=this['bindTemplate'],_0x343d40=[{'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':_0x1b9b01['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x1b9b01['to']('authoredAt',_0x4a176f=>this['_config']['formatDateTime'](_0x4a176f))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x1b9b01['if']('isEditMode','ck-comment__actions--hidden'),_0x1b9b01['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']&&_0x343d40['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper'],'tabindex':-0x1,'aria-label':_0x1b9b01['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x1b9b01['if']('isEditMode','ck-comment--edit'),_0x1b9b01['if']('isSystemComment','ck-comment--info'),_0x1b9b01['to']('actionIndicator',_0x3d57e3=>_0x3d57e3?'ck-comment--'+_0x3d57e3:'')],'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':_0x343d40}]}]};}['_createEditButton'](){const _0x4b8163=new _0x2d6eba(this['locale']);return _0x4b8163['label']=Et(this['locale'],'Edit'),_0x4b8163['icon']=_0x2aa1a6,_0x4b8163['withText']=!0x0,_0x4b8163['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x4b8163['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x3ae587=>!_0x3ae587),_0x4b8163['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x4b8163['on']('execute',()=>this['switchToEditMode']()),_0x4b8163;}['_createRemoveButton'](){const _0x47c45d=new _0x2d6eba(this['locale']);return _0x47c45d['label']=Et(this['locale'],'Remove'),_0x47c45d['icon']=_0x1886b6,_0x47c45d['withText']=!0x0,_0x47c45d['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x47c45d['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x2de6d1=>!_0x2de6d1),_0x47c45d['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x47c45d['on']('execute',()=>{this['showConfirm'](Et(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x47c45d;}['_createDropdown'](){const _0xea68de=ct(this['locale'],_0x254c12),_0x4784eb=_0xea68de['panelView']['children'],_0x322c96=new ot(this['locale']),_0x4ab01a=_0xea68de['bindTemplate'];dt(_0xea68de,()=>this['items']['find'](_0x3851f2=>_0x3851f2['isVisible'])),_0xea68de['extendTemplate']({'attributes':{'class':[_0x4ab01a['if']('isVisible','ck-hidden',_0x2bf4ee=>!_0x2bf4ee)]}});const _0x4eddcf=(_0x861f53,_0x31d2f2=-0x1)=>{const _0x15f6c7=new nt(this['locale']);_0x15f6c7['children']['add'](_0x861f53);const _0x47073c=_0x31d2f2>-0x1?_0x31d2f2:_0x322c96['items']['length'];_0x322c96['items']['add'](_0x15f6c7,_0x47073c);const _0x29f6a5=Array['from'](this['items']);_0xea68de['unbind']('isEnabled','isVisible'),_0xea68de['bind']('isEnabled')['toMany'](_0x29f6a5,'isEnabled',(..._0x16e6bc)=>_0x16e6bc['some'](_0x118743=>_0x118743)),_0xea68de['bind']('isVisible')['toMany'](_0x29f6a5,'isVisible',(..._0x4e8c9e)=>_0x4e8c9e['some'](_0x53e41b=>_0x53e41b));};_0xea68de['panelPosition']='sw',_0xea68de['buttonView']['set']({'label':Et(this['locale'],'Show\x20more\x20items'),'icon':_0x4394b5});for(const _0x4078ba of this['items'])_0x4eddcf(_0x4078ba);return _0x4784eb['add'](_0x322c96),_0xea68de['listenTo'](this['items'],'add',(_0x15cb58,_0x3bbe1f,_0x5d07c3)=>{_0x4eddcf(_0x3bbe1f,_0x5d07c3);}),_0xea68de['listenTo'](this['items'],'remove',(_0x30818e,_0x2b33dc,_0x4623da)=>{_0x322c96['items']['remove'](_0x4623da);}),_0xea68de;}['_attachActions'](_0x16a79c,_0x523f85){const _0x53d510=_0x16a79c&&_0x16a79c['element'];_0x53d510&&(this['listenTo'](_0x53d510,'mouseenter',()=>this['actionIndicator']=_0x523f85),this['listenTo'](_0x53d510,'focus',()=>this['actionIndicator']=_0x523f85),this['listenTo'](_0x53d510,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x53d510,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x1c7ab6=super['_createCommentInputView']();return _0x1c7ab6['bind']('placeholder')['to'](this),_0x1c7ab6;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}};function Xt(_0x477137){const _0x5542f0=_0x4809c5(_0x477137,0x1e),_0x37beb7=new MutationObserver(_0xb46eec=>{for(const _0xa7c77f of _0xb46eec)('attributes'==_0xa7c77f['type']&&'class'==_0xa7c77f['attributeName']||'childList'==_0xa7c77f['type']||'characterData'==_0xa7c77f['type'])&&_0x5542f0();});return{'attach'(_0x394e45){_0x37beb7['observe'](_0x394e45,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x37beb7['disconnect'](),_0x5542f0['cancel']();}};}var qt=class extends ht{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x525a7d,_0x81bc50){super(_0x525a7d),this['id']=_0x2ff495(),this['focusTracker']=new _0x16deef(),this['keystrokes']=new _0x208d02(),this['keystrokes']['set']('Esc',(_0x38b161,_0x179f48)=>this['fire']('Esc',_0x179f48)),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'](_0x81bc50),this['mainView']=_0x81bc50;const _0x1dc3c3=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x1dc3c3['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 _0x4a1cf2=this['element']['clientHeight'];_0x4a1cf2&&(this['height']=_0x4a1cf2);}};const jt=/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x21a2fd();var $t=class Annotation extends jt{['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x209a9e,target:_0x40a99c,type:_0x23405b,isVisible:_0x386024=!0x0}){super(),this['view']=_0x209a9e,this['view']['element']||this['view']['render'](),this['_type']=_0x23405b,this['_target']=_0x40a99c,Annotation['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x4284a7([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x2e1581,_0x4eb506)=>{this['view']['focusTracker']['add'](_0x4eb506);}),this['focusableElements']['on']('remove',(_0x332b0c,_0x36b584)=>{this['view']['focusTracker']['remove'](_0x36b584);}),this['set']('isVisible',_0x386024);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x2d2801=this['_getNormalizedTarget']();return Annotation['_assertCorrectTarget'](_0x2d2801),_0x2d2801;}get['targetRect'](){const _0x1db089=this['target'];if(null===_0x1db089)return null;if(_0x1db089 instanceof _0x3d1cc4)return _0x1db089;const _0x32d998=_0x1db089['filter'](_0x2514e=>function(_0x8f88e6){return!!_0x8f88e6['offsetParent']||!!_0x8f88e6['getClientRects']()['item'](0x0);}(_0x2514e));return 0x0===_0x32d998['length']?null:_0x3d1cc4['getDomElementRects'](_0x32d998[0x0])[0x0];}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x205542){this['view']['isActive']=_0x205542,this['view']['mainView']['isActive']=_0x205542;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x222ece){if(!(null===_0x222ece||_0x222ece instanceof _0x3d1cc4||Array['isArray'](_0x222ece)&&_0x222ece['every'](_0x57f55b=>zt(_0x57f55b))))throw new _0x6d6638('annotation-invalid-target',null,{'target':_0x222ece});}['_getNormalizedTarget'](){const _0x1d513a='function'==typeof this['_target']?this['_target']():this['_target'];return zt(_0x1d513a)?[_0x1d513a]:_0x1d513a;}};function zt(_0x1a322e){return null!==_0x1a322e&&'object'==typeof _0x1a322e&&'nodeType'in _0x1a322e&&0x1===_0x1a322e['nodeType'];}var Jt=class extends _0x4284a7{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x50544=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x16deef(),this['_focusTracker']['on']('change:isFocused',(_0x3b53db,_0x46be78,_0x2de3aa)=>{_0x2de3aa||this['fire']('blur');});for(const _0x48e177 of _0x50544)this['add'](_0x48e177);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x885df){if(this['has'](_0x885df))throw new _0x6d6638('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x885df['innerView'],_0x885df),this['_viewToAnnotation']['set'](_0x885df['view'],_0x885df);for(const _0x238a46 of _0x885df['focusableElements'])this['_focusTracker']['add'](_0x238a46);if(this['listenTo'](_0x885df['focusableElements'],'add',(_0x55aac5,_0x2ea8d7)=>{this['_focusTracker']['add'](_0x2ea8d7);}),this['listenTo'](_0x885df['focusableElements'],'remove',(_0x19ae73,_0x4b56d6)=>{this['_focusTracker']['remove'](_0x4b56d6);}),this['listenTo'](_0x885df['view']['focusTracker'],'change:isFocused',(_0x4bc9c8,_0x44f0de,_0x2fb88f)=>{_0x2fb88f&&this['fire']('focus',_0x885df);}),_0x885df['updateTargetRect'](),this['_areCachedRectsStale']()){for(const _0x17a317 of this)_0x17a317['updateTargetRect']();}const _0x4adf05=this['_getOrderInContent'](_0x885df['view']['targetRect']);return super['add'](_0x885df,_0x4adf05);}['remove'](_0x663378){if(!this['has'](_0x663378))throw new _0x6d6638('annotationcollection-not-existing-item',null);this['stopListening'](_0x663378['view']['focusTracker']),this['stopListening'](_0x663378['focusableElements']);for(const _0x4e579d of _0x663378['focusableElements'])this['_focusTracker']['remove'](_0x4e579d);return this['_viewToAnnotation']['delete'](_0x663378['view']),this['_innerViewToAnnotation']['delete'](_0x663378['innerView']),super['remove'](_0x663378);}['getByInnerView'](_0x34cc00){return this['_innerViewToAnnotation']['get'](_0x34cc00);}['getByView'](_0x484754){return this['_viewToAnnotation']['get'](_0x484754);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x54f9c8 of this)_0x54f9c8['updateTargetRect']();this['_sort']();}['_sort'](){const _0x7047ad=Array['from'](this)['sort']((_0x3318ef,_0x593d39)=>Zt(_0x3318ef['view']['targetRect'],_0x593d39['view']['targetRect']));for(let _0x4d5869=_0x7047ad['length']-0x1;_0x4d5869>0x0;_0x4d5869--){const _0x2e02fb=_0x7047ad[_0x4d5869];_0x4d5869!==this['getIndex'](_0x2e02fb)&&(this['remove'](_0x2e02fb),this['add'](_0x2e02fb));}}['_getOrderInContent'](_0x4d6792){let _0x31843d=0x0;if(!_0x4d6792)return this['length'];for(const _0x2c7bf0 of this){const _0x1295e1=_0x2c7bf0['view']['targetRect'];if(_0x1295e1){if(Zt(_0x4d6792,_0x1295e1)<0x0)return _0x31843d;_0x31843d++;}}return _0x31843d;}['_areCachedRectsStale'](){const _0x4424d4=this['get'](0x0);if(!_0x4424d4)return!0x1;const _0x4b83e9=_0x4424d4['view']['targetRect'],_0x9f1402=_0x4424d4['targetRect'];return!(!_0x4b83e9||!_0x9f1402)&&(_0x4b83e9['top']!==_0x9f1402['top']||_0x4b83e9['left']!==_0x9f1402['left']);}};function Qt({source:_0x1a3f49,target:_0x3027a4,filter:_0x5be5f1}){for(const _0x5020ba of _0x1a3f49)_0x5be5f1(_0x5020ba)&&_0x3027a4['add'](_0x5020ba);_0x3027a4['listenTo'](_0x1a3f49,'add',(_0x2fc5ca,_0x3bebf5)=>{_0x5be5f1(_0x3bebf5)&&_0x3027a4['add'](_0x3bebf5);}),_0x3027a4['listenTo'](_0x1a3f49,'remove',(_0x4a6292,_0x27222d)=>{_0x3027a4['has'](_0x27222d)&&_0x3027a4['remove'](_0x27222d);});}function Zt(_0x30f443,_0x49842b){if(null===_0x30f443&&null===_0x49842b)return 0x0;if(null===_0x30f443)return-0x1;if(null===_0x49842b)return 0x1;const _0x1787a9=_0x30f443['top']-_0x49842b['top'];return 0x0==_0x1787a9?_0x30f443['left']-_0x49842b['left']:_0x1787a9;}var ti=class extends _0x41d5ed{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3843f6){if(super(_0x3843f6),this['collection']=new Jt(),this['_visibleAnnotations']=new Jt(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x3843f6 instanceof _0x2de2e0){const _0x49d74c=_0x3843f6['locale'];_0x3843f6['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':Et(_0x49d74c,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':Et(_0x49d74c,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':Et(_0x49d74c,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':Et(_0x49d74c,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':Et(_0x49d74c,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':Et(_0x49d74c,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':Et(_0x49d74c,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x3c18c7){this['collection']['add'](_0x3c18c7);}['remove'](_0x54d1d3){this['collection']['remove'](_0x54d1d3),_0x54d1d3['destroy']();}['refreshVisibility'](){for(const _0x39c334 of this['collection'])_0x39c334['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x4b936e){return this['collection']['getByInnerView'](_0x4b936e);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x38c2e8 of this['collection'])_0x38c2e8['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x4d1cd0){this['fire']('_activateAnnotation',_0x4d1cd0);}['createAnnotation'](_0x3a87bb){return new $t(_0x3a87bb);}['createAnnotationView'](_0x11970f,_0x5e4897){return new qt(_0x11970f,_0x5e4897);}['_addActiveAnnotation'](_0x29ba48){const _0x482a26=new Set(this['activeAnnotations']);_0x482a26['add'](_0x29ba48),this['activeAnnotations']=_0x482a26;}['_removeActiveAnnotation'](_0x3da77b){const _0xb643ee=new Set(this['activeAnnotations']);_0xb643ee['delete'](_0x3da77b),this['activeAnnotations']=_0xb643ee;}['_bindAnnotationsToVisibleAnnotations'](){const _0xa8937c=this['collection'],_0x132f3d=this['_visibleAnnotations'];function _0x599dfb(_0x131940){const _0x57f091=_0x131940['source'];_0x57f091['isVisible']&&!_0x132f3d['has'](_0x57f091)?_0x132f3d['add'](_0x57f091):!_0x57f091['isVisible']&&_0x132f3d['has'](_0x57f091)&&_0x132f3d['remove'](_0x57f091),_0x57f091['view']['focusTracker']['remove'](_0x57f091['view']['element']),_0x57f091['view']['focusTracker']['add'](_0x57f091['view']['element']);}this['listenTo'](_0xa8937c,'add',(_0x25b0af,_0x53e8ab)=>{_0x53e8ab['isVisible']&&_0x132f3d['add'](_0x53e8ab),this['listenTo'](_0x53e8ab,'change:isVisible',_0x599dfb);}),this['listenTo'](_0xa8937c,'remove',(_0x5af4aa,_0x1b3167)=>{_0x132f3d['has'](_0x1b3167)&&_0x132f3d['remove'](_0x1b3167),this['stopListening'](_0x1b3167,'change:isVisible',_0x599dfb);});}['_setupEnterAnnotationKeystroke'](){const _0xda9326=_0x19fb3e=>{_0x19fb3e['on']('ready',()=>{_0x19fb3e['keystrokes']['set'](_0x57653d,(_0x377241,_0x464818)=>{const _0x2feca9=_0x214eb1(this['activeAnnotations']['values']());_0x2feca9&&(_0x2feca9['view']['focus'](),_0x464818());});});};this['context']instanceof _0x2de2e0?_0xda9326(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x26618f,_0xc782f8)=>{_0xda9326(_0xc782f8);});}['_setupEscapeAnnotationHandling'](){const _0x363a5b=_0x55ff22=>{const _0x55edee=_0x55ff22['source'],_0x64fc08=[];let _0xe2cf9b;if(Array['isArray'](_0x55edee['target'])){_0xe2cf9b=_0x55edee['target'][0x0],this['context']instanceof _0x2de2e0?_0x64fc08['push'](this['context']):this['context']['editors']&&_0x64fc08['push'](...this['context']['editors']);for(const _0x30dde7 of _0x64fc08)for(const _0x420fd6 of _0x30dde7['editing']['view']['domRoots']['values']())if(_0x420fd6['contains'](_0xe2cf9b))return void _0x30dde7['editing']['view']['focus']();_0xe2cf9b['focus']();}};this['listenTo'](this['collection'],'add',(_0x29694c,_0x370667)=>{this['listenTo'](_0x370667,'escape',_0x363a5b,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x371e6b,_0x102bff)=>{this['stopListening'](_0x102bff,'escape',_0x363a5b);});}};const ii=Symbol('noChannel'),ei={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0},si=/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x21a2fd(),ni=/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x21a2fd();var oi=class extends _0x41d5ed{['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[ti,_0x478dcf,_0x12e146];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1f3f4b){super(_0x1f3f4b),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x4ff595=this['context']['config'];_0x4ff595['define']('comments.maxCommentsWhenCollapsed',0x2),_0x4ff595['define']('comments.maxThreadTotalWeight',0x1f4),_0x4ff595['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x4ff595['define']('comments.CommentThreadView',Ut),_0x4ff595['define']('comments.CommentView',Yt),_0x4ff595['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0xe6902b=this['context']['plugins']['get'](ti);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x3bbbe0,_0xc5e4d0)=>this['_addCommentThread'](_0xc5e4d0)),this['on']('submitCommentThread',(_0x2c07e5,_0x564f2e)=>this['_submitCommentThread'](_0x564f2e)),this['on']('resolveCommentThread',(_0x505657,_0x22e9d8)=>this['_resolveCommentThread'](_0x22e9d8)),this['on']('resolveCommentThread',(_0x40b1bb,_0xee002d)=>this['_updateActiveAnnotation'](_0xee002d),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x345091,_0xa4aaf9)=>this['_reopenCommentThread'](_0xa4aaf9)),this['on']('reopenCommentThread',(_0x4c6bbc,_0x477ec1)=>this['_updateActiveAnnotation'](_0x477ec1),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x3c8042,_0x3becf8)=>this['_removeCommentThread'](_0x3becf8)),this['on']('updateCommentThread',(_0x2da52e,_0x5bf207)=>this['_updateCommentThread'](_0x5bf207)),this['on']('updateCommentThread',(_0x18283d,_0x361fb5)=>this['_updateActiveAnnotation'](_0x361fb5),{'priority':'lowest'}),this['on']('addComment',(_0x429c85,_0x3e6d5a)=>this['_addComment'](_0x3e6d5a)),this['on']('updateComment',(_0x1c2100,_0x737013)=>this['_updateComment'](_0x737013)),this['on']('removeComment',(_0x3f66a7,_0x48a878)=>this['_removeComment'](_0x48a878)),this['on']('addComment',(_0x44a066,{threadId:_0x4edce5,isFromAdapter:_0x1baaa4})=>{if(_0x1baaa4)return;const _0xbf6fe9=this['getCommentThread'](_0x4edce5),_0x7b70b6=_0xbf6fe9&&this['_threadToController']['get'](_0xbf6fe9);_0x7b70b6&&_0x7b70b6['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0xe6902b,'change:activeAnnotations',(_0x343e0a,_0x2a2020,_0x4db876)=>{const _0x5cef97=Array['from'](_0x4db876)['map'](_0x1107cf=>this['_viewToController']['get'](_0x1107cf['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x5cef97?_0x5cef97['model']:null;});}set['adapter'](_0xecb3c2){if(this['_adapter'])throw new _0x6d6638('commentsrepository-adapter-already-set');this['_adapter']=_0xecb3c2;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x4d1f7e=ii,threadId:_0x21af34=_0x2ff495(),comments:_0x5216b6=[],unlinkedAt:_0x210d6e=null,resolvedAt:_0x1d8633=null,resolvedBy:_0x3d5135=null,target:_0x2e2c65=null,context:_0x428b53=null,attributes:_0x1d8608={},isResolvable:_0x32ecdb=!0x0,isSubmitted:_0xd34ff0=!0x1,isFromAdapter:_0x2abd51=!0x1}={}){return this['fire'](ai('addCommentThread',_0x4d1f7e),{'channelId':_0x4d1f7e,'threadId':_0x21af34,'comments':_0x5216b6,'unlinkedAt':_0x210d6e,'resolvedAt':_0x1d8633,'resolvedBy':_0x3d5135,'target':_0x2e2c65,'context':_0x428b53,'attributes':_0x1d8608,'isFromAdapter':_0x2abd51,'isResolvable':_0x32ecdb,'isSubmitted':_0xd34ff0}),this['getCommentThread'](_0x21af34);}['openNewCommentThread']({channelId:_0x454fea=ii,threadId:_0x27df12=_0x2ff495(),target:_0x204ac9,context:_0x2f5b72=null,isResolvable:_0x60f394=!0x0}){if(this['_readOnlyChannels']['has'](_0x454fea)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x204ac9)throw new _0x6d6638('commentsrepository-missing-target');const _0x5c9af9=this['addCommentThread']({'channelId':_0x454fea,'threadId':_0x27df12,'target':_0x204ac9,'context':_0x2f5b72,'isResolvable':_0x60f394});if(!_0x5c9af9)return null;const _0x598304=this['_threadToController']['get'](_0x5c9af9),_0x54c92c=_0x598304['view']['commentThreadInputView']['commentInputView'],_0x26e9a1=this['context']['plugins']['get'](ti),_0x36d825=_0x26e9a1['getByInnerView'](_0x598304['view']);return _0x26e9a1['activate'](_0x36d825),_0x54c92c['once']('editorReady',()=>_0x54c92c['focus']()),_0x5c9af9;}['hasCommentThread'](_0x328e25){if('string'!=typeof _0x328e25)throw new _0x6d6638('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x328e25);}['updateCommentThread']({channelId:_0x347797=ii,threadId:_0x57c796,context:_0x3079e0,unlinkedAt:_0x2100e8,attributes:_0xfd2d71,isFromAdapter:_0x1af4fc=!0x1}){return this['fire'](ai('updateCommentThread',_0x347797),{'channelId':_0x347797,'threadId':_0x57c796,'context':_0x3079e0,'unlinkedAt':_0x2100e8,'attributes':_0xfd2d71,'isFromAdapter':_0x1af4fc}),this['getCommentThread'](_0x57c796);}['getCommentThread'](_0x51ed8c){if('string'!=typeof _0x51ed8c)throw new _0x6d6638('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x51ed8c);}['fetchCommentThread']({channelId:_0x44f3b3,threadId:_0x1cd5b3}={}){const _0x16b93a=this['getCommentThread'](_0x1cd5b3);if(_0x16b93a)return Promise['resolve'](_0x16b93a);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x6d6638('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x44f3b3,'threadId':_0x1cd5b3})['then'](_0x3e547d=>this['hasCommentThread'](_0x1cd5b3)?this['getCommentThread'](_0x1cd5b3):_0x3e547d?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x44f3b3},_0x3e547d)):void 0x0)['catch'](_0x51525c=>{throw console['error'](_0x51525c),new _0x6d6638('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x1f0fd8,skipNotAttached:_0x57762f=!0x1,skipEmpty:_0x24f896=!0x1,toJSON:_0x107499=!0x1}={}){const _0x4e983b=[];for(const _0x152c15 of this['_threads']['values']())_0x1f0fd8&&_0x152c15['channelId']!==_0x1f0fd8||_0x57762f&&!_0x152c15['isAttached']||_0x24f896&&0x0===_0x152c15['length']||_0x4e983b['push'](_0x152c15);return _0x107499?_0x4e983b['map'](_0x573d9=>_0x573d9['toJSON']()):_0x4e983b;}['getAnnotationForCommentThread'](_0x2d1a9f){const _0x3459fe=this['_threadToController']['get'](_0x2d1a9f);return _0x3459fe&&this['context']['plugins']['get'](ti)['getByInnerView'](_0x3459fe['view'])||null;}['getCommentThreadForAnnotation'](_0x51a82e){const _0x372daa=this['_viewToController']['get'](_0x51a82e['innerView']);return _0x372daa?_0x372daa['model']:null;}['setActiveCommentThread'](_0x7cdac9){const _0x5df463=this['context']['plugins']['get'](ti);if(!_0x7cdac9)return void(this['activeCommentThread']&&_0x5df463['deactivateAll']());const _0x4c5bb6=this['getCommentThread'](_0x7cdac9);if(!_0x4c5bb6)throw new _0x6d6638('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x7cdac9});if(!this['_threadToController']['has'](_0x4c5bb6))throw new _0x6d6638('commentsrepository-active-not-attached',null,{'threadId':_0x7cdac9});const _0x49b082=_0x5df463['getByInnerView'](this['_threadToController']['get'](_0x4c5bb6)['view']);_0x5df463['activate'](_0x49b082);}['switchReadOnly'](_0x65295,_0x3c870a){_0x65295?this['_readOnlyChannels']['add'](_0x3c870a):this['_readOnlyChannels']['delete'](_0x3c870a),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x137f03){return this['_readOnlyChannels']['has'](_0x137f03)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x3c215b,_0x108514){return new bt(_0x3c215b,_0x108514);}['setPermissions'](_0x2f6e00,_0x2c62d5=ii){this['_permissions']['set'](_0x2c62d5,_0x2f6e00),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x45c045=ii){return this['_permissions']['has'](_0x45c045)?this['_permissions']['get'](_0x45c045):ei;}['_addCommentThread']({channelId:_0x5ba530,threadId:_0x1df301,comments:_0x3469fc,unlinkedAt:_0x43ac6e,resolvedAt:_0x314f18,resolvedBy:_0x329394,target:_0x486cd9,context:_0x30c7f4,attributes:_0xa497bb,isFromAdapter:_0x31991e,isResolvable:_0x35d969,isSubmitted:_0x5413fc}){if('string'!=typeof _0x1df301)throw new _0x6d6638('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x1df301});if(this['hasCommentThread'](_0x1df301))throw new _0x6d6638('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x1df301});const _0x25cd4e=new ri(this,{'channelId':_0x5ba530,'id':_0x1df301,'context':_0x30c7f4,'attributes':_0xa497bb,'unlinkedAt':_0x43ac6e,'resolvedAt':_0x314f18,'resolvedBy':_0x329394?this['context']['plugins']['get'](_0x12e146)['getUser'](_0x329394):null,'isResolvable':_0x35d969,'isSubmitted':_0x5413fc||_0x31991e});this['_threads']['set'](_0x1df301,_0x25cd4e);for(const _0x165946 of _0x3469fc)_0x25cd4e['_add'](this['_createNewComment']({'threadId':_0x1df301,..._0x165946}));return _0x486cd9&&_0x25cd4e['attachTo'](_0x486cd9),_0x31991e||!_0x25cd4e['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x5ba530,'threadId':_0x1df301});}['_submitCommentThread']({channelId:_0x1e9982,threadId:_0xe88623}){if(!this['hasCommentThread'](_0xe88623))throw new _0x6d6638('commentsrepository-missing-comment-thread',this);const _0x23e0e6=this['getCommentThread'](_0xe88623);if(_0x23e0e6['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x3888a0,comments:_0x31e676,resolvedAt:_0xc26249,resolvedBy:_0x3bcfb7,context:_0x4a611c,attributes:_0x41f03e}=_0x23e0e6,_0x14a3b4=this['context']['plugins']['get']('PendingActions'),_0x4ba5ca=_0x14a3b4['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x1e9982,'threadId':_0x3888a0,'comments':_0x31e676['map'](_0x18fdd8=>_0x18fdd8['toJSON']()),'resolvedAt':_0xc26249,'resolvedBy':_0x3bcfb7?_0x3bcfb7['id']:_0x3bcfb7,'context':_0x4a611c,'attributes':_0x41f03e})['then'](({comments:_0x4a360d})=>{_0x14a3b4['remove'](_0x4ba5ca);for(const _0x54a112 of _0x4a360d)this['_updateComment']({'channelId':_0x1e9982,'threadId':_0xe88623,'commentId':_0x54a112['commentId'],'createdAt':_0x54a112['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x538c71=>{throw console['error'](_0x538c71),new _0x6d6638('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0xab2c51,target:_0x2854e3}){const _0x2631c1=this['getCommentThread'](_0xab2c51);if(!_0x2631c1)throw new _0x6d6638('commentsrepository-attach-missing-comment-thread',this);const _0x51be9b=this['context']['plugins']['get']('PendingActions'),_0x2bfc77=this['context']['plugins']['get'](ti),_0x21cfde=this['_createCommentThreadView'](_0x2631c1),_0x13fbf9=new bt(_0x2631c1,_0x21cfde);let _0x310f9a=null;_0x21cfde['on']('change:isDirty',(_0x71e756,_0x28dd62,_0x319fbb)=>{_0x319fbb?_0x310f9a=_0x51be9b['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x310f9a&&(_0x51be9b['remove'](_0x310f9a),_0x310f9a=null);}),this['_threadToController']['set'](_0x2631c1,_0x13fbf9),this['_viewToController']['set'](_0x21cfde,_0x13fbf9);const _0x11dff9=new qt(this['context']['locale'],_0x21cfde);_0x11dff9['bind']('length')['to'](_0x21cfde),_0x11dff9['bind']('isDirty')['to'](_0x21cfde,'isDirty',_0x21cfde,'length',(_0x230232,_0x923283)=>_0x230232||!_0x923283),_0x11dff9['bind']('isActive')['to'](_0x21cfde),_0x11dff9['type']='comment';const _0x9b4bdf=new $t({'view':_0x11dff9,'target':_0x2854e3,'type':'comment','isVisible':!_0x2631c1['archivedAt']&&!!('function'==typeof _0x2854e3?_0x2854e3():_0x2854e3)});return _0x21cfde['on']('escape',()=>{_0x9b4bdf['fire']('escape');}),this['_bindAnnotationToEditors'](_0x21cfde,_0x9b4bdf),_0x2bfc77['add'](_0x9b4bdf),_0x9b4bdf;}['_bindAnnotationToEditors'](_0x48898a,_0xfbcbd8){this['listenTo'](_0x48898a,'editorReady',(_0x169397,_0x2e868d)=>{const _0x4f7dde=_0x2e868d['ui']['view']['body']['bodyCollectionContainer'];_0xfbcbd8['focusableElements']['add'](_0x4f7dde),this['context']instanceof _0x2de2e0&&this['context']['ui']['focusTracker']['add'](_0x4f7dde);},{'priority':'highest'}),this['listenTo'](_0x48898a,'editorDestroyed',(_0x209193,_0x125dab)=>{const _0x4e005c=_0x125dab['ui']['view']['body']['bodyCollectionContainer'];_0xfbcbd8['focusableElements']['has'](_0x4e005c)&&_0xfbcbd8['focusableElements']['remove'](_0x4e005c),this['context']instanceof _0x2de2e0&&this['context']['ui']['focusTracker']['remove'](_0x4e005c);});}['_unbindEditors'](_0x24db6c){this['stopListening'](_0x24db6c,'editorReady'),this['stopListening'](_0x24db6c,'editorDestroyed');}['_createCommentThreadView'](_0x577acf){const _0x3da2f8=this['context']['plugins']['get'](_0x12e146),{config:_0x2330d3,locale:_0x15f393}=this['context'],_0x142e3e=_0x153da0(_0x2330d3['get']('locale'),_0x15f393);return new(0x0,(_0x2330d3['get']('comments'))['CommentThreadView'])(_0x15f393,_0x577acf,_0x3da2f8['me'],{'editorConfig':{..._0x2330d3['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x2330d3['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x2330d3['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x2330d3['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x2330d3['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x142e3e,'CommentView':_0x2330d3['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x2f891c,channelId:_0x40be4d,resolvedAt:_0x53bb4f,resolvedBy:_0x463c60,isFromAdapter:_0x2d7ed0}){if(!this['hasCommentThread'](_0x2f891c))throw new _0x6d6638('commentsrepository-missing-comment-thread',null,{'threadId':_0x2f891c});const _0x574ef9=this['getCommentThread'](_0x2f891c);if(_0x574ef9['isResolved'])throw new _0x6d6638('commentsrepository-resolved-comment-thread',null,{'threadId':_0x2f891c});const _0x50848d=this['context']['plugins']['get'](_0x12e146);if(_0x574ef9['resolvedBy']=_0x50848d['getUser'](_0x463c60),_0x574ef9['resolvedAt']=_0x53bb4f,_0x2d7ed0||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x83119e=this['context']['plugins']['get']('PendingActions'),_0x33189f=_0x83119e['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x40be4d,'threadId':_0x2f891c})['then'](({resolvedAt:_0x55dee1,resolvedBy:_0x1b80d9})=>{_0x83119e['remove'](_0x33189f),_0x574ef9['resolvedBy']['id']!==_0x1b80d9&&(_0x574ef9['resolvedBy']=_0x50848d['getUser'](_0x1b80d9)),_0x574ef9['resolvedAt']=_0x55dee1;})['catch'](_0x310baa=>{throw console['error'](_0x310baa),new _0x6d6638('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x1abbad,channelId:_0x319061,isFromAdapter:_0x48b851}){if(!this['hasCommentThread'](_0x1abbad))throw new _0x6d6638('commentsrepository-missing-comment-thread',null,{'threadId':_0x1abbad});const _0xf8a413=this['getCommentThread'](_0x1abbad);if(!_0xf8a413['isResolved'])throw new _0x6d6638('commentsrepository-reopen-comment-thread',null,{'threadId':_0x1abbad});if(_0xf8a413['resolvedBy']=null,_0xf8a413['resolvedAt']=null,_0x48b851||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x2d5f6f=this['context']['plugins']['get']('PendingActions'),_0x311f39=_0x2d5f6f['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x319061,'threadId':_0x1abbad})['then'](()=>_0x2d5f6f['remove'](_0x311f39))['catch'](_0x13cf57=>{throw console['error'](_0x13cf57),new _0x6d6638('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x376dc6,isFromAdapter:_0x1bb60c}){const _0x53ea91=this['getCommentThread'](_0x376dc6);if(!_0x53ea91)throw new _0x6d6638('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x376dc6),this['_threads']['delete'](_0x376dc6),!_0x53ea91['isSubmitted']||_0x1bb60c||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x3888d6=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3b3d57}=_0x53ea91,_0x1154ae=_0x3888d6['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x3b3d57,'threadId':_0x376dc6})['then'](()=>_0x3888d6['remove'](_0x1154ae))['catch'](_0x3dd487=>{throw console['error'](_0x3dd487),new _0x6d6638('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x4c1f4a,unlinkedAt:_0x373fd4,context:_0xa2657b,attributes:_0x2dfe07,isFromAdapter:_0x193bc1}){if('string'!=typeof _0x4c1f4a)throw new _0x6d6638('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x4c1f4a});if(!this['hasCommentThread'](_0x4c1f4a))throw new _0x6d6638('commentsrepository-missing-comment-thread',null,{'threadId':_0x4c1f4a});const _0x4ba10a=this['getCommentThread'](_0x4c1f4a);let _0x114d07=!0x1;if(void 0x0!==_0xa2657b&&_0x4ba10a['context']!==_0xa2657b&&(_0x4ba10a['context']=_0xa2657b,_0x114d07=!0x0),void 0x0!==_0x373fd4&&_0x4ba10a['unlinkedAt']!==_0x373fd4&&(_0x4ba10a['unlinkedAt']=_0x373fd4,_0x114d07=!0x0),_0x2dfe07&&!_0x2d7453(_0x2dfe07,_0x4ba10a['attributes'])&&(_0x4ba10a['attributes']=_0x2dfe07,_0x114d07=!0x0),!_0x114d07)return Promise['resolve']();if(!_0x4ba10a['isSubmitted']||_0x193bc1||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x388cf2=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2a494b}=_0x4ba10a,_0x1ad80a=_0x388cf2['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x2a494b,'threadId':_0x4c1f4a,'context':_0xa2657b,'unlinkedAt':_0x373fd4,'attributes':_0x2dfe07})['then'](()=>_0x388cf2['remove'](_0x1ad80a))['catch'](_0x5f05af=>{throw console['error'](_0x5f05af),new _0x6d6638('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0xd89b77){const _0xaac101=this['context']['plugins']['get'](ti),_0x59b836=this['getCommentThread'](_0xd89b77);if(_0x59b836['_isAttached']=!0x1,this['_threadToController']['has'](_0x59b836)){const _0x509455=this['_threadToController']['get'](_0x59b836),_0xd4eddd=_0x509455['view'],_0x33d97e=_0xaac101['getByInnerView'](_0xd4eddd);this['_threadToController']['delete'](_0x59b836),this['_viewToController']['delete'](_0xd4eddd),_0x33d97e&&_0xaac101['remove'](_0x33d97e),_0x509455['destroy'](),_0xd4eddd['destroy']()['then'](()=>{this['_unbindEditors'](_0xd4eddd);});}}['_updateActiveAnnotation']({threadId:_0x3ac34f,resolvedAt:_0xc7946d,unlinkedAt:_0x82b0d5}){const _0x4f0b69=!!_0xc7946d,_0x2b8c00=this['context']['plugins']['get'](ti),_0x1f6730=this['getCommentThread'](_0x3ac34f);if(this['_threadToController']['has'](_0x1f6730)){const _0x37ed9e=this['_threadToController']['get'](_0x1f6730)['view'],_0x368b2d=_0x2b8c00['getByInnerView'](_0x37ed9e);_0x368b2d&&(_0x4f0b69&&_0x2b8c00['_removeActiveAnnotation'](_0x368b2d),_0x82b0d5?_0x368b2d['isVisible']=!0x1:_0x368b2d['refreshVisibility']());}}['_getExternalAuthor'](_0xeb63f6){const _0x1220f7=this['context']['plugins']['get'](_0x12e146),_0x2ffd8f=_0xbb7f8f('external:'+_0xeb63f6),_0xe2c867=_0x1220f7['getUser'](_0x2ffd8f);return _0xe2c867||_0x1220f7['addUser']({'id':_0x2ffd8f,'name':_0xeb63f6});}['_createNewComment']({threadId:_0xcc0202,commentId:_0x36d4f4=_0x2ff495(),content:_0x1e2513,authorId:_0x1bc4a8,createdAt:_0x215164,attributes:_0xd981ad}){if('string'!=typeof _0x36d4f4)throw new _0x6d6638('commentsrepository-invalid-commentid');if('string'!=typeof _0x1bc4a8)throw new _0x6d6638('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x1e2513||!_0x1e2513['trim']())throw new _0x6d6638('commentsrepository-invalid-comment-content');const _0x3cfd6b=this['context']['plugins']['get'](_0x12e146)['getUser'](_0x1bc4a8);if(!_0x3cfd6b)throw new _0x6d6638('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x1bc4a8});let _0x50d8b7=null,_0x933385=_0x215164;return _0xd981ad?.['@external']&&(_0x50d8b7=this['_getExternalAuthor'](_0xd981ad['@external']['authorName']),_0x933385=new Date(_0xd981ad['@external']['createdAt'])),new hi(this,{'threadId':_0xcc0202,'id':_0x36d4f4,'author':_0x50d8b7||_0x3cfd6b,'creator':_0x3cfd6b,'content':_0x1e2513,'createdAt':_0x215164,'authoredAt':_0x933385,'attributes':_0xd981ad});}['_addComment'](_0x1fe5a8){let {threadId:_0xdbb63e,content:_0x30b444,attributes:_0x4f6b4e,isFromAdapter:_0x37fb6c}=_0x1fe5a8;const _0x16e23d=this['getCommentThread'](_0x1fe5a8['threadId']);if(!_0x16e23d)throw new _0x6d6638('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x56357a=this['_createNewComment'](_0x1fe5a8),{id:_0x4d9bf5}=_0x56357a;if(_0x16e23d['_add'](_0x56357a),_0x37fb6c||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x16e23d['isSubmitted'])return Promise['resolve']();const _0x1bfeb2=this['context']['plugins']['get']('PendingActions'),{channelId:_0x7e2888}=_0x16e23d,_0x4ce675=_0x1bfeb2['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x4f6b4e||(_0x4f6b4e={}),this['adapter']['addComment']({'channelId':_0x7e2888,'threadId':_0xdbb63e,'commentId':_0x4d9bf5,'content':_0x30b444,'attributes':_0x4f6b4e})['then'](_0x436a51=>{_0x1bfeb2['remove'](_0x4ce675),_0x436a51&&this['_updateComment']({'channelId':_0x7e2888,'threadId':_0xdbb63e,'commentId':_0x4d9bf5,'createdAt':_0x436a51['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x78bf15=>{throw console['error'](_0x78bf15),new _0x6d6638('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x31a9df,commentId:_0x24cdb7,content:_0x11eaad,createdAt:_0x2a4954,attributes:_0x7acd41,isFromAdapter:_0x241128}){if(void 0x0!==_0x11eaad&&('string'!=typeof _0x11eaad||!_0x11eaad['trim']()['length']))throw new _0x6d6638('commentsrepository-update-comment-invalid-content');const _0x5178b7=this['getCommentThread'](_0x31a9df),_0x501f6d=_0x5178b7['getComment'](_0x24cdb7);if(!_0x501f6d)throw new _0x6d6638('commentsrepository-update-missing-comment',this);let _0x26fc6e=!0x1;if(_0x11eaad&&_0x11eaad!==_0x501f6d['content']&&(_0x501f6d['isEditable']||_0x241128)&&(_0x501f6d['content']=_0x11eaad,_0x26fc6e=!0x0),_0x2a4954&&_0x2a4954!==_0x501f6d['createdAt']&&(_0x501f6d['createdAt']=_0x2a4954,_0x501f6d['isExternal']||(_0x501f6d['authoredAt']=_0x2a4954),_0x26fc6e=!0x0),_0x7acd41&&!_0x2d7453(_0x7acd41,_0x501f6d['attributes'])&&(_0x501f6d['attributes']=_0x7acd41,_0x26fc6e=!0x0),!_0x26fc6e)return Promise['resolve']();if(_0x5178b7['fire']('commentUpdated'),_0x241128||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x931edd=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2fb711}=this['getCommentThread'](_0x501f6d['threadId']),_0x5a8d95=_0x931edd['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x2fb711,'threadId':_0x31a9df,'commentId':_0x24cdb7,'content':_0x11eaad,'attributes':_0x7acd41})['then'](()=>_0x931edd['remove'](_0x5a8d95))['catch'](_0x49dce2=>{throw console['error'](_0x49dce2),new _0x6d6638('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x2e43c1,commentId:_0x4bc08a,isFromAdapter:_0x119fd6}){const _0x4a74fd=this['getCommentThread'](_0x2e43c1),_0x489141=_0x4a74fd['getComment'](_0x4bc08a);if(!_0x489141)throw new _0x6d6638('commentsrepository-remove-missing-comment',this);if(_0x4a74fd['_remove'](_0x489141),_0x119fd6||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x468f40=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4fce8}=_0x4a74fd,_0x58cf2a=_0x468f40['add'](Et(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x4fce8,'threadId':_0x2e43c1,'commentId':_0x4bc08a})['then'](()=>_0x468f40['remove'](_0x58cf2a))['catch'](_0x3f0c3a=>{throw console['error'](_0x3f0c3a),new _0x6d6638('commentsrepository-remove-comment-internal-error',this);});}},ri=class extends si{['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x33ce08,_0x5eed8c){super();const _0x2b9b70=_0x5eed8c['isResolvable'];this['channelId']=_0x5eed8c['channelId'],this['id']=_0x5eed8c['id'],this['comments']=new _0x4284a7(),this['_repository']=_0x33ce08,this['_isAttached']=!0x1,this['_isSubmitted']=_0x5eed8c['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x33ce08,'_permissions',_0x33ce08,'_readOnlyChannels',()=>_0x33ce08['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x33ce08,'_permissions',()=>_0x33ce08['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x33ce08,'_permissions',()=>{const _0xc56f75=_0x33ce08['getPermissions'](this['channelId']);return _0xc56f75['write']||_0xc56f75['admin'];}),this['bind']('isResolvable')['to'](_0x33ce08,'_permissions',()=>_0x2b9b70&&_0x33ce08['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x5eed8c['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x567e09,_0x3de4d2)=>_0x567e09?_0x3de4d2?_0x567e09<_0x3de4d2?_0x567e09:_0x3de4d2:_0x567e09:_0x3de4d2),this['set']('unlinkedAt',_0x5eed8c['unlinkedAt']||null),this['set']('resolvedAt',_0x5eed8c['resolvedAt']||null),this['set']('resolvedBy',_0x5eed8c['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x5e82ef=>!!_0x5e82ef),this['set']('attributes',_0x5eed8c['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x191d73,_0x22a513)=>_0x191d73+_0x22a513['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x3570d8,id:_0xbd3f8e}=this;this['_repository']['fire'](ai('submitCommentThread',_0x3570d8),{'channelId':_0x3570d8,'threadId':_0xbd3f8e});}['setUnlinkedAt'](_0x58bd6a){this['_update']({'unlinkedAt':_0x58bd6a});}['resolve']({resolvedAt:_0x2d7036=new Date(),resolvedBy:_0x244ce0='',isFromAdapter:_0x358633=!0x1}={}){const _0x39fa4c=this['_repository']['context']['plugins']['get'](_0x12e146)['me'],{channelId:_0x1ecee9,id:_0x397ed6}=this;this['_repository']['fire'](ai('resolveCommentThread',_0x1ecee9),{'channelId':_0x1ecee9,'threadId':_0x397ed6,'resolvedAt':_0x2d7036,'resolvedBy':_0x244ce0||_0x39fa4c['id'],'isFromAdapter':_0x358633});}['reopen']({isFromAdapter:_0xd1d258=!0x1}={}){const {channelId:_0x13bd1d,id:_0x1ed821}=this;this['_repository']['fire'](ai('reopenCommentThread',_0x13bd1d),{'channelId':_0x13bd1d,'threadId':_0x1ed821,'isFromAdapter':_0xd1d258});}['setContext'](_0x53e833){this['context']||this['_update']({'context':_0x53e833});}['setAttribute'](_0x803b69,_0x10fe56){const _0x5a2a8d=_0x25e46d(this['attributes']);_0x91f587(_0x5a2a8d,_0x803b69,_0x10fe56),this['_update']({'attributes':_0x5a2a8d});}['removeAttribute'](_0x2c6adf){const _0x441508=_0x25e46d(this['attributes']);_0x1f251b(_0x441508,_0x2c6adf),this['_update']({'attributes':_0x441508});}['remove']({isFromAdapter:_0x1b2fd3=!0x1}={}){const {channelId:_0x1e9420,id:_0x74c217}=this;this['_repository']['fire'](ai('removeCommentThread',_0x1e9420),{'channelId':_0x1e9420,'threadId':_0x74c217,'isFromAdapter':_0x1b2fd3});}['attachTo'](_0x46df15){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x46df15});}['addComment'](_0x5bcb64){const {channelId:_0x1c8e3c,id:_0x5bbb35}=this;this['_repository']['fire'](ai('addComment',_0x1c8e3c,_0x5bbb35),Object['assign']({'channelId':_0x1c8e3c,'threadId':_0x5bbb35},_0x5bcb64));}['getComment'](_0x5bb9fd){if('string'!=typeof _0x5bb9fd)throw new _0x6d6638('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x5bb9fd});return this['comments']['get'](_0x5bb9fd);}['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'](_0x5e2f40=>_0x5e2f40['toJSON']()),'attributes':this['attributes']};}['_add'](_0x5a9f9d){return this['listenTo'](_0x5a9f9d,'change:authoredAt',()=>{const _0x47b8e5=this['_findOptimalIndex'](_0x5a9f9d),_0xa7dc06=this['comments'];_0x47b8e5-0x1!=_0xa7dc06['getIndex'](_0x5a9f9d)&&_0x47b8e5+0x1!=_0xa7dc06['getIndex'](_0x5a9f9d)&&(this['_remove'](_0x5a9f9d),this['_add'](_0x5a9f9d));}),this['comments']['add'](_0x5a9f9d,this['_findOptimalIndex'](_0x5a9f9d));}['_update'](_0x10ac9c){const {channelId:_0x1a05dd,id:_0x34e6c1}=this;this['_repository']['fire'](ai('updateCommentThread',_0x1a05dd),{..._0x10ac9c,'channelId':_0x1a05dd,'threadId':_0x34e6c1});}['_remove'](_0x5357b8){return this['stopListening'](_0x5357b8),_0x5357b8['destroy'](),this['comments']['remove'](_0x5357b8);}['_findOptimalIndex'](_0x352117){const _0x5d0648=this['comments']['find'](_0x450148=>new Date(_0x450148['authoredAt'])['getTime']()>new Date(_0x352117['authoredAt'])['getTime']());return _0x5d0648?this['comments']['getIndex'](_0x5d0648):this['length'];}},hi=class extends ni{['id'];['threadId'];['author'];['creator'];['createdAt'];['_repository'];constructor(_0xed663d,_0x2339c7){super();const _0x11ce8c=_0xed663d['context']['plugins']['get'](_0x12e146)['me'],_0x59be1f=_0xed663d['getCommentThread'](_0x2339c7['threadId']),_0x2db6bc=0x0===_0x59be1f['comments']['length'],_0xccd7da=_0x11ce8c===_0x2339c7['author'];this['id']=_0x2339c7['id'],this['threadId']=_0x2339c7['threadId'],this['author']=_0x2339c7['author'],this['creator']=_0x2339c7['creator'],this['set']('content',_0x2339c7['content']),this['createdAt']=_0x2339c7['createdAt']||new Date(),this['set']('authoredAt',_0x2339c7['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x59be1f,'resolvedAt'),this['set']('attributes',_0x2339c7['attributes']||{}),this['bind']('isEditable')['to'](_0xed663d,'_permissions',()=>{const _0x198581=_0xed663d['getPermissions'](_0x59be1f['channelId'])['write'],_0x1016bd=_0xed663d['getPermissions'](_0x59be1f['channelId'])['modifyAll'];return _0xccd7da&&_0x198581||!_0xccd7da&&_0x1016bd;}),this['bind']('isRemovable')['to'](_0x59be1f,'isRemovable',_0xed663d,'_permissions',_0x37a01b=>{const _0x3e7204=_0xed663d['getPermissions'](_0x59be1f['channelId'])['write'],_0x30c6d0=_0xed663d['getPermissions'](_0x59be1f['channelId'])['modifyAll'];return _0xccd7da&&_0x3e7204||_0x37a01b&&_0x2db6bc||!_0xccd7da&&_0x30c6d0&&!_0x2db6bc;}),this['bind']('isReadOnly')['to'](_0x59be1f,'isReadOnly'),this['_repository']=_0xed663d;}get['isExternal'](){return Boolean(this['attributes']&&this['attributes']['@external']);}get['weight'](){return Math['max'](function(_0x2b3d62){const _0x3c691a=document['createElement']('div');return _0x3c691a['innerHTML']=_0x2b3d62,_0x3c691a['textContent']['length'];}(this['content']),0xc8);}['update'](_0x533b2d){const {threadId:_0x1d350f,id:_0x327207}=this;if(!this['_repository']['hasCommentThread'](_0x1d350f))throw new _0x6d6638('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0xd2676d}=this['_repository']['getCommentThread'](_0x1d350f);this['_repository']['fire'](ai('updateComment',_0xd2676d,_0x1d350f),{'channelId':_0xd2676d,'threadId':_0x1d350f,'commentId':_0x327207,..._0x533b2d});}['setAttribute'](_0x44889c,_0x11f46b){const _0x39c5f4=_0x25e46d(this['attributes']);_0x91f587(_0x39c5f4,_0x44889c,_0x11f46b),this['update']({'attributes':_0x39c5f4});}['removeAttribute'](_0x5100b6){const _0x3a57bf=_0x25e46d(this['attributes']);_0x1f251b(_0x3a57bf,_0x5100b6),this['update']({'attributes':_0x3a57bf});}['remove'](_0x48ea5a={}){if(!_0x48ea5a['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x2045d3,id:_0x1a2166}=this;if(!this['_repository']['hasCommentThread'](_0x2045d3))throw new _0x6d6638('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x146605}=this['_repository']['getCommentThread'](_0x2045d3);this['_repository']['fire'](ai('removeComment',_0x146605,_0x2045d3),{'channelId':_0x146605,'threadId':_0x2045d3,'commentId':_0x1a2166,..._0x48ea5a});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}};function ai(_0x3b5882,..._0x507c48){for(const _0x44f86b of _0x507c48)void 0x0!==_0x44f86b&&(_0x3b5882+=':'+String(_0x44f86b));return _0x3b5882;}var ci=class extends _0x29bf2e{constructor(_0x2cca5b){super(_0x2cca5b),this['set']('hasContent',!0x1);}['refresh'](){const _0x28e5be=this['editor']['model']['document']['selection'];this['isEnabled']=!0x0,this['hasContent']=!0x1;for(const _0x39a496 of _0x28e5be['getRanges']())if(this['_hasContent'](_0x39a496))return void(this['hasContent']=!0x0);}['execute']({threadId:_0xbb58d6=_0x2ff495(),ranges:_0x562d08,comment:_0x2e7e96}={}){const _0x3d0903=this['editor']['model'],_0x16767f=_0x562d08??Array['from'](_0x3d0903['document']['selection']['getRanges']()),_0x1033d6=[];for(const _0x375df3 of _0x16767f)this['_hasContent'](_0x375df3)&&_0x1033d6['push'](this['_trimToContent'](_0x375df3));if(!_0x1033d6['length'])throw new _0x6d6638('addcommentthreadcommand-incorrect-ranges',null);_0x2e7e96&&this['_createCommentThread'](_0xbb58d6,_0x2e7e96),this['_createMarkersFromRanges'](_0xbb58d6,_0x1033d6,!!_0x2e7e96);}['_createMarkersFromRanges'](_0x7d0eb4,_0xa02778,_0x453d97){this['editor']['model']['change'](_0x2ef80d=>{for(const _0x3e7069 of _0xa02778){const _0x396497='comment:'+_0x7d0eb4+':'+_0x2ff495()['substr'](0x1,0x5);_0x2ef80d['addMarker'](_0x396497,{'range':_0x3e7069,'usingOperation':_0x453d97,'affectsData':_0x453d97});}});}['_createCommentThread'](_0x3cab76,_0x2eed55){const _0x2a0d97=this['editor']['plugins']['get']('CommentsRepository'),_0x4bcabe=this['editor']['config']['get']('collaboration.channelId'),_0x261623=this['editor']['plugins']['get']('Users')['me'];if(!_0x261623)throw new _0x6d6638('addcommentthreadcommand-user-not-found',null);_0x2a0d97['addCommentThread']({'threadId':_0x3cab76,'channelId':_0x4bcabe,'comments':[{'authorId':_0x261623['id'],'content':_0x2eed55,'createdAt':new Date(),'attributes':{}}]});}['_hasContent'](_0x2b87eb){for(const _0x1a3981 of _0x2b87eb['getItems']())if(this['_itemIsContent'](_0x1a3981))return!0x0;return!0x1;}['_itemIsContent'](_0x1cc37f){return _0x1cc37f['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x1cc37f)&&!_0x1cc37f['is']('element','tableCell');}['_trimToContent'](_0xe8a1ae){const _0x2a53fd=_0x1f55a0=>!this['_itemIsContent'](_0x1f55a0['item']),_0x16681f=_0xe8a1ae['start']['getLastMatchingPosition'](_0x2a53fd),_0x1f8db0=_0xe8a1ae['end']['getLastMatchingPosition'](_0x2a53fd,{'direction':'backward'});return this['editor']['model']['createRange'](_0x16681f,_0x1f8db0);}},di=class extends _0x3d6b36{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[ti];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x29f5b3){super(_0x29f5b3),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0xaca3ab=this['editor'],_0x397f95=_0xaca3ab['model']['document']['selection'],_0x22915b=_0xb07f85(()=>this['refreshSelectedViews'](),0xa);_0x397f95['on']('change:range',(_0x4d00cb,_0x32f76d)=>{_0x32f76d['directChange']&&(_0x22915b['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0xaca3ab['editing']['view']['document'],'change:isFocused',(_0x39117b,_0x3ca784,_0x22ac6f)=>{_0x22ac6f&&_0x22915b();}),this['listenTo'](_0xaca3ab['ui']['focusTracker'],'change:isFocused',(_0x3a2350,_0x25c072,_0x330d9a)=>{_0x330d9a||this['fire']('blur',{'isAnnotationTracked':_0x309e4a=>this['_editorAnnotationsData']['has'](_0x309e4a['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x4ed691){if(this['_editorAnnotations']['has'](_0x4ed691['view']))return;this['_editorAnnotations']['add'](_0x4ed691['view']),this['editor']['ui']['focusTracker']['add'](_0x4ed691['view']['element']);const _0x5bd696=this['editor']['plugins']['get'](ti);this['listenTo'](_0x5bd696['collection'],'remove',(_0x439487,_0x1b0b39)=>{this['editor']['ui']['focusTracker']['remove'](_0x1b0b39['view']['element']),this['_editorAnnotations']['delete'](_0x1b0b39['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x3e9339){if('function'!=typeof _0x3e9339)throw new _0x6d6638('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x3e9339);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x3f446b,annotations:_0x10423d}){const _0x5c43fa=[],_0x33940a=this['editor']['model']['document']['selection'],_0x4f2c30=Array['from'](_0x33940a['getRanges']());for(const [_0x141672,_0x3b303a]of this['_editorAnnotationsData']){const _0x189fdc=_0x251b4c(_0x3b303a),_0x5bd711=_0x10423d['getByInnerView'](_0x141672);_0x189fdc&&_0x5bd711&&_0x5c43fa['push']({'annotation':_0x5bd711,'range':_0x189fdc});}function _0x251b4c(_0x16aa73){for(const _0x3d51f3 of _0x16aa73)for(const _0x289908 of _0x4f2c30)if(_0x3d51f3['containsRange'](_0x289908,!_0x33940a['isCollapsed']))return _0x3d51f3;return null;}return _0x5c43fa['sort']((_0x5abcd6,_0x4f1786)=>{const _0x322f14=_0x5abcd6['range'],_0xe127c0=_0x4f1786['range'];if(!_0x322f14['isEqual'](_0xe127c0)){if(_0x322f14['containsRange'](_0xe127c0,!0x0))return 0x1;if(_0xe127c0['containsRange'](_0x322f14,!0x0))return-0x1;}return _0x5abcd6['annotation']==_0x3f446b?-0x1:_0x4f1786['annotation']==_0x3f446b?0x1:0x0;})['map'](_0x3a0df0=>_0x3a0df0['annotation']);}get['_editorAnnotationsData'](){const _0x391dda=new Map();for(const _0x144f30 of Array['from'](this['_dataCollectors']))for(const [_0x2cc630,_0x418a8a]of _0x144f30())_0x391dda['set'](_0x2cc630,_0x418a8a);return _0x391dda;}},li=class extends _0x3d6b36{['afterInit'](){const _0x2312ea=this['editor'];_0x2312ea['plugins']['has']('RestrictedEditingModeEditing')&&_0x2312ea['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}},mi=class extends _0x3d6b36{constructor(_0x2bca10){super(_0x2bca10),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x233d8c=this['editor'],_0x583de0=_0x233d8c['commands']['get']('importWord'),_0x3e7bed=_0x233d8c['plugins']['get'](_0x12e146);_0x583de0&&(_0x583de0['on']('execute',(_0x96386f,[,_0x6edf66])=>{_0x6edf66['collaboration_features']={'comments':!0x0,'user_id':_0x3e7bed['me']['id']};},{'priority':_0xa7cdbb['high']+0xa}),this['listenTo'](_0x583de0,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x585357,_0x4fcf07){const {comment_threads:_0x3537ef}=_0x4fcf07;_0x3537ef&&_0x3537ef['forEach'](({thread_id:_0x1438c5,comments:_0x19fe93,is_resolved:_0x51a0f4})=>{const _0x5042d9=new Date(),_0x181b06=_0x19fe93['map'](({author:_0x2fa1cd,content:_0x1e4d46,created_at:_0xa30612})=>({'content':_0x1e4d46,'authorId':this['editor']['plugins']['get'](_0x12e146)['me']['id'],'createdAt':_0x5042d9,'attributes':{'@external':{'authorName':_0x2fa1cd,'createdAt':_0xa30612?new Date(_0xa30612):new Date(),'source':'importWord'}}})),_0x1f7722=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](oi)['addCommentThread']({'channelId':_0x1f7722,'threadId':_0x1438c5,'comments':_0x181b06,'resolvedAt':_0x51a0f4?_0x5042d9:null});});}},ui=class extends _0x3d6b36{constructor(_0x187b95){super(_0x187b95),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[pt,wt];}['afterInit'](){const _0x53d534=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x53d534,'contentInsertion',(_0x27f569,_0x42c1e8)=>this['_removeMarkersWithoutThreads'](_0x42c1e8['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x47bd88){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x47bd88;const _0x380400=this['editor']['plugins']['get']('CommentsRepository');for(const _0x53b52c of _0x47bd88['keys']()){const [_0x508a5c,_0x3934a8]=_0x53b52c['split'](':');'comment'!=_0x508a5c||_0x380400['hasCommentThread'](_0x3934a8)||_0x47bd88['delete'](_0x53b52c);}return _0x47bd88;}['_registerMarkerInClipboardPipeline'](){const _0x459a8a=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0xd1d7ec=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0xd1d7ec&&_0x459a8a['_registerMarkerToCopy']('comment',_0xd1d7ec);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0xe1c352){switch(_0xe1c352){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}};function fi(_0xc5c969){const _0x1139a8=_0xc5c969['split'](':');return{'group':_0x1139a8[0x0],'id':_0x1139a8[0x1],'part':_0x1139a8[0x2]};}var pi=class extends _0x3d6b36{['init'](){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}['overrideMarkerConverters'](){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0x334d57,_0x289127)=>{if(!_0x289127['options']['showCommentHighlights'])return null;if(_0x289127['options']['ignoreResolvedComments']){const {id:_0x1e1b23}=fi(_0x334d57['markerName']);if(this['editor']['plugins']['get'](oi)['getCommentThread'](_0x1e1b23)?.['isResolved']&&_0x334d57['item'])return _0x289127['consumable']['consume'](_0x334d57['item'],'addMarker:'+_0x334d57['markerName']),_0x289127['consumable']['consume'](_0x334d57['item'],'removeMarker:'+_0x334d57['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0xb291fc=>{_0xb291fc['on']('addMarker:comment',(_0x49acf3,_0x30707d,_0x503970)=>{if(!_0x503970['options']['showCommentHighlights'])return;const _0x231826=_0x30707d['item'];if(!_0x231826)return;const _0x351270=_0x503970['mapper']['toViewElement'](_0x231826);this['editor']['model']['schema']['isObject'](_0x231826)&&_0x351270&&!_0x351270['getCustomProperty']('widget')&&_0x351270['is']('containerElement')&&Ct(_0x351270,_0x503970['writer']);},{'priority':'high'});});}['overrideHorizontalRuleConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x58fca5,{writer:_0x9a9e5c,options:_0x17b671})=>{if(!_0x17b671['showCommentHighlights'])return null;const _0x52feb0=_0x9a9e5c['createContainerElement']('div'),_0x487a2f=_0x9a9e5c['createEmptyElement']('hr');return _0x9a9e5c['addClass']('ck-horizontal-line',_0x52feb0),_0x9a9e5c['insert'](_0x9a9e5c['createPositionAt'](_0x52feb0,0x0),_0x487a2f),_0x52feb0;},'converterPriority':'high'});}['overrideImageInlineConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x479b60,{writer:_0x1e0301,options:_0x58360f})=>{if(!_0x58360f['showCommentHighlights'])return null;const _0x4d3ca8=_0x1e0301['createContainerElement']('span'),_0x27aca3=_0x1e0301['createEmptyElement']('img');return _0x1e0301['addClass']('image-inline',_0x4d3ca8),_0x1e0301['insert'](_0x1e0301['createPositionAt'](_0x4d3ca8,0x0),_0x27aca3),_0x4d3ca8;},'converterPriority':'high'});}['overrideMediaEmbedConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x32a43b,{writer:_0x1e74bb,options:_0x5d40cc})=>{if(_0x5d40cc['showCommentHighlights'])return _0x1e74bb['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x4a55ab,_0x1fe833,_0x38448b)=>{_0x38448b['options']['showCommentHighlights']&&_0x4a55ab['stop']();},{'priority':'high'});}},wi=class extends _0x3d6b36{static get['requires'](){return[oi,di,_0x12e146,li,mi,ui,pi];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x289fde){super(_0x289fde),this['set']('isThreadsLoadingPaused',!0x0),_0x289fde['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x5c9d74,_0x103cae,_0x48604d,_0x281cd4)=>{const _0x5fa890=_0x289fde['plugins']['get'](oi),_0x547dc6=_0x48604d?fi(_0x48604d)['id']:null;_0x289fde['model']['change'](()=>{if(_0x547dc6){const _0x4aa7d5=this['getAllMarkersForId'](_0x547dc6);for(const _0x2575ae of _0x4aa7d5)_0x289fde['editing']['reconvertMarker'](_0x2575ae);}if(_0x281cd4){const {id:_0x406092}=fi(_0x281cd4),_0x5193ed=_0x5fa890['getCommentThread'](_0x406092);if(_0x5193ed&&_0x5193ed['unlinkedAt'])return;if(_0x5193ed&&!_0x5193ed['isAttached'])return;const _0x45499b=this['getAllMarkersForId'](_0x406092);for(const _0x3f93b3 of _0x45499b)_0x289fde['editing']['reconvertMarker'](_0x3f93b3);}}),_0x547dc6&&this['scrollToThreadMarker'](_0x547dc6);}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0xb8ffec=this['editor'],_0x3a34eb=_0xb8ffec['plugins']['get'](oi),_0x4ce6f1=_0xb8ffec['config']['get']('collaboration.channelId'),_0xb9e579=_0x3a34eb['getCommentThreads']()['filter'](_0x5f1fcd=>_0x5f1fcd['channelId']!==_0x4ce6f1);_0xb8ffec['commands']['add']('addCommentThread',new ci(_0xb8ffec)),this['listenTo'](_0xb8ffec,'change:isReadOnly',(_0x1bee67,_0x415dbf,_0x3f42bf)=>{_0x3a34eb['switchReadOnly'](_0x3f42bf,_0xb8ffec['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x3a34eb,gi('addCommentThread',_0x4ce6f1),(_0x56a74f,{threadId:_0x412699})=>{this['editor']['plugins']['get'](oi)['getCommentThread'](_0x412699)?.['unlinkedAt']&&this['_attachArchivedThread'](_0x412699);}),this['listenTo'](_0x3a34eb,gi('removeCommentThread',_0x4ce6f1),(_0x572342,{threadId:_0x48826f})=>{_0xb8ffec['model']['enqueueChange']({'isUndoable':!0x1},_0x2fce84=>{const _0x470489=this['getAllMarkersForId'](_0x48826f);for(const _0x7bfa5d of _0x470489)_0x2fce84['removeMarker'](_0x7bfa5d);});}),this['listenTo'](_0x3a34eb,gi('resolveCommentThread',_0x4ce6f1),(_0x681c11,{threadId:_0x5712dc})=>{this['_reconvertMarkers'](_0x5712dc);const _0x1dce33=this['editor']['plugins']['get'](ti);(this['editor']['editing']['view']['hasDomSelection']||_0x1dce33['collection']['isFocused'])&&(this['editor']['plugins']['get'](oi)['getCommentThread'](_0x5712dc)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x3a34eb,gi('reopenCommentThread',_0x4ce6f1),(_0x2388a9,{threadId:_0x5d6569})=>{this['_reconvertMarkers'](_0x5d6569);},{'priority':'low'}),this['listenTo'](_0x3a34eb,gi('addComment',_0x4ce6f1),(_0x5b3521,{threadId:_0x3f14cb,isFromAdapter:_0x1300ae})=>{const _0x2a9695=this['getAllMarkersForId'](_0x3f14cb);!_0x1300ae&&0x0!=_0x2a9695['length']&&_0x3a34eb['hasCommentThread'](_0x3f14cb)&&0x1===_0x3a34eb['getCommentThread'](_0x3f14cb)['length']&&_0xb8ffec['model']['enqueueChange']({'isUndoable':!0x1},_0x375293=>{for(const _0x45ab6f of _0x2a9695)_0x375293['updateMarker'](_0x45ab6f,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0xb9e579);}['afterInit'](){!async function(_0x341a66){const _0xbea766='KpOBJGNSEgqCyfVF1kZ8lbnRjM7eIzAsDQHw9aThu6rcYi05UmPL4d3X2Wotvx',_0xdb90a2=0x78df8,_0x50d608=window['Date']['now'](),_0x4a39db=_0x341a66['editor'],_0x478313=new window['Promise'](_0x10d325=>{_0x4a39db['once']('ready',_0x10d325);}),_0x555126={'kty':'EC','use':'sig','crv':'P-256','x':'iCjOCvDFI6lQHHT18jVwRfkfHQ2a_MymT35LQVoFSAI','y':'kXIyJ4evtCEFRmxKSUpK9fDW459vXOvVrhf6uQAeOio','alg':'ES256'},_0x36c625=_0x4a39db['config']['get']('licenseKey');async function _0x3e55de(){let _0xd14ce3,_0x30c533=null,_0x3275c3=null;try{return'GPL'==_0x36c625?'NotAllowed':(_0xd14ce3=_0x300a56(),_0xd14ce3?(_0xd14ce3['usageEndpoint']&&(_0x3275c3=_0x34c272(_0xd14ce3['usageEndpoint'],_0xd14ce3['jti'])),await _0x342858()?_0x22b82d()?_0x2c5539()?'Expired':_0x230ef9()?('evaluation'==_0xd14ce3['licenseType']&&(_0x30c533=_0x9d6a1b('EvaluationLimit')),await _0x2db3d7()):'DomainLimit':'NotAllowed':'Invalid'):'Invalid');}catch{return'Invalid';}function _0x2c5539(){const _0x3659d9=['evaluation','trial']['includes'](_0xd14ce3['licenseType'])?_0x50d608/0x3e8:0xe10*_0xdb90a2;return _0xd14ce3['exp']<_0x3659d9;}function _0x22b82d(){const _0xfcb6c6=_0xd14ce3['features'];if(!_0xfcb6c6)return!0x1;if(_0xfcb6c6['includes']('*'))return!0x0;if(_0xfcb6c6['includes']('CMT'))return!0x0;if(_0xfcb6c6['includes']('TRILIUM')&&_0x34bbd3())return!0x0;if(_0xfcb6c6['includes']('RCMT')){if(_0x478b0b())return!0x0;if(_0x1a8ce4()||_0x54a746())return!0x0;}return!0x1;}function _0x230ef9(){const _0x48a4f4=_0xd14ce3['licensedHosts'];if(!_0x48a4f4||0x0==_0x48a4f4['length'])return!0x0;const {hostname:_0x8f93c1}=new URL(window['location']['href']);if(_0x48a4f4['includes'](_0x8f93c1))return!0x0;const _0xe2a5f2=_0x8f93c1['split']('.');return _0x48a4f4['filter'](_0x5a9b86=>_0x5a9b86['includes']('*'))['map'](_0x211c4b=>_0x211c4b['split']('.'))['filter'](_0x2b2e8c=>_0x2b2e8c['length']<=_0xe2a5f2['length'])['map'](_0x376093=>Array(_0xe2a5f2['length']-_0x376093['length'])['fill']('*'===_0x376093[0x0]?'*':'')['concat'](_0x376093))['some'](_0x8649ca=>_0xe2a5f2['every']((_0x4b4f07,_0x46294e)=>_0x8649ca[_0x46294e]===_0x4b4f07||'*'===_0x8649ca[_0x46294e]));}function _0x2db3d7(){return _0x30c533&&_0x3275c3?new window['Promise']((_0x32846d,_0xeca1e0)=>{_0x30c533['then'](_0x32846d,_0xeca1e0),_0x3275c3['then'](_0x2bab16=>{'Valid'!=_0x2bab16&&_0x32846d(_0x2bab16);},_0xeca1e0);}):_0x30c533||_0x3275c3||'Valid';}}function _0x34c272(_0x110140,_0x158913){return new window['Promise'](_0x24e99b=>{if(_0x213e5f())return _0x24e99b('Valid');_0x547736(),_0x4a39db['decorate']('_sendUsageRequest');let _0x57d377=!0x1;const _0x14c4da=_0x2ff495();function _0x152262(_0x2b7d73){return!!_0x2b7d73&&('object'==typeof _0x2b7d73||'function'==typeof _0x2b7d73)&&'function'==typeof _0x2b7d73['then']&&'function'==typeof _0x2b7d73['catch'];}function _0x2c1f6a(_0x49c289){_0x419a05(_0x49c289)['then'](_0x4e3188=>_0x4e3188&&'ok'==_0x4e3188['status']?_0x1b7e81(_0x1c8492(_0x14c4da+_0x158913))!=_0x4e3188['verification']?'UsageLimit':'Valid':'UsageLimit')['then'](_0x4bf011=>(_0x2575a1(),_0x4bf011),()=>{const _0x173e4d=_0x563409();return null==_0x173e4d?(_0x2575a1(),'Valid'):_0x50d608-_0x173e4d>0x240c8400?'UsageLimit':'Valid';})['then'](_0x24e99b)['catch'](()=>{_0x24e99b('UsageLimit');});const _0x3e8f6a=0x36ee80;function _0x2575a1(){const _0x3355cc='llct-'+_0x1b7e81(_0x1c8492(_0x110140)),_0x40acd7=_0x5dd94f(_0x1b7e81(window['Math']['ceil'](_0x50d608/_0x3e8f6a)));window['localStorage']['setItem'](_0x3355cc,_0x40acd7);}function _0x563409(){const _0x3ae38f='llct-'+_0x1b7e81(_0x1c8492(_0x110140)),_0x3effa9=window['localStorage']['getItem'](_0x3ae38f);return _0x3effa9?window['parseInt'](_0x5dd94f(_0x3effa9),0x10)*_0x3e8f6a:null;}function _0x419a05(_0x4b9bb7){return new window['Promise']((_0x38ce71,_0x39c1d3)=>{_0x4b9bb7['then'](_0x38ce71,_0x39c1d3),window['setTimeout'](_0x39c1d3,0x1d4c0);});}}_0x4a39db['on']('_sendUsageRequest',(_0x5f87be,_0x2710f9)=>{if(_0x2710f9[0x0]!=_0x110140)return _0x24e99b('UsageLimit');_0x2710f9[0x1]={..._0x2710f9[0x1],'requestId':_0x14c4da};},{'priority':'high'}),_0x4a39db['on']('_sendUsageRequest',_0x4969a9=>{_0x152262(_0x4969a9['return'])&&(_0x57d377=!0x0,_0x2c1f6a(_0x4969a9['return']));},{'priority':'low'}),_0x478313['then'](()=>{_0x57d377||_0x24e99b('UsageLimit');});});function _0x213e5f(){return'auto'==_0x4a39db['editing']['view']['_overlayModeHint'];}function _0x547736(){_0x4a39db['editing']['view']['_overlayModeHint']='auto';}}function _0x9d6a1b(_0x303932){const _0x1e97ba=[new window['Promise'](_0x45da31=>setTimeout(_0x45da31,0x93ecc)),_0x478313['then'](()=>new window['Promise'](_0x26283f=>{let _0x463909=0x0;_0x4a39db['model']['on']('applyOperation',(_0x5c170f,_0x5aefcd)=>{_0x5aefcd[0x0]['isDocumentOperation']&&_0x463909++,0x5e8==_0x463909&&(_0x26283f(),_0x5c170f['off']());});}))];return window['Promise']['race'](_0x1e97ba)['then'](()=>_0x303932);}async function _0x489527(){await _0x478313,_0x4a39db['model']['change']=_0x42b88a,_0x4a39db['model']['enqueueChange']=_0x42b88a,_0x4a39db['enableReadOnlyMode']('model');}function _0x34bbd3(){return window['glob']&&window['glob']['triliumVersion'];}function _0x478b0b(){return _0x3ce44c('WebSocketGateway')&&'connected'==_0x2f3a37('WebSocketGateway')['state'];}function _0x1a8ce4(){return _0x3ce44c('RevisionViewerIntegration');}function _0x54a746(){return _0x3ce44c('TrackChangesDataGetter');}function _0x24b9f0(_0x262ef8){const _0x1b0114=_0x2de3d7();_0x4a39db[_0x1b0114]='commentsLicenseKey'+_0x262ef8,'Valid'!=_0x262ef8&&_0x489527();}function _0x2de3d7(){const _0x1dc87b=window['String'](window['performance']['now']())['replace']('.','');let _0x5c5655='K';for(let _0x1964a1=0x0;_0x1964a1<_0x1dc87b['length'];_0x1964a1+=0x2){let _0x205aa1=window['parseInt'](_0x1dc87b['substring'](_0x1964a1,_0x1964a1+0x2));_0x205aa1>=0x3e&&(_0x205aa1-=0x3e),_0x5c5655+=_0xbea766[_0x205aa1];}return _0x5c5655;}function _0x300a56(){const _0xb9c5c3=_0x36c625['split']('.');if(0x3!=_0xb9c5c3['length'])return null;return _0x4da4c1(_0xb9c5c3[0x1]);function _0x4da4c1(_0x368441){const _0x2d9407=_0x4fb931(_0x368441);return _0x2d9407&&_0x35bb02()?_0x2d9407:null;function _0x35bb02(){const _0x52fd6f=_0x2d9407['jti'],_0x49f21b=window['parseInt'](_0x52fd6f['substring'](_0x52fd6f['length']-0x8),0x10),_0x431709={..._0x2d9407,'jti':_0x52fd6f['substring'](0x0,_0x52fd6f['length']-0x8)};return delete _0x431709['vc'],_0x1c8492(_0x431709)==_0x49f21b;}}}async function _0x342858(){let _0x503a83=!0x0;try{const [_0x5b45d0,_0x467464,_0x8b4805]=_0x36c625['split']('.');return _0x17a3f0(_0x5b45d0),await _0x4f54d5(_0x5b45d0,_0x467464,_0x8b4805),_0x503a83;}catch{return!0x1;}function _0x17a3f0(_0x327549){const _0x29be55=_0x4fb931(_0x327549);_0x29be55&&'ES256'==_0x29be55['alg']||(_0x503a83=!0x1);}async function _0x4f54d5(_0x203d37,_0x148a3c,_0x457358){const _0x155a5d=window['Uint8Array']['from'](_0x4b9da0(_0x457358),_0x276f4f=>_0x276f4f['charCodeAt'](0x0)),_0x47c9bf=new window['TextEncoder']()['encode'](_0x203d37+'.'+_0x148a3c),_0x1803c7=window['crypto']['subtle'];if(!_0x1803c7)return;const _0x3f37da=await _0x1803c7['importKey']('jwk',_0x555126,{'name':'ECDSA','namedCurve':'P-256'},!0x1,['verify']);await _0x1803c7['verify']({'name':'ECDSA','hash':{'name':'SHA-256'}},_0x3f37da,_0x155a5d,_0x47c9bf)||(_0x503a83=!0x1);}}function _0x4fb931(_0x51474a){return _0x51474a['startsWith']('ey')?JSON['parse'](_0x4b9da0(_0x51474a)):null;}function _0x4b9da0(_0x13abaf){return window['atob'](_0x13abaf['replace'](/-/g,'+')['replace'](/_/g,'/'));}function _0x1c8492(_0x5273da){let _0x5a693e=0x1505;function _0x1d89b1(_0x163da8){for(let _0x472ec6=0x0;_0x472ec6<_0x163da8['length'];_0x472ec6++){const _0x38a4c6=_0x163da8['charCodeAt'](_0x472ec6);_0x5a693e=(_0x5a693e<<0x5)+_0x5a693e+_0x38a4c6,_0x5a693e&=_0x5a693e;}}function _0x4de3a8(_0x31ee89){Array['isArray'](_0x31ee89)?_0x31ee89['forEach'](_0x4de3a8):_0x31ee89&&'object'==typeof _0x31ee89?Object['entries'](_0x31ee89)['sort']()['forEach'](([_0x5aeab5,_0x52cd64])=>{_0x1d89b1(_0x5aeab5),_0x4de3a8(_0x52cd64);}):_0x1d89b1(window['String'](_0x31ee89));}return _0x4de3a8(_0x5273da),_0x5a693e>>>0x0;}function _0x1b7e81(_0x38a345){return _0x38a345['toString'](0x10)['padStart'](0x8,'0');}function _0x5dd94f(_0x457d86){return _0x457d86['split']('')['reverse']()['join']('');}function _0x3ce44c(_0x4a915f){return _0x4a39db['plugins']['has'](_0x4a915f);}function _0x2f3a37(_0x23dbef){return _0x4a39db['plugins']['get'](_0x23dbef);}function _0x42b88a(){}_0x24b9f0(await _0x3e55de());}(this);}['destroy'](){const _0x89ac03=this['editor']['plugins']['get'](oi),_0x1a832b=this['editor']['config']['get']('collaboration.channelId');for(const _0x41c420 of _0x89ac03['getCommentThreads']({'channelId':_0x1a832b}))_0x89ac03['_detachCommentThread'](_0x41c420['id']),_0x89ac03['_threads']['delete'](_0x41c420['id']);super['destroy']();}['hasMarkerForId'](_0x1c3950){return this['getAllMarkersForId'](_0x1c3950)['length']>0x0;}['getAllMarkersForId'](_0x1656b2){const _0x53156b=[];for(const _0x474c99 of this['editor']['model']['markers'])_0x474c99['name']['startsWith']('comment:'+_0x1656b2)&&_0x53156b['push'](_0x474c99);return _0x53156b;}['scrollToThreadMarker'](_0x40c6e1){setTimeout(()=>{const _0x3202de=this['_getTargetForId'](_0x40c6e1);_0x3202de&&this['activeMarker']&&fi(this['activeMarker'])['id']===_0x40c6e1&&_0x4c5b31({'target':_0x3202de[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x50fe1d){this['editor']['model']['change'](()=>{for(const _0x101423 of this['getAllMarkersForId'](_0x50fe1d))this['editor']['editing']['reconvertMarker'](_0x101423);});}['_attachArchivedThread'](_0x515187){const _0x42c11f=this['editor']['plugins']['get'](oi),_0x8c4947=this['editor']['plugins']['get'](di),_0x1f8424=_0x42c11f['getCommentThread'](_0x515187);if(!_0x1f8424['isAttached']){const _0x2814ff=_0x1f8424['attachTo'](()=>this['_getTargetForId'](_0x1f8424['id']));_0x8c4947['registerAnnotation'](_0x2814ff),_0x1f8424['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x30c767=this['editor'],_0x32a335=_0x30c767['plugins']['get'](_0x12e146);_0x30c767['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x1ef5e0,_0x34a36d)=>{const {id:_0xcaa3e6}=fi(_0x1ef5e0['markerName']),_0x4650a6=_0x30c767['plugins']['get'](oi)['getCommentThread'](_0xcaa3e6),_0xd893f8=this['activeMarker']&&fi(this['activeMarker'])['id']===_0xcaa3e6;let _0x37d530;if(_0x4650a6&&_0x4650a6['isResolved']&&!_0xd893f8&&_0x1ef5e0['item'])return _0x34a36d['consumable']['consume'](_0x1ef5e0['item'],'addMarker:'+_0x1ef5e0['markerName']),_0x34a36d['consumable']['consume'](_0x1ef5e0['item'],'removeMarker:'+_0x1ef5e0['markerName']),null;const _0x2df288=['ck-comment-marker'];return _0xd893f8&&_0x2df288['push']('ck-comment-marker--active'),_0x37d530=_0x4650a6?.['length']?_0x4650a6['comments']['first']['author']['id']:_0x32a335['me']['id'],{'classes':_0x2df288,'attributes':{'data-comment':_0xcaa3e6,'data-author-id':_0x37d530}};}}),_0x30c767['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x13a6a4,{options:_0x4d2406})=>{if(_0x4d2406['showCommentHighlights'])return null;const _0x23bf22=_0x30c767['plugins']['get'](oi),_0x5dbf4b=_0x30c767['model']['markers']['get'](_0x13a6a4),{id:_0x5dd302,part:_0x1775c2}=fi(_0x13a6a4);return _0x5dbf4b&&!_0x5dbf4b['affectsData']||_0x4d2406['ignoreResolvedComments']&&_0x23bf22['getCommentThread'](_0x5dd302)?.['isResolved']?null:{'group':'comment','name':_0x1775c2?_0x5dd302+':'+_0x1775c2:_0x5dd302};}}),_0x30c767['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x570201,{writer:_0x2fb5d5})=>_0x2fb5d5['createElement']('$marker',{'data-name':'comment:'+_0x570201['getAttribute']('id')})}),_0x30c767['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x5df7f5=this['editor'],_0x41a5c0=_0x5df7f5['plugins']['get'](oi),_0x50340b=new Set(),_0x3b4e2e=new Set();_0x5df7f5['model']['document']['registerPostFixer'](_0x26c3c8=>{let _0x2c0655=!0x1;for(const {name:_0x4e3d79,data:_0x123d5a}of _0x5df7f5['model']['document']['differ']['getChangedMarkers']()){const {group:_0x23c4df,id:_0x27a1c6}=fi(_0x4e3d79);let _0x394eed=_0x123d5a['newRange'];if('comment'!==_0x23c4df||!_0x394eed)continue;const _0x5555ed='$graveyard'===_0x394eed['root']['rootName'];_0x5555ed||(_0x394eed=_i(_0x394eed,_0x5df7f5['model']),!_0x394eed||_0x394eed['isCollapsed']||!_0x123d5a['newRange']||_0x394eed['isEqual'](_0x123d5a['newRange']))?_0x5df7f5['model']['hasContent'](_0x394eed)&&!_0x5555ed?this['isThreadsLoadingPaused']?_0x50340b['add'](_0x4e3d79):this['_handleThreadMarker'](_0x4e3d79,_0x27a1c6):(_0x3b4e2e['add'](_0x4e3d79),_0x50340b['delete'](_0x4e3d79),_0x26c3c8['removeMarker'](_0x4e3d79),_0x2c0655=!0x0):(_0x26c3c8['updateMarker'](_0x4e3d79,{'range':_0x394eed}),_0x2c0655=!0x0);}return _0x2c0655;}),this['on']('change:isThreadsLoadingPaused',(_0x461961,_0x2406f3,_0x3869fb)=>{if(!_0x3869fb&&_0x50340b['size'])for(const _0x37cd1a of _0x50340b){const {id:_0x539a5e}=fi(_0x37cd1a);_0x50340b['delete'](_0x37cd1a),_0x5df7f5['model']['markers']['get'](_0x37cd1a)&&this['_handleThreadMarker'](_0x37cd1a,_0x539a5e);}}),this['listenTo'](_0x5df7f5['model']['document'],'change',()=>{for(const {name:_0xb90bd7,data:{newRange:_0x41d8a7}}of _0x5df7f5['model']['document']['differ']['getChangedMarkers']()){const {group:_0x101da5,id:_0x47342b}=fi(_0xb90bd7);if('comment'!==_0x101da5)continue;const _0x294b29=_0x41a5c0['getCommentThread'](_0x47342b),_0x345261=this['hasMarkerForId'](_0x47342b);_0x294b29&&(!_0x294b29['_hasTargetInContent']&&_0x41d8a7&&_0x5df7f5['editing']['view']['once']('render',()=>{const _0x1474a0=_0x5df7f5['plugins']['get'](ti),_0x4b3d63=_0x41a5c0['_threadToController']['get'](_0x294b29)['view'];_0x1474a0['getByInnerView'](_0x4b3d63)['refreshVisibility']();},{'priority':'low'}),_0x294b29['_hasTargetInContent']=_0x345261||!!_0x41d8a7),_0x41d8a7||(_0x3b4e2e['add'](_0xb90bd7),_0x50340b['delete'](_0xb90bd7));}for(const _0x214611 of _0x3b4e2e){const {id:_0x526351}=fi(_0x214611),_0x4c83bd=_0x41a5c0['getCommentThread'](_0x526351);if(_0x50340b['delete'](_0x214611),!_0x4c83bd)continue;const _0x298376=this['hasMarkerForId'](_0x526351);_0x298376||_0x4c83bd['isSubmitted']?_0x298376||_0x4c83bd['unlinkedAt']||_0x4c83bd['setUnlinkedAt'](new Date()):_0x4c83bd['remove']();}_0x3b4e2e['clear']();});}['_handleInitialThreads'](_0x1a8a13){_0x1a8a13['forEach'](_0x2bcef2=>{_0x2bcef2['unlinkedAt']&&this['_attachArchivedThread'](_0x2bcef2['id']);});}['_getTargetForId'](_0x5bd815){const _0x3123e2=this['editor'],_0x15d850=this['getAllMarkersForId'](_0x5bd815);return _0x4943c8(_0x3123e2['editing'],_0x15d850);}['_getTextContext'](_0x2ebb47){const _0x1fd9c1=this['getAllMarkersForId'](_0x2ebb47);let _0x56d03f='',_0x38f578=!0x1;for(const _0x41365f of _0x1fd9c1){const _0x1a698e=_0x41365f['getRange']();for(const _0x1a5932 of Array['from'](_0x1a698e['getItems']()))_0x1a5932['is']('$textProxy')?(_0x56d03f&&_0x38f578&&(_0x56d03f+='\x20',_0x38f578=!0x1),_0x56d03f+=_0x1a5932['data']):_0x38f578=!0x0;_0x38f578=!0x0;}return _0x56d03f['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x333503,_0x365a73){const _0x3d62ad=this['editor'],_0x6a7819=_0x3d62ad['plugins']['get'](oi);let _0x534b82=_0x6a7819['getCommentThread'](_0x365a73);const _0x2be662=_0x3d62ad['config']['get']('collaboration.channelId'),_0xbdcb4=_0x3d62ad['plugins']['get'](di);return _0x534b82&&(_0x534b82['unlinkedAt']&&_0x534b82['setUnlinkedAt'](null),_0x534b82['isAttached'])||(this['getAllMarkersForId'](_0x365a73)[0x0]['managedUsingOperations']?_0x6a7819['fetchCommentThread']({'channelId':_0x2be662,'threadId':_0x365a73})['then'](_0x33fc13=>{if('destroyed'!==_0x3d62ad['state']){if(_0x534b82=_0x33fc13,_0x534b82&&!_0x534b82['isAttached']){const _0xfe03c3=_0x534b82['attachTo'](()=>this['_getTargetForId'](_0x365a73));_0xbdcb4['registerAnnotation'](_0xfe03c3),_0x534b82['isResolved']&&this['_reconvertMarkers'](_0x365a73);}else{if(!_0x534b82){const _0x5735f0=this['getAllMarkersForId'](_0x365a73);_0x3d62ad['model']['change'](_0x3aab2d=>{for(const _0x1b6d07 of _0x5735f0)_0x3aab2d['removeMarker'](_0x1b6d07);});}}}}):_0x3d62ad['editing']['view']['once']('render',()=>{if(_0x6a7819['getCommentThread'](_0x365a73))return;const _0x5c4efc=_0x3d62ad['plugins']['get'](ti);_0x534b82=_0x6a7819['openNewCommentThread']({'channelId':_0x2be662,'threadId':_0x365a73,'target':()=>this['_getTargetForId'](_0x365a73),'context':{'type':'text','value':this['_getTextContext'](_0x365a73)}});const _0x165913=_0x6a7819['_threadToController']['get'](_0x534b82)['view'],_0x55a837=_0x5c4efc['getByInnerView'](_0x165913);_0x55a837&&_0xbdcb4['registerAnnotation'](_0x55a837);},{'priority':'low'})),_0x534b82;}['_handleThreadMarker'](_0x5ec930,_0xd81317){const _0x262e96=this['_attachMarkerToThread'](_0x5ec930,_0xd81317);_0x262e96&&!_0x262e96['context']&&_0x262e96['setContext']({'type':'text','value':this['_getTextContext'](_0xd81317)});}['_initAriaMarkerChangeAnnouncements'](){const _0x1c6dea=this['editor'];_0x15978d(_0x1c6dea['model'],({left:_0x4782af,entered:_0x1d2fa0})=>{for(const _0x236c76 of _0x4782af)if(Ai(_0x236c76)){_0x1c6dea['ui']['ariaLiveAnnouncer']['announce'](Et(_0x1c6dea['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x24eaeb of _0x1d2fa0)if(Ai(_0x24eaeb)){_0x1c6dea['ui']['ariaLiveAnnouncer']['announce'](Et(_0x1c6dea['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0x393c6e(_0x57653d)));break;}});}};function gi(_0x1b8704,_0x4e7de0){return _0x4e7de0?_0x1b8704+':'+_0x4e7de0:_0x1b8704;}function _i(_0x2b4f0f,_0x1ff514){const _0x448f57=_0x1ff514['schema'],_0x274db4=_0x1ff514['createRange'](_0x2b4f0f['start']);for(const _0x855aa7 of _0x2b4f0f['getWalker']()){const {type:_0x6b90f0,item:_0x175f5d,nextPosition:_0x34bcc7}=_0x855aa7;if('text'===_0x6b90f0||_0x448f57['isObject'](_0x175f5d)){const _0x5e8eca=_0x1ff514['createPositionBefore'](_0x175f5d);_0x274db4['isCollapsed']&&(_0x274db4['start']=_0x5e8eca),_0x274db4['end']=_0x34bcc7;}}return _0x274db4;}function Ai(_0x3990e7){return'comment'===fi(_0x3990e7['name'])['group'];}var vi=class extends _0x3d6b36{['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 _0x4b8f76=this['editor'],_0x389788=_0x4b8f76['plugins']['get'](oi),_0x26192f=_0x4b8f76['plugins']['get'](wi),_0x2904ed=_0x4b8f76['plugins']['get'](ti),_0x3a8049=_0x4b8f76['plugins']['get'](di);_0x4b8f76['ui']['componentFactory']['add']('comment',()=>{const _0x16620d=this['_createUIButton'](_0x2d6eba);return _0x16620d['tooltip']=!0x0,_0x16620d;}),_0x4b8f76['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](rt)),_0x3a8049['addSourceCollector'](()=>{const _0x2004af=[];for(const [_0x25e1b9,_0x4fb74c]of _0x389788['_threadToController']){const _0x337c81=_0x26192f['getAllMarkersForId'](_0x25e1b9['id']),_0x4a2b2b=_0x337c81['map'](_0xda799d=>_0xda799d['getRange']());_0x337c81['length']>0x0&&_0x2004af['push']([_0x4fb74c['view'],_0x4a2b2b]);}return _0x2004af;}),this['listenTo'](_0x2904ed,'change:activeAnnotations',(_0x59a21f,_0x444c13,_0x283989)=>{const _0x7a944e=Array['from'](_0x283989)['map'](_0xcfb80f=>_0xcfb80f['innerView'])['find'](_0x5478b5=>_0x389788['_viewToController']['has'](_0x5478b5));if(!_0x7a944e)return void(_0x26192f['activeMarker']=null);const _0x2bd0be=_0x389788['_viewToController']['get'](_0x7a944e)['model']['id'],_0x59f646='comment:'+_0x2bd0be;_0x2bd0be&&_0x26192f['hasMarkerForId'](_0x2bd0be)?_0x26192f['activeMarker']=_0x59f646:_0x26192f['activeMarker']&&(_0x26192f['activeMarker']=null);}),this['listenTo'](_0x389788,'removeCommentThread',(_0x4a08be,{threadId:_0x25cdeb,isFromAdapter:_0x56a566})=>{!_0x56a566&&_0x4b8f76['ui']['focusTracker']['isFocused']&&_0x26192f['hasMarkerForId'](_0x25cdeb)&&_0x4b8f76['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x389788,'addComment',(_0x1bf3ff,{threadId:_0x4e997d,isFromAdapter:_0x20b105})=>{!_0x20b105&&_0x26192f['hasMarkerForId'](_0x4e997d)&&_0x389788['hasCommentThread'](_0x4e997d)&&0x1===_0x389788['getCommentThread'](_0x4e997d)['length']&&(_0x4b8f76['editing']['view']['focus'](),_0x1bf3ff['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x17b8cc=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x22b8b8;for(const _0x192ec9 in _0x17b8cc){const _0x5c5397=_0x192ec9,_0x13e14b=_0x17b8cc[_0x5c5397];if('commentsLicenseKeyValid'==_0x13e14b||'commentsLicenseKeyInvalid'==_0x13e14b||'commentsLicenseKeyExpired'==_0x13e14b||'commentsLicenseKeyDomainLimit'==_0x13e14b||'commentsLicenseKeyNotAllowed'==_0x13e14b||'commentsLicenseKeyEvaluationLimit'==_0x13e14b||'commentsLicenseKeyUsageLimit'==_0x13e14b){delete _0x17b8cc[_0x5c5397],_0x22b8b8=_0x13e14b,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x22b8b8&&_0x17b8cc['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x22b8b8&&_0x17b8cc['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x22b8b8&&_0x17b8cc['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x22b8b8&&_0x17b8cc['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x22b8b8&&_0x17b8cc['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyUsageLimit'==_0x22b8b8&&_0x17b8cc['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_createUIButton'](_0x160659){const _0x3cb776=this['editor'],_0x1e15b3=new _0x160659(_0x3cb776['locale']),_0x1fb318=_0x3cb776['commands']['get']('addCommentThread');return _0x1e15b3['set']({'label':Et(_0x3cb776['locale'],'Comment'),'icon':_0xf9075a}),_0x1e15b3['bind']('isEnabled')['to'](_0x1fb318,'isEnabled',_0x1fb318,'hasContent',(_0x23c633,_0x20aba6)=>_0x23c633&&_0x20aba6),this['listenTo'](_0x1e15b3,'execute',()=>{_0x1fb318['execute']();}),_0x1e15b3;}},yi=class extends _0x3d6b36{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[wi];}constructor(_0x37b291){super(_0x37b291),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x5813fb,_0x1cedec,_0x594988)=>{_0x594988?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x57e8bb,_0x27cd04]of this['editor']['commands'])_0x27cd04['affectsData']&&'addCommentThread'!==_0x57e8bb&&_0x27cd04['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 _0x22bced=this['editor']['editing']['view']['document'];this['listenTo'](_0x22bced,'cut',_0x2af4c9=>_0x2af4c9['stop'](),{'priority':'highest'}),this['listenTo'](_0x22bced,'clipboardInput',_0x1a1512=>_0x1a1512['stop'](),{'priority':'highest'}),this['listenTo'](_0x22bced,'delete',_0x4dee9a=>_0x4dee9a['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x4b34d6,_0x291f77]of this['editor']['commands'])_0x291f77['affectsData']&&'addCommentThread'!==_0x4b34d6&&_0x291f77['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 _0x41d5ed{['activeUIs'];['uisData'];['_uis'];static get['requires'](){return[ti];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xca429e){super(_0xca429e),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}['init'](){const _0x2c2fb6=this['context']['plugins']['get'](ti);this['listenTo'](_0x2c2fb6,'_activateAnnotation',(_0x578ee5,_0x162aaf)=>{for(const _0x7965f1 of this['activeUIs']){const _0x1b44a7=this['_uis']['get'](_0x7965f1);(0x0,this['uisData']['get'](_0x7965f1)['filter'])(_0x162aaf)&&_0x1b44a7['setActiveAnnotation'](_0x162aaf);}}),this['listenTo'](_0x2c2fb6,'_deactivateAllAnnotations',()=>{for(const _0x364029 of this['activeUIs'])this['_uis']['get'](_0x364029)['setActiveAnnotation'](null);}),this['listenTo'](_0x2c2fb6['_visibleAnnotations'],'add',(_0x53fc77,_0x1f5e59)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x1f5e59);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x4ad181){return this['activeUIs']['has'](_0x4ad181);}['activate'](_0x4d6f83,_0x3a0c87=this['defaultFilter']){const _0x37e0b4=this['context']['plugins']['get'](ti);if(!this['_uis']['has'](_0x4d6f83))throw new _0x6d6638('annotationsuis-missing-ui',this,{'uiName':_0x4d6f83});this['isActive'](_0x4d6f83)&&this['deactivate'](_0x4d6f83),this['activeUIs']['add'](_0x4d6f83);const _0x2749fb=new Jt();Qt({'source':_0x37e0b4['_visibleAnnotations'],'target':_0x2749fb,'filter':_0x3a0c87}),this['uisData']['set'](_0x4d6f83,{'collection':_0x2749fb,'filter':_0x3a0c87});const _0x1753a1=this['_uis']['get'](_0x4d6f83);_0x1753a1['attach'](_0x2749fb),this['listenTo'](_0x1753a1,'change:activeAnnotation',(_0x4e576a,_0x3b8e13,_0x5c79e2,_0x43b4fd)=>{_0x43b4fd&&_0x37e0b4['_removeActiveAnnotation'](_0x43b4fd),_0x5c79e2&&_0x37e0b4['_addActiveAnnotation'](_0x5c79e2);});}['deactivate'](_0x299fa3){if(this['activeUIs']['delete'](_0x299fa3),!this['_uis']['has'](_0x299fa3))throw new _0x6d6638('annotationsuis-missing-ui',this,{'uiName':_0x299fa3});const _0xe38945=this['_uis']['get'](_0x299fa3);_0xe38945['detach'](),this['stopListening'](_0xe38945),this['uisData']['get'](_0x299fa3)['collection']['destroy'](),this['uisData']['delete'](_0x299fa3);}['switchTo'](_0x3ca5b2){if(!this['_uis']['has'](_0x3ca5b2))throw new _0x6d6638('annotationsuis-missing-ui',this,{'uiName':_0x3ca5b2});const _0x340311=this['context']['plugins']['get'](ti),_0x533d1a=Array['from'](_0x340311['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x3ca5b2);const _0x3c7d43=this['_uis']['get'](_0x3ca5b2);_0x3c7d43['setActiveAnnotation'](_0x533d1a),_0x3c7d43['_setSelectedAnnotations']&&_0x533d1a&&_0x3c7d43['_setSelectedAnnotations']([_0x533d1a]);}['deactivateAll'](){for(const _0x1ef4cf of this['activeUIs'])this['deactivate'](_0x1ef4cf);}['register'](_0x94ec66,_0x3bcf23){if(this['_uis']['has'](_0x94ec66))throw new _0x6d6638('annotationsuis-register-already-registered');if('function'!=typeof _0x3bcf23['attach']||'function'!=typeof _0x3bcf23['detach']||'function'!=typeof _0x3bcf23['setActiveAnnotation'])throw new _0x6d6638('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x94ec66,_0x3bcf23);}['refilterAnnotations'](){const _0x5e7764=this['context']['plugins']['get'](ti)['collection'],_0x1b3398=new Map(),_0x516711=Array['from'](this['activeUIs']);for(const _0x38b952 of this['activeUIs']){const _0x2acb2f=this['uisData']['get'](_0x38b952)['collection'];for(const _0x4bdb3c of _0x2acb2f)_0x1b3398['set'](_0x4bdb3c,_0x38b952);}for(const _0x4ce132 of _0x5e7764){const _0x409ef1=_0x1b3398['get'](_0x4ce132);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4ce132);const _0x38fc5c=_0x516711['find'](_0x5531b9=>this['uisData']['get'](_0x5531b9)['filter'](_0x4ce132));_0x409ef1!==_0x38fc5c&&(_0x409ef1&&this['uisData']['get'](_0x409ef1)['collection']['remove'](_0x4ce132),_0x38fc5c&&this['uisData']['get'](_0x38fc5c)['collection']['add'](_0x4ce132));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['defaultFilter'](){return!0x0;}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x488c3c){const _0x103473=[];for(const _0x12dab of this['activeUIs']){(0x0,this['uisData']['get'](_0x12dab)['filter'])(_0x488c3c)&&_0x103473['push'](_0x12dab);}if(_0x103473['length']>0x1)throw new _0x6d6638('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x103473,'annotationType':_0x488c3c['type']});}};const Ci=/* #__PURE__ -- @preserve */
|
|
32
|
+
_0x48a5c0('px');var Ii=class extends ht{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0xcf7cb7){super(_0xcf7cb7);const _0x40cd25=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 _0x16deef(),this['focusCycler']=new et({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x40cd25['to']('class')],'style':{'minHeight':_0x40cd25['to']('minHeight',_0x1698e4=>'number'==typeof _0x1698e4?Ci(_0x1698e4+0xa):null)},'dir':_0xcf7cb7['uiLanguageDirection'],'role':'application','aria-label':Et(_0xcf7cb7,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':Et(_0xcf7cb7,'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',_0x2f78a0=>{this['_updateItemPositionInFocusables'](_0x2f78a0['source']);}),this['list']['forEach'](_0x47f0e9=>{this['focusTracker']['add'](_0x47f0e9['element']),this['_updateItemPositionInFocusables'](_0x47f0e9);}),this['list']['on']('change',(_0x2fe90c,_0x1cbeb7)=>{for(const _0x4ee23a of _0x1cbeb7['removed'])this['focusTracker']['remove'](_0x4ee23a['element']),this['focusables']['remove'](_0x4ee23a);for(const _0x2b1419 of _0x1cbeb7['added'])this['focusTracker']['add'](_0x2b1419['element']),this['_updateItemPositionInFocusables'](_0x2b1419);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x422640){const _0x3f4928=this['focusables']['getIndex'](_0x422640);let _0x1de49a,_0x4d9e7a;for(const _0x1699c1 of this['focusables'])if(_0x422640['top']<_0x1699c1['top']){_0x1de49a=_0x1699c1;break;}if(_0x4d9e7a=_0x1de49a?this['focusables']['getIndex'](_0x1de49a):this['focusables']['length'],-0x1!==_0x3f4928){if(_0x3f4928===_0x4d9e7a-0x1)return;this['focusables']['remove'](_0x422640),_0x4d9e7a=_0x1de49a?this['focusables']['getIndex'](_0x1de49a):this['focusables']['length'];}this['focusables']['add'](_0x422640,_0x4d9e7a);}};const bi=/* #__PURE__ -- @preserve */
|
|
33
|
+
_0x48a5c0('px');var Ei=class extends ht{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x3ee364){super(_0x3ee364),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x1a5289,_0x4567d9)=>_0x1a5289+_0x4567d9),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Xt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x4c088e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x4c088e['to']('isAnimationDisabled',_0x544fcb=>_0x544fcb?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x4c088e['to']('top',_0x50c2d4=>bi(_0x50c2d4))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0xb07754=this['element']['clientHeight'];_0xb07754&&(this['height']=_0xb07754);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}},ki=class extends _0x41d5ed{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5bc979){super(_0x5bc979),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 _0x1a594f=this['context']['config']['get']('sidebar.container');_0x1a594f&&this['setContainer'](_0x1a594f);}['setContainer'](_0x11254c){if(!Oi(_0x11254c))throw new _0x6d6638('sidebar-setcontainer-invalid-element');this['container']=_0x11254c;}['_attachToContainer']({viewClass:_0x28ce66='',spaceBetweenItems:_0x16c91c=0x19}={}){if(!Oi(this['container']))throw new _0x6d6638('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x28ce66,this['_spaceBetweenItems']=_0x16c91c;}['rearrange']({removedAnnotation:_0x380017,previousAnnotation:_0x4faefd,nextAnnotation:_0x243fc9}){const _0x208a0c=this['getSidebarItemView'](_0x380017);this['view']['list']['remove'](_0x208a0c),this['_destroySidebarItemView'](_0x380017),_0x4faefd&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x4faefd)),_0x243fc9&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x243fc9)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x3005c2,activatedAnnotation:_0xb690d8,disableAnimationOnActivatedAnnotation:_0x893c7}){if(this['_activeAnnotation']=_0xb690d8,_0x3005c2){_0x3005c2['isActive']=!0x1;const _0x489dc=this['getSidebarItemView'](_0x3005c2);_0x489dc&&_0x893c7&&(_0x489dc['isAnimationDisabled']=!0x1);}if(_0xb690d8){const _0x56b645=this['getSidebarItemView'](_0xb690d8);_0x56b645&&(_0xb690d8['isActive']=!0x0,_0x893c7&&(_0x56b645['isAnimationDisabled']=!0x0,_0x56b645['top']+=0x1),this['_alignToTargetRect'](_0x56b645));}}['_detachFromContainer'](_0x207e19){if(this['view']['element']['remove'](),_0x207e19){for(const _0x1a3adf of _0x207e19)this['_destroySidebarItemView'](_0x1a3adf);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x390fd1,_0xefa00){_0xefa00||(_0xefa00=_0x390fd1['view']);const _0x3a7a3d=new Ei(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x3a7a3d,_0x390fd1),this['_annotationToSidebarItemView']['set'](_0x390fd1,_0x3a7a3d),_0x3a7a3d['content']['add'](_0xefa00),this['listenTo'](_0x390fd1['view'],'change:targetRect',(_0x2e710b,_0x577fff,_0x5b4db2)=>{const _0x515854=this['_getTargetTop'](_0x390fd1,_0x5b4db2);_0x3a7a3d['_targetTop']!=_0x515854&&(_0x3a7a3d['_targetTop']=_0x515854,this['_setItemTop'](_0x3a7a3d,_0x515854));}),this['listenTo'](_0x3a7a3d,'change:top',()=>{this['_recalculate'](_0x3a7a3d,'top');}),this['listenTo'](_0x3a7a3d,'change:bottom',()=>{this['_recalculate'](_0x3a7a3d,'bottom');}),this['_alignToTargetRect'](_0x3a7a3d);const _0x36ad83=this['_getItemBefore'](_0x3a7a3d);return _0x36ad83&&this['_alignAfterItem'](_0x36ad83,_0x3a7a3d)||this['_alignToTargetRect'](_0x3a7a3d),this['_updateLastItem'](),this['view']['list']['add'](_0x3a7a3d),_0x3a7a3d;}['_alignForTopChange'](_0x2675a7){if(!_0x2675a7['content']['length'])return;const _0x4b707e=this['_getItemBefore'](_0x2675a7);if(!_0x4b707e)return;const _0x3055bb=this['_sidebarItemViewToAnnotation']['get'](_0x4b707e),_0x1d068a=this['_activeAnnotation'];_0x1d068a&&_0x1d068a===_0x3055bb?this['_alignAfterItem'](_0x4b707e,_0x2675a7):this['_alignBeforeItem'](_0x2675a7,_0x4b707e);}['_alignForBottomChange'](_0x2bdf51){if(!_0x2bdf51['content']['length'])return;const _0x356ed0=this['_getItemAfter'](_0x2bdf51);if(!_0x356ed0)return;const _0x582219=this['_sidebarItemViewToAnnotation']['get'](_0x356ed0),_0x4d35a3=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x354c30=this['_activeAnnotation'];_0x354c30&&_0x354c30===_0x582219&&_0x4d35a3?(this['_alignBeforeItem'](_0x356ed0,_0x2bdf51),this['_alignAfterItem'](_0x2bdf51,_0x356ed0)):_0x354c30&&_0x354c30===_0x582219?this['_alignBeforeItem'](_0x356ed0,_0x2bdf51):this['_alignAfterItem'](_0x2bdf51,_0x356ed0);}['_recalculate'](_0x3ec7fd,_0x5d3d92){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x3824dd,changedProp:_0x142c3a}of this['_recalculateBuffer'])'top'===_0x142c3a?this['_alignForTopChange'](_0x3824dd):this['_alignForBottomChange'](_0x3824dd);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x3ec7fd,'changedProp':_0x5d3d92});}['getSidebarItemView'](_0x58e238){return this['_annotationToSidebarItemView']['get'](_0x58e238);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0xd56d44){const _0x398645=this['getSidebarItemView'](_0xd56d44);this['stopListening'](_0x398645),this['stopListening'](_0xd56d44['view']),_0x398645['destroy'](),this['_annotationToSidebarItemView']['delete'](_0xd56d44),this['_sidebarItemViewToAnnotation']['delete'](_0x398645);}['_createSidebarView'](){const _0x5b8489=new Ii(this['context']['locale']);return _0x5b8489['render'](),this['on']('change:_lastItem',(_0x357426,_0x1f979e,_0x2567a5,_0x4dc082)=>{_0x4dc082&&_0x5b8489['unbind']('minHeight'),_0x2567a5?_0x5b8489['bind']('minHeight')['to'](_0x2567a5,'bottom'):_0x5b8489['minHeight']=null;}),_0x5b8489;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x46caf0){const _0x1f3750=this['_sidebarItemViewToAnnotation']['get'](_0x46caf0),_0x48c2cf=_0x1f3750&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x1f3750)-0x1);return _0x48c2cf&&this['getSidebarItemView'](_0x48c2cf)||null;}['_getItemAfter'](_0x39427d){const _0x579848=this['_sidebarItemViewToAnnotation']['get'](_0x39427d),_0x425f50=_0x579848&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x579848)+0x1);return _0x425f50&&this['getSidebarItemView'](_0x425f50)||null;}['_alignBeforeItem'](_0x5cb43e,_0x5db2ca){_0x5cb43e['updateHeight']();const _0x4542e4=Ni(_0x5db2ca['bottom']+this['_spaceBetweenItems'],_0x5cb43e['top']);return!!_0x4542e4&&(this['_setItemTop'](_0x5db2ca,_0x5db2ca['top']-_0x4542e4),!0x0);}['_alignAfterItem'](_0x32087b,_0x2868f5){_0x32087b['updateHeight']();const _0x4abbd6=Ni(_0x32087b['bottom']+this['_spaceBetweenItems'],_0x2868f5['top']);return!!_0x4abbd6&&(this['_setItemTop'](_0x2868f5,_0x2868f5['top']+_0x4abbd6,!0x1),!0x0);}['_alignToTargetRect'](_0xddee3c){const _0x38e844=this['_sidebarItemViewToAnnotation']['get'](_0xddee3c);if(!_0x38e844||!_0x38e844['target']||!_0x38e844['targetRect'])return;const _0x4ce71d=this['_getTargetTop'](_0x38e844,_0x38e844['targetRect']);this['_setItemTop'](_0xddee3c,_0x4ce71d);}['_getTargetTop'](_0x32bc9f,_0xca01db){if(null===_0xca01db)return 0x0;if(_0x32bc9f['target']instanceof _0x3d1cc4)return _0xca01db['top'];{const _0x17f06a=new _0x3d1cc4(this['view']['element'])['top'];return _0xca01db['top']-_0x17f06a;}}['_setItemTop'](_0x5e2a67,_0x169183,_0x224770=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x224770&&(_0x169183=Math['max'](_0x169183,this['_getMaxAvailableTop'](_0x5e2a67))),_0x5e2a67['top']=_0x169183;}['_getMaxAvailableTop'](_0x3c9fb1){let _0x4b9c0c=this['_getItemBefore'](_0x3c9fb1),_0x593b9d=0x0;for(;_0x4b9c0c;)_0x4b9c0c['updateHeight'](),_0x593b9d+=this['_spaceBetweenItems']+_0x4b9c0c['height'],_0x4b9c0c=this['_getItemBefore'](_0x4b9c0c);return _0x593b9d;}};function Ni(_0x1b95b0,_0x369ef3){return Math['max'](_0x1b95b0-_0x369ef3,0x0);}function Oi(_0x54fd2d){return null!==_0x54fd2d&&'object'==typeof _0x54fd2d&&0x1===_0x54fd2d['nodeType'];}var Mi=class extends _0x41d5ed{['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(_0x277c20){super(_0x277c20),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x4284a7(),this['_refreshPositioningDebounced']=_0xb07f85(()=>{_0x277c20['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x413ff0=this['context']['plugins']['get'](Ti),_0xde9028=this['context']['plugins']['get'](ki);_0x413ff0['register']('wideSidebar',this),_0xde9028['container']&&_0x413ff0['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x466489){if(_0x466489===this['activeAnnotation'])return;const _0x2e20e5=this['context']['plugins']['get'](ki);_0x2e20e5['_activeAnnotation']=_0x466489;const _0x3df33a=this['activeAnnotation'];_0x2e20e5['refresh']({'blurredAnnotation':_0x3df33a,'activatedAnnotation':_0x466489}),this['activeAnnotation']=_0x466489;}['attach'](_0x3f6f00){this['annotations']=_0x3f6f00;const _0x53ab51=this['context']['plugins']['get'](ki);if(_0x53ab51['_annotations']=_0x3f6f00,this['isAttached'])throw new _0x6d6638('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x53ab51,'set:container',()=>{this['detach'](),this['listenTo'](_0x53ab51,'change:container',_0x265b8a=>{_0x265b8a['off'](),this['attach'](_0x3f6f00);});}),_0x53ab51['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x49ba7b=_0x53f65b=>{_0x53f65b['updateTargetRect'](),_0x53ab51['addAnnotation'](_0x53f65b);};for(const _0x36187b of _0x3f6f00)_0x49ba7b(_0x36187b);this['listenTo'](_0x3f6f00,'add',(_0x5f4bd5,_0x36a5ff)=>{_0x49ba7b(_0x36a5ff);}),this['listenTo'](_0x3f6f00,'remove',(_0x323700,_0x1570df,_0x5ca55d)=>{_0x53ab51['rearrange']({'removedAnnotation':_0x1570df,'previousAnnotation':_0x3f6f00['get'](_0x5ca55d-0x1),'nextAnnotation':_0x3f6f00['get'](_0x5ca55d+0x1)}),_0x1570df===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x3f6f00,'focus',(_0x56ef55,_0x1d814f)=>{this['setActiveAnnotation'](_0x1d814f);}),this['listenTo'](_0x3f6f00,'blur',()=>{this['setActiveAnnotation'](null);});const _0x1b09ad=this['context']instanceof _0x59fc06?this['context']['editors']:new _0x4284a7([this['context']]);for(const _0x23596f of _0x1b09ad)this['_integrateWithEditorAnnotations'](_0x23596f);this['listenTo'](_0x1b09ad,'add',(_0x2ad225,_0x1dafa9)=>{this['listenTo'](_0x1dafa9,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x1dafa9);});}),this['listenTo'](_0x1b09ad,'remove',(_0x494bdc,_0xfe041a)=>{_0xfe041a['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0xfe041a['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x6d6638('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x557ec7=this['context']['plugins']['get'](ki);_0x557ec7['_detachFromContainer'](this['annotations']),this['stopListening'](_0x557ec7),this['stopListening'](this['annotations']),this['context']instanceof _0x59fc06&&this['stopListening'](this['context']['editors']);for(const _0x364359 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x364359);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x5c818c){if(!_0x5c818c['plugins']['has']('EditorAnnotations'))return;const _0x17fed3=_0x5c818c['plugins']['get']('EditorAnnotations'),_0x5b78b5=()=>{const _0x45fdbf=_0x17fed3['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x45fdbf[0x0]||null);};this['listenTo'](_0x17fed3,'refresh',_0x5b78b5),this['listenTo'](_0x17fed3,'blur',(_0x23433d,{isAnnotationTracked:_0x2d4fb8})=>{this['activeAnnotation']&&_0x2d4fb8(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x17fed3,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x5c45b5=>{_0x17fed3['hasDomSelection']()&&(_0x5b78b5(),_0x5c45b5['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x17fed3);}['_destroyEditorAnnotationsIntegration'](_0x1fcfeb){this['stopListening'](_0x1fcfeb),this['_editorAnnotations']['remove'](_0x1fcfeb);}},Ri=class extends _0x2d6eba{['counterView'];constructor(_0x4bad61){super(_0x4bad61);const _0x53a17e=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x479669,_0x4cd65d)=>_0x479669?'...':_0x4cd65d['toString']()),this['set']('annotationType',''),this['icon']=_0xf9075a,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new ht(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x53a17e['to']('annotationType',_0x1e06b1=>'ck-annotation-counter__badge--'+_0x1e06b1),_0x53a17e['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x53a17e['to']('_badge')}]}),this['children']['add'](this['counterView']);}},Si=class extends _0x41d5ed{['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(_0x1af2dd){super(_0x1af2dd),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=new(_0x3dfafb())(),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x4284a7(),this['_refreshPositioningDebounced']=_0xb07f85(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](Ti)['register']('narrowSidebar',this),this['bodyCollection']=new _0x44c76b(this['context']['locale']),this['balloonPanelView']=new _0x35dc9c(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x5258d5){this['annotations']=_0x5258d5;const _0x3af9bc=this['context']['plugins']['get'](ki),_0x5b33dd=this['balloonPanelView'];if(_0x3af9bc['_annotations']=_0x5258d5,this['isAttached'])throw new _0x6d6638('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x3af9bc,'set:container',()=>{this['detach'](),this['listenTo'](_0x3af9bc,'change:container',_0x5325b8=>{_0x5325b8['off'](),this['attach'](_0x5258d5);});}),_0x3af9bc['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x443d9f=_0x149be4=>{const _0x33cb0b=new Ri(this['context']['locale']);_0x3af9bc['addAnnotation'](_0x149be4,_0x33cb0b),this['_annotationToNarrowView']['set'](_0x149be4,_0x33cb0b),_0x33cb0b['bind']('isDirty','annotationType','number')['to'](_0x149be4['view'],'isDirty','type','length'),_0x33cb0b['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x5b33dd['content']['first']!==_0x149be4['view']?(this['_showBalloon'](_0x149be4),_0x149be4['view']['element']['focus'](),this['setActiveAnnotation'](_0x149be4)):this['setActiveAnnotation'](null);});};for(const _0x2a7b8c of _0x5258d5)_0x443d9f(_0x2a7b8c);this['listenTo'](_0x5258d5,'add',(_0x33bf24,_0x27473a)=>{_0x443d9f(_0x27473a);}),this['listenTo'](_0x5258d5,'remove',(_0x8390f7,_0x5f0e1d,_0x160ce3)=>{this['_annotationToNarrowView']['get'](_0x5f0e1d)['destroy'](),this['_annotationToNarrowView']['delete'](_0x5f0e1d),_0x3af9bc['rearrange']({'removedAnnotation':_0x5f0e1d,'previousAnnotation':_0x5258d5['get'](_0x160ce3-0x1),'nextAnnotation':_0x5258d5['get'](_0x160ce3+0x1)}),_0x5f0e1d===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x5258d5,'focus',(_0x177234,_0x261a0d)=>{this['setActiveAnnotation'](_0x261a0d);}),this['listenTo'](_0x5258d5,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x50cad9,_0x5c3719)=>{_0x5c3719['keyCode']===_0xa09830['esc']&&_0x5b33dd['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x5b33dd['content']['first']),this['_hideBalloon'](),_0x5c3719['stopPropagation'](),_0x5c3719['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x270bb5,_0x1dd60e)=>{const _0x7b7395=_0x1dd60e['target'];_0x5b33dd['isVisible']&&_0x5b33dd['element']['contains'](_0x7b7395)||_0x3af9bc['view']['element']['contains'](_0x7b7395)||_0x270bb5['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x495952=>_0x495952['contains'](_0x7b7395))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0xc472db=this['context']instanceof _0x59fc06?this['context']['editors']:new _0x4284a7([this['context']]);for(const _0x417fbd of _0xc472db)this['_integrateWithEditorAnnotations'](_0x417fbd);this['listenTo'](_0xc472db,'add',(_0x35287c,_0x3bfe6a)=>{this['listenTo'](_0x3bfe6a,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x3bfe6a);});}),this['listenTo'](_0xc472db,'remove',(_0x433810,_0x4aa95f)=>{_0x4aa95f['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x4aa95f['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x21695d){if(_0x21695d===this['activeAnnotation'])return;const _0x2f73fa=this['context']['plugins']['get'](ki);_0x2f73fa['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x21695d,'disableAnimationOnActivatedAnnotation':!0x0}),_0x21695d&&_0x2f73fa['getSidebarItemView'](_0x21695d)?this['_showBalloon'](_0x21695d):this['_hideBalloon'](),this['activeAnnotation']=_0x21695d;}['detach'](){if(!this['isAttached'])throw new _0x6d6638('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0xf3d8fa=this['context']['plugins']['get'](ki);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x5dfbc5=>_0x5dfbc5['destroy']()),this['_annotationToNarrowView']['clear'](),_0xf3d8fa['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x59fc06&&this['stopListening'](this['context']['editors']);for(const _0x568f8a of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x568f8a);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'](_0x49a4b4){if(!_0x49a4b4['plugins']['has']('EditorAnnotations'))return;const _0xaf4c52=_0x49a4b4['plugins']['get']('EditorAnnotations'),_0x5667eb=this['context']['plugins']['get'](ki),_0x4c6fd6=this['annotations'],_0x2dc10d=this['balloonPanelView'],_0x5be6fd=()=>{const _0x4b0d6b=_0xaf4c52['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x4b0d6b),this['setActiveAnnotation'](_0x4b0d6b[0x0]||null);};this['listenTo'](_0xaf4c52,'refresh',_0x5be6fd),this['listenTo'](_0xaf4c52,'blur',(_0x54bdc8,{isAnnotationTracked:_0x50b178})=>{this['activeAnnotation']&&_0x50b178(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0xaf4c52,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x4c6fd6,'blur',_0x4c2d9e=>{_0xaf4c52['hasDomSelection']()&&_0x4c2d9e['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x210dbd,_0xe69d61)=>{const _0x2cff5f=_0xe69d61['target'];_0x2dc10d['isVisible']&&_0x2dc10d['element']['contains'](_0x2cff5f)||_0x5667eb['view']['element']['contains'](_0x2cff5f)||this['activeAnnotation']&&_0xaf4c52['hasDomSelection']()&&(_0x5be6fd(),_0x210dbd['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0xaf4c52);}['_destroyEditorAnnotationsIntegration'](_0x1413fc){_0x1413fc&&(this['stopListening'](_0x1413fc),this['_editorAnnotations']['remove'](_0x1413fc));}['_setSelectedAnnotations'](_0x49d1c4){for(const _0x2ef7ba of this['_selectedAnnotations'])_0x49d1c4['includes'](_0x2ef7ba)||this['_manuallyClosedAnnotationViews']['delete'](_0x2ef7ba['view']);this['_selectedAnnotations']=_0x49d1c4;}['_refreshPositioning'](){const _0x4ae5f8=this['balloonPanelView'];this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning'](),_0x4ae5f8['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x101f05){if(this['_manuallyClosedAnnotationViews']['has'](_0x101f05['view']))return;const _0x56d7d2=this['balloonPanelView']['content']['first'];_0x56d7d2!==_0x101f05['view']?(_0x56d7d2&&this['_detachListeners'](_0x56d7d2),this['_attachListeners'](_0x101f05['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x101f05['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x1ec94e=this['balloonPanelView']['content']['first'],_0x454dd4=_0x1ec94e&&this['annotations']['getByView'](_0x1ec94e);if(!_0x454dd4||!this['_annotationToNarrowView']['has'](_0x454dd4))return;const _0x25425b=this['_annotationToNarrowView']['get'](_0x454dd4)['element'],_0x193187=(function(){const _0x16e327=_0x35dc9c['defaultPositions'];return[_0x16e327['southArrowNorthEast'],_0x16e327['northArrowSouthEast'],_0x16e327['southArrowNorth'],_0x16e327['northArrowSouth'],_0x16e327['southArrowNorthWest'],_0x16e327['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x25425b,'positions':_0x193187});}['_hideBalloon'](){const _0x56a9b0=this['balloonPanelView'],_0x1df9b0=_0x56a9b0['content']['first'];_0x1df9b0&&(this['_detachListeners'](_0x1df9b0),_0x56a9b0['unpin'](),_0x56a9b0['content']['clear']());}['_attachListeners'](_0x2e92b4){this['listenTo'](_0x2e92b4,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x2e92b4,'Esc',(_0x310c9e,_0x54c909)=>{this['_manuallyClosedAnnotationViews']['add'](_0x2e92b4),this['_hideBalloon'](),_0x54c909();});}['_detachListeners'](_0x4cfeef){this['stopListening'](_0x4cfeef);}},xi=class extends _0x3d6b36{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];['_refreshVisibilityDebounced'];static get['requires'](){return[di,_0x31f7b0,Ti];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x59ade4){super(_0x59ade4),_0x59ade4['editing']['view']['addObserver'](lt),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x59ade4['plugins']['get'](_0x31f7b0),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1,this['_refreshVisibilityDebounced']=_0xb07f85(()=>{this['editor']['plugins']['get']('Annotations')['refreshVisibility']();},0xfa,{'leading':!0x1});}['init'](){const _0x16ca91=this['editor']['plugins']['get'](Ti);_0x16ca91['context']===this['editor']&&(_0x16ca91['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0xfb56a6,_0x1038af)=>{const _0x568e23=this['_balloon'];if(this['isAttached']&&_0x568e23['visibleView']){const _0x4e0467=this['annotations']['getByView'](_0x568e23['visibleView']);_0x4e0467&&this['_closeAnnotation'](_0x4e0467),_0x1038af();}}));}['afterInit'](){const _0x4aadac=this['editor']['plugins']['get'](Ti);_0x4aadac['context']===this['editor']&&(_0x4aadac['hasActive']()||_0x4aadac['switchTo']('inline'));}['setActiveAnnotation'](_0x5850cd){_0x5850cd!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x5850cd&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x5850cd)&&this['_addAnnotationToBalloon'](_0x5850cd,!0x0),_0x5850cd['isActive']=!0x0),_0x5850cd||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x5850cd);}['attach'](_0x3db74b){this['annotations']=_0x3db74b;const _0x3f107e=this['editor']['plugins']['get'](Ti),_0x1b766f=this['_balloon'];if(this['isAttached'])throw new _0x6d6638('inlineannotations-attach-already-attached',this);if(_0x3f107e['context']!==this['editor'])throw new _0x6d6638('inlineannotations-not-allowed-with-context',this);const _0x3312a5=this['editor']['plugins']['get'](di);this['listenTo'](_0x3312a5,'refresh',()=>{const _0x469602=_0x3312a5['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x19e4b6,_0x121405;!this['_forceRefresh']&&(_0x19e4b6=_0x469602,_0x121405=this['_selectedAnnotations'],_0x19e4b6['length']===_0x121405['length']&&_0x19e4b6['every'](_0x48d541=>_0x121405['includes'](_0x48d541)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x469602),this['setActiveAnnotation'](_0x469602[0x0]||null));}),this['listenTo'](_0x3312a5,'blur',(_0xb940e2,{isAnnotationTracked:_0x1770a9})=>{this['activeAnnotation']&&_0x1770a9(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x3312a5,'uiUpdate',()=>{this['_refreshVisibilityDebounced']();}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x533463,_0x204d96,_0xe68267)=>{_0xe68267||this['setActiveAnnotation'](null);}),this['listenTo'](_0x3db74b,'remove',(_0x232f45,_0x23557e)=>{this['_removeAnnotationFromBalloon'](_0x23557e),_0x23557e===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x1b766f,'change:visibleView',(_0x5416a7,_0x4613b9,_0x953dd3,_0x25dd32)=>{_0x25dd32&&this['stopListening'](_0x25dd32);const _0x46f5f4=_0x3db74b['getByView'](_0x953dd3);_0x953dd3&&_0x46f5f4&&(this['listenTo'](_0x953dd3,'change:height',()=>{_0x1b766f['updatePosition']();}),this['listenTo'](_0x953dd3,'Esc',()=>{this['_closeAnnotation'](_0x46f5f4),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x46f5f4&&this['setActiveAnnotation'](_0x46f5f4));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x1b766f['visibleView']&&_0x3db74b['getByView'](_0x1b766f['visibleView'])&&_0x1b766f['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 _0x6d6638('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x2a3257 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x2a3257);this['_refreshVisibilityDebounced']['cancel'](),this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['_refreshVisibilityDebounced']['cancel']();}['_setSelectedAnnotations'](_0x3c9f32){for(const _0x4f53f7 of this['_selectedAnnotations'])_0x3c9f32['includes'](_0x4f53f7)||this['_manuallyClosed']['delete'](_0x4f53f7);for(const _0xf89822 of this['annotations'])_0x3c9f32['includes'](_0xf89822)||this['_removeAnnotationFromBalloon'](_0xf89822);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x46e30c of _0x3c9f32)this['_addAnnotationToBalloon'](_0x46e30c);}this['_selectedAnnotations']=_0x3c9f32;}['_addAnnotationToBalloon'](_0x56596f,_0x3d505e=!0x1){this['_manuallyClosed']['has'](_0x56596f)||(this['_addedAnnotations']['has'](_0x56596f)||this['_balloon']['hasView'](_0x56596f['view'])||(this['_addedAnnotations']['add'](_0x56596f),this['_balloon']['add']({'stackId':_0x56596f['view']['id'],'view':_0x56596f['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x56596f)}})),_0x3d505e&&this['_balloon']['showStack'](_0x56596f['view']['id']));}['_getBalloonTargetForAnnotation'](_0x5153f0){const _0x235f18=_0x5153f0['target'],_0x1d9903=this['editor']['editing']['view'],_0x34c07b=_0x1d9903['document']['selection']['getFirstRange'](),_0x303802=_0x1d9903['domConverter']['viewRangeToDom'](_0x34c07b);if(_0x303802['collapse'](!0x0),_0x235f18){if(_0x235f18 instanceof _0x3d1cc4)return _0x235f18;let _0x4447e5=[];for(const _0x76714a of _0x235f18)_0x4447e5['push'](..._0x3d1cc4['getDomElementRects'](_0x76714a));_0x4447e5=function(_0x1be39a){const _0x433280=[];let _0x33e438=_0x1be39a[0x0];for(let _0x4653e=0x1;_0x4653e<_0x1be39a['length'];_0x4653e++)if(Pi(_0x33e438,_0x1be39a[_0x4653e])){const _0x4335c7=_0x1be39a[_0x4653e]['width'];_0x33e438['width']+=_0x4335c7,_0x33e438['right']+=_0x4335c7;}else _0x433280['push'](_0x33e438),_0x33e438=_0x1be39a[_0x4653e];return _0x433280['push'](_0x33e438),_0x433280;}(_0x4447e5);const _0x18c7f5=_0x303802['getBoundingClientRect']();return _0x4447e5['find'](_0x357168=>_0x357168['top']<=_0x18c7f5['top']&&_0x357168['bottom']>=_0x18c7f5['bottom']&&_0x357168['left']<=_0x18c7f5['left']&&_0x357168['right']>=_0x18c7f5['right'])||_0x4447e5[0x0];}return _0x5153f0['targetRect']||_0x303802;}['_removeAnnotationFromBalloon'](_0x4c3371){this['_addedAnnotations']['has'](_0x4c3371)&&this['_balloon']['hasView'](_0x4c3371['view'])&&(this['_addedAnnotations']['delete'](_0x4c3371),this['_balloon']['remove'](_0x4c3371['view']));}['_closeAnnotation'](_0x39a2e4){this['_manuallyClosed']['add'](_0x39a2e4),this['_removeAnnotationFromBalloon'](_0x39a2e4);}};function Pi(_0x4809bf,_0x3688a5){return _0x4809bf['top']===_0x3688a5['top']&&_0x4809bf['bottom']===_0x3688a5['bottom']&&_0x4809bf['right']===_0x3688a5['left'];}var Li=class extends ht{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x57ac1a,_0x897642){super(_0x57ac1a),this['set']('isEmpty',!_0x897642['length']),this['focusTracker']=new _0x16deef(),this['_annotationViews']=_0x897642,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new et({'focusables':_0x897642,'focusTracker':this['focusTracker']}),this['listenTo'](_0x897642,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x897642,'remove',(_0x368743,_0x2e8e03)=>{_0x2e8e03['isActive']&&this['focus'](),_0x897642['length']||(this['isEmpty']=!0x0);});const _0x38b314=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':Et(_0x57ac1a,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x897642},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x38b314['if']('isEmpty','ck-hidden',_0x2d1216=>!_0x2d1216)]},'children':[{'text':Et(_0x57ac1a,'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 _0x45ed91 of this['_annotationViews'])this['focusTracker']['add'](_0x45ed91['element']);this['_annotationViews']['on']('change',(_0x163306,{added:_0x4eb8f0,removed:_0xb7ff98})=>{for(const _0x25876b of _0x4eb8f0)this['focusTracker']['add'](_0x25876b['element']);for(const _0xc86cd8 of _0xb7ff98)this['focusTracker']['remove'](_0xc86cd8['element']);});}},Di=class extends _0x41d5ed{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[oi,ti];}constructor(_0xe72326){super(_0xe72326),this['archivedThreads']=new _0x4284a7();}['init'](){const _0xfadc75=this['context'],_0x7024a4=_0xfadc75['plugins']['get'](oi),_0x2292f4=_0xfadc75['plugins']['get'](ti);this['listenTo'](_0x7024a4,'addCommentThread',(_0x1bd7f6,{threadId:_0x3ca80a})=>{const _0x7c8aa5=_0x7024a4['getCommentThread'](_0x3ca80a);_0x7c8aa5['archivedAt']&&this['archivedThreads']['add'](_0x7c8aa5,this['_calculatePosition'](_0x7c8aa5['archivedAt'])),this['listenTo'](_0x7c8aa5,'change:archivedAt',(_0x2d0274,_0xe56e35,_0x5cbd58)=>{_0x5cbd58?this['archivedThreads']['has'](_0x7c8aa5)||this['archivedThreads']['add'](_0x7c8aa5,this['_calculatePosition'](_0x7c8aa5['archivedAt'])):this['archivedThreads']['has'](_0x7c8aa5)&&this['archivedThreads']['remove'](_0x7c8aa5);});}),this['listenTo'](_0x7024a4,'removeCommentThread',(_0x905751,{threadId:_0x52218f})=>{const _0x1752a5=_0x7024a4['getCommentThread'](_0x52218f);this['stopListening'](_0x1752a5),this['archivedThreads']['has'](_0x1752a5)&&this['archivedThreads']['remove'](_0x1752a5);},{'priority':'highest'}),this['listenTo'](_0x2292f4['collection'],'focus',(_0x31a1b7,_0x59e63a)=>{_0x59e63a['isVisible']||(_0x59e63a['isActive']=!0x0,_0x2292f4['activate'](_0x59e63a));});}['_calculatePosition'](_0xd4d60b){const _0x292717=[...this['archivedThreads']]['findIndex'](_0x5c6b0b=>_0x5c6b0b['archivedAt']<_0xd4d60b);return _0x292717>-0x1?_0x292717:this['archivedThreads']['length'];}},Vi=class extends _0x3d6b36{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[Di,_0x1e157e];}constructor(_0x207f8c){super(_0x207f8c),this['annotationViews']=new at(),this['_pendingThreads']=[];}['init'](){const _0x31ba32=this['editor'],_0xd90420=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x31ba32['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x2d6eba,!0x0)),_0x31ba32['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x4b48e7=this['_createCommentsArchiveButton'](rt);return _0x4b48e7['set']({'role':'menuitemcheckbox'}),_0x4b48e7;});const _0x54c2af=_0x31ba32['plugins']['get'](Di),_0x4b71eb=_0x31ba32['plugins']['get']('Annotations'),_0x10aec2=_0x31ba32['plugins']['get']('CommentsRepository');_0x54c2af['archivedThreads']['forEach'](_0x3d7531=>{this['_handleNewThread'](_0x3d7531);}),this['listenTo'](_0x54c2af['archivedThreads'],'add',(_0x4993a5,_0x280481)=>{this['_handleNewThread'](_0x280481);}),this['listenTo'](_0x4b71eb['collection'],'add',(_0x2411ad,_0x85ebe2)=>{const _0x5164d2=this['_pendingThreads']['find'](_0x5a705b=>{const _0x165eda=_0x10aec2['_threadToController']['get'](_0x5a705b);return _0x165eda&&_0x85ebe2['innerView']===_0x165eda['view'];});if(_0x5164d2){const _0x5da8f4=this['_calculatePosition'](_0x5164d2['archivedAt']);this['_addAnnotationToArchive'](_0x85ebe2,_0x5da8f4),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x5164d2),0x1);}}),this['listenTo'](_0x54c2af['archivedThreads'],'remove',(_0x3eba52,_0x31d169)=>{const _0x8e9505=_0x31ba32['config']['get']('collaboration.channelId');if(!_0x8e9505||_0x31d169['channelId']===_0x8e9505){if(this['_pendingThreads']['includes'](_0x31d169))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x31d169),0x1);else{const _0x2d1bde=_0x10aec2['_threadToController']['get'](_0x31d169),_0x87d312=_0x4b71eb['getByInnerView'](_0x2d1bde['view']);this['annotationViews']['remove'](_0x87d312['view']),this['stopListening'](_0x87d312),this['stopListening'](_0x87d312['focusableElements']);}}}),this['listenTo'](_0x4b71eb['collection'],'add',(_0x3b2bce,_0x302b25)=>{this['listenTo'](_0x302b25,'escape',_0xd90420);}),this['listenTo'](_0x4b71eb['collection'],'remove',(_0x24c828,_0x3af56e)=>{this['stopListening'](_0x3af56e,'escape',_0xd90420);});}['_addAnnotationToArchive'](_0x439404,_0x5c077d){this['listenTo'](_0x439404,'set:isVisible',_0x38fe02=>{_0x38fe02['return']=!0x1,_0x38fe02['stop']();}),this['annotationViews']['add'](_0x439404['view'],_0x5c077d);}['_handleNewThread'](_0xe21562){const _0x3f1122=this['editor']['plugins']['get']('CommentsRepository'),_0x1c7f96=this['editor']['plugins']['get']('Annotations'),_0x58d73b=this['editor']['config']['get']('collaboration.channelId');if(!_0x58d73b||_0xe21562['channelId']===_0x58d73b){const _0x1c8c75=_0x3f1122['_threadToController']['get'](_0xe21562);if(!_0x1c8c75)return void this['_pendingThreads']['push'](_0xe21562);const _0x3cc67b=this['_calculatePosition'](_0xe21562['archivedAt']),_0x5ed0ee=_0x1c7f96['getByInnerView'](_0x1c8c75['view']);_0x5ed0ee['isVisible']&&_0x1c7f96['_visibleAnnotations']['remove'](_0x5ed0ee),this['_addAnnotationToArchive'](_0x5ed0ee,_0x3cc67b);}}['_calculatePosition'](_0x3f8660){const _0x10dd39=this['editor']['config']['get']('collaboration.channelId'),_0x47f030=[...this['editor']['plugins']['get'](Di)['archivedThreads']]['filter'](_0x819684=>_0x819684['channelId']===_0x10dd39)['findIndex'](_0x378f49=>_0x378f49['archivedAt']<_0x3f8660);return _0x47f030<0x0||_0x47f030>this['annotationViews']['length']?this['annotationViews']['length']:_0x47f030-0x1;}['_toggleDialog'](){const _0x34a648=this['editor'],_0x515915=_0x34a648['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new Li(_0x34a648['locale'],this['annotationViews'])),'commentsArchive'===_0x515915['id']?_0x515915['hide']():_0x515915['show']({'id':'commentsArchive','title':Et(_0x34a648['locale'],'COMMENTS_ARCHIVE'),'icon':_0x36c51a,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x5207c7['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x111213,_0x53db51=!0x1){const _0x237277=this['editor']['locale'],_0x40fb9e=this['editor']['plugins']['get']('Dialog'),_0x59500b=new _0x111213(_0x237277);return _0x59500b['bind']('isEnabled')['to'](this,'isEnabled'),_0x59500b['bind']('isOn')['to'](_0x40fb9e,'id',_0x5d1929=>'commentsArchive'===_0x5d1929),_0x59500b['set']({'label':Et(_0x237277,'COMMENTS_ARCHIVE'),'icon':_0x36c51a,'isToggleable':!0x0}),_0x53db51&&(_0x59500b['tooltip']=!0x0),this['listenTo'](_0x59500b,'execute',()=>this['_toggleDialog']()),_0x59500b;}['_hideDialogOnAnnotationEscape']=_0x3ba7fd=>{const _0x446312=_0x3ba7fd['source'];if(!this['annotationViews']['has'](_0x446312['view']))return;const _0x35123b=this['editor']['plugins']['get']('Dialog');_0x35123b['isOpen']&&'commentsArchive'===_0x35123b['id']&&(_0x35123b['hide'](),_0x3ba7fd['stop']());};},Bi=class extends _0x3d6b36{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};
|