@ckeditor/ckeditor5-comments 47.4.0-alpha.0 → 47.4.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/comments.js +1 -1
- package/dist/index.js +11 -11
- package/package.json +19 -19
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.js +2 -2
- package/src/annotations/view/sidebarview.js +2 -2
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.js +3 -3
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/integrations/showcommenthighlights.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.js +2 -2
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentview.js +2 -2
- package/src/utils/createmutationobserver.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Editor as
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
((()=>Qt)());constructor(_0x12e943={}){function _0xdd089b(_0x585d7a){return _0x585d7a['map'](_0x42c66e=>String['fromCharCode'](_0x42c66e))['join']('');}(_0x12e943=Object['assign']({},_0x12e943))['plugins']||(_0x12e943['plugins']=hs['defaultPlugins']),super(_0x12e943),this['ui']=new Et(this),this['set']('placeholder',''),this['model']['document']['on']('change',()=>this['_updatePlaceholder'](),{'priority':'low'}),this['on']('change:placeholder',()=>this['_updatePlaceholder']()),this['model']['document']['createRoot'](),this[_0xdd089b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xdd089b([0x76,0x69,0x65,0x77])][_0xdd089b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xdd089b([0x61,0x75,0x74,0x6f]),this[_0xdd089b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0xdd089b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xdd089b([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0xdd089b([0x73,0x74,0x61,0x74,0x75,0x73])]:_0xdd089b([0x6f,0x6b])});}['create'](){const _0x23b95c=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x23b95c))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0xc9caf9=>{const _0x41f137=this['model']['document']['getRoot'](),_0x2145f3=_0x41f137&&_0x41f137['getChild'](_0x41f137['childCount']-0x1);_0xc9caf9['setSelection'](_0x2145f3,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x3009a2=this['editing']['view'],_0x3dce15=_0x3009a2['document']['getRoot'](),_0x8093f1=_0x3dce15['getChild'](0x0);_0x3dce15['childCount']>0x1||!_0x8093f1||'p'!=_0x8093f1['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(St(_0x3009a2,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x8093f1['placeholder']=this['placeholder']),Ft({'view':_0x3009a2,'element':_0x8093f1,'keepOnFocus':!0x0}),this['placeholderElement']=_0x8093f1);}}class es extends kt{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x56a924,_0x2df181={}){super(_0x56a924),this['editor']=null,this['_editorConfig']=_0x2df181,this['set']('value',_0x2df181['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',N(_0x56a924,'Reply...')),this['set']('submitLabel',N(_0x56a924,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new jt(),this['focusTracker']=new _0x38e722(),this['focusCycler']=new _0x420990({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'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',(_0x5329ba,_0x22d341)=>{this['cancelButtonView']['fire']('execute'),_0x22d341();}),this['keystrokes']['set']('Ctrl+Enter',(_0x22eae0,_0x4dc733)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x4dc733());}),this['on']('submit',(_0xdd1f,_0x599fc0)=>{_0x599fc0['length']>0xfde8?(alert(N(_0x56a924,'TOO_LONG_COMMENT_ALERT',[_0x599fc0['length'],0xfde8])),_0xdd1f['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new hs(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x1e335e=this['editor'];this['element']['insertBefore'](_0x1e335e['ui']['element'],this['element']['firstChild']),_0x1e335e['model']['document']['on']('change',()=>this['value']=_0x1e335e['getData']()),_0x1e335e['bind']('placeholder')['to'](this),this['focusables']['add'](_0x1e335e['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x282b93){-0x1===_0x282b93?(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:_0x2bfe9f}=this,_0x3e6e83=new _0x466348(_0x2bfe9f);return _0x3e6e83['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x3e6e83['withText']=!0x0,_0x3e6e83['bind']('label')['to'](this,'submitLabel'),_0x3e6e83['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x3e6e83['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x4f4ff8,_0x1c5f2c)=>!_0x1c5f2c&&!!_0x4f4ff8['trim']()),_0x3e6e83;}['_createCancelButton'](){const {locale:_0x396309}=this,_0x276687=new _0x466348(_0x396309);return _0x276687['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x276687['label']=N(_0x396309,'Cancel'),_0x276687['withText']=!0x0,_0x276687['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x276687;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x25d466=>{this['focusTracker']['add'](_0x25d466['element']);}),this['focusables']['on']('change',(_0x75586a,_0x4910d2)=>{for(const _0x47a159 of Array['from'](_0x4910d2['added'])['reverse']())this['focusTracker']['add'](_0x47a159['element']);});}}class ie extends kt{constructor(_0x31ef1f,_0x361477,_0x413634){super(_0x31ef1f),this['commentInputView']=new es(_0x31ef1f,_0x413634),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x31c40f,_0x26e8f1)=>_0x31c40f||!!_0x26e8f1),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 _0x405a1c(_0x31ef1f,_0x361477),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'](_0x283f75){this['commentInputView']['focus'](_0x283f75);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x44e8ed,_0x215a79)=>{const {submitButtonView:_0x1b0378,cancelButtonView:_0x575cce,editor:_0xf9b2c3}=this['commentInputView'];[_0x1b0378['element'],_0x575cce['element'],_0xf9b2c3?_0xf9b2c3['editing']['view']['getDomRoot']():null]['filter'](_0x48ea0c=>_0x48ea0c)['some'](_0x244696=>_0x244696['contains'](_0x215a79['target']))||(this['focus'](),_0x215a79['preventDefault']());});}}class rs extends kt{constructor(_0x1d9ebe){super(_0x1d9ebe);const _0x49625f=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x49625f['to']('count',_0x32dd4e=>N(_0x1d9ebe,'NUMBER_OF_COMMENTS',_0x32dd4e))}]});}}class te extends kt{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x323923,_0x3162c6,_0x25d00a){super(_0x323923);const _0x36b124=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x3162c6['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x3162c6,this['_config']=_0x25d00a,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x38e722(),this['keystrokes']=new jt(),this['focusCycler']=new _0x420990({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x4f4577=>this['commentViews']['map'](_0x3ea886=>_0x3ea886['element'])['includes'](_0x4f4577['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new rs(_0x323923),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x1559d4=>_0x1559d4-this['_config']['maxCommentsWhenCollapsed']);for(const _0x2c52fd of _0x3162c6['comments'])this['_handleNewCommentModel'](_0x2c52fd);this['_handleInfoComment'](),this['listenTo'](_0x3162c6['comments'],'add',(_0x5596dd,_0x4bf060)=>{const _0xae0b70=this['_calculatePosition'](_0x4bf060);this['length']++,this['_handleNewCommentModel'](_0x4bf060,_0xae0b70),this['refreshVisibleViews']();}),this['listenTo'](_0x3162c6['comments'],'remove',(_0x5ab41d,_0x41c5ae)=>{this['length']--,this['_handleRemoveCommentModel'](_0x41c5ae),this['refreshVisibleViews']();}),this['listenTo'](_0x3162c6,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x3162c6,'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',_0x36b124['if']('length','ck-hidden',_0x2b189f=>!_0x2b189f)],'aria-label':N(_0x323923,'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'](_0x3ac3f2){-0x1===_0x3ac3f2?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x37d017 of this['commentViews'])_0x37d017['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x5f277f,_0x53dc5b){const _0x19c658=new this['_config']['CommentView'](this['locale'],_0x5f277f,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x19c658['viewUid']=_0x5f277f['id'],_0x19c658['delegate']('removeComment')['to'](this),_0x19c658['delegate']('updateComment')['to'](this),_0x19c658['delegate']('resolveCommentThread')['to'](this),_0x19c658['delegate']('editorReady')['to'](this),_0x19c658['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x19c658,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x19c658,_0x53dc5b);}['_calculatePosition'](_0x50519f){const _0x3f626f=this['_model']['_findOptimalIndex'](_0x50519f);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x50519f['authoredAt']?_0x3f626f-0x1:_0x3f626f:_0x3f626f-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x3fde53={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':N(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x3fde53,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x3fde53));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x1d0c01){const _0x5e0635=this['commentViews']['remove'](_0x1d0c01['id']);this['stopListening'](_0x5e0635),_0x5e0635['isEditMode']&&this['_updateHasDirtyComment'](),_0x5e0635['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x313174=>_0x313174['isEditMode']);}['_rearrangeCollapse'](){const _0xf6d3e4=function(_0x5919ef){const _0xa5eaf0=new _0x1ef0bf();for(const _0x10e2b2 of _0x5919ef)_0xa5eaf0['add'](_0x10e2b2);return _0xa5eaf0;}(this['commentViews']),_0x376a6e=this['_collapsedCommentsView']['count'];for(let _0x48d1e4=0x1;_0x48d1e4<=_0x376a6e;_0x48d1e4++)_0xf6d3e4['remove'](0x1);for(const _0x47a90c of _0xf6d3e4)_0x47a90c['collapse']();_0x376a6e>0x0&&_0xf6d3e4['add'](this['_collapsedCommentsView'],0x1),ns(_0x28fb19(Array['from'](this['visibleViews']),Array['from'](_0xf6d3e4)),this['visibleViews'],_0xf6d3e4);}['_rearrangeExpand'](){ns(_0x28fb19(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x1b36ed of this['visibleViews'])_0x1b36ed['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x1d8001=>{this['focusTracker']['add'](_0x1d8001['element']),this['keystrokes']['listenTo'](_0x1d8001['element']);}),this['commentViews']['on']('change',(_0x5cbe0c,_0x50f316)=>{for(const _0x2ba8b3 of _0x50f316['removed'])this['focusTracker']['remove'](_0x2ba8b3['element']),this['keystrokes']['stopListening'](_0x2ba8b3['element']);for(const _0xe9c42a of Array['from'](_0x50f316['added'])['reverse']())this['focusTracker']['add'](_0xe9c42a['element']),this['keystrokes']['listenTo'](_0xe9c42a['element']);});}}function ns(_0x5be9ae,_0x488c11,_0x1376c1){let _0x209871=0x0;for(const _0x278d1b of _0x5be9ae)switch(_0x278d1b){case'insert':_0x488c11['add'](_0x1376c1['get'](_0x209871),_0x209871),_0x209871++;break;case'delete':_0x488c11['remove'](_0x209871);break;case'equal':_0x209871++;}}class oe extends kt{constructor(_0x5e1d00){super(_0x5e1d00);const _0xff3643=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0xff3643['to']('contextValue',_0xb3e4b5=>N(_0x5e1d00,'THREAD_CONTEXT_LABEL',_0xb3e4b5)),'tabindex':-0x1},'children':[{'text':_0xff3643['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class Xt extends kt{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x52d3ad,_0x138cfa){super(_0x52d3ad);const _0x2415b9=this['bindTemplate'];this['_model']=_0x138cfa,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x38e722(),this['keystrokes']=new jt(),this['focusCycler']=new _0x420990({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x2c68e9=>!!_0x2c68e9),this['bind']('contextValue')['to'](this['_model'],'context',_0x1e6084=>_0x1e6084&&_0x1e6084['value']?this['_trimContextValue'](_0x1e6084['value']):N(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',_0x2415b9['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 _0x1c0498=new _0x466348(this['locale']);return _0x1c0498['label']=N(this['locale'],'Reopen'),_0x1c0498['tooltip']=N(this['locale'],'Reopen'),_0x1c0498['icon']=_0x47aaf9,_0x1c0498['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x223a44=>!_0x223a44),_0x1c0498['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x20ee8c,_0x5c9cf7)=>_0x20ee8c&&_0x5c9cf7),_0x1c0498['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x1c0498;}['_trimContextValue'](_0x20e007){if(_0x20e007['length']<0x96)return _0x20e007;const _0x3abe23=_0x20e007['lastIndexOf']('\x20',0x93);return _0x20e007['substring'](0x0,_0x3abe23>-0x1?_0x3abe23:0x93)+'...';}['_attachContextActions'](){const _0x5b7746=this['element']['querySelector']('.ck-context'),_0x27e918=_0x5b7746['querySelector']('.ck-context__value');this['listenTo'](_0x5b7746,'mouseenter',()=>{_0x27e918['offsetWidth']<_0x27e918['scrollWidth']&&_0x5b7746['classList']['add']('overlay');}),this['listenTo'](_0x5b7746,'mouseleave',()=>{_0x5b7746['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x9768aa of this['focusables'])this['focusTracker']['add'](_0x9768aa['element']),this['keystrokes']['listenTo'](_0x9768aa['element']);}['_createContextView'](){const _0x45ac4b=new oe(this['locale']);return _0x45ac4b['bind']('contextValue')['to'](this),_0x45ac4b;}}class si extends kt{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x5b4522,_0x1898fa,_0xdd3ed9,_0x3581ae){super(_0x5b4522),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x1898fa,this['_localUser']=_0xdd3ed9,this['_config']=_0x3581ae,this['commentThreadHeaderView']=new Xt(_0x5b4522,_0x1898fa),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new Yt(_0x5b4522,N(_0x5b4522,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new te(_0x5b4522,_0x1898fa,Object['assign']({'CommentView':this['_config']['CommentView']},_0x3581ae)),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',(_0x2353d1,_0xfe2136)=>_0x2353d1||!!_0xfe2136),this['bind']('isUnlinked')['to'](_0x1898fa,'unlinkedAt',_0x34b17c=>!!_0x34b17c),this['bind']('ariaLabel')['to'](this,'length',_0x181b24=>{const _0x109c02=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return N(this['locale'],'COMMENT_THREAD_LABEL',[_0x181b24,_0x109c02]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x38e722(),this['keystrokes']=new jt(),this['focusCycler']=new _0x420990({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x4646d8=>_0x4646d8['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),Zt(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x1e101d=new ie(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x43a94d=_0x1e101d['commentInputView'];return _0x1e101d['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x43a94d,'value',(_0x4cbd95,_0x1d0d02,_0x93ec8d,_0x1d280d,_0x3da397)=>!!_0x3da397||!!_0x1d280d&&_0x93ec8d&&!_0x1d0d02||_0x4cbd95&&_0x93ec8d&&!_0x1d0d02),_0x43a94d['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x4ce6fc,_0x165baa,_0x54984)=>{let _0x1fd2db;return _0x1fd2db=_0x54984&&_0x165baa?'Reply\x20to\x20reopen\x20discussion...':_0x4ce6fc?'Reply...':'Write\x20a\x20comment...',N(this['locale'],_0x1fd2db);}),_0x43a94d['bind']('submitLabel')['to'](this,'length',_0x484f59=>N(this['locale'],_0x484f59?'Reply':'Comment')),_0x43a94d['on']('submit',(_0x5d70e1,_0x416a20)=>{this['fire']('addComment',_0x416a20),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x43a94d['on']('cancel',()=>{this['focus']();}),_0x43a94d['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x43a94d['on']('cancel',_0x1b6ad5=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x1b6ad5['stop']());}),this['on']('change:isActive',(_0x4f9fb0,_0x18383b,_0x459e0a)=>{_0x459e0a||this['length']||_0x43a94d['value']||this['fire']('removeCommentThread');}),_0x1e101d;}}class gt extends/* #__PURE__ -- @preserve */
|
|
27
|
-
ti(si){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(
|
|
28
|
-
ti(di){['actionBar'];['userView'];constructor(
|
|
29
|
-
_0x13e47e(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x561c51,target:_0x3583ea,type:_0x1a95bd,isVisible:_0x1d5462=!0x0}){super(),this['view']=_0x561c51,this['view']['element']||this['view']['render'](),this['_type']=_0x1a95bd,this['_target']=_0x3583ea,T['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x1ef0bf([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x59204f,_0x3c3160)=>{this['view']['focusTracker']['add'](_0x3c3160);}),this['focusableElements']['on']('remove',(_0x1c44ab,_0xfdfa24)=>{this['view']['focusTracker']['remove'](_0xfdfa24);}),this['set']('isVisible',_0x1d5462);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x8745ff=this['_getNormalizedTarget']();return T['_assertCorrectTarget'](_0x8745ff),_0x8745ff;}get['targetRect'](){const _0x13e176=this['target'];if(null===_0x13e176)return null;if(_0x13e176 instanceof _0x525986)return _0x13e176;const _0x475dd5=_0x13e176['filter'](_0xe62421=>function(_0x417408){const _0xb22c1f=_0x417408['offsetParent'];if(_0xb22c1f)return!0x0;const _0x558b0e=_0x417408['getClientRects']()['item'](0x0);return!!_0x558b0e;}(_0xe62421));return 0x0===_0x475dd5['length']?null:new _0x525986(_0x475dd5[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0xfdfeca){this['view']['isActive']=_0xfdfeca,this['view']['mainView']['isActive']=_0xfdfeca;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0xbd5fee){if(!(null===_0xbd5fee||_0xbd5fee instanceof _0x525986||Array['isArray'](_0xbd5fee)&&_0xbd5fee['every'](_0x35ba24=>fi(_0x35ba24))))throw new _0x3e421b('annotation-invalid-target',null,{'target':_0xbd5fee});}['_getNormalizedTarget'](){const _0x575b13='function'==typeof this['_target']?this['_target']():this['_target'];return fi(_0x575b13)?[_0x575b13]:_0x575b13;}}function fi(_0x234701){return null!==_0x234701&&'object'==typeof _0x234701&&'nodeType'in _0x234701&&0x1===_0x234701['nodeType'];}class S extends _0x1ef0bf{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x4a9169=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x38e722(),this['_focusTracker']['on']('change:isFocused',(_0xff4c9f,_0x5f0747,_0x26f1e0)=>{_0x26f1e0||this['fire']('blur');});for(const _0x54f513 of _0x4a9169)this['add'](_0x54f513);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x5038e7){if(this['has'](_0x5038e7))throw new _0x3e421b('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x5038e7['innerView'],_0x5038e7),this['_viewToAnnotation']['set'](_0x5038e7['view'],_0x5038e7);for(const _0x25480d of _0x5038e7['focusableElements'])this['_focusTracker']['add'](_0x25480d);this['listenTo'](_0x5038e7['focusableElements'],'add',(_0x12649d,_0x550924)=>{this['_focusTracker']['add'](_0x550924);}),this['listenTo'](_0x5038e7['focusableElements'],'remove',(_0x58ff8f,_0x230d99)=>{this['_focusTracker']['remove'](_0x230d99);}),this['listenTo'](_0x5038e7['view']['focusTracker'],'change:isFocused',(_0x1fd7b5,_0x3dcd07,_0x37d0b8)=>{_0x37d0b8&&this['fire']('focus',_0x5038e7);}),_0x5038e7['updateTargetRect']();const _0x3ab87c=this['_getOrderInContent'](_0x5038e7['view']['targetRect']);return super['add'](_0x5038e7,_0x3ab87c);}['remove'](_0x54b530){if(!this['has'](_0x54b530))throw new _0x3e421b('annotationcollection-not-existing-item',null);this['stopListening'](_0x54b530['view']['focusTracker']),this['stopListening'](_0x54b530['focusableElements']);for(const _0x5a1041 of _0x54b530['focusableElements'])this['_focusTracker']['remove'](_0x5a1041);return this['_viewToAnnotation']['delete'](_0x54b530['view']),this['_innerViewToAnnotation']['delete'](_0x54b530['innerView']),super['remove'](_0x54b530);}['getByInnerView'](_0x2200f9){return this['_innerViewToAnnotation']['get'](_0x2200f9);}['getByView'](_0x51d6bb){return this['_viewToAnnotation']['get'](_0x51d6bb);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x519aa2 of this)_0x519aa2['updateTargetRect']();this['_sort']();}['_sort'](){const _0x3f500c=Array['from'](this)['sort']((_0xa741dc,_0x141e81)=>w(_0xa741dc['view']['targetRect'],_0x141e81['view']['targetRect']));for(let _0x152427=_0x3f500c['length']-0x1;_0x152427>0x0;_0x152427--){const _0x16a229=_0x3f500c[_0x152427];_0x152427!==this['getIndex'](_0x16a229)&&(this['remove'](_0x16a229),this['add'](_0x16a229));}}['_getOrderInContent'](_0x498999){let _0xb9246=0x0;if(!_0x498999)return this['length'];for(const _0x43ae59 of this){const _0x50ed73=_0x43ae59['view']['targetRect'];if(_0x50ed73){if(w(_0x498999,_0x50ed73)<0x0)return _0xb9246;_0xb9246++;}}return _0xb9246;}}function v({source:_0x1da1ba,target:_0x5af9df,filter:_0x4a60f5}){for(const _0x39ea76 of _0x1da1ba)_0x4a60f5(_0x39ea76)&&_0x5af9df['add'](_0x39ea76);_0x5af9df['listenTo'](_0x1da1ba,'add',(_0x1e12c8,_0x490b07)=>{_0x4a60f5(_0x490b07)&&_0x5af9df['add'](_0x490b07);}),_0x5af9df['listenTo'](_0x1da1ba,'remove',(_0x11e8c5,_0x399753)=>{_0x5af9df['has'](_0x399753)&&_0x5af9df['remove'](_0x399753);});}function w(_0x20f5c6,_0x1d33e3){if(null===_0x20f5c6&&null===_0x1d33e3)return 0x0;if(null===_0x20f5c6)return-0x1;if(null===_0x1d33e3)return 0x1;const _0x2673f8=_0x20f5c6['top']-_0x1d33e3['top'];return 0x0==_0x2673f8?_0x20f5c6['left']-_0x1d33e3['left']:_0x2673f8;}class y extends _0x1ccae0{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1d0913){if(super(_0x1d0913),this['collection']=new S(),this['_visibleAnnotations']=new S(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x1d0913 instanceof _0x482f7c){const _0x4e861d=_0x1d0913['locale'];_0x1d0913['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':N(_0x4e861d,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':N(_0x4e861d,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':N(_0x4e861d,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':N(_0x4e861d,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':N(_0x4e861d,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':N(_0x4e861d,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':N(_0x4e861d,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x4a8a2b){this['collection']['add'](_0x4a8a2b);}['remove'](_0x16f570){this['collection']['remove'](_0x16f570),_0x16f570['destroy']();}['refreshVisibility'](){for(const _0x36175f of this['collection'])_0x36175f['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x500a58){return this['collection']['getByInnerView'](_0x500a58);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x593ba2 of this['collection'])_0x593ba2['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0xf68a80){this['fire']('_activateAnnotation',_0xf68a80);}['createAnnotation'](_0x2a8c03){return new T(_0x2a8c03);}['createAnnotationView'](_0x30e8db,_0x4bd29f){return new E(_0x30e8db,_0x4bd29f);}['_addActiveAnnotation'](_0x3aa956){const _0x3e1fc4=new Set(this['activeAnnotations']);_0x3e1fc4['add'](_0x3aa956),this['activeAnnotations']=_0x3e1fc4;}['_removeActiveAnnotation'](_0x4f29bd){const _0x1195f3=new Set(this['activeAnnotations']);_0x1195f3['delete'](_0x4f29bd),this['activeAnnotations']=_0x1195f3;}['_bindAnnotationsToVisibleAnnotations'](){const _0x4680ab=this['collection'],_0xd00546=this['_visibleAnnotations'];function _0x129db9(_0x4b1c9c){const _0x529031=_0x4b1c9c['source'];_0x529031['isVisible']&&!_0xd00546['has'](_0x529031)?_0xd00546['add'](_0x529031):!_0x529031['isVisible']&&_0xd00546['has'](_0x529031)&&_0xd00546['remove'](_0x529031),_0x529031['view']['focusTracker']['remove'](_0x529031['view']['element']),_0x529031['view']['focusTracker']['add'](_0x529031['view']['element']);}this['listenTo'](_0x4680ab,'add',(_0x4e790b,_0x25c2b4)=>{_0x25c2b4['isVisible']&&_0xd00546['add'](_0x25c2b4),this['listenTo'](_0x25c2b4,'change:isVisible',_0x129db9);}),this['listenTo'](_0x4680ab,'remove',(_0x376566,_0x29501a)=>{_0xd00546['has'](_0x29501a)&&_0xd00546['remove'](_0x29501a),this['stopListening'](_0x29501a,'change:isVisible',_0x129db9);});}['_setupEnterAnnotationKeystroke'](){const _0x27d4da=_0x1f06c1=>{_0x1f06c1['on']('ready',()=>{_0x1f06c1['keystrokes']['set'](_0x23282c,(_0x7546ee,_0x21d0a0)=>{const _0x387003=_0x4dfcd6(this['activeAnnotations']['values']());_0x387003&&(_0x387003['view']['focus'](),_0x21d0a0());});});};this['context']instanceof _0x482f7c?_0x27d4da(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x519f94,_0x2b364a)=>{_0x27d4da(_0x2b364a);});}['_setupEscapeAnnotationHandling'](){const _0x189f0d=_0x21919a=>{const _0x65eb5c=_0x21919a['source'],_0x2cab20=[];let _0x22620f;if(Array['isArray'](_0x65eb5c['target'])){_0x22620f=_0x65eb5c['target'][0x0],this['context']instanceof _0x482f7c?_0x2cab20['push'](this['context']):this['context']['editors']&&_0x2cab20['push'](...this['context']['editors']);for(const _0x5f6476 of _0x2cab20)for(const _0xeb721c of _0x5f6476['editing']['view']['domRoots']['values']())if(_0xeb721c['contains'](_0x22620f))return void _0x5f6476['editing']['view']['focus']();_0x22620f['focus']();}};this['listenTo'](this['collection'],'add',(_0x360b6d,_0x3b9821)=>{this['listenTo'](_0x3b9821,'escape',_0x189f0d,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x1ecaa9,_0xc5f5ef)=>{this['stopListening'](_0xc5f5ef,'escape',_0x189f0d);});}}const _t=Symbol('noChannel'),bt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class o extends _0x1ccae0{['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[y,lt,it];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x34d930){super(_0x34d930),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x205459=this['context']['config'];_0x205459['define']('comments.maxCommentsWhenCollapsed',0x2),_0x205459['define']('comments.maxThreadTotalWeight',0x1f4),_0x205459['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x205459['define']('comments.CommentThreadView',gt),_0x205459['define']('comments.CommentView',Tt),_0x205459['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x2a2f68=this['context']['plugins']['get'](y);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x370bfd,_0x5af6eb)=>this['_addCommentThread'](_0x5af6eb)),this['on']('submitCommentThread',(_0x184d93,_0x55edb4)=>this['_submitCommentThread'](_0x55edb4)),this['on']('resolveCommentThread',(_0x49753b,_0xdff6bb)=>this['_resolveCommentThread'](_0xdff6bb)),this['on']('resolveCommentThread',(_0x115224,_0x33ddbe)=>this['_updateActiveAnnotation'](_0x33ddbe),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x14a834,_0x751ccc)=>this['_reopenCommentThread'](_0x751ccc)),this['on']('reopenCommentThread',(_0x4b7b85,_0x1025c9)=>this['_updateActiveAnnotation'](_0x1025c9),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x26c09f,_0x352d55)=>this['_removeCommentThread'](_0x352d55)),this['on']('updateCommentThread',(_0x3a2085,_0x3426bf)=>this['_updateCommentThread'](_0x3426bf)),this['on']('updateCommentThread',(_0x31cd6e,_0x337c4)=>this['_updateActiveAnnotation'](_0x337c4),{'priority':'lowest'}),this['on']('addComment',(_0x58119c,_0x489bbd)=>this['_addComment'](_0x489bbd)),this['on']('updateComment',(_0x5145cf,_0x43d25b)=>this['_updateComment'](_0x43d25b)),this['on']('removeComment',(_0x388259,_0xe6a521)=>this['_removeComment'](_0xe6a521)),this['on']('addComment',(_0x55b391,{threadId:_0x1990e6,isFromAdapter:_0x59f73b})=>{if(_0x59f73b)return;const _0x1328a9=this['getCommentThread'](_0x1990e6),_0x7b9d48=_0x1328a9&&this['_threadToController']['get'](_0x1328a9);_0x7b9d48&&_0x7b9d48['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x2a2f68,'change:activeAnnotations',(_0x544c0f,_0x26357a,_0x457188)=>{const _0x3225af=Array['from'](_0x457188)['map'](_0x3f6467=>this['_viewToController']['get'](_0x3f6467['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x3225af?_0x3225af['model']:null;});}set['adapter'](_0x5d38bd){if(this['_adapter'])throw new _0x3e421b('commentsrepository-adapter-already-set');this['_adapter']=_0x5d38bd;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0xc3b3f6=_t,threadId:_0x38c5f0=_0xd0c721(),comments:_0x261539=[],unlinkedAt:_0x2a3a9b=null,resolvedAt:_0x3a41da=null,resolvedBy:_0x46369a=null,target:_0x22ecce=null,context:_0x87240f=null,attributes:_0x3240ff={},isResolvable:_0xcefcc2=!0x0,isSubmitted:_0x114d8b=!0x1,isFromAdapter:_0x4a62e2=!0x1}={}){return this['fire'](Nt('addCommentThread',_0xc3b3f6),{'channelId':_0xc3b3f6,'threadId':_0x38c5f0,'comments':_0x261539,'unlinkedAt':_0x2a3a9b,'resolvedAt':_0x3a41da,'resolvedBy':_0x46369a,'target':_0x22ecce,'context':_0x87240f,'attributes':_0x3240ff,'isFromAdapter':_0x4a62e2,'isResolvable':_0xcefcc2,'isSubmitted':_0x114d8b}),this['getCommentThread'](_0x38c5f0);}['openNewCommentThread']({channelId:_0x43a044=_t,threadId:_0x26e9da=_0xd0c721(),target:_0x2c6c05,context:_0x7fbfdf=null,isResolvable:_0x282df3=!0x0}){if(this['_readOnlyChannels']['has'](_0x43a044)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x2c6c05)throw new _0x3e421b('commentsrepository-missing-target');const _0xea0dbf=this['addCommentThread']({'channelId':_0x43a044,'threadId':_0x26e9da,'target':_0x2c6c05,'context':_0x7fbfdf,'isResolvable':_0x282df3});if(!_0xea0dbf)return null;const _0x1f1ef9=this['_threadToController']['get'](_0xea0dbf),_0x57309e=_0x1f1ef9['view']['commentThreadInputView']['commentInputView'],_0x3e5439=this['context']['plugins']['get'](y),_0x1b2771=_0x3e5439['getByInnerView'](_0x1f1ef9['view']);return _0x3e5439['activate'](_0x1b2771),_0x57309e['once']('editorReady',()=>_0x57309e['focus']()),_0xea0dbf;}['hasCommentThread'](_0x3f4732){if('string'!=typeof _0x3f4732)throw new _0x3e421b('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x3f4732);}['updateCommentThread']({channelId:_0x511e4c=_t,threadId:_0x1cd1a2,context:_0x58d695,unlinkedAt:_0x5ea075,attributes:_0x4cd521,isFromAdapter:_0x56dbed=!0x1}){return this['fire'](Nt('updateCommentThread',_0x511e4c),{'channelId':_0x511e4c,'threadId':_0x1cd1a2,'context':_0x58d695,'unlinkedAt':_0x5ea075,'attributes':_0x4cd521,'isFromAdapter':_0x56dbed}),this['getCommentThread'](_0x1cd1a2);}['getCommentThread'](_0x3e8308){if('string'!=typeof _0x3e8308)throw new _0x3e421b('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x3e8308);}['fetchCommentThread']({channelId:_0xb81a25,threadId:_0xb26a29}={}){const _0x57dae0=this['getCommentThread'](_0xb26a29);if(_0x57dae0)return Promise['resolve'](_0x57dae0);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x3e421b('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0xb81a25,'threadId':_0xb26a29})['then'](_0x2625e8=>this['hasCommentThread'](_0xb26a29)?this['getCommentThread'](_0xb26a29):_0x2625e8?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0xb81a25},_0x2625e8)):void 0x0)['catch'](_0x5ae96e=>{throw console['error'](_0x5ae96e),new _0x3e421b('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x1c8ff0,skipNotAttached:_0x56566c=!0x1,skipEmpty:_0x546efa=!0x1,toJSON:_0x275685=!0x1}={}){const _0x3abd53=[];for(const _0x597afd of this['_threads']['values']())_0x1c8ff0&&_0x597afd['channelId']!==_0x1c8ff0||_0x56566c&&!_0x597afd['isAttached']||_0x546efa&&0x0===_0x597afd['length']||_0x3abd53['push'](_0x597afd);return _0x275685?_0x3abd53['map'](_0x54032d=>_0x54032d['toJSON']()):_0x3abd53;}['getAnnotationForCommentThread'](_0x1ba12c){const _0x4fc7cf=this['_threadToController']['get'](_0x1ba12c);if(!_0x4fc7cf)return null;return this['context']['plugins']['get'](y)['getByInnerView'](_0x4fc7cf['view'])||null;}['getCommentThreadForAnnotation'](_0x53f3a3){const _0x40f3f9=this['_viewToController']['get'](_0x53f3a3['innerView']);return _0x40f3f9?_0x40f3f9['model']:null;}['setActiveCommentThread'](_0x4a90d8){const _0x2c360d=this['context']['plugins']['get'](y);if(!_0x4a90d8)return void(this['activeCommentThread']&&_0x2c360d['deactivateAll']());const _0x320763=this['getCommentThread'](_0x4a90d8);if(!_0x320763)throw new _0x3e421b('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x4a90d8});if(!this['_threadToController']['has'](_0x320763))throw new _0x3e421b('commentsrepository-active-not-attached',null,{'threadId':_0x4a90d8});const _0x19d9f0=_0x2c360d['getByInnerView'](this['_threadToController']['get'](_0x320763)['view']);_0x2c360d['activate'](_0x19d9f0);}['switchReadOnly'](_0x5122b5,_0x2336ed){_0x5122b5?this['_readOnlyChannels']['add'](_0x2336ed):this['_readOnlyChannels']['delete'](_0x2336ed),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0xf42e7a){return this['_readOnlyChannels']['has'](_0xf42e7a)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x1e4cd9,_0x1514f0){return new vt(_0x1e4cd9,_0x1514f0);}['setPermissions'](_0x371056,_0x5eb504=_t){this['_permissions']['set'](_0x5eb504,_0x371056),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x132490=_t){return this['_permissions']['has'](_0x132490)?this['_permissions']['get'](_0x132490):bt;}['_addCommentThread']({channelId:_0x2c7cc1,threadId:_0xfacdf1,comments:_0x57135f,unlinkedAt:_0x65c9bb,resolvedAt:_0xdf7341,resolvedBy:_0x41c5b2,target:_0x5d33a6,context:_0x79c6dc,attributes:_0x1a0d73,isFromAdapter:_0x5478b2,isResolvable:_0x1ca481,isSubmitted:_0x416105}){if('string'!=typeof _0xfacdf1)throw new _0x3e421b('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0xfacdf1});if(this['hasCommentThread'](_0xfacdf1))throw new _0x3e421b('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0xfacdf1});const _0xfb7ea9=new pi(this,{'channelId':_0x2c7cc1,'id':_0xfacdf1,'context':_0x79c6dc,'attributes':_0x1a0d73,'unlinkedAt':_0x65c9bb,'resolvedAt':_0xdf7341,'resolvedBy':_0x41c5b2?this['context']['plugins']['get'](it)['getUser'](_0x41c5b2):null,'isResolvable':_0x1ca481,'isSubmitted':_0x416105||_0x5478b2});this['_threads']['set'](_0xfacdf1,_0xfb7ea9);for(const _0x59b0e2 of _0x57135f)_0xfb7ea9['_add'](this['_createNewComment']({'threadId':_0xfacdf1,..._0x59b0e2}));return _0x5d33a6&&_0xfb7ea9['attachTo'](_0x5d33a6),_0x5478b2||!_0xfb7ea9['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x2c7cc1,'threadId':_0xfacdf1});}['_submitCommentThread']({channelId:_0x3143d6,threadId:_0x2553e8}){if(!this['hasCommentThread'](_0x2553e8))throw new _0x3e421b('commentsrepository-missing-comment-thread',this);const _0xe991de=this['getCommentThread'](_0x2553e8);if(_0xe991de['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x1859f3,comments:_0x1db725,resolvedAt:_0x57cb14,resolvedBy:_0x43bb96,context:_0x660fe6,attributes:_0x30f4f2}=_0xe991de,_0x1050b4=this['context']['plugins']['get']('PendingActions'),_0x3ef54d=_0x1050b4['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x3143d6,'threadId':_0x1859f3,'comments':_0x1db725['map'](_0xd33391=>_0xd33391['toJSON']()),'resolvedAt':_0x57cb14,'resolvedBy':_0x43bb96?_0x43bb96['id']:_0x43bb96,'context':_0x660fe6,'attributes':_0x30f4f2})['then'](({comments:_0x4eee63})=>{_0x1050b4['remove'](_0x3ef54d);for(const _0x38d6be of _0x4eee63)this['_updateComment']({'channelId':_0x3143d6,'threadId':_0x2553e8,'commentId':_0x38d6be['commentId'],'createdAt':_0x38d6be['createdAt'],'isFromAdapter':!0x0});})['catch'](_0xb61d03=>{throw console['error'](_0xb61d03),new _0x3e421b('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x5dfe5e,target:_0x1c9804}){const _0x432372=this['getCommentThread'](_0x5dfe5e);if(!_0x432372)throw new _0x3e421b('commentsrepository-attach-missing-comment-thread',this);const _0xba79bc=this['context']['plugins']['get']('PendingActions'),_0x1218f3=this['context']['plugins']['get'](y),_0x1e5770=this['_createCommentThreadView'](_0x432372),_0x11eacc=new vt(_0x432372,_0x1e5770);let _0x3d67ec=null;_0x1e5770['on']('change:isDirty',(_0x2535f2,_0x133ed4,_0x21f0cf)=>{_0x21f0cf?_0x3d67ec=_0xba79bc['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x3d67ec&&(_0xba79bc['remove'](_0x3d67ec),_0x3d67ec=null);}),this['_threadToController']['set'](_0x432372,_0x11eacc),this['_viewToController']['set'](_0x1e5770,_0x11eacc);const _0x4c5357=new E(this['context']['locale'],_0x1e5770);_0x4c5357['bind']('length')['to'](_0x1e5770),_0x4c5357['bind']('isDirty')['to'](_0x1e5770,'isDirty',_0x1e5770,'length',(_0x3a0102,_0x33884b)=>_0x3a0102||!_0x33884b),_0x4c5357['bind']('isActive')['to'](_0x1e5770),_0x4c5357['type']='comment';const _0x1cd7fe=new T({'view':_0x4c5357,'target':_0x1c9804,'type':'comment','isVisible':!_0x432372['archivedAt']&&!!('function'==typeof _0x1c9804?_0x1c9804():_0x1c9804)});return _0x1e5770['on']('escape',()=>{_0x1cd7fe['fire']('escape');}),this['_bindAnnotationToEditors'](_0x1e5770,_0x1cd7fe),_0x1218f3['add'](_0x1cd7fe),_0x1cd7fe;}['_bindAnnotationToEditors'](_0x344d52,_0x599fda){this['listenTo'](_0x344d52,'editorReady',(_0xfa65a7,_0x191144)=>{const _0x46b8d9=_0x191144['ui']['view']['body']['bodyCollectionContainer'];_0x599fda['focusableElements']['add'](_0x46b8d9),this['context']instanceof _0x482f7c&&this['context']['ui']['focusTracker']['add'](_0x46b8d9);},{'priority':'highest'}),this['listenTo'](_0x344d52,'editorDestroyed',(_0x22aff0,_0x4b296a)=>{const _0x240028=_0x4b296a['ui']['view']['body']['bodyCollectionContainer'];_0x599fda['focusableElements']['has'](_0x240028)&&_0x599fda['focusableElements']['remove'](_0x240028),this['context']instanceof _0x482f7c&&this['context']['ui']['focusTracker']['remove'](_0x240028);});}['_unbindEditors'](_0x2f6904){this['stopListening'](_0x2f6904,'editorReady'),this['stopListening'](_0x2f6904,'editorDestroyed');}['_createCommentThreadView'](_0x565022){const _0x54d56c=this['context']['plugins']['get'](it),{config:_0x390e3b,locale:_0x51cfc3}=this['context'],_0x50b183=pt(_0x390e3b['get']('locale'),_0x51cfc3);return new(0x0,(_0x390e3b['get']('comments'))['CommentThreadView'])(_0x51cfc3,_0x565022,_0x54d56c['me'],{'editorConfig':{..._0x390e3b['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x390e3b['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x390e3b['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x390e3b['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x390e3b['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x50b183,'CommentView':_0x390e3b['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x3f3189,channelId:_0x2099c0,resolvedAt:_0x29a247,resolvedBy:_0xeab723,isFromAdapter:_0x30022a}){if(!this['hasCommentThread'](_0x3f3189))throw new _0x3e421b('commentsrepository-missing-comment-thread',null,{'threadId':_0x3f3189});const _0x1cb2ab=this['getCommentThread'](_0x3f3189);if(_0x1cb2ab['isResolved'])throw new _0x3e421b('commentsrepository-resolved-comment-thread',null,{'threadId':_0x3f3189});const _0x2e13aa=this['context']['plugins']['get'](it);if(_0x1cb2ab['resolvedBy']=_0x2e13aa['getUser'](_0xeab723),_0x1cb2ab['resolvedAt']=_0x29a247,_0x30022a||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x1c9e1c=this['context']['plugins']['get']('PendingActions'),_0x194fd3=_0x1c9e1c['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x2099c0,'threadId':_0x3f3189})['then'](({resolvedAt:_0x73e550,resolvedBy:_0x248c19})=>{_0x1c9e1c['remove'](_0x194fd3),_0x1cb2ab['resolvedBy']['id']!==_0x248c19&&(_0x1cb2ab['resolvedBy']=_0x2e13aa['getUser'](_0x248c19)),_0x1cb2ab['resolvedAt']=_0x73e550;})['catch'](_0xd0978f=>{throw console['error'](_0xd0978f),new _0x3e421b('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0xfe4007,channelId:_0x312376,isFromAdapter:_0x460c38}){if(!this['hasCommentThread'](_0xfe4007))throw new _0x3e421b('commentsrepository-missing-comment-thread',null,{'threadId':_0xfe4007});const _0x4c638b=this['getCommentThread'](_0xfe4007);if(!_0x4c638b['isResolved'])throw new _0x3e421b('commentsrepository-reopen-comment-thread',null,{'threadId':_0xfe4007});if(_0x4c638b['resolvedBy']=null,_0x4c638b['resolvedAt']=null,_0x460c38||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x44f743=this['context']['plugins']['get']('PendingActions'),_0x14245a=_0x44f743['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x312376,'threadId':_0xfe4007})['then'](()=>_0x44f743['remove'](_0x14245a))['catch'](_0x1cf9f1=>{throw console['error'](_0x1cf9f1),new _0x3e421b('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x4a2d3b,isFromAdapter:_0x32d4dd}){const _0x5a62fa=this['getCommentThread'](_0x4a2d3b);if(!_0x5a62fa)throw new _0x3e421b('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x4a2d3b),this['_threads']['delete'](_0x4a2d3b),!_0x5a62fa['isSubmitted']||_0x32d4dd||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x3a0452=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3ac78b}=_0x5a62fa,_0x36e3f2=_0x3a0452['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x3ac78b,'threadId':_0x4a2d3b})['then'](()=>_0x3a0452['remove'](_0x36e3f2))['catch'](_0x3da438=>{throw console['error'](_0x3da438),new _0x3e421b('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x370b9c,unlinkedAt:_0x267240,context:_0x5b2c92,attributes:_0x2af4b4,isFromAdapter:_0x115f6c}){if('string'!=typeof _0x370b9c)throw new _0x3e421b('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x370b9c});if(!this['hasCommentThread'](_0x370b9c))throw new _0x3e421b('commentsrepository-missing-comment-thread',null,{'threadId':_0x370b9c});const _0xd9afd0=this['getCommentThread'](_0x370b9c);let _0x420de0=!0x1;if(void 0x0!==_0x5b2c92&&_0xd9afd0['context']!==_0x5b2c92&&(_0xd9afd0['context']=_0x5b2c92,_0x420de0=!0x0),void 0x0!==_0x267240&&_0xd9afd0['unlinkedAt']!==_0x267240&&(_0xd9afd0['unlinkedAt']=_0x267240,_0x420de0=!0x0),_0x2af4b4&&!At(_0x2af4b4,_0xd9afd0['attributes'])&&(_0xd9afd0['attributes']=_0x2af4b4,_0x420de0=!0x0),!_0x420de0)return Promise['resolve']();if(!_0xd9afd0['isSubmitted']||_0x115f6c||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x392136=this['context']['plugins']['get']('PendingActions'),{channelId:_0x52fe66}=_0xd9afd0,_0x8abcd5=_0x392136['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x52fe66,'threadId':_0x370b9c,'context':_0x5b2c92,'unlinkedAt':_0x267240,'attributes':_0x2af4b4})['then'](()=>_0x392136['remove'](_0x8abcd5))['catch'](_0x3adcd3=>{throw console['error'](_0x3adcd3),new _0x3e421b('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x9b0e2e){const _0x5b4a7d=this['context']['plugins']['get'](y),_0x226819=this['getCommentThread'](_0x9b0e2e);if(_0x226819['_isAttached']=!0x1,this['_threadToController']['has'](_0x226819)){const _0x215e6c=this['_threadToController']['get'](_0x226819),_0x4199c8=_0x215e6c['view'],_0x448a04=_0x5b4a7d['getByInnerView'](_0x4199c8);this['_threadToController']['delete'](_0x226819),this['_viewToController']['delete'](_0x4199c8),_0x448a04&&_0x5b4a7d['remove'](_0x448a04),_0x215e6c['destroy'](),_0x4199c8['destroy']()['then'](()=>{this['_unbindEditors'](_0x4199c8);});}}['_updateActiveAnnotation']({threadId:_0x111ed0,resolvedAt:_0xba73cb,unlinkedAt:_0x12ea3c}){const _0x4a9f1c=!!_0xba73cb,_0x21d0c8=this['context']['plugins']['get'](y),_0x317850=this['getCommentThread'](_0x111ed0);if(this['_threadToController']['has'](_0x317850)){const _0x2bf948=this['_threadToController']['get'](_0x317850)['view'],_0x48c9b3=_0x21d0c8['getByInnerView'](_0x2bf948);_0x48c9b3&&(_0x4a9f1c&&_0x21d0c8['_removeActiveAnnotation'](_0x48c9b3),_0x12ea3c?_0x48c9b3['isVisible']=!0x1:_0x48c9b3['refreshVisibility']());}}['_getExternalAuthor'](_0x45ae8a){const _0x40775d=this['context']['plugins']['get'](it),_0x1e9d23=It('external:'+_0x45ae8a),_0x43f889=_0x40775d['getUser'](_0x1e9d23);return _0x43f889||_0x40775d['addUser']({'id':_0x1e9d23,'name':_0x45ae8a});}['_createNewComment']({threadId:_0x384435,commentId:_0x51f4d9=_0xd0c721(),content:_0x39ebbe,authorId:_0x422847,createdAt:_0x22ad43,attributes:_0x3fec62}){if('string'!=typeof _0x51f4d9)throw new _0x3e421b('commentsrepository-invalid-commentid');if('string'!=typeof _0x422847)throw new _0x3e421b('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x39ebbe||!_0x39ebbe['trim']())throw new _0x3e421b('commentsrepository-invalid-comment-content');const _0x1aa3b4=this['context']['plugins']['get'](it)['getUser'](_0x422847);if(!_0x1aa3b4)throw new _0x3e421b('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x422847});let _0x43806d=null,_0x253981=_0x22ad43;return _0x3fec62?.['@external']&&(_0x43806d=this['_getExternalAuthor'](_0x3fec62['@external']['authorName']),_0x253981=new Date(_0x3fec62['@external']['createdAt'])),new wi(this,{'threadId':_0x384435,'id':_0x51f4d9,'author':_0x43806d||_0x1aa3b4,'creator':_0x1aa3b4,'content':_0x39ebbe,'createdAt':_0x22ad43,'authoredAt':_0x253981,'attributes':_0x3fec62});}['_addComment'](_0x3b14f6){let {threadId:_0x2a52d4,content:_0x3c60ee,attributes:_0x5af7e4,isFromAdapter:_0x419506}=_0x3b14f6;const _0xf40f38=this['getCommentThread'](_0x3b14f6['threadId']);if(!_0xf40f38)throw new _0x3e421b('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x42e5e4=this['_createNewComment'](_0x3b14f6),{id:_0x52020e}=_0x42e5e4;if(_0xf40f38['_add'](_0x42e5e4),_0x419506||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0xf40f38['isSubmitted'])return Promise['resolve']();const _0x1dd2cc=this['context']['plugins']['get']('PendingActions'),{channelId:_0x39cf25}=_0xf40f38,_0x285af2=_0x1dd2cc['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x5af7e4||(_0x5af7e4={}),this['adapter']['addComment']({'channelId':_0x39cf25,'threadId':_0x2a52d4,'commentId':_0x52020e,'content':_0x3c60ee,'attributes':_0x5af7e4})['then'](_0x2184ac=>{_0x1dd2cc['remove'](_0x285af2),_0x2184ac&&this['_updateComment']({'channelId':_0x39cf25,'threadId':_0x2a52d4,'commentId':_0x52020e,'createdAt':_0x2184ac['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x504e71=>{throw console['error'](_0x504e71),new _0x3e421b('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x35e057,commentId:_0x1d30d7,content:_0x4e2364,createdAt:_0x4b6358,attributes:_0x2308d5,isFromAdapter:_0xa5ab75}){if(void 0x0!==_0x4e2364&&('string'!=typeof _0x4e2364||!_0x4e2364['trim']()['length']))throw new _0x3e421b('commentsrepository-update-comment-invalid-content');const _0x364915=this['getCommentThread'](_0x35e057),_0x57a698=_0x364915['getComment'](_0x1d30d7);if(!_0x57a698)throw new _0x3e421b('commentsrepository-update-missing-comment',this);let _0x3d9901=!0x1;if(_0x4e2364&&_0x4e2364!==_0x57a698['content']&&(_0x57a698['isEditable']||_0xa5ab75)&&(_0x57a698['content']=_0x4e2364,_0x3d9901=!0x0),_0x4b6358&&_0x4b6358!==_0x57a698['createdAt']&&(_0x57a698['createdAt']=_0x4b6358,_0x57a698['attributes']&&_0x57a698['attributes']['@external']||(_0x57a698['authoredAt']=_0x4b6358),_0x3d9901=!0x0),_0x2308d5&&!At(_0x2308d5,_0x57a698['attributes'])&&(_0x57a698['attributes']=_0x2308d5,_0x3d9901=!0x0),!_0x3d9901)return Promise['resolve']();if(_0x364915['fire']('commentUpdated'),_0xa5ab75||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0xb44076=this['context']['plugins']['get']('PendingActions'),{channelId:_0x567921}=this['getCommentThread'](_0x57a698['threadId']),_0x121c4a=_0xb44076['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x567921,'threadId':_0x35e057,'commentId':_0x1d30d7,'content':_0x4e2364,'attributes':_0x2308d5})['then'](()=>_0xb44076['remove'](_0x121c4a))['catch'](_0x5084ac=>{throw console['error'](_0x5084ac),new _0x3e421b('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x2af3a2,commentId:_0xa1a217,isFromAdapter:_0x2bf3c8}){const _0x11bd2e=this['getCommentThread'](_0x2af3a2),_0xd1cf34=_0x11bd2e['getComment'](_0xa1a217);if(!_0xd1cf34)throw new _0x3e421b('commentsrepository-remove-missing-comment',this);if(_0x11bd2e['_remove'](_0xd1cf34),_0x2bf3c8||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x152eee=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1fbcbe}=_0x11bd2e,_0x3b0505=_0x152eee['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x1fbcbe,'threadId':_0x2af3a2,'commentId':_0xa1a217})['then'](()=>_0x152eee['remove'](_0x3b0505))['catch'](_0x222e76=>{throw console['error'](_0x222e76),new _0x3e421b('commentsrepository-remove-comment-internal-error',this);});}}class pi extends/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0x13e47e(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x3d79da,_0x11cfd1){super();const _0x3c25a9=_0x3d79da['context']['plugins']['get'](it)['me'],_0x264ede=_0x3d79da['getCommentThread'](_0x11cfd1['threadId']),_0x2efbf6=0x0===_0x264ede['comments']['length'],_0x3ae0c0=_0x3c25a9===_0x11cfd1['author'];this['id']=_0x11cfd1['id'],this['threadId']=_0x11cfd1['threadId'],this['author']=_0x11cfd1['author'],this['creator']=_0x11cfd1['creator'],this['isExternal']=Boolean(_0x11cfd1['attributes']&&_0x11cfd1['attributes']['@external']),this['set']('content',_0x11cfd1['content']),this['createdAt']=_0x11cfd1['createdAt']||new Date(),this['set']('authoredAt',_0x11cfd1['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x264ede,'resolvedAt'),this['set']('attributes',_0x11cfd1['attributes']||{}),this['bind']('isEditable')['to'](_0x3d79da,'_permissions',()=>{const _0x47fef4=_0x3d79da['getPermissions'](_0x264ede['channelId'])['write'],_0x449c2d=_0x3d79da['getPermissions'](_0x264ede['channelId'])['modifyAll'];return _0x3ae0c0&&_0x47fef4||!_0x3ae0c0&&_0x449c2d;}),this['bind']('isRemovable')['to'](_0x264ede,'isRemovable',_0x3d79da,'_permissions',_0x4433cf=>{const _0x4e4c01=_0x3d79da['getPermissions'](_0x264ede['channelId'])['write'],_0x3ddb04=_0x3d79da['getPermissions'](_0x264ede['channelId'])['modifyAll'];return _0x3ae0c0&&_0x4e4c01||_0x4433cf&&_0x2efbf6||!_0x3ae0c0&&_0x3ddb04&&!_0x2efbf6;}),this['bind']('isReadOnly')['to'](_0x264ede,'isReadOnly'),this['_repository']=_0x3d79da;}get['weight'](){return Math['max'](function(_0xaee8d0){const _0x1c26f9=document['createElement']('div');return _0x1c26f9['innerHTML']=_0xaee8d0,_0x1c26f9['textContent']['length'];}(this['content']),0xc8);}['update'](_0x28a0e6){const {threadId:_0x4e39ea,id:_0x4c57c9}=this;if(!this['_repository']['hasCommentThread'](_0x4e39ea))throw new _0x3e421b('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x409f99}=this['_repository']['getCommentThread'](_0x4e39ea);this['_repository']['fire'](Nt('updateComment',_0x409f99,_0x4e39ea),{'channelId':_0x409f99,'threadId':_0x4e39ea,'commentId':_0x4c57c9,..._0x28a0e6});}['setAttribute'](_0x59ca8c,_0x17b0cc){const _0x21acf7=wt(this['attributes']);yt(_0x21acf7,_0x59ca8c,_0x17b0cc),this['update']({'attributes':_0x21acf7});}['removeAttribute'](_0x10289d){const _0x37561a=wt(this['attributes']);Ct(_0x37561a,_0x10289d),this['update']({'attributes':_0x37561a});}['remove'](_0x303dc3={}){if(!_0x303dc3['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x53650a,id:_0x4735b5}=this;if(!this['_repository']['hasCommentThread'](_0x53650a))throw new _0x3e421b('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x435552}=this['_repository']['getCommentThread'](_0x53650a);this['_repository']['fire'](Nt('removeComment',_0x435552,_0x53650a),{'channelId':_0x435552,'threadId':_0x53650a,'commentId':_0x4735b5,..._0x303dc3});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function Nt(_0x2ca38b,..._0x3b2a06){for(const _0x2b5cea of _0x3b2a06)void 0x0!==_0x2b5cea&&(_0x2ca38b+=':'+String(_0x2b5cea));return _0x2ca38b;}class ot extends _0x580b70{constructor(_0xc635e5){super(_0xc635e5),this['set']('hasContent',!0x1);}['refresh'](){const _0x137316=this['editor']['model']['document']['selection'];this['isEnabled']=!0x0,this['hasContent']=!0x1;for(const _0x5a29a0 of _0x137316['getRanges']())if(this['_hasContent'](_0x5a29a0))return void(this['hasContent']=!0x0);}['execute']({threadId:_0xcd5645=_0xd0c721(),ranges:_0x43c66c,comment:_0x90360e}={}){const _0xaafcba=this['editor']['model'],_0x3cfc87=_0x43c66c??Array['from'](_0xaafcba['document']['selection']['getRanges']()),_0x2d8a4b=[];for(const _0x2ba6d6 of _0x3cfc87)this['_hasContent'](_0x2ba6d6)&&_0x2d8a4b['push'](this['_trimToContent'](_0x2ba6d6));if(!_0x2d8a4b['length'])throw new _0x3e421b('addcommentthreadcommand-incorrect-ranges',null);_0x90360e&&this['_createCommentThread'](_0xcd5645,_0x90360e),this['_createMarkersFromRanges'](_0xcd5645,_0x2d8a4b,!!_0x90360e);}['_createMarkersFromRanges'](_0x3c6abd,_0x29c063,_0x39818f){this['editor']['model']['change'](_0x4486c7=>{for(const _0xdcd38 of _0x29c063){const _0xc3a567=_0xd0c721()['substr'](0x1,0x5),_0x402cd9='comment:'+_0x3c6abd+':'+_0xc3a567;_0x4486c7['addMarker'](_0x402cd9,{'range':_0xdcd38,'usingOperation':_0x39818f,'affectsData':_0x39818f});}});}['_createCommentThread'](_0x4dda0f,_0x1d0359){const _0x5a1900=this['editor']['plugins']['get']('CommentsRepository'),_0x2ff363=this['editor']['config']['get']('collaboration.channelId'),_0x1c6842=this['editor']['plugins']['get']('Users')['me'];if(!_0x1c6842)throw new _0x3e421b('addcommentthreadcommand-user-not-found',null);_0x5a1900['addCommentThread']({'threadId':_0x4dda0f,'channelId':_0x2ff363,'comments':[{'authorId':_0x1c6842['id'],'content':_0x1d0359,'createdAt':new Date(),'attributes':{}}]});}['_hasContent'](_0x3cb953){for(const _0x40d2bd of _0x3cb953['getItems']())if(this['_itemIsContent'](_0x40d2bd))return!0x0;return!0x1;}['_itemIsContent'](_0x1f1fa0){return _0x1f1fa0['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x1f1fa0)&&!_0x1f1fa0['is']('element','tableCell');}['_trimToContent'](_0x20bc9d){const _0x291a1e=_0xe82f6b=>!this['_itemIsContent'](_0xe82f6b['item']),_0x467f13=_0x20bc9d['start']['getLastMatchingPosition'](_0x291a1e),_0x59c8f1=_0x20bc9d['end']['getLastMatchingPosition'](_0x291a1e,{'direction':'backward'});return this['editor']['model']['createRange'](_0x467f13,_0x59c8f1);}}class b extends _0x2d7cdf{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[y];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x407eff){super(_0x407eff),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x54a149=this['editor'],_0x8c5929=_0x54a149['model']['document']['selection'],_0x47f4cb=_0xc2129e(()=>this['refreshSelectedViews'](),0xa);_0x8c5929['on']('change:range',(_0x1002c0,_0x446c89)=>{_0x446c89['directChange']&&(_0x47f4cb['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x54a149['editing']['view']['document'],'change:isFocused',(_0x732602,_0x327005,_0x52aa93)=>{_0x52aa93&&_0x47f4cb();}),this['listenTo'](_0x54a149['ui']['focusTracker'],'change:isFocused',(_0x552061,_0xd82202,_0x97e5a5)=>{_0x97e5a5||this['fire']('blur',{'isAnnotationTracked':_0x389194=>this['_editorAnnotationsData']['has'](_0x389194['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x541b13){if(this['_editorAnnotations']['has'](_0x541b13['view']))return;this['_editorAnnotations']['add'](_0x541b13['view']),this['editor']['ui']['focusTracker']['add'](_0x541b13['view']['element']);const _0x5133b7=this['editor']['plugins']['get'](y);this['listenTo'](_0x5133b7['collection'],'remove',(_0x4e078d,_0x354e0c)=>{this['editor']['ui']['focusTracker']['remove'](_0x354e0c['view']['element']),this['_editorAnnotations']['delete'](_0x354e0c['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x222196){if('function'!=typeof _0x222196)throw new _0x3e421b('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x222196);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x1a1f32,annotations:_0x1474e8}){const _0x5307f9=[],_0x23cd10=this['editor']['model']['document']['selection'],_0x2bed73=Array['from'](_0x23cd10['getRanges']());for(const [_0x3af7ed,_0x4185f5]of this['_editorAnnotationsData']){const _0x355c40=_0x3e24df(_0x4185f5),_0x388996=_0x1474e8['getByInnerView'](_0x3af7ed);_0x355c40&&_0x388996&&_0x5307f9['push']({'annotation':_0x388996,'range':_0x355c40});}function _0x3e24df(_0x12e0dd){for(const _0x5d8e75 of _0x12e0dd)for(const _0x2bf910 of _0x2bed73)if(_0x5d8e75['containsRange'](_0x2bf910,!_0x23cd10['isCollapsed']))return _0x5d8e75;return null;}return _0x5307f9['sort']((_0x567e6e,_0x369ef0)=>{const _0x5af049=_0x567e6e['range'],_0x5e8afe=_0x369ef0['range'];if(!_0x5af049['isEqual'](_0x5e8afe)){if(_0x5af049['containsRange'](_0x5e8afe,!0x0))return 0x1;if(_0x5e8afe['containsRange'](_0x5af049,!0x0))return-0x1;}return _0x567e6e['annotation']==_0x1a1f32?-0x1:_0x369ef0['annotation']==_0x1a1f32?0x1:0x0;})['map'](_0x1ab688=>_0x1ab688['annotation']);}get['_editorAnnotationsData'](){const _0x5cbcf2=new Map();for(const _0x278ccf of Array['from'](this['_dataCollectors']))for(const [_0x496a13,_0x5177b1]of _0x278ccf())_0x5cbcf2['set'](_0x496a13,_0x5177b1);return _0x5cbcf2;}}class st extends _0x2d7cdf{['afterInit'](){const _0x40bc11=this['editor'];if(!_0x40bc11['plugins']['has']('RestrictedEditingModeEditing'))return;_0x40bc11['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class ct extends _0x2d7cdf{constructor(_0x2c8e9c){super(_0x2c8e9c),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x15f1fa=this['editor'],_0x1ee973=_0x15f1fa['commands']['get']('importWord'),_0x3f33c6=_0x15f1fa['plugins']['get'](it);_0x1ee973&&(_0x1ee973['on']('execute',(_0x43ff7f,[,_0x505239])=>{_0x505239['collaboration_features']={'comments':!0x0,'user_id':_0x3f33c6['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x1ee973,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x1b90bd,_0x25b481){const {comment_threads:_0x4d3ee8}=_0x25b481;_0x4d3ee8&&_0x4d3ee8['forEach'](({thread_id:_0x33d0b0,comments:_0x562553,is_resolved:_0x29adcf})=>{const _0x1b6a6f=new Date(),_0x26330c=_0x562553['map'](({author:_0x27ab99,content:_0x4e418d,created_at:_0x2f538b})=>({'content':_0x4e418d,'authorId':this['editor']['plugins']['get'](it)['me']['id'],'createdAt':_0x1b6a6f,'attributes':{'@external':{'authorName':_0x27ab99,'createdAt':_0x2f538b?new Date(_0x2f538b):new Date(),'source':'importWord'}}})),_0x7d4f8=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](o)['addCommentThread']({'channelId':_0x7d4f8,'threadId':_0x33d0b0,'comments':_0x26330c,'resolvedAt':_0x29adcf?_0x1b6a6f:null});});}}class at extends _0x2d7cdf{constructor(_0x1ad666){super(_0x1ad666),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x360bb6=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x360bb6,'contentInsertion',(_0x4ad558,_0x4ee0de)=>this['_removeMarkersWithoutThreads'](_0x4ee0de['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x2809b5){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x2809b5;const _0x186192=this['editor']['plugins']['get']('CommentsRepository');for(const _0x2f5950 of _0x2809b5['keys']()){const [_0x1c43b6,_0x2e0eb0]=_0x2f5950['split'](':');'comment'!=_0x1c43b6||_0x186192['hasCommentThread'](_0x2e0eb0)||_0x2809b5['delete'](_0x2f5950);}return _0x2809b5;}['_registerMarkerInClipboardPipeline'](){const _0x378ffb=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0xf63c23=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0xf63c23&&_0x378ffb['_registerMarkerToCopy']('comment',_0xf63c23);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x659fab){switch(_0x659fab){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}function ft(_0x5dc386){const _0x1d8680=_0x5dc386['split'](':');return{'group':_0x1d8680[0x0],'id':_0x1d8680[0x1],'part':_0x1d8680[0x2]};}class ut extends _0x2d7cdf{['init'](){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}['overrideMarkerConverters'](){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0x550a0b,_0x2ee44c)=>{if(!_0x2ee44c['options']['showCommentHighlights'])return null;if(_0x2ee44c['options']['ignoreResolvedComments']){const {id:_0x4db8d6}=ft(_0x550a0b['markerName']),_0x226c23=this['editor']['plugins']['get'](o);if(_0x226c23['getCommentThread'](_0x4db8d6)?.['isResolved']&&_0x550a0b['item'])return _0x2ee44c['consumable']['consume'](_0x550a0b['item'],'addMarker:'+_0x550a0b['markerName']),_0x2ee44c['consumable']['consume'](_0x550a0b['item'],'removeMarker:'+_0x550a0b['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x1d64ab=>{_0x1d64ab['on']('addMarker:comment',(_0x971258,_0x1dd803,_0x25b634)=>{if(!_0x25b634['options']['showCommentHighlights'])return;const _0x26a30c=_0x1dd803['item'];if(!_0x26a30c)return;const _0x228337=_0x25b634['mapper']['toViewElement'](_0x26a30c);this['editor']['model']['schema']['isObject'](_0x26a30c)&&_0x228337&&!_0x228337['getCustomProperty']('widget')&&_0x228337['is']('containerElement')&&_0x1c1f6f(_0x228337,_0x25b634['writer']);},{'priority':'high'});});}['overrideHorizontalRuleConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x583fdb,{writer:_0x1b3f91,options:_0x2bd3a4})=>{if(!_0x2bd3a4['showCommentHighlights'])return null;const _0x586fe8=_0x1b3f91['createContainerElement']('div'),_0x16a69f=_0x1b3f91['createEmptyElement']('hr');return _0x1b3f91['addClass']('ck-horizontal-line',_0x586fe8),_0x1b3f91['insert'](_0x1b3f91['createPositionAt'](_0x586fe8,0x0),_0x16a69f),_0x586fe8;},'converterPriority':'high'});}['overrideImageInlineConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x24be37,{writer:_0x1bfa37,options:_0x520de1})=>{if(!_0x520de1['showCommentHighlights'])return null;const _0x184ac7=_0x1bfa37['createContainerElement']('span'),_0x59c006=_0x1bfa37['createEmptyElement']('img');return _0x1bfa37['addClass']('image-inline',_0x184ac7),_0x1bfa37['insert'](_0x1bfa37['createPositionAt'](_0x184ac7,0x0),_0x59c006),_0x184ac7;},'converterPriority':'high'});}['overrideMediaEmbedConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x3d0f67,{writer:_0x49d586,options:_0x322d42})=>{if(_0x322d42['showCommentHighlights'])return _0x49d586['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x135d93,_0x1bb78f,_0x4011c8)=>{_0x4011c8['options']['showCommentHighlights']&&_0x135d93['stop']();},{'priority':'high'});}}class r extends _0x2d7cdf{static get['requires'](){return[o,b,it,st,ct,at,ut];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1df867){super(_0x1df867),this['set']('isThreadsLoadingPaused',!0x0),_0x1df867['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x12bbb7,_0x46d726,_0x193671,_0x1517b1)=>{const _0x3e4835=_0x1df867['plugins']['get'](o),_0x4a2631=_0x193671?ft(_0x193671)['id']:null;_0x1df867['model']['change'](()=>{if(_0x4a2631){const _0x38c51e=this['getAllMarkersForId'](_0x4a2631);for(const _0x11ba31 of _0x38c51e)_0x1df867['editing']['reconvertMarker'](_0x11ba31);}if(_0x1517b1){const {id:_0x483339}=ft(_0x1517b1),_0x5ab2ce=_0x3e4835['getCommentThread'](_0x483339);if(_0x5ab2ce&&_0x5ab2ce['unlinkedAt'])return;if(_0x5ab2ce&&!_0x5ab2ce['isAttached'])return;const _0x38467f=this['getAllMarkersForId'](_0x483339);for(const _0x34ef0b of _0x38467f)_0x1df867['editing']['reconvertMarker'](_0x34ef0b);}}),_0x4a2631&&this['scrollToThreadMarker'](_0x4a2631);}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x1673c4=this['editor'],_0x448d2d=_0x1673c4['plugins']['get'](o),_0x379218=_0x1673c4['config']['get']('collaboration.channelId'),_0x57dec1=_0x448d2d['getCommentThreads']()['filter'](_0x5d329f=>_0x5d329f['channelId']!==_0x379218);_0x1673c4['commands']['add']('addCommentThread',new ot(_0x1673c4)),this['listenTo'](_0x1673c4,'change:isReadOnly',(_0x278e49,_0x47b45f,_0xfb910e)=>{_0x448d2d['switchReadOnly'](_0xfb910e,_0x1673c4['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x448d2d,dt('addCommentThread',_0x379218),(_0x5f02d5,{threadId:_0x5dd1cc})=>{const _0x23075a=this['editor']['plugins']['get'](o)['getCommentThread'](_0x5dd1cc);_0x23075a?.['unlinkedAt']&&this['_attachArchivedThread'](_0x5dd1cc);}),this['listenTo'](_0x448d2d,dt('removeCommentThread',_0x379218),(_0x4c2110,{threadId:_0xc7f34})=>{_0x1673c4['model']['enqueueChange']({'isUndoable':!0x1},_0x4fef58=>{const _0x3d0d81=this['getAllMarkersForId'](_0xc7f34);for(const _0x2bbda4 of _0x3d0d81)_0x4fef58['removeMarker'](_0x2bbda4);});}),this['listenTo'](_0x448d2d,dt('resolveCommentThread',_0x379218),(_0x1acc93,{threadId:_0x2b645c})=>{(this['_reconvertMarkers'](_0x2b645c),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](o)['getCommentThread'](_0x2b645c)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x448d2d,dt('reopenCommentThread',_0x379218),(_0x19969e,{threadId:_0x414c9b})=>{this['_reconvertMarkers'](_0x414c9b);},{'priority':'low'}),this['listenTo'](_0x448d2d,dt('addComment',_0x379218),(_0x8d2075,{threadId:_0x2e3130,isFromAdapter:_0x545b3e})=>{const _0x58e7dd=this['getAllMarkersForId'](_0x2e3130);if(_0x545b3e||0x0==_0x58e7dd['length']||!_0x448d2d['hasCommentThread'](_0x2e3130))return;0x1===_0x448d2d['getCommentThread'](_0x2e3130)['length']&&_0x1673c4['model']['enqueueChange']({'isUndoable':!0x1},_0x4279c7=>{for(const _0x51f1eb of _0x58e7dd)_0x4279c7['updateMarker'](_0x51f1eb,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0x57dec1);}['afterInit'](){!async function(_0x58a4fb){const _0x1e17f1=_0x45a767([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]),_0x429d2d=0x73460ab3,_0x1f4846=0x7341748b^_0x429d2d,_0x177c0f=window[_0x45a767([0x44,0x61,0x74,0x65])][_0x45a767([0x6e,0x6f,0x77])](),_0x4282bf=_0x58a4fb[_0x45a767([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4c9fab=new window[(_0x45a767([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf28f6f=>{_0x4282bf[_0x45a767([0x6f,0x6e,0x63,0x65])](_0x45a767([0x72,0x65,0x61,0x64,0x79]),_0xf28f6f);}),_0x33f15a={[_0x45a767([0x6b,0x74,0x79])]:_0x45a767([0x45,0x43]),[_0x45a767([0x75,0x73,0x65])]:_0x45a767([0x73,0x69,0x67]),[_0x45a767([0x63,0x72,0x76])]:_0x45a767([0x50,0x2d,0x32,0x35,0x36]),[_0x45a767([0x78])]:_0x45a767([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]),[_0x45a767([0x79])]:_0x45a767([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]),[_0x45a767([0x61,0x6c,0x67])]:_0x45a767([0x45,0x53,0x32,0x35,0x36])},_0x5a94fa=_0x4282bf[_0x45a767([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x45a767([0x67,0x65,0x74])](_0x45a767([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x112a66(){let _0x3d56c9,_0x21249f=null,_0x15648b=null;try{if(_0x5a94fa==_0x45a767([0x47,0x50,0x4c]))return _0x45a767([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3d56c9=_0x487493(),!_0x3d56c9)return _0x45a767([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3d56c9[_0x45a767([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x15648b=_0x1a978f(_0x3d56c9[_0x45a767([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3d56c9[_0x45a767([0x6a,0x74,0x69])])),await _0x33c2f2()?_0x19c931()?_0x59d81d()?_0x45a767([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x495f16()?(_0x3d56c9[_0x45a767([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x45a767([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x21249f=_0x4e49c2(_0x45a767([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5ed38a()):_0x45a767([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x45a767([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x45a767([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x45a767([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x59d81d(){const _0x1d0a4e=[_0x45a767([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x45a767([0x74,0x72,0x69,0x61,0x6c])][_0x45a767([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3d56c9[_0x45a767([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x177c0f/0x3e8:0xe10*_0x1f4846;return _0x3d56c9[_0x45a767([0x65,0x78,0x70])]<_0x1d0a4e;}function _0x19c931(){const _0x232a35=_0x3d56c9[_0x45a767([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x232a35)return!0x1;if(_0x232a35[_0x45a767([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45a767([0x2a])))return!0x0;if(_0x232a35[_0x45a767([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45a767([0x43,0x4d,0x54])))return!0x0;if(_0x232a35[_0x45a767([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45a767([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))&&_0x18d159())return!0x0;if(_0x232a35[_0x45a767([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45a767([0x52,0x43,0x4d,0x54]))){if(_0x3f392a())return!0x0;if(_0x5bacae()||_0x287c97())return!0x0;}return!0x1;}function _0x495f16(){const _0x49350a=_0x3d56c9[_0x45a767([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x49350a||0x0==_0x49350a[_0x45a767([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x13478f}=new URL(window[_0x45a767([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x49350a[_0x45a767([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x13478f))return!0x0;const _0x57f4fa=_0x13478f[_0x45a767([0x73,0x70,0x6c,0x69,0x74])](_0x45a767([0x2e]));return _0x49350a[_0x45a767([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5b0825=>_0x5b0825[_0x45a767([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x45a767([0x2a])))[_0x45a767([0x6d,0x61,0x70])](_0x5c5aeb=>_0x5c5aeb[_0x45a767([0x73,0x70,0x6c,0x69,0x74])](_0x45a767([0x2e])))[_0x45a767([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x6d1122=>_0x6d1122[_0x45a767([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x57f4fa[_0x45a767([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x45a767([0x6d,0x61,0x70])](_0x4b02e1=>Array(_0x57f4fa[_0x45a767([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4b02e1[_0x45a767([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x45a767([0x66,0x69,0x6c,0x6c])](_0x4b02e1[0x0]===_0x45a767([0x2a])?_0x45a767([0x2a]):'')[_0x45a767([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4b02e1))[_0x45a767([0x73,0x6f,0x6d,0x65])](_0x19b53e=>_0x57f4fa[_0x45a767([0x65,0x76,0x65,0x72,0x79])]((_0x5e4f5a,_0x540275)=>_0x19b53e[_0x540275]===_0x5e4f5a||_0x19b53e[_0x540275]===_0x45a767([0x2a])));}function _0x5ed38a(){return _0x21249f&&_0x15648b?new window[(_0x45a767([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x471f85,_0x2d23f2)=>{_0x21249f[_0x45a767([0x74,0x68,0x65,0x6e])](_0x471f85,_0x2d23f2),_0x15648b[_0x45a767([0x74,0x68,0x65,0x6e])](_0x4dede5=>{_0x4dede5!=_0x45a767([0x56,0x61,0x6c,0x69,0x64])&&_0x471f85(_0x4dede5);},_0x2d23f2);}):_0x21249f||_0x15648b||_0x45a767([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1a978f(_0x24a172,_0x3e878c){return new window[(_0x45a767([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x178949=>{if(_0x2661d5())return _0x178949(_0x45a767([0x56,0x61,0x6c,0x69,0x64]));_0x4cfcc8(),_0x4282bf[_0x45a767([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x45a767([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4ac38c=!0x1;const _0x1b84fa=_0xd0c721();function _0x1a4e4f(_0x16406f){return!!_0x16406f&&(typeof _0x16406f===_0x45a767([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x16406f===_0x45a767([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x16406f[_0x45a767([0x74,0x68,0x65,0x6e])]===_0x45a767([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x16406f[_0x45a767([0x63,0x61,0x74,0x63,0x68])]===_0x45a767([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x437cb3(_0x2c9edd){_0x57621e(_0x2c9edd)[_0x45a767([0x74,0x68,0x65,0x6e])](_0x19d977=>{if(!_0x19d977||_0x19d977[_0x45a767([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x45a767([0x6f,0x6b]))return _0x45a767([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1c5229(_0x4991f0(_0x1b84fa+_0x3e878c))!=_0x19d977[_0x45a767([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x45a767([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x45a767([0x56,0x61,0x6c,0x69,0x64]);})[_0x45a767([0x74,0x68,0x65,0x6e])](_0x5b6153=>(_0x142301(),_0x5b6153),()=>{const _0x44d45c=_0x30d6e7();return null==_0x44d45c?(_0x142301(),_0x45a767([0x56,0x61,0x6c,0x69,0x64])):_0x45a767(_0x177c0f-_0x44d45c>(0x574a8eb3^_0x429d2d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x45a767([0x74,0x68,0x65,0x6e])](_0x178949)[_0x45a767([0x63,0x61,0x74,0x63,0x68])](()=>{_0x178949(_0x45a767([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x838e2a=0x7370e433^_0x429d2d;function _0x142301(){const _0x1086fc=_0x45a767([0x6c,0x6c,0x63,0x74,0x2d])+_0x1c5229(_0x4991f0(_0x24a172)),_0x10507a=_0x5c9007(_0x1c5229(window[_0x45a767([0x4d,0x61,0x74,0x68])][_0x45a767([0x63,0x65,0x69,0x6c])](_0x177c0f/_0x838e2a)));window[_0x45a767([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x45a767([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1086fc,_0x10507a);}function _0x30d6e7(){const _0x398b7b=_0x45a767([0x6c,0x6c,0x63,0x74,0x2d])+_0x1c5229(_0x4991f0(_0x24a172)),_0x287fe7=window[_0x45a767([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x45a767([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x398b7b);return _0x287fe7?window[_0x45a767([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5c9007(_0x287fe7),0x10)*_0x838e2a:null;}function _0x57621e(_0x4d52e3){return new window[(_0x45a767([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x50d234,_0x4b00c4)=>{_0x4d52e3[_0x45a767([0x74,0x68,0x65,0x6e])](_0x50d234,_0x4b00c4),window[_0x45a767([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4b00c4,0x7347de73^_0x429d2d);});}}_0x4282bf[_0x45a767([0x6f,0x6e])](_0x45a767([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x43c080,_0x129f36)=>{if(_0x129f36[0x0]!=_0x24a172)return _0x178949(_0x45a767([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x129f36[0x1]={..._0x129f36[0x1],[_0x45a767([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1b84fa};},{[_0x45a767([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x45a767([0x68,0x69,0x67,0x68])}),_0x4282bf[_0x45a767([0x6f,0x6e])](_0x45a767([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3a125f=>{_0x1a4e4f(_0x3a125f[_0x45a767([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4ac38c=!0x0,_0x437cb3(_0x3a125f[_0x45a767([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x45a767([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x45a767([0x6c,0x6f,0x77])}),_0x4c9fab[_0x45a767([0x74,0x68,0x65,0x6e])](()=>{_0x4ac38c||_0x178949(_0x45a767([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2661d5(){return _0x4282bf[_0x45a767([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x45a767([0x76,0x69,0x65,0x77])][_0x45a767([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x45a767([0x61,0x75,0x74,0x6f]);}function _0x4cfcc8(){_0x4282bf[_0x45a767([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x45a767([0x76,0x69,0x65,0x77])][_0x45a767([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x45a767([0x61,0x75,0x74,0x6f]);}}function _0x4e49c2(_0x54f153){const _0x5d5d30=[new window[(_0x45a767([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf021ac=>setTimeout(_0xf021ac,0x734f347f^_0x429d2d)),_0x4c9fab[_0x45a767([0x74,0x68,0x65,0x6e])](()=>new window[(_0x45a767([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2f7f77=>{let _0x5b32eb=0x0;_0x4282bf[_0x45a767([0x6d,0x6f,0x64,0x65,0x6c])][_0x45a767([0x6f,0x6e])](_0x45a767([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xe93fc5,_0x1980b7)=>{_0x1980b7[0x0][_0x45a767([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5b32eb++,_0x5b32eb==(0x73460f5b^_0x429d2d)&&(_0x2f7f77(),_0xe93fc5[_0x45a767([0x6f,0x66,0x66])]());});}))];return window[_0x45a767([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x45a767([0x72,0x61,0x63,0x65])](_0x5d5d30)[_0x45a767([0x74,0x68,0x65,0x6e])](()=>_0x54f153);}async function _0x15ac85(){await _0x4c9fab,_0x4282bf[_0x45a767([0x6d,0x6f,0x64,0x65,0x6c])][_0x45a767([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xd92a7d,_0x4282bf[_0x45a767([0x6d,0x6f,0x64,0x65,0x6c])][_0x45a767([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xd92a7d,_0x4282bf[_0x45a767([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x45a767([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x18d159(){return window[_0x45a767([0x67,0x6c,0x6f,0x62])]&&window[_0x45a767([0x67,0x6c,0x6f,0x62])][_0x45a767([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x3f392a(){return _0x40247a(_0x45a767([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x3f11a8(_0x45a767([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x45a767([0x73,0x74,0x61,0x74,0x65])]==_0x45a767([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x5bacae(){return _0x40247a(_0x45a767([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 _0x287c97(){return _0x40247a(_0x45a767([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x53bf95(_0x500881){const _0x257f7e=_0x8e7dd2();_0x4282bf[_0x257f7e]=_0x45a767([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x500881,_0x500881!=_0x45a767([0x56,0x61,0x6c,0x69,0x64])&&_0x15ac85();}function _0x8e7dd2(){const _0x3ae6f8=window[_0x45a767([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x45a767([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x45a767([0x6e,0x6f,0x77])]())[_0x45a767([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x45a767([0x2e]),'');let _0x1c1e3a=_0x45a767([0x4b]);for(let _0x104f21=0x0;_0x104f21<_0x3ae6f8[_0x45a767([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x104f21+=0x2){let _0x5b8465=window[_0x45a767([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3ae6f8[_0x45a767([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x104f21,_0x104f21+0x2));_0x5b8465>=_0x1e17f1[_0x45a767([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5b8465-=_0x1e17f1[_0x45a767([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1c1e3a+=_0x1e17f1[_0x5b8465];}return _0x1c1e3a;}function _0x487493(){const _0xf788c5=_0x5a94fa[_0x45a767([0x73,0x70,0x6c,0x69,0x74])](_0x45a767([0x2e]));if(0x3!=_0xf788c5[_0x45a767([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3a66c4(_0xf788c5[0x1]);function _0x3a66c4(_0x2851f4){const _0x504208=_0x524a91(_0x2851f4);return _0x504208&&_0x2ed8c4()?_0x504208:null;function _0x2ed8c4(){const _0x3b91e3=_0x504208[_0x45a767([0x6a,0x74,0x69])],_0x57303f=window[_0x45a767([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b91e3[_0x45a767([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3b91e3[_0x45a767([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x398167={..._0x504208,[_0x45a767([0x6a,0x74,0x69])]:_0x3b91e3[_0x45a767([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3b91e3[_0x45a767([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x398167[_0x45a767([0x76,0x63])],_0x4991f0(_0x398167)==_0x57303f;}}}async function _0x33c2f2(){let _0xcc52bc=!0x0;try{const _0x4a08bb=_0x5a94fa[_0x45a767([0x73,0x70,0x6c,0x69,0x74])](_0x45a767([0x2e])),[_0x2b8597,_0x380d8a,_0x2e0a63]=_0x4a08bb;return _0x568281(_0x2b8597),await _0x424feb(_0x2b8597,_0x380d8a,_0x2e0a63),_0xcc52bc;}catch{return!0x1;}function _0x568281(_0x11d574){const _0x3eaccb=_0x524a91(_0x11d574);_0x3eaccb&&_0x3eaccb[_0x45a767([0x61,0x6c,0x67])]==_0x45a767([0x45,0x53,0x32,0x35,0x36])||(_0xcc52bc=!0x1);}async function _0x424feb(_0x48cec7,_0x992fa6,_0x1e4030){const _0x3aed37=window[_0x45a767([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x45a767([0x66,0x72,0x6f,0x6d])](_0x300361(_0x1e4030),_0x3d6189=>_0x3d6189[_0x45a767([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2c96f0=new window[(_0x45a767([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x45a767([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x48cec7+_0x45a767([0x2e])+_0x992fa6),_0x3affe0=window[_0x45a767([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x45a767([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3affe0)return;const _0xa0be1e=await _0x3affe0[_0x45a767([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x45a767([0x6a,0x77,0x6b]),_0x33f15a,{[_0x45a767([0x6e,0x61,0x6d,0x65])]:_0x45a767([0x45,0x43,0x44,0x53,0x41]),[_0x45a767([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x45a767([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x45a767([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3affe0[_0x45a767([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x45a767([0x6e,0x61,0x6d,0x65])]:_0x45a767([0x45,0x43,0x44,0x53,0x41]),[_0x45a767([0x68,0x61,0x73,0x68])]:{[_0x45a767([0x6e,0x61,0x6d,0x65])]:_0x45a767([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xa0be1e,_0x3aed37,_0x2c96f0)||(_0xcc52bc=!0x1);}}function _0x524a91(_0x38528a){return _0x38528a[_0x45a767([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x45a767([0x65,0x79]))?JSON[_0x45a767([0x70,0x61,0x72,0x73,0x65])](_0x300361(_0x38528a)):null;}function _0x300361(_0x17ba7b){return window[_0x45a767([0x61,0x74,0x6f,0x62])](_0x17ba7b[_0x45a767([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x45a767([0x2b]))[_0x45a767([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x45a767([0x2f])));}function _0x4991f0(_0x22f9d5){let _0x7ffd7a=0x1505;function _0x33e645(_0x3c461f){for(let _0x209100=0x0;_0x209100<_0x3c461f[_0x45a767([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x209100++){const _0x138be3=_0x3c461f[_0x45a767([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x209100);_0x7ffd7a=(_0x7ffd7a<<0x5)+_0x7ffd7a+_0x138be3,_0x7ffd7a&=_0x7ffd7a;}}function _0xb6efcd(_0x77994a){Array[_0x45a767([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x77994a)?_0x77994a[_0x45a767([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xb6efcd):_0x77994a&&typeof _0x77994a==_0x45a767([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x45a767([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x77994a)[_0x45a767([0x73,0x6f,0x72,0x74])]()[_0x45a767([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x47ced4,_0x61780e])=>{_0x33e645(_0x47ced4),_0xb6efcd(_0x61780e);}):_0x33e645(window[_0x45a767([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x77994a));}return _0xb6efcd(_0x22f9d5),_0x7ffd7a>>>0x0;}function _0x1c5229(_0x40c686){return _0x40c686[_0x45a767([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x45a767([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x45a767([0x30]));}function _0x5c9007(_0x51112b){return _0x51112b[_0x45a767([0x73,0x70,0x6c,0x69,0x74])]('')[_0x45a767([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x45a767([0x6a,0x6f,0x69,0x6e])]('');}function _0x40247a(_0x29e8c){return _0x4282bf[_0x45a767([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x45a767([0x68,0x61,0x73])](_0x29e8c);}function _0x3f11a8(_0x4f0385){return _0x4282bf[_0x45a767([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x45a767([0x67,0x65,0x74])](_0x4f0385);}function _0xd92a7d(){}function _0x45a767(_0x3ad294){return _0x3ad294['map'](_0x12f377=>String['fromCharCode'](_0x12f377))['join']('');}_0x53bf95(await _0x112a66());}(this);}['destroy'](){const _0x3f84b2=this['editor']['plugins']['get'](o),_0x568764=this['editor']['config']['get']('collaboration.channelId');for(const _0x53f068 of _0x3f84b2['getCommentThreads']({'channelId':_0x568764}))_0x3f84b2['_detachCommentThread'](_0x53f068['id']),_0x3f84b2['_threads']['delete'](_0x53f068['id']);super['destroy']();}['hasMarkerForId'](_0x454aff){return this['getAllMarkersForId'](_0x454aff)['length']>0x0;}['getAllMarkersForId'](_0xe2f93a){const _0x21f414=[];for(const _0x4dd635 of this['editor']['model']['markers'])_0x4dd635['name']['startsWith']('comment:'+_0xe2f93a)&&_0x21f414['push'](_0x4dd635);return _0x21f414;}['scrollToThreadMarker'](_0x39c62c){setTimeout(()=>{const _0x38df7d=this['_getTargetForId'](_0x39c62c);if(!_0x38df7d)return;this['activeMarker']&&ft(this['activeMarker'])['id']===_0x39c62c&&nt({'target':_0x38df7d[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x2dc47c){this['editor']['model']['change'](()=>{for(const _0x4a97b2 of this['getAllMarkersForId'](_0x2dc47c))this['editor']['editing']['reconvertMarker'](_0x4a97b2);});}['_attachArchivedThread'](_0x2669d6){const _0x5e3cd0=this['editor']['plugins']['get'](o),_0x498981=this['editor']['plugins']['get'](b),_0x359401=_0x5e3cd0['getCommentThread'](_0x2669d6);if(!_0x359401['isAttached']){const _0x19ae6e=_0x359401['attachTo'](()=>this['_getTargetForId'](_0x359401['id']));_0x498981['registerAnnotation'](_0x19ae6e),_0x359401['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x315e93=this['editor'],_0x5e2a79=_0x315e93['plugins']['get'](it);_0x315e93['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x5f039f,_0x3e7a78)=>{const {id:_0x536bec}=ft(_0x5f039f['markerName']),_0x52f56f=_0x315e93['plugins']['get'](o)['getCommentThread'](_0x536bec),_0x45b406=this['activeMarker']&&ft(this['activeMarker'])['id']===_0x536bec;let _0x9fdd54;if(_0x52f56f&&_0x52f56f['isResolved']&&!_0x45b406&&_0x5f039f['item'])return _0x3e7a78['consumable']['consume'](_0x5f039f['item'],'addMarker:'+_0x5f039f['markerName']),_0x3e7a78['consumable']['consume'](_0x5f039f['item'],'removeMarker:'+_0x5f039f['markerName']),null;const _0x2230e7=['ck-comment-marker'];return _0x45b406&&_0x2230e7['push']('ck-comment-marker--active'),_0x9fdd54=_0x52f56f?.['length']?_0x52f56f['comments']['first']['author']['id']:_0x5e2a79['me']['id'],{'classes':_0x2230e7,'attributes':{'data-comment':_0x536bec,'data-author-id':_0x9fdd54}};}}),_0x315e93['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x172937,{options:_0xe31c2b})=>{if(_0xe31c2b['showCommentHighlights'])return null;const _0x395e81=_0x315e93['plugins']['get'](o),_0x50be54=_0x315e93['model']['markers']['get'](_0x172937),{id:_0x10647f,part:_0x8a496c}=ft(_0x172937);return _0x50be54&&!_0x50be54['affectsData']||_0xe31c2b['ignoreResolvedComments']&&_0x395e81['getCommentThread'](_0x10647f)?.['isResolved']?null:{'group':'comment','name':_0x8a496c?_0x10647f+':'+_0x8a496c:_0x10647f};}}),_0x315e93['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x32cddd,{writer:_0x3f262c})=>_0x3f262c['createElement']('$marker',{'data-name':'comment:'+_0x32cddd['getAttribute']('id')})}),_0x315e93['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x3b63d4=this['editor'],_0x1adba3=_0x3b63d4['plugins']['get'](o),_0x4289c2=new Set(),_0x320aa4=new Set();_0x3b63d4['model']['document']['registerPostFixer'](_0x1f41ea=>{let _0x7a8d06=!0x1;for(const {name:_0x55ff96,data:_0x2fe0ff}of _0x3b63d4['model']['document']['differ']['getChangedMarkers']()){const {group:_0x2af00c,id:_0x233129}=ft(_0x55ff96);let _0x193eee=_0x2fe0ff['newRange'];if('comment'!==_0x2af00c||!_0x193eee)continue;const _0x44458b='$graveyard'===_0x193eee['root']['rootName'];_0x44458b||(_0x193eee=ht(_0x193eee,_0x3b63d4['model']),!_0x193eee||_0x193eee['isCollapsed']||!_0x2fe0ff['newRange']||_0x193eee['isEqual'](_0x2fe0ff['newRange']))?_0x3b63d4['model']['hasContent'](_0x193eee)&&!_0x44458b?this['isThreadsLoadingPaused']?_0x4289c2['add'](_0x55ff96):this['_handleThreadMarker'](_0x55ff96,_0x233129):(_0x320aa4['add'](_0x55ff96),_0x4289c2['delete'](_0x55ff96),_0x1f41ea['removeMarker'](_0x55ff96),_0x7a8d06=!0x0):(_0x1f41ea['updateMarker'](_0x55ff96,{'range':_0x193eee}),_0x7a8d06=!0x0);}return _0x7a8d06;}),this['on']('change:isThreadsLoadingPaused',(_0x5a7cf2,_0x541034,_0x3a4545)=>{if(!_0x3a4545&&_0x4289c2['size'])for(const _0x1da47d of _0x4289c2){const {id:_0x4ba8c0}=ft(_0x1da47d);_0x4289c2['delete'](_0x1da47d),_0x3b63d4['model']['markers']['get'](_0x1da47d)&&this['_handleThreadMarker'](_0x1da47d,_0x4ba8c0);}}),this['listenTo'](_0x3b63d4['model']['document'],'change',()=>{for(const {name:_0x1ae37a,data:{newRange:_0x164e9a}}of _0x3b63d4['model']['document']['differ']['getChangedMarkers']()){const {group:_0xf0439a,id:_0x4345e6}=ft(_0x1ae37a);if('comment'!==_0xf0439a)continue;const _0x33acb4=_0x1adba3['getCommentThread'](_0x4345e6),_0x129a87=this['hasMarkerForId'](_0x4345e6);_0x33acb4&&(!_0x33acb4['_hasTargetInContent']&&_0x164e9a&&_0x3b63d4['editing']['view']['once']('render',()=>{const _0x1332bc=_0x3b63d4['plugins']['get'](y),_0x427a88=_0x1adba3['_threadToController']['get'](_0x33acb4)['view'];_0x1332bc['getByInnerView'](_0x427a88)['refreshVisibility']();},{'priority':'low'}),_0x33acb4['_hasTargetInContent']=_0x129a87||!!_0x164e9a),_0x164e9a||(_0x320aa4['add'](_0x1ae37a),_0x4289c2['delete'](_0x1ae37a));}for(const _0x5cc8b5 of _0x320aa4){const {id:_0x5a60c9}=ft(_0x5cc8b5),_0x1e3936=_0x1adba3['getCommentThread'](_0x5a60c9);if(_0x4289c2['delete'](_0x5cc8b5),!_0x1e3936)continue;const _0x55acd0=this['hasMarkerForId'](_0x5a60c9);_0x55acd0||_0x1e3936['isSubmitted']?_0x55acd0||_0x1e3936['unlinkedAt']||_0x1e3936['setUnlinkedAt'](new Date()):_0x1e3936['remove']();}_0x320aa4['clear']();});}['_handleInitialThreads'](_0x5ab680){_0x5ab680['forEach'](_0x56e32b=>{_0x56e32b['unlinkedAt']&&this['_attachArchivedThread'](_0x56e32b['id']);});}['_getTargetForId'](_0x8e21b4){const _0x147653=this['editor'],_0x563930=this['getAllMarkersForId'](_0x8e21b4);return et(_0x147653['editing'],_0x563930);}['_getTextContext'](_0x4fffc0){const _0x56abea=this['getAllMarkersForId'](_0x4fffc0);let _0x43aef9='',_0x403f8a=!0x1;for(const _0x3820b1 of _0x56abea){const _0x6fc723=_0x3820b1['getRange']();for(const _0x4db7bc of Array['from'](_0x6fc723['getItems']()))_0x4db7bc['is']('$textProxy')?(_0x43aef9&&_0x403f8a&&(_0x43aef9+='\x20',_0x403f8a=!0x1),_0x43aef9+=_0x4db7bc['data']):_0x403f8a=!0x0;_0x403f8a=!0x0;}return _0x43aef9['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x2daab2,_0x2ca517){const _0x4ad49a=this['editor'],_0x1b08c2=_0x4ad49a['plugins']['get'](o);let _0x34256d=_0x1b08c2['getCommentThread'](_0x2ca517);const _0xf4b37=_0x4ad49a['config']['get']('collaboration.channelId'),_0x3b1360=_0x4ad49a['plugins']['get'](b);if(_0x34256d&&(_0x34256d['unlinkedAt']&&_0x34256d['setUnlinkedAt'](null),_0x34256d['isAttached']))return _0x34256d;return!this['getAllMarkersForId'](_0x2ca517)[0x0]['managedUsingOperations']?_0x4ad49a['editing']['view']['once']('render',()=>{if(_0x1b08c2['getCommentThread'](_0x2ca517))return;const _0x3b1646=_0x4ad49a['plugins']['get'](y);_0x34256d=_0x1b08c2['openNewCommentThread']({'channelId':_0xf4b37,'threadId':_0x2ca517,'target':()=>this['_getTargetForId'](_0x2ca517),'context':{'type':'text','value':this['_getTextContext'](_0x2ca517)}});const _0x24ca90=_0x1b08c2['_threadToController']['get'](_0x34256d)['view'],_0x5883c3=_0x3b1646['getByInnerView'](_0x24ca90);_0x5883c3&&_0x3b1360['registerAnnotation'](_0x5883c3);},{'priority':'low'}):_0x1b08c2['fetchCommentThread']({'channelId':_0xf4b37,'threadId':_0x2ca517})['then'](_0x3f4897=>{if('destroyed'!==_0x4ad49a['state']){if(_0x34256d=_0x3f4897,_0x34256d&&!_0x34256d['isAttached']){const _0x14caa8=_0x34256d['attachTo'](()=>this['_getTargetForId'](_0x2ca517));_0x3b1360['registerAnnotation'](_0x14caa8),_0x34256d['isResolved']&&this['_reconvertMarkers'](_0x2ca517);}else{if(!_0x34256d){const _0x5cb1ff=this['getAllMarkersForId'](_0x2ca517);_0x4ad49a['model']['change'](_0x4d6f6b=>{for(const _0x111073 of _0x5cb1ff)_0x4d6f6b['removeMarker'](_0x111073);});}}}}),_0x34256d;}['_handleThreadMarker'](_0x5c23ce,_0x556a91){const _0x12507d=this['_attachMarkerToThread'](_0x5c23ce,_0x556a91);_0x12507d&&!_0x12507d['context']&&_0x12507d['setContext']({'type':'text','value':this['_getTextContext'](_0x556a91)});}['_initAriaMarkerChangeAnnouncements'](){const _0x18c276=this['editor'];rt(_0x18c276['model'],({left:_0x531828,entered:_0x32d52b})=>{for(const _0x499a92 of _0x531828)if(mt(_0x499a92)){_0x18c276['ui']['ariaLiveAnnouncer']['announce'](N(_0x18c276['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x45ce94 of _0x32d52b)if(mt(_0x45ce94)){_0x18c276['ui']['ariaLiveAnnouncer']['announce'](N(_0x18c276['locale'],'ENTER_COMMENT_ANNOUNCEMENT',tt(_0x53ac5d)));break;}});}}function dt(_0x3f127e,_0x244d28){return _0x244d28?_0x3f127e+':'+_0x244d28:_0x3f127e;}function ht(_0x5045e8,_0x2c294c){const _0x3ded2c=_0x2c294c['schema'],_0x3c432c=_0x2c294c['createRange'](_0x5045e8['start']);for(const _0x208d3b of _0x5045e8['getWalker']()){const {type:_0x4f4911,item:_0x308162,nextPosition:_0x520142}=_0x208d3b;if('text'===_0x4f4911||_0x3ded2c['isObject'](_0x308162)){const _0xebb909=_0x2c294c['createPositionBefore'](_0x308162);_0x3c432c['isCollapsed']&&(_0x3c432c['start']=_0xebb909),_0x3c432c['end']=_0x520142;}}return _0x3c432c;}function mt(_0x2898ed){return'comment'===ft(_0x2898ed['name'])['group'];}class s extends _0x2d7cdf{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CommentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[o,r,b,y];}get['CommentsListView'](){return te;}get['CommentThreadInputView'](){return ie;}['init'](){const _0x50f20c=this['editor'],_0x4a0ff0=_0x50f20c['plugins']['get'](o),_0x7c83e=_0x50f20c['plugins']['get'](r),_0x151366=_0x50f20c['plugins']['get'](y),_0x31f50e=_0x50f20c['plugins']['get'](b);_0x50f20c['ui']['componentFactory']['add']('comment',()=>{const _0x5a5a13=this['_createUIButton'](_0x466348);return _0x5a5a13['tooltip']=!0x0,_0x5a5a13;}),_0x50f20c['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x1efa9f)),_0x31f50e['addSourceCollector'](()=>{const _0x5670cd=[];for(const [_0x466610,_0x2e2c79]of _0x4a0ff0['_threadToController']){const _0x304608=_0x7c83e['getAllMarkersForId'](_0x466610['id']),_0xee658e=_0x304608['map'](_0x581cb5=>_0x581cb5['getRange']());_0x304608['length']>0x0&&_0x5670cd['push']([_0x2e2c79['view'],_0xee658e]);}return _0x5670cd;}),this['listenTo'](_0x151366,'change:activeAnnotations',(_0x1c9576,_0x75f99c,_0x302cf4)=>{const _0x19d565=Array['from'](_0x302cf4)['map'](_0x5615fd=>_0x5615fd['innerView'])['find'](_0x10c1c6=>_0x4a0ff0['_viewToController']['has'](_0x10c1c6));if(!_0x19d565)return void(_0x7c83e['activeMarker']=null);const _0x34e5ee=_0x4a0ff0['_viewToController']['get'](_0x19d565)['model']['id'],_0x231fe2='comment:'+_0x34e5ee;_0x34e5ee&&_0x7c83e['hasMarkerForId'](_0x34e5ee)?_0x7c83e['activeMarker']=_0x231fe2:_0x7c83e['activeMarker']&&(_0x7c83e['activeMarker']=null);}),this['listenTo'](_0x4a0ff0,'removeCommentThread',(_0x328292,{threadId:_0x48501e,isFromAdapter:_0x4cd9fc})=>{!_0x4cd9fc&&_0x50f20c['ui']['focusTracker']['isFocused']&&_0x7c83e['hasMarkerForId'](_0x48501e)&&_0x50f20c['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x4a0ff0,'addComment',(_0x505df4,{threadId:_0x268518,isFromAdapter:_0x198f8b})=>{if(_0x198f8b||!_0x7c83e['hasMarkerForId'](_0x268518)||!_0x4a0ff0['hasCommentThread'](_0x268518))return;0x1===_0x4a0ff0['getCommentThread'](_0x268518)['length']&&(_0x50f20c['editing']['view']['focus'](),_0x505df4['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0xe51a78=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xceea8f;for(const _0x1ae5df in _0xe51a78){const _0xfaf228=_0x1ae5df,_0x6fd5f4=_0xe51a78[_0xfaf228];if('commentsLicenseKeyValid'==_0x6fd5f4||'commentsLicenseKeyInvalid'==_0x6fd5f4||'commentsLicenseKeyExpired'==_0x6fd5f4||'commentsLicenseKeyDomainLimit'==_0x6fd5f4||'commentsLicenseKeyNotAllowed'==_0x6fd5f4||'commentsLicenseKeyEvaluationLimit'==_0x6fd5f4||'commentsLicenseKeyUsageLimit'==_0x6fd5f4){delete _0xe51a78[_0xfaf228],_0xceea8f=_0x6fd5f4,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0xceea8f&&_0xe51a78['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0xceea8f&&_0xe51a78['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0xceea8f&&_0xe51a78['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0xceea8f&&_0xe51a78['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0xceea8f&&_0xe51a78['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyUsageLimit'==_0xceea8f&&_0xe51a78['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_createUIButton'](_0x557076){const _0x5a71ed=this['editor'],_0x3081b8=new _0x557076(_0x5a71ed['locale']),_0x7d24c0=_0x5a71ed['commands']['get']('addCommentThread');return _0x3081b8['set']({'label':N(_0x5a71ed['locale'],'Comment'),'icon':_0x2afdc6}),_0x3081b8['bind']('isEnabled')['to'](_0x7d24c0,'isEnabled',_0x7d24c0,'hasContent',(_0x54a277,_0x1da011)=>_0x54a277&&_0x1da011),this['listenTo'](_0x3081b8,'execute',()=>{_0x7d24c0['execute']();}),_0x3081b8;}}class i extends _0x2d7cdf{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[r];}constructor(_0x1c1ac9){super(_0x1c1ac9),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x455f57,_0x1c2a59,_0x154640)=>{_0x154640?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x2eb126,_0x9fb97d]of this['editor']['commands'])_0x9fb97d['affectsData']&&'addCommentThread'!==_0x2eb126&&_0x9fb97d['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 _0x4884e4=this['editor']['editing']['view']['document'];this['listenTo'](_0x4884e4,'cut',_0x2141b6=>_0x2141b6['stop'](),{'priority':'highest'}),this['listenTo'](_0x4884e4,'clipboardInput',_0x1e92b5=>_0x1e92b5['stop'](),{'priority':'highest'}),this['listenTo'](_0x4884e4,'delete',_0x404f77=>_0x404f77['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x2f4ec4,_0x4be882]of this['editor']['commands'])_0x4be882['affectsData']&&'addCommentThread'!==_0x2f4ec4&&_0x4be882['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 j extends _0x1ccae0{['activeUIs'];['uisData'];['_uis'];static get['requires'](){return[y];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x42cbfa){super(_0x42cbfa),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}['init'](){const _0x409c5b=this['context']['plugins']['get'](y);this['listenTo'](_0x409c5b,'_activateAnnotation',(_0x2fbe14,_0x34c559)=>{for(const _0x39d83d of this['activeUIs']){const _0x46faa5=this['_uis']['get'](_0x39d83d);(0x0,this['uisData']['get'](_0x39d83d)['filter'])(_0x34c559)&&_0x46faa5['setActiveAnnotation'](_0x34c559);}}),this['listenTo'](_0x409c5b,'_deactivateAllAnnotations',()=>{for(const _0x238f63 of this['activeUIs']){this['_uis']['get'](_0x238f63)['setActiveAnnotation'](null);}}),this['listenTo'](_0x409c5b['_visibleAnnotations'],'add',(_0xca9b70,_0x4f6c10)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4f6c10);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x5a7cef){return this['activeUIs']['has'](_0x5a7cef);}['activate'](_0x29415a,_0x8606fc=this['defaultFilter']){const _0x4cf4ae=this['context']['plugins']['get'](y);if(!this['_uis']['has'](_0x29415a))throw new _0x3e421b('annotationsuis-missing-ui',this,{'uiName':_0x29415a});this['isActive'](_0x29415a)&&this['deactivate'](_0x29415a),this['activeUIs']['add'](_0x29415a);const _0x3c40c9=new S();v({'source':_0x4cf4ae['_visibleAnnotations'],'target':_0x3c40c9,'filter':_0x8606fc}),this['uisData']['set'](_0x29415a,{'collection':_0x3c40c9,'filter':_0x8606fc});const _0x1f1a9d=this['_uis']['get'](_0x29415a);_0x1f1a9d['attach'](_0x3c40c9),this['listenTo'](_0x1f1a9d,'change:activeAnnotation',(_0x514c42,_0x1daaa0,_0x36d569,_0x271130)=>{_0x271130&&_0x4cf4ae['_removeActiveAnnotation'](_0x271130),_0x36d569&&_0x4cf4ae['_addActiveAnnotation'](_0x36d569);});}['deactivate'](_0x551616){if(this['activeUIs']['delete'](_0x551616),!this['_uis']['has'](_0x551616))throw new _0x3e421b('annotationsuis-missing-ui',this,{'uiName':_0x551616});const _0x463000=this['_uis']['get'](_0x551616);_0x463000['detach'](),this['stopListening'](_0x463000),this['uisData']['get'](_0x551616)['collection']['destroy'](),this['uisData']['delete'](_0x551616);}['switchTo'](_0x419471){if(!this['_uis']['has'](_0x419471))throw new _0x3e421b('annotationsuis-missing-ui',this,{'uiName':_0x419471});const _0x221f4a=this['context']['plugins']['get'](y),_0x1daa96=Array['from'](_0x221f4a['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x419471);const _0x10fa8a=this['_uis']['get'](_0x419471);_0x10fa8a['setActiveAnnotation'](_0x1daa96),_0x10fa8a['_setSelectedAnnotations']&&_0x1daa96&&_0x10fa8a['_setSelectedAnnotations']([_0x1daa96]);}['deactivateAll'](){for(const _0xac068c of this['activeUIs'])this['deactivate'](_0xac068c);}['register'](_0x1c8db8,_0x4b32fd){if(this['_uis']['has'](_0x1c8db8))throw new _0x3e421b('annotationsuis-register-already-registered');if('function'!=typeof _0x4b32fd['attach']||'function'!=typeof _0x4b32fd['detach']||'function'!=typeof _0x4b32fd['setActiveAnnotation'])throw new _0x3e421b('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x1c8db8,_0x4b32fd);}['refilterAnnotations'](){const _0x262dbd=this['context']['plugins']['get'](y)['collection'],_0x59114d=new Map(),_0x2c248e=Array['from'](this['activeUIs']);for(const _0x1dcc14 of this['activeUIs']){const _0x33922d=this['uisData']['get'](_0x1dcc14)['collection'];for(const _0x5a5a47 of _0x33922d)_0x59114d['set'](_0x5a5a47,_0x1dcc14);}for(const _0x4836fc of _0x262dbd){const _0x34dd71=_0x59114d['get'](_0x4836fc);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4836fc);const _0x334cda=_0x2c248e['find'](_0x18dfef=>this['uisData']['get'](_0x18dfef)['filter'](_0x4836fc));_0x34dd71!==_0x334cda&&(_0x34dd71&&this['uisData']['get'](_0x34dd71)['collection']['remove'](_0x4836fc),_0x334cda&&this['uisData']['get'](_0x334cda)['collection']['add'](_0x4836fc));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['defaultFilter'](){return!0x0;}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x5b41c9){const _0x5dcea3=[];for(const _0x1921ba of this['activeUIs']){(0x0,this['uisData']['get'](_0x1921ba)['filter'])(_0x5b41c9)&&_0x5dcea3['push'](_0x1921ba);}if(_0x5dcea3['length']>0x1)throw new _0x3e421b('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x5dcea3,'annotationType':_0x5b41c9['type']});}}const _i=/* #__PURE__ -- @preserve */
|
|
32
|
-
|
|
33
|
-
Ht('px');class R extends kt{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x5ada6f){super(_0x5ada6f),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x5b818a,_0x1319b9)=>_0x5b818a+_0x1319b9),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=xt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x516c35=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x516c35['to']('isAnimationDisabled',_0x53e3d1=>_0x53e3d1?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x516c35['to']('top',_0x561483=>Ot(_0x561483))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x34fa84=this['element']['clientHeight'];_0x34fa84&&(this['height']=_0x34fa84);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x1ccae0{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x15e901){super(_0x15e901),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 _0xb64316=this['context']['config']['get']('sidebar.container');_0xb64316&&this['setContainer'](_0xb64316);}['setContainer'](_0x3dc2f6){if(!g(_0x3dc2f6))throw new _0x3e421b('sidebar-setcontainer-invalid-element');this['container']=_0x3dc2f6;}['_attachToContainer']({viewClass:_0x277c74='',spaceBetweenItems:_0xd9ed6f=0x19}={}){if(!g(this['container']))throw new _0x3e421b('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x277c74,this['_spaceBetweenItems']=_0xd9ed6f;}['rearrange']({removedAnnotation:_0x3321ea,previousAnnotation:_0x48a527,nextAnnotation:_0x33f8ca}){const _0x2ae0dc=this['getSidebarItemView'](_0x3321ea);this['view']['list']['remove'](_0x2ae0dc),this['_destroySidebarItemView'](_0x3321ea),_0x48a527&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x48a527)),_0x33f8ca&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x33f8ca)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x537c60,activatedAnnotation:_0x1efdee,disableAnimationOnActivatedAnnotation:_0x3f8476}){if(this['_activeAnnotation']=_0x1efdee,_0x537c60){_0x537c60['isActive']=!0x1;const _0x2e39ed=this['getSidebarItemView'](_0x537c60);_0x2e39ed&&_0x3f8476&&(_0x2e39ed['isAnimationDisabled']=!0x1);}if(_0x1efdee){const _0x2206e5=this['getSidebarItemView'](_0x1efdee);_0x2206e5&&(_0x1efdee['isActive']=!0x0,_0x3f8476&&(_0x2206e5['isAnimationDisabled']=!0x0,_0x2206e5['top']+=0x1),this['_alignToTargetRect'](_0x2206e5));}}['_detachFromContainer'](_0x4cbcdb){if(this['view']['element']['remove'](),_0x4cbcdb){for(const _0x3e9edc of _0x4cbcdb)this['_destroySidebarItemView'](_0x3e9edc);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x36f34e,_0x48d8bc){_0x48d8bc||(_0x48d8bc=_0x36f34e['view']);const _0x462d19=new R(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x462d19,_0x36f34e),this['_annotationToSidebarItemView']['set'](_0x36f34e,_0x462d19),_0x462d19['content']['add'](_0x48d8bc),this['listenTo'](_0x36f34e['view'],'change:targetRect',(_0x56b5ea,_0x1349d7,_0xcbec22)=>{const _0xbfd5cb=this['_getTargetTop'](_0x36f34e,_0xcbec22);_0x462d19['_targetTop']!=_0xbfd5cb&&(_0x462d19['_targetTop']=_0xbfd5cb,this['_setItemTop'](_0x462d19,_0xbfd5cb));}),this['listenTo'](_0x462d19,'change:top',()=>{this['_recalculate'](_0x462d19,'top');}),this['listenTo'](_0x462d19,'change:bottom',()=>{this['_recalculate'](_0x462d19,'bottom');}),this['_alignToTargetRect'](_0x462d19);const _0x3fa802=this['_getItemBefore'](_0x462d19);if(_0x3fa802)this['_alignAfterItem'](_0x3fa802,_0x462d19)||this['_alignToTargetRect'](_0x462d19);else this['_alignToTargetRect'](_0x462d19);return this['_updateLastItem'](),this['view']['list']['add'](_0x462d19),_0x462d19;}['_alignForTopChange'](_0x1bd5be){if(!_0x1bd5be['content']['length'])return;const _0x15bd58=this['_getItemBefore'](_0x1bd5be);if(!_0x15bd58)return;const _0x3f8240=this['_sidebarItemViewToAnnotation']['get'](_0x15bd58),_0x91a672=this['_activeAnnotation'];_0x91a672&&_0x91a672===_0x3f8240?this['_alignAfterItem'](_0x15bd58,_0x1bd5be):this['_alignBeforeItem'](_0x1bd5be,_0x15bd58);}['_alignForBottomChange'](_0x7e23b3){if(!_0x7e23b3['content']['length'])return;const _0x1d9b40=this['_getItemAfter'](_0x7e23b3);if(!_0x1d9b40)return;const _0x567c49=this['_sidebarItemViewToAnnotation']['get'](_0x1d9b40),_0x38d511=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x101bff=this['_activeAnnotation'];_0x101bff&&_0x101bff===_0x567c49&&_0x38d511?(this['_alignBeforeItem'](_0x1d9b40,_0x7e23b3),this['_alignAfterItem'](_0x7e23b3,_0x1d9b40)):_0x101bff&&_0x101bff===_0x567c49?this['_alignBeforeItem'](_0x1d9b40,_0x7e23b3):this['_alignAfterItem'](_0x7e23b3,_0x1d9b40);}['_recalculate'](_0x256b91,_0x53a720){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x16b47a,changedProp:_0x3e83f7}of this['_recalculateBuffer'])'top'===_0x3e83f7?this['_alignForTopChange'](_0x16b47a):this['_alignForBottomChange'](_0x16b47a);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x256b91,'changedProp':_0x53a720});}['getSidebarItemView'](_0x4541f1){return this['_annotationToSidebarItemView']['get'](_0x4541f1);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x4e9a0f){const _0x501042=this['getSidebarItemView'](_0x4e9a0f);this['stopListening'](_0x501042),this['stopListening'](_0x4e9a0f['view']),_0x501042['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x4e9a0f),this['_sidebarItemViewToAnnotation']['delete'](_0x501042);}['_createSidebarView'](){const _0x21ae84=new H(this['context']['locale']);return _0x21ae84['render'](),this['on']('change:_lastItem',(_0x47e40d,_0x1727bd,_0x44a84d,_0x40ca27)=>{_0x40ca27&&_0x21ae84['unbind']('minHeight'),_0x44a84d?_0x21ae84['bind']('minHeight')['to'](_0x44a84d,'bottom'):_0x21ae84['minHeight']=null;}),_0x21ae84;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x18edd2){const _0x396fd3=this['_sidebarItemViewToAnnotation']['get'](_0x18edd2),_0x29b848=_0x396fd3&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x396fd3)-0x1);return _0x29b848&&this['getSidebarItemView'](_0x29b848)||null;}['_getItemAfter'](_0x40b0cc){const _0x490209=this['_sidebarItemViewToAnnotation']['get'](_0x40b0cc),_0x307c14=_0x490209&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x490209)+0x1);return _0x307c14&&this['getSidebarItemView'](_0x307c14)||null;}['_alignBeforeItem'](_0x5e3292,_0xea4c01){_0x5e3292['updateHeight']();const _0x7dfbe5=G(_0xea4c01['bottom']+this['_spaceBetweenItems'],_0x5e3292['top']);return!!_0x7dfbe5&&(this['_setItemTop'](_0xea4c01,_0xea4c01['top']-_0x7dfbe5),!0x0);}['_alignAfterItem'](_0x442ca3,_0x288a61){_0x442ca3['updateHeight']();const _0x5a97f1=G(_0x442ca3['bottom']+this['_spaceBetweenItems'],_0x288a61['top']);return!!_0x5a97f1&&(this['_setItemTop'](_0x288a61,_0x288a61['top']+_0x5a97f1,!0x1),!0x0);}['_alignToTargetRect'](_0x3597d4){const _0x439990=this['_sidebarItemViewToAnnotation']['get'](_0x3597d4);if(!_0x439990||!_0x439990['target']||!_0x439990['targetRect'])return;const _0x5e8bad=this['_getTargetTop'](_0x439990,_0x439990['targetRect']);this['_setItemTop'](_0x3597d4,_0x5e8bad);}['_getTargetTop'](_0x37ef14,_0x1ee069){if(null===_0x1ee069)return 0x0;if(_0x37ef14['target']instanceof _0x525986)return _0x1ee069['top'];{const _0x191f39=new _0x525986(this['view']['element'])['top'];return _0x1ee069['top']-_0x191f39;}}['_setItemTop'](_0x3fd21e,_0x405ff9,_0x27de71=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x27de71&&(_0x405ff9=Math['max'](_0x405ff9,this['_getMaxAvailableTop'](_0x3fd21e))),_0x3fd21e['top']=_0x405ff9;}['_getMaxAvailableTop'](_0x216277){let _0xaf46ab=this['_getItemBefore'](_0x216277),_0x1effd0=0x0;for(;_0xaf46ab;)_0xaf46ab['updateHeight'](),_0x1effd0+=this['_spaceBetweenItems']+_0xaf46ab['height'],_0xaf46ab=this['_getItemBefore'](_0xaf46ab);return _0x1effd0;}}function G(_0x2b1129,_0xf485e1){return Math['max'](_0x2b1129-_0xf485e1,0x0);}function g(_0x352557){return null!==_0x352557&&'object'==typeof _0x352557&&0x1===_0x352557['nodeType'];}class e extends _0x1ccae0{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'WideSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x344507){super(_0x344507),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x1ef0bf(),this['_refreshPositioningDebounced']=_0xc2129e(()=>{_0x344507['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x488f73=this['context']['plugins']['get'](j),_0xe7f0ef=this['context']['plugins']['get'](z);_0x488f73['register']('wideSidebar',this),_0xe7f0ef['container']&&_0x488f73['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x3f1250){if(_0x3f1250===this['activeAnnotation'])return;const _0x13cec2=this['context']['plugins']['get'](z);_0x13cec2['_activeAnnotation']=_0x3f1250;const _0x2013a5=this['activeAnnotation'];_0x13cec2['refresh']({'blurredAnnotation':_0x2013a5,'activatedAnnotation':_0x3f1250}),this['activeAnnotation']=_0x3f1250;}['attach'](_0x491213){this['annotations']=_0x491213;const _0x776e71=this['context']['plugins']['get'](z);if(_0x776e71['_annotations']=_0x491213,this['isAttached'])throw new _0x3e421b('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x776e71,'set:container',()=>{this['detach'](),this['listenTo'](_0x776e71,'change:container',_0x408a29=>{_0x408a29['off'](),this['attach'](_0x491213);});}),_0x776e71['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x52d10a=_0x254190=>{_0x254190['updateTargetRect'](),_0x776e71['addAnnotation'](_0x254190);};for(const _0x55bb19 of _0x491213)_0x52d10a(_0x55bb19);this['listenTo'](_0x491213,'add',(_0x487f84,_0x71a774)=>{_0x52d10a(_0x71a774);}),this['listenTo'](_0x491213,'remove',(_0x6b7b19,_0x5b0e3f,_0x4760ba)=>{_0x776e71['rearrange']({'removedAnnotation':_0x5b0e3f,'previousAnnotation':_0x491213['get'](_0x4760ba-0x1),'nextAnnotation':_0x491213['get'](_0x4760ba+0x1)}),_0x5b0e3f===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x491213,'focus',(_0x2d1a4e,_0x4ea756)=>{this['setActiveAnnotation'](_0x4ea756);}),this['listenTo'](_0x491213,'blur',()=>{this['setActiveAnnotation'](null);});const _0x595de1=this['context']instanceof _0x4f12fb?this['context']['editors']:new _0x1ef0bf([this['context']]);for(const _0x35805e of _0x595de1)this['_integrateWithEditorAnnotations'](_0x35805e);this['listenTo'](_0x595de1,'add',(_0x2276fe,_0x447773)=>{this['listenTo'](_0x447773,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x447773);});}),this['listenTo'](_0x595de1,'remove',(_0x3bd3ee,_0x1f1231)=>{_0x1f1231['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x1f1231['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x3e421b('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x4802c8=this['context']['plugins']['get'](z);_0x4802c8['_detachFromContainer'](this['annotations']),this['stopListening'](_0x4802c8),this['stopListening'](this['annotations']),this['context']instanceof _0x4f12fb&&this['stopListening'](this['context']['editors']);for(const _0x2e0757 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x2e0757);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x53ac69){if(!_0x53ac69['plugins']['has']('EditorAnnotations'))return;const _0x4fb433=_0x53ac69['plugins']['get']('EditorAnnotations'),_0x2eeab7=()=>{const _0x4e7b6c=_0x4fb433['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x4e7b6c[0x0]||null);};this['listenTo'](_0x4fb433,'refresh',_0x2eeab7),this['listenTo'](_0x4fb433,'blur',(_0x33b18d,{isAnnotationTracked:_0x360432})=>{this['activeAnnotation']&&_0x360432(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x4fb433,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x3df040=>{_0x4fb433['hasDomSelection']()&&(_0x2eeab7(),_0x3df040['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x4fb433);}['_destroyEditorAnnotationsIntegration'](_0x7d419e){this['stopListening'](_0x7d419e),this['_editorAnnotations']['remove'](_0x7d419e);}}class C extends _0x466348{['counterView'];constructor(_0x357e05){super(_0x357e05);const _0xcbc10c=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x2e1e2a,_0x136303)=>_0x2e1e2a?'...':_0x136303['toString']()),this['set']('annotationType',''),this['icon']=_0x2afdc6,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new kt(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0xcbc10c['to']('annotationType',_0x4cb376=>'ck-annotation-counter__badge--'+_0x4cb376),_0xcbc10c['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0xcbc10c['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class n extends _0x1ccae0{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'NarrowSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2757ab){super(_0x2757ab),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=new(_0x52db35())(),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x1ef0bf(),this['_refreshPositioningDebounced']=_0xc2129e(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x662b75(this['context']['locale']),this['balloonPanelView']=new _0xcc4bd2(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x1be25f){this['annotations']=_0x1be25f;const _0x18b385=this['context']['plugins']['get'](z),_0x117577=this['balloonPanelView'];if(_0x18b385['_annotations']=_0x1be25f,this['isAttached'])throw new _0x3e421b('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x18b385,'set:container',()=>{this['detach'](),this['listenTo'](_0x18b385,'change:container',_0x548836=>{_0x548836['off'](),this['attach'](_0x1be25f);});}),_0x18b385['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x22122c=_0x5d4929=>{const _0x13ee1c=new C(this['context']['locale']);_0x18b385['addAnnotation'](_0x5d4929,_0x13ee1c),this['_annotationToNarrowView']['set'](_0x5d4929,_0x13ee1c),_0x13ee1c['bind']('isDirty','annotationType','number')['to'](_0x5d4929['view'],'isDirty','type','length'),_0x13ee1c['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x117577['content']['first']!==_0x5d4929['view']?(this['_showBalloon'](_0x5d4929),_0x5d4929['view']['element']['focus'](),this['setActiveAnnotation'](_0x5d4929)):this['setActiveAnnotation'](null);});};for(const _0x3417ed of _0x1be25f)_0x22122c(_0x3417ed);this['listenTo'](_0x1be25f,'add',(_0x5cabca,_0x58b94e)=>{_0x22122c(_0x58b94e);}),this['listenTo'](_0x1be25f,'remove',(_0x538988,_0x38f769,_0x3ad702)=>{this['_annotationToNarrowView']['get'](_0x38f769)['destroy'](),this['_annotationToNarrowView']['delete'](_0x38f769),_0x18b385['rearrange']({'removedAnnotation':_0x38f769,'previousAnnotation':_0x1be25f['get'](_0x3ad702-0x1),'nextAnnotation':_0x1be25f['get'](_0x3ad702+0x1)}),_0x38f769===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x1be25f,'focus',(_0x2fffa6,_0x4c32a8)=>{this['setActiveAnnotation'](_0x4c32a8);}),this['listenTo'](_0x1be25f,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x279603,_0x2cbf8c)=>{_0x2cbf8c['keyCode']===_0x2ceb4e['esc']&&_0x117577['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x117577['content']['first']),this['_hideBalloon'](),_0x2cbf8c['stopPropagation'](),_0x2cbf8c['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x5f9d86,_0x3571fd)=>{const _0x51ca68=_0x3571fd['target'];_0x117577['isVisible']&&_0x117577['element']['contains'](_0x51ca68)||_0x18b385['view']['element']['contains'](_0x51ca68)||_0x5f9d86['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x5928f6=>_0x5928f6['contains'](_0x51ca68))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x258ecb=this['context']instanceof _0x4f12fb?this['context']['editors']:new _0x1ef0bf([this['context']]);for(const _0x1ab7df of _0x258ecb)this['_integrateWithEditorAnnotations'](_0x1ab7df);this['listenTo'](_0x258ecb,'add',(_0x86e9f6,_0x58c846)=>{this['listenTo'](_0x58c846,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x58c846);});}),this['listenTo'](_0x258ecb,'remove',(_0x2a76fb,_0x168fcc)=>{_0x168fcc['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x168fcc['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x16c0c0){if(_0x16c0c0===this['activeAnnotation'])return;const _0x4ec9a8=this['context']['plugins']['get'](z);if(_0x4ec9a8['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x16c0c0,'disableAnimationOnActivatedAnnotation':!0x0}),_0x16c0c0)_0x4ec9a8['getSidebarItemView'](_0x16c0c0)?this['_showBalloon'](_0x16c0c0):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x16c0c0;}['detach'](){if(!this['isAttached'])throw new _0x3e421b('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x1053fd=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x32ea00=>_0x32ea00['destroy']()),this['_annotationToNarrowView']['clear'](),_0x1053fd['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x4f12fb&&this['stopListening'](this['context']['editors']);for(const _0x12c429 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x12c429);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'](_0x2d1f66){if(!_0x2d1f66['plugins']['has']('EditorAnnotations'))return;const _0x2ba6f8=_0x2d1f66['plugins']['get']('EditorAnnotations'),_0x2f5980=this['context']['plugins']['get'](z),_0x2ccabd=this['annotations'],_0xc76394=this['balloonPanelView'],_0x1a1357=()=>{const _0x1e4c46=_0x2ba6f8['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x1e4c46),this['setActiveAnnotation'](_0x1e4c46[0x0]||null);};this['listenTo'](_0x2ba6f8,'refresh',_0x1a1357),this['listenTo'](_0x2ba6f8,'blur',(_0x2ea3be,{isAnnotationTracked:_0x577de2})=>{this['activeAnnotation']&&_0x577de2(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x2ba6f8,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x2ccabd,'blur',_0xf83c05=>{_0x2ba6f8['hasDomSelection']()&&_0xf83c05['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x3a7389,_0x320246)=>{const _0x56c7dc=_0x320246['target'];_0xc76394['isVisible']&&_0xc76394['element']['contains'](_0x56c7dc)||_0x2f5980['view']['element']['contains'](_0x56c7dc)||this['activeAnnotation']&&_0x2ba6f8['hasDomSelection']()&&(_0x1a1357(),_0x3a7389['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x2ba6f8);}['_destroyEditorAnnotationsIntegration'](_0x54e73e){_0x54e73e&&(this['stopListening'](_0x54e73e),this['_editorAnnotations']['remove'](_0x54e73e));}['_setSelectedAnnotations'](_0x3aa2e8){for(const _0x3011bc of this['_selectedAnnotations'])_0x3aa2e8['includes'](_0x3011bc)||this['_manuallyClosedAnnotationViews']['delete'](_0x3011bc['view']);this['_selectedAnnotations']=_0x3aa2e8;}['_refreshPositioning'](){const _0x29eac5=this['balloonPanelView'];this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning'](),_0x29eac5['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0xc6be67){if(this['_manuallyClosedAnnotationViews']['has'](_0xc6be67['view']))return;const _0xb4fc18=this['balloonPanelView']['content']['first'];_0xb4fc18!==_0xc6be67['view']?(_0xb4fc18&&this['_detachListeners'](_0xb4fc18),this['_attachListeners'](_0xc6be67['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0xc6be67['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x42fbe4=this['balloonPanelView']['content']['first'],_0x276352=_0x42fbe4&&this['annotations']['getByView'](_0x42fbe4);if(!_0x276352||!this['_annotationToNarrowView']['has'](_0x276352))return;const _0x505ca4=this['_annotationToNarrowView']['get'](_0x276352)['element'],_0x3b27da=(function(){const _0x533038=_0xcc4bd2['defaultPositions'];return[_0x533038['southArrowNorthEast'],_0x533038['northArrowSouthEast'],_0x533038['southArrowNorth'],_0x533038['northArrowSouth'],_0x533038['southArrowNorthWest'],_0x533038['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x505ca4,'positions':_0x3b27da});}['_hideBalloon'](){const _0x26c24e=this['balloonPanelView'],_0x1b1c2b=_0x26c24e['content']['first'];_0x1b1c2b&&(this['_detachListeners'](_0x1b1c2b),_0x26c24e['unpin'](),_0x26c24e['content']['clear']());}['_attachListeners'](_0x1944b){this['listenTo'](_0x1944b,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x1944b,'Esc',(_0x1d3945,_0x6a2244)=>{this['_manuallyClosedAnnotationViews']['add'](_0x1944b),this['_hideBalloon'](),_0x6a2244();});}['_detachListeners'](_0x438062){this['stopListening'](_0x438062);}}class c extends _0x2d7cdf{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[b,_0xfcadeb,j];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xf8c318){super(_0xf8c318),_0xf8c318['editing']['view']['addObserver'](_0x2ebc1a),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0xf8c318['plugins']['get'](_0xfcadeb),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x5c4774=this['editor']['plugins']['get'](j);_0x5c4774['context']===this['editor']&&(_0x5c4774['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x5c6845,_0x28cb03)=>{const _0x3dcd9c=this['_balloon'];if(this['isAttached']&&_0x3dcd9c['visibleView']){const _0xd8d855=this['annotations']['getByView'](_0x3dcd9c['visibleView']);_0xd8d855&&this['_closeAnnotation'](_0xd8d855),_0x28cb03();}}));}['afterInit'](){const _0x17fcdb=this['editor']['plugins']['get'](j);_0x17fcdb['context']===this['editor']&&(_0x17fcdb['hasActive']()||_0x17fcdb['switchTo']('inline'));}['setActiveAnnotation'](_0x3da5b4){_0x3da5b4!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x3da5b4&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x3da5b4)&&this['_addAnnotationToBalloon'](_0x3da5b4,!0x0),_0x3da5b4['isActive']=!0x0),_0x3da5b4||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x3da5b4);}['attach'](_0x406d42){this['annotations']=_0x406d42;const _0x3c467b=this['editor']['plugins']['get'](j),_0x402048=this['_balloon'];if(this['isAttached'])throw new _0x3e421b('inlineannotations-attach-already-attached',this);if(_0x3c467b['context']!==this['editor'])throw new _0x3e421b('inlineannotations-not-allowed-with-context',this);const _0x2d98fb=this['editor']['plugins']['get'](b);this['listenTo'](_0x2d98fb,'refresh',()=>{const _0x2c40a3=_0x2d98fb['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x5e2c69,_0x4ca761;!this['_forceRefresh']&&(_0x5e2c69=_0x2c40a3,_0x4ca761=this['_selectedAnnotations'],_0x5e2c69['length']===_0x4ca761['length']&&_0x5e2c69['every'](_0x32d749=>_0x4ca761['includes'](_0x32d749)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x2c40a3),this['setActiveAnnotation'](_0x2c40a3[0x0]||null));}),this['listenTo'](_0x2d98fb,'blur',(_0x4cfe29,{isAnnotationTracked:_0xde039a})=>{this['activeAnnotation']&&_0xde039a(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x553e33,_0xaf287f,_0xcf91eb)=>{_0xcf91eb||this['setActiveAnnotation'](null);}),this['listenTo'](_0x406d42,'remove',(_0x5031b2,_0x1faf17)=>{this['_removeAnnotationFromBalloon'](_0x1faf17),_0x1faf17===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x402048,'change:visibleView',(_0x153603,_0x41ed8a,_0x592fbe,_0x3dc6ad)=>{_0x3dc6ad&&this['stopListening'](_0x3dc6ad);const _0x297ac7=_0x406d42['getByView'](_0x592fbe);_0x592fbe&&_0x297ac7&&(this['listenTo'](_0x592fbe,'change:height',()=>{_0x402048['updatePosition']();}),this['listenTo'](_0x592fbe,'Esc',()=>{this['_closeAnnotation'](_0x297ac7),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x297ac7&&this['setActiveAnnotation'](_0x297ac7));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x402048['visibleView']&&(_0x406d42['getByView'](_0x402048['visibleView'])&&_0x402048['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 _0x3e421b('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x269719 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x269719);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x4ce4b3){for(const _0x18ced0 of this['_selectedAnnotations'])_0x4ce4b3['includes'](_0x18ced0)||this['_manuallyClosed']['delete'](_0x18ced0);for(const _0x31217e of this['annotations'])_0x4ce4b3['includes'](_0x31217e)||this['_removeAnnotationFromBalloon'](_0x31217e);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x2b2305 of _0x4ce4b3)this['_addAnnotationToBalloon'](_0x2b2305);}this['_selectedAnnotations']=_0x4ce4b3;}['_addAnnotationToBalloon'](_0xbce09d,_0x35481b=!0x1){this['_manuallyClosed']['has'](_0xbce09d)||(this['_addedAnnotations']['has'](_0xbce09d)||this['_balloon']['hasView'](_0xbce09d['view'])||(this['_addedAnnotations']['add'](_0xbce09d),this['_balloon']['add']({'stackId':_0xbce09d['view']['id'],'view':_0xbce09d['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0xbce09d)}})),_0x35481b&&this['_balloon']['showStack'](_0xbce09d['view']['id']));}['_getBalloonTargetForAnnotation'](_0x43cfb2){const _0x54e85f=_0x43cfb2['target'],_0x53f67d=this['editor']['editing']['view'],_0x2bd9dc=_0x53f67d['document']['selection']['getFirstRange'](),_0x33e73f=_0x53f67d['domConverter']['viewRangeToDom'](_0x2bd9dc);if(_0x33e73f['collapse'](!0x0),_0x54e85f){if(_0x54e85f instanceof _0x525986)return _0x54e85f;let _0x3e7c0c=[];for(const _0x23ac7c of _0x54e85f)_0x3e7c0c['push'](...F(_0x23ac7c['getClientRects']()));_0x3e7c0c=function(_0x105ddc){const _0x7a1bcb=[];let _0x300da1=_0x105ddc[0x0];for(let _0xb5c1b7=0x1;_0xb5c1b7<_0x105ddc['length'];_0xb5c1b7++)P(_0x300da1,_0x105ddc[_0xb5c1b7])?_0x300da1['width']+=_0x105ddc[_0xb5c1b7]['width']:(_0x7a1bcb['push'](_0x300da1),_0x300da1=_0x105ddc[_0xb5c1b7]);return _0x7a1bcb['push'](_0x300da1),_0x7a1bcb;}(_0x3e7c0c);const _0x25a703=_0x33e73f['getBoundingClientRect']();return _0x3e7c0c['find'](_0x2ddfa2=>_0x2ddfa2['top']<=_0x25a703['top']&&_0x2ddfa2['bottom']>=_0x25a703['bottom']&&_0x2ddfa2['left']<=_0x25a703['left']&&_0x2ddfa2['right']>=_0x25a703['right'])||_0x3e7c0c[0x0];}return _0x43cfb2['targetRect']||_0x33e73f;}['_removeAnnotationFromBalloon'](_0x5043bb){this['_addedAnnotations']['has'](_0x5043bb)&&this['_balloon']['hasView'](_0x5043bb['view'])&&(this['_addedAnnotations']['delete'](_0x5043bb),this['_balloon']['remove'](_0x5043bb['view']));}['_closeAnnotation'](_0x6aecd7){this['_manuallyClosed']['add'](_0x6aecd7),this['_removeAnnotationFromBalloon'](_0x6aecd7);}}function F(_0x48a005){return Array['from'](_0x48a005)['map'](DOMRect['fromRect']);}function P(_0x21046c,_0xb2c016){return _0x21046c['top']===_0xb2c016['top']&&_0x21046c['bottom']===_0xb2c016['bottom']&&_0x21046c['right']===_0xb2c016['left'];}class Z extends kt{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x4887c3,_0x4a17bd){super(_0x4887c3),this['set']('isEmpty',!_0x4a17bd['length']),this['focusTracker']=new _0x38e722(),this['_annotationViews']=_0x4a17bd,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new _0x420990({'focusables':_0x4a17bd,'focusTracker':this['focusTracker']}),this['listenTo'](_0x4a17bd,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x4a17bd,'remove',(_0x16dcd0,_0x2ea754)=>{_0x2ea754['isActive']&&this['focus'](),_0x4a17bd['length']||(this['isEmpty']=!0x0);});const _0x4d755c=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':N(_0x4887c3,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x4a17bd},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x4d755c['if']('isEmpty','ck-hidden',_0xa008a5=>!_0xa008a5)]},'children':[{'text':N(_0x4887c3,'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 _0x1e25f5 of this['_annotationViews'])this['focusTracker']['add'](_0x1e25f5['element']);this['_annotationViews']['on']('change',(_0x47fe39,{added:_0x51f407,removed:_0xfda2ca})=>{for(const _0x167636 of _0x51f407)this['focusTracker']['add'](_0x167636['element']);for(const _0x730038 of _0xfda2ca)this['focusTracker']['remove'](_0x730038['element']);});}}class p extends _0x1ccae0{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[o,y];}constructor(_0x2b452f){super(_0x2b452f),this['archivedThreads']=new _0x1ef0bf();}['init'](){const _0xe5e031=this['context'],_0x4fd271=_0xe5e031['plugins']['get'](o),_0x5a5bdb=_0xe5e031['plugins']['get'](y);this['listenTo'](_0x4fd271,'addCommentThread',(_0x55a5e3,{threadId:_0x3af429})=>{const _0x5b7a58=_0x4fd271['getCommentThread'](_0x3af429);_0x5b7a58['archivedAt']&&this['archivedThreads']['add'](_0x5b7a58,this['_calculatePosition'](_0x5b7a58['archivedAt'])),this['listenTo'](_0x5b7a58,'change:archivedAt',(_0xe9bf44,_0x50bef2,_0xc99e7a)=>{_0xc99e7a?this['archivedThreads']['has'](_0x5b7a58)||this['archivedThreads']['add'](_0x5b7a58,this['_calculatePosition'](_0x5b7a58['archivedAt'])):this['archivedThreads']['has'](_0x5b7a58)&&this['archivedThreads']['remove'](_0x5b7a58);});}),this['listenTo'](_0x4fd271,'removeCommentThread',(_0xb34425,{threadId:_0x3d44d1})=>{const _0x14081b=_0x4fd271['getCommentThread'](_0x3d44d1);this['stopListening'](_0x14081b),this['archivedThreads']['has'](_0x14081b)&&this['archivedThreads']['remove'](_0x14081b);},{'priority':'highest'}),this['listenTo'](_0x5a5bdb['collection'],'focus',(_0x175f67,_0x1fbccd)=>{_0x1fbccd['isVisible']||(_0x1fbccd['isActive']=!0x0,_0x5a5bdb['activate'](_0x1fbccd));});}['_calculatePosition'](_0x33b636){const _0x369cdd=[...this['archivedThreads']]['findIndex'](_0x179979=>_0x179979['archivedAt']<_0x33b636);return _0x369cdd>-0x1?_0x369cdd:this['archivedThreads']['length'];}}class a extends _0x2d7cdf{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[p,_0x36a5db];}constructor(_0x2c4371){super(_0x2c4371),this['annotationViews']=new _0x59d6f8(),this['_pendingThreads']=[];}['init'](){const _0x5cd0d3=this['editor'],_0x4ea6f0=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x5cd0d3['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x466348,!0x0)),_0x5cd0d3['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x1c01fe=this['_createCommentsArchiveButton'](_0x1efa9f);return _0x1c01fe['set']({'role':'menuitemcheckbox'}),_0x1c01fe;});const _0x4c48dc=_0x5cd0d3['plugins']['get'](p),_0x494fa5=_0x5cd0d3['plugins']['get']('Annotations'),_0x2fc5b3=_0x5cd0d3['plugins']['get']('CommentsRepository');_0x4c48dc['archivedThreads']['forEach'](_0x4a82c0=>{this['_handleNewThread'](_0x4a82c0);}),this['listenTo'](_0x4c48dc['archivedThreads'],'add',(_0x4097a1,_0x5c1a1a)=>{this['_handleNewThread'](_0x5c1a1a);}),this['listenTo'](_0x494fa5['collection'],'add',(_0x56d40f,_0x58c744)=>{const _0x4589dd=this['_pendingThreads']['find'](_0x5daded=>{const _0x4444a6=_0x2fc5b3['_threadToController']['get'](_0x5daded);return _0x4444a6&&_0x58c744['innerView']===_0x4444a6['view'];});if(_0x4589dd){const _0xd2aeb3=this['_calculatePosition'](_0x4589dd['archivedAt']);this['_addAnnotationToArchive'](_0x58c744,_0xd2aeb3),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x4589dd),0x1);}}),this['listenTo'](_0x4c48dc['archivedThreads'],'remove',(_0x1942d4,_0x25967e)=>{const _0x3d467c=_0x5cd0d3['config']['get']('collaboration.channelId');if(!_0x3d467c||_0x25967e['channelId']===_0x3d467c){if(this['_pendingThreads']['includes'](_0x25967e))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x25967e),0x1);else{const _0x5927b8=_0x2fc5b3['_threadToController']['get'](_0x25967e),_0x45c9a2=_0x494fa5['getByInnerView'](_0x5927b8['view']);this['annotationViews']['remove'](_0x45c9a2['view']),this['stopListening'](_0x45c9a2),this['stopListening'](_0x45c9a2['focusableElements']);}}}),this['listenTo'](_0x494fa5['collection'],'add',(_0x1cbfd,_0x4eeba8)=>{this['listenTo'](_0x4eeba8,'escape',_0x4ea6f0);}),this['listenTo'](_0x494fa5['collection'],'remove',(_0x1cd70e,_0x3480bf)=>{this['stopListening'](_0x3480bf,'escape',_0x4ea6f0);});}['_addAnnotationToArchive'](_0xa07f7c,_0x2efacd){this['listenTo'](_0xa07f7c,'set:isVisible',_0x4a3477=>{_0x4a3477['return']=!0x1,_0x4a3477['stop']();}),this['annotationViews']['add'](_0xa07f7c['view'],_0x2efacd);}['_handleNewThread'](_0x3a28ac){const _0x22bcc5=this['editor']['plugins']['get']('CommentsRepository'),_0x1f5416=this['editor']['plugins']['get']('Annotations'),_0x1451f7=this['editor']['config']['get']('collaboration.channelId');if(!_0x1451f7||_0x3a28ac['channelId']===_0x1451f7){const _0x25cd75=_0x22bcc5['_threadToController']['get'](_0x3a28ac);if(!_0x25cd75)return void this['_pendingThreads']['push'](_0x3a28ac);const _0x351113=this['_calculatePosition'](_0x3a28ac['archivedAt']),_0x11bd02=_0x1f5416['getByInnerView'](_0x25cd75['view']);_0x11bd02['isVisible']&&_0x1f5416['_visibleAnnotations']['remove'](_0x11bd02),this['_addAnnotationToArchive'](_0x11bd02,_0x351113);}}['_calculatePosition'](_0x451f1b){const _0x1a5cc4=this['editor']['config']['get']('collaboration.channelId'),_0x3b9957=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x543893=>_0x543893['channelId']===_0x1a5cc4)['findIndex'](_0xdcdc90=>_0xdcdc90['archivedAt']<_0x451f1b);return _0x3b9957<0x0||_0x3b9957>this['annotationViews']['length']?this['annotationViews']['length']:_0x3b9957-0x1;}['_toggleDialog'](){const _0x2ecce9=this['editor'],_0x4b0df7=_0x2ecce9['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new Z(_0x2ecce9['locale'],this['annotationViews'])),'commentsArchive'===_0x4b0df7['id']?_0x4b0df7['hide']():_0x4b0df7['show']({'id':'commentsArchive','title':N(_0x2ecce9['locale'],'COMMENTS_ARCHIVE'),'icon':_0x2a5da8,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x477b02['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0xa66f10,_0x2ae628=!0x1){const _0x16de8e=this['editor']['locale'],_0x23ba12=this['editor']['plugins']['get']('Dialog'),_0x135636=new _0xa66f10(_0x16de8e);return _0x135636['bind']('isEnabled')['to'](this,'isEnabled'),_0x135636['bind']('isOn')['to'](_0x23ba12,'id',_0x2dc95b=>'commentsArchive'===_0x2dc95b),_0x135636['set']({'label':N(_0x16de8e,'COMMENTS_ARCHIVE'),'icon':_0x2a5da8,'isToggleable':!0x0}),_0x2ae628&&(_0x135636['tooltip']=!0x0),this['listenTo'](_0x135636,'execute',()=>this['_toggleDialog']()),_0x135636;}['_hideDialogOnAnnotationEscape']=_0x26019a=>{const _0x3766ed=_0x26019a['source'];if(!this['annotationViews']['has'](_0x3766ed['view']))return;const _0x2c6439=this['editor']['plugins']['get']('Dialog');_0x2c6439['isOpen']&&'commentsArchive'===_0x2c6439['id']&&(_0x2c6439['hide'](),_0x26019a['stop']());};}class gi extends _0x2d7cdf{static get['requires'](){return[o,r,s,p,a,i,e,n,c];}static get['pluginName'](){return'Comments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{ot as AddCommentThreadCommand,T as Annotation,S as AnnotationCollection,C as AnnotationCounterButtonView,E as AnnotationView,y as Annotations,R as AnnotationsSidebarItemView,H as AnnotationsSidebarView,j as AnnotationsUIs,si as BaseCommentThreadView,di as BaseCommentView,wi as Comment,pi as CommentThread,vt as CommentThreadController,ie as CommentThreadInputView,gt as CommentThreadView,Tt as CommentView,gi as Comments,p as CommentsArchive,a as CommentsArchiveUI,r as CommentsEditing,te as CommentsListView,i as CommentsOnly,o as CommentsRepository,s as CommentsUI,b as EditorAnnotations,c as InlineAnnotations,n as NarrowSidebar,z as Sidebar,e as WideSidebar,v as bindAnnotationCollections};
|
|
23
|
+
import{Editor as _0x4f6750,ContextPlugin as _0x49a714,PendingActions as pt,Command as _0x34de38,Plugin as _0x1af081,Context as _0x163c61}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x4a612e,uid as _0x293706,KeystrokeHandler as jt,FocusTracker as _0x10376d,diff as _0x22e9df,Collection as _0x553f9d,Rect as _0x36532c,CKEditorError as _0x41127b,first as _0xdb0c39,priorities as Wt,scrollViewportToShowTarget as ot,getEnvKeystrokeText as nt,toUnit as Dt,DomEmitterMixin as _0x27af93,keyCodes as _0x3d0b70}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x1a91f0,AriaDescriptionView as Yt,setupThreadKeyboardNavigation as Zt,ConfirmMixin as ti,LateFocusButtonView as _0xdaa829,trimHtml as ts,LateFocusDropdownButtonView as _0xb6f9cd,Users as st,getDateTimeFormatter as It,hashObject as wt,getAllMarkersDomElementsSorted as it,surroundingMarkersDetector as et,FOCUS_ANNOTATION_KEYSTROKE as _0x1d5c1d}from'ckeditor5-collaboration/dist/index.js';import{throttle as _0x14d555,isEqual as yt,cloneDeep as At,set as Ct,unset as vt,debounce as _0x312e89}from'es-toolkit/compat';import{IconUndo as _0x48827e,IconCheck as _0x41da07,IconPencil as _0x4cfd02,IconRemoveComment as _0x4881ef,IconThreeVerticalDots as _0x308277,IconAddComment as _0x3c03b5,IconCommentsArchive as _0x1c2adb}from'@ckeditor/ckeditor5-icons/dist/index.js';import{EditorUIView as $t,InlineEditableUIView as Vt,EditorUI as Ut,View as kt,FocusCycler as _0x1f36c0,ButtonView as _0x5e0888,ViewCollection as _0x4323e0,createDropdown as _0x359d34,ListView as _0x595eca,focusChildOnDropdownOpen as _0x4c5790,ListItemView as _0x4f0878,MenuBarMenuListItemButtonView as _0x40f03c,BodyCollection as _0x236d30,BalloonPanelView as _0xc178dd,ContextualBalloon as _0x5f2e54,Dialog as _0x10b73e,DialogViewPosition as _0x5f517e}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disableViewPlaceholder as St,enableViewPlaceholder as Ft,MouseObserver as _0x14da0a}from'@ckeditor/ckeditor5-engine/dist/index.js';import{Clipboard as qt,ClipboardMarkersUtils as Mt,ClipboardPipeline as Pt}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Enter as zt,ShiftEnter as Bt}from'@ckeditor/ckeditor5-enter/dist/index.js';import{SelectAll as Gt}from'@ckeditor/ckeditor5-select-all/dist/index.js';import{Typing as Jt}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Undo as Kt}from'@ckeditor/ckeditor5-undo/dist/index.js';import{Paragraph as Lt}from'@ckeditor/ckeditor5-paragraph/dist/index.js';import{FOCUS_ANNOTATION_KEYSTROKE as _0x333ac1}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import{toWidget as _0x4378ed}from'@ckeditor/ckeditor5-widget/dist/index.js';class gt extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x4a612e(){['model'];['view'];constructor(_0xa752fc,_0x1fc056){super(),this['model']=_0xa752fc,this['model']['_isAttached']=!0x0,this['view']=_0x1fc056,this['listenTo'](_0x1fc056,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x1fc056,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x1fc056,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x1fc056,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x1fc056,'addComment',(_0x309e77,_0x3f4dda)=>this['addComment'](_0x3f4dda)),this['listenTo'](_0x1fc056,'updateComment',(_0x4d3d6c,_0x34dfb8,_0x17a07e)=>this['updateComment'](_0x34dfb8,_0x17a07e)),this['listenTo'](_0x1fc056,'removeComment',(_0x4690fb,_0x24dcba)=>this['removeComment'](_0x24dcba));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x2e0451){this['model']['addComment']({'content':_0x2e0451,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x33c119,_0x2cdd95){this['model']['getComment'](_0x33c119)['update']({'content':_0x2cdd95});}['removeComment'](_0x24a89a){this['model']['getComment'](_0x24a89a)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function N(_0x3c14cd,_0x1663d5,_0x541538){const t=_0x3c14cd['t'];switch(_0x1663d5){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'},_0x541538);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'},_0x541538);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'},_0x541538);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'},_0x541538);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x541538);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'},_0x541538);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'},_0x541538);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'},_0x541538);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 Rt extends $t{['main'];['editable'];constructor(_0x14fbc8,_0x4350ef){super(_0x14fbc8);const _0x4b31a1=_0x293706();this['main']=this['createCollection'](),this['editable']=new Vt(_0x14fbc8,_0x4350ef,void 0x0,{'label':()=>N(_0x14fbc8,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x14fbc8['uiLanguageDirection'],'lang':_0x14fbc8['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x4b31a1},'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 Ot extends Ut{['view'];constructor(_0x96d937){super(_0x96d937),this['view']=new Rt(_0x96d937['locale'],_0x96d937['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x230b34=this['editor']['editing']['view'],_0xf741ba=this['view']['editable'],_0x23bd6f=_0x230b34['document']['getRoot']();_0xf741ba['name']=_0x23bd6f['rootName'],this['view']['render']();const _0x673a3d=_0xf741ba['element'];this['setEditableElement'](_0xf741ba['name'],_0x673a3d),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x230b34['attachDomRoot'](_0x673a3d),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Qt=[qt,zt,Bt,Gt,Jt,Kt,Lt];class hs extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x4a612e(_0x4f6750){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Qt)());constructor(_0x3980d8={}){function _0x328b2c(_0xa22bbc){return _0xa22bbc['map'](_0x24e81e=>String['fromCharCode'](_0x24e81e))['join']('');}(_0x3980d8=Object['assign']({},_0x3980d8))['plugins']||(_0x3980d8['plugins']=hs['defaultPlugins']),super(_0x3980d8),this['ui']=new Ot(this),this['set']('placeholder',''),this['model']['document']['on']('change',()=>this['_updatePlaceholder'](),{'priority':'low'}),this['on']('change:placeholder',()=>this['_updatePlaceholder']()),this['model']['document']['createRoot'](),this[_0x328b2c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x328b2c([0x76,0x69,0x65,0x77])][_0x328b2c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x328b2c([0x61,0x75,0x74,0x6f]),this[_0x328b2c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x328b2c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x328b2c([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x328b2c([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x328b2c([0x6f,0x6b])});}['create'](){const _0x457161=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x457161))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x107a1e=>{const _0x5edb02=this['model']['document']['getRoot'](),_0x4088fc=_0x5edb02&&_0x5edb02['getChild'](_0x5edb02['childCount']-0x1);_0x107a1e['setSelection'](_0x4088fc,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x1084c7=this['editing']['view'],_0x540dc9=_0x1084c7['document']['getRoot'](),_0x2f9a22=_0x540dc9['getChild'](0x0);_0x540dc9['childCount']>0x1||!_0x2f9a22||'p'!=_0x2f9a22['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(St(_0x1084c7,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x2f9a22['placeholder']=this['placeholder']),Ft({'view':_0x1084c7,'element':_0x2f9a22,'keepOnFocus':!0x0}),this['placeholderElement']=_0x2f9a22);}}class es extends kt{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x1dd8c7,_0x1d8a7c={}){super(_0x1dd8c7),this['editor']=null,this['_editorConfig']=_0x1d8a7c,this['set']('value',_0x1d8a7c['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',N(_0x1dd8c7,'Reply...')),this['set']('submitLabel',N(_0x1dd8c7,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new jt(),this['focusTracker']=new _0x10376d(),this['focusCycler']=new _0x1f36c0({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'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',(_0x1d29b6,_0x2213f0)=>{this['cancelButtonView']['fire']('execute'),_0x2213f0();}),this['keystrokes']['set']('Ctrl+Enter',(_0x47634b,_0x27ef22)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x27ef22());}),this['on']('submit',(_0x3ac6cf,_0x53afe5)=>{_0x53afe5['length']>0xfde8?(alert(N(_0x1dd8c7,'TOO_LONG_COMMENT_ALERT',[_0x53afe5['length'],0xfde8])),_0x3ac6cf['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new hs(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x5c75ea=this['editor'];this['element']['insertBefore'](_0x5c75ea['ui']['element'],this['element']['firstChild']),_0x5c75ea['model']['document']['on']('change',()=>this['value']=_0x5c75ea['getData']()),_0x5c75ea['bind']('placeholder')['to'](this),this['focusables']['add'](_0x5c75ea['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0xcfb49c){-0x1===_0xcfb49c?(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:_0x2f1c97}=this,_0x26de36=new _0x5e0888(_0x2f1c97);return _0x26de36['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x26de36['withText']=!0x0,_0x26de36['bind']('label')['to'](this,'submitLabel'),_0x26de36['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x26de36['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x89bdc2,_0x100341)=>!_0x100341&&!!_0x89bdc2['trim']()),_0x26de36;}['_createCancelButton'](){const {locale:_0x71a23d}=this,_0x20e958=new _0x5e0888(_0x71a23d);return _0x20e958['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x20e958['label']=N(_0x71a23d,'Cancel'),_0x20e958['withText']=!0x0,_0x20e958['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x20e958;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0xc108c8=>{this['focusTracker']['add'](_0xc108c8['element']);}),this['focusables']['on']('change',(_0x111b78,_0xef571d)=>{for(const _0x9eef38 of Array['from'](_0xef571d['added'])['reverse']())this['focusTracker']['add'](_0x9eef38['element']);});}}class ie extends kt{constructor(_0x12748c,_0x4b8bc7,_0x46e24d){super(_0x12748c),this['commentInputView']=new es(_0x12748c,_0x46e24d),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x2c664a,_0x1d1194)=>_0x2c664a||!!_0x1d1194),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 _0x1a91f0(_0x12748c,_0x4b8bc7),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'](_0x26ae57){this['commentInputView']['focus'](_0x26ae57);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x4345d5,_0x30dd61)=>{const {submitButtonView:_0x39a8a6,cancelButtonView:_0x544407,editor:_0x3c7e15}=this['commentInputView'];[_0x39a8a6['element'],_0x544407['element'],_0x3c7e15?_0x3c7e15['editing']['view']['getDomRoot']():null]['filter'](_0x312e31=>_0x312e31)['some'](_0x5dab5b=>_0x5dab5b['contains'](_0x30dd61['target']))||(this['focus'](),_0x30dd61['preventDefault']());});}}class rs extends kt{constructor(_0x556595){super(_0x556595);const _0x2002c4=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x2002c4['to']('count',_0x4af2c6=>N(_0x556595,'NUMBER_OF_COMMENTS',_0x4af2c6))}]});}}class te extends kt{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x300b6d,_0x5587b5,_0x1f82aa){super(_0x300b6d);const _0x2cd4f4=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x5587b5['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x5587b5,this['_config']=_0x1f82aa,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x10376d(),this['keystrokes']=new jt(),this['focusCycler']=new _0x1f36c0({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1afe5c=>this['commentViews']['map'](_0x488e23=>_0x488e23['element'])['includes'](_0x1afe5c['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new rs(_0x300b6d),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0xe29e08=>_0xe29e08-this['_config']['maxCommentsWhenCollapsed']);for(const _0x14ef88 of _0x5587b5['comments'])this['_handleNewCommentModel'](_0x14ef88);this['_handleInfoComment'](),this['listenTo'](_0x5587b5['comments'],'add',(_0x1ea419,_0xf23338)=>{const _0x89abf1=this['_calculatePosition'](_0xf23338);this['length']++,this['_handleNewCommentModel'](_0xf23338,_0x89abf1),this['refreshVisibleViews']();}),this['listenTo'](_0x5587b5['comments'],'remove',(_0x162598,_0x4df73f)=>{this['length']--,this['_handleRemoveCommentModel'](_0x4df73f),this['refreshVisibleViews']();}),this['listenTo'](_0x5587b5,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x5587b5,'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',_0x2cd4f4['if']('length','ck-hidden',_0x27ff94=>!_0x27ff94)],'aria-label':N(_0x300b6d,'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'](_0xe834d2){-0x1===_0xe834d2?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x4487e9 of this['commentViews'])_0x4487e9['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x10eb5f,_0x575b1e){const _0x196154=new this['_config']['CommentView'](this['locale'],_0x10eb5f,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x196154['viewUid']=_0x10eb5f['id'],_0x196154['delegate']('removeComment')['to'](this),_0x196154['delegate']('updateComment')['to'](this),_0x196154['delegate']('resolveCommentThread')['to'](this),_0x196154['delegate']('editorReady')['to'](this),_0x196154['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x196154,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x196154,_0x575b1e);}['_calculatePosition'](_0x2c83ab){const _0x561d04=this['_model']['_findOptimalIndex'](_0x2c83ab);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x2c83ab['authoredAt']?_0x561d04-0x1:_0x561d04:_0x561d04-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x213b10={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':N(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x213b10,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x213b10));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x2a2bc2){const _0x143f74=this['commentViews']['remove'](_0x2a2bc2['id']);this['stopListening'](_0x143f74),_0x143f74['isEditMode']&&this['_updateHasDirtyComment'](),_0x143f74['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x51cfa1=>_0x51cfa1['isEditMode']);}['_rearrangeCollapse'](){const _0x30880a=function(_0x3410dd){const _0x29c0b4=new _0x553f9d();for(const _0xbcb95d of _0x3410dd)_0x29c0b4['add'](_0xbcb95d);return _0x29c0b4;}(this['commentViews']),_0xeae90e=this['_collapsedCommentsView']['count'];for(let _0x5dece2=0x1;_0x5dece2<=_0xeae90e;_0x5dece2++)_0x30880a['remove'](0x1);for(const _0x57e8ba of _0x30880a)_0x57e8ba['collapse']();_0xeae90e>0x0&&_0x30880a['add'](this['_collapsedCommentsView'],0x1),ns(_0x22e9df(Array['from'](this['visibleViews']),Array['from'](_0x30880a)),this['visibleViews'],_0x30880a);}['_rearrangeExpand'](){ns(_0x22e9df(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x545963 of this['visibleViews'])_0x545963['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x292c0d=>{this['focusTracker']['add'](_0x292c0d['element']),this['keystrokes']['listenTo'](_0x292c0d['element']);}),this['commentViews']['on']('change',(_0x2651a4,_0x64980a)=>{for(const _0x2c156c of _0x64980a['removed'])this['focusTracker']['remove'](_0x2c156c['element']),this['keystrokes']['stopListening'](_0x2c156c['element']);for(const _0x5d66b5 of Array['from'](_0x64980a['added'])['reverse']())this['focusTracker']['add'](_0x5d66b5['element']),this['keystrokes']['listenTo'](_0x5d66b5['element']);});}}function ns(_0x15660c,_0x382d2b,_0x31ea77){let _0x2d8a7b=0x0;for(const _0x3130b7 of _0x15660c)switch(_0x3130b7){case'insert':_0x382d2b['add'](_0x31ea77['get'](_0x2d8a7b),_0x2d8a7b),_0x2d8a7b++;break;case'delete':_0x382d2b['remove'](_0x2d8a7b);break;case'equal':_0x2d8a7b++;}}class oe extends kt{constructor(_0x581cf0){super(_0x581cf0);const _0x52f227=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x52f227['to']('contextValue',_0x566e59=>N(_0x581cf0,'THREAD_CONTEXT_LABEL',_0x566e59)),'tabindex':-0x1},'children':[{'text':_0x52f227['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class Xt extends kt{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x1cc7b7,_0x1f2b02){super(_0x1cc7b7);const _0x1e3491=this['bindTemplate'];this['_model']=_0x1f2b02,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x10376d(),this['keystrokes']=new jt(),this['focusCycler']=new _0x1f36c0({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x38e23d=>!!_0x38e23d),this['bind']('contextValue')['to'](this['_model'],'context',_0x4fce9b=>_0x4fce9b&&_0x4fce9b['value']?this['_trimContextValue'](_0x4fce9b['value']):N(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',_0x1e3491['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 _0x386fdd=new _0x5e0888(this['locale']);return _0x386fdd['label']=N(this['locale'],'Reopen'),_0x386fdd['tooltip']=N(this['locale'],'Reopen'),_0x386fdd['icon']=_0x48827e,_0x386fdd['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x37dbc8=>!_0x37dbc8),_0x386fdd['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x5bf0bd,_0x216f65)=>_0x5bf0bd&&_0x216f65),_0x386fdd['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x386fdd;}['_trimContextValue'](_0x599f2a){if(_0x599f2a['length']<0x96)return _0x599f2a;const _0x5b9eca=_0x599f2a['lastIndexOf']('\x20',0x93);return _0x599f2a['substring'](0x0,_0x5b9eca>-0x1?_0x5b9eca:0x93)+'...';}['_attachContextActions'](){const _0x1e8071=this['element']['querySelector']('.ck-context'),_0x3e0e9e=_0x1e8071['querySelector']('.ck-context__value');this['listenTo'](_0x1e8071,'mouseenter',()=>{_0x3e0e9e['offsetWidth']<_0x3e0e9e['scrollWidth']&&_0x1e8071['classList']['add']('overlay');}),this['listenTo'](_0x1e8071,'mouseleave',()=>{_0x1e8071['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x3a3747 of this['focusables'])this['focusTracker']['add'](_0x3a3747['element']),this['keystrokes']['listenTo'](_0x3a3747['element']);}['_createContextView'](){const _0x19b9b9=new oe(this['locale']);return _0x19b9b9['bind']('contextValue')['to'](this),_0x19b9b9;}}class si extends kt{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x232203,_0x40eabc,_0x3db23d,_0x288870){super(_0x232203),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x40eabc,this['_localUser']=_0x3db23d,this['_config']=_0x288870,this['commentThreadHeaderView']=new Xt(_0x232203,_0x40eabc),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new Yt(_0x232203,N(_0x232203,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new te(_0x232203,_0x40eabc,Object['assign']({'CommentView':this['_config']['CommentView']},_0x288870)),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',(_0x17291d,_0x412523)=>_0x17291d||!!_0x412523),this['bind']('isUnlinked')['to'](_0x40eabc,'unlinkedAt',_0x38f4ba=>!!_0x38f4ba),this['bind']('ariaLabel')['to'](this,'length',_0x4e55a7=>{const _0x84de14=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return N(this['locale'],'COMMENT_THREAD_LABEL',[_0x4e55a7,_0x84de14]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x10376d(),this['keystrokes']=new jt(),this['focusCycler']=new _0x1f36c0({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0xb5408d=>_0xb5408d['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),Zt(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x1ca526=new ie(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x6e40f2=_0x1ca526['commentInputView'];return _0x1ca526['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x6e40f2,'value',(_0x4b01fe,_0x1ea3d7,_0x20545a,_0x24852b,_0x3a3c42)=>!!_0x3a3c42||!!_0x24852b&&_0x20545a&&!_0x1ea3d7||_0x4b01fe&&_0x20545a&&!_0x1ea3d7),_0x6e40f2['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x2f138b,_0xd56dcd,_0x117984)=>{let _0x87cd9c;return _0x87cd9c=_0x117984&&_0xd56dcd?'Reply\x20to\x20reopen\x20discussion...':_0x2f138b?'Reply...':'Write\x20a\x20comment...',N(this['locale'],_0x87cd9c);}),_0x6e40f2['bind']('submitLabel')['to'](this,'length',_0x5d2733=>N(this['locale'],_0x5d2733?'Reply':'Comment')),_0x6e40f2['on']('submit',(_0x2b0099,_0x215699)=>{this['fire']('addComment',_0x215699),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x6e40f2['on']('cancel',()=>{this['focus']();}),_0x6e40f2['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x6e40f2['on']('cancel',_0x137125=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x137125['stop']());}),this['on']('change:isActive',(_0x1d1360,_0x2eecb7,_0x587079)=>{_0x587079||this['length']||_0x6e40f2['value']||this['fire']('removeCommentThread');}),_0x1ca526;}}class Tt extends/* #__PURE__ -- @preserve */
|
|
27
|
+
ti(si){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x98ad36,_0x278e78,_0x23627a,_0x57fdaf){super(_0x98ad36,_0x278e78,_0x23627a,_0x57fdaf),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x98ad36,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x50b254,_0x5e76f2,_0xf0ecdc)=>{_0xf0ecdc||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x1301d3,_0x4b8747,_0x1df066)=>{_0x1df066&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x10d119=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x10d119['if']('isActive','ck-thread--active'),_0x10d119['if']('isUnlinked','ck-thread--unlinked'),_0x10d119['to']('actionIndicator',_0x4b141a=>_0x4b141a?'ck-thread--'+_0x4b141a:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x10d119['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 _0x49e7e9 of this['commentsListView']['commentViews'])_0x49e7e9['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x2672d6}=this,_0x1417a7=this['commentsListView']['commentViews']['get'](0x0);_0x1417a7===this['_boundFirstCommentView']||_0x1417a7['isSystemComment']||(this['_boundFirstCommentView']=_0x1417a7,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x1417a7,'actionIndicator',_0x4c97dd=>'remove'===_0x4c97dd?'remove':null),_0x1417a7['placeholder']=N(_0x2672d6,'Write\x20a\x20comment...'),_0x1417a7['removeButton']['on']('execute',_0x4c5814=>{_0x4c5814['stop'](),this['showConfirm'](N(_0x2672d6,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x1417a7['focus']();}),_0x1417a7['actionBar']['add'](this['resolveButton'],0x0),_0x1417a7['focusables']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x1978e1=new _0xdaa829(this['locale']);return _0x1978e1['label']=N(this['locale'],'Resolve'),_0x1978e1['tooltip']=N(this['locale'],'Resolve'),_0x1978e1['icon']=_0x41da07,_0x1978e1['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x1978e1['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x2f7bda=>!_0x2f7bda),_0x1978e1['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x55dd6e,_0x3ef6b3)=>_0x55dd6e&&!_0x3ef6b3),_0x1978e1['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x1978e1;}['_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 is extends kt{constructor(_0x301f7a){super(_0x301f7a),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x46bbed,_0x32a5e4,_0x161dd7)=>{this['element']['innerHTML']=_0x161dd7;}),this['element']['innerHTML']=this['content'];}}class di extends kt{['visibleView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x1e4ca8,_0x26570d,_0x5449a0){super(_0x1e4ca8),this['_model']=_0x26570d,this['_config']=_0x5449a0,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x26570d,'content',_0x26570d,'authoredAt',(_0x296c2b,_0x1c7408)=>N(_0x1e4ca8,'COMMENT_ARIA_LABEL',[_0x26570d['author']['name'],_0x5449a0['formatDateTime'](_0x1c7408),new DOMParser()['parseFromString'](_0x296c2b,'text/html')['body']['textContent'],_0x26570d['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new Yt(_0x1e4ca8,N(_0x1e4ca8,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new _0x4323e0(),this['focusTracker']=new _0x10376d(),this['keystrokes']=new jt(),this['focusCycler']=new _0x1f36c0({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x158f0d=>_0x158f0d['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']?N(this['locale'],'EXTERNAL_IMPORT_WORD_COMMENT'):N(this['locale'],'EXTERNAL_COMMENT');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?N(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):N(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['_createCommentContentView'](){const _0x27c697=new is(this['locale']);return _0x27c697['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x5c0856,_0x6bad67)=>_0x6bad67?ts(_0x5c0856,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x5c0856),_0x27c697;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x115789=new es(this['locale'],this['_config']['editorConfig']);return _0x115789['value']=this['_model']['content'],_0x115789['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x115789['submitLabel']=N(this['locale'],'Save'),_0x115789['on']('submit',(_0x1ac337,_0x2da7f9)=>{this['fire']('updateComment',this['_model']['id'],_0x2da7f9),this['switchToDisplayMode'](),this['focus']();}),_0x115789['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x115789['once']('editorReady',()=>{_0x115789['focus']();}),_0x115789['createEditor'](),_0x115789['delegate']('editorReady')['to'](this),_0x115789['delegate']('editorDestroyed')['to'](this),_0x115789;}['_setupKeyboardNavigation'](){const _0x1906e1=this['element'];this['keystrokes']['listenTo'](_0x1906e1);for(const _0x508364 of this['focusables'])this['focusTracker']['add'](_0x508364['element']),this['keystrokes']['listenTo'](_0x508364['element']);this['focusables']['on']('change',(_0x220155,_0x4b6321)=>{for(const _0x1597fb of _0x4b6321['removed'])this['focusTracker']['remove'](_0x1597fb['element']),this['keystrokes']['stopListening'](_0x1597fb['element']);for(const _0x1b1107 of _0x4b6321['added'])this['focusTracker']['add'](_0x1b1107['element']),this['keystrokes']['listenTo'](_0x1b1107['element']);}),this['keystrokes']['set']('enter',(_0x56a273,_0x524197)=>{_0x1906e1===_0x56a273['target']&&(this['focusCycler']['focusFirst'](),_0x524197());}),this['keystrokes']['set']('esc',(_0x6965c2,_0x346646)=>{_0x1906e1!==_0x6965c2['target']&&(this['focus'](),_0x346646());});}}class _t extends/* #__PURE__ -- @preserve */
|
|
28
|
+
ti(di){['actionBar'];['userView'];constructor(_0x5caa11,_0x207afc,_0x1c31f3){super(_0x5caa11,_0x207afc,_0x1c31f3),this['set']('actionIndicator',null),this['set']('placeholder',N(_0x5caa11,'Reply...')),this['bind']('authoredAt')['to'](_0x207afc),this['bind']('resolvedAt')['to'](_0x207afc),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 _0x1a91f0(_0x5caa11,_0x207afc['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0x207afc,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x162372=this['bindTemplate'],_0xa4035e=[{'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':_0x162372['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x162372['to']('authoredAt',_0x37028d=>this['_config']['formatDateTime'](_0x37028d))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x162372['if']('isEditMode','ck-comment__actions--hidden'),_0x162372['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']&&_0xa4035e['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper'],'tabindex':-0x1,'aria-label':_0x162372['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x162372['if']('isEditMode','ck-comment--edit'),_0x162372['if']('isSystemComment','ck-comment--info'),_0x162372['to']('actionIndicator',_0x5dba79=>_0x5dba79?'ck-comment--'+_0x5dba79:'')],'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':_0xa4035e}]}]};}['_createEditButton'](){const _0x312bf1=new _0x5e0888(this['locale']);return _0x312bf1['label']=N(this['locale'],'Edit'),_0x312bf1['icon']=_0x4cfd02,_0x312bf1['withText']=!0x0,_0x312bf1['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x312bf1['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x4c3bcd=>!_0x4c3bcd),_0x312bf1['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x312bf1['on']('execute',()=>this['switchToEditMode']()),_0x312bf1;}['_createRemoveButton'](){const _0x1b1296=new _0x5e0888(this['locale']);return _0x1b1296['label']=N(this['locale'],'Remove'),_0x1b1296['icon']=_0x4881ef,_0x1b1296['withText']=!0x0,_0x1b1296['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x1b1296['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0xbe74da=>!_0xbe74da),_0x1b1296['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x1b1296['on']('execute',()=>{this['showConfirm'](N(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x1b1296;}['_createDropdown'](){const _0x470de2=_0x359d34(this['locale'],_0xb6f9cd),_0x308f87=_0x470de2['panelView']['children'],_0x3ccd35=new _0x595eca(this['locale']),_0x2b6ea8=_0x470de2['bindTemplate'];_0x4c5790(_0x470de2,()=>this['items']['find'](_0x1a4c64=>_0x1a4c64['isVisible'])),_0x470de2['extendTemplate']({'attributes':{'class':[_0x2b6ea8['if']('isVisible','ck-hidden',_0x50e385=>!_0x50e385)]}});const _0x1bb024=(_0x5c71a9,_0x4804b2=-0x1)=>{const _0x239b24=new _0x4f0878(this['locale']);_0x239b24['children']['add'](_0x5c71a9);const _0x5f02d2=_0x4804b2>-0x1?_0x4804b2:_0x3ccd35['items']['length'];_0x3ccd35['items']['add'](_0x239b24,_0x5f02d2);const _0x512900=Array['from'](this['items']);_0x470de2['unbind']('isEnabled','isVisible'),_0x470de2['bind']('isEnabled')['toMany'](_0x512900,'isEnabled',(..._0x3c9d6f)=>_0x3c9d6f['some'](_0x3dd2af=>_0x3dd2af)),_0x470de2['bind']('isVisible')['toMany'](_0x512900,'isVisible',(..._0x56a857)=>_0x56a857['some'](_0x2b96a1=>_0x2b96a1));};_0x470de2['panelPosition']='sw',_0x470de2['buttonView']['set']({'label':N(this['locale'],'Show\x20more\x20items'),'icon':_0x308277});for(const _0x5edea2 of this['items'])_0x1bb024(_0x5edea2);return _0x308f87['add'](_0x3ccd35),_0x470de2['listenTo'](this['items'],'add',(_0x124a7f,_0x162f07,_0x42cf50)=>{_0x1bb024(_0x162f07,_0x42cf50);}),_0x470de2['listenTo'](this['items'],'remove',(_0x581587,_0x384be8,_0x29faea)=>{_0x3ccd35['items']['remove'](_0x29faea);}),_0x470de2;}['_attachActions'](_0x38c0c9,_0x4e1898){const _0x531429=_0x38c0c9&&_0x38c0c9['element'];_0x531429&&(this['listenTo'](_0x531429,'mouseenter',()=>this['actionIndicator']=_0x4e1898),this['listenTo'](_0x531429,'focus',()=>this['actionIndicator']=_0x4e1898),this['listenTo'](_0x531429,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x531429,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x24e331=super['_createCommentInputView']();return _0x24e331['bind']('placeholder')['to'](this),_0x24e331;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}}function Et(_0xc78d14){const _0x155fff=_0x14d555(_0xc78d14,0x1e),_0xc1f73=new MutationObserver(_0x59da96=>{for(const _0x123d8e of _0x59da96)('attributes'==_0x123d8e['type']&&'class'==_0x123d8e['attributeName']||'childList'==_0x123d8e['type']||'characterData'==_0x123d8e['type'])&&_0x155fff();});return{'attach'(_0x38c247){_0xc1f73['observe'](_0x38c247,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0xc1f73['disconnect'](),_0x155fff['cancel']();}};}class E extends kt{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x2ddb00,_0x2a70bb){super(_0x2ddb00),this['id']=_0x293706(),this['focusTracker']=new _0x10376d(),this['keystrokes']=new jt(),this['keystrokes']['set']('Esc',(_0x2686ac,_0x3cf8c0)=>this['fire']('Esc',_0x3cf8c0)),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']=Et(()=>this['_updateHeight']()),this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this),this['content']['add'](_0x2a70bb),this['mainView']=_0x2a70bb;const _0x5269dc=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x5269dc['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 _0x30b336=this['element']['clientHeight'];_0x30b336&&(this['height']=_0x30b336);}}class T extends/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x4a612e(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x76640f,target:_0x1317cd,type:_0x4dacef,isVisible:_0x5b343d=!0x0}){super(),this['view']=_0x76640f,this['view']['element']||this['view']['render'](),this['_type']=_0x4dacef,this['_target']=_0x1317cd,T['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x553f9d([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x2e7a6e,_0xf64130)=>{this['view']['focusTracker']['add'](_0xf64130);}),this['focusableElements']['on']('remove',(_0x3d5bfa,_0x240676)=>{this['view']['focusTracker']['remove'](_0x240676);}),this['set']('isVisible',_0x5b343d);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0xb97d87=this['_getNormalizedTarget']();return T['_assertCorrectTarget'](_0xb97d87),_0xb97d87;}get['targetRect'](){const _0x330735=this['target'];if(null===_0x330735)return null;if(_0x330735 instanceof _0x36532c)return _0x330735;const _0x1501b0=_0x330735['filter'](_0x3e3b12=>function(_0xc6b64f){const _0x1a15ce=_0xc6b64f['offsetParent'];if(_0x1a15ce)return!0x0;const _0x240945=_0xc6b64f['getClientRects']()['item'](0x0);return!!_0x240945;}(_0x3e3b12));return 0x0===_0x1501b0['length']?null:new _0x36532c(_0x1501b0[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x20bc13){this['view']['isActive']=_0x20bc13,this['view']['mainView']['isActive']=_0x20bc13;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x3d6580){if(!(null===_0x3d6580||_0x3d6580 instanceof _0x36532c||Array['isArray'](_0x3d6580)&&_0x3d6580['every'](_0x500bba=>fi(_0x500bba))))throw new _0x41127b('annotation-invalid-target',null,{'target':_0x3d6580});}['_getNormalizedTarget'](){const _0x5a1d3c='function'==typeof this['_target']?this['_target']():this['_target'];return fi(_0x5a1d3c)?[_0x5a1d3c]:_0x5a1d3c;}}function fi(_0x327ebd){return null!==_0x327ebd&&'object'==typeof _0x327ebd&&'nodeType'in _0x327ebd&&0x1===_0x327ebd['nodeType'];}class S extends _0x553f9d{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x201959=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x10376d(),this['_focusTracker']['on']('change:isFocused',(_0x6f428d,_0x58c217,_0x4ba452)=>{_0x4ba452||this['fire']('blur');});for(const _0x1320f7 of _0x201959)this['add'](_0x1320f7);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0xa0413c){if(this['has'](_0xa0413c))throw new _0x41127b('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0xa0413c['innerView'],_0xa0413c),this['_viewToAnnotation']['set'](_0xa0413c['view'],_0xa0413c);for(const _0x9d59f4 of _0xa0413c['focusableElements'])this['_focusTracker']['add'](_0x9d59f4);this['listenTo'](_0xa0413c['focusableElements'],'add',(_0x339f25,_0x3e29ac)=>{this['_focusTracker']['add'](_0x3e29ac);}),this['listenTo'](_0xa0413c['focusableElements'],'remove',(_0x241a8b,_0x39ad2f)=>{this['_focusTracker']['remove'](_0x39ad2f);}),this['listenTo'](_0xa0413c['view']['focusTracker'],'change:isFocused',(_0x52112d,_0xfd211f,_0x33e43f)=>{_0x33e43f&&this['fire']('focus',_0xa0413c);}),_0xa0413c['updateTargetRect']();const _0x27c2f0=this['_getOrderInContent'](_0xa0413c['view']['targetRect']);return super['add'](_0xa0413c,_0x27c2f0);}['remove'](_0x2961d7){if(!this['has'](_0x2961d7))throw new _0x41127b('annotationcollection-not-existing-item',null);this['stopListening'](_0x2961d7['view']['focusTracker']),this['stopListening'](_0x2961d7['focusableElements']);for(const _0x51f606 of _0x2961d7['focusableElements'])this['_focusTracker']['remove'](_0x51f606);return this['_viewToAnnotation']['delete'](_0x2961d7['view']),this['_innerViewToAnnotation']['delete'](_0x2961d7['innerView']),super['remove'](_0x2961d7);}['getByInnerView'](_0x1ca25c){return this['_innerViewToAnnotation']['get'](_0x1ca25c);}['getByView'](_0x2980c2){return this['_viewToAnnotation']['get'](_0x2980c2);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x4f0387 of this)_0x4f0387['updateTargetRect']();this['_sort']();}['_sort'](){const _0x4acf8b=Array['from'](this)['sort']((_0x44d4ce,_0x4f170d)=>w(_0x44d4ce['view']['targetRect'],_0x4f170d['view']['targetRect']));for(let _0x1df7ac=_0x4acf8b['length']-0x1;_0x1df7ac>0x0;_0x1df7ac--){const _0x32320d=_0x4acf8b[_0x1df7ac];_0x1df7ac!==this['getIndex'](_0x32320d)&&(this['remove'](_0x32320d),this['add'](_0x32320d));}}['_getOrderInContent'](_0x3b2254){let _0x1fd298=0x0;if(!_0x3b2254)return this['length'];for(const _0x36ab7d of this){const _0x3f6258=_0x36ab7d['view']['targetRect'];if(_0x3f6258){if(w(_0x3b2254,_0x3f6258)<0x0)return _0x1fd298;_0x1fd298++;}}return _0x1fd298;}}function v({source:_0x322b49,target:_0x47f268,filter:_0x1b3e1d}){for(const _0x433212 of _0x322b49)_0x1b3e1d(_0x433212)&&_0x47f268['add'](_0x433212);_0x47f268['listenTo'](_0x322b49,'add',(_0x4ab27d,_0x53b8ac)=>{_0x1b3e1d(_0x53b8ac)&&_0x47f268['add'](_0x53b8ac);}),_0x47f268['listenTo'](_0x322b49,'remove',(_0x2314fe,_0x4f0b5f)=>{_0x47f268['has'](_0x4f0b5f)&&_0x47f268['remove'](_0x4f0b5f);});}function w(_0x250b28,_0x5d12e7){if(null===_0x250b28&&null===_0x5d12e7)return 0x0;if(null===_0x250b28)return-0x1;if(null===_0x5d12e7)return 0x1;const _0x34c877=_0x250b28['top']-_0x5d12e7['top'];return 0x0==_0x34c877?_0x250b28['left']-_0x5d12e7['left']:_0x34c877;}class y extends _0x49a714{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x916f39){if(super(_0x916f39),this['collection']=new S(),this['_visibleAnnotations']=new S(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x916f39 instanceof _0x4f6750){const _0x2e725a=_0x916f39['locale'];_0x916f39['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':N(_0x2e725a,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':N(_0x2e725a,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':N(_0x2e725a,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':N(_0x2e725a,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':N(_0x2e725a,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':N(_0x2e725a,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':N(_0x2e725a,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x1631f5){this['collection']['add'](_0x1631f5);}['remove'](_0x3d7667){this['collection']['remove'](_0x3d7667),_0x3d7667['destroy']();}['refreshVisibility'](){for(const _0x17c4b1 of this['collection'])_0x17c4b1['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x522096){return this['collection']['getByInnerView'](_0x522096);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x29dbf4 of this['collection'])_0x29dbf4['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x1c6a30){this['fire']('_activateAnnotation',_0x1c6a30);}['createAnnotation'](_0x144b52){return new T(_0x144b52);}['createAnnotationView'](_0x4a6514,_0x11bc2b){return new E(_0x4a6514,_0x11bc2b);}['_addActiveAnnotation'](_0x10734f){const _0x3f612c=new Set(this['activeAnnotations']);_0x3f612c['add'](_0x10734f),this['activeAnnotations']=_0x3f612c;}['_removeActiveAnnotation'](_0x22001a){const _0x47434c=new Set(this['activeAnnotations']);_0x47434c['delete'](_0x22001a),this['activeAnnotations']=_0x47434c;}['_bindAnnotationsToVisibleAnnotations'](){const _0x4e50e1=this['collection'],_0x5dfaf6=this['_visibleAnnotations'];function _0x77de7(_0x314f3f){const _0x57ca85=_0x314f3f['source'];_0x57ca85['isVisible']&&!_0x5dfaf6['has'](_0x57ca85)?_0x5dfaf6['add'](_0x57ca85):!_0x57ca85['isVisible']&&_0x5dfaf6['has'](_0x57ca85)&&_0x5dfaf6['remove'](_0x57ca85),_0x57ca85['view']['focusTracker']['remove'](_0x57ca85['view']['element']),_0x57ca85['view']['focusTracker']['add'](_0x57ca85['view']['element']);}this['listenTo'](_0x4e50e1,'add',(_0x3d0f09,_0x578fe4)=>{_0x578fe4['isVisible']&&_0x5dfaf6['add'](_0x578fe4),this['listenTo'](_0x578fe4,'change:isVisible',_0x77de7);}),this['listenTo'](_0x4e50e1,'remove',(_0x186173,_0x899bda)=>{_0x5dfaf6['has'](_0x899bda)&&_0x5dfaf6['remove'](_0x899bda),this['stopListening'](_0x899bda,'change:isVisible',_0x77de7);});}['_setupEnterAnnotationKeystroke'](){const _0x102ad3=_0x5c1059=>{_0x5c1059['on']('ready',()=>{_0x5c1059['keystrokes']['set'](_0x333ac1,(_0x559991,_0x297769)=>{const _0x415447=_0xdb0c39(this['activeAnnotations']['values']());_0x415447&&(_0x415447['view']['focus'](),_0x297769());});});};this['context']instanceof _0x4f6750?_0x102ad3(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x346d6d,_0x2f37d2)=>{_0x102ad3(_0x2f37d2);});}['_setupEscapeAnnotationHandling'](){const _0x2a1eee=_0x165f06=>{const _0x1d6eda=_0x165f06['source'],_0x7853c5=[];let _0x54c465;if(Array['isArray'](_0x1d6eda['target'])){_0x54c465=_0x1d6eda['target'][0x0],this['context']instanceof _0x4f6750?_0x7853c5['push'](this['context']):this['context']['editors']&&_0x7853c5['push'](...this['context']['editors']);for(const _0x1e5c45 of _0x7853c5)for(const _0x4ca77c of _0x1e5c45['editing']['view']['domRoots']['values']())if(_0x4ca77c['contains'](_0x54c465))return void _0x1e5c45['editing']['view']['focus']();_0x54c465['focus']();}};this['listenTo'](this['collection'],'add',(_0x1f12de,_0x5e8cf)=>{this['listenTo'](_0x5e8cf,'escape',_0x2a1eee,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x3c2025,_0x3ce35f)=>{this['stopListening'](_0x3ce35f,'escape',_0x2a1eee);});}}const bt=Symbol('noChannel'),Nt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class o extends _0x49a714{['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[y,pt,st];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2b047e){super(_0x2b047e),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x4c56d0=this['context']['config'];_0x4c56d0['define']('comments.maxCommentsWhenCollapsed',0x2),_0x4c56d0['define']('comments.maxThreadTotalWeight',0x1f4),_0x4c56d0['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x4c56d0['define']('comments.CommentThreadView',Tt),_0x4c56d0['define']('comments.CommentView',_t),_0x4c56d0['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x40a2ed=this['context']['plugins']['get'](y);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0xd1e368,_0x28f351)=>this['_addCommentThread'](_0x28f351)),this['on']('submitCommentThread',(_0x122b85,_0x4b01aa)=>this['_submitCommentThread'](_0x4b01aa)),this['on']('resolveCommentThread',(_0x1b68a9,_0x78f1e1)=>this['_resolveCommentThread'](_0x78f1e1)),this['on']('resolveCommentThread',(_0x109784,_0x3871a5)=>this['_updateActiveAnnotation'](_0x3871a5),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x58c758,_0x16d58d)=>this['_reopenCommentThread'](_0x16d58d)),this['on']('reopenCommentThread',(_0x38b5ae,_0xdf989)=>this['_updateActiveAnnotation'](_0xdf989),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x309340,_0x58e884)=>this['_removeCommentThread'](_0x58e884)),this['on']('updateCommentThread',(_0x23f17b,_0x5e9e90)=>this['_updateCommentThread'](_0x5e9e90)),this['on']('updateCommentThread',(_0x235a39,_0x8f387b)=>this['_updateActiveAnnotation'](_0x8f387b),{'priority':'lowest'}),this['on']('addComment',(_0xc31d53,_0x5227bf)=>this['_addComment'](_0x5227bf)),this['on']('updateComment',(_0x1d08ca,_0x1cad1c)=>this['_updateComment'](_0x1cad1c)),this['on']('removeComment',(_0x442c58,_0x1e1480)=>this['_removeComment'](_0x1e1480)),this['on']('addComment',(_0x8d19ff,{threadId:_0x2ef896,isFromAdapter:_0x2e6c67})=>{if(_0x2e6c67)return;const _0x1d929=this['getCommentThread'](_0x2ef896),_0x121d5a=_0x1d929&&this['_threadToController']['get'](_0x1d929);_0x121d5a&&_0x121d5a['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x40a2ed,'change:activeAnnotations',(_0x392296,_0x34628f,_0x40c00a)=>{const _0x524af5=Array['from'](_0x40c00a)['map'](_0x340f1a=>this['_viewToController']['get'](_0x340f1a['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x524af5?_0x524af5['model']:null;});}set['adapter'](_0xefa25a){if(this['_adapter'])throw new _0x41127b('commentsrepository-adapter-already-set');this['_adapter']=_0xefa25a;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x303e85=bt,threadId:_0x212c57=_0x293706(),comments:_0x33f824=[],unlinkedAt:_0x452fd1=null,resolvedAt:_0x51c625=null,resolvedBy:_0x37f8d6=null,target:_0x48cf4f=null,context:_0x52c99e=null,attributes:_0x4e4708={},isResolvable:_0x21a664=!0x0,isSubmitted:_0x5c608d=!0x1,isFromAdapter:_0x40305c=!0x1}={}){return this['fire'](xt('addCommentThread',_0x303e85),{'channelId':_0x303e85,'threadId':_0x212c57,'comments':_0x33f824,'unlinkedAt':_0x452fd1,'resolvedAt':_0x51c625,'resolvedBy':_0x37f8d6,'target':_0x48cf4f,'context':_0x52c99e,'attributes':_0x4e4708,'isFromAdapter':_0x40305c,'isResolvable':_0x21a664,'isSubmitted':_0x5c608d}),this['getCommentThread'](_0x212c57);}['openNewCommentThread']({channelId:_0x13bf24=bt,threadId:_0x42973d=_0x293706(),target:_0x3230f1,context:_0x4e778b=null,isResolvable:_0x39f942=!0x0}){if(this['_readOnlyChannels']['has'](_0x13bf24)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x3230f1)throw new _0x41127b('commentsrepository-missing-target');const _0x2021da=this['addCommentThread']({'channelId':_0x13bf24,'threadId':_0x42973d,'target':_0x3230f1,'context':_0x4e778b,'isResolvable':_0x39f942});if(!_0x2021da)return null;const _0x54b9eb=this['_threadToController']['get'](_0x2021da),_0x5a5895=_0x54b9eb['view']['commentThreadInputView']['commentInputView'],_0x1d029c=this['context']['plugins']['get'](y),_0x4e66e6=_0x1d029c['getByInnerView'](_0x54b9eb['view']);return _0x1d029c['activate'](_0x4e66e6),_0x5a5895['once']('editorReady',()=>_0x5a5895['focus']()),_0x2021da;}['hasCommentThread'](_0x1425d8){if('string'!=typeof _0x1425d8)throw new _0x41127b('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x1425d8);}['updateCommentThread']({channelId:_0x5ea76d=bt,threadId:_0x3768ce,context:_0x85678e,unlinkedAt:_0x500336,attributes:_0x313786,isFromAdapter:_0x133660=!0x1}){return this['fire'](xt('updateCommentThread',_0x5ea76d),{'channelId':_0x5ea76d,'threadId':_0x3768ce,'context':_0x85678e,'unlinkedAt':_0x500336,'attributes':_0x313786,'isFromAdapter':_0x133660}),this['getCommentThread'](_0x3768ce);}['getCommentThread'](_0x12ceaf){if('string'!=typeof _0x12ceaf)throw new _0x41127b('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x12ceaf);}['fetchCommentThread']({channelId:_0x2954fb,threadId:_0x4d632c}={}){const _0x48a7ea=this['getCommentThread'](_0x4d632c);if(_0x48a7ea)return Promise['resolve'](_0x48a7ea);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x41127b('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x2954fb,'threadId':_0x4d632c})['then'](_0x3345f6=>this['hasCommentThread'](_0x4d632c)?this['getCommentThread'](_0x4d632c):_0x3345f6?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x2954fb},_0x3345f6)):void 0x0)['catch'](_0x344f88=>{throw console['error'](_0x344f88),new _0x41127b('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x557d91,skipNotAttached:_0x49c9c8=!0x1,skipEmpty:_0x5ecb63=!0x1,toJSON:_0x7f650a=!0x1}={}){const _0xcfe085=[];for(const _0x155d61 of this['_threads']['values']())_0x557d91&&_0x155d61['channelId']!==_0x557d91||_0x49c9c8&&!_0x155d61['isAttached']||_0x5ecb63&&0x0===_0x155d61['length']||_0xcfe085['push'](_0x155d61);return _0x7f650a?_0xcfe085['map'](_0x1d45a2=>_0x1d45a2['toJSON']()):_0xcfe085;}['getAnnotationForCommentThread'](_0x48334d){const _0x6587=this['_threadToController']['get'](_0x48334d);if(!_0x6587)return null;return this['context']['plugins']['get'](y)['getByInnerView'](_0x6587['view'])||null;}['getCommentThreadForAnnotation'](_0x390906){const _0x44b053=this['_viewToController']['get'](_0x390906['innerView']);return _0x44b053?_0x44b053['model']:null;}['setActiveCommentThread'](_0xcc0b16){const _0xd8124f=this['context']['plugins']['get'](y);if(!_0xcc0b16)return void(this['activeCommentThread']&&_0xd8124f['deactivateAll']());const _0x259223=this['getCommentThread'](_0xcc0b16);if(!_0x259223)throw new _0x41127b('commentsrepository-active-missing-comment-thread',null,{'threadId':_0xcc0b16});if(!this['_threadToController']['has'](_0x259223))throw new _0x41127b('commentsrepository-active-not-attached',null,{'threadId':_0xcc0b16});const _0x60f142=_0xd8124f['getByInnerView'](this['_threadToController']['get'](_0x259223)['view']);_0xd8124f['activate'](_0x60f142);}['switchReadOnly'](_0x1b872e,_0x3e4a5e){_0x1b872e?this['_readOnlyChannels']['add'](_0x3e4a5e):this['_readOnlyChannels']['delete'](_0x3e4a5e),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x56cee9){return this['_readOnlyChannels']['has'](_0x56cee9)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x4c4326,_0x4e7c56){return new gt(_0x4c4326,_0x4e7c56);}['setPermissions'](_0x281832,_0x1729c8=bt){this['_permissions']['set'](_0x1729c8,_0x281832),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x135e77=bt){return this['_permissions']['has'](_0x135e77)?this['_permissions']['get'](_0x135e77):Nt;}['_addCommentThread']({channelId:_0x567323,threadId:_0xe53fac,comments:_0x5a01d9,unlinkedAt:_0x3bd8d7,resolvedAt:_0x793a1a,resolvedBy:_0x205e0b,target:_0x52ffe4,context:_0x1b8fc4,attributes:_0x5c0da9,isFromAdapter:_0x18a1aa,isResolvable:_0x3ae1de,isSubmitted:_0x12fa22}){if('string'!=typeof _0xe53fac)throw new _0x41127b('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0xe53fac});if(this['hasCommentThread'](_0xe53fac))throw new _0x41127b('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0xe53fac});const _0x339cb6=new pi(this,{'channelId':_0x567323,'id':_0xe53fac,'context':_0x1b8fc4,'attributes':_0x5c0da9,'unlinkedAt':_0x3bd8d7,'resolvedAt':_0x793a1a,'resolvedBy':_0x205e0b?this['context']['plugins']['get'](st)['getUser'](_0x205e0b):null,'isResolvable':_0x3ae1de,'isSubmitted':_0x12fa22||_0x18a1aa});this['_threads']['set'](_0xe53fac,_0x339cb6);for(const _0x2bbf56 of _0x5a01d9)_0x339cb6['_add'](this['_createNewComment']({'threadId':_0xe53fac,..._0x2bbf56}));return _0x52ffe4&&_0x339cb6['attachTo'](_0x52ffe4),_0x18a1aa||!_0x339cb6['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x567323,'threadId':_0xe53fac});}['_submitCommentThread']({channelId:_0x2f67f2,threadId:_0x4909cd}){if(!this['hasCommentThread'](_0x4909cd))throw new _0x41127b('commentsrepository-missing-comment-thread',this);const _0x150cfc=this['getCommentThread'](_0x4909cd);if(_0x150cfc['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x57837e,comments:_0xd64d0b,resolvedAt:_0x2b1438,resolvedBy:_0x64ff79,context:_0x21b9d4,attributes:_0x30bc14}=_0x150cfc,_0x2b87be=this['context']['plugins']['get']('PendingActions'),_0x9aeebf=_0x2b87be['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x2f67f2,'threadId':_0x57837e,'comments':_0xd64d0b['map'](_0x7c336c=>_0x7c336c['toJSON']()),'resolvedAt':_0x2b1438,'resolvedBy':_0x64ff79?_0x64ff79['id']:_0x64ff79,'context':_0x21b9d4,'attributes':_0x30bc14})['then'](({comments:_0x43cdbd})=>{_0x2b87be['remove'](_0x9aeebf);for(const _0x3d4b08 of _0x43cdbd)this['_updateComment']({'channelId':_0x2f67f2,'threadId':_0x4909cd,'commentId':_0x3d4b08['commentId'],'createdAt':_0x3d4b08['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3cfd65=>{throw console['error'](_0x3cfd65),new _0x41127b('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x52e709,target:_0x17af0f}){const _0x473bf4=this['getCommentThread'](_0x52e709);if(!_0x473bf4)throw new _0x41127b('commentsrepository-attach-missing-comment-thread',this);const _0x3f8a98=this['context']['plugins']['get']('PendingActions'),_0x38f37a=this['context']['plugins']['get'](y),_0x3529e7=this['_createCommentThreadView'](_0x473bf4),_0x1f2555=new gt(_0x473bf4,_0x3529e7);let _0x58025b=null;_0x3529e7['on']('change:isDirty',(_0x317a9e,_0x411ecc,_0x262b81)=>{_0x262b81?_0x58025b=_0x3f8a98['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x58025b&&(_0x3f8a98['remove'](_0x58025b),_0x58025b=null);}),this['_threadToController']['set'](_0x473bf4,_0x1f2555),this['_viewToController']['set'](_0x3529e7,_0x1f2555);const _0x31084c=new E(this['context']['locale'],_0x3529e7);_0x31084c['bind']('length')['to'](_0x3529e7),_0x31084c['bind']('isDirty')['to'](_0x3529e7,'isDirty',_0x3529e7,'length',(_0x47be69,_0x1fff7a)=>_0x47be69||!_0x1fff7a),_0x31084c['bind']('isActive')['to'](_0x3529e7),_0x31084c['type']='comment';const _0x15323b=new T({'view':_0x31084c,'target':_0x17af0f,'type':'comment','isVisible':!_0x473bf4['archivedAt']&&!!('function'==typeof _0x17af0f?_0x17af0f():_0x17af0f)});return _0x3529e7['on']('escape',()=>{_0x15323b['fire']('escape');}),this['_bindAnnotationToEditors'](_0x3529e7,_0x15323b),_0x38f37a['add'](_0x15323b),_0x15323b;}['_bindAnnotationToEditors'](_0xc7cc53,_0x275f71){this['listenTo'](_0xc7cc53,'editorReady',(_0x1f528e,_0x277c0d)=>{const _0xdb06dd=_0x277c0d['ui']['view']['body']['bodyCollectionContainer'];_0x275f71['focusableElements']['add'](_0xdb06dd),this['context']instanceof _0x4f6750&&this['context']['ui']['focusTracker']['add'](_0xdb06dd);},{'priority':'highest'}),this['listenTo'](_0xc7cc53,'editorDestroyed',(_0x3cba31,_0x15a865)=>{const _0x5b3dda=_0x15a865['ui']['view']['body']['bodyCollectionContainer'];_0x275f71['focusableElements']['has'](_0x5b3dda)&&_0x275f71['focusableElements']['remove'](_0x5b3dda),this['context']instanceof _0x4f6750&&this['context']['ui']['focusTracker']['remove'](_0x5b3dda);});}['_unbindEditors'](_0x5b47ce){this['stopListening'](_0x5b47ce,'editorReady'),this['stopListening'](_0x5b47ce,'editorDestroyed');}['_createCommentThreadView'](_0x376002){const _0x121275=this['context']['plugins']['get'](st),{config:_0x1777c9,locale:_0x1ed9bb}=this['context'],_0x1d07e9=It(_0x1777c9['get']('locale'),_0x1ed9bb);return new(0x0,(_0x1777c9['get']('comments'))['CommentThreadView'])(_0x1ed9bb,_0x376002,_0x121275['me'],{'editorConfig':{..._0x1777c9['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x1777c9['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x1777c9['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x1777c9['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x1777c9['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x1d07e9,'CommentView':_0x1777c9['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0xe9edab,channelId:_0x212cd0,resolvedAt:_0x16b875,resolvedBy:_0x40c6e4,isFromAdapter:_0x5d1beb}){if(!this['hasCommentThread'](_0xe9edab))throw new _0x41127b('commentsrepository-missing-comment-thread',null,{'threadId':_0xe9edab});const _0x10ee1a=this['getCommentThread'](_0xe9edab);if(_0x10ee1a['isResolved'])throw new _0x41127b('commentsrepository-resolved-comment-thread',null,{'threadId':_0xe9edab});const _0x19256f=this['context']['plugins']['get'](st);if(_0x10ee1a['resolvedBy']=_0x19256f['getUser'](_0x40c6e4),_0x10ee1a['resolvedAt']=_0x16b875,_0x5d1beb||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x24ad5c=this['context']['plugins']['get']('PendingActions'),_0x19b7e1=_0x24ad5c['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x212cd0,'threadId':_0xe9edab})['then'](({resolvedAt:_0x4ce0ea,resolvedBy:_0x409392})=>{_0x24ad5c['remove'](_0x19b7e1),_0x10ee1a['resolvedBy']['id']!==_0x409392&&(_0x10ee1a['resolvedBy']=_0x19256f['getUser'](_0x409392)),_0x10ee1a['resolvedAt']=_0x4ce0ea;})['catch'](_0xc9e650=>{throw console['error'](_0xc9e650),new _0x41127b('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x266be6,channelId:_0x28dd83,isFromAdapter:_0x3193c3}){if(!this['hasCommentThread'](_0x266be6))throw new _0x41127b('commentsrepository-missing-comment-thread',null,{'threadId':_0x266be6});const _0x31aaac=this['getCommentThread'](_0x266be6);if(!_0x31aaac['isResolved'])throw new _0x41127b('commentsrepository-reopen-comment-thread',null,{'threadId':_0x266be6});if(_0x31aaac['resolvedBy']=null,_0x31aaac['resolvedAt']=null,_0x3193c3||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x2ad235=this['context']['plugins']['get']('PendingActions'),_0x1b9b2c=_0x2ad235['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x28dd83,'threadId':_0x266be6})['then'](()=>_0x2ad235['remove'](_0x1b9b2c))['catch'](_0x466869=>{throw console['error'](_0x466869),new _0x41127b('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x407f84,isFromAdapter:_0x5ad0c4}){const _0x333e7d=this['getCommentThread'](_0x407f84);if(!_0x333e7d)throw new _0x41127b('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x407f84),this['_threads']['delete'](_0x407f84),!_0x333e7d['isSubmitted']||_0x5ad0c4||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x41c7dc=this['context']['plugins']['get']('PendingActions'),{channelId:_0x50788d}=_0x333e7d,_0x1588d4=_0x41c7dc['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x50788d,'threadId':_0x407f84})['then'](()=>_0x41c7dc['remove'](_0x1588d4))['catch'](_0x179bdd=>{throw console['error'](_0x179bdd),new _0x41127b('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x3e7f79,unlinkedAt:_0x587892,context:_0x5d8817,attributes:_0x558d1b,isFromAdapter:_0x616924}){if('string'!=typeof _0x3e7f79)throw new _0x41127b('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x3e7f79});if(!this['hasCommentThread'](_0x3e7f79))throw new _0x41127b('commentsrepository-missing-comment-thread',null,{'threadId':_0x3e7f79});const _0x3eba13=this['getCommentThread'](_0x3e7f79);let _0x4eb15c=!0x1;if(void 0x0!==_0x5d8817&&_0x3eba13['context']!==_0x5d8817&&(_0x3eba13['context']=_0x5d8817,_0x4eb15c=!0x0),void 0x0!==_0x587892&&_0x3eba13['unlinkedAt']!==_0x587892&&(_0x3eba13['unlinkedAt']=_0x587892,_0x4eb15c=!0x0),_0x558d1b&&!yt(_0x558d1b,_0x3eba13['attributes'])&&(_0x3eba13['attributes']=_0x558d1b,_0x4eb15c=!0x0),!_0x4eb15c)return Promise['resolve']();if(!_0x3eba13['isSubmitted']||_0x616924||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x5f47e7=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3dadd3}=_0x3eba13,_0x2ec37f=_0x5f47e7['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x3dadd3,'threadId':_0x3e7f79,'context':_0x5d8817,'unlinkedAt':_0x587892,'attributes':_0x558d1b})['then'](()=>_0x5f47e7['remove'](_0x2ec37f))['catch'](_0x10f1e6=>{throw console['error'](_0x10f1e6),new _0x41127b('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x4fe914){const _0x38d1f0=this['context']['plugins']['get'](y),_0xb737c0=this['getCommentThread'](_0x4fe914);if(_0xb737c0['_isAttached']=!0x1,this['_threadToController']['has'](_0xb737c0)){const _0x157675=this['_threadToController']['get'](_0xb737c0),_0x17d8d3=_0x157675['view'],_0x1971c1=_0x38d1f0['getByInnerView'](_0x17d8d3);this['_threadToController']['delete'](_0xb737c0),this['_viewToController']['delete'](_0x17d8d3),_0x1971c1&&_0x38d1f0['remove'](_0x1971c1),_0x157675['destroy'](),_0x17d8d3['destroy']()['then'](()=>{this['_unbindEditors'](_0x17d8d3);});}}['_updateActiveAnnotation']({threadId:_0xa161e7,resolvedAt:_0x30b652,unlinkedAt:_0x263207}){const _0xe7d278=!!_0x30b652,_0x368df0=this['context']['plugins']['get'](y),_0x11f380=this['getCommentThread'](_0xa161e7);if(this['_threadToController']['has'](_0x11f380)){const _0x3ebc60=this['_threadToController']['get'](_0x11f380)['view'],_0x132be0=_0x368df0['getByInnerView'](_0x3ebc60);_0x132be0&&(_0xe7d278&&_0x368df0['_removeActiveAnnotation'](_0x132be0),_0x263207?_0x132be0['isVisible']=!0x1:_0x132be0['refreshVisibility']());}}['_getExternalAuthor'](_0x73311f){const _0x1d1b3a=this['context']['plugins']['get'](st),_0x2c6036=wt('external:'+_0x73311f),_0xac8a1f=_0x1d1b3a['getUser'](_0x2c6036);return _0xac8a1f||_0x1d1b3a['addUser']({'id':_0x2c6036,'name':_0x73311f});}['_createNewComment']({threadId:_0xd4a98a,commentId:_0x99d0c5=_0x293706(),content:_0x19d1bb,authorId:_0x37e820,createdAt:_0x5cf8ae,attributes:_0x3000f8}){if('string'!=typeof _0x99d0c5)throw new _0x41127b('commentsrepository-invalid-commentid');if('string'!=typeof _0x37e820)throw new _0x41127b('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x19d1bb||!_0x19d1bb['trim']())throw new _0x41127b('commentsrepository-invalid-comment-content');const _0x47b124=this['context']['plugins']['get'](st)['getUser'](_0x37e820);if(!_0x47b124)throw new _0x41127b('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x37e820});let _0x4be224=null,_0x2b8a16=_0x5cf8ae;return _0x3000f8?.['@external']&&(_0x4be224=this['_getExternalAuthor'](_0x3000f8['@external']['authorName']),_0x2b8a16=new Date(_0x3000f8['@external']['createdAt'])),new wi(this,{'threadId':_0xd4a98a,'id':_0x99d0c5,'author':_0x4be224||_0x47b124,'creator':_0x47b124,'content':_0x19d1bb,'createdAt':_0x5cf8ae,'authoredAt':_0x2b8a16,'attributes':_0x3000f8});}['_addComment'](_0x40117d){let {threadId:_0x227e4d,content:_0x49147a,attributes:_0xb8b5cb,isFromAdapter:_0x41a540}=_0x40117d;const _0x35c08e=this['getCommentThread'](_0x40117d['threadId']);if(!_0x35c08e)throw new _0x41127b('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x420739=this['_createNewComment'](_0x40117d),{id:_0x12ed3}=_0x420739;if(_0x35c08e['_add'](_0x420739),_0x41a540||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x35c08e['isSubmitted'])return Promise['resolve']();const _0x4be910=this['context']['plugins']['get']('PendingActions'),{channelId:_0x29e72a}=_0x35c08e,_0x2e6828=_0x4be910['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0xb8b5cb||(_0xb8b5cb={}),this['adapter']['addComment']({'channelId':_0x29e72a,'threadId':_0x227e4d,'commentId':_0x12ed3,'content':_0x49147a,'attributes':_0xb8b5cb})['then'](_0x58d485=>{_0x4be910['remove'](_0x2e6828),_0x58d485&&this['_updateComment']({'channelId':_0x29e72a,'threadId':_0x227e4d,'commentId':_0x12ed3,'createdAt':_0x58d485['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x48f874=>{throw console['error'](_0x48f874),new _0x41127b('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x27932b,commentId:_0x36c428,content:_0x4aab4a,createdAt:_0x2fa41d,attributes:_0xed8f2e,isFromAdapter:_0x254e36}){if(void 0x0!==_0x4aab4a&&('string'!=typeof _0x4aab4a||!_0x4aab4a['trim']()['length']))throw new _0x41127b('commentsrepository-update-comment-invalid-content');const _0x329234=this['getCommentThread'](_0x27932b),_0x5da546=_0x329234['getComment'](_0x36c428);if(!_0x5da546)throw new _0x41127b('commentsrepository-update-missing-comment',this);let _0x23d89a=!0x1;if(_0x4aab4a&&_0x4aab4a!==_0x5da546['content']&&(_0x5da546['isEditable']||_0x254e36)&&(_0x5da546['content']=_0x4aab4a,_0x23d89a=!0x0),_0x2fa41d&&_0x2fa41d!==_0x5da546['createdAt']&&(_0x5da546['createdAt']=_0x2fa41d,_0x5da546['attributes']&&_0x5da546['attributes']['@external']||(_0x5da546['authoredAt']=_0x2fa41d),_0x23d89a=!0x0),_0xed8f2e&&!yt(_0xed8f2e,_0x5da546['attributes'])&&(_0x5da546['attributes']=_0xed8f2e,_0x23d89a=!0x0),!_0x23d89a)return Promise['resolve']();if(_0x329234['fire']('commentUpdated'),_0x254e36||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x1a4c5d=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4b256f}=this['getCommentThread'](_0x5da546['threadId']),_0x529bb9=_0x1a4c5d['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x4b256f,'threadId':_0x27932b,'commentId':_0x36c428,'content':_0x4aab4a,'attributes':_0xed8f2e})['then'](()=>_0x1a4c5d['remove'](_0x529bb9))['catch'](_0x48378a=>{throw console['error'](_0x48378a),new _0x41127b('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x10dc4a,commentId:_0x340d90,isFromAdapter:_0x57d64c}){const _0x3da503=this['getCommentThread'](_0x10dc4a),_0x26b9cb=_0x3da503['getComment'](_0x340d90);if(!_0x26b9cb)throw new _0x41127b('commentsrepository-remove-missing-comment',this);if(_0x3da503['_remove'](_0x26b9cb),_0x57d64c||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x5624d=this['context']['plugins']['get']('PendingActions'),{channelId:_0x462dfa}=_0x3da503,_0x134b98=_0x5624d['add'](N(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x462dfa,'threadId':_0x10dc4a,'commentId':_0x340d90})['then'](()=>_0x5624d['remove'](_0x134b98))['catch'](_0x24924f=>{throw console['error'](_0x24924f),new _0x41127b('commentsrepository-remove-comment-internal-error',this);});}}class pi extends/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x4a612e(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x2c41fb,_0x448c29){super();const _0x13f5c5=_0x448c29['isResolvable'];this['channelId']=_0x448c29['channelId'],this['id']=_0x448c29['id'],this['comments']=new _0x553f9d(),this['_repository']=_0x2c41fb,this['_isAttached']=!0x1,this['_isSubmitted']=_0x448c29['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x2c41fb,'_permissions',_0x2c41fb,'_readOnlyChannels',()=>_0x2c41fb['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x2c41fb,'_permissions',()=>_0x2c41fb['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x2c41fb,'_permissions',()=>{const _0x4bdbba=_0x2c41fb['getPermissions'](this['channelId']);return _0x4bdbba['write']||_0x4bdbba['admin'];}),this['bind']('isResolvable')['to'](_0x2c41fb,'_permissions',()=>_0x13f5c5&&_0x2c41fb['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x448c29['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x16a6f1,_0x4b0af6)=>_0x16a6f1?_0x4b0af6?_0x16a6f1<_0x4b0af6?_0x16a6f1:_0x4b0af6:_0x16a6f1:_0x4b0af6),this['set']('unlinkedAt',_0x448c29['unlinkedAt']||null),this['set']('resolvedAt',_0x448c29['resolvedAt']||null),this['set']('resolvedBy',_0x448c29['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x22e37e=>!!_0x22e37e),this['set']('attributes',_0x448c29['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x4449b5,_0x93850e)=>_0x4449b5+_0x93850e['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x34b6bc,id:_0x3e3fae}=this;this['_repository']['fire'](xt('submitCommentThread',_0x34b6bc),{'channelId':_0x34b6bc,'threadId':_0x3e3fae});}['setUnlinkedAt'](_0xe0de0b){this['_update']({'unlinkedAt':_0xe0de0b});}['resolve']({resolvedAt:_0x470eee=new Date(),resolvedBy:_0x34f3ae='',isFromAdapter:_0x430973=!0x1}={}){const _0x1c035e=this['_repository']['context']['plugins']['get'](st)['me'],{channelId:_0x268c20,id:_0x491db5}=this;this['_repository']['fire'](xt('resolveCommentThread',_0x268c20),{'channelId':_0x268c20,'threadId':_0x491db5,'resolvedAt':_0x470eee,'resolvedBy':_0x34f3ae||_0x1c035e['id'],'isFromAdapter':_0x430973});}['reopen']({isFromAdapter:_0x256dfe=!0x1}={}){const {channelId:_0x2bb3a4,id:_0x265def}=this;this['_repository']['fire'](xt('reopenCommentThread',_0x2bb3a4),{'channelId':_0x2bb3a4,'threadId':_0x265def,'isFromAdapter':_0x256dfe});}['setContext'](_0x1c1cbe){this['context']||this['_update']({'context':_0x1c1cbe});}['setAttribute'](_0x2f5579,_0x3afb46){const _0x5fc136=At(this['attributes']);Ct(_0x5fc136,_0x2f5579,_0x3afb46),this['_update']({'attributes':_0x5fc136});}['removeAttribute'](_0x4a59d8){const _0xf7b159=At(this['attributes']);vt(_0xf7b159,_0x4a59d8),this['_update']({'attributes':_0xf7b159});}['remove']({isFromAdapter:_0x3b510d=!0x1}={}){const {channelId:_0x5d52dd,id:_0x5dc7fe}=this;this['_repository']['fire'](xt('removeCommentThread',_0x5d52dd),{'channelId':_0x5d52dd,'threadId':_0x5dc7fe,'isFromAdapter':_0x3b510d});}['attachTo'](_0x12f207){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x12f207});}['addComment'](_0x3e413b){const {channelId:_0x579419,id:_0x388012}=this;this['_repository']['fire'](xt('addComment',_0x579419,_0x388012),Object['assign']({'channelId':_0x579419,'threadId':_0x388012},_0x3e413b));}['getComment'](_0x1937e3){if('string'!=typeof _0x1937e3)throw new _0x41127b('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x1937e3});return this['comments']['get'](_0x1937e3);}['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'](_0x48aa94=>_0x48aa94['toJSON']()),'attributes':this['attributes']};}['_add'](_0x574a8e){return this['listenTo'](_0x574a8e,'change:authoredAt',()=>{const _0x3774d1=this['_findOptimalIndex'](_0x574a8e),_0x11ee44=this['comments'];_0x3774d1-0x1!=_0x11ee44['getIndex'](_0x574a8e)&&_0x3774d1+0x1!=_0x11ee44['getIndex'](_0x574a8e)&&(this['_remove'](_0x574a8e),this['_add'](_0x574a8e));}),this['comments']['add'](_0x574a8e,this['_findOptimalIndex'](_0x574a8e));}['_update'](_0x4c76c9){const {channelId:_0x26c3ce,id:_0x65b41e}=this;this['_repository']['fire'](xt('updateCommentThread',_0x26c3ce),{..._0x4c76c9,'channelId':_0x26c3ce,'threadId':_0x65b41e});}['_remove'](_0x351882){return this['stopListening'](_0x351882),_0x351882['destroy'](),this['comments']['remove'](_0x351882);}['_findOptimalIndex'](_0x2f1ed5){const _0x3216b0=this['comments']['find'](_0x19be88=>new Date(_0x19be88['authoredAt'])['getTime']()>new Date(_0x2f1ed5['authoredAt'])['getTime']());return _0x3216b0?this['comments']['getIndex'](_0x3216b0):this['length'];}}class wi extends/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x4a612e(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0xb7069a,_0x206fde){super();const _0x223495=_0xb7069a['context']['plugins']['get'](st)['me'],_0x31810d=_0xb7069a['getCommentThread'](_0x206fde['threadId']),_0x1c2d1d=0x0===_0x31810d['comments']['length'],_0x1d9c8d=_0x223495===_0x206fde['author'];this['id']=_0x206fde['id'],this['threadId']=_0x206fde['threadId'],this['author']=_0x206fde['author'],this['creator']=_0x206fde['creator'],this['isExternal']=Boolean(_0x206fde['attributes']&&_0x206fde['attributes']['@external']),this['set']('content',_0x206fde['content']),this['createdAt']=_0x206fde['createdAt']||new Date(),this['set']('authoredAt',_0x206fde['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x31810d,'resolvedAt'),this['set']('attributes',_0x206fde['attributes']||{}),this['bind']('isEditable')['to'](_0xb7069a,'_permissions',()=>{const _0x228cfa=_0xb7069a['getPermissions'](_0x31810d['channelId'])['write'],_0x1bde3c=_0xb7069a['getPermissions'](_0x31810d['channelId'])['modifyAll'];return _0x1d9c8d&&_0x228cfa||!_0x1d9c8d&&_0x1bde3c;}),this['bind']('isRemovable')['to'](_0x31810d,'isRemovable',_0xb7069a,'_permissions',_0x3f00d0=>{const _0x59938f=_0xb7069a['getPermissions'](_0x31810d['channelId'])['write'],_0x47df1f=_0xb7069a['getPermissions'](_0x31810d['channelId'])['modifyAll'];return _0x1d9c8d&&_0x59938f||_0x3f00d0&&_0x1c2d1d||!_0x1d9c8d&&_0x47df1f&&!_0x1c2d1d;}),this['bind']('isReadOnly')['to'](_0x31810d,'isReadOnly'),this['_repository']=_0xb7069a;}get['weight'](){return Math['max'](function(_0xb184cf){const _0xb1f4e1=document['createElement']('div');return _0xb1f4e1['innerHTML']=_0xb184cf,_0xb1f4e1['textContent']['length'];}(this['content']),0xc8);}['update'](_0x570baa){const {threadId:_0x3240e2,id:_0x58e127}=this;if(!this['_repository']['hasCommentThread'](_0x3240e2))throw new _0x41127b('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x1113f6}=this['_repository']['getCommentThread'](_0x3240e2);this['_repository']['fire'](xt('updateComment',_0x1113f6,_0x3240e2),{'channelId':_0x1113f6,'threadId':_0x3240e2,'commentId':_0x58e127,..._0x570baa});}['setAttribute'](_0x56e1b6,_0x4191cc){const _0x326bd0=At(this['attributes']);Ct(_0x326bd0,_0x56e1b6,_0x4191cc),this['update']({'attributes':_0x326bd0});}['removeAttribute'](_0x2b40f4){const _0x7a062f=At(this['attributes']);vt(_0x7a062f,_0x2b40f4),this['update']({'attributes':_0x7a062f});}['remove'](_0x3dee47={}){if(!_0x3dee47['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x372b69,id:_0x5d7f56}=this;if(!this['_repository']['hasCommentThread'](_0x372b69))throw new _0x41127b('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x6cf5f}=this['_repository']['getCommentThread'](_0x372b69);this['_repository']['fire'](xt('removeComment',_0x6cf5f,_0x372b69),{'channelId':_0x6cf5f,'threadId':_0x372b69,'commentId':_0x5d7f56,..._0x3dee47});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function xt(_0x20a938,..._0x2838df){for(const _0x18e7db of _0x2838df)void 0x0!==_0x18e7db&&(_0x20a938+=':'+String(_0x18e7db));return _0x20a938;}class rt extends _0x34de38{constructor(_0xb6a432){super(_0xb6a432),this['set']('hasContent',!0x1);}['refresh'](){const _0x2851c6=this['editor']['model']['document']['selection'];this['isEnabled']=!0x0,this['hasContent']=!0x1;for(const _0x40a2f7 of _0x2851c6['getRanges']())if(this['_hasContent'](_0x40a2f7))return void(this['hasContent']=!0x0);}['execute']({threadId:_0x7ca3f4=_0x293706(),ranges:_0x23c946,comment:_0x3f87d3}={}){const _0x45f868=this['editor']['model'],_0xdf46a9=_0x23c946??Array['from'](_0x45f868['document']['selection']['getRanges']()),_0x58f1f0=[];for(const _0x54c5c8 of _0xdf46a9)this['_hasContent'](_0x54c5c8)&&_0x58f1f0['push'](this['_trimToContent'](_0x54c5c8));if(!_0x58f1f0['length'])throw new _0x41127b('addcommentthreadcommand-incorrect-ranges',null);_0x3f87d3&&this['_createCommentThread'](_0x7ca3f4,_0x3f87d3),this['_createMarkersFromRanges'](_0x7ca3f4,_0x58f1f0,!!_0x3f87d3);}['_createMarkersFromRanges'](_0x35f57f,_0xcc6b07,_0x4ea3a5){this['editor']['model']['change'](_0x8a5609=>{for(const _0x364eee of _0xcc6b07){const _0x3616e8=_0x293706()['substr'](0x1,0x5),_0x256a5d='comment:'+_0x35f57f+':'+_0x3616e8;_0x8a5609['addMarker'](_0x256a5d,{'range':_0x364eee,'usingOperation':_0x4ea3a5,'affectsData':_0x4ea3a5});}});}['_createCommentThread'](_0x5d9b9c,_0x31614a){const _0x206e53=this['editor']['plugins']['get']('CommentsRepository'),_0x27cc45=this['editor']['config']['get']('collaboration.channelId'),_0x299cea=this['editor']['plugins']['get']('Users')['me'];if(!_0x299cea)throw new _0x41127b('addcommentthreadcommand-user-not-found',null);_0x206e53['addCommentThread']({'threadId':_0x5d9b9c,'channelId':_0x27cc45,'comments':[{'authorId':_0x299cea['id'],'content':_0x31614a,'createdAt':new Date(),'attributes':{}}]});}['_hasContent'](_0x43c34f){for(const _0x59e6c6 of _0x43c34f['getItems']())if(this['_itemIsContent'](_0x59e6c6))return!0x0;return!0x1;}['_itemIsContent'](_0x1dd9a3){return _0x1dd9a3['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x1dd9a3)&&!_0x1dd9a3['is']('element','tableCell');}['_trimToContent'](_0x66d77e){const _0x4bbb68=_0x5525b9=>!this['_itemIsContent'](_0x5525b9['item']),_0x155fef=_0x66d77e['start']['getLastMatchingPosition'](_0x4bbb68),_0x5b9b2e=_0x66d77e['end']['getLastMatchingPosition'](_0x4bbb68,{'direction':'backward'});return this['editor']['model']['createRange'](_0x155fef,_0x5b9b2e);}}class b extends _0x1af081{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[y];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x97088d){super(_0x97088d),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x450d42=this['editor'],_0x5d8fb5=_0x450d42['model']['document']['selection'],_0x458051=_0x312e89(()=>this['refreshSelectedViews'](),0xa);_0x5d8fb5['on']('change:range',(_0x5afc05,_0x598671)=>{_0x598671['directChange']&&(_0x458051['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x450d42['editing']['view']['document'],'change:isFocused',(_0x577cb5,_0xcad334,_0x3bbd30)=>{_0x3bbd30&&_0x458051();}),this['listenTo'](_0x450d42['ui']['focusTracker'],'change:isFocused',(_0x106cb8,_0x1bc4d9,_0x3766c5)=>{_0x3766c5||this['fire']('blur',{'isAnnotationTracked':_0x277f7d=>this['_editorAnnotationsData']['has'](_0x277f7d['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x16d35c){if(this['_editorAnnotations']['has'](_0x16d35c['view']))return;this['_editorAnnotations']['add'](_0x16d35c['view']),this['editor']['ui']['focusTracker']['add'](_0x16d35c['view']['element']);const _0x1c39ba=this['editor']['plugins']['get'](y);this['listenTo'](_0x1c39ba['collection'],'remove',(_0x92b51c,_0x129c4a)=>{this['editor']['ui']['focusTracker']['remove'](_0x129c4a['view']['element']),this['_editorAnnotations']['delete'](_0x129c4a['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x5665a0){if('function'!=typeof _0x5665a0)throw new _0x41127b('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x5665a0);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x1971b4,annotations:_0x326bba}){const _0x41eb05=[],_0x343f4e=this['editor']['model']['document']['selection'],_0x33bcc1=Array['from'](_0x343f4e['getRanges']());for(const [_0x2f9797,_0x48b975]of this['_editorAnnotationsData']){const _0x4bc6eb=_0x4690f5(_0x48b975),_0x36cdf2=_0x326bba['getByInnerView'](_0x2f9797);_0x4bc6eb&&_0x36cdf2&&_0x41eb05['push']({'annotation':_0x36cdf2,'range':_0x4bc6eb});}function _0x4690f5(_0x400027){for(const _0x4af921 of _0x400027)for(const _0xe12813 of _0x33bcc1)if(_0x4af921['containsRange'](_0xe12813,!_0x343f4e['isCollapsed']))return _0x4af921;return null;}return _0x41eb05['sort']((_0x4e39ab,_0x5a741c)=>{const _0x3cf228=_0x4e39ab['range'],_0x1b567d=_0x5a741c['range'];if(!_0x3cf228['isEqual'](_0x1b567d)){if(_0x3cf228['containsRange'](_0x1b567d,!0x0))return 0x1;if(_0x1b567d['containsRange'](_0x3cf228,!0x0))return-0x1;}return _0x4e39ab['annotation']==_0x1971b4?-0x1:_0x5a741c['annotation']==_0x1971b4?0x1:0x0;})['map'](_0x12bdf1=>_0x12bdf1['annotation']);}get['_editorAnnotationsData'](){const _0x1f582a=new Map();for(const _0x50a304 of Array['from'](this['_dataCollectors']))for(const [_0x40caa8,_0x549d1b]of _0x50a304())_0x1f582a['set'](_0x40caa8,_0x549d1b);return _0x1f582a;}}class ct extends _0x1af081{['afterInit'](){const _0x34f66c=this['editor'];if(!_0x34f66c['plugins']['has']('RestrictedEditingModeEditing'))return;_0x34f66c['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class at extends _0x1af081{constructor(_0x152a0a){super(_0x152a0a),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x2a73f9=this['editor'],_0x7678a6=_0x2a73f9['commands']['get']('importWord'),_0x3c8fcb=_0x2a73f9['plugins']['get'](st);_0x7678a6&&(_0x7678a6['on']('execute',(_0xd09977,[,_0x44dc3f])=>{_0x44dc3f['collaboration_features']={'comments':!0x0,'user_id':_0x3c8fcb['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x7678a6,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x5bad78,_0x4e391f){const {comment_threads:_0x5a9a37}=_0x4e391f;_0x5a9a37&&_0x5a9a37['forEach'](({thread_id:_0x36749b,comments:_0x42224,is_resolved:_0x4f13af})=>{const _0x4f782f=new Date(),_0x1dbb38=_0x42224['map'](({author:_0x5a4d71,content:_0x546c97,created_at:_0x2effc8})=>({'content':_0x546c97,'authorId':this['editor']['plugins']['get'](st)['me']['id'],'createdAt':_0x4f782f,'attributes':{'@external':{'authorName':_0x5a4d71,'createdAt':_0x2effc8?new Date(_0x2effc8):new Date(),'source':'importWord'}}})),_0xc77c42=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](o)['addCommentThread']({'channelId':_0xc77c42,'threadId':_0x36749b,'comments':_0x1dbb38,'resolvedAt':_0x4f13af?_0x4f782f:null});});}}class ut extends _0x1af081{constructor(_0x5a7b55){super(_0x5a7b55),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x457394=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x457394,'contentInsertion',(_0x3f5918,_0x4e5cbd)=>this['_removeMarkersWithoutThreads'](_0x4e5cbd['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x5e0880){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x5e0880;const _0x490885=this['editor']['plugins']['get']('CommentsRepository');for(const _0x5ecc13 of _0x5e0880['keys']()){const [_0x4959f3,_0x4518cd]=_0x5ecc13['split'](':');'comment'!=_0x4959f3||_0x490885['hasCommentThread'](_0x4518cd)||_0x5e0880['delete'](_0x5ecc13);}return _0x5e0880;}['_registerMarkerInClipboardPipeline'](){const _0x5e3c25=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x51061b=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x51061b&&_0x5e3c25['_registerMarkerToCopy']('comment',_0x51061b);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0xd470c0){switch(_0xd470c0){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}function dt(_0x5664c6){const _0x3b5f81=_0x5664c6['split'](':');return{'group':_0x3b5f81[0x0],'id':_0x3b5f81[0x1],'part':_0x3b5f81[0x2]};}class ft extends _0x1af081{['init'](){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}['overrideMarkerConverters'](){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0x5e1dc8,_0x52fec9)=>{if(!_0x52fec9['options']['showCommentHighlights'])return null;if(_0x52fec9['options']['ignoreResolvedComments']){const {id:_0x425301}=dt(_0x5e1dc8['markerName']),_0x457fb2=this['editor']['plugins']['get'](o);if(_0x457fb2['getCommentThread'](_0x425301)?.['isResolved']&&_0x5e1dc8['item'])return _0x52fec9['consumable']['consume'](_0x5e1dc8['item'],'addMarker:'+_0x5e1dc8['markerName']),_0x52fec9['consumable']['consume'](_0x5e1dc8['item'],'removeMarker:'+_0x5e1dc8['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x16eacf=>{_0x16eacf['on']('addMarker:comment',(_0x421694,_0x415e7e,_0x2bfe39)=>{if(!_0x2bfe39['options']['showCommentHighlights'])return;const _0x320756=_0x415e7e['item'];if(!_0x320756)return;const _0x29d22b=_0x2bfe39['mapper']['toViewElement'](_0x320756);this['editor']['model']['schema']['isObject'](_0x320756)&&_0x29d22b&&!_0x29d22b['getCustomProperty']('widget')&&_0x29d22b['is']('containerElement')&&_0x4378ed(_0x29d22b,_0x2bfe39['writer']);},{'priority':'high'});});}['overrideHorizontalRuleConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x3a3ebb,{writer:_0x163fcb,options:_0x36f984})=>{if(!_0x36f984['showCommentHighlights'])return null;const _0x36ba6d=_0x163fcb['createContainerElement']('div'),_0xd81eff=_0x163fcb['createEmptyElement']('hr');return _0x163fcb['addClass']('ck-horizontal-line',_0x36ba6d),_0x163fcb['insert'](_0x163fcb['createPositionAt'](_0x36ba6d,0x0),_0xd81eff),_0x36ba6d;},'converterPriority':'high'});}['overrideImageInlineConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x4d861a,{writer:_0xfcefb,options:_0x1f6272})=>{if(!_0x1f6272['showCommentHighlights'])return null;const _0x41ac06=_0xfcefb['createContainerElement']('span'),_0x2169f2=_0xfcefb['createEmptyElement']('img');return _0xfcefb['addClass']('image-inline',_0x41ac06),_0xfcefb['insert'](_0xfcefb['createPositionAt'](_0x41ac06,0x0),_0x2169f2),_0x41ac06;},'converterPriority':'high'});}['overrideMediaEmbedConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x498962,{writer:_0x5339c3,options:_0x3dce20})=>{if(_0x3dce20['showCommentHighlights'])return _0x5339c3['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x88eea4,_0x5fba4f,_0x3119fb)=>{_0x3119fb['options']['showCommentHighlights']&&_0x88eea4['stop']();},{'priority':'high'});}}class r extends _0x1af081{static get['requires'](){return[o,b,st,ct,at,ut,ft];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x505680){super(_0x505680),this['set']('isThreadsLoadingPaused',!0x0),_0x505680['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x59c8af,_0x2b5be1,_0xfc0b77,_0x38b112)=>{const _0x399ec2=_0x505680['plugins']['get'](o),_0x4542e9=_0xfc0b77?dt(_0xfc0b77)['id']:null;_0x505680['model']['change'](()=>{if(_0x4542e9){const _0x13dfed=this['getAllMarkersForId'](_0x4542e9);for(const _0x336568 of _0x13dfed)_0x505680['editing']['reconvertMarker'](_0x336568);}if(_0x38b112){const {id:_0x10b86e}=dt(_0x38b112),_0x2b1d1f=_0x399ec2['getCommentThread'](_0x10b86e);if(_0x2b1d1f&&_0x2b1d1f['unlinkedAt'])return;if(_0x2b1d1f&&!_0x2b1d1f['isAttached'])return;const _0x2598bd=this['getAllMarkersForId'](_0x10b86e);for(const _0x23f303 of _0x2598bd)_0x505680['editing']['reconvertMarker'](_0x23f303);}}),_0x4542e9&&this['scrollToThreadMarker'](_0x4542e9);}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x354873=this['editor'],_0x3347fe=_0x354873['plugins']['get'](o),_0x435072=_0x354873['config']['get']('collaboration.channelId'),_0x48d0f1=_0x3347fe['getCommentThreads']()['filter'](_0x25809f=>_0x25809f['channelId']!==_0x435072);_0x354873['commands']['add']('addCommentThread',new rt(_0x354873)),this['listenTo'](_0x354873,'change:isReadOnly',(_0x5dc0bd,_0xe2424c,_0x5efa39)=>{_0x3347fe['switchReadOnly'](_0x5efa39,_0x354873['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x3347fe,ht('addCommentThread',_0x435072),(_0x250795,{threadId:_0x5a6119})=>{const _0x3b9d90=this['editor']['plugins']['get'](o)['getCommentThread'](_0x5a6119);_0x3b9d90?.['unlinkedAt']&&this['_attachArchivedThread'](_0x5a6119);}),this['listenTo'](_0x3347fe,ht('removeCommentThread',_0x435072),(_0x2c6b43,{threadId:_0x360af4})=>{_0x354873['model']['enqueueChange']({'isUndoable':!0x1},_0x52de41=>{const _0x51e6ec=this['getAllMarkersForId'](_0x360af4);for(const _0x2ba238 of _0x51e6ec)_0x52de41['removeMarker'](_0x2ba238);});}),this['listenTo'](_0x3347fe,ht('resolveCommentThread',_0x435072),(_0x10c278,{threadId:_0xec43c2})=>{(this['_reconvertMarkers'](_0xec43c2),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](o)['getCommentThread'](_0xec43c2)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x3347fe,ht('reopenCommentThread',_0x435072),(_0x583bcc,{threadId:_0x17fe45})=>{this['_reconvertMarkers'](_0x17fe45);},{'priority':'low'}),this['listenTo'](_0x3347fe,ht('addComment',_0x435072),(_0x43b3dd,{threadId:_0x5a7e0b,isFromAdapter:_0x4058dd})=>{const _0x3d0a48=this['getAllMarkersForId'](_0x5a7e0b);if(_0x4058dd||0x0==_0x3d0a48['length']||!_0x3347fe['hasCommentThread'](_0x5a7e0b))return;0x1===_0x3347fe['getCommentThread'](_0x5a7e0b)['length']&&_0x354873['model']['enqueueChange']({'isUndoable':!0x1},_0x1cec57=>{for(const _0x1e6912 of _0x3d0a48)_0x1cec57['updateMarker'](_0x1e6912,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0x48d0f1);}['afterInit'](){!async function(_0x4f3cd1){const _0x3d7b17=_0x1e5467([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]),_0x51816c=0x73460ab3,_0x3caae4=0x734174e3^_0x51816c,_0x14c266=window[_0x1e5467([0x44,0x61,0x74,0x65])][_0x1e5467([0x6e,0x6f,0x77])](),_0x106bab=_0x4f3cd1[_0x1e5467([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5c78fe=new window[(_0x1e5467([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5dd4b5=>{_0x106bab[_0x1e5467([0x6f,0x6e,0x63,0x65])](_0x1e5467([0x72,0x65,0x61,0x64,0x79]),_0x5dd4b5);}),_0x2a3aa7={[_0x1e5467([0x6b,0x74,0x79])]:_0x1e5467([0x45,0x43]),[_0x1e5467([0x75,0x73,0x65])]:_0x1e5467([0x73,0x69,0x67]),[_0x1e5467([0x63,0x72,0x76])]:_0x1e5467([0x50,0x2d,0x32,0x35,0x36]),[_0x1e5467([0x78])]:_0x1e5467([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]),[_0x1e5467([0x79])]:_0x1e5467([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]),[_0x1e5467([0x61,0x6c,0x67])]:_0x1e5467([0x45,0x53,0x32,0x35,0x36])},_0xe0a3f1=_0x106bab[_0x1e5467([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1e5467([0x67,0x65,0x74])](_0x1e5467([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x10d782(){let _0x261f9e,_0xeabc01=null,_0x705833=null;try{if(_0xe0a3f1==_0x1e5467([0x47,0x50,0x4c]))return _0x1e5467([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x261f9e=_0x54a9fb(),!_0x261f9e)return _0x1e5467([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x261f9e[_0x1e5467([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x705833=_0x1f46d4(_0x261f9e[_0x1e5467([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x261f9e[_0x1e5467([0x6a,0x74,0x69])])),await _0x2aed6d()?_0x4a6627()?_0x5544d7()?_0x1e5467([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x552118()?(_0x261f9e[_0x1e5467([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1e5467([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xeabc01=_0x550f4f(_0x1e5467([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x24f298()):_0x1e5467([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1e5467([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1e5467([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1e5467([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5544d7(){const _0x5348da=[_0x1e5467([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1e5467([0x74,0x72,0x69,0x61,0x6c])][_0x1e5467([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x261f9e[_0x1e5467([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x14c266/0x3e8:0xe10*_0x3caae4;return _0x261f9e[_0x1e5467([0x65,0x78,0x70])]<_0x5348da;}function _0x4a6627(){const _0x117d6b=_0x261f9e[_0x1e5467([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x117d6b)return!0x1;if(_0x117d6b[_0x1e5467([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1e5467([0x2a])))return!0x0;if(_0x117d6b[_0x1e5467([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1e5467([0x43,0x4d,0x54])))return!0x0;if(_0x117d6b[_0x1e5467([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1e5467([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))&&_0x34f97c())return!0x0;if(_0x117d6b[_0x1e5467([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1e5467([0x52,0x43,0x4d,0x54]))){if(_0x7dd178())return!0x0;if(_0x5a44a6()||_0xcb34a2())return!0x0;}return!0x1;}function _0x552118(){const _0x540002=_0x261f9e[_0x1e5467([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x540002||0x0==_0x540002[_0x1e5467([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2a1054}=new URL(window[_0x1e5467([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x540002[_0x1e5467([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a1054))return!0x0;const _0xb6e662=_0x2a1054[_0x1e5467([0x73,0x70,0x6c,0x69,0x74])](_0x1e5467([0x2e]));return _0x540002[_0x1e5467([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1a4e1a=>_0x1a4e1a[_0x1e5467([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1e5467([0x2a])))[_0x1e5467([0x6d,0x61,0x70])](_0x1bfed1=>_0x1bfed1[_0x1e5467([0x73,0x70,0x6c,0x69,0x74])](_0x1e5467([0x2e])))[_0x1e5467([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xff29bc=>_0xff29bc[_0x1e5467([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xb6e662[_0x1e5467([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1e5467([0x6d,0x61,0x70])](_0x50e428=>Array(_0xb6e662[_0x1e5467([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x50e428[_0x1e5467([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1e5467([0x66,0x69,0x6c,0x6c])](_0x50e428[0x0]===_0x1e5467([0x2a])?_0x1e5467([0x2a]):'')[_0x1e5467([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x50e428))[_0x1e5467([0x73,0x6f,0x6d,0x65])](_0x9136ad=>_0xb6e662[_0x1e5467([0x65,0x76,0x65,0x72,0x79])]((_0x22060a,_0x299d8b)=>_0x9136ad[_0x299d8b]===_0x22060a||_0x9136ad[_0x299d8b]===_0x1e5467([0x2a])));}function _0x24f298(){return _0xeabc01&&_0x705833?new window[(_0x1e5467([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x50b4ef,_0x44abe0)=>{_0xeabc01[_0x1e5467([0x74,0x68,0x65,0x6e])](_0x50b4ef,_0x44abe0),_0x705833[_0x1e5467([0x74,0x68,0x65,0x6e])](_0x44da68=>{_0x44da68!=_0x1e5467([0x56,0x61,0x6c,0x69,0x64])&&_0x50b4ef(_0x44da68);},_0x44abe0);}):_0xeabc01||_0x705833||_0x1e5467([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1f46d4(_0x1ee124,_0x5013e3){return new window[(_0x1e5467([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b9e89=>{if(_0x30ac2e())return _0x2b9e89(_0x1e5467([0x56,0x61,0x6c,0x69,0x64]));_0x22cd4b(),_0x106bab[_0x1e5467([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1e5467([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xfc5110=!0x1;const _0x13aa13=_0x293706();function _0xb5e262(_0x3ab8ec){return!!_0x3ab8ec&&(typeof _0x3ab8ec===_0x1e5467([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3ab8ec===_0x1e5467([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3ab8ec[_0x1e5467([0x74,0x68,0x65,0x6e])]===_0x1e5467([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3ab8ec[_0x1e5467([0x63,0x61,0x74,0x63,0x68])]===_0x1e5467([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x52b462(_0x1fd5ed){_0x26b4ac(_0x1fd5ed)[_0x1e5467([0x74,0x68,0x65,0x6e])](_0x3a15ca=>{if(!_0x3a15ca||_0x3a15ca[_0x1e5467([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1e5467([0x6f,0x6b]))return _0x1e5467([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x296e2e(_0x2f7934(_0x13aa13+_0x5013e3))!=_0x3a15ca[_0x1e5467([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1e5467([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1e5467([0x56,0x61,0x6c,0x69,0x64]);})[_0x1e5467([0x74,0x68,0x65,0x6e])](_0x3da083=>(_0x353fc7(),_0x3da083),()=>{const _0x4d1c4=_0x59d62e();return null==_0x4d1c4?(_0x353fc7(),_0x1e5467([0x56,0x61,0x6c,0x69,0x64])):_0x1e5467(_0x14c266-_0x4d1c4>(0x574a8eb3^_0x51816c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1e5467([0x74,0x68,0x65,0x6e])](_0x2b9e89)[_0x1e5467([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2b9e89(_0x1e5467([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2b27d3=0x7370e433^_0x51816c;function _0x353fc7(){const _0x326397=_0x1e5467([0x6c,0x6c,0x63,0x74,0x2d])+_0x296e2e(_0x2f7934(_0x1ee124)),_0x163abc=_0x4b76be(_0x296e2e(window[_0x1e5467([0x4d,0x61,0x74,0x68])][_0x1e5467([0x63,0x65,0x69,0x6c])](_0x14c266/_0x2b27d3)));window[_0x1e5467([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1e5467([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x326397,_0x163abc);}function _0x59d62e(){const _0x8825ae=_0x1e5467([0x6c,0x6c,0x63,0x74,0x2d])+_0x296e2e(_0x2f7934(_0x1ee124)),_0x154c14=window[_0x1e5467([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1e5467([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x8825ae);return _0x154c14?window[_0x1e5467([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4b76be(_0x154c14),0x10)*_0x2b27d3:null;}function _0x26b4ac(_0x281216){return new window[(_0x1e5467([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3b1ebe,_0x59b460)=>{_0x281216[_0x1e5467([0x74,0x68,0x65,0x6e])](_0x3b1ebe,_0x59b460),window[_0x1e5467([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x59b460,0x7347de73^_0x51816c);});}}_0x106bab[_0x1e5467([0x6f,0x6e])](_0x1e5467([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5beeaf,_0x49ca9f)=>{if(_0x49ca9f[0x0]!=_0x1ee124)return _0x2b9e89(_0x1e5467([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x49ca9f[0x1]={..._0x49ca9f[0x1],[_0x1e5467([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x13aa13};},{[_0x1e5467([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1e5467([0x68,0x69,0x67,0x68])}),_0x106bab[_0x1e5467([0x6f,0x6e])](_0x1e5467([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3757d3=>{_0xb5e262(_0x3757d3[_0x1e5467([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xfc5110=!0x0,_0x52b462(_0x3757d3[_0x1e5467([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1e5467([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1e5467([0x6c,0x6f,0x77])}),_0x5c78fe[_0x1e5467([0x74,0x68,0x65,0x6e])](()=>{_0xfc5110||_0x2b9e89(_0x1e5467([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x30ac2e(){return _0x106bab[_0x1e5467([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1e5467([0x76,0x69,0x65,0x77])][_0x1e5467([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1e5467([0x61,0x75,0x74,0x6f]);}function _0x22cd4b(){_0x106bab[_0x1e5467([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1e5467([0x76,0x69,0x65,0x77])][_0x1e5467([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1e5467([0x61,0x75,0x74,0x6f]);}}function _0x550f4f(_0x523bdb){const _0x24b574=[new window[(_0x1e5467([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x262fb7=>setTimeout(_0x262fb7,0x734f347f^_0x51816c)),_0x5c78fe[_0x1e5467([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1e5467([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x11a311=>{let _0x201092=0x0;_0x106bab[_0x1e5467([0x6d,0x6f,0x64,0x65,0x6c])][_0x1e5467([0x6f,0x6e])](_0x1e5467([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x7c7f8a,_0x3c6d6b)=>{_0x3c6d6b[0x0][_0x1e5467([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x201092++,_0x201092==(0x73460f5b^_0x51816c)&&(_0x11a311(),_0x7c7f8a[_0x1e5467([0x6f,0x66,0x66])]());});}))];return window[_0x1e5467([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1e5467([0x72,0x61,0x63,0x65])](_0x24b574)[_0x1e5467([0x74,0x68,0x65,0x6e])](()=>_0x523bdb);}async function _0x241ee2(){await _0x5c78fe,_0x106bab[_0x1e5467([0x6d,0x6f,0x64,0x65,0x6c])][_0x1e5467([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x22eed8,_0x106bab[_0x1e5467([0x6d,0x6f,0x64,0x65,0x6c])][_0x1e5467([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x22eed8,_0x106bab[_0x1e5467([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1e5467([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x34f97c(){return window[_0x1e5467([0x67,0x6c,0x6f,0x62])]&&window[_0x1e5467([0x67,0x6c,0x6f,0x62])][_0x1e5467([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x7dd178(){return _0x4389f5(_0x1e5467([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x1145d1(_0x1e5467([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1e5467([0x73,0x74,0x61,0x74,0x65])]==_0x1e5467([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x5a44a6(){return _0x4389f5(_0x1e5467([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 _0xcb34a2(){return _0x4389f5(_0x1e5467([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x50124e(_0x84a03c){const _0x4d164f=_0x7a775d();_0x106bab[_0x4d164f]=_0x1e5467([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x84a03c,_0x84a03c!=_0x1e5467([0x56,0x61,0x6c,0x69,0x64])&&_0x241ee2();}function _0x7a775d(){const _0x18301a=window[_0x1e5467([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1e5467([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1e5467([0x6e,0x6f,0x77])]())[_0x1e5467([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1e5467([0x2e]),'');let _0x438283=_0x1e5467([0x4b]);for(let _0x4b99ae=0x0;_0x4b99ae<_0x18301a[_0x1e5467([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4b99ae+=0x2){let _0x4fdfbc=window[_0x1e5467([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x18301a[_0x1e5467([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4b99ae,_0x4b99ae+0x2));_0x4fdfbc>=_0x3d7b17[_0x1e5467([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4fdfbc-=_0x3d7b17[_0x1e5467([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x438283+=_0x3d7b17[_0x4fdfbc];}return _0x438283;}function _0x54a9fb(){const _0x3dcc00=_0xe0a3f1[_0x1e5467([0x73,0x70,0x6c,0x69,0x74])](_0x1e5467([0x2e]));if(0x3!=_0x3dcc00[_0x1e5467([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4458b7(_0x3dcc00[0x1]);function _0x4458b7(_0x3e55fb){const _0x763216=_0x432cbf(_0x3e55fb);return _0x763216&&_0x48c7fe()?_0x763216:null;function _0x48c7fe(){const _0x48dc21=_0x763216[_0x1e5467([0x6a,0x74,0x69])],_0x44cc7e=window[_0x1e5467([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x48dc21[_0x1e5467([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x48dc21[_0x1e5467([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x430875={..._0x763216,[_0x1e5467([0x6a,0x74,0x69])]:_0x48dc21[_0x1e5467([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x48dc21[_0x1e5467([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x430875[_0x1e5467([0x76,0x63])],_0x2f7934(_0x430875)==_0x44cc7e;}}}async function _0x2aed6d(){let _0x12fae5=!0x0;try{const _0x228312=_0xe0a3f1[_0x1e5467([0x73,0x70,0x6c,0x69,0x74])](_0x1e5467([0x2e])),[_0x2a63bf,_0x520b8f,_0x2469b4]=_0x228312;return _0x7f36ab(_0x2a63bf),await _0x545431(_0x2a63bf,_0x520b8f,_0x2469b4),_0x12fae5;}catch{return!0x1;}function _0x7f36ab(_0x2d8416){const _0x5b589a=_0x432cbf(_0x2d8416);_0x5b589a&&_0x5b589a[_0x1e5467([0x61,0x6c,0x67])]==_0x1e5467([0x45,0x53,0x32,0x35,0x36])||(_0x12fae5=!0x1);}async function _0x545431(_0xb041ec,_0x2a2483,_0x17add9){const _0x5e1a63=window[_0x1e5467([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1e5467([0x66,0x72,0x6f,0x6d])](_0x44985c(_0x17add9),_0x17dfce=>_0x17dfce[_0x1e5467([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x10288c=new window[(_0x1e5467([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1e5467([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xb041ec+_0x1e5467([0x2e])+_0x2a2483),_0xa2413e=window[_0x1e5467([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1e5467([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xa2413e)return;const _0x2bb69c=await _0xa2413e[_0x1e5467([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1e5467([0x6a,0x77,0x6b]),_0x2a3aa7,{[_0x1e5467([0x6e,0x61,0x6d,0x65])]:_0x1e5467([0x45,0x43,0x44,0x53,0x41]),[_0x1e5467([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1e5467([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1e5467([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xa2413e[_0x1e5467([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1e5467([0x6e,0x61,0x6d,0x65])]:_0x1e5467([0x45,0x43,0x44,0x53,0x41]),[_0x1e5467([0x68,0x61,0x73,0x68])]:{[_0x1e5467([0x6e,0x61,0x6d,0x65])]:_0x1e5467([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2bb69c,_0x5e1a63,_0x10288c)||(_0x12fae5=!0x1);}}function _0x432cbf(_0xe57595){return _0xe57595[_0x1e5467([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1e5467([0x65,0x79]))?JSON[_0x1e5467([0x70,0x61,0x72,0x73,0x65])](_0x44985c(_0xe57595)):null;}function _0x44985c(_0x5c5188){return window[_0x1e5467([0x61,0x74,0x6f,0x62])](_0x5c5188[_0x1e5467([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1e5467([0x2b]))[_0x1e5467([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1e5467([0x2f])));}function _0x2f7934(_0x5d464a){let _0x571c65=0x1505;function _0x5f3129(_0x18ac69){for(let _0x2728f5=0x0;_0x2728f5<_0x18ac69[_0x1e5467([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2728f5++){const _0x280259=_0x18ac69[_0x1e5467([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2728f5);_0x571c65=(_0x571c65<<0x5)+_0x571c65+_0x280259,_0x571c65&=_0x571c65;}}function _0x3da5f7(_0x4cf7ea){Array[_0x1e5467([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4cf7ea)?_0x4cf7ea[_0x1e5467([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3da5f7):_0x4cf7ea&&typeof _0x4cf7ea==_0x1e5467([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1e5467([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4cf7ea)[_0x1e5467([0x73,0x6f,0x72,0x74])]()[_0x1e5467([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x574a92,_0x156f6c])=>{_0x5f3129(_0x574a92),_0x3da5f7(_0x156f6c);}):_0x5f3129(window[_0x1e5467([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4cf7ea));}return _0x3da5f7(_0x5d464a),_0x571c65>>>0x0;}function _0x296e2e(_0x276726){return _0x276726[_0x1e5467([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1e5467([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1e5467([0x30]));}function _0x4b76be(_0x41802c){return _0x41802c[_0x1e5467([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1e5467([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1e5467([0x6a,0x6f,0x69,0x6e])]('');}function _0x4389f5(_0x220c59){return _0x106bab[_0x1e5467([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1e5467([0x68,0x61,0x73])](_0x220c59);}function _0x1145d1(_0x249507){return _0x106bab[_0x1e5467([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1e5467([0x67,0x65,0x74])](_0x249507);}function _0x22eed8(){}function _0x1e5467(_0x184864){return _0x184864['map'](_0x153ea2=>String['fromCharCode'](_0x153ea2))['join']('');}_0x50124e(await _0x10d782());}(this);}['destroy'](){const _0x526007=this['editor']['plugins']['get'](o),_0x3f50ad=this['editor']['config']['get']('collaboration.channelId');for(const _0x4c7ec0 of _0x526007['getCommentThreads']({'channelId':_0x3f50ad}))_0x526007['_detachCommentThread'](_0x4c7ec0['id']),_0x526007['_threads']['delete'](_0x4c7ec0['id']);super['destroy']();}['hasMarkerForId'](_0x4c6317){return this['getAllMarkersForId'](_0x4c6317)['length']>0x0;}['getAllMarkersForId'](_0x291bab){const _0x5f2aaf=[];for(const _0xf9cf8a of this['editor']['model']['markers'])_0xf9cf8a['name']['startsWith']('comment:'+_0x291bab)&&_0x5f2aaf['push'](_0xf9cf8a);return _0x5f2aaf;}['scrollToThreadMarker'](_0x2437fb){setTimeout(()=>{const _0x2b8f0e=this['_getTargetForId'](_0x2437fb);if(!_0x2b8f0e)return;this['activeMarker']&&dt(this['activeMarker'])['id']===_0x2437fb&&ot({'target':_0x2b8f0e[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x131c8c){this['editor']['model']['change'](()=>{for(const _0x309a25 of this['getAllMarkersForId'](_0x131c8c))this['editor']['editing']['reconvertMarker'](_0x309a25);});}['_attachArchivedThread'](_0x1a35f4){const _0x3967a7=this['editor']['plugins']['get'](o),_0x278ba6=this['editor']['plugins']['get'](b),_0x17a243=_0x3967a7['getCommentThread'](_0x1a35f4);if(!_0x17a243['isAttached']){const _0x45423b=_0x17a243['attachTo'](()=>this['_getTargetForId'](_0x17a243['id']));_0x278ba6['registerAnnotation'](_0x45423b),_0x17a243['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x2dbcf1=this['editor'],_0x4a1116=_0x2dbcf1['plugins']['get'](st);_0x2dbcf1['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x17cb93,_0x46469f)=>{const {id:_0x146379}=dt(_0x17cb93['markerName']),_0x28b7de=_0x2dbcf1['plugins']['get'](o)['getCommentThread'](_0x146379),_0x459053=this['activeMarker']&&dt(this['activeMarker'])['id']===_0x146379;let _0x56ed5e;if(_0x28b7de&&_0x28b7de['isResolved']&&!_0x459053&&_0x17cb93['item'])return _0x46469f['consumable']['consume'](_0x17cb93['item'],'addMarker:'+_0x17cb93['markerName']),_0x46469f['consumable']['consume'](_0x17cb93['item'],'removeMarker:'+_0x17cb93['markerName']),null;const _0x50982e=['ck-comment-marker'];return _0x459053&&_0x50982e['push']('ck-comment-marker--active'),_0x56ed5e=_0x28b7de?.['length']?_0x28b7de['comments']['first']['author']['id']:_0x4a1116['me']['id'],{'classes':_0x50982e,'attributes':{'data-comment':_0x146379,'data-author-id':_0x56ed5e}};}}),_0x2dbcf1['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x1f890a,{options:_0x575b2f})=>{if(_0x575b2f['showCommentHighlights'])return null;const _0x522e09=_0x2dbcf1['plugins']['get'](o),_0x32bff3=_0x2dbcf1['model']['markers']['get'](_0x1f890a),{id:_0x25eccb,part:_0x2815}=dt(_0x1f890a);return _0x32bff3&&!_0x32bff3['affectsData']||_0x575b2f['ignoreResolvedComments']&&_0x522e09['getCommentThread'](_0x25eccb)?.['isResolved']?null:{'group':'comment','name':_0x2815?_0x25eccb+':'+_0x2815:_0x25eccb};}}),_0x2dbcf1['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x20b0f5,{writer:_0x5b2567})=>_0x5b2567['createElement']('$marker',{'data-name':'comment:'+_0x20b0f5['getAttribute']('id')})}),_0x2dbcf1['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x1db591=this['editor'],_0x5cdabb=_0x1db591['plugins']['get'](o),_0x530e83=new Set(),_0x2795a9=new Set();_0x1db591['model']['document']['registerPostFixer'](_0x31920b=>{let _0x53c00c=!0x1;for(const {name:_0x3fbfa3,data:_0x43c813}of _0x1db591['model']['document']['differ']['getChangedMarkers']()){const {group:_0xd0e511,id:_0x329fbf}=dt(_0x3fbfa3);let _0x4b637c=_0x43c813['newRange'];if('comment'!==_0xd0e511||!_0x4b637c)continue;const _0x1fc69e='$graveyard'===_0x4b637c['root']['rootName'];_0x1fc69e||(_0x4b637c=mt(_0x4b637c,_0x1db591['model']),!_0x4b637c||_0x4b637c['isCollapsed']||!_0x43c813['newRange']||_0x4b637c['isEqual'](_0x43c813['newRange']))?_0x1db591['model']['hasContent'](_0x4b637c)&&!_0x1fc69e?this['isThreadsLoadingPaused']?_0x530e83['add'](_0x3fbfa3):this['_handleThreadMarker'](_0x3fbfa3,_0x329fbf):(_0x2795a9['add'](_0x3fbfa3),_0x530e83['delete'](_0x3fbfa3),_0x31920b['removeMarker'](_0x3fbfa3),_0x53c00c=!0x0):(_0x31920b['updateMarker'](_0x3fbfa3,{'range':_0x4b637c}),_0x53c00c=!0x0);}return _0x53c00c;}),this['on']('change:isThreadsLoadingPaused',(_0x29bd6f,_0x25eb75,_0x4618cb)=>{if(!_0x4618cb&&_0x530e83['size'])for(const _0x2c5d1f of _0x530e83){const {id:_0x3bbede}=dt(_0x2c5d1f);_0x530e83['delete'](_0x2c5d1f),_0x1db591['model']['markers']['get'](_0x2c5d1f)&&this['_handleThreadMarker'](_0x2c5d1f,_0x3bbede);}}),this['listenTo'](_0x1db591['model']['document'],'change',()=>{for(const {name:_0x76e364,data:{newRange:_0x10efef}}of _0x1db591['model']['document']['differ']['getChangedMarkers']()){const {group:_0xddf3b3,id:_0x5c16d9}=dt(_0x76e364);if('comment'!==_0xddf3b3)continue;const _0x13e0a6=_0x5cdabb['getCommentThread'](_0x5c16d9),_0x44173f=this['hasMarkerForId'](_0x5c16d9);_0x13e0a6&&(!_0x13e0a6['_hasTargetInContent']&&_0x10efef&&_0x1db591['editing']['view']['once']('render',()=>{const _0x1cd474=_0x1db591['plugins']['get'](y),_0x29a66f=_0x5cdabb['_threadToController']['get'](_0x13e0a6)['view'];_0x1cd474['getByInnerView'](_0x29a66f)['refreshVisibility']();},{'priority':'low'}),_0x13e0a6['_hasTargetInContent']=_0x44173f||!!_0x10efef),_0x10efef||(_0x2795a9['add'](_0x76e364),_0x530e83['delete'](_0x76e364));}for(const _0x1314a0 of _0x2795a9){const {id:_0x5eeca2}=dt(_0x1314a0),_0x11006a=_0x5cdabb['getCommentThread'](_0x5eeca2);if(_0x530e83['delete'](_0x1314a0),!_0x11006a)continue;const _0x3af4d1=this['hasMarkerForId'](_0x5eeca2);_0x3af4d1||_0x11006a['isSubmitted']?_0x3af4d1||_0x11006a['unlinkedAt']||_0x11006a['setUnlinkedAt'](new Date()):_0x11006a['remove']();}_0x2795a9['clear']();});}['_handleInitialThreads'](_0x56fe96){_0x56fe96['forEach'](_0x189537=>{_0x189537['unlinkedAt']&&this['_attachArchivedThread'](_0x189537['id']);});}['_getTargetForId'](_0x1be161){const _0x57e3b1=this['editor'],_0x2a3aa6=this['getAllMarkersForId'](_0x1be161);return it(_0x57e3b1['editing'],_0x2a3aa6);}['_getTextContext'](_0x5c17f1){const _0x4de457=this['getAllMarkersForId'](_0x5c17f1);let _0xe8cf48='',_0x351e47=!0x1;for(const _0x184f3e of _0x4de457){const _0x13f7fe=_0x184f3e['getRange']();for(const _0x446396 of Array['from'](_0x13f7fe['getItems']()))_0x446396['is']('$textProxy')?(_0xe8cf48&&_0x351e47&&(_0xe8cf48+='\x20',_0x351e47=!0x1),_0xe8cf48+=_0x446396['data']):_0x351e47=!0x0;_0x351e47=!0x0;}return _0xe8cf48['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x33b38e,_0x54204a){const _0x39a7d7=this['editor'],_0x3f1d7e=_0x39a7d7['plugins']['get'](o);let _0x453c8c=_0x3f1d7e['getCommentThread'](_0x54204a);const _0x322755=_0x39a7d7['config']['get']('collaboration.channelId'),_0x4d49a=_0x39a7d7['plugins']['get'](b);if(_0x453c8c&&(_0x453c8c['unlinkedAt']&&_0x453c8c['setUnlinkedAt'](null),_0x453c8c['isAttached']))return _0x453c8c;return!this['getAllMarkersForId'](_0x54204a)[0x0]['managedUsingOperations']?_0x39a7d7['editing']['view']['once']('render',()=>{if(_0x3f1d7e['getCommentThread'](_0x54204a))return;const _0x55917b=_0x39a7d7['plugins']['get'](y);_0x453c8c=_0x3f1d7e['openNewCommentThread']({'channelId':_0x322755,'threadId':_0x54204a,'target':()=>this['_getTargetForId'](_0x54204a),'context':{'type':'text','value':this['_getTextContext'](_0x54204a)}});const _0x416677=_0x3f1d7e['_threadToController']['get'](_0x453c8c)['view'],_0x1d1c80=_0x55917b['getByInnerView'](_0x416677);_0x1d1c80&&_0x4d49a['registerAnnotation'](_0x1d1c80);},{'priority':'low'}):_0x3f1d7e['fetchCommentThread']({'channelId':_0x322755,'threadId':_0x54204a})['then'](_0xd5f330=>{if('destroyed'!==_0x39a7d7['state']){if(_0x453c8c=_0xd5f330,_0x453c8c&&!_0x453c8c['isAttached']){const _0x2f52c1=_0x453c8c['attachTo'](()=>this['_getTargetForId'](_0x54204a));_0x4d49a['registerAnnotation'](_0x2f52c1),_0x453c8c['isResolved']&&this['_reconvertMarkers'](_0x54204a);}else{if(!_0x453c8c){const _0x584139=this['getAllMarkersForId'](_0x54204a);_0x39a7d7['model']['change'](_0x2eadb1=>{for(const _0x780683 of _0x584139)_0x2eadb1['removeMarker'](_0x780683);});}}}}),_0x453c8c;}['_handleThreadMarker'](_0x14055d,_0x28bfd9){const _0x28f8b2=this['_attachMarkerToThread'](_0x14055d,_0x28bfd9);_0x28f8b2&&!_0x28f8b2['context']&&_0x28f8b2['setContext']({'type':'text','value':this['_getTextContext'](_0x28bfd9)});}['_initAriaMarkerChangeAnnouncements'](){const _0x127224=this['editor'];et(_0x127224['model'],({left:_0x44b66b,entered:_0x236811})=>{for(const _0x2b6276 of _0x44b66b)if(lt(_0x2b6276)){_0x127224['ui']['ariaLiveAnnouncer']['announce'](N(_0x127224['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x3548ff of _0x236811)if(lt(_0x3548ff)){_0x127224['ui']['ariaLiveAnnouncer']['announce'](N(_0x127224['locale'],'ENTER_COMMENT_ANNOUNCEMENT',nt(_0x1d5c1d)));break;}});}}function ht(_0x8211be,_0xec2b04){return _0xec2b04?_0x8211be+':'+_0xec2b04:_0x8211be;}function mt(_0x5b89c3,_0x5a2900){const _0x43bbff=_0x5a2900['schema'],_0xfeff05=_0x5a2900['createRange'](_0x5b89c3['start']);for(const _0x39f350 of _0x5b89c3['getWalker']()){const {type:_0x4b2caa,item:_0x3fee12,nextPosition:_0xb801ba}=_0x39f350;if('text'===_0x4b2caa||_0x43bbff['isObject'](_0x3fee12)){const _0x3dab64=_0x5a2900['createPositionBefore'](_0x3fee12);_0xfeff05['isCollapsed']&&(_0xfeff05['start']=_0x3dab64),_0xfeff05['end']=_0xb801ba;}}return _0xfeff05;}function lt(_0x3b5dfa){return'comment'===dt(_0x3b5dfa['name'])['group'];}class s extends _0x1af081{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CommentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[o,r,b,y];}get['CommentsListView'](){return te;}get['CommentThreadInputView'](){return ie;}['init'](){const _0x46fa47=this['editor'],_0x3737e9=_0x46fa47['plugins']['get'](o),_0xde530d=_0x46fa47['plugins']['get'](r),_0x169418=_0x46fa47['plugins']['get'](y),_0x1b0521=_0x46fa47['plugins']['get'](b);_0x46fa47['ui']['componentFactory']['add']('comment',()=>{const _0x25ca10=this['_createUIButton'](_0x5e0888);return _0x25ca10['tooltip']=!0x0,_0x25ca10;}),_0x46fa47['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x40f03c)),_0x1b0521['addSourceCollector'](()=>{const _0x253640=[];for(const [_0x29bb60,_0x240a5d]of _0x3737e9['_threadToController']){const _0x17c6c4=_0xde530d['getAllMarkersForId'](_0x29bb60['id']),_0x367e62=_0x17c6c4['map'](_0x666e2e=>_0x666e2e['getRange']());_0x17c6c4['length']>0x0&&_0x253640['push']([_0x240a5d['view'],_0x367e62]);}return _0x253640;}),this['listenTo'](_0x169418,'change:activeAnnotations',(_0x8597f8,_0x3b37d5,_0xdf2474)=>{const _0x48a3ad=Array['from'](_0xdf2474)['map'](_0x50171d=>_0x50171d['innerView'])['find'](_0x2cfe8a=>_0x3737e9['_viewToController']['has'](_0x2cfe8a));if(!_0x48a3ad)return void(_0xde530d['activeMarker']=null);const _0x87bca0=_0x3737e9['_viewToController']['get'](_0x48a3ad)['model']['id'],_0x1a7ab7='comment:'+_0x87bca0;_0x87bca0&&_0xde530d['hasMarkerForId'](_0x87bca0)?_0xde530d['activeMarker']=_0x1a7ab7:_0xde530d['activeMarker']&&(_0xde530d['activeMarker']=null);}),this['listenTo'](_0x3737e9,'removeCommentThread',(_0x5af344,{threadId:_0x35418a,isFromAdapter:_0x13783b})=>{!_0x13783b&&_0x46fa47['ui']['focusTracker']['isFocused']&&_0xde530d['hasMarkerForId'](_0x35418a)&&_0x46fa47['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x3737e9,'addComment',(_0x1f9402,{threadId:_0x4bd36c,isFromAdapter:_0x2c72cd})=>{if(_0x2c72cd||!_0xde530d['hasMarkerForId'](_0x4bd36c)||!_0x3737e9['hasCommentThread'](_0x4bd36c))return;0x1===_0x3737e9['getCommentThread'](_0x4bd36c)['length']&&(_0x46fa47['editing']['view']['focus'](),_0x1f9402['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1aefd6=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3bdbe8;for(const _0x6d39ea in _0x1aefd6){const _0x3d7e68=_0x6d39ea,_0x2b0272=_0x1aefd6[_0x3d7e68];if('commentsLicenseKeyValid'==_0x2b0272||'commentsLicenseKeyInvalid'==_0x2b0272||'commentsLicenseKeyExpired'==_0x2b0272||'commentsLicenseKeyDomainLimit'==_0x2b0272||'commentsLicenseKeyNotAllowed'==_0x2b0272||'commentsLicenseKeyEvaluationLimit'==_0x2b0272||'commentsLicenseKeyUsageLimit'==_0x2b0272){delete _0x1aefd6[_0x3d7e68],_0x3bdbe8=_0x2b0272,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x3bdbe8&&_0x1aefd6['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x3bdbe8&&_0x1aefd6['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x3bdbe8&&_0x1aefd6['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x3bdbe8&&_0x1aefd6['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x3bdbe8&&_0x1aefd6['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyUsageLimit'==_0x3bdbe8&&_0x1aefd6['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_createUIButton'](_0xf5260){const _0x319ae4=this['editor'],_0x1463d2=new _0xf5260(_0x319ae4['locale']),_0x32e749=_0x319ae4['commands']['get']('addCommentThread');return _0x1463d2['set']({'label':N(_0x319ae4['locale'],'Comment'),'icon':_0x3c03b5}),_0x1463d2['bind']('isEnabled')['to'](_0x32e749,'isEnabled',_0x32e749,'hasContent',(_0x3a42d7,_0x5ad520)=>_0x3a42d7&&_0x5ad520),this['listenTo'](_0x1463d2,'execute',()=>{_0x32e749['execute']();}),_0x1463d2;}}class i extends _0x1af081{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[r];}constructor(_0x1d121f){super(_0x1d121f),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x2d0360,_0x36dce4,_0x4cb694)=>{_0x4cb694?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x224c9c,_0x2a650b]of this['editor']['commands'])_0x2a650b['affectsData']&&'addCommentThread'!==_0x224c9c&&_0x2a650b['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 _0x4d7d29=this['editor']['editing']['view']['document'];this['listenTo'](_0x4d7d29,'cut',_0x1801f8=>_0x1801f8['stop'](),{'priority':'highest'}),this['listenTo'](_0x4d7d29,'clipboardInput',_0xc6cecd=>_0xc6cecd['stop'](),{'priority':'highest'}),this['listenTo'](_0x4d7d29,'delete',_0xbb986e=>_0xbb986e['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x556266,_0x231a62]of this['editor']['commands'])_0x231a62['affectsData']&&'addCommentThread'!==_0x556266&&_0x231a62['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 j extends _0x49a714{['activeUIs'];['uisData'];['_uis'];static get['requires'](){return[y];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x16a33d){super(_0x16a33d),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}['init'](){const _0x55c794=this['context']['plugins']['get'](y);this['listenTo'](_0x55c794,'_activateAnnotation',(_0x1ac2a6,_0x5bdf4c)=>{for(const _0x3649ef of this['activeUIs']){const _0x3d6b83=this['_uis']['get'](_0x3649ef);(0x0,this['uisData']['get'](_0x3649ef)['filter'])(_0x5bdf4c)&&_0x3d6b83['setActiveAnnotation'](_0x5bdf4c);}}),this['listenTo'](_0x55c794,'_deactivateAllAnnotations',()=>{for(const _0x2213e8 of this['activeUIs']){this['_uis']['get'](_0x2213e8)['setActiveAnnotation'](null);}}),this['listenTo'](_0x55c794['_visibleAnnotations'],'add',(_0x4c9bf6,_0x2e718a)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x2e718a);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x44292e){return this['activeUIs']['has'](_0x44292e);}['activate'](_0x135f3a,_0x39fd4b=this['defaultFilter']){const _0x4d951a=this['context']['plugins']['get'](y);if(!this['_uis']['has'](_0x135f3a))throw new _0x41127b('annotationsuis-missing-ui',this,{'uiName':_0x135f3a});this['isActive'](_0x135f3a)&&this['deactivate'](_0x135f3a),this['activeUIs']['add'](_0x135f3a);const _0x1d3003=new S();v({'source':_0x4d951a['_visibleAnnotations'],'target':_0x1d3003,'filter':_0x39fd4b}),this['uisData']['set'](_0x135f3a,{'collection':_0x1d3003,'filter':_0x39fd4b});const _0x573e6f=this['_uis']['get'](_0x135f3a);_0x573e6f['attach'](_0x1d3003),this['listenTo'](_0x573e6f,'change:activeAnnotation',(_0x178801,_0x3d0d34,_0x3d5d80,_0x37d9ec)=>{_0x37d9ec&&_0x4d951a['_removeActiveAnnotation'](_0x37d9ec),_0x3d5d80&&_0x4d951a['_addActiveAnnotation'](_0x3d5d80);});}['deactivate'](_0x1e4511){if(this['activeUIs']['delete'](_0x1e4511),!this['_uis']['has'](_0x1e4511))throw new _0x41127b('annotationsuis-missing-ui',this,{'uiName':_0x1e4511});const _0x267742=this['_uis']['get'](_0x1e4511);_0x267742['detach'](),this['stopListening'](_0x267742),this['uisData']['get'](_0x1e4511)['collection']['destroy'](),this['uisData']['delete'](_0x1e4511);}['switchTo'](_0x1d82b2){if(!this['_uis']['has'](_0x1d82b2))throw new _0x41127b('annotationsuis-missing-ui',this,{'uiName':_0x1d82b2});const _0x4ce960=this['context']['plugins']['get'](y),_0x385546=Array['from'](_0x4ce960['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x1d82b2);const _0x3034e4=this['_uis']['get'](_0x1d82b2);_0x3034e4['setActiveAnnotation'](_0x385546),_0x3034e4['_setSelectedAnnotations']&&_0x385546&&_0x3034e4['_setSelectedAnnotations']([_0x385546]);}['deactivateAll'](){for(const _0x4920e1 of this['activeUIs'])this['deactivate'](_0x4920e1);}['register'](_0x32855a,_0x13efab){if(this['_uis']['has'](_0x32855a))throw new _0x41127b('annotationsuis-register-already-registered');if('function'!=typeof _0x13efab['attach']||'function'!=typeof _0x13efab['detach']||'function'!=typeof _0x13efab['setActiveAnnotation'])throw new _0x41127b('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x32855a,_0x13efab);}['refilterAnnotations'](){const _0x119372=this['context']['plugins']['get'](y)['collection'],_0x514a33=new Map(),_0x43a491=Array['from'](this['activeUIs']);for(const _0x5443d0 of this['activeUIs']){const _0x7f183f=this['uisData']['get'](_0x5443d0)['collection'];for(const _0x454698 of _0x7f183f)_0x514a33['set'](_0x454698,_0x5443d0);}for(const _0x2419e4 of _0x119372){const _0x3ffeb6=_0x514a33['get'](_0x2419e4);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x2419e4);const _0x1befcf=_0x43a491['find'](_0x3dacab=>this['uisData']['get'](_0x3dacab)['filter'](_0x2419e4));_0x3ffeb6!==_0x1befcf&&(_0x3ffeb6&&this['uisData']['get'](_0x3ffeb6)['collection']['remove'](_0x2419e4),_0x1befcf&&this['uisData']['get'](_0x1befcf)['collection']['add'](_0x2419e4));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['defaultFilter'](){return!0x0;}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x30107b){const _0x3acea0=[];for(const _0x101b1a of this['activeUIs']){(0x0,this['uisData']['get'](_0x101b1a)['filter'])(_0x30107b)&&_0x3acea0['push'](_0x101b1a);}if(_0x3acea0['length']>0x1)throw new _0x41127b('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x3acea0,'annotationType':_0x30107b['type']});}}const _i=/* #__PURE__ -- @preserve */
|
|
32
|
+
Dt('px');class H extends kt{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x3d68d5){super(_0x3d68d5);const _0x6062f3=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 _0x10376d(),this['focusCycler']=new _0x1f36c0({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x6062f3['to']('class')],'style':{'minHeight':_0x6062f3['to']('minHeight',_0x1d0dc6=>'number'==typeof _0x1d0dc6?_i(_0x1d0dc6+0xa):null)},'dir':_0x3d68d5['uiLanguageDirection'],'role':'application','aria-label':N(_0x3d68d5,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':N(_0x3d68d5,'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',_0x4ed6bb=>{this['_updateItemPositionInFocusables'](_0x4ed6bb['source']);}),this['list']['forEach'](_0x52bdd7=>{this['focusTracker']['add'](_0x52bdd7['element']),this['_updateItemPositionInFocusables'](_0x52bdd7);}),this['list']['on']('change',(_0x213d2c,_0x3e0d91)=>{for(const _0x9ef96 of _0x3e0d91['removed'])this['focusTracker']['remove'](_0x9ef96['element']),this['focusables']['remove'](_0x9ef96);for(const _0x3c7208 of _0x3e0d91['added'])this['focusTracker']['add'](_0x3c7208['element']),this['_updateItemPositionInFocusables'](_0x3c7208);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x1c7e70){const _0x2b8e46=this['focusables']['getIndex'](_0x1c7e70);let _0x29cdbc,_0x537575;for(const _0x306c83 of this['focusables'])if(_0x1c7e70['top']<_0x306c83['top']){_0x29cdbc=_0x306c83;break;}if(_0x537575=_0x29cdbc?this['focusables']['getIndex'](_0x29cdbc):this['focusables']['length'],-0x1!==_0x2b8e46){if(_0x2b8e46===_0x537575-0x1)return;this['focusables']['remove'](_0x1c7e70),_0x537575=_0x29cdbc?this['focusables']['getIndex'](_0x29cdbc):this['focusables']['length'];}this['focusables']['add'](_0x1c7e70,_0x537575);}}const Ht=/* #__PURE__ -- @preserve */
|
|
33
|
+
Dt('px');class R extends kt{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x3db328){super(_0x3db328),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x6f1ceb,_0x4982fd)=>_0x6f1ceb+_0x4982fd),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Et(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x384d6e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x384d6e['to']('isAnimationDisabled',_0x4b5195=>_0x4b5195?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x384d6e['to']('top',_0x186be3=>Ht(_0x186be3))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x56a546=this['element']['clientHeight'];_0x56a546&&(this['height']=_0x56a546);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x49a714{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x135fe3){super(_0x135fe3),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 _0x598688=this['context']['config']['get']('sidebar.container');_0x598688&&this['setContainer'](_0x598688);}['setContainer'](_0x44f5f7){if(!g(_0x44f5f7))throw new _0x41127b('sidebar-setcontainer-invalid-element');this['container']=_0x44f5f7;}['_attachToContainer']({viewClass:_0x58de12='',spaceBetweenItems:_0x8b08b2=0x19}={}){if(!g(this['container']))throw new _0x41127b('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x58de12,this['_spaceBetweenItems']=_0x8b08b2;}['rearrange']({removedAnnotation:_0x402669,previousAnnotation:_0x4ba736,nextAnnotation:_0x383380}){const _0x547f42=this['getSidebarItemView'](_0x402669);this['view']['list']['remove'](_0x547f42),this['_destroySidebarItemView'](_0x402669),_0x4ba736&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x4ba736)),_0x383380&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x383380)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x2b177e,activatedAnnotation:_0x1b1727,disableAnimationOnActivatedAnnotation:_0x7da78c}){if(this['_activeAnnotation']=_0x1b1727,_0x2b177e){_0x2b177e['isActive']=!0x1;const _0x5934e7=this['getSidebarItemView'](_0x2b177e);_0x5934e7&&_0x7da78c&&(_0x5934e7['isAnimationDisabled']=!0x1);}if(_0x1b1727){const _0x48e8e5=this['getSidebarItemView'](_0x1b1727);_0x48e8e5&&(_0x1b1727['isActive']=!0x0,_0x7da78c&&(_0x48e8e5['isAnimationDisabled']=!0x0,_0x48e8e5['top']+=0x1),this['_alignToTargetRect'](_0x48e8e5));}}['_detachFromContainer'](_0x4213cf){if(this['view']['element']['remove'](),_0x4213cf){for(const _0x9d55ed of _0x4213cf)this['_destroySidebarItemView'](_0x9d55ed);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x506ad1,_0x415b38){_0x415b38||(_0x415b38=_0x506ad1['view']);const _0x4d53b4=new R(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x4d53b4,_0x506ad1),this['_annotationToSidebarItemView']['set'](_0x506ad1,_0x4d53b4),_0x4d53b4['content']['add'](_0x415b38),this['listenTo'](_0x506ad1['view'],'change:targetRect',(_0x17e85b,_0x42a19c,_0xfa6ca7)=>{const _0x56b291=this['_getTargetTop'](_0x506ad1,_0xfa6ca7);_0x4d53b4['_targetTop']!=_0x56b291&&(_0x4d53b4['_targetTop']=_0x56b291,this['_setItemTop'](_0x4d53b4,_0x56b291));}),this['listenTo'](_0x4d53b4,'change:top',()=>{this['_recalculate'](_0x4d53b4,'top');}),this['listenTo'](_0x4d53b4,'change:bottom',()=>{this['_recalculate'](_0x4d53b4,'bottom');}),this['_alignToTargetRect'](_0x4d53b4);const _0x5215cd=this['_getItemBefore'](_0x4d53b4);if(_0x5215cd)this['_alignAfterItem'](_0x5215cd,_0x4d53b4)||this['_alignToTargetRect'](_0x4d53b4);else this['_alignToTargetRect'](_0x4d53b4);return this['_updateLastItem'](),this['view']['list']['add'](_0x4d53b4),_0x4d53b4;}['_alignForTopChange'](_0x1302bf){if(!_0x1302bf['content']['length'])return;const _0x2bcdce=this['_getItemBefore'](_0x1302bf);if(!_0x2bcdce)return;const _0x308b5f=this['_sidebarItemViewToAnnotation']['get'](_0x2bcdce),_0xe9de03=this['_activeAnnotation'];_0xe9de03&&_0xe9de03===_0x308b5f?this['_alignAfterItem'](_0x2bcdce,_0x1302bf):this['_alignBeforeItem'](_0x1302bf,_0x2bcdce);}['_alignForBottomChange'](_0x52cc9c){if(!_0x52cc9c['content']['length'])return;const _0x1821dc=this['_getItemAfter'](_0x52cc9c);if(!_0x1821dc)return;const _0x9e2078=this['_sidebarItemViewToAnnotation']['get'](_0x1821dc),_0x4f5830=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x5beb14=this['_activeAnnotation'];_0x5beb14&&_0x5beb14===_0x9e2078&&_0x4f5830?(this['_alignBeforeItem'](_0x1821dc,_0x52cc9c),this['_alignAfterItem'](_0x52cc9c,_0x1821dc)):_0x5beb14&&_0x5beb14===_0x9e2078?this['_alignBeforeItem'](_0x1821dc,_0x52cc9c):this['_alignAfterItem'](_0x52cc9c,_0x1821dc);}['_recalculate'](_0x4bccd8,_0x1a45fe){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x3a0a75,changedProp:_0x23c93e}of this['_recalculateBuffer'])'top'===_0x23c93e?this['_alignForTopChange'](_0x3a0a75):this['_alignForBottomChange'](_0x3a0a75);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x4bccd8,'changedProp':_0x1a45fe});}['getSidebarItemView'](_0x97b4d){return this['_annotationToSidebarItemView']['get'](_0x97b4d);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x120ab4){const _0x1fd9bf=this['getSidebarItemView'](_0x120ab4);this['stopListening'](_0x1fd9bf),this['stopListening'](_0x120ab4['view']),_0x1fd9bf['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x120ab4),this['_sidebarItemViewToAnnotation']['delete'](_0x1fd9bf);}['_createSidebarView'](){const _0xdc9d25=new H(this['context']['locale']);return _0xdc9d25['render'](),this['on']('change:_lastItem',(_0x4a38d1,_0x353197,_0x34391d,_0x5c5d18)=>{_0x5c5d18&&_0xdc9d25['unbind']('minHeight'),_0x34391d?_0xdc9d25['bind']('minHeight')['to'](_0x34391d,'bottom'):_0xdc9d25['minHeight']=null;}),_0xdc9d25;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x2c2403){const _0x5b5dcb=this['_sidebarItemViewToAnnotation']['get'](_0x2c2403),_0x5333ce=_0x5b5dcb&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x5b5dcb)-0x1);return _0x5333ce&&this['getSidebarItemView'](_0x5333ce)||null;}['_getItemAfter'](_0x4eb734){const _0xd85e51=this['_sidebarItemViewToAnnotation']['get'](_0x4eb734),_0x50ac5d=_0xd85e51&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0xd85e51)+0x1);return _0x50ac5d&&this['getSidebarItemView'](_0x50ac5d)||null;}['_alignBeforeItem'](_0x1b5371,_0x37d7bd){_0x1b5371['updateHeight']();const _0x26e8fe=G(_0x37d7bd['bottom']+this['_spaceBetweenItems'],_0x1b5371['top']);return!!_0x26e8fe&&(this['_setItemTop'](_0x37d7bd,_0x37d7bd['top']-_0x26e8fe),!0x0);}['_alignAfterItem'](_0x50f560,_0x536406){_0x50f560['updateHeight']();const _0x565b5d=G(_0x50f560['bottom']+this['_spaceBetweenItems'],_0x536406['top']);return!!_0x565b5d&&(this['_setItemTop'](_0x536406,_0x536406['top']+_0x565b5d,!0x1),!0x0);}['_alignToTargetRect'](_0x1c1602){const _0x168930=this['_sidebarItemViewToAnnotation']['get'](_0x1c1602);if(!_0x168930||!_0x168930['target']||!_0x168930['targetRect'])return;const _0x34c2ed=this['_getTargetTop'](_0x168930,_0x168930['targetRect']);this['_setItemTop'](_0x1c1602,_0x34c2ed);}['_getTargetTop'](_0x394f90,_0x3296b5){if(null===_0x3296b5)return 0x0;if(_0x394f90['target']instanceof _0x36532c)return _0x3296b5['top'];{const _0x151790=new _0x36532c(this['view']['element'])['top'];return _0x3296b5['top']-_0x151790;}}['_setItemTop'](_0x2fb412,_0x385411,_0x3b6b29=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x3b6b29&&(_0x385411=Math['max'](_0x385411,this['_getMaxAvailableTop'](_0x2fb412))),_0x2fb412['top']=_0x385411;}['_getMaxAvailableTop'](_0x3bd8e6){let _0x295df5=this['_getItemBefore'](_0x3bd8e6),_0x1f8b34=0x0;for(;_0x295df5;)_0x295df5['updateHeight'](),_0x1f8b34+=this['_spaceBetweenItems']+_0x295df5['height'],_0x295df5=this['_getItemBefore'](_0x295df5);return _0x1f8b34;}}function G(_0x7226ff,_0xcce1cc){return Math['max'](_0x7226ff-_0xcce1cc,0x0);}function g(_0x46a62a){return null!==_0x46a62a&&'object'==typeof _0x46a62a&&0x1===_0x46a62a['nodeType'];}class e extends _0x49a714{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'WideSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5a8e5e){super(_0x5a8e5e),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x553f9d(),this['_refreshPositioningDebounced']=_0x312e89(()=>{_0x5a8e5e['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0xca0cc7=this['context']['plugins']['get'](j),_0x14f1e3=this['context']['plugins']['get'](z);_0xca0cc7['register']('wideSidebar',this),_0x14f1e3['container']&&_0xca0cc7['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x2848c7){if(_0x2848c7===this['activeAnnotation'])return;const _0x17ff0b=this['context']['plugins']['get'](z);_0x17ff0b['_activeAnnotation']=_0x2848c7;const _0x160453=this['activeAnnotation'];_0x17ff0b['refresh']({'blurredAnnotation':_0x160453,'activatedAnnotation':_0x2848c7}),this['activeAnnotation']=_0x2848c7;}['attach'](_0x388f1a){this['annotations']=_0x388f1a;const _0x188e0e=this['context']['plugins']['get'](z);if(_0x188e0e['_annotations']=_0x388f1a,this['isAttached'])throw new _0x41127b('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x188e0e,'set:container',()=>{this['detach'](),this['listenTo'](_0x188e0e,'change:container',_0x1bf8a6=>{_0x1bf8a6['off'](),this['attach'](_0x388f1a);});}),_0x188e0e['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x546687=_0x20c3f3=>{_0x20c3f3['updateTargetRect'](),_0x188e0e['addAnnotation'](_0x20c3f3);};for(const _0x10c194 of _0x388f1a)_0x546687(_0x10c194);this['listenTo'](_0x388f1a,'add',(_0x4e8b61,_0x428c59)=>{_0x546687(_0x428c59);}),this['listenTo'](_0x388f1a,'remove',(_0x4742ee,_0x2f8ee8,_0x392b7c)=>{_0x188e0e['rearrange']({'removedAnnotation':_0x2f8ee8,'previousAnnotation':_0x388f1a['get'](_0x392b7c-0x1),'nextAnnotation':_0x388f1a['get'](_0x392b7c+0x1)}),_0x2f8ee8===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x388f1a,'focus',(_0x53ca5c,_0x3ed907)=>{this['setActiveAnnotation'](_0x3ed907);}),this['listenTo'](_0x388f1a,'blur',()=>{this['setActiveAnnotation'](null);});const _0x311623=this['context']instanceof _0x163c61?this['context']['editors']:new _0x553f9d([this['context']]);for(const _0x1188ef of _0x311623)this['_integrateWithEditorAnnotations'](_0x1188ef);this['listenTo'](_0x311623,'add',(_0x401cb5,_0x4b0461)=>{this['listenTo'](_0x4b0461,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x4b0461);});}),this['listenTo'](_0x311623,'remove',(_0x1647b7,_0x1a1908)=>{_0x1a1908['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x1a1908['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x41127b('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x1489e6=this['context']['plugins']['get'](z);_0x1489e6['_detachFromContainer'](this['annotations']),this['stopListening'](_0x1489e6),this['stopListening'](this['annotations']),this['context']instanceof _0x163c61&&this['stopListening'](this['context']['editors']);for(const _0x21f665 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x21f665);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x3feaad){if(!_0x3feaad['plugins']['has']('EditorAnnotations'))return;const _0x329ed4=_0x3feaad['plugins']['get']('EditorAnnotations'),_0x473c05=()=>{const _0x13fcac=_0x329ed4['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x13fcac[0x0]||null);};this['listenTo'](_0x329ed4,'refresh',_0x473c05),this['listenTo'](_0x329ed4,'blur',(_0xe61f2,{isAnnotationTracked:_0x3a5eca})=>{this['activeAnnotation']&&_0x3a5eca(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x329ed4,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x22eae9=>{_0x329ed4['hasDomSelection']()&&(_0x473c05(),_0x22eae9['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x329ed4);}['_destroyEditorAnnotationsIntegration'](_0x2b438f){this['stopListening'](_0x2b438f),this['_editorAnnotations']['remove'](_0x2b438f);}}class C extends _0x5e0888{['counterView'];constructor(_0x51f96b){super(_0x51f96b);const _0x2bafe=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x323f42,_0x19408c)=>_0x323f42?'...':_0x19408c['toString']()),this['set']('annotationType',''),this['icon']=_0x3c03b5,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new kt(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x2bafe['to']('annotationType',_0x335132=>'ck-annotation-counter__badge--'+_0x335132),_0x2bafe['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x2bafe['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class n extends _0x49a714{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'NarrowSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4fdb36){super(_0x4fdb36),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=new(_0x27af93())(),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x553f9d(),this['_refreshPositioningDebounced']=_0x312e89(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x236d30(this['context']['locale']),this['balloonPanelView']=new _0xc178dd(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x3c62ac){this['annotations']=_0x3c62ac;const _0x15ac2c=this['context']['plugins']['get'](z),_0x101c82=this['balloonPanelView'];if(_0x15ac2c['_annotations']=_0x3c62ac,this['isAttached'])throw new _0x41127b('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x15ac2c,'set:container',()=>{this['detach'](),this['listenTo'](_0x15ac2c,'change:container',_0x400241=>{_0x400241['off'](),this['attach'](_0x3c62ac);});}),_0x15ac2c['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x13fbda=_0x1ba865=>{const _0x38f124=new C(this['context']['locale']);_0x15ac2c['addAnnotation'](_0x1ba865,_0x38f124),this['_annotationToNarrowView']['set'](_0x1ba865,_0x38f124),_0x38f124['bind']('isDirty','annotationType','number')['to'](_0x1ba865['view'],'isDirty','type','length'),_0x38f124['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x101c82['content']['first']!==_0x1ba865['view']?(this['_showBalloon'](_0x1ba865),_0x1ba865['view']['element']['focus'](),this['setActiveAnnotation'](_0x1ba865)):this['setActiveAnnotation'](null);});};for(const _0x6a7c8e of _0x3c62ac)_0x13fbda(_0x6a7c8e);this['listenTo'](_0x3c62ac,'add',(_0x5b089d,_0x20286d)=>{_0x13fbda(_0x20286d);}),this['listenTo'](_0x3c62ac,'remove',(_0x3b55c5,_0x5d365a,_0x8349bc)=>{this['_annotationToNarrowView']['get'](_0x5d365a)['destroy'](),this['_annotationToNarrowView']['delete'](_0x5d365a),_0x15ac2c['rearrange']({'removedAnnotation':_0x5d365a,'previousAnnotation':_0x3c62ac['get'](_0x8349bc-0x1),'nextAnnotation':_0x3c62ac['get'](_0x8349bc+0x1)}),_0x5d365a===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x3c62ac,'focus',(_0x10a42b,_0x50d20b)=>{this['setActiveAnnotation'](_0x50d20b);}),this['listenTo'](_0x3c62ac,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x302462,_0x576927)=>{_0x576927['keyCode']===_0x3d0b70['esc']&&_0x101c82['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x101c82['content']['first']),this['_hideBalloon'](),_0x576927['stopPropagation'](),_0x576927['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x3a39d9,_0x3aaeb0)=>{const _0xadd009=_0x3aaeb0['target'];_0x101c82['isVisible']&&_0x101c82['element']['contains'](_0xadd009)||_0x15ac2c['view']['element']['contains'](_0xadd009)||_0x3a39d9['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x4b7061=>_0x4b7061['contains'](_0xadd009))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x1979ee=this['context']instanceof _0x163c61?this['context']['editors']:new _0x553f9d([this['context']]);for(const _0x731c79 of _0x1979ee)this['_integrateWithEditorAnnotations'](_0x731c79);this['listenTo'](_0x1979ee,'add',(_0x39e14d,_0x150f74)=>{this['listenTo'](_0x150f74,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x150f74);});}),this['listenTo'](_0x1979ee,'remove',(_0x14a1ed,_0x2f65d9)=>{_0x2f65d9['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x2f65d9['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x2ee8a5){if(_0x2ee8a5===this['activeAnnotation'])return;const _0x4b5ecd=this['context']['plugins']['get'](z);if(_0x4b5ecd['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x2ee8a5,'disableAnimationOnActivatedAnnotation':!0x0}),_0x2ee8a5)_0x4b5ecd['getSidebarItemView'](_0x2ee8a5)?this['_showBalloon'](_0x2ee8a5):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x2ee8a5;}['detach'](){if(!this['isAttached'])throw new _0x41127b('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x5cbd67=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x4cd1c9=>_0x4cd1c9['destroy']()),this['_annotationToNarrowView']['clear'](),_0x5cbd67['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x163c61&&this['stopListening'](this['context']['editors']);for(const _0x3c3be6 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x3c3be6);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'](_0x44f481){if(!_0x44f481['plugins']['has']('EditorAnnotations'))return;const _0x171cf5=_0x44f481['plugins']['get']('EditorAnnotations'),_0x5d5708=this['context']['plugins']['get'](z),_0x165630=this['annotations'],_0x3a7a6e=this['balloonPanelView'],_0x51abc6=()=>{const _0x46c97f=_0x171cf5['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x46c97f),this['setActiveAnnotation'](_0x46c97f[0x0]||null);};this['listenTo'](_0x171cf5,'refresh',_0x51abc6),this['listenTo'](_0x171cf5,'blur',(_0x51e592,{isAnnotationTracked:_0x5b2cfa})=>{this['activeAnnotation']&&_0x5b2cfa(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x171cf5,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x165630,'blur',_0x52f52b=>{_0x171cf5['hasDomSelection']()&&_0x52f52b['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x154f92,_0x3ab5d3)=>{const _0x130413=_0x3ab5d3['target'];_0x3a7a6e['isVisible']&&_0x3a7a6e['element']['contains'](_0x130413)||_0x5d5708['view']['element']['contains'](_0x130413)||this['activeAnnotation']&&_0x171cf5['hasDomSelection']()&&(_0x51abc6(),_0x154f92['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x171cf5);}['_destroyEditorAnnotationsIntegration'](_0x3a2730){_0x3a2730&&(this['stopListening'](_0x3a2730),this['_editorAnnotations']['remove'](_0x3a2730));}['_setSelectedAnnotations'](_0x17cac4){for(const _0x45ec0d of this['_selectedAnnotations'])_0x17cac4['includes'](_0x45ec0d)||this['_manuallyClosedAnnotationViews']['delete'](_0x45ec0d['view']);this['_selectedAnnotations']=_0x17cac4;}['_refreshPositioning'](){const _0x376f8c=this['balloonPanelView'];this['context']['plugins']['get']('Annotations')['refreshVisibility'](),this['annotations']['refreshPositioning'](),_0x376f8c['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x4e4571){if(this['_manuallyClosedAnnotationViews']['has'](_0x4e4571['view']))return;const _0x10ce04=this['balloonPanelView']['content']['first'];_0x10ce04!==_0x4e4571['view']?(_0x10ce04&&this['_detachListeners'](_0x10ce04),this['_attachListeners'](_0x4e4571['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x4e4571['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x5df792=this['balloonPanelView']['content']['first'],_0x3b1e49=_0x5df792&&this['annotations']['getByView'](_0x5df792);if(!_0x3b1e49||!this['_annotationToNarrowView']['has'](_0x3b1e49))return;const _0x4553df=this['_annotationToNarrowView']['get'](_0x3b1e49)['element'],_0x3d23aa=(function(){const _0x1fa09a=_0xc178dd['defaultPositions'];return[_0x1fa09a['southArrowNorthEast'],_0x1fa09a['northArrowSouthEast'],_0x1fa09a['southArrowNorth'],_0x1fa09a['northArrowSouth'],_0x1fa09a['southArrowNorthWest'],_0x1fa09a['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x4553df,'positions':_0x3d23aa});}['_hideBalloon'](){const _0x55bce9=this['balloonPanelView'],_0x93e54=_0x55bce9['content']['first'];_0x93e54&&(this['_detachListeners'](_0x93e54),_0x55bce9['unpin'](),_0x55bce9['content']['clear']());}['_attachListeners'](_0x33b9ad){this['listenTo'](_0x33b9ad,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x33b9ad,'Esc',(_0x12e57f,_0x13b62d)=>{this['_manuallyClosedAnnotationViews']['add'](_0x33b9ad),this['_hideBalloon'](),_0x13b62d();});}['_detachListeners'](_0x1b3300){this['stopListening'](_0x1b3300);}}class c extends _0x1af081{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[b,_0x5f2e54,j];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3872a9){super(_0x3872a9),_0x3872a9['editing']['view']['addObserver'](_0x14da0a),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x3872a9['plugins']['get'](_0x5f2e54),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x4542f7=this['editor']['plugins']['get'](j);_0x4542f7['context']===this['editor']&&(_0x4542f7['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x40ff7c,_0x4bbe45)=>{const _0x328bcf=this['_balloon'];if(this['isAttached']&&_0x328bcf['visibleView']){const _0x45ddef=this['annotations']['getByView'](_0x328bcf['visibleView']);_0x45ddef&&this['_closeAnnotation'](_0x45ddef),_0x4bbe45();}}));}['afterInit'](){const _0x15669e=this['editor']['plugins']['get'](j);_0x15669e['context']===this['editor']&&(_0x15669e['hasActive']()||_0x15669e['switchTo']('inline'));}['setActiveAnnotation'](_0x36bdac){_0x36bdac!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x36bdac&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x36bdac)&&this['_addAnnotationToBalloon'](_0x36bdac,!0x0),_0x36bdac['isActive']=!0x0),_0x36bdac||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x36bdac);}['attach'](_0x5e6a1c){this['annotations']=_0x5e6a1c;const _0x385330=this['editor']['plugins']['get'](j),_0x3942f2=this['_balloon'];if(this['isAttached'])throw new _0x41127b('inlineannotations-attach-already-attached',this);if(_0x385330['context']!==this['editor'])throw new _0x41127b('inlineannotations-not-allowed-with-context',this);const _0x3410ef=this['editor']['plugins']['get'](b);this['listenTo'](_0x3410ef,'refresh',()=>{const _0x59a31f=_0x3410ef['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x13dc03,_0x155b91;!this['_forceRefresh']&&(_0x13dc03=_0x59a31f,_0x155b91=this['_selectedAnnotations'],_0x13dc03['length']===_0x155b91['length']&&_0x13dc03['every'](_0x4ae576=>_0x155b91['includes'](_0x4ae576)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x59a31f),this['setActiveAnnotation'](_0x59a31f[0x0]||null));}),this['listenTo'](_0x3410ef,'blur',(_0x3afd92,{isAnnotationTracked:_0x1ab113})=>{this['activeAnnotation']&&_0x1ab113(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x57f1d9,_0x32504e,_0x26b70e)=>{_0x26b70e||this['setActiveAnnotation'](null);}),this['listenTo'](_0x5e6a1c,'remove',(_0x2feb0f,_0x4b0bc5)=>{this['_removeAnnotationFromBalloon'](_0x4b0bc5),_0x4b0bc5===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x3942f2,'change:visibleView',(_0x576799,_0x4a58f0,_0x148c4d,_0x13da15)=>{_0x13da15&&this['stopListening'](_0x13da15);const _0x51f897=_0x5e6a1c['getByView'](_0x148c4d);_0x148c4d&&_0x51f897&&(this['listenTo'](_0x148c4d,'change:height',()=>{_0x3942f2['updatePosition']();}),this['listenTo'](_0x148c4d,'Esc',()=>{this['_closeAnnotation'](_0x51f897),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x51f897&&this['setActiveAnnotation'](_0x51f897));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x3942f2['visibleView']&&(_0x5e6a1c['getByView'](_0x3942f2['visibleView'])&&_0x3942f2['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 _0x41127b('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x26617f of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x26617f);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x25c4a7){for(const _0x55e707 of this['_selectedAnnotations'])_0x25c4a7['includes'](_0x55e707)||this['_manuallyClosed']['delete'](_0x55e707);for(const _0x98ed18 of this['annotations'])_0x25c4a7['includes'](_0x98ed18)||this['_removeAnnotationFromBalloon'](_0x98ed18);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x53826d of _0x25c4a7)this['_addAnnotationToBalloon'](_0x53826d);}this['_selectedAnnotations']=_0x25c4a7;}['_addAnnotationToBalloon'](_0x11482d,_0x5f0db5=!0x1){this['_manuallyClosed']['has'](_0x11482d)||(this['_addedAnnotations']['has'](_0x11482d)||this['_balloon']['hasView'](_0x11482d['view'])||(this['_addedAnnotations']['add'](_0x11482d),this['_balloon']['add']({'stackId':_0x11482d['view']['id'],'view':_0x11482d['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x11482d)}})),_0x5f0db5&&this['_balloon']['showStack'](_0x11482d['view']['id']));}['_getBalloonTargetForAnnotation'](_0x84bb4c){const _0x1d4596=_0x84bb4c['target'],_0x2e24ef=this['editor']['editing']['view'],_0xe3e36e=_0x2e24ef['document']['selection']['getFirstRange'](),_0x1933c5=_0x2e24ef['domConverter']['viewRangeToDom'](_0xe3e36e);if(_0x1933c5['collapse'](!0x0),_0x1d4596){if(_0x1d4596 instanceof _0x36532c)return _0x1d4596;let _0x5a301e=[];for(const _0x14df13 of _0x1d4596)_0x5a301e['push'](...F(_0x14df13['getClientRects']()));_0x5a301e=function(_0x270f35){const _0x1eed79=[];let _0x29c8fb=_0x270f35[0x0];for(let _0x48f00d=0x1;_0x48f00d<_0x270f35['length'];_0x48f00d++)P(_0x29c8fb,_0x270f35[_0x48f00d])?_0x29c8fb['width']+=_0x270f35[_0x48f00d]['width']:(_0x1eed79['push'](_0x29c8fb),_0x29c8fb=_0x270f35[_0x48f00d]);return _0x1eed79['push'](_0x29c8fb),_0x1eed79;}(_0x5a301e);const _0x55882c=_0x1933c5['getBoundingClientRect']();return _0x5a301e['find'](_0xd7cd9b=>_0xd7cd9b['top']<=_0x55882c['top']&&_0xd7cd9b['bottom']>=_0x55882c['bottom']&&_0xd7cd9b['left']<=_0x55882c['left']&&_0xd7cd9b['right']>=_0x55882c['right'])||_0x5a301e[0x0];}return _0x84bb4c['targetRect']||_0x1933c5;}['_removeAnnotationFromBalloon'](_0x2784dd){this['_addedAnnotations']['has'](_0x2784dd)&&this['_balloon']['hasView'](_0x2784dd['view'])&&(this['_addedAnnotations']['delete'](_0x2784dd),this['_balloon']['remove'](_0x2784dd['view']));}['_closeAnnotation'](_0xf8c37b){this['_manuallyClosed']['add'](_0xf8c37b),this['_removeAnnotationFromBalloon'](_0xf8c37b);}}function F(_0x5c39bf){return Array['from'](_0x5c39bf)['map'](DOMRect['fromRect']);}function P(_0x3d67d4,_0x308d8d){return _0x3d67d4['top']===_0x308d8d['top']&&_0x3d67d4['bottom']===_0x308d8d['bottom']&&_0x3d67d4['right']===_0x308d8d['left'];}class tt extends kt{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x51420f,_0x39a4e9){super(_0x51420f),this['set']('isEmpty',!_0x39a4e9['length']),this['focusTracker']=new _0x10376d(),this['_annotationViews']=_0x39a4e9,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new _0x1f36c0({'focusables':_0x39a4e9,'focusTracker':this['focusTracker']}),this['listenTo'](_0x39a4e9,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x39a4e9,'remove',(_0x2cd8aa,_0x2759fe)=>{_0x2759fe['isActive']&&this['focus'](),_0x39a4e9['length']||(this['isEmpty']=!0x0);});const _0x4ed369=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':N(_0x51420f,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x39a4e9},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x4ed369['if']('isEmpty','ck-hidden',_0x686b02=>!_0x686b02)]},'children':[{'text':N(_0x51420f,'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 _0x4f13ae of this['_annotationViews'])this['focusTracker']['add'](_0x4f13ae['element']);this['_annotationViews']['on']('change',(_0xcb35f8,{added:_0x385257,removed:_0xc5c71e})=>{for(const _0x1f380c of _0x385257)this['focusTracker']['add'](_0x1f380c['element']);for(const _0xe5398c of _0xc5c71e)this['focusTracker']['remove'](_0xe5398c['element']);});}}class p extends _0x49a714{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[o,y];}constructor(_0x5acd31){super(_0x5acd31),this['archivedThreads']=new _0x553f9d();}['init'](){const _0x482be0=this['context'],_0xac040c=_0x482be0['plugins']['get'](o),_0x1dcd49=_0x482be0['plugins']['get'](y);this['listenTo'](_0xac040c,'addCommentThread',(_0x1f894d,{threadId:_0x52551c})=>{const _0x5e0e17=_0xac040c['getCommentThread'](_0x52551c);_0x5e0e17['archivedAt']&&this['archivedThreads']['add'](_0x5e0e17,this['_calculatePosition'](_0x5e0e17['archivedAt'])),this['listenTo'](_0x5e0e17,'change:archivedAt',(_0x282ce7,_0x2f818c,_0x118f52)=>{_0x118f52?this['archivedThreads']['has'](_0x5e0e17)||this['archivedThreads']['add'](_0x5e0e17,this['_calculatePosition'](_0x5e0e17['archivedAt'])):this['archivedThreads']['has'](_0x5e0e17)&&this['archivedThreads']['remove'](_0x5e0e17);});}),this['listenTo'](_0xac040c,'removeCommentThread',(_0x1cd9eb,{threadId:_0x476844})=>{const _0x28376a=_0xac040c['getCommentThread'](_0x476844);this['stopListening'](_0x28376a),this['archivedThreads']['has'](_0x28376a)&&this['archivedThreads']['remove'](_0x28376a);},{'priority':'highest'}),this['listenTo'](_0x1dcd49['collection'],'focus',(_0x3beac2,_0xa92327)=>{_0xa92327['isVisible']||(_0xa92327['isActive']=!0x0,_0x1dcd49['activate'](_0xa92327));});}['_calculatePosition'](_0x3e2dcd){const _0x5b511c=[...this['archivedThreads']]['findIndex'](_0x5547c9=>_0x5547c9['archivedAt']<_0x3e2dcd);return _0x5b511c>-0x1?_0x5b511c:this['archivedThreads']['length'];}}class a extends _0x1af081{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[p,_0x10b73e];}constructor(_0x4c2c9f){super(_0x4c2c9f),this['annotationViews']=new _0x4323e0(),this['_pendingThreads']=[];}['init'](){const _0x74ce2a=this['editor'],_0x26b45b=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x74ce2a['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x5e0888,!0x0)),_0x74ce2a['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x1dadab=this['_createCommentsArchiveButton'](_0x40f03c);return _0x1dadab['set']({'role':'menuitemcheckbox'}),_0x1dadab;});const _0x24b736=_0x74ce2a['plugins']['get'](p),_0x3262f1=_0x74ce2a['plugins']['get']('Annotations'),_0x5187f1=_0x74ce2a['plugins']['get']('CommentsRepository');_0x24b736['archivedThreads']['forEach'](_0x35f290=>{this['_handleNewThread'](_0x35f290);}),this['listenTo'](_0x24b736['archivedThreads'],'add',(_0xdff65,_0x4b893f)=>{this['_handleNewThread'](_0x4b893f);}),this['listenTo'](_0x3262f1['collection'],'add',(_0x1ca04e,_0x420747)=>{const _0x45222d=this['_pendingThreads']['find'](_0x484fd3=>{const _0x3782c1=_0x5187f1['_threadToController']['get'](_0x484fd3);return _0x3782c1&&_0x420747['innerView']===_0x3782c1['view'];});if(_0x45222d){const _0x538c8c=this['_calculatePosition'](_0x45222d['archivedAt']);this['_addAnnotationToArchive'](_0x420747,_0x538c8c),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x45222d),0x1);}}),this['listenTo'](_0x24b736['archivedThreads'],'remove',(_0x14ffcc,_0xf2264a)=>{const _0x281617=_0x74ce2a['config']['get']('collaboration.channelId');if(!_0x281617||_0xf2264a['channelId']===_0x281617){if(this['_pendingThreads']['includes'](_0xf2264a))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0xf2264a),0x1);else{const _0x5d11e8=_0x5187f1['_threadToController']['get'](_0xf2264a),_0x134b82=_0x3262f1['getByInnerView'](_0x5d11e8['view']);this['annotationViews']['remove'](_0x134b82['view']),this['stopListening'](_0x134b82),this['stopListening'](_0x134b82['focusableElements']);}}}),this['listenTo'](_0x3262f1['collection'],'add',(_0x5ac8bb,_0x2a2cc6)=>{this['listenTo'](_0x2a2cc6,'escape',_0x26b45b);}),this['listenTo'](_0x3262f1['collection'],'remove',(_0x111b22,_0x54fe7f)=>{this['stopListening'](_0x54fe7f,'escape',_0x26b45b);});}['_addAnnotationToArchive'](_0x2ddc54,_0x2e839a){this['listenTo'](_0x2ddc54,'set:isVisible',_0x551a32=>{_0x551a32['return']=!0x1,_0x551a32['stop']();}),this['annotationViews']['add'](_0x2ddc54['view'],_0x2e839a);}['_handleNewThread'](_0x3b8a1d){const _0x2143a2=this['editor']['plugins']['get']('CommentsRepository'),_0x281734=this['editor']['plugins']['get']('Annotations'),_0x22565a=this['editor']['config']['get']('collaboration.channelId');if(!_0x22565a||_0x3b8a1d['channelId']===_0x22565a){const _0x5e63ab=_0x2143a2['_threadToController']['get'](_0x3b8a1d);if(!_0x5e63ab)return void this['_pendingThreads']['push'](_0x3b8a1d);const _0x1c00c6=this['_calculatePosition'](_0x3b8a1d['archivedAt']),_0x2d3f23=_0x281734['getByInnerView'](_0x5e63ab['view']);_0x2d3f23['isVisible']&&_0x281734['_visibleAnnotations']['remove'](_0x2d3f23),this['_addAnnotationToArchive'](_0x2d3f23,_0x1c00c6);}}['_calculatePosition'](_0xa7dea2){const _0x5e1515=this['editor']['config']['get']('collaboration.channelId'),_0x445aa3=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0xae8d9d=>_0xae8d9d['channelId']===_0x5e1515)['findIndex'](_0x2206ae=>_0x2206ae['archivedAt']<_0xa7dea2);return _0x445aa3<0x0||_0x445aa3>this['annotationViews']['length']?this['annotationViews']['length']:_0x445aa3-0x1;}['_toggleDialog'](){const _0x2b7c42=this['editor'],_0x20d88d=_0x2b7c42['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new tt(_0x2b7c42['locale'],this['annotationViews'])),'commentsArchive'===_0x20d88d['id']?_0x20d88d['hide']():_0x20d88d['show']({'id':'commentsArchive','title':N(_0x2b7c42['locale'],'COMMENTS_ARCHIVE'),'icon':_0x1c2adb,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x5f517e['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x4039f1,_0x1a9d89=!0x1){const _0x3d8557=this['editor']['locale'],_0x336135=this['editor']['plugins']['get']('Dialog'),_0x363035=new _0x4039f1(_0x3d8557);return _0x363035['bind']('isEnabled')['to'](this,'isEnabled'),_0x363035['bind']('isOn')['to'](_0x336135,'id',_0x267d88=>'commentsArchive'===_0x267d88),_0x363035['set']({'label':N(_0x3d8557,'COMMENTS_ARCHIVE'),'icon':_0x1c2adb,'isToggleable':!0x0}),_0x1a9d89&&(_0x363035['tooltip']=!0x0),this['listenTo'](_0x363035,'execute',()=>this['_toggleDialog']()),_0x363035;}['_hideDialogOnAnnotationEscape']=_0x3a20a9=>{const _0x3442e5=_0x3a20a9['source'];if(!this['annotationViews']['has'](_0x3442e5['view']))return;const _0x23af9a=this['editor']['plugins']['get']('Dialog');_0x23af9a['isOpen']&&'commentsArchive'===_0x23af9a['id']&&(_0x23af9a['hide'](),_0x3a20a9['stop']());};}class gi extends _0x1af081{static get['requires'](){return[o,r,s,p,a,i,e,n,c];}static get['pluginName'](){return'Comments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{rt as AddCommentThreadCommand,T as Annotation,S as AnnotationCollection,C as AnnotationCounterButtonView,E as AnnotationView,y as Annotations,R as AnnotationsSidebarItemView,H as AnnotationsSidebarView,j as AnnotationsUIs,si as BaseCommentThreadView,di as BaseCommentView,wi as Comment,pi as CommentThread,gt as CommentThreadController,ie as CommentThreadInputView,Tt as CommentThreadView,_t as CommentView,gi as Comments,p as CommentsArchive,a as CommentsArchiveUI,r as CommentsEditing,te as CommentsListView,i as CommentsOnly,o as CommentsRepository,s as CommentsUI,b as EditorAnnotations,c as InlineAnnotations,n as NarrowSidebar,z as Sidebar,e as WideSidebar,v as bindAnnotationCollections};
|