@ckeditor/ckeditor5-comments 42.0.2-alpha.0 → 42.0.2-alpha.2
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 _0x1a14dd,ContextPlugin as _0x1ac10,PendingActions as ht,Context as _0x40b4f3,Command as _0x548d1e,Plugin as _0x38eb76}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x23c54b,uid as _0x49c260,KeystrokeHandler as Et,FocusTracker as _0x10355d,diff as _0xa0e75,Collection as _0x24ba03,Rect as _0x712348,CKEditorError as _0x350d9b,priorities as Wt,scrollViewportToShowTarget as _0x48c94e,toUnit as Ht,DomEmitterMixin as _0x381c7e,keyCodes as _0x59f83a}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x3c849d,ConfirmMixin as _0x52ff15,trimHtml as _0x4fb7ef,Users as lt,getDateTimeFormatter as dt,hashObject as ct,getAllMarkersDomElementsSorted as tt,surroundingMarkersDetector as _0xdbfdea}from'ckeditor5-collaboration/dist/index.js';import{throttle as bt,isEqual as ft,cloneDeep as ut,set as pt,unset as It,debounce as _0x5d0e15}from'lodash-es';import{EditorUIView as Xt,InlineEditableUIView as $t,LabelView as Yt,EditorUI as Ut,View as _t,ButtonView as _0x14b11d,ViewCollection as _0x4b34a0,FocusCycler as _0x2bfb35,createDropdown as _0x34d8f4,ListView as _0x260db5,ListItemView as _0x455c03,MenuBarMenuListItemButtonView as _0x49a8fb,BodyCollection as _0x4d9384,BalloonPanelView as _0x3a2b35,ContextualBalloon as _0x4893b4,Dialog as _0x3b1bea,DialogViewPosition as _0x5450e5}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as zt,enablePlaceholder as Ft,MouseObserver as _0xc1a7a9}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
|
+
_0x23c54b(){['model'];['view'];constructor(_0x49bf98,_0x4067e7){super(),this['model']=_0x49bf98,this['model']['_isAttached']=!0x0,this['view']=_0x4067e7,this['listenTo'](_0x4067e7,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x4067e7,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x4067e7,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x4067e7,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x4067e7,'addComment',(_0x29b401,_0x3d88e8)=>this['addComment'](_0x3d88e8)),this['listenTo'](_0x4067e7,'updateComment',(_0x1b2e95,_0x298785,_0x1199ec)=>this['updateComment'](_0x298785,_0x1199ec)),this['listenTo'](_0x4067e7,'removeComment',(_0x5ef3f8,_0x274289)=>this['removeComment'](_0x274289));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x575628){this['model']['addComment']({'content':_0x575628,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x3f4a68,_0x239206){this['model']['getComment'](_0x3f4a68)['update']({'content':_0x239206});}['removeComment'](_0x1909bb){this['model']['getComment'](_0x1909bb)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function W(_0x5ae26d,_0x4a2dd7,_0x49f1c2){const t=_0x5ae26d['t'];switch(_0x4a2dd7){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'},_0x49f1c2);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'},_0x49f1c2);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'},_0x49f1c2);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'},_0x49f1c2);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(_0x106803,_0x1912ff){super(_0x106803);const _0x46bfef=_0x49c260();this['main']=this['createCollection'](),this['editable']=new $t(_0x106803,_0x1912ff),this['_voiceLabelView']=this['_createVoiceLabel'](_0x46bfef,_0x106803),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'role':'comment','dir':_0x106803['uiLanguageDirection'],'lang':_0x106803['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x46bfef},'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'](_0x427dcf,_0x4e2ae6){const _0x10e410=new Yt();return _0x10e410['text']=W(_0x4e2ae6,'Comment\x20editor'),_0x10e410['extendTemplate']({'attributes':{'id':'ck-editor__aria-label_'+_0x427dcf,'class':'ck-voice-label'}}),_0x10e410;}}class Ot extends Ut{['view'];constructor(_0x496d07){super(_0x496d07),this['view']=new Vt(_0x496d07['locale'],_0x496d07['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x5bc030=this['editor']['editing']['view'],_0x58163e=this['view']['editable'],_0x43ff6d=_0x5bc030['document']['getRoot']();_0x58163e['name']=_0x43ff6d['rootName'],this['view']['render']();const _0xbf3933=_0x58163e['element'];this['setEditableElement'](_0x58163e['name'],_0xbf3933),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x5bc030['attachDomRoot'](_0xbf3933),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Rt=[Bt,Gt,Jt,Kt,Lt,Nt,Qt];class St extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x23c54b(mt){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Rt)());constructor(_0x454e93={}){(_0x454e93=Object['assign']({},_0x454e93))['plugins']||(_0x454e93['plugins']=St['defaultPlugins']),super(_0x454e93),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 _0x20fba8=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x20fba8))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x141166=>{const _0x4ff2af=this['model']['document']['getRoot'](),_0x3b0bc9=_0x4ff2af&&_0x4ff2af['getChild'](_0x4ff2af['childCount']-0x1);_0x141166['setSelection'](_0x3b0bc9,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0xcc3d9d=this['editing']['view'],_0x26a61e=_0xcc3d9d['document']['getRoot'](),_0x200ba5=_0x26a61e['getChild'](0x0);_0x26a61e['childCount']>0x1||!_0x200ba5||'p'!=_0x200ba5['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(zt(_0xcc3d9d,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x200ba5['placeholder']=this['placeholder']),Ft({'view':_0xcc3d9d,'element':_0x200ba5,'keepOnFocus':!0x0}),this['placeholderElement']=_0x200ba5);}}class ei extends _t{['keystrokes'];['focusTracker'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x5c9e03,_0x10908b={}){super(_0x5c9e03),this['editor']=null,this['_editorConfig']=_0x10908b,this['keystrokes']=new Et(),this['focusTracker']=new _0x10355d(),this['set']('value',_0x10908b['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',W(_0x5c9e03,'Reply...')),this['set']('submitLabel',W(_0x5c9e03,'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',(_0x3b1d1e,_0x511631)=>{this['cancelButtonView']['fire']('execute'),_0x511631();}),this['on']('submit',(_0x35c1eb,_0x4a0e33)=>{_0x4a0e33['length']>0xfde8?(alert(W(_0x5c9e03,'TOO_LONG_COMMENT_ALERT',[_0x4a0e33['length'],0xfde8])),_0x35c1eb['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 _0x3106c6=this['editor'];this['element']['insertBefore'](_0x3106c6['ui']['element'],this['element']['firstChild']),_0x3106c6['model']['document']['on']('change',()=>this['value']=_0x3106c6['getData']()),_0x3106c6['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:_0x1ef335}=this,_0x4e67b5=new _0x14b11d(_0x1ef335);return _0x4e67b5['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x4e67b5['withText']=!0x0,_0x4e67b5['bind']('label')['to'](this,'submitLabel'),_0x4e67b5['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x4e67b5['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x4128af,_0x3406e0)=>!_0x3406e0&&!!_0x4128af['trim']()),_0x4e67b5;}['_createCancelButton'](){const {locale:_0x10d2a3}=this,_0x35bff7=new _0x14b11d(_0x10d2a3);return _0x35bff7['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x35bff7['label']=W(_0x10d2a3,'Cancel'),_0x35bff7['withText']=!0x0,_0x35bff7['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x35bff7;}['_initializeFocusCycling'](_0x1ba7be){const _0x127034=this['focusTracker'],_0x3a0fcd=new _0x4b34a0();[_0x1ba7be['ui']['view'],this['submitButtonView'],this['cancelButtonView']]['forEach'](_0x22a18e=>{_0x3a0fcd['add'](_0x22a18e),_0x127034['add'](_0x22a18e['element']);});const _0x587779=new _0x2bfb35({'focusables':_0x3a0fcd,'focusTracker':_0x127034});this['keystrokes']['set']('tab',(_0x10c611,_0x28a600)=>{_0x587779['focusNext'](),_0x28a600();},{'priority':'low'}),this['keystrokes']['set']('shift\x20+\x20tab',(_0x4a74fb,_0x5d0c12)=>{_0x587779['focusPrevious'](),_0x5d0c12();},{'priority':'low'});}}class Tt extends _t{constructor(_0x23b9ad,_0x154b8b,_0x4f8ba1){super(_0x23b9ad),this['commentInputView']=new ei(_0x23b9ad,_0x4f8ba1),this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x406a52,_0x1b92e7)=>_0x406a52||!!_0x1b92e7),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 _0x3c849d(_0x23b9ad,_0x154b8b),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(_0x4ddd5a){super(_0x4ddd5a);const _0x29cc97=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x29cc97['to']('count',_0x1bdc59=>W(_0x4ddd5a,'NUMBER_OF_COMMENTS',_0x1bdc59))}]});}}class xt extends _t{['commentViews'];['resolvedCommentView'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x4cef54,_0x17e342,_0x1af9a5){super(_0x4cef54),this['set']('hasDirtyComment',!0x1),this['set']('length',_0x17e342['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x17e342,this['_config']=_0x1af9a5,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['_collapsedCommentsView']=new ts(_0x4cef54),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x62c67d=>_0x62c67d-this['_config']['maxCommentsWhenCollapsed']);for(const _0x1dc0c6 of _0x17e342['comments'])this['_handleNewCommentModel'](_0x1dc0c6);this['_handleInfoComment'](),this['listenTo'](_0x17e342['comments'],'add',(_0x5d060e,_0xf0965a)=>{const _0x3dd287=this['_calculatePosition'](_0xf0965a);this['length']++,this['_handleNewCommentModel'](_0xf0965a,_0x3dd287),this['refreshVisibleViews']();}),this['listenTo'](_0x17e342['comments'],'remove',(_0x4650da,_0x4b8f13)=>{this['length']--,this['_handleRemoveCommentModel'](_0x4b8f13),this['refreshVisibleViews']();}),this['listenTo'](_0x17e342,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x17e342,'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 _0x456cf9 of this['commentViews'])_0x456cf9['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x2cbdeb,_0x26c85f){const _0x55aaf8=new this['_config']['CommentView'](this['locale'],_0x2cbdeb,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x55aaf8['viewUid']=_0x2cbdeb['id'],_0x55aaf8['delegate']('removeComment')['to'](this),_0x55aaf8['delegate']('updateComment')['to'](this),_0x55aaf8['delegate']('resolveCommentThread')['to'](this),_0x55aaf8['delegate']('editorReady')['to'](this),_0x55aaf8['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x55aaf8,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x55aaf8,_0x26c85f);}['_calculatePosition'](_0x3c8350){const _0x598aa8=this['_model']['_findOptimalIndex'](_0x3c8350);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x3c8350['authoredAt']?_0x598aa8-0x1:_0x598aa8:_0x598aa8-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x3c8df3={'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'],_0x3c8df3,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x3c8df3));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x1fc535){const _0x7a5ede=this['commentViews']['remove'](_0x1fc535['id']);this['stopListening'](_0x7a5ede),_0x7a5ede['isEditMode']&&this['_updateHasDirtyComment'](),_0x7a5ede['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x3881d0=>_0x3881d0['isEditMode']);}['_rearrangeCollapse'](){const _0x5e8b28=function(_0x4c9578){const _0x3ac670=new _0x24ba03();for(const _0x71b6db of _0x4c9578)_0x3ac670['add'](_0x71b6db);return _0x3ac670;}(this['commentViews']),_0xd0fcb4=this['_collapsedCommentsView']['count'];for(let _0x219a54=0x1;_0x219a54<=_0xd0fcb4;_0x219a54++)_0x5e8b28['remove'](0x1);for(const _0x510167 of _0x5e8b28)_0x510167['collapse']();_0xd0fcb4>0x0&&_0x5e8b28['add'](this['_collapsedCommentsView'],0x1),is(_0xa0e75(Array['from'](this['visibleViews']),Array['from'](_0x5e8b28)),this['visibleViews'],_0x5e8b28);}['_rearrangeExpand'](){is(_0xa0e75(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x33303b of this['visibleViews'])_0x33303b['expand']();}}function is(_0x38da07,_0x2dba2d,_0x761078){let _0x5b7017=0x0;for(const _0x14249e of _0x38da07)switch(_0x14249e){case'insert':_0x2dba2d['add'](_0x761078['get'](_0x5b7017),_0x5b7017),_0x5b7017++;break;case'delete':_0x2dba2d['remove'](_0x5b7017);break;case'equal':_0x5b7017++;}}class Zt extends _t{['_model'];['reopenButtonView'];constructor(_0x17b8b6,_0x3c54d6){super(_0x17b8b6);const _0x3d2ede=this['bindTemplate'];this['_model']=_0x3c54d6,this['reopenButtonView']=this['_createReopenButton'](),this['bind']('hasContext')['to'](this['_model'],'context',_0x4e9e60=>!!_0x4e9e60),this['bind']('contextValue')['to'](this['_model'],'context',_0x51cd57=>_0x51cd57&&_0x51cd57['value']?this['_trimContextValue'](_0x51cd57['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',_0x3d2ede['if']('hasContext','ck-context--quotes')]},'children':[{'tag':'span','attributes':{'class':['ck-context__value']},'children':[{'text':_0x3d2ede['to']('contextValue')}]}]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions']();}['_createReopenButton'](){const _0x573cb8=new _0x14b11d(this['locale']);return _0x573cb8['label']=W(this['locale'],'Reopen'),_0x573cb8['tooltip']=W(this['locale'],'Reopen'),_0x573cb8['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>',_0x573cb8['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x11af59=>!_0x11af59),_0x573cb8['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x37087c,_0x554cb9)=>_0x37087c&&_0x554cb9),_0x573cb8['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x573cb8;}['_trimContextValue'](_0x2d9d6b){if(_0x2d9d6b['length']<0x96)return _0x2d9d6b;const _0x39538d=_0x2d9d6b['lastIndexOf']('\x20',0x93);return _0x2d9d6b['substring'](0x0,_0x39538d>-0x1?_0x39538d:0x93)+'...';}['_attachContextActions'](){const _0x21fe12=this['element']['querySelector']('.ck-context'),_0x257cbb=_0x21fe12['querySelector']('.ck-context__value');this['listenTo'](_0x21fe12,'mouseenter',()=>{_0x257cbb['offsetWidth']<_0x257cbb['scrollWidth']&&_0x21fe12['classList']['add']('overlay');}),this['listenTo'](_0x21fe12,'mouseleave',()=>{_0x21fe12['classList']['remove']('overlay');});}}class ti extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];constructor(_0x2c4165,_0x5e3d9c,_0x644b52,_0x2c0036){super(_0x2c4165),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x5e3d9c,this['_localUser']=_0x644b52,this['_config']=_0x2c0036,this['commentThreadHeaderView']=new Zt(_0x2c4165,_0x5e3d9c),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x2c4165,_0x5e3d9c,Object['assign']({'CommentView':this['_config']['CommentView']},_0x2c0036)),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',(_0xc1bc67,_0x2b8f5f)=>_0xc1bc67||!!_0x2b8f5f),this['bind']('isUnlinked')['to'](_0x5e3d9c,'unlinkedAt',_0x54d890=>!!_0x54d890);}['focus'](){this['element']['focus']();}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x1ddb31=new Tt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x39fcdc=_0x1ddb31['commentInputView'];return _0x1ddb31['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x39fcdc,'value',(_0x155332,_0x5ac677,_0x15586f,_0x5acf4f,_0x1061e2)=>!!_0x1061e2||!!_0x5acf4f&&_0x15586f&&!_0x5ac677||_0x155332&&_0x15586f&&!_0x5ac677),_0x39fcdc['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x5081b0,_0x4864aa,_0x4cc515)=>{let _0x320ac5;return _0x320ac5=_0x4cc515&&_0x4864aa?'Reply\x20to\x20reopen\x20discussion...':_0x5081b0?'Reply...':'Write\x20a\x20comment...',W(this['locale'],_0x320ac5);}),_0x39fcdc['bind']('submitLabel')['to'](this,'length',_0x32b80e=>W(this['locale'],_0x32b80e?'Reply':'Comment')),_0x39fcdc['on']('submit',(_0x22fb25,_0x20979e)=>{this['fire']('addComment',_0x20979e),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x39fcdc['on']('cancel',()=>{this['focus']();}),_0x39fcdc['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x39fcdc['on']('cancel',_0x15e418=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x15e418['stop']());}),this['on']('change:isActive',(_0x814f15,_0x23000e,_0x3b1473)=>{_0x3b1473||this['length']||_0x39fcdc['value']||this['fire']('removeCommentThread');}),_0x1ddb31;}}class yt extends/* #__PURE__ -- @preserve */
|
|
27
|
+
_0x52ff15(ti){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x12a6ee,_0x5d7a54,_0x424f60,_0x3e8579){super(_0x12a6ee,_0x5d7a54,_0x424f60,_0x3e8579),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',(_0x3edb94,_0x4a2b2c,_0x512125)=>{_0x512125?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']=_0x12a6ee,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x385762,_0x2e1d51,_0x3e821d)=>{_0x3e821d||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x21451b,_0x4c9667,_0x530545)=>{_0x530545&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x44c41d=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck-thread','ck-reset_all-excluded',_0x44c41d['if']('isActive','ck-thread--active'),_0x44c41d['if']('isUnlinked','ck-thread--unlinked'),_0x44c41d['if']('isConfirm','ck-thread--remove-confirmation'),_0x44c41d['to']('actionIndicator',_0x2172b1=>_0x2172b1?'ck-thread--'+_0x2172b1:'')],'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 _0x5bab66 of this['commentsListView']['commentViews'])_0x5bab66['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x8e8ed4}=this,_0x1aab3c=this['commentsListView']['commentViews']['get'](0x0);_0x1aab3c===this['_boundFirstCommentView']||_0x1aab3c['isSystemComment']||(this['_boundFirstCommentView']=_0x1aab3c,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x1aab3c,'actionIndicator',_0x299bf4=>'remove'===_0x299bf4?'remove':null),_0x1aab3c['placeholder']=W(_0x8e8ed4,'Write\x20a\x20comment...'),_0x1aab3c['removeButton']['on']('execute',_0x2e616a=>{_0x2e616a['stop'](),this['showConfirm'](W(_0x8e8ed4,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),_0x1aab3c['actionBar']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x2db58d=new _0x14b11d(this['locale']);return _0x2db58d['label']=W(this['locale'],'Resolve'),_0x2db58d['tooltip']=W(this['locale'],'Resolve'),_0x2db58d['icon']=_0x1a14dd['check'],_0x2db58d['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x2db58d['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x11675f=>!_0x11675f),_0x2db58d['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0xc87a5,_0x221be0)=>_0xc87a5&&!_0x221be0),_0x2db58d['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x2db58d;}}class si extends _t{constructor(_0x5ef4c4){super(_0x5ef4c4),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x399249,_0x2c6090,_0x2574a9)=>{this['element']['innerHTML']=_0x2574a9;}),this['element']['innerHTML']=this['content'];}}class oi extends _t{['visibleView'];['_model'];['_config'];constructor(_0x11d668,_0x814cd9,_0xbc1942){super(_0x11d668),this['_model']=_0x814cd9,this['_config']=_0xbc1942,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 _0x4a3133=new si(this['locale']);return _0x4a3133['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x16628f,_0x4890c0)=>_0x4890c0?_0x4fb7ef(_0x16628f,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x16628f),_0x4a3133;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x4caa4b=new ei(this['locale'],this['_config']['editorConfig']);return _0x4caa4b['value']=this['_model']['content'],_0x4caa4b['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x4caa4b['submitLabel']=W(this['locale'],'Save'),_0x4caa4b['on']('submit',(_0x1f7baa,_0x2f5173)=>{this['fire']('updateComment',this['_model']['id'],_0x2f5173),this['switchToDisplayMode'](),this['focus']();}),_0x4caa4b['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x4caa4b['once']('editorReady',()=>{_0x4caa4b['focus']();}),_0x4caa4b['createEditor'](),_0x4caa4b['delegate']('editorReady')['to'](this),_0x4caa4b['delegate']('editorDestroyed')['to'](this),_0x4caa4b;}}class At extends/* #__PURE__ -- @preserve */
|
|
28
|
+
_0x52ff15(oi){['actionBar'];['userView'];constructor(_0x5456d5,_0x57acff,_0x369f5e){super(_0x5456d5,_0x57acff,_0x369f5e),this['set']('actionIndicator',null),this['set']('placeholder',W(_0x5456d5,'Reply...')),this['bind']('authoredAt')['to'](_0x57acff),this['bind']('resolvedAt')['to'](_0x57acff),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 _0x3c849d(_0x5456d5,_0x57acff['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user']}}),this['listenTo'](_0x57acff,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0xa32b2e=this['bindTemplate'],_0x1c8a91=[{'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':_0xa32b2e['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0xa32b2e['to']('authoredAt',_0x5cf84c=>this['_config']['formatDateTime'](_0x5cf84c))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0xa32b2e['if']('isEditMode','ck-comment__actions--hidden'),_0xa32b2e['if']('isEditMode','ck-annotation__actions--hidden')]},'children':this['actionBar']},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']},'children':this['visibleView']}];return this['_model']['isExternal']&&_0x1c8a91['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0xa32b2e['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0xa32b2e['if']('isEditMode','ck-comment--edit'),_0xa32b2e['if']('isSystemComment','ck-comment--info'),_0xa32b2e['to']('actionIndicator',_0x39574c=>_0x39574c?'ck-comment--'+_0x39574c:'')],'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':_0x1c8a91}]}]};}['_createEditButton'](){const _0x2ddf98=new _0x14b11d(this['locale']);return _0x2ddf98['label']=W(this['locale'],'Edit'),_0x2ddf98['icon']=_0x1a14dd['pencil'],_0x2ddf98['withText']=!0x0,_0x2ddf98['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x2ddf98['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x532540=>!_0x532540),_0x2ddf98['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x2ddf98['on']('execute',()=>this['switchToEditMode']()),_0x2ddf98;}['_createRemoveButton'](){const _0x3b280c=new _0x14b11d(this['locale']);return _0x3b280c['label']=W(this['locale'],'Remove'),_0x3b280c['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',_0x3b280c['withText']=!0x0,_0x3b280c['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x3b280c['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x2b1da9=>!_0x2b1da9),_0x3b280c['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x3b280c['on']('execute',()=>{this['showConfirm'](W(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x3b280c;}['_createDropdown'](){const _0x122e64=_0x34d8f4(this['locale']),_0x349136=_0x122e64['panelView']['children'],_0x3e6a64=new _0x260db5(this['locale']),_0x291934=(_0x48411c,_0x49a5f3=-0x1)=>{const _0x19aa20=new _0x455c03(this['locale']);_0x19aa20['children']['add'](_0x48411c);const _0x13cea9=_0x49a5f3>-0x1?_0x49a5f3:_0x3e6a64['items']['length'];_0x3e6a64['items']['add'](_0x19aa20,_0x13cea9),_0x122e64['listenTo'](_0x48411c,'change:isEnabled',()=>{_0x122e64['isEnabled']=[...this['items']]['some'](_0x52702e=>_0x52702e['isEnabled']);}),_0x122e64['listenTo'](_0x48411c,'change:isVisible',()=>{_0x122e64['buttonView']['isVisible']=[...this['items']]['some'](_0x11a5b7=>_0x11a5b7['isVisible']);});};_0x122e64['panelPosition']='sw',_0x122e64['buttonView']['set']({'label':W(this['locale'],'Show\x20more\x20items'),'icon':_0x1a14dd['threeVerticalDots']}),_0x122e64['isEnabled']=[...this['items']]['some'](_0x221912=>_0x221912['isEnabled']),_0x122e64['buttonView']['isVisible']=[...this['items']]['some'](_0x380619=>_0x380619['isVisible']);for(const _0x33e6f8 of this['items'])_0x291934(_0x33e6f8);return _0x349136['add'](_0x3e6a64),_0x122e64['listenTo'](this['items'],'add',(_0xe65019,_0x209504,_0x4f31f7)=>{_0x291934(_0x209504,_0x4f31f7);}),_0x122e64['listenTo'](this['items'],'remove',(_0x8fcd56,_0x48c51c,_0x199cf4)=>{_0x3e6a64['items']['remove'](_0x199cf4);}),_0x122e64;}['_attachActions'](_0x973deb,_0x25a44b){const _0x3d60fb=_0x973deb&&_0x973deb['element'];_0x3d60fb&&(this['listenTo'](_0x3d60fb,'mouseenter',()=>this['actionIndicator']=_0x25a44b),this['listenTo'](_0x3d60fb,'focus',()=>this['actionIndicator']=_0x25a44b),this['listenTo'](_0x3d60fb,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x3d60fb,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x3e878a=super['_createCommentInputView']();return _0x3e878a['bind']('placeholder')['to'](this),_0x3e878a;}['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(_0x2ad5b4){const _0x1bd099=bt(_0x2ad5b4,0x1e),_0x47a8ed=new MutationObserver(_0x317998=>{for(const _0x545d9f of _0x317998)('attributes'==_0x545d9f['type']&&'class'==_0x545d9f['attributeName']||'childList'==_0x545d9f['type']||'characterData'==_0x545d9f['type'])&&_0x1bd099();});return{'attach'(_0x235e1a){_0x47a8ed['observe'](_0x235e1a,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x47a8ed['disconnect'](),_0x1bd099['cancel']();}};}class V extends _t{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x6e2153,_0x561e69){super(_0x6e2153),this['id']=_0x49c260(),this['focusTracker']=new _0x10355d(),this['keystrokes']=new Et(),this['keystrokes']['set']('Esc',(_0x35fb65,_0x2c0516)=>this['fire']('Esc',_0x2c0516)),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'](_0x561e69),this['mainView']=_0x561e69;const _0x244b15=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x244b15['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 _0x1f429c=this['element']['clientHeight'];_0x1f429c&&(this['height']=_0x1f429c);}}class d extends/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x23c54b(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x35bc39,target:_0x5587dc,type:_0x397b04,isVisible:_0x432be9=!0x0}){super(),this['view']=_0x35bc39,this['view']['element']||this['view']['render'](),this['_type']=_0x397b04,this['_target']=_0x5587dc,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x24ba03([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x4aba76,_0x1ffb7c)=>{this['view']['focusTracker']['add'](_0x1ffb7c);}),this['focusableElements']['on']('remove',(_0x5da03b,_0x2874b1)=>{this['view']['focusTracker']['remove'](_0x2874b1);}),this['set']('isVisible',_0x432be9);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x524847=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x524847),_0x524847;}get['targetRect'](){const _0x3ea8f4=this['target'];if(null===_0x3ea8f4)return null;if(_0x3ea8f4 instanceof _0x712348)return _0x3ea8f4;const _0x4774ae=_0x3ea8f4['filter'](_0x95477f=>function(_0x1cf7b2){const _0x5f2916=_0x1cf7b2['offsetParent'];if(_0x5f2916)return!0x0;const _0x25fc6b=_0x1cf7b2['getClientRects']()['item'](0x0);return!!_0x25fc6b;}(_0x95477f));return 0x0===_0x4774ae['length']?null:new _0x712348(_0x4774ae[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x37ccca){this['view']['isActive']=_0x37ccca,this['view']['mainView']['isActive']=_0x37ccca;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x505118){if(!(null===_0x505118||_0x505118 instanceof _0x712348||Array['isArray'](_0x505118)&&_0x505118['every'](_0x1be27c=>ee(_0x1be27c))))throw new _0x350d9b('annotation-invalid-target',null,{'target':_0x505118});}['_getNormalizedTarget'](){const _0x5b1775='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x5b1775)?[_0x5b1775]:_0x5b1775;}}function ee(_0xdb9eb9){return null!==_0xdb9eb9&&'object'==typeof _0xdb9eb9&&'nodeType'in _0xdb9eb9&&0x1===_0xdb9eb9['nodeType'];}class x extends _0x24ba03{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x9fde03=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x10355d(),this['_focusTracker']['on']('change:isFocused',(_0x23ea0b,_0x3e27d6,_0x43b5b3)=>{_0x43b5b3||this['fire']('blur');});for(const _0x108e16 of _0x9fde03)this['add'](_0x108e16);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x414927){if(this['has'](_0x414927))throw new _0x350d9b('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x414927['innerView'],_0x414927),this['_viewToAnnotation']['set'](_0x414927['view'],_0x414927);for(const _0x5e5514 of _0x414927['focusableElements'])this['_focusTracker']['add'](_0x5e5514);this['listenTo'](_0x414927['focusableElements'],'add',(_0x588212,_0x259fce)=>{this['_focusTracker']['add'](_0x259fce);}),this['listenTo'](_0x414927['focusableElements'],'remove',(_0x4140a8,_0x2237e8)=>{this['_focusTracker']['remove'](_0x2237e8);}),this['listenTo'](_0x414927['view']['focusTracker'],'change:isFocused',(_0x339a26,_0x57879a,_0x67dc02)=>{_0x67dc02&&this['fire']('focus',_0x414927);}),_0x414927['updateTargetRect']();const _0x5be18c=this['_getOrderInContent'](_0x414927['view']['targetRect']);return super['add'](_0x414927,_0x5be18c);}['remove'](_0x543f5b){if(!this['has'](_0x543f5b))throw new _0x350d9b('annotationcollection-not-existing-item',null);this['stopListening'](_0x543f5b['view']['focusTracker']),this['stopListening'](_0x543f5b['focusableElements']);for(const _0xfe16f1 of _0x543f5b['focusableElements'])this['_focusTracker']['remove'](_0xfe16f1);return this['_viewToAnnotation']['delete'](_0x543f5b['view']),this['_innerViewToAnnotation']['delete'](_0x543f5b['innerView']),super['remove'](_0x543f5b);}['getByInnerView'](_0x5d9d64){return this['_innerViewToAnnotation']['get'](_0x5d9d64);}['getByView'](_0x4f5956){return this['_viewToAnnotation']['get'](_0x4f5956);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x30bbc2 of this)_0x30bbc2['updateTargetRect']();this['_sort']();}['_sort'](){const _0x40de4e=Array['from'](this)['sort']((_0x1c3809,_0x2f824a)=>v(_0x1c3809['view']['targetRect'],_0x2f824a['view']['targetRect']));for(let _0x1567c5=_0x40de4e['length']-0x1;_0x1567c5>0x0;_0x1567c5--){const _0x4f6e09=_0x40de4e[_0x1567c5];_0x1567c5!==this['getIndex'](_0x4f6e09)&&(this['remove'](_0x4f6e09),this['add'](_0x4f6e09));}}['_getOrderInContent'](_0x2ceca9){let _0x593bee=0x0;if(!_0x2ceca9)return this['length'];for(const _0x30580f of this){const _0x32176b=_0x30580f['view']['targetRect'];if(_0x32176b){if(v(_0x2ceca9,_0x32176b)<0x0)return _0x593bee;_0x593bee++;}}return _0x593bee;}}function v(_0x156c2b,_0x20f63c){if(null===_0x156c2b&&null===_0x20f63c)return 0x0;if(null===_0x156c2b)return-0x1;if(null===_0x20f63c)return 0x1;const _0x2eaf62=_0x156c2b['top']-_0x20f63c['top'];return 0x0==_0x2eaf62?_0x156c2b['left']-_0x20f63c['left']:_0x2eaf62;}class b extends _0x1ac10{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x2c4415){super(_0x2c4415),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations']();}['add'](_0x4ffe94){this['collection']['add'](_0x4ffe94);}['remove'](_0x292928){this['collection']['remove'](_0x292928),_0x292928['destroy']();}['refreshVisibility'](){for(const _0x7c4c8d of this['collection'])_0x7c4c8d['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x561162){return this['collection']['getByInnerView'](_0x561162);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x1ae310 of this['collection'])_0x1ae310['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x366abe){this['fire']('_activateAnnotation',_0x366abe);}['createAnnotation'](_0xf04493){return new d(_0xf04493);}['createAnnotationView'](_0x454360,_0x411c93){return new V(_0x454360,_0x411c93);}['_addActiveAnnotation'](_0x28ec65){const _0x47ffcc=new Set(this['activeAnnotations']);_0x47ffcc['add'](_0x28ec65),this['activeAnnotations']=_0x47ffcc;}['_removeActiveAnnotation'](_0xe3a392){const _0x419704=new Set(this['activeAnnotations']);_0x419704['delete'](_0xe3a392),this['activeAnnotations']=_0x419704;}['_bindAnnotationsToVisibleAnnotations'](){const _0x3a6e93=this['collection'],_0x4c997c=this['_visibleAnnotations'];function _0x592023(_0x3532c3){const _0xb399e2=_0x3532c3['source'];_0xb399e2['isVisible']&&!_0x4c997c['has'](_0xb399e2)?_0x4c997c['add'](_0xb399e2):!_0xb399e2['isVisible']&&_0x4c997c['has'](_0xb399e2)&&_0x4c997c['remove'](_0xb399e2),_0xb399e2['view']['focusTracker']['remove'](_0xb399e2['view']['element']),_0xb399e2['view']['focusTracker']['add'](_0xb399e2['view']['element']);}this['listenTo'](_0x3a6e93,'add',(_0x51cbcc,_0xf7f0a4)=>{_0xf7f0a4['isVisible']&&_0x4c997c['add'](_0xf7f0a4),this['listenTo'](_0xf7f0a4,'change:isVisible',_0x592023);}),this['listenTo'](_0x3a6e93,'remove',(_0x2a2ab5,_0x1e0f7f)=>{_0x4c997c['has'](_0x1e0f7f)&&_0x4c997c['remove'](_0x1e0f7f),this['stopListening'](_0x1e0f7f,'change:isVisible',_0x592023);});}}const Ct=Symbol('noChannel'),vt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x1ac10{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[b,ht,lt];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x223601){super(_0x223601),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 _0x5cd73d=this['context']['config'];_0x5cd73d['define']('comments.maxCommentsWhenCollapsed',0x2),_0x5cd73d['define']('comments.maxThreadTotalWeight',0x1f4),_0x5cd73d['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x5cd73d['define']('comments.CommentThreadView',yt),_0x5cd73d['define']('comments.CommentView',At),_0x5cd73d['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x3fc709=this['context']['plugins']['get'](b);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x8af47b,_0x127b5f)=>this['_addCommentThread'](_0x127b5f)),this['on']('submitCommentThread',(_0x1415f4,_0x420078)=>this['_submitCommentThread'](_0x420078)),this['on']('resolveCommentThread',(_0x52c9f6,_0x4d78d2)=>this['_resolveCommentThread'](_0x4d78d2)),this['on']('resolveCommentThread',(_0x1ed7fa,_0x4381c1)=>this['_updateActiveAnnotation'](_0x4381c1),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x1e5d45,_0x168327)=>this['_reopenCommentThread'](_0x168327)),this['on']('reopenCommentThread',(_0x46559b,_0x3e4a62)=>this['_updateActiveAnnotation'](_0x3e4a62),{'priority':'lowest'}),this['on']('removeCommentThread',(_0xece680,_0x210e08)=>this['_removeCommentThread'](_0x210e08)),this['on']('updateCommentThread',(_0x3ca61f,_0x3ba14d)=>this['_updateCommentThread'](_0x3ba14d)),this['on']('updateCommentThread',(_0x132979,_0x291026)=>this['_updateActiveAnnotation'](_0x291026),{'priority':'lowest'}),this['on']('addComment',(_0x22a053,_0xe7739f)=>this['_addComment'](_0xe7739f)),this['on']('updateComment',(_0x39ffe6,_0x5997b5)=>this['_updateComment'](_0x5997b5)),this['on']('removeComment',(_0x2644fc,_0x5e7d05)=>this['_removeComment'](_0x5e7d05)),this['on']('addComment',(_0x4a760c,{threadId:_0x5b588c,isFromAdapter:_0x12dfb3})=>{if(_0x12dfb3)return;const _0x127b71=this['getCommentThread'](_0x5b588c),_0x402893=_0x127b71&&this['_threadToController']['get'](_0x127b71);_0x402893&&_0x402893['view']['focus']();},{'priority':'lowest'}),this['listenTo'](_0x3fc709,'change:activeAnnotations',(_0x2b97c1,_0x2ddf92,_0x35b565)=>{const _0x337a4b=Array['from'](_0x35b565)['map'](_0x3e7977=>this['_viewToController']['get'](_0x3e7977['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x337a4b?_0x337a4b['model']:null;});}['afterInit'](){!function(_0x3f1117){function _0x46f732(_0x27c8ac,_0x4e4082,_0x46439c){const _0x57f249={};_0x57f249[_0x36fe65([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x57f249[_0x36fe65([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],_0x57f249[_0x36fe65([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],_0x57f249[_0x36fe65([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],_0x57f249[_0x36fe65([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],_0x57f249[_0x36fe65([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],_0x57f249[_0x36fe65([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],_0x57f249[_0x36fe65([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],_0x57f249[_0x36fe65([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],_0x57f249[_0x36fe65([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],_0x57f249[_0x36fe65([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 _0x24e66a=new Uint8Array(0x10);for(let _0x5adcd8=0xf;_0x5adcd8>=0x0;--_0x5adcd8)_0x24e66a[_0x5adcd8]=_0x46439c%0x100,_0x46439c=parseInt(_0x46439c/0x100);let _0x53d0fa=null,_0x1accef=0x10;const _0x4ac07d=new Uint8Array(_0x4e4082),_0x228a86=[],_0x496268=[];_0x4089eb();for(let _0x59ac0e=0x0;_0x59ac0e<_0x27c8ac[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x59ac0e++)0x10===_0x1accef&&(_0x53d0fa=_0x3eca05(_0x24e66a),_0x1accef=0x0,_0x221f90(_0x24e66a)),_0x27c8ac[_0x59ac0e]^=_0x53d0fa[_0x1accef++];return _0x27c8ac;function _0x25c202(_0x338222){const _0x88501d=[];for(let _0x54b0f4=0x0;_0x54b0f4<_0x338222[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x54b0f4+=0x4)_0x88501d[_0x36fe65([0x70,0x75,0x73,0x68])](_0x338222[_0x54b0f4]<<0x18|_0x338222[_0x54b0f4+0x1]<<0x10|_0x338222[_0x54b0f4+0x2]<<0x8|_0x338222[_0x54b0f4+0x3]);return _0x88501d;}function _0x221f90(_0x465da1){for(let _0x52d769=0xf;_0x52d769>=0x0;_0x52d769--){if(0xff!==_0x465da1[_0x52d769]){_0x465da1[_0x52d769]++;break;}_0x465da1[_0x52d769]=0x0;}}function _0x3eca05(_0x7305ae){const _0x1aa641=_0x228a86[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x57776d=[0x0,0x0,0x0,0x0];let t=_0x25c202(_0x7305ae);for(let _0x26f87e=0x0;_0x26f87e<0x4;_0x26f87e++)t[_0x26f87e]^=_0x228a86[0x0][_0x26f87e];for(let _0x30b760=0x1;_0x30b760<_0x1aa641;_0x30b760++){for(let _0x3494d8=0x0;_0x3494d8<0x4;_0x3494d8++)_0x57776d[_0x3494d8]=_0x57f249[_0x36fe65([0x54,0x31])][t[_0x3494d8]>>0x18&0xff]^_0x57f249[_0x36fe65([0x54,0x32])][t[(_0x3494d8+0x1)%0x4]>>0x10&0xff]^_0x57f249[_0x36fe65([0x54,0x33])][t[(_0x3494d8+0x2)%0x4]>>0x8&0xff]^_0x57f249[_0x36fe65([0x54,0x34])][0xff&t[(_0x3494d8+0x3)%0x4]]^_0x228a86[_0x30b760][_0x3494d8];t=_0x57776d[_0x36fe65([0x73,0x6c,0x69,0x63,0x65])]();}const _0x16d7cd=new Uint8Array(0x10);let _0x203498;for(let _0x509ea7=0x0;_0x509ea7<0x4;_0x509ea7++)_0x203498=_0x228a86[_0x1aa641][_0x509ea7],_0x16d7cd[0x4*_0x509ea7]=0xff&(_0x57f249[_0x36fe65([0x53])][t[_0x509ea7]>>0x18&0xff]^_0x203498>>0x18),_0x16d7cd[0x4*_0x509ea7+0x1]=0xff&(_0x57f249[_0x36fe65([0x53])][t[(_0x509ea7+0x1)%0x4]>>0x10&0xff]^_0x203498>>0x10),_0x16d7cd[0x4*_0x509ea7+0x2]=0xff&(_0x57f249[_0x36fe65([0x53])][t[(_0x509ea7+0x2)%0x4]>>0x8&0xff]^_0x203498>>0x8),_0x16d7cd[0x4*_0x509ea7+0x3]=0xff&(_0x57f249[_0x36fe65([0x53])][0xff&t[(_0x509ea7+0x3)%0x4]]^_0x203498);return _0x16d7cd;}function _0x4089eb(){const _0x2f992b=_0x57f249[_0x36fe65([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x4ac07d[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x44ad7f=0x0;_0x44ad7f<=_0x2f992b;_0x44ad7f++)_0x228a86[_0x36fe65([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x496268[_0x36fe65([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0xaf6a2=0x4*(_0x2f992b+0x1),_0x3db946=_0x4ac07d[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x1f2f9e=_0x25c202(_0x4ac07d);let _0x1bc33b;for(let _0x35f0cc=0x0;_0x35f0cc<_0x3db946;_0x35f0cc++)_0x1bc33b=_0x35f0cc>>0x2,_0x228a86[_0x1bc33b][_0x35f0cc%0x4]=_0x1f2f9e[_0x35f0cc],_0x496268[_0x2f992b-_0x1bc33b][_0x35f0cc%0x4]=_0x1f2f9e[_0x35f0cc];let _0x32a2cd,_0x2302a0=0x0,t=_0x3db946;for(;t<_0xaf6a2;){_0x32a2cd=_0x1f2f9e[_0x3db946-0x1],_0x1f2f9e[0x0]^=_0x57f249[_0x36fe65([0x53])][_0x32a2cd>>0x10&0xff]<<0x18^_0x57f249[_0x36fe65([0x53])][_0x32a2cd>>0x8&0xff]<<0x10^_0x57f249[_0x36fe65([0x53])][0xff&_0x32a2cd]<<0x8^_0x57f249[_0x36fe65([0x53])][_0x32a2cd>>0x18&0xff]^_0x57f249[_0x36fe65([0x72,0x63,0x6f,0x6e])][_0x2302a0]<<0x18,_0x2302a0+=0x1;for(let _0x134c7a=0x1;_0x134c7a<_0x3db946/0x2;_0x134c7a++)_0x1f2f9e[_0x134c7a]^=_0x1f2f9e[_0x134c7a-0x1];_0x32a2cd=_0x1f2f9e[_0x3db946/0x2-0x1],_0x1f2f9e[_0x3db946/0x2]^=_0x57f249[_0x36fe65([0x53])][0xff&_0x32a2cd]^_0x57f249[_0x36fe65([0x53])][_0x32a2cd>>0x8&0xff]<<0x8^_0x57f249[_0x36fe65([0x53])][_0x32a2cd>>0x10&0xff]<<0x10^_0x57f249[_0x36fe65([0x53])][_0x32a2cd>>0x18&0xff]<<0x18;for(let _0x35d9a0=_0x3db946/0x2+0x1;_0x35d9a0<_0x3db946;_0x35d9a0++)_0x1f2f9e[_0x35d9a0]^=_0x1f2f9e[_0x35d9a0-0x1];let _0x46df00,_0x3c4d92,_0x164940=0x0;for(;_0x164940<_0x3db946&&t<_0xaf6a2;)_0x46df00=t>>0x2,_0x3c4d92=t%0x4,_0x228a86[_0x46df00][_0x3c4d92]=_0x1f2f9e[_0x164940],_0x496268[_0x2f992b-_0x46df00][_0x3c4d92]=_0x1f2f9e[_0x164940++],t++;}for(let _0x42c95d=0x1;_0x42c95d<_0x2f992b;_0x42c95d++)for(let _0x597579=0x0;_0x597579<0x4;_0x597579++)_0x32a2cd=_0x496268[_0x42c95d][_0x597579],_0x496268[_0x42c95d][_0x597579]=_0x57f249[_0x36fe65([0x55,0x31])][_0x32a2cd>>0x18&0xff]^_0x57f249[_0x36fe65([0x55,0x32])][_0x32a2cd>>0x10&0xff]^_0x57f249[_0x36fe65([0x55,0x33])][_0x32a2cd>>0x8&0xff]^_0x57f249[_0x36fe65([0x55,0x34])][0xff&_0x32a2cd];}}function _0x36fe65(_0x1a39f8){return _0x1a39f8['map'](_0x5a110d=>String['fromCharCode'](_0x5a110d))['join']('');}(_0x1ca079=>{function _0x58504b(){const _0x54c3a2=[{[_0x36fe65([0x69,0x64])]:0x1,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x36fe65([0x69,0x64])]:0x2,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([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]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x36fe65([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x36fe65([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x36fe65([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x36fe65([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x36fe65([0x69,0x64])]:0x3,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x36fe65([0x69,0x64])]:0x4,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([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]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x36fe65([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x36fe65([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x36fe65([0x69,0x64])]:0x5,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([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]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}},{[_0x36fe65([0x69,0x64])]:0x6,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}},{[_0x36fe65([0x69,0x64])]:0x7,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}},{[_0x36fe65([0x69,0x64])]:0x8,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([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]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}},{[_0x36fe65([0x69,0x64])]:0x9,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x36fe65([0x69,0x64])]:0xa,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([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]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([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]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([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]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}},{[_0x36fe65([0x69,0x64])]:0xb,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x36fe65([0x69,0x64])]:0xc,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x36fe65([0x69,0x64])]:0xd,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}},{[_0x36fe65([0x69,0x64])]:0xe,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x36fe65([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([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])},{[_0x36fe65([0x69,0x64])]:0xf,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x36fe65([0x69,0x64])]:0x10,[_0x36fe65([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x36fe65([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x36fe65([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x36fe65([0x66,0x67,0x69])]:[0xc]}}];return _0x2f00a6(_0x54c3a2),_0x54c3a2;function _0x5cd3c8(_0x17a373){return 0x1<<_0x17a373-0x1;}function _0x2f00a6(_0x1a6c88){_0x1a6c88[_0x36fe65([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x46b9e5=>{_0x46b9e5[_0x36fe65([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x5cd3c8(_0x46b9e5[_0x36fe65([0x69,0x64])]),_0x8aa467(_0x46b9e5)&&_0x46b9e5[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x2f00a6(_0x46b9e5[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x8aa467(_0x408118){return _0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x408118;}const _0x42f3be=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0xbf1cef=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x4aa02b(_0x285eb1){const _0x20a9df=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x4b2fa1(_0x285eb1,new Uint8Array([..._0x42f3be,..._0x20a9df,..._0xbf1cef]));}function _0x4b2fa1(_0x1ba9c1,_0x33316d){const _0x3a5c16=_0x560f56(_0x1ba9c1),_0x2887f0=Array[_0x36fe65([0x66,0x72,0x6f,0x6d])](_0x1171af(_0x3a5c16)),_0x44b07c=_0x2887f0[_0x36fe65([0x70,0x6f,0x70])](),_0xf19e47=_0x2887f0[_0x36fe65([0x70,0x6f,0x70])]();return _0x1001d9(_0x46f732(_0x2887f0,_0x33316d,_0xf19e47+0x100*_0x44b07c));}function _0x560f56(_0x287bfa){const _0x42d31a=atob(_0x287bfa),[_0x4d2917,_0x369214]=_0x42d31a[_0x36fe65([0x73,0x70,0x6c,0x69,0x74])](_0x36fe65([0x2d]));try{if(atob(_0x369214))return atob(_0x4d2917);}catch(_0x5c6181){}return _0x42d31a;}function _0x43ca8e(_0x34b0d9){try{const _0x34d7f1=_0x4aa02b(_0x34b0d9),_0x41f717=JSON[_0x36fe65([0x70,0x61,0x72,0x73,0x65])](_0x34d7f1),_0x38d4ba=parseInt(_0x41f717[_0x36fe65([0x31])]),_0x304aa2=_0x41f717[_0x36fe65([0x32])]||'',_0x204b58=parseInt(_0x41f717[_0x36fe65([0x33])]),_0x317970=parseInt(_0x41f717[_0x36fe65([0x34])])||0x0,_0x1381ed=parseInt(_0x41f717[_0x36fe65([0x35])])||0x0;return{[_0x36fe65([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x304aa2,[_0x36fe65([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x317970,[_0x36fe65([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x38d4ba,[_0x36fe65([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x204b58,[_0x36fe65([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x1381ed};}catch(_0x2f6a9f){return null;}}const _0x393efa=_0x58504b(),_0x5e7369={[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x416e04,[_0x36fe65([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])]:_0x5eecd2,[_0x36fe65([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])]:_0x52aa3f},_0x2120f7=_0x1ca079[_0x36fe65([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x1730d0=_0x36fe65([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x1ca079?_0x1ca079['context']:_0x1ca079['editor'],_0x407541=_0x36fe65([0x34,0x30,0x34,0x38,0x31,0x34,0x35,0x30]),_0x3c4c00=_0x36fe65([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]),_0x10e55d=_0x1730d0['config']['get'](_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x3b5943=_0x393efa[_0x36fe65([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x8aa467)[_0x36fe65([0x66,0x69,0x6e,0x64])](_0x320535=>_0x320535[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x2120f7);function _0x2c3f05(_0x4e8574,_0x23a77a){_0x5e7369[_0x23a77a[_0x36fe65([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x4e8574,_0x23a77a),_0x23a77a[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x23a77a[_0x36fe65([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x36fe65([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x27eb09=>_0x33d2f2(_0x1730d0,_0x27eb09[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x36fe65([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x32c853=>_0x2c3f05(_0x4e8574,_0x32c853));}function _0x416e04(_0x3b6fc7,_0x2d7619){_0xeff16f(_0x2ec2cf(_0x3b6fc7,_0x2d7619),_0x2d7619);}function _0x5eecd2(_0x2528bd,_0x34db29){function _0x2fdae3(_0x40246a,_0x5b8f68){try{if(_0x33d2f2(_0x1730d0,_0x36fe65([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x40246a){const _0x370adf=_0x24bb12(_0x1730d0,_0x36fe65([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x36fe65([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x370adf)/0x2>_0x40246a[_0x36fe65([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x2c7c3e(_0x5b8f68[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x2ec2cf(_0x40246a,_0x5b8f68);}catch(_0x274625){return _0x2c7c3e(_0x5b8f68[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0xeff16f(_0x2fdae3(_0x2528bd,_0x34db29),_0x34db29);}function _0x52aa3f(_0xe4caf9,_0x558f5a){const _0x5ca842=_0xbf1cef[0x0]*_0x42f3be[0x1],_0xf35316=_0xbf1cef[0x0]*_0x42f3be[0x2],_0x1967f6=_0xbf1cef[0x2]*_0x42f3be[0x2];_0x33d2f2(_0x1730d0,_0x36fe65([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x24bb12(_0x1730d0,_0x36fe65([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x36fe65([0x73,0x74,0x61,0x74,0x65])]==_0x36fe65([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x161cb3()]=_0x1967f6);function _0x5b6f5a(_0x50bd18,_0x20e702){try{return _0x1d181a()?_0x2c7c3e(_0x20e702[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x56,0x61,0x6c,0x69,0x64])):_0x2ec2cf(_0x50bd18,_0x20e702);}catch(_0x851699){return _0x2c7c3e(_0x20e702[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x33da74(_0x5b99b5,_0x232588){const _0x2c65ad=0x7;if(_0x5b99b5==_0x232588[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x1f7fe1();else{if(_0x5b99b5==_0x232588[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c])){const _0x3bebd7=_0x468fe3();_0x3bebd7&&_0x2cd9db(_0x3bebd7,_0x232588[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x3f5276=_0x5e10a4();window[_0x36fe65([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x2cd9db(_0x36fe65([0x74,0x69,0x6d,0x65]),_0x232588[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x3f5276);const _0x3a8b20=_0x24bb12(_0x1730d0,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x36fe65([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x3a8b20[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x2c65ad?_0x2cd9db(_0x36fe65([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x232588[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x3a8b20['on'](_0x36fe65([0x61,0x64,0x64]),()=>{_0x3a8b20[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x2c65ad&&_0x2cd9db(_0x36fe65([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x232588[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x468fe3(){if(!_0x33d2f2(_0x1730d0,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0xe0062 in window)if(Number['isNaN'](Number(_0xe0062))){if(window[_0xe0062]===_0x5ca842)return _0x36fe65([0x74,0x69,0x6d,0x65]);if(window[_0xe0062]===_0xf35316)return _0x36fe65([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x1d181a(){if(!_0x33d2f2(_0x1730d0,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0xe8f879 in window)if(Number['isNaN'](Number(_0xe8f879))&&window[_0xe8f879]===_0x1967f6)return!0x0;return!0x1;}function _0x2cd9db(_0x6a1bfd,_0x4091ec){_0x1f7fe1(),_0x2c7c3e(_0x4091ec+_0x36fe65([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x6a1bfd),window[_0x161cb3()]=_0x6a1bfd===_0x36fe65([0x74,0x69,0x6d,0x65])?_0x5ca842:_0xf35316;}function _0x5e10a4(){let _0x293dd9=_0xbf1cef[0x6]*_0x42f3be[0x8]*_0x42f3be[0x6];return _0x33d2f2(_0x1730d0,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x293dd9/=0xa),_0x293dd9;}function _0x1f7fe1(){const _0x55da47=_0x1730d0;function _0x5240c4(){_0x33d2f2(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x36fe65([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x36fe65([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x36fe65([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x36fe65([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x5dc573,_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x36fe65([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x5dc573,_0x55da47[_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c])][_0x36fe65([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5dc573,_0x55da47[_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c])][_0x36fe65([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5dc573,_0x55da47[_0x36fe65([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c]))),_0x33d2f2(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x36fe65([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x36fe65([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x36fe65([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x36fe65([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x5dc573,_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x36fe65([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x5dc573);}_0x55da47[_0x36fe65([0x73,0x74,0x61,0x74,0x65])]==_0x36fe65([0x72,0x65,0x61,0x64,0x79])?_0x5240c4():_0x55da47[_0x36fe65([0x6f,0x6e,0x63,0x65])](_0x36fe65([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x33d2f2(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x5240c4(),_0x33d2f2(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x33d334=_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x3ce817=_0x33d334['getRevision'](0x0),_0x1a361b=_0x33d334['getEarlierVisibleRevision'](_0x3ce817[_0x36fe65([0x69,0x64])]);_0x24bb12(_0x55da47,_0x36fe65([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x36fe65([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x3ce817[_0x36fe65([0x69,0x64])],_0x1a361b?_0x1a361b[_0x36fe65([0x69,0x64])]:null,0x1)['then'](()=>_0x5240c4());}});}_0x33da74(_0x5b6f5a(_0xe4caf9,_0x558f5a),_0x558f5a);}function _0x2ec2cf(_0x37d6b4,_0x3ad7f7){try{return _0x3d11ce(_0x3ad7f7)?_0x2c7c3e(_0x3ad7f7[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x56,0x61,0x6c,0x69,0x64])):_0x37d6b4&&_0xf27ee(_0x37d6b4[_0x36fe65([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x3ad7f7)?_0x37d6b4[_0x36fe65([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x36fe65([0x6f,0x70,0x65,0x6e])][_0x36fe65([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x407541)/0x2>_0x37d6b4[_0x36fe65([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x2c7c3e(_0x3ad7f7[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x37d6b4[_0x36fe65([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x2c7c3e(_0x3ad7f7[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c])):_0x2c7c3e(_0x3ad7f7[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x56,0x61,0x6c,0x69,0x64])):_0x2c7c3e(_0x3ad7f7[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x15fd99){return _0x2c7c3e(_0x3ad7f7[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0xeff16f(_0x235aed,_0x2e1f53){if(_0x1730d0 instanceof _0x40b4f3){const _0x131cb5=_0x1730d0;_0x235aed==_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x4c6db0(_0x131cb5):_0x235aed==_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c])&&window[_0x36fe65([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x4c6db0(_0x131cb5),_0x2c7c3e(_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0xbf1cef[0x6]*_0x42f3be[0x8]*_0x42f3be[0x6]),_0x131cb5[_0x36fe65([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x36fe65([0x6f,0x6e])](_0x36fe65([0x61,0x64,0x64]),(_0x28f034,_0x53c288)=>{_0x235aed!=_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x235aed!=_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x235aed!=_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0xe2288c(_0x53c288);});}else{const _0x37a9d1=_0x1730d0;_0x235aed==_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0xe2288c(_0x37a9d1):_0x235aed==_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c])&&_0x37a9d1[_0x36fe65([0x6f,0x6e])](_0x36fe65([0x72,0x65,0x61,0x64,0x79]),()=>{let _0xa7765e=0x0;_0x37a9d1[_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c])][_0x36fe65([0x6f,0x6e])](_0x36fe65([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x8a4481,_0x52c88b)=>{_0x52c88b[0x0][_0x36fe65([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xa7765e++,0x1f8===_0xa7765e&&(_0xe2288c(_0x37a9d1),_0x2c7c3e(_0x2e1f53[_0x36fe65([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x36fe65([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x8a4481[_0x36fe65([0x6f,0x66,0x66])]());},{'priority':_0x36fe65([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x2c7c3e(_0x128ced){const _0x7c40de=_0x161cb3();return _0x1730d0[_0x7c40de]=_0x128ced,_0x128ced;}function _0x161cb3(){const _0xd87e1b=String(window[_0x36fe65([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x36fe65([0x6e,0x6f,0x77])]())[_0x36fe65([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x36fe65([0x2e]),'');let _0x4f2f95='';for(let _0x226ff1=0x0;_0x226ff1<_0xd87e1b[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x226ff1+=0x2){let _0x26e8de=parseInt(_0xd87e1b[_0x36fe65([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x226ff1,_0x226ff1+0x2));_0x26e8de>=_0x3c4c00[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x26e8de-=_0x3c4c00[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4f2f95+=_0x3c4c00[_0x26e8de];}return _0x4f2f95;}function _0x4c6db0(_0x247a49){for(const _0x26a583 of _0x247a49[_0x36fe65([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0xe2288c(_0x26a583);_0x24bb12(_0x247a49,_0x36fe65([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x36fe65([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x24bb12(_0x247a49,_0x36fe65([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x36fe65([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x5dc573;}function _0xe2288c(_0x91d94d){function _0xe0cd78(){_0x91d94d[_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c])][_0x36fe65([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5dc573,_0x91d94d[_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c])][_0x36fe65([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5dc573,_0x91d94d[_0x36fe65([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x36fe65([0x6d,0x6f,0x64,0x65,0x6c]));}_0x91d94d[_0x36fe65([0x73,0x74,0x61,0x74,0x65])]==_0x36fe65([0x72,0x65,0x61,0x64,0x79])?_0xe0cd78():_0x91d94d[_0x36fe65([0x6f,0x6e,0x63,0x65])](_0x36fe65([0x72,0x65,0x61,0x64,0x79]),()=>_0xe0cd78());}function _0x5dc573(){return null;}function _0xf27ee(_0x40731d,_0x4ae985){const _0x4f8500=!!(_0x40731d&_0x4ae985[_0x36fe65([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x121d34=_0x4a58f0(_0x40731d,_0x4ae985);return _0x4f8500||_0x121d34;}function _0x4a58f0(_0x55a936,_0x440595){const _0x37e0cc=(_0x440595[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x36fe65([0x66,0x67,0x69])]||null;return!!_0x37e0cc&&_0x393efa[_0x36fe65([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x375334=>_0x37e0cc[_0x36fe65([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x375334[_0x36fe65([0x69,0x64])]))[_0x36fe65([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1c5462=>!_0x70f2d6(_0x1c5462))[_0x36fe65([0x73,0x6f,0x6d,0x65])](_0x42dc67=>!!(_0x55a936&_0x42dc67[_0x36fe65([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x70f2d6(_0x4d7444){const _0x492ea7={[_0x36fe65([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])]:_0x52fa5f};return!!_0x4d7444['forbiddenHandler']&&_0x492ea7[_0x4d7444['forbiddenHandler']]();}function _0x52fa5f(){return!window[_0x36fe65([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x33d2f2(_0x1730d0,_0x36fe65([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x3d11ce(_0xb3a7b2){if(!_0x33d2f2(_0x1730d0,_0xb3a7b2[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x330248=_0xb3a7b2[_0x36fe65([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x47e2f2=_0x330248[_0x36fe65([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x1b9daf=_0x330248[_0x36fe65([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x11380a=_0x330248[_0x36fe65([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x33d2f2(_0x1730d0,_0x36fe65([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x24bb12(_0x1730d0,_0x36fe65([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x36fe65([0x73,0x74,0x61,0x74,0x65])]==_0x36fe65([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x47e2f2)return!0x0;if(_0x33d2f2(_0x1730d0,_0x36fe65([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x24bb12(_0x1730d0,_0x36fe65([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x36fe65([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x36fe65([0x65,0x6e,0x64])&&_0x1b9daf)return!0x0;return!(!_0x33d2f2(_0x1730d0,_0x36fe65([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]))||_0x24bb12(_0x1730d0,_0x36fe65([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]))[_0x36fe65([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x36fe65([0x65,0x6e,0x64])||!_0x11380a);}function _0x33d2f2(_0x114a9c,_0x4592e0){return _0x114a9c[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x36fe65([0x68,0x61,0x73])](_0x4592e0);}function _0x24bb12(_0x5e7d2f,_0xf3dfb0){return _0x5e7d2f[_0x36fe65([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x36fe65([0x67,0x65,0x74])](_0xf3dfb0);}function _0x1001d9(_0x342100){let _0x3652d3='';for(const _0x46f9db of _0x342100)_0x3652d3+=String[_0x36fe65([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x46f9db);return _0x3652d3;}function _0x1171af(_0x4163c5){const _0xaf870a=new Uint8Array(_0x4163c5[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x3af606=0x0;_0x3af606<_0x4163c5[_0x36fe65([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3af606++)_0xaf870a[_0x3af606]=_0x4163c5[_0x36fe65([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3af606);return _0xaf870a;}_0x3b5943&&_0x2c3f05(_0x43ca8e(_0x10e55d),_0x3b5943);})(_0x3f1117);}(this);}set['adapter'](_0xb37fb5){if(this['_adapter'])throw new _0x350d9b('commentsrepository-adapter-already-set');this['_adapter']=_0xb37fb5;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x533b9f=Ct,threadId:_0x5a4c05=_0x49c260(),comments:_0x1feb35=[],unlinkedAt:_0x39d928=null,resolvedAt:_0x77d4cd=null,resolvedBy:_0xa597a6=null,target:_0x55d03f=null,context:_0x3b2efd=null,attributes:_0x371513={},isResolvable:_0x4a65b8=!0x0,isSubmitted:_0x477d1e=!0x1,isFromAdapter:_0x556774=!0x1}={}){return this['fire'](gt('addCommentThread',_0x533b9f),{'channelId':_0x533b9f,'threadId':_0x5a4c05,'comments':_0x1feb35,'unlinkedAt':_0x39d928,'resolvedAt':_0x77d4cd,'resolvedBy':_0xa597a6,'target':_0x55d03f,'context':_0x3b2efd,'attributes':_0x371513,'isFromAdapter':_0x556774,'isResolvable':_0x4a65b8,'isSubmitted':_0x477d1e}),this['getCommentThread'](_0x5a4c05);}['openNewCommentThread']({channelId:_0x23fef2=Ct,threadId:_0x33e1af=_0x49c260(),target:_0x4ca087,context:_0x499267=null,isResolvable:_0x46c8af=!0x0}){if(this['_readOnlyChannels']['has'](_0x23fef2)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x4ca087)throw new _0x350d9b('commentsrepository-missing-target');const _0x2fe84f=this['addCommentThread']({'channelId':_0x23fef2,'threadId':_0x33e1af,'target':_0x4ca087,'context':_0x499267,'isResolvable':_0x46c8af});if(!_0x2fe84f)return null;const _0x2c74c2=this['_threadToController']['get'](_0x2fe84f),_0x30a1b1=_0x2c74c2['view']['commentThreadInputView']['commentInputView'],_0x209a62=this['context']['plugins']['get'](b),_0x2f98b8=_0x209a62['getByInnerView'](_0x2c74c2['view']);return _0x209a62['activate'](_0x2f98b8),_0x30a1b1['once']('editorReady',()=>_0x30a1b1['focus']()),_0x2fe84f;}['hasCommentThread'](_0x36b157){if('string'!=typeof _0x36b157)throw new _0x350d9b('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x36b157);}['updateCommentThread']({channelId:_0x3eee83=Ct,threadId:_0x4f878a,context:_0x317ddd,unlinkedAt:_0x877d9f,attributes:_0x12c486,isFromAdapter:_0xc6cf9c=!0x1}){return this['fire'](gt('updateCommentThread',_0x3eee83),{'channelId':_0x3eee83,'threadId':_0x4f878a,'context':_0x317ddd,'unlinkedAt':_0x877d9f,'attributes':_0x12c486,'isFromAdapter':_0xc6cf9c}),this['getCommentThread'](_0x4f878a);}['getCommentThread'](_0x411937){if('string'!=typeof _0x411937)throw new _0x350d9b('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x411937);}['fetchCommentThread']({channelId:_0x1ee533,threadId:_0x2c6325}={}){const _0x185761=this['getCommentThread'](_0x2c6325);if(_0x185761)return Promise['resolve'](_0x185761);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x350d9b('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x1ee533,'threadId':_0x2c6325})['then'](_0x4fe0a3=>this['hasCommentThread'](_0x2c6325)?this['getCommentThread'](_0x2c6325):_0x4fe0a3?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x1ee533},_0x4fe0a3)):void 0x0)['catch'](_0x32c609=>{throw console['error'](_0x32c609),new _0x350d9b('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x38ead8,skipNotAttached:_0x1fc2a7=!0x1,skipEmpty:_0x30aced=!0x1,toJSON:_0x38ea41=!0x1}={}){const _0x8cd8d2=[];for(const _0x169e2e of this['_threads']['values']())_0x38ead8&&_0x169e2e['channelId']!==_0x38ead8||_0x1fc2a7&&!_0x169e2e['isAttached']||_0x30aced&&0x0===_0x169e2e['length']||_0x8cd8d2['push'](_0x169e2e);return _0x38ea41?_0x8cd8d2['map'](_0x35eeaf=>_0x35eeaf['toJSON']()):_0x8cd8d2;}['setActiveCommentThread'](_0x3a4da1){const _0x3cd692=this['context']['plugins']['get'](b);if(!_0x3a4da1)return void(this['activeCommentThread']&&_0x3cd692['deactivateAll']());const _0x4c5933=this['getCommentThread'](_0x3a4da1);if(!_0x4c5933)throw new _0x350d9b('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x3a4da1});if(!this['_threadToController']['has'](_0x4c5933))throw new _0x350d9b('commentsrepository-active-not-attached',null,{'threadId':_0x3a4da1});const _0x2bfab7=_0x3cd692['getByInnerView'](this['_threadToController']['get'](_0x4c5933)['view']);_0x3cd692['activate'](_0x2bfab7);}['switchReadOnly'](_0x372df9,_0x368350){_0x372df9?this['_readOnlyChannels']['add'](_0x368350):this['_readOnlyChannels']['delete'](_0x368350),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x102b08){return this['_readOnlyChannels']['has'](_0x102b08)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x28490e,_0x5d293d){return new wt(_0x28490e,_0x5d293d);}['setPermissions'](_0x317379,_0x192cdb=Ct){this['_permissions']['set'](_0x192cdb,_0x317379),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0xbbe6ed=Ct){return this['_permissions']['has'](_0xbbe6ed)?this['_permissions']['get'](_0xbbe6ed):vt;}['_addCommentThread']({channelId:_0xef7e98,threadId:_0x16d32a,comments:_0x5368a4,unlinkedAt:_0x2e587d,resolvedAt:_0xf9c0d7,resolvedBy:_0x57d808,target:_0x5b8214,context:_0x20baa3,attributes:_0x4552d4,isFromAdapter:_0x56d173,isResolvable:_0x7bddfe,isSubmitted:_0x1bb2e4}){if('string'!=typeof _0x16d32a)throw new _0x350d9b('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x16d32a});if(this['hasCommentThread'](_0x16d32a))throw new _0x350d9b('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x16d32a});const _0x5daac1=new ie(this,{'channelId':_0xef7e98,'id':_0x16d32a,'context':_0x20baa3,'attributes':_0x4552d4,'unlinkedAt':_0x2e587d,'resolvedAt':_0xf9c0d7,'resolvedBy':_0x57d808?this['context']['plugins']['get'](lt)['getUser'](_0x57d808):null,'isResolvable':_0x7bddfe,'isSubmitted':_0x1bb2e4||_0x56d173});this['_threads']['set'](_0x16d32a,_0x5daac1);for(const _0x5a07a9 of _0x5368a4)_0x5daac1['_add'](this['_createNewComment']({'threadId':_0x16d32a,..._0x5a07a9}));return _0x5b8214&&_0x5daac1['attachTo'](_0x5b8214),_0x56d173||!_0x5daac1['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0xef7e98,'threadId':_0x16d32a});}['_submitCommentThread']({channelId:_0x4acd8f,threadId:_0x599795}){if(!this['hasCommentThread'](_0x599795))throw new _0x350d9b('commentsrepository-missing-comment-thread',this);const _0x3fbf6f=this['getCommentThread'](_0x599795);if(_0x3fbf6f['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x2f32a4,comments:_0x24163b,resolvedAt:_0x10baef,resolvedBy:_0x268f5a,context:_0x30a396,attributes:_0x4bc1b9}=_0x3fbf6f,_0x200ace=this['context']['plugins']['get']('PendingActions'),_0x8f41d2=_0x200ace['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x4acd8f,'threadId':_0x2f32a4,'comments':_0x24163b['map'](_0x388518=>_0x388518['toJSON']()),'resolvedAt':_0x10baef,'resolvedBy':_0x268f5a?_0x268f5a['id']:_0x268f5a,'context':_0x30a396,'attributes':_0x4bc1b9})['then'](({comments:_0x14848e})=>{_0x200ace['remove'](_0x8f41d2);for(const _0x292241 of _0x14848e)this['_updateComment']({'channelId':_0x4acd8f,'threadId':_0x599795,'commentId':_0x292241['commentId'],'createdAt':_0x292241['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x172306=>{throw console['error'](_0x172306),new _0x350d9b('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x201aff,target:_0x386c95}){const _0x54c721=this['getCommentThread'](_0x201aff);if(!_0x54c721)throw new _0x350d9b('commentsrepository-attach-missing-comment-thread',this);const _0x761251=this['context']['plugins']['get']('PendingActions'),_0x3d3358=this['context']['plugins']['get'](b),_0x5d8740=this['_createCommentThreadView'](_0x54c721),_0x5aac9f=new wt(_0x54c721,_0x5d8740);let _0x31816e=null;_0x5d8740['on']('change:isDirty',(_0x32c77b,_0x10b5de,_0x46dc5c)=>{_0x46dc5c?_0x31816e=_0x761251['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x31816e&&(_0x761251['remove'](_0x31816e),_0x31816e=null);}),this['_threadToController']['set'](_0x54c721,_0x5aac9f),this['_viewToController']['set'](_0x5d8740,_0x5aac9f);const _0x5e8d56=new V(this['context']['locale'],_0x5d8740);_0x5e8d56['bind']('length')['to'](_0x5d8740),_0x5e8d56['bind']('isDirty')['to'](_0x5d8740,'isDirty',_0x5d8740,'length',(_0x2cfceb,_0x42f65e)=>_0x2cfceb||!_0x42f65e),_0x5e8d56['bind']('isActive')['to'](_0x5d8740),_0x5e8d56['type']='comment';const _0x518e5d=new d({'view':_0x5e8d56,'target':_0x386c95,'type':'comment','isVisible':!_0x54c721['isResolved']});return this['_bindAnnotationToEditors'](_0x5d8740,_0x518e5d),_0x3d3358['add'](_0x518e5d),_0x518e5d;}['_bindAnnotationToEditors'](_0x40ecc9,_0x4362bf){this['listenTo'](_0x40ecc9,'editorReady',(_0x228d45,_0x1f3cc1)=>{const _0x14c10b=_0x1f3cc1['ui']['view']['body']['bodyCollectionContainer'];_0x4362bf['focusableElements']['add'](_0x14c10b),this['context']instanceof mt&&this['context']['ui']['focusTracker']['add'](_0x14c10b);},{'priority':'highest'}),this['listenTo'](_0x40ecc9,'editorDestroyed',(_0x1e6799,_0x32c90b)=>{const _0x5761be=_0x32c90b['ui']['view']['body']['bodyCollectionContainer'];_0x4362bf['focusableElements']['has'](_0x5761be)&&_0x4362bf['focusableElements']['remove'](_0x5761be),this['context']instanceof mt&&this['context']['ui']['focusTracker']['remove'](_0x5761be);});}['_unbindEditors'](_0x4b0821){this['stopListening'](_0x4b0821,'editorReady'),this['stopListening'](_0x4b0821,'editorDestroyed');}['_createCommentThreadView'](_0x16e5a3){const _0x225345=this['context']['plugins']['get'](lt),{config:_0x41fbc8,locale:_0x2b9e40}=this['context'],_0x176946=dt(_0x41fbc8['get']('locale'));return new(0x0,(_0x41fbc8['get']('comments'))['CommentThreadView'])(_0x2b9e40,_0x16e5a3,_0x225345['me'],{'editorConfig':{..._0x41fbc8['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x41fbc8['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x41fbc8['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x41fbc8['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x41fbc8['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x176946,'CommentView':_0x41fbc8['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x1bd379,channelId:_0x1fac5e,resolvedAt:_0x50dc8b,resolvedBy:_0x4f5db0,isFromAdapter:_0x1ea574}){if(!this['hasCommentThread'](_0x1bd379))throw new _0x350d9b('commentsrepository-missing-comment-thread',null,{'threadId':_0x1bd379});const _0x54daca=this['getCommentThread'](_0x1bd379);if(_0x54daca['isResolved'])throw new _0x350d9b('commentsrepository-resolved-comment-thread',null,{'threadId':_0x1bd379});const _0x38d8a6=this['context']['plugins']['get'](lt);if(_0x54daca['resolvedBy']=_0x38d8a6['getUser'](_0x4f5db0),_0x54daca['resolvedAt']=_0x50dc8b,_0x1ea574||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x5cefe6=this['context']['plugins']['get']('PendingActions'),_0x15abf4=_0x5cefe6['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x1fac5e,'threadId':_0x1bd379})['then'](({resolvedAt:_0x5bbc7a,resolvedBy:_0x3c2115})=>{_0x5cefe6['remove'](_0x15abf4),_0x54daca['resolvedBy']['id']!==_0x3c2115&&(_0x54daca['resolvedBy']=_0x38d8a6['getUser'](_0x3c2115)),_0x54daca['resolvedAt']=_0x5bbc7a;})['catch'](_0x5ac72b=>{throw console['error'](_0x5ac72b),new _0x350d9b('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x43fc49,channelId:_0x520449,isFromAdapter:_0x210ab1}){if(!this['hasCommentThread'](_0x43fc49))throw new _0x350d9b('commentsrepository-missing-comment-thread',null,{'threadId':_0x43fc49});const _0x2c1a39=this['getCommentThread'](_0x43fc49);if(!_0x2c1a39['isResolved'])throw new _0x350d9b('commentsrepository-reopen-comment-thread',null,{'threadId':_0x43fc49});if(_0x2c1a39['resolvedBy']=null,_0x2c1a39['resolvedAt']=null,_0x210ab1||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x24d719=this['context']['plugins']['get']('PendingActions'),_0x1f27c6=_0x24d719['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x520449,'threadId':_0x43fc49})['then'](()=>_0x24d719['remove'](_0x1f27c6))['catch'](_0x429976=>{throw console['error'](_0x429976),new _0x350d9b('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x3ea235,isFromAdapter:_0x352031}){const _0x430f74=this['getCommentThread'](_0x3ea235);if(!_0x430f74)throw new _0x350d9b('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x3ea235),this['_threads']['delete'](_0x3ea235),!_0x430f74['isSubmitted']||_0x352031||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x2ea3f0=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4eafa5}=_0x430f74,_0x1a4cd4=_0x2ea3f0['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x4eafa5,'threadId':_0x3ea235})['then'](()=>_0x2ea3f0['remove'](_0x1a4cd4))['catch'](_0xec7a62=>{throw console['error'](_0xec7a62),new _0x350d9b('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x2283db,unlinkedAt:_0x142f2b,context:_0x1d5661,attributes:_0x5a6af2,isFromAdapter:_0x55deac}){if('string'!=typeof _0x2283db)throw new _0x350d9b('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x2283db});if(!this['hasCommentThread'](_0x2283db))throw new _0x350d9b('commentsrepository-missing-comment-thread',null,{'threadId':_0x2283db});const _0x30082b=this['getCommentThread'](_0x2283db);let _0x476a5c=!0x1;if(void 0x0!==_0x1d5661&&_0x30082b['context']!==_0x1d5661&&(_0x30082b['context']=_0x1d5661,_0x476a5c=!0x0),void 0x0!==_0x142f2b&&_0x30082b['unlinkedAt']!==_0x142f2b&&(_0x30082b['unlinkedAt']=_0x142f2b,_0x476a5c=!0x0),_0x5a6af2&&!ft(_0x5a6af2,_0x30082b['attributes'])&&(_0x30082b['attributes']=_0x5a6af2,_0x476a5c=!0x0),!_0x476a5c)return Promise['resolve']();if(!_0x30082b['isSubmitted']||_0x55deac||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x54f1f1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2bdfa7}=_0x30082b,_0x376ddf=_0x54f1f1['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x2bdfa7,'threadId':_0x2283db,'context':_0x1d5661,'unlinkedAt':_0x142f2b,'attributes':_0x5a6af2})['then'](()=>_0x54f1f1['remove'](_0x376ddf))['catch'](_0xa053df=>{throw console['error'](_0xa053df),new _0x350d9b('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x2c4a80){const _0x9b4e62=this['context']['plugins']['get'](b),_0x18aad2=this['getCommentThread'](_0x2c4a80);if(this['_threadToController']['has'](_0x18aad2)){const _0x5a3260=this['_threadToController']['get'](_0x18aad2),_0x4693db=_0x5a3260['view'],_0x34e124=_0x9b4e62['getByInnerView'](_0x4693db);this['_threadToController']['delete'](_0x18aad2),this['_viewToController']['delete'](_0x4693db),_0x34e124&&_0x9b4e62['remove'](_0x34e124),_0x5a3260['destroy'](),_0x4693db['destroy']()['then'](()=>{this['_unbindEditors'](_0x4693db);});}}['_updateActiveAnnotation']({threadId:_0x5267c2,resolvedAt:_0x1b74d3}){const _0x5dd1a3=!!_0x1b74d3,_0x2ad2c2=this['context']['plugins']['get'](b),_0x41150a=this['getCommentThread'](_0x5267c2);if(this['_threadToController']['has'](_0x41150a)){const _0x214de8=this['_threadToController']['get'](_0x41150a)['view'],_0xaf838b=_0x2ad2c2['getByInnerView'](_0x214de8);_0xaf838b&&(_0x5dd1a3&&_0x2ad2c2['_removeActiveAnnotation'](_0xaf838b),_0xaf838b['refreshVisibility']());}}['_getExternalAuthor'](_0xb05e3a){const _0x5e0096=this['context']['plugins']['get'](lt),_0x3646be=ct('external:'+_0xb05e3a),_0x14b5aa=_0x5e0096['getUser'](_0x3646be);return _0x14b5aa||_0x5e0096['addUser']({'id':_0x3646be,'name':_0xb05e3a});}['_createNewComment']({threadId:_0x45ba2e,commentId:_0x4a8e41=_0x49c260(),content:_0x6b1aee,authorId:_0x184592,createdAt:_0xb906a6,attributes:_0x5045a7}){if('string'!=typeof _0x4a8e41)throw new _0x350d9b('commentsrepository-invalid-commentid');if('string'!=typeof _0x184592)throw new _0x350d9b('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x6b1aee||!_0x6b1aee['trim']())throw new _0x350d9b('commentsrepository-invalid-comment-content');const _0x2a97c9=this['context']['plugins']['get'](lt)['getUser'](_0x184592);if(!_0x2a97c9)throw new _0x350d9b('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x184592});let _0xe5c72a=null,_0x3fe590=_0xb906a6;return _0x5045a7&&_0x5045a7['@external']&&(_0xe5c72a=this['_getExternalAuthor'](_0x5045a7['@external']['authorName']),_0x3fe590=new Date(_0x5045a7['@external']['createdAt'])),new se(this,{'threadId':_0x45ba2e,'id':_0x4a8e41,'author':_0xe5c72a||_0x2a97c9,'creator':_0x2a97c9,'content':_0x6b1aee,'createdAt':_0xb906a6,'authoredAt':_0x3fe590,'attributes':_0x5045a7});}['_addComment'](_0x1e1e36){let {threadId:_0x508505,content:_0x244620,attributes:_0x52ff8f,isFromAdapter:_0x589cc2}=_0x1e1e36;const _0x2f8a4f=this['getCommentThread'](_0x1e1e36['threadId']);if(!_0x2f8a4f)throw new _0x350d9b('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x23607c=this['_createNewComment'](_0x1e1e36),{id:_0xf54dc0}=_0x23607c;if(_0x2f8a4f['_add'](_0x23607c),_0x589cc2||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x2f8a4f['isSubmitted'])return Promise['resolve']();const _0x3dc92a=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2387f8}=_0x2f8a4f,_0x206187=_0x3dc92a['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x52ff8f||(_0x52ff8f={}),this['adapter']['addComment']({'channelId':_0x2387f8,'threadId':_0x508505,'commentId':_0xf54dc0,'content':_0x244620,'attributes':_0x52ff8f})['then'](_0x405b51=>{_0x3dc92a['remove'](_0x206187),_0x405b51&&this['_updateComment']({'channelId':_0x2387f8,'threadId':_0x508505,'commentId':_0xf54dc0,'createdAt':_0x405b51['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3ef46d=>{throw console['error'](_0x3ef46d),new _0x350d9b('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0xbdfd2c,commentId:_0x26b85d,content:_0x3c48a1,createdAt:_0x1567c4,attributes:_0x1b2b90,isFromAdapter:_0x5e4a7f}){if(void 0x0!==_0x3c48a1&&('string'!=typeof _0x3c48a1||!_0x3c48a1['trim']()['length']))throw new _0x350d9b('commentsrepository-update-comment-invalid-content');const _0x177b2b=this['getCommentThread'](_0xbdfd2c),_0x18d6ce=_0x177b2b['getComment'](_0x26b85d);if(!_0x18d6ce)throw new _0x350d9b('commentsrepository-update-missing-comment',this);let _0x506608=!0x1;if(_0x3c48a1&&_0x3c48a1!==_0x18d6ce['content']&&(_0x18d6ce['isEditable']||_0x5e4a7f)&&(_0x18d6ce['content']=_0x3c48a1,_0x506608=!0x0),_0x1567c4&&_0x1567c4!==_0x18d6ce['createdAt']&&(_0x18d6ce['createdAt']=_0x1567c4,_0x18d6ce['attributes']&&_0x18d6ce['attributes']['@external']||(_0x18d6ce['authoredAt']=_0x1567c4),_0x506608=!0x0),_0x1b2b90&&!ft(_0x1b2b90,_0x18d6ce['attributes'])&&(_0x18d6ce['attributes']=_0x1b2b90,_0x506608=!0x0),!_0x506608)return Promise['resolve']();if(_0x177b2b['fire']('commentUpdated'),_0x5e4a7f||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x4b00e7=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4fda5e}=this['getCommentThread'](_0x18d6ce['threadId']),_0xfb709f=_0x4b00e7['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x4fda5e,'threadId':_0xbdfd2c,'commentId':_0x26b85d,'content':_0x3c48a1,'attributes':_0x1b2b90})['then'](()=>_0x4b00e7['remove'](_0xfb709f))['catch'](_0x32e083=>{throw console['error'](_0x32e083),new _0x350d9b('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x26339f,commentId:_0x29e2f6,isFromAdapter:_0x458197}){const _0x1d003c=this['getCommentThread'](_0x26339f),_0x3bdf68=_0x1d003c['getComment'](_0x29e2f6);if(!_0x3bdf68)throw new _0x350d9b('commentsrepository-remove-missing-comment',this);if(_0x1d003c['_remove'](_0x3bdf68),_0x458197||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x4d166e=this['context']['plugins']['get']('PendingActions'),{channelId:_0xd6b963}=_0x1d003c,_0x29b023=_0x4d166e['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0xd6b963,'threadId':_0x26339f,'commentId':_0x29e2f6})['then'](()=>_0x4d166e['remove'](_0x29b023))['catch'](_0x1cefa7=>{throw console['error'](_0x1cefa7),new _0x350d9b('commentsrepository-remove-comment-internal-error',this);});}}class ie extends/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x23c54b(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x24df2f,_0x31e86c){super();const _0x322422=_0x31e86c['isResolvable'];this['channelId']=_0x31e86c['channelId'],this['id']=_0x31e86c['id'],this['comments']=new _0x24ba03(),this['_repository']=_0x24df2f,this['_isAttached']=!0x1,this['_isSubmitted']=_0x31e86c['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x24df2f,'_permissions',_0x24df2f,'_readOnlyChannels',()=>_0x24df2f['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x24df2f,'_permissions',()=>_0x24df2f['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x24df2f,'_permissions',()=>{const _0x4095ce=_0x24df2f['getPermissions'](this['channelId']);return _0x4095ce['write']||_0x4095ce['admin'];}),this['bind']('isResolvable')['to'](_0x24df2f,'_permissions',()=>_0x322422&&_0x24df2f['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x31e86c['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x204008,_0x5ca02f)=>_0x204008?_0x5ca02f?_0x204008<_0x5ca02f?_0x204008:_0x5ca02f:_0x204008:_0x5ca02f),this['set']('unlinkedAt',_0x31e86c['unlinkedAt']||null),this['set']('resolvedAt',_0x31e86c['resolvedAt']||null),this['set']('resolvedBy',_0x31e86c['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x4913f7=>!!_0x4913f7),this['set']('attributes',_0x31e86c['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x50c97a,_0x368808)=>_0x50c97a+_0x368808['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x39bdfd,id:_0x4344a8}=this;this['_repository']['fire'](gt('submitCommentThread',_0x39bdfd),{'channelId':_0x39bdfd,'threadId':_0x4344a8});}['setUnlinkedAt'](_0x37b8c9){this['_update']({'unlinkedAt':_0x37b8c9});}['resolve']({resolvedAt:_0xc8a2bc=new Date(),resolvedBy:_0x55e59a=null,isFromAdapter:_0x4ae950=!0x1}={}){const _0x5cba56=this['_repository']['context']['plugins']['get'](lt)['me'],{channelId:_0x2fa0b6,id:_0x4b3d34}=this;this['_repository']['fire'](gt('resolveCommentThread',_0x2fa0b6),{'channelId':_0x2fa0b6,'threadId':_0x4b3d34,'resolvedAt':_0xc8a2bc,'resolvedBy':_0x55e59a||_0x5cba56['id'],'isFromAdapter':_0x4ae950});}['reopen']({isFromAdapter:_0x5e7fd8=!0x1}={}){const {channelId:_0x445ad2,id:_0x2602f8}=this;this['_repository']['fire'](gt('reopenCommentThread',_0x445ad2),{'channelId':_0x445ad2,'threadId':_0x2602f8,'isFromAdapter':_0x5e7fd8});}['setContext'](_0xfa91c6){this['context']||this['_update']({'context':_0xfa91c6});}['setAttribute'](_0x1fad11,_0x511e56){const _0x3569d7=ut(this['attributes']);pt(_0x3569d7,_0x1fad11,_0x511e56),this['_update']({'attributes':_0x3569d7});}['removeAttribute'](_0x4fb210){const _0x3ecd15=ut(this['attributes']);It(_0x3ecd15,_0x4fb210),this['_update']({'attributes':_0x3ecd15});}['remove']({isFromAdapter:_0x5a16e9=!0x1}={}){const {channelId:_0x376af2,id:_0x592fe5}=this;this['_repository']['fire'](gt('removeCommentThread',_0x376af2),{'channelId':_0x376af2,'threadId':_0x592fe5,'isFromAdapter':_0x5a16e9});}['attachTo'](_0x1c4b2b){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x1c4b2b});}['addComment'](_0x2a8f79){const {channelId:_0x4ed446,id:_0x369477}=this;this['_repository']['fire'](gt('addComment',_0x4ed446,_0x369477),Object['assign']({'channelId':_0x4ed446,'threadId':_0x369477},_0x2a8f79));}['getComment'](_0x401c5b){if('string'!=typeof _0x401c5b)throw new _0x350d9b('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x401c5b});return this['comments']['get'](_0x401c5b);}['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'](_0x111f1a=>_0x111f1a['toJSON']()),'attributes':this['attributes']};}['_add'](_0x47e723){return this['listenTo'](_0x47e723,'change:authoredAt',()=>{const _0x9d9a31=this['_findOptimalIndex'](_0x47e723),_0x569e51=this['comments'];_0x9d9a31-0x1!=_0x569e51['getIndex'](_0x47e723)&&_0x9d9a31+0x1!=_0x569e51['getIndex'](_0x47e723)&&(this['_remove'](_0x47e723),this['_add'](_0x47e723));}),this['comments']['add'](_0x47e723,this['_findOptimalIndex'](_0x47e723));}['_update'](_0x5c3b84){const {channelId:_0x285173,id:_0x1df615}=this;this['_repository']['fire'](gt('updateCommentThread',_0x285173),{..._0x5c3b84,'channelId':_0x285173,'threadId':_0x1df615});}['_remove'](_0x185255){return this['stopListening'](_0x185255),_0x185255['destroy'](),this['comments']['remove'](_0x185255);}['_findOptimalIndex'](_0x19dc7d){const _0x50d668=this['comments']['find'](_0x4236fd=>new Date(_0x4236fd['authoredAt'])['getTime']()>new Date(_0x19dc7d['authoredAt'])['getTime']());return _0x50d668?this['comments']['getIndex'](_0x50d668):this['length'];}}class se extends/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x23c54b(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x540e1b,_0x3ce57a){super();const _0x198861=_0x540e1b['context']['plugins']['get'](lt)['me'],_0x1bb8a1=_0x540e1b['getCommentThread'](_0x3ce57a['threadId']),_0x171097=0x0===_0x1bb8a1['comments']['length'],_0x13f08e=_0x198861===_0x3ce57a['author'];this['id']=_0x3ce57a['id'],this['threadId']=_0x3ce57a['threadId'],this['author']=_0x3ce57a['author'],this['creator']=_0x3ce57a['creator'],this['isExternal']=Boolean(_0x3ce57a['attributes']&&_0x3ce57a['attributes']['@external']),this['set']('content',_0x3ce57a['content']),this['createdAt']=_0x3ce57a['createdAt']||new Date(),this['set']('authoredAt',_0x3ce57a['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x1bb8a1,'resolvedAt'),this['set']('attributes',_0x3ce57a['attributes']||{}),this['bind']('isEditable')['to'](_0x540e1b,'_permissions',()=>{const _0x2faaf8=_0x540e1b['getPermissions'](_0x1bb8a1['channelId'])['write'],_0x3836f9=_0x540e1b['getPermissions'](_0x1bb8a1['channelId'])['modifyAll'];return _0x13f08e&&_0x2faaf8||!_0x13f08e&&_0x3836f9;}),this['bind']('isRemovable')['to'](_0x1bb8a1,'isRemovable',_0x540e1b,'_permissions',_0x5b3605=>{const _0x5bf173=_0x540e1b['getPermissions'](_0x1bb8a1['channelId'])['write'],_0x448a1c=_0x540e1b['getPermissions'](_0x1bb8a1['channelId'])['modifyAll'];return _0x13f08e&&_0x5bf173||_0x5b3605&&_0x171097||!_0x13f08e&&_0x448a1c&&!_0x171097;}),this['bind']('isReadOnly')['to'](_0x1bb8a1,'isReadOnly'),this['_repository']=_0x540e1b;}get['weight'](){return Math['max'](function(_0x2f37b3){const _0x523dbe=document['createElement']('div');return _0x523dbe['innerHTML']=_0x2f37b3,_0x523dbe['textContent']['length'];}(this['content']),0xc8);}['update'](_0x353b0b){const {threadId:_0x438b0e,id:_0x3c3746}=this;if(!this['_repository']['hasCommentThread'](_0x438b0e))throw new _0x350d9b('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x1a4ae6}=this['_repository']['getCommentThread'](_0x438b0e);this['_repository']['fire'](gt('updateComment',_0x1a4ae6,_0x438b0e),{'channelId':_0x1a4ae6,'threadId':_0x438b0e,'commentId':_0x3c3746,..._0x353b0b});}['setAttribute'](_0x555d4c,_0x56b3fb){const _0xb1d29e=ut(this['attributes']);pt(_0xb1d29e,_0x555d4c,_0x56b3fb),this['update']({'attributes':_0xb1d29e});}['removeAttribute'](_0x1dd35d){const _0x468f86=ut(this['attributes']);It(_0x468f86,_0x1dd35d),this['update']({'attributes':_0x468f86});}['remove'](_0x3fc9c3={}){if(!_0x3fc9c3['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x1e054a,id:_0x52c8f8}=this;if(!this['_repository']['hasCommentThread'](_0x1e054a))throw new _0x350d9b('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x5331bd}=this['_repository']['getCommentThread'](_0x1e054a);this['_repository']['fire'](gt('removeComment',_0x5331bd,_0x1e054a),{'channelId':_0x5331bd,'threadId':_0x1e054a,'commentId':_0x52c8f8,..._0x3fc9c3});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function gt(_0x342957,..._0x39ce2b){for(const _0x3caec4 of _0x39ce2b)void 0x0!==_0x3caec4&&(_0x342957+=':'+String(_0x3caec4));return _0x342957;}class G extends _0x548d1e{['refresh'](){const _0x31a0c1=this['editor']['model']['document']['selection'];for(const _0x2d5920 of _0x31a0c1['getRanges']())if(this['_hasContent'](_0x2d5920))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x5eb040=_0x49c260()}={}){const _0x53f9b1=this['editor']['model'],_0x2c39a7=[];for(const _0x19261d of _0x53f9b1['document']['selection']['getRanges']())this['_hasContent'](_0x19261d)&&_0x2c39a7['push'](this['_trimToContent'](_0x19261d));_0x53f9b1['change'](_0x5d93ad=>{for(const _0x5878bf of _0x2c39a7){const _0x15a27f=_0x49c260()['substr'](0x1,0x5),_0x12ba0b='comment:'+_0x5eb040+':'+_0x15a27f;_0x5d93ad['addMarker'](_0x12ba0b,{'range':_0x5878bf,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x7c44df){for(const _0x498e76 of _0x7c44df['getItems']())if(this['_itemIsContent'](_0x498e76))return!0x0;return!0x1;}['_itemIsContent'](_0x3ce766){return _0x3ce766['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x3ce766)&&!_0x3ce766['is']('element','tableCell');}['_trimToContent'](_0x8d25b){const _0x55a0f2=_0x2891a3=>!this['_itemIsContent'](_0x2891a3['item']),_0x53f2ff=_0x8d25b['start']['getLastMatchingPosition'](_0x55a0f2),_0x451a78=_0x8d25b['end']['getLastMatchingPosition'](_0x55a0f2,{'direction':'backward'});return this['editor']['model']['createRange'](_0x53f2ff,_0x451a78);}}class k extends _0x38eb76{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[b];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x54e84b){super(_0x54e84b),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x3ad0b0=this['editor'],_0x106271=_0x3ad0b0['model']['document']['selection'],_0x17814b=_0x5d0e15(()=>this['refreshSelectedViews'](),0xa);_0x106271['on']('change:range',(_0x405905,_0x3d0451)=>{_0x3d0451['directChange']&&(_0x17814b['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x3ad0b0['editing']['view']['document'],'change:isFocused',(_0x137a41,_0x4713a3,_0xda0cf0)=>{_0xda0cf0&&_0x17814b();}),this['listenTo'](_0x3ad0b0['ui']['focusTracker'],'change:isFocused',(_0x1cd7aa,_0x4af701,_0x18e45b)=>{_0x18e45b||_0x3ad0b0['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x37b7be=>this['_editorAnnotationsData']['has'](_0x37b7be['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x1d3a8d){if(this['_editorAnnotations']['has'](_0x1d3a8d['view']))return;this['_editorAnnotations']['add'](_0x1d3a8d['view']),this['editor']['ui']['focusTracker']['add'](_0x1d3a8d['view']['element']);const _0x160ce5=this['editor']['plugins']['get'](b);this['listenTo'](_0x160ce5['collection'],'remove',(_0x23958a,_0xf4bec5)=>{this['editor']['ui']['focusTracker']['remove'](_0xf4bec5['view']['element']),this['_editorAnnotations']['delete'](_0xf4bec5['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x227369){if('function'!=typeof _0x227369)throw new _0x350d9b('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x227369);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x27e834,annotations:_0x15a1db}){const _0x5cd1a7=[],_0x4edfe=this['editor']['model']['document']['selection'],_0x6e702f=Array['from'](_0x4edfe['getRanges']());for(const [_0x59e6bf,_0x29379d]of this['_editorAnnotationsData']){const _0x49426e=_0x3b2953(_0x29379d),_0x42cd3c=_0x15a1db['getByInnerView'](_0x59e6bf);_0x49426e&&_0x42cd3c&&_0x5cd1a7['push']({'annotation':_0x42cd3c,'range':_0x49426e});}function _0x3b2953(_0x41653d){for(const _0x4f56d4 of _0x41653d)for(const _0x4405b7 of _0x6e702f)if(_0x4f56d4['containsRange'](_0x4405b7,!_0x4edfe['isCollapsed']))return _0x4f56d4;return null;}return _0x5cd1a7['sort']((_0x205489,_0x1256aa)=>{const _0x36e90c=_0x205489['range'],_0x5338ba=_0x1256aa['range'];if(!_0x36e90c['isEqual'](_0x5338ba)){if(_0x36e90c['containsRange'](_0x5338ba,!0x0))return 0x1;if(_0x5338ba['containsRange'](_0x36e90c,!0x0))return-0x1;}return _0x205489['annotation']==_0x27e834?-0x1:_0x1256aa['annotation']==_0x27e834?0x1:0x0;})['map'](_0x449add=>_0x449add['annotation']);}get['_editorAnnotationsData'](){const _0xce8a17=new Map();for(const _0x7e580 of Array['from'](this['_dataCollectors']))for(const [_0x2ce9e1,_0x21a932]of _0x7e580())_0xce8a17['set'](_0x2ce9e1,_0x21a932);return _0xce8a17;}}class ot extends _0x38eb76{['afterInit'](){const _0xb8b975=this['editor'];if(!_0xb8b975['plugins']['has']('RestrictedEditingModeEditing'))return;_0xb8b975['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class et extends _0x38eb76{constructor(_0x56dbc3){super(_0x56dbc3),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x483ad2=this['editor'],_0x5640d2=_0x483ad2['commands']['get']('importWord'),_0x3d11b1=_0x483ad2['plugins']['get'](lt);_0x5640d2&&(_0x5640d2['on']('execute',(_0x4067ef,[,_0x1ec32c])=>{_0x1ec32c['collaboration_features']={'comments':!0x0,'user_id':_0x3d11b1['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x5640d2,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0xd39800,_0x2b547c){const {comment_threads:_0x45bd8b}=_0x2b547c;_0x45bd8b&&_0x45bd8b['forEach'](({thread_id:_0x4a32a3,comments:_0x6eb07e,is_resolved:_0x375503})=>{const _0x24750e=new Date(),_0x80333e=_0x6eb07e['map'](({author:_0x5ca303,content:_0x3e521a,created_at:_0x3505cd})=>({'content':_0x3e521a,'authorId':this['editor']['plugins']['get'](lt)['me']['id'],'createdAt':_0x24750e,'attributes':{'@external':{'authorName':_0x5ca303,'createdAt':_0x3505cd?new Date(_0x3505cd):new Date(),'source':'importWord'}}})),_0x24d0ad=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x24d0ad,'threadId':_0x4a32a3,'comments':_0x80333e,'resolvedAt':_0x375503?_0x24750e:null});});}}class rt extends _0x38eb76{constructor(_0x140c60){super(_0x140c60),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x254d8b=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x254d8b,'contentInsertion',(_0x574b96,_0x5ccdb9)=>this['_removeMarkersWithoutThreads'](_0x5ccdb9['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x5b2316){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x5b2316;const _0x18a814=this['editor']['plugins']['get']('CommentsRepository');for(const _0xf9458d of _0x5b2316['keys']()){const [_0x5c6392,_0xc5d70c]=_0xf9458d['split'](':');'comment'!=_0x5c6392||_0x18a814['hasCommentThread'](_0xc5d70c)||_0x5b2316['delete'](_0xf9458d);}return _0x5b2316;}['_registerMarkerInClipboardPipeline'](){const _0x5de78a=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x106c9e=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x106c9e&&_0x5de78a['_registerMarkerToCopy']('comment',_0x106c9e);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x5e2a18){switch(_0x5e2a18){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 _0x38eb76{static get['requires'](){return[m,k,ot,et,rt];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x2582a2){super(_0x2582a2),this['set']('isThreadsLoadingPaused',!0x0),_0x2582a2['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x21dc48,_0x9713,_0x4fbe56,_0xaccfd6)=>{const _0x3f3584=_0x4fbe56?it(_0x4fbe56)['id']:null;if(_0x2582a2['model']['change'](()=>{if(_0x3f3584){const _0x5755d7=this['getAllMarkersForId'](_0x3f3584);for(const _0x4358d6 of _0x5755d7)_0x2582a2['editing']['reconvertMarker'](_0x4358d6);}if(_0xaccfd6){const {id:_0x2611e9}=it(_0xaccfd6),_0x26e8e3=this['getAllMarkersForId'](_0x2611e9);for(const _0x2dd93c of _0x26e8e3)_0x2582a2['editing']['reconvertMarker'](_0x2dd93c);}}),_0x3f3584){const _0x546534=_0x2582a2['plugins']['get'](m)['getCommentThread'](_0x3f3584);_0x546534&&_0x546534['isResolved']&&this['scrollToThreadMarker'](_0x3f3584);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x2797bb=this['editor'],_0x51d687=_0x2797bb['plugins']['get'](m),_0x4bb9c1=_0x2797bb['config']['get']('collaboration.channelId');_0x2797bb['commands']['add']('addCommentThread',new G(_0x2797bb)),this['listenTo'](_0x2797bb,'change:isReadOnly',(_0x3dc20e,_0x490f07,_0x1a05b7)=>{_0x51d687['switchReadOnly'](_0x1a05b7,_0x2797bb['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x51d687,nt('addCommentThread',_0x4bb9c1),(_0x4800db,{threadId:_0x497836})=>{const _0x2bbe0c=this['editor']['plugins']['get'](m)['getCommentThread'](_0x497836);_0x2bbe0c&&_0x2bbe0c['unlinkedAt']&&this['_attachArchivedThread'](_0x497836);}),this['listenTo'](_0x51d687,nt('removeCommentThread',_0x4bb9c1),(_0x16ec6a,{threadId:_0x37257e})=>{_0x2797bb['model']['enqueueChange']({'isUndoable':!0x1},_0x3eb2a1=>{const _0x26bd78=this['getAllMarkersForId'](_0x37257e);for(const _0x41b60b of _0x26bd78)_0x3eb2a1['removeMarker'](_0x41b60b);});}),this['listenTo'](_0x51d687,nt('resolveCommentThread',_0x4bb9c1),(_0x55300e,{threadId:_0x4a5dc8})=>{(this['_reconvertMarkers'](_0x4a5dc8),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x4a5dc8)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x51d687,nt('reopenCommentThread',_0x4bb9c1),(_0x14499c,{threadId:_0x4d9393})=>{this['_reconvertMarkers'](_0x4d9393);},{'priority':'low'}),this['listenTo'](_0x51d687,nt('addComment',_0x4bb9c1),(_0x22f02f,{threadId:_0x18ae0a,isFromAdapter:_0x551be2})=>{const _0x59afac=this['getAllMarkersForId'](_0x18ae0a);if(_0x551be2||0x0==_0x59afac['length']||!_0x51d687['hasCommentThread'](_0x18ae0a))return;0x1===_0x51d687['getCommentThread'](_0x18ae0a)['length']&&_0x2797bb['model']['enqueueChange']({'isUndoable':!0x1},_0x8a749c=>{for(const _0x36c3a5 of _0x59afac)_0x8a749c['updateMarker'](_0x36c3a5,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x3bb7d0=this['editor']['plugins']['get'](m),_0xc05630=this['editor']['config']['get']('collaboration.channelId');for(const _0x46095d of _0x3bb7d0['getCommentThreads']({'channelId':_0xc05630}))_0x3bb7d0['_detachCommentThread'](_0x46095d['id']),_0x3bb7d0['_threads']['delete'](_0x46095d['id']);super['destroy']();}['hasMarkerForId'](_0x4eb058){return this['getAllMarkersForId'](_0x4eb058)['length']>0x0;}['getAllMarkersForId'](_0x30a259){const _0x4520c9=[];for(const _0x3ad302 of this['editor']['model']['markers'])_0x3ad302['name']['startsWith']('comment:'+_0x30a259)&&_0x4520c9['push'](_0x3ad302);return _0x4520c9;}['scrollToThreadMarker'](_0x47d639){const _0x2141d1=this['_getTargetForId'](_0x47d639);_0x2141d1&&setTimeout(()=>{this['activeMarker']&&it(this['activeMarker'])['id']===_0x47d639&&_0x48c94e({'target':_0x2141d1[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x28f5dd){this['editor']['model']['change'](()=>{for(const _0x1c1381 of this['getAllMarkersForId'](_0x28f5dd))this['editor']['editing']['reconvertMarker'](_0x1c1381);});}['_attachArchivedThread'](_0x3848bb){const _0xaeeed5=this['editor']['plugins']['get'](m),_0x204ce8=this['editor']['plugins']['get'](k),_0x1ac00b=_0xaeeed5['getCommentThread'](_0x3848bb);if(!_0x1ac00b['isAttached']){const _0x54b016=_0x1ac00b['attachTo'](()=>this['_getTargetForId'](_0x1ac00b['id']));_0x204ce8['registerAnnotation'](_0x54b016),_0x1ac00b['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x4ef54c=this['editor'];_0x4ef54c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x7bdfe,_0x87791)=>{const {id:_0x110ec0}=it(_0x7bdfe['markerName']),_0x2dc57a=_0x4ef54c['plugins']['get'](m)['getCommentThread'](_0x110ec0),_0x1c6bdd=this['activeMarker']&&it(this['activeMarker'])['id']===_0x110ec0;if(_0x2dc57a&&_0x2dc57a['isResolved']&&!_0x1c6bdd&&_0x7bdfe['item'])return _0x87791['consumable']['consume'](_0x7bdfe['item'],'addMarker:'+_0x7bdfe['markerName']),_0x87791['consumable']['consume'](_0x7bdfe['item'],'removeMarker:'+_0x7bdfe['markerName']),null;const _0x3750e8=['ck-comment-marker'];return _0x1c6bdd&&_0x3750e8['push']('ck-comment-marker--active'),{'classes':_0x3750e8,'attributes':{'data-comment':_0x110ec0}};}}),_0x4ef54c['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x324c76,{options:_0x5914d3})=>{const _0x557319=_0x4ef54c['plugins']['get'](m),_0x590cd6=_0x4ef54c['model']['markers']['get'](_0x324c76),{id:_0x309a46,part:_0x36bb50}=it(_0x324c76);if(_0x590cd6&&!_0x590cd6['affectsData'])return null;if(_0x5914d3['ignoreResolvedComments']){const _0x3fb3c4=_0x557319['getCommentThread'](_0x309a46);if(_0x3fb3c4&&_0x3fb3c4['isResolved'])return null;}return{'group':'comment','name':_0x36bb50?_0x309a46+':'+_0x36bb50:_0x309a46};}}),_0x4ef54c['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x3d6e69,{writer:_0x621136})=>_0x621136['createElement']('$marker',{'data-name':'comment:'+_0x3d6e69['getAttribute']('id')})}),_0x4ef54c['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x52d879=this['editor'],_0x29f13b=_0x52d879['plugins']['get'](m),_0x269669=new Set(),_0x229f95=new Set();_0x52d879['model']['document']['registerPostFixer'](_0x1fcd80=>{let _0x2a20ca=!0x1;for(const {name:_0x301ee4,data:_0x11843f}of _0x52d879['model']['document']['differ']['getChangedMarkers']()){const {group:_0x7a97fd,id:_0x1724ee}=it(_0x301ee4);let _0x4e3a06=_0x11843f['newRange'];if('comment'!==_0x7a97fd||!_0x4e3a06)continue;const _0xe23010='$graveyard'===_0x4e3a06['root']['rootName'];_0xe23010||(_0x4e3a06=st(_0x4e3a06,_0x52d879['model']),!_0x4e3a06||_0x4e3a06['isCollapsed']||!_0x11843f['newRange']||_0x4e3a06['isEqual'](_0x11843f['newRange']))?_0x52d879['model']['hasContent'](_0x4e3a06)&&!_0xe23010?this['isThreadsLoadingPaused']?_0x269669['add'](_0x301ee4):this['_handleThreadMarker'](_0x301ee4,_0x1724ee):(_0x229f95['add'](_0x301ee4),_0x269669['delete'](_0x301ee4),_0x1fcd80['removeMarker'](_0x301ee4),_0x2a20ca=!0x0):(_0x1fcd80['updateMarker'](_0x301ee4,{'range':_0x4e3a06}),_0x2a20ca=!0x0);}return _0x2a20ca;}),this['on']('change:isThreadsLoadingPaused',(_0x27718c,_0x3a1cec,_0x1f5cba)=>{if(!_0x1f5cba&&_0x269669['size'])for(const _0xc6fc2d of _0x269669){const {id:_0x152007}=it(_0xc6fc2d);_0x269669['delete'](_0xc6fc2d),_0x52d879['model']['markers']['get'](_0xc6fc2d)&&this['_handleThreadMarker'](_0xc6fc2d,_0x152007);}}),this['listenTo'](_0x52d879['model']['document'],'change',(_0x22b0d6,_0x159971)=>{for(const {name:_0x334dbd,data:{newRange:_0x4c8bdf}}of _0x52d879['model']['document']['differ']['getChangedMarkers']()){const {group:_0x46befd,id:_0x5eb1e2}=it(_0x334dbd);if('comment'!==_0x46befd)continue;const _0x149cb9=_0x29f13b['getCommentThread'](_0x5eb1e2),_0x5e8e3c=this['hasMarkerForId'](_0x5eb1e2);_0x149cb9&&(_0x149cb9['_hasTargetInContent']||_0x52d879['editing']['view']['once']('render',()=>{const _0x2f1e04=_0x52d879['plugins']['get'](b),_0x35036f=_0x29f13b['_threadToController']['get'](_0x149cb9)['view'];_0x2f1e04['getByInnerView'](_0x35036f)['refreshVisibility']();},{'priority':'low'}),_0x149cb9['_hasTargetInContent']=_0x5e8e3c||!!_0x4c8bdf),_0x4c8bdf||(_0x229f95['add'](_0x334dbd),_0x269669['delete'](_0x334dbd));}if(_0x159971['isLocal'])for(const _0x59a23b of _0x229f95){const {id:_0x282a54}=it(_0x59a23b),_0x324ac1=_0x29f13b['getCommentThread'](_0x282a54),_0x1f6e5a=this['hasMarkerForId'](_0x282a54);_0x269669['delete'](_0x59a23b),!_0x324ac1||_0x1f6e5a||_0x324ac1['unlinkedAt']||_0x324ac1['setUnlinkedAt'](new Date());}_0x229f95['clear']();});}['_getTargetForId'](_0x5463f6){const _0x3acaba=this['editor'],_0x56dfa9=this['getAllMarkersForId'](_0x5463f6);return tt(_0x3acaba['editing'],_0x56dfa9);}['_getTextContext'](_0x257bc6){const _0x150aa9=this['getAllMarkersForId'](_0x257bc6);let _0x125995='',_0x2a8d79=!0x1;for(const _0x593e97 of _0x150aa9){const _0x129ec8=_0x593e97['getRange']();for(const _0x255227 of Array['from'](_0x129ec8['getItems']()))_0x255227['is']('$textProxy')?(_0x125995&&_0x2a8d79&&(_0x125995+='\x20',_0x2a8d79=!0x1),_0x125995+=_0x255227['data']):_0x2a8d79=!0x0;_0x2a8d79=!0x0;}return _0x125995['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x99ce41,_0x38a27a){const _0x33f743=this['editor'],_0x2ab528=_0x33f743['plugins']['get'](m);let _0x154135=_0x2ab528['getCommentThread'](_0x38a27a);const _0x39439c=_0x33f743['config']['get']('collaboration.channelId'),_0x2d61dc=_0x33f743['plugins']['get'](k);if(_0x154135&&(_0x154135['unlinkedAt']&&_0x154135['setUnlinkedAt'](null),_0x154135['isAttached']))return _0x154135;return!this['getAllMarkersForId'](_0x38a27a)[0x0]['managedUsingOperations']?_0x33f743['editing']['view']['once']('render',()=>{if(_0x2ab528['getCommentThread'](_0x38a27a))return;const _0x5bb902=_0x33f743['plugins']['get'](b);_0x154135=_0x2ab528['openNewCommentThread']({'channelId':_0x39439c,'threadId':_0x38a27a,'target':()=>this['_getTargetForId'](_0x38a27a),'context':{'type':'text','value':this['_getTextContext'](_0x38a27a)}});const _0x465c2e=_0x2ab528['_threadToController']['get'](_0x154135)['view'],_0x3d967b=_0x5bb902['getByInnerView'](_0x465c2e);_0x3d967b&&_0x2d61dc['registerAnnotation'](_0x3d967b);},{'priority':'low'}):_0x2ab528['fetchCommentThread']({'channelId':_0x39439c,'threadId':_0x38a27a})['then'](_0x87dfc=>{if('destroyed'!==_0x33f743['state']){if(_0x154135=_0x87dfc,_0x154135&&!_0x154135['isAttached']){const _0x51c28e=_0x154135['attachTo'](()=>this['_getTargetForId'](_0x38a27a));_0x2d61dc['registerAnnotation'](_0x51c28e),_0x154135['isResolved']&&this['_reconvertMarkers'](_0x38a27a);}else{if(!_0x154135){const _0x598e02=this['getAllMarkersForId'](_0x38a27a);_0x33f743['model']['change'](_0x4c98f6=>{for(const _0x22312c of _0x598e02)_0x4c98f6['removeMarker'](_0x22312c);});}}}}),_0x154135;}['_handleThreadMarker'](_0x37b644,_0x34aebe){const _0x424b2c=this['_attachMarkerToThread'](_0x37b644,_0x34aebe);_0x424b2c&&!_0x424b2c['context']&&_0x424b2c['setContext']({'type':'text','value':this['_getTextContext'](_0x34aebe)});}['_initAriaMarkerChangeAnnouncements'](){const _0x49e4a8=this['editor'];_0xdbfdea(_0x49e4a8['model'],({left:_0x219532,entered:_0x4154dc})=>{for(const _0x3c03ff of _0x219532)if(at(_0x3c03ff)){_0x49e4a8['ui']['ariaLiveAnnouncer']['announce'](W(_0x49e4a8['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x5bbeae of _0x4154dc)if(at(_0x5bbeae)){_0x49e4a8['ui']['ariaLiveAnnouncer']['announce'](W(_0x49e4a8['locale'],'ENTER_COMMENT_ANNOUNCEMENT'));break;}});}}function nt(_0x287f1c,_0x11fd9c){return _0x11fd9c?_0x287f1c+':'+_0x11fd9c:_0x287f1c;}function it(_0x3eeb18){const _0x52febf=_0x3eeb18['split'](':');return{'group':_0x52febf[0x0],'id':_0x52febf[0x1],'part':_0x52febf[0x2]};}function st(_0x488393,_0x12826a){const _0x1a95c9=_0x12826a['schema'],_0x35e1d6=_0x12826a['createRange'](_0x488393['start']);for(const _0x3648f5 of _0x488393['getWalker']()){const {type:_0x756279,item:_0x95313f,nextPosition:_0x25af4a}=_0x3648f5;if('text'===_0x756279||_0x1a95c9['isObject'](_0x95313f)){const _0x2220c2=_0x12826a['createPositionBefore'](_0x95313f);_0x35e1d6['isCollapsed']&&(_0x35e1d6['start']=_0x2220c2),_0x35e1d6['end']=_0x25af4a;}}return _0x35e1d6;}function at(_0x3e332d){return'comment'===it(_0x3e332d['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 _0x38eb76{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,k,b];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return Tt;}['init'](){const _0x5d0956=this['editor'],_0x365e04=_0x5d0956['plugins']['get'](m),_0x512a4c=_0x5d0956['plugins']['get'](r),_0x293877=_0x5d0956['plugins']['get'](b),_0x4caab6=_0x5d0956['plugins']['get'](k);_0x5d0956['ui']['componentFactory']['add']('comment',()=>{const _0x772ed1=this['_createUIButton'](_0x14b11d);return _0x772ed1['tooltip']=!0x0,_0x772ed1;}),_0x5d0956['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x49a8fb)),_0x4caab6['addSourceCollector'](()=>{const _0x325bd4=[];for(const [_0x13ed13,_0x406e7f]of _0x365e04['_threadToController']){const _0x5f0c4f=_0x512a4c['getAllMarkersForId'](_0x13ed13['id']),_0x242a67=_0x5f0c4f['map'](_0xee6353=>_0xee6353['getRange']());_0x5f0c4f['length']>0x0&&_0x325bd4['push']([_0x406e7f['view'],_0x242a67]);}return _0x325bd4;}),this['listenTo'](_0x293877,'change:activeAnnotations',(_0x4db22e,_0x3a604c,_0x24dc66)=>{const _0x30dc3f=Array['from'](_0x24dc66)['map'](_0xe80597=>_0xe80597['innerView'])['find'](_0x5f3e5a=>_0x365e04['_viewToController']['has'](_0x5f3e5a));if(!_0x30dc3f)return void(_0x512a4c['activeMarker']=null);const _0x39531b=_0x365e04['_viewToController']['get'](_0x30dc3f)['model']['id'],_0x4d3e94='comment:'+_0x39531b;_0x39531b&&_0x512a4c['hasMarkerForId'](_0x39531b)?_0x512a4c['activeMarker']=_0x4d3e94:_0x512a4c['activeMarker']&&(_0x512a4c['activeMarker']=null);}),this['listenTo'](_0x365e04,'removeCommentThread',(_0x2947b7,{threadId:_0x2d55d7,isFromAdapter:_0x51d2cd})=>{!_0x51d2cd&&_0x5d0956['ui']['focusTracker']['isFocused']&&_0x512a4c['hasMarkerForId'](_0x2d55d7)&&_0x5d0956['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x365e04,'addComment',(_0x4d6f9e,{threadId:_0x27c2cf,isFromAdapter:_0x540374})=>{if(_0x540374||!_0x512a4c['hasMarkerForId'](_0x27c2cf)||!_0x365e04['hasCommentThread'](_0x27c2cf))return;0x1===_0x365e04['getCommentThread'](_0x27c2cf)['length']&&(_0x5d0956['editing']['view']['focus'](),_0x4d6f9e['stop']());},{'priority':'low'});}['_createUIButton'](_0x53e6d1){const _0x43ab1f=this['editor'],_0x7508fe=new _0x53e6d1(_0x43ab1f['locale']),_0x422ff0=_0x43ab1f['commands']['get']('addCommentThread');return _0x7508fe['set']({'label':W(_0x43ab1f['locale'],'Comment'),'icon':kt}),_0x7508fe['bind']('isEnabled')['to'](_0x422ff0),this['listenTo'](_0x7508fe,'execute',()=>_0x422ff0['execute']()),_0x7508fe;}}class e extends _0x38eb76{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x24e382){super(_0x24e382),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x455a0c,_0x44eefe,_0x5ed2d6)=>{_0x5ed2d6?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x1ce5f7,_0xdb79a5]of this['editor']['commands'])_0xdb79a5['affectsData']&&'addCommentThread'!==_0x1ce5f7&&_0xdb79a5['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x592c97=this['editor']['editing']['view']['document'];this['listenTo'](_0x592c97,'cut',_0x397191=>_0x397191['stop'](),{'priority':'highest'}),this['listenTo'](_0x592c97,'clipboardInput',_0x1edebb=>_0x1edebb['stop'](),{'priority':'highest'}),this['listenTo'](_0x592c97,'delete',_0x2c0c3c=>_0x2c0c3c['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x239e6b,_0x23045d]of this['editor']['commands'])_0x23045d['affectsData']&&'addCommentThread'!==_0x239e6b&&_0x23045d['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x1ac10{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[b];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x5b89fa){super(_0x5b89fa),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x4bcca6=this['context']['plugins']['get'](b);this['listenTo'](_0x4bcca6,'_activateAnnotation',(_0x331525,_0x501a2d)=>{for(const _0x2f4efe of this['activeUIs']){const _0x642a38=this['_uis']['get'](_0x2f4efe);(0x0,this['_uisData']['get'](_0x2f4efe)['filter'])(_0x501a2d)&&_0x642a38['setActiveAnnotation'](_0x501a2d);}}),this['listenTo'](_0x4bcca6,'_deactivateAllAnnotations',()=>{for(const _0x33d93f of this['activeUIs']){this['_uis']['get'](_0x33d93f)['setActiveAnnotation'](null);}}),this['listenTo'](_0x4bcca6['_visibleAnnotations'],'add',(_0x541099,_0x4ff81e)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x4ff81e);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x3029fd){return this['activeUIs']['has'](_0x3029fd);}['activate'](_0x3e8fea,_0x5a3044=()=>!0x0){const _0x4e57be=this['context']['plugins']['get'](b);if(!this['_uis']['has'](_0x3e8fea))throw new _0x350d9b('annotationsuis-missing-ui',this,{'uiName':_0x3e8fea});this['isActive'](_0x3e8fea)&&this['deactivate'](_0x3e8fea),this['activeUIs']['add'](_0x3e8fea);const _0x544428=new x();!function({source:_0x513c63,target:_0x2d25ad,filter:_0x19aafd}){for(const _0x2ff6f5 of _0x513c63)_0x19aafd(_0x2ff6f5)&&_0x2d25ad['add'](_0x2ff6f5);_0x2d25ad['listenTo'](_0x513c63,'add',(_0xedbd18,_0x1d18e2)=>{_0x19aafd(_0x1d18e2)&&_0x2d25ad['add'](_0x1d18e2);}),_0x2d25ad['listenTo'](_0x513c63,'remove',(_0x5ee01d,_0x3999a2)=>{_0x2d25ad['has'](_0x3999a2)&&_0x2d25ad['remove'](_0x3999a2);});}({'source':_0x4e57be['_visibleAnnotations'],'target':_0x544428,'filter':_0x5a3044}),this['_uisData']['set'](_0x3e8fea,{'collection':_0x544428,'filter':_0x5a3044});const _0xdf8577=this['_uis']['get'](_0x3e8fea);_0xdf8577['attach'](_0x544428),this['listenTo'](_0xdf8577,'change:activeAnnotation',(_0x1da20e,_0x3bbfda,_0x2f1e08,_0x5bc708)=>{_0x5bc708&&_0x4e57be['_removeActiveAnnotation'](_0x5bc708),_0x2f1e08&&_0x4e57be['_addActiveAnnotation'](_0x2f1e08);});}['deactivate'](_0x59f87a){if(this['activeUIs']['delete'](_0x59f87a),!this['_uis']['has'](_0x59f87a))throw new _0x350d9b('annotationsuis-missing-ui',this,{'uiName':_0x59f87a});const _0x5a871b=this['_uis']['get'](_0x59f87a);_0x5a871b['detach'](),this['stopListening'](_0x5a871b),this['_uisData']['get'](_0x59f87a)['collection']['destroy'](),this['_uisData']['delete'](_0x59f87a);}['switchTo'](_0x416c38){if(!this['_uis']['has'](_0x416c38))throw new _0x350d9b('annotationsuis-missing-ui',this,{'uiName':_0x416c38});const _0x15c622=this['context']['plugins']['get'](b),_0x4cd4c1=Array['from'](_0x15c622['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x416c38);const _0x3310e6=this['_uis']['get'](_0x416c38);_0x3310e6['setActiveAnnotation'](_0x4cd4c1),_0x3310e6['_setSelectedAnnotations']&&_0x4cd4c1&&_0x3310e6['_setSelectedAnnotations']([_0x4cd4c1]);}['deactivateAll'](){for(const _0x31f518 of this['activeUIs'])this['deactivate'](_0x31f518);}['register'](_0xf3df60,_0x17122b){if(this['_uis']['has'](_0xf3df60))throw new _0x350d9b('annotationsuis-register-already-registered');if('function'!=typeof _0x17122b['attach']||'function'!=typeof _0x17122b['detach']||'function'!=typeof _0x17122b['setActiveAnnotation'])throw new _0x350d9b('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0xf3df60,_0x17122b);}['refilterAnnotations'](){const _0x2541d3=this['context']['plugins']['get'](b)['collection'],_0x233c17=new Map(),_0x2075eb=Array['from'](this['activeUIs']);for(const _0x42a371 of this['activeUIs']){const _0x49828b=this['_uisData']['get'](_0x42a371)['collection'];for(const _0x43257f of _0x49828b)_0x233c17['set'](_0x43257f,_0x42a371);}for(const _0x23f6e8 of _0x2541d3){const _0x50b288=_0x233c17['get'](_0x23f6e8);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x23f6e8);const _0x85a685=_0x2075eb['find'](_0x48735a=>this['_uisData']['get'](_0x48735a)['filter'](_0x23f6e8));_0x50b288!==_0x85a685&&(_0x50b288&&this['_uisData']['get'](_0x50b288)['collection']['remove'](_0x23f6e8),_0x85a685&&this['_uisData']['get'](_0x85a685)['collection']['add'](_0x23f6e8));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x39b6d3){const _0x5c5c0c=[];for(const _0x42d088 of this['activeUIs']){(0x0,this['_uisData']['get'](_0x42d088)['filter'])(_0x39b6d3)&&_0x5c5c0c['push'](_0x42d088);}if(_0x5c5c0c['length']>0x1)throw new _0x350d9b('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x5c5c0c,'annotationType':_0x39b6d3['type']});}}const ne=Ht('px');class T extends _t{['list'];constructor(_0x10819b){super(_0x10819b);const _0x1c6f24=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x1c6f24['to']('class')],'style':{'minHeight':_0x1c6f24['to']('minHeight',_0x10ee47=>'number'==typeof _0x10ee47?ne(_0x10ee47+0xa):null)}},'children':this['list']});}}const qt=Ht('px');class C extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x3b2928){super(_0x3b2928),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x91fe32,_0x39be96)=>_0x91fe32+_0x39be96),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Dt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection']();const _0x30864c=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x30864c['to']('isAnimationDisabled',_0x1b5f43=>_0x1b5f43?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x30864c['to']('top',_0x3ce673=>qt(_0x3ce673))}},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['updateHeight'](){const _0x1c490=this['element']['clientHeight'];_0x1c490&&(this['height']=_0x1c490);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x1ac10{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x54410e){super(_0x54410e),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 _0x1646e5=this['context']['config']['get']('sidebar.container');_0x1646e5&&this['setContainer'](_0x1646e5);}['setContainer'](_0x24f7c7){if(!y(_0x24f7c7))throw new _0x350d9b('sidebar-setcontainer-invalid-element');this['container']=_0x24f7c7;}['_attachToContainer']({viewClass:_0x465239='',spaceBetweenItems:_0x489fa9=0x19}={}){if(!y(this['container']))throw new _0x350d9b('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x465239,this['_spaceBetweenItems']=_0x489fa9;}['rearrange']({removedAnnotation:_0x55769d,previousAnnotation:_0xf765f0,nextAnnotation:_0x253b7e}){const _0x3b967e=this['getSidebarItemView'](_0x55769d);this['view']['list']['remove'](_0x3b967e),this['_destroySidebarItemView'](_0x55769d),_0xf765f0&&this['_alignToTargetRect'](this['getSidebarItemView'](_0xf765f0)),_0x253b7e&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x253b7e)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x37901a,activatedAnnotation:_0x1ea17a,disableAnimationOnActivatedAnnotation:_0x3a3939}){if(this['_activeAnnotation']=_0x1ea17a,_0x37901a){_0x37901a['isActive']=!0x1;const _0x3e960f=this['getSidebarItemView'](_0x37901a);_0x3e960f&&_0x3a3939&&(_0x3e960f['isAnimationDisabled']=!0x1);}if(_0x1ea17a){const _0x3389cb=this['getSidebarItemView'](_0x1ea17a);_0x3389cb&&(_0x1ea17a['isActive']=!0x0,_0x3a3939&&(_0x3389cb['isAnimationDisabled']=!0x0,_0x3389cb['top']+=0x1),this['_alignToTargetRect'](_0x3389cb));}}['_detachFromContainer'](_0x5c824e){if(this['view']['element']['remove'](),_0x5c824e){for(const _0x14ccf3 of _0x5c824e)this['_destroySidebarItemView'](_0x14ccf3);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x452457,_0x34510f){_0x34510f||(_0x34510f=_0x452457['view']);const _0x5da147=new C(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x5da147,_0x452457),this['_annotationToSidebarItemView']['set'](_0x452457,_0x5da147),_0x5da147['content']['add'](_0x34510f),this['listenTo'](_0x452457['view'],'change:targetRect',(_0xfdc46b,_0x4d25e3,_0x1a849a)=>{const _0x42446d=this['_getTargetTop'](_0x452457,_0x1a849a);_0x5da147['_targetTop']!=_0x42446d&&(_0x5da147['_targetTop']=_0x42446d,this['_setItemTop'](_0x5da147,_0x42446d));}),this['listenTo'](_0x5da147,'change:top',()=>{this['_recalculate'](_0x5da147,'top');}),this['listenTo'](_0x5da147,'change:bottom',()=>{this['_recalculate'](_0x5da147,'bottom');}),this['_alignToTargetRect'](_0x5da147);const _0x47f07a=this['_getItemBefore'](_0x5da147);if(_0x47f07a)this['_alignAfterItem'](_0x47f07a,_0x5da147)||this['_alignToTargetRect'](_0x5da147);else this['_alignToTargetRect'](_0x5da147);return this['_updateLastItem'](),this['view']['list']['add'](_0x5da147),_0x5da147;}['_alignForTopChange'](_0x2bd4c3){if(!_0x2bd4c3['content']['length'])return;const _0x37e05c=this['_getItemBefore'](_0x2bd4c3);if(!_0x37e05c)return;const _0x555a75=this['_sidebarItemViewToAnnotation']['get'](_0x37e05c),_0x427212=this['_activeAnnotation'];_0x427212&&_0x427212===_0x555a75?this['_alignAfterItem'](_0x37e05c,_0x2bd4c3):this['_alignBeforeItem'](_0x2bd4c3,_0x37e05c);}['_alignForBottomChange'](_0x36899f){if(!_0x36899f['content']['length'])return;const _0x4f3e7f=this['_getItemAfter'](_0x36899f);if(!_0x4f3e7f)return;const _0xf7e5bb=this['_sidebarItemViewToAnnotation']['get'](_0x4f3e7f),_0x48e19f=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x2cd08a=this['_activeAnnotation'];_0x2cd08a&&_0x2cd08a===_0xf7e5bb&&_0x48e19f?(this['_alignBeforeItem'](_0x4f3e7f,_0x36899f),this['_alignAfterItem'](_0x36899f,_0x4f3e7f)):_0x2cd08a&&_0x2cd08a===_0xf7e5bb?this['_alignBeforeItem'](_0x4f3e7f,_0x36899f):this['_alignAfterItem'](_0x36899f,_0x4f3e7f);}['_recalculate'](_0x56ed28,_0x2958ce){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0xa91d6e,changedProp:_0x25f1d0}of this['_recalculateBuffer'])'top'===_0x25f1d0?this['_alignForTopChange'](_0xa91d6e):this['_alignForBottomChange'](_0xa91d6e);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x56ed28,'changedProp':_0x2958ce});}['getSidebarItemView'](_0x4a1ad8){return this['_annotationToSidebarItemView']['get'](_0x4a1ad8);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x479aac){const _0x3ed7f9=this['getSidebarItemView'](_0x479aac);this['stopListening'](_0x3ed7f9),this['stopListening'](_0x479aac['view']),_0x3ed7f9['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x479aac),this['_sidebarItemViewToAnnotation']['delete'](_0x3ed7f9);}['_createSidebarView'](){const _0x24e5cc=new T(this['context']['locale']);return _0x24e5cc['render'](),this['on']('change:_lastItem',(_0x499433,_0x4ebd89,_0x28fca0,_0x57cad1)=>{_0x57cad1&&_0x24e5cc['unbind']('minHeight'),_0x28fca0?_0x24e5cc['bind']('minHeight')['to'](_0x28fca0,'bottom'):_0x24e5cc['minHeight']=null;}),_0x24e5cc;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x3fa2f8){const _0x2d4431=this['_sidebarItemViewToAnnotation']['get'](_0x3fa2f8),_0x3a58b4=_0x2d4431&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x2d4431)-0x1);return _0x3a58b4&&this['getSidebarItemView'](_0x3a58b4)||null;}['_getItemAfter'](_0x5258b0){const _0xc12c29=this['_sidebarItemViewToAnnotation']['get'](_0x5258b0),_0x124db=_0xc12c29&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0xc12c29)+0x1);return _0x124db&&this['getSidebarItemView'](_0x124db)||null;}['_alignBeforeItem'](_0x407d25,_0x2c7fd6){_0x407d25['updateHeight']();const _0x453f24=M(_0x2c7fd6['bottom']+this['_spaceBetweenItems'],_0x407d25['top']);return!!_0x453f24&&(this['_setItemTop'](_0x2c7fd6,_0x2c7fd6['top']-_0x453f24),!0x0);}['_alignAfterItem'](_0x1691a5,_0x3f002f){_0x1691a5['updateHeight']();const _0x20f56b=M(_0x1691a5['bottom']+this['_spaceBetweenItems'],_0x3f002f['top']);return!!_0x20f56b&&(this['_setItemTop'](_0x3f002f,_0x3f002f['top']+_0x20f56b,!0x1),!0x0);}['_alignToTargetRect'](_0x404d34){const _0xc8982d=this['_sidebarItemViewToAnnotation']['get'](_0x404d34);if(!_0xc8982d||!_0xc8982d['target']||!_0xc8982d['targetRect'])return;const _0x4b1922=this['_getTargetTop'](_0xc8982d,_0xc8982d['targetRect']);this['_setItemTop'](_0x404d34,_0x4b1922);}['_getTargetTop'](_0x283bcb,_0x57a82e){if(null===_0x57a82e)return 0x0;if(_0x283bcb['target']instanceof _0x712348)return _0x57a82e['top'];{const _0x578d84=new _0x712348(this['view']['element'])['top'];return _0x57a82e['top']-_0x578d84;}}['_setItemTop'](_0x535d24,_0x4578d8,_0x3efe03=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x3efe03&&(_0x4578d8=Math['max'](_0x4578d8,this['_getMaxAvailableTop'](_0x535d24))),_0x535d24['top']=_0x4578d8;}['_getMaxAvailableTop'](_0x157697){let _0xd73132=this['_getItemBefore'](_0x157697),_0x5f0470=0x0;for(;_0xd73132;)_0xd73132['updateHeight'](),_0x5f0470+=this['_spaceBetweenItems']+_0xd73132['height'],_0xd73132=this['_getItemBefore'](_0xd73132);return _0x5f0470;}}function M(_0x4ee0b7,_0x46aa40){return Math['max'](_0x4ee0b7-_0x46aa40,0x0);}function y(_0x30cda6){return null!==_0x30cda6&&'object'==typeof _0x30cda6&&0x1===_0x30cda6['nodeType'];}class n extends _0x1ac10{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x4ac071){super(_0x4ac071),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x24ba03(),this['_refreshPositioningDebounced']=_0x5d0e15(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0xbbc966=this['context']['plugins']['get'](j),_0x33db1e=this['context']['plugins']['get'](z);_0xbbc966['register']('wideSidebar',this),_0x33db1e['container']&&_0xbbc966['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x1cd514){if(_0x1cd514===this['activeAnnotation'])return;const _0x218886=this['context']['plugins']['get'](z);_0x218886['_activeAnnotation']=_0x1cd514;const _0x4d9539=this['activeAnnotation'];this['activeAnnotation']=_0x1cd514,_0x218886['refresh']({'blurredAnnotation':_0x4d9539,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x198aac){this['annotations']=_0x198aac;const _0x1152dd=this['context']['plugins']['get'](z);if(_0x1152dd['_annotations']=_0x198aac,this['isAttached'])throw new _0x350d9b('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x1152dd,'set:container',()=>{this['detach'](),this['listenTo'](_0x1152dd,'change:container',_0x30c820=>{_0x30c820['off'](),this['attach'](_0x198aac);});}),_0x1152dd['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0xfed4b5=_0x181a32=>{_0x181a32['updateTargetRect'](),_0x1152dd['addAnnotation'](_0x181a32);};for(const _0x515207 of _0x198aac)_0xfed4b5(_0x515207);this['listenTo'](_0x198aac,'add',(_0x3ff526,_0x24e66c)=>{_0xfed4b5(_0x24e66c);}),this['listenTo'](_0x198aac,'remove',(_0x35d00c,_0x3f97a2,_0x2f569b)=>{_0x1152dd['rearrange']({'removedAnnotation':_0x3f97a2,'previousAnnotation':_0x198aac['get'](_0x2f569b-0x1),'nextAnnotation':_0x198aac['get'](_0x2f569b+0x1)}),_0x3f97a2===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x198aac,'focus',(_0x24a9dd,_0xfb9435)=>{this['setActiveAnnotation'](_0xfb9435);}),this['listenTo'](_0x198aac,'blur',()=>{this['setActiveAnnotation'](null);});const _0x49f658=this['context']instanceof _0x40b4f3?this['context']['editors']:new _0x24ba03([this['context']]);for(const _0x45ef2a of _0x49f658)this['_integrateWithEditorAnnotations'](_0x45ef2a);this['listenTo'](_0x49f658,'add',(_0x1b06a2,_0xfa392b)=>{this['listenTo'](_0xfa392b,'ready',()=>{this['_integrateWithEditorAnnotations'](_0xfa392b);});}),this['listenTo'](_0x49f658,'remove',(_0x57228d,_0x1be653)=>{_0x1be653['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x1be653['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x350d9b('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x2682b9=this['context']['plugins']['get'](z);_0x2682b9['_detachFromContainer'](this['annotations']),this['stopListening'](_0x2682b9),this['stopListening'](this['annotations']),this['context']instanceof _0x40b4f3&&this['stopListening'](this['context']['editors']);for(const _0x2e70d5 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x2e70d5);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x560db8){if(!_0x560db8['plugins']['has']('EditorAnnotations'))return;const _0x5be61a=_0x560db8['plugins']['get']('EditorAnnotations'),_0x4af7b3=()=>{const _0xc6028b=_0x5be61a['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0xc6028b[0x0]||null);};this['listenTo'](_0x5be61a,'refresh',_0x4af7b3),this['listenTo'](_0x5be61a,'blur',(_0x447d6f,{isAnnotationTracked:_0x5ef14b})=>{this['activeAnnotation']&&_0x5ef14b(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x5be61a,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x4d0702=>{_0x5be61a['hasDomSelection']()&&(_0x4af7b3(),_0x4d0702['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x5be61a);}['_destroyEditorAnnotationsIntegration'](_0x1c3016){this['stopListening'](_0x1c3016),this['_editorAnnotations']['remove'](_0x1c3016);}}class D extends _0x14b11d{['counterView'];constructor(_0x41bf9d){super(_0x41bf9d);const _0x1da6cf=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0xec0c81,_0x337a20)=>_0xec0c81?'...':_0x337a20['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',_0x1da6cf['to']('annotationType',_0x4639db=>'ck-annotation-counter__badge--'+_0x4639db),_0x1da6cf['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x1da6cf['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x1ac10{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x1e083f){super(_0x1e083f),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x381c7e),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x24ba03(),this['_refreshPositioningDebounced']=_0x5d0e15(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x4d9384(this['context']['locale']),this['balloonPanelView']=new _0x3a2b35(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x50e019){this['annotations']=_0x50e019;const _0x29db8d=this['context']['plugins']['get'](z),_0x1bf357=this['balloonPanelView'];if(_0x29db8d['_annotations']=_0x50e019,this['isAttached'])throw new _0x350d9b('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x29db8d,'set:container',()=>{this['detach'](),this['listenTo'](_0x29db8d,'change:container',_0x39d386=>{_0x39d386['off'](),this['attach'](_0x50e019);});}),_0x29db8d['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x18c766=_0x55b5e2=>{const _0x21c581=new D(this['context']['locale']);_0x29db8d['addAnnotation'](_0x55b5e2,_0x21c581),this['_annotationToNarrowView']['set'](_0x55b5e2,_0x21c581),_0x21c581['bind']('isDirty','annotationType','number')['to'](_0x55b5e2['view'],'isDirty','type','length'),_0x21c581['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x1bf357['content']['first']!==_0x55b5e2['view']?(this['_showBalloon'](_0x55b5e2),_0x55b5e2['view']['element']['focus'](),this['setActiveAnnotation'](_0x55b5e2)):this['setActiveAnnotation'](null);});};for(const _0x31e11a of _0x50e019)_0x18c766(_0x31e11a);this['listenTo'](_0x50e019,'add',(_0x240bae,_0x57d8aa)=>{_0x18c766(_0x57d8aa);}),this['listenTo'](_0x50e019,'remove',(_0x5462ef,_0x2214af,_0xfd2b57)=>{this['_annotationToNarrowView']['get'](_0x2214af)['destroy'](),this['_annotationToNarrowView']['delete'](_0x2214af),_0x29db8d['rearrange']({'removedAnnotation':_0x2214af,'previousAnnotation':_0x50e019['get'](_0xfd2b57-0x1),'nextAnnotation':_0x50e019['get'](_0xfd2b57+0x1)}),_0x2214af===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x50e019,'focus',(_0x2dc8c9,_0x2c0301)=>{this['setActiveAnnotation'](_0x2c0301);}),this['listenTo'](_0x50e019,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x54a3ba,_0x2d9150)=>{_0x2d9150['keyCode']===_0x59f83a['esc']&&_0x1bf357['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x1bf357['content']['first']),this['_hideBalloon'](),_0x2d9150['stopPropagation'](),_0x2d9150['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x920d5,_0x43a5fd)=>{const _0x525c38=_0x43a5fd['target'];_0x1bf357['isVisible']&&_0x1bf357['element']['contains'](_0x525c38)||_0x29db8d['view']['element']['contains'](_0x525c38)||_0x920d5['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x43f45f=>_0x43f45f['contains'](_0x525c38))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x54ef52=this['context']instanceof _0x40b4f3?this['context']['editors']:new _0x24ba03([this['context']]);for(const _0x1cabac of _0x54ef52)this['_integrateWithEditorAnnotations'](_0x1cabac);this['listenTo'](_0x54ef52,'add',(_0x925f50,_0x33a2ca)=>{this['listenTo'](_0x33a2ca,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x33a2ca);});}),this['listenTo'](_0x54ef52,'remove',(_0x10b258,_0x124eeb)=>{_0x124eeb['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x124eeb['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x16ec8c){if(_0x16ec8c===this['activeAnnotation'])return;const _0xce18ff=this['context']['plugins']['get'](z);if(_0xce18ff['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x16ec8c,'disableAnimationOnActivatedAnnotation':!0x0}),_0x16ec8c)_0xce18ff['getSidebarItemView'](_0x16ec8c)?this['_showBalloon'](_0x16ec8c):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x16ec8c;}['detach'](){if(!this['isAttached'])throw new _0x350d9b('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x27c74b=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x41587b=>_0x41587b['destroy']()),this['_annotationToNarrowView']['clear'](),_0x27c74b['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x40b4f3&&this['stopListening'](this['context']['editors']);for(const _0x39eb58 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x39eb58);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'](_0x1a8311){if(!_0x1a8311['plugins']['has']('EditorAnnotations'))return;const _0x3763c8=_0x1a8311['plugins']['get']('EditorAnnotations'),_0x599069=this['context']['plugins']['get'](z),_0x4f7fce=this['annotations'],_0x18edc1=this['balloonPanelView'],_0x1dd49c=()=>{const _0x59526c=_0x3763c8['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x59526c),this['setActiveAnnotation'](_0x59526c[0x0]||null);};this['listenTo'](_0x3763c8,'refresh',_0x1dd49c),this['listenTo'](_0x3763c8,'blur',(_0x5a4d54,{isAnnotationTracked:_0x36abe7})=>{this['activeAnnotation']&&_0x36abe7(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x3763c8,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x4f7fce,'blur',_0x5755bc=>{_0x3763c8['hasDomSelection']()&&_0x5755bc['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x1ddc88,_0x17ce2a)=>{const _0x1111ac=_0x17ce2a['target'];_0x18edc1['isVisible']&&_0x18edc1['element']['contains'](_0x1111ac)||_0x599069['view']['element']['contains'](_0x1111ac)||this['activeAnnotation']&&_0x3763c8['hasDomSelection']()&&(_0x1dd49c(),_0x1ddc88['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3763c8);}['_destroyEditorAnnotationsIntegration'](_0x59e94e){_0x59e94e&&(this['stopListening'](_0x59e94e),this['_editorAnnotations']['remove'](_0x59e94e));}['_setSelectedAnnotations'](_0x2c1137){for(const _0x57f195 of this['_selectedAnnotations'])_0x2c1137['includes'](_0x57f195)||this['_manuallyClosedAnnotationViews']['delete'](_0x57f195['view']);this['_selectedAnnotations']=_0x2c1137;}['_refreshPositioning'](){const _0x38202b=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x38202b['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x50ab74){if(this['_manuallyClosedAnnotationViews']['has'](_0x50ab74['view']))return;const _0x5f3226=this['balloonPanelView']['content']['first'];_0x5f3226!==_0x50ab74['view']?(_0x5f3226&&this['_detachListeners'](_0x5f3226),this['_attachListeners'](_0x50ab74['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x50ab74['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x14079e=this['balloonPanelView']['content']['first'],_0x376a0c=_0x14079e&&this['annotations']['getByView'](_0x14079e);if(!_0x376a0c||!this['_annotationToNarrowView']['has'](_0x376a0c))return;const _0x2889fc=this['_annotationToNarrowView']['get'](_0x376a0c)['element'],_0x32bc29=(function(){const _0x131e23=_0x3a2b35['defaultPositions'];return[_0x131e23['southArrowNorthEast'],_0x131e23['northArrowSouthEast'],_0x131e23['southArrowNorth'],_0x131e23['northArrowSouth'],_0x131e23['southArrowNorthWest'],_0x131e23['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x2889fc,'positions':_0x32bc29});}['_hideBalloon'](){const _0x36a17c=this['balloonPanelView'],_0x53a8ef=_0x36a17c['content']['first'];_0x53a8ef&&(this['_detachListeners'](_0x53a8ef),_0x36a17c['unpin'](),_0x36a17c['content']['clear']());}['_attachListeners'](_0x4017f6){this['listenTo'](_0x4017f6,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x4017f6,'Esc',(_0x483efb,_0x2078d7)=>{this['_manuallyClosedAnnotationViews']['add'](_0x4017f6),this['_hideBalloon'](),_0x2078d7();});}['_detachListeners'](_0x221022){this['stopListening'](_0x221022);}}class c extends _0x38eb76{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[k,_0x4893b4,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x307ba1){super(_0x307ba1),_0x307ba1['editing']['view']['addObserver'](_0xc1a7a9),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x307ba1['plugins']['get'](_0x4893b4),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x48dcb7=this['editor']['plugins']['get'](j);_0x48dcb7['context']===this['editor']&&(_0x48dcb7['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x44e0a4,_0x193d9c)=>{const _0x48aefd=this['_balloon'];if(this['isAttached']&&_0x48aefd['visibleView']){const _0x31ae7e=this['annotations']['getByView'](_0x48aefd['visibleView']);_0x31ae7e&&this['_closeAnnotation'](_0x31ae7e),_0x193d9c();}}));}['afterInit'](){const _0x57265c=this['editor']['plugins']['get'](j);_0x57265c['context']===this['editor']&&(_0x57265c['hasActive']()||_0x57265c['switchTo']('inline'));}['setActiveAnnotation'](_0x4b9676){_0x4b9676!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x4b9676&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x4b9676)&&this['_addAnnotationToBalloon'](_0x4b9676,!0x0),_0x4b9676['isActive']=!0x0),_0x4b9676||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x4b9676);}['attach'](_0x33b2c3){this['annotations']=_0x33b2c3;const _0x5a8c26=this['editor']['plugins']['get'](j),_0x2151b9=this['_balloon'];if(this['isAttached'])throw new _0x350d9b('inlineannotations-attach-already-attached',this);if(_0x5a8c26['context']!==this['editor'])throw new _0x350d9b('inlineannotations-not-allowed-with-context',this);const _0x1b2ac5=this['editor']['plugins']['get'](k);this['listenTo'](_0x1b2ac5,'refresh',()=>{const _0xf80d85=_0x1b2ac5['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0xcf3ca,_0x95b759;!this['_forceRefresh']&&(_0xcf3ca=_0xf80d85,_0x95b759=this['_selectedAnnotations'],_0xcf3ca['length']===_0x95b759['length']&&_0xcf3ca['every'](_0x1a144f=>_0x95b759['includes'](_0x1a144f)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0xf80d85),this['setActiveAnnotation'](_0xf80d85[0x0]||null));}),this['listenTo'](_0x1b2ac5,'blur',(_0x5a36b1,{isAnnotationTracked:_0x107dec})=>{this['activeAnnotation']&&_0x107dec(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x2b595e,_0x562435,_0x3a4d7f)=>{_0x3a4d7f||this['setActiveAnnotation'](null);}),this['listenTo'](_0x33b2c3,'remove',(_0x19d160,_0xd75593)=>{this['_removeAnnotationFromBalloon'](_0xd75593),_0xd75593===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x2151b9,'change:visibleView',(_0x3386d5,_0x834b34,_0x12e2eb,_0x63d2af)=>{_0x63d2af&&this['stopListening'](_0x63d2af);const _0x67b720=_0x33b2c3['getByView'](_0x12e2eb);_0x12e2eb&&_0x67b720&&(this['listenTo'](_0x12e2eb,'change:height',()=>{_0x2151b9['updatePosition']();}),this['listenTo'](_0x12e2eb,'Esc',()=>{this['_closeAnnotation'](_0x67b720),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x67b720&&this['setActiveAnnotation'](_0x67b720));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x2151b9['visibleView']&&(_0x33b2c3['getByView'](_0x2151b9['visibleView'])&&_0x2151b9['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 _0x350d9b('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x1f1834 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x1f1834);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x474a93){for(const _0x5d6096 of this['_selectedAnnotations'])_0x474a93['includes'](_0x5d6096)||this['_manuallyClosed']['delete'](_0x5d6096);for(const _0x46d206 of this['annotations'])_0x474a93['includes'](_0x46d206)||this['_removeAnnotationFromBalloon'](_0x46d206);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x3d2747 of _0x474a93)this['_addAnnotationToBalloon'](_0x3d2747);}this['_selectedAnnotations']=_0x474a93;}['_addAnnotationToBalloon'](_0x511f99,_0x38eb7a=!0x1){this['_manuallyClosed']['has'](_0x511f99)||(this['_addedAnnotations']['has'](_0x511f99)||this['_balloon']['hasView'](_0x511f99['view'])||(this['_addedAnnotations']['add'](_0x511f99),this['_balloon']['add']({'stackId':_0x511f99['view']['id'],'view':_0x511f99['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x511f99)}})),_0x38eb7a&&this['_balloon']['showStack'](_0x511f99['view']['id']));}['_getBalloonTargetForAnnotation'](_0x52b025){const _0x4e9332=_0x52b025['target'],_0x4537c2=this['editor']['editing']['view'],_0x2e505b=_0x4537c2['document']['selection']['getFirstRange'](),_0x36156f=_0x4537c2['domConverter']['viewRangeToDom'](_0x2e505b);if(_0x36156f['collapse'](!0x0),_0x4e9332){if(_0x4e9332 instanceof _0x712348)return _0x4e9332;let _0x2a9a65=[];for(const _0x9ed80e of _0x4e9332)_0x2a9a65['push'](...(_0x320a0e=_0x9ed80e['getClientRects'](),Array['from'](_0x320a0e)['map'](DOMRect['fromRect'])));_0x2a9a65=function(_0x2f59de){const _0x456949=[];let _0x2dc28b=_0x2f59de[0x0];for(let _0xb3e96e=0x1;_0xb3e96e<_0x2f59de['length'];_0xb3e96e++)F(_0x2dc28b,_0x2f59de[_0xb3e96e])?_0x2dc28b['width']+=_0x2f59de[_0xb3e96e]['width']:(_0x456949['push'](_0x2dc28b),_0x2dc28b=_0x2f59de[_0xb3e96e]);return _0x456949['push'](_0x2dc28b),_0x456949;}(_0x2a9a65);const _0x3c6f23=_0x36156f['getBoundingClientRect']();return _0x2a9a65['find'](_0x19fc2d=>_0x19fc2d['top']<=_0x3c6f23['top']&&_0x19fc2d['bottom']>=_0x3c6f23['bottom']&&_0x19fc2d['left']<=_0x3c6f23['left']&&_0x19fc2d['right']>=_0x3c6f23['right'])||_0x2a9a65[0x0];}var _0x320a0e;return _0x52b025['targetRect']||_0x36156f;}['_removeAnnotationFromBalloon'](_0x2ccf5f){this['_addedAnnotations']['has'](_0x2ccf5f)&&this['_balloon']['hasView'](_0x2ccf5f['view'])&&(this['_addedAnnotations']['delete'](_0x2ccf5f),this['_balloon']['remove'](_0x2ccf5f['view']));}['_closeAnnotation'](_0x2d7ec5){this['_manuallyClosed']['add'](_0x2d7ec5),this['_removeAnnotationFromBalloon'](_0x2d7ec5);}}function F(_0x5aacf1,_0x5e5460){return _0x5aacf1['top']===_0x5e5460['top']&&_0x5aacf1['bottom']===_0x5e5460['bottom']&&_0x5aacf1['right']===_0x5e5460['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(_0x44bc51,_0x39ec7b){super(_0x44bc51),this['set']('isEmpty',!_0x39ec7b['length']),this['_focusTracker']=new _0x10355d(),this['_keystrokes']=new Et(),this['_focusables']=_0x39ec7b,this['_focusCycler']=new _0x2bfb35({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['listenTo'](_0x39ec7b,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x39ec7b,'remove',(_0x467169,_0x5e3d69)=>{_0x5e3d69['isActive']&&this['focus'](),_0x39ec7b['length']||(this['isEmpty']=!0x0);});const _0x584a9a=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':_0x39ec7b},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x584a9a['if']('isEmpty','ck-hidden',_0x42f273=>!_0x42f273)]},'children':[{'text':W(_0x44bc51,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_keystrokes']['listenTo'](this['element']);const _0x35bc9c=_0x2fc3b7=>_0x2fc3b7['stopPropagation']();this['_keystrokes']['set']('arrowright',_0x35bc9c),this['_keystrokes']['set']('arrowleft',_0x35bc9c),this['_keystrokes']['set']('arrowup',_0x35bc9c),this['_keystrokes']['set']('arrowdown',_0x35bc9c),this['listenTo'](this['element'],'selectstart',(_0x20258e,_0x2d0667)=>{_0x2d0667['stopPropagation']();},{'priority':'high'});}['destroy'](){super['destroy'](),this['_focusTracker']['destroy'](),this['_keystrokes']['destroy']();}['focus'](){this['element']['focus']();}}class p extends _0x1ac10{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,b];}constructor(_0x34efc6){super(_0x34efc6),this['archivedThreads']=new _0x24ba03();}['init'](){const _0x496480=this['context'],_0x2583d5=_0x496480['plugins']['get'](m),_0x46b383=_0x496480['plugins']['get'](b);this['listenTo'](_0x2583d5,'addCommentThread',(_0x1bce5a,{threadId:_0x130363})=>{const _0x22dcd8=_0x2583d5['getCommentThread'](_0x130363);_0x22dcd8['archivedAt']&&this['archivedThreads']['add'](_0x22dcd8,this['_calculatePosition'](_0x22dcd8['archivedAt'])),this['listenTo'](_0x22dcd8,'change:archivedAt',(_0x4aa9b6,_0x19208e,_0xfc5900)=>{_0xfc5900?this['archivedThreads']['has'](_0x22dcd8)||this['archivedThreads']['add'](_0x22dcd8,this['_calculatePosition'](_0x22dcd8['archivedAt'])):this['archivedThreads']['has'](_0x22dcd8)&&this['archivedThreads']['remove'](_0x22dcd8);});}),this['listenTo'](_0x2583d5,'removeCommentThread',(_0x3fb570,{threadId:_0xb57e7b})=>{const _0x355dca=_0x2583d5['getCommentThread'](_0xb57e7b);this['stopListening'](_0x355dca),this['archivedThreads']['has'](_0x355dca)&&this['archivedThreads']['remove'](_0x355dca);},{'priority':'highest'}),this['listenTo'](_0x46b383['collection'],'focus',(_0xe1527,_0x334c59)=>{_0x334c59['isActive']=!0x0,_0x46b383['activate'](_0x334c59);});}['_calculatePosition'](_0x184a81){const _0xd6ef4b=[...this['archivedThreads']]['findIndex'](_0x1666b6=>_0x1666b6['archivedAt']<_0x184a81);return _0xd6ef4b>-0x1?_0xd6ef4b:this['archivedThreads']['length'];}}class a extends _0x38eb76{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x3b1bea];}constructor(_0x2341a5){super(_0x2341a5),this['annotationViews']=new _0x4b34a0(),this['_pendingThreads']=[];}['init'](){this['editor']['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x14b11d,!0x0)),this['editor']['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>this['_createCommentsArchiveButton'](_0x49a8fb));const _0x278851=this['editor']['plugins']['get'](p),_0x2d8fab=this['editor']['plugins']['get']('Annotations'),_0x3990d0=this['editor']['plugins']['get']('CommentsRepository');this['listenTo'](_0x278851['archivedThreads'],'add',(_0x196c07,_0x5aaea2)=>{const _0x41210a=this['editor']['config']['get']('collaboration.channelId');if(!_0x41210a||_0x5aaea2['channelId']===_0x41210a){const _0x4396fc=_0x3990d0['_threadToController']['get'](_0x5aaea2);if(!_0x4396fc)return void this['_pendingThreads']['push'](_0x5aaea2);const _0x22f384=this['_calculatePosition'](_0x5aaea2['archivedAt']),_0x34ed4f=_0x2d8fab['getByInnerView'](_0x4396fc['view']);_0x34ed4f['isVisible']&&_0x2d8fab['_visibleAnnotations']['remove'](_0x34ed4f),this['annotationViews']['add'](_0x34ed4f['view'],_0x22f384);}}),this['listenTo'](_0x2d8fab['collection'],'add',(_0x51afb,_0x2caf57)=>{const _0x5f4b37=this['_pendingThreads']['find'](_0x1c7dd0=>{const _0x27c713=_0x3990d0['_threadToController']['get'](_0x1c7dd0);return _0x27c713&&_0x2caf57['innerView']===_0x27c713['view'];});if(_0x5f4b37){const _0x43935=this['_calculatePosition'](_0x5f4b37['archivedAt']);this['annotationViews']['add'](_0x2caf57['view'],_0x43935),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x5f4b37),0x1);}}),this['listenTo'](_0x278851['archivedThreads'],'remove',(_0x338a5c,_0x1946b1)=>{const _0x2c7f1f=this['editor']['config']['get']('collaboration.channelId');if(!_0x2c7f1f||_0x1946b1['channelId']===_0x2c7f1f){const _0x24dc0f=_0x3990d0['_threadToController']['get'](_0x1946b1),_0x333e89=_0x2d8fab['getByInnerView'](_0x24dc0f['view']);this['annotationViews']['remove'](_0x333e89['view']),this['stopListening'](_0x333e89['focusableElements']);}});}['_calculatePosition'](_0x72a23d){const _0x3dd2f0=this['editor']['config']['get']('collaboration.channelId'),_0x206459=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x231454=>_0x231454['channelId']===_0x3dd2f0)['findIndex'](_0x1483af=>_0x1483af['archivedAt']<_0x72a23d);return _0x206459<0x0||_0x206459>this['annotationViews']['length']?this['annotationViews']['length']:_0x206459-0x1;}['_toggleDialog'](){const _0x149d4b=this['editor'],_0x2492c6=_0x149d4b['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new X(_0x149d4b['locale'],this['annotationViews'])),'commentsArchive'===_0x2492c6['id']?_0x2492c6['hide']():_0x2492c6['show']({'id':'commentsArchive','title':W(_0x149d4b['locale'],'COMMENTS_ARCHIVE'),'icon':Q,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x5450e5['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x2e47ed,_0x33563e=!0x1){const _0x2ebab0=this['editor']['locale'],_0x4c90be=new _0x2e47ed(_0x2ebab0);return _0x4c90be['bind']('isEnabled')['to'](this,'isEnabled'),_0x4c90be['set']({'label':W(_0x2ebab0,'COMMENTS_ARCHIVE'),'icon':Q}),_0x33563e&&(_0x4c90be['tooltip']=!0x0),this['listenTo'](_0x4c90be,'execute',()=>this['_toggleDialog']()),_0x4c90be;}}class f extends _0x38eb76{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};
|