@ckeditor/ckeditor5-comments 43.2.0-alpha.5 → 43.2.0-alpha.6
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 +15 -15
- package/src/comments/commentsrepository.js +3 -3
package/dist/index.js
CHANGED
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Editor as
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
((()=>Ut)());constructor(_0x18382d={}){(_0x18382d=Object['assign']({},_0x18382d))['plugins']||(_0x18382d['plugins']=Vt['defaultPlugins']),super(_0x18382d),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']();}['create'](){const _0x38ff30=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x38ff30))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x54afac=>{const _0x2ba98f=this['model']['document']['getRoot'](),_0xce6214=_0x2ba98f&&_0x2ba98f['getChild'](_0x2ba98f['childCount']-0x1);_0x54afac['setSelection'](_0xce6214,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x18439a=this['editing']['view'],_0x464e6a=_0x18439a['document']['getRoot'](),_0x257ede=_0x464e6a['getChild'](0x0);_0x464e6a['childCount']>0x1||!_0x257ede||'p'!=_0x257ede['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(Bt(_0x18439a,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x257ede['placeholder']=this['placeholder']),zt({'view':_0x18439a,'element':_0x257ede,'keepOnFocus':!0x0}),this['placeholderElement']=_0x257ede);}}class rs extends Dt{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x1d4c5b,_0x201a71={}){super(_0x1d4c5b),this['editor']=null,this['_editorConfig']=_0x201a71,this['set']('value',_0x201a71['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',S(_0x1d4c5b,'Reply...')),this['set']('submitLabel',S(_0x1d4c5b,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new Et(),this['focusTracker']=new _0x3e5960(),this['focusCycler']=new Ft({'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',(_0xf92bd8,_0x3de57a)=>{this['cancelButtonView']['fire']('execute'),_0x3de57a();}),this['keystrokes']['set']('Ctrl+Enter',(_0xcc5450,_0x331573)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x331573());}),this['on']('submit',(_0x54913b,_0x5acbf8)=>{_0x5acbf8['length']>0xfde8?(alert(S(_0x1d4c5b,'TOO_LONG_COMMENT_ALERT',[_0x5acbf8['length'],0xfde8])),_0x54913b['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new Vt(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x2fc1cd=this['editor'];this['element']['insertBefore'](_0x2fc1cd['ui']['element'],this['element']['firstChild']),_0x2fc1cd['model']['document']['on']('change',()=>this['value']=_0x2fc1cd['getData']()),_0x2fc1cd['bind']('placeholder')['to'](this),this['focusables']['add'](_0x2fc1cd['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x7dce52){-0x1===_0x7dce52?(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:_0x5f1c95}=this,_0x18a531=new _0x31e2fc(_0x5f1c95);return _0x18a531['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x18a531['withText']=!0x0,_0x18a531['bind']('label')['to'](this,'submitLabel'),_0x18a531['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x18a531['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x3f28e1,_0xe44237)=>!_0xe44237&&!!_0x3f28e1['trim']()),_0x18a531;}['_createCancelButton'](){const {locale:_0x57ff58}=this,_0x54f936=new _0x31e2fc(_0x57ff58);return _0x54f936['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x54f936['label']=S(_0x57ff58,'Cancel'),_0x54f936['withText']=!0x0,_0x54f936['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x54f936;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x4eb60a=>{this['focusTracker']['add'](_0x4eb60a['element']);}),this['focusables']['on']('change',(_0x5bdac4,_0x745a26)=>{for(const _0x543277 of Array['from'](_0x745a26['added'])['reverse']())this['focusTracker']['add'](_0x543277['element']);});}}class kt extends Dt{constructor(_0x1daf1f,_0x131780,_0x2a349c){super(_0x1daf1f),this['commentInputView']=new rs(_0x1daf1f,_0x2a349c),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x1abdf5,_0xcc9b39)=>_0x1abdf5||!!_0xcc9b39),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 _0x4b9dc8(_0x1daf1f,_0x131780),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'](_0x2284e1){this['commentInputView']['focus'](_0x2284e1);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x167aed,_0x3382f4)=>{const {submitButtonView:_0x214671,cancelButtonView:_0x2bfff9,editor:_0x128600}=this['commentInputView'];[_0x214671['element'],_0x2bfff9['element'],_0x128600?_0x128600['editing']['view']['getDomRoot']():null]['filter'](_0x40bc95=>_0x40bc95)['some'](_0x4d2f77=>_0x4d2f77['contains'](_0x3382f4['target']))||(this['focus'](),_0x3382f4['preventDefault']());});}}class cs extends Dt{constructor(_0xc7fd6a){super(_0xc7fd6a);const _0x354107=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x354107['to']('count',_0x36bf9d=>S(_0xc7fd6a,'NUMBER_OF_COMMENTS',_0x36bf9d))}]});}}class xt extends Dt{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x54a60b,_0x454cf9,_0x161715){super(_0x54a60b);const _0x789c01=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x454cf9['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x454cf9,this['_config']=_0x161715,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x3e5960(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x3861fa=>this['commentViews']['map'](_0xe21939=>_0xe21939['element'])['includes'](_0x3861fa['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new cs(_0x54a60b),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x3d8462=>_0x3d8462-this['_config']['maxCommentsWhenCollapsed']);for(const _0x13dab7 of _0x454cf9['comments'])this['_handleNewCommentModel'](_0x13dab7);this['_handleInfoComment'](),this['listenTo'](_0x454cf9['comments'],'add',(_0x269563,_0x4b6f39)=>{const _0xdb80d7=this['_calculatePosition'](_0x4b6f39);this['length']++,this['_handleNewCommentModel'](_0x4b6f39,_0xdb80d7),this['refreshVisibleViews']();}),this['listenTo'](_0x454cf9['comments'],'remove',(_0x1edb2c,_0x27f42d)=>{this['length']--,this['_handleRemoveCommentModel'](_0x27f42d),this['refreshVisibleViews']();}),this['listenTo'](_0x454cf9,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x454cf9,'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',_0x789c01['if']('length','ck-hidden',_0x1bd4d5=>!_0x1bd4d5)],'aria-label':S(_0x54a60b,'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'](_0xc30e96){-0x1===_0xc30e96?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x41ca6a of this['commentViews'])_0x41ca6a['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0xcca10,_0x1ed1e8){const _0x25fdec=new this['_config']['CommentView'](this['locale'],_0xcca10,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x25fdec['viewUid']=_0xcca10['id'],_0x25fdec['delegate']('removeComment')['to'](this),_0x25fdec['delegate']('updateComment')['to'](this),_0x25fdec['delegate']('resolveCommentThread')['to'](this),_0x25fdec['delegate']('editorReady')['to'](this),_0x25fdec['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x25fdec,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x25fdec,_0x1ed1e8);}['_calculatePosition'](_0x289f79){const _0x533593=this['_model']['_findOptimalIndex'](_0x289f79);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x289f79['authoredAt']?_0x533593-0x1:_0x533593:_0x533593-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x185edc={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':S(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x185edc,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x185edc));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x37053f){const _0x383d2=this['commentViews']['remove'](_0x37053f['id']);this['stopListening'](_0x383d2),_0x383d2['isEditMode']&&this['_updateHasDirtyComment'](),_0x383d2['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x28909a=>_0x28909a['isEditMode']);}['_rearrangeCollapse'](){const _0x5e4e09=function(_0x1aaffb){const _0x4ca379=new _0x3de075();for(const _0x415003 of _0x1aaffb)_0x4ca379['add'](_0x415003);return _0x4ca379;}(this['commentViews']),_0x4c1492=this['_collapsedCommentsView']['count'];for(let _0x332a86=0x1;_0x332a86<=_0x4c1492;_0x332a86++)_0x5e4e09['remove'](0x1);for(const _0x46b650 of _0x5e4e09)_0x46b650['collapse']();_0x4c1492>0x0&&_0x5e4e09['add'](this['_collapsedCommentsView'],0x1),ms(_0x36488d(Array['from'](this['visibleViews']),Array['from'](_0x5e4e09)),this['visibleViews'],_0x5e4e09);}['_rearrangeExpand'](){ms(_0x36488d(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x410b62 of this['visibleViews'])_0x410b62['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x514d4a=>{this['focusTracker']['add'](_0x514d4a['element']),this['keystrokes']['listenTo'](_0x514d4a['element']);}),this['commentViews']['on']('change',(_0x39cfe6,_0x115dec)=>{for(const _0x5cb6ee of _0x115dec['removed'])this['focusTracker']['remove'](_0x5cb6ee['element']),this['keystrokes']['stopListening'](_0x5cb6ee['element']);for(const _0x1374dd of Array['from'](_0x115dec['added'])['reverse']())this['focusTracker']['add'](_0x1374dd['element']),this['keystrokes']['listenTo'](_0x1374dd['element']);});}}function ms(_0x117660,_0x22182c,_0x349224){let _0x525545=0x0;for(const _0x58ff89 of _0x117660)switch(_0x58ff89){case'insert':_0x22182c['add'](_0x349224['get'](_0x525545),_0x525545),_0x525545++;break;case'delete':_0x22182c['remove'](_0x525545);break;case'equal':_0x525545++;}}class ls extends Dt{constructor(_0x117699){super(_0x117699);const _0x5b8497=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x5b8497['to']('contextValue',_0x14a3b9=>S(_0x117699,'THREAD_CONTEXT_LABEL',_0x14a3b9)),'tabindex':-0x1},'children':[{'text':_0x5b8497['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class ts extends Dt{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0xe6edff,_0x3fcb8e){super(_0xe6edff);const _0x59e7a4=this['bindTemplate'];this['_model']=_0x3fcb8e,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x3e5960(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x4b72a6=>!!_0x4b72a6),this['bind']('contextValue')['to'](this['_model'],'context',_0x3c5acd=>_0x3c5acd&&_0x3c5acd['value']?this['_trimContextValue'](_0x3c5acd['value']):S(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',_0x59e7a4['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 _0x56f7a7=new _0x31e2fc(this['locale']);return _0x56f7a7['label']=S(this['locale'],'Reopen'),_0x56f7a7['tooltip']=S(this['locale'],'Reopen'),_0x56f7a7['icon']='<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22m5.042\x209.367\x202.189\x201.837a.75.75\x200\x200\x201-.965\x201.149l-3.788-3.18a.747.747\x200\x200\x201-.21-.284.75.75\x200\x200\x201\x20.17-.945L6.23\x204.762a.75.75\x200\x201\x201\x20.964\x201.15L4.863\x207.866h8.917A.75.75\x200\x200\x201\x2014\x207.9a4\x204\x200\x201\x201-1.477\x207.718l.344-1.489a2.5\x202.5\x200\x201\x200\x201.094-4.73l.008-.032H5.042z\x22/></svg>',_0x56f7a7['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x4dca15=>!_0x4dca15),_0x56f7a7['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x2510b8,_0x10f041)=>_0x2510b8&&_0x10f041),_0x56f7a7['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x56f7a7;}['_trimContextValue'](_0x17f275){if(_0x17f275['length']<0x96)return _0x17f275;const _0x4108ef=_0x17f275['lastIndexOf']('\x20',0x93);return _0x17f275['substring'](0x0,_0x4108ef>-0x1?_0x4108ef:0x93)+'...';}['_attachContextActions'](){const _0x29abdf=this['element']['querySelector']('.ck-context'),_0x3e1d55=_0x29abdf['querySelector']('.ck-context__value');this['listenTo'](_0x29abdf,'mouseenter',()=>{_0x3e1d55['offsetWidth']<_0x3e1d55['scrollWidth']&&_0x29abdf['classList']['add']('overlay');}),this['listenTo'](_0x29abdf,'mouseleave',()=>{_0x29abdf['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x133d3b of this['focusables'])this['focusTracker']['add'](_0x133d3b['element']),this['keystrokes']['listenTo'](_0x133d3b['element']);}['_createContextView'](){const _0x1b74ad=new ls(this['locale']);return _0x1b74ad['bind']('contextValue')['to'](this),_0x1b74ad;}}class es extends Dt{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x2ebb26,_0x4c79b9,_0x451341,_0x5b73d1){super(_0x2ebb26),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x4c79b9,this['_localUser']=_0x451341,this['_config']=_0x5b73d1,this['commentThreadHeaderView']=new ts(_0x2ebb26,_0x4c79b9),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x55ec09(_0x2ebb26,S(_0x2ebb26,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x2ebb26,_0x4c79b9,Object['assign']({'CommentView':this['_config']['CommentView']},_0x5b73d1)),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',(_0x3bb2c5,_0x1e2330)=>_0x3bb2c5||!!_0x1e2330),this['bind']('isUnlinked')['to'](_0x4c79b9,'unlinkedAt',_0x2d5e62=>!!_0x2d5e62),this['bind']('ariaLabel')['to'](this,'length',_0x4a4cfc=>{const _0x2dc2f8=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return S(this['locale'],'COMMENT_THREAD_LABEL',[_0x4a4cfc,_0x2dc2f8]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x3e5960(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x449d0f=>_0x449d0f['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0x37e1bc(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x3ad4fc=new kt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x106dcf=_0x3ad4fc['commentInputView'];return _0x3ad4fc['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x106dcf,'value',(_0x2c176a,_0x32dbe8,_0x5838a8,_0x173aac,_0x5234ee)=>!!_0x5234ee||!!_0x173aac&&_0x5838a8&&!_0x32dbe8||_0x2c176a&&_0x5838a8&&!_0x32dbe8),_0x106dcf['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x327e62,_0x474ba7,_0x49ef8b)=>{let _0x1d341b;return _0x1d341b=_0x49ef8b&&_0x474ba7?'Reply\x20to\x20reopen\x20discussion...':_0x327e62?'Reply...':'Write\x20a\x20comment...',S(this['locale'],_0x1d341b);}),_0x106dcf['bind']('submitLabel')['to'](this,'length',_0x3404d4=>S(this['locale'],_0x3404d4?'Reply':'Comment')),_0x106dcf['on']('submit',(_0x30ada2,_0x1384fa)=>{this['fire']('addComment',_0x1384fa),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x106dcf['on']('cancel',()=>{this['focus']();}),_0x106dcf['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x106dcf['on']('cancel',_0x5856b1=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x5856b1['stop']());}),this['on']('change:isActive',(_0x71c8f8,_0x21a823,_0x1ca62b)=>{_0x1ca62b||this['length']||_0x106dcf['value']||this['fire']('removeCommentThread');}),_0x3ad4fc;}}class gt extends/* #__PURE__ -- @preserve */
|
|
27
|
-
ti(es){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(
|
|
28
|
-
ti(ns){['actionBar'];['userView'];constructor(
|
|
29
|
-
_0x17c796(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x512e05,target:_0x79abdf,type:_0x378d3a,isVisible:_0x1456f3=!0x0}){super(),this['view']=_0x512e05,this['view']['element']||this['view']['render'](),this['_type']=_0x378d3a,this['_target']=_0x79abdf,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x3de075([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x206c45,_0x3d00e4)=>{this['view']['focusTracker']['add'](_0x3d00e4);}),this['focusableElements']['on']('remove',(_0x3feb01,_0x67e46c)=>{this['view']['focusTracker']['remove'](_0x67e46c);}),this['set']('isVisible',_0x1456f3);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x18c6ae=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x18c6ae),_0x18c6ae;}get['targetRect'](){const _0x5621a2=this['target'];if(null===_0x5621a2)return null;if(_0x5621a2 instanceof _0xc93c26)return _0x5621a2;const _0x3b8d2a=_0x5621a2['filter'](_0x193c60=>function(_0x3e74c3){const _0x31a36e=_0x3e74c3['offsetParent'];if(_0x31a36e)return!0x0;const _0x222ec9=_0x3e74c3['getClientRects']()['item'](0x0);return!!_0x222ec9;}(_0x193c60));return 0x0===_0x3b8d2a['length']?null:new _0xc93c26(_0x3b8d2a[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x9bcff1){this['view']['isActive']=_0x9bcff1,this['view']['mainView']['isActive']=_0x9bcff1;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x27dcf8){if(!(null===_0x27dcf8||_0x27dcf8 instanceof _0xc93c26||Array['isArray'](_0x27dcf8)&&_0x27dcf8['every'](_0x6abf71=>ee(_0x6abf71))))throw new _0x119dd1('annotation-invalid-target',null,{'target':_0x27dcf8});}['_getNormalizedTarget'](){const _0x2e82eb='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x2e82eb)?[_0x2e82eb]:_0x2e82eb;}}function ee(_0x5c0c9a){return null!==_0x5c0c9a&&'object'==typeof _0x5c0c9a&&'nodeType'in _0x5c0c9a&&0x1===_0x5c0c9a['nodeType'];}class x extends _0x3de075{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x4e7f10=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x3e5960(),this['_focusTracker']['on']('change:isFocused',(_0x4ed80a,_0x563996,_0x19fef6)=>{_0x19fef6||this['fire']('blur');});for(const _0x134b71 of _0x4e7f10)this['add'](_0x134b71);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x28763c){if(this['has'](_0x28763c))throw new _0x119dd1('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x28763c['innerView'],_0x28763c),this['_viewToAnnotation']['set'](_0x28763c['view'],_0x28763c);for(const _0x31ba79 of _0x28763c['focusableElements'])this['_focusTracker']['add'](_0x31ba79);this['listenTo'](_0x28763c['focusableElements'],'add',(_0x28992f,_0xc7bb5f)=>{this['_focusTracker']['add'](_0xc7bb5f);}),this['listenTo'](_0x28763c['focusableElements'],'remove',(_0x480fde,_0x135bde)=>{this['_focusTracker']['remove'](_0x135bde);}),this['listenTo'](_0x28763c['view']['focusTracker'],'change:isFocused',(_0x6cf0e7,_0x22f2fd,_0x3bd0c5)=>{_0x3bd0c5&&this['fire']('focus',_0x28763c);}),_0x28763c['updateTargetRect']();const _0x4b7c02=this['_getOrderInContent'](_0x28763c['view']['targetRect']);return super['add'](_0x28763c,_0x4b7c02);}['remove'](_0x3d30fc){if(!this['has'](_0x3d30fc))throw new _0x119dd1('annotationcollection-not-existing-item',null);this['stopListening'](_0x3d30fc['view']['focusTracker']),this['stopListening'](_0x3d30fc['focusableElements']);for(const _0x4952e3 of _0x3d30fc['focusableElements'])this['_focusTracker']['remove'](_0x4952e3);return this['_viewToAnnotation']['delete'](_0x3d30fc['view']),this['_innerViewToAnnotation']['delete'](_0x3d30fc['innerView']),super['remove'](_0x3d30fc);}['getByInnerView'](_0x4cc0ea){return this['_innerViewToAnnotation']['get'](_0x4cc0ea);}['getByView'](_0x3faa8a){return this['_viewToAnnotation']['get'](_0x3faa8a);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x51f114 of this)_0x51f114['updateTargetRect']();this['_sort']();}['_sort'](){const _0x12de18=Array['from'](this)['sort']((_0x4ead08,_0x593184)=>v(_0x4ead08['view']['targetRect'],_0x593184['view']['targetRect']));for(let _0x30aa83=_0x12de18['length']-0x1;_0x30aa83>0x0;_0x30aa83--){const _0x2698c1=_0x12de18[_0x30aa83];_0x30aa83!==this['getIndex'](_0x2698c1)&&(this['remove'](_0x2698c1),this['add'](_0x2698c1));}}['_getOrderInContent'](_0x13fbc9){let _0x12793b=0x0;if(!_0x13fbc9)return this['length'];for(const _0x343793 of this){const _0x53d96a=_0x343793['view']['targetRect'];if(_0x53d96a){if(v(_0x13fbc9,_0x53d96a)<0x0)return _0x12793b;_0x12793b++;}}return _0x12793b;}}function v(_0x25aeda,_0x2f6565){if(null===_0x25aeda&&null===_0x2f6565)return 0x0;if(null===_0x25aeda)return-0x1;if(null===_0x2f6565)return 0x1;const _0x17decb=_0x25aeda['top']-_0x2f6565['top'];return 0x0==_0x17decb?_0x25aeda['left']-_0x2f6565['left']:_0x17decb;}class N extends _0x4a4ea1{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x55e848){if(super(_0x55e848),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x55e848 instanceof _0x2d1e98){const _0x466f18=_0x55e848['locale'];_0x55e848['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':S(_0x466f18,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':S(_0x466f18,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':S(_0x466f18,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':S(_0x466f18,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':S(_0x466f18,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':S(_0x466f18,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':S(_0x466f18,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x1f67b6){this['collection']['add'](_0x1f67b6);}['remove'](_0x4f63d2){this['collection']['remove'](_0x4f63d2),_0x4f63d2['destroy']();}['refreshVisibility'](){for(const _0x28fae4 of this['collection'])_0x28fae4['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x13e4c7){return this['collection']['getByInnerView'](_0x13e4c7);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x9d8505 of this['collection'])_0x9d8505['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x579458){this['fire']('_activateAnnotation',_0x579458);}['createAnnotation'](_0xc327e4){return new d(_0xc327e4);}['createAnnotationView'](_0x31d723,_0x36a588){return new T(_0x31d723,_0x36a588);}['_addActiveAnnotation'](_0x5ee949){const _0x1f3f43=new Set(this['activeAnnotations']);_0x1f3f43['add'](_0x5ee949),this['activeAnnotations']=_0x1f3f43;}['_removeActiveAnnotation'](_0x418eee){const _0x2cd3f2=new Set(this['activeAnnotations']);_0x2cd3f2['delete'](_0x418eee),this['activeAnnotations']=_0x2cd3f2;}['_bindAnnotationsToVisibleAnnotations'](){const _0x3000bc=this['collection'],_0x5cb15c=this['_visibleAnnotations'];function _0x14a52b(_0x1f88b4){const _0x5e0c51=_0x1f88b4['source'];_0x5e0c51['isVisible']&&!_0x5cb15c['has'](_0x5e0c51)?_0x5cb15c['add'](_0x5e0c51):!_0x5e0c51['isVisible']&&_0x5cb15c['has'](_0x5e0c51)&&_0x5cb15c['remove'](_0x5e0c51),_0x5e0c51['view']['focusTracker']['remove'](_0x5e0c51['view']['element']),_0x5e0c51['view']['focusTracker']['add'](_0x5e0c51['view']['element']);}this['listenTo'](_0x3000bc,'add',(_0x4bde5f,_0xda5a5)=>{_0xda5a5['isVisible']&&_0x5cb15c['add'](_0xda5a5),this['listenTo'](_0xda5a5,'change:isVisible',_0x14a52b);}),this['listenTo'](_0x3000bc,'remove',(_0x36435e,_0x32d331)=>{_0x5cb15c['has'](_0x32d331)&&_0x5cb15c['remove'](_0x32d331),this['stopListening'](_0x32d331,'change:isVisible',_0x14a52b);});}['_setupEnterAnnotationKeystroke'](){const _0x338330=_0x48570e=>{_0x48570e['on']('ready',()=>{_0x48570e['keystrokes']['set'](_0x13c1a5,(_0x5ec898,_0x521836)=>{const _0x2413f7=_0x44a939(this['activeAnnotations']['values']());_0x2413f7&&(_0x2413f7['view']['focus'](),_0x521836());});});};this['context']instanceof _0x2d1e98?_0x338330(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0xd4fd2f,_0x5290f3)=>{_0x338330(_0x5290f3);});}['_setupEscapeAnnotationHandling'](){const _0x145635=_0xfd3e20=>{const _0x1694ec=_0xfd3e20['source'],_0x1b9f3b=[];let _0x135e5a;if(Array['isArray'](_0x1694ec['target'])){_0x135e5a=_0x1694ec['target'][0x0],this['context']instanceof _0x2d1e98?_0x1b9f3b['push'](this['context']):this['context']['editors']&&_0x1b9f3b['push'](...this['context']['editors']);for(const _0x3389f2 of _0x1b9f3b)for(const _0x33b75e of _0x3389f2['editing']['view']['domRoots']['values']())if(_0x33b75e['contains'](_0x135e5a))return void _0x3389f2['editing']['view']['focus']();_0x135e5a['focus']();}};this['listenTo'](this['collection'],'add',(_0x3a5d30,_0x3242be)=>{this['listenTo'](_0x3242be,'escape',_0x145635,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x55dff7,_0x36c160)=>{this['stopListening'](_0x36c160,'escape',_0x145635);});}}const bt=Symbol('noChannel'),_t={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x4a4ea1{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[N,ut,at];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x498749){super(_0x498749),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map()),this['licenseKey']=this['context']['config']['get']('licenseKey');const _0x5d6ec0=this['context']['config'];_0x5d6ec0['define']('comments.maxCommentsWhenCollapsed',0x2),_0x5d6ec0['define']('comments.maxThreadTotalWeight',0x1f4),_0x5d6ec0['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x5d6ec0['define']('comments.CommentThreadView',gt),_0x5d6ec0['define']('comments.CommentView',Tt),_0x5d6ec0['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x30657f=this['context']['plugins']['get'](N);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x135eb7,_0xdd24e3)=>this['_addCommentThread'](_0xdd24e3)),this['on']('submitCommentThread',(_0x269e7b,_0x3f444b)=>this['_submitCommentThread'](_0x3f444b)),this['on']('resolveCommentThread',(_0x11ab87,_0x199940)=>this['_resolveCommentThread'](_0x199940)),this['on']('resolveCommentThread',(_0x74722f,_0x2a7aa4)=>this['_updateActiveAnnotation'](_0x2a7aa4),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x3c4413,_0x683b68)=>this['_reopenCommentThread'](_0x683b68)),this['on']('reopenCommentThread',(_0x3d69a6,_0x14b28a)=>this['_updateActiveAnnotation'](_0x14b28a),{'priority':'lowest'}),this['on']('removeCommentThread',(_0xb1c59a,_0x4c077a)=>this['_removeCommentThread'](_0x4c077a)),this['on']('updateCommentThread',(_0x5210fc,_0x3c6614)=>this['_updateCommentThread'](_0x3c6614)),this['on']('updateCommentThread',(_0x39befc,_0x3c9c1e)=>this['_updateActiveAnnotation'](_0x3c9c1e),{'priority':'lowest'}),this['on']('addComment',(_0x5dfd78,_0x172d65)=>this['_addComment'](_0x172d65)),this['on']('updateComment',(_0x37cf51,_0x10a72b)=>this['_updateComment'](_0x10a72b)),this['on']('removeComment',(_0x3628b2,_0x4f547d)=>this['_removeComment'](_0x4f547d)),this['on']('addComment',(_0x262412,{threadId:_0x1037dc,isFromAdapter:_0x1e01c6})=>{if(_0x1e01c6)return;const _0x438184=this['getCommentThread'](_0x1037dc),_0x2e7423=_0x438184&&this['_threadToController']['get'](_0x438184);_0x2e7423&&_0x2e7423['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x30657f,'change:activeAnnotations',(_0x224ab2,_0x3fb4dd,_0x32ab2c)=>{const _0x4b7387=Array['from'](_0x32ab2c)['map'](_0x38d316=>this['_viewToController']['get'](_0x38d316['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x4b7387?_0x4b7387['model']:null;});}['afterInit'](){!function(_0x56b935){function _0x2b348e(_0x1a316a,_0x2cde59,_0x5ab4db){const _0x3393e0={};_0x3393e0[_0x5b02f6([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x3393e0[_0x5b02f6([0x72,0x63,0x6f,0x6e])]=[0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36,0x6c,0xd8,0xab,0x4d,0x9a,0x2f,0x5e,0xbc,0x63,0xc6,0x97,0x35,0x6a,0xd4,0xb3,0x7d,0xfa,0xef,0xc5,0x91],_0x3393e0[_0x5b02f6([0x53])]=[0x63,0x7c,0x77,0x7b,0xf2,0x6b,0x6f,0xc5,0x30,0x1,0x67,0x2b,0xfe,0xd7,0xab,0x76,0xca,0x82,0xc9,0x7d,0xfa,0x59,0x47,0xf0,0xad,0xd4,0xa2,0xaf,0x9c,0xa4,0x72,0xc0,0xb7,0xfd,0x93,0x26,0x36,0x3f,0xf7,0xcc,0x34,0xa5,0xe5,0xf1,0x71,0xd8,0x31,0x15,0x4,0xc7,0x23,0xc3,0x18,0x96,0x5,0x9a,0x7,0x12,0x80,0xe2,0xeb,0x27,0xb2,0x75,0x9,0x83,0x2c,0x1a,0x1b,0x6e,0x5a,0xa0,0x52,0x3b,0xd6,0xb3,0x29,0xe3,0x2f,0x84,0x53,0xd1,0x0,0xed,0x20,0xfc,0xb1,0x5b,0x6a,0xcb,0xbe,0x39,0x4a,0x4c,0x58,0xcf,0xd0,0xef,0xaa,0xfb,0x43,0x4d,0x33,0x85,0x45,0xf9,0x2,0x7f,0x50,0x3c,0x9f,0xa8,0x51,0xa3,0x40,0x8f,0x92,0x9d,0x38,0xf5,0xbc,0xb6,0xda,0x21,0x10,0xff,0xf3,0xd2,0xcd,0xc,0x13,0xec,0x5f,0x97,0x44,0x17,0xc4,0xa7,0x7e,0x3d,0x64,0x5d,0x19,0x73,0x60,0x81,0x4f,0xdc,0x22,0x2a,0x90,0x88,0x46,0xee,0xb8,0x14,0xde,0x5e,0xb,0xdb,0xe0,0x32,0x3a,0xa,0x49,0x6,0x24,0x5c,0xc2,0xd3,0xac,0x62,0x91,0x95,0xe4,0x79,0xe7,0xc8,0x37,0x6d,0x8d,0xd5,0x4e,0xa9,0x6c,0x56,0xf4,0xea,0x65,0x7a,0xae,0x8,0xba,0x78,0x25,0x2e,0x1c,0xa6,0xb4,0xc6,0xe8,0xdd,0x74,0x1f,0x4b,0xbd,0x8b,0x8a,0x70,0x3e,0xb5,0x66,0x48,0x3,0xf6,0xe,0x61,0x35,0x57,0xb9,0x86,0xc1,0x1d,0x9e,0xe1,0xf8,0x98,0x11,0x69,0xd9,0x8e,0x94,0x9b,0x1e,0x87,0xe9,0xce,0x55,0x28,0xdf,0x8c,0xa1,0x89,0xd,0xbf,0xe6,0x42,0x68,0x41,0x99,0x2d,0xf,0xb0,0x54,0xbb,0x16],_0x3393e0[_0x5b02f6([0x54,0x31])]=[0xc66363a5,0xf87c7c84,0xee777799,0xf67b7b8d,0xfff2f20d,0xd66b6bbd,0xde6f6fb1,0x91c5c554,0x60303050,0x2010103,0xce6767a9,0x562b2b7d,0xe7fefe19,0xb5d7d762,0x4dababe6,0xec76769a,0x8fcaca45,0x1f82829d,0x89c9c940,0xfa7d7d87,0xeffafa15,0xb25959eb,0x8e4747c9,0xfbf0f00b,0x41adadec,0xb3d4d467,0x5fa2a2fd,0x45afafea,0x239c9cbf,0x53a4a4f7,0xe4727296,0x9bc0c05b,0x75b7b7c2,0xe1fdfd1c,0x3d9393ae,0x4c26266a,0x6c36365a,0x7e3f3f41,0xf5f7f702,0x83cccc4f,0x6834345c,0x51a5a5f4,0xd1e5e534,0xf9f1f108,0xe2717193,0xabd8d873,0x62313153,0x2a15153f,0x804040c,0x95c7c752,0x46232365,0x9dc3c35e,0x30181828,0x379696a1,0xa05050f,0x2f9a9ab5,0xe070709,0x24121236,0x1b80809b,0xdfe2e23d,0xcdebeb26,0x4e272769,0x7fb2b2cd,0xea75759f,0x1209091b,0x1d83839e,0x582c2c74,0x341a1a2e,0x361b1b2d,0xdc6e6eb2,0xb45a5aee,0x5ba0a0fb,0xa45252f6,0x763b3b4d,0xb7d6d661,0x7db3b3ce,0x5229297b,0xdde3e33e,0x5e2f2f71,0x13848497,0xa65353f5,0xb9d1d168,0x0,0xc1eded2c,0x40202060,0xe3fcfc1f,0x79b1b1c8,0xb65b5bed,0xd46a6abe,0x8dcbcb46,0x67bebed9,0x7239394b,0x944a4ade,0x984c4cd4,0xb05858e8,0x85cfcf4a,0xbbd0d06b,0xc5efef2a,0x4faaaae5,0xedfbfb16,0x864343c5,0x9a4d4dd7,0x66333355,0x11858594,0x8a4545cf,0xe9f9f910,0x4020206,0xfe7f7f81,0xa05050f0,0x783c3c44,0x259f9fba,0x4ba8a8e3,0xa25151f3,0x5da3a3fe,0x804040c0,0x58f8f8a,0x3f9292ad,0x219d9dbc,0x70383848,0xf1f5f504,0x63bcbcdf,0x77b6b6c1,0xafdada75,0x42212163,0x20101030,0xe5ffff1a,0xfdf3f30e,0xbfd2d26d,0x81cdcd4c,0x180c0c14,0x26131335,0xc3ecec2f,0xbe5f5fe1,0x359797a2,0x884444cc,0x2e171739,0x93c4c457,0x55a7a7f2,0xfc7e7e82,0x7a3d3d47,0xc86464ac,0xba5d5de7,0x3219192b,0xe6737395,0xc06060a0,0x19818198,0x9e4f4fd1,0xa3dcdc7f,0x44222266,0x542a2a7e,0x3b9090ab,0xb888883,0x8c4646ca,0xc7eeee29,0x6bb8b8d3,0x2814143c,0xa7dede79,0xbc5e5ee2,0x160b0b1d,0xaddbdb76,0xdbe0e03b,0x64323256,0x743a3a4e,0x140a0a1e,0x924949db,0xc06060a,0x4824246c,0xb85c5ce4,0x9fc2c25d,0xbdd3d36e,0x43acacef,0xc46262a6,0x399191a8,0x319595a4,0xd3e4e437,0xf279798b,0xd5e7e732,0x8bc8c843,0x6e373759,0xda6d6db7,0x18d8d8c,0xb1d5d564,0x9c4e4ed2,0x49a9a9e0,0xd86c6cb4,0xac5656fa,0xf3f4f407,0xcfeaea25,0xca6565af,0xf47a7a8e,0x47aeaee9,0x10080818,0x6fbabad5,0xf0787888,0x4a25256f,0x5c2e2e72,0x381c1c24,0x57a6a6f1,0x73b4b4c7,0x97c6c651,0xcbe8e823,0xa1dddd7c,0xe874749c,0x3e1f1f21,0x964b4bdd,0x61bdbddc,0xd8b8b86,0xf8a8a85,0xe0707090,0x7c3e3e42,0x71b5b5c4,0xcc6666aa,0x904848d8,0x6030305,0xf7f6f601,0x1c0e0e12,0xc26161a3,0x6a35355f,0xae5757f9,0x69b9b9d0,0x17868691,0x99c1c158,0x3a1d1d27,0x279e9eb9,0xd9e1e138,0xebf8f813,0x2b9898b3,0x22111133,0xd26969bb,0xa9d9d970,0x78e8e89,0x339494a7,0x2d9b9bb6,0x3c1e1e22,0x15878792,0xc9e9e920,0x87cece49,0xaa5555ff,0x50282878,0xa5dfdf7a,0x38c8c8f,0x59a1a1f8,0x9898980,0x1a0d0d17,0x65bfbfda,0xd7e6e631,0x844242c6,0xd06868b8,0x824141c3,0x299999b0,0x5a2d2d77,0x1e0f0f11,0x7bb0b0cb,0xa85454fc,0x6dbbbbd6,0x2c16163a],_0x3393e0[_0x5b02f6([0x54,0x32])]=[0xa5c66363,0x84f87c7c,0x99ee7777,0x8df67b7b,0xdfff2f2,0xbdd66b6b,0xb1de6f6f,0x5491c5c5,0x50603030,0x3020101,0xa9ce6767,0x7d562b2b,0x19e7fefe,0x62b5d7d7,0xe64dabab,0x9aec7676,0x458fcaca,0x9d1f8282,0x4089c9c9,0x87fa7d7d,0x15effafa,0xebb25959,0xc98e4747,0xbfbf0f0,0xec41adad,0x67b3d4d4,0xfd5fa2a2,0xea45afaf,0xbf239c9c,0xf753a4a4,0x96e47272,0x5b9bc0c0,0xc275b7b7,0x1ce1fdfd,0xae3d9393,0x6a4c2626,0x5a6c3636,0x417e3f3f,0x2f5f7f7,0x4f83cccc,0x5c683434,0xf451a5a5,0x34d1e5e5,0x8f9f1f1,0x93e27171,0x73abd8d8,0x53623131,0x3f2a1515,0xc080404,0x5295c7c7,0x65462323,0x5e9dc3c3,0x28301818,0xa1379696,0xf0a0505,0xb52f9a9a,0x90e0707,0x36241212,0x9b1b8080,0x3ddfe2e2,0x26cdebeb,0x694e2727,0xcd7fb2b2,0x9fea7575,0x1b120909,0x9e1d8383,0x74582c2c,0x2e341a1a,0x2d361b1b,0xb2dc6e6e,0xeeb45a5a,0xfb5ba0a0,0xf6a45252,0x4d763b3b,0x61b7d6d6,0xce7db3b3,0x7b522929,0x3edde3e3,0x715e2f2f,0x97138484,0xf5a65353,0x68b9d1d1,0x0,0x2cc1eded,0x60402020,0x1fe3fcfc,0xc879b1b1,0xedb65b5b,0xbed46a6a,0x468dcbcb,0xd967bebe,0x4b723939,0xde944a4a,0xd4984c4c,0xe8b05858,0x4a85cfcf,0x6bbbd0d0,0x2ac5efef,0xe54faaaa,0x16edfbfb,0xc5864343,0xd79a4d4d,0x55663333,0x94118585,0xcf8a4545,0x10e9f9f9,0x6040202,0x81fe7f7f,0xf0a05050,0x44783c3c,0xba259f9f,0xe34ba8a8,0xf3a25151,0xfe5da3a3,0xc0804040,0x8a058f8f,0xad3f9292,0xbc219d9d,0x48703838,0x4f1f5f5,0xdf63bcbc,0xc177b6b6,0x75afdada,0x63422121,0x30201010,0x1ae5ffff,0xefdf3f3,0x6dbfd2d2,0x4c81cdcd,0x14180c0c,0x35261313,0x2fc3ecec,0xe1be5f5f,0xa2359797,0xcc884444,0x392e1717,0x5793c4c4,0xf255a7a7,0x82fc7e7e,0x477a3d3d,0xacc86464,0xe7ba5d5d,0x2b321919,0x95e67373,0xa0c06060,0x98198181,0xd19e4f4f,0x7fa3dcdc,0x66442222,0x7e542a2a,0xab3b9090,0x830b8888,0xca8c4646,0x29c7eeee,0xd36bb8b8,0x3c281414,0x79a7dede,0xe2bc5e5e,0x1d160b0b,0x76addbdb,0x3bdbe0e0,0x56643232,0x4e743a3a,0x1e140a0a,0xdb924949,0xa0c0606,0x6c482424,0xe4b85c5c,0x5d9fc2c2,0x6ebdd3d3,0xef43acac,0xa6c46262,0xa8399191,0xa4319595,0x37d3e4e4,0x8bf27979,0x32d5e7e7,0x438bc8c8,0x596e3737,0xb7da6d6d,0x8c018d8d,0x64b1d5d5,0xd29c4e4e,0xe049a9a9,0xb4d86c6c,0xfaac5656,0x7f3f4f4,0x25cfeaea,0xafca6565,0x8ef47a7a,0xe947aeae,0x18100808,0xd56fbaba,0x88f07878,0x6f4a2525,0x725c2e2e,0x24381c1c,0xf157a6a6,0xc773b4b4,0x5197c6c6,0x23cbe8e8,0x7ca1dddd,0x9ce87474,0x213e1f1f,0xdd964b4b,0xdc61bdbd,0x860d8b8b,0x850f8a8a,0x90e07070,0x427c3e3e,0xc471b5b5,0xaacc6666,0xd8904848,0x5060303,0x1f7f6f6,0x121c0e0e,0xa3c26161,0x5f6a3535,0xf9ae5757,0xd069b9b9,0x91178686,0x5899c1c1,0x273a1d1d,0xb9279e9e,0x38d9e1e1,0x13ebf8f8,0xb32b9898,0x33221111,0xbbd26969,0x70a9d9d9,0x89078e8e,0xa7339494,0xb62d9b9b,0x223c1e1e,0x92158787,0x20c9e9e9,0x4987cece,0xffaa5555,0x78502828,0x7aa5dfdf,0x8f038c8c,0xf859a1a1,0x80098989,0x171a0d0d,0xda65bfbf,0x31d7e6e6,0xc6844242,0xb8d06868,0xc3824141,0xb0299999,0x775a2d2d,0x111e0f0f,0xcb7bb0b0,0xfca85454,0xd66dbbbb,0x3a2c1616],_0x3393e0[_0x5b02f6([0x54,0x33])]=[0x63a5c663,0x7c84f87c,0x7799ee77,0x7b8df67b,0xf20dfff2,0x6bbdd66b,0x6fb1de6f,0xc55491c5,0x30506030,0x1030201,0x67a9ce67,0x2b7d562b,0xfe19e7fe,0xd762b5d7,0xabe64dab,0x769aec76,0xca458fca,0x829d1f82,0xc94089c9,0x7d87fa7d,0xfa15effa,0x59ebb259,0x47c98e47,0xf00bfbf0,0xadec41ad,0xd467b3d4,0xa2fd5fa2,0xafea45af,0x9cbf239c,0xa4f753a4,0x7296e472,0xc05b9bc0,0xb7c275b7,0xfd1ce1fd,0x93ae3d93,0x266a4c26,0x365a6c36,0x3f417e3f,0xf702f5f7,0xcc4f83cc,0x345c6834,0xa5f451a5,0xe534d1e5,0xf108f9f1,0x7193e271,0xd873abd8,0x31536231,0x153f2a15,0x40c0804,0xc75295c7,0x23654623,0xc35e9dc3,0x18283018,0x96a13796,0x50f0a05,0x9ab52f9a,0x7090e07,0x12362412,0x809b1b80,0xe23ddfe2,0xeb26cdeb,0x27694e27,0xb2cd7fb2,0x759fea75,0x91b1209,0x839e1d83,0x2c74582c,0x1a2e341a,0x1b2d361b,0x6eb2dc6e,0x5aeeb45a,0xa0fb5ba0,0x52f6a452,0x3b4d763b,0xd661b7d6,0xb3ce7db3,0x297b5229,0xe33edde3,0x2f715e2f,0x84971384,0x53f5a653,0xd168b9d1,0x0,0xed2cc1ed,0x20604020,0xfc1fe3fc,0xb1c879b1,0x5bedb65b,0x6abed46a,0xcb468dcb,0xbed967be,0x394b7239,0x4ade944a,0x4cd4984c,0x58e8b058,0xcf4a85cf,0xd06bbbd0,0xef2ac5ef,0xaae54faa,0xfb16edfb,0x43c58643,0x4dd79a4d,0x33556633,0x85941185,0x45cf8a45,0xf910e9f9,0x2060402,0x7f81fe7f,0x50f0a050,0x3c44783c,0x9fba259f,0xa8e34ba8,0x51f3a251,0xa3fe5da3,0x40c08040,0x8f8a058f,0x92ad3f92,0x9dbc219d,0x38487038,0xf504f1f5,0xbcdf63bc,0xb6c177b6,0xda75afda,0x21634221,0x10302010,0xff1ae5ff,0xf30efdf3,0xd26dbfd2,0xcd4c81cd,0xc14180c,0x13352613,0xec2fc3ec,0x5fe1be5f,0x97a23597,0x44cc8844,0x17392e17,0xc45793c4,0xa7f255a7,0x7e82fc7e,0x3d477a3d,0x64acc864,0x5de7ba5d,0x192b3219,0x7395e673,0x60a0c060,0x81981981,0x4fd19e4f,0xdc7fa3dc,0x22664422,0x2a7e542a,0x90ab3b90,0x88830b88,0x46ca8c46,0xee29c7ee,0xb8d36bb8,0x143c2814,0xde79a7de,0x5ee2bc5e,0xb1d160b,0xdb76addb,0xe03bdbe0,0x32566432,0x3a4e743a,0xa1e140a,0x49db9249,0x60a0c06,0x246c4824,0x5ce4b85c,0xc25d9fc2,0xd36ebdd3,0xacef43ac,0x62a6c462,0x91a83991,0x95a43195,0xe437d3e4,0x798bf279,0xe732d5e7,0xc8438bc8,0x37596e37,0x6db7da6d,0x8d8c018d,0xd564b1d5,0x4ed29c4e,0xa9e049a9,0x6cb4d86c,0x56faac56,0xf407f3f4,0xea25cfea,0x65afca65,0x7a8ef47a,0xaee947ae,0x8181008,0xbad56fba,0x7888f078,0x256f4a25,0x2e725c2e,0x1c24381c,0xa6f157a6,0xb4c773b4,0xc65197c6,0xe823cbe8,0xdd7ca1dd,0x749ce874,0x1f213e1f,0x4bdd964b,0xbddc61bd,0x8b860d8b,0x8a850f8a,0x7090e070,0x3e427c3e,0xb5c471b5,0x66aacc66,0x48d89048,0x3050603,0xf601f7f6,0xe121c0e,0x61a3c261,0x355f6a35,0x57f9ae57,0xb9d069b9,0x86911786,0xc15899c1,0x1d273a1d,0x9eb9279e,0xe138d9e1,0xf813ebf8,0x98b32b98,0x11332211,0x69bbd269,0xd970a9d9,0x8e89078e,0x94a73394,0x9bb62d9b,0x1e223c1e,0x87921587,0xe920c9e9,0xce4987ce,0x55ffaa55,0x28785028,0xdf7aa5df,0x8c8f038c,0xa1f859a1,0x89800989,0xd171a0d,0xbfda65bf,0xe631d7e6,0x42c68442,0x68b8d068,0x41c38241,0x99b02999,0x2d775a2d,0xf111e0f,0xb0cb7bb0,0x54fca854,0xbbd66dbb,0x163a2c16],_0x3393e0[_0x5b02f6([0x54,0x34])]=[0x6363a5c6,0x7c7c84f8,0x777799ee,0x7b7b8df6,0xf2f20dff,0x6b6bbdd6,0x6f6fb1de,0xc5c55491,0x30305060,0x1010302,0x6767a9ce,0x2b2b7d56,0xfefe19e7,0xd7d762b5,0xababe64d,0x76769aec,0xcaca458f,0x82829d1f,0xc9c94089,0x7d7d87fa,0xfafa15ef,0x5959ebb2,0x4747c98e,0xf0f00bfb,0xadadec41,0xd4d467b3,0xa2a2fd5f,0xafafea45,0x9c9cbf23,0xa4a4f753,0x727296e4,0xc0c05b9b,0xb7b7c275,0xfdfd1ce1,0x9393ae3d,0x26266a4c,0x36365a6c,0x3f3f417e,0xf7f702f5,0xcccc4f83,0x34345c68,0xa5a5f451,0xe5e534d1,0xf1f108f9,0x717193e2,0xd8d873ab,0x31315362,0x15153f2a,0x4040c08,0xc7c75295,0x23236546,0xc3c35e9d,0x18182830,0x9696a137,0x5050f0a,0x9a9ab52f,0x707090e,0x12123624,0x80809b1b,0xe2e23ddf,0xebeb26cd,0x2727694e,0xb2b2cd7f,0x75759fea,0x9091b12,0x83839e1d,0x2c2c7458,0x1a1a2e34,0x1b1b2d36,0x6e6eb2dc,0x5a5aeeb4,0xa0a0fb5b,0x5252f6a4,0x3b3b4d76,0xd6d661b7,0xb3b3ce7d,0x29297b52,0xe3e33edd,0x2f2f715e,0x84849713,0x5353f5a6,0xd1d168b9,0x0,0xeded2cc1,0x20206040,0xfcfc1fe3,0xb1b1c879,0x5b5bedb6,0x6a6abed4,0xcbcb468d,0xbebed967,0x39394b72,0x4a4ade94,0x4c4cd498,0x5858e8b0,0xcfcf4a85,0xd0d06bbb,0xefef2ac5,0xaaaae54f,0xfbfb16ed,0x4343c586,0x4d4dd79a,0x33335566,0x85859411,0x4545cf8a,0xf9f910e9,0x2020604,0x7f7f81fe,0x5050f0a0,0x3c3c4478,0x9f9fba25,0xa8a8e34b,0x5151f3a2,0xa3a3fe5d,0x4040c080,0x8f8f8a05,0x9292ad3f,0x9d9dbc21,0x38384870,0xf5f504f1,0xbcbcdf63,0xb6b6c177,0xdada75af,0x21216342,0x10103020,0xffff1ae5,0xf3f30efd,0xd2d26dbf,0xcdcd4c81,0xc0c1418,0x13133526,0xecec2fc3,0x5f5fe1be,0x9797a235,0x4444cc88,0x1717392e,0xc4c45793,0xa7a7f255,0x7e7e82fc,0x3d3d477a,0x6464acc8,0x5d5de7ba,0x19192b32,0x737395e6,0x6060a0c0,0x81819819,0x4f4fd19e,0xdcdc7fa3,0x22226644,0x2a2a7e54,0x9090ab3b,0x8888830b,0x4646ca8c,0xeeee29c7,0xb8b8d36b,0x14143c28,0xdede79a7,0x5e5ee2bc,0xb0b1d16,0xdbdb76ad,0xe0e03bdb,0x32325664,0x3a3a4e74,0xa0a1e14,0x4949db92,0x6060a0c,0x24246c48,0x5c5ce4b8,0xc2c25d9f,0xd3d36ebd,0xacacef43,0x6262a6c4,0x9191a839,0x9595a431,0xe4e437d3,0x79798bf2,0xe7e732d5,0xc8c8438b,0x3737596e,0x6d6db7da,0x8d8d8c01,0xd5d564b1,0x4e4ed29c,0xa9a9e049,0x6c6cb4d8,0x5656faac,0xf4f407f3,0xeaea25cf,0x6565afca,0x7a7a8ef4,0xaeaee947,0x8081810,0xbabad56f,0x787888f0,0x25256f4a,0x2e2e725c,0x1c1c2438,0xa6a6f157,0xb4b4c773,0xc6c65197,0xe8e823cb,0xdddd7ca1,0x74749ce8,0x1f1f213e,0x4b4bdd96,0xbdbddc61,0x8b8b860d,0x8a8a850f,0x707090e0,0x3e3e427c,0xb5b5c471,0x6666aacc,0x4848d890,0x3030506,0xf6f601f7,0xe0e121c,0x6161a3c2,0x35355f6a,0x5757f9ae,0xb9b9d069,0x86869117,0xc1c15899,0x1d1d273a,0x9e9eb927,0xe1e138d9,0xf8f813eb,0x9898b32b,0x11113322,0x6969bbd2,0xd9d970a9,0x8e8e8907,0x9494a733,0x9b9bb62d,0x1e1e223c,0x87879215,0xe9e920c9,0xcece4987,0x5555ffaa,0x28287850,0xdfdf7aa5,0x8c8c8f03,0xa1a1f859,0x89898009,0xd0d171a,0xbfbfda65,0xe6e631d7,0x4242c684,0x6868b8d0,0x4141c382,0x9999b029,0x2d2d775a,0xf0f111e,0xb0b0cb7b,0x5454fca8,0xbbbbd66d,0x16163a2c],_0x3393e0[_0x5b02f6([0x55,0x31])]=[0x0,0xe090d0b,0x1c121a16,0x121b171d,0x3824342c,0x362d3927,0x24362e3a,0x2a3f2331,0x70486858,0x7e416553,0x6c5a724e,0x62537f45,0x486c5c74,0x4665517f,0x547e4662,0x5a774b69,0xe090d0b0,0xee99ddbb,0xfc82caa6,0xf28bc7ad,0xd8b4e49c,0xd6bde997,0xc4a6fe8a,0xcaaff381,0x90d8b8e8,0x9ed1b5e3,0x8ccaa2fe,0x82c3aff5,0xa8fc8cc4,0xa6f581cf,0xb4ee96d2,0xbae79bd9,0xdb3bbb7b,0xd532b670,0xc729a16d,0xc920ac66,0xe31f8f57,0xed16825c,0xff0d9541,0xf104984a,0xab73d323,0xa57ade28,0xb761c935,0xb968c43e,0x9357e70f,0x9d5eea04,0x8f45fd19,0x814cf012,0x3bab6bcb,0x35a266c0,0x27b971dd,0x29b07cd6,0x38f5fe7,0xd8652ec,0x1f9d45f1,0x119448fa,0x4be30393,0x45ea0e98,0x57f11985,0x59f8148e,0x73c737bf,0x7dce3ab4,0x6fd52da9,0x61dc20a2,0xad766df6,0xa37f60fd,0xb16477e0,0xbf6d7aeb,0x955259da,0x9b5b54d1,0x894043cc,0x87494ec7,0xdd3e05ae,0xd33708a5,0xc12c1fb8,0xcf2512b3,0xe51a3182,0xeb133c89,0xf9082b94,0xf701269f,0x4de6bd46,0x43efb04d,0x51f4a750,0x5ffdaa5b,0x75c2896a,0x7bcb8461,0x69d0937c,0x67d99e77,0x3daed51e,0x33a7d815,0x21bccf08,0x2fb5c203,0x58ae132,0xb83ec39,0x1998fb24,0x1791f62f,0x764dd68d,0x7844db86,0x6a5fcc9b,0x6456c190,0x4e69e2a1,0x4060efaa,0x527bf8b7,0x5c72f5bc,0x605bed5,0x80cb3de,0x1a17a4c3,0x141ea9c8,0x3e218af9,0x302887f2,0x223390ef,0x2c3a9de4,0x96dd063d,0x98d40b36,0x8acf1c2b,0x84c61120,0xaef93211,0xa0f03f1a,0xb2eb2807,0xbce2250c,0xe6956e65,0xe89c636e,0xfa877473,0xf48e7978,0xdeb15a49,0xd0b85742,0xc2a3405f,0xccaa4d54,0x41ecdaf7,0x4fe5d7fc,0x5dfec0e1,0x53f7cdea,0x79c8eedb,0x77c1e3d0,0x65daf4cd,0x6bd3f9c6,0x31a4b2af,0x3fadbfa4,0x2db6a8b9,0x23bfa5b2,0x9808683,0x7898b88,0x15929c95,0x1b9b919e,0xa17c0a47,0xaf75074c,0xbd6e1051,0xb3671d5a,0x99583e6b,0x97513360,0x854a247d,0x8b432976,0xd134621f,0xdf3d6f14,0xcd267809,0xc32f7502,0xe9105633,0xe7195b38,0xf5024c25,0xfb0b412e,0x9ad7618c,0x94de6c87,0x86c57b9a,0x88cc7691,0xa2f355a0,0xacfa58ab,0xbee14fb6,0xb0e842bd,0xea9f09d4,0xe49604df,0xf68d13c2,0xf8841ec9,0xd2bb3df8,0xdcb230f3,0xcea927ee,0xc0a02ae5,0x7a47b13c,0x744ebc37,0x6655ab2a,0x685ca621,0x42638510,0x4c6a881b,0x5e719f06,0x5078920d,0xa0fd964,0x406d46f,0x161dc372,0x1814ce79,0x322bed48,0x3c22e043,0x2e39f75e,0x2030fa55,0xec9ab701,0xe293ba0a,0xf088ad17,0xfe81a01c,0xd4be832d,0xdab78e26,0xc8ac993b,0xc6a59430,0x9cd2df59,0x92dbd252,0x80c0c54f,0x8ec9c844,0xa4f6eb75,0xaaffe67e,0xb8e4f163,0xb6edfc68,0xc0a67b1,0x2036aba,0x10187da7,0x1e1170ac,0x342e539d,0x3a275e96,0x283c498b,0x26354480,0x7c420fe9,0x724b02e2,0x605015ff,0x6e5918f4,0x44663bc5,0x4a6f36ce,0x587421d3,0x567d2cd8,0x37a10c7a,0x39a80171,0x2bb3166c,0x25ba1b67,0xf853856,0x18c355d,0x13972240,0x1d9e2f4b,0x47e96422,0x49e06929,0x5bfb7e34,0x55f2733f,0x7fcd500e,0x71c45d05,0x63df4a18,0x6dd64713,0xd731dcca,0xd938d1c1,0xcb23c6dc,0xc52acbd7,0xef15e8e6,0xe11ce5ed,0xf307f2f0,0xfd0efffb,0xa779b492,0xa970b999,0xbb6bae84,0xb562a38f,0x9f5d80be,0x91548db5,0x834f9aa8,0x8d4697a3],_0x3393e0[_0x5b02f6([0x55,0x32])]=[0x0,0xb0e090d,0x161c121a,0x1d121b17,0x2c382434,0x27362d39,0x3a24362e,0x312a3f23,0x58704868,0x537e4165,0x4e6c5a72,0x4562537f,0x74486c5c,0x7f466551,0x62547e46,0x695a774b,0xb0e090d0,0xbbee99dd,0xa6fc82ca,0xadf28bc7,0x9cd8b4e4,0x97d6bde9,0x8ac4a6fe,0x81caaff3,0xe890d8b8,0xe39ed1b5,0xfe8ccaa2,0xf582c3af,0xc4a8fc8c,0xcfa6f581,0xd2b4ee96,0xd9bae79b,0x7bdb3bbb,0x70d532b6,0x6dc729a1,0x66c920ac,0x57e31f8f,0x5ced1682,0x41ff0d95,0x4af10498,0x23ab73d3,0x28a57ade,0x35b761c9,0x3eb968c4,0xf9357e7,0x49d5eea,0x198f45fd,0x12814cf0,0xcb3bab6b,0xc035a266,0xdd27b971,0xd629b07c,0xe7038f5f,0xec0d8652,0xf11f9d45,0xfa119448,0x934be303,0x9845ea0e,0x8557f119,0x8e59f814,0xbf73c737,0xb47dce3a,0xa96fd52d,0xa261dc20,0xf6ad766d,0xfda37f60,0xe0b16477,0xebbf6d7a,0xda955259,0xd19b5b54,0xcc894043,0xc787494e,0xaedd3e05,0xa5d33708,0xb8c12c1f,0xb3cf2512,0x82e51a31,0x89eb133c,0x94f9082b,0x9ff70126,0x464de6bd,0x4d43efb0,0x5051f4a7,0x5b5ffdaa,0x6a75c289,0x617bcb84,0x7c69d093,0x7767d99e,0x1e3daed5,0x1533a7d8,0x821bccf,0x32fb5c2,0x32058ae1,0x390b83ec,0x241998fb,0x2f1791f6,0x8d764dd6,0x867844db,0x9b6a5fcc,0x906456c1,0xa14e69e2,0xaa4060ef,0xb7527bf8,0xbc5c72f5,0xd50605be,0xde080cb3,0xc31a17a4,0xc8141ea9,0xf93e218a,0xf2302887,0xef223390,0xe42c3a9d,0x3d96dd06,0x3698d40b,0x2b8acf1c,0x2084c611,0x11aef932,0x1aa0f03f,0x7b2eb28,0xcbce225,0x65e6956e,0x6ee89c63,0x73fa8774,0x78f48e79,0x49deb15a,0x42d0b857,0x5fc2a340,0x54ccaa4d,0xf741ecda,0xfc4fe5d7,0xe15dfec0,0xea53f7cd,0xdb79c8ee,0xd077c1e3,0xcd65daf4,0xc66bd3f9,0xaf31a4b2,0xa43fadbf,0xb92db6a8,0xb223bfa5,0x83098086,0x8807898b,0x9515929c,0x9e1b9b91,0x47a17c0a,0x4caf7507,0x51bd6e10,0x5ab3671d,0x6b99583e,0x60975133,0x7d854a24,0x768b4329,0x1fd13462,0x14df3d6f,0x9cd2678,0x2c32f75,0x33e91056,0x38e7195b,0x25f5024c,0x2efb0b41,0x8c9ad761,0x8794de6c,0x9a86c57b,0x9188cc76,0xa0a2f355,0xabacfa58,0xb6bee14f,0xbdb0e842,0xd4ea9f09,0xdfe49604,0xc2f68d13,0xc9f8841e,0xf8d2bb3d,0xf3dcb230,0xeecea927,0xe5c0a02a,0x3c7a47b1,0x37744ebc,0x2a6655ab,0x21685ca6,0x10426385,0x1b4c6a88,0x65e719f,0xd507892,0x640a0fd9,0x6f0406d4,0x72161dc3,0x791814ce,0x48322bed,0x433c22e0,0x5e2e39f7,0x552030fa,0x1ec9ab7,0xae293ba,0x17f088ad,0x1cfe81a0,0x2dd4be83,0x26dab78e,0x3bc8ac99,0x30c6a594,0x599cd2df,0x5292dbd2,0x4f80c0c5,0x448ec9c8,0x75a4f6eb,0x7eaaffe6,0x63b8e4f1,0x68b6edfc,0xb10c0a67,0xba02036a,0xa710187d,0xac1e1170,0x9d342e53,0x963a275e,0x8b283c49,0x80263544,0xe97c420f,0xe2724b02,0xff605015,0xf46e5918,0xc544663b,0xce4a6f36,0xd3587421,0xd8567d2c,0x7a37a10c,0x7139a801,0x6c2bb316,0x6725ba1b,0x560f8538,0x5d018c35,0x40139722,0x4b1d9e2f,0x2247e964,0x2949e069,0x345bfb7e,0x3f55f273,0xe7fcd50,0x571c45d,0x1863df4a,0x136dd647,0xcad731dc,0xc1d938d1,0xdccb23c6,0xd7c52acb,0xe6ef15e8,0xede11ce5,0xf0f307f2,0xfbfd0eff,0x92a779b4,0x99a970b9,0x84bb6bae,0x8fb562a3,0xbe9f5d80,0xb591548d,0xa8834f9a,0xa38d4697],_0x3393e0[_0x5b02f6([0x55,0x33])]=[0x0,0xd0b0e09,0x1a161c12,0x171d121b,0x342c3824,0x3927362d,0x2e3a2436,0x23312a3f,0x68587048,0x65537e41,0x724e6c5a,0x7f456253,0x5c74486c,0x517f4665,0x4662547e,0x4b695a77,0xd0b0e090,0xddbbee99,0xcaa6fc82,0xc7adf28b,0xe49cd8b4,0xe997d6bd,0xfe8ac4a6,0xf381caaf,0xb8e890d8,0xb5e39ed1,0xa2fe8cca,0xaff582c3,0x8cc4a8fc,0x81cfa6f5,0x96d2b4ee,0x9bd9bae7,0xbb7bdb3b,0xb670d532,0xa16dc729,0xac66c920,0x8f57e31f,0x825ced16,0x9541ff0d,0x984af104,0xd323ab73,0xde28a57a,0xc935b761,0xc43eb968,0xe70f9357,0xea049d5e,0xfd198f45,0xf012814c,0x6bcb3bab,0x66c035a2,0x71dd27b9,0x7cd629b0,0x5fe7038f,0x52ec0d86,0x45f11f9d,0x48fa1194,0x3934be3,0xe9845ea,0x198557f1,0x148e59f8,0x37bf73c7,0x3ab47dce,0x2da96fd5,0x20a261dc,0x6df6ad76,0x60fda37f,0x77e0b164,0x7aebbf6d,0x59da9552,0x54d19b5b,0x43cc8940,0x4ec78749,0x5aedd3e,0x8a5d337,0x1fb8c12c,0x12b3cf25,0x3182e51a,0x3c89eb13,0x2b94f908,0x269ff701,0xbd464de6,0xb04d43ef,0xa75051f4,0xaa5b5ffd,0x896a75c2,0x84617bcb,0x937c69d0,0x9e7767d9,0xd51e3dae,0xd81533a7,0xcf0821bc,0xc2032fb5,0xe132058a,0xec390b83,0xfb241998,0xf62f1791,0xd68d764d,0xdb867844,0xcc9b6a5f,0xc1906456,0xe2a14e69,0xefaa4060,0xf8b7527b,0xf5bc5c72,0xbed50605,0xb3de080c,0xa4c31a17,0xa9c8141e,0x8af93e21,0x87f23028,0x90ef2233,0x9de42c3a,0x63d96dd,0xb3698d4,0x1c2b8acf,0x112084c6,0x3211aef9,0x3f1aa0f0,0x2807b2eb,0x250cbce2,0x6e65e695,0x636ee89c,0x7473fa87,0x7978f48e,0x5a49deb1,0x5742d0b8,0x405fc2a3,0x4d54ccaa,0xdaf741ec,0xd7fc4fe5,0xc0e15dfe,0xcdea53f7,0xeedb79c8,0xe3d077c1,0xf4cd65da,0xf9c66bd3,0xb2af31a4,0xbfa43fad,0xa8b92db6,0xa5b223bf,0x86830980,0x8b880789,0x9c951592,0x919e1b9b,0xa47a17c,0x74caf75,0x1051bd6e,0x1d5ab367,0x3e6b9958,0x33609751,0x247d854a,0x29768b43,0x621fd134,0x6f14df3d,0x7809cd26,0x7502c32f,0x5633e910,0x5b38e719,0x4c25f502,0x412efb0b,0x618c9ad7,0x6c8794de,0x7b9a86c5,0x769188cc,0x55a0a2f3,0x58abacfa,0x4fb6bee1,0x42bdb0e8,0x9d4ea9f,0x4dfe496,0x13c2f68d,0x1ec9f884,0x3df8d2bb,0x30f3dcb2,0x27eecea9,0x2ae5c0a0,0xb13c7a47,0xbc37744e,0xab2a6655,0xa621685c,0x85104263,0x881b4c6a,0x9f065e71,0x920d5078,0xd9640a0f,0xd46f0406,0xc372161d,0xce791814,0xed48322b,0xe0433c22,0xf75e2e39,0xfa552030,0xb701ec9a,0xba0ae293,0xad17f088,0xa01cfe81,0x832dd4be,0x8e26dab7,0x993bc8ac,0x9430c6a5,0xdf599cd2,0xd25292db,0xc54f80c0,0xc8448ec9,0xeb75a4f6,0xe67eaaff,0xf163b8e4,0xfc68b6ed,0x67b10c0a,0x6aba0203,0x7da71018,0x70ac1e11,0x539d342e,0x5e963a27,0x498b283c,0x44802635,0xfe97c42,0x2e2724b,0x15ff6050,0x18f46e59,0x3bc54466,0x36ce4a6f,0x21d35874,0x2cd8567d,0xc7a37a1,0x17139a8,0x166c2bb3,0x1b6725ba,0x38560f85,0x355d018c,0x22401397,0x2f4b1d9e,0x642247e9,0x692949e0,0x7e345bfb,0x733f55f2,0x500e7fcd,0x5d0571c4,0x4a1863df,0x47136dd6,0xdccad731,0xd1c1d938,0xc6dccb23,0xcbd7c52a,0xe8e6ef15,0xe5ede11c,0xf2f0f307,0xfffbfd0e,0xb492a779,0xb999a970,0xae84bb6b,0xa38fb562,0x80be9f5d,0x8db59154,0x9aa8834f,0x97a38d46],_0x3393e0[_0x5b02f6([0x55,0x34])]=[0x0,0x90d0b0e,0x121a161c,0x1b171d12,0x24342c38,0x2d392736,0x362e3a24,0x3f23312a,0x48685870,0x4165537e,0x5a724e6c,0x537f4562,0x6c5c7448,0x65517f46,0x7e466254,0x774b695a,0x90d0b0e0,0x99ddbbee,0x82caa6fc,0x8bc7adf2,0xb4e49cd8,0xbde997d6,0xa6fe8ac4,0xaff381ca,0xd8b8e890,0xd1b5e39e,0xcaa2fe8c,0xc3aff582,0xfc8cc4a8,0xf581cfa6,0xee96d2b4,0xe79bd9ba,0x3bbb7bdb,0x32b670d5,0x29a16dc7,0x20ac66c9,0x1f8f57e3,0x16825ced,0xd9541ff,0x4984af1,0x73d323ab,0x7ade28a5,0x61c935b7,0x68c43eb9,0x57e70f93,0x5eea049d,0x45fd198f,0x4cf01281,0xab6bcb3b,0xa266c035,0xb971dd27,0xb07cd629,0x8f5fe703,0x8652ec0d,0x9d45f11f,0x9448fa11,0xe303934b,0xea0e9845,0xf1198557,0xf8148e59,0xc737bf73,0xce3ab47d,0xd52da96f,0xdc20a261,0x766df6ad,0x7f60fda3,0x6477e0b1,0x6d7aebbf,0x5259da95,0x5b54d19b,0x4043cc89,0x494ec787,0x3e05aedd,0x3708a5d3,0x2c1fb8c1,0x2512b3cf,0x1a3182e5,0x133c89eb,0x82b94f9,0x1269ff7,0xe6bd464d,0xefb04d43,0xf4a75051,0xfdaa5b5f,0xc2896a75,0xcb84617b,0xd0937c69,0xd99e7767,0xaed51e3d,0xa7d81533,0xbccf0821,0xb5c2032f,0x8ae13205,0x83ec390b,0x98fb2419,0x91f62f17,0x4dd68d76,0x44db8678,0x5fcc9b6a,0x56c19064,0x69e2a14e,0x60efaa40,0x7bf8b752,0x72f5bc5c,0x5bed506,0xcb3de08,0x17a4c31a,0x1ea9c814,0x218af93e,0x2887f230,0x3390ef22,0x3a9de42c,0xdd063d96,0xd40b3698,0xcf1c2b8a,0xc6112084,0xf93211ae,0xf03f1aa0,0xeb2807b2,0xe2250cbc,0x956e65e6,0x9c636ee8,0x877473fa,0x8e7978f4,0xb15a49de,0xb85742d0,0xa3405fc2,0xaa4d54cc,0xecdaf741,0xe5d7fc4f,0xfec0e15d,0xf7cdea53,0xc8eedb79,0xc1e3d077,0xdaf4cd65,0xd3f9c66b,0xa4b2af31,0xadbfa43f,0xb6a8b92d,0xbfa5b223,0x80868309,0x898b8807,0x929c9515,0x9b919e1b,0x7c0a47a1,0x75074caf,0x6e1051bd,0x671d5ab3,0x583e6b99,0x51336097,0x4a247d85,0x4329768b,0x34621fd1,0x3d6f14df,0x267809cd,0x2f7502c3,0x105633e9,0x195b38e7,0x24c25f5,0xb412efb,0xd7618c9a,0xde6c8794,0xc57b9a86,0xcc769188,0xf355a0a2,0xfa58abac,0xe14fb6be,0xe842bdb0,0x9f09d4ea,0x9604dfe4,0x8d13c2f6,0x841ec9f8,0xbb3df8d2,0xb230f3dc,0xa927eece,0xa02ae5c0,0x47b13c7a,0x4ebc3774,0x55ab2a66,0x5ca62168,0x63851042,0x6a881b4c,0x719f065e,0x78920d50,0xfd9640a,0x6d46f04,0x1dc37216,0x14ce7918,0x2bed4832,0x22e0433c,0x39f75e2e,0x30fa5520,0x9ab701ec,0x93ba0ae2,0x88ad17f0,0x81a01cfe,0xbe832dd4,0xb78e26da,0xac993bc8,0xa59430c6,0xd2df599c,0xdbd25292,0xc0c54f80,0xc9c8448e,0xf6eb75a4,0xffe67eaa,0xe4f163b8,0xedfc68b6,0xa67b10c,0x36aba02,0x187da710,0x1170ac1e,0x2e539d34,0x275e963a,0x3c498b28,0x35448026,0x420fe97c,0x4b02e272,0x5015ff60,0x5918f46e,0x663bc544,0x6f36ce4a,0x7421d358,0x7d2cd856,0xa10c7a37,0xa8017139,0xb3166c2b,0xba1b6725,0x8538560f,0x8c355d01,0x97224013,0x9e2f4b1d,0xe9642247,0xe0692949,0xfb7e345b,0xf2733f55,0xcd500e7f,0xc45d0571,0xdf4a1863,0xd647136d,0x31dccad7,0x38d1c1d9,0x23c6dccb,0x2acbd7c5,0x15e8e6ef,0x1ce5ede1,0x7f2f0f3,0xefffbfd,0x79b492a7,0x70b999a9,0x6bae84bb,0x62a38fb5,0x5d80be9f,0x548db591,0x4f9aa883,0x4697a38d];const _0x239967=new Uint8Array(0x10);for(let _0x3b0180=0xf;_0x3b0180>=0x0;--_0x3b0180)_0x239967[_0x3b0180]=_0x5ab4db%0x100,_0x5ab4db=parseInt(_0x5ab4db/0x100);let _0x31948d=null,_0x268b84=0x10;const _0x42988b=new Uint8Array(_0x2cde59),_0x313e06=[],_0x3a6c39=[];_0x604b8c();for(let _0x20d162=0x0;_0x20d162<_0x1a316a[_0x5b02f6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x20d162++)0x10===_0x268b84&&(_0x31948d=_0x55be54(_0x239967),_0x268b84=0x0,_0x1dd4bc(_0x239967)),_0x1a316a[_0x20d162]^=_0x31948d[_0x268b84++];return _0x1a316a;function _0x1b678d(_0x2c3aa1){const _0x323b26=[];for(let _0x3a1080=0x0;_0x3a1080<_0x2c3aa1[_0x5b02f6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3a1080+=0x4)_0x323b26[_0x5b02f6([0x70,0x75,0x73,0x68])](_0x2c3aa1[_0x3a1080]<<0x18|_0x2c3aa1[_0x3a1080+0x1]<<0x10|_0x2c3aa1[_0x3a1080+0x2]<<0x8|_0x2c3aa1[_0x3a1080+0x3]);return _0x323b26;}function _0x1dd4bc(_0x43da33){for(let _0x33a6f6=0xf;_0x33a6f6>=0x0;_0x33a6f6--){if(0xff!==_0x43da33[_0x33a6f6]){_0x43da33[_0x33a6f6]++;break;}_0x43da33[_0x33a6f6]=0x0;}}function _0x55be54(_0x23dc0e){const _0x3779a3=_0x313e06[_0x5b02f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x5a29a4=[0x0,0x0,0x0,0x0];let t=_0x1b678d(_0x23dc0e);for(let _0x454b5e=0x0;_0x454b5e<0x4;_0x454b5e++)t[_0x454b5e]^=_0x313e06[0x0][_0x454b5e];for(let _0xf40d86=0x1;_0xf40d86<_0x3779a3;_0xf40d86++){for(let _0x1db899=0x0;_0x1db899<0x4;_0x1db899++)_0x5a29a4[_0x1db899]=_0x3393e0[_0x5b02f6([0x54,0x31])][t[_0x1db899]>>0x18&0xff]^_0x3393e0[_0x5b02f6([0x54,0x32])][t[(_0x1db899+0x1)%0x4]>>0x10&0xff]^_0x3393e0[_0x5b02f6([0x54,0x33])][t[(_0x1db899+0x2)%0x4]>>0x8&0xff]^_0x3393e0[_0x5b02f6([0x54,0x34])][0xff&t[(_0x1db899+0x3)%0x4]]^_0x313e06[_0xf40d86][_0x1db899];t=_0x5a29a4[_0x5b02f6([0x73,0x6c,0x69,0x63,0x65])]();}const _0x2d9772=new Uint8Array(0x10);let _0x41363d;for(let _0xf81fdf=0x0;_0xf81fdf<0x4;_0xf81fdf++)_0x41363d=_0x313e06[_0x3779a3][_0xf81fdf],_0x2d9772[0x4*_0xf81fdf]=0xff&(_0x3393e0[_0x5b02f6([0x53])][t[_0xf81fdf]>>0x18&0xff]^_0x41363d>>0x18),_0x2d9772[0x4*_0xf81fdf+0x1]=0xff&(_0x3393e0[_0x5b02f6([0x53])][t[(_0xf81fdf+0x1)%0x4]>>0x10&0xff]^_0x41363d>>0x10),_0x2d9772[0x4*_0xf81fdf+0x2]=0xff&(_0x3393e0[_0x5b02f6([0x53])][t[(_0xf81fdf+0x2)%0x4]>>0x8&0xff]^_0x41363d>>0x8),_0x2d9772[0x4*_0xf81fdf+0x3]=0xff&(_0x3393e0[_0x5b02f6([0x53])][0xff&t[(_0xf81fdf+0x3)%0x4]]^_0x41363d);return _0x2d9772;}function _0x604b8c(){const _0x2d7f45=_0x3393e0[_0x5b02f6([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x42988b[_0x5b02f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0xa07c4=0x0;_0xa07c4<=_0x2d7f45;_0xa07c4++)_0x313e06[_0x5b02f6([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x3a6c39[_0x5b02f6([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x102a10=0x4*(_0x2d7f45+0x1),_0x2b80c1=_0x42988b[_0x5b02f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x422e00=_0x1b678d(_0x42988b);let _0x1b8e8a;for(let _0x21ae6d=0x0;_0x21ae6d<_0x2b80c1;_0x21ae6d++)_0x1b8e8a=_0x21ae6d>>0x2,_0x313e06[_0x1b8e8a][_0x21ae6d%0x4]=_0x422e00[_0x21ae6d],_0x3a6c39[_0x2d7f45-_0x1b8e8a][_0x21ae6d%0x4]=_0x422e00[_0x21ae6d];let _0x6ed2d,_0x4cf9dc=0x0,t=_0x2b80c1;for(;t<_0x102a10;){_0x6ed2d=_0x422e00[_0x2b80c1-0x1],_0x422e00[0x0]^=_0x3393e0[_0x5b02f6([0x53])][_0x6ed2d>>0x10&0xff]<<0x18^_0x3393e0[_0x5b02f6([0x53])][_0x6ed2d>>0x8&0xff]<<0x10^_0x3393e0[_0x5b02f6([0x53])][0xff&_0x6ed2d]<<0x8^_0x3393e0[_0x5b02f6([0x53])][_0x6ed2d>>0x18&0xff]^_0x3393e0[_0x5b02f6([0x72,0x63,0x6f,0x6e])][_0x4cf9dc]<<0x18,_0x4cf9dc+=0x1;for(let _0x492477=0x1;_0x492477<_0x2b80c1/0x2;_0x492477++)_0x422e00[_0x492477]^=_0x422e00[_0x492477-0x1];_0x6ed2d=_0x422e00[_0x2b80c1/0x2-0x1],_0x422e00[_0x2b80c1/0x2]^=_0x3393e0[_0x5b02f6([0x53])][0xff&_0x6ed2d]^_0x3393e0[_0x5b02f6([0x53])][_0x6ed2d>>0x8&0xff]<<0x8^_0x3393e0[_0x5b02f6([0x53])][_0x6ed2d>>0x10&0xff]<<0x10^_0x3393e0[_0x5b02f6([0x53])][_0x6ed2d>>0x18&0xff]<<0x18;for(let _0x236888=_0x2b80c1/0x2+0x1;_0x236888<_0x2b80c1;_0x236888++)_0x422e00[_0x236888]^=_0x422e00[_0x236888-0x1];let _0x3597c6,_0x3fd97e,_0x45ab2e=0x0;for(;_0x45ab2e<_0x2b80c1&&t<_0x102a10;)_0x3597c6=t>>0x2,_0x3fd97e=t%0x4,_0x313e06[_0x3597c6][_0x3fd97e]=_0x422e00[_0x45ab2e],_0x3a6c39[_0x2d7f45-_0x3597c6][_0x3fd97e]=_0x422e00[_0x45ab2e++],t++;}for(let _0x22acdc=0x1;_0x22acdc<_0x2d7f45;_0x22acdc++)for(let _0x211b72=0x0;_0x211b72<0x4;_0x211b72++)_0x6ed2d=_0x3a6c39[_0x22acdc][_0x211b72],_0x3a6c39[_0x22acdc][_0x211b72]=_0x3393e0[_0x5b02f6([0x55,0x31])][_0x6ed2d>>0x18&0xff]^_0x3393e0[_0x5b02f6([0x55,0x32])][_0x6ed2d>>0x10&0xff]^_0x3393e0[_0x5b02f6([0x55,0x33])][_0x6ed2d>>0x8&0xff]^_0x3393e0[_0x5b02f6([0x55,0x34])][0xff&_0x6ed2d];}}function _0x5b02f6(_0x1533fe){return _0x1533fe['map'](_0x409952=>String['fromCharCode'](_0x409952))['join']('');}(_0x2b656a=>{function _0x56e1c4(){const _0x2d2937=[{[_0x5b02f6([0x69,0x64])]:0x1,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x5b02f6([0x69,0x64])]:0x2,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x5b02f6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x5b02f6([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x5b02f6([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x5b02f6([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x5b02f6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x5b02f6([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x5b02f6([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x5b02f6([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x5b02f6([0x69,0x64])]:0x3,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x5b02f6([0x69,0x64])]:0x4,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x5b02f6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x5b02f6([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x5b02f6([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x5b02f6([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x5b02f6([0x69,0x64])]:0x5,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x5b02f6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x5b02f6([0x66,0x67,0x69])]:[0xc]}},{[_0x5b02f6([0x69,0x64])]:0x6,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x5b02f6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x5b02f6([0x66,0x67,0x69])]:[0xc]}},{[_0x5b02f6([0x69,0x64])]:0x7,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x5b02f6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x5b02f6([0x66,0x67,0x69])]:[0xc]}},{[_0x5b02f6([0x69,0x64])]:0x8,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x5b02f6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x5b02f6([0x66,0x67,0x69])]:[0xc]}},{[_0x5b02f6([0x69,0x64])]:0x9,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x5b02f6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x5b02f6([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x5b02f6([0x69,0x64])]:0xa,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x50,0x61,0x73,0x74,0x65,0x20,0x66,0x72,0x6f,0x6d,0x20,0x4f,0x66,0x66,0x69,0x63,0x65,0x20,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x50,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x49,0x6e,0x6c,0x69,0x6e,0x65,0x72]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x5b02f6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x5b02f6([0x66,0x67,0x69])]:[0xc]}},{[_0x5b02f6([0x69,0x64])]:0xb,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x5b02f6([0x69,0x64])]:0xc,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x5b02f6([0x69,0x64])]:0xd,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x5b02f6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x5b02f6([0x66,0x67,0x69])]:[0xc]}},{[_0x5b02f6([0x69,0x64])]:0xe,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x5b02f6([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])},{[_0x5b02f6([0x69,0x64])]:0xf,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x5b02f6([0x69,0x64])]:0x10,[_0x5b02f6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x5b02f6([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x5b02f6([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x5b02f6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x5b02f6([0x66,0x67,0x69])]:[0xc]}}];return _0x9ea71d(_0x2d2937),_0x2d2937;function _0x5e7124(_0x58b269){return 0x1<<_0x58b269-0x1;}function _0x9ea71d(_0x3b316b){_0x3b316b[_0x5b02f6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x48a867=>{_0x48a867[_0x5b02f6([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x5e7124(_0x48a867[_0x5b02f6([0x69,0x64])]),_0x2f9c89(_0x48a867)&&_0x48a867[_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x9ea71d(_0x48a867[_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x2f9c89(_0xb7eae8){return _0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0xb7eae8;}const _0x1a65da=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0xa83a6f=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x186a6a(_0x33e0ca){const _0x273d63=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x281f91(_0x33e0ca,new Uint8Array([..._0x1a65da,..._0x273d63,..._0xa83a6f]));}function _0x281f91(_0x224285,_0x3020d0){const _0x3e785f=_0x361e5(_0x224285),_0x48e1e7=Array[_0x5b02f6([0x66,0x72,0x6f,0x6d])](_0x1aef53(_0x3e785f)),_0x52b329=_0x48e1e7[_0x5b02f6([0x70,0x6f,0x70])](),_0x133690=_0x48e1e7[_0x5b02f6([0x70,0x6f,0x70])]();return _0x3b978d(_0x2b348e(_0x48e1e7,_0x3020d0,_0x133690+0x100*_0x52b329));}function _0x361e5(_0x556a8a){const _0x48a8be=atob(_0x556a8a),[_0x4aa1eb,_0x106b29]=_0x48a8be[_0x5b02f6([0x73,0x70,0x6c,0x69,0x74])](_0x5b02f6([0x2d]));try{if(atob(_0x106b29))return atob(_0x4aa1eb);}catch(_0x1d3e83){}return _0x48a8be;}function _0x201ddc(_0x4737b4){try{const _0xcaa66=_0x186a6a(_0x4737b4),_0xbc1b64=JSON[_0x5b02f6([0x70,0x61,0x72,0x73,0x65])](_0xcaa66),_0x5748ba=parseInt(_0xbc1b64[_0x5b02f6([0x31])]),_0x5594b4=_0xbc1b64[_0x5b02f6([0x32])]||'',_0x12388a=parseInt(_0xbc1b64[_0x5b02f6([0x33])]),_0x48f4de=parseInt(_0xbc1b64[_0x5b02f6([0x34])])||0x0,_0x5edddf=parseInt(_0xbc1b64[_0x5b02f6([0x35])])||0x0;return{[_0x5b02f6([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x5594b4,[_0x5b02f6([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x48f4de,[_0x5b02f6([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x5748ba,[_0x5b02f6([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x12388a,[_0x5b02f6([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x5edddf};}catch(_0xf9f70){return null;}}const _0x44d701=_0x56e1c4(),_0xf34a69={[_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x1c650e,[_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73])]:_0x160f45,[_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79])]:_0x54cc63},_0x1bf4dd=_0x2b656a[_0x5b02f6([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x1c6c7e=_0x5b02f6([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x2b656a?_0x2b656a['context']:_0x2b656a['editor'],_0x7c667=_0x5b02f6([0x34,0x30,0x34,0x38,0x31,0x38,0x36,0x30]),_0xc91fd6=_0x5b02f6([0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7a,0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39]),_0x36071f=_0x1c6c7e['config']['get'](_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x5d6dd7=_0x44d701[_0x5b02f6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2f9c89)[_0x5b02f6([0x66,0x69,0x6e,0x64])](_0x42e7b5=>_0x42e7b5[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x1bf4dd);function _0x4c8fdb(_0x3200a2,_0x558104){_0xf34a69[_0x558104[_0x5b02f6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x3200a2,_0x558104),_0x558104[_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x558104[_0x5b02f6([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x5b02f6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x135a49=>_0x22395e(_0x1c6c7e,_0x135a49[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x5b02f6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3be769=>_0x4c8fdb(_0x3200a2,_0x3be769));}function _0x1c650e(_0x38ba06,_0xc8b4c9){_0x340219(_0x29e895(_0x38ba06,_0xc8b4c9),_0xc8b4c9);}function _0x160f45(_0x3b876b,_0x29b9a4){function _0x51220a(_0x113a51,_0x3de145){try{if(_0x22395e(_0x1c6c7e,_0x5b02f6([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x113a51){const _0x4b6ece=_0x5f5592(_0x1c6c7e,_0x5b02f6([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x5b02f6([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x4b6ece)/0x2>_0x113a51[_0x5b02f6([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x144fe6(_0x3de145[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x29e895(_0x113a51,_0x3de145);}catch(_0x229ae0){return _0x144fe6(_0x3de145[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x340219(_0x51220a(_0x3b876b,_0x29b9a4),_0x29b9a4);}function _0x54cc63(_0x35b461,_0x58838e){const _0x1ff621=_0xa83a6f[0x0]*_0x1a65da[0x1],_0x318a0f=_0xa83a6f[0x0]*_0x1a65da[0x2],_0x28c34f=_0xa83a6f[0x2]*_0x1a65da[0x2];_0x22395e(_0x1c6c7e,_0x5b02f6([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x5f5592(_0x1c6c7e,_0x5b02f6([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x5b02f6([0x73,0x74,0x61,0x74,0x65])]==_0x5b02f6([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x4b1ab0()]=_0x28c34f);function _0x2171e9(_0x61ba3,_0x19110b){try{return _0x8fdb3e()?_0x144fe6(_0x19110b[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x56,0x61,0x6c,0x69,0x64])):_0x29e895(_0x61ba3,_0x19110b);}catch(_0x1fdea8){return _0x144fe6(_0x19110b[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x18f91f(_0x2756dc,_0x303627){const _0x182d9c=0x7;if(_0x2756dc==_0x303627[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x4042d4();else{if(_0x2756dc==_0x303627[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x54,0x72,0x69,0x61,0x6c])){const _0x59d108=_0x236fbd();_0x59d108&&_0x4580e0(_0x59d108,_0x303627[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x2eb8cd=_0x544593();window[_0x5b02f6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x4580e0(_0x5b02f6([0x74,0x69,0x6d,0x65]),_0x303627[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x2eb8cd);const _0x21e0c8=_0x5f5592(_0x1c6c7e,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x5b02f6([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x21e0c8[_0x5b02f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x182d9c?_0x4580e0(_0x5b02f6([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x303627[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x21e0c8['on'](_0x5b02f6([0x61,0x64,0x64]),()=>{_0x21e0c8[_0x5b02f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x182d9c&&_0x4580e0(_0x5b02f6([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x303627[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x236fbd(){if(!_0x22395e(_0x1c6c7e,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x245048 in window)if(Number['isNaN'](Number(_0x245048))){if(window[_0x245048]===_0x1ff621)return _0x5b02f6([0x74,0x69,0x6d,0x65]);if(window[_0x245048]===_0x318a0f)return _0x5b02f6([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x8fdb3e(){if(!_0x22395e(_0x1c6c7e,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x5a5717 in window)if(Number['isNaN'](Number(_0x5a5717))&&window[_0x5a5717]===_0x28c34f)return!0x0;return!0x1;}function _0x4580e0(_0x4f028b,_0x365819){_0x4042d4(),_0x144fe6(_0x365819+_0x5b02f6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x4f028b),window[_0x4b1ab0()]=_0x4f028b===_0x5b02f6([0x74,0x69,0x6d,0x65])?_0x1ff621:_0x318a0f;}function _0x544593(){let _0x492dc0=_0xa83a6f[0x6]*_0x1a65da[0x8]*_0x1a65da[0x6];return _0x22395e(_0x1c6c7e,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x492dc0/=0xa),_0x492dc0;}function _0x4042d4(){const _0xd676a3=_0x1c6c7e;function _0x5c182d(){_0x22395e(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x5f5592(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x5b02f6([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x5b02f6([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x5f5592(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x5b02f6([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x5f5592(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x5b02f6([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x469bdf,_0x5f5592(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x5b02f6([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x469bdf,_0xd676a3[_0x5b02f6([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b02f6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x469bdf,_0xd676a3[_0x5b02f6([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b02f6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x469bdf,_0xd676a3[_0x5b02f6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5b02f6([0x6d,0x6f,0x64,0x65,0x6c]))),_0x22395e(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x5f5592(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x5b02f6([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x5b02f6([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x5f5592(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x5b02f6([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x5f5592(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x5b02f6([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x469bdf,_0x5f5592(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x5b02f6([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x469bdf);}_0xd676a3[_0x5b02f6([0x73,0x74,0x61,0x74,0x65])]==_0x5b02f6([0x72,0x65,0x61,0x64,0x79])?_0x5c182d():_0xd676a3[_0x5b02f6([0x6f,0x6e,0x63,0x65])](_0x5b02f6([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x22395e(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x5c182d(),_0x22395e(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x58b0f9=_0x5f5592(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x15063a=_0x58b0f9['getRevision'](0x0),_0x1b2039=_0x58b0f9['getEarlierVisibleRevision'](_0x15063a[_0x5b02f6([0x69,0x64])]);_0x5f5592(_0xd676a3,_0x5b02f6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x5b02f6([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x15063a[_0x5b02f6([0x69,0x64])],_0x1b2039?_0x1b2039[_0x5b02f6([0x69,0x64])]:null,0x1)['then'](()=>_0x5c182d());}});}_0x18f91f(_0x2171e9(_0x35b461,_0x58838e),_0x58838e);}function _0x29e895(_0x298c43,_0x290e01){try{return _0x424b57(_0x290e01)?_0x144fe6(_0x290e01[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x56,0x61,0x6c,0x69,0x64])):_0x298c43&&_0x15fe03(_0x298c43[_0x5b02f6([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x290e01)?_0x298c43[_0x5b02f6([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x5b02f6([0x6f,0x70,0x65,0x6e])][_0x5b02f6([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x7c667)/0x2>_0x298c43[_0x5b02f6([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x144fe6(_0x290e01[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x298c43[_0x5b02f6([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x144fe6(_0x290e01[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x54,0x72,0x69,0x61,0x6c])):_0x144fe6(_0x290e01[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x56,0x61,0x6c,0x69,0x64])):_0x144fe6(_0x290e01[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x2c2915){return _0x144fe6(_0x290e01[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x340219(_0x34e273,_0x4c1f3c){if(_0x1c6c7e instanceof _0x1018c0){const _0x9e15fd=_0x1c6c7e;_0x34e273==_0x4c1f3c[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x2d66bd(_0x9e15fd):_0x34e273==_0x4c1f3c[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x54,0x72,0x69,0x61,0x6c])&&window[_0x5b02f6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x2d66bd(_0x9e15fd),_0x144fe6(_0x4c1f3c[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0xa83a6f[0x6]*_0x1a65da[0x8]*_0x1a65da[0x6]),_0x9e15fd[_0x5b02f6([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x5b02f6([0x6f,0x6e])](_0x5b02f6([0x61,0x64,0x64]),(_0x249fe3,_0x5bcc8a)=>{_0x34e273!=_0x4c1f3c[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x34e273!=_0x4c1f3c[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x34e273!=_0x4c1f3c[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x235d90(_0x5bcc8a);});}else{const _0x427bf0=_0x1c6c7e;_0x34e273==_0x4c1f3c[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x235d90(_0x427bf0):_0x34e273==_0x4c1f3c[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x54,0x72,0x69,0x61,0x6c])&&_0x427bf0[_0x5b02f6([0x6f,0x6e])](_0x5b02f6([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x2533e4=0x0;_0x427bf0[_0x5b02f6([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b02f6([0x6f,0x6e])](_0x5b02f6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3fe6e7,_0x40d7d1)=>{_0x40d7d1[0x0][_0x5b02f6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2533e4++,0x1f8===_0x2533e4&&(_0x235d90(_0x427bf0),_0x144fe6(_0x4c1f3c[_0x5b02f6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x5b02f6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x3fe6e7[_0x5b02f6([0x6f,0x66,0x66])]());},{'priority':_0x5b02f6([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x144fe6(_0x242f9f){const _0x1a5763=_0x4b1ab0();return _0x1c6c7e[_0x1a5763]=_0x242f9f,_0x242f9f;}function _0x4b1ab0(){const _0x3a4461=String(window[_0x5b02f6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5b02f6([0x6e,0x6f,0x77])]())[_0x5b02f6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5b02f6([0x2e]),'');let _0x31380c='';for(let _0x4e4b1d=0x0;_0x4e4b1d<_0x3a4461[_0x5b02f6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4e4b1d+=0x2){let _0x5aa355=parseInt(_0x3a4461[_0x5b02f6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4e4b1d,_0x4e4b1d+0x2));_0x5aa355>=_0xc91fd6[_0x5b02f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5aa355-=_0xc91fd6[_0x5b02f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x31380c+=_0xc91fd6[_0x5aa355];}return _0x31380c;}function _0x2d66bd(_0x28c59e){for(const _0x1518f3 of _0x28c59e[_0x5b02f6([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x235d90(_0x1518f3);_0x5f5592(_0x28c59e,_0x5b02f6([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x5b02f6([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x5f5592(_0x28c59e,_0x5b02f6([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x5b02f6([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x469bdf;}function _0x235d90(_0x4ec3b0){function _0xddd949(){_0x4ec3b0[_0x5b02f6([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b02f6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x469bdf,_0x4ec3b0[_0x5b02f6([0x6d,0x6f,0x64,0x65,0x6c])][_0x5b02f6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x469bdf,_0x4ec3b0[_0x5b02f6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5b02f6([0x6d,0x6f,0x64,0x65,0x6c]));}_0x4ec3b0[_0x5b02f6([0x73,0x74,0x61,0x74,0x65])]==_0x5b02f6([0x72,0x65,0x61,0x64,0x79])?_0xddd949():_0x4ec3b0[_0x5b02f6([0x6f,0x6e,0x63,0x65])](_0x5b02f6([0x72,0x65,0x61,0x64,0x79]),()=>_0xddd949());}function _0x469bdf(){return null;}function _0x15fe03(_0x435ede,_0x603412){const _0x54a0f9=!!(_0x435ede&_0x603412[_0x5b02f6([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x4074ce=_0x25fa71(_0x435ede,_0x603412);return _0x54a0f9||_0x4074ce;}function _0x25fa71(_0x5ef07e,_0x59d067){const _0x432d01=(_0x59d067[_0x5b02f6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x5b02f6([0x66,0x67,0x69])]||null;return!!_0x432d01&&_0x44d701[_0x5b02f6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1f017e=>_0x432d01[_0x5b02f6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1f017e[_0x5b02f6([0x69,0x64])]))[_0x5b02f6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3fec2e=>!_0x2b6925(_0x3fec2e))[_0x5b02f6([0x73,0x6f,0x6d,0x65])](_0x23793f=>!!(_0x5ef07e&_0x23793f[_0x5b02f6([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x2b6925(_0x5910d3){const _0x3475a6={[_0x5b02f6([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])]:_0x8cfd52};return!!_0x5910d3['forbiddenHandler']&&_0x3475a6[_0x5910d3['forbiddenHandler']]();}function _0x8cfd52(){return!window[_0x5b02f6([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x22395e(_0x1c6c7e,_0x5b02f6([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x424b57(_0x548fe1){if(!_0x22395e(_0x1c6c7e,_0x548fe1[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0xe1bead=_0x548fe1[_0x5b02f6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x5a5ca9=_0xe1bead[_0x5b02f6([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x1a59ba=_0xe1bead[_0x5b02f6([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x4a26f7=_0xe1bead[_0x5b02f6([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x22395e(_0x1c6c7e,_0x5b02f6([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x5f5592(_0x1c6c7e,_0x5b02f6([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x5b02f6([0x73,0x74,0x61,0x74,0x65])]==_0x5b02f6([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x5a5ca9)return!0x0;if(_0x22395e(_0x1c6c7e,_0x5b02f6([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x5f5592(_0x1c6c7e,_0x5b02f6([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x5b02f6([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x5b02f6([0x65,0x6e,0x64])&&_0x1a59ba)return!0x0;return!(!_0x22395e(_0x1c6c7e,_0x5b02f6([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]))||_0x5f5592(_0x1c6c7e,_0x5b02f6([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]))[_0x5b02f6([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x5b02f6([0x65,0x6e,0x64])||!_0x4a26f7);}function _0x22395e(_0x1287a8,_0x901f91){return _0x1287a8[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x5b02f6([0x68,0x61,0x73])](_0x901f91);}function _0x5f5592(_0x484a66,_0x43283a){return _0x484a66[_0x5b02f6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x5b02f6([0x67,0x65,0x74])](_0x43283a);}function _0x3b978d(_0x3fc750){let _0x3322b9='';for(const _0x328693 of _0x3fc750)_0x3322b9+=String[_0x5b02f6([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x328693);return _0x3322b9;}function _0x1aef53(_0x1c7253){const _0x3378bb=new Uint8Array(_0x1c7253[_0x5b02f6([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x5ca7e5=0x0;_0x5ca7e5<_0x1c7253[_0x5b02f6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5ca7e5++)_0x3378bb[_0x5ca7e5]=_0x1c7253[_0x5b02f6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5ca7e5);return _0x3378bb;}_0x5d6dd7&&_0x4c8fdb(_0x201ddc(_0x36071f),_0x5d6dd7);})(_0x56b935);}(this);}set['adapter'](_0x49e471){if(this['_adapter'])throw new _0x119dd1('commentsrepository-adapter-already-set');this['_adapter']=_0x49e471;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x59c7ad=bt,threadId:_0x2e2290=_0x256e05(),comments:_0x5e03cb=[],unlinkedAt:_0x335c67=null,resolvedAt:_0x3cd0c9=null,resolvedBy:_0x3c98d2=null,target:_0x158a63=null,context:_0x4729f0=null,attributes:_0x21bfda={},isResolvable:_0x5524dd=!0x0,isSubmitted:_0x454ec7=!0x1,isFromAdapter:_0x400603=!0x1}={}){return this['fire'](Nt('addCommentThread',_0x59c7ad),{'channelId':_0x59c7ad,'threadId':_0x2e2290,'comments':_0x5e03cb,'unlinkedAt':_0x335c67,'resolvedAt':_0x3cd0c9,'resolvedBy':_0x3c98d2,'target':_0x158a63,'context':_0x4729f0,'attributes':_0x21bfda,'isFromAdapter':_0x400603,'isResolvable':_0x5524dd,'isSubmitted':_0x454ec7}),this['getCommentThread'](_0x2e2290);}['openNewCommentThread']({channelId:_0x1f7445=bt,threadId:_0x52bfd1=_0x256e05(),target:_0x1e93fd,context:_0x43d04c=null,isResolvable:_0x55de77=!0x0}){if(this['_readOnlyChannels']['has'](_0x1f7445)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x1e93fd)throw new _0x119dd1('commentsrepository-missing-target');const _0x5c1f91=this['addCommentThread']({'channelId':_0x1f7445,'threadId':_0x52bfd1,'target':_0x1e93fd,'context':_0x43d04c,'isResolvable':_0x55de77});if(!_0x5c1f91)return null;const _0xed7971=this['_threadToController']['get'](_0x5c1f91),_0x1883c3=_0xed7971['view']['commentThreadInputView']['commentInputView'],_0x461fbb=this['context']['plugins']['get'](N),_0x21b46c=_0x461fbb['getByInnerView'](_0xed7971['view']);return _0x461fbb['activate'](_0x21b46c),_0x1883c3['once']('editorReady',()=>_0x1883c3['focus']()),_0x5c1f91;}['hasCommentThread'](_0x3b7442){if('string'!=typeof _0x3b7442)throw new _0x119dd1('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x3b7442);}['updateCommentThread']({channelId:_0x342773=bt,threadId:_0x4e452f,context:_0x1c2c74,unlinkedAt:_0x3e8b18,attributes:_0x473f5d,isFromAdapter:_0x53a7a7=!0x1}){return this['fire'](Nt('updateCommentThread',_0x342773),{'channelId':_0x342773,'threadId':_0x4e452f,'context':_0x1c2c74,'unlinkedAt':_0x3e8b18,'attributes':_0x473f5d,'isFromAdapter':_0x53a7a7}),this['getCommentThread'](_0x4e452f);}['getCommentThread'](_0x541943){if('string'!=typeof _0x541943)throw new _0x119dd1('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x541943);}['fetchCommentThread']({channelId:_0x21dc1e,threadId:_0xf5c02b}={}){const _0x4309d0=this['getCommentThread'](_0xf5c02b);if(_0x4309d0)return Promise['resolve'](_0x4309d0);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x119dd1('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x21dc1e,'threadId':_0xf5c02b})['then'](_0x34cbca=>this['hasCommentThread'](_0xf5c02b)?this['getCommentThread'](_0xf5c02b):_0x34cbca?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x21dc1e},_0x34cbca)):void 0x0)['catch'](_0x1ed980=>{throw console['error'](_0x1ed980),new _0x119dd1('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x41fd16,skipNotAttached:_0x2a50a6=!0x1,skipEmpty:_0xc32aed=!0x1,toJSON:_0x169ada=!0x1}={}){const _0x4e37a3=[];for(const _0xe99a32 of this['_threads']['values']())_0x41fd16&&_0xe99a32['channelId']!==_0x41fd16||_0x2a50a6&&!_0xe99a32['isAttached']||_0xc32aed&&0x0===_0xe99a32['length']||_0x4e37a3['push'](_0xe99a32);return _0x169ada?_0x4e37a3['map'](_0xffd9fc=>_0xffd9fc['toJSON']()):_0x4e37a3;}['setActiveCommentThread'](_0x275154){const _0x5b26b6=this['context']['plugins']['get'](N);if(!_0x275154)return void(this['activeCommentThread']&&_0x5b26b6['deactivateAll']());const _0x159534=this['getCommentThread'](_0x275154);if(!_0x159534)throw new _0x119dd1('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x275154});if(!this['_threadToController']['has'](_0x159534))throw new _0x119dd1('commentsrepository-active-not-attached',null,{'threadId':_0x275154});const _0x592bd7=_0x5b26b6['getByInnerView'](this['_threadToController']['get'](_0x159534)['view']);_0x5b26b6['activate'](_0x592bd7);}['switchReadOnly'](_0x3e1b57,_0x3d8336){_0x3e1b57?this['_readOnlyChannels']['add'](_0x3d8336):this['_readOnlyChannels']['delete'](_0x3d8336),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x186575){return this['_readOnlyChannels']['has'](_0x186575)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x33ff28,_0x344d9a){return new vt(_0x33ff28,_0x344d9a);}['setPermissions'](_0x4cf048,_0x2d16bb=bt){this['_permissions']['set'](_0x2d16bb,_0x4cf048),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x4dc359=bt){return this['_permissions']['has'](_0x4dc359)?this['_permissions']['get'](_0x4dc359):_t;}['_addCommentThread']({channelId:_0x342ce9,threadId:_0x168438,comments:_0x582dbc,unlinkedAt:_0xb262e9,resolvedAt:_0x20429a,resolvedBy:_0x2c6f21,target:_0x36769f,context:_0x1e86a7,attributes:_0x220e76,isFromAdapter:_0x485b1e,isResolvable:_0xa1da4d,isSubmitted:_0x4f5b01}){if('string'!=typeof _0x168438)throw new _0x119dd1('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x168438});if(this['hasCommentThread'](_0x168438))throw new _0x119dd1('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x168438});const _0x1ec84e=new se(this,{'channelId':_0x342ce9,'id':_0x168438,'context':_0x1e86a7,'attributes':_0x220e76,'unlinkedAt':_0xb262e9,'resolvedAt':_0x20429a,'resolvedBy':_0x2c6f21?this['context']['plugins']['get'](at)['getUser'](_0x2c6f21):null,'isResolvable':_0xa1da4d,'isSubmitted':_0x4f5b01||_0x485b1e});this['_threads']['set'](_0x168438,_0x1ec84e);for(const _0x26bb29 of _0x582dbc)_0x1ec84e['_add'](this['_createNewComment']({'threadId':_0x168438,..._0x26bb29}));return _0x36769f&&_0x1ec84e['attachTo'](_0x36769f),_0x485b1e||!_0x1ec84e['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x342ce9,'threadId':_0x168438});}['_submitCommentThread']({channelId:_0x4262e5,threadId:_0x2fa892}){if(!this['hasCommentThread'](_0x2fa892))throw new _0x119dd1('commentsrepository-missing-comment-thread',this);const _0x55cb2a=this['getCommentThread'](_0x2fa892);if(_0x55cb2a['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x1028e3,comments:_0x287cd8,resolvedAt:_0x23f860,resolvedBy:_0x5c2c0c,context:_0x27f61c,attributes:_0x874966}=_0x55cb2a,_0xc87f9=this['context']['plugins']['get']('PendingActions'),_0x3eabbe=_0xc87f9['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x4262e5,'threadId':_0x1028e3,'comments':_0x287cd8['map'](_0x41762=>_0x41762['toJSON']()),'resolvedAt':_0x23f860,'resolvedBy':_0x5c2c0c?_0x5c2c0c['id']:_0x5c2c0c,'context':_0x27f61c,'attributes':_0x874966})['then'](({comments:_0x459716})=>{_0xc87f9['remove'](_0x3eabbe);for(const _0x2bdb09 of _0x459716)this['_updateComment']({'channelId':_0x4262e5,'threadId':_0x2fa892,'commentId':_0x2bdb09['commentId'],'createdAt':_0x2bdb09['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x2abdc3=>{throw console['error'](_0x2abdc3),new _0x119dd1('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x423b05,target:_0x3491b2}){const _0x2055aa=this['getCommentThread'](_0x423b05);if(!_0x2055aa)throw new _0x119dd1('commentsrepository-attach-missing-comment-thread',this);const _0xed2f99=this['context']['plugins']['get']('PendingActions'),_0x4c52bd=this['context']['plugins']['get'](N),_0x1adf9d=this['_createCommentThreadView'](_0x2055aa),_0x349a29=new vt(_0x2055aa,_0x1adf9d);let _0x22edba=null;_0x1adf9d['on']('change:isDirty',(_0xde3f1,_0x3749c7,_0x29c319)=>{_0x29c319?_0x22edba=_0xed2f99['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x22edba&&(_0xed2f99['remove'](_0x22edba),_0x22edba=null);}),this['_threadToController']['set'](_0x2055aa,_0x349a29),this['_viewToController']['set'](_0x1adf9d,_0x349a29);const _0x32c12d=new T(this['context']['locale'],_0x1adf9d);_0x32c12d['bind']('length')['to'](_0x1adf9d),_0x32c12d['bind']('isDirty')['to'](_0x1adf9d,'isDirty',_0x1adf9d,'length',(_0x1f5e3b,_0x9fc777)=>_0x1f5e3b||!_0x9fc777),_0x32c12d['bind']('isActive')['to'](_0x1adf9d),_0x32c12d['type']='comment';const _0x483ead=new d({'view':_0x32c12d,'target':_0x3491b2,'type':'comment','isVisible':!_0x2055aa['isResolved']});return _0x1adf9d['on']('escape',()=>{_0x483ead['fire']('escape');}),this['_bindAnnotationToEditors'](_0x1adf9d,_0x483ead),_0x4c52bd['add'](_0x483ead),_0x483ead;}['_bindAnnotationToEditors'](_0x3990f9,_0x4ee467){this['listenTo'](_0x3990f9,'editorReady',(_0x491907,_0x3db2db)=>{const _0x45eb1f=_0x3db2db['ui']['view']['body']['bodyCollectionContainer'];_0x4ee467['focusableElements']['add'](_0x45eb1f),this['context']instanceof _0x2d1e98&&this['context']['ui']['focusTracker']['add'](_0x45eb1f);},{'priority':'highest'}),this['listenTo'](_0x3990f9,'editorDestroyed',(_0xc3ffd4,_0x2c9170)=>{const _0x163728=_0x2c9170['ui']['view']['body']['bodyCollectionContainer'];_0x4ee467['focusableElements']['has'](_0x163728)&&_0x4ee467['focusableElements']['remove'](_0x163728),this['context']instanceof _0x2d1e98&&this['context']['ui']['focusTracker']['remove'](_0x163728);});}['_unbindEditors'](_0x527347){this['stopListening'](_0x527347,'editorReady'),this['stopListening'](_0x527347,'editorDestroyed');}['_createCommentThreadView'](_0x181c5f){const _0x1ac00f=this['context']['plugins']['get'](at),{config:_0x3ffd8c,locale:_0x3a55e8}=this['context'],_0x225a0d=pt(_0x3ffd8c['get']('locale'));return new(0x0,(_0x3ffd8c['get']('comments'))['CommentThreadView'])(_0x3a55e8,_0x181c5f,_0x1ac00f['me'],{'editorConfig':{..._0x3ffd8c['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x3ffd8c['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x3ffd8c['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x3ffd8c['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x3ffd8c['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x225a0d,'CommentView':_0x3ffd8c['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x2bcb41,channelId:_0xce8673,resolvedAt:_0x750620,resolvedBy:_0x30f4d3,isFromAdapter:_0x1e1724}){if(!this['hasCommentThread'](_0x2bcb41))throw new _0x119dd1('commentsrepository-missing-comment-thread',null,{'threadId':_0x2bcb41});const _0x1052c9=this['getCommentThread'](_0x2bcb41);if(_0x1052c9['isResolved'])throw new _0x119dd1('commentsrepository-resolved-comment-thread',null,{'threadId':_0x2bcb41});const _0x4e5e17=this['context']['plugins']['get'](at);if(_0x1052c9['resolvedBy']=_0x4e5e17['getUser'](_0x30f4d3),_0x1052c9['resolvedAt']=_0x750620,_0x1e1724||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x188bad=this['context']['plugins']['get']('PendingActions'),_0x31102f=_0x188bad['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0xce8673,'threadId':_0x2bcb41})['then'](({resolvedAt:_0x4fb45f,resolvedBy:_0x29eb5d})=>{_0x188bad['remove'](_0x31102f),_0x1052c9['resolvedBy']['id']!==_0x29eb5d&&(_0x1052c9['resolvedBy']=_0x4e5e17['getUser'](_0x29eb5d)),_0x1052c9['resolvedAt']=_0x4fb45f;})['catch'](_0x43fb11=>{throw console['error'](_0x43fb11),new _0x119dd1('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x1dbc11,channelId:_0x4d9ffa,isFromAdapter:_0x182d2f}){if(!this['hasCommentThread'](_0x1dbc11))throw new _0x119dd1('commentsrepository-missing-comment-thread',null,{'threadId':_0x1dbc11});const _0x137e91=this['getCommentThread'](_0x1dbc11);if(!_0x137e91['isResolved'])throw new _0x119dd1('commentsrepository-reopen-comment-thread',null,{'threadId':_0x1dbc11});if(_0x137e91['resolvedBy']=null,_0x137e91['resolvedAt']=null,_0x182d2f||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0xdca452=this['context']['plugins']['get']('PendingActions'),_0x2ebd42=_0xdca452['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x4d9ffa,'threadId':_0x1dbc11})['then'](()=>_0xdca452['remove'](_0x2ebd42))['catch'](_0x21fe4c=>{throw console['error'](_0x21fe4c),new _0x119dd1('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x438e57,isFromAdapter:_0x25dab7}){const _0x1e080f=this['getCommentThread'](_0x438e57);if(!_0x1e080f)throw new _0x119dd1('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x438e57),this['_threads']['delete'](_0x438e57),!_0x1e080f['isSubmitted']||_0x25dab7||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x138f43=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1399fd}=_0x1e080f,_0x2a1764=_0x138f43['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x1399fd,'threadId':_0x438e57})['then'](()=>_0x138f43['remove'](_0x2a1764))['catch'](_0x3bd118=>{throw console['error'](_0x3bd118),new _0x119dd1('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x2ded48,unlinkedAt:_0xa89e74,context:_0x1983b7,attributes:_0x59a722,isFromAdapter:_0x21b0b4}){if('string'!=typeof _0x2ded48)throw new _0x119dd1('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x2ded48});if(!this['hasCommentThread'](_0x2ded48))throw new _0x119dd1('commentsrepository-missing-comment-thread',null,{'threadId':_0x2ded48});const _0x26170f=this['getCommentThread'](_0x2ded48);let _0x2f730e=!0x1;if(void 0x0!==_0x1983b7&&_0x26170f['context']!==_0x1983b7&&(_0x26170f['context']=_0x1983b7,_0x2f730e=!0x0),void 0x0!==_0xa89e74&&_0x26170f['unlinkedAt']!==_0xa89e74&&(_0x26170f['unlinkedAt']=_0xa89e74,_0x2f730e=!0x0),_0x59a722&&!yt(_0x59a722,_0x26170f['attributes'])&&(_0x26170f['attributes']=_0x59a722,_0x2f730e=!0x0),!_0x2f730e)return Promise['resolve']();if(!_0x26170f['isSubmitted']||_0x21b0b4||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x1a2453=this['context']['plugins']['get']('PendingActions'),{channelId:_0xba2dd}=_0x26170f,_0x51d695=_0x1a2453['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0xba2dd,'threadId':_0x2ded48,'context':_0x1983b7,'unlinkedAt':_0xa89e74,'attributes':_0x59a722})['then'](()=>_0x1a2453['remove'](_0x51d695))['catch'](_0x392f87=>{throw console['error'](_0x392f87),new _0x119dd1('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x30806b){const _0x2f68a3=this['context']['plugins']['get'](N),_0x43487f=this['getCommentThread'](_0x30806b);if(this['_threadToController']['has'](_0x43487f)){const _0x57e629=this['_threadToController']['get'](_0x43487f),_0x21a8ca=_0x57e629['view'],_0x17ed92=_0x2f68a3['getByInnerView'](_0x21a8ca);this['_threadToController']['delete'](_0x43487f),this['_viewToController']['delete'](_0x21a8ca),_0x17ed92&&_0x2f68a3['remove'](_0x17ed92),_0x57e629['destroy'](),_0x21a8ca['destroy']()['then'](()=>{this['_unbindEditors'](_0x21a8ca);});}}['_updateActiveAnnotation']({threadId:_0x4e526d,resolvedAt:_0x388b2f}){const _0x1a93d7=!!_0x388b2f,_0x342933=this['context']['plugins']['get'](N),_0x37fc7e=this['getCommentThread'](_0x4e526d);if(this['_threadToController']['has'](_0x37fc7e)){const _0xeab1e7=this['_threadToController']['get'](_0x37fc7e)['view'],_0x7258ac=_0x342933['getByInnerView'](_0xeab1e7);_0x7258ac&&(_0x1a93d7&&_0x342933['_removeActiveAnnotation'](_0x7258ac),_0x7258ac['refreshVisibility']());}}['_getExternalAuthor'](_0x2539b2){const _0x51b0f4=this['context']['plugins']['get'](at),_0x548973=It('external:'+_0x2539b2),_0x5e1d0a=_0x51b0f4['getUser'](_0x548973);return _0x5e1d0a||_0x51b0f4['addUser']({'id':_0x548973,'name':_0x2539b2});}['_createNewComment']({threadId:_0x56c0f1,commentId:_0x56969a=_0x256e05(),content:_0x53d726,authorId:_0x1e3ad4,createdAt:_0x1dfe2d,attributes:_0x41c174}){if('string'!=typeof _0x56969a)throw new _0x119dd1('commentsrepository-invalid-commentid');if('string'!=typeof _0x1e3ad4)throw new _0x119dd1('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x53d726||!_0x53d726['trim']())throw new _0x119dd1('commentsrepository-invalid-comment-content');const _0x20e32c=this['context']['plugins']['get'](at)['getUser'](_0x1e3ad4);if(!_0x20e32c)throw new _0x119dd1('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x1e3ad4});let _0x1bc372=null,_0x5ea682=_0x1dfe2d;return _0x41c174&&_0x41c174['@external']&&(_0x1bc372=this['_getExternalAuthor'](_0x41c174['@external']['authorName']),_0x5ea682=new Date(_0x41c174['@external']['createdAt'])),new ie(this,{'threadId':_0x56c0f1,'id':_0x56969a,'author':_0x1bc372||_0x20e32c,'creator':_0x20e32c,'content':_0x53d726,'createdAt':_0x1dfe2d,'authoredAt':_0x5ea682,'attributes':_0x41c174});}['_addComment'](_0x3df4c5){let {threadId:_0x16776e,content:_0x254310,attributes:_0x19a6b4,isFromAdapter:_0x2c97bd}=_0x3df4c5;const _0x3e725a=this['getCommentThread'](_0x3df4c5['threadId']);if(!_0x3e725a)throw new _0x119dd1('commentsrepository-add-comment-to-missing-comment-thread',this);const _0xb7304b=this['_createNewComment'](_0x3df4c5),{id:_0xa908e3}=_0xb7304b;if(_0x3e725a['_add'](_0xb7304b),_0x2c97bd||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x3e725a['isSubmitted'])return Promise['resolve']();const _0x1dbe59=this['context']['plugins']['get']('PendingActions'),{channelId:_0x79bb28}=_0x3e725a,_0x272e30=_0x1dbe59['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x19a6b4||(_0x19a6b4={}),this['adapter']['addComment']({'channelId':_0x79bb28,'threadId':_0x16776e,'commentId':_0xa908e3,'content':_0x254310,'attributes':_0x19a6b4})['then'](_0x36b54d=>{_0x1dbe59['remove'](_0x272e30),_0x36b54d&&this['_updateComment']({'channelId':_0x79bb28,'threadId':_0x16776e,'commentId':_0xa908e3,'createdAt':_0x36b54d['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3ae4c8=>{throw console['error'](_0x3ae4c8),new _0x119dd1('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x3122b1,commentId:_0x5715aa,content:_0x170009,createdAt:_0x4f7461,attributes:_0x45b68a,isFromAdapter:_0x19121d}){if(void 0x0!==_0x170009&&('string'!=typeof _0x170009||!_0x170009['trim']()['length']))throw new _0x119dd1('commentsrepository-update-comment-invalid-content');const _0x3fa44a=this['getCommentThread'](_0x3122b1),_0x18d831=_0x3fa44a['getComment'](_0x5715aa);if(!_0x18d831)throw new _0x119dd1('commentsrepository-update-missing-comment',this);let _0x3da2cb=!0x1;if(_0x170009&&_0x170009!==_0x18d831['content']&&(_0x18d831['isEditable']||_0x19121d)&&(_0x18d831['content']=_0x170009,_0x3da2cb=!0x0),_0x4f7461&&_0x4f7461!==_0x18d831['createdAt']&&(_0x18d831['createdAt']=_0x4f7461,_0x18d831['attributes']&&_0x18d831['attributes']['@external']||(_0x18d831['authoredAt']=_0x4f7461),_0x3da2cb=!0x0),_0x45b68a&&!yt(_0x45b68a,_0x18d831['attributes'])&&(_0x18d831['attributes']=_0x45b68a,_0x3da2cb=!0x0),!_0x3da2cb)return Promise['resolve']();if(_0x3fa44a['fire']('commentUpdated'),_0x19121d||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x831e57=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3077ca}=this['getCommentThread'](_0x18d831['threadId']),_0xa845a0=_0x831e57['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x3077ca,'threadId':_0x3122b1,'commentId':_0x5715aa,'content':_0x170009,'attributes':_0x45b68a})['then'](()=>_0x831e57['remove'](_0xa845a0))['catch'](_0xc27f4e=>{throw console['error'](_0xc27f4e),new _0x119dd1('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x164925,commentId:_0x37b2b2,isFromAdapter:_0x22ba6c}){const _0x4cac61=this['getCommentThread'](_0x164925),_0x947b37=_0x4cac61['getComment'](_0x37b2b2);if(!_0x947b37)throw new _0x119dd1('commentsrepository-remove-missing-comment',this);if(_0x4cac61['_remove'](_0x947b37),_0x22ba6c||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0xa4b03b=this['context']['plugins']['get']('PendingActions'),{channelId:_0x48e40c}=_0x4cac61,_0x3fc1a2=_0xa4b03b['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x48e40c,'threadId':_0x164925,'commentId':_0x37b2b2})['then'](()=>_0xa4b03b['remove'](_0x3fc1a2))['catch'](_0x1792a9=>{throw console['error'](_0x1792a9),new _0x119dd1('commentsrepository-remove-comment-internal-error',this);});}}class se extends/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0x17c796(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x35e9fd,_0x52c73b){super();const _0x248123=_0x35e9fd['context']['plugins']['get'](at)['me'],_0x20e8d4=_0x35e9fd['getCommentThread'](_0x52c73b['threadId']),_0x53e9b2=0x0===_0x20e8d4['comments']['length'],_0x4eb1e5=_0x248123===_0x52c73b['author'];this['id']=_0x52c73b['id'],this['threadId']=_0x52c73b['threadId'],this['author']=_0x52c73b['author'],this['creator']=_0x52c73b['creator'],this['isExternal']=Boolean(_0x52c73b['attributes']&&_0x52c73b['attributes']['@external']),this['set']('content',_0x52c73b['content']),this['createdAt']=_0x52c73b['createdAt']||new Date(),this['set']('authoredAt',_0x52c73b['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x20e8d4,'resolvedAt'),this['set']('attributes',_0x52c73b['attributes']||{}),this['bind']('isEditable')['to'](_0x35e9fd,'_permissions',()=>{const _0x3467cd=_0x35e9fd['getPermissions'](_0x20e8d4['channelId'])['write'],_0x262112=_0x35e9fd['getPermissions'](_0x20e8d4['channelId'])['modifyAll'];return _0x4eb1e5&&_0x3467cd||!_0x4eb1e5&&_0x262112;}),this['bind']('isRemovable')['to'](_0x20e8d4,'isRemovable',_0x35e9fd,'_permissions',_0x349fd0=>{const _0x2dbadb=_0x35e9fd['getPermissions'](_0x20e8d4['channelId'])['write'],_0x45046a=_0x35e9fd['getPermissions'](_0x20e8d4['channelId'])['modifyAll'];return _0x4eb1e5&&_0x2dbadb||_0x349fd0&&_0x53e9b2||!_0x4eb1e5&&_0x45046a&&!_0x53e9b2;}),this['bind']('isReadOnly')['to'](_0x20e8d4,'isReadOnly'),this['_repository']=_0x35e9fd;}get['weight'](){return Math['max'](function(_0xadef51){const _0x2905ec=document['createElement']('div');return _0x2905ec['innerHTML']=_0xadef51,_0x2905ec['textContent']['length'];}(this['content']),0xc8);}['update'](_0x3a44bb){const {threadId:_0x43d23b,id:_0x47babb}=this;if(!this['_repository']['hasCommentThread'](_0x43d23b))throw new _0x119dd1('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0xf43ede}=this['_repository']['getCommentThread'](_0x43d23b);this['_repository']['fire'](Nt('updateComment',_0xf43ede,_0x43d23b),{'channelId':_0xf43ede,'threadId':_0x43d23b,'commentId':_0x47babb,..._0x3a44bb});}['setAttribute'](_0x48cc9c,_0x5d08dd){const _0xc08032=wt(this['attributes']);At(_0xc08032,_0x48cc9c,_0x5d08dd),this['update']({'attributes':_0xc08032});}['removeAttribute'](_0x374883){const _0x5cde90=wt(this['attributes']);Ct(_0x5cde90,_0x374883),this['update']({'attributes':_0x5cde90});}['remove'](_0x554986={}){if(!_0x554986['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x50d049,id:_0x17588d}=this;if(!this['_repository']['hasCommentThread'](_0x50d049))throw new _0x119dd1('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x21afb6}=this['_repository']['getCommentThread'](_0x50d049);this['_repository']['fire'](Nt('removeComment',_0x21afb6,_0x50d049),{'channelId':_0x21afb6,'threadId':_0x50d049,'commentId':_0x17588d,..._0x554986});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function Nt(_0x4c864a,..._0x8f694d){for(const _0xda15dd of _0x8f694d)void 0x0!==_0xda15dd&&(_0x4c864a+=':'+String(_0xda15dd));return _0x4c864a;}class Q extends _0x4b1078{['refresh'](){const _0x52d4cc=this['editor']['model']['document']['selection'];for(const _0x2accec of _0x52d4cc['getRanges']())if(this['_hasContent'](_0x2accec))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x5cdf8f=_0x256e05()}={}){const _0x5c0108=this['editor']['model'],_0x5817e0=[];for(const _0x254986 of _0x5c0108['document']['selection']['getRanges']())this['_hasContent'](_0x254986)&&_0x5817e0['push'](this['_trimToContent'](_0x254986));_0x5c0108['change'](_0x486e62=>{for(const _0x32b5cd of _0x5817e0){const _0x188723=_0x256e05()['substr'](0x1,0x5),_0x52ecd5='comment:'+_0x5cdf8f+':'+_0x188723;_0x486e62['addMarker'](_0x52ecd5,{'range':_0x32b5cd,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x4e81a8){for(const _0x59ed70 of _0x4e81a8['getItems']())if(this['_itemIsContent'](_0x59ed70))return!0x0;return!0x1;}['_itemIsContent'](_0x16754a){return _0x16754a['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x16754a)&&!_0x16754a['is']('element','tableCell');}['_trimToContent'](_0x18b548){const _0x1fda34=_0x58768c=>!this['_itemIsContent'](_0x58768c['item']),_0x15de97=_0x18b548['start']['getLastMatchingPosition'](_0x1fda34),_0x172e7b=_0x18b548['end']['getLastMatchingPosition'](_0x1fda34,{'direction':'backward'});return this['editor']['model']['createRange'](_0x15de97,_0x172e7b);}}class b extends _0x13d3e9{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[N];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x56cbcf){super(_0x56cbcf),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x2f408f=this['editor'],_0x47d2b9=_0x2f408f['model']['document']['selection'],_0x4ea19e=_0x43d40f(()=>this['refreshSelectedViews'](),0xa);_0x47d2b9['on']('change:range',(_0x38e508,_0x2d125d)=>{_0x2d125d['directChange']&&(_0x4ea19e['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x2f408f['editing']['view']['document'],'change:isFocused',(_0xafa3c2,_0x5d3193,_0x30ff74)=>{_0x30ff74&&_0x4ea19e();}),this['listenTo'](_0x2f408f['ui']['focusTracker'],'change:isFocused',(_0x2ade52,_0x82e287,_0x1d0acc)=>{_0x1d0acc||_0x2f408f['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x37c347=>this['_editorAnnotationsData']['has'](_0x37c347['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x495253){if(this['_editorAnnotations']['has'](_0x495253['view']))return;this['_editorAnnotations']['add'](_0x495253['view']),this['editor']['ui']['focusTracker']['add'](_0x495253['view']['element']);const _0x487b1b=this['editor']['plugins']['get'](N);this['listenTo'](_0x487b1b['collection'],'remove',(_0x906354,_0x96ef90)=>{this['editor']['ui']['focusTracker']['remove'](_0x96ef90['view']['element']),this['_editorAnnotations']['delete'](_0x96ef90['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x1dad5e){if('function'!=typeof _0x1dad5e)throw new _0x119dd1('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x1dad5e);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x416fad,annotations:_0x38a89f}){const _0x22fcdf=[],_0x2dbc7a=this['editor']['model']['document']['selection'],_0x4ee705=Array['from'](_0x2dbc7a['getRanges']());for(const [_0x6ec524,_0x54e782]of this['_editorAnnotationsData']){const _0x538777=_0x3bec95(_0x54e782),_0x28b379=_0x38a89f['getByInnerView'](_0x6ec524);_0x538777&&_0x28b379&&_0x22fcdf['push']({'annotation':_0x28b379,'range':_0x538777});}function _0x3bec95(_0x177910){for(const _0x4e3652 of _0x177910)for(const _0x262849 of _0x4ee705)if(_0x4e3652['containsRange'](_0x262849,!_0x2dbc7a['isCollapsed']))return _0x4e3652;return null;}return _0x22fcdf['sort']((_0x2ac85a,_0x166417)=>{const _0x19f5c5=_0x2ac85a['range'],_0xa74d0a=_0x166417['range'];if(!_0x19f5c5['isEqual'](_0xa74d0a)){if(_0x19f5c5['containsRange'](_0xa74d0a,!0x0))return 0x1;if(_0xa74d0a['containsRange'](_0x19f5c5,!0x0))return-0x1;}return _0x2ac85a['annotation']==_0x416fad?-0x1:_0x166417['annotation']==_0x416fad?0x1:0x0;})['map'](_0x289483=>_0x289483['annotation']);}get['_editorAnnotationsData'](){const _0x360f96=new Map();for(const _0x3120fa of Array['from'](this['_dataCollectors']))for(const [_0x3734e5,_0x52a3f9]of _0x3120fa())_0x360f96['set'](_0x3734e5,_0x52a3f9);return _0x360f96;}}class ct extends _0x13d3e9{['afterInit'](){const _0x2b9abb=this['editor'];if(!_0x2b9abb['plugins']['has']('RestrictedEditingModeEditing'))return;_0x2b9abb['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class mt extends _0x13d3e9{constructor(_0x482b26){super(_0x482b26),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x93c215=this['editor'],_0x2bd4ea=_0x93c215['commands']['get']('importWord'),_0x4735fe=_0x93c215['plugins']['get'](at);_0x2bd4ea&&(_0x2bd4ea['on']('execute',(_0x308c92,[,_0x431985])=>{_0x431985['collaboration_features']={'comments':!0x0,'user_id':_0x4735fe['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x2bd4ea,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x7d4bed,_0x531907){const {comment_threads:_0x373bf6}=_0x531907;_0x373bf6&&_0x373bf6['forEach'](({thread_id:_0x1bb5e7,comments:_0x324361,is_resolved:_0xe24b35})=>{const _0x201bec=new Date(),_0x24cb55=_0x324361['map'](({author:_0x282229,content:_0x2a0480,created_at:_0x3728c6})=>({'content':_0x2a0480,'authorId':this['editor']['plugins']['get'](at)['me']['id'],'createdAt':_0x201bec,'attributes':{'@external':{'authorName':_0x282229,'createdAt':_0x3728c6?new Date(_0x3728c6):new Date(),'source':'importWord'}}})),_0x380ec7=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x380ec7,'threadId':_0x1bb5e7,'comments':_0x24cb55,'resolvedAt':_0xe24b35?_0x201bec:null});});}}class dt extends _0x13d3e9{constructor(_0x1c6ac2){super(_0x1c6ac2),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x33bca8=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x33bca8,'contentInsertion',(_0x206f9c,_0x3b4a65)=>this['_removeMarkersWithoutThreads'](_0x3b4a65['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x2bd366){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x2bd366;const _0xaf42fd=this['editor']['plugins']['get']('CommentsRepository');for(const _0x17946b of _0x2bd366['keys']()){const [_0x264074,_0x546047]=_0x17946b['split'](':');'comment'!=_0x264074||_0xaf42fd['hasCommentThread'](_0x546047)||_0x2bd366['delete'](_0x17946b);}return _0x2bd366;}['_registerMarkerInClipboardPipeline'](){const _0x2dff66=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0xd9a643=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0xd9a643&&_0x2dff66['_registerMarkerToCopy']('comment',_0xd9a643);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x21c32c){switch(_0x21c32c){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}class r extends _0x13d3e9{static get['requires'](){return[m,b,at,ct,mt,dt];}static get['pluginName'](){return'CommentsEditing';}constructor(_0xc406d3){super(_0xc406d3),this['set']('isThreadsLoadingPaused',!0x0),_0xc406d3['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x571824,_0x523ef6,_0x14db3d,_0xe04e1c)=>{const _0x7b8a80=_0x14db3d?ne(_0x14db3d)['id']:null;if(_0xc406d3['model']['change'](()=>{if(_0x7b8a80){const _0x225eff=this['getAllMarkersForId'](_0x7b8a80);for(const _0x1dde7f of _0x225eff)_0xc406d3['editing']['reconvertMarker'](_0x1dde7f);}if(_0xe04e1c){const {id:_0x13d3c7}=ne(_0xe04e1c),_0x1dedfb=this['getAllMarkersForId'](_0x13d3c7);for(const _0x5f4dfb of _0x1dedfb)_0xc406d3['editing']['reconvertMarker'](_0x5f4dfb);}}),_0x7b8a80){const _0x46d6a9=_0xc406d3['plugins']['get'](m)['getCommentThread'](_0x7b8a80);_0x46d6a9&&_0x46d6a9['isResolved']&&this['scrollToThreadMarker'](_0x7b8a80);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x5d55d3=this['editor'],_0x28cb37=_0x5d55d3['plugins']['get'](m),_0x247669=_0x5d55d3['config']['get']('collaboration.channelId');_0x5d55d3['commands']['add']('addCommentThread',new Q(_0x5d55d3)),this['listenTo'](_0x5d55d3,'change:isReadOnly',(_0x5a1233,_0xbdd775,_0xbc6eea)=>{_0x28cb37['switchReadOnly'](_0xbc6eea,_0x5d55d3['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x28cb37,ht('addCommentThread',_0x247669),(_0x3a104c,{threadId:_0x4781cd})=>{const _0x201430=this['editor']['plugins']['get'](m)['getCommentThread'](_0x4781cd);_0x201430&&_0x201430['unlinkedAt']&&this['_attachArchivedThread'](_0x4781cd);}),this['listenTo'](_0x28cb37,ht('removeCommentThread',_0x247669),(_0x4d393e,{threadId:_0x4916c6})=>{_0x5d55d3['model']['enqueueChange']({'isUndoable':!0x1},_0x4b21b8=>{const _0x4a726a=this['getAllMarkersForId'](_0x4916c6);for(const _0x1af739 of _0x4a726a)_0x4b21b8['removeMarker'](_0x1af739);});}),this['listenTo'](_0x28cb37,ht('resolveCommentThread',_0x247669),(_0x5cae70,{threadId:_0x4e75c3})=>{(this['_reconvertMarkers'](_0x4e75c3),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x4e75c3)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x28cb37,ht('reopenCommentThread',_0x247669),(_0x46bb64,{threadId:_0x34da03})=>{this['_reconvertMarkers'](_0x34da03);},{'priority':'low'}),this['listenTo'](_0x28cb37,ht('addComment',_0x247669),(_0x471f57,{threadId:_0x2cf5cf,isFromAdapter:_0x5e5a58})=>{const _0x259d28=this['getAllMarkersForId'](_0x2cf5cf);if(_0x5e5a58||0x0==_0x259d28['length']||!_0x28cb37['hasCommentThread'](_0x2cf5cf))return;0x1===_0x28cb37['getCommentThread'](_0x2cf5cf)['length']&&_0x5d55d3['model']['enqueueChange']({'isUndoable':!0x1},_0x42a71a=>{for(const _0x4e0a8a of _0x259d28)_0x42a71a['updateMarker'](_0x4e0a8a,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x979ac0=this['editor']['plugins']['get'](m),_0x483498=this['editor']['config']['get']('collaboration.channelId');for(const _0x1dcc92 of _0x979ac0['getCommentThreads']({'channelId':_0x483498}))_0x979ac0['_detachCommentThread'](_0x1dcc92['id']),_0x979ac0['_threads']['delete'](_0x1dcc92['id']);super['destroy']();}['hasMarkerForId'](_0x402361){return this['getAllMarkersForId'](_0x402361)['length']>0x0;}['getAllMarkersForId'](_0x3e272f){const _0x5bbc66=[];for(const _0x1c7089 of this['editor']['model']['markers'])_0x1c7089['name']['startsWith']('comment:'+_0x3e272f)&&_0x5bbc66['push'](_0x1c7089);return _0x5bbc66;}['scrollToThreadMarker'](_0x22fd33){const _0x139293=this['_getTargetForId'](_0x22fd33);_0x139293&&setTimeout(()=>{this['activeMarker']&&ne(this['activeMarker'])['id']===_0x22fd33&&rt({'target':_0x139293[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0xf003a0){this['editor']['model']['change'](()=>{for(const _0x549a0c of this['getAllMarkersForId'](_0xf003a0))this['editor']['editing']['reconvertMarker'](_0x549a0c);});}['_attachArchivedThread'](_0x41189d){const _0x2d186d=this['editor']['plugins']['get'](m),_0x47e682=this['editor']['plugins']['get'](b),_0x59c04d=_0x2d186d['getCommentThread'](_0x41189d);if(!_0x59c04d['isAttached']){const _0x1faae0=_0x59c04d['attachTo'](()=>this['_getTargetForId'](_0x59c04d['id']));_0x47e682['registerAnnotation'](_0x1faae0),_0x59c04d['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x218f4f=this['editor'],_0x5202f0=_0x218f4f['plugins']['get'](at);_0x218f4f['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x5734b9,_0x498b7e)=>{const {id:_0x1d242d}=ne(_0x5734b9['markerName']),_0x458880=_0x218f4f['plugins']['get'](m)['getCommentThread'](_0x1d242d),_0x48e0c5=this['activeMarker']&&ne(this['activeMarker'])['id']===_0x1d242d;let _0x55bb92;if(_0x458880&&_0x458880['isResolved']&&!_0x48e0c5&&_0x5734b9['item'])return _0x498b7e['consumable']['consume'](_0x5734b9['item'],'addMarker:'+_0x5734b9['markerName']),_0x498b7e['consumable']['consume'](_0x5734b9['item'],'removeMarker:'+_0x5734b9['markerName']),null;const _0x355c00=['ck-comment-marker'];return _0x48e0c5&&_0x355c00['push']('ck-comment-marker--active'),_0x55bb92=_0x458880&&_0x458880['length']?_0x458880['comments']['first']['author']['id']:_0x5202f0['me']['id'],{'classes':_0x355c00,'attributes':{'data-comment':_0x1d242d,'data-author-id':_0x55bb92}};}}),_0x218f4f['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x28fe14,{options:_0x1f4cd2})=>{const _0x4ca30b=_0x218f4f['plugins']['get'](m),_0x553719=_0x218f4f['model']['markers']['get'](_0x28fe14),{id:_0x1486d8,part:_0x303171}=ne(_0x28fe14);if(_0x553719&&!_0x553719['affectsData'])return null;if(_0x1f4cd2['ignoreResolvedComments']){const _0x38de80=_0x4ca30b['getCommentThread'](_0x1486d8);if(_0x38de80&&_0x38de80['isResolved'])return null;}return{'group':'comment','name':_0x303171?_0x1486d8+':'+_0x303171:_0x1486d8};}}),_0x218f4f['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x345653,{writer:_0x362127})=>_0x362127['createElement']('$marker',{'data-name':'comment:'+_0x345653['getAttribute']('id')})}),_0x218f4f['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x1b2821=this['editor'],_0x2b92e4=_0x1b2821['plugins']['get'](m),_0x48c586=new Set(),_0x4ee3c9=new Set();_0x1b2821['model']['document']['registerPostFixer'](_0x26dbcb=>{let _0x3f73ef=!0x1;for(const {name:_0x30513e,data:_0x2164e7}of _0x1b2821['model']['document']['differ']['getChangedMarkers']()){const {group:_0x4fd9d7,id:_0x770117}=ne(_0x30513e);let _0x5bc53e=_0x2164e7['newRange'];if('comment'!==_0x4fd9d7||!_0x5bc53e)continue;const _0x243ab8='$graveyard'===_0x5bc53e['root']['rootName'];_0x243ab8||(_0x5bc53e=lt(_0x5bc53e,_0x1b2821['model']),!_0x5bc53e||_0x5bc53e['isCollapsed']||!_0x2164e7['newRange']||_0x5bc53e['isEqual'](_0x2164e7['newRange']))?_0x1b2821['model']['hasContent'](_0x5bc53e)&&!_0x243ab8?this['isThreadsLoadingPaused']?_0x48c586['add'](_0x30513e):this['_handleThreadMarker'](_0x30513e,_0x770117):(_0x4ee3c9['add'](_0x30513e),_0x48c586['delete'](_0x30513e),_0x26dbcb['removeMarker'](_0x30513e),_0x3f73ef=!0x0):(_0x26dbcb['updateMarker'](_0x30513e,{'range':_0x5bc53e}),_0x3f73ef=!0x0);}return _0x3f73ef;}),this['on']('change:isThreadsLoadingPaused',(_0x43d526,_0x547830,_0x20d946)=>{if(!_0x20d946&&_0x48c586['size'])for(const _0x55dfbe of _0x48c586){const {id:_0x24e2cb}=ne(_0x55dfbe);_0x48c586['delete'](_0x55dfbe),_0x1b2821['model']['markers']['get'](_0x55dfbe)&&this['_handleThreadMarker'](_0x55dfbe,_0x24e2cb);}}),this['listenTo'](_0x1b2821['model']['document'],'change',(_0x4e2f9b,_0x4bca76)=>{for(const {name:_0x37acd9,data:{newRange:_0x4bd988}}of _0x1b2821['model']['document']['differ']['getChangedMarkers']()){const {group:_0x19cccc,id:_0x2d791c}=ne(_0x37acd9);if('comment'!==_0x19cccc)continue;const _0x10e548=_0x2b92e4['getCommentThread'](_0x2d791c),_0x507da7=this['hasMarkerForId'](_0x2d791c);_0x10e548&&(!_0x10e548['_hasTargetInContent']&&_0x4bd988&&_0x1b2821['editing']['view']['once']('render',()=>{const _0x34ccb7=_0x1b2821['plugins']['get'](N),_0x4f3c83=_0x2b92e4['_threadToController']['get'](_0x10e548)['view'];_0x34ccb7['getByInnerView'](_0x4f3c83)['refreshVisibility']();},{'priority':'low'}),_0x10e548['_hasTargetInContent']=_0x507da7||!!_0x4bd988),_0x4bd988||(_0x4ee3c9['add'](_0x37acd9),_0x48c586['delete'](_0x37acd9));}if(_0x4bca76['isLocal'])for(const _0x133f39 of _0x4ee3c9){const {id:_0x22e206}=ne(_0x133f39),_0x31d0ff=_0x2b92e4['getCommentThread'](_0x22e206),_0x46323c=this['hasMarkerForId'](_0x22e206);_0x48c586['delete'](_0x133f39),!_0x31d0ff||_0x46323c||_0x31d0ff['unlinkedAt']||_0x31d0ff['setUnlinkedAt'](new Date());}_0x4ee3c9['clear']();});}['_getTargetForId'](_0x1b5e2c){const _0x4751a5=this['editor'],_0x2ddc62=this['getAllMarkersForId'](_0x1b5e2c);return nt(_0x4751a5['editing'],_0x2ddc62);}['_getTextContext'](_0x436647){const _0xbfc6e6=this['getAllMarkersForId'](_0x436647);let _0xf28be7='',_0x3d5cf7=!0x1;for(const _0x2368d9 of _0xbfc6e6){const _0x33c2c1=_0x2368d9['getRange']();for(const _0x20ce6b of Array['from'](_0x33c2c1['getItems']()))_0x20ce6b['is']('$textProxy')?(_0xf28be7&&_0x3d5cf7&&(_0xf28be7+='\x20',_0x3d5cf7=!0x1),_0xf28be7+=_0x20ce6b['data']):_0x3d5cf7=!0x0;_0x3d5cf7=!0x0;}return _0xf28be7['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x4e589f,_0xe3014){const _0x30e74a=this['editor'],_0x38aba6=_0x30e74a['plugins']['get'](m);let _0x4a5c20=_0x38aba6['getCommentThread'](_0xe3014);const _0x2df0d5=_0x30e74a['config']['get']('collaboration.channelId'),_0x1c2523=_0x30e74a['plugins']['get'](b);if(_0x4a5c20&&(_0x4a5c20['unlinkedAt']&&_0x4a5c20['setUnlinkedAt'](null),_0x4a5c20['isAttached']))return _0x4a5c20;return!this['getAllMarkersForId'](_0xe3014)[0x0]['managedUsingOperations']?_0x30e74a['editing']['view']['once']('render',()=>{if(_0x38aba6['getCommentThread'](_0xe3014))return;const _0x36e3cb=_0x30e74a['plugins']['get'](N);_0x4a5c20=_0x38aba6['openNewCommentThread']({'channelId':_0x2df0d5,'threadId':_0xe3014,'target':()=>this['_getTargetForId'](_0xe3014),'context':{'type':'text','value':this['_getTextContext'](_0xe3014)}});const _0x1aa391=_0x38aba6['_threadToController']['get'](_0x4a5c20)['view'],_0x244b68=_0x36e3cb['getByInnerView'](_0x1aa391);_0x244b68&&_0x1c2523['registerAnnotation'](_0x244b68);},{'priority':'low'}):_0x38aba6['fetchCommentThread']({'channelId':_0x2df0d5,'threadId':_0xe3014})['then'](_0x26cd90=>{if('destroyed'!==_0x30e74a['state']){if(_0x4a5c20=_0x26cd90,_0x4a5c20&&!_0x4a5c20['isAttached']){const _0x459a97=_0x4a5c20['attachTo'](()=>this['_getTargetForId'](_0xe3014));_0x1c2523['registerAnnotation'](_0x459a97),_0x4a5c20['isResolved']&&this['_reconvertMarkers'](_0xe3014);}else{if(!_0x4a5c20){const _0x4514e5=this['getAllMarkersForId'](_0xe3014);_0x30e74a['model']['change'](_0xc26945=>{for(const _0x119299 of _0x4514e5)_0xc26945['removeMarker'](_0x119299);});}}}}),_0x4a5c20;}['_handleThreadMarker'](_0x46f0f5,_0x39ca98){const _0x46d939=this['_attachMarkerToThread'](_0x46f0f5,_0x39ca98);_0x46d939&&!_0x46d939['context']&&_0x46d939['setContext']({'type':'text','value':this['_getTextContext'](_0x39ca98)});}['_initAriaMarkerChangeAnnouncements'](){const _0x59101a=this['editor'];ot(_0x59101a['model'],({left:_0x541b75,entered:_0x3ec84f})=>{for(const _0x4c42e2 of _0x541b75)if(ft(_0x4c42e2)){_0x59101a['ui']['ariaLiveAnnouncer']['announce'](S(_0x59101a['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x27d7d4 of _0x3ec84f)if(ft(_0x27d7d4)){_0x59101a['ui']['ariaLiveAnnouncer']['announce'](S(_0x59101a['locale'],'ENTER_COMMENT_ANNOUNCEMENT',et(te)));break;}});}}function ht(_0x105da6,_0x2c56a6){return _0x2c56a6?_0x105da6+':'+_0x2c56a6:_0x105da6;}function ne(_0x1baf3a){const _0x251a0d=_0x1baf3a['split'](':');return{'group':_0x251a0d[0x0],'id':_0x251a0d[0x1],'part':_0x251a0d[0x2]};}function lt(_0x524e73,_0x1bbf41){const _0x1d5884=_0x1bbf41['schema'],_0x529631=_0x1bbf41['createRange'](_0x524e73['start']);for(const _0x447518 of _0x524e73['getWalker']()){const {type:_0x40b46f,item:_0x57909a,nextPosition:_0x506664}=_0x447518;if('text'===_0x40b46f||_0x1d5884['isObject'](_0x57909a)){const _0x4b8730=_0x1bbf41['createPositionBefore'](_0x57909a);_0x529631['isCollapsed']&&(_0x529631['start']=_0x4b8730),_0x529631['end']=_0x506664;}}return _0x529631;}function ft(_0x3a2bd9){return'comment'===ne(_0x3a2bd9['name'])['group'];}var $t='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M4\x201.5h12A3.5\x203.5\x200\x200\x201\x2019.5\x205v8l-.005.192a3.5\x203.5\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.371-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.271-2.63l-.062-.07H4A3.5\x203.5\x200\x200\x201\x20.5\x2013V5A3.5\x203.5\x200\x200\x201\x204\x201.5ZM4\x203a2\x202\x200\x200\x200-2\x202v8a2\x202\x200\x200\x200\x202\x202h6.924a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L14.962\x2015H16a2\x202\x200\x200\x200\x202-2V5a2\x202\x200\x200\x200-2-2H4Z\x22/><path\x20d=\x22M9.75\x205a.75.75\x200\x200\x200-.75.75v2.5H6.5a.75.75\x200\x200\x200\x200\x201.5H9v2.5a.75.75\x200\x200\x200\x201.5\x200v-2.5H13a.75.75\x200\x200\x200\x200-1.5h-2.5v-2.5A.75.75\x200\x200\x200\x209.75\x205Z\x22/></svg>\x0a';class s extends _0x13d3e9{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,b,N];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return kt;}['init'](){const _0x372519=this['editor'],_0x26d4f1=_0x372519['plugins']['get'](m),_0x267671=_0x372519['plugins']['get'](r),_0x3c7129=_0x372519['plugins']['get'](N),_0x1e0a9a=_0x372519['plugins']['get'](b);_0x372519['ui']['componentFactory']['add']('comment',()=>{const _0x291552=this['_createUIButton'](_0x31e2fc);return _0x291552['tooltip']=!0x0,_0x291552;}),_0x372519['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x4d1474)),_0x1e0a9a['addSourceCollector'](()=>{const _0x524ffa=[];for(const [_0x3400eb,_0x457e74]of _0x26d4f1['_threadToController']){const _0x68fd92=_0x267671['getAllMarkersForId'](_0x3400eb['id']),_0x4489e4=_0x68fd92['map'](_0x47f36e=>_0x47f36e['getRange']());_0x68fd92['length']>0x0&&_0x524ffa['push']([_0x457e74['view'],_0x4489e4]);}return _0x524ffa;}),this['listenTo'](_0x3c7129,'change:activeAnnotations',(_0xd99c34,_0x4c991b,_0x45efad)=>{const _0x2b2fba=Array['from'](_0x45efad)['map'](_0x5704c7=>_0x5704c7['innerView'])['find'](_0x17c78d=>_0x26d4f1['_viewToController']['has'](_0x17c78d));if(!_0x2b2fba)return void(_0x267671['activeMarker']=null);const _0x4047cf=_0x26d4f1['_viewToController']['get'](_0x2b2fba)['model']['id'],_0xfbbf27='comment:'+_0x4047cf;_0x4047cf&&_0x267671['hasMarkerForId'](_0x4047cf)?_0x267671['activeMarker']=_0xfbbf27:_0x267671['activeMarker']&&(_0x267671['activeMarker']=null);}),this['listenTo'](_0x26d4f1,'removeCommentThread',(_0x499637,{threadId:_0x6a3b04,isFromAdapter:_0x4da37a})=>{!_0x4da37a&&_0x372519['ui']['focusTracker']['isFocused']&&_0x267671['hasMarkerForId'](_0x6a3b04)&&_0x372519['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x26d4f1,'addComment',(_0x3d4651,{threadId:_0x2f1856,isFromAdapter:_0x541556})=>{if(_0x541556||!_0x267671['hasMarkerForId'](_0x2f1856)||!_0x26d4f1['hasCommentThread'](_0x2f1856))return;0x1===_0x26d4f1['getCommentThread'](_0x2f1856)['length']&&(_0x372519['editing']['view']['focus'](),_0x3d4651['stop']());},{'priority':'low'});}['_createUIButton'](_0x1d73d8){const _0x189fa3=this['editor'],_0x4fa5b5=new _0x1d73d8(_0x189fa3['locale']),_0x44bfbf=_0x189fa3['commands']['get']('addCommentThread');return _0x4fa5b5['set']({'label':S(_0x189fa3['locale'],'Comment'),'icon':$t}),_0x4fa5b5['bind']('isEnabled')['to'](_0x44bfbf),this['listenTo'](_0x4fa5b5,'execute',()=>_0x44bfbf['execute']()),_0x4fa5b5;}}class e extends _0x13d3e9{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x585b68){super(_0x585b68),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x5484b4,_0x5d5e01,_0x4d6c09)=>{_0x4d6c09?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x102e43,_0x412d9c]of this['editor']['commands'])_0x412d9c['affectsData']&&'addCommentThread'!==_0x102e43&&_0x412d9c['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x51db19=this['editor']['editing']['view']['document'];this['listenTo'](_0x51db19,'cut',_0xbda8ed=>_0xbda8ed['stop'](),{'priority':'highest'}),this['listenTo'](_0x51db19,'clipboardInput',_0x3e280e=>_0x3e280e['stop'](),{'priority':'highest'}),this['listenTo'](_0x51db19,'delete',_0x5c3aee=>_0x5c3aee['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x55efb9,_0x1d62ca]of this['editor']['commands'])_0x1d62ca['affectsData']&&'addCommentThread'!==_0x55efb9&&_0x1d62ca['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class M extends _0x4a4ea1{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[N];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x295316){super(_0x295316),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x2a2441=this['context']['plugins']['get'](N);this['listenTo'](_0x2a2441,'_activateAnnotation',(_0x128934,_0x5c0151)=>{for(const _0x2f58b4 of this['activeUIs']){const _0x4787dc=this['_uis']['get'](_0x2f58b4);(0x0,this['_uisData']['get'](_0x2f58b4)['filter'])(_0x5c0151)&&_0x4787dc['setActiveAnnotation'](_0x5c0151);}}),this['listenTo'](_0x2a2441,'_deactivateAllAnnotations',()=>{for(const _0x3cd56d of this['activeUIs']){this['_uis']['get'](_0x3cd56d)['setActiveAnnotation'](null);}}),this['listenTo'](_0x2a2441['_visibleAnnotations'],'add',(_0x26e452,_0x5f1422)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x5f1422);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x455f4f){return this['activeUIs']['has'](_0x455f4f);}['activate'](_0x593261,_0x1e8e40=()=>!0x0){const _0xed9624=this['context']['plugins']['get'](N);if(!this['_uis']['has'](_0x593261))throw new _0x119dd1('annotationsuis-missing-ui',this,{'uiName':_0x593261});this['isActive'](_0x593261)&&this['deactivate'](_0x593261),this['activeUIs']['add'](_0x593261);const _0xd06ba8=new x();!function({source:_0x4bfb6c,target:_0x4e8048,filter:_0x3e4008}){for(const _0x4834b7 of _0x4bfb6c)_0x3e4008(_0x4834b7)&&_0x4e8048['add'](_0x4834b7);_0x4e8048['listenTo'](_0x4bfb6c,'add',(_0x3e71d8,_0x371f10)=>{_0x3e4008(_0x371f10)&&_0x4e8048['add'](_0x371f10);}),_0x4e8048['listenTo'](_0x4bfb6c,'remove',(_0x56a2ca,_0xbba43f)=>{_0x4e8048['has'](_0xbba43f)&&_0x4e8048['remove'](_0xbba43f);});}({'source':_0xed9624['_visibleAnnotations'],'target':_0xd06ba8,'filter':_0x1e8e40}),this['_uisData']['set'](_0x593261,{'collection':_0xd06ba8,'filter':_0x1e8e40});const _0x5745c0=this['_uis']['get'](_0x593261);_0x5745c0['attach'](_0xd06ba8),this['listenTo'](_0x5745c0,'change:activeAnnotation',(_0xcecb6e,_0x4b9b74,_0x3c4bf6,_0x208203)=>{_0x208203&&_0xed9624['_removeActiveAnnotation'](_0x208203),_0x3c4bf6&&_0xed9624['_addActiveAnnotation'](_0x3c4bf6);});}['deactivate'](_0x4ceb80){if(this['activeUIs']['delete'](_0x4ceb80),!this['_uis']['has'](_0x4ceb80))throw new _0x119dd1('annotationsuis-missing-ui',this,{'uiName':_0x4ceb80});const _0x40208c=this['_uis']['get'](_0x4ceb80);_0x40208c['detach'](),this['stopListening'](_0x40208c),this['_uisData']['get'](_0x4ceb80)['collection']['destroy'](),this['_uisData']['delete'](_0x4ceb80);}['switchTo'](_0xba71eb){if(!this['_uis']['has'](_0xba71eb))throw new _0x119dd1('annotationsuis-missing-ui',this,{'uiName':_0xba71eb});const _0x41cc60=this['context']['plugins']['get'](N),_0x7258c8=Array['from'](_0x41cc60['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0xba71eb);const _0x5b7413=this['_uis']['get'](_0xba71eb);_0x5b7413['setActiveAnnotation'](_0x7258c8),_0x5b7413['_setSelectedAnnotations']&&_0x7258c8&&_0x5b7413['_setSelectedAnnotations']([_0x7258c8]);}['deactivateAll'](){for(const _0x3b191c of this['activeUIs'])this['deactivate'](_0x3b191c);}['register'](_0x36ccbc,_0x57f8fc){if(this['_uis']['has'](_0x36ccbc))throw new _0x119dd1('annotationsuis-register-already-registered');if('function'!=typeof _0x57f8fc['attach']||'function'!=typeof _0x57f8fc['detach']||'function'!=typeof _0x57f8fc['setActiveAnnotation'])throw new _0x119dd1('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x36ccbc,_0x57f8fc);}['refilterAnnotations'](){const _0x381b72=this['context']['plugins']['get'](N)['collection'],_0x33e822=new Map(),_0xa48b52=Array['from'](this['activeUIs']);for(const _0x143084 of this['activeUIs']){const _0x3a9267=this['_uisData']['get'](_0x143084)['collection'];for(const _0x4446a1 of _0x3a9267)_0x33e822['set'](_0x4446a1,_0x143084);}for(const _0x1832b0 of _0x381b72){const _0x58cf73=_0x33e822['get'](_0x1832b0);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x1832b0);const _0x3c2cdd=_0xa48b52['find'](_0x26a0df=>this['_uisData']['get'](_0x26a0df)['filter'](_0x1832b0));_0x58cf73!==_0x3c2cdd&&(_0x58cf73&&this['_uisData']['get'](_0x58cf73)['collection']['remove'](_0x1832b0),_0x3c2cdd&&this['_uisData']['get'](_0x3c2cdd)['collection']['add'](_0x1832b0));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x8a7473){const _0x138cd8=[];for(const _0xeef20 of this['activeUIs']){(0x0,this['_uisData']['get'](_0xeef20)['filter'])(_0x8a7473)&&_0x138cd8['push'](_0xeef20);}if(_0x138cd8['length']>0x1)throw new _0x119dd1('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x138cd8,'annotationType':_0x8a7473['type']});}}const oe=Ht('px');class V extends Dt{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x41367c){super(_0x41367c);const _0xa73778=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 _0x3e5960(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0xa73778['to']('class')],'style':{'minHeight':_0xa73778['to']('minHeight',_0x5ceaf8=>'number'==typeof _0x5ceaf8?oe(_0x5ceaf8+0xa):null)},'dir':_0x41367c['uiLanguageDirection'],'role':'application','aria-label':S(_0x41367c,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':S(_0x41367c,'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',_0x5d1a29=>{this['_updateItemPositionInFocusables'](_0x5d1a29['source']);}),this['list']['forEach'](_0x276dd4=>{this['focusTracker']['add'](_0x276dd4['element']),this['_updateItemPositionInFocusables'](_0x276dd4);}),this['list']['on']('change',(_0x3c4d8f,_0x1df9dc)=>{for(const _0x559a1d of _0x1df9dc['removed'])this['focusTracker']['remove'](_0x559a1d['element']),this['focusables']['remove'](_0x559a1d);for(const _0x5d081b of _0x1df9dc['added'])this['focusTracker']['add'](_0x5d081b['element']),this['_updateItemPositionInFocusables'](_0x5d081b);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x502c42){const _0x3d76ba=this['focusables']['getIndex'](_0x502c42);let _0xf5977c,_0x4afba2;for(const _0x3d2f25 of this['focusables'])if(_0x502c42['top']<_0x3d2f25['top']){_0xf5977c=_0x3d2f25;break;}if(_0x4afba2=_0xf5977c?this['focusables']['getIndex'](_0xf5977c):this['focusables']['length'],-0x1!==_0x3d76ba){if(_0x3d76ba===_0x4afba2-0x1)return;this['focusables']['remove'](_0x502c42),_0x4afba2=_0xf5977c?this['focusables']['getIndex'](_0xf5977c):this['focusables']['length'];}this['focusables']['add'](_0x502c42,_0x4afba2);}}const qt=Ht('px');class H extends Dt{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x27daa9){super(_0x27daa9),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x974c13,_0x5904fb)=>_0x974c13+_0x5904fb),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=J(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x4c1325=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x4c1325['to']('isAnimationDisabled',_0x2a1d13=>_0x2a1d13?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x4c1325['to']('top',_0x1dfdde=>qt(_0x1dfdde))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x8726a9=this['element']['clientHeight'];_0x8726a9&&(this['height']=_0x8726a9);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class D extends _0x4a4ea1{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x46ecd9){super(_0x46ecd9),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 _0x5926ef=this['context']['config']['get']('sidebar.container');_0x5926ef&&this['setContainer'](_0x5926ef);}['setContainer'](_0x3b0f2c){if(!y(_0x3b0f2c))throw new _0x119dd1('sidebar-setcontainer-invalid-element');this['container']=_0x3b0f2c;}['_attachToContainer']({viewClass:_0xa2a940='',spaceBetweenItems:_0x44d596=0x19}={}){if(!y(this['container']))throw new _0x119dd1('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0xa2a940,this['_spaceBetweenItems']=_0x44d596;}['rearrange']({removedAnnotation:_0x5dbe18,previousAnnotation:_0x3219f0,nextAnnotation:_0x438df9}){const _0x212589=this['getSidebarItemView'](_0x5dbe18);this['view']['list']['remove'](_0x212589),this['_destroySidebarItemView'](_0x5dbe18),_0x3219f0&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x3219f0)),_0x438df9&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x438df9)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x35babe,activatedAnnotation:_0x44395a,disableAnimationOnActivatedAnnotation:_0x28240c}){if(this['_activeAnnotation']=_0x44395a,_0x35babe){_0x35babe['isActive']=!0x1;const _0x5b1ae6=this['getSidebarItemView'](_0x35babe);_0x5b1ae6&&_0x28240c&&(_0x5b1ae6['isAnimationDisabled']=!0x1);}if(_0x44395a){const _0x5fb1e0=this['getSidebarItemView'](_0x44395a);_0x5fb1e0&&(_0x44395a['isActive']=!0x0,_0x28240c&&(_0x5fb1e0['isAnimationDisabled']=!0x0,_0x5fb1e0['top']+=0x1),this['_alignToTargetRect'](_0x5fb1e0));}}['_detachFromContainer'](_0x1ec881){if(this['view']['element']['remove'](),_0x1ec881){for(const _0x28d4bc of _0x1ec881)this['_destroySidebarItemView'](_0x28d4bc);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x1b93a6,_0x19e97a){_0x19e97a||(_0x19e97a=_0x1b93a6['view']);const _0xd7a524=new H(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0xd7a524,_0x1b93a6),this['_annotationToSidebarItemView']['set'](_0x1b93a6,_0xd7a524),_0xd7a524['content']['add'](_0x19e97a),this['listenTo'](_0x1b93a6['view'],'change:targetRect',(_0x834ff2,_0x5f4e98,_0x197cd5)=>{const _0x18a11b=this['_getTargetTop'](_0x1b93a6,_0x197cd5);_0xd7a524['_targetTop']!=_0x18a11b&&(_0xd7a524['_targetTop']=_0x18a11b,this['_setItemTop'](_0xd7a524,_0x18a11b));}),this['listenTo'](_0xd7a524,'change:top',()=>{this['_recalculate'](_0xd7a524,'top');}),this['listenTo'](_0xd7a524,'change:bottom',()=>{this['_recalculate'](_0xd7a524,'bottom');}),this['_alignToTargetRect'](_0xd7a524);const _0x10b901=this['_getItemBefore'](_0xd7a524);if(_0x10b901)this['_alignAfterItem'](_0x10b901,_0xd7a524)||this['_alignToTargetRect'](_0xd7a524);else this['_alignToTargetRect'](_0xd7a524);return this['_updateLastItem'](),this['view']['list']['add'](_0xd7a524),_0xd7a524;}['_alignForTopChange'](_0x2458be){if(!_0x2458be['content']['length'])return;const _0x31ae19=this['_getItemBefore'](_0x2458be);if(!_0x31ae19)return;const _0x328391=this['_sidebarItemViewToAnnotation']['get'](_0x31ae19),_0x1f3d72=this['_activeAnnotation'];_0x1f3d72&&_0x1f3d72===_0x328391?this['_alignAfterItem'](_0x31ae19,_0x2458be):this['_alignBeforeItem'](_0x2458be,_0x31ae19);}['_alignForBottomChange'](_0x585b10){if(!_0x585b10['content']['length'])return;const _0x1bb77f=this['_getItemAfter'](_0x585b10);if(!_0x1bb77f)return;const _0x3e0cdb=this['_sidebarItemViewToAnnotation']['get'](_0x1bb77f),_0x56f3cb=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x440747=this['_activeAnnotation'];_0x440747&&_0x440747===_0x3e0cdb&&_0x56f3cb?(this['_alignBeforeItem'](_0x1bb77f,_0x585b10),this['_alignAfterItem'](_0x585b10,_0x1bb77f)):_0x440747&&_0x440747===_0x3e0cdb?this['_alignBeforeItem'](_0x1bb77f,_0x585b10):this['_alignAfterItem'](_0x585b10,_0x1bb77f);}['_recalculate'](_0x3fb30f,_0x4adb50){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x48c7a,changedProp:_0x48905b}of this['_recalculateBuffer'])'top'===_0x48905b?this['_alignForTopChange'](_0x48c7a):this['_alignForBottomChange'](_0x48c7a);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x3fb30f,'changedProp':_0x4adb50});}['getSidebarItemView'](_0x30451d){return this['_annotationToSidebarItemView']['get'](_0x30451d);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x5d0ca7){const _0x17ed2b=this['getSidebarItemView'](_0x5d0ca7);this['stopListening'](_0x17ed2b),this['stopListening'](_0x5d0ca7['view']),_0x17ed2b['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x5d0ca7),this['_sidebarItemViewToAnnotation']['delete'](_0x17ed2b);}['_createSidebarView'](){const _0x27c1fa=new V(this['context']['locale']);return _0x27c1fa['render'](),this['on']('change:_lastItem',(_0x5079d2,_0x451840,_0x140b4e,_0x3528e3)=>{_0x3528e3&&_0x27c1fa['unbind']('minHeight'),_0x140b4e?_0x27c1fa['bind']('minHeight')['to'](_0x140b4e,'bottom'):_0x27c1fa['minHeight']=null;}),_0x27c1fa;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x1048f8){const _0x222b5f=this['_sidebarItemViewToAnnotation']['get'](_0x1048f8),_0x54f113=_0x222b5f&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x222b5f)-0x1);return _0x54f113&&this['getSidebarItemView'](_0x54f113)||null;}['_getItemAfter'](_0x5ac5b4){const _0x2c0f10=this['_sidebarItemViewToAnnotation']['get'](_0x5ac5b4),_0x13bda8=_0x2c0f10&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x2c0f10)+0x1);return _0x13bda8&&this['getSidebarItemView'](_0x13bda8)||null;}['_alignBeforeItem'](_0x14f21a,_0x157b66){_0x14f21a['updateHeight']();const _0xe3f1f=R(_0x157b66['bottom']+this['_spaceBetweenItems'],_0x14f21a['top']);return!!_0xe3f1f&&(this['_setItemTop'](_0x157b66,_0x157b66['top']-_0xe3f1f),!0x0);}['_alignAfterItem'](_0x20c960,_0x1aa894){_0x20c960['updateHeight']();const _0x88d531=R(_0x20c960['bottom']+this['_spaceBetweenItems'],_0x1aa894['top']);return!!_0x88d531&&(this['_setItemTop'](_0x1aa894,_0x1aa894['top']+_0x88d531,!0x1),!0x0);}['_alignToTargetRect'](_0x1082a2){const _0x94ca09=this['_sidebarItemViewToAnnotation']['get'](_0x1082a2);if(!_0x94ca09||!_0x94ca09['target']||!_0x94ca09['targetRect'])return;const _0x5ca794=this['_getTargetTop'](_0x94ca09,_0x94ca09['targetRect']);this['_setItemTop'](_0x1082a2,_0x5ca794);}['_getTargetTop'](_0x33701b,_0x442f7b){if(null===_0x442f7b)return 0x0;if(_0x33701b['target']instanceof _0xc93c26)return _0x442f7b['top'];{const _0x28c0d3=new _0xc93c26(this['view']['element'])['top'];return _0x442f7b['top']-_0x28c0d3;}}['_setItemTop'](_0x2ab2c3,_0x121485,_0x3e85da=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x3e85da&&(_0x121485=Math['max'](_0x121485,this['_getMaxAvailableTop'](_0x2ab2c3))),_0x2ab2c3['top']=_0x121485;}['_getMaxAvailableTop'](_0x5a9dd7){let _0x17e8e8=this['_getItemBefore'](_0x5a9dd7),_0x77263c=0x0;for(;_0x17e8e8;)_0x17e8e8['updateHeight'](),_0x77263c+=this['_spaceBetweenItems']+_0x17e8e8['height'],_0x17e8e8=this['_getItemBefore'](_0x17e8e8);return _0x77263c;}}function R(_0x11e8f7,_0x1d5fb3){return Math['max'](_0x11e8f7-_0x1d5fb3,0x0);}function y(_0x5bc7f0){return null!==_0x5bc7f0&&'object'==typeof _0x5bc7f0&&0x1===_0x5bc7f0['nodeType'];}class n extends _0x4a4ea1{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,M];}static get['pluginName'](){return'WideSidebar';}constructor(_0x70fb37){super(_0x70fb37),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x3de075(),this['_refreshPositioningDebounced']=_0x43d40f(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x5e43d8=this['context']['plugins']['get'](M),_0x3b8343=this['context']['plugins']['get'](D);_0x5e43d8['register']('wideSidebar',this),_0x3b8343['container']&&_0x5e43d8['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x2395d5){if(_0x2395d5===this['activeAnnotation'])return;const _0x1df57b=this['context']['plugins']['get'](D);_0x1df57b['_activeAnnotation']=_0x2395d5;const _0x2f13b9=this['activeAnnotation'];this['activeAnnotation']=_0x2395d5,_0x1df57b['refresh']({'blurredAnnotation':_0x2f13b9,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x56d898){this['annotations']=_0x56d898;const _0x5238be=this['context']['plugins']['get'](D);if(_0x5238be['_annotations']=_0x56d898,this['isAttached'])throw new _0x119dd1('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x5238be,'set:container',()=>{this['detach'](),this['listenTo'](_0x5238be,'change:container',_0x48e1db=>{_0x48e1db['off'](),this['attach'](_0x56d898);});}),_0x5238be['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x27afd3=_0x363804=>{_0x363804['updateTargetRect'](),_0x5238be['addAnnotation'](_0x363804);};for(const _0x35ea7f of _0x56d898)_0x27afd3(_0x35ea7f);this['listenTo'](_0x56d898,'add',(_0x4d7d4d,_0x5d1358)=>{_0x27afd3(_0x5d1358);}),this['listenTo'](_0x56d898,'remove',(_0x582d7b,_0x3992f5,_0x2eb0fd)=>{_0x5238be['rearrange']({'removedAnnotation':_0x3992f5,'previousAnnotation':_0x56d898['get'](_0x2eb0fd-0x1),'nextAnnotation':_0x56d898['get'](_0x2eb0fd+0x1)}),_0x3992f5===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x56d898,'focus',(_0x5c080e,_0x4ef933)=>{this['setActiveAnnotation'](_0x4ef933);}),this['listenTo'](_0x56d898,'blur',()=>{this['setActiveAnnotation'](null);});const _0x2cacf9=this['context']instanceof _0x1018c0?this['context']['editors']:new _0x3de075([this['context']]);for(const _0x571f10 of _0x2cacf9)this['_integrateWithEditorAnnotations'](_0x571f10);this['listenTo'](_0x2cacf9,'add',(_0x4e4e90,_0x5186dd)=>{this['listenTo'](_0x5186dd,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x5186dd);});}),this['listenTo'](_0x2cacf9,'remove',(_0x38a4b3,_0x4ea178)=>{_0x4ea178['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x4ea178['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x119dd1('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0xfc29f1=this['context']['plugins']['get'](D);_0xfc29f1['_detachFromContainer'](this['annotations']),this['stopListening'](_0xfc29f1),this['stopListening'](this['annotations']),this['context']instanceof _0x1018c0&&this['stopListening'](this['context']['editors']);for(const _0x37a484 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x37a484);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x32da79){if(!_0x32da79['plugins']['has']('EditorAnnotations'))return;const _0x38e596=_0x32da79['plugins']['get']('EditorAnnotations'),_0x406a63=()=>{const _0x48af47=_0x38e596['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x48af47[0x0]||null);};this['listenTo'](_0x38e596,'refresh',_0x406a63),this['listenTo'](_0x38e596,'blur',(_0x3fde13,{isAnnotationTracked:_0x54ebcf})=>{this['activeAnnotation']&&_0x54ebcf(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x38e596,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x4288cb=>{_0x38e596['hasDomSelection']()&&(_0x406a63(),_0x4288cb['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x38e596);}['_destroyEditorAnnotationsIntegration'](_0x5afc05){this['stopListening'](_0x5afc05),this['_editorAnnotations']['remove'](_0x5afc05);}}class L extends _0x31e2fc{['counterView'];constructor(_0x1bb05c){super(_0x1bb05c);const _0x20c840=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x44907f,_0x404841)=>_0x44907f?'...':_0x404841['toString']()),this['set']('annotationType',''),this['icon']=$t,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new Dt(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x20c840['to']('annotationType',_0x37106e=>'ck-annotation-counter__badge--'+_0x37106e),_0x20c840['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x20c840['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x4a4ea1{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,M];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x70a3df){super(_0x70a3df),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x22970d),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x3de075(),this['_refreshPositioningDebounced']=_0x43d40f(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](M)['register']('narrowSidebar',this),this['bodyCollection']=new _0x10a728(this['context']['locale']),this['balloonPanelView']=new _0x4ad012(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x5be2ab){this['annotations']=_0x5be2ab;const _0x27d19c=this['context']['plugins']['get'](D),_0x3f6442=this['balloonPanelView'];if(_0x27d19c['_annotations']=_0x5be2ab,this['isAttached'])throw new _0x119dd1('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x27d19c,'set:container',()=>{this['detach'](),this['listenTo'](_0x27d19c,'change:container',_0x182995=>{_0x182995['off'](),this['attach'](_0x5be2ab);});}),_0x27d19c['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x2909ad=_0x5d4c47=>{const _0x1924e3=new L(this['context']['locale']);_0x27d19c['addAnnotation'](_0x5d4c47,_0x1924e3),this['_annotationToNarrowView']['set'](_0x5d4c47,_0x1924e3),_0x1924e3['bind']('isDirty','annotationType','number')['to'](_0x5d4c47['view'],'isDirty','type','length'),_0x1924e3['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x3f6442['content']['first']!==_0x5d4c47['view']?(this['_showBalloon'](_0x5d4c47),_0x5d4c47['view']['element']['focus'](),this['setActiveAnnotation'](_0x5d4c47)):this['setActiveAnnotation'](null);});};for(const _0x3bfd75 of _0x5be2ab)_0x2909ad(_0x3bfd75);this['listenTo'](_0x5be2ab,'add',(_0x222c12,_0x5e7d27)=>{_0x2909ad(_0x5e7d27);}),this['listenTo'](_0x5be2ab,'remove',(_0x4729e2,_0x419aae,_0xc66f2a)=>{this['_annotationToNarrowView']['get'](_0x419aae)['destroy'](),this['_annotationToNarrowView']['delete'](_0x419aae),_0x27d19c['rearrange']({'removedAnnotation':_0x419aae,'previousAnnotation':_0x5be2ab['get'](_0xc66f2a-0x1),'nextAnnotation':_0x5be2ab['get'](_0xc66f2a+0x1)}),_0x419aae===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x5be2ab,'focus',(_0x21117f,_0x1af1b9)=>{this['setActiveAnnotation'](_0x1af1b9);}),this['listenTo'](_0x5be2ab,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x145666,_0x5d3cd7)=>{_0x5d3cd7['keyCode']===_0x102347['esc']&&_0x3f6442['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x3f6442['content']['first']),this['_hideBalloon'](),_0x5d3cd7['stopPropagation'](),_0x5d3cd7['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x5199e8,_0x7ff01a)=>{const _0x4041d7=_0x7ff01a['target'];_0x3f6442['isVisible']&&_0x3f6442['element']['contains'](_0x4041d7)||_0x27d19c['view']['element']['contains'](_0x4041d7)||_0x5199e8['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x39fb10=>_0x39fb10['contains'](_0x4041d7))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x39c52a=this['context']instanceof _0x1018c0?this['context']['editors']:new _0x3de075([this['context']]);for(const _0x435634 of _0x39c52a)this['_integrateWithEditorAnnotations'](_0x435634);this['listenTo'](_0x39c52a,'add',(_0x19e38f,_0x55580f)=>{this['listenTo'](_0x55580f,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x55580f);});}),this['listenTo'](_0x39c52a,'remove',(_0x38b0d7,_0x4cffe6)=>{_0x4cffe6['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x4cffe6['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x3a9f12){if(_0x3a9f12===this['activeAnnotation'])return;const _0x584ef5=this['context']['plugins']['get'](D);if(_0x584ef5['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x3a9f12,'disableAnimationOnActivatedAnnotation':!0x0}),_0x3a9f12)_0x584ef5['getSidebarItemView'](_0x3a9f12)?this['_showBalloon'](_0x3a9f12):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x3a9f12;}['detach'](){if(!this['isAttached'])throw new _0x119dd1('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x5df5cf=this['context']['plugins']['get'](D);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x2a7031=>_0x2a7031['destroy']()),this['_annotationToNarrowView']['clear'](),_0x5df5cf['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x1018c0&&this['stopListening'](this['context']['editors']);for(const _0x22a390 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x22a390);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'](_0x49c1b1){if(!_0x49c1b1['plugins']['has']('EditorAnnotations'))return;const _0x2b506d=_0x49c1b1['plugins']['get']('EditorAnnotations'),_0x511965=this['context']['plugins']['get'](D),_0x4ba297=this['annotations'],_0x4f77dd=this['balloonPanelView'],_0x5afba7=()=>{const _0x27d3cd=_0x2b506d['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x27d3cd),this['setActiveAnnotation'](_0x27d3cd[0x0]||null);};this['listenTo'](_0x2b506d,'refresh',_0x5afba7),this['listenTo'](_0x2b506d,'blur',(_0x3e6f13,{isAnnotationTracked:_0xcbd4da})=>{this['activeAnnotation']&&_0xcbd4da(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x2b506d,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x4ba297,'blur',_0x14a54f=>{_0x2b506d['hasDomSelection']()&&_0x14a54f['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x40ac68,_0x3bae29)=>{const _0x55bff6=_0x3bae29['target'];_0x4f77dd['isVisible']&&_0x4f77dd['element']['contains'](_0x55bff6)||_0x511965['view']['element']['contains'](_0x55bff6)||this['activeAnnotation']&&_0x2b506d['hasDomSelection']()&&(_0x5afba7(),_0x40ac68['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x2b506d);}['_destroyEditorAnnotationsIntegration'](_0x5255f6){_0x5255f6&&(this['stopListening'](_0x5255f6),this['_editorAnnotations']['remove'](_0x5255f6));}['_setSelectedAnnotations'](_0x345899){for(const _0x66469d of this['_selectedAnnotations'])_0x345899['includes'](_0x66469d)||this['_manuallyClosedAnnotationViews']['delete'](_0x66469d['view']);this['_selectedAnnotations']=_0x345899;}['_refreshPositioning'](){const _0x287f2c=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x287f2c['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x2ce1d5){if(this['_manuallyClosedAnnotationViews']['has'](_0x2ce1d5['view']))return;const _0x4ec09b=this['balloonPanelView']['content']['first'];_0x4ec09b!==_0x2ce1d5['view']?(_0x4ec09b&&this['_detachListeners'](_0x4ec09b),this['_attachListeners'](_0x2ce1d5['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x2ce1d5['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x2eafda=this['balloonPanelView']['content']['first'],_0x54fdcd=_0x2eafda&&this['annotations']['getByView'](_0x2eafda);if(!_0x54fdcd||!this['_annotationToNarrowView']['has'](_0x54fdcd))return;const _0x3bde70=this['_annotationToNarrowView']['get'](_0x54fdcd)['element'],_0x4c2f75=(function(){const _0x13107a=_0x4ad012['defaultPositions'];return[_0x13107a['southArrowNorthEast'],_0x13107a['northArrowSouthEast'],_0x13107a['southArrowNorth'],_0x13107a['northArrowSouth'],_0x13107a['southArrowNorthWest'],_0x13107a['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x3bde70,'positions':_0x4c2f75});}['_hideBalloon'](){const _0x4e65bd=this['balloonPanelView'],_0x673b88=_0x4e65bd['content']['first'];_0x673b88&&(this['_detachListeners'](_0x673b88),_0x4e65bd['unpin'](),_0x4e65bd['content']['clear']());}['_attachListeners'](_0x693775){this['listenTo'](_0x693775,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x693775,'Esc',(_0x264556,_0x4d7f4d)=>{this['_manuallyClosedAnnotationViews']['add'](_0x693775),this['_hideBalloon'](),_0x4d7f4d();});}['_detachListeners'](_0x26f347){this['stopListening'](_0x26f347);}}class c extends _0x13d3e9{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[b,_0x2fdbe3,M];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x3e347e){super(_0x3e347e),_0x3e347e['editing']['view']['addObserver'](_0x33c89d),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x3e347e['plugins']['get'](_0x2fdbe3),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x547edc=this['editor']['plugins']['get'](M);_0x547edc['context']===this['editor']&&(_0x547edc['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x1d6dfb,_0xbd42f4)=>{const _0x23cb26=this['_balloon'];if(this['isAttached']&&_0x23cb26['visibleView']){const _0x2dd9cf=this['annotations']['getByView'](_0x23cb26['visibleView']);_0x2dd9cf&&this['_closeAnnotation'](_0x2dd9cf),_0xbd42f4();}}));}['afterInit'](){const _0x5a297c=this['editor']['plugins']['get'](M);_0x5a297c['context']===this['editor']&&(_0x5a297c['hasActive']()||_0x5a297c['switchTo']('inline'));}['setActiveAnnotation'](_0x3eb999){_0x3eb999!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x3eb999&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x3eb999)&&this['_addAnnotationToBalloon'](_0x3eb999,!0x0),_0x3eb999['isActive']=!0x0),_0x3eb999||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x3eb999);}['attach'](_0x281314){this['annotations']=_0x281314;const _0x343ab8=this['editor']['plugins']['get'](M),_0x29ccbd=this['_balloon'];if(this['isAttached'])throw new _0x119dd1('inlineannotations-attach-already-attached',this);if(_0x343ab8['context']!==this['editor'])throw new _0x119dd1('inlineannotations-not-allowed-with-context',this);const _0x24efe3=this['editor']['plugins']['get'](b);this['listenTo'](_0x24efe3,'refresh',()=>{const _0x1916e9=_0x24efe3['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x1a9e77,_0x1470f7;!this['_forceRefresh']&&(_0x1a9e77=_0x1916e9,_0x1470f7=this['_selectedAnnotations'],_0x1a9e77['length']===_0x1470f7['length']&&_0x1a9e77['every'](_0x300cae=>_0x1470f7['includes'](_0x300cae)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x1916e9),this['setActiveAnnotation'](_0x1916e9[0x0]||null));}),this['listenTo'](_0x24efe3,'blur',(_0x1797c5,{isAnnotationTracked:_0x9d525d})=>{this['activeAnnotation']&&_0x9d525d(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x5c9d0c,_0x4e8cac,_0x47804d)=>{_0x47804d||this['setActiveAnnotation'](null);}),this['listenTo'](_0x281314,'remove',(_0x52f282,_0x52aa47)=>{this['_removeAnnotationFromBalloon'](_0x52aa47),_0x52aa47===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x29ccbd,'change:visibleView',(_0x56556c,_0x33d76c,_0x63be40,_0x12f23b)=>{_0x12f23b&&this['stopListening'](_0x12f23b);const _0xb9440f=_0x281314['getByView'](_0x63be40);_0x63be40&&_0xb9440f&&(this['listenTo'](_0x63be40,'change:height',()=>{_0x29ccbd['updatePosition']();}),this['listenTo'](_0x63be40,'Esc',()=>{this['_closeAnnotation'](_0xb9440f),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0xb9440f&&this['setActiveAnnotation'](_0xb9440f));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x29ccbd['visibleView']&&(_0x281314['getByView'](_0x29ccbd['visibleView'])&&_0x29ccbd['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 _0x119dd1('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x2cf0e3 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x2cf0e3);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x1ec8b9){for(const _0x147748 of this['_selectedAnnotations'])_0x1ec8b9['includes'](_0x147748)||this['_manuallyClosed']['delete'](_0x147748);for(const _0xfeb47c of this['annotations'])_0x1ec8b9['includes'](_0xfeb47c)||this['_removeAnnotationFromBalloon'](_0xfeb47c);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x925d5a of _0x1ec8b9)this['_addAnnotationToBalloon'](_0x925d5a);}this['_selectedAnnotations']=_0x1ec8b9;}['_addAnnotationToBalloon'](_0x15b20f,_0x38b06a=!0x1){this['_manuallyClosed']['has'](_0x15b20f)||(this['_addedAnnotations']['has'](_0x15b20f)||this['_balloon']['hasView'](_0x15b20f['view'])||(this['_addedAnnotations']['add'](_0x15b20f),this['_balloon']['add']({'stackId':_0x15b20f['view']['id'],'view':_0x15b20f['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x15b20f)}})),_0x38b06a&&this['_balloon']['showStack'](_0x15b20f['view']['id']));}['_getBalloonTargetForAnnotation'](_0x2f9bdf){const _0x44bc0c=_0x2f9bdf['target'],_0x32795d=this['editor']['editing']['view'],_0x5dd4ad=_0x32795d['document']['selection']['getFirstRange'](),_0x368880=_0x32795d['domConverter']['viewRangeToDom'](_0x5dd4ad);if(_0x368880['collapse'](!0x0),_0x44bc0c){if(_0x44bc0c instanceof _0xc93c26)return _0x44bc0c;let _0x2d1a53=[];for(const _0x532d27 of _0x44bc0c)_0x2d1a53['push'](...(_0x461ca9=_0x532d27['getClientRects'](),Array['from'](_0x461ca9)['map'](DOMRect['fromRect'])));_0x2d1a53=function(_0x1f525f){const _0x4b0e1c=[];let _0x589421=_0x1f525f[0x0];for(let _0x4af590=0x1;_0x4af590<_0x1f525f['length'];_0x4af590++)q(_0x589421,_0x1f525f[_0x4af590])?_0x589421['width']+=_0x1f525f[_0x4af590]['width']:(_0x4b0e1c['push'](_0x589421),_0x589421=_0x1f525f[_0x4af590]);return _0x4b0e1c['push'](_0x589421),_0x4b0e1c;}(_0x2d1a53);const _0x138481=_0x368880['getBoundingClientRect']();return _0x2d1a53['find'](_0xc7cf66=>_0xc7cf66['top']<=_0x138481['top']&&_0xc7cf66['bottom']>=_0x138481['bottom']&&_0xc7cf66['left']<=_0x138481['left']&&_0xc7cf66['right']>=_0x138481['right'])||_0x2d1a53[0x0];}var _0x461ca9;return _0x2f9bdf['targetRect']||_0x368880;}['_removeAnnotationFromBalloon'](_0x46dc4b){this['_addedAnnotations']['has'](_0x46dc4b)&&this['_balloon']['hasView'](_0x46dc4b['view'])&&(this['_addedAnnotations']['delete'](_0x46dc4b),this['_balloon']['remove'](_0x46dc4b['view']));}['_closeAnnotation'](_0x55aba4){this['_manuallyClosed']['add'](_0x55aba4),this['_removeAnnotationFromBalloon'](_0x55aba4);}}function q(_0x564b33,_0x2ba0ff){return _0x564b33['top']===_0x2ba0ff['top']&&_0x564b33['bottom']===_0x2ba0ff['bottom']&&_0x564b33['right']===_0x2ba0ff['left'];}var it='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M14\x203.5A3.5\x203.5\x200\x200\x201\x2017.5\x207v6l-.005.192a3.501\x203.501\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.37-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.272-2.63l-.062-.07-4.729-.046a3.5\x203.5\x200\x200\x201-3.5-3.5v-6a3.5\x203.5\x200\x200\x201\x203.5-3.5L14\x203.5ZM3.5\x204.954a2\x202\x200\x200\x200-2\x202v6a2\x202\x200\x200\x200\x202\x202L8.924\x2015a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L12.962\x2015H14a2\x202\x200\x200\x200\x202-2V7a2\x202\x200\x200\x200-2-2L3.5\x204.954Z\x22/><path\x20d=\x22M16.5.5h-10a3.5\x203.5\x200\x200\x200-3.162\x202h1.84A2\x202\x200\x200\x201\x206.5\x202h10a2\x202\x200\x200\x201\x202\x202v8.873a3.502\x203.502\x200\x200\x200\x201.495-2.681L20\x2010V4A3.5\x203.5\x200\x200\x200\x2016.5.5Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M12.013\x207.453a.75.75\x200\x200\x201\x20.034\x201.06l-3.75\x204a.75.75\x200\x200\x201-1.045.048l-2.25-2a.75.75\x200\x200\x201\x20.996-1.122l1.704\x201.515\x203.25-3.467a.75.75\x200\x200\x201\x201.061-.034Z\x22/></svg>\x0a';class st extends Dt{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x4982d7,_0x186eba){super(_0x4982d7),this['set']('isEmpty',!_0x186eba['length']),this['focusTracker']=new _0x3e5960(),this['_annotationViews']=_0x186eba,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new Ft({'focusables':_0x186eba,'focusTracker':this['focusTracker']}),this['listenTo'](_0x186eba,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x186eba,'remove',(_0x442358,_0x202777)=>{_0x202777['isActive']&&this['focus'](),_0x186eba['length']||(this['isEmpty']=!0x0);});const _0x4c5762=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':S(_0x4982d7,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x186eba},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x4c5762['if']('isEmpty','ck-hidden',_0x20359b=>!_0x20359b)]},'children':[{'text':S(_0x4982d7,'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 _0x10432f of this['_annotationViews'])this['focusTracker']['add'](_0x10432f['element']);this['_annotationViews']['on']('change',(_0x14f536,{added:_0x4ee6e7,removed:_0x2ca073})=>{for(const _0x21c97e of _0x4ee6e7)this['focusTracker']['add'](_0x21c97e['element']);for(const _0xbc8f21 of _0x2ca073)this['focusTracker']['remove'](_0xbc8f21['element']);});}}class p extends _0x4a4ea1{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,N];}constructor(_0x5d58b3){super(_0x5d58b3),this['archivedThreads']=new _0x3de075();}['init'](){const _0xb8de8b=this['context'],_0x43a000=_0xb8de8b['plugins']['get'](m),_0x23e749=_0xb8de8b['plugins']['get'](N);this['listenTo'](_0x43a000,'addCommentThread',(_0x2d9f86,{threadId:_0x1991bc})=>{const _0x51e176=_0x43a000['getCommentThread'](_0x1991bc);_0x51e176['archivedAt']&&this['archivedThreads']['add'](_0x51e176,this['_calculatePosition'](_0x51e176['archivedAt'])),this['listenTo'](_0x51e176,'change:archivedAt',(_0x1cf13b,_0x53323c,_0x540636)=>{_0x540636?this['archivedThreads']['has'](_0x51e176)||this['archivedThreads']['add'](_0x51e176,this['_calculatePosition'](_0x51e176['archivedAt'])):this['archivedThreads']['has'](_0x51e176)&&this['archivedThreads']['remove'](_0x51e176);});}),this['listenTo'](_0x43a000,'removeCommentThread',(_0x498061,{threadId:_0x46a682})=>{const _0x21968f=_0x43a000['getCommentThread'](_0x46a682);this['stopListening'](_0x21968f),this['archivedThreads']['has'](_0x21968f)&&this['archivedThreads']['remove'](_0x21968f);},{'priority':'highest'}),this['listenTo'](_0x23e749['collection'],'focus',(_0x1a3a9e,_0x1b675f)=>{_0x1b675f['isVisible']||(_0x1b675f['isActive']=!0x0,_0x23e749['activate'](_0x1b675f));});}['_calculatePosition'](_0x5195ec){const _0x2f7246=[...this['archivedThreads']]['findIndex'](_0x5707b4=>_0x5707b4['archivedAt']<_0x5195ec);return _0x2f7246>-0x1?_0x2f7246:this['archivedThreads']['length'];}}class a extends _0x13d3e9{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x5e9f62];}constructor(_0x48e869){super(_0x48e869),this['annotationViews']=new _0x2db4dd(),this['_pendingThreads']=[];}['init'](){const _0x1017d2=this['editor'],_0x2d465d=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x1017d2['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x31e2fc,!0x0)),_0x1017d2['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x17bccc=this['_createCommentsArchiveButton'](_0x4d1474);return _0x17bccc['set']({'role':'menuitemcheckbox'}),_0x17bccc;});const _0x452d0b=_0x1017d2['plugins']['get'](p),_0x5e4e3a=_0x1017d2['plugins']['get']('Annotations'),_0x506a12=_0x1017d2['plugins']['get']('CommentsRepository');this['listenTo'](_0x452d0b['archivedThreads'],'add',(_0x1c5141,_0x454229)=>{const _0x1fa95c=_0x1017d2['config']['get']('collaboration.channelId');if(!_0x1fa95c||_0x454229['channelId']===_0x1fa95c){const _0xd1504=_0x506a12['_threadToController']['get'](_0x454229);if(!_0xd1504)return void this['_pendingThreads']['push'](_0x454229);const _0x48bf67=this['_calculatePosition'](_0x454229['archivedAt']),_0x2dbc6e=_0x5e4e3a['getByInnerView'](_0xd1504['view']);_0x2dbc6e['isVisible']&&_0x5e4e3a['_visibleAnnotations']['remove'](_0x2dbc6e),this['annotationViews']['add'](_0x2dbc6e['view'],_0x48bf67);}}),this['listenTo'](_0x5e4e3a['collection'],'add',(_0x3bd4de,_0xc95b0d)=>{const _0xadf643=this['_pendingThreads']['find'](_0x2fbf0f=>{const _0x4c70b3=_0x506a12['_threadToController']['get'](_0x2fbf0f);return _0x4c70b3&&_0xc95b0d['innerView']===_0x4c70b3['view'];});if(_0xadf643){const _0x5d618f=this['_calculatePosition'](_0xadf643['archivedAt']);this['annotationViews']['add'](_0xc95b0d['view'],_0x5d618f),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0xadf643),0x1);}}),this['listenTo'](_0x452d0b['archivedThreads'],'remove',(_0x419a84,_0x582d9d)=>{const _0x211bea=_0x1017d2['config']['get']('collaboration.channelId');if(!_0x211bea||_0x582d9d['channelId']===_0x211bea){const _0x459623=_0x506a12['_threadToController']['get'](_0x582d9d),_0x2179d1=_0x5e4e3a['getByInnerView'](_0x459623['view']);this['annotationViews']['remove'](_0x2179d1['view']),this['stopListening'](_0x2179d1['focusableElements']);}}),this['listenTo'](_0x5e4e3a['collection'],'add',(_0x5c8ed5,_0x56b58e)=>{this['listenTo'](_0x56b58e,'escape',_0x2d465d);}),this['listenTo'](_0x5e4e3a['collection'],'remove',(_0xba3225,_0x354e93)=>{this['stopListening'](_0x354e93,'escape',_0x2d465d);});}['_calculatePosition'](_0x1b2c68){const _0x59fec4=this['editor']['config']['get']('collaboration.channelId'),_0x35e488=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x1c7421=>_0x1c7421['channelId']===_0x59fec4)['findIndex'](_0xeac92f=>_0xeac92f['archivedAt']<_0x1b2c68);return _0x35e488<0x0||_0x35e488>this['annotationViews']['length']?this['annotationViews']['length']:_0x35e488-0x1;}['_toggleDialog'](){const _0x50dab5=this['editor'],_0x172236=_0x50dab5['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new st(_0x50dab5['locale'],this['annotationViews'])),'commentsArchive'===_0x172236['id']?_0x172236['hide']():_0x172236['show']({'id':'commentsArchive','title':S(_0x50dab5['locale'],'COMMENTS_ARCHIVE'),'icon':it,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':tt['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0xfdd2f3,_0x3ef5be=!0x1){const _0xf43d4=this['editor']['locale'],_0x28f97c=this['editor']['plugins']['get']('Dialog'),_0x42f1be=new _0xfdd2f3(_0xf43d4);return _0x42f1be['bind']('isEnabled')['to'](this,'isEnabled'),_0x42f1be['bind']('isOn')['to'](_0x28f97c,'id',_0x4ff3bc=>'commentsArchive'===_0x4ff3bc),_0x42f1be['set']({'label':S(_0xf43d4,'COMMENTS_ARCHIVE'),'icon':it,'isToggleable':!0x0}),_0x3ef5be&&(_0x42f1be['tooltip']=!0x0),this['listenTo'](_0x42f1be,'execute',()=>this['_toggleDialog']()),_0x42f1be;}['_hideDialogOnAnnotationEscape']=_0x523bd4=>{const _0x51ff36=_0x523bd4['source'];if(!this['annotationViews']['has'](_0x51ff36['view']))return;const _0x2321a9=this['editor']['plugins']['get']('Dialog');_0x2321a9['isOpen']&&'commentsArchive'===_0x2321a9['id']&&(_0x2321a9['hide'](),_0x523bd4['stop']());};}class f extends _0x13d3e9{static get['requires'](){return[m,r,s,p,a,e,n,i,c];}static get['pluginName'](){return'Comments';}}export{d as Annotation,x as AnnotationCollection,T as AnnotationView,N as Annotations,M as AnnotationsUIs,es as BaseCommentThreadView,ns as BaseCommentView,ie as Comment,se as CommentThread,vt as CommentThreadController,kt as CommentThreadInputView,gt as CommentThreadView,Tt as CommentView,f as Comments,p as CommentsArchive,xt as CommentsListView,e as CommentsOnly,m as CommentsRepository,s as CommentsUI,b as EditorAnnotations,c as InlineAnnotations,i as NarrowSidebar,n as WideSidebar};
|
|
23
|
+
import{Editor as _0x4eb99c,icons as _0x3a0fd3,ContextPlugin as _0x424855,PendingActions as ut,Context as _0x2e2b07,Command as _0x47b6d5,Plugin as _0x546d95}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x667d5,uid as _0x1f8ced,KeystrokeHandler as Et,FocusTracker as _0x3e55ef,diff as _0x27ddce,Collection as _0x20413f,Rect as _0x4e4c12,CKEditorError as _0x736c4a,first as _0x3a3a59,priorities as Wt,scrollViewportToShowTarget as rt,getEnvKeystrokeText as et,toUnit as Ht,DomEmitterMixin as _0x242391,keyCodes as _0x5854e0}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x351b36,AriaDescriptionView as _0x580fe0,setupThreadKeyboardNavigation as _0x4d2d0b,ConfirmMixin as ti,LateFocusButtonView as _0x32ff7f,trimHtml as _0x73fdef,LateFocusDropdownButtonView as _0x30c5a7,Users as at,getDateTimeFormatter as pt,hashObject as It,getAllMarkersDomElementsSorted as nt,surroundingMarkersDetector as ot,FOCUS_ANNOTATION_KEYSTROKE as te}from'ckeditor5-collaboration/dist/index.js';import{throttle as _0x3b46ed,isEqual as yt,cloneDeep as wt,set as At,unset as Ct,debounce as _0x520c8c}from'lodash-es';import{EditorUIView as tr,InlineEditableUIView as Zt,EditorUI as Xt,View as Dt,FocusCycler as Ft,ButtonView as _0x4c812b,ViewCollection as _0x1f1a60,createDropdown as _0x4cb7b8,ListView as _0x33c8b1,focusChildOnDropdownOpen as _0x2bf84d,ListItemView as _0x524f8a,MenuBarMenuListItemButtonView as _0x3e1344,BodyCollection as _0x22076b,BalloonPanelView as _0x337d28,ContextualBalloon as _0x16ae69,Dialog as _0x56c0ee,DialogViewPosition as tt}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as Bt,enablePlaceholder as zt,MouseObserver as _0x4e32be}from'@ckeditor/ckeditor5-engine/dist/index.js';import{Clipboard as Gt,ClipboardMarkersUtils as Mt,ClipboardPipeline as Pt}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Enter as Jt,ShiftEnter as Kt}from'@ckeditor/ckeditor5-enter/dist/index.js';import{SelectAll as Lt}from'@ckeditor/ckeditor5-select-all/dist/index.js';import{Typing as Qt}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Undo as Rt}from'@ckeditor/ckeditor5-undo/dist/index.js';import{Paragraph as St}from'@ckeditor/ckeditor5-paragraph/dist/index.js';import{FOCUS_ANNOTATION_KEYSTROKE as _0x4584f7}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';class vt extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x667d5(){['model'];['view'];constructor(_0x3a08b5,_0x46c5c0){super(),this['model']=_0x3a08b5,this['model']['_isAttached']=!0x0,this['view']=_0x46c5c0,this['listenTo'](_0x46c5c0,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x46c5c0,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x46c5c0,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x46c5c0,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x46c5c0,'addComment',(_0x4f29d9,_0x4df3ae)=>this['addComment'](_0x4df3ae)),this['listenTo'](_0x46c5c0,'updateComment',(_0x18ad7b,_0x198930,_0x196b1e)=>this['updateComment'](_0x198930,_0x196b1e)),this['listenTo'](_0x46c5c0,'removeComment',(_0xe41d9f,_0x3f698c)=>this['removeComment'](_0x3f698c));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x1c77e3){this['model']['addComment']({'content':_0x1c77e3,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x196a4a,_0x7f36d2){this['model']['getComment'](_0x196a4a)['update']({'content':_0x7f36d2});}['removeComment'](_0x892763){this['model']['getComment'](_0x892763)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function S(_0x1f5cd1,_0x18bca4,_0x481be5){const t=_0x1f5cd1['t'];switch(_0x18bca4){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'},_0x481be5);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'},_0x481be5);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'},_0x481be5);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'},_0x481be5);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x481be5);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'},_0x481be5);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'},_0x481be5);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'},_0x481be5);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 Yt extends tr{['main'];['editable'];constructor(_0x4c7d51,_0xb31374){super(_0x4c7d51);const _0x5b17ec=_0x1f8ced();this['main']=this['createCollection'](),this['editable']=new Zt(_0x4c7d51,_0xb31374,void 0x0,{'label':()=>S(_0x4c7d51,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x4c7d51['uiLanguageDirection'],'lang':_0x4c7d51['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x5b17ec},'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 Xt{['view'];constructor(_0x66d98){super(_0x66d98),this['view']=new Yt(_0x66d98['locale'],_0x66d98['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x23ed22=this['editor']['editing']['view'],_0x5b9bd1=this['view']['editable'],_0x6b187d=_0x23ed22['document']['getRoot']();_0x5b9bd1['name']=_0x6b187d['rootName'],this['view']['render']();const _0x5ce8e0=_0x5b9bd1['element'];this['setEditableElement'](_0x5b9bd1['name'],_0x5ce8e0),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x23ed22['attachDomRoot'](_0x5ce8e0),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Ut=[Gt,Jt,Kt,Lt,Qt,Rt,St];class Vt extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x667d5(_0x4eb99c){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Ut)());constructor(_0x390c02={}){(_0x390c02=Object['assign']({},_0x390c02))['plugins']||(_0x390c02['plugins']=Vt['defaultPlugins']),super(_0x390c02),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']();}['create'](){const _0x4d8ea2=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x4d8ea2))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x3c7988=>{const _0x58f1e4=this['model']['document']['getRoot'](),_0x498f2c=_0x58f1e4&&_0x58f1e4['getChild'](_0x58f1e4['childCount']-0x1);_0x3c7988['setSelection'](_0x498f2c,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x32bb22=this['editing']['view'],_0x2b5655=_0x32bb22['document']['getRoot'](),_0x475f1f=_0x2b5655['getChild'](0x0);_0x2b5655['childCount']>0x1||!_0x475f1f||'p'!=_0x475f1f['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(Bt(_0x32bb22,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x475f1f['placeholder']=this['placeholder']),zt({'view':_0x32bb22,'element':_0x475f1f,'keepOnFocus':!0x0}),this['placeholderElement']=_0x475f1f);}}class rs extends Dt{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x332df6,_0x557783={}){super(_0x332df6),this['editor']=null,this['_editorConfig']=_0x557783,this['set']('value',_0x557783['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',S(_0x332df6,'Reply...')),this['set']('submitLabel',S(_0x332df6,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new Et(),this['focusTracker']=new _0x3e55ef(),this['focusCycler']=new Ft({'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',(_0xb9c622,_0x5b9f3e)=>{this['cancelButtonView']['fire']('execute'),_0x5b9f3e();}),this['keystrokes']['set']('Ctrl+Enter',(_0x3057c4,_0x179500)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x179500());}),this['on']('submit',(_0x4d4fd3,_0x1c0d81)=>{_0x1c0d81['length']>0xfde8?(alert(S(_0x332df6,'TOO_LONG_COMMENT_ALERT',[_0x1c0d81['length'],0xfde8])),_0x4d4fd3['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new Vt(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x160e93=this['editor'];this['element']['insertBefore'](_0x160e93['ui']['element'],this['element']['firstChild']),_0x160e93['model']['document']['on']('change',()=>this['value']=_0x160e93['getData']()),_0x160e93['bind']('placeholder')['to'](this),this['focusables']['add'](_0x160e93['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x21ad79){-0x1===_0x21ad79?(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:_0x1278dd}=this,_0x35501c=new _0x4c812b(_0x1278dd);return _0x35501c['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x35501c['withText']=!0x0,_0x35501c['bind']('label')['to'](this,'submitLabel'),_0x35501c['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x35501c['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x5d01a7,_0x56c9b6)=>!_0x56c9b6&&!!_0x5d01a7['trim']()),_0x35501c;}['_createCancelButton'](){const {locale:_0x451871}=this,_0x155ccf=new _0x4c812b(_0x451871);return _0x155ccf['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x155ccf['label']=S(_0x451871,'Cancel'),_0x155ccf['withText']=!0x0,_0x155ccf['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x155ccf;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x2b6447=>{this['focusTracker']['add'](_0x2b6447['element']);}),this['focusables']['on']('change',(_0x207def,_0x4564aa)=>{for(const _0x92fc44 of Array['from'](_0x4564aa['added'])['reverse']())this['focusTracker']['add'](_0x92fc44['element']);});}}class kt extends Dt{constructor(_0x588029,_0x22361b,_0x3c52a6){super(_0x588029),this['commentInputView']=new rs(_0x588029,_0x3c52a6),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x191c37,_0x33bb5d)=>_0x191c37||!!_0x33bb5d),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 _0x351b36(_0x588029,_0x22361b),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'](_0x3071f7){this['commentInputView']['focus'](_0x3071f7);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x3b9c18,_0x29415e)=>{const {submitButtonView:_0x5cb02a,cancelButtonView:_0x4e1b29,editor:_0x2a3643}=this['commentInputView'];[_0x5cb02a['element'],_0x4e1b29['element'],_0x2a3643?_0x2a3643['editing']['view']['getDomRoot']():null]['filter'](_0x376daf=>_0x376daf)['some'](_0x354972=>_0x354972['contains'](_0x29415e['target']))||(this['focus'](),_0x29415e['preventDefault']());});}}class cs extends Dt{constructor(_0x4144b){super(_0x4144b);const _0x141c30=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x141c30['to']('count',_0x1396b3=>S(_0x4144b,'NUMBER_OF_COMMENTS',_0x1396b3))}]});}}class xt extends Dt{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x240570,_0x2fd2d3,_0xb013f7){super(_0x240570);const _0x3e1508=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x2fd2d3['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x2fd2d3,this['_config']=_0xb013f7,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x3e55ef(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x47c4ca=>this['commentViews']['map'](_0x18445b=>_0x18445b['element'])['includes'](_0x47c4ca['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new cs(_0x240570),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x340a87=>_0x340a87-this['_config']['maxCommentsWhenCollapsed']);for(const _0xa4897e of _0x2fd2d3['comments'])this['_handleNewCommentModel'](_0xa4897e);this['_handleInfoComment'](),this['listenTo'](_0x2fd2d3['comments'],'add',(_0x566a72,_0x6f5bb)=>{const _0x4359df=this['_calculatePosition'](_0x6f5bb);this['length']++,this['_handleNewCommentModel'](_0x6f5bb,_0x4359df),this['refreshVisibleViews']();}),this['listenTo'](_0x2fd2d3['comments'],'remove',(_0x355306,_0x160a74)=>{this['length']--,this['_handleRemoveCommentModel'](_0x160a74),this['refreshVisibleViews']();}),this['listenTo'](_0x2fd2d3,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x2fd2d3,'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',_0x3e1508['if']('length','ck-hidden',_0x7faa02=>!_0x7faa02)],'aria-label':S(_0x240570,'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'](_0x37ee0c){-0x1===_0x37ee0c?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x3f258c of this['commentViews'])_0x3f258c['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x542883,_0x5c2031){const _0x3838a9=new this['_config']['CommentView'](this['locale'],_0x542883,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x3838a9['viewUid']=_0x542883['id'],_0x3838a9['delegate']('removeComment')['to'](this),_0x3838a9['delegate']('updateComment')['to'](this),_0x3838a9['delegate']('resolveCommentThread')['to'](this),_0x3838a9['delegate']('editorReady')['to'](this),_0x3838a9['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x3838a9,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x3838a9,_0x5c2031);}['_calculatePosition'](_0xd7d4aa){const _0x28668f=this['_model']['_findOptimalIndex'](_0xd7d4aa);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0xd7d4aa['authoredAt']?_0x28668f-0x1:_0x28668f:_0x28668f-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x416f78={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':S(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x416f78,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x416f78));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x462bcb){const _0x2724de=this['commentViews']['remove'](_0x462bcb['id']);this['stopListening'](_0x2724de),_0x2724de['isEditMode']&&this['_updateHasDirtyComment'](),_0x2724de['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x105570=>_0x105570['isEditMode']);}['_rearrangeCollapse'](){const _0x3cfe32=function(_0x30be26){const _0x495664=new _0x20413f();for(const _0x24bbfb of _0x30be26)_0x495664['add'](_0x24bbfb);return _0x495664;}(this['commentViews']),_0x184f46=this['_collapsedCommentsView']['count'];for(let _0x212ef3=0x1;_0x212ef3<=_0x184f46;_0x212ef3++)_0x3cfe32['remove'](0x1);for(const _0x162a1a of _0x3cfe32)_0x162a1a['collapse']();_0x184f46>0x0&&_0x3cfe32['add'](this['_collapsedCommentsView'],0x1),ms(_0x27ddce(Array['from'](this['visibleViews']),Array['from'](_0x3cfe32)),this['visibleViews'],_0x3cfe32);}['_rearrangeExpand'](){ms(_0x27ddce(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x5d9cbc of this['visibleViews'])_0x5d9cbc['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x42fb5f=>{this['focusTracker']['add'](_0x42fb5f['element']),this['keystrokes']['listenTo'](_0x42fb5f['element']);}),this['commentViews']['on']('change',(_0x5efd25,_0xbe1e13)=>{for(const _0x50993f of _0xbe1e13['removed'])this['focusTracker']['remove'](_0x50993f['element']),this['keystrokes']['stopListening'](_0x50993f['element']);for(const _0x3086db of Array['from'](_0xbe1e13['added'])['reverse']())this['focusTracker']['add'](_0x3086db['element']),this['keystrokes']['listenTo'](_0x3086db['element']);});}}function ms(_0x1bbe8c,_0x22d2c0,_0x35cf66){let _0x281863=0x0;for(const _0x4b223e of _0x1bbe8c)switch(_0x4b223e){case'insert':_0x22d2c0['add'](_0x35cf66['get'](_0x281863),_0x281863),_0x281863++;break;case'delete':_0x22d2c0['remove'](_0x281863);break;case'equal':_0x281863++;}}class ls extends Dt{constructor(_0x4acac7){super(_0x4acac7);const _0x2ef96d=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x2ef96d['to']('contextValue',_0x1f9277=>S(_0x4acac7,'THREAD_CONTEXT_LABEL',_0x1f9277)),'tabindex':-0x1},'children':[{'text':_0x2ef96d['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class ts extends Dt{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x5aa754,_0x5408f6){super(_0x5aa754);const _0x9996f2=this['bindTemplate'];this['_model']=_0x5408f6,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x3e55ef(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x2cf89a=>!!_0x2cf89a),this['bind']('contextValue')['to'](this['_model'],'context',_0x8b604a=>_0x8b604a&&_0x8b604a['value']?this['_trimContextValue'](_0x8b604a['value']):S(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',_0x9996f2['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 _0x292c85=new _0x4c812b(this['locale']);return _0x292c85['label']=S(this['locale'],'Reopen'),_0x292c85['tooltip']=S(this['locale'],'Reopen'),_0x292c85['icon']='<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22m5.042\x209.367\x202.189\x201.837a.75.75\x200\x200\x201-.965\x201.149l-3.788-3.18a.747.747\x200\x200\x201-.21-.284.75.75\x200\x200\x201\x20.17-.945L6.23\x204.762a.75.75\x200\x201\x201\x20.964\x201.15L4.863\x207.866h8.917A.75.75\x200\x200\x201\x2014\x207.9a4\x204\x200\x201\x201-1.477\x207.718l.344-1.489a2.5\x202.5\x200\x201\x200\x201.094-4.73l.008-.032H5.042z\x22/></svg>',_0x292c85['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x41bcb1=>!_0x41bcb1),_0x292c85['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x189ca9,_0x3eb602)=>_0x189ca9&&_0x3eb602),_0x292c85['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x292c85;}['_trimContextValue'](_0x74ca11){if(_0x74ca11['length']<0x96)return _0x74ca11;const _0x5c3750=_0x74ca11['lastIndexOf']('\x20',0x93);return _0x74ca11['substring'](0x0,_0x5c3750>-0x1?_0x5c3750:0x93)+'...';}['_attachContextActions'](){const _0x5c6ab9=this['element']['querySelector']('.ck-context'),_0x5ae23f=_0x5c6ab9['querySelector']('.ck-context__value');this['listenTo'](_0x5c6ab9,'mouseenter',()=>{_0x5ae23f['offsetWidth']<_0x5ae23f['scrollWidth']&&_0x5c6ab9['classList']['add']('overlay');}),this['listenTo'](_0x5c6ab9,'mouseleave',()=>{_0x5c6ab9['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x3c49de of this['focusables'])this['focusTracker']['add'](_0x3c49de['element']),this['keystrokes']['listenTo'](_0x3c49de['element']);}['_createContextView'](){const _0x188f3a=new ls(this['locale']);return _0x188f3a['bind']('contextValue')['to'](this),_0x188f3a;}}class es extends Dt{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x411fc2,_0xe09e02,_0x434d09,_0x2995e0){super(_0x411fc2),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0xe09e02,this['_localUser']=_0x434d09,this['_config']=_0x2995e0,this['commentThreadHeaderView']=new ts(_0x411fc2,_0xe09e02),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x580fe0(_0x411fc2,S(_0x411fc2,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x411fc2,_0xe09e02,Object['assign']({'CommentView':this['_config']['CommentView']},_0x2995e0)),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',(_0x432b6e,_0x3d3b27)=>_0x432b6e||!!_0x3d3b27),this['bind']('isUnlinked')['to'](_0xe09e02,'unlinkedAt',_0x7cd6d1=>!!_0x7cd6d1),this['bind']('ariaLabel')['to'](this,'length',_0x2b4d90=>{const _0x875e37=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return S(this['locale'],'COMMENT_THREAD_LABEL',[_0x2b4d90,_0x875e37]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x3e55ef(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1857ab=>_0x1857ab['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0x4d2d0b(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x1c728c=new kt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x31a87b=_0x1c728c['commentInputView'];return _0x1c728c['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x31a87b,'value',(_0x2ff70a,_0x184c52,_0x30b0d5,_0x2d3cce,_0x42a8d8)=>!!_0x42a8d8||!!_0x2d3cce&&_0x30b0d5&&!_0x184c52||_0x2ff70a&&_0x30b0d5&&!_0x184c52),_0x31a87b['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x5c6549,_0xb6031,_0x5b8226)=>{let _0x46ced6;return _0x46ced6=_0x5b8226&&_0xb6031?'Reply\x20to\x20reopen\x20discussion...':_0x5c6549?'Reply...':'Write\x20a\x20comment...',S(this['locale'],_0x46ced6);}),_0x31a87b['bind']('submitLabel')['to'](this,'length',_0x2474ae=>S(this['locale'],_0x2474ae?'Reply':'Comment')),_0x31a87b['on']('submit',(_0x5678cf,_0x5edff9)=>{this['fire']('addComment',_0x5edff9),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x31a87b['on']('cancel',()=>{this['focus']();}),_0x31a87b['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x31a87b['on']('cancel',_0x5548f6=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x5548f6['stop']());}),this['on']('change:isActive',(_0x1bb4f6,_0x5bbcee,_0x5cc4aa)=>{_0x5cc4aa||this['length']||_0x31a87b['value']||this['fire']('removeCommentThread');}),_0x1c728c;}}class gt extends/* #__PURE__ -- @preserve */
|
|
27
|
+
ti(es){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x2463d1,_0x36d97d,_0x2c467d,_0x4442f5){super(_0x2463d1,_0x36d97d,_0x2c467d,_0x4442f5),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x2463d1,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x190457,_0x275b72,_0x559d6f)=>{_0x559d6f||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x3ddc28,_0x11cef2,_0x552f0a)=>{_0x552f0a&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x3c5b16=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x3c5b16['if']('isActive','ck-thread--active'),_0x3c5b16['if']('isUnlinked','ck-thread--unlinked'),_0x3c5b16['if']('isConfirm','ck-thread--remove-confirmation'),_0x3c5b16['to']('actionIndicator',_0x2bc30b=>_0x2bc30b?'ck-thread--'+_0x2bc30b:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x3c5b16['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 _0x11a158 of this['commentsListView']['commentViews'])_0x11a158['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x58734a}=this,_0x4edb74=this['commentsListView']['commentViews']['get'](0x0);_0x4edb74===this['_boundFirstCommentView']||_0x4edb74['isSystemComment']||(this['_boundFirstCommentView']=_0x4edb74,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x4edb74,'actionIndicator',_0x1d33b5=>'remove'===_0x1d33b5?'remove':null),_0x4edb74['placeholder']=S(_0x58734a,'Write\x20a\x20comment...'),_0x4edb74['removeButton']['on']('execute',_0x2d3f22=>{_0x2d3f22['stop'](),this['showConfirm'](S(_0x58734a,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x4edb74['focus']();}),_0x4edb74['actionBar']['add'](this['resolveButton'],0x0),_0x4edb74['focusables']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x3b5352=new _0x32ff7f(this['locale']);return _0x3b5352['label']=S(this['locale'],'Resolve'),_0x3b5352['tooltip']=S(this['locale'],'Resolve'),_0x3b5352['icon']=_0x3a0fd3['check'],_0x3b5352['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x3b5352['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x3b18da=>!_0x3b18da),_0x3b5352['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x32d420,_0x1aaf18)=>_0x32d420&&!_0x1aaf18),_0x3b5352['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x3b5352;}['_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 Dt{constructor(_0x17465d){super(_0x17465d),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x1eda1a,_0x538c60,_0x4c96fa)=>{this['element']['innerHTML']=_0x4c96fa;}),this['element']['innerHTML']=this['content'];}}class ns extends Dt{['visibleView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x493b43,_0x40ebae,_0x106e42){super(_0x493b43),this['_model']=_0x40ebae,this['_config']=_0x106e42,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x40ebae,'content',_0x40ebae,'authoredAt',(_0x3168f1,_0x4d631d)=>S(_0x493b43,'COMMENT_ARIA_LABEL',[_0x40ebae['author']['name'],_0x106e42['formatDateTime'](_0x4d631d),new DOMParser()['parseFromString'](_0x3168f1,'text/html')['body']['textContent'],_0x40ebae['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new _0x580fe0(_0x493b43,S(_0x493b43,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new _0x1f1a60(),this['focusTracker']=new _0x3e55ef(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x2db720=>_0x2db720['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']?S(this['locale'],'EXTERNAL_IMPORT_WORD_COMMENT'):S(this['locale'],'EXTERNAL_COMMENT');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?S(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):S(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['_createCommentContentView'](){const _0x1fade9=new os(this['locale']);return _0x1fade9['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x3372b5,_0xdc825d)=>_0xdc825d?_0x73fdef(_0x3372b5,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x3372b5),_0x1fade9;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x50e1d5=new rs(this['locale'],this['_config']['editorConfig']);return _0x50e1d5['value']=this['_model']['content'],_0x50e1d5['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x50e1d5['submitLabel']=S(this['locale'],'Save'),_0x50e1d5['on']('submit',(_0x5e6f46,_0x368638)=>{this['fire']('updateComment',this['_model']['id'],_0x368638),this['switchToDisplayMode'](),this['focus']();}),_0x50e1d5['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x50e1d5['once']('editorReady',()=>{_0x50e1d5['focus']();}),_0x50e1d5['createEditor'](),_0x50e1d5['delegate']('editorReady')['to'](this),_0x50e1d5['delegate']('editorDestroyed')['to'](this),_0x50e1d5;}['_setupKeyboardNavigation'](){const _0x1a957b=this['element'];this['keystrokes']['listenTo'](_0x1a957b);for(const _0x45feb4 of this['focusables'])this['focusTracker']['add'](_0x45feb4['element']),this['keystrokes']['listenTo'](_0x45feb4['element']);this['focusables']['on']('change',(_0x236eb6,_0x1c4753)=>{for(const _0x5e4c05 of _0x1c4753['removed'])this['focusTracker']['remove'](_0x5e4c05['element']),this['keystrokes']['stopListening'](_0x5e4c05['element']);for(const _0x3656d0 of _0x1c4753['added'])this['focusTracker']['add'](_0x3656d0['element']),this['keystrokes']['listenTo'](_0x3656d0['element']);}),this['keystrokes']['set']('enter',(_0x4bcf56,_0x68ae6a)=>{_0x1a957b===_0x4bcf56['target']&&(this['focusCycler']['focusFirst'](),_0x68ae6a());}),this['keystrokes']['set']('esc',(_0x18bd35,_0x4c013f)=>{_0x1a957b!==_0x18bd35['target']&&(this['focus'](),_0x4c013f());});}}class Tt extends/* #__PURE__ -- @preserve */
|
|
28
|
+
ti(ns){['actionBar'];['userView'];constructor(_0x2ebe1f,_0x1b56cf,_0x14c54f){super(_0x2ebe1f,_0x1b56cf,_0x14c54f),this['set']('actionIndicator',null),this['set']('placeholder',S(_0x2ebe1f,'Reply...')),this['bind']('authoredAt')['to'](_0x1b56cf),this['bind']('resolvedAt')['to'](_0x1b56cf),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 _0x351b36(_0x2ebe1f,_0x1b56cf['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0x1b56cf,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0xfc2f85=this['bindTemplate'],_0x117cd4=[{'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']}},{'tag':'time','attributes':{'datetime':_0xfc2f85['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0xfc2f85['to']('authoredAt',_0x3cf845=>this['_config']['formatDateTime'](_0x3cf845))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0xfc2f85['if']('isEditMode','ck-comment__actions--hidden'),_0xfc2f85['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']&&_0x117cd4['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0xfc2f85['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1,'aria-label':_0xfc2f85['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0xfc2f85['if']('isEditMode','ck-comment--edit'),_0xfc2f85['if']('isSystemComment','ck-comment--info'),_0xfc2f85['to']('actionIndicator',_0x2569be=>_0x2569be?'ck-comment--'+_0x2569be:'')],'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':_0x117cd4}]}]};}['_createEditButton'](){const _0x2c6a13=new _0x4c812b(this['locale']);return _0x2c6a13['label']=S(this['locale'],'Edit'),_0x2c6a13['icon']=_0x3a0fd3['pencil'],_0x2c6a13['withText']=!0x0,_0x2c6a13['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x2c6a13['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x9063e5=>!_0x9063e5),_0x2c6a13['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x2c6a13['on']('execute',()=>this['switchToEditMode']()),_0x2c6a13;}['_createRemoveButton'](){const _0x15314d=new _0x4c812b(this['locale']);return _0x15314d['label']=S(this['locale'],'Remove'),_0x15314d['icon']='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M5.2\x207h9.2c.6\x200\x201\x20.4\x201\x201v9.9c0\x20.5-.4\x201-1\x201H5.2a1\x201\x200\x200\x201-1-1V8c0-.6.4-1\x201-1zm1\x201.5c-.3\x200-.5.2-.5.5v8c0\x20.3.2.5.5.5h.5c.2\x200\x20.5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2\x200c-.2\x200-.5.2-.5.5v8c0\x20.3.3.5.5.5h.5c.3\x200\x20.5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5\x200c-.2\x200-.5.2-.5.5v8c0\x20.3.3.5.5.5h.5c.3\x200\x20.5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5\x203.6H3.8c-.5\x200-.7.3-.7.8s.2.7.7.7h12c.6\x200\x20.9-.2.9-.7\x200-.5-.3-.8-1-.8h-2.4l-1.8-2.2z\x22/></svg>\x0a',_0x15314d['withText']=!0x0,_0x15314d['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x15314d['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x350fb9=>!_0x350fb9),_0x15314d['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x15314d['on']('execute',()=>{this['showConfirm'](S(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x15314d;}['_createDropdown'](){const _0x4cbb5d=_0x4cb7b8(this['locale'],_0x30c5a7),_0xf4b29a=_0x4cbb5d['panelView']['children'],_0x42ef36=new _0x33c8b1(this['locale']),_0x25d10a=_0x4cbb5d['bindTemplate'];_0x2bf84d(_0x4cbb5d,()=>this['items']['find'](_0x86c432=>_0x86c432['isVisible'])),_0x4cbb5d['extendTemplate']({'attributes':{'class':[_0x25d10a['if']('isVisible','ck-hidden',_0x3b38b3=>!_0x3b38b3)]}});const _0x294157=(_0x73ce25,_0x490b0f=-0x1)=>{const _0x5e6ef4=new _0x524f8a(this['locale']);_0x5e6ef4['children']['add'](_0x73ce25);const _0x1c3bfa=_0x490b0f>-0x1?_0x490b0f:_0x42ef36['items']['length'];_0x42ef36['items']['add'](_0x5e6ef4,_0x1c3bfa);const _0xd6142a=Array['from'](this['items']);_0x4cbb5d['unbind']('isEnabled','isVisible'),_0x4cbb5d['bind']('isEnabled')['toMany'](_0xd6142a,'isEnabled',(..._0x5f0e91)=>_0x5f0e91['some'](_0x1cca0c=>_0x1cca0c)),_0x4cbb5d['bind']('isVisible')['toMany'](_0xd6142a,'isVisible',(..._0x64dfe9)=>_0x64dfe9['some'](_0x3549d4=>_0x3549d4));};_0x4cbb5d['panelPosition']='sw',_0x4cbb5d['buttonView']['set']({'label':S(this['locale'],'Show\x20more\x20items'),'icon':_0x3a0fd3['threeVerticalDots']}),_0x4cbb5d['isEnabled']=[...this['items']]['some'](_0x160d78=>_0x160d78['isEnabled']),_0x4cbb5d['buttonView']['isVisible']=[...this['items']]['some'](_0x395403=>_0x395403['isVisible']);for(const _0x19019d of this['items'])_0x294157(_0x19019d);return _0xf4b29a['add'](_0x42ef36),_0x4cbb5d['listenTo'](this['items'],'add',(_0x1c96ca,_0x522e34,_0x3de8f6)=>{_0x294157(_0x522e34,_0x3de8f6);}),_0x4cbb5d['listenTo'](this['items'],'remove',(_0x2503b6,_0x505fd5,_0x1f95dd)=>{_0x42ef36['items']['remove'](_0x1f95dd);}),_0x4cbb5d;}['_attachActions'](_0x2a01a5,_0x3691d7){const _0x2203ef=_0x2a01a5&&_0x2a01a5['element'];_0x2203ef&&(this['listenTo'](_0x2203ef,'mouseenter',()=>this['actionIndicator']=_0x3691d7),this['listenTo'](_0x2203ef,'focus',()=>this['actionIndicator']=_0x3691d7),this['listenTo'](_0x2203ef,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x2203ef,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x161a04=super['_createCommentInputView']();return _0x161a04['bind']('placeholder')['to'](this),_0x161a04;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}}function J(_0x4d0a6b){const _0x397daa=_0x3b46ed(_0x4d0a6b,0x1e),_0x40e838=new MutationObserver(_0x3b7bb0=>{for(const _0x337c8f of _0x3b7bb0)('attributes'==_0x337c8f['type']&&'class'==_0x337c8f['attributeName']||'childList'==_0x337c8f['type']||'characterData'==_0x337c8f['type'])&&_0x397daa();});return{'attach'(_0x4d3a19){_0x40e838['observe'](_0x4d3a19,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x40e838['disconnect'](),_0x397daa['cancel']();}};}class T extends Dt{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x356941,_0xfe9e9b){super(_0x356941),this['id']=_0x1f8ced(),this['focusTracker']=new _0x3e55ef(),this['keystrokes']=new Et(),this['keystrokes']['set']('Esc',(_0x4555b6,_0x19db7e)=>this['fire']('Esc',_0x19db7e)),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']=J(()=>this['_updateHeight']()),this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this),this['content']['add'](_0xfe9e9b),this['mainView']=_0xfe9e9b;const _0x10ec11=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x10ec11['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 _0x1aea81=this['element']['clientHeight'];_0x1aea81&&(this['height']=_0x1aea81);}}class d extends/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x667d5(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x4c8b68,target:_0x45a77c,type:_0x1d81e9,isVisible:_0x2a9654=!0x0}){super(),this['view']=_0x4c8b68,this['view']['element']||this['view']['render'](),this['_type']=_0x1d81e9,this['_target']=_0x45a77c,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x20413f([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x289f0d,_0x23c419)=>{this['view']['focusTracker']['add'](_0x23c419);}),this['focusableElements']['on']('remove',(_0x5883d5,_0x13b13e)=>{this['view']['focusTracker']['remove'](_0x13b13e);}),this['set']('isVisible',_0x2a9654);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x201953=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x201953),_0x201953;}get['targetRect'](){const _0x3cf036=this['target'];if(null===_0x3cf036)return null;if(_0x3cf036 instanceof _0x4e4c12)return _0x3cf036;const _0x5dcbb6=_0x3cf036['filter'](_0x22112b=>function(_0x55c7a6){const _0x201c94=_0x55c7a6['offsetParent'];if(_0x201c94)return!0x0;const _0xdae2bc=_0x55c7a6['getClientRects']()['item'](0x0);return!!_0xdae2bc;}(_0x22112b));return 0x0===_0x5dcbb6['length']?null:new _0x4e4c12(_0x5dcbb6[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x3ccce0){this['view']['isActive']=_0x3ccce0,this['view']['mainView']['isActive']=_0x3ccce0;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x31fd7b){if(!(null===_0x31fd7b||_0x31fd7b instanceof _0x4e4c12||Array['isArray'](_0x31fd7b)&&_0x31fd7b['every'](_0xecd34=>ee(_0xecd34))))throw new _0x736c4a('annotation-invalid-target',null,{'target':_0x31fd7b});}['_getNormalizedTarget'](){const _0x34f492='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x34f492)?[_0x34f492]:_0x34f492;}}function ee(_0x168cad){return null!==_0x168cad&&'object'==typeof _0x168cad&&'nodeType'in _0x168cad&&0x1===_0x168cad['nodeType'];}class x extends _0x20413f{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x3f8260=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x3e55ef(),this['_focusTracker']['on']('change:isFocused',(_0xbf99a1,_0x121f05,_0x3b1dcc)=>{_0x3b1dcc||this['fire']('blur');});for(const _0x1c61bd of _0x3f8260)this['add'](_0x1c61bd);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x35bc95){if(this['has'](_0x35bc95))throw new _0x736c4a('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x35bc95['innerView'],_0x35bc95),this['_viewToAnnotation']['set'](_0x35bc95['view'],_0x35bc95);for(const _0x549c1a of _0x35bc95['focusableElements'])this['_focusTracker']['add'](_0x549c1a);this['listenTo'](_0x35bc95['focusableElements'],'add',(_0x3181d0,_0x3a254e)=>{this['_focusTracker']['add'](_0x3a254e);}),this['listenTo'](_0x35bc95['focusableElements'],'remove',(_0x25239e,_0xf8b3a5)=>{this['_focusTracker']['remove'](_0xf8b3a5);}),this['listenTo'](_0x35bc95['view']['focusTracker'],'change:isFocused',(_0x295a9a,_0x5daa4d,_0x1810dd)=>{_0x1810dd&&this['fire']('focus',_0x35bc95);}),_0x35bc95['updateTargetRect']();const _0x57feb1=this['_getOrderInContent'](_0x35bc95['view']['targetRect']);return super['add'](_0x35bc95,_0x57feb1);}['remove'](_0x476d2b){if(!this['has'](_0x476d2b))throw new _0x736c4a('annotationcollection-not-existing-item',null);this['stopListening'](_0x476d2b['view']['focusTracker']),this['stopListening'](_0x476d2b['focusableElements']);for(const _0x3bbb81 of _0x476d2b['focusableElements'])this['_focusTracker']['remove'](_0x3bbb81);return this['_viewToAnnotation']['delete'](_0x476d2b['view']),this['_innerViewToAnnotation']['delete'](_0x476d2b['innerView']),super['remove'](_0x476d2b);}['getByInnerView'](_0x5cde24){return this['_innerViewToAnnotation']['get'](_0x5cde24);}['getByView'](_0x5773c0){return this['_viewToAnnotation']['get'](_0x5773c0);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0xc0032 of this)_0xc0032['updateTargetRect']();this['_sort']();}['_sort'](){const _0x280793=Array['from'](this)['sort']((_0x5229dd,_0x291700)=>v(_0x5229dd['view']['targetRect'],_0x291700['view']['targetRect']));for(let _0x51228d=_0x280793['length']-0x1;_0x51228d>0x0;_0x51228d--){const _0xa6af26=_0x280793[_0x51228d];_0x51228d!==this['getIndex'](_0xa6af26)&&(this['remove'](_0xa6af26),this['add'](_0xa6af26));}}['_getOrderInContent'](_0x233b2d){let _0x2dd207=0x0;if(!_0x233b2d)return this['length'];for(const _0x4e738e of this){const _0x3c15cb=_0x4e738e['view']['targetRect'];if(_0x3c15cb){if(v(_0x233b2d,_0x3c15cb)<0x0)return _0x2dd207;_0x2dd207++;}}return _0x2dd207;}}function v(_0xae27bb,_0x28f516){if(null===_0xae27bb&&null===_0x28f516)return 0x0;if(null===_0xae27bb)return-0x1;if(null===_0x28f516)return 0x1;const _0x4a5a31=_0xae27bb['top']-_0x28f516['top'];return 0x0==_0x4a5a31?_0xae27bb['left']-_0x28f516['left']:_0x4a5a31;}class N extends _0x424855{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x54e764){if(super(_0x54e764),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x54e764 instanceof _0x4eb99c){const _0xf6b3ef=_0x54e764['locale'];_0x54e764['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':S(_0xf6b3ef,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':S(_0xf6b3ef,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':S(_0xf6b3ef,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':S(_0xf6b3ef,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':S(_0xf6b3ef,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':S(_0xf6b3ef,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':S(_0xf6b3ef,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x27b7b8){this['collection']['add'](_0x27b7b8);}['remove'](_0x2e0264){this['collection']['remove'](_0x2e0264),_0x2e0264['destroy']();}['refreshVisibility'](){for(const _0x2ef80f of this['collection'])_0x2ef80f['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x5d5c93){return this['collection']['getByInnerView'](_0x5d5c93);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x5ef942 of this['collection'])_0x5ef942['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x18d4c8){this['fire']('_activateAnnotation',_0x18d4c8);}['createAnnotation'](_0x310f84){return new d(_0x310f84);}['createAnnotationView'](_0x483ec1,_0x3f19d6){return new T(_0x483ec1,_0x3f19d6);}['_addActiveAnnotation'](_0x366189){const _0xdc6103=new Set(this['activeAnnotations']);_0xdc6103['add'](_0x366189),this['activeAnnotations']=_0xdc6103;}['_removeActiveAnnotation'](_0x44e61b){const _0x532a24=new Set(this['activeAnnotations']);_0x532a24['delete'](_0x44e61b),this['activeAnnotations']=_0x532a24;}['_bindAnnotationsToVisibleAnnotations'](){const _0x13a51f=this['collection'],_0x17b9bb=this['_visibleAnnotations'];function _0x196633(_0x6b9364){const _0x30ce74=_0x6b9364['source'];_0x30ce74['isVisible']&&!_0x17b9bb['has'](_0x30ce74)?_0x17b9bb['add'](_0x30ce74):!_0x30ce74['isVisible']&&_0x17b9bb['has'](_0x30ce74)&&_0x17b9bb['remove'](_0x30ce74),_0x30ce74['view']['focusTracker']['remove'](_0x30ce74['view']['element']),_0x30ce74['view']['focusTracker']['add'](_0x30ce74['view']['element']);}this['listenTo'](_0x13a51f,'add',(_0x5ac90a,_0x277002)=>{_0x277002['isVisible']&&_0x17b9bb['add'](_0x277002),this['listenTo'](_0x277002,'change:isVisible',_0x196633);}),this['listenTo'](_0x13a51f,'remove',(_0x1f391d,_0x181164)=>{_0x17b9bb['has'](_0x181164)&&_0x17b9bb['remove'](_0x181164),this['stopListening'](_0x181164,'change:isVisible',_0x196633);});}['_setupEnterAnnotationKeystroke'](){const _0xeee6a7=_0x5dc3b8=>{_0x5dc3b8['on']('ready',()=>{_0x5dc3b8['keystrokes']['set'](_0x4584f7,(_0x41e923,_0x41a0b8)=>{const _0x58eb7d=_0x3a3a59(this['activeAnnotations']['values']());_0x58eb7d&&(_0x58eb7d['view']['focus'](),_0x41a0b8());});});};this['context']instanceof _0x4eb99c?_0xeee6a7(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x11df88,_0x187bad)=>{_0xeee6a7(_0x187bad);});}['_setupEscapeAnnotationHandling'](){const _0x2b9c03=_0x51dde6=>{const _0x91073=_0x51dde6['source'],_0x417f01=[];let _0x1b5838;if(Array['isArray'](_0x91073['target'])){_0x1b5838=_0x91073['target'][0x0],this['context']instanceof _0x4eb99c?_0x417f01['push'](this['context']):this['context']['editors']&&_0x417f01['push'](...this['context']['editors']);for(const _0x5ba190 of _0x417f01)for(const _0x284d6f of _0x5ba190['editing']['view']['domRoots']['values']())if(_0x284d6f['contains'](_0x1b5838))return void _0x5ba190['editing']['view']['focus']();_0x1b5838['focus']();}};this['listenTo'](this['collection'],'add',(_0x1d71a3,_0x32ad12)=>{this['listenTo'](_0x32ad12,'escape',_0x2b9c03,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x31b8c2,_0x3bb2b8)=>{this['stopListening'](_0x3bb2b8,'escape',_0x2b9c03);});}}const bt=Symbol('noChannel'),_t={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x424855{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[N,ut,at];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x3ab50b){super(_0x3ab50b),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map()),this['licenseKey']=this['context']['config']['get']('licenseKey');const _0x22af4d=this['context']['config'];_0x22af4d['define']('comments.maxCommentsWhenCollapsed',0x2),_0x22af4d['define']('comments.maxThreadTotalWeight',0x1f4),_0x22af4d['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x22af4d['define']('comments.CommentThreadView',gt),_0x22af4d['define']('comments.CommentView',Tt),_0x22af4d['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x410a55=this['context']['plugins']['get'](N);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x5c9dfb,_0x59dc0c)=>this['_addCommentThread'](_0x59dc0c)),this['on']('submitCommentThread',(_0x39ac7d,_0x4c1464)=>this['_submitCommentThread'](_0x4c1464)),this['on']('resolveCommentThread',(_0x614fda,_0x540574)=>this['_resolveCommentThread'](_0x540574)),this['on']('resolveCommentThread',(_0xebf134,_0x102b17)=>this['_updateActiveAnnotation'](_0x102b17),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x3a56a7,_0x190140)=>this['_reopenCommentThread'](_0x190140)),this['on']('reopenCommentThread',(_0x2034bd,_0x49ba2b)=>this['_updateActiveAnnotation'](_0x49ba2b),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x940689,_0x58d737)=>this['_removeCommentThread'](_0x58d737)),this['on']('updateCommentThread',(_0x2276b5,_0x11f5f9)=>this['_updateCommentThread'](_0x11f5f9)),this['on']('updateCommentThread',(_0x4bc6bb,_0x24aa90)=>this['_updateActiveAnnotation'](_0x24aa90),{'priority':'lowest'}),this['on']('addComment',(_0x5dce1f,_0x5e2657)=>this['_addComment'](_0x5e2657)),this['on']('updateComment',(_0x1e65a4,_0x203904)=>this['_updateComment'](_0x203904)),this['on']('removeComment',(_0x5e32ee,_0x3751d1)=>this['_removeComment'](_0x3751d1)),this['on']('addComment',(_0x5ef6c0,{threadId:_0x191229,isFromAdapter:_0x2b4cb3})=>{if(_0x2b4cb3)return;const _0x34f68b=this['getCommentThread'](_0x191229),_0x1513f5=_0x34f68b&&this['_threadToController']['get'](_0x34f68b);_0x1513f5&&_0x1513f5['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x410a55,'change:activeAnnotations',(_0x30defe,_0x1788da,_0x309556)=>{const _0x4834a0=Array['from'](_0x309556)['map'](_0x269ea3=>this['_viewToController']['get'](_0x269ea3['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x4834a0?_0x4834a0['model']:null;});}['afterInit'](){!function(_0x16af4e){function _0x2ef77f(_0x1d5ce6,_0x925b52,_0x387cb3){const _0x2e050c={};_0x2e050c[_0x56bf27([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x2e050c[_0x56bf27([0x72,0x63,0x6f,0x6e])]=[0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36,0x6c,0xd8,0xab,0x4d,0x9a,0x2f,0x5e,0xbc,0x63,0xc6,0x97,0x35,0x6a,0xd4,0xb3,0x7d,0xfa,0xef,0xc5,0x91],_0x2e050c[_0x56bf27([0x53])]=[0x63,0x7c,0x77,0x7b,0xf2,0x6b,0x6f,0xc5,0x30,0x1,0x67,0x2b,0xfe,0xd7,0xab,0x76,0xca,0x82,0xc9,0x7d,0xfa,0x59,0x47,0xf0,0xad,0xd4,0xa2,0xaf,0x9c,0xa4,0x72,0xc0,0xb7,0xfd,0x93,0x26,0x36,0x3f,0xf7,0xcc,0x34,0xa5,0xe5,0xf1,0x71,0xd8,0x31,0x15,0x4,0xc7,0x23,0xc3,0x18,0x96,0x5,0x9a,0x7,0x12,0x80,0xe2,0xeb,0x27,0xb2,0x75,0x9,0x83,0x2c,0x1a,0x1b,0x6e,0x5a,0xa0,0x52,0x3b,0xd6,0xb3,0x29,0xe3,0x2f,0x84,0x53,0xd1,0x0,0xed,0x20,0xfc,0xb1,0x5b,0x6a,0xcb,0xbe,0x39,0x4a,0x4c,0x58,0xcf,0xd0,0xef,0xaa,0xfb,0x43,0x4d,0x33,0x85,0x45,0xf9,0x2,0x7f,0x50,0x3c,0x9f,0xa8,0x51,0xa3,0x40,0x8f,0x92,0x9d,0x38,0xf5,0xbc,0xb6,0xda,0x21,0x10,0xff,0xf3,0xd2,0xcd,0xc,0x13,0xec,0x5f,0x97,0x44,0x17,0xc4,0xa7,0x7e,0x3d,0x64,0x5d,0x19,0x73,0x60,0x81,0x4f,0xdc,0x22,0x2a,0x90,0x88,0x46,0xee,0xb8,0x14,0xde,0x5e,0xb,0xdb,0xe0,0x32,0x3a,0xa,0x49,0x6,0x24,0x5c,0xc2,0xd3,0xac,0x62,0x91,0x95,0xe4,0x79,0xe7,0xc8,0x37,0x6d,0x8d,0xd5,0x4e,0xa9,0x6c,0x56,0xf4,0xea,0x65,0x7a,0xae,0x8,0xba,0x78,0x25,0x2e,0x1c,0xa6,0xb4,0xc6,0xe8,0xdd,0x74,0x1f,0x4b,0xbd,0x8b,0x8a,0x70,0x3e,0xb5,0x66,0x48,0x3,0xf6,0xe,0x61,0x35,0x57,0xb9,0x86,0xc1,0x1d,0x9e,0xe1,0xf8,0x98,0x11,0x69,0xd9,0x8e,0x94,0x9b,0x1e,0x87,0xe9,0xce,0x55,0x28,0xdf,0x8c,0xa1,0x89,0xd,0xbf,0xe6,0x42,0x68,0x41,0x99,0x2d,0xf,0xb0,0x54,0xbb,0x16],_0x2e050c[_0x56bf27([0x54,0x31])]=[0xc66363a5,0xf87c7c84,0xee777799,0xf67b7b8d,0xfff2f20d,0xd66b6bbd,0xde6f6fb1,0x91c5c554,0x60303050,0x2010103,0xce6767a9,0x562b2b7d,0xe7fefe19,0xb5d7d762,0x4dababe6,0xec76769a,0x8fcaca45,0x1f82829d,0x89c9c940,0xfa7d7d87,0xeffafa15,0xb25959eb,0x8e4747c9,0xfbf0f00b,0x41adadec,0xb3d4d467,0x5fa2a2fd,0x45afafea,0x239c9cbf,0x53a4a4f7,0xe4727296,0x9bc0c05b,0x75b7b7c2,0xe1fdfd1c,0x3d9393ae,0x4c26266a,0x6c36365a,0x7e3f3f41,0xf5f7f702,0x83cccc4f,0x6834345c,0x51a5a5f4,0xd1e5e534,0xf9f1f108,0xe2717193,0xabd8d873,0x62313153,0x2a15153f,0x804040c,0x95c7c752,0x46232365,0x9dc3c35e,0x30181828,0x379696a1,0xa05050f,0x2f9a9ab5,0xe070709,0x24121236,0x1b80809b,0xdfe2e23d,0xcdebeb26,0x4e272769,0x7fb2b2cd,0xea75759f,0x1209091b,0x1d83839e,0x582c2c74,0x341a1a2e,0x361b1b2d,0xdc6e6eb2,0xb45a5aee,0x5ba0a0fb,0xa45252f6,0x763b3b4d,0xb7d6d661,0x7db3b3ce,0x5229297b,0xdde3e33e,0x5e2f2f71,0x13848497,0xa65353f5,0xb9d1d168,0x0,0xc1eded2c,0x40202060,0xe3fcfc1f,0x79b1b1c8,0xb65b5bed,0xd46a6abe,0x8dcbcb46,0x67bebed9,0x7239394b,0x944a4ade,0x984c4cd4,0xb05858e8,0x85cfcf4a,0xbbd0d06b,0xc5efef2a,0x4faaaae5,0xedfbfb16,0x864343c5,0x9a4d4dd7,0x66333355,0x11858594,0x8a4545cf,0xe9f9f910,0x4020206,0xfe7f7f81,0xa05050f0,0x783c3c44,0x259f9fba,0x4ba8a8e3,0xa25151f3,0x5da3a3fe,0x804040c0,0x58f8f8a,0x3f9292ad,0x219d9dbc,0x70383848,0xf1f5f504,0x63bcbcdf,0x77b6b6c1,0xafdada75,0x42212163,0x20101030,0xe5ffff1a,0xfdf3f30e,0xbfd2d26d,0x81cdcd4c,0x180c0c14,0x26131335,0xc3ecec2f,0xbe5f5fe1,0x359797a2,0x884444cc,0x2e171739,0x93c4c457,0x55a7a7f2,0xfc7e7e82,0x7a3d3d47,0xc86464ac,0xba5d5de7,0x3219192b,0xe6737395,0xc06060a0,0x19818198,0x9e4f4fd1,0xa3dcdc7f,0x44222266,0x542a2a7e,0x3b9090ab,0xb888883,0x8c4646ca,0xc7eeee29,0x6bb8b8d3,0x2814143c,0xa7dede79,0xbc5e5ee2,0x160b0b1d,0xaddbdb76,0xdbe0e03b,0x64323256,0x743a3a4e,0x140a0a1e,0x924949db,0xc06060a,0x4824246c,0xb85c5ce4,0x9fc2c25d,0xbdd3d36e,0x43acacef,0xc46262a6,0x399191a8,0x319595a4,0xd3e4e437,0xf279798b,0xd5e7e732,0x8bc8c843,0x6e373759,0xda6d6db7,0x18d8d8c,0xb1d5d564,0x9c4e4ed2,0x49a9a9e0,0xd86c6cb4,0xac5656fa,0xf3f4f407,0xcfeaea25,0xca6565af,0xf47a7a8e,0x47aeaee9,0x10080818,0x6fbabad5,0xf0787888,0x4a25256f,0x5c2e2e72,0x381c1c24,0x57a6a6f1,0x73b4b4c7,0x97c6c651,0xcbe8e823,0xa1dddd7c,0xe874749c,0x3e1f1f21,0x964b4bdd,0x61bdbddc,0xd8b8b86,0xf8a8a85,0xe0707090,0x7c3e3e42,0x71b5b5c4,0xcc6666aa,0x904848d8,0x6030305,0xf7f6f601,0x1c0e0e12,0xc26161a3,0x6a35355f,0xae5757f9,0x69b9b9d0,0x17868691,0x99c1c158,0x3a1d1d27,0x279e9eb9,0xd9e1e138,0xebf8f813,0x2b9898b3,0x22111133,0xd26969bb,0xa9d9d970,0x78e8e89,0x339494a7,0x2d9b9bb6,0x3c1e1e22,0x15878792,0xc9e9e920,0x87cece49,0xaa5555ff,0x50282878,0xa5dfdf7a,0x38c8c8f,0x59a1a1f8,0x9898980,0x1a0d0d17,0x65bfbfda,0xd7e6e631,0x844242c6,0xd06868b8,0x824141c3,0x299999b0,0x5a2d2d77,0x1e0f0f11,0x7bb0b0cb,0xa85454fc,0x6dbbbbd6,0x2c16163a],_0x2e050c[_0x56bf27([0x54,0x32])]=[0xa5c66363,0x84f87c7c,0x99ee7777,0x8df67b7b,0xdfff2f2,0xbdd66b6b,0xb1de6f6f,0x5491c5c5,0x50603030,0x3020101,0xa9ce6767,0x7d562b2b,0x19e7fefe,0x62b5d7d7,0xe64dabab,0x9aec7676,0x458fcaca,0x9d1f8282,0x4089c9c9,0x87fa7d7d,0x15effafa,0xebb25959,0xc98e4747,0xbfbf0f0,0xec41adad,0x67b3d4d4,0xfd5fa2a2,0xea45afaf,0xbf239c9c,0xf753a4a4,0x96e47272,0x5b9bc0c0,0xc275b7b7,0x1ce1fdfd,0xae3d9393,0x6a4c2626,0x5a6c3636,0x417e3f3f,0x2f5f7f7,0x4f83cccc,0x5c683434,0xf451a5a5,0x34d1e5e5,0x8f9f1f1,0x93e27171,0x73abd8d8,0x53623131,0x3f2a1515,0xc080404,0x5295c7c7,0x65462323,0x5e9dc3c3,0x28301818,0xa1379696,0xf0a0505,0xb52f9a9a,0x90e0707,0x36241212,0x9b1b8080,0x3ddfe2e2,0x26cdebeb,0x694e2727,0xcd7fb2b2,0x9fea7575,0x1b120909,0x9e1d8383,0x74582c2c,0x2e341a1a,0x2d361b1b,0xb2dc6e6e,0xeeb45a5a,0xfb5ba0a0,0xf6a45252,0x4d763b3b,0x61b7d6d6,0xce7db3b3,0x7b522929,0x3edde3e3,0x715e2f2f,0x97138484,0xf5a65353,0x68b9d1d1,0x0,0x2cc1eded,0x60402020,0x1fe3fcfc,0xc879b1b1,0xedb65b5b,0xbed46a6a,0x468dcbcb,0xd967bebe,0x4b723939,0xde944a4a,0xd4984c4c,0xe8b05858,0x4a85cfcf,0x6bbbd0d0,0x2ac5efef,0xe54faaaa,0x16edfbfb,0xc5864343,0xd79a4d4d,0x55663333,0x94118585,0xcf8a4545,0x10e9f9f9,0x6040202,0x81fe7f7f,0xf0a05050,0x44783c3c,0xba259f9f,0xe34ba8a8,0xf3a25151,0xfe5da3a3,0xc0804040,0x8a058f8f,0xad3f9292,0xbc219d9d,0x48703838,0x4f1f5f5,0xdf63bcbc,0xc177b6b6,0x75afdada,0x63422121,0x30201010,0x1ae5ffff,0xefdf3f3,0x6dbfd2d2,0x4c81cdcd,0x14180c0c,0x35261313,0x2fc3ecec,0xe1be5f5f,0xa2359797,0xcc884444,0x392e1717,0x5793c4c4,0xf255a7a7,0x82fc7e7e,0x477a3d3d,0xacc86464,0xe7ba5d5d,0x2b321919,0x95e67373,0xa0c06060,0x98198181,0xd19e4f4f,0x7fa3dcdc,0x66442222,0x7e542a2a,0xab3b9090,0x830b8888,0xca8c4646,0x29c7eeee,0xd36bb8b8,0x3c281414,0x79a7dede,0xe2bc5e5e,0x1d160b0b,0x76addbdb,0x3bdbe0e0,0x56643232,0x4e743a3a,0x1e140a0a,0xdb924949,0xa0c0606,0x6c482424,0xe4b85c5c,0x5d9fc2c2,0x6ebdd3d3,0xef43acac,0xa6c46262,0xa8399191,0xa4319595,0x37d3e4e4,0x8bf27979,0x32d5e7e7,0x438bc8c8,0x596e3737,0xb7da6d6d,0x8c018d8d,0x64b1d5d5,0xd29c4e4e,0xe049a9a9,0xb4d86c6c,0xfaac5656,0x7f3f4f4,0x25cfeaea,0xafca6565,0x8ef47a7a,0xe947aeae,0x18100808,0xd56fbaba,0x88f07878,0x6f4a2525,0x725c2e2e,0x24381c1c,0xf157a6a6,0xc773b4b4,0x5197c6c6,0x23cbe8e8,0x7ca1dddd,0x9ce87474,0x213e1f1f,0xdd964b4b,0xdc61bdbd,0x860d8b8b,0x850f8a8a,0x90e07070,0x427c3e3e,0xc471b5b5,0xaacc6666,0xd8904848,0x5060303,0x1f7f6f6,0x121c0e0e,0xa3c26161,0x5f6a3535,0xf9ae5757,0xd069b9b9,0x91178686,0x5899c1c1,0x273a1d1d,0xb9279e9e,0x38d9e1e1,0x13ebf8f8,0xb32b9898,0x33221111,0xbbd26969,0x70a9d9d9,0x89078e8e,0xa7339494,0xb62d9b9b,0x223c1e1e,0x92158787,0x20c9e9e9,0x4987cece,0xffaa5555,0x78502828,0x7aa5dfdf,0x8f038c8c,0xf859a1a1,0x80098989,0x171a0d0d,0xda65bfbf,0x31d7e6e6,0xc6844242,0xb8d06868,0xc3824141,0xb0299999,0x775a2d2d,0x111e0f0f,0xcb7bb0b0,0xfca85454,0xd66dbbbb,0x3a2c1616],_0x2e050c[_0x56bf27([0x54,0x33])]=[0x63a5c663,0x7c84f87c,0x7799ee77,0x7b8df67b,0xf20dfff2,0x6bbdd66b,0x6fb1de6f,0xc55491c5,0x30506030,0x1030201,0x67a9ce67,0x2b7d562b,0xfe19e7fe,0xd762b5d7,0xabe64dab,0x769aec76,0xca458fca,0x829d1f82,0xc94089c9,0x7d87fa7d,0xfa15effa,0x59ebb259,0x47c98e47,0xf00bfbf0,0xadec41ad,0xd467b3d4,0xa2fd5fa2,0xafea45af,0x9cbf239c,0xa4f753a4,0x7296e472,0xc05b9bc0,0xb7c275b7,0xfd1ce1fd,0x93ae3d93,0x266a4c26,0x365a6c36,0x3f417e3f,0xf702f5f7,0xcc4f83cc,0x345c6834,0xa5f451a5,0xe534d1e5,0xf108f9f1,0x7193e271,0xd873abd8,0x31536231,0x153f2a15,0x40c0804,0xc75295c7,0x23654623,0xc35e9dc3,0x18283018,0x96a13796,0x50f0a05,0x9ab52f9a,0x7090e07,0x12362412,0x809b1b80,0xe23ddfe2,0xeb26cdeb,0x27694e27,0xb2cd7fb2,0x759fea75,0x91b1209,0x839e1d83,0x2c74582c,0x1a2e341a,0x1b2d361b,0x6eb2dc6e,0x5aeeb45a,0xa0fb5ba0,0x52f6a452,0x3b4d763b,0xd661b7d6,0xb3ce7db3,0x297b5229,0xe33edde3,0x2f715e2f,0x84971384,0x53f5a653,0xd168b9d1,0x0,0xed2cc1ed,0x20604020,0xfc1fe3fc,0xb1c879b1,0x5bedb65b,0x6abed46a,0xcb468dcb,0xbed967be,0x394b7239,0x4ade944a,0x4cd4984c,0x58e8b058,0xcf4a85cf,0xd06bbbd0,0xef2ac5ef,0xaae54faa,0xfb16edfb,0x43c58643,0x4dd79a4d,0x33556633,0x85941185,0x45cf8a45,0xf910e9f9,0x2060402,0x7f81fe7f,0x50f0a050,0x3c44783c,0x9fba259f,0xa8e34ba8,0x51f3a251,0xa3fe5da3,0x40c08040,0x8f8a058f,0x92ad3f92,0x9dbc219d,0x38487038,0xf504f1f5,0xbcdf63bc,0xb6c177b6,0xda75afda,0x21634221,0x10302010,0xff1ae5ff,0xf30efdf3,0xd26dbfd2,0xcd4c81cd,0xc14180c,0x13352613,0xec2fc3ec,0x5fe1be5f,0x97a23597,0x44cc8844,0x17392e17,0xc45793c4,0xa7f255a7,0x7e82fc7e,0x3d477a3d,0x64acc864,0x5de7ba5d,0x192b3219,0x7395e673,0x60a0c060,0x81981981,0x4fd19e4f,0xdc7fa3dc,0x22664422,0x2a7e542a,0x90ab3b90,0x88830b88,0x46ca8c46,0xee29c7ee,0xb8d36bb8,0x143c2814,0xde79a7de,0x5ee2bc5e,0xb1d160b,0xdb76addb,0xe03bdbe0,0x32566432,0x3a4e743a,0xa1e140a,0x49db9249,0x60a0c06,0x246c4824,0x5ce4b85c,0xc25d9fc2,0xd36ebdd3,0xacef43ac,0x62a6c462,0x91a83991,0x95a43195,0xe437d3e4,0x798bf279,0xe732d5e7,0xc8438bc8,0x37596e37,0x6db7da6d,0x8d8c018d,0xd564b1d5,0x4ed29c4e,0xa9e049a9,0x6cb4d86c,0x56faac56,0xf407f3f4,0xea25cfea,0x65afca65,0x7a8ef47a,0xaee947ae,0x8181008,0xbad56fba,0x7888f078,0x256f4a25,0x2e725c2e,0x1c24381c,0xa6f157a6,0xb4c773b4,0xc65197c6,0xe823cbe8,0xdd7ca1dd,0x749ce874,0x1f213e1f,0x4bdd964b,0xbddc61bd,0x8b860d8b,0x8a850f8a,0x7090e070,0x3e427c3e,0xb5c471b5,0x66aacc66,0x48d89048,0x3050603,0xf601f7f6,0xe121c0e,0x61a3c261,0x355f6a35,0x57f9ae57,0xb9d069b9,0x86911786,0xc15899c1,0x1d273a1d,0x9eb9279e,0xe138d9e1,0xf813ebf8,0x98b32b98,0x11332211,0x69bbd269,0xd970a9d9,0x8e89078e,0x94a73394,0x9bb62d9b,0x1e223c1e,0x87921587,0xe920c9e9,0xce4987ce,0x55ffaa55,0x28785028,0xdf7aa5df,0x8c8f038c,0xa1f859a1,0x89800989,0xd171a0d,0xbfda65bf,0xe631d7e6,0x42c68442,0x68b8d068,0x41c38241,0x99b02999,0x2d775a2d,0xf111e0f,0xb0cb7bb0,0x54fca854,0xbbd66dbb,0x163a2c16],_0x2e050c[_0x56bf27([0x54,0x34])]=[0x6363a5c6,0x7c7c84f8,0x777799ee,0x7b7b8df6,0xf2f20dff,0x6b6bbdd6,0x6f6fb1de,0xc5c55491,0x30305060,0x1010302,0x6767a9ce,0x2b2b7d56,0xfefe19e7,0xd7d762b5,0xababe64d,0x76769aec,0xcaca458f,0x82829d1f,0xc9c94089,0x7d7d87fa,0xfafa15ef,0x5959ebb2,0x4747c98e,0xf0f00bfb,0xadadec41,0xd4d467b3,0xa2a2fd5f,0xafafea45,0x9c9cbf23,0xa4a4f753,0x727296e4,0xc0c05b9b,0xb7b7c275,0xfdfd1ce1,0x9393ae3d,0x26266a4c,0x36365a6c,0x3f3f417e,0xf7f702f5,0xcccc4f83,0x34345c68,0xa5a5f451,0xe5e534d1,0xf1f108f9,0x717193e2,0xd8d873ab,0x31315362,0x15153f2a,0x4040c08,0xc7c75295,0x23236546,0xc3c35e9d,0x18182830,0x9696a137,0x5050f0a,0x9a9ab52f,0x707090e,0x12123624,0x80809b1b,0xe2e23ddf,0xebeb26cd,0x2727694e,0xb2b2cd7f,0x75759fea,0x9091b12,0x83839e1d,0x2c2c7458,0x1a1a2e34,0x1b1b2d36,0x6e6eb2dc,0x5a5aeeb4,0xa0a0fb5b,0x5252f6a4,0x3b3b4d76,0xd6d661b7,0xb3b3ce7d,0x29297b52,0xe3e33edd,0x2f2f715e,0x84849713,0x5353f5a6,0xd1d168b9,0x0,0xeded2cc1,0x20206040,0xfcfc1fe3,0xb1b1c879,0x5b5bedb6,0x6a6abed4,0xcbcb468d,0xbebed967,0x39394b72,0x4a4ade94,0x4c4cd498,0x5858e8b0,0xcfcf4a85,0xd0d06bbb,0xefef2ac5,0xaaaae54f,0xfbfb16ed,0x4343c586,0x4d4dd79a,0x33335566,0x85859411,0x4545cf8a,0xf9f910e9,0x2020604,0x7f7f81fe,0x5050f0a0,0x3c3c4478,0x9f9fba25,0xa8a8e34b,0x5151f3a2,0xa3a3fe5d,0x4040c080,0x8f8f8a05,0x9292ad3f,0x9d9dbc21,0x38384870,0xf5f504f1,0xbcbcdf63,0xb6b6c177,0xdada75af,0x21216342,0x10103020,0xffff1ae5,0xf3f30efd,0xd2d26dbf,0xcdcd4c81,0xc0c1418,0x13133526,0xecec2fc3,0x5f5fe1be,0x9797a235,0x4444cc88,0x1717392e,0xc4c45793,0xa7a7f255,0x7e7e82fc,0x3d3d477a,0x6464acc8,0x5d5de7ba,0x19192b32,0x737395e6,0x6060a0c0,0x81819819,0x4f4fd19e,0xdcdc7fa3,0x22226644,0x2a2a7e54,0x9090ab3b,0x8888830b,0x4646ca8c,0xeeee29c7,0xb8b8d36b,0x14143c28,0xdede79a7,0x5e5ee2bc,0xb0b1d16,0xdbdb76ad,0xe0e03bdb,0x32325664,0x3a3a4e74,0xa0a1e14,0x4949db92,0x6060a0c,0x24246c48,0x5c5ce4b8,0xc2c25d9f,0xd3d36ebd,0xacacef43,0x6262a6c4,0x9191a839,0x9595a431,0xe4e437d3,0x79798bf2,0xe7e732d5,0xc8c8438b,0x3737596e,0x6d6db7da,0x8d8d8c01,0xd5d564b1,0x4e4ed29c,0xa9a9e049,0x6c6cb4d8,0x5656faac,0xf4f407f3,0xeaea25cf,0x6565afca,0x7a7a8ef4,0xaeaee947,0x8081810,0xbabad56f,0x787888f0,0x25256f4a,0x2e2e725c,0x1c1c2438,0xa6a6f157,0xb4b4c773,0xc6c65197,0xe8e823cb,0xdddd7ca1,0x74749ce8,0x1f1f213e,0x4b4bdd96,0xbdbddc61,0x8b8b860d,0x8a8a850f,0x707090e0,0x3e3e427c,0xb5b5c471,0x6666aacc,0x4848d890,0x3030506,0xf6f601f7,0xe0e121c,0x6161a3c2,0x35355f6a,0x5757f9ae,0xb9b9d069,0x86869117,0xc1c15899,0x1d1d273a,0x9e9eb927,0xe1e138d9,0xf8f813eb,0x9898b32b,0x11113322,0x6969bbd2,0xd9d970a9,0x8e8e8907,0x9494a733,0x9b9bb62d,0x1e1e223c,0x87879215,0xe9e920c9,0xcece4987,0x5555ffaa,0x28287850,0xdfdf7aa5,0x8c8c8f03,0xa1a1f859,0x89898009,0xd0d171a,0xbfbfda65,0xe6e631d7,0x4242c684,0x6868b8d0,0x4141c382,0x9999b029,0x2d2d775a,0xf0f111e,0xb0b0cb7b,0x5454fca8,0xbbbbd66d,0x16163a2c],_0x2e050c[_0x56bf27([0x55,0x31])]=[0x0,0xe090d0b,0x1c121a16,0x121b171d,0x3824342c,0x362d3927,0x24362e3a,0x2a3f2331,0x70486858,0x7e416553,0x6c5a724e,0x62537f45,0x486c5c74,0x4665517f,0x547e4662,0x5a774b69,0xe090d0b0,0xee99ddbb,0xfc82caa6,0xf28bc7ad,0xd8b4e49c,0xd6bde997,0xc4a6fe8a,0xcaaff381,0x90d8b8e8,0x9ed1b5e3,0x8ccaa2fe,0x82c3aff5,0xa8fc8cc4,0xa6f581cf,0xb4ee96d2,0xbae79bd9,0xdb3bbb7b,0xd532b670,0xc729a16d,0xc920ac66,0xe31f8f57,0xed16825c,0xff0d9541,0xf104984a,0xab73d323,0xa57ade28,0xb761c935,0xb968c43e,0x9357e70f,0x9d5eea04,0x8f45fd19,0x814cf012,0x3bab6bcb,0x35a266c0,0x27b971dd,0x29b07cd6,0x38f5fe7,0xd8652ec,0x1f9d45f1,0x119448fa,0x4be30393,0x45ea0e98,0x57f11985,0x59f8148e,0x73c737bf,0x7dce3ab4,0x6fd52da9,0x61dc20a2,0xad766df6,0xa37f60fd,0xb16477e0,0xbf6d7aeb,0x955259da,0x9b5b54d1,0x894043cc,0x87494ec7,0xdd3e05ae,0xd33708a5,0xc12c1fb8,0xcf2512b3,0xe51a3182,0xeb133c89,0xf9082b94,0xf701269f,0x4de6bd46,0x43efb04d,0x51f4a750,0x5ffdaa5b,0x75c2896a,0x7bcb8461,0x69d0937c,0x67d99e77,0x3daed51e,0x33a7d815,0x21bccf08,0x2fb5c203,0x58ae132,0xb83ec39,0x1998fb24,0x1791f62f,0x764dd68d,0x7844db86,0x6a5fcc9b,0x6456c190,0x4e69e2a1,0x4060efaa,0x527bf8b7,0x5c72f5bc,0x605bed5,0x80cb3de,0x1a17a4c3,0x141ea9c8,0x3e218af9,0x302887f2,0x223390ef,0x2c3a9de4,0x96dd063d,0x98d40b36,0x8acf1c2b,0x84c61120,0xaef93211,0xa0f03f1a,0xb2eb2807,0xbce2250c,0xe6956e65,0xe89c636e,0xfa877473,0xf48e7978,0xdeb15a49,0xd0b85742,0xc2a3405f,0xccaa4d54,0x41ecdaf7,0x4fe5d7fc,0x5dfec0e1,0x53f7cdea,0x79c8eedb,0x77c1e3d0,0x65daf4cd,0x6bd3f9c6,0x31a4b2af,0x3fadbfa4,0x2db6a8b9,0x23bfa5b2,0x9808683,0x7898b88,0x15929c95,0x1b9b919e,0xa17c0a47,0xaf75074c,0xbd6e1051,0xb3671d5a,0x99583e6b,0x97513360,0x854a247d,0x8b432976,0xd134621f,0xdf3d6f14,0xcd267809,0xc32f7502,0xe9105633,0xe7195b38,0xf5024c25,0xfb0b412e,0x9ad7618c,0x94de6c87,0x86c57b9a,0x88cc7691,0xa2f355a0,0xacfa58ab,0xbee14fb6,0xb0e842bd,0xea9f09d4,0xe49604df,0xf68d13c2,0xf8841ec9,0xd2bb3df8,0xdcb230f3,0xcea927ee,0xc0a02ae5,0x7a47b13c,0x744ebc37,0x6655ab2a,0x685ca621,0x42638510,0x4c6a881b,0x5e719f06,0x5078920d,0xa0fd964,0x406d46f,0x161dc372,0x1814ce79,0x322bed48,0x3c22e043,0x2e39f75e,0x2030fa55,0xec9ab701,0xe293ba0a,0xf088ad17,0xfe81a01c,0xd4be832d,0xdab78e26,0xc8ac993b,0xc6a59430,0x9cd2df59,0x92dbd252,0x80c0c54f,0x8ec9c844,0xa4f6eb75,0xaaffe67e,0xb8e4f163,0xb6edfc68,0xc0a67b1,0x2036aba,0x10187da7,0x1e1170ac,0x342e539d,0x3a275e96,0x283c498b,0x26354480,0x7c420fe9,0x724b02e2,0x605015ff,0x6e5918f4,0x44663bc5,0x4a6f36ce,0x587421d3,0x567d2cd8,0x37a10c7a,0x39a80171,0x2bb3166c,0x25ba1b67,0xf853856,0x18c355d,0x13972240,0x1d9e2f4b,0x47e96422,0x49e06929,0x5bfb7e34,0x55f2733f,0x7fcd500e,0x71c45d05,0x63df4a18,0x6dd64713,0xd731dcca,0xd938d1c1,0xcb23c6dc,0xc52acbd7,0xef15e8e6,0xe11ce5ed,0xf307f2f0,0xfd0efffb,0xa779b492,0xa970b999,0xbb6bae84,0xb562a38f,0x9f5d80be,0x91548db5,0x834f9aa8,0x8d4697a3],_0x2e050c[_0x56bf27([0x55,0x32])]=[0x0,0xb0e090d,0x161c121a,0x1d121b17,0x2c382434,0x27362d39,0x3a24362e,0x312a3f23,0x58704868,0x537e4165,0x4e6c5a72,0x4562537f,0x74486c5c,0x7f466551,0x62547e46,0x695a774b,0xb0e090d0,0xbbee99dd,0xa6fc82ca,0xadf28bc7,0x9cd8b4e4,0x97d6bde9,0x8ac4a6fe,0x81caaff3,0xe890d8b8,0xe39ed1b5,0xfe8ccaa2,0xf582c3af,0xc4a8fc8c,0xcfa6f581,0xd2b4ee96,0xd9bae79b,0x7bdb3bbb,0x70d532b6,0x6dc729a1,0x66c920ac,0x57e31f8f,0x5ced1682,0x41ff0d95,0x4af10498,0x23ab73d3,0x28a57ade,0x35b761c9,0x3eb968c4,0xf9357e7,0x49d5eea,0x198f45fd,0x12814cf0,0xcb3bab6b,0xc035a266,0xdd27b971,0xd629b07c,0xe7038f5f,0xec0d8652,0xf11f9d45,0xfa119448,0x934be303,0x9845ea0e,0x8557f119,0x8e59f814,0xbf73c737,0xb47dce3a,0xa96fd52d,0xa261dc20,0xf6ad766d,0xfda37f60,0xe0b16477,0xebbf6d7a,0xda955259,0xd19b5b54,0xcc894043,0xc787494e,0xaedd3e05,0xa5d33708,0xb8c12c1f,0xb3cf2512,0x82e51a31,0x89eb133c,0x94f9082b,0x9ff70126,0x464de6bd,0x4d43efb0,0x5051f4a7,0x5b5ffdaa,0x6a75c289,0x617bcb84,0x7c69d093,0x7767d99e,0x1e3daed5,0x1533a7d8,0x821bccf,0x32fb5c2,0x32058ae1,0x390b83ec,0x241998fb,0x2f1791f6,0x8d764dd6,0x867844db,0x9b6a5fcc,0x906456c1,0xa14e69e2,0xaa4060ef,0xb7527bf8,0xbc5c72f5,0xd50605be,0xde080cb3,0xc31a17a4,0xc8141ea9,0xf93e218a,0xf2302887,0xef223390,0xe42c3a9d,0x3d96dd06,0x3698d40b,0x2b8acf1c,0x2084c611,0x11aef932,0x1aa0f03f,0x7b2eb28,0xcbce225,0x65e6956e,0x6ee89c63,0x73fa8774,0x78f48e79,0x49deb15a,0x42d0b857,0x5fc2a340,0x54ccaa4d,0xf741ecda,0xfc4fe5d7,0xe15dfec0,0xea53f7cd,0xdb79c8ee,0xd077c1e3,0xcd65daf4,0xc66bd3f9,0xaf31a4b2,0xa43fadbf,0xb92db6a8,0xb223bfa5,0x83098086,0x8807898b,0x9515929c,0x9e1b9b91,0x47a17c0a,0x4caf7507,0x51bd6e10,0x5ab3671d,0x6b99583e,0x60975133,0x7d854a24,0x768b4329,0x1fd13462,0x14df3d6f,0x9cd2678,0x2c32f75,0x33e91056,0x38e7195b,0x25f5024c,0x2efb0b41,0x8c9ad761,0x8794de6c,0x9a86c57b,0x9188cc76,0xa0a2f355,0xabacfa58,0xb6bee14f,0xbdb0e842,0xd4ea9f09,0xdfe49604,0xc2f68d13,0xc9f8841e,0xf8d2bb3d,0xf3dcb230,0xeecea927,0xe5c0a02a,0x3c7a47b1,0x37744ebc,0x2a6655ab,0x21685ca6,0x10426385,0x1b4c6a88,0x65e719f,0xd507892,0x640a0fd9,0x6f0406d4,0x72161dc3,0x791814ce,0x48322bed,0x433c22e0,0x5e2e39f7,0x552030fa,0x1ec9ab7,0xae293ba,0x17f088ad,0x1cfe81a0,0x2dd4be83,0x26dab78e,0x3bc8ac99,0x30c6a594,0x599cd2df,0x5292dbd2,0x4f80c0c5,0x448ec9c8,0x75a4f6eb,0x7eaaffe6,0x63b8e4f1,0x68b6edfc,0xb10c0a67,0xba02036a,0xa710187d,0xac1e1170,0x9d342e53,0x963a275e,0x8b283c49,0x80263544,0xe97c420f,0xe2724b02,0xff605015,0xf46e5918,0xc544663b,0xce4a6f36,0xd3587421,0xd8567d2c,0x7a37a10c,0x7139a801,0x6c2bb316,0x6725ba1b,0x560f8538,0x5d018c35,0x40139722,0x4b1d9e2f,0x2247e964,0x2949e069,0x345bfb7e,0x3f55f273,0xe7fcd50,0x571c45d,0x1863df4a,0x136dd647,0xcad731dc,0xc1d938d1,0xdccb23c6,0xd7c52acb,0xe6ef15e8,0xede11ce5,0xf0f307f2,0xfbfd0eff,0x92a779b4,0x99a970b9,0x84bb6bae,0x8fb562a3,0xbe9f5d80,0xb591548d,0xa8834f9a,0xa38d4697],_0x2e050c[_0x56bf27([0x55,0x33])]=[0x0,0xd0b0e09,0x1a161c12,0x171d121b,0x342c3824,0x3927362d,0x2e3a2436,0x23312a3f,0x68587048,0x65537e41,0x724e6c5a,0x7f456253,0x5c74486c,0x517f4665,0x4662547e,0x4b695a77,0xd0b0e090,0xddbbee99,0xcaa6fc82,0xc7adf28b,0xe49cd8b4,0xe997d6bd,0xfe8ac4a6,0xf381caaf,0xb8e890d8,0xb5e39ed1,0xa2fe8cca,0xaff582c3,0x8cc4a8fc,0x81cfa6f5,0x96d2b4ee,0x9bd9bae7,0xbb7bdb3b,0xb670d532,0xa16dc729,0xac66c920,0x8f57e31f,0x825ced16,0x9541ff0d,0x984af104,0xd323ab73,0xde28a57a,0xc935b761,0xc43eb968,0xe70f9357,0xea049d5e,0xfd198f45,0xf012814c,0x6bcb3bab,0x66c035a2,0x71dd27b9,0x7cd629b0,0x5fe7038f,0x52ec0d86,0x45f11f9d,0x48fa1194,0x3934be3,0xe9845ea,0x198557f1,0x148e59f8,0x37bf73c7,0x3ab47dce,0x2da96fd5,0x20a261dc,0x6df6ad76,0x60fda37f,0x77e0b164,0x7aebbf6d,0x59da9552,0x54d19b5b,0x43cc8940,0x4ec78749,0x5aedd3e,0x8a5d337,0x1fb8c12c,0x12b3cf25,0x3182e51a,0x3c89eb13,0x2b94f908,0x269ff701,0xbd464de6,0xb04d43ef,0xa75051f4,0xaa5b5ffd,0x896a75c2,0x84617bcb,0x937c69d0,0x9e7767d9,0xd51e3dae,0xd81533a7,0xcf0821bc,0xc2032fb5,0xe132058a,0xec390b83,0xfb241998,0xf62f1791,0xd68d764d,0xdb867844,0xcc9b6a5f,0xc1906456,0xe2a14e69,0xefaa4060,0xf8b7527b,0xf5bc5c72,0xbed50605,0xb3de080c,0xa4c31a17,0xa9c8141e,0x8af93e21,0x87f23028,0x90ef2233,0x9de42c3a,0x63d96dd,0xb3698d4,0x1c2b8acf,0x112084c6,0x3211aef9,0x3f1aa0f0,0x2807b2eb,0x250cbce2,0x6e65e695,0x636ee89c,0x7473fa87,0x7978f48e,0x5a49deb1,0x5742d0b8,0x405fc2a3,0x4d54ccaa,0xdaf741ec,0xd7fc4fe5,0xc0e15dfe,0xcdea53f7,0xeedb79c8,0xe3d077c1,0xf4cd65da,0xf9c66bd3,0xb2af31a4,0xbfa43fad,0xa8b92db6,0xa5b223bf,0x86830980,0x8b880789,0x9c951592,0x919e1b9b,0xa47a17c,0x74caf75,0x1051bd6e,0x1d5ab367,0x3e6b9958,0x33609751,0x247d854a,0x29768b43,0x621fd134,0x6f14df3d,0x7809cd26,0x7502c32f,0x5633e910,0x5b38e719,0x4c25f502,0x412efb0b,0x618c9ad7,0x6c8794de,0x7b9a86c5,0x769188cc,0x55a0a2f3,0x58abacfa,0x4fb6bee1,0x42bdb0e8,0x9d4ea9f,0x4dfe496,0x13c2f68d,0x1ec9f884,0x3df8d2bb,0x30f3dcb2,0x27eecea9,0x2ae5c0a0,0xb13c7a47,0xbc37744e,0xab2a6655,0xa621685c,0x85104263,0x881b4c6a,0x9f065e71,0x920d5078,0xd9640a0f,0xd46f0406,0xc372161d,0xce791814,0xed48322b,0xe0433c22,0xf75e2e39,0xfa552030,0xb701ec9a,0xba0ae293,0xad17f088,0xa01cfe81,0x832dd4be,0x8e26dab7,0x993bc8ac,0x9430c6a5,0xdf599cd2,0xd25292db,0xc54f80c0,0xc8448ec9,0xeb75a4f6,0xe67eaaff,0xf163b8e4,0xfc68b6ed,0x67b10c0a,0x6aba0203,0x7da71018,0x70ac1e11,0x539d342e,0x5e963a27,0x498b283c,0x44802635,0xfe97c42,0x2e2724b,0x15ff6050,0x18f46e59,0x3bc54466,0x36ce4a6f,0x21d35874,0x2cd8567d,0xc7a37a1,0x17139a8,0x166c2bb3,0x1b6725ba,0x38560f85,0x355d018c,0x22401397,0x2f4b1d9e,0x642247e9,0x692949e0,0x7e345bfb,0x733f55f2,0x500e7fcd,0x5d0571c4,0x4a1863df,0x47136dd6,0xdccad731,0xd1c1d938,0xc6dccb23,0xcbd7c52a,0xe8e6ef15,0xe5ede11c,0xf2f0f307,0xfffbfd0e,0xb492a779,0xb999a970,0xae84bb6b,0xa38fb562,0x80be9f5d,0x8db59154,0x9aa8834f,0x97a38d46],_0x2e050c[_0x56bf27([0x55,0x34])]=[0x0,0x90d0b0e,0x121a161c,0x1b171d12,0x24342c38,0x2d392736,0x362e3a24,0x3f23312a,0x48685870,0x4165537e,0x5a724e6c,0x537f4562,0x6c5c7448,0x65517f46,0x7e466254,0x774b695a,0x90d0b0e0,0x99ddbbee,0x82caa6fc,0x8bc7adf2,0xb4e49cd8,0xbde997d6,0xa6fe8ac4,0xaff381ca,0xd8b8e890,0xd1b5e39e,0xcaa2fe8c,0xc3aff582,0xfc8cc4a8,0xf581cfa6,0xee96d2b4,0xe79bd9ba,0x3bbb7bdb,0x32b670d5,0x29a16dc7,0x20ac66c9,0x1f8f57e3,0x16825ced,0xd9541ff,0x4984af1,0x73d323ab,0x7ade28a5,0x61c935b7,0x68c43eb9,0x57e70f93,0x5eea049d,0x45fd198f,0x4cf01281,0xab6bcb3b,0xa266c035,0xb971dd27,0xb07cd629,0x8f5fe703,0x8652ec0d,0x9d45f11f,0x9448fa11,0xe303934b,0xea0e9845,0xf1198557,0xf8148e59,0xc737bf73,0xce3ab47d,0xd52da96f,0xdc20a261,0x766df6ad,0x7f60fda3,0x6477e0b1,0x6d7aebbf,0x5259da95,0x5b54d19b,0x4043cc89,0x494ec787,0x3e05aedd,0x3708a5d3,0x2c1fb8c1,0x2512b3cf,0x1a3182e5,0x133c89eb,0x82b94f9,0x1269ff7,0xe6bd464d,0xefb04d43,0xf4a75051,0xfdaa5b5f,0xc2896a75,0xcb84617b,0xd0937c69,0xd99e7767,0xaed51e3d,0xa7d81533,0xbccf0821,0xb5c2032f,0x8ae13205,0x83ec390b,0x98fb2419,0x91f62f17,0x4dd68d76,0x44db8678,0x5fcc9b6a,0x56c19064,0x69e2a14e,0x60efaa40,0x7bf8b752,0x72f5bc5c,0x5bed506,0xcb3de08,0x17a4c31a,0x1ea9c814,0x218af93e,0x2887f230,0x3390ef22,0x3a9de42c,0xdd063d96,0xd40b3698,0xcf1c2b8a,0xc6112084,0xf93211ae,0xf03f1aa0,0xeb2807b2,0xe2250cbc,0x956e65e6,0x9c636ee8,0x877473fa,0x8e7978f4,0xb15a49de,0xb85742d0,0xa3405fc2,0xaa4d54cc,0xecdaf741,0xe5d7fc4f,0xfec0e15d,0xf7cdea53,0xc8eedb79,0xc1e3d077,0xdaf4cd65,0xd3f9c66b,0xa4b2af31,0xadbfa43f,0xb6a8b92d,0xbfa5b223,0x80868309,0x898b8807,0x929c9515,0x9b919e1b,0x7c0a47a1,0x75074caf,0x6e1051bd,0x671d5ab3,0x583e6b99,0x51336097,0x4a247d85,0x4329768b,0x34621fd1,0x3d6f14df,0x267809cd,0x2f7502c3,0x105633e9,0x195b38e7,0x24c25f5,0xb412efb,0xd7618c9a,0xde6c8794,0xc57b9a86,0xcc769188,0xf355a0a2,0xfa58abac,0xe14fb6be,0xe842bdb0,0x9f09d4ea,0x9604dfe4,0x8d13c2f6,0x841ec9f8,0xbb3df8d2,0xb230f3dc,0xa927eece,0xa02ae5c0,0x47b13c7a,0x4ebc3774,0x55ab2a66,0x5ca62168,0x63851042,0x6a881b4c,0x719f065e,0x78920d50,0xfd9640a,0x6d46f04,0x1dc37216,0x14ce7918,0x2bed4832,0x22e0433c,0x39f75e2e,0x30fa5520,0x9ab701ec,0x93ba0ae2,0x88ad17f0,0x81a01cfe,0xbe832dd4,0xb78e26da,0xac993bc8,0xa59430c6,0xd2df599c,0xdbd25292,0xc0c54f80,0xc9c8448e,0xf6eb75a4,0xffe67eaa,0xe4f163b8,0xedfc68b6,0xa67b10c,0x36aba02,0x187da710,0x1170ac1e,0x2e539d34,0x275e963a,0x3c498b28,0x35448026,0x420fe97c,0x4b02e272,0x5015ff60,0x5918f46e,0x663bc544,0x6f36ce4a,0x7421d358,0x7d2cd856,0xa10c7a37,0xa8017139,0xb3166c2b,0xba1b6725,0x8538560f,0x8c355d01,0x97224013,0x9e2f4b1d,0xe9642247,0xe0692949,0xfb7e345b,0xf2733f55,0xcd500e7f,0xc45d0571,0xdf4a1863,0xd647136d,0x31dccad7,0x38d1c1d9,0x23c6dccb,0x2acbd7c5,0x15e8e6ef,0x1ce5ede1,0x7f2f0f3,0xefffbfd,0x79b492a7,0x70b999a9,0x6bae84bb,0x62a38fb5,0x5d80be9f,0x548db591,0x4f9aa883,0x4697a38d];const _0xf58e19=new Uint8Array(0x10);for(let _0x137b34=0xf;_0x137b34>=0x0;--_0x137b34)_0xf58e19[_0x137b34]=_0x387cb3%0x100,_0x387cb3=parseInt(_0x387cb3/0x100);let _0x840d9e=null,_0x10b721=0x10;const _0x376270=new Uint8Array(_0x925b52),_0x3c6ee2=[],_0x31a9fd=[];_0x411bdc();for(let _0x2ee373=0x0;_0x2ee373<_0x1d5ce6[_0x56bf27([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2ee373++)0x10===_0x10b721&&(_0x840d9e=_0x489646(_0xf58e19),_0x10b721=0x0,_0x1f3aa5(_0xf58e19)),_0x1d5ce6[_0x2ee373]^=_0x840d9e[_0x10b721++];return _0x1d5ce6;function _0x706ba2(_0x474e5b){const _0xf248b0=[];for(let _0x187fce=0x0;_0x187fce<_0x474e5b[_0x56bf27([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x187fce+=0x4)_0xf248b0[_0x56bf27([0x70,0x75,0x73,0x68])](_0x474e5b[_0x187fce]<<0x18|_0x474e5b[_0x187fce+0x1]<<0x10|_0x474e5b[_0x187fce+0x2]<<0x8|_0x474e5b[_0x187fce+0x3]);return _0xf248b0;}function _0x1f3aa5(_0x3b2faf){for(let _0x3ac7a5=0xf;_0x3ac7a5>=0x0;_0x3ac7a5--){if(0xff!==_0x3b2faf[_0x3ac7a5]){_0x3b2faf[_0x3ac7a5]++;break;}_0x3b2faf[_0x3ac7a5]=0x0;}}function _0x489646(_0x23306a){const _0x5cb769=_0x3c6ee2[_0x56bf27([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x5af777=[0x0,0x0,0x0,0x0];let t=_0x706ba2(_0x23306a);for(let _0x406c2a=0x0;_0x406c2a<0x4;_0x406c2a++)t[_0x406c2a]^=_0x3c6ee2[0x0][_0x406c2a];for(let _0x309eaa=0x1;_0x309eaa<_0x5cb769;_0x309eaa++){for(let _0x5c0d35=0x0;_0x5c0d35<0x4;_0x5c0d35++)_0x5af777[_0x5c0d35]=_0x2e050c[_0x56bf27([0x54,0x31])][t[_0x5c0d35]>>0x18&0xff]^_0x2e050c[_0x56bf27([0x54,0x32])][t[(_0x5c0d35+0x1)%0x4]>>0x10&0xff]^_0x2e050c[_0x56bf27([0x54,0x33])][t[(_0x5c0d35+0x2)%0x4]>>0x8&0xff]^_0x2e050c[_0x56bf27([0x54,0x34])][0xff&t[(_0x5c0d35+0x3)%0x4]]^_0x3c6ee2[_0x309eaa][_0x5c0d35];t=_0x5af777[_0x56bf27([0x73,0x6c,0x69,0x63,0x65])]();}const _0x5314b1=new Uint8Array(0x10);let _0x42e5de;for(let _0x3e42e2=0x0;_0x3e42e2<0x4;_0x3e42e2++)_0x42e5de=_0x3c6ee2[_0x5cb769][_0x3e42e2],_0x5314b1[0x4*_0x3e42e2]=0xff&(_0x2e050c[_0x56bf27([0x53])][t[_0x3e42e2]>>0x18&0xff]^_0x42e5de>>0x18),_0x5314b1[0x4*_0x3e42e2+0x1]=0xff&(_0x2e050c[_0x56bf27([0x53])][t[(_0x3e42e2+0x1)%0x4]>>0x10&0xff]^_0x42e5de>>0x10),_0x5314b1[0x4*_0x3e42e2+0x2]=0xff&(_0x2e050c[_0x56bf27([0x53])][t[(_0x3e42e2+0x2)%0x4]>>0x8&0xff]^_0x42e5de>>0x8),_0x5314b1[0x4*_0x3e42e2+0x3]=0xff&(_0x2e050c[_0x56bf27([0x53])][0xff&t[(_0x3e42e2+0x3)%0x4]]^_0x42e5de);return _0x5314b1;}function _0x411bdc(){const _0x2961a2=_0x2e050c[_0x56bf27([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x376270[_0x56bf27([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x173275=0x0;_0x173275<=_0x2961a2;_0x173275++)_0x3c6ee2[_0x56bf27([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x31a9fd[_0x56bf27([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x1f38e8=0x4*(_0x2961a2+0x1),_0x435b73=_0x376270[_0x56bf27([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0xb33c11=_0x706ba2(_0x376270);let _0x2b1210;for(let _0x412dda=0x0;_0x412dda<_0x435b73;_0x412dda++)_0x2b1210=_0x412dda>>0x2,_0x3c6ee2[_0x2b1210][_0x412dda%0x4]=_0xb33c11[_0x412dda],_0x31a9fd[_0x2961a2-_0x2b1210][_0x412dda%0x4]=_0xb33c11[_0x412dda];let _0x56d8d7,_0x290af5=0x0,t=_0x435b73;for(;t<_0x1f38e8;){_0x56d8d7=_0xb33c11[_0x435b73-0x1],_0xb33c11[0x0]^=_0x2e050c[_0x56bf27([0x53])][_0x56d8d7>>0x10&0xff]<<0x18^_0x2e050c[_0x56bf27([0x53])][_0x56d8d7>>0x8&0xff]<<0x10^_0x2e050c[_0x56bf27([0x53])][0xff&_0x56d8d7]<<0x8^_0x2e050c[_0x56bf27([0x53])][_0x56d8d7>>0x18&0xff]^_0x2e050c[_0x56bf27([0x72,0x63,0x6f,0x6e])][_0x290af5]<<0x18,_0x290af5+=0x1;for(let _0x3bbd41=0x1;_0x3bbd41<_0x435b73/0x2;_0x3bbd41++)_0xb33c11[_0x3bbd41]^=_0xb33c11[_0x3bbd41-0x1];_0x56d8d7=_0xb33c11[_0x435b73/0x2-0x1],_0xb33c11[_0x435b73/0x2]^=_0x2e050c[_0x56bf27([0x53])][0xff&_0x56d8d7]^_0x2e050c[_0x56bf27([0x53])][_0x56d8d7>>0x8&0xff]<<0x8^_0x2e050c[_0x56bf27([0x53])][_0x56d8d7>>0x10&0xff]<<0x10^_0x2e050c[_0x56bf27([0x53])][_0x56d8d7>>0x18&0xff]<<0x18;for(let _0x45b61a=_0x435b73/0x2+0x1;_0x45b61a<_0x435b73;_0x45b61a++)_0xb33c11[_0x45b61a]^=_0xb33c11[_0x45b61a-0x1];let _0x39e91b,_0x5f0c78,_0x45575e=0x0;for(;_0x45575e<_0x435b73&&t<_0x1f38e8;)_0x39e91b=t>>0x2,_0x5f0c78=t%0x4,_0x3c6ee2[_0x39e91b][_0x5f0c78]=_0xb33c11[_0x45575e],_0x31a9fd[_0x2961a2-_0x39e91b][_0x5f0c78]=_0xb33c11[_0x45575e++],t++;}for(let _0x284271=0x1;_0x284271<_0x2961a2;_0x284271++)for(let _0x1e4c5b=0x0;_0x1e4c5b<0x4;_0x1e4c5b++)_0x56d8d7=_0x31a9fd[_0x284271][_0x1e4c5b],_0x31a9fd[_0x284271][_0x1e4c5b]=_0x2e050c[_0x56bf27([0x55,0x31])][_0x56d8d7>>0x18&0xff]^_0x2e050c[_0x56bf27([0x55,0x32])][_0x56d8d7>>0x10&0xff]^_0x2e050c[_0x56bf27([0x55,0x33])][_0x56d8d7>>0x8&0xff]^_0x2e050c[_0x56bf27([0x55,0x34])][0xff&_0x56d8d7];}}function _0x56bf27(_0x18e149){return _0x18e149['map'](_0x9a7a3b=>String['fromCharCode'](_0x9a7a3b))['join']('');}(_0x57247c=>{function _0x3a62de(){const _0x4c02b8=[{[_0x56bf27([0x69,0x64])]:0x1,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x56bf27([0x69,0x64])]:0x2,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x56bf27([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x56bf27([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x56bf27([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x56bf27([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x56bf27([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x56bf27([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x56bf27([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x56bf27([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x56bf27([0x69,0x64])]:0x3,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x56bf27([0x69,0x64])]:0x4,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x56bf27([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x56bf27([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x56bf27([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x56bf27([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x56bf27([0x69,0x64])]:0x5,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x56bf27([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x56bf27([0x66,0x67,0x69])]:[0xc]}},{[_0x56bf27([0x69,0x64])]:0x6,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x56bf27([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x56bf27([0x66,0x67,0x69])]:[0xc]}},{[_0x56bf27([0x69,0x64])]:0x7,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x56bf27([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x56bf27([0x66,0x67,0x69])]:[0xc]}},{[_0x56bf27([0x69,0x64])]:0x8,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x74,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x56bf27([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x56bf27([0x66,0x67,0x69])]:[0xc]}},{[_0x56bf27([0x69,0x64])]:0x9,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x56bf27([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x56bf27([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x56bf27([0x69,0x64])]:0xa,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x50,0x61,0x73,0x74,0x65,0x20,0x66,0x72,0x6f,0x6d,0x20,0x4f,0x66,0x66,0x69,0x63,0x65,0x20,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x50,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x49,0x6e,0x6c,0x69,0x6e,0x65,0x72]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x70,0x61,0x73,0x74,0x65,0x46,0x72,0x6f,0x6d,0x4f,0x66,0x66,0x69,0x63,0x65,0x45,0x6e,0x68,0x61,0x6e,0x63,0x65,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x56bf27([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x56bf27([0x66,0x67,0x69])]:[0xc]}},{[_0x56bf27([0x69,0x64])]:0xb,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x56bf27([0x69,0x64])]:0xc,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x56bf27([0x69,0x64])]:0xd,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x56bf27([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x56bf27([0x66,0x67,0x69])]:[0xc]}},{[_0x56bf27([0x69,0x64])]:0xe,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x56bf27([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])},{[_0x56bf27([0x69,0x64])]:0xf,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x56bf27([0x69,0x64])]:0x10,[_0x56bf27([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x56bf27([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x56bf27([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x56bf27([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x56bf27([0x66,0x67,0x69])]:[0xc]}}];return _0x137521(_0x4c02b8),_0x4c02b8;function _0x55b0ba(_0x401c99){return 0x1<<_0x401c99-0x1;}function _0x137521(_0x47aa57){_0x47aa57[_0x56bf27([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x40a6f6=>{_0x40a6f6[_0x56bf27([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x55b0ba(_0x40a6f6[_0x56bf27([0x69,0x64])]),_0x32aea9(_0x40a6f6)&&_0x40a6f6[_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x137521(_0x40a6f6[_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x32aea9(_0x4da025){return _0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x4da025;}const _0x29ac1f=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x14816f=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x9a50d7(_0x375e3d){const _0xbdc6c1=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x59b860(_0x375e3d,new Uint8Array([..._0x29ac1f,..._0xbdc6c1,..._0x14816f]));}function _0x59b860(_0x718df6,_0x599007){const _0x2778ee=_0x215ae8(_0x718df6),_0x48ad99=Array[_0x56bf27([0x66,0x72,0x6f,0x6d])](_0x105a6e(_0x2778ee)),_0x76c1af=_0x48ad99[_0x56bf27([0x70,0x6f,0x70])](),_0x15f13c=_0x48ad99[_0x56bf27([0x70,0x6f,0x70])]();return _0x2ab68a(_0x2ef77f(_0x48ad99,_0x599007,_0x15f13c+0x100*_0x76c1af));}function _0x215ae8(_0x2d5537){const _0xa9618d=atob(_0x2d5537),[_0x36bde2,_0x5e6e36]=_0xa9618d[_0x56bf27([0x73,0x70,0x6c,0x69,0x74])](_0x56bf27([0x2d]));try{if(atob(_0x5e6e36))return atob(_0x36bde2);}catch(_0x462353){}return _0xa9618d;}function _0x4a234c(_0x13f577){try{const _0x3969f5=_0x9a50d7(_0x13f577),_0x297d30=JSON[_0x56bf27([0x70,0x61,0x72,0x73,0x65])](_0x3969f5),_0x1239ac=parseInt(_0x297d30[_0x56bf27([0x31])]),_0x71988=_0x297d30[_0x56bf27([0x32])]||'',_0x2c6f6d=parseInt(_0x297d30[_0x56bf27([0x33])]),_0x505794=parseInt(_0x297d30[_0x56bf27([0x34])])||0x0,_0x50da3b=parseInt(_0x297d30[_0x56bf27([0x35])])||0x0;return{[_0x56bf27([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x71988,[_0x56bf27([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x505794,[_0x56bf27([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x1239ac,[_0x56bf27([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x2c6f6d,[_0x56bf27([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x50da3b};}catch(_0x1dd1bc){return null;}}const _0x1f25fe=_0x3a62de(),_0x5724f1={[_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x391103,[_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73])]:_0x520c1e,[_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x46,0x6f,0x72,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x48,0x69,0x73,0x74,0x6f,0x72,0x79])]:_0x2d0b19},_0xd56fed=_0x57247c[_0x56bf27([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x413b83=_0x56bf27([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x57247c?_0x57247c['context']:_0x57247c['editor'],_0x311918=_0x56bf27([0x34,0x30,0x34,0x38,0x32,0x30,0x30,0x32]),_0x581644=_0x56bf27([0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7a,0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39]),_0x5bc5b9=_0x413b83['config']['get'](_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x2ac8b5=_0x1f25fe[_0x56bf27([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x32aea9)[_0x56bf27([0x66,0x69,0x6e,0x64])](_0x4cf3d0=>_0x4cf3d0[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0xd56fed);function _0x50cef3(_0x3f41fc,_0x29e263){_0x5724f1[_0x29e263[_0x56bf27([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x3f41fc,_0x29e263),_0x29e263[_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x29e263[_0x56bf27([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x56bf27([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x58cf19=>_0x3fe653(_0x413b83,_0x58cf19[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x56bf27([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xc79696=>_0x50cef3(_0x3f41fc,_0xc79696));}function _0x391103(_0x48ff58,_0x5032bf){_0x1c4090(_0x40f2d5(_0x48ff58,_0x5032bf),_0x5032bf);}function _0x520c1e(_0x1a9292,_0x2a13b2){function _0x44f130(_0x5dfc83,_0x9d4175){try{if(_0x3fe653(_0x413b83,_0x56bf27([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x5dfc83){const _0x5e0257=_0x50b440(_0x413b83,_0x56bf27([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x56bf27([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x5e0257)/0x2>_0x5dfc83[_0x56bf27([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x3a1849(_0x9d4175[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x40f2d5(_0x5dfc83,_0x9d4175);}catch(_0x416673){return _0x3a1849(_0x9d4175[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x1c4090(_0x44f130(_0x1a9292,_0x2a13b2),_0x2a13b2);}function _0x2d0b19(_0x24d25e,_0x2a2bd2){const _0x4be0aa=_0x14816f[0x0]*_0x29ac1f[0x1],_0x297a37=_0x14816f[0x0]*_0x29ac1f[0x2],_0x35b8b1=_0x14816f[0x2]*_0x29ac1f[0x2];_0x3fe653(_0x413b83,_0x56bf27([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x50b440(_0x413b83,_0x56bf27([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x56bf27([0x73,0x74,0x61,0x74,0x65])]==_0x56bf27([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x23db38()]=_0x35b8b1);function _0x594e7f(_0x1505db,_0x19f1fd){try{return _0x658882()?_0x3a1849(_0x19f1fd[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x56,0x61,0x6c,0x69,0x64])):_0x40f2d5(_0x1505db,_0x19f1fd);}catch(_0x198f2f){return _0x3a1849(_0x19f1fd[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x330c21(_0x130d98,_0x56e7f8){const _0x4708a3=0x7;if(_0x130d98==_0x56e7f8[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x4dc43c();else{if(_0x130d98==_0x56e7f8[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x54,0x72,0x69,0x61,0x6c])){const _0x1020d3=_0x2f9777();_0x1020d3&&_0x28bd62(_0x1020d3,_0x56e7f8[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x5a39fe=_0x955eba();window[_0x56bf27([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x28bd62(_0x56bf27([0x74,0x69,0x6d,0x65]),_0x56e7f8[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x5a39fe);const _0x54cda6=_0x50b440(_0x413b83,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x56bf27([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x54cda6[_0x56bf27([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x4708a3?_0x28bd62(_0x56bf27([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x56e7f8[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x54cda6['on'](_0x56bf27([0x61,0x64,0x64]),()=>{_0x54cda6[_0x56bf27([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x4708a3&&_0x28bd62(_0x56bf27([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x56e7f8[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x2f9777(){if(!_0x3fe653(_0x413b83,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x23697a in window)if(Number['isNaN'](Number(_0x23697a))){if(window[_0x23697a]===_0x4be0aa)return _0x56bf27([0x74,0x69,0x6d,0x65]);if(window[_0x23697a]===_0x297a37)return _0x56bf27([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x658882(){if(!_0x3fe653(_0x413b83,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x1ffff1 in window)if(Number['isNaN'](Number(_0x1ffff1))&&window[_0x1ffff1]===_0x35b8b1)return!0x0;return!0x1;}function _0x28bd62(_0x469414,_0x29b773){_0x4dc43c(),_0x3a1849(_0x29b773+_0x56bf27([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x469414),window[_0x23db38()]=_0x469414===_0x56bf27([0x74,0x69,0x6d,0x65])?_0x4be0aa:_0x297a37;}function _0x955eba(){let _0x497eff=_0x14816f[0x6]*_0x29ac1f[0x8]*_0x29ac1f[0x6];return _0x3fe653(_0x413b83,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x497eff/=0xa),_0x497eff;}function _0x4dc43c(){const _0x154592=_0x413b83;function _0x33433b(){_0x3fe653(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x50b440(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x56bf27([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x56bf27([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x50b440(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x56bf27([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x50b440(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x56bf27([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x106e07,_0x50b440(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x56bf27([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x106e07,_0x154592[_0x56bf27([0x6d,0x6f,0x64,0x65,0x6c])][_0x56bf27([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x106e07,_0x154592[_0x56bf27([0x6d,0x6f,0x64,0x65,0x6c])][_0x56bf27([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x106e07,_0x154592[_0x56bf27([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x56bf27([0x6d,0x6f,0x64,0x65,0x6c]))),_0x3fe653(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x50b440(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x56bf27([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x56bf27([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x50b440(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x56bf27([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x50b440(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x56bf27([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x106e07,_0x50b440(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x56bf27([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x106e07);}_0x154592[_0x56bf27([0x73,0x74,0x61,0x74,0x65])]==_0x56bf27([0x72,0x65,0x61,0x64,0x79])?_0x33433b():_0x154592[_0x56bf27([0x6f,0x6e,0x63,0x65])](_0x56bf27([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x3fe653(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x33433b(),_0x3fe653(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x3e732a=_0x50b440(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x280108=_0x3e732a['getRevision'](0x0),_0xda206e=_0x3e732a['getEarlierVisibleRevision'](_0x280108[_0x56bf27([0x69,0x64])]);_0x50b440(_0x154592,_0x56bf27([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x56bf27([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x280108[_0x56bf27([0x69,0x64])],_0xda206e?_0xda206e[_0x56bf27([0x69,0x64])]:null,0x1)['then'](()=>_0x33433b());}});}_0x330c21(_0x594e7f(_0x24d25e,_0x2a2bd2),_0x2a2bd2);}function _0x40f2d5(_0x35180c,_0x3c7947){try{return _0x19fc97(_0x3c7947)?_0x3a1849(_0x3c7947[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x56,0x61,0x6c,0x69,0x64])):_0x35180c&&_0x3b7301(_0x35180c[_0x56bf27([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x3c7947)?_0x35180c[_0x56bf27([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x56bf27([0x6f,0x70,0x65,0x6e])][_0x56bf27([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x311918)/0x2>_0x35180c[_0x56bf27([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x3a1849(_0x3c7947[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x35180c[_0x56bf27([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x3a1849(_0x3c7947[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x54,0x72,0x69,0x61,0x6c])):_0x3a1849(_0x3c7947[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x56,0x61,0x6c,0x69,0x64])):_0x3a1849(_0x3c7947[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x27f6c2){return _0x3a1849(_0x3c7947[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x1c4090(_0x136e98,_0xc1aaa5){if(_0x413b83 instanceof _0x2e2b07){const _0x420e78=_0x413b83;_0x136e98==_0xc1aaa5[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x5c84da(_0x420e78):_0x136e98==_0xc1aaa5[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x54,0x72,0x69,0x61,0x6c])&&window[_0x56bf27([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x5c84da(_0x420e78),_0x3a1849(_0xc1aaa5[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x14816f[0x6]*_0x29ac1f[0x8]*_0x29ac1f[0x6]),_0x420e78[_0x56bf27([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x56bf27([0x6f,0x6e])](_0x56bf27([0x61,0x64,0x64]),(_0x4d0c4e,_0xc42fdd)=>{_0x136e98!=_0xc1aaa5[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x136e98!=_0xc1aaa5[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x136e98!=_0xc1aaa5[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x58cefd(_0xc42fdd);});}else{const _0x10c7f4=_0x413b83;_0x136e98==_0xc1aaa5[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x58cefd(_0x10c7f4):_0x136e98==_0xc1aaa5[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x54,0x72,0x69,0x61,0x6c])&&_0x10c7f4[_0x56bf27([0x6f,0x6e])](_0x56bf27([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x3294db=0x0;_0x10c7f4[_0x56bf27([0x6d,0x6f,0x64,0x65,0x6c])][_0x56bf27([0x6f,0x6e])](_0x56bf27([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x37c937,_0x1bb971)=>{_0x1bb971[0x0][_0x56bf27([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3294db++,0x1f8===_0x3294db&&(_0x58cefd(_0x10c7f4),_0x3a1849(_0xc1aaa5[_0x56bf27([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x56bf27([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x37c937[_0x56bf27([0x6f,0x66,0x66])]());},{'priority':_0x56bf27([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x3a1849(_0x258125){const _0x1475c1=_0x23db38();return _0x413b83[_0x1475c1]=_0x258125,_0x258125;}function _0x23db38(){const _0x3ce11b=String(window[_0x56bf27([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x56bf27([0x6e,0x6f,0x77])]())[_0x56bf27([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x56bf27([0x2e]),'');let _0x16c2e9='';for(let _0x37d860=0x0;_0x37d860<_0x3ce11b[_0x56bf27([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x37d860+=0x2){let _0x5c2c=parseInt(_0x3ce11b[_0x56bf27([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x37d860,_0x37d860+0x2));_0x5c2c>=_0x581644[_0x56bf27([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5c2c-=_0x581644[_0x56bf27([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x16c2e9+=_0x581644[_0x5c2c];}return _0x16c2e9;}function _0x5c84da(_0x1e777c){for(const _0x1e70c5 of _0x1e777c[_0x56bf27([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x58cefd(_0x1e70c5);_0x50b440(_0x1e777c,_0x56bf27([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x56bf27([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x50b440(_0x1e777c,_0x56bf27([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x56bf27([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x106e07;}function _0x58cefd(_0x2f9edf){function _0x1b8e0e(){_0x2f9edf[_0x56bf27([0x6d,0x6f,0x64,0x65,0x6c])][_0x56bf27([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x106e07,_0x2f9edf[_0x56bf27([0x6d,0x6f,0x64,0x65,0x6c])][_0x56bf27([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x106e07,_0x2f9edf[_0x56bf27([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x56bf27([0x6d,0x6f,0x64,0x65,0x6c]));}_0x2f9edf[_0x56bf27([0x73,0x74,0x61,0x74,0x65])]==_0x56bf27([0x72,0x65,0x61,0x64,0x79])?_0x1b8e0e():_0x2f9edf[_0x56bf27([0x6f,0x6e,0x63,0x65])](_0x56bf27([0x72,0x65,0x61,0x64,0x79]),()=>_0x1b8e0e());}function _0x106e07(){return null;}function _0x3b7301(_0x38bb94,_0x2d1cef){const _0x9fe96e=!!(_0x38bb94&_0x2d1cef[_0x56bf27([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x96c0df=_0x5211f7(_0x38bb94,_0x2d1cef);return _0x9fe96e||_0x96c0df;}function _0x5211f7(_0x51f2d7,_0x1ffac3){const _0x3f0843=(_0x1ffac3[_0x56bf27([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x56bf27([0x66,0x67,0x69])]||null;return!!_0x3f0843&&_0x1f25fe[_0x56bf27([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x210b56=>_0x3f0843[_0x56bf27([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x210b56[_0x56bf27([0x69,0x64])]))[_0x56bf27([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x310990=>!_0x49b2d6(_0x310990))[_0x56bf27([0x73,0x6f,0x6d,0x65])](_0x2f5da2=>!!(_0x51f2d7&_0x2f5da2[_0x56bf27([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x49b2d6(_0x197918){const _0x379420={[_0x56bf27([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0x46,0x6f,0x72,0x44,0x72,0x75,0x70,0x61,0x6c])]:_0x4661ed};return!!_0x197918['forbiddenHandler']&&_0x379420[_0x197918['forbiddenHandler']]();}function _0x4661ed(){return!window[_0x56bf27([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x3fe653(_0x413b83,_0x56bf27([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x19fc97(_0x4f7fc6){if(!_0x3fe653(_0x413b83,_0x4f7fc6[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x44245c=_0x4f7fc6[_0x56bf27([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x253843=_0x44245c[_0x56bf27([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x55315c=_0x44245c[_0x56bf27([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x42defb=_0x44245c[_0x56bf27([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x3fe653(_0x413b83,_0x56bf27([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x50b440(_0x413b83,_0x56bf27([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x56bf27([0x73,0x74,0x61,0x74,0x65])]==_0x56bf27([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x253843)return!0x0;if(_0x3fe653(_0x413b83,_0x56bf27([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x50b440(_0x413b83,_0x56bf27([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x56bf27([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x56bf27([0x65,0x6e,0x64])&&_0x55315c)return!0x0;return!(!_0x3fe653(_0x413b83,_0x56bf27([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]))||_0x50b440(_0x413b83,_0x56bf27([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]))[_0x56bf27([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x56bf27([0x65,0x6e,0x64])||!_0x42defb);}function _0x3fe653(_0x48a7a3,_0x46bade){return _0x48a7a3[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x56bf27([0x68,0x61,0x73])](_0x46bade);}function _0x50b440(_0x58382e,_0x13a44a){return _0x58382e[_0x56bf27([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x56bf27([0x67,0x65,0x74])](_0x13a44a);}function _0x2ab68a(_0xa43241){let _0x4f1882='';for(const _0x3895a1 of _0xa43241)_0x4f1882+=String[_0x56bf27([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x3895a1);return _0x4f1882;}function _0x105a6e(_0x1f21d4){const _0x3afde7=new Uint8Array(_0x1f21d4[_0x56bf27([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x5c8018=0x0;_0x5c8018<_0x1f21d4[_0x56bf27([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5c8018++)_0x3afde7[_0x5c8018]=_0x1f21d4[_0x56bf27([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5c8018);return _0x3afde7;}_0x2ac8b5&&_0x50cef3(_0x4a234c(_0x5bc5b9),_0x2ac8b5);})(_0x16af4e);}(this);}set['adapter'](_0xe12e6c){if(this['_adapter'])throw new _0x736c4a('commentsrepository-adapter-already-set');this['_adapter']=_0xe12e6c;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x8cf21=bt,threadId:_0x1b1eff=_0x1f8ced(),comments:_0x448e2f=[],unlinkedAt:_0x1515f3=null,resolvedAt:_0x5ae516=null,resolvedBy:_0x175a2f=null,target:_0x3d75dd=null,context:_0x37b373=null,attributes:_0x3b7068={},isResolvable:_0x48c82a=!0x0,isSubmitted:_0x23eb4a=!0x1,isFromAdapter:_0x5bbe41=!0x1}={}){return this['fire'](Nt('addCommentThread',_0x8cf21),{'channelId':_0x8cf21,'threadId':_0x1b1eff,'comments':_0x448e2f,'unlinkedAt':_0x1515f3,'resolvedAt':_0x5ae516,'resolvedBy':_0x175a2f,'target':_0x3d75dd,'context':_0x37b373,'attributes':_0x3b7068,'isFromAdapter':_0x5bbe41,'isResolvable':_0x48c82a,'isSubmitted':_0x23eb4a}),this['getCommentThread'](_0x1b1eff);}['openNewCommentThread']({channelId:_0x345890=bt,threadId:_0x389515=_0x1f8ced(),target:_0x149342,context:_0x1dc344=null,isResolvable:_0x35a948=!0x0}){if(this['_readOnlyChannels']['has'](_0x345890)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x149342)throw new _0x736c4a('commentsrepository-missing-target');const _0x2429f4=this['addCommentThread']({'channelId':_0x345890,'threadId':_0x389515,'target':_0x149342,'context':_0x1dc344,'isResolvable':_0x35a948});if(!_0x2429f4)return null;const _0x37a537=this['_threadToController']['get'](_0x2429f4),_0x202474=_0x37a537['view']['commentThreadInputView']['commentInputView'],_0x399491=this['context']['plugins']['get'](N),_0xe5cdfc=_0x399491['getByInnerView'](_0x37a537['view']);return _0x399491['activate'](_0xe5cdfc),_0x202474['once']('editorReady',()=>_0x202474['focus']()),_0x2429f4;}['hasCommentThread'](_0x314c0d){if('string'!=typeof _0x314c0d)throw new _0x736c4a('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x314c0d);}['updateCommentThread']({channelId:_0x50b37a=bt,threadId:_0x55bf61,context:_0x302137,unlinkedAt:_0x5b997c,attributes:_0x183393,isFromAdapter:_0x49f40f=!0x1}){return this['fire'](Nt('updateCommentThread',_0x50b37a),{'channelId':_0x50b37a,'threadId':_0x55bf61,'context':_0x302137,'unlinkedAt':_0x5b997c,'attributes':_0x183393,'isFromAdapter':_0x49f40f}),this['getCommentThread'](_0x55bf61);}['getCommentThread'](_0x410fdb){if('string'!=typeof _0x410fdb)throw new _0x736c4a('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x410fdb);}['fetchCommentThread']({channelId:_0x5643be,threadId:_0x579bd0}={}){const _0x37ac11=this['getCommentThread'](_0x579bd0);if(_0x37ac11)return Promise['resolve'](_0x37ac11);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x736c4a('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x5643be,'threadId':_0x579bd0})['then'](_0x16e1ba=>this['hasCommentThread'](_0x579bd0)?this['getCommentThread'](_0x579bd0):_0x16e1ba?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x5643be},_0x16e1ba)):void 0x0)['catch'](_0x284dcb=>{throw console['error'](_0x284dcb),new _0x736c4a('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x466852,skipNotAttached:_0x4db970=!0x1,skipEmpty:_0x360a5e=!0x1,toJSON:_0x567c33=!0x1}={}){const _0x2b7ef3=[];for(const _0x247a96 of this['_threads']['values']())_0x466852&&_0x247a96['channelId']!==_0x466852||_0x4db970&&!_0x247a96['isAttached']||_0x360a5e&&0x0===_0x247a96['length']||_0x2b7ef3['push'](_0x247a96);return _0x567c33?_0x2b7ef3['map'](_0x55e389=>_0x55e389['toJSON']()):_0x2b7ef3;}['setActiveCommentThread'](_0x38358a){const _0x562775=this['context']['plugins']['get'](N);if(!_0x38358a)return void(this['activeCommentThread']&&_0x562775['deactivateAll']());const _0x42af57=this['getCommentThread'](_0x38358a);if(!_0x42af57)throw new _0x736c4a('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x38358a});if(!this['_threadToController']['has'](_0x42af57))throw new _0x736c4a('commentsrepository-active-not-attached',null,{'threadId':_0x38358a});const _0x293a60=_0x562775['getByInnerView'](this['_threadToController']['get'](_0x42af57)['view']);_0x562775['activate'](_0x293a60);}['switchReadOnly'](_0x59d309,_0x586aab){_0x59d309?this['_readOnlyChannels']['add'](_0x586aab):this['_readOnlyChannels']['delete'](_0x586aab),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x1aab07){return this['_readOnlyChannels']['has'](_0x1aab07)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0xaa8d5e,_0x4d9755){return new vt(_0xaa8d5e,_0x4d9755);}['setPermissions'](_0x3552be,_0x468d8d=bt){this['_permissions']['set'](_0x468d8d,_0x3552be),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x1e7c91=bt){return this['_permissions']['has'](_0x1e7c91)?this['_permissions']['get'](_0x1e7c91):_t;}['_addCommentThread']({channelId:_0x5a6e67,threadId:_0x571387,comments:_0x5ce26e,unlinkedAt:_0x16cb2b,resolvedAt:_0x70bdbc,resolvedBy:_0x68d738,target:_0x320e00,context:_0x383148,attributes:_0x58b385,isFromAdapter:_0x5d49ea,isResolvable:_0x32ae49,isSubmitted:_0x363889}){if('string'!=typeof _0x571387)throw new _0x736c4a('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x571387});if(this['hasCommentThread'](_0x571387))throw new _0x736c4a('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x571387});const _0x44096d=new se(this,{'channelId':_0x5a6e67,'id':_0x571387,'context':_0x383148,'attributes':_0x58b385,'unlinkedAt':_0x16cb2b,'resolvedAt':_0x70bdbc,'resolvedBy':_0x68d738?this['context']['plugins']['get'](at)['getUser'](_0x68d738):null,'isResolvable':_0x32ae49,'isSubmitted':_0x363889||_0x5d49ea});this['_threads']['set'](_0x571387,_0x44096d);for(const _0x216de7 of _0x5ce26e)_0x44096d['_add'](this['_createNewComment']({'threadId':_0x571387,..._0x216de7}));return _0x320e00&&_0x44096d['attachTo'](_0x320e00),_0x5d49ea||!_0x44096d['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x5a6e67,'threadId':_0x571387});}['_submitCommentThread']({channelId:_0x974fb1,threadId:_0x14ef86}){if(!this['hasCommentThread'](_0x14ef86))throw new _0x736c4a('commentsrepository-missing-comment-thread',this);const _0x25990b=this['getCommentThread'](_0x14ef86);if(_0x25990b['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x48990e,comments:_0x54abdd,resolvedAt:_0x4dcb51,resolvedBy:_0x241783,context:_0x409e4e,attributes:_0x2e3044}=_0x25990b,_0x555f54=this['context']['plugins']['get']('PendingActions'),_0x3c431c=_0x555f54['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x974fb1,'threadId':_0x48990e,'comments':_0x54abdd['map'](_0x321129=>_0x321129['toJSON']()),'resolvedAt':_0x4dcb51,'resolvedBy':_0x241783?_0x241783['id']:_0x241783,'context':_0x409e4e,'attributes':_0x2e3044})['then'](({comments:_0x3134ae})=>{_0x555f54['remove'](_0x3c431c);for(const _0x1e83aa of _0x3134ae)this['_updateComment']({'channelId':_0x974fb1,'threadId':_0x14ef86,'commentId':_0x1e83aa['commentId'],'createdAt':_0x1e83aa['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x54c70c=>{throw console['error'](_0x54c70c),new _0x736c4a('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x21f9b0,target:_0x2c126c}){const _0x1b9f39=this['getCommentThread'](_0x21f9b0);if(!_0x1b9f39)throw new _0x736c4a('commentsrepository-attach-missing-comment-thread',this);const _0x5138c2=this['context']['plugins']['get']('PendingActions'),_0x465a6b=this['context']['plugins']['get'](N),_0x34ca27=this['_createCommentThreadView'](_0x1b9f39),_0x4397bf=new vt(_0x1b9f39,_0x34ca27);let _0x5d2cca=null;_0x34ca27['on']('change:isDirty',(_0x25269f,_0x3328fc,_0xf51df7)=>{_0xf51df7?_0x5d2cca=_0x5138c2['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x5d2cca&&(_0x5138c2['remove'](_0x5d2cca),_0x5d2cca=null);}),this['_threadToController']['set'](_0x1b9f39,_0x4397bf),this['_viewToController']['set'](_0x34ca27,_0x4397bf);const _0x410f5f=new T(this['context']['locale'],_0x34ca27);_0x410f5f['bind']('length')['to'](_0x34ca27),_0x410f5f['bind']('isDirty')['to'](_0x34ca27,'isDirty',_0x34ca27,'length',(_0x50faab,_0x4b48df)=>_0x50faab||!_0x4b48df),_0x410f5f['bind']('isActive')['to'](_0x34ca27),_0x410f5f['type']='comment';const _0x11907a=new d({'view':_0x410f5f,'target':_0x2c126c,'type':'comment','isVisible':!_0x1b9f39['isResolved']});return _0x34ca27['on']('escape',()=>{_0x11907a['fire']('escape');}),this['_bindAnnotationToEditors'](_0x34ca27,_0x11907a),_0x465a6b['add'](_0x11907a),_0x11907a;}['_bindAnnotationToEditors'](_0x17364e,_0x441cc9){this['listenTo'](_0x17364e,'editorReady',(_0x33d17d,_0x493698)=>{const _0x3efc1e=_0x493698['ui']['view']['body']['bodyCollectionContainer'];_0x441cc9['focusableElements']['add'](_0x3efc1e),this['context']instanceof _0x4eb99c&&this['context']['ui']['focusTracker']['add'](_0x3efc1e);},{'priority':'highest'}),this['listenTo'](_0x17364e,'editorDestroyed',(_0x2e85f2,_0x44cd77)=>{const _0x5af0de=_0x44cd77['ui']['view']['body']['bodyCollectionContainer'];_0x441cc9['focusableElements']['has'](_0x5af0de)&&_0x441cc9['focusableElements']['remove'](_0x5af0de),this['context']instanceof _0x4eb99c&&this['context']['ui']['focusTracker']['remove'](_0x5af0de);});}['_unbindEditors'](_0x35f138){this['stopListening'](_0x35f138,'editorReady'),this['stopListening'](_0x35f138,'editorDestroyed');}['_createCommentThreadView'](_0x145e1e){const _0x83f5c=this['context']['plugins']['get'](at),{config:_0x123c27,locale:_0x10a7cf}=this['context'],_0x5c1fb9=pt(_0x123c27['get']('locale'));return new(0x0,(_0x123c27['get']('comments'))['CommentThreadView'])(_0x10a7cf,_0x145e1e,_0x83f5c['me'],{'editorConfig':{..._0x123c27['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x123c27['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x123c27['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x123c27['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x123c27['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x5c1fb9,'CommentView':_0x123c27['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x5517f2,channelId:_0x5e7b89,resolvedAt:_0x1c18dd,resolvedBy:_0x437e71,isFromAdapter:_0x3fbf70}){if(!this['hasCommentThread'](_0x5517f2))throw new _0x736c4a('commentsrepository-missing-comment-thread',null,{'threadId':_0x5517f2});const _0x355bb2=this['getCommentThread'](_0x5517f2);if(_0x355bb2['isResolved'])throw new _0x736c4a('commentsrepository-resolved-comment-thread',null,{'threadId':_0x5517f2});const _0x1107ac=this['context']['plugins']['get'](at);if(_0x355bb2['resolvedBy']=_0x1107ac['getUser'](_0x437e71),_0x355bb2['resolvedAt']=_0x1c18dd,_0x3fbf70||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x20e593=this['context']['plugins']['get']('PendingActions'),_0x18e4f4=_0x20e593['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x5e7b89,'threadId':_0x5517f2})['then'](({resolvedAt:_0x3c6cbf,resolvedBy:_0x24b38a})=>{_0x20e593['remove'](_0x18e4f4),_0x355bb2['resolvedBy']['id']!==_0x24b38a&&(_0x355bb2['resolvedBy']=_0x1107ac['getUser'](_0x24b38a)),_0x355bb2['resolvedAt']=_0x3c6cbf;})['catch'](_0x5a36fd=>{throw console['error'](_0x5a36fd),new _0x736c4a('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x39329f,channelId:_0x97a3b9,isFromAdapter:_0x1d1ffd}){if(!this['hasCommentThread'](_0x39329f))throw new _0x736c4a('commentsrepository-missing-comment-thread',null,{'threadId':_0x39329f});const _0x2ac13b=this['getCommentThread'](_0x39329f);if(!_0x2ac13b['isResolved'])throw new _0x736c4a('commentsrepository-reopen-comment-thread',null,{'threadId':_0x39329f});if(_0x2ac13b['resolvedBy']=null,_0x2ac13b['resolvedAt']=null,_0x1d1ffd||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x177199=this['context']['plugins']['get']('PendingActions'),_0x531e83=_0x177199['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x97a3b9,'threadId':_0x39329f})['then'](()=>_0x177199['remove'](_0x531e83))['catch'](_0x485c7a=>{throw console['error'](_0x485c7a),new _0x736c4a('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x33400e,isFromAdapter:_0x1b99d8}){const _0x546837=this['getCommentThread'](_0x33400e);if(!_0x546837)throw new _0x736c4a('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x33400e),this['_threads']['delete'](_0x33400e),!_0x546837['isSubmitted']||_0x1b99d8||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x5d4bd0=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1ed9d2}=_0x546837,_0x3346af=_0x5d4bd0['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x1ed9d2,'threadId':_0x33400e})['then'](()=>_0x5d4bd0['remove'](_0x3346af))['catch'](_0x44a1ee=>{throw console['error'](_0x44a1ee),new _0x736c4a('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x193994,unlinkedAt:_0x4cc43f,context:_0x3f3e5a,attributes:_0x5f5891,isFromAdapter:_0x6efb24}){if('string'!=typeof _0x193994)throw new _0x736c4a('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x193994});if(!this['hasCommentThread'](_0x193994))throw new _0x736c4a('commentsrepository-missing-comment-thread',null,{'threadId':_0x193994});const _0xcd6a1a=this['getCommentThread'](_0x193994);let _0x2f67d0=!0x1;if(void 0x0!==_0x3f3e5a&&_0xcd6a1a['context']!==_0x3f3e5a&&(_0xcd6a1a['context']=_0x3f3e5a,_0x2f67d0=!0x0),void 0x0!==_0x4cc43f&&_0xcd6a1a['unlinkedAt']!==_0x4cc43f&&(_0xcd6a1a['unlinkedAt']=_0x4cc43f,_0x2f67d0=!0x0),_0x5f5891&&!yt(_0x5f5891,_0xcd6a1a['attributes'])&&(_0xcd6a1a['attributes']=_0x5f5891,_0x2f67d0=!0x0),!_0x2f67d0)return Promise['resolve']();if(!_0xcd6a1a['isSubmitted']||_0x6efb24||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x6f744d=this['context']['plugins']['get']('PendingActions'),{channelId:_0xee6c2d}=_0xcd6a1a,_0x2f0671=_0x6f744d['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0xee6c2d,'threadId':_0x193994,'context':_0x3f3e5a,'unlinkedAt':_0x4cc43f,'attributes':_0x5f5891})['then'](()=>_0x6f744d['remove'](_0x2f0671))['catch'](_0x210775=>{throw console['error'](_0x210775),new _0x736c4a('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x1631f9){const _0x10c284=this['context']['plugins']['get'](N),_0x420531=this['getCommentThread'](_0x1631f9);if(this['_threadToController']['has'](_0x420531)){const _0x3cb1b1=this['_threadToController']['get'](_0x420531),_0x5952f4=_0x3cb1b1['view'],_0x27df21=_0x10c284['getByInnerView'](_0x5952f4);this['_threadToController']['delete'](_0x420531),this['_viewToController']['delete'](_0x5952f4),_0x27df21&&_0x10c284['remove'](_0x27df21),_0x3cb1b1['destroy'](),_0x5952f4['destroy']()['then'](()=>{this['_unbindEditors'](_0x5952f4);});}}['_updateActiveAnnotation']({threadId:_0x26bdd0,resolvedAt:_0x13e490}){const _0x126421=!!_0x13e490,_0x83f72e=this['context']['plugins']['get'](N),_0x20c1bb=this['getCommentThread'](_0x26bdd0);if(this['_threadToController']['has'](_0x20c1bb)){const _0x2f5079=this['_threadToController']['get'](_0x20c1bb)['view'],_0x1779cc=_0x83f72e['getByInnerView'](_0x2f5079);_0x1779cc&&(_0x126421&&_0x83f72e['_removeActiveAnnotation'](_0x1779cc),_0x1779cc['refreshVisibility']());}}['_getExternalAuthor'](_0x686376){const _0x10c0bf=this['context']['plugins']['get'](at),_0x5d6eb9=It('external:'+_0x686376),_0x545ca8=_0x10c0bf['getUser'](_0x5d6eb9);return _0x545ca8||_0x10c0bf['addUser']({'id':_0x5d6eb9,'name':_0x686376});}['_createNewComment']({threadId:_0x435cab,commentId:_0x2d5256=_0x1f8ced(),content:_0x471d83,authorId:_0x139197,createdAt:_0x336757,attributes:_0x117db9}){if('string'!=typeof _0x2d5256)throw new _0x736c4a('commentsrepository-invalid-commentid');if('string'!=typeof _0x139197)throw new _0x736c4a('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x471d83||!_0x471d83['trim']())throw new _0x736c4a('commentsrepository-invalid-comment-content');const _0x5554fe=this['context']['plugins']['get'](at)['getUser'](_0x139197);if(!_0x5554fe)throw new _0x736c4a('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x139197});let _0x259edc=null,_0x3acdde=_0x336757;return _0x117db9&&_0x117db9['@external']&&(_0x259edc=this['_getExternalAuthor'](_0x117db9['@external']['authorName']),_0x3acdde=new Date(_0x117db9['@external']['createdAt'])),new ie(this,{'threadId':_0x435cab,'id':_0x2d5256,'author':_0x259edc||_0x5554fe,'creator':_0x5554fe,'content':_0x471d83,'createdAt':_0x336757,'authoredAt':_0x3acdde,'attributes':_0x117db9});}['_addComment'](_0x1ded0c){let {threadId:_0xc3f3ce,content:_0x5f2425,attributes:_0x538d9f,isFromAdapter:_0x473568}=_0x1ded0c;const _0x46810a=this['getCommentThread'](_0x1ded0c['threadId']);if(!_0x46810a)throw new _0x736c4a('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x142e9d=this['_createNewComment'](_0x1ded0c),{id:_0x33c1bf}=_0x142e9d;if(_0x46810a['_add'](_0x142e9d),_0x473568||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x46810a['isSubmitted'])return Promise['resolve']();const _0x1737e8=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1b199c}=_0x46810a,_0x4e33fd=_0x1737e8['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x538d9f||(_0x538d9f={}),this['adapter']['addComment']({'channelId':_0x1b199c,'threadId':_0xc3f3ce,'commentId':_0x33c1bf,'content':_0x5f2425,'attributes':_0x538d9f})['then'](_0x329075=>{_0x1737e8['remove'](_0x4e33fd),_0x329075&&this['_updateComment']({'channelId':_0x1b199c,'threadId':_0xc3f3ce,'commentId':_0x33c1bf,'createdAt':_0x329075['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x55cfcb=>{throw console['error'](_0x55cfcb),new _0x736c4a('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x210ba,commentId:_0x8292de,content:_0x3aea5c,createdAt:_0x1fbb5c,attributes:_0x2c48ca,isFromAdapter:_0x2b8018}){if(void 0x0!==_0x3aea5c&&('string'!=typeof _0x3aea5c||!_0x3aea5c['trim']()['length']))throw new _0x736c4a('commentsrepository-update-comment-invalid-content');const _0x23ef41=this['getCommentThread'](_0x210ba),_0xf7094d=_0x23ef41['getComment'](_0x8292de);if(!_0xf7094d)throw new _0x736c4a('commentsrepository-update-missing-comment',this);let _0x4ed4ed=!0x1;if(_0x3aea5c&&_0x3aea5c!==_0xf7094d['content']&&(_0xf7094d['isEditable']||_0x2b8018)&&(_0xf7094d['content']=_0x3aea5c,_0x4ed4ed=!0x0),_0x1fbb5c&&_0x1fbb5c!==_0xf7094d['createdAt']&&(_0xf7094d['createdAt']=_0x1fbb5c,_0xf7094d['attributes']&&_0xf7094d['attributes']['@external']||(_0xf7094d['authoredAt']=_0x1fbb5c),_0x4ed4ed=!0x0),_0x2c48ca&&!yt(_0x2c48ca,_0xf7094d['attributes'])&&(_0xf7094d['attributes']=_0x2c48ca,_0x4ed4ed=!0x0),!_0x4ed4ed)return Promise['resolve']();if(_0x23ef41['fire']('commentUpdated'),_0x2b8018||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x3b9f63=this['context']['plugins']['get']('PendingActions'),{channelId:_0x17488a}=this['getCommentThread'](_0xf7094d['threadId']),_0x55a8fa=_0x3b9f63['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x17488a,'threadId':_0x210ba,'commentId':_0x8292de,'content':_0x3aea5c,'attributes':_0x2c48ca})['then'](()=>_0x3b9f63['remove'](_0x55a8fa))['catch'](_0x37a75c=>{throw console['error'](_0x37a75c),new _0x736c4a('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x4276d4,commentId:_0x169be3,isFromAdapter:_0x4916de}){const _0x48efc6=this['getCommentThread'](_0x4276d4),_0x4ad55e=_0x48efc6['getComment'](_0x169be3);if(!_0x4ad55e)throw new _0x736c4a('commentsrepository-remove-missing-comment',this);if(_0x48efc6['_remove'](_0x4ad55e),_0x4916de||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x4067d4=this['context']['plugins']['get']('PendingActions'),{channelId:_0x27e96d}=_0x48efc6,_0x1443e3=_0x4067d4['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x27e96d,'threadId':_0x4276d4,'commentId':_0x169be3})['then'](()=>_0x4067d4['remove'](_0x1443e3))['catch'](_0x2906fc=>{throw console['error'](_0x2906fc),new _0x736c4a('commentsrepository-remove-comment-internal-error',this);});}}class se extends/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x667d5(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x468e49,_0x2ce604){super();const _0x102b76=_0x2ce604['isResolvable'];this['channelId']=_0x2ce604['channelId'],this['id']=_0x2ce604['id'],this['comments']=new _0x20413f(),this['_repository']=_0x468e49,this['_isAttached']=!0x1,this['_isSubmitted']=_0x2ce604['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x468e49,'_permissions',_0x468e49,'_readOnlyChannels',()=>_0x468e49['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x468e49,'_permissions',()=>_0x468e49['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x468e49,'_permissions',()=>{const _0x1aadec=_0x468e49['getPermissions'](this['channelId']);return _0x1aadec['write']||_0x1aadec['admin'];}),this['bind']('isResolvable')['to'](_0x468e49,'_permissions',()=>_0x102b76&&_0x468e49['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x2ce604['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x54cb7c,_0x2349e5)=>_0x54cb7c?_0x2349e5?_0x54cb7c<_0x2349e5?_0x54cb7c:_0x2349e5:_0x54cb7c:_0x2349e5),this['set']('unlinkedAt',_0x2ce604['unlinkedAt']||null),this['set']('resolvedAt',_0x2ce604['resolvedAt']||null),this['set']('resolvedBy',_0x2ce604['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x599cc1=>!!_0x599cc1),this['set']('attributes',_0x2ce604['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x4e9f6b,_0x5372d2)=>_0x4e9f6b+_0x5372d2['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x5f1c2b,id:_0x13a62e}=this;this['_repository']['fire'](Nt('submitCommentThread',_0x5f1c2b),{'channelId':_0x5f1c2b,'threadId':_0x13a62e});}['setUnlinkedAt'](_0x21e22b){this['_update']({'unlinkedAt':_0x21e22b});}['resolve']({resolvedAt:_0x30710d=new Date(),resolvedBy:_0x1b4012=null,isFromAdapter:_0x21a2e0=!0x1}={}){const _0x20175d=this['_repository']['context']['plugins']['get'](at)['me'],{channelId:_0x5e800e,id:_0x532ce7}=this;this['_repository']['fire'](Nt('resolveCommentThread',_0x5e800e),{'channelId':_0x5e800e,'threadId':_0x532ce7,'resolvedAt':_0x30710d,'resolvedBy':_0x1b4012||_0x20175d['id'],'isFromAdapter':_0x21a2e0});}['reopen']({isFromAdapter:_0x41f913=!0x1}={}){const {channelId:_0x5aaeae,id:_0x5ce1d0}=this;this['_repository']['fire'](Nt('reopenCommentThread',_0x5aaeae),{'channelId':_0x5aaeae,'threadId':_0x5ce1d0,'isFromAdapter':_0x41f913});}['setContext'](_0x1c2e26){this['context']||this['_update']({'context':_0x1c2e26});}['setAttribute'](_0x1c55d7,_0x1abe56){const _0xc53cd7=wt(this['attributes']);At(_0xc53cd7,_0x1c55d7,_0x1abe56),this['_update']({'attributes':_0xc53cd7});}['removeAttribute'](_0x27f8ee){const _0x4b7fb1=wt(this['attributes']);Ct(_0x4b7fb1,_0x27f8ee),this['_update']({'attributes':_0x4b7fb1});}['remove']({isFromAdapter:_0x1d0e91=!0x1}={}){const {channelId:_0x7c5934,id:_0x260e54}=this;this['_repository']['fire'](Nt('removeCommentThread',_0x7c5934),{'channelId':_0x7c5934,'threadId':_0x260e54,'isFromAdapter':_0x1d0e91});}['attachTo'](_0x298ed0){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x298ed0});}['addComment'](_0x3896e7){const {channelId:_0x1fda9d,id:_0x48d59}=this;this['_repository']['fire'](Nt('addComment',_0x1fda9d,_0x48d59),Object['assign']({'channelId':_0x1fda9d,'threadId':_0x48d59},_0x3896e7));}['getComment'](_0x472a0a){if('string'!=typeof _0x472a0a)throw new _0x736c4a('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x472a0a});return this['comments']['get'](_0x472a0a);}['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'](_0x11fa2c=>_0x11fa2c['toJSON']()),'attributes':this['attributes']};}['_add'](_0x310116){return this['listenTo'](_0x310116,'change:authoredAt',()=>{const _0x1f05c1=this['_findOptimalIndex'](_0x310116),_0x3bf6fb=this['comments'];_0x1f05c1-0x1!=_0x3bf6fb['getIndex'](_0x310116)&&_0x1f05c1+0x1!=_0x3bf6fb['getIndex'](_0x310116)&&(this['_remove'](_0x310116),this['_add'](_0x310116));}),this['comments']['add'](_0x310116,this['_findOptimalIndex'](_0x310116));}['_update'](_0x4b0794){const {channelId:_0x3e8093,id:_0x3fe645}=this;this['_repository']['fire'](Nt('updateCommentThread',_0x3e8093),{..._0x4b0794,'channelId':_0x3e8093,'threadId':_0x3fe645});}['_remove'](_0x3efd6a){return this['stopListening'](_0x3efd6a),_0x3efd6a['destroy'](),this['comments']['remove'](_0x3efd6a);}['_findOptimalIndex'](_0x5d005e){const _0x445f6c=this['comments']['find'](_0x39adb7=>new Date(_0x39adb7['authoredAt'])['getTime']()>new Date(_0x5d005e['authoredAt'])['getTime']());return _0x445f6c?this['comments']['getIndex'](_0x445f6c):this['length'];}}class ie extends/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x667d5(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x3bd109,_0x4776b4){super();const _0x48696e=_0x3bd109['context']['plugins']['get'](at)['me'],_0x42c1e8=_0x3bd109['getCommentThread'](_0x4776b4['threadId']),_0x50028b=0x0===_0x42c1e8['comments']['length'],_0x2f9792=_0x48696e===_0x4776b4['author'];this['id']=_0x4776b4['id'],this['threadId']=_0x4776b4['threadId'],this['author']=_0x4776b4['author'],this['creator']=_0x4776b4['creator'],this['isExternal']=Boolean(_0x4776b4['attributes']&&_0x4776b4['attributes']['@external']),this['set']('content',_0x4776b4['content']),this['createdAt']=_0x4776b4['createdAt']||new Date(),this['set']('authoredAt',_0x4776b4['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x42c1e8,'resolvedAt'),this['set']('attributes',_0x4776b4['attributes']||{}),this['bind']('isEditable')['to'](_0x3bd109,'_permissions',()=>{const _0x26da20=_0x3bd109['getPermissions'](_0x42c1e8['channelId'])['write'],_0x5a7e23=_0x3bd109['getPermissions'](_0x42c1e8['channelId'])['modifyAll'];return _0x2f9792&&_0x26da20||!_0x2f9792&&_0x5a7e23;}),this['bind']('isRemovable')['to'](_0x42c1e8,'isRemovable',_0x3bd109,'_permissions',_0x18bd5f=>{const _0x43c3be=_0x3bd109['getPermissions'](_0x42c1e8['channelId'])['write'],_0x2519d5=_0x3bd109['getPermissions'](_0x42c1e8['channelId'])['modifyAll'];return _0x2f9792&&_0x43c3be||_0x18bd5f&&_0x50028b||!_0x2f9792&&_0x2519d5&&!_0x50028b;}),this['bind']('isReadOnly')['to'](_0x42c1e8,'isReadOnly'),this['_repository']=_0x3bd109;}get['weight'](){return Math['max'](function(_0xb0c1a8){const _0x35899c=document['createElement']('div');return _0x35899c['innerHTML']=_0xb0c1a8,_0x35899c['textContent']['length'];}(this['content']),0xc8);}['update'](_0x3f99c7){const {threadId:_0x567bd8,id:_0x288ca1}=this;if(!this['_repository']['hasCommentThread'](_0x567bd8))throw new _0x736c4a('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x50b012}=this['_repository']['getCommentThread'](_0x567bd8);this['_repository']['fire'](Nt('updateComment',_0x50b012,_0x567bd8),{'channelId':_0x50b012,'threadId':_0x567bd8,'commentId':_0x288ca1,..._0x3f99c7});}['setAttribute'](_0xf78570,_0x1ee5ab){const _0xb21c43=wt(this['attributes']);At(_0xb21c43,_0xf78570,_0x1ee5ab),this['update']({'attributes':_0xb21c43});}['removeAttribute'](_0x61d2f9){const _0x3621bf=wt(this['attributes']);Ct(_0x3621bf,_0x61d2f9),this['update']({'attributes':_0x3621bf});}['remove'](_0x3fc151={}){if(!_0x3fc151['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x1cdc79,id:_0x1ba34d}=this;if(!this['_repository']['hasCommentThread'](_0x1cdc79))throw new _0x736c4a('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x37a5e5}=this['_repository']['getCommentThread'](_0x1cdc79);this['_repository']['fire'](Nt('removeComment',_0x37a5e5,_0x1cdc79),{'channelId':_0x37a5e5,'threadId':_0x1cdc79,'commentId':_0x1ba34d,..._0x3fc151});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function Nt(_0x37d93d,..._0x653ad8){for(const _0x10b770 of _0x653ad8)void 0x0!==_0x10b770&&(_0x37d93d+=':'+String(_0x10b770));return _0x37d93d;}class Q extends _0x47b6d5{['refresh'](){const _0x31c74c=this['editor']['model']['document']['selection'];for(const _0x4a678f of _0x31c74c['getRanges']())if(this['_hasContent'](_0x4a678f))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x5ca6f5=_0x1f8ced()}={}){const _0x2c42ce=this['editor']['model'],_0xc59c46=[];for(const _0x274a38 of _0x2c42ce['document']['selection']['getRanges']())this['_hasContent'](_0x274a38)&&_0xc59c46['push'](this['_trimToContent'](_0x274a38));_0x2c42ce['change'](_0x53e182=>{for(const _0x166ef6 of _0xc59c46){const _0xaecd76=_0x1f8ced()['substr'](0x1,0x5),_0x5c8afe='comment:'+_0x5ca6f5+':'+_0xaecd76;_0x53e182['addMarker'](_0x5c8afe,{'range':_0x166ef6,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x13c427){for(const _0x78c707 of _0x13c427['getItems']())if(this['_itemIsContent'](_0x78c707))return!0x0;return!0x1;}['_itemIsContent'](_0x3ad04f){return _0x3ad04f['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x3ad04f)&&!_0x3ad04f['is']('element','tableCell');}['_trimToContent'](_0x7f6511){const _0x156cc6=_0x33c084=>!this['_itemIsContent'](_0x33c084['item']),_0x420b91=_0x7f6511['start']['getLastMatchingPosition'](_0x156cc6),_0x23e1ba=_0x7f6511['end']['getLastMatchingPosition'](_0x156cc6,{'direction':'backward'});return this['editor']['model']['createRange'](_0x420b91,_0x23e1ba);}}class b extends _0x546d95{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[N];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x524721){super(_0x524721),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x11db10=this['editor'],_0x246b4f=_0x11db10['model']['document']['selection'],_0x548a67=_0x520c8c(()=>this['refreshSelectedViews'](),0xa);_0x246b4f['on']('change:range',(_0x111c68,_0x4a4558)=>{_0x4a4558['directChange']&&(_0x548a67['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x11db10['editing']['view']['document'],'change:isFocused',(_0x50a9d4,_0x305594,_0x291964)=>{_0x291964&&_0x548a67();}),this['listenTo'](_0x11db10['ui']['focusTracker'],'change:isFocused',(_0x433bc4,_0x43e51e,_0x1ff66e)=>{_0x1ff66e||_0x11db10['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x4e1a00=>this['_editorAnnotationsData']['has'](_0x4e1a00['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x161c98){if(this['_editorAnnotations']['has'](_0x161c98['view']))return;this['_editorAnnotations']['add'](_0x161c98['view']),this['editor']['ui']['focusTracker']['add'](_0x161c98['view']['element']);const _0x1971af=this['editor']['plugins']['get'](N);this['listenTo'](_0x1971af['collection'],'remove',(_0x1d5f3c,_0x3362aa)=>{this['editor']['ui']['focusTracker']['remove'](_0x3362aa['view']['element']),this['_editorAnnotations']['delete'](_0x3362aa['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x21267e){if('function'!=typeof _0x21267e)throw new _0x736c4a('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x21267e);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x67505b,annotations:_0x3b5fdb}){const _0x2ca484=[],_0x593f0e=this['editor']['model']['document']['selection'],_0x83d75d=Array['from'](_0x593f0e['getRanges']());for(const [_0x56f55b,_0x2912b0]of this['_editorAnnotationsData']){const _0x46a3a5=_0x22f7be(_0x2912b0),_0x31eb64=_0x3b5fdb['getByInnerView'](_0x56f55b);_0x46a3a5&&_0x31eb64&&_0x2ca484['push']({'annotation':_0x31eb64,'range':_0x46a3a5});}function _0x22f7be(_0x5aaa40){for(const _0x24f180 of _0x5aaa40)for(const _0x4c5c84 of _0x83d75d)if(_0x24f180['containsRange'](_0x4c5c84,!_0x593f0e['isCollapsed']))return _0x24f180;return null;}return _0x2ca484['sort']((_0x2b0b9f,_0x19d36a)=>{const _0x3a1c31=_0x2b0b9f['range'],_0x4dbf99=_0x19d36a['range'];if(!_0x3a1c31['isEqual'](_0x4dbf99)){if(_0x3a1c31['containsRange'](_0x4dbf99,!0x0))return 0x1;if(_0x4dbf99['containsRange'](_0x3a1c31,!0x0))return-0x1;}return _0x2b0b9f['annotation']==_0x67505b?-0x1:_0x19d36a['annotation']==_0x67505b?0x1:0x0;})['map'](_0x22005c=>_0x22005c['annotation']);}get['_editorAnnotationsData'](){const _0x3f5cd6=new Map();for(const _0x5d46c9 of Array['from'](this['_dataCollectors']))for(const [_0x4cc46e,_0x52bed7]of _0x5d46c9())_0x3f5cd6['set'](_0x4cc46e,_0x52bed7);return _0x3f5cd6;}}class ct extends _0x546d95{['afterInit'](){const _0x6b6159=this['editor'];if(!_0x6b6159['plugins']['has']('RestrictedEditingModeEditing'))return;_0x6b6159['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class mt extends _0x546d95{constructor(_0x5db9f0){super(_0x5db9f0),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x36fd33=this['editor'],_0x13c7a1=_0x36fd33['commands']['get']('importWord'),_0x1841b7=_0x36fd33['plugins']['get'](at);_0x13c7a1&&(_0x13c7a1['on']('execute',(_0x1d90b6,[,_0x209f31])=>{_0x209f31['collaboration_features']={'comments':!0x0,'user_id':_0x1841b7['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x13c7a1,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x12db9e,_0x37b505){const {comment_threads:_0x73467b}=_0x37b505;_0x73467b&&_0x73467b['forEach'](({thread_id:_0x4651b7,comments:_0x606c36,is_resolved:_0xf14c01})=>{const _0x234490=new Date(),_0x472d42=_0x606c36['map'](({author:_0x1eef6c,content:_0xe2b11a,created_at:_0xa35ccf})=>({'content':_0xe2b11a,'authorId':this['editor']['plugins']['get'](at)['me']['id'],'createdAt':_0x234490,'attributes':{'@external':{'authorName':_0x1eef6c,'createdAt':_0xa35ccf?new Date(_0xa35ccf):new Date(),'source':'importWord'}}})),_0x3b25eb=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x3b25eb,'threadId':_0x4651b7,'comments':_0x472d42,'resolvedAt':_0xf14c01?_0x234490:null});});}}class dt extends _0x546d95{constructor(_0x3ac01f){super(_0x3ac01f),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0xed5896=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0xed5896,'contentInsertion',(_0x493617,_0xe32a01)=>this['_removeMarkersWithoutThreads'](_0xe32a01['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x3cbb10){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x3cbb10;const _0x135463=this['editor']['plugins']['get']('CommentsRepository');for(const _0x24f9c5 of _0x3cbb10['keys']()){const [_0x13f775,_0xdc3a9f]=_0x24f9c5['split'](':');'comment'!=_0x13f775||_0x135463['hasCommentThread'](_0xdc3a9f)||_0x3cbb10['delete'](_0x24f9c5);}return _0x3cbb10;}['_registerMarkerInClipboardPipeline'](){const _0x17753d=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x18e279=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x18e279&&_0x17753d['_registerMarkerToCopy']('comment',_0x18e279);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x4edcf9){switch(_0x4edcf9){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}class r extends _0x546d95{static get['requires'](){return[m,b,at,ct,mt,dt];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x2d2cef){super(_0x2d2cef),this['set']('isThreadsLoadingPaused',!0x0),_0x2d2cef['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x2082e4,_0x574495,_0x41f76e,_0x41a767)=>{const _0x4dae63=_0x41f76e?ne(_0x41f76e)['id']:null;if(_0x2d2cef['model']['change'](()=>{if(_0x4dae63){const _0x391a48=this['getAllMarkersForId'](_0x4dae63);for(const _0x147723 of _0x391a48)_0x2d2cef['editing']['reconvertMarker'](_0x147723);}if(_0x41a767){const {id:_0x2e5452}=ne(_0x41a767),_0x57ca8e=this['getAllMarkersForId'](_0x2e5452);for(const _0x122cd5 of _0x57ca8e)_0x2d2cef['editing']['reconvertMarker'](_0x122cd5);}}),_0x4dae63){const _0x4b3259=_0x2d2cef['plugins']['get'](m)['getCommentThread'](_0x4dae63);_0x4b3259&&_0x4b3259['isResolved']&&this['scrollToThreadMarker'](_0x4dae63);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x28d7fa=this['editor'],_0x59547c=_0x28d7fa['plugins']['get'](m),_0x5046b4=_0x28d7fa['config']['get']('collaboration.channelId');_0x28d7fa['commands']['add']('addCommentThread',new Q(_0x28d7fa)),this['listenTo'](_0x28d7fa,'change:isReadOnly',(_0x26672d,_0x4f1827,_0x55e8a2)=>{_0x59547c['switchReadOnly'](_0x55e8a2,_0x28d7fa['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x59547c,ht('addCommentThread',_0x5046b4),(_0x1540c9,{threadId:_0xf169f7})=>{const _0x251fbe=this['editor']['plugins']['get'](m)['getCommentThread'](_0xf169f7);_0x251fbe&&_0x251fbe['unlinkedAt']&&this['_attachArchivedThread'](_0xf169f7);}),this['listenTo'](_0x59547c,ht('removeCommentThread',_0x5046b4),(_0x5684d1,{threadId:_0x1df4a7})=>{_0x28d7fa['model']['enqueueChange']({'isUndoable':!0x1},_0x46c08a=>{const _0x129cb3=this['getAllMarkersForId'](_0x1df4a7);for(const _0xcff2c2 of _0x129cb3)_0x46c08a['removeMarker'](_0xcff2c2);});}),this['listenTo'](_0x59547c,ht('resolveCommentThread',_0x5046b4),(_0x935911,{threadId:_0x3d9c4d})=>{(this['_reconvertMarkers'](_0x3d9c4d),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x3d9c4d)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x59547c,ht('reopenCommentThread',_0x5046b4),(_0x218276,{threadId:_0x801841})=>{this['_reconvertMarkers'](_0x801841);},{'priority':'low'}),this['listenTo'](_0x59547c,ht('addComment',_0x5046b4),(_0x2bea97,{threadId:_0x141758,isFromAdapter:_0x1b37bd})=>{const _0x166f84=this['getAllMarkersForId'](_0x141758);if(_0x1b37bd||0x0==_0x166f84['length']||!_0x59547c['hasCommentThread'](_0x141758))return;0x1===_0x59547c['getCommentThread'](_0x141758)['length']&&_0x28d7fa['model']['enqueueChange']({'isUndoable':!0x1},_0x35c6ef=>{for(const _0x598bc8 of _0x166f84)_0x35c6ef['updateMarker'](_0x598bc8,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x2106db=this['editor']['plugins']['get'](m),_0x2f3fe9=this['editor']['config']['get']('collaboration.channelId');for(const _0x524366 of _0x2106db['getCommentThreads']({'channelId':_0x2f3fe9}))_0x2106db['_detachCommentThread'](_0x524366['id']),_0x2106db['_threads']['delete'](_0x524366['id']);super['destroy']();}['hasMarkerForId'](_0x4af01f){return this['getAllMarkersForId'](_0x4af01f)['length']>0x0;}['getAllMarkersForId'](_0x34eba){const _0x1513b7=[];for(const _0x4b652a of this['editor']['model']['markers'])_0x4b652a['name']['startsWith']('comment:'+_0x34eba)&&_0x1513b7['push'](_0x4b652a);return _0x1513b7;}['scrollToThreadMarker'](_0x4bbbd9){const _0xbd97ab=this['_getTargetForId'](_0x4bbbd9);_0xbd97ab&&setTimeout(()=>{this['activeMarker']&&ne(this['activeMarker'])['id']===_0x4bbbd9&&rt({'target':_0xbd97ab[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x4c289a){this['editor']['model']['change'](()=>{for(const _0x110cee of this['getAllMarkersForId'](_0x4c289a))this['editor']['editing']['reconvertMarker'](_0x110cee);});}['_attachArchivedThread'](_0x11b6d4){const _0x41faa7=this['editor']['plugins']['get'](m),_0x31a1b5=this['editor']['plugins']['get'](b),_0x5a5507=_0x41faa7['getCommentThread'](_0x11b6d4);if(!_0x5a5507['isAttached']){const _0x57d971=_0x5a5507['attachTo'](()=>this['_getTargetForId'](_0x5a5507['id']));_0x31a1b5['registerAnnotation'](_0x57d971),_0x5a5507['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x3ecc01=this['editor'],_0x2a6751=_0x3ecc01['plugins']['get'](at);_0x3ecc01['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x1910c9,_0x25e906)=>{const {id:_0x58123c}=ne(_0x1910c9['markerName']),_0x5e5981=_0x3ecc01['plugins']['get'](m)['getCommentThread'](_0x58123c),_0x27b8ae=this['activeMarker']&&ne(this['activeMarker'])['id']===_0x58123c;let _0x1a06f5;if(_0x5e5981&&_0x5e5981['isResolved']&&!_0x27b8ae&&_0x1910c9['item'])return _0x25e906['consumable']['consume'](_0x1910c9['item'],'addMarker:'+_0x1910c9['markerName']),_0x25e906['consumable']['consume'](_0x1910c9['item'],'removeMarker:'+_0x1910c9['markerName']),null;const _0x14fb2d=['ck-comment-marker'];return _0x27b8ae&&_0x14fb2d['push']('ck-comment-marker--active'),_0x1a06f5=_0x5e5981&&_0x5e5981['length']?_0x5e5981['comments']['first']['author']['id']:_0x2a6751['me']['id'],{'classes':_0x14fb2d,'attributes':{'data-comment':_0x58123c,'data-author-id':_0x1a06f5}};}}),_0x3ecc01['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0xcd781,{options:_0x4f71d1})=>{const _0x9ab81c=_0x3ecc01['plugins']['get'](m),_0x4b3678=_0x3ecc01['model']['markers']['get'](_0xcd781),{id:_0x778039,part:_0x473c6e}=ne(_0xcd781);if(_0x4b3678&&!_0x4b3678['affectsData'])return null;if(_0x4f71d1['ignoreResolvedComments']){const _0x4d0b83=_0x9ab81c['getCommentThread'](_0x778039);if(_0x4d0b83&&_0x4d0b83['isResolved'])return null;}return{'group':'comment','name':_0x473c6e?_0x778039+':'+_0x473c6e:_0x778039};}}),_0x3ecc01['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x5ea40b,{writer:_0x5650d3})=>_0x5650d3['createElement']('$marker',{'data-name':'comment:'+_0x5ea40b['getAttribute']('id')})}),_0x3ecc01['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0xa5f66f=this['editor'],_0x27c6f6=_0xa5f66f['plugins']['get'](m),_0x39796c=new Set(),_0x5c7751=new Set();_0xa5f66f['model']['document']['registerPostFixer'](_0x50645a=>{let _0x23d05c=!0x1;for(const {name:_0x71fc43,data:_0x4f3cd1}of _0xa5f66f['model']['document']['differ']['getChangedMarkers']()){const {group:_0x469249,id:_0x188492}=ne(_0x71fc43);let _0x42cff8=_0x4f3cd1['newRange'];if('comment'!==_0x469249||!_0x42cff8)continue;const _0x59052='$graveyard'===_0x42cff8['root']['rootName'];_0x59052||(_0x42cff8=lt(_0x42cff8,_0xa5f66f['model']),!_0x42cff8||_0x42cff8['isCollapsed']||!_0x4f3cd1['newRange']||_0x42cff8['isEqual'](_0x4f3cd1['newRange']))?_0xa5f66f['model']['hasContent'](_0x42cff8)&&!_0x59052?this['isThreadsLoadingPaused']?_0x39796c['add'](_0x71fc43):this['_handleThreadMarker'](_0x71fc43,_0x188492):(_0x5c7751['add'](_0x71fc43),_0x39796c['delete'](_0x71fc43),_0x50645a['removeMarker'](_0x71fc43),_0x23d05c=!0x0):(_0x50645a['updateMarker'](_0x71fc43,{'range':_0x42cff8}),_0x23d05c=!0x0);}return _0x23d05c;}),this['on']('change:isThreadsLoadingPaused',(_0x544de7,_0x341467,_0x103fe3)=>{if(!_0x103fe3&&_0x39796c['size'])for(const _0x590dc4 of _0x39796c){const {id:_0x43dfbb}=ne(_0x590dc4);_0x39796c['delete'](_0x590dc4),_0xa5f66f['model']['markers']['get'](_0x590dc4)&&this['_handleThreadMarker'](_0x590dc4,_0x43dfbb);}}),this['listenTo'](_0xa5f66f['model']['document'],'change',(_0x28cbde,_0x5c28a8)=>{for(const {name:_0x4c6202,data:{newRange:_0x4916fc}}of _0xa5f66f['model']['document']['differ']['getChangedMarkers']()){const {group:_0x36a336,id:_0x55a13b}=ne(_0x4c6202);if('comment'!==_0x36a336)continue;const _0xba18b9=_0x27c6f6['getCommentThread'](_0x55a13b),_0x1640ff=this['hasMarkerForId'](_0x55a13b);_0xba18b9&&(!_0xba18b9['_hasTargetInContent']&&_0x4916fc&&_0xa5f66f['editing']['view']['once']('render',()=>{const _0x2e3c00=_0xa5f66f['plugins']['get'](N),_0x229764=_0x27c6f6['_threadToController']['get'](_0xba18b9)['view'];_0x2e3c00['getByInnerView'](_0x229764)['refreshVisibility']();},{'priority':'low'}),_0xba18b9['_hasTargetInContent']=_0x1640ff||!!_0x4916fc),_0x4916fc||(_0x5c7751['add'](_0x4c6202),_0x39796c['delete'](_0x4c6202));}if(_0x5c28a8['isLocal'])for(const _0x2d975b of _0x5c7751){const {id:_0x1807a8}=ne(_0x2d975b),_0x495ace=_0x27c6f6['getCommentThread'](_0x1807a8),_0x209a7b=this['hasMarkerForId'](_0x1807a8);_0x39796c['delete'](_0x2d975b),!_0x495ace||_0x209a7b||_0x495ace['unlinkedAt']||_0x495ace['setUnlinkedAt'](new Date());}_0x5c7751['clear']();});}['_getTargetForId'](_0x203a9e){const _0x338a79=this['editor'],_0x99d6f2=this['getAllMarkersForId'](_0x203a9e);return nt(_0x338a79['editing'],_0x99d6f2);}['_getTextContext'](_0x137a8e){const _0x4761b9=this['getAllMarkersForId'](_0x137a8e);let _0x1e4fea='',_0x421473=!0x1;for(const _0x1753c6 of _0x4761b9){const _0x39de53=_0x1753c6['getRange']();for(const _0x3055ef of Array['from'](_0x39de53['getItems']()))_0x3055ef['is']('$textProxy')?(_0x1e4fea&&_0x421473&&(_0x1e4fea+='\x20',_0x421473=!0x1),_0x1e4fea+=_0x3055ef['data']):_0x421473=!0x0;_0x421473=!0x0;}return _0x1e4fea['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x2b06c0,_0x244f73){const _0x904134=this['editor'],_0x5c0135=_0x904134['plugins']['get'](m);let _0x2145e6=_0x5c0135['getCommentThread'](_0x244f73);const _0x29e7b0=_0x904134['config']['get']('collaboration.channelId'),_0x4a6814=_0x904134['plugins']['get'](b);if(_0x2145e6&&(_0x2145e6['unlinkedAt']&&_0x2145e6['setUnlinkedAt'](null),_0x2145e6['isAttached']))return _0x2145e6;return!this['getAllMarkersForId'](_0x244f73)[0x0]['managedUsingOperations']?_0x904134['editing']['view']['once']('render',()=>{if(_0x5c0135['getCommentThread'](_0x244f73))return;const _0x1b81ea=_0x904134['plugins']['get'](N);_0x2145e6=_0x5c0135['openNewCommentThread']({'channelId':_0x29e7b0,'threadId':_0x244f73,'target':()=>this['_getTargetForId'](_0x244f73),'context':{'type':'text','value':this['_getTextContext'](_0x244f73)}});const _0x51df6f=_0x5c0135['_threadToController']['get'](_0x2145e6)['view'],_0x392c9a=_0x1b81ea['getByInnerView'](_0x51df6f);_0x392c9a&&_0x4a6814['registerAnnotation'](_0x392c9a);},{'priority':'low'}):_0x5c0135['fetchCommentThread']({'channelId':_0x29e7b0,'threadId':_0x244f73})['then'](_0x366ff9=>{if('destroyed'!==_0x904134['state']){if(_0x2145e6=_0x366ff9,_0x2145e6&&!_0x2145e6['isAttached']){const _0x25e688=_0x2145e6['attachTo'](()=>this['_getTargetForId'](_0x244f73));_0x4a6814['registerAnnotation'](_0x25e688),_0x2145e6['isResolved']&&this['_reconvertMarkers'](_0x244f73);}else{if(!_0x2145e6){const _0x39391e=this['getAllMarkersForId'](_0x244f73);_0x904134['model']['change'](_0x92bde9=>{for(const _0xd27776 of _0x39391e)_0x92bde9['removeMarker'](_0xd27776);});}}}}),_0x2145e6;}['_handleThreadMarker'](_0x4ffd8e,_0x6ccb0){const _0x2d5c83=this['_attachMarkerToThread'](_0x4ffd8e,_0x6ccb0);_0x2d5c83&&!_0x2d5c83['context']&&_0x2d5c83['setContext']({'type':'text','value':this['_getTextContext'](_0x6ccb0)});}['_initAriaMarkerChangeAnnouncements'](){const _0x3c5077=this['editor'];ot(_0x3c5077['model'],({left:_0x46bf1b,entered:_0x37e2d4})=>{for(const _0x54c7b2 of _0x46bf1b)if(ft(_0x54c7b2)){_0x3c5077['ui']['ariaLiveAnnouncer']['announce'](S(_0x3c5077['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x9c38e9 of _0x37e2d4)if(ft(_0x9c38e9)){_0x3c5077['ui']['ariaLiveAnnouncer']['announce'](S(_0x3c5077['locale'],'ENTER_COMMENT_ANNOUNCEMENT',et(te)));break;}});}}function ht(_0x4234a9,_0x48c011){return _0x48c011?_0x4234a9+':'+_0x48c011:_0x4234a9;}function ne(_0x4806ba){const _0x14528f=_0x4806ba['split'](':');return{'group':_0x14528f[0x0],'id':_0x14528f[0x1],'part':_0x14528f[0x2]};}function lt(_0x54d317,_0x4c2141){const _0x1a097f=_0x4c2141['schema'],_0x40f467=_0x4c2141['createRange'](_0x54d317['start']);for(const _0x21a8a5 of _0x54d317['getWalker']()){const {type:_0x32944d,item:_0x5d7ff2,nextPosition:_0x6459cf}=_0x21a8a5;if('text'===_0x32944d||_0x1a097f['isObject'](_0x5d7ff2)){const _0x255bdf=_0x4c2141['createPositionBefore'](_0x5d7ff2);_0x40f467['isCollapsed']&&(_0x40f467['start']=_0x255bdf),_0x40f467['end']=_0x6459cf;}}return _0x40f467;}function ft(_0x56189c){return'comment'===ne(_0x56189c['name'])['group'];}var $t='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M4\x201.5h12A3.5\x203.5\x200\x200\x201\x2019.5\x205v8l-.005.192a3.5\x203.5\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.371-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.271-2.63l-.062-.07H4A3.5\x203.5\x200\x200\x201\x20.5\x2013V5A3.5\x203.5\x200\x200\x201\x204\x201.5ZM4\x203a2\x202\x200\x200\x200-2\x202v8a2\x202\x200\x200\x200\x202\x202h6.924a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L14.962\x2015H16a2\x202\x200\x200\x200\x202-2V5a2\x202\x200\x200\x200-2-2H4Z\x22/><path\x20d=\x22M9.75\x205a.75.75\x200\x200\x200-.75.75v2.5H6.5a.75.75\x200\x200\x200\x200\x201.5H9v2.5a.75.75\x200\x200\x200\x201.5\x200v-2.5H13a.75.75\x200\x200\x200\x200-1.5h-2.5v-2.5A.75.75\x200\x200\x200\x209.75\x205Z\x22/></svg>\x0a';class s extends _0x546d95{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,b,N];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return kt;}['init'](){const _0x31bbbb=this['editor'],_0x5ac6aa=_0x31bbbb['plugins']['get'](m),_0x4b20a9=_0x31bbbb['plugins']['get'](r),_0xff0965=_0x31bbbb['plugins']['get'](N),_0x52198b=_0x31bbbb['plugins']['get'](b);_0x31bbbb['ui']['componentFactory']['add']('comment',()=>{const _0x51a459=this['_createUIButton'](_0x4c812b);return _0x51a459['tooltip']=!0x0,_0x51a459;}),_0x31bbbb['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x3e1344)),_0x52198b['addSourceCollector'](()=>{const _0x1f9820=[];for(const [_0x3dd140,_0xc78dbb]of _0x5ac6aa['_threadToController']){const _0x595d34=_0x4b20a9['getAllMarkersForId'](_0x3dd140['id']),_0x1ddd46=_0x595d34['map'](_0x35a9a6=>_0x35a9a6['getRange']());_0x595d34['length']>0x0&&_0x1f9820['push']([_0xc78dbb['view'],_0x1ddd46]);}return _0x1f9820;}),this['listenTo'](_0xff0965,'change:activeAnnotations',(_0x348a1c,_0x7040c1,_0x23ff30)=>{const _0x24f431=Array['from'](_0x23ff30)['map'](_0x462b32=>_0x462b32['innerView'])['find'](_0x1a1718=>_0x5ac6aa['_viewToController']['has'](_0x1a1718));if(!_0x24f431)return void(_0x4b20a9['activeMarker']=null);const _0x1e9b66=_0x5ac6aa['_viewToController']['get'](_0x24f431)['model']['id'],_0x1a7ab8='comment:'+_0x1e9b66;_0x1e9b66&&_0x4b20a9['hasMarkerForId'](_0x1e9b66)?_0x4b20a9['activeMarker']=_0x1a7ab8:_0x4b20a9['activeMarker']&&(_0x4b20a9['activeMarker']=null);}),this['listenTo'](_0x5ac6aa,'removeCommentThread',(_0x5e68fc,{threadId:_0x1b76e6,isFromAdapter:_0x16140e})=>{!_0x16140e&&_0x31bbbb['ui']['focusTracker']['isFocused']&&_0x4b20a9['hasMarkerForId'](_0x1b76e6)&&_0x31bbbb['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x5ac6aa,'addComment',(_0x510818,{threadId:_0x304262,isFromAdapter:_0x25d85c})=>{if(_0x25d85c||!_0x4b20a9['hasMarkerForId'](_0x304262)||!_0x5ac6aa['hasCommentThread'](_0x304262))return;0x1===_0x5ac6aa['getCommentThread'](_0x304262)['length']&&(_0x31bbbb['editing']['view']['focus'](),_0x510818['stop']());},{'priority':'low'});}['_createUIButton'](_0x56835f){const _0x536036=this['editor'],_0x1c42a1=new _0x56835f(_0x536036['locale']),_0x48a397=_0x536036['commands']['get']('addCommentThread');return _0x1c42a1['set']({'label':S(_0x536036['locale'],'Comment'),'icon':$t}),_0x1c42a1['bind']('isEnabled')['to'](_0x48a397),this['listenTo'](_0x1c42a1,'execute',()=>_0x48a397['execute']()),_0x1c42a1;}}class e extends _0x546d95{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x37eb4c){super(_0x37eb4c),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x2da2d9,_0x3477d9,_0x279393)=>{_0x279393?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x43efa5,_0x2c9f6f]of this['editor']['commands'])_0x2c9f6f['affectsData']&&'addCommentThread'!==_0x43efa5&&_0x2c9f6f['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x4aea90=this['editor']['editing']['view']['document'];this['listenTo'](_0x4aea90,'cut',_0x10f1a0=>_0x10f1a0['stop'](),{'priority':'highest'}),this['listenTo'](_0x4aea90,'clipboardInput',_0x332c02=>_0x332c02['stop'](),{'priority':'highest'}),this['listenTo'](_0x4aea90,'delete',_0x2977c7=>_0x2977c7['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x5904cf,_0x2d6d77]of this['editor']['commands'])_0x2d6d77['affectsData']&&'addCommentThread'!==_0x5904cf&&_0x2d6d77['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class M extends _0x424855{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[N];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x52b893){super(_0x52b893),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x31c7fe=this['context']['plugins']['get'](N);this['listenTo'](_0x31c7fe,'_activateAnnotation',(_0x5d57ad,_0x363725)=>{for(const _0x27b6f5 of this['activeUIs']){const _0x2eefb1=this['_uis']['get'](_0x27b6f5);(0x0,this['_uisData']['get'](_0x27b6f5)['filter'])(_0x363725)&&_0x2eefb1['setActiveAnnotation'](_0x363725);}}),this['listenTo'](_0x31c7fe,'_deactivateAllAnnotations',()=>{for(const _0x4caad3 of this['activeUIs']){this['_uis']['get'](_0x4caad3)['setActiveAnnotation'](null);}}),this['listenTo'](_0x31c7fe['_visibleAnnotations'],'add',(_0x2e72f1,_0x117083)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x117083);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x20410b){return this['activeUIs']['has'](_0x20410b);}['activate'](_0x62e535,_0x33db17=()=>!0x0){const _0x1c6e6=this['context']['plugins']['get'](N);if(!this['_uis']['has'](_0x62e535))throw new _0x736c4a('annotationsuis-missing-ui',this,{'uiName':_0x62e535});this['isActive'](_0x62e535)&&this['deactivate'](_0x62e535),this['activeUIs']['add'](_0x62e535);const _0x4c3495=new x();!function({source:_0xe40769,target:_0x4c62c4,filter:_0x302a10}){for(const _0x5dcfec of _0xe40769)_0x302a10(_0x5dcfec)&&_0x4c62c4['add'](_0x5dcfec);_0x4c62c4['listenTo'](_0xe40769,'add',(_0x557229,_0x11bd59)=>{_0x302a10(_0x11bd59)&&_0x4c62c4['add'](_0x11bd59);}),_0x4c62c4['listenTo'](_0xe40769,'remove',(_0x31da80,_0x513586)=>{_0x4c62c4['has'](_0x513586)&&_0x4c62c4['remove'](_0x513586);});}({'source':_0x1c6e6['_visibleAnnotations'],'target':_0x4c3495,'filter':_0x33db17}),this['_uisData']['set'](_0x62e535,{'collection':_0x4c3495,'filter':_0x33db17});const _0x38b50b=this['_uis']['get'](_0x62e535);_0x38b50b['attach'](_0x4c3495),this['listenTo'](_0x38b50b,'change:activeAnnotation',(_0x931a48,_0x1a4133,_0x3d33f7,_0xef4e35)=>{_0xef4e35&&_0x1c6e6['_removeActiveAnnotation'](_0xef4e35),_0x3d33f7&&_0x1c6e6['_addActiveAnnotation'](_0x3d33f7);});}['deactivate'](_0x59f9bd){if(this['activeUIs']['delete'](_0x59f9bd),!this['_uis']['has'](_0x59f9bd))throw new _0x736c4a('annotationsuis-missing-ui',this,{'uiName':_0x59f9bd});const _0xb68c01=this['_uis']['get'](_0x59f9bd);_0xb68c01['detach'](),this['stopListening'](_0xb68c01),this['_uisData']['get'](_0x59f9bd)['collection']['destroy'](),this['_uisData']['delete'](_0x59f9bd);}['switchTo'](_0x429017){if(!this['_uis']['has'](_0x429017))throw new _0x736c4a('annotationsuis-missing-ui',this,{'uiName':_0x429017});const _0x5e8d77=this['context']['plugins']['get'](N),_0xb67c19=Array['from'](_0x5e8d77['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x429017);const _0x32eb0e=this['_uis']['get'](_0x429017);_0x32eb0e['setActiveAnnotation'](_0xb67c19),_0x32eb0e['_setSelectedAnnotations']&&_0xb67c19&&_0x32eb0e['_setSelectedAnnotations']([_0xb67c19]);}['deactivateAll'](){for(const _0xe29eea of this['activeUIs'])this['deactivate'](_0xe29eea);}['register'](_0x1ebafe,_0x140354){if(this['_uis']['has'](_0x1ebafe))throw new _0x736c4a('annotationsuis-register-already-registered');if('function'!=typeof _0x140354['attach']||'function'!=typeof _0x140354['detach']||'function'!=typeof _0x140354['setActiveAnnotation'])throw new _0x736c4a('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x1ebafe,_0x140354);}['refilterAnnotations'](){const _0x596f25=this['context']['plugins']['get'](N)['collection'],_0x1b6c46=new Map(),_0xdc89fb=Array['from'](this['activeUIs']);for(const _0x4be574 of this['activeUIs']){const _0x11ca5f=this['_uisData']['get'](_0x4be574)['collection'];for(const _0x688746 of _0x11ca5f)_0x1b6c46['set'](_0x688746,_0x4be574);}for(const _0x5464aa of _0x596f25){const _0x917a89=_0x1b6c46['get'](_0x5464aa);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x5464aa);const _0x199946=_0xdc89fb['find'](_0x5817d2=>this['_uisData']['get'](_0x5817d2)['filter'](_0x5464aa));_0x917a89!==_0x199946&&(_0x917a89&&this['_uisData']['get'](_0x917a89)['collection']['remove'](_0x5464aa),_0x199946&&this['_uisData']['get'](_0x199946)['collection']['add'](_0x5464aa));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4b775){const _0x4ba42d=[];for(const _0x4c397e of this['activeUIs']){(0x0,this['_uisData']['get'](_0x4c397e)['filter'])(_0x4b775)&&_0x4ba42d['push'](_0x4c397e);}if(_0x4ba42d['length']>0x1)throw new _0x736c4a('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x4ba42d,'annotationType':_0x4b775['type']});}}const oe=Ht('px');class V extends Dt{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x2db561){super(_0x2db561);const _0x385285=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 _0x3e55ef(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x385285['to']('class')],'style':{'minHeight':_0x385285['to']('minHeight',_0x78903f=>'number'==typeof _0x78903f?oe(_0x78903f+0xa):null)},'dir':_0x2db561['uiLanguageDirection'],'role':'application','aria-label':S(_0x2db561,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':S(_0x2db561,'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',_0x2121bc=>{this['_updateItemPositionInFocusables'](_0x2121bc['source']);}),this['list']['forEach'](_0x14e748=>{this['focusTracker']['add'](_0x14e748['element']),this['_updateItemPositionInFocusables'](_0x14e748);}),this['list']['on']('change',(_0x5cfc57,_0x194860)=>{for(const _0x5948dc of _0x194860['removed'])this['focusTracker']['remove'](_0x5948dc['element']),this['focusables']['remove'](_0x5948dc);for(const _0x27f908 of _0x194860['added'])this['focusTracker']['add'](_0x27f908['element']),this['_updateItemPositionInFocusables'](_0x27f908);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x2d2f7b){const _0x5e18de=this['focusables']['getIndex'](_0x2d2f7b);let _0x2d694c,_0x38669b;for(const _0x30ceb9 of this['focusables'])if(_0x2d2f7b['top']<_0x30ceb9['top']){_0x2d694c=_0x30ceb9;break;}if(_0x38669b=_0x2d694c?this['focusables']['getIndex'](_0x2d694c):this['focusables']['length'],-0x1!==_0x5e18de){if(_0x5e18de===_0x38669b-0x1)return;this['focusables']['remove'](_0x2d2f7b),_0x38669b=_0x2d694c?this['focusables']['getIndex'](_0x2d694c):this['focusables']['length'];}this['focusables']['add'](_0x2d2f7b,_0x38669b);}}const qt=Ht('px');class H extends Dt{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x3b8ef7){super(_0x3b8ef7),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x4698f2,_0x5b0673)=>_0x4698f2+_0x5b0673),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=J(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x272912=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x272912['to']('isAnimationDisabled',_0x338249=>_0x338249?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x272912['to']('top',_0x2eca35=>qt(_0x2eca35))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x3ad700=this['element']['clientHeight'];_0x3ad700&&(this['height']=_0x3ad700);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class D extends _0x424855{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x17b94f){super(_0x17b94f),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 _0x40bf51=this['context']['config']['get']('sidebar.container');_0x40bf51&&this['setContainer'](_0x40bf51);}['setContainer'](_0x1a882b){if(!y(_0x1a882b))throw new _0x736c4a('sidebar-setcontainer-invalid-element');this['container']=_0x1a882b;}['_attachToContainer']({viewClass:_0x36db8b='',spaceBetweenItems:_0x3e4d0c=0x19}={}){if(!y(this['container']))throw new _0x736c4a('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x36db8b,this['_spaceBetweenItems']=_0x3e4d0c;}['rearrange']({removedAnnotation:_0x2d0565,previousAnnotation:_0x458eb6,nextAnnotation:_0x30bc87}){const _0x5511ae=this['getSidebarItemView'](_0x2d0565);this['view']['list']['remove'](_0x5511ae),this['_destroySidebarItemView'](_0x2d0565),_0x458eb6&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x458eb6)),_0x30bc87&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x30bc87)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x14ddf6,activatedAnnotation:_0x542acb,disableAnimationOnActivatedAnnotation:_0x571aef}){if(this['_activeAnnotation']=_0x542acb,_0x14ddf6){_0x14ddf6['isActive']=!0x1;const _0x4e013e=this['getSidebarItemView'](_0x14ddf6);_0x4e013e&&_0x571aef&&(_0x4e013e['isAnimationDisabled']=!0x1);}if(_0x542acb){const _0x350587=this['getSidebarItemView'](_0x542acb);_0x350587&&(_0x542acb['isActive']=!0x0,_0x571aef&&(_0x350587['isAnimationDisabled']=!0x0,_0x350587['top']+=0x1),this['_alignToTargetRect'](_0x350587));}}['_detachFromContainer'](_0xdcbbbc){if(this['view']['element']['remove'](),_0xdcbbbc){for(const _0x1c77bc of _0xdcbbbc)this['_destroySidebarItemView'](_0x1c77bc);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x1404ae,_0x3bd118){_0x3bd118||(_0x3bd118=_0x1404ae['view']);const _0x2ce487=new H(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x2ce487,_0x1404ae),this['_annotationToSidebarItemView']['set'](_0x1404ae,_0x2ce487),_0x2ce487['content']['add'](_0x3bd118),this['listenTo'](_0x1404ae['view'],'change:targetRect',(_0x139af6,_0x4c1c43,_0x598bb4)=>{const _0x3cdac7=this['_getTargetTop'](_0x1404ae,_0x598bb4);_0x2ce487['_targetTop']!=_0x3cdac7&&(_0x2ce487['_targetTop']=_0x3cdac7,this['_setItemTop'](_0x2ce487,_0x3cdac7));}),this['listenTo'](_0x2ce487,'change:top',()=>{this['_recalculate'](_0x2ce487,'top');}),this['listenTo'](_0x2ce487,'change:bottom',()=>{this['_recalculate'](_0x2ce487,'bottom');}),this['_alignToTargetRect'](_0x2ce487);const _0x4dc1fe=this['_getItemBefore'](_0x2ce487);if(_0x4dc1fe)this['_alignAfterItem'](_0x4dc1fe,_0x2ce487)||this['_alignToTargetRect'](_0x2ce487);else this['_alignToTargetRect'](_0x2ce487);return this['_updateLastItem'](),this['view']['list']['add'](_0x2ce487),_0x2ce487;}['_alignForTopChange'](_0x4ec1c0){if(!_0x4ec1c0['content']['length'])return;const _0xeb238b=this['_getItemBefore'](_0x4ec1c0);if(!_0xeb238b)return;const _0x4dc326=this['_sidebarItemViewToAnnotation']['get'](_0xeb238b),_0x4aff4d=this['_activeAnnotation'];_0x4aff4d&&_0x4aff4d===_0x4dc326?this['_alignAfterItem'](_0xeb238b,_0x4ec1c0):this['_alignBeforeItem'](_0x4ec1c0,_0xeb238b);}['_alignForBottomChange'](_0x168776){if(!_0x168776['content']['length'])return;const _0x1c2404=this['_getItemAfter'](_0x168776);if(!_0x1c2404)return;const _0x489935=this['_sidebarItemViewToAnnotation']['get'](_0x1c2404),_0x38aa5d=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x4ebb31=this['_activeAnnotation'];_0x4ebb31&&_0x4ebb31===_0x489935&&_0x38aa5d?(this['_alignBeforeItem'](_0x1c2404,_0x168776),this['_alignAfterItem'](_0x168776,_0x1c2404)):_0x4ebb31&&_0x4ebb31===_0x489935?this['_alignBeforeItem'](_0x1c2404,_0x168776):this['_alignAfterItem'](_0x168776,_0x1c2404);}['_recalculate'](_0x571caa,_0x113922){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x53e00e,changedProp:_0x101b88}of this['_recalculateBuffer'])'top'===_0x101b88?this['_alignForTopChange'](_0x53e00e):this['_alignForBottomChange'](_0x53e00e);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x571caa,'changedProp':_0x113922});}['getSidebarItemView'](_0x2b7fee){return this['_annotationToSidebarItemView']['get'](_0x2b7fee);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x333e8a){const _0x24fcc4=this['getSidebarItemView'](_0x333e8a);this['stopListening'](_0x24fcc4),this['stopListening'](_0x333e8a['view']),_0x24fcc4['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x333e8a),this['_sidebarItemViewToAnnotation']['delete'](_0x24fcc4);}['_createSidebarView'](){const _0x12b5ac=new V(this['context']['locale']);return _0x12b5ac['render'](),this['on']('change:_lastItem',(_0xd4b980,_0x155d97,_0x4e009a,_0x552836)=>{_0x552836&&_0x12b5ac['unbind']('minHeight'),_0x4e009a?_0x12b5ac['bind']('minHeight')['to'](_0x4e009a,'bottom'):_0x12b5ac['minHeight']=null;}),_0x12b5ac;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x36090e){const _0x2bf393=this['_sidebarItemViewToAnnotation']['get'](_0x36090e),_0x425afc=_0x2bf393&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x2bf393)-0x1);return _0x425afc&&this['getSidebarItemView'](_0x425afc)||null;}['_getItemAfter'](_0x4cf81e){const _0x2ddf02=this['_sidebarItemViewToAnnotation']['get'](_0x4cf81e),_0x23e140=_0x2ddf02&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x2ddf02)+0x1);return _0x23e140&&this['getSidebarItemView'](_0x23e140)||null;}['_alignBeforeItem'](_0x22eef7,_0x2d55f0){_0x22eef7['updateHeight']();const _0x1dd59d=R(_0x2d55f0['bottom']+this['_spaceBetweenItems'],_0x22eef7['top']);return!!_0x1dd59d&&(this['_setItemTop'](_0x2d55f0,_0x2d55f0['top']-_0x1dd59d),!0x0);}['_alignAfterItem'](_0x38f9b0,_0x5e6b0a){_0x38f9b0['updateHeight']();const _0x47d6d2=R(_0x38f9b0['bottom']+this['_spaceBetweenItems'],_0x5e6b0a['top']);return!!_0x47d6d2&&(this['_setItemTop'](_0x5e6b0a,_0x5e6b0a['top']+_0x47d6d2,!0x1),!0x0);}['_alignToTargetRect'](_0x158a00){const _0x2d3f21=this['_sidebarItemViewToAnnotation']['get'](_0x158a00);if(!_0x2d3f21||!_0x2d3f21['target']||!_0x2d3f21['targetRect'])return;const _0x2cf553=this['_getTargetTop'](_0x2d3f21,_0x2d3f21['targetRect']);this['_setItemTop'](_0x158a00,_0x2cf553);}['_getTargetTop'](_0x97ffaa,_0x2314a7){if(null===_0x2314a7)return 0x0;if(_0x97ffaa['target']instanceof _0x4e4c12)return _0x2314a7['top'];{const _0x5bf55f=new _0x4e4c12(this['view']['element'])['top'];return _0x2314a7['top']-_0x5bf55f;}}['_setItemTop'](_0x20b633,_0x1c1752,_0x17e8ad=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x17e8ad&&(_0x1c1752=Math['max'](_0x1c1752,this['_getMaxAvailableTop'](_0x20b633))),_0x20b633['top']=_0x1c1752;}['_getMaxAvailableTop'](_0x511a4e){let _0x218c05=this['_getItemBefore'](_0x511a4e),_0x195d86=0x0;for(;_0x218c05;)_0x218c05['updateHeight'](),_0x195d86+=this['_spaceBetweenItems']+_0x218c05['height'],_0x218c05=this['_getItemBefore'](_0x218c05);return _0x195d86;}}function R(_0x1f1bbd,_0x2252b7){return Math['max'](_0x1f1bbd-_0x2252b7,0x0);}function y(_0x54405e){return null!==_0x54405e&&'object'==typeof _0x54405e&&0x1===_0x54405e['nodeType'];}class n extends _0x424855{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,M];}static get['pluginName'](){return'WideSidebar';}constructor(_0x4e5bd8){super(_0x4e5bd8),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x20413f(),this['_refreshPositioningDebounced']=_0x520c8c(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x240505=this['context']['plugins']['get'](M),_0x5b6134=this['context']['plugins']['get'](D);_0x240505['register']('wideSidebar',this),_0x5b6134['container']&&_0x240505['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x1da554){if(_0x1da554===this['activeAnnotation'])return;const _0x27b750=this['context']['plugins']['get'](D);_0x27b750['_activeAnnotation']=_0x1da554;const _0x88852a=this['activeAnnotation'];this['activeAnnotation']=_0x1da554,_0x27b750['refresh']({'blurredAnnotation':_0x88852a,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x5920ee){this['annotations']=_0x5920ee;const _0x3d19de=this['context']['plugins']['get'](D);if(_0x3d19de['_annotations']=_0x5920ee,this['isAttached'])throw new _0x736c4a('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x3d19de,'set:container',()=>{this['detach'](),this['listenTo'](_0x3d19de,'change:container',_0x420f8a=>{_0x420f8a['off'](),this['attach'](_0x5920ee);});}),_0x3d19de['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x2b814a=_0x3116d7=>{_0x3116d7['updateTargetRect'](),_0x3d19de['addAnnotation'](_0x3116d7);};for(const _0x3f6525 of _0x5920ee)_0x2b814a(_0x3f6525);this['listenTo'](_0x5920ee,'add',(_0x3d0fbf,_0x582b1c)=>{_0x2b814a(_0x582b1c);}),this['listenTo'](_0x5920ee,'remove',(_0x3cf054,_0x4c9812,_0x1dedfc)=>{_0x3d19de['rearrange']({'removedAnnotation':_0x4c9812,'previousAnnotation':_0x5920ee['get'](_0x1dedfc-0x1),'nextAnnotation':_0x5920ee['get'](_0x1dedfc+0x1)}),_0x4c9812===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x5920ee,'focus',(_0x235bd5,_0x46a69f)=>{this['setActiveAnnotation'](_0x46a69f);}),this['listenTo'](_0x5920ee,'blur',()=>{this['setActiveAnnotation'](null);});const _0x499dd3=this['context']instanceof _0x2e2b07?this['context']['editors']:new _0x20413f([this['context']]);for(const _0x278605 of _0x499dd3)this['_integrateWithEditorAnnotations'](_0x278605);this['listenTo'](_0x499dd3,'add',(_0x3645d1,_0x7d7a63)=>{this['listenTo'](_0x7d7a63,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x7d7a63);});}),this['listenTo'](_0x499dd3,'remove',(_0x5cf16e,_0x2cb0a7)=>{_0x2cb0a7['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x2cb0a7['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x736c4a('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x4a20ef=this['context']['plugins']['get'](D);_0x4a20ef['_detachFromContainer'](this['annotations']),this['stopListening'](_0x4a20ef),this['stopListening'](this['annotations']),this['context']instanceof _0x2e2b07&&this['stopListening'](this['context']['editors']);for(const _0xdd7851 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0xdd7851);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x192b1a){if(!_0x192b1a['plugins']['has']('EditorAnnotations'))return;const _0x3dc189=_0x192b1a['plugins']['get']('EditorAnnotations'),_0xba8720=()=>{const _0x22d23e=_0x3dc189['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x22d23e[0x0]||null);};this['listenTo'](_0x3dc189,'refresh',_0xba8720),this['listenTo'](_0x3dc189,'blur',(_0x10f163,{isAnnotationTracked:_0x24e19b})=>{this['activeAnnotation']&&_0x24e19b(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x3dc189,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x37a9af=>{_0x3dc189['hasDomSelection']()&&(_0xba8720(),_0x37a9af['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3dc189);}['_destroyEditorAnnotationsIntegration'](_0x24290e){this['stopListening'](_0x24290e),this['_editorAnnotations']['remove'](_0x24290e);}}class L extends _0x4c812b{['counterView'];constructor(_0x4d3209){super(_0x4d3209);const _0x2e7629=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x5c1e0d,_0x52e833)=>_0x5c1e0d?'...':_0x52e833['toString']()),this['set']('annotationType',''),this['icon']=$t,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new Dt(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x2e7629['to']('annotationType',_0x386640=>'ck-annotation-counter__badge--'+_0x386640),_0x2e7629['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x2e7629['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x424855{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,M];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x4c5303){super(_0x4c5303),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x242391),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x20413f(),this['_refreshPositioningDebounced']=_0x520c8c(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](M)['register']('narrowSidebar',this),this['bodyCollection']=new _0x22076b(this['context']['locale']),this['balloonPanelView']=new _0x337d28(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x6590f6){this['annotations']=_0x6590f6;const _0x1fbeda=this['context']['plugins']['get'](D),_0x316492=this['balloonPanelView'];if(_0x1fbeda['_annotations']=_0x6590f6,this['isAttached'])throw new _0x736c4a('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x1fbeda,'set:container',()=>{this['detach'](),this['listenTo'](_0x1fbeda,'change:container',_0x20123a=>{_0x20123a['off'](),this['attach'](_0x6590f6);});}),_0x1fbeda['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x2b42c1=_0xfd597d=>{const _0x2ff0f6=new L(this['context']['locale']);_0x1fbeda['addAnnotation'](_0xfd597d,_0x2ff0f6),this['_annotationToNarrowView']['set'](_0xfd597d,_0x2ff0f6),_0x2ff0f6['bind']('isDirty','annotationType','number')['to'](_0xfd597d['view'],'isDirty','type','length'),_0x2ff0f6['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x316492['content']['first']!==_0xfd597d['view']?(this['_showBalloon'](_0xfd597d),_0xfd597d['view']['element']['focus'](),this['setActiveAnnotation'](_0xfd597d)):this['setActiveAnnotation'](null);});};for(const _0x3c522d of _0x6590f6)_0x2b42c1(_0x3c522d);this['listenTo'](_0x6590f6,'add',(_0x1f9019,_0x9c9fee)=>{_0x2b42c1(_0x9c9fee);}),this['listenTo'](_0x6590f6,'remove',(_0x395949,_0x370c80,_0x2c7353)=>{this['_annotationToNarrowView']['get'](_0x370c80)['destroy'](),this['_annotationToNarrowView']['delete'](_0x370c80),_0x1fbeda['rearrange']({'removedAnnotation':_0x370c80,'previousAnnotation':_0x6590f6['get'](_0x2c7353-0x1),'nextAnnotation':_0x6590f6['get'](_0x2c7353+0x1)}),_0x370c80===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x6590f6,'focus',(_0x43bb5b,_0x51959b)=>{this['setActiveAnnotation'](_0x51959b);}),this['listenTo'](_0x6590f6,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x5e5c8e,_0x3d4169)=>{_0x3d4169['keyCode']===_0x5854e0['esc']&&_0x316492['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x316492['content']['first']),this['_hideBalloon'](),_0x3d4169['stopPropagation'](),_0x3d4169['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x38dd50,_0x46ea4b)=>{const _0x5c47b4=_0x46ea4b['target'];_0x316492['isVisible']&&_0x316492['element']['contains'](_0x5c47b4)||_0x1fbeda['view']['element']['contains'](_0x5c47b4)||_0x38dd50['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x47a43f=>_0x47a43f['contains'](_0x5c47b4))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x2de7d6=this['context']instanceof _0x2e2b07?this['context']['editors']:new _0x20413f([this['context']]);for(const _0x344957 of _0x2de7d6)this['_integrateWithEditorAnnotations'](_0x344957);this['listenTo'](_0x2de7d6,'add',(_0x11d2d1,_0x3de3b6)=>{this['listenTo'](_0x3de3b6,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x3de3b6);});}),this['listenTo'](_0x2de7d6,'remove',(_0xc5e81d,_0x1176fb)=>{_0x1176fb['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x1176fb['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x458233){if(_0x458233===this['activeAnnotation'])return;const _0xd4bfd6=this['context']['plugins']['get'](D);if(_0xd4bfd6['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x458233,'disableAnimationOnActivatedAnnotation':!0x0}),_0x458233)_0xd4bfd6['getSidebarItemView'](_0x458233)?this['_showBalloon'](_0x458233):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x458233;}['detach'](){if(!this['isAttached'])throw new _0x736c4a('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x482bab=this['context']['plugins']['get'](D);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x3335ef=>_0x3335ef['destroy']()),this['_annotationToNarrowView']['clear'](),_0x482bab['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x2e2b07&&this['stopListening'](this['context']['editors']);for(const _0x262b50 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x262b50);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'](_0x46ea49){if(!_0x46ea49['plugins']['has']('EditorAnnotations'))return;const _0x3d756c=_0x46ea49['plugins']['get']('EditorAnnotations'),_0x4f4e85=this['context']['plugins']['get'](D),_0x330a2b=this['annotations'],_0x244629=this['balloonPanelView'],_0x58c54b=()=>{const _0x382f69=_0x3d756c['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x382f69),this['setActiveAnnotation'](_0x382f69[0x0]||null);};this['listenTo'](_0x3d756c,'refresh',_0x58c54b),this['listenTo'](_0x3d756c,'blur',(_0x52130a,{isAnnotationTracked:_0x4b63b9})=>{this['activeAnnotation']&&_0x4b63b9(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x3d756c,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x330a2b,'blur',_0x2ba558=>{_0x3d756c['hasDomSelection']()&&_0x2ba558['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x261e15,_0xceafab)=>{const _0x4e3d5e=_0xceafab['target'];_0x244629['isVisible']&&_0x244629['element']['contains'](_0x4e3d5e)||_0x4f4e85['view']['element']['contains'](_0x4e3d5e)||this['activeAnnotation']&&_0x3d756c['hasDomSelection']()&&(_0x58c54b(),_0x261e15['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3d756c);}['_destroyEditorAnnotationsIntegration'](_0x597984){_0x597984&&(this['stopListening'](_0x597984),this['_editorAnnotations']['remove'](_0x597984));}['_setSelectedAnnotations'](_0x3346de){for(const _0xb0f89f of this['_selectedAnnotations'])_0x3346de['includes'](_0xb0f89f)||this['_manuallyClosedAnnotationViews']['delete'](_0xb0f89f['view']);this['_selectedAnnotations']=_0x3346de;}['_refreshPositioning'](){const _0x281a15=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x281a15['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x13cb0b){if(this['_manuallyClosedAnnotationViews']['has'](_0x13cb0b['view']))return;const _0x3952c9=this['balloonPanelView']['content']['first'];_0x3952c9!==_0x13cb0b['view']?(_0x3952c9&&this['_detachListeners'](_0x3952c9),this['_attachListeners'](_0x13cb0b['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x13cb0b['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x4464fc=this['balloonPanelView']['content']['first'],_0x33dea3=_0x4464fc&&this['annotations']['getByView'](_0x4464fc);if(!_0x33dea3||!this['_annotationToNarrowView']['has'](_0x33dea3))return;const _0x1ecf46=this['_annotationToNarrowView']['get'](_0x33dea3)['element'],_0x5293f8=(function(){const _0x5c7260=_0x337d28['defaultPositions'];return[_0x5c7260['southArrowNorthEast'],_0x5c7260['northArrowSouthEast'],_0x5c7260['southArrowNorth'],_0x5c7260['northArrowSouth'],_0x5c7260['southArrowNorthWest'],_0x5c7260['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x1ecf46,'positions':_0x5293f8});}['_hideBalloon'](){const _0xe7b82b=this['balloonPanelView'],_0x1bc21c=_0xe7b82b['content']['first'];_0x1bc21c&&(this['_detachListeners'](_0x1bc21c),_0xe7b82b['unpin'](),_0xe7b82b['content']['clear']());}['_attachListeners'](_0x2ce29f){this['listenTo'](_0x2ce29f,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x2ce29f,'Esc',(_0x3f12ea,_0x3a5084)=>{this['_manuallyClosedAnnotationViews']['add'](_0x2ce29f),this['_hideBalloon'](),_0x3a5084();});}['_detachListeners'](_0x6f119){this['stopListening'](_0x6f119);}}class c extends _0x546d95{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[b,_0x16ae69,M];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x221763){super(_0x221763),_0x221763['editing']['view']['addObserver'](_0x4e32be),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x221763['plugins']['get'](_0x16ae69),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x461c78=this['editor']['plugins']['get'](M);_0x461c78['context']===this['editor']&&(_0x461c78['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x10c349,_0x9bbfae)=>{const _0x35f5bf=this['_balloon'];if(this['isAttached']&&_0x35f5bf['visibleView']){const _0x26e960=this['annotations']['getByView'](_0x35f5bf['visibleView']);_0x26e960&&this['_closeAnnotation'](_0x26e960),_0x9bbfae();}}));}['afterInit'](){const _0x35e5f3=this['editor']['plugins']['get'](M);_0x35e5f3['context']===this['editor']&&(_0x35e5f3['hasActive']()||_0x35e5f3['switchTo']('inline'));}['setActiveAnnotation'](_0x59b6f2){_0x59b6f2!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x59b6f2&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x59b6f2)&&this['_addAnnotationToBalloon'](_0x59b6f2,!0x0),_0x59b6f2['isActive']=!0x0),_0x59b6f2||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x59b6f2);}['attach'](_0x2be5ce){this['annotations']=_0x2be5ce;const _0x27718b=this['editor']['plugins']['get'](M),_0x3a71be=this['_balloon'];if(this['isAttached'])throw new _0x736c4a('inlineannotations-attach-already-attached',this);if(_0x27718b['context']!==this['editor'])throw new _0x736c4a('inlineannotations-not-allowed-with-context',this);const _0x10dedc=this['editor']['plugins']['get'](b);this['listenTo'](_0x10dedc,'refresh',()=>{const _0xb150a=_0x10dedc['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x5dd6bf,_0x542d98;!this['_forceRefresh']&&(_0x5dd6bf=_0xb150a,_0x542d98=this['_selectedAnnotations'],_0x5dd6bf['length']===_0x542d98['length']&&_0x5dd6bf['every'](_0xecae2f=>_0x542d98['includes'](_0xecae2f)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0xb150a),this['setActiveAnnotation'](_0xb150a[0x0]||null));}),this['listenTo'](_0x10dedc,'blur',(_0x52f43b,{isAnnotationTracked:_0x247170})=>{this['activeAnnotation']&&_0x247170(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x239510,_0x3111d6,_0x3fc99b)=>{_0x3fc99b||this['setActiveAnnotation'](null);}),this['listenTo'](_0x2be5ce,'remove',(_0x4e2fa4,_0xd79cbb)=>{this['_removeAnnotationFromBalloon'](_0xd79cbb),_0xd79cbb===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x3a71be,'change:visibleView',(_0x39290d,_0x5a96fd,_0xc3aa8f,_0x3ffb57)=>{_0x3ffb57&&this['stopListening'](_0x3ffb57);const _0x14ca7c=_0x2be5ce['getByView'](_0xc3aa8f);_0xc3aa8f&&_0x14ca7c&&(this['listenTo'](_0xc3aa8f,'change:height',()=>{_0x3a71be['updatePosition']();}),this['listenTo'](_0xc3aa8f,'Esc',()=>{this['_closeAnnotation'](_0x14ca7c),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x14ca7c&&this['setActiveAnnotation'](_0x14ca7c));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x3a71be['visibleView']&&(_0x2be5ce['getByView'](_0x3a71be['visibleView'])&&_0x3a71be['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 _0x736c4a('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x4531d8 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x4531d8);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0xed1fdd){for(const _0x4f0130 of this['_selectedAnnotations'])_0xed1fdd['includes'](_0x4f0130)||this['_manuallyClosed']['delete'](_0x4f0130);for(const _0x196570 of this['annotations'])_0xed1fdd['includes'](_0x196570)||this['_removeAnnotationFromBalloon'](_0x196570);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x1fc331 of _0xed1fdd)this['_addAnnotationToBalloon'](_0x1fc331);}this['_selectedAnnotations']=_0xed1fdd;}['_addAnnotationToBalloon'](_0x4f7767,_0x345b61=!0x1){this['_manuallyClosed']['has'](_0x4f7767)||(this['_addedAnnotations']['has'](_0x4f7767)||this['_balloon']['hasView'](_0x4f7767['view'])||(this['_addedAnnotations']['add'](_0x4f7767),this['_balloon']['add']({'stackId':_0x4f7767['view']['id'],'view':_0x4f7767['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x4f7767)}})),_0x345b61&&this['_balloon']['showStack'](_0x4f7767['view']['id']));}['_getBalloonTargetForAnnotation'](_0x2797aa){const _0x4929eb=_0x2797aa['target'],_0x356c3c=this['editor']['editing']['view'],_0x599be7=_0x356c3c['document']['selection']['getFirstRange'](),_0x30ffc0=_0x356c3c['domConverter']['viewRangeToDom'](_0x599be7);if(_0x30ffc0['collapse'](!0x0),_0x4929eb){if(_0x4929eb instanceof _0x4e4c12)return _0x4929eb;let _0x18cac3=[];for(const _0x3b2647 of _0x4929eb)_0x18cac3['push'](...(_0x2a3647=_0x3b2647['getClientRects'](),Array['from'](_0x2a3647)['map'](DOMRect['fromRect'])));_0x18cac3=function(_0x3e5b43){const _0x494641=[];let _0x39df3e=_0x3e5b43[0x0];for(let _0xb8202c=0x1;_0xb8202c<_0x3e5b43['length'];_0xb8202c++)q(_0x39df3e,_0x3e5b43[_0xb8202c])?_0x39df3e['width']+=_0x3e5b43[_0xb8202c]['width']:(_0x494641['push'](_0x39df3e),_0x39df3e=_0x3e5b43[_0xb8202c]);return _0x494641['push'](_0x39df3e),_0x494641;}(_0x18cac3);const _0x18f834=_0x30ffc0['getBoundingClientRect']();return _0x18cac3['find'](_0x36d56f=>_0x36d56f['top']<=_0x18f834['top']&&_0x36d56f['bottom']>=_0x18f834['bottom']&&_0x36d56f['left']<=_0x18f834['left']&&_0x36d56f['right']>=_0x18f834['right'])||_0x18cac3[0x0];}var _0x2a3647;return _0x2797aa['targetRect']||_0x30ffc0;}['_removeAnnotationFromBalloon'](_0x5a34a7){this['_addedAnnotations']['has'](_0x5a34a7)&&this['_balloon']['hasView'](_0x5a34a7['view'])&&(this['_addedAnnotations']['delete'](_0x5a34a7),this['_balloon']['remove'](_0x5a34a7['view']));}['_closeAnnotation'](_0xc05bbe){this['_manuallyClosed']['add'](_0xc05bbe),this['_removeAnnotationFromBalloon'](_0xc05bbe);}}function q(_0x25d6a4,_0xa94242){return _0x25d6a4['top']===_0xa94242['top']&&_0x25d6a4['bottom']===_0xa94242['bottom']&&_0x25d6a4['right']===_0xa94242['left'];}var it='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M14\x203.5A3.5\x203.5\x200\x200\x201\x2017.5\x207v6l-.005.192a3.501\x203.501\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.37-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.272-2.63l-.062-.07-4.729-.046a3.5\x203.5\x200\x200\x201-3.5-3.5v-6a3.5\x203.5\x200\x200\x201\x203.5-3.5L14\x203.5ZM3.5\x204.954a2\x202\x200\x200\x200-2\x202v6a2\x202\x200\x200\x200\x202\x202L8.924\x2015a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L12.962\x2015H14a2\x202\x200\x200\x200\x202-2V7a2\x202\x200\x200\x200-2-2L3.5\x204.954Z\x22/><path\x20d=\x22M16.5.5h-10a3.5\x203.5\x200\x200\x200-3.162\x202h1.84A2\x202\x200\x200\x201\x206.5\x202h10a2\x202\x200\x200\x201\x202\x202v8.873a3.502\x203.502\x200\x200\x200\x201.495-2.681L20\x2010V4A3.5\x203.5\x200\x200\x200\x2016.5.5Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M12.013\x207.453a.75.75\x200\x200\x201\x20.034\x201.06l-3.75\x204a.75.75\x200\x200\x201-1.045.048l-2.25-2a.75.75\x200\x200\x201\x20.996-1.122l1.704\x201.515\x203.25-3.467a.75.75\x200\x200\x201\x201.061-.034Z\x22/></svg>\x0a';class st extends Dt{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x16b29e,_0x5057e1){super(_0x16b29e),this['set']('isEmpty',!_0x5057e1['length']),this['focusTracker']=new _0x3e55ef(),this['_annotationViews']=_0x5057e1,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new Ft({'focusables':_0x5057e1,'focusTracker':this['focusTracker']}),this['listenTo'](_0x5057e1,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x5057e1,'remove',(_0x1b72af,_0x4bb867)=>{_0x4bb867['isActive']&&this['focus'](),_0x5057e1['length']||(this['isEmpty']=!0x0);});const _0x496525=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':S(_0x16b29e,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x5057e1},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x496525['if']('isEmpty','ck-hidden',_0x3d689e=>!_0x3d689e)]},'children':[{'text':S(_0x16b29e,'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 _0x2cedaf of this['_annotationViews'])this['focusTracker']['add'](_0x2cedaf['element']);this['_annotationViews']['on']('change',(_0x105ff8,{added:_0x38fa18,removed:_0x123c3b})=>{for(const _0x58430d of _0x38fa18)this['focusTracker']['add'](_0x58430d['element']);for(const _0x5a8bf2 of _0x123c3b)this['focusTracker']['remove'](_0x5a8bf2['element']);});}}class p extends _0x424855{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,N];}constructor(_0x4a2a46){super(_0x4a2a46),this['archivedThreads']=new _0x20413f();}['init'](){const _0x4f7bd3=this['context'],_0x13c043=_0x4f7bd3['plugins']['get'](m),_0x19e11d=_0x4f7bd3['plugins']['get'](N);this['listenTo'](_0x13c043,'addCommentThread',(_0x732a5d,{threadId:_0xa6092f})=>{const _0x2b2471=_0x13c043['getCommentThread'](_0xa6092f);_0x2b2471['archivedAt']&&this['archivedThreads']['add'](_0x2b2471,this['_calculatePosition'](_0x2b2471['archivedAt'])),this['listenTo'](_0x2b2471,'change:archivedAt',(_0x235944,_0xf29be,_0x202e22)=>{_0x202e22?this['archivedThreads']['has'](_0x2b2471)||this['archivedThreads']['add'](_0x2b2471,this['_calculatePosition'](_0x2b2471['archivedAt'])):this['archivedThreads']['has'](_0x2b2471)&&this['archivedThreads']['remove'](_0x2b2471);});}),this['listenTo'](_0x13c043,'removeCommentThread',(_0x311a09,{threadId:_0x12b916})=>{const _0x1d1050=_0x13c043['getCommentThread'](_0x12b916);this['stopListening'](_0x1d1050),this['archivedThreads']['has'](_0x1d1050)&&this['archivedThreads']['remove'](_0x1d1050);},{'priority':'highest'}),this['listenTo'](_0x19e11d['collection'],'focus',(_0x53a2e4,_0x37e1fe)=>{_0x37e1fe['isVisible']||(_0x37e1fe['isActive']=!0x0,_0x19e11d['activate'](_0x37e1fe));});}['_calculatePosition'](_0x27877f){const _0xfbfbe6=[...this['archivedThreads']]['findIndex'](_0x407065=>_0x407065['archivedAt']<_0x27877f);return _0xfbfbe6>-0x1?_0xfbfbe6:this['archivedThreads']['length'];}}class a extends _0x546d95{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x56c0ee];}constructor(_0x1b7d1b){super(_0x1b7d1b),this['annotationViews']=new _0x1f1a60(),this['_pendingThreads']=[];}['init'](){const _0x36429b=this['editor'],_0x124910=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x36429b['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x4c812b,!0x0)),_0x36429b['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x42ddd1=this['_createCommentsArchiveButton'](_0x3e1344);return _0x42ddd1['set']({'role':'menuitemcheckbox'}),_0x42ddd1;});const _0x489ffa=_0x36429b['plugins']['get'](p),_0x473592=_0x36429b['plugins']['get']('Annotations'),_0x3de0ad=_0x36429b['plugins']['get']('CommentsRepository');this['listenTo'](_0x489ffa['archivedThreads'],'add',(_0x55bd11,_0x44d651)=>{const _0xeb13ae=_0x36429b['config']['get']('collaboration.channelId');if(!_0xeb13ae||_0x44d651['channelId']===_0xeb13ae){const _0x13d005=_0x3de0ad['_threadToController']['get'](_0x44d651);if(!_0x13d005)return void this['_pendingThreads']['push'](_0x44d651);const _0x201478=this['_calculatePosition'](_0x44d651['archivedAt']),_0x509929=_0x473592['getByInnerView'](_0x13d005['view']);_0x509929['isVisible']&&_0x473592['_visibleAnnotations']['remove'](_0x509929),this['annotationViews']['add'](_0x509929['view'],_0x201478);}}),this['listenTo'](_0x473592['collection'],'add',(_0x14348d,_0x4c5b45)=>{const _0x35eb6b=this['_pendingThreads']['find'](_0x3b3ca1=>{const _0x43e26d=_0x3de0ad['_threadToController']['get'](_0x3b3ca1);return _0x43e26d&&_0x4c5b45['innerView']===_0x43e26d['view'];});if(_0x35eb6b){const _0x2d8457=this['_calculatePosition'](_0x35eb6b['archivedAt']);this['annotationViews']['add'](_0x4c5b45['view'],_0x2d8457),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x35eb6b),0x1);}}),this['listenTo'](_0x489ffa['archivedThreads'],'remove',(_0x20efbe,_0x3e4db1)=>{const _0x4cbdc3=_0x36429b['config']['get']('collaboration.channelId');if(!_0x4cbdc3||_0x3e4db1['channelId']===_0x4cbdc3){const _0x4c9d7a=_0x3de0ad['_threadToController']['get'](_0x3e4db1),_0xb869e5=_0x473592['getByInnerView'](_0x4c9d7a['view']);this['annotationViews']['remove'](_0xb869e5['view']),this['stopListening'](_0xb869e5['focusableElements']);}}),this['listenTo'](_0x473592['collection'],'add',(_0x428f9e,_0xab3a9e)=>{this['listenTo'](_0xab3a9e,'escape',_0x124910);}),this['listenTo'](_0x473592['collection'],'remove',(_0x31b52a,_0xb7567b)=>{this['stopListening'](_0xb7567b,'escape',_0x124910);});}['_calculatePosition'](_0x6a4dcd){const _0x2e0de6=this['editor']['config']['get']('collaboration.channelId'),_0x23971a=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x1f9d6b=>_0x1f9d6b['channelId']===_0x2e0de6)['findIndex'](_0x5c1b16=>_0x5c1b16['archivedAt']<_0x6a4dcd);return _0x23971a<0x0||_0x23971a>this['annotationViews']['length']?this['annotationViews']['length']:_0x23971a-0x1;}['_toggleDialog'](){const _0x420620=this['editor'],_0x390c67=_0x420620['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new st(_0x420620['locale'],this['annotationViews'])),'commentsArchive'===_0x390c67['id']?_0x390c67['hide']():_0x390c67['show']({'id':'commentsArchive','title':S(_0x420620['locale'],'COMMENTS_ARCHIVE'),'icon':it,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':tt['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x1a2458,_0x2428e2=!0x1){const _0x478924=this['editor']['locale'],_0x1b3401=this['editor']['plugins']['get']('Dialog'),_0x4f6b9e=new _0x1a2458(_0x478924);return _0x4f6b9e['bind']('isEnabled')['to'](this,'isEnabled'),_0x4f6b9e['bind']('isOn')['to'](_0x1b3401,'id',_0x1ae65f=>'commentsArchive'===_0x1ae65f),_0x4f6b9e['set']({'label':S(_0x478924,'COMMENTS_ARCHIVE'),'icon':it,'isToggleable':!0x0}),_0x2428e2&&(_0x4f6b9e['tooltip']=!0x0),this['listenTo'](_0x4f6b9e,'execute',()=>this['_toggleDialog']()),_0x4f6b9e;}['_hideDialogOnAnnotationEscape']=_0x3da7d9=>{const _0x4eb550=_0x3da7d9['source'];if(!this['annotationViews']['has'](_0x4eb550['view']))return;const _0x20aaf4=this['editor']['plugins']['get']('Dialog');_0x20aaf4['isOpen']&&'commentsArchive'===_0x20aaf4['id']&&(_0x20aaf4['hide'](),_0x3da7d9['stop']());};}class f extends _0x546d95{static get['requires'](){return[m,r,s,p,a,e,n,i,c];}static get['pluginName'](){return'Comments';}}export{d as Annotation,x as AnnotationCollection,T as AnnotationView,N as Annotations,M as AnnotationsUIs,es as BaseCommentThreadView,ns as BaseCommentView,ie as Comment,se as CommentThread,vt as CommentThreadController,kt as CommentThreadInputView,gt as CommentThreadView,Tt as CommentView,f as Comments,p as CommentsArchive,xt as CommentsListView,e as CommentsOnly,m as CommentsRepository,s as CommentsUI,b as EditorAnnotations,c as InlineAnnotations,i as NarrowSidebar,n as WideSidebar};
|