@ckeditor/ckeditor5-comments 42.0.2-alpha.0 → 42.0.2-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 +13 -13
- 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(_0x275296={}){(_0x275296=Object['assign']({},_0x275296))['plugins']||(_0x275296['plugins']=St['defaultPlugins']),super(_0x275296),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 _0x59ebea=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x59ebea))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x5cd06c=>{const _0xd263a5=this['model']['document']['getRoot'](),_0x2df5b3=_0xd263a5&&_0xd263a5['getChild'](_0xd263a5['childCount']-0x1);_0x5cd06c['setSelection'](_0x2df5b3,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x326065=this['editing']['view'],_0x497ae6=_0x326065['document']['getRoot'](),_0x4e5fd2=_0x497ae6['getChild'](0x0);_0x497ae6['childCount']>0x1||!_0x4e5fd2||'p'!=_0x4e5fd2['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(zt(_0x326065,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x4e5fd2['placeholder']=this['placeholder']),Ft({'view':_0x326065,'element':_0x4e5fd2,'keepOnFocus':!0x0}),this['placeholderElement']=_0x4e5fd2);}}class ei extends _t{['keystrokes'];['focusTracker'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x32b0a8,_0x5dd585={}){super(_0x32b0a8),this['editor']=null,this['_editorConfig']=_0x5dd585,this['keystrokes']=new Et(),this['focusTracker']=new _0x3d6b24(),this['set']('value',_0x5dd585['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',W(_0x32b0a8,'Reply...')),this['set']('submitLabel',W(_0x32b0a8,'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',(_0x2738d4,_0xc8f615)=>{this['cancelButtonView']['fire']('execute'),_0xc8f615();}),this['on']('submit',(_0x4b8f6b,_0x312c1b)=>{_0x312c1b['length']>0xfde8?(alert(W(_0x32b0a8,'TOO_LONG_COMMENT_ALERT',[_0x312c1b['length'],0xfde8])),_0x4b8f6b['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 _0xe9b595=this['editor'];this['element']['insertBefore'](_0xe9b595['ui']['element'],this['element']['firstChild']),_0xe9b595['model']['document']['on']('change',()=>this['value']=_0xe9b595['getData']()),_0xe9b595['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:_0x49fe78}=this,_0x569a3b=new _0x492171(_0x49fe78);return _0x569a3b['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x569a3b['withText']=!0x0,_0x569a3b['bind']('label')['to'](this,'submitLabel'),_0x569a3b['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x569a3b['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x1ef4d8,_0x183db7)=>!_0x183db7&&!!_0x1ef4d8['trim']()),_0x569a3b;}['_createCancelButton'](){const {locale:_0x516af7}=this,_0x375df8=new _0x492171(_0x516af7);return _0x375df8['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x375df8['label']=W(_0x516af7,'Cancel'),_0x375df8['withText']=!0x0,_0x375df8['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x375df8;}['_initializeFocusCycling'](_0x4ccd61){const _0x13bed6=this['focusTracker'],_0x4fa99d=new _0x3a1ba1();[_0x4ccd61['ui']['view'],this['submitButtonView'],this['cancelButtonView']]['forEach'](_0x5a95f2=>{_0x4fa99d['add'](_0x5a95f2),_0x13bed6['add'](_0x5a95f2['element']);});const _0x1fbb45=new _0x5b33e7({'focusables':_0x4fa99d,'focusTracker':_0x13bed6});this['keystrokes']['set']('tab',(_0x4a5521,_0x2108af)=>{_0x1fbb45['focusNext'](),_0x2108af();},{'priority':'low'}),this['keystrokes']['set']('shift\x20+\x20tab',(_0x1867f1,_0x120686)=>{_0x1fbb45['focusPrevious'](),_0x120686();},{'priority':'low'});}}class Tt extends _t{constructor(_0x3f23fc,_0xa6a4de,_0x17983c){super(_0x3f23fc),this['commentInputView']=new ei(_0x3f23fc,_0x17983c),this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x28842b,_0x432574)=>_0x28842b||!!_0x432574),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 _0x279e5c(_0x3f23fc,_0xa6a4de),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(_0x3b9c87){super(_0x3b9c87);const _0x2fbc46=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x2fbc46['to']('count',_0x56b454=>W(_0x3b9c87,'NUMBER_OF_COMMENTS',_0x56b454))}]});}}class xt extends _t{['commentViews'];['resolvedCommentView'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x291a9e,_0x50dd8a,_0x29a9bc){super(_0x291a9e),this['set']('hasDirtyComment',!0x1),this['set']('length',_0x50dd8a['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x50dd8a,this['_config']=_0x29a9bc,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['_collapsedCommentsView']=new ts(_0x291a9e),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x23f12c=>_0x23f12c-this['_config']['maxCommentsWhenCollapsed']);for(const _0x458ffa of _0x50dd8a['comments'])this['_handleNewCommentModel'](_0x458ffa);this['_handleInfoComment'](),this['listenTo'](_0x50dd8a['comments'],'add',(_0x580e03,_0x2897bd)=>{const _0x4bd7b7=this['_calculatePosition'](_0x2897bd);this['length']++,this['_handleNewCommentModel'](_0x2897bd,_0x4bd7b7),this['refreshVisibleViews']();}),this['listenTo'](_0x50dd8a['comments'],'remove',(_0x5e6ed6,_0x3ea857)=>{this['length']--,this['_handleRemoveCommentModel'](_0x3ea857),this['refreshVisibleViews']();}),this['listenTo'](_0x50dd8a,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x50dd8a,'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 _0x35fbe6 of this['commentViews'])_0x35fbe6['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x18471a,_0x571505){const _0x3a9221=new this['_config']['CommentView'](this['locale'],_0x18471a,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x3a9221['viewUid']=_0x18471a['id'],_0x3a9221['delegate']('removeComment')['to'](this),_0x3a9221['delegate']('updateComment')['to'](this),_0x3a9221['delegate']('resolveCommentThread')['to'](this),_0x3a9221['delegate']('editorReady')['to'](this),_0x3a9221['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x3a9221,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x3a9221,_0x571505);}['_calculatePosition'](_0x1f2753){const _0x568548=this['_model']['_findOptimalIndex'](_0x1f2753);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x1f2753['authoredAt']?_0x568548-0x1:_0x568548:_0x568548-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x2b1b8b={'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'],_0x2b1b8b,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x2b1b8b));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x2cada4){const _0x125fc2=this['commentViews']['remove'](_0x2cada4['id']);this['stopListening'](_0x125fc2),_0x125fc2['isEditMode']&&this['_updateHasDirtyComment'](),_0x125fc2['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x96820d=>_0x96820d['isEditMode']);}['_rearrangeCollapse'](){const _0x19a61c=function(_0xbe4a7f){const _0x3c3338=new _0x5a5e34();for(const _0x231187 of _0xbe4a7f)_0x3c3338['add'](_0x231187);return _0x3c3338;}(this['commentViews']),_0x586752=this['_collapsedCommentsView']['count'];for(let _0x2e4ca4=0x1;_0x2e4ca4<=_0x586752;_0x2e4ca4++)_0x19a61c['remove'](0x1);for(const _0x595d97 of _0x19a61c)_0x595d97['collapse']();_0x586752>0x0&&_0x19a61c['add'](this['_collapsedCommentsView'],0x1),is(_0x18bbfb(Array['from'](this['visibleViews']),Array['from'](_0x19a61c)),this['visibleViews'],_0x19a61c);}['_rearrangeExpand'](){is(_0x18bbfb(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0xfa434a of this['visibleViews'])_0xfa434a['expand']();}}function is(_0x1f20d2,_0x37e7f6,_0x28190e){let _0xdcc29f=0x0;for(const _0x5dcaed of _0x1f20d2)switch(_0x5dcaed){case'insert':_0x37e7f6['add'](_0x28190e['get'](_0xdcc29f),_0xdcc29f),_0xdcc29f++;break;case'delete':_0x37e7f6['remove'](_0xdcc29f);break;case'equal':_0xdcc29f++;}}class Zt extends _t{['_model'];['reopenButtonView'];constructor(_0xa7d8b2,_0x2f8db5){super(_0xa7d8b2);const _0x2d1ab0=this['bindTemplate'];this['_model']=_0x2f8db5,this['reopenButtonView']=this['_createReopenButton'](),this['bind']('hasContext')['to'](this['_model'],'context',_0x2f9fe6=>!!_0x2f9fe6),this['bind']('contextValue')['to'](this['_model'],'context',_0x1779f1=>_0x1779f1&&_0x1779f1['value']?this['_trimContextValue'](_0x1779f1['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',_0x2d1ab0['if']('hasContext','ck-context--quotes')]},'children':[{'tag':'span','attributes':{'class':['ck-context__value']},'children':[{'text':_0x2d1ab0['to']('contextValue')}]}]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions']();}['_createReopenButton'](){const _0x3953eb=new _0x492171(this['locale']);return _0x3953eb['label']=W(this['locale'],'Reopen'),_0x3953eb['tooltip']=W(this['locale'],'Reopen'),_0x3953eb['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>',_0x3953eb['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x2b3f32=>!_0x2b3f32),_0x3953eb['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0xa14d22,_0x18c6bd)=>_0xa14d22&&_0x18c6bd),_0x3953eb['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x3953eb;}['_trimContextValue'](_0x3c4037){if(_0x3c4037['length']<0x96)return _0x3c4037;const _0x50c4d1=_0x3c4037['lastIndexOf']('\x20',0x93);return _0x3c4037['substring'](0x0,_0x50c4d1>-0x1?_0x50c4d1:0x93)+'...';}['_attachContextActions'](){const _0x4be008=this['element']['querySelector']('.ck-context'),_0x22c0da=_0x4be008['querySelector']('.ck-context__value');this['listenTo'](_0x4be008,'mouseenter',()=>{_0x22c0da['offsetWidth']<_0x22c0da['scrollWidth']&&_0x4be008['classList']['add']('overlay');}),this['listenTo'](_0x4be008,'mouseleave',()=>{_0x4be008['classList']['remove']('overlay');});}}class ti extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];constructor(_0x445f34,_0x587544,_0x47ef48,_0x228fd9){super(_0x445f34),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x587544,this['_localUser']=_0x47ef48,this['_config']=_0x228fd9,this['commentThreadHeaderView']=new Zt(_0x445f34,_0x587544),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x445f34,_0x587544,Object['assign']({'CommentView':this['_config']['CommentView']},_0x228fd9)),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',(_0x1e16dd,_0x59fc5a)=>_0x1e16dd||!!_0x59fc5a),this['bind']('isUnlinked')['to'](_0x587544,'unlinkedAt',_0x39d5c0=>!!_0x39d5c0);}['focus'](){this['element']['focus']();}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x216deb=new Tt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x4efd96=_0x216deb['commentInputView'];return _0x216deb['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x4efd96,'value',(_0x19b684,_0x3b2035,_0x4f08cc,_0x3bd998,_0x2080db)=>!!_0x2080db||!!_0x3bd998&&_0x4f08cc&&!_0x3b2035||_0x19b684&&_0x4f08cc&&!_0x3b2035),_0x4efd96['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x256806,_0x175d0b,_0x2c40bd)=>{let _0xd82ab5;return _0xd82ab5=_0x2c40bd&&_0x175d0b?'Reply\x20to\x20reopen\x20discussion...':_0x256806?'Reply...':'Write\x20a\x20comment...',W(this['locale'],_0xd82ab5);}),_0x4efd96['bind']('submitLabel')['to'](this,'length',_0x441c67=>W(this['locale'],_0x441c67?'Reply':'Comment')),_0x4efd96['on']('submit',(_0x4550b5,_0x757b52)=>{this['fire']('addComment',_0x757b52),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x4efd96['on']('cancel',()=>{this['focus']();}),_0x4efd96['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x4efd96['on']('cancel',_0xe65042=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0xe65042['stop']());}),this['on']('change:isActive',(_0x2c1946,_0x24bec6,_0x27886a)=>{_0x27886a||this['length']||_0x4efd96['value']||this['fire']('removeCommentThread');}),_0x216deb;}}class yt extends/* #__PURE__ -- @preserve */
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
_0x402311(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x2cd539,target:_0x398a73,type:_0x5e93d2,isVisible:_0x4020e0=!0x0}){super(),this['view']=_0x2cd539,this['view']['element']||this['view']['render'](),this['_type']=_0x5e93d2,this['_target']=_0x398a73,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x5a5e34([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x4d113d,_0x14f4ae)=>{this['view']['focusTracker']['add'](_0x14f4ae);}),this['focusableElements']['on']('remove',(_0x3855b5,_0x115ee3)=>{this['view']['focusTracker']['remove'](_0x115ee3);}),this['set']('isVisible',_0x4020e0);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x9d7953=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x9d7953),_0x9d7953;}get['targetRect'](){const _0x1b03e3=this['target'];if(null===_0x1b03e3)return null;if(_0x1b03e3 instanceof _0x305566)return _0x1b03e3;const _0x2f346f=_0x1b03e3['filter'](_0x225791=>function(_0x4ffb9b){const _0x4b6896=_0x4ffb9b['offsetParent'];if(_0x4b6896)return!0x0;const _0x13cd4d=_0x4ffb9b['getClientRects']()['item'](0x0);return!!_0x13cd4d;}(_0x225791));return 0x0===_0x2f346f['length']?null:new _0x305566(_0x2f346f[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x25c127){this['view']['isActive']=_0x25c127,this['view']['mainView']['isActive']=_0x25c127;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x23860a){if(!(null===_0x23860a||_0x23860a instanceof _0x305566||Array['isArray'](_0x23860a)&&_0x23860a['every'](_0x54a75a=>ee(_0x54a75a))))throw new _0x33edb8('annotation-invalid-target',null,{'target':_0x23860a});}['_getNormalizedTarget'](){const _0x187382='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x187382)?[_0x187382]:_0x187382;}}function ee(_0x2cc329){return null!==_0x2cc329&&'object'==typeof _0x2cc329&&'nodeType'in _0x2cc329&&0x1===_0x2cc329['nodeType'];}class x extends _0x5a5e34{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x15c538=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x3d6b24(),this['_focusTracker']['on']('change:isFocused',(_0x2c5f56,_0x20d11e,_0x48683a)=>{_0x48683a||this['fire']('blur');});for(const _0x28bd22 of _0x15c538)this['add'](_0x28bd22);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x5ea05a){if(this['has'](_0x5ea05a))throw new _0x33edb8('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x5ea05a['innerView'],_0x5ea05a),this['_viewToAnnotation']['set'](_0x5ea05a['view'],_0x5ea05a);for(const _0x5e6c49 of _0x5ea05a['focusableElements'])this['_focusTracker']['add'](_0x5e6c49);this['listenTo'](_0x5ea05a['focusableElements'],'add',(_0x7e175e,_0x553770)=>{this['_focusTracker']['add'](_0x553770);}),this['listenTo'](_0x5ea05a['focusableElements'],'remove',(_0x1c4899,_0xd81267)=>{this['_focusTracker']['remove'](_0xd81267);}),this['listenTo'](_0x5ea05a['view']['focusTracker'],'change:isFocused',(_0x17e8f9,_0x1332ad,_0x56f923)=>{_0x56f923&&this['fire']('focus',_0x5ea05a);}),_0x5ea05a['updateTargetRect']();const _0x4e16e9=this['_getOrderInContent'](_0x5ea05a['view']['targetRect']);return super['add'](_0x5ea05a,_0x4e16e9);}['remove'](_0xbe4ef9){if(!this['has'](_0xbe4ef9))throw new _0x33edb8('annotationcollection-not-existing-item',null);this['stopListening'](_0xbe4ef9['view']['focusTracker']),this['stopListening'](_0xbe4ef9['focusableElements']);for(const _0xf2e61 of _0xbe4ef9['focusableElements'])this['_focusTracker']['remove'](_0xf2e61);return this['_viewToAnnotation']['delete'](_0xbe4ef9['view']),this['_innerViewToAnnotation']['delete'](_0xbe4ef9['innerView']),super['remove'](_0xbe4ef9);}['getByInnerView'](_0x451460){return this['_innerViewToAnnotation']['get'](_0x451460);}['getByView'](_0x1a35e9){return this['_viewToAnnotation']['get'](_0x1a35e9);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x42687e of this)_0x42687e['updateTargetRect']();this['_sort']();}['_sort'](){const _0x3a4cdd=Array['from'](this)['sort']((_0x210f36,_0x3695e2)=>v(_0x210f36['view']['targetRect'],_0x3695e2['view']['targetRect']));for(let _0x523c4a=_0x3a4cdd['length']-0x1;_0x523c4a>0x0;_0x523c4a--){const _0x4f9aee=_0x3a4cdd[_0x523c4a];_0x523c4a!==this['getIndex'](_0x4f9aee)&&(this['remove'](_0x4f9aee),this['add'](_0x4f9aee));}}['_getOrderInContent'](_0x2e336a){let _0x11460b=0x0;if(!_0x2e336a)return this['length'];for(const _0x4c95a3 of this){const _0x336c6b=_0x4c95a3['view']['targetRect'];if(_0x336c6b){if(v(_0x2e336a,_0x336c6b)<0x0)return _0x11460b;_0x11460b++;}}return _0x11460b;}}function v(_0x3b911d,_0x2583ef){if(null===_0x3b911d&&null===_0x2583ef)return 0x0;if(null===_0x3b911d)return-0x1;if(null===_0x2583ef)return 0x1;const _0x420a24=_0x3b911d['top']-_0x2583ef['top'];return 0x0==_0x420a24?_0x3b911d['left']-_0x2583ef['left']:_0x420a24;}class b extends _0x2496c3{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x4b7cd4){super(_0x4b7cd4),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations']();}['add'](_0x3df2fb){this['collection']['add'](_0x3df2fb);}['remove'](_0x513d01){this['collection']['remove'](_0x513d01),_0x513d01['destroy']();}['refreshVisibility'](){for(const _0x36ad59 of this['collection'])_0x36ad59['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x22071e){return this['collection']['getByInnerView'](_0x22071e);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x849c3a of this['collection'])_0x849c3a['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x573356){this['fire']('_activateAnnotation',_0x573356);}['createAnnotation'](_0x39230c){return new d(_0x39230c);}['createAnnotationView'](_0x51f982,_0x49f955){return new V(_0x51f982,_0x49f955);}['_addActiveAnnotation'](_0x4bc939){const _0x3243b0=new Set(this['activeAnnotations']);_0x3243b0['add'](_0x4bc939),this['activeAnnotations']=_0x3243b0;}['_removeActiveAnnotation'](_0x15d6f4){const _0x371462=new Set(this['activeAnnotations']);_0x371462['delete'](_0x15d6f4),this['activeAnnotations']=_0x371462;}['_bindAnnotationsToVisibleAnnotations'](){const _0x2b81af=this['collection'],_0x2e80b2=this['_visibleAnnotations'];function _0x5ea956(_0x2621f5){const _0x46faae=_0x2621f5['source'];_0x46faae['isVisible']&&!_0x2e80b2['has'](_0x46faae)?_0x2e80b2['add'](_0x46faae):!_0x46faae['isVisible']&&_0x2e80b2['has'](_0x46faae)&&_0x2e80b2['remove'](_0x46faae),_0x46faae['view']['focusTracker']['remove'](_0x46faae['view']['element']),_0x46faae['view']['focusTracker']['add'](_0x46faae['view']['element']);}this['listenTo'](_0x2b81af,'add',(_0x43c6a9,_0x169fde)=>{_0x169fde['isVisible']&&_0x2e80b2['add'](_0x169fde),this['listenTo'](_0x169fde,'change:isVisible',_0x5ea956);}),this['listenTo'](_0x2b81af,'remove',(_0x941677,_0x2d817b)=>{_0x2e80b2['has'](_0x2d817b)&&_0x2e80b2['remove'](_0x2d817b),this['stopListening'](_0x2d817b,'change:isVisible',_0x5ea956);});}}const Ct=Symbol('noChannel'),vt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x2496c3{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[b,ht,lt];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x2af1fc){super(_0x2af1fc),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 _0x23bac7=this['context']['config'];_0x23bac7['define']('comments.maxCommentsWhenCollapsed',0x2),_0x23bac7['define']('comments.maxThreadTotalWeight',0x1f4),_0x23bac7['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x23bac7['define']('comments.CommentThreadView',yt),_0x23bac7['define']('comments.CommentView',At),_0x23bac7['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x3c639a=this['context']['plugins']['get'](b);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x435d07,_0x1c2464)=>this['_addCommentThread'](_0x1c2464)),this['on']('submitCommentThread',(_0x2ef554,_0x19b5ea)=>this['_submitCommentThread'](_0x19b5ea)),this['on']('resolveCommentThread',(_0x117d98,_0x34717a)=>this['_resolveCommentThread'](_0x34717a)),this['on']('resolveCommentThread',(_0x2b5d3e,_0x5b879e)=>this['_updateActiveAnnotation'](_0x5b879e),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x23090a,_0x52754b)=>this['_reopenCommentThread'](_0x52754b)),this['on']('reopenCommentThread',(_0x197659,_0x380b26)=>this['_updateActiveAnnotation'](_0x380b26),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x21d4fa,_0x2c6397)=>this['_removeCommentThread'](_0x2c6397)),this['on']('updateCommentThread',(_0xe97b6d,_0x1d26c3)=>this['_updateCommentThread'](_0x1d26c3)),this['on']('updateCommentThread',(_0x15f190,_0x1ec007)=>this['_updateActiveAnnotation'](_0x1ec007),{'priority':'lowest'}),this['on']('addComment',(_0x44299a,_0x193020)=>this['_addComment'](_0x193020)),this['on']('updateComment',(_0x16c3e2,_0x10586e)=>this['_updateComment'](_0x10586e)),this['on']('removeComment',(_0x5e29b7,_0x42cc5c)=>this['_removeComment'](_0x42cc5c)),this['on']('addComment',(_0x307819,{threadId:_0x57e13c,isFromAdapter:_0x5f471d})=>{if(_0x5f471d)return;const _0x58ccbb=this['getCommentThread'](_0x57e13c),_0x4a2cec=_0x58ccbb&&this['_threadToController']['get'](_0x58ccbb);_0x4a2cec&&_0x4a2cec['view']['focus']();},{'priority':'lowest'}),this['listenTo'](_0x3c639a,'change:activeAnnotations',(_0x50dcbd,_0x5f2548,_0x2622e7)=>{const _0x2c9032=Array['from'](_0x2622e7)['map'](_0x90df7f=>this['_viewToController']['get'](_0x90df7f['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x2c9032?_0x2c9032['model']:null;});}['afterInit'](){!function(_0x52d7fb){function _0x50ceb8(_0x5bf66a,_0x59b65b,_0x333a9e){const _0x7d2098={};_0x7d2098[_0x1710b2([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x7d2098[_0x1710b2([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],_0x7d2098[_0x1710b2([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],_0x7d2098[_0x1710b2([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],_0x7d2098[_0x1710b2([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],_0x7d2098[_0x1710b2([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],_0x7d2098[_0x1710b2([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],_0x7d2098[_0x1710b2([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],_0x7d2098[_0x1710b2([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],_0x7d2098[_0x1710b2([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],_0x7d2098[_0x1710b2([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 _0x35f355=new Uint8Array(0x10);for(let _0x16ed8e=0xf;_0x16ed8e>=0x0;--_0x16ed8e)_0x35f355[_0x16ed8e]=_0x333a9e%0x100,_0x333a9e=parseInt(_0x333a9e/0x100);let _0x1335f0=null,_0x1be19b=0x10;const _0x1b0cc8=new Uint8Array(_0x59b65b),_0x556353=[],_0x506bdc=[];_0x7543d8();for(let _0x1a01d5=0x0;_0x1a01d5<_0x5bf66a[_0x1710b2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1a01d5++)0x10===_0x1be19b&&(_0x1335f0=_0x4d683d(_0x35f355),_0x1be19b=0x0,_0x28984a(_0x35f355)),_0x5bf66a[_0x1a01d5]^=_0x1335f0[_0x1be19b++];return _0x5bf66a;function _0x7e47af(_0x5202e5){const _0x43b51f=[];for(let _0xec0ad3=0x0;_0xec0ad3<_0x5202e5[_0x1710b2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xec0ad3+=0x4)_0x43b51f[_0x1710b2([0x70,0x75,0x73,0x68])](_0x5202e5[_0xec0ad3]<<0x18|_0x5202e5[_0xec0ad3+0x1]<<0x10|_0x5202e5[_0xec0ad3+0x2]<<0x8|_0x5202e5[_0xec0ad3+0x3]);return _0x43b51f;}function _0x28984a(_0x504123){for(let _0x5aae88=0xf;_0x5aae88>=0x0;_0x5aae88--){if(0xff!==_0x504123[_0x5aae88]){_0x504123[_0x5aae88]++;break;}_0x504123[_0x5aae88]=0x0;}}function _0x4d683d(_0xda3869){const _0x3bf2be=_0x556353[_0x1710b2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x1cdd26=[0x0,0x0,0x0,0x0];let t=_0x7e47af(_0xda3869);for(let _0x10cd82=0x0;_0x10cd82<0x4;_0x10cd82++)t[_0x10cd82]^=_0x556353[0x0][_0x10cd82];for(let _0x1efbc4=0x1;_0x1efbc4<_0x3bf2be;_0x1efbc4++){for(let _0x20a83f=0x0;_0x20a83f<0x4;_0x20a83f++)_0x1cdd26[_0x20a83f]=_0x7d2098[_0x1710b2([0x54,0x31])][t[_0x20a83f]>>0x18&0xff]^_0x7d2098[_0x1710b2([0x54,0x32])][t[(_0x20a83f+0x1)%0x4]>>0x10&0xff]^_0x7d2098[_0x1710b2([0x54,0x33])][t[(_0x20a83f+0x2)%0x4]>>0x8&0xff]^_0x7d2098[_0x1710b2([0x54,0x34])][0xff&t[(_0x20a83f+0x3)%0x4]]^_0x556353[_0x1efbc4][_0x20a83f];t=_0x1cdd26[_0x1710b2([0x73,0x6c,0x69,0x63,0x65])]();}const _0x3852cd=new Uint8Array(0x10);let _0x2acc64;for(let _0x2e3144=0x0;_0x2e3144<0x4;_0x2e3144++)_0x2acc64=_0x556353[_0x3bf2be][_0x2e3144],_0x3852cd[0x4*_0x2e3144]=0xff&(_0x7d2098[_0x1710b2([0x53])][t[_0x2e3144]>>0x18&0xff]^_0x2acc64>>0x18),_0x3852cd[0x4*_0x2e3144+0x1]=0xff&(_0x7d2098[_0x1710b2([0x53])][t[(_0x2e3144+0x1)%0x4]>>0x10&0xff]^_0x2acc64>>0x10),_0x3852cd[0x4*_0x2e3144+0x2]=0xff&(_0x7d2098[_0x1710b2([0x53])][t[(_0x2e3144+0x2)%0x4]>>0x8&0xff]^_0x2acc64>>0x8),_0x3852cd[0x4*_0x2e3144+0x3]=0xff&(_0x7d2098[_0x1710b2([0x53])][0xff&t[(_0x2e3144+0x3)%0x4]]^_0x2acc64);return _0x3852cd;}function _0x7543d8(){const _0x200aae=_0x7d2098[_0x1710b2([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x1b0cc8[_0x1710b2([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x554133=0x0;_0x554133<=_0x200aae;_0x554133++)_0x556353[_0x1710b2([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x506bdc[_0x1710b2([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x161e38=0x4*(_0x200aae+0x1),_0x4d6f58=_0x1b0cc8[_0x1710b2([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x20b772=_0x7e47af(_0x1b0cc8);let _0x29e9a3;for(let _0x17f464=0x0;_0x17f464<_0x4d6f58;_0x17f464++)_0x29e9a3=_0x17f464>>0x2,_0x556353[_0x29e9a3][_0x17f464%0x4]=_0x20b772[_0x17f464],_0x506bdc[_0x200aae-_0x29e9a3][_0x17f464%0x4]=_0x20b772[_0x17f464];let _0x5e5d04,_0x3063d0=0x0,t=_0x4d6f58;for(;t<_0x161e38;){_0x5e5d04=_0x20b772[_0x4d6f58-0x1],_0x20b772[0x0]^=_0x7d2098[_0x1710b2([0x53])][_0x5e5d04>>0x10&0xff]<<0x18^_0x7d2098[_0x1710b2([0x53])][_0x5e5d04>>0x8&0xff]<<0x10^_0x7d2098[_0x1710b2([0x53])][0xff&_0x5e5d04]<<0x8^_0x7d2098[_0x1710b2([0x53])][_0x5e5d04>>0x18&0xff]^_0x7d2098[_0x1710b2([0x72,0x63,0x6f,0x6e])][_0x3063d0]<<0x18,_0x3063d0+=0x1;for(let _0x2705e2=0x1;_0x2705e2<_0x4d6f58/0x2;_0x2705e2++)_0x20b772[_0x2705e2]^=_0x20b772[_0x2705e2-0x1];_0x5e5d04=_0x20b772[_0x4d6f58/0x2-0x1],_0x20b772[_0x4d6f58/0x2]^=_0x7d2098[_0x1710b2([0x53])][0xff&_0x5e5d04]^_0x7d2098[_0x1710b2([0x53])][_0x5e5d04>>0x8&0xff]<<0x8^_0x7d2098[_0x1710b2([0x53])][_0x5e5d04>>0x10&0xff]<<0x10^_0x7d2098[_0x1710b2([0x53])][_0x5e5d04>>0x18&0xff]<<0x18;for(let _0x1720f0=_0x4d6f58/0x2+0x1;_0x1720f0<_0x4d6f58;_0x1720f0++)_0x20b772[_0x1720f0]^=_0x20b772[_0x1720f0-0x1];let _0x411001,_0x5cf483,_0xd94531=0x0;for(;_0xd94531<_0x4d6f58&&t<_0x161e38;)_0x411001=t>>0x2,_0x5cf483=t%0x4,_0x556353[_0x411001][_0x5cf483]=_0x20b772[_0xd94531],_0x506bdc[_0x200aae-_0x411001][_0x5cf483]=_0x20b772[_0xd94531++],t++;}for(let _0x2eb0bd=0x1;_0x2eb0bd<_0x200aae;_0x2eb0bd++)for(let _0x4b0bd8=0x0;_0x4b0bd8<0x4;_0x4b0bd8++)_0x5e5d04=_0x506bdc[_0x2eb0bd][_0x4b0bd8],_0x506bdc[_0x2eb0bd][_0x4b0bd8]=_0x7d2098[_0x1710b2([0x55,0x31])][_0x5e5d04>>0x18&0xff]^_0x7d2098[_0x1710b2([0x55,0x32])][_0x5e5d04>>0x10&0xff]^_0x7d2098[_0x1710b2([0x55,0x33])][_0x5e5d04>>0x8&0xff]^_0x7d2098[_0x1710b2([0x55,0x34])][0xff&_0x5e5d04];}}function _0x1710b2(_0x307849){return _0x307849['map'](_0x5781fc=>String['fromCharCode'](_0x5781fc))['join']('');}(_0x5ad4e0=>{function _0x10cc6f(){const _0x3d1cd8=[{[_0x1710b2([0x69,0x64])]:0x1,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x1710b2([0x69,0x64])]:0x2,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([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]),[_0x1710b2([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1710b2([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x1710b2([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x1710b2([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x1710b2([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1710b2([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x1710b2([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x1710b2([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x1710b2([0x69,0x64])]:0x3,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x1710b2([0x69,0x64])]:0x4,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([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]),[_0x1710b2([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1710b2([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x1710b2([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x1710b2([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x1710b2([0x69,0x64])]:0x5,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([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]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1710b2([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1710b2([0x66,0x67,0x69])]:[0xc]}},{[_0x1710b2([0x69,0x64])]:0x6,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1710b2([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1710b2([0x66,0x67,0x69])]:[0xc]}},{[_0x1710b2([0x69,0x64])]:0x7,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1710b2([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1710b2([0x66,0x67,0x69])]:[0xc]}},{[_0x1710b2([0x69,0x64])]:0x8,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([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]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1710b2([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1710b2([0x66,0x67,0x69])]:[0xc]}},{[_0x1710b2([0x69,0x64])]:0x9,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1710b2([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1710b2([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x1710b2([0x69,0x64])]:0xa,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([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]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([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]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([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]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1710b2([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1710b2([0x66,0x67,0x69])]:[0xc]}},{[_0x1710b2([0x69,0x64])]:0xb,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x1710b2([0x69,0x64])]:0xc,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x1710b2([0x69,0x64])]:0xd,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1710b2([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1710b2([0x66,0x67,0x69])]:[0xc]}},{[_0x1710b2([0x69,0x64])]:0xe,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x1710b2([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([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])},{[_0x1710b2([0x69,0x64])]:0xf,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x1710b2([0x69,0x64])]:0x10,[_0x1710b2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1710b2([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1710b2([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1710b2([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1710b2([0x66,0x67,0x69])]:[0xc]}}];return _0x4dc312(_0x3d1cd8),_0x3d1cd8;function _0x10d53f(_0x17946b){return 0x1<<_0x17946b-0x1;}function _0x4dc312(_0x55f53c){_0x55f53c[_0x1710b2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5325a6=>{_0x5325a6[_0x1710b2([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x10d53f(_0x5325a6[_0x1710b2([0x69,0x64])]),_0x525f5c(_0x5325a6)&&_0x5325a6[_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x4dc312(_0x5325a6[_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x525f5c(_0x133403){return _0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x133403;}const _0x560146=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x2014c2=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x43357d(_0x22b523){const _0xbc8ff5=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x47724c(_0x22b523,new Uint8Array([..._0x560146,..._0xbc8ff5,..._0x2014c2]));}function _0x47724c(_0x5bf153,_0x2d4e32){const _0x4e0ec2=_0x252248(_0x5bf153),_0x5339ee=Array[_0x1710b2([0x66,0x72,0x6f,0x6d])](_0x3449e8(_0x4e0ec2)),_0x376ad9=_0x5339ee[_0x1710b2([0x70,0x6f,0x70])](),_0x575d99=_0x5339ee[_0x1710b2([0x70,0x6f,0x70])]();return _0x216afa(_0x50ceb8(_0x5339ee,_0x2d4e32,_0x575d99+0x100*_0x376ad9));}function _0x252248(_0xe62ee2){const _0x4132fb=atob(_0xe62ee2),[_0x2840c1,_0x564511]=_0x4132fb[_0x1710b2([0x73,0x70,0x6c,0x69,0x74])](_0x1710b2([0x2d]));try{if(atob(_0x564511))return atob(_0x2840c1);}catch(_0x29cd7b){}return _0x4132fb;}function _0x4bfb60(_0x4c9bf9){try{const _0x3ed12b=_0x43357d(_0x4c9bf9),_0x141c08=JSON[_0x1710b2([0x70,0x61,0x72,0x73,0x65])](_0x3ed12b),_0x555bcd=parseInt(_0x141c08[_0x1710b2([0x31])]),_0xa0cf5a=_0x141c08[_0x1710b2([0x32])]||'',_0x2d2468=parseInt(_0x141c08[_0x1710b2([0x33])]),_0x4206ce=parseInt(_0x141c08[_0x1710b2([0x34])])||0x0,_0x27baac=parseInt(_0x141c08[_0x1710b2([0x35])])||0x0;return{[_0x1710b2([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0xa0cf5a,[_0x1710b2([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x4206ce,[_0x1710b2([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x555bcd,[_0x1710b2([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x2d2468,[_0x1710b2([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x27baac};}catch(_0x36af8f){return null;}}const _0x390493=_0x10cc6f(),_0x30841c={[_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x434b2e,[_0x1710b2([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])]:_0xda16f9,[_0x1710b2([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])]:_0x5eedfa},_0x4d0ff3=_0x5ad4e0[_0x1710b2([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x347a45=_0x1710b2([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x5ad4e0?_0x5ad4e0['context']:_0x5ad4e0['editor'],_0x351638=_0x1710b2([0x34,0x30,0x34,0x38,0x31,0x34,0x34,0x36]),_0x2902a2=_0x1710b2([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]),_0x1c8d08=_0x347a45['config']['get'](_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x4dec60=_0x390493[_0x1710b2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x525f5c)[_0x1710b2([0x66,0x69,0x6e,0x64])](_0x57afb1=>_0x57afb1[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x4d0ff3);function _0x3ccba6(_0x4dae8f,_0x1818b0){_0x30841c[_0x1818b0[_0x1710b2([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x4dae8f,_0x1818b0),_0x1818b0[_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x1818b0[_0x1710b2([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x1710b2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x34f4a7=>_0x118130(_0x347a45,_0x34f4a7[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x1710b2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3dd4ff=>_0x3ccba6(_0x4dae8f,_0x3dd4ff));}function _0x434b2e(_0x21b29c,_0x1d2df4){_0x1ad839(_0x4f4c9e(_0x21b29c,_0x1d2df4),_0x1d2df4);}function _0xda16f9(_0x1bcb6a,_0x3ab33b){function _0x261aec(_0x45c882,_0x4d9f85){try{if(_0x118130(_0x347a45,_0x1710b2([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x45c882){const _0x2b80f7=_0x4e46b2(_0x347a45,_0x1710b2([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x1710b2([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x2b80f7)/0x2>_0x45c882[_0x1710b2([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x3bf3c3(_0x4d9f85[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x4f4c9e(_0x45c882,_0x4d9f85);}catch(_0x278032){return _0x3bf3c3(_0x4d9f85[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x1ad839(_0x261aec(_0x1bcb6a,_0x3ab33b),_0x3ab33b);}function _0x5eedfa(_0x29a79c,_0x18e299){const _0x419082=_0x2014c2[0x0]*_0x560146[0x1],_0x14b042=_0x2014c2[0x0]*_0x560146[0x2],_0x3657ca=_0x2014c2[0x2]*_0x560146[0x2];_0x118130(_0x347a45,_0x1710b2([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x4e46b2(_0x347a45,_0x1710b2([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1710b2([0x73,0x74,0x61,0x74,0x65])]==_0x1710b2([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x56328e()]=_0x3657ca);function _0x3568af(_0x117abb,_0x36b216){try{return _0x574573()?_0x3bf3c3(_0x36b216[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x56,0x61,0x6c,0x69,0x64])):_0x4f4c9e(_0x117abb,_0x36b216);}catch(_0x1da37b){return _0x3bf3c3(_0x36b216[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x32d02b(_0x54db38,_0x140735){const _0xc0fbf8=0x7;if(_0x54db38==_0x140735[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x5f1a36();else{if(_0x54db38==_0x140735[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x54,0x72,0x69,0x61,0x6c])){const _0x38cbcb=_0x2e6a93();_0x38cbcb&&_0x106fd6(_0x38cbcb,_0x140735[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x763095=_0x425a8b();window[_0x1710b2([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x106fd6(_0x1710b2([0x74,0x69,0x6d,0x65]),_0x140735[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x763095);const _0x411748=_0x4e46b2(_0x347a45,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x1710b2([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x411748[_0x1710b2([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0xc0fbf8?_0x106fd6(_0x1710b2([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x140735[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x411748['on'](_0x1710b2([0x61,0x64,0x64]),()=>{_0x411748[_0x1710b2([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0xc0fbf8&&_0x106fd6(_0x1710b2([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x140735[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x2e6a93(){if(!_0x118130(_0x347a45,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x5760d5 in window)if(Number['isNaN'](Number(_0x5760d5))){if(window[_0x5760d5]===_0x419082)return _0x1710b2([0x74,0x69,0x6d,0x65]);if(window[_0x5760d5]===_0x14b042)return _0x1710b2([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x574573(){if(!_0x118130(_0x347a45,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x534427 in window)if(Number['isNaN'](Number(_0x534427))&&window[_0x534427]===_0x3657ca)return!0x0;return!0x1;}function _0x106fd6(_0x541af8,_0x3c896a){_0x5f1a36(),_0x3bf3c3(_0x3c896a+_0x1710b2([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x541af8),window[_0x56328e()]=_0x541af8===_0x1710b2([0x74,0x69,0x6d,0x65])?_0x419082:_0x14b042;}function _0x425a8b(){let _0x2aa891=_0x2014c2[0x6]*_0x560146[0x8]*_0x560146[0x6];return _0x118130(_0x347a45,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x2aa891/=0xa),_0x2aa891;}function _0x5f1a36(){const _0x3d93e6=_0x347a45;function _0x36406d(){_0x118130(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x4e46b2(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1710b2([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x1710b2([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x4e46b2(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1710b2([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x4e46b2(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1710b2([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x2c000e,_0x4e46b2(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1710b2([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x2c000e,_0x3d93e6[_0x1710b2([0x6d,0x6f,0x64,0x65,0x6c])][_0x1710b2([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2c000e,_0x3d93e6[_0x1710b2([0x6d,0x6f,0x64,0x65,0x6c])][_0x1710b2([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2c000e,_0x3d93e6[_0x1710b2([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1710b2([0x6d,0x6f,0x64,0x65,0x6c]))),_0x118130(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x4e46b2(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1710b2([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x1710b2([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x4e46b2(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1710b2([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x4e46b2(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1710b2([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x2c000e,_0x4e46b2(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1710b2([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x2c000e);}_0x3d93e6[_0x1710b2([0x73,0x74,0x61,0x74,0x65])]==_0x1710b2([0x72,0x65,0x61,0x64,0x79])?_0x36406d():_0x3d93e6[_0x1710b2([0x6f,0x6e,0x63,0x65])](_0x1710b2([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x118130(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x36406d(),_0x118130(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x2d580a=_0x4e46b2(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x5e45a2=_0x2d580a['getRevision'](0x0),_0x363b7c=_0x2d580a['getEarlierVisibleRevision'](_0x5e45a2[_0x1710b2([0x69,0x64])]);_0x4e46b2(_0x3d93e6,_0x1710b2([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1710b2([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x5e45a2[_0x1710b2([0x69,0x64])],_0x363b7c?_0x363b7c[_0x1710b2([0x69,0x64])]:null,0x1)['then'](()=>_0x36406d());}});}_0x32d02b(_0x3568af(_0x29a79c,_0x18e299),_0x18e299);}function _0x4f4c9e(_0x8103ec,_0x4f0ebd){try{return _0x18d954(_0x4f0ebd)?_0x3bf3c3(_0x4f0ebd[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x56,0x61,0x6c,0x69,0x64])):_0x8103ec&&_0x37fee2(_0x8103ec[_0x1710b2([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x4f0ebd)?_0x8103ec[_0x1710b2([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x1710b2([0x6f,0x70,0x65,0x6e])][_0x1710b2([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x351638)/0x2>_0x8103ec[_0x1710b2([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x3bf3c3(_0x4f0ebd[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x8103ec[_0x1710b2([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x3bf3c3(_0x4f0ebd[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x54,0x72,0x69,0x61,0x6c])):_0x3bf3c3(_0x4f0ebd[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x56,0x61,0x6c,0x69,0x64])):_0x3bf3c3(_0x4f0ebd[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x3c44b3){return _0x3bf3c3(_0x4f0ebd[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x1ad839(_0x49c483,_0x14e705){if(_0x347a45 instanceof _0x53c5fd){const _0x235a43=_0x347a45;_0x49c483==_0x14e705[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x58b7e1(_0x235a43):_0x49c483==_0x14e705[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x54,0x72,0x69,0x61,0x6c])&&window[_0x1710b2([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x58b7e1(_0x235a43),_0x3bf3c3(_0x14e705[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x2014c2[0x6]*_0x560146[0x8]*_0x560146[0x6]),_0x235a43[_0x1710b2([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x1710b2([0x6f,0x6e])](_0x1710b2([0x61,0x64,0x64]),(_0x212d66,_0x299bd9)=>{_0x49c483!=_0x14e705[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x49c483!=_0x14e705[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x49c483!=_0x14e705[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x1e533f(_0x299bd9);});}else{const _0x34d366=_0x347a45;_0x49c483==_0x14e705[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x1e533f(_0x34d366):_0x49c483==_0x14e705[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x54,0x72,0x69,0x61,0x6c])&&_0x34d366[_0x1710b2([0x6f,0x6e])](_0x1710b2([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x2e1ccb=0x0;_0x34d366[_0x1710b2([0x6d,0x6f,0x64,0x65,0x6c])][_0x1710b2([0x6f,0x6e])](_0x1710b2([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x297c20,_0x31c8ec)=>{_0x31c8ec[0x0][_0x1710b2([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2e1ccb++,0x1f8===_0x2e1ccb&&(_0x1e533f(_0x34d366),_0x3bf3c3(_0x14e705[_0x1710b2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1710b2([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x297c20[_0x1710b2([0x6f,0x66,0x66])]());},{'priority':_0x1710b2([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x3bf3c3(_0x3c66fc){const _0x1792d7=_0x56328e();return _0x347a45[_0x1792d7]=_0x3c66fc,_0x3c66fc;}function _0x56328e(){const _0x469f9b=String(window[_0x1710b2([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1710b2([0x6e,0x6f,0x77])]())[_0x1710b2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1710b2([0x2e]),'');let _0xf453e1='';for(let _0x42f981=0x0;_0x42f981<_0x469f9b[_0x1710b2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x42f981+=0x2){let _0x1063ad=parseInt(_0x469f9b[_0x1710b2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x42f981,_0x42f981+0x2));_0x1063ad>=_0x2902a2[_0x1710b2([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1063ad-=_0x2902a2[_0x1710b2([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xf453e1+=_0x2902a2[_0x1063ad];}return _0xf453e1;}function _0x58b7e1(_0x2f0d04){for(const _0xd335b7 of _0x2f0d04[_0x1710b2([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x1e533f(_0xd335b7);_0x4e46b2(_0x2f0d04,_0x1710b2([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x1710b2([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x4e46b2(_0x2f0d04,_0x1710b2([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x1710b2([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x2c000e;}function _0x1e533f(_0x37f6be){function _0x3aac6b(){_0x37f6be[_0x1710b2([0x6d,0x6f,0x64,0x65,0x6c])][_0x1710b2([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2c000e,_0x37f6be[_0x1710b2([0x6d,0x6f,0x64,0x65,0x6c])][_0x1710b2([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2c000e,_0x37f6be[_0x1710b2([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1710b2([0x6d,0x6f,0x64,0x65,0x6c]));}_0x37f6be[_0x1710b2([0x73,0x74,0x61,0x74,0x65])]==_0x1710b2([0x72,0x65,0x61,0x64,0x79])?_0x3aac6b():_0x37f6be[_0x1710b2([0x6f,0x6e,0x63,0x65])](_0x1710b2([0x72,0x65,0x61,0x64,0x79]),()=>_0x3aac6b());}function _0x2c000e(){return null;}function _0x37fee2(_0x14f7d1,_0x51ae21){const _0x39d39d=!!(_0x14f7d1&_0x51ae21[_0x1710b2([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x12bf45=_0x55b7f1(_0x14f7d1,_0x51ae21);return _0x39d39d||_0x12bf45;}function _0x55b7f1(_0xd32311,_0x26a4f5){const _0x5cf7ee=(_0x26a4f5[_0x1710b2([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x1710b2([0x66,0x67,0x69])]||null;return!!_0x5cf7ee&&_0x390493[_0x1710b2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x28654e=>_0x5cf7ee[_0x1710b2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x28654e[_0x1710b2([0x69,0x64])]))[_0x1710b2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x555619=>!_0x517cc4(_0x555619))[_0x1710b2([0x73,0x6f,0x6d,0x65])](_0x2af1ed=>!!(_0xd32311&_0x2af1ed[_0x1710b2([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x517cc4(_0x34517a){const _0x540c07={[_0x1710b2([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])]:_0x4f21c5};return!!_0x34517a['forbiddenHandler']&&_0x540c07[_0x34517a['forbiddenHandler']]();}function _0x4f21c5(){return!window[_0x1710b2([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x118130(_0x347a45,_0x1710b2([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x18d954(_0x1d5574){if(!_0x118130(_0x347a45,_0x1d5574[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x717e13=_0x1d5574[_0x1710b2([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x52e8cb=_0x717e13[_0x1710b2([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x5e67f3=_0x717e13[_0x1710b2([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x228bd7=_0x717e13[_0x1710b2([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x118130(_0x347a45,_0x1710b2([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x4e46b2(_0x347a45,_0x1710b2([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1710b2([0x73,0x74,0x61,0x74,0x65])]==_0x1710b2([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x52e8cb)return!0x0;if(_0x118130(_0x347a45,_0x1710b2([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x4e46b2(_0x347a45,_0x1710b2([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x1710b2([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x1710b2([0x65,0x6e,0x64])&&_0x5e67f3)return!0x0;return!(!_0x118130(_0x347a45,_0x1710b2([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]))||_0x4e46b2(_0x347a45,_0x1710b2([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]))[_0x1710b2([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x1710b2([0x65,0x6e,0x64])||!_0x228bd7);}function _0x118130(_0xf14c3e,_0x109423){return _0xf14c3e[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1710b2([0x68,0x61,0x73])](_0x109423);}function _0x4e46b2(_0x4a3571,_0x356e36){return _0x4a3571[_0x1710b2([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1710b2([0x67,0x65,0x74])](_0x356e36);}function _0x216afa(_0x33beaf){let _0x11d33a='';for(const _0x22aa94 of _0x33beaf)_0x11d33a+=String[_0x1710b2([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x22aa94);return _0x11d33a;}function _0x3449e8(_0x5a9bab){const _0x221aa7=new Uint8Array(_0x5a9bab[_0x1710b2([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x416b8c=0x0;_0x416b8c<_0x5a9bab[_0x1710b2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x416b8c++)_0x221aa7[_0x416b8c]=_0x5a9bab[_0x1710b2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x416b8c);return _0x221aa7;}_0x4dec60&&_0x3ccba6(_0x4bfb60(_0x1c8d08),_0x4dec60);})(_0x52d7fb);}(this);}set['adapter'](_0x2e68f8){if(this['_adapter'])throw new _0x33edb8('commentsrepository-adapter-already-set');this['_adapter']=_0x2e68f8;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x1110e6=Ct,threadId:_0x4f581b=_0x2406c2(),comments:_0x2ef5cb=[],unlinkedAt:_0x3c4af6=null,resolvedAt:_0x13cfeb=null,resolvedBy:_0x1bcad0=null,target:_0x52c416=null,context:_0x5eefe4=null,attributes:_0x590d62={},isResolvable:_0x13e264=!0x0,isSubmitted:_0x5a9652=!0x1,isFromAdapter:_0x3823d0=!0x1}={}){return this['fire'](gt('addCommentThread',_0x1110e6),{'channelId':_0x1110e6,'threadId':_0x4f581b,'comments':_0x2ef5cb,'unlinkedAt':_0x3c4af6,'resolvedAt':_0x13cfeb,'resolvedBy':_0x1bcad0,'target':_0x52c416,'context':_0x5eefe4,'attributes':_0x590d62,'isFromAdapter':_0x3823d0,'isResolvable':_0x13e264,'isSubmitted':_0x5a9652}),this['getCommentThread'](_0x4f581b);}['openNewCommentThread']({channelId:_0x5b3f87=Ct,threadId:_0x32f7aa=_0x2406c2(),target:_0x15b309,context:_0x2da952=null,isResolvable:_0x4c0f02=!0x0}){if(this['_readOnlyChannels']['has'](_0x5b3f87)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x15b309)throw new _0x33edb8('commentsrepository-missing-target');const _0x51a546=this['addCommentThread']({'channelId':_0x5b3f87,'threadId':_0x32f7aa,'target':_0x15b309,'context':_0x2da952,'isResolvable':_0x4c0f02});if(!_0x51a546)return null;const _0x2aca36=this['_threadToController']['get'](_0x51a546),_0x12023d=_0x2aca36['view']['commentThreadInputView']['commentInputView'],_0x91b009=this['context']['plugins']['get'](b),_0x228cd9=_0x91b009['getByInnerView'](_0x2aca36['view']);return _0x91b009['activate'](_0x228cd9),_0x12023d['once']('editorReady',()=>_0x12023d['focus']()),_0x51a546;}['hasCommentThread'](_0x3e158b){if('string'!=typeof _0x3e158b)throw new _0x33edb8('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x3e158b);}['updateCommentThread']({channelId:_0x44f4ac=Ct,threadId:_0x3b5c88,context:_0x7c3007,unlinkedAt:_0x40d295,attributes:_0x1a3ed8,isFromAdapter:_0x26f040=!0x1}){return this['fire'](gt('updateCommentThread',_0x44f4ac),{'channelId':_0x44f4ac,'threadId':_0x3b5c88,'context':_0x7c3007,'unlinkedAt':_0x40d295,'attributes':_0x1a3ed8,'isFromAdapter':_0x26f040}),this['getCommentThread'](_0x3b5c88);}['getCommentThread'](_0x154277){if('string'!=typeof _0x154277)throw new _0x33edb8('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x154277);}['fetchCommentThread']({channelId:_0x1b293f,threadId:_0x36be90}={}){const _0x2c7fda=this['getCommentThread'](_0x36be90);if(_0x2c7fda)return Promise['resolve'](_0x2c7fda);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x33edb8('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x1b293f,'threadId':_0x36be90})['then'](_0xcb3a29=>this['hasCommentThread'](_0x36be90)?this['getCommentThread'](_0x36be90):_0xcb3a29?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x1b293f},_0xcb3a29)):void 0x0)['catch'](_0x355a2e=>{throw console['error'](_0x355a2e),new _0x33edb8('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x4540d5,skipNotAttached:_0x2b9545=!0x1,skipEmpty:_0x323617=!0x1,toJSON:_0x5cd512=!0x1}={}){const _0x59607f=[];for(const _0x8e3d96 of this['_threads']['values']())_0x4540d5&&_0x8e3d96['channelId']!==_0x4540d5||_0x2b9545&&!_0x8e3d96['isAttached']||_0x323617&&0x0===_0x8e3d96['length']||_0x59607f['push'](_0x8e3d96);return _0x5cd512?_0x59607f['map'](_0x27897f=>_0x27897f['toJSON']()):_0x59607f;}['setActiveCommentThread'](_0x38e43f){const _0x21680b=this['context']['plugins']['get'](b);if(!_0x38e43f)return void(this['activeCommentThread']&&_0x21680b['deactivateAll']());const _0x40a444=this['getCommentThread'](_0x38e43f);if(!_0x40a444)throw new _0x33edb8('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x38e43f});if(!this['_threadToController']['has'](_0x40a444))throw new _0x33edb8('commentsrepository-active-not-attached',null,{'threadId':_0x38e43f});const _0x48de6b=_0x21680b['getByInnerView'](this['_threadToController']['get'](_0x40a444)['view']);_0x21680b['activate'](_0x48de6b);}['switchReadOnly'](_0x6c71ac,_0x1074da){_0x6c71ac?this['_readOnlyChannels']['add'](_0x1074da):this['_readOnlyChannels']['delete'](_0x1074da),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x259a77){return this['_readOnlyChannels']['has'](_0x259a77)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x1ac70a,_0x40504e){return new wt(_0x1ac70a,_0x40504e);}['setPermissions'](_0x23cf09,_0x2c1c78=Ct){this['_permissions']['set'](_0x2c1c78,_0x23cf09),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0xd4c9a0=Ct){return this['_permissions']['has'](_0xd4c9a0)?this['_permissions']['get'](_0xd4c9a0):vt;}['_addCommentThread']({channelId:_0x2f59cd,threadId:_0x4071b1,comments:_0x10b764,unlinkedAt:_0x3803a4,resolvedAt:_0xb19ad0,resolvedBy:_0x94f36d,target:_0x34a44b,context:_0x4600cb,attributes:_0x945e6f,isFromAdapter:_0x173301,isResolvable:_0xbf2bc4,isSubmitted:_0x370bd9}){if('string'!=typeof _0x4071b1)throw new _0x33edb8('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x4071b1});if(this['hasCommentThread'](_0x4071b1))throw new _0x33edb8('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x4071b1});const _0x187ec8=new ie(this,{'channelId':_0x2f59cd,'id':_0x4071b1,'context':_0x4600cb,'attributes':_0x945e6f,'unlinkedAt':_0x3803a4,'resolvedAt':_0xb19ad0,'resolvedBy':_0x94f36d?this['context']['plugins']['get'](lt)['getUser'](_0x94f36d):null,'isResolvable':_0xbf2bc4,'isSubmitted':_0x370bd9||_0x173301});this['_threads']['set'](_0x4071b1,_0x187ec8);for(const _0xea05d1 of _0x10b764)_0x187ec8['_add'](this['_createNewComment']({'threadId':_0x4071b1,..._0xea05d1}));return _0x34a44b&&_0x187ec8['attachTo'](_0x34a44b),_0x173301||!_0x187ec8['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x2f59cd,'threadId':_0x4071b1});}['_submitCommentThread']({channelId:_0x609fd3,threadId:_0x5bed31}){if(!this['hasCommentThread'](_0x5bed31))throw new _0x33edb8('commentsrepository-missing-comment-thread',this);const _0x17182f=this['getCommentThread'](_0x5bed31);if(_0x17182f['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x5b38d9,comments:_0x3c9b4e,resolvedAt:_0x4c2a37,resolvedBy:_0x23bd8b,context:_0x3d91b4,attributes:_0x2aecb9}=_0x17182f,_0x46afca=this['context']['plugins']['get']('PendingActions'),_0x2ed9c2=_0x46afca['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x609fd3,'threadId':_0x5b38d9,'comments':_0x3c9b4e['map'](_0x311966=>_0x311966['toJSON']()),'resolvedAt':_0x4c2a37,'resolvedBy':_0x23bd8b?_0x23bd8b['id']:_0x23bd8b,'context':_0x3d91b4,'attributes':_0x2aecb9})['then'](({comments:_0x252554})=>{_0x46afca['remove'](_0x2ed9c2);for(const _0x1a1278 of _0x252554)this['_updateComment']({'channelId':_0x609fd3,'threadId':_0x5bed31,'commentId':_0x1a1278['commentId'],'createdAt':_0x1a1278['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3c60f8=>{throw console['error'](_0x3c60f8),new _0x33edb8('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x2b12c2,target:_0x2746f6}){const _0x17eee0=this['getCommentThread'](_0x2b12c2);if(!_0x17eee0)throw new _0x33edb8('commentsrepository-attach-missing-comment-thread',this);const _0x4fcb38=this['context']['plugins']['get']('PendingActions'),_0x4435bb=this['context']['plugins']['get'](b),_0x204048=this['_createCommentThreadView'](_0x17eee0),_0x2be4ec=new wt(_0x17eee0,_0x204048);let _0x253eac=null;_0x204048['on']('change:isDirty',(_0x57785f,_0x711551,_0x12d003)=>{_0x12d003?_0x253eac=_0x4fcb38['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x253eac&&(_0x4fcb38['remove'](_0x253eac),_0x253eac=null);}),this['_threadToController']['set'](_0x17eee0,_0x2be4ec),this['_viewToController']['set'](_0x204048,_0x2be4ec);const _0x36c7ed=new V(this['context']['locale'],_0x204048);_0x36c7ed['bind']('length')['to'](_0x204048),_0x36c7ed['bind']('isDirty')['to'](_0x204048,'isDirty',_0x204048,'length',(_0x27e035,_0x3331b6)=>_0x27e035||!_0x3331b6),_0x36c7ed['bind']('isActive')['to'](_0x204048),_0x36c7ed['type']='comment';const _0x351ccd=new d({'view':_0x36c7ed,'target':_0x2746f6,'type':'comment','isVisible':!_0x17eee0['isResolved']});return this['_bindAnnotationToEditors'](_0x204048,_0x351ccd),_0x4435bb['add'](_0x351ccd),_0x351ccd;}['_bindAnnotationToEditors'](_0x566bd5,_0x19897e){this['listenTo'](_0x566bd5,'editorReady',(_0x1f02da,_0x5a02d2)=>{const _0x52e347=_0x5a02d2['ui']['view']['body']['bodyCollectionContainer'];_0x19897e['focusableElements']['add'](_0x52e347),this['context']instanceof mt&&this['context']['ui']['focusTracker']['add'](_0x52e347);},{'priority':'highest'}),this['listenTo'](_0x566bd5,'editorDestroyed',(_0x4e453c,_0x536d2a)=>{const _0x3b2e87=_0x536d2a['ui']['view']['body']['bodyCollectionContainer'];_0x19897e['focusableElements']['has'](_0x3b2e87)&&_0x19897e['focusableElements']['remove'](_0x3b2e87),this['context']instanceof mt&&this['context']['ui']['focusTracker']['remove'](_0x3b2e87);});}['_unbindEditors'](_0x519f4d){this['stopListening'](_0x519f4d,'editorReady'),this['stopListening'](_0x519f4d,'editorDestroyed');}['_createCommentThreadView'](_0x463e02){const _0xca7009=this['context']['plugins']['get'](lt),{config:_0x945ced,locale:_0x40efaf}=this['context'],_0x177413=dt(_0x945ced['get']('locale'));return new(0x0,(_0x945ced['get']('comments'))['CommentThreadView'])(_0x40efaf,_0x463e02,_0xca7009['me'],{'editorConfig':{..._0x945ced['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x945ced['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x945ced['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x945ced['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x945ced['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x177413,'CommentView':_0x945ced['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x3f9ea0,channelId:_0x137036,resolvedAt:_0x4ca4fb,resolvedBy:_0x59a7a4,isFromAdapter:_0x3c1dd4}){if(!this['hasCommentThread'](_0x3f9ea0))throw new _0x33edb8('commentsrepository-missing-comment-thread',null,{'threadId':_0x3f9ea0});const _0x57170a=this['getCommentThread'](_0x3f9ea0);if(_0x57170a['isResolved'])throw new _0x33edb8('commentsrepository-resolved-comment-thread',null,{'threadId':_0x3f9ea0});const _0x3796f6=this['context']['plugins']['get'](lt);if(_0x57170a['resolvedBy']=_0x3796f6['getUser'](_0x59a7a4),_0x57170a['resolvedAt']=_0x4ca4fb,_0x3c1dd4||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x32803b=this['context']['plugins']['get']('PendingActions'),_0x2ce3fc=_0x32803b['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x137036,'threadId':_0x3f9ea0})['then'](({resolvedAt:_0x320319,resolvedBy:_0x3c6915})=>{_0x32803b['remove'](_0x2ce3fc),_0x57170a['resolvedBy']['id']!==_0x3c6915&&(_0x57170a['resolvedBy']=_0x3796f6['getUser'](_0x3c6915)),_0x57170a['resolvedAt']=_0x320319;})['catch'](_0x32709f=>{throw console['error'](_0x32709f),new _0x33edb8('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x1907d2,channelId:_0x217d18,isFromAdapter:_0x69cad1}){if(!this['hasCommentThread'](_0x1907d2))throw new _0x33edb8('commentsrepository-missing-comment-thread',null,{'threadId':_0x1907d2});const _0x25b6b1=this['getCommentThread'](_0x1907d2);if(!_0x25b6b1['isResolved'])throw new _0x33edb8('commentsrepository-reopen-comment-thread',null,{'threadId':_0x1907d2});if(_0x25b6b1['resolvedBy']=null,_0x25b6b1['resolvedAt']=null,_0x69cad1||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x5d6271=this['context']['plugins']['get']('PendingActions'),_0x504a88=_0x5d6271['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x217d18,'threadId':_0x1907d2})['then'](()=>_0x5d6271['remove'](_0x504a88))['catch'](_0x3a1f0d=>{throw console['error'](_0x3a1f0d),new _0x33edb8('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x39525b,isFromAdapter:_0x54922f}){const _0x1fb11b=this['getCommentThread'](_0x39525b);if(!_0x1fb11b)throw new _0x33edb8('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x39525b),this['_threads']['delete'](_0x39525b),!_0x1fb11b['isSubmitted']||_0x54922f||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x2cba0f=this['context']['plugins']['get']('PendingActions'),{channelId:_0x241319}=_0x1fb11b,_0xe870bb=_0x2cba0f['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x241319,'threadId':_0x39525b})['then'](()=>_0x2cba0f['remove'](_0xe870bb))['catch'](_0x183b7b=>{throw console['error'](_0x183b7b),new _0x33edb8('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0xe9e80a,unlinkedAt:_0x382927,context:_0x5db345,attributes:_0x590ad3,isFromAdapter:_0x4fdde0}){if('string'!=typeof _0xe9e80a)throw new _0x33edb8('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0xe9e80a});if(!this['hasCommentThread'](_0xe9e80a))throw new _0x33edb8('commentsrepository-missing-comment-thread',null,{'threadId':_0xe9e80a});const _0x32adb8=this['getCommentThread'](_0xe9e80a);let _0xb59a83=!0x1;if(void 0x0!==_0x5db345&&_0x32adb8['context']!==_0x5db345&&(_0x32adb8['context']=_0x5db345,_0xb59a83=!0x0),void 0x0!==_0x382927&&_0x32adb8['unlinkedAt']!==_0x382927&&(_0x32adb8['unlinkedAt']=_0x382927,_0xb59a83=!0x0),_0x590ad3&&!ft(_0x590ad3,_0x32adb8['attributes'])&&(_0x32adb8['attributes']=_0x590ad3,_0xb59a83=!0x0),!_0xb59a83)return Promise['resolve']();if(!_0x32adb8['isSubmitted']||_0x4fdde0||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x3c2253=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2d37ac}=_0x32adb8,_0x19d34a=_0x3c2253['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x2d37ac,'threadId':_0xe9e80a,'context':_0x5db345,'unlinkedAt':_0x382927,'attributes':_0x590ad3})['then'](()=>_0x3c2253['remove'](_0x19d34a))['catch'](_0x183a3e=>{throw console['error'](_0x183a3e),new _0x33edb8('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x3a91ca){const _0x98f686=this['context']['plugins']['get'](b),_0x125df4=this['getCommentThread'](_0x3a91ca);if(this['_threadToController']['has'](_0x125df4)){const _0x26d73e=this['_threadToController']['get'](_0x125df4),_0x18dc8e=_0x26d73e['view'],_0x208de1=_0x98f686['getByInnerView'](_0x18dc8e);this['_threadToController']['delete'](_0x125df4),this['_viewToController']['delete'](_0x18dc8e),_0x208de1&&_0x98f686['remove'](_0x208de1),_0x26d73e['destroy'](),_0x18dc8e['destroy']()['then'](()=>{this['_unbindEditors'](_0x18dc8e);});}}['_updateActiveAnnotation']({threadId:_0x9be8af,resolvedAt:_0x3384ea}){const _0x5233cc=!!_0x3384ea,_0x4b1f73=this['context']['plugins']['get'](b),_0xcd535a=this['getCommentThread'](_0x9be8af);if(this['_threadToController']['has'](_0xcd535a)){const _0x5a6395=this['_threadToController']['get'](_0xcd535a)['view'],_0x2f1379=_0x4b1f73['getByInnerView'](_0x5a6395);_0x2f1379&&(_0x5233cc&&_0x4b1f73['_removeActiveAnnotation'](_0x2f1379),_0x2f1379['refreshVisibility']());}}['_getExternalAuthor'](_0x1b72b8){const _0x14bd14=this['context']['plugins']['get'](lt),_0x5f9d80=ct('external:'+_0x1b72b8),_0x2104cf=_0x14bd14['getUser'](_0x5f9d80);return _0x2104cf||_0x14bd14['addUser']({'id':_0x5f9d80,'name':_0x1b72b8});}['_createNewComment']({threadId:_0x13cac1,commentId:_0x21a207=_0x2406c2(),content:_0x1c3c77,authorId:_0x515717,createdAt:_0x1c170b,attributes:_0x1dd41a}){if('string'!=typeof _0x21a207)throw new _0x33edb8('commentsrepository-invalid-commentid');if('string'!=typeof _0x515717)throw new _0x33edb8('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x1c3c77||!_0x1c3c77['trim']())throw new _0x33edb8('commentsrepository-invalid-comment-content');const _0x50101c=this['context']['plugins']['get'](lt)['getUser'](_0x515717);if(!_0x50101c)throw new _0x33edb8('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x515717});let _0x223c16=null,_0x3700ff=_0x1c170b;return _0x1dd41a&&_0x1dd41a['@external']&&(_0x223c16=this['_getExternalAuthor'](_0x1dd41a['@external']['authorName']),_0x3700ff=new Date(_0x1dd41a['@external']['createdAt'])),new se(this,{'threadId':_0x13cac1,'id':_0x21a207,'author':_0x223c16||_0x50101c,'creator':_0x50101c,'content':_0x1c3c77,'createdAt':_0x1c170b,'authoredAt':_0x3700ff,'attributes':_0x1dd41a});}['_addComment'](_0x14d614){let {threadId:_0x21c47c,content:_0x2c9405,attributes:_0x47b1e7,isFromAdapter:_0xefc7e5}=_0x14d614;const _0x4a2962=this['getCommentThread'](_0x14d614['threadId']);if(!_0x4a2962)throw new _0x33edb8('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x573db7=this['_createNewComment'](_0x14d614),{id:_0x20e055}=_0x573db7;if(_0x4a2962['_add'](_0x573db7),_0xefc7e5||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x4a2962['isSubmitted'])return Promise['resolve']();const _0x3e5a15=this['context']['plugins']['get']('PendingActions'),{channelId:_0x13586a}=_0x4a2962,_0x302a96=_0x3e5a15['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x47b1e7||(_0x47b1e7={}),this['adapter']['addComment']({'channelId':_0x13586a,'threadId':_0x21c47c,'commentId':_0x20e055,'content':_0x2c9405,'attributes':_0x47b1e7})['then'](_0x38dce9=>{_0x3e5a15['remove'](_0x302a96),_0x38dce9&&this['_updateComment']({'channelId':_0x13586a,'threadId':_0x21c47c,'commentId':_0x20e055,'createdAt':_0x38dce9['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3036f6=>{throw console['error'](_0x3036f6),new _0x33edb8('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x2a788b,commentId:_0x187b59,content:_0x12e9a9,createdAt:_0x3d4608,attributes:_0x2acb10,isFromAdapter:_0x42aec7}){if(void 0x0!==_0x12e9a9&&('string'!=typeof _0x12e9a9||!_0x12e9a9['trim']()['length']))throw new _0x33edb8('commentsrepository-update-comment-invalid-content');const _0x287a17=this['getCommentThread'](_0x2a788b),_0x15671a=_0x287a17['getComment'](_0x187b59);if(!_0x15671a)throw new _0x33edb8('commentsrepository-update-missing-comment',this);let _0x2b2755=!0x1;if(_0x12e9a9&&_0x12e9a9!==_0x15671a['content']&&(_0x15671a['isEditable']||_0x42aec7)&&(_0x15671a['content']=_0x12e9a9,_0x2b2755=!0x0),_0x3d4608&&_0x3d4608!==_0x15671a['createdAt']&&(_0x15671a['createdAt']=_0x3d4608,_0x15671a['attributes']&&_0x15671a['attributes']['@external']||(_0x15671a['authoredAt']=_0x3d4608),_0x2b2755=!0x0),_0x2acb10&&!ft(_0x2acb10,_0x15671a['attributes'])&&(_0x15671a['attributes']=_0x2acb10,_0x2b2755=!0x0),!_0x2b2755)return Promise['resolve']();if(_0x287a17['fire']('commentUpdated'),_0x42aec7||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x35ea65=this['context']['plugins']['get']('PendingActions'),{channelId:_0x316767}=this['getCommentThread'](_0x15671a['threadId']),_0xc7222a=_0x35ea65['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x316767,'threadId':_0x2a788b,'commentId':_0x187b59,'content':_0x12e9a9,'attributes':_0x2acb10})['then'](()=>_0x35ea65['remove'](_0xc7222a))['catch'](_0x1fb2d3=>{throw console['error'](_0x1fb2d3),new _0x33edb8('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x5ee4c3,commentId:_0x5cd35d,isFromAdapter:_0x40a576}){const _0x52a52a=this['getCommentThread'](_0x5ee4c3),_0xe66f42=_0x52a52a['getComment'](_0x5cd35d);if(!_0xe66f42)throw new _0x33edb8('commentsrepository-remove-missing-comment',this);if(_0x52a52a['_remove'](_0xe66f42),_0x40a576||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x4ad9cc=this['context']['plugins']['get']('PendingActions'),{channelId:_0x318455}=_0x52a52a,_0x375281=_0x4ad9cc['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x318455,'threadId':_0x5ee4c3,'commentId':_0x5cd35d})['then'](()=>_0x4ad9cc['remove'](_0x375281))['catch'](_0x537e24=>{throw console['error'](_0x537e24),new _0x33edb8('commentsrepository-remove-comment-internal-error',this);});}}class ie extends/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0x402311(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x3986f8,_0xfbefa1){super();const _0x1be85b=_0x3986f8['context']['plugins']['get'](lt)['me'],_0x43f791=_0x3986f8['getCommentThread'](_0xfbefa1['threadId']),_0x50b158=0x0===_0x43f791['comments']['length'],_0x355388=_0x1be85b===_0xfbefa1['author'];this['id']=_0xfbefa1['id'],this['threadId']=_0xfbefa1['threadId'],this['author']=_0xfbefa1['author'],this['creator']=_0xfbefa1['creator'],this['isExternal']=Boolean(_0xfbefa1['attributes']&&_0xfbefa1['attributes']['@external']),this['set']('content',_0xfbefa1['content']),this['createdAt']=_0xfbefa1['createdAt']||new Date(),this['set']('authoredAt',_0xfbefa1['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x43f791,'resolvedAt'),this['set']('attributes',_0xfbefa1['attributes']||{}),this['bind']('isEditable')['to'](_0x3986f8,'_permissions',()=>{const _0x2658ff=_0x3986f8['getPermissions'](_0x43f791['channelId'])['write'],_0x594050=_0x3986f8['getPermissions'](_0x43f791['channelId'])['modifyAll'];return _0x355388&&_0x2658ff||!_0x355388&&_0x594050;}),this['bind']('isRemovable')['to'](_0x43f791,'isRemovable',_0x3986f8,'_permissions',_0x593b75=>{const _0x3d3248=_0x3986f8['getPermissions'](_0x43f791['channelId'])['write'],_0x13c134=_0x3986f8['getPermissions'](_0x43f791['channelId'])['modifyAll'];return _0x355388&&_0x3d3248||_0x593b75&&_0x50b158||!_0x355388&&_0x13c134&&!_0x50b158;}),this['bind']('isReadOnly')['to'](_0x43f791,'isReadOnly'),this['_repository']=_0x3986f8;}get['weight'](){return Math['max'](function(_0x2c8398){const _0x1820c6=document['createElement']('div');return _0x1820c6['innerHTML']=_0x2c8398,_0x1820c6['textContent']['length'];}(this['content']),0xc8);}['update'](_0x2997e3){const {threadId:_0x5b5958,id:_0x36d29c}=this;if(!this['_repository']['hasCommentThread'](_0x5b5958))throw new _0x33edb8('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x308385}=this['_repository']['getCommentThread'](_0x5b5958);this['_repository']['fire'](gt('updateComment',_0x308385,_0x5b5958),{'channelId':_0x308385,'threadId':_0x5b5958,'commentId':_0x36d29c,..._0x2997e3});}['setAttribute'](_0x14e129,_0x2b41c1){const _0x52c155=ut(this['attributes']);pt(_0x52c155,_0x14e129,_0x2b41c1),this['update']({'attributes':_0x52c155});}['removeAttribute'](_0x12b2f3){const _0x14207f=ut(this['attributes']);It(_0x14207f,_0x12b2f3),this['update']({'attributes':_0x14207f});}['remove'](_0x2ebb58={}){if(!_0x2ebb58['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x5d2c32,id:_0x2a80ad}=this;if(!this['_repository']['hasCommentThread'](_0x5d2c32))throw new _0x33edb8('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x5a1da2}=this['_repository']['getCommentThread'](_0x5d2c32);this['_repository']['fire'](gt('removeComment',_0x5a1da2,_0x5d2c32),{'channelId':_0x5a1da2,'threadId':_0x5d2c32,'commentId':_0x2a80ad,..._0x2ebb58});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function gt(_0x187237,..._0x1f6ad9){for(const _0x4a421a of _0x1f6ad9)void 0x0!==_0x4a421a&&(_0x187237+=':'+String(_0x4a421a));return _0x187237;}class G extends _0x4e18ec{['refresh'](){const _0xd7e0fa=this['editor']['model']['document']['selection'];for(const _0x40caec of _0xd7e0fa['getRanges']())if(this['_hasContent'](_0x40caec))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x4508af=_0x2406c2()}={}){const _0x43fe90=this['editor']['model'],_0x1d54de=[];for(const _0xdb2bce of _0x43fe90['document']['selection']['getRanges']())this['_hasContent'](_0xdb2bce)&&_0x1d54de['push'](this['_trimToContent'](_0xdb2bce));_0x43fe90['change'](_0x116996=>{for(const _0x5ea524 of _0x1d54de){const _0x1b7fdb=_0x2406c2()['substr'](0x1,0x5),_0x52f82f='comment:'+_0x4508af+':'+_0x1b7fdb;_0x116996['addMarker'](_0x52f82f,{'range':_0x5ea524,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x5b6b04){for(const _0x384ef6 of _0x5b6b04['getItems']())if(this['_itemIsContent'](_0x384ef6))return!0x0;return!0x1;}['_itemIsContent'](_0x29bb79){return _0x29bb79['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x29bb79)&&!_0x29bb79['is']('element','tableCell');}['_trimToContent'](_0x406c55){const _0x1897f4=_0x1c01ee=>!this['_itemIsContent'](_0x1c01ee['item']),_0x1d16ad=_0x406c55['start']['getLastMatchingPosition'](_0x1897f4),_0xdbc6a7=_0x406c55['end']['getLastMatchingPosition'](_0x1897f4,{'direction':'backward'});return this['editor']['model']['createRange'](_0x1d16ad,_0xdbc6a7);}}class k extends _0x4ce84c{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[b];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0xdff303){super(_0xdff303),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x4c40a1=this['editor'],_0x48dc78=_0x4c40a1['model']['document']['selection'],_0x41c397=_0x3d2ba7(()=>this['refreshSelectedViews'](),0xa);_0x48dc78['on']('change:range',(_0x46cf8f,_0x19e52b)=>{_0x19e52b['directChange']&&(_0x41c397['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x4c40a1['editing']['view']['document'],'change:isFocused',(_0x30e02b,_0x53a774,_0x4accac)=>{_0x4accac&&_0x41c397();}),this['listenTo'](_0x4c40a1['ui']['focusTracker'],'change:isFocused',(_0x48a0d1,_0xa1851,_0x2f1650)=>{_0x2f1650||_0x4c40a1['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x358112=>this['_editorAnnotationsData']['has'](_0x358112['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x37366a){if(this['_editorAnnotations']['has'](_0x37366a['view']))return;this['_editorAnnotations']['add'](_0x37366a['view']),this['editor']['ui']['focusTracker']['add'](_0x37366a['view']['element']);const _0x117758=this['editor']['plugins']['get'](b);this['listenTo'](_0x117758['collection'],'remove',(_0xa9d846,_0x427dc4)=>{this['editor']['ui']['focusTracker']['remove'](_0x427dc4['view']['element']),this['_editorAnnotations']['delete'](_0x427dc4['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x2a9ec3){if('function'!=typeof _0x2a9ec3)throw new _0x33edb8('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x2a9ec3);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0xb8cf05,annotations:_0x5ad708}){const _0x39b28f=[],_0x441dbd=this['editor']['model']['document']['selection'],_0x3ab8d1=Array['from'](_0x441dbd['getRanges']());for(const [_0x3f59e3,_0x284907]of this['_editorAnnotationsData']){const _0xd9b8dd=_0xa49117(_0x284907),_0x34e6c8=_0x5ad708['getByInnerView'](_0x3f59e3);_0xd9b8dd&&_0x34e6c8&&_0x39b28f['push']({'annotation':_0x34e6c8,'range':_0xd9b8dd});}function _0xa49117(_0x153db2){for(const _0x5dc674 of _0x153db2)for(const _0x5f3736 of _0x3ab8d1)if(_0x5dc674['containsRange'](_0x5f3736,!_0x441dbd['isCollapsed']))return _0x5dc674;return null;}return _0x39b28f['sort']((_0xfea640,_0x2d8d54)=>{const _0x3fdfce=_0xfea640['range'],_0x4e9d86=_0x2d8d54['range'];if(!_0x3fdfce['isEqual'](_0x4e9d86)){if(_0x3fdfce['containsRange'](_0x4e9d86,!0x0))return 0x1;if(_0x4e9d86['containsRange'](_0x3fdfce,!0x0))return-0x1;}return _0xfea640['annotation']==_0xb8cf05?-0x1:_0x2d8d54['annotation']==_0xb8cf05?0x1:0x0;})['map'](_0x3222b5=>_0x3222b5['annotation']);}get['_editorAnnotationsData'](){const _0x21c9e5=new Map();for(const _0x2e0c47 of Array['from'](this['_dataCollectors']))for(const [_0x4f0c26,_0x2800b2]of _0x2e0c47())_0x21c9e5['set'](_0x4f0c26,_0x2800b2);return _0x21c9e5;}}class ot extends _0x4ce84c{['afterInit'](){const _0x136e52=this['editor'];if(!_0x136e52['plugins']['has']('RestrictedEditingModeEditing'))return;_0x136e52['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class et extends _0x4ce84c{constructor(_0x345dce){super(_0x345dce),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x29872a=this['editor'],_0x452a65=_0x29872a['commands']['get']('importWord'),_0xeaef57=_0x29872a['plugins']['get'](lt);_0x452a65&&(_0x452a65['on']('execute',(_0x373849,[,_0x47bae6])=>{_0x47bae6['collaboration_features']={'comments':!0x0,'user_id':_0xeaef57['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x452a65,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x2d2e23,_0xf894eb){const {comment_threads:_0x980a57}=_0xf894eb;_0x980a57&&_0x980a57['forEach'](({thread_id:_0x56679c,comments:_0x37ea4d,is_resolved:_0x42feac})=>{const _0x5f06cb=new Date(),_0x2e52e9=_0x37ea4d['map'](({author:_0x2e0360,content:_0x2f5f40,created_at:_0x8a44fa})=>({'content':_0x2f5f40,'authorId':this['editor']['plugins']['get'](lt)['me']['id'],'createdAt':_0x5f06cb,'attributes':{'@external':{'authorName':_0x2e0360,'createdAt':_0x8a44fa?new Date(_0x8a44fa):new Date(),'source':'importWord'}}})),_0x3ae7c9=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x3ae7c9,'threadId':_0x56679c,'comments':_0x2e52e9,'resolvedAt':_0x42feac?_0x5f06cb:null});});}}class rt extends _0x4ce84c{constructor(_0x4d0665){super(_0x4d0665),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x1919d9=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x1919d9,'contentInsertion',(_0x4df507,_0xbdf464)=>this['_removeMarkersWithoutThreads'](_0xbdf464['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x5eca62){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x5eca62;const _0x10c8ed=this['editor']['plugins']['get']('CommentsRepository');for(const _0x49e2c8 of _0x5eca62['keys']()){const [_0x3ce53e,_0x194859]=_0x49e2c8['split'](':');'comment'!=_0x3ce53e||_0x10c8ed['hasCommentThread'](_0x194859)||_0x5eca62['delete'](_0x49e2c8);}return _0x5eca62;}['_registerMarkerInClipboardPipeline'](){const _0x31bc95=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x2e503a=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x2e503a&&_0x31bc95['_registerMarkerToCopy']('comment',_0x2e503a);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x4ea4e3){switch(_0x4ea4e3){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 _0x4ce84c{static get['requires'](){return[m,k,ot,et,rt];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x16a990){super(_0x16a990),this['set']('isThreadsLoadingPaused',!0x0),_0x16a990['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0xd396ad,_0x281dab,_0x2d0242,_0x31833d)=>{const _0x53c146=_0x2d0242?it(_0x2d0242)['id']:null;if(_0x16a990['model']['change'](()=>{if(_0x53c146){const _0x1a7100=this['getAllMarkersForId'](_0x53c146);for(const _0x16dbb1 of _0x1a7100)_0x16a990['editing']['reconvertMarker'](_0x16dbb1);}if(_0x31833d){const {id:_0x759897}=it(_0x31833d),_0x671f87=this['getAllMarkersForId'](_0x759897);for(const _0x1a8406 of _0x671f87)_0x16a990['editing']['reconvertMarker'](_0x1a8406);}}),_0x53c146){const _0x3899fc=_0x16a990['plugins']['get'](m)['getCommentThread'](_0x53c146);_0x3899fc&&_0x3899fc['isResolved']&&this['scrollToThreadMarker'](_0x53c146);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x31fd8d=this['editor'],_0x90f13b=_0x31fd8d['plugins']['get'](m),_0x432c9c=_0x31fd8d['config']['get']('collaboration.channelId');_0x31fd8d['commands']['add']('addCommentThread',new G(_0x31fd8d)),this['listenTo'](_0x31fd8d,'change:isReadOnly',(_0x29d09a,_0x5b3378,_0x55019b)=>{_0x90f13b['switchReadOnly'](_0x55019b,_0x31fd8d['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x90f13b,nt('addCommentThread',_0x432c9c),(_0x21aef8,{threadId:_0x38ecb5})=>{const _0x93f761=this['editor']['plugins']['get'](m)['getCommentThread'](_0x38ecb5);_0x93f761&&_0x93f761['unlinkedAt']&&this['_attachArchivedThread'](_0x38ecb5);}),this['listenTo'](_0x90f13b,nt('removeCommentThread',_0x432c9c),(_0x442f26,{threadId:_0x5123d0})=>{_0x31fd8d['model']['enqueueChange']({'isUndoable':!0x1},_0x45f656=>{const _0x255f66=this['getAllMarkersForId'](_0x5123d0);for(const _0xc06983 of _0x255f66)_0x45f656['removeMarker'](_0xc06983);});}),this['listenTo'](_0x90f13b,nt('resolveCommentThread',_0x432c9c),(_0x2a87f1,{threadId:_0x2174e3})=>{(this['_reconvertMarkers'](_0x2174e3),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x2174e3)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x90f13b,nt('reopenCommentThread',_0x432c9c),(_0x5bcbd3,{threadId:_0x4fc215})=>{this['_reconvertMarkers'](_0x4fc215);},{'priority':'low'}),this['listenTo'](_0x90f13b,nt('addComment',_0x432c9c),(_0x4621fc,{threadId:_0xe1f7f9,isFromAdapter:_0xcd7893})=>{const _0xdf9b15=this['getAllMarkersForId'](_0xe1f7f9);if(_0xcd7893||0x0==_0xdf9b15['length']||!_0x90f13b['hasCommentThread'](_0xe1f7f9))return;0x1===_0x90f13b['getCommentThread'](_0xe1f7f9)['length']&&_0x31fd8d['model']['enqueueChange']({'isUndoable':!0x1},_0x3d0859=>{for(const _0x2c0572 of _0xdf9b15)_0x3d0859['updateMarker'](_0x2c0572,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x2d7242=this['editor']['plugins']['get'](m),_0x2b582d=this['editor']['config']['get']('collaboration.channelId');for(const _0x4bec2b of _0x2d7242['getCommentThreads']({'channelId':_0x2b582d}))_0x2d7242['_detachCommentThread'](_0x4bec2b['id']),_0x2d7242['_threads']['delete'](_0x4bec2b['id']);super['destroy']();}['hasMarkerForId'](_0x46d67c){return this['getAllMarkersForId'](_0x46d67c)['length']>0x0;}['getAllMarkersForId'](_0x5c0a23){const _0x2d6b75=[];for(const _0x295100 of this['editor']['model']['markers'])_0x295100['name']['startsWith']('comment:'+_0x5c0a23)&&_0x2d6b75['push'](_0x295100);return _0x2d6b75;}['scrollToThreadMarker'](_0x3b588a){const _0x410873=this['_getTargetForId'](_0x3b588a);_0x410873&&setTimeout(()=>{this['activeMarker']&&it(this['activeMarker'])['id']===_0x3b588a&&_0x4573c4({'target':_0x410873[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x4a51ea){this['editor']['model']['change'](()=>{for(const _0x3e7b2a of this['getAllMarkersForId'](_0x4a51ea))this['editor']['editing']['reconvertMarker'](_0x3e7b2a);});}['_attachArchivedThread'](_0x492e58){const _0xf900fb=this['editor']['plugins']['get'](m),_0x593f3f=this['editor']['plugins']['get'](k),_0x3673af=_0xf900fb['getCommentThread'](_0x492e58);if(!_0x3673af['isAttached']){const _0x37b9d8=_0x3673af['attachTo'](()=>this['_getTargetForId'](_0x3673af['id']));_0x593f3f['registerAnnotation'](_0x37b9d8),_0x3673af['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x507e09=this['editor'];_0x507e09['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x16dd4c,_0x3563fc)=>{const {id:_0x480423}=it(_0x16dd4c['markerName']),_0x4f5c07=_0x507e09['plugins']['get'](m)['getCommentThread'](_0x480423),_0x2ff77e=this['activeMarker']&&it(this['activeMarker'])['id']===_0x480423;if(_0x4f5c07&&_0x4f5c07['isResolved']&&!_0x2ff77e&&_0x16dd4c['item'])return _0x3563fc['consumable']['consume'](_0x16dd4c['item'],'addMarker:'+_0x16dd4c['markerName']),_0x3563fc['consumable']['consume'](_0x16dd4c['item'],'removeMarker:'+_0x16dd4c['markerName']),null;const _0x4e3cb3=['ck-comment-marker'];return _0x2ff77e&&_0x4e3cb3['push']('ck-comment-marker--active'),{'classes':_0x4e3cb3,'attributes':{'data-comment':_0x480423}};}}),_0x507e09['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x5e6e42,{options:_0xdaf45f})=>{const _0x4a2a58=_0x507e09['plugins']['get'](m),_0xbed69=_0x507e09['model']['markers']['get'](_0x5e6e42),{id:_0x2a79ea,part:_0x46cd8f}=it(_0x5e6e42);if(_0xbed69&&!_0xbed69['affectsData'])return null;if(_0xdaf45f['ignoreResolvedComments']){const _0x1314a4=_0x4a2a58['getCommentThread'](_0x2a79ea);if(_0x1314a4&&_0x1314a4['isResolved'])return null;}return{'group':'comment','name':_0x46cd8f?_0x2a79ea+':'+_0x46cd8f:_0x2a79ea};}}),_0x507e09['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x271ab7,{writer:_0x42e3aa})=>_0x42e3aa['createElement']('$marker',{'data-name':'comment:'+_0x271ab7['getAttribute']('id')})}),_0x507e09['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x1283cb=this['editor'],_0x272045=_0x1283cb['plugins']['get'](m),_0x19ed58=new Set(),_0x3c09f9=new Set();_0x1283cb['model']['document']['registerPostFixer'](_0x2bdef5=>{let _0x421bda=!0x1;for(const {name:_0x1db8a4,data:_0x4e4892}of _0x1283cb['model']['document']['differ']['getChangedMarkers']()){const {group:_0x2db07b,id:_0xb86882}=it(_0x1db8a4);let _0x5b628b=_0x4e4892['newRange'];if('comment'!==_0x2db07b||!_0x5b628b)continue;const _0x599c41='$graveyard'===_0x5b628b['root']['rootName'];_0x599c41||(_0x5b628b=st(_0x5b628b,_0x1283cb['model']),!_0x5b628b||_0x5b628b['isCollapsed']||!_0x4e4892['newRange']||_0x5b628b['isEqual'](_0x4e4892['newRange']))?_0x1283cb['model']['hasContent'](_0x5b628b)&&!_0x599c41?this['isThreadsLoadingPaused']?_0x19ed58['add'](_0x1db8a4):this['_handleThreadMarker'](_0x1db8a4,_0xb86882):(_0x3c09f9['add'](_0x1db8a4),_0x19ed58['delete'](_0x1db8a4),_0x2bdef5['removeMarker'](_0x1db8a4),_0x421bda=!0x0):(_0x2bdef5['updateMarker'](_0x1db8a4,{'range':_0x5b628b}),_0x421bda=!0x0);}return _0x421bda;}),this['on']('change:isThreadsLoadingPaused',(_0x2448ac,_0x5f1228,_0x1ff02e)=>{if(!_0x1ff02e&&_0x19ed58['size'])for(const _0x125565 of _0x19ed58){const {id:_0xf3622b}=it(_0x125565);_0x19ed58['delete'](_0x125565),_0x1283cb['model']['markers']['get'](_0x125565)&&this['_handleThreadMarker'](_0x125565,_0xf3622b);}}),this['listenTo'](_0x1283cb['model']['document'],'change',(_0x12908f,_0x2bdb3c)=>{for(const {name:_0x372092,data:{newRange:_0x3568a8}}of _0x1283cb['model']['document']['differ']['getChangedMarkers']()){const {group:_0x82241c,id:_0x2315bd}=it(_0x372092);if('comment'!==_0x82241c)continue;const _0x175ce5=_0x272045['getCommentThread'](_0x2315bd),_0x4c2901=this['hasMarkerForId'](_0x2315bd);_0x175ce5&&(_0x175ce5['_hasTargetInContent']||_0x1283cb['editing']['view']['once']('render',()=>{const _0x5a408a=_0x1283cb['plugins']['get'](b),_0x5a0571=_0x272045['_threadToController']['get'](_0x175ce5)['view'];_0x5a408a['getByInnerView'](_0x5a0571)['refreshVisibility']();},{'priority':'low'}),_0x175ce5['_hasTargetInContent']=_0x4c2901||!!_0x3568a8),_0x3568a8||(_0x3c09f9['add'](_0x372092),_0x19ed58['delete'](_0x372092));}if(_0x2bdb3c['isLocal'])for(const _0x65efaf of _0x3c09f9){const {id:_0x2583e3}=it(_0x65efaf),_0x145e90=_0x272045['getCommentThread'](_0x2583e3),_0x3aaf74=this['hasMarkerForId'](_0x2583e3);_0x19ed58['delete'](_0x65efaf),!_0x145e90||_0x3aaf74||_0x145e90['unlinkedAt']||_0x145e90['setUnlinkedAt'](new Date());}_0x3c09f9['clear']();});}['_getTargetForId'](_0x53dfca){const _0x414c87=this['editor'],_0x5e2b04=this['getAllMarkersForId'](_0x53dfca);return tt(_0x414c87['editing'],_0x5e2b04);}['_getTextContext'](_0x5ed5e3){const _0x5eed5a=this['getAllMarkersForId'](_0x5ed5e3);let _0x8cd037='',_0x1ec785=!0x1;for(const _0x4e2335 of _0x5eed5a){const _0x5e606b=_0x4e2335['getRange']();for(const _0x3259d7 of Array['from'](_0x5e606b['getItems']()))_0x3259d7['is']('$textProxy')?(_0x8cd037&&_0x1ec785&&(_0x8cd037+='\x20',_0x1ec785=!0x1),_0x8cd037+=_0x3259d7['data']):_0x1ec785=!0x0;_0x1ec785=!0x0;}return _0x8cd037['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x47c469,_0x1c54e7){const _0xce152=this['editor'],_0x4c0a40=_0xce152['plugins']['get'](m);let _0x25d97f=_0x4c0a40['getCommentThread'](_0x1c54e7);const _0x1464d3=_0xce152['config']['get']('collaboration.channelId'),_0x1656e9=_0xce152['plugins']['get'](k);if(_0x25d97f&&(_0x25d97f['unlinkedAt']&&_0x25d97f['setUnlinkedAt'](null),_0x25d97f['isAttached']))return _0x25d97f;return!this['getAllMarkersForId'](_0x1c54e7)[0x0]['managedUsingOperations']?_0xce152['editing']['view']['once']('render',()=>{if(_0x4c0a40['getCommentThread'](_0x1c54e7))return;const _0x7eea4b=_0xce152['plugins']['get'](b);_0x25d97f=_0x4c0a40['openNewCommentThread']({'channelId':_0x1464d3,'threadId':_0x1c54e7,'target':()=>this['_getTargetForId'](_0x1c54e7),'context':{'type':'text','value':this['_getTextContext'](_0x1c54e7)}});const _0x3be42c=_0x4c0a40['_threadToController']['get'](_0x25d97f)['view'],_0x4ac9aa=_0x7eea4b['getByInnerView'](_0x3be42c);_0x4ac9aa&&_0x1656e9['registerAnnotation'](_0x4ac9aa);},{'priority':'low'}):_0x4c0a40['fetchCommentThread']({'channelId':_0x1464d3,'threadId':_0x1c54e7})['then'](_0x33edaa=>{if('destroyed'!==_0xce152['state']){if(_0x25d97f=_0x33edaa,_0x25d97f&&!_0x25d97f['isAttached']){const _0xf145cc=_0x25d97f['attachTo'](()=>this['_getTargetForId'](_0x1c54e7));_0x1656e9['registerAnnotation'](_0xf145cc),_0x25d97f['isResolved']&&this['_reconvertMarkers'](_0x1c54e7);}else{if(!_0x25d97f){const _0x4607d1=this['getAllMarkersForId'](_0x1c54e7);_0xce152['model']['change'](_0x2bc852=>{for(const _0xc30921 of _0x4607d1)_0x2bc852['removeMarker'](_0xc30921);});}}}}),_0x25d97f;}['_handleThreadMarker'](_0x1964e3,_0x3e3381){const _0x1009d1=this['_attachMarkerToThread'](_0x1964e3,_0x3e3381);_0x1009d1&&!_0x1009d1['context']&&_0x1009d1['setContext']({'type':'text','value':this['_getTextContext'](_0x3e3381)});}['_initAriaMarkerChangeAnnouncements'](){const _0x3fe0d=this['editor'];_0x70e4d8(_0x3fe0d['model'],({left:_0x18c661,entered:_0x4c2815})=>{for(const _0x47f6d9 of _0x18c661)if(at(_0x47f6d9)){_0x3fe0d['ui']['ariaLiveAnnouncer']['announce'](W(_0x3fe0d['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x2decd6 of _0x4c2815)if(at(_0x2decd6)){_0x3fe0d['ui']['ariaLiveAnnouncer']['announce'](W(_0x3fe0d['locale'],'ENTER_COMMENT_ANNOUNCEMENT'));break;}});}}function nt(_0x4e0348,_0xbd6b5b){return _0xbd6b5b?_0x4e0348+':'+_0xbd6b5b:_0x4e0348;}function it(_0x436c6d){const _0x4e0818=_0x436c6d['split'](':');return{'group':_0x4e0818[0x0],'id':_0x4e0818[0x1],'part':_0x4e0818[0x2]};}function st(_0x4d1999,_0x9c7478){const _0x3bc8a3=_0x9c7478['schema'],_0x19ef11=_0x9c7478['createRange'](_0x4d1999['start']);for(const _0x99242f of _0x4d1999['getWalker']()){const {type:_0x41f97b,item:_0x5e02c7,nextPosition:_0x219dd2}=_0x99242f;if('text'===_0x41f97b||_0x3bc8a3['isObject'](_0x5e02c7)){const _0x3cb76e=_0x9c7478['createPositionBefore'](_0x5e02c7);_0x19ef11['isCollapsed']&&(_0x19ef11['start']=_0x3cb76e),_0x19ef11['end']=_0x219dd2;}}return _0x19ef11;}function at(_0x5e1988){return'comment'===it(_0x5e1988['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 _0x4ce84c{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,k,b];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return Tt;}['init'](){const _0x4102d7=this['editor'],_0x18c0ef=_0x4102d7['plugins']['get'](m),_0x220427=_0x4102d7['plugins']['get'](r),_0x235020=_0x4102d7['plugins']['get'](b),_0x52b87f=_0x4102d7['plugins']['get'](k);_0x4102d7['ui']['componentFactory']['add']('comment',()=>{const _0x453251=this['_createUIButton'](_0x492171);return _0x453251['tooltip']=!0x0,_0x453251;}),_0x4102d7['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0xc10347)),_0x52b87f['addSourceCollector'](()=>{const _0x321acb=[];for(const [_0x570888,_0x46e9c0]of _0x18c0ef['_threadToController']){const _0xc0831d=_0x220427['getAllMarkersForId'](_0x570888['id']),_0x2b2505=_0xc0831d['map'](_0x37e344=>_0x37e344['getRange']());_0xc0831d['length']>0x0&&_0x321acb['push']([_0x46e9c0['view'],_0x2b2505]);}return _0x321acb;}),this['listenTo'](_0x235020,'change:activeAnnotations',(_0x47cae1,_0x2db0ba,_0x2f6f89)=>{const _0x4165ad=Array['from'](_0x2f6f89)['map'](_0x46a8b1=>_0x46a8b1['innerView'])['find'](_0x484860=>_0x18c0ef['_viewToController']['has'](_0x484860));if(!_0x4165ad)return void(_0x220427['activeMarker']=null);const _0x3e72cd=_0x18c0ef['_viewToController']['get'](_0x4165ad)['model']['id'],_0x4ec81b='comment:'+_0x3e72cd;_0x3e72cd&&_0x220427['hasMarkerForId'](_0x3e72cd)?_0x220427['activeMarker']=_0x4ec81b:_0x220427['activeMarker']&&(_0x220427['activeMarker']=null);}),this['listenTo'](_0x18c0ef,'removeCommentThread',(_0x4c3223,{threadId:_0xb32219,isFromAdapter:_0x514f77})=>{!_0x514f77&&_0x4102d7['ui']['focusTracker']['isFocused']&&_0x220427['hasMarkerForId'](_0xb32219)&&_0x4102d7['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x18c0ef,'addComment',(_0x4d1dc4,{threadId:_0x484939,isFromAdapter:_0x17d708})=>{if(_0x17d708||!_0x220427['hasMarkerForId'](_0x484939)||!_0x18c0ef['hasCommentThread'](_0x484939))return;0x1===_0x18c0ef['getCommentThread'](_0x484939)['length']&&(_0x4102d7['editing']['view']['focus'](),_0x4d1dc4['stop']());},{'priority':'low'});}['_createUIButton'](_0x3bca2a){const _0xbce892=this['editor'],_0x126439=new _0x3bca2a(_0xbce892['locale']),_0x217b18=_0xbce892['commands']['get']('addCommentThread');return _0x126439['set']({'label':W(_0xbce892['locale'],'Comment'),'icon':kt}),_0x126439['bind']('isEnabled')['to'](_0x217b18),this['listenTo'](_0x126439,'execute',()=>_0x217b18['execute']()),_0x126439;}}class e extends _0x4ce84c{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x5945e2){super(_0x5945e2),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x38993e,_0x16a898,_0x264716)=>{_0x264716?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x25be6a,_0x2fe58c]of this['editor']['commands'])_0x2fe58c['affectsData']&&'addCommentThread'!==_0x25be6a&&_0x2fe58c['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x36cf1a=this['editor']['editing']['view']['document'];this['listenTo'](_0x36cf1a,'cut',_0x5d69de=>_0x5d69de['stop'](),{'priority':'highest'}),this['listenTo'](_0x36cf1a,'clipboardInput',_0x597f1c=>_0x597f1c['stop'](),{'priority':'highest'}),this['listenTo'](_0x36cf1a,'delete',_0x46b266=>_0x46b266['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x5d4af2,_0xf8f848]of this['editor']['commands'])_0xf8f848['affectsData']&&'addCommentThread'!==_0x5d4af2&&_0xf8f848['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x2496c3{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[b];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x238105){super(_0x238105),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0xad6a0a=this['context']['plugins']['get'](b);this['listenTo'](_0xad6a0a,'_activateAnnotation',(_0x554488,_0x4d5cd7)=>{for(const _0x3f0265 of this['activeUIs']){const _0x2ccd08=this['_uis']['get'](_0x3f0265);(0x0,this['_uisData']['get'](_0x3f0265)['filter'])(_0x4d5cd7)&&_0x2ccd08['setActiveAnnotation'](_0x4d5cd7);}}),this['listenTo'](_0xad6a0a,'_deactivateAllAnnotations',()=>{for(const _0x157e01 of this['activeUIs']){this['_uis']['get'](_0x157e01)['setActiveAnnotation'](null);}}),this['listenTo'](_0xad6a0a['_visibleAnnotations'],'add',(_0x216c7e,_0x47d849)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x47d849);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x277710){return this['activeUIs']['has'](_0x277710);}['activate'](_0x47f594,_0x3bb05c=()=>!0x0){const _0x12b2d5=this['context']['plugins']['get'](b);if(!this['_uis']['has'](_0x47f594))throw new _0x33edb8('annotationsuis-missing-ui',this,{'uiName':_0x47f594});this['isActive'](_0x47f594)&&this['deactivate'](_0x47f594),this['activeUIs']['add'](_0x47f594);const _0xdf707f=new x();!function({source:_0x54bab2,target:_0x7474c4,filter:_0x43e47f}){for(const _0x54a5e1 of _0x54bab2)_0x43e47f(_0x54a5e1)&&_0x7474c4['add'](_0x54a5e1);_0x7474c4['listenTo'](_0x54bab2,'add',(_0x2155d6,_0x537b5e)=>{_0x43e47f(_0x537b5e)&&_0x7474c4['add'](_0x537b5e);}),_0x7474c4['listenTo'](_0x54bab2,'remove',(_0x3ba7d7,_0x25fd59)=>{_0x7474c4['has'](_0x25fd59)&&_0x7474c4['remove'](_0x25fd59);});}({'source':_0x12b2d5['_visibleAnnotations'],'target':_0xdf707f,'filter':_0x3bb05c}),this['_uisData']['set'](_0x47f594,{'collection':_0xdf707f,'filter':_0x3bb05c});const _0x123ecf=this['_uis']['get'](_0x47f594);_0x123ecf['attach'](_0xdf707f),this['listenTo'](_0x123ecf,'change:activeAnnotation',(_0x6d395b,_0x7ab766,_0x238e5c,_0x19b0f7)=>{_0x19b0f7&&_0x12b2d5['_removeActiveAnnotation'](_0x19b0f7),_0x238e5c&&_0x12b2d5['_addActiveAnnotation'](_0x238e5c);});}['deactivate'](_0x5ee256){if(this['activeUIs']['delete'](_0x5ee256),!this['_uis']['has'](_0x5ee256))throw new _0x33edb8('annotationsuis-missing-ui',this,{'uiName':_0x5ee256});const _0x13a3f2=this['_uis']['get'](_0x5ee256);_0x13a3f2['detach'](),this['stopListening'](_0x13a3f2),this['_uisData']['get'](_0x5ee256)['collection']['destroy'](),this['_uisData']['delete'](_0x5ee256);}['switchTo'](_0x1db244){if(!this['_uis']['has'](_0x1db244))throw new _0x33edb8('annotationsuis-missing-ui',this,{'uiName':_0x1db244});const _0x40068f=this['context']['plugins']['get'](b),_0x467a15=Array['from'](_0x40068f['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x1db244);const _0x55f226=this['_uis']['get'](_0x1db244);_0x55f226['setActiveAnnotation'](_0x467a15),_0x55f226['_setSelectedAnnotations']&&_0x467a15&&_0x55f226['_setSelectedAnnotations']([_0x467a15]);}['deactivateAll'](){for(const _0x56846e of this['activeUIs'])this['deactivate'](_0x56846e);}['register'](_0x419ce9,_0x1ad61e){if(this['_uis']['has'](_0x419ce9))throw new _0x33edb8('annotationsuis-register-already-registered');if('function'!=typeof _0x1ad61e['attach']||'function'!=typeof _0x1ad61e['detach']||'function'!=typeof _0x1ad61e['setActiveAnnotation'])throw new _0x33edb8('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x419ce9,_0x1ad61e);}['refilterAnnotations'](){const _0x8b087f=this['context']['plugins']['get'](b)['collection'],_0x255154=new Map(),_0x60a8f3=Array['from'](this['activeUIs']);for(const _0x19ae9d of this['activeUIs']){const _0x24753e=this['_uisData']['get'](_0x19ae9d)['collection'];for(const _0x2215ec of _0x24753e)_0x255154['set'](_0x2215ec,_0x19ae9d);}for(const _0x569156 of _0x8b087f){const _0x542c30=_0x255154['get'](_0x569156);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x569156);const _0x1b97e4=_0x60a8f3['find'](_0xba7531=>this['_uisData']['get'](_0xba7531)['filter'](_0x569156));_0x542c30!==_0x1b97e4&&(_0x542c30&&this['_uisData']['get'](_0x542c30)['collection']['remove'](_0x569156),_0x1b97e4&&this['_uisData']['get'](_0x1b97e4)['collection']['add'](_0x569156));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4d42bb){const _0x5d4e78=[];for(const _0x4a97a3 of this['activeUIs']){(0x0,this['_uisData']['get'](_0x4a97a3)['filter'])(_0x4d42bb)&&_0x5d4e78['push'](_0x4a97a3);}if(_0x5d4e78['length']>0x1)throw new _0x33edb8('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x5d4e78,'annotationType':_0x4d42bb['type']});}}const ne=Ht('px');class T extends _t{['list'];constructor(_0x49dcd7){super(_0x49dcd7);const _0x44f4e4=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x44f4e4['to']('class')],'style':{'minHeight':_0x44f4e4['to']('minHeight',_0xb63e=>'number'==typeof _0xb63e?ne(_0xb63e+0xa):null)}},'children':this['list']});}}const qt=Ht('px');class C extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x175337){super(_0x175337),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x182904,_0x56bb0e)=>_0x182904+_0x56bb0e),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Dt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection']();const _0x59d3f3=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x59d3f3['to']('isAnimationDisabled',_0x66a39f=>_0x66a39f?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x59d3f3['to']('top',_0x30c45c=>qt(_0x30c45c))}},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['updateHeight'](){const _0x505109=this['element']['clientHeight'];_0x505109&&(this['height']=_0x505109);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x2496c3{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x4ac3a9){super(_0x4ac3a9),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 _0x476db8=this['context']['config']['get']('sidebar.container');_0x476db8&&this['setContainer'](_0x476db8);}['setContainer'](_0x11f1da){if(!y(_0x11f1da))throw new _0x33edb8('sidebar-setcontainer-invalid-element');this['container']=_0x11f1da;}['_attachToContainer']({viewClass:_0x36d7b2='',spaceBetweenItems:_0x3dee43=0x19}={}){if(!y(this['container']))throw new _0x33edb8('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x36d7b2,this['_spaceBetweenItems']=_0x3dee43;}['rearrange']({removedAnnotation:_0x467930,previousAnnotation:_0x4a5724,nextAnnotation:_0x2415c9}){const _0x1f77e9=this['getSidebarItemView'](_0x467930);this['view']['list']['remove'](_0x1f77e9),this['_destroySidebarItemView'](_0x467930),_0x4a5724&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x4a5724)),_0x2415c9&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x2415c9)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x22d765,activatedAnnotation:_0x3ee52c,disableAnimationOnActivatedAnnotation:_0x3596df}){if(this['_activeAnnotation']=_0x3ee52c,_0x22d765){_0x22d765['isActive']=!0x1;const _0x2d7e8b=this['getSidebarItemView'](_0x22d765);_0x2d7e8b&&_0x3596df&&(_0x2d7e8b['isAnimationDisabled']=!0x1);}if(_0x3ee52c){const _0x2a625d=this['getSidebarItemView'](_0x3ee52c);_0x2a625d&&(_0x3ee52c['isActive']=!0x0,_0x3596df&&(_0x2a625d['isAnimationDisabled']=!0x0,_0x2a625d['top']+=0x1),this['_alignToTargetRect'](_0x2a625d));}}['_detachFromContainer'](_0xcafc2a){if(this['view']['element']['remove'](),_0xcafc2a){for(const _0x561082 of _0xcafc2a)this['_destroySidebarItemView'](_0x561082);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x1b50aa,_0x35e4a6){_0x35e4a6||(_0x35e4a6=_0x1b50aa['view']);const _0x333c37=new C(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x333c37,_0x1b50aa),this['_annotationToSidebarItemView']['set'](_0x1b50aa,_0x333c37),_0x333c37['content']['add'](_0x35e4a6),this['listenTo'](_0x1b50aa['view'],'change:targetRect',(_0x455041,_0x263b0b,_0x474cc3)=>{const _0x3399b7=this['_getTargetTop'](_0x1b50aa,_0x474cc3);_0x333c37['_targetTop']!=_0x3399b7&&(_0x333c37['_targetTop']=_0x3399b7,this['_setItemTop'](_0x333c37,_0x3399b7));}),this['listenTo'](_0x333c37,'change:top',()=>{this['_recalculate'](_0x333c37,'top');}),this['listenTo'](_0x333c37,'change:bottom',()=>{this['_recalculate'](_0x333c37,'bottom');}),this['_alignToTargetRect'](_0x333c37);const _0x16e5b3=this['_getItemBefore'](_0x333c37);if(_0x16e5b3)this['_alignAfterItem'](_0x16e5b3,_0x333c37)||this['_alignToTargetRect'](_0x333c37);else this['_alignToTargetRect'](_0x333c37);return this['_updateLastItem'](),this['view']['list']['add'](_0x333c37),_0x333c37;}['_alignForTopChange'](_0x3f643e){if(!_0x3f643e['content']['length'])return;const _0x55f2cf=this['_getItemBefore'](_0x3f643e);if(!_0x55f2cf)return;const _0x29f761=this['_sidebarItemViewToAnnotation']['get'](_0x55f2cf),_0x57452c=this['_activeAnnotation'];_0x57452c&&_0x57452c===_0x29f761?this['_alignAfterItem'](_0x55f2cf,_0x3f643e):this['_alignBeforeItem'](_0x3f643e,_0x55f2cf);}['_alignForBottomChange'](_0x2639e7){if(!_0x2639e7['content']['length'])return;const _0x14f140=this['_getItemAfter'](_0x2639e7);if(!_0x14f140)return;const _0x24f3e2=this['_sidebarItemViewToAnnotation']['get'](_0x14f140),_0x58d09d=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0xdeaacc=this['_activeAnnotation'];_0xdeaacc&&_0xdeaacc===_0x24f3e2&&_0x58d09d?(this['_alignBeforeItem'](_0x14f140,_0x2639e7),this['_alignAfterItem'](_0x2639e7,_0x14f140)):_0xdeaacc&&_0xdeaacc===_0x24f3e2?this['_alignBeforeItem'](_0x14f140,_0x2639e7):this['_alignAfterItem'](_0x2639e7,_0x14f140);}['_recalculate'](_0x2ebdb9,_0x446c40){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x23e5a5,changedProp:_0xf70f29}of this['_recalculateBuffer'])'top'===_0xf70f29?this['_alignForTopChange'](_0x23e5a5):this['_alignForBottomChange'](_0x23e5a5);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x2ebdb9,'changedProp':_0x446c40});}['getSidebarItemView'](_0x1fefe5){return this['_annotationToSidebarItemView']['get'](_0x1fefe5);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x324688){const _0x5db709=this['getSidebarItemView'](_0x324688);this['stopListening'](_0x5db709),this['stopListening'](_0x324688['view']),_0x5db709['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x324688),this['_sidebarItemViewToAnnotation']['delete'](_0x5db709);}['_createSidebarView'](){const _0x26ee2c=new T(this['context']['locale']);return _0x26ee2c['render'](),this['on']('change:_lastItem',(_0x135e97,_0x219e9c,_0x47913c,_0x200db2)=>{_0x200db2&&_0x26ee2c['unbind']('minHeight'),_0x47913c?_0x26ee2c['bind']('minHeight')['to'](_0x47913c,'bottom'):_0x26ee2c['minHeight']=null;}),_0x26ee2c;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x5b3910){const _0xcb25d0=this['_sidebarItemViewToAnnotation']['get'](_0x5b3910),_0x302edf=_0xcb25d0&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0xcb25d0)-0x1);return _0x302edf&&this['getSidebarItemView'](_0x302edf)||null;}['_getItemAfter'](_0x7ca307){const _0x4cf236=this['_sidebarItemViewToAnnotation']['get'](_0x7ca307),_0x1f1ade=_0x4cf236&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x4cf236)+0x1);return _0x1f1ade&&this['getSidebarItemView'](_0x1f1ade)||null;}['_alignBeforeItem'](_0x287854,_0x51eb5d){_0x287854['updateHeight']();const _0x2d1817=M(_0x51eb5d['bottom']+this['_spaceBetweenItems'],_0x287854['top']);return!!_0x2d1817&&(this['_setItemTop'](_0x51eb5d,_0x51eb5d['top']-_0x2d1817),!0x0);}['_alignAfterItem'](_0x5c6bb6,_0x1c8275){_0x5c6bb6['updateHeight']();const _0x1bd651=M(_0x5c6bb6['bottom']+this['_spaceBetweenItems'],_0x1c8275['top']);return!!_0x1bd651&&(this['_setItemTop'](_0x1c8275,_0x1c8275['top']+_0x1bd651,!0x1),!0x0);}['_alignToTargetRect'](_0x2f9fbe){const _0x38a31c=this['_sidebarItemViewToAnnotation']['get'](_0x2f9fbe);if(!_0x38a31c||!_0x38a31c['target']||!_0x38a31c['targetRect'])return;const _0x477a5a=this['_getTargetTop'](_0x38a31c,_0x38a31c['targetRect']);this['_setItemTop'](_0x2f9fbe,_0x477a5a);}['_getTargetTop'](_0x1994d8,_0x2c45eb){if(null===_0x2c45eb)return 0x0;if(_0x1994d8['target']instanceof _0x305566)return _0x2c45eb['top'];{const _0x48e89f=new _0x305566(this['view']['element'])['top'];return _0x2c45eb['top']-_0x48e89f;}}['_setItemTop'](_0x18013b,_0x4893d3,_0x1de69a=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x1de69a&&(_0x4893d3=Math['max'](_0x4893d3,this['_getMaxAvailableTop'](_0x18013b))),_0x18013b['top']=_0x4893d3;}['_getMaxAvailableTop'](_0x687bb9){let _0x20a192=this['_getItemBefore'](_0x687bb9),_0x333a97=0x0;for(;_0x20a192;)_0x20a192['updateHeight'](),_0x333a97+=this['_spaceBetweenItems']+_0x20a192['height'],_0x20a192=this['_getItemBefore'](_0x20a192);return _0x333a97;}}function M(_0xe9af7e,_0x49fe7c){return Math['max'](_0xe9af7e-_0x49fe7c,0x0);}function y(_0x473185){return null!==_0x473185&&'object'==typeof _0x473185&&0x1===_0x473185['nodeType'];}class n extends _0x2496c3{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x13f6f4){super(_0x13f6f4),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x5a5e34(),this['_refreshPositioningDebounced']=_0x3d2ba7(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x4ef8c3=this['context']['plugins']['get'](j),_0x82e123=this['context']['plugins']['get'](z);_0x4ef8c3['register']('wideSidebar',this),_0x82e123['container']&&_0x4ef8c3['switchTo']('wideSidebar');}['setActiveAnnotation'](_0xd71f4a){if(_0xd71f4a===this['activeAnnotation'])return;const _0x1b17d4=this['context']['plugins']['get'](z);_0x1b17d4['_activeAnnotation']=_0xd71f4a;const _0x1d846e=this['activeAnnotation'];this['activeAnnotation']=_0xd71f4a,_0x1b17d4['refresh']({'blurredAnnotation':_0x1d846e,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x593093){this['annotations']=_0x593093;const _0x1aa2af=this['context']['plugins']['get'](z);if(_0x1aa2af['_annotations']=_0x593093,this['isAttached'])throw new _0x33edb8('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x1aa2af,'set:container',()=>{this['detach'](),this['listenTo'](_0x1aa2af,'change:container',_0x17c9c6=>{_0x17c9c6['off'](),this['attach'](_0x593093);});}),_0x1aa2af['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x444394=_0x174189=>{_0x174189['updateTargetRect'](),_0x1aa2af['addAnnotation'](_0x174189);};for(const _0x2d45aa of _0x593093)_0x444394(_0x2d45aa);this['listenTo'](_0x593093,'add',(_0x2410b3,_0x1d7788)=>{_0x444394(_0x1d7788);}),this['listenTo'](_0x593093,'remove',(_0x30fdc4,_0x5a2a46,_0x3c399f)=>{_0x1aa2af['rearrange']({'removedAnnotation':_0x5a2a46,'previousAnnotation':_0x593093['get'](_0x3c399f-0x1),'nextAnnotation':_0x593093['get'](_0x3c399f+0x1)}),_0x5a2a46===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x593093,'focus',(_0x12cc8e,_0x3815d4)=>{this['setActiveAnnotation'](_0x3815d4);}),this['listenTo'](_0x593093,'blur',()=>{this['setActiveAnnotation'](null);});const _0x5d9236=this['context']instanceof _0x53c5fd?this['context']['editors']:new _0x5a5e34([this['context']]);for(const _0x33af8e of _0x5d9236)this['_integrateWithEditorAnnotations'](_0x33af8e);this['listenTo'](_0x5d9236,'add',(_0x2c9ebb,_0x35fbbe)=>{this['listenTo'](_0x35fbbe,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x35fbbe);});}),this['listenTo'](_0x5d9236,'remove',(_0x5ba2e4,_0x1dcdd4)=>{_0x1dcdd4['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x1dcdd4['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x33edb8('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x4a2d48=this['context']['plugins']['get'](z);_0x4a2d48['_detachFromContainer'](this['annotations']),this['stopListening'](_0x4a2d48),this['stopListening'](this['annotations']),this['context']instanceof _0x53c5fd&&this['stopListening'](this['context']['editors']);for(const _0x1fa602 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x1fa602);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x478141){if(!_0x478141['plugins']['has']('EditorAnnotations'))return;const _0x53362f=_0x478141['plugins']['get']('EditorAnnotations'),_0x2933e6=()=>{const _0x2c131f=_0x53362f['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x2c131f[0x0]||null);};this['listenTo'](_0x53362f,'refresh',_0x2933e6),this['listenTo'](_0x53362f,'blur',(_0x41a444,{isAnnotationTracked:_0x556968})=>{this['activeAnnotation']&&_0x556968(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x53362f,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x352c77=>{_0x53362f['hasDomSelection']()&&(_0x2933e6(),_0x352c77['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x53362f);}['_destroyEditorAnnotationsIntegration'](_0x45bd7f){this['stopListening'](_0x45bd7f),this['_editorAnnotations']['remove'](_0x45bd7f);}}class D extends _0x492171{['counterView'];constructor(_0x2a00ba){super(_0x2a00ba);const _0x2c3476=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x75edc,_0x573dca)=>_0x75edc?'...':_0x573dca['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',_0x2c3476['to']('annotationType',_0x370d35=>'ck-annotation-counter__badge--'+_0x370d35),_0x2c3476['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x2c3476['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x2496c3{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x3765ea){super(_0x3765ea),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0xfa08a1),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x5a5e34(),this['_refreshPositioningDebounced']=_0x3d2ba7(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x495d98(this['context']['locale']),this['balloonPanelView']=new _0x38c2d3(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x21e4f0){this['annotations']=_0x21e4f0;const _0x404d6d=this['context']['plugins']['get'](z),_0x2b2678=this['balloonPanelView'];if(_0x404d6d['_annotations']=_0x21e4f0,this['isAttached'])throw new _0x33edb8('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x404d6d,'set:container',()=>{this['detach'](),this['listenTo'](_0x404d6d,'change:container',_0xf366ec=>{_0xf366ec['off'](),this['attach'](_0x21e4f0);});}),_0x404d6d['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x55b8ed=_0x2b8066=>{const _0x1524f0=new D(this['context']['locale']);_0x404d6d['addAnnotation'](_0x2b8066,_0x1524f0),this['_annotationToNarrowView']['set'](_0x2b8066,_0x1524f0),_0x1524f0['bind']('isDirty','annotationType','number')['to'](_0x2b8066['view'],'isDirty','type','length'),_0x1524f0['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x2b2678['content']['first']!==_0x2b8066['view']?(this['_showBalloon'](_0x2b8066),_0x2b8066['view']['element']['focus'](),this['setActiveAnnotation'](_0x2b8066)):this['setActiveAnnotation'](null);});};for(const _0x4b18e4 of _0x21e4f0)_0x55b8ed(_0x4b18e4);this['listenTo'](_0x21e4f0,'add',(_0x56caf7,_0x342f71)=>{_0x55b8ed(_0x342f71);}),this['listenTo'](_0x21e4f0,'remove',(_0x5296d3,_0x3c9930,_0x365360)=>{this['_annotationToNarrowView']['get'](_0x3c9930)['destroy'](),this['_annotationToNarrowView']['delete'](_0x3c9930),_0x404d6d['rearrange']({'removedAnnotation':_0x3c9930,'previousAnnotation':_0x21e4f0['get'](_0x365360-0x1),'nextAnnotation':_0x21e4f0['get'](_0x365360+0x1)}),_0x3c9930===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x21e4f0,'focus',(_0x54f204,_0x173c04)=>{this['setActiveAnnotation'](_0x173c04);}),this['listenTo'](_0x21e4f0,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x396b78,_0x499ec9)=>{_0x499ec9['keyCode']===_0x1179d3['esc']&&_0x2b2678['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x2b2678['content']['first']),this['_hideBalloon'](),_0x499ec9['stopPropagation'](),_0x499ec9['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x1f1f08,_0x3c7d9e)=>{const _0x17c931=_0x3c7d9e['target'];_0x2b2678['isVisible']&&_0x2b2678['element']['contains'](_0x17c931)||_0x404d6d['view']['element']['contains'](_0x17c931)||_0x1f1f08['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x1ea9a2=>_0x1ea9a2['contains'](_0x17c931))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x1697ca=this['context']instanceof _0x53c5fd?this['context']['editors']:new _0x5a5e34([this['context']]);for(const _0x1d10ee of _0x1697ca)this['_integrateWithEditorAnnotations'](_0x1d10ee);this['listenTo'](_0x1697ca,'add',(_0xe0b8be,_0x2e1280)=>{this['listenTo'](_0x2e1280,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x2e1280);});}),this['listenTo'](_0x1697ca,'remove',(_0x1003f7,_0x37f7f3)=>{_0x37f7f3['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x37f7f3['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0xfed925){if(_0xfed925===this['activeAnnotation'])return;const _0x27d18d=this['context']['plugins']['get'](z);if(_0x27d18d['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0xfed925,'disableAnimationOnActivatedAnnotation':!0x0}),_0xfed925)_0x27d18d['getSidebarItemView'](_0xfed925)?this['_showBalloon'](_0xfed925):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0xfed925;}['detach'](){if(!this['isAttached'])throw new _0x33edb8('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0xeac7ba=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x3a6db4=>_0x3a6db4['destroy']()),this['_annotationToNarrowView']['clear'](),_0xeac7ba['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x53c5fd&&this['stopListening'](this['context']['editors']);for(const _0x1b31bc of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x1b31bc);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'](_0x524b92){if(!_0x524b92['plugins']['has']('EditorAnnotations'))return;const _0x3c017a=_0x524b92['plugins']['get']('EditorAnnotations'),_0x4c0742=this['context']['plugins']['get'](z),_0x1c4231=this['annotations'],_0x1a99ac=this['balloonPanelView'],_0x2cf265=()=>{const _0x40c2a2=_0x3c017a['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x40c2a2),this['setActiveAnnotation'](_0x40c2a2[0x0]||null);};this['listenTo'](_0x3c017a,'refresh',_0x2cf265),this['listenTo'](_0x3c017a,'blur',(_0x4b3335,{isAnnotationTracked:_0x104753})=>{this['activeAnnotation']&&_0x104753(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x3c017a,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x1c4231,'blur',_0x594bda=>{_0x3c017a['hasDomSelection']()&&_0x594bda['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x4148e4,_0x4017c6)=>{const _0x83bff9=_0x4017c6['target'];_0x1a99ac['isVisible']&&_0x1a99ac['element']['contains'](_0x83bff9)||_0x4c0742['view']['element']['contains'](_0x83bff9)||this['activeAnnotation']&&_0x3c017a['hasDomSelection']()&&(_0x2cf265(),_0x4148e4['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3c017a);}['_destroyEditorAnnotationsIntegration'](_0x1c2d1a){_0x1c2d1a&&(this['stopListening'](_0x1c2d1a),this['_editorAnnotations']['remove'](_0x1c2d1a));}['_setSelectedAnnotations'](_0x25a9a4){for(const _0xa5a91e of this['_selectedAnnotations'])_0x25a9a4['includes'](_0xa5a91e)||this['_manuallyClosedAnnotationViews']['delete'](_0xa5a91e['view']);this['_selectedAnnotations']=_0x25a9a4;}['_refreshPositioning'](){const _0x2d445d=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x2d445d['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x467885){if(this['_manuallyClosedAnnotationViews']['has'](_0x467885['view']))return;const _0x557078=this['balloonPanelView']['content']['first'];_0x557078!==_0x467885['view']?(_0x557078&&this['_detachListeners'](_0x557078),this['_attachListeners'](_0x467885['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x467885['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x80347f=this['balloonPanelView']['content']['first'],_0x2be700=_0x80347f&&this['annotations']['getByView'](_0x80347f);if(!_0x2be700||!this['_annotationToNarrowView']['has'](_0x2be700))return;const _0x71bf52=this['_annotationToNarrowView']['get'](_0x2be700)['element'],_0x3d8587=(function(){const _0x1ee17c=_0x38c2d3['defaultPositions'];return[_0x1ee17c['southArrowNorthEast'],_0x1ee17c['northArrowSouthEast'],_0x1ee17c['southArrowNorth'],_0x1ee17c['northArrowSouth'],_0x1ee17c['southArrowNorthWest'],_0x1ee17c['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x71bf52,'positions':_0x3d8587});}['_hideBalloon'](){const _0x18e08d=this['balloonPanelView'],_0x41bf11=_0x18e08d['content']['first'];_0x41bf11&&(this['_detachListeners'](_0x41bf11),_0x18e08d['unpin'](),_0x18e08d['content']['clear']());}['_attachListeners'](_0x1e64ea){this['listenTo'](_0x1e64ea,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x1e64ea,'Esc',(_0x54f326,_0xe78603)=>{this['_manuallyClosedAnnotationViews']['add'](_0x1e64ea),this['_hideBalloon'](),_0xe78603();});}['_detachListeners'](_0x1828e5){this['stopListening'](_0x1828e5);}}class c extends _0x4ce84c{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[k,_0x719412,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x595739){super(_0x595739),_0x595739['editing']['view']['addObserver'](_0x57154d),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x595739['plugins']['get'](_0x719412),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x277b23=this['editor']['plugins']['get'](j);_0x277b23['context']===this['editor']&&(_0x277b23['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x569789,_0x205d24)=>{const _0x3f0caf=this['_balloon'];if(this['isAttached']&&_0x3f0caf['visibleView']){const _0x1055ef=this['annotations']['getByView'](_0x3f0caf['visibleView']);_0x1055ef&&this['_closeAnnotation'](_0x1055ef),_0x205d24();}}));}['afterInit'](){const _0x27299c=this['editor']['plugins']['get'](j);_0x27299c['context']===this['editor']&&(_0x27299c['hasActive']()||_0x27299c['switchTo']('inline'));}['setActiveAnnotation'](_0x3c03db){_0x3c03db!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x3c03db&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x3c03db)&&this['_addAnnotationToBalloon'](_0x3c03db,!0x0),_0x3c03db['isActive']=!0x0),_0x3c03db||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x3c03db);}['attach'](_0x24cdb0){this['annotations']=_0x24cdb0;const _0x33678a=this['editor']['plugins']['get'](j),_0x428e80=this['_balloon'];if(this['isAttached'])throw new _0x33edb8('inlineannotations-attach-already-attached',this);if(_0x33678a['context']!==this['editor'])throw new _0x33edb8('inlineannotations-not-allowed-with-context',this);const _0x216f4b=this['editor']['plugins']['get'](k);this['listenTo'](_0x216f4b,'refresh',()=>{const _0x1b8a43=_0x216f4b['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x14c5c6,_0x22c40a;!this['_forceRefresh']&&(_0x14c5c6=_0x1b8a43,_0x22c40a=this['_selectedAnnotations'],_0x14c5c6['length']===_0x22c40a['length']&&_0x14c5c6['every'](_0x1ee271=>_0x22c40a['includes'](_0x1ee271)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x1b8a43),this['setActiveAnnotation'](_0x1b8a43[0x0]||null));}),this['listenTo'](_0x216f4b,'blur',(_0x4d5655,{isAnnotationTracked:_0x556520})=>{this['activeAnnotation']&&_0x556520(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0xe45973,_0x57fb3a,_0xe6270b)=>{_0xe6270b||this['setActiveAnnotation'](null);}),this['listenTo'](_0x24cdb0,'remove',(_0x521029,_0x3f727c)=>{this['_removeAnnotationFromBalloon'](_0x3f727c),_0x3f727c===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x428e80,'change:visibleView',(_0x2a0036,_0x98c45d,_0x593cd7,_0x275c64)=>{_0x275c64&&this['stopListening'](_0x275c64);const _0x1c5e58=_0x24cdb0['getByView'](_0x593cd7);_0x593cd7&&_0x1c5e58&&(this['listenTo'](_0x593cd7,'change:height',()=>{_0x428e80['updatePosition']();}),this['listenTo'](_0x593cd7,'Esc',()=>{this['_closeAnnotation'](_0x1c5e58),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x1c5e58&&this['setActiveAnnotation'](_0x1c5e58));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x428e80['visibleView']&&(_0x24cdb0['getByView'](_0x428e80['visibleView'])&&_0x428e80['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 _0x33edb8('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x34bc95 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x34bc95);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x19a8a1){for(const _0xf15c9c of this['_selectedAnnotations'])_0x19a8a1['includes'](_0xf15c9c)||this['_manuallyClosed']['delete'](_0xf15c9c);for(const _0x2503a5 of this['annotations'])_0x19a8a1['includes'](_0x2503a5)||this['_removeAnnotationFromBalloon'](_0x2503a5);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x2e4b37 of _0x19a8a1)this['_addAnnotationToBalloon'](_0x2e4b37);}this['_selectedAnnotations']=_0x19a8a1;}['_addAnnotationToBalloon'](_0x40fe5e,_0x43e8e9=!0x1){this['_manuallyClosed']['has'](_0x40fe5e)||(this['_addedAnnotations']['has'](_0x40fe5e)||this['_balloon']['hasView'](_0x40fe5e['view'])||(this['_addedAnnotations']['add'](_0x40fe5e),this['_balloon']['add']({'stackId':_0x40fe5e['view']['id'],'view':_0x40fe5e['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x40fe5e)}})),_0x43e8e9&&this['_balloon']['showStack'](_0x40fe5e['view']['id']));}['_getBalloonTargetForAnnotation'](_0x3e45ad){const _0x2bd031=_0x3e45ad['target'],_0x2d08c6=this['editor']['editing']['view'],_0x158784=_0x2d08c6['document']['selection']['getFirstRange'](),_0x43917e=_0x2d08c6['domConverter']['viewRangeToDom'](_0x158784);if(_0x43917e['collapse'](!0x0),_0x2bd031){if(_0x2bd031 instanceof _0x305566)return _0x2bd031;let _0x2c259a=[];for(const _0x34ecc3 of _0x2bd031)_0x2c259a['push'](...(_0x10f316=_0x34ecc3['getClientRects'](),Array['from'](_0x10f316)['map'](DOMRect['fromRect'])));_0x2c259a=function(_0x206cb5){const _0x33e1c9=[];let _0x266dce=_0x206cb5[0x0];for(let _0x3f3c8a=0x1;_0x3f3c8a<_0x206cb5['length'];_0x3f3c8a++)F(_0x266dce,_0x206cb5[_0x3f3c8a])?_0x266dce['width']+=_0x206cb5[_0x3f3c8a]['width']:(_0x33e1c9['push'](_0x266dce),_0x266dce=_0x206cb5[_0x3f3c8a]);return _0x33e1c9['push'](_0x266dce),_0x33e1c9;}(_0x2c259a);const _0x55dac6=_0x43917e['getBoundingClientRect']();return _0x2c259a['find'](_0x2a690b=>_0x2a690b['top']<=_0x55dac6['top']&&_0x2a690b['bottom']>=_0x55dac6['bottom']&&_0x2a690b['left']<=_0x55dac6['left']&&_0x2a690b['right']>=_0x55dac6['right'])||_0x2c259a[0x0];}var _0x10f316;return _0x3e45ad['targetRect']||_0x43917e;}['_removeAnnotationFromBalloon'](_0x290171){this['_addedAnnotations']['has'](_0x290171)&&this['_balloon']['hasView'](_0x290171['view'])&&(this['_addedAnnotations']['delete'](_0x290171),this['_balloon']['remove'](_0x290171['view']));}['_closeAnnotation'](_0x35848f){this['_manuallyClosed']['add'](_0x35848f),this['_removeAnnotationFromBalloon'](_0x35848f);}}function F(_0x29a66c,_0x3177a5){return _0x29a66c['top']===_0x3177a5['top']&&_0x29a66c['bottom']===_0x3177a5['bottom']&&_0x29a66c['right']===_0x3177a5['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(_0x476373,_0x429cfa){super(_0x476373),this['set']('isEmpty',!_0x429cfa['length']),this['_focusTracker']=new _0x3d6b24(),this['_keystrokes']=new Et(),this['_focusables']=_0x429cfa,this['_focusCycler']=new _0x5b33e7({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['listenTo'](_0x429cfa,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x429cfa,'remove',(_0x28e099,_0x5d6d70)=>{_0x5d6d70['isActive']&&this['focus'](),_0x429cfa['length']||(this['isEmpty']=!0x0);});const _0x5ef82d=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':_0x429cfa},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x5ef82d['if']('isEmpty','ck-hidden',_0x54e8b1=>!_0x54e8b1)]},'children':[{'text':W(_0x476373,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_keystrokes']['listenTo'](this['element']);const _0x5b5a76=_0x8b8985=>_0x8b8985['stopPropagation']();this['_keystrokes']['set']('arrowright',_0x5b5a76),this['_keystrokes']['set']('arrowleft',_0x5b5a76),this['_keystrokes']['set']('arrowup',_0x5b5a76),this['_keystrokes']['set']('arrowdown',_0x5b5a76),this['listenTo'](this['element'],'selectstart',(_0x4f36d9,_0x2579e5)=>{_0x2579e5['stopPropagation']();},{'priority':'high'});}['destroy'](){super['destroy'](),this['_focusTracker']['destroy'](),this['_keystrokes']['destroy']();}['focus'](){this['element']['focus']();}}class p extends _0x2496c3{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,b];}constructor(_0x2fa87f){super(_0x2fa87f),this['archivedThreads']=new _0x5a5e34();}['init'](){const _0x55384e=this['context'],_0x1bdb41=_0x55384e['plugins']['get'](m),_0x5c5f0a=_0x55384e['plugins']['get'](b);this['listenTo'](_0x1bdb41,'addCommentThread',(_0x3181f8,{threadId:_0x18f369})=>{const _0x410234=_0x1bdb41['getCommentThread'](_0x18f369);_0x410234['archivedAt']&&this['archivedThreads']['add'](_0x410234,this['_calculatePosition'](_0x410234['archivedAt'])),this['listenTo'](_0x410234,'change:archivedAt',(_0x1a4852,_0x134a37,_0x541cec)=>{_0x541cec?this['archivedThreads']['has'](_0x410234)||this['archivedThreads']['add'](_0x410234,this['_calculatePosition'](_0x410234['archivedAt'])):this['archivedThreads']['has'](_0x410234)&&this['archivedThreads']['remove'](_0x410234);});}),this['listenTo'](_0x1bdb41,'removeCommentThread',(_0x41c1c4,{threadId:_0x3e01a3})=>{const _0x444dfd=_0x1bdb41['getCommentThread'](_0x3e01a3);this['stopListening'](_0x444dfd),this['archivedThreads']['has'](_0x444dfd)&&this['archivedThreads']['remove'](_0x444dfd);},{'priority':'highest'}),this['listenTo'](_0x5c5f0a['collection'],'focus',(_0x47c8eb,_0x2978b3)=>{_0x2978b3['isActive']=!0x0,_0x5c5f0a['activate'](_0x2978b3);});}['_calculatePosition'](_0x1211ab){const _0x2b88b9=[...this['archivedThreads']]['findIndex'](_0x4d04d5=>_0x4d04d5['archivedAt']<_0x1211ab);return _0x2b88b9>-0x1?_0x2b88b9:this['archivedThreads']['length'];}}class a extends _0x4ce84c{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x330149];}constructor(_0x58cbef){super(_0x58cbef),this['annotationViews']=new _0x3a1ba1(),this['_pendingThreads']=[];}['init'](){this['editor']['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x492171,!0x0)),this['editor']['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>this['_createCommentsArchiveButton'](_0xc10347));const _0x335fd8=this['editor']['plugins']['get'](p),_0x4795af=this['editor']['plugins']['get']('Annotations'),_0x2c7a1a=this['editor']['plugins']['get']('CommentsRepository');this['listenTo'](_0x335fd8['archivedThreads'],'add',(_0x4dc3f8,_0x1928f0)=>{const _0x6f0087=this['editor']['config']['get']('collaboration.channelId');if(!_0x6f0087||_0x1928f0['channelId']===_0x6f0087){const _0x100aea=_0x2c7a1a['_threadToController']['get'](_0x1928f0);if(!_0x100aea)return void this['_pendingThreads']['push'](_0x1928f0);const _0x2b37cb=this['_calculatePosition'](_0x1928f0['archivedAt']),_0x109554=_0x4795af['getByInnerView'](_0x100aea['view']);_0x109554['isVisible']&&_0x4795af['_visibleAnnotations']['remove'](_0x109554),this['annotationViews']['add'](_0x109554['view'],_0x2b37cb);}}),this['listenTo'](_0x4795af['collection'],'add',(_0x5b1a43,_0xccf267)=>{const _0x17db12=this['_pendingThreads']['find'](_0x538cc3=>{const _0x5542b5=_0x2c7a1a['_threadToController']['get'](_0x538cc3);return _0x5542b5&&_0xccf267['innerView']===_0x5542b5['view'];});if(_0x17db12){const _0x2dbd04=this['_calculatePosition'](_0x17db12['archivedAt']);this['annotationViews']['add'](_0xccf267['view'],_0x2dbd04),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x17db12),0x1);}}),this['listenTo'](_0x335fd8['archivedThreads'],'remove',(_0x5cb287,_0x510deb)=>{const _0x50238d=this['editor']['config']['get']('collaboration.channelId');if(!_0x50238d||_0x510deb['channelId']===_0x50238d){const _0x186993=_0x2c7a1a['_threadToController']['get'](_0x510deb),_0x183fc7=_0x4795af['getByInnerView'](_0x186993['view']);this['annotationViews']['remove'](_0x183fc7['view']),this['stopListening'](_0x183fc7['focusableElements']);}});}['_calculatePosition'](_0x5ec52e){const _0xd78bb9=this['editor']['config']['get']('collaboration.channelId'),_0x43f18c=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x3f2704=>_0x3f2704['channelId']===_0xd78bb9)['findIndex'](_0x58ec09=>_0x58ec09['archivedAt']<_0x5ec52e);return _0x43f18c<0x0||_0x43f18c>this['annotationViews']['length']?this['annotationViews']['length']:_0x43f18c-0x1;}['_toggleDialog'](){const _0x135909=this['editor'],_0x19e38e=_0x135909['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new X(_0x135909['locale'],this['annotationViews'])),'commentsArchive'===_0x19e38e['id']?_0x19e38e['hide']():_0x19e38e['show']({'id':'commentsArchive','title':W(_0x135909['locale'],'COMMENTS_ARCHIVE'),'icon':Q,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x58604b['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x53a53a,_0x3cb268=!0x1){const _0x4b58d0=this['editor']['locale'],_0x360965=new _0x53a53a(_0x4b58d0);return _0x360965['bind']('isEnabled')['to'](this,'isEnabled'),_0x360965['set']({'label':W(_0x4b58d0,'COMMENTS_ARCHIVE'),'icon':Q}),_0x3cb268&&(_0x360965['tooltip']=!0x0),this['listenTo'](_0x360965,'execute',()=>this['_toggleDialog']()),_0x360965;}}class f extends _0x4ce84c{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 _0x375816,ContextPlugin as _0x29a540,PendingActions as ht,Context as _0x6b40cc,Command as _0x426f1e,Plugin as _0x25741f}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x44328e,uid as _0x5d0d75,KeystrokeHandler as Et,FocusTracker as _0x2afc44,diff as _0x356bcb,Collection as _0x450877,Rect as _0x1af528,CKEditorError as _0x279685,priorities as Wt,scrollViewportToShowTarget as _0x1e110e,toUnit as Ht,DomEmitterMixin as _0x4a1bf4,keyCodes as _0x583290}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x174159,ConfirmMixin as _0x226625,trimHtml as _0x191610,Users as lt,getDateTimeFormatter as dt,hashObject as ct,getAllMarkersDomElementsSorted as tt,surroundingMarkersDetector as _0x1892c7}from'ckeditor5-collaboration/dist/index.js';import{throttle as bt,isEqual as ft,cloneDeep as ut,set as pt,unset as It,debounce as _0x37792a}from'lodash-es';import{EditorUIView as Xt,InlineEditableUIView as $t,LabelView as Yt,EditorUI as Ut,View as _t,ButtonView as _0x6e5592,ViewCollection as _0x5ee6bc,FocusCycler as _0x5a5c09,createDropdown as _0x276ee6,ListView as _0x40a7c4,ListItemView as _0x280b18,MenuBarMenuListItemButtonView as _0x5dd2de,BodyCollection as _0x5634c7,BalloonPanelView as _0x12b287,ContextualBalloon as _0x15c38a,Dialog as _0x4858eb,DialogViewPosition as _0x761101}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as zt,enablePlaceholder as Ft,MouseObserver as _0xdbe780}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
|
+
_0x44328e(){['model'];['view'];constructor(_0x3dd9bd,_0x103327){super(),this['model']=_0x3dd9bd,this['model']['_isAttached']=!0x0,this['view']=_0x103327,this['listenTo'](_0x103327,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x103327,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x103327,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x103327,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x103327,'addComment',(_0x50bde5,_0x6729df)=>this['addComment'](_0x6729df)),this['listenTo'](_0x103327,'updateComment',(_0x53af34,_0x49ca7c,_0x59aef0)=>this['updateComment'](_0x49ca7c,_0x59aef0)),this['listenTo'](_0x103327,'removeComment',(_0x54a0db,_0x121624)=>this['removeComment'](_0x121624));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x2adc2e){this['model']['addComment']({'content':_0x2adc2e,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x5e2106,_0x1a4d64){this['model']['getComment'](_0x5e2106)['update']({'content':_0x1a4d64});}['removeComment'](_0x5dccdd){this['model']['getComment'](_0x5dccdd)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function W(_0x5a1587,_0x49801c,_0xbd4b8d){const t=_0x5a1587['t'];switch(_0x49801c){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'},_0xbd4b8d);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'},_0xbd4b8d);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'},_0xbd4b8d);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'},_0xbd4b8d);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(_0x5505da,_0xa9a57){super(_0x5505da);const _0x1c3dc7=_0x5d0d75();this['main']=this['createCollection'](),this['editable']=new $t(_0x5505da,_0xa9a57),this['_voiceLabelView']=this['_createVoiceLabel'](_0x1c3dc7,_0x5505da),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'role':'comment','dir':_0x5505da['uiLanguageDirection'],'lang':_0x5505da['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x1c3dc7},'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'](_0x5f1d00,_0x4fd43a){const _0x6b3263=new Yt();return _0x6b3263['text']=W(_0x4fd43a,'Comment\x20editor'),_0x6b3263['extendTemplate']({'attributes':{'id':'ck-editor__aria-label_'+_0x5f1d00,'class':'ck-voice-label'}}),_0x6b3263;}}class Ot extends Ut{['view'];constructor(_0x48ce45){super(_0x48ce45),this['view']=new Vt(_0x48ce45['locale'],_0x48ce45['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x4e4529=this['editor']['editing']['view'],_0x3a4b4b=this['view']['editable'],_0x257bc0=_0x4e4529['document']['getRoot']();_0x3a4b4b['name']=_0x257bc0['rootName'],this['view']['render']();const _0x56bcbb=_0x3a4b4b['element'];this['setEditableElement'](_0x3a4b4b['name'],_0x56bcbb),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x4e4529['attachDomRoot'](_0x56bcbb),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Rt=[Bt,Gt,Jt,Kt,Lt,Nt,Qt];class St extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x44328e(mt){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Rt)());constructor(_0x3b1449={}){(_0x3b1449=Object['assign']({},_0x3b1449))['plugins']||(_0x3b1449['plugins']=St['defaultPlugins']),super(_0x3b1449),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 _0x5c3390=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x5c3390))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x2efab9=>{const _0x426ef0=this['model']['document']['getRoot'](),_0x1b4013=_0x426ef0&&_0x426ef0['getChild'](_0x426ef0['childCount']-0x1);_0x2efab9['setSelection'](_0x1b4013,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x5e7782=this['editing']['view'],_0x52027c=_0x5e7782['document']['getRoot'](),_0x1ede2e=_0x52027c['getChild'](0x0);_0x52027c['childCount']>0x1||!_0x1ede2e||'p'!=_0x1ede2e['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(zt(_0x5e7782,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x1ede2e['placeholder']=this['placeholder']),Ft({'view':_0x5e7782,'element':_0x1ede2e,'keepOnFocus':!0x0}),this['placeholderElement']=_0x1ede2e);}}class ei extends _t{['keystrokes'];['focusTracker'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x21ed28,_0x18ce63={}){super(_0x21ed28),this['editor']=null,this['_editorConfig']=_0x18ce63,this['keystrokes']=new Et(),this['focusTracker']=new _0x2afc44(),this['set']('value',_0x18ce63['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',W(_0x21ed28,'Reply...')),this['set']('submitLabel',W(_0x21ed28,'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',(_0x1fa9b2,_0x22be49)=>{this['cancelButtonView']['fire']('execute'),_0x22be49();}),this['on']('submit',(_0x4b13a3,_0x138b18)=>{_0x138b18['length']>0xfde8?(alert(W(_0x21ed28,'TOO_LONG_COMMENT_ALERT',[_0x138b18['length'],0xfde8])),_0x4b13a3['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 _0x19efee=this['editor'];this['element']['insertBefore'](_0x19efee['ui']['element'],this['element']['firstChild']),_0x19efee['model']['document']['on']('change',()=>this['value']=_0x19efee['getData']()),_0x19efee['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:_0x6249d5}=this,_0x2a19f3=new _0x6e5592(_0x6249d5);return _0x2a19f3['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x2a19f3['withText']=!0x0,_0x2a19f3['bind']('label')['to'](this,'submitLabel'),_0x2a19f3['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x2a19f3['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x161638,_0x4e08a2)=>!_0x4e08a2&&!!_0x161638['trim']()),_0x2a19f3;}['_createCancelButton'](){const {locale:_0x3ca7d0}=this,_0x1cdf46=new _0x6e5592(_0x3ca7d0);return _0x1cdf46['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x1cdf46['label']=W(_0x3ca7d0,'Cancel'),_0x1cdf46['withText']=!0x0,_0x1cdf46['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x1cdf46;}['_initializeFocusCycling'](_0x5c14bd){const _0x263f99=this['focusTracker'],_0x3f4079=new _0x5ee6bc();[_0x5c14bd['ui']['view'],this['submitButtonView'],this['cancelButtonView']]['forEach'](_0x13b81b=>{_0x3f4079['add'](_0x13b81b),_0x263f99['add'](_0x13b81b['element']);});const _0x396176=new _0x5a5c09({'focusables':_0x3f4079,'focusTracker':_0x263f99});this['keystrokes']['set']('tab',(_0x37d548,_0x13422f)=>{_0x396176['focusNext'](),_0x13422f();},{'priority':'low'}),this['keystrokes']['set']('shift\x20+\x20tab',(_0x21d741,_0x4056c3)=>{_0x396176['focusPrevious'](),_0x4056c3();},{'priority':'low'});}}class Tt extends _t{constructor(_0x8ca897,_0x31a8bc,_0x1a7707){super(_0x8ca897),this['commentInputView']=new ei(_0x8ca897,_0x1a7707),this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x130589,_0x4fc6fa)=>_0x130589||!!_0x4fc6fa),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 _0x174159(_0x8ca897,_0x31a8bc),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(_0x33c99b){super(_0x33c99b);const _0x2b4cb8=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x2b4cb8['to']('count',_0x21beb0=>W(_0x33c99b,'NUMBER_OF_COMMENTS',_0x21beb0))}]});}}class xt extends _t{['commentViews'];['resolvedCommentView'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x115150,_0x1ba031,_0x14469a){super(_0x115150),this['set']('hasDirtyComment',!0x1),this['set']('length',_0x1ba031['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x1ba031,this['_config']=_0x14469a,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['_collapsedCommentsView']=new ts(_0x115150),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x39a34a=>_0x39a34a-this['_config']['maxCommentsWhenCollapsed']);for(const _0x4b2851 of _0x1ba031['comments'])this['_handleNewCommentModel'](_0x4b2851);this['_handleInfoComment'](),this['listenTo'](_0x1ba031['comments'],'add',(_0x22fcc1,_0xc8da12)=>{const _0x544fea=this['_calculatePosition'](_0xc8da12);this['length']++,this['_handleNewCommentModel'](_0xc8da12,_0x544fea),this['refreshVisibleViews']();}),this['listenTo'](_0x1ba031['comments'],'remove',(_0x4d2512,_0x50a2af)=>{this['length']--,this['_handleRemoveCommentModel'](_0x50a2af),this['refreshVisibleViews']();}),this['listenTo'](_0x1ba031,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x1ba031,'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 _0x5b380f of this['commentViews'])_0x5b380f['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x44148a,_0x591a40){const _0xc37d26=new this['_config']['CommentView'](this['locale'],_0x44148a,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0xc37d26['viewUid']=_0x44148a['id'],_0xc37d26['delegate']('removeComment')['to'](this),_0xc37d26['delegate']('updateComment')['to'](this),_0xc37d26['delegate']('resolveCommentThread')['to'](this),_0xc37d26['delegate']('editorReady')['to'](this),_0xc37d26['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0xc37d26,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0xc37d26,_0x591a40);}['_calculatePosition'](_0x8bfc95){const _0x155738=this['_model']['_findOptimalIndex'](_0x8bfc95);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x8bfc95['authoredAt']?_0x155738-0x1:_0x155738:_0x155738-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x45de05={'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'],_0x45de05,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x45de05));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x39f092){const _0x702a31=this['commentViews']['remove'](_0x39f092['id']);this['stopListening'](_0x702a31),_0x702a31['isEditMode']&&this['_updateHasDirtyComment'](),_0x702a31['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x29c169=>_0x29c169['isEditMode']);}['_rearrangeCollapse'](){const _0xfd0302=function(_0x116383){const _0x3a04e6=new _0x450877();for(const _0x18877b of _0x116383)_0x3a04e6['add'](_0x18877b);return _0x3a04e6;}(this['commentViews']),_0x4539a9=this['_collapsedCommentsView']['count'];for(let _0x47a495=0x1;_0x47a495<=_0x4539a9;_0x47a495++)_0xfd0302['remove'](0x1);for(const _0x247cd3 of _0xfd0302)_0x247cd3['collapse']();_0x4539a9>0x0&&_0xfd0302['add'](this['_collapsedCommentsView'],0x1),is(_0x356bcb(Array['from'](this['visibleViews']),Array['from'](_0xfd0302)),this['visibleViews'],_0xfd0302);}['_rearrangeExpand'](){is(_0x356bcb(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x32ed20 of this['visibleViews'])_0x32ed20['expand']();}}function is(_0x1234b9,_0x15e48b,_0x4aad11){let _0x2dfdb2=0x0;for(const _0x157f37 of _0x1234b9)switch(_0x157f37){case'insert':_0x15e48b['add'](_0x4aad11['get'](_0x2dfdb2),_0x2dfdb2),_0x2dfdb2++;break;case'delete':_0x15e48b['remove'](_0x2dfdb2);break;case'equal':_0x2dfdb2++;}}class Zt extends _t{['_model'];['reopenButtonView'];constructor(_0x51d75b,_0xdc52aa){super(_0x51d75b);const _0x42f35a=this['bindTemplate'];this['_model']=_0xdc52aa,this['reopenButtonView']=this['_createReopenButton'](),this['bind']('hasContext')['to'](this['_model'],'context',_0x5634db=>!!_0x5634db),this['bind']('contextValue')['to'](this['_model'],'context',_0x53d1f1=>_0x53d1f1&&_0x53d1f1['value']?this['_trimContextValue'](_0x53d1f1['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',_0x42f35a['if']('hasContext','ck-context--quotes')]},'children':[{'tag':'span','attributes':{'class':['ck-context__value']},'children':[{'text':_0x42f35a['to']('contextValue')}]}]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions']();}['_createReopenButton'](){const _0x23de9f=new _0x6e5592(this['locale']);return _0x23de9f['label']=W(this['locale'],'Reopen'),_0x23de9f['tooltip']=W(this['locale'],'Reopen'),_0x23de9f['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>',_0x23de9f['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x58792f=>!_0x58792f),_0x23de9f['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x5c2a9a,_0x24c052)=>_0x5c2a9a&&_0x24c052),_0x23de9f['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x23de9f;}['_trimContextValue'](_0x529899){if(_0x529899['length']<0x96)return _0x529899;const _0x2282de=_0x529899['lastIndexOf']('\x20',0x93);return _0x529899['substring'](0x0,_0x2282de>-0x1?_0x2282de:0x93)+'...';}['_attachContextActions'](){const _0x461ae7=this['element']['querySelector']('.ck-context'),_0x21b737=_0x461ae7['querySelector']('.ck-context__value');this['listenTo'](_0x461ae7,'mouseenter',()=>{_0x21b737['offsetWidth']<_0x21b737['scrollWidth']&&_0x461ae7['classList']['add']('overlay');}),this['listenTo'](_0x461ae7,'mouseleave',()=>{_0x461ae7['classList']['remove']('overlay');});}}class ti extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];constructor(_0x1d8d26,_0x949fb8,_0x5db14f,_0x23857d){super(_0x1d8d26),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x949fb8,this['_localUser']=_0x5db14f,this['_config']=_0x23857d,this['commentThreadHeaderView']=new Zt(_0x1d8d26,_0x949fb8),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x1d8d26,_0x949fb8,Object['assign']({'CommentView':this['_config']['CommentView']},_0x23857d)),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',(_0x371b72,_0x5c0722)=>_0x371b72||!!_0x5c0722),this['bind']('isUnlinked')['to'](_0x949fb8,'unlinkedAt',_0x19cc95=>!!_0x19cc95);}['focus'](){this['element']['focus']();}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x3035d8=new Tt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x5cc9b0=_0x3035d8['commentInputView'];return _0x3035d8['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x5cc9b0,'value',(_0x3c4ddb,_0xdd4e39,_0x932f2f,_0x2c4cd9,_0x5c6f39)=>!!_0x5c6f39||!!_0x2c4cd9&&_0x932f2f&&!_0xdd4e39||_0x3c4ddb&&_0x932f2f&&!_0xdd4e39),_0x5cc9b0['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x26e4b9,_0x224f0f,_0x50c000)=>{let _0x5cb8b6;return _0x5cb8b6=_0x50c000&&_0x224f0f?'Reply\x20to\x20reopen\x20discussion...':_0x26e4b9?'Reply...':'Write\x20a\x20comment...',W(this['locale'],_0x5cb8b6);}),_0x5cc9b0['bind']('submitLabel')['to'](this,'length',_0x2a3eeb=>W(this['locale'],_0x2a3eeb?'Reply':'Comment')),_0x5cc9b0['on']('submit',(_0x53fff3,_0x3a673d)=>{this['fire']('addComment',_0x3a673d),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x5cc9b0['on']('cancel',()=>{this['focus']();}),_0x5cc9b0['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x5cc9b0['on']('cancel',_0x845895=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x845895['stop']());}),this['on']('change:isActive',(_0x3c3603,_0x3e006c,_0x3450cc)=>{_0x3450cc||this['length']||_0x5cc9b0['value']||this['fire']('removeCommentThread');}),_0x3035d8;}}class yt extends/* #__PURE__ -- @preserve */
|
|
27
|
+
_0x226625(ti){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x1bfead,_0x30ef77,_0x58001,_0x5bb0fb){super(_0x1bfead,_0x30ef77,_0x58001,_0x5bb0fb),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',(_0x5626ef,_0x273b56,_0x50fcde)=>{_0x50fcde?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']=_0x1bfead,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x22b9a2,_0x127267,_0x429f67)=>{_0x429f67||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x28e324,_0x2b45d9,_0x40caab)=>{_0x40caab&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x3da8f9=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck-thread','ck-reset_all-excluded',_0x3da8f9['if']('isActive','ck-thread--active'),_0x3da8f9['if']('isUnlinked','ck-thread--unlinked'),_0x3da8f9['if']('isConfirm','ck-thread--remove-confirmation'),_0x3da8f9['to']('actionIndicator',_0x2dbb3a=>_0x2dbb3a?'ck-thread--'+_0x2dbb3a:'')],'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 _0x5908d2 of this['commentsListView']['commentViews'])_0x5908d2['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x14f546}=this,_0x4d859c=this['commentsListView']['commentViews']['get'](0x0);_0x4d859c===this['_boundFirstCommentView']||_0x4d859c['isSystemComment']||(this['_boundFirstCommentView']=_0x4d859c,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x4d859c,'actionIndicator',_0x29cb56=>'remove'===_0x29cb56?'remove':null),_0x4d859c['placeholder']=W(_0x14f546,'Write\x20a\x20comment...'),_0x4d859c['removeButton']['on']('execute',_0x56aa6f=>{_0x56aa6f['stop'](),this['showConfirm'](W(_0x14f546,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),_0x4d859c['actionBar']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x3c0920=new _0x6e5592(this['locale']);return _0x3c0920['label']=W(this['locale'],'Resolve'),_0x3c0920['tooltip']=W(this['locale'],'Resolve'),_0x3c0920['icon']=_0x375816['check'],_0x3c0920['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x3c0920['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x4e87de=>!_0x4e87de),_0x3c0920['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x2d6642,_0x4caeb1)=>_0x2d6642&&!_0x4caeb1),_0x3c0920['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x3c0920;}}class si extends _t{constructor(_0x4d3870){super(_0x4d3870),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x497c82,_0x3cd360,_0x5ba885)=>{this['element']['innerHTML']=_0x5ba885;}),this['element']['innerHTML']=this['content'];}}class oi extends _t{['visibleView'];['_model'];['_config'];constructor(_0x402219,_0x5a4456,_0x46aed6){super(_0x402219),this['_model']=_0x5a4456,this['_config']=_0x46aed6,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 _0x1b4f7a=new si(this['locale']);return _0x1b4f7a['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x514338,_0x457372)=>_0x457372?_0x191610(_0x514338,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x514338),_0x1b4f7a;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x11f63d=new ei(this['locale'],this['_config']['editorConfig']);return _0x11f63d['value']=this['_model']['content'],_0x11f63d['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x11f63d['submitLabel']=W(this['locale'],'Save'),_0x11f63d['on']('submit',(_0x28bfb2,_0x16f6a2)=>{this['fire']('updateComment',this['_model']['id'],_0x16f6a2),this['switchToDisplayMode'](),this['focus']();}),_0x11f63d['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x11f63d['once']('editorReady',()=>{_0x11f63d['focus']();}),_0x11f63d['createEditor'](),_0x11f63d['delegate']('editorReady')['to'](this),_0x11f63d['delegate']('editorDestroyed')['to'](this),_0x11f63d;}}class At extends/* #__PURE__ -- @preserve */
|
|
28
|
+
_0x226625(oi){['actionBar'];['userView'];constructor(_0x5442d8,_0x5d595f,_0x47baf8){super(_0x5442d8,_0x5d595f,_0x47baf8),this['set']('actionIndicator',null),this['set']('placeholder',W(_0x5442d8,'Reply...')),this['bind']('authoredAt')['to'](_0x5d595f),this['bind']('resolvedAt')['to'](_0x5d595f),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 _0x174159(_0x5442d8,_0x5d595f['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user']}}),this['listenTo'](_0x5d595f,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x1505e6=this['bindTemplate'],_0x4a7940=[{'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':_0x1505e6['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x1505e6['to']('authoredAt',_0x3d3182=>this['_config']['formatDateTime'](_0x3d3182))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x1505e6['if']('isEditMode','ck-comment__actions--hidden'),_0x1505e6['if']('isEditMode','ck-annotation__actions--hidden')]},'children':this['actionBar']},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']},'children':this['visibleView']}];return this['_model']['isExternal']&&_0x4a7940['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0x1505e6['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x1505e6['if']('isEditMode','ck-comment--edit'),_0x1505e6['if']('isSystemComment','ck-comment--info'),_0x1505e6['to']('actionIndicator',_0x2b4783=>_0x2b4783?'ck-comment--'+_0x2b4783:'')],'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':_0x4a7940}]}]};}['_createEditButton'](){const _0x5e9222=new _0x6e5592(this['locale']);return _0x5e9222['label']=W(this['locale'],'Edit'),_0x5e9222['icon']=_0x375816['pencil'],_0x5e9222['withText']=!0x0,_0x5e9222['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x5e9222['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x222b7b=>!_0x222b7b),_0x5e9222['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x5e9222['on']('execute',()=>this['switchToEditMode']()),_0x5e9222;}['_createRemoveButton'](){const _0x107e9f=new _0x6e5592(this['locale']);return _0x107e9f['label']=W(this['locale'],'Remove'),_0x107e9f['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',_0x107e9f['withText']=!0x0,_0x107e9f['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x107e9f['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x1e6f89=>!_0x1e6f89),_0x107e9f['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x107e9f['on']('execute',()=>{this['showConfirm'](W(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x107e9f;}['_createDropdown'](){const _0x550579=_0x276ee6(this['locale']),_0x46dfdb=_0x550579['panelView']['children'],_0x2f167b=new _0x40a7c4(this['locale']),_0x4152f5=(_0x5cfc3e,_0x3b9f91=-0x1)=>{const _0x1a29b9=new _0x280b18(this['locale']);_0x1a29b9['children']['add'](_0x5cfc3e);const _0x538cc9=_0x3b9f91>-0x1?_0x3b9f91:_0x2f167b['items']['length'];_0x2f167b['items']['add'](_0x1a29b9,_0x538cc9),_0x550579['listenTo'](_0x5cfc3e,'change:isEnabled',()=>{_0x550579['isEnabled']=[...this['items']]['some'](_0x23654c=>_0x23654c['isEnabled']);}),_0x550579['listenTo'](_0x5cfc3e,'change:isVisible',()=>{_0x550579['buttonView']['isVisible']=[...this['items']]['some'](_0x111afc=>_0x111afc['isVisible']);});};_0x550579['panelPosition']='sw',_0x550579['buttonView']['set']({'label':W(this['locale'],'Show\x20more\x20items'),'icon':_0x375816['threeVerticalDots']}),_0x550579['isEnabled']=[...this['items']]['some'](_0x4810f8=>_0x4810f8['isEnabled']),_0x550579['buttonView']['isVisible']=[...this['items']]['some'](_0x4848d9=>_0x4848d9['isVisible']);for(const _0x4bea82 of this['items'])_0x4152f5(_0x4bea82);return _0x46dfdb['add'](_0x2f167b),_0x550579['listenTo'](this['items'],'add',(_0x3c58ff,_0x55ba65,_0xcf095a)=>{_0x4152f5(_0x55ba65,_0xcf095a);}),_0x550579['listenTo'](this['items'],'remove',(_0x4f7944,_0x455bf7,_0x1465c4)=>{_0x2f167b['items']['remove'](_0x1465c4);}),_0x550579;}['_attachActions'](_0x3acea7,_0x49d87e){const _0x11e67d=_0x3acea7&&_0x3acea7['element'];_0x11e67d&&(this['listenTo'](_0x11e67d,'mouseenter',()=>this['actionIndicator']=_0x49d87e),this['listenTo'](_0x11e67d,'focus',()=>this['actionIndicator']=_0x49d87e),this['listenTo'](_0x11e67d,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x11e67d,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0xb44d56=super['_createCommentInputView']();return _0xb44d56['bind']('placeholder')['to'](this),_0xb44d56;}['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(_0xb41cc2){const _0x49d824=bt(_0xb41cc2,0x1e),_0x19364f=new MutationObserver(_0xdcf977=>{for(const _0x1a8dc1 of _0xdcf977)('attributes'==_0x1a8dc1['type']&&'class'==_0x1a8dc1['attributeName']||'childList'==_0x1a8dc1['type']||'characterData'==_0x1a8dc1['type'])&&_0x49d824();});return{'attach'(_0x54983b){_0x19364f['observe'](_0x54983b,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x19364f['disconnect'](),_0x49d824['cancel']();}};}class V extends _t{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x337ef7,_0x2cf4c8){super(_0x337ef7),this['id']=_0x5d0d75(),this['focusTracker']=new _0x2afc44(),this['keystrokes']=new Et(),this['keystrokes']['set']('Esc',(_0x29add9,_0xe9faed)=>this['fire']('Esc',_0xe9faed)),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'](_0x2cf4c8),this['mainView']=_0x2cf4c8;const _0x4be154=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x4be154['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 _0x3d7562=this['element']['clientHeight'];_0x3d7562&&(this['height']=_0x3d7562);}}class d extends/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x44328e(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x33f378,target:_0x401180,type:_0x1a23d3,isVisible:_0x4b0660=!0x0}){super(),this['view']=_0x33f378,this['view']['element']||this['view']['render'](),this['_type']=_0x1a23d3,this['_target']=_0x401180,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x450877([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x1c2f22,_0x3d45e9)=>{this['view']['focusTracker']['add'](_0x3d45e9);}),this['focusableElements']['on']('remove',(_0x556264,_0x13b7e9)=>{this['view']['focusTracker']['remove'](_0x13b7e9);}),this['set']('isVisible',_0x4b0660);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x36376a=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x36376a),_0x36376a;}get['targetRect'](){const _0x545c77=this['target'];if(null===_0x545c77)return null;if(_0x545c77 instanceof _0x1af528)return _0x545c77;const _0x529bfc=_0x545c77['filter'](_0x1b7892=>function(_0x8860f8){const _0x3a3d37=_0x8860f8['offsetParent'];if(_0x3a3d37)return!0x0;const _0x5d3539=_0x8860f8['getClientRects']()['item'](0x0);return!!_0x5d3539;}(_0x1b7892));return 0x0===_0x529bfc['length']?null:new _0x1af528(_0x529bfc[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x30cf2b){this['view']['isActive']=_0x30cf2b,this['view']['mainView']['isActive']=_0x30cf2b;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x469d63){if(!(null===_0x469d63||_0x469d63 instanceof _0x1af528||Array['isArray'](_0x469d63)&&_0x469d63['every'](_0x33a795=>ee(_0x33a795))))throw new _0x279685('annotation-invalid-target',null,{'target':_0x469d63});}['_getNormalizedTarget'](){const _0x295a6c='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x295a6c)?[_0x295a6c]:_0x295a6c;}}function ee(_0x3945c3){return null!==_0x3945c3&&'object'==typeof _0x3945c3&&'nodeType'in _0x3945c3&&0x1===_0x3945c3['nodeType'];}class x extends _0x450877{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x20d918=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x2afc44(),this['_focusTracker']['on']('change:isFocused',(_0xfa7b20,_0x2dd70a,_0x532348)=>{_0x532348||this['fire']('blur');});for(const _0x5a6096 of _0x20d918)this['add'](_0x5a6096);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x1d5026){if(this['has'](_0x1d5026))throw new _0x279685('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x1d5026['innerView'],_0x1d5026),this['_viewToAnnotation']['set'](_0x1d5026['view'],_0x1d5026);for(const _0x5ca508 of _0x1d5026['focusableElements'])this['_focusTracker']['add'](_0x5ca508);this['listenTo'](_0x1d5026['focusableElements'],'add',(_0x263a70,_0x214493)=>{this['_focusTracker']['add'](_0x214493);}),this['listenTo'](_0x1d5026['focusableElements'],'remove',(_0x8eba2c,_0x72bf45)=>{this['_focusTracker']['remove'](_0x72bf45);}),this['listenTo'](_0x1d5026['view']['focusTracker'],'change:isFocused',(_0xeb1f1b,_0x58bf69,_0x416cd8)=>{_0x416cd8&&this['fire']('focus',_0x1d5026);}),_0x1d5026['updateTargetRect']();const _0x2fb730=this['_getOrderInContent'](_0x1d5026['view']['targetRect']);return super['add'](_0x1d5026,_0x2fb730);}['remove'](_0x295437){if(!this['has'](_0x295437))throw new _0x279685('annotationcollection-not-existing-item',null);this['stopListening'](_0x295437['view']['focusTracker']),this['stopListening'](_0x295437['focusableElements']);for(const _0x3318e6 of _0x295437['focusableElements'])this['_focusTracker']['remove'](_0x3318e6);return this['_viewToAnnotation']['delete'](_0x295437['view']),this['_innerViewToAnnotation']['delete'](_0x295437['innerView']),super['remove'](_0x295437);}['getByInnerView'](_0x3f0293){return this['_innerViewToAnnotation']['get'](_0x3f0293);}['getByView'](_0x18c4cf){return this['_viewToAnnotation']['get'](_0x18c4cf);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x433a72 of this)_0x433a72['updateTargetRect']();this['_sort']();}['_sort'](){const _0x727a6a=Array['from'](this)['sort']((_0x4211b2,_0x1256c1)=>v(_0x4211b2['view']['targetRect'],_0x1256c1['view']['targetRect']));for(let _0x51c9d6=_0x727a6a['length']-0x1;_0x51c9d6>0x0;_0x51c9d6--){const _0x368314=_0x727a6a[_0x51c9d6];_0x51c9d6!==this['getIndex'](_0x368314)&&(this['remove'](_0x368314),this['add'](_0x368314));}}['_getOrderInContent'](_0x51c8ef){let _0x198fe6=0x0;if(!_0x51c8ef)return this['length'];for(const _0x5298fc of this){const _0x10f7dc=_0x5298fc['view']['targetRect'];if(_0x10f7dc){if(v(_0x51c8ef,_0x10f7dc)<0x0)return _0x198fe6;_0x198fe6++;}}return _0x198fe6;}}function v(_0x36e68a,_0x32138b){if(null===_0x36e68a&&null===_0x32138b)return 0x0;if(null===_0x36e68a)return-0x1;if(null===_0x32138b)return 0x1;const _0x40103a=_0x36e68a['top']-_0x32138b['top'];return 0x0==_0x40103a?_0x36e68a['left']-_0x32138b['left']:_0x40103a;}class b extends _0x29a540{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x2f4133){super(_0x2f4133),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations']();}['add'](_0x4d0db6){this['collection']['add'](_0x4d0db6);}['remove'](_0x44f56c){this['collection']['remove'](_0x44f56c),_0x44f56c['destroy']();}['refreshVisibility'](){for(const _0x29778f of this['collection'])_0x29778f['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x2973c1){return this['collection']['getByInnerView'](_0x2973c1);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0xdfb946 of this['collection'])_0xdfb946['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x289f85){this['fire']('_activateAnnotation',_0x289f85);}['createAnnotation'](_0x619327){return new d(_0x619327);}['createAnnotationView'](_0x2dd3ea,_0x59533d){return new V(_0x2dd3ea,_0x59533d);}['_addActiveAnnotation'](_0x14bb58){const _0x5d9b0b=new Set(this['activeAnnotations']);_0x5d9b0b['add'](_0x14bb58),this['activeAnnotations']=_0x5d9b0b;}['_removeActiveAnnotation'](_0x42bcff){const _0x264b86=new Set(this['activeAnnotations']);_0x264b86['delete'](_0x42bcff),this['activeAnnotations']=_0x264b86;}['_bindAnnotationsToVisibleAnnotations'](){const _0x14c3b0=this['collection'],_0x178787=this['_visibleAnnotations'];function _0x890526(_0x475fc4){const _0x51491a=_0x475fc4['source'];_0x51491a['isVisible']&&!_0x178787['has'](_0x51491a)?_0x178787['add'](_0x51491a):!_0x51491a['isVisible']&&_0x178787['has'](_0x51491a)&&_0x178787['remove'](_0x51491a),_0x51491a['view']['focusTracker']['remove'](_0x51491a['view']['element']),_0x51491a['view']['focusTracker']['add'](_0x51491a['view']['element']);}this['listenTo'](_0x14c3b0,'add',(_0x30c931,_0x4fbbee)=>{_0x4fbbee['isVisible']&&_0x178787['add'](_0x4fbbee),this['listenTo'](_0x4fbbee,'change:isVisible',_0x890526);}),this['listenTo'](_0x14c3b0,'remove',(_0x4c387f,_0x3b53f5)=>{_0x178787['has'](_0x3b53f5)&&_0x178787['remove'](_0x3b53f5),this['stopListening'](_0x3b53f5,'change:isVisible',_0x890526);});}}const Ct=Symbol('noChannel'),vt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x29a540{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[b,ht,lt];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x5f2dff){super(_0x5f2dff),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 _0x5484da=this['context']['config'];_0x5484da['define']('comments.maxCommentsWhenCollapsed',0x2),_0x5484da['define']('comments.maxThreadTotalWeight',0x1f4),_0x5484da['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x5484da['define']('comments.CommentThreadView',yt),_0x5484da['define']('comments.CommentView',At),_0x5484da['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x38e6aa=this['context']['plugins']['get'](b);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x109b4d,_0x3fe9ee)=>this['_addCommentThread'](_0x3fe9ee)),this['on']('submitCommentThread',(_0x40fe52,_0x4aafa1)=>this['_submitCommentThread'](_0x4aafa1)),this['on']('resolveCommentThread',(_0x572280,_0x335e7b)=>this['_resolveCommentThread'](_0x335e7b)),this['on']('resolveCommentThread',(_0xaa07be,_0x20aafc)=>this['_updateActiveAnnotation'](_0x20aafc),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x1601fb,_0x242785)=>this['_reopenCommentThread'](_0x242785)),this['on']('reopenCommentThread',(_0xeb133,_0x1d7c50)=>this['_updateActiveAnnotation'](_0x1d7c50),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x363ebf,_0x4fe916)=>this['_removeCommentThread'](_0x4fe916)),this['on']('updateCommentThread',(_0x302446,_0x22911f)=>this['_updateCommentThread'](_0x22911f)),this['on']('updateCommentThread',(_0xe9fd0a,_0x419bc1)=>this['_updateActiveAnnotation'](_0x419bc1),{'priority':'lowest'}),this['on']('addComment',(_0x43d995,_0x2ceeb0)=>this['_addComment'](_0x2ceeb0)),this['on']('updateComment',(_0x330b39,_0x5581f8)=>this['_updateComment'](_0x5581f8)),this['on']('removeComment',(_0x155e80,_0xcd7216)=>this['_removeComment'](_0xcd7216)),this['on']('addComment',(_0x354226,{threadId:_0x3dab06,isFromAdapter:_0xafa3d1})=>{if(_0xafa3d1)return;const _0x4c416b=this['getCommentThread'](_0x3dab06),_0x34431e=_0x4c416b&&this['_threadToController']['get'](_0x4c416b);_0x34431e&&_0x34431e['view']['focus']();},{'priority':'lowest'}),this['listenTo'](_0x38e6aa,'change:activeAnnotations',(_0x58eb52,_0x416212,_0x2ecc72)=>{const _0xc3177f=Array['from'](_0x2ecc72)['map'](_0x368555=>this['_viewToController']['get'](_0x368555['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0xc3177f?_0xc3177f['model']:null;});}['afterInit'](){!function(_0x300ee3){function _0x35ce20(_0x517743,_0x5b180b,_0xa43396){const _0x54bc9a={};_0x54bc9a[_0x16e609([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x54bc9a[_0x16e609([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],_0x54bc9a[_0x16e609([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],_0x54bc9a[_0x16e609([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],_0x54bc9a[_0x16e609([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],_0x54bc9a[_0x16e609([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],_0x54bc9a[_0x16e609([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],_0x54bc9a[_0x16e609([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],_0x54bc9a[_0x16e609([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],_0x54bc9a[_0x16e609([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],_0x54bc9a[_0x16e609([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 _0x31d7be=new Uint8Array(0x10);for(let _0x3ef92c=0xf;_0x3ef92c>=0x0;--_0x3ef92c)_0x31d7be[_0x3ef92c]=_0xa43396%0x100,_0xa43396=parseInt(_0xa43396/0x100);let _0x2cdc61=null,_0x53221c=0x10;const _0x82a37a=new Uint8Array(_0x5b180b),_0x73dff8=[],_0x3af273=[];_0x4db250();for(let _0x3b0374=0x0;_0x3b0374<_0x517743[_0x16e609([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3b0374++)0x10===_0x53221c&&(_0x2cdc61=_0x1c09ad(_0x31d7be),_0x53221c=0x0,_0x58eee4(_0x31d7be)),_0x517743[_0x3b0374]^=_0x2cdc61[_0x53221c++];return _0x517743;function _0x308fcf(_0x7f1204){const _0x1a1c1a=[];for(let _0x2ea048=0x0;_0x2ea048<_0x7f1204[_0x16e609([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2ea048+=0x4)_0x1a1c1a[_0x16e609([0x70,0x75,0x73,0x68])](_0x7f1204[_0x2ea048]<<0x18|_0x7f1204[_0x2ea048+0x1]<<0x10|_0x7f1204[_0x2ea048+0x2]<<0x8|_0x7f1204[_0x2ea048+0x3]);return _0x1a1c1a;}function _0x58eee4(_0x362027){for(let _0x568b31=0xf;_0x568b31>=0x0;_0x568b31--){if(0xff!==_0x362027[_0x568b31]){_0x362027[_0x568b31]++;break;}_0x362027[_0x568b31]=0x0;}}function _0x1c09ad(_0x4b4b07){const _0xbb2544=_0x73dff8[_0x16e609([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x1cd333=[0x0,0x0,0x0,0x0];let t=_0x308fcf(_0x4b4b07);for(let _0x3bc48c=0x0;_0x3bc48c<0x4;_0x3bc48c++)t[_0x3bc48c]^=_0x73dff8[0x0][_0x3bc48c];for(let _0x1273c3=0x1;_0x1273c3<_0xbb2544;_0x1273c3++){for(let _0x27efe6=0x0;_0x27efe6<0x4;_0x27efe6++)_0x1cd333[_0x27efe6]=_0x54bc9a[_0x16e609([0x54,0x31])][t[_0x27efe6]>>0x18&0xff]^_0x54bc9a[_0x16e609([0x54,0x32])][t[(_0x27efe6+0x1)%0x4]>>0x10&0xff]^_0x54bc9a[_0x16e609([0x54,0x33])][t[(_0x27efe6+0x2)%0x4]>>0x8&0xff]^_0x54bc9a[_0x16e609([0x54,0x34])][0xff&t[(_0x27efe6+0x3)%0x4]]^_0x73dff8[_0x1273c3][_0x27efe6];t=_0x1cd333[_0x16e609([0x73,0x6c,0x69,0x63,0x65])]();}const _0xc592f6=new Uint8Array(0x10);let _0x352485;for(let _0x3e7789=0x0;_0x3e7789<0x4;_0x3e7789++)_0x352485=_0x73dff8[_0xbb2544][_0x3e7789],_0xc592f6[0x4*_0x3e7789]=0xff&(_0x54bc9a[_0x16e609([0x53])][t[_0x3e7789]>>0x18&0xff]^_0x352485>>0x18),_0xc592f6[0x4*_0x3e7789+0x1]=0xff&(_0x54bc9a[_0x16e609([0x53])][t[(_0x3e7789+0x1)%0x4]>>0x10&0xff]^_0x352485>>0x10),_0xc592f6[0x4*_0x3e7789+0x2]=0xff&(_0x54bc9a[_0x16e609([0x53])][t[(_0x3e7789+0x2)%0x4]>>0x8&0xff]^_0x352485>>0x8),_0xc592f6[0x4*_0x3e7789+0x3]=0xff&(_0x54bc9a[_0x16e609([0x53])][0xff&t[(_0x3e7789+0x3)%0x4]]^_0x352485);return _0xc592f6;}function _0x4db250(){const _0x284577=_0x54bc9a[_0x16e609([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x82a37a[_0x16e609([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x4dc268=0x0;_0x4dc268<=_0x284577;_0x4dc268++)_0x73dff8[_0x16e609([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x3af273[_0x16e609([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x7180db=0x4*(_0x284577+0x1),_0xe5de26=_0x82a37a[_0x16e609([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0xa14fef=_0x308fcf(_0x82a37a);let _0xcc5dcd;for(let _0x8f0d84=0x0;_0x8f0d84<_0xe5de26;_0x8f0d84++)_0xcc5dcd=_0x8f0d84>>0x2,_0x73dff8[_0xcc5dcd][_0x8f0d84%0x4]=_0xa14fef[_0x8f0d84],_0x3af273[_0x284577-_0xcc5dcd][_0x8f0d84%0x4]=_0xa14fef[_0x8f0d84];let _0x271cce,_0x1bd82b=0x0,t=_0xe5de26;for(;t<_0x7180db;){_0x271cce=_0xa14fef[_0xe5de26-0x1],_0xa14fef[0x0]^=_0x54bc9a[_0x16e609([0x53])][_0x271cce>>0x10&0xff]<<0x18^_0x54bc9a[_0x16e609([0x53])][_0x271cce>>0x8&0xff]<<0x10^_0x54bc9a[_0x16e609([0x53])][0xff&_0x271cce]<<0x8^_0x54bc9a[_0x16e609([0x53])][_0x271cce>>0x18&0xff]^_0x54bc9a[_0x16e609([0x72,0x63,0x6f,0x6e])][_0x1bd82b]<<0x18,_0x1bd82b+=0x1;for(let _0x3dc095=0x1;_0x3dc095<_0xe5de26/0x2;_0x3dc095++)_0xa14fef[_0x3dc095]^=_0xa14fef[_0x3dc095-0x1];_0x271cce=_0xa14fef[_0xe5de26/0x2-0x1],_0xa14fef[_0xe5de26/0x2]^=_0x54bc9a[_0x16e609([0x53])][0xff&_0x271cce]^_0x54bc9a[_0x16e609([0x53])][_0x271cce>>0x8&0xff]<<0x8^_0x54bc9a[_0x16e609([0x53])][_0x271cce>>0x10&0xff]<<0x10^_0x54bc9a[_0x16e609([0x53])][_0x271cce>>0x18&0xff]<<0x18;for(let _0x4e0407=_0xe5de26/0x2+0x1;_0x4e0407<_0xe5de26;_0x4e0407++)_0xa14fef[_0x4e0407]^=_0xa14fef[_0x4e0407-0x1];let _0x7344f4,_0x534d52,_0x339d66=0x0;for(;_0x339d66<_0xe5de26&&t<_0x7180db;)_0x7344f4=t>>0x2,_0x534d52=t%0x4,_0x73dff8[_0x7344f4][_0x534d52]=_0xa14fef[_0x339d66],_0x3af273[_0x284577-_0x7344f4][_0x534d52]=_0xa14fef[_0x339d66++],t++;}for(let _0x2044b=0x1;_0x2044b<_0x284577;_0x2044b++)for(let _0x5aeb83=0x0;_0x5aeb83<0x4;_0x5aeb83++)_0x271cce=_0x3af273[_0x2044b][_0x5aeb83],_0x3af273[_0x2044b][_0x5aeb83]=_0x54bc9a[_0x16e609([0x55,0x31])][_0x271cce>>0x18&0xff]^_0x54bc9a[_0x16e609([0x55,0x32])][_0x271cce>>0x10&0xff]^_0x54bc9a[_0x16e609([0x55,0x33])][_0x271cce>>0x8&0xff]^_0x54bc9a[_0x16e609([0x55,0x34])][0xff&_0x271cce];}}function _0x16e609(_0x1e81e6){return _0x1e81e6['map'](_0x3ef690=>String['fromCharCode'](_0x3ef690))['join']('');}(_0x359755=>{function _0x3e9903(){const _0x4c1f7a=[{[_0x16e609([0x69,0x64])]:0x1,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x16e609([0x69,0x64])]:0x2,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([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]),[_0x16e609([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x16e609([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x16e609([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x16e609([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x16e609([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x16e609([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x16e609([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x16e609([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x16e609([0x69,0x64])]:0x3,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x16e609([0x69,0x64])]:0x4,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([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]),[_0x16e609([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x16e609([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x16e609([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x16e609([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x16e609([0x69,0x64])]:0x5,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([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]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x16e609([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x16e609([0x66,0x67,0x69])]:[0xc]}},{[_0x16e609([0x69,0x64])]:0x6,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x16e609([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x16e609([0x66,0x67,0x69])]:[0xc]}},{[_0x16e609([0x69,0x64])]:0x7,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x16e609([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x16e609([0x66,0x67,0x69])]:[0xc]}},{[_0x16e609([0x69,0x64])]:0x8,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([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]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x16e609([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x16e609([0x66,0x67,0x69])]:[0xc]}},{[_0x16e609([0x69,0x64])]:0x9,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x16e609([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x16e609([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x16e609([0x69,0x64])]:0xa,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([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]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([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]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([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]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x16e609([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x16e609([0x66,0x67,0x69])]:[0xc]}},{[_0x16e609([0x69,0x64])]:0xb,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x16e609([0x69,0x64])]:0xc,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x16e609([0x69,0x64])]:0xd,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x16e609([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x16e609([0x66,0x67,0x69])]:[0xc]}},{[_0x16e609([0x69,0x64])]:0xe,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x16e609([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([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])},{[_0x16e609([0x69,0x64])]:0xf,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x16e609([0x69,0x64])]:0x10,[_0x16e609([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x16e609([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x16e609([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x16e609([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x16e609([0x66,0x67,0x69])]:[0xc]}}];return _0x11c743(_0x4c1f7a),_0x4c1f7a;function _0x27899b(_0x2fc6f3){return 0x1<<_0x2fc6f3-0x1;}function _0x11c743(_0x249860){_0x249860[_0x16e609([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2f9048=>{_0x2f9048[_0x16e609([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x27899b(_0x2f9048[_0x16e609([0x69,0x64])]),_0x5bfd48(_0x2f9048)&&_0x2f9048[_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x11c743(_0x2f9048[_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x5bfd48(_0x280d91){return _0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x280d91;}const _0x1539f1=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x4dfe72=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x240899(_0x517902){const _0x387cfc=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x3c40e9(_0x517902,new Uint8Array([..._0x1539f1,..._0x387cfc,..._0x4dfe72]));}function _0x3c40e9(_0x9db0d7,_0x2f59d4){const _0x2c23d9=_0x7c68b1(_0x9db0d7),_0x11805c=Array[_0x16e609([0x66,0x72,0x6f,0x6d])](_0x7427cb(_0x2c23d9)),_0x37d916=_0x11805c[_0x16e609([0x70,0x6f,0x70])](),_0x17a27c=_0x11805c[_0x16e609([0x70,0x6f,0x70])]();return _0x42edba(_0x35ce20(_0x11805c,_0x2f59d4,_0x17a27c+0x100*_0x37d916));}function _0x7c68b1(_0x2cb63e){const _0x26ebb3=atob(_0x2cb63e),[_0x9f3836,_0x4e77e6]=_0x26ebb3[_0x16e609([0x73,0x70,0x6c,0x69,0x74])](_0x16e609([0x2d]));try{if(atob(_0x4e77e6))return atob(_0x9f3836);}catch(_0x3dc1e1){}return _0x26ebb3;}function _0x4ec09d(_0x3aa421){try{const _0x1d2745=_0x240899(_0x3aa421),_0xc1255=JSON[_0x16e609([0x70,0x61,0x72,0x73,0x65])](_0x1d2745),_0x2ab661=parseInt(_0xc1255[_0x16e609([0x31])]),_0x4a8941=_0xc1255[_0x16e609([0x32])]||'',_0x8d8a20=parseInt(_0xc1255[_0x16e609([0x33])]),_0x15238e=parseInt(_0xc1255[_0x16e609([0x34])])||0x0,_0x199005=parseInt(_0xc1255[_0x16e609([0x35])])||0x0;return{[_0x16e609([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x4a8941,[_0x16e609([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x15238e,[_0x16e609([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x2ab661,[_0x16e609([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x8d8a20,[_0x16e609([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x199005};}catch(_0x3518e5){return null;}}const _0x488ae0=_0x3e9903(),_0x3f1dba={[_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x1d5273,[_0x16e609([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])]:_0x3f3af0,[_0x16e609([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])]:_0x1e9aa4},_0x186cf4=_0x359755[_0x16e609([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x1747a3=_0x16e609([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x359755?_0x359755['context']:_0x359755['editor'],_0x4def69=_0x16e609([0x34,0x30,0x34,0x38,0x31,0x34,0x34,0x38]),_0x198681=_0x16e609([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]),_0x497a80=_0x1747a3['config']['get'](_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x425198=_0x488ae0[_0x16e609([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5bfd48)[_0x16e609([0x66,0x69,0x6e,0x64])](_0xe1d8a7=>_0xe1d8a7[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x186cf4);function _0x52cbfe(_0x2e7569,_0x57030d){_0x3f1dba[_0x57030d[_0x16e609([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x2e7569,_0x57030d),_0x57030d[_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x57030d[_0x16e609([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x16e609([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5a4837=>_0x130151(_0x1747a3,_0x5a4837[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x16e609([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x45398b=>_0x52cbfe(_0x2e7569,_0x45398b));}function _0x1d5273(_0x38e54b,_0x12a999){_0x10b681(_0x384026(_0x38e54b,_0x12a999),_0x12a999);}function _0x3f3af0(_0x67ab3a,_0x3dc636){function _0x48322b(_0x1c7747,_0x508f79){try{if(_0x130151(_0x1747a3,_0x16e609([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x1c7747){const _0x45041d=_0x46a297(_0x1747a3,_0x16e609([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x16e609([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x45041d)/0x2>_0x1c7747[_0x16e609([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x3f81bf(_0x508f79[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x384026(_0x1c7747,_0x508f79);}catch(_0x95f113){return _0x3f81bf(_0x508f79[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x10b681(_0x48322b(_0x67ab3a,_0x3dc636),_0x3dc636);}function _0x1e9aa4(_0x1f2311,_0x23b5d1){const _0x22b04f=_0x4dfe72[0x0]*_0x1539f1[0x1],_0x8cc5b4=_0x4dfe72[0x0]*_0x1539f1[0x2],_0x3993b1=_0x4dfe72[0x2]*_0x1539f1[0x2];_0x130151(_0x1747a3,_0x16e609([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x46a297(_0x1747a3,_0x16e609([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x16e609([0x73,0x74,0x61,0x74,0x65])]==_0x16e609([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x438196()]=_0x3993b1);function _0x59c800(_0x4159c4,_0x3376fe){try{return _0x3cd5a9()?_0x3f81bf(_0x3376fe[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x56,0x61,0x6c,0x69,0x64])):_0x384026(_0x4159c4,_0x3376fe);}catch(_0x3281bc){return _0x3f81bf(_0x3376fe[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x46f562(_0x587877,_0x345403){const _0x4eec54=0x7;if(_0x587877==_0x345403[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x40b322();else{if(_0x587877==_0x345403[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x54,0x72,0x69,0x61,0x6c])){const _0x466635=_0x163770();_0x466635&&_0x486686(_0x466635,_0x345403[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x33c976=_0x5c2e97();window[_0x16e609([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x486686(_0x16e609([0x74,0x69,0x6d,0x65]),_0x345403[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x33c976);const _0xfe482a=_0x46a297(_0x1747a3,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x16e609([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0xfe482a[_0x16e609([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x4eec54?_0x486686(_0x16e609([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x345403[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0xfe482a['on'](_0x16e609([0x61,0x64,0x64]),()=>{_0xfe482a[_0x16e609([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x4eec54&&_0x486686(_0x16e609([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x345403[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x163770(){if(!_0x130151(_0x1747a3,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x79e468 in window)if(Number['isNaN'](Number(_0x79e468))){if(window[_0x79e468]===_0x22b04f)return _0x16e609([0x74,0x69,0x6d,0x65]);if(window[_0x79e468]===_0x8cc5b4)return _0x16e609([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x3cd5a9(){if(!_0x130151(_0x1747a3,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x1fad45 in window)if(Number['isNaN'](Number(_0x1fad45))&&window[_0x1fad45]===_0x3993b1)return!0x0;return!0x1;}function _0x486686(_0x3b2d6d,_0x2dafea){_0x40b322(),_0x3f81bf(_0x2dafea+_0x16e609([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x3b2d6d),window[_0x438196()]=_0x3b2d6d===_0x16e609([0x74,0x69,0x6d,0x65])?_0x22b04f:_0x8cc5b4;}function _0x5c2e97(){let _0x134c97=_0x4dfe72[0x6]*_0x1539f1[0x8]*_0x1539f1[0x6];return _0x130151(_0x1747a3,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x134c97/=0xa),_0x134c97;}function _0x40b322(){const _0x362d8b=_0x1747a3;function _0x5621c3(){_0x130151(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x46a297(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x16e609([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x16e609([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x46a297(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x16e609([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x46a297(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x16e609([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x35865e,_0x46a297(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x16e609([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x35865e,_0x362d8b[_0x16e609([0x6d,0x6f,0x64,0x65,0x6c])][_0x16e609([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x35865e,_0x362d8b[_0x16e609([0x6d,0x6f,0x64,0x65,0x6c])][_0x16e609([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x35865e,_0x362d8b[_0x16e609([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x16e609([0x6d,0x6f,0x64,0x65,0x6c]))),_0x130151(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x46a297(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x16e609([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x16e609([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x46a297(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x16e609([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x46a297(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x16e609([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x35865e,_0x46a297(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x16e609([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x35865e);}_0x362d8b[_0x16e609([0x73,0x74,0x61,0x74,0x65])]==_0x16e609([0x72,0x65,0x61,0x64,0x79])?_0x5621c3():_0x362d8b[_0x16e609([0x6f,0x6e,0x63,0x65])](_0x16e609([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x130151(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x5621c3(),_0x130151(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x561f90=_0x46a297(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0xbaa377=_0x561f90['getRevision'](0x0),_0x50467a=_0x561f90['getEarlierVisibleRevision'](_0xbaa377[_0x16e609([0x69,0x64])]);_0x46a297(_0x362d8b,_0x16e609([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x16e609([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0xbaa377[_0x16e609([0x69,0x64])],_0x50467a?_0x50467a[_0x16e609([0x69,0x64])]:null,0x1)['then'](()=>_0x5621c3());}});}_0x46f562(_0x59c800(_0x1f2311,_0x23b5d1),_0x23b5d1);}function _0x384026(_0x26b564,_0x3a57a){try{return _0x591a85(_0x3a57a)?_0x3f81bf(_0x3a57a[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x56,0x61,0x6c,0x69,0x64])):_0x26b564&&_0x4f68d8(_0x26b564[_0x16e609([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x3a57a)?_0x26b564[_0x16e609([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x16e609([0x6f,0x70,0x65,0x6e])][_0x16e609([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x4def69)/0x2>_0x26b564[_0x16e609([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x3f81bf(_0x3a57a[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x26b564[_0x16e609([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x3f81bf(_0x3a57a[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x54,0x72,0x69,0x61,0x6c])):_0x3f81bf(_0x3a57a[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x56,0x61,0x6c,0x69,0x64])):_0x3f81bf(_0x3a57a[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x57b0f8){return _0x3f81bf(_0x3a57a[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x10b681(_0x5c9288,_0x8a7ac9){if(_0x1747a3 instanceof _0x6b40cc){const _0x232ff0=_0x1747a3;_0x5c9288==_0x8a7ac9[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x5a13d0(_0x232ff0):_0x5c9288==_0x8a7ac9[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x54,0x72,0x69,0x61,0x6c])&&window[_0x16e609([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x5a13d0(_0x232ff0),_0x3f81bf(_0x8a7ac9[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x4dfe72[0x6]*_0x1539f1[0x8]*_0x1539f1[0x6]),_0x232ff0[_0x16e609([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x16e609([0x6f,0x6e])](_0x16e609([0x61,0x64,0x64]),(_0x42c290,_0x5f4a27)=>{_0x5c9288!=_0x8a7ac9[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x5c9288!=_0x8a7ac9[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x5c9288!=_0x8a7ac9[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x680288(_0x5f4a27);});}else{const _0x26b661=_0x1747a3;_0x5c9288==_0x8a7ac9[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x680288(_0x26b661):_0x5c9288==_0x8a7ac9[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x54,0x72,0x69,0x61,0x6c])&&_0x26b661[_0x16e609([0x6f,0x6e])](_0x16e609([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x17ff85=0x0;_0x26b661[_0x16e609([0x6d,0x6f,0x64,0x65,0x6c])][_0x16e609([0x6f,0x6e])](_0x16e609([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x326f28,_0x44c4b3)=>{_0x44c4b3[0x0][_0x16e609([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x17ff85++,0x1f8===_0x17ff85&&(_0x680288(_0x26b661),_0x3f81bf(_0x8a7ac9[_0x16e609([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x16e609([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x326f28[_0x16e609([0x6f,0x66,0x66])]());},{'priority':_0x16e609([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x3f81bf(_0x54a2b3){const _0x3cfff9=_0x438196();return _0x1747a3[_0x3cfff9]=_0x54a2b3,_0x54a2b3;}function _0x438196(){const _0x3f08df=String(window[_0x16e609([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x16e609([0x6e,0x6f,0x77])]())[_0x16e609([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x16e609([0x2e]),'');let _0x2989d6='';for(let _0x97a945=0x0;_0x97a945<_0x3f08df[_0x16e609([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x97a945+=0x2){let _0x216f65=parseInt(_0x3f08df[_0x16e609([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x97a945,_0x97a945+0x2));_0x216f65>=_0x198681[_0x16e609([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x216f65-=_0x198681[_0x16e609([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2989d6+=_0x198681[_0x216f65];}return _0x2989d6;}function _0x5a13d0(_0x56fe4c){for(const _0x597839 of _0x56fe4c[_0x16e609([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x680288(_0x597839);_0x46a297(_0x56fe4c,_0x16e609([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x16e609([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x46a297(_0x56fe4c,_0x16e609([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x16e609([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x35865e;}function _0x680288(_0x5e7dd3){function _0x3adaa7(){_0x5e7dd3[_0x16e609([0x6d,0x6f,0x64,0x65,0x6c])][_0x16e609([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x35865e,_0x5e7dd3[_0x16e609([0x6d,0x6f,0x64,0x65,0x6c])][_0x16e609([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x35865e,_0x5e7dd3[_0x16e609([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x16e609([0x6d,0x6f,0x64,0x65,0x6c]));}_0x5e7dd3[_0x16e609([0x73,0x74,0x61,0x74,0x65])]==_0x16e609([0x72,0x65,0x61,0x64,0x79])?_0x3adaa7():_0x5e7dd3[_0x16e609([0x6f,0x6e,0x63,0x65])](_0x16e609([0x72,0x65,0x61,0x64,0x79]),()=>_0x3adaa7());}function _0x35865e(){return null;}function _0x4f68d8(_0x4238b5,_0x20363e){const _0x4b11ae=!!(_0x4238b5&_0x20363e[_0x16e609([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x553b40=_0x1f3326(_0x4238b5,_0x20363e);return _0x4b11ae||_0x553b40;}function _0x1f3326(_0x597802,_0x2c7932){const _0x397aa4=(_0x2c7932[_0x16e609([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x16e609([0x66,0x67,0x69])]||null;return!!_0x397aa4&&_0x488ae0[_0x16e609([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xd24488=>_0x397aa4[_0x16e609([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd24488[_0x16e609([0x69,0x64])]))[_0x16e609([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x147d63=>!_0x5624ac(_0x147d63))[_0x16e609([0x73,0x6f,0x6d,0x65])](_0x5b7cae=>!!(_0x597802&_0x5b7cae[_0x16e609([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x5624ac(_0x5d8055){const _0x1e9aeb={[_0x16e609([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])]:_0x313e51};return!!_0x5d8055['forbiddenHandler']&&_0x1e9aeb[_0x5d8055['forbiddenHandler']]();}function _0x313e51(){return!window[_0x16e609([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x130151(_0x1747a3,_0x16e609([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x591a85(_0x427e2c){if(!_0x130151(_0x1747a3,_0x427e2c[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x1ab356=_0x427e2c[_0x16e609([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0xe486b3=_0x1ab356[_0x16e609([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x355078=_0x1ab356[_0x16e609([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x84a0f1=_0x1ab356[_0x16e609([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x130151(_0x1747a3,_0x16e609([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x46a297(_0x1747a3,_0x16e609([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x16e609([0x73,0x74,0x61,0x74,0x65])]==_0x16e609([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0xe486b3)return!0x0;if(_0x130151(_0x1747a3,_0x16e609([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x46a297(_0x1747a3,_0x16e609([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x16e609([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x16e609([0x65,0x6e,0x64])&&_0x355078)return!0x0;return!(!_0x130151(_0x1747a3,_0x16e609([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]))||_0x46a297(_0x1747a3,_0x16e609([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]))[_0x16e609([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x16e609([0x65,0x6e,0x64])||!_0x84a0f1);}function _0x130151(_0x2ce523,_0x561c59){return _0x2ce523[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x16e609([0x68,0x61,0x73])](_0x561c59);}function _0x46a297(_0x4e6483,_0xe24126){return _0x4e6483[_0x16e609([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x16e609([0x67,0x65,0x74])](_0xe24126);}function _0x42edba(_0x12dc7d){let _0x13962f='';for(const _0x2a56cc of _0x12dc7d)_0x13962f+=String[_0x16e609([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x2a56cc);return _0x13962f;}function _0x7427cb(_0x47b635){const _0x5039c5=new Uint8Array(_0x47b635[_0x16e609([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0xd17b1a=0x0;_0xd17b1a<_0x47b635[_0x16e609([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xd17b1a++)_0x5039c5[_0xd17b1a]=_0x47b635[_0x16e609([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xd17b1a);return _0x5039c5;}_0x425198&&_0x52cbfe(_0x4ec09d(_0x497a80),_0x425198);})(_0x300ee3);}(this);}set['adapter'](_0x351d96){if(this['_adapter'])throw new _0x279685('commentsrepository-adapter-already-set');this['_adapter']=_0x351d96;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0xe9a4dc=Ct,threadId:_0x2a17bf=_0x5d0d75(),comments:_0x3e032a=[],unlinkedAt:_0x3df743=null,resolvedAt:_0x296ffd=null,resolvedBy:_0x59832b=null,target:_0x46fef0=null,context:_0x89edda=null,attributes:_0x3e1d13={},isResolvable:_0x111607=!0x0,isSubmitted:_0x1570d9=!0x1,isFromAdapter:_0x415655=!0x1}={}){return this['fire'](gt('addCommentThread',_0xe9a4dc),{'channelId':_0xe9a4dc,'threadId':_0x2a17bf,'comments':_0x3e032a,'unlinkedAt':_0x3df743,'resolvedAt':_0x296ffd,'resolvedBy':_0x59832b,'target':_0x46fef0,'context':_0x89edda,'attributes':_0x3e1d13,'isFromAdapter':_0x415655,'isResolvable':_0x111607,'isSubmitted':_0x1570d9}),this['getCommentThread'](_0x2a17bf);}['openNewCommentThread']({channelId:_0xe00bbc=Ct,threadId:_0x466dd7=_0x5d0d75(),target:_0x209341,context:_0xe2d325=null,isResolvable:_0x4fdf0c=!0x0}){if(this['_readOnlyChannels']['has'](_0xe00bbc)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x209341)throw new _0x279685('commentsrepository-missing-target');const _0x2a340e=this['addCommentThread']({'channelId':_0xe00bbc,'threadId':_0x466dd7,'target':_0x209341,'context':_0xe2d325,'isResolvable':_0x4fdf0c});if(!_0x2a340e)return null;const _0xa13a61=this['_threadToController']['get'](_0x2a340e),_0x182ac8=_0xa13a61['view']['commentThreadInputView']['commentInputView'],_0x467f18=this['context']['plugins']['get'](b),_0x5946a8=_0x467f18['getByInnerView'](_0xa13a61['view']);return _0x467f18['activate'](_0x5946a8),_0x182ac8['once']('editorReady',()=>_0x182ac8['focus']()),_0x2a340e;}['hasCommentThread'](_0x238040){if('string'!=typeof _0x238040)throw new _0x279685('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x238040);}['updateCommentThread']({channelId:_0x5e2422=Ct,threadId:_0x570011,context:_0x34c3e2,unlinkedAt:_0x4cba9f,attributes:_0x53e66c,isFromAdapter:_0x19dc33=!0x1}){return this['fire'](gt('updateCommentThread',_0x5e2422),{'channelId':_0x5e2422,'threadId':_0x570011,'context':_0x34c3e2,'unlinkedAt':_0x4cba9f,'attributes':_0x53e66c,'isFromAdapter':_0x19dc33}),this['getCommentThread'](_0x570011);}['getCommentThread'](_0x33d9d1){if('string'!=typeof _0x33d9d1)throw new _0x279685('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x33d9d1);}['fetchCommentThread']({channelId:_0x88d110,threadId:_0xf1663f}={}){const _0x561b72=this['getCommentThread'](_0xf1663f);if(_0x561b72)return Promise['resolve'](_0x561b72);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x279685('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x88d110,'threadId':_0xf1663f})['then'](_0x1b60a1=>this['hasCommentThread'](_0xf1663f)?this['getCommentThread'](_0xf1663f):_0x1b60a1?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x88d110},_0x1b60a1)):void 0x0)['catch'](_0x5bf68b=>{throw console['error'](_0x5bf68b),new _0x279685('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x488c40,skipNotAttached:_0x2228bf=!0x1,skipEmpty:_0x2e5f4d=!0x1,toJSON:_0x7b5a8d=!0x1}={}){const _0x263760=[];for(const _0x2dce87 of this['_threads']['values']())_0x488c40&&_0x2dce87['channelId']!==_0x488c40||_0x2228bf&&!_0x2dce87['isAttached']||_0x2e5f4d&&0x0===_0x2dce87['length']||_0x263760['push'](_0x2dce87);return _0x7b5a8d?_0x263760['map'](_0x272d69=>_0x272d69['toJSON']()):_0x263760;}['setActiveCommentThread'](_0x492853){const _0x2077f0=this['context']['plugins']['get'](b);if(!_0x492853)return void(this['activeCommentThread']&&_0x2077f0['deactivateAll']());const _0x367fe5=this['getCommentThread'](_0x492853);if(!_0x367fe5)throw new _0x279685('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x492853});if(!this['_threadToController']['has'](_0x367fe5))throw new _0x279685('commentsrepository-active-not-attached',null,{'threadId':_0x492853});const _0x320aaa=_0x2077f0['getByInnerView'](this['_threadToController']['get'](_0x367fe5)['view']);_0x2077f0['activate'](_0x320aaa);}['switchReadOnly'](_0xd59301,_0x779a7c){_0xd59301?this['_readOnlyChannels']['add'](_0x779a7c):this['_readOnlyChannels']['delete'](_0x779a7c),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0xb0c08a){return this['_readOnlyChannels']['has'](_0xb0c08a)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x1c890f,_0x30990e){return new wt(_0x1c890f,_0x30990e);}['setPermissions'](_0x124fe4,_0x350b17=Ct){this['_permissions']['set'](_0x350b17,_0x124fe4),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x31981d=Ct){return this['_permissions']['has'](_0x31981d)?this['_permissions']['get'](_0x31981d):vt;}['_addCommentThread']({channelId:_0x463838,threadId:_0x12ae19,comments:_0x4a2d4d,unlinkedAt:_0x176a5c,resolvedAt:_0x3835d8,resolvedBy:_0x23fed2,target:_0x321310,context:_0x43024a,attributes:_0xc6d4c7,isFromAdapter:_0x4cd347,isResolvable:_0x370a1b,isSubmitted:_0x2d7e09}){if('string'!=typeof _0x12ae19)throw new _0x279685('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x12ae19});if(this['hasCommentThread'](_0x12ae19))throw new _0x279685('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x12ae19});const _0x17dc85=new ie(this,{'channelId':_0x463838,'id':_0x12ae19,'context':_0x43024a,'attributes':_0xc6d4c7,'unlinkedAt':_0x176a5c,'resolvedAt':_0x3835d8,'resolvedBy':_0x23fed2?this['context']['plugins']['get'](lt)['getUser'](_0x23fed2):null,'isResolvable':_0x370a1b,'isSubmitted':_0x2d7e09||_0x4cd347});this['_threads']['set'](_0x12ae19,_0x17dc85);for(const _0x19251e of _0x4a2d4d)_0x17dc85['_add'](this['_createNewComment']({'threadId':_0x12ae19,..._0x19251e}));return _0x321310&&_0x17dc85['attachTo'](_0x321310),_0x4cd347||!_0x17dc85['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x463838,'threadId':_0x12ae19});}['_submitCommentThread']({channelId:_0x1836ea,threadId:_0x5683c9}){if(!this['hasCommentThread'](_0x5683c9))throw new _0x279685('commentsrepository-missing-comment-thread',this);const _0x40a389=this['getCommentThread'](_0x5683c9);if(_0x40a389['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x44f589,comments:_0x55e892,resolvedAt:_0x32d187,resolvedBy:_0x2f7144,context:_0x1738a7,attributes:_0x14c271}=_0x40a389,_0x16e726=this['context']['plugins']['get']('PendingActions'),_0x3ecba7=_0x16e726['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x1836ea,'threadId':_0x44f589,'comments':_0x55e892['map'](_0x377373=>_0x377373['toJSON']()),'resolvedAt':_0x32d187,'resolvedBy':_0x2f7144?_0x2f7144['id']:_0x2f7144,'context':_0x1738a7,'attributes':_0x14c271})['then'](({comments:_0x4bc324})=>{_0x16e726['remove'](_0x3ecba7);for(const _0x3db5a9 of _0x4bc324)this['_updateComment']({'channelId':_0x1836ea,'threadId':_0x5683c9,'commentId':_0x3db5a9['commentId'],'createdAt':_0x3db5a9['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x23dd44=>{throw console['error'](_0x23dd44),new _0x279685('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x38e262,target:_0x4a10c3}){const _0x2a47f3=this['getCommentThread'](_0x38e262);if(!_0x2a47f3)throw new _0x279685('commentsrepository-attach-missing-comment-thread',this);const _0x4f9c94=this['context']['plugins']['get']('PendingActions'),_0x18d271=this['context']['plugins']['get'](b),_0x3aaf65=this['_createCommentThreadView'](_0x2a47f3),_0x1c6fd8=new wt(_0x2a47f3,_0x3aaf65);let _0x585a09=null;_0x3aaf65['on']('change:isDirty',(_0x3a8cd0,_0x4e9f23,_0x2bb1a9)=>{_0x2bb1a9?_0x585a09=_0x4f9c94['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x585a09&&(_0x4f9c94['remove'](_0x585a09),_0x585a09=null);}),this['_threadToController']['set'](_0x2a47f3,_0x1c6fd8),this['_viewToController']['set'](_0x3aaf65,_0x1c6fd8);const _0x3dc0a1=new V(this['context']['locale'],_0x3aaf65);_0x3dc0a1['bind']('length')['to'](_0x3aaf65),_0x3dc0a1['bind']('isDirty')['to'](_0x3aaf65,'isDirty',_0x3aaf65,'length',(_0x760f40,_0x4aa593)=>_0x760f40||!_0x4aa593),_0x3dc0a1['bind']('isActive')['to'](_0x3aaf65),_0x3dc0a1['type']='comment';const _0xc02897=new d({'view':_0x3dc0a1,'target':_0x4a10c3,'type':'comment','isVisible':!_0x2a47f3['isResolved']});return this['_bindAnnotationToEditors'](_0x3aaf65,_0xc02897),_0x18d271['add'](_0xc02897),_0xc02897;}['_bindAnnotationToEditors'](_0x1ca91d,_0x334b99){this['listenTo'](_0x1ca91d,'editorReady',(_0x247a18,_0x140b77)=>{const _0x1ad822=_0x140b77['ui']['view']['body']['bodyCollectionContainer'];_0x334b99['focusableElements']['add'](_0x1ad822),this['context']instanceof mt&&this['context']['ui']['focusTracker']['add'](_0x1ad822);},{'priority':'highest'}),this['listenTo'](_0x1ca91d,'editorDestroyed',(_0x91044c,_0x3115b0)=>{const _0xfb7601=_0x3115b0['ui']['view']['body']['bodyCollectionContainer'];_0x334b99['focusableElements']['has'](_0xfb7601)&&_0x334b99['focusableElements']['remove'](_0xfb7601),this['context']instanceof mt&&this['context']['ui']['focusTracker']['remove'](_0xfb7601);});}['_unbindEditors'](_0x191291){this['stopListening'](_0x191291,'editorReady'),this['stopListening'](_0x191291,'editorDestroyed');}['_createCommentThreadView'](_0x51c634){const _0xe0a2a8=this['context']['plugins']['get'](lt),{config:_0xd1d6ab,locale:_0x4be058}=this['context'],_0x312e85=dt(_0xd1d6ab['get']('locale'));return new(0x0,(_0xd1d6ab['get']('comments'))['CommentThreadView'])(_0x4be058,_0x51c634,_0xe0a2a8['me'],{'editorConfig':{..._0xd1d6ab['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0xd1d6ab['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0xd1d6ab['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0xd1d6ab['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0xd1d6ab['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x312e85,'CommentView':_0xd1d6ab['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x1d4c02,channelId:_0x4ab993,resolvedAt:_0x4b0864,resolvedBy:_0x536ca7,isFromAdapter:_0x3d2799}){if(!this['hasCommentThread'](_0x1d4c02))throw new _0x279685('commentsrepository-missing-comment-thread',null,{'threadId':_0x1d4c02});const _0x18d1ad=this['getCommentThread'](_0x1d4c02);if(_0x18d1ad['isResolved'])throw new _0x279685('commentsrepository-resolved-comment-thread',null,{'threadId':_0x1d4c02});const _0x45cad0=this['context']['plugins']['get'](lt);if(_0x18d1ad['resolvedBy']=_0x45cad0['getUser'](_0x536ca7),_0x18d1ad['resolvedAt']=_0x4b0864,_0x3d2799||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x3d8b25=this['context']['plugins']['get']('PendingActions'),_0x90864c=_0x3d8b25['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x4ab993,'threadId':_0x1d4c02})['then'](({resolvedAt:_0x21474e,resolvedBy:_0x99707})=>{_0x3d8b25['remove'](_0x90864c),_0x18d1ad['resolvedBy']['id']!==_0x99707&&(_0x18d1ad['resolvedBy']=_0x45cad0['getUser'](_0x99707)),_0x18d1ad['resolvedAt']=_0x21474e;})['catch'](_0x2404ae=>{throw console['error'](_0x2404ae),new _0x279685('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x3f1dd8,channelId:_0x55083e,isFromAdapter:_0x1d3bc9}){if(!this['hasCommentThread'](_0x3f1dd8))throw new _0x279685('commentsrepository-missing-comment-thread',null,{'threadId':_0x3f1dd8});const _0x1b1cd8=this['getCommentThread'](_0x3f1dd8);if(!_0x1b1cd8['isResolved'])throw new _0x279685('commentsrepository-reopen-comment-thread',null,{'threadId':_0x3f1dd8});if(_0x1b1cd8['resolvedBy']=null,_0x1b1cd8['resolvedAt']=null,_0x1d3bc9||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x170a4a=this['context']['plugins']['get']('PendingActions'),_0x942d78=_0x170a4a['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x55083e,'threadId':_0x3f1dd8})['then'](()=>_0x170a4a['remove'](_0x942d78))['catch'](_0x341838=>{throw console['error'](_0x341838),new _0x279685('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x1c64af,isFromAdapter:_0xd307dc}){const _0x574205=this['getCommentThread'](_0x1c64af);if(!_0x574205)throw new _0x279685('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x1c64af),this['_threads']['delete'](_0x1c64af),!_0x574205['isSubmitted']||_0xd307dc||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x218eb7=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2e5959}=_0x574205,_0xec91bc=_0x218eb7['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x2e5959,'threadId':_0x1c64af})['then'](()=>_0x218eb7['remove'](_0xec91bc))['catch'](_0x1a034f=>{throw console['error'](_0x1a034f),new _0x279685('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x2c6297,unlinkedAt:_0xd2d226,context:_0x42335a,attributes:_0x3ff3d4,isFromAdapter:_0x5df0c1}){if('string'!=typeof _0x2c6297)throw new _0x279685('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x2c6297});if(!this['hasCommentThread'](_0x2c6297))throw new _0x279685('commentsrepository-missing-comment-thread',null,{'threadId':_0x2c6297});const _0x7f0c33=this['getCommentThread'](_0x2c6297);let _0xcf4aaa=!0x1;if(void 0x0!==_0x42335a&&_0x7f0c33['context']!==_0x42335a&&(_0x7f0c33['context']=_0x42335a,_0xcf4aaa=!0x0),void 0x0!==_0xd2d226&&_0x7f0c33['unlinkedAt']!==_0xd2d226&&(_0x7f0c33['unlinkedAt']=_0xd2d226,_0xcf4aaa=!0x0),_0x3ff3d4&&!ft(_0x3ff3d4,_0x7f0c33['attributes'])&&(_0x7f0c33['attributes']=_0x3ff3d4,_0xcf4aaa=!0x0),!_0xcf4aaa)return Promise['resolve']();if(!_0x7f0c33['isSubmitted']||_0x5df0c1||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x586480=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3759ca}=_0x7f0c33,_0x3c9f2b=_0x586480['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x3759ca,'threadId':_0x2c6297,'context':_0x42335a,'unlinkedAt':_0xd2d226,'attributes':_0x3ff3d4})['then'](()=>_0x586480['remove'](_0x3c9f2b))['catch'](_0x2f3653=>{throw console['error'](_0x2f3653),new _0x279685('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x59ea8d){const _0x18de60=this['context']['plugins']['get'](b),_0x3d0445=this['getCommentThread'](_0x59ea8d);if(this['_threadToController']['has'](_0x3d0445)){const _0x59de83=this['_threadToController']['get'](_0x3d0445),_0x1a8d25=_0x59de83['view'],_0x125867=_0x18de60['getByInnerView'](_0x1a8d25);this['_threadToController']['delete'](_0x3d0445),this['_viewToController']['delete'](_0x1a8d25),_0x125867&&_0x18de60['remove'](_0x125867),_0x59de83['destroy'](),_0x1a8d25['destroy']()['then'](()=>{this['_unbindEditors'](_0x1a8d25);});}}['_updateActiveAnnotation']({threadId:_0x3e268a,resolvedAt:_0x184f99}){const _0x3694c4=!!_0x184f99,_0x34e2c7=this['context']['plugins']['get'](b),_0x2e1b9d=this['getCommentThread'](_0x3e268a);if(this['_threadToController']['has'](_0x2e1b9d)){const _0x47b287=this['_threadToController']['get'](_0x2e1b9d)['view'],_0x228e16=_0x34e2c7['getByInnerView'](_0x47b287);_0x228e16&&(_0x3694c4&&_0x34e2c7['_removeActiveAnnotation'](_0x228e16),_0x228e16['refreshVisibility']());}}['_getExternalAuthor'](_0x5a2617){const _0x552fc9=this['context']['plugins']['get'](lt),_0x293bbe=ct('external:'+_0x5a2617),_0x4d4c48=_0x552fc9['getUser'](_0x293bbe);return _0x4d4c48||_0x552fc9['addUser']({'id':_0x293bbe,'name':_0x5a2617});}['_createNewComment']({threadId:_0x250c51,commentId:_0x546211=_0x5d0d75(),content:_0x23816e,authorId:_0x57b35d,createdAt:_0x27289c,attributes:_0x229ba1}){if('string'!=typeof _0x546211)throw new _0x279685('commentsrepository-invalid-commentid');if('string'!=typeof _0x57b35d)throw new _0x279685('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x23816e||!_0x23816e['trim']())throw new _0x279685('commentsrepository-invalid-comment-content');const _0xc926fc=this['context']['plugins']['get'](lt)['getUser'](_0x57b35d);if(!_0xc926fc)throw new _0x279685('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x57b35d});let _0x51af8e=null,_0x9672b6=_0x27289c;return _0x229ba1&&_0x229ba1['@external']&&(_0x51af8e=this['_getExternalAuthor'](_0x229ba1['@external']['authorName']),_0x9672b6=new Date(_0x229ba1['@external']['createdAt'])),new se(this,{'threadId':_0x250c51,'id':_0x546211,'author':_0x51af8e||_0xc926fc,'creator':_0xc926fc,'content':_0x23816e,'createdAt':_0x27289c,'authoredAt':_0x9672b6,'attributes':_0x229ba1});}['_addComment'](_0xf4ec3){let {threadId:_0xc601b8,content:_0x203342,attributes:_0x147df6,isFromAdapter:_0x8bebb6}=_0xf4ec3;const _0x481422=this['getCommentThread'](_0xf4ec3['threadId']);if(!_0x481422)throw new _0x279685('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x28dc08=this['_createNewComment'](_0xf4ec3),{id:_0x5965f0}=_0x28dc08;if(_0x481422['_add'](_0x28dc08),_0x8bebb6||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x481422['isSubmitted'])return Promise['resolve']();const _0xa953e0=this['context']['plugins']['get']('PendingActions'),{channelId:_0x534f3c}=_0x481422,_0x40cbf8=_0xa953e0['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x147df6||(_0x147df6={}),this['adapter']['addComment']({'channelId':_0x534f3c,'threadId':_0xc601b8,'commentId':_0x5965f0,'content':_0x203342,'attributes':_0x147df6})['then'](_0x1aa015=>{_0xa953e0['remove'](_0x40cbf8),_0x1aa015&&this['_updateComment']({'channelId':_0x534f3c,'threadId':_0xc601b8,'commentId':_0x5965f0,'createdAt':_0x1aa015['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x17f84b=>{throw console['error'](_0x17f84b),new _0x279685('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x56a99b,commentId:_0xebd582,content:_0xd7723c,createdAt:_0x2bf88f,attributes:_0x45d69e,isFromAdapter:_0x52f62b}){if(void 0x0!==_0xd7723c&&('string'!=typeof _0xd7723c||!_0xd7723c['trim']()['length']))throw new _0x279685('commentsrepository-update-comment-invalid-content');const _0x2afbd8=this['getCommentThread'](_0x56a99b),_0x3cd984=_0x2afbd8['getComment'](_0xebd582);if(!_0x3cd984)throw new _0x279685('commentsrepository-update-missing-comment',this);let _0x1900de=!0x1;if(_0xd7723c&&_0xd7723c!==_0x3cd984['content']&&(_0x3cd984['isEditable']||_0x52f62b)&&(_0x3cd984['content']=_0xd7723c,_0x1900de=!0x0),_0x2bf88f&&_0x2bf88f!==_0x3cd984['createdAt']&&(_0x3cd984['createdAt']=_0x2bf88f,_0x3cd984['attributes']&&_0x3cd984['attributes']['@external']||(_0x3cd984['authoredAt']=_0x2bf88f),_0x1900de=!0x0),_0x45d69e&&!ft(_0x45d69e,_0x3cd984['attributes'])&&(_0x3cd984['attributes']=_0x45d69e,_0x1900de=!0x0),!_0x1900de)return Promise['resolve']();if(_0x2afbd8['fire']('commentUpdated'),_0x52f62b||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x5c7e89=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2443db}=this['getCommentThread'](_0x3cd984['threadId']),_0x51b6f9=_0x5c7e89['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x2443db,'threadId':_0x56a99b,'commentId':_0xebd582,'content':_0xd7723c,'attributes':_0x45d69e})['then'](()=>_0x5c7e89['remove'](_0x51b6f9))['catch'](_0x4631dc=>{throw console['error'](_0x4631dc),new _0x279685('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x35e55c,commentId:_0x26c56e,isFromAdapter:_0x43b315}){const _0x54b4d8=this['getCommentThread'](_0x35e55c),_0x137aaa=_0x54b4d8['getComment'](_0x26c56e);if(!_0x137aaa)throw new _0x279685('commentsrepository-remove-missing-comment',this);if(_0x54b4d8['_remove'](_0x137aaa),_0x43b315||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x49e7dd=this['context']['plugins']['get']('PendingActions'),{channelId:_0x21ed3c}=_0x54b4d8,_0x2654f8=_0x49e7dd['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x21ed3c,'threadId':_0x35e55c,'commentId':_0x26c56e})['then'](()=>_0x49e7dd['remove'](_0x2654f8))['catch'](_0x51f960=>{throw console['error'](_0x51f960),new _0x279685('commentsrepository-remove-comment-internal-error',this);});}}class ie extends/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x44328e(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x538f36,_0x17fcb6){super();const _0xd1654=_0x17fcb6['isResolvable'];this['channelId']=_0x17fcb6['channelId'],this['id']=_0x17fcb6['id'],this['comments']=new _0x450877(),this['_repository']=_0x538f36,this['_isAttached']=!0x1,this['_isSubmitted']=_0x17fcb6['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x538f36,'_permissions',_0x538f36,'_readOnlyChannels',()=>_0x538f36['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x538f36,'_permissions',()=>_0x538f36['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x538f36,'_permissions',()=>{const _0x649868=_0x538f36['getPermissions'](this['channelId']);return _0x649868['write']||_0x649868['admin'];}),this['bind']('isResolvable')['to'](_0x538f36,'_permissions',()=>_0xd1654&&_0x538f36['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x17fcb6['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x5b869f,_0x4754e2)=>_0x5b869f?_0x4754e2?_0x5b869f<_0x4754e2?_0x5b869f:_0x4754e2:_0x5b869f:_0x4754e2),this['set']('unlinkedAt',_0x17fcb6['unlinkedAt']||null),this['set']('resolvedAt',_0x17fcb6['resolvedAt']||null),this['set']('resolvedBy',_0x17fcb6['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x4af9d2=>!!_0x4af9d2),this['set']('attributes',_0x17fcb6['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x16223d,_0x2226d6)=>_0x16223d+_0x2226d6['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x5f30b5,id:_0x2a5225}=this;this['_repository']['fire'](gt('submitCommentThread',_0x5f30b5),{'channelId':_0x5f30b5,'threadId':_0x2a5225});}['setUnlinkedAt'](_0x4db705){this['_update']({'unlinkedAt':_0x4db705});}['resolve']({resolvedAt:_0x18e690=new Date(),resolvedBy:_0xb119a=null,isFromAdapter:_0x46144c=!0x1}={}){const _0x10991d=this['_repository']['context']['plugins']['get'](lt)['me'],{channelId:_0x2db57b,id:_0x18e01c}=this;this['_repository']['fire'](gt('resolveCommentThread',_0x2db57b),{'channelId':_0x2db57b,'threadId':_0x18e01c,'resolvedAt':_0x18e690,'resolvedBy':_0xb119a||_0x10991d['id'],'isFromAdapter':_0x46144c});}['reopen']({isFromAdapter:_0xa9513a=!0x1}={}){const {channelId:_0x1c53e2,id:_0xfa8e7c}=this;this['_repository']['fire'](gt('reopenCommentThread',_0x1c53e2),{'channelId':_0x1c53e2,'threadId':_0xfa8e7c,'isFromAdapter':_0xa9513a});}['setContext'](_0x542943){this['context']||this['_update']({'context':_0x542943});}['setAttribute'](_0x3e3951,_0x1ffe4f){const _0x2c2fae=ut(this['attributes']);pt(_0x2c2fae,_0x3e3951,_0x1ffe4f),this['_update']({'attributes':_0x2c2fae});}['removeAttribute'](_0xc7e004){const _0x507494=ut(this['attributes']);It(_0x507494,_0xc7e004),this['_update']({'attributes':_0x507494});}['remove']({isFromAdapter:_0x97a9f1=!0x1}={}){const {channelId:_0x204414,id:_0x1bb0fc}=this;this['_repository']['fire'](gt('removeCommentThread',_0x204414),{'channelId':_0x204414,'threadId':_0x1bb0fc,'isFromAdapter':_0x97a9f1});}['attachTo'](_0x541d06){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x541d06});}['addComment'](_0x243151){const {channelId:_0x431983,id:_0x3409a6}=this;this['_repository']['fire'](gt('addComment',_0x431983,_0x3409a6),Object['assign']({'channelId':_0x431983,'threadId':_0x3409a6},_0x243151));}['getComment'](_0x53d409){if('string'!=typeof _0x53d409)throw new _0x279685('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x53d409});return this['comments']['get'](_0x53d409);}['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'](_0x5735f1=>_0x5735f1['toJSON']()),'attributes':this['attributes']};}['_add'](_0x2d8ed4){return this['listenTo'](_0x2d8ed4,'change:authoredAt',()=>{const _0x35403c=this['_findOptimalIndex'](_0x2d8ed4),_0x4c2b73=this['comments'];_0x35403c-0x1!=_0x4c2b73['getIndex'](_0x2d8ed4)&&_0x35403c+0x1!=_0x4c2b73['getIndex'](_0x2d8ed4)&&(this['_remove'](_0x2d8ed4),this['_add'](_0x2d8ed4));}),this['comments']['add'](_0x2d8ed4,this['_findOptimalIndex'](_0x2d8ed4));}['_update'](_0x45f08f){const {channelId:_0x6475fa,id:_0x5aca76}=this;this['_repository']['fire'](gt('updateCommentThread',_0x6475fa),{..._0x45f08f,'channelId':_0x6475fa,'threadId':_0x5aca76});}['_remove'](_0x37a8c7){return this['stopListening'](_0x37a8c7),_0x37a8c7['destroy'](),this['comments']['remove'](_0x37a8c7);}['_findOptimalIndex'](_0x27372e){const _0x1d9b41=this['comments']['find'](_0x37397e=>new Date(_0x37397e['authoredAt'])['getTime']()>new Date(_0x27372e['authoredAt'])['getTime']());return _0x1d9b41?this['comments']['getIndex'](_0x1d9b41):this['length'];}}class se extends/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x44328e(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x38e1d2,_0x337079){super();const _0x55ddc2=_0x38e1d2['context']['plugins']['get'](lt)['me'],_0x34495a=_0x38e1d2['getCommentThread'](_0x337079['threadId']),_0x4b5fcf=0x0===_0x34495a['comments']['length'],_0x4d1146=_0x55ddc2===_0x337079['author'];this['id']=_0x337079['id'],this['threadId']=_0x337079['threadId'],this['author']=_0x337079['author'],this['creator']=_0x337079['creator'],this['isExternal']=Boolean(_0x337079['attributes']&&_0x337079['attributes']['@external']),this['set']('content',_0x337079['content']),this['createdAt']=_0x337079['createdAt']||new Date(),this['set']('authoredAt',_0x337079['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x34495a,'resolvedAt'),this['set']('attributes',_0x337079['attributes']||{}),this['bind']('isEditable')['to'](_0x38e1d2,'_permissions',()=>{const _0x22d044=_0x38e1d2['getPermissions'](_0x34495a['channelId'])['write'],_0x333865=_0x38e1d2['getPermissions'](_0x34495a['channelId'])['modifyAll'];return _0x4d1146&&_0x22d044||!_0x4d1146&&_0x333865;}),this['bind']('isRemovable')['to'](_0x34495a,'isRemovable',_0x38e1d2,'_permissions',_0x2ac5bc=>{const _0x416779=_0x38e1d2['getPermissions'](_0x34495a['channelId'])['write'],_0x3a77b7=_0x38e1d2['getPermissions'](_0x34495a['channelId'])['modifyAll'];return _0x4d1146&&_0x416779||_0x2ac5bc&&_0x4b5fcf||!_0x4d1146&&_0x3a77b7&&!_0x4b5fcf;}),this['bind']('isReadOnly')['to'](_0x34495a,'isReadOnly'),this['_repository']=_0x38e1d2;}get['weight'](){return Math['max'](function(_0x3e952e){const _0x39d3bb=document['createElement']('div');return _0x39d3bb['innerHTML']=_0x3e952e,_0x39d3bb['textContent']['length'];}(this['content']),0xc8);}['update'](_0x2a3221){const {threadId:_0x1c5983,id:_0x21b84e}=this;if(!this['_repository']['hasCommentThread'](_0x1c5983))throw new _0x279685('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x3b0e71}=this['_repository']['getCommentThread'](_0x1c5983);this['_repository']['fire'](gt('updateComment',_0x3b0e71,_0x1c5983),{'channelId':_0x3b0e71,'threadId':_0x1c5983,'commentId':_0x21b84e,..._0x2a3221});}['setAttribute'](_0x429eda,_0x5d8665){const _0x1ca7e9=ut(this['attributes']);pt(_0x1ca7e9,_0x429eda,_0x5d8665),this['update']({'attributes':_0x1ca7e9});}['removeAttribute'](_0x193946){const _0x21ea0d=ut(this['attributes']);It(_0x21ea0d,_0x193946),this['update']({'attributes':_0x21ea0d});}['remove'](_0x2a29d5={}){if(!_0x2a29d5['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x15acc0,id:_0x2853f8}=this;if(!this['_repository']['hasCommentThread'](_0x15acc0))throw new _0x279685('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0xbdc59}=this['_repository']['getCommentThread'](_0x15acc0);this['_repository']['fire'](gt('removeComment',_0xbdc59,_0x15acc0),{'channelId':_0xbdc59,'threadId':_0x15acc0,'commentId':_0x2853f8,..._0x2a29d5});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function gt(_0x30c08e,..._0x961489){for(const _0x248e81 of _0x961489)void 0x0!==_0x248e81&&(_0x30c08e+=':'+String(_0x248e81));return _0x30c08e;}class G extends _0x426f1e{['refresh'](){const _0x3ab90c=this['editor']['model']['document']['selection'];for(const _0x4c77a2 of _0x3ab90c['getRanges']())if(this['_hasContent'](_0x4c77a2))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x4e829d=_0x5d0d75()}={}){const _0x2d7a5a=this['editor']['model'],_0x15fbe1=[];for(const _0x236337 of _0x2d7a5a['document']['selection']['getRanges']())this['_hasContent'](_0x236337)&&_0x15fbe1['push'](this['_trimToContent'](_0x236337));_0x2d7a5a['change'](_0x375d3=>{for(const _0x3f00e9 of _0x15fbe1){const _0xe5b401=_0x5d0d75()['substr'](0x1,0x5),_0x5ddde3='comment:'+_0x4e829d+':'+_0xe5b401;_0x375d3['addMarker'](_0x5ddde3,{'range':_0x3f00e9,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x59246d){for(const _0x49784a of _0x59246d['getItems']())if(this['_itemIsContent'](_0x49784a))return!0x0;return!0x1;}['_itemIsContent'](_0x330592){return _0x330592['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x330592)&&!_0x330592['is']('element','tableCell');}['_trimToContent'](_0x451498){const _0x5f1d87=_0x1e609c=>!this['_itemIsContent'](_0x1e609c['item']),_0xd29f1e=_0x451498['start']['getLastMatchingPosition'](_0x5f1d87),_0x1adbe4=_0x451498['end']['getLastMatchingPosition'](_0x5f1d87,{'direction':'backward'});return this['editor']['model']['createRange'](_0xd29f1e,_0x1adbe4);}}class k extends _0x25741f{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[b];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x10071e){super(_0x10071e),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x56561a=this['editor'],_0x49431f=_0x56561a['model']['document']['selection'],_0x410452=_0x37792a(()=>this['refreshSelectedViews'](),0xa);_0x49431f['on']('change:range',(_0x315eaf,_0x362379)=>{_0x362379['directChange']&&(_0x410452['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x56561a['editing']['view']['document'],'change:isFocused',(_0x2bf3f9,_0x2f2717,_0x25b19c)=>{_0x25b19c&&_0x410452();}),this['listenTo'](_0x56561a['ui']['focusTracker'],'change:isFocused',(_0x1c25c7,_0xb7922f,_0x4fc8b3)=>{_0x4fc8b3||_0x56561a['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x1aad86=>this['_editorAnnotationsData']['has'](_0x1aad86['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x34e2f2){if(this['_editorAnnotations']['has'](_0x34e2f2['view']))return;this['_editorAnnotations']['add'](_0x34e2f2['view']),this['editor']['ui']['focusTracker']['add'](_0x34e2f2['view']['element']);const _0x5302a9=this['editor']['plugins']['get'](b);this['listenTo'](_0x5302a9['collection'],'remove',(_0x25bdff,_0x315f3e)=>{this['editor']['ui']['focusTracker']['remove'](_0x315f3e['view']['element']),this['_editorAnnotations']['delete'](_0x315f3e['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x19978a){if('function'!=typeof _0x19978a)throw new _0x279685('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x19978a);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x2d0153,annotations:_0x37dc03}){const _0x17e9b0=[],_0x17ca6b=this['editor']['model']['document']['selection'],_0xd94d8=Array['from'](_0x17ca6b['getRanges']());for(const [_0x117a90,_0xe95ab]of this['_editorAnnotationsData']){const _0x4e93b4=_0x307517(_0xe95ab),_0x1339cc=_0x37dc03['getByInnerView'](_0x117a90);_0x4e93b4&&_0x1339cc&&_0x17e9b0['push']({'annotation':_0x1339cc,'range':_0x4e93b4});}function _0x307517(_0x43a1b1){for(const _0x437c1d of _0x43a1b1)for(const _0x5a0ddf of _0xd94d8)if(_0x437c1d['containsRange'](_0x5a0ddf,!_0x17ca6b['isCollapsed']))return _0x437c1d;return null;}return _0x17e9b0['sort']((_0x6a0983,_0x23ea4f)=>{const _0x2bb977=_0x6a0983['range'],_0x382e88=_0x23ea4f['range'];if(!_0x2bb977['isEqual'](_0x382e88)){if(_0x2bb977['containsRange'](_0x382e88,!0x0))return 0x1;if(_0x382e88['containsRange'](_0x2bb977,!0x0))return-0x1;}return _0x6a0983['annotation']==_0x2d0153?-0x1:_0x23ea4f['annotation']==_0x2d0153?0x1:0x0;})['map'](_0x511a8a=>_0x511a8a['annotation']);}get['_editorAnnotationsData'](){const _0x58171a=new Map();for(const _0x158fbe of Array['from'](this['_dataCollectors']))for(const [_0x1f934f,_0x44c712]of _0x158fbe())_0x58171a['set'](_0x1f934f,_0x44c712);return _0x58171a;}}class ot extends _0x25741f{['afterInit'](){const _0x156bb3=this['editor'];if(!_0x156bb3['plugins']['has']('RestrictedEditingModeEditing'))return;_0x156bb3['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class et extends _0x25741f{constructor(_0x32659a){super(_0x32659a),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x42a86b=this['editor'],_0x5b4cd6=_0x42a86b['commands']['get']('importWord'),_0x3f8a44=_0x42a86b['plugins']['get'](lt);_0x5b4cd6&&(_0x5b4cd6['on']('execute',(_0x4b75ea,[,_0x12ff5b])=>{_0x12ff5b['collaboration_features']={'comments':!0x0,'user_id':_0x3f8a44['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x5b4cd6,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x12f095,_0x8bc916){const {comment_threads:_0x4b715a}=_0x8bc916;_0x4b715a&&_0x4b715a['forEach'](({thread_id:_0x17cbbf,comments:_0x39a417,is_resolved:_0x3c6e23})=>{const _0x3e7d82=new Date(),_0x1da675=_0x39a417['map'](({author:_0x4310dc,content:_0x597161,created_at:_0x1ad983})=>({'content':_0x597161,'authorId':this['editor']['plugins']['get'](lt)['me']['id'],'createdAt':_0x3e7d82,'attributes':{'@external':{'authorName':_0x4310dc,'createdAt':_0x1ad983?new Date(_0x1ad983):new Date(),'source':'importWord'}}})),_0x512a75=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x512a75,'threadId':_0x17cbbf,'comments':_0x1da675,'resolvedAt':_0x3c6e23?_0x3e7d82:null});});}}class rt extends _0x25741f{constructor(_0x2aea3e){super(_0x2aea3e),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x32b13a=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x32b13a,'contentInsertion',(_0x7cfcf4,_0x11c4bb)=>this['_removeMarkersWithoutThreads'](_0x11c4bb['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x3597ee){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x3597ee;const _0x45fd56=this['editor']['plugins']['get']('CommentsRepository');for(const _0x100068 of _0x3597ee['keys']()){const [_0x1422a4,_0x52e9bb]=_0x100068['split'](':');'comment'!=_0x1422a4||_0x45fd56['hasCommentThread'](_0x52e9bb)||_0x3597ee['delete'](_0x100068);}return _0x3597ee;}['_registerMarkerInClipboardPipeline'](){const _0xc6a46e=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x52db05=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x52db05&&_0xc6a46e['_registerMarkerToCopy']('comment',_0x52db05);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x38c1f9){switch(_0x38c1f9){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 _0x25741f{static get['requires'](){return[m,k,ot,et,rt];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x38fc74){super(_0x38fc74),this['set']('isThreadsLoadingPaused',!0x0),_0x38fc74['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x5cf52b,_0x1f33a5,_0x5c7fd3,_0x157268)=>{const _0xd8fced=_0x5c7fd3?it(_0x5c7fd3)['id']:null;if(_0x38fc74['model']['change'](()=>{if(_0xd8fced){const _0x27fcd9=this['getAllMarkersForId'](_0xd8fced);for(const _0x4b96f1 of _0x27fcd9)_0x38fc74['editing']['reconvertMarker'](_0x4b96f1);}if(_0x157268){const {id:_0x289156}=it(_0x157268),_0x2db8f3=this['getAllMarkersForId'](_0x289156);for(const _0x2a774b of _0x2db8f3)_0x38fc74['editing']['reconvertMarker'](_0x2a774b);}}),_0xd8fced){const _0x17f9d1=_0x38fc74['plugins']['get'](m)['getCommentThread'](_0xd8fced);_0x17f9d1&&_0x17f9d1['isResolved']&&this['scrollToThreadMarker'](_0xd8fced);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x20bb49=this['editor'],_0x27d69f=_0x20bb49['plugins']['get'](m),_0x2f1e51=_0x20bb49['config']['get']('collaboration.channelId');_0x20bb49['commands']['add']('addCommentThread',new G(_0x20bb49)),this['listenTo'](_0x20bb49,'change:isReadOnly',(_0x43b468,_0x453744,_0x4b8f10)=>{_0x27d69f['switchReadOnly'](_0x4b8f10,_0x20bb49['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x27d69f,nt('addCommentThread',_0x2f1e51),(_0x2010ba,{threadId:_0x2cafe6})=>{const _0x53e2c7=this['editor']['plugins']['get'](m)['getCommentThread'](_0x2cafe6);_0x53e2c7&&_0x53e2c7['unlinkedAt']&&this['_attachArchivedThread'](_0x2cafe6);}),this['listenTo'](_0x27d69f,nt('removeCommentThread',_0x2f1e51),(_0x421e5e,{threadId:_0x5612bd})=>{_0x20bb49['model']['enqueueChange']({'isUndoable':!0x1},_0x4cdfa4=>{const _0x10e255=this['getAllMarkersForId'](_0x5612bd);for(const _0x17c2be of _0x10e255)_0x4cdfa4['removeMarker'](_0x17c2be);});}),this['listenTo'](_0x27d69f,nt('resolveCommentThread',_0x2f1e51),(_0xe570c3,{threadId:_0x5c6a42})=>{(this['_reconvertMarkers'](_0x5c6a42),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x5c6a42)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x27d69f,nt('reopenCommentThread',_0x2f1e51),(_0x512df0,{threadId:_0x50c489})=>{this['_reconvertMarkers'](_0x50c489);},{'priority':'low'}),this['listenTo'](_0x27d69f,nt('addComment',_0x2f1e51),(_0x40caa4,{threadId:_0x4cf708,isFromAdapter:_0x554915})=>{const _0x5d62d4=this['getAllMarkersForId'](_0x4cf708);if(_0x554915||0x0==_0x5d62d4['length']||!_0x27d69f['hasCommentThread'](_0x4cf708))return;0x1===_0x27d69f['getCommentThread'](_0x4cf708)['length']&&_0x20bb49['model']['enqueueChange']({'isUndoable':!0x1},_0x2c50fb=>{for(const _0x57f470 of _0x5d62d4)_0x2c50fb['updateMarker'](_0x57f470,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x2dbe4e=this['editor']['plugins']['get'](m),_0x1cc995=this['editor']['config']['get']('collaboration.channelId');for(const _0x416384 of _0x2dbe4e['getCommentThreads']({'channelId':_0x1cc995}))_0x2dbe4e['_detachCommentThread'](_0x416384['id']),_0x2dbe4e['_threads']['delete'](_0x416384['id']);super['destroy']();}['hasMarkerForId'](_0x2197ac){return this['getAllMarkersForId'](_0x2197ac)['length']>0x0;}['getAllMarkersForId'](_0x138f97){const _0x320df4=[];for(const _0x3a10aa of this['editor']['model']['markers'])_0x3a10aa['name']['startsWith']('comment:'+_0x138f97)&&_0x320df4['push'](_0x3a10aa);return _0x320df4;}['scrollToThreadMarker'](_0x17a329){const _0xac926a=this['_getTargetForId'](_0x17a329);_0xac926a&&setTimeout(()=>{this['activeMarker']&&it(this['activeMarker'])['id']===_0x17a329&&_0x1e110e({'target':_0xac926a[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x3b49c6){this['editor']['model']['change'](()=>{for(const _0x367445 of this['getAllMarkersForId'](_0x3b49c6))this['editor']['editing']['reconvertMarker'](_0x367445);});}['_attachArchivedThread'](_0x24e6c2){const _0x2d6b7f=this['editor']['plugins']['get'](m),_0x19a741=this['editor']['plugins']['get'](k),_0x3c445d=_0x2d6b7f['getCommentThread'](_0x24e6c2);if(!_0x3c445d['isAttached']){const _0x385a68=_0x3c445d['attachTo'](()=>this['_getTargetForId'](_0x3c445d['id']));_0x19a741['registerAnnotation'](_0x385a68),_0x3c445d['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x3a7e0a=this['editor'];_0x3a7e0a['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x407073,_0x56edff)=>{const {id:_0x59ff22}=it(_0x407073['markerName']),_0x4e65ad=_0x3a7e0a['plugins']['get'](m)['getCommentThread'](_0x59ff22),_0xc111da=this['activeMarker']&&it(this['activeMarker'])['id']===_0x59ff22;if(_0x4e65ad&&_0x4e65ad['isResolved']&&!_0xc111da&&_0x407073['item'])return _0x56edff['consumable']['consume'](_0x407073['item'],'addMarker:'+_0x407073['markerName']),_0x56edff['consumable']['consume'](_0x407073['item'],'removeMarker:'+_0x407073['markerName']),null;const _0x3f9f82=['ck-comment-marker'];return _0xc111da&&_0x3f9f82['push']('ck-comment-marker--active'),{'classes':_0x3f9f82,'attributes':{'data-comment':_0x59ff22}};}}),_0x3a7e0a['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x2d46a7,{options:_0x27c7af})=>{const _0x14c7a0=_0x3a7e0a['plugins']['get'](m),_0x1fdcc6=_0x3a7e0a['model']['markers']['get'](_0x2d46a7),{id:_0x1450df,part:_0x1b3526}=it(_0x2d46a7);if(_0x1fdcc6&&!_0x1fdcc6['affectsData'])return null;if(_0x27c7af['ignoreResolvedComments']){const _0x2a4ac8=_0x14c7a0['getCommentThread'](_0x1450df);if(_0x2a4ac8&&_0x2a4ac8['isResolved'])return null;}return{'group':'comment','name':_0x1b3526?_0x1450df+':'+_0x1b3526:_0x1450df};}}),_0x3a7e0a['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x241331,{writer:_0x3d18a9})=>_0x3d18a9['createElement']('$marker',{'data-name':'comment:'+_0x241331['getAttribute']('id')})}),_0x3a7e0a['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x19cea4=this['editor'],_0x5ac538=_0x19cea4['plugins']['get'](m),_0x440e36=new Set(),_0x57646d=new Set();_0x19cea4['model']['document']['registerPostFixer'](_0x247f2e=>{let _0x5c03c2=!0x1;for(const {name:_0x46daeb,data:_0x251d71}of _0x19cea4['model']['document']['differ']['getChangedMarkers']()){const {group:_0xff9727,id:_0x5a42ec}=it(_0x46daeb);let _0x3438ad=_0x251d71['newRange'];if('comment'!==_0xff9727||!_0x3438ad)continue;const _0x1ee265='$graveyard'===_0x3438ad['root']['rootName'];_0x1ee265||(_0x3438ad=st(_0x3438ad,_0x19cea4['model']),!_0x3438ad||_0x3438ad['isCollapsed']||!_0x251d71['newRange']||_0x3438ad['isEqual'](_0x251d71['newRange']))?_0x19cea4['model']['hasContent'](_0x3438ad)&&!_0x1ee265?this['isThreadsLoadingPaused']?_0x440e36['add'](_0x46daeb):this['_handleThreadMarker'](_0x46daeb,_0x5a42ec):(_0x57646d['add'](_0x46daeb),_0x440e36['delete'](_0x46daeb),_0x247f2e['removeMarker'](_0x46daeb),_0x5c03c2=!0x0):(_0x247f2e['updateMarker'](_0x46daeb,{'range':_0x3438ad}),_0x5c03c2=!0x0);}return _0x5c03c2;}),this['on']('change:isThreadsLoadingPaused',(_0x346363,_0x29c3f8,_0x22457a)=>{if(!_0x22457a&&_0x440e36['size'])for(const _0x4d24de of _0x440e36){const {id:_0x28df3c}=it(_0x4d24de);_0x440e36['delete'](_0x4d24de),_0x19cea4['model']['markers']['get'](_0x4d24de)&&this['_handleThreadMarker'](_0x4d24de,_0x28df3c);}}),this['listenTo'](_0x19cea4['model']['document'],'change',(_0x4d55d0,_0x520ca9)=>{for(const {name:_0x274562,data:{newRange:_0x14eaf7}}of _0x19cea4['model']['document']['differ']['getChangedMarkers']()){const {group:_0xf27a3e,id:_0x1772ff}=it(_0x274562);if('comment'!==_0xf27a3e)continue;const _0x884822=_0x5ac538['getCommentThread'](_0x1772ff),_0x143382=this['hasMarkerForId'](_0x1772ff);_0x884822&&(_0x884822['_hasTargetInContent']||_0x19cea4['editing']['view']['once']('render',()=>{const _0x2b94b8=_0x19cea4['plugins']['get'](b),_0x56ff2d=_0x5ac538['_threadToController']['get'](_0x884822)['view'];_0x2b94b8['getByInnerView'](_0x56ff2d)['refreshVisibility']();},{'priority':'low'}),_0x884822['_hasTargetInContent']=_0x143382||!!_0x14eaf7),_0x14eaf7||(_0x57646d['add'](_0x274562),_0x440e36['delete'](_0x274562));}if(_0x520ca9['isLocal'])for(const _0x260398 of _0x57646d){const {id:_0x29d895}=it(_0x260398),_0xa2ad32=_0x5ac538['getCommentThread'](_0x29d895),_0x812b21=this['hasMarkerForId'](_0x29d895);_0x440e36['delete'](_0x260398),!_0xa2ad32||_0x812b21||_0xa2ad32['unlinkedAt']||_0xa2ad32['setUnlinkedAt'](new Date());}_0x57646d['clear']();});}['_getTargetForId'](_0x38bb7a){const _0x14fa94=this['editor'],_0x4a1714=this['getAllMarkersForId'](_0x38bb7a);return tt(_0x14fa94['editing'],_0x4a1714);}['_getTextContext'](_0x2ad605){const _0x4e7501=this['getAllMarkersForId'](_0x2ad605);let _0x1cddbd='',_0x15ffa3=!0x1;for(const _0x9c437 of _0x4e7501){const _0x30b6e8=_0x9c437['getRange']();for(const _0xa41ab7 of Array['from'](_0x30b6e8['getItems']()))_0xa41ab7['is']('$textProxy')?(_0x1cddbd&&_0x15ffa3&&(_0x1cddbd+='\x20',_0x15ffa3=!0x1),_0x1cddbd+=_0xa41ab7['data']):_0x15ffa3=!0x0;_0x15ffa3=!0x0;}return _0x1cddbd['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x4df3bb,_0x3686d8){const _0x4135cd=this['editor'],_0x54447c=_0x4135cd['plugins']['get'](m);let _0x47bcd9=_0x54447c['getCommentThread'](_0x3686d8);const _0x5a9907=_0x4135cd['config']['get']('collaboration.channelId'),_0x5a7831=_0x4135cd['plugins']['get'](k);if(_0x47bcd9&&(_0x47bcd9['unlinkedAt']&&_0x47bcd9['setUnlinkedAt'](null),_0x47bcd9['isAttached']))return _0x47bcd9;return!this['getAllMarkersForId'](_0x3686d8)[0x0]['managedUsingOperations']?_0x4135cd['editing']['view']['once']('render',()=>{if(_0x54447c['getCommentThread'](_0x3686d8))return;const _0x2e9df6=_0x4135cd['plugins']['get'](b);_0x47bcd9=_0x54447c['openNewCommentThread']({'channelId':_0x5a9907,'threadId':_0x3686d8,'target':()=>this['_getTargetForId'](_0x3686d8),'context':{'type':'text','value':this['_getTextContext'](_0x3686d8)}});const _0x195cca=_0x54447c['_threadToController']['get'](_0x47bcd9)['view'],_0x42e699=_0x2e9df6['getByInnerView'](_0x195cca);_0x42e699&&_0x5a7831['registerAnnotation'](_0x42e699);},{'priority':'low'}):_0x54447c['fetchCommentThread']({'channelId':_0x5a9907,'threadId':_0x3686d8})['then'](_0x183a80=>{if('destroyed'!==_0x4135cd['state']){if(_0x47bcd9=_0x183a80,_0x47bcd9&&!_0x47bcd9['isAttached']){const _0x3e438f=_0x47bcd9['attachTo'](()=>this['_getTargetForId'](_0x3686d8));_0x5a7831['registerAnnotation'](_0x3e438f),_0x47bcd9['isResolved']&&this['_reconvertMarkers'](_0x3686d8);}else{if(!_0x47bcd9){const _0xca2d55=this['getAllMarkersForId'](_0x3686d8);_0x4135cd['model']['change'](_0x21a160=>{for(const _0x224862 of _0xca2d55)_0x21a160['removeMarker'](_0x224862);});}}}}),_0x47bcd9;}['_handleThreadMarker'](_0x50a27c,_0x26a6b5){const _0x5c3893=this['_attachMarkerToThread'](_0x50a27c,_0x26a6b5);_0x5c3893&&!_0x5c3893['context']&&_0x5c3893['setContext']({'type':'text','value':this['_getTextContext'](_0x26a6b5)});}['_initAriaMarkerChangeAnnouncements'](){const _0x1bf264=this['editor'];_0x1892c7(_0x1bf264['model'],({left:_0x2a9e20,entered:_0x343280})=>{for(const _0xe2995c of _0x2a9e20)if(at(_0xe2995c)){_0x1bf264['ui']['ariaLiveAnnouncer']['announce'](W(_0x1bf264['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x1545b4 of _0x343280)if(at(_0x1545b4)){_0x1bf264['ui']['ariaLiveAnnouncer']['announce'](W(_0x1bf264['locale'],'ENTER_COMMENT_ANNOUNCEMENT'));break;}});}}function nt(_0x492509,_0x14ea9a){return _0x14ea9a?_0x492509+':'+_0x14ea9a:_0x492509;}function it(_0x286f82){const _0x3ff211=_0x286f82['split'](':');return{'group':_0x3ff211[0x0],'id':_0x3ff211[0x1],'part':_0x3ff211[0x2]};}function st(_0x62bd7f,_0x5edad5){const _0x227a46=_0x5edad5['schema'],_0x40fcd4=_0x5edad5['createRange'](_0x62bd7f['start']);for(const _0x31aac2 of _0x62bd7f['getWalker']()){const {type:_0x5a914b,item:_0x17e0ad,nextPosition:_0x63abfb}=_0x31aac2;if('text'===_0x5a914b||_0x227a46['isObject'](_0x17e0ad)){const _0x120159=_0x5edad5['createPositionBefore'](_0x17e0ad);_0x40fcd4['isCollapsed']&&(_0x40fcd4['start']=_0x120159),_0x40fcd4['end']=_0x63abfb;}}return _0x40fcd4;}function at(_0x109caf){return'comment'===it(_0x109caf['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 _0x25741f{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,k,b];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return Tt;}['init'](){const _0x49be6e=this['editor'],_0x32da52=_0x49be6e['plugins']['get'](m),_0x2c3380=_0x49be6e['plugins']['get'](r),_0x46730a=_0x49be6e['plugins']['get'](b),_0x303737=_0x49be6e['plugins']['get'](k);_0x49be6e['ui']['componentFactory']['add']('comment',()=>{const _0x418b73=this['_createUIButton'](_0x6e5592);return _0x418b73['tooltip']=!0x0,_0x418b73;}),_0x49be6e['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x5dd2de)),_0x303737['addSourceCollector'](()=>{const _0x5ad3d3=[];for(const [_0xb9f1f9,_0x923867]of _0x32da52['_threadToController']){const _0x37a27e=_0x2c3380['getAllMarkersForId'](_0xb9f1f9['id']),_0x23fb56=_0x37a27e['map'](_0x32eee6=>_0x32eee6['getRange']());_0x37a27e['length']>0x0&&_0x5ad3d3['push']([_0x923867['view'],_0x23fb56]);}return _0x5ad3d3;}),this['listenTo'](_0x46730a,'change:activeAnnotations',(_0x42dbd7,_0xc2c94f,_0x571139)=>{const _0x1ecf87=Array['from'](_0x571139)['map'](_0xa77ba1=>_0xa77ba1['innerView'])['find'](_0x891f9c=>_0x32da52['_viewToController']['has'](_0x891f9c));if(!_0x1ecf87)return void(_0x2c3380['activeMarker']=null);const _0xf769df=_0x32da52['_viewToController']['get'](_0x1ecf87)['model']['id'],_0x5aac9f='comment:'+_0xf769df;_0xf769df&&_0x2c3380['hasMarkerForId'](_0xf769df)?_0x2c3380['activeMarker']=_0x5aac9f:_0x2c3380['activeMarker']&&(_0x2c3380['activeMarker']=null);}),this['listenTo'](_0x32da52,'removeCommentThread',(_0x8d9444,{threadId:_0x5c6fa9,isFromAdapter:_0x2b8215})=>{!_0x2b8215&&_0x49be6e['ui']['focusTracker']['isFocused']&&_0x2c3380['hasMarkerForId'](_0x5c6fa9)&&_0x49be6e['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x32da52,'addComment',(_0x452006,{threadId:_0x4c7870,isFromAdapter:_0x393810})=>{if(_0x393810||!_0x2c3380['hasMarkerForId'](_0x4c7870)||!_0x32da52['hasCommentThread'](_0x4c7870))return;0x1===_0x32da52['getCommentThread'](_0x4c7870)['length']&&(_0x49be6e['editing']['view']['focus'](),_0x452006['stop']());},{'priority':'low'});}['_createUIButton'](_0x5329f6){const _0x2fb04d=this['editor'],_0x28dfb5=new _0x5329f6(_0x2fb04d['locale']),_0x4ec517=_0x2fb04d['commands']['get']('addCommentThread');return _0x28dfb5['set']({'label':W(_0x2fb04d['locale'],'Comment'),'icon':kt}),_0x28dfb5['bind']('isEnabled')['to'](_0x4ec517),this['listenTo'](_0x28dfb5,'execute',()=>_0x4ec517['execute']()),_0x28dfb5;}}class e extends _0x25741f{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x4d39b2){super(_0x4d39b2),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x34efd6,_0x2bd4cf,_0x1fcdb9)=>{_0x1fcdb9?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0xa8a87a,_0x7a5d2f]of this['editor']['commands'])_0x7a5d2f['affectsData']&&'addCommentThread'!==_0xa8a87a&&_0x7a5d2f['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x1e074e=this['editor']['editing']['view']['document'];this['listenTo'](_0x1e074e,'cut',_0x3c9337=>_0x3c9337['stop'](),{'priority':'highest'}),this['listenTo'](_0x1e074e,'clipboardInput',_0x5b3c4a=>_0x5b3c4a['stop'](),{'priority':'highest'}),this['listenTo'](_0x1e074e,'delete',_0x4ef274=>_0x4ef274['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0xc6865b,_0x4e0a39]of this['editor']['commands'])_0x4e0a39['affectsData']&&'addCommentThread'!==_0xc6865b&&_0x4e0a39['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x29a540{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[b];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0xfd7455){super(_0xfd7455),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x101d35=this['context']['plugins']['get'](b);this['listenTo'](_0x101d35,'_activateAnnotation',(_0x33a960,_0x5ecbe2)=>{for(const _0x39fb62 of this['activeUIs']){const _0xecf5a5=this['_uis']['get'](_0x39fb62);(0x0,this['_uisData']['get'](_0x39fb62)['filter'])(_0x5ecbe2)&&_0xecf5a5['setActiveAnnotation'](_0x5ecbe2);}}),this['listenTo'](_0x101d35,'_deactivateAllAnnotations',()=>{for(const _0x365e57 of this['activeUIs']){this['_uis']['get'](_0x365e57)['setActiveAnnotation'](null);}}),this['listenTo'](_0x101d35['_visibleAnnotations'],'add',(_0xe966ab,_0x4434c5)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4434c5);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x5efd7a){return this['activeUIs']['has'](_0x5efd7a);}['activate'](_0x1c134b,_0x21be1e=()=>!0x0){const _0x4942bf=this['context']['plugins']['get'](b);if(!this['_uis']['has'](_0x1c134b))throw new _0x279685('annotationsuis-missing-ui',this,{'uiName':_0x1c134b});this['isActive'](_0x1c134b)&&this['deactivate'](_0x1c134b),this['activeUIs']['add'](_0x1c134b);const _0x30648c=new x();!function({source:_0x447a25,target:_0x531614,filter:_0x4c4345}){for(const _0x53d2a3 of _0x447a25)_0x4c4345(_0x53d2a3)&&_0x531614['add'](_0x53d2a3);_0x531614['listenTo'](_0x447a25,'add',(_0x5cad17,_0x41ec8a)=>{_0x4c4345(_0x41ec8a)&&_0x531614['add'](_0x41ec8a);}),_0x531614['listenTo'](_0x447a25,'remove',(_0x2a8f18,_0x26782c)=>{_0x531614['has'](_0x26782c)&&_0x531614['remove'](_0x26782c);});}({'source':_0x4942bf['_visibleAnnotations'],'target':_0x30648c,'filter':_0x21be1e}),this['_uisData']['set'](_0x1c134b,{'collection':_0x30648c,'filter':_0x21be1e});const _0xfb3937=this['_uis']['get'](_0x1c134b);_0xfb3937['attach'](_0x30648c),this['listenTo'](_0xfb3937,'change:activeAnnotation',(_0x40adf8,_0x19d9b6,_0xed0720,_0x4b5387)=>{_0x4b5387&&_0x4942bf['_removeActiveAnnotation'](_0x4b5387),_0xed0720&&_0x4942bf['_addActiveAnnotation'](_0xed0720);});}['deactivate'](_0x307a49){if(this['activeUIs']['delete'](_0x307a49),!this['_uis']['has'](_0x307a49))throw new _0x279685('annotationsuis-missing-ui',this,{'uiName':_0x307a49});const _0x3c1f7b=this['_uis']['get'](_0x307a49);_0x3c1f7b['detach'](),this['stopListening'](_0x3c1f7b),this['_uisData']['get'](_0x307a49)['collection']['destroy'](),this['_uisData']['delete'](_0x307a49);}['switchTo'](_0x359213){if(!this['_uis']['has'](_0x359213))throw new _0x279685('annotationsuis-missing-ui',this,{'uiName':_0x359213});const _0x151f1f=this['context']['plugins']['get'](b),_0x2611b0=Array['from'](_0x151f1f['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x359213);const _0x3c3c91=this['_uis']['get'](_0x359213);_0x3c3c91['setActiveAnnotation'](_0x2611b0),_0x3c3c91['_setSelectedAnnotations']&&_0x2611b0&&_0x3c3c91['_setSelectedAnnotations']([_0x2611b0]);}['deactivateAll'](){for(const _0x2ede6f of this['activeUIs'])this['deactivate'](_0x2ede6f);}['register'](_0x4e350f,_0x2a05c3){if(this['_uis']['has'](_0x4e350f))throw new _0x279685('annotationsuis-register-already-registered');if('function'!=typeof _0x2a05c3['attach']||'function'!=typeof _0x2a05c3['detach']||'function'!=typeof _0x2a05c3['setActiveAnnotation'])throw new _0x279685('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x4e350f,_0x2a05c3);}['refilterAnnotations'](){const _0x5abe47=this['context']['plugins']['get'](b)['collection'],_0x3349a6=new Map(),_0x50998b=Array['from'](this['activeUIs']);for(const _0x7fb5b1 of this['activeUIs']){const _0x4f1882=this['_uisData']['get'](_0x7fb5b1)['collection'];for(const _0x22d301 of _0x4f1882)_0x3349a6['set'](_0x22d301,_0x7fb5b1);}for(const _0x1dc0a8 of _0x5abe47){const _0x2528d2=_0x3349a6['get'](_0x1dc0a8);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x1dc0a8);const _0x4248c2=_0x50998b['find'](_0x5c81bd=>this['_uisData']['get'](_0x5c81bd)['filter'](_0x1dc0a8));_0x2528d2!==_0x4248c2&&(_0x2528d2&&this['_uisData']['get'](_0x2528d2)['collection']['remove'](_0x1dc0a8),_0x4248c2&&this['_uisData']['get'](_0x4248c2)['collection']['add'](_0x1dc0a8));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x477c90){const _0xc8ace=[];for(const _0xfa8b33 of this['activeUIs']){(0x0,this['_uisData']['get'](_0xfa8b33)['filter'])(_0x477c90)&&_0xc8ace['push'](_0xfa8b33);}if(_0xc8ace['length']>0x1)throw new _0x279685('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0xc8ace,'annotationType':_0x477c90['type']});}}const ne=Ht('px');class T extends _t{['list'];constructor(_0x55d75a){super(_0x55d75a);const _0x5a0b00=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x5a0b00['to']('class')],'style':{'minHeight':_0x5a0b00['to']('minHeight',_0x52ac05=>'number'==typeof _0x52ac05?ne(_0x52ac05+0xa):null)}},'children':this['list']});}}const qt=Ht('px');class C extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0xfed4ab){super(_0xfed4ab),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x5f38a0,_0x4fff36)=>_0x5f38a0+_0x4fff36),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Dt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection']();const _0xb2343b=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0xb2343b['to']('isAnimationDisabled',_0x6f585=>_0x6f585?'ck-sidebar-item--no-animation':'')],'style':{'top':_0xb2343b['to']('top',_0xadaf2=>qt(_0xadaf2))}},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['updateHeight'](){const _0x1d8582=this['element']['clientHeight'];_0x1d8582&&(this['height']=_0x1d8582);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x29a540{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x501296){super(_0x501296),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 _0xca745=this['context']['config']['get']('sidebar.container');_0xca745&&this['setContainer'](_0xca745);}['setContainer'](_0x368820){if(!y(_0x368820))throw new _0x279685('sidebar-setcontainer-invalid-element');this['container']=_0x368820;}['_attachToContainer']({viewClass:_0x5d93cc='',spaceBetweenItems:_0x542f05=0x19}={}){if(!y(this['container']))throw new _0x279685('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x5d93cc,this['_spaceBetweenItems']=_0x542f05;}['rearrange']({removedAnnotation:_0x8e6cd0,previousAnnotation:_0x3c17eb,nextAnnotation:_0x199282}){const _0x405999=this['getSidebarItemView'](_0x8e6cd0);this['view']['list']['remove'](_0x405999),this['_destroySidebarItemView'](_0x8e6cd0),_0x3c17eb&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x3c17eb)),_0x199282&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x199282)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x55344d,activatedAnnotation:_0x2abe69,disableAnimationOnActivatedAnnotation:_0x262d95}){if(this['_activeAnnotation']=_0x2abe69,_0x55344d){_0x55344d['isActive']=!0x1;const _0xb632c2=this['getSidebarItemView'](_0x55344d);_0xb632c2&&_0x262d95&&(_0xb632c2['isAnimationDisabled']=!0x1);}if(_0x2abe69){const _0x5bb94b=this['getSidebarItemView'](_0x2abe69);_0x5bb94b&&(_0x2abe69['isActive']=!0x0,_0x262d95&&(_0x5bb94b['isAnimationDisabled']=!0x0,_0x5bb94b['top']+=0x1),this['_alignToTargetRect'](_0x5bb94b));}}['_detachFromContainer'](_0x3e127a){if(this['view']['element']['remove'](),_0x3e127a){for(const _0x2210a0 of _0x3e127a)this['_destroySidebarItemView'](_0x2210a0);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x1e90ff,_0x1612b5){_0x1612b5||(_0x1612b5=_0x1e90ff['view']);const _0x476f7a=new C(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x476f7a,_0x1e90ff),this['_annotationToSidebarItemView']['set'](_0x1e90ff,_0x476f7a),_0x476f7a['content']['add'](_0x1612b5),this['listenTo'](_0x1e90ff['view'],'change:targetRect',(_0x255fdf,_0x35b51b,_0x5ce18b)=>{const _0x1f4178=this['_getTargetTop'](_0x1e90ff,_0x5ce18b);_0x476f7a['_targetTop']!=_0x1f4178&&(_0x476f7a['_targetTop']=_0x1f4178,this['_setItemTop'](_0x476f7a,_0x1f4178));}),this['listenTo'](_0x476f7a,'change:top',()=>{this['_recalculate'](_0x476f7a,'top');}),this['listenTo'](_0x476f7a,'change:bottom',()=>{this['_recalculate'](_0x476f7a,'bottom');}),this['_alignToTargetRect'](_0x476f7a);const _0x306a00=this['_getItemBefore'](_0x476f7a);if(_0x306a00)this['_alignAfterItem'](_0x306a00,_0x476f7a)||this['_alignToTargetRect'](_0x476f7a);else this['_alignToTargetRect'](_0x476f7a);return this['_updateLastItem'](),this['view']['list']['add'](_0x476f7a),_0x476f7a;}['_alignForTopChange'](_0x310ae0){if(!_0x310ae0['content']['length'])return;const _0x360166=this['_getItemBefore'](_0x310ae0);if(!_0x360166)return;const _0x476665=this['_sidebarItemViewToAnnotation']['get'](_0x360166),_0x3e1186=this['_activeAnnotation'];_0x3e1186&&_0x3e1186===_0x476665?this['_alignAfterItem'](_0x360166,_0x310ae0):this['_alignBeforeItem'](_0x310ae0,_0x360166);}['_alignForBottomChange'](_0x50e6d8){if(!_0x50e6d8['content']['length'])return;const _0x222172=this['_getItemAfter'](_0x50e6d8);if(!_0x222172)return;const _0x217fa4=this['_sidebarItemViewToAnnotation']['get'](_0x222172),_0x1b3161=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x280c3f=this['_activeAnnotation'];_0x280c3f&&_0x280c3f===_0x217fa4&&_0x1b3161?(this['_alignBeforeItem'](_0x222172,_0x50e6d8),this['_alignAfterItem'](_0x50e6d8,_0x222172)):_0x280c3f&&_0x280c3f===_0x217fa4?this['_alignBeforeItem'](_0x222172,_0x50e6d8):this['_alignAfterItem'](_0x50e6d8,_0x222172);}['_recalculate'](_0x815a19,_0x5b8775){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x3ecdd0,changedProp:_0x9408e6}of this['_recalculateBuffer'])'top'===_0x9408e6?this['_alignForTopChange'](_0x3ecdd0):this['_alignForBottomChange'](_0x3ecdd0);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x815a19,'changedProp':_0x5b8775});}['getSidebarItemView'](_0x541459){return this['_annotationToSidebarItemView']['get'](_0x541459);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x3ad006){const _0x275ffb=this['getSidebarItemView'](_0x3ad006);this['stopListening'](_0x275ffb),this['stopListening'](_0x3ad006['view']),_0x275ffb['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x3ad006),this['_sidebarItemViewToAnnotation']['delete'](_0x275ffb);}['_createSidebarView'](){const _0x11210f=new T(this['context']['locale']);return _0x11210f['render'](),this['on']('change:_lastItem',(_0x1cf3bc,_0x189a19,_0x5b10b5,_0x932aa4)=>{_0x932aa4&&_0x11210f['unbind']('minHeight'),_0x5b10b5?_0x11210f['bind']('minHeight')['to'](_0x5b10b5,'bottom'):_0x11210f['minHeight']=null;}),_0x11210f;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x3290ec){const _0x595496=this['_sidebarItemViewToAnnotation']['get'](_0x3290ec),_0x11baaa=_0x595496&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x595496)-0x1);return _0x11baaa&&this['getSidebarItemView'](_0x11baaa)||null;}['_getItemAfter'](_0x390e81){const _0x5b11ae=this['_sidebarItemViewToAnnotation']['get'](_0x390e81),_0x3f317b=_0x5b11ae&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x5b11ae)+0x1);return _0x3f317b&&this['getSidebarItemView'](_0x3f317b)||null;}['_alignBeforeItem'](_0x1ede65,_0x50e3b0){_0x1ede65['updateHeight']();const _0x287405=M(_0x50e3b0['bottom']+this['_spaceBetweenItems'],_0x1ede65['top']);return!!_0x287405&&(this['_setItemTop'](_0x50e3b0,_0x50e3b0['top']-_0x287405),!0x0);}['_alignAfterItem'](_0x2fb624,_0xc382d8){_0x2fb624['updateHeight']();const _0xe4c3fa=M(_0x2fb624['bottom']+this['_spaceBetweenItems'],_0xc382d8['top']);return!!_0xe4c3fa&&(this['_setItemTop'](_0xc382d8,_0xc382d8['top']+_0xe4c3fa,!0x1),!0x0);}['_alignToTargetRect'](_0x112e15){const _0x1bbd03=this['_sidebarItemViewToAnnotation']['get'](_0x112e15);if(!_0x1bbd03||!_0x1bbd03['target']||!_0x1bbd03['targetRect'])return;const _0x2fc6a9=this['_getTargetTop'](_0x1bbd03,_0x1bbd03['targetRect']);this['_setItemTop'](_0x112e15,_0x2fc6a9);}['_getTargetTop'](_0x5e216c,_0xc35155){if(null===_0xc35155)return 0x0;if(_0x5e216c['target']instanceof _0x1af528)return _0xc35155['top'];{const _0x7509a1=new _0x1af528(this['view']['element'])['top'];return _0xc35155['top']-_0x7509a1;}}['_setItemTop'](_0x3c9b01,_0x4b0918,_0x586c7a=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x586c7a&&(_0x4b0918=Math['max'](_0x4b0918,this['_getMaxAvailableTop'](_0x3c9b01))),_0x3c9b01['top']=_0x4b0918;}['_getMaxAvailableTop'](_0x4bc53e){let _0x4ac1eb=this['_getItemBefore'](_0x4bc53e),_0x57b1d7=0x0;for(;_0x4ac1eb;)_0x4ac1eb['updateHeight'](),_0x57b1d7+=this['_spaceBetweenItems']+_0x4ac1eb['height'],_0x4ac1eb=this['_getItemBefore'](_0x4ac1eb);return _0x57b1d7;}}function M(_0x5b67e5,_0xfdf00){return Math['max'](_0x5b67e5-_0xfdf00,0x0);}function y(_0x1e0127){return null!==_0x1e0127&&'object'==typeof _0x1e0127&&0x1===_0x1e0127['nodeType'];}class n extends _0x29a540{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x32b7cf){super(_0x32b7cf),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x450877(),this['_refreshPositioningDebounced']=_0x37792a(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x4a12b9=this['context']['plugins']['get'](j),_0x458f5c=this['context']['plugins']['get'](z);_0x4a12b9['register']('wideSidebar',this),_0x458f5c['container']&&_0x4a12b9['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x43657c){if(_0x43657c===this['activeAnnotation'])return;const _0x5e19b5=this['context']['plugins']['get'](z);_0x5e19b5['_activeAnnotation']=_0x43657c;const _0x35c85b=this['activeAnnotation'];this['activeAnnotation']=_0x43657c,_0x5e19b5['refresh']({'blurredAnnotation':_0x35c85b,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x3e3e1e){this['annotations']=_0x3e3e1e;const _0x234541=this['context']['plugins']['get'](z);if(_0x234541['_annotations']=_0x3e3e1e,this['isAttached'])throw new _0x279685('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x234541,'set:container',()=>{this['detach'](),this['listenTo'](_0x234541,'change:container',_0x3284ce=>{_0x3284ce['off'](),this['attach'](_0x3e3e1e);});}),_0x234541['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x4f3552=_0x3af00e=>{_0x3af00e['updateTargetRect'](),_0x234541['addAnnotation'](_0x3af00e);};for(const _0x2cf3bb of _0x3e3e1e)_0x4f3552(_0x2cf3bb);this['listenTo'](_0x3e3e1e,'add',(_0x40f440,_0x45443b)=>{_0x4f3552(_0x45443b);}),this['listenTo'](_0x3e3e1e,'remove',(_0x5ebeea,_0x45463b,_0x3c89a6)=>{_0x234541['rearrange']({'removedAnnotation':_0x45463b,'previousAnnotation':_0x3e3e1e['get'](_0x3c89a6-0x1),'nextAnnotation':_0x3e3e1e['get'](_0x3c89a6+0x1)}),_0x45463b===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x3e3e1e,'focus',(_0xb665da,_0x75c919)=>{this['setActiveAnnotation'](_0x75c919);}),this['listenTo'](_0x3e3e1e,'blur',()=>{this['setActiveAnnotation'](null);});const _0x31bd19=this['context']instanceof _0x6b40cc?this['context']['editors']:new _0x450877([this['context']]);for(const _0x4fe999 of _0x31bd19)this['_integrateWithEditorAnnotations'](_0x4fe999);this['listenTo'](_0x31bd19,'add',(_0x24f68c,_0x65753c)=>{this['listenTo'](_0x65753c,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x65753c);});}),this['listenTo'](_0x31bd19,'remove',(_0x563386,_0x19cf23)=>{_0x19cf23['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x19cf23['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x279685('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x3b0eae=this['context']['plugins']['get'](z);_0x3b0eae['_detachFromContainer'](this['annotations']),this['stopListening'](_0x3b0eae),this['stopListening'](this['annotations']),this['context']instanceof _0x6b40cc&&this['stopListening'](this['context']['editors']);for(const _0x5a73f3 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x5a73f3);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x5ad572){if(!_0x5ad572['plugins']['has']('EditorAnnotations'))return;const _0x3eb1d7=_0x5ad572['plugins']['get']('EditorAnnotations'),_0x3a3ff0=()=>{const _0x3c1697=_0x3eb1d7['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x3c1697[0x0]||null);};this['listenTo'](_0x3eb1d7,'refresh',_0x3a3ff0),this['listenTo'](_0x3eb1d7,'blur',(_0x8691b7,{isAnnotationTracked:_0x3b84f7})=>{this['activeAnnotation']&&_0x3b84f7(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x3eb1d7,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x485b5e=>{_0x3eb1d7['hasDomSelection']()&&(_0x3a3ff0(),_0x485b5e['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3eb1d7);}['_destroyEditorAnnotationsIntegration'](_0x541a5c){this['stopListening'](_0x541a5c),this['_editorAnnotations']['remove'](_0x541a5c);}}class D extends _0x6e5592{['counterView'];constructor(_0x24482b){super(_0x24482b);const _0x5d173c=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x85e682,_0x543a04)=>_0x85e682?'...':_0x543a04['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',_0x5d173c['to']('annotationType',_0x328a0e=>'ck-annotation-counter__badge--'+_0x328a0e),_0x5d173c['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x5d173c['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x29a540{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x4f0ea9){super(_0x4f0ea9),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x4a1bf4),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x450877(),this['_refreshPositioningDebounced']=_0x37792a(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x5634c7(this['context']['locale']),this['balloonPanelView']=new _0x12b287(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x44f34c){this['annotations']=_0x44f34c;const _0x52e620=this['context']['plugins']['get'](z),_0x1436d8=this['balloonPanelView'];if(_0x52e620['_annotations']=_0x44f34c,this['isAttached'])throw new _0x279685('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x52e620,'set:container',()=>{this['detach'](),this['listenTo'](_0x52e620,'change:container',_0x229bae=>{_0x229bae['off'](),this['attach'](_0x44f34c);});}),_0x52e620['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x4ea6b7=_0x5409ba=>{const _0x2800cc=new D(this['context']['locale']);_0x52e620['addAnnotation'](_0x5409ba,_0x2800cc),this['_annotationToNarrowView']['set'](_0x5409ba,_0x2800cc),_0x2800cc['bind']('isDirty','annotationType','number')['to'](_0x5409ba['view'],'isDirty','type','length'),_0x2800cc['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x1436d8['content']['first']!==_0x5409ba['view']?(this['_showBalloon'](_0x5409ba),_0x5409ba['view']['element']['focus'](),this['setActiveAnnotation'](_0x5409ba)):this['setActiveAnnotation'](null);});};for(const _0x511411 of _0x44f34c)_0x4ea6b7(_0x511411);this['listenTo'](_0x44f34c,'add',(_0x4f14a5,_0x4879b7)=>{_0x4ea6b7(_0x4879b7);}),this['listenTo'](_0x44f34c,'remove',(_0x48e6f0,_0x2a78ef,_0x114720)=>{this['_annotationToNarrowView']['get'](_0x2a78ef)['destroy'](),this['_annotationToNarrowView']['delete'](_0x2a78ef),_0x52e620['rearrange']({'removedAnnotation':_0x2a78ef,'previousAnnotation':_0x44f34c['get'](_0x114720-0x1),'nextAnnotation':_0x44f34c['get'](_0x114720+0x1)}),_0x2a78ef===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x44f34c,'focus',(_0xb5925c,_0xbdbb91)=>{this['setActiveAnnotation'](_0xbdbb91);}),this['listenTo'](_0x44f34c,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x1b7ef6,_0x1a1a89)=>{_0x1a1a89['keyCode']===_0x583290['esc']&&_0x1436d8['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x1436d8['content']['first']),this['_hideBalloon'](),_0x1a1a89['stopPropagation'](),_0x1a1a89['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x2802f4,_0x5e3952)=>{const _0x280fc2=_0x5e3952['target'];_0x1436d8['isVisible']&&_0x1436d8['element']['contains'](_0x280fc2)||_0x52e620['view']['element']['contains'](_0x280fc2)||_0x2802f4['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x55eddf=>_0x55eddf['contains'](_0x280fc2))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x1cff0c=this['context']instanceof _0x6b40cc?this['context']['editors']:new _0x450877([this['context']]);for(const _0x54723a of _0x1cff0c)this['_integrateWithEditorAnnotations'](_0x54723a);this['listenTo'](_0x1cff0c,'add',(_0x13b658,_0x2f8cdf)=>{this['listenTo'](_0x2f8cdf,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x2f8cdf);});}),this['listenTo'](_0x1cff0c,'remove',(_0x21943b,_0x426d95)=>{_0x426d95['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x426d95['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x5a9e1c){if(_0x5a9e1c===this['activeAnnotation'])return;const _0x14e5ce=this['context']['plugins']['get'](z);if(_0x14e5ce['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x5a9e1c,'disableAnimationOnActivatedAnnotation':!0x0}),_0x5a9e1c)_0x14e5ce['getSidebarItemView'](_0x5a9e1c)?this['_showBalloon'](_0x5a9e1c):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x5a9e1c;}['detach'](){if(!this['isAttached'])throw new _0x279685('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x46a539=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x150ce6=>_0x150ce6['destroy']()),this['_annotationToNarrowView']['clear'](),_0x46a539['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x6b40cc&&this['stopListening'](this['context']['editors']);for(const _0x556a88 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x556a88);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'](_0x5330ad){if(!_0x5330ad['plugins']['has']('EditorAnnotations'))return;const _0x2a8cad=_0x5330ad['plugins']['get']('EditorAnnotations'),_0x56ea85=this['context']['plugins']['get'](z),_0x168ca6=this['annotations'],_0x46dd80=this['balloonPanelView'],_0x35a30c=()=>{const _0x522afd=_0x2a8cad['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x522afd),this['setActiveAnnotation'](_0x522afd[0x0]||null);};this['listenTo'](_0x2a8cad,'refresh',_0x35a30c),this['listenTo'](_0x2a8cad,'blur',(_0x4e7629,{isAnnotationTracked:_0x1a8247})=>{this['activeAnnotation']&&_0x1a8247(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x2a8cad,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x168ca6,'blur',_0x2242da=>{_0x2a8cad['hasDomSelection']()&&_0x2242da['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x55d55d,_0x5e3766)=>{const _0x51989e=_0x5e3766['target'];_0x46dd80['isVisible']&&_0x46dd80['element']['contains'](_0x51989e)||_0x56ea85['view']['element']['contains'](_0x51989e)||this['activeAnnotation']&&_0x2a8cad['hasDomSelection']()&&(_0x35a30c(),_0x55d55d['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x2a8cad);}['_destroyEditorAnnotationsIntegration'](_0x5981be){_0x5981be&&(this['stopListening'](_0x5981be),this['_editorAnnotations']['remove'](_0x5981be));}['_setSelectedAnnotations'](_0x18d4da){for(const _0x5c34a3 of this['_selectedAnnotations'])_0x18d4da['includes'](_0x5c34a3)||this['_manuallyClosedAnnotationViews']['delete'](_0x5c34a3['view']);this['_selectedAnnotations']=_0x18d4da;}['_refreshPositioning'](){const _0x5aca50=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x5aca50['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x3274bd){if(this['_manuallyClosedAnnotationViews']['has'](_0x3274bd['view']))return;const _0x334f8c=this['balloonPanelView']['content']['first'];_0x334f8c!==_0x3274bd['view']?(_0x334f8c&&this['_detachListeners'](_0x334f8c),this['_attachListeners'](_0x3274bd['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x3274bd['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x143826=this['balloonPanelView']['content']['first'],_0x4d4652=_0x143826&&this['annotations']['getByView'](_0x143826);if(!_0x4d4652||!this['_annotationToNarrowView']['has'](_0x4d4652))return;const _0x31ff97=this['_annotationToNarrowView']['get'](_0x4d4652)['element'],_0x157e8a=(function(){const _0x352b2e=_0x12b287['defaultPositions'];return[_0x352b2e['southArrowNorthEast'],_0x352b2e['northArrowSouthEast'],_0x352b2e['southArrowNorth'],_0x352b2e['northArrowSouth'],_0x352b2e['southArrowNorthWest'],_0x352b2e['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x31ff97,'positions':_0x157e8a});}['_hideBalloon'](){const _0x163470=this['balloonPanelView'],_0x210c6c=_0x163470['content']['first'];_0x210c6c&&(this['_detachListeners'](_0x210c6c),_0x163470['unpin'](),_0x163470['content']['clear']());}['_attachListeners'](_0x160c78){this['listenTo'](_0x160c78,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x160c78,'Esc',(_0xe55244,_0x490bbb)=>{this['_manuallyClosedAnnotationViews']['add'](_0x160c78),this['_hideBalloon'](),_0x490bbb();});}['_detachListeners'](_0xee32cf){this['stopListening'](_0xee32cf);}}class c extends _0x25741f{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[k,_0x15c38a,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x224804){super(_0x224804),_0x224804['editing']['view']['addObserver'](_0xdbe780),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x224804['plugins']['get'](_0x15c38a),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x23b47f=this['editor']['plugins']['get'](j);_0x23b47f['context']===this['editor']&&(_0x23b47f['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x5d6a3e,_0x207821)=>{const _0x2d319b=this['_balloon'];if(this['isAttached']&&_0x2d319b['visibleView']){const _0x2dd05d=this['annotations']['getByView'](_0x2d319b['visibleView']);_0x2dd05d&&this['_closeAnnotation'](_0x2dd05d),_0x207821();}}));}['afterInit'](){const _0x2ebdd2=this['editor']['plugins']['get'](j);_0x2ebdd2['context']===this['editor']&&(_0x2ebdd2['hasActive']()||_0x2ebdd2['switchTo']('inline'));}['setActiveAnnotation'](_0x6a2072){_0x6a2072!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x6a2072&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x6a2072)&&this['_addAnnotationToBalloon'](_0x6a2072,!0x0),_0x6a2072['isActive']=!0x0),_0x6a2072||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x6a2072);}['attach'](_0x49462a){this['annotations']=_0x49462a;const _0x6dca51=this['editor']['plugins']['get'](j),_0x434e9d=this['_balloon'];if(this['isAttached'])throw new _0x279685('inlineannotations-attach-already-attached',this);if(_0x6dca51['context']!==this['editor'])throw new _0x279685('inlineannotations-not-allowed-with-context',this);const _0x2e7d54=this['editor']['plugins']['get'](k);this['listenTo'](_0x2e7d54,'refresh',()=>{const _0x57339e=_0x2e7d54['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x170fed,_0x49457e;!this['_forceRefresh']&&(_0x170fed=_0x57339e,_0x49457e=this['_selectedAnnotations'],_0x170fed['length']===_0x49457e['length']&&_0x170fed['every'](_0x3c3632=>_0x49457e['includes'](_0x3c3632)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x57339e),this['setActiveAnnotation'](_0x57339e[0x0]||null));}),this['listenTo'](_0x2e7d54,'blur',(_0x2a1e8c,{isAnnotationTracked:_0x15ffe8})=>{this['activeAnnotation']&&_0x15ffe8(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0xa59a03,_0x376a66,_0x220725)=>{_0x220725||this['setActiveAnnotation'](null);}),this['listenTo'](_0x49462a,'remove',(_0x335244,_0x37015c)=>{this['_removeAnnotationFromBalloon'](_0x37015c),_0x37015c===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x434e9d,'change:visibleView',(_0xc44f25,_0x3f99a3,_0x793695,_0x5e5cfa)=>{_0x5e5cfa&&this['stopListening'](_0x5e5cfa);const _0x49d6dc=_0x49462a['getByView'](_0x793695);_0x793695&&_0x49d6dc&&(this['listenTo'](_0x793695,'change:height',()=>{_0x434e9d['updatePosition']();}),this['listenTo'](_0x793695,'Esc',()=>{this['_closeAnnotation'](_0x49d6dc),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x49d6dc&&this['setActiveAnnotation'](_0x49d6dc));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x434e9d['visibleView']&&(_0x49462a['getByView'](_0x434e9d['visibleView'])&&_0x434e9d['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 _0x279685('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x35e3c9 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x35e3c9);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x2b81c3){for(const _0x5dbe71 of this['_selectedAnnotations'])_0x2b81c3['includes'](_0x5dbe71)||this['_manuallyClosed']['delete'](_0x5dbe71);for(const _0x15381c of this['annotations'])_0x2b81c3['includes'](_0x15381c)||this['_removeAnnotationFromBalloon'](_0x15381c);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x49e288 of _0x2b81c3)this['_addAnnotationToBalloon'](_0x49e288);}this['_selectedAnnotations']=_0x2b81c3;}['_addAnnotationToBalloon'](_0x138e7a,_0x448632=!0x1){this['_manuallyClosed']['has'](_0x138e7a)||(this['_addedAnnotations']['has'](_0x138e7a)||this['_balloon']['hasView'](_0x138e7a['view'])||(this['_addedAnnotations']['add'](_0x138e7a),this['_balloon']['add']({'stackId':_0x138e7a['view']['id'],'view':_0x138e7a['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x138e7a)}})),_0x448632&&this['_balloon']['showStack'](_0x138e7a['view']['id']));}['_getBalloonTargetForAnnotation'](_0x265679){const _0x5802ef=_0x265679['target'],_0x235488=this['editor']['editing']['view'],_0x280671=_0x235488['document']['selection']['getFirstRange'](),_0x132631=_0x235488['domConverter']['viewRangeToDom'](_0x280671);if(_0x132631['collapse'](!0x0),_0x5802ef){if(_0x5802ef instanceof _0x1af528)return _0x5802ef;let _0x3a8316=[];for(const _0x2ea1a9 of _0x5802ef)_0x3a8316['push'](...(_0x4a74a4=_0x2ea1a9['getClientRects'](),Array['from'](_0x4a74a4)['map'](DOMRect['fromRect'])));_0x3a8316=function(_0x3854ec){const _0xda4d08=[];let _0x9bbf95=_0x3854ec[0x0];for(let _0x362650=0x1;_0x362650<_0x3854ec['length'];_0x362650++)F(_0x9bbf95,_0x3854ec[_0x362650])?_0x9bbf95['width']+=_0x3854ec[_0x362650]['width']:(_0xda4d08['push'](_0x9bbf95),_0x9bbf95=_0x3854ec[_0x362650]);return _0xda4d08['push'](_0x9bbf95),_0xda4d08;}(_0x3a8316);const _0x4c27cb=_0x132631['getBoundingClientRect']();return _0x3a8316['find'](_0x17fd71=>_0x17fd71['top']<=_0x4c27cb['top']&&_0x17fd71['bottom']>=_0x4c27cb['bottom']&&_0x17fd71['left']<=_0x4c27cb['left']&&_0x17fd71['right']>=_0x4c27cb['right'])||_0x3a8316[0x0];}var _0x4a74a4;return _0x265679['targetRect']||_0x132631;}['_removeAnnotationFromBalloon'](_0x8bac56){this['_addedAnnotations']['has'](_0x8bac56)&&this['_balloon']['hasView'](_0x8bac56['view'])&&(this['_addedAnnotations']['delete'](_0x8bac56),this['_balloon']['remove'](_0x8bac56['view']));}['_closeAnnotation'](_0x4c8b09){this['_manuallyClosed']['add'](_0x4c8b09),this['_removeAnnotationFromBalloon'](_0x4c8b09);}}function F(_0x3687f0,_0x523a3d){return _0x3687f0['top']===_0x523a3d['top']&&_0x3687f0['bottom']===_0x523a3d['bottom']&&_0x3687f0['right']===_0x523a3d['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(_0x5cd218,_0xe87c62){super(_0x5cd218),this['set']('isEmpty',!_0xe87c62['length']),this['_focusTracker']=new _0x2afc44(),this['_keystrokes']=new Et(),this['_focusables']=_0xe87c62,this['_focusCycler']=new _0x5a5c09({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['listenTo'](_0xe87c62,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0xe87c62,'remove',(_0x1275b1,_0x2d4fdf)=>{_0x2d4fdf['isActive']&&this['focus'](),_0xe87c62['length']||(this['isEmpty']=!0x0);});const _0x4b5504=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':_0xe87c62},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x4b5504['if']('isEmpty','ck-hidden',_0x58d2f0=>!_0x58d2f0)]},'children':[{'text':W(_0x5cd218,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_keystrokes']['listenTo'](this['element']);const _0x537d0d=_0x337f39=>_0x337f39['stopPropagation']();this['_keystrokes']['set']('arrowright',_0x537d0d),this['_keystrokes']['set']('arrowleft',_0x537d0d),this['_keystrokes']['set']('arrowup',_0x537d0d),this['_keystrokes']['set']('arrowdown',_0x537d0d),this['listenTo'](this['element'],'selectstart',(_0x74a961,_0x10028f)=>{_0x10028f['stopPropagation']();},{'priority':'high'});}['destroy'](){super['destroy'](),this['_focusTracker']['destroy'](),this['_keystrokes']['destroy']();}['focus'](){this['element']['focus']();}}class p extends _0x29a540{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,b];}constructor(_0x553d4d){super(_0x553d4d),this['archivedThreads']=new _0x450877();}['init'](){const _0x5119ab=this['context'],_0xb1c427=_0x5119ab['plugins']['get'](m),_0x1d83e5=_0x5119ab['plugins']['get'](b);this['listenTo'](_0xb1c427,'addCommentThread',(_0x485a27,{threadId:_0x307e57})=>{const _0x19dd7e=_0xb1c427['getCommentThread'](_0x307e57);_0x19dd7e['archivedAt']&&this['archivedThreads']['add'](_0x19dd7e,this['_calculatePosition'](_0x19dd7e['archivedAt'])),this['listenTo'](_0x19dd7e,'change:archivedAt',(_0x528970,_0x21b61d,_0xa3f2ec)=>{_0xa3f2ec?this['archivedThreads']['has'](_0x19dd7e)||this['archivedThreads']['add'](_0x19dd7e,this['_calculatePosition'](_0x19dd7e['archivedAt'])):this['archivedThreads']['has'](_0x19dd7e)&&this['archivedThreads']['remove'](_0x19dd7e);});}),this['listenTo'](_0xb1c427,'removeCommentThread',(_0x23b3c0,{threadId:_0x339177})=>{const _0xd1183a=_0xb1c427['getCommentThread'](_0x339177);this['stopListening'](_0xd1183a),this['archivedThreads']['has'](_0xd1183a)&&this['archivedThreads']['remove'](_0xd1183a);},{'priority':'highest'}),this['listenTo'](_0x1d83e5['collection'],'focus',(_0x36295a,_0x1c256a)=>{_0x1c256a['isActive']=!0x0,_0x1d83e5['activate'](_0x1c256a);});}['_calculatePosition'](_0x2a7870){const _0x2ca2db=[...this['archivedThreads']]['findIndex'](_0x304ec5=>_0x304ec5['archivedAt']<_0x2a7870);return _0x2ca2db>-0x1?_0x2ca2db:this['archivedThreads']['length'];}}class a extends _0x25741f{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x4858eb];}constructor(_0x535936){super(_0x535936),this['annotationViews']=new _0x5ee6bc(),this['_pendingThreads']=[];}['init'](){this['editor']['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x6e5592,!0x0)),this['editor']['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>this['_createCommentsArchiveButton'](_0x5dd2de));const _0x49606b=this['editor']['plugins']['get'](p),_0x3af84b=this['editor']['plugins']['get']('Annotations'),_0x1733cc=this['editor']['plugins']['get']('CommentsRepository');this['listenTo'](_0x49606b['archivedThreads'],'add',(_0x2e11b0,_0x5c0539)=>{const _0x54221d=this['editor']['config']['get']('collaboration.channelId');if(!_0x54221d||_0x5c0539['channelId']===_0x54221d){const _0x216d13=_0x1733cc['_threadToController']['get'](_0x5c0539);if(!_0x216d13)return void this['_pendingThreads']['push'](_0x5c0539);const _0x2a7f56=this['_calculatePosition'](_0x5c0539['archivedAt']),_0x1ce7c8=_0x3af84b['getByInnerView'](_0x216d13['view']);_0x1ce7c8['isVisible']&&_0x3af84b['_visibleAnnotations']['remove'](_0x1ce7c8),this['annotationViews']['add'](_0x1ce7c8['view'],_0x2a7f56);}}),this['listenTo'](_0x3af84b['collection'],'add',(_0x14a505,_0x58d543)=>{const _0x40600f=this['_pendingThreads']['find'](_0x5e4fd5=>{const _0x19c211=_0x1733cc['_threadToController']['get'](_0x5e4fd5);return _0x19c211&&_0x58d543['innerView']===_0x19c211['view'];});if(_0x40600f){const _0x11c69b=this['_calculatePosition'](_0x40600f['archivedAt']);this['annotationViews']['add'](_0x58d543['view'],_0x11c69b),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x40600f),0x1);}}),this['listenTo'](_0x49606b['archivedThreads'],'remove',(_0x362d36,_0x3f89ef)=>{const _0x4d51a3=this['editor']['config']['get']('collaboration.channelId');if(!_0x4d51a3||_0x3f89ef['channelId']===_0x4d51a3){const _0x5dcf43=_0x1733cc['_threadToController']['get'](_0x3f89ef),_0x47f813=_0x3af84b['getByInnerView'](_0x5dcf43['view']);this['annotationViews']['remove'](_0x47f813['view']),this['stopListening'](_0x47f813['focusableElements']);}});}['_calculatePosition'](_0x3c7b81){const _0x4a3cfd=this['editor']['config']['get']('collaboration.channelId'),_0x4e0163=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x3d435b=>_0x3d435b['channelId']===_0x4a3cfd)['findIndex'](_0x4b8a13=>_0x4b8a13['archivedAt']<_0x3c7b81);return _0x4e0163<0x0||_0x4e0163>this['annotationViews']['length']?this['annotationViews']['length']:_0x4e0163-0x1;}['_toggleDialog'](){const _0x4e1801=this['editor'],_0x186316=_0x4e1801['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new X(_0x4e1801['locale'],this['annotationViews'])),'commentsArchive'===_0x186316['id']?_0x186316['hide']():_0x186316['show']({'id':'commentsArchive','title':W(_0x4e1801['locale'],'COMMENTS_ARCHIVE'),'icon':Q,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x761101['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x2e73ea,_0xf199b=!0x1){const _0x53374b=this['editor']['locale'],_0x287210=new _0x2e73ea(_0x53374b);return _0x287210['bind']('isEnabled')['to'](this,'isEnabled'),_0x287210['set']({'label':W(_0x53374b,'COMMENTS_ARCHIVE'),'icon':Q}),_0xf199b&&(_0x287210['tooltip']=!0x0),this['listenTo'](_0x287210,'execute',()=>this['_toggleDialog']()),_0x287210;}}class f extends _0x25741f{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};
|