@ckeditor/ckeditor5-comments 42.0.1-alpha.0 → 42.0.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/comments.js +1 -1
- package/dist/index.js +9 -9
- package/package.json +3 -3
- 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 mt,icons as
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
((()=>Rt)());constructor(_0x55d3e5={}){(_0x55d3e5=Object['assign']({},_0x55d3e5))['plugins']||(_0x55d3e5['plugins']=St['defaultPlugins']),super(_0x55d3e5),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 _0x28cef5=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x28cef5))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x832ef=>{const _0x419b15=this['model']['document']['getRoot'](),_0x1183c7=_0x419b15&&_0x419b15['getChild'](_0x419b15['childCount']-0x1);_0x832ef['setSelection'](_0x1183c7,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x3cac53=this['editing']['view'],_0x44ebf2=_0x3cac53['document']['getRoot'](),_0x402348=_0x44ebf2['getChild'](0x0);_0x44ebf2['childCount']>0x1||!_0x402348||'p'!=_0x402348['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(zt(_0x3cac53,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x402348['placeholder']=this['placeholder']),Ft({'view':_0x3cac53,'element':_0x402348,'keepOnFocus':!0x0}),this['placeholderElement']=_0x402348);}}class ei extends _t{['keystrokes'];['focusTracker'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x46d16f,_0x410788={}){super(_0x46d16f),this['editor']=null,this['_editorConfig']=_0x410788,this['keystrokes']=new Et(),this['focusTracker']=new _0x1edcef(),this['set']('value',_0x410788['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',W(_0x46d16f,'Reply...')),this['set']('submitLabel',W(_0x46d16f,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),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',(_0x234815,_0x1ddbe1)=>{this['cancelButtonView']['fire']('execute'),_0x1ddbe1();}),this['on']('submit',(_0x1e97fd,_0x410a3c)=>{_0x410a3c['length']>0xfde8?(alert(W(_0x46d16f,'TOO_LONG_COMMENT_ALERT',[_0x410a3c['length'],0xfde8])),_0x1e97fd['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['keystrokes']['listenTo'](this['element']),this['focusTracker']['add'](this['element']);}['createEditor'](){return this['editor']||(this['editor']=new St(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x1d629e=this['editor'];this['element']['insertBefore'](_0x1d629e['ui']['element'],this['element']['firstChild']),_0x1d629e['model']['document']['on']('change',()=>this['value']=_0x1d629e['getData']()),_0x1d629e['bind']('placeholder')['to'](this),this['_initializeFocusCycling'](this['editor']),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](){this['editor']&&this['editor']['focus']();}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:_0x5abdb9}=this,_0x515ca3=new _0x1c2c08(_0x5abdb9);return _0x515ca3['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x515ca3['withText']=!0x0,_0x515ca3['bind']('label')['to'](this,'submitLabel'),_0x515ca3['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x515ca3['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x5b021e,_0xf2417e)=>!_0xf2417e&&!!_0x5b021e['trim']()),_0x515ca3;}['_createCancelButton'](){const {locale:_0xaa2502}=this,_0x373e08=new _0x1c2c08(_0xaa2502);return _0x373e08['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x373e08['label']=W(_0xaa2502,'Cancel'),_0x373e08['withText']=!0x0,_0x373e08['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x373e08;}['_initializeFocusCycling'](_0x2485f2){const _0x3b7821=this['focusTracker'],_0x44efc3=new _0x3ba195();[_0x2485f2['ui']['view'],this['submitButtonView'],this['cancelButtonView']]['forEach'](_0x3aca7f=>{_0x44efc3['add'](_0x3aca7f),_0x3b7821['add'](_0x3aca7f['element']);});const _0x563515=new _0x42d2fb({'focusables':_0x44efc3,'focusTracker':_0x3b7821});this['keystrokes']['set']('tab',(_0x4b2bef,_0x156468)=>{_0x563515['focusNext'](),_0x156468();},{'priority':'low'}),this['keystrokes']['set']('shift\x20+\x20tab',(_0x2758ad,_0x40a241)=>{_0x563515['focusPrevious'](),_0x40a241();},{'priority':'low'});}}class Tt extends _t{constructor(_0x3105a9,_0x2ae17b,_0x3d183d){super(_0x3105a9),this['commentInputView']=new ei(_0x3105a9,_0x3d183d),this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x4a23dd,_0x1f8853)=>_0x4a23dd||!!_0x1f8853),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 _0xdda2f8(_0x3105a9,_0x2ae17b),this['userView']['extendTemplate']({'attributes':{'class':'ck-thread__user'}}),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']]});}['destroy'](){return this['commentInputView']['destroy']()['then'](()=>super['destroy']());}}class ts extends _t{constructor(_0x42ceca){super(_0x42ceca);const _0x365911=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x365911['to']('count',_0x5b8426=>W(_0x42ceca,'NUMBER_OF_COMMENTS',_0x5b8426))}]});}}class xt extends _t{['commentViews'];['resolvedCommentView'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x484af2,_0x26da71,_0x437770){super(_0x484af2),this['set']('hasDirtyComment',!0x1),this['set']('length',_0x26da71['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x26da71,this['_config']=_0x437770,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['_collapsedCommentsView']=new ts(_0x484af2),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0xe1f176=>_0xe1f176-this['_config']['maxCommentsWhenCollapsed']);for(const _0x29143a of _0x26da71['comments'])this['_handleNewCommentModel'](_0x29143a);this['_handleInfoComment'](),this['listenTo'](_0x26da71['comments'],'add',(_0x4695e4,_0x3e4a28)=>{const _0x54cbf4=this['_calculatePosition'](_0x3e4a28);this['length']++,this['_handleNewCommentModel'](_0x3e4a28,_0x54cbf4),this['refreshVisibleViews']();}),this['listenTo'](_0x26da71['comments'],'remove',(_0x10147b,_0x280d08)=>{this['length']--,this['_handleRemoveCommentModel'](_0x280d08),this['refreshVisibleViews']();}),this['listenTo'](_0x26da71,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x26da71,'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']},'children':this['visibleViews']});}get['_shouldCollapse'](){return this['_model']['weight']>this['_config']['maxThreadTotalWeight']&&!this['isActive']&&!this['hasDirtyComment'];}['render'](){super['render'](),this['refreshVisibleViews']();}['focus'](){this['element']['focus']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x77d0f9 of this['commentViews'])_0x77d0f9['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x22eb86,_0x44353d){const _0xb60d01=new this['_config']['CommentView'](this['locale'],_0x22eb86,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0xb60d01['viewUid']=_0x22eb86['id'],_0xb60d01['delegate']('removeComment')['to'](this),_0xb60d01['delegate']('updateComment')['to'](this),_0xb60d01['delegate']('resolveCommentThread')['to'](this),_0xb60d01['delegate']('editorReady')['to'](this),_0xb60d01['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0xb60d01,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0xb60d01,_0x44353d);}['_calculatePosition'](_0x49190d){const _0x377f7d=this['_model']['_findOptimalIndex'](_0x49190d);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x49190d['authoredAt']?_0x377f7d-0x1:_0x377f7d:_0x377f7d-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x1a3d76={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':W(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x1a3d76,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x1a3d76));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0xe7f7e8){const _0x2f0aea=this['commentViews']['remove'](_0xe7f7e8['id']);this['stopListening'](_0x2f0aea),_0x2f0aea['isEditMode']&&this['_updateHasDirtyComment'](),_0x2f0aea['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x1b5f75=>_0x1b5f75['isEditMode']);}['_rearrangeCollapse'](){const _0x44ee8b=function(_0x525215){const _0x1b5cbf=new _0x27f142();for(const _0x570d1f of _0x525215)_0x1b5cbf['add'](_0x570d1f);return _0x1b5cbf;}(this['commentViews']),_0x33963e=this['_collapsedCommentsView']['count'];for(let _0x47e105=0x1;_0x47e105<=_0x33963e;_0x47e105++)_0x44ee8b['remove'](0x1);for(const _0xa9ff4c of _0x44ee8b)_0xa9ff4c['collapse']();_0x33963e>0x0&&_0x44ee8b['add'](this['_collapsedCommentsView'],0x1),is(_0x1d2a81(Array['from'](this['visibleViews']),Array['from'](_0x44ee8b)),this['visibleViews'],_0x44ee8b);}['_rearrangeExpand'](){is(_0x1d2a81(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0xcac037 of this['visibleViews'])_0xcac037['expand']();}}function is(_0x171478,_0x31d835,_0x399469){let _0x5c84f0=0x0;for(const _0x204fba of _0x171478)switch(_0x204fba){case'insert':_0x31d835['add'](_0x399469['get'](_0x5c84f0),_0x5c84f0),_0x5c84f0++;break;case'delete':_0x31d835['remove'](_0x5c84f0);break;case'equal':_0x5c84f0++;}}class Zt extends _t{['_model'];['reopenButtonView'];constructor(_0xe34fbe,_0x1df97a){super(_0xe34fbe);const _0x3e0859=this['bindTemplate'];this['_model']=_0x1df97a,this['reopenButtonView']=this['_createReopenButton'](),this['bind']('hasContext')['to'](this['_model'],'context',_0x416b60=>!!_0x416b60),this['bind']('contextValue')['to'](this['_model'],'context',_0x451e00=>_0x451e00&&_0x451e00['value']?this['_trimContextValue'](_0x451e00['value']):W(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',_0x3e0859['if']('hasContext','ck-context--quotes')]},'children':[{'tag':'span','attributes':{'class':['ck-context__value']},'children':[{'text':_0x3e0859['to']('contextValue')}]}]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions']();}['_createReopenButton'](){const _0x1276cb=new _0x1c2c08(this['locale']);return _0x1276cb['label']=W(this['locale'],'Reopen'),_0x1276cb['tooltip']=W(this['locale'],'Reopen'),_0x1276cb['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>',_0x1276cb['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0xbc3888=>!_0xbc3888),_0x1276cb['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x150123,_0x46d6aa)=>_0x150123&&_0x46d6aa),_0x1276cb['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x1276cb;}['_trimContextValue'](_0x8b2220){if(_0x8b2220['length']<0x96)return _0x8b2220;const _0x2c57f9=_0x8b2220['lastIndexOf']('\x20',0x93);return _0x8b2220['substring'](0x0,_0x2c57f9>-0x1?_0x2c57f9:0x93)+'...';}['_attachContextActions'](){const _0x507cf6=this['element']['querySelector']('.ck-context'),_0x5c68de=_0x507cf6['querySelector']('.ck-context__value');this['listenTo'](_0x507cf6,'mouseenter',()=>{_0x5c68de['offsetWidth']<_0x5c68de['scrollWidth']&&_0x507cf6['classList']['add']('overlay');}),this['listenTo'](_0x507cf6,'mouseleave',()=>{_0x507cf6['classList']['remove']('overlay');});}}class ti extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];constructor(_0x3bfe6f,_0x273fd3,_0x5c04aa,_0x543915){super(_0x3bfe6f),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x273fd3,this['_localUser']=_0x5c04aa,this['_config']=_0x543915,this['commentThreadHeaderView']=new Zt(_0x3bfe6f,_0x273fd3),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x3bfe6f,_0x273fd3,Object['assign']({'CommentView':this['_config']['CommentView']},_0x543915)),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',(_0x4f505d,_0x13a209)=>_0x4f505d||!!_0x13a209),this['bind']('isUnlinked')['to'](_0x273fd3,'unlinkedAt',_0xd550a9=>!!_0xd550a9);}['focus'](){this['element']['focus']();}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x2df255=new Tt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x38c773=_0x2df255['commentInputView'];return _0x2df255['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x38c773,'value',(_0x486d3f,_0xd4c6d9,_0x2c2c94,_0x26deef,_0x264192)=>!!_0x264192||!!_0x26deef&&_0x2c2c94&&!_0xd4c6d9||_0x486d3f&&_0x2c2c94&&!_0xd4c6d9),_0x38c773['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x4acb98,_0x5949d0,_0x3bbe2f)=>{let _0x57d7c4;return _0x57d7c4=_0x3bbe2f&&_0x5949d0?'Reply\x20to\x20reopen\x20discussion...':_0x4acb98?'Reply...':'Write\x20a\x20comment...',W(this['locale'],_0x57d7c4);}),_0x38c773['bind']('submitLabel')['to'](this,'length',_0x48da02=>W(this['locale'],_0x48da02?'Reply':'Comment')),_0x38c773['on']('submit',(_0x43d234,_0x3d787f)=>{this['fire']('addComment',_0x3d787f),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x38c773['on']('cancel',()=>{this['focus']();}),_0x38c773['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x38c773['on']('cancel',_0x31ae31=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x31ae31['stop']());}),this['on']('change:isActive',(_0x4c7f6a,_0x3e13ae,_0x128d0a)=>{_0x128d0a||this['length']||_0x38c773['value']||this['fire']('removeCommentThread');}),_0x2df255;}}class yt extends/* #__PURE__ -- @preserve */
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
_0x4d07f8(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x49c430,target:_0x4fdf40,type:_0xcc7c87,isVisible:_0x32d8e5=!0x0}){super(),this['view']=_0x49c430,this['view']['element']||this['view']['render'](),this['_type']=_0xcc7c87,this['_target']=_0x4fdf40,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x27f142([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x27614a,_0x10802d)=>{this['view']['focusTracker']['add'](_0x10802d);}),this['focusableElements']['on']('remove',(_0x300067,_0x4763a5)=>{this['view']['focusTracker']['remove'](_0x4763a5);}),this['set']('isVisible',_0x32d8e5);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x36327c=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x36327c),_0x36327c;}get['targetRect'](){const _0x15bafb=this['target'];if(null===_0x15bafb)return null;if(_0x15bafb instanceof _0x2a53b3)return _0x15bafb;const _0xa36052=_0x15bafb['filter'](_0x191a57=>function(_0xdf4ce3){const _0x22fdf3=_0xdf4ce3['offsetParent'];if(_0x22fdf3)return!0x0;const _0x1c3a67=_0xdf4ce3['getClientRects']()['item'](0x0);return!!_0x1c3a67;}(_0x191a57));return 0x0===_0xa36052['length']?null:new _0x2a53b3(_0xa36052[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x1ebe3e){this['view']['isActive']=_0x1ebe3e,this['view']['mainView']['isActive']=_0x1ebe3e;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x3f0e31){if(!(null===_0x3f0e31||_0x3f0e31 instanceof _0x2a53b3||Array['isArray'](_0x3f0e31)&&_0x3f0e31['every'](_0x2715e0=>ee(_0x2715e0))))throw new _0x4ed987('annotation-invalid-target',null,{'target':_0x3f0e31});}['_getNormalizedTarget'](){const _0x4c81d2='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x4c81d2)?[_0x4c81d2]:_0x4c81d2;}}function ee(_0x36d7c6){return null!==_0x36d7c6&&'object'==typeof _0x36d7c6&&'nodeType'in _0x36d7c6&&0x1===_0x36d7c6['nodeType'];}class x extends _0x27f142{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x19ba03=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x1edcef(),this['_focusTracker']['on']('change:isFocused',(_0x40f1ac,_0x15efa4,_0x5d09e5)=>{_0x5d09e5||this['fire']('blur');});for(const _0x2df52a of _0x19ba03)this['add'](_0x2df52a);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x42473b){if(this['has'](_0x42473b))throw new _0x4ed987('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x42473b['innerView'],_0x42473b),this['_viewToAnnotation']['set'](_0x42473b['view'],_0x42473b);for(const _0x173edc of _0x42473b['focusableElements'])this['_focusTracker']['add'](_0x173edc);this['listenTo'](_0x42473b['focusableElements'],'add',(_0x28ed65,_0x5aedf1)=>{this['_focusTracker']['add'](_0x5aedf1);}),this['listenTo'](_0x42473b['focusableElements'],'remove',(_0x41958e,_0x85ef40)=>{this['_focusTracker']['remove'](_0x85ef40);}),this['listenTo'](_0x42473b['view']['focusTracker'],'change:isFocused',(_0x5adcfc,_0x13042a,_0xbbccce)=>{_0xbbccce&&this['fire']('focus',_0x42473b);}),_0x42473b['updateTargetRect']();const _0x56cd55=this['_getOrderInContent'](_0x42473b['view']['targetRect']);return super['add'](_0x42473b,_0x56cd55);}['remove'](_0x44f36e){if(!this['has'](_0x44f36e))throw new _0x4ed987('annotationcollection-not-existing-item',null);this['stopListening'](_0x44f36e['view']['focusTracker']),this['stopListening'](_0x44f36e['focusableElements']);for(const _0x5edc8d of _0x44f36e['focusableElements'])this['_focusTracker']['remove'](_0x5edc8d);return this['_viewToAnnotation']['delete'](_0x44f36e['view']),this['_innerViewToAnnotation']['delete'](_0x44f36e['innerView']),super['remove'](_0x44f36e);}['getByInnerView'](_0x1bc4ae){return this['_innerViewToAnnotation']['get'](_0x1bc4ae);}['getByView'](_0x30bfc1){return this['_viewToAnnotation']['get'](_0x30bfc1);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x14be31 of this)_0x14be31['updateTargetRect']();this['_sort']();}['_sort'](){const _0xbbaebf=Array['from'](this)['sort']((_0x58256d,_0x39e2f0)=>v(_0x58256d['view']['targetRect'],_0x39e2f0['view']['targetRect']));for(let _0x315b61=_0xbbaebf['length']-0x1;_0x315b61>0x0;_0x315b61--){const _0x26490e=_0xbbaebf[_0x315b61];_0x315b61!==this['getIndex'](_0x26490e)&&(this['remove'](_0x26490e),this['add'](_0x26490e));}}['_getOrderInContent'](_0x51de9c){let _0x202bcb=0x0;if(!_0x51de9c)return this['length'];for(const _0x2212d4 of this){const _0x9f7ff9=_0x2212d4['view']['targetRect'];if(_0x9f7ff9){if(v(_0x51de9c,_0x9f7ff9)<0x0)return _0x202bcb;_0x202bcb++;}}return _0x202bcb;}}function v(_0x3d6e27,_0x5e3a45){if(null===_0x3d6e27&&null===_0x5e3a45)return 0x0;if(null===_0x3d6e27)return-0x1;if(null===_0x5e3a45)return 0x1;const _0x57d3d9=_0x3d6e27['top']-_0x5e3a45['top'];return 0x0==_0x57d3d9?_0x3d6e27['left']-_0x5e3a45['left']:_0x57d3d9;}class b extends _0x45778e{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x4c6a1f){super(_0x4c6a1f),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations']();}['add'](_0x551a54){this['collection']['add'](_0x551a54);}['remove'](_0x2b32fd){this['collection']['remove'](_0x2b32fd),_0x2b32fd['destroy']();}['refreshVisibility'](){for(const _0x31d9e6 of this['collection'])_0x31d9e6['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x2c7a78){return this['collection']['getByInnerView'](_0x2c7a78);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x2c26c7 of this['collection'])_0x2c26c7['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x26465d){this['fire']('_activateAnnotation',_0x26465d);}['createAnnotation'](_0x5257c3){return new d(_0x5257c3);}['createAnnotationView'](_0x4d643d,_0x174b63){return new V(_0x4d643d,_0x174b63);}['_addActiveAnnotation'](_0x2e82e1){const _0x52ef5f=new Set(this['activeAnnotations']);_0x52ef5f['add'](_0x2e82e1),this['activeAnnotations']=_0x52ef5f;}['_removeActiveAnnotation'](_0x534570){const _0x1aafb6=new Set(this['activeAnnotations']);_0x1aafb6['delete'](_0x534570),this['activeAnnotations']=_0x1aafb6;}['_bindAnnotationsToVisibleAnnotations'](){const _0x14bfab=this['collection'],_0x932a37=this['_visibleAnnotations'];function _0x371d0d(_0x4db297){const _0x7fdd05=_0x4db297['source'];_0x7fdd05['isVisible']&&!_0x932a37['has'](_0x7fdd05)?_0x932a37['add'](_0x7fdd05):!_0x7fdd05['isVisible']&&_0x932a37['has'](_0x7fdd05)&&_0x932a37['remove'](_0x7fdd05),_0x7fdd05['view']['focusTracker']['remove'](_0x7fdd05['view']['element']),_0x7fdd05['view']['focusTracker']['add'](_0x7fdd05['view']['element']);}this['listenTo'](_0x14bfab,'add',(_0x4eb219,_0x16bede)=>{_0x16bede['isVisible']&&_0x932a37['add'](_0x16bede),this['listenTo'](_0x16bede,'change:isVisible',_0x371d0d);}),this['listenTo'](_0x14bfab,'remove',(_0x4bde6e,_0x320ca9)=>{_0x932a37['has'](_0x320ca9)&&_0x932a37['remove'](_0x320ca9),this['stopListening'](_0x320ca9,'change:isVisible',_0x371d0d);});}}const Ct=Symbol('noChannel'),vt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x45778e{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[b,ht,lt];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x29b166){super(_0x29b166),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 _0x2fa3bc=this['context']['config'];_0x2fa3bc['define']('comments.maxCommentsWhenCollapsed',0x2),_0x2fa3bc['define']('comments.maxThreadTotalWeight',0x1f4),_0x2fa3bc['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x2fa3bc['define']('comments.CommentThreadView',yt),_0x2fa3bc['define']('comments.CommentView',At),_0x2fa3bc['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x401e2c=this['context']['plugins']['get'](b);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x246967,_0x521a58)=>this['_addCommentThread'](_0x521a58)),this['on']('submitCommentThread',(_0x447df6,_0x27d8f8)=>this['_submitCommentThread'](_0x27d8f8)),this['on']('resolveCommentThread',(_0x124c37,_0x337791)=>this['_resolveCommentThread'](_0x337791)),this['on']('resolveCommentThread',(_0x30ba80,_0x5842af)=>this['_updateActiveAnnotation'](_0x5842af),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x1f200c,_0x308daa)=>this['_reopenCommentThread'](_0x308daa)),this['on']('reopenCommentThread',(_0x18813d,_0x5dcf07)=>this['_updateActiveAnnotation'](_0x5dcf07),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x59fa10,_0x5c12ac)=>this['_removeCommentThread'](_0x5c12ac)),this['on']('updateCommentThread',(_0x44efc1,_0x595668)=>this['_updateCommentThread'](_0x595668)),this['on']('updateCommentThread',(_0x3d35ee,_0x12d4f9)=>this['_updateActiveAnnotation'](_0x12d4f9),{'priority':'lowest'}),this['on']('addComment',(_0x3d33f3,_0x3770d8)=>this['_addComment'](_0x3770d8)),this['on']('updateComment',(_0x5f8fe6,_0x345e5e)=>this['_updateComment'](_0x345e5e)),this['on']('removeComment',(_0x33304d,_0x32540c)=>this['_removeComment'](_0x32540c)),this['on']('addComment',(_0x5e8135,{threadId:_0x49a85f,isFromAdapter:_0x380e4c})=>{if(_0x380e4c)return;const _0x523b90=this['getCommentThread'](_0x49a85f),_0x196044=_0x523b90&&this['_threadToController']['get'](_0x523b90);_0x196044&&_0x196044['view']['focus']();},{'priority':'lowest'}),this['listenTo'](_0x401e2c,'change:activeAnnotations',(_0x1644a1,_0x58d043,_0x30dcf9)=>{const _0x35c7bd=Array['from'](_0x30dcf9)['map'](_0x18bd08=>this['_viewToController']['get'](_0x18bd08['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x35c7bd?_0x35c7bd['model']:null;});}['afterInit'](){!function(_0x2e9796){function _0x33065d(_0x43c57a,_0x5d6816,_0x3270ce){const _0x57d658={};_0x57d658[_0x7dc0de([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x57d658[_0x7dc0de([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],_0x57d658[_0x7dc0de([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],_0x57d658[_0x7dc0de([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],_0x57d658[_0x7dc0de([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],_0x57d658[_0x7dc0de([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],_0x57d658[_0x7dc0de([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],_0x57d658[_0x7dc0de([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],_0x57d658[_0x7dc0de([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],_0x57d658[_0x7dc0de([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],_0x57d658[_0x7dc0de([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 _0x5c1ab2=new Uint8Array(0x10);for(let _0x4313a0=0xf;_0x4313a0>=0x0;--_0x4313a0)_0x5c1ab2[_0x4313a0]=_0x3270ce%0x100,_0x3270ce=parseInt(_0x3270ce/0x100);let _0x4f201e=null,_0x288890=0x10;const _0x588bff=new Uint8Array(_0x5d6816),_0x452240=[],_0x1d5639=[];_0x11060c();for(let _0x530591=0x0;_0x530591<_0x43c57a[_0x7dc0de([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x530591++)0x10===_0x288890&&(_0x4f201e=_0x21d83f(_0x5c1ab2),_0x288890=0x0,_0x5cf591(_0x5c1ab2)),_0x43c57a[_0x530591]^=_0x4f201e[_0x288890++];return _0x43c57a;function _0x5b1c0b(_0x10e103){const _0x1a9fe8=[];for(let _0x184b58=0x0;_0x184b58<_0x10e103[_0x7dc0de([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x184b58+=0x4)_0x1a9fe8[_0x7dc0de([0x70,0x75,0x73,0x68])](_0x10e103[_0x184b58]<<0x18|_0x10e103[_0x184b58+0x1]<<0x10|_0x10e103[_0x184b58+0x2]<<0x8|_0x10e103[_0x184b58+0x3]);return _0x1a9fe8;}function _0x5cf591(_0x2bda0c){for(let _0x5d487e=0xf;_0x5d487e>=0x0;_0x5d487e--){if(0xff!==_0x2bda0c[_0x5d487e]){_0x2bda0c[_0x5d487e]++;break;}_0x2bda0c[_0x5d487e]=0x0;}}function _0x21d83f(_0x260993){const _0x1fec90=_0x452240[_0x7dc0de([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x49f793=[0x0,0x0,0x0,0x0];let t=_0x5b1c0b(_0x260993);for(let _0xafd91f=0x0;_0xafd91f<0x4;_0xafd91f++)t[_0xafd91f]^=_0x452240[0x0][_0xafd91f];for(let _0x189adf=0x1;_0x189adf<_0x1fec90;_0x189adf++){for(let _0x2b5ea9=0x0;_0x2b5ea9<0x4;_0x2b5ea9++)_0x49f793[_0x2b5ea9]=_0x57d658[_0x7dc0de([0x54,0x31])][t[_0x2b5ea9]>>0x18&0xff]^_0x57d658[_0x7dc0de([0x54,0x32])][t[(_0x2b5ea9+0x1)%0x4]>>0x10&0xff]^_0x57d658[_0x7dc0de([0x54,0x33])][t[(_0x2b5ea9+0x2)%0x4]>>0x8&0xff]^_0x57d658[_0x7dc0de([0x54,0x34])][0xff&t[(_0x2b5ea9+0x3)%0x4]]^_0x452240[_0x189adf][_0x2b5ea9];t=_0x49f793[_0x7dc0de([0x73,0x6c,0x69,0x63,0x65])]();}const _0x38396d=new Uint8Array(0x10);let _0x416655;for(let _0x267268=0x0;_0x267268<0x4;_0x267268++)_0x416655=_0x452240[_0x1fec90][_0x267268],_0x38396d[0x4*_0x267268]=0xff&(_0x57d658[_0x7dc0de([0x53])][t[_0x267268]>>0x18&0xff]^_0x416655>>0x18),_0x38396d[0x4*_0x267268+0x1]=0xff&(_0x57d658[_0x7dc0de([0x53])][t[(_0x267268+0x1)%0x4]>>0x10&0xff]^_0x416655>>0x10),_0x38396d[0x4*_0x267268+0x2]=0xff&(_0x57d658[_0x7dc0de([0x53])][t[(_0x267268+0x2)%0x4]>>0x8&0xff]^_0x416655>>0x8),_0x38396d[0x4*_0x267268+0x3]=0xff&(_0x57d658[_0x7dc0de([0x53])][0xff&t[(_0x267268+0x3)%0x4]]^_0x416655);return _0x38396d;}function _0x11060c(){const _0x1e014d=_0x57d658[_0x7dc0de([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x588bff[_0x7dc0de([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x10a59c=0x0;_0x10a59c<=_0x1e014d;_0x10a59c++)_0x452240[_0x7dc0de([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x1d5639[_0x7dc0de([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x223abb=0x4*(_0x1e014d+0x1),_0x194e82=_0x588bff[_0x7dc0de([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x1180d1=_0x5b1c0b(_0x588bff);let _0x23b401;for(let _0x4a1eb7=0x0;_0x4a1eb7<_0x194e82;_0x4a1eb7++)_0x23b401=_0x4a1eb7>>0x2,_0x452240[_0x23b401][_0x4a1eb7%0x4]=_0x1180d1[_0x4a1eb7],_0x1d5639[_0x1e014d-_0x23b401][_0x4a1eb7%0x4]=_0x1180d1[_0x4a1eb7];let _0x72abea,_0x3cb995=0x0,t=_0x194e82;for(;t<_0x223abb;){_0x72abea=_0x1180d1[_0x194e82-0x1],_0x1180d1[0x0]^=_0x57d658[_0x7dc0de([0x53])][_0x72abea>>0x10&0xff]<<0x18^_0x57d658[_0x7dc0de([0x53])][_0x72abea>>0x8&0xff]<<0x10^_0x57d658[_0x7dc0de([0x53])][0xff&_0x72abea]<<0x8^_0x57d658[_0x7dc0de([0x53])][_0x72abea>>0x18&0xff]^_0x57d658[_0x7dc0de([0x72,0x63,0x6f,0x6e])][_0x3cb995]<<0x18,_0x3cb995+=0x1;for(let _0xf8bd05=0x1;_0xf8bd05<_0x194e82/0x2;_0xf8bd05++)_0x1180d1[_0xf8bd05]^=_0x1180d1[_0xf8bd05-0x1];_0x72abea=_0x1180d1[_0x194e82/0x2-0x1],_0x1180d1[_0x194e82/0x2]^=_0x57d658[_0x7dc0de([0x53])][0xff&_0x72abea]^_0x57d658[_0x7dc0de([0x53])][_0x72abea>>0x8&0xff]<<0x8^_0x57d658[_0x7dc0de([0x53])][_0x72abea>>0x10&0xff]<<0x10^_0x57d658[_0x7dc0de([0x53])][_0x72abea>>0x18&0xff]<<0x18;for(let _0x4b5229=_0x194e82/0x2+0x1;_0x4b5229<_0x194e82;_0x4b5229++)_0x1180d1[_0x4b5229]^=_0x1180d1[_0x4b5229-0x1];let _0x16a040,_0x228321,_0x5597cc=0x0;for(;_0x5597cc<_0x194e82&&t<_0x223abb;)_0x16a040=t>>0x2,_0x228321=t%0x4,_0x452240[_0x16a040][_0x228321]=_0x1180d1[_0x5597cc],_0x1d5639[_0x1e014d-_0x16a040][_0x228321]=_0x1180d1[_0x5597cc++],t++;}for(let _0x3ce2e3=0x1;_0x3ce2e3<_0x1e014d;_0x3ce2e3++)for(let _0x3b8644=0x0;_0x3b8644<0x4;_0x3b8644++)_0x72abea=_0x1d5639[_0x3ce2e3][_0x3b8644],_0x1d5639[_0x3ce2e3][_0x3b8644]=_0x57d658[_0x7dc0de([0x55,0x31])][_0x72abea>>0x18&0xff]^_0x57d658[_0x7dc0de([0x55,0x32])][_0x72abea>>0x10&0xff]^_0x57d658[_0x7dc0de([0x55,0x33])][_0x72abea>>0x8&0xff]^_0x57d658[_0x7dc0de([0x55,0x34])][0xff&_0x72abea];}}function _0x7dc0de(_0x1f2b25){return _0x1f2b25['map'](_0x333f1b=>String['fromCharCode'](_0x333f1b))['join']('');}(_0x3665f5=>{function _0x365900(){const _0xc7d2a4=[{[_0x7dc0de([0x69,0x64])]:0x1,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x7dc0de([0x69,0x64])]:0x2,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([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]),[_0x7dc0de([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x7dc0de([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x7dc0de([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x7dc0de([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x7dc0de([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x7dc0de([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x7dc0de([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x7dc0de([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x7dc0de([0x69,0x64])]:0x3,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x7dc0de([0x69,0x64])]:0x4,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([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]),[_0x7dc0de([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x7dc0de([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x7dc0de([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x7dc0de([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x7dc0de([0x69,0x64])]:0x5,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([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]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x7dc0de([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x7dc0de([0x66,0x67,0x69])]:[0xc]}},{[_0x7dc0de([0x69,0x64])]:0x6,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x7dc0de([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x7dc0de([0x66,0x67,0x69])]:[0xc]}},{[_0x7dc0de([0x69,0x64])]:0x7,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x7dc0de([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x7dc0de([0x66,0x67,0x69])]:[0xc]}},{[_0x7dc0de([0x69,0x64])]:0x8,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([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]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x7dc0de([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x7dc0de([0x66,0x67,0x69])]:[0xc]}},{[_0x7dc0de([0x69,0x64])]:0x9,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x7dc0de([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x7dc0de([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x7dc0de([0x69,0x64])]:0xa,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([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]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([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]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([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]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x7dc0de([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x7dc0de([0x66,0x67,0x69])]:[0xc]}},{[_0x7dc0de([0x69,0x64])]:0xb,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x7dc0de([0x69,0x64])]:0xc,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x7dc0de([0x69,0x64])]:0xd,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x7dc0de([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x7dc0de([0x66,0x67,0x69])]:[0xc]}},{[_0x7dc0de([0x69,0x64])]:0xe,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x7dc0de([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([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])},{[_0x7dc0de([0x69,0x64])]:0xf,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x7dc0de([0x69,0x64])]:0x10,[_0x7dc0de([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x7dc0de([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x7dc0de([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x7dc0de([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x7dc0de([0x66,0x67,0x69])]:[0xc]}}];return _0x1a5711(_0xc7d2a4),_0xc7d2a4;function _0x479941(_0x527247){return 0x1<<_0x527247-0x1;}function _0x1a5711(_0x3722c8){_0x3722c8[_0x7dc0de([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xd87517=>{_0xd87517[_0x7dc0de([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x479941(_0xd87517[_0x7dc0de([0x69,0x64])]),_0x3a12b2(_0xd87517)&&_0xd87517[_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x1a5711(_0xd87517[_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x3a12b2(_0x6bd10f){return _0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x6bd10f;}const _0x4de145=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x474a84=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x4b70f3(_0x2a122a){const _0x3d6c87=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x135c7f(_0x2a122a,new Uint8Array([..._0x4de145,..._0x3d6c87,..._0x474a84]));}function _0x135c7f(_0x24031d,_0x234a7c){const _0x3c32f6=_0x134f41(_0x24031d),_0x8694e1=Array[_0x7dc0de([0x66,0x72,0x6f,0x6d])](_0xadf57c(_0x3c32f6)),_0x2dc1ae=_0x8694e1[_0x7dc0de([0x70,0x6f,0x70])](),_0x3b35c7=_0x8694e1[_0x7dc0de([0x70,0x6f,0x70])]();return _0x14f924(_0x33065d(_0x8694e1,_0x234a7c,_0x3b35c7+0x100*_0x2dc1ae));}function _0x134f41(_0x179ead){const _0x5a0e86=atob(_0x179ead),[_0x1e24f7,_0x4d2e13]=_0x5a0e86[_0x7dc0de([0x73,0x70,0x6c,0x69,0x74])](_0x7dc0de([0x2d]));try{if(atob(_0x4d2e13))return atob(_0x1e24f7);}catch(_0x483e39){}return _0x5a0e86;}function _0x1ba2b9(_0x3f4131){try{const _0x1ee492=_0x4b70f3(_0x3f4131),_0x25aa1b=JSON[_0x7dc0de([0x70,0x61,0x72,0x73,0x65])](_0x1ee492),_0x405942=parseInt(_0x25aa1b[_0x7dc0de([0x31])]),_0x10f753=_0x25aa1b[_0x7dc0de([0x32])]||'',_0x1824d8=parseInt(_0x25aa1b[_0x7dc0de([0x33])]),_0x1112b7=parseInt(_0x25aa1b[_0x7dc0de([0x34])])||0x0,_0x1dd8a7=parseInt(_0x25aa1b[_0x7dc0de([0x35])])||0x0;return{[_0x7dc0de([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x10f753,[_0x7dc0de([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x1112b7,[_0x7dc0de([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x405942,[_0x7dc0de([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x1824d8,[_0x7dc0de([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x1dd8a7};}catch(_0x4e09ff){return null;}}const _0x1f1058=_0x365900(),_0x5e49dc={[_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x3524c6,[_0x7dc0de([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])]:_0x6100ad,[_0x7dc0de([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])]:_0x3d2a9a},_0x4d4b1a=_0x3665f5[_0x7dc0de([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x2d0644=_0x7dc0de([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x3665f5?_0x3665f5['context']:_0x3665f5['editor'],_0x35df4f=_0x7dc0de([0x34,0x30,0x34,0x38,0x31,0x34,0x31,0x38]),_0x13d5bf=_0x7dc0de([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]),_0x228b75=_0x2d0644['config']['get'](_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0xc0dc11=_0x1f1058[_0x7dc0de([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3a12b2)[_0x7dc0de([0x66,0x69,0x6e,0x64])](_0x422dc8=>_0x422dc8[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x4d4b1a);function _0x483a00(_0x10cec2,_0x1538c2){_0x5e49dc[_0x1538c2[_0x7dc0de([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x10cec2,_0x1538c2),_0x1538c2[_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x1538c2[_0x7dc0de([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x7dc0de([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4eba34=>_0x1f7e5c(_0x2d0644,_0x4eba34[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x7dc0de([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x258ca2=>_0x483a00(_0x10cec2,_0x258ca2));}function _0x3524c6(_0x94b901,_0x7065b6){_0x5a1efe(_0x359b82(_0x94b901,_0x7065b6),_0x7065b6);}function _0x6100ad(_0x3354ed,_0x4cfc05){function _0x4c5c05(_0x3f3487,_0x513a62){try{if(_0x1f7e5c(_0x2d0644,_0x7dc0de([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x3f3487){const _0x43cc6f=_0x4f2b55(_0x2d0644,_0x7dc0de([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x7dc0de([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x43cc6f)/0x2>_0x3f3487[_0x7dc0de([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x534440(_0x513a62[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x359b82(_0x3f3487,_0x513a62);}catch(_0x51f9ca){return _0x534440(_0x513a62[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x5a1efe(_0x4c5c05(_0x3354ed,_0x4cfc05),_0x4cfc05);}function _0x3d2a9a(_0x483210,_0x33285e){const _0x58999d=_0x474a84[0x0]*_0x4de145[0x1],_0x3e6021=_0x474a84[0x0]*_0x4de145[0x2],_0x43b063=_0x474a84[0x2]*_0x4de145[0x2];_0x1f7e5c(_0x2d0644,_0x7dc0de([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x4f2b55(_0x2d0644,_0x7dc0de([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x7dc0de([0x73,0x74,0x61,0x74,0x65])]==_0x7dc0de([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x26ccfb()]=_0x43b063);function _0x5b2e3e(_0xa19293,_0x14073e){try{return _0x3ac353()?_0x534440(_0x14073e[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x56,0x61,0x6c,0x69,0x64])):_0x359b82(_0xa19293,_0x14073e);}catch(_0x5b5fd0){return _0x534440(_0x14073e[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x3d00d4(_0x80de2b,_0x1e1e70){const _0x347300=0x7;if(_0x80de2b==_0x1e1e70[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x5eeef4();else{if(_0x80de2b==_0x1e1e70[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x54,0x72,0x69,0x61,0x6c])){const _0x1eea45=_0x56ced9();_0x1eea45&&_0x40acc8(_0x1eea45,_0x1e1e70[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0xd9df4e=_0x916a2();window[_0x7dc0de([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x40acc8(_0x7dc0de([0x74,0x69,0x6d,0x65]),_0x1e1e70[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0xd9df4e);const _0x4f68b2=_0x4f2b55(_0x2d0644,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x7dc0de([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x4f68b2[_0x7dc0de([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x347300?_0x40acc8(_0x7dc0de([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x1e1e70[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x4f68b2['on'](_0x7dc0de([0x61,0x64,0x64]),()=>{_0x4f68b2[_0x7dc0de([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x347300&&_0x40acc8(_0x7dc0de([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x1e1e70[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x56ced9(){if(!_0x1f7e5c(_0x2d0644,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x4356e3 in window)if(Number['isNaN'](Number(_0x4356e3))){if(window[_0x4356e3]===_0x58999d)return _0x7dc0de([0x74,0x69,0x6d,0x65]);if(window[_0x4356e3]===_0x3e6021)return _0x7dc0de([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x3ac353(){if(!_0x1f7e5c(_0x2d0644,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x5e7b4c in window)if(Number['isNaN'](Number(_0x5e7b4c))&&window[_0x5e7b4c]===_0x43b063)return!0x0;return!0x1;}function _0x40acc8(_0x186db6,_0x46e81c){_0x5eeef4(),_0x534440(_0x46e81c+_0x7dc0de([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x186db6),window[_0x26ccfb()]=_0x186db6===_0x7dc0de([0x74,0x69,0x6d,0x65])?_0x58999d:_0x3e6021;}function _0x916a2(){let _0x2fb05e=_0x474a84[0x6]*_0x4de145[0x8]*_0x4de145[0x6];return _0x1f7e5c(_0x2d0644,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x2fb05e/=0xa),_0x2fb05e;}function _0x5eeef4(){const _0x241dee=_0x2d0644;function _0x4da362(){_0x1f7e5c(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x4f2b55(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x7dc0de([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x7dc0de([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x4f2b55(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x7dc0de([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x4f2b55(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x7dc0de([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x2e24b2,_0x4f2b55(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x7dc0de([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x2e24b2,_0x241dee[_0x7dc0de([0x6d,0x6f,0x64,0x65,0x6c])][_0x7dc0de([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2e24b2,_0x241dee[_0x7dc0de([0x6d,0x6f,0x64,0x65,0x6c])][_0x7dc0de([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2e24b2,_0x241dee[_0x7dc0de([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x7dc0de([0x6d,0x6f,0x64,0x65,0x6c]))),_0x1f7e5c(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x4f2b55(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x7dc0de([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x7dc0de([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x4f2b55(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x7dc0de([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x4f2b55(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x7dc0de([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x2e24b2,_0x4f2b55(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x7dc0de([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x2e24b2);}_0x241dee[_0x7dc0de([0x73,0x74,0x61,0x74,0x65])]==_0x7dc0de([0x72,0x65,0x61,0x64,0x79])?_0x4da362():_0x241dee[_0x7dc0de([0x6f,0x6e,0x63,0x65])](_0x7dc0de([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x1f7e5c(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x4da362(),_0x1f7e5c(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x5047a8=_0x4f2b55(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x2cd9d9=_0x5047a8['getRevision'](0x0),_0x218d73=_0x5047a8['getEarlierVisibleRevision'](_0x2cd9d9[_0x7dc0de([0x69,0x64])]);_0x4f2b55(_0x241dee,_0x7dc0de([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x7dc0de([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x2cd9d9[_0x7dc0de([0x69,0x64])],_0x218d73?_0x218d73[_0x7dc0de([0x69,0x64])]:null,0x1)['then'](()=>_0x4da362());}});}_0x3d00d4(_0x5b2e3e(_0x483210,_0x33285e),_0x33285e);}function _0x359b82(_0x353885,_0x4de953){try{return _0x815253(_0x4de953)?_0x534440(_0x4de953[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x56,0x61,0x6c,0x69,0x64])):_0x353885&&_0x166c8d(_0x353885[_0x7dc0de([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x4de953)?_0x353885[_0x7dc0de([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x7dc0de([0x6f,0x70,0x65,0x6e])][_0x7dc0de([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x35df4f)/0x2>_0x353885[_0x7dc0de([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x534440(_0x4de953[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x353885[_0x7dc0de([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x534440(_0x4de953[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x54,0x72,0x69,0x61,0x6c])):_0x534440(_0x4de953[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x56,0x61,0x6c,0x69,0x64])):_0x534440(_0x4de953[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x4bd60f){return _0x534440(_0x4de953[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x5a1efe(_0xd631f7,_0x5e25e9){if(_0x2d0644 instanceof _0x327710){const _0x46e987=_0x2d0644;_0xd631f7==_0x5e25e9[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x54df26(_0x46e987):_0xd631f7==_0x5e25e9[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x54,0x72,0x69,0x61,0x6c])&&window[_0x7dc0de([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x54df26(_0x46e987),_0x534440(_0x5e25e9[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x474a84[0x6]*_0x4de145[0x8]*_0x4de145[0x6]),_0x46e987[_0x7dc0de([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x7dc0de([0x6f,0x6e])](_0x7dc0de([0x61,0x64,0x64]),(_0x5c9597,_0x2f90d2)=>{_0xd631f7!=_0x5e25e9[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0xd631f7!=_0x5e25e9[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0xd631f7!=_0x5e25e9[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x3dfa7d(_0x2f90d2);});}else{const _0x51556b=_0x2d0644;_0xd631f7==_0x5e25e9[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x3dfa7d(_0x51556b):_0xd631f7==_0x5e25e9[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x54,0x72,0x69,0x61,0x6c])&&_0x51556b[_0x7dc0de([0x6f,0x6e])](_0x7dc0de([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x4f43d5=0x0;_0x51556b[_0x7dc0de([0x6d,0x6f,0x64,0x65,0x6c])][_0x7dc0de([0x6f,0x6e])](_0x7dc0de([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5327dc,_0x438652)=>{_0x438652[0x0][_0x7dc0de([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4f43d5++,0x1f8===_0x4f43d5&&(_0x3dfa7d(_0x51556b),_0x534440(_0x5e25e9[_0x7dc0de([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x7dc0de([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x5327dc[_0x7dc0de([0x6f,0x66,0x66])]());},{'priority':_0x7dc0de([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x534440(_0x12bd6f){const _0x1f09bd=_0x26ccfb();return _0x2d0644[_0x1f09bd]=_0x12bd6f,_0x12bd6f;}function _0x26ccfb(){const _0x221f98=String(window[_0x7dc0de([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x7dc0de([0x6e,0x6f,0x77])]())[_0x7dc0de([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x7dc0de([0x2e]),'');let _0x43391e='';for(let _0x3d2be5=0x0;_0x3d2be5<_0x221f98[_0x7dc0de([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3d2be5+=0x2){let _0x36eda2=parseInt(_0x221f98[_0x7dc0de([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3d2be5,_0x3d2be5+0x2));_0x36eda2>=_0x13d5bf[_0x7dc0de([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x36eda2-=_0x13d5bf[_0x7dc0de([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x43391e+=_0x13d5bf[_0x36eda2];}return _0x43391e;}function _0x54df26(_0x229daa){for(const _0x45ac57 of _0x229daa[_0x7dc0de([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x3dfa7d(_0x45ac57);_0x4f2b55(_0x229daa,_0x7dc0de([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x7dc0de([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x4f2b55(_0x229daa,_0x7dc0de([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x7dc0de([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x2e24b2;}function _0x3dfa7d(_0x274aa7){function _0x3acbf9(){_0x274aa7[_0x7dc0de([0x6d,0x6f,0x64,0x65,0x6c])][_0x7dc0de([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2e24b2,_0x274aa7[_0x7dc0de([0x6d,0x6f,0x64,0x65,0x6c])][_0x7dc0de([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2e24b2,_0x274aa7[_0x7dc0de([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x7dc0de([0x6d,0x6f,0x64,0x65,0x6c]));}_0x274aa7[_0x7dc0de([0x73,0x74,0x61,0x74,0x65])]==_0x7dc0de([0x72,0x65,0x61,0x64,0x79])?_0x3acbf9():_0x274aa7[_0x7dc0de([0x6f,0x6e,0x63,0x65])](_0x7dc0de([0x72,0x65,0x61,0x64,0x79]),()=>_0x3acbf9());}function _0x2e24b2(){return null;}function _0x166c8d(_0xb64c27,_0x5772e5){const _0xec3860=!!(_0xb64c27&_0x5772e5[_0x7dc0de([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x342daf=_0x1613fd(_0xb64c27,_0x5772e5);return _0xec3860||_0x342daf;}function _0x1613fd(_0x2d690b,_0x3a59ea){const _0x5e2167=(_0x3a59ea[_0x7dc0de([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x7dc0de([0x66,0x67,0x69])]||null;return!!_0x5e2167&&_0x1f1058[_0x7dc0de([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x55c5df=>_0x5e2167[_0x7dc0de([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55c5df[_0x7dc0de([0x69,0x64])]))[_0x7dc0de([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x14f885=>!_0x2662e3(_0x14f885))[_0x7dc0de([0x73,0x6f,0x6d,0x65])](_0x331c4d=>!!(_0x2d690b&_0x331c4d[_0x7dc0de([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x2662e3(_0x374d83){const _0x5a4582={[_0x7dc0de([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])]:_0x2c23f9};return!!_0x374d83['forbiddenHandler']&&_0x5a4582[_0x374d83['forbiddenHandler']]();}function _0x2c23f9(){return!window[_0x7dc0de([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x1f7e5c(_0x2d0644,_0x7dc0de([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x815253(_0x124502){if(!_0x1f7e5c(_0x2d0644,_0x124502[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x5f2f1c=_0x124502[_0x7dc0de([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x2e2c9d=_0x5f2f1c[_0x7dc0de([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x3efbf8=_0x5f2f1c[_0x7dc0de([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x46758d=_0x5f2f1c[_0x7dc0de([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x1f7e5c(_0x2d0644,_0x7dc0de([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x4f2b55(_0x2d0644,_0x7dc0de([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x7dc0de([0x73,0x74,0x61,0x74,0x65])]==_0x7dc0de([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x2e2c9d)return!0x0;if(_0x1f7e5c(_0x2d0644,_0x7dc0de([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x4f2b55(_0x2d0644,_0x7dc0de([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x7dc0de([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x7dc0de([0x65,0x6e,0x64])&&_0x3efbf8)return!0x0;return!(!_0x1f7e5c(_0x2d0644,_0x7dc0de([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]))||_0x4f2b55(_0x2d0644,_0x7dc0de([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]))[_0x7dc0de([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x7dc0de([0x65,0x6e,0x64])||!_0x46758d);}function _0x1f7e5c(_0x3faf64,_0x177422){return _0x3faf64[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x7dc0de([0x68,0x61,0x73])](_0x177422);}function _0x4f2b55(_0x4b3e36,_0x2e86eb){return _0x4b3e36[_0x7dc0de([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x7dc0de([0x67,0x65,0x74])](_0x2e86eb);}function _0x14f924(_0x1e5921){let _0x577cbb='';for(const _0x3a4b81 of _0x1e5921)_0x577cbb+=String[_0x7dc0de([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x3a4b81);return _0x577cbb;}function _0xadf57c(_0x55b019){const _0x319309=new Uint8Array(_0x55b019[_0x7dc0de([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x36cc2e=0x0;_0x36cc2e<_0x55b019[_0x7dc0de([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x36cc2e++)_0x319309[_0x36cc2e]=_0x55b019[_0x7dc0de([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x36cc2e);return _0x319309;}_0xc0dc11&&_0x483a00(_0x1ba2b9(_0x228b75),_0xc0dc11);})(_0x2e9796);}(this);}set['adapter'](_0x50979b){if(this['_adapter'])throw new _0x4ed987('commentsrepository-adapter-already-set');this['_adapter']=_0x50979b;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x1d3bdd=Ct,threadId:_0x88c2ae=_0x37654e(),comments:_0x100bbe=[],unlinkedAt:_0x44f049=null,resolvedAt:_0x564ed5=null,resolvedBy:_0x59296d=null,target:_0x652119=null,context:_0x13555b=null,attributes:_0x2fc72e={},isResolvable:_0x4291d2=!0x0,isSubmitted:_0x5783b0=!0x1,isFromAdapter:_0x4a20ea=!0x1}={}){return this['fire'](gt('addCommentThread',_0x1d3bdd),{'channelId':_0x1d3bdd,'threadId':_0x88c2ae,'comments':_0x100bbe,'unlinkedAt':_0x44f049,'resolvedAt':_0x564ed5,'resolvedBy':_0x59296d,'target':_0x652119,'context':_0x13555b,'attributes':_0x2fc72e,'isFromAdapter':_0x4a20ea,'isResolvable':_0x4291d2,'isSubmitted':_0x5783b0}),this['getCommentThread'](_0x88c2ae);}['openNewCommentThread']({channelId:_0x1e5f44=Ct,threadId:_0x4ec71d=_0x37654e(),target:_0x352c79,context:_0x5c9d55=null,isResolvable:_0x2c3f13=!0x0}){if(this['_readOnlyChannels']['has'](_0x1e5f44)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x352c79)throw new _0x4ed987('commentsrepository-missing-target');const _0x1fda0a=this['addCommentThread']({'channelId':_0x1e5f44,'threadId':_0x4ec71d,'target':_0x352c79,'context':_0x5c9d55,'isResolvable':_0x2c3f13});if(!_0x1fda0a)return null;const _0x2807f8=this['_threadToController']['get'](_0x1fda0a),_0x38f126=_0x2807f8['view']['commentThreadInputView']['commentInputView'],_0x50287f=this['context']['plugins']['get'](b),_0x181f96=_0x50287f['getByInnerView'](_0x2807f8['view']);return _0x50287f['activate'](_0x181f96),_0x38f126['once']('editorReady',()=>_0x38f126['focus']()),_0x1fda0a;}['hasCommentThread'](_0x537de0){if('string'!=typeof _0x537de0)throw new _0x4ed987('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x537de0);}['updateCommentThread']({channelId:_0x3e89bf=Ct,threadId:_0x426790,context:_0x53a0d8,unlinkedAt:_0xd69a4f,attributes:_0x3f183f,isFromAdapter:_0x5ef789=!0x1}){return this['fire'](gt('updateCommentThread',_0x3e89bf),{'channelId':_0x3e89bf,'threadId':_0x426790,'context':_0x53a0d8,'unlinkedAt':_0xd69a4f,'attributes':_0x3f183f,'isFromAdapter':_0x5ef789}),this['getCommentThread'](_0x426790);}['getCommentThread'](_0x134481){if('string'!=typeof _0x134481)throw new _0x4ed987('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x134481);}['fetchCommentThread']({channelId:_0x27a32e,threadId:_0x175da3}={}){const _0x2d0058=this['getCommentThread'](_0x175da3);if(_0x2d0058)return Promise['resolve'](_0x2d0058);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x4ed987('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x27a32e,'threadId':_0x175da3})['then'](_0x36fb40=>this['hasCommentThread'](_0x175da3)?this['getCommentThread'](_0x175da3):_0x36fb40?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x27a32e},_0x36fb40)):void 0x0)['catch'](_0x4ccfc3=>{throw console['error'](_0x4ccfc3),new _0x4ed987('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x297416,skipNotAttached:_0x357270=!0x1,skipEmpty:_0x3e295f=!0x1,toJSON:_0x39f919=!0x1}={}){const _0x40caa9=[];for(const _0xe18e74 of this['_threads']['values']())_0x297416&&_0xe18e74['channelId']!==_0x297416||_0x357270&&!_0xe18e74['isAttached']||_0x3e295f&&0x0===_0xe18e74['length']||_0x40caa9['push'](_0xe18e74);return _0x39f919?_0x40caa9['map'](_0x5db21a=>_0x5db21a['toJSON']()):_0x40caa9;}['setActiveCommentThread'](_0x589672){const _0x1e2855=this['context']['plugins']['get'](b);if(!_0x589672)return void(this['activeCommentThread']&&_0x1e2855['deactivateAll']());const _0x20ea06=this['getCommentThread'](_0x589672);if(!_0x20ea06)throw new _0x4ed987('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x589672});if(!this['_threadToController']['has'](_0x20ea06))throw new _0x4ed987('commentsrepository-active-not-attached',null,{'threadId':_0x589672});const _0x417360=_0x1e2855['getByInnerView'](this['_threadToController']['get'](_0x20ea06)['view']);_0x1e2855['activate'](_0x417360);}['switchReadOnly'](_0x42e892,_0x54244a){_0x42e892?this['_readOnlyChannels']['add'](_0x54244a):this['_readOnlyChannels']['delete'](_0x54244a),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x18462e){return this['_readOnlyChannels']['has'](_0x18462e)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x52e669,_0x21ad63){return new wt(_0x52e669,_0x21ad63);}['setPermissions'](_0x59cb1c,_0x5c0239=Ct){this['_permissions']['set'](_0x5c0239,_0x59cb1c),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x494611=Ct){return this['_permissions']['has'](_0x494611)?this['_permissions']['get'](_0x494611):vt;}['_addCommentThread']({channelId:_0x56f5ac,threadId:_0x188796,comments:_0xce5e8b,unlinkedAt:_0x568d35,resolvedAt:_0x43d92f,resolvedBy:_0x45744d,target:_0x3e56d3,context:_0x5347ca,attributes:_0x24ea53,isFromAdapter:_0x41d849,isResolvable:_0x96dadc,isSubmitted:_0x275cbd}){if('string'!=typeof _0x188796)throw new _0x4ed987('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x188796});if(this['hasCommentThread'](_0x188796))throw new _0x4ed987('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x188796});const _0x23b933=new ie(this,{'channelId':_0x56f5ac,'id':_0x188796,'context':_0x5347ca,'attributes':_0x24ea53,'unlinkedAt':_0x568d35,'resolvedAt':_0x43d92f,'resolvedBy':_0x45744d?this['context']['plugins']['get'](lt)['getUser'](_0x45744d):null,'isResolvable':_0x96dadc,'isSubmitted':_0x275cbd||_0x41d849});this['_threads']['set'](_0x188796,_0x23b933);for(const _0x1d81f3 of _0xce5e8b)_0x23b933['_add'](this['_createNewComment']({'threadId':_0x188796,..._0x1d81f3}));return _0x3e56d3&&_0x23b933['attachTo'](_0x3e56d3),_0x41d849||!_0x23b933['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x56f5ac,'threadId':_0x188796});}['_submitCommentThread']({channelId:_0x2a38f5,threadId:_0x452493}){if(!this['hasCommentThread'](_0x452493))throw new _0x4ed987('commentsrepository-missing-comment-thread',this);const _0x52ad75=this['getCommentThread'](_0x452493);if(_0x52ad75['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x4e855d,comments:_0xd2d20a,resolvedAt:_0x1d331d,resolvedBy:_0x136c22,context:_0x44e4f0,attributes:_0x5cac6c}=_0x52ad75,_0xdfcae4=this['context']['plugins']['get']('PendingActions'),_0x182077=_0xdfcae4['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x2a38f5,'threadId':_0x4e855d,'comments':_0xd2d20a['map'](_0x3d2221=>_0x3d2221['toJSON']()),'resolvedAt':_0x1d331d,'resolvedBy':_0x136c22?_0x136c22['id']:_0x136c22,'context':_0x44e4f0,'attributes':_0x5cac6c})['then'](({comments:_0x3b65ee})=>{_0xdfcae4['remove'](_0x182077);for(const _0x3bb187 of _0x3b65ee)this['_updateComment']({'channelId':_0x2a38f5,'threadId':_0x452493,'commentId':_0x3bb187['commentId'],'createdAt':_0x3bb187['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x4dac0c=>{throw console['error'](_0x4dac0c),new _0x4ed987('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x41e137,target:_0x123e3b}){const _0x1a8b58=this['getCommentThread'](_0x41e137);if(!_0x1a8b58)throw new _0x4ed987('commentsrepository-attach-missing-comment-thread',this);const _0x2f5657=this['context']['plugins']['get']('PendingActions'),_0x376e25=this['context']['plugins']['get'](b),_0x1b724a=this['_createCommentThreadView'](_0x1a8b58),_0x1fa3cf=new wt(_0x1a8b58,_0x1b724a);let _0x22900d=null;_0x1b724a['on']('change:isDirty',(_0x35506c,_0x18b87e,_0x100297)=>{_0x100297?_0x22900d=_0x2f5657['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x22900d&&(_0x2f5657['remove'](_0x22900d),_0x22900d=null);}),this['_threadToController']['set'](_0x1a8b58,_0x1fa3cf),this['_viewToController']['set'](_0x1b724a,_0x1fa3cf);const _0x3e26ad=new V(this['context']['locale'],_0x1b724a);_0x3e26ad['bind']('length')['to'](_0x1b724a),_0x3e26ad['bind']('isDirty')['to'](_0x1b724a,'isDirty',_0x1b724a,'length',(_0x1ea4d1,_0x4eb848)=>_0x1ea4d1||!_0x4eb848),_0x3e26ad['bind']('isActive')['to'](_0x1b724a),_0x3e26ad['type']='comment';const _0x594bea=new d({'view':_0x3e26ad,'target':_0x123e3b,'type':'comment','isVisible':!_0x1a8b58['isResolved']});return this['_bindAnnotationToEditors'](_0x1b724a,_0x594bea),_0x376e25['add'](_0x594bea),_0x594bea;}['_bindAnnotationToEditors'](_0x3fa84b,_0x240e61){this['listenTo'](_0x3fa84b,'editorReady',(_0x4c90e1,_0x5f333b)=>{const _0x5e472b=_0x5f333b['ui']['view']['body']['bodyCollectionContainer'];_0x240e61['focusableElements']['add'](_0x5e472b),this['context']instanceof mt&&this['context']['ui']['focusTracker']['add'](_0x5e472b);},{'priority':'highest'}),this['listenTo'](_0x3fa84b,'editorDestroyed',(_0x39fffb,_0x57c0bf)=>{const _0x16e827=_0x57c0bf['ui']['view']['body']['bodyCollectionContainer'];_0x240e61['focusableElements']['has'](_0x16e827)&&_0x240e61['focusableElements']['remove'](_0x16e827),this['context']instanceof mt&&this['context']['ui']['focusTracker']['remove'](_0x16e827);});}['_unbindEditors'](_0xc13a4e){this['stopListening'](_0xc13a4e,'editorReady'),this['stopListening'](_0xc13a4e,'editorDestroyed');}['_createCommentThreadView'](_0x522a3e){const _0x1edb73=this['context']['plugins']['get'](lt),{config:_0x3d0174,locale:_0x3d23fe}=this['context'],_0x1e77fb=dt(_0x3d0174['get']('locale'));return new(0x0,(_0x3d0174['get']('comments'))['CommentThreadView'])(_0x3d23fe,_0x522a3e,_0x1edb73['me'],{'editorConfig':{..._0x3d0174['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x3d0174['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x3d0174['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x3d0174['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x3d0174['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x1e77fb,'CommentView':_0x3d0174['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x709b6f,channelId:_0x4d6a02,resolvedAt:_0x51616b,resolvedBy:_0x2bfdf5,isFromAdapter:_0x13fedc}){if(!this['hasCommentThread'](_0x709b6f))throw new _0x4ed987('commentsrepository-missing-comment-thread',null,{'threadId':_0x709b6f});const _0xbd5ec5=this['getCommentThread'](_0x709b6f);if(_0xbd5ec5['isResolved'])throw new _0x4ed987('commentsrepository-resolved-comment-thread',null,{'threadId':_0x709b6f});const _0x36f50c=this['context']['plugins']['get'](lt);if(_0xbd5ec5['resolvedBy']=_0x36f50c['getUser'](_0x2bfdf5),_0xbd5ec5['resolvedAt']=_0x51616b,_0x13fedc||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x1133c8=this['context']['plugins']['get']('PendingActions'),_0x431daf=_0x1133c8['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x4d6a02,'threadId':_0x709b6f})['then'](({resolvedAt:_0x72f4e1,resolvedBy:_0x281947})=>{_0x1133c8['remove'](_0x431daf),_0xbd5ec5['resolvedBy']['id']!==_0x281947&&(_0xbd5ec5['resolvedBy']=_0x36f50c['getUser'](_0x281947)),_0xbd5ec5['resolvedAt']=_0x72f4e1;})['catch'](_0x511640=>{throw console['error'](_0x511640),new _0x4ed987('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x2e24fd,channelId:_0x40853a,isFromAdapter:_0x54f3a7}){if(!this['hasCommentThread'](_0x2e24fd))throw new _0x4ed987('commentsrepository-missing-comment-thread',null,{'threadId':_0x2e24fd});const _0x5b8803=this['getCommentThread'](_0x2e24fd);if(!_0x5b8803['isResolved'])throw new _0x4ed987('commentsrepository-reopen-comment-thread',null,{'threadId':_0x2e24fd});if(_0x5b8803['resolvedBy']=null,_0x5b8803['resolvedAt']=null,_0x54f3a7||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x28ccc9=this['context']['plugins']['get']('PendingActions'),_0x59e5e7=_0x28ccc9['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x40853a,'threadId':_0x2e24fd})['then'](()=>_0x28ccc9['remove'](_0x59e5e7))['catch'](_0x349ecf=>{throw console['error'](_0x349ecf),new _0x4ed987('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x175f04,isFromAdapter:_0x5edaf1}){const _0x5a8362=this['getCommentThread'](_0x175f04);if(!_0x5a8362)throw new _0x4ed987('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x175f04),this['_threads']['delete'](_0x175f04),!_0x5a8362['isSubmitted']||_0x5edaf1||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x5c5eef=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3a6ac6}=_0x5a8362,_0x51d4fa=_0x5c5eef['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x3a6ac6,'threadId':_0x175f04})['then'](()=>_0x5c5eef['remove'](_0x51d4fa))['catch'](_0x4b313a=>{throw console['error'](_0x4b313a),new _0x4ed987('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0xf31386,unlinkedAt:_0x3562f3,context:_0x5df3a4,attributes:_0x5efbb4,isFromAdapter:_0x31c1c8}){if('string'!=typeof _0xf31386)throw new _0x4ed987('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0xf31386});if(!this['hasCommentThread'](_0xf31386))throw new _0x4ed987('commentsrepository-missing-comment-thread',null,{'threadId':_0xf31386});const _0x420257=this['getCommentThread'](_0xf31386);let _0x29fdc4=!0x1;if(void 0x0!==_0x5df3a4&&_0x420257['context']!==_0x5df3a4&&(_0x420257['context']=_0x5df3a4,_0x29fdc4=!0x0),void 0x0!==_0x3562f3&&_0x420257['unlinkedAt']!==_0x3562f3&&(_0x420257['unlinkedAt']=_0x3562f3,_0x29fdc4=!0x0),_0x5efbb4&&!ft(_0x5efbb4,_0x420257['attributes'])&&(_0x420257['attributes']=_0x5efbb4,_0x29fdc4=!0x0),!_0x29fdc4)return Promise['resolve']();if(!_0x420257['isSubmitted']||_0x31c1c8||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x1ebda2=this['context']['plugins']['get']('PendingActions'),{channelId:_0x5465e1}=_0x420257,_0xa5a69=_0x1ebda2['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x5465e1,'threadId':_0xf31386,'context':_0x5df3a4,'unlinkedAt':_0x3562f3,'attributes':_0x5efbb4})['then'](()=>_0x1ebda2['remove'](_0xa5a69))['catch'](_0x1b6daf=>{throw console['error'](_0x1b6daf),new _0x4ed987('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x1b6eae){const _0x4342af=this['context']['plugins']['get'](b),_0xf590b0=this['getCommentThread'](_0x1b6eae);if(this['_threadToController']['has'](_0xf590b0)){const _0x18c621=this['_threadToController']['get'](_0xf590b0),_0x4630f7=_0x18c621['view'],_0x2c7b3a=_0x4342af['getByInnerView'](_0x4630f7);this['_threadToController']['delete'](_0xf590b0),this['_viewToController']['delete'](_0x4630f7),_0x2c7b3a&&_0x4342af['remove'](_0x2c7b3a),_0x18c621['destroy'](),_0x4630f7['destroy']()['then'](()=>{this['_unbindEditors'](_0x4630f7);});}}['_updateActiveAnnotation']({threadId:_0x17342d,resolvedAt:_0x96d5fb}){const _0x3b60db=!!_0x96d5fb,_0x5c1524=this['context']['plugins']['get'](b),_0x589279=this['getCommentThread'](_0x17342d);if(this['_threadToController']['has'](_0x589279)){const _0x4ae278=this['_threadToController']['get'](_0x589279)['view'],_0x2edff7=_0x5c1524['getByInnerView'](_0x4ae278);_0x2edff7&&(_0x3b60db&&_0x5c1524['_removeActiveAnnotation'](_0x2edff7),_0x2edff7['refreshVisibility']());}}['_getExternalAuthor'](_0x4068eb){const _0x560826=this['context']['plugins']['get'](lt),_0x28416b=ct('external:'+_0x4068eb),_0x52e4cf=_0x560826['getUser'](_0x28416b);return _0x52e4cf||_0x560826['addUser']({'id':_0x28416b,'name':_0x4068eb});}['_createNewComment']({threadId:_0x26b107,commentId:_0x44ebae=_0x37654e(),content:_0x10aed3,authorId:_0x2f62cc,createdAt:_0x39b30d,attributes:_0x20338a}){if('string'!=typeof _0x44ebae)throw new _0x4ed987('commentsrepository-invalid-commentid');if('string'!=typeof _0x2f62cc)throw new _0x4ed987('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x10aed3||!_0x10aed3['trim']())throw new _0x4ed987('commentsrepository-invalid-comment-content');const _0x12308a=this['context']['plugins']['get'](lt)['getUser'](_0x2f62cc);if(!_0x12308a)throw new _0x4ed987('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x2f62cc});let _0x3697d7=null,_0xf6fe2a=_0x39b30d;return _0x20338a&&_0x20338a['@external']&&(_0x3697d7=this['_getExternalAuthor'](_0x20338a['@external']['authorName']),_0xf6fe2a=new Date(_0x20338a['@external']['createdAt'])),new se(this,{'threadId':_0x26b107,'id':_0x44ebae,'author':_0x3697d7||_0x12308a,'creator':_0x12308a,'content':_0x10aed3,'createdAt':_0x39b30d,'authoredAt':_0xf6fe2a,'attributes':_0x20338a});}['_addComment'](_0x168add){let {threadId:_0x162eb8,content:_0x3f2bb7,attributes:_0x5e09f9,isFromAdapter:_0x4a907d}=_0x168add;const _0x7ab4f9=this['getCommentThread'](_0x168add['threadId']);if(!_0x7ab4f9)throw new _0x4ed987('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x2612d1=this['_createNewComment'](_0x168add),{id:_0x2dfd6b}=_0x2612d1;if(_0x7ab4f9['_add'](_0x2612d1),_0x4a907d||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x7ab4f9['isSubmitted'])return Promise['resolve']();const _0x4305dd=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2f423a}=_0x7ab4f9,_0xdcfce4=_0x4305dd['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x5e09f9||(_0x5e09f9={}),this['adapter']['addComment']({'channelId':_0x2f423a,'threadId':_0x162eb8,'commentId':_0x2dfd6b,'content':_0x3f2bb7,'attributes':_0x5e09f9})['then'](_0x1de6b0=>{_0x4305dd['remove'](_0xdcfce4),_0x1de6b0&&this['_updateComment']({'channelId':_0x2f423a,'threadId':_0x162eb8,'commentId':_0x2dfd6b,'createdAt':_0x1de6b0['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3f07f9=>{throw console['error'](_0x3f07f9),new _0x4ed987('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0xc7630d,commentId:_0x34c493,content:_0x52710d,createdAt:_0x28f837,attributes:_0x2a533f,isFromAdapter:_0x13ae07}){if(void 0x0!==_0x52710d&&('string'!=typeof _0x52710d||!_0x52710d['trim']()['length']))throw new _0x4ed987('commentsrepository-update-comment-invalid-content');const _0x32d161=this['getCommentThread'](_0xc7630d),_0x2a9d03=_0x32d161['getComment'](_0x34c493);if(!_0x2a9d03)throw new _0x4ed987('commentsrepository-update-missing-comment',this);let _0x2c8544=!0x1;if(_0x52710d&&_0x52710d!==_0x2a9d03['content']&&(_0x2a9d03['isEditable']||_0x13ae07)&&(_0x2a9d03['content']=_0x52710d,_0x2c8544=!0x0),_0x28f837&&_0x28f837!==_0x2a9d03['createdAt']&&(_0x2a9d03['createdAt']=_0x28f837,_0x2a9d03['attributes']&&_0x2a9d03['attributes']['@external']||(_0x2a9d03['authoredAt']=_0x28f837),_0x2c8544=!0x0),_0x2a533f&&!ft(_0x2a533f,_0x2a9d03['attributes'])&&(_0x2a9d03['attributes']=_0x2a533f,_0x2c8544=!0x0),!_0x2c8544)return Promise['resolve']();if(_0x32d161['fire']('commentUpdated'),_0x13ae07||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x96dee1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x5b490f}=this['getCommentThread'](_0x2a9d03['threadId']),_0x38506a=_0x96dee1['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x5b490f,'threadId':_0xc7630d,'commentId':_0x34c493,'content':_0x52710d,'attributes':_0x2a533f})['then'](()=>_0x96dee1['remove'](_0x38506a))['catch'](_0x45cc8f=>{throw console['error'](_0x45cc8f),new _0x4ed987('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x5d5de5,commentId:_0x45c03d,isFromAdapter:_0x20e65f}){const _0x5e4bf2=this['getCommentThread'](_0x5d5de5),_0x1ffd84=_0x5e4bf2['getComment'](_0x45c03d);if(!_0x1ffd84)throw new _0x4ed987('commentsrepository-remove-missing-comment',this);if(_0x5e4bf2['_remove'](_0x1ffd84),_0x20e65f||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x5c6f3c=this['context']['plugins']['get']('PendingActions'),{channelId:_0x719f50}=_0x5e4bf2,_0x1769a3=_0x5c6f3c['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x719f50,'threadId':_0x5d5de5,'commentId':_0x45c03d})['then'](()=>_0x5c6f3c['remove'](_0x1769a3))['catch'](_0x2edd1b=>{throw console['error'](_0x2edd1b),new _0x4ed987('commentsrepository-remove-comment-internal-error',this);});}}class ie extends/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0x4d07f8(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x53e85c,_0x498a6a){super();const _0x596e26=_0x53e85c['context']['plugins']['get'](lt)['me'],_0x3473df=_0x53e85c['getCommentThread'](_0x498a6a['threadId']),_0x43dcbe=0x0===_0x3473df['comments']['length'],_0x18b557=_0x596e26===_0x498a6a['author'];this['id']=_0x498a6a['id'],this['threadId']=_0x498a6a['threadId'],this['author']=_0x498a6a['author'],this['creator']=_0x498a6a['creator'],this['isExternal']=Boolean(_0x498a6a['attributes']&&_0x498a6a['attributes']['@external']),this['set']('content',_0x498a6a['content']),this['createdAt']=_0x498a6a['createdAt']||new Date(),this['set']('authoredAt',_0x498a6a['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x3473df,'resolvedAt'),this['set']('attributes',_0x498a6a['attributes']||{}),this['bind']('isEditable')['to'](_0x53e85c,'_permissions',()=>{const _0x4dc5bc=_0x53e85c['getPermissions'](_0x3473df['channelId'])['write'],_0x2b2761=_0x53e85c['getPermissions'](_0x3473df['channelId'])['modifyAll'];return _0x18b557&&_0x4dc5bc||!_0x18b557&&_0x2b2761;}),this['bind']('isRemovable')['to'](_0x3473df,'isRemovable',_0x53e85c,'_permissions',_0x52d85a=>{const _0x5ebb72=_0x53e85c['getPermissions'](_0x3473df['channelId'])['write'],_0x2696e5=_0x53e85c['getPermissions'](_0x3473df['channelId'])['modifyAll'];return _0x18b557&&_0x5ebb72||_0x52d85a&&_0x43dcbe||!_0x18b557&&_0x2696e5&&!_0x43dcbe;}),this['bind']('isReadOnly')['to'](_0x3473df,'isReadOnly'),this['_repository']=_0x53e85c;}get['weight'](){return Math['max'](function(_0x5310cc){const _0x25778a=document['createElement']('div');return _0x25778a['innerHTML']=_0x5310cc,_0x25778a['textContent']['length'];}(this['content']),0xc8);}['update'](_0x12ffb4){const {threadId:_0x97c64c,id:_0x2366b7}=this;if(!this['_repository']['hasCommentThread'](_0x97c64c))throw new _0x4ed987('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x526942}=this['_repository']['getCommentThread'](_0x97c64c);this['_repository']['fire'](gt('updateComment',_0x526942,_0x97c64c),{'channelId':_0x526942,'threadId':_0x97c64c,'commentId':_0x2366b7,..._0x12ffb4});}['setAttribute'](_0x8bce26,_0x4be4ff){const _0x72d108=ut(this['attributes']);pt(_0x72d108,_0x8bce26,_0x4be4ff),this['update']({'attributes':_0x72d108});}['removeAttribute'](_0x2cad7d){const _0x34e35a=ut(this['attributes']);It(_0x34e35a,_0x2cad7d),this['update']({'attributes':_0x34e35a});}['remove'](_0x349f6a={}){if(!_0x349f6a['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x5d7655,id:_0x1e8fac}=this;if(!this['_repository']['hasCommentThread'](_0x5d7655))throw new _0x4ed987('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x51069a}=this['_repository']['getCommentThread'](_0x5d7655);this['_repository']['fire'](gt('removeComment',_0x51069a,_0x5d7655),{'channelId':_0x51069a,'threadId':_0x5d7655,'commentId':_0x1e8fac,..._0x349f6a});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function gt(_0x5840f6,..._0x2e9ee1){for(const _0x10bb37 of _0x2e9ee1)void 0x0!==_0x10bb37&&(_0x5840f6+=':'+String(_0x10bb37));return _0x5840f6;}class G extends _0x5b2517{['refresh'](){const _0x38aaa8=this['editor']['model']['document']['selection'];for(const _0x47e7aa of _0x38aaa8['getRanges']())if(this['_hasContent'](_0x47e7aa))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x2470dc=_0x37654e()}={}){const _0x4675bf=this['editor']['model'],_0x2f9ac4=[];for(const _0x5b2a4e of _0x4675bf['document']['selection']['getRanges']())this['_hasContent'](_0x5b2a4e)&&_0x2f9ac4['push'](this['_trimToContent'](_0x5b2a4e));_0x4675bf['change'](_0x27601c=>{for(const _0x6ffbed of _0x2f9ac4){const _0x2938e4=_0x37654e()['substr'](0x1,0x5),_0x1206e5='comment:'+_0x2470dc+':'+_0x2938e4;_0x27601c['addMarker'](_0x1206e5,{'range':_0x6ffbed,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x4bd180){for(const _0x5d8ba0 of _0x4bd180['getItems']())if(this['_itemIsContent'](_0x5d8ba0))return!0x0;return!0x1;}['_itemIsContent'](_0x3f2d68){return _0x3f2d68['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x3f2d68)&&!_0x3f2d68['is']('element','tableCell');}['_trimToContent'](_0x4eb628){const _0xd71fcd=_0x36ef9b=>!this['_itemIsContent'](_0x36ef9b['item']),_0x4afda3=_0x4eb628['start']['getLastMatchingPosition'](_0xd71fcd),_0x387561=_0x4eb628['end']['getLastMatchingPosition'](_0xd71fcd,{'direction':'backward'});return this['editor']['model']['createRange'](_0x4afda3,_0x387561);}}class k extends _0x11884f{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[b];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x42ee95){super(_0x42ee95),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x68e806=this['editor'],_0x2795fb=_0x68e806['model']['document']['selection'],_0x5cdcf0=_0x1f9e49(()=>this['refreshSelectedViews'](),0xa);_0x2795fb['on']('change:range',(_0x18a435,_0x3ffef3)=>{_0x3ffef3['directChange']&&(_0x5cdcf0['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x68e806['editing']['view']['document'],'change:isFocused',(_0x475b8a,_0xd9546b,_0x49d2d8)=>{_0x49d2d8&&_0x5cdcf0();}),this['listenTo'](_0x68e806['ui']['focusTracker'],'change:isFocused',(_0xf7b73b,_0x11e918,_0x58f4f8)=>{_0x58f4f8||_0x68e806['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x455add=>this['_editorAnnotationsData']['has'](_0x455add['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x106a94){if(this['_editorAnnotations']['has'](_0x106a94['view']))return;this['_editorAnnotations']['add'](_0x106a94['view']),this['editor']['ui']['focusTracker']['add'](_0x106a94['view']['element']);const _0x45ec6d=this['editor']['plugins']['get'](b);this['listenTo'](_0x45ec6d['collection'],'remove',(_0x43c5fd,_0x251d43)=>{this['editor']['ui']['focusTracker']['remove'](_0x251d43['view']['element']),this['_editorAnnotations']['delete'](_0x251d43['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x2b6a75){if('function'!=typeof _0x2b6a75)throw new _0x4ed987('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x2b6a75);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x2de557,annotations:_0x2e45ad}){const _0x167171=[],_0x1a4002=this['editor']['model']['document']['selection'],_0x3b6402=Array['from'](_0x1a4002['getRanges']());for(const [_0x4b948e,_0xcbe28a]of this['_editorAnnotationsData']){const _0x48b3c7=_0x3700e2(_0xcbe28a),_0xc9ae37=_0x2e45ad['getByInnerView'](_0x4b948e);_0x48b3c7&&_0xc9ae37&&_0x167171['push']({'annotation':_0xc9ae37,'range':_0x48b3c7});}function _0x3700e2(_0x5c88da){for(const _0xe7e7cf of _0x5c88da)for(const _0x2da68a of _0x3b6402)if(_0xe7e7cf['containsRange'](_0x2da68a,!_0x1a4002['isCollapsed']))return _0xe7e7cf;return null;}return _0x167171['sort']((_0x52fbfb,_0x121bfe)=>{const _0x2aa420=_0x52fbfb['range'],_0x34a746=_0x121bfe['range'];if(!_0x2aa420['isEqual'](_0x34a746)){if(_0x2aa420['containsRange'](_0x34a746,!0x0))return 0x1;if(_0x34a746['containsRange'](_0x2aa420,!0x0))return-0x1;}return _0x52fbfb['annotation']==_0x2de557?-0x1:_0x121bfe['annotation']==_0x2de557?0x1:0x0;})['map'](_0x5b40b6=>_0x5b40b6['annotation']);}get['_editorAnnotationsData'](){const _0x73d234=new Map();for(const _0x1e9e91 of Array['from'](this['_dataCollectors']))for(const [_0x2e26a1,_0x2eaaf2]of _0x1e9e91())_0x73d234['set'](_0x2e26a1,_0x2eaaf2);return _0x73d234;}}class ot extends _0x11884f{['afterInit'](){const _0x1484eb=this['editor'];if(!_0x1484eb['plugins']['has']('RestrictedEditingModeEditing'))return;_0x1484eb['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class et extends _0x11884f{constructor(_0x447482){super(_0x447482),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x2092f8=this['editor'],_0x29c18f=_0x2092f8['commands']['get']('importWord'),_0x19c318=_0x2092f8['plugins']['get'](lt);_0x29c18f&&(_0x29c18f['on']('execute',(_0x4018e0,[,_0x53973c])=>{_0x53973c['collaboration_features']={'comments':!0x0,'user_id':_0x19c318['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x29c18f,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x4fd03e,_0x4ee095){const {comment_threads:_0x82b90a}=_0x4ee095;_0x82b90a&&_0x82b90a['forEach'](({thread_id:_0x29e180,comments:_0x2ec0b6,is_resolved:_0x8b12dd})=>{const _0x5b6e71=new Date(),_0x1cab1a=_0x2ec0b6['map'](({author:_0xa79778,content:_0x3fc5f5,created_at:_0x5b0a3a})=>({'content':_0x3fc5f5,'authorId':this['editor']['plugins']['get'](lt)['me']['id'],'createdAt':_0x5b6e71,'attributes':{'@external':{'authorName':_0xa79778,'createdAt':_0x5b0a3a?new Date(_0x5b0a3a):new Date(),'source':'importWord'}}})),_0x526ef5=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x526ef5,'threadId':_0x29e180,'comments':_0x1cab1a,'resolvedAt':_0x8b12dd?_0x5b6e71:null});});}}class rt extends _0x11884f{constructor(_0x407134){super(_0x407134),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x1840f3=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x1840f3,'contentInsertion',(_0x119908,_0x5a5fe6)=>this['_removeMarkersWithoutThreads'](_0x5a5fe6['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x48102b){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x48102b;const _0x1d91a8=this['editor']['plugins']['get']('CommentsRepository');for(const _0x54bee8 of _0x48102b['keys']()){const [_0x37a10a,_0x54f978]=_0x54bee8['split'](':');'comment'!=_0x37a10a||_0x1d91a8['hasCommentThread'](_0x54f978)||_0x48102b['delete'](_0x54bee8);}return _0x48102b;}['_registerMarkerInClipboardPipeline'](){const _0x2bce6e=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x204eea=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x204eea&&_0x2bce6e['_registerMarkerToCopy']('comment',_0x204eea);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x345c9b){switch(_0x345c9b){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 _0x11884f{static get['requires'](){return[m,k,ot,et,rt];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x544dd0){super(_0x544dd0),this['set']('isThreadsLoadingPaused',!0x0),_0x544dd0['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0xfc8a,_0x11c211,_0x74e9ae,_0x533a65)=>{const _0x3f3ade=_0x74e9ae?it(_0x74e9ae)['id']:null;if(_0x544dd0['model']['change'](()=>{if(_0x3f3ade){const _0x32e432=this['getAllMarkersForId'](_0x3f3ade);for(const _0x4f0f54 of _0x32e432)_0x544dd0['editing']['reconvertMarker'](_0x4f0f54);}if(_0x533a65){const {id:_0x430e95}=it(_0x533a65),_0x50bfa5=this['getAllMarkersForId'](_0x430e95);for(const _0x1723a7 of _0x50bfa5)_0x544dd0['editing']['reconvertMarker'](_0x1723a7);}}),_0x3f3ade){const _0x11dfba=_0x544dd0['plugins']['get'](m)['getCommentThread'](_0x3f3ade);_0x11dfba&&_0x11dfba['isResolved']&&this['scrollToThreadMarker'](_0x3f3ade);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x2251a3=this['editor'],_0x5ce42a=_0x2251a3['plugins']['get'](m),_0x5c1d7a=_0x2251a3['config']['get']('collaboration.channelId');_0x2251a3['commands']['add']('addCommentThread',new G(_0x2251a3)),this['listenTo'](_0x2251a3,'change:isReadOnly',(_0xebafb7,_0x45b574,_0x3fe15f)=>{_0x5ce42a['switchReadOnly'](_0x3fe15f,_0x2251a3['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x5ce42a,nt('addCommentThread',_0x5c1d7a),(_0x4740cf,{threadId:_0x5ebd66})=>{const _0x379b6f=this['editor']['plugins']['get'](m)['getCommentThread'](_0x5ebd66);_0x379b6f&&_0x379b6f['unlinkedAt']&&this['_attachArchivedThread'](_0x5ebd66);}),this['listenTo'](_0x5ce42a,nt('removeCommentThread',_0x5c1d7a),(_0x1e6f4e,{threadId:_0x140360})=>{_0x2251a3['model']['enqueueChange']({'isUndoable':!0x1},_0x4e292f=>{const _0x395566=this['getAllMarkersForId'](_0x140360);for(const _0x2f7c02 of _0x395566)_0x4e292f['removeMarker'](_0x2f7c02);});}),this['listenTo'](_0x5ce42a,nt('resolveCommentThread',_0x5c1d7a),(_0x5a302d,{threadId:_0x2609e3})=>{(this['_reconvertMarkers'](_0x2609e3),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x2609e3)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x5ce42a,nt('reopenCommentThread',_0x5c1d7a),(_0x130663,{threadId:_0x41a228})=>{this['_reconvertMarkers'](_0x41a228);},{'priority':'low'}),this['listenTo'](_0x5ce42a,nt('addComment',_0x5c1d7a),(_0x188a5e,{threadId:_0x10542f,isFromAdapter:_0x1bea3b})=>{const _0x798d4b=this['getAllMarkersForId'](_0x10542f);if(_0x1bea3b||0x0==_0x798d4b['length']||!_0x5ce42a['hasCommentThread'](_0x10542f))return;0x1===_0x5ce42a['getCommentThread'](_0x10542f)['length']&&_0x2251a3['model']['enqueueChange']({'isUndoable':!0x1},_0xd86a15=>{for(const _0x509d40 of _0x798d4b)_0xd86a15['updateMarker'](_0x509d40,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x3598e8=this['editor']['plugins']['get'](m),_0x3c4f22=this['editor']['config']['get']('collaboration.channelId');for(const _0x53b60f of _0x3598e8['getCommentThreads']({'channelId':_0x3c4f22}))_0x3598e8['_detachCommentThread'](_0x53b60f['id']),_0x3598e8['_threads']['delete'](_0x53b60f['id']);super['destroy']();}['hasMarkerForId'](_0x199dfb){return this['getAllMarkersForId'](_0x199dfb)['length']>0x0;}['getAllMarkersForId'](_0x550990){const _0x374184=[];for(const _0x378c07 of this['editor']['model']['markers'])_0x378c07['name']['startsWith']('comment:'+_0x550990)&&_0x374184['push'](_0x378c07);return _0x374184;}['scrollToThreadMarker'](_0x4bc4a8){const _0x491726=this['_getTargetForId'](_0x4bc4a8);_0x491726&&setTimeout(()=>{this['activeMarker']&&it(this['activeMarker'])['id']===_0x4bc4a8&&_0x538952({'target':_0x491726[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x8551d1){this['editor']['model']['change'](()=>{for(const _0x3febce of this['getAllMarkersForId'](_0x8551d1))this['editor']['editing']['reconvertMarker'](_0x3febce);});}['_attachArchivedThread'](_0x13f46c){const _0x34cd16=this['editor']['plugins']['get'](m),_0x31ec9a=this['editor']['plugins']['get'](k),_0x5b8860=_0x34cd16['getCommentThread'](_0x13f46c);if(!_0x5b8860['isAttached']){const _0x2f6df7=_0x5b8860['attachTo'](()=>this['_getTargetForId'](_0x5b8860['id']));_0x31ec9a['registerAnnotation'](_0x2f6df7),_0x5b8860['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0xb4a413=this['editor'];_0xb4a413['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x51f988,_0x12ce47)=>{const {id:_0x4984ea}=it(_0x51f988['markerName']),_0x160fa7=_0xb4a413['plugins']['get'](m)['getCommentThread'](_0x4984ea),_0x1571b1=this['activeMarker']&&it(this['activeMarker'])['id']===_0x4984ea;if(_0x160fa7&&_0x160fa7['isResolved']&&!_0x1571b1&&_0x51f988['item'])return _0x12ce47['consumable']['consume'](_0x51f988['item'],'addMarker:'+_0x51f988['markerName']),_0x12ce47['consumable']['consume'](_0x51f988['item'],'removeMarker:'+_0x51f988['markerName']),null;const _0x2ee128=['ck-comment-marker'];return _0x1571b1&&_0x2ee128['push']('ck-comment-marker--active'),{'classes':_0x2ee128,'attributes':{'data-comment':_0x4984ea}};}}),_0xb4a413['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x4420de,{options:_0x1f3e29})=>{const _0x2b88f4=_0xb4a413['plugins']['get'](m),_0x54734f=_0xb4a413['model']['markers']['get'](_0x4420de),{id:_0x428b10,part:_0x307eae}=it(_0x4420de);if(_0x54734f&&!_0x54734f['affectsData'])return null;if(_0x1f3e29['ignoreResolvedComments']){const _0x26b44d=_0x2b88f4['getCommentThread'](_0x428b10);if(_0x26b44d&&_0x26b44d['isResolved'])return null;}return{'group':'comment','name':_0x307eae?_0x428b10+':'+_0x307eae:_0x428b10};}}),_0xb4a413['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x58509a,{writer:_0x32b542})=>_0x32b542['createElement']('$marker',{'data-name':'comment:'+_0x58509a['getAttribute']('id')})}),_0xb4a413['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0xc77c53=this['editor'],_0x55c3f8=_0xc77c53['plugins']['get'](m),_0x7af761=new Set(),_0x541cfb=new Set();_0xc77c53['model']['document']['registerPostFixer'](_0x153e9a=>{let _0x3017e6=!0x1;for(const {name:_0x1eb8f1,data:_0x37aaad}of _0xc77c53['model']['document']['differ']['getChangedMarkers']()){const {group:_0x3de405,id:_0x3b922c}=it(_0x1eb8f1);let _0x1dea39=_0x37aaad['newRange'];if('comment'!==_0x3de405||!_0x1dea39)continue;const _0x5da022='$graveyard'===_0x1dea39['root']['rootName'];_0x5da022||(_0x1dea39=st(_0x1dea39,_0xc77c53['model']),!_0x1dea39||_0x1dea39['isCollapsed']||!_0x37aaad['newRange']||_0x1dea39['isEqual'](_0x37aaad['newRange']))?_0xc77c53['model']['hasContent'](_0x1dea39)&&!_0x5da022?this['isThreadsLoadingPaused']?_0x7af761['add'](_0x1eb8f1):this['_handleThreadMarker'](_0x1eb8f1,_0x3b922c):(_0x541cfb['add'](_0x1eb8f1),_0x7af761['delete'](_0x1eb8f1),_0x153e9a['removeMarker'](_0x1eb8f1),_0x3017e6=!0x0):(_0x153e9a['updateMarker'](_0x1eb8f1,{'range':_0x1dea39}),_0x3017e6=!0x0);}return _0x3017e6;}),this['on']('change:isThreadsLoadingPaused',(_0x2bab26,_0xf268fb,_0x4bb692)=>{if(!_0x4bb692&&_0x7af761['size'])for(const _0x430ebc of _0x7af761){const {id:_0x5d42c7}=it(_0x430ebc);_0x7af761['delete'](_0x430ebc),_0xc77c53['model']['markers']['get'](_0x430ebc)&&this['_handleThreadMarker'](_0x430ebc,_0x5d42c7);}}),this['listenTo'](_0xc77c53['model']['document'],'change',(_0x52c3ba,_0x463aba)=>{for(const {name:_0x3c1e99,data:{newRange:_0x1482ce}}of _0xc77c53['model']['document']['differ']['getChangedMarkers']()){const {group:_0x48f9fe,id:_0xd78808}=it(_0x3c1e99);if('comment'!==_0x48f9fe)continue;const _0x41430a=_0x55c3f8['getCommentThread'](_0xd78808),_0x20baca=this['hasMarkerForId'](_0xd78808);_0x41430a&&(_0x41430a['_hasTargetInContent']||_0xc77c53['editing']['view']['once']('render',()=>{const _0xffd27c=_0xc77c53['plugins']['get'](b),_0x3fd5a9=_0x55c3f8['_threadToController']['get'](_0x41430a)['view'];_0xffd27c['getByInnerView'](_0x3fd5a9)['refreshVisibility']();},{'priority':'low'}),_0x41430a['_hasTargetInContent']=_0x20baca||!!_0x1482ce),_0x1482ce||(_0x541cfb['add'](_0x3c1e99),_0x7af761['delete'](_0x3c1e99));}if(_0x463aba['isLocal'])for(const _0x3b177f of _0x541cfb){const {id:_0x4486a9}=it(_0x3b177f),_0x169d3d=_0x55c3f8['getCommentThread'](_0x4486a9),_0x1463df=this['hasMarkerForId'](_0x4486a9);_0x7af761['delete'](_0x3b177f),!_0x169d3d||_0x1463df||_0x169d3d['unlinkedAt']||_0x169d3d['setUnlinkedAt'](new Date());}_0x541cfb['clear']();});}['_getTargetForId'](_0x27f310){const _0x3572fb=this['editor'],_0xcbed5a=this['getAllMarkersForId'](_0x27f310);return tt(_0x3572fb['editing'],_0xcbed5a);}['_getTextContext'](_0x4611d5){const _0x17716f=this['getAllMarkersForId'](_0x4611d5);let _0x136848='',_0x52ad07=!0x1;for(const _0x345c58 of _0x17716f){const _0xa81549=_0x345c58['getRange']();for(const _0x451ffb of Array['from'](_0xa81549['getItems']()))_0x451ffb['is']('$textProxy')?(_0x136848&&_0x52ad07&&(_0x136848+='\x20',_0x52ad07=!0x1),_0x136848+=_0x451ffb['data']):_0x52ad07=!0x0;_0x52ad07=!0x0;}return _0x136848['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x284cb5,_0x3f23dd){const _0x464523=this['editor'],_0x52d66a=_0x464523['plugins']['get'](m);let _0x271949=_0x52d66a['getCommentThread'](_0x3f23dd);const _0x3590df=_0x464523['config']['get']('collaboration.channelId'),_0x3e5ec3=_0x464523['plugins']['get'](k);if(_0x271949&&(_0x271949['unlinkedAt']&&_0x271949['setUnlinkedAt'](null),_0x271949['isAttached']))return _0x271949;return!this['getAllMarkersForId'](_0x3f23dd)[0x0]['managedUsingOperations']?_0x464523['editing']['view']['once']('render',()=>{if(_0x52d66a['getCommentThread'](_0x3f23dd))return;const _0x11f37c=_0x464523['plugins']['get'](b);_0x271949=_0x52d66a['openNewCommentThread']({'channelId':_0x3590df,'threadId':_0x3f23dd,'target':()=>this['_getTargetForId'](_0x3f23dd),'context':{'type':'text','value':this['_getTextContext'](_0x3f23dd)}});const _0x129692=_0x52d66a['_threadToController']['get'](_0x271949)['view'],_0x13af94=_0x11f37c['getByInnerView'](_0x129692);_0x13af94&&_0x3e5ec3['registerAnnotation'](_0x13af94);},{'priority':'low'}):_0x52d66a['fetchCommentThread']({'channelId':_0x3590df,'threadId':_0x3f23dd})['then'](_0x6574f1=>{if('destroyed'!==_0x464523['state']){if(_0x271949=_0x6574f1,_0x271949&&!_0x271949['isAttached']){const _0x3ada5a=_0x271949['attachTo'](()=>this['_getTargetForId'](_0x3f23dd));_0x3e5ec3['registerAnnotation'](_0x3ada5a),_0x271949['isResolved']&&this['_reconvertMarkers'](_0x3f23dd);}else{if(!_0x271949){const _0x54b94c=this['getAllMarkersForId'](_0x3f23dd);_0x464523['model']['change'](_0x19845f=>{for(const _0x31dd8d of _0x54b94c)_0x19845f['removeMarker'](_0x31dd8d);});}}}}),_0x271949;}['_handleThreadMarker'](_0x41e832,_0x20a981){const _0x3a282d=this['_attachMarkerToThread'](_0x41e832,_0x20a981);_0x3a282d&&!_0x3a282d['context']&&_0x3a282d['setContext']({'type':'text','value':this['_getTextContext'](_0x20a981)});}['_initAriaMarkerChangeAnnouncements'](){const _0x1a5b04=this['editor'];_0x334617(_0x1a5b04['model'],({left:_0x25fa42,entered:_0x216398})=>{for(const _0x36b6e7 of _0x25fa42)if(at(_0x36b6e7)){_0x1a5b04['ui']['ariaLiveAnnouncer']['announce'](W(_0x1a5b04['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x474d7d of _0x216398)if(at(_0x474d7d)){_0x1a5b04['ui']['ariaLiveAnnouncer']['announce'](W(_0x1a5b04['locale'],'ENTER_COMMENT_ANNOUNCEMENT'));break;}});}}function nt(_0x8026f1,_0x2bdafa){return _0x2bdafa?_0x8026f1+':'+_0x2bdafa:_0x8026f1;}function it(_0x44db9d){const _0x3b51dd=_0x44db9d['split'](':');return{'group':_0x3b51dd[0x0],'id':_0x3b51dd[0x1],'part':_0x3b51dd[0x2]};}function st(_0x2e318d,_0x2dc35d){const _0x4080ed=_0x2dc35d['schema'],_0x3eb02f=_0x2dc35d['createRange'](_0x2e318d['start']);for(const _0x57bb03 of _0x2e318d['getWalker']()){const {type:_0x1e2971,item:_0x5b7c93,nextPosition:_0x3e54d0}=_0x57bb03;if('text'===_0x1e2971||_0x4080ed['isObject'](_0x5b7c93)){const _0x4916b9=_0x2dc35d['createPositionBefore'](_0x5b7c93);_0x3eb02f['isCollapsed']&&(_0x3eb02f['start']=_0x4916b9),_0x3eb02f['end']=_0x3e54d0;}}return _0x3eb02f;}function at(_0x53ab24){return'comment'===it(_0x53ab24['name'])['group'];}var kt='<!--\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 _0x11884f{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,k,b];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return Tt;}['init'](){const _0x368ab5=this['editor'],_0xec92fa=_0x368ab5['plugins']['get'](m),_0x33a5ed=_0x368ab5['plugins']['get'](r),_0x413248=_0x368ab5['plugins']['get'](b),_0x29c5ee=_0x368ab5['plugins']['get'](k);_0x368ab5['ui']['componentFactory']['add']('comment',()=>{const _0x3a48f9=this['_createUIButton'](_0x1c2c08);return _0x3a48f9['tooltip']=!0x0,_0x3a48f9;}),_0x368ab5['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x5872d3)),_0x29c5ee['addSourceCollector'](()=>{const _0xd6dd7b=[];for(const [_0x27a1a2,_0x234cbc]of _0xec92fa['_threadToController']){const _0x2b9620=_0x33a5ed['getAllMarkersForId'](_0x27a1a2['id']),_0x4c437f=_0x2b9620['map'](_0x4ca2ab=>_0x4ca2ab['getRange']());_0x2b9620['length']>0x0&&_0xd6dd7b['push']([_0x234cbc['view'],_0x4c437f]);}return _0xd6dd7b;}),this['listenTo'](_0x413248,'change:activeAnnotations',(_0x3792ea,_0x421e3f,_0x427a5d)=>{const _0x4f75bb=Array['from'](_0x427a5d)['map'](_0x35faba=>_0x35faba['innerView'])['find'](_0x14759d=>_0xec92fa['_viewToController']['has'](_0x14759d));if(!_0x4f75bb)return void(_0x33a5ed['activeMarker']=null);const _0x22fda5=_0xec92fa['_viewToController']['get'](_0x4f75bb)['model']['id'],_0x399617='comment:'+_0x22fda5;_0x22fda5&&_0x33a5ed['hasMarkerForId'](_0x22fda5)?_0x33a5ed['activeMarker']=_0x399617:_0x33a5ed['activeMarker']&&(_0x33a5ed['activeMarker']=null);}),this['listenTo'](_0xec92fa,'removeCommentThread',(_0x491dac,{threadId:_0x4fef32,isFromAdapter:_0x2a8b05})=>{!_0x2a8b05&&_0x368ab5['ui']['focusTracker']['isFocused']&&_0x33a5ed['hasMarkerForId'](_0x4fef32)&&_0x368ab5['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0xec92fa,'addComment',(_0x341d9f,{threadId:_0x5c5f8e,isFromAdapter:_0x4c60f9})=>{if(_0x4c60f9||!_0x33a5ed['hasMarkerForId'](_0x5c5f8e)||!_0xec92fa['hasCommentThread'](_0x5c5f8e))return;0x1===_0xec92fa['getCommentThread'](_0x5c5f8e)['length']&&(_0x368ab5['editing']['view']['focus'](),_0x341d9f['stop']());},{'priority':'low'});}['_createUIButton'](_0x44c236){const _0x15a061=this['editor'],_0x14aafb=new _0x44c236(_0x15a061['locale']),_0x2d0a7b=_0x15a061['commands']['get']('addCommentThread');return _0x14aafb['set']({'label':W(_0x15a061['locale'],'Comment'),'icon':kt}),_0x14aafb['bind']('isEnabled')['to'](_0x2d0a7b),this['listenTo'](_0x14aafb,'execute',()=>_0x2d0a7b['execute']()),_0x14aafb;}}class e extends _0x11884f{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x27c336){super(_0x27c336),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x19e7fa,_0x2378ff,_0x25d59b)=>{_0x25d59b?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x4dd14d,_0x237e46]of this['editor']['commands'])_0x237e46['affectsData']&&'addCommentThread'!==_0x4dd14d&&_0x237e46['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x5b15de=this['editor']['editing']['view']['document'];this['listenTo'](_0x5b15de,'cut',_0x4ae369=>_0x4ae369['stop'](),{'priority':'highest'}),this['listenTo'](_0x5b15de,'clipboardInput',_0x55e862=>_0x55e862['stop'](),{'priority':'highest'}),this['listenTo'](_0x5b15de,'delete',_0x93ec7=>_0x93ec7['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x114b86,_0x26e30e]of this['editor']['commands'])_0x26e30e['affectsData']&&'addCommentThread'!==_0x114b86&&_0x26e30e['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x45778e{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[b];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x3a0fbc){super(_0x3a0fbc),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x6f179e=this['context']['plugins']['get'](b);this['listenTo'](_0x6f179e,'_activateAnnotation',(_0x27cd6d,_0x3a93cc)=>{for(const _0x1c8707 of this['activeUIs']){const _0x331f5a=this['_uis']['get'](_0x1c8707);(0x0,this['_uisData']['get'](_0x1c8707)['filter'])(_0x3a93cc)&&_0x331f5a['setActiveAnnotation'](_0x3a93cc);}}),this['listenTo'](_0x6f179e,'_deactivateAllAnnotations',()=>{for(const _0x302055 of this['activeUIs']){this['_uis']['get'](_0x302055)['setActiveAnnotation'](null);}}),this['listenTo'](_0x6f179e['_visibleAnnotations'],'add',(_0x4481ba,_0x105817)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x105817);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x454cf0){return this['activeUIs']['has'](_0x454cf0);}['activate'](_0x5dba78,_0x598df0=()=>!0x0){const _0x16e9a2=this['context']['plugins']['get'](b);if(!this['_uis']['has'](_0x5dba78))throw new _0x4ed987('annotationsuis-missing-ui',this,{'uiName':_0x5dba78});this['isActive'](_0x5dba78)&&this['deactivate'](_0x5dba78),this['activeUIs']['add'](_0x5dba78);const _0x1546af=new x();!function({source:_0x2edd9d,target:_0x31e633,filter:_0x2ebd1a}){for(const _0x473cb0 of _0x2edd9d)_0x2ebd1a(_0x473cb0)&&_0x31e633['add'](_0x473cb0);_0x31e633['listenTo'](_0x2edd9d,'add',(_0x112e57,_0x574df5)=>{_0x2ebd1a(_0x574df5)&&_0x31e633['add'](_0x574df5);}),_0x31e633['listenTo'](_0x2edd9d,'remove',(_0x1fc3e0,_0x5081ed)=>{_0x31e633['has'](_0x5081ed)&&_0x31e633['remove'](_0x5081ed);});}({'source':_0x16e9a2['_visibleAnnotations'],'target':_0x1546af,'filter':_0x598df0}),this['_uisData']['set'](_0x5dba78,{'collection':_0x1546af,'filter':_0x598df0});const _0x345745=this['_uis']['get'](_0x5dba78);_0x345745['attach'](_0x1546af),this['listenTo'](_0x345745,'change:activeAnnotation',(_0x217854,_0x561944,_0x2c9181,_0x448c25)=>{_0x448c25&&_0x16e9a2['_removeActiveAnnotation'](_0x448c25),_0x2c9181&&_0x16e9a2['_addActiveAnnotation'](_0x2c9181);});}['deactivate'](_0x4b0c53){if(this['activeUIs']['delete'](_0x4b0c53),!this['_uis']['has'](_0x4b0c53))throw new _0x4ed987('annotationsuis-missing-ui',this,{'uiName':_0x4b0c53});const _0x4d5461=this['_uis']['get'](_0x4b0c53);_0x4d5461['detach'](),this['stopListening'](_0x4d5461),this['_uisData']['get'](_0x4b0c53)['collection']['destroy'](),this['_uisData']['delete'](_0x4b0c53);}['switchTo'](_0x1c3f65){if(!this['_uis']['has'](_0x1c3f65))throw new _0x4ed987('annotationsuis-missing-ui',this,{'uiName':_0x1c3f65});const _0x557f44=this['context']['plugins']['get'](b),_0x48cf95=Array['from'](_0x557f44['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x1c3f65);const _0x67a8c8=this['_uis']['get'](_0x1c3f65);_0x67a8c8['setActiveAnnotation'](_0x48cf95),_0x67a8c8['_setSelectedAnnotations']&&_0x48cf95&&_0x67a8c8['_setSelectedAnnotations']([_0x48cf95]);}['deactivateAll'](){for(const _0x451942 of this['activeUIs'])this['deactivate'](_0x451942);}['register'](_0x482601,_0x51e70a){if(this['_uis']['has'](_0x482601))throw new _0x4ed987('annotationsuis-register-already-registered');if('function'!=typeof _0x51e70a['attach']||'function'!=typeof _0x51e70a['detach']||'function'!=typeof _0x51e70a['setActiveAnnotation'])throw new _0x4ed987('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x482601,_0x51e70a);}['refilterAnnotations'](){const _0x41bd3f=this['context']['plugins']['get'](b)['collection'],_0x598b9d=new Map(),_0x36ad40=Array['from'](this['activeUIs']);for(const _0x5ee522 of this['activeUIs']){const _0x4813fb=this['_uisData']['get'](_0x5ee522)['collection'];for(const _0x3705c4 of _0x4813fb)_0x598b9d['set'](_0x3705c4,_0x5ee522);}for(const _0x244427 of _0x41bd3f){const _0x4dd494=_0x598b9d['get'](_0x244427);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x244427);const _0x3498c4=_0x36ad40['find'](_0x262204=>this['_uisData']['get'](_0x262204)['filter'](_0x244427));_0x4dd494!==_0x3498c4&&(_0x4dd494&&this['_uisData']['get'](_0x4dd494)['collection']['remove'](_0x244427),_0x3498c4&&this['_uisData']['get'](_0x3498c4)['collection']['add'](_0x244427));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x5967d7){const _0x1b60d1=[];for(const _0x29afa2 of this['activeUIs']){(0x0,this['_uisData']['get'](_0x29afa2)['filter'])(_0x5967d7)&&_0x1b60d1['push'](_0x29afa2);}if(_0x1b60d1['length']>0x1)throw new _0x4ed987('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x1b60d1,'annotationType':_0x5967d7['type']});}}const ne=Ht('px');class T extends _t{['list'];constructor(_0x40965f){super(_0x40965f);const _0x2e8804=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x2e8804['to']('class')],'style':{'minHeight':_0x2e8804['to']('minHeight',_0x5aa3d0=>'number'==typeof _0x5aa3d0?ne(_0x5aa3d0+0xa):null)}},'children':this['list']});}}const qt=Ht('px');class C extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x213909){super(_0x213909),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x5279bf,_0x43375d)=>_0x5279bf+_0x43375d),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Dt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection']();const _0x369910=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x369910['to']('isAnimationDisabled',_0x41a74b=>_0x41a74b?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x369910['to']('top',_0x495c17=>qt(_0x495c17))}},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['updateHeight'](){const _0x57ca09=this['element']['clientHeight'];_0x57ca09&&(this['height']=_0x57ca09);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x45778e{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x570e95){super(_0x570e95),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 _0x28556a=this['context']['config']['get']('sidebar.container');_0x28556a&&this['setContainer'](_0x28556a);}['setContainer'](_0x58e345){if(!y(_0x58e345))throw new _0x4ed987('sidebar-setcontainer-invalid-element');this['container']=_0x58e345;}['_attachToContainer']({viewClass:_0x4104d5='',spaceBetweenItems:_0x38e547=0x19}={}){if(!y(this['container']))throw new _0x4ed987('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x4104d5,this['_spaceBetweenItems']=_0x38e547;}['rearrange']({removedAnnotation:_0x3fed1b,previousAnnotation:_0x2e0b22,nextAnnotation:_0x4c91ec}){const _0x45dbd0=this['getSidebarItemView'](_0x3fed1b);this['view']['list']['remove'](_0x45dbd0),this['_destroySidebarItemView'](_0x3fed1b),_0x2e0b22&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x2e0b22)),_0x4c91ec&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x4c91ec)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x991af6,activatedAnnotation:_0x47a4f2,disableAnimationOnActivatedAnnotation:_0x398eae}){if(this['_activeAnnotation']=_0x47a4f2,_0x991af6){_0x991af6['isActive']=!0x1;const _0x533c01=this['getSidebarItemView'](_0x991af6);_0x533c01&&_0x398eae&&(_0x533c01['isAnimationDisabled']=!0x1);}if(_0x47a4f2){const _0x1306ce=this['getSidebarItemView'](_0x47a4f2);_0x1306ce&&(_0x47a4f2['isActive']=!0x0,_0x398eae&&(_0x1306ce['isAnimationDisabled']=!0x0,_0x1306ce['top']+=0x1),this['_alignToTargetRect'](_0x1306ce));}}['_detachFromContainer'](_0x5f29c2){if(this['view']['element']['remove'](),_0x5f29c2){for(const _0x4ffe56 of _0x5f29c2)this['_destroySidebarItemView'](_0x4ffe56);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x25d3f8,_0xc1d4f7){_0xc1d4f7||(_0xc1d4f7=_0x25d3f8['view']);const _0x12228e=new C(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x12228e,_0x25d3f8),this['_annotationToSidebarItemView']['set'](_0x25d3f8,_0x12228e),_0x12228e['content']['add'](_0xc1d4f7),this['listenTo'](_0x25d3f8['view'],'change:targetRect',(_0x19f9da,_0x41ee4a,_0x1296c9)=>{const _0xc8fc1=this['_getTargetTop'](_0x25d3f8,_0x1296c9);_0x12228e['_targetTop']!=_0xc8fc1&&(_0x12228e['_targetTop']=_0xc8fc1,this['_setItemTop'](_0x12228e,_0xc8fc1));}),this['listenTo'](_0x12228e,'change:top',()=>{this['_recalculate'](_0x12228e,'top');}),this['listenTo'](_0x12228e,'change:bottom',()=>{this['_recalculate'](_0x12228e,'bottom');}),this['_alignToTargetRect'](_0x12228e);const _0x59d63c=this['_getItemBefore'](_0x12228e);if(_0x59d63c)this['_alignAfterItem'](_0x59d63c,_0x12228e)||this['_alignToTargetRect'](_0x12228e);else this['_alignToTargetRect'](_0x12228e);return this['_updateLastItem'](),this['view']['list']['add'](_0x12228e),_0x12228e;}['_alignForTopChange'](_0x4f562d){if(!_0x4f562d['content']['length'])return;const _0x214087=this['_getItemBefore'](_0x4f562d);if(!_0x214087)return;const _0x40c47b=this['_sidebarItemViewToAnnotation']['get'](_0x214087),_0x41d235=this['_activeAnnotation'];_0x41d235&&_0x41d235===_0x40c47b?this['_alignAfterItem'](_0x214087,_0x4f562d):this['_alignBeforeItem'](_0x4f562d,_0x214087);}['_alignForBottomChange'](_0x2217b0){if(!_0x2217b0['content']['length'])return;const _0xa1e2e1=this['_getItemAfter'](_0x2217b0);if(!_0xa1e2e1)return;const _0x2701cb=this['_sidebarItemViewToAnnotation']['get'](_0xa1e2e1),_0x55163a=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x5409c8=this['_activeAnnotation'];_0x5409c8&&_0x5409c8===_0x2701cb&&_0x55163a?(this['_alignBeforeItem'](_0xa1e2e1,_0x2217b0),this['_alignAfterItem'](_0x2217b0,_0xa1e2e1)):_0x5409c8&&_0x5409c8===_0x2701cb?this['_alignBeforeItem'](_0xa1e2e1,_0x2217b0):this['_alignAfterItem'](_0x2217b0,_0xa1e2e1);}['_recalculate'](_0x446eee,_0x2168f7){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0xda3e84,changedProp:_0x1fcb9e}of this['_recalculateBuffer'])'top'===_0x1fcb9e?this['_alignForTopChange'](_0xda3e84):this['_alignForBottomChange'](_0xda3e84);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x446eee,'changedProp':_0x2168f7});}['getSidebarItemView'](_0x5bab95){return this['_annotationToSidebarItemView']['get'](_0x5bab95);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x2fc84c){const _0x3f798c=this['getSidebarItemView'](_0x2fc84c);this['stopListening'](_0x3f798c),this['stopListening'](_0x2fc84c['view']),_0x3f798c['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x2fc84c),this['_sidebarItemViewToAnnotation']['delete'](_0x3f798c);}['_createSidebarView'](){const _0x40e6d8=new T(this['context']['locale']);return _0x40e6d8['render'](),this['on']('change:_lastItem',(_0x447b4e,_0x52a448,_0x4e95fd,_0x209193)=>{_0x209193&&_0x40e6d8['unbind']('minHeight'),_0x4e95fd?_0x40e6d8['bind']('minHeight')['to'](_0x4e95fd,'bottom'):_0x40e6d8['minHeight']=null;}),_0x40e6d8;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x28fc9c){const _0x5dda77=this['_sidebarItemViewToAnnotation']['get'](_0x28fc9c),_0x30d657=_0x5dda77&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x5dda77)-0x1);return _0x30d657&&this['getSidebarItemView'](_0x30d657)||null;}['_getItemAfter'](_0xb25090){const _0x4d86e1=this['_sidebarItemViewToAnnotation']['get'](_0xb25090),_0x3da4f0=_0x4d86e1&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x4d86e1)+0x1);return _0x3da4f0&&this['getSidebarItemView'](_0x3da4f0)||null;}['_alignBeforeItem'](_0x4c9e7e,_0x16d82b){_0x4c9e7e['updateHeight']();const _0x3ed927=M(_0x16d82b['bottom']+this['_spaceBetweenItems'],_0x4c9e7e['top']);return!!_0x3ed927&&(this['_setItemTop'](_0x16d82b,_0x16d82b['top']-_0x3ed927),!0x0);}['_alignAfterItem'](_0x41bcfa,_0x243ab0){_0x41bcfa['updateHeight']();const _0x1e68a8=M(_0x41bcfa['bottom']+this['_spaceBetweenItems'],_0x243ab0['top']);return!!_0x1e68a8&&(this['_setItemTop'](_0x243ab0,_0x243ab0['top']+_0x1e68a8,!0x1),!0x0);}['_alignToTargetRect'](_0x141949){const _0x3465e1=this['_sidebarItemViewToAnnotation']['get'](_0x141949);if(!_0x3465e1||!_0x3465e1['target']||!_0x3465e1['targetRect'])return;const _0x219fec=this['_getTargetTop'](_0x3465e1,_0x3465e1['targetRect']);this['_setItemTop'](_0x141949,_0x219fec);}['_getTargetTop'](_0x366104,_0x3b8cf9){if(null===_0x3b8cf9)return 0x0;if(_0x366104['target']instanceof _0x2a53b3)return _0x3b8cf9['top'];{const _0x3171fc=new _0x2a53b3(this['view']['element'])['top'];return _0x3b8cf9['top']-_0x3171fc;}}['_setItemTop'](_0xfad361,_0x22252e,_0x216230=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x216230&&(_0x22252e=Math['max'](_0x22252e,this['_getMaxAvailableTop'](_0xfad361))),_0xfad361['top']=_0x22252e;}['_getMaxAvailableTop'](_0x6c70ec){let _0x5c58d3=this['_getItemBefore'](_0x6c70ec),_0x27bf80=0x0;for(;_0x5c58d3;)_0x5c58d3['updateHeight'](),_0x27bf80+=this['_spaceBetweenItems']+_0x5c58d3['height'],_0x5c58d3=this['_getItemBefore'](_0x5c58d3);return _0x27bf80;}}function M(_0x5cb721,_0x12013e){return Math['max'](_0x5cb721-_0x12013e,0x0);}function y(_0x5a2739){return null!==_0x5a2739&&'object'==typeof _0x5a2739&&0x1===_0x5a2739['nodeType'];}class n extends _0x45778e{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x584cca){super(_0x584cca),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x27f142(),this['_refreshPositioningDebounced']=_0x1f9e49(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x474a30=this['context']['plugins']['get'](j),_0x482a75=this['context']['plugins']['get'](z);_0x474a30['register']('wideSidebar',this),_0x482a75['container']&&_0x474a30['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x179ca7){if(_0x179ca7===this['activeAnnotation'])return;const _0x457ac3=this['context']['plugins']['get'](z);_0x457ac3['_activeAnnotation']=_0x179ca7;const _0x1a342e=this['activeAnnotation'];this['activeAnnotation']=_0x179ca7,_0x457ac3['refresh']({'blurredAnnotation':_0x1a342e,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x32e15e){this['annotations']=_0x32e15e;const _0x1b32b0=this['context']['plugins']['get'](z);if(_0x1b32b0['_annotations']=_0x32e15e,this['isAttached'])throw new _0x4ed987('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x1b32b0,'set:container',()=>{this['detach'](),this['listenTo'](_0x1b32b0,'change:container',_0x490ed2=>{_0x490ed2['off'](),this['attach'](_0x32e15e);});}),_0x1b32b0['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x54ad57=_0x39f9f7=>{_0x39f9f7['updateTargetRect'](),_0x1b32b0['addAnnotation'](_0x39f9f7);};for(const _0x2004f4 of _0x32e15e)_0x54ad57(_0x2004f4);this['listenTo'](_0x32e15e,'add',(_0x4d4475,_0x24c206)=>{_0x54ad57(_0x24c206);}),this['listenTo'](_0x32e15e,'remove',(_0x37702c,_0x39f2c1,_0x4477f4)=>{_0x1b32b0['rearrange']({'removedAnnotation':_0x39f2c1,'previousAnnotation':_0x32e15e['get'](_0x4477f4-0x1),'nextAnnotation':_0x32e15e['get'](_0x4477f4+0x1)}),_0x39f2c1===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x32e15e,'focus',(_0x3219c1,_0x1b2983)=>{this['setActiveAnnotation'](_0x1b2983);}),this['listenTo'](_0x32e15e,'blur',()=>{this['setActiveAnnotation'](null);});const _0x3695df=this['context']instanceof _0x327710?this['context']['editors']:new _0x27f142([this['context']]);for(const _0x3a4fed of _0x3695df)this['_integrateWithEditorAnnotations'](_0x3a4fed);this['listenTo'](_0x3695df,'add',(_0x2b318a,_0x3c4331)=>{this['listenTo'](_0x3c4331,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x3c4331);});}),this['listenTo'](_0x3695df,'remove',(_0x554e86,_0x404343)=>{_0x404343['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x404343['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x4ed987('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x280e2b=this['context']['plugins']['get'](z);_0x280e2b['_detachFromContainer'](this['annotations']),this['stopListening'](_0x280e2b),this['stopListening'](this['annotations']),this['context']instanceof _0x327710&&this['stopListening'](this['context']['editors']);for(const _0x1b3281 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x1b3281);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x2d9e6a){if(!_0x2d9e6a['plugins']['has']('EditorAnnotations'))return;const _0x2e3ccf=_0x2d9e6a['plugins']['get']('EditorAnnotations'),_0x3d0c22=()=>{const _0x5474b4=_0x2e3ccf['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x5474b4[0x0]||null);};this['listenTo'](_0x2e3ccf,'refresh',_0x3d0c22),this['listenTo'](_0x2e3ccf,'blur',(_0x3d4a02,{isAnnotationTracked:_0xd30556})=>{this['activeAnnotation']&&_0xd30556(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x2e3ccf,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x3a6786=>{_0x2e3ccf['hasDomSelection']()&&(_0x3d0c22(),_0x3a6786['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x2e3ccf);}['_destroyEditorAnnotationsIntegration'](_0x534a6d){this['stopListening'](_0x534a6d),this['_editorAnnotations']['remove'](_0x534a6d);}}class D extends _0x1c2c08{['counterView'];constructor(_0xc1f298){super(_0xc1f298);const _0x5cf8d3=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x5ec470,_0xfce3d3)=>_0x5ec470?'...':_0xfce3d3['toString']()),this['set']('annotationType',''),this['icon']=kt,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new _t(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x5cf8d3['to']('annotationType',_0x2bc778=>'ck-annotation-counter__badge--'+_0x2bc778),_0x5cf8d3['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x5cf8d3['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x45778e{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x120168){super(_0x120168),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0xf36d2a),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x27f142(),this['_refreshPositioningDebounced']=_0x1f9e49(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0xb3d543(this['context']['locale']),this['balloonPanelView']=new _0x4f6d49(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x366b6a){this['annotations']=_0x366b6a;const _0x2e5b66=this['context']['plugins']['get'](z),_0x225df2=this['balloonPanelView'];if(_0x2e5b66['_annotations']=_0x366b6a,this['isAttached'])throw new _0x4ed987('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x2e5b66,'set:container',()=>{this['detach'](),this['listenTo'](_0x2e5b66,'change:container',_0x7368ec=>{_0x7368ec['off'](),this['attach'](_0x366b6a);});}),_0x2e5b66['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x2fd46e=_0x292952=>{const _0x555174=new D(this['context']['locale']);_0x2e5b66['addAnnotation'](_0x292952,_0x555174),this['_annotationToNarrowView']['set'](_0x292952,_0x555174),_0x555174['bind']('isDirty','annotationType','number')['to'](_0x292952['view'],'isDirty','type','length'),_0x555174['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x225df2['content']['first']!==_0x292952['view']?(this['_showBalloon'](_0x292952),_0x292952['view']['element']['focus'](),this['setActiveAnnotation'](_0x292952)):this['setActiveAnnotation'](null);});};for(const _0x45a325 of _0x366b6a)_0x2fd46e(_0x45a325);this['listenTo'](_0x366b6a,'add',(_0x5df532,_0x2a46a6)=>{_0x2fd46e(_0x2a46a6);}),this['listenTo'](_0x366b6a,'remove',(_0x3bb7c3,_0x26326e,_0x49149e)=>{this['_annotationToNarrowView']['get'](_0x26326e)['destroy'](),this['_annotationToNarrowView']['delete'](_0x26326e),_0x2e5b66['rearrange']({'removedAnnotation':_0x26326e,'previousAnnotation':_0x366b6a['get'](_0x49149e-0x1),'nextAnnotation':_0x366b6a['get'](_0x49149e+0x1)}),_0x26326e===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x366b6a,'focus',(_0x1e3296,_0x55b7ba)=>{this['setActiveAnnotation'](_0x55b7ba);}),this['listenTo'](_0x366b6a,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0xd49502,_0x5a492a)=>{_0x5a492a['keyCode']===_0x314b71['esc']&&_0x225df2['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x225df2['content']['first']),this['_hideBalloon'](),_0x5a492a['stopPropagation'](),_0x5a492a['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x25de06,_0x174691)=>{const _0x1b25d1=_0x174691['target'];_0x225df2['isVisible']&&_0x225df2['element']['contains'](_0x1b25d1)||_0x2e5b66['view']['element']['contains'](_0x1b25d1)||_0x25de06['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x4e9297=>_0x4e9297['contains'](_0x1b25d1))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x2dde67=this['context']instanceof _0x327710?this['context']['editors']:new _0x27f142([this['context']]);for(const _0x274583 of _0x2dde67)this['_integrateWithEditorAnnotations'](_0x274583);this['listenTo'](_0x2dde67,'add',(_0xdb9aae,_0x2f7119)=>{this['listenTo'](_0x2f7119,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x2f7119);});}),this['listenTo'](_0x2dde67,'remove',(_0x3d9411,_0x4bc803)=>{_0x4bc803['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x4bc803['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x505485){if(_0x505485===this['activeAnnotation'])return;const _0x429d41=this['context']['plugins']['get'](z);if(_0x429d41['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x505485,'disableAnimationOnActivatedAnnotation':!0x0}),_0x505485)_0x429d41['getSidebarItemView'](_0x505485)?this['_showBalloon'](_0x505485):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x505485;}['detach'](){if(!this['isAttached'])throw new _0x4ed987('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x3c10a3=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x248c5b=>_0x248c5b['destroy']()),this['_annotationToNarrowView']['clear'](),_0x3c10a3['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x327710&&this['stopListening'](this['context']['editors']);for(const _0x331982 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x331982);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'](_0x145739){if(!_0x145739['plugins']['has']('EditorAnnotations'))return;const _0x3e05cd=_0x145739['plugins']['get']('EditorAnnotations'),_0x520fe0=this['context']['plugins']['get'](z),_0x48f765=this['annotations'],_0x4fa316=this['balloonPanelView'],_0x137605=()=>{const _0x11352f=_0x3e05cd['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x11352f),this['setActiveAnnotation'](_0x11352f[0x0]||null);};this['listenTo'](_0x3e05cd,'refresh',_0x137605),this['listenTo'](_0x3e05cd,'blur',(_0x274034,{isAnnotationTracked:_0x2fb7a6})=>{this['activeAnnotation']&&_0x2fb7a6(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x3e05cd,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x48f765,'blur',_0x4822f4=>{_0x3e05cd['hasDomSelection']()&&_0x4822f4['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x2f5170,_0x381c6c)=>{const _0x3750f7=_0x381c6c['target'];_0x4fa316['isVisible']&&_0x4fa316['element']['contains'](_0x3750f7)||_0x520fe0['view']['element']['contains'](_0x3750f7)||this['activeAnnotation']&&_0x3e05cd['hasDomSelection']()&&(_0x137605(),_0x2f5170['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3e05cd);}['_destroyEditorAnnotationsIntegration'](_0x4f2944){_0x4f2944&&(this['stopListening'](_0x4f2944),this['_editorAnnotations']['remove'](_0x4f2944));}['_setSelectedAnnotations'](_0x45661f){for(const _0xdd1bbf of this['_selectedAnnotations'])_0x45661f['includes'](_0xdd1bbf)||this['_manuallyClosedAnnotationViews']['delete'](_0xdd1bbf['view']);this['_selectedAnnotations']=_0x45661f;}['_refreshPositioning'](){const _0x2c329c=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x2c329c['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x438956){if(this['_manuallyClosedAnnotationViews']['has'](_0x438956['view']))return;const _0x25fd4a=this['balloonPanelView']['content']['first'];_0x25fd4a!==_0x438956['view']?(_0x25fd4a&&this['_detachListeners'](_0x25fd4a),this['_attachListeners'](_0x438956['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x438956['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x36429e=this['balloonPanelView']['content']['first'],_0x43c90f=_0x36429e&&this['annotations']['getByView'](_0x36429e);if(!_0x43c90f||!this['_annotationToNarrowView']['has'](_0x43c90f))return;const _0x455a86=this['_annotationToNarrowView']['get'](_0x43c90f)['element'],_0x3cbb70=(function(){const _0x2c00f4=_0x4f6d49['defaultPositions'];return[_0x2c00f4['southArrowNorthEast'],_0x2c00f4['northArrowSouthEast'],_0x2c00f4['southArrowNorth'],_0x2c00f4['northArrowSouth'],_0x2c00f4['southArrowNorthWest'],_0x2c00f4['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x455a86,'positions':_0x3cbb70});}['_hideBalloon'](){const _0x4a875c=this['balloonPanelView'],_0x4ee8cc=_0x4a875c['content']['first'];_0x4ee8cc&&(this['_detachListeners'](_0x4ee8cc),_0x4a875c['unpin'](),_0x4a875c['content']['clear']());}['_attachListeners'](_0x27881f){this['listenTo'](_0x27881f,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x27881f,'Esc',(_0x145c2b,_0x13063a)=>{this['_manuallyClosedAnnotationViews']['add'](_0x27881f),this['_hideBalloon'](),_0x13063a();});}['_detachListeners'](_0x2718e9){this['stopListening'](_0x2718e9);}}class c extends _0x11884f{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[k,_0x144ded,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x5eda9c){super(_0x5eda9c),_0x5eda9c['editing']['view']['addObserver'](_0x3083d6),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x5eda9c['plugins']['get'](_0x144ded),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x52de94=this['editor']['plugins']['get'](j);_0x52de94['context']===this['editor']&&(_0x52de94['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x48da42,_0x5bd1b7)=>{const _0x2a3bc0=this['_balloon'];if(this['isAttached']&&_0x2a3bc0['visibleView']){const _0x5ef770=this['annotations']['getByView'](_0x2a3bc0['visibleView']);_0x5ef770&&this['_closeAnnotation'](_0x5ef770),_0x5bd1b7();}}));}['afterInit'](){const _0x2bcd29=this['editor']['plugins']['get'](j);_0x2bcd29['context']===this['editor']&&(_0x2bcd29['hasActive']()||_0x2bcd29['switchTo']('inline'));}['setActiveAnnotation'](_0x1ff1d8){_0x1ff1d8!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x1ff1d8&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x1ff1d8)&&this['_addAnnotationToBalloon'](_0x1ff1d8,!0x0),_0x1ff1d8['isActive']=!0x0),_0x1ff1d8||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x1ff1d8);}['attach'](_0x1e1983){this['annotations']=_0x1e1983;const _0x18f8ec=this['editor']['plugins']['get'](j),_0x2fc676=this['_balloon'];if(this['isAttached'])throw new _0x4ed987('inlineannotations-attach-already-attached',this);if(_0x18f8ec['context']!==this['editor'])throw new _0x4ed987('inlineannotations-not-allowed-with-context',this);const _0x40f5bd=this['editor']['plugins']['get'](k);this['listenTo'](_0x40f5bd,'refresh',()=>{const _0x24524f=_0x40f5bd['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x41e089,_0x4011cc;!this['_forceRefresh']&&(_0x41e089=_0x24524f,_0x4011cc=this['_selectedAnnotations'],_0x41e089['length']===_0x4011cc['length']&&_0x41e089['every'](_0x26bbdf=>_0x4011cc['includes'](_0x26bbdf)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x24524f),this['setActiveAnnotation'](_0x24524f[0x0]||null));}),this['listenTo'](_0x40f5bd,'blur',(_0x4e899d,{isAnnotationTracked:_0x30d9e6})=>{this['activeAnnotation']&&_0x30d9e6(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x5af414,_0x3f5625,_0x44c097)=>{_0x44c097||this['setActiveAnnotation'](null);}),this['listenTo'](_0x1e1983,'remove',(_0x1f4548,_0x4217cd)=>{this['_removeAnnotationFromBalloon'](_0x4217cd),_0x4217cd===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x2fc676,'change:visibleView',(_0x6dd64d,_0x11f861,_0x19ed85,_0x56e62b)=>{_0x56e62b&&this['stopListening'](_0x56e62b);const _0x4bebfc=_0x1e1983['getByView'](_0x19ed85);_0x19ed85&&_0x4bebfc&&(this['listenTo'](_0x19ed85,'change:height',()=>{_0x2fc676['updatePosition']();}),this['listenTo'](_0x19ed85,'Esc',()=>{this['_closeAnnotation'](_0x4bebfc),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x4bebfc&&this['setActiveAnnotation'](_0x4bebfc));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x2fc676['visibleView']&&(_0x1e1983['getByView'](_0x2fc676['visibleView'])&&_0x2fc676['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 _0x4ed987('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x3ae8a2 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x3ae8a2);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x7fbe94){for(const _0x2e5d3c of this['_selectedAnnotations'])_0x7fbe94['includes'](_0x2e5d3c)||this['_manuallyClosed']['delete'](_0x2e5d3c);for(const _0x228e45 of this['annotations'])_0x7fbe94['includes'](_0x228e45)||this['_removeAnnotationFromBalloon'](_0x228e45);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x5b61d5 of _0x7fbe94)this['_addAnnotationToBalloon'](_0x5b61d5);}this['_selectedAnnotations']=_0x7fbe94;}['_addAnnotationToBalloon'](_0x17d2db,_0x3efe74=!0x1){this['_manuallyClosed']['has'](_0x17d2db)||(this['_addedAnnotations']['has'](_0x17d2db)||this['_balloon']['hasView'](_0x17d2db['view'])||(this['_addedAnnotations']['add'](_0x17d2db),this['_balloon']['add']({'stackId':_0x17d2db['view']['id'],'view':_0x17d2db['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x17d2db)}})),_0x3efe74&&this['_balloon']['showStack'](_0x17d2db['view']['id']));}['_getBalloonTargetForAnnotation'](_0x7caf35){const _0xb7c04c=_0x7caf35['target'],_0x513bfd=this['editor']['editing']['view'],_0x27668e=_0x513bfd['document']['selection']['getFirstRange'](),_0x4137e2=_0x513bfd['domConverter']['viewRangeToDom'](_0x27668e);if(_0x4137e2['collapse'](!0x0),_0xb7c04c){if(_0xb7c04c instanceof _0x2a53b3)return _0xb7c04c;let _0x1a0d54=[];for(const _0x2bfdb1 of _0xb7c04c)_0x1a0d54['push'](...(_0x252595=_0x2bfdb1['getClientRects'](),Array['from'](_0x252595)['map'](DOMRect['fromRect'])));_0x1a0d54=function(_0x2318e0){const _0x5eb17b=[];let _0x63467d=_0x2318e0[0x0];for(let _0x395083=0x1;_0x395083<_0x2318e0['length'];_0x395083++)F(_0x63467d,_0x2318e0[_0x395083])?_0x63467d['width']+=_0x2318e0[_0x395083]['width']:(_0x5eb17b['push'](_0x63467d),_0x63467d=_0x2318e0[_0x395083]);return _0x5eb17b['push'](_0x63467d),_0x5eb17b;}(_0x1a0d54);const _0x385459=_0x4137e2['getBoundingClientRect']();return _0x1a0d54['find'](_0x127f8c=>_0x127f8c['top']<=_0x385459['top']&&_0x127f8c['bottom']>=_0x385459['bottom']&&_0x127f8c['left']<=_0x385459['left']&&_0x127f8c['right']>=_0x385459['right'])||_0x1a0d54[0x0];}var _0x252595;return _0x7caf35['targetRect']||_0x4137e2;}['_removeAnnotationFromBalloon'](_0x3fbc19){this['_addedAnnotations']['has'](_0x3fbc19)&&this['_balloon']['hasView'](_0x3fbc19['view'])&&(this['_addedAnnotations']['delete'](_0x3fbc19),this['_balloon']['remove'](_0x3fbc19['view']));}['_closeAnnotation'](_0x3c0eac){this['_manuallyClosed']['add'](_0x3c0eac),this['_removeAnnotationFromBalloon'](_0x3c0eac);}}function F(_0x5c42f0,_0x2c85bd){return _0x5c42f0['top']===_0x2c85bd['top']&&_0x5c42f0['bottom']===_0x2c85bd['bottom']&&_0x5c42f0['right']===_0x2c85bd['left'];}var Q='<!--\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 X extends _t{['_focusTracker'];['_keystrokes'];['_focusables'];['_focusCycler'];constructor(_0x2ce5fc,_0x37547f){super(_0x2ce5fc),this['set']('isEmpty',!_0x37547f['length']),this['_focusTracker']=new _0x1edcef(),this['_keystrokes']=new Et(),this['_focusables']=_0x37547f,this['_focusCycler']=new _0x42d2fb({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['listenTo'](_0x37547f,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x37547f,'remove',(_0x2f1498,_0x56e178)=>{_0x56e178['isActive']&&this['focus'](),_0x37547f['length']||(this['isEmpty']=!0x0);});const _0x43d9ad=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content']},'children':[{'tag':'div','children':_0x37547f},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x43d9ad['if']('isEmpty','ck-hidden',_0x255cc1=>!_0x255cc1)]},'children':[{'text':W(_0x2ce5fc,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_keystrokes']['listenTo'](this['element']);const _0x1de82f=_0x1f954e=>_0x1f954e['stopPropagation']();this['_keystrokes']['set']('arrowright',_0x1de82f),this['_keystrokes']['set']('arrowleft',_0x1de82f),this['_keystrokes']['set']('arrowup',_0x1de82f),this['_keystrokes']['set']('arrowdown',_0x1de82f),this['listenTo'](this['element'],'selectstart',(_0x2aebfd,_0x29b9f6)=>{_0x29b9f6['stopPropagation']();},{'priority':'high'});}['destroy'](){super['destroy'](),this['_focusTracker']['destroy'](),this['_keystrokes']['destroy']();}['focus'](){this['element']['focus']();}}class p extends _0x45778e{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,b];}constructor(_0x3ed0e2){super(_0x3ed0e2),this['archivedThreads']=new _0x27f142();}['init'](){const _0x35ddc9=this['context'],_0xa73b75=_0x35ddc9['plugins']['get'](m),_0x549e60=_0x35ddc9['plugins']['get'](b);this['listenTo'](_0xa73b75,'addCommentThread',(_0x2da6e4,{threadId:_0x4e7f36})=>{const _0x2e7880=_0xa73b75['getCommentThread'](_0x4e7f36);_0x2e7880['archivedAt']&&this['archivedThreads']['add'](_0x2e7880,this['_calculatePosition'](_0x2e7880['archivedAt'])),this['listenTo'](_0x2e7880,'change:archivedAt',(_0x50935c,_0x17e8df,_0x667cf1)=>{_0x667cf1?this['archivedThreads']['has'](_0x2e7880)||this['archivedThreads']['add'](_0x2e7880,this['_calculatePosition'](_0x2e7880['archivedAt'])):this['archivedThreads']['has'](_0x2e7880)&&this['archivedThreads']['remove'](_0x2e7880);});}),this['listenTo'](_0xa73b75,'removeCommentThread',(_0x1e92af,{threadId:_0x3cdb4c})=>{const _0x5edbcb=_0xa73b75['getCommentThread'](_0x3cdb4c);this['stopListening'](_0x5edbcb),this['archivedThreads']['has'](_0x5edbcb)&&this['archivedThreads']['remove'](_0x5edbcb);},{'priority':'highest'}),this['listenTo'](_0x549e60['collection'],'focus',(_0x4b12ef,_0x31ab55)=>{_0x31ab55['isActive']=!0x0,_0x549e60['activate'](_0x31ab55);});}['_calculatePosition'](_0x1bb62a){const _0x478907=[...this['archivedThreads']]['findIndex'](_0x22d0f3=>_0x22d0f3['archivedAt']<_0x1bb62a);return _0x478907>-0x1?_0x478907:this['archivedThreads']['length'];}}class a extends _0x11884f{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x58a407];}constructor(_0x13d049){super(_0x13d049),this['annotationViews']=new _0x3ba195(),this['_pendingThreads']=[];}['init'](){this['editor']['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x1c2c08,!0x0)),this['editor']['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>this['_createCommentsArchiveButton'](_0x5872d3));const _0x5a49d2=this['editor']['plugins']['get'](p),_0x3eacb3=this['editor']['plugins']['get']('Annotations'),_0x2291a7=this['editor']['plugins']['get']('CommentsRepository');this['listenTo'](_0x5a49d2['archivedThreads'],'add',(_0x435e3e,_0x1f8187)=>{const _0x2f70e7=this['editor']['config']['get']('collaboration.channelId');if(!_0x2f70e7||_0x1f8187['channelId']===_0x2f70e7){const _0x4d9f13=_0x2291a7['_threadToController']['get'](_0x1f8187);if(!_0x4d9f13)return void this['_pendingThreads']['push'](_0x1f8187);const _0x305b94=this['_calculatePosition'](_0x1f8187['archivedAt']),_0x4501f7=_0x3eacb3['getByInnerView'](_0x4d9f13['view']);_0x4501f7['isVisible']&&_0x3eacb3['_visibleAnnotations']['remove'](_0x4501f7),this['annotationViews']['add'](_0x4501f7['view'],_0x305b94);}}),this['listenTo'](_0x3eacb3['collection'],'add',(_0x4649e3,_0x451045)=>{const _0x248d31=this['_pendingThreads']['find'](_0x27f543=>{const _0x50d40f=_0x2291a7['_threadToController']['get'](_0x27f543);return _0x50d40f&&_0x451045['innerView']===_0x50d40f['view'];});if(_0x248d31){const _0x448d6a=this['_calculatePosition'](_0x248d31['archivedAt']);this['annotationViews']['add'](_0x451045['view'],_0x448d6a),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x248d31),0x1);}}),this['listenTo'](_0x5a49d2['archivedThreads'],'remove',(_0x21934c,_0x12b208)=>{const _0x55d7d5=this['editor']['config']['get']('collaboration.channelId');if(!_0x55d7d5||_0x12b208['channelId']===_0x55d7d5){const _0x869718=_0x2291a7['_threadToController']['get'](_0x12b208),_0xb406e3=_0x3eacb3['getByInnerView'](_0x869718['view']);this['annotationViews']['remove'](_0xb406e3['view']),this['stopListening'](_0xb406e3['focusableElements']);}});}['_calculatePosition'](_0x589036){const _0x3eaa55=this['editor']['config']['get']('collaboration.channelId'),_0x75302d=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0xca5eb=>_0xca5eb['channelId']===_0x3eaa55)['findIndex'](_0x21e1e7=>_0x21e1e7['archivedAt']<_0x589036);return _0x75302d<0x0||_0x75302d>this['annotationViews']['length']?this['annotationViews']['length']:_0x75302d-0x1;}['_toggleDialog'](){const _0x3fc545=this['editor'],_0x5e1d82=_0x3fc545['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new X(_0x3fc545['locale'],this['annotationViews'])),'commentsArchive'===_0x5e1d82['id']?_0x5e1d82['hide']():_0x5e1d82['show']({'id':'commentsArchive','title':W(_0x3fc545['locale'],'COMMENTS_ARCHIVE'),'icon':Q,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x20419a['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x1f5811,_0x5ee186=!0x1){const _0x100dea=this['editor']['locale'],_0xb806ef=new _0x1f5811(_0x100dea);return _0xb806ef['bind']('isEnabled')['to'](this,'isEnabled'),_0xb806ef['set']({'label':W(_0x100dea,'COMMENTS_ARCHIVE'),'icon':Q}),_0x5ee186&&(_0xb806ef['tooltip']=!0x0),this['listenTo'](_0xb806ef,'execute',()=>this['_toggleDialog']()),_0xb806ef;}}class f extends _0x11884f{static get['requires'](){return[m,r,s,p,a,e,n,i,c];}static get['pluginName'](){return'Comments';}}export{V as AnnotationView,b as Annotations,j as AnnotationsUIs,ti as BaseCommentThreadView,oi as BaseCommentView,se as Comment,ie as CommentThread,wt as CommentThreadController,Tt as CommentThreadInputView,At as CommentView,f as Comments,xt as CommentsListView,e as CommentsOnly,m as CommentsRepository,s as CommentsUI,k as EditorAnnotations,c as InlineAnnotations,i as NarrowSidebar,n as WideSidebar};
|
|
23
|
+
import{Editor as mt,icons as _0x571478,ContextPlugin as _0x38ec7d,PendingActions as ht,Context as _0x1b4443,Command as _0x52484e,Plugin as _0x2895c1}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x499f94,uid as _0x342e96,KeystrokeHandler as Et,FocusTracker as _0xd45ad8,diff as _0x3fa742,Collection as _0x53529c,Rect as _0x4b870c,CKEditorError as _0x2919bb,priorities as Wt,scrollViewportToShowTarget as _0x364ea2,toUnit as Ht,DomEmitterMixin as _0x1282c8,keyCodes as _0x59daca}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x29c487,ConfirmMixin as _0x6963ae,trimHtml as _0x2f34b0,Users as lt,getDateTimeFormatter as dt,hashObject as ct,getAllMarkersDomElementsSorted as tt,surroundingMarkersDetector as _0x11d5dc}from'ckeditor5-collaboration/dist/index.js';import{throttle as bt,isEqual as ft,cloneDeep as ut,set as pt,unset as It,debounce as _0x13b1c5}from'lodash-es';import{EditorUIView as Xt,InlineEditableUIView as $t,LabelView as Yt,EditorUI as Ut,View as _t,ButtonView as _0x4b7d6d,ViewCollection as _0x4363c5,FocusCycler as _0x1d0997,createDropdown as _0x35c55b,ListView as _0x329f4b,ListItemView as _0x99cea6,MenuBarMenuListItemButtonView as _0x366b42,BodyCollection as _0x347b19,BalloonPanelView as _0x2d68e5,ContextualBalloon as _0x35eb92,Dialog as _0x3cf9fb,DialogViewPosition as _0x5ca412}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as zt,enablePlaceholder as Ft,MouseObserver as _0x4d7ea2}from'@ckeditor/ckeditor5-engine/dist/index.js';import{Clipboard as Bt,ClipboardMarkersUtils as Mt,ClipboardPipeline as Pt}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Enter as Gt,ShiftEnter as Jt}from'@ckeditor/ckeditor5-enter/dist/index.js';import{SelectAll as Kt}from'@ckeditor/ckeditor5-select-all/dist/index.js';import{Typing as Lt}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Undo as Nt}from'@ckeditor/ckeditor5-undo/dist/index.js';import{Paragraph as Qt}from'@ckeditor/ckeditor5-paragraph/dist/index.js';class wt extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x499f94(){['model'];['view'];constructor(_0x2cbdd1,_0x593c2c){super(),this['model']=_0x2cbdd1,this['model']['_isAttached']=!0x0,this['view']=_0x593c2c,this['listenTo'](_0x593c2c,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x593c2c,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x593c2c,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x593c2c,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x593c2c,'addComment',(_0x42d0df,_0x4e5cea)=>this['addComment'](_0x4e5cea)),this['listenTo'](_0x593c2c,'updateComment',(_0xcb438b,_0x5a4040,_0x63efb9)=>this['updateComment'](_0x5a4040,_0x63efb9)),this['listenTo'](_0x593c2c,'removeComment',(_0x102502,_0x3f73a7)=>this['removeComment'](_0x3f73a7));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x381318){this['model']['addComment']({'content':_0x381318,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x2349ce,_0x4df5c9){this['model']['getComment'](_0x2349ce)['update']({'content':_0x4df5c9});}['removeComment'](_0x5b39a8){this['model']['getComment'](_0x5b39a8)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function W(_0x3c48f0,_0x41870e,_0x47765c){const t=_0x3c48f0['t'];switch(_0x41870e){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'LEAVE_COMMENT_ANNOUNCEMENT':return t({'string':'Leaving\x20a\x20comment.','id':'LEAVE_COMMENT_ANNOUNCEMENT'});case'ENTER_COMMENT_ANNOUNCEMENT':return t({'string':'Entering\x20a\x20comment.','id':'ENTER_COMMENT_ANNOUNCEMENT'});case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x47765c);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'},_0x47765c);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'},_0x47765c);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'},_0x47765c);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'});default:return'';}}class Vt extends Xt{['main'];['_voiceLabelView'];['editable'];constructor(_0x1f4c73,_0x3cad36){super(_0x1f4c73);const _0x5253aa=_0x342e96();this['main']=this['createCollection'](),this['editable']=new $t(_0x1f4c73,_0x3cad36),this['_voiceLabelView']=this['_createVoiceLabel'](_0x5253aa,_0x1f4c73),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'role':'comment','dir':_0x1f4c73['uiLanguageDirection'],'lang':_0x1f4c73['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x5253aa},'children':[this['_voiceLabelView'],{'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']();}['_createVoiceLabel'](_0xd3cbab,_0x21d667){const _0x1298c9=new Yt();return _0x1298c9['text']=W(_0x21d667,'Comment\x20editor'),_0x1298c9['extendTemplate']({'attributes':{'id':'ck-editor__aria-label_'+_0xd3cbab,'class':'ck-voice-label'}}),_0x1298c9;}}class Ot extends Ut{['view'];constructor(_0x486e48){super(_0x486e48),this['view']=new Vt(_0x486e48['locale'],_0x486e48['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x235711=this['editor']['editing']['view'],_0x844346=this['view']['editable'],_0x2621c2=_0x235711['document']['getRoot']();_0x844346['name']=_0x2621c2['rootName'],this['view']['render']();const _0x2d2291=_0x844346['element'];this['setEditableElement'](_0x844346['name'],_0x2d2291),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x235711['attachDomRoot'](_0x2d2291),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Rt=[Bt,Gt,Jt,Kt,Lt,Nt,Qt];class St extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x499f94(mt){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Rt)());constructor(_0xdb1cbd={}){(_0xdb1cbd=Object['assign']({},_0xdb1cbd))['plugins']||(_0xdb1cbd['plugins']=St['defaultPlugins']),super(_0xdb1cbd),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 _0x28d4b4=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x28d4b4))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x59d75f=>{const _0x440934=this['model']['document']['getRoot'](),_0x545243=_0x440934&&_0x440934['getChild'](_0x440934['childCount']-0x1);_0x59d75f['setSelection'](_0x545243,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x537bde=this['editing']['view'],_0x44628c=_0x537bde['document']['getRoot'](),_0x756951=_0x44628c['getChild'](0x0);_0x44628c['childCount']>0x1||!_0x756951||'p'!=_0x756951['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(zt(_0x537bde,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x756951['placeholder']=this['placeholder']),Ft({'view':_0x537bde,'element':_0x756951,'keepOnFocus':!0x0}),this['placeholderElement']=_0x756951);}}class ei extends _t{['keystrokes'];['focusTracker'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0xd993ba,_0x4c37ec={}){super(_0xd993ba),this['editor']=null,this['_editorConfig']=_0x4c37ec,this['keystrokes']=new Et(),this['focusTracker']=new _0xd45ad8(),this['set']('value',_0x4c37ec['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',W(_0xd993ba,'Reply...')),this['set']('submitLabel',W(_0xd993ba,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),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',(_0x5db736,_0x39cd6c)=>{this['cancelButtonView']['fire']('execute'),_0x39cd6c();}),this['on']('submit',(_0x2219d9,_0x3f814c)=>{_0x3f814c['length']>0xfde8?(alert(W(_0xd993ba,'TOO_LONG_COMMENT_ALERT',[_0x3f814c['length'],0xfde8])),_0x2219d9['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['keystrokes']['listenTo'](this['element']),this['focusTracker']['add'](this['element']);}['createEditor'](){return this['editor']||(this['editor']=new St(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x4c38e4=this['editor'];this['element']['insertBefore'](_0x4c38e4['ui']['element'],this['element']['firstChild']),_0x4c38e4['model']['document']['on']('change',()=>this['value']=_0x4c38e4['getData']()),_0x4c38e4['bind']('placeholder')['to'](this),this['_initializeFocusCycling'](this['editor']),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](){this['editor']&&this['editor']['focus']();}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:_0x430b54}=this,_0x4978b9=new _0x4b7d6d(_0x430b54);return _0x4978b9['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x4978b9['withText']=!0x0,_0x4978b9['bind']('label')['to'](this,'submitLabel'),_0x4978b9['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x4978b9['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x1466da,_0x552cb6)=>!_0x552cb6&&!!_0x1466da['trim']()),_0x4978b9;}['_createCancelButton'](){const {locale:_0x5b5f94}=this,_0x37e294=new _0x4b7d6d(_0x5b5f94);return _0x37e294['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x37e294['label']=W(_0x5b5f94,'Cancel'),_0x37e294['withText']=!0x0,_0x37e294['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x37e294;}['_initializeFocusCycling'](_0x1c820c){const _0xdc69aa=this['focusTracker'],_0x43a39c=new _0x4363c5();[_0x1c820c['ui']['view'],this['submitButtonView'],this['cancelButtonView']]['forEach'](_0x1129f7=>{_0x43a39c['add'](_0x1129f7),_0xdc69aa['add'](_0x1129f7['element']);});const _0x4a9351=new _0x1d0997({'focusables':_0x43a39c,'focusTracker':_0xdc69aa});this['keystrokes']['set']('tab',(_0x154401,_0x45456a)=>{_0x4a9351['focusNext'](),_0x45456a();},{'priority':'low'}),this['keystrokes']['set']('shift\x20+\x20tab',(_0x26700f,_0x2b0300)=>{_0x4a9351['focusPrevious'](),_0x2b0300();},{'priority':'low'});}}class Tt extends _t{constructor(_0x481952,_0x18ed01,_0x363e02){super(_0x481952),this['commentInputView']=new ei(_0x481952,_0x363e02),this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x2f1207,_0x343a4d)=>_0x2f1207||!!_0x343a4d),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 _0x29c487(_0x481952,_0x18ed01),this['userView']['extendTemplate']({'attributes':{'class':'ck-thread__user'}}),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']]});}['destroy'](){return this['commentInputView']['destroy']()['then'](()=>super['destroy']());}}class ts extends _t{constructor(_0x409f45){super(_0x409f45);const _0x109d17=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x109d17['to']('count',_0x29a5ed=>W(_0x409f45,'NUMBER_OF_COMMENTS',_0x29a5ed))}]});}}class xt extends _t{['commentViews'];['resolvedCommentView'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x4ac366,_0x387987,_0x40bbf1){super(_0x4ac366),this['set']('hasDirtyComment',!0x1),this['set']('length',_0x387987['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x387987,this['_config']=_0x40bbf1,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['_collapsedCommentsView']=new ts(_0x4ac366),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x2e9cbe=>_0x2e9cbe-this['_config']['maxCommentsWhenCollapsed']);for(const _0x11f641 of _0x387987['comments'])this['_handleNewCommentModel'](_0x11f641);this['_handleInfoComment'](),this['listenTo'](_0x387987['comments'],'add',(_0x4a3586,_0x221404)=>{const _0x42aa09=this['_calculatePosition'](_0x221404);this['length']++,this['_handleNewCommentModel'](_0x221404,_0x42aa09),this['refreshVisibleViews']();}),this['listenTo'](_0x387987['comments'],'remove',(_0x4b355c,_0x18707a)=>{this['length']--,this['_handleRemoveCommentModel'](_0x18707a),this['refreshVisibleViews']();}),this['listenTo'](_0x387987,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x387987,'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']},'children':this['visibleViews']});}get['_shouldCollapse'](){return this['_model']['weight']>this['_config']['maxThreadTotalWeight']&&!this['isActive']&&!this['hasDirtyComment'];}['render'](){super['render'](),this['refreshVisibleViews']();}['focus'](){this['element']['focus']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x43c082 of this['commentViews'])_0x43c082['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x19bd98,_0x1b1223){const _0x4f1417=new this['_config']['CommentView'](this['locale'],_0x19bd98,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x4f1417['viewUid']=_0x19bd98['id'],_0x4f1417['delegate']('removeComment')['to'](this),_0x4f1417['delegate']('updateComment')['to'](this),_0x4f1417['delegate']('resolveCommentThread')['to'](this),_0x4f1417['delegate']('editorReady')['to'](this),_0x4f1417['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x4f1417,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x4f1417,_0x1b1223);}['_calculatePosition'](_0x3e55f2){const _0x1b0d93=this['_model']['_findOptimalIndex'](_0x3e55f2);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x3e55f2['authoredAt']?_0x1b0d93-0x1:_0x1b0d93:_0x1b0d93-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x6cbb61={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':W(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x6cbb61,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x6cbb61));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x328257){const _0x120595=this['commentViews']['remove'](_0x328257['id']);this['stopListening'](_0x120595),_0x120595['isEditMode']&&this['_updateHasDirtyComment'](),_0x120595['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x318945=>_0x318945['isEditMode']);}['_rearrangeCollapse'](){const _0x19f91a=function(_0x5ca468){const _0x52883d=new _0x53529c();for(const _0x4e8cee of _0x5ca468)_0x52883d['add'](_0x4e8cee);return _0x52883d;}(this['commentViews']),_0x29218d=this['_collapsedCommentsView']['count'];for(let _0x16e7a8=0x1;_0x16e7a8<=_0x29218d;_0x16e7a8++)_0x19f91a['remove'](0x1);for(const _0x2db72c of _0x19f91a)_0x2db72c['collapse']();_0x29218d>0x0&&_0x19f91a['add'](this['_collapsedCommentsView'],0x1),is(_0x3fa742(Array['from'](this['visibleViews']),Array['from'](_0x19f91a)),this['visibleViews'],_0x19f91a);}['_rearrangeExpand'](){is(_0x3fa742(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x2362ac of this['visibleViews'])_0x2362ac['expand']();}}function is(_0x18a509,_0x28faeb,_0x577016){let _0x330a17=0x0;for(const _0x1027bf of _0x18a509)switch(_0x1027bf){case'insert':_0x28faeb['add'](_0x577016['get'](_0x330a17),_0x330a17),_0x330a17++;break;case'delete':_0x28faeb['remove'](_0x330a17);break;case'equal':_0x330a17++;}}class Zt extends _t{['_model'];['reopenButtonView'];constructor(_0x406139,_0x974bbe){super(_0x406139);const _0x551cf4=this['bindTemplate'];this['_model']=_0x974bbe,this['reopenButtonView']=this['_createReopenButton'](),this['bind']('hasContext')['to'](this['_model'],'context',_0x44a200=>!!_0x44a200),this['bind']('contextValue')['to'](this['_model'],'context',_0x12aa2a=>_0x12aa2a&&_0x12aa2a['value']?this['_trimContextValue'](_0x12aa2a['value']):W(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',_0x551cf4['if']('hasContext','ck-context--quotes')]},'children':[{'tag':'span','attributes':{'class':['ck-context__value']},'children':[{'text':_0x551cf4['to']('contextValue')}]}]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions']();}['_createReopenButton'](){const _0x3d4c8b=new _0x4b7d6d(this['locale']);return _0x3d4c8b['label']=W(this['locale'],'Reopen'),_0x3d4c8b['tooltip']=W(this['locale'],'Reopen'),_0x3d4c8b['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>',_0x3d4c8b['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0xc85ea8=>!_0xc85ea8),_0x3d4c8b['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x5e6d09,_0x228e9f)=>_0x5e6d09&&_0x228e9f),_0x3d4c8b['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x3d4c8b;}['_trimContextValue'](_0x133c5b){if(_0x133c5b['length']<0x96)return _0x133c5b;const _0x16814c=_0x133c5b['lastIndexOf']('\x20',0x93);return _0x133c5b['substring'](0x0,_0x16814c>-0x1?_0x16814c:0x93)+'...';}['_attachContextActions'](){const _0x251588=this['element']['querySelector']('.ck-context'),_0xdc9f97=_0x251588['querySelector']('.ck-context__value');this['listenTo'](_0x251588,'mouseenter',()=>{_0xdc9f97['offsetWidth']<_0xdc9f97['scrollWidth']&&_0x251588['classList']['add']('overlay');}),this['listenTo'](_0x251588,'mouseleave',()=>{_0x251588['classList']['remove']('overlay');});}}class ti extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];constructor(_0x323962,_0x50e5ee,_0x598e7d,_0x1aa560){super(_0x323962),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x50e5ee,this['_localUser']=_0x598e7d,this['_config']=_0x1aa560,this['commentThreadHeaderView']=new Zt(_0x323962,_0x50e5ee),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x323962,_0x50e5ee,Object['assign']({'CommentView':this['_config']['CommentView']},_0x1aa560)),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',(_0x1416f0,_0x567137)=>_0x1416f0||!!_0x567137),this['bind']('isUnlinked')['to'](_0x50e5ee,'unlinkedAt',_0x19f3a2=>!!_0x19f3a2);}['focus'](){this['element']['focus']();}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x557629=new Tt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x102d14=_0x557629['commentInputView'];return _0x557629['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x102d14,'value',(_0x24f92f,_0x56439f,_0x10762a,_0x421640,_0x23cd82)=>!!_0x23cd82||!!_0x421640&&_0x10762a&&!_0x56439f||_0x24f92f&&_0x10762a&&!_0x56439f),_0x102d14['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x1561e4,_0x5a1570,_0x47e9a9)=>{let _0xc7b582;return _0xc7b582=_0x47e9a9&&_0x5a1570?'Reply\x20to\x20reopen\x20discussion...':_0x1561e4?'Reply...':'Write\x20a\x20comment...',W(this['locale'],_0xc7b582);}),_0x102d14['bind']('submitLabel')['to'](this,'length',_0x5685bc=>W(this['locale'],_0x5685bc?'Reply':'Comment')),_0x102d14['on']('submit',(_0x27b68a,_0x5eec19)=>{this['fire']('addComment',_0x5eec19),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x102d14['on']('cancel',()=>{this['focus']();}),_0x102d14['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x102d14['on']('cancel',_0x472985=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x472985['stop']());}),this['on']('change:isActive',(_0x48027a,_0x24ace3,_0x5a519e)=>{_0x5a519e||this['length']||_0x102d14['value']||this['fire']('removeCommentThread');}),_0x557629;}}class yt extends/* #__PURE__ -- @preserve */
|
|
27
|
+
_0x6963ae(ti){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0xc9261d,_0x51e88f,_0x493714,_0x4b77a0){super(_0xc9261d,_0x51e88f,_0x493714,_0x4b77a0),this['commentThreadChildren']=this['createCollection'](),this['commentThreadChildren']['addMany']([this['commentsListView'],this['commentThreadInputView']]),this['_model']['archivedAt']&&this['commentThreadChildren']['add'](this['commentThreadHeaderView'],0x0),this['_model']['on']('change:archivedAt',(_0x5c3e93,_0x1e7293,_0x2c7eeb)=>{_0x2c7eeb?this['commentThreadChildren']['has'](this['commentThreadHeaderView'])||this['commentThreadChildren']['add'](this['commentThreadHeaderView'],0x0):this['commentThreadChildren']['remove'](this['commentThreadHeaderView']);}),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0xc9261d,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x5ea7e6,_0x26647c,_0x57aed2)=>{_0x57aed2||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x3f9bb9,_0x6580d6,_0x1eaeb3)=>{_0x1eaeb3&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x5dc79e=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck-thread','ck-reset_all-excluded',_0x5dc79e['if']('isActive','ck-thread--active'),_0x5dc79e['if']('isUnlinked','ck-thread--unlinked'),_0x5dc79e['if']('isConfirm','ck-thread--remove-confirmation'),_0x5dc79e['to']('actionIndicator',_0x1a9ad0=>_0x1a9ad0?'ck-thread--'+_0x1a9ad0:'')],'data-thread-id':this['_model']['id'],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':'ck-thread__container'},'children':this['commentThreadChildren']}]};}['render'](){super['render'](),this['containerElement']=this['element']['querySelector']('.ck-thread__container');}['_cancelAllConfirms'](){this['cancelConfirm']();for(const _0x54ae47 of this['commentsListView']['commentViews'])_0x54ae47['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x3356ac}=this,_0x4892ca=this['commentsListView']['commentViews']['get'](0x0);_0x4892ca===this['_boundFirstCommentView']||_0x4892ca['isSystemComment']||(this['_boundFirstCommentView']=_0x4892ca,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x4892ca,'actionIndicator',_0xf84a22=>'remove'===_0xf84a22?'remove':null),_0x4892ca['placeholder']=W(_0x3356ac,'Write\x20a\x20comment...'),_0x4892ca['removeButton']['on']('execute',_0x180316=>{_0x180316['stop'](),this['showConfirm'](W(_0x3356ac,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),_0x4892ca['actionBar']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x41c266=new _0x4b7d6d(this['locale']);return _0x41c266['label']=W(this['locale'],'Resolve'),_0x41c266['tooltip']=W(this['locale'],'Resolve'),_0x41c266['icon']=_0x571478['check'],_0x41c266['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x41c266['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x4ab5f1=>!_0x4ab5f1),_0x41c266['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x3058e8,_0x2f0227)=>_0x3058e8&&!_0x2f0227),_0x41c266['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x41c266;}}class si extends _t{constructor(_0x584ef8){super(_0x584ef8),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x3de09c,_0x3ad05b,_0xa4a063)=>{this['element']['innerHTML']=_0xa4a063;}),this['element']['innerHTML']=this['content'];}}class oi extends _t{['visibleView'];['_model'];['_config'];constructor(_0x165ce9,_0x1efe43,_0x5b29d7){super(_0x165ce9),this['_model']=_0x1efe43,this['_config']=_0x5b29d7,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']());}['expand'](){this['isCollapsed']=!0x1;}['collapse'](){this['isEditMode']||(this['isCollapsed']=!0x0);}['focus'](){this['element']['focus']();}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']()));}['_createCommentContentView'](){const _0x396dca=new si(this['locale']);return _0x396dca['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x30191b,_0x2cd956)=>_0x2cd956?_0x2f34b0(_0x30191b,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x30191b),_0x396dca;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x2bde95=new ei(this['locale'],this['_config']['editorConfig']);return _0x2bde95['value']=this['_model']['content'],_0x2bde95['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x2bde95['submitLabel']=W(this['locale'],'Save'),_0x2bde95['on']('submit',(_0x45a227,_0x2553ae)=>{this['fire']('updateComment',this['_model']['id'],_0x2553ae),this['switchToDisplayMode'](),this['focus']();}),_0x2bde95['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x2bde95['once']('editorReady',()=>{_0x2bde95['focus']();}),_0x2bde95['createEditor'](),_0x2bde95['delegate']('editorReady')['to'](this),_0x2bde95['delegate']('editorDestroyed')['to'](this),_0x2bde95;}}class At extends/* #__PURE__ -- @preserve */
|
|
28
|
+
_0x6963ae(oi){['actionBar'];['userView'];constructor(_0x362c61,_0x1cbf1b,_0x5920e7){super(_0x362c61,_0x1cbf1b,_0x5920e7),this['set']('actionIndicator',null),this['set']('placeholder',W(_0x362c61,'Reply...')),this['bind']('authoredAt')['to'](_0x1cbf1b),this['bind']('resolvedAt')['to'](_0x1cbf1b),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['userView']=new _0x29c487(_0x362c61,_0x1cbf1b['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user']}}),this['listenTo'](_0x1cbf1b,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x1ab0cf=this['bindTemplate'],_0x4a9073=[{'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':_0x1ab0cf['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x1ab0cf['to']('authoredAt',_0x46ca8b=>this['_config']['formatDateTime'](_0x46ca8b))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x1ab0cf['if']('isEditMode','ck-comment__actions--hidden'),_0x1ab0cf['if']('isEditMode','ck-annotation__actions--hidden')]},'children':this['actionBar']},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']},'children':this['visibleView']}];return this['_model']['isExternal']&&_0x4a9073['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0x1ab0cf['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x1ab0cf['if']('isEditMode','ck-comment--edit'),_0x1ab0cf['if']('isSystemComment','ck-comment--info'),_0x1ab0cf['to']('actionIndicator',_0x347bb9=>_0x347bb9?'ck-comment--'+_0x347bb9:'')],'data-author-id':this['_model']['author']['id'],'data-comment-id':this['_model']['id']},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-comment__main','ck-annotation__main']},'children':_0x4a9073}]}]};}['_createEditButton'](){const _0x3c478a=new _0x4b7d6d(this['locale']);return _0x3c478a['label']=W(this['locale'],'Edit'),_0x3c478a['icon']=_0x571478['pencil'],_0x3c478a['withText']=!0x0,_0x3c478a['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x3c478a['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x32d6e5=>!_0x32d6e5),_0x3c478a['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x3c478a['on']('execute',()=>this['switchToEditMode']()),_0x3c478a;}['_createRemoveButton'](){const _0x59ca38=new _0x4b7d6d(this['locale']);return _0x59ca38['label']=W(this['locale'],'Remove'),_0x59ca38['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',_0x59ca38['withText']=!0x0,_0x59ca38['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x59ca38['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x6eee41=>!_0x6eee41),_0x59ca38['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x59ca38['on']('execute',()=>{this['showConfirm'](W(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x59ca38;}['_createDropdown'](){const _0x2577fa=_0x35c55b(this['locale']),_0x178b85=_0x2577fa['panelView']['children'],_0x575d93=new _0x329f4b(this['locale']),_0x35c440=(_0x9d8379,_0x14a44f=-0x1)=>{const _0x28bd62=new _0x99cea6(this['locale']);_0x28bd62['children']['add'](_0x9d8379);const _0x382a65=_0x14a44f>-0x1?_0x14a44f:_0x575d93['items']['length'];_0x575d93['items']['add'](_0x28bd62,_0x382a65),_0x2577fa['listenTo'](_0x9d8379,'change:isEnabled',()=>{_0x2577fa['isEnabled']=[...this['items']]['some'](_0x1f1e83=>_0x1f1e83['isEnabled']);}),_0x2577fa['listenTo'](_0x9d8379,'change:isVisible',()=>{_0x2577fa['buttonView']['isVisible']=[...this['items']]['some'](_0x186f0d=>_0x186f0d['isVisible']);});};_0x2577fa['panelPosition']='sw',_0x2577fa['buttonView']['set']({'label':W(this['locale'],'Show\x20more\x20items'),'icon':_0x571478['threeVerticalDots']}),_0x2577fa['isEnabled']=[...this['items']]['some'](_0x4eaf0c=>_0x4eaf0c['isEnabled']),_0x2577fa['buttonView']['isVisible']=[...this['items']]['some'](_0x4db656=>_0x4db656['isVisible']);for(const _0xec4c95 of this['items'])_0x35c440(_0xec4c95);return _0x178b85['add'](_0x575d93),_0x2577fa['listenTo'](this['items'],'add',(_0x5da990,_0x21f374,_0x231ff5)=>{_0x35c440(_0x21f374,_0x231ff5);}),_0x2577fa['listenTo'](this['items'],'remove',(_0x8f6efa,_0x116557,_0x1a8493)=>{_0x575d93['items']['remove'](_0x1a8493);}),_0x2577fa;}['_attachActions'](_0x575a3e,_0x1f0066){const _0x34a419=_0x575a3e&&_0x575a3e['element'];_0x34a419&&(this['listenTo'](_0x34a419,'mouseenter',()=>this['actionIndicator']=_0x1f0066),this['listenTo'](_0x34a419,'focus',()=>this['actionIndicator']=_0x1f0066),this['listenTo'](_0x34a419,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x34a419,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x1a0e86=super['_createCommentInputView']();return _0x1a0e86['bind']('placeholder')['to'](this),_0x1a0e86;}['getExternalCommentNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?W(this['locale'],'EXTERNAL_IMPORT_WORD_COMMENT'):W(this['locale'],'EXTERNAL_COMMENT');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?W(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):W(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}}function Dt(_0x43a78f){const _0x26d20f=bt(_0x43a78f,0x1e),_0x563c0d=new MutationObserver(_0x13653b=>{for(const _0x4ca57d of _0x13653b)('attributes'==_0x4ca57d['type']&&'class'==_0x4ca57d['attributeName']||'childList'==_0x4ca57d['type']||'characterData'==_0x4ca57d['type'])&&_0x26d20f();});return{'attach'(_0x1f193d){_0x563c0d['observe'](_0x1f193d,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x563c0d['disconnect'](),_0x26d20f['cancel']();}};}class V extends _t{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x517825,_0x3f86c7){super(_0x517825),this['id']=_0x342e96(),this['focusTracker']=new _0xd45ad8(),this['keystrokes']=new Et(),this['keystrokes']['set']('Esc',(_0x468b0f,_0x20e775)=>this['fire']('Esc',_0x20e775)),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']=Dt(()=>this['_updateHeight']()),this['content']=this['createCollection'](),this['content']['add'](_0x3f86c7),this['mainView']=_0x3f86c7;const _0x305e32=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x305e32['if']('isActive','ck-annotation-wrapper--active')],'tabindex':-0x1},'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['element']['focus']();}['_updateHeight'](){const _0x2aeac1=this['element']['clientHeight'];_0x2aeac1&&(this['height']=_0x2aeac1);}}class d extends/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x499f94(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x2b645,target:_0xa4df83,type:_0x39b4fa,isVisible:_0x3e5c17=!0x0}){super(),this['view']=_0x2b645,this['view']['element']||this['view']['render'](),this['_type']=_0x39b4fa,this['_target']=_0xa4df83,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x53529c([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0xc91da1,_0x136c4d)=>{this['view']['focusTracker']['add'](_0x136c4d);}),this['focusableElements']['on']('remove',(_0x29c87c,_0x4bdaf2)=>{this['view']['focusTracker']['remove'](_0x4bdaf2);}),this['set']('isVisible',_0x3e5c17);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x217845=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x217845),_0x217845;}get['targetRect'](){const _0x321f59=this['target'];if(null===_0x321f59)return null;if(_0x321f59 instanceof _0x4b870c)return _0x321f59;const _0x2beee9=_0x321f59['filter'](_0x35f2aa=>function(_0x3cf0eb){const _0x17a542=_0x3cf0eb['offsetParent'];if(_0x17a542)return!0x0;const _0x5d9448=_0x3cf0eb['getClientRects']()['item'](0x0);return!!_0x5d9448;}(_0x35f2aa));return 0x0===_0x2beee9['length']?null:new _0x4b870c(_0x2beee9[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0xfc6201){this['view']['isActive']=_0xfc6201,this['view']['mainView']['isActive']=_0xfc6201;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x1cee8f){if(!(null===_0x1cee8f||_0x1cee8f instanceof _0x4b870c||Array['isArray'](_0x1cee8f)&&_0x1cee8f['every'](_0x199898=>ee(_0x199898))))throw new _0x2919bb('annotation-invalid-target',null,{'target':_0x1cee8f});}['_getNormalizedTarget'](){const _0x1e53ee='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x1e53ee)?[_0x1e53ee]:_0x1e53ee;}}function ee(_0x611981){return null!==_0x611981&&'object'==typeof _0x611981&&'nodeType'in _0x611981&&0x1===_0x611981['nodeType'];}class x extends _0x53529c{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x224f96=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0xd45ad8(),this['_focusTracker']['on']('change:isFocused',(_0x35248a,_0x1910c1,_0x1f5874)=>{_0x1f5874||this['fire']('blur');});for(const _0x2ac105 of _0x224f96)this['add'](_0x2ac105);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x195c85){if(this['has'](_0x195c85))throw new _0x2919bb('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x195c85['innerView'],_0x195c85),this['_viewToAnnotation']['set'](_0x195c85['view'],_0x195c85);for(const _0x1f966e of _0x195c85['focusableElements'])this['_focusTracker']['add'](_0x1f966e);this['listenTo'](_0x195c85['focusableElements'],'add',(_0x2ea3fb,_0x26c321)=>{this['_focusTracker']['add'](_0x26c321);}),this['listenTo'](_0x195c85['focusableElements'],'remove',(_0x277c83,_0x362eaf)=>{this['_focusTracker']['remove'](_0x362eaf);}),this['listenTo'](_0x195c85['view']['focusTracker'],'change:isFocused',(_0x55d3a2,_0x2cb340,_0x3884db)=>{_0x3884db&&this['fire']('focus',_0x195c85);}),_0x195c85['updateTargetRect']();const _0x187ffc=this['_getOrderInContent'](_0x195c85['view']['targetRect']);return super['add'](_0x195c85,_0x187ffc);}['remove'](_0x3f967d){if(!this['has'](_0x3f967d))throw new _0x2919bb('annotationcollection-not-existing-item',null);this['stopListening'](_0x3f967d['view']['focusTracker']),this['stopListening'](_0x3f967d['focusableElements']);for(const _0x2f2752 of _0x3f967d['focusableElements'])this['_focusTracker']['remove'](_0x2f2752);return this['_viewToAnnotation']['delete'](_0x3f967d['view']),this['_innerViewToAnnotation']['delete'](_0x3f967d['innerView']),super['remove'](_0x3f967d);}['getByInnerView'](_0x293fed){return this['_innerViewToAnnotation']['get'](_0x293fed);}['getByView'](_0x7ba782){return this['_viewToAnnotation']['get'](_0x7ba782);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x29076d of this)_0x29076d['updateTargetRect']();this['_sort']();}['_sort'](){const _0x3bdde8=Array['from'](this)['sort']((_0x1a768d,_0x4992d0)=>v(_0x1a768d['view']['targetRect'],_0x4992d0['view']['targetRect']));for(let _0x5db9bd=_0x3bdde8['length']-0x1;_0x5db9bd>0x0;_0x5db9bd--){const _0x355ed3=_0x3bdde8[_0x5db9bd];_0x5db9bd!==this['getIndex'](_0x355ed3)&&(this['remove'](_0x355ed3),this['add'](_0x355ed3));}}['_getOrderInContent'](_0x519e06){let _0x27705c=0x0;if(!_0x519e06)return this['length'];for(const _0x1c4ce0 of this){const _0x550a03=_0x1c4ce0['view']['targetRect'];if(_0x550a03){if(v(_0x519e06,_0x550a03)<0x0)return _0x27705c;_0x27705c++;}}return _0x27705c;}}function v(_0x4f6439,_0x3cf405){if(null===_0x4f6439&&null===_0x3cf405)return 0x0;if(null===_0x4f6439)return-0x1;if(null===_0x3cf405)return 0x1;const _0x16cdea=_0x4f6439['top']-_0x3cf405['top'];return 0x0==_0x16cdea?_0x4f6439['left']-_0x3cf405['left']:_0x16cdea;}class b extends _0x38ec7d{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x7e8661){super(_0x7e8661),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations']();}['add'](_0x109968){this['collection']['add'](_0x109968);}['remove'](_0xa348f){this['collection']['remove'](_0xa348f),_0xa348f['destroy']();}['refreshVisibility'](){for(const _0x416f7b of this['collection'])_0x416f7b['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x54e233){return this['collection']['getByInnerView'](_0x54e233);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x20fa4b of this['collection'])_0x20fa4b['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x315774){this['fire']('_activateAnnotation',_0x315774);}['createAnnotation'](_0x4c32db){return new d(_0x4c32db);}['createAnnotationView'](_0x2a4ee8,_0x32e218){return new V(_0x2a4ee8,_0x32e218);}['_addActiveAnnotation'](_0xbe85fe){const _0x151151=new Set(this['activeAnnotations']);_0x151151['add'](_0xbe85fe),this['activeAnnotations']=_0x151151;}['_removeActiveAnnotation'](_0xebca2f){const _0x2236b0=new Set(this['activeAnnotations']);_0x2236b0['delete'](_0xebca2f),this['activeAnnotations']=_0x2236b0;}['_bindAnnotationsToVisibleAnnotations'](){const _0x72cb30=this['collection'],_0x301fe3=this['_visibleAnnotations'];function _0x155522(_0x40e365){const _0x524b78=_0x40e365['source'];_0x524b78['isVisible']&&!_0x301fe3['has'](_0x524b78)?_0x301fe3['add'](_0x524b78):!_0x524b78['isVisible']&&_0x301fe3['has'](_0x524b78)&&_0x301fe3['remove'](_0x524b78),_0x524b78['view']['focusTracker']['remove'](_0x524b78['view']['element']),_0x524b78['view']['focusTracker']['add'](_0x524b78['view']['element']);}this['listenTo'](_0x72cb30,'add',(_0x3683ac,_0x36976b)=>{_0x36976b['isVisible']&&_0x301fe3['add'](_0x36976b),this['listenTo'](_0x36976b,'change:isVisible',_0x155522);}),this['listenTo'](_0x72cb30,'remove',(_0x2864e6,_0xb12e8d)=>{_0x301fe3['has'](_0xb12e8d)&&_0x301fe3['remove'](_0xb12e8d),this['stopListening'](_0xb12e8d,'change:isVisible',_0x155522);});}}const Ct=Symbol('noChannel'),vt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x38ec7d{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[b,ht,lt];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x38eab3){super(_0x38eab3),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 _0x4f3712=this['context']['config'];_0x4f3712['define']('comments.maxCommentsWhenCollapsed',0x2),_0x4f3712['define']('comments.maxThreadTotalWeight',0x1f4),_0x4f3712['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x4f3712['define']('comments.CommentThreadView',yt),_0x4f3712['define']('comments.CommentView',At),_0x4f3712['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x37fd9a=this['context']['plugins']['get'](b);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x413798,_0x3ec09d)=>this['_addCommentThread'](_0x3ec09d)),this['on']('submitCommentThread',(_0x2b957e,_0x9ece56)=>this['_submitCommentThread'](_0x9ece56)),this['on']('resolveCommentThread',(_0x39c670,_0x2966a5)=>this['_resolveCommentThread'](_0x2966a5)),this['on']('resolveCommentThread',(_0x49137d,_0x54b8b2)=>this['_updateActiveAnnotation'](_0x54b8b2),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x218787,_0x371c72)=>this['_reopenCommentThread'](_0x371c72)),this['on']('reopenCommentThread',(_0x211622,_0x2545d8)=>this['_updateActiveAnnotation'](_0x2545d8),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x17ac77,_0x1e5249)=>this['_removeCommentThread'](_0x1e5249)),this['on']('updateCommentThread',(_0x53f10a,_0x5d004e)=>this['_updateCommentThread'](_0x5d004e)),this['on']('updateCommentThread',(_0x3acb01,_0x4f0f39)=>this['_updateActiveAnnotation'](_0x4f0f39),{'priority':'lowest'}),this['on']('addComment',(_0x340727,_0x4fbf9a)=>this['_addComment'](_0x4fbf9a)),this['on']('updateComment',(_0x3f1c11,_0x53b7cf)=>this['_updateComment'](_0x53b7cf)),this['on']('removeComment',(_0x12a4ec,_0x5b7e3e)=>this['_removeComment'](_0x5b7e3e)),this['on']('addComment',(_0x26138a,{threadId:_0x5da240,isFromAdapter:_0x3fbd7f})=>{if(_0x3fbd7f)return;const _0x3718f1=this['getCommentThread'](_0x5da240),_0x6b0a9e=_0x3718f1&&this['_threadToController']['get'](_0x3718f1);_0x6b0a9e&&_0x6b0a9e['view']['focus']();},{'priority':'lowest'}),this['listenTo'](_0x37fd9a,'change:activeAnnotations',(_0x115884,_0x4793d9,_0x5ebbf3)=>{const _0x358bdd=Array['from'](_0x5ebbf3)['map'](_0x6ccbb1=>this['_viewToController']['get'](_0x6ccbb1['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x358bdd?_0x358bdd['model']:null;});}['afterInit'](){!function(_0x146924){function _0x55f9af(_0xdfc5e5,_0x583778,_0x2307cc){const _0x4b99b5={};_0x4b99b5[_0x6cd98f([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x4b99b5[_0x6cd98f([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],_0x4b99b5[_0x6cd98f([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],_0x4b99b5[_0x6cd98f([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],_0x4b99b5[_0x6cd98f([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],_0x4b99b5[_0x6cd98f([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],_0x4b99b5[_0x6cd98f([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],_0x4b99b5[_0x6cd98f([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],_0x4b99b5[_0x6cd98f([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],_0x4b99b5[_0x6cd98f([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],_0x4b99b5[_0x6cd98f([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 _0x1d959e=new Uint8Array(0x10);for(let _0x443d69=0xf;_0x443d69>=0x0;--_0x443d69)_0x1d959e[_0x443d69]=_0x2307cc%0x100,_0x2307cc=parseInt(_0x2307cc/0x100);let _0x3dd934=null,_0x3b3827=0x10;const _0x3611ef=new Uint8Array(_0x583778),_0x547c2b=[],_0xb6a89a=[];_0x3e7748();for(let _0x1eb672=0x0;_0x1eb672<_0xdfc5e5[_0x6cd98f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1eb672++)0x10===_0x3b3827&&(_0x3dd934=_0x47f522(_0x1d959e),_0x3b3827=0x0,_0x27f971(_0x1d959e)),_0xdfc5e5[_0x1eb672]^=_0x3dd934[_0x3b3827++];return _0xdfc5e5;function _0x253665(_0x188919){const _0x4e9869=[];for(let _0x128680=0x0;_0x128680<_0x188919[_0x6cd98f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x128680+=0x4)_0x4e9869[_0x6cd98f([0x70,0x75,0x73,0x68])](_0x188919[_0x128680]<<0x18|_0x188919[_0x128680+0x1]<<0x10|_0x188919[_0x128680+0x2]<<0x8|_0x188919[_0x128680+0x3]);return _0x4e9869;}function _0x27f971(_0x4fdda7){for(let _0x30de85=0xf;_0x30de85>=0x0;_0x30de85--){if(0xff!==_0x4fdda7[_0x30de85]){_0x4fdda7[_0x30de85]++;break;}_0x4fdda7[_0x30de85]=0x0;}}function _0x47f522(_0x3f1dd2){const _0x49ac9f=_0x547c2b[_0x6cd98f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x44cfab=[0x0,0x0,0x0,0x0];let t=_0x253665(_0x3f1dd2);for(let _0x32feaf=0x0;_0x32feaf<0x4;_0x32feaf++)t[_0x32feaf]^=_0x547c2b[0x0][_0x32feaf];for(let _0x9a7ddd=0x1;_0x9a7ddd<_0x49ac9f;_0x9a7ddd++){for(let _0x49e2bc=0x0;_0x49e2bc<0x4;_0x49e2bc++)_0x44cfab[_0x49e2bc]=_0x4b99b5[_0x6cd98f([0x54,0x31])][t[_0x49e2bc]>>0x18&0xff]^_0x4b99b5[_0x6cd98f([0x54,0x32])][t[(_0x49e2bc+0x1)%0x4]>>0x10&0xff]^_0x4b99b5[_0x6cd98f([0x54,0x33])][t[(_0x49e2bc+0x2)%0x4]>>0x8&0xff]^_0x4b99b5[_0x6cd98f([0x54,0x34])][0xff&t[(_0x49e2bc+0x3)%0x4]]^_0x547c2b[_0x9a7ddd][_0x49e2bc];t=_0x44cfab[_0x6cd98f([0x73,0x6c,0x69,0x63,0x65])]();}const _0x220ddf=new Uint8Array(0x10);let _0x49353c;for(let _0x54d1c7=0x0;_0x54d1c7<0x4;_0x54d1c7++)_0x49353c=_0x547c2b[_0x49ac9f][_0x54d1c7],_0x220ddf[0x4*_0x54d1c7]=0xff&(_0x4b99b5[_0x6cd98f([0x53])][t[_0x54d1c7]>>0x18&0xff]^_0x49353c>>0x18),_0x220ddf[0x4*_0x54d1c7+0x1]=0xff&(_0x4b99b5[_0x6cd98f([0x53])][t[(_0x54d1c7+0x1)%0x4]>>0x10&0xff]^_0x49353c>>0x10),_0x220ddf[0x4*_0x54d1c7+0x2]=0xff&(_0x4b99b5[_0x6cd98f([0x53])][t[(_0x54d1c7+0x2)%0x4]>>0x8&0xff]^_0x49353c>>0x8),_0x220ddf[0x4*_0x54d1c7+0x3]=0xff&(_0x4b99b5[_0x6cd98f([0x53])][0xff&t[(_0x54d1c7+0x3)%0x4]]^_0x49353c);return _0x220ddf;}function _0x3e7748(){const _0x243f0d=_0x4b99b5[_0x6cd98f([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x3611ef[_0x6cd98f([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x5cf5fd=0x0;_0x5cf5fd<=_0x243f0d;_0x5cf5fd++)_0x547c2b[_0x6cd98f([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0xb6a89a[_0x6cd98f([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x53c52a=0x4*(_0x243f0d+0x1),_0x3bf7df=_0x3611ef[_0x6cd98f([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x1c1bdc=_0x253665(_0x3611ef);let _0x2f79a5;for(let _0x329bf2=0x0;_0x329bf2<_0x3bf7df;_0x329bf2++)_0x2f79a5=_0x329bf2>>0x2,_0x547c2b[_0x2f79a5][_0x329bf2%0x4]=_0x1c1bdc[_0x329bf2],_0xb6a89a[_0x243f0d-_0x2f79a5][_0x329bf2%0x4]=_0x1c1bdc[_0x329bf2];let _0x54d236,_0x2fc116=0x0,t=_0x3bf7df;for(;t<_0x53c52a;){_0x54d236=_0x1c1bdc[_0x3bf7df-0x1],_0x1c1bdc[0x0]^=_0x4b99b5[_0x6cd98f([0x53])][_0x54d236>>0x10&0xff]<<0x18^_0x4b99b5[_0x6cd98f([0x53])][_0x54d236>>0x8&0xff]<<0x10^_0x4b99b5[_0x6cd98f([0x53])][0xff&_0x54d236]<<0x8^_0x4b99b5[_0x6cd98f([0x53])][_0x54d236>>0x18&0xff]^_0x4b99b5[_0x6cd98f([0x72,0x63,0x6f,0x6e])][_0x2fc116]<<0x18,_0x2fc116+=0x1;for(let _0x974737=0x1;_0x974737<_0x3bf7df/0x2;_0x974737++)_0x1c1bdc[_0x974737]^=_0x1c1bdc[_0x974737-0x1];_0x54d236=_0x1c1bdc[_0x3bf7df/0x2-0x1],_0x1c1bdc[_0x3bf7df/0x2]^=_0x4b99b5[_0x6cd98f([0x53])][0xff&_0x54d236]^_0x4b99b5[_0x6cd98f([0x53])][_0x54d236>>0x8&0xff]<<0x8^_0x4b99b5[_0x6cd98f([0x53])][_0x54d236>>0x10&0xff]<<0x10^_0x4b99b5[_0x6cd98f([0x53])][_0x54d236>>0x18&0xff]<<0x18;for(let _0x22608a=_0x3bf7df/0x2+0x1;_0x22608a<_0x3bf7df;_0x22608a++)_0x1c1bdc[_0x22608a]^=_0x1c1bdc[_0x22608a-0x1];let _0x30038b,_0x27141e,_0x4006a2=0x0;for(;_0x4006a2<_0x3bf7df&&t<_0x53c52a;)_0x30038b=t>>0x2,_0x27141e=t%0x4,_0x547c2b[_0x30038b][_0x27141e]=_0x1c1bdc[_0x4006a2],_0xb6a89a[_0x243f0d-_0x30038b][_0x27141e]=_0x1c1bdc[_0x4006a2++],t++;}for(let _0xdcb88d=0x1;_0xdcb88d<_0x243f0d;_0xdcb88d++)for(let _0x36d5f2=0x0;_0x36d5f2<0x4;_0x36d5f2++)_0x54d236=_0xb6a89a[_0xdcb88d][_0x36d5f2],_0xb6a89a[_0xdcb88d][_0x36d5f2]=_0x4b99b5[_0x6cd98f([0x55,0x31])][_0x54d236>>0x18&0xff]^_0x4b99b5[_0x6cd98f([0x55,0x32])][_0x54d236>>0x10&0xff]^_0x4b99b5[_0x6cd98f([0x55,0x33])][_0x54d236>>0x8&0xff]^_0x4b99b5[_0x6cd98f([0x55,0x34])][0xff&_0x54d236];}}function _0x6cd98f(_0x45c6d5){return _0x45c6d5['map'](_0x4b8350=>String['fromCharCode'](_0x4b8350))['join']('');}(_0x4612e7=>{function _0x391c8b(){const _0x2280ca=[{[_0x6cd98f([0x69,0x64])]:0x1,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x6cd98f([0x69,0x64])]:0x2,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([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]),[_0x6cd98f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x6cd98f([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x6cd98f([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x6cd98f([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x6cd98f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x6cd98f([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x6cd98f([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x6cd98f([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x6cd98f([0x69,0x64])]:0x3,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x6cd98f([0x69,0x64])]:0x4,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([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]),[_0x6cd98f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x6cd98f([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x6cd98f([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x6cd98f([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x6cd98f([0x69,0x64])]:0x5,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([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]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x6cd98f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x6cd98f([0x66,0x67,0x69])]:[0xc]}},{[_0x6cd98f([0x69,0x64])]:0x6,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x6cd98f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x6cd98f([0x66,0x67,0x69])]:[0xc]}},{[_0x6cd98f([0x69,0x64])]:0x7,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x6cd98f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x6cd98f([0x66,0x67,0x69])]:[0xc]}},{[_0x6cd98f([0x69,0x64])]:0x8,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([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]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x6cd98f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x6cd98f([0x66,0x67,0x69])]:[0xc]}},{[_0x6cd98f([0x69,0x64])]:0x9,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x6cd98f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x6cd98f([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x6cd98f([0x69,0x64])]:0xa,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([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]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([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]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([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]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x6cd98f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x6cd98f([0x66,0x67,0x69])]:[0xc]}},{[_0x6cd98f([0x69,0x64])]:0xb,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x6cd98f([0x69,0x64])]:0xc,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x6cd98f([0x69,0x64])]:0xd,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x6cd98f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x6cd98f([0x66,0x67,0x69])]:[0xc]}},{[_0x6cd98f([0x69,0x64])]:0xe,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x6cd98f([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([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])},{[_0x6cd98f([0x69,0x64])]:0xf,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x6cd98f([0x69,0x64])]:0x10,[_0x6cd98f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x6cd98f([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x6cd98f([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x6cd98f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x6cd98f([0x66,0x67,0x69])]:[0xc]}}];return _0x299232(_0x2280ca),_0x2280ca;function _0x3f87cd(_0x45db44){return 0x1<<_0x45db44-0x1;}function _0x299232(_0x26c5e1){_0x26c5e1[_0x6cd98f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x467a27=>{_0x467a27[_0x6cd98f([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x3f87cd(_0x467a27[_0x6cd98f([0x69,0x64])]),_0x587760(_0x467a27)&&_0x467a27[_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x299232(_0x467a27[_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x587760(_0x4262c6){return _0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x4262c6;}const _0x1eeca1=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x1b4e58=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x41e7dd(_0x384ba5){const _0x2b9f43=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x433d39(_0x384ba5,new Uint8Array([..._0x1eeca1,..._0x2b9f43,..._0x1b4e58]));}function _0x433d39(_0x27055f,_0x2e4cb1){const _0x5449ab=_0x2ccc8e(_0x27055f),_0x31921d=Array[_0x6cd98f([0x66,0x72,0x6f,0x6d])](_0xaff963(_0x5449ab)),_0x13b0c4=_0x31921d[_0x6cd98f([0x70,0x6f,0x70])](),_0x458f17=_0x31921d[_0x6cd98f([0x70,0x6f,0x70])]();return _0x304324(_0x55f9af(_0x31921d,_0x2e4cb1,_0x458f17+0x100*_0x13b0c4));}function _0x2ccc8e(_0x4691a2){const _0x54350e=atob(_0x4691a2),[_0x259f37,_0x5c694d]=_0x54350e[_0x6cd98f([0x73,0x70,0x6c,0x69,0x74])](_0x6cd98f([0x2d]));try{if(atob(_0x5c694d))return atob(_0x259f37);}catch(_0x475b04){}return _0x54350e;}function _0x20a115(_0x589e19){try{const _0x3a30f2=_0x41e7dd(_0x589e19),_0xa38c7a=JSON[_0x6cd98f([0x70,0x61,0x72,0x73,0x65])](_0x3a30f2),_0x41c25b=parseInt(_0xa38c7a[_0x6cd98f([0x31])]),_0x27ee66=_0xa38c7a[_0x6cd98f([0x32])]||'',_0x8bb118=parseInt(_0xa38c7a[_0x6cd98f([0x33])]),_0x519b65=parseInt(_0xa38c7a[_0x6cd98f([0x34])])||0x0,_0x5e1530=parseInt(_0xa38c7a[_0x6cd98f([0x35])])||0x0;return{[_0x6cd98f([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x27ee66,[_0x6cd98f([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x519b65,[_0x6cd98f([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x41c25b,[_0x6cd98f([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x8bb118,[_0x6cd98f([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x5e1530};}catch(_0x49ccb6){return null;}}const _0x3a00e0=_0x391c8b(),_0x2c82a4={[_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x751461,[_0x6cd98f([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])]:_0x3b3ada,[_0x6cd98f([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])]:_0x198cf9},_0xee07e9=_0x4612e7[_0x6cd98f([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x1d9a41=_0x6cd98f([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x4612e7?_0x4612e7['context']:_0x4612e7['editor'],_0xfc8f6d=_0x6cd98f([0x34,0x30,0x34,0x38,0x31,0x34,0x32,0x30]),_0xeff842=_0x6cd98f([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]),_0x546526=_0x1d9a41['config']['get'](_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x386a4b=_0x3a00e0[_0x6cd98f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x587760)[_0x6cd98f([0x66,0x69,0x6e,0x64])](_0x5d8718=>_0x5d8718[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0xee07e9);function _0x97fa3f(_0x5a2bb3,_0x22742b){_0x2c82a4[_0x22742b[_0x6cd98f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x5a2bb3,_0x22742b),_0x22742b[_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x22742b[_0x6cd98f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x6cd98f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x22cac6=>_0x38383d(_0x1d9a41,_0x22cac6[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x6cd98f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2fcd09=>_0x97fa3f(_0x5a2bb3,_0x2fcd09));}function _0x751461(_0x5c5c75,_0x19a3e5){_0x48ac24(_0x1c3673(_0x5c5c75,_0x19a3e5),_0x19a3e5);}function _0x3b3ada(_0x153b8e,_0x5c8ac4){function _0x128652(_0x5eeb58,_0x1667a3){try{if(_0x38383d(_0x1d9a41,_0x6cd98f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x5eeb58){const _0x1a40c9=_0x1aaf37(_0x1d9a41,_0x6cd98f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x6cd98f([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x1a40c9)/0x2>_0x5eeb58[_0x6cd98f([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x12e677(_0x1667a3[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x1c3673(_0x5eeb58,_0x1667a3);}catch(_0x4dd9f0){return _0x12e677(_0x1667a3[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x48ac24(_0x128652(_0x153b8e,_0x5c8ac4),_0x5c8ac4);}function _0x198cf9(_0x5c94cf,_0x37f8d8){const _0x4583cc=_0x1b4e58[0x0]*_0x1eeca1[0x1],_0x90d736=_0x1b4e58[0x0]*_0x1eeca1[0x2],_0x147e7a=_0x1b4e58[0x2]*_0x1eeca1[0x2];_0x38383d(_0x1d9a41,_0x6cd98f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x1aaf37(_0x1d9a41,_0x6cd98f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x6cd98f([0x73,0x74,0x61,0x74,0x65])]==_0x6cd98f([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x55eb2f()]=_0x147e7a);function _0x54e827(_0xbfb8e,_0x1e353f){try{return _0x59d1e2()?_0x12e677(_0x1e353f[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x56,0x61,0x6c,0x69,0x64])):_0x1c3673(_0xbfb8e,_0x1e353f);}catch(_0x49d52b){return _0x12e677(_0x1e353f[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x25d2cb(_0x470380,_0x108651){const _0xec6912=0x7;if(_0x470380==_0x108651[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x5b74c5();else{if(_0x470380==_0x108651[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x54,0x72,0x69,0x61,0x6c])){const _0x3f270d=_0x1ea997();_0x3f270d&&_0x5746ea(_0x3f270d,_0x108651[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x5267f3=_0x57de5d();window[_0x6cd98f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x5746ea(_0x6cd98f([0x74,0x69,0x6d,0x65]),_0x108651[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x5267f3);const _0x553b67=_0x1aaf37(_0x1d9a41,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x6cd98f([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x553b67[_0x6cd98f([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0xec6912?_0x5746ea(_0x6cd98f([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x108651[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x553b67['on'](_0x6cd98f([0x61,0x64,0x64]),()=>{_0x553b67[_0x6cd98f([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0xec6912&&_0x5746ea(_0x6cd98f([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x108651[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x1ea997(){if(!_0x38383d(_0x1d9a41,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x3e24eb in window)if(Number['isNaN'](Number(_0x3e24eb))){if(window[_0x3e24eb]===_0x4583cc)return _0x6cd98f([0x74,0x69,0x6d,0x65]);if(window[_0x3e24eb]===_0x90d736)return _0x6cd98f([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x59d1e2(){if(!_0x38383d(_0x1d9a41,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x5289b0 in window)if(Number['isNaN'](Number(_0x5289b0))&&window[_0x5289b0]===_0x147e7a)return!0x0;return!0x1;}function _0x5746ea(_0x5a68f7,_0x25eb8f){_0x5b74c5(),_0x12e677(_0x25eb8f+_0x6cd98f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x5a68f7),window[_0x55eb2f()]=_0x5a68f7===_0x6cd98f([0x74,0x69,0x6d,0x65])?_0x4583cc:_0x90d736;}function _0x57de5d(){let _0x16f576=_0x1b4e58[0x6]*_0x1eeca1[0x8]*_0x1eeca1[0x6];return _0x38383d(_0x1d9a41,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x16f576/=0xa),_0x16f576;}function _0x5b74c5(){const _0x4902f3=_0x1d9a41;function _0x25d13b(){_0x38383d(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x1aaf37(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x6cd98f([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x6cd98f([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x1aaf37(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x6cd98f([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x1aaf37(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x6cd98f([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x445385,_0x1aaf37(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x6cd98f([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x445385,_0x4902f3[_0x6cd98f([0x6d,0x6f,0x64,0x65,0x6c])][_0x6cd98f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x445385,_0x4902f3[_0x6cd98f([0x6d,0x6f,0x64,0x65,0x6c])][_0x6cd98f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x445385,_0x4902f3[_0x6cd98f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x6cd98f([0x6d,0x6f,0x64,0x65,0x6c]))),_0x38383d(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x1aaf37(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x6cd98f([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x6cd98f([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x1aaf37(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x6cd98f([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x1aaf37(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x6cd98f([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x445385,_0x1aaf37(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x6cd98f([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x445385);}_0x4902f3[_0x6cd98f([0x73,0x74,0x61,0x74,0x65])]==_0x6cd98f([0x72,0x65,0x61,0x64,0x79])?_0x25d13b():_0x4902f3[_0x6cd98f([0x6f,0x6e,0x63,0x65])](_0x6cd98f([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x38383d(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x25d13b(),_0x38383d(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x450321=_0x1aaf37(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x5b1f18=_0x450321['getRevision'](0x0),_0x331d15=_0x450321['getEarlierVisibleRevision'](_0x5b1f18[_0x6cd98f([0x69,0x64])]);_0x1aaf37(_0x4902f3,_0x6cd98f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x6cd98f([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x5b1f18[_0x6cd98f([0x69,0x64])],_0x331d15?_0x331d15[_0x6cd98f([0x69,0x64])]:null,0x1)['then'](()=>_0x25d13b());}});}_0x25d2cb(_0x54e827(_0x5c94cf,_0x37f8d8),_0x37f8d8);}function _0x1c3673(_0x29f8d5,_0x315ab5){try{return _0x35650d(_0x315ab5)?_0x12e677(_0x315ab5[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x56,0x61,0x6c,0x69,0x64])):_0x29f8d5&&_0x3d5812(_0x29f8d5[_0x6cd98f([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x315ab5)?_0x29f8d5[_0x6cd98f([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x6cd98f([0x6f,0x70,0x65,0x6e])][_0x6cd98f([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0xfc8f6d)/0x2>_0x29f8d5[_0x6cd98f([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x12e677(_0x315ab5[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x29f8d5[_0x6cd98f([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x12e677(_0x315ab5[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x54,0x72,0x69,0x61,0x6c])):_0x12e677(_0x315ab5[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x56,0x61,0x6c,0x69,0x64])):_0x12e677(_0x315ab5[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x480ec0){return _0x12e677(_0x315ab5[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x48ac24(_0x575042,_0x384f37){if(_0x1d9a41 instanceof _0x1b4443){const _0x342ee3=_0x1d9a41;_0x575042==_0x384f37[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x1e418f(_0x342ee3):_0x575042==_0x384f37[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x54,0x72,0x69,0x61,0x6c])&&window[_0x6cd98f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x1e418f(_0x342ee3),_0x12e677(_0x384f37[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x1b4e58[0x6]*_0x1eeca1[0x8]*_0x1eeca1[0x6]),_0x342ee3[_0x6cd98f([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x6cd98f([0x6f,0x6e])](_0x6cd98f([0x61,0x64,0x64]),(_0x489133,_0x24305b)=>{_0x575042!=_0x384f37[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x575042!=_0x384f37[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x575042!=_0x384f37[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x508907(_0x24305b);});}else{const _0x17535b=_0x1d9a41;_0x575042==_0x384f37[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x508907(_0x17535b):_0x575042==_0x384f37[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x54,0x72,0x69,0x61,0x6c])&&_0x17535b[_0x6cd98f([0x6f,0x6e])](_0x6cd98f([0x72,0x65,0x61,0x64,0x79]),()=>{let _0xd32b07=0x0;_0x17535b[_0x6cd98f([0x6d,0x6f,0x64,0x65,0x6c])][_0x6cd98f([0x6f,0x6e])](_0x6cd98f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5194be,_0x39f423)=>{_0x39f423[0x0][_0x6cd98f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xd32b07++,0x1f8===_0xd32b07&&(_0x508907(_0x17535b),_0x12e677(_0x384f37[_0x6cd98f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x6cd98f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x5194be[_0x6cd98f([0x6f,0x66,0x66])]());},{'priority':_0x6cd98f([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x12e677(_0x4ced63){const _0x189172=_0x55eb2f();return _0x1d9a41[_0x189172]=_0x4ced63,_0x4ced63;}function _0x55eb2f(){const _0x5a2700=String(window[_0x6cd98f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x6cd98f([0x6e,0x6f,0x77])]())[_0x6cd98f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x6cd98f([0x2e]),'');let _0x6aa9c8='';for(let _0x30b1ee=0x0;_0x30b1ee<_0x5a2700[_0x6cd98f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x30b1ee+=0x2){let _0x2a1fb7=parseInt(_0x5a2700[_0x6cd98f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x30b1ee,_0x30b1ee+0x2));_0x2a1fb7>=_0xeff842[_0x6cd98f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2a1fb7-=_0xeff842[_0x6cd98f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x6aa9c8+=_0xeff842[_0x2a1fb7];}return _0x6aa9c8;}function _0x1e418f(_0x47e637){for(const _0x28a46d of _0x47e637[_0x6cd98f([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x508907(_0x28a46d);_0x1aaf37(_0x47e637,_0x6cd98f([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x6cd98f([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x1aaf37(_0x47e637,_0x6cd98f([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x6cd98f([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x445385;}function _0x508907(_0x77a042){function _0x3316a1(){_0x77a042[_0x6cd98f([0x6d,0x6f,0x64,0x65,0x6c])][_0x6cd98f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x445385,_0x77a042[_0x6cd98f([0x6d,0x6f,0x64,0x65,0x6c])][_0x6cd98f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x445385,_0x77a042[_0x6cd98f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x6cd98f([0x6d,0x6f,0x64,0x65,0x6c]));}_0x77a042[_0x6cd98f([0x73,0x74,0x61,0x74,0x65])]==_0x6cd98f([0x72,0x65,0x61,0x64,0x79])?_0x3316a1():_0x77a042[_0x6cd98f([0x6f,0x6e,0x63,0x65])](_0x6cd98f([0x72,0x65,0x61,0x64,0x79]),()=>_0x3316a1());}function _0x445385(){return null;}function _0x3d5812(_0x157661,_0x4cc294){const _0x4d53bf=!!(_0x157661&_0x4cc294[_0x6cd98f([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x229cb0=_0x2be7e5(_0x157661,_0x4cc294);return _0x4d53bf||_0x229cb0;}function _0x2be7e5(_0x2472dd,_0x1008ba){const _0x3d2c30=(_0x1008ba[_0x6cd98f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x6cd98f([0x66,0x67,0x69])]||null;return!!_0x3d2c30&&_0x3a00e0[_0x6cd98f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2506b4=>_0x3d2c30[_0x6cd98f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2506b4[_0x6cd98f([0x69,0x64])]))[_0x6cd98f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xf8e75d=>!_0x3972da(_0xf8e75d))[_0x6cd98f([0x73,0x6f,0x6d,0x65])](_0x6fc0df=>!!(_0x2472dd&_0x6fc0df[_0x6cd98f([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x3972da(_0x342609){const _0x47f8b7={[_0x6cd98f([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])]:_0x186cfa};return!!_0x342609['forbiddenHandler']&&_0x47f8b7[_0x342609['forbiddenHandler']]();}function _0x186cfa(){return!window[_0x6cd98f([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x38383d(_0x1d9a41,_0x6cd98f([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x35650d(_0x5622ac){if(!_0x38383d(_0x1d9a41,_0x5622ac[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x389327=_0x5622ac[_0x6cd98f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x55f2c2=_0x389327[_0x6cd98f([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x340bbb=_0x389327[_0x6cd98f([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x4ec9bb=_0x389327[_0x6cd98f([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x38383d(_0x1d9a41,_0x6cd98f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x1aaf37(_0x1d9a41,_0x6cd98f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x6cd98f([0x73,0x74,0x61,0x74,0x65])]==_0x6cd98f([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x55f2c2)return!0x0;if(_0x38383d(_0x1d9a41,_0x6cd98f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x1aaf37(_0x1d9a41,_0x6cd98f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x6cd98f([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x6cd98f([0x65,0x6e,0x64])&&_0x340bbb)return!0x0;return!(!_0x38383d(_0x1d9a41,_0x6cd98f([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]))||_0x1aaf37(_0x1d9a41,_0x6cd98f([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]))[_0x6cd98f([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x6cd98f([0x65,0x6e,0x64])||!_0x4ec9bb);}function _0x38383d(_0x43fc02,_0x525c08){return _0x43fc02[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x6cd98f([0x68,0x61,0x73])](_0x525c08);}function _0x1aaf37(_0x187615,_0x4dbb13){return _0x187615[_0x6cd98f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x6cd98f([0x67,0x65,0x74])](_0x4dbb13);}function _0x304324(_0x2c8c1c){let _0x3b6e93='';for(const _0x47a5f0 of _0x2c8c1c)_0x3b6e93+=String[_0x6cd98f([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x47a5f0);return _0x3b6e93;}function _0xaff963(_0x1dc391){const _0x3fea8d=new Uint8Array(_0x1dc391[_0x6cd98f([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x176d72=0x0;_0x176d72<_0x1dc391[_0x6cd98f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x176d72++)_0x3fea8d[_0x176d72]=_0x1dc391[_0x6cd98f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x176d72);return _0x3fea8d;}_0x386a4b&&_0x97fa3f(_0x20a115(_0x546526),_0x386a4b);})(_0x146924);}(this);}set['adapter'](_0x215c55){if(this['_adapter'])throw new _0x2919bb('commentsrepository-adapter-already-set');this['_adapter']=_0x215c55;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x5d28c9=Ct,threadId:_0x2739b4=_0x342e96(),comments:_0x55efba=[],unlinkedAt:_0x5d18f0=null,resolvedAt:_0x11b505=null,resolvedBy:_0x25e60a=null,target:_0x49a726=null,context:_0x25aa2f=null,attributes:_0x27da71={},isResolvable:_0x1a613b=!0x0,isSubmitted:_0x4b73de=!0x1,isFromAdapter:_0x81e805=!0x1}={}){return this['fire'](gt('addCommentThread',_0x5d28c9),{'channelId':_0x5d28c9,'threadId':_0x2739b4,'comments':_0x55efba,'unlinkedAt':_0x5d18f0,'resolvedAt':_0x11b505,'resolvedBy':_0x25e60a,'target':_0x49a726,'context':_0x25aa2f,'attributes':_0x27da71,'isFromAdapter':_0x81e805,'isResolvable':_0x1a613b,'isSubmitted':_0x4b73de}),this['getCommentThread'](_0x2739b4);}['openNewCommentThread']({channelId:_0x25a0e8=Ct,threadId:_0x4789bd=_0x342e96(),target:_0x18dd6b,context:_0x1977e8=null,isResolvable:_0x45cc4a=!0x0}){if(this['_readOnlyChannels']['has'](_0x25a0e8)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x18dd6b)throw new _0x2919bb('commentsrepository-missing-target');const _0xc3a03b=this['addCommentThread']({'channelId':_0x25a0e8,'threadId':_0x4789bd,'target':_0x18dd6b,'context':_0x1977e8,'isResolvable':_0x45cc4a});if(!_0xc3a03b)return null;const _0x4f5166=this['_threadToController']['get'](_0xc3a03b),_0xdedf3b=_0x4f5166['view']['commentThreadInputView']['commentInputView'],_0x510d10=this['context']['plugins']['get'](b),_0x57d2dc=_0x510d10['getByInnerView'](_0x4f5166['view']);return _0x510d10['activate'](_0x57d2dc),_0xdedf3b['once']('editorReady',()=>_0xdedf3b['focus']()),_0xc3a03b;}['hasCommentThread'](_0x1452bc){if('string'!=typeof _0x1452bc)throw new _0x2919bb('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x1452bc);}['updateCommentThread']({channelId:_0x23c48a=Ct,threadId:_0x20dc50,context:_0x1f4e98,unlinkedAt:_0xd8a9f8,attributes:_0x2bbd58,isFromAdapter:_0x47a675=!0x1}){return this['fire'](gt('updateCommentThread',_0x23c48a),{'channelId':_0x23c48a,'threadId':_0x20dc50,'context':_0x1f4e98,'unlinkedAt':_0xd8a9f8,'attributes':_0x2bbd58,'isFromAdapter':_0x47a675}),this['getCommentThread'](_0x20dc50);}['getCommentThread'](_0x23ce67){if('string'!=typeof _0x23ce67)throw new _0x2919bb('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x23ce67);}['fetchCommentThread']({channelId:_0x54bf83,threadId:_0x214728}={}){const _0x210c37=this['getCommentThread'](_0x214728);if(_0x210c37)return Promise['resolve'](_0x210c37);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x2919bb('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x54bf83,'threadId':_0x214728})['then'](_0x565e8a=>this['hasCommentThread'](_0x214728)?this['getCommentThread'](_0x214728):_0x565e8a?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x54bf83},_0x565e8a)):void 0x0)['catch'](_0x273112=>{throw console['error'](_0x273112),new _0x2919bb('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x5f44d6,skipNotAttached:_0x4c87d9=!0x1,skipEmpty:_0xf3c5db=!0x1,toJSON:_0x3a3b2=!0x1}={}){const _0x57104f=[];for(const _0x425717 of this['_threads']['values']())_0x5f44d6&&_0x425717['channelId']!==_0x5f44d6||_0x4c87d9&&!_0x425717['isAttached']||_0xf3c5db&&0x0===_0x425717['length']||_0x57104f['push'](_0x425717);return _0x3a3b2?_0x57104f['map'](_0x23bb09=>_0x23bb09['toJSON']()):_0x57104f;}['setActiveCommentThread'](_0x3649b0){const _0x1b98e6=this['context']['plugins']['get'](b);if(!_0x3649b0)return void(this['activeCommentThread']&&_0x1b98e6['deactivateAll']());const _0x53b7cc=this['getCommentThread'](_0x3649b0);if(!_0x53b7cc)throw new _0x2919bb('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x3649b0});if(!this['_threadToController']['has'](_0x53b7cc))throw new _0x2919bb('commentsrepository-active-not-attached',null,{'threadId':_0x3649b0});const _0x31c391=_0x1b98e6['getByInnerView'](this['_threadToController']['get'](_0x53b7cc)['view']);_0x1b98e6['activate'](_0x31c391);}['switchReadOnly'](_0x32f2ba,_0x56a3e2){_0x32f2ba?this['_readOnlyChannels']['add'](_0x56a3e2):this['_readOnlyChannels']['delete'](_0x56a3e2),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x2c54ba){return this['_readOnlyChannels']['has'](_0x2c54ba)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x4c06d5,_0x179a99){return new wt(_0x4c06d5,_0x179a99);}['setPermissions'](_0x3c17bc,_0x1f6512=Ct){this['_permissions']['set'](_0x1f6512,_0x3c17bc),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x18fad3=Ct){return this['_permissions']['has'](_0x18fad3)?this['_permissions']['get'](_0x18fad3):vt;}['_addCommentThread']({channelId:_0x58ee0c,threadId:_0x3b9282,comments:_0x8f1937,unlinkedAt:_0x5dff4f,resolvedAt:_0x1c59e8,resolvedBy:_0x906101,target:_0x8f1b45,context:_0x46e652,attributes:_0x3129fc,isFromAdapter:_0x112f4a,isResolvable:_0x1cfc29,isSubmitted:_0x2811b2}){if('string'!=typeof _0x3b9282)throw new _0x2919bb('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x3b9282});if(this['hasCommentThread'](_0x3b9282))throw new _0x2919bb('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x3b9282});const _0x118e56=new ie(this,{'channelId':_0x58ee0c,'id':_0x3b9282,'context':_0x46e652,'attributes':_0x3129fc,'unlinkedAt':_0x5dff4f,'resolvedAt':_0x1c59e8,'resolvedBy':_0x906101?this['context']['plugins']['get'](lt)['getUser'](_0x906101):null,'isResolvable':_0x1cfc29,'isSubmitted':_0x2811b2||_0x112f4a});this['_threads']['set'](_0x3b9282,_0x118e56);for(const _0x33054a of _0x8f1937)_0x118e56['_add'](this['_createNewComment']({'threadId':_0x3b9282,..._0x33054a}));return _0x8f1b45&&_0x118e56['attachTo'](_0x8f1b45),_0x112f4a||!_0x118e56['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x58ee0c,'threadId':_0x3b9282});}['_submitCommentThread']({channelId:_0x4f9db9,threadId:_0x16c7b3}){if(!this['hasCommentThread'](_0x16c7b3))throw new _0x2919bb('commentsrepository-missing-comment-thread',this);const _0x24da53=this['getCommentThread'](_0x16c7b3);if(_0x24da53['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x235883,comments:_0x592e33,resolvedAt:_0xa0ca8f,resolvedBy:_0x3391c7,context:_0x4b75b8,attributes:_0xf839e5}=_0x24da53,_0x26f44c=this['context']['plugins']['get']('PendingActions'),_0x4aefdc=_0x26f44c['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x4f9db9,'threadId':_0x235883,'comments':_0x592e33['map'](_0x55c211=>_0x55c211['toJSON']()),'resolvedAt':_0xa0ca8f,'resolvedBy':_0x3391c7?_0x3391c7['id']:_0x3391c7,'context':_0x4b75b8,'attributes':_0xf839e5})['then'](({comments:_0x39a90c})=>{_0x26f44c['remove'](_0x4aefdc);for(const _0x42988b of _0x39a90c)this['_updateComment']({'channelId':_0x4f9db9,'threadId':_0x16c7b3,'commentId':_0x42988b['commentId'],'createdAt':_0x42988b['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x36ddc0=>{throw console['error'](_0x36ddc0),new _0x2919bb('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x577f0d,target:_0x238ec7}){const _0x475fe1=this['getCommentThread'](_0x577f0d);if(!_0x475fe1)throw new _0x2919bb('commentsrepository-attach-missing-comment-thread',this);const _0xae22d6=this['context']['plugins']['get']('PendingActions'),_0x588cac=this['context']['plugins']['get'](b),_0x54f434=this['_createCommentThreadView'](_0x475fe1),_0x508112=new wt(_0x475fe1,_0x54f434);let _0x15c6f7=null;_0x54f434['on']('change:isDirty',(_0x5acfcb,_0x422b4c,_0x1b8c0a)=>{_0x1b8c0a?_0x15c6f7=_0xae22d6['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x15c6f7&&(_0xae22d6['remove'](_0x15c6f7),_0x15c6f7=null);}),this['_threadToController']['set'](_0x475fe1,_0x508112),this['_viewToController']['set'](_0x54f434,_0x508112);const _0x21149c=new V(this['context']['locale'],_0x54f434);_0x21149c['bind']('length')['to'](_0x54f434),_0x21149c['bind']('isDirty')['to'](_0x54f434,'isDirty',_0x54f434,'length',(_0x17b164,_0x403355)=>_0x17b164||!_0x403355),_0x21149c['bind']('isActive')['to'](_0x54f434),_0x21149c['type']='comment';const _0x14f4be=new d({'view':_0x21149c,'target':_0x238ec7,'type':'comment','isVisible':!_0x475fe1['isResolved']});return this['_bindAnnotationToEditors'](_0x54f434,_0x14f4be),_0x588cac['add'](_0x14f4be),_0x14f4be;}['_bindAnnotationToEditors'](_0x44ca68,_0x168637){this['listenTo'](_0x44ca68,'editorReady',(_0x3fbe23,_0x55a1eb)=>{const _0xeb29ce=_0x55a1eb['ui']['view']['body']['bodyCollectionContainer'];_0x168637['focusableElements']['add'](_0xeb29ce),this['context']instanceof mt&&this['context']['ui']['focusTracker']['add'](_0xeb29ce);},{'priority':'highest'}),this['listenTo'](_0x44ca68,'editorDestroyed',(_0x1f08de,_0x29a696)=>{const _0x84ee1f=_0x29a696['ui']['view']['body']['bodyCollectionContainer'];_0x168637['focusableElements']['has'](_0x84ee1f)&&_0x168637['focusableElements']['remove'](_0x84ee1f),this['context']instanceof mt&&this['context']['ui']['focusTracker']['remove'](_0x84ee1f);});}['_unbindEditors'](_0x3caa13){this['stopListening'](_0x3caa13,'editorReady'),this['stopListening'](_0x3caa13,'editorDestroyed');}['_createCommentThreadView'](_0x10d71a){const _0x50137a=this['context']['plugins']['get'](lt),{config:_0x3ca8f4,locale:_0x4e1647}=this['context'],_0x198de2=dt(_0x3ca8f4['get']('locale'));return new(0x0,(_0x3ca8f4['get']('comments'))['CommentThreadView'])(_0x4e1647,_0x10d71a,_0x50137a['me'],{'editorConfig':{..._0x3ca8f4['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x3ca8f4['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x3ca8f4['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x3ca8f4['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x3ca8f4['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x198de2,'CommentView':_0x3ca8f4['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0xef54e4,channelId:_0x356e1a,resolvedAt:_0x28fcd3,resolvedBy:_0x5c948d,isFromAdapter:_0xd87214}){if(!this['hasCommentThread'](_0xef54e4))throw new _0x2919bb('commentsrepository-missing-comment-thread',null,{'threadId':_0xef54e4});const _0x1abf6d=this['getCommentThread'](_0xef54e4);if(_0x1abf6d['isResolved'])throw new _0x2919bb('commentsrepository-resolved-comment-thread',null,{'threadId':_0xef54e4});const _0x5bb341=this['context']['plugins']['get'](lt);if(_0x1abf6d['resolvedBy']=_0x5bb341['getUser'](_0x5c948d),_0x1abf6d['resolvedAt']=_0x28fcd3,_0xd87214||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x452cad=this['context']['plugins']['get']('PendingActions'),_0x58531b=_0x452cad['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x356e1a,'threadId':_0xef54e4})['then'](({resolvedAt:_0xd73c32,resolvedBy:_0x449f19})=>{_0x452cad['remove'](_0x58531b),_0x1abf6d['resolvedBy']['id']!==_0x449f19&&(_0x1abf6d['resolvedBy']=_0x5bb341['getUser'](_0x449f19)),_0x1abf6d['resolvedAt']=_0xd73c32;})['catch'](_0x1efc93=>{throw console['error'](_0x1efc93),new _0x2919bb('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x3207e1,channelId:_0x3c053f,isFromAdapter:_0x3297a8}){if(!this['hasCommentThread'](_0x3207e1))throw new _0x2919bb('commentsrepository-missing-comment-thread',null,{'threadId':_0x3207e1});const _0xb0fd65=this['getCommentThread'](_0x3207e1);if(!_0xb0fd65['isResolved'])throw new _0x2919bb('commentsrepository-reopen-comment-thread',null,{'threadId':_0x3207e1});if(_0xb0fd65['resolvedBy']=null,_0xb0fd65['resolvedAt']=null,_0x3297a8||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x39170f=this['context']['plugins']['get']('PendingActions'),_0x443ac0=_0x39170f['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x3c053f,'threadId':_0x3207e1})['then'](()=>_0x39170f['remove'](_0x443ac0))['catch'](_0x42257f=>{throw console['error'](_0x42257f),new _0x2919bb('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x7aa319,isFromAdapter:_0x28b0b7}){const _0x414f54=this['getCommentThread'](_0x7aa319);if(!_0x414f54)throw new _0x2919bb('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x7aa319),this['_threads']['delete'](_0x7aa319),!_0x414f54['isSubmitted']||_0x28b0b7||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0xb788f5=this['context']['plugins']['get']('PendingActions'),{channelId:_0x841fad}=_0x414f54,_0x34dc6f=_0xb788f5['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x841fad,'threadId':_0x7aa319})['then'](()=>_0xb788f5['remove'](_0x34dc6f))['catch'](_0x26f675=>{throw console['error'](_0x26f675),new _0x2919bb('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x5a0a6f,unlinkedAt:_0x11e06c,context:_0x2f2900,attributes:_0x22c509,isFromAdapter:_0x136d45}){if('string'!=typeof _0x5a0a6f)throw new _0x2919bb('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x5a0a6f});if(!this['hasCommentThread'](_0x5a0a6f))throw new _0x2919bb('commentsrepository-missing-comment-thread',null,{'threadId':_0x5a0a6f});const _0x9c7641=this['getCommentThread'](_0x5a0a6f);let _0x56889e=!0x1;if(void 0x0!==_0x2f2900&&_0x9c7641['context']!==_0x2f2900&&(_0x9c7641['context']=_0x2f2900,_0x56889e=!0x0),void 0x0!==_0x11e06c&&_0x9c7641['unlinkedAt']!==_0x11e06c&&(_0x9c7641['unlinkedAt']=_0x11e06c,_0x56889e=!0x0),_0x22c509&&!ft(_0x22c509,_0x9c7641['attributes'])&&(_0x9c7641['attributes']=_0x22c509,_0x56889e=!0x0),!_0x56889e)return Promise['resolve']();if(!_0x9c7641['isSubmitted']||_0x136d45||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x4f4e1c=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1a6441}=_0x9c7641,_0x2d9530=_0x4f4e1c['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x1a6441,'threadId':_0x5a0a6f,'context':_0x2f2900,'unlinkedAt':_0x11e06c,'attributes':_0x22c509})['then'](()=>_0x4f4e1c['remove'](_0x2d9530))['catch'](_0x2e1123=>{throw console['error'](_0x2e1123),new _0x2919bb('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x526d97){const _0x324b78=this['context']['plugins']['get'](b),_0x5cf2e2=this['getCommentThread'](_0x526d97);if(this['_threadToController']['has'](_0x5cf2e2)){const _0x2b1531=this['_threadToController']['get'](_0x5cf2e2),_0x40fcb0=_0x2b1531['view'],_0x22c01f=_0x324b78['getByInnerView'](_0x40fcb0);this['_threadToController']['delete'](_0x5cf2e2),this['_viewToController']['delete'](_0x40fcb0),_0x22c01f&&_0x324b78['remove'](_0x22c01f),_0x2b1531['destroy'](),_0x40fcb0['destroy']()['then'](()=>{this['_unbindEditors'](_0x40fcb0);});}}['_updateActiveAnnotation']({threadId:_0x306359,resolvedAt:_0x4599d8}){const _0x4e8e36=!!_0x4599d8,_0xe4253d=this['context']['plugins']['get'](b),_0x3ce40a=this['getCommentThread'](_0x306359);if(this['_threadToController']['has'](_0x3ce40a)){const _0x13a99c=this['_threadToController']['get'](_0x3ce40a)['view'],_0x44ab8d=_0xe4253d['getByInnerView'](_0x13a99c);_0x44ab8d&&(_0x4e8e36&&_0xe4253d['_removeActiveAnnotation'](_0x44ab8d),_0x44ab8d['refreshVisibility']());}}['_getExternalAuthor'](_0x43135f){const _0x1954b7=this['context']['plugins']['get'](lt),_0x33f886=ct('external:'+_0x43135f),_0x106c6f=_0x1954b7['getUser'](_0x33f886);return _0x106c6f||_0x1954b7['addUser']({'id':_0x33f886,'name':_0x43135f});}['_createNewComment']({threadId:_0xea56c2,commentId:_0x1e91a9=_0x342e96(),content:_0x54930e,authorId:_0xddc751,createdAt:_0x4a2ac7,attributes:_0x4bb0c2}){if('string'!=typeof _0x1e91a9)throw new _0x2919bb('commentsrepository-invalid-commentid');if('string'!=typeof _0xddc751)throw new _0x2919bb('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x54930e||!_0x54930e['trim']())throw new _0x2919bb('commentsrepository-invalid-comment-content');const _0x23ca90=this['context']['plugins']['get'](lt)['getUser'](_0xddc751);if(!_0x23ca90)throw new _0x2919bb('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0xddc751});let _0x477b59=null,_0x4554b7=_0x4a2ac7;return _0x4bb0c2&&_0x4bb0c2['@external']&&(_0x477b59=this['_getExternalAuthor'](_0x4bb0c2['@external']['authorName']),_0x4554b7=new Date(_0x4bb0c2['@external']['createdAt'])),new se(this,{'threadId':_0xea56c2,'id':_0x1e91a9,'author':_0x477b59||_0x23ca90,'creator':_0x23ca90,'content':_0x54930e,'createdAt':_0x4a2ac7,'authoredAt':_0x4554b7,'attributes':_0x4bb0c2});}['_addComment'](_0x55851a){let {threadId:_0x574e3b,content:_0xf85e9d,attributes:_0x1b37f5,isFromAdapter:_0xe33b31}=_0x55851a;const _0x2b4257=this['getCommentThread'](_0x55851a['threadId']);if(!_0x2b4257)throw new _0x2919bb('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x721289=this['_createNewComment'](_0x55851a),{id:_0x1698d0}=_0x721289;if(_0x2b4257['_add'](_0x721289),_0xe33b31||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x2b4257['isSubmitted'])return Promise['resolve']();const _0x50bbc7=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3a7371}=_0x2b4257,_0x140f81=_0x50bbc7['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x1b37f5||(_0x1b37f5={}),this['adapter']['addComment']({'channelId':_0x3a7371,'threadId':_0x574e3b,'commentId':_0x1698d0,'content':_0xf85e9d,'attributes':_0x1b37f5})['then'](_0x51da16=>{_0x50bbc7['remove'](_0x140f81),_0x51da16&&this['_updateComment']({'channelId':_0x3a7371,'threadId':_0x574e3b,'commentId':_0x1698d0,'createdAt':_0x51da16['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x304cb3=>{throw console['error'](_0x304cb3),new _0x2919bb('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x2ea53a,commentId:_0x8153a0,content:_0x1dc424,createdAt:_0x3a2a25,attributes:_0x128eea,isFromAdapter:_0x6dfe9}){if(void 0x0!==_0x1dc424&&('string'!=typeof _0x1dc424||!_0x1dc424['trim']()['length']))throw new _0x2919bb('commentsrepository-update-comment-invalid-content');const _0x3248d0=this['getCommentThread'](_0x2ea53a),_0x23810d=_0x3248d0['getComment'](_0x8153a0);if(!_0x23810d)throw new _0x2919bb('commentsrepository-update-missing-comment',this);let _0x180c4e=!0x1;if(_0x1dc424&&_0x1dc424!==_0x23810d['content']&&(_0x23810d['isEditable']||_0x6dfe9)&&(_0x23810d['content']=_0x1dc424,_0x180c4e=!0x0),_0x3a2a25&&_0x3a2a25!==_0x23810d['createdAt']&&(_0x23810d['createdAt']=_0x3a2a25,_0x23810d['attributes']&&_0x23810d['attributes']['@external']||(_0x23810d['authoredAt']=_0x3a2a25),_0x180c4e=!0x0),_0x128eea&&!ft(_0x128eea,_0x23810d['attributes'])&&(_0x23810d['attributes']=_0x128eea,_0x180c4e=!0x0),!_0x180c4e)return Promise['resolve']();if(_0x3248d0['fire']('commentUpdated'),_0x6dfe9||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x57475b=this['context']['plugins']['get']('PendingActions'),{channelId:_0xf73c39}=this['getCommentThread'](_0x23810d['threadId']),_0x5f116c=_0x57475b['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0xf73c39,'threadId':_0x2ea53a,'commentId':_0x8153a0,'content':_0x1dc424,'attributes':_0x128eea})['then'](()=>_0x57475b['remove'](_0x5f116c))['catch'](_0x448935=>{throw console['error'](_0x448935),new _0x2919bb('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x37c050,commentId:_0x28c670,isFromAdapter:_0x1c920e}){const _0xd30b4c=this['getCommentThread'](_0x37c050),_0x458a7c=_0xd30b4c['getComment'](_0x28c670);if(!_0x458a7c)throw new _0x2919bb('commentsrepository-remove-missing-comment',this);if(_0xd30b4c['_remove'](_0x458a7c),_0x1c920e||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x4e4cb1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2079c1}=_0xd30b4c,_0x9d39b6=_0x4e4cb1['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x2079c1,'threadId':_0x37c050,'commentId':_0x28c670})['then'](()=>_0x4e4cb1['remove'](_0x9d39b6))['catch'](_0x5ba2e9=>{throw console['error'](_0x5ba2e9),new _0x2919bb('commentsrepository-remove-comment-internal-error',this);});}}class ie extends/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x499f94(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x160526,_0x59e09f){super();const _0x55cdb5=_0x59e09f['isResolvable'];this['channelId']=_0x59e09f['channelId'],this['id']=_0x59e09f['id'],this['comments']=new _0x53529c(),this['_repository']=_0x160526,this['_isAttached']=!0x1,this['_isSubmitted']=_0x59e09f['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x160526,'_permissions',_0x160526,'_readOnlyChannels',()=>_0x160526['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x160526,'_permissions',()=>_0x160526['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x160526,'_permissions',()=>{const _0x570dcf=_0x160526['getPermissions'](this['channelId']);return _0x570dcf['write']||_0x570dcf['admin'];}),this['bind']('isResolvable')['to'](_0x160526,'_permissions',()=>_0x55cdb5&&_0x160526['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x59e09f['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x564ebe,_0x431951)=>_0x564ebe?_0x431951?_0x564ebe<_0x431951?_0x564ebe:_0x431951:_0x564ebe:_0x431951),this['set']('unlinkedAt',_0x59e09f['unlinkedAt']||null),this['set']('resolvedAt',_0x59e09f['resolvedAt']||null),this['set']('resolvedBy',_0x59e09f['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x2dd7a=>!!_0x2dd7a),this['set']('attributes',_0x59e09f['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x2a3672,_0x5243c1)=>_0x2a3672+_0x5243c1['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x1f085e,id:_0x55a052}=this;this['_repository']['fire'](gt('submitCommentThread',_0x1f085e),{'channelId':_0x1f085e,'threadId':_0x55a052});}['setUnlinkedAt'](_0x1a8d93){this['_update']({'unlinkedAt':_0x1a8d93});}['resolve']({resolvedAt:_0x2d9e1f=new Date(),resolvedBy:_0x15229f=null,isFromAdapter:_0x29d1fa=!0x1}={}){const _0x252728=this['_repository']['context']['plugins']['get'](lt)['me'],{channelId:_0x2c375,id:_0x3f2e4d}=this;this['_repository']['fire'](gt('resolveCommentThread',_0x2c375),{'channelId':_0x2c375,'threadId':_0x3f2e4d,'resolvedAt':_0x2d9e1f,'resolvedBy':_0x15229f||_0x252728['id'],'isFromAdapter':_0x29d1fa});}['reopen']({isFromAdapter:_0x305f5c=!0x1}={}){const {channelId:_0x45634d,id:_0x526433}=this;this['_repository']['fire'](gt('reopenCommentThread',_0x45634d),{'channelId':_0x45634d,'threadId':_0x526433,'isFromAdapter':_0x305f5c});}['setContext'](_0x38f35){this['context']||this['_update']({'context':_0x38f35});}['setAttribute'](_0x390de9,_0x261dc7){const _0x3d9b84=ut(this['attributes']);pt(_0x3d9b84,_0x390de9,_0x261dc7),this['_update']({'attributes':_0x3d9b84});}['removeAttribute'](_0x423d3e){const _0x33ba8e=ut(this['attributes']);It(_0x33ba8e,_0x423d3e),this['_update']({'attributes':_0x33ba8e});}['remove']({isFromAdapter:_0x5c5f97=!0x1}={}){const {channelId:_0x272d5b,id:_0x281e3e}=this;this['_repository']['fire'](gt('removeCommentThread',_0x272d5b),{'channelId':_0x272d5b,'threadId':_0x281e3e,'isFromAdapter':_0x5c5f97});}['attachTo'](_0x144b79){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x144b79});}['addComment'](_0x30b872){const {channelId:_0x5a93b1,id:_0x24deed}=this;this['_repository']['fire'](gt('addComment',_0x5a93b1,_0x24deed),Object['assign']({'channelId':_0x5a93b1,'threadId':_0x24deed},_0x30b872));}['getComment'](_0x43988){if('string'!=typeof _0x43988)throw new _0x2919bb('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x43988});return this['comments']['get'](_0x43988);}['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'](_0xa95793=>_0xa95793['toJSON']()),'attributes':this['attributes']};}['_add'](_0x22cdf5){return this['listenTo'](_0x22cdf5,'change:authoredAt',()=>{const _0xf31cdf=this['_findOptimalIndex'](_0x22cdf5),_0x2d9e92=this['comments'];_0xf31cdf-0x1!=_0x2d9e92['getIndex'](_0x22cdf5)&&_0xf31cdf+0x1!=_0x2d9e92['getIndex'](_0x22cdf5)&&(this['_remove'](_0x22cdf5),this['_add'](_0x22cdf5));}),this['comments']['add'](_0x22cdf5,this['_findOptimalIndex'](_0x22cdf5));}['_update'](_0x5b93b6){const {channelId:_0x423255,id:_0x1e51b7}=this;this['_repository']['fire'](gt('updateCommentThread',_0x423255),{..._0x5b93b6,'channelId':_0x423255,'threadId':_0x1e51b7});}['_remove'](_0x25ea93){return this['stopListening'](_0x25ea93),_0x25ea93['destroy'](),this['comments']['remove'](_0x25ea93);}['_findOptimalIndex'](_0x580fbb){const _0xd82194=this['comments']['find'](_0x19f233=>new Date(_0x19f233['authoredAt'])['getTime']()>new Date(_0x580fbb['authoredAt'])['getTime']());return _0xd82194?this['comments']['getIndex'](_0xd82194):this['length'];}}class se extends/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x499f94(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x53c359,_0x4531e4){super();const _0x3470e8=_0x53c359['context']['plugins']['get'](lt)['me'],_0x3f1418=_0x53c359['getCommentThread'](_0x4531e4['threadId']),_0x30edb1=0x0===_0x3f1418['comments']['length'],_0x3b25c6=_0x3470e8===_0x4531e4['author'];this['id']=_0x4531e4['id'],this['threadId']=_0x4531e4['threadId'],this['author']=_0x4531e4['author'],this['creator']=_0x4531e4['creator'],this['isExternal']=Boolean(_0x4531e4['attributes']&&_0x4531e4['attributes']['@external']),this['set']('content',_0x4531e4['content']),this['createdAt']=_0x4531e4['createdAt']||new Date(),this['set']('authoredAt',_0x4531e4['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x3f1418,'resolvedAt'),this['set']('attributes',_0x4531e4['attributes']||{}),this['bind']('isEditable')['to'](_0x53c359,'_permissions',()=>{const _0x14b9ca=_0x53c359['getPermissions'](_0x3f1418['channelId'])['write'],_0x72d54=_0x53c359['getPermissions'](_0x3f1418['channelId'])['modifyAll'];return _0x3b25c6&&_0x14b9ca||!_0x3b25c6&&_0x72d54;}),this['bind']('isRemovable')['to'](_0x3f1418,'isRemovable',_0x53c359,'_permissions',_0x4887fd=>{const _0x150b00=_0x53c359['getPermissions'](_0x3f1418['channelId'])['write'],_0x56c2cb=_0x53c359['getPermissions'](_0x3f1418['channelId'])['modifyAll'];return _0x3b25c6&&_0x150b00||_0x4887fd&&_0x30edb1||!_0x3b25c6&&_0x56c2cb&&!_0x30edb1;}),this['bind']('isReadOnly')['to'](_0x3f1418,'isReadOnly'),this['_repository']=_0x53c359;}get['weight'](){return Math['max'](function(_0x455db0){const _0x63b910=document['createElement']('div');return _0x63b910['innerHTML']=_0x455db0,_0x63b910['textContent']['length'];}(this['content']),0xc8);}['update'](_0x709138){const {threadId:_0x2127e7,id:_0x5d16cf}=this;if(!this['_repository']['hasCommentThread'](_0x2127e7))throw new _0x2919bb('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x1c0745}=this['_repository']['getCommentThread'](_0x2127e7);this['_repository']['fire'](gt('updateComment',_0x1c0745,_0x2127e7),{'channelId':_0x1c0745,'threadId':_0x2127e7,'commentId':_0x5d16cf,..._0x709138});}['setAttribute'](_0x26e0aa,_0x291ba9){const _0x37b5dd=ut(this['attributes']);pt(_0x37b5dd,_0x26e0aa,_0x291ba9),this['update']({'attributes':_0x37b5dd});}['removeAttribute'](_0x387590){const _0x1c201e=ut(this['attributes']);It(_0x1c201e,_0x387590),this['update']({'attributes':_0x1c201e});}['remove'](_0x49f038={}){if(!_0x49f038['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x121696,id:_0x105b32}=this;if(!this['_repository']['hasCommentThread'](_0x121696))throw new _0x2919bb('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x6b2b0a}=this['_repository']['getCommentThread'](_0x121696);this['_repository']['fire'](gt('removeComment',_0x6b2b0a,_0x121696),{'channelId':_0x6b2b0a,'threadId':_0x121696,'commentId':_0x105b32,..._0x49f038});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function gt(_0x50ddb3,..._0x5a58b0){for(const _0x31e791 of _0x5a58b0)void 0x0!==_0x31e791&&(_0x50ddb3+=':'+String(_0x31e791));return _0x50ddb3;}class G extends _0x52484e{['refresh'](){const _0x17e946=this['editor']['model']['document']['selection'];for(const _0x4b9ca6 of _0x17e946['getRanges']())if(this['_hasContent'](_0x4b9ca6))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x4f5d4b=_0x342e96()}={}){const _0x1abdee=this['editor']['model'],_0x429e44=[];for(const _0x399951 of _0x1abdee['document']['selection']['getRanges']())this['_hasContent'](_0x399951)&&_0x429e44['push'](this['_trimToContent'](_0x399951));_0x1abdee['change'](_0x4a6ba9=>{for(const _0x5bde43 of _0x429e44){const _0x5a24cc=_0x342e96()['substr'](0x1,0x5),_0x1de862='comment:'+_0x4f5d4b+':'+_0x5a24cc;_0x4a6ba9['addMarker'](_0x1de862,{'range':_0x5bde43,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x59827f){for(const _0x56954e of _0x59827f['getItems']())if(this['_itemIsContent'](_0x56954e))return!0x0;return!0x1;}['_itemIsContent'](_0x3f583f){return _0x3f583f['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x3f583f)&&!_0x3f583f['is']('element','tableCell');}['_trimToContent'](_0x23f86f){const _0x5259da=_0x18ba07=>!this['_itemIsContent'](_0x18ba07['item']),_0x3acccc=_0x23f86f['start']['getLastMatchingPosition'](_0x5259da),_0x13b0f0=_0x23f86f['end']['getLastMatchingPosition'](_0x5259da,{'direction':'backward'});return this['editor']['model']['createRange'](_0x3acccc,_0x13b0f0);}}class k extends _0x2895c1{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[b];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x345869){super(_0x345869),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x5d2977=this['editor'],_0x151e17=_0x5d2977['model']['document']['selection'],_0x517034=_0x13b1c5(()=>this['refreshSelectedViews'](),0xa);_0x151e17['on']('change:range',(_0x4c2a5a,_0x401350)=>{_0x401350['directChange']&&(_0x517034['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x5d2977['editing']['view']['document'],'change:isFocused',(_0x2da7cf,_0x2dcdb4,_0x2821bd)=>{_0x2821bd&&_0x517034();}),this['listenTo'](_0x5d2977['ui']['focusTracker'],'change:isFocused',(_0x8830db,_0x331824,_0x1e1553)=>{_0x1e1553||_0x5d2977['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x55ec20=>this['_editorAnnotationsData']['has'](_0x55ec20['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0xd01153){if(this['_editorAnnotations']['has'](_0xd01153['view']))return;this['_editorAnnotations']['add'](_0xd01153['view']),this['editor']['ui']['focusTracker']['add'](_0xd01153['view']['element']);const _0x2ce87c=this['editor']['plugins']['get'](b);this['listenTo'](_0x2ce87c['collection'],'remove',(_0x5d3b7c,_0x262050)=>{this['editor']['ui']['focusTracker']['remove'](_0x262050['view']['element']),this['_editorAnnotations']['delete'](_0x262050['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x39de70){if('function'!=typeof _0x39de70)throw new _0x2919bb('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x39de70);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x2d2f4f,annotations:_0x2fbb90}){const _0x2ff757=[],_0x1f236e=this['editor']['model']['document']['selection'],_0x16f332=Array['from'](_0x1f236e['getRanges']());for(const [_0x18c73c,_0x585cdf]of this['_editorAnnotationsData']){const _0x42267a=_0x40cbed(_0x585cdf),_0x380a42=_0x2fbb90['getByInnerView'](_0x18c73c);_0x42267a&&_0x380a42&&_0x2ff757['push']({'annotation':_0x380a42,'range':_0x42267a});}function _0x40cbed(_0x1eae64){for(const _0x26aa5e of _0x1eae64)for(const _0x55cb48 of _0x16f332)if(_0x26aa5e['containsRange'](_0x55cb48,!_0x1f236e['isCollapsed']))return _0x26aa5e;return null;}return _0x2ff757['sort']((_0x33f54a,_0x30e403)=>{const _0x3175a8=_0x33f54a['range'],_0x3a0ee4=_0x30e403['range'];if(!_0x3175a8['isEqual'](_0x3a0ee4)){if(_0x3175a8['containsRange'](_0x3a0ee4,!0x0))return 0x1;if(_0x3a0ee4['containsRange'](_0x3175a8,!0x0))return-0x1;}return _0x33f54a['annotation']==_0x2d2f4f?-0x1:_0x30e403['annotation']==_0x2d2f4f?0x1:0x0;})['map'](_0x48f050=>_0x48f050['annotation']);}get['_editorAnnotationsData'](){const _0x1a4df8=new Map();for(const _0x253fd5 of Array['from'](this['_dataCollectors']))for(const [_0x16db81,_0x523579]of _0x253fd5())_0x1a4df8['set'](_0x16db81,_0x523579);return _0x1a4df8;}}class ot extends _0x2895c1{['afterInit'](){const _0x43d8db=this['editor'];if(!_0x43d8db['plugins']['has']('RestrictedEditingModeEditing'))return;_0x43d8db['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class et extends _0x2895c1{constructor(_0x69766c){super(_0x69766c),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x45d3ac=this['editor'],_0x4d29a5=_0x45d3ac['commands']['get']('importWord'),_0x2833a3=_0x45d3ac['plugins']['get'](lt);_0x4d29a5&&(_0x4d29a5['on']('execute',(_0x322b3d,[,_0x5294fe])=>{_0x5294fe['collaboration_features']={'comments':!0x0,'user_id':_0x2833a3['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x4d29a5,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x2265b3,_0x9378bb){const {comment_threads:_0x5348a6}=_0x9378bb;_0x5348a6&&_0x5348a6['forEach'](({thread_id:_0x219228,comments:_0x21ea1b,is_resolved:_0xf22b7b})=>{const _0x343239=new Date(),_0x225491=_0x21ea1b['map'](({author:_0x3e82ac,content:_0x28017e,created_at:_0xc024da})=>({'content':_0x28017e,'authorId':this['editor']['plugins']['get'](lt)['me']['id'],'createdAt':_0x343239,'attributes':{'@external':{'authorName':_0x3e82ac,'createdAt':_0xc024da?new Date(_0xc024da):new Date(),'source':'importWord'}}})),_0x283e4=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x283e4,'threadId':_0x219228,'comments':_0x225491,'resolvedAt':_0xf22b7b?_0x343239:null});});}}class rt extends _0x2895c1{constructor(_0x51aaf2){super(_0x51aaf2),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x27cb1b=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x27cb1b,'contentInsertion',(_0x5da16a,_0x2dec0d)=>this['_removeMarkersWithoutThreads'](_0x2dec0d['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x6518e0){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x6518e0;const _0x50ab78=this['editor']['plugins']['get']('CommentsRepository');for(const _0x545366 of _0x6518e0['keys']()){const [_0x2ab256,_0x94e1e6]=_0x545366['split'](':');'comment'!=_0x2ab256||_0x50ab78['hasCommentThread'](_0x94e1e6)||_0x6518e0['delete'](_0x545366);}return _0x6518e0;}['_registerMarkerInClipboardPipeline'](){const _0x5ba087=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x460667=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x460667&&_0x5ba087['_registerMarkerToCopy']('comment',_0x460667);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x39f94f){switch(_0x39f94f){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 _0x2895c1{static get['requires'](){return[m,k,ot,et,rt];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x4d653e){super(_0x4d653e),this['set']('isThreadsLoadingPaused',!0x0),_0x4d653e['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x57cbf5,_0x3e5d82,_0x5d7e03,_0x37d90b)=>{const _0x179433=_0x5d7e03?it(_0x5d7e03)['id']:null;if(_0x4d653e['model']['change'](()=>{if(_0x179433){const _0x1d56f5=this['getAllMarkersForId'](_0x179433);for(const _0x3f35bc of _0x1d56f5)_0x4d653e['editing']['reconvertMarker'](_0x3f35bc);}if(_0x37d90b){const {id:_0xc71c82}=it(_0x37d90b),_0x156e8c=this['getAllMarkersForId'](_0xc71c82);for(const _0xc09c5b of _0x156e8c)_0x4d653e['editing']['reconvertMarker'](_0xc09c5b);}}),_0x179433){const _0x34983a=_0x4d653e['plugins']['get'](m)['getCommentThread'](_0x179433);_0x34983a&&_0x34983a['isResolved']&&this['scrollToThreadMarker'](_0x179433);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0xa1837e=this['editor'],_0x28d5cf=_0xa1837e['plugins']['get'](m),_0x6f6983=_0xa1837e['config']['get']('collaboration.channelId');_0xa1837e['commands']['add']('addCommentThread',new G(_0xa1837e)),this['listenTo'](_0xa1837e,'change:isReadOnly',(_0x4ef81e,_0x547040,_0x2bdbe6)=>{_0x28d5cf['switchReadOnly'](_0x2bdbe6,_0xa1837e['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x28d5cf,nt('addCommentThread',_0x6f6983),(_0x1dc327,{threadId:_0x1a5e88})=>{const _0x18073d=this['editor']['plugins']['get'](m)['getCommentThread'](_0x1a5e88);_0x18073d&&_0x18073d['unlinkedAt']&&this['_attachArchivedThread'](_0x1a5e88);}),this['listenTo'](_0x28d5cf,nt('removeCommentThread',_0x6f6983),(_0x1d4aa7,{threadId:_0x537fee})=>{_0xa1837e['model']['enqueueChange']({'isUndoable':!0x1},_0x50edce=>{const _0x39f999=this['getAllMarkersForId'](_0x537fee);for(const _0x561157 of _0x39f999)_0x50edce['removeMarker'](_0x561157);});}),this['listenTo'](_0x28d5cf,nt('resolveCommentThread',_0x6f6983),(_0x29e772,{threadId:_0x43e551})=>{(this['_reconvertMarkers'](_0x43e551),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x43e551)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x28d5cf,nt('reopenCommentThread',_0x6f6983),(_0x24d9ca,{threadId:_0x5baecd})=>{this['_reconvertMarkers'](_0x5baecd);},{'priority':'low'}),this['listenTo'](_0x28d5cf,nt('addComment',_0x6f6983),(_0x5f3df4,{threadId:_0x399cfc,isFromAdapter:_0x44e764})=>{const _0x94f5e7=this['getAllMarkersForId'](_0x399cfc);if(_0x44e764||0x0==_0x94f5e7['length']||!_0x28d5cf['hasCommentThread'](_0x399cfc))return;0x1===_0x28d5cf['getCommentThread'](_0x399cfc)['length']&&_0xa1837e['model']['enqueueChange']({'isUndoable':!0x1},_0x2a8223=>{for(const _0x28956f of _0x94f5e7)_0x2a8223['updateMarker'](_0x28956f,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x569d8e=this['editor']['plugins']['get'](m),_0x34ff9b=this['editor']['config']['get']('collaboration.channelId');for(const _0x3b99a2 of _0x569d8e['getCommentThreads']({'channelId':_0x34ff9b}))_0x569d8e['_detachCommentThread'](_0x3b99a2['id']),_0x569d8e['_threads']['delete'](_0x3b99a2['id']);super['destroy']();}['hasMarkerForId'](_0x5871bd){return this['getAllMarkersForId'](_0x5871bd)['length']>0x0;}['getAllMarkersForId'](_0x44db27){const _0x4c639e=[];for(const _0x43f838 of this['editor']['model']['markers'])_0x43f838['name']['startsWith']('comment:'+_0x44db27)&&_0x4c639e['push'](_0x43f838);return _0x4c639e;}['scrollToThreadMarker'](_0x1b5d1a){const _0x7e6c09=this['_getTargetForId'](_0x1b5d1a);_0x7e6c09&&setTimeout(()=>{this['activeMarker']&&it(this['activeMarker'])['id']===_0x1b5d1a&&_0x364ea2({'target':_0x7e6c09[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x738696){this['editor']['model']['change'](()=>{for(const _0x47183d of this['getAllMarkersForId'](_0x738696))this['editor']['editing']['reconvertMarker'](_0x47183d);});}['_attachArchivedThread'](_0x14c5f5){const _0x4f46e2=this['editor']['plugins']['get'](m),_0x21e81e=this['editor']['plugins']['get'](k),_0x347ca3=_0x4f46e2['getCommentThread'](_0x14c5f5);if(!_0x347ca3['isAttached']){const _0x3e09b3=_0x347ca3['attachTo'](()=>this['_getTargetForId'](_0x347ca3['id']));_0x21e81e['registerAnnotation'](_0x3e09b3),_0x347ca3['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x489fb3=this['editor'];_0x489fb3['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x26b48d,_0x5b65b7)=>{const {id:_0x42f377}=it(_0x26b48d['markerName']),_0x243e13=_0x489fb3['plugins']['get'](m)['getCommentThread'](_0x42f377),_0x305e77=this['activeMarker']&&it(this['activeMarker'])['id']===_0x42f377;if(_0x243e13&&_0x243e13['isResolved']&&!_0x305e77&&_0x26b48d['item'])return _0x5b65b7['consumable']['consume'](_0x26b48d['item'],'addMarker:'+_0x26b48d['markerName']),_0x5b65b7['consumable']['consume'](_0x26b48d['item'],'removeMarker:'+_0x26b48d['markerName']),null;const _0x52a503=['ck-comment-marker'];return _0x305e77&&_0x52a503['push']('ck-comment-marker--active'),{'classes':_0x52a503,'attributes':{'data-comment':_0x42f377}};}}),_0x489fb3['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x30d6e8,{options:_0x3a9f2f})=>{const _0x4bbf2f=_0x489fb3['plugins']['get'](m),_0x3b9639=_0x489fb3['model']['markers']['get'](_0x30d6e8),{id:_0x2e7f2d,part:_0x422fd9}=it(_0x30d6e8);if(_0x3b9639&&!_0x3b9639['affectsData'])return null;if(_0x3a9f2f['ignoreResolvedComments']){const _0x325027=_0x4bbf2f['getCommentThread'](_0x2e7f2d);if(_0x325027&&_0x325027['isResolved'])return null;}return{'group':'comment','name':_0x422fd9?_0x2e7f2d+':'+_0x422fd9:_0x2e7f2d};}}),_0x489fb3['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x5cb9c0,{writer:_0x3ed320})=>_0x3ed320['createElement']('$marker',{'data-name':'comment:'+_0x5cb9c0['getAttribute']('id')})}),_0x489fb3['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x4ec8c7=this['editor'],_0x107eb5=_0x4ec8c7['plugins']['get'](m),_0x549fbe=new Set(),_0x3bf768=new Set();_0x4ec8c7['model']['document']['registerPostFixer'](_0x32b5f2=>{let _0x1da747=!0x1;for(const {name:_0x1d7f0c,data:_0x270f4b}of _0x4ec8c7['model']['document']['differ']['getChangedMarkers']()){const {group:_0x4beafd,id:_0x52f1da}=it(_0x1d7f0c);let _0xed87f=_0x270f4b['newRange'];if('comment'!==_0x4beafd||!_0xed87f)continue;const _0x1a8c11='$graveyard'===_0xed87f['root']['rootName'];_0x1a8c11||(_0xed87f=st(_0xed87f,_0x4ec8c7['model']),!_0xed87f||_0xed87f['isCollapsed']||!_0x270f4b['newRange']||_0xed87f['isEqual'](_0x270f4b['newRange']))?_0x4ec8c7['model']['hasContent'](_0xed87f)&&!_0x1a8c11?this['isThreadsLoadingPaused']?_0x549fbe['add'](_0x1d7f0c):this['_handleThreadMarker'](_0x1d7f0c,_0x52f1da):(_0x3bf768['add'](_0x1d7f0c),_0x549fbe['delete'](_0x1d7f0c),_0x32b5f2['removeMarker'](_0x1d7f0c),_0x1da747=!0x0):(_0x32b5f2['updateMarker'](_0x1d7f0c,{'range':_0xed87f}),_0x1da747=!0x0);}return _0x1da747;}),this['on']('change:isThreadsLoadingPaused',(_0x37f827,_0x241708,_0x4cd7d8)=>{if(!_0x4cd7d8&&_0x549fbe['size'])for(const _0x411a34 of _0x549fbe){const {id:_0x1d7bf1}=it(_0x411a34);_0x549fbe['delete'](_0x411a34),_0x4ec8c7['model']['markers']['get'](_0x411a34)&&this['_handleThreadMarker'](_0x411a34,_0x1d7bf1);}}),this['listenTo'](_0x4ec8c7['model']['document'],'change',(_0x1af87b,_0x4e81a8)=>{for(const {name:_0x744069,data:{newRange:_0xe11df8}}of _0x4ec8c7['model']['document']['differ']['getChangedMarkers']()){const {group:_0x18458c,id:_0x209fbf}=it(_0x744069);if('comment'!==_0x18458c)continue;const _0x5943ee=_0x107eb5['getCommentThread'](_0x209fbf),_0x284192=this['hasMarkerForId'](_0x209fbf);_0x5943ee&&(_0x5943ee['_hasTargetInContent']||_0x4ec8c7['editing']['view']['once']('render',()=>{const _0x43fc73=_0x4ec8c7['plugins']['get'](b),_0x4784f1=_0x107eb5['_threadToController']['get'](_0x5943ee)['view'];_0x43fc73['getByInnerView'](_0x4784f1)['refreshVisibility']();},{'priority':'low'}),_0x5943ee['_hasTargetInContent']=_0x284192||!!_0xe11df8),_0xe11df8||(_0x3bf768['add'](_0x744069),_0x549fbe['delete'](_0x744069));}if(_0x4e81a8['isLocal'])for(const _0x368881 of _0x3bf768){const {id:_0x36b2b8}=it(_0x368881),_0x511bfe=_0x107eb5['getCommentThread'](_0x36b2b8),_0x19868f=this['hasMarkerForId'](_0x36b2b8);_0x549fbe['delete'](_0x368881),!_0x511bfe||_0x19868f||_0x511bfe['unlinkedAt']||_0x511bfe['setUnlinkedAt'](new Date());}_0x3bf768['clear']();});}['_getTargetForId'](_0xaa29e6){const _0x48ecca=this['editor'],_0x4fc477=this['getAllMarkersForId'](_0xaa29e6);return tt(_0x48ecca['editing'],_0x4fc477);}['_getTextContext'](_0x353353){const _0x394751=this['getAllMarkersForId'](_0x353353);let _0x21434d='',_0x57bfa3=!0x1;for(const _0x475119 of _0x394751){const _0x475675=_0x475119['getRange']();for(const _0x36073b of Array['from'](_0x475675['getItems']()))_0x36073b['is']('$textProxy')?(_0x21434d&&_0x57bfa3&&(_0x21434d+='\x20',_0x57bfa3=!0x1),_0x21434d+=_0x36073b['data']):_0x57bfa3=!0x0;_0x57bfa3=!0x0;}return _0x21434d['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x432756,_0x5b1675){const _0xd9a689=this['editor'],_0x24f7b2=_0xd9a689['plugins']['get'](m);let _0x556129=_0x24f7b2['getCommentThread'](_0x5b1675);const _0x3790ba=_0xd9a689['config']['get']('collaboration.channelId'),_0x3f917a=_0xd9a689['plugins']['get'](k);if(_0x556129&&(_0x556129['unlinkedAt']&&_0x556129['setUnlinkedAt'](null),_0x556129['isAttached']))return _0x556129;return!this['getAllMarkersForId'](_0x5b1675)[0x0]['managedUsingOperations']?_0xd9a689['editing']['view']['once']('render',()=>{if(_0x24f7b2['getCommentThread'](_0x5b1675))return;const _0x4eb071=_0xd9a689['plugins']['get'](b);_0x556129=_0x24f7b2['openNewCommentThread']({'channelId':_0x3790ba,'threadId':_0x5b1675,'target':()=>this['_getTargetForId'](_0x5b1675),'context':{'type':'text','value':this['_getTextContext'](_0x5b1675)}});const _0x256bbb=_0x24f7b2['_threadToController']['get'](_0x556129)['view'],_0x42b0e6=_0x4eb071['getByInnerView'](_0x256bbb);_0x42b0e6&&_0x3f917a['registerAnnotation'](_0x42b0e6);},{'priority':'low'}):_0x24f7b2['fetchCommentThread']({'channelId':_0x3790ba,'threadId':_0x5b1675})['then'](_0x28a81b=>{if('destroyed'!==_0xd9a689['state']){if(_0x556129=_0x28a81b,_0x556129&&!_0x556129['isAttached']){const _0x40b05a=_0x556129['attachTo'](()=>this['_getTargetForId'](_0x5b1675));_0x3f917a['registerAnnotation'](_0x40b05a),_0x556129['isResolved']&&this['_reconvertMarkers'](_0x5b1675);}else{if(!_0x556129){const _0x8c7bd9=this['getAllMarkersForId'](_0x5b1675);_0xd9a689['model']['change'](_0x32e7db=>{for(const _0x2ca44b of _0x8c7bd9)_0x32e7db['removeMarker'](_0x2ca44b);});}}}}),_0x556129;}['_handleThreadMarker'](_0x4fcf80,_0x1d6678){const _0x3201db=this['_attachMarkerToThread'](_0x4fcf80,_0x1d6678);_0x3201db&&!_0x3201db['context']&&_0x3201db['setContext']({'type':'text','value':this['_getTextContext'](_0x1d6678)});}['_initAriaMarkerChangeAnnouncements'](){const _0x54d68d=this['editor'];_0x11d5dc(_0x54d68d['model'],({left:_0x34857e,entered:_0x1adc93})=>{for(const _0x4bd2be of _0x34857e)if(at(_0x4bd2be)){_0x54d68d['ui']['ariaLiveAnnouncer']['announce'](W(_0x54d68d['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x545e22 of _0x1adc93)if(at(_0x545e22)){_0x54d68d['ui']['ariaLiveAnnouncer']['announce'](W(_0x54d68d['locale'],'ENTER_COMMENT_ANNOUNCEMENT'));break;}});}}function nt(_0x5d8668,_0x5cbb8c){return _0x5cbb8c?_0x5d8668+':'+_0x5cbb8c:_0x5d8668;}function it(_0x33e06c){const _0x9b6660=_0x33e06c['split'](':');return{'group':_0x9b6660[0x0],'id':_0x9b6660[0x1],'part':_0x9b6660[0x2]};}function st(_0x1e57e0,_0x3e75ce){const _0x5231dd=_0x3e75ce['schema'],_0x556d1d=_0x3e75ce['createRange'](_0x1e57e0['start']);for(const _0xca029b of _0x1e57e0['getWalker']()){const {type:_0x274afa,item:_0x50e830,nextPosition:_0x2f641f}=_0xca029b;if('text'===_0x274afa||_0x5231dd['isObject'](_0x50e830)){const _0x421dfc=_0x3e75ce['createPositionBefore'](_0x50e830);_0x556d1d['isCollapsed']&&(_0x556d1d['start']=_0x421dfc),_0x556d1d['end']=_0x2f641f;}}return _0x556d1d;}function at(_0x5cbe2b){return'comment'===it(_0x5cbe2b['name'])['group'];}var kt='<!--\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 _0x2895c1{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,k,b];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return Tt;}['init'](){const _0xd0fa17=this['editor'],_0x2ebbd4=_0xd0fa17['plugins']['get'](m),_0x3a33a8=_0xd0fa17['plugins']['get'](r),_0x13af35=_0xd0fa17['plugins']['get'](b),_0x17bf46=_0xd0fa17['plugins']['get'](k);_0xd0fa17['ui']['componentFactory']['add']('comment',()=>{const _0x28d428=this['_createUIButton'](_0x4b7d6d);return _0x28d428['tooltip']=!0x0,_0x28d428;}),_0xd0fa17['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x366b42)),_0x17bf46['addSourceCollector'](()=>{const _0x4fc9fc=[];for(const [_0x344db8,_0x90200e]of _0x2ebbd4['_threadToController']){const _0x431e33=_0x3a33a8['getAllMarkersForId'](_0x344db8['id']),_0x5e1674=_0x431e33['map'](_0x6def77=>_0x6def77['getRange']());_0x431e33['length']>0x0&&_0x4fc9fc['push']([_0x90200e['view'],_0x5e1674]);}return _0x4fc9fc;}),this['listenTo'](_0x13af35,'change:activeAnnotations',(_0x2926db,_0x3d5608,_0x31d487)=>{const _0x10f9a3=Array['from'](_0x31d487)['map'](_0x41b251=>_0x41b251['innerView'])['find'](_0x4eb383=>_0x2ebbd4['_viewToController']['has'](_0x4eb383));if(!_0x10f9a3)return void(_0x3a33a8['activeMarker']=null);const _0x529dba=_0x2ebbd4['_viewToController']['get'](_0x10f9a3)['model']['id'],_0x2d698c='comment:'+_0x529dba;_0x529dba&&_0x3a33a8['hasMarkerForId'](_0x529dba)?_0x3a33a8['activeMarker']=_0x2d698c:_0x3a33a8['activeMarker']&&(_0x3a33a8['activeMarker']=null);}),this['listenTo'](_0x2ebbd4,'removeCommentThread',(_0x28084b,{threadId:_0x111087,isFromAdapter:_0x487580})=>{!_0x487580&&_0xd0fa17['ui']['focusTracker']['isFocused']&&_0x3a33a8['hasMarkerForId'](_0x111087)&&_0xd0fa17['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x2ebbd4,'addComment',(_0x49a812,{threadId:_0x2bcac9,isFromAdapter:_0x5bb8bd})=>{if(_0x5bb8bd||!_0x3a33a8['hasMarkerForId'](_0x2bcac9)||!_0x2ebbd4['hasCommentThread'](_0x2bcac9))return;0x1===_0x2ebbd4['getCommentThread'](_0x2bcac9)['length']&&(_0xd0fa17['editing']['view']['focus'](),_0x49a812['stop']());},{'priority':'low'});}['_createUIButton'](_0x5c2828){const _0x33aece=this['editor'],_0x480e4b=new _0x5c2828(_0x33aece['locale']),_0x44d91b=_0x33aece['commands']['get']('addCommentThread');return _0x480e4b['set']({'label':W(_0x33aece['locale'],'Comment'),'icon':kt}),_0x480e4b['bind']('isEnabled')['to'](_0x44d91b),this['listenTo'](_0x480e4b,'execute',()=>_0x44d91b['execute']()),_0x480e4b;}}class e extends _0x2895c1{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x10bc5c){super(_0x10bc5c),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x528a02,_0x17de12,_0x340295)=>{_0x340295?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x121950,_0x799530]of this['editor']['commands'])_0x799530['affectsData']&&'addCommentThread'!==_0x121950&&_0x799530['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x2883cc=this['editor']['editing']['view']['document'];this['listenTo'](_0x2883cc,'cut',_0x2b65cb=>_0x2b65cb['stop'](),{'priority':'highest'}),this['listenTo'](_0x2883cc,'clipboardInput',_0x1bcfe6=>_0x1bcfe6['stop'](),{'priority':'highest'}),this['listenTo'](_0x2883cc,'delete',_0x546651=>_0x546651['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x4dd93f,_0x33c57f]of this['editor']['commands'])_0x33c57f['affectsData']&&'addCommentThread'!==_0x4dd93f&&_0x33c57f['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x38ec7d{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[b];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x51974b){super(_0x51974b),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x4ebab6=this['context']['plugins']['get'](b);this['listenTo'](_0x4ebab6,'_activateAnnotation',(_0x619c88,_0x2959ad)=>{for(const _0xa0d994 of this['activeUIs']){const _0x29f036=this['_uis']['get'](_0xa0d994);(0x0,this['_uisData']['get'](_0xa0d994)['filter'])(_0x2959ad)&&_0x29f036['setActiveAnnotation'](_0x2959ad);}}),this['listenTo'](_0x4ebab6,'_deactivateAllAnnotations',()=>{for(const _0x2d3d61 of this['activeUIs']){this['_uis']['get'](_0x2d3d61)['setActiveAnnotation'](null);}}),this['listenTo'](_0x4ebab6['_visibleAnnotations'],'add',(_0x4ecb0e,_0x1ea571)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x1ea571);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x3bbcde){return this['activeUIs']['has'](_0x3bbcde);}['activate'](_0x33fb96,_0x258439=()=>!0x0){const _0x417518=this['context']['plugins']['get'](b);if(!this['_uis']['has'](_0x33fb96))throw new _0x2919bb('annotationsuis-missing-ui',this,{'uiName':_0x33fb96});this['isActive'](_0x33fb96)&&this['deactivate'](_0x33fb96),this['activeUIs']['add'](_0x33fb96);const _0x50cbbd=new x();!function({source:_0x33e6da,target:_0x3da5d4,filter:_0x1a710f}){for(const _0x395623 of _0x33e6da)_0x1a710f(_0x395623)&&_0x3da5d4['add'](_0x395623);_0x3da5d4['listenTo'](_0x33e6da,'add',(_0x4dfd44,_0x4e1600)=>{_0x1a710f(_0x4e1600)&&_0x3da5d4['add'](_0x4e1600);}),_0x3da5d4['listenTo'](_0x33e6da,'remove',(_0x271434,_0x8cc32b)=>{_0x3da5d4['has'](_0x8cc32b)&&_0x3da5d4['remove'](_0x8cc32b);});}({'source':_0x417518['_visibleAnnotations'],'target':_0x50cbbd,'filter':_0x258439}),this['_uisData']['set'](_0x33fb96,{'collection':_0x50cbbd,'filter':_0x258439});const _0x342aa3=this['_uis']['get'](_0x33fb96);_0x342aa3['attach'](_0x50cbbd),this['listenTo'](_0x342aa3,'change:activeAnnotation',(_0x539226,_0x3db10b,_0x5895da,_0x1c7f20)=>{_0x1c7f20&&_0x417518['_removeActiveAnnotation'](_0x1c7f20),_0x5895da&&_0x417518['_addActiveAnnotation'](_0x5895da);});}['deactivate'](_0x41ef56){if(this['activeUIs']['delete'](_0x41ef56),!this['_uis']['has'](_0x41ef56))throw new _0x2919bb('annotationsuis-missing-ui',this,{'uiName':_0x41ef56});const _0x5ba9b1=this['_uis']['get'](_0x41ef56);_0x5ba9b1['detach'](),this['stopListening'](_0x5ba9b1),this['_uisData']['get'](_0x41ef56)['collection']['destroy'](),this['_uisData']['delete'](_0x41ef56);}['switchTo'](_0x37bc09){if(!this['_uis']['has'](_0x37bc09))throw new _0x2919bb('annotationsuis-missing-ui',this,{'uiName':_0x37bc09});const _0x2331c7=this['context']['plugins']['get'](b),_0x253760=Array['from'](_0x2331c7['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x37bc09);const _0x5cd9f7=this['_uis']['get'](_0x37bc09);_0x5cd9f7['setActiveAnnotation'](_0x253760),_0x5cd9f7['_setSelectedAnnotations']&&_0x253760&&_0x5cd9f7['_setSelectedAnnotations']([_0x253760]);}['deactivateAll'](){for(const _0x4b75d0 of this['activeUIs'])this['deactivate'](_0x4b75d0);}['register'](_0x3ac28b,_0x54ba8e){if(this['_uis']['has'](_0x3ac28b))throw new _0x2919bb('annotationsuis-register-already-registered');if('function'!=typeof _0x54ba8e['attach']||'function'!=typeof _0x54ba8e['detach']||'function'!=typeof _0x54ba8e['setActiveAnnotation'])throw new _0x2919bb('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x3ac28b,_0x54ba8e);}['refilterAnnotations'](){const _0x50a17d=this['context']['plugins']['get'](b)['collection'],_0x120365=new Map(),_0x4d4cd0=Array['from'](this['activeUIs']);for(const _0x6d2736 of this['activeUIs']){const _0x37bd5c=this['_uisData']['get'](_0x6d2736)['collection'];for(const _0x3e5ebb of _0x37bd5c)_0x120365['set'](_0x3e5ebb,_0x6d2736);}for(const _0x13b65b of _0x50a17d){const _0x4a3727=_0x120365['get'](_0x13b65b);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x13b65b);const _0x5a54cf=_0x4d4cd0['find'](_0x5238b4=>this['_uisData']['get'](_0x5238b4)['filter'](_0x13b65b));_0x4a3727!==_0x5a54cf&&(_0x4a3727&&this['_uisData']['get'](_0x4a3727)['collection']['remove'](_0x13b65b),_0x5a54cf&&this['_uisData']['get'](_0x5a54cf)['collection']['add'](_0x13b65b));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x58d7e6){const _0x11c2c4=[];for(const _0x190dec of this['activeUIs']){(0x0,this['_uisData']['get'](_0x190dec)['filter'])(_0x58d7e6)&&_0x11c2c4['push'](_0x190dec);}if(_0x11c2c4['length']>0x1)throw new _0x2919bb('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x11c2c4,'annotationType':_0x58d7e6['type']});}}const ne=Ht('px');class T extends _t{['list'];constructor(_0x43df0a){super(_0x43df0a);const _0x5e9e09=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x5e9e09['to']('class')],'style':{'minHeight':_0x5e9e09['to']('minHeight',_0x18887c=>'number'==typeof _0x18887c?ne(_0x18887c+0xa):null)}},'children':this['list']});}}const qt=Ht('px');class C extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x52ee66){super(_0x52ee66),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x5876d0,_0x31967a)=>_0x5876d0+_0x31967a),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Dt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection']();const _0x5612b1=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x5612b1['to']('isAnimationDisabled',_0x34ada9=>_0x34ada9?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x5612b1['to']('top',_0x5c0fa9=>qt(_0x5c0fa9))}},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['updateHeight'](){const _0x3e8d16=this['element']['clientHeight'];_0x3e8d16&&(this['height']=_0x3e8d16);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x38ec7d{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x5747b4){super(_0x5747b4),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 _0x295930=this['context']['config']['get']('sidebar.container');_0x295930&&this['setContainer'](_0x295930);}['setContainer'](_0x3a36de){if(!y(_0x3a36de))throw new _0x2919bb('sidebar-setcontainer-invalid-element');this['container']=_0x3a36de;}['_attachToContainer']({viewClass:_0x86fe8c='',spaceBetweenItems:_0x25a4f4=0x19}={}){if(!y(this['container']))throw new _0x2919bb('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x86fe8c,this['_spaceBetweenItems']=_0x25a4f4;}['rearrange']({removedAnnotation:_0x587de8,previousAnnotation:_0x219287,nextAnnotation:_0x4f988b}){const _0x435df2=this['getSidebarItemView'](_0x587de8);this['view']['list']['remove'](_0x435df2),this['_destroySidebarItemView'](_0x587de8),_0x219287&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x219287)),_0x4f988b&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x4f988b)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x64042a,activatedAnnotation:_0xe9243b,disableAnimationOnActivatedAnnotation:_0x407f6f}){if(this['_activeAnnotation']=_0xe9243b,_0x64042a){_0x64042a['isActive']=!0x1;const _0x10a3c5=this['getSidebarItemView'](_0x64042a);_0x10a3c5&&_0x407f6f&&(_0x10a3c5['isAnimationDisabled']=!0x1);}if(_0xe9243b){const _0x328454=this['getSidebarItemView'](_0xe9243b);_0x328454&&(_0xe9243b['isActive']=!0x0,_0x407f6f&&(_0x328454['isAnimationDisabled']=!0x0,_0x328454['top']+=0x1),this['_alignToTargetRect'](_0x328454));}}['_detachFromContainer'](_0x7a224c){if(this['view']['element']['remove'](),_0x7a224c){for(const _0x8eb1f3 of _0x7a224c)this['_destroySidebarItemView'](_0x8eb1f3);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x54f913,_0x1d7551){_0x1d7551||(_0x1d7551=_0x54f913['view']);const _0x1db4f0=new C(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x1db4f0,_0x54f913),this['_annotationToSidebarItemView']['set'](_0x54f913,_0x1db4f0),_0x1db4f0['content']['add'](_0x1d7551),this['listenTo'](_0x54f913['view'],'change:targetRect',(_0x3f6574,_0x5eb2a4,_0x54c6de)=>{const _0x591548=this['_getTargetTop'](_0x54f913,_0x54c6de);_0x1db4f0['_targetTop']!=_0x591548&&(_0x1db4f0['_targetTop']=_0x591548,this['_setItemTop'](_0x1db4f0,_0x591548));}),this['listenTo'](_0x1db4f0,'change:top',()=>{this['_recalculate'](_0x1db4f0,'top');}),this['listenTo'](_0x1db4f0,'change:bottom',()=>{this['_recalculate'](_0x1db4f0,'bottom');}),this['_alignToTargetRect'](_0x1db4f0);const _0x2628b6=this['_getItemBefore'](_0x1db4f0);if(_0x2628b6)this['_alignAfterItem'](_0x2628b6,_0x1db4f0)||this['_alignToTargetRect'](_0x1db4f0);else this['_alignToTargetRect'](_0x1db4f0);return this['_updateLastItem'](),this['view']['list']['add'](_0x1db4f0),_0x1db4f0;}['_alignForTopChange'](_0x3c3071){if(!_0x3c3071['content']['length'])return;const _0x4ac5b8=this['_getItemBefore'](_0x3c3071);if(!_0x4ac5b8)return;const _0x478535=this['_sidebarItemViewToAnnotation']['get'](_0x4ac5b8),_0x2feecf=this['_activeAnnotation'];_0x2feecf&&_0x2feecf===_0x478535?this['_alignAfterItem'](_0x4ac5b8,_0x3c3071):this['_alignBeforeItem'](_0x3c3071,_0x4ac5b8);}['_alignForBottomChange'](_0x4623f4){if(!_0x4623f4['content']['length'])return;const _0x140d18=this['_getItemAfter'](_0x4623f4);if(!_0x140d18)return;const _0x23595c=this['_sidebarItemViewToAnnotation']['get'](_0x140d18),_0x16e90b=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x39e0a1=this['_activeAnnotation'];_0x39e0a1&&_0x39e0a1===_0x23595c&&_0x16e90b?(this['_alignBeforeItem'](_0x140d18,_0x4623f4),this['_alignAfterItem'](_0x4623f4,_0x140d18)):_0x39e0a1&&_0x39e0a1===_0x23595c?this['_alignBeforeItem'](_0x140d18,_0x4623f4):this['_alignAfterItem'](_0x4623f4,_0x140d18);}['_recalculate'](_0x57d250,_0x2b3574){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x28a4d0,changedProp:_0x2c511f}of this['_recalculateBuffer'])'top'===_0x2c511f?this['_alignForTopChange'](_0x28a4d0):this['_alignForBottomChange'](_0x28a4d0);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x57d250,'changedProp':_0x2b3574});}['getSidebarItemView'](_0x3799c6){return this['_annotationToSidebarItemView']['get'](_0x3799c6);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x52db34){const _0x427e79=this['getSidebarItemView'](_0x52db34);this['stopListening'](_0x427e79),this['stopListening'](_0x52db34['view']),_0x427e79['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x52db34),this['_sidebarItemViewToAnnotation']['delete'](_0x427e79);}['_createSidebarView'](){const _0x49eac7=new T(this['context']['locale']);return _0x49eac7['render'](),this['on']('change:_lastItem',(_0x36763e,_0xd03bae,_0x1a80cf,_0x1cf74c)=>{_0x1cf74c&&_0x49eac7['unbind']('minHeight'),_0x1a80cf?_0x49eac7['bind']('minHeight')['to'](_0x1a80cf,'bottom'):_0x49eac7['minHeight']=null;}),_0x49eac7;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x400ee7){const _0x483909=this['_sidebarItemViewToAnnotation']['get'](_0x400ee7),_0x27f009=_0x483909&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x483909)-0x1);return _0x27f009&&this['getSidebarItemView'](_0x27f009)||null;}['_getItemAfter'](_0x351697){const _0x2d2880=this['_sidebarItemViewToAnnotation']['get'](_0x351697),_0x5e7ae5=_0x2d2880&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x2d2880)+0x1);return _0x5e7ae5&&this['getSidebarItemView'](_0x5e7ae5)||null;}['_alignBeforeItem'](_0x4fbd09,_0x362d8c){_0x4fbd09['updateHeight']();const _0x94e997=M(_0x362d8c['bottom']+this['_spaceBetweenItems'],_0x4fbd09['top']);return!!_0x94e997&&(this['_setItemTop'](_0x362d8c,_0x362d8c['top']-_0x94e997),!0x0);}['_alignAfterItem'](_0xddbd08,_0x4aa2f4){_0xddbd08['updateHeight']();const _0x221075=M(_0xddbd08['bottom']+this['_spaceBetweenItems'],_0x4aa2f4['top']);return!!_0x221075&&(this['_setItemTop'](_0x4aa2f4,_0x4aa2f4['top']+_0x221075,!0x1),!0x0);}['_alignToTargetRect'](_0x598dfe){const _0x3910d4=this['_sidebarItemViewToAnnotation']['get'](_0x598dfe);if(!_0x3910d4||!_0x3910d4['target']||!_0x3910d4['targetRect'])return;const _0x428a0f=this['_getTargetTop'](_0x3910d4,_0x3910d4['targetRect']);this['_setItemTop'](_0x598dfe,_0x428a0f);}['_getTargetTop'](_0x130b9d,_0x7c69fd){if(null===_0x7c69fd)return 0x0;if(_0x130b9d['target']instanceof _0x4b870c)return _0x7c69fd['top'];{const _0x5ef0cd=new _0x4b870c(this['view']['element'])['top'];return _0x7c69fd['top']-_0x5ef0cd;}}['_setItemTop'](_0xadb71c,_0x29bd63,_0x458b07=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x458b07&&(_0x29bd63=Math['max'](_0x29bd63,this['_getMaxAvailableTop'](_0xadb71c))),_0xadb71c['top']=_0x29bd63;}['_getMaxAvailableTop'](_0x3be116){let _0xca2845=this['_getItemBefore'](_0x3be116),_0x3fe2d8=0x0;for(;_0xca2845;)_0xca2845['updateHeight'](),_0x3fe2d8+=this['_spaceBetweenItems']+_0xca2845['height'],_0xca2845=this['_getItemBefore'](_0xca2845);return _0x3fe2d8;}}function M(_0x104690,_0x30d328){return Math['max'](_0x104690-_0x30d328,0x0);}function y(_0x12ba1e){return null!==_0x12ba1e&&'object'==typeof _0x12ba1e&&0x1===_0x12ba1e['nodeType'];}class n extends _0x38ec7d{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x15a087){super(_0x15a087),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x53529c(),this['_refreshPositioningDebounced']=_0x13b1c5(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x2ccd3d=this['context']['plugins']['get'](j),_0x19ad2b=this['context']['plugins']['get'](z);_0x2ccd3d['register']('wideSidebar',this),_0x19ad2b['container']&&_0x2ccd3d['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x5c1513){if(_0x5c1513===this['activeAnnotation'])return;const _0x4fd0de=this['context']['plugins']['get'](z);_0x4fd0de['_activeAnnotation']=_0x5c1513;const _0x475b59=this['activeAnnotation'];this['activeAnnotation']=_0x5c1513,_0x4fd0de['refresh']({'blurredAnnotation':_0x475b59,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x2ded57){this['annotations']=_0x2ded57;const _0x324c7c=this['context']['plugins']['get'](z);if(_0x324c7c['_annotations']=_0x2ded57,this['isAttached'])throw new _0x2919bb('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x324c7c,'set:container',()=>{this['detach'](),this['listenTo'](_0x324c7c,'change:container',_0x5e8f45=>{_0x5e8f45['off'](),this['attach'](_0x2ded57);});}),_0x324c7c['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x24cc46=_0xdd4935=>{_0xdd4935['updateTargetRect'](),_0x324c7c['addAnnotation'](_0xdd4935);};for(const _0x2f1d97 of _0x2ded57)_0x24cc46(_0x2f1d97);this['listenTo'](_0x2ded57,'add',(_0x299fca,_0x1831ad)=>{_0x24cc46(_0x1831ad);}),this['listenTo'](_0x2ded57,'remove',(_0x3acb75,_0x3ae483,_0x503542)=>{_0x324c7c['rearrange']({'removedAnnotation':_0x3ae483,'previousAnnotation':_0x2ded57['get'](_0x503542-0x1),'nextAnnotation':_0x2ded57['get'](_0x503542+0x1)}),_0x3ae483===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x2ded57,'focus',(_0x1563f6,_0x3958f6)=>{this['setActiveAnnotation'](_0x3958f6);}),this['listenTo'](_0x2ded57,'blur',()=>{this['setActiveAnnotation'](null);});const _0xffa565=this['context']instanceof _0x1b4443?this['context']['editors']:new _0x53529c([this['context']]);for(const _0x519d0c of _0xffa565)this['_integrateWithEditorAnnotations'](_0x519d0c);this['listenTo'](_0xffa565,'add',(_0x8c1043,_0x25226c)=>{this['listenTo'](_0x25226c,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x25226c);});}),this['listenTo'](_0xffa565,'remove',(_0x3c1661,_0x27ba7e)=>{_0x27ba7e['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x27ba7e['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x2919bb('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x103b43=this['context']['plugins']['get'](z);_0x103b43['_detachFromContainer'](this['annotations']),this['stopListening'](_0x103b43),this['stopListening'](this['annotations']),this['context']instanceof _0x1b4443&&this['stopListening'](this['context']['editors']);for(const _0x3bf435 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x3bf435);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x30f574){if(!_0x30f574['plugins']['has']('EditorAnnotations'))return;const _0x5f2c59=_0x30f574['plugins']['get']('EditorAnnotations'),_0x35a36b=()=>{const _0x53e6cd=_0x5f2c59['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x53e6cd[0x0]||null);};this['listenTo'](_0x5f2c59,'refresh',_0x35a36b),this['listenTo'](_0x5f2c59,'blur',(_0x3be5e3,{isAnnotationTracked:_0x1c4707})=>{this['activeAnnotation']&&_0x1c4707(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x5f2c59,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x5d06c7=>{_0x5f2c59['hasDomSelection']()&&(_0x35a36b(),_0x5d06c7['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x5f2c59);}['_destroyEditorAnnotationsIntegration'](_0x45b381){this['stopListening'](_0x45b381),this['_editorAnnotations']['remove'](_0x45b381);}}class D extends _0x4b7d6d{['counterView'];constructor(_0x453d78){super(_0x453d78);const _0x292a96=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0xdbd59d,_0x36f3b1)=>_0xdbd59d?'...':_0x36f3b1['toString']()),this['set']('annotationType',''),this['icon']=kt,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new _t(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x292a96['to']('annotationType',_0x719f1d=>'ck-annotation-counter__badge--'+_0x719f1d),_0x292a96['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x292a96['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x38ec7d{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x2ed28d){super(_0x2ed28d),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x1282c8),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x53529c(),this['_refreshPositioningDebounced']=_0x13b1c5(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x347b19(this['context']['locale']),this['balloonPanelView']=new _0x2d68e5(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0xa3fa19){this['annotations']=_0xa3fa19;const _0x4066d7=this['context']['plugins']['get'](z),_0x579e32=this['balloonPanelView'];if(_0x4066d7['_annotations']=_0xa3fa19,this['isAttached'])throw new _0x2919bb('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x4066d7,'set:container',()=>{this['detach'](),this['listenTo'](_0x4066d7,'change:container',_0x36987c=>{_0x36987c['off'](),this['attach'](_0xa3fa19);});}),_0x4066d7['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x6957e2=_0x54c7b1=>{const _0x1d7b6b=new D(this['context']['locale']);_0x4066d7['addAnnotation'](_0x54c7b1,_0x1d7b6b),this['_annotationToNarrowView']['set'](_0x54c7b1,_0x1d7b6b),_0x1d7b6b['bind']('isDirty','annotationType','number')['to'](_0x54c7b1['view'],'isDirty','type','length'),_0x1d7b6b['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x579e32['content']['first']!==_0x54c7b1['view']?(this['_showBalloon'](_0x54c7b1),_0x54c7b1['view']['element']['focus'](),this['setActiveAnnotation'](_0x54c7b1)):this['setActiveAnnotation'](null);});};for(const _0xb72cab of _0xa3fa19)_0x6957e2(_0xb72cab);this['listenTo'](_0xa3fa19,'add',(_0x134cc9,_0x49996a)=>{_0x6957e2(_0x49996a);}),this['listenTo'](_0xa3fa19,'remove',(_0x3e63d3,_0x3f86f2,_0x43a356)=>{this['_annotationToNarrowView']['get'](_0x3f86f2)['destroy'](),this['_annotationToNarrowView']['delete'](_0x3f86f2),_0x4066d7['rearrange']({'removedAnnotation':_0x3f86f2,'previousAnnotation':_0xa3fa19['get'](_0x43a356-0x1),'nextAnnotation':_0xa3fa19['get'](_0x43a356+0x1)}),_0x3f86f2===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0xa3fa19,'focus',(_0xd4e355,_0x5a9b9b)=>{this['setActiveAnnotation'](_0x5a9b9b);}),this['listenTo'](_0xa3fa19,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x34680a,_0x175aca)=>{_0x175aca['keyCode']===_0x59daca['esc']&&_0x579e32['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x579e32['content']['first']),this['_hideBalloon'](),_0x175aca['stopPropagation'](),_0x175aca['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0xd35c1f,_0x45cc1c)=>{const _0x244cd5=_0x45cc1c['target'];_0x579e32['isVisible']&&_0x579e32['element']['contains'](_0x244cd5)||_0x4066d7['view']['element']['contains'](_0x244cd5)||_0xd35c1f['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x1d54d2=>_0x1d54d2['contains'](_0x244cd5))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x3b4fec=this['context']instanceof _0x1b4443?this['context']['editors']:new _0x53529c([this['context']]);for(const _0x44c6c5 of _0x3b4fec)this['_integrateWithEditorAnnotations'](_0x44c6c5);this['listenTo'](_0x3b4fec,'add',(_0x31c996,_0x34b013)=>{this['listenTo'](_0x34b013,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x34b013);});}),this['listenTo'](_0x3b4fec,'remove',(_0x1ab15a,_0x2ac429)=>{_0x2ac429['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x2ac429['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x3c455b){if(_0x3c455b===this['activeAnnotation'])return;const _0x10fe48=this['context']['plugins']['get'](z);if(_0x10fe48['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x3c455b,'disableAnimationOnActivatedAnnotation':!0x0}),_0x3c455b)_0x10fe48['getSidebarItemView'](_0x3c455b)?this['_showBalloon'](_0x3c455b):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x3c455b;}['detach'](){if(!this['isAttached'])throw new _0x2919bb('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x16fb60=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x4530f8=>_0x4530f8['destroy']()),this['_annotationToNarrowView']['clear'](),_0x16fb60['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x1b4443&&this['stopListening'](this['context']['editors']);for(const _0x5ad94c of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x5ad94c);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'](_0x24c1a0){if(!_0x24c1a0['plugins']['has']('EditorAnnotations'))return;const _0x22dff4=_0x24c1a0['plugins']['get']('EditorAnnotations'),_0x439007=this['context']['plugins']['get'](z),_0x51939b=this['annotations'],_0x46470b=this['balloonPanelView'],_0x5ac504=()=>{const _0xb97687=_0x22dff4['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0xb97687),this['setActiveAnnotation'](_0xb97687[0x0]||null);};this['listenTo'](_0x22dff4,'refresh',_0x5ac504),this['listenTo'](_0x22dff4,'blur',(_0x4ffc57,{isAnnotationTracked:_0x1b5efc})=>{this['activeAnnotation']&&_0x1b5efc(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x22dff4,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x51939b,'blur',_0x1be37a=>{_0x22dff4['hasDomSelection']()&&_0x1be37a['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x15e603,_0x42a037)=>{const _0x26f9c6=_0x42a037['target'];_0x46470b['isVisible']&&_0x46470b['element']['contains'](_0x26f9c6)||_0x439007['view']['element']['contains'](_0x26f9c6)||this['activeAnnotation']&&_0x22dff4['hasDomSelection']()&&(_0x5ac504(),_0x15e603['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x22dff4);}['_destroyEditorAnnotationsIntegration'](_0x127fc2){_0x127fc2&&(this['stopListening'](_0x127fc2),this['_editorAnnotations']['remove'](_0x127fc2));}['_setSelectedAnnotations'](_0x16d69c){for(const _0x5971f0 of this['_selectedAnnotations'])_0x16d69c['includes'](_0x5971f0)||this['_manuallyClosedAnnotationViews']['delete'](_0x5971f0['view']);this['_selectedAnnotations']=_0x16d69c;}['_refreshPositioning'](){const _0x1a4e49=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x1a4e49['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x3e62f6){if(this['_manuallyClosedAnnotationViews']['has'](_0x3e62f6['view']))return;const _0x5acfce=this['balloonPanelView']['content']['first'];_0x5acfce!==_0x3e62f6['view']?(_0x5acfce&&this['_detachListeners'](_0x5acfce),this['_attachListeners'](_0x3e62f6['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x3e62f6['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x22e411=this['balloonPanelView']['content']['first'],_0x763d56=_0x22e411&&this['annotations']['getByView'](_0x22e411);if(!_0x763d56||!this['_annotationToNarrowView']['has'](_0x763d56))return;const _0x2e746f=this['_annotationToNarrowView']['get'](_0x763d56)['element'],_0x5e81f1=(function(){const _0x5d11cb=_0x2d68e5['defaultPositions'];return[_0x5d11cb['southArrowNorthEast'],_0x5d11cb['northArrowSouthEast'],_0x5d11cb['southArrowNorth'],_0x5d11cb['northArrowSouth'],_0x5d11cb['southArrowNorthWest'],_0x5d11cb['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x2e746f,'positions':_0x5e81f1});}['_hideBalloon'](){const _0x117166=this['balloonPanelView'],_0x422f37=_0x117166['content']['first'];_0x422f37&&(this['_detachListeners'](_0x422f37),_0x117166['unpin'](),_0x117166['content']['clear']());}['_attachListeners'](_0x421af2){this['listenTo'](_0x421af2,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x421af2,'Esc',(_0x3551e2,_0x28bec2)=>{this['_manuallyClosedAnnotationViews']['add'](_0x421af2),this['_hideBalloon'](),_0x28bec2();});}['_detachListeners'](_0x337d42){this['stopListening'](_0x337d42);}}class c extends _0x2895c1{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[k,_0x35eb92,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x5a2521){super(_0x5a2521),_0x5a2521['editing']['view']['addObserver'](_0x4d7ea2),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x5a2521['plugins']['get'](_0x35eb92),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x104c6d=this['editor']['plugins']['get'](j);_0x104c6d['context']===this['editor']&&(_0x104c6d['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x1ad32e,_0x300f44)=>{const _0x368d82=this['_balloon'];if(this['isAttached']&&_0x368d82['visibleView']){const _0x1b799f=this['annotations']['getByView'](_0x368d82['visibleView']);_0x1b799f&&this['_closeAnnotation'](_0x1b799f),_0x300f44();}}));}['afterInit'](){const _0xfafc6d=this['editor']['plugins']['get'](j);_0xfafc6d['context']===this['editor']&&(_0xfafc6d['hasActive']()||_0xfafc6d['switchTo']('inline'));}['setActiveAnnotation'](_0x1a903c){_0x1a903c!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x1a903c&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x1a903c)&&this['_addAnnotationToBalloon'](_0x1a903c,!0x0),_0x1a903c['isActive']=!0x0),_0x1a903c||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x1a903c);}['attach'](_0x407822){this['annotations']=_0x407822;const _0x1c48f8=this['editor']['plugins']['get'](j),_0xb730db=this['_balloon'];if(this['isAttached'])throw new _0x2919bb('inlineannotations-attach-already-attached',this);if(_0x1c48f8['context']!==this['editor'])throw new _0x2919bb('inlineannotations-not-allowed-with-context',this);const _0x2798dd=this['editor']['plugins']['get'](k);this['listenTo'](_0x2798dd,'refresh',()=>{const _0x53a778=_0x2798dd['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x109c68,_0x1aafb8;!this['_forceRefresh']&&(_0x109c68=_0x53a778,_0x1aafb8=this['_selectedAnnotations'],_0x109c68['length']===_0x1aafb8['length']&&_0x109c68['every'](_0x5ebf94=>_0x1aafb8['includes'](_0x5ebf94)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x53a778),this['setActiveAnnotation'](_0x53a778[0x0]||null));}),this['listenTo'](_0x2798dd,'blur',(_0x1654d7,{isAnnotationTracked:_0x2aa31d})=>{this['activeAnnotation']&&_0x2aa31d(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x4800ba,_0x4faaa3,_0x386078)=>{_0x386078||this['setActiveAnnotation'](null);}),this['listenTo'](_0x407822,'remove',(_0x42ae1d,_0x138c71)=>{this['_removeAnnotationFromBalloon'](_0x138c71),_0x138c71===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0xb730db,'change:visibleView',(_0x2d883a,_0x224500,_0x5a43d7,_0x4b02b8)=>{_0x4b02b8&&this['stopListening'](_0x4b02b8);const _0x32ba8b=_0x407822['getByView'](_0x5a43d7);_0x5a43d7&&_0x32ba8b&&(this['listenTo'](_0x5a43d7,'change:height',()=>{_0xb730db['updatePosition']();}),this['listenTo'](_0x5a43d7,'Esc',()=>{this['_closeAnnotation'](_0x32ba8b),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x32ba8b&&this['setActiveAnnotation'](_0x32ba8b));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0xb730db['visibleView']&&(_0x407822['getByView'](_0xb730db['visibleView'])&&_0xb730db['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 _0x2919bb('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x5b7fea of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x5b7fea);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x491621){for(const _0x20e349 of this['_selectedAnnotations'])_0x491621['includes'](_0x20e349)||this['_manuallyClosed']['delete'](_0x20e349);for(const _0x17b67b of this['annotations'])_0x491621['includes'](_0x17b67b)||this['_removeAnnotationFromBalloon'](_0x17b67b);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x562b22 of _0x491621)this['_addAnnotationToBalloon'](_0x562b22);}this['_selectedAnnotations']=_0x491621;}['_addAnnotationToBalloon'](_0x401e6f,_0x2b53cc=!0x1){this['_manuallyClosed']['has'](_0x401e6f)||(this['_addedAnnotations']['has'](_0x401e6f)||this['_balloon']['hasView'](_0x401e6f['view'])||(this['_addedAnnotations']['add'](_0x401e6f),this['_balloon']['add']({'stackId':_0x401e6f['view']['id'],'view':_0x401e6f['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x401e6f)}})),_0x2b53cc&&this['_balloon']['showStack'](_0x401e6f['view']['id']));}['_getBalloonTargetForAnnotation'](_0x1c3ecf){const _0x8263a1=_0x1c3ecf['target'],_0x5be05c=this['editor']['editing']['view'],_0x8be75d=_0x5be05c['document']['selection']['getFirstRange'](),_0x20832b=_0x5be05c['domConverter']['viewRangeToDom'](_0x8be75d);if(_0x20832b['collapse'](!0x0),_0x8263a1){if(_0x8263a1 instanceof _0x4b870c)return _0x8263a1;let _0x5f7554=[];for(const _0x574eb9 of _0x8263a1)_0x5f7554['push'](...(_0x47c628=_0x574eb9['getClientRects'](),Array['from'](_0x47c628)['map'](DOMRect['fromRect'])));_0x5f7554=function(_0x1e3d59){const _0xb14338=[];let _0x400441=_0x1e3d59[0x0];for(let _0x499766=0x1;_0x499766<_0x1e3d59['length'];_0x499766++)F(_0x400441,_0x1e3d59[_0x499766])?_0x400441['width']+=_0x1e3d59[_0x499766]['width']:(_0xb14338['push'](_0x400441),_0x400441=_0x1e3d59[_0x499766]);return _0xb14338['push'](_0x400441),_0xb14338;}(_0x5f7554);const _0x3e1101=_0x20832b['getBoundingClientRect']();return _0x5f7554['find'](_0x191efa=>_0x191efa['top']<=_0x3e1101['top']&&_0x191efa['bottom']>=_0x3e1101['bottom']&&_0x191efa['left']<=_0x3e1101['left']&&_0x191efa['right']>=_0x3e1101['right'])||_0x5f7554[0x0];}var _0x47c628;return _0x1c3ecf['targetRect']||_0x20832b;}['_removeAnnotationFromBalloon'](_0x34aa49){this['_addedAnnotations']['has'](_0x34aa49)&&this['_balloon']['hasView'](_0x34aa49['view'])&&(this['_addedAnnotations']['delete'](_0x34aa49),this['_balloon']['remove'](_0x34aa49['view']));}['_closeAnnotation'](_0x374560){this['_manuallyClosed']['add'](_0x374560),this['_removeAnnotationFromBalloon'](_0x374560);}}function F(_0x1f24be,_0x2ee27d){return _0x1f24be['top']===_0x2ee27d['top']&&_0x1f24be['bottom']===_0x2ee27d['bottom']&&_0x1f24be['right']===_0x2ee27d['left'];}var Q='<!--\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 X extends _t{['_focusTracker'];['_keystrokes'];['_focusables'];['_focusCycler'];constructor(_0x5b939a,_0x2e3121){super(_0x5b939a),this['set']('isEmpty',!_0x2e3121['length']),this['_focusTracker']=new _0xd45ad8(),this['_keystrokes']=new Et(),this['_focusables']=_0x2e3121,this['_focusCycler']=new _0x1d0997({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['listenTo'](_0x2e3121,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x2e3121,'remove',(_0x273058,_0x42312b)=>{_0x42312b['isActive']&&this['focus'](),_0x2e3121['length']||(this['isEmpty']=!0x0);});const _0x5d4d32=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content']},'children':[{'tag':'div','children':_0x2e3121},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x5d4d32['if']('isEmpty','ck-hidden',_0x148297=>!_0x148297)]},'children':[{'text':W(_0x5b939a,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_keystrokes']['listenTo'](this['element']);const _0x444390=_0x33d12e=>_0x33d12e['stopPropagation']();this['_keystrokes']['set']('arrowright',_0x444390),this['_keystrokes']['set']('arrowleft',_0x444390),this['_keystrokes']['set']('arrowup',_0x444390),this['_keystrokes']['set']('arrowdown',_0x444390),this['listenTo'](this['element'],'selectstart',(_0x204886,_0x31d8af)=>{_0x31d8af['stopPropagation']();},{'priority':'high'});}['destroy'](){super['destroy'](),this['_focusTracker']['destroy'](),this['_keystrokes']['destroy']();}['focus'](){this['element']['focus']();}}class p extends _0x38ec7d{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,b];}constructor(_0x1844a1){super(_0x1844a1),this['archivedThreads']=new _0x53529c();}['init'](){const _0x322b19=this['context'],_0xf182e3=_0x322b19['plugins']['get'](m),_0x1e53a7=_0x322b19['plugins']['get'](b);this['listenTo'](_0xf182e3,'addCommentThread',(_0xfb86fb,{threadId:_0x16b865})=>{const _0xe2498=_0xf182e3['getCommentThread'](_0x16b865);_0xe2498['archivedAt']&&this['archivedThreads']['add'](_0xe2498,this['_calculatePosition'](_0xe2498['archivedAt'])),this['listenTo'](_0xe2498,'change:archivedAt',(_0x4968fa,_0x32cc5c,_0x32f4b8)=>{_0x32f4b8?this['archivedThreads']['has'](_0xe2498)||this['archivedThreads']['add'](_0xe2498,this['_calculatePosition'](_0xe2498['archivedAt'])):this['archivedThreads']['has'](_0xe2498)&&this['archivedThreads']['remove'](_0xe2498);});}),this['listenTo'](_0xf182e3,'removeCommentThread',(_0x2f2af9,{threadId:_0x434f02})=>{const _0x8bbb9=_0xf182e3['getCommentThread'](_0x434f02);this['stopListening'](_0x8bbb9),this['archivedThreads']['has'](_0x8bbb9)&&this['archivedThreads']['remove'](_0x8bbb9);},{'priority':'highest'}),this['listenTo'](_0x1e53a7['collection'],'focus',(_0x22d911,_0x1928a6)=>{_0x1928a6['isActive']=!0x0,_0x1e53a7['activate'](_0x1928a6);});}['_calculatePosition'](_0x29f442){const _0x26d283=[...this['archivedThreads']]['findIndex'](_0x33a0a5=>_0x33a0a5['archivedAt']<_0x29f442);return _0x26d283>-0x1?_0x26d283:this['archivedThreads']['length'];}}class a extends _0x2895c1{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x3cf9fb];}constructor(_0xfd92a9){super(_0xfd92a9),this['annotationViews']=new _0x4363c5(),this['_pendingThreads']=[];}['init'](){this['editor']['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x4b7d6d,!0x0)),this['editor']['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>this['_createCommentsArchiveButton'](_0x366b42));const _0x3de0ff=this['editor']['plugins']['get'](p),_0x3787df=this['editor']['plugins']['get']('Annotations'),_0x2609f7=this['editor']['plugins']['get']('CommentsRepository');this['listenTo'](_0x3de0ff['archivedThreads'],'add',(_0x536363,_0x3c63d2)=>{const _0x552339=this['editor']['config']['get']('collaboration.channelId');if(!_0x552339||_0x3c63d2['channelId']===_0x552339){const _0x57c5f5=_0x2609f7['_threadToController']['get'](_0x3c63d2);if(!_0x57c5f5)return void this['_pendingThreads']['push'](_0x3c63d2);const _0x54b79c=this['_calculatePosition'](_0x3c63d2['archivedAt']),_0x558f39=_0x3787df['getByInnerView'](_0x57c5f5['view']);_0x558f39['isVisible']&&_0x3787df['_visibleAnnotations']['remove'](_0x558f39),this['annotationViews']['add'](_0x558f39['view'],_0x54b79c);}}),this['listenTo'](_0x3787df['collection'],'add',(_0x4e93a5,_0x25aa7c)=>{const _0x3a86fe=this['_pendingThreads']['find'](_0x43b63e=>{const _0x3c9368=_0x2609f7['_threadToController']['get'](_0x43b63e);return _0x3c9368&&_0x25aa7c['innerView']===_0x3c9368['view'];});if(_0x3a86fe){const _0x2c01e4=this['_calculatePosition'](_0x3a86fe['archivedAt']);this['annotationViews']['add'](_0x25aa7c['view'],_0x2c01e4),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x3a86fe),0x1);}}),this['listenTo'](_0x3de0ff['archivedThreads'],'remove',(_0x5e3716,_0x1571e4)=>{const _0x569669=this['editor']['config']['get']('collaboration.channelId');if(!_0x569669||_0x1571e4['channelId']===_0x569669){const _0x4c6eeb=_0x2609f7['_threadToController']['get'](_0x1571e4),_0x4eec4a=_0x3787df['getByInnerView'](_0x4c6eeb['view']);this['annotationViews']['remove'](_0x4eec4a['view']),this['stopListening'](_0x4eec4a['focusableElements']);}});}['_calculatePosition'](_0x24ffa6){const _0x1ba8ea=this['editor']['config']['get']('collaboration.channelId'),_0x7c8905=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x43ee20=>_0x43ee20['channelId']===_0x1ba8ea)['findIndex'](_0x49709c=>_0x49709c['archivedAt']<_0x24ffa6);return _0x7c8905<0x0||_0x7c8905>this['annotationViews']['length']?this['annotationViews']['length']:_0x7c8905-0x1;}['_toggleDialog'](){const _0x207b79=this['editor'],_0x46a0d8=_0x207b79['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new X(_0x207b79['locale'],this['annotationViews'])),'commentsArchive'===_0x46a0d8['id']?_0x46a0d8['hide']():_0x46a0d8['show']({'id':'commentsArchive','title':W(_0x207b79['locale'],'COMMENTS_ARCHIVE'),'icon':Q,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x5ca412['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x3aca45,_0x24248d=!0x1){const _0x1e6867=this['editor']['locale'],_0x4804cf=new _0x3aca45(_0x1e6867);return _0x4804cf['bind']('isEnabled')['to'](this,'isEnabled'),_0x4804cf['set']({'label':W(_0x1e6867,'COMMENTS_ARCHIVE'),'icon':Q}),_0x24248d&&(_0x4804cf['tooltip']=!0x0),this['listenTo'](_0x4804cf,'execute',()=>this['_toggleDialog']()),_0x4804cf;}}class f extends _0x2895c1{static get['requires'](){return[m,r,s,p,a,e,n,i,c];}static get['pluginName'](){return'Comments';}}export{V as AnnotationView,b as Annotations,j as AnnotationsUIs,ti as BaseCommentThreadView,oi as BaseCommentView,se as Comment,ie as CommentThread,wt as CommentThreadController,Tt as CommentThreadInputView,At as CommentView,f as Comments,xt as CommentsListView,e as CommentsOnly,m as CommentsRepository,s as CommentsUI,k as EditorAnnotations,c as InlineAnnotations,i as NarrowSidebar,n as WideSidebar};
|