@ckeditor/ckeditor5-comments 48.8.1-alpha.0 → 48.8.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +11 -11
- package/package.json +16 -16
package/dist/index.js
CHANGED
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{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 _0x1acb0,ContextPlugin as _0x48636b,PendingActions as _0x38dc27,Command as _0x2d8ca8,Plugin as _0x5f49e9,Context as _0x377579}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x543c23,uid as _0x2708a4,KeystrokeHandler as _0x1c6de8,FocusTracker as _0x4c6d1d,diff as _0x2dc3ca,Collection as _0xa45d7d,Rect as _0x18f45f,CKEditorError as _0x53047c,first as _0x6e115a,priorities as _0x2c6b94,scrollViewportToShowTarget as _0x4090ea,getEnvKeystrokeText as _0x14c85b,toUnit as _0x4eef36,DomEmitterMixin as _0x1ec0b2,keyCodes as _0x40ff06}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0xe099f1,AriaDescriptionView as _0x87c58e,setupThreadKeyboardNavigation as _0xb74a33,ConfirmMixin as _0x4486b9,LateFocusButtonView as _0x585fa8,trimHtml as _0x19fee0,LateFocusDropdownButtonView as _0x35e96f,FOCUS_ANNOTATION_KEYSTROKE as _0x40d134,Users as _0x1f09e3,getDateTimeFormatter as _0x4804ea,hashObject as _0x3c31d3,getAllMarkersDomElementsSorted as _0x2ca809,surroundingMarkersDetector as _0x3ed8f2}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import{throttle as _0x18bd0e,cloneDeep as _0x147d43,set as _0xdcda70,unset as _0x303390,isEqual as _0x43e9a5,debounce as _0x56413c}from'es-toolkit/compat';import{IconUndo as _0x582a13,IconCheck as _0x1b4424,IconPencil as _0x54d02f,IconRemoveComment as _0x51ba3a,IconThreeVerticalDots as _0xad2d75,IconAddComment as _0x1be102,IconCommentsArchive as _0xa2683}from'@ckeditor/ckeditor5-icons/dist/index.js';import{EditorUIView as _0x8816c2,InlineEditableUIView as _0x57bd0c,EditorUI as _0x515a6a,View as _0x29b736,FocusCycler as _0x5b5254,ButtonView as _0x6d0d52,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
|
+
_0x543c23(){['model'];['view'];constructor(_0x5ea88d,_0x4452b1){super(),this['model']=_0x5ea88d,this['model']['_isAttached']=!0x0,this['view']=_0x4452b1,this['listenTo'](_0x4452b1,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x4452b1,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x4452b1,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x4452b1,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x4452b1,'addComment',(_0x38c10e,_0x3f5a74)=>this['addComment'](_0x3f5a74)),this['listenTo'](_0x4452b1,'updateComment',(_0x3cd44b,_0x1d067f,_0xaf3417)=>this['updateComment'](_0x1d067f,_0xaf3417)),this['listenTo'](_0x4452b1,'removeComment',(_0xa3b4c7,_0x7d84db)=>this['removeComment'](_0x7d84db));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0xfcdb9b){this['model']['addComment']({'content':_0xfcdb9b,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x3e0017,_0x48fada){this['model']['getComment'](_0x3e0017)['update']({'content':_0x48fada});}['removeComment'](_0x348d9c){this['model']['getComment'](_0x348d9c)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function vt(_0x311b85,_0x14d70a,_0x4bda6f){const t=_0x311b85['t'];switch(_0x14d70a){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'},_0x4bda6f);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'},_0x4bda6f);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'},_0x4bda6f);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'},_0x4bda6f);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x4bda6f);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'},_0x4bda6f);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'},_0x4bda6f);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'},_0x4bda6f);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 _0x8816c2{['main'];['editable'];constructor(_0x5d252e,_0xbb8d2d){super(_0x5d252e);const _0x3c370d=_0x2708a4();this['main']=this['createCollection'](),this['editable']=new _0x57bd0c(_0x5d252e,_0xbb8d2d,void 0x0,{'label':()=>vt(_0x5d252e,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x5d252e['uiLanguageDirection'],'lang':_0x5d252e['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x3c370d},'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 _0x515a6a{['view'];constructor(_0x77ca0a){super(_0x77ca0a),this['view']=new CommentEditorUIView(_0x77ca0a['locale'],_0x77ca0a['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x4e3bb6=this['editor']['editing']['view'],_0x549b3f=this['view']['editable'],_0x3fab57=_0x4e3bb6['document']['getRoot']();_0x549b3f['name']=_0x3fab57['rootName'],this['view']['render']();const _0x42ff65=_0x549b3f['element'];this['setEditableElement'](_0x549b3f['name'],_0x42ff65),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x4e3bb6['attachDomRoot'](_0x42ff65),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const bt=[ft,At,gt,Ct,_t,Tt,yt];class CommentEditor extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x543c23(_0x1acb0){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>bt)());constructor(_0x4fac9a={}){function _0x5b5565(_0x2dcb90){return _0x2dcb90['map'](_0x30846b=>String['fromCharCode'](_0x30846b))['join']('');}(_0x4fac9a=Object['assign']({},_0x4fac9a))['plugins']||(_0x4fac9a['plugins']=CommentEditor['defaultPlugins']),super(_0x4fac9a),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[_0x5b5565([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5b5565([0x76,0x69,0x65,0x77])][_0x5b5565([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5b5565([0x61,0x75,0x74,0x6f]),this[_0x5b5565([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x5b5565([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5b5565([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x5b5565([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x5b5565([0x6f,0x6b])});}['create'](){const _0x2be088=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x2be088))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x3a1150=>{const _0x21125b=this['model']['document']['getRoot'](),_0x9df633=_0x21125b&&_0x21125b['getChild'](_0x21125b['childCount']-0x1);_0x3a1150['setSelection'](_0x9df633,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x5a3b2f=this['editing']['view'],_0x2ce207=_0x5a3b2f['document']['getRoot'](),_0x448354=_0x2ce207['getChild'](0x0);_0x2ce207['childCount']>0x1||!_0x448354||'p'!=_0x448354['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(mt(_0x5a3b2f,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x448354['placeholder']=this['placeholder']),lt({'view':_0x5a3b2f,'element':_0x448354,'keepOnFocus':!0x0}),this['placeholderElement']=_0x448354);}}class CommentInputView extends _0x29b736{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x27ba84,_0x32ee70={}){super(_0x27ba84),this['editor']=null,this['_editorConfig']=_0x32ee70,this['set']('value',_0x32ee70['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',vt(_0x27ba84,'Reply...')),this['set']('submitLabel',vt(_0x27ba84,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new _0x1c6de8(),this['focusTracker']=new _0x4c6d1d(),this['focusCycler']=new _0x5b5254({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x486b7f=>!_0x486b7f['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',(_0x4366d1,_0x3ccdd1)=>{this['cancelButtonView']['fire']('execute'),_0x3ccdd1();}),this['keystrokes']['set']('Ctrl+Enter',(_0x15b7db,_0xde65cc)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0xde65cc());}),this['on']('submit',(_0x5680d4,_0x509a7b)=>{_0x509a7b['length']>0xfde8?(alert(vt(_0x27ba84,'TOO_LONG_COMMENT_ALERT',[_0x509a7b['length'],0xfde8])),_0x5680d4['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 _0x10e052=this['editor'];this['element']['insertBefore'](_0x10e052['ui']['element'],this['element']['firstChild']),_0x10e052['model']['document']['on']('change',()=>this['value']=_0x10e052['getData']()),_0x10e052['bind']('placeholder')['to'](this),this['focusables']['add'](_0x10e052['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x22880a){-0x1===_0x22880a?(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:_0x1e02b8}=this,_0x13f42f=new _0x6d0d52(_0x1e02b8);return _0x13f42f['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x13f42f['withText']=!0x0,_0x13f42f['bind']('label')['to'](this,'submitLabel'),_0x13f42f['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x13f42f['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x441519,_0x32096d)=>!_0x32096d&&!!_0x441519['trim']()),_0x13f42f;}['_createCancelButton'](){const {locale:_0x554d57}=this,_0x172438=new _0x6d0d52(_0x554d57);return _0x172438['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x172438['label']=vt(_0x554d57,'Cancel'),_0x172438['withText']=!0x0,_0x172438['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x172438;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x21948a=>{this['focusTracker']['add'](_0x21948a['element']);}),this['focusables']['on']('change',(_0x82a5ce,_0x12a270)=>{for(const _0x77b891 of Array['from'](_0x12a270['added'])['reverse']())this['focusTracker']['add'](_0x77b891['element']);});}}class CommentThreadInputView extends _0x29b736{constructor(_0x454056,_0x4727dc,_0x5b3ce3){super(_0x454056),this['commentInputView']=new CommentInputView(_0x454056,_0x5b3ce3),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x236061,_0x5b051c)=>_0x236061||!!_0x5b051c),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 _0xe099f1(_0x454056,_0x4727dc),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'](_0x223c1f){this['commentInputView']['focus'](_0x223c1f);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x405624,_0x20392c)=>{const {submitButtonView:_0x3bdbe6,cancelButtonView:_0x37fe16,editor:_0x1655a6}=this['commentInputView'];[_0x3bdbe6['element'],_0x37fe16['element'],_0x1655a6?_0x1655a6['editing']['view']['getDomRoot']():null]['filter'](_0x524471=>_0x524471)['some'](_0x28572f=>_0x28572f['contains'](_0x20392c['target']))||(this['focus'](),_0x20392c['preventDefault']());});}}class CollapsedCommentsView extends _0x29b736{constructor(_0x2d0729){super(_0x2d0729);const _0x483cf2=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x483cf2['to']('count',_0x51c991=>vt(_0x2d0729,'NUMBER_OF_COMMENTS',_0x51c991))}]});}}class CommentsListView extends _0x29b736{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x5580f8,_0xd9106b,_0x3e5a28){super(_0x5580f8);const _0x226fd5=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0xd9106b['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0xd9106b,this['_config']=_0x3e5a28,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x4c6d1d(),this['keystrokes']=new _0x1c6de8(),this['focusCycler']=new _0x5b5254({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1a194b=>this['commentViews']['map'](_0x30001f=>_0x30001f['element'])['includes'](_0x1a194b['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new CollapsedCommentsView(_0x5580f8),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x56dad4=>_0x56dad4-this['_config']['maxCommentsWhenCollapsed']);for(const _0x25fa48 of _0xd9106b['comments'])this['_handleNewCommentModel'](_0x25fa48);this['_handleInfoComment'](),this['listenTo'](_0xd9106b['comments'],'add',(_0x58f13b,_0x4d8714)=>{const _0x37e0b6=this['_calculatePosition'](_0x4d8714);this['length']++,this['_handleNewCommentModel'](_0x4d8714,_0x37e0b6),this['refreshVisibleViews']();}),this['listenTo'](_0xd9106b['comments'],'remove',(_0x52fa56,_0x22de28)=>{this['length']--,this['_handleRemoveCommentModel'](_0x22de28),this['refreshVisibleViews']();}),this['listenTo'](_0xd9106b,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0xd9106b,'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',_0x226fd5['if']('length','ck-hidden',_0x572586=>!_0x572586)],'aria-label':vt(_0x5580f8,'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'](_0x35d739){-0x1===_0x35d739?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x36de05 of this['commentViews'])_0x36de05['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x3c8ea0,_0x3c76f9){const _0xbd974a=new this['_config']['CommentView'](this['locale'],_0x3c8ea0,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0xbd974a['viewUid']=_0x3c8ea0['id'],_0xbd974a['delegate']('removeComment')['to'](this),_0xbd974a['delegate']('updateComment')['to'](this),_0xbd974a['delegate']('resolveCommentThread')['to'](this),_0xbd974a['delegate']('editorReady')['to'](this),_0xbd974a['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0xbd974a,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0xbd974a,_0x3c76f9);}['_calculatePosition'](_0x132600){const _0x16f194=this['_model']['_findOptimalIndex'](_0x132600);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x132600['authoredAt']?_0x16f194-0x1:_0x16f194:_0x16f194-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x46aae7={'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'],_0x46aae7,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x46aae7));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x199a72){const _0x46fc47=this['commentViews']['remove'](_0x199a72['id']);this['stopListening'](_0x46fc47),_0x46fc47['isEditMode']&&this['_updateHasDirtyComment'](),_0x46fc47['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x49a80a=>_0x49a80a['isEditMode']);}['_rearrangeCollapse'](){const _0xf40fdb=function(_0x10e95a){const _0x2aca04=new _0xa45d7d();for(const _0x30a487 of _0x10e95a)_0x2aca04['add'](_0x30a487);return _0x2aca04;}(this['commentViews']),_0x580e99=this['_collapsedCommentsView']['count'];for(let _0x54ea93=0x1;_0x54ea93<=_0x580e99;_0x54ea93++)_0xf40fdb['remove'](0x1);for(const _0x249945 of _0xf40fdb)_0x249945['collapse']();_0x580e99>0x0&&_0xf40fdb['add'](this['_collapsedCommentsView'],0x1),Et(_0x2dc3ca(Array['from'](this['visibleViews']),Array['from'](_0xf40fdb)),this['visibleViews'],_0xf40fdb);}['_rearrangeExpand'](){Et(_0x2dc3ca(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x4f848b of this['visibleViews'])_0x4f848b['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x45efde=>{this['focusTracker']['add'](_0x45efde['element']),this['keystrokes']['listenTo'](_0x45efde['element']);}),this['commentViews']['on']('change',(_0x4b9ab0,_0x1792ee)=>{for(const _0xa51c0a of _0x1792ee['removed'])this['focusTracker']['remove'](_0xa51c0a['element']),this['keystrokes']['stopListening'](_0xa51c0a['element']);for(const _0x3f85fb of Array['from'](_0x1792ee['added'])['reverse']())this['focusTracker']['add'](_0x3f85fb['element']),this['keystrokes']['listenTo'](_0x3f85fb['element']);});}}function Et(_0x3be86c,_0x1df836,_0x1fb42f){let _0x58b00f=0x0;for(const _0x5a6af6 of _0x3be86c)switch(_0x5a6af6){case'insert':_0x1df836['add'](_0x1fb42f['get'](_0x58b00f),_0x58b00f),_0x58b00f++;break;case'delete':_0x1df836['remove'](_0x58b00f);break;case'equal':_0x58b00f++;}}class CommentThreadHeaderContextView extends _0x29b736{constructor(_0x5f5c60){super(_0x5f5c60);const _0x1bd81b=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x1bd81b['to']('contextValue',_0x3a0a24=>vt(_0x5f5c60,'THREAD_CONTEXT_LABEL',_0x3a0a24)),'tabindex':-0x1},'children':[{'text':_0x1bd81b['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class CommentThreadHeaderView extends _0x29b736{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x1d101c,_0x3f35fe){super(_0x1d101c);const _0x45ee5b=this['bindTemplate'];this['_model']=_0x3f35fe,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x4c6d1d(),this['keystrokes']=new _0x1c6de8(),this['focusCycler']=new _0x5b5254({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x2b648b=>!!_0x2b648b),this['bind']('contextValue')['to'](this['_model'],'context',_0x5e3a8b=>_0x5e3a8b&&_0x5e3a8b['value']?this['_trimContextValue'](_0x5e3a8b['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',_0x45ee5b['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 _0x9098ee=new _0x6d0d52(this['locale']);return _0x9098ee['label']=vt(this['locale'],'Reopen'),_0x9098ee['tooltip']=vt(this['locale'],'Reopen'),_0x9098ee['icon']=_0x582a13,_0x9098ee['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x5abd8e=>!_0x5abd8e),_0x9098ee['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0xfeaf13,_0x5d7184)=>_0xfeaf13&&_0x5d7184),_0x9098ee['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x9098ee;}['_trimContextValue'](_0x47413e){if(_0x47413e['length']<0x96)return _0x47413e;const _0x45109a=_0x47413e['lastIndexOf']('\x20',0x93);return _0x47413e['substring'](0x0,_0x45109a>-0x1?_0x45109a:0x93)+'...';}['_attachContextActions'](){const _0x17ce0b=this['element']['querySelector']('.ck-context'),_0x4abfe7=_0x17ce0b['querySelector']('.ck-context__value');this['listenTo'](_0x17ce0b,'mouseenter',()=>{_0x4abfe7['offsetWidth']<_0x4abfe7['scrollWidth']&&_0x17ce0b['classList']['add']('overlay');}),this['listenTo'](_0x17ce0b,'mouseleave',()=>{_0x17ce0b['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x1fc46a of this['focusables'])this['focusTracker']['add'](_0x1fc46a['element']),this['keystrokes']['listenTo'](_0x1fc46a['element']);}['_createContextView'](){const _0x2c0e6d=new CommentThreadHeaderContextView(this['locale']);return _0x2c0e6d['bind']('contextValue')['to'](this),_0x2c0e6d;}}class BaseCommentThreadView extends _0x29b736{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x382e9e,_0x4a4c82,_0xc1ed8b,_0x2d7ec2){super(_0x382e9e),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x4a4c82,this['_localUser']=_0xc1ed8b,this['_config']=_0x2d7ec2,this['commentThreadHeaderView']=new CommentThreadHeaderView(_0x382e9e,_0x4a4c82),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x87c58e(_0x382e9e,vt(_0x382e9e,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new CommentsListView(_0x382e9e,_0x4a4c82,Object['assign']({'CommentView':this['_config']['CommentView']},_0x2d7ec2)),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',(_0x137c3a,_0x50d0db)=>_0x137c3a||!!_0x50d0db),this['bind']('isUnlinked')['to'](_0x4a4c82,'unlinkedAt',_0x2277cd=>!!_0x2277cd),this['bind']('ariaLabel')['to'](this,'length',_0x575c5f=>{const _0x1e14f2=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return vt(this['locale'],'COMMENT_THREAD_LABEL',[_0x575c5f,_0x1e14f2]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x4c6d1d(),this['keystrokes']=new _0x1c6de8(),this['focusCycler']=new _0x5b5254({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x3c0fad=>_0x3c0fad['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0xb74a33(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x4b9f9f=new CommentThreadInputView(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x25adbf=_0x4b9f9f['commentInputView'];return _0x4b9f9f['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x25adbf,'value',(_0x571f1f,_0x3bd280,_0x3d2039,_0x2e443a,_0x56e909)=>!!_0x56e909||!!_0x2e443a&&_0x3d2039&&!_0x3bd280||_0x571f1f&&_0x3d2039&&!_0x3bd280),_0x25adbf['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0xa001f0,_0x5df322,_0x38edb5)=>{let _0x589210;return _0x589210=_0x38edb5&&_0x5df322?'Reply\x20to\x20reopen\x20discussion...':_0xa001f0?'Reply...':'Write\x20a\x20comment...',vt(this['locale'],_0x589210);}),_0x25adbf['bind']('submitLabel')['to'](this,'length',_0x20c399=>vt(this['locale'],_0x20c399?'Reply':'Comment')),_0x25adbf['on']('submit',(_0x4e00ce,_0x29b67c)=>{this['fire']('addComment',_0x29b67c),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x25adbf['on']('cancel',()=>{this['focus']();}),_0x25adbf['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x25adbf['on']('cancel',_0x4d672b=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x4d672b['stop']());}),this['on']('change:isActive',(_0x209ed3,_0x50c58a,_0x295a00)=>{_0x295a00||this['length']||_0x25adbf['value']||this['fire']('removeCommentThread');}),_0x4b9f9f;}}class CommentThreadView extends/* #__PURE__ -- @preserve */
|
|
27
|
+
_0x4486b9(BaseCommentThreadView){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x71d6bb,_0x34083b,_0x453b84,_0x25d114){super(_0x71d6bb,_0x34083b,_0x453b84,_0x25d114),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x71d6bb,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x20f357,_0x2d9908,_0x30b51b)=>{_0x30b51b||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x28755a,_0x33390e,_0x63caeb)=>{_0x63caeb&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x45215e=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x45215e['if']('isActive','ck-thread--active'),_0x45215e['if']('isUnlinked','ck-thread--unlinked'),_0x45215e['to']('actionIndicator',_0x5570f4=>_0x5570f4?'ck-thread--'+_0x5570f4:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x45215e['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 _0x4bbf7a of this['commentsListView']['commentViews'])_0x4bbf7a['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x1e1ded}=this,_0x3d9a37=this['commentsListView']['commentViews']['get'](0x0);_0x3d9a37===this['_boundFirstCommentView']||_0x3d9a37['isSystemComment']||(this['_boundFirstCommentView']=_0x3d9a37,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x3d9a37,'actionIndicator',_0x167ea2=>'remove'===_0x167ea2?'remove':null),_0x3d9a37['placeholder']=vt(_0x1e1ded,'Write\x20a\x20comment...'),_0x3d9a37['removeButton']['on']('execute',_0xd573b6=>{_0xd573b6['stop'](),this['showConfirm'](vt(_0x1e1ded,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x3d9a37['focus']();}),_0x3d9a37['actionBar']['add'](this['resolveButton'],0x0),_0x3d9a37['focusables']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x14ca1e=new _0x585fa8(this['locale']);return _0x14ca1e['label']=vt(this['locale'],'Resolve'),_0x14ca1e['tooltip']=vt(this['locale'],'Resolve'),_0x14ca1e['icon']=_0x1b4424,_0x14ca1e['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x14ca1e['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x2c15bb=>!_0x2c15bb),_0x14ca1e['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x17edbd,_0x12b678)=>_0x17edbd&&!_0x12b678),_0x14ca1e['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x14ca1e;}['_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 _0x29b736{constructor(_0x4f634d){super(_0x4f634d),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x546a14,_0x5e07ca,_0x33a54a)=>{this['element']['innerHTML']=_0x33a54a;}),this['element']['innerHTML']=this['content'];}}class BaseCommentView extends _0x29b736{['visibleView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0xebd024,_0x96cc4e,_0x1d11a2){super(_0xebd024),this['_model']=_0x96cc4e,this['_config']=_0x1d11a2,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x96cc4e,'content',_0x96cc4e,'authoredAt',(_0x3acd90,_0x38c58f)=>vt(_0xebd024,'COMMENT_ARIA_LABEL',[_0x96cc4e['author']['name'],_0x1d11a2['formatDateTime'](_0x38c58f),new DOMParser()['parseFromString'](_0x3acd90,'text/html')['body']['textContent'],_0x96cc4e['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new _0x87c58e(_0xebd024,vt(_0xebd024,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new tt(),this['focusTracker']=new _0x4c6d1d(),this['keystrokes']=new _0x1c6de8(),this['focusCycler']=new _0x5b5254({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0xbebb5=>_0xbebb5['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 _0x23b803=new CommentContentView(this['locale']);return _0x23b803['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x1b98fb,_0x2619e5)=>_0x2619e5?_0x19fee0(_0x1b98fb,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x1b98fb),_0x23b803;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x206946=new CommentInputView(this['locale'],this['_config']['editorConfig']);return _0x206946['value']=this['_model']['content'],_0x206946['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x206946['submitLabel']=vt(this['locale'],'Save'),_0x206946['on']('submit',(_0x29947a,_0x4246a7)=>{this['fire']('updateComment',this['_model']['id'],_0x4246a7),this['switchToDisplayMode'](),this['focus']();}),_0x206946['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x206946['once']('editorReady',()=>{_0x206946['focus']();}),_0x206946['createEditor'](),_0x206946['delegate']('editorReady')['to'](this),_0x206946['delegate']('editorDestroyed')['to'](this),_0x206946;}['_setupKeyboardNavigation'](){const _0x49dad0=this['element'];this['keystrokes']['listenTo'](_0x49dad0);for(const _0x48622b of this['focusables'])this['focusTracker']['add'](_0x48622b['element']),this['keystrokes']['listenTo'](_0x48622b['element']);this['focusables']['on']('change',(_0x417a43,_0x1c8ed0)=>{for(const _0x2433f0 of _0x1c8ed0['removed'])this['focusTracker']['remove'](_0x2433f0['element']),this['keystrokes']['stopListening'](_0x2433f0['element']);for(const _0x5edab1 of _0x1c8ed0['added'])this['focusTracker']['add'](_0x5edab1['element']),this['keystrokes']['listenTo'](_0x5edab1['element']);}),this['keystrokes']['set']('enter',(_0x33cd9f,_0x23b4f8)=>{_0x49dad0===_0x33cd9f['target']&&(this['focusCycler']['focusFirst'](),_0x23b4f8());}),this['keystrokes']['set']('esc',(_0x30cb1e,_0x9ce87d)=>{_0x49dad0!==_0x30cb1e['target']&&(this['focus'](),_0x9ce87d());});}}class CommentView extends/* #__PURE__ -- @preserve */
|
|
28
|
+
_0x4486b9(BaseCommentView){['actionBar'];['userView'];constructor(_0x132f4e,_0x4ffebb,_0x1de63a){super(_0x132f4e,_0x4ffebb,_0x1de63a),this['set']('actionIndicator',null),this['set']('placeholder',vt(_0x132f4e,'Reply...')),this['bind']('authoredAt')['to'](_0x4ffebb),this['bind']('resolvedAt')['to'](_0x4ffebb),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 _0xe099f1(_0x132f4e,_0x4ffebb['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0x4ffebb,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x5058e2=this['bindTemplate'],_0x31ba92=[{'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':_0x5058e2['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x5058e2['to']('authoredAt',_0x4e423a=>this['_config']['formatDateTime'](_0x4e423a))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x5058e2['if']('isEditMode','ck-comment__actions--hidden'),_0x5058e2['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']&&_0x31ba92['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper'],'tabindex':-0x1,'aria-label':_0x5058e2['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x5058e2['if']('isEditMode','ck-comment--edit'),_0x5058e2['if']('isSystemComment','ck-comment--info'),_0x5058e2['to']('actionIndicator',_0x4227a0=>_0x4227a0?'ck-comment--'+_0x4227a0:'')],'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':_0x31ba92}]}]};}['_createEditButton'](){const _0x426f41=new _0x6d0d52(this['locale']);return _0x426f41['label']=vt(this['locale'],'Edit'),_0x426f41['icon']=_0x54d02f,_0x426f41['withText']=!0x0,_0x426f41['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x426f41['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x3b0a75=>!_0x3b0a75),_0x426f41['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x426f41['on']('execute',()=>this['switchToEditMode']()),_0x426f41;}['_createRemoveButton'](){const _0x59b81f=new _0x6d0d52(this['locale']);return _0x59b81f['label']=vt(this['locale'],'Remove'),_0x59b81f['icon']=_0x51ba3a,_0x59b81f['withText']=!0x0,_0x59b81f['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x59b81f['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x73d85f=>!_0x73d85f),_0x59b81f['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x59b81f['on']('execute',()=>{this['showConfirm'](vt(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x59b81f;}['_createDropdown'](){const _0x22d910=et(this['locale'],_0x35e96f),_0x2dc74d=_0x22d910['panelView']['children'],_0x31b25a=new it(this['locale']),_0x2053b2=_0x22d910['bindTemplate'];st(_0x22d910,()=>this['items']['find'](_0x5bbdee=>_0x5bbdee['isVisible'])),_0x22d910['extendTemplate']({'attributes':{'class':[_0x2053b2['if']('isVisible','ck-hidden',_0x34e8b6=>!_0x34e8b6)]}});const _0x112bcc=(_0x359c8f,_0x4b022d=-0x1)=>{const _0x21cbe8=new nt(this['locale']);_0x21cbe8['children']['add'](_0x359c8f);const _0x2aeb1a=_0x4b022d>-0x1?_0x4b022d:_0x31b25a['items']['length'];_0x31b25a['items']['add'](_0x21cbe8,_0x2aeb1a);const _0x10a304=Array['from'](this['items']);_0x22d910['unbind']('isEnabled','isVisible'),_0x22d910['bind']('isEnabled')['toMany'](_0x10a304,'isEnabled',(..._0xdae5f2)=>_0xdae5f2['some'](_0x5b3cc2=>_0x5b3cc2)),_0x22d910['bind']('isVisible')['toMany'](_0x10a304,'isVisible',(..._0x500600)=>_0x500600['some'](_0x6056bb=>_0x6056bb));};_0x22d910['panelPosition']='sw',_0x22d910['buttonView']['set']({'label':vt(this['locale'],'Show\x20more\x20items'),'icon':_0xad2d75});for(const _0x1ced2e of this['items'])_0x112bcc(_0x1ced2e);return _0x2dc74d['add'](_0x31b25a),_0x22d910['listenTo'](this['items'],'add',(_0x580666,_0x1a6184,_0x514cc1)=>{_0x112bcc(_0x1a6184,_0x514cc1);}),_0x22d910['listenTo'](this['items'],'remove',(_0x3ec3c8,_0x221534,_0x302abf)=>{_0x31b25a['items']['remove'](_0x302abf);}),_0x22d910;}['_attachActions'](_0x543288,_0x420886){const _0x1230b2=_0x543288&&_0x543288['element'];_0x1230b2&&(this['listenTo'](_0x1230b2,'mouseenter',()=>this['actionIndicator']=_0x420886),this['listenTo'](_0x1230b2,'focus',()=>this['actionIndicator']=_0x420886),this['listenTo'](_0x1230b2,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x1230b2,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x56fd3e=super['_createCommentInputView']();return _0x56fd3e['bind']('placeholder')['to'](this),_0x56fd3e;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}}function Nt(_0x290ecc){const _0x2ee18a=_0x18bd0e(_0x290ecc,0x1e),_0x3b06a6=new MutationObserver(_0x4711dc=>{for(const _0xb691cd of _0x4711dc)('attributes'==_0xb691cd['type']&&'class'==_0xb691cd['attributeName']||'childList'==_0xb691cd['type']||'characterData'==_0xb691cd['type'])&&_0x2ee18a();});return{'attach'(_0x295ba1){_0x3b06a6['observe'](_0x295ba1,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x3b06a6['disconnect'](),_0x2ee18a['cancel']();}};}class AnnotationView extends _0x29b736{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x20511d,_0x1ff5e3){super(_0x20511d),this['id']=_0x2708a4(),this['focusTracker']=new _0x4c6d1d(),this['keystrokes']=new _0x1c6de8(),this['keystrokes']['set']('Esc',(_0x61f93f,_0x59c8c5)=>this['fire']('Esc',_0x59c8c5)),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'](_0x1ff5e3),this['mainView']=_0x1ff5e3;const _0x478a5c=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x478a5c['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 _0x5f6d3c=this['element']['clientHeight'];_0x5f6d3c&&(this['height']=_0x5f6d3c);}}class Annotation extends/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x543c23(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x28d968,target:_0x49fead,type:_0x3d2541,isVisible:_0x348335=!0x0}){super(),this['view']=_0x28d968,this['view']['element']||this['view']['render'](),this['_type']=_0x3d2541,this['_target']=_0x49fead,Annotation['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0xa45d7d([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x5a3f9a,_0x1b1e72)=>{this['view']['focusTracker']['add'](_0x1b1e72);}),this['focusableElements']['on']('remove',(_0x5b91a2,_0x5ae701)=>{this['view']['focusTracker']['remove'](_0x5ae701);}),this['set']('isVisible',_0x348335);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x2bd765=this['_getNormalizedTarget']();return Annotation['_assertCorrectTarget'](_0x2bd765),_0x2bd765;}get['targetRect'](){const _0x24fcf4=this['target'];if(null===_0x24fcf4)return null;if(_0x24fcf4 instanceof _0x18f45f)return _0x24fcf4;const _0x4c6617=_0x24fcf4['filter'](_0x4a0316=>function(_0x4947b3){const _0x49bfaf=_0x4947b3['offsetParent'];if(_0x49bfaf)return!0x0;const _0x98859f=_0x4947b3['getClientRects']()['item'](0x0);return!!_0x98859f;}(_0x4a0316));return 0x0===_0x4c6617['length']?null:_0x18f45f['getDomElementRects'](_0x4c6617[0x0])[0x0];}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x2ae838){this['view']['isActive']=_0x2ae838,this['view']['mainView']['isActive']=_0x2ae838;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x2f0a8a){if(!(null===_0x2f0a8a||_0x2f0a8a instanceof _0x18f45f||Array['isArray'](_0x2f0a8a)&&_0x2f0a8a['every'](_0x34936f=>kt(_0x34936f))))throw new _0x53047c('annotation-invalid-target',null,{'target':_0x2f0a8a});}['_getNormalizedTarget'](){const _0x3d14ec='function'==typeof this['_target']?this['_target']():this['_target'];return kt(_0x3d14ec)?[_0x3d14ec]:_0x3d14ec;}}function kt(_0x52db72){return null!==_0x52db72&&'object'==typeof _0x52db72&&'nodeType'in _0x52db72&&0x1===_0x52db72['nodeType'];}class AnnotationCollection extends _0xa45d7d{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x4edeb1=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x4c6d1d(),this['_focusTracker']['on']('change:isFocused',(_0xb0b4e,_0x1c5f31,_0x50c543)=>{_0x50c543||this['fire']('blur');});for(const _0xebd41c of _0x4edeb1)this['add'](_0xebd41c);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x227068){if(this['has'](_0x227068))throw new _0x53047c('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x227068['innerView'],_0x227068),this['_viewToAnnotation']['set'](_0x227068['view'],_0x227068);for(const _0x33e18d of _0x227068['focusableElements'])this['_focusTracker']['add'](_0x33e18d);if(this['listenTo'](_0x227068['focusableElements'],'add',(_0x477083,_0x4feb34)=>{this['_focusTracker']['add'](_0x4feb34);}),this['listenTo'](_0x227068['focusableElements'],'remove',(_0x2d0694,_0x2c701e)=>{this['_focusTracker']['remove'](_0x2c701e);}),this['listenTo'](_0x227068['view']['focusTracker'],'change:isFocused',(_0x3e9094,_0x4535e7,_0x57eff9)=>{_0x57eff9&&this['fire']('focus',_0x227068);}),_0x227068['updateTargetRect'](),this['_areCachedRectsStale']()){for(const _0x29862e of this)_0x29862e['updateTargetRect']();}const _0x184781=this['_getOrderInContent'](_0x227068['view']['targetRect']);return super['add'](_0x227068,_0x184781);}['remove'](_0x1e3225){if(!this['has'](_0x1e3225))throw new _0x53047c('annotationcollection-not-existing-item',null);this['stopListening'](_0x1e3225['view']['focusTracker']),this['stopListening'](_0x1e3225['focusableElements']);for(const _0x195f16 of _0x1e3225['focusableElements'])this['_focusTracker']['remove'](_0x195f16);return this['_viewToAnnotation']['delete'](_0x1e3225['view']),this['_innerViewToAnnotation']['delete'](_0x1e3225['innerView']),super['remove'](_0x1e3225);}['getByInnerView'](_0x593d3e){return this['_innerViewToAnnotation']['get'](_0x593d3e);}['getByView'](_0x2928c2){return this['_viewToAnnotation']['get'](_0x2928c2);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x160857 of this)_0x160857['updateTargetRect']();this['_sort']();}['_sort'](){const _0x38772d=Array['from'](this)['sort']((_0x119382,_0x544422)=>Rt(_0x119382['view']['targetRect'],_0x544422['view']['targetRect']));for(let _0x11ecb9=_0x38772d['length']-0x1;_0x11ecb9>0x0;_0x11ecb9--){const _0x3a93bd=_0x38772d[_0x11ecb9];_0x11ecb9!==this['getIndex'](_0x3a93bd)&&(this['remove'](_0x3a93bd),this['add'](_0x3a93bd));}}['_getOrderInContent'](_0x597d03){let _0x388b5f=0x0;if(!_0x597d03)return this['length'];for(const _0x4a37a9 of this){const _0x16960c=_0x4a37a9['view']['targetRect'];if(_0x16960c){if(Rt(_0x597d03,_0x16960c)<0x0)return _0x388b5f;_0x388b5f++;}}return _0x388b5f;}['_areCachedRectsStale'](){const _0x28aaa7=this['get'](0x0);if(!_0x28aaa7)return!0x1;const _0x3cfa0a=_0x28aaa7['view']['targetRect'],_0x4c5116=_0x28aaa7['targetRect'];return!(!_0x3cfa0a||!_0x4c5116)&&(_0x3cfa0a['top']!==_0x4c5116['top']||_0x3cfa0a['left']!==_0x4c5116['left']);}}function Ot({source:_0x51256d,target:_0x2ce81d,filter:_0xd1ab4e}){for(const _0x50f46d of _0x51256d)_0xd1ab4e(_0x50f46d)&&_0x2ce81d['add'](_0x50f46d);_0x2ce81d['listenTo'](_0x51256d,'add',(_0x544698,_0x217e41)=>{_0xd1ab4e(_0x217e41)&&_0x2ce81d['add'](_0x217e41);}),_0x2ce81d['listenTo'](_0x51256d,'remove',(_0x2b7923,_0x4c0a53)=>{_0x2ce81d['has'](_0x4c0a53)&&_0x2ce81d['remove'](_0x4c0a53);});}function Rt(_0x50a014,_0x56688e){if(null===_0x50a014&&null===_0x56688e)return 0x0;if(null===_0x50a014)return-0x1;if(null===_0x56688e)return 0x1;const _0xc82ea6=_0x50a014['top']-_0x56688e['top'];return 0x0==_0xc82ea6?_0x50a014['left']-_0x56688e['left']:_0xc82ea6;}class Annotations extends _0x48636b{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x10e746){if(super(_0x10e746),this['collection']=new AnnotationCollection(),this['_visibleAnnotations']=new AnnotationCollection(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x10e746 instanceof _0x1acb0){const _0x3d3803=_0x10e746['locale'];_0x10e746['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':vt(_0x3d3803,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':vt(_0x3d3803,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':vt(_0x3d3803,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':vt(_0x3d3803,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':vt(_0x3d3803,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':vt(_0x3d3803,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':vt(_0x3d3803,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x266bde){this['collection']['add'](_0x266bde);}['remove'](_0x3846e8){this['collection']['remove'](_0x3846e8),_0x3846e8['destroy']();}['refreshVisibility'](){for(const _0x451d4e of this['collection'])_0x451d4e['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x2be733){return this['collection']['getByInnerView'](_0x2be733);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x4f38a8 of this['collection'])_0x4f38a8['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x9f1ec){this['fire']('_activateAnnotation',_0x9f1ec);}['createAnnotation'](_0x27b819){return new Annotation(_0x27b819);}['createAnnotationView'](_0x4ed937,_0x337220){return new AnnotationView(_0x4ed937,_0x337220);}['_addActiveAnnotation'](_0x49a8d7){const _0x40e879=new Set(this['activeAnnotations']);_0x40e879['add'](_0x49a8d7),this['activeAnnotations']=_0x40e879;}['_removeActiveAnnotation'](_0x1544d3){const _0x101306=new Set(this['activeAnnotations']);_0x101306['delete'](_0x1544d3),this['activeAnnotations']=_0x101306;}['_bindAnnotationsToVisibleAnnotations'](){const _0xde6b03=this['collection'],_0x5d6bdf=this['_visibleAnnotations'];function _0xf640a(_0x5428c9){const _0x48c9a5=_0x5428c9['source'];_0x48c9a5['isVisible']&&!_0x5d6bdf['has'](_0x48c9a5)?_0x5d6bdf['add'](_0x48c9a5):!_0x48c9a5['isVisible']&&_0x5d6bdf['has'](_0x48c9a5)&&_0x5d6bdf['remove'](_0x48c9a5),_0x48c9a5['view']['focusTracker']['remove'](_0x48c9a5['view']['element']),_0x48c9a5['view']['focusTracker']['add'](_0x48c9a5['view']['element']);}this['listenTo'](_0xde6b03,'add',(_0x38a0de,_0x2f9166)=>{_0x2f9166['isVisible']&&_0x5d6bdf['add'](_0x2f9166),this['listenTo'](_0x2f9166,'change:isVisible',_0xf640a);}),this['listenTo'](_0xde6b03,'remove',(_0x344325,_0x45c113)=>{_0x5d6bdf['has'](_0x45c113)&&_0x5d6bdf['remove'](_0x45c113),this['stopListening'](_0x45c113,'change:isVisible',_0xf640a);});}['_setupEnterAnnotationKeystroke'](){const _0x253e96=_0x5319d5=>{_0x5319d5['on']('ready',()=>{_0x5319d5['keystrokes']['set'](_0x40d134,(_0x16a260,_0x506f31)=>{const _0x386c4f=_0x6e115a(this['activeAnnotations']['values']());_0x386c4f&&(_0x386c4f['view']['focus'](),_0x506f31());});});};this['context']instanceof _0x1acb0?_0x253e96(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0xc4b49a,_0x11d4f8)=>{_0x253e96(_0x11d4f8);});}['_setupEscapeAnnotationHandling'](){const _0x12b4d7=_0x4fcd8c=>{const _0xed68e8=_0x4fcd8c['source'],_0x54ab6d=[];let _0x3d93f5;if(Array['isArray'](_0xed68e8['target'])){_0x3d93f5=_0xed68e8['target'][0x0],this['context']instanceof _0x1acb0?_0x54ab6d['push'](this['context']):this['context']['editors']&&_0x54ab6d['push'](...this['context']['editors']);for(const _0x3c9c7a of _0x54ab6d)for(const _0x3d91d2 of _0x3c9c7a['editing']['view']['domRoots']['values']())if(_0x3d91d2['contains'](_0x3d93f5))return void _0x3c9c7a['editing']['view']['focus']();_0x3d93f5['focus']();}};this['listenTo'](this['collection'],'add',(_0x4739e2,_0x1313e7)=>{this['listenTo'](_0x1313e7,'escape',_0x12b4d7,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x5c16a7,_0x58832b)=>{this['stopListening'](_0x58832b,'escape',_0x12b4d7);});}}const Mt=Symbol('noChannel'),St={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class CommentsRepository extends _0x48636b{['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[Annotations,_0x38dc27,_0x1f09e3];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x498158){super(_0x498158),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x2562dc=this['context']['config'];_0x2562dc['define']('comments.maxCommentsWhenCollapsed',0x2),_0x2562dc['define']('comments.maxThreadTotalWeight',0x1f4),_0x2562dc['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x2562dc['define']('comments.CommentThreadView',CommentThreadView),_0x2562dc['define']('comments.CommentView',CommentView),_0x2562dc['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x14538f=this['context']['plugins']['get'](Annotations);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x1fb854,_0x2dbb94)=>this['_addCommentThread'](_0x2dbb94)),this['on']('submitCommentThread',(_0x27668d,_0x5bf447)=>this['_submitCommentThread'](_0x5bf447)),this['on']('resolveCommentThread',(_0x5a174e,_0x5975bf)=>this['_resolveCommentThread'](_0x5975bf)),this['on']('resolveCommentThread',(_0x1c9f67,_0x1c0d24)=>this['_updateActiveAnnotation'](_0x1c0d24),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x18a391,_0xb84a2d)=>this['_reopenCommentThread'](_0xb84a2d)),this['on']('reopenCommentThread',(_0xa67c22,_0x59538c)=>this['_updateActiveAnnotation'](_0x59538c),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x2dcd7d,_0x33d00a)=>this['_removeCommentThread'](_0x33d00a)),this['on']('updateCommentThread',(_0x31f019,_0xe80402)=>this['_updateCommentThread'](_0xe80402)),this['on']('updateCommentThread',(_0x218060,_0x5737de)=>this['_updateActiveAnnotation'](_0x5737de),{'priority':'lowest'}),this['on']('addComment',(_0x1cc007,_0x50793f)=>this['_addComment'](_0x50793f)),this['on']('updateComment',(_0x51c133,_0x559d08)=>this['_updateComment'](_0x559d08)),this['on']('removeComment',(_0x264623,_0x1ab626)=>this['_removeComment'](_0x1ab626)),this['on']('addComment',(_0x365919,{threadId:_0x34c90b,isFromAdapter:_0x7ef423})=>{if(_0x7ef423)return;const _0x25f06a=this['getCommentThread'](_0x34c90b),_0x33899f=_0x25f06a&&this['_threadToController']['get'](_0x25f06a);_0x33899f&&_0x33899f['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x14538f,'change:activeAnnotations',(_0x2c2389,_0x247a60,_0x222edb)=>{const _0x4a969d=Array['from'](_0x222edb)['map'](_0x485f09=>this['_viewToController']['get'](_0x485f09['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x4a969d?_0x4a969d['model']:null;});}set['adapter'](_0x45c9f8){if(this['_adapter'])throw new _0x53047c('commentsrepository-adapter-already-set');this['_adapter']=_0x45c9f8;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x59cb63=Mt,threadId:_0x3356ef=_0x2708a4(),comments:_0x83ca14=[],unlinkedAt:_0x4f6098=null,resolvedAt:_0x157c9d=null,resolvedBy:_0x5c058a=null,target:_0x1256b2=null,context:_0x5f03ab=null,attributes:_0xea110={},isResolvable:_0x1693c9=!0x0,isSubmitted:_0x3d15d8=!0x1,isFromAdapter:_0x5a1395=!0x1}={}){return this['fire'](xt('addCommentThread',_0x59cb63),{'channelId':_0x59cb63,'threadId':_0x3356ef,'comments':_0x83ca14,'unlinkedAt':_0x4f6098,'resolvedAt':_0x157c9d,'resolvedBy':_0x5c058a,'target':_0x1256b2,'context':_0x5f03ab,'attributes':_0xea110,'isFromAdapter':_0x5a1395,'isResolvable':_0x1693c9,'isSubmitted':_0x3d15d8}),this['getCommentThread'](_0x3356ef);}['openNewCommentThread']({channelId:_0x1a97ac=Mt,threadId:_0x3be703=_0x2708a4(),target:_0x2a980e,context:_0x30e3fa=null,isResolvable:_0x371423=!0x0}){if(this['_readOnlyChannels']['has'](_0x1a97ac)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x2a980e)throw new _0x53047c('commentsrepository-missing-target');const _0x2b539b=this['addCommentThread']({'channelId':_0x1a97ac,'threadId':_0x3be703,'target':_0x2a980e,'context':_0x30e3fa,'isResolvable':_0x371423});if(!_0x2b539b)return null;const _0x549634=this['_threadToController']['get'](_0x2b539b),_0x15d766=_0x549634['view']['commentThreadInputView']['commentInputView'],_0x54ed32=this['context']['plugins']['get'](Annotations),_0x4e5320=_0x54ed32['getByInnerView'](_0x549634['view']);return _0x54ed32['activate'](_0x4e5320),_0x15d766['once']('editorReady',()=>_0x15d766['focus']()),_0x2b539b;}['hasCommentThread'](_0x8720e0){if('string'!=typeof _0x8720e0)throw new _0x53047c('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x8720e0);}['updateCommentThread']({channelId:_0x3bef51=Mt,threadId:_0x39d2b9,context:_0x135da8,unlinkedAt:_0x5c7d24,attributes:_0x17b561,isFromAdapter:_0x295a05=!0x1}){return this['fire'](xt('updateCommentThread',_0x3bef51),{'channelId':_0x3bef51,'threadId':_0x39d2b9,'context':_0x135da8,'unlinkedAt':_0x5c7d24,'attributes':_0x17b561,'isFromAdapter':_0x295a05}),this['getCommentThread'](_0x39d2b9);}['getCommentThread'](_0x34ce77){if('string'!=typeof _0x34ce77)throw new _0x53047c('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x34ce77);}['fetchCommentThread']({channelId:_0x324fbc,threadId:_0x5c66a6}={}){const _0x1947f2=this['getCommentThread'](_0x5c66a6);if(_0x1947f2)return Promise['resolve'](_0x1947f2);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x53047c('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x324fbc,'threadId':_0x5c66a6})['then'](_0x7bbaa5=>this['hasCommentThread'](_0x5c66a6)?this['getCommentThread'](_0x5c66a6):_0x7bbaa5?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x324fbc},_0x7bbaa5)):void 0x0)['catch'](_0x279596=>{throw console['error'](_0x279596),new _0x53047c('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x2dba03,skipNotAttached:_0x57e1c8=!0x1,skipEmpty:_0x19f463=!0x1,toJSON:_0x1bb739=!0x1}={}){const _0x5c120f=[];for(const _0x5de65e of this['_threads']['values']())_0x2dba03&&_0x5de65e['channelId']!==_0x2dba03||_0x57e1c8&&!_0x5de65e['isAttached']||_0x19f463&&0x0===_0x5de65e['length']||_0x5c120f['push'](_0x5de65e);return _0x1bb739?_0x5c120f['map'](_0x5c5869=>_0x5c5869['toJSON']()):_0x5c120f;}['getAnnotationForCommentThread'](_0x1857c8){const _0x509311=this['_threadToController']['get'](_0x1857c8);if(!_0x509311)return null;return this['context']['plugins']['get'](Annotations)['getByInnerView'](_0x509311['view'])||null;}['getCommentThreadForAnnotation'](_0xd00345){const _0x560ca0=this['_viewToController']['get'](_0xd00345['innerView']);return _0x560ca0?_0x560ca0['model']:null;}['setActiveCommentThread'](_0x48c2aa){const _0xdea1d9=this['context']['plugins']['get'](Annotations);if(!_0x48c2aa)return void(this['activeCommentThread']&&_0xdea1d9['deactivateAll']());const _0x3483c7=this['getCommentThread'](_0x48c2aa);if(!_0x3483c7)throw new _0x53047c('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x48c2aa});if(!this['_threadToController']['has'](_0x3483c7))throw new _0x53047c('commentsrepository-active-not-attached',null,{'threadId':_0x48c2aa});const _0x505ae2=_0xdea1d9['getByInnerView'](this['_threadToController']['get'](_0x3483c7)['view']);_0xdea1d9['activate'](_0x505ae2);}['switchReadOnly'](_0x2aee52,_0x506200){_0x2aee52?this['_readOnlyChannels']['add'](_0x506200):this['_readOnlyChannels']['delete'](_0x506200),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x375e98){return this['_readOnlyChannels']['has'](_0x375e98)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x537116,_0x40b60b){return new CommentThreadController(_0x537116,_0x40b60b);}['setPermissions'](_0x1d81b2,_0x415f30=Mt){this['_permissions']['set'](_0x415f30,_0x1d81b2),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x5cc747=Mt){return this['_permissions']['has'](_0x5cc747)?this['_permissions']['get'](_0x5cc747):St;}['_addCommentThread']({channelId:_0xa2902c,threadId:_0x3dae92,comments:_0x6a350a,unlinkedAt:_0x1a629e,resolvedAt:_0x1cd5c0,resolvedBy:_0x355ba4,target:_0x23429a,context:_0xcde7ae,attributes:_0x15f605,isFromAdapter:_0x1d29cb,isResolvable:_0x5d55aa,isSubmitted:_0x283836}){if('string'!=typeof _0x3dae92)throw new _0x53047c('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x3dae92});if(this['hasCommentThread'](_0x3dae92))throw new _0x53047c('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x3dae92});const _0x440849=new CommentThread(this,{'channelId':_0xa2902c,'id':_0x3dae92,'context':_0xcde7ae,'attributes':_0x15f605,'unlinkedAt':_0x1a629e,'resolvedAt':_0x1cd5c0,'resolvedBy':_0x355ba4?this['context']['plugins']['get'](_0x1f09e3)['getUser'](_0x355ba4):null,'isResolvable':_0x5d55aa,'isSubmitted':_0x283836||_0x1d29cb});this['_threads']['set'](_0x3dae92,_0x440849);for(const _0x174abc of _0x6a350a)_0x440849['_add'](this['_createNewComment']({'threadId':_0x3dae92,..._0x174abc}));return _0x23429a&&_0x440849['attachTo'](_0x23429a),_0x1d29cb||!_0x440849['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0xa2902c,'threadId':_0x3dae92});}['_submitCommentThread']({channelId:_0xd54b7f,threadId:_0x21a4d2}){if(!this['hasCommentThread'](_0x21a4d2))throw new _0x53047c('commentsrepository-missing-comment-thread',this);const _0x22b2bb=this['getCommentThread'](_0x21a4d2);if(_0x22b2bb['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x29dfaf,comments:_0x2716df,resolvedAt:_0x541518,resolvedBy:_0x552f3c,context:_0x49f811,attributes:_0x597efc}=_0x22b2bb,_0x26a9d6=this['context']['plugins']['get']('PendingActions'),_0x19e1c9=_0x26a9d6['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0xd54b7f,'threadId':_0x29dfaf,'comments':_0x2716df['map'](_0x4f2752=>_0x4f2752['toJSON']()),'resolvedAt':_0x541518,'resolvedBy':_0x552f3c?_0x552f3c['id']:_0x552f3c,'context':_0x49f811,'attributes':_0x597efc})['then'](({comments:_0x3d9141})=>{_0x26a9d6['remove'](_0x19e1c9);for(const _0x15e40d of _0x3d9141)this['_updateComment']({'channelId':_0xd54b7f,'threadId':_0x21a4d2,'commentId':_0x15e40d['commentId'],'createdAt':_0x15e40d['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x32c7ec=>{throw console['error'](_0x32c7ec),new _0x53047c('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x32601d,target:_0x96f014}){const _0x458b91=this['getCommentThread'](_0x32601d);if(!_0x458b91)throw new _0x53047c('commentsrepository-attach-missing-comment-thread',this);const _0x57a33a=this['context']['plugins']['get']('PendingActions'),_0x483fca=this['context']['plugins']['get'](Annotations),_0x380016=this['_createCommentThreadView'](_0x458b91),_0x43f8b0=new CommentThreadController(_0x458b91,_0x380016);let _0x39cae8=null;_0x380016['on']('change:isDirty',(_0x2b40c3,_0x5e599f,_0x3594c1)=>{_0x3594c1?_0x39cae8=_0x57a33a['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x39cae8&&(_0x57a33a['remove'](_0x39cae8),_0x39cae8=null);}),this['_threadToController']['set'](_0x458b91,_0x43f8b0),this['_viewToController']['set'](_0x380016,_0x43f8b0);const _0x571bac=new AnnotationView(this['context']['locale'],_0x380016);_0x571bac['bind']('length')['to'](_0x380016),_0x571bac['bind']('isDirty')['to'](_0x380016,'isDirty',_0x380016,'length',(_0x5e548e,_0x125c7c)=>_0x5e548e||!_0x125c7c),_0x571bac['bind']('isActive')['to'](_0x380016),_0x571bac['type']='comment';const _0x42c636=new Annotation({'view':_0x571bac,'target':_0x96f014,'type':'comment','isVisible':!_0x458b91['archivedAt']&&!!('function'==typeof _0x96f014?_0x96f014():_0x96f014)});return _0x380016['on']('escape',()=>{_0x42c636['fire']('escape');}),this['_bindAnnotationToEditors'](_0x380016,_0x42c636),_0x483fca['add'](_0x42c636),_0x42c636;}['_bindAnnotationToEditors'](_0x16a9a0,_0x4e457b){this['listenTo'](_0x16a9a0,'editorReady',(_0x54be0d,_0x11b949)=>{const _0x213b97=_0x11b949['ui']['view']['body']['bodyCollectionContainer'];_0x4e457b['focusableElements']['add'](_0x213b97),this['context']instanceof _0x1acb0&&this['context']['ui']['focusTracker']['add'](_0x213b97);},{'priority':'highest'}),this['listenTo'](_0x16a9a0,'editorDestroyed',(_0x3bfa99,_0x2297c8)=>{const _0x366a5e=_0x2297c8['ui']['view']['body']['bodyCollectionContainer'];_0x4e457b['focusableElements']['has'](_0x366a5e)&&_0x4e457b['focusableElements']['remove'](_0x366a5e),this['context']instanceof _0x1acb0&&this['context']['ui']['focusTracker']['remove'](_0x366a5e);});}['_unbindEditors'](_0x5aa6a8){this['stopListening'](_0x5aa6a8,'editorReady'),this['stopListening'](_0x5aa6a8,'editorDestroyed');}['_createCommentThreadView'](_0x14c427){const _0x3878fc=this['context']['plugins']['get'](_0x1f09e3),{config:_0x51543e,locale:_0x100f1f}=this['context'],_0xd28cfc=_0x4804ea(_0x51543e['get']('locale'),_0x100f1f);return new(0x0,(_0x51543e['get']('comments'))['CommentThreadView'])(_0x100f1f,_0x14c427,_0x3878fc['me'],{'editorConfig':{..._0x51543e['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x51543e['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x51543e['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x51543e['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x51543e['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0xd28cfc,'CommentView':_0x51543e['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x244aa9,channelId:_0x1315d7,resolvedAt:_0x1bf025,resolvedBy:_0x1332d3,isFromAdapter:_0x13d746}){if(!this['hasCommentThread'](_0x244aa9))throw new _0x53047c('commentsrepository-missing-comment-thread',null,{'threadId':_0x244aa9});const _0x453bfb=this['getCommentThread'](_0x244aa9);if(_0x453bfb['isResolved'])throw new _0x53047c('commentsrepository-resolved-comment-thread',null,{'threadId':_0x244aa9});const _0x5f540c=this['context']['plugins']['get'](_0x1f09e3);if(_0x453bfb['resolvedBy']=_0x5f540c['getUser'](_0x1332d3),_0x453bfb['resolvedAt']=_0x1bf025,_0x13d746||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x43b80a=this['context']['plugins']['get']('PendingActions'),_0x867a21=_0x43b80a['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x1315d7,'threadId':_0x244aa9})['then'](({resolvedAt:_0x562674,resolvedBy:_0x29938c})=>{_0x43b80a['remove'](_0x867a21),_0x453bfb['resolvedBy']['id']!==_0x29938c&&(_0x453bfb['resolvedBy']=_0x5f540c['getUser'](_0x29938c)),_0x453bfb['resolvedAt']=_0x562674;})['catch'](_0x122f9c=>{throw console['error'](_0x122f9c),new _0x53047c('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x59ec73,channelId:_0x422587,isFromAdapter:_0x2e6a0d}){if(!this['hasCommentThread'](_0x59ec73))throw new _0x53047c('commentsrepository-missing-comment-thread',null,{'threadId':_0x59ec73});const _0x384e59=this['getCommentThread'](_0x59ec73);if(!_0x384e59['isResolved'])throw new _0x53047c('commentsrepository-reopen-comment-thread',null,{'threadId':_0x59ec73});if(_0x384e59['resolvedBy']=null,_0x384e59['resolvedAt']=null,_0x2e6a0d||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x15bb95=this['context']['plugins']['get']('PendingActions'),_0xb53da4=_0x15bb95['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x422587,'threadId':_0x59ec73})['then'](()=>_0x15bb95['remove'](_0xb53da4))['catch'](_0x396f2d=>{throw console['error'](_0x396f2d),new _0x53047c('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x37e45e,isFromAdapter:_0x31df8d}){const _0x4e5942=this['getCommentThread'](_0x37e45e);if(!_0x4e5942)throw new _0x53047c('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x37e45e),this['_threads']['delete'](_0x37e45e),!_0x4e5942['isSubmitted']||_0x31df8d||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x2d7cf6=this['context']['plugins']['get']('PendingActions'),{channelId:_0x5eb2cd}=_0x4e5942,_0x45ef59=_0x2d7cf6['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x5eb2cd,'threadId':_0x37e45e})['then'](()=>_0x2d7cf6['remove'](_0x45ef59))['catch'](_0x429b1b=>{throw console['error'](_0x429b1b),new _0x53047c('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x3fd54d,unlinkedAt:_0x54c17b,context:_0x17f689,attributes:_0x2f47b8,isFromAdapter:_0xed2469}){if('string'!=typeof _0x3fd54d)throw new _0x53047c('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x3fd54d});if(!this['hasCommentThread'](_0x3fd54d))throw new _0x53047c('commentsrepository-missing-comment-thread',null,{'threadId':_0x3fd54d});const _0x4a0b6e=this['getCommentThread'](_0x3fd54d);let _0xcaf6fd=!0x1;if(void 0x0!==_0x17f689&&_0x4a0b6e['context']!==_0x17f689&&(_0x4a0b6e['context']=_0x17f689,_0xcaf6fd=!0x0),void 0x0!==_0x54c17b&&_0x4a0b6e['unlinkedAt']!==_0x54c17b&&(_0x4a0b6e['unlinkedAt']=_0x54c17b,_0xcaf6fd=!0x0),_0x2f47b8&&!_0x43e9a5(_0x2f47b8,_0x4a0b6e['attributes'])&&(_0x4a0b6e['attributes']=_0x2f47b8,_0xcaf6fd=!0x0),!_0xcaf6fd)return Promise['resolve']();if(!_0x4a0b6e['isSubmitted']||_0xed2469||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x3ffef7=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2c075d}=_0x4a0b6e,_0x52ac1c=_0x3ffef7['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x2c075d,'threadId':_0x3fd54d,'context':_0x17f689,'unlinkedAt':_0x54c17b,'attributes':_0x2f47b8})['then'](()=>_0x3ffef7['remove'](_0x52ac1c))['catch'](_0x2753c5=>{throw console['error'](_0x2753c5),new _0x53047c('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x1ddd7c){const _0x3fc804=this['context']['plugins']['get'](Annotations),_0x500fc7=this['getCommentThread'](_0x1ddd7c);if(_0x500fc7['_isAttached']=!0x1,this['_threadToController']['has'](_0x500fc7)){const _0x378c14=this['_threadToController']['get'](_0x500fc7),_0x24fce8=_0x378c14['view'],_0xba9f7=_0x3fc804['getByInnerView'](_0x24fce8);this['_threadToController']['delete'](_0x500fc7),this['_viewToController']['delete'](_0x24fce8),_0xba9f7&&_0x3fc804['remove'](_0xba9f7),_0x378c14['destroy'](),_0x24fce8['destroy']()['then'](()=>{this['_unbindEditors'](_0x24fce8);});}}['_updateActiveAnnotation']({threadId:_0x4e30b6,resolvedAt:_0x39652a,unlinkedAt:_0x30a444}){const _0xbbeb8c=!!_0x39652a,_0x48237d=this['context']['plugins']['get'](Annotations),_0x3bcbe1=this['getCommentThread'](_0x4e30b6);if(this['_threadToController']['has'](_0x3bcbe1)){const _0x18bb06=this['_threadToController']['get'](_0x3bcbe1)['view'],_0x4358ef=_0x48237d['getByInnerView'](_0x18bb06);_0x4358ef&&(_0xbbeb8c&&_0x48237d['_removeActiveAnnotation'](_0x4358ef),_0x30a444?_0x4358ef['isVisible']=!0x1:_0x4358ef['refreshVisibility']());}}['_getExternalAuthor'](_0x3189db){const _0x2e2068=this['context']['plugins']['get'](_0x1f09e3),_0xb78bf6=_0x3c31d3('external:'+_0x3189db),_0x4bca93=_0x2e2068['getUser'](_0xb78bf6);return _0x4bca93||_0x2e2068['addUser']({'id':_0xb78bf6,'name':_0x3189db});}['_createNewComment']({threadId:_0x3ec52d,commentId:_0x4e99e7=_0x2708a4(),content:_0x533b09,authorId:_0x5c7936,createdAt:_0x4383ad,attributes:_0x33bafe}){if('string'!=typeof _0x4e99e7)throw new _0x53047c('commentsrepository-invalid-commentid');if('string'!=typeof _0x5c7936)throw new _0x53047c('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x533b09||!_0x533b09['trim']())throw new _0x53047c('commentsrepository-invalid-comment-content');const _0x3c64fd=this['context']['plugins']['get'](_0x1f09e3)['getUser'](_0x5c7936);if(!_0x3c64fd)throw new _0x53047c('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x5c7936});let _0xc794b9=null,_0x295759=_0x4383ad;return _0x33bafe?.['@external']&&(_0xc794b9=this['_getExternalAuthor'](_0x33bafe['@external']['authorName']),_0x295759=new Date(_0x33bafe['@external']['createdAt'])),new Comment(this,{'threadId':_0x3ec52d,'id':_0x4e99e7,'author':_0xc794b9||_0x3c64fd,'creator':_0x3c64fd,'content':_0x533b09,'createdAt':_0x4383ad,'authoredAt':_0x295759,'attributes':_0x33bafe});}['_addComment'](_0x1f8481){let {threadId:_0x29ab4d,content:_0x36c9bd,attributes:_0x189e41,isFromAdapter:_0x1ac945}=_0x1f8481;const _0x2bf8b6=this['getCommentThread'](_0x1f8481['threadId']);if(!_0x2bf8b6)throw new _0x53047c('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x498d33=this['_createNewComment'](_0x1f8481),{id:_0x5018c0}=_0x498d33;if(_0x2bf8b6['_add'](_0x498d33),_0x1ac945||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x2bf8b6['isSubmitted'])return Promise['resolve']();const _0x58f95b=this['context']['plugins']['get']('PendingActions'),{channelId:_0x465967}=_0x2bf8b6,_0x347ac9=_0x58f95b['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x189e41||(_0x189e41={}),this['adapter']['addComment']({'channelId':_0x465967,'threadId':_0x29ab4d,'commentId':_0x5018c0,'content':_0x36c9bd,'attributes':_0x189e41})['then'](_0x441efd=>{_0x58f95b['remove'](_0x347ac9),_0x441efd&&this['_updateComment']({'channelId':_0x465967,'threadId':_0x29ab4d,'commentId':_0x5018c0,'createdAt':_0x441efd['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x13e4ff=>{throw console['error'](_0x13e4ff),new _0x53047c('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x1cd41f,commentId:_0x2f8553,content:_0x33c79f,createdAt:_0x2a5f5a,attributes:_0x7d794e,isFromAdapter:_0x265389}){if(void 0x0!==_0x33c79f&&('string'!=typeof _0x33c79f||!_0x33c79f['trim']()['length']))throw new _0x53047c('commentsrepository-update-comment-invalid-content');const _0x525e70=this['getCommentThread'](_0x1cd41f),_0x4ce07e=_0x525e70['getComment'](_0x2f8553);if(!_0x4ce07e)throw new _0x53047c('commentsrepository-update-missing-comment',this);let _0x10adf1=!0x1;if(_0x33c79f&&_0x33c79f!==_0x4ce07e['content']&&(_0x4ce07e['isEditable']||_0x265389)&&(_0x4ce07e['content']=_0x33c79f,_0x10adf1=!0x0),_0x2a5f5a&&_0x2a5f5a!==_0x4ce07e['createdAt']&&(_0x4ce07e['createdAt']=_0x2a5f5a,_0x4ce07e['attributes']&&_0x4ce07e['attributes']['@external']||(_0x4ce07e['authoredAt']=_0x2a5f5a),_0x10adf1=!0x0),_0x7d794e&&!_0x43e9a5(_0x7d794e,_0x4ce07e['attributes'])&&(_0x4ce07e['attributes']=_0x7d794e,_0x10adf1=!0x0),!_0x10adf1)return Promise['resolve']();if(_0x525e70['fire']('commentUpdated'),_0x265389||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x3fffb6=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1aaf04}=this['getCommentThread'](_0x4ce07e['threadId']),_0x8c9d0a=_0x3fffb6['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x1aaf04,'threadId':_0x1cd41f,'commentId':_0x2f8553,'content':_0x33c79f,'attributes':_0x7d794e})['then'](()=>_0x3fffb6['remove'](_0x8c9d0a))['catch'](_0x2cca8e=>{throw console['error'](_0x2cca8e),new _0x53047c('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x43d065,commentId:_0x475a83,isFromAdapter:_0x1c83b6}){const _0x1b5092=this['getCommentThread'](_0x43d065),_0x19c4ed=_0x1b5092['getComment'](_0x475a83);if(!_0x19c4ed)throw new _0x53047c('commentsrepository-remove-missing-comment',this);if(_0x1b5092['_remove'](_0x19c4ed),_0x1c83b6||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x548331=this['context']['plugins']['get']('PendingActions'),{channelId:_0x313ced}=_0x1b5092,_0x233904=_0x548331['add'](vt(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x313ced,'threadId':_0x43d065,'commentId':_0x475a83})['then'](()=>_0x548331['remove'](_0x233904))['catch'](_0x233c52=>{throw console['error'](_0x233c52),new _0x53047c('commentsrepository-remove-comment-internal-error',this);});}}class CommentThread extends/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x543c23(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x2c55b3,_0x25d67f){super();const _0x12c898=_0x25d67f['isResolvable'];this['channelId']=_0x25d67f['channelId'],this['id']=_0x25d67f['id'],this['comments']=new _0xa45d7d(),this['_repository']=_0x2c55b3,this['_isAttached']=!0x1,this['_isSubmitted']=_0x25d67f['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x2c55b3,'_permissions',_0x2c55b3,'_readOnlyChannels',()=>_0x2c55b3['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x2c55b3,'_permissions',()=>_0x2c55b3['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x2c55b3,'_permissions',()=>{const _0x326597=_0x2c55b3['getPermissions'](this['channelId']);return _0x326597['write']||_0x326597['admin'];}),this['bind']('isResolvable')['to'](_0x2c55b3,'_permissions',()=>_0x12c898&&_0x2c55b3['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x25d67f['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x70bd92,_0x4b29db)=>_0x70bd92?_0x4b29db?_0x70bd92<_0x4b29db?_0x70bd92:_0x4b29db:_0x70bd92:_0x4b29db),this['set']('unlinkedAt',_0x25d67f['unlinkedAt']||null),this['set']('resolvedAt',_0x25d67f['resolvedAt']||null),this['set']('resolvedBy',_0x25d67f['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x19f25c=>!!_0x19f25c),this['set']('attributes',_0x25d67f['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x43cd60,_0x5c7270)=>_0x43cd60+_0x5c7270['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0xecced2,id:_0x383cdd}=this;this['_repository']['fire'](xt('submitCommentThread',_0xecced2),{'channelId':_0xecced2,'threadId':_0x383cdd});}['setUnlinkedAt'](_0x3224b2){this['_update']({'unlinkedAt':_0x3224b2});}['resolve']({resolvedAt:_0x3b3b20=new Date(),resolvedBy:_0x294be7='',isFromAdapter:_0x4db29c=!0x1}={}){const _0x3b02c8=this['_repository']['context']['plugins']['get'](_0x1f09e3)['me'],{channelId:_0x15b15f,id:_0x5dcbd4}=this;this['_repository']['fire'](xt('resolveCommentThread',_0x15b15f),{'channelId':_0x15b15f,'threadId':_0x5dcbd4,'resolvedAt':_0x3b3b20,'resolvedBy':_0x294be7||_0x3b02c8['id'],'isFromAdapter':_0x4db29c});}['reopen']({isFromAdapter:_0xd8ff06=!0x1}={}){const {channelId:_0x23f552,id:_0x264ea8}=this;this['_repository']['fire'](xt('reopenCommentThread',_0x23f552),{'channelId':_0x23f552,'threadId':_0x264ea8,'isFromAdapter':_0xd8ff06});}['setContext'](_0xcd3855){this['context']||this['_update']({'context':_0xcd3855});}['setAttribute'](_0x58c0f0,_0x7ad95){const _0x4a9b21=_0x147d43(this['attributes']);_0xdcda70(_0x4a9b21,_0x58c0f0,_0x7ad95),this['_update']({'attributes':_0x4a9b21});}['removeAttribute'](_0x275f11){const _0x4205f6=_0x147d43(this['attributes']);_0x303390(_0x4205f6,_0x275f11),this['_update']({'attributes':_0x4205f6});}['remove']({isFromAdapter:_0x2b82e6=!0x1}={}){const {channelId:_0x26bc7e,id:_0x1f4f9f}=this;this['_repository']['fire'](xt('removeCommentThread',_0x26bc7e),{'channelId':_0x26bc7e,'threadId':_0x1f4f9f,'isFromAdapter':_0x2b82e6});}['attachTo'](_0x58061e){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x58061e});}['addComment'](_0x572275){const {channelId:_0x25de96,id:_0x3c6935}=this;this['_repository']['fire'](xt('addComment',_0x25de96,_0x3c6935),Object['assign']({'channelId':_0x25de96,'threadId':_0x3c6935},_0x572275));}['getComment'](_0x5024e9){if('string'!=typeof _0x5024e9)throw new _0x53047c('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x5024e9});return this['comments']['get'](_0x5024e9);}['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'](_0x2d52cb=>_0x2d52cb['toJSON']()),'attributes':this['attributes']};}['_add'](_0x62c1b5){return this['listenTo'](_0x62c1b5,'change:authoredAt',()=>{const _0x27b8f0=this['_findOptimalIndex'](_0x62c1b5),_0x1dab26=this['comments'];_0x27b8f0-0x1!=_0x1dab26['getIndex'](_0x62c1b5)&&_0x27b8f0+0x1!=_0x1dab26['getIndex'](_0x62c1b5)&&(this['_remove'](_0x62c1b5),this['_add'](_0x62c1b5));}),this['comments']['add'](_0x62c1b5,this['_findOptimalIndex'](_0x62c1b5));}['_update'](_0x122485){const {channelId:_0x2ed372,id:_0x48be90}=this;this['_repository']['fire'](xt('updateCommentThread',_0x2ed372),{..._0x122485,'channelId':_0x2ed372,'threadId':_0x48be90});}['_remove'](_0xe12370){return this['stopListening'](_0xe12370),_0xe12370['destroy'](),this['comments']['remove'](_0xe12370);}['_findOptimalIndex'](_0x4e412e){const _0x283628=this['comments']['find'](_0xfa471=>new Date(_0xfa471['authoredAt'])['getTime']()>new Date(_0x4e412e['authoredAt'])['getTime']());return _0x283628?this['comments']['getIndex'](_0x283628):this['length'];}}class Comment extends/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x543c23(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x22d21e,_0x563cc2){super();const _0x484eef=_0x22d21e['context']['plugins']['get'](_0x1f09e3)['me'],_0x4e117a=_0x22d21e['getCommentThread'](_0x563cc2['threadId']),_0x452520=0x0===_0x4e117a['comments']['length'],_0x514f54=_0x484eef===_0x563cc2['author'];this['id']=_0x563cc2['id'],this['threadId']=_0x563cc2['threadId'],this['author']=_0x563cc2['author'],this['creator']=_0x563cc2['creator'],this['isExternal']=Boolean(_0x563cc2['attributes']&&_0x563cc2['attributes']['@external']),this['set']('content',_0x563cc2['content']),this['createdAt']=_0x563cc2['createdAt']||new Date(),this['set']('authoredAt',_0x563cc2['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x4e117a,'resolvedAt'),this['set']('attributes',_0x563cc2['attributes']||{}),this['bind']('isEditable')['to'](_0x22d21e,'_permissions',()=>{const _0x3f0ecd=_0x22d21e['getPermissions'](_0x4e117a['channelId'])['write'],_0x433aba=_0x22d21e['getPermissions'](_0x4e117a['channelId'])['modifyAll'];return _0x514f54&&_0x3f0ecd||!_0x514f54&&_0x433aba;}),this['bind']('isRemovable')['to'](_0x4e117a,'isRemovable',_0x22d21e,'_permissions',_0x61afb7=>{const _0x5a8e94=_0x22d21e['getPermissions'](_0x4e117a['channelId'])['write'],_0x1ed363=_0x22d21e['getPermissions'](_0x4e117a['channelId'])['modifyAll'];return _0x514f54&&_0x5a8e94||_0x61afb7&&_0x452520||!_0x514f54&&_0x1ed363&&!_0x452520;}),this['bind']('isReadOnly')['to'](_0x4e117a,'isReadOnly'),this['_repository']=_0x22d21e;}get['weight'](){return Math['max'](function(_0x4bc20d){const _0x3b1cea=document['createElement']('div');return _0x3b1cea['innerHTML']=_0x4bc20d,_0x3b1cea['textContent']['length'];}(this['content']),0xc8);}['update'](_0x461f6e){const {threadId:_0xd1676b,id:_0x36f19b}=this;if(!this['_repository']['hasCommentThread'](_0xd1676b))throw new _0x53047c('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x3d1eb4}=this['_repository']['getCommentThread'](_0xd1676b);this['_repository']['fire'](xt('updateComment',_0x3d1eb4,_0xd1676b),{'channelId':_0x3d1eb4,'threadId':_0xd1676b,'commentId':_0x36f19b,..._0x461f6e});}['setAttribute'](_0x58a079,_0x14020e){const _0x27f176=_0x147d43(this['attributes']);_0xdcda70(_0x27f176,_0x58a079,_0x14020e),this['update']({'attributes':_0x27f176});}['removeAttribute'](_0x4dc410){const _0x2a6319=_0x147d43(this['attributes']);_0x303390(_0x2a6319,_0x4dc410),this['update']({'attributes':_0x2a6319});}['remove'](_0x391f61={}){if(!_0x391f61['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x2ad8e2,id:_0x251ce4}=this;if(!this['_repository']['hasCommentThread'](_0x2ad8e2))throw new _0x53047c('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x526422}=this['_repository']['getCommentThread'](_0x2ad8e2);this['_repository']['fire'](xt('removeComment',_0x526422,_0x2ad8e2),{'channelId':_0x526422,'threadId':_0x2ad8e2,'commentId':_0x251ce4,..._0x391f61});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function xt(_0x4d4f65,..._0xa78251){for(const _0x274b07 of _0xa78251)void 0x0!==_0x274b07&&(_0x4d4f65+=':'+String(_0x274b07));return _0x4d4f65;}class AddCommentThreadCommand extends _0x2d8ca8{constructor(_0x133498){super(_0x133498),this['set']('hasContent',!0x1);}['refresh'](){const _0x1de57d=this['editor']['model']['document']['selection'];this['isEnabled']=!0x0,this['hasContent']=!0x1;for(const _0x1ae387 of _0x1de57d['getRanges']())if(this['_hasContent'](_0x1ae387))return void(this['hasContent']=!0x0);}['execute']({threadId:_0x6617d7=_0x2708a4(),ranges:_0xf13120,comment:_0x4f879d}={}){const _0x166929=this['editor']['model'],_0x58854c=_0xf13120??Array['from'](_0x166929['document']['selection']['getRanges']()),_0x4c21e6=[];for(const _0x54ce50 of _0x58854c)this['_hasContent'](_0x54ce50)&&_0x4c21e6['push'](this['_trimToContent'](_0x54ce50));if(!_0x4c21e6['length'])throw new _0x53047c('addcommentthreadcommand-incorrect-ranges',null);_0x4f879d&&this['_createCommentThread'](_0x6617d7,_0x4f879d),this['_createMarkersFromRanges'](_0x6617d7,_0x4c21e6,!!_0x4f879d);}['_createMarkersFromRanges'](_0x25be7d,_0x2d4b3a,_0x291cca){this['editor']['model']['change'](_0x250893=>{for(const _0x33abf3 of _0x2d4b3a){const _0x57437c=_0x2708a4()['substr'](0x1,0x5),_0x21b161='comment:'+_0x25be7d+':'+_0x57437c;_0x250893['addMarker'](_0x21b161,{'range':_0x33abf3,'usingOperation':_0x291cca,'affectsData':_0x291cca});}});}['_createCommentThread'](_0x5bd0bf,_0x26255a){const _0x2f40d3=this['editor']['plugins']['get']('CommentsRepository'),_0x124710=this['editor']['config']['get']('collaboration.channelId'),_0x3c3636=this['editor']['plugins']['get']('Users')['me'];if(!_0x3c3636)throw new _0x53047c('addcommentthreadcommand-user-not-found',null);_0x2f40d3['addCommentThread']({'threadId':_0x5bd0bf,'channelId':_0x124710,'comments':[{'authorId':_0x3c3636['id'],'content':_0x26255a,'createdAt':new Date(),'attributes':{}}]});}['_hasContent'](_0x332533){for(const _0xca9f12 of _0x332533['getItems']())if(this['_itemIsContent'](_0xca9f12))return!0x0;return!0x1;}['_itemIsContent'](_0x549ace){return _0x549ace['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x549ace)&&!_0x549ace['is']('element','tableCell');}['_trimToContent'](_0x2c1a81){const _0x431403=_0x224d0d=>!this['_itemIsContent'](_0x224d0d['item']),_0x2db315=_0x2c1a81['start']['getLastMatchingPosition'](_0x431403),_0x399e0c=_0x2c1a81['end']['getLastMatchingPosition'](_0x431403,{'direction':'backward'});return this['editor']['model']['createRange'](_0x2db315,_0x399e0c);}}class EditorAnnotations extends _0x5f49e9{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[Annotations];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2b47a9){super(_0x2b47a9),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x378454=this['editor'],_0x4b4781=_0x378454['model']['document']['selection'],_0x32c22b=_0x56413c(()=>this['refreshSelectedViews'](),0xa);_0x4b4781['on']('change:range',(_0x1567b6,_0xb4a7f7)=>{_0xb4a7f7['directChange']&&(_0x32c22b['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x378454['editing']['view']['document'],'change:isFocused',(_0x505af4,_0x39446c,_0x44411e)=>{_0x44411e&&_0x32c22b();}),this['listenTo'](_0x378454['ui']['focusTracker'],'change:isFocused',(_0x415481,_0x1cf586,_0xaa3154)=>{_0xaa3154||this['fire']('blur',{'isAnnotationTracked':_0x7dfe3b=>this['_editorAnnotationsData']['has'](_0x7dfe3b['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x3d28dc){if(this['_editorAnnotations']['has'](_0x3d28dc['view']))return;this['_editorAnnotations']['add'](_0x3d28dc['view']),this['editor']['ui']['focusTracker']['add'](_0x3d28dc['view']['element']);const _0x53d708=this['editor']['plugins']['get'](Annotations);this['listenTo'](_0x53d708['collection'],'remove',(_0x44db90,_0x3981d2)=>{this['editor']['ui']['focusTracker']['remove'](_0x3981d2['view']['element']),this['_editorAnnotations']['delete'](_0x3981d2['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x56b4d3){if('function'!=typeof _0x56b4d3)throw new _0x53047c('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x56b4d3);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0xe4b0d8,annotations:_0x10b095}){const _0x3e52e4=[],_0x72dde7=this['editor']['model']['document']['selection'],_0x3dc7c7=Array['from'](_0x72dde7['getRanges']());for(const [_0x102eb6,_0x3971dc]of this['_editorAnnotationsData']){const _0xd18391=_0x2c6dde(_0x3971dc),_0x56cfea=_0x10b095['getByInnerView'](_0x102eb6);_0xd18391&&_0x56cfea&&_0x3e52e4['push']({'annotation':_0x56cfea,'range':_0xd18391});}function _0x2c6dde(_0xedb070){for(const _0x33d12e of _0xedb070)for(const _0x494da8 of _0x3dc7c7)if(_0x33d12e['containsRange'](_0x494da8,!_0x72dde7['isCollapsed']))return _0x33d12e;return null;}return _0x3e52e4['sort']((_0x251a8b,_0x7dcdf3)=>{const _0xc5eb00=_0x251a8b['range'],_0xc77be4=_0x7dcdf3['range'];if(!_0xc5eb00['isEqual'](_0xc77be4)){if(_0xc5eb00['containsRange'](_0xc77be4,!0x0))return 0x1;if(_0xc77be4['containsRange'](_0xc5eb00,!0x0))return-0x1;}return _0x251a8b['annotation']==_0xe4b0d8?-0x1:_0x7dcdf3['annotation']==_0xe4b0d8?0x1:0x0;})['map'](_0xfee064=>_0xfee064['annotation']);}get['_editorAnnotationsData'](){const _0x89b3f2=new Map();for(const _0x56ec6f of Array['from'](this['_dataCollectors']))for(const [_0xbae7f6,_0x491dbd]of _0x56ec6f())_0x89b3f2['set'](_0xbae7f6,_0x491dbd);return _0x89b3f2;}}class CommentsRestrictedEditingMode extends _0x5f49e9{['afterInit'](){const _0x1b7ee2=this['editor'];if(!_0x1b7ee2['plugins']['has']('RestrictedEditingModeEditing'))return;_0x1b7ee2['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class CommentsImportWord extends _0x5f49e9{constructor(_0x167e06){super(_0x167e06),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x3a0467=this['editor'],_0x555c69=_0x3a0467['commands']['get']('importWord'),_0x308441=_0x3a0467['plugins']['get'](_0x1f09e3);_0x555c69&&(_0x555c69['on']('execute',(_0xbd4c6,[,_0x4cbc79])=>{_0x4cbc79['collaboration_features']={'comments':!0x0,'user_id':_0x308441['me']['id']};},{'priority':_0x2c6b94['high']+0xa}),this['listenTo'](_0x555c69,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x49d706,_0x5f4bd9){const {comment_threads:_0x57786a}=_0x5f4bd9;_0x57786a&&_0x57786a['forEach'](({thread_id:_0x51f3ae,comments:_0x6c6867,is_resolved:_0x10ff26})=>{const _0x29c349=new Date(),_0x16a20b=_0x6c6867['map'](({author:_0x223465,content:_0x1c98e3,created_at:_0x23c2a5})=>({'content':_0x1c98e3,'authorId':this['editor']['plugins']['get'](_0x1f09e3)['me']['id'],'createdAt':_0x29c349,'attributes':{'@external':{'authorName':_0x223465,'createdAt':_0x23c2a5?new Date(_0x23c2a5):new Date(),'source':'importWord'}}})),_0x2e6284=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](CommentsRepository)['addCommentThread']({'channelId':_0x2e6284,'threadId':_0x51f3ae,'comments':_0x16a20b,'resolvedAt':_0x10ff26?_0x29c349:null});});}}class CommentsClipboard extends _0x5f49e9{constructor(_0x4f02bd){super(_0x4f02bd),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[pt,wt];}['afterInit'](){const _0x125a05=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x125a05,'contentInsertion',(_0xc67c75,_0x413ae5)=>this['_removeMarkersWithoutThreads'](_0x413ae5['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x28c772){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x28c772;const _0x5db17b=this['editor']['plugins']['get']('CommentsRepository');for(const _0x58a3fb of _0x28c772['keys']()){const [_0x4ba49c,_0x2149cc]=_0x58a3fb['split'](':');'comment'!=_0x4ba49c||_0x5db17b['hasCommentThread'](_0x2149cc)||_0x28c772['delete'](_0x58a3fb);}return _0x28c772;}['_registerMarkerInClipboardPipeline'](){const _0x54175c=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x95fa7b=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x95fa7b&&_0x54175c['_registerMarkerToCopy']('comment',_0x95fa7b);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x1031c9){switch(_0x1031c9){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}function Pt(_0x45e5aa){const _0x3faca5=_0x45e5aa['split'](':');return{'group':_0x3faca5[0x0],'id':_0x3faca5[0x1],'part':_0x3faca5[0x2]};}class ShowCommentHighlights extends _0x5f49e9{['init'](){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}['overrideMarkerConverters'](){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0x3ca287,_0x4ca156)=>{if(!_0x4ca156['options']['showCommentHighlights'])return null;if(_0x4ca156['options']['ignoreResolvedComments']){const {id:_0x749993}=Pt(_0x3ca287['markerName']),_0x3d83c1=this['editor']['plugins']['get'](CommentsRepository);if(_0x3d83c1['getCommentThread'](_0x749993)?.['isResolved']&&_0x3ca287['item'])return _0x4ca156['consumable']['consume'](_0x3ca287['item'],'addMarker:'+_0x3ca287['markerName']),_0x4ca156['consumable']['consume'](_0x3ca287['item'],'removeMarker:'+_0x3ca287['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x109551=>{_0x109551['on']('addMarker:comment',(_0x5f0b07,_0x53b338,_0x1863cc)=>{if(!_0x1863cc['options']['showCommentHighlights'])return;const _0x2d9ff4=_0x53b338['item'];if(!_0x2d9ff4)return;const _0x45db00=_0x1863cc['mapper']['toViewElement'](_0x2d9ff4);this['editor']['model']['schema']['isObject'](_0x2d9ff4)&&_0x45db00&&!_0x45db00['getCustomProperty']('widget')&&_0x45db00['is']('containerElement')&&It(_0x45db00,_0x1863cc['writer']);},{'priority':'high'});});}['overrideHorizontalRuleConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x1a1faf,{writer:_0x2e1ddd,options:_0x3026c4})=>{if(!_0x3026c4['showCommentHighlights'])return null;const _0x3b4437=_0x2e1ddd['createContainerElement']('div'),_0x1f9f3b=_0x2e1ddd['createEmptyElement']('hr');return _0x2e1ddd['addClass']('ck-horizontal-line',_0x3b4437),_0x2e1ddd['insert'](_0x2e1ddd['createPositionAt'](_0x3b4437,0x0),_0x1f9f3b),_0x3b4437;},'converterPriority':'high'});}['overrideImageInlineConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0xe04f83,{writer:_0x1a4869,options:_0x25e91e})=>{if(!_0x25e91e['showCommentHighlights'])return null;const _0x1788ba=_0x1a4869['createContainerElement']('span'),_0x56f40c=_0x1a4869['createEmptyElement']('img');return _0x1a4869['addClass']('image-inline',_0x1788ba),_0x1a4869['insert'](_0x1a4869['createPositionAt'](_0x1788ba,0x0),_0x56f40c),_0x1788ba;},'converterPriority':'high'});}['overrideMediaEmbedConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x1d78a0,{writer:_0x97f584,options:_0x3158a0})=>{if(_0x3158a0['showCommentHighlights'])return _0x97f584['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x47b153,_0x3c076d,_0x2dbe92)=>{_0x2dbe92['options']['showCommentHighlights']&&_0x47b153['stop']();},{'priority':'high'});}}class CommentsEditing extends _0x5f49e9{static get['requires'](){return[CommentsRepository,EditorAnnotations,_0x1f09e3,CommentsRestrictedEditingMode,CommentsImportWord,CommentsClipboard,ShowCommentHighlights];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xcded47){super(_0xcded47),this['set']('isThreadsLoadingPaused',!0x0),_0xcded47['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x575c10,_0xfa1beb,_0x52a7dc,_0xb99b2b)=>{const _0x3cb9d0=_0xcded47['plugins']['get'](CommentsRepository),_0x2271fd=_0x52a7dc?Pt(_0x52a7dc)['id']:null;_0xcded47['model']['change'](()=>{if(_0x2271fd){const _0x19e7b6=this['getAllMarkersForId'](_0x2271fd);for(const _0x588b6b of _0x19e7b6)_0xcded47['editing']['reconvertMarker'](_0x588b6b);}if(_0xb99b2b){const {id:_0x348846}=Pt(_0xb99b2b),_0x322080=_0x3cb9d0['getCommentThread'](_0x348846);if(_0x322080&&_0x322080['unlinkedAt'])return;if(_0x322080&&!_0x322080['isAttached'])return;const _0x528d43=this['getAllMarkersForId'](_0x348846);for(const _0x4b185f of _0x528d43)_0xcded47['editing']['reconvertMarker'](_0x4b185f);}}),_0x2271fd&&this['scrollToThreadMarker'](_0x2271fd);}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x424682=this['editor'],_0x49914c=_0x424682['plugins']['get'](CommentsRepository),_0x28419c=_0x424682['config']['get']('collaboration.channelId'),_0x6ce245=_0x49914c['getCommentThreads']()['filter'](_0x2fa9a9=>_0x2fa9a9['channelId']!==_0x28419c);_0x424682['commands']['add']('addCommentThread',new AddCommentThreadCommand(_0x424682)),this['listenTo'](_0x424682,'change:isReadOnly',(_0x1a1a63,_0x470a15,_0x2ed544)=>{_0x49914c['switchReadOnly'](_0x2ed544,_0x424682['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x49914c,Vt('addCommentThread',_0x28419c),(_0x4afe06,{threadId:_0x341bd2})=>{const _0x5487f8=this['editor']['plugins']['get'](CommentsRepository)['getCommentThread'](_0x341bd2);_0x5487f8?.['unlinkedAt']&&this['_attachArchivedThread'](_0x341bd2);}),this['listenTo'](_0x49914c,Vt('removeCommentThread',_0x28419c),(_0x45b2fa,{threadId:_0xfa2ce6})=>{_0x424682['model']['enqueueChange']({'isUndoable':!0x1},_0x508d08=>{const _0x741cdf=this['getAllMarkersForId'](_0xfa2ce6);for(const _0xaf5c9a of _0x741cdf)_0x508d08['removeMarker'](_0xaf5c9a);});}),this['listenTo'](_0x49914c,Vt('resolveCommentThread',_0x28419c),(_0xeb1289,{threadId:_0x47a831})=>{this['_reconvertMarkers'](_0x47a831);const _0x331f28=this['editor']['plugins']['get'](Annotations);(this['editor']['editing']['view']['hasDomSelection']||_0x331f28['collection']['isFocused'])&&(this['editor']['plugins']['get'](CommentsRepository)['getCommentThread'](_0x47a831)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x49914c,Vt('reopenCommentThread',_0x28419c),(_0x568182,{threadId:_0x5c864e})=>{this['_reconvertMarkers'](_0x5c864e);},{'priority':'low'}),this['listenTo'](_0x49914c,Vt('addComment',_0x28419c),(_0x49174c,{threadId:_0x2e8b39,isFromAdapter:_0x1e83c7})=>{const _0x85d1a7=this['getAllMarkersForId'](_0x2e8b39);if(_0x1e83c7||0x0==_0x85d1a7['length']||!_0x49914c['hasCommentThread'](_0x2e8b39))return;0x1===_0x49914c['getCommentThread'](_0x2e8b39)['length']&&_0x424682['model']['enqueueChange']({'isUndoable':!0x1},_0x198abb=>{for(const _0x3e319d of _0x85d1a7)_0x198abb['updateMarker'](_0x3e319d,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0x6ce245);}['afterInit'](){!async function(_0x4e42a1){const _0x4721a4=_0x1fa9d3([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]),_0x95e3e3=0x73460ab3,_0x2ba5d6=0x7341808b^_0x95e3e3,_0x125535=window[_0x1fa9d3([0x44,0x61,0x74,0x65])][_0x1fa9d3([0x6e,0x6f,0x77])](),_0x2b3b1f=_0x4e42a1[_0x1fa9d3([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3ac548=new window[(_0x1fa9d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x52dd65=>{_0x2b3b1f[_0x1fa9d3([0x6f,0x6e,0x63,0x65])](_0x1fa9d3([0x72,0x65,0x61,0x64,0x79]),_0x52dd65);}),_0x1086fd={[_0x1fa9d3([0x6b,0x74,0x79])]:_0x1fa9d3([0x45,0x43]),[_0x1fa9d3([0x75,0x73,0x65])]:_0x1fa9d3([0x73,0x69,0x67]),[_0x1fa9d3([0x63,0x72,0x76])]:_0x1fa9d3([0x50,0x2d,0x32,0x35,0x36]),[_0x1fa9d3([0x78])]:_0x1fa9d3([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]),[_0x1fa9d3([0x79])]:_0x1fa9d3([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]),[_0x1fa9d3([0x61,0x6c,0x67])]:_0x1fa9d3([0x45,0x53,0x32,0x35,0x36])},_0x48ab0f=_0x2b3b1f[_0x1fa9d3([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1fa9d3([0x67,0x65,0x74])](_0x1fa9d3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x523d96(){let _0x4a93e7,_0x86680c=null,_0x676110=null;try{if(_0x48ab0f==_0x1fa9d3([0x47,0x50,0x4c]))return _0x1fa9d3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4a93e7=_0x5f1218(),!_0x4a93e7)return _0x1fa9d3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4a93e7[_0x1fa9d3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x676110=_0x3ba7fe(_0x4a93e7[_0x1fa9d3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4a93e7[_0x1fa9d3([0x6a,0x74,0x69])])),await _0x5d419e()?_0x4e9a9c()?_0x510703()?_0x1fa9d3([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x403142()?(_0x4a93e7[_0x1fa9d3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1fa9d3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x86680c=_0x25b047(_0x1fa9d3([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1533be()):_0x1fa9d3([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1fa9d3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1fa9d3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1fa9d3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x510703(){const _0x5f0ce6=[_0x1fa9d3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1fa9d3([0x74,0x72,0x69,0x61,0x6c])][_0x1fa9d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a93e7[_0x1fa9d3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x125535/0x3e8:0xe10*_0x2ba5d6;return _0x4a93e7[_0x1fa9d3([0x65,0x78,0x70])]<_0x5f0ce6;}function _0x4e9a9c(){const _0x640e37=_0x4a93e7[_0x1fa9d3([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x640e37)return!0x1;if(_0x640e37[_0x1fa9d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1fa9d3([0x2a])))return!0x0;if(_0x640e37[_0x1fa9d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1fa9d3([0x43,0x4d,0x54])))return!0x0;if(_0x640e37[_0x1fa9d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1fa9d3([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))&&_0x5bc98a())return!0x0;if(_0x640e37[_0x1fa9d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1fa9d3([0x52,0x43,0x4d,0x54]))){if(_0x4e7529())return!0x0;if(_0x1f664c()||_0x3c2503())return!0x0;}return!0x1;}function _0x403142(){const _0x70c79=_0x4a93e7[_0x1fa9d3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x70c79||0x0==_0x70c79[_0x1fa9d3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x35e568}=new URL(window[_0x1fa9d3([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x70c79[_0x1fa9d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x35e568))return!0x0;const _0x4bf607=_0x35e568[_0x1fa9d3([0x73,0x70,0x6c,0x69,0x74])](_0x1fa9d3([0x2e]));return _0x70c79[_0x1fa9d3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3f5124=>_0x3f5124[_0x1fa9d3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1fa9d3([0x2a])))[_0x1fa9d3([0x6d,0x61,0x70])](_0x1afa1e=>_0x1afa1e[_0x1fa9d3([0x73,0x70,0x6c,0x69,0x74])](_0x1fa9d3([0x2e])))[_0x1fa9d3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4d82fa=>_0x4d82fa[_0x1fa9d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4bf607[_0x1fa9d3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1fa9d3([0x6d,0x61,0x70])](_0x147749=>Array(_0x4bf607[_0x1fa9d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x147749[_0x1fa9d3([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1fa9d3([0x66,0x69,0x6c,0x6c])](_0x147749[0x0]===_0x1fa9d3([0x2a])?_0x1fa9d3([0x2a]):'')[_0x1fa9d3([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x147749))[_0x1fa9d3([0x73,0x6f,0x6d,0x65])](_0x3db3cc=>_0x4bf607[_0x1fa9d3([0x65,0x76,0x65,0x72,0x79])]((_0x5e0b33,_0x47be27)=>_0x3db3cc[_0x47be27]===_0x5e0b33||_0x3db3cc[_0x47be27]===_0x1fa9d3([0x2a])));}function _0x1533be(){return _0x86680c&&_0x676110?new window[(_0x1fa9d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x15e290,_0x40cc72)=>{_0x86680c[_0x1fa9d3([0x74,0x68,0x65,0x6e])](_0x15e290,_0x40cc72),_0x676110[_0x1fa9d3([0x74,0x68,0x65,0x6e])](_0x27c035=>{_0x27c035!=_0x1fa9d3([0x56,0x61,0x6c,0x69,0x64])&&_0x15e290(_0x27c035);},_0x40cc72);}):_0x86680c||_0x676110||_0x1fa9d3([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3ba7fe(_0x200bd0,_0x474e30){return new window[(_0x1fa9d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x186f8d=>{if(_0xb72a3d())return _0x186f8d(_0x1fa9d3([0x56,0x61,0x6c,0x69,0x64]));_0x249a66(),_0x2b3b1f[_0x1fa9d3([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1fa9d3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1e51a9=!0x1;const _0x514d45=_0x2708a4();function _0x448ce5(_0x1aa432){return!!_0x1aa432&&(typeof _0x1aa432===_0x1fa9d3([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1aa432===_0x1fa9d3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1aa432[_0x1fa9d3([0x74,0x68,0x65,0x6e])]===_0x1fa9d3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1aa432[_0x1fa9d3([0x63,0x61,0x74,0x63,0x68])]===_0x1fa9d3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2b043c(_0x3ea922){_0x32250f(_0x3ea922)[_0x1fa9d3([0x74,0x68,0x65,0x6e])](_0x580d43=>{if(!_0x580d43||_0x580d43[_0x1fa9d3([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1fa9d3([0x6f,0x6b]))return _0x1fa9d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x304490(_0x94e071(_0x514d45+_0x474e30))!=_0x580d43[_0x1fa9d3([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1fa9d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1fa9d3([0x56,0x61,0x6c,0x69,0x64]);})[_0x1fa9d3([0x74,0x68,0x65,0x6e])](_0x35483d=>(_0x2772c0(),_0x35483d),()=>{const _0x4543ad=_0x14d8c4();return null==_0x4543ad?(_0x2772c0(),_0x1fa9d3([0x56,0x61,0x6c,0x69,0x64])):_0x1fa9d3(_0x125535-_0x4543ad>(0x574a8eb3^_0x95e3e3)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1fa9d3([0x74,0x68,0x65,0x6e])](_0x186f8d)[_0x1fa9d3([0x63,0x61,0x74,0x63,0x68])](()=>{_0x186f8d(_0x1fa9d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x398cf0=0x7370e433^_0x95e3e3;function _0x2772c0(){const _0x5ace1c=_0x1fa9d3([0x6c,0x6c,0x63,0x74,0x2d])+_0x304490(_0x94e071(_0x200bd0)),_0x854845=_0x2a846a(_0x304490(window[_0x1fa9d3([0x4d,0x61,0x74,0x68])][_0x1fa9d3([0x63,0x65,0x69,0x6c])](_0x125535/_0x398cf0)));window[_0x1fa9d3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1fa9d3([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5ace1c,_0x854845);}function _0x14d8c4(){const _0x40b80e=_0x1fa9d3([0x6c,0x6c,0x63,0x74,0x2d])+_0x304490(_0x94e071(_0x200bd0)),_0x50f37a=window[_0x1fa9d3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1fa9d3([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x40b80e);return _0x50f37a?window[_0x1fa9d3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2a846a(_0x50f37a),0x10)*_0x398cf0:null;}function _0x32250f(_0x4d3c95){return new window[(_0x1fa9d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x7f6ad9,_0x1faecf)=>{_0x4d3c95[_0x1fa9d3([0x74,0x68,0x65,0x6e])](_0x7f6ad9,_0x1faecf),window[_0x1fa9d3([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1faecf,0x7347de73^_0x95e3e3);});}}_0x2b3b1f[_0x1fa9d3([0x6f,0x6e])](_0x1fa9d3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x393f70,_0x2fc264)=>{if(_0x2fc264[0x0]!=_0x200bd0)return _0x186f8d(_0x1fa9d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2fc264[0x1]={..._0x2fc264[0x1],[_0x1fa9d3([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x514d45};},{[_0x1fa9d3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1fa9d3([0x68,0x69,0x67,0x68])}),_0x2b3b1f[_0x1fa9d3([0x6f,0x6e])](_0x1fa9d3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x558b29=>{_0x448ce5(_0x558b29[_0x1fa9d3([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1e51a9=!0x0,_0x2b043c(_0x558b29[_0x1fa9d3([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1fa9d3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1fa9d3([0x6c,0x6f,0x77])}),_0x3ac548[_0x1fa9d3([0x74,0x68,0x65,0x6e])](()=>{_0x1e51a9||_0x186f8d(_0x1fa9d3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xb72a3d(){return _0x2b3b1f[_0x1fa9d3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1fa9d3([0x76,0x69,0x65,0x77])][_0x1fa9d3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1fa9d3([0x61,0x75,0x74,0x6f]);}function _0x249a66(){_0x2b3b1f[_0x1fa9d3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1fa9d3([0x76,0x69,0x65,0x77])][_0x1fa9d3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1fa9d3([0x61,0x75,0x74,0x6f]);}}function _0x25b047(_0x516ac7){const _0xc38abb=[new window[(_0x1fa9d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x43e184=>setTimeout(_0x43e184,0x734f347f^_0x95e3e3)),_0x3ac548[_0x1fa9d3([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1fa9d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x29dcfe=>{let _0x44d18a=0x0;_0x2b3b1f[_0x1fa9d3([0x6d,0x6f,0x64,0x65,0x6c])][_0x1fa9d3([0x6f,0x6e])](_0x1fa9d3([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x57cb31,_0x4266b)=>{_0x4266b[0x0][_0x1fa9d3([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x44d18a++,_0x44d18a==(0x73460f5b^_0x95e3e3)&&(_0x29dcfe(),_0x57cb31[_0x1fa9d3([0x6f,0x66,0x66])]());});}))];return window[_0x1fa9d3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1fa9d3([0x72,0x61,0x63,0x65])](_0xc38abb)[_0x1fa9d3([0x74,0x68,0x65,0x6e])](()=>_0x516ac7);}async function _0x24d683(){await _0x3ac548,_0x2b3b1f[_0x1fa9d3([0x6d,0x6f,0x64,0x65,0x6c])][_0x1fa9d3([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x46245a,_0x2b3b1f[_0x1fa9d3([0x6d,0x6f,0x64,0x65,0x6c])][_0x1fa9d3([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x46245a,_0x2b3b1f[_0x1fa9d3([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1fa9d3([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5bc98a(){return window[_0x1fa9d3([0x67,0x6c,0x6f,0x62])]&&window[_0x1fa9d3([0x67,0x6c,0x6f,0x62])][_0x1fa9d3([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x4e7529(){return _0x56cabc(_0x1fa9d3([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x3cece2(_0x1fa9d3([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1fa9d3([0x73,0x74,0x61,0x74,0x65])]==_0x1fa9d3([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x1f664c(){return _0x56cabc(_0x1fa9d3([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 _0x3c2503(){return _0x56cabc(_0x1fa9d3([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x304edd(_0x52f62a){const _0x12a228=_0x254d45();_0x2b3b1f[_0x12a228]=_0x1fa9d3([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x52f62a,_0x52f62a!=_0x1fa9d3([0x56,0x61,0x6c,0x69,0x64])&&_0x24d683();}function _0x254d45(){const _0x191146=window[_0x1fa9d3([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1fa9d3([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1fa9d3([0x6e,0x6f,0x77])]())[_0x1fa9d3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1fa9d3([0x2e]),'');let _0x5ae490=_0x1fa9d3([0x4b]);for(let _0x39d2e6=0x0;_0x39d2e6<_0x191146[_0x1fa9d3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x39d2e6+=0x2){let _0x103492=window[_0x1fa9d3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x191146[_0x1fa9d3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x39d2e6,_0x39d2e6+0x2));_0x103492>=_0x4721a4[_0x1fa9d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x103492-=_0x4721a4[_0x1fa9d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5ae490+=_0x4721a4[_0x103492];}return _0x5ae490;}function _0x5f1218(){const _0x1ecd84=_0x48ab0f[_0x1fa9d3([0x73,0x70,0x6c,0x69,0x74])](_0x1fa9d3([0x2e]));if(0x3!=_0x1ecd84[_0x1fa9d3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2e6c1e(_0x1ecd84[0x1]);function _0x2e6c1e(_0x51b453){const _0x5329c8=_0x3f7d86(_0x51b453);return _0x5329c8&&_0xe1bdfe()?_0x5329c8:null;function _0xe1bdfe(){const _0x20eb13=_0x5329c8[_0x1fa9d3([0x6a,0x74,0x69])],_0x438005=window[_0x1fa9d3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x20eb13[_0x1fa9d3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x20eb13[_0x1fa9d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x464f79={..._0x5329c8,[_0x1fa9d3([0x6a,0x74,0x69])]:_0x20eb13[_0x1fa9d3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x20eb13[_0x1fa9d3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x464f79[_0x1fa9d3([0x76,0x63])],_0x94e071(_0x464f79)==_0x438005;}}}async function _0x5d419e(){let _0x492604=!0x0;try{const _0x1ca66a=_0x48ab0f[_0x1fa9d3([0x73,0x70,0x6c,0x69,0x74])](_0x1fa9d3([0x2e])),[_0x3c144a,_0x442787,_0xa8867b]=_0x1ca66a;return _0x35a957(_0x3c144a),await _0x48d47e(_0x3c144a,_0x442787,_0xa8867b),_0x492604;}catch{return!0x1;}function _0x35a957(_0x46b54e){const _0x1787b7=_0x3f7d86(_0x46b54e);_0x1787b7&&_0x1787b7[_0x1fa9d3([0x61,0x6c,0x67])]==_0x1fa9d3([0x45,0x53,0x32,0x35,0x36])||(_0x492604=!0x1);}async function _0x48d47e(_0x4df52a,_0x33d998,_0x1ed278){const _0x21b69d=window[_0x1fa9d3([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1fa9d3([0x66,0x72,0x6f,0x6d])](_0x3e94c7(_0x1ed278),_0x47c897=>_0x47c897[_0x1fa9d3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x175105=new window[(_0x1fa9d3([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1fa9d3([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4df52a+_0x1fa9d3([0x2e])+_0x33d998),_0x273735=window[_0x1fa9d3([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1fa9d3([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x273735)return;const _0x589cf9=await _0x273735[_0x1fa9d3([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1fa9d3([0x6a,0x77,0x6b]),_0x1086fd,{[_0x1fa9d3([0x6e,0x61,0x6d,0x65])]:_0x1fa9d3([0x45,0x43,0x44,0x53,0x41]),[_0x1fa9d3([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1fa9d3([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1fa9d3([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x273735[_0x1fa9d3([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1fa9d3([0x6e,0x61,0x6d,0x65])]:_0x1fa9d3([0x45,0x43,0x44,0x53,0x41]),[_0x1fa9d3([0x68,0x61,0x73,0x68])]:{[_0x1fa9d3([0x6e,0x61,0x6d,0x65])]:_0x1fa9d3([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x589cf9,_0x21b69d,_0x175105)||(_0x492604=!0x1);}}function _0x3f7d86(_0x3d59f3){return _0x3d59f3[_0x1fa9d3([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1fa9d3([0x65,0x79]))?JSON[_0x1fa9d3([0x70,0x61,0x72,0x73,0x65])](_0x3e94c7(_0x3d59f3)):null;}function _0x3e94c7(_0x1b0120){return window[_0x1fa9d3([0x61,0x74,0x6f,0x62])](_0x1b0120[_0x1fa9d3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1fa9d3([0x2b]))[_0x1fa9d3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1fa9d3([0x2f])));}function _0x94e071(_0x1f94c0){let _0x4f1e4b=0x1505;function _0x2dbdad(_0x409624){for(let _0x2d8c33=0x0;_0x2d8c33<_0x409624[_0x1fa9d3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2d8c33++){const _0x391f51=_0x409624[_0x1fa9d3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2d8c33);_0x4f1e4b=(_0x4f1e4b<<0x5)+_0x4f1e4b+_0x391f51,_0x4f1e4b&=_0x4f1e4b;}}function _0x38ff6e(_0x957def){Array[_0x1fa9d3([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x957def)?_0x957def[_0x1fa9d3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x38ff6e):_0x957def&&typeof _0x957def==_0x1fa9d3([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1fa9d3([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x957def)[_0x1fa9d3([0x73,0x6f,0x72,0x74])]()[_0x1fa9d3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x423e1a,_0x55248c])=>{_0x2dbdad(_0x423e1a),_0x38ff6e(_0x55248c);}):_0x2dbdad(window[_0x1fa9d3([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x957def));}return _0x38ff6e(_0x1f94c0),_0x4f1e4b>>>0x0;}function _0x304490(_0x3fefb6){return _0x3fefb6[_0x1fa9d3([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1fa9d3([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1fa9d3([0x30]));}function _0x2a846a(_0x37da6c){return _0x37da6c[_0x1fa9d3([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1fa9d3([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1fa9d3([0x6a,0x6f,0x69,0x6e])]('');}function _0x56cabc(_0x40f7c1){return _0x2b3b1f[_0x1fa9d3([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1fa9d3([0x68,0x61,0x73])](_0x40f7c1);}function _0x3cece2(_0x40428c){return _0x2b3b1f[_0x1fa9d3([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1fa9d3([0x67,0x65,0x74])](_0x40428c);}function _0x46245a(){}function _0x1fa9d3(_0x4c984a){return _0x4c984a['map'](_0x58f717=>String['fromCharCode'](_0x58f717))['join']('');}_0x304edd(await _0x523d96());}(this);}['destroy'](){const _0x276217=this['editor']['plugins']['get'](CommentsRepository),_0x1fc16a=this['editor']['config']['get']('collaboration.channelId');for(const _0x20fa2d of _0x276217['getCommentThreads']({'channelId':_0x1fc16a}))_0x276217['_detachCommentThread'](_0x20fa2d['id']),_0x276217['_threads']['delete'](_0x20fa2d['id']);super['destroy']();}['hasMarkerForId'](_0xbe8db8){return this['getAllMarkersForId'](_0xbe8db8)['length']>0x0;}['getAllMarkersForId'](_0xb51c2e){const _0x36eaaf=[];for(const _0x4ee6d5 of this['editor']['model']['markers'])_0x4ee6d5['name']['startsWith']('comment:'+_0xb51c2e)&&_0x36eaaf['push'](_0x4ee6d5);return _0x36eaaf;}['scrollToThreadMarker'](_0xe95b0c){setTimeout(()=>{const _0x36832d=this['_getTargetForId'](_0xe95b0c);if(!_0x36832d)return;this['activeMarker']&&Pt(this['activeMarker'])['id']===_0xe95b0c&&_0x4090ea({'target':_0x36832d[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x54aaa3){this['editor']['model']['change'](()=>{for(const _0x57ac9e of this['getAllMarkersForId'](_0x54aaa3))this['editor']['editing']['reconvertMarker'](_0x57ac9e);});}['_attachArchivedThread'](_0x11a663){const _0x2fd3e4=this['editor']['plugins']['get'](CommentsRepository),_0x8e8e2=this['editor']['plugins']['get'](EditorAnnotations),_0x37cb78=_0x2fd3e4['getCommentThread'](_0x11a663);if(!_0x37cb78['isAttached']){const _0x24f713=_0x37cb78['attachTo'](()=>this['_getTargetForId'](_0x37cb78['id']));_0x8e8e2['registerAnnotation'](_0x24f713),_0x37cb78['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x472658=this['editor'],_0x982c30=_0x472658['plugins']['get'](_0x1f09e3);_0x472658['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x1e8100,_0x16f075)=>{const {id:_0x54c710}=Pt(_0x1e8100['markerName']),_0x1d3405=_0x472658['plugins']['get'](CommentsRepository)['getCommentThread'](_0x54c710),_0x4822c2=this['activeMarker']&&Pt(this['activeMarker'])['id']===_0x54c710;let _0x1d28fc;if(_0x1d3405&&_0x1d3405['isResolved']&&!_0x4822c2&&_0x1e8100['item'])return _0x16f075['consumable']['consume'](_0x1e8100['item'],'addMarker:'+_0x1e8100['markerName']),_0x16f075['consumable']['consume'](_0x1e8100['item'],'removeMarker:'+_0x1e8100['markerName']),null;const _0x1b867d=['ck-comment-marker'];return _0x4822c2&&_0x1b867d['push']('ck-comment-marker--active'),_0x1d28fc=_0x1d3405?.['length']?_0x1d3405['comments']['first']['author']['id']:_0x982c30['me']['id'],{'classes':_0x1b867d,'attributes':{'data-comment':_0x54c710,'data-author-id':_0x1d28fc}};}}),_0x472658['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x906d39,{options:_0x8232f7})=>{if(_0x8232f7['showCommentHighlights'])return null;const _0x2f2237=_0x472658['plugins']['get'](CommentsRepository),_0x35365f=_0x472658['model']['markers']['get'](_0x906d39),{id:_0x2ce3d2,part:_0x2e356c}=Pt(_0x906d39);return _0x35365f&&!_0x35365f['affectsData']||_0x8232f7['ignoreResolvedComments']&&_0x2f2237['getCommentThread'](_0x2ce3d2)?.['isResolved']?null:{'group':'comment','name':_0x2e356c?_0x2ce3d2+':'+_0x2e356c:_0x2ce3d2};}}),_0x472658['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x301ae1,{writer:_0x43c4df})=>_0x43c4df['createElement']('$marker',{'data-name':'comment:'+_0x301ae1['getAttribute']('id')})}),_0x472658['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x2915d3=this['editor'],_0x303b36=_0x2915d3['plugins']['get'](CommentsRepository),_0x4577ad=new Set(),_0x8a4dd9=new Set();_0x2915d3['model']['document']['registerPostFixer'](_0x330611=>{let _0x51093f=!0x1;for(const {name:_0x3a180a,data:_0x1b5f56}of _0x2915d3['model']['document']['differ']['getChangedMarkers']()){const {group:_0x18f57e,id:_0x1dcac2}=Pt(_0x3a180a);let _0x56246b=_0x1b5f56['newRange'];if('comment'!==_0x18f57e||!_0x56246b)continue;const _0x538aee='$graveyard'===_0x56246b['root']['rootName'];_0x538aee||(_0x56246b=Lt(_0x56246b,_0x2915d3['model']),!_0x56246b||_0x56246b['isCollapsed']||!_0x1b5f56['newRange']||_0x56246b['isEqual'](_0x1b5f56['newRange']))?_0x2915d3['model']['hasContent'](_0x56246b)&&!_0x538aee?this['isThreadsLoadingPaused']?_0x4577ad['add'](_0x3a180a):this['_handleThreadMarker'](_0x3a180a,_0x1dcac2):(_0x8a4dd9['add'](_0x3a180a),_0x4577ad['delete'](_0x3a180a),_0x330611['removeMarker'](_0x3a180a),_0x51093f=!0x0):(_0x330611['updateMarker'](_0x3a180a,{'range':_0x56246b}),_0x51093f=!0x0);}return _0x51093f;}),this['on']('change:isThreadsLoadingPaused',(_0x167bee,_0x589b59,_0xda158)=>{if(!_0xda158&&_0x4577ad['size'])for(const _0x2f98c2 of _0x4577ad){const {id:_0x262b41}=Pt(_0x2f98c2);_0x4577ad['delete'](_0x2f98c2),_0x2915d3['model']['markers']['get'](_0x2f98c2)&&this['_handleThreadMarker'](_0x2f98c2,_0x262b41);}}),this['listenTo'](_0x2915d3['model']['document'],'change',()=>{for(const {name:_0x28312f,data:{newRange:_0x2de3e4}}of _0x2915d3['model']['document']['differ']['getChangedMarkers']()){const {group:_0x2bf469,id:_0x3cb519}=Pt(_0x28312f);if('comment'!==_0x2bf469)continue;const _0x1602f3=_0x303b36['getCommentThread'](_0x3cb519),_0x1352b4=this['hasMarkerForId'](_0x3cb519);_0x1602f3&&(!_0x1602f3['_hasTargetInContent']&&_0x2de3e4&&_0x2915d3['editing']['view']['once']('render',()=>{const _0x190b05=_0x2915d3['plugins']['get'](Annotations),_0x3b8db0=_0x303b36['_threadToController']['get'](_0x1602f3)['view'];_0x190b05['getByInnerView'](_0x3b8db0)['refreshVisibility']();},{'priority':'low'}),_0x1602f3['_hasTargetInContent']=_0x1352b4||!!_0x2de3e4),_0x2de3e4||(_0x8a4dd9['add'](_0x28312f),_0x4577ad['delete'](_0x28312f));}for(const _0x3d582a of _0x8a4dd9){const {id:_0x4b8c38}=Pt(_0x3d582a),_0x6949a3=_0x303b36['getCommentThread'](_0x4b8c38);if(_0x4577ad['delete'](_0x3d582a),!_0x6949a3)continue;const _0x10fee5=this['hasMarkerForId'](_0x4b8c38);_0x10fee5||_0x6949a3['isSubmitted']?_0x10fee5||_0x6949a3['unlinkedAt']||_0x6949a3['setUnlinkedAt'](new Date()):_0x6949a3['remove']();}_0x8a4dd9['clear']();});}['_handleInitialThreads'](_0x170382){_0x170382['forEach'](_0x16420d=>{_0x16420d['unlinkedAt']&&this['_attachArchivedThread'](_0x16420d['id']);});}['_getTargetForId'](_0x54435d){const _0x95a7c9=this['editor'],_0x466daf=this['getAllMarkersForId'](_0x54435d);return _0x2ca809(_0x95a7c9['editing'],_0x466daf);}['_getTextContext'](_0x2a1fb1){const _0x1ecda6=this['getAllMarkersForId'](_0x2a1fb1);let _0xb65666='',_0x12560d=!0x1;for(const _0x41bebe of _0x1ecda6){const _0x41119c=_0x41bebe['getRange']();for(const _0x297b29 of Array['from'](_0x41119c['getItems']()))_0x297b29['is']('$textProxy')?(_0xb65666&&_0x12560d&&(_0xb65666+='\x20',_0x12560d=!0x1),_0xb65666+=_0x297b29['data']):_0x12560d=!0x0;_0x12560d=!0x0;}return _0xb65666['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x5aadc0,_0x3136ec){const _0x3824ba=this['editor'],_0x523e9f=_0x3824ba['plugins']['get'](CommentsRepository);let _0x5f26cf=_0x523e9f['getCommentThread'](_0x3136ec);const _0x5c54a8=_0x3824ba['config']['get']('collaboration.channelId'),_0x2ab288=_0x3824ba['plugins']['get'](EditorAnnotations);if(_0x5f26cf&&(_0x5f26cf['unlinkedAt']&&_0x5f26cf['setUnlinkedAt'](null),_0x5f26cf['isAttached']))return _0x5f26cf;return!this['getAllMarkersForId'](_0x3136ec)[0x0]['managedUsingOperations']?_0x3824ba['editing']['view']['once']('render',()=>{if(_0x523e9f['getCommentThread'](_0x3136ec))return;const _0x414e1e=_0x3824ba['plugins']['get'](Annotations);_0x5f26cf=_0x523e9f['openNewCommentThread']({'channelId':_0x5c54a8,'threadId':_0x3136ec,'target':()=>this['_getTargetForId'](_0x3136ec),'context':{'type':'text','value':this['_getTextContext'](_0x3136ec)}});const _0x3516b0=_0x523e9f['_threadToController']['get'](_0x5f26cf)['view'],_0x4fdb71=_0x414e1e['getByInnerView'](_0x3516b0);_0x4fdb71&&_0x2ab288['registerAnnotation'](_0x4fdb71);},{'priority':'low'}):_0x523e9f['fetchCommentThread']({'channelId':_0x5c54a8,'threadId':_0x3136ec})['then'](_0x542e7e=>{if('destroyed'!==_0x3824ba['state']){if(_0x5f26cf=_0x542e7e,_0x5f26cf&&!_0x5f26cf['isAttached']){const _0x336f7f=_0x5f26cf['attachTo'](()=>this['_getTargetForId'](_0x3136ec));_0x2ab288['registerAnnotation'](_0x336f7f),_0x5f26cf['isResolved']&&this['_reconvertMarkers'](_0x3136ec);}else{if(!_0x5f26cf){const _0x3f7e2f=this['getAllMarkersForId'](_0x3136ec);_0x3824ba['model']['change'](_0x5a4089=>{for(const _0x5b6809 of _0x3f7e2f)_0x5a4089['removeMarker'](_0x5b6809);});}}}}),_0x5f26cf;}['_handleThreadMarker'](_0x485644,_0x5fc6ed){const _0x107814=this['_attachMarkerToThread'](_0x485644,_0x5fc6ed);_0x107814&&!_0x107814['context']&&_0x107814['setContext']({'type':'text','value':this['_getTextContext'](_0x5fc6ed)});}['_initAriaMarkerChangeAnnouncements'](){const _0x4982f3=this['editor'];_0x3ed8f2(_0x4982f3['model'],({left:_0x1732a0,entered:_0x12e21b})=>{for(const _0x194846 of _0x1732a0)if(Dt(_0x194846)){_0x4982f3['ui']['ariaLiveAnnouncer']['announce'](vt(_0x4982f3['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x1414f7 of _0x12e21b)if(Dt(_0x1414f7)){_0x4982f3['ui']['ariaLiveAnnouncer']['announce'](vt(_0x4982f3['locale'],'ENTER_COMMENT_ANNOUNCEMENT',_0x14c85b(_0x40d134)));break;}});}}function Vt(_0x9ec480,_0x3bc587){return _0x3bc587?_0x9ec480+':'+_0x3bc587:_0x9ec480;}function Lt(_0x127573,_0x5357d0){const _0x194f72=_0x5357d0['schema'],_0x182b1e=_0x5357d0['createRange'](_0x127573['start']);for(const _0x5f3221 of _0x127573['getWalker']()){const {type:_0xbbacab,item:_0x24937b,nextPosition:_0x33bb00}=_0x5f3221;if('text'===_0xbbacab||_0x194f72['isObject'](_0x24937b)){const _0x4f50ba=_0x5357d0['createPositionBefore'](_0x24937b);_0x182b1e['isCollapsed']&&(_0x182b1e['start']=_0x4f50ba),_0x182b1e['end']=_0x33bb00;}}return _0x182b1e;}function Dt(_0x286252){return'comment'===Pt(_0x286252['name'])['group'];}class CommentsUI extends _0x5f49e9{['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 _0x237e08=this['editor'],_0x1f64e5=_0x237e08['plugins']['get'](CommentsRepository),_0x4a0be8=_0x237e08['plugins']['get'](CommentsEditing),_0x3bf9d0=_0x237e08['plugins']['get'](Annotations),_0x35d656=_0x237e08['plugins']['get'](EditorAnnotations);_0x237e08['ui']['componentFactory']['add']('comment',()=>{const _0xf2ccb5=this['_createUIButton'](_0x6d0d52);return _0xf2ccb5['tooltip']=!0x0,_0xf2ccb5;}),_0x237e08['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](ot)),_0x35d656['addSourceCollector'](()=>{const _0xbd770d=[];for(const [_0x4252d6,_0x20456b]of _0x1f64e5['_threadToController']){const _0x504847=_0x4a0be8['getAllMarkersForId'](_0x4252d6['id']),_0x5c1bd4=_0x504847['map'](_0x1fdef3=>_0x1fdef3['getRange']());_0x504847['length']>0x0&&_0xbd770d['push']([_0x20456b['view'],_0x5c1bd4]);}return _0xbd770d;}),this['listenTo'](_0x3bf9d0,'change:activeAnnotations',(_0x43be7c,_0x544300,_0x45547c)=>{const _0x2d6a6a=Array['from'](_0x45547c)['map'](_0xc5a1ea=>_0xc5a1ea['innerView'])['find'](_0xaf4a33=>_0x1f64e5['_viewToController']['has'](_0xaf4a33));if(!_0x2d6a6a)return void(_0x4a0be8['activeMarker']=null);const _0x1ccb2d=_0x1f64e5['_viewToController']['get'](_0x2d6a6a)['model']['id'],_0x34c588='comment:'+_0x1ccb2d;_0x1ccb2d&&_0x4a0be8['hasMarkerForId'](_0x1ccb2d)?_0x4a0be8['activeMarker']=_0x34c588:_0x4a0be8['activeMarker']&&(_0x4a0be8['activeMarker']=null);}),this['listenTo'](_0x1f64e5,'removeCommentThread',(_0x4c8fff,{threadId:_0x51fdac,isFromAdapter:_0x5f16c})=>{!_0x5f16c&&_0x237e08['ui']['focusTracker']['isFocused']&&_0x4a0be8['hasMarkerForId'](_0x51fdac)&&_0x237e08['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x1f64e5,'addComment',(_0x3ecc0c,{threadId:_0x2a7bf7,isFromAdapter:_0x3dccb1})=>{if(_0x3dccb1||!_0x4a0be8['hasMarkerForId'](_0x2a7bf7)||!_0x1f64e5['hasCommentThread'](_0x2a7bf7))return;0x1===_0x1f64e5['getCommentThread'](_0x2a7bf7)['length']&&(_0x237e08['editing']['view']['focus'](),_0x3ecc0c['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x248f52=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2ac714;for(const _0x2eb1b6 in _0x248f52){const _0xec754=_0x2eb1b6,_0x166de9=_0x248f52[_0xec754];if('commentsLicenseKeyValid'==_0x166de9||'commentsLicenseKeyInvalid'==_0x166de9||'commentsLicenseKeyExpired'==_0x166de9||'commentsLicenseKeyDomainLimit'==_0x166de9||'commentsLicenseKeyNotAllowed'==_0x166de9||'commentsLicenseKeyEvaluationLimit'==_0x166de9||'commentsLicenseKeyUsageLimit'==_0x166de9){delete _0x248f52[_0xec754],_0x2ac714=_0x166de9,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x2ac714&&_0x248f52['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x2ac714&&_0x248f52['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x2ac714&&_0x248f52['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x2ac714&&_0x248f52['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x2ac714&&_0x248f52['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyUsageLimit'==_0x2ac714&&_0x248f52['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_createUIButton'](_0x4e4dc4){const _0x2aa9ad=this['editor'],_0x175ddf=new _0x4e4dc4(_0x2aa9ad['locale']),_0x371433=_0x2aa9ad['commands']['get']('addCommentThread');return _0x175ddf['set']({'label':vt(_0x2aa9ad['locale'],'Comment'),'icon':_0x1be102}),_0x175ddf['bind']('isEnabled')['to'](_0x371433,'isEnabled',_0x371433,'hasContent',(_0x5e62a3,_0x274744)=>_0x5e62a3&&_0x274744),this['listenTo'](_0x175ddf,'execute',()=>{_0x371433['execute']();}),_0x175ddf;}}class CommentsOnly extends _0x5f49e9{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsEditing];}constructor(_0x3218d4){super(_0x3218d4),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0xb6d2fe,_0x2d0ba9,_0x1003c1)=>{_0x1003c1?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x1acd95,_0x1ad3c4]of this['editor']['commands'])_0x1ad3c4['affectsData']&&'addCommentThread'!==_0x1acd95&&_0x1ad3c4['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 _0x53ca85=this['editor']['editing']['view']['document'];this['listenTo'](_0x53ca85,'cut',_0x4929a4=>_0x4929a4['stop'](),{'priority':'highest'}),this['listenTo'](_0x53ca85,'clipboardInput',_0x366122=>_0x366122['stop'](),{'priority':'highest'}),this['listenTo'](_0x53ca85,'delete',_0x5a73b5=>_0x5a73b5['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x5429cc,_0x1a5f61]of this['editor']['commands'])_0x1a5f61['affectsData']&&'addCommentThread'!==_0x5429cc&&_0x1a5f61['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 _0x48636b{['activeUIs'];['uisData'];['_uis'];static get['requires'](){return[Annotations];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x48f47b){super(_0x48f47b),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}['init'](){const _0x10231b=this['context']['plugins']['get'](Annotations);this['listenTo'](_0x10231b,'_activateAnnotation',(_0x36023e,_0x39ed96)=>{for(const _0x170933 of this['activeUIs']){const _0x23959e=this['_uis']['get'](_0x170933);(0x0,this['uisData']['get'](_0x170933)['filter'])(_0x39ed96)&&_0x23959e['setActiveAnnotation'](_0x39ed96);}}),this['listenTo'](_0x10231b,'_deactivateAllAnnotations',()=>{for(const _0x4d26a of this['activeUIs']){this['_uis']['get'](_0x4d26a)['setActiveAnnotation'](null);}}),this['listenTo'](_0x10231b['_visibleAnnotations'],'add',(_0x37339b,_0x3a0926)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x3a0926);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x4950c2){return this['activeUIs']['has'](_0x4950c2);}['activate'](_0x422af4,_0x1ee1e5=this['defaultFilter']){const _0x16b64e=this['context']['plugins']['get'](Annotations);if(!this['_uis']['has'](_0x422af4))throw new _0x53047c('annotationsuis-missing-ui',this,{'uiName':_0x422af4});this['isActive'](_0x422af4)&&this['deactivate'](_0x422af4),this['activeUIs']['add'](_0x422af4);const _0x2ca904=new AnnotationCollection();Ot({'source':_0x16b64e['_visibleAnnotations'],'target':_0x2ca904,'filter':_0x1ee1e5}),this['uisData']['set'](_0x422af4,{'collection':_0x2ca904,'filter':_0x1ee1e5});const _0x2ecb73=this['_uis']['get'](_0x422af4);_0x2ecb73['attach'](_0x2ca904),this['listenTo'](_0x2ecb73,'change:activeAnnotation',(_0x4f4b6b,_0x4ea876,_0x3a673f,_0xa810bb)=>{_0xa810bb&&_0x16b64e['_removeActiveAnnotation'](_0xa810bb),_0x3a673f&&_0x16b64e['_addActiveAnnotation'](_0x3a673f);});}['deactivate'](_0x26a487){if(this['activeUIs']['delete'](_0x26a487),!this['_uis']['has'](_0x26a487))throw new _0x53047c('annotationsuis-missing-ui',this,{'uiName':_0x26a487});const _0x53bc84=this['_uis']['get'](_0x26a487);_0x53bc84['detach'](),this['stopListening'](_0x53bc84),this['uisData']['get'](_0x26a487)['collection']['destroy'](),this['uisData']['delete'](_0x26a487);}['switchTo'](_0x50a4f7){if(!this['_uis']['has'](_0x50a4f7))throw new _0x53047c('annotationsuis-missing-ui',this,{'uiName':_0x50a4f7});const _0x344a11=this['context']['plugins']['get'](Annotations),_0x498fc4=Array['from'](_0x344a11['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x50a4f7);const _0x352583=this['_uis']['get'](_0x50a4f7);_0x352583['setActiveAnnotation'](_0x498fc4),_0x352583['_setSelectedAnnotations']&&_0x498fc4&&_0x352583['_setSelectedAnnotations']([_0x498fc4]);}['deactivateAll'](){for(const _0x3a11af of this['activeUIs'])this['deactivate'](_0x3a11af);}['register'](_0x1c67df,_0xe50f5a){if(this['_uis']['has'](_0x1c67df))throw new _0x53047c('annotationsuis-register-already-registered');if('function'!=typeof _0xe50f5a['attach']||'function'!=typeof _0xe50f5a['detach']||'function'!=typeof _0xe50f5a['setActiveAnnotation'])throw new _0x53047c('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x1c67df,_0xe50f5a);}['refilterAnnotations'](){const _0x9b208d=this['context']['plugins']['get'](Annotations)['collection'],_0x514f8f=new Map(),_0x48ad72=Array['from'](this['activeUIs']);for(const _0x481395 of this['activeUIs']){const _0x481246=this['uisData']['get'](_0x481395)['collection'];for(const _0x49d77c of _0x481246)_0x514f8f['set'](_0x49d77c,_0x481395);}for(const _0x14c80e of _0x9b208d){const _0x325b61=_0x514f8f['get'](_0x14c80e);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x14c80e);const _0x423151=_0x48ad72['find'](_0x3cae15=>this['uisData']['get'](_0x3cae15)['filter'](_0x14c80e));_0x325b61!==_0x423151&&(_0x325b61&&this['uisData']['get'](_0x325b61)['collection']['remove'](_0x14c80e),_0x423151&&this['uisData']['get'](_0x423151)['collection']['add'](_0x14c80e));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['defaultFilter'](){return!0x0;}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x3121a4){const _0x2d529a=[];for(const _0x3c0326 of this['activeUIs']){(0x0,this['uisData']['get'](_0x3c0326)['filter'])(_0x3121a4)&&_0x2d529a['push'](_0x3c0326);}if(_0x2d529a['length']>0x1)throw new _0x53047c('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x2d529a,'annotationType':_0x3121a4['type']});}}const Bt=/* #__PURE__ -- @preserve */
|
|
32
|
+
_0x4eef36('px');class AnnotationsSidebarView extends _0x29b736{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x2d04d3){super(_0x2d04d3);const _0xeebb66=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 _0x4c6d1d(),this['focusCycler']=new _0x5b5254({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0xeebb66['to']('class')],'style':{'minHeight':_0xeebb66['to']('minHeight',_0xa782bd=>'number'==typeof _0xa782bd?Bt(_0xa782bd+0xa):null)},'dir':_0x2d04d3['uiLanguageDirection'],'role':'application','aria-label':vt(_0x2d04d3,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':vt(_0x2d04d3,'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',_0x3a0140=>{this['_updateItemPositionInFocusables'](_0x3a0140['source']);}),this['list']['forEach'](_0x34f7eb=>{this['focusTracker']['add'](_0x34f7eb['element']),this['_updateItemPositionInFocusables'](_0x34f7eb);}),this['list']['on']('change',(_0x4fa3bc,_0x58171f)=>{for(const _0x9042e6 of _0x58171f['removed'])this['focusTracker']['remove'](_0x9042e6['element']),this['focusables']['remove'](_0x9042e6);for(const _0x541efd of _0x58171f['added'])this['focusTracker']['add'](_0x541efd['element']),this['_updateItemPositionInFocusables'](_0x541efd);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x3be705){const _0x6008a0=this['focusables']['getIndex'](_0x3be705);let _0x3db91a,_0x992c3a;for(const _0x9a50a0 of this['focusables'])if(_0x3be705['top']<_0x9a50a0['top']){_0x3db91a=_0x9a50a0;break;}if(_0x992c3a=_0x3db91a?this['focusables']['getIndex'](_0x3db91a):this['focusables']['length'],-0x1!==_0x6008a0){if(_0x6008a0===_0x992c3a-0x1)return;this['focusables']['remove'](_0x3be705),_0x992c3a=_0x3db91a?this['focusables']['getIndex'](_0x3db91a):this['focusables']['length'];}this['focusables']['add'](_0x3be705,_0x992c3a);}}const Ht=/* #__PURE__ -- @preserve */
|
|
33
|
+
_0x4eef36('px');class AnnotationsSidebarItemView extends _0x29b736{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x4861d9){super(_0x4861d9),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x56e849,_0x414acc)=>_0x56e849+_0x414acc),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Nt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x3e19d0=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x3e19d0['to']('isAnimationDisabled',_0x37bedb=>_0x37bedb?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x3e19d0['to']('top',_0x28db4e=>Ht(_0x28db4e))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x546677=this['element']['clientHeight'];_0x546677&&(this['height']=_0x546677);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class Sidebar extends _0x48636b{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4e152e){super(_0x4e152e),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 _0x5846df=this['context']['config']['get']('sidebar.container');_0x5846df&&this['setContainer'](_0x5846df);}['setContainer'](_0x4afb59){if(!Ft(_0x4afb59))throw new _0x53047c('sidebar-setcontainer-invalid-element');this['container']=_0x4afb59;}['_attachToContainer']({viewClass:_0x88b050='',spaceBetweenItems:_0x1ccd1d=0x19}={}){if(!Ft(this['container']))throw new _0x53047c('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x88b050,this['_spaceBetweenItems']=_0x1ccd1d;}['rearrange']({removedAnnotation:_0x5e441b,previousAnnotation:_0x318d6f,nextAnnotation:_0x1753bf}){const _0x60e551=this['getSidebarItemView'](_0x5e441b);this['view']['list']['remove'](_0x60e551),this['_destroySidebarItemView'](_0x5e441b),_0x318d6f&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x318d6f)),_0x1753bf&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x1753bf)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x46eb1e,activatedAnnotation:_0x876b,disableAnimationOnActivatedAnnotation:_0x1500ff}){if(this['_activeAnnotation']=_0x876b,_0x46eb1e){_0x46eb1e['isActive']=!0x1;const _0x3ee666=this['getSidebarItemView'](_0x46eb1e);_0x3ee666&&_0x1500ff&&(_0x3ee666['isAnimationDisabled']=!0x1);}if(_0x876b){const _0x4d585b=this['getSidebarItemView'](_0x876b);_0x4d585b&&(_0x876b['isActive']=!0x0,_0x1500ff&&(_0x4d585b['isAnimationDisabled']=!0x0,_0x4d585b['top']+=0x1),this['_alignToTargetRect'](_0x4d585b));}}['_detachFromContainer'](_0x5ef9d0){if(this['view']['element']['remove'](),_0x5ef9d0){for(const _0x26b118 of _0x5ef9d0)this['_destroySidebarItemView'](_0x26b118);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x50baec,_0x4ddd63){_0x4ddd63||(_0x4ddd63=_0x50baec['view']);const _0x54fb12=new AnnotationsSidebarItemView(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x54fb12,_0x50baec),this['_annotationToSidebarItemView']['set'](_0x50baec,_0x54fb12),_0x54fb12['content']['add'](_0x4ddd63),this['listenTo'](_0x50baec['view'],'change:targetRect',(_0x209dd8,_0x410d7d,_0x2bdc81)=>{const _0x3079a5=this['_getTargetTop'](_0x50baec,_0x2bdc81);_0x54fb12['_targetTop']!=_0x3079a5&&(_0x54fb12['_targetTop']=_0x3079a5,this['_setItemTop'](_0x54fb12,_0x3079a5));}),this['listenTo'](_0x54fb12,'change:top',()=>{this['_recalculate'](_0x54fb12,'top');}),this['listenTo'](_0x54fb12,'change:bottom',()=>{this['_recalculate'](_0x54fb12,'bottom');}),this['_alignToTargetRect'](_0x54fb12);const _0x1450a1=this['_getItemBefore'](_0x54fb12);if(_0x1450a1)this['_alignAfterItem'](_0x1450a1,_0x54fb12)||this['_alignToTargetRect'](_0x54fb12);else this['_alignToTargetRect'](_0x54fb12);return this['_updateLastItem'](),this['view']['list']['add'](_0x54fb12),_0x54fb12;}['_alignForTopChange'](_0x219842){if(!_0x219842['content']['length'])return;const _0x3983bf=this['_getItemBefore'](_0x219842);if(!_0x3983bf)return;const _0x27e3db=this['_sidebarItemViewToAnnotation']['get'](_0x3983bf),_0x2a6965=this['_activeAnnotation'];_0x2a6965&&_0x2a6965===_0x27e3db?this['_alignAfterItem'](_0x3983bf,_0x219842):this['_alignBeforeItem'](_0x219842,_0x3983bf);}['_alignForBottomChange'](_0x5564a6){if(!_0x5564a6['content']['length'])return;const _0x91c346=this['_getItemAfter'](_0x5564a6);if(!_0x91c346)return;const _0x15ff56=this['_sidebarItemViewToAnnotation']['get'](_0x91c346),_0x36554f=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x453720=this['_activeAnnotation'];_0x453720&&_0x453720===_0x15ff56&&_0x36554f?(this['_alignBeforeItem'](_0x91c346,_0x5564a6),this['_alignAfterItem'](_0x5564a6,_0x91c346)):_0x453720&&_0x453720===_0x15ff56?this['_alignBeforeItem'](_0x91c346,_0x5564a6):this['_alignAfterItem'](_0x5564a6,_0x91c346);}['_recalculate'](_0x404d7c,_0x366f91){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x1c6895,changedProp:_0x22708f}of this['_recalculateBuffer'])'top'===_0x22708f?this['_alignForTopChange'](_0x1c6895):this['_alignForBottomChange'](_0x1c6895);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x404d7c,'changedProp':_0x366f91});}['getSidebarItemView'](_0x1e5a18){return this['_annotationToSidebarItemView']['get'](_0x1e5a18);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x1a6af2){const _0x1ce7ca=this['getSidebarItemView'](_0x1a6af2);this['stopListening'](_0x1ce7ca),this['stopListening'](_0x1a6af2['view']),_0x1ce7ca['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x1a6af2),this['_sidebarItemViewToAnnotation']['delete'](_0x1ce7ca);}['_createSidebarView'](){const _0x487058=new AnnotationsSidebarView(this['context']['locale']);return _0x487058['render'](),this['on']('change:_lastItem',(_0x31f5b1,_0x314859,_0x50e7ef,_0x2e881d)=>{_0x2e881d&&_0x487058['unbind']('minHeight'),_0x50e7ef?_0x487058['bind']('minHeight')['to'](_0x50e7ef,'bottom'):_0x487058['minHeight']=null;}),_0x487058;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x469db3){const _0xf3721c=this['_sidebarItemViewToAnnotation']['get'](_0x469db3),_0x497c9e=_0xf3721c&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0xf3721c)-0x1);return _0x497c9e&&this['getSidebarItemView'](_0x497c9e)||null;}['_getItemAfter'](_0x5c2b4a){const _0x26d20d=this['_sidebarItemViewToAnnotation']['get'](_0x5c2b4a),_0xc9748a=_0x26d20d&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x26d20d)+0x1);return _0xc9748a&&this['getSidebarItemView'](_0xc9748a)||null;}['_alignBeforeItem'](_0x31de8a,_0x53eebd){_0x31de8a['updateHeight']();const _0x21275f=Ut(_0x53eebd['bottom']+this['_spaceBetweenItems'],_0x31de8a['top']);return!!_0x21275f&&(this['_setItemTop'](_0x53eebd,_0x53eebd['top']-_0x21275f),!0x0);}['_alignAfterItem'](_0x2733ef,_0x7b4234){_0x2733ef['updateHeight']();const _0xc1eb3c=Ut(_0x2733ef['bottom']+this['_spaceBetweenItems'],_0x7b4234['top']);return!!_0xc1eb3c&&(this['_setItemTop'](_0x7b4234,_0x7b4234['top']+_0xc1eb3c,!0x1),!0x0);}['_alignToTargetRect'](_0x5048f6){const _0x1185d8=this['_sidebarItemViewToAnnotation']['get'](_0x5048f6);if(!_0x1185d8||!_0x1185d8['target']||!_0x1185d8['targetRect'])return;const _0x426002=this['_getTargetTop'](_0x1185d8,_0x1185d8['targetRect']);this['_setItemTop'](_0x5048f6,_0x426002);}['_getTargetTop'](_0xd5d151,_0x2e2769){if(null===_0x2e2769)return 0x0;if(_0xd5d151['target']instanceof _0x18f45f)return _0x2e2769['top'];{const _0x44c1bd=new _0x18f45f(this['view']['element'])['top'];return _0x2e2769['top']-_0x44c1bd;}}['_setItemTop'](_0x46798e,_0x209c7b,_0x2e4e03=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x2e4e03&&(_0x209c7b=Math['max'](_0x209c7b,this['_getMaxAvailableTop'](_0x46798e))),_0x46798e['top']=_0x209c7b;}['_getMaxAvailableTop'](_0x382ed5){let _0x4b1d77=this['_getItemBefore'](_0x382ed5),_0x59cde7=0x0;for(;_0x4b1d77;)_0x4b1d77['updateHeight'](),_0x59cde7+=this['_spaceBetweenItems']+_0x4b1d77['height'],_0x4b1d77=this['_getItemBefore'](_0x4b1d77);return _0x59cde7;}}function Ut(_0x279b75,_0x168e8e){return Math['max'](_0x279b75-_0x168e8e,0x0);}function Ft(_0x2050c2){return null!==_0x2050c2&&'object'==typeof _0x2050c2&&0x1===_0x2050c2['nodeType'];}class WideSidebar extends _0x48636b{['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(_0x1304fc){super(_0x1304fc),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0xa45d7d(),this['_refreshPositioningDebounced']=_0x56413c(()=>{_0x1304fc['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x4737ca=this['context']['plugins']['get'](AnnotationsUIs),_0x507bfa=this['context']['plugins']['get'](Sidebar);_0x4737ca['register']('wideSidebar',this),_0x507bfa['container']&&_0x4737ca['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x3b4038){if(_0x3b4038===this['activeAnnotation'])return;const _0x4880cb=this['context']['plugins']['get'](Sidebar);_0x4880cb['_activeAnnotation']=_0x3b4038;const _0x33acb1=this['activeAnnotation'];_0x4880cb['refresh']({'blurredAnnotation':_0x33acb1,'activatedAnnotation':_0x3b4038}),this['activeAnnotation']=_0x3b4038;}['attach'](_0x4ef158){this['annotations']=_0x4ef158;const _0x566f97=this['context']['plugins']['get'](Sidebar);if(_0x566f97['_annotations']=_0x4ef158,this['isAttached'])throw new _0x53047c('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x566f97,'set:container',()=>{this['detach'](),this['listenTo'](_0x566f97,'change:container',_0x14d26c=>{_0x14d26c['off'](),this['attach'](_0x4ef158);});}),_0x566f97['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x56c98d=_0x3d1a59=>{_0x3d1a59['updateTargetRect'](),_0x566f97['addAnnotation'](_0x3d1a59);};for(const _0x2ff03d of _0x4ef158)_0x56c98d(_0x2ff03d);this['listenTo'](_0x4ef158,'add',(_0x254328,_0x2f18f7)=>{_0x56c98d(_0x2f18f7);}),this['listenTo'](_0x4ef158,'remove',(_0x5ead1d,_0x14c269,_0x3c51f0)=>{_0x566f97['rearrange']({'removedAnnotation':_0x14c269,'previousAnnotation':_0x4ef158['get'](_0x3c51f0-0x1),'nextAnnotation':_0x4ef158['get'](_0x3c51f0+0x1)}),_0x14c269===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x4ef158,'focus',(_0xa3582a,_0x5a9c32)=>{this['setActiveAnnotation'](_0x5a9c32);}),this['listenTo'](_0x4ef158,'blur',()=>{this['setActiveAnnotation'](null);});const _0x1b86a1=this['context']instanceof _0x377579?this['context']['editors']:new _0xa45d7d([this['context']]);for(const _0x49749c of _0x1b86a1)this['_integrateWithEditorAnnotations'](_0x49749c);this['listenTo'](_0x1b86a1,'add',(_0x5374cc,_0x5a3af0)=>{this['listenTo'](_0x5a3af0,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x5a3af0);});}),this['listenTo'](_0x1b86a1,'remove',(_0x3a9f7f,_0x4ae160)=>{_0x4ae160['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x4ae160['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x53047c('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x426cfd=this['context']['plugins']['get'](Sidebar);_0x426cfd['_detachFromContainer'](this['annotations']),this['stopListening'](_0x426cfd),this['stopListening'](this['annotations']),this['context']instanceof _0x377579&&this['stopListening'](this['context']['editors']);for(const _0x1f8f07 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x1f8f07);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0xbbd772){if(!_0xbbd772['plugins']['has']('EditorAnnotations'))return;const _0x832cd2=_0xbbd772['plugins']['get']('EditorAnnotations'),_0x498ab0=()=>{const _0x457f6a=_0x832cd2['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x457f6a[0x0]||null);};this['listenTo'](_0x832cd2,'refresh',_0x498ab0),this['listenTo'](_0x832cd2,'blur',(_0x117ab0,{isAnnotationTracked:_0x27f89f})=>{this['activeAnnotation']&&_0x27f89f(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x832cd2,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x196f1e=>{_0x832cd2['hasDomSelection']()&&(_0x498ab0(),_0x196f1e['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x832cd2);}['_destroyEditorAnnotationsIntegration'](_0x34c0bd){this['stopListening'](_0x34c0bd),this['_editorAnnotations']['remove'](_0x34c0bd);}}class AnnotationCounterButtonView extends _0x6d0d52{['counterView'];constructor(_0x76479b){super(_0x76479b);const _0x14eac2=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x5cc31b,_0xa5efac)=>_0x5cc31b?'...':_0xa5efac['toString']()),this['set']('annotationType',''),this['icon']=_0x1be102,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new _0x29b736(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x14eac2['to']('annotationType',_0x1cf92b=>'ck-annotation-counter__badge--'+_0x1cf92b),_0x14eac2['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x14eac2['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class NarrowSidebar extends _0x48636b{['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(_0x9411d0){super(_0x9411d0),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=new(_0x1ec0b2())(),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0xa45d7d(),this['_refreshPositioningDebounced']=_0x56413c(()=>{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'](_0x4f58d7){this['annotations']=_0x4f58d7;const _0x1e315d=this['context']['plugins']['get'](Sidebar),_0x356e2a=this['balloonPanelView'];if(_0x1e315d['_annotations']=_0x4f58d7,this['isAttached'])throw new _0x53047c('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x1e315d,'set:container',()=>{this['detach'](),this['listenTo'](_0x1e315d,'change:container',_0x56546f=>{_0x56546f['off'](),this['attach'](_0x4f58d7);});}),_0x1e315d['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x58e40d=_0x3f503e=>{const _0x4592a0=new AnnotationCounterButtonView(this['context']['locale']);_0x1e315d['addAnnotation'](_0x3f503e,_0x4592a0),this['_annotationToNarrowView']['set'](_0x3f503e,_0x4592a0),_0x4592a0['bind']('isDirty','annotationType','number')['to'](_0x3f503e['view'],'isDirty','type','length'),_0x4592a0['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x356e2a['content']['first']!==_0x3f503e['view']?(this['_showBalloon'](_0x3f503e),_0x3f503e['view']['element']['focus'](),this['setActiveAnnotation'](_0x3f503e)):this['setActiveAnnotation'](null);});};for(const _0x42b652 of _0x4f58d7)_0x58e40d(_0x42b652);this['listenTo'](_0x4f58d7,'add',(_0x5ea515,_0x2f4927)=>{_0x58e40d(_0x2f4927);}),this['listenTo'](_0x4f58d7,'remove',(_0x24fb11,_0x5f599f,_0x1db61a)=>{this['_annotationToNarrowView']['get'](_0x5f599f)['destroy'](),this['_annotationToNarrowView']['delete'](_0x5f599f),_0x1e315d['rearrange']({'removedAnnotation':_0x5f599f,'previousAnnotation':_0x4f58d7['get'](_0x1db61a-0x1),'nextAnnotation':_0x4f58d7['get'](_0x1db61a+0x1)}),_0x5f599f===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x4f58d7,'focus',(_0x3a1d56,_0x2287a0)=>{this['setActiveAnnotation'](_0x2287a0);}),this['listenTo'](_0x4f58d7,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x82b4ea,_0x125e68)=>{_0x125e68['keyCode']===_0x40ff06['esc']&&_0x356e2a['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x356e2a['content']['first']),this['_hideBalloon'](),_0x125e68['stopPropagation'](),_0x125e68['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x37a8fd,_0x459601)=>{const _0x45d5ed=_0x459601['target'];_0x356e2a['isVisible']&&_0x356e2a['element']['contains'](_0x45d5ed)||_0x1e315d['view']['element']['contains'](_0x45d5ed)||_0x37a8fd['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x3eeeae=>_0x3eeeae['contains'](_0x45d5ed))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x326db3=this['context']instanceof _0x377579?this['context']['editors']:new _0xa45d7d([this['context']]);for(const _0x5ecdcb of _0x326db3)this['_integrateWithEditorAnnotations'](_0x5ecdcb);this['listenTo'](_0x326db3,'add',(_0xb3a1d3,_0x27c9ea)=>{this['listenTo'](_0x27c9ea,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x27c9ea);});}),this['listenTo'](_0x326db3,'remove',(_0x38d390,_0xc32595)=>{_0xc32595['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0xc32595['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x2fd45b){if(_0x2fd45b===this['activeAnnotation'])return;const _0x19339c=this['context']['plugins']['get'](Sidebar);if(_0x19339c['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x2fd45b,'disableAnimationOnActivatedAnnotation':!0x0}),_0x2fd45b)_0x19339c['getSidebarItemView'](_0x2fd45b)?this['_showBalloon'](_0x2fd45b):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x2fd45b;}['detach'](){if(!this['isAttached'])throw new _0x53047c('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x4ce87d=this['context']['plugins']['get'](Sidebar);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x593c39=>_0x593c39['destroy']()),this['_annotationToNarrowView']['clear'](),_0x4ce87d['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x377579&&this['stopListening'](this['context']['editors']);for(const _0x117987 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x117987);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'](_0x3036e4){if(!_0x3036e4['plugins']['has']('EditorAnnotations'))return;const _0x3af9d7=_0x3036e4['plugins']['get']('EditorAnnotations'),_0x4a837c=this['context']['plugins']['get'](Sidebar),_0x44723c=this['annotations'],_0x4a50bb=this['balloonPanelView'],_0x4271d7=()=>{const _0x2375cc=_0x3af9d7['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x2375cc),this['setActiveAnnotation'](_0x2375cc[0x0]||null);};this['listenTo'](_0x3af9d7,'refresh',_0x4271d7),this['listenTo'](_0x3af9d7,'blur',(_0x5503aa,{isAnnotationTracked:_0x488f46})=>{this['activeAnnotation']&&_0x488f46(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x3af9d7,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x44723c,'blur',_0x40f644=>{_0x3af9d7['hasDomSelection']()&&_0x40f644['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x43a156,_0x44b31f)=>{const _0x4c04ed=_0x44b31f['target'];_0x4a50bb['isVisible']&&_0x4a50bb['element']['contains'](_0x4c04ed)||_0x4a837c['view']['element']['contains'](_0x4c04ed)||this['activeAnnotation']&&_0x3af9d7['hasDomSelection']()&&(_0x4271d7(),_0x43a156['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3af9d7);}['_destroyEditorAnnotationsIntegration'](_0x2d8e6e){_0x2d8e6e&&(this['stopListening'](_0x2d8e6e),this['_editorAnnotations']['remove'](_0x2d8e6e));}['_setSelectedAnnotations'](_0xa137ea){for(const _0x28936e of this['_selectedAnnotations'])_0xa137ea['includes'](_0x28936e)||this['_manuallyClosedAnnotationViews']['delete'](_0x28936e['view']);this['_selectedAnnotations']=_0xa137ea;}['_refreshPositioning'](){const _0x42d735=this['balloonPanelView'];this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning'](),_0x42d735['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x187a4f){if(this['_manuallyClosedAnnotationViews']['has'](_0x187a4f['view']))return;const _0x3b75bd=this['balloonPanelView']['content']['first'];_0x3b75bd!==_0x187a4f['view']?(_0x3b75bd&&this['_detachListeners'](_0x3b75bd),this['_attachListeners'](_0x187a4f['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x187a4f['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x3cc91e=this['balloonPanelView']['content']['first'],_0x1d06e9=_0x3cc91e&&this['annotations']['getByView'](_0x3cc91e);if(!_0x1d06e9||!this['_annotationToNarrowView']['has'](_0x1d06e9))return;const _0x260bb8=this['_annotationToNarrowView']['get'](_0x1d06e9)['element'],_0xac4fc1=(function(){const _0x5e361d=ht['defaultPositions'];return[_0x5e361d['southArrowNorthEast'],_0x5e361d['northArrowSouthEast'],_0x5e361d['southArrowNorth'],_0x5e361d['northArrowSouth'],_0x5e361d['southArrowNorthWest'],_0x5e361d['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x260bb8,'positions':_0xac4fc1});}['_hideBalloon'](){const _0x5b41ed=this['balloonPanelView'],_0x3765e1=_0x5b41ed['content']['first'];_0x3765e1&&(this['_detachListeners'](_0x3765e1),_0x5b41ed['unpin'](),_0x5b41ed['content']['clear']());}['_attachListeners'](_0x4ebe8a){this['listenTo'](_0x4ebe8a,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x4ebe8a,'Esc',(_0x5c9390,_0x460947)=>{this['_manuallyClosedAnnotationViews']['add'](_0x4ebe8a),this['_hideBalloon'](),_0x460947();});}['_detachListeners'](_0x15f179){this['stopListening'](_0x15f179);}}class InlineAnnotations extends _0x5f49e9{['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(_0x2d1fb4){super(_0x2d1fb4),_0x2d1fb4['editing']['view']['addObserver'](ut),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x2d1fb4['plugins']['get'](at),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1,this['_refreshVisibilityDebounced']=_0x56413c(()=>{this['editor']['plugins']['get']('Annotations')['refreshVisibility']();},0xfa,{'leading':!0x1});}['init'](){const _0x43e690=this['editor']['plugins']['get'](AnnotationsUIs);_0x43e690['context']===this['editor']&&(_0x43e690['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x35c52e,_0x1d07e2)=>{const _0x56c660=this['_balloon'];if(this['isAttached']&&_0x56c660['visibleView']){const _0x5d23e5=this['annotations']['getByView'](_0x56c660['visibleView']);_0x5d23e5&&this['_closeAnnotation'](_0x5d23e5),_0x1d07e2();}}));}['afterInit'](){const _0x1747cb=this['editor']['plugins']['get'](AnnotationsUIs);_0x1747cb['context']===this['editor']&&(_0x1747cb['hasActive']()||_0x1747cb['switchTo']('inline'));}['setActiveAnnotation'](_0x319dd1){_0x319dd1!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x319dd1&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x319dd1)&&this['_addAnnotationToBalloon'](_0x319dd1,!0x0),_0x319dd1['isActive']=!0x0),_0x319dd1||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x319dd1);}['attach'](_0x54ca74){this['annotations']=_0x54ca74;const _0x5b7d79=this['editor']['plugins']['get'](AnnotationsUIs),_0x5d89ac=this['_balloon'];if(this['isAttached'])throw new _0x53047c('inlineannotations-attach-already-attached',this);if(_0x5b7d79['context']!==this['editor'])throw new _0x53047c('inlineannotations-not-allowed-with-context',this);const _0x1d8a1b=this['editor']['plugins']['get'](EditorAnnotations);this['listenTo'](_0x1d8a1b,'refresh',()=>{const _0xa232da=_0x1d8a1b['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0xa24ddb,_0xfea5d7;!this['_forceRefresh']&&(_0xa24ddb=_0xa232da,_0xfea5d7=this['_selectedAnnotations'],_0xa24ddb['length']===_0xfea5d7['length']&&_0xa24ddb['every'](_0x599d81=>_0xfea5d7['includes'](_0x599d81)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0xa232da),this['setActiveAnnotation'](_0xa232da[0x0]||null));}),this['listenTo'](_0x1d8a1b,'blur',(_0xa5af8b,{isAnnotationTracked:_0x2cd785})=>{this['activeAnnotation']&&_0x2cd785(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x1d8a1b,'uiUpdate',()=>{this['_refreshVisibilityDebounced']();}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x2a65c8,_0x39cc94,_0x5a0202)=>{_0x5a0202||this['setActiveAnnotation'](null);}),this['listenTo'](_0x54ca74,'remove',(_0x14ad1f,_0x23fc53)=>{this['_removeAnnotationFromBalloon'](_0x23fc53),_0x23fc53===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x5d89ac,'change:visibleView',(_0xec6f6a,_0x55975d,_0x5f3f75,_0x26dab5)=>{_0x26dab5&&this['stopListening'](_0x26dab5);const _0x21ebc9=_0x54ca74['getByView'](_0x5f3f75);_0x5f3f75&&_0x21ebc9&&(this['listenTo'](_0x5f3f75,'change:height',()=>{_0x5d89ac['updatePosition']();}),this['listenTo'](_0x5f3f75,'Esc',()=>{this['_closeAnnotation'](_0x21ebc9),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x21ebc9&&this['setActiveAnnotation'](_0x21ebc9));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x5d89ac['visibleView']&&(_0x54ca74['getByView'](_0x5d89ac['visibleView'])&&_0x5d89ac['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 _0x53047c('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x42deec of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x42deec);this['_refreshVisibilityDebounced']['cancel'](),this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['_refreshVisibilityDebounced']['cancel']();}['_setSelectedAnnotations'](_0x51c358){for(const _0xb449f9 of this['_selectedAnnotations'])_0x51c358['includes'](_0xb449f9)||this['_manuallyClosed']['delete'](_0xb449f9);for(const _0xa0a85 of this['annotations'])_0x51c358['includes'](_0xa0a85)||this['_removeAnnotationFromBalloon'](_0xa0a85);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x5311a5 of _0x51c358)this['_addAnnotationToBalloon'](_0x5311a5);}this['_selectedAnnotations']=_0x51c358;}['_addAnnotationToBalloon'](_0x39bb04,_0x209160=!0x1){this['_manuallyClosed']['has'](_0x39bb04)||(this['_addedAnnotations']['has'](_0x39bb04)||this['_balloon']['hasView'](_0x39bb04['view'])||(this['_addedAnnotations']['add'](_0x39bb04),this['_balloon']['add']({'stackId':_0x39bb04['view']['id'],'view':_0x39bb04['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x39bb04)}})),_0x209160&&this['_balloon']['showStack'](_0x39bb04['view']['id']));}['_getBalloonTargetForAnnotation'](_0x442a98){const _0x7ec68b=_0x442a98['target'],_0x4069a2=this['editor']['editing']['view'],_0x51ee58=_0x4069a2['document']['selection']['getFirstRange'](),_0x4c9f66=_0x4069a2['domConverter']['viewRangeToDom'](_0x51ee58);if(_0x4c9f66['collapse'](!0x0),_0x7ec68b){if(_0x7ec68b instanceof _0x18f45f)return _0x7ec68b;let _0x172fe9=[];for(const _0x54123d of _0x7ec68b)_0x172fe9['push'](..._0x18f45f['getDomElementRects'](_0x54123d));_0x172fe9=function(_0x1ed9c2){const _0xd7c432=[];let _0x15660f=_0x1ed9c2[0x0];for(let _0xfc744d=0x1;_0xfc744d<_0x1ed9c2['length'];_0xfc744d++)if(Wt(_0x15660f,_0x1ed9c2[_0xfc744d])){const _0x3b71b5=_0x1ed9c2[_0xfc744d]['width'];_0x15660f['width']+=_0x3b71b5,_0x15660f['right']+=_0x3b71b5;}else _0xd7c432['push'](_0x15660f),_0x15660f=_0x1ed9c2[_0xfc744d];return _0xd7c432['push'](_0x15660f),_0xd7c432;}(_0x172fe9);const _0xa9feb2=_0x4c9f66['getBoundingClientRect']();return _0x172fe9['find'](_0x22cffc=>_0x22cffc['top']<=_0xa9feb2['top']&&_0x22cffc['bottom']>=_0xa9feb2['bottom']&&_0x22cffc['left']<=_0xa9feb2['left']&&_0x22cffc['right']>=_0xa9feb2['right'])||_0x172fe9[0x0];}return _0x442a98['targetRect']||_0x4c9f66;}['_removeAnnotationFromBalloon'](_0x21a48a){this['_addedAnnotations']['has'](_0x21a48a)&&this['_balloon']['hasView'](_0x21a48a['view'])&&(this['_addedAnnotations']['delete'](_0x21a48a),this['_balloon']['remove'](_0x21a48a['view']));}['_closeAnnotation'](_0x3228b7){this['_manuallyClosed']['add'](_0x3228b7),this['_removeAnnotationFromBalloon'](_0x3228b7);}}function Wt(_0x18226b,_0x12b327){return _0x18226b['top']===_0x12b327['top']&&_0x18226b['bottom']===_0x12b327['bottom']&&_0x18226b['right']===_0x12b327['left'];}class CommentsArchiveView extends _0x29b736{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x5a83e1,_0x593802){super(_0x5a83e1),this['set']('isEmpty',!_0x593802['length']),this['focusTracker']=new _0x4c6d1d(),this['_annotationViews']=_0x593802,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new _0x5b5254({'focusables':_0x593802,'focusTracker':this['focusTracker']}),this['listenTo'](_0x593802,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x593802,'remove',(_0x1d7e77,_0x5e8ed4)=>{_0x5e8ed4['isActive']&&this['focus'](),_0x593802['length']||(this['isEmpty']=!0x0);});const _0x59065b=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':vt(_0x5a83e1,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x593802},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x59065b['if']('isEmpty','ck-hidden',_0x2e8a9a=>!_0x2e8a9a)]},'children':[{'text':vt(_0x5a83e1,'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 _0x16c666 of this['_annotationViews'])this['focusTracker']['add'](_0x16c666['element']);this['_annotationViews']['on']('change',(_0x1ed2a3,{added:_0x2f372f,removed:_0xac34ea})=>{for(const _0x277e3c of _0x2f372f)this['focusTracker']['add'](_0x277e3c['element']);for(const _0x543389 of _0xac34ea)this['focusTracker']['remove'](_0x543389['element']);});}}class CommentsArchive extends _0x48636b{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[CommentsRepository,Annotations];}constructor(_0x37ee97){super(_0x37ee97),this['archivedThreads']=new _0xa45d7d();}['init'](){const _0x5a330e=this['context'],_0x35204a=_0x5a330e['plugins']['get'](CommentsRepository),_0x28d000=_0x5a330e['plugins']['get'](Annotations);this['listenTo'](_0x35204a,'addCommentThread',(_0x1f05b5,{threadId:_0x10f777})=>{const _0x5b1fda=_0x35204a['getCommentThread'](_0x10f777);_0x5b1fda['archivedAt']&&this['archivedThreads']['add'](_0x5b1fda,this['_calculatePosition'](_0x5b1fda['archivedAt'])),this['listenTo'](_0x5b1fda,'change:archivedAt',(_0x525a56,_0x312ceb,_0x5c478b)=>{_0x5c478b?this['archivedThreads']['has'](_0x5b1fda)||this['archivedThreads']['add'](_0x5b1fda,this['_calculatePosition'](_0x5b1fda['archivedAt'])):this['archivedThreads']['has'](_0x5b1fda)&&this['archivedThreads']['remove'](_0x5b1fda);});}),this['listenTo'](_0x35204a,'removeCommentThread',(_0x1b47b5,{threadId:_0x50a194})=>{const _0x5f61b2=_0x35204a['getCommentThread'](_0x50a194);this['stopListening'](_0x5f61b2),this['archivedThreads']['has'](_0x5f61b2)&&this['archivedThreads']['remove'](_0x5f61b2);},{'priority':'highest'}),this['listenTo'](_0x28d000['collection'],'focus',(_0x50b90f,_0x35eb65)=>{_0x35eb65['isVisible']||(_0x35eb65['isActive']=!0x0,_0x28d000['activate'](_0x35eb65));});}['_calculatePosition'](_0x438c90){const _0x515a10=[...this['archivedThreads']]['findIndex'](_0x3e8aa8=>_0x3e8aa8['archivedAt']<_0x438c90);return _0x515a10>-0x1?_0x515a10:this['archivedThreads']['length'];}}class CommentsArchiveUI extends _0x5f49e9{['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(_0x144376){super(_0x144376),this['annotationViews']=new tt(),this['_pendingThreads']=[];}['init'](){const _0x1a36d9=this['editor'],_0x3d387b=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x1a36d9['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x6d0d52,!0x0)),_0x1a36d9['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x407ae6=this['_createCommentsArchiveButton'](ot);return _0x407ae6['set']({'role':'menuitemcheckbox'}),_0x407ae6;});const _0x12fdf9=_0x1a36d9['plugins']['get'](CommentsArchive),_0x2f414c=_0x1a36d9['plugins']['get']('Annotations'),_0x2ffc32=_0x1a36d9['plugins']['get']('CommentsRepository');_0x12fdf9['archivedThreads']['forEach'](_0x198df7=>{this['_handleNewThread'](_0x198df7);}),this['listenTo'](_0x12fdf9['archivedThreads'],'add',(_0xe4621e,_0x37f1d6)=>{this['_handleNewThread'](_0x37f1d6);}),this['listenTo'](_0x2f414c['collection'],'add',(_0x1d885b,_0x59a6a9)=>{const _0x50edc5=this['_pendingThreads']['find'](_0x1e94ad=>{const _0x91f048=_0x2ffc32['_threadToController']['get'](_0x1e94ad);return _0x91f048&&_0x59a6a9['innerView']===_0x91f048['view'];});if(_0x50edc5){const _0x2d4280=this['_calculatePosition'](_0x50edc5['archivedAt']);this['_addAnnotationToArchive'](_0x59a6a9,_0x2d4280),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x50edc5),0x1);}}),this['listenTo'](_0x12fdf9['archivedThreads'],'remove',(_0x23bb8c,_0x564ed3)=>{const _0x3ab7b2=_0x1a36d9['config']['get']('collaboration.channelId');if(!_0x3ab7b2||_0x564ed3['channelId']===_0x3ab7b2){if(this['_pendingThreads']['includes'](_0x564ed3))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x564ed3),0x1);else{const _0x36a35c=_0x2ffc32['_threadToController']['get'](_0x564ed3),_0x4a4ae0=_0x2f414c['getByInnerView'](_0x36a35c['view']);this['annotationViews']['remove'](_0x4a4ae0['view']),this['stopListening'](_0x4a4ae0),this['stopListening'](_0x4a4ae0['focusableElements']);}}}),this['listenTo'](_0x2f414c['collection'],'add',(_0x2b9fa7,_0x57664d)=>{this['listenTo'](_0x57664d,'escape',_0x3d387b);}),this['listenTo'](_0x2f414c['collection'],'remove',(_0x38e80c,_0x9bbe0)=>{this['stopListening'](_0x9bbe0,'escape',_0x3d387b);});}['_addAnnotationToArchive'](_0x4fa5bf,_0x56b478){this['listenTo'](_0x4fa5bf,'set:isVisible',_0x5a3dba=>{_0x5a3dba['return']=!0x1,_0x5a3dba['stop']();}),this['annotationViews']['add'](_0x4fa5bf['view'],_0x56b478);}['_handleNewThread'](_0x3a24ae){const _0x4b9e6a=this['editor']['plugins']['get']('CommentsRepository'),_0x1ad3a8=this['editor']['plugins']['get']('Annotations'),_0x56b5dc=this['editor']['config']['get']('collaboration.channelId');if(!_0x56b5dc||_0x3a24ae['channelId']===_0x56b5dc){const _0x2ea8f5=_0x4b9e6a['_threadToController']['get'](_0x3a24ae);if(!_0x2ea8f5)return void this['_pendingThreads']['push'](_0x3a24ae);const _0x32bdab=this['_calculatePosition'](_0x3a24ae['archivedAt']),_0x3c57f4=_0x1ad3a8['getByInnerView'](_0x2ea8f5['view']);_0x3c57f4['isVisible']&&_0x1ad3a8['_visibleAnnotations']['remove'](_0x3c57f4),this['_addAnnotationToArchive'](_0x3c57f4,_0x32bdab);}}['_calculatePosition'](_0x2dc522){const _0x509279=this['editor']['config']['get']('collaboration.channelId'),_0x378190=[...this['editor']['plugins']['get'](CommentsArchive)['archivedThreads']]['filter'](_0x4bf7d6=>_0x4bf7d6['channelId']===_0x509279)['findIndex'](_0xf51774=>_0xf51774['archivedAt']<_0x2dc522);return _0x378190<0x0||_0x378190>this['annotationViews']['length']?this['annotationViews']['length']:_0x378190-0x1;}['_toggleDialog'](){const _0x5799fa=this['editor'],_0x1d55cd=_0x5799fa['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new CommentsArchiveView(_0x5799fa['locale'],this['annotationViews'])),'commentsArchive'===_0x1d55cd['id']?_0x1d55cd['hide']():_0x1d55cd['show']({'id':'commentsArchive','title':vt(_0x5799fa['locale'],'COMMENTS_ARCHIVE'),'icon':_0xa2683,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':dt['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x2bc3c7,_0x1d1129=!0x1){const _0x186323=this['editor']['locale'],_0xfee526=this['editor']['plugins']['get']('Dialog'),_0x46a843=new _0x2bc3c7(_0x186323);return _0x46a843['bind']('isEnabled')['to'](this,'isEnabled'),_0x46a843['bind']('isOn')['to'](_0xfee526,'id',_0x3bf800=>'commentsArchive'===_0x3bf800),_0x46a843['set']({'label':vt(_0x186323,'COMMENTS_ARCHIVE'),'icon':_0xa2683,'isToggleable':!0x0}),_0x1d1129&&(_0x46a843['tooltip']=!0x0),this['listenTo'](_0x46a843,'execute',()=>this['_toggleDialog']()),_0x46a843;}['_hideDialogOnAnnotationEscape']=_0x1a4ecc=>{const _0x17caaa=_0x1a4ecc['source'];if(!this['annotationViews']['has'](_0x17caaa['view']))return;const _0x4576fa=this['editor']['plugins']['get']('Dialog');_0x4576fa['isOpen']&&'commentsArchive'===_0x4576fa['id']&&(_0x4576fa['hide'](),_0x1a4ecc['stop']());};}class Comments extends _0x5f49e9{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};
|