@ckeditor/ckeditor5-comments 45.2.1-alpha.7 → 45.2.1-alpha.9
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 +9 -9
- package/package.json +18 -18
- package/src/comments/commentsediting.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Editor as
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
((()=>Qt)());constructor(_0x18d4ee={}){function _0x13df30(_0x3ee707){return _0x3ee707['map'](_0x3226d7=>String['fromCharCode'](_0x3226d7))['join']('');}(_0x18d4ee=Object['assign']({},_0x18d4ee))['plugins']||(_0x18d4ee['plugins']=Rt['defaultPlugins']),super(_0x18d4ee),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[_0x13df30([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x13df30([0x76,0x69,0x65,0x77])][_0x13df30([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x13df30([0x61,0x75,0x74,0x6f]),this[_0x13df30([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x13df30([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x13df30([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x13df30([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x13df30([0x6f,0x6b])});}['create'](){const _0x14759d=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x14759d))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x5e1a98=>{const _0x4d839c=this['model']['document']['getRoot'](),_0x5c1c17=_0x4d839c&&_0x4d839c['getChild'](_0x4d839c['childCount']-0x1);_0x5e1a98['setSelection'](_0x5c1c17,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x5ca7dc=this['editing']['view'],_0x21b71d=_0x5ca7dc['document']['getRoot'](),_0x3bce32=_0x21b71d['getChild'](0x0);_0x21b71d['childCount']>0x1||!_0x3bce32||'p'!=_0x3bce32['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(St(_0x5ca7dc,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x3bce32['placeholder']=this['placeholder']),Ft({'view':_0x5ca7dc,'element':_0x3bce32,'keepOnFocus':!0x0}),this['placeholderElement']=_0x3bce32);}}class hs extends kt{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x426032,_0x2103fc={}){super(_0x426032),this['editor']=null,this['_editorConfig']=_0x2103fc,this['set']('value',_0x2103fc['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',E(_0x426032,'Reply...')),this['set']('submitLabel',E(_0x426032,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new jt(),this['focusTracker']=new _0x1f412d(),this['focusCycler']=new _0x45831b({'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',(_0x12779b,_0x417691)=>{this['cancelButtonView']['fire']('execute'),_0x417691();}),this['keystrokes']['set']('Ctrl+Enter',(_0x33df36,_0xc10476)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0xc10476());}),this['on']('submit',(_0x435bfa,_0x46d092)=>{_0x46d092['length']>0xfde8?(alert(E(_0x426032,'TOO_LONG_COMMENT_ALERT',[_0x46d092['length'],0xfde8])),_0x435bfa['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new Rt(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x2a7d1a=this['editor'];this['element']['insertBefore'](_0x2a7d1a['ui']['element'],this['element']['firstChild']),_0x2a7d1a['model']['document']['on']('change',()=>this['value']=_0x2a7d1a['getData']()),_0x2a7d1a['bind']('placeholder')['to'](this),this['focusables']['add'](_0x2a7d1a['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x2f844e){-0x1===_0x2f844e?(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:_0x35eb3a}=this,_0x5dcd6f=new _0x151fe8(_0x35eb3a);return _0x5dcd6f['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x5dcd6f['withText']=!0x0,_0x5dcd6f['bind']('label')['to'](this,'submitLabel'),_0x5dcd6f['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x5dcd6f['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x1a1052,_0x96bc98)=>!_0x96bc98&&!!_0x1a1052['trim']()),_0x5dcd6f;}['_createCancelButton'](){const {locale:_0x118cb5}=this,_0x528a9b=new _0x151fe8(_0x118cb5);return _0x528a9b['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x528a9b['label']=E(_0x118cb5,'Cancel'),_0x528a9b['withText']=!0x0,_0x528a9b['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x528a9b;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x503d03=>{this['focusTracker']['add'](_0x503d03['element']);}),this['focusables']['on']('change',(_0x58bda7,_0x2407be)=>{for(const _0x4ac6f1 of Array['from'](_0x2407be['added'])['reverse']())this['focusTracker']['add'](_0x4ac6f1['element']);});}}class ie extends kt{constructor(_0x2cde65,_0x34dd86,_0x6e01){super(_0x2cde65),this['commentInputView']=new hs(_0x2cde65,_0x6e01),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x38ce11,_0x2c3e1c)=>_0x38ce11||!!_0x2c3e1c),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 _0x8e27e6(_0x2cde65,_0x34dd86),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'](_0x180b53){this['commentInputView']['focus'](_0x180b53);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x209c3f,_0x2cd9c0)=>{const {submitButtonView:_0x114539,cancelButtonView:_0x24c8c1,editor:_0x211388}=this['commentInputView'];[_0x114539['element'],_0x24c8c1['element'],_0x211388?_0x211388['editing']['view']['getDomRoot']():null]['filter'](_0x13b6ad=>_0x13b6ad)['some'](_0x15e032=>_0x15e032['contains'](_0x2cd9c0['target']))||(this['focus'](),_0x2cd9c0['preventDefault']());});}}class cs extends kt{constructor(_0x2b3fc9){super(_0x2b3fc9);const _0x50c75e=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x50c75e['to']('count',_0x19f309=>E(_0x2b3fc9,'NUMBER_OF_COMMENTS',_0x19f309))}]});}}class te extends kt{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x1d6ed2,_0x5f2951,_0x3b3988){super(_0x1d6ed2);const _0x5da32a=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x5f2951['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x5f2951,this['_config']=_0x3b3988,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x1f412d(),this['keystrokes']=new jt(),this['focusCycler']=new _0x45831b({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x48d791=>this['commentViews']['map'](_0x1a113f=>_0x1a113f['element'])['includes'](_0x48d791['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new cs(_0x1d6ed2),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x5dede6=>_0x5dede6-this['_config']['maxCommentsWhenCollapsed']);for(const _0x4da818 of _0x5f2951['comments'])this['_handleNewCommentModel'](_0x4da818);this['_handleInfoComment'](),this['listenTo'](_0x5f2951['comments'],'add',(_0x33a2cf,_0x434b69)=>{const _0x55f039=this['_calculatePosition'](_0x434b69);this['length']++,this['_handleNewCommentModel'](_0x434b69,_0x55f039),this['refreshVisibleViews']();}),this['listenTo'](_0x5f2951['comments'],'remove',(_0x3be63a,_0x428353)=>{this['length']--,this['_handleRemoveCommentModel'](_0x428353),this['refreshVisibleViews']();}),this['listenTo'](_0x5f2951,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x5f2951,'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',_0x5da32a['if']('length','ck-hidden',_0x104f77=>!_0x104f77)],'aria-label':E(_0x1d6ed2,'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'](_0x7843f5){-0x1===_0x7843f5?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x4747db of this['commentViews'])_0x4747db['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x3dafc1,_0x2e44b4){const _0x5920a7=new this['_config']['CommentView'](this['locale'],_0x3dafc1,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x5920a7['viewUid']=_0x3dafc1['id'],_0x5920a7['delegate']('removeComment')['to'](this),_0x5920a7['delegate']('updateComment')['to'](this),_0x5920a7['delegate']('resolveCommentThread')['to'](this),_0x5920a7['delegate']('editorReady')['to'](this),_0x5920a7['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x5920a7,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x5920a7,_0x2e44b4);}['_calculatePosition'](_0x14c302){const _0x5bb645=this['_model']['_findOptimalIndex'](_0x14c302);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x14c302['authoredAt']?_0x5bb645-0x1:_0x5bb645:_0x5bb645-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x368a2f={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':E(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x368a2f,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x368a2f));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x244a79){const _0x332a99=this['commentViews']['remove'](_0x244a79['id']);this['stopListening'](_0x332a99),_0x332a99['isEditMode']&&this['_updateHasDirtyComment'](),_0x332a99['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x1120e2=>_0x1120e2['isEditMode']);}['_rearrangeCollapse'](){const _0x5788b3=function(_0x1d14b3){const _0x52a0b0=new _0x28495a();for(const _0x4f6243 of _0x1d14b3)_0x52a0b0['add'](_0x4f6243);return _0x52a0b0;}(this['commentViews']),_0x51416e=this['_collapsedCommentsView']['count'];for(let _0x1ddc1b=0x1;_0x1ddc1b<=_0x51416e;_0x1ddc1b++)_0x5788b3['remove'](0x1);for(const _0x4056eb of _0x5788b3)_0x4056eb['collapse']();_0x51416e>0x0&&_0x5788b3['add'](this['_collapsedCommentsView'],0x1),as(_0x301362(Array['from'](this['visibleViews']),Array['from'](_0x5788b3)),this['visibleViews'],_0x5788b3);}['_rearrangeExpand'](){as(_0x301362(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x491541 of this['visibleViews'])_0x491541['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x54bbc7=>{this['focusTracker']['add'](_0x54bbc7['element']),this['keystrokes']['listenTo'](_0x54bbc7['element']);}),this['commentViews']['on']('change',(_0x290e1e,_0x3676ad)=>{for(const _0x47e60f of _0x3676ad['removed'])this['focusTracker']['remove'](_0x47e60f['element']),this['keystrokes']['stopListening'](_0x47e60f['element']);for(const _0x43e534 of Array['from'](_0x3676ad['added'])['reverse']())this['focusTracker']['add'](_0x43e534['element']),this['keystrokes']['listenTo'](_0x43e534['element']);});}}function as(_0x35dbcc,_0x1d6c18,_0x5b6b0c){let _0x2cdb37=0x0;for(const _0x3ae6cc of _0x35dbcc)switch(_0x3ae6cc){case'insert':_0x1d6c18['add'](_0x5b6b0c['get'](_0x2cdb37),_0x2cdb37),_0x2cdb37++;break;case'delete':_0x1d6c18['remove'](_0x2cdb37);break;case'equal':_0x2cdb37++;}}class ls extends kt{constructor(_0x409609){super(_0x409609);const _0x4b99c1=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x4b99c1['to']('contextValue',_0x499a03=>E(_0x409609,'THREAD_CONTEXT_LABEL',_0x499a03)),'tabindex':-0x1},'children':[{'text':_0x4b99c1['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class Yt extends kt{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x40cf42,_0x3ee98b){super(_0x40cf42);const _0xc02e95=this['bindTemplate'];this['_model']=_0x3ee98b,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x1f412d(),this['keystrokes']=new jt(),this['focusCycler']=new _0x45831b({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x281cb4=>!!_0x281cb4),this['bind']('contextValue')['to'](this['_model'],'context',_0x5456fe=>_0x5456fe&&_0x5456fe['value']?this['_trimContextValue'](_0x5456fe['value']):E(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',_0xc02e95['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 _0x3532e5=new _0x151fe8(this['locale']);return _0x3532e5['label']=E(this['locale'],'Reopen'),_0x3532e5['tooltip']=E(this['locale'],'Reopen'),_0x3532e5['icon']=_0x4d28c0,_0x3532e5['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x393af7=>!_0x393af7),_0x3532e5['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x37baa3,_0x4cb30b)=>_0x37baa3&&_0x4cb30b),_0x3532e5['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x3532e5;}['_trimContextValue'](_0x26696f){if(_0x26696f['length']<0x96)return _0x26696f;const _0x3a1603=_0x26696f['lastIndexOf']('\x20',0x93);return _0x26696f['substring'](0x0,_0x3a1603>-0x1?_0x3a1603:0x93)+'...';}['_attachContextActions'](){const _0x3bd6f0=this['element']['querySelector']('.ck-context'),_0x5d382c=_0x3bd6f0['querySelector']('.ck-context__value');this['listenTo'](_0x3bd6f0,'mouseenter',()=>{_0x5d382c['offsetWidth']<_0x5d382c['scrollWidth']&&_0x3bd6f0['classList']['add']('overlay');}),this['listenTo'](_0x3bd6f0,'mouseleave',()=>{_0x3bd6f0['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x571b60 of this['focusables'])this['focusTracker']['add'](_0x571b60['element']),this['keystrokes']['listenTo'](_0x571b60['element']);}['_createContextView'](){const _0x26acbc=new ls(this['locale']);return _0x26acbc['bind']('contextValue')['to'](this),_0x26acbc;}}class is extends kt{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x5fb521,_0x271736,_0x564b73,_0x26919c){super(_0x5fb521),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x271736,this['_localUser']=_0x564b73,this['_config']=_0x26919c,this['commentThreadHeaderView']=new Yt(_0x5fb521,_0x271736),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new Zt(_0x5fb521,E(_0x5fb521,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new te(_0x5fb521,_0x271736,Object['assign']({'CommentView':this['_config']['CommentView']},_0x26919c)),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',(_0x3a89fb,_0x4193ae)=>_0x3a89fb||!!_0x4193ae),this['bind']('isUnlinked')['to'](_0x271736,'unlinkedAt',_0x21246a=>!!_0x21246a),this['bind']('ariaLabel')['to'](this,'length',_0x114777=>{const _0x3b8991=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return E(this['locale'],'COMMENT_THREAD_LABEL',[_0x114777,_0x3b8991]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x1f412d(),this['keystrokes']=new jt(),this['focusCycler']=new _0x45831b({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0xff8770=>_0xff8770['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),ts(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x462ff6=new ie(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x22d8bc=_0x462ff6['commentInputView'];return _0x462ff6['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x22d8bc,'value',(_0x53ff08,_0x1cffc5,_0x7055c0,_0x20c7e0,_0x2ffc18)=>!!_0x2ffc18||!!_0x20c7e0&&_0x7055c0&&!_0x1cffc5||_0x53ff08&&_0x7055c0&&!_0x1cffc5),_0x22d8bc['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x242e08,_0x3aaa05,_0x4b599c)=>{let _0x5d48d3;return _0x5d48d3=_0x4b599c&&_0x3aaa05?'Reply\x20to\x20reopen\x20discussion...':_0x242e08?'Reply...':'Write\x20a\x20comment...',E(this['locale'],_0x5d48d3);}),_0x22d8bc['bind']('submitLabel')['to'](this,'length',_0x55f433=>E(this['locale'],_0x55f433?'Reply':'Comment')),_0x22d8bc['on']('submit',(_0x4fe123,_0x5acb6e)=>{this['fire']('addComment',_0x5acb6e),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x22d8bc['on']('cancel',()=>{this['focus']();}),_0x22d8bc['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x22d8bc['on']('cancel',_0x59ab4e=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x59ab4e['stop']());}),this['on']('change:isActive',(_0x51ebb4,_0x19d79b,_0x3b5517)=>{_0x3b5517||this['length']||_0x22d8bc['value']||this['fire']('removeCommentThread');}),_0x462ff6;}}class gt extends/* #__PURE__ -- @preserve */
|
|
27
|
-
ti(is){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(
|
|
28
|
-
ti(rs){['actionBar'];['userView'];constructor(
|
|
29
|
-
_0x19e9b6(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x197d26,target:_0x2b7ffa,type:_0x36cfe7,isVisible:_0x54b350=!0x0}){super(),this['view']=_0x197d26,this['view']['element']||this['view']['render'](),this['_type']=_0x36cfe7,this['_target']=_0x2b7ffa,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x28495a([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x1e8c80,_0x1e1ebb)=>{this['view']['focusTracker']['add'](_0x1e1ebb);}),this['focusableElements']['on']('remove',(_0x4ee603,_0x1bd411)=>{this['view']['focusTracker']['remove'](_0x1bd411);}),this['set']('isVisible',_0x54b350);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0xcbdaf1=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0xcbdaf1),_0xcbdaf1;}get['targetRect'](){const _0x147198=this['target'];if(null===_0x147198)return null;if(_0x147198 instanceof _0x16772f)return _0x147198;const _0x1c9717=_0x147198['filter'](_0x4e077c=>function(_0x4d7b10){const _0x4605df=_0x4d7b10['offsetParent'];if(_0x4605df)return!0x0;const _0x56cd41=_0x4d7b10['getClientRects']()['item'](0x0);return!!_0x56cd41;}(_0x4e077c));return 0x0===_0x1c9717['length']?null:new _0x16772f(_0x1c9717[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x54077b){this['view']['isActive']=_0x54077b,this['view']['mainView']['isActive']=_0x54077b;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x3dc001){if(!(null===_0x3dc001||_0x3dc001 instanceof _0x16772f||Array['isArray'](_0x3dc001)&&_0x3dc001['every'](_0x223980=>li(_0x223980))))throw new _0x43099f('annotation-invalid-target',null,{'target':_0x3dc001});}['_getNormalizedTarget'](){const _0x1f2ecc='function'==typeof this['_target']?this['_target']():this['_target'];return li(_0x1f2ecc)?[_0x1f2ecc]:_0x1f2ecc;}}function li(_0x24c909){return null!==_0x24c909&&'object'==typeof _0x24c909&&'nodeType'in _0x24c909&&0x1===_0x24c909['nodeType'];}class _ extends _0x28495a{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x1d274a=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x1f412d(),this['_focusTracker']['on']('change:isFocused',(_0x225f64,_0x2416f1,_0x30d672)=>{_0x30d672||this['fire']('blur');});for(const _0x33ed20 of _0x1d274a)this['add'](_0x33ed20);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x45d101){if(this['has'](_0x45d101))throw new _0x43099f('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x45d101['innerView'],_0x45d101),this['_viewToAnnotation']['set'](_0x45d101['view'],_0x45d101);for(const _0x575aa0 of _0x45d101['focusableElements'])this['_focusTracker']['add'](_0x575aa0);this['listenTo'](_0x45d101['focusableElements'],'add',(_0x1e745b,_0xbd8b88)=>{this['_focusTracker']['add'](_0xbd8b88);}),this['listenTo'](_0x45d101['focusableElements'],'remove',(_0x1c9fc0,_0x3dd25a)=>{this['_focusTracker']['remove'](_0x3dd25a);}),this['listenTo'](_0x45d101['view']['focusTracker'],'change:isFocused',(_0x3e31df,_0x38702e,_0x32775b)=>{_0x32775b&&this['fire']('focus',_0x45d101);}),_0x45d101['updateTargetRect']();const _0x377ab4=this['_getOrderInContent'](_0x45d101['view']['targetRect']);return super['add'](_0x45d101,_0x377ab4);}['remove'](_0x42f1a7){if(!this['has'](_0x42f1a7))throw new _0x43099f('annotationcollection-not-existing-item',null);this['stopListening'](_0x42f1a7['view']['focusTracker']),this['stopListening'](_0x42f1a7['focusableElements']);for(const _0x36eef3 of _0x42f1a7['focusableElements'])this['_focusTracker']['remove'](_0x36eef3);return this['_viewToAnnotation']['delete'](_0x42f1a7['view']),this['_innerViewToAnnotation']['delete'](_0x42f1a7['innerView']),super['remove'](_0x42f1a7);}['getByInnerView'](_0x10b16e){return this['_innerViewToAnnotation']['get'](_0x10b16e);}['getByView'](_0x435993){return this['_viewToAnnotation']['get'](_0x435993);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x245954 of this)_0x245954['updateTargetRect']();this['_sort']();}['_sort'](){const _0xeaa013=Array['from'](this)['sort']((_0x4c1fd7,_0x54065a)=>v(_0x4c1fd7['view']['targetRect'],_0x54065a['view']['targetRect']));for(let _0x5c7c72=_0xeaa013['length']-0x1;_0x5c7c72>0x0;_0x5c7c72--){const _0x47abba=_0xeaa013[_0x5c7c72];_0x5c7c72!==this['getIndex'](_0x47abba)&&(this['remove'](_0x47abba),this['add'](_0x47abba));}}['_getOrderInContent'](_0xf4c987){let _0x51671b=0x0;if(!_0xf4c987)return this['length'];for(const _0x1863fb of this){const _0x15d5ba=_0x1863fb['view']['targetRect'];if(_0x15d5ba){if(v(_0xf4c987,_0x15d5ba)<0x0)return _0x51671b;_0x51671b++;}}return _0x51671b;}}function v(_0x2d8b3e,_0xb13abd){if(null===_0x2d8b3e&&null===_0xb13abd)return 0x0;if(null===_0x2d8b3e)return-0x1;if(null===_0xb13abd)return 0x1;const _0x2ea7e3=_0x2d8b3e['top']-_0xb13abd['top'];return 0x0==_0x2ea7e3?_0x2d8b3e['left']-_0xb13abd['left']:_0x2ea7e3;}class O extends _0x57c986{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x599975){if(super(_0x599975),this['collection']=new _(),this['_visibleAnnotations']=new _(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x599975 instanceof _0x243d1d){const _0x5dfd00=_0x599975['locale'];_0x599975['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':E(_0x5dfd00,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':E(_0x5dfd00,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':E(_0x5dfd00,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':E(_0x5dfd00,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':E(_0x5dfd00,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':E(_0x5dfd00,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':E(_0x5dfd00,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x43ba78){this['collection']['add'](_0x43ba78);}['remove'](_0x5a6839){this['collection']['remove'](_0x5a6839),_0x5a6839['destroy']();}['refreshVisibility'](){for(const _0xebca12 of this['collection'])_0xebca12['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x1fa2da){return this['collection']['getByInnerView'](_0x1fa2da);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0xaead75 of this['collection'])_0xaead75['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x558dd8){this['fire']('_activateAnnotation',_0x558dd8);}['createAnnotation'](_0x254052){return new d(_0x254052);}['createAnnotationView'](_0x56d022,_0x2e9869){return new S(_0x56d022,_0x2e9869);}['_addActiveAnnotation'](_0x52598e){const _0xf53f07=new Set(this['activeAnnotations']);_0xf53f07['add'](_0x52598e),this['activeAnnotations']=_0xf53f07;}['_removeActiveAnnotation'](_0x31d3d3){const _0x2a854a=new Set(this['activeAnnotations']);_0x2a854a['delete'](_0x31d3d3),this['activeAnnotations']=_0x2a854a;}['_bindAnnotationsToVisibleAnnotations'](){const _0x5a28b5=this['collection'],_0x5a5113=this['_visibleAnnotations'];function _0x30e1d4(_0x23a6c3){const _0x37abd8=_0x23a6c3['source'];_0x37abd8['isVisible']&&!_0x5a5113['has'](_0x37abd8)?_0x5a5113['add'](_0x37abd8):!_0x37abd8['isVisible']&&_0x5a5113['has'](_0x37abd8)&&_0x5a5113['remove'](_0x37abd8),_0x37abd8['view']['focusTracker']['remove'](_0x37abd8['view']['element']),_0x37abd8['view']['focusTracker']['add'](_0x37abd8['view']['element']);}this['listenTo'](_0x5a28b5,'add',(_0x1bff5a,_0x9f3f88)=>{_0x9f3f88['isVisible']&&_0x5a5113['add'](_0x9f3f88),this['listenTo'](_0x9f3f88,'change:isVisible',_0x30e1d4);}),this['listenTo'](_0x5a28b5,'remove',(_0x18068c,_0x2c82a2)=>{_0x5a5113['has'](_0x2c82a2)&&_0x5a5113['remove'](_0x2c82a2),this['stopListening'](_0x2c82a2,'change:isVisible',_0x30e1d4);});}['_setupEnterAnnotationKeystroke'](){const _0x487f9f=_0x2bbd73=>{_0x2bbd73['on']('ready',()=>{_0x2bbd73['keystrokes']['set'](_0x306a71,(_0x3f69c5,_0x1c6817)=>{const _0x4ac7fa=_0x142d43(this['activeAnnotations']['values']());_0x4ac7fa&&(_0x4ac7fa['view']['focus'](),_0x1c6817());});});};this['context']instanceof _0x243d1d?_0x487f9f(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x45afbb,_0x4e96c0)=>{_0x487f9f(_0x4e96c0);});}['_setupEscapeAnnotationHandling'](){const _0x96be22=_0x3ec6b7=>{const _0x27a0ee=_0x3ec6b7['source'],_0x2cb028=[];let _0x5f0ee8;if(Array['isArray'](_0x27a0ee['target'])){_0x5f0ee8=_0x27a0ee['target'][0x0],this['context']instanceof _0x243d1d?_0x2cb028['push'](this['context']):this['context']['editors']&&_0x2cb028['push'](...this['context']['editors']);for(const _0x42214e of _0x2cb028)for(const _0x254127 of _0x42214e['editing']['view']['domRoots']['values']())if(_0x254127['contains'](_0x5f0ee8))return void _0x42214e['editing']['view']['focus']();_0x5f0ee8['focus']();}};this['listenTo'](this['collection'],'add',(_0x4581fd,_0x2dcaa6)=>{this['listenTo'](_0x2dcaa6,'escape',_0x96be22,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x3dde8d,_0x4e310d)=>{this['stopListening'](_0x4e310d,'escape',_0x96be22);});}}const _t=Symbol('noChannel'),bt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class o extends _0x57c986{['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[O,lt,st];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x42ff39){super(_0x42ff39),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x1e6596=this['context']['config'];_0x1e6596['define']('comments.maxCommentsWhenCollapsed',0x2),_0x1e6596['define']('comments.maxThreadTotalWeight',0x1f4),_0x1e6596['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x1e6596['define']('comments.CommentThreadView',gt),_0x1e6596['define']('comments.CommentView',Tt),_0x1e6596['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x3d3598=this['context']['plugins']['get'](O);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x23387c,_0x4c35aa)=>this['_addCommentThread'](_0x4c35aa)),this['on']('submitCommentThread',(_0x25b78e,_0x560089)=>this['_submitCommentThread'](_0x560089)),this['on']('resolveCommentThread',(_0x118b01,_0x398a20)=>this['_resolveCommentThread'](_0x398a20)),this['on']('resolveCommentThread',(_0x5e1fb7,_0x5ca650)=>this['_updateActiveAnnotation'](_0x5ca650),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x11cedb,_0x1aac18)=>this['_reopenCommentThread'](_0x1aac18)),this['on']('reopenCommentThread',(_0x4990a4,_0x44f20e)=>this['_updateActiveAnnotation'](_0x44f20e),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x14ecbd,_0x4c921a)=>this['_removeCommentThread'](_0x4c921a)),this['on']('updateCommentThread',(_0x227060,_0x3f6bbf)=>this['_updateCommentThread'](_0x3f6bbf)),this['on']('updateCommentThread',(_0x1a675a,_0x1ecefc)=>this['_updateActiveAnnotation'](_0x1ecefc),{'priority':'lowest'}),this['on']('addComment',(_0x4a33f6,_0x3e66fe)=>this['_addComment'](_0x3e66fe)),this['on']('updateComment',(_0x143f1d,_0x298ed3)=>this['_updateComment'](_0x298ed3)),this['on']('removeComment',(_0x40afa2,_0x3f5047)=>this['_removeComment'](_0x3f5047)),this['on']('addComment',(_0x12649c,{threadId:_0x4922a3,isFromAdapter:_0xf98115})=>{if(_0xf98115)return;const _0x547cb1=this['getCommentThread'](_0x4922a3),_0x290595=_0x547cb1&&this['_threadToController']['get'](_0x547cb1);_0x290595&&_0x290595['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x3d3598,'change:activeAnnotations',(_0x58fee8,_0xfcef20,_0xc0e046)=>{const _0x5b8bff=Array['from'](_0xc0e046)['map'](_0x32a0b4=>this['_viewToController']['get'](_0x32a0b4['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x5b8bff?_0x5b8bff['model']:null;});}set['adapter'](_0x31218e){if(this['_adapter'])throw new _0x43099f('commentsrepository-adapter-already-set');this['_adapter']=_0x31218e;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0xabbafb=_t,threadId:_0x2f8514=_0x2415f3(),comments:_0x3199ba=[],unlinkedAt:_0x334982=null,resolvedAt:_0x1e982e=null,resolvedBy:_0xbd6f73=null,target:_0x2bf6e2=null,context:_0x530e08=null,attributes:_0xc8b6c2={},isResolvable:_0x553662=!0x0,isSubmitted:_0x37e482=!0x1,isFromAdapter:_0x2c5048=!0x1}={}){return this['fire'](Nt('addCommentThread',_0xabbafb),{'channelId':_0xabbafb,'threadId':_0x2f8514,'comments':_0x3199ba,'unlinkedAt':_0x334982,'resolvedAt':_0x1e982e,'resolvedBy':_0xbd6f73,'target':_0x2bf6e2,'context':_0x530e08,'attributes':_0xc8b6c2,'isFromAdapter':_0x2c5048,'isResolvable':_0x553662,'isSubmitted':_0x37e482}),this['getCommentThread'](_0x2f8514);}['openNewCommentThread']({channelId:_0x6bb07c=_t,threadId:_0x129ea8=_0x2415f3(),target:_0x9a9be0,context:_0x3670ed=null,isResolvable:_0x82d8ef=!0x0}){if(this['_readOnlyChannels']['has'](_0x6bb07c)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x9a9be0)throw new _0x43099f('commentsrepository-missing-target');const _0x20c091=this['addCommentThread']({'channelId':_0x6bb07c,'threadId':_0x129ea8,'target':_0x9a9be0,'context':_0x3670ed,'isResolvable':_0x82d8ef});if(!_0x20c091)return null;const _0x49b289=this['_threadToController']['get'](_0x20c091),_0x1071e7=_0x49b289['view']['commentThreadInputView']['commentInputView'],_0x419069=this['context']['plugins']['get'](O),_0x9c1f30=_0x419069['getByInnerView'](_0x49b289['view']);return _0x419069['activate'](_0x9c1f30),_0x1071e7['once']('editorReady',()=>_0x1071e7['focus']()),_0x20c091;}['hasCommentThread'](_0x13904a){if('string'!=typeof _0x13904a)throw new _0x43099f('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x13904a);}['updateCommentThread']({channelId:_0x49fc0f=_t,threadId:_0x5b60db,context:_0x21d4b2,unlinkedAt:_0x140c31,attributes:_0x3eac4d,isFromAdapter:_0x28ac03=!0x1}){return this['fire'](Nt('updateCommentThread',_0x49fc0f),{'channelId':_0x49fc0f,'threadId':_0x5b60db,'context':_0x21d4b2,'unlinkedAt':_0x140c31,'attributes':_0x3eac4d,'isFromAdapter':_0x28ac03}),this['getCommentThread'](_0x5b60db);}['getCommentThread'](_0x25794a){if('string'!=typeof _0x25794a)throw new _0x43099f('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x25794a);}['fetchCommentThread']({channelId:_0x3ecdf7,threadId:_0x5d7189}={}){const _0xe65fe1=this['getCommentThread'](_0x5d7189);if(_0xe65fe1)return Promise['resolve'](_0xe65fe1);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x43099f('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x3ecdf7,'threadId':_0x5d7189})['then'](_0xcb98d7=>this['hasCommentThread'](_0x5d7189)?this['getCommentThread'](_0x5d7189):_0xcb98d7?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x3ecdf7},_0xcb98d7)):void 0x0)['catch'](_0x3ed8f0=>{throw console['error'](_0x3ed8f0),new _0x43099f('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x251254,skipNotAttached:_0x40a1d5=!0x1,skipEmpty:_0x43bb92=!0x1,toJSON:_0x163a9b=!0x1}={}){const _0xf85f07=[];for(const _0xfb1b66 of this['_threads']['values']())_0x251254&&_0xfb1b66['channelId']!==_0x251254||_0x40a1d5&&!_0xfb1b66['isAttached']||_0x43bb92&&0x0===_0xfb1b66['length']||_0xf85f07['push'](_0xfb1b66);return _0x163a9b?_0xf85f07['map'](_0x2e7f26=>_0x2e7f26['toJSON']()):_0xf85f07;}['setActiveCommentThread'](_0xbbc160){const _0x38e79a=this['context']['plugins']['get'](O);if(!_0xbbc160)return void(this['activeCommentThread']&&_0x38e79a['deactivateAll']());const _0x1082d2=this['getCommentThread'](_0xbbc160);if(!_0x1082d2)throw new _0x43099f('commentsrepository-active-missing-comment-thread',null,{'threadId':_0xbbc160});if(!this['_threadToController']['has'](_0x1082d2))throw new _0x43099f('commentsrepository-active-not-attached',null,{'threadId':_0xbbc160});const _0x599413=_0x38e79a['getByInnerView'](this['_threadToController']['get'](_0x1082d2)['view']);_0x38e79a['activate'](_0x599413);}['switchReadOnly'](_0x28a969,_0x415d68){_0x28a969?this['_readOnlyChannels']['add'](_0x415d68):this['_readOnlyChannels']['delete'](_0x415d68),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x2c6a54){return this['_readOnlyChannels']['has'](_0x2c6a54)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x1a3bcb,_0x1e923c){return new vt(_0x1a3bcb,_0x1e923c);}['setPermissions'](_0x2645d7,_0x35a529=_t){this['_permissions']['set'](_0x35a529,_0x2645d7),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x38709b=_t){return this['_permissions']['has'](_0x38709b)?this['_permissions']['get'](_0x38709b):bt;}['_addCommentThread']({channelId:_0x5cc17e,threadId:_0x554f8a,comments:_0x1536e5,unlinkedAt:_0x2e9577,resolvedAt:_0x5f1dd1,resolvedBy:_0x3be7dc,target:_0x15f7fb,context:_0x76e7bb,attributes:_0x5780f1,isFromAdapter:_0x49d2c0,isResolvable:_0x3427bc,isSubmitted:_0x394d61}){if('string'!=typeof _0x554f8a)throw new _0x43099f('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x554f8a});if(this['hasCommentThread'](_0x554f8a))throw new _0x43099f('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x554f8a});const _0x284f1b=new ui(this,{'channelId':_0x5cc17e,'id':_0x554f8a,'context':_0x76e7bb,'attributes':_0x5780f1,'unlinkedAt':_0x2e9577,'resolvedAt':_0x5f1dd1,'resolvedBy':_0x3be7dc?this['context']['plugins']['get'](st)['getUser'](_0x3be7dc):null,'isResolvable':_0x3427bc,'isSubmitted':_0x394d61||_0x49d2c0});this['_threads']['set'](_0x554f8a,_0x284f1b);for(const _0x51f9cb of _0x1536e5)_0x284f1b['_add'](this['_createNewComment']({'threadId':_0x554f8a,..._0x51f9cb}));return _0x15f7fb&&_0x284f1b['attachTo'](_0x15f7fb),_0x49d2c0||!_0x284f1b['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x5cc17e,'threadId':_0x554f8a});}['_submitCommentThread']({channelId:_0x3c3f46,threadId:_0x514109}){if(!this['hasCommentThread'](_0x514109))throw new _0x43099f('commentsrepository-missing-comment-thread',this);const _0x32730c=this['getCommentThread'](_0x514109);if(_0x32730c['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x263153,comments:_0x4351fb,resolvedAt:_0x31759b,resolvedBy:_0xe6b9c5,context:_0xa0c081,attributes:_0x57ebc2}=_0x32730c,_0x2e08a6=this['context']['plugins']['get']('PendingActions'),_0x5ef95b=_0x2e08a6['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x3c3f46,'threadId':_0x263153,'comments':_0x4351fb['map'](_0x2eae30=>_0x2eae30['toJSON']()),'resolvedAt':_0x31759b,'resolvedBy':_0xe6b9c5?_0xe6b9c5['id']:_0xe6b9c5,'context':_0xa0c081,'attributes':_0x57ebc2})['then'](({comments:_0xb17404})=>{_0x2e08a6['remove'](_0x5ef95b);for(const _0x39dc9e of _0xb17404)this['_updateComment']({'channelId':_0x3c3f46,'threadId':_0x514109,'commentId':_0x39dc9e['commentId'],'createdAt':_0x39dc9e['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x51afee=>{throw console['error'](_0x51afee),new _0x43099f('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x15c7eb,target:_0x1cb96c}){const _0x2f460d=this['getCommentThread'](_0x15c7eb);if(!_0x2f460d)throw new _0x43099f('commentsrepository-attach-missing-comment-thread',this);const _0x1d0971=this['context']['plugins']['get']('PendingActions'),_0x4ee005=this['context']['plugins']['get'](O),_0x123e9a=this['_createCommentThreadView'](_0x2f460d),_0x113df5=new vt(_0x2f460d,_0x123e9a);let _0x3ae95d=null;_0x123e9a['on']('change:isDirty',(_0x134227,_0x3ca446,_0x533ba4)=>{_0x533ba4?_0x3ae95d=_0x1d0971['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x3ae95d&&(_0x1d0971['remove'](_0x3ae95d),_0x3ae95d=null);}),this['_threadToController']['set'](_0x2f460d,_0x113df5),this['_viewToController']['set'](_0x123e9a,_0x113df5);const _0xcd6c48=new S(this['context']['locale'],_0x123e9a);_0xcd6c48['bind']('length')['to'](_0x123e9a),_0xcd6c48['bind']('isDirty')['to'](_0x123e9a,'isDirty',_0x123e9a,'length',(_0x3d787b,_0x3067df)=>_0x3d787b||!_0x3067df),_0xcd6c48['bind']('isActive')['to'](_0x123e9a),_0xcd6c48['type']='comment';const _0x3f48d0=new d({'view':_0xcd6c48,'target':_0x1cb96c,'type':'comment','isVisible':!_0x2f460d['archivedAt']});return _0x123e9a['on']('escape',()=>{_0x3f48d0['fire']('escape');}),this['_bindAnnotationToEditors'](_0x123e9a,_0x3f48d0),_0x4ee005['add'](_0x3f48d0),_0x3f48d0;}['_bindAnnotationToEditors'](_0x32ebf9,_0x46f7d4){this['listenTo'](_0x32ebf9,'editorReady',(_0x514325,_0x33df75)=>{const _0x6b0422=_0x33df75['ui']['view']['body']['bodyCollectionContainer'];_0x46f7d4['focusableElements']['add'](_0x6b0422),this['context']instanceof _0x243d1d&&this['context']['ui']['focusTracker']['add'](_0x6b0422);},{'priority':'highest'}),this['listenTo'](_0x32ebf9,'editorDestroyed',(_0x5c797d,_0x2ad753)=>{const _0xc3b138=_0x2ad753['ui']['view']['body']['bodyCollectionContainer'];_0x46f7d4['focusableElements']['has'](_0xc3b138)&&_0x46f7d4['focusableElements']['remove'](_0xc3b138),this['context']instanceof _0x243d1d&&this['context']['ui']['focusTracker']['remove'](_0xc3b138);});}['_unbindEditors'](_0x59c114){this['stopListening'](_0x59c114,'editorReady'),this['stopListening'](_0x59c114,'editorDestroyed');}['_createCommentThreadView'](_0x3db812){const _0x21ece0=this['context']['plugins']['get'](st),{config:_0x478b05,locale:_0x2d84c7}=this['context'],_0x466ba9=pt(_0x478b05['get']('locale'),_0x2d84c7);return new(0x0,(_0x478b05['get']('comments'))['CommentThreadView'])(_0x2d84c7,_0x3db812,_0x21ece0['me'],{'editorConfig':{..._0x478b05['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x478b05['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x478b05['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x478b05['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x478b05['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x466ba9,'CommentView':_0x478b05['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x22c6cd,channelId:_0x473f22,resolvedAt:_0x3e75b0,resolvedBy:_0x225179,isFromAdapter:_0x50bf22}){if(!this['hasCommentThread'](_0x22c6cd))throw new _0x43099f('commentsrepository-missing-comment-thread',null,{'threadId':_0x22c6cd});const _0x32cf6c=this['getCommentThread'](_0x22c6cd);if(_0x32cf6c['isResolved'])throw new _0x43099f('commentsrepository-resolved-comment-thread',null,{'threadId':_0x22c6cd});const _0x422818=this['context']['plugins']['get'](st);if(_0x32cf6c['resolvedBy']=_0x422818['getUser'](_0x225179),_0x32cf6c['resolvedAt']=_0x3e75b0,_0x50bf22||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x20ac3b=this['context']['plugins']['get']('PendingActions'),_0x36105e=_0x20ac3b['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x473f22,'threadId':_0x22c6cd})['then'](({resolvedAt:_0x12af78,resolvedBy:_0x3f4814})=>{_0x20ac3b['remove'](_0x36105e),_0x32cf6c['resolvedBy']['id']!==_0x3f4814&&(_0x32cf6c['resolvedBy']=_0x422818['getUser'](_0x3f4814)),_0x32cf6c['resolvedAt']=_0x12af78;})['catch'](_0x45b7ec=>{throw console['error'](_0x45b7ec),new _0x43099f('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x50b4be,channelId:_0x387e36,isFromAdapter:_0x33b745}){if(!this['hasCommentThread'](_0x50b4be))throw new _0x43099f('commentsrepository-missing-comment-thread',null,{'threadId':_0x50b4be});const _0x35b013=this['getCommentThread'](_0x50b4be);if(!_0x35b013['isResolved'])throw new _0x43099f('commentsrepository-reopen-comment-thread',null,{'threadId':_0x50b4be});if(_0x35b013['resolvedBy']=null,_0x35b013['resolvedAt']=null,_0x33b745||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x4ed77f=this['context']['plugins']['get']('PendingActions'),_0x396f95=_0x4ed77f['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x387e36,'threadId':_0x50b4be})['then'](()=>_0x4ed77f['remove'](_0x396f95))['catch'](_0x242071=>{throw console['error'](_0x242071),new _0x43099f('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x152014,isFromAdapter:_0x522820}){const _0x16fe0e=this['getCommentThread'](_0x152014);if(!_0x16fe0e)throw new _0x43099f('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x152014),this['_threads']['delete'](_0x152014),!_0x16fe0e['isSubmitted']||_0x522820||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x5c0a08=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4dd755}=_0x16fe0e,_0x5b4d12=_0x5c0a08['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x4dd755,'threadId':_0x152014})['then'](()=>_0x5c0a08['remove'](_0x5b4d12))['catch'](_0x1c2edf=>{throw console['error'](_0x1c2edf),new _0x43099f('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x736a56,unlinkedAt:_0x200531,context:_0x5eaee0,attributes:_0x3738ef,isFromAdapter:_0xd94896}){if('string'!=typeof _0x736a56)throw new _0x43099f('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x736a56});if(!this['hasCommentThread'](_0x736a56))throw new _0x43099f('commentsrepository-missing-comment-thread',null,{'threadId':_0x736a56});const _0x5731b1=this['getCommentThread'](_0x736a56);let _0x2c0958=!0x1;if(void 0x0!==_0x5eaee0&&_0x5731b1['context']!==_0x5eaee0&&(_0x5731b1['context']=_0x5eaee0,_0x2c0958=!0x0),void 0x0!==_0x200531&&_0x5731b1['unlinkedAt']!==_0x200531&&(_0x5731b1['unlinkedAt']=_0x200531,_0x2c0958=!0x0),_0x3738ef&&!At(_0x3738ef,_0x5731b1['attributes'])&&(_0x5731b1['attributes']=_0x3738ef,_0x2c0958=!0x0),!_0x2c0958)return Promise['resolve']();if(!_0x5731b1['isSubmitted']||_0xd94896||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0xa9b9cc=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2609c2}=_0x5731b1,_0x3c1be1=_0xa9b9cc['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x2609c2,'threadId':_0x736a56,'context':_0x5eaee0,'unlinkedAt':_0x200531,'attributes':_0x3738ef})['then'](()=>_0xa9b9cc['remove'](_0x3c1be1))['catch'](_0x39ea1b=>{throw console['error'](_0x39ea1b),new _0x43099f('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0xc4db98){const _0x4b25ee=this['context']['plugins']['get'](O),_0x4c08c9=this['getCommentThread'](_0xc4db98);if(_0x4c08c9['_isAttached']=!0x1,this['_threadToController']['has'](_0x4c08c9)){const _0x37c365=this['_threadToController']['get'](_0x4c08c9),_0x34d78a=_0x37c365['view'],_0x33078a=_0x4b25ee['getByInnerView'](_0x34d78a);this['_threadToController']['delete'](_0x4c08c9),this['_viewToController']['delete'](_0x34d78a),_0x33078a&&_0x4b25ee['remove'](_0x33078a),_0x37c365['destroy'](),_0x34d78a['destroy']()['then'](()=>{this['_unbindEditors'](_0x34d78a);});}}['_updateActiveAnnotation']({threadId:_0x3eb569,resolvedAt:_0x1493f2,unlinkedAt:_0x4e49d4}){const _0x5ac5d9=!!_0x1493f2,_0x260828=this['context']['plugins']['get'](O),_0x1856b6=this['getCommentThread'](_0x3eb569);if(this['_threadToController']['has'](_0x1856b6)){const _0x196a3e=this['_threadToController']['get'](_0x1856b6)['view'],_0x497122=_0x260828['getByInnerView'](_0x196a3e);_0x497122&&(_0x5ac5d9&&_0x260828['_removeActiveAnnotation'](_0x497122),_0x4e49d4?_0x497122['isVisible']=!0x1:_0x497122['refreshVisibility']());}}['_getExternalAuthor'](_0xb1e0dc){const _0xfacbd1=this['context']['plugins']['get'](st),_0x2346e3=It('external:'+_0xb1e0dc),_0x27edf3=_0xfacbd1['getUser'](_0x2346e3);return _0x27edf3||_0xfacbd1['addUser']({'id':_0x2346e3,'name':_0xb1e0dc});}['_createNewComment']({threadId:_0x81e2d1,commentId:_0x3e8964=_0x2415f3(),content:_0x5a615c,authorId:_0x4f7774,createdAt:_0x479219,attributes:_0x37d532}){if('string'!=typeof _0x3e8964)throw new _0x43099f('commentsrepository-invalid-commentid');if('string'!=typeof _0x4f7774)throw new _0x43099f('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x5a615c||!_0x5a615c['trim']())throw new _0x43099f('commentsrepository-invalid-comment-content');const _0x579d9b=this['context']['plugins']['get'](st)['getUser'](_0x4f7774);if(!_0x579d9b)throw new _0x43099f('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x4f7774});let _0x2d06f2=null,_0x4cf84a=_0x479219;return _0x37d532?.['@external']&&(_0x2d06f2=this['_getExternalAuthor'](_0x37d532['@external']['authorName']),_0x4cf84a=new Date(_0x37d532['@external']['createdAt'])),new fi(this,{'threadId':_0x81e2d1,'id':_0x3e8964,'author':_0x2d06f2||_0x579d9b,'creator':_0x579d9b,'content':_0x5a615c,'createdAt':_0x479219,'authoredAt':_0x4cf84a,'attributes':_0x37d532});}['_addComment'](_0x52a300){let {threadId:_0x4d9b48,content:_0x5e53a8,attributes:_0x4039f0,isFromAdapter:_0x567985}=_0x52a300;const _0x112b2e=this['getCommentThread'](_0x52a300['threadId']);if(!_0x112b2e)throw new _0x43099f('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x2ded1d=this['_createNewComment'](_0x52a300),{id:_0x47f48c}=_0x2ded1d;if(_0x112b2e['_add'](_0x2ded1d),_0x567985||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x112b2e['isSubmitted'])return Promise['resolve']();const _0x193665=this['context']['plugins']['get']('PendingActions'),{channelId:_0x333bab}=_0x112b2e,_0x3e9fdb=_0x193665['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x4039f0||(_0x4039f0={}),this['adapter']['addComment']({'channelId':_0x333bab,'threadId':_0x4d9b48,'commentId':_0x47f48c,'content':_0x5e53a8,'attributes':_0x4039f0})['then'](_0x513665=>{_0x193665['remove'](_0x3e9fdb),_0x513665&&this['_updateComment']({'channelId':_0x333bab,'threadId':_0x4d9b48,'commentId':_0x47f48c,'createdAt':_0x513665['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3e33e0=>{throw console['error'](_0x3e33e0),new _0x43099f('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x7aafb1,commentId:_0x479ef7,content:_0x2d1610,createdAt:_0x54b0a4,attributes:_0x4b33ba,isFromAdapter:_0x1e0afc}){if(void 0x0!==_0x2d1610&&('string'!=typeof _0x2d1610||!_0x2d1610['trim']()['length']))throw new _0x43099f('commentsrepository-update-comment-invalid-content');const _0x5a95e1=this['getCommentThread'](_0x7aafb1),_0x446bd7=_0x5a95e1['getComment'](_0x479ef7);if(!_0x446bd7)throw new _0x43099f('commentsrepository-update-missing-comment',this);let _0x167db1=!0x1;if(_0x2d1610&&_0x2d1610!==_0x446bd7['content']&&(_0x446bd7['isEditable']||_0x1e0afc)&&(_0x446bd7['content']=_0x2d1610,_0x167db1=!0x0),_0x54b0a4&&_0x54b0a4!==_0x446bd7['createdAt']&&(_0x446bd7['createdAt']=_0x54b0a4,_0x446bd7['attributes']&&_0x446bd7['attributes']['@external']||(_0x446bd7['authoredAt']=_0x54b0a4),_0x167db1=!0x0),_0x4b33ba&&!At(_0x4b33ba,_0x446bd7['attributes'])&&(_0x446bd7['attributes']=_0x4b33ba,_0x167db1=!0x0),!_0x167db1)return Promise['resolve']();if(_0x5a95e1['fire']('commentUpdated'),_0x1e0afc||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x2deef0=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4bb5fa}=this['getCommentThread'](_0x446bd7['threadId']),_0x2bbd99=_0x2deef0['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x4bb5fa,'threadId':_0x7aafb1,'commentId':_0x479ef7,'content':_0x2d1610,'attributes':_0x4b33ba})['then'](()=>_0x2deef0['remove'](_0x2bbd99))['catch'](_0x3b74f2=>{throw console['error'](_0x3b74f2),new _0x43099f('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x3ba7f0,commentId:_0x3d75f0,isFromAdapter:_0x192868}){const _0x264cba=this['getCommentThread'](_0x3ba7f0),_0x4dd48c=_0x264cba['getComment'](_0x3d75f0);if(!_0x4dd48c)throw new _0x43099f('commentsrepository-remove-missing-comment',this);if(_0x264cba['_remove'](_0x4dd48c),_0x192868||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x485e93=this['context']['plugins']['get']('PendingActions'),{channelId:_0x16dbb1}=_0x264cba,_0x35abbb=_0x485e93['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x16dbb1,'threadId':_0x3ba7f0,'commentId':_0x3d75f0})['then'](()=>_0x485e93['remove'](_0x35abbb))['catch'](_0x2272bb=>{throw console['error'](_0x2272bb),new _0x43099f('commentsrepository-remove-comment-internal-error',this);});}}class ui extends/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0x19e9b6(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x4dd14f,_0x207c45){super();const _0x227cf8=_0x4dd14f['context']['plugins']['get'](st)['me'],_0x2eda77=_0x4dd14f['getCommentThread'](_0x207c45['threadId']),_0x4f6b0b=0x0===_0x2eda77['comments']['length'],_0x5bdfe4=_0x227cf8===_0x207c45['author'];this['id']=_0x207c45['id'],this['threadId']=_0x207c45['threadId'],this['author']=_0x207c45['author'],this['creator']=_0x207c45['creator'],this['isExternal']=Boolean(_0x207c45['attributes']&&_0x207c45['attributes']['@external']),this['set']('content',_0x207c45['content']),this['createdAt']=_0x207c45['createdAt']||new Date(),this['set']('authoredAt',_0x207c45['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x2eda77,'resolvedAt'),this['set']('attributes',_0x207c45['attributes']||{}),this['bind']('isEditable')['to'](_0x4dd14f,'_permissions',()=>{const _0x31eb49=_0x4dd14f['getPermissions'](_0x2eda77['channelId'])['write'],_0x39be97=_0x4dd14f['getPermissions'](_0x2eda77['channelId'])['modifyAll'];return _0x5bdfe4&&_0x31eb49||!_0x5bdfe4&&_0x39be97;}),this['bind']('isRemovable')['to'](_0x2eda77,'isRemovable',_0x4dd14f,'_permissions',_0x65e4d9=>{const _0x59f2f8=_0x4dd14f['getPermissions'](_0x2eda77['channelId'])['write'],_0x4eb46a=_0x4dd14f['getPermissions'](_0x2eda77['channelId'])['modifyAll'];return _0x5bdfe4&&_0x59f2f8||_0x65e4d9&&_0x4f6b0b||!_0x5bdfe4&&_0x4eb46a&&!_0x4f6b0b;}),this['bind']('isReadOnly')['to'](_0x2eda77,'isReadOnly'),this['_repository']=_0x4dd14f;}get['weight'](){return Math['max'](function(_0x559ba9){const _0x23e3c2=document['createElement']('div');return _0x23e3c2['innerHTML']=_0x559ba9,_0x23e3c2['textContent']['length'];}(this['content']),0xc8);}['update'](_0x2ce784){const {threadId:_0x30dece,id:_0x579ab4}=this;if(!this['_repository']['hasCommentThread'](_0x30dece))throw new _0x43099f('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x3a1b84}=this['_repository']['getCommentThread'](_0x30dece);this['_repository']['fire'](Nt('updateComment',_0x3a1b84,_0x30dece),{'channelId':_0x3a1b84,'threadId':_0x30dece,'commentId':_0x579ab4,..._0x2ce784});}['setAttribute'](_0x4b6d13,_0x191835){const _0x18f919=wt(this['attributes']);yt(_0x18f919,_0x4b6d13,_0x191835),this['update']({'attributes':_0x18f919});}['removeAttribute'](_0x13d6ef){const _0x190ccc=wt(this['attributes']);Ct(_0x190ccc,_0x13d6ef),this['update']({'attributes':_0x190ccc});}['remove'](_0x330abd={}){if(!_0x330abd['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x59cc8a,id:_0x3844a7}=this;if(!this['_repository']['hasCommentThread'](_0x59cc8a))throw new _0x43099f('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x592dc8}=this['_repository']['getCommentThread'](_0x59cc8a);this['_repository']['fire'](Nt('removeComment',_0x592dc8,_0x59cc8a),{'channelId':_0x592dc8,'threadId':_0x59cc8a,'commentId':_0x3844a7,..._0x330abd});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function Nt(_0x3d03f7,..._0x5596bb){for(const _0x11f0a5 of _0x5596bb)void 0x0!==_0x11f0a5&&(_0x3d03f7+=':'+String(_0x11f0a5));return _0x3d03f7;}class K extends _0x429836{['refresh'](){const _0x555c86=this['editor']['model']['document']['selection'];for(const _0x1ac460 of _0x555c86['getRanges']())if(this['_hasContent'](_0x1ac460))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x455391=_0x2415f3()}={}){const _0x59ff57=this['editor']['model'],_0x4958a0=[];for(const _0x49ace7 of _0x59ff57['document']['selection']['getRanges']())this['_hasContent'](_0x49ace7)&&_0x4958a0['push'](this['_trimToContent'](_0x49ace7));_0x59ff57['change'](_0x1deb08=>{for(const _0x49eef9 of _0x4958a0){const _0x1636d4=_0x2415f3()['substr'](0x1,0x5),_0x3e175b='comment:'+_0x455391+':'+_0x1636d4;_0x1deb08['addMarker'](_0x3e175b,{'range':_0x49eef9,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x5aeee9){for(const _0x26ac64 of _0x5aeee9['getItems']())if(this['_itemIsContent'](_0x26ac64))return!0x0;return!0x1;}['_itemIsContent'](_0xd7494c){return _0xd7494c['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0xd7494c)&&!_0xd7494c['is']('element','tableCell');}['_trimToContent'](_0x5ee94d){const _0x46df3d=_0x57e1c5=>!this['_itemIsContent'](_0x57e1c5['item']),_0x5f39bd=_0x5ee94d['start']['getLastMatchingPosition'](_0x46df3d),_0x4b8cc8=_0x5ee94d['end']['getLastMatchingPosition'](_0x46df3d,{'direction':'backward'});return this['editor']['model']['createRange'](_0x5f39bd,_0x4b8cc8);}}class P extends _0x3f67cf{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[O];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5de908){super(_0x5de908),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x10a22f=this['editor'],_0x24cd25=_0x10a22f['model']['document']['selection'],_0x4cfdd6=_0xd145ad(()=>this['refreshSelectedViews'](),0xa);_0x24cd25['on']('change:range',(_0x32661a,_0x5ac4aa)=>{_0x5ac4aa['directChange']&&(_0x4cfdd6['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x10a22f['editing']['view']['document'],'change:isFocused',(_0x174e4f,_0x4f15bd,_0x20c1aa)=>{_0x20c1aa&&_0x4cfdd6();}),this['listenTo'](_0x10a22f['ui']['focusTracker'],'change:isFocused',(_0x14cd1c,_0x4b391e,_0x304306)=>{_0x304306||_0x10a22f['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x4bed0a=>this['_editorAnnotationsData']['has'](_0x4bed0a['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x435af9){if(this['_editorAnnotations']['has'](_0x435af9['view']))return;this['_editorAnnotations']['add'](_0x435af9['view']),this['editor']['ui']['focusTracker']['add'](_0x435af9['view']['element']);const _0x40f357=this['editor']['plugins']['get'](O);this['listenTo'](_0x40f357['collection'],'remove',(_0x34c370,_0x424263)=>{this['editor']['ui']['focusTracker']['remove'](_0x424263['view']['element']),this['_editorAnnotations']['delete'](_0x424263['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x10e555){if('function'!=typeof _0x10e555)throw new _0x43099f('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x10e555);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x153593,annotations:_0x4fcb28}){const _0x2f71ba=[],_0x1750cf=this['editor']['model']['document']['selection'],_0x415be2=Array['from'](_0x1750cf['getRanges']());for(const [_0x472660,_0x4b3bb0]of this['_editorAnnotationsData']){const _0x31c92d=_0x23bfca(_0x4b3bb0),_0x1207b0=_0x4fcb28['getByInnerView'](_0x472660);_0x31c92d&&_0x1207b0&&_0x2f71ba['push']({'annotation':_0x1207b0,'range':_0x31c92d});}function _0x23bfca(_0x505e24){for(const _0x3c8b85 of _0x505e24)for(const _0x484a2a of _0x415be2)if(_0x3c8b85['containsRange'](_0x484a2a,!_0x1750cf['isCollapsed']))return _0x3c8b85;return null;}return _0x2f71ba['sort']((_0x13a4f9,_0x1f3312)=>{const _0x135ad4=_0x13a4f9['range'],_0x2269a9=_0x1f3312['range'];if(!_0x135ad4['isEqual'](_0x2269a9)){if(_0x135ad4['containsRange'](_0x2269a9,!0x0))return 0x1;if(_0x2269a9['containsRange'](_0x135ad4,!0x0))return-0x1;}return _0x13a4f9['annotation']==_0x153593?-0x1:_0x1f3312['annotation']==_0x153593?0x1:0x0;})['map'](_0x7fe9db=>_0x7fe9db['annotation']);}get['_editorAnnotationsData'](){const _0x561ec5=new Map();for(const _0x436736 of Array['from'](this['_dataCollectors']))for(const [_0x4982e1,_0x114695]of _0x436736())_0x561ec5['set'](_0x4982e1,_0x114695);return _0x561ec5;}}class ct extends _0x3f67cf{['afterInit'](){const _0x1825ca=this['editor'];if(!_0x1825ca['plugins']['has']('RestrictedEditingModeEditing'))return;_0x1825ca['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class at extends _0x3f67cf{constructor(_0x2445f0){super(_0x2445f0),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x1661e7=this['editor'],_0x2e0426=_0x1661e7['commands']['get']('importWord'),_0x1a1e1b=_0x1661e7['plugins']['get'](st);_0x2e0426&&(_0x2e0426['on']('execute',(_0xee3ffa,[,_0x15b8d0])=>{_0x15b8d0['collaboration_features']={'comments':!0x0,'user_id':_0x1a1e1b['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x2e0426,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x52aa14,_0x1f57d1){const {comment_threads:_0x50fb36}=_0x1f57d1;_0x50fb36&&_0x50fb36['forEach'](({thread_id:_0x4e64b9,comments:_0x2975e1,is_resolved:_0x545953})=>{const _0x1883fc=new Date(),_0x2ecbb6=_0x2975e1['map'](({author:_0x2092e0,content:_0x362278,created_at:_0xcf8d7f})=>({'content':_0x362278,'authorId':this['editor']['plugins']['get'](st)['me']['id'],'createdAt':_0x1883fc,'attributes':{'@external':{'authorName':_0x2092e0,'createdAt':_0xcf8d7f?new Date(_0xcf8d7f):new Date(),'source':'importWord'}}})),_0x809aa8=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](o)['addCommentThread']({'channelId':_0x809aa8,'threadId':_0x4e64b9,'comments':_0x2ecbb6,'resolvedAt':_0x545953?_0x1883fc:null});});}}class ut extends _0x3f67cf{constructor(_0x480c32){super(_0x480c32),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x427b59=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x427b59,'contentInsertion',(_0x505f2c,_0x3bbe0f)=>this['_removeMarkersWithoutThreads'](_0x3bbe0f['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x1a0401){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x1a0401;const _0x3f4efc=this['editor']['plugins']['get']('CommentsRepository');for(const _0x6e978a of _0x1a0401['keys']()){const [_0x4cbc42,_0x7095a7]=_0x6e978a['split'](':');'comment'!=_0x4cbc42||_0x3f4efc['hasCommentThread'](_0x7095a7)||_0x1a0401['delete'](_0x6e978a);}return _0x1a0401;}['_registerMarkerInClipboardPipeline'](){const _0x21e1fc=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x5373a4=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x5373a4&&_0x21e1fc['_registerMarkerToCopy']('comment',_0x5373a4);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x35e5ca){switch(_0x35e5ca){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}class ft extends _0x3f67cf{['init'](){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}['overrideMarkerConverters'](){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0x59b960,_0x3d5057)=>{if(!_0x3d5057['options']['showCommentHighlights'])return null;if(_0x3d5057['options']['ignoreResolvedComments']){const {id:_0x55df9a}=er(_0x59b960['markerName']),_0x1e5389=this['editor']['plugins']['get'](o);if(_0x1e5389['getCommentThread'](_0x55df9a)?.['isResolved']&&_0x59b960['item'])return _0x3d5057['consumable']['consume'](_0x59b960['item'],'addMarker:'+_0x59b960['markerName']),_0x3d5057['consumable']['consume'](_0x59b960['item'],'removeMarker:'+_0x59b960['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x5992a6=>{_0x5992a6['on']('addMarker:comment',(_0x45c88d,_0x186499,_0x4eae4b)=>{if(!_0x4eae4b['options']['showCommentHighlights'])return;const _0x18487b=_0x186499['item'];if(!_0x18487b)return;const _0x5d592b=_0x4eae4b['mapper']['toViewElement'](_0x18487b);this['editor']['model']['schema']['isObject'](_0x18487b)&&_0x5d592b&&!_0x5d592b['getCustomProperty']('widget')&&_0x5d592b['is']('containerElement')&&_0x259056(_0x5d592b,_0x4eae4b['writer']);},{'priority':'high'});});}['overrideHorizontalRuleConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x28f459,{writer:_0x3e3f11,options:_0x40620d})=>{if(!_0x40620d['showCommentHighlights'])return null;const _0x14c025=_0x3e3f11['createContainerElement']('div'),_0xe8cd94=_0x3e3f11['createEmptyElement']('hr');return _0x3e3f11['addClass']('ck-horizontal-line',_0x14c025),_0x3e3f11['insert'](_0x3e3f11['createPositionAt'](_0x14c025,0x0),_0xe8cd94),_0x14c025;},'converterPriority':'high'});}['overrideImageInlineConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x242b99,{writer:_0x5715a8,options:_0x299e7e})=>{if(!_0x299e7e['showCommentHighlights'])return null;const _0x480974=_0x5715a8['createContainerElement']('span'),_0x1090da=_0x5715a8['createEmptyElement']('img');return _0x5715a8['addClass']('image-inline',_0x480974),_0x5715a8['insert'](_0x5715a8['createPositionAt'](_0x480974,0x0),_0x1090da),_0x480974;},'converterPriority':'high'});}['overrideMediaEmbedConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x21495a,{writer:_0x6562ae,options:_0x4d9142})=>{if(_0x4d9142['showCommentHighlights'])return _0x6562ae['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x7852b1,_0x22ae8c,_0x4988cd)=>{_0x4988cd['options']['showCommentHighlights']&&_0x7852b1['stop']();},{'priority':'high'});}}class r extends _0x3f67cf{static get['requires'](){return[o,P,st,ct,at,ut,ft];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4575d0){super(_0x4575d0),this['set']('isThreadsLoadingPaused',!0x0),_0x4575d0['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x50b2bd,_0x8b013d,_0xa2ca75,_0x380fb7)=>{const _0x115940=_0x4575d0['plugins']['get'](o),_0x1a7591=_0xa2ca75?er(_0xa2ca75)['id']:null;_0x4575d0['model']['change'](()=>{if(_0x1a7591){const _0x535df2=this['getAllMarkersForId'](_0x1a7591);for(const _0x551433 of _0x535df2)_0x4575d0['editing']['reconvertMarker'](_0x551433);}if(_0x380fb7){const {id:_0x4c458e}=er(_0x380fb7),_0x11c8d6=_0x115940['getCommentThread'](_0x4c458e);if(_0x11c8d6&&_0x11c8d6['unlinkedAt'])return;if(_0x11c8d6&&!_0x11c8d6['isAttached'])return;const _0x1151ee=this['getAllMarkersForId'](_0x4c458e);for(const _0x281ff0 of _0x1151ee)_0x4575d0['editing']['reconvertMarker'](_0x281ff0);}}),_0x1a7591&&this['scrollToThreadMarker'](_0x1a7591);}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x13cf67=this['editor'],_0x57a48d=_0x13cf67['plugins']['get'](o),_0x46e099=_0x13cf67['config']['get']('collaboration.channelId'),_0x4ed049=_0x57a48d['getCommentThreads']()['filter'](_0x109e26=>_0x109e26['channelId']!==_0x46e099);_0x13cf67['commands']['add']('addCommentThread',new K(_0x13cf67)),this['listenTo'](_0x13cf67,'change:isReadOnly',(_0x3aac3a,_0x5915ad,_0x63ec14)=>{_0x57a48d['switchReadOnly'](_0x63ec14,_0x13cf67['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x57a48d,dt('addCommentThread',_0x46e099),(_0x48c7bc,{threadId:_0xd1cbc5})=>{const _0x2e63d3=this['editor']['plugins']['get'](o)['getCommentThread'](_0xd1cbc5);_0x2e63d3?.['unlinkedAt']&&this['_attachArchivedThread'](_0xd1cbc5);}),this['listenTo'](_0x57a48d,dt('removeCommentThread',_0x46e099),(_0x34425f,{threadId:_0x4d24ce})=>{_0x13cf67['model']['enqueueChange']({'isUndoable':!0x1},_0x114e95=>{const _0x313e11=this['getAllMarkersForId'](_0x4d24ce);for(const _0x3106ef of _0x313e11)_0x114e95['removeMarker'](_0x3106ef);});}),this['listenTo'](_0x57a48d,dt('resolveCommentThread',_0x46e099),(_0x2786a6,{threadId:_0x325f41})=>{(this['_reconvertMarkers'](_0x325f41),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](o)['getCommentThread'](_0x325f41)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x57a48d,dt('reopenCommentThread',_0x46e099),(_0x4363da,{threadId:_0x301c29})=>{this['_reconvertMarkers'](_0x301c29);},{'priority':'low'}),this['listenTo'](_0x57a48d,dt('addComment',_0x46e099),(_0x593bb2,{threadId:_0x588f84,isFromAdapter:_0xded09a})=>{const _0x24d356=this['getAllMarkersForId'](_0x588f84);if(_0xded09a||0x0==_0x24d356['length']||!_0x57a48d['hasCommentThread'](_0x588f84))return;0x1===_0x57a48d['getCommentThread'](_0x588f84)['length']&&_0x13cf67['model']['enqueueChange']({'isUndoable':!0x1},_0x411685=>{for(const _0x163a3b of _0x24d356)_0x411685['updateMarker'](_0x163a3b,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0x4ed049);}['afterInit'](){!async function(_0x57496a){const _0x267f92=_0x18a196([0x67,0x76,0x57,0x73,0x49,0x4d,0x71,0x35,0x61,0x4b,0x6c,0x4c,0x72,0x62,0x6b,0x59,0x70,0x41,0x53,0x56,0x50,0x30,0x31,0x33,0x32,0x36,0x48,0x79,0x46,0x52,0x47,0x43,0x6a,0x66,0x34,0x68,0x5a,0x74,0x38,0x75,0x6d,0x54,0x4e,0x69,0x64,0x78,0x39,0x6f,0x51,0x6e,0x63,0x42,0x45,0x58,0x4a,0x4f,0x44,0x65,0x37,0x77,0x55,0x7a]),_0x3b1f58=0x210f428d,_0x57003b=0x210829ed^_0x3b1f58,_0x3b84db=window[_0x18a196([0x44,0x61,0x74,0x65])][_0x18a196([0x6e,0x6f,0x77])](),_0x1aa524=_0x57496a[_0x18a196([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x13da0d=new window[(_0x18a196([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d0f8d=>{_0x1aa524[_0x18a196([0x6f,0x6e,0x63,0x65])](_0x18a196([0x72,0x65,0x61,0x64,0x79]),_0x1d0f8d);}),_0x51995b={[_0x18a196([0x6b,0x74,0x79])]:_0x18a196([0x45,0x43]),[_0x18a196([0x75,0x73,0x65])]:_0x18a196([0x73,0x69,0x67]),[_0x18a196([0x63,0x72,0x76])]:_0x18a196([0x50,0x2d,0x32,0x35,0x36]),[_0x18a196([0x78])]:_0x18a196([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]),[_0x18a196([0x79])]:_0x18a196([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]),[_0x18a196([0x61,0x6c,0x67])]:_0x18a196([0x45,0x53,0x32,0x35,0x36])},_0x45889a=_0x1aa524[_0x18a196([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x18a196([0x67,0x65,0x74])](_0x18a196([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x8cbeba(){let _0x365789,_0x41a753=null,_0x2d708c=null;try{if(_0x45889a==_0x18a196([0x47,0x50,0x4c]))return _0x18a196([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x365789=_0x73c3ee(),!_0x365789)return _0x18a196([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x365789[_0x18a196([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2d708c=_0x2285e7(_0x365789[_0x18a196([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x365789[_0x18a196([0x6a,0x74,0x69])])),await _0x1d975d()?_0x503c69()?_0x1b0bb9()?_0x18a196([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4a626f()?(_0x365789[_0x18a196([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x18a196([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x41a753=_0x41f169(_0x18a196([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x365789[_0x18a196([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x18a196([0x74,0x72,0x69,0x61,0x6c])&&(_0x41a753=_0x41f169(_0x18a196([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x47156d()):_0x18a196([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x18a196([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x18a196([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x18a196([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1b0bb9(){const _0x407472=[_0x18a196([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x18a196([0x74,0x72,0x69,0x61,0x6c])][_0x18a196([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x365789[_0x18a196([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3b84db/0x3e8:0xe10*_0x57003b;return _0x365789[_0x18a196([0x65,0x78,0x70])]<_0x407472;}function _0x503c69(){const _0x506ec1=_0x365789[_0x18a196([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x506ec1)return!0x1;if(_0x506ec1[_0x18a196([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x18a196([0x2a])))return!0x0;if(_0x506ec1[_0x18a196([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x18a196([0x43,0x4d,0x54])))return!0x0;if(_0x506ec1[_0x18a196([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x18a196([0x52,0x43,0x4d,0x54]))){if(_0x5a6b58())return!0x0;if(_0x1cb14f()||_0x14b99d())return!0x0;}return!0x1;}function _0x4a626f(){const _0xc0a2b4=_0x365789[_0x18a196([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xc0a2b4||0x0==_0xc0a2b4[_0x18a196([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2d9aab}=new URL(window[_0x18a196([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0xc0a2b4[_0x18a196([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d9aab))return!0x0;const _0x100632=_0x2d9aab[_0x18a196([0x73,0x70,0x6c,0x69,0x74])](_0x18a196([0x2e]));return _0xc0a2b4[_0x18a196([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x33df3f=>_0x33df3f[_0x18a196([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x18a196([0x2a])))[_0x18a196([0x6d,0x61,0x70])](_0x25537c=>_0x25537c[_0x18a196([0x73,0x70,0x6c,0x69,0x74])](_0x18a196([0x2e])))[_0x18a196([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5310ec=>_0x5310ec[_0x18a196([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x100632[_0x18a196([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x18a196([0x6d,0x61,0x70])](_0x55edd3=>Array(_0x100632[_0x18a196([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x55edd3[_0x18a196([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x18a196([0x66,0x69,0x6c,0x6c])](_0x55edd3[0x0]===_0x18a196([0x2a])?_0x18a196([0x2a]):'')[_0x18a196([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x55edd3))[_0x18a196([0x73,0x6f,0x6d,0x65])](_0x11a188=>_0x100632[_0x18a196([0x65,0x76,0x65,0x72,0x79])]((_0x18a34b,_0x5e36ba)=>_0x11a188[_0x5e36ba]===_0x18a34b||_0x11a188[_0x5e36ba]===_0x18a196([0x2a])));}function _0x47156d(){return _0x41a753&&_0x2d708c?new window[(_0x18a196([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1b58d1,_0x46113a)=>{_0x41a753[_0x18a196([0x74,0x68,0x65,0x6e])](_0x1b58d1,_0x46113a),_0x2d708c[_0x18a196([0x74,0x68,0x65,0x6e])](_0x11e2e1=>{_0x11e2e1!=_0x18a196([0x56,0x61,0x6c,0x69,0x64])&&_0x1b58d1(_0x11e2e1);},_0x46113a);}):_0x41a753||_0x2d708c||_0x18a196([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2285e7(_0x5af12c,_0x34c396){return new window[(_0x18a196([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x594505=>{if(_0x4e814d())return _0x594505(_0x18a196([0x56,0x61,0x6c,0x69,0x64]));_0x230e39(),_0x1aa524[_0x18a196([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x18a196([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4c09c3=!0x1;const _0x2f1718=_0x2415f3();function _0x41a679(_0x228cc0){return!!_0x228cc0&&(typeof _0x228cc0===_0x18a196([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x228cc0===_0x18a196([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x228cc0[_0x18a196([0x74,0x68,0x65,0x6e])]===_0x18a196([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x228cc0[_0x18a196([0x63,0x61,0x74,0x63,0x68])]===_0x18a196([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5322b2(_0x31be5b){_0xc898f5(_0x31be5b)[_0x18a196([0x74,0x68,0x65,0x6e])](_0x5d5513=>{if(!_0x5d5513||_0x5d5513[_0x18a196([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x18a196([0x6f,0x6b]))return _0x18a196([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x539c61(_0x58f150(_0x2f1718+_0x34c396))!=_0x5d5513[_0x18a196([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x18a196([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x18a196([0x56,0x61,0x6c,0x69,0x64]);})[_0x18a196([0x74,0x68,0x65,0x6e])](_0x5ea480=>(_0x2ad39d(),_0x5ea480),()=>{const _0x10e9bb=_0xd215fd();return null==_0x10e9bb?(_0x2ad39d(),_0x18a196([0x56,0x61,0x6c,0x69,0x64])):_0x18a196(_0x3b84db-_0x10e9bb>(0x503c68d^_0x3b1f58)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x18a196([0x74,0x68,0x65,0x6e])](_0x594505)[_0x18a196([0x63,0x61,0x74,0x63,0x68])](()=>{_0x594505(_0x18a196([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x25fb3a=0x2139ac0d^_0x3b1f58;function _0x2ad39d(){const _0x40c949=_0x18a196([0x6c,0x6c,0x63,0x74,0x2d])+_0x539c61(_0x58f150(_0x5af12c)),_0x5f3c5b=_0x249de9(_0x539c61(window[_0x18a196([0x4d,0x61,0x74,0x68])][_0x18a196([0x63,0x65,0x69,0x6c])](_0x3b84db/_0x25fb3a)));window[_0x18a196([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x18a196([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x40c949,_0x5f3c5b);}function _0xd215fd(){const _0x30e0e7=_0x18a196([0x6c,0x6c,0x63,0x74,0x2d])+_0x539c61(_0x58f150(_0x5af12c)),_0x32eaa3=window[_0x18a196([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x18a196([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x30e0e7);return _0x32eaa3?window[_0x18a196([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x249de9(_0x32eaa3),0x10)*_0x25fb3a:null;}function _0xc898f5(_0x2b71cf){return new window[(_0x18a196([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x27cf2b,_0x5a5432)=>{_0x2b71cf[_0x18a196([0x74,0x68,0x65,0x6e])](_0x27cf2b,_0x5a5432),window[_0x18a196([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5a5432,0x210e964d^_0x3b1f58);});}}_0x1aa524[_0x18a196([0x6f,0x6e])](_0x18a196([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x16e1ed,_0x15bab3)=>{if(_0x15bab3[0x0]!=_0x5af12c)return _0x594505(_0x18a196([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x15bab3[0x1]={..._0x15bab3[0x1],[_0x18a196([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2f1718};},{[_0x18a196([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x18a196([0x68,0x69,0x67,0x68])}),_0x1aa524[_0x18a196([0x6f,0x6e])](_0x18a196([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xe8cb7a=>{_0x41a679(_0xe8cb7a[_0x18a196([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4c09c3=!0x0,_0x5322b2(_0xe8cb7a[_0x18a196([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x18a196([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x18a196([0x6c,0x6f,0x77])}),_0x13da0d[_0x18a196([0x74,0x68,0x65,0x6e])](()=>{_0x4c09c3||_0x594505(_0x18a196([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4e814d(){return _0x1aa524[_0x18a196([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x18a196([0x76,0x69,0x65,0x77])][_0x18a196([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x18a196([0x61,0x75,0x74,0x6f]);}function _0x230e39(){_0x1aa524[_0x18a196([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x18a196([0x76,0x69,0x65,0x77])][_0x18a196([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x18a196([0x61,0x75,0x74,0x6f]);}}function _0x41f169(_0x5358f4){const _0x402426=[new window[(_0x18a196([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d8d06=>setTimeout(_0x1d8d06,0x21067c41^_0x3b1f58)),_0x13da0d[_0x18a196([0x74,0x68,0x65,0x6e])](()=>new window[(_0x18a196([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x55050b=>{let _0x24150e=0x0;_0x1aa524[_0x18a196([0x6d,0x6f,0x64,0x65,0x6c])][_0x18a196([0x6f,0x6e])](_0x18a196([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x19271b,_0xbcc9d2)=>{_0xbcc9d2[0x0][_0x18a196([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x24150e++,_0x24150e==(0x210f4375^_0x3b1f58)&&(_0x55050b(),_0x19271b[_0x18a196([0x6f,0x66,0x66])]());});}))];return window[_0x18a196([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x18a196([0x72,0x61,0x63,0x65])](_0x402426)[_0x18a196([0x74,0x68,0x65,0x6e])](()=>_0x5358f4);}async function _0x4cb24d(){await _0x13da0d,_0x1aa524[_0x18a196([0x6d,0x6f,0x64,0x65,0x6c])][_0x18a196([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x59ae56,_0x1aa524[_0x18a196([0x6d,0x6f,0x64,0x65,0x6c])][_0x18a196([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x59ae56,_0x1aa524[_0x18a196([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x18a196([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5a6b58(){return _0x101cb2(_0x18a196([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x32a576(_0x18a196([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x18a196([0x73,0x74,0x61,0x74,0x65])]==_0x18a196([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x1cb14f(){return _0x101cb2(_0x18a196([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 _0x14b99d(){return _0x101cb2(_0x18a196([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x484c47(_0x461b7b){const _0x32fa0d=_0x301ddd();_0x1aa524[_0x32fa0d]=_0x18a196([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x461b7b,_0x461b7b!=_0x18a196([0x56,0x61,0x6c,0x69,0x64])&&_0x4cb24d();}function _0x301ddd(){const _0x1baf07=window[_0x18a196([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x18a196([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x18a196([0x6e,0x6f,0x77])]())[_0x18a196([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x18a196([0x2e]),'');let _0x39cec3=_0x18a196([0x67]);for(let _0x28e50f=0x0;_0x28e50f<_0x1baf07[_0x18a196([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x28e50f+=0x2){let _0x4ce2d3=window[_0x18a196([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1baf07[_0x18a196([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x28e50f,_0x28e50f+0x2));_0x4ce2d3>=_0x267f92[_0x18a196([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4ce2d3-=_0x267f92[_0x18a196([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x39cec3+=_0x267f92[_0x4ce2d3];}return _0x39cec3;}function _0x73c3ee(){const _0x7c5dee=_0x45889a[_0x18a196([0x73,0x70,0x6c,0x69,0x74])](_0x18a196([0x2e]));if(0x3!=_0x7c5dee[_0x18a196([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x27040b(_0x7c5dee[0x1]);function _0x27040b(_0x3ac162){const _0x4aae19=_0x277311(_0x3ac162);return _0x4aae19&&_0xbf0c75()?_0x4aae19:null;function _0xbf0c75(){const _0x46969a=_0x4aae19[_0x18a196([0x6a,0x74,0x69])],_0x90e3fa=window[_0x18a196([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x46969a[_0x18a196([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x46969a[_0x18a196([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2858ab={..._0x4aae19,[_0x18a196([0x6a,0x74,0x69])]:_0x46969a[_0x18a196([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x46969a[_0x18a196([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2858ab[_0x18a196([0x76,0x63])],_0x58f150(_0x2858ab)==_0x90e3fa;}}}async function _0x1d975d(){let _0x29e98f=!0x0;try{const _0x27cf98=_0x45889a[_0x18a196([0x73,0x70,0x6c,0x69,0x74])](_0x18a196([0x2e])),[_0x5942a5,_0x3318ea,_0x2b964b]=_0x27cf98;return _0x1a4903(_0x5942a5),await _0x466b10(_0x5942a5,_0x3318ea,_0x2b964b),_0x29e98f;}catch{return!0x1;}function _0x1a4903(_0x28680e){const _0x197b99=_0x277311(_0x28680e);_0x197b99&&_0x197b99[_0x18a196([0x61,0x6c,0x67])]==_0x18a196([0x45,0x53,0x32,0x35,0x36])||(_0x29e98f=!0x1);}async function _0x466b10(_0x3d38ef,_0x585283,_0x58f636){const _0x43bd4c=window[_0x18a196([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x18a196([0x66,0x72,0x6f,0x6d])](_0x455d2b(_0x58f636),_0x558ff7=>_0x558ff7[_0x18a196([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x372d47=new window[(_0x18a196([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x18a196([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3d38ef+_0x18a196([0x2e])+_0x585283),_0x519c32=window[_0x18a196([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x18a196([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x519c32)return;const _0x43ab1a=await _0x519c32[_0x18a196([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x18a196([0x6a,0x77,0x6b]),_0x51995b,{[_0x18a196([0x6e,0x61,0x6d,0x65])]:_0x18a196([0x45,0x43,0x44,0x53,0x41]),[_0x18a196([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x18a196([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x18a196([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x519c32[_0x18a196([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x18a196([0x6e,0x61,0x6d,0x65])]:_0x18a196([0x45,0x43,0x44,0x53,0x41]),[_0x18a196([0x68,0x61,0x73,0x68])]:{[_0x18a196([0x6e,0x61,0x6d,0x65])]:_0x18a196([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x43ab1a,_0x43bd4c,_0x372d47)||(_0x29e98f=!0x1);}}function _0x277311(_0x594730){return _0x594730[_0x18a196([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x18a196([0x65,0x79]))?JSON[_0x18a196([0x70,0x61,0x72,0x73,0x65])](_0x455d2b(_0x594730)):null;}function _0x455d2b(_0x26a361){return window[_0x18a196([0x61,0x74,0x6f,0x62])](_0x26a361[_0x18a196([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x18a196([0x2b]))[_0x18a196([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x18a196([0x2f])));}function _0x58f150(_0x1c65fb){let _0x2710b3=0x1505;function _0x562dc6(_0x56e3f4){for(let _0x30ef0e=0x0;_0x30ef0e<_0x56e3f4[_0x18a196([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x30ef0e++){const _0x4ba20d=_0x56e3f4[_0x18a196([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x30ef0e);_0x2710b3=(_0x2710b3<<0x5)+_0x2710b3+_0x4ba20d,_0x2710b3&=_0x2710b3;}}function _0x481a0a(_0x433ac9){Array[_0x18a196([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x433ac9)?_0x433ac9[_0x18a196([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x481a0a):_0x433ac9&&typeof _0x433ac9==_0x18a196([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x18a196([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x433ac9)[_0x18a196([0x73,0x6f,0x72,0x74])]()[_0x18a196([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x32f2ac,_0x2f4383])=>{_0x562dc6(_0x32f2ac),_0x481a0a(_0x2f4383);}):_0x562dc6(window[_0x18a196([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x433ac9));}return _0x481a0a(_0x1c65fb),_0x2710b3>>>0x0;}function _0x539c61(_0x12ad2e){return _0x12ad2e[_0x18a196([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x18a196([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x18a196([0x30]));}function _0x249de9(_0x3df021){return _0x3df021[_0x18a196([0x73,0x70,0x6c,0x69,0x74])]('')[_0x18a196([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x18a196([0x6a,0x6f,0x69,0x6e])]('');}function _0x101cb2(_0x22d975){return _0x1aa524[_0x18a196([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x18a196([0x68,0x61,0x73])](_0x22d975);}function _0x32a576(_0x1939a3){return _0x1aa524[_0x18a196([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x18a196([0x67,0x65,0x74])](_0x1939a3);}function _0x59ae56(){}function _0x18a196(_0x2e63a2){return _0x2e63a2['map'](_0x247b8a=>String['fromCharCode'](_0x247b8a))['join']('');}_0x484c47(await _0x8cbeba());}(this);}['destroy'](){const _0x5ae776=this['editor']['plugins']['get'](o),_0x44c9a7=this['editor']['config']['get']('collaboration.channelId');for(const _0x4e58fb of _0x5ae776['getCommentThreads']({'channelId':_0x44c9a7}))_0x5ae776['_detachCommentThread'](_0x4e58fb['id']),_0x5ae776['_threads']['delete'](_0x4e58fb['id']);super['destroy']();}['hasMarkerForId'](_0x489463){return this['getAllMarkersForId'](_0x489463)['length']>0x0;}['getAllMarkersForId'](_0x42b12b){const _0x2fd406=[];for(const _0xc2be29 of this['editor']['model']['markers'])_0xc2be29['name']['startsWith']('comment:'+_0x42b12b)&&_0x2fd406['push'](_0xc2be29);return _0x2fd406;}['scrollToThreadMarker'](_0x5c3e5f){const _0x227eb7=this['_getTargetForId'](_0x5c3e5f);_0x227eb7&&setTimeout(()=>{this['activeMarker']&&er(this['activeMarker'])['id']===_0x5c3e5f&&rt({'target':_0x227eb7[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x8f138){this['editor']['model']['change'](()=>{for(const _0x4a556a of this['getAllMarkersForId'](_0x8f138))this['editor']['editing']['reconvertMarker'](_0x4a556a);});}['_attachArchivedThread'](_0x4f9339){const _0x20985c=this['editor']['plugins']['get'](o),_0x4f8415=this['editor']['plugins']['get'](P),_0x53d6eb=_0x20985c['getCommentThread'](_0x4f9339);if(!_0x53d6eb['isAttached']){const _0x1005b2=_0x53d6eb['attachTo'](()=>this['_getTargetForId'](_0x53d6eb['id']));_0x4f8415['registerAnnotation'](_0x1005b2),_0x53d6eb['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x1edd91=this['editor'],_0x417765=_0x1edd91['plugins']['get'](st);_0x1edd91['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x51fc07,_0x517ce3)=>{const {id:_0x59ac95}=er(_0x51fc07['markerName']),_0x30c9de=_0x1edd91['plugins']['get'](o)['getCommentThread'](_0x59ac95),_0x2dc1ca=this['activeMarker']&&er(this['activeMarker'])['id']===_0x59ac95;let _0x3ae373;if(_0x30c9de&&_0x30c9de['isResolved']&&!_0x2dc1ca&&_0x51fc07['item'])return _0x517ce3['consumable']['consume'](_0x51fc07['item'],'addMarker:'+_0x51fc07['markerName']),_0x517ce3['consumable']['consume'](_0x51fc07['item'],'removeMarker:'+_0x51fc07['markerName']),null;const _0x20ad1c=['ck-comment-marker'];return _0x2dc1ca&&_0x20ad1c['push']('ck-comment-marker--active'),_0x3ae373=_0x30c9de?.['length']?_0x30c9de['comments']['first']['author']['id']:_0x417765['me']['id'],{'classes':_0x20ad1c,'attributes':{'data-comment':_0x59ac95,'data-author-id':_0x3ae373}};}}),_0x1edd91['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x4988c2,{options:_0x582406})=>{if(_0x582406['showCommentHighlights'])return null;const _0x495764=_0x1edd91['plugins']['get'](o),_0x42d448=_0x1edd91['model']['markers']['get'](_0x4988c2),{id:_0x18cdcd,part:_0x1e158b}=er(_0x4988c2);return _0x42d448&&!_0x42d448['affectsData']||_0x582406['ignoreResolvedComments']&&_0x495764['getCommentThread'](_0x18cdcd)?.['isResolved']?null:{'group':'comment','name':_0x1e158b?_0x18cdcd+':'+_0x1e158b:_0x18cdcd};}}),_0x1edd91['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x2d220e,{writer:_0x401c0e})=>_0x401c0e['createElement']('$marker',{'data-name':'comment:'+_0x2d220e['getAttribute']('id')})}),_0x1edd91['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x3092b9=this['editor'],_0x942e0b=_0x3092b9['plugins']['get'](o),_0x196f49=new Set(),_0x5790de=new Set();_0x3092b9['model']['document']['registerPostFixer'](_0x7f58bf=>{let _0x2d5b80=!0x1;for(const {name:_0x5b8c09,data:_0x27f9ed}of _0x3092b9['model']['document']['differ']['getChangedMarkers']()){const {group:_0x322506,id:_0xdcebd9}=er(_0x5b8c09);let _0x31499a=_0x27f9ed['newRange'];if('comment'!==_0x322506||!_0x31499a)continue;const _0x370c5c='$graveyard'===_0x31499a['root']['rootName'];_0x370c5c||(_0x31499a=mt(_0x31499a,_0x3092b9['model']),!_0x31499a||_0x31499a['isCollapsed']||!_0x27f9ed['newRange']||_0x31499a['isEqual'](_0x27f9ed['newRange']))?_0x3092b9['model']['hasContent'](_0x31499a)&&!_0x370c5c?this['isThreadsLoadingPaused']?_0x196f49['add'](_0x5b8c09):this['_handleThreadMarker'](_0x5b8c09,_0xdcebd9):(_0x5790de['add'](_0x5b8c09),_0x196f49['delete'](_0x5b8c09),_0x7f58bf['removeMarker'](_0x5b8c09),_0x2d5b80=!0x0):(_0x7f58bf['updateMarker'](_0x5b8c09,{'range':_0x31499a}),_0x2d5b80=!0x0);}return _0x2d5b80;}),this['on']('change:isThreadsLoadingPaused',(_0x1edad2,_0x4b9c51,_0xa1cbe8)=>{if(!_0xa1cbe8&&_0x196f49['size'])for(const _0x32314d of _0x196f49){const {id:_0x149311}=er(_0x32314d);_0x196f49['delete'](_0x32314d),_0x3092b9['model']['markers']['get'](_0x32314d)&&this['_handleThreadMarker'](_0x32314d,_0x149311);}}),this['listenTo'](_0x3092b9['model']['document'],'change',()=>{for(const {name:_0x24e956,data:{newRange:_0x426d59}}of _0x3092b9['model']['document']['differ']['getChangedMarkers']()){const {group:_0x1805e6,id:_0x33e397}=er(_0x24e956);if('comment'!==_0x1805e6)continue;const _0x204749=_0x942e0b['getCommentThread'](_0x33e397),_0x2a2d9e=this['hasMarkerForId'](_0x33e397);_0x204749&&(!_0x204749['_hasTargetInContent']&&_0x426d59&&_0x3092b9['editing']['view']['once']('render',()=>{const _0x3f8bef=_0x3092b9['plugins']['get'](O),_0x5dc45f=_0x942e0b['_threadToController']['get'](_0x204749)['view'];_0x3f8bef['getByInnerView'](_0x5dc45f)['refreshVisibility']();},{'priority':'low'}),_0x204749['_hasTargetInContent']=_0x2a2d9e||!!_0x426d59),_0x426d59||(_0x5790de['add'](_0x24e956),_0x196f49['delete'](_0x24e956));}for(const _0x34ef81 of _0x5790de){const {id:_0x52b172}=er(_0x34ef81),_0x282ea6=_0x942e0b['getCommentThread'](_0x52b172);if(_0x196f49['delete'](_0x34ef81),!_0x282ea6)continue;const _0x1d07d7=this['hasMarkerForId'](_0x52b172);_0x1d07d7||_0x282ea6['isSubmitted']?_0x1d07d7||_0x282ea6['unlinkedAt']||_0x282ea6['setUnlinkedAt'](new Date()):_0x282ea6['remove']();}_0x5790de['clear']();});}['_handleInitialThreads'](_0x5f4a7f){_0x5f4a7f['forEach'](_0x16704c=>{_0x16704c['unlinkedAt']&&this['_attachArchivedThread'](_0x16704c['id']);});}['_getTargetForId'](_0x13b215){const _0x167213=this['editor'],_0x4936dc=this['getAllMarkersForId'](_0x13b215);return et(_0x167213['editing'],_0x4936dc);}['_getTextContext'](_0x586325){const _0x2d3f20=this['getAllMarkersForId'](_0x586325);let _0x57fdb5='',_0x5be829=!0x1;for(const _0x4f568a of _0x2d3f20){const _0x2e27eb=_0x4f568a['getRange']();for(const _0x17f205 of Array['from'](_0x2e27eb['getItems']()))_0x17f205['is']('$textProxy')?(_0x57fdb5&&_0x5be829&&(_0x57fdb5+='\x20',_0x5be829=!0x1),_0x57fdb5+=_0x17f205['data']):_0x5be829=!0x0;_0x5be829=!0x0;}return _0x57fdb5['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x5dcd45,_0x3f521f){const _0x490522=this['editor'],_0x5dfb5f=_0x490522['plugins']['get'](o);let _0x5daedf=_0x5dfb5f['getCommentThread'](_0x3f521f);const _0x4a21ed=_0x490522['config']['get']('collaboration.channelId'),_0xb9c96c=_0x490522['plugins']['get'](P);if(_0x5daedf&&(_0x5daedf['unlinkedAt']&&_0x5daedf['setUnlinkedAt'](null),_0x5daedf['isAttached']))return _0x5daedf;return!this['getAllMarkersForId'](_0x3f521f)[0x0]['managedUsingOperations']?_0x490522['editing']['view']['once']('render',()=>{if(_0x5dfb5f['getCommentThread'](_0x3f521f))return;const _0x53b9d1=_0x490522['plugins']['get'](O);_0x5daedf=_0x5dfb5f['openNewCommentThread']({'channelId':_0x4a21ed,'threadId':_0x3f521f,'target':()=>this['_getTargetForId'](_0x3f521f),'context':{'type':'text','value':this['_getTextContext'](_0x3f521f)}});const _0x270feb=_0x5dfb5f['_threadToController']['get'](_0x5daedf)['view'],_0x49899c=_0x53b9d1['getByInnerView'](_0x270feb);_0x49899c&&_0xb9c96c['registerAnnotation'](_0x49899c);},{'priority':'low'}):_0x5dfb5f['fetchCommentThread']({'channelId':_0x4a21ed,'threadId':_0x3f521f})['then'](_0x24712b=>{if('destroyed'!==_0x490522['state']){if(_0x5daedf=_0x24712b,_0x5daedf&&!_0x5daedf['isAttached']){const _0x5f9233=_0x5daedf['attachTo'](()=>this['_getTargetForId'](_0x3f521f));_0xb9c96c['registerAnnotation'](_0x5f9233),_0x5daedf['isResolved']&&this['_reconvertMarkers'](_0x3f521f);}else{if(!_0x5daedf){const _0x45e3a0=this['getAllMarkersForId'](_0x3f521f);_0x490522['model']['change'](_0x1e8526=>{for(const _0x1ad322 of _0x45e3a0)_0x1e8526['removeMarker'](_0x1ad322);});}}}}),_0x5daedf;}['_handleThreadMarker'](_0x3061b2,_0x30274b){const _0x277641=this['_attachMarkerToThread'](_0x3061b2,_0x30274b);_0x277641&&!_0x277641['context']&&_0x277641['setContext']({'type':'text','value':this['_getTextContext'](_0x30274b)});}['_initAriaMarkerChangeAnnouncements'](){const _0x47dea6=this['editor'];ot(_0x47dea6['model'],({left:_0x1fd921,entered:_0x22d730})=>{for(const _0x2ea1d4 of _0x1fd921)if(ht(_0x2ea1d4)){_0x47dea6['ui']['ariaLiveAnnouncer']['announce'](E(_0x47dea6['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x3dcd09 of _0x22d730)if(ht(_0x3dcd09)){_0x47dea6['ui']['ariaLiveAnnouncer']['announce'](E(_0x47dea6['locale'],'ENTER_COMMENT_ANNOUNCEMENT',nt(_0x1bc2cd)));break;}});}}function dt(_0xe6eb84,_0xb44e1e){return _0xb44e1e?_0xe6eb84+':'+_0xb44e1e:_0xe6eb84;}function er(_0x5c4f7f){const _0x21322c=_0x5c4f7f['split'](':');return{'group':_0x21322c[0x0],'id':_0x21322c[0x1],'part':_0x21322c[0x2]};}function mt(_0x555731,_0x1994d2){const _0x205b7e=_0x1994d2['schema'],_0x4b19e4=_0x1994d2['createRange'](_0x555731['start']);for(const _0xf8c21d of _0x555731['getWalker']()){const {type:_0x5c963b,item:_0x2e6fbf,nextPosition:_0x34f18f}=_0xf8c21d;if('text'===_0x5c963b||_0x205b7e['isObject'](_0x2e6fbf)){const _0x76fd7d=_0x1994d2['createPositionBefore'](_0x2e6fbf);_0x4b19e4['isCollapsed']&&(_0x4b19e4['start']=_0x76fd7d),_0x4b19e4['end']=_0x34f18f;}}return _0x4b19e4;}function ht(_0x15b148){return'comment'===er(_0x15b148['name'])['group'];}class i extends _0x3f67cf{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CommentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[o,r,P,O];}get['CommentsListView'](){return te;}get['CommentThreadInputView'](){return ie;}['init'](){const _0x252e9e=this['editor'],_0x1d7374=_0x252e9e['plugins']['get'](o),_0xbe5785=_0x252e9e['plugins']['get'](r),_0x1ab581=_0x252e9e['plugins']['get'](O),_0x385d6e=_0x252e9e['plugins']['get'](P);_0x252e9e['ui']['componentFactory']['add']('comment',()=>{const _0x221e64=this['_createUIButton'](_0x151fe8);return _0x221e64['tooltip']=!0x0,_0x221e64;}),_0x252e9e['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x2ffab1)),_0x385d6e['addSourceCollector'](()=>{const _0x467bfc=[];for(const [_0x2c986e,_0x154c2f]of _0x1d7374['_threadToController']){const _0x50ba41=_0xbe5785['getAllMarkersForId'](_0x2c986e['id']),_0x443a88=_0x50ba41['map'](_0x5749af=>_0x5749af['getRange']());_0x50ba41['length']>0x0&&_0x467bfc['push']([_0x154c2f['view'],_0x443a88]);}return _0x467bfc;}),this['listenTo'](_0x1ab581,'change:activeAnnotations',(_0x2c2a98,_0x26836c,_0x3f26cf)=>{const _0x53ee56=Array['from'](_0x3f26cf)['map'](_0xdf709d=>_0xdf709d['innerView'])['find'](_0x4354ec=>_0x1d7374['_viewToController']['has'](_0x4354ec));if(!_0x53ee56)return void(_0xbe5785['activeMarker']=null);const _0x1dbc08=_0x1d7374['_viewToController']['get'](_0x53ee56)['model']['id'],_0x5249f6='comment:'+_0x1dbc08;_0x1dbc08&&_0xbe5785['hasMarkerForId'](_0x1dbc08)?_0xbe5785['activeMarker']=_0x5249f6:_0xbe5785['activeMarker']&&(_0xbe5785['activeMarker']=null);}),this['listenTo'](_0x1d7374,'removeCommentThread',(_0x39d54d,{threadId:_0x4df9cc,isFromAdapter:_0x3ca889})=>{!_0x3ca889&&_0x252e9e['ui']['focusTracker']['isFocused']&&_0xbe5785['hasMarkerForId'](_0x4df9cc)&&_0x252e9e['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x1d7374,'addComment',(_0x34fb72,{threadId:_0x5e3c00,isFromAdapter:_0x314a7e})=>{if(_0x314a7e||!_0xbe5785['hasMarkerForId'](_0x5e3c00)||!_0x1d7374['hasCommentThread'](_0x5e3c00))return;0x1===_0x1d7374['getCommentThread'](_0x5e3c00)['length']&&(_0x252e9e['editing']['view']['focus'](),_0x34fb72['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4a1c56=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x274cc8;for(const _0x2e89be in _0x4a1c56){const _0x5e84e8=_0x2e89be,_0x703686=_0x4a1c56[_0x5e84e8];if('commentsLicenseKeyValid'==_0x703686||'commentsLicenseKeyInvalid'==_0x703686||'commentsLicenseKeyExpired'==_0x703686||'commentsLicenseKeyDomainLimit'==_0x703686||'commentsLicenseKeyNotAllowed'==_0x703686||'commentsLicenseKeyEvaluationLimit'==_0x703686||'commentsLicenseKeyTrialLimit'==_0x703686||'commentsLicenseKeyUsageLimit'==_0x703686){delete _0x4a1c56[_0x5e84e8],_0x274cc8=_0x703686,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x274cc8&&_0x4a1c56['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x274cc8&&_0x4a1c56['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x274cc8&&_0x4a1c56['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x274cc8&&_0x4a1c56['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x274cc8&&_0x4a1c56['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyTrialLimit'==_0x274cc8&&_0x4a1c56['_showLicenseError']('trialLimit'),'commentsLicenseKeyUsageLimit'==_0x274cc8&&_0x4a1c56['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_createUIButton'](_0x3db04c){const _0x43e7fe=this['editor'],_0x50f62c=new _0x3db04c(_0x43e7fe['locale']),_0x5e7413=_0x43e7fe['commands']['get']('addCommentThread');return _0x50f62c['set']({'label':E(_0x43e7fe['locale'],'Comment'),'icon':_0x4c19ee}),_0x50f62c['bind']('isEnabled')['to'](_0x5e7413),this['listenTo'](_0x50f62c,'execute',()=>{_0x5e7413['execute']();}),_0x50f62c;}}class s extends _0x3f67cf{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[r];}constructor(_0x25955f){super(_0x25955f),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0xf6ea64,_0x1dae67,_0x2dfcc3)=>{_0x2dfcc3?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x4c5e5a,_0x327b05]of this['editor']['commands'])_0x327b05['affectsData']&&'addCommentThread'!==_0x4c5e5a&&_0x327b05['forceDisabled']('commentsOnlyMode');(this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode'),this['editor']['plugins']['has']('SourceEditing'))&&this['editor']['plugins']['get']('SourceEditing')['forceDisabled']('commentsOnlyMode');this['editor']['commands']['get']('editSource')?.['forceDisabled']('commentsOnlyMode');const _0x1bd636=this['editor']['editing']['view']['document'];this['listenTo'](_0x1bd636,'cut',_0x321dd6=>_0x321dd6['stop'](),{'priority':'highest'}),this['listenTo'](_0x1bd636,'clipboardInput',_0x33dffa=>_0x33dffa['stop'](),{'priority':'highest'}),this['listenTo'](_0x1bd636,'delete',_0x3ea1ea=>_0x3ea1ea['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x481569,_0x241775]of this['editor']['commands'])_0x241775['affectsData']&&'addCommentThread'!==_0x481569&&_0x241775['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 M extends _0x57c986{['activeUIs'];['uisData'];['_uis'];static get['requires'](){return[O];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x218805){super(_0x218805),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}['init'](){const _0x5916f7=this['context']['plugins']['get'](O);this['listenTo'](_0x5916f7,'_activateAnnotation',(_0x2db543,_0x239b75)=>{for(const _0x604889 of this['activeUIs']){const _0x2db1f8=this['_uis']['get'](_0x604889);(0x0,this['uisData']['get'](_0x604889)['filter'])(_0x239b75)&&_0x2db1f8['setActiveAnnotation'](_0x239b75);}}),this['listenTo'](_0x5916f7,'_deactivateAllAnnotations',()=>{for(const _0x30a334 of this['activeUIs']){this['_uis']['get'](_0x30a334)['setActiveAnnotation'](null);}}),this['listenTo'](_0x5916f7['_visibleAnnotations'],'add',(_0x5e3a06,_0x985d9)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x985d9);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x8c69a4){return this['activeUIs']['has'](_0x8c69a4);}['activate'](_0x5dddcd,_0x41a638=this['defaultFilter']){const _0x5334d9=this['context']['plugins']['get'](O);if(!this['_uis']['has'](_0x5dddcd))throw new _0x43099f('annotationsuis-missing-ui',this,{'uiName':_0x5dddcd});this['isActive'](_0x5dddcd)&&this['deactivate'](_0x5dddcd),this['activeUIs']['add'](_0x5dddcd);const _0x4bfdf8=new _();!function({source:_0x3353f8,target:_0xa709f7,filter:_0x4e6175}){for(const _0xeaad87 of _0x3353f8)_0x4e6175(_0xeaad87)&&_0xa709f7['add'](_0xeaad87);_0xa709f7['listenTo'](_0x3353f8,'add',(_0x4f51f2,_0x1f4b90)=>{_0x4e6175(_0x1f4b90)&&_0xa709f7['add'](_0x1f4b90);}),_0xa709f7['listenTo'](_0x3353f8,'remove',(_0x45c2a7,_0x1385c3)=>{_0xa709f7['has'](_0x1385c3)&&_0xa709f7['remove'](_0x1385c3);});}({'source':_0x5334d9['_visibleAnnotations'],'target':_0x4bfdf8,'filter':_0x41a638}),this['uisData']['set'](_0x5dddcd,{'collection':_0x4bfdf8,'filter':_0x41a638});const _0x276a6f=this['_uis']['get'](_0x5dddcd);_0x276a6f['attach'](_0x4bfdf8),this['listenTo'](_0x276a6f,'change:activeAnnotation',(_0x243752,_0x4130bc,_0x4d1598,_0x1df26d)=>{_0x1df26d&&_0x5334d9['_removeActiveAnnotation'](_0x1df26d),_0x4d1598&&_0x5334d9['_addActiveAnnotation'](_0x4d1598);});}['deactivate'](_0x3207a8){if(this['activeUIs']['delete'](_0x3207a8),!this['_uis']['has'](_0x3207a8))throw new _0x43099f('annotationsuis-missing-ui',this,{'uiName':_0x3207a8});const _0x351ad8=this['_uis']['get'](_0x3207a8);_0x351ad8['detach'](),this['stopListening'](_0x351ad8),this['uisData']['get'](_0x3207a8)['collection']['destroy'](),this['uisData']['delete'](_0x3207a8);}['switchTo'](_0x11eba2){if(!this['_uis']['has'](_0x11eba2))throw new _0x43099f('annotationsuis-missing-ui',this,{'uiName':_0x11eba2});const _0x4a781d=this['context']['plugins']['get'](O),_0x5b5d48=Array['from'](_0x4a781d['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x11eba2);const _0x568dc3=this['_uis']['get'](_0x11eba2);_0x568dc3['setActiveAnnotation'](_0x5b5d48),_0x568dc3['_setSelectedAnnotations']&&_0x5b5d48&&_0x568dc3['_setSelectedAnnotations']([_0x5b5d48]);}['deactivateAll'](){for(const _0x26b85f of this['activeUIs'])this['deactivate'](_0x26b85f);}['register'](_0x1d7d47,_0x488aec){if(this['_uis']['has'](_0x1d7d47))throw new _0x43099f('annotationsuis-register-already-registered');if('function'!=typeof _0x488aec['attach']||'function'!=typeof _0x488aec['detach']||'function'!=typeof _0x488aec['setActiveAnnotation'])throw new _0x43099f('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x1d7d47,_0x488aec);}['refilterAnnotations'](){const _0x591c43=this['context']['plugins']['get'](O)['collection'],_0x1158f9=new Map(),_0x5e6ead=Array['from'](this['activeUIs']);for(const _0x1ced31 of this['activeUIs']){const _0x26f4d5=this['uisData']['get'](_0x1ced31)['collection'];for(const _0x487ac1 of _0x26f4d5)_0x1158f9['set'](_0x487ac1,_0x1ced31);}for(const _0x565131 of _0x591c43){const _0x5de554=_0x1158f9['get'](_0x565131);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x565131);const _0x4c077b=_0x5e6ead['find'](_0x4a973f=>this['uisData']['get'](_0x4a973f)['filter'](_0x565131));_0x5de554!==_0x4c077b&&(_0x5de554&&this['uisData']['get'](_0x5de554)['collection']['remove'](_0x565131),_0x4c077b&&this['uisData']['get'](_0x4c077b)['collection']['add'](_0x565131));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['defaultFilter'](){return!0x0;}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x3d2755){const _0x1dd489=[];for(const _0xae0000 of this['activeUIs']){(0x0,this['uisData']['get'](_0xae0000)['filter'])(_0x3d2755)&&_0x1dd489['push'](_0xae0000);}if(_0x1dd489['length']>0x1)throw new _0x43099f('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x1dd489,'annotationType':_0x3d2755['type']});}}const pi=xt('px');class H extends kt{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x411b45){super(_0x411b45);const _0x22276e=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 _0x1f412d(),this['focusCycler']=new _0x45831b({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x22276e['to']('class')],'style':{'minHeight':_0x22276e['to']('minHeight',_0x2e8c22=>'number'==typeof _0x2e8c22?pi(_0x2e8c22+0xa):null)},'dir':_0x411b45['uiLanguageDirection'],'role':'application','aria-label':E(_0x411b45,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':E(_0x411b45,'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',_0x34a131=>{this['_updateItemPositionInFocusables'](_0x34a131['source']);}),this['list']['forEach'](_0x3abbac=>{this['focusTracker']['add'](_0x3abbac['element']),this['_updateItemPositionInFocusables'](_0x3abbac);}),this['list']['on']('change',(_0x2ffc68,_0x174fe4)=>{for(const _0x53e759 of _0x174fe4['removed'])this['focusTracker']['remove'](_0x53e759['element']),this['focusables']['remove'](_0x53e759);for(const _0x1024ee of _0x174fe4['added'])this['focusTracker']['add'](_0x1024ee['element']),this['_updateItemPositionInFocusables'](_0x1024ee);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x512a52){const _0x4e488c=this['focusables']['getIndex'](_0x512a52);let _0x217e82,_0x458f4a;for(const _0x4dfa6f of this['focusables'])if(_0x512a52['top']<_0x4dfa6f['top']){_0x217e82=_0x4dfa6f;break;}if(_0x458f4a=_0x217e82?this['focusables']['getIndex'](_0x217e82):this['focusables']['length'],-0x1!==_0x4e488c){if(_0x4e488c===_0x458f4a-0x1)return;this['focusables']['remove'](_0x512a52),_0x458f4a=_0x217e82?this['focusables']['getIndex'](_0x217e82):this['focusables']['length'];}this['focusables']['add'](_0x512a52,_0x458f4a);}}const Ht=xt('px');class R extends kt{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x55bcce){super(_0x55bcce),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x9742fe,_0x18dfa4)=>_0x9742fe+_0x18dfa4),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Lt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x39f88d=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x39f88d['to']('isAnimationDisabled',_0x504c20=>_0x504c20?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x39f88d['to']('top',_0x38dd1e=>Ht(_0x38dd1e))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x2a7b63=this['element']['clientHeight'];_0x2a7b63&&(this['height']=_0x2a7b63);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x57c986{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2524c7){super(_0x2524c7),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 _0x2f2d54=this['context']['config']['get']('sidebar.container');_0x2f2d54&&this['setContainer'](_0x2f2d54);}['setContainer'](_0x1c0683){if(!y(_0x1c0683))throw new _0x43099f('sidebar-setcontainer-invalid-element');this['container']=_0x1c0683;}['_attachToContainer']({viewClass:_0x46b8ab='',spaceBetweenItems:_0x1adb3=0x19}={}){if(!y(this['container']))throw new _0x43099f('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x46b8ab,this['_spaceBetweenItems']=_0x1adb3;}['rearrange']({removedAnnotation:_0x3a1938,previousAnnotation:_0x5b1aef,nextAnnotation:_0x3d16e3}){const _0x3c89ab=this['getSidebarItemView'](_0x3a1938);this['view']['list']['remove'](_0x3c89ab),this['_destroySidebarItemView'](_0x3a1938),_0x5b1aef&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x5b1aef)),_0x3d16e3&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x3d16e3)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x1fe5b5,activatedAnnotation:_0x18380b,disableAnimationOnActivatedAnnotation:_0x4cb9d2}){if(this['_activeAnnotation']=_0x18380b,_0x1fe5b5){_0x1fe5b5['isActive']=!0x1;const _0x5d9968=this['getSidebarItemView'](_0x1fe5b5);_0x5d9968&&_0x4cb9d2&&(_0x5d9968['isAnimationDisabled']=!0x1);}if(_0x18380b){const _0x359e5e=this['getSidebarItemView'](_0x18380b);_0x359e5e&&(_0x18380b['isActive']=!0x0,_0x4cb9d2&&(_0x359e5e['isAnimationDisabled']=!0x0,_0x359e5e['top']+=0x1),this['_alignToTargetRect'](_0x359e5e));}}['_detachFromContainer'](_0x370403){if(this['view']['element']['remove'](),_0x370403){for(const _0x3b6218 of _0x370403)this['_destroySidebarItemView'](_0x3b6218);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0xa9f46,_0xbcd75b){_0xbcd75b||(_0xbcd75b=_0xa9f46['view']);const _0x5023c1=new R(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x5023c1,_0xa9f46),this['_annotationToSidebarItemView']['set'](_0xa9f46,_0x5023c1),_0x5023c1['content']['add'](_0xbcd75b),this['listenTo'](_0xa9f46['view'],'change:targetRect',(_0xb02675,_0x33f59b,_0x4bdbd7)=>{const _0x447ba4=this['_getTargetTop'](_0xa9f46,_0x4bdbd7);_0x5023c1['_targetTop']!=_0x447ba4&&(_0x5023c1['_targetTop']=_0x447ba4,this['_setItemTop'](_0x5023c1,_0x447ba4));}),this['listenTo'](_0x5023c1,'change:top',()=>{this['_recalculate'](_0x5023c1,'top');}),this['listenTo'](_0x5023c1,'change:bottom',()=>{this['_recalculate'](_0x5023c1,'bottom');}),this['_alignToTargetRect'](_0x5023c1);const _0x5084bb=this['_getItemBefore'](_0x5023c1);if(_0x5084bb)this['_alignAfterItem'](_0x5084bb,_0x5023c1)||this['_alignToTargetRect'](_0x5023c1);else this['_alignToTargetRect'](_0x5023c1);return this['_updateLastItem'](),this['view']['list']['add'](_0x5023c1),_0x5023c1;}['_alignForTopChange'](_0x630ccb){if(!_0x630ccb['content']['length'])return;const _0x4b8b01=this['_getItemBefore'](_0x630ccb);if(!_0x4b8b01)return;const _0x570c50=this['_sidebarItemViewToAnnotation']['get'](_0x4b8b01),_0x4a5157=this['_activeAnnotation'];_0x4a5157&&_0x4a5157===_0x570c50?this['_alignAfterItem'](_0x4b8b01,_0x630ccb):this['_alignBeforeItem'](_0x630ccb,_0x4b8b01);}['_alignForBottomChange'](_0x53bbb4){if(!_0x53bbb4['content']['length'])return;const _0x242133=this['_getItemAfter'](_0x53bbb4);if(!_0x242133)return;const _0xee8df2=this['_sidebarItemViewToAnnotation']['get'](_0x242133),_0x17ec8b=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x4521de=this['_activeAnnotation'];_0x4521de&&_0x4521de===_0xee8df2&&_0x17ec8b?(this['_alignBeforeItem'](_0x242133,_0x53bbb4),this['_alignAfterItem'](_0x53bbb4,_0x242133)):_0x4521de&&_0x4521de===_0xee8df2?this['_alignBeforeItem'](_0x242133,_0x53bbb4):this['_alignAfterItem'](_0x53bbb4,_0x242133);}['_recalculate'](_0x14473a,_0x274619){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x3dc736,changedProp:_0x518d5d}of this['_recalculateBuffer'])'top'===_0x518d5d?this['_alignForTopChange'](_0x3dc736):this['_alignForBottomChange'](_0x3dc736);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x14473a,'changedProp':_0x274619});}['getSidebarItemView'](_0x40c9c9){return this['_annotationToSidebarItemView']['get'](_0x40c9c9);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x1e953a){const _0x3435b6=this['getSidebarItemView'](_0x1e953a);this['stopListening'](_0x3435b6),this['stopListening'](_0x1e953a['view']),_0x3435b6['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x1e953a),this['_sidebarItemViewToAnnotation']['delete'](_0x3435b6);}['_createSidebarView'](){const _0x51e072=new H(this['context']['locale']);return _0x51e072['render'](),this['on']('change:_lastItem',(_0x1018cf,_0x684c25,_0x37171c,_0x77aecc)=>{_0x77aecc&&_0x51e072['unbind']('minHeight'),_0x37171c?_0x51e072['bind']('minHeight')['to'](_0x37171c,'bottom'):_0x51e072['minHeight']=null;}),_0x51e072;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x467bea){const _0x517d5f=this['_sidebarItemViewToAnnotation']['get'](_0x467bea),_0x4e9fdc=_0x517d5f&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x517d5f)-0x1);return _0x4e9fdc&&this['getSidebarItemView'](_0x4e9fdc)||null;}['_getItemAfter'](_0x536ed9){const _0x408b95=this['_sidebarItemViewToAnnotation']['get'](_0x536ed9),_0x1baabc=_0x408b95&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x408b95)+0x1);return _0x1baabc&&this['getSidebarItemView'](_0x1baabc)||null;}['_alignBeforeItem'](_0x44b741,_0x442cdf){_0x44b741['updateHeight']();const _0x2f3d09=G(_0x442cdf['bottom']+this['_spaceBetweenItems'],_0x44b741['top']);return!!_0x2f3d09&&(this['_setItemTop'](_0x442cdf,_0x442cdf['top']-_0x2f3d09),!0x0);}['_alignAfterItem'](_0x127769,_0xcf68bb){_0x127769['updateHeight']();const _0x3f1f1c=G(_0x127769['bottom']+this['_spaceBetweenItems'],_0xcf68bb['top']);return!!_0x3f1f1c&&(this['_setItemTop'](_0xcf68bb,_0xcf68bb['top']+_0x3f1f1c,!0x1),!0x0);}['_alignToTargetRect'](_0x5e2e11){const _0x23c60d=this['_sidebarItemViewToAnnotation']['get'](_0x5e2e11);if(!_0x23c60d||!_0x23c60d['target']||!_0x23c60d['targetRect'])return;const _0xc47ea6=this['_getTargetTop'](_0x23c60d,_0x23c60d['targetRect']);this['_setItemTop'](_0x5e2e11,_0xc47ea6);}['_getTargetTop'](_0x2fe402,_0x351721){if(null===_0x351721)return 0x0;if(_0x2fe402['target']instanceof _0x16772f)return _0x351721['top'];{const _0x1175e2=new _0x16772f(this['view']['element'])['top'];return _0x351721['top']-_0x1175e2;}}['_setItemTop'](_0x16aad5,_0x46e67b,_0x544a8a=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x544a8a&&(_0x46e67b=Math['max'](_0x46e67b,this['_getMaxAvailableTop'](_0x16aad5))),_0x16aad5['top']=_0x46e67b;}['_getMaxAvailableTop'](_0x38d0f3){let _0x33599d=this['_getItemBefore'](_0x38d0f3),_0x57827c=0x0;for(;_0x33599d;)_0x33599d['updateHeight'](),_0x57827c+=this['_spaceBetweenItems']+_0x33599d['height'],_0x33599d=this['_getItemBefore'](_0x33599d);return _0x57827c;}}function G(_0x12e4d7,_0x406531){return Math['max'](_0x12e4d7-_0x406531,0x0);}function y(_0x4e5569){return null!==_0x4e5569&&'object'==typeof _0x4e5569&&0x1===_0x4e5569['nodeType'];}class e extends _0x57c986{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,M];}static get['pluginName'](){return'WideSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3e8712){super(_0x3e8712),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x28495a(),this['_refreshPositioningDebounced']=_0xd145ad(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x471b86=this['context']['plugins']['get'](M),_0x24f578=this['context']['plugins']['get'](z);_0x471b86['register']('wideSidebar',this),_0x24f578['container']&&_0x471b86['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x48e390){if(_0x48e390===this['activeAnnotation'])return;const _0x21556d=this['context']['plugins']['get'](z);_0x21556d['_activeAnnotation']=_0x48e390;const _0x2e8657=this['activeAnnotation'];_0x21556d['refresh']({'blurredAnnotation':_0x2e8657,'activatedAnnotation':_0x48e390}),this['activeAnnotation']=_0x48e390;}['attach'](_0x292fbf){this['annotations']=_0x292fbf;const _0x40a4f3=this['context']['plugins']['get'](z);if(_0x40a4f3['_annotations']=_0x292fbf,this['isAttached'])throw new _0x43099f('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x40a4f3,'set:container',()=>{this['detach'](),this['listenTo'](_0x40a4f3,'change:container',_0x396d62=>{_0x396d62['off'](),this['attach'](_0x292fbf);});}),_0x40a4f3['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x2dded8=_0x2ba4be=>{_0x2ba4be['updateTargetRect'](),_0x40a4f3['addAnnotation'](_0x2ba4be);};for(const _0x557442 of _0x292fbf)_0x2dded8(_0x557442);this['listenTo'](_0x292fbf,'add',(_0x1d94b7,_0xc88515)=>{_0x2dded8(_0xc88515);}),this['listenTo'](_0x292fbf,'remove',(_0x202560,_0x3fd918,_0x9d88ed)=>{_0x40a4f3['rearrange']({'removedAnnotation':_0x3fd918,'previousAnnotation':_0x292fbf['get'](_0x9d88ed-0x1),'nextAnnotation':_0x292fbf['get'](_0x9d88ed+0x1)}),_0x3fd918===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x292fbf,'focus',(_0x36c6d5,_0x32978c)=>{this['setActiveAnnotation'](_0x32978c);}),this['listenTo'](_0x292fbf,'blur',()=>{this['setActiveAnnotation'](null);});const _0x1ebfe2=this['context']instanceof _0xce4252?this['context']['editors']:new _0x28495a([this['context']]);for(const _0x18920d of _0x1ebfe2)this['_integrateWithEditorAnnotations'](_0x18920d);this['listenTo'](_0x1ebfe2,'add',(_0xf15484,_0x35131e)=>{this['listenTo'](_0x35131e,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x35131e);});}),this['listenTo'](_0x1ebfe2,'remove',(_0x45b9f9,_0x1e3701)=>{_0x1e3701['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x1e3701['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x43099f('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x175e71=this['context']['plugins']['get'](z);_0x175e71['_detachFromContainer'](this['annotations']),this['stopListening'](_0x175e71),this['stopListening'](this['annotations']),this['context']instanceof _0xce4252&&this['stopListening'](this['context']['editors']);for(const _0x5bd03c of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x5bd03c);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x313d35){if(!_0x313d35['plugins']['has']('EditorAnnotations'))return;const _0x54386e=_0x313d35['plugins']['get']('EditorAnnotations'),_0x29ae26=()=>{const _0x13a149=_0x54386e['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x13a149[0x0]||null);};this['listenTo'](_0x54386e,'refresh',_0x29ae26),this['listenTo'](_0x54386e,'blur',(_0xe3d515,{isAnnotationTracked:_0x47c8c7})=>{this['activeAnnotation']&&_0x47c8c7(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x54386e,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x30ab0d=>{_0x54386e['hasDomSelection']()&&(_0x29ae26(),_0x30ab0d['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x54386e);}['_destroyEditorAnnotationsIntegration'](_0x53ab91){this['stopListening'](_0x53ab91),this['_editorAnnotations']['remove'](_0x53ab91);}}class C extends _0x151fe8{['counterView'];constructor(_0x547082){super(_0x547082);const _0x244372=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x5d62b6,_0x12c0fa)=>_0x5d62b6?'...':_0x12c0fa['toString']()),this['set']('annotationType',''),this['icon']=_0x4c19ee,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new kt(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x244372['to']('annotationType',_0x3724a6=>'ck-annotation-counter__badge--'+_0x3724a6),_0x244372['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x244372['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class n extends _0x57c986{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,M];}static get['pluginName'](){return'NarrowSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x28d274){super(_0x28d274),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x10824e),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x28495a(),this['_refreshPositioningDebounced']=_0xd145ad(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](M)['register']('narrowSidebar',this),this['bodyCollection']=new _0x3e4dca(this['context']['locale']),this['balloonPanelView']=new _0x404ba8(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x52d078){this['annotations']=_0x52d078;const _0x3e2e0c=this['context']['plugins']['get'](z),_0x26c2ee=this['balloonPanelView'];if(_0x3e2e0c['_annotations']=_0x52d078,this['isAttached'])throw new _0x43099f('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x3e2e0c,'set:container',()=>{this['detach'](),this['listenTo'](_0x3e2e0c,'change:container',_0x2efd9c=>{_0x2efd9c['off'](),this['attach'](_0x52d078);});}),_0x3e2e0c['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x269e9c=_0xba9289=>{const _0x8518ad=new C(this['context']['locale']);_0x3e2e0c['addAnnotation'](_0xba9289,_0x8518ad),this['_annotationToNarrowView']['set'](_0xba9289,_0x8518ad),_0x8518ad['bind']('isDirty','annotationType','number')['to'](_0xba9289['view'],'isDirty','type','length'),_0x8518ad['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x26c2ee['content']['first']!==_0xba9289['view']?(this['_showBalloon'](_0xba9289),_0xba9289['view']['element']['focus'](),this['setActiveAnnotation'](_0xba9289)):this['setActiveAnnotation'](null);});};for(const _0x3d56a3 of _0x52d078)_0x269e9c(_0x3d56a3);this['listenTo'](_0x52d078,'add',(_0x303792,_0x5c59dd)=>{_0x269e9c(_0x5c59dd);}),this['listenTo'](_0x52d078,'remove',(_0x45c8d7,_0x491762,_0x37c4ef)=>{this['_annotationToNarrowView']['get'](_0x491762)['destroy'](),this['_annotationToNarrowView']['delete'](_0x491762),_0x3e2e0c['rearrange']({'removedAnnotation':_0x491762,'previousAnnotation':_0x52d078['get'](_0x37c4ef-0x1),'nextAnnotation':_0x52d078['get'](_0x37c4ef+0x1)}),_0x491762===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x52d078,'focus',(_0xe65fa9,_0x1e5409)=>{this['setActiveAnnotation'](_0x1e5409);}),this['listenTo'](_0x52d078,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x1578d3,_0x49c2dc)=>{_0x49c2dc['keyCode']===_0x2aab7d['esc']&&_0x26c2ee['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x26c2ee['content']['first']),this['_hideBalloon'](),_0x49c2dc['stopPropagation'](),_0x49c2dc['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x465133,_0x19f7a7)=>{const _0x3fb4d6=_0x19f7a7['target'];_0x26c2ee['isVisible']&&_0x26c2ee['element']['contains'](_0x3fb4d6)||_0x3e2e0c['view']['element']['contains'](_0x3fb4d6)||_0x465133['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x2747c3=>_0x2747c3['contains'](_0x3fb4d6))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x1943ee=this['context']instanceof _0xce4252?this['context']['editors']:new _0x28495a([this['context']]);for(const _0x232bf3 of _0x1943ee)this['_integrateWithEditorAnnotations'](_0x232bf3);this['listenTo'](_0x1943ee,'add',(_0x178be8,_0x5a9d54)=>{this['listenTo'](_0x5a9d54,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x5a9d54);});}),this['listenTo'](_0x1943ee,'remove',(_0x1dd999,_0x40ba55)=>{_0x40ba55['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x40ba55['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x54a330){if(_0x54a330===this['activeAnnotation'])return;const _0x16f742=this['context']['plugins']['get'](z);if(_0x16f742['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x54a330,'disableAnimationOnActivatedAnnotation':!0x0}),_0x54a330)_0x16f742['getSidebarItemView'](_0x54a330)?this['_showBalloon'](_0x54a330):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x54a330;}['detach'](){if(!this['isAttached'])throw new _0x43099f('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x55905d=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x51ef4d=>_0x51ef4d['destroy']()),this['_annotationToNarrowView']['clear'](),_0x55905d['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0xce4252&&this['stopListening'](this['context']['editors']);for(const _0x128da1 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x128da1);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'](_0x158c53){if(!_0x158c53['plugins']['has']('EditorAnnotations'))return;const _0x592a43=_0x158c53['plugins']['get']('EditorAnnotations'),_0x5c0591=this['context']['plugins']['get'](z),_0x3bf155=this['annotations'],_0x56d7c9=this['balloonPanelView'],_0x4e1e0b=()=>{const _0x354db5=_0x592a43['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x354db5),this['setActiveAnnotation'](_0x354db5[0x0]||null);};this['listenTo'](_0x592a43,'refresh',_0x4e1e0b),this['listenTo'](_0x592a43,'blur',(_0x1dd2e8,{isAnnotationTracked:_0x4b5b99})=>{this['activeAnnotation']&&_0x4b5b99(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x592a43,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x3bf155,'blur',_0x5a2310=>{_0x592a43['hasDomSelection']()&&_0x5a2310['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x596230,_0x44481a)=>{const _0x545926=_0x44481a['target'];_0x56d7c9['isVisible']&&_0x56d7c9['element']['contains'](_0x545926)||_0x5c0591['view']['element']['contains'](_0x545926)||this['activeAnnotation']&&_0x592a43['hasDomSelection']()&&(_0x4e1e0b(),_0x596230['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x592a43);}['_destroyEditorAnnotationsIntegration'](_0xa2fb2d){_0xa2fb2d&&(this['stopListening'](_0xa2fb2d),this['_editorAnnotations']['remove'](_0xa2fb2d));}['_setSelectedAnnotations'](_0x5ef4f2){for(const _0x58145e of this['_selectedAnnotations'])_0x5ef4f2['includes'](_0x58145e)||this['_manuallyClosedAnnotationViews']['delete'](_0x58145e['view']);this['_selectedAnnotations']=_0x5ef4f2;}['_refreshPositioning'](){const _0x3d7af5=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x3d7af5['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x38c9f8){if(this['_manuallyClosedAnnotationViews']['has'](_0x38c9f8['view']))return;const _0x337b12=this['balloonPanelView']['content']['first'];_0x337b12!==_0x38c9f8['view']?(_0x337b12&&this['_detachListeners'](_0x337b12),this['_attachListeners'](_0x38c9f8['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x38c9f8['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x13fd07=this['balloonPanelView']['content']['first'],_0x411719=_0x13fd07&&this['annotations']['getByView'](_0x13fd07);if(!_0x411719||!this['_annotationToNarrowView']['has'](_0x411719))return;const _0x20aa3=this['_annotationToNarrowView']['get'](_0x411719)['element'],_0x10273a=(function(){const _0x5a3269=_0x404ba8['defaultPositions'];return[_0x5a3269['southArrowNorthEast'],_0x5a3269['northArrowSouthEast'],_0x5a3269['southArrowNorth'],_0x5a3269['northArrowSouth'],_0x5a3269['southArrowNorthWest'],_0x5a3269['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x20aa3,'positions':_0x10273a});}['_hideBalloon'](){const _0x56f794=this['balloonPanelView'],_0x25c3c4=_0x56f794['content']['first'];_0x25c3c4&&(this['_detachListeners'](_0x25c3c4),_0x56f794['unpin'](),_0x56f794['content']['clear']());}['_attachListeners'](_0x1825a7){this['listenTo'](_0x1825a7,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x1825a7,'Esc',(_0x47cf3f,_0x23f499)=>{this['_manuallyClosedAnnotationViews']['add'](_0x1825a7),this['_hideBalloon'](),_0x23f499();});}['_detachListeners'](_0x3db880){this['stopListening'](_0x3db880);}}class c extends _0x3f67cf{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[P,_0x3b8509,M];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4d3315){super(_0x4d3315),_0x4d3315['editing']['view']['addObserver'](_0x37beaf),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x4d3315['plugins']['get'](_0x3b8509),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x2df0d7=this['editor']['plugins']['get'](M);_0x2df0d7['context']===this['editor']&&(_0x2df0d7['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x366102,_0x18222f)=>{const _0x3f48f6=this['_balloon'];if(this['isAttached']&&_0x3f48f6['visibleView']){const _0x59237b=this['annotations']['getByView'](_0x3f48f6['visibleView']);_0x59237b&&this['_closeAnnotation'](_0x59237b),_0x18222f();}}));}['afterInit'](){const _0x247b61=this['editor']['plugins']['get'](M);_0x247b61['context']===this['editor']&&(_0x247b61['hasActive']()||_0x247b61['switchTo']('inline'));}['setActiveAnnotation'](_0x28ea8f){_0x28ea8f!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x28ea8f&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x28ea8f)&&this['_addAnnotationToBalloon'](_0x28ea8f,!0x0),_0x28ea8f['isActive']=!0x0),_0x28ea8f||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x28ea8f);}['attach'](_0x21d99c){this['annotations']=_0x21d99c;const _0x2622db=this['editor']['plugins']['get'](M),_0x338a38=this['_balloon'];if(this['isAttached'])throw new _0x43099f('inlineannotations-attach-already-attached',this);if(_0x2622db['context']!==this['editor'])throw new _0x43099f('inlineannotations-not-allowed-with-context',this);const _0x4071ab=this['editor']['plugins']['get'](P);this['listenTo'](_0x4071ab,'refresh',()=>{const _0x5ba044=_0x4071ab['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x54342f,_0x5cd0f4;!this['_forceRefresh']&&(_0x54342f=_0x5ba044,_0x5cd0f4=this['_selectedAnnotations'],_0x54342f['length']===_0x5cd0f4['length']&&_0x54342f['every'](_0x2abbb8=>_0x5cd0f4['includes'](_0x2abbb8)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x5ba044),this['setActiveAnnotation'](_0x5ba044[0x0]||null));}),this['listenTo'](_0x4071ab,'blur',(_0x32a694,{isAnnotationTracked:_0x44dcf0})=>{this['activeAnnotation']&&_0x44dcf0(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x529505,_0x3a12ce,_0x2ead7e)=>{_0x2ead7e||this['setActiveAnnotation'](null);}),this['listenTo'](_0x21d99c,'remove',(_0x55b757,_0x5f34ba)=>{this['_removeAnnotationFromBalloon'](_0x5f34ba),_0x5f34ba===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x338a38,'change:visibleView',(_0x544134,_0x1a0f4f,_0x155aaf,_0x42781e)=>{_0x42781e&&this['stopListening'](_0x42781e);const _0x5f2e00=_0x21d99c['getByView'](_0x155aaf);_0x155aaf&&_0x5f2e00&&(this['listenTo'](_0x155aaf,'change:height',()=>{_0x338a38['updatePosition']();}),this['listenTo'](_0x155aaf,'Esc',()=>{this['_closeAnnotation'](_0x5f2e00),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x5f2e00&&this['setActiveAnnotation'](_0x5f2e00));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x338a38['visibleView']&&(_0x21d99c['getByView'](_0x338a38['visibleView'])&&_0x338a38['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 _0x43099f('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x449082 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x449082);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x244458){for(const _0x2bae17 of this['_selectedAnnotations'])_0x244458['includes'](_0x2bae17)||this['_manuallyClosed']['delete'](_0x2bae17);for(const _0x3c4dd5 of this['annotations'])_0x244458['includes'](_0x3c4dd5)||this['_removeAnnotationFromBalloon'](_0x3c4dd5);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x1b6b1b of _0x244458)this['_addAnnotationToBalloon'](_0x1b6b1b);}this['_selectedAnnotations']=_0x244458;}['_addAnnotationToBalloon'](_0xd0597b,_0x35730a=!0x1){this['_manuallyClosed']['has'](_0xd0597b)||(this['_addedAnnotations']['has'](_0xd0597b)||this['_balloon']['hasView'](_0xd0597b['view'])||(this['_addedAnnotations']['add'](_0xd0597b),this['_balloon']['add']({'stackId':_0xd0597b['view']['id'],'view':_0xd0597b['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0xd0597b)}})),_0x35730a&&this['_balloon']['showStack'](_0xd0597b['view']['id']));}['_getBalloonTargetForAnnotation'](_0x446c03){const _0x3ef1a5=_0x446c03['target'],_0x24fa19=this['editor']['editing']['view'],_0x4d776e=_0x24fa19['document']['selection']['getFirstRange'](),_0x43f543=_0x24fa19['domConverter']['viewRangeToDom'](_0x4d776e);if(_0x43f543['collapse'](!0x0),_0x3ef1a5){if(_0x3ef1a5 instanceof _0x16772f)return _0x3ef1a5;let _0x456d85=[];for(const _0x50f877 of _0x3ef1a5)_0x456d85['push'](...B(_0x50f877['getClientRects']()));_0x456d85=function(_0x12126f){const _0x23bf0f=[];let _0x4c35ba=_0x12126f[0x0];for(let _0x3b2a3c=0x1;_0x3b2a3c<_0x12126f['length'];_0x3b2a3c++)F(_0x4c35ba,_0x12126f[_0x3b2a3c])?_0x4c35ba['width']+=_0x12126f[_0x3b2a3c]['width']:(_0x23bf0f['push'](_0x4c35ba),_0x4c35ba=_0x12126f[_0x3b2a3c]);return _0x23bf0f['push'](_0x4c35ba),_0x23bf0f;}(_0x456d85);const _0xbc4e83=_0x43f543['getBoundingClientRect']();return _0x456d85['find'](_0x5f0774=>_0x5f0774['top']<=_0xbc4e83['top']&&_0x5f0774['bottom']>=_0xbc4e83['bottom']&&_0x5f0774['left']<=_0xbc4e83['left']&&_0x5f0774['right']>=_0xbc4e83['right'])||_0x456d85[0x0];}return _0x446c03['targetRect']||_0x43f543;}['_removeAnnotationFromBalloon'](_0x2b4601){this['_addedAnnotations']['has'](_0x2b4601)&&this['_balloon']['hasView'](_0x2b4601['view'])&&(this['_addedAnnotations']['delete'](_0x2b4601),this['_balloon']['remove'](_0x2b4601['view']));}['_closeAnnotation'](_0x550f3c){this['_manuallyClosed']['add'](_0x550f3c),this['_removeAnnotationFromBalloon'](_0x550f3c);}}function B(_0x387e05){return Array['from'](_0x387e05)['map'](DOMRect['fromRect']);}function F(_0xe9804d,_0x4e5561){return _0xe9804d['top']===_0x4e5561['top']&&_0xe9804d['bottom']===_0x4e5561['bottom']&&_0xe9804d['right']===_0x4e5561['left'];}class it extends kt{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x1e44ce,_0x43057b){super(_0x1e44ce),this['set']('isEmpty',!_0x43057b['length']),this['focusTracker']=new _0x1f412d(),this['_annotationViews']=_0x43057b,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new _0x45831b({'focusables':_0x43057b,'focusTracker':this['focusTracker']}),this['listenTo'](_0x43057b,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x43057b,'remove',(_0x437286,_0x5d0d6e)=>{_0x5d0d6e['isActive']&&this['focus'](),_0x43057b['length']||(this['isEmpty']=!0x0);});const _0x46fa5c=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':E(_0x1e44ce,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x43057b},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x46fa5c['if']('isEmpty','ck-hidden',_0x1f55ba=>!_0x1f55ba)]},'children':[{'text':E(_0x1e44ce,'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 _0x19a6fa of this['_annotationViews'])this['focusTracker']['add'](_0x19a6fa['element']);this['_annotationViews']['on']('change',(_0x1002c2,{added:_0x6684b2,removed:_0xe915c8})=>{for(const _0x775eee of _0x6684b2)this['focusTracker']['add'](_0x775eee['element']);for(const _0x53d771 of _0xe915c8)this['focusTracker']['remove'](_0x53d771['element']);});}}class f extends _0x57c986{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[o,O];}constructor(_0x19a7c5){super(_0x19a7c5),this['archivedThreads']=new _0x28495a();}['init'](){const _0x117697=this['context'],_0x100925=_0x117697['plugins']['get'](o),_0x4117f1=_0x117697['plugins']['get'](O);this['listenTo'](_0x100925,'addCommentThread',(_0x37cb2a,{threadId:_0x5ed3b3})=>{const _0x497d7a=_0x100925['getCommentThread'](_0x5ed3b3);_0x497d7a['archivedAt']&&this['archivedThreads']['add'](_0x497d7a,this['_calculatePosition'](_0x497d7a['archivedAt'])),this['listenTo'](_0x497d7a,'change:archivedAt',(_0x571d3c,_0x582af3,_0x550f78)=>{_0x550f78?this['archivedThreads']['has'](_0x497d7a)||this['archivedThreads']['add'](_0x497d7a,this['_calculatePosition'](_0x497d7a['archivedAt'])):this['archivedThreads']['has'](_0x497d7a)&&this['archivedThreads']['remove'](_0x497d7a);});}),this['listenTo'](_0x100925,'removeCommentThread',(_0x3f5ec2,{threadId:_0x3f22f7})=>{const _0x12e704=_0x100925['getCommentThread'](_0x3f22f7);this['stopListening'](_0x12e704),this['archivedThreads']['has'](_0x12e704)&&this['archivedThreads']['remove'](_0x12e704);},{'priority':'highest'}),this['listenTo'](_0x4117f1['collection'],'focus',(_0x1485b0,_0xc3b8f7)=>{_0xc3b8f7['isVisible']||(_0xc3b8f7['isActive']=!0x0,_0x4117f1['activate'](_0xc3b8f7));});}['_calculatePosition'](_0x134551){const _0x9b0e14=[...this['archivedThreads']]['findIndex'](_0x2c8ce4=>_0x2c8ce4['archivedAt']<_0x134551);return _0x9b0e14>-0x1?_0x9b0e14:this['archivedThreads']['length'];}}class a extends _0x3f67cf{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[f,_0x23eebf];}constructor(_0x3856ab){super(_0x3856ab),this['annotationViews']=new _0xa4c1a7(),this['_pendingThreads']=[];}['init'](){const _0xcbd522=this['editor'],_0x5a24bb=this['_hideDialogOnAnnotationEscape']['bind'](this);_0xcbd522['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x151fe8,!0x0)),_0xcbd522['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x2d1c65=this['_createCommentsArchiveButton'](_0x2ffab1);return _0x2d1c65['set']({'role':'menuitemcheckbox'}),_0x2d1c65;});const _0x2baee4=_0xcbd522['plugins']['get'](f),_0x3be652=_0xcbd522['plugins']['get']('Annotations'),_0x393102=_0xcbd522['plugins']['get']('CommentsRepository');_0x2baee4['archivedThreads']['forEach'](_0x52ad72=>{this['_handleNewThread'](_0x52ad72);}),this['listenTo'](_0x2baee4['archivedThreads'],'add',(_0x1699b7,_0x5bee82)=>{this['_handleNewThread'](_0x5bee82);}),this['listenTo'](_0x3be652['collection'],'add',(_0x31a4bd,_0x27a9ae)=>{const _0x211092=this['_pendingThreads']['find'](_0x49ffae=>{const _0x3b4174=_0x393102['_threadToController']['get'](_0x49ffae);return _0x3b4174&&_0x27a9ae['innerView']===_0x3b4174['view'];});if(_0x211092){const _0x4df6a0=this['_calculatePosition'](_0x211092['archivedAt']);this['annotationViews']['add'](_0x27a9ae['view'],_0x4df6a0),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x211092),0x1);}}),this['listenTo'](_0x2baee4['archivedThreads'],'remove',(_0x79604d,_0x501283)=>{const _0x107638=_0xcbd522['config']['get']('collaboration.channelId');if(!_0x107638||_0x501283['channelId']===_0x107638){if(this['_pendingThreads']['includes'](_0x501283))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x501283),0x1);else{const _0x8f2781=_0x393102['_threadToController']['get'](_0x501283),_0x204bf9=_0x3be652['getByInnerView'](_0x8f2781['view']);this['annotationViews']['remove'](_0x204bf9['view']),this['stopListening'](_0x204bf9['focusableElements']);}}}),this['listenTo'](_0x3be652['collection'],'add',(_0x13ab21,_0x2c9e86)=>{this['listenTo'](_0x2c9e86,'escape',_0x5a24bb);}),this['listenTo'](_0x3be652['collection'],'remove',(_0x1b7aac,_0x2f9e72)=>{this['stopListening'](_0x2f9e72,'escape',_0x5a24bb);});}['_handleNewThread'](_0x3dc332){const _0x30d113=this['editor']['plugins']['get']('CommentsRepository'),_0x40d599=this['editor']['plugins']['get']('Annotations'),_0x405681=this['editor']['config']['get']('collaboration.channelId');if(!_0x405681||_0x3dc332['channelId']===_0x405681){const _0x5aaabb=_0x30d113['_threadToController']['get'](_0x3dc332);if(!_0x5aaabb)return void this['_pendingThreads']['push'](_0x3dc332);const _0x6a146=this['_calculatePosition'](_0x3dc332['archivedAt']),_0x4bd6d3=_0x40d599['getByInnerView'](_0x5aaabb['view']);_0x4bd6d3['isVisible']&&_0x40d599['_visibleAnnotations']['remove'](_0x4bd6d3),this['annotationViews']['add'](_0x4bd6d3['view'],_0x6a146);}}['_calculatePosition'](_0x18dcb7){const _0x21a712=this['editor']['config']['get']('collaboration.channelId'),_0x1fc18a=[...this['editor']['plugins']['get'](f)['archivedThreads']]['filter'](_0x5af1d1=>_0x5af1d1['channelId']===_0x21a712)['findIndex'](_0x272db5=>_0x272db5['archivedAt']<_0x18dcb7);return _0x1fc18a<0x0||_0x1fc18a>this['annotationViews']['length']?this['annotationViews']['length']:_0x1fc18a-0x1;}['_toggleDialog'](){const _0x1abb6b=this['editor'],_0x1bec30=_0x1abb6b['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new it(_0x1abb6b['locale'],this['annotationViews'])),'commentsArchive'===_0x1bec30['id']?_0x1bec30['hide']():_0x1bec30['show']({'id':'commentsArchive','title':E(_0x1abb6b['locale'],'COMMENTS_ARCHIVE'),'icon':_0x3a4089,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':tt['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x30257d,_0x49394d=!0x1){const _0x23da95=this['editor']['locale'],_0x372684=this['editor']['plugins']['get']('Dialog'),_0x1d2135=new _0x30257d(_0x23da95);return _0x1d2135['bind']('isEnabled')['to'](this,'isEnabled'),_0x1d2135['bind']('isOn')['to'](_0x372684,'id',_0x47bd70=>'commentsArchive'===_0x47bd70),_0x1d2135['set']({'label':E(_0x23da95,'COMMENTS_ARCHIVE'),'icon':_0x3a4089,'isToggleable':!0x0}),_0x49394d&&(_0x1d2135['tooltip']=!0x0),this['listenTo'](_0x1d2135,'execute',()=>this['_toggleDialog']()),_0x1d2135;}['_hideDialogOnAnnotationEscape']=_0x872a04=>{const _0x2989d9=_0x872a04['source'];if(!this['annotationViews']['has'](_0x2989d9['view']))return;const _0x7ed741=this['editor']['plugins']['get']('Dialog');_0x7ed741['isOpen']&&'commentsArchive'===_0x7ed741['id']&&(_0x7ed741['hide'](),_0x872a04['stop']());};}class p extends _0x3f67cf{static get['requires'](){return[o,r,i,f,a,s,e,n,c];}static get['pluginName'](){return'Comments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{d as Annotation,_ as AnnotationCollection,S as AnnotationView,O as Annotations,M as AnnotationsUIs,is as BaseCommentThreadView,rs as BaseCommentView,fi as Comment,ui as CommentThread,vt as CommentThreadController,ie as CommentThreadInputView,gt as CommentThreadView,Tt as CommentView,p as Comments,f as CommentsArchive,a as CommentsArchiveUI,te as CommentsListView,s as CommentsOnly,o as CommentsRepository,i as CommentsUI,P as EditorAnnotations,c as InlineAnnotations,n as NarrowSidebar,z as Sidebar,e as WideSidebar};
|
|
23
|
+
import{Editor as _0x320740,ContextPlugin as _0x3af3fa,PendingActions as lt,Command as _0x53e501,Plugin as _0x49a43a,Context as _0x553b7b}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x5ad58d,uid as _0x5e4023,KeystrokeHandler as jt,FocusTracker as _0xa9b33,diff as _0x510946,Collection as _0x495158,Rect as _0x3bd473,CKEditorError as _0xa7d815,first as _0x570d16,priorities as Wt,scrollViewportToShowTarget as rt,getEnvKeystrokeText as nt,toUnit as xt,DomEmitterMixin as _0x1afcfc,keyCodes as _0xb68d27}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x23a080,AriaDescriptionView as Zt,setupThreadKeyboardNavigation as ts,ConfirmMixin as ti,LateFocusButtonView as _0x59ad87,trimHtml as _0x42137a,LateFocusDropdownButtonView as _0x210d3f,Users as st,getDateTimeFormatter as pt,hashObject as It,getAllMarkersDomElementsSorted as et,surroundingMarkersDetector as ot,FOCUS_ANNOTATION_KEYSTROKE as _0x4425cc}from'ckeditor5-collaboration/dist/index.js';import{throttle as Dt,isEqual as At,cloneDeep as wt,set as yt,unset as Ct,debounce as _0x36aac6}from'es-toolkit/compat';import{IconUndo as _0x33c00e,IconCheck as _0x2662aa,IconPencil as _0x8b7575,IconRemoveComment as _0x2a78ee,IconThreeVerticalDots as _0x26754a,IconAddComment as _0x41e6b5,IconCommentsArchive as _0x489df2}from'@ckeditor/ckeditor5-icons/dist/index.js';import{EditorUIView as Xt,InlineEditableUIView as $t,EditorUI as Ut,View as kt,FocusCycler as _0x1e0fed,ButtonView as _0x3b9991,ViewCollection as _0x67afca,createDropdown as _0x2839dc,ListView as _0x56ad51,focusChildOnDropdownOpen as _0x4bb64d,ListItemView as _0x170854,MenuBarMenuListItemButtonView as _0x40081d,BodyCollection as _0x43cf96,BalloonPanelView as _0x237478,ContextualBalloon as _0x21e229,Dialog as _0x38470c,DialogViewPosition as tt}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as St,enablePlaceholder as Ft,MouseObserver as _0x3b60be}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 Et}from'@ckeditor/ckeditor5-select-all/dist/index.js';import{Typing as Gt}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Undo as Jt}from'@ckeditor/ckeditor5-undo/dist/index.js';import{Paragraph as Kt}from'@ckeditor/ckeditor5-paragraph/dist/index.js';import{FOCUS_ANNOTATION_KEYSTROKE as _0x534cc0}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import{toWidget as _0x375d8c}from'@ckeditor/ckeditor5-widget/dist/index.js';class vt extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x5ad58d(){['model'];['view'];constructor(_0x478097,_0x2b149c){super(),this['model']=_0x478097,this['model']['_isAttached']=!0x0,this['view']=_0x2b149c,this['listenTo'](_0x2b149c,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x2b149c,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x2b149c,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x2b149c,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x2b149c,'addComment',(_0x5e97d2,_0x466e2c)=>this['addComment'](_0x466e2c)),this['listenTo'](_0x2b149c,'updateComment',(_0x480f3c,_0x170821,_0x10a780)=>this['updateComment'](_0x170821,_0x10a780)),this['listenTo'](_0x2b149c,'removeComment',(_0x36ce5d,_0x5a1956)=>this['removeComment'](_0x5a1956));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x46abea){this['model']['addComment']({'content':_0x46abea,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x556179,_0x539567){this['model']['getComment'](_0x556179)['update']({'content':_0x539567});}['removeComment'](_0x22bf39){this['model']['getComment'](_0x22bf39)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function E(_0x457baf,_0x16bb6a,_0x3e4df5){const t=_0x457baf['t'];switch(_0x16bb6a){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'},_0x3e4df5);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'},_0x3e4df5);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'},_0x3e4df5);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'},_0x3e4df5);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x3e4df5);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'},_0x3e4df5);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'},_0x3e4df5);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'},_0x3e4df5);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 Vt extends Xt{['main'];['editable'];constructor(_0x3b96e8,_0x4cda47){super(_0x3b96e8);const _0x27c452=_0x5e4023();this['main']=this['createCollection'](),this['editable']=new $t(_0x3b96e8,_0x4cda47,void 0x0,{'label':()=>E(_0x3b96e8,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x3b96e8['uiLanguageDirection'],'lang':_0x3b96e8['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x27c452},'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(_0x7a3aad){super(_0x7a3aad),this['view']=new Vt(_0x7a3aad['locale'],_0x7a3aad['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x5c7f07=this['editor']['editing']['view'],_0x10e821=this['view']['editable'],_0x2770b2=_0x5c7f07['document']['getRoot']();_0x10e821['name']=_0x2770b2['rootName'],this['view']['render']();const _0x250b83=_0x10e821['element'];this['setEditableElement'](_0x10e821['name'],_0x250b83),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x5c7f07['attachDomRoot'](_0x250b83),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Qt=[qt,zt,Bt,Et,Gt,Jt,Kt];class Rt extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x5ad58d(_0x320740){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Qt)());constructor(_0x103db8={}){function _0x67580f(_0x5c1d3b){return _0x5c1d3b['map'](_0x58ff96=>String['fromCharCode'](_0x58ff96))['join']('');}(_0x103db8=Object['assign']({},_0x103db8))['plugins']||(_0x103db8['plugins']=Rt['defaultPlugins']),super(_0x103db8),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[_0x67580f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x67580f([0x76,0x69,0x65,0x77])][_0x67580f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x67580f([0x61,0x75,0x74,0x6f]),this[_0x67580f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x67580f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x67580f([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x67580f([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x67580f([0x6f,0x6b])});}['create'](){const _0x1a9ac7=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x1a9ac7))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x59adfc=>{const _0xd81036=this['model']['document']['getRoot'](),_0x202a5d=_0xd81036&&_0xd81036['getChild'](_0xd81036['childCount']-0x1);_0x59adfc['setSelection'](_0x202a5d,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x407d00=this['editing']['view'],_0x39cd62=_0x407d00['document']['getRoot'](),_0x35e3fe=_0x39cd62['getChild'](0x0);_0x39cd62['childCount']>0x1||!_0x35e3fe||'p'!=_0x35e3fe['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(St(_0x407d00,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x35e3fe['placeholder']=this['placeholder']),Ft({'view':_0x407d00,'element':_0x35e3fe,'keepOnFocus':!0x0}),this['placeholderElement']=_0x35e3fe);}}class hs extends kt{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x540f19,_0x16eb8d={}){super(_0x540f19),this['editor']=null,this['_editorConfig']=_0x16eb8d,this['set']('value',_0x16eb8d['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',E(_0x540f19,'Reply...')),this['set']('submitLabel',E(_0x540f19,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new jt(),this['focusTracker']=new _0xa9b33(),this['focusCycler']=new _0x1e0fed({'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',(_0x2b9df7,_0x20b56e)=>{this['cancelButtonView']['fire']('execute'),_0x20b56e();}),this['keystrokes']['set']('Ctrl+Enter',(_0x3f14d9,_0x2556e1)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x2556e1());}),this['on']('submit',(_0x117ef7,_0x31a935)=>{_0x31a935['length']>0xfde8?(alert(E(_0x540f19,'TOO_LONG_COMMENT_ALERT',[_0x31a935['length'],0xfde8])),_0x117ef7['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new Rt(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x4b04d3=this['editor'];this['element']['insertBefore'](_0x4b04d3['ui']['element'],this['element']['firstChild']),_0x4b04d3['model']['document']['on']('change',()=>this['value']=_0x4b04d3['getData']()),_0x4b04d3['bind']('placeholder')['to'](this),this['focusables']['add'](_0x4b04d3['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x9bf554){-0x1===_0x9bf554?(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:_0x2f1360}=this,_0xc2b4a5=new _0x3b9991(_0x2f1360);return _0xc2b4a5['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0xc2b4a5['withText']=!0x0,_0xc2b4a5['bind']('label')['to'](this,'submitLabel'),_0xc2b4a5['on']('execute',()=>{this['fire']('submit',this['value']);}),_0xc2b4a5['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x11ac7d,_0x5624c0)=>!_0x5624c0&&!!_0x11ac7d['trim']()),_0xc2b4a5;}['_createCancelButton'](){const {locale:_0x865af0}=this,_0x48362c=new _0x3b9991(_0x865af0);return _0x48362c['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x48362c['label']=E(_0x865af0,'Cancel'),_0x48362c['withText']=!0x0,_0x48362c['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x48362c;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0xf96fc7=>{this['focusTracker']['add'](_0xf96fc7['element']);}),this['focusables']['on']('change',(_0x26c294,_0x5a25ac)=>{for(const _0x20ff10 of Array['from'](_0x5a25ac['added'])['reverse']())this['focusTracker']['add'](_0x20ff10['element']);});}}class ie extends kt{constructor(_0x4d4725,_0x1f85db,_0x28bcaf){super(_0x4d4725),this['commentInputView']=new hs(_0x4d4725,_0x28bcaf),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0xe8d953,_0x22d580)=>_0xe8d953||!!_0x22d580),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 _0x23a080(_0x4d4725,_0x1f85db),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'](_0x4c58c7){this['commentInputView']['focus'](_0x4c58c7);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x5124af,_0x540922)=>{const {submitButtonView:_0x399638,cancelButtonView:_0x3c9cf8,editor:_0x12a624}=this['commentInputView'];[_0x399638['element'],_0x3c9cf8['element'],_0x12a624?_0x12a624['editing']['view']['getDomRoot']():null]['filter'](_0x688c1e=>_0x688c1e)['some'](_0x5192f5=>_0x5192f5['contains'](_0x540922['target']))||(this['focus'](),_0x540922['preventDefault']());});}}class cs extends kt{constructor(_0x4cc44d){super(_0x4cc44d);const _0x411c7c=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x411c7c['to']('count',_0x4905d7=>E(_0x4cc44d,'NUMBER_OF_COMMENTS',_0x4905d7))}]});}}class te extends kt{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x4c9e92,_0x62d292,_0x4e0308){super(_0x4c9e92);const _0xdd76ca=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x62d292['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x62d292,this['_config']=_0x4e0308,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0xa9b33(),this['keystrokes']=new jt(),this['focusCycler']=new _0x1e0fed({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x32cc75=>this['commentViews']['map'](_0x1ef36a=>_0x1ef36a['element'])['includes'](_0x32cc75['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new cs(_0x4c9e92),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x1fe3ff=>_0x1fe3ff-this['_config']['maxCommentsWhenCollapsed']);for(const _0x55b889 of _0x62d292['comments'])this['_handleNewCommentModel'](_0x55b889);this['_handleInfoComment'](),this['listenTo'](_0x62d292['comments'],'add',(_0xe4b361,_0x150b62)=>{const _0x2c113d=this['_calculatePosition'](_0x150b62);this['length']++,this['_handleNewCommentModel'](_0x150b62,_0x2c113d),this['refreshVisibleViews']();}),this['listenTo'](_0x62d292['comments'],'remove',(_0x243539,_0x27808f)=>{this['length']--,this['_handleRemoveCommentModel'](_0x27808f),this['refreshVisibleViews']();}),this['listenTo'](_0x62d292,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x62d292,'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',_0xdd76ca['if']('length','ck-hidden',_0xe292c7=>!_0xe292c7)],'aria-label':E(_0x4c9e92,'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'](_0x350610){-0x1===_0x350610?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x211928 of this['commentViews'])_0x211928['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x5c3e50,_0x37c133){const _0x2c302d=new this['_config']['CommentView'](this['locale'],_0x5c3e50,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x2c302d['viewUid']=_0x5c3e50['id'],_0x2c302d['delegate']('removeComment')['to'](this),_0x2c302d['delegate']('updateComment')['to'](this),_0x2c302d['delegate']('resolveCommentThread')['to'](this),_0x2c302d['delegate']('editorReady')['to'](this),_0x2c302d['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x2c302d,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x2c302d,_0x37c133);}['_calculatePosition'](_0x28ee27){const _0x51a056=this['_model']['_findOptimalIndex'](_0x28ee27);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x28ee27['authoredAt']?_0x51a056-0x1:_0x51a056:_0x51a056-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x4c45f6={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':E(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x4c45f6,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x4c45f6));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x3b4031){const _0xfe4fc9=this['commentViews']['remove'](_0x3b4031['id']);this['stopListening'](_0xfe4fc9),_0xfe4fc9['isEditMode']&&this['_updateHasDirtyComment'](),_0xfe4fc9['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x2a0e92=>_0x2a0e92['isEditMode']);}['_rearrangeCollapse'](){const _0x402bbe=function(_0x36be5d){const _0x137dcc=new _0x495158();for(const _0x10dd75 of _0x36be5d)_0x137dcc['add'](_0x10dd75);return _0x137dcc;}(this['commentViews']),_0xe5aa3b=this['_collapsedCommentsView']['count'];for(let _0x3eb4d4=0x1;_0x3eb4d4<=_0xe5aa3b;_0x3eb4d4++)_0x402bbe['remove'](0x1);for(const _0x140d87 of _0x402bbe)_0x140d87['collapse']();_0xe5aa3b>0x0&&_0x402bbe['add'](this['_collapsedCommentsView'],0x1),as(_0x510946(Array['from'](this['visibleViews']),Array['from'](_0x402bbe)),this['visibleViews'],_0x402bbe);}['_rearrangeExpand'](){as(_0x510946(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x1aad10 of this['visibleViews'])_0x1aad10['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x3b3326=>{this['focusTracker']['add'](_0x3b3326['element']),this['keystrokes']['listenTo'](_0x3b3326['element']);}),this['commentViews']['on']('change',(_0x368673,_0x160b71)=>{for(const _0x43a8c5 of _0x160b71['removed'])this['focusTracker']['remove'](_0x43a8c5['element']),this['keystrokes']['stopListening'](_0x43a8c5['element']);for(const _0x1b8e1f of Array['from'](_0x160b71['added'])['reverse']())this['focusTracker']['add'](_0x1b8e1f['element']),this['keystrokes']['listenTo'](_0x1b8e1f['element']);});}}function as(_0x22e75f,_0x3ab4c4,_0x32fae3){let _0xb316e0=0x0;for(const _0x5d60c9 of _0x22e75f)switch(_0x5d60c9){case'insert':_0x3ab4c4['add'](_0x32fae3['get'](_0xb316e0),_0xb316e0),_0xb316e0++;break;case'delete':_0x3ab4c4['remove'](_0xb316e0);break;case'equal':_0xb316e0++;}}class ls extends kt{constructor(_0x26c36a){super(_0x26c36a);const _0x146a90=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x146a90['to']('contextValue',_0x1567dd=>E(_0x26c36a,'THREAD_CONTEXT_LABEL',_0x1567dd)),'tabindex':-0x1},'children':[{'text':_0x146a90['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class Yt extends kt{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x316743,_0x2da13e){super(_0x316743);const _0x2b253e=this['bindTemplate'];this['_model']=_0x2da13e,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0xa9b33(),this['keystrokes']=new jt(),this['focusCycler']=new _0x1e0fed({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x26d92c=>!!_0x26d92c),this['bind']('contextValue')['to'](this['_model'],'context',_0x132fd6=>_0x132fd6&&_0x132fd6['value']?this['_trimContextValue'](_0x132fd6['value']):E(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',_0x2b253e['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 _0xb75f8c=new _0x3b9991(this['locale']);return _0xb75f8c['label']=E(this['locale'],'Reopen'),_0xb75f8c['tooltip']=E(this['locale'],'Reopen'),_0xb75f8c['icon']=_0x33c00e,_0xb75f8c['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x3cf21c=>!_0x3cf21c),_0xb75f8c['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x527f9a,_0x57928b)=>_0x527f9a&&_0x57928b),_0xb75f8c['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0xb75f8c;}['_trimContextValue'](_0x407ff0){if(_0x407ff0['length']<0x96)return _0x407ff0;const _0x29e097=_0x407ff0['lastIndexOf']('\x20',0x93);return _0x407ff0['substring'](0x0,_0x29e097>-0x1?_0x29e097:0x93)+'...';}['_attachContextActions'](){const _0x40152e=this['element']['querySelector']('.ck-context'),_0x107982=_0x40152e['querySelector']('.ck-context__value');this['listenTo'](_0x40152e,'mouseenter',()=>{_0x107982['offsetWidth']<_0x107982['scrollWidth']&&_0x40152e['classList']['add']('overlay');}),this['listenTo'](_0x40152e,'mouseleave',()=>{_0x40152e['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x416fd9 of this['focusables'])this['focusTracker']['add'](_0x416fd9['element']),this['keystrokes']['listenTo'](_0x416fd9['element']);}['_createContextView'](){const _0x150c37=new ls(this['locale']);return _0x150c37['bind']('contextValue')['to'](this),_0x150c37;}}class is extends kt{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x418a3e,_0x29778f,_0x29ce66,_0x22d24d){super(_0x418a3e),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x29778f,this['_localUser']=_0x29ce66,this['_config']=_0x22d24d,this['commentThreadHeaderView']=new Yt(_0x418a3e,_0x29778f),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new Zt(_0x418a3e,E(_0x418a3e,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new te(_0x418a3e,_0x29778f,Object['assign']({'CommentView':this['_config']['CommentView']},_0x22d24d)),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',(_0x2a6357,_0x3f7aec)=>_0x2a6357||!!_0x3f7aec),this['bind']('isUnlinked')['to'](_0x29778f,'unlinkedAt',_0x19a23d=>!!_0x19a23d),this['bind']('ariaLabel')['to'](this,'length',_0x4de3d7=>{const _0x19f7b7=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return E(this['locale'],'COMMENT_THREAD_LABEL',[_0x4de3d7,_0x19f7b7]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0xa9b33(),this['keystrokes']=new jt(),this['focusCycler']=new _0x1e0fed({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x86bd3e=>_0x86bd3e['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),ts(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x659084=new ie(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x2969f1=_0x659084['commentInputView'];return _0x659084['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x2969f1,'value',(_0x4d067c,_0x5d41d7,_0x5d19f3,_0x57ea1b,_0x495aaf)=>!!_0x495aaf||!!_0x57ea1b&&_0x5d19f3&&!_0x5d41d7||_0x4d067c&&_0x5d19f3&&!_0x5d41d7),_0x2969f1['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x49cce2,_0x316baa,_0x5d9ec1)=>{let _0x8afa2b;return _0x8afa2b=_0x5d9ec1&&_0x316baa?'Reply\x20to\x20reopen\x20discussion...':_0x49cce2?'Reply...':'Write\x20a\x20comment...',E(this['locale'],_0x8afa2b);}),_0x2969f1['bind']('submitLabel')['to'](this,'length',_0x275bf2=>E(this['locale'],_0x275bf2?'Reply':'Comment')),_0x2969f1['on']('submit',(_0x271e02,_0x263b87)=>{this['fire']('addComment',_0x263b87),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x2969f1['on']('cancel',()=>{this['focus']();}),_0x2969f1['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x2969f1['on']('cancel',_0x9ca5d5=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x9ca5d5['stop']());}),this['on']('change:isActive',(_0x3b322b,_0xf3a28,_0x312fde)=>{_0x312fde||this['length']||_0x2969f1['value']||this['fire']('removeCommentThread');}),_0x659084;}}class gt extends/* #__PURE__ -- @preserve */
|
|
27
|
+
ti(is){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x30aa30,_0x3f9360,_0x6a33ab,_0x104f77){super(_0x30aa30,_0x3f9360,_0x6a33ab,_0x104f77),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x30aa30,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x5194db,_0x47e291,_0x43e04d)=>{_0x43e04d||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x1b91ac,_0x2aa994,_0x5a7375)=>{_0x5a7375&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x5284f1=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x5284f1['if']('isActive','ck-thread--active'),_0x5284f1['if']('isUnlinked','ck-thread--unlinked'),_0x5284f1['if']('isConfirm','ck-thread--remove-confirmation'),_0x5284f1['to']('actionIndicator',_0x20bd42=>_0x20bd42?'ck-thread--'+_0x20bd42:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x5284f1['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 _0x200a4c of this['commentsListView']['commentViews'])_0x200a4c['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x2c0bb5}=this,_0x322cb3=this['commentsListView']['commentViews']['get'](0x0);_0x322cb3===this['_boundFirstCommentView']||_0x322cb3['isSystemComment']||(this['_boundFirstCommentView']=_0x322cb3,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x322cb3,'actionIndicator',_0x223045=>'remove'===_0x223045?'remove':null),_0x322cb3['placeholder']=E(_0x2c0bb5,'Write\x20a\x20comment...'),_0x322cb3['removeButton']['on']('execute',_0x95228c=>{_0x95228c['stop'](),this['showConfirm'](E(_0x2c0bb5,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x322cb3['focus']();}),_0x322cb3['actionBar']['add'](this['resolveButton'],0x0),_0x322cb3['focusables']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x3c922f=new _0x59ad87(this['locale']);return _0x3c922f['label']=E(this['locale'],'Resolve'),_0x3c922f['tooltip']=E(this['locale'],'Resolve'),_0x3c922f['icon']=_0x2662aa,_0x3c922f['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x3c922f['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0xa967d8=>!_0xa967d8),_0x3c922f['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x7ab053,_0x51d1b7)=>_0x7ab053&&!_0x51d1b7),_0x3c922f['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x3c922f;}['_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 os extends kt{constructor(_0x2aea23){super(_0x2aea23),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x33b067,_0x1f8668,_0x12d0c7)=>{this['element']['innerHTML']=_0x12d0c7;}),this['element']['innerHTML']=this['content'];}}class rs extends kt{['visibleView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x20c684,_0x10e918,_0x1bad8d){super(_0x20c684),this['_model']=_0x10e918,this['_config']=_0x1bad8d,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x10e918,'content',_0x10e918,'authoredAt',(_0x3b6ab3,_0x8f4367)=>E(_0x20c684,'COMMENT_ARIA_LABEL',[_0x10e918['author']['name'],_0x1bad8d['formatDateTime'](_0x8f4367),new DOMParser()['parseFromString'](_0x3b6ab3,'text/html')['body']['textContent'],_0x10e918['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new Zt(_0x20c684,E(_0x20c684,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new _0x67afca(),this['focusTracker']=new _0xa9b33(),this['keystrokes']=new jt(),this['focusCycler']=new _0x1e0fed({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x5caa99=>_0x5caa99['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']?E(this['locale'],'EXTERNAL_IMPORT_WORD_COMMENT'):E(this['locale'],'EXTERNAL_COMMENT');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?E(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):E(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['_createCommentContentView'](){const _0x547d76=new os(this['locale']);return _0x547d76['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x1e0856,_0x5f4009)=>_0x5f4009?_0x42137a(_0x1e0856,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x1e0856),_0x547d76;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x4c46eb=new hs(this['locale'],this['_config']['editorConfig']);return _0x4c46eb['value']=this['_model']['content'],_0x4c46eb['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x4c46eb['submitLabel']=E(this['locale'],'Save'),_0x4c46eb['on']('submit',(_0x5aefb5,_0x44f2fd)=>{this['fire']('updateComment',this['_model']['id'],_0x44f2fd),this['switchToDisplayMode'](),this['focus']();}),_0x4c46eb['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x4c46eb['once']('editorReady',()=>{_0x4c46eb['focus']();}),_0x4c46eb['createEditor'](),_0x4c46eb['delegate']('editorReady')['to'](this),_0x4c46eb['delegate']('editorDestroyed')['to'](this),_0x4c46eb;}['_setupKeyboardNavigation'](){const _0x55d356=this['element'];this['keystrokes']['listenTo'](_0x55d356);for(const _0x1a8e4f of this['focusables'])this['focusTracker']['add'](_0x1a8e4f['element']),this['keystrokes']['listenTo'](_0x1a8e4f['element']);this['focusables']['on']('change',(_0x175b7b,_0x3ae1bc)=>{for(const _0x32b9fe of _0x3ae1bc['removed'])this['focusTracker']['remove'](_0x32b9fe['element']),this['keystrokes']['stopListening'](_0x32b9fe['element']);for(const _0x4107f8 of _0x3ae1bc['added'])this['focusTracker']['add'](_0x4107f8['element']),this['keystrokes']['listenTo'](_0x4107f8['element']);}),this['keystrokes']['set']('enter',(_0x3b95cb,_0x1037e7)=>{_0x55d356===_0x3b95cb['target']&&(this['focusCycler']['focusFirst'](),_0x1037e7());}),this['keystrokes']['set']('esc',(_0x5d53cf,_0x42cf56)=>{_0x55d356!==_0x5d53cf['target']&&(this['focus'](),_0x42cf56());});}}class Tt extends/* #__PURE__ -- @preserve */
|
|
28
|
+
ti(rs){['actionBar'];['userView'];constructor(_0x1c157a,_0x538a3c,_0x3eda97){super(_0x1c157a,_0x538a3c,_0x3eda97),this['set']('actionIndicator',null),this['set']('placeholder',E(_0x1c157a,'Reply...')),this['bind']('authoredAt')['to'](_0x538a3c),this['bind']('resolvedAt')['to'](_0x538a3c),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 _0x23a080(_0x1c157a,_0x538a3c['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0x538a3c,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x178eb3=this['bindTemplate'],_0x6cd032=[{'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':_0x178eb3['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x178eb3['to']('authoredAt',_0x3fb504=>this['_config']['formatDateTime'](_0x3fb504))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x178eb3['if']('isEditMode','ck-comment__actions--hidden'),_0x178eb3['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']&&_0x6cd032['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0x178eb3['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1,'aria-label':_0x178eb3['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x178eb3['if']('isEditMode','ck-comment--edit'),_0x178eb3['if']('isSystemComment','ck-comment--info'),_0x178eb3['to']('actionIndicator',_0x2b6aef=>_0x2b6aef?'ck-comment--'+_0x2b6aef:'')],'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':_0x6cd032}]}]};}['_createEditButton'](){const _0x2bb7d1=new _0x3b9991(this['locale']);return _0x2bb7d1['label']=E(this['locale'],'Edit'),_0x2bb7d1['icon']=_0x8b7575,_0x2bb7d1['withText']=!0x0,_0x2bb7d1['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x2bb7d1['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x23278e=>!_0x23278e),_0x2bb7d1['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x2bb7d1['on']('execute',()=>this['switchToEditMode']()),_0x2bb7d1;}['_createRemoveButton'](){const _0x43783e=new _0x3b9991(this['locale']);return _0x43783e['label']=E(this['locale'],'Remove'),_0x43783e['icon']=_0x2a78ee,_0x43783e['withText']=!0x0,_0x43783e['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x43783e['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x1089e8=>!_0x1089e8),_0x43783e['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x43783e['on']('execute',()=>{this['showConfirm'](E(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x43783e;}['_createDropdown'](){const _0x212ec0=_0x2839dc(this['locale'],_0x210d3f),_0x507f54=_0x212ec0['panelView']['children'],_0x4997bd=new _0x56ad51(this['locale']),_0x39c8a4=_0x212ec0['bindTemplate'];_0x4bb64d(_0x212ec0,()=>this['items']['find'](_0xfd5b4d=>_0xfd5b4d['isVisible'])),_0x212ec0['extendTemplate']({'attributes':{'class':[_0x39c8a4['if']('isVisible','ck-hidden',_0x2dcddd=>!_0x2dcddd)]}});const _0x13e70a=(_0x341647,_0x5cc6c9=-0x1)=>{const _0xa1092b=new _0x170854(this['locale']);_0xa1092b['children']['add'](_0x341647);const _0x4eb0ac=_0x5cc6c9>-0x1?_0x5cc6c9:_0x4997bd['items']['length'];_0x4997bd['items']['add'](_0xa1092b,_0x4eb0ac);const _0x10da38=Array['from'](this['items']);_0x212ec0['unbind']('isEnabled','isVisible'),_0x212ec0['bind']('isEnabled')['toMany'](_0x10da38,'isEnabled',(..._0x24fd58)=>_0x24fd58['some'](_0x573f4e=>_0x573f4e)),_0x212ec0['bind']('isVisible')['toMany'](_0x10da38,'isVisible',(..._0x490de3)=>_0x490de3['some'](_0x34d294=>_0x34d294));};_0x212ec0['panelPosition']='sw',_0x212ec0['buttonView']['set']({'label':E(this['locale'],'Show\x20more\x20items'),'icon':_0x26754a});for(const _0x2fc57d of this['items'])_0x13e70a(_0x2fc57d);return _0x507f54['add'](_0x4997bd),_0x212ec0['listenTo'](this['items'],'add',(_0x4690d9,_0x30572d,_0x27f5a2)=>{_0x13e70a(_0x30572d,_0x27f5a2);}),_0x212ec0['listenTo'](this['items'],'remove',(_0x13d655,_0x103979,_0x18682d)=>{_0x4997bd['items']['remove'](_0x18682d);}),_0x212ec0;}['_attachActions'](_0x5cfdc1,_0x2f1cf5){const _0x1a669c=_0x5cfdc1&&_0x5cfdc1['element'];_0x1a669c&&(this['listenTo'](_0x1a669c,'mouseenter',()=>this['actionIndicator']=_0x2f1cf5),this['listenTo'](_0x1a669c,'focus',()=>this['actionIndicator']=_0x2f1cf5),this['listenTo'](_0x1a669c,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x1a669c,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0xdc2bfb=super['_createCommentInputView']();return _0xdc2bfb['bind']('placeholder')['to'](this),_0xdc2bfb;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}}function Lt(_0x183139){const _0x1bc42d=Dt(_0x183139,0x1e),_0x4e74b6=new MutationObserver(_0xc2ba7b=>{for(const _0x26d79c of _0xc2ba7b)('attributes'==_0x26d79c['type']&&'class'==_0x26d79c['attributeName']||'childList'==_0x26d79c['type']||'characterData'==_0x26d79c['type'])&&_0x1bc42d();});return{'attach'(_0x3c8b30){_0x4e74b6['observe'](_0x3c8b30,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x4e74b6['disconnect'](),_0x1bc42d['cancel']();}};}class S extends kt{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x180e2c,_0x3aa231){super(_0x180e2c),this['id']=_0x5e4023(),this['focusTracker']=new _0xa9b33(),this['keystrokes']=new jt(),this['keystrokes']['set']('Esc',(_0x39ffac,_0x34db96)=>this['fire']('Esc',_0x34db96)),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']=Lt(()=>this['_updateHeight']()),this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this),this['content']['add'](_0x3aa231),this['mainView']=_0x3aa231;const _0x27e37b=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x27e37b['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 _0x302a66=this['element']['clientHeight'];_0x302a66&&(this['height']=_0x302a66);}}class d extends/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x5ad58d(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x5954c0,target:_0x4457d9,type:_0x405b18,isVisible:_0x297223=!0x0}){super(),this['view']=_0x5954c0,this['view']['element']||this['view']['render'](),this['_type']=_0x405b18,this['_target']=_0x4457d9,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x495158([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x3d19f2,_0x526bba)=>{this['view']['focusTracker']['add'](_0x526bba);}),this['focusableElements']['on']('remove',(_0x2397f7,_0x336d3b)=>{this['view']['focusTracker']['remove'](_0x336d3b);}),this['set']('isVisible',_0x297223);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x13bb33=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x13bb33),_0x13bb33;}get['targetRect'](){const _0x4e35cf=this['target'];if(null===_0x4e35cf)return null;if(_0x4e35cf instanceof _0x3bd473)return _0x4e35cf;const _0x315cf3=_0x4e35cf['filter'](_0xa15965=>function(_0x1fdb55){const _0x1c003c=_0x1fdb55['offsetParent'];if(_0x1c003c)return!0x0;const _0x1eb5ec=_0x1fdb55['getClientRects']()['item'](0x0);return!!_0x1eb5ec;}(_0xa15965));return 0x0===_0x315cf3['length']?null:new _0x3bd473(_0x315cf3[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x2ea97e){this['view']['isActive']=_0x2ea97e,this['view']['mainView']['isActive']=_0x2ea97e;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x50f03a){if(!(null===_0x50f03a||_0x50f03a instanceof _0x3bd473||Array['isArray'](_0x50f03a)&&_0x50f03a['every'](_0x30396d=>li(_0x30396d))))throw new _0xa7d815('annotation-invalid-target',null,{'target':_0x50f03a});}['_getNormalizedTarget'](){const _0x1a07df='function'==typeof this['_target']?this['_target']():this['_target'];return li(_0x1a07df)?[_0x1a07df]:_0x1a07df;}}function li(_0x351aae){return null!==_0x351aae&&'object'==typeof _0x351aae&&'nodeType'in _0x351aae&&0x1===_0x351aae['nodeType'];}class _ extends _0x495158{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x5627df=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0xa9b33(),this['_focusTracker']['on']('change:isFocused',(_0x557eb1,_0x15589c,_0x5d560c)=>{_0x5d560c||this['fire']('blur');});for(const _0x151d33 of _0x5627df)this['add'](_0x151d33);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x2375a5){if(this['has'](_0x2375a5))throw new _0xa7d815('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x2375a5['innerView'],_0x2375a5),this['_viewToAnnotation']['set'](_0x2375a5['view'],_0x2375a5);for(const _0xd9d6 of _0x2375a5['focusableElements'])this['_focusTracker']['add'](_0xd9d6);this['listenTo'](_0x2375a5['focusableElements'],'add',(_0x38cf5b,_0x40e01d)=>{this['_focusTracker']['add'](_0x40e01d);}),this['listenTo'](_0x2375a5['focusableElements'],'remove',(_0x2f98fb,_0x1a6050)=>{this['_focusTracker']['remove'](_0x1a6050);}),this['listenTo'](_0x2375a5['view']['focusTracker'],'change:isFocused',(_0x3a56c3,_0x2b39ec,_0x2705c0)=>{_0x2705c0&&this['fire']('focus',_0x2375a5);}),_0x2375a5['updateTargetRect']();const _0x1b364a=this['_getOrderInContent'](_0x2375a5['view']['targetRect']);return super['add'](_0x2375a5,_0x1b364a);}['remove'](_0x4cbb22){if(!this['has'](_0x4cbb22))throw new _0xa7d815('annotationcollection-not-existing-item',null);this['stopListening'](_0x4cbb22['view']['focusTracker']),this['stopListening'](_0x4cbb22['focusableElements']);for(const _0x6a5cfb of _0x4cbb22['focusableElements'])this['_focusTracker']['remove'](_0x6a5cfb);return this['_viewToAnnotation']['delete'](_0x4cbb22['view']),this['_innerViewToAnnotation']['delete'](_0x4cbb22['innerView']),super['remove'](_0x4cbb22);}['getByInnerView'](_0x435393){return this['_innerViewToAnnotation']['get'](_0x435393);}['getByView'](_0x2c7a9f){return this['_viewToAnnotation']['get'](_0x2c7a9f);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x3fa6d9 of this)_0x3fa6d9['updateTargetRect']();this['_sort']();}['_sort'](){const _0x21a5f1=Array['from'](this)['sort']((_0x43bbb3,_0x4c04ba)=>v(_0x43bbb3['view']['targetRect'],_0x4c04ba['view']['targetRect']));for(let _0x2bc2c7=_0x21a5f1['length']-0x1;_0x2bc2c7>0x0;_0x2bc2c7--){const _0x51c952=_0x21a5f1[_0x2bc2c7];_0x2bc2c7!==this['getIndex'](_0x51c952)&&(this['remove'](_0x51c952),this['add'](_0x51c952));}}['_getOrderInContent'](_0x1137fe){let _0x58e198=0x0;if(!_0x1137fe)return this['length'];for(const _0x388cc5 of this){const _0x59b383=_0x388cc5['view']['targetRect'];if(_0x59b383){if(v(_0x1137fe,_0x59b383)<0x0)return _0x58e198;_0x58e198++;}}return _0x58e198;}}function v(_0x2a59b2,_0x4cf180){if(null===_0x2a59b2&&null===_0x4cf180)return 0x0;if(null===_0x2a59b2)return-0x1;if(null===_0x4cf180)return 0x1;const _0x61bb14=_0x2a59b2['top']-_0x4cf180['top'];return 0x0==_0x61bb14?_0x2a59b2['left']-_0x4cf180['left']:_0x61bb14;}class O extends _0x3af3fa{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x515c90){if(super(_0x515c90),this['collection']=new _(),this['_visibleAnnotations']=new _(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x515c90 instanceof _0x320740){const _0x2f8e29=_0x515c90['locale'];_0x515c90['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':E(_0x2f8e29,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':E(_0x2f8e29,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':E(_0x2f8e29,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':E(_0x2f8e29,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':E(_0x2f8e29,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':E(_0x2f8e29,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':E(_0x2f8e29,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x1f2cbc){this['collection']['add'](_0x1f2cbc);}['remove'](_0x485446){this['collection']['remove'](_0x485446),_0x485446['destroy']();}['refreshVisibility'](){for(const _0x397977 of this['collection'])_0x397977['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x5c9014){return this['collection']['getByInnerView'](_0x5c9014);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x3afee6 of this['collection'])_0x3afee6['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0xbc5b2b){this['fire']('_activateAnnotation',_0xbc5b2b);}['createAnnotation'](_0x233fed){return new d(_0x233fed);}['createAnnotationView'](_0x4c9acb,_0x51de9c){return new S(_0x4c9acb,_0x51de9c);}['_addActiveAnnotation'](_0x1ad8fe){const _0x3093e1=new Set(this['activeAnnotations']);_0x3093e1['add'](_0x1ad8fe),this['activeAnnotations']=_0x3093e1;}['_removeActiveAnnotation'](_0x52d55d){const _0x4f923d=new Set(this['activeAnnotations']);_0x4f923d['delete'](_0x52d55d),this['activeAnnotations']=_0x4f923d;}['_bindAnnotationsToVisibleAnnotations'](){const _0x5555eb=this['collection'],_0x11de95=this['_visibleAnnotations'];function _0x315ca1(_0x47805f){const _0x410642=_0x47805f['source'];_0x410642['isVisible']&&!_0x11de95['has'](_0x410642)?_0x11de95['add'](_0x410642):!_0x410642['isVisible']&&_0x11de95['has'](_0x410642)&&_0x11de95['remove'](_0x410642),_0x410642['view']['focusTracker']['remove'](_0x410642['view']['element']),_0x410642['view']['focusTracker']['add'](_0x410642['view']['element']);}this['listenTo'](_0x5555eb,'add',(_0x33d2d9,_0x39e7e9)=>{_0x39e7e9['isVisible']&&_0x11de95['add'](_0x39e7e9),this['listenTo'](_0x39e7e9,'change:isVisible',_0x315ca1);}),this['listenTo'](_0x5555eb,'remove',(_0x109c82,_0x4602bb)=>{_0x11de95['has'](_0x4602bb)&&_0x11de95['remove'](_0x4602bb),this['stopListening'](_0x4602bb,'change:isVisible',_0x315ca1);});}['_setupEnterAnnotationKeystroke'](){const _0x11c2ee=_0x43623f=>{_0x43623f['on']('ready',()=>{_0x43623f['keystrokes']['set'](_0x534cc0,(_0x51d702,_0x4883c9)=>{const _0xf3b144=_0x570d16(this['activeAnnotations']['values']());_0xf3b144&&(_0xf3b144['view']['focus'](),_0x4883c9());});});};this['context']instanceof _0x320740?_0x11c2ee(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x12feef,_0x35507f)=>{_0x11c2ee(_0x35507f);});}['_setupEscapeAnnotationHandling'](){const _0x4a133b=_0x4dc01b=>{const _0x541bab=_0x4dc01b['source'],_0x491dff=[];let _0x335e27;if(Array['isArray'](_0x541bab['target'])){_0x335e27=_0x541bab['target'][0x0],this['context']instanceof _0x320740?_0x491dff['push'](this['context']):this['context']['editors']&&_0x491dff['push'](...this['context']['editors']);for(const _0x369dcd of _0x491dff)for(const _0x4bd418 of _0x369dcd['editing']['view']['domRoots']['values']())if(_0x4bd418['contains'](_0x335e27))return void _0x369dcd['editing']['view']['focus']();_0x335e27['focus']();}};this['listenTo'](this['collection'],'add',(_0x4abebc,_0x816b19)=>{this['listenTo'](_0x816b19,'escape',_0x4a133b,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x549c72,_0xb77f01)=>{this['stopListening'](_0xb77f01,'escape',_0x4a133b);});}}const _t=Symbol('noChannel'),bt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class o extends _0x3af3fa{['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[O,lt,st];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x24eb90){super(_0x24eb90),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x2e5341=this['context']['config'];_0x2e5341['define']('comments.maxCommentsWhenCollapsed',0x2),_0x2e5341['define']('comments.maxThreadTotalWeight',0x1f4),_0x2e5341['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x2e5341['define']('comments.CommentThreadView',gt),_0x2e5341['define']('comments.CommentView',Tt),_0x2e5341['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x4244d8=this['context']['plugins']['get'](O);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x231a5,_0x8f493a)=>this['_addCommentThread'](_0x8f493a)),this['on']('submitCommentThread',(_0x5b4c1c,_0x51e569)=>this['_submitCommentThread'](_0x51e569)),this['on']('resolveCommentThread',(_0x20c55c,_0x3024fb)=>this['_resolveCommentThread'](_0x3024fb)),this['on']('resolveCommentThread',(_0x34ef6a,_0x32a8bf)=>this['_updateActiveAnnotation'](_0x32a8bf),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x3c5e08,_0x50691b)=>this['_reopenCommentThread'](_0x50691b)),this['on']('reopenCommentThread',(_0x2e123f,_0x3c0eec)=>this['_updateActiveAnnotation'](_0x3c0eec),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x17f908,_0x384910)=>this['_removeCommentThread'](_0x384910)),this['on']('updateCommentThread',(_0x4fcfbd,_0x3e2200)=>this['_updateCommentThread'](_0x3e2200)),this['on']('updateCommentThread',(_0x1c1795,_0x83dc5)=>this['_updateActiveAnnotation'](_0x83dc5),{'priority':'lowest'}),this['on']('addComment',(_0x12242e,_0x9f2fea)=>this['_addComment'](_0x9f2fea)),this['on']('updateComment',(_0x1b5cd5,_0xf7500f)=>this['_updateComment'](_0xf7500f)),this['on']('removeComment',(_0xae9705,_0xceb6e1)=>this['_removeComment'](_0xceb6e1)),this['on']('addComment',(_0x11e970,{threadId:_0x57fb4d,isFromAdapter:_0x4f868c})=>{if(_0x4f868c)return;const _0x3e94d7=this['getCommentThread'](_0x57fb4d),_0x5e758e=_0x3e94d7&&this['_threadToController']['get'](_0x3e94d7);_0x5e758e&&_0x5e758e['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x4244d8,'change:activeAnnotations',(_0xc8cb5e,_0x50462c,_0x424598)=>{const _0x28307=Array['from'](_0x424598)['map'](_0x17591b=>this['_viewToController']['get'](_0x17591b['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x28307?_0x28307['model']:null;});}set['adapter'](_0x559157){if(this['_adapter'])throw new _0xa7d815('commentsrepository-adapter-already-set');this['_adapter']=_0x559157;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0xa70485=_t,threadId:_0x4cb0a1=_0x5e4023(),comments:_0x309809=[],unlinkedAt:_0x17fafc=null,resolvedAt:_0x15b96f=null,resolvedBy:_0x1caea0=null,target:_0x3b5ec1=null,context:_0x3229c7=null,attributes:_0x522c5a={},isResolvable:_0x30b47a=!0x0,isSubmitted:_0x4b4bf1=!0x1,isFromAdapter:_0x247022=!0x1}={}){return this['fire'](Nt('addCommentThread',_0xa70485),{'channelId':_0xa70485,'threadId':_0x4cb0a1,'comments':_0x309809,'unlinkedAt':_0x17fafc,'resolvedAt':_0x15b96f,'resolvedBy':_0x1caea0,'target':_0x3b5ec1,'context':_0x3229c7,'attributes':_0x522c5a,'isFromAdapter':_0x247022,'isResolvable':_0x30b47a,'isSubmitted':_0x4b4bf1}),this['getCommentThread'](_0x4cb0a1);}['openNewCommentThread']({channelId:_0x25e342=_t,threadId:_0xc0b0f3=_0x5e4023(),target:_0x16040c,context:_0x496827=null,isResolvable:_0x11a8f8=!0x0}){if(this['_readOnlyChannels']['has'](_0x25e342)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x16040c)throw new _0xa7d815('commentsrepository-missing-target');const _0x363519=this['addCommentThread']({'channelId':_0x25e342,'threadId':_0xc0b0f3,'target':_0x16040c,'context':_0x496827,'isResolvable':_0x11a8f8});if(!_0x363519)return null;const _0x5eeecd=this['_threadToController']['get'](_0x363519),_0x4a8b16=_0x5eeecd['view']['commentThreadInputView']['commentInputView'],_0x2ac8b7=this['context']['plugins']['get'](O),_0x189c4c=_0x2ac8b7['getByInnerView'](_0x5eeecd['view']);return _0x2ac8b7['activate'](_0x189c4c),_0x4a8b16['once']('editorReady',()=>_0x4a8b16['focus']()),_0x363519;}['hasCommentThread'](_0x2ecb0a){if('string'!=typeof _0x2ecb0a)throw new _0xa7d815('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x2ecb0a);}['updateCommentThread']({channelId:_0x21a324=_t,threadId:_0x3d86a7,context:_0x2d78bc,unlinkedAt:_0x5ab4e9,attributes:_0x24dfd0,isFromAdapter:_0x451757=!0x1}){return this['fire'](Nt('updateCommentThread',_0x21a324),{'channelId':_0x21a324,'threadId':_0x3d86a7,'context':_0x2d78bc,'unlinkedAt':_0x5ab4e9,'attributes':_0x24dfd0,'isFromAdapter':_0x451757}),this['getCommentThread'](_0x3d86a7);}['getCommentThread'](_0x4b7f9d){if('string'!=typeof _0x4b7f9d)throw new _0xa7d815('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x4b7f9d);}['fetchCommentThread']({channelId:_0x35a619,threadId:_0x1614af}={}){const _0x3e40bc=this['getCommentThread'](_0x1614af);if(_0x3e40bc)return Promise['resolve'](_0x3e40bc);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0xa7d815('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x35a619,'threadId':_0x1614af})['then'](_0x1e52d9=>this['hasCommentThread'](_0x1614af)?this['getCommentThread'](_0x1614af):_0x1e52d9?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x35a619},_0x1e52d9)):void 0x0)['catch'](_0x1d59fc=>{throw console['error'](_0x1d59fc),new _0xa7d815('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x12231a,skipNotAttached:_0x4aed37=!0x1,skipEmpty:_0x3d3d7c=!0x1,toJSON:_0x314b3b=!0x1}={}){const _0x44741a=[];for(const _0x139d82 of this['_threads']['values']())_0x12231a&&_0x139d82['channelId']!==_0x12231a||_0x4aed37&&!_0x139d82['isAttached']||_0x3d3d7c&&0x0===_0x139d82['length']||_0x44741a['push'](_0x139d82);return _0x314b3b?_0x44741a['map'](_0x56d289=>_0x56d289['toJSON']()):_0x44741a;}['setActiveCommentThread'](_0x4c396f){const _0x365428=this['context']['plugins']['get'](O);if(!_0x4c396f)return void(this['activeCommentThread']&&_0x365428['deactivateAll']());const _0x45d8b6=this['getCommentThread'](_0x4c396f);if(!_0x45d8b6)throw new _0xa7d815('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x4c396f});if(!this['_threadToController']['has'](_0x45d8b6))throw new _0xa7d815('commentsrepository-active-not-attached',null,{'threadId':_0x4c396f});const _0x479d5a=_0x365428['getByInnerView'](this['_threadToController']['get'](_0x45d8b6)['view']);_0x365428['activate'](_0x479d5a);}['switchReadOnly'](_0x1bc062,_0x2661f4){_0x1bc062?this['_readOnlyChannels']['add'](_0x2661f4):this['_readOnlyChannels']['delete'](_0x2661f4),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x4cbfb0){return this['_readOnlyChannels']['has'](_0x4cbfb0)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x569d2b,_0x6c15){return new vt(_0x569d2b,_0x6c15);}['setPermissions'](_0x11d8f4,_0x8e8cab=_t){this['_permissions']['set'](_0x8e8cab,_0x11d8f4),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x389520=_t){return this['_permissions']['has'](_0x389520)?this['_permissions']['get'](_0x389520):bt;}['_addCommentThread']({channelId:_0x1777e0,threadId:_0x636b66,comments:_0x5aa886,unlinkedAt:_0x445905,resolvedAt:_0x274c6d,resolvedBy:_0x90a7b9,target:_0x518d29,context:_0x5a849e,attributes:_0x55af03,isFromAdapter:_0x321d09,isResolvable:_0x2d4bfc,isSubmitted:_0xc4bdc3}){if('string'!=typeof _0x636b66)throw new _0xa7d815('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x636b66});if(this['hasCommentThread'](_0x636b66))throw new _0xa7d815('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x636b66});const _0xc8373b=new ui(this,{'channelId':_0x1777e0,'id':_0x636b66,'context':_0x5a849e,'attributes':_0x55af03,'unlinkedAt':_0x445905,'resolvedAt':_0x274c6d,'resolvedBy':_0x90a7b9?this['context']['plugins']['get'](st)['getUser'](_0x90a7b9):null,'isResolvable':_0x2d4bfc,'isSubmitted':_0xc4bdc3||_0x321d09});this['_threads']['set'](_0x636b66,_0xc8373b);for(const _0x310b73 of _0x5aa886)_0xc8373b['_add'](this['_createNewComment']({'threadId':_0x636b66,..._0x310b73}));return _0x518d29&&_0xc8373b['attachTo'](_0x518d29),_0x321d09||!_0xc8373b['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x1777e0,'threadId':_0x636b66});}['_submitCommentThread']({channelId:_0x4e9d40,threadId:_0x2bcf0b}){if(!this['hasCommentThread'](_0x2bcf0b))throw new _0xa7d815('commentsrepository-missing-comment-thread',this);const _0x5b3978=this['getCommentThread'](_0x2bcf0b);if(_0x5b3978['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x4aacca,comments:_0xa4229a,resolvedAt:_0x47562b,resolvedBy:_0x124be5,context:_0x1b973a,attributes:_0x52279d}=_0x5b3978,_0x2e836b=this['context']['plugins']['get']('PendingActions'),_0x13ac37=_0x2e836b['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x4e9d40,'threadId':_0x4aacca,'comments':_0xa4229a['map'](_0xa10b9=>_0xa10b9['toJSON']()),'resolvedAt':_0x47562b,'resolvedBy':_0x124be5?_0x124be5['id']:_0x124be5,'context':_0x1b973a,'attributes':_0x52279d})['then'](({comments:_0x55d1ae})=>{_0x2e836b['remove'](_0x13ac37);for(const _0x3cbadb of _0x55d1ae)this['_updateComment']({'channelId':_0x4e9d40,'threadId':_0x2bcf0b,'commentId':_0x3cbadb['commentId'],'createdAt':_0x3cbadb['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x847614=>{throw console['error'](_0x847614),new _0xa7d815('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x6420b0,target:_0x547988}){const _0x331fc9=this['getCommentThread'](_0x6420b0);if(!_0x331fc9)throw new _0xa7d815('commentsrepository-attach-missing-comment-thread',this);const _0x57a3a4=this['context']['plugins']['get']('PendingActions'),_0x1a6b69=this['context']['plugins']['get'](O),_0x5cab3d=this['_createCommentThreadView'](_0x331fc9),_0x23e0d9=new vt(_0x331fc9,_0x5cab3d);let _0x40c048=null;_0x5cab3d['on']('change:isDirty',(_0x49a7e9,_0x45e2e8,_0xa067b4)=>{_0xa067b4?_0x40c048=_0x57a3a4['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x40c048&&(_0x57a3a4['remove'](_0x40c048),_0x40c048=null);}),this['_threadToController']['set'](_0x331fc9,_0x23e0d9),this['_viewToController']['set'](_0x5cab3d,_0x23e0d9);const _0x2fd694=new S(this['context']['locale'],_0x5cab3d);_0x2fd694['bind']('length')['to'](_0x5cab3d),_0x2fd694['bind']('isDirty')['to'](_0x5cab3d,'isDirty',_0x5cab3d,'length',(_0x503767,_0xeb1ffe)=>_0x503767||!_0xeb1ffe),_0x2fd694['bind']('isActive')['to'](_0x5cab3d),_0x2fd694['type']='comment';const _0x5556c1=new d({'view':_0x2fd694,'target':_0x547988,'type':'comment','isVisible':!_0x331fc9['archivedAt']});return _0x5cab3d['on']('escape',()=>{_0x5556c1['fire']('escape');}),this['_bindAnnotationToEditors'](_0x5cab3d,_0x5556c1),_0x1a6b69['add'](_0x5556c1),_0x5556c1;}['_bindAnnotationToEditors'](_0x1d36d0,_0x3223c7){this['listenTo'](_0x1d36d0,'editorReady',(_0x2dfed,_0x201169)=>{const _0x5d0905=_0x201169['ui']['view']['body']['bodyCollectionContainer'];_0x3223c7['focusableElements']['add'](_0x5d0905),this['context']instanceof _0x320740&&this['context']['ui']['focusTracker']['add'](_0x5d0905);},{'priority':'highest'}),this['listenTo'](_0x1d36d0,'editorDestroyed',(_0x480912,_0x23c433)=>{const _0x4efc09=_0x23c433['ui']['view']['body']['bodyCollectionContainer'];_0x3223c7['focusableElements']['has'](_0x4efc09)&&_0x3223c7['focusableElements']['remove'](_0x4efc09),this['context']instanceof _0x320740&&this['context']['ui']['focusTracker']['remove'](_0x4efc09);});}['_unbindEditors'](_0x434389){this['stopListening'](_0x434389,'editorReady'),this['stopListening'](_0x434389,'editorDestroyed');}['_createCommentThreadView'](_0x3d4a77){const _0x2df807=this['context']['plugins']['get'](st),{config:_0x2f90e8,locale:_0x36aecd}=this['context'],_0x35914e=pt(_0x2f90e8['get']('locale'),_0x36aecd);return new(0x0,(_0x2f90e8['get']('comments'))['CommentThreadView'])(_0x36aecd,_0x3d4a77,_0x2df807['me'],{'editorConfig':{..._0x2f90e8['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x2f90e8['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x2f90e8['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x2f90e8['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x2f90e8['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x35914e,'CommentView':_0x2f90e8['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x23614b,channelId:_0x46f3f7,resolvedAt:_0x3a2f04,resolvedBy:_0x59d475,isFromAdapter:_0x5978f6}){if(!this['hasCommentThread'](_0x23614b))throw new _0xa7d815('commentsrepository-missing-comment-thread',null,{'threadId':_0x23614b});const _0x573a4a=this['getCommentThread'](_0x23614b);if(_0x573a4a['isResolved'])throw new _0xa7d815('commentsrepository-resolved-comment-thread',null,{'threadId':_0x23614b});const _0xce165b=this['context']['plugins']['get'](st);if(_0x573a4a['resolvedBy']=_0xce165b['getUser'](_0x59d475),_0x573a4a['resolvedAt']=_0x3a2f04,_0x5978f6||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x3703e0=this['context']['plugins']['get']('PendingActions'),_0x3adc03=_0x3703e0['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x46f3f7,'threadId':_0x23614b})['then'](({resolvedAt:_0x4e205e,resolvedBy:_0x3a991d})=>{_0x3703e0['remove'](_0x3adc03),_0x573a4a['resolvedBy']['id']!==_0x3a991d&&(_0x573a4a['resolvedBy']=_0xce165b['getUser'](_0x3a991d)),_0x573a4a['resolvedAt']=_0x4e205e;})['catch'](_0x144ebe=>{throw console['error'](_0x144ebe),new _0xa7d815('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x1bd17f,channelId:_0x438860,isFromAdapter:_0xd43c5f}){if(!this['hasCommentThread'](_0x1bd17f))throw new _0xa7d815('commentsrepository-missing-comment-thread',null,{'threadId':_0x1bd17f});const _0x1e4a0c=this['getCommentThread'](_0x1bd17f);if(!_0x1e4a0c['isResolved'])throw new _0xa7d815('commentsrepository-reopen-comment-thread',null,{'threadId':_0x1bd17f});if(_0x1e4a0c['resolvedBy']=null,_0x1e4a0c['resolvedAt']=null,_0xd43c5f||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x10b409=this['context']['plugins']['get']('PendingActions'),_0x27d6ca=_0x10b409['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x438860,'threadId':_0x1bd17f})['then'](()=>_0x10b409['remove'](_0x27d6ca))['catch'](_0x48e1d0=>{throw console['error'](_0x48e1d0),new _0xa7d815('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x5e0306,isFromAdapter:_0x41f085}){const _0x18a07c=this['getCommentThread'](_0x5e0306);if(!_0x18a07c)throw new _0xa7d815('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x5e0306),this['_threads']['delete'](_0x5e0306),!_0x18a07c['isSubmitted']||_0x41f085||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x5b96d1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x131d7b}=_0x18a07c,_0x462272=_0x5b96d1['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x131d7b,'threadId':_0x5e0306})['then'](()=>_0x5b96d1['remove'](_0x462272))['catch'](_0x4a1f05=>{throw console['error'](_0x4a1f05),new _0xa7d815('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x812d72,unlinkedAt:_0x27922a,context:_0x457034,attributes:_0x1ad602,isFromAdapter:_0x340c2b}){if('string'!=typeof _0x812d72)throw new _0xa7d815('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x812d72});if(!this['hasCommentThread'](_0x812d72))throw new _0xa7d815('commentsrepository-missing-comment-thread',null,{'threadId':_0x812d72});const _0x340466=this['getCommentThread'](_0x812d72);let _0x2103c5=!0x1;if(void 0x0!==_0x457034&&_0x340466['context']!==_0x457034&&(_0x340466['context']=_0x457034,_0x2103c5=!0x0),void 0x0!==_0x27922a&&_0x340466['unlinkedAt']!==_0x27922a&&(_0x340466['unlinkedAt']=_0x27922a,_0x2103c5=!0x0),_0x1ad602&&!At(_0x1ad602,_0x340466['attributes'])&&(_0x340466['attributes']=_0x1ad602,_0x2103c5=!0x0),!_0x2103c5)return Promise['resolve']();if(!_0x340466['isSubmitted']||_0x340c2b||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x2df762=this['context']['plugins']['get']('PendingActions'),{channelId:_0x34646d}=_0x340466,_0x52a24a=_0x2df762['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x34646d,'threadId':_0x812d72,'context':_0x457034,'unlinkedAt':_0x27922a,'attributes':_0x1ad602})['then'](()=>_0x2df762['remove'](_0x52a24a))['catch'](_0x5dcd31=>{throw console['error'](_0x5dcd31),new _0xa7d815('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x2731a8){const _0x27cf48=this['context']['plugins']['get'](O),_0x1a5f63=this['getCommentThread'](_0x2731a8);if(_0x1a5f63['_isAttached']=!0x1,this['_threadToController']['has'](_0x1a5f63)){const _0x5b8b24=this['_threadToController']['get'](_0x1a5f63),_0x4f8ce3=_0x5b8b24['view'],_0x1eee52=_0x27cf48['getByInnerView'](_0x4f8ce3);this['_threadToController']['delete'](_0x1a5f63),this['_viewToController']['delete'](_0x4f8ce3),_0x1eee52&&_0x27cf48['remove'](_0x1eee52),_0x5b8b24['destroy'](),_0x4f8ce3['destroy']()['then'](()=>{this['_unbindEditors'](_0x4f8ce3);});}}['_updateActiveAnnotation']({threadId:_0x2667f6,resolvedAt:_0x1fdc6e,unlinkedAt:_0x3ba272}){const _0x2e9e5f=!!_0x1fdc6e,_0x58163b=this['context']['plugins']['get'](O),_0x2aae5e=this['getCommentThread'](_0x2667f6);if(this['_threadToController']['has'](_0x2aae5e)){const _0x3e1ec8=this['_threadToController']['get'](_0x2aae5e)['view'],_0x3ca4ba=_0x58163b['getByInnerView'](_0x3e1ec8);_0x3ca4ba&&(_0x2e9e5f&&_0x58163b['_removeActiveAnnotation'](_0x3ca4ba),_0x3ba272?_0x3ca4ba['isVisible']=!0x1:_0x3ca4ba['refreshVisibility']());}}['_getExternalAuthor'](_0x474c17){const _0x5a5c5a=this['context']['plugins']['get'](st),_0x26fdbf=It('external:'+_0x474c17),_0x27772e=_0x5a5c5a['getUser'](_0x26fdbf);return _0x27772e||_0x5a5c5a['addUser']({'id':_0x26fdbf,'name':_0x474c17});}['_createNewComment']({threadId:_0x555a05,commentId:_0x3f4981=_0x5e4023(),content:_0x17bfe0,authorId:_0x386972,createdAt:_0x296c7e,attributes:_0x5f419a}){if('string'!=typeof _0x3f4981)throw new _0xa7d815('commentsrepository-invalid-commentid');if('string'!=typeof _0x386972)throw new _0xa7d815('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x17bfe0||!_0x17bfe0['trim']())throw new _0xa7d815('commentsrepository-invalid-comment-content');const _0x59f72f=this['context']['plugins']['get'](st)['getUser'](_0x386972);if(!_0x59f72f)throw new _0xa7d815('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x386972});let _0x39a995=null,_0x5d808a=_0x296c7e;return _0x5f419a?.['@external']&&(_0x39a995=this['_getExternalAuthor'](_0x5f419a['@external']['authorName']),_0x5d808a=new Date(_0x5f419a['@external']['createdAt'])),new fi(this,{'threadId':_0x555a05,'id':_0x3f4981,'author':_0x39a995||_0x59f72f,'creator':_0x59f72f,'content':_0x17bfe0,'createdAt':_0x296c7e,'authoredAt':_0x5d808a,'attributes':_0x5f419a});}['_addComment'](_0x2c24d0){let {threadId:_0x1619f8,content:_0x38866c,attributes:_0x42c823,isFromAdapter:_0xb10180}=_0x2c24d0;const _0x5b486a=this['getCommentThread'](_0x2c24d0['threadId']);if(!_0x5b486a)throw new _0xa7d815('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x4ec06b=this['_createNewComment'](_0x2c24d0),{id:_0x10f4da}=_0x4ec06b;if(_0x5b486a['_add'](_0x4ec06b),_0xb10180||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x5b486a['isSubmitted'])return Promise['resolve']();const _0x4a6f43=this['context']['plugins']['get']('PendingActions'),{channelId:_0x581242}=_0x5b486a,_0x4a1d10=_0x4a6f43['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x42c823||(_0x42c823={}),this['adapter']['addComment']({'channelId':_0x581242,'threadId':_0x1619f8,'commentId':_0x10f4da,'content':_0x38866c,'attributes':_0x42c823})['then'](_0x11b817=>{_0x4a6f43['remove'](_0x4a1d10),_0x11b817&&this['_updateComment']({'channelId':_0x581242,'threadId':_0x1619f8,'commentId':_0x10f4da,'createdAt':_0x11b817['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3505cd=>{throw console['error'](_0x3505cd),new _0xa7d815('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x431baa,commentId:_0xa41a64,content:_0x4b7707,createdAt:_0x1417c9,attributes:_0x169548,isFromAdapter:_0x32371f}){if(void 0x0!==_0x4b7707&&('string'!=typeof _0x4b7707||!_0x4b7707['trim']()['length']))throw new _0xa7d815('commentsrepository-update-comment-invalid-content');const _0x3392a5=this['getCommentThread'](_0x431baa),_0x20a5e8=_0x3392a5['getComment'](_0xa41a64);if(!_0x20a5e8)throw new _0xa7d815('commentsrepository-update-missing-comment',this);let _0x12b493=!0x1;if(_0x4b7707&&_0x4b7707!==_0x20a5e8['content']&&(_0x20a5e8['isEditable']||_0x32371f)&&(_0x20a5e8['content']=_0x4b7707,_0x12b493=!0x0),_0x1417c9&&_0x1417c9!==_0x20a5e8['createdAt']&&(_0x20a5e8['createdAt']=_0x1417c9,_0x20a5e8['attributes']&&_0x20a5e8['attributes']['@external']||(_0x20a5e8['authoredAt']=_0x1417c9),_0x12b493=!0x0),_0x169548&&!At(_0x169548,_0x20a5e8['attributes'])&&(_0x20a5e8['attributes']=_0x169548,_0x12b493=!0x0),!_0x12b493)return Promise['resolve']();if(_0x3392a5['fire']('commentUpdated'),_0x32371f||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x4a6bc5=this['context']['plugins']['get']('PendingActions'),{channelId:_0x5d9f33}=this['getCommentThread'](_0x20a5e8['threadId']),_0x7f2cbe=_0x4a6bc5['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x5d9f33,'threadId':_0x431baa,'commentId':_0xa41a64,'content':_0x4b7707,'attributes':_0x169548})['then'](()=>_0x4a6bc5['remove'](_0x7f2cbe))['catch'](_0x146e49=>{throw console['error'](_0x146e49),new _0xa7d815('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x4e2dbb,commentId:_0x3dbc14,isFromAdapter:_0x41e547}){const _0x116579=this['getCommentThread'](_0x4e2dbb),_0x301421=_0x116579['getComment'](_0x3dbc14);if(!_0x301421)throw new _0xa7d815('commentsrepository-remove-missing-comment',this);if(_0x116579['_remove'](_0x301421),_0x41e547||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x1db705=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3a7c60}=_0x116579,_0x517327=_0x1db705['add'](E(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x3a7c60,'threadId':_0x4e2dbb,'commentId':_0x3dbc14})['then'](()=>_0x1db705['remove'](_0x517327))['catch'](_0x55ec40=>{throw console['error'](_0x55ec40),new _0xa7d815('commentsrepository-remove-comment-internal-error',this);});}}class ui extends/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x5ad58d(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x37a606,_0x501a3f){super();const _0x23d6fa=_0x501a3f['isResolvable'];this['channelId']=_0x501a3f['channelId'],this['id']=_0x501a3f['id'],this['comments']=new _0x495158(),this['_repository']=_0x37a606,this['_isAttached']=!0x1,this['_isSubmitted']=_0x501a3f['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x37a606,'_permissions',_0x37a606,'_readOnlyChannels',()=>_0x37a606['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x37a606,'_permissions',()=>_0x37a606['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x37a606,'_permissions',()=>{const _0x1533c3=_0x37a606['getPermissions'](this['channelId']);return _0x1533c3['write']||_0x1533c3['admin'];}),this['bind']('isResolvable')['to'](_0x37a606,'_permissions',()=>_0x23d6fa&&_0x37a606['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x501a3f['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x1c995d,_0x11f837)=>_0x1c995d?_0x11f837?_0x1c995d<_0x11f837?_0x1c995d:_0x11f837:_0x1c995d:_0x11f837),this['set']('unlinkedAt',_0x501a3f['unlinkedAt']||null),this['set']('resolvedAt',_0x501a3f['resolvedAt']||null),this['set']('resolvedBy',_0x501a3f['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x2a5031=>!!_0x2a5031),this['set']('attributes',_0x501a3f['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x3e5db5,_0x595708)=>_0x3e5db5+_0x595708['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x316447,id:_0x2358a3}=this;this['_repository']['fire'](Nt('submitCommentThread',_0x316447),{'channelId':_0x316447,'threadId':_0x2358a3});}['setUnlinkedAt'](_0x1db5f5){this['_update']({'unlinkedAt':_0x1db5f5});}['resolve']({resolvedAt:_0x255313=new Date(),resolvedBy:_0x4f2a27=null,isFromAdapter:_0x52876b=!0x1}={}){const _0xcab038=this['_repository']['context']['plugins']['get'](st)['me'],{channelId:_0x29adf6,id:_0x4662c1}=this;this['_repository']['fire'](Nt('resolveCommentThread',_0x29adf6),{'channelId':_0x29adf6,'threadId':_0x4662c1,'resolvedAt':_0x255313,'resolvedBy':_0x4f2a27||_0xcab038['id'],'isFromAdapter':_0x52876b});}['reopen']({isFromAdapter:_0x7e26e=!0x1}={}){const {channelId:_0x74293f,id:_0x506e8d}=this;this['_repository']['fire'](Nt('reopenCommentThread',_0x74293f),{'channelId':_0x74293f,'threadId':_0x506e8d,'isFromAdapter':_0x7e26e});}['setContext'](_0x1a89cf){this['context']||this['_update']({'context':_0x1a89cf});}['setAttribute'](_0x3c3274,_0x1916d1){const _0x173b3b=wt(this['attributes']);yt(_0x173b3b,_0x3c3274,_0x1916d1),this['_update']({'attributes':_0x173b3b});}['removeAttribute'](_0xf31315){const _0x2e19ba=wt(this['attributes']);Ct(_0x2e19ba,_0xf31315),this['_update']({'attributes':_0x2e19ba});}['remove']({isFromAdapter:_0xa110c7=!0x1}={}){const {channelId:_0x51697e,id:_0x31096c}=this;this['_repository']['fire'](Nt('removeCommentThread',_0x51697e),{'channelId':_0x51697e,'threadId':_0x31096c,'isFromAdapter':_0xa110c7});}['attachTo'](_0x24603e){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x24603e});}['addComment'](_0x58f90e){const {channelId:_0x3ca586,id:_0x1200d6}=this;this['_repository']['fire'](Nt('addComment',_0x3ca586,_0x1200d6),Object['assign']({'channelId':_0x3ca586,'threadId':_0x1200d6},_0x58f90e));}['getComment'](_0x31f759){if('string'!=typeof _0x31f759)throw new _0xa7d815('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x31f759});return this['comments']['get'](_0x31f759);}['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'](_0xb5131f=>_0xb5131f['toJSON']()),'attributes':this['attributes']};}['_add'](_0x5ee1dc){return this['listenTo'](_0x5ee1dc,'change:authoredAt',()=>{const _0x371c82=this['_findOptimalIndex'](_0x5ee1dc),_0x138e24=this['comments'];_0x371c82-0x1!=_0x138e24['getIndex'](_0x5ee1dc)&&_0x371c82+0x1!=_0x138e24['getIndex'](_0x5ee1dc)&&(this['_remove'](_0x5ee1dc),this['_add'](_0x5ee1dc));}),this['comments']['add'](_0x5ee1dc,this['_findOptimalIndex'](_0x5ee1dc));}['_update'](_0x3bc91d){const {channelId:_0x487d18,id:_0x2f10f0}=this;this['_repository']['fire'](Nt('updateCommentThread',_0x487d18),{..._0x3bc91d,'channelId':_0x487d18,'threadId':_0x2f10f0});}['_remove'](_0xb03bcb){return this['stopListening'](_0xb03bcb),_0xb03bcb['destroy'](),this['comments']['remove'](_0xb03bcb);}['_findOptimalIndex'](_0x1d3da3){const _0x247af6=this['comments']['find'](_0x51d119=>new Date(_0x51d119['authoredAt'])['getTime']()>new Date(_0x1d3da3['authoredAt'])['getTime']());return _0x247af6?this['comments']['getIndex'](_0x247af6):this['length'];}}class fi extends/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x5ad58d(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x6f4ab,_0x476bef){super();const _0x4df1d8=_0x6f4ab['context']['plugins']['get'](st)['me'],_0x4fcdf7=_0x6f4ab['getCommentThread'](_0x476bef['threadId']),_0x59890d=0x0===_0x4fcdf7['comments']['length'],_0x5b9385=_0x4df1d8===_0x476bef['author'];this['id']=_0x476bef['id'],this['threadId']=_0x476bef['threadId'],this['author']=_0x476bef['author'],this['creator']=_0x476bef['creator'],this['isExternal']=Boolean(_0x476bef['attributes']&&_0x476bef['attributes']['@external']),this['set']('content',_0x476bef['content']),this['createdAt']=_0x476bef['createdAt']||new Date(),this['set']('authoredAt',_0x476bef['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x4fcdf7,'resolvedAt'),this['set']('attributes',_0x476bef['attributes']||{}),this['bind']('isEditable')['to'](_0x6f4ab,'_permissions',()=>{const _0x38b331=_0x6f4ab['getPermissions'](_0x4fcdf7['channelId'])['write'],_0x4873d8=_0x6f4ab['getPermissions'](_0x4fcdf7['channelId'])['modifyAll'];return _0x5b9385&&_0x38b331||!_0x5b9385&&_0x4873d8;}),this['bind']('isRemovable')['to'](_0x4fcdf7,'isRemovable',_0x6f4ab,'_permissions',_0x23f15e=>{const _0x3098e1=_0x6f4ab['getPermissions'](_0x4fcdf7['channelId'])['write'],_0x10eaa0=_0x6f4ab['getPermissions'](_0x4fcdf7['channelId'])['modifyAll'];return _0x5b9385&&_0x3098e1||_0x23f15e&&_0x59890d||!_0x5b9385&&_0x10eaa0&&!_0x59890d;}),this['bind']('isReadOnly')['to'](_0x4fcdf7,'isReadOnly'),this['_repository']=_0x6f4ab;}get['weight'](){return Math['max'](function(_0x5ed7b3){const _0x5ef800=document['createElement']('div');return _0x5ef800['innerHTML']=_0x5ed7b3,_0x5ef800['textContent']['length'];}(this['content']),0xc8);}['update'](_0x2d8568){const {threadId:_0xce88d1,id:_0x551a18}=this;if(!this['_repository']['hasCommentThread'](_0xce88d1))throw new _0xa7d815('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x1c747b}=this['_repository']['getCommentThread'](_0xce88d1);this['_repository']['fire'](Nt('updateComment',_0x1c747b,_0xce88d1),{'channelId':_0x1c747b,'threadId':_0xce88d1,'commentId':_0x551a18,..._0x2d8568});}['setAttribute'](_0x2ab629,_0x28fe9c){const _0xa7f66f=wt(this['attributes']);yt(_0xa7f66f,_0x2ab629,_0x28fe9c),this['update']({'attributes':_0xa7f66f});}['removeAttribute'](_0x528485){const _0x48dbaa=wt(this['attributes']);Ct(_0x48dbaa,_0x528485),this['update']({'attributes':_0x48dbaa});}['remove'](_0x54a0ad={}){if(!_0x54a0ad['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x19c051,id:_0x2329fc}=this;if(!this['_repository']['hasCommentThread'](_0x19c051))throw new _0xa7d815('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x370d21}=this['_repository']['getCommentThread'](_0x19c051);this['_repository']['fire'](Nt('removeComment',_0x370d21,_0x19c051),{'channelId':_0x370d21,'threadId':_0x19c051,'commentId':_0x2329fc,..._0x54a0ad});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function Nt(_0x249c65,..._0x2bfa2e){for(const _0x5a091c of _0x2bfa2e)void 0x0!==_0x5a091c&&(_0x249c65+=':'+String(_0x5a091c));return _0x249c65;}class K extends _0x53e501{['refresh'](){const _0x39d2a6=this['editor']['model']['document']['selection'];for(const _0x8a98ae of _0x39d2a6['getRanges']())if(this['_hasContent'](_0x8a98ae))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x5cbd92=_0x5e4023()}={}){const _0x46051d=this['editor']['model'],_0x203ac4=[];for(const _0x25bcbb of _0x46051d['document']['selection']['getRanges']())this['_hasContent'](_0x25bcbb)&&_0x203ac4['push'](this['_trimToContent'](_0x25bcbb));_0x46051d['change'](_0xcff380=>{for(const _0xd44ce2 of _0x203ac4){const _0x90a862=_0x5e4023()['substr'](0x1,0x5),_0x20bf41='comment:'+_0x5cbd92+':'+_0x90a862;_0xcff380['addMarker'](_0x20bf41,{'range':_0xd44ce2,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x35f674){for(const _0x1cb0a9 of _0x35f674['getItems']())if(this['_itemIsContent'](_0x1cb0a9))return!0x0;return!0x1;}['_itemIsContent'](_0x10e079){return _0x10e079['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x10e079)&&!_0x10e079['is']('element','tableCell');}['_trimToContent'](_0xdd56e1){const _0x2864e5=_0x4288a5=>!this['_itemIsContent'](_0x4288a5['item']),_0x2ae8df=_0xdd56e1['start']['getLastMatchingPosition'](_0x2864e5),_0x581590=_0xdd56e1['end']['getLastMatchingPosition'](_0x2864e5,{'direction':'backward'});return this['editor']['model']['createRange'](_0x2ae8df,_0x581590);}}class P extends _0x49a43a{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[O];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2da0ad){super(_0x2da0ad),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x3fae56=this['editor'],_0x3c9d8a=_0x3fae56['model']['document']['selection'],_0x3c25e7=_0x36aac6(()=>this['refreshSelectedViews'](),0xa);_0x3c9d8a['on']('change:range',(_0x526e6d,_0x3f867d)=>{_0x3f867d['directChange']&&(_0x3c25e7['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x3fae56['editing']['view']['document'],'change:isFocused',(_0x32be3e,_0x17f2b1,_0x4a401b)=>{_0x4a401b&&_0x3c25e7();}),this['listenTo'](_0x3fae56['ui']['focusTracker'],'change:isFocused',(_0x4fc210,_0x48c02f,_0x43549a)=>{_0x43549a||_0x3fae56['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0xcf412f=>this['_editorAnnotationsData']['has'](_0xcf412f['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x18db37){if(this['_editorAnnotations']['has'](_0x18db37['view']))return;this['_editorAnnotations']['add'](_0x18db37['view']),this['editor']['ui']['focusTracker']['add'](_0x18db37['view']['element']);const _0x5867a5=this['editor']['plugins']['get'](O);this['listenTo'](_0x5867a5['collection'],'remove',(_0x1f3a88,_0x3e6719)=>{this['editor']['ui']['focusTracker']['remove'](_0x3e6719['view']['element']),this['_editorAnnotations']['delete'](_0x3e6719['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x1328ba){if('function'!=typeof _0x1328ba)throw new _0xa7d815('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x1328ba);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x2997d4,annotations:_0x80c25d}){const _0x2e8fd6=[],_0x100e8b=this['editor']['model']['document']['selection'],_0x27fb6b=Array['from'](_0x100e8b['getRanges']());for(const [_0x553789,_0x4601c8]of this['_editorAnnotationsData']){const _0x282926=_0x6c798a(_0x4601c8),_0x50441b=_0x80c25d['getByInnerView'](_0x553789);_0x282926&&_0x50441b&&_0x2e8fd6['push']({'annotation':_0x50441b,'range':_0x282926});}function _0x6c798a(_0x4fd067){for(const _0x438e0d of _0x4fd067)for(const _0x32ea13 of _0x27fb6b)if(_0x438e0d['containsRange'](_0x32ea13,!_0x100e8b['isCollapsed']))return _0x438e0d;return null;}return _0x2e8fd6['sort']((_0x4554f6,_0x2f076e)=>{const _0x2a8539=_0x4554f6['range'],_0x177b09=_0x2f076e['range'];if(!_0x2a8539['isEqual'](_0x177b09)){if(_0x2a8539['containsRange'](_0x177b09,!0x0))return 0x1;if(_0x177b09['containsRange'](_0x2a8539,!0x0))return-0x1;}return _0x4554f6['annotation']==_0x2997d4?-0x1:_0x2f076e['annotation']==_0x2997d4?0x1:0x0;})['map'](_0x13c946=>_0x13c946['annotation']);}get['_editorAnnotationsData'](){const _0x53bcf9=new Map();for(const _0x264708 of Array['from'](this['_dataCollectors']))for(const [_0x3939b8,_0x31ed79]of _0x264708())_0x53bcf9['set'](_0x3939b8,_0x31ed79);return _0x53bcf9;}}class ct extends _0x49a43a{['afterInit'](){const _0x2c3f4e=this['editor'];if(!_0x2c3f4e['plugins']['has']('RestrictedEditingModeEditing'))return;_0x2c3f4e['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class at extends _0x49a43a{constructor(_0x27be1d){super(_0x27be1d),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x46a3c8=this['editor'],_0x5dba46=_0x46a3c8['commands']['get']('importWord'),_0x4367b3=_0x46a3c8['plugins']['get'](st);_0x5dba46&&(_0x5dba46['on']('execute',(_0x503f5c,[,_0x25414b])=>{_0x25414b['collaboration_features']={'comments':!0x0,'user_id':_0x4367b3['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x5dba46,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x5c2d7c,_0x571461){const {comment_threads:_0x4c0b63}=_0x571461;_0x4c0b63&&_0x4c0b63['forEach'](({thread_id:_0x3a4771,comments:_0x571293,is_resolved:_0x20c07b})=>{const _0x1195ba=new Date(),_0x4da316=_0x571293['map'](({author:_0x359bb6,content:_0x2edc22,created_at:_0x5e961c})=>({'content':_0x2edc22,'authorId':this['editor']['plugins']['get'](st)['me']['id'],'createdAt':_0x1195ba,'attributes':{'@external':{'authorName':_0x359bb6,'createdAt':_0x5e961c?new Date(_0x5e961c):new Date(),'source':'importWord'}}})),_0x562940=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](o)['addCommentThread']({'channelId':_0x562940,'threadId':_0x3a4771,'comments':_0x4da316,'resolvedAt':_0x20c07b?_0x1195ba:null});});}}class ut extends _0x49a43a{constructor(_0x15f610){super(_0x15f610),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x3541f6=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x3541f6,'contentInsertion',(_0x39d8c5,_0x114fec)=>this['_removeMarkersWithoutThreads'](_0x114fec['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x576f7d){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x576f7d;const _0x41e12b=this['editor']['plugins']['get']('CommentsRepository');for(const _0x18c747 of _0x576f7d['keys']()){const [_0x57b7ad,_0x4782e9]=_0x18c747['split'](':');'comment'!=_0x57b7ad||_0x41e12b['hasCommentThread'](_0x4782e9)||_0x576f7d['delete'](_0x18c747);}return _0x576f7d;}['_registerMarkerInClipboardPipeline'](){const _0x32cb58=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0xc1015c=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0xc1015c&&_0x32cb58['_registerMarkerToCopy']('comment',_0xc1015c);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x69c2e5){switch(_0x69c2e5){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}class ft extends _0x49a43a{['init'](){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}['overrideMarkerConverters'](){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0x1a19cf,_0x1be426)=>{if(!_0x1be426['options']['showCommentHighlights'])return null;if(_0x1be426['options']['ignoreResolvedComments']){const {id:_0x1e8769}=er(_0x1a19cf['markerName']),_0x1d3368=this['editor']['plugins']['get'](o);if(_0x1d3368['getCommentThread'](_0x1e8769)?.['isResolved']&&_0x1a19cf['item'])return _0x1be426['consumable']['consume'](_0x1a19cf['item'],'addMarker:'+_0x1a19cf['markerName']),_0x1be426['consumable']['consume'](_0x1a19cf['item'],'removeMarker:'+_0x1a19cf['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x450cbb=>{_0x450cbb['on']('addMarker:comment',(_0x2036a9,_0x2303bf,_0x3b985d)=>{if(!_0x3b985d['options']['showCommentHighlights'])return;const _0xc84faa=_0x2303bf['item'];if(!_0xc84faa)return;const _0x456130=_0x3b985d['mapper']['toViewElement'](_0xc84faa);this['editor']['model']['schema']['isObject'](_0xc84faa)&&_0x456130&&!_0x456130['getCustomProperty']('widget')&&_0x456130['is']('containerElement')&&_0x375d8c(_0x456130,_0x3b985d['writer']);},{'priority':'high'});});}['overrideHorizontalRuleConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x1febc7,{writer:_0x31d551,options:_0x74e92})=>{if(!_0x74e92['showCommentHighlights'])return null;const _0x5672b1=_0x31d551['createContainerElement']('div'),_0x4d502d=_0x31d551['createEmptyElement']('hr');return _0x31d551['addClass']('ck-horizontal-line',_0x5672b1),_0x31d551['insert'](_0x31d551['createPositionAt'](_0x5672b1,0x0),_0x4d502d),_0x5672b1;},'converterPriority':'high'});}['overrideImageInlineConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x4e7eaf,{writer:_0x115d4b,options:_0x354826})=>{if(!_0x354826['showCommentHighlights'])return null;const _0x29c7e1=_0x115d4b['createContainerElement']('span'),_0x390b6f=_0x115d4b['createEmptyElement']('img');return _0x115d4b['addClass']('image-inline',_0x29c7e1),_0x115d4b['insert'](_0x115d4b['createPositionAt'](_0x29c7e1,0x0),_0x390b6f),_0x29c7e1;},'converterPriority':'high'});}['overrideMediaEmbedConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x115701,{writer:_0x416942,options:_0x19c5dc})=>{if(_0x19c5dc['showCommentHighlights'])return _0x416942['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x37ac25,_0x118727,_0x57bfe0)=>{_0x57bfe0['options']['showCommentHighlights']&&_0x37ac25['stop']();},{'priority':'high'});}}class r extends _0x49a43a{static get['requires'](){return[o,P,st,ct,at,ut,ft];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x332700){super(_0x332700),this['set']('isThreadsLoadingPaused',!0x0),_0x332700['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x2be1a0,_0x125ae4,_0x505052,_0x28f656)=>{const _0x4ed9d3=_0x332700['plugins']['get'](o),_0x38cb4a=_0x505052?er(_0x505052)['id']:null;_0x332700['model']['change'](()=>{if(_0x38cb4a){const _0x5847b8=this['getAllMarkersForId'](_0x38cb4a);for(const _0x21e451 of _0x5847b8)_0x332700['editing']['reconvertMarker'](_0x21e451);}if(_0x28f656){const {id:_0x612d55}=er(_0x28f656),_0x2636a4=_0x4ed9d3['getCommentThread'](_0x612d55);if(_0x2636a4&&_0x2636a4['unlinkedAt'])return;if(_0x2636a4&&!_0x2636a4['isAttached'])return;const _0x146b49=this['getAllMarkersForId'](_0x612d55);for(const _0x31114e of _0x146b49)_0x332700['editing']['reconvertMarker'](_0x31114e);}}),_0x38cb4a&&this['scrollToThreadMarker'](_0x38cb4a);}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x361d97=this['editor'],_0xd37ba4=_0x361d97['plugins']['get'](o),_0x3a3954=_0x361d97['config']['get']('collaboration.channelId'),_0xdb9e4b=_0xd37ba4['getCommentThreads']()['filter'](_0x1eaefe=>_0x1eaefe['channelId']!==_0x3a3954);_0x361d97['commands']['add']('addCommentThread',new K(_0x361d97)),this['listenTo'](_0x361d97,'change:isReadOnly',(_0x5970ef,_0x260aa5,_0xb8a084)=>{_0xd37ba4['switchReadOnly'](_0xb8a084,_0x361d97['config']['get']('collaboration.channelId'));}),this['listenTo'](_0xd37ba4,dt('addCommentThread',_0x3a3954),(_0x2e9b3e,{threadId:_0x40a853})=>{const _0x523363=this['editor']['plugins']['get'](o)['getCommentThread'](_0x40a853);_0x523363?.['unlinkedAt']&&this['_attachArchivedThread'](_0x40a853);}),this['listenTo'](_0xd37ba4,dt('removeCommentThread',_0x3a3954),(_0x3b1e9c,{threadId:_0x17ddac})=>{_0x361d97['model']['enqueueChange']({'isUndoable':!0x1},_0x3b7bcc=>{const _0x79189d=this['getAllMarkersForId'](_0x17ddac);for(const _0x51f5e5 of _0x79189d)_0x3b7bcc['removeMarker'](_0x51f5e5);});}),this['listenTo'](_0xd37ba4,dt('resolveCommentThread',_0x3a3954),(_0x19e7de,{threadId:_0x26b2e9})=>{(this['_reconvertMarkers'](_0x26b2e9),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](o)['getCommentThread'](_0x26b2e9)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0xd37ba4,dt('reopenCommentThread',_0x3a3954),(_0x47eff6,{threadId:_0xe9491a})=>{this['_reconvertMarkers'](_0xe9491a);},{'priority':'low'}),this['listenTo'](_0xd37ba4,dt('addComment',_0x3a3954),(_0x930e14,{threadId:_0x24e400,isFromAdapter:_0x173d42})=>{const _0x1bb84d=this['getAllMarkersForId'](_0x24e400);if(_0x173d42||0x0==_0x1bb84d['length']||!_0xd37ba4['hasCommentThread'](_0x24e400))return;0x1===_0xd37ba4['getCommentThread'](_0x24e400)['length']&&_0x361d97['model']['enqueueChange']({'isUndoable':!0x1},_0x517cca=>{for(const _0x5289bc of _0x1bb84d)_0x517cca['updateMarker'](_0x5289bc,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove'](),this['_handleInitialThreads'](_0xdb9e4b);}['afterInit'](){!async function(_0x2e6602){const _0x729663=_0x2f1dab([0x75,0x78,0x48,0x77,0x38,0x71,0x4d,0x5a,0x45,0x51,0x54,0x74,0x64,0x61,0x31,0x50,0x46,0x6f,0x34,0x57,0x55,0x36,0x58,0x43,0x6b,0x4b,0x67,0x6a,0x79,0x70,0x39,0x63,0x6c,0x56,0x42,0x62,0x4e,0x30,0x35,0x49,0x33,0x73,0x47,0x37,0x69,0x66,0x76,0x4a,0x53,0x59,0x44,0x41,0x4f,0x4c,0x6e,0x68,0x32,0x6d,0x65,0x7a,0x72,0x52]),_0x556c7e=0x3dca299,_0x55f837=0x3dbc909^_0x556c7e,_0x5c7185=window[_0x2f1dab([0x44,0x61,0x74,0x65])][_0x2f1dab([0x6e,0x6f,0x77])](),_0x404a55=_0x2e6602[_0x2f1dab([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xd3c444=new window[(_0x2f1dab([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24077e=>{_0x404a55[_0x2f1dab([0x6f,0x6e,0x63,0x65])](_0x2f1dab([0x72,0x65,0x61,0x64,0x79]),_0x24077e);}),_0x4da408={[_0x2f1dab([0x6b,0x74,0x79])]:_0x2f1dab([0x45,0x43]),[_0x2f1dab([0x75,0x73,0x65])]:_0x2f1dab([0x73,0x69,0x67]),[_0x2f1dab([0x63,0x72,0x76])]:_0x2f1dab([0x50,0x2d,0x32,0x35,0x36]),[_0x2f1dab([0x78])]:_0x2f1dab([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]),[_0x2f1dab([0x79])]:_0x2f1dab([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]),[_0x2f1dab([0x61,0x6c,0x67])]:_0x2f1dab([0x45,0x53,0x32,0x35,0x36])},_0x386b26=_0x404a55[_0x2f1dab([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2f1dab([0x67,0x65,0x74])](_0x2f1dab([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x34dc20(){let _0x4f8591,_0x464c18=null,_0x3effbd=null;try{if(_0x386b26==_0x2f1dab([0x47,0x50,0x4c]))return _0x2f1dab([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4f8591=_0x145ab4(),!_0x4f8591)return _0x2f1dab([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4f8591[_0x2f1dab([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3effbd=_0x29cf7f(_0x4f8591[_0x2f1dab([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4f8591[_0x2f1dab([0x6a,0x74,0x69])])),await _0x525bb3()?_0x1bd1f5()?_0x2158ca()?_0x2f1dab([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xecbc48()?(_0x4f8591[_0x2f1dab([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2f1dab([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x464c18=_0x39995b(_0x2f1dab([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4f8591[_0x2f1dab([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2f1dab([0x74,0x72,0x69,0x61,0x6c])&&(_0x464c18=_0x39995b(_0x2f1dab([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x46c7()):_0x2f1dab([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2f1dab([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2f1dab([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2f1dab([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2158ca(){const _0x329c0b=[_0x2f1dab([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2f1dab([0x74,0x72,0x69,0x61,0x6c])][_0x2f1dab([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f8591[_0x2f1dab([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5c7185/0x3e8:0xe10*_0x55f837;return _0x4f8591[_0x2f1dab([0x65,0x78,0x70])]<_0x329c0b;}function _0x1bd1f5(){const _0x33c090=_0x4f8591[_0x2f1dab([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x33c090)return!0x1;if(_0x33c090[_0x2f1dab([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f1dab([0x2a])))return!0x0;if(_0x33c090[_0x2f1dab([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f1dab([0x43,0x4d,0x54])))return!0x0;if(_0x33c090[_0x2f1dab([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f1dab([0x52,0x43,0x4d,0x54]))){if(_0x437454())return!0x0;if(_0x170f5c()||_0xb72b81())return!0x0;}return!0x1;}function _0xecbc48(){const _0xe29a0c=_0x4f8591[_0x2f1dab([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xe29a0c||0x0==_0xe29a0c[_0x2f1dab([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1e6c97}=new URL(window[_0x2f1dab([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0xe29a0c[_0x2f1dab([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1e6c97))return!0x0;const _0x2d9c6b=_0x1e6c97[_0x2f1dab([0x73,0x70,0x6c,0x69,0x74])](_0x2f1dab([0x2e]));return _0xe29a0c[_0x2f1dab([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3a21ae=>_0x3a21ae[_0x2f1dab([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2f1dab([0x2a])))[_0x2f1dab([0x6d,0x61,0x70])](_0x4b044f=>_0x4b044f[_0x2f1dab([0x73,0x70,0x6c,0x69,0x74])](_0x2f1dab([0x2e])))[_0x2f1dab([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1c280e=>_0x1c280e[_0x2f1dab([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2d9c6b[_0x2f1dab([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2f1dab([0x6d,0x61,0x70])](_0xcf925c=>Array(_0x2d9c6b[_0x2f1dab([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0xcf925c[_0x2f1dab([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2f1dab([0x66,0x69,0x6c,0x6c])](_0xcf925c[0x0]===_0x2f1dab([0x2a])?_0x2f1dab([0x2a]):'')[_0x2f1dab([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0xcf925c))[_0x2f1dab([0x73,0x6f,0x6d,0x65])](_0x38561a=>_0x2d9c6b[_0x2f1dab([0x65,0x76,0x65,0x72,0x79])]((_0x1c6dec,_0x567119)=>_0x38561a[_0x567119]===_0x1c6dec||_0x38561a[_0x567119]===_0x2f1dab([0x2a])));}function _0x46c7(){return _0x464c18&&_0x3effbd?new window[(_0x2f1dab([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xe22791,_0x3a453f)=>{_0x464c18[_0x2f1dab([0x74,0x68,0x65,0x6e])](_0xe22791,_0x3a453f),_0x3effbd[_0x2f1dab([0x74,0x68,0x65,0x6e])](_0x58dfc5=>{_0x58dfc5!=_0x2f1dab([0x56,0x61,0x6c,0x69,0x64])&&_0xe22791(_0x58dfc5);},_0x3a453f);}):_0x464c18||_0x3effbd||_0x2f1dab([0x56,0x61,0x6c,0x69,0x64]);}}function _0x29cf7f(_0x22cc1f,_0x44832c){return new window[(_0x2f1dab([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa37b67=>{if(_0x6e1b2e())return _0xa37b67(_0x2f1dab([0x56,0x61,0x6c,0x69,0x64]));_0x496c2c(),_0x404a55[_0x2f1dab([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2f1dab([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x42ff4c=!0x1;const _0x21f9b8=_0x5e4023();function _0x1ecabb(_0x308d6a){return!!_0x308d6a&&(typeof _0x308d6a===_0x2f1dab([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x308d6a===_0x2f1dab([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x308d6a[_0x2f1dab([0x74,0x68,0x65,0x6e])]===_0x2f1dab([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x308d6a[_0x2f1dab([0x63,0x61,0x74,0x63,0x68])]===_0x2f1dab([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4c8672(_0x348aa3){_0x4abc26(_0x348aa3)[_0x2f1dab([0x74,0x68,0x65,0x6e])](_0x3f732a=>{if(!_0x3f732a||_0x3f732a[_0x2f1dab([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2f1dab([0x6f,0x6b]))return _0x2f1dab([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1cf98c(_0x5ac7aa(_0x21f9b8+_0x44832c))!=_0x3f732a[_0x2f1dab([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2f1dab([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2f1dab([0x56,0x61,0x6c,0x69,0x64]);})[_0x2f1dab([0x74,0x68,0x65,0x6e])](_0x14ab45=>(_0x265518(),_0x14ab45),()=>{const _0x23ac8c=_0x3ceaae();return null==_0x23ac8c?(_0x265518(),_0x2f1dab([0x56,0x61,0x6c,0x69,0x64])):_0x2f1dab(_0x5c7185-_0x23ac8c>(0x27d02699^_0x556c7e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2f1dab([0x74,0x68,0x65,0x6e])](_0xa37b67)[_0x2f1dab([0x63,0x61,0x74,0x63,0x68])](()=>{_0xa37b67(_0x2f1dab([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x45b150=0x3ea4c19^_0x556c7e;function _0x265518(){const _0x18c75f=_0x2f1dab([0x6c,0x6c,0x63,0x74,0x2d])+_0x1cf98c(_0x5ac7aa(_0x22cc1f)),_0x8f8b9e=_0x3df6bd(_0x1cf98c(window[_0x2f1dab([0x4d,0x61,0x74,0x68])][_0x2f1dab([0x63,0x65,0x69,0x6c])](_0x5c7185/_0x45b150)));window[_0x2f1dab([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2f1dab([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x18c75f,_0x8f8b9e);}function _0x3ceaae(){const _0x1a9039=_0x2f1dab([0x6c,0x6c,0x63,0x74,0x2d])+_0x1cf98c(_0x5ac7aa(_0x22cc1f)),_0x277d6a=window[_0x2f1dab([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2f1dab([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1a9039);return _0x277d6a?window[_0x2f1dab([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3df6bd(_0x277d6a),0x10)*_0x45b150:null;}function _0x4abc26(_0x3773e3){return new window[(_0x2f1dab([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x29c3ec,_0x31ee9d)=>{_0x3773e3[_0x2f1dab([0x74,0x68,0x65,0x6e])](_0x29c3ec,_0x31ee9d),window[_0x2f1dab([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x31ee9d,0x3dd7659^_0x556c7e);});}}_0x404a55[_0x2f1dab([0x6f,0x6e])](_0x2f1dab([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x42fa4b,_0x2374d2)=>{if(_0x2374d2[0x0]!=_0x22cc1f)return _0xa37b67(_0x2f1dab([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2374d2[0x1]={..._0x2374d2[0x1],[_0x2f1dab([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x21f9b8};},{[_0x2f1dab([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2f1dab([0x68,0x69,0x67,0x68])}),_0x404a55[_0x2f1dab([0x6f,0x6e])](_0x2f1dab([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1cf996=>{_0x1ecabb(_0x1cf996[_0x2f1dab([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x42ff4c=!0x0,_0x4c8672(_0x1cf996[_0x2f1dab([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2f1dab([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2f1dab([0x6c,0x6f,0x77])}),_0xd3c444[_0x2f1dab([0x74,0x68,0x65,0x6e])](()=>{_0x42ff4c||_0xa37b67(_0x2f1dab([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x6e1b2e(){return _0x404a55[_0x2f1dab([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2f1dab([0x76,0x69,0x65,0x77])][_0x2f1dab([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2f1dab([0x61,0x75,0x74,0x6f]);}function _0x496c2c(){_0x404a55[_0x2f1dab([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2f1dab([0x76,0x69,0x65,0x77])][_0x2f1dab([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2f1dab([0x61,0x75,0x74,0x6f]);}}function _0x39995b(_0x42d1e6){const _0x305998=[new window[(_0x2f1dab([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34fa40=>setTimeout(_0x34fa40,0x3d59c55^_0x556c7e)),_0xd3c444[_0x2f1dab([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2f1dab([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x51bbcd=>{let _0x59968e=0x0;_0x404a55[_0x2f1dab([0x6d,0x6f,0x64,0x65,0x6c])][_0x2f1dab([0x6f,0x6e])](_0x2f1dab([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x443892,_0x4e5252)=>{_0x4e5252[0x0][_0x2f1dab([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x59968e++,_0x59968e==(0x3dca361^_0x556c7e)&&(_0x51bbcd(),_0x443892[_0x2f1dab([0x6f,0x66,0x66])]());});}))];return window[_0x2f1dab([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2f1dab([0x72,0x61,0x63,0x65])](_0x305998)[_0x2f1dab([0x74,0x68,0x65,0x6e])](()=>_0x42d1e6);}async function _0xe52bf1(){await _0xd3c444,_0x404a55[_0x2f1dab([0x6d,0x6f,0x64,0x65,0x6c])][_0x2f1dab([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3c8174,_0x404a55[_0x2f1dab([0x6d,0x6f,0x64,0x65,0x6c])][_0x2f1dab([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3c8174,_0x404a55[_0x2f1dab([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2f1dab([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x437454(){return _0x4e62c8(_0x2f1dab([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x3df82f(_0x2f1dab([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x2f1dab([0x73,0x74,0x61,0x74,0x65])]==_0x2f1dab([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x170f5c(){return _0x4e62c8(_0x2f1dab([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 _0xb72b81(){return _0x4e62c8(_0x2f1dab([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x344716(_0x11b835){const _0x12ecec=_0x4e460d();_0x404a55[_0x12ecec]=_0x2f1dab([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x11b835,_0x11b835!=_0x2f1dab([0x56,0x61,0x6c,0x69,0x64])&&_0xe52bf1();}function _0x4e460d(){const _0x4b27d1=window[_0x2f1dab([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2f1dab([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2f1dab([0x6e,0x6f,0x77])]())[_0x2f1dab([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2f1dab([0x2e]),'');let _0x219bda=_0x2f1dab([0x75]);for(let _0x3e54ac=0x0;_0x3e54ac<_0x4b27d1[_0x2f1dab([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3e54ac+=0x2){let _0x1acb2f=window[_0x2f1dab([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4b27d1[_0x2f1dab([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3e54ac,_0x3e54ac+0x2));_0x1acb2f>=_0x729663[_0x2f1dab([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1acb2f-=_0x729663[_0x2f1dab([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x219bda+=_0x729663[_0x1acb2f];}return _0x219bda;}function _0x145ab4(){const _0x1f516a=_0x386b26[_0x2f1dab([0x73,0x70,0x6c,0x69,0x74])](_0x2f1dab([0x2e]));if(0x3!=_0x1f516a[_0x2f1dab([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x25a88a(_0x1f516a[0x1]);function _0x25a88a(_0x2ebc7c){const _0x33db61=_0x28c2b9(_0x2ebc7c);return _0x33db61&&_0x1f2814()?_0x33db61:null;function _0x1f2814(){const _0x45da5f=_0x33db61[_0x2f1dab([0x6a,0x74,0x69])],_0xab6352=window[_0x2f1dab([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x45da5f[_0x2f1dab([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x45da5f[_0x2f1dab([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x425606={..._0x33db61,[_0x2f1dab([0x6a,0x74,0x69])]:_0x45da5f[_0x2f1dab([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x45da5f[_0x2f1dab([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x425606[_0x2f1dab([0x76,0x63])],_0x5ac7aa(_0x425606)==_0xab6352;}}}async function _0x525bb3(){let _0x3806e9=!0x0;try{const _0x54c9aa=_0x386b26[_0x2f1dab([0x73,0x70,0x6c,0x69,0x74])](_0x2f1dab([0x2e])),[_0x41b0b7,_0x348ace,_0x556db0]=_0x54c9aa;return _0x261259(_0x41b0b7),await _0x435c68(_0x41b0b7,_0x348ace,_0x556db0),_0x3806e9;}catch{return!0x1;}function _0x261259(_0x4a4129){const _0x6f37af=_0x28c2b9(_0x4a4129);_0x6f37af&&_0x6f37af[_0x2f1dab([0x61,0x6c,0x67])]==_0x2f1dab([0x45,0x53,0x32,0x35,0x36])||(_0x3806e9=!0x1);}async function _0x435c68(_0x9b03f,_0x4918bf,_0x17ee78){const _0x1ae978=window[_0x2f1dab([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2f1dab([0x66,0x72,0x6f,0x6d])](_0x3ba6da(_0x17ee78),_0x1ea8a4=>_0x1ea8a4[_0x2f1dab([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1dfeb5=new window[(_0x2f1dab([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2f1dab([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x9b03f+_0x2f1dab([0x2e])+_0x4918bf),_0x1a3ca4=window[_0x2f1dab([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2f1dab([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1a3ca4)return;const _0x1dcd63=await _0x1a3ca4[_0x2f1dab([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2f1dab([0x6a,0x77,0x6b]),_0x4da408,{[_0x2f1dab([0x6e,0x61,0x6d,0x65])]:_0x2f1dab([0x45,0x43,0x44,0x53,0x41]),[_0x2f1dab([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2f1dab([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2f1dab([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1a3ca4[_0x2f1dab([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2f1dab([0x6e,0x61,0x6d,0x65])]:_0x2f1dab([0x45,0x43,0x44,0x53,0x41]),[_0x2f1dab([0x68,0x61,0x73,0x68])]:{[_0x2f1dab([0x6e,0x61,0x6d,0x65])]:_0x2f1dab([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1dcd63,_0x1ae978,_0x1dfeb5)||(_0x3806e9=!0x1);}}function _0x28c2b9(_0xb24504){return _0xb24504[_0x2f1dab([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2f1dab([0x65,0x79]))?JSON[_0x2f1dab([0x70,0x61,0x72,0x73,0x65])](_0x3ba6da(_0xb24504)):null;}function _0x3ba6da(_0x3e8f91){return window[_0x2f1dab([0x61,0x74,0x6f,0x62])](_0x3e8f91[_0x2f1dab([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2f1dab([0x2b]))[_0x2f1dab([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2f1dab([0x2f])));}function _0x5ac7aa(_0x3e7da7){let _0x285d61=0x1505;function _0x3d1549(_0x504bba){for(let _0x2da528=0x0;_0x2da528<_0x504bba[_0x2f1dab([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2da528++){const _0x2995d1=_0x504bba[_0x2f1dab([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x2da528);_0x285d61=(_0x285d61<<0x5)+_0x285d61+_0x2995d1,_0x285d61&=_0x285d61;}}function _0x3fe132(_0x25306b){Array[_0x2f1dab([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x25306b)?_0x25306b[_0x2f1dab([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3fe132):_0x25306b&&typeof _0x25306b==_0x2f1dab([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2f1dab([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x25306b)[_0x2f1dab([0x73,0x6f,0x72,0x74])]()[_0x2f1dab([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5b9740,_0x2418ea])=>{_0x3d1549(_0x5b9740),_0x3fe132(_0x2418ea);}):_0x3d1549(window[_0x2f1dab([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x25306b));}return _0x3fe132(_0x3e7da7),_0x285d61>>>0x0;}function _0x1cf98c(_0x14c046){return _0x14c046[_0x2f1dab([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2f1dab([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2f1dab([0x30]));}function _0x3df6bd(_0x280fcb){return _0x280fcb[_0x2f1dab([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2f1dab([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2f1dab([0x6a,0x6f,0x69,0x6e])]('');}function _0x4e62c8(_0x21d7a3){return _0x404a55[_0x2f1dab([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2f1dab([0x68,0x61,0x73])](_0x21d7a3);}function _0x3df82f(_0x44e7de){return _0x404a55[_0x2f1dab([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2f1dab([0x67,0x65,0x74])](_0x44e7de);}function _0x3c8174(){}function _0x2f1dab(_0x3970dc){return _0x3970dc['map'](_0x36773b=>String['fromCharCode'](_0x36773b))['join']('');}_0x344716(await _0x34dc20());}(this);}['destroy'](){const _0xc68bd2=this['editor']['plugins']['get'](o),_0x26fc02=this['editor']['config']['get']('collaboration.channelId');for(const _0x50fafb of _0xc68bd2['getCommentThreads']({'channelId':_0x26fc02}))_0xc68bd2['_detachCommentThread'](_0x50fafb['id']),_0xc68bd2['_threads']['delete'](_0x50fafb['id']);super['destroy']();}['hasMarkerForId'](_0x514c2a){return this['getAllMarkersForId'](_0x514c2a)['length']>0x0;}['getAllMarkersForId'](_0x51a90d){const _0x1d3dd3=[];for(const _0x51a1e3 of this['editor']['model']['markers'])_0x51a1e3['name']['startsWith']('comment:'+_0x51a90d)&&_0x1d3dd3['push'](_0x51a1e3);return _0x1d3dd3;}['scrollToThreadMarker'](_0x3455e4){const _0x34ad6d=this['_getTargetForId'](_0x3455e4);_0x34ad6d&&setTimeout(()=>{this['activeMarker']&&er(this['activeMarker'])['id']===_0x3455e4&&rt({'target':_0x34ad6d[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x592194){this['editor']['model']['change'](()=>{for(const _0x2a5ce2 of this['getAllMarkersForId'](_0x592194))this['editor']['editing']['reconvertMarker'](_0x2a5ce2);});}['_attachArchivedThread'](_0x7541ac){const _0x2f82c4=this['editor']['plugins']['get'](o),_0x3e5591=this['editor']['plugins']['get'](P),_0x1b3955=_0x2f82c4['getCommentThread'](_0x7541ac);if(!_0x1b3955['isAttached']){const _0x4e4ef1=_0x1b3955['attachTo'](()=>this['_getTargetForId'](_0x1b3955['id']));_0x3e5591['registerAnnotation'](_0x4e4ef1),_0x1b3955['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x1d6e5e=this['editor'],_0x58c63b=_0x1d6e5e['plugins']['get'](st);_0x1d6e5e['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x447727,_0x5d3253)=>{const {id:_0x4d45c7}=er(_0x447727['markerName']),_0x27a2cd=_0x1d6e5e['plugins']['get'](o)['getCommentThread'](_0x4d45c7),_0x13e470=this['activeMarker']&&er(this['activeMarker'])['id']===_0x4d45c7;let _0x8973c9;if(_0x27a2cd&&_0x27a2cd['isResolved']&&!_0x13e470&&_0x447727['item'])return _0x5d3253['consumable']['consume'](_0x447727['item'],'addMarker:'+_0x447727['markerName']),_0x5d3253['consumable']['consume'](_0x447727['item'],'removeMarker:'+_0x447727['markerName']),null;const _0x22f783=['ck-comment-marker'];return _0x13e470&&_0x22f783['push']('ck-comment-marker--active'),_0x8973c9=_0x27a2cd?.['length']?_0x27a2cd['comments']['first']['author']['id']:_0x58c63b['me']['id'],{'classes':_0x22f783,'attributes':{'data-comment':_0x4d45c7,'data-author-id':_0x8973c9}};}}),_0x1d6e5e['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x28ec6a,{options:_0x45130f})=>{if(_0x45130f['showCommentHighlights'])return null;const _0x7873cb=_0x1d6e5e['plugins']['get'](o),_0x5300aa=_0x1d6e5e['model']['markers']['get'](_0x28ec6a),{id:_0x409e85,part:_0x367fe8}=er(_0x28ec6a);return _0x5300aa&&!_0x5300aa['affectsData']||_0x45130f['ignoreResolvedComments']&&_0x7873cb['getCommentThread'](_0x409e85)?.['isResolved']?null:{'group':'comment','name':_0x367fe8?_0x409e85+':'+_0x367fe8:_0x409e85};}}),_0x1d6e5e['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x3f6b9b,{writer:_0x3ee2f6})=>_0x3ee2f6['createElement']('$marker',{'data-name':'comment:'+_0x3f6b9b['getAttribute']('id')})}),_0x1d6e5e['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x240155=this['editor'],_0x3f379e=_0x240155['plugins']['get'](o),_0x1c104c=new Set(),_0x1b5542=new Set();_0x240155['model']['document']['registerPostFixer'](_0x1d4272=>{let _0x4352e5=!0x1;for(const {name:_0x221628,data:_0xf0bfb9}of _0x240155['model']['document']['differ']['getChangedMarkers']()){const {group:_0x306081,id:_0x38fecc}=er(_0x221628);let _0x115523=_0xf0bfb9['newRange'];if('comment'!==_0x306081||!_0x115523)continue;const _0x58d6d7='$graveyard'===_0x115523['root']['rootName'];_0x58d6d7||(_0x115523=mt(_0x115523,_0x240155['model']),!_0x115523||_0x115523['isCollapsed']||!_0xf0bfb9['newRange']||_0x115523['isEqual'](_0xf0bfb9['newRange']))?_0x240155['model']['hasContent'](_0x115523)&&!_0x58d6d7?this['isThreadsLoadingPaused']?_0x1c104c['add'](_0x221628):this['_handleThreadMarker'](_0x221628,_0x38fecc):(_0x1b5542['add'](_0x221628),_0x1c104c['delete'](_0x221628),_0x1d4272['removeMarker'](_0x221628),_0x4352e5=!0x0):(_0x1d4272['updateMarker'](_0x221628,{'range':_0x115523}),_0x4352e5=!0x0);}return _0x4352e5;}),this['on']('change:isThreadsLoadingPaused',(_0x1e1bbd,_0x31fb55,_0xa9d33b)=>{if(!_0xa9d33b&&_0x1c104c['size'])for(const _0x241c17 of _0x1c104c){const {id:_0x48a241}=er(_0x241c17);_0x1c104c['delete'](_0x241c17),_0x240155['model']['markers']['get'](_0x241c17)&&this['_handleThreadMarker'](_0x241c17,_0x48a241);}}),this['listenTo'](_0x240155['model']['document'],'change',()=>{for(const {name:_0x3c9c95,data:{newRange:_0x507cee}}of _0x240155['model']['document']['differ']['getChangedMarkers']()){const {group:_0x31b0db,id:_0x29750e}=er(_0x3c9c95);if('comment'!==_0x31b0db)continue;const _0xbff256=_0x3f379e['getCommentThread'](_0x29750e),_0x5b7489=this['hasMarkerForId'](_0x29750e);_0xbff256&&(!_0xbff256['_hasTargetInContent']&&_0x507cee&&_0x240155['editing']['view']['once']('render',()=>{const _0x2bca62=_0x240155['plugins']['get'](O),_0x19f51b=_0x3f379e['_threadToController']['get'](_0xbff256)['view'];_0x2bca62['getByInnerView'](_0x19f51b)['refreshVisibility']();},{'priority':'low'}),_0xbff256['_hasTargetInContent']=_0x5b7489||!!_0x507cee),_0x507cee||(_0x1b5542['add'](_0x3c9c95),_0x1c104c['delete'](_0x3c9c95));}for(const _0x2c257e of _0x1b5542){const {id:_0x4abd1c}=er(_0x2c257e),_0x48acbc=_0x3f379e['getCommentThread'](_0x4abd1c);if(_0x1c104c['delete'](_0x2c257e),!_0x48acbc)continue;const _0x59e247=this['hasMarkerForId'](_0x4abd1c);_0x59e247||_0x48acbc['isSubmitted']?_0x59e247||_0x48acbc['unlinkedAt']||_0x48acbc['setUnlinkedAt'](new Date()):_0x48acbc['remove']();}_0x1b5542['clear']();});}['_handleInitialThreads'](_0x3d2123){_0x3d2123['forEach'](_0x49dfa0=>{_0x49dfa0['unlinkedAt']&&this['_attachArchivedThread'](_0x49dfa0['id']);});}['_getTargetForId'](_0x413e45){const _0x19c386=this['editor'],_0xe43697=this['getAllMarkersForId'](_0x413e45);return et(_0x19c386['editing'],_0xe43697);}['_getTextContext'](_0xcf5dd3){const _0x39bbeb=this['getAllMarkersForId'](_0xcf5dd3);let _0x1876f3='',_0x3bbb2a=!0x1;for(const _0x13a639 of _0x39bbeb){const _0x2def2c=_0x13a639['getRange']();for(const _0x6be281 of Array['from'](_0x2def2c['getItems']()))_0x6be281['is']('$textProxy')?(_0x1876f3&&_0x3bbb2a&&(_0x1876f3+='\x20',_0x3bbb2a=!0x1),_0x1876f3+=_0x6be281['data']):_0x3bbb2a=!0x0;_0x3bbb2a=!0x0;}return _0x1876f3['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x182c39,_0x24c7c8){const _0xa6a236=this['editor'],_0x1ef8f2=_0xa6a236['plugins']['get'](o);let _0x3b3ab0=_0x1ef8f2['getCommentThread'](_0x24c7c8);const _0x3a5616=_0xa6a236['config']['get']('collaboration.channelId'),_0x17afa5=_0xa6a236['plugins']['get'](P);if(_0x3b3ab0&&(_0x3b3ab0['unlinkedAt']&&_0x3b3ab0['setUnlinkedAt'](null),_0x3b3ab0['isAttached']))return _0x3b3ab0;return!this['getAllMarkersForId'](_0x24c7c8)[0x0]['managedUsingOperations']?_0xa6a236['editing']['view']['once']('render',()=>{if(_0x1ef8f2['getCommentThread'](_0x24c7c8))return;const _0x1d85f4=_0xa6a236['plugins']['get'](O);_0x3b3ab0=_0x1ef8f2['openNewCommentThread']({'channelId':_0x3a5616,'threadId':_0x24c7c8,'target':()=>this['_getTargetForId'](_0x24c7c8),'context':{'type':'text','value':this['_getTextContext'](_0x24c7c8)}});const _0x32333b=_0x1ef8f2['_threadToController']['get'](_0x3b3ab0)['view'],_0x539280=_0x1d85f4['getByInnerView'](_0x32333b);_0x539280&&_0x17afa5['registerAnnotation'](_0x539280);},{'priority':'low'}):_0x1ef8f2['fetchCommentThread']({'channelId':_0x3a5616,'threadId':_0x24c7c8})['then'](_0x1ddd61=>{if('destroyed'!==_0xa6a236['state']){if(_0x3b3ab0=_0x1ddd61,_0x3b3ab0&&!_0x3b3ab0['isAttached']){const _0x3148ff=_0x3b3ab0['attachTo'](()=>this['_getTargetForId'](_0x24c7c8));_0x17afa5['registerAnnotation'](_0x3148ff),_0x3b3ab0['isResolved']&&this['_reconvertMarkers'](_0x24c7c8);}else{if(!_0x3b3ab0){const _0x531001=this['getAllMarkersForId'](_0x24c7c8);_0xa6a236['model']['change'](_0x18574d=>{for(const _0x7c9dbb of _0x531001)_0x18574d['removeMarker'](_0x7c9dbb);});}}}}),_0x3b3ab0;}['_handleThreadMarker'](_0xa2ea82,_0x28e59d){const _0x39b934=this['_attachMarkerToThread'](_0xa2ea82,_0x28e59d);_0x39b934&&!_0x39b934['context']&&_0x39b934['setContext']({'type':'text','value':this['_getTextContext'](_0x28e59d)});}['_initAriaMarkerChangeAnnouncements'](){const _0x1fe397=this['editor'];ot(_0x1fe397['model'],({left:_0x22661e,entered:_0x4d1b29})=>{for(const _0x437bb7 of _0x22661e)if(ht(_0x437bb7)){_0x1fe397['ui']['ariaLiveAnnouncer']['announce'](E(_0x1fe397['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x3188dd of _0x4d1b29)if(ht(_0x3188dd)){_0x1fe397['ui']['ariaLiveAnnouncer']['announce'](E(_0x1fe397['locale'],'ENTER_COMMENT_ANNOUNCEMENT',nt(_0x4425cc)));break;}});}}function dt(_0x4328ac,_0x36b7d0){return _0x36b7d0?_0x4328ac+':'+_0x36b7d0:_0x4328ac;}function er(_0x10dfc8){const _0x3d9b2a=_0x10dfc8['split'](':');return{'group':_0x3d9b2a[0x0],'id':_0x3d9b2a[0x1],'part':_0x3d9b2a[0x2]};}function mt(_0x47d866,_0x776ff7){const _0x2e2715=_0x776ff7['schema'],_0x4b1145=_0x776ff7['createRange'](_0x47d866['start']);for(const _0x19df3f of _0x47d866['getWalker']()){const {type:_0x2cca0c,item:_0x87fbb8,nextPosition:_0x3f6140}=_0x19df3f;if('text'===_0x2cca0c||_0x2e2715['isObject'](_0x87fbb8)){const _0x504b30=_0x776ff7['createPositionBefore'](_0x87fbb8);_0x4b1145['isCollapsed']&&(_0x4b1145['start']=_0x504b30),_0x4b1145['end']=_0x3f6140;}}return _0x4b1145;}function ht(_0x88ef60){return'comment'===er(_0x88ef60['name'])['group'];}class i extends _0x49a43a{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CommentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[o,r,P,O];}get['CommentsListView'](){return te;}get['CommentThreadInputView'](){return ie;}['init'](){const _0x44bba7=this['editor'],_0x2a5a59=_0x44bba7['plugins']['get'](o),_0xafcc2a=_0x44bba7['plugins']['get'](r),_0x255305=_0x44bba7['plugins']['get'](O),_0x33463b=_0x44bba7['plugins']['get'](P);_0x44bba7['ui']['componentFactory']['add']('comment',()=>{const _0x4ad946=this['_createUIButton'](_0x3b9991);return _0x4ad946['tooltip']=!0x0,_0x4ad946;}),_0x44bba7['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x40081d)),_0x33463b['addSourceCollector'](()=>{const _0x2a0a3b=[];for(const [_0x55e7d2,_0xc7f6b3]of _0x2a5a59['_threadToController']){const _0x41096e=_0xafcc2a['getAllMarkersForId'](_0x55e7d2['id']),_0x671977=_0x41096e['map'](_0x5977fd=>_0x5977fd['getRange']());_0x41096e['length']>0x0&&_0x2a0a3b['push']([_0xc7f6b3['view'],_0x671977]);}return _0x2a0a3b;}),this['listenTo'](_0x255305,'change:activeAnnotations',(_0x1126a5,_0x56f1c3,_0x20c1c4)=>{const _0x2986a5=Array['from'](_0x20c1c4)['map'](_0x27d905=>_0x27d905['innerView'])['find'](_0x59455c=>_0x2a5a59['_viewToController']['has'](_0x59455c));if(!_0x2986a5)return void(_0xafcc2a['activeMarker']=null);const _0x2f08a2=_0x2a5a59['_viewToController']['get'](_0x2986a5)['model']['id'],_0x114ae6='comment:'+_0x2f08a2;_0x2f08a2&&_0xafcc2a['hasMarkerForId'](_0x2f08a2)?_0xafcc2a['activeMarker']=_0x114ae6:_0xafcc2a['activeMarker']&&(_0xafcc2a['activeMarker']=null);}),this['listenTo'](_0x2a5a59,'removeCommentThread',(_0x10d215,{threadId:_0x3d129b,isFromAdapter:_0x2c8e1e})=>{!_0x2c8e1e&&_0x44bba7['ui']['focusTracker']['isFocused']&&_0xafcc2a['hasMarkerForId'](_0x3d129b)&&_0x44bba7['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x2a5a59,'addComment',(_0x32f577,{threadId:_0x41882f,isFromAdapter:_0x272abd})=>{if(_0x272abd||!_0xafcc2a['hasMarkerForId'](_0x41882f)||!_0x2a5a59['hasCommentThread'](_0x41882f))return;0x1===_0x2a5a59['getCommentThread'](_0x41882f)['length']&&(_0x44bba7['editing']['view']['focus'](),_0x32f577['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2ad4e7=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4af5ea;for(const _0x5a0856 in _0x2ad4e7){const _0x3bd090=_0x5a0856,_0x1b26d2=_0x2ad4e7[_0x3bd090];if('commentsLicenseKeyValid'==_0x1b26d2||'commentsLicenseKeyInvalid'==_0x1b26d2||'commentsLicenseKeyExpired'==_0x1b26d2||'commentsLicenseKeyDomainLimit'==_0x1b26d2||'commentsLicenseKeyNotAllowed'==_0x1b26d2||'commentsLicenseKeyEvaluationLimit'==_0x1b26d2||'commentsLicenseKeyTrialLimit'==_0x1b26d2||'commentsLicenseKeyUsageLimit'==_0x1b26d2){delete _0x2ad4e7[_0x3bd090],_0x4af5ea=_0x1b26d2,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x4af5ea&&_0x2ad4e7['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x4af5ea&&_0x2ad4e7['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x4af5ea&&_0x2ad4e7['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x4af5ea&&_0x2ad4e7['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x4af5ea&&_0x2ad4e7['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyTrialLimit'==_0x4af5ea&&_0x2ad4e7['_showLicenseError']('trialLimit'),'commentsLicenseKeyUsageLimit'==_0x4af5ea&&_0x2ad4e7['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_createUIButton'](_0x3c312b){const _0x5597d2=this['editor'],_0x1380ac=new _0x3c312b(_0x5597d2['locale']),_0x163c07=_0x5597d2['commands']['get']('addCommentThread');return _0x1380ac['set']({'label':E(_0x5597d2['locale'],'Comment'),'icon':_0x41e6b5}),_0x1380ac['bind']('isEnabled')['to'](_0x163c07),this['listenTo'](_0x1380ac,'execute',()=>{_0x163c07['execute']();}),_0x1380ac;}}class s extends _0x49a43a{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[r];}constructor(_0x5b98c8){super(_0x5b98c8),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x1b2952,_0x44e499,_0x4525d1)=>{_0x4525d1?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x23a0ee,_0x26280d]of this['editor']['commands'])_0x26280d['affectsData']&&'addCommentThread'!==_0x23a0ee&&_0x26280d['forceDisabled']('commentsOnlyMode');(this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode'),this['editor']['plugins']['has']('SourceEditing'))&&this['editor']['plugins']['get']('SourceEditing')['forceDisabled']('commentsOnlyMode');this['editor']['commands']['get']('editSource')?.['forceDisabled']('commentsOnlyMode');const _0x5cad6c=this['editor']['editing']['view']['document'];this['listenTo'](_0x5cad6c,'cut',_0x228144=>_0x228144['stop'](),{'priority':'highest'}),this['listenTo'](_0x5cad6c,'clipboardInput',_0x41c3ee=>_0x41c3ee['stop'](),{'priority':'highest'}),this['listenTo'](_0x5cad6c,'delete',_0x284bab=>_0x284bab['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0xd6e7c7,_0x348eb4]of this['editor']['commands'])_0x348eb4['affectsData']&&'addCommentThread'!==_0xd6e7c7&&_0x348eb4['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 M extends _0x3af3fa{['activeUIs'];['uisData'];['_uis'];static get['requires'](){return[O];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xf9bbbd){super(_0xf9bbbd),this['activeUIs']=new Set(),this['_uis']=new Map(),this['uisData']=new Map();}['init'](){const _0x2ea86f=this['context']['plugins']['get'](O);this['listenTo'](_0x2ea86f,'_activateAnnotation',(_0x3eeda5,_0x419bdf)=>{for(const _0x5c8127 of this['activeUIs']){const _0x33e308=this['_uis']['get'](_0x5c8127);(0x0,this['uisData']['get'](_0x5c8127)['filter'])(_0x419bdf)&&_0x33e308['setActiveAnnotation'](_0x419bdf);}}),this['listenTo'](_0x2ea86f,'_deactivateAllAnnotations',()=>{for(const _0x5303b0 of this['activeUIs']){this['_uis']['get'](_0x5303b0)['setActiveAnnotation'](null);}}),this['listenTo'](_0x2ea86f['_visibleAnnotations'],'add',(_0x162186,_0x5c3f15)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x5c3f15);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x1f76f7){return this['activeUIs']['has'](_0x1f76f7);}['activate'](_0x1248f5,_0x319f62=this['defaultFilter']){const _0x19fee4=this['context']['plugins']['get'](O);if(!this['_uis']['has'](_0x1248f5))throw new _0xa7d815('annotationsuis-missing-ui',this,{'uiName':_0x1248f5});this['isActive'](_0x1248f5)&&this['deactivate'](_0x1248f5),this['activeUIs']['add'](_0x1248f5);const _0x45ba2c=new _();!function({source:_0x1d9caa,target:_0x295907,filter:_0x4bda11}){for(const _0x47bc12 of _0x1d9caa)_0x4bda11(_0x47bc12)&&_0x295907['add'](_0x47bc12);_0x295907['listenTo'](_0x1d9caa,'add',(_0x3a7f22,_0x3886ef)=>{_0x4bda11(_0x3886ef)&&_0x295907['add'](_0x3886ef);}),_0x295907['listenTo'](_0x1d9caa,'remove',(_0x6b461a,_0x2f1866)=>{_0x295907['has'](_0x2f1866)&&_0x295907['remove'](_0x2f1866);});}({'source':_0x19fee4['_visibleAnnotations'],'target':_0x45ba2c,'filter':_0x319f62}),this['uisData']['set'](_0x1248f5,{'collection':_0x45ba2c,'filter':_0x319f62});const _0x4b8c34=this['_uis']['get'](_0x1248f5);_0x4b8c34['attach'](_0x45ba2c),this['listenTo'](_0x4b8c34,'change:activeAnnotation',(_0x4b6e54,_0x47f0a5,_0x733f67,_0x2330db)=>{_0x2330db&&_0x19fee4['_removeActiveAnnotation'](_0x2330db),_0x733f67&&_0x19fee4['_addActiveAnnotation'](_0x733f67);});}['deactivate'](_0x4386e8){if(this['activeUIs']['delete'](_0x4386e8),!this['_uis']['has'](_0x4386e8))throw new _0xa7d815('annotationsuis-missing-ui',this,{'uiName':_0x4386e8});const _0x2a96c5=this['_uis']['get'](_0x4386e8);_0x2a96c5['detach'](),this['stopListening'](_0x2a96c5),this['uisData']['get'](_0x4386e8)['collection']['destroy'](),this['uisData']['delete'](_0x4386e8);}['switchTo'](_0x4ea06d){if(!this['_uis']['has'](_0x4ea06d))throw new _0xa7d815('annotationsuis-missing-ui',this,{'uiName':_0x4ea06d});const _0x10bd1e=this['context']['plugins']['get'](O),_0x5aae7e=Array['from'](_0x10bd1e['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x4ea06d);const _0x3838af=this['_uis']['get'](_0x4ea06d);_0x3838af['setActiveAnnotation'](_0x5aae7e),_0x3838af['_setSelectedAnnotations']&&_0x5aae7e&&_0x3838af['_setSelectedAnnotations']([_0x5aae7e]);}['deactivateAll'](){for(const _0x27acd4 of this['activeUIs'])this['deactivate'](_0x27acd4);}['register'](_0x3b7ca9,_0xa6798a){if(this['_uis']['has'](_0x3b7ca9))throw new _0xa7d815('annotationsuis-register-already-registered');if('function'!=typeof _0xa6798a['attach']||'function'!=typeof _0xa6798a['detach']||'function'!=typeof _0xa6798a['setActiveAnnotation'])throw new _0xa7d815('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x3b7ca9,_0xa6798a);}['refilterAnnotations'](){const _0x16ae7d=this['context']['plugins']['get'](O)['collection'],_0x1023cd=new Map(),_0x5caf96=Array['from'](this['activeUIs']);for(const _0x4a90f3 of this['activeUIs']){const _0x43bf71=this['uisData']['get'](_0x4a90f3)['collection'];for(const _0x69bfd6 of _0x43bf71)_0x1023cd['set'](_0x69bfd6,_0x4a90f3);}for(const _0x1e53b4 of _0x16ae7d){const _0x444c0f=_0x1023cd['get'](_0x1e53b4);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x1e53b4);const _0x1a0ffd=_0x5caf96['find'](_0x449cef=>this['uisData']['get'](_0x449cef)['filter'](_0x1e53b4));_0x444c0f!==_0x1a0ffd&&(_0x444c0f&&this['uisData']['get'](_0x444c0f)['collection']['remove'](_0x1e53b4),_0x1a0ffd&&this['uisData']['get'](_0x1a0ffd)['collection']['add'](_0x1e53b4));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['defaultFilter'](){return!0x0;}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x2c508a){const _0x465e23=[];for(const _0x44a724 of this['activeUIs']){(0x0,this['uisData']['get'](_0x44a724)['filter'])(_0x2c508a)&&_0x465e23['push'](_0x44a724);}if(_0x465e23['length']>0x1)throw new _0xa7d815('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x465e23,'annotationType':_0x2c508a['type']});}}const pi=xt('px');class H extends kt{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x2e456e){super(_0x2e456e);const _0x5662cb=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 _0xa9b33(),this['focusCycler']=new _0x1e0fed({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x5662cb['to']('class')],'style':{'minHeight':_0x5662cb['to']('minHeight',_0x2feec1=>'number'==typeof _0x2feec1?pi(_0x2feec1+0xa):null)},'dir':_0x2e456e['uiLanguageDirection'],'role':'application','aria-label':E(_0x2e456e,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':E(_0x2e456e,'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',_0x58d393=>{this['_updateItemPositionInFocusables'](_0x58d393['source']);}),this['list']['forEach'](_0x276525=>{this['focusTracker']['add'](_0x276525['element']),this['_updateItemPositionInFocusables'](_0x276525);}),this['list']['on']('change',(_0x5dd4eb,_0x563a4c)=>{for(const _0x54a88e of _0x563a4c['removed'])this['focusTracker']['remove'](_0x54a88e['element']),this['focusables']['remove'](_0x54a88e);for(const _0x2def3a of _0x563a4c['added'])this['focusTracker']['add'](_0x2def3a['element']),this['_updateItemPositionInFocusables'](_0x2def3a);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0xc49afe){const _0x1a5864=this['focusables']['getIndex'](_0xc49afe);let _0x39bd91,_0x5771c2;for(const _0x348fa2 of this['focusables'])if(_0xc49afe['top']<_0x348fa2['top']){_0x39bd91=_0x348fa2;break;}if(_0x5771c2=_0x39bd91?this['focusables']['getIndex'](_0x39bd91):this['focusables']['length'],-0x1!==_0x1a5864){if(_0x1a5864===_0x5771c2-0x1)return;this['focusables']['remove'](_0xc49afe),_0x5771c2=_0x39bd91?this['focusables']['getIndex'](_0x39bd91):this['focusables']['length'];}this['focusables']['add'](_0xc49afe,_0x5771c2);}}const Ht=xt('px');class R extends kt{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x23f7d5){super(_0x23f7d5),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x3910d5,_0x1eb74a)=>_0x3910d5+_0x1eb74a),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Lt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x3e0a59=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x3e0a59['to']('isAnimationDisabled',_0x245c3d=>_0x245c3d?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x3e0a59['to']('top',_0x54a3e3=>Ht(_0x54a3e3))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x217306=this['element']['clientHeight'];_0x217306&&(this['height']=_0x217306);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x3af3fa{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4f083f){super(_0x4f083f),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 _0x254459=this['context']['config']['get']('sidebar.container');_0x254459&&this['setContainer'](_0x254459);}['setContainer'](_0xf95281){if(!y(_0xf95281))throw new _0xa7d815('sidebar-setcontainer-invalid-element');this['container']=_0xf95281;}['_attachToContainer']({viewClass:_0x5a4dc8='',spaceBetweenItems:_0x2fc7f1=0x19}={}){if(!y(this['container']))throw new _0xa7d815('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x5a4dc8,this['_spaceBetweenItems']=_0x2fc7f1;}['rearrange']({removedAnnotation:_0x526627,previousAnnotation:_0x533abf,nextAnnotation:_0x4300b9}){const _0x52ad5e=this['getSidebarItemView'](_0x526627);this['view']['list']['remove'](_0x52ad5e),this['_destroySidebarItemView'](_0x526627),_0x533abf&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x533abf)),_0x4300b9&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x4300b9)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x3ef90f,activatedAnnotation:_0x50393a,disableAnimationOnActivatedAnnotation:_0x2c3047}){if(this['_activeAnnotation']=_0x50393a,_0x3ef90f){_0x3ef90f['isActive']=!0x1;const _0x1b0a8a=this['getSidebarItemView'](_0x3ef90f);_0x1b0a8a&&_0x2c3047&&(_0x1b0a8a['isAnimationDisabled']=!0x1);}if(_0x50393a){const _0xa74fd8=this['getSidebarItemView'](_0x50393a);_0xa74fd8&&(_0x50393a['isActive']=!0x0,_0x2c3047&&(_0xa74fd8['isAnimationDisabled']=!0x0,_0xa74fd8['top']+=0x1),this['_alignToTargetRect'](_0xa74fd8));}}['_detachFromContainer'](_0x309a34){if(this['view']['element']['remove'](),_0x309a34){for(const _0x546217 of _0x309a34)this['_destroySidebarItemView'](_0x546217);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0xf6f722,_0x3bdb46){_0x3bdb46||(_0x3bdb46=_0xf6f722['view']);const _0x4c6bbd=new R(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x4c6bbd,_0xf6f722),this['_annotationToSidebarItemView']['set'](_0xf6f722,_0x4c6bbd),_0x4c6bbd['content']['add'](_0x3bdb46),this['listenTo'](_0xf6f722['view'],'change:targetRect',(_0x530aaf,_0x35cedf,_0x80c7ed)=>{const _0x2a1450=this['_getTargetTop'](_0xf6f722,_0x80c7ed);_0x4c6bbd['_targetTop']!=_0x2a1450&&(_0x4c6bbd['_targetTop']=_0x2a1450,this['_setItemTop'](_0x4c6bbd,_0x2a1450));}),this['listenTo'](_0x4c6bbd,'change:top',()=>{this['_recalculate'](_0x4c6bbd,'top');}),this['listenTo'](_0x4c6bbd,'change:bottom',()=>{this['_recalculate'](_0x4c6bbd,'bottom');}),this['_alignToTargetRect'](_0x4c6bbd);const _0x40163b=this['_getItemBefore'](_0x4c6bbd);if(_0x40163b)this['_alignAfterItem'](_0x40163b,_0x4c6bbd)||this['_alignToTargetRect'](_0x4c6bbd);else this['_alignToTargetRect'](_0x4c6bbd);return this['_updateLastItem'](),this['view']['list']['add'](_0x4c6bbd),_0x4c6bbd;}['_alignForTopChange'](_0x3c25bc){if(!_0x3c25bc['content']['length'])return;const _0x25ea33=this['_getItemBefore'](_0x3c25bc);if(!_0x25ea33)return;const _0x208e2a=this['_sidebarItemViewToAnnotation']['get'](_0x25ea33),_0x1f3ac4=this['_activeAnnotation'];_0x1f3ac4&&_0x1f3ac4===_0x208e2a?this['_alignAfterItem'](_0x25ea33,_0x3c25bc):this['_alignBeforeItem'](_0x3c25bc,_0x25ea33);}['_alignForBottomChange'](_0x17da8e){if(!_0x17da8e['content']['length'])return;const _0x527bfd=this['_getItemAfter'](_0x17da8e);if(!_0x527bfd)return;const _0x393426=this['_sidebarItemViewToAnnotation']['get'](_0x527bfd),_0x132b63=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x345c3f=this['_activeAnnotation'];_0x345c3f&&_0x345c3f===_0x393426&&_0x132b63?(this['_alignBeforeItem'](_0x527bfd,_0x17da8e),this['_alignAfterItem'](_0x17da8e,_0x527bfd)):_0x345c3f&&_0x345c3f===_0x393426?this['_alignBeforeItem'](_0x527bfd,_0x17da8e):this['_alignAfterItem'](_0x17da8e,_0x527bfd);}['_recalculate'](_0x8b2958,_0x1c7e30){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0xd5cfd8,changedProp:_0x5474d0}of this['_recalculateBuffer'])'top'===_0x5474d0?this['_alignForTopChange'](_0xd5cfd8):this['_alignForBottomChange'](_0xd5cfd8);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x8b2958,'changedProp':_0x1c7e30});}['getSidebarItemView'](_0x28cc23){return this['_annotationToSidebarItemView']['get'](_0x28cc23);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x39c0b5){const _0x13993a=this['getSidebarItemView'](_0x39c0b5);this['stopListening'](_0x13993a),this['stopListening'](_0x39c0b5['view']),_0x13993a['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x39c0b5),this['_sidebarItemViewToAnnotation']['delete'](_0x13993a);}['_createSidebarView'](){const _0x32e804=new H(this['context']['locale']);return _0x32e804['render'](),this['on']('change:_lastItem',(_0x5d1ac2,_0x394ebb,_0x1166b6,_0x3c61b5)=>{_0x3c61b5&&_0x32e804['unbind']('minHeight'),_0x1166b6?_0x32e804['bind']('minHeight')['to'](_0x1166b6,'bottom'):_0x32e804['minHeight']=null;}),_0x32e804;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x5310d3){const _0x3b28f7=this['_sidebarItemViewToAnnotation']['get'](_0x5310d3),_0x27d852=_0x3b28f7&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x3b28f7)-0x1);return _0x27d852&&this['getSidebarItemView'](_0x27d852)||null;}['_getItemAfter'](_0x5878f6){const _0x3133f1=this['_sidebarItemViewToAnnotation']['get'](_0x5878f6),_0x42fdab=_0x3133f1&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x3133f1)+0x1);return _0x42fdab&&this['getSidebarItemView'](_0x42fdab)||null;}['_alignBeforeItem'](_0x571935,_0x4dffb3){_0x571935['updateHeight']();const _0x2c98c3=G(_0x4dffb3['bottom']+this['_spaceBetweenItems'],_0x571935['top']);return!!_0x2c98c3&&(this['_setItemTop'](_0x4dffb3,_0x4dffb3['top']-_0x2c98c3),!0x0);}['_alignAfterItem'](_0x46e7d2,_0x3f0746){_0x46e7d2['updateHeight']();const _0x52adce=G(_0x46e7d2['bottom']+this['_spaceBetweenItems'],_0x3f0746['top']);return!!_0x52adce&&(this['_setItemTop'](_0x3f0746,_0x3f0746['top']+_0x52adce,!0x1),!0x0);}['_alignToTargetRect'](_0x3da63e){const _0x123fa9=this['_sidebarItemViewToAnnotation']['get'](_0x3da63e);if(!_0x123fa9||!_0x123fa9['target']||!_0x123fa9['targetRect'])return;const _0x29dc6f=this['_getTargetTop'](_0x123fa9,_0x123fa9['targetRect']);this['_setItemTop'](_0x3da63e,_0x29dc6f);}['_getTargetTop'](_0x203106,_0x24a073){if(null===_0x24a073)return 0x0;if(_0x203106['target']instanceof _0x3bd473)return _0x24a073['top'];{const _0x56ea79=new _0x3bd473(this['view']['element'])['top'];return _0x24a073['top']-_0x56ea79;}}['_setItemTop'](_0x3b68d5,_0x19b322,_0x3540b0=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x3540b0&&(_0x19b322=Math['max'](_0x19b322,this['_getMaxAvailableTop'](_0x3b68d5))),_0x3b68d5['top']=_0x19b322;}['_getMaxAvailableTop'](_0x2db387){let _0xa7bcc3=this['_getItemBefore'](_0x2db387),_0x7ca6e9=0x0;for(;_0xa7bcc3;)_0xa7bcc3['updateHeight'](),_0x7ca6e9+=this['_spaceBetweenItems']+_0xa7bcc3['height'],_0xa7bcc3=this['_getItemBefore'](_0xa7bcc3);return _0x7ca6e9;}}function G(_0x5cba66,_0x270ad7){return Math['max'](_0x5cba66-_0x270ad7,0x0);}function y(_0x11d014){return null!==_0x11d014&&'object'==typeof _0x11d014&&0x1===_0x11d014['nodeType'];}class e extends _0x3af3fa{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,M];}static get['pluginName'](){return'WideSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3d3535){super(_0x3d3535),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x495158(),this['_refreshPositioningDebounced']=_0x36aac6(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x5b785f=this['context']['plugins']['get'](M),_0x28f7bf=this['context']['plugins']['get'](z);_0x5b785f['register']('wideSidebar',this),_0x28f7bf['container']&&_0x5b785f['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x58d9e7){if(_0x58d9e7===this['activeAnnotation'])return;const _0x59b864=this['context']['plugins']['get'](z);_0x59b864['_activeAnnotation']=_0x58d9e7;const _0x2d9ea3=this['activeAnnotation'];_0x59b864['refresh']({'blurredAnnotation':_0x2d9ea3,'activatedAnnotation':_0x58d9e7}),this['activeAnnotation']=_0x58d9e7;}['attach'](_0x34caf0){this['annotations']=_0x34caf0;const _0x558e29=this['context']['plugins']['get'](z);if(_0x558e29['_annotations']=_0x34caf0,this['isAttached'])throw new _0xa7d815('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x558e29,'set:container',()=>{this['detach'](),this['listenTo'](_0x558e29,'change:container',_0x39c85f=>{_0x39c85f['off'](),this['attach'](_0x34caf0);});}),_0x558e29['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x2cac32=_0x72654d=>{_0x72654d['updateTargetRect'](),_0x558e29['addAnnotation'](_0x72654d);};for(const _0x3d0bf5 of _0x34caf0)_0x2cac32(_0x3d0bf5);this['listenTo'](_0x34caf0,'add',(_0x260bbb,_0x3dc59e)=>{_0x2cac32(_0x3dc59e);}),this['listenTo'](_0x34caf0,'remove',(_0x197661,_0x4de267,_0x1d76e6)=>{_0x558e29['rearrange']({'removedAnnotation':_0x4de267,'previousAnnotation':_0x34caf0['get'](_0x1d76e6-0x1),'nextAnnotation':_0x34caf0['get'](_0x1d76e6+0x1)}),_0x4de267===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x34caf0,'focus',(_0x559957,_0x77d0dc)=>{this['setActiveAnnotation'](_0x77d0dc);}),this['listenTo'](_0x34caf0,'blur',()=>{this['setActiveAnnotation'](null);});const _0x9233b8=this['context']instanceof _0x553b7b?this['context']['editors']:new _0x495158([this['context']]);for(const _0x608fa of _0x9233b8)this['_integrateWithEditorAnnotations'](_0x608fa);this['listenTo'](_0x9233b8,'add',(_0x2ef682,_0x37f3f0)=>{this['listenTo'](_0x37f3f0,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x37f3f0);});}),this['listenTo'](_0x9233b8,'remove',(_0x229a5e,_0x5678f3)=>{_0x5678f3['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x5678f3['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0xa7d815('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x58b440=this['context']['plugins']['get'](z);_0x58b440['_detachFromContainer'](this['annotations']),this['stopListening'](_0x58b440),this['stopListening'](this['annotations']),this['context']instanceof _0x553b7b&&this['stopListening'](this['context']['editors']);for(const _0x527040 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x527040);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x2b9c73){if(!_0x2b9c73['plugins']['has']('EditorAnnotations'))return;const _0x3cb31d=_0x2b9c73['plugins']['get']('EditorAnnotations'),_0x203397=()=>{const _0x13c38f=_0x3cb31d['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x13c38f[0x0]||null);};this['listenTo'](_0x3cb31d,'refresh',_0x203397),this['listenTo'](_0x3cb31d,'blur',(_0x8ef0c0,{isAnnotationTracked:_0x28522e})=>{this['activeAnnotation']&&_0x28522e(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x3cb31d,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x210b46=>{_0x3cb31d['hasDomSelection']()&&(_0x203397(),_0x210b46['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3cb31d);}['_destroyEditorAnnotationsIntegration'](_0x4ea2ac){this['stopListening'](_0x4ea2ac),this['_editorAnnotations']['remove'](_0x4ea2ac);}}class C extends _0x3b9991{['counterView'];constructor(_0xf6446a){super(_0xf6446a);const _0x29011f=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x45f196,_0xf532bb)=>_0x45f196?'...':_0xf532bb['toString']()),this['set']('annotationType',''),this['icon']=_0x41e6b5,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new kt(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x29011f['to']('annotationType',_0xe782=>'ck-annotation-counter__badge--'+_0xe782),_0x29011f['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x29011f['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class n extends _0x3af3fa{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,M];}static get['pluginName'](){return'NarrowSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x53dfc1){super(_0x53dfc1),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x1afcfc),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x495158(),this['_refreshPositioningDebounced']=_0x36aac6(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](M)['register']('narrowSidebar',this),this['bodyCollection']=new _0x43cf96(this['context']['locale']),this['balloonPanelView']=new _0x237478(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x502c39){this['annotations']=_0x502c39;const _0x49b689=this['context']['plugins']['get'](z),_0x1110be=this['balloonPanelView'];if(_0x49b689['_annotations']=_0x502c39,this['isAttached'])throw new _0xa7d815('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x49b689,'set:container',()=>{this['detach'](),this['listenTo'](_0x49b689,'change:container',_0x165fcd=>{_0x165fcd['off'](),this['attach'](_0x502c39);});}),_0x49b689['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x4505f1=_0x541fe8=>{const _0x2cb179=new C(this['context']['locale']);_0x49b689['addAnnotation'](_0x541fe8,_0x2cb179),this['_annotationToNarrowView']['set'](_0x541fe8,_0x2cb179),_0x2cb179['bind']('isDirty','annotationType','number')['to'](_0x541fe8['view'],'isDirty','type','length'),_0x2cb179['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x1110be['content']['first']!==_0x541fe8['view']?(this['_showBalloon'](_0x541fe8),_0x541fe8['view']['element']['focus'](),this['setActiveAnnotation'](_0x541fe8)):this['setActiveAnnotation'](null);});};for(const _0x16264a of _0x502c39)_0x4505f1(_0x16264a);this['listenTo'](_0x502c39,'add',(_0x56a24b,_0x4e1aa0)=>{_0x4505f1(_0x4e1aa0);}),this['listenTo'](_0x502c39,'remove',(_0x2a3820,_0x52ebc7,_0x29258a)=>{this['_annotationToNarrowView']['get'](_0x52ebc7)['destroy'](),this['_annotationToNarrowView']['delete'](_0x52ebc7),_0x49b689['rearrange']({'removedAnnotation':_0x52ebc7,'previousAnnotation':_0x502c39['get'](_0x29258a-0x1),'nextAnnotation':_0x502c39['get'](_0x29258a+0x1)}),_0x52ebc7===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x502c39,'focus',(_0x483a3c,_0x2f0253)=>{this['setActiveAnnotation'](_0x2f0253);}),this['listenTo'](_0x502c39,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x4a9ba0,_0x25a360)=>{_0x25a360['keyCode']===_0xb68d27['esc']&&_0x1110be['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x1110be['content']['first']),this['_hideBalloon'](),_0x25a360['stopPropagation'](),_0x25a360['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x41a964,_0x5c6de0)=>{const _0x1644f3=_0x5c6de0['target'];_0x1110be['isVisible']&&_0x1110be['element']['contains'](_0x1644f3)||_0x49b689['view']['element']['contains'](_0x1644f3)||_0x41a964['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x257d00=>_0x257d00['contains'](_0x1644f3))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x36c1e0=this['context']instanceof _0x553b7b?this['context']['editors']:new _0x495158([this['context']]);for(const _0x233b61 of _0x36c1e0)this['_integrateWithEditorAnnotations'](_0x233b61);this['listenTo'](_0x36c1e0,'add',(_0x16c319,_0x48821e)=>{this['listenTo'](_0x48821e,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x48821e);});}),this['listenTo'](_0x36c1e0,'remove',(_0x517346,_0x5e2719)=>{_0x5e2719['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x5e2719['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x8e9ca8){if(_0x8e9ca8===this['activeAnnotation'])return;const _0x1b79fd=this['context']['plugins']['get'](z);if(_0x1b79fd['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x8e9ca8,'disableAnimationOnActivatedAnnotation':!0x0}),_0x8e9ca8)_0x1b79fd['getSidebarItemView'](_0x8e9ca8)?this['_showBalloon'](_0x8e9ca8):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x8e9ca8;}['detach'](){if(!this['isAttached'])throw new _0xa7d815('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x20dca1=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x52cce0=>_0x52cce0['destroy']()),this['_annotationToNarrowView']['clear'](),_0x20dca1['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x553b7b&&this['stopListening'](this['context']['editors']);for(const _0x1a1458 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x1a1458);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'](_0x4f77c9){if(!_0x4f77c9['plugins']['has']('EditorAnnotations'))return;const _0x1657c3=_0x4f77c9['plugins']['get']('EditorAnnotations'),_0x39a6e0=this['context']['plugins']['get'](z),_0x5ef048=this['annotations'],_0x5a9c98=this['balloonPanelView'],_0x1d1a23=()=>{const _0x515d9c=_0x1657c3['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x515d9c),this['setActiveAnnotation'](_0x515d9c[0x0]||null);};this['listenTo'](_0x1657c3,'refresh',_0x1d1a23),this['listenTo'](_0x1657c3,'blur',(_0x812905,{isAnnotationTracked:_0x260bf2})=>{this['activeAnnotation']&&_0x260bf2(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x1657c3,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x5ef048,'blur',_0x1528c0=>{_0x1657c3['hasDomSelection']()&&_0x1528c0['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x363bbb,_0x2b8d90)=>{const _0x588179=_0x2b8d90['target'];_0x5a9c98['isVisible']&&_0x5a9c98['element']['contains'](_0x588179)||_0x39a6e0['view']['element']['contains'](_0x588179)||this['activeAnnotation']&&_0x1657c3['hasDomSelection']()&&(_0x1d1a23(),_0x363bbb['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x1657c3);}['_destroyEditorAnnotationsIntegration'](_0x3ed13e){_0x3ed13e&&(this['stopListening'](_0x3ed13e),this['_editorAnnotations']['remove'](_0x3ed13e));}['_setSelectedAnnotations'](_0x4bd126){for(const _0x203c9a of this['_selectedAnnotations'])_0x4bd126['includes'](_0x203c9a)||this['_manuallyClosedAnnotationViews']['delete'](_0x203c9a['view']);this['_selectedAnnotations']=_0x4bd126;}['_refreshPositioning'](){const _0x21053=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x21053['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x2d7e7a){if(this['_manuallyClosedAnnotationViews']['has'](_0x2d7e7a['view']))return;const _0x2585a3=this['balloonPanelView']['content']['first'];_0x2585a3!==_0x2d7e7a['view']?(_0x2585a3&&this['_detachListeners'](_0x2585a3),this['_attachListeners'](_0x2d7e7a['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x2d7e7a['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x490292=this['balloonPanelView']['content']['first'],_0x399d0e=_0x490292&&this['annotations']['getByView'](_0x490292);if(!_0x399d0e||!this['_annotationToNarrowView']['has'](_0x399d0e))return;const _0xe6da0f=this['_annotationToNarrowView']['get'](_0x399d0e)['element'],_0x5ead59=(function(){const _0x503073=_0x237478['defaultPositions'];return[_0x503073['southArrowNorthEast'],_0x503073['northArrowSouthEast'],_0x503073['southArrowNorth'],_0x503073['northArrowSouth'],_0x503073['southArrowNorthWest'],_0x503073['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0xe6da0f,'positions':_0x5ead59});}['_hideBalloon'](){const _0x9a58b2=this['balloonPanelView'],_0x2afb30=_0x9a58b2['content']['first'];_0x2afb30&&(this['_detachListeners'](_0x2afb30),_0x9a58b2['unpin'](),_0x9a58b2['content']['clear']());}['_attachListeners'](_0xf70942){this['listenTo'](_0xf70942,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0xf70942,'Esc',(_0x44139b,_0x25a10b)=>{this['_manuallyClosedAnnotationViews']['add'](_0xf70942),this['_hideBalloon'](),_0x25a10b();});}['_detachListeners'](_0x129019){this['stopListening'](_0x129019);}}class c extends _0x49a43a{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[P,_0x21e229,M];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1916ee){super(_0x1916ee),_0x1916ee['editing']['view']['addObserver'](_0x3b60be),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x1916ee['plugins']['get'](_0x21e229),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x10e3c4=this['editor']['plugins']['get'](M);_0x10e3c4['context']===this['editor']&&(_0x10e3c4['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x7d47f5,_0xc79f6e)=>{const _0x42a188=this['_balloon'];if(this['isAttached']&&_0x42a188['visibleView']){const _0x5e3811=this['annotations']['getByView'](_0x42a188['visibleView']);_0x5e3811&&this['_closeAnnotation'](_0x5e3811),_0xc79f6e();}}));}['afterInit'](){const _0x163b32=this['editor']['plugins']['get'](M);_0x163b32['context']===this['editor']&&(_0x163b32['hasActive']()||_0x163b32['switchTo']('inline'));}['setActiveAnnotation'](_0x3031e9){_0x3031e9!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x3031e9&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x3031e9)&&this['_addAnnotationToBalloon'](_0x3031e9,!0x0),_0x3031e9['isActive']=!0x0),_0x3031e9||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x3031e9);}['attach'](_0x3c61c2){this['annotations']=_0x3c61c2;const _0x5e2faf=this['editor']['plugins']['get'](M),_0x290d4b=this['_balloon'];if(this['isAttached'])throw new _0xa7d815('inlineannotations-attach-already-attached',this);if(_0x5e2faf['context']!==this['editor'])throw new _0xa7d815('inlineannotations-not-allowed-with-context',this);const _0x198d99=this['editor']['plugins']['get'](P);this['listenTo'](_0x198d99,'refresh',()=>{const _0x17097d=_0x198d99['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x24fa5d,_0x18c506;!this['_forceRefresh']&&(_0x24fa5d=_0x17097d,_0x18c506=this['_selectedAnnotations'],_0x24fa5d['length']===_0x18c506['length']&&_0x24fa5d['every'](_0x498224=>_0x18c506['includes'](_0x498224)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x17097d),this['setActiveAnnotation'](_0x17097d[0x0]||null));}),this['listenTo'](_0x198d99,'blur',(_0x4b2f67,{isAnnotationTracked:_0x307b8a})=>{this['activeAnnotation']&&_0x307b8a(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x242d4f,_0x58e563,_0xc087f)=>{_0xc087f||this['setActiveAnnotation'](null);}),this['listenTo'](_0x3c61c2,'remove',(_0xb1493b,_0x202b57)=>{this['_removeAnnotationFromBalloon'](_0x202b57),_0x202b57===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x290d4b,'change:visibleView',(_0x45173a,_0x450c96,_0x88cc2e,_0x34e003)=>{_0x34e003&&this['stopListening'](_0x34e003);const _0x467007=_0x3c61c2['getByView'](_0x88cc2e);_0x88cc2e&&_0x467007&&(this['listenTo'](_0x88cc2e,'change:height',()=>{_0x290d4b['updatePosition']();}),this['listenTo'](_0x88cc2e,'Esc',()=>{this['_closeAnnotation'](_0x467007),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x467007&&this['setActiveAnnotation'](_0x467007));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x290d4b['visibleView']&&(_0x3c61c2['getByView'](_0x290d4b['visibleView'])&&_0x290d4b['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 _0xa7d815('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0xc66c70 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0xc66c70);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x223847){for(const _0x2a5614 of this['_selectedAnnotations'])_0x223847['includes'](_0x2a5614)||this['_manuallyClosed']['delete'](_0x2a5614);for(const _0x4b2c86 of this['annotations'])_0x223847['includes'](_0x4b2c86)||this['_removeAnnotationFromBalloon'](_0x4b2c86);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x5ab151 of _0x223847)this['_addAnnotationToBalloon'](_0x5ab151);}this['_selectedAnnotations']=_0x223847;}['_addAnnotationToBalloon'](_0x2aff90,_0x410c39=!0x1){this['_manuallyClosed']['has'](_0x2aff90)||(this['_addedAnnotations']['has'](_0x2aff90)||this['_balloon']['hasView'](_0x2aff90['view'])||(this['_addedAnnotations']['add'](_0x2aff90),this['_balloon']['add']({'stackId':_0x2aff90['view']['id'],'view':_0x2aff90['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x2aff90)}})),_0x410c39&&this['_balloon']['showStack'](_0x2aff90['view']['id']));}['_getBalloonTargetForAnnotation'](_0x2011c4){const _0x521f39=_0x2011c4['target'],_0x124937=this['editor']['editing']['view'],_0x15cb63=_0x124937['document']['selection']['getFirstRange'](),_0x2c0c06=_0x124937['domConverter']['viewRangeToDom'](_0x15cb63);if(_0x2c0c06['collapse'](!0x0),_0x521f39){if(_0x521f39 instanceof _0x3bd473)return _0x521f39;let _0x925f30=[];for(const _0x19261c of _0x521f39)_0x925f30['push'](...B(_0x19261c['getClientRects']()));_0x925f30=function(_0x5ef4b9){const _0x990c8c=[];let _0x45a51f=_0x5ef4b9[0x0];for(let _0x1a778d=0x1;_0x1a778d<_0x5ef4b9['length'];_0x1a778d++)F(_0x45a51f,_0x5ef4b9[_0x1a778d])?_0x45a51f['width']+=_0x5ef4b9[_0x1a778d]['width']:(_0x990c8c['push'](_0x45a51f),_0x45a51f=_0x5ef4b9[_0x1a778d]);return _0x990c8c['push'](_0x45a51f),_0x990c8c;}(_0x925f30);const _0x39dc78=_0x2c0c06['getBoundingClientRect']();return _0x925f30['find'](_0x299c46=>_0x299c46['top']<=_0x39dc78['top']&&_0x299c46['bottom']>=_0x39dc78['bottom']&&_0x299c46['left']<=_0x39dc78['left']&&_0x299c46['right']>=_0x39dc78['right'])||_0x925f30[0x0];}return _0x2011c4['targetRect']||_0x2c0c06;}['_removeAnnotationFromBalloon'](_0x328a34){this['_addedAnnotations']['has'](_0x328a34)&&this['_balloon']['hasView'](_0x328a34['view'])&&(this['_addedAnnotations']['delete'](_0x328a34),this['_balloon']['remove'](_0x328a34['view']));}['_closeAnnotation'](_0x295476){this['_manuallyClosed']['add'](_0x295476),this['_removeAnnotationFromBalloon'](_0x295476);}}function B(_0x242109){return Array['from'](_0x242109)['map'](DOMRect['fromRect']);}function F(_0x2e86bf,_0x90ff3f){return _0x2e86bf['top']===_0x90ff3f['top']&&_0x2e86bf['bottom']===_0x90ff3f['bottom']&&_0x2e86bf['right']===_0x90ff3f['left'];}class it extends kt{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x570273,_0x5e5e33){super(_0x570273),this['set']('isEmpty',!_0x5e5e33['length']),this['focusTracker']=new _0xa9b33(),this['_annotationViews']=_0x5e5e33,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new _0x1e0fed({'focusables':_0x5e5e33,'focusTracker':this['focusTracker']}),this['listenTo'](_0x5e5e33,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x5e5e33,'remove',(_0x3c3926,_0x39e52c)=>{_0x39e52c['isActive']&&this['focus'](),_0x5e5e33['length']||(this['isEmpty']=!0x0);});const _0x6d7fe7=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':E(_0x570273,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x5e5e33},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x6d7fe7['if']('isEmpty','ck-hidden',_0x5583d6=>!_0x5583d6)]},'children':[{'text':E(_0x570273,'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 _0x3cbc6e of this['_annotationViews'])this['focusTracker']['add'](_0x3cbc6e['element']);this['_annotationViews']['on']('change',(_0x4a20d3,{added:_0x2cdba7,removed:_0x1d2173})=>{for(const _0x289d4f of _0x2cdba7)this['focusTracker']['add'](_0x289d4f['element']);for(const _0x309574 of _0x1d2173)this['focusTracker']['remove'](_0x309574['element']);});}}class f extends _0x3af3fa{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[o,O];}constructor(_0x4f39b0){super(_0x4f39b0),this['archivedThreads']=new _0x495158();}['init'](){const _0x1e7563=this['context'],_0x4ac4e7=_0x1e7563['plugins']['get'](o),_0x233f7b=_0x1e7563['plugins']['get'](O);this['listenTo'](_0x4ac4e7,'addCommentThread',(_0x5d0a49,{threadId:_0x303f2f})=>{const _0x1b6ac8=_0x4ac4e7['getCommentThread'](_0x303f2f);_0x1b6ac8['archivedAt']&&this['archivedThreads']['add'](_0x1b6ac8,this['_calculatePosition'](_0x1b6ac8['archivedAt'])),this['listenTo'](_0x1b6ac8,'change:archivedAt',(_0x4e4f7a,_0xb01475,_0x13432e)=>{_0x13432e?this['archivedThreads']['has'](_0x1b6ac8)||this['archivedThreads']['add'](_0x1b6ac8,this['_calculatePosition'](_0x1b6ac8['archivedAt'])):this['archivedThreads']['has'](_0x1b6ac8)&&this['archivedThreads']['remove'](_0x1b6ac8);});}),this['listenTo'](_0x4ac4e7,'removeCommentThread',(_0xf6f788,{threadId:_0x2995cd})=>{const _0x158063=_0x4ac4e7['getCommentThread'](_0x2995cd);this['stopListening'](_0x158063),this['archivedThreads']['has'](_0x158063)&&this['archivedThreads']['remove'](_0x158063);},{'priority':'highest'}),this['listenTo'](_0x233f7b['collection'],'focus',(_0x35437e,_0x33b435)=>{_0x33b435['isVisible']||(_0x33b435['isActive']=!0x0,_0x233f7b['activate'](_0x33b435));});}['_calculatePosition'](_0x88e141){const _0x33585d=[...this['archivedThreads']]['findIndex'](_0x37506b=>_0x37506b['archivedAt']<_0x88e141);return _0x33585d>-0x1?_0x33585d:this['archivedThreads']['length'];}}class a extends _0x49a43a{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[f,_0x38470c];}constructor(_0x20e07f){super(_0x20e07f),this['annotationViews']=new _0x67afca(),this['_pendingThreads']=[];}['init'](){const _0x24bd5f=this['editor'],_0x36d190=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x24bd5f['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x3b9991,!0x0)),_0x24bd5f['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x23cefd=this['_createCommentsArchiveButton'](_0x40081d);return _0x23cefd['set']({'role':'menuitemcheckbox'}),_0x23cefd;});const _0x2831f5=_0x24bd5f['plugins']['get'](f),_0x49bd6f=_0x24bd5f['plugins']['get']('Annotations'),_0x30979e=_0x24bd5f['plugins']['get']('CommentsRepository');_0x2831f5['archivedThreads']['forEach'](_0xa45541=>{this['_handleNewThread'](_0xa45541);}),this['listenTo'](_0x2831f5['archivedThreads'],'add',(_0x58aa98,_0x2aaa14)=>{this['_handleNewThread'](_0x2aaa14);}),this['listenTo'](_0x49bd6f['collection'],'add',(_0x47823f,_0x2d4bd2)=>{const _0x3f89a6=this['_pendingThreads']['find'](_0x942542=>{const _0x39af37=_0x30979e['_threadToController']['get'](_0x942542);return _0x39af37&&_0x2d4bd2['innerView']===_0x39af37['view'];});if(_0x3f89a6){const _0xe1402f=this['_calculatePosition'](_0x3f89a6['archivedAt']);this['annotationViews']['add'](_0x2d4bd2['view'],_0xe1402f),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x3f89a6),0x1);}}),this['listenTo'](_0x2831f5['archivedThreads'],'remove',(_0x35803f,_0x6d0288)=>{const _0x3aacc1=_0x24bd5f['config']['get']('collaboration.channelId');if(!_0x3aacc1||_0x6d0288['channelId']===_0x3aacc1){if(this['_pendingThreads']['includes'](_0x6d0288))this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x6d0288),0x1);else{const _0x233245=_0x30979e['_threadToController']['get'](_0x6d0288),_0x44aa33=_0x49bd6f['getByInnerView'](_0x233245['view']);this['annotationViews']['remove'](_0x44aa33['view']),this['stopListening'](_0x44aa33['focusableElements']);}}}),this['listenTo'](_0x49bd6f['collection'],'add',(_0x2e6a3d,_0x2c7f2a)=>{this['listenTo'](_0x2c7f2a,'escape',_0x36d190);}),this['listenTo'](_0x49bd6f['collection'],'remove',(_0xbc1436,_0xe5e92c)=>{this['stopListening'](_0xe5e92c,'escape',_0x36d190);});}['_handleNewThread'](_0x3e5ac3){const _0x478466=this['editor']['plugins']['get']('CommentsRepository'),_0x4cb1bb=this['editor']['plugins']['get']('Annotations'),_0x344488=this['editor']['config']['get']('collaboration.channelId');if(!_0x344488||_0x3e5ac3['channelId']===_0x344488){const _0x5d07f8=_0x478466['_threadToController']['get'](_0x3e5ac3);if(!_0x5d07f8)return void this['_pendingThreads']['push'](_0x3e5ac3);const _0x5dcf40=this['_calculatePosition'](_0x3e5ac3['archivedAt']),_0x360a17=_0x4cb1bb['getByInnerView'](_0x5d07f8['view']);_0x360a17['isVisible']&&_0x4cb1bb['_visibleAnnotations']['remove'](_0x360a17),this['annotationViews']['add'](_0x360a17['view'],_0x5dcf40);}}['_calculatePosition'](_0x2c3ef6){const _0x1935f2=this['editor']['config']['get']('collaboration.channelId'),_0x4c9258=[...this['editor']['plugins']['get'](f)['archivedThreads']]['filter'](_0x4f806e=>_0x4f806e['channelId']===_0x1935f2)['findIndex'](_0x58c29e=>_0x58c29e['archivedAt']<_0x2c3ef6);return _0x4c9258<0x0||_0x4c9258>this['annotationViews']['length']?this['annotationViews']['length']:_0x4c9258-0x1;}['_toggleDialog'](){const _0x131983=this['editor'],_0x22f0bd=_0x131983['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new it(_0x131983['locale'],this['annotationViews'])),'commentsArchive'===_0x22f0bd['id']?_0x22f0bd['hide']():_0x22f0bd['show']({'id':'commentsArchive','title':E(_0x131983['locale'],'COMMENTS_ARCHIVE'),'icon':_0x489df2,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':tt['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x42b46a,_0x9da596=!0x1){const _0x515d42=this['editor']['locale'],_0x8f492e=this['editor']['plugins']['get']('Dialog'),_0x2789fd=new _0x42b46a(_0x515d42);return _0x2789fd['bind']('isEnabled')['to'](this,'isEnabled'),_0x2789fd['bind']('isOn')['to'](_0x8f492e,'id',_0x45f939=>'commentsArchive'===_0x45f939),_0x2789fd['set']({'label':E(_0x515d42,'COMMENTS_ARCHIVE'),'icon':_0x489df2,'isToggleable':!0x0}),_0x9da596&&(_0x2789fd['tooltip']=!0x0),this['listenTo'](_0x2789fd,'execute',()=>this['_toggleDialog']()),_0x2789fd;}['_hideDialogOnAnnotationEscape']=_0x3af0b4=>{const _0x5f399d=_0x3af0b4['source'];if(!this['annotationViews']['has'](_0x5f399d['view']))return;const _0x36df8e=this['editor']['plugins']['get']('Dialog');_0x36df8e['isOpen']&&'commentsArchive'===_0x36df8e['id']&&(_0x36df8e['hide'](),_0x3af0b4['stop']());};}class p extends _0x49a43a{static get['requires'](){return[o,r,i,f,a,s,e,n,c];}static get['pluginName'](){return'Comments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{d as Annotation,_ as AnnotationCollection,S as AnnotationView,O as Annotations,M as AnnotationsUIs,is as BaseCommentThreadView,rs as BaseCommentView,fi as Comment,ui as CommentThread,vt as CommentThreadController,ie as CommentThreadInputView,gt as CommentThreadView,Tt as CommentView,p as Comments,f as CommentsArchive,a as CommentsArchiveUI,te as CommentsListView,s as CommentsOnly,o as CommentsRepository,i as CommentsUI,P as EditorAnnotations,c as InlineAnnotations,n as NarrowSidebar,z as Sidebar,e as WideSidebar};
|