@ckeditor/ckeditor5-comments 48.8.1-alpha.0 → 48.8.1-alpha.2
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{Editor as
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
((()=>bt)());constructor(_0x513bb9={}){function _0x3944ae(_0x2f9d4a){return _0x2f9d4a['map'](_0x7a49d8=>String['fromCharCode'](_0x7a49d8))['join']('');}(_0x513bb9=Object['assign']({},_0x513bb9))['plugins']||(_0x513bb9['plugins']=CommentEditor['defaultPlugins']),super(_0x513bb9),this['ui']=new CommentEditorUI(this),this['set']('placeholder',''),this['model']['document']['on']('change',()=>this['_updatePlaceholder'](),{'priority':'low'}),this['on']('change:placeholder',()=>this['_updatePlaceholder']()),this['model']['document']['createRoot'](),this[_0x3944ae([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3944ae([0x76,0x69,0x65,0x77])][_0x3944ae([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3944ae([0x61,0x75,0x74,0x6f]),this[_0x3944ae([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x3944ae([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3944ae([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x3944ae([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x3944ae([0x6f,0x6b])});}['create'](){const _0x4e5c72=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x4e5c72))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x5386c5=>{const _0x2c3366=this['model']['document']['getRoot'](),_0x102493=_0x2c3366&&_0x2c3366['getChild'](_0x2c3366['childCount']-0x1);_0x5386c5['setSelection'](_0x102493,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x2e8ea0=this['editing']['view'],_0x33ed48=_0x2e8ea0['document']['getRoot'](),_0x1d459f=_0x33ed48['getChild'](0x0);_0x33ed48['childCount']>0x1||!_0x1d459f||'p'!=_0x1d459f['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(mt(_0x2e8ea0,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x1d459f['placeholder']=this['placeholder']),lt({'view':_0x2e8ea0,'element':_0x1d459f,'keepOnFocus':!0x0}),this['placeholderElement']=_0x1d459f);}}class CommentInputView extends _0x5d0128{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x514f78,_0x815727={}){super(_0x514f78),this['editor']=null,this['_editorConfig']=_0x815727,this['set']('value',_0x815727['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',vt(_0x514f78,'Reply...')),this['set']('submitLabel',vt(_0x514f78,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new _0x2776c6(),this['focusTracker']=new _0x4c9294(),this['focusCycler']=new _0x323466({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1e5867=>!_0x1e5867['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',(_0x402dfd,_0x26571d)=>{this['cancelButtonView']['fire']('execute'),_0x26571d();}),this['keystrokes']['set']('Ctrl+Enter',(_0x4862bd,_0x432df9)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x432df9());}),this['on']('submit',(_0x209de2,_0x701e15)=>{_0x701e15['length']>0xfde8?(alert(vt(_0x514f78,'TOO_LONG_COMMENT_ALERT',[_0x701e15['length'],0xfde8])),_0x209de2['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new CommentEditor(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x3bc50c=this['editor'];this['element']['insertBefore'](_0x3bc50c['ui']['element'],this['element']['firstChild']),_0x3bc50c['model']['document']['on']('change',()=>this['value']=_0x3bc50c['getData']()),_0x3bc50c['bind']('placeholder')['to'](this),this['focusables']['add'](_0x3bc50c['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x5df573){-0x1===_0x5df573?(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:_0x52b755}=this,_0xd66ad8=new _0x5562ed(_0x52b755);return _0xd66ad8['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0xd66ad8['withText']=!0x0,_0xd66ad8['bind']('label')['to'](this,'submitLabel'),_0xd66ad8['on']('execute',()=>{this['fire']('submit',this['value']);}),_0xd66ad8['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x9f32fe,_0x3f4633)=>!_0x3f4633&&!!_0x9f32fe['trim']()),_0xd66ad8;}['_createCancelButton'](){const {locale:_0xc21101}=this,_0x4d77dd=new _0x5562ed(_0xc21101);return _0x4d77dd['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x4d77dd['label']=vt(_0xc21101,'Cancel'),_0x4d77dd['withText']=!0x0,_0x4d77dd['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x4d77dd;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x41ef2c=>{this['focusTracker']['add'](_0x41ef2c['element']);}),this['focusables']['on']('change',(_0x5930ca,_0x4aefca)=>{for(const _0x197c13 of Array['from'](_0x4aefca['added'])['reverse']())this['focusTracker']['add'](_0x197c13['element']);});}}class CommentThreadInputView extends _0x5d0128{constructor(_0x340842,_0x1269a3,_0x4475a4){super(_0x340842),this['commentInputView']=new CommentInputView(_0x340842,_0x4475a4),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x1c3035,_0x4ec760)=>_0x1c3035||!!_0x4ec760),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 _0x3a2c6f(_0x340842,_0x1269a3),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'](_0x54e106){this['commentInputView']['focus'](_0x54e106);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x69ffe8,_0x91a827)=>{const {submitButtonView:_0xeedc32,cancelButtonView:_0x24c30a,editor:_0x20653c}=this['commentInputView'];[_0xeedc32['element'],_0x24c30a['element'],_0x20653c?_0x20653c['editing']['view']['getDomRoot']():null]['filter'](_0x30c2a3=>_0x30c2a3)['some'](_0x191ca8=>_0x191ca8['contains'](_0x91a827['target']))||(this['focus'](),_0x91a827['preventDefault']());});}}class CollapsedCommentsView extends _0x5d0128{constructor(_0x4cb71a){super(_0x4cb71a);const _0x244a09=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x244a09['to']('count',_0x1b46a0=>vt(_0x4cb71a,'NUMBER_OF_COMMENTS',_0x1b46a0))}]});}}class CommentsListView extends _0x5d0128{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x257992,_0x3f97ee,_0x23c306){super(_0x257992);const _0x42f46d=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x3f97ee['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x3f97ee,this['_config']=_0x23c306,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x4c9294(),this['keystrokes']=new _0x2776c6(),this['focusCycler']=new _0x323466({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x2846e7=>this['commentViews']['map'](_0x35af06=>_0x35af06['element'])['includes'](_0x2846e7['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new CollapsedCommentsView(_0x257992),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x43ebe1=>_0x43ebe1-this['_config']['maxCommentsWhenCollapsed']);for(const _0x3abf4c of _0x3f97ee['comments'])this['_handleNewCommentModel'](_0x3abf4c);this['_handleInfoComment'](),this['listenTo'](_0x3f97ee['comments'],'add',(_0x18a582,_0x490681)=>{const _0x29aad4=this['_calculatePosition'](_0x490681);this['length']++,this['_handleNewCommentModel'](_0x490681,_0x29aad4),this['refreshVisibleViews']();}),this['listenTo'](_0x3f97ee['comments'],'remove',(_0x17f3ca,_0x31b761)=>{this['length']--,this['_handleRemoveCommentModel'](_0x31b761),this['refreshVisibleViews']();}),this['listenTo'](_0x3f97ee,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x3f97ee,'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',_0x42f46d['if']('length','ck-hidden',_0x5744d7=>!_0x5744d7)],'aria-label':vt(_0x257992,'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'](_0x4016d5){-0x1===_0x4016d5?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x24c762 of this['commentViews'])_0x24c762['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x5aa654,_0x133986){const _0x48fb61=new this['_config']['CommentView'](this['locale'],_0x5aa654,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x48fb61['viewUid']=_0x5aa654['id'],_0x48fb61['delegate']('removeComment')['to'](this),_0x48fb61['delegate']('updateComment')['to'](this),_0x48fb61['delegate']('resolveCommentThread')['to'](this),_0x48fb61['delegate']('editorReady')['to'](this),_0x48fb61['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x48fb61,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x48fb61,_0x133986);}['_calculatePosition'](_0x1859a4){const _0x553b55=this['_model']['_findOptimalIndex'](_0x1859a4);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x1859a4['authoredAt']?_0x553b55-0x1:_0x553b55:_0x553b55-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x295590={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':vt(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x295590,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x295590));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0xf9eb5d){const _0x1e1e08=this['commentViews']['remove'](_0xf9eb5d['id']);this['stopListening'](_0x1e1e08),_0x1e1e08['isEditMode']&&this['_updateHasDirtyComment'](),_0x1e1e08['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x356fb2=>_0x356fb2['isEditMode']);}['_rearrangeCollapse'](){const _0x423ef6=function(_0x974aaa){const _0x57da5a=new _0x2c37be();for(const _0xd3fb25 of _0x974aaa)_0x57da5a['add'](_0xd3fb25);return _0x57da5a;}(this['commentViews']),_0x387790=this['_collapsedCommentsView']['count'];for(let _0x3d09a5=0x1;_0x3d09a5<=_0x387790;_0x3d09a5++)_0x423ef6['remove'](0x1);for(const _0x452b2c of _0x423ef6)_0x452b2c['collapse']();_0x387790>0x0&&_0x423ef6['add'](this['_collapsedCommentsView'],0x1),Et(_0x2123ee(Array['from'](this['visibleViews']),Array['from'](_0x423ef6)),this['visibleViews'],_0x423ef6);}['_rearrangeExpand'](){Et(_0x2123ee(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x2a7fad of this['visibleViews'])_0x2a7fad['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x2f6c50=>{this['focusTracker']['add'](_0x2f6c50['element']),this['keystrokes']['listenTo'](_0x2f6c50['element']);}),this['commentViews']['on']('change',(_0x31f872,_0x55bf07)=>{for(const _0x989ee7 of _0x55bf07['removed'])this['focusTracker']['remove'](_0x989ee7['element']),this['keystrokes']['stopListening'](_0x989ee7['element']);for(const _0x5229d3 of Array['from'](_0x55bf07['added'])['reverse']())this['focusTracker']['add'](_0x5229d3['element']),this['keystrokes']['listenTo'](_0x5229d3['element']);});}}function Et(_0x3fe274,_0x5cec4f,_0x4990e6){let _0xe65d1a=0x0;for(const _0x2eab2b of _0x3fe274)switch(_0x2eab2b){case'insert':_0x5cec4f['add'](_0x4990e6['get'](_0xe65d1a),_0xe65d1a),_0xe65d1a++;break;case'delete':_0x5cec4f['remove'](_0xe65d1a);break;case'equal':_0xe65d1a++;}}class CommentThreadHeaderContextView extends _0x5d0128{constructor(_0x308dae){super(_0x308dae);const _0x4677c2=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x4677c2['to']('contextValue',_0x56d652=>vt(_0x308dae,'THREAD_CONTEXT_LABEL',_0x56d652)),'tabindex':-0x1},'children':[{'text':_0x4677c2['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class CommentThreadHeaderView extends _0x5d0128{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x46e72c,_0xe30a73){super(_0x46e72c);const _0x47b4ee=this['bindTemplate'];this['_model']=_0xe30a73,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x4c9294(),this['keystrokes']=new _0x2776c6(),this['focusCycler']=new _0x323466({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x4ceb55=>!!_0x4ceb55),this['bind']('contextValue')['to'](this['_model'],'context',_0x5c6e1a=>_0x5c6e1a&&_0x5c6e1a['value']?this['_trimContextValue'](_0x5c6e1a['value']):vt(this['locale'],'Comment\x20was\x20made\x20on\x20an\x20element')),this['setTemplate']({'tag':'div','attributes':{'class':['ck-thread__header']},'children':[{'tag':'div','attributes':{'class':['ck-context-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-context',_0x47b4ee['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 _0x3060bf=new _0x5562ed(this['locale']);return _0x3060bf['label']=vt(this['locale'],'Reopen'),_0x3060bf['tooltip']=vt(this['locale'],'Reopen'),_0x3060bf['icon']=_0x276227,_0x3060bf['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x2af4d1=>!_0x2af4d1),_0x3060bf['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x2ffaf9,_0x255161)=>_0x2ffaf9&&_0x255161),_0x3060bf['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x3060bf;}['_trimContextValue'](_0x24e6cb){if(_0x24e6cb['length']<0x96)return _0x24e6cb;const _0x1ccc79=_0x24e6cb['lastIndexOf']('\x20',0x93);return _0x24e6cb['substring'](0x0,_0x1ccc79>-0x1?_0x1ccc79:0x93)+'...';}['_attachContextActions'](){const _0x551c05=this['element']['querySelector']('.ck-context'),_0x8921ec=_0x551c05['querySelector']('.ck-context__value');this['listenTo'](_0x551c05,'mouseenter',()=>{_0x8921ec['offsetWidth']<_0x8921ec['scrollWidth']&&_0x551c05['classList']['add']('overlay');}),this['listenTo'](_0x551c05,'mouseleave',()=>{_0x551c05['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x577e0a of this['focusables'])this['focusTracker']['add'](_0x577e0a['element']),this['keystrokes']['listenTo'](_0x577e0a['element']);}['_createContextView'](){const _0x42982f=new CommentThreadHeaderContextView(this['locale']);return _0x42982f['bind']('contextValue')['to'](this),_0x42982f;}}class BaseCommentThreadView extends _0x5d0128{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x4228e3,_0x54c2d9,_0x27a1ec,_0x3b2c65){super(_0x4228e3),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x54c2d9,this['_localUser']=_0x27a1ec,this['_config']=_0x3b2c65,this['commentThreadHeaderView']=new CommentThreadHeaderView(_0x4228e3,_0x54c2d9),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x1cf7b8(_0x4228e3,vt(_0x4228e3,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new CommentsListView(_0x4228e3,_0x54c2d9,Object['assign']({'CommentView':this['_config']['CommentView']},_0x3b2c65)),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',(_0x3fcef3,_0x139835)=>_0x3fcef3||!!_0x139835),this['bind']('isUnlinked')['to'](_0x54c2d9,'unlinkedAt',_0x295597=>!!_0x295597),this['bind']('ariaLabel')['to'](this,'length',_0x11522e=>{const _0x1253dc=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return vt(this['locale'],'COMMENT_THREAD_LABEL',[_0x11522e,_0x1253dc]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x4c9294(),this['keystrokes']=new _0x2776c6(),this['focusCycler']=new _0x323466({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x508a1c=>_0x508a1c['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0x448cdd(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x35a60f=new CommentThreadInputView(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x1140f6=_0x35a60f['commentInputView'];return _0x35a60f['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x1140f6,'value',(_0x48eea6,_0x29443c,_0x3978e4,_0xc417a,_0x472c6d)=>!!_0x472c6d||!!_0xc417a&&_0x3978e4&&!_0x29443c||_0x48eea6&&_0x3978e4&&!_0x29443c),_0x1140f6['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x11fb47,_0x2b7fbb,_0x89125)=>{let _0x20ef5a;return _0x20ef5a=_0x89125&&_0x2b7fbb?'Reply\x20to\x20reopen\x20discussion...':_0x11fb47?'Reply...':'Write\x20a\x20comment...',vt(this['locale'],_0x20ef5a);}),_0x1140f6['bind']('submitLabel')['to'](this,'length',_0x3dba51=>vt(this['locale'],_0x3dba51?'Reply':'Comment')),_0x1140f6['on']('submit',(_0x5d9811,_0x5eff78)=>{this['fire']('addComment',_0x5eff78),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x1140f6['on']('cancel',()=>{this['focus']();}),_0x1140f6['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x1140f6['on']('cancel',_0x5680a1=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x5680a1['stop']());}),this['on']('change:isActive',(_0x125dc4,_0x17b403,_0x220501)=>{_0x220501||this['length']||_0x1140f6['value']||this['fire']('removeCommentThread');}),_0x35a60f;}}class CommentThreadView extends/* #__PURE__ -- @preserve */
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
_0x26f336(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x4b0073,target:_0x492c47,type:_0x13998b,isVisible:_0x2b1f21=!0x0}){super(),this['view']=_0x4b0073,this['view']['element']||this['view']['render'](),this['_type']=_0x13998b,this['_target']=_0x492c47,Annotation['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x2c37be([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x5e72e5,_0x2fce31)=>{this['view']['focusTracker']['add'](_0x2fce31);}),this['focusableElements']['on']('remove',(_0x14bb87,_0x18eac2)=>{this['view']['focusTracker']['remove'](_0x18eac2);}),this['set']('isVisible',_0x2b1f21);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x5767bc=this['_getNormalizedTarget']();return Annotation['_assertCorrectTarget'](_0x5767bc),_0x5767bc;}get['targetRect'](){const _0x4596d4=this['target'];if(null===_0x4596d4)return null;if(_0x4596d4 instanceof _0xc87f20)return _0x4596d4;const _0x54558b=_0x4596d4['filter'](_0x327783=>function(_0x192bc7){const _0x519e37=_0x192bc7['offsetParent'];if(_0x519e37)return!0x0;const _0x36544c=_0x192bc7['getClientRects']()['item'](0x0);return!!_0x36544c;}(_0x327783));return 0x0===_0x54558b['length']?null:_0xc87f20['getDomElementRects'](_0x54558b[0x0])[0x0];}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x390b03){this['view']['isActive']=_0x390b03,this['view']['mainView']['isActive']=_0x390b03;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x3afcb9){if(!(null===_0x3afcb9||_0x3afcb9 instanceof _0xc87f20||Array['isArray'](_0x3afcb9)&&_0x3afcb9['every'](_0x335631=>kt(_0x335631))))throw new _0x3e2eca('annotation-invalid-target',null,{'target':_0x3afcb9});}['_getNormalizedTarget'](){const _0x2ca242='function'==typeof this['_target']?this['_target']():this['_target'];return kt(_0x2ca242)?[_0x2ca242]:_0x2ca242;}}function kt(_0xd7d951){return null!==_0xd7d951&&'object'==typeof _0xd7d951&&'nodeType'in _0xd7d951&&0x1===_0xd7d951['nodeType'];}class AnnotationCollection extends _0x2c37be{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x203040=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x4c9294(),this['_focusTracker']['on']('change:isFocused',(_0x3c03df,_0x34017e,_0x20c4a4)=>{_0x20c4a4||this['fire']('blur');});for(const _0x2c84fe of _0x203040)this['add'](_0x2c84fe);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x3ca840){if(this['has'](_0x3ca840))throw new _0x3e2eca('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x3ca840['innerView'],_0x3ca840),this['_viewToAnnotation']['set'](_0x3ca840['view'],_0x3ca840);for(const _0x27a576 of _0x3ca840['focusableElements'])this['_focusTracker']['add'](_0x27a576);if(this['listenTo'](_0x3ca840['focusableElements'],'add',(_0x2c6cb7,_0x49fe12)=>{this['_focusTracker']['add'](_0x49fe12);}),this['listenTo'](_0x3ca840['focusableElements'],'remove',(_0x165796,_0x165545)=>{this['_focusTracker']['remove'](_0x165545);}),this['listenTo'](_0x3ca840['view']['focusTracker'],'change:isFocused',(_0x452fe5,_0x19a7eb,_0x2b9ba9)=>{_0x2b9ba9&&this['fire']('focus',_0x3ca840);}),_0x3ca840['updateTargetRect'](),this['_areCachedRectsStale']()){for(const _0x3d0156 of this)_0x3d0156['updateTargetRect']();}const _0x584c59=this['_getOrderInContent'](_0x3ca840['view']['targetRect']);return super['add'](_0x3ca840,_0x584c59);}['remove'](_0x310aa7){if(!this['has'](_0x310aa7))throw new _0x3e2eca('annotationcollection-not-existing-item',null);this['stopListening'](_0x310aa7['view']['focusTracker']),this['stopListening'](_0x310aa7['focusableElements']);for(const _0x34cd8f of _0x310aa7['focusableElements'])this['_focusTracker']['remove'](_0x34cd8f);return this['_viewToAnnotation']['delete'](_0x310aa7['view']),this['_innerViewToAnnotation']['delete'](_0x310aa7['innerView']),super['remove'](_0x310aa7);}['getByInnerView'](_0x5a222d){return this['_innerViewToAnnotation']['get'](_0x5a222d);}['getByView'](_0x3a6685){return this['_viewToAnnotation']['get'](_0x3a6685);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x5e921f of this)_0x5e921f['updateTargetRect']();this['_sort']();}['_sort'](){const _0x4c3497=Array['from'](this)['sort']((_0x2460ff,_0x230ebc)=>Rt(_0x2460ff['view']['targetRect'],_0x230ebc['view']['targetRect']));for(let _0x51f398=_0x4c3497['length']-0x1;_0x51f398>0x0;_0x51f398--){const _0xcb68a5=_0x4c3497[_0x51f398];_0x51f398!==this['getIndex'](_0xcb68a5)&&(this['remove'](_0xcb68a5),this['add'](_0xcb68a5));}}['_getOrderInContent'](_0x1829ee){let _0x3e88ea=0x0;if(!_0x1829ee)return this['length'];for(const _0x4375b6 of this){const _0x2da452=_0x4375b6['view']['targetRect'];if(_0x2da452){if(Rt(_0x1829ee,_0x2da452)<0x0)return _0x3e88ea;_0x3e88ea++;}}return _0x3e88ea;}['_areCachedRectsStale'](){const _0x3cad2c=this['get'](0x0);if(!_0x3cad2c)return!0x1;const _0x52c134=_0x3cad2c['view']['targetRect'],_0x45fdfa=_0x3cad2c['targetRect'];return!(!_0x52c134||!_0x45fdfa)&&(_0x52c134['top']!==_0x45fdfa['top']||_0x52c134['left']!==_0x45fdfa['left']);}}function Ot({source:_0x4744e7,target:_0x332e58,filter:_0x22b382}){for(const _0x3e8c6f of _0x4744e7)_0x22b382(_0x3e8c6f)&&_0x332e58['add'](_0x3e8c6f);_0x332e58['listenTo'](_0x4744e7,'add',(_0x3f66c3,_0x423d36)=>{_0x22b382(_0x423d36)&&_0x332e58['add'](_0x423d36);}),_0x332e58['listenTo'](_0x4744e7,'remove',(_0x5aff0c,_0xbc9cd5)=>{_0x332e58['has'](_0xbc9cd5)&&_0x332e58['remove'](_0xbc9cd5);});}function Rt(_0x4ba80b,_0x2c00b6){if(null===_0x4ba80b&&null===_0x2c00b6)return 0x0;if(null===_0x4ba80b)return-0x1;if(null===_0x2c00b6)return 0x1;const _0x61c45c=_0x4ba80b['top']-_0x2c00b6['top'];return 0x0==_0x61c45c?_0x4ba80b['left']-_0x2c00b6['left']:_0x61c45c;}class Annotations extends _0x2cf565{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x48d6ba){if(super(_0x48d6ba),this['collection']=new AnnotationCollection(),this['_visibleAnnotations']=new AnnotationCollection(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x48d6ba instanceof _0xa08dd1){const _0x140185=_0x48d6ba['locale'];_0x48d6ba['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':vt(_0x140185,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':vt(_0x140185,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':vt(_0x140185,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':vt(_0x140185,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':vt(_0x140185,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':vt(_0x140185,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':vt(_0x140185,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x153797){this['collection']['add'](_0x153797);}['remove'](_0x22d363){this['collection']['remove'](_0x22d363),_0x22d363['destroy']();}['refreshVisibility'](){for(const _0x1f5991 of this['collection'])_0x1f5991['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x380ece){return this['collection']['getByInnerView'](_0x380ece);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x1e380b of this['collection'])_0x1e380b['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x5994dd){this['fire']('_activateAnnotation',_0x5994dd);}['createAnnotation'](_0x27ad15){return new Annotation(_0x27ad15);}['createAnnotationView'](_0x18beff,_0x5be19a){return new AnnotationView(_0x18beff,_0x5be19a);}['_addActiveAnnotation'](_0x831a13){const _0x2819af=new Set(this['activeAnnotations']);_0x2819af['add'](_0x831a13),this['activeAnnotations']=_0x2819af;}['_removeActiveAnnotation'](_0x20930c){const _0x5c0742=new Set(this['activeAnnotations']);_0x5c0742['delete'](_0x20930c),this['activeAnnotations']=_0x5c0742;}['_bindAnnotationsToVisibleAnnotations'](){const _0x5c1c5f=this['collection'],_0xf1d359=this['_visibleAnnotations'];function _0x52d932(_0x4b6d4c){const _0x3a0025=_0x4b6d4c['source'];_0x3a0025['isVisible']&&!_0xf1d359['has'](_0x3a0025)?_0xf1d359['add'](_0x3a0025):!_0x3a0025['isVisible']&&_0xf1d359['has'](_0x3a0025)&&_0xf1d359['remove'](_0x3a0025),_0x3a0025['view']['focusTracker']['remove'](_0x3a0025['view']['element']),_0x3a0025['view']['focusTracker']['add'](_0x3a0025['view']['element']);}this['listenTo'](_0x5c1c5f,'add',(_0x2936b1,_0x347719)=>{_0x347719['isVisible']&&_0xf1d359['add'](_0x347719),this['listenTo'](_0x347719,'change:isVisible',_0x52d932);}),this['listenTo'](_0x5c1c5f,'remove',(_0x53f08b,_0xe8093c)=>{_0xf1d359['has'](_0xe8093c)&&_0xf1d359['remove'](_0xe8093c),this['stopListening'](_0xe8093c,'change:isVisible',_0x52d932);});}['_setupEnterAnnotationKeystroke'](){const _0x2a4af9=_0x596c5e=>{_0x596c5e['on']('ready',()=>{_0x596c5e['keystrokes']['set'](_0x257262,(_0x5233bb,_0x2c39a5)=>{const _0x3fb172=_0x5ce9cd(this['activeAnnotations']['values']());_0x3fb172&&(_0x3fb172['view']['focus'](),_0x2c39a5());});});};this['context']instanceof _0xa08dd1?_0x2a4af9(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x26e403,_0x20cfcd)=>{_0x2a4af9(_0x20cfcd);});}['_setupEscapeAnnotationHandling'](){const _0x2e5586=_0x5ae96b=>{const _0xc81c2b=_0x5ae96b['source'],_0x1d2329=[];let _0x2bedea;if(Array['isArray'](_0xc81c2b['target'])){_0x2bedea=_0xc81c2b['target'][0x0],this['context']instanceof _0xa08dd1?_0x1d2329['push'](this['context']):this['context']['editors']&&_0x1d2329['push'](...this['context']['editors']);for(const _0x21a3ef of _0x1d2329)for(const _0x356395 of _0x21a3ef['editing']['view']['domRoots']['values']())if(_0x356395['contains'](_0x2bedea))return void _0x21a3ef['editing']['view']['focus']();_0x2bedea['focus']();}};this['listenTo'](this['collection'],'add',(_0x4acea7,_0x221a89)=>{this['listenTo'](_0x221a89,'escape',_0x2e5586,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x58d8ef,_0x3fb67c)=>{this['stopListening'](_0x3fb67c,'escape',_0x2e5586);});}}const Mt=Symbol('noChannel'),St={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class CommentsRepository extends _0x2cf565{['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[Annotations,_0x4388fc,_0x54a1c8];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x378e48){super(_0x378e48),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x114b78=this['context']['config'];_0x114b78['define']('comments.maxCommentsWhenCollapsed',0x2),_0x114b78['define']('comments.maxThreadTotalWeight',0x1f4),_0x114b78['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x114b78['define']('comments.CommentThreadView',CommentThreadView),_0x114b78['define']('comments.CommentView',CommentView),_0x114b78['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x5422ce=this['context']['plugins']['get'](Annotations);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x587efa,_0x459979)=>this['_addCommentThread'](_0x459979)),this['on']('submitCommentThread',(_0x5345bf,_0x550939)=>this['_submitCommentThread'](_0x550939)),this['on']('resolveCommentThread',(_0x154f7b,_0x13b275)=>this['_resolveCommentThread'](_0x13b275)),this['on']('resolveCommentThread',(_0x5b6c19,_0x441de5)=>this['_updateActiveAnnotation'](_0x441de5),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x228a73,_0x3c9c45)=>this['_reopenCommentThread'](_0x3c9c45)),this['on']('reopenCommentThread',(_0xfac040,_0x323829)=>this['_updateActiveAnnotation'](_0x323829),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x317f9d,_0x5eb43e)=>this['_removeCommentThread'](_0x5eb43e)),this['on']('updateCommentThread',(_0x42a3f8,_0x2380e0)=>this['_updateCommentThread'](_0x2380e0)),this['on']('updateCommentThread',(_0x367f50,_0x4eb1f8)=>this['_updateActiveAnnotation'](_0x4eb1f8),{'priority':'lowest'}),this['on']('addComment',(_0x1b884f,_0x4b032b)=>this['_addComment'](_0x4b032b)),this['on']('updateComment',(_0x476d60,_0x1b3f40)=>this['_updateComment'](_0x1b3f40)),this['on']('removeComment',(_0x3c1f8b,_0x476f31)=>this['_removeComment'](_0x476f31)),this['on']('addComment',(_0x2130dc,{threadId:_0x4a7188,isFromAdapter:_0x1bbd6d})=>{if(_0x1bbd6d)return;const _0x2b743a=this['getCommentThread'](_0x4a7188),_0xa255ba=_0x2b743a&&this['_threadToController']['get'](_0x2b743a);_0xa255ba&&_0xa255ba['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x5422ce,'change:activeAnnotations',(_0xaf3e9,_0x1b90e4,_0x5a1fb1)=>{const _0xe5749a=Array['from'](_0x5a1fb1)['map'](_0x1dd9c4=>this['_viewToController']['get'](_0x1dd9c4['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0xe5749a?_0xe5749a['model']:null;});}set['adapter'](_0xdaf24c){if(this['_adapter'])throw new _0x3e2eca('commentsrepository-adapter-already-set');this['_adapter']=_0xdaf24c;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x2a7184=Mt,threadId:_0x22ccd2=_0x498f3d(),comments:_0x442203=[],unlinkedAt:_0x433ce3=null,resolvedAt:_0x3ff6bc=null,resolvedBy:_0xc99edb=null,target:_0x353111=null,context:_0x33584f=null,attributes:_0x594a68={},isResolvable:_0x3ff695=!0x0,isSubmitted:_0x190ed9=!0x1,isFromAdapter:_0x384045=!0x1}={}){return this['fire'](xt('addCommentThread',_0x2a7184),{'channelId':_0x2a7184,'threadId':_0x22ccd2,'comments':_0x442203,'unlinkedAt':_0x433ce3,'resolvedAt':_0x3ff6bc,'resolvedBy':_0xc99edb,'target':_0x353111,'context':_0x33584f,'attributes':_0x594a68,'isFromAdapter':_0x384045,'isResolvable':_0x3ff695,'isSubmitted':_0x190ed9}),this['getCommentThread'](_0x22ccd2);}['openNewCommentThread']({channelId:_0x1bf0c0=Mt,threadId:_0x19a4ce=_0x498f3d(),target:_0x443b2c,context:_0x211fd0=null,isResolvable:_0x18286a=!0x0}){if(this['_readOnlyChannels']['has'](_0x1bf0c0)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x443b2c)throw new _0x3e2eca('commentsrepository-missing-target');const _0x29a313=this['addCommentThread']({'channelId':_0x1bf0c0,'threadId':_0x19a4ce,'target':_0x443b2c,'context':_0x211fd0,'isResolvable':_0x18286a});if(!_0x29a313)return null;const _0x49c5dc=this['_threadToController']['get'](_0x29a313),_0x537ff4=_0x49c5dc['view']['commentThreadInputView']['commentInputView'],_0x56e673=this['context']['plugins']['get'](Annotations),_0x408bff=_0x56e673['getByInnerView'](_0x49c5dc['view']);return _0x56e673['activate'](_0x408bff),_0x537ff4['once']('editorReady',()=>_0x537ff4['focus']()),_0x29a313;}['hasCommentThread'](_0x14674f){if('string'!=typeof _0x14674f)throw new _0x3e2eca('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x14674f);}['updateCommentThread']({channelId:_0xb689a7=Mt,threadId:_0x387088,context:_0x57084e,unlinkedAt:_0x31c5a3,attributes:_0x4ad2ed,isFromAdapter:_0x1047df=!0x1}){return this['fire'](xt('updateCommentThread',_0xb689a7),{'channelId':_0xb689a7,'threadId':_0x387088,'context':_0x57084e,'unlinkedAt':_0x31c5a3,'attributes':_0x4ad2ed,'isFromAdapter':_0x1047df}),this['getCommentThread'](_0x387088);}['getCommentThread'](_0x2f5fa3){if('string'!=typeof _0x2f5fa3)throw new _0x3e2eca('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x2f5fa3);}['fetchCommentThread']({channelId:_0x3f7052,threadId:_0x4cb343}={}){const _0x1335d8=this['getCommentThread'](_0x4cb343);if(_0x1335d8)return Promise['resolve'](_0x1335d8);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x3e2eca('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x3f7052,'threadId':_0x4cb343})['then'](_0x5188a1=>this['hasCommentThread'](_0x4cb343)?this['getCommentThread'](_0x4cb343):_0x5188a1?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x3f7052},_0x5188a1)):void 0x0)['catch'](_0x475545=>{throw console['error'](_0x475545),new _0x3e2eca('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x1b6334,skipNotAttached:_0x4efb0c=!0x1,skipEmpty:_0x51dc4d=!0x1,toJSON:_0x2d7177=!0x1}={}){const _0x2f0ceb=[];for(const _0x51f5e9 of this['_threads']['values']())_0x1b6334&&_0x51f5e9['channelId']!==_0x1b6334||_0x4efb0c&&!_0x51f5e9['isAttached']||_0x51dc4d&&0x0===_0x51f5e9['length']||_0x2f0ceb['push'](_0x51f5e9);return _0x2d7177?_0x2f0ceb['map'](_0x316016=>_0x316016['toJSON']()):_0x2f0ceb;}['getAnnotationForCommentThread'](_0x1716d3){const _0x3ded1f=this['_threadToController']['get'](_0x1716d3);if(!_0x3ded1f)return null;return this['context']['plugins']['get'](Annotations)['getByInnerView'](_0x3ded1f['view'])||null;}['getCommentThreadForAnnotation'](_0x16685d){const _0x1dbd49=this['_viewToController']['get'](_0x16685d['innerView']);return _0x1dbd49?_0x1dbd49['model']:null;}['setActiveCommentThread'](_0x1ac8d4){const _0x495fc2=this['context']['plugins']['get'](Annotations);if(!_0x1ac8d4)return void(this['activeCommentThread']&&_0x495fc2['deactivateAll']());const _0x15a043=this['getCommentThread'](_0x1ac8d4);if(!_0x15a043)throw new _0x3e2eca('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x1ac8d4});if(!this['_threadToController']['has'](_0x15a043))throw new _0x3e2eca('commentsrepository-active-not-attached',null,{'threadId':_0x1ac8d4});const _0x403929=_0x495fc2['getByInnerView'](this['_threadToController']['get'](_0x15a043)['view']);_0x495fc2['activate'](_0x403929);}['switchReadOnly'](_0x5c7bad,_0xd69d93){_0x5c7bad?this['_readOnlyChannels']['add'](_0xd69d93):this['_readOnlyChannels']['delete'](_0xd69d93),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x467db6){return this['_readOnlyChannels']['has'](_0x467db6)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x4c3a96,_0x107ba6){return new CommentThreadController(_0x4c3a96,_0x107ba6);}['setPermissions'](_0x568552,_0x18a0e6=Mt){this['_permissions']['set'](_0x18a0e6,_0x568552),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x3f0ee7=Mt){return this['_permissions']['has'](_0x3f0ee7)?this['_permissions']['get'](_0x3f0ee7):St;}['_addCommentThread']({channelId:_0xec8ad0,threadId:_0x504e2f,comments:_0x4efd1c,unlinkedAt:_0x4c6582,resolvedAt:_0xaae5bf,resolvedBy:_0x5907fb,target:_0x3ff031,context:_0x1fa083,attributes:_0x1030e,isFromAdapter:_0x5dfd89,isResolvable:_0x3bfe67,isSubmitted:_0x36008c}){if('string'!=typeof _0x504e2f)throw new _0x3e2eca('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x504e2f});if(this['hasCommentThread'](_0x504e2f))throw new _0x3e2eca('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x504e2f});const _0x31fce5=new CommentThread(this,{'channelId':_0xec8ad0,'id':_0x504e2f,'context':_0x1fa083,'attributes':_0x1030e,'unlinkedAt':_0x4c6582,'resolvedAt':_0xaae5bf,'resolvedBy':_0x5907fb?this['context']['plugins']['get'](_0x54a1c8)['getUser'](_0x5907fb):null,'isResolvable':_0x3bfe67,'isSubmitted':_0x36008c||_0x5dfd89});this['_threads']['set'](_0x504e2f,_0x31fce5);for(const _0x3aaaa7 of _0x4efd1c)_0x31fce5['_add'](this['_createNewComment']({'threadId':_0x504e2f,..._0x3aaaa7}));return _0x3ff031&&_0x31fce5['attachTo'](_0x3ff031),_0x5dfd89||!_0x31fce5['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0xec8ad0,'threadId':_0x504e2f});}['_submitCommentThread']({channelId:_0x31bf5e,threadId:_0x592e56}){if(!this['hasCommentThread'](_0x592e56))throw new _0x3e2eca('commentsrepository-missing-comment-thread',this);const _0x18b8aa=this['getCommentThread'](_0x592e56);if(_0x18b8aa['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x8ce59f,comments:_0x1c5961,resolvedAt:_0x54ca3e,resolvedBy:_0x346252,context:_0x4e5b55,attributes:_0x74abf0}=_0x18b8aa,_0x276860=this['context']['plugins']['get']('PendingActions'),_0x4d906d=_0x276860['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x31bf5e,'threadId':_0x8ce59f,'comments':_0x1c5961['map'](_0x81b1b1=>_0x81b1b1['toJSON']()),'resolvedAt':_0x54ca3e,'resolvedBy':_0x346252?_0x346252['id']:_0x346252,'context':_0x4e5b55,'attributes':_0x74abf0})['then'](({comments:_0x1d56fd})=>{_0x276860['remove'](_0x4d906d);for(const _0x317955 of _0x1d56fd)this['_updateComment']({'channelId':_0x31bf5e,'threadId':_0x592e56,'commentId':_0x317955['commentId'],'createdAt':_0x317955['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x32d36c=>{throw console['error'](_0x32d36c),new _0x3e2eca('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x278aef,target:_0x43d217}){const _0xe64b9=this['getCommentThread'](_0x278aef);if(!_0xe64b9)throw new _0x3e2eca('commentsrepository-attach-missing-comment-thread',this);const _0x1469a3=this['context']['plugins']['get']('PendingActions'),_0x4b339c=this['context']['plugins']['get'](Annotations),_0x24a587=this['_createCommentThreadView'](_0xe64b9),_0x1eb69c=new CommentThreadController(_0xe64b9,_0x24a587);let _0x3cc810=null;_0x24a587['on']('change:isDirty',(_0xe9ee0,_0x24ef34,_0x1842ea)=>{_0x1842ea?_0x3cc810=_0x1469a3['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x3cc810&&(_0x1469a3['remove'](_0x3cc810),_0x3cc810=null);}),this['_threadToController']['set'](_0xe64b9,_0x1eb69c),this['_viewToController']['set'](_0x24a587,_0x1eb69c);const _0x2e9620=new AnnotationView(this['context']['locale'],_0x24a587);_0x2e9620['bind']('length')['to'](_0x24a587),_0x2e9620['bind']('isDirty')['to'](_0x24a587,'isDirty',_0x24a587,'length',(_0x34a8a9,_0x393f05)=>_0x34a8a9||!_0x393f05),_0x2e9620['bind']('isActive')['to'](_0x24a587),_0x2e9620['type']='comment';const _0x13072c=new Annotation({'view':_0x2e9620,'target':_0x43d217,'type':'comment','isVisible':!_0xe64b9['archivedAt']&&!!('function'==typeof _0x43d217?_0x43d217():_0x43d217)});return _0x24a587['on']('escape',()=>{_0x13072c['fire']('escape');}),this['_bindAnnotationToEditors'](_0x24a587,_0x13072c),_0x4b339c['add'](_0x13072c),_0x13072c;}['_bindAnnotationToEditors'](_0x5c15a1,_0x3b675f){this['listenTo'](_0x5c15a1,'editorReady',(_0x5989ab,_0x1be8d3)=>{const _0xfc5c99=_0x1be8d3['ui']['view']['body']['bodyCollectionContainer'];_0x3b675f['focusableElements']['add'](_0xfc5c99),this['context']instanceof _0xa08dd1&&this['context']['ui']['focusTracker']['add'](_0xfc5c99);},{'priority':'highest'}),this['listenTo'](_0x5c15a1,'editorDestroyed',(_0x4b5eb5,_0x2b3728)=>{const _0x40e853=_0x2b3728['ui']['view']['body']['bodyCollectionContainer'];_0x3b675f['focusableElements']['has'](_0x40e853)&&_0x3b675f['focusableElements']['remove'](_0x40e853),this['context']instanceof _0xa08dd1&&this['context']['ui']['focusTracker']['remove'](_0x40e853);});}['_unbindEditors'](_0x51660c){this['stopListening'](_0x51660c,'editorReady'),this['stopListening'](_0x51660c,'editorDestroyed');}['_createCommentThreadView'](_0x2e8051){const _0x244e20=this['context']['plugins']['get'](_0x54a1c8),{config:_0x4088e4,locale:_0xc16c62}=this['context'],_0x2b6b66=_0x36a822(_0x4088e4['get']('locale'),_0xc16c62);return new(0x0,(_0x4088e4['get']('comments'))['CommentThreadView'])(_0xc16c62,_0x2e8051,_0x244e20['me'],{'editorConfig':{..._0x4088e4['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x4088e4['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x4088e4['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x4088e4['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x4088e4['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x2b6b66,'CommentView':_0x4088e4['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x1c4103,channelId:_0x475f55,resolvedAt:_0x46cb13,resolvedBy:_0x43489e,isFromAdapter:_0x1ef50a}){if(!this['hasCommentThread'](_0x1c4103))throw new _0x3e2eca('commentsrepository-missing-comment-thread',null,{'threadId':_0x1c4103});const _0x327153=this['getCommentThread'](_0x1c4103);if(_0x327153['isResolved'])throw new _0x3e2eca('commentsrepository-resolved-comment-thread',null,{'threadId':_0x1c4103});const _0x3352bf=this['context']['plugins']['get'](_0x54a1c8);if(_0x327153['resolvedBy']=_0x3352bf['getUser'](_0x43489e),_0x327153['resolvedAt']=_0x46cb13,_0x1ef50a||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0xc97e6b=this['context']['plugins']['get']('PendingActions'),_0x3f53e3=_0xc97e6b['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x475f55,'threadId':_0x1c4103})['then'](({resolvedAt:_0x386728,resolvedBy:_0x5d7364})=>{_0xc97e6b['remove'](_0x3f53e3),_0x327153['resolvedBy']['id']!==_0x5d7364&&(_0x327153['resolvedBy']=_0x3352bf['getUser'](_0x5d7364)),_0x327153['resolvedAt']=_0x386728;})['catch'](_0x2a2be5=>{throw console['error'](_0x2a2be5),new _0x3e2eca('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x57743f,channelId:_0x4ef1b6,isFromAdapter:_0xac994b}){if(!this['hasCommentThread'](_0x57743f))throw new _0x3e2eca('commentsrepository-missing-comment-thread',null,{'threadId':_0x57743f});const _0x49b435=this['getCommentThread'](_0x57743f);if(!_0x49b435['isResolved'])throw new _0x3e2eca('commentsrepository-reopen-comment-thread',null,{'threadId':_0x57743f});if(_0x49b435['resolvedBy']=null,_0x49b435['resolvedAt']=null,_0xac994b||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x8b2807=this['context']['plugins']['get']('PendingActions'),_0x5d1910=_0x8b2807['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x4ef1b6,'threadId':_0x57743f})['then'](()=>_0x8b2807['remove'](_0x5d1910))['catch'](_0x9e7e81=>{throw console['error'](_0x9e7e81),new _0x3e2eca('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x4c08cf,isFromAdapter:_0x45e142}){const _0x541bea=this['getCommentThread'](_0x4c08cf);if(!_0x541bea)throw new _0x3e2eca('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x4c08cf),this['_threads']['delete'](_0x4c08cf),!_0x541bea['isSubmitted']||_0x45e142||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x2acb38=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4618ef}=_0x541bea,_0x3c87df=_0x2acb38['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x4618ef,'threadId':_0x4c08cf})['then'](()=>_0x2acb38['remove'](_0x3c87df))['catch'](_0xb4da8d=>{throw console['error'](_0xb4da8d),new _0x3e2eca('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x2f0823,unlinkedAt:_0x22486,context:_0xb27287,attributes:_0x3c0517,isFromAdapter:_0x5bad9f}){if('string'!=typeof _0x2f0823)throw new _0x3e2eca('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x2f0823});if(!this['hasCommentThread'](_0x2f0823))throw new _0x3e2eca('commentsrepository-missing-comment-thread',null,{'threadId':_0x2f0823});const _0x15624d=this['getCommentThread'](_0x2f0823);let _0x5805a3=!0x1;if(void 0x0!==_0xb27287&&_0x15624d['context']!==_0xb27287&&(_0x15624d['context']=_0xb27287,_0x5805a3=!0x0),void 0x0!==_0x22486&&_0x15624d['unlinkedAt']!==_0x22486&&(_0x15624d['unlinkedAt']=_0x22486,_0x5805a3=!0x0),_0x3c0517&&!_0x5c2de7(_0x3c0517,_0x15624d['attributes'])&&(_0x15624d['attributes']=_0x3c0517,_0x5805a3=!0x0),!_0x5805a3)return Promise['resolve']();if(!_0x15624d['isSubmitted']||_0x5bad9f||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x47f81d=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2d29ad}=_0x15624d,_0x3589c8=_0x47f81d['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x2d29ad,'threadId':_0x2f0823,'context':_0xb27287,'unlinkedAt':_0x22486,'attributes':_0x3c0517})['then'](()=>_0x47f81d['remove'](_0x3589c8))['catch'](_0xc8b644=>{throw console['error'](_0xc8b644),new _0x3e2eca('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x4532aa){const _0x2d8f25=this['context']['plugins']['get'](Annotations),_0x1d4fd1=this['getCommentThread'](_0x4532aa);if(_0x1d4fd1['_isAttached']=!0x1,this['_threadToController']['has'](_0x1d4fd1)){const _0x337ad1=this['_threadToController']['get'](_0x1d4fd1),_0x559564=_0x337ad1['view'],_0x2e752d=_0x2d8f25['getByInnerView'](_0x559564);this['_threadToController']['delete'](_0x1d4fd1),this['_viewToController']['delete'](_0x559564),_0x2e752d&&_0x2d8f25['remove'](_0x2e752d),_0x337ad1['destroy'](),_0x559564['destroy']()['then'](()=>{this['_unbindEditors'](_0x559564);});}}['_updateActiveAnnotation']({threadId:_0x4fcd89,resolvedAt:_0xf3d6c6,unlinkedAt:_0x36607a}){const _0x3d7ad5=!!_0xf3d6c6,_0x3199bd=this['context']['plugins']['get'](Annotations),_0x290ed8=this['getCommentThread'](_0x4fcd89);if(this['_threadToController']['has'](_0x290ed8)){const _0x16fd26=this['_threadToController']['get'](_0x290ed8)['view'],_0x2374fe=_0x3199bd['getByInnerView'](_0x16fd26);_0x2374fe&&(_0x3d7ad5&&_0x3199bd['_removeActiveAnnotation'](_0x2374fe),_0x36607a?_0x2374fe['isVisible']=!0x1:_0x2374fe['refreshVisibility']());}}['_getExternalAuthor'](_0x6788f6){const _0xf593a7=this['context']['plugins']['get'](_0x54a1c8),_0x27e1e0=_0x1995ee('external:'+_0x6788f6),_0x35c943=_0xf593a7['getUser'](_0x27e1e0);return _0x35c943||_0xf593a7['addUser']({'id':_0x27e1e0,'name':_0x6788f6});}['_createNewComment']({threadId:_0x1a0c49,commentId:_0x4818ba=_0x498f3d(),content:_0x23b2bc,authorId:_0x3e38ee,createdAt:_0x4a55fc,attributes:_0xadb190}){if('string'!=typeof _0x4818ba)throw new _0x3e2eca('commentsrepository-invalid-commentid');if('string'!=typeof _0x3e38ee)throw new _0x3e2eca('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x23b2bc||!_0x23b2bc['trim']())throw new _0x3e2eca('commentsrepository-invalid-comment-content');const _0x373e73=this['context']['plugins']['get'](_0x54a1c8)['getUser'](_0x3e38ee);if(!_0x373e73)throw new _0x3e2eca('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x3e38ee});let _0x128a86=null,_0xc419da=_0x4a55fc;return _0xadb190?.['@external']&&(_0x128a86=this['_getExternalAuthor'](_0xadb190['@external']['authorName']),_0xc419da=new Date(_0xadb190['@external']['createdAt'])),new Comment(this,{'threadId':_0x1a0c49,'id':_0x4818ba,'author':_0x128a86||_0x373e73,'creator':_0x373e73,'content':_0x23b2bc,'createdAt':_0x4a55fc,'authoredAt':_0xc419da,'attributes':_0xadb190});}['_addComment'](_0x2a8809){let {threadId:_0x1dc297,content:_0x478dc6,attributes:_0x45d17c,isFromAdapter:_0x4b1824}=_0x2a8809;const _0x4de7c9=this['getCommentThread'](_0x2a8809['threadId']);if(!_0x4de7c9)throw new _0x3e2eca('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x243086=this['_createNewComment'](_0x2a8809),{id:_0x566944}=_0x243086;if(_0x4de7c9['_add'](_0x243086),_0x4b1824||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x4de7c9['isSubmitted'])return Promise['resolve']();const _0x2bfa13=this['context']['plugins']['get']('PendingActions'),{channelId:_0xe5c97f}=_0x4de7c9,_0x4119e9=_0x2bfa13['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x45d17c||(_0x45d17c={}),this['adapter']['addComment']({'channelId':_0xe5c97f,'threadId':_0x1dc297,'commentId':_0x566944,'content':_0x478dc6,'attributes':_0x45d17c})['then'](_0x5b8b7a=>{_0x2bfa13['remove'](_0x4119e9),_0x5b8b7a&&this['_updateComment']({'channelId':_0xe5c97f,'threadId':_0x1dc297,'commentId':_0x566944,'createdAt':_0x5b8b7a['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3e4cef=>{throw console['error'](_0x3e4cef),new _0x3e2eca('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x54bc5c,commentId:_0x450561,content:_0x1b45dc,createdAt:_0x1f7211,attributes:_0x5a162f,isFromAdapter:_0x47de43}){if(void 0x0!==_0x1b45dc&&('string'!=typeof _0x1b45dc||!_0x1b45dc['trim']()['length']))throw new _0x3e2eca('commentsrepository-update-comment-invalid-content');const _0x4c9974=this['getCommentThread'](_0x54bc5c),_0x3986b0=_0x4c9974['getComment'](_0x450561);if(!_0x3986b0)throw new _0x3e2eca('commentsrepository-update-missing-comment',this);let _0x5e0fc5=!0x1;if(_0x1b45dc&&_0x1b45dc!==_0x3986b0['content']&&(_0x3986b0['isEditable']||_0x47de43)&&(_0x3986b0['content']=_0x1b45dc,_0x5e0fc5=!0x0),_0x1f7211&&_0x1f7211!==_0x3986b0['createdAt']&&(_0x3986b0['createdAt']=_0x1f7211,_0x3986b0['attributes']&&_0x3986b0['attributes']['@external']||(_0x3986b0['authoredAt']=_0x1f7211),_0x5e0fc5=!0x0),_0x5a162f&&!_0x5c2de7(_0x5a162f,_0x3986b0['attributes'])&&(_0x3986b0['attributes']=_0x5a162f,_0x5e0fc5=!0x0),!_0x5e0fc5)return Promise['resolve']();if(_0x4c9974['fire']('commentUpdated'),_0x47de43||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x4712b1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x5a7600}=this['getCommentThread'](_0x3986b0['threadId']),_0x316723=_0x4712b1['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x5a7600,'threadId':_0x54bc5c,'commentId':_0x450561,'content':_0x1b45dc,'attributes':_0x5a162f})['then'](()=>_0x4712b1['remove'](_0x316723))['catch'](_0xfa581e=>{throw console['error'](_0xfa581e),new _0x3e2eca('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x2cf966,commentId:_0x2970ee,isFromAdapter:_0x4fd826}){const _0x576e63=this['getCommentThread'](_0x2cf966),_0x4af808=_0x576e63['getComment'](_0x2970ee);if(!_0x4af808)throw new _0x3e2eca('commentsrepository-remove-missing-comment',this);if(_0x576e63['_remove'](_0x4af808),_0x4fd826||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x961d5c=this['context']['plugins']['get']('PendingActions'),{channelId:_0x74fe5a}=_0x576e63,_0x3980d4=_0x961d5c['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x74fe5a,'threadId':_0x2cf966,'commentId':_0x2970ee})['then'](()=>_0x961d5c['remove'](_0x3980d4))['catch'](_0x1c2442=>{throw console['error'](_0x1c2442),new _0x3e2eca('commentsrepository-remove-comment-internal-error',this);});}}class CommentThread extends/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0x26f336(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x526d5a,_0x52a20c){super();const _0x2a2069=_0x526d5a['context']['plugins']['get'](_0x54a1c8)['me'],_0x420504=_0x526d5a['getCommentThread'](_0x52a20c['threadId']),_0x12de4e=0x0===_0x420504['comments']['length'],_0x1549a3=_0x2a2069===_0x52a20c['author'];this['id']=_0x52a20c['id'],this['threadId']=_0x52a20c['threadId'],this['author']=_0x52a20c['author'],this['creator']=_0x52a20c['creator'],this['isExternal']=Boolean(_0x52a20c['attributes']&&_0x52a20c['attributes']['@external']),this['set']('content',_0x52a20c['content']),this['createdAt']=_0x52a20c['createdAt']||new Date(),this['set']('authoredAt',_0x52a20c['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x420504,'resolvedAt'),this['set']('attributes',_0x52a20c['attributes']||{}),this['bind']('isEditable')['to'](_0x526d5a,'_permissions',()=>{const _0x2faaf7=_0x526d5a['getPermissions'](_0x420504['channelId'])['write'],_0x583d8c=_0x526d5a['getPermissions'](_0x420504['channelId'])['modifyAll'];return _0x1549a3&&_0x2faaf7||!_0x1549a3&&_0x583d8c;}),this['bind']('isRemovable')['to'](_0x420504,'isRemovable',_0x526d5a,'_permissions',_0x34db53=>{const _0x256f43=_0x526d5a['getPermissions'](_0x420504['channelId'])['write'],_0x5793bc=_0x526d5a['getPermissions'](_0x420504['channelId'])['modifyAll'];return _0x1549a3&&_0x256f43||_0x34db53&&_0x12de4e||!_0x1549a3&&_0x5793bc&&!_0x12de4e;}),this['bind']('isReadOnly')['to'](_0x420504,'isReadOnly'),this['_repository']=_0x526d5a;}get['weight'](){return Math['max'](function(_0x12d025){const _0x5a8721=document['createElement']('div');return _0x5a8721['innerHTML']=_0x12d025,_0x5a8721['textContent']['length'];}(this['content']),0xc8);}['update'](_0x236385){const {threadId:_0x47168f,id:_0x19a264}=this;if(!this['_repository']['hasCommentThread'](_0x47168f))throw new _0x3e2eca('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x14984e}=this['_repository']['getCommentThread'](_0x47168f);this['_repository']['fire'](xt('updateComment',_0x14984e,_0x47168f),{'channelId':_0x14984e,'threadId':_0x47168f,'commentId':_0x19a264,..._0x236385});}['setAttribute'](_0xa350a5,_0x56f499){const _0x4f7a7f=_0x29042a(this['attributes']);_0x220603(_0x4f7a7f,_0xa350a5,_0x56f499),this['update']({'attributes':_0x4f7a7f});}['removeAttribute'](_0x5d81d1){const _0x162097=_0x29042a(this['attributes']);_0x532bbd(_0x162097,_0x5d81d1),this['update']({'attributes':_0x162097});}['remove'](_0x4b7749={}){if(!_0x4b7749['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x2219fa,id:_0x101011}=this;if(!this['_repository']['hasCommentThread'](_0x2219fa))throw new _0x3e2eca('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x548733}=this['_repository']['getCommentThread'](_0x2219fa);this['_repository']['fire'](xt('removeComment',_0x548733,_0x2219fa),{'channelId':_0x548733,'threadId':_0x2219fa,'commentId':_0x101011,..._0x4b7749});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function xt(_0x38934e,..._0x561e78){for(const _0x5b8586 of _0x561e78)void 0x0!==_0x5b8586&&(_0x38934e+=':'+String(_0x5b8586));return _0x38934e;}class AddCommentThreadCommand extends _0x1c15b7{constructor(_0x415666){super(_0x415666),this['set']('hasContent',!0x1);}['refresh'](){const _0x1b38d0=this['editor']['model']['document']['selection'];this['isEnabled']=!0x0,this['hasContent']=!0x1;for(const _0x22843f of _0x1b38d0['getRanges']())if(this['_hasContent'](_0x22843f))return void(this['hasContent']=!0x0);}['execute']({threadId:_0x2d8f56=_0x498f3d(),ranges:_0x4ddd60,comment:_0xdd5dcd}={}){const _0x204f63=this['editor']['model'],_0x4daf37=_0x4ddd60??Array['from'](_0x204f63['document']['selection']['getRanges']()),_0x10ec1c=[];for(const _0x19a24b of _0x4daf37)this['_hasContent'](_0x19a24b)&&_0x10ec1c['push'](this['_trimToContent'](_0x19a24b));if(!_0x10ec1c['length'])throw new _0x3e2eca('addcommentthreadcommand-incorrect-ranges',null);_0xdd5dcd&&this['_createCommentThread'](_0x2d8f56,_0xdd5dcd),this['_createMarkersFromRanges'](_0x2d8f56,_0x10ec1c,!!_0xdd5dcd);}['_createMarkersFromRanges'](_0x2d7bdd,_0x510ec9,_0x115da9){this['editor']['model']['change'](_0x1a5ae6=>{for(const _0x32af8b of _0x510ec9){const _0x47983b=_0x498f3d()['substr'](0x1,0x5),_0x4fd555='comment:'+_0x2d7bdd+':'+_0x47983b;_0x1a5ae6['addMarker'](_0x4fd555,{'range':_0x32af8b,'usingOperation':_0x115da9,'affectsData':_0x115da9});}});}['_createCommentThread'](_0x1a9b47,_0x3e2082){const _0x1ae8df=this['editor']['plugins']['get']('CommentsRepository'),_0x43d5bb=this['editor']['config']['get']('collaboration.channelId'),_0x415ac9=this['editor']['plugins']['get']('Users')['me'];if(!_0x415ac9)throw new _0x3e2eca('addcommentthreadcommand-user-not-found',null);_0x1ae8df['addCommentThread']({'threadId':_0x1a9b47,'channelId':_0x43d5bb,'comments':[{'authorId':_0x415ac9['id'],'content':_0x3e2082,'createdAt':new Date(),'attributes':{}}]});}['_hasContent'](_0x27344b){for(const _0xd942b1 of _0x27344b['getItems']())if(this['_itemIsContent'](_0xd942b1))return!0x0;return!0x1;}['_itemIsContent'](_0x3a8f18){return _0x3a8f18['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x3a8f18)&&!_0x3a8f18['is']('element','tableCell');}['_trimToContent'](_0xa04357){const _0x3e941e=_0x179cd0=>!this['_itemIsContent'](_0x179cd0['item']),_0x38e2d1=_0xa04357['start']['getLastMatchingPosition'](_0x3e941e),_0x3f8efc=_0xa04357['end']['getLastMatchingPosition'](_0x3e941e,{'direction':'backward'});return this['editor']['model']['createRange'](_0x38e2d1,_0x3f8efc);}}class EditorAnnotations extends _0x80acac{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[Annotations];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x309a41){super(_0x309a41),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x4e8c3f=this['editor'],_0x1338f4=_0x4e8c3f['model']['document']['selection'],_0x4fd126=_0x4b8c2a(()=>this['refreshSelectedViews'](),0xa);_0x1338f4['on']('change:range',(_0x561c73,_0x104ffa)=>{_0x104ffa['directChange']&&(_0x4fd126['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x4e8c3f['editing']['view']['document'],'change:isFocused',(_0x254fb7,_0x497741,_0x232f22)=>{_0x232f22&&_0x4fd126();}),this['listenTo'](_0x4e8c3f['ui']['focusTracker'],'change:isFocused',(_0x46510e,_0x4edaf9,_0x283228)=>{_0x283228||this['fire']('blur',{'isAnnotationTracked':_0x18f3e0=>this['_editorAnnotationsData']['has'](_0x18f3e0['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x5c3c9c){if(this['_editorAnnotations']['has'](_0x5c3c9c['view']))return;this['_editorAnnotations']['add'](_0x5c3c9c['view']),this['editor']['ui']['focusTracker']['add'](_0x5c3c9c['view']['element']);const _0x578b72=this['editor']['plugins']['get'](Annotations);this['listenTo'](_0x578b72['collection'],'remove',(_0x4db666,_0x5d0660)=>{this['editor']['ui']['focusTracker']['remove'](_0x5d0660['view']['element']),this['_editorAnnotations']['delete'](_0x5d0660['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x13f1cf){if('function'!=typeof _0x13f1cf)throw new _0x3e2eca('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x13f1cf);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x59398c,annotations:_0x1355c4}){const _0x5c85d8=[],_0x1a3602=this['editor']['model']['document']['selection'],_0x452d5c=Array['from'](_0x1a3602['getRanges']());for(const [_0x1e2c39,_0x5dc95a]of this['_editorAnnotationsData']){const _0x4100e1=_0x34c306(_0x5dc95a),_0x1eed38=_0x1355c4['getByInnerView'](_0x1e2c39);_0x4100e1&&_0x1eed38&&_0x5c85d8['push']({'annotation':_0x1eed38,'range':_0x4100e1});}function _0x34c306(_0x56e054){for(const _0x13cdcf of _0x56e054)for(const _0x5de9f6 of _0x452d5c)if(_0x13cdcf['containsRange'](_0x5de9f6,!_0x1a3602['isCollapsed']))return _0x13cdcf;return null;}return _0x5c85d8['sort']((_0x5c587d,_0x59d368)=>{const _0x19d7e0=_0x5c587d['range'],_0x25df25=_0x59d368['range'];if(!_0x19d7e0['isEqual'](_0x25df25)){if(_0x19d7e0['containsRange'](_0x25df25,!0x0))return 0x1;if(_0x25df25['containsRange'](_0x19d7e0,!0x0))return-0x1;}return _0x5c587d['annotation']==_0x59398c?-0x1:_0x59d368['annotation']==_0x59398c?0x1:0x0;})['map'](_0x1d96b9=>_0x1d96b9['annotation']);}get['_editorAnnotationsData'](){const _0x467760=new Map();for(const _0x40480f of Array['from'](this['_dataCollectors']))for(const [_0x374461,_0x1cb278]of _0x40480f())_0x467760['set'](_0x374461,_0x1cb278);return _0x467760;}}class CommentsRestrictedEditingMode extends _0x80acac{['afterInit'](){const _0x4b4838=this['editor'];if(!_0x4b4838['plugins']['has']('RestrictedEditingModeEditing'))return;_0x4b4838['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class CommentsImportWord extends _0x80acac{constructor(_0xa3c003){super(_0xa3c003),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x2d0c80=this['editor'],_0x403def=_0x2d0c80['commands']['get']('importWord'),_0x54b483=_0x2d0c80['plugins']['get'](_0x54a1c8);_0x403def&&(_0x403def['on']('execute',(_0x4d69b,[,_0x14008c])=>{_0x14008c['collaboration_features']={'comments':!0x0,'user_id':_0x54b483['me']['id']};},{'priority':_0x2c8ac7['high']+0xa}),this['listenTo'](_0x403def,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x4d8e9a,_0x2748a5){const {comment_threads:_0x212179}=_0x2748a5;_0x212179&&_0x212179['forEach'](({thread_id:_0x990576,comments:_0xb4f9e7,is_resolved:_0x2403da})=>{const _0x2d0f8e=new Date(),_0x3c9494=_0xb4f9e7['map'](({author:_0x20e4e1,content:_0x4e1ece,created_at:_0xeb36fb})=>({'content':_0x4e1ece,'authorId':this['editor']['plugins']['get'](_0x54a1c8)['me']['id'],'createdAt':_0x2d0f8e,'attributes':{'@external':{'authorName':_0x20e4e1,'createdAt':_0xeb36fb?new Date(_0xeb36fb):new Date(),'source':'importWord'}}})),_0x39b359=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](CommentsRepository)['addCommentThread']({'channelId':_0x39b359,'threadId':_0x990576,'comments':_0x3c9494,'resolvedAt':_0x2403da?_0x2d0f8e:null});});}}class CommentsClipboard extends _0x80acac{constructor(_0x8ae151){super(_0x8ae151),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[pt,wt];}['afterInit'](){const _0x4fcc3d=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x4fcc3d,'contentInsertion',(_0xcccd53,_0x49aa44)=>this['_removeMarkersWithoutThreads'](_0x49aa44['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x51ea14){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x51ea14;const _0x1ae5c3=this['editor']['plugins']['get']('CommentsRepository');for(const _0x2c1b23 of _0x51ea14['keys']()){const [_0x596243,_0x38b71a]=_0x2c1b23['split'](':');'comment'!=_0x596243||_0x1ae5c3['hasCommentThread'](_0x38b71a)||_0x51ea14['delete'](_0x2c1b23);}return _0x51ea14;}['_registerMarkerInClipboardPipeline'](){const _0x349810=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x1aca21=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x1aca21&&_0x349810['_registerMarkerToCopy']('comment',_0x1aca21);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x3dd0cf){switch(_0x3dd0cf){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}function Pt(_0x2f7e7e){const _0x5eefe3=_0x2f7e7e['split'](':');return{'group':_0x5eefe3[0x0],'id':_0x5eefe3[0x1],'part':_0x5eefe3[0x2]};}class ShowCommentHighlights extends _0x80acac{['init'](){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}['overrideMarkerConverters'](){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0x11927b,_0x5c2582)=>{if(!_0x5c2582['options']['showCommentHighlights'])return null;if(_0x5c2582['options']['ignoreResolvedComments']){const {id:_0x39ea71}=Pt(_0x11927b['markerName']),_0x468257=this['editor']['plugins']['get'](CommentsRepository);if(_0x468257['getCommentThread'](_0x39ea71)?.['isResolved']&&_0x11927b['item'])return _0x5c2582['consumable']['consume'](_0x11927b['item'],'addMarker:'+_0x11927b['markerName']),_0x5c2582['consumable']['consume'](_0x11927b['item'],'removeMarker:'+_0x11927b['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x1c27a6=>{_0x1c27a6['on']('addMarker:comment',(_0x22f70c,_0x5df0c8,_0x25d522)=>{if(!_0x25d522['options']['showCommentHighlights'])return;const _0x1fe165=_0x5df0c8['item'];if(!_0x1fe165)return;const _0x46b0c1=_0x25d522['mapper']['toViewElement'](_0x1fe165);this['editor']['model']['schema']['isObject'](_0x1fe165)&&_0x46b0c1&&!_0x46b0c1['getCustomProperty']('widget')&&_0x46b0c1['is']('containerElement')&&It(_0x46b0c1,_0x25d522['writer']);},{'priority':'high'});});}['overrideHorizontalRuleConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x4a94b2,{writer:_0x39420d,options:_0xf7dc0b})=>{if(!_0xf7dc0b['showCommentHighlights'])return null;const _0x583621=_0x39420d['createContainerElement']('div'),_0xf7c753=_0x39420d['createEmptyElement']('hr');return _0x39420d['addClass']('ck-horizontal-line',_0x583621),_0x39420d['insert'](_0x39420d['createPositionAt'](_0x583621,0x0),_0xf7c753),_0x583621;},'converterPriority':'high'});}['overrideImageInlineConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x51ae41,{writer:_0x1b0701,options:_0x565376})=>{if(!_0x565376['showCommentHighlights'])return null;const _0x298d41=_0x1b0701['createContainerElement']('span'),_0x22560d=_0x1b0701['createEmptyElement']('img');return _0x1b0701['addClass']('image-inline',_0x298d41),_0x1b0701['insert'](_0x1b0701['createPositionAt'](_0x298d41,0x0),_0x22560d),_0x298d41;},'converterPriority':'high'});}['overrideMediaEmbedConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x2a070f,{writer:_0x38911f,options:_0x921ce8})=>{if(_0x921ce8['showCommentHighlights'])return _0x38911f['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x37acf9,_0x54b926,_0x1057db)=>{_0x1057db['options']['showCommentHighlights']&&_0x37acf9['stop']();},{'priority':'high'});}}class CommentsEditing extends _0x80acac{static get['requires'](){return[CommentsRepository,EditorAnnotations,_0x54a1c8,CommentsRestrictedEditingMode,CommentsImportWord,CommentsClipboard,ShowCommentHighlights];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5dd635){super(_0x5dd635),this['set']('isThreadsLoadingPaused',!0x0),_0x5dd635['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x17bb0d,_0x44ded1,_0x5b3035,_0x287808)=>{const _0x50d1bc=_0x5dd635['plugins']['get'](CommentsRepository),_0xb8080a=_0x5b3035?Pt(_0x5b3035)['id']:null;_0x5dd635['model']['change'](()=>{if(_0xb8080a){const _0x1f2951=this['getAllMarkersForId'](_0xb8080a);for(const _0xa4fade of _0x1f2951)_0x5dd635['editing']['reconvertMarker'](_0xa4fade);}if(_0x287808){const {id:_0x56d4b3}=Pt(_0x287808),_0x50a644=_0x50d1bc['getCommentThread'](_0x56d4b3);if(_0x50a644&&_0x50a644['unlinkedAt'])return;if(_0x50a644&&!_0x50a644['isAttached'])return;const _0x500e6c=this['getAllMarkersForId'](_0x56d4b3);for(const _0x13d9ec of _0x500e6c)_0x5dd635['editing']['reconvertMarker'](_0x13d9ec);}}),_0xb8080a&&this['scrollToThreadMarker'](_0xb8080a);}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x5b8a3c=this['editor'],_0x44d1d8=_0x5b8a3c['plugins']['get'](CommentsRepository),_0x113bd2=_0x5b8a3c['config']['get']('collaboration.channelId'),_0x1c08c2=_0x44d1d8['getCommentThreads']()['filter'](_0x6f6b9b=>_0x6f6b9b['channelId']!==_0x113bd2);_0x5b8a3c['commands']['add']('addCommentThread',new AddCommentThreadCommand(_0x5b8a3c)),this['listenTo'](_0x5b8a3c,'change:isReadOnly',(_0xa0f965,_0x311046,_0x130b04)=>{_0x44d1d8['switchReadOnly'](_0x130b04,_0x5b8a3c['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x44d1d8,Vt('addCommentThread',_0x113bd2),(_0x2816f3,{threadId:_0x5dc975})=>{const _0x172bcb=this['editor']['plugins']['get'](CommentsRepository)['getCommentThread'](_0x5dc975);_0x172bcb?.['unlinkedAt']&&this['_attachArchivedThread'](_0x5dc975);}),this['listenTo'](_0x44d1d8,Vt('removeCommentThread',_0x113bd2),(_0x424642,{threadId:_0x3707ec})=>{_0x5b8a3c['model']['enqueueChange']({'isUndoable':!0x1},_0x33332d=>{const _0x31041d=this['getAllMarkersForId'](_0x3707ec);for(const _0x3b33b1 of _0x31041d)_0x33332d['removeMarker'](_0x3b33b1);});}),this['listenTo'](_0x44d1d8,Vt('resolveCommentThread',_0x113bd2),(_0x55cfb3,{threadId:_0x199471})=>{this['_reconvertMarkers'](_0x199471);const _0x5eb96a=this['editor']['plugins']['get'](Annotations);(this['editor']['editing']['view']['hasDomSelection']||_0x5eb96a['collection']['isFocused'])&&(this['editor']['plugins']['get'](CommentsRepository)['getCommentThread'](_0x199471)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x44d1d8,Vt('reopenCommentThread',_0x113bd2),(_0x23a9b7,{threadId:_0x1b92d1})=>{this['_reconvertMarkers'](_0x1b92d1);},{'priority':'low'}),this['listenTo'](_0x44d1d8,Vt('addComment',_0x113bd2),(_0x250ecc,{threadId:_0x54c979,isFromAdapter:_0x1eb968})=>{const _0xca8bb4=this['getAllMarkersForId'](_0x54c979);if(_0x1eb968||0x0==_0xca8bb4['length']||!_0x44d1d8['hasCommentThread'](_0x54c979))return;0x1===_0x44d1d8['getCommentThread'](_0x54c979)['length']&&_0x5b8a3c['model']['enqueueChange']({'isUndoable':!0x1},_0x2bf387=>{for(const _0x3c5966 of _0xca8bb4)_0x2bf387['updateMarker'](_0x3c5966,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0x1c08c2);}['afterInit'](){!async function(_0x3cec2f){const _0x5e83c5=_0x2ebf1a([0x4b,0x70,0x4f,0x42,0x4a,0x47,0x4e,0x53,0x45,0x67,0x71,0x43,0x79,0x66,0x56,0x46,0x31,0x6b,0x5a,0x38,0x6c,0x62,0x6e,0x52,0x6a,0x4d,0x37,0x65,0x49,0x7a,0x41,0x73,0x44,0x51,0x48,0x77,0x39,0x61,0x54,0x68,0x75,0x36,0x72,0x63,0x59,0x69,0x30,0x35,0x55,0x6d,0x50,0x4c,0x34,0x64,0x33,0x58,0x32,0x57,0x6f,0x74,0x76,0x78]),_0x25f6ba=0x73460ab3,_0x2d6fdf=0x73418093^_0x25f6ba,_0x56279e=window[_0x2ebf1a([0x44,0x61,0x74,0x65])][_0x2ebf1a([0x6e,0x6f,0x77])](),_0x4b3478=_0x3cec2f[_0x2ebf1a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x27cf44=new window[(_0x2ebf1a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x234d5b=>{_0x4b3478[_0x2ebf1a([0x6f,0x6e,0x63,0x65])](_0x2ebf1a([0x72,0x65,0x61,0x64,0x79]),_0x234d5b);}),_0xdfa3bd={[_0x2ebf1a([0x6b,0x74,0x79])]:_0x2ebf1a([0x45,0x43]),[_0x2ebf1a([0x75,0x73,0x65])]:_0x2ebf1a([0x73,0x69,0x67]),[_0x2ebf1a([0x63,0x72,0x76])]:_0x2ebf1a([0x50,0x2d,0x32,0x35,0x36]),[_0x2ebf1a([0x78])]:_0x2ebf1a([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x2ebf1a([0x79])]:_0x2ebf1a([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x2ebf1a([0x61,0x6c,0x67])]:_0x2ebf1a([0x45,0x53,0x32,0x35,0x36])},_0x5b84a4=_0x4b3478[_0x2ebf1a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2ebf1a([0x67,0x65,0x74])](_0x2ebf1a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x46731c(){let _0x495704,_0x240808=null,_0x1e0836=null;try{if(_0x5b84a4==_0x2ebf1a([0x47,0x50,0x4c]))return _0x2ebf1a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x495704=_0xfd047b(),!_0x495704)return _0x2ebf1a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x495704[_0x2ebf1a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1e0836=_0x643d5(_0x495704[_0x2ebf1a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x495704[_0x2ebf1a([0x6a,0x74,0x69])])),await _0x2f0e38()?_0x225360()?_0x40a8f0()?_0x2ebf1a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1a55fc()?(_0x495704[_0x2ebf1a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2ebf1a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x240808=_0x101418(_0x2ebf1a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x13afa6()):_0x2ebf1a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2ebf1a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2ebf1a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2ebf1a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x40a8f0(){const _0x57ad38=[_0x2ebf1a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2ebf1a([0x74,0x72,0x69,0x61,0x6c])][_0x2ebf1a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x495704[_0x2ebf1a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x56279e/0x3e8:0xe10*_0x2d6fdf;return _0x495704[_0x2ebf1a([0x65,0x78,0x70])]<_0x57ad38;}function _0x225360(){const _0x13c8c7=_0x495704[_0x2ebf1a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x13c8c7)return!0x1;if(_0x13c8c7[_0x2ebf1a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ebf1a([0x2a])))return!0x0;if(_0x13c8c7[_0x2ebf1a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ebf1a([0x43,0x4d,0x54])))return!0x0;if(_0x13c8c7[_0x2ebf1a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ebf1a([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))&&_0x3ed351())return!0x0;if(_0x13c8c7[_0x2ebf1a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ebf1a([0x52,0x43,0x4d,0x54]))){if(_0x135e0f())return!0x0;if(_0x25acce()||_0x54cd65())return!0x0;}return!0x1;}function _0x1a55fc(){const _0x88360d=_0x495704[_0x2ebf1a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x88360d||0x0==_0x88360d[_0x2ebf1a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4292b8}=new URL(window[_0x2ebf1a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x88360d[_0x2ebf1a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4292b8))return!0x0;const _0x49db0d=_0x4292b8[_0x2ebf1a([0x73,0x70,0x6c,0x69,0x74])](_0x2ebf1a([0x2e]));return _0x88360d[_0x2ebf1a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5a840a=>_0x5a840a[_0x2ebf1a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ebf1a([0x2a])))[_0x2ebf1a([0x6d,0x61,0x70])](_0x59376c=>_0x59376c[_0x2ebf1a([0x73,0x70,0x6c,0x69,0x74])](_0x2ebf1a([0x2e])))[_0x2ebf1a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3c58b9=>_0x3c58b9[_0x2ebf1a([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x49db0d[_0x2ebf1a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2ebf1a([0x6d,0x61,0x70])](_0x1e8de9=>Array(_0x49db0d[_0x2ebf1a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1e8de9[_0x2ebf1a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2ebf1a([0x66,0x69,0x6c,0x6c])](_0x1e8de9[0x0]===_0x2ebf1a([0x2a])?_0x2ebf1a([0x2a]):'')[_0x2ebf1a([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1e8de9))[_0x2ebf1a([0x73,0x6f,0x6d,0x65])](_0x4def17=>_0x49db0d[_0x2ebf1a([0x65,0x76,0x65,0x72,0x79])]((_0x2d0d76,_0xd8e48)=>_0x4def17[_0xd8e48]===_0x2d0d76||_0x4def17[_0xd8e48]===_0x2ebf1a([0x2a])));}function _0x13afa6(){return _0x240808&&_0x1e0836?new window[(_0x2ebf1a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x40e13f,_0x1181be)=>{_0x240808[_0x2ebf1a([0x74,0x68,0x65,0x6e])](_0x40e13f,_0x1181be),_0x1e0836[_0x2ebf1a([0x74,0x68,0x65,0x6e])](_0x3ea76e=>{_0x3ea76e!=_0x2ebf1a([0x56,0x61,0x6c,0x69,0x64])&&_0x40e13f(_0x3ea76e);},_0x1181be);}):_0x240808||_0x1e0836||_0x2ebf1a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x643d5(_0x12ce0e,_0x504acd){return new window[(_0x2ebf1a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x35ea80=>{if(_0x1f3630())return _0x35ea80(_0x2ebf1a([0x56,0x61,0x6c,0x69,0x64]));_0x150ef6(),_0x4b3478[_0x2ebf1a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2ebf1a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x300d86=!0x1;const _0x29ca67=_0x498f3d();function _0x227cd2(_0x4a14a8){return!!_0x4a14a8&&(typeof _0x4a14a8===_0x2ebf1a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4a14a8===_0x2ebf1a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4a14a8[_0x2ebf1a([0x74,0x68,0x65,0x6e])]===_0x2ebf1a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4a14a8[_0x2ebf1a([0x63,0x61,0x74,0x63,0x68])]===_0x2ebf1a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4aa88c(_0x22c015){_0x470963(_0x22c015)[_0x2ebf1a([0x74,0x68,0x65,0x6e])](_0x264f7a=>{if(!_0x264f7a||_0x264f7a[_0x2ebf1a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2ebf1a([0x6f,0x6b]))return _0x2ebf1a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x242b62(_0x146ba8(_0x29ca67+_0x504acd))!=_0x264f7a[_0x2ebf1a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2ebf1a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2ebf1a([0x56,0x61,0x6c,0x69,0x64]);})[_0x2ebf1a([0x74,0x68,0x65,0x6e])](_0x4a5a99=>(_0x452786(),_0x4a5a99),()=>{const _0x20e76a=_0x17cc69();return null==_0x20e76a?(_0x452786(),_0x2ebf1a([0x56,0x61,0x6c,0x69,0x64])):_0x2ebf1a(_0x56279e-_0x20e76a>(0x574a8eb3^_0x25f6ba)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2ebf1a([0x74,0x68,0x65,0x6e])](_0x35ea80)[_0x2ebf1a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x35ea80(_0x2ebf1a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5979f6=0x7370e433^_0x25f6ba;function _0x452786(){const _0x5ad7aa=_0x2ebf1a([0x6c,0x6c,0x63,0x74,0x2d])+_0x242b62(_0x146ba8(_0x12ce0e)),_0x3058e9=_0x4dabc5(_0x242b62(window[_0x2ebf1a([0x4d,0x61,0x74,0x68])][_0x2ebf1a([0x63,0x65,0x69,0x6c])](_0x56279e/_0x5979f6)));window[_0x2ebf1a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2ebf1a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5ad7aa,_0x3058e9);}function _0x17cc69(){const _0x46d4ee=_0x2ebf1a([0x6c,0x6c,0x63,0x74,0x2d])+_0x242b62(_0x146ba8(_0x12ce0e)),_0x5a5fbb=window[_0x2ebf1a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2ebf1a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x46d4ee);return _0x5a5fbb?window[_0x2ebf1a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4dabc5(_0x5a5fbb),0x10)*_0x5979f6:null;}function _0x470963(_0x10bce2){return new window[(_0x2ebf1a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3ee883,_0x4ad022)=>{_0x10bce2[_0x2ebf1a([0x74,0x68,0x65,0x6e])](_0x3ee883,_0x4ad022),window[_0x2ebf1a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4ad022,0x7347de73^_0x25f6ba);});}}_0x4b3478[_0x2ebf1a([0x6f,0x6e])](_0x2ebf1a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x8f80f5,_0x12fea0)=>{if(_0x12fea0[0x0]!=_0x12ce0e)return _0x35ea80(_0x2ebf1a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x12fea0[0x1]={..._0x12fea0[0x1],[_0x2ebf1a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x29ca67};},{[_0x2ebf1a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2ebf1a([0x68,0x69,0x67,0x68])}),_0x4b3478[_0x2ebf1a([0x6f,0x6e])](_0x2ebf1a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x426ca6=>{_0x227cd2(_0x426ca6[_0x2ebf1a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x300d86=!0x0,_0x4aa88c(_0x426ca6[_0x2ebf1a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2ebf1a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2ebf1a([0x6c,0x6f,0x77])}),_0x27cf44[_0x2ebf1a([0x74,0x68,0x65,0x6e])](()=>{_0x300d86||_0x35ea80(_0x2ebf1a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1f3630(){return _0x4b3478[_0x2ebf1a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2ebf1a([0x76,0x69,0x65,0x77])][_0x2ebf1a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2ebf1a([0x61,0x75,0x74,0x6f]);}function _0x150ef6(){_0x4b3478[_0x2ebf1a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2ebf1a([0x76,0x69,0x65,0x77])][_0x2ebf1a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2ebf1a([0x61,0x75,0x74,0x6f]);}}function _0x101418(_0x5b038d){const _0x2713ac=[new window[(_0x2ebf1a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xfa2c43=>setTimeout(_0xfa2c43,0x734f347f^_0x25f6ba)),_0x27cf44[_0x2ebf1a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2ebf1a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x38a617=>{let _0x4d8f81=0x0;_0x4b3478[_0x2ebf1a([0x6d,0x6f,0x64,0x65,0x6c])][_0x2ebf1a([0x6f,0x6e])](_0x2ebf1a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x546001,_0x500c84)=>{_0x500c84[0x0][_0x2ebf1a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4d8f81++,_0x4d8f81==(0x73460f5b^_0x25f6ba)&&(_0x38a617(),_0x546001[_0x2ebf1a([0x6f,0x66,0x66])]());});}))];return window[_0x2ebf1a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2ebf1a([0x72,0x61,0x63,0x65])](_0x2713ac)[_0x2ebf1a([0x74,0x68,0x65,0x6e])](()=>_0x5b038d);}async function _0xe0eae1(){await _0x27cf44,_0x4b3478[_0x2ebf1a([0x6d,0x6f,0x64,0x65,0x6c])][_0x2ebf1a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x8a25f,_0x4b3478[_0x2ebf1a([0x6d,0x6f,0x64,0x65,0x6c])][_0x2ebf1a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x8a25f,_0x4b3478[_0x2ebf1a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2ebf1a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3ed351(){return window[_0x2ebf1a([0x67,0x6c,0x6f,0x62])]&&window[_0x2ebf1a([0x67,0x6c,0x6f,0x62])][_0x2ebf1a([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x135e0f(){return _0x27e908(_0x2ebf1a([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x15d16e(_0x2ebf1a([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x2ebf1a([0x73,0x74,0x61,0x74,0x65])]==_0x2ebf1a([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x25acce(){return _0x27e908(_0x2ebf1a([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0x54cd65(){return _0x27e908(_0x2ebf1a([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x4f5d72(_0x5e1566){const _0x31198b=_0x5d86e4();_0x4b3478[_0x31198b]=_0x2ebf1a([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5e1566,_0x5e1566!=_0x2ebf1a([0x56,0x61,0x6c,0x69,0x64])&&_0xe0eae1();}function _0x5d86e4(){const _0x3e6ed3=window[_0x2ebf1a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2ebf1a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2ebf1a([0x6e,0x6f,0x77])]())[_0x2ebf1a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2ebf1a([0x2e]),'');let _0x302805=_0x2ebf1a([0x4b]);for(let _0x47bbdc=0x0;_0x47bbdc<_0x3e6ed3[_0x2ebf1a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x47bbdc+=0x2){let _0x29ed49=window[_0x2ebf1a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3e6ed3[_0x2ebf1a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x47bbdc,_0x47bbdc+0x2));_0x29ed49>=_0x5e83c5[_0x2ebf1a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x29ed49-=_0x5e83c5[_0x2ebf1a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x302805+=_0x5e83c5[_0x29ed49];}return _0x302805;}function _0xfd047b(){const _0x422481=_0x5b84a4[_0x2ebf1a([0x73,0x70,0x6c,0x69,0x74])](_0x2ebf1a([0x2e]));if(0x3!=_0x422481[_0x2ebf1a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x78a29a(_0x422481[0x1]);function _0x78a29a(_0x3571f9){const _0xa6bd3c=_0x29936a(_0x3571f9);return _0xa6bd3c&&_0x53f692()?_0xa6bd3c:null;function _0x53f692(){const _0xe8d968=_0xa6bd3c[_0x2ebf1a([0x6a,0x74,0x69])],_0x12c06e=window[_0x2ebf1a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xe8d968[_0x2ebf1a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xe8d968[_0x2ebf1a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x160ea6={..._0xa6bd3c,[_0x2ebf1a([0x6a,0x74,0x69])]:_0xe8d968[_0x2ebf1a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xe8d968[_0x2ebf1a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x160ea6[_0x2ebf1a([0x76,0x63])],_0x146ba8(_0x160ea6)==_0x12c06e;}}}async function _0x2f0e38(){let _0x291a0f=!0x0;try{const _0xd55e63=_0x5b84a4[_0x2ebf1a([0x73,0x70,0x6c,0x69,0x74])](_0x2ebf1a([0x2e])),[_0x1acce2,_0x12bd3e,_0x344533]=_0xd55e63;return _0x1145b9(_0x1acce2),await _0x1c808b(_0x1acce2,_0x12bd3e,_0x344533),_0x291a0f;}catch{return!0x1;}function _0x1145b9(_0x5db9f3){const _0x3bd829=_0x29936a(_0x5db9f3);_0x3bd829&&_0x3bd829[_0x2ebf1a([0x61,0x6c,0x67])]==_0x2ebf1a([0x45,0x53,0x32,0x35,0x36])||(_0x291a0f=!0x1);}async function _0x1c808b(_0x4059a4,_0xe8caa4,_0x3b0a0e){const _0xd3303b=window[_0x2ebf1a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2ebf1a([0x66,0x72,0x6f,0x6d])](_0x303c15(_0x3b0a0e),_0x3bc2c7=>_0x3bc2c7[_0x2ebf1a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x30b51f=new window[(_0x2ebf1a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2ebf1a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4059a4+_0x2ebf1a([0x2e])+_0xe8caa4),_0x1c3385=window[_0x2ebf1a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2ebf1a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1c3385)return;const _0x24e5dc=await _0x1c3385[_0x2ebf1a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2ebf1a([0x6a,0x77,0x6b]),_0xdfa3bd,{[_0x2ebf1a([0x6e,0x61,0x6d,0x65])]:_0x2ebf1a([0x45,0x43,0x44,0x53,0x41]),[_0x2ebf1a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2ebf1a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2ebf1a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1c3385[_0x2ebf1a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2ebf1a([0x6e,0x61,0x6d,0x65])]:_0x2ebf1a([0x45,0x43,0x44,0x53,0x41]),[_0x2ebf1a([0x68,0x61,0x73,0x68])]:{[_0x2ebf1a([0x6e,0x61,0x6d,0x65])]:_0x2ebf1a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x24e5dc,_0xd3303b,_0x30b51f)||(_0x291a0f=!0x1);}}function _0x29936a(_0xe24741){return _0xe24741[_0x2ebf1a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2ebf1a([0x65,0x79]))?JSON[_0x2ebf1a([0x70,0x61,0x72,0x73,0x65])](_0x303c15(_0xe24741)):null;}function _0x303c15(_0x1af78a){return window[_0x2ebf1a([0x61,0x74,0x6f,0x62])](_0x1af78a[_0x2ebf1a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2ebf1a([0x2b]))[_0x2ebf1a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2ebf1a([0x2f])));}function _0x146ba8(_0x37a497){let _0x139d57=0x1505;function _0x5ab672(_0x5d8598){for(let _0x4db8ca=0x0;_0x4db8ca<_0x5d8598[_0x2ebf1a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4db8ca++){const _0x185d74=_0x5d8598[_0x2ebf1a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4db8ca);_0x139d57=(_0x139d57<<0x5)+_0x139d57+_0x185d74,_0x139d57&=_0x139d57;}}function _0x1629b2(_0xd4e8c2){Array[_0x2ebf1a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xd4e8c2)?_0xd4e8c2[_0x2ebf1a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1629b2):_0xd4e8c2&&typeof _0xd4e8c2==_0x2ebf1a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2ebf1a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xd4e8c2)[_0x2ebf1a([0x73,0x6f,0x72,0x74])]()[_0x2ebf1a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xfccdd6,_0x45584e])=>{_0x5ab672(_0xfccdd6),_0x1629b2(_0x45584e);}):_0x5ab672(window[_0x2ebf1a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xd4e8c2));}return _0x1629b2(_0x37a497),_0x139d57>>>0x0;}function _0x242b62(_0x41c6b4){return _0x41c6b4[_0x2ebf1a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2ebf1a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2ebf1a([0x30]));}function _0x4dabc5(_0x3eb52f){return _0x3eb52f[_0x2ebf1a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2ebf1a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2ebf1a([0x6a,0x6f,0x69,0x6e])]('');}function _0x27e908(_0x48da68){return _0x4b3478[_0x2ebf1a([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2ebf1a([0x68,0x61,0x73])](_0x48da68);}function _0x15d16e(_0x3a350e){return _0x4b3478[_0x2ebf1a([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2ebf1a([0x67,0x65,0x74])](_0x3a350e);}function _0x8a25f(){}function _0x2ebf1a(_0x28af94){return _0x28af94['map'](_0x5b1560=>String['fromCharCode'](_0x5b1560))['join']('');}_0x4f5d72(await _0x46731c());}(this);}['destroy'](){const _0x54fc2f=this['editor']['plugins']['get'](CommentsRepository),_0x56c342=this['editor']['config']['get']('collaboration.channelId');for(const _0x27989b of _0x54fc2f['getCommentThreads']({'channelId':_0x56c342}))_0x54fc2f['_detachCommentThread'](_0x27989b['id']),_0x54fc2f['_threads']['delete'](_0x27989b['id']);super['destroy']();}['hasMarkerForId'](_0x4cfd87){return this['getAllMarkersForId'](_0x4cfd87)['length']>0x0;}['getAllMarkersForId'](_0x34ab2c){const _0x3b0fb6=[];for(const _0x582983 of this['editor']['model']['markers'])_0x582983['name']['startsWith']('comment:'+_0x34ab2c)&&_0x3b0fb6['push'](_0x582983);return _0x3b0fb6;}['scrollToThreadMarker'](_0x3ecdeb){setTimeout(()=>{const _0x1dbe36=this['_getTargetForId'](_0x3ecdeb);if(!_0x1dbe36)return;this['activeMarker']&&Pt(this['activeMarker'])['id']===_0x3ecdeb&&_0x1151f1({'target':_0x1dbe36[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x5f483a){this['editor']['model']['change'](()=>{for(const _0x2e5bcc of this['getAllMarkersForId'](_0x5f483a))this['editor']['editing']['reconvertMarker'](_0x2e5bcc);});}['_attachArchivedThread'](_0x43304b){const _0x256590=this['editor']['plugins']['get'](CommentsRepository),_0x154854=this['editor']['plugins']['get'](EditorAnnotations),_0x30bfea=_0x256590['getCommentThread'](_0x43304b);if(!_0x30bfea['isAttached']){const _0x5e9d1c=_0x30bfea['attachTo'](()=>this['_getTargetForId'](_0x30bfea['id']));_0x154854['registerAnnotation'](_0x5e9d1c),_0x30bfea['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x3ed4be=this['editor'],_0x1ef2b1=_0x3ed4be['plugins']['get'](_0x54a1c8);_0x3ed4be['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x2048ea,_0x500297)=>{const {id:_0x56a356}=Pt(_0x2048ea['markerName']),_0x476784=_0x3ed4be['plugins']['get'](CommentsRepository)['getCommentThread'](_0x56a356),_0x38080e=this['activeMarker']&&Pt(this['activeMarker'])['id']===_0x56a356;let _0x49bf19;if(_0x476784&&_0x476784['isResolved']&&!_0x38080e&&_0x2048ea['item'])return _0x500297['consumable']['consume'](_0x2048ea['item'],'addMarker:'+_0x2048ea['markerName']),_0x500297['consumable']['consume'](_0x2048ea['item'],'removeMarker:'+_0x2048ea['markerName']),null;const _0x458e1b=['ck-comment-marker'];return _0x38080e&&_0x458e1b['push']('ck-comment-marker--active'),_0x49bf19=_0x476784?.['length']?_0x476784['comments']['first']['author']['id']:_0x1ef2b1['me']['id'],{'classes':_0x458e1b,'attributes':{'data-comment':_0x56a356,'data-author-id':_0x49bf19}};}}),_0x3ed4be['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x5e567b,{options:_0x127aab})=>{if(_0x127aab['showCommentHighlights'])return null;const _0x96a5b1=_0x3ed4be['plugins']['get'](CommentsRepository),_0x361343=_0x3ed4be['model']['markers']['get'](_0x5e567b),{id:_0x171263,part:_0x3da301}=Pt(_0x5e567b);return _0x361343&&!_0x361343['affectsData']||_0x127aab['ignoreResolvedComments']&&_0x96a5b1['getCommentThread'](_0x171263)?.['isResolved']?null:{'group':'comment','name':_0x3da301?_0x171263+':'+_0x3da301:_0x171263};}}),_0x3ed4be['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x3741d5,{writer:_0x8df948})=>_0x8df948['createElement']('$marker',{'data-name':'comment:'+_0x3741d5['getAttribute']('id')})}),_0x3ed4be['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x3ee460=this['editor'],_0x183f04=_0x3ee460['plugins']['get'](CommentsRepository),_0x331d62=new Set(),_0x231fcd=new Set();_0x3ee460['model']['document']['registerPostFixer'](_0x151ca9=>{let _0x5d4f78=!0x1;for(const {name:_0x2b85f8,data:_0x4feffd}of _0x3ee460['model']['document']['differ']['getChangedMarkers']()){const {group:_0x3b5541,id:_0x182b86}=Pt(_0x2b85f8);let _0x9f2c7d=_0x4feffd['newRange'];if('comment'!==_0x3b5541||!_0x9f2c7d)continue;const _0x1bf032='$graveyard'===_0x9f2c7d['root']['rootName'];_0x1bf032||(_0x9f2c7d=Lt(_0x9f2c7d,_0x3ee460['model']),!_0x9f2c7d||_0x9f2c7d['isCollapsed']||!_0x4feffd['newRange']||_0x9f2c7d['isEqual'](_0x4feffd['newRange']))?_0x3ee460['model']['hasContent'](_0x9f2c7d)&&!_0x1bf032?this['isThreadsLoadingPaused']?_0x331d62['add'](_0x2b85f8):this['_handleThreadMarker'](_0x2b85f8,_0x182b86):(_0x231fcd['add'](_0x2b85f8),_0x331d62['delete'](_0x2b85f8),_0x151ca9['removeMarker'](_0x2b85f8),_0x5d4f78=!0x0):(_0x151ca9['updateMarker'](_0x2b85f8,{'range':_0x9f2c7d}),_0x5d4f78=!0x0);}return _0x5d4f78;}),this['on']('change:isThreadsLoadingPaused',(_0x27556a,_0xce9703,_0x312eba)=>{if(!_0x312eba&&_0x331d62['size'])for(const _0x5ec5fc of _0x331d62){const {id:_0x1ab7d5}=Pt(_0x5ec5fc);_0x331d62['delete'](_0x5ec5fc),_0x3ee460['model']['markers']['get'](_0x5ec5fc)&&this['_handleThreadMarker'](_0x5ec5fc,_0x1ab7d5);}}),this['listenTo'](_0x3ee460['model']['document'],'change',()=>{for(const {name:_0x17b1be,data:{newRange:_0x5f14c0}}of _0x3ee460['model']['document']['differ']['getChangedMarkers']()){const {group:_0x3a8081,id:_0x132f60}=Pt(_0x17b1be);if('comment'!==_0x3a8081)continue;const _0x3e6fe7=_0x183f04['getCommentThread'](_0x132f60),_0x1b0977=this['hasMarkerForId'](_0x132f60);_0x3e6fe7&&(!_0x3e6fe7['_hasTargetInContent']&&_0x5f14c0&&_0x3ee460['editing']['view']['once']('render',()=>{const _0x21fd61=_0x3ee460['plugins']['get'](Annotations),_0x2380cf=_0x183f04['_threadToController']['get'](_0x3e6fe7)['view'];_0x21fd61['getByInnerView'](_0x2380cf)['refreshVisibility']();},{'priority':'low'}),_0x3e6fe7['_hasTargetInContent']=_0x1b0977||!!_0x5f14c0),_0x5f14c0||(_0x231fcd['add'](_0x17b1be),_0x331d62['delete'](_0x17b1be));}for(const _0x326294 of _0x231fcd){const {id:_0x29df3a}=Pt(_0x326294),_0x454c55=_0x183f04['getCommentThread'](_0x29df3a);if(_0x331d62['delete'](_0x326294),!_0x454c55)continue;const _0x138b21=this['hasMarkerForId'](_0x29df3a);_0x138b21||_0x454c55['isSubmitted']?_0x138b21||_0x454c55['unlinkedAt']||_0x454c55['setUnlinkedAt'](new Date()):_0x454c55['remove']();}_0x231fcd['clear']();});}['_handleInitialThreads'](_0x525ed2){_0x525ed2['forEach'](_0x1c9945=>{_0x1c9945['unlinkedAt']&&this['_attachArchivedThread'](_0x1c9945['id']);});}['_getTargetForId'](_0x1693b4){const _0x54427c=this['editor'],_0x212679=this['getAllMarkersForId'](_0x1693b4);return _0x35677a(_0x54427c['editing'],_0x212679);}['_getTextContext'](_0x27d02a){const _0x305831=this['getAllMarkersForId'](_0x27d02a);let _0x15d1b9='',_0x25a34e=!0x1;for(const _0x315b74 of _0x305831){const _0xc99403=_0x315b74['getRange']();for(const _0x418cf0 of Array['from'](_0xc99403['getItems']()))_0x418cf0['is']('$textProxy')?(_0x15d1b9&&_0x25a34e&&(_0x15d1b9+='\x20',_0x25a34e=!0x1),_0x15d1b9+=_0x418cf0['data']):_0x25a34e=!0x0;_0x25a34e=!0x0;}return _0x15d1b9['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x20c63a,_0x4844e8){const _0x1b4469=this['editor'],_0x6bd63a=_0x1b4469['plugins']['get'](CommentsRepository);let _0x53bd7d=_0x6bd63a['getCommentThread'](_0x4844e8);const _0x3bda0b=_0x1b4469['config']['get']('collaboration.channelId'),_0x2bdc52=_0x1b4469['plugins']['get'](EditorAnnotations);if(_0x53bd7d&&(_0x53bd7d['unlinkedAt']&&_0x53bd7d['setUnlinkedAt'](null),_0x53bd7d['isAttached']))return _0x53bd7d;return!this['getAllMarkersForId'](_0x4844e8)[0x0]['managedUsingOperations']?_0x1b4469['editing']['view']['once']('render',()=>{if(_0x6bd63a['getCommentThread'](_0x4844e8))return;const _0x34b63e=_0x1b4469['plugins']['get'](Annotations);_0x53bd7d=_0x6bd63a['openNewCommentThread']({'channelId':_0x3bda0b,'threadId':_0x4844e8,'target':()=>this['_getTargetForId'](_0x4844e8),'context':{'type':'text','value':this['_getTextContext'](_0x4844e8)}});const _0x187a4e=_0x6bd63a['_threadToController']['get'](_0x53bd7d)['view'],_0xd4c641=_0x34b63e['getByInnerView'](_0x187a4e);_0xd4c641&&_0x2bdc52['registerAnnotation'](_0xd4c641);},{'priority':'low'}):_0x6bd63a['fetchCommentThread']({'channelId':_0x3bda0b,'threadId':_0x4844e8})['then'](_0x4f1fff=>{if('destroyed'!==_0x1b4469['state']){if(_0x53bd7d=_0x4f1fff,_0x53bd7d&&!_0x53bd7d['isAttached']){const _0x22e983=_0x53bd7d['attachTo'](()=>this['_getTargetForId'](_0x4844e8));_0x2bdc52['registerAnnotation'](_0x22e983),_0x53bd7d['isResolved']&&this['_reconvertMarkers'](_0x4844e8);}else{if(!_0x53bd7d){const _0x2a2e3d=this['getAllMarkersForId'](_0x4844e8);_0x1b4469['model']['change'](_0x15eaf4=>{for(const _0x1d78c9 of _0x2a2e3d)_0x15eaf4['removeMarker'](_0x1d78c9);});}}}}),_0x53bd7d;}['_handleThreadMarker'](_0x364c52,_0x19895c){const _0x5e6f24=this['_attachMarkerToThread'](_0x364c52,_0x19895c);_0x5e6f24&&!_0x5e6f24['context']&&_0x5e6f24['setContext']({'type':'text','value':this['_getTextContext'](_0x19895c)});}['_initAriaMarkerChangeAnnouncements'](){const _0xa06d53=this['editor'];_0x54ae83(_0xa06d53['model'],({left:_0x1f8b59,entered:_0x5ad466})=>{for(const _0x4493c4 of _0x1f8b59)if(Dt(_0x4493c4)){_0xa06d53['ui']['ariaLiveAnnouncer']['announce'](vt(_0xa06d53['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x2ca929 of _0x5ad466)if(Dt(_0x2ca929)){_0xa06d53['ui']['ariaLiveAnnouncer']['announce'](vt(_0xa06d53['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0x9df65e(_0x257262)));break;}});}}function Vt(_0x5ec5e6,_0x38079e){return _0x38079e?_0x5ec5e6+':'+_0x38079e:_0x5ec5e6;}function Lt(_0x4ac18e,_0x5215ad){const _0x18ae59=_0x5215ad['schema'],_0x3c05aa=_0x5215ad['createRange'](_0x4ac18e['start']);for(const _0x3548d8 of _0x4ac18e['getWalker']()){const {type:_0x8eab1b,item:_0x298b15,nextPosition:_0x92da91}=_0x3548d8;if('text'===_0x8eab1b||_0x18ae59['isObject'](_0x298b15)){const _0x143415=_0x5215ad['createPositionBefore'](_0x298b15);_0x3c05aa['isCollapsed']&&(_0x3c05aa['start']=_0x143415),_0x3c05aa['end']=_0x92da91;}}return _0x3c05aa;}function Dt(_0x3d4261){return'comment'===Pt(_0x3d4261['name'])['group'];}class CommentsUI extends _0x80acac{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CommentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsRepository,CommentsEditing,EditorAnnotations,Annotations];}get['CommentsListView'](){return CommentsListView;}get['CommentThreadInputView'](){return CommentThreadInputView;}['init'](){const _0x4eaef6=this['editor'],_0x555d6a=_0x4eaef6['plugins']['get'](CommentsRepository),_0x4ed323=_0x4eaef6['plugins']['get'](CommentsEditing),_0x1a0c8c=_0x4eaef6['plugins']['get'](Annotations),_0x41f3fd=_0x4eaef6['plugins']['get'](EditorAnnotations);_0x4eaef6['ui']['componentFactory']['add']('comment',()=>{const _0x3f2223=this['_createUIButton'](_0x5562ed);return _0x3f2223['tooltip']=!0x0,_0x3f2223;}),_0x4eaef6['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](ot)),_0x41f3fd['addSourceCollector'](()=>{const _0x205ba5=[];for(const [_0x53e741,_0x489d2d]of _0x555d6a['_threadToController']){const _0x582292=_0x4ed323['getAllMarkersForId'](_0x53e741['id']),_0x12b4fa=_0x582292['map'](_0x2e7588=>_0x2e7588['getRange']());_0x582292['length']>0x0&&_0x205ba5['push']([_0x489d2d['view'],_0x12b4fa]);}return _0x205ba5;}),this['listenTo'](_0x1a0c8c,'change:activeAnnotations',(_0x205a9d,_0x350071,_0x44b77d)=>{const _0x5950e7=Array['from'](_0x44b77d)['map'](_0x271a9f=>_0x271a9f['innerView'])['find'](_0x3808ae=>_0x555d6a['_viewToController']['has'](_0x3808ae));if(!_0x5950e7)return void(_0x4ed323['activeMarker']=null);const _0x39f251=_0x555d6a['_viewToController']['get'](_0x5950e7)['model']['id'],_0x383155='comment:'+_0x39f251;_0x39f251&&_0x4ed323['hasMarkerForId'](_0x39f251)?_0x4ed323['activeMarker']=_0x383155:_0x4ed323['activeMarker']&&(_0x4ed323['activeMarker']=null);}),this['listenTo'](_0x555d6a,'removeCommentThread',(_0x374566,{threadId:_0x4cd337,isFromAdapter:_0x88ab5e})=>{!_0x88ab5e&&_0x4eaef6['ui']['focusTracker']['isFocused']&&_0x4ed323['hasMarkerForId'](_0x4cd337)&&_0x4eaef6['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x555d6a,'addComment',(_0x464a8c,{threadId:_0x464035,isFromAdapter:_0x439f1d})=>{if(_0x439f1d||!_0x4ed323['hasMarkerForId'](_0x464035)||!_0x555d6a['hasCommentThread'](_0x464035))return;0x1===_0x555d6a['getCommentThread'](_0x464035)['length']&&(_0x4eaef6['editing']['view']['focus'](),_0x464a8c['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3f3b52=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1da224;for(const _0xe5a44d in _0x3f3b52){const _0x270139=_0xe5a44d,_0x520bee=_0x3f3b52[_0x270139];if('commentsLicenseKeyValid'==_0x520bee||'commentsLicenseKeyInvalid'==_0x520bee||'commentsLicenseKeyExpired'==_0x520bee||'commentsLicenseKeyDomainLimit'==_0x520bee||'commentsLicenseKeyNotAllowed'==_0x520bee||'commentsLicenseKeyEvaluationLimit'==_0x520bee||'commentsLicenseKeyUsageLimit'==_0x520bee){delete _0x3f3b52[_0x270139],_0x1da224=_0x520bee,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x1da224&&_0x3f3b52['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x1da224&&_0x3f3b52['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x1da224&&_0x3f3b52['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x1da224&&_0x3f3b52['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x1da224&&_0x3f3b52['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyUsageLimit'==_0x1da224&&_0x3f3b52['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_createUIButton'](_0x33e0b4){const _0x57d7a5=this['editor'],_0x4aea04=new _0x33e0b4(_0x57d7a5['locale']),_0x32b80f=_0x57d7a5['commands']['get']('addCommentThread');return _0x4aea04['set']({'label':vt(_0x57d7a5['locale'],'Comment'),'icon':_0x47142b}),_0x4aea04['bind']('isEnabled')['to'](_0x32b80f,'isEnabled',_0x32b80f,'hasContent',(_0x18d484,_0x149eb6)=>_0x18d484&&_0x149eb6),this['listenTo'](_0x4aea04,'execute',()=>{_0x32b80f['execute']();}),_0x4aea04;}}class CommentsOnly extends _0x80acac{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsEditing];}constructor(_0x7c374){super(_0x7c374),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x536209,_0x1d0669,_0x2f5ffb)=>{_0x2f5ffb?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x17aef7,_0x131551]of this['editor']['commands'])_0x131551['affectsData']&&'addCommentThread'!==_0x17aef7&&_0x131551['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 _0x481ed7=this['editor']['editing']['view']['document'];this['listenTo'](_0x481ed7,'cut',_0x340fb0=>_0x340fb0['stop'](),{'priority':'highest'}),this['listenTo'](_0x481ed7,'clipboardInput',_0x161bbf=>_0x161bbf['stop'](),{'priority':'highest'}),this['listenTo'](_0x481ed7,'delete',_0x2933d6=>_0x2933d6['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x36e299,_0x427c69]of this['editor']['commands'])_0x427c69['affectsData']&&'addCommentThread'!==_0x36e299&&_0x427c69['clearForceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('RevisionTracker')&&this['editor']['plugins']['get']('RevisionTracker')['clearForceDisabled']('commentsOnlyMode'),this['editor']['plugins']['has']('SourceEditing')&&this['editor']['plugins']['get']('SourceEditing')['clearForceDisabled']('commentsOnlyMode'),this['editor']['commands']['get']('editSource')?.['clearForceDisabled']('commentsOnlyMode'),this['stopListening'](this['editor']['editing']['view']['document']);}}class AnnotationsUIs extends _0x2cf565{['activeUIs'];['uisData'];['_uis'];static get['requires'](){return[Annotations];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x215e55){super(_0x215e55),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}['init'](){const _0x3b9827=this['context']['plugins']['get'](Annotations);this['listenTo'](_0x3b9827,'_activateAnnotation',(_0x3332fc,_0x1c787a)=>{for(const _0x108ce1 of this['activeUIs']){const _0x3a49a7=this['_uis']['get'](_0x108ce1);(0x0,this['uisData']['get'](_0x108ce1)['filter'])(_0x1c787a)&&_0x3a49a7['setActiveAnnotation'](_0x1c787a);}}),this['listenTo'](_0x3b9827,'_deactivateAllAnnotations',()=>{for(const _0x1ef101 of this['activeUIs']){this['_uis']['get'](_0x1ef101)['setActiveAnnotation'](null);}}),this['listenTo'](_0x3b9827['_visibleAnnotations'],'add',(_0x8b1219,_0x381408)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x381408);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x17d08d){return this['activeUIs']['has'](_0x17d08d);}['activate'](_0x4c485e,_0x53a47b=this['defaultFilter']){const _0x379647=this['context']['plugins']['get'](Annotations);if(!this['_uis']['has'](_0x4c485e))throw new _0x3e2eca('annotationsuis-missing-ui',this,{'uiName':_0x4c485e});this['isActive'](_0x4c485e)&&this['deactivate'](_0x4c485e),this['activeUIs']['add'](_0x4c485e);const _0x561883=new AnnotationCollection();Ot({'source':_0x379647['_visibleAnnotations'],'target':_0x561883,'filter':_0x53a47b}),this['uisData']['set'](_0x4c485e,{'collection':_0x561883,'filter':_0x53a47b});const _0xb2807=this['_uis']['get'](_0x4c485e);_0xb2807['attach'](_0x561883),this['listenTo'](_0xb2807,'change:activeAnnotation',(_0x49c121,_0x2c4a51,_0x38d520,_0x3f676f)=>{_0x3f676f&&_0x379647['_removeActiveAnnotation'](_0x3f676f),_0x38d520&&_0x379647['_addActiveAnnotation'](_0x38d520);});}['deactivate'](_0x1e22d4){if(this['activeUIs']['delete'](_0x1e22d4),!this['_uis']['has'](_0x1e22d4))throw new _0x3e2eca('annotationsuis-missing-ui',this,{'uiName':_0x1e22d4});const _0x45177e=this['_uis']['get'](_0x1e22d4);_0x45177e['detach'](),this['stopListening'](_0x45177e),this['uisData']['get'](_0x1e22d4)['collection']['destroy'](),this['uisData']['delete'](_0x1e22d4);}['switchTo'](_0x5ced81){if(!this['_uis']['has'](_0x5ced81))throw new _0x3e2eca('annotationsuis-missing-ui',this,{'uiName':_0x5ced81});const _0x5c48cf=this['context']['plugins']['get'](Annotations),_0x274061=Array['from'](_0x5c48cf['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x5ced81);const _0x1798ab=this['_uis']['get'](_0x5ced81);_0x1798ab['setActiveAnnotation'](_0x274061),_0x1798ab['_setSelectedAnnotations']&&_0x274061&&_0x1798ab['_setSelectedAnnotations']([_0x274061]);}['deactivateAll'](){for(const _0x1340eb of this['activeUIs'])this['deactivate'](_0x1340eb);}['register'](_0xbec749,_0x561984){if(this['_uis']['has'](_0xbec749))throw new _0x3e2eca('annotationsuis-register-already-registered');if('function'!=typeof _0x561984['attach']||'function'!=typeof _0x561984['detach']||'function'!=typeof _0x561984['setActiveAnnotation'])throw new _0x3e2eca('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0xbec749,_0x561984);}['refilterAnnotations'](){const _0x3ec565=this['context']['plugins']['get'](Annotations)['collection'],_0x1c5564=new Map(),_0x448a13=Array['from'](this['activeUIs']);for(const _0xbc5a1e of this['activeUIs']){const _0xbe628c=this['uisData']['get'](_0xbc5a1e)['collection'];for(const _0x22119c of _0xbe628c)_0x1c5564['set'](_0x22119c,_0xbc5a1e);}for(const _0x208071 of _0x3ec565){const _0x8da0d5=_0x1c5564['get'](_0x208071);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x208071);const _0x581769=_0x448a13['find'](_0x38a709=>this['uisData']['get'](_0x38a709)['filter'](_0x208071));_0x8da0d5!==_0x581769&&(_0x8da0d5&&this['uisData']['get'](_0x8da0d5)['collection']['remove'](_0x208071),_0x581769&&this['uisData']['get'](_0x581769)['collection']['add'](_0x208071));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['defaultFilter'](){return!0x0;}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0xe7338){const _0x3100fd=[];for(const _0x3139a5 of this['activeUIs']){(0x0,this['uisData']['get'](_0x3139a5)['filter'])(_0xe7338)&&_0x3100fd['push'](_0x3139a5);}if(_0x3100fd['length']>0x1)throw new _0x3e2eca('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x3100fd,'annotationType':_0xe7338['type']});}}const Bt=/* #__PURE__ -- @preserve */
|
|
32
|
-
|
|
33
|
-
_0x5949d9('px');class AnnotationsSidebarItemView extends _0x5d0128{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x3071ab){super(_0x3071ab),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x16d1bf,_0x62f2be)=>_0x16d1bf+_0x62f2be),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Nt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x59c040=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x59c040['to']('isAnimationDisabled',_0x3a179e=>_0x3a179e?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x59c040['to']('top',_0x681883=>Ht(_0x681883))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x39c89d=this['element']['clientHeight'];_0x39c89d&&(this['height']=_0x39c89d);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class Sidebar extends _0x2cf565{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4aa786){super(_0x4aa786),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 _0xfc0aa6=this['context']['config']['get']('sidebar.container');_0xfc0aa6&&this['setContainer'](_0xfc0aa6);}['setContainer'](_0x4b3a12){if(!Ft(_0x4b3a12))throw new _0x3e2eca('sidebar-setcontainer-invalid-element');this['container']=_0x4b3a12;}['_attachToContainer']({viewClass:_0x10f7af='',spaceBetweenItems:_0x5780b3=0x19}={}){if(!Ft(this['container']))throw new _0x3e2eca('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x10f7af,this['_spaceBetweenItems']=_0x5780b3;}['rearrange']({removedAnnotation:_0x17562e,previousAnnotation:_0x4185f9,nextAnnotation:_0x9ab5a2}){const _0x143819=this['getSidebarItemView'](_0x17562e);this['view']['list']['remove'](_0x143819),this['_destroySidebarItemView'](_0x17562e),_0x4185f9&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x4185f9)),_0x9ab5a2&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x9ab5a2)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x5e8425,activatedAnnotation:_0x36d928,disableAnimationOnActivatedAnnotation:_0x59b55e}){if(this['_activeAnnotation']=_0x36d928,_0x5e8425){_0x5e8425['isActive']=!0x1;const _0x5d0b98=this['getSidebarItemView'](_0x5e8425);_0x5d0b98&&_0x59b55e&&(_0x5d0b98['isAnimationDisabled']=!0x1);}if(_0x36d928){const _0x10e9c2=this['getSidebarItemView'](_0x36d928);_0x10e9c2&&(_0x36d928['isActive']=!0x0,_0x59b55e&&(_0x10e9c2['isAnimationDisabled']=!0x0,_0x10e9c2['top']+=0x1),this['_alignToTargetRect'](_0x10e9c2));}}['_detachFromContainer'](_0x1f247a){if(this['view']['element']['remove'](),_0x1f247a){for(const _0x44e8a9 of _0x1f247a)this['_destroySidebarItemView'](_0x44e8a9);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x3078a7,_0x410747){_0x410747||(_0x410747=_0x3078a7['view']);const _0xa0b269=new AnnotationsSidebarItemView(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0xa0b269,_0x3078a7),this['_annotationToSidebarItemView']['set'](_0x3078a7,_0xa0b269),_0xa0b269['content']['add'](_0x410747),this['listenTo'](_0x3078a7['view'],'change:targetRect',(_0xea7737,_0x190631,_0x1029ae)=>{const _0x173d83=this['_getTargetTop'](_0x3078a7,_0x1029ae);_0xa0b269['_targetTop']!=_0x173d83&&(_0xa0b269['_targetTop']=_0x173d83,this['_setItemTop'](_0xa0b269,_0x173d83));}),this['listenTo'](_0xa0b269,'change:top',()=>{this['_recalculate'](_0xa0b269,'top');}),this['listenTo'](_0xa0b269,'change:bottom',()=>{this['_recalculate'](_0xa0b269,'bottom');}),this['_alignToTargetRect'](_0xa0b269);const _0x4ade25=this['_getItemBefore'](_0xa0b269);if(_0x4ade25)this['_alignAfterItem'](_0x4ade25,_0xa0b269)||this['_alignToTargetRect'](_0xa0b269);else this['_alignToTargetRect'](_0xa0b269);return this['_updateLastItem'](),this['view']['list']['add'](_0xa0b269),_0xa0b269;}['_alignForTopChange'](_0x55521c){if(!_0x55521c['content']['length'])return;const _0x140311=this['_getItemBefore'](_0x55521c);if(!_0x140311)return;const _0x471fc8=this['_sidebarItemViewToAnnotation']['get'](_0x140311),_0xf85128=this['_activeAnnotation'];_0xf85128&&_0xf85128===_0x471fc8?this['_alignAfterItem'](_0x140311,_0x55521c):this['_alignBeforeItem'](_0x55521c,_0x140311);}['_alignForBottomChange'](_0x584175){if(!_0x584175['content']['length'])return;const _0x96c904=this['_getItemAfter'](_0x584175);if(!_0x96c904)return;const _0x4b5b33=this['_sidebarItemViewToAnnotation']['get'](_0x96c904),_0x876e42=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0xca9367=this['_activeAnnotation'];_0xca9367&&_0xca9367===_0x4b5b33&&_0x876e42?(this['_alignBeforeItem'](_0x96c904,_0x584175),this['_alignAfterItem'](_0x584175,_0x96c904)):_0xca9367&&_0xca9367===_0x4b5b33?this['_alignBeforeItem'](_0x96c904,_0x584175):this['_alignAfterItem'](_0x584175,_0x96c904);}['_recalculate'](_0x4bde20,_0x2f6c62){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x27809f,changedProp:_0x1ff9ab}of this['_recalculateBuffer'])'top'===_0x1ff9ab?this['_alignForTopChange'](_0x27809f):this['_alignForBottomChange'](_0x27809f);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x4bde20,'changedProp':_0x2f6c62});}['getSidebarItemView'](_0x5cd890){return this['_annotationToSidebarItemView']['get'](_0x5cd890);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x51535b){const _0x3f348a=this['getSidebarItemView'](_0x51535b);this['stopListening'](_0x3f348a),this['stopListening'](_0x51535b['view']),_0x3f348a['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x51535b),this['_sidebarItemViewToAnnotation']['delete'](_0x3f348a);}['_createSidebarView'](){const _0x2c536c=new AnnotationsSidebarView(this['context']['locale']);return _0x2c536c['render'](),this['on']('change:_lastItem',(_0x4c6f50,_0x16d305,_0x32357c,_0x5dd3ff)=>{_0x5dd3ff&&_0x2c536c['unbind']('minHeight'),_0x32357c?_0x2c536c['bind']('minHeight')['to'](_0x32357c,'bottom'):_0x2c536c['minHeight']=null;}),_0x2c536c;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x511848){const _0x2aae76=this['_sidebarItemViewToAnnotation']['get'](_0x511848),_0x373d9a=_0x2aae76&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x2aae76)-0x1);return _0x373d9a&&this['getSidebarItemView'](_0x373d9a)||null;}['_getItemAfter'](_0x459602){const _0x187bf9=this['_sidebarItemViewToAnnotation']['get'](_0x459602),_0xd388ee=_0x187bf9&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x187bf9)+0x1);return _0xd388ee&&this['getSidebarItemView'](_0xd388ee)||null;}['_alignBeforeItem'](_0x472385,_0x4c8f6a){_0x472385['updateHeight']();const _0x5d4ff4=Ut(_0x4c8f6a['bottom']+this['_spaceBetweenItems'],_0x472385['top']);return!!_0x5d4ff4&&(this['_setItemTop'](_0x4c8f6a,_0x4c8f6a['top']-_0x5d4ff4),!0x0);}['_alignAfterItem'](_0x211c09,_0x50c6ac){_0x211c09['updateHeight']();const _0x5b4a6b=Ut(_0x211c09['bottom']+this['_spaceBetweenItems'],_0x50c6ac['top']);return!!_0x5b4a6b&&(this['_setItemTop'](_0x50c6ac,_0x50c6ac['top']+_0x5b4a6b,!0x1),!0x0);}['_alignToTargetRect'](_0x331fef){const _0x22dda2=this['_sidebarItemViewToAnnotation']['get'](_0x331fef);if(!_0x22dda2||!_0x22dda2['target']||!_0x22dda2['targetRect'])return;const _0x2c1bf4=this['_getTargetTop'](_0x22dda2,_0x22dda2['targetRect']);this['_setItemTop'](_0x331fef,_0x2c1bf4);}['_getTargetTop'](_0x181bd2,_0x4f763a){if(null===_0x4f763a)return 0x0;if(_0x181bd2['target']instanceof _0xc87f20)return _0x4f763a['top'];{const _0x38dae3=new _0xc87f20(this['view']['element'])['top'];return _0x4f763a['top']-_0x38dae3;}}['_setItemTop'](_0x15910a,_0x13ac6c,_0x51453e=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x51453e&&(_0x13ac6c=Math['max'](_0x13ac6c,this['_getMaxAvailableTop'](_0x15910a))),_0x15910a['top']=_0x13ac6c;}['_getMaxAvailableTop'](_0x4ef90b){let _0x8f4307=this['_getItemBefore'](_0x4ef90b),_0x2bb2d0=0x0;for(;_0x8f4307;)_0x8f4307['updateHeight'](),_0x2bb2d0+=this['_spaceBetweenItems']+_0x8f4307['height'],_0x8f4307=this['_getItemBefore'](_0x8f4307);return _0x2bb2d0;}}function Ut(_0x1dac5a,_0x312b3e){return Math['max'](_0x1dac5a-_0x312b3e,0x0);}function Ft(_0x3329d8){return null!==_0x3329d8&&'object'==typeof _0x3329d8&&0x1===_0x3329d8['nodeType'];}class WideSidebar extends _0x2cf565{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[Sidebar,AnnotationsUIs];}static get['pluginName'](){return'WideSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4730ef){super(_0x4730ef),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x2c37be(),this['_refreshPositioningDebounced']=_0x4b8c2a(()=>{_0x4730ef['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x1ff1c3=this['context']['plugins']['get'](AnnotationsUIs),_0x321e3d=this['context']['plugins']['get'](Sidebar);_0x1ff1c3['register']('wideSidebar',this),_0x321e3d['container']&&_0x1ff1c3['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x1c572d){if(_0x1c572d===this['activeAnnotation'])return;const _0x2339b5=this['context']['plugins']['get'](Sidebar);_0x2339b5['_activeAnnotation']=_0x1c572d;const _0x7192ef=this['activeAnnotation'];_0x2339b5['refresh']({'blurredAnnotation':_0x7192ef,'activatedAnnotation':_0x1c572d}),this['activeAnnotation']=_0x1c572d;}['attach'](_0x2dd8e1){this['annotations']=_0x2dd8e1;const _0x2fc58f=this['context']['plugins']['get'](Sidebar);if(_0x2fc58f['_annotations']=_0x2dd8e1,this['isAttached'])throw new _0x3e2eca('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x2fc58f,'set:container',()=>{this['detach'](),this['listenTo'](_0x2fc58f,'change:container',_0x215d71=>{_0x215d71['off'](),this['attach'](_0x2dd8e1);});}),_0x2fc58f['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x49692e=_0x550e97=>{_0x550e97['updateTargetRect'](),_0x2fc58f['addAnnotation'](_0x550e97);};for(const _0x3af694 of _0x2dd8e1)_0x49692e(_0x3af694);this['listenTo'](_0x2dd8e1,'add',(_0x56fe94,_0x19a14c)=>{_0x49692e(_0x19a14c);}),this['listenTo'](_0x2dd8e1,'remove',(_0xaff438,_0x375be5,_0x1fca2f)=>{_0x2fc58f['rearrange']({'removedAnnotation':_0x375be5,'previousAnnotation':_0x2dd8e1['get'](_0x1fca2f-0x1),'nextAnnotation':_0x2dd8e1['get'](_0x1fca2f+0x1)}),_0x375be5===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x2dd8e1,'focus',(_0x27a13b,_0x526159)=>{this['setActiveAnnotation'](_0x526159);}),this['listenTo'](_0x2dd8e1,'blur',()=>{this['setActiveAnnotation'](null);});const _0xcb5b33=this['context']instanceof _0x273f1c?this['context']['editors']:new _0x2c37be([this['context']]);for(const _0x4dd0f7 of _0xcb5b33)this['_integrateWithEditorAnnotations'](_0x4dd0f7);this['listenTo'](_0xcb5b33,'add',(_0x3e207d,_0x55a291)=>{this['listenTo'](_0x55a291,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x55a291);});}),this['listenTo'](_0xcb5b33,'remove',(_0x31b715,_0x10f5bb)=>{_0x10f5bb['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x10f5bb['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x3e2eca('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x1bf0ae=this['context']['plugins']['get'](Sidebar);_0x1bf0ae['_detachFromContainer'](this['annotations']),this['stopListening'](_0x1bf0ae),this['stopListening'](this['annotations']),this['context']instanceof _0x273f1c&&this['stopListening'](this['context']['editors']);for(const _0x1a7f86 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x1a7f86);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x53e13c){if(!_0x53e13c['plugins']['has']('EditorAnnotations'))return;const _0x3a44b6=_0x53e13c['plugins']['get']('EditorAnnotations'),_0x228ff7=()=>{const _0x24c373=_0x3a44b6['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x24c373[0x0]||null);};this['listenTo'](_0x3a44b6,'refresh',_0x228ff7),this['listenTo'](_0x3a44b6,'blur',(_0x3adeb5,{isAnnotationTracked:_0x2f58b2})=>{this['activeAnnotation']&&_0x2f58b2(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x3a44b6,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x35e72f=>{_0x3a44b6['hasDomSelection']()&&(_0x228ff7(),_0x35e72f['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3a44b6);}['_destroyEditorAnnotationsIntegration'](_0x4c8573){this['stopListening'](_0x4c8573),this['_editorAnnotations']['remove'](_0x4c8573);}}class AnnotationCounterButtonView extends _0x5562ed{['counterView'];constructor(_0x3307d6){super(_0x3307d6);const _0x98974=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x2dbd0e,_0x19725e)=>_0x2dbd0e?'...':_0x19725e['toString']()),this['set']('annotationType',''),this['icon']=_0x47142b,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new _0x5d0128(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x98974['to']('annotationType',_0xa6486=>'ck-annotation-counter__badge--'+_0xa6486),_0x98974['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x98974['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class NarrowSidebar extends _0x2cf565{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[Sidebar,AnnotationsUIs];}static get['pluginName'](){return'NarrowSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x20c5a1){super(_0x20c5a1),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=new(_0x24bdf9())(),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x2c37be(),this['_refreshPositioningDebounced']=_0x4b8c2a(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](AnnotationsUIs)['register']('narrowSidebar',this),this['bodyCollection']=new rt(this['context']['locale']),this['balloonPanelView']=new ht(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x20cc78){this['annotations']=_0x20cc78;const _0x4d134b=this['context']['plugins']['get'](Sidebar),_0x27cd0d=this['balloonPanelView'];if(_0x4d134b['_annotations']=_0x20cc78,this['isAttached'])throw new _0x3e2eca('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x4d134b,'set:container',()=>{this['detach'](),this['listenTo'](_0x4d134b,'change:container',_0x4231da=>{_0x4231da['off'](),this['attach'](_0x20cc78);});}),_0x4d134b['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x2c1b71=_0x317456=>{const _0x60fe90=new AnnotationCounterButtonView(this['context']['locale']);_0x4d134b['addAnnotation'](_0x317456,_0x60fe90),this['_annotationToNarrowView']['set'](_0x317456,_0x60fe90),_0x60fe90['bind']('isDirty','annotationType','number')['to'](_0x317456['view'],'isDirty','type','length'),_0x60fe90['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x27cd0d['content']['first']!==_0x317456['view']?(this['_showBalloon'](_0x317456),_0x317456['view']['element']['focus'](),this['setActiveAnnotation'](_0x317456)):this['setActiveAnnotation'](null);});};for(const _0x11df2f of _0x20cc78)_0x2c1b71(_0x11df2f);this['listenTo'](_0x20cc78,'add',(_0xbb8bd6,_0x2a1e0a)=>{_0x2c1b71(_0x2a1e0a);}),this['listenTo'](_0x20cc78,'remove',(_0x39fce2,_0xcaeb9,_0xba33fd)=>{this['_annotationToNarrowView']['get'](_0xcaeb9)['destroy'](),this['_annotationToNarrowView']['delete'](_0xcaeb9),_0x4d134b['rearrange']({'removedAnnotation':_0xcaeb9,'previousAnnotation':_0x20cc78['get'](_0xba33fd-0x1),'nextAnnotation':_0x20cc78['get'](_0xba33fd+0x1)}),_0xcaeb9===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x20cc78,'focus',(_0x299dae,_0xf41dcc)=>{this['setActiveAnnotation'](_0xf41dcc);}),this['listenTo'](_0x20cc78,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x4d970c,_0x185305)=>{_0x185305['keyCode']===_0x16d18c['esc']&&_0x27cd0d['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x27cd0d['content']['first']),this['_hideBalloon'](),_0x185305['stopPropagation'](),_0x185305['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x233c94,_0x4fafd2)=>{const _0x3b585b=_0x4fafd2['target'];_0x27cd0d['isVisible']&&_0x27cd0d['element']['contains'](_0x3b585b)||_0x4d134b['view']['element']['contains'](_0x3b585b)||_0x233c94['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x308e20=>_0x308e20['contains'](_0x3b585b))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x241b36=this['context']instanceof _0x273f1c?this['context']['editors']:new _0x2c37be([this['context']]);for(const _0x1cdf95 of _0x241b36)this['_integrateWithEditorAnnotations'](_0x1cdf95);this['listenTo'](_0x241b36,'add',(_0x237e48,_0x4b64ba)=>{this['listenTo'](_0x4b64ba,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x4b64ba);});}),this['listenTo'](_0x241b36,'remove',(_0x53def2,_0x258d43)=>{_0x258d43['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x258d43['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x709740){if(_0x709740===this['activeAnnotation'])return;const _0x497672=this['context']['plugins']['get'](Sidebar);if(_0x497672['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x709740,'disableAnimationOnActivatedAnnotation':!0x0}),_0x709740)_0x497672['getSidebarItemView'](_0x709740)?this['_showBalloon'](_0x709740):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x709740;}['detach'](){if(!this['isAttached'])throw new _0x3e2eca('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x42f985=this['context']['plugins']['get'](Sidebar);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x1e5edc=>_0x1e5edc['destroy']()),this['_annotationToNarrowView']['clear'](),_0x42f985['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x273f1c&&this['stopListening'](this['context']['editors']);for(const _0x37f35a of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x37f35a);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'](_0x5d9550){if(!_0x5d9550['plugins']['has']('EditorAnnotations'))return;const _0x511538=_0x5d9550['plugins']['get']('EditorAnnotations'),_0x33755b=this['context']['plugins']['get'](Sidebar),_0x194b8d=this['annotations'],_0x172032=this['balloonPanelView'],_0x173261=()=>{const _0x1280b9=_0x511538['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x1280b9),this['setActiveAnnotation'](_0x1280b9[0x0]||null);};this['listenTo'](_0x511538,'refresh',_0x173261),this['listenTo'](_0x511538,'blur',(_0x5a55e8,{isAnnotationTracked:_0x1101a4})=>{this['activeAnnotation']&&_0x1101a4(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x511538,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x194b8d,'blur',_0x2385d8=>{_0x511538['hasDomSelection']()&&_0x2385d8['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x2fbfe6,_0x3667b2)=>{const _0x58a687=_0x3667b2['target'];_0x172032['isVisible']&&_0x172032['element']['contains'](_0x58a687)||_0x33755b['view']['element']['contains'](_0x58a687)||this['activeAnnotation']&&_0x511538['hasDomSelection']()&&(_0x173261(),_0x2fbfe6['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x511538);}['_destroyEditorAnnotationsIntegration'](_0x4af1cd){_0x4af1cd&&(this['stopListening'](_0x4af1cd),this['_editorAnnotations']['remove'](_0x4af1cd));}['_setSelectedAnnotations'](_0x33e702){for(const _0xce1282 of this['_selectedAnnotations'])_0x33e702['includes'](_0xce1282)||this['_manuallyClosedAnnotationViews']['delete'](_0xce1282['view']);this['_selectedAnnotations']=_0x33e702;}['_refreshPositioning'](){const _0x5eab9a=this['balloonPanelView'];this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning'](),_0x5eab9a['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x13c3e8){if(this['_manuallyClosedAnnotationViews']['has'](_0x13c3e8['view']))return;const _0x395440=this['balloonPanelView']['content']['first'];_0x395440!==_0x13c3e8['view']?(_0x395440&&this['_detachListeners'](_0x395440),this['_attachListeners'](_0x13c3e8['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x13c3e8['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x12dce8=this['balloonPanelView']['content']['first'],_0x220790=_0x12dce8&&this['annotations']['getByView'](_0x12dce8);if(!_0x220790||!this['_annotationToNarrowView']['has'](_0x220790))return;const _0xe9dda=this['_annotationToNarrowView']['get'](_0x220790)['element'],_0x1b2285=(function(){const _0x3b9aaf=ht['defaultPositions'];return[_0x3b9aaf['southArrowNorthEast'],_0x3b9aaf['northArrowSouthEast'],_0x3b9aaf['southArrowNorth'],_0x3b9aaf['northArrowSouth'],_0x3b9aaf['southArrowNorthWest'],_0x3b9aaf['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0xe9dda,'positions':_0x1b2285});}['_hideBalloon'](){const _0x599e41=this['balloonPanelView'],_0x123585=_0x599e41['content']['first'];_0x123585&&(this['_detachListeners'](_0x123585),_0x599e41['unpin'](),_0x599e41['content']['clear']());}['_attachListeners'](_0x42935a){this['listenTo'](_0x42935a,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x42935a,'Esc',(_0x15c333,_0x50ebee)=>{this['_manuallyClosedAnnotationViews']['add'](_0x42935a),this['_hideBalloon'](),_0x50ebee();});}['_detachListeners'](_0x877bdb){this['stopListening'](_0x877bdb);}}class InlineAnnotations extends _0x80acac{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];['_refreshVisibilityDebounced'];static get['requires'](){return[EditorAnnotations,at,AnnotationsUIs];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x393d79){super(_0x393d79),_0x393d79['editing']['view']['addObserver'](ut),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x393d79['plugins']['get'](at),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1,this['_refreshVisibilityDebounced']=_0x4b8c2a(()=>{this['editor']['plugins']['get']('Annotations')['refreshVisibility']();},0xfa,{'leading':!0x1});}['init'](){const _0x5f0c21=this['editor']['plugins']['get'](AnnotationsUIs);_0x5f0c21['context']===this['editor']&&(_0x5f0c21['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x2b5988,_0x3e0922)=>{const _0x1febb9=this['_balloon'];if(this['isAttached']&&_0x1febb9['visibleView']){const _0x4787b7=this['annotations']['getByView'](_0x1febb9['visibleView']);_0x4787b7&&this['_closeAnnotation'](_0x4787b7),_0x3e0922();}}));}['afterInit'](){const _0x48fee9=this['editor']['plugins']['get'](AnnotationsUIs);_0x48fee9['context']===this['editor']&&(_0x48fee9['hasActive']()||_0x48fee9['switchTo']('inline'));}['setActiveAnnotation'](_0x293de8){_0x293de8!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x293de8&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x293de8)&&this['_addAnnotationToBalloon'](_0x293de8,!0x0),_0x293de8['isActive']=!0x0),_0x293de8||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x293de8);}['attach'](_0x271bd9){this['annotations']=_0x271bd9;const _0x1aba0c=this['editor']['plugins']['get'](AnnotationsUIs),_0xa26e6=this['_balloon'];if(this['isAttached'])throw new _0x3e2eca('inlineannotations-attach-already-attached',this);if(_0x1aba0c['context']!==this['editor'])throw new _0x3e2eca('inlineannotations-not-allowed-with-context',this);const _0x19bf9a=this['editor']['plugins']['get'](EditorAnnotations);this['listenTo'](_0x19bf9a,'refresh',()=>{const _0xe3a9fd=_0x19bf9a['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x489576,_0x29c717;!this['_forceRefresh']&&(_0x489576=_0xe3a9fd,_0x29c717=this['_selectedAnnotations'],_0x489576['length']===_0x29c717['length']&&_0x489576['every'](_0x31bd56=>_0x29c717['includes'](_0x31bd56)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0xe3a9fd),this['setActiveAnnotation'](_0xe3a9fd[0x0]||null));}),this['listenTo'](_0x19bf9a,'blur',(_0x59fe19,{isAnnotationTracked:_0x4897bc})=>{this['activeAnnotation']&&_0x4897bc(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x19bf9a,'uiUpdate',()=>{this['_refreshVisibilityDebounced']();}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x13050d,_0x3390c1,_0x496d02)=>{_0x496d02||this['setActiveAnnotation'](null);}),this['listenTo'](_0x271bd9,'remove',(_0xc9887a,_0x42caaa)=>{this['_removeAnnotationFromBalloon'](_0x42caaa),_0x42caaa===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0xa26e6,'change:visibleView',(_0x20f4c2,_0x472928,_0x12b024,_0x33f4a3)=>{_0x33f4a3&&this['stopListening'](_0x33f4a3);const _0x92cfc3=_0x271bd9['getByView'](_0x12b024);_0x12b024&&_0x92cfc3&&(this['listenTo'](_0x12b024,'change:height',()=>{_0xa26e6['updatePosition']();}),this['listenTo'](_0x12b024,'Esc',()=>{this['_closeAnnotation'](_0x92cfc3),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x92cfc3&&this['setActiveAnnotation'](_0x92cfc3));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0xa26e6['visibleView']&&(_0x271bd9['getByView'](_0xa26e6['visibleView'])&&_0xa26e6['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 _0x3e2eca('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x27ec9d of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x27ec9d);this['_refreshVisibilityDebounced']['cancel'](),this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['_refreshVisibilityDebounced']['cancel']();}['_setSelectedAnnotations'](_0x137359){for(const _0x14f5e3 of this['_selectedAnnotations'])_0x137359['includes'](_0x14f5e3)||this['_manuallyClosed']['delete'](_0x14f5e3);for(const _0x17226d of this['annotations'])_0x137359['includes'](_0x17226d)||this['_removeAnnotationFromBalloon'](_0x17226d);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x22e62c of _0x137359)this['_addAnnotationToBalloon'](_0x22e62c);}this['_selectedAnnotations']=_0x137359;}['_addAnnotationToBalloon'](_0x40ec6b,_0x41e300=!0x1){this['_manuallyClosed']['has'](_0x40ec6b)||(this['_addedAnnotations']['has'](_0x40ec6b)||this['_balloon']['hasView'](_0x40ec6b['view'])||(this['_addedAnnotations']['add'](_0x40ec6b),this['_balloon']['add']({'stackId':_0x40ec6b['view']['id'],'view':_0x40ec6b['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x40ec6b)}})),_0x41e300&&this['_balloon']['showStack'](_0x40ec6b['view']['id']));}['_getBalloonTargetForAnnotation'](_0x59b859){const _0x418045=_0x59b859['target'],_0xe14f50=this['editor']['editing']['view'],_0x1c7288=_0xe14f50['document']['selection']['getFirstRange'](),_0x286512=_0xe14f50['domConverter']['viewRangeToDom'](_0x1c7288);if(_0x286512['collapse'](!0x0),_0x418045){if(_0x418045 instanceof _0xc87f20)return _0x418045;let _0x30cdb5=[];for(const _0x2388b4 of _0x418045)_0x30cdb5['push'](..._0xc87f20['getDomElementRects'](_0x2388b4));_0x30cdb5=function(_0x1c3623){const _0x4a7e9e=[];let _0x2668ca=_0x1c3623[0x0];for(let _0x393b73=0x1;_0x393b73<_0x1c3623['length'];_0x393b73++)if(Wt(_0x2668ca,_0x1c3623[_0x393b73])){const _0x32d5dc=_0x1c3623[_0x393b73]['width'];_0x2668ca['width']+=_0x32d5dc,_0x2668ca['right']+=_0x32d5dc;}else _0x4a7e9e['push'](_0x2668ca),_0x2668ca=_0x1c3623[_0x393b73];return _0x4a7e9e['push'](_0x2668ca),_0x4a7e9e;}(_0x30cdb5);const _0x286d8f=_0x286512['getBoundingClientRect']();return _0x30cdb5['find'](_0x23b44f=>_0x23b44f['top']<=_0x286d8f['top']&&_0x23b44f['bottom']>=_0x286d8f['bottom']&&_0x23b44f['left']<=_0x286d8f['left']&&_0x23b44f['right']>=_0x286d8f['right'])||_0x30cdb5[0x0];}return _0x59b859['targetRect']||_0x286512;}['_removeAnnotationFromBalloon'](_0x57f3a5){this['_addedAnnotations']['has'](_0x57f3a5)&&this['_balloon']['hasView'](_0x57f3a5['view'])&&(this['_addedAnnotations']['delete'](_0x57f3a5),this['_balloon']['remove'](_0x57f3a5['view']));}['_closeAnnotation'](_0x51f1df){this['_manuallyClosed']['add'](_0x51f1df),this['_removeAnnotationFromBalloon'](_0x51f1df);}}function Wt(_0x3a39d2,_0x442a5d){return _0x3a39d2['top']===_0x442a5d['top']&&_0x3a39d2['bottom']===_0x442a5d['bottom']&&_0x3a39d2['right']===_0x442a5d['left'];}class CommentsArchiveView extends _0x5d0128{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x44e2aa,_0x23c26a){super(_0x44e2aa),this['set']('isEmpty',!_0x23c26a['length']),this['focusTracker']=new _0x4c9294(),this['_annotationViews']=_0x23c26a,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new _0x323466({'focusables':_0x23c26a,'focusTracker':this['focusTracker']}),this['listenTo'](_0x23c26a,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x23c26a,'remove',(_0xab036d,_0xb1db33)=>{_0xb1db33['isActive']&&this['focus'](),_0x23c26a['length']||(this['isEmpty']=!0x0);});const _0x518b09=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':vt(_0x44e2aa,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x23c26a},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x518b09['if']('isEmpty','ck-hidden',_0x8a3ad5=>!_0x8a3ad5)]},'children':[{'text':vt(_0x44e2aa,'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 _0x5ee4cf of this['_annotationViews'])this['focusTracker']['add'](_0x5ee4cf['element']);this['_annotationViews']['on']('change',(_0x56f760,{added:_0x51edfb,removed:_0x1956e2})=>{for(const _0x581cf6 of _0x51edfb)this['focusTracker']['add'](_0x581cf6['element']);for(const _0x29c3ba of _0x1956e2)this['focusTracker']['remove'](_0x29c3ba['element']);});}}class CommentsArchive extends _0x2cf565{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsRepository,Annotations];}constructor(_0x42c44d){super(_0x42c44d),this['archivedThreads']=new _0x2c37be();}['init'](){const _0x4de350=this['context'],_0x7141aa=_0x4de350['plugins']['get'](CommentsRepository),_0x599285=_0x4de350['plugins']['get'](Annotations);this['listenTo'](_0x7141aa,'addCommentThread',(_0xa7db18,{threadId:_0x2ec1da})=>{const _0x2b5f47=_0x7141aa['getCommentThread'](_0x2ec1da);_0x2b5f47['archivedAt']&&this['archivedThreads']['add'](_0x2b5f47,this['_calculatePosition'](_0x2b5f47['archivedAt'])),this['listenTo'](_0x2b5f47,'change:archivedAt',(_0x2d7b63,_0xc9788e,_0x3af140)=>{_0x3af140?this['archivedThreads']['has'](_0x2b5f47)||this['archivedThreads']['add'](_0x2b5f47,this['_calculatePosition'](_0x2b5f47['archivedAt'])):this['archivedThreads']['has'](_0x2b5f47)&&this['archivedThreads']['remove'](_0x2b5f47);});}),this['listenTo'](_0x7141aa,'removeCommentThread',(_0x48a3ec,{threadId:_0x56738a})=>{const _0x3af7d1=_0x7141aa['getCommentThread'](_0x56738a);this['stopListening'](_0x3af7d1),this['archivedThreads']['has'](_0x3af7d1)&&this['archivedThreads']['remove'](_0x3af7d1);},{'priority':'highest'}),this['listenTo'](_0x599285['collection'],'focus',(_0x2e54db,_0x550fe0)=>{_0x550fe0['isVisible']||(_0x550fe0['isActive']=!0x0,_0x599285['activate'](_0x550fe0));});}['_calculatePosition'](_0x3c424b){const _0x49814c=[...this['archivedThreads']]['findIndex'](_0x40a3ee=>_0x40a3ee['archivedAt']<_0x3c424b);return _0x49814c>-0x1?_0x49814c:this['archivedThreads']['length'];}}class CommentsArchiveUI extends _0x80acac{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsArchive,ct];}constructor(_0x1e9a04){super(_0x1e9a04),this['annotationViews']=new tt(),this['_pendingThreads']=[];}['init'](){const _0x339484=this['editor'],_0x368e6a=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x339484['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x5562ed,!0x0)),_0x339484['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x51c8f9=this['_createCommentsArchiveButton'](ot);return _0x51c8f9['set']({'role':'menuitemcheckbox'}),_0x51c8f9;});const _0x590284=_0x339484['plugins']['get'](CommentsArchive),_0x527fa5=_0x339484['plugins']['get']('Annotations'),_0x536773=_0x339484['plugins']['get']('CommentsRepository');_0x590284['archivedThreads']['forEach'](_0x263f9e=>{this['_handleNewThread'](_0x263f9e);}),this['listenTo'](_0x590284['archivedThreads'],'add',(_0x1b9541,_0x404523)=>{this['_handleNewThread'](_0x404523);}),this['listenTo'](_0x527fa5['collection'],'add',(_0x574f70,_0x431073)=>{const _0x21c433=this['_pendingThreads']['find'](_0x5a7063=>{const _0x316add=_0x536773['_threadToController']['get'](_0x5a7063);return _0x316add&&_0x431073['innerView']===_0x316add['view'];});if(_0x21c433){const _0x54edcf=this['_calculatePosition'](_0x21c433['archivedAt']);this['_addAnnotationToArchive'](_0x431073,_0x54edcf),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x21c433),0x1);}}),this['listenTo'](_0x590284['archivedThreads'],'remove',(_0x2a34bf,_0x3864cd)=>{const _0x4fae8c=_0x339484['config']['get']('collaboration.channelId');if(!_0x4fae8c||_0x3864cd['channelId']===_0x4fae8c){if(this['_pendingThreads']['includes'](_0x3864cd))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x3864cd),0x1);else{const _0x42efed=_0x536773['_threadToController']['get'](_0x3864cd),_0x3099ad=_0x527fa5['getByInnerView'](_0x42efed['view']);this['annotationViews']['remove'](_0x3099ad['view']),this['stopListening'](_0x3099ad),this['stopListening'](_0x3099ad['focusableElements']);}}}),this['listenTo'](_0x527fa5['collection'],'add',(_0x386062,_0x3d6515)=>{this['listenTo'](_0x3d6515,'escape',_0x368e6a);}),this['listenTo'](_0x527fa5['collection'],'remove',(_0x3e262f,_0x1ae7af)=>{this['stopListening'](_0x1ae7af,'escape',_0x368e6a);});}['_addAnnotationToArchive'](_0x44478b,_0x14554c){this['listenTo'](_0x44478b,'set:isVisible',_0x6c9f1c=>{_0x6c9f1c['return']=!0x1,_0x6c9f1c['stop']();}),this['annotationViews']['add'](_0x44478b['view'],_0x14554c);}['_handleNewThread'](_0x2145d5){const _0xbcff1a=this['editor']['plugins']['get']('CommentsRepository'),_0x5dbc12=this['editor']['plugins']['get']('Annotations'),_0x500e2a=this['editor']['config']['get']('collaboration.channelId');if(!_0x500e2a||_0x2145d5['channelId']===_0x500e2a){const _0x342228=_0xbcff1a['_threadToController']['get'](_0x2145d5);if(!_0x342228)return void this['_pendingThreads']['push'](_0x2145d5);const _0x24ee95=this['_calculatePosition'](_0x2145d5['archivedAt']),_0x35d79e=_0x5dbc12['getByInnerView'](_0x342228['view']);_0x35d79e['isVisible']&&_0x5dbc12['_visibleAnnotations']['remove'](_0x35d79e),this['_addAnnotationToArchive'](_0x35d79e,_0x24ee95);}}['_calculatePosition'](_0x52c8d8){const _0x39bd83=this['editor']['config']['get']('collaboration.channelId'),_0x1851aa=[...this['editor']['plugins']['get'](CommentsArchive)['archivedThreads']]['filter'](_0x2271e0=>_0x2271e0['channelId']===_0x39bd83)['findIndex'](_0x9b282f=>_0x9b282f['archivedAt']<_0x52c8d8);return _0x1851aa<0x0||_0x1851aa>this['annotationViews']['length']?this['annotationViews']['length']:_0x1851aa-0x1;}['_toggleDialog'](){const _0x27fc55=this['editor'],_0x3a7d26=_0x27fc55['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new CommentsArchiveView(_0x27fc55['locale'],this['annotationViews'])),'commentsArchive'===_0x3a7d26['id']?_0x3a7d26['hide']():_0x3a7d26['show']({'id':'commentsArchive','title':vt(_0x27fc55['locale'],'COMMENTS_ARCHIVE'),'icon':_0x263f86,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':dt['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x1a5608,_0x305882=!0x1){const _0x58222b=this['editor']['locale'],_0x509d0b=this['editor']['plugins']['get']('Dialog'),_0x311e0b=new _0x1a5608(_0x58222b);return _0x311e0b['bind']('isEnabled')['to'](this,'isEnabled'),_0x311e0b['bind']('isOn')['to'](_0x509d0b,'id',_0x3fee10=>'commentsArchive'===_0x3fee10),_0x311e0b['set']({'label':vt(_0x58222b,'COMMENTS_ARCHIVE'),'icon':_0x263f86,'isToggleable':!0x0}),_0x305882&&(_0x311e0b['tooltip']=!0x0),this['listenTo'](_0x311e0b,'execute',()=>this['_toggleDialog']()),_0x311e0b;}['_hideDialogOnAnnotationEscape']=_0x392c9a=>{const _0x25f044=_0x392c9a['source'];if(!this['annotationViews']['has'](_0x25f044['view']))return;const _0x4e98fd=this['editor']['plugins']['get']('Dialog');_0x4e98fd['isOpen']&&'commentsArchive'===_0x4e98fd['id']&&(_0x4e98fd['hide'](),_0x392c9a['stop']());};}class Comments extends _0x80acac{static get['requires'](){return[CommentsRepository,CommentsEditing,CommentsUI,CommentsArchive,CommentsArchiveUI,CommentsOnly,WideSidebar,NarrowSidebar,InlineAnnotations];}static get['pluginName'](){return'Comments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{AddCommentThreadCommand,Annotation,AnnotationCollection,AnnotationCounterButtonView,AnnotationView,Annotations,AnnotationsSidebarItemView,AnnotationsSidebarView,AnnotationsUIs,BaseCommentThreadView,BaseCommentView,Comment,CommentThread,CommentThreadController,CommentThreadInputView,CommentThreadView,CommentView,Comments,CommentsArchive,CommentsArchiveUI,CommentsEditing,CommentsListView,CommentsOnly,CommentsRepository,CommentsUI,EditorAnnotations,InlineAnnotations,NarrowSidebar,Sidebar,WideSidebar,Ot as bindAnnotationCollections};
|
|
23
|
+
import{Editor as _0x439930,ContextPlugin as _0x445a8f,PendingActions as _0x1703a4,Command as _0x31ad21,Plugin as _0x6ef60f,Context as _0x3b5567}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x1af248,uid as _0x4bef68,KeystrokeHandler as _0x4d990a,FocusTracker as _0x429e85,diff as _0x431bd0,Collection as _0x107b11,Rect as _0x3642a6,CKEditorError as _0x3637f5,first as _0x3e2cd1,priorities as _0x30588b,scrollViewportToShowTarget as _0x1ecc3f,getEnvKeystrokeText as _0x117230,toUnit as _0x433526,DomEmitterMixin as _0x1ce722,keyCodes as _0x338fb5}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x27fee1,AriaDescriptionView as _0x559713,setupThreadKeyboardNavigation as _0x1963b3,ConfirmMixin as _0x2e3602,LateFocusButtonView as _0x5eeede,trimHtml as _0x1c53be,LateFocusDropdownButtonView as _0x213eda,FOCUS_ANNOTATION_KEYSTROKE as _0xe779b7,Users as _0x30b835,getDateTimeFormatter as _0x1547c5,hashObject as _0x4c8c4f,getAllMarkersDomElementsSorted as _0x23aa5a,surroundingMarkersDetector as _0x15747a}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import{throttle as _0x9931d2,cloneDeep as _0x931025,set as _0x18ab1f,unset as _0x3804fe,isEqual as _0x4bab5d,debounce as _0x227501}from'es-toolkit/compat';import{IconUndo as _0x478da3,IconCheck as _0x37c8d1,IconPencil as _0x40e481,IconRemoveComment as _0x3a2fb9,IconThreeVerticalDots as _0x100589,IconAddComment as _0x25f5ee,IconCommentsArchive as _0x4527a5}from'@ckeditor/ckeditor5-icons/dist/index.js';import{EditorUIView as _0x344929,InlineEditableUIView as _0x5b0824,EditorUI as _0x28519f,View as _0x2abe53,FocusCycler as _0x29e624,ButtonView as _0xf11b6a,ViewCollection as tt,createDropdown as et,ListView as it,focusChildOnDropdownOpen as st,ListItemView as nt,MenuBarMenuListItemButtonView as ot,BodyCollection as rt,BalloonPanelView as ht,ContextualBalloon as at,Dialog as ct,DialogViewPosition as dt}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disableViewPlaceholder as mt,enableViewPlaceholder as lt,MouseObserver as ut}from'@ckeditor/ckeditor5-engine/dist/index.js';import{Clipboard as ft,ClipboardMarkersUtils as pt,ClipboardPipeline as wt}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Enter as At,ShiftEnter as gt}from'@ckeditor/ckeditor5-enter/dist/index.js';import{SelectAll as Ct}from'@ckeditor/ckeditor5-select-all/dist/index.js';import{Typing as _t}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Undo as Tt}from'@ckeditor/ckeditor5-undo/dist/index.js';import{Paragraph as yt}from'@ckeditor/ckeditor5-paragraph/dist/index.js';import{toWidget as It}from'@ckeditor/ckeditor5-widget/dist/index.js';class CommentThreadController extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x1af248(){['model'];['view'];constructor(_0x19e418,_0x192f55){super(),this['model']=_0x19e418,this['model']['_isAttached']=!0x0,this['view']=_0x192f55,this['listenTo'](_0x192f55,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x192f55,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x192f55,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x192f55,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x192f55,'addComment',(_0x44347a,_0x2f00d6)=>this['addComment'](_0x2f00d6)),this['listenTo'](_0x192f55,'updateComment',(_0x1e37ee,_0x36c8aa,_0xc75a1c)=>this['updateComment'](_0x36c8aa,_0xc75a1c)),this['listenTo'](_0x192f55,'removeComment',(_0x1a5933,_0x380d29)=>this['removeComment'](_0x380d29));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x11b939){this['model']['addComment']({'content':_0x11b939,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x2ab4c8,_0x5e4d4a){this['model']['getComment'](_0x2ab4c8)['update']({'content':_0x5e4d4a});}['removeComment'](_0x55b5a6){this['model']['getComment'](_0x55b5a6)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function vt(_0x21e8b6,_0xd04869,_0x27b183){const t=_0x21e8b6['t'];switch(_0xd04869){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'},_0x27b183);case'COMMENT_THREAD_LABEL':return t({'string':'Comment\x20thread\x20by\x20%1.\x20%1\x20reply.','plural':'Comment\x20thread\x20by\x20%1.\x20%0\x20replies.','id':'COMMENT_THREAD_LABEL'},_0x27b183);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'},_0x27b183);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'},_0x27b183);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x27b183);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'},_0x27b183);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'},_0x27b183);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'},_0x27b183);case'COMMENTS_ARCHIVE':return t({'string':'Comments\x20archive','id':'COMMENTS_ARCHIVE'});case'EMPTY_COMMENTS_ARCHIVE':return t({'string':'There\x20are\x20no\x20archived\x20comment\x20threads.','id':'EMPTY_COMMENTS_ARCHIVE'});case'COMMENTS_ARCHIVE_LIST_LABEL':return t({'string':'List\x20of\x20comments','id':'COMMENTS_ARCHIVE_LIST_LABEL'});case'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP':return t({'string':'Keystrokes\x20for\x20interacting\x20with\x20annotation\x20threads\x20(e.g.\x20comments,\x20track\x20changes\x20suggestions)','id':'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'});case'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO':return t({'string':'Move\x20focus\x20to\x20the\x20thread\x20when\x20the\x20selection\x20is\x20anchored\x20in\x20its\x20marker','id':'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'});case'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT':return t({'string':'Exit\x20the\x20annotation\x20and\x20move\x20focus\x20back\x20to\x20the\x20edited\x20content','id':'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER':return t({'string':'Browse\x20the\x20focused\x20annotation\x20thread\x20or\x20thread\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'});case'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS':return t({'string':'Move\x20across\x20internals\x20of\x20the\x20annotation\x20thread','id':'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'});case'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT':return t({'string':'Submit\x20the\x20reply\x20while\x20writing\x20a\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS':return t({'string':'Move\x20to\x20the\x20previous\x20or\x20next\x20thread\x20in\x20the\x20annotations\x20sidebar\x20or\x20comments\x20archive','id':'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'});default:return'';}}class CommentEditorUIView extends _0x344929{['main'];['editable'];constructor(_0x146f63,_0x208637){super(_0x146f63);const _0x48abc4=_0x4bef68();this['main']=this['createCollection'](),this['editable']=new _0x5b0824(_0x146f63,_0x208637,void 0x0,{'label':()=>vt(_0x146f63,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x146f63['uiLanguageDirection'],'lang':_0x146f63['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x48abc4},'children':[{'tag':'div','attributes':{'class':'ck-editor__main','role':'presentation'},'children':this['main']}]});}['render'](){super['render'](),this['main']['add'](this['editable']);}['focus'](){this['editable']['element']['focus']();}}class CommentEditorUI extends _0x28519f{['view'];constructor(_0x2f91d1){super(_0x2f91d1),this['view']=new CommentEditorUIView(_0x2f91d1['locale'],_0x2f91d1['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x365f37=this['editor']['editing']['view'],_0x56eb13=this['view']['editable'],_0x13837c=_0x365f37['document']['getRoot']();_0x56eb13['name']=_0x13837c['rootName'],this['view']['render']();const _0x5ddeb7=_0x56eb13['element'];this['setEditableElement'](_0x56eb13['name'],_0x5ddeb7),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x365f37['attachDomRoot'](_0x5ddeb7),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const bt=[ft,At,gt,Ct,_t,Tt,yt];class CommentEditor extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x1af248(_0x439930){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>bt)());constructor(_0x37b2bf={}){function _0x17f59d(_0x1c29ec){return _0x1c29ec['map'](_0x16e266=>String['fromCharCode'](_0x16e266))['join']('');}(_0x37b2bf=Object['assign']({},_0x37b2bf))['plugins']||(_0x37b2bf['plugins']=CommentEditor['defaultPlugins']),super(_0x37b2bf),this['ui']=new CommentEditorUI(this),this['set']('placeholder',''),this['model']['document']['on']('change',()=>this['_updatePlaceholder'](),{'priority':'low'}),this['on']('change:placeholder',()=>this['_updatePlaceholder']()),this['model']['document']['createRoot'](),this[_0x17f59d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x17f59d([0x76,0x69,0x65,0x77])][_0x17f59d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x17f59d([0x61,0x75,0x74,0x6f]),this[_0x17f59d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x17f59d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x17f59d([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x17f59d([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x17f59d([0x6f,0x6b])});}['create'](){const _0x25ca6e=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x25ca6e))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x347273=>{const _0x5e1efb=this['model']['document']['getRoot'](),_0x22f51e=_0x5e1efb&&_0x5e1efb['getChild'](_0x5e1efb['childCount']-0x1);_0x347273['setSelection'](_0x22f51e,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x3d1bb5=this['editing']['view'],_0x2927f8=_0x3d1bb5['document']['getRoot'](),_0x2d10a1=_0x2927f8['getChild'](0x0);_0x2927f8['childCount']>0x1||!_0x2d10a1||'p'!=_0x2d10a1['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(mt(_0x3d1bb5,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x2d10a1['placeholder']=this['placeholder']),lt({'view':_0x3d1bb5,'element':_0x2d10a1,'keepOnFocus':!0x0}),this['placeholderElement']=_0x2d10a1);}}class CommentInputView extends _0x2abe53{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x34926,_0x7f5797={}){super(_0x34926),this['editor']=null,this['_editorConfig']=_0x7f5797,this['set']('value',_0x7f5797['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',vt(_0x34926,'Reply...')),this['set']('submitLabel',vt(_0x34926,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new _0x4d990a(),this['focusTracker']=new _0x429e85(),this['focusCycler']=new _0x29e624({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1f045f=>!_0x1f045f['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',(_0x589f38,_0x127c86)=>{this['cancelButtonView']['fire']('execute'),_0x127c86();}),this['keystrokes']['set']('Ctrl+Enter',(_0x3d3180,_0x436a03)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x436a03());}),this['on']('submit',(_0x5dedc3,_0x12c60a)=>{_0x12c60a['length']>0xfde8?(alert(vt(_0x34926,'TOO_LONG_COMMENT_ALERT',[_0x12c60a['length'],0xfde8])),_0x5dedc3['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new CommentEditor(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x4dacbb=this['editor'];this['element']['insertBefore'](_0x4dacbb['ui']['element'],this['element']['firstChild']),_0x4dacbb['model']['document']['on']('change',()=>this['value']=_0x4dacbb['getData']()),_0x4dacbb['bind']('placeholder')['to'](this),this['focusables']['add'](_0x4dacbb['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x56dac0){-0x1===_0x56dac0?(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:_0x1b5388}=this,_0x441171=new _0xf11b6a(_0x1b5388);return _0x441171['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x441171['withText']=!0x0,_0x441171['bind']('label')['to'](this,'submitLabel'),_0x441171['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x441171['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x3ee5a9,_0x3e29cd)=>!_0x3e29cd&&!!_0x3ee5a9['trim']()),_0x441171;}['_createCancelButton'](){const {locale:_0x2c7869}=this,_0x32e78b=new _0xf11b6a(_0x2c7869);return _0x32e78b['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x32e78b['label']=vt(_0x2c7869,'Cancel'),_0x32e78b['withText']=!0x0,_0x32e78b['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x32e78b;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x1a1d4f=>{this['focusTracker']['add'](_0x1a1d4f['element']);}),this['focusables']['on']('change',(_0x1a0da8,_0x2f1238)=>{for(const _0x3734ad of Array['from'](_0x2f1238['added'])['reverse']())this['focusTracker']['add'](_0x3734ad['element']);});}}class CommentThreadInputView extends _0x2abe53{constructor(_0x5d015e,_0x4116fe,_0x4e113f){super(_0x5d015e),this['commentInputView']=new CommentInputView(_0x5d015e,_0x4e113f),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x2680cf,_0x2e714e)=>_0x2680cf||!!_0x2e714e),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 _0x27fee1(_0x5d015e,_0x4116fe),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'](_0x25181f){this['commentInputView']['focus'](_0x25181f);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x48bb36,_0x2a5486)=>{const {submitButtonView:_0x5e496d,cancelButtonView:_0xeed6a3,editor:_0x2e30c0}=this['commentInputView'];[_0x5e496d['element'],_0xeed6a3['element'],_0x2e30c0?_0x2e30c0['editing']['view']['getDomRoot']():null]['filter'](_0x441697=>_0x441697)['some'](_0x40d287=>_0x40d287['contains'](_0x2a5486['target']))||(this['focus'](),_0x2a5486['preventDefault']());});}}class CollapsedCommentsView extends _0x2abe53{constructor(_0xd887d9){super(_0xd887d9);const _0x338164=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x338164['to']('count',_0x8ca114=>vt(_0xd887d9,'NUMBER_OF_COMMENTS',_0x8ca114))}]});}}class CommentsListView extends _0x2abe53{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x506456,_0x11380b,_0x421f8f){super(_0x506456);const _0x3d47af=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x11380b['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x11380b,this['_config']=_0x421f8f,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x429e85(),this['keystrokes']=new _0x4d990a(),this['focusCycler']=new _0x29e624({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x48e77c=>this['commentViews']['map'](_0xe53723=>_0xe53723['element'])['includes'](_0x48e77c['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new CollapsedCommentsView(_0x506456),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x4be38b=>_0x4be38b-this['_config']['maxCommentsWhenCollapsed']);for(const _0x4e1dca of _0x11380b['comments'])this['_handleNewCommentModel'](_0x4e1dca);this['_handleInfoComment'](),this['listenTo'](_0x11380b['comments'],'add',(_0x223aa0,_0x202de5)=>{const _0x3f5083=this['_calculatePosition'](_0x202de5);this['length']++,this['_handleNewCommentModel'](_0x202de5,_0x3f5083),this['refreshVisibleViews']();}),this['listenTo'](_0x11380b['comments'],'remove',(_0x5328e2,_0x1623e9)=>{this['length']--,this['_handleRemoveCommentModel'](_0x1623e9),this['refreshVisibleViews']();}),this['listenTo'](_0x11380b,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x11380b,'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',_0x3d47af['if']('length','ck-hidden',_0x3316ec=>!_0x3316ec)],'aria-label':vt(_0x506456,'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'](_0x5bbcbe){-0x1===_0x5bbcbe?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x5c6dcb of this['commentViews'])_0x5c6dcb['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x2bd787,_0x3a4e8d){const _0x4eb5b0=new this['_config']['CommentView'](this['locale'],_0x2bd787,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x4eb5b0['viewUid']=_0x2bd787['id'],_0x4eb5b0['delegate']('removeComment')['to'](this),_0x4eb5b0['delegate']('updateComment')['to'](this),_0x4eb5b0['delegate']('resolveCommentThread')['to'](this),_0x4eb5b0['delegate']('editorReady')['to'](this),_0x4eb5b0['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x4eb5b0,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x4eb5b0,_0x3a4e8d);}['_calculatePosition'](_0x18fdf6){const _0x1e0605=this['_model']['_findOptimalIndex'](_0x18fdf6);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x18fdf6['authoredAt']?_0x1e0605-0x1:_0x1e0605:_0x1e0605-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x304098={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':vt(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x304098,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x304098));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x2a667e){const _0x3a232b=this['commentViews']['remove'](_0x2a667e['id']);this['stopListening'](_0x3a232b),_0x3a232b['isEditMode']&&this['_updateHasDirtyComment'](),_0x3a232b['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x13e840=>_0x13e840['isEditMode']);}['_rearrangeCollapse'](){const _0x509e9c=function(_0x1ec6b9){const _0x2a3973=new _0x107b11();for(const _0x4c039e of _0x1ec6b9)_0x2a3973['add'](_0x4c039e);return _0x2a3973;}(this['commentViews']),_0x3472f7=this['_collapsedCommentsView']['count'];for(let _0x4dbc60=0x1;_0x4dbc60<=_0x3472f7;_0x4dbc60++)_0x509e9c['remove'](0x1);for(const _0x4a245e of _0x509e9c)_0x4a245e['collapse']();_0x3472f7>0x0&&_0x509e9c['add'](this['_collapsedCommentsView'],0x1),Et(_0x431bd0(Array['from'](this['visibleViews']),Array['from'](_0x509e9c)),this['visibleViews'],_0x509e9c);}['_rearrangeExpand'](){Et(_0x431bd0(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x1a43df of this['visibleViews'])_0x1a43df['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x367777=>{this['focusTracker']['add'](_0x367777['element']),this['keystrokes']['listenTo'](_0x367777['element']);}),this['commentViews']['on']('change',(_0x5c4690,_0x4f084c)=>{for(const _0x4370f8 of _0x4f084c['removed'])this['focusTracker']['remove'](_0x4370f8['element']),this['keystrokes']['stopListening'](_0x4370f8['element']);for(const _0x1d17a4 of Array['from'](_0x4f084c['added'])['reverse']())this['focusTracker']['add'](_0x1d17a4['element']),this['keystrokes']['listenTo'](_0x1d17a4['element']);});}}function Et(_0x330aa7,_0x31526f,_0x18c528){let _0x45b14b=0x0;for(const _0x311d98 of _0x330aa7)switch(_0x311d98){case'insert':_0x31526f['add'](_0x18c528['get'](_0x45b14b),_0x45b14b),_0x45b14b++;break;case'delete':_0x31526f['remove'](_0x45b14b);break;case'equal':_0x45b14b++;}}class CommentThreadHeaderContextView extends _0x2abe53{constructor(_0x6bb93e){super(_0x6bb93e);const _0xcbbd3d=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0xcbbd3d['to']('contextValue',_0x241494=>vt(_0x6bb93e,'THREAD_CONTEXT_LABEL',_0x241494)),'tabindex':-0x1},'children':[{'text':_0xcbbd3d['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class CommentThreadHeaderView extends _0x2abe53{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x2b0d26,_0x4eb086){super(_0x2b0d26);const _0x6afc5b=this['bindTemplate'];this['_model']=_0x4eb086,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x429e85(),this['keystrokes']=new _0x4d990a(),this['focusCycler']=new _0x29e624({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x205762=>!!_0x205762),this['bind']('contextValue')['to'](this['_model'],'context',_0xe4b1e2=>_0xe4b1e2&&_0xe4b1e2['value']?this['_trimContextValue'](_0xe4b1e2['value']):vt(this['locale'],'Comment\x20was\x20made\x20on\x20an\x20element')),this['setTemplate']({'tag':'div','attributes':{'class':['ck-thread__header']},'children':[{'tag':'div','attributes':{'class':['ck-context-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-context',_0x6afc5b['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 _0x448879=new _0xf11b6a(this['locale']);return _0x448879['label']=vt(this['locale'],'Reopen'),_0x448879['tooltip']=vt(this['locale'],'Reopen'),_0x448879['icon']=_0x478da3,_0x448879['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x145e28=>!_0x145e28),_0x448879['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x22cbdb,_0x1ae8ed)=>_0x22cbdb&&_0x1ae8ed),_0x448879['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x448879;}['_trimContextValue'](_0x456863){if(_0x456863['length']<0x96)return _0x456863;const _0x22cef8=_0x456863['lastIndexOf']('\x20',0x93);return _0x456863['substring'](0x0,_0x22cef8>-0x1?_0x22cef8:0x93)+'...';}['_attachContextActions'](){const _0x5c9dc4=this['element']['querySelector']('.ck-context'),_0xf9e557=_0x5c9dc4['querySelector']('.ck-context__value');this['listenTo'](_0x5c9dc4,'mouseenter',()=>{_0xf9e557['offsetWidth']<_0xf9e557['scrollWidth']&&_0x5c9dc4['classList']['add']('overlay');}),this['listenTo'](_0x5c9dc4,'mouseleave',()=>{_0x5c9dc4['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x1902ae of this['focusables'])this['focusTracker']['add'](_0x1902ae['element']),this['keystrokes']['listenTo'](_0x1902ae['element']);}['_createContextView'](){const _0x1a7bf5=new CommentThreadHeaderContextView(this['locale']);return _0x1a7bf5['bind']('contextValue')['to'](this),_0x1a7bf5;}}class BaseCommentThreadView extends _0x2abe53{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x3cdc6e,_0x40c903,_0x35d08c,_0xb6948e){super(_0x3cdc6e),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x40c903,this['_localUser']=_0x35d08c,this['_config']=_0xb6948e,this['commentThreadHeaderView']=new CommentThreadHeaderView(_0x3cdc6e,_0x40c903),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x559713(_0x3cdc6e,vt(_0x3cdc6e,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new CommentsListView(_0x3cdc6e,_0x40c903,Object['assign']({'CommentView':this['_config']['CommentView']},_0xb6948e)),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',(_0x2ff86e,_0x4cc975)=>_0x2ff86e||!!_0x4cc975),this['bind']('isUnlinked')['to'](_0x40c903,'unlinkedAt',_0x45e328=>!!_0x45e328),this['bind']('ariaLabel')['to'](this,'length',_0x4ed60f=>{const _0x2d9922=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return vt(this['locale'],'COMMENT_THREAD_LABEL',[_0x4ed60f,_0x2d9922]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x429e85(),this['keystrokes']=new _0x4d990a(),this['focusCycler']=new _0x29e624({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x502a90=>_0x502a90['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0x1963b3(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x351b02=new CommentThreadInputView(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x3e582a=_0x351b02['commentInputView'];return _0x351b02['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x3e582a,'value',(_0x30bb27,_0x477504,_0x151e39,_0x5653ca,_0x566870)=>!!_0x566870||!!_0x5653ca&&_0x151e39&&!_0x477504||_0x30bb27&&_0x151e39&&!_0x477504),_0x3e582a['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x3bb139,_0x59e830,_0x47435d)=>{let _0x5e52c8;return _0x5e52c8=_0x47435d&&_0x59e830?'Reply\x20to\x20reopen\x20discussion...':_0x3bb139?'Reply...':'Write\x20a\x20comment...',vt(this['locale'],_0x5e52c8);}),_0x3e582a['bind']('submitLabel')['to'](this,'length',_0x394fb2=>vt(this['locale'],_0x394fb2?'Reply':'Comment')),_0x3e582a['on']('submit',(_0x2d3900,_0x138793)=>{this['fire']('addComment',_0x138793),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x3e582a['on']('cancel',()=>{this['focus']();}),_0x3e582a['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x3e582a['on']('cancel',_0x801529=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x801529['stop']());}),this['on']('change:isActive',(_0x4d4b86,_0x69e1c4,_0x3ed149)=>{_0x3ed149||this['length']||_0x3e582a['value']||this['fire']('removeCommentThread');}),_0x351b02;}}class CommentThreadView extends/* #__PURE__ -- @preserve */
|
|
27
|
+
_0x2e3602(BaseCommentThreadView){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x4f43c7,_0x26ecec,_0x49c826,_0x2b6883){super(_0x4f43c7,_0x26ecec,_0x49c826,_0x2b6883),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x4f43c7,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0xfd4439,_0x526f68,_0x286bbc)=>{_0x286bbc||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x246703,_0x2ace63,_0x2c5564)=>{_0x2c5564&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x4c2d9d=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x4c2d9d['if']('isActive','ck-thread--active'),_0x4c2d9d['if']('isUnlinked','ck-thread--unlinked'),_0x4c2d9d['to']('actionIndicator',_0xa9aea8=>_0xa9aea8?'ck-thread--'+_0xa9aea8:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x4c2d9d['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 _0x1058f1 of this['commentsListView']['commentViews'])_0x1058f1['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0xbae270}=this,_0x50dbc6=this['commentsListView']['commentViews']['get'](0x0);_0x50dbc6===this['_boundFirstCommentView']||_0x50dbc6['isSystemComment']||(this['_boundFirstCommentView']=_0x50dbc6,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x50dbc6,'actionIndicator',_0x3c080e=>'remove'===_0x3c080e?'remove':null),_0x50dbc6['placeholder']=vt(_0xbae270,'Write\x20a\x20comment...'),_0x50dbc6['removeButton']['on']('execute',_0x7d3ea9=>{_0x7d3ea9['stop'](),this['showConfirm'](vt(_0xbae270,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x50dbc6['focus']();}),_0x50dbc6['actionBar']['add'](this['resolveButton'],0x0),_0x50dbc6['focusables']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x589054=new _0x5eeede(this['locale']);return _0x589054['label']=vt(this['locale'],'Resolve'),_0x589054['tooltip']=vt(this['locale'],'Resolve'),_0x589054['icon']=_0x37c8d1,_0x589054['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x589054['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x27dd8f=>!_0x27dd8f),_0x589054['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x4010a5,_0xd6202a)=>_0x4010a5&&!_0xd6202a),_0x589054['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x589054;}['_updateArchivedThreadHeader'](){this['_model']['archivedAt']?this['commentThreadChildren']['has'](this['commentThreadHeaderView'])||(this['commentThreadChildren']['add'](this['commentThreadHeaderView'],0x0),this['focusables']['add'](this['commentThreadHeaderView'],0x0)):this['commentThreadChildren']['has'](this['commentThreadHeaderView'])&&(this['commentThreadChildren']['remove'](this['commentThreadHeaderView']),this['focusables']['remove'](this['commentThreadHeaderView']));}}class CommentContentView extends _0x2abe53{constructor(_0x2fda03){super(_0x2fda03),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x561580,_0xc23b13,_0xdf3313)=>{this['element']['innerHTML']=_0xdf3313;}),this['element']['innerHTML']=this['content'];}}class BaseCommentView extends _0x2abe53{['visibleView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x153b42,_0x3cb140,_0x3fa8f2){super(_0x153b42),this['_model']=_0x3cb140,this['_config']=_0x3fa8f2,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x3cb140,'content',_0x3cb140,'authoredAt',(_0x312d06,_0x43e2ad)=>vt(_0x153b42,'COMMENT_ARIA_LABEL',[_0x3cb140['author']['name'],_0x3fa8f2['formatDateTime'](_0x43e2ad),new DOMParser()['parseFromString'](_0x312d06,'text/html')['body']['textContent'],_0x3cb140['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new _0x559713(_0x153b42,vt(_0x153b42,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new tt(),this['focusTracker']=new _0x429e85(),this['keystrokes']=new _0x4d990a(),this['focusCycler']=new _0x29e624({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x412913=>_0x412913['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']?vt(this['locale'],'EXTERNAL_IMPORT_WORD_COMMENT'):vt(this['locale'],'EXTERNAL_COMMENT');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?vt(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):vt(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['_createCommentContentView'](){const _0x191d40=new CommentContentView(this['locale']);return _0x191d40['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x289023,_0x44b4d8)=>_0x44b4d8?_0x1c53be(_0x289023,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x289023),_0x191d40;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0xf51598=new CommentInputView(this['locale'],this['_config']['editorConfig']);return _0xf51598['value']=this['_model']['content'],_0xf51598['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0xf51598['submitLabel']=vt(this['locale'],'Save'),_0xf51598['on']('submit',(_0x32a1ce,_0x3ee975)=>{this['fire']('updateComment',this['_model']['id'],_0x3ee975),this['switchToDisplayMode'](),this['focus']();}),_0xf51598['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0xf51598['once']('editorReady',()=>{_0xf51598['focus']();}),_0xf51598['createEditor'](),_0xf51598['delegate']('editorReady')['to'](this),_0xf51598['delegate']('editorDestroyed')['to'](this),_0xf51598;}['_setupKeyboardNavigation'](){const _0x57ac73=this['element'];this['keystrokes']['listenTo'](_0x57ac73);for(const _0xc0023d of this['focusables'])this['focusTracker']['add'](_0xc0023d['element']),this['keystrokes']['listenTo'](_0xc0023d['element']);this['focusables']['on']('change',(_0x538a26,_0x4ebc80)=>{for(const _0x3d9d1c of _0x4ebc80['removed'])this['focusTracker']['remove'](_0x3d9d1c['element']),this['keystrokes']['stopListening'](_0x3d9d1c['element']);for(const _0x6160ab of _0x4ebc80['added'])this['focusTracker']['add'](_0x6160ab['element']),this['keystrokes']['listenTo'](_0x6160ab['element']);}),this['keystrokes']['set']('enter',(_0x389c87,_0x460397)=>{_0x57ac73===_0x389c87['target']&&(this['focusCycler']['focusFirst'](),_0x460397());}),this['keystrokes']['set']('esc',(_0x324f6f,_0xd3ca91)=>{_0x57ac73!==_0x324f6f['target']&&(this['focus'](),_0xd3ca91());});}}class CommentView extends/* #__PURE__ -- @preserve */
|
|
28
|
+
_0x2e3602(BaseCommentView){['actionBar'];['userView'];constructor(_0x1d474,_0x51eb7b,_0x532809){super(_0x1d474,_0x51eb7b,_0x532809),this['set']('actionIndicator',null),this['set']('placeholder',vt(_0x1d474,'Reply...')),this['bind']('authoredAt')['to'](_0x51eb7b),this['bind']('resolvedAt')['to'](_0x51eb7b),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 _0x27fee1(_0x1d474,_0x51eb7b['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0x51eb7b,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x18e072=this['bindTemplate'],_0x109282=[{'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':_0x18e072['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x18e072['to']('authoredAt',_0x14ff02=>this['_config']['formatDateTime'](_0x14ff02))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x18e072['if']('isEditMode','ck-comment__actions--hidden'),_0x18e072['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']&&_0x109282['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper'],'tabindex':-0x1,'aria-label':_0x18e072['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x18e072['if']('isEditMode','ck-comment--edit'),_0x18e072['if']('isSystemComment','ck-comment--info'),_0x18e072['to']('actionIndicator',_0x31e65e=>_0x31e65e?'ck-comment--'+_0x31e65e:'')],'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':_0x109282}]}]};}['_createEditButton'](){const _0x3d4e37=new _0xf11b6a(this['locale']);return _0x3d4e37['label']=vt(this['locale'],'Edit'),_0x3d4e37['icon']=_0x40e481,_0x3d4e37['withText']=!0x0,_0x3d4e37['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x3d4e37['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x3e0afc=>!_0x3e0afc),_0x3d4e37['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x3d4e37['on']('execute',()=>this['switchToEditMode']()),_0x3d4e37;}['_createRemoveButton'](){const _0x46635b=new _0xf11b6a(this['locale']);return _0x46635b['label']=vt(this['locale'],'Remove'),_0x46635b['icon']=_0x3a2fb9,_0x46635b['withText']=!0x0,_0x46635b['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x46635b['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x3dbee8=>!_0x3dbee8),_0x46635b['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x46635b['on']('execute',()=>{this['showConfirm'](vt(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x46635b;}['_createDropdown'](){const _0x2123ad=et(this['locale'],_0x213eda),_0x231129=_0x2123ad['panelView']['children'],_0x4f958f=new it(this['locale']),_0x12f4d2=_0x2123ad['bindTemplate'];st(_0x2123ad,()=>this['items']['find'](_0x546398=>_0x546398['isVisible'])),_0x2123ad['extendTemplate']({'attributes':{'class':[_0x12f4d2['if']('isVisible','ck-hidden',_0x17b232=>!_0x17b232)]}});const _0x371ea2=(_0x4b7bdc,_0x5d5e06=-0x1)=>{const _0x541d5c=new nt(this['locale']);_0x541d5c['children']['add'](_0x4b7bdc);const _0x4a3c72=_0x5d5e06>-0x1?_0x5d5e06:_0x4f958f['items']['length'];_0x4f958f['items']['add'](_0x541d5c,_0x4a3c72);const _0x5207a0=Array['from'](this['items']);_0x2123ad['unbind']('isEnabled','isVisible'),_0x2123ad['bind']('isEnabled')['toMany'](_0x5207a0,'isEnabled',(..._0xf514e7)=>_0xf514e7['some'](_0x3c8337=>_0x3c8337)),_0x2123ad['bind']('isVisible')['toMany'](_0x5207a0,'isVisible',(..._0x106840)=>_0x106840['some'](_0x5dfc00=>_0x5dfc00));};_0x2123ad['panelPosition']='sw',_0x2123ad['buttonView']['set']({'label':vt(this['locale'],'Show\x20more\x20items'),'icon':_0x100589});for(const _0x47c8c7 of this['items'])_0x371ea2(_0x47c8c7);return _0x231129['add'](_0x4f958f),_0x2123ad['listenTo'](this['items'],'add',(_0x339a3e,_0x29a276,_0x4201df)=>{_0x371ea2(_0x29a276,_0x4201df);}),_0x2123ad['listenTo'](this['items'],'remove',(_0x12f9b5,_0x1cbb86,_0x4eed32)=>{_0x4f958f['items']['remove'](_0x4eed32);}),_0x2123ad;}['_attachActions'](_0x2aad54,_0x4a5db4){const _0x106f25=_0x2aad54&&_0x2aad54['element'];_0x106f25&&(this['listenTo'](_0x106f25,'mouseenter',()=>this['actionIndicator']=_0x4a5db4),this['listenTo'](_0x106f25,'focus',()=>this['actionIndicator']=_0x4a5db4),this['listenTo'](_0x106f25,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x106f25,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x2733e3=super['_createCommentInputView']();return _0x2733e3['bind']('placeholder')['to'](this),_0x2733e3;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}}function Nt(_0x4fa29){const _0x4390a6=_0x9931d2(_0x4fa29,0x1e),_0x9450e6=new MutationObserver(_0xa5e4e8=>{for(const _0x485fcb of _0xa5e4e8)('attributes'==_0x485fcb['type']&&'class'==_0x485fcb['attributeName']||'childList'==_0x485fcb['type']||'characterData'==_0x485fcb['type'])&&_0x4390a6();});return{'attach'(_0x19b212){_0x9450e6['observe'](_0x19b212,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x9450e6['disconnect'](),_0x4390a6['cancel']();}};}class AnnotationView extends _0x2abe53{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x1ab1c1,_0x8f07f2){super(_0x1ab1c1),this['id']=_0x4bef68(),this['focusTracker']=new _0x429e85(),this['keystrokes']=new _0x4d990a(),this['keystrokes']['set']('Esc',(_0x34291e,_0x1b8926)=>this['fire']('Esc',_0x1b8926)),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']=Nt(()=>this['_updateHeight']()),this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this),this['content']['add'](_0x8f07f2),this['mainView']=_0x8f07f2;const _0x4af2aa=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x4af2aa['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 _0x243e2d=this['element']['clientHeight'];_0x243e2d&&(this['height']=_0x243e2d);}}class Annotation extends/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x1af248(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x1bad7b,target:_0xae0d9f,type:_0x1a23c0,isVisible:_0xfe47df=!0x0}){super(),this['view']=_0x1bad7b,this['view']['element']||this['view']['render'](),this['_type']=_0x1a23c0,this['_target']=_0xae0d9f,Annotation['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x107b11([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x2c0c99,_0x570347)=>{this['view']['focusTracker']['add'](_0x570347);}),this['focusableElements']['on']('remove',(_0x2d2a7c,_0x491548)=>{this['view']['focusTracker']['remove'](_0x491548);}),this['set']('isVisible',_0xfe47df);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x1919d4=this['_getNormalizedTarget']();return Annotation['_assertCorrectTarget'](_0x1919d4),_0x1919d4;}get['targetRect'](){const _0x479a74=this['target'];if(null===_0x479a74)return null;if(_0x479a74 instanceof _0x3642a6)return _0x479a74;const _0x4f2551=_0x479a74['filter'](_0x124545=>function(_0x7aa377){const _0x292550=_0x7aa377['offsetParent'];if(_0x292550)return!0x0;const _0x4e5953=_0x7aa377['getClientRects']()['item'](0x0);return!!_0x4e5953;}(_0x124545));return 0x0===_0x4f2551['length']?null:_0x3642a6['getDomElementRects'](_0x4f2551[0x0])[0x0];}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x5cbed2){this['view']['isActive']=_0x5cbed2,this['view']['mainView']['isActive']=_0x5cbed2;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x130419){if(!(null===_0x130419||_0x130419 instanceof _0x3642a6||Array['isArray'](_0x130419)&&_0x130419['every'](_0x5d4e45=>kt(_0x5d4e45))))throw new _0x3637f5('annotation-invalid-target',null,{'target':_0x130419});}['_getNormalizedTarget'](){const _0x156b15='function'==typeof this['_target']?this['_target']():this['_target'];return kt(_0x156b15)?[_0x156b15]:_0x156b15;}}function kt(_0x524487){return null!==_0x524487&&'object'==typeof _0x524487&&'nodeType'in _0x524487&&0x1===_0x524487['nodeType'];}class AnnotationCollection extends _0x107b11{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x357ae2=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x429e85(),this['_focusTracker']['on']('change:isFocused',(_0x7ef8a2,_0x591895,_0x52dc86)=>{_0x52dc86||this['fire']('blur');});for(const _0x52fa19 of _0x357ae2)this['add'](_0x52fa19);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x48b30d){if(this['has'](_0x48b30d))throw new _0x3637f5('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x48b30d['innerView'],_0x48b30d),this['_viewToAnnotation']['set'](_0x48b30d['view'],_0x48b30d);for(const _0x131441 of _0x48b30d['focusableElements'])this['_focusTracker']['add'](_0x131441);if(this['listenTo'](_0x48b30d['focusableElements'],'add',(_0x2c0d23,_0x340915)=>{this['_focusTracker']['add'](_0x340915);}),this['listenTo'](_0x48b30d['focusableElements'],'remove',(_0x2c3342,_0x532281)=>{this['_focusTracker']['remove'](_0x532281);}),this['listenTo'](_0x48b30d['view']['focusTracker'],'change:isFocused',(_0x26345a,_0xe57e66,_0x1fc828)=>{_0x1fc828&&this['fire']('focus',_0x48b30d);}),_0x48b30d['updateTargetRect'](),this['_areCachedRectsStale']()){for(const _0x12ee22 of this)_0x12ee22['updateTargetRect']();}const _0x16f009=this['_getOrderInContent'](_0x48b30d['view']['targetRect']);return super['add'](_0x48b30d,_0x16f009);}['remove'](_0x28dc5f){if(!this['has'](_0x28dc5f))throw new _0x3637f5('annotationcollection-not-existing-item',null);this['stopListening'](_0x28dc5f['view']['focusTracker']),this['stopListening'](_0x28dc5f['focusableElements']);for(const _0x5c519d of _0x28dc5f['focusableElements'])this['_focusTracker']['remove'](_0x5c519d);return this['_viewToAnnotation']['delete'](_0x28dc5f['view']),this['_innerViewToAnnotation']['delete'](_0x28dc5f['innerView']),super['remove'](_0x28dc5f);}['getByInnerView'](_0x1083bc){return this['_innerViewToAnnotation']['get'](_0x1083bc);}['getByView'](_0x11ea43){return this['_viewToAnnotation']['get'](_0x11ea43);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x5755b3 of this)_0x5755b3['updateTargetRect']();this['_sort']();}['_sort'](){const _0x48da67=Array['from'](this)['sort']((_0x4d9b29,_0x5a6fb5)=>Rt(_0x4d9b29['view']['targetRect'],_0x5a6fb5['view']['targetRect']));for(let _0xc08847=_0x48da67['length']-0x1;_0xc08847>0x0;_0xc08847--){const _0x382d30=_0x48da67[_0xc08847];_0xc08847!==this['getIndex'](_0x382d30)&&(this['remove'](_0x382d30),this['add'](_0x382d30));}}['_getOrderInContent'](_0x1242f){let _0x5eb231=0x0;if(!_0x1242f)return this['length'];for(const _0x14bb0d of this){const _0x1a263a=_0x14bb0d['view']['targetRect'];if(_0x1a263a){if(Rt(_0x1242f,_0x1a263a)<0x0)return _0x5eb231;_0x5eb231++;}}return _0x5eb231;}['_areCachedRectsStale'](){const _0x23c8d2=this['get'](0x0);if(!_0x23c8d2)return!0x1;const _0x487d14=_0x23c8d2['view']['targetRect'],_0x47daa2=_0x23c8d2['targetRect'];return!(!_0x487d14||!_0x47daa2)&&(_0x487d14['top']!==_0x47daa2['top']||_0x487d14['left']!==_0x47daa2['left']);}}function Ot({source:_0x3bfd7a,target:_0x43216a,filter:_0x49bd68}){for(const _0x835a2d of _0x3bfd7a)_0x49bd68(_0x835a2d)&&_0x43216a['add'](_0x835a2d);_0x43216a['listenTo'](_0x3bfd7a,'add',(_0x2bd314,_0x3be8a5)=>{_0x49bd68(_0x3be8a5)&&_0x43216a['add'](_0x3be8a5);}),_0x43216a['listenTo'](_0x3bfd7a,'remove',(_0x4fbaa0,_0xb3acc)=>{_0x43216a['has'](_0xb3acc)&&_0x43216a['remove'](_0xb3acc);});}function Rt(_0x4a0a9b,_0x49ce54){if(null===_0x4a0a9b&&null===_0x49ce54)return 0x0;if(null===_0x4a0a9b)return-0x1;if(null===_0x49ce54)return 0x1;const _0xb16989=_0x4a0a9b['top']-_0x49ce54['top'];return 0x0==_0xb16989?_0x4a0a9b['left']-_0x49ce54['left']:_0xb16989;}class Annotations extends _0x445a8f{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5d483c){if(super(_0x5d483c),this['collection']=new AnnotationCollection(),this['_visibleAnnotations']=new AnnotationCollection(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x5d483c instanceof _0x439930){const _0x508caf=_0x5d483c['locale'];_0x5d483c['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':vt(_0x508caf,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':vt(_0x508caf,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':vt(_0x508caf,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':vt(_0x508caf,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':vt(_0x508caf,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':vt(_0x508caf,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':vt(_0x508caf,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x4dee8d){this['collection']['add'](_0x4dee8d);}['remove'](_0x7506f1){this['collection']['remove'](_0x7506f1),_0x7506f1['destroy']();}['refreshVisibility'](){for(const _0x11e5f4 of this['collection'])_0x11e5f4['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x353996){return this['collection']['getByInnerView'](_0x353996);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x539cb9 of this['collection'])_0x539cb9['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x1eae48){this['fire']('_activateAnnotation',_0x1eae48);}['createAnnotation'](_0x5a43fd){return new Annotation(_0x5a43fd);}['createAnnotationView'](_0x3bf47c,_0x489d2e){return new AnnotationView(_0x3bf47c,_0x489d2e);}['_addActiveAnnotation'](_0x209054){const _0x2258ec=new Set(this['activeAnnotations']);_0x2258ec['add'](_0x209054),this['activeAnnotations']=_0x2258ec;}['_removeActiveAnnotation'](_0x2e715b){const _0x27ed15=new Set(this['activeAnnotations']);_0x27ed15['delete'](_0x2e715b),this['activeAnnotations']=_0x27ed15;}['_bindAnnotationsToVisibleAnnotations'](){const _0x3b36b7=this['collection'],_0x3723be=this['_visibleAnnotations'];function _0x146441(_0x3029ab){const _0xb1b142=_0x3029ab['source'];_0xb1b142['isVisible']&&!_0x3723be['has'](_0xb1b142)?_0x3723be['add'](_0xb1b142):!_0xb1b142['isVisible']&&_0x3723be['has'](_0xb1b142)&&_0x3723be['remove'](_0xb1b142),_0xb1b142['view']['focusTracker']['remove'](_0xb1b142['view']['element']),_0xb1b142['view']['focusTracker']['add'](_0xb1b142['view']['element']);}this['listenTo'](_0x3b36b7,'add',(_0xe1f3b0,_0x62ab9d)=>{_0x62ab9d['isVisible']&&_0x3723be['add'](_0x62ab9d),this['listenTo'](_0x62ab9d,'change:isVisible',_0x146441);}),this['listenTo'](_0x3b36b7,'remove',(_0x4afc2b,_0x26eae4)=>{_0x3723be['has'](_0x26eae4)&&_0x3723be['remove'](_0x26eae4),this['stopListening'](_0x26eae4,'change:isVisible',_0x146441);});}['_setupEnterAnnotationKeystroke'](){const _0x13ad49=_0x22d458=>{_0x22d458['on']('ready',()=>{_0x22d458['keystrokes']['set'](_0xe779b7,(_0x46bb5d,_0x7e4937)=>{const _0x52c3a5=_0x3e2cd1(this['activeAnnotations']['values']());_0x52c3a5&&(_0x52c3a5['view']['focus'](),_0x7e4937());});});};this['context']instanceof _0x439930?_0x13ad49(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x185e5b,_0x497bd4)=>{_0x13ad49(_0x497bd4);});}['_setupEscapeAnnotationHandling'](){const _0x5be0c1=_0xd5db8a=>{const _0x3d7aad=_0xd5db8a['source'],_0xc80ca1=[];let _0x3ed314;if(Array['isArray'](_0x3d7aad['target'])){_0x3ed314=_0x3d7aad['target'][0x0],this['context']instanceof _0x439930?_0xc80ca1['push'](this['context']):this['context']['editors']&&_0xc80ca1['push'](...this['context']['editors']);for(const _0x4e6661 of _0xc80ca1)for(const _0x2e7dc0 of _0x4e6661['editing']['view']['domRoots']['values']())if(_0x2e7dc0['contains'](_0x3ed314))return void _0x4e6661['editing']['view']['focus']();_0x3ed314['focus']();}};this['listenTo'](this['collection'],'add',(_0x42ab1b,_0x26c2cb)=>{this['listenTo'](_0x26c2cb,'escape',_0x5be0c1,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x9ecfef,_0x15ae37)=>{this['stopListening'](_0x15ae37,'escape',_0x5be0c1);});}}const Mt=Symbol('noChannel'),St={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class CommentsRepository extends _0x445a8f{['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[Annotations,_0x1703a4,_0x30b835];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5e5734){super(_0x5e5734),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x324e0e=this['context']['config'];_0x324e0e['define']('comments.maxCommentsWhenCollapsed',0x2),_0x324e0e['define']('comments.maxThreadTotalWeight',0x1f4),_0x324e0e['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x324e0e['define']('comments.CommentThreadView',CommentThreadView),_0x324e0e['define']('comments.CommentView',CommentView),_0x324e0e['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x8b0bc9=this['context']['plugins']['get'](Annotations);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x5de830,_0x50469c)=>this['_addCommentThread'](_0x50469c)),this['on']('submitCommentThread',(_0x54e2b7,_0x5dd30a)=>this['_submitCommentThread'](_0x5dd30a)),this['on']('resolveCommentThread',(_0x51c7d7,_0x3e58f1)=>this['_resolveCommentThread'](_0x3e58f1)),this['on']('resolveCommentThread',(_0x66c869,_0x70ecba)=>this['_updateActiveAnnotation'](_0x70ecba),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x1e5c71,_0x97834e)=>this['_reopenCommentThread'](_0x97834e)),this['on']('reopenCommentThread',(_0x498bde,_0x2263a6)=>this['_updateActiveAnnotation'](_0x2263a6),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x31ee7c,_0x5cc839)=>this['_removeCommentThread'](_0x5cc839)),this['on']('updateCommentThread',(_0x1278a4,_0x85404f)=>this['_updateCommentThread'](_0x85404f)),this['on']('updateCommentThread',(_0x19e693,_0x258325)=>this['_updateActiveAnnotation'](_0x258325),{'priority':'lowest'}),this['on']('addComment',(_0x5be47c,_0x1d6038)=>this['_addComment'](_0x1d6038)),this['on']('updateComment',(_0x2fd809,_0x14fdb7)=>this['_updateComment'](_0x14fdb7)),this['on']('removeComment',(_0x44bef0,_0x44cf75)=>this['_removeComment'](_0x44cf75)),this['on']('addComment',(_0xc59a42,{threadId:_0x39eb20,isFromAdapter:_0x4bdd8a})=>{if(_0x4bdd8a)return;const _0x4163ff=this['getCommentThread'](_0x39eb20),_0x40c586=_0x4163ff&&this['_threadToController']['get'](_0x4163ff);_0x40c586&&_0x40c586['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x8b0bc9,'change:activeAnnotations',(_0x1772c6,_0x49bd75,_0x5657ea)=>{const _0x5a1e87=Array['from'](_0x5657ea)['map'](_0x21c77c=>this['_viewToController']['get'](_0x21c77c['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x5a1e87?_0x5a1e87['model']:null;});}set['adapter'](_0xc2abb3){if(this['_adapter'])throw new _0x3637f5('commentsrepository-adapter-already-set');this['_adapter']=_0xc2abb3;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x1207ae=Mt,threadId:_0x346686=_0x4bef68(),comments:_0x282769=[],unlinkedAt:_0x110dd1=null,resolvedAt:_0x3a3826=null,resolvedBy:_0x2981ca=null,target:_0x1812a7=null,context:_0x430878=null,attributes:_0x799ce7={},isResolvable:_0x122ef1=!0x0,isSubmitted:_0x1aef2e=!0x1,isFromAdapter:_0x35fd5c=!0x1}={}){return this['fire'](xt('addCommentThread',_0x1207ae),{'channelId':_0x1207ae,'threadId':_0x346686,'comments':_0x282769,'unlinkedAt':_0x110dd1,'resolvedAt':_0x3a3826,'resolvedBy':_0x2981ca,'target':_0x1812a7,'context':_0x430878,'attributes':_0x799ce7,'isFromAdapter':_0x35fd5c,'isResolvable':_0x122ef1,'isSubmitted':_0x1aef2e}),this['getCommentThread'](_0x346686);}['openNewCommentThread']({channelId:_0x3295c0=Mt,threadId:_0x43e9be=_0x4bef68(),target:_0x1921bd,context:_0x55a169=null,isResolvable:_0x2619ed=!0x0}){if(this['_readOnlyChannels']['has'](_0x3295c0)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x1921bd)throw new _0x3637f5('commentsrepository-missing-target');const _0x15ab42=this['addCommentThread']({'channelId':_0x3295c0,'threadId':_0x43e9be,'target':_0x1921bd,'context':_0x55a169,'isResolvable':_0x2619ed});if(!_0x15ab42)return null;const _0x2bc026=this['_threadToController']['get'](_0x15ab42),_0x28d5d2=_0x2bc026['view']['commentThreadInputView']['commentInputView'],_0x62a838=this['context']['plugins']['get'](Annotations),_0x194a44=_0x62a838['getByInnerView'](_0x2bc026['view']);return _0x62a838['activate'](_0x194a44),_0x28d5d2['once']('editorReady',()=>_0x28d5d2['focus']()),_0x15ab42;}['hasCommentThread'](_0x1eea22){if('string'!=typeof _0x1eea22)throw new _0x3637f5('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x1eea22);}['updateCommentThread']({channelId:_0x2d3db8=Mt,threadId:_0xbc6f61,context:_0x4ca72d,unlinkedAt:_0xd8bc59,attributes:_0x549336,isFromAdapter:_0x1ae30b=!0x1}){return this['fire'](xt('updateCommentThread',_0x2d3db8),{'channelId':_0x2d3db8,'threadId':_0xbc6f61,'context':_0x4ca72d,'unlinkedAt':_0xd8bc59,'attributes':_0x549336,'isFromAdapter':_0x1ae30b}),this['getCommentThread'](_0xbc6f61);}['getCommentThread'](_0x2a9b7a){if('string'!=typeof _0x2a9b7a)throw new _0x3637f5('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x2a9b7a);}['fetchCommentThread']({channelId:_0x59bb13,threadId:_0x570ea8}={}){const _0xea0beb=this['getCommentThread'](_0x570ea8);if(_0xea0beb)return Promise['resolve'](_0xea0beb);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x3637f5('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x59bb13,'threadId':_0x570ea8})['then'](_0x518727=>this['hasCommentThread'](_0x570ea8)?this['getCommentThread'](_0x570ea8):_0x518727?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x59bb13},_0x518727)):void 0x0)['catch'](_0x41018a=>{throw console['error'](_0x41018a),new _0x3637f5('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x3c79d9,skipNotAttached:_0x31de0f=!0x1,skipEmpty:_0x1b6c99=!0x1,toJSON:_0x2f100c=!0x1}={}){const _0xc571e3=[];for(const _0x410fcf of this['_threads']['values']())_0x3c79d9&&_0x410fcf['channelId']!==_0x3c79d9||_0x31de0f&&!_0x410fcf['isAttached']||_0x1b6c99&&0x0===_0x410fcf['length']||_0xc571e3['push'](_0x410fcf);return _0x2f100c?_0xc571e3['map'](_0x55ee32=>_0x55ee32['toJSON']()):_0xc571e3;}['getAnnotationForCommentThread'](_0x112a0d){const _0x2ad07e=this['_threadToController']['get'](_0x112a0d);if(!_0x2ad07e)return null;return this['context']['plugins']['get'](Annotations)['getByInnerView'](_0x2ad07e['view'])||null;}['getCommentThreadForAnnotation'](_0x355a38){const _0x530642=this['_viewToController']['get'](_0x355a38['innerView']);return _0x530642?_0x530642['model']:null;}['setActiveCommentThread'](_0x298376){const _0x4dc500=this['context']['plugins']['get'](Annotations);if(!_0x298376)return void(this['activeCommentThread']&&_0x4dc500['deactivateAll']());const _0x25449e=this['getCommentThread'](_0x298376);if(!_0x25449e)throw new _0x3637f5('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x298376});if(!this['_threadToController']['has'](_0x25449e))throw new _0x3637f5('commentsrepository-active-not-attached',null,{'threadId':_0x298376});const _0x4b7dcd=_0x4dc500['getByInnerView'](this['_threadToController']['get'](_0x25449e)['view']);_0x4dc500['activate'](_0x4b7dcd);}['switchReadOnly'](_0x42dca6,_0x2fa7fa){_0x42dca6?this['_readOnlyChannels']['add'](_0x2fa7fa):this['_readOnlyChannels']['delete'](_0x2fa7fa),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x59a73a){return this['_readOnlyChannels']['has'](_0x59a73a)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x27f35c,_0x48a8d8){return new CommentThreadController(_0x27f35c,_0x48a8d8);}['setPermissions'](_0x3258fa,_0x1ffb96=Mt){this['_permissions']['set'](_0x1ffb96,_0x3258fa),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x33872a=Mt){return this['_permissions']['has'](_0x33872a)?this['_permissions']['get'](_0x33872a):St;}['_addCommentThread']({channelId:_0x1a92aa,threadId:_0x30df15,comments:_0x20439c,unlinkedAt:_0x49c1a8,resolvedAt:_0x3d7f81,resolvedBy:_0x254bb2,target:_0x1c0648,context:_0x318245,attributes:_0x4182d7,isFromAdapter:_0x5dae67,isResolvable:_0x5abf7c,isSubmitted:_0x3f2cca}){if('string'!=typeof _0x30df15)throw new _0x3637f5('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x30df15});if(this['hasCommentThread'](_0x30df15))throw new _0x3637f5('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x30df15});const _0x4d7bdb=new CommentThread(this,{'channelId':_0x1a92aa,'id':_0x30df15,'context':_0x318245,'attributes':_0x4182d7,'unlinkedAt':_0x49c1a8,'resolvedAt':_0x3d7f81,'resolvedBy':_0x254bb2?this['context']['plugins']['get'](_0x30b835)['getUser'](_0x254bb2):null,'isResolvable':_0x5abf7c,'isSubmitted':_0x3f2cca||_0x5dae67});this['_threads']['set'](_0x30df15,_0x4d7bdb);for(const _0x165a71 of _0x20439c)_0x4d7bdb['_add'](this['_createNewComment']({'threadId':_0x30df15,..._0x165a71}));return _0x1c0648&&_0x4d7bdb['attachTo'](_0x1c0648),_0x5dae67||!_0x4d7bdb['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x1a92aa,'threadId':_0x30df15});}['_submitCommentThread']({channelId:_0x1c7c01,threadId:_0x191f01}){if(!this['hasCommentThread'](_0x191f01))throw new _0x3637f5('commentsrepository-missing-comment-thread',this);const _0x122d50=this['getCommentThread'](_0x191f01);if(_0x122d50['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x51de71,comments:_0x2467c2,resolvedAt:_0x5f338f,resolvedBy:_0x47ee69,context:_0x130195,attributes:_0xda424d}=_0x122d50,_0x2e5d69=this['context']['plugins']['get']('PendingActions'),_0x2f3ad3=_0x2e5d69['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x1c7c01,'threadId':_0x51de71,'comments':_0x2467c2['map'](_0x2e8e4f=>_0x2e8e4f['toJSON']()),'resolvedAt':_0x5f338f,'resolvedBy':_0x47ee69?_0x47ee69['id']:_0x47ee69,'context':_0x130195,'attributes':_0xda424d})['then'](({comments:_0x4a6187})=>{_0x2e5d69['remove'](_0x2f3ad3);for(const _0x14b59a of _0x4a6187)this['_updateComment']({'channelId':_0x1c7c01,'threadId':_0x191f01,'commentId':_0x14b59a['commentId'],'createdAt':_0x14b59a['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x37fb55=>{throw console['error'](_0x37fb55),new _0x3637f5('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x113ef2,target:_0x4991b1}){const _0x1521ae=this['getCommentThread'](_0x113ef2);if(!_0x1521ae)throw new _0x3637f5('commentsrepository-attach-missing-comment-thread',this);const _0x42ed45=this['context']['plugins']['get']('PendingActions'),_0x165881=this['context']['plugins']['get'](Annotations),_0x542062=this['_createCommentThreadView'](_0x1521ae),_0x5ca20f=new CommentThreadController(_0x1521ae,_0x542062);let _0x2161ac=null;_0x542062['on']('change:isDirty',(_0x13dbf3,_0x205f95,_0x26eb44)=>{_0x26eb44?_0x2161ac=_0x42ed45['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x2161ac&&(_0x42ed45['remove'](_0x2161ac),_0x2161ac=null);}),this['_threadToController']['set'](_0x1521ae,_0x5ca20f),this['_viewToController']['set'](_0x542062,_0x5ca20f);const _0x2ad775=new AnnotationView(this['context']['locale'],_0x542062);_0x2ad775['bind']('length')['to'](_0x542062),_0x2ad775['bind']('isDirty')['to'](_0x542062,'isDirty',_0x542062,'length',(_0x55e434,_0x3050aa)=>_0x55e434||!_0x3050aa),_0x2ad775['bind']('isActive')['to'](_0x542062),_0x2ad775['type']='comment';const _0x3e46e9=new Annotation({'view':_0x2ad775,'target':_0x4991b1,'type':'comment','isVisible':!_0x1521ae['archivedAt']&&!!('function'==typeof _0x4991b1?_0x4991b1():_0x4991b1)});return _0x542062['on']('escape',()=>{_0x3e46e9['fire']('escape');}),this['_bindAnnotationToEditors'](_0x542062,_0x3e46e9),_0x165881['add'](_0x3e46e9),_0x3e46e9;}['_bindAnnotationToEditors'](_0x411202,_0x4438f5){this['listenTo'](_0x411202,'editorReady',(_0x5d111a,_0x1499ec)=>{const _0x77e78=_0x1499ec['ui']['view']['body']['bodyCollectionContainer'];_0x4438f5['focusableElements']['add'](_0x77e78),this['context']instanceof _0x439930&&this['context']['ui']['focusTracker']['add'](_0x77e78);},{'priority':'highest'}),this['listenTo'](_0x411202,'editorDestroyed',(_0x46bb30,_0x4e469f)=>{const _0x5371a8=_0x4e469f['ui']['view']['body']['bodyCollectionContainer'];_0x4438f5['focusableElements']['has'](_0x5371a8)&&_0x4438f5['focusableElements']['remove'](_0x5371a8),this['context']instanceof _0x439930&&this['context']['ui']['focusTracker']['remove'](_0x5371a8);});}['_unbindEditors'](_0x4d97e4){this['stopListening'](_0x4d97e4,'editorReady'),this['stopListening'](_0x4d97e4,'editorDestroyed');}['_createCommentThreadView'](_0x484d34){const _0x29e275=this['context']['plugins']['get'](_0x30b835),{config:_0x171f27,locale:_0x5409b8}=this['context'],_0x49d3a1=_0x1547c5(_0x171f27['get']('locale'),_0x5409b8);return new(0x0,(_0x171f27['get']('comments'))['CommentThreadView'])(_0x5409b8,_0x484d34,_0x29e275['me'],{'editorConfig':{..._0x171f27['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x171f27['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x171f27['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x171f27['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x171f27['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x49d3a1,'CommentView':_0x171f27['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x25a2fb,channelId:_0x12b75a,resolvedAt:_0x4fce6e,resolvedBy:_0x56840b,isFromAdapter:_0x1b5e72}){if(!this['hasCommentThread'](_0x25a2fb))throw new _0x3637f5('commentsrepository-missing-comment-thread',null,{'threadId':_0x25a2fb});const _0x3eda52=this['getCommentThread'](_0x25a2fb);if(_0x3eda52['isResolved'])throw new _0x3637f5('commentsrepository-resolved-comment-thread',null,{'threadId':_0x25a2fb});const _0x2041c1=this['context']['plugins']['get'](_0x30b835);if(_0x3eda52['resolvedBy']=_0x2041c1['getUser'](_0x56840b),_0x3eda52['resolvedAt']=_0x4fce6e,_0x1b5e72||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x2a9912=this['context']['plugins']['get']('PendingActions'),_0x717022=_0x2a9912['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x12b75a,'threadId':_0x25a2fb})['then'](({resolvedAt:_0x1acc86,resolvedBy:_0x5620b1})=>{_0x2a9912['remove'](_0x717022),_0x3eda52['resolvedBy']['id']!==_0x5620b1&&(_0x3eda52['resolvedBy']=_0x2041c1['getUser'](_0x5620b1)),_0x3eda52['resolvedAt']=_0x1acc86;})['catch'](_0x4ccd5f=>{throw console['error'](_0x4ccd5f),new _0x3637f5('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x4eaa6b,channelId:_0x346f89,isFromAdapter:_0x51f9b9}){if(!this['hasCommentThread'](_0x4eaa6b))throw new _0x3637f5('commentsrepository-missing-comment-thread',null,{'threadId':_0x4eaa6b});const _0x3bbd35=this['getCommentThread'](_0x4eaa6b);if(!_0x3bbd35['isResolved'])throw new _0x3637f5('commentsrepository-reopen-comment-thread',null,{'threadId':_0x4eaa6b});if(_0x3bbd35['resolvedBy']=null,_0x3bbd35['resolvedAt']=null,_0x51f9b9||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x29240c=this['context']['plugins']['get']('PendingActions'),_0x110a7a=_0x29240c['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x346f89,'threadId':_0x4eaa6b})['then'](()=>_0x29240c['remove'](_0x110a7a))['catch'](_0x1f0293=>{throw console['error'](_0x1f0293),new _0x3637f5('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x41911b,isFromAdapter:_0x2e99cf}){const _0x7854d4=this['getCommentThread'](_0x41911b);if(!_0x7854d4)throw new _0x3637f5('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x41911b),this['_threads']['delete'](_0x41911b),!_0x7854d4['isSubmitted']||_0x2e99cf||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x59d425=this['context']['plugins']['get']('PendingActions'),{channelId:_0x35d6d7}=_0x7854d4,_0x3088ec=_0x59d425['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x35d6d7,'threadId':_0x41911b})['then'](()=>_0x59d425['remove'](_0x3088ec))['catch'](_0x526afb=>{throw console['error'](_0x526afb),new _0x3637f5('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x256eb9,unlinkedAt:_0xde3732,context:_0x2e638f,attributes:_0x508ecc,isFromAdapter:_0x474fc4}){if('string'!=typeof _0x256eb9)throw new _0x3637f5('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x256eb9});if(!this['hasCommentThread'](_0x256eb9))throw new _0x3637f5('commentsrepository-missing-comment-thread',null,{'threadId':_0x256eb9});const _0x306712=this['getCommentThread'](_0x256eb9);let _0x41e3fd=!0x1;if(void 0x0!==_0x2e638f&&_0x306712['context']!==_0x2e638f&&(_0x306712['context']=_0x2e638f,_0x41e3fd=!0x0),void 0x0!==_0xde3732&&_0x306712['unlinkedAt']!==_0xde3732&&(_0x306712['unlinkedAt']=_0xde3732,_0x41e3fd=!0x0),_0x508ecc&&!_0x4bab5d(_0x508ecc,_0x306712['attributes'])&&(_0x306712['attributes']=_0x508ecc,_0x41e3fd=!0x0),!_0x41e3fd)return Promise['resolve']();if(!_0x306712['isSubmitted']||_0x474fc4||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x559597=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3dff98}=_0x306712,_0x110b7b=_0x559597['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x3dff98,'threadId':_0x256eb9,'context':_0x2e638f,'unlinkedAt':_0xde3732,'attributes':_0x508ecc})['then'](()=>_0x559597['remove'](_0x110b7b))['catch'](_0x25428c=>{throw console['error'](_0x25428c),new _0x3637f5('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x5e05c6){const _0x446e42=this['context']['plugins']['get'](Annotations),_0x4f6ce1=this['getCommentThread'](_0x5e05c6);if(_0x4f6ce1['_isAttached']=!0x1,this['_threadToController']['has'](_0x4f6ce1)){const _0x489972=this['_threadToController']['get'](_0x4f6ce1),_0x4a4299=_0x489972['view'],_0x2c840c=_0x446e42['getByInnerView'](_0x4a4299);this['_threadToController']['delete'](_0x4f6ce1),this['_viewToController']['delete'](_0x4a4299),_0x2c840c&&_0x446e42['remove'](_0x2c840c),_0x489972['destroy'](),_0x4a4299['destroy']()['then'](()=>{this['_unbindEditors'](_0x4a4299);});}}['_updateActiveAnnotation']({threadId:_0x42ea3f,resolvedAt:_0x448c5b,unlinkedAt:_0x509b75}){const _0x35a2b7=!!_0x448c5b,_0x1b3861=this['context']['plugins']['get'](Annotations),_0x3eb9ff=this['getCommentThread'](_0x42ea3f);if(this['_threadToController']['has'](_0x3eb9ff)){const _0x46bc3e=this['_threadToController']['get'](_0x3eb9ff)['view'],_0x583f90=_0x1b3861['getByInnerView'](_0x46bc3e);_0x583f90&&(_0x35a2b7&&_0x1b3861['_removeActiveAnnotation'](_0x583f90),_0x509b75?_0x583f90['isVisible']=!0x1:_0x583f90['refreshVisibility']());}}['_getExternalAuthor'](_0x5b1c8f){const _0x542dbd=this['context']['plugins']['get'](_0x30b835),_0x5927cb=_0x4c8c4f('external:'+_0x5b1c8f),_0x18d223=_0x542dbd['getUser'](_0x5927cb);return _0x18d223||_0x542dbd['addUser']({'id':_0x5927cb,'name':_0x5b1c8f});}['_createNewComment']({threadId:_0x1a85cb,commentId:_0x36e831=_0x4bef68(),content:_0x303c1f,authorId:_0x22c609,createdAt:_0x14de20,attributes:_0x206d9d}){if('string'!=typeof _0x36e831)throw new _0x3637f5('commentsrepository-invalid-commentid');if('string'!=typeof _0x22c609)throw new _0x3637f5('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x303c1f||!_0x303c1f['trim']())throw new _0x3637f5('commentsrepository-invalid-comment-content');const _0x287693=this['context']['plugins']['get'](_0x30b835)['getUser'](_0x22c609);if(!_0x287693)throw new _0x3637f5('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x22c609});let _0x10b3b5=null,_0x3c0041=_0x14de20;return _0x206d9d?.['@external']&&(_0x10b3b5=this['_getExternalAuthor'](_0x206d9d['@external']['authorName']),_0x3c0041=new Date(_0x206d9d['@external']['createdAt'])),new Comment(this,{'threadId':_0x1a85cb,'id':_0x36e831,'author':_0x10b3b5||_0x287693,'creator':_0x287693,'content':_0x303c1f,'createdAt':_0x14de20,'authoredAt':_0x3c0041,'attributes':_0x206d9d});}['_addComment'](_0x399290){let {threadId:_0x7dd429,content:_0x2d51fb,attributes:_0x664ac,isFromAdapter:_0x5004c3}=_0x399290;const _0x1e065c=this['getCommentThread'](_0x399290['threadId']);if(!_0x1e065c)throw new _0x3637f5('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x3371a0=this['_createNewComment'](_0x399290),{id:_0x42e41e}=_0x3371a0;if(_0x1e065c['_add'](_0x3371a0),_0x5004c3||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x1e065c['isSubmitted'])return Promise['resolve']();const _0x37a03e=this['context']['plugins']['get']('PendingActions'),{channelId:_0x46d959}=_0x1e065c,_0x525652=_0x37a03e['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x664ac||(_0x664ac={}),this['adapter']['addComment']({'channelId':_0x46d959,'threadId':_0x7dd429,'commentId':_0x42e41e,'content':_0x2d51fb,'attributes':_0x664ac})['then'](_0x5801eb=>{_0x37a03e['remove'](_0x525652),_0x5801eb&&this['_updateComment']({'channelId':_0x46d959,'threadId':_0x7dd429,'commentId':_0x42e41e,'createdAt':_0x5801eb['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x14df57=>{throw console['error'](_0x14df57),new _0x3637f5('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x334c90,commentId:_0x37f5eb,content:_0x530f18,createdAt:_0x3d6a67,attributes:_0x5ee58e,isFromAdapter:_0x1d3313}){if(void 0x0!==_0x530f18&&('string'!=typeof _0x530f18||!_0x530f18['trim']()['length']))throw new _0x3637f5('commentsrepository-update-comment-invalid-content');const _0x4bec31=this['getCommentThread'](_0x334c90),_0x7b6e3b=_0x4bec31['getComment'](_0x37f5eb);if(!_0x7b6e3b)throw new _0x3637f5('commentsrepository-update-missing-comment',this);let _0x382d76=!0x1;if(_0x530f18&&_0x530f18!==_0x7b6e3b['content']&&(_0x7b6e3b['isEditable']||_0x1d3313)&&(_0x7b6e3b['content']=_0x530f18,_0x382d76=!0x0),_0x3d6a67&&_0x3d6a67!==_0x7b6e3b['createdAt']&&(_0x7b6e3b['createdAt']=_0x3d6a67,_0x7b6e3b['attributes']&&_0x7b6e3b['attributes']['@external']||(_0x7b6e3b['authoredAt']=_0x3d6a67),_0x382d76=!0x0),_0x5ee58e&&!_0x4bab5d(_0x5ee58e,_0x7b6e3b['attributes'])&&(_0x7b6e3b['attributes']=_0x5ee58e,_0x382d76=!0x0),!_0x382d76)return Promise['resolve']();if(_0x4bec31['fire']('commentUpdated'),_0x1d3313||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x4c1b2b=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2410fd}=this['getCommentThread'](_0x7b6e3b['threadId']),_0x410332=_0x4c1b2b['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x2410fd,'threadId':_0x334c90,'commentId':_0x37f5eb,'content':_0x530f18,'attributes':_0x5ee58e})['then'](()=>_0x4c1b2b['remove'](_0x410332))['catch'](_0x340530=>{throw console['error'](_0x340530),new _0x3637f5('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x17ff29,commentId:_0x1b03b9,isFromAdapter:_0x3e20cd}){const _0x2b73dd=this['getCommentThread'](_0x17ff29),_0x2d11f5=_0x2b73dd['getComment'](_0x1b03b9);if(!_0x2d11f5)throw new _0x3637f5('commentsrepository-remove-missing-comment',this);if(_0x2b73dd['_remove'](_0x2d11f5),_0x3e20cd||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x439751=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1eacf6}=_0x2b73dd,_0x5c7de6=_0x439751['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x1eacf6,'threadId':_0x17ff29,'commentId':_0x1b03b9})['then'](()=>_0x439751['remove'](_0x5c7de6))['catch'](_0x1af5c4=>{throw console['error'](_0x1af5c4),new _0x3637f5('commentsrepository-remove-comment-internal-error',this);});}}class CommentThread extends/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x1af248(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x1ef00a,_0x505623){super();const _0x3c5eb7=_0x505623['isResolvable'];this['channelId']=_0x505623['channelId'],this['id']=_0x505623['id'],this['comments']=new _0x107b11(),this['_repository']=_0x1ef00a,this['_isAttached']=!0x1,this['_isSubmitted']=_0x505623['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x1ef00a,'_permissions',_0x1ef00a,'_readOnlyChannels',()=>_0x1ef00a['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x1ef00a,'_permissions',()=>_0x1ef00a['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x1ef00a,'_permissions',()=>{const _0xe84487=_0x1ef00a['getPermissions'](this['channelId']);return _0xe84487['write']||_0xe84487['admin'];}),this['bind']('isResolvable')['to'](_0x1ef00a,'_permissions',()=>_0x3c5eb7&&_0x1ef00a['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x505623['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x408c74,_0x2bc281)=>_0x408c74?_0x2bc281?_0x408c74<_0x2bc281?_0x408c74:_0x2bc281:_0x408c74:_0x2bc281),this['set']('unlinkedAt',_0x505623['unlinkedAt']||null),this['set']('resolvedAt',_0x505623['resolvedAt']||null),this['set']('resolvedBy',_0x505623['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x5ec17c=>!!_0x5ec17c),this['set']('attributes',_0x505623['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x922ba9,_0x416495)=>_0x922ba9+_0x416495['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x3689fb,id:_0x13648d}=this;this['_repository']['fire'](xt('submitCommentThread',_0x3689fb),{'channelId':_0x3689fb,'threadId':_0x13648d});}['setUnlinkedAt'](_0x47a969){this['_update']({'unlinkedAt':_0x47a969});}['resolve']({resolvedAt:_0x261296=new Date(),resolvedBy:_0x2657fa='',isFromAdapter:_0x302bee=!0x1}={}){const _0x4bddba=this['_repository']['context']['plugins']['get'](_0x30b835)['me'],{channelId:_0x7dc8ab,id:_0xf19cbe}=this;this['_repository']['fire'](xt('resolveCommentThread',_0x7dc8ab),{'channelId':_0x7dc8ab,'threadId':_0xf19cbe,'resolvedAt':_0x261296,'resolvedBy':_0x2657fa||_0x4bddba['id'],'isFromAdapter':_0x302bee});}['reopen']({isFromAdapter:_0x28f2e4=!0x1}={}){const {channelId:_0x494660,id:_0x8ee694}=this;this['_repository']['fire'](xt('reopenCommentThread',_0x494660),{'channelId':_0x494660,'threadId':_0x8ee694,'isFromAdapter':_0x28f2e4});}['setContext'](_0x539031){this['context']||this['_update']({'context':_0x539031});}['setAttribute'](_0x4e5e7b,_0xe061c2){const _0x4837fb=_0x931025(this['attributes']);_0x18ab1f(_0x4837fb,_0x4e5e7b,_0xe061c2),this['_update']({'attributes':_0x4837fb});}['removeAttribute'](_0x44bab0){const _0x240755=_0x931025(this['attributes']);_0x3804fe(_0x240755,_0x44bab0),this['_update']({'attributes':_0x240755});}['remove']({isFromAdapter:_0x415fdd=!0x1}={}){const {channelId:_0x553235,id:_0x2d1e55}=this;this['_repository']['fire'](xt('removeCommentThread',_0x553235),{'channelId':_0x553235,'threadId':_0x2d1e55,'isFromAdapter':_0x415fdd});}['attachTo'](_0x5be41f){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x5be41f});}['addComment'](_0x2683e8){const {channelId:_0xd01ed0,id:_0x1aea77}=this;this['_repository']['fire'](xt('addComment',_0xd01ed0,_0x1aea77),Object['assign']({'channelId':_0xd01ed0,'threadId':_0x1aea77},_0x2683e8));}['getComment'](_0x17a9dc){if('string'!=typeof _0x17a9dc)throw new _0x3637f5('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x17a9dc});return this['comments']['get'](_0x17a9dc);}['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'](_0x120f09=>_0x120f09['toJSON']()),'attributes':this['attributes']};}['_add'](_0x438a19){return this['listenTo'](_0x438a19,'change:authoredAt',()=>{const _0x599610=this['_findOptimalIndex'](_0x438a19),_0x1d2e6d=this['comments'];_0x599610-0x1!=_0x1d2e6d['getIndex'](_0x438a19)&&_0x599610+0x1!=_0x1d2e6d['getIndex'](_0x438a19)&&(this['_remove'](_0x438a19),this['_add'](_0x438a19));}),this['comments']['add'](_0x438a19,this['_findOptimalIndex'](_0x438a19));}['_update'](_0x55fb12){const {channelId:_0x2d9c35,id:_0x3cc3e1}=this;this['_repository']['fire'](xt('updateCommentThread',_0x2d9c35),{..._0x55fb12,'channelId':_0x2d9c35,'threadId':_0x3cc3e1});}['_remove'](_0x40e024){return this['stopListening'](_0x40e024),_0x40e024['destroy'](),this['comments']['remove'](_0x40e024);}['_findOptimalIndex'](_0x579b4a){const _0x53be2a=this['comments']['find'](_0x31a8b1=>new Date(_0x31a8b1['authoredAt'])['getTime']()>new Date(_0x579b4a['authoredAt'])['getTime']());return _0x53be2a?this['comments']['getIndex'](_0x53be2a):this['length'];}}class Comment extends/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x1af248(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x1d9c85,_0x28f2b2){super();const _0x20b5bb=_0x1d9c85['context']['plugins']['get'](_0x30b835)['me'],_0x4f3d7d=_0x1d9c85['getCommentThread'](_0x28f2b2['threadId']),_0x5e0628=0x0===_0x4f3d7d['comments']['length'],_0x43ea58=_0x20b5bb===_0x28f2b2['author'];this['id']=_0x28f2b2['id'],this['threadId']=_0x28f2b2['threadId'],this['author']=_0x28f2b2['author'],this['creator']=_0x28f2b2['creator'],this['isExternal']=Boolean(_0x28f2b2['attributes']&&_0x28f2b2['attributes']['@external']),this['set']('content',_0x28f2b2['content']),this['createdAt']=_0x28f2b2['createdAt']||new Date(),this['set']('authoredAt',_0x28f2b2['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x4f3d7d,'resolvedAt'),this['set']('attributes',_0x28f2b2['attributes']||{}),this['bind']('isEditable')['to'](_0x1d9c85,'_permissions',()=>{const _0x28c613=_0x1d9c85['getPermissions'](_0x4f3d7d['channelId'])['write'],_0x29df89=_0x1d9c85['getPermissions'](_0x4f3d7d['channelId'])['modifyAll'];return _0x43ea58&&_0x28c613||!_0x43ea58&&_0x29df89;}),this['bind']('isRemovable')['to'](_0x4f3d7d,'isRemovable',_0x1d9c85,'_permissions',_0x590745=>{const _0x5dc98b=_0x1d9c85['getPermissions'](_0x4f3d7d['channelId'])['write'],_0x1d0e7b=_0x1d9c85['getPermissions'](_0x4f3d7d['channelId'])['modifyAll'];return _0x43ea58&&_0x5dc98b||_0x590745&&_0x5e0628||!_0x43ea58&&_0x1d0e7b&&!_0x5e0628;}),this['bind']('isReadOnly')['to'](_0x4f3d7d,'isReadOnly'),this['_repository']=_0x1d9c85;}get['weight'](){return Math['max'](function(_0x5be830){const _0x1dea71=document['createElement']('div');return _0x1dea71['innerHTML']=_0x5be830,_0x1dea71['textContent']['length'];}(this['content']),0xc8);}['update'](_0x195472){const {threadId:_0x262eef,id:_0x1ad160}=this;if(!this['_repository']['hasCommentThread'](_0x262eef))throw new _0x3637f5('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x1990af}=this['_repository']['getCommentThread'](_0x262eef);this['_repository']['fire'](xt('updateComment',_0x1990af,_0x262eef),{'channelId':_0x1990af,'threadId':_0x262eef,'commentId':_0x1ad160,..._0x195472});}['setAttribute'](_0x267c6a,_0x1efd44){const _0x5b9a97=_0x931025(this['attributes']);_0x18ab1f(_0x5b9a97,_0x267c6a,_0x1efd44),this['update']({'attributes':_0x5b9a97});}['removeAttribute'](_0x3770f7){const _0x3e8b3d=_0x931025(this['attributes']);_0x3804fe(_0x3e8b3d,_0x3770f7),this['update']({'attributes':_0x3e8b3d});}['remove'](_0x13372c={}){if(!_0x13372c['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x2cbfca,id:_0x6191b3}=this;if(!this['_repository']['hasCommentThread'](_0x2cbfca))throw new _0x3637f5('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x142aeb}=this['_repository']['getCommentThread'](_0x2cbfca);this['_repository']['fire'](xt('removeComment',_0x142aeb,_0x2cbfca),{'channelId':_0x142aeb,'threadId':_0x2cbfca,'commentId':_0x6191b3,..._0x13372c});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function xt(_0x4f8cc5,..._0x5013be){for(const _0x261a6d of _0x5013be)void 0x0!==_0x261a6d&&(_0x4f8cc5+=':'+String(_0x261a6d));return _0x4f8cc5;}class AddCommentThreadCommand extends _0x31ad21{constructor(_0x1dd59a){super(_0x1dd59a),this['set']('hasContent',!0x1);}['refresh'](){const _0x30a5cf=this['editor']['model']['document']['selection'];this['isEnabled']=!0x0,this['hasContent']=!0x1;for(const _0x3b26c9 of _0x30a5cf['getRanges']())if(this['_hasContent'](_0x3b26c9))return void(this['hasContent']=!0x0);}['execute']({threadId:_0x3beb2e=_0x4bef68(),ranges:_0x5cdbe8,comment:_0x551421}={}){const _0x429e76=this['editor']['model'],_0x59e0fb=_0x5cdbe8??Array['from'](_0x429e76['document']['selection']['getRanges']()),_0x305860=[];for(const _0x590b19 of _0x59e0fb)this['_hasContent'](_0x590b19)&&_0x305860['push'](this['_trimToContent'](_0x590b19));if(!_0x305860['length'])throw new _0x3637f5('addcommentthreadcommand-incorrect-ranges',null);_0x551421&&this['_createCommentThread'](_0x3beb2e,_0x551421),this['_createMarkersFromRanges'](_0x3beb2e,_0x305860,!!_0x551421);}['_createMarkersFromRanges'](_0x8fee35,_0x23fed8,_0x17b2c6){this['editor']['model']['change'](_0x23ea8c=>{for(const _0x3c772c of _0x23fed8){const _0x4b4fc1=_0x4bef68()['substr'](0x1,0x5),_0x57b2b3='comment:'+_0x8fee35+':'+_0x4b4fc1;_0x23ea8c['addMarker'](_0x57b2b3,{'range':_0x3c772c,'usingOperation':_0x17b2c6,'affectsData':_0x17b2c6});}});}['_createCommentThread'](_0x45c6be,_0x43c517){const _0x1fb39b=this['editor']['plugins']['get']('CommentsRepository'),_0xa7c9a6=this['editor']['config']['get']('collaboration.channelId'),_0x59f032=this['editor']['plugins']['get']('Users')['me'];if(!_0x59f032)throw new _0x3637f5('addcommentthreadcommand-user-not-found',null);_0x1fb39b['addCommentThread']({'threadId':_0x45c6be,'channelId':_0xa7c9a6,'comments':[{'authorId':_0x59f032['id'],'content':_0x43c517,'createdAt':new Date(),'attributes':{}}]});}['_hasContent'](_0x5c3e15){for(const _0x365849 of _0x5c3e15['getItems']())if(this['_itemIsContent'](_0x365849))return!0x0;return!0x1;}['_itemIsContent'](_0x24f232){return _0x24f232['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x24f232)&&!_0x24f232['is']('element','tableCell');}['_trimToContent'](_0x463b52){const _0x8cf066=_0x125e33=>!this['_itemIsContent'](_0x125e33['item']),_0x451447=_0x463b52['start']['getLastMatchingPosition'](_0x8cf066),_0x132587=_0x463b52['end']['getLastMatchingPosition'](_0x8cf066,{'direction':'backward'});return this['editor']['model']['createRange'](_0x451447,_0x132587);}}class EditorAnnotations extends _0x6ef60f{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[Annotations];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2285d6){super(_0x2285d6),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x19c297=this['editor'],_0x1f2205=_0x19c297['model']['document']['selection'],_0x3ca32c=_0x227501(()=>this['refreshSelectedViews'](),0xa);_0x1f2205['on']('change:range',(_0x45069f,_0x1877ca)=>{_0x1877ca['directChange']&&(_0x3ca32c['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x19c297['editing']['view']['document'],'change:isFocused',(_0x5bb665,_0x823fb1,_0x46bdbf)=>{_0x46bdbf&&_0x3ca32c();}),this['listenTo'](_0x19c297['ui']['focusTracker'],'change:isFocused',(_0x2c7e3e,_0x5e51f7,_0x2446c1)=>{_0x2446c1||this['fire']('blur',{'isAnnotationTracked':_0x30616=>this['_editorAnnotationsData']['has'](_0x30616['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0xa6efeb){if(this['_editorAnnotations']['has'](_0xa6efeb['view']))return;this['_editorAnnotations']['add'](_0xa6efeb['view']),this['editor']['ui']['focusTracker']['add'](_0xa6efeb['view']['element']);const _0x120c0e=this['editor']['plugins']['get'](Annotations);this['listenTo'](_0x120c0e['collection'],'remove',(_0x3a57f1,_0xb6cae)=>{this['editor']['ui']['focusTracker']['remove'](_0xb6cae['view']['element']),this['_editorAnnotations']['delete'](_0xb6cae['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x3eec9f){if('function'!=typeof _0x3eec9f)throw new _0x3637f5('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x3eec9f);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x186930,annotations:_0x3f9c63}){const _0x57e0b7=[],_0x286893=this['editor']['model']['document']['selection'],_0x4f76a3=Array['from'](_0x286893['getRanges']());for(const [_0x7f4cbe,_0x359523]of this['_editorAnnotationsData']){const _0x2a4ba3=_0x19210b(_0x359523),_0x28c64a=_0x3f9c63['getByInnerView'](_0x7f4cbe);_0x2a4ba3&&_0x28c64a&&_0x57e0b7['push']({'annotation':_0x28c64a,'range':_0x2a4ba3});}function _0x19210b(_0x5eb234){for(const _0x519b09 of _0x5eb234)for(const _0x21b6d4 of _0x4f76a3)if(_0x519b09['containsRange'](_0x21b6d4,!_0x286893['isCollapsed']))return _0x519b09;return null;}return _0x57e0b7['sort']((_0x21dc7a,_0x4d0876)=>{const _0x4c8a8f=_0x21dc7a['range'],_0x2a2491=_0x4d0876['range'];if(!_0x4c8a8f['isEqual'](_0x2a2491)){if(_0x4c8a8f['containsRange'](_0x2a2491,!0x0))return 0x1;if(_0x2a2491['containsRange'](_0x4c8a8f,!0x0))return-0x1;}return _0x21dc7a['annotation']==_0x186930?-0x1:_0x4d0876['annotation']==_0x186930?0x1:0x0;})['map'](_0x58c746=>_0x58c746['annotation']);}get['_editorAnnotationsData'](){const _0x33d43d=new Map();for(const _0xf25549 of Array['from'](this['_dataCollectors']))for(const [_0x9c598b,_0x296828]of _0xf25549())_0x33d43d['set'](_0x9c598b,_0x296828);return _0x33d43d;}}class CommentsRestrictedEditingMode extends _0x6ef60f{['afterInit'](){const _0x601f27=this['editor'];if(!_0x601f27['plugins']['has']('RestrictedEditingModeEditing'))return;_0x601f27['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class CommentsImportWord extends _0x6ef60f{constructor(_0x5b2248){super(_0x5b2248),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x472c43=this['editor'],_0x24c300=_0x472c43['commands']['get']('importWord'),_0x39c064=_0x472c43['plugins']['get'](_0x30b835);_0x24c300&&(_0x24c300['on']('execute',(_0x24cff8,[,_0x41e8a5])=>{_0x41e8a5['collaboration_features']={'comments':!0x0,'user_id':_0x39c064['me']['id']};},{'priority':_0x30588b['high']+0xa}),this['listenTo'](_0x24c300,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x295f63,_0xf27f2c){const {comment_threads:_0x18746f}=_0xf27f2c;_0x18746f&&_0x18746f['forEach'](({thread_id:_0x37f387,comments:_0x54de37,is_resolved:_0x452c6e})=>{const _0x1c2088=new Date(),_0x3ffaee=_0x54de37['map'](({author:_0x2e537a,content:_0x1e9a14,created_at:_0x532e4b})=>({'content':_0x1e9a14,'authorId':this['editor']['plugins']['get'](_0x30b835)['me']['id'],'createdAt':_0x1c2088,'attributes':{'@external':{'authorName':_0x2e537a,'createdAt':_0x532e4b?new Date(_0x532e4b):new Date(),'source':'importWord'}}})),_0x400d8b=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](CommentsRepository)['addCommentThread']({'channelId':_0x400d8b,'threadId':_0x37f387,'comments':_0x3ffaee,'resolvedAt':_0x452c6e?_0x1c2088:null});});}}class CommentsClipboard extends _0x6ef60f{constructor(_0x223bbc){super(_0x223bbc),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[pt,wt];}['afterInit'](){const _0x6830fb=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x6830fb,'contentInsertion',(_0x10b676,_0x469ef6)=>this['_removeMarkersWithoutThreads'](_0x469ef6['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x14ac75){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x14ac75;const _0x42c528=this['editor']['plugins']['get']('CommentsRepository');for(const _0x23fa0b of _0x14ac75['keys']()){const [_0x596f76,_0x5067c4]=_0x23fa0b['split'](':');'comment'!=_0x596f76||_0x42c528['hasCommentThread'](_0x5067c4)||_0x14ac75['delete'](_0x23fa0b);}return _0x14ac75;}['_registerMarkerInClipboardPipeline'](){const _0x47027a=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x15f085=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x15f085&&_0x47027a['_registerMarkerToCopy']('comment',_0x15f085);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x580a67){switch(_0x580a67){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}function Pt(_0x49f65b){const _0x514129=_0x49f65b['split'](':');return{'group':_0x514129[0x0],'id':_0x514129[0x1],'part':_0x514129[0x2]};}class ShowCommentHighlights extends _0x6ef60f{['init'](){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}['overrideMarkerConverters'](){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0x101fd6,_0x442f3c)=>{if(!_0x442f3c['options']['showCommentHighlights'])return null;if(_0x442f3c['options']['ignoreResolvedComments']){const {id:_0x343f02}=Pt(_0x101fd6['markerName']),_0x20fc2d=this['editor']['plugins']['get'](CommentsRepository);if(_0x20fc2d['getCommentThread'](_0x343f02)?.['isResolved']&&_0x101fd6['item'])return _0x442f3c['consumable']['consume'](_0x101fd6['item'],'addMarker:'+_0x101fd6['markerName']),_0x442f3c['consumable']['consume'](_0x101fd6['item'],'removeMarker:'+_0x101fd6['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x158612=>{_0x158612['on']('addMarker:comment',(_0x3e6073,_0x17b36d,_0x185ade)=>{if(!_0x185ade['options']['showCommentHighlights'])return;const _0x5c4bf2=_0x17b36d['item'];if(!_0x5c4bf2)return;const _0x5af734=_0x185ade['mapper']['toViewElement'](_0x5c4bf2);this['editor']['model']['schema']['isObject'](_0x5c4bf2)&&_0x5af734&&!_0x5af734['getCustomProperty']('widget')&&_0x5af734['is']('containerElement')&&It(_0x5af734,_0x185ade['writer']);},{'priority':'high'});});}['overrideHorizontalRuleConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x9715e8,{writer:_0x52218c,options:_0x13dc8c})=>{if(!_0x13dc8c['showCommentHighlights'])return null;const _0x99d3a8=_0x52218c['createContainerElement']('div'),_0x5efced=_0x52218c['createEmptyElement']('hr');return _0x52218c['addClass']('ck-horizontal-line',_0x99d3a8),_0x52218c['insert'](_0x52218c['createPositionAt'](_0x99d3a8,0x0),_0x5efced),_0x99d3a8;},'converterPriority':'high'});}['overrideImageInlineConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x5d57f9,{writer:_0xfb4c61,options:_0x219d88})=>{if(!_0x219d88['showCommentHighlights'])return null;const _0x4f8f19=_0xfb4c61['createContainerElement']('span'),_0x2c3eab=_0xfb4c61['createEmptyElement']('img');return _0xfb4c61['addClass']('image-inline',_0x4f8f19),_0xfb4c61['insert'](_0xfb4c61['createPositionAt'](_0x4f8f19,0x0),_0x2c3eab),_0x4f8f19;},'converterPriority':'high'});}['overrideMediaEmbedConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x36ac61,{writer:_0x110b06,options:_0x520a96})=>{if(_0x520a96['showCommentHighlights'])return _0x110b06['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x50ebf1,_0x264a37,_0xb6a076)=>{_0xb6a076['options']['showCommentHighlights']&&_0x50ebf1['stop']();},{'priority':'high'});}}class CommentsEditing extends _0x6ef60f{static get['requires'](){return[CommentsRepository,EditorAnnotations,_0x30b835,CommentsRestrictedEditingMode,CommentsImportWord,CommentsClipboard,ShowCommentHighlights];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5595ce){super(_0x5595ce),this['set']('isThreadsLoadingPaused',!0x0),_0x5595ce['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x14c258,_0x4bfba3,_0xbd5934,_0x1bb703)=>{const _0x4565d3=_0x5595ce['plugins']['get'](CommentsRepository),_0x573332=_0xbd5934?Pt(_0xbd5934)['id']:null;_0x5595ce['model']['change'](()=>{if(_0x573332){const _0x2c3529=this['getAllMarkersForId'](_0x573332);for(const _0x3fb67f of _0x2c3529)_0x5595ce['editing']['reconvertMarker'](_0x3fb67f);}if(_0x1bb703){const {id:_0x1253aa}=Pt(_0x1bb703),_0x21519f=_0x4565d3['getCommentThread'](_0x1253aa);if(_0x21519f&&_0x21519f['unlinkedAt'])return;if(_0x21519f&&!_0x21519f['isAttached'])return;const _0x455756=this['getAllMarkersForId'](_0x1253aa);for(const _0x382640 of _0x455756)_0x5595ce['editing']['reconvertMarker'](_0x382640);}}),_0x573332&&this['scrollToThreadMarker'](_0x573332);}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x568509=this['editor'],_0x2c392b=_0x568509['plugins']['get'](CommentsRepository),_0x4d3603=_0x568509['config']['get']('collaboration.channelId'),_0x51efb9=_0x2c392b['getCommentThreads']()['filter'](_0x53b9d5=>_0x53b9d5['channelId']!==_0x4d3603);_0x568509['commands']['add']('addCommentThread',new AddCommentThreadCommand(_0x568509)),this['listenTo'](_0x568509,'change:isReadOnly',(_0x446f03,_0x434a56,_0x23f05c)=>{_0x2c392b['switchReadOnly'](_0x23f05c,_0x568509['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x2c392b,Vt('addCommentThread',_0x4d3603),(_0x43c459,{threadId:_0x391a7e})=>{const _0x527b6e=this['editor']['plugins']['get'](CommentsRepository)['getCommentThread'](_0x391a7e);_0x527b6e?.['unlinkedAt']&&this['_attachArchivedThread'](_0x391a7e);}),this['listenTo'](_0x2c392b,Vt('removeCommentThread',_0x4d3603),(_0x13844f,{threadId:_0x18badb})=>{_0x568509['model']['enqueueChange']({'isUndoable':!0x1},_0x104d39=>{const _0x5a1b5f=this['getAllMarkersForId'](_0x18badb);for(const _0x5b7646 of _0x5a1b5f)_0x104d39['removeMarker'](_0x5b7646);});}),this['listenTo'](_0x2c392b,Vt('resolveCommentThread',_0x4d3603),(_0x19c210,{threadId:_0x106168})=>{this['_reconvertMarkers'](_0x106168);const _0x122d4b=this['editor']['plugins']['get'](Annotations);(this['editor']['editing']['view']['hasDomSelection']||_0x122d4b['collection']['isFocused'])&&(this['editor']['plugins']['get'](CommentsRepository)['getCommentThread'](_0x106168)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x2c392b,Vt('reopenCommentThread',_0x4d3603),(_0x591ca5,{threadId:_0x15e4cd})=>{this['_reconvertMarkers'](_0x15e4cd);},{'priority':'low'}),this['listenTo'](_0x2c392b,Vt('addComment',_0x4d3603),(_0x20195f,{threadId:_0x1d1cef,isFromAdapter:_0xb6c7f})=>{const _0x4a24a9=this['getAllMarkersForId'](_0x1d1cef);if(_0xb6c7f||0x0==_0x4a24a9['length']||!_0x2c392b['hasCommentThread'](_0x1d1cef))return;0x1===_0x2c392b['getCommentThread'](_0x1d1cef)['length']&&_0x568509['model']['enqueueChange']({'isUndoable':!0x1},_0x3c5526=>{for(const _0x3a7453 of _0x4a24a9)_0x3c5526['updateMarker'](_0x3a7453,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0x51efb9);}['afterInit'](){!async function(_0xd41910){const _0x335cfe=_0x168fea([0x4b,0x70,0x4f,0x42,0x4a,0x47,0x4e,0x53,0x45,0x67,0x71,0x43,0x79,0x66,0x56,0x46,0x31,0x6b,0x5a,0x38,0x6c,0x62,0x6e,0x52,0x6a,0x4d,0x37,0x65,0x49,0x7a,0x41,0x73,0x44,0x51,0x48,0x77,0x39,0x61,0x54,0x68,0x75,0x36,0x72,0x63,0x59,0x69,0x30,0x35,0x55,0x6d,0x50,0x4c,0x34,0x64,0x33,0x58,0x32,0x57,0x6f,0x74,0x76,0x78]),_0x2a8af8=0x73460ab3,_0x31afef=0x734180e3^_0x2a8af8,_0x566661=window[_0x168fea([0x44,0x61,0x74,0x65])][_0x168fea([0x6e,0x6f,0x77])](),_0x366ec1=_0xd41910[_0x168fea([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3a34c1=new window[(_0x168fea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xba5a3c=>{_0x366ec1[_0x168fea([0x6f,0x6e,0x63,0x65])](_0x168fea([0x72,0x65,0x61,0x64,0x79]),_0xba5a3c);}),_0x37828e={[_0x168fea([0x6b,0x74,0x79])]:_0x168fea([0x45,0x43]),[_0x168fea([0x75,0x73,0x65])]:_0x168fea([0x73,0x69,0x67]),[_0x168fea([0x63,0x72,0x76])]:_0x168fea([0x50,0x2d,0x32,0x35,0x36]),[_0x168fea([0x78])]:_0x168fea([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x168fea([0x79])]:_0x168fea([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x168fea([0x61,0x6c,0x67])]:_0x168fea([0x45,0x53,0x32,0x35,0x36])},_0x1df0e3=_0x366ec1[_0x168fea([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x168fea([0x67,0x65,0x74])](_0x168fea([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2b9ef7(){let _0x436e97,_0x4112a6=null,_0x2303e1=null;try{if(_0x1df0e3==_0x168fea([0x47,0x50,0x4c]))return _0x168fea([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x436e97=_0x21a64c(),!_0x436e97)return _0x168fea([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x436e97[_0x168fea([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2303e1=_0x52cee9(_0x436e97[_0x168fea([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x436e97[_0x168fea([0x6a,0x74,0x69])])),await _0x1eb88a()?_0x534a58()?_0x537c60()?_0x168fea([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3b6e16()?(_0x436e97[_0x168fea([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x168fea([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4112a6=_0x2a740d(_0x168fea([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x23ca96()):_0x168fea([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x168fea([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x168fea([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x168fea([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x537c60(){const _0x5ea11c=[_0x168fea([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x168fea([0x74,0x72,0x69,0x61,0x6c])][_0x168fea([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x436e97[_0x168fea([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x566661/0x3e8:0xe10*_0x31afef;return _0x436e97[_0x168fea([0x65,0x78,0x70])]<_0x5ea11c;}function _0x534a58(){const _0x1743f7=_0x436e97[_0x168fea([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x1743f7)return!0x1;if(_0x1743f7[_0x168fea([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x168fea([0x2a])))return!0x0;if(_0x1743f7[_0x168fea([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x168fea([0x43,0x4d,0x54])))return!0x0;if(_0x1743f7[_0x168fea([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x168fea([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))&&_0x53c25a())return!0x0;if(_0x1743f7[_0x168fea([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x168fea([0x52,0x43,0x4d,0x54]))){if(_0x327f14())return!0x0;if(_0x2ed367()||_0x470c15())return!0x0;}return!0x1;}function _0x3b6e16(){const _0x222a5b=_0x436e97[_0x168fea([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x222a5b||0x0==_0x222a5b[_0x168fea([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x849def}=new URL(window[_0x168fea([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x222a5b[_0x168fea([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x849def))return!0x0;const _0x154e06=_0x849def[_0x168fea([0x73,0x70,0x6c,0x69,0x74])](_0x168fea([0x2e]));return _0x222a5b[_0x168fea([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x283082=>_0x283082[_0x168fea([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x168fea([0x2a])))[_0x168fea([0x6d,0x61,0x70])](_0x14d732=>_0x14d732[_0x168fea([0x73,0x70,0x6c,0x69,0x74])](_0x168fea([0x2e])))[_0x168fea([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4adfe8=>_0x4adfe8[_0x168fea([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x154e06[_0x168fea([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x168fea([0x6d,0x61,0x70])](_0x9d48c3=>Array(_0x154e06[_0x168fea([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x9d48c3[_0x168fea([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x168fea([0x66,0x69,0x6c,0x6c])](_0x9d48c3[0x0]===_0x168fea([0x2a])?_0x168fea([0x2a]):'')[_0x168fea([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x9d48c3))[_0x168fea([0x73,0x6f,0x6d,0x65])](_0x1dc6ff=>_0x154e06[_0x168fea([0x65,0x76,0x65,0x72,0x79])]((_0x442771,_0x49fd55)=>_0x1dc6ff[_0x49fd55]===_0x442771||_0x1dc6ff[_0x49fd55]===_0x168fea([0x2a])));}function _0x23ca96(){return _0x4112a6&&_0x2303e1?new window[(_0x168fea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4b89db,_0x335229)=>{_0x4112a6[_0x168fea([0x74,0x68,0x65,0x6e])](_0x4b89db,_0x335229),_0x2303e1[_0x168fea([0x74,0x68,0x65,0x6e])](_0x5114e4=>{_0x5114e4!=_0x168fea([0x56,0x61,0x6c,0x69,0x64])&&_0x4b89db(_0x5114e4);},_0x335229);}):_0x4112a6||_0x2303e1||_0x168fea([0x56,0x61,0x6c,0x69,0x64]);}}function _0x52cee9(_0x1a8aa4,_0x2617d8){return new window[(_0x168fea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x499ff6=>{if(_0x5a89c0())return _0x499ff6(_0x168fea([0x56,0x61,0x6c,0x69,0x64]));_0x16f940(),_0x366ec1[_0x168fea([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x168fea([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4c0371=!0x1;const _0x4c7f52=_0x4bef68();function _0x2b3a6b(_0x27dc6a){return!!_0x27dc6a&&(typeof _0x27dc6a===_0x168fea([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x27dc6a===_0x168fea([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x27dc6a[_0x168fea([0x74,0x68,0x65,0x6e])]===_0x168fea([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x27dc6a[_0x168fea([0x63,0x61,0x74,0x63,0x68])]===_0x168fea([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5ea420(_0x35c53c){_0x22ed0e(_0x35c53c)[_0x168fea([0x74,0x68,0x65,0x6e])](_0x2b8f0b=>{if(!_0x2b8f0b||_0x2b8f0b[_0x168fea([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x168fea([0x6f,0x6b]))return _0x168fea([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4f6bdd(_0x41906f(_0x4c7f52+_0x2617d8))!=_0x2b8f0b[_0x168fea([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x168fea([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x168fea([0x56,0x61,0x6c,0x69,0x64]);})[_0x168fea([0x74,0x68,0x65,0x6e])](_0x23a25b=>(_0x4b4a87(),_0x23a25b),()=>{const _0x1f3a23=_0x4cd089();return null==_0x1f3a23?(_0x4b4a87(),_0x168fea([0x56,0x61,0x6c,0x69,0x64])):_0x168fea(_0x566661-_0x1f3a23>(0x574a8eb3^_0x2a8af8)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x168fea([0x74,0x68,0x65,0x6e])](_0x499ff6)[_0x168fea([0x63,0x61,0x74,0x63,0x68])](()=>{_0x499ff6(_0x168fea([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x158092=0x7370e433^_0x2a8af8;function _0x4b4a87(){const _0x21ec33=_0x168fea([0x6c,0x6c,0x63,0x74,0x2d])+_0x4f6bdd(_0x41906f(_0x1a8aa4)),_0x3aefaa=_0x4b7d59(_0x4f6bdd(window[_0x168fea([0x4d,0x61,0x74,0x68])][_0x168fea([0x63,0x65,0x69,0x6c])](_0x566661/_0x158092)));window[_0x168fea([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x168fea([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x21ec33,_0x3aefaa);}function _0x4cd089(){const _0x8edcd0=_0x168fea([0x6c,0x6c,0x63,0x74,0x2d])+_0x4f6bdd(_0x41906f(_0x1a8aa4)),_0x1cc909=window[_0x168fea([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x168fea([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x8edcd0);return _0x1cc909?window[_0x168fea([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4b7d59(_0x1cc909),0x10)*_0x158092:null;}function _0x22ed0e(_0x39c6b9){return new window[(_0x168fea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x335867,_0xbdbdf7)=>{_0x39c6b9[_0x168fea([0x74,0x68,0x65,0x6e])](_0x335867,_0xbdbdf7),window[_0x168fea([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xbdbdf7,0x7347de73^_0x2a8af8);});}}_0x366ec1[_0x168fea([0x6f,0x6e])](_0x168fea([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x124acf,_0x16ffeb)=>{if(_0x16ffeb[0x0]!=_0x1a8aa4)return _0x499ff6(_0x168fea([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x16ffeb[0x1]={..._0x16ffeb[0x1],[_0x168fea([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4c7f52};},{[_0x168fea([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x168fea([0x68,0x69,0x67,0x68])}),_0x366ec1[_0x168fea([0x6f,0x6e])](_0x168fea([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x31477e=>{_0x2b3a6b(_0x31477e[_0x168fea([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4c0371=!0x0,_0x5ea420(_0x31477e[_0x168fea([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x168fea([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x168fea([0x6c,0x6f,0x77])}),_0x3a34c1[_0x168fea([0x74,0x68,0x65,0x6e])](()=>{_0x4c0371||_0x499ff6(_0x168fea([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5a89c0(){return _0x366ec1[_0x168fea([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x168fea([0x76,0x69,0x65,0x77])][_0x168fea([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x168fea([0x61,0x75,0x74,0x6f]);}function _0x16f940(){_0x366ec1[_0x168fea([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x168fea([0x76,0x69,0x65,0x77])][_0x168fea([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x168fea([0x61,0x75,0x74,0x6f]);}}function _0x2a740d(_0x259945){const _0x4adcac=[new window[(_0x168fea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x36785b=>setTimeout(_0x36785b,0x734f347f^_0x2a8af8)),_0x3a34c1[_0x168fea([0x74,0x68,0x65,0x6e])](()=>new window[(_0x168fea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x10cfb0=>{let _0x314ede=0x0;_0x366ec1[_0x168fea([0x6d,0x6f,0x64,0x65,0x6c])][_0x168fea([0x6f,0x6e])](_0x168fea([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xc3d313,_0x395244)=>{_0x395244[0x0][_0x168fea([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x314ede++,_0x314ede==(0x73460f5b^_0x2a8af8)&&(_0x10cfb0(),_0xc3d313[_0x168fea([0x6f,0x66,0x66])]());});}))];return window[_0x168fea([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x168fea([0x72,0x61,0x63,0x65])](_0x4adcac)[_0x168fea([0x74,0x68,0x65,0x6e])](()=>_0x259945);}async function _0x250524(){await _0x3a34c1,_0x366ec1[_0x168fea([0x6d,0x6f,0x64,0x65,0x6c])][_0x168fea([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1c0e34,_0x366ec1[_0x168fea([0x6d,0x6f,0x64,0x65,0x6c])][_0x168fea([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1c0e34,_0x366ec1[_0x168fea([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x168fea([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x53c25a(){return window[_0x168fea([0x67,0x6c,0x6f,0x62])]&&window[_0x168fea([0x67,0x6c,0x6f,0x62])][_0x168fea([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x327f14(){return _0x5f3c06(_0x168fea([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x4661fc(_0x168fea([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x168fea([0x73,0x74,0x61,0x74,0x65])]==_0x168fea([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x2ed367(){return _0x5f3c06(_0x168fea([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0x470c15(){return _0x5f3c06(_0x168fea([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x250fdf(_0x58dfc){const _0x292852=_0x16b01f();_0x366ec1[_0x292852]=_0x168fea([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x58dfc,_0x58dfc!=_0x168fea([0x56,0x61,0x6c,0x69,0x64])&&_0x250524();}function _0x16b01f(){const _0x22fbab=window[_0x168fea([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x168fea([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x168fea([0x6e,0x6f,0x77])]())[_0x168fea([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x168fea([0x2e]),'');let _0x255f8b=_0x168fea([0x4b]);for(let _0x1193d9=0x0;_0x1193d9<_0x22fbab[_0x168fea([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1193d9+=0x2){let _0x155e49=window[_0x168fea([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x22fbab[_0x168fea([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1193d9,_0x1193d9+0x2));_0x155e49>=_0x335cfe[_0x168fea([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x155e49-=_0x335cfe[_0x168fea([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x255f8b+=_0x335cfe[_0x155e49];}return _0x255f8b;}function _0x21a64c(){const _0x29c7e0=_0x1df0e3[_0x168fea([0x73,0x70,0x6c,0x69,0x74])](_0x168fea([0x2e]));if(0x3!=_0x29c7e0[_0x168fea([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2bd8bc(_0x29c7e0[0x1]);function _0x2bd8bc(_0x3f77c4){const _0xc933a=_0x2e0af7(_0x3f77c4);return _0xc933a&&_0x150d21()?_0xc933a:null;function _0x150d21(){const _0x5deb76=_0xc933a[_0x168fea([0x6a,0x74,0x69])],_0x31eea9=window[_0x168fea([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5deb76[_0x168fea([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5deb76[_0x168fea([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x6d91eb={..._0xc933a,[_0x168fea([0x6a,0x74,0x69])]:_0x5deb76[_0x168fea([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5deb76[_0x168fea([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x6d91eb[_0x168fea([0x76,0x63])],_0x41906f(_0x6d91eb)==_0x31eea9;}}}async function _0x1eb88a(){let _0x3c0bbf=!0x0;try{const _0x33c640=_0x1df0e3[_0x168fea([0x73,0x70,0x6c,0x69,0x74])](_0x168fea([0x2e])),[_0x89327d,_0x28ed2b,_0xe4af24]=_0x33c640;return _0x50ebc3(_0x89327d),await _0x333728(_0x89327d,_0x28ed2b,_0xe4af24),_0x3c0bbf;}catch{return!0x1;}function _0x50ebc3(_0x47a5f7){const _0x95aacb=_0x2e0af7(_0x47a5f7);_0x95aacb&&_0x95aacb[_0x168fea([0x61,0x6c,0x67])]==_0x168fea([0x45,0x53,0x32,0x35,0x36])||(_0x3c0bbf=!0x1);}async function _0x333728(_0x15d7be,_0x409bf4,_0x216170){const _0x1f43a2=window[_0x168fea([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x168fea([0x66,0x72,0x6f,0x6d])](_0x1e923a(_0x216170),_0x590b79=>_0x590b79[_0x168fea([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5b7226=new window[(_0x168fea([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x168fea([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x15d7be+_0x168fea([0x2e])+_0x409bf4),_0x3588de=window[_0x168fea([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x168fea([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3588de)return;const _0x4b91e5=await _0x3588de[_0x168fea([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x168fea([0x6a,0x77,0x6b]),_0x37828e,{[_0x168fea([0x6e,0x61,0x6d,0x65])]:_0x168fea([0x45,0x43,0x44,0x53,0x41]),[_0x168fea([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x168fea([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x168fea([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3588de[_0x168fea([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x168fea([0x6e,0x61,0x6d,0x65])]:_0x168fea([0x45,0x43,0x44,0x53,0x41]),[_0x168fea([0x68,0x61,0x73,0x68])]:{[_0x168fea([0x6e,0x61,0x6d,0x65])]:_0x168fea([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4b91e5,_0x1f43a2,_0x5b7226)||(_0x3c0bbf=!0x1);}}function _0x2e0af7(_0x484080){return _0x484080[_0x168fea([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x168fea([0x65,0x79]))?JSON[_0x168fea([0x70,0x61,0x72,0x73,0x65])](_0x1e923a(_0x484080)):null;}function _0x1e923a(_0x596240){return window[_0x168fea([0x61,0x74,0x6f,0x62])](_0x596240[_0x168fea([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x168fea([0x2b]))[_0x168fea([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x168fea([0x2f])));}function _0x41906f(_0x462f49){let _0x1dc6fa=0x1505;function _0x387789(_0x320956){for(let _0x31a66f=0x0;_0x31a66f<_0x320956[_0x168fea([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x31a66f++){const _0xb42be=_0x320956[_0x168fea([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x31a66f);_0x1dc6fa=(_0x1dc6fa<<0x5)+_0x1dc6fa+_0xb42be,_0x1dc6fa&=_0x1dc6fa;}}function _0x8359ee(_0x311b6d){Array[_0x168fea([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x311b6d)?_0x311b6d[_0x168fea([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x8359ee):_0x311b6d&&typeof _0x311b6d==_0x168fea([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x168fea([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x311b6d)[_0x168fea([0x73,0x6f,0x72,0x74])]()[_0x168fea([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x30bfee,_0x1fbd79])=>{_0x387789(_0x30bfee),_0x8359ee(_0x1fbd79);}):_0x387789(window[_0x168fea([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x311b6d));}return _0x8359ee(_0x462f49),_0x1dc6fa>>>0x0;}function _0x4f6bdd(_0x318ffa){return _0x318ffa[_0x168fea([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x168fea([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x168fea([0x30]));}function _0x4b7d59(_0x266e18){return _0x266e18[_0x168fea([0x73,0x70,0x6c,0x69,0x74])]('')[_0x168fea([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x168fea([0x6a,0x6f,0x69,0x6e])]('');}function _0x5f3c06(_0x3c7334){return _0x366ec1[_0x168fea([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x168fea([0x68,0x61,0x73])](_0x3c7334);}function _0x4661fc(_0x598610){return _0x366ec1[_0x168fea([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x168fea([0x67,0x65,0x74])](_0x598610);}function _0x1c0e34(){}function _0x168fea(_0x5544b9){return _0x5544b9['map'](_0x35d36e=>String['fromCharCode'](_0x35d36e))['join']('');}_0x250fdf(await _0x2b9ef7());}(this);}['destroy'](){const _0x250766=this['editor']['plugins']['get'](CommentsRepository),_0xbd994c=this['editor']['config']['get']('collaboration.channelId');for(const _0x1bc390 of _0x250766['getCommentThreads']({'channelId':_0xbd994c}))_0x250766['_detachCommentThread'](_0x1bc390['id']),_0x250766['_threads']['delete'](_0x1bc390['id']);super['destroy']();}['hasMarkerForId'](_0x578649){return this['getAllMarkersForId'](_0x578649)['length']>0x0;}['getAllMarkersForId'](_0xfe078){const _0x5799e8=[];for(const _0x318b53 of this['editor']['model']['markers'])_0x318b53['name']['startsWith']('comment:'+_0xfe078)&&_0x5799e8['push'](_0x318b53);return _0x5799e8;}['scrollToThreadMarker'](_0x179b90){setTimeout(()=>{const _0x3e76d2=this['_getTargetForId'](_0x179b90);if(!_0x3e76d2)return;this['activeMarker']&&Pt(this['activeMarker'])['id']===_0x179b90&&_0x1ecc3f({'target':_0x3e76d2[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x211090){this['editor']['model']['change'](()=>{for(const _0x14fe84 of this['getAllMarkersForId'](_0x211090))this['editor']['editing']['reconvertMarker'](_0x14fe84);});}['_attachArchivedThread'](_0x4959c9){const _0x23e5ec=this['editor']['plugins']['get'](CommentsRepository),_0x57ce84=this['editor']['plugins']['get'](EditorAnnotations),_0x46e72b=_0x23e5ec['getCommentThread'](_0x4959c9);if(!_0x46e72b['isAttached']){const _0x9e0754=_0x46e72b['attachTo'](()=>this['_getTargetForId'](_0x46e72b['id']));_0x57ce84['registerAnnotation'](_0x9e0754),_0x46e72b['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x137490=this['editor'],_0x5609a4=_0x137490['plugins']['get'](_0x30b835);_0x137490['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x4a3a37,_0x130d5e)=>{const {id:_0x379dd3}=Pt(_0x4a3a37['markerName']),_0x445bff=_0x137490['plugins']['get'](CommentsRepository)['getCommentThread'](_0x379dd3),_0x4f1782=this['activeMarker']&&Pt(this['activeMarker'])['id']===_0x379dd3;let _0xe26640;if(_0x445bff&&_0x445bff['isResolved']&&!_0x4f1782&&_0x4a3a37['item'])return _0x130d5e['consumable']['consume'](_0x4a3a37['item'],'addMarker:'+_0x4a3a37['markerName']),_0x130d5e['consumable']['consume'](_0x4a3a37['item'],'removeMarker:'+_0x4a3a37['markerName']),null;const _0x16487a=['ck-comment-marker'];return _0x4f1782&&_0x16487a['push']('ck-comment-marker--active'),_0xe26640=_0x445bff?.['length']?_0x445bff['comments']['first']['author']['id']:_0x5609a4['me']['id'],{'classes':_0x16487a,'attributes':{'data-comment':_0x379dd3,'data-author-id':_0xe26640}};}}),_0x137490['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x1cb831,{options:_0x67ec10})=>{if(_0x67ec10['showCommentHighlights'])return null;const _0x83a4ee=_0x137490['plugins']['get'](CommentsRepository),_0x437cbe=_0x137490['model']['markers']['get'](_0x1cb831),{id:_0x24ce05,part:_0x243bdb}=Pt(_0x1cb831);return _0x437cbe&&!_0x437cbe['affectsData']||_0x67ec10['ignoreResolvedComments']&&_0x83a4ee['getCommentThread'](_0x24ce05)?.['isResolved']?null:{'group':'comment','name':_0x243bdb?_0x24ce05+':'+_0x243bdb:_0x24ce05};}}),_0x137490['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x4d0944,{writer:_0x24e799})=>_0x24e799['createElement']('$marker',{'data-name':'comment:'+_0x4d0944['getAttribute']('id')})}),_0x137490['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0xbee6b1=this['editor'],_0x5b207a=_0xbee6b1['plugins']['get'](CommentsRepository),_0x584761=new Set(),_0x274576=new Set();_0xbee6b1['model']['document']['registerPostFixer'](_0x1761b1=>{let _0x33992e=!0x1;for(const {name:_0x4741db,data:_0x174982}of _0xbee6b1['model']['document']['differ']['getChangedMarkers']()){const {group:_0x261d6f,id:_0x320002}=Pt(_0x4741db);let _0x217575=_0x174982['newRange'];if('comment'!==_0x261d6f||!_0x217575)continue;const _0x6f0702='$graveyard'===_0x217575['root']['rootName'];_0x6f0702||(_0x217575=Lt(_0x217575,_0xbee6b1['model']),!_0x217575||_0x217575['isCollapsed']||!_0x174982['newRange']||_0x217575['isEqual'](_0x174982['newRange']))?_0xbee6b1['model']['hasContent'](_0x217575)&&!_0x6f0702?this['isThreadsLoadingPaused']?_0x584761['add'](_0x4741db):this['_handleThreadMarker'](_0x4741db,_0x320002):(_0x274576['add'](_0x4741db),_0x584761['delete'](_0x4741db),_0x1761b1['removeMarker'](_0x4741db),_0x33992e=!0x0):(_0x1761b1['updateMarker'](_0x4741db,{'range':_0x217575}),_0x33992e=!0x0);}return _0x33992e;}),this['on']('change:isThreadsLoadingPaused',(_0x2470c6,_0x34704e,_0x3119ab)=>{if(!_0x3119ab&&_0x584761['size'])for(const _0x1730c8 of _0x584761){const {id:_0x4198f7}=Pt(_0x1730c8);_0x584761['delete'](_0x1730c8),_0xbee6b1['model']['markers']['get'](_0x1730c8)&&this['_handleThreadMarker'](_0x1730c8,_0x4198f7);}}),this['listenTo'](_0xbee6b1['model']['document'],'change',()=>{for(const {name:_0x125c3c,data:{newRange:_0x300a35}}of _0xbee6b1['model']['document']['differ']['getChangedMarkers']()){const {group:_0x5874df,id:_0x3d4bb7}=Pt(_0x125c3c);if('comment'!==_0x5874df)continue;const _0x2a3013=_0x5b207a['getCommentThread'](_0x3d4bb7),_0xd28319=this['hasMarkerForId'](_0x3d4bb7);_0x2a3013&&(!_0x2a3013['_hasTargetInContent']&&_0x300a35&&_0xbee6b1['editing']['view']['once']('render',()=>{const _0x3a5a8c=_0xbee6b1['plugins']['get'](Annotations),_0x4b0e60=_0x5b207a['_threadToController']['get'](_0x2a3013)['view'];_0x3a5a8c['getByInnerView'](_0x4b0e60)['refreshVisibility']();},{'priority':'low'}),_0x2a3013['_hasTargetInContent']=_0xd28319||!!_0x300a35),_0x300a35||(_0x274576['add'](_0x125c3c),_0x584761['delete'](_0x125c3c));}for(const _0x5c6b7d of _0x274576){const {id:_0x16f278}=Pt(_0x5c6b7d),_0x47fbdc=_0x5b207a['getCommentThread'](_0x16f278);if(_0x584761['delete'](_0x5c6b7d),!_0x47fbdc)continue;const _0x39142b=this['hasMarkerForId'](_0x16f278);_0x39142b||_0x47fbdc['isSubmitted']?_0x39142b||_0x47fbdc['unlinkedAt']||_0x47fbdc['setUnlinkedAt'](new Date()):_0x47fbdc['remove']();}_0x274576['clear']();});}['_handleInitialThreads'](_0x3e84ee){_0x3e84ee['forEach'](_0x4423dc=>{_0x4423dc['unlinkedAt']&&this['_attachArchivedThread'](_0x4423dc['id']);});}['_getTargetForId'](_0x375478){const _0x27b221=this['editor'],_0x32d734=this['getAllMarkersForId'](_0x375478);return _0x23aa5a(_0x27b221['editing'],_0x32d734);}['_getTextContext'](_0x507e6a){const _0x29f1f8=this['getAllMarkersForId'](_0x507e6a);let _0x3e6431='',_0x27cdf2=!0x1;for(const _0x59cbe6 of _0x29f1f8){const _0x63411b=_0x59cbe6['getRange']();for(const _0x58fde5 of Array['from'](_0x63411b['getItems']()))_0x58fde5['is']('$textProxy')?(_0x3e6431&&_0x27cdf2&&(_0x3e6431+='\x20',_0x27cdf2=!0x1),_0x3e6431+=_0x58fde5['data']):_0x27cdf2=!0x0;_0x27cdf2=!0x0;}return _0x3e6431['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x3edaf9,_0x583654){const _0x16bc33=this['editor'],_0x4eeb44=_0x16bc33['plugins']['get'](CommentsRepository);let _0x514c88=_0x4eeb44['getCommentThread'](_0x583654);const _0x29cb74=_0x16bc33['config']['get']('collaboration.channelId'),_0xa09546=_0x16bc33['plugins']['get'](EditorAnnotations);if(_0x514c88&&(_0x514c88['unlinkedAt']&&_0x514c88['setUnlinkedAt'](null),_0x514c88['isAttached']))return _0x514c88;return!this['getAllMarkersForId'](_0x583654)[0x0]['managedUsingOperations']?_0x16bc33['editing']['view']['once']('render',()=>{if(_0x4eeb44['getCommentThread'](_0x583654))return;const _0x195ba5=_0x16bc33['plugins']['get'](Annotations);_0x514c88=_0x4eeb44['openNewCommentThread']({'channelId':_0x29cb74,'threadId':_0x583654,'target':()=>this['_getTargetForId'](_0x583654),'context':{'type':'text','value':this['_getTextContext'](_0x583654)}});const _0xaba0f1=_0x4eeb44['_threadToController']['get'](_0x514c88)['view'],_0x11f8d8=_0x195ba5['getByInnerView'](_0xaba0f1);_0x11f8d8&&_0xa09546['registerAnnotation'](_0x11f8d8);},{'priority':'low'}):_0x4eeb44['fetchCommentThread']({'channelId':_0x29cb74,'threadId':_0x583654})['then'](_0x3e69c9=>{if('destroyed'!==_0x16bc33['state']){if(_0x514c88=_0x3e69c9,_0x514c88&&!_0x514c88['isAttached']){const _0x3c17d6=_0x514c88['attachTo'](()=>this['_getTargetForId'](_0x583654));_0xa09546['registerAnnotation'](_0x3c17d6),_0x514c88['isResolved']&&this['_reconvertMarkers'](_0x583654);}else{if(!_0x514c88){const _0x3affc2=this['getAllMarkersForId'](_0x583654);_0x16bc33['model']['change'](_0x482c09=>{for(const _0x2b7e78 of _0x3affc2)_0x482c09['removeMarker'](_0x2b7e78);});}}}}),_0x514c88;}['_handleThreadMarker'](_0x362d8d,_0x1c2927){const _0x1c3bdf=this['_attachMarkerToThread'](_0x362d8d,_0x1c2927);_0x1c3bdf&&!_0x1c3bdf['context']&&_0x1c3bdf['setContext']({'type':'text','value':this['_getTextContext'](_0x1c2927)});}['_initAriaMarkerChangeAnnouncements'](){const _0x45893d=this['editor'];_0x15747a(_0x45893d['model'],({left:_0x2c6377,entered:_0x3713b5})=>{for(const _0x3c9e43 of _0x2c6377)if(Dt(_0x3c9e43)){_0x45893d['ui']['ariaLiveAnnouncer']['announce'](vt(_0x45893d['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x48f98a of _0x3713b5)if(Dt(_0x48f98a)){_0x45893d['ui']['ariaLiveAnnouncer']['announce'](vt(_0x45893d['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0x117230(_0xe779b7)));break;}});}}function Vt(_0x51a612,_0x4a35d3){return _0x4a35d3?_0x51a612+':'+_0x4a35d3:_0x51a612;}function Lt(_0x2f1670,_0x47cb1e){const _0x569de6=_0x47cb1e['schema'],_0x1c4d22=_0x47cb1e['createRange'](_0x2f1670['start']);for(const _0x58ec64 of _0x2f1670['getWalker']()){const {type:_0x348464,item:_0x17f5d9,nextPosition:_0x6fcac7}=_0x58ec64;if('text'===_0x348464||_0x569de6['isObject'](_0x17f5d9)){const _0x41afe1=_0x47cb1e['createPositionBefore'](_0x17f5d9);_0x1c4d22['isCollapsed']&&(_0x1c4d22['start']=_0x41afe1),_0x1c4d22['end']=_0x6fcac7;}}return _0x1c4d22;}function Dt(_0x25ffdb){return'comment'===Pt(_0x25ffdb['name'])['group'];}class CommentsUI extends _0x6ef60f{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CommentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsRepository,CommentsEditing,EditorAnnotations,Annotations];}get['CommentsListView'](){return CommentsListView;}get['CommentThreadInputView'](){return CommentThreadInputView;}['init'](){const _0x3e923f=this['editor'],_0x41e1bf=_0x3e923f['plugins']['get'](CommentsRepository),_0x9b1b2c=_0x3e923f['plugins']['get'](CommentsEditing),_0x38f830=_0x3e923f['plugins']['get'](Annotations),_0x49b838=_0x3e923f['plugins']['get'](EditorAnnotations);_0x3e923f['ui']['componentFactory']['add']('comment',()=>{const _0x53cd16=this['_createUIButton'](_0xf11b6a);return _0x53cd16['tooltip']=!0x0,_0x53cd16;}),_0x3e923f['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](ot)),_0x49b838['addSourceCollector'](()=>{const _0x54dfe1=[];for(const [_0x47869e,_0x45c8dc]of _0x41e1bf['_threadToController']){const _0x3bc163=_0x9b1b2c['getAllMarkersForId'](_0x47869e['id']),_0x4b082b=_0x3bc163['map'](_0x7bfc0c=>_0x7bfc0c['getRange']());_0x3bc163['length']>0x0&&_0x54dfe1['push']([_0x45c8dc['view'],_0x4b082b]);}return _0x54dfe1;}),this['listenTo'](_0x38f830,'change:activeAnnotations',(_0x11e3a4,_0x247f35,_0x34eb68)=>{const _0x3e3524=Array['from'](_0x34eb68)['map'](_0x2ce325=>_0x2ce325['innerView'])['find'](_0x3fc341=>_0x41e1bf['_viewToController']['has'](_0x3fc341));if(!_0x3e3524)return void(_0x9b1b2c['activeMarker']=null);const _0x430f16=_0x41e1bf['_viewToController']['get'](_0x3e3524)['model']['id'],_0x2f4cf9='comment:'+_0x430f16;_0x430f16&&_0x9b1b2c['hasMarkerForId'](_0x430f16)?_0x9b1b2c['activeMarker']=_0x2f4cf9:_0x9b1b2c['activeMarker']&&(_0x9b1b2c['activeMarker']=null);}),this['listenTo'](_0x41e1bf,'removeCommentThread',(_0x3a51e6,{threadId:_0x23c196,isFromAdapter:_0x2b91cb})=>{!_0x2b91cb&&_0x3e923f['ui']['focusTracker']['isFocused']&&_0x9b1b2c['hasMarkerForId'](_0x23c196)&&_0x3e923f['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x41e1bf,'addComment',(_0x5a6f25,{threadId:_0x2ba47f,isFromAdapter:_0xcd6744})=>{if(_0xcd6744||!_0x9b1b2c['hasMarkerForId'](_0x2ba47f)||!_0x41e1bf['hasCommentThread'](_0x2ba47f))return;0x1===_0x41e1bf['getCommentThread'](_0x2ba47f)['length']&&(_0x3e923f['editing']['view']['focus'](),_0x5a6f25['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5c22e5=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x84f86d;for(const _0x3c0962 in _0x5c22e5){const _0x5d5df8=_0x3c0962,_0x1824ce=_0x5c22e5[_0x5d5df8];if('commentsLicenseKeyValid'==_0x1824ce||'commentsLicenseKeyInvalid'==_0x1824ce||'commentsLicenseKeyExpired'==_0x1824ce||'commentsLicenseKeyDomainLimit'==_0x1824ce||'commentsLicenseKeyNotAllowed'==_0x1824ce||'commentsLicenseKeyEvaluationLimit'==_0x1824ce||'commentsLicenseKeyUsageLimit'==_0x1824ce){delete _0x5c22e5[_0x5d5df8],_0x84f86d=_0x1824ce,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x84f86d&&_0x5c22e5['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x84f86d&&_0x5c22e5['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x84f86d&&_0x5c22e5['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x84f86d&&_0x5c22e5['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x84f86d&&_0x5c22e5['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyUsageLimit'==_0x84f86d&&_0x5c22e5['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_createUIButton'](_0x4fcc54){const _0x1aefb3=this['editor'],_0x3e767e=new _0x4fcc54(_0x1aefb3['locale']),_0x3caaf1=_0x1aefb3['commands']['get']('addCommentThread');return _0x3e767e['set']({'label':vt(_0x1aefb3['locale'],'Comment'),'icon':_0x25f5ee}),_0x3e767e['bind']('isEnabled')['to'](_0x3caaf1,'isEnabled',_0x3caaf1,'hasContent',(_0x1bb003,_0xd6ce4a)=>_0x1bb003&&_0xd6ce4a),this['listenTo'](_0x3e767e,'execute',()=>{_0x3caaf1['execute']();}),_0x3e767e;}}class CommentsOnly extends _0x6ef60f{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsEditing];}constructor(_0x5b4e05){super(_0x5b4e05),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x4c088c,_0x130b69,_0x162ef1)=>{_0x162ef1?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x42ae7c,_0x166754]of this['editor']['commands'])_0x166754['affectsData']&&'addCommentThread'!==_0x42ae7c&&_0x166754['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 _0x1ba8fa=this['editor']['editing']['view']['document'];this['listenTo'](_0x1ba8fa,'cut',_0x59cd1e=>_0x59cd1e['stop'](),{'priority':'highest'}),this['listenTo'](_0x1ba8fa,'clipboardInput',_0x1aae54=>_0x1aae54['stop'](),{'priority':'highest'}),this['listenTo'](_0x1ba8fa,'delete',_0x419eea=>_0x419eea['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x422ebe,_0x51fd07]of this['editor']['commands'])_0x51fd07['affectsData']&&'addCommentThread'!==_0x422ebe&&_0x51fd07['clearForceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('RevisionTracker')&&this['editor']['plugins']['get']('RevisionTracker')['clearForceDisabled']('commentsOnlyMode'),this['editor']['plugins']['has']('SourceEditing')&&this['editor']['plugins']['get']('SourceEditing')['clearForceDisabled']('commentsOnlyMode'),this['editor']['commands']['get']('editSource')?.['clearForceDisabled']('commentsOnlyMode'),this['stopListening'](this['editor']['editing']['view']['document']);}}class AnnotationsUIs extends _0x445a8f{['activeUIs'];['uisData'];['_uis'];static get['requires'](){return[Annotations];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3529ac){super(_0x3529ac),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}['init'](){const _0xc6ff3b=this['context']['plugins']['get'](Annotations);this['listenTo'](_0xc6ff3b,'_activateAnnotation',(_0x2a2d0c,_0x1f4a8f)=>{for(const _0x3c2fb5 of this['activeUIs']){const _0x449dc8=this['_uis']['get'](_0x3c2fb5);(0x0,this['uisData']['get'](_0x3c2fb5)['filter'])(_0x1f4a8f)&&_0x449dc8['setActiveAnnotation'](_0x1f4a8f);}}),this['listenTo'](_0xc6ff3b,'_deactivateAllAnnotations',()=>{for(const _0x290e9d of this['activeUIs']){this['_uis']['get'](_0x290e9d)['setActiveAnnotation'](null);}}),this['listenTo'](_0xc6ff3b['_visibleAnnotations'],'add',(_0x59b767,_0x544c12)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x544c12);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x303526){return this['activeUIs']['has'](_0x303526);}['activate'](_0x234cf1,_0x3be2f0=this['defaultFilter']){const _0x4ee514=this['context']['plugins']['get'](Annotations);if(!this['_uis']['has'](_0x234cf1))throw new _0x3637f5('annotationsuis-missing-ui',this,{'uiName':_0x234cf1});this['isActive'](_0x234cf1)&&this['deactivate'](_0x234cf1),this['activeUIs']['add'](_0x234cf1);const _0x5cfad2=new AnnotationCollection();Ot({'source':_0x4ee514['_visibleAnnotations'],'target':_0x5cfad2,'filter':_0x3be2f0}),this['uisData']['set'](_0x234cf1,{'collection':_0x5cfad2,'filter':_0x3be2f0});const _0xa5827=this['_uis']['get'](_0x234cf1);_0xa5827['attach'](_0x5cfad2),this['listenTo'](_0xa5827,'change:activeAnnotation',(_0x38ae54,_0x559560,_0x37f7a6,_0x57e96d)=>{_0x57e96d&&_0x4ee514['_removeActiveAnnotation'](_0x57e96d),_0x37f7a6&&_0x4ee514['_addActiveAnnotation'](_0x37f7a6);});}['deactivate'](_0x1c9958){if(this['activeUIs']['delete'](_0x1c9958),!this['_uis']['has'](_0x1c9958))throw new _0x3637f5('annotationsuis-missing-ui',this,{'uiName':_0x1c9958});const _0x5cf004=this['_uis']['get'](_0x1c9958);_0x5cf004['detach'](),this['stopListening'](_0x5cf004),this['uisData']['get'](_0x1c9958)['collection']['destroy'](),this['uisData']['delete'](_0x1c9958);}['switchTo'](_0x2be3b5){if(!this['_uis']['has'](_0x2be3b5))throw new _0x3637f5('annotationsuis-missing-ui',this,{'uiName':_0x2be3b5});const _0x1bd90a=this['context']['plugins']['get'](Annotations),_0x33bd82=Array['from'](_0x1bd90a['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x2be3b5);const _0x4c425b=this['_uis']['get'](_0x2be3b5);_0x4c425b['setActiveAnnotation'](_0x33bd82),_0x4c425b['_setSelectedAnnotations']&&_0x33bd82&&_0x4c425b['_setSelectedAnnotations']([_0x33bd82]);}['deactivateAll'](){for(const _0x22f7cc of this['activeUIs'])this['deactivate'](_0x22f7cc);}['register'](_0x586267,_0x1670d8){if(this['_uis']['has'](_0x586267))throw new _0x3637f5('annotationsuis-register-already-registered');if('function'!=typeof _0x1670d8['attach']||'function'!=typeof _0x1670d8['detach']||'function'!=typeof _0x1670d8['setActiveAnnotation'])throw new _0x3637f5('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x586267,_0x1670d8);}['refilterAnnotations'](){const _0x29c073=this['context']['plugins']['get'](Annotations)['collection'],_0x19a812=new Map(),_0x190796=Array['from'](this['activeUIs']);for(const _0x1f514d of this['activeUIs']){const _0x3c43d6=this['uisData']['get'](_0x1f514d)['collection'];for(const _0x3b30fb of _0x3c43d6)_0x19a812['set'](_0x3b30fb,_0x1f514d);}for(const _0xec31ed of _0x29c073){const _0x4ab10a=_0x19a812['get'](_0xec31ed);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0xec31ed);const _0x136c35=_0x190796['find'](_0x542691=>this['uisData']['get'](_0x542691)['filter'](_0xec31ed));_0x4ab10a!==_0x136c35&&(_0x4ab10a&&this['uisData']['get'](_0x4ab10a)['collection']['remove'](_0xec31ed),_0x136c35&&this['uisData']['get'](_0x136c35)['collection']['add'](_0xec31ed));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['defaultFilter'](){return!0x0;}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0xb6f1f3){const _0x3c9f3a=[];for(const _0x57851c of this['activeUIs']){(0x0,this['uisData']['get'](_0x57851c)['filter'])(_0xb6f1f3)&&_0x3c9f3a['push'](_0x57851c);}if(_0x3c9f3a['length']>0x1)throw new _0x3637f5('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x3c9f3a,'annotationType':_0xb6f1f3['type']});}}const Bt=/* #__PURE__ -- @preserve */
|
|
32
|
+
_0x433526('px');class AnnotationsSidebarView extends _0x2abe53{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x4a9488){super(_0x4a9488);const _0x5d7205=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 _0x429e85(),this['focusCycler']=new _0x29e624({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x5d7205['to']('class')],'style':{'minHeight':_0x5d7205['to']('minHeight',_0x176217=>'number'==typeof _0x176217?Bt(_0x176217+0xa):null)},'dir':_0x4a9488['uiLanguageDirection'],'role':'application','aria-label':vt(_0x4a9488,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':vt(_0x4a9488,'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',_0xf41525=>{this['_updateItemPositionInFocusables'](_0xf41525['source']);}),this['list']['forEach'](_0x1da752=>{this['focusTracker']['add'](_0x1da752['element']),this['_updateItemPositionInFocusables'](_0x1da752);}),this['list']['on']('change',(_0x45dda9,_0x2db50f)=>{for(const _0x3112bb of _0x2db50f['removed'])this['focusTracker']['remove'](_0x3112bb['element']),this['focusables']['remove'](_0x3112bb);for(const _0x14e24e of _0x2db50f['added'])this['focusTracker']['add'](_0x14e24e['element']),this['_updateItemPositionInFocusables'](_0x14e24e);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x206ea0){const _0x30b942=this['focusables']['getIndex'](_0x206ea0);let _0x7dddef,_0x162981;for(const _0xd18413 of this['focusables'])if(_0x206ea0['top']<_0xd18413['top']){_0x7dddef=_0xd18413;break;}if(_0x162981=_0x7dddef?this['focusables']['getIndex'](_0x7dddef):this['focusables']['length'],-0x1!==_0x30b942){if(_0x30b942===_0x162981-0x1)return;this['focusables']['remove'](_0x206ea0),_0x162981=_0x7dddef?this['focusables']['getIndex'](_0x7dddef):this['focusables']['length'];}this['focusables']['add'](_0x206ea0,_0x162981);}}const Ht=/* #__PURE__ -- @preserve */
|
|
33
|
+
_0x433526('px');class AnnotationsSidebarItemView extends _0x2abe53{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x15cc55){super(_0x15cc55),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x11f843,_0x23347f)=>_0x11f843+_0x23347f),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Nt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0xc37096=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0xc37096['to']('isAnimationDisabled',_0x5221e8=>_0x5221e8?'ck-sidebar-item--no-animation':'')],'style':{'top':_0xc37096['to']('top',_0x2f9d58=>Ht(_0x2f9d58))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x510caa=this['element']['clientHeight'];_0x510caa&&(this['height']=_0x510caa);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class Sidebar extends _0x445a8f{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x112399){super(_0x112399),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 _0x9645db=this['context']['config']['get']('sidebar.container');_0x9645db&&this['setContainer'](_0x9645db);}['setContainer'](_0x140533){if(!Ft(_0x140533))throw new _0x3637f5('sidebar-setcontainer-invalid-element');this['container']=_0x140533;}['_attachToContainer']({viewClass:_0x5bf478='',spaceBetweenItems:_0xe16605=0x19}={}){if(!Ft(this['container']))throw new _0x3637f5('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x5bf478,this['_spaceBetweenItems']=_0xe16605;}['rearrange']({removedAnnotation:_0x349097,previousAnnotation:_0xc0cc3e,nextAnnotation:_0x1f69b1}){const _0x590bfd=this['getSidebarItemView'](_0x349097);this['view']['list']['remove'](_0x590bfd),this['_destroySidebarItemView'](_0x349097),_0xc0cc3e&&this['_alignToTargetRect'](this['getSidebarItemView'](_0xc0cc3e)),_0x1f69b1&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x1f69b1)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x1ded33,activatedAnnotation:_0x1741dd,disableAnimationOnActivatedAnnotation:_0x1898f9}){if(this['_activeAnnotation']=_0x1741dd,_0x1ded33){_0x1ded33['isActive']=!0x1;const _0x964f33=this['getSidebarItemView'](_0x1ded33);_0x964f33&&_0x1898f9&&(_0x964f33['isAnimationDisabled']=!0x1);}if(_0x1741dd){const _0x14cf04=this['getSidebarItemView'](_0x1741dd);_0x14cf04&&(_0x1741dd['isActive']=!0x0,_0x1898f9&&(_0x14cf04['isAnimationDisabled']=!0x0,_0x14cf04['top']+=0x1),this['_alignToTargetRect'](_0x14cf04));}}['_detachFromContainer'](_0x24a7a5){if(this['view']['element']['remove'](),_0x24a7a5){for(const _0x4677a6 of _0x24a7a5)this['_destroySidebarItemView'](_0x4677a6);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x2781e4,_0x2d090c){_0x2d090c||(_0x2d090c=_0x2781e4['view']);const _0x3f0ea9=new AnnotationsSidebarItemView(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x3f0ea9,_0x2781e4),this['_annotationToSidebarItemView']['set'](_0x2781e4,_0x3f0ea9),_0x3f0ea9['content']['add'](_0x2d090c),this['listenTo'](_0x2781e4['view'],'change:targetRect',(_0x5f1a14,_0x146c8d,_0x353e58)=>{const _0x437748=this['_getTargetTop'](_0x2781e4,_0x353e58);_0x3f0ea9['_targetTop']!=_0x437748&&(_0x3f0ea9['_targetTop']=_0x437748,this['_setItemTop'](_0x3f0ea9,_0x437748));}),this['listenTo'](_0x3f0ea9,'change:top',()=>{this['_recalculate'](_0x3f0ea9,'top');}),this['listenTo'](_0x3f0ea9,'change:bottom',()=>{this['_recalculate'](_0x3f0ea9,'bottom');}),this['_alignToTargetRect'](_0x3f0ea9);const _0x39cf27=this['_getItemBefore'](_0x3f0ea9);if(_0x39cf27)this['_alignAfterItem'](_0x39cf27,_0x3f0ea9)||this['_alignToTargetRect'](_0x3f0ea9);else this['_alignToTargetRect'](_0x3f0ea9);return this['_updateLastItem'](),this['view']['list']['add'](_0x3f0ea9),_0x3f0ea9;}['_alignForTopChange'](_0x3f7fd4){if(!_0x3f7fd4['content']['length'])return;const _0x9a0505=this['_getItemBefore'](_0x3f7fd4);if(!_0x9a0505)return;const _0x18863e=this['_sidebarItemViewToAnnotation']['get'](_0x9a0505),_0x4cfee2=this['_activeAnnotation'];_0x4cfee2&&_0x4cfee2===_0x18863e?this['_alignAfterItem'](_0x9a0505,_0x3f7fd4):this['_alignBeforeItem'](_0x3f7fd4,_0x9a0505);}['_alignForBottomChange'](_0x38fad8){if(!_0x38fad8['content']['length'])return;const _0x14fcba=this['_getItemAfter'](_0x38fad8);if(!_0x14fcba)return;const _0x3d83d8=this['_sidebarItemViewToAnnotation']['get'](_0x14fcba),_0x2f0574=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x1bd8b9=this['_activeAnnotation'];_0x1bd8b9&&_0x1bd8b9===_0x3d83d8&&_0x2f0574?(this['_alignBeforeItem'](_0x14fcba,_0x38fad8),this['_alignAfterItem'](_0x38fad8,_0x14fcba)):_0x1bd8b9&&_0x1bd8b9===_0x3d83d8?this['_alignBeforeItem'](_0x14fcba,_0x38fad8):this['_alignAfterItem'](_0x38fad8,_0x14fcba);}['_recalculate'](_0x3ee842,_0xb67638){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x3e3ed6,changedProp:_0x2bbb16}of this['_recalculateBuffer'])'top'===_0x2bbb16?this['_alignForTopChange'](_0x3e3ed6):this['_alignForBottomChange'](_0x3e3ed6);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x3ee842,'changedProp':_0xb67638});}['getSidebarItemView'](_0x3e1093){return this['_annotationToSidebarItemView']['get'](_0x3e1093);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x873a65){const _0x54c73f=this['getSidebarItemView'](_0x873a65);this['stopListening'](_0x54c73f),this['stopListening'](_0x873a65['view']),_0x54c73f['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x873a65),this['_sidebarItemViewToAnnotation']['delete'](_0x54c73f);}['_createSidebarView'](){const _0x595e53=new AnnotationsSidebarView(this['context']['locale']);return _0x595e53['render'](),this['on']('change:_lastItem',(_0x93a7e2,_0x29a592,_0x45b78d,_0x4964f5)=>{_0x4964f5&&_0x595e53['unbind']('minHeight'),_0x45b78d?_0x595e53['bind']('minHeight')['to'](_0x45b78d,'bottom'):_0x595e53['minHeight']=null;}),_0x595e53;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x2d735e){const _0x3fd43e=this['_sidebarItemViewToAnnotation']['get'](_0x2d735e),_0x26e054=_0x3fd43e&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x3fd43e)-0x1);return _0x26e054&&this['getSidebarItemView'](_0x26e054)||null;}['_getItemAfter'](_0x4b1a01){const _0x33b56c=this['_sidebarItemViewToAnnotation']['get'](_0x4b1a01),_0x39a885=_0x33b56c&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x33b56c)+0x1);return _0x39a885&&this['getSidebarItemView'](_0x39a885)||null;}['_alignBeforeItem'](_0x3bd205,_0x19eb8d){_0x3bd205['updateHeight']();const _0x2c0cb=Ut(_0x19eb8d['bottom']+this['_spaceBetweenItems'],_0x3bd205['top']);return!!_0x2c0cb&&(this['_setItemTop'](_0x19eb8d,_0x19eb8d['top']-_0x2c0cb),!0x0);}['_alignAfterItem'](_0x483ab1,_0x19e050){_0x483ab1['updateHeight']();const _0x16c8fe=Ut(_0x483ab1['bottom']+this['_spaceBetweenItems'],_0x19e050['top']);return!!_0x16c8fe&&(this['_setItemTop'](_0x19e050,_0x19e050['top']+_0x16c8fe,!0x1),!0x0);}['_alignToTargetRect'](_0x5de0db){const _0x3ad751=this['_sidebarItemViewToAnnotation']['get'](_0x5de0db);if(!_0x3ad751||!_0x3ad751['target']||!_0x3ad751['targetRect'])return;const _0x339529=this['_getTargetTop'](_0x3ad751,_0x3ad751['targetRect']);this['_setItemTop'](_0x5de0db,_0x339529);}['_getTargetTop'](_0x4345fc,_0x482e92){if(null===_0x482e92)return 0x0;if(_0x4345fc['target']instanceof _0x3642a6)return _0x482e92['top'];{const _0x5b9ddf=new _0x3642a6(this['view']['element'])['top'];return _0x482e92['top']-_0x5b9ddf;}}['_setItemTop'](_0x48a6b6,_0x1f39a1,_0x2d0b41=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x2d0b41&&(_0x1f39a1=Math['max'](_0x1f39a1,this['_getMaxAvailableTop'](_0x48a6b6))),_0x48a6b6['top']=_0x1f39a1;}['_getMaxAvailableTop'](_0x469221){let _0x404d3d=this['_getItemBefore'](_0x469221),_0x2ce404=0x0;for(;_0x404d3d;)_0x404d3d['updateHeight'](),_0x2ce404+=this['_spaceBetweenItems']+_0x404d3d['height'],_0x404d3d=this['_getItemBefore'](_0x404d3d);return _0x2ce404;}}function Ut(_0x4b32b1,_0x570d7c){return Math['max'](_0x4b32b1-_0x570d7c,0x0);}function Ft(_0xcf75a8){return null!==_0xcf75a8&&'object'==typeof _0xcf75a8&&0x1===_0xcf75a8['nodeType'];}class WideSidebar extends _0x445a8f{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[Sidebar,AnnotationsUIs];}static get['pluginName'](){return'WideSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x331a77){super(_0x331a77),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x107b11(),this['_refreshPositioningDebounced']=_0x227501(()=>{_0x331a77['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x61c0b=this['context']['plugins']['get'](AnnotationsUIs),_0xcbfa76=this['context']['plugins']['get'](Sidebar);_0x61c0b['register']('wideSidebar',this),_0xcbfa76['container']&&_0x61c0b['switchTo']('wideSidebar');}['setActiveAnnotation'](_0xfdb1fe){if(_0xfdb1fe===this['activeAnnotation'])return;const _0x668f34=this['context']['plugins']['get'](Sidebar);_0x668f34['_activeAnnotation']=_0xfdb1fe;const _0x4c209c=this['activeAnnotation'];_0x668f34['refresh']({'blurredAnnotation':_0x4c209c,'activatedAnnotation':_0xfdb1fe}),this['activeAnnotation']=_0xfdb1fe;}['attach'](_0x257a07){this['annotations']=_0x257a07;const _0x3cdd5c=this['context']['plugins']['get'](Sidebar);if(_0x3cdd5c['_annotations']=_0x257a07,this['isAttached'])throw new _0x3637f5('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x3cdd5c,'set:container',()=>{this['detach'](),this['listenTo'](_0x3cdd5c,'change:container',_0x5b1939=>{_0x5b1939['off'](),this['attach'](_0x257a07);});}),_0x3cdd5c['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x3c0e18=_0x17d732=>{_0x17d732['updateTargetRect'](),_0x3cdd5c['addAnnotation'](_0x17d732);};for(const _0x3f8664 of _0x257a07)_0x3c0e18(_0x3f8664);this['listenTo'](_0x257a07,'add',(_0x3b10e9,_0x27b5eb)=>{_0x3c0e18(_0x27b5eb);}),this['listenTo'](_0x257a07,'remove',(_0x1c48db,_0x42c303,_0x137ffc)=>{_0x3cdd5c['rearrange']({'removedAnnotation':_0x42c303,'previousAnnotation':_0x257a07['get'](_0x137ffc-0x1),'nextAnnotation':_0x257a07['get'](_0x137ffc+0x1)}),_0x42c303===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x257a07,'focus',(_0x3f4c2f,_0x4e7f3a)=>{this['setActiveAnnotation'](_0x4e7f3a);}),this['listenTo'](_0x257a07,'blur',()=>{this['setActiveAnnotation'](null);});const _0x1d11f9=this['context']instanceof _0x3b5567?this['context']['editors']:new _0x107b11([this['context']]);for(const _0x1c7f1e of _0x1d11f9)this['_integrateWithEditorAnnotations'](_0x1c7f1e);this['listenTo'](_0x1d11f9,'add',(_0x29f400,_0x10d0ea)=>{this['listenTo'](_0x10d0ea,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x10d0ea);});}),this['listenTo'](_0x1d11f9,'remove',(_0x521807,_0x31cde3)=>{_0x31cde3['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x31cde3['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x3637f5('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x104727=this['context']['plugins']['get'](Sidebar);_0x104727['_detachFromContainer'](this['annotations']),this['stopListening'](_0x104727),this['stopListening'](this['annotations']),this['context']instanceof _0x3b5567&&this['stopListening'](this['context']['editors']);for(const _0x17a913 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x17a913);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x2aadf8){if(!_0x2aadf8['plugins']['has']('EditorAnnotations'))return;const _0x1b2b28=_0x2aadf8['plugins']['get']('EditorAnnotations'),_0x4c602d=()=>{const _0x1465db=_0x1b2b28['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x1465db[0x0]||null);};this['listenTo'](_0x1b2b28,'refresh',_0x4c602d),this['listenTo'](_0x1b2b28,'blur',(_0x120f99,{isAnnotationTracked:_0x3ccbca})=>{this['activeAnnotation']&&_0x3ccbca(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x1b2b28,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x13f0d6=>{_0x1b2b28['hasDomSelection']()&&(_0x4c602d(),_0x13f0d6['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x1b2b28);}['_destroyEditorAnnotationsIntegration'](_0x1eabb0){this['stopListening'](_0x1eabb0),this['_editorAnnotations']['remove'](_0x1eabb0);}}class AnnotationCounterButtonView extends _0xf11b6a{['counterView'];constructor(_0x2f4935){super(_0x2f4935);const _0x4fe36e=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x2bf64f,_0x3816ee)=>_0x2bf64f?'...':_0x3816ee['toString']()),this['set']('annotationType',''),this['icon']=_0x25f5ee,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new _0x2abe53(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x4fe36e['to']('annotationType',_0x3f6f55=>'ck-annotation-counter__badge--'+_0x3f6f55),_0x4fe36e['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x4fe36e['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class NarrowSidebar extends _0x445a8f{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[Sidebar,AnnotationsUIs];}static get['pluginName'](){return'NarrowSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4e9e38){super(_0x4e9e38),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=new(_0x1ce722())(),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x107b11(),this['_refreshPositioningDebounced']=_0x227501(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](AnnotationsUIs)['register']('narrowSidebar',this),this['bodyCollection']=new rt(this['context']['locale']),this['balloonPanelView']=new ht(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x12ab45){this['annotations']=_0x12ab45;const _0x4fcff1=this['context']['plugins']['get'](Sidebar),_0x132b42=this['balloonPanelView'];if(_0x4fcff1['_annotations']=_0x12ab45,this['isAttached'])throw new _0x3637f5('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x4fcff1,'set:container',()=>{this['detach'](),this['listenTo'](_0x4fcff1,'change:container',_0x50a641=>{_0x50a641['off'](),this['attach'](_0x12ab45);});}),_0x4fcff1['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x4027e3=_0x46b805=>{const _0xa316e7=new AnnotationCounterButtonView(this['context']['locale']);_0x4fcff1['addAnnotation'](_0x46b805,_0xa316e7),this['_annotationToNarrowView']['set'](_0x46b805,_0xa316e7),_0xa316e7['bind']('isDirty','annotationType','number')['to'](_0x46b805['view'],'isDirty','type','length'),_0xa316e7['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x132b42['content']['first']!==_0x46b805['view']?(this['_showBalloon'](_0x46b805),_0x46b805['view']['element']['focus'](),this['setActiveAnnotation'](_0x46b805)):this['setActiveAnnotation'](null);});};for(const _0x59c25e of _0x12ab45)_0x4027e3(_0x59c25e);this['listenTo'](_0x12ab45,'add',(_0x12e0b2,_0x33ab2b)=>{_0x4027e3(_0x33ab2b);}),this['listenTo'](_0x12ab45,'remove',(_0x18a4e9,_0x3ad6d8,_0x30adaa)=>{this['_annotationToNarrowView']['get'](_0x3ad6d8)['destroy'](),this['_annotationToNarrowView']['delete'](_0x3ad6d8),_0x4fcff1['rearrange']({'removedAnnotation':_0x3ad6d8,'previousAnnotation':_0x12ab45['get'](_0x30adaa-0x1),'nextAnnotation':_0x12ab45['get'](_0x30adaa+0x1)}),_0x3ad6d8===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x12ab45,'focus',(_0x5d9f33,_0x58eda9)=>{this['setActiveAnnotation'](_0x58eda9);}),this['listenTo'](_0x12ab45,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x551142,_0x255408)=>{_0x255408['keyCode']===_0x338fb5['esc']&&_0x132b42['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x132b42['content']['first']),this['_hideBalloon'](),_0x255408['stopPropagation'](),_0x255408['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x349881,_0x483b2c)=>{const _0x12558e=_0x483b2c['target'];_0x132b42['isVisible']&&_0x132b42['element']['contains'](_0x12558e)||_0x4fcff1['view']['element']['contains'](_0x12558e)||_0x349881['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x4967c2=>_0x4967c2['contains'](_0x12558e))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x38a2b5=this['context']instanceof _0x3b5567?this['context']['editors']:new _0x107b11([this['context']]);for(const _0x10ba5b of _0x38a2b5)this['_integrateWithEditorAnnotations'](_0x10ba5b);this['listenTo'](_0x38a2b5,'add',(_0x30d19c,_0x5682ed)=>{this['listenTo'](_0x5682ed,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x5682ed);});}),this['listenTo'](_0x38a2b5,'remove',(_0x356b4d,_0x333b6b)=>{_0x333b6b['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x333b6b['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x525f3f){if(_0x525f3f===this['activeAnnotation'])return;const _0x21f466=this['context']['plugins']['get'](Sidebar);if(_0x21f466['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x525f3f,'disableAnimationOnActivatedAnnotation':!0x0}),_0x525f3f)_0x21f466['getSidebarItemView'](_0x525f3f)?this['_showBalloon'](_0x525f3f):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x525f3f;}['detach'](){if(!this['isAttached'])throw new _0x3637f5('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x1910ae=this['context']['plugins']['get'](Sidebar);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x393ac4=>_0x393ac4['destroy']()),this['_annotationToNarrowView']['clear'](),_0x1910ae['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x3b5567&&this['stopListening'](this['context']['editors']);for(const _0x2e3a70 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x2e3a70);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'](_0x443816){if(!_0x443816['plugins']['has']('EditorAnnotations'))return;const _0x15e1d1=_0x443816['plugins']['get']('EditorAnnotations'),_0x22ab55=this['context']['plugins']['get'](Sidebar),_0x1b4fd6=this['annotations'],_0x58724a=this['balloonPanelView'],_0x42848a=()=>{const _0x200ddf=_0x15e1d1['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x200ddf),this['setActiveAnnotation'](_0x200ddf[0x0]||null);};this['listenTo'](_0x15e1d1,'refresh',_0x42848a),this['listenTo'](_0x15e1d1,'blur',(_0x49e660,{isAnnotationTracked:_0x5eae93})=>{this['activeAnnotation']&&_0x5eae93(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x15e1d1,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x1b4fd6,'blur',_0x50f524=>{_0x15e1d1['hasDomSelection']()&&_0x50f524['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x5d7143,_0x13714f)=>{const _0x40d346=_0x13714f['target'];_0x58724a['isVisible']&&_0x58724a['element']['contains'](_0x40d346)||_0x22ab55['view']['element']['contains'](_0x40d346)||this['activeAnnotation']&&_0x15e1d1['hasDomSelection']()&&(_0x42848a(),_0x5d7143['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x15e1d1);}['_destroyEditorAnnotationsIntegration'](_0x55e13b){_0x55e13b&&(this['stopListening'](_0x55e13b),this['_editorAnnotations']['remove'](_0x55e13b));}['_setSelectedAnnotations'](_0x412227){for(const _0x26185a of this['_selectedAnnotations'])_0x412227['includes'](_0x26185a)||this['_manuallyClosedAnnotationViews']['delete'](_0x26185a['view']);this['_selectedAnnotations']=_0x412227;}['_refreshPositioning'](){const _0x4842d8=this['balloonPanelView'];this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning'](),_0x4842d8['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x315c0b){if(this['_manuallyClosedAnnotationViews']['has'](_0x315c0b['view']))return;const _0x472237=this['balloonPanelView']['content']['first'];_0x472237!==_0x315c0b['view']?(_0x472237&&this['_detachListeners'](_0x472237),this['_attachListeners'](_0x315c0b['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x315c0b['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x4282da=this['balloonPanelView']['content']['first'],_0x18862c=_0x4282da&&this['annotations']['getByView'](_0x4282da);if(!_0x18862c||!this['_annotationToNarrowView']['has'](_0x18862c))return;const _0x27ae3f=this['_annotationToNarrowView']['get'](_0x18862c)['element'],_0x344271=(function(){const _0x4b8073=ht['defaultPositions'];return[_0x4b8073['southArrowNorthEast'],_0x4b8073['northArrowSouthEast'],_0x4b8073['southArrowNorth'],_0x4b8073['northArrowSouth'],_0x4b8073['southArrowNorthWest'],_0x4b8073['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x27ae3f,'positions':_0x344271});}['_hideBalloon'](){const _0xecca2c=this['balloonPanelView'],_0x3db337=_0xecca2c['content']['first'];_0x3db337&&(this['_detachListeners'](_0x3db337),_0xecca2c['unpin'](),_0xecca2c['content']['clear']());}['_attachListeners'](_0x17b786){this['listenTo'](_0x17b786,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x17b786,'Esc',(_0x22922c,_0x2e6a47)=>{this['_manuallyClosedAnnotationViews']['add'](_0x17b786),this['_hideBalloon'](),_0x2e6a47();});}['_detachListeners'](_0x13a04d){this['stopListening'](_0x13a04d);}}class InlineAnnotations extends _0x6ef60f{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];['_refreshVisibilityDebounced'];static get['requires'](){return[EditorAnnotations,at,AnnotationsUIs];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x53717b){super(_0x53717b),_0x53717b['editing']['view']['addObserver'](ut),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x53717b['plugins']['get'](at),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1,this['_refreshVisibilityDebounced']=_0x227501(()=>{this['editor']['plugins']['get']('Annotations')['refreshVisibility']();},0xfa,{'leading':!0x1});}['init'](){const _0x49b8b5=this['editor']['plugins']['get'](AnnotationsUIs);_0x49b8b5['context']===this['editor']&&(_0x49b8b5['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x3e501b,_0x1f3d17)=>{const _0x49ca63=this['_balloon'];if(this['isAttached']&&_0x49ca63['visibleView']){const _0x28ca23=this['annotations']['getByView'](_0x49ca63['visibleView']);_0x28ca23&&this['_closeAnnotation'](_0x28ca23),_0x1f3d17();}}));}['afterInit'](){const _0x5dc1ba=this['editor']['plugins']['get'](AnnotationsUIs);_0x5dc1ba['context']===this['editor']&&(_0x5dc1ba['hasActive']()||_0x5dc1ba['switchTo']('inline'));}['setActiveAnnotation'](_0x884d70){_0x884d70!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x884d70&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x884d70)&&this['_addAnnotationToBalloon'](_0x884d70,!0x0),_0x884d70['isActive']=!0x0),_0x884d70||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x884d70);}['attach'](_0xcf4927){this['annotations']=_0xcf4927;const _0x20cbc1=this['editor']['plugins']['get'](AnnotationsUIs),_0x12fb2e=this['_balloon'];if(this['isAttached'])throw new _0x3637f5('inlineannotations-attach-already-attached',this);if(_0x20cbc1['context']!==this['editor'])throw new _0x3637f5('inlineannotations-not-allowed-with-context',this);const _0x38aa4b=this['editor']['plugins']['get'](EditorAnnotations);this['listenTo'](_0x38aa4b,'refresh',()=>{const _0x57d4ca=_0x38aa4b['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x3a63e5,_0x403b61;!this['_forceRefresh']&&(_0x3a63e5=_0x57d4ca,_0x403b61=this['_selectedAnnotations'],_0x3a63e5['length']===_0x403b61['length']&&_0x3a63e5['every'](_0x4c76a6=>_0x403b61['includes'](_0x4c76a6)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x57d4ca),this['setActiveAnnotation'](_0x57d4ca[0x0]||null));}),this['listenTo'](_0x38aa4b,'blur',(_0x2af358,{isAnnotationTracked:_0x4e2976})=>{this['activeAnnotation']&&_0x4e2976(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x38aa4b,'uiUpdate',()=>{this['_refreshVisibilityDebounced']();}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x3802d5,_0x691c35,_0x13de5e)=>{_0x13de5e||this['setActiveAnnotation'](null);}),this['listenTo'](_0xcf4927,'remove',(_0xb79c0b,_0x4c107a)=>{this['_removeAnnotationFromBalloon'](_0x4c107a),_0x4c107a===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x12fb2e,'change:visibleView',(_0xb2a3dd,_0x14c92e,_0x50b182,_0x4241c4)=>{_0x4241c4&&this['stopListening'](_0x4241c4);const _0x2e9d30=_0xcf4927['getByView'](_0x50b182);_0x50b182&&_0x2e9d30&&(this['listenTo'](_0x50b182,'change:height',()=>{_0x12fb2e['updatePosition']();}),this['listenTo'](_0x50b182,'Esc',()=>{this['_closeAnnotation'](_0x2e9d30),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x2e9d30&&this['setActiveAnnotation'](_0x2e9d30));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x12fb2e['visibleView']&&(_0xcf4927['getByView'](_0x12fb2e['visibleView'])&&_0x12fb2e['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 _0x3637f5('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x18dee8 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x18dee8);this['_refreshVisibilityDebounced']['cancel'](),this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['_refreshVisibilityDebounced']['cancel']();}['_setSelectedAnnotations'](_0x729a0b){for(const _0x9bf889 of this['_selectedAnnotations'])_0x729a0b['includes'](_0x9bf889)||this['_manuallyClosed']['delete'](_0x9bf889);for(const _0xdc1d84 of this['annotations'])_0x729a0b['includes'](_0xdc1d84)||this['_removeAnnotationFromBalloon'](_0xdc1d84);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0xc62e01 of _0x729a0b)this['_addAnnotationToBalloon'](_0xc62e01);}this['_selectedAnnotations']=_0x729a0b;}['_addAnnotationToBalloon'](_0x47f103,_0x3ad0ba=!0x1){this['_manuallyClosed']['has'](_0x47f103)||(this['_addedAnnotations']['has'](_0x47f103)||this['_balloon']['hasView'](_0x47f103['view'])||(this['_addedAnnotations']['add'](_0x47f103),this['_balloon']['add']({'stackId':_0x47f103['view']['id'],'view':_0x47f103['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x47f103)}})),_0x3ad0ba&&this['_balloon']['showStack'](_0x47f103['view']['id']));}['_getBalloonTargetForAnnotation'](_0x2205fb){const _0x5aa7b8=_0x2205fb['target'],_0x531ad3=this['editor']['editing']['view'],_0xfd845e=_0x531ad3['document']['selection']['getFirstRange'](),_0x413ff1=_0x531ad3['domConverter']['viewRangeToDom'](_0xfd845e);if(_0x413ff1['collapse'](!0x0),_0x5aa7b8){if(_0x5aa7b8 instanceof _0x3642a6)return _0x5aa7b8;let _0x1d0fd6=[];for(const _0x41fa77 of _0x5aa7b8)_0x1d0fd6['push'](..._0x3642a6['getDomElementRects'](_0x41fa77));_0x1d0fd6=function(_0x2bfccb){const _0x36c8ff=[];let _0x374428=_0x2bfccb[0x0];for(let _0x57d557=0x1;_0x57d557<_0x2bfccb['length'];_0x57d557++)if(Wt(_0x374428,_0x2bfccb[_0x57d557])){const _0x20e69c=_0x2bfccb[_0x57d557]['width'];_0x374428['width']+=_0x20e69c,_0x374428['right']+=_0x20e69c;}else _0x36c8ff['push'](_0x374428),_0x374428=_0x2bfccb[_0x57d557];return _0x36c8ff['push'](_0x374428),_0x36c8ff;}(_0x1d0fd6);const _0x1ebfb4=_0x413ff1['getBoundingClientRect']();return _0x1d0fd6['find'](_0x432316=>_0x432316['top']<=_0x1ebfb4['top']&&_0x432316['bottom']>=_0x1ebfb4['bottom']&&_0x432316['left']<=_0x1ebfb4['left']&&_0x432316['right']>=_0x1ebfb4['right'])||_0x1d0fd6[0x0];}return _0x2205fb['targetRect']||_0x413ff1;}['_removeAnnotationFromBalloon'](_0x1de57a){this['_addedAnnotations']['has'](_0x1de57a)&&this['_balloon']['hasView'](_0x1de57a['view'])&&(this['_addedAnnotations']['delete'](_0x1de57a),this['_balloon']['remove'](_0x1de57a['view']));}['_closeAnnotation'](_0x21d068){this['_manuallyClosed']['add'](_0x21d068),this['_removeAnnotationFromBalloon'](_0x21d068);}}function Wt(_0x265819,_0x5834ad){return _0x265819['top']===_0x5834ad['top']&&_0x265819['bottom']===_0x5834ad['bottom']&&_0x265819['right']===_0x5834ad['left'];}class CommentsArchiveView extends _0x2abe53{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x1159ff,_0x255c0a){super(_0x1159ff),this['set']('isEmpty',!_0x255c0a['length']),this['focusTracker']=new _0x429e85(),this['_annotationViews']=_0x255c0a,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new _0x29e624({'focusables':_0x255c0a,'focusTracker':this['focusTracker']}),this['listenTo'](_0x255c0a,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x255c0a,'remove',(_0x419215,_0x5bca52)=>{_0x5bca52['isActive']&&this['focus'](),_0x255c0a['length']||(this['isEmpty']=!0x0);});const _0x2d23b5=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':vt(_0x1159ff,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x255c0a},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x2d23b5['if']('isEmpty','ck-hidden',_0x43dbbb=>!_0x43dbbb)]},'children':[{'text':vt(_0x1159ff,'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 _0x21849d of this['_annotationViews'])this['focusTracker']['add'](_0x21849d['element']);this['_annotationViews']['on']('change',(_0x428531,{added:_0x5c6657,removed:_0x34da9c})=>{for(const _0x3ca698 of _0x5c6657)this['focusTracker']['add'](_0x3ca698['element']);for(const _0x2dd963 of _0x34da9c)this['focusTracker']['remove'](_0x2dd963['element']);});}}class CommentsArchive extends _0x445a8f{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsRepository,Annotations];}constructor(_0xb6675c){super(_0xb6675c),this['archivedThreads']=new _0x107b11();}['init'](){const _0x3390ab=this['context'],_0x5c4f0e=_0x3390ab['plugins']['get'](CommentsRepository),_0x4f5d6e=_0x3390ab['plugins']['get'](Annotations);this['listenTo'](_0x5c4f0e,'addCommentThread',(_0x484596,{threadId:_0x22a79e})=>{const _0x5aded2=_0x5c4f0e['getCommentThread'](_0x22a79e);_0x5aded2['archivedAt']&&this['archivedThreads']['add'](_0x5aded2,this['_calculatePosition'](_0x5aded2['archivedAt'])),this['listenTo'](_0x5aded2,'change:archivedAt',(_0x482230,_0x468b43,_0x13878e)=>{_0x13878e?this['archivedThreads']['has'](_0x5aded2)||this['archivedThreads']['add'](_0x5aded2,this['_calculatePosition'](_0x5aded2['archivedAt'])):this['archivedThreads']['has'](_0x5aded2)&&this['archivedThreads']['remove'](_0x5aded2);});}),this['listenTo'](_0x5c4f0e,'removeCommentThread',(_0x5e91f1,{threadId:_0x51c5ec})=>{const _0x32f055=_0x5c4f0e['getCommentThread'](_0x51c5ec);this['stopListening'](_0x32f055),this['archivedThreads']['has'](_0x32f055)&&this['archivedThreads']['remove'](_0x32f055);},{'priority':'highest'}),this['listenTo'](_0x4f5d6e['collection'],'focus',(_0x1ddd4e,_0x29d31a)=>{_0x29d31a['isVisible']||(_0x29d31a['isActive']=!0x0,_0x4f5d6e['activate'](_0x29d31a));});}['_calculatePosition'](_0x59d3d8){const _0x439d08=[...this['archivedThreads']]['findIndex'](_0x43530c=>_0x43530c['archivedAt']<_0x59d3d8);return _0x439d08>-0x1?_0x439d08:this['archivedThreads']['length'];}}class CommentsArchiveUI extends _0x6ef60f{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsArchive,ct];}constructor(_0x4fe5ed){super(_0x4fe5ed),this['annotationViews']=new tt(),this['_pendingThreads']=[];}['init'](){const _0x8f3bff=this['editor'],_0x1bdbcc=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x8f3bff['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0xf11b6a,!0x0)),_0x8f3bff['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x5139bb=this['_createCommentsArchiveButton'](ot);return _0x5139bb['set']({'role':'menuitemcheckbox'}),_0x5139bb;});const _0x543197=_0x8f3bff['plugins']['get'](CommentsArchive),_0x7939cf=_0x8f3bff['plugins']['get']('Annotations'),_0x5613cd=_0x8f3bff['plugins']['get']('CommentsRepository');_0x543197['archivedThreads']['forEach'](_0x5b0bac=>{this['_handleNewThread'](_0x5b0bac);}),this['listenTo'](_0x543197['archivedThreads'],'add',(_0x3e9610,_0x32c39a)=>{this['_handleNewThread'](_0x32c39a);}),this['listenTo'](_0x7939cf['collection'],'add',(_0x4759eb,_0x122401)=>{const _0x312e53=this['_pendingThreads']['find'](_0x29884d=>{const _0x278201=_0x5613cd['_threadToController']['get'](_0x29884d);return _0x278201&&_0x122401['innerView']===_0x278201['view'];});if(_0x312e53){const _0x106234=this['_calculatePosition'](_0x312e53['archivedAt']);this['_addAnnotationToArchive'](_0x122401,_0x106234),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x312e53),0x1);}}),this['listenTo'](_0x543197['archivedThreads'],'remove',(_0x264a2e,_0x3195a3)=>{const _0x5f51f6=_0x8f3bff['config']['get']('collaboration.channelId');if(!_0x5f51f6||_0x3195a3['channelId']===_0x5f51f6){if(this['_pendingThreads']['includes'](_0x3195a3))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x3195a3),0x1);else{const _0x29dc98=_0x5613cd['_threadToController']['get'](_0x3195a3),_0x26b1e5=_0x7939cf['getByInnerView'](_0x29dc98['view']);this['annotationViews']['remove'](_0x26b1e5['view']),this['stopListening'](_0x26b1e5),this['stopListening'](_0x26b1e5['focusableElements']);}}}),this['listenTo'](_0x7939cf['collection'],'add',(_0x186040,_0x5d54f8)=>{this['listenTo'](_0x5d54f8,'escape',_0x1bdbcc);}),this['listenTo'](_0x7939cf['collection'],'remove',(_0x45b516,_0x26e0f5)=>{this['stopListening'](_0x26e0f5,'escape',_0x1bdbcc);});}['_addAnnotationToArchive'](_0x4eb272,_0x52f6da){this['listenTo'](_0x4eb272,'set:isVisible',_0x59e0bb=>{_0x59e0bb['return']=!0x1,_0x59e0bb['stop']();}),this['annotationViews']['add'](_0x4eb272['view'],_0x52f6da);}['_handleNewThread'](_0x4eaccb){const _0x3fbaa7=this['editor']['plugins']['get']('CommentsRepository'),_0x5f23d8=this['editor']['plugins']['get']('Annotations'),_0x5ee879=this['editor']['config']['get']('collaboration.channelId');if(!_0x5ee879||_0x4eaccb['channelId']===_0x5ee879){const _0x5459fb=_0x3fbaa7['_threadToController']['get'](_0x4eaccb);if(!_0x5459fb)return void this['_pendingThreads']['push'](_0x4eaccb);const _0x2780ae=this['_calculatePosition'](_0x4eaccb['archivedAt']),_0x5051d9=_0x5f23d8['getByInnerView'](_0x5459fb['view']);_0x5051d9['isVisible']&&_0x5f23d8['_visibleAnnotations']['remove'](_0x5051d9),this['_addAnnotationToArchive'](_0x5051d9,_0x2780ae);}}['_calculatePosition'](_0x36a0ee){const _0x5bc662=this['editor']['config']['get']('collaboration.channelId'),_0xa3123e=[...this['editor']['plugins']['get'](CommentsArchive)['archivedThreads']]['filter'](_0x34f79e=>_0x34f79e['channelId']===_0x5bc662)['findIndex'](_0x17e08e=>_0x17e08e['archivedAt']<_0x36a0ee);return _0xa3123e<0x0||_0xa3123e>this['annotationViews']['length']?this['annotationViews']['length']:_0xa3123e-0x1;}['_toggleDialog'](){const _0x13e861=this['editor'],_0x1fe7d3=_0x13e861['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new CommentsArchiveView(_0x13e861['locale'],this['annotationViews'])),'commentsArchive'===_0x1fe7d3['id']?_0x1fe7d3['hide']():_0x1fe7d3['show']({'id':'commentsArchive','title':vt(_0x13e861['locale'],'COMMENTS_ARCHIVE'),'icon':_0x4527a5,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':dt['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x23e593,_0x4d4db2=!0x1){const _0x82caf8=this['editor']['locale'],_0x545968=this['editor']['plugins']['get']('Dialog'),_0x18de4a=new _0x23e593(_0x82caf8);return _0x18de4a['bind']('isEnabled')['to'](this,'isEnabled'),_0x18de4a['bind']('isOn')['to'](_0x545968,'id',_0x1784b0=>'commentsArchive'===_0x1784b0),_0x18de4a['set']({'label':vt(_0x82caf8,'COMMENTS_ARCHIVE'),'icon':_0x4527a5,'isToggleable':!0x0}),_0x4d4db2&&(_0x18de4a['tooltip']=!0x0),this['listenTo'](_0x18de4a,'execute',()=>this['_toggleDialog']()),_0x18de4a;}['_hideDialogOnAnnotationEscape']=_0x526b26=>{const _0x212ce6=_0x526b26['source'];if(!this['annotationViews']['has'](_0x212ce6['view']))return;const _0x1f9f00=this['editor']['plugins']['get']('Dialog');_0x1f9f00['isOpen']&&'commentsArchive'===_0x1f9f00['id']&&(_0x1f9f00['hide'](),_0x526b26['stop']());};}class Comments extends _0x6ef60f{static get['requires'](){return[CommentsRepository,CommentsEditing,CommentsUI,CommentsArchive,CommentsArchiveUI,CommentsOnly,WideSidebar,NarrowSidebar,InlineAnnotations];}static get['pluginName'](){return'Comments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{AddCommentThreadCommand,Annotation,AnnotationCollection,AnnotationCounterButtonView,AnnotationView,Annotations,AnnotationsSidebarItemView,AnnotationsSidebarView,AnnotationsUIs,BaseCommentThreadView,BaseCommentView,Comment,CommentThread,CommentThreadController,CommentThreadInputView,CommentThreadView,CommentView,Comments,CommentsArchive,CommentsArchiveUI,CommentsEditing,CommentsListView,CommentsOnly,CommentsRepository,CommentsUI,EditorAnnotations,InlineAnnotations,NarrowSidebar,Sidebar,WideSidebar,Ot as bindAnnotationCollections};
|