@ckeditor/ckeditor5-comments 42.0.0-alpha.15 → 42.0.0-alpha.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/comments.js +1 -1
- package/dist/index.js +9 -9
- package/package.json +3 -3
- package/src/comments/commentsrepository.js +3 -3
package/dist/index.js
CHANGED
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Editor as mt,icons as
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
((()=>Rt)());constructor(_0x21a316={}){(_0x21a316=Object['assign']({},_0x21a316))['plugins']||(_0x21a316['plugins']=St['defaultPlugins']),super(_0x21a316),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 _0x21e26b=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x21e26b))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x3a3519=>{const _0x1cefee=this['model']['document']['getRoot'](),_0x5547a6=_0x1cefee&&_0x1cefee['getChild'](_0x1cefee['childCount']-0x1);_0x3a3519['setSelection'](_0x5547a6,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x12d24d=this['editing']['view'],_0x4eb5fa=_0x12d24d['document']['getRoot'](),_0x9b5b56=_0x4eb5fa['getChild'](0x0);_0x4eb5fa['childCount']>0x1||!_0x9b5b56||'p'!=_0x9b5b56['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(zt(_0x12d24d,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x9b5b56['placeholder']=this['placeholder']),Ft({'view':_0x12d24d,'element':_0x9b5b56,'keepOnFocus':!0x0}),this['placeholderElement']=_0x9b5b56);}}class ei extends _t{['keystrokes'];['focusTracker'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x38c2c4,_0xa0ac99={}){super(_0x38c2c4),this['editor']=null,this['_editorConfig']=_0xa0ac99,this['keystrokes']=new Et(),this['focusTracker']=new _0x3536a3(),this['set']('value',_0xa0ac99['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',W(_0x38c2c4,'Reply...')),this['set']('submitLabel',W(_0x38c2c4,'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',(_0x24027d,_0x29da59)=>{this['cancelButtonView']['fire']('execute'),_0x29da59();}),this['on']('submit',(_0x566802,_0x5f0ea1)=>{_0x5f0ea1['length']>0xfde8?(alert(W(_0x38c2c4,'TOO_LONG_COMMENT_ALERT',[_0x5f0ea1['length'],0xfde8])),_0x566802['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 _0x254ca0=this['editor'];this['element']['insertBefore'](_0x254ca0['ui']['element'],this['element']['firstChild']),_0x254ca0['model']['document']['on']('change',()=>this['value']=_0x254ca0['getData']()),_0x254ca0['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:_0x2194f3}=this,_0x363782=new _0x183982(_0x2194f3);return _0x363782['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x363782['withText']=!0x0,_0x363782['bind']('label')['to'](this,'submitLabel'),_0x363782['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x363782['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x25863d,_0x7b1289)=>!_0x7b1289&&!!_0x25863d['trim']()),_0x363782;}['_createCancelButton'](){const {locale:_0x49d350}=this,_0x95a942=new _0x183982(_0x49d350);return _0x95a942['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x95a942['label']=W(_0x49d350,'Cancel'),_0x95a942['withText']=!0x0,_0x95a942['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x95a942;}['_initializeFocusCycling'](_0x3f5638){const _0x452728=this['focusTracker'],_0x8d4067=new _0x3d4b74();[_0x3f5638['ui']['view'],this['submitButtonView'],this['cancelButtonView']]['forEach'](_0x27b2bf=>{_0x8d4067['add'](_0x27b2bf),_0x452728['add'](_0x27b2bf['element']);});const _0xb60376=new _0x31a948({'focusables':_0x8d4067,'focusTracker':_0x452728});this['keystrokes']['set']('tab',(_0x350e69,_0x5ed1dd)=>{_0xb60376['focusNext'](),_0x5ed1dd();},{'priority':'low'}),this['keystrokes']['set']('shift\x20+\x20tab',(_0x220746,_0x3e6af3)=>{_0xb60376['focusPrevious'](),_0x3e6af3();},{'priority':'low'});}}class Tt extends _t{constructor(_0x3f36d7,_0x54c56c,_0x4a984b){super(_0x3f36d7),this['commentInputView']=new ei(_0x3f36d7,_0x4a984b),this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x229e59,_0x5940cb)=>_0x229e59||!!_0x5940cb),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 _0x299292(_0x3f36d7,_0x54c56c),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(_0x2e9c7a){super(_0x2e9c7a);const _0x2d4e8a=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x2d4e8a['to']('count',_0x5d0665=>W(_0x2e9c7a,'NUMBER_OF_COMMENTS',_0x5d0665))}]});}}class xt extends _t{['commentViews'];['resolvedCommentView'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x4c3a61,_0x223960,_0x1123e6){super(_0x4c3a61),this['set']('hasDirtyComment',!0x1),this['set']('length',_0x223960['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x223960,this['_config']=_0x1123e6,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['_collapsedCommentsView']=new ts(_0x4c3a61),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x1ec1fd=>_0x1ec1fd-this['_config']['maxCommentsWhenCollapsed']);for(const _0xa21827 of _0x223960['comments'])this['_handleNewCommentModel'](_0xa21827);this['_handleInfoComment'](),this['listenTo'](_0x223960['comments'],'add',(_0x1053d1,_0x5ed3f1)=>{const _0xc11aa0=this['_calculatePosition'](_0x5ed3f1);this['length']++,this['_handleNewCommentModel'](_0x5ed3f1,_0xc11aa0),this['refreshVisibleViews']();}),this['listenTo'](_0x223960['comments'],'remove',(_0x5af4ff,_0x2afb78)=>{this['length']--,this['_handleRemoveCommentModel'](_0x2afb78),this['refreshVisibleViews']();}),this['listenTo'](_0x223960,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x223960,'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 _0x5817e8 of this['commentViews'])_0x5817e8['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x3c3011,_0x1a83bd){const _0x47a594=new this['_config']['CommentView'](this['locale'],_0x3c3011,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x47a594['viewUid']=_0x3c3011['id'],_0x47a594['delegate']('removeComment')['to'](this),_0x47a594['delegate']('updateComment')['to'](this),_0x47a594['delegate']('resolveCommentThread')['to'](this),_0x47a594['delegate']('editorReady')['to'](this),_0x47a594['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x47a594,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x47a594,_0x1a83bd);}['_calculatePosition'](_0xf251b2){const _0x58e0cc=this['_model']['_findOptimalIndex'](_0xf251b2);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0xf251b2['authoredAt']?_0x58e0cc-0x1:_0x58e0cc:_0x58e0cc-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x44a439={'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'],_0x44a439,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x44a439));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x45a5f2){const _0x55ff43=this['commentViews']['remove'](_0x45a5f2['id']);this['stopListening'](_0x55ff43),_0x55ff43['isEditMode']&&this['_updateHasDirtyComment'](),_0x55ff43['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x4c4528=>_0x4c4528['isEditMode']);}['_rearrangeCollapse'](){const _0xfa5c52=function(_0x3a360b){const _0x4be44d=new _0x4d800d();for(const _0x18b18e of _0x3a360b)_0x4be44d['add'](_0x18b18e);return _0x4be44d;}(this['commentViews']),_0x56880d=this['_collapsedCommentsView']['count'];for(let _0x426245=0x1;_0x426245<=_0x56880d;_0x426245++)_0xfa5c52['remove'](0x1);for(const _0x41c569 of _0xfa5c52)_0x41c569['collapse']();_0x56880d>0x0&&_0xfa5c52['add'](this['_collapsedCommentsView'],0x1),is(_0x2fa44e(Array['from'](this['visibleViews']),Array['from'](_0xfa5c52)),this['visibleViews'],_0xfa5c52);}['_rearrangeExpand'](){is(_0x2fa44e(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0xdb2a55 of this['visibleViews'])_0xdb2a55['expand']();}}function is(_0x290467,_0x5d0e9d,_0x4464b3){let _0x5c389c=0x0;for(const _0x41743a of _0x290467)switch(_0x41743a){case'insert':_0x5d0e9d['add'](_0x4464b3['get'](_0x5c389c),_0x5c389c),_0x5c389c++;break;case'delete':_0x5d0e9d['remove'](_0x5c389c);break;case'equal':_0x5c389c++;}}class Zt extends _t{['_model'];['reopenButtonView'];constructor(_0x34a4a9,_0x4de5c8){super(_0x34a4a9);const _0x21c62b=this['bindTemplate'];this['_model']=_0x4de5c8,this['reopenButtonView']=this['_createReopenButton'](),this['bind']('hasContext')['to'](this['_model'],'context',_0x404253=>!!_0x404253),this['bind']('contextValue')['to'](this['_model'],'context',_0x5e960d=>_0x5e960d&&_0x5e960d['value']?this['_trimContextValue'](_0x5e960d['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',_0x21c62b['if']('hasContext','ck-context--quotes')]},'children':[{'tag':'span','attributes':{'class':['ck-context__value']},'children':[{'text':_0x21c62b['to']('contextValue')}]}]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions']();}['_createReopenButton'](){const _0x345767=new _0x183982(this['locale']);return _0x345767['label']=W(this['locale'],'Reopen'),_0x345767['tooltip']=W(this['locale'],'Reopen'),_0x345767['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>',_0x345767['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x59c457=>!_0x59c457),_0x345767['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x31c274,_0x4a36f4)=>_0x31c274&&_0x4a36f4),_0x345767['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x345767;}['_trimContextValue'](_0x29abef){if(_0x29abef['length']<0x96)return _0x29abef;const _0x25ee6e=_0x29abef['lastIndexOf']('\x20',0x93);return _0x29abef['substring'](0x0,_0x25ee6e>-0x1?_0x25ee6e:0x93)+'...';}['_attachContextActions'](){const _0x2454a5=this['element']['querySelector']('.ck-context'),_0x16e8e3=_0x2454a5['querySelector']('.ck-context__value');this['listenTo'](_0x2454a5,'mouseenter',()=>{_0x16e8e3['offsetWidth']<_0x16e8e3['scrollWidth']&&_0x2454a5['classList']['add']('overlay');}),this['listenTo'](_0x2454a5,'mouseleave',()=>{_0x2454a5['classList']['remove']('overlay');});}}class ti extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];constructor(_0x51a9d5,_0x1da86c,_0x259040,_0x23aa6e){super(_0x51a9d5),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x1da86c,this['_localUser']=_0x259040,this['_config']=_0x23aa6e,this['commentThreadHeaderView']=new Zt(_0x51a9d5,_0x1da86c),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x51a9d5,_0x1da86c,Object['assign']({'CommentView':this['_config']['CommentView']},_0x23aa6e)),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',(_0xe1e839,_0x40fa31)=>_0xe1e839||!!_0x40fa31),this['bind']('isUnlinked')['to'](_0x1da86c,'unlinkedAt',_0x24e782=>!!_0x24e782);}['focus'](){this['element']['focus']();}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x219f2d=new Tt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x162a52=_0x219f2d['commentInputView'];return _0x219f2d['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x162a52,'value',(_0xe43902,_0xfe3b63,_0x52bae8,_0x164baa,_0x41a73f)=>!!_0x41a73f||!!_0x164baa&&_0x52bae8&&!_0xfe3b63||_0xe43902&&_0x52bae8&&!_0xfe3b63),_0x162a52['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x576dc2,_0x234906,_0x48a87a)=>{let _0x445bec;return _0x445bec=_0x48a87a&&_0x234906?'Reply\x20to\x20reopen\x20discussion...':_0x576dc2?'Reply...':'Write\x20a\x20comment...',W(this['locale'],_0x445bec);}),_0x162a52['bind']('submitLabel')['to'](this,'length',_0xe4eac6=>W(this['locale'],_0xe4eac6?'Reply':'Comment')),_0x162a52['on']('submit',(_0x14d090,_0x14764e)=>{this['fire']('addComment',_0x14764e),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x162a52['on']('cancel',()=>{this['focus']();}),_0x162a52['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x162a52['on']('cancel',_0x28631a=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x28631a['stop']());}),this['on']('change:isActive',(_0x15b914,_0x3fde01,_0x56c9bb)=>{_0x56c9bb||this['length']||_0x162a52['value']||this['fire']('removeCommentThread');}),_0x219f2d;}}class yt extends/* #__PURE__ -- @preserve */
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
_0x5f18e2(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x34af14,target:_0x49ecb9,type:_0x3e9804,isVisible:_0x36ecae=!0x0}){super(),this['view']=_0x34af14,this['view']['element']||this['view']['render'](),this['_type']=_0x3e9804,this['_target']=_0x49ecb9,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x4d800d([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0xbfb22,_0x32fdcc)=>{this['view']['focusTracker']['add'](_0x32fdcc);}),this['focusableElements']['on']('remove',(_0x24c8b9,_0x5284bd)=>{this['view']['focusTracker']['remove'](_0x5284bd);}),this['set']('isVisible',_0x36ecae);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x5c0120=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x5c0120),_0x5c0120;}get['targetRect'](){const _0x118594=this['target'];if(null===_0x118594)return null;if(_0x118594 instanceof _0x3636c2)return _0x118594;const _0x3b6334=_0x118594['filter'](_0x209a8a=>function(_0x4eaaf5){const _0x1c2a69=_0x4eaaf5['offsetParent'];if(_0x1c2a69)return!0x0;const _0x2533e7=_0x4eaaf5['getClientRects']()['item'](0x0);return!!_0x2533e7;}(_0x209a8a));return 0x0===_0x3b6334['length']?null:new _0x3636c2(_0x3b6334[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x136323){this['view']['isActive']=_0x136323,this['view']['mainView']['isActive']=_0x136323;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x1b4cca){if(!(null===_0x1b4cca||_0x1b4cca instanceof _0x3636c2||Array['isArray'](_0x1b4cca)&&_0x1b4cca['every'](_0x145d97=>ee(_0x145d97))))throw new _0xdffd77('annotation-invalid-target',null,{'target':_0x1b4cca});}['_getNormalizedTarget'](){const _0x4b08d0='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x4b08d0)?[_0x4b08d0]:_0x4b08d0;}}function ee(_0x477571){return null!==_0x477571&&'object'==typeof _0x477571&&'nodeType'in _0x477571&&0x1===_0x477571['nodeType'];}class x extends _0x4d800d{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x46c946=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x3536a3(),this['_focusTracker']['on']('change:isFocused',(_0x4d2416,_0x8bde42,_0xf72071)=>{_0xf72071||this['fire']('blur');});for(const _0x3a6879 of _0x46c946)this['add'](_0x3a6879);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x18ee07){if(this['has'](_0x18ee07))throw new _0xdffd77('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x18ee07['innerView'],_0x18ee07),this['_viewToAnnotation']['set'](_0x18ee07['view'],_0x18ee07);for(const _0x297d66 of _0x18ee07['focusableElements'])this['_focusTracker']['add'](_0x297d66);this['listenTo'](_0x18ee07['focusableElements'],'add',(_0x4f763f,_0x373de1)=>{this['_focusTracker']['add'](_0x373de1);}),this['listenTo'](_0x18ee07['focusableElements'],'remove',(_0x21da6a,_0x246144)=>{this['_focusTracker']['remove'](_0x246144);}),this['listenTo'](_0x18ee07['view']['focusTracker'],'change:isFocused',(_0x1f02fb,_0x1a603b,_0x1f88a9)=>{_0x1f88a9&&this['fire']('focus',_0x18ee07);}),_0x18ee07['updateTargetRect']();const _0x17d445=this['_getOrderInContent'](_0x18ee07['view']['targetRect']);return super['add'](_0x18ee07,_0x17d445);}['remove'](_0xe97cae){if(!this['has'](_0xe97cae))throw new _0xdffd77('annotationcollection-not-existing-item',null);this['stopListening'](_0xe97cae['view']['focusTracker']),this['stopListening'](_0xe97cae['focusableElements']);for(const _0x319ef of _0xe97cae['focusableElements'])this['_focusTracker']['remove'](_0x319ef);return this['_viewToAnnotation']['delete'](_0xe97cae['view']),this['_innerViewToAnnotation']['delete'](_0xe97cae['innerView']),super['remove'](_0xe97cae);}['getByInnerView'](_0x2b72bc){return this['_innerViewToAnnotation']['get'](_0x2b72bc);}['getByView'](_0x568f12){return this['_viewToAnnotation']['get'](_0x568f12);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x450149 of this)_0x450149['updateTargetRect']();this['_sort']();}['_sort'](){const _0x4a1a3c=Array['from'](this)['sort']((_0xa49827,_0x337a12)=>v(_0xa49827['view']['targetRect'],_0x337a12['view']['targetRect']));for(let _0x291224=_0x4a1a3c['length']-0x1;_0x291224>0x0;_0x291224--){const _0x28e89f=_0x4a1a3c[_0x291224];_0x291224!==this['getIndex'](_0x28e89f)&&(this['remove'](_0x28e89f),this['add'](_0x28e89f));}}['_getOrderInContent'](_0x178f9a){let _0x2c11e0=0x0;if(!_0x178f9a)return this['length'];for(const _0xd74df9 of this){const _0x3cbf34=_0xd74df9['view']['targetRect'];if(_0x3cbf34){if(v(_0x178f9a,_0x3cbf34)<0x0)return _0x2c11e0;_0x2c11e0++;}}return _0x2c11e0;}}function v(_0x16c48c,_0x421e83){if(null===_0x16c48c&&null===_0x421e83)return 0x0;if(null===_0x16c48c)return-0x1;if(null===_0x421e83)return 0x1;const _0x4cd66a=_0x16c48c['top']-_0x421e83['top'];return 0x0==_0x4cd66a?_0x16c48c['left']-_0x421e83['left']:_0x4cd66a;}class b extends _0x32e4a9{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x44201f){super(_0x44201f),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations']();}['add'](_0x5bd0f4){this['collection']['add'](_0x5bd0f4);}['remove'](_0x4da22c){this['collection']['remove'](_0x4da22c),_0x4da22c['destroy']();}['refreshVisibility'](){for(const _0x5322bf of this['collection'])_0x5322bf['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x1ae4ef){return this['collection']['getByInnerView'](_0x1ae4ef);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x4e9dae of this['collection'])_0x4e9dae['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x14cc8e){this['fire']('_activateAnnotation',_0x14cc8e);}['createAnnotation'](_0xd7209a){return new d(_0xd7209a);}['createAnnotationView'](_0x569c76,_0x4092ae){return new V(_0x569c76,_0x4092ae);}['_addActiveAnnotation'](_0x3f0868){const _0x19dc1a=new Set(this['activeAnnotations']);_0x19dc1a['add'](_0x3f0868),this['activeAnnotations']=_0x19dc1a;}['_removeActiveAnnotation'](_0x2529ea){const _0x5cacc4=new Set(this['activeAnnotations']);_0x5cacc4['delete'](_0x2529ea),this['activeAnnotations']=_0x5cacc4;}['_bindAnnotationsToVisibleAnnotations'](){const _0xf4899f=this['collection'],_0xaf1bfe=this['_visibleAnnotations'];function _0x476e54(_0x5a7d1c){const _0x3b1d35=_0x5a7d1c['source'];_0x3b1d35['isVisible']&&!_0xaf1bfe['has'](_0x3b1d35)?_0xaf1bfe['add'](_0x3b1d35):!_0x3b1d35['isVisible']&&_0xaf1bfe['has'](_0x3b1d35)&&_0xaf1bfe['remove'](_0x3b1d35),_0x3b1d35['view']['focusTracker']['remove'](_0x3b1d35['view']['element']),_0x3b1d35['view']['focusTracker']['add'](_0x3b1d35['view']['element']);}this['listenTo'](_0xf4899f,'add',(_0x494898,_0x7355fb)=>{_0x7355fb['isVisible']&&_0xaf1bfe['add'](_0x7355fb),this['listenTo'](_0x7355fb,'change:isVisible',_0x476e54);}),this['listenTo'](_0xf4899f,'remove',(_0x5bf6ec,_0x247f55)=>{_0xaf1bfe['has'](_0x247f55)&&_0xaf1bfe['remove'](_0x247f55),this['stopListening'](_0x247f55,'change:isVisible',_0x476e54);});}}const Ct=Symbol('noChannel'),vt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x32e4a9{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[b,ht,lt];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x3015e5){super(_0x3015e5),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 _0x1ffcb3=this['context']['config'];_0x1ffcb3['define']('comments.maxCommentsWhenCollapsed',0x2),_0x1ffcb3['define']('comments.maxThreadTotalWeight',0x1f4),_0x1ffcb3['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x1ffcb3['define']('comments.CommentThreadView',yt),_0x1ffcb3['define']('comments.CommentView',At),_0x1ffcb3['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x4ae4b8=this['context']['plugins']['get'](b);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x178139,_0x375bf0)=>this['_addCommentThread'](_0x375bf0)),this['on']('submitCommentThread',(_0x8677c1,_0x3d7fd0)=>this['_submitCommentThread'](_0x3d7fd0)),this['on']('resolveCommentThread',(_0x33cf38,_0x11d845)=>this['_resolveCommentThread'](_0x11d845)),this['on']('resolveCommentThread',(_0x147079,_0x3861e7)=>this['_updateActiveAnnotation'](_0x3861e7),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x4bfd94,_0x4c3168)=>this['_reopenCommentThread'](_0x4c3168)),this['on']('reopenCommentThread',(_0xee2558,_0x5f1283)=>this['_updateActiveAnnotation'](_0x5f1283),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x468313,_0x50118c)=>this['_removeCommentThread'](_0x50118c)),this['on']('updateCommentThread',(_0x4edc81,_0x18ea1a)=>this['_updateCommentThread'](_0x18ea1a)),this['on']('updateCommentThread',(_0x367883,_0x343d94)=>this['_updateActiveAnnotation'](_0x343d94),{'priority':'lowest'}),this['on']('addComment',(_0x467697,_0x5d263a)=>this['_addComment'](_0x5d263a)),this['on']('updateComment',(_0x51a261,_0x26e332)=>this['_updateComment'](_0x26e332)),this['on']('removeComment',(_0x48edfa,_0x1a12fa)=>this['_removeComment'](_0x1a12fa)),this['on']('addComment',(_0x5e0e6d,{threadId:_0x1f1b78,isFromAdapter:_0x463d9c})=>{if(_0x463d9c)return;const _0xd3f051=this['getCommentThread'](_0x1f1b78),_0x27c927=_0xd3f051&&this['_threadToController']['get'](_0xd3f051);_0x27c927&&_0x27c927['view']['focus']();},{'priority':'lowest'}),this['listenTo'](_0x4ae4b8,'change:activeAnnotations',(_0xc5f8f3,_0x4c435a,_0x1f936b)=>{const _0x60464c=Array['from'](_0x1f936b)['map'](_0x535222=>this['_viewToController']['get'](_0x535222['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x60464c?_0x60464c['model']:null;});}['afterInit'](){!function(_0xf02690){function _0x4df036(_0x52d475,_0x633f9d,_0x17c0f7){const _0x57dc1b={};_0x57dc1b[_0x1446d6([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x57dc1b[_0x1446d6([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],_0x57dc1b[_0x1446d6([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],_0x57dc1b[_0x1446d6([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],_0x57dc1b[_0x1446d6([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],_0x57dc1b[_0x1446d6([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],_0x57dc1b[_0x1446d6([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],_0x57dc1b[_0x1446d6([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],_0x57dc1b[_0x1446d6([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],_0x57dc1b[_0x1446d6([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],_0x57dc1b[_0x1446d6([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 _0x235d46=new Uint8Array(0x10);for(let _0x3cfa39=0xf;_0x3cfa39>=0x0;--_0x3cfa39)_0x235d46[_0x3cfa39]=_0x17c0f7%0x100,_0x17c0f7=parseInt(_0x17c0f7/0x100);let _0x1862fd=null,_0x2dc8bb=0x10;const _0x3c9306=new Uint8Array(_0x633f9d),_0xa7b554=[],_0xeb4cf4=[];_0x185b22();for(let _0x1dc6aa=0x0;_0x1dc6aa<_0x52d475[_0x1446d6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1dc6aa++)0x10===_0x2dc8bb&&(_0x1862fd=_0x3340cd(_0x235d46),_0x2dc8bb=0x0,_0x57ad2e(_0x235d46)),_0x52d475[_0x1dc6aa]^=_0x1862fd[_0x2dc8bb++];return _0x52d475;function _0x5a4d19(_0x45e1d8){const _0x41b747=[];for(let _0x243d6b=0x0;_0x243d6b<_0x45e1d8[_0x1446d6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x243d6b+=0x4)_0x41b747[_0x1446d6([0x70,0x75,0x73,0x68])](_0x45e1d8[_0x243d6b]<<0x18|_0x45e1d8[_0x243d6b+0x1]<<0x10|_0x45e1d8[_0x243d6b+0x2]<<0x8|_0x45e1d8[_0x243d6b+0x3]);return _0x41b747;}function _0x57ad2e(_0x5b5109){for(let _0x4a5892=0xf;_0x4a5892>=0x0;_0x4a5892--){if(0xff!==_0x5b5109[_0x4a5892]){_0x5b5109[_0x4a5892]++;break;}_0x5b5109[_0x4a5892]=0x0;}}function _0x3340cd(_0x57d517){const _0x4d4912=_0xa7b554[_0x1446d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0xbbcbdc=[0x0,0x0,0x0,0x0];let t=_0x5a4d19(_0x57d517);for(let _0x2deaa0=0x0;_0x2deaa0<0x4;_0x2deaa0++)t[_0x2deaa0]^=_0xa7b554[0x0][_0x2deaa0];for(let _0x3f12f4=0x1;_0x3f12f4<_0x4d4912;_0x3f12f4++){for(let _0x4d79b9=0x0;_0x4d79b9<0x4;_0x4d79b9++)_0xbbcbdc[_0x4d79b9]=_0x57dc1b[_0x1446d6([0x54,0x31])][t[_0x4d79b9]>>0x18&0xff]^_0x57dc1b[_0x1446d6([0x54,0x32])][t[(_0x4d79b9+0x1)%0x4]>>0x10&0xff]^_0x57dc1b[_0x1446d6([0x54,0x33])][t[(_0x4d79b9+0x2)%0x4]>>0x8&0xff]^_0x57dc1b[_0x1446d6([0x54,0x34])][0xff&t[(_0x4d79b9+0x3)%0x4]]^_0xa7b554[_0x3f12f4][_0x4d79b9];t=_0xbbcbdc[_0x1446d6([0x73,0x6c,0x69,0x63,0x65])]();}const _0x37f340=new Uint8Array(0x10);let _0x1c433;for(let _0x326e0c=0x0;_0x326e0c<0x4;_0x326e0c++)_0x1c433=_0xa7b554[_0x4d4912][_0x326e0c],_0x37f340[0x4*_0x326e0c]=0xff&(_0x57dc1b[_0x1446d6([0x53])][t[_0x326e0c]>>0x18&0xff]^_0x1c433>>0x18),_0x37f340[0x4*_0x326e0c+0x1]=0xff&(_0x57dc1b[_0x1446d6([0x53])][t[(_0x326e0c+0x1)%0x4]>>0x10&0xff]^_0x1c433>>0x10),_0x37f340[0x4*_0x326e0c+0x2]=0xff&(_0x57dc1b[_0x1446d6([0x53])][t[(_0x326e0c+0x2)%0x4]>>0x8&0xff]^_0x1c433>>0x8),_0x37f340[0x4*_0x326e0c+0x3]=0xff&(_0x57dc1b[_0x1446d6([0x53])][0xff&t[(_0x326e0c+0x3)%0x4]]^_0x1c433);return _0x37f340;}function _0x185b22(){const _0x5deca1=_0x57dc1b[_0x1446d6([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x3c9306[_0x1446d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x1f3acf=0x0;_0x1f3acf<=_0x5deca1;_0x1f3acf++)_0xa7b554[_0x1446d6([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0xeb4cf4[_0x1446d6([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x3a0819=0x4*(_0x5deca1+0x1),_0x2d5cd1=_0x3c9306[_0x1446d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x22560c=_0x5a4d19(_0x3c9306);let _0xa8eaa4;for(let _0x2b2afb=0x0;_0x2b2afb<_0x2d5cd1;_0x2b2afb++)_0xa8eaa4=_0x2b2afb>>0x2,_0xa7b554[_0xa8eaa4][_0x2b2afb%0x4]=_0x22560c[_0x2b2afb],_0xeb4cf4[_0x5deca1-_0xa8eaa4][_0x2b2afb%0x4]=_0x22560c[_0x2b2afb];let _0x2eabe7,_0x299d5f=0x0,t=_0x2d5cd1;for(;t<_0x3a0819;){_0x2eabe7=_0x22560c[_0x2d5cd1-0x1],_0x22560c[0x0]^=_0x57dc1b[_0x1446d6([0x53])][_0x2eabe7>>0x10&0xff]<<0x18^_0x57dc1b[_0x1446d6([0x53])][_0x2eabe7>>0x8&0xff]<<0x10^_0x57dc1b[_0x1446d6([0x53])][0xff&_0x2eabe7]<<0x8^_0x57dc1b[_0x1446d6([0x53])][_0x2eabe7>>0x18&0xff]^_0x57dc1b[_0x1446d6([0x72,0x63,0x6f,0x6e])][_0x299d5f]<<0x18,_0x299d5f+=0x1;for(let _0x243de6=0x1;_0x243de6<_0x2d5cd1/0x2;_0x243de6++)_0x22560c[_0x243de6]^=_0x22560c[_0x243de6-0x1];_0x2eabe7=_0x22560c[_0x2d5cd1/0x2-0x1],_0x22560c[_0x2d5cd1/0x2]^=_0x57dc1b[_0x1446d6([0x53])][0xff&_0x2eabe7]^_0x57dc1b[_0x1446d6([0x53])][_0x2eabe7>>0x8&0xff]<<0x8^_0x57dc1b[_0x1446d6([0x53])][_0x2eabe7>>0x10&0xff]<<0x10^_0x57dc1b[_0x1446d6([0x53])][_0x2eabe7>>0x18&0xff]<<0x18;for(let _0x3f04c3=_0x2d5cd1/0x2+0x1;_0x3f04c3<_0x2d5cd1;_0x3f04c3++)_0x22560c[_0x3f04c3]^=_0x22560c[_0x3f04c3-0x1];let _0x4b7ce2,_0xa3ba5,_0x336655=0x0;for(;_0x336655<_0x2d5cd1&&t<_0x3a0819;)_0x4b7ce2=t>>0x2,_0xa3ba5=t%0x4,_0xa7b554[_0x4b7ce2][_0xa3ba5]=_0x22560c[_0x336655],_0xeb4cf4[_0x5deca1-_0x4b7ce2][_0xa3ba5]=_0x22560c[_0x336655++],t++;}for(let _0x5ceb38=0x1;_0x5ceb38<_0x5deca1;_0x5ceb38++)for(let _0x1a68eb=0x0;_0x1a68eb<0x4;_0x1a68eb++)_0x2eabe7=_0xeb4cf4[_0x5ceb38][_0x1a68eb],_0xeb4cf4[_0x5ceb38][_0x1a68eb]=_0x57dc1b[_0x1446d6([0x55,0x31])][_0x2eabe7>>0x18&0xff]^_0x57dc1b[_0x1446d6([0x55,0x32])][_0x2eabe7>>0x10&0xff]^_0x57dc1b[_0x1446d6([0x55,0x33])][_0x2eabe7>>0x8&0xff]^_0x57dc1b[_0x1446d6([0x55,0x34])][0xff&_0x2eabe7];}}function _0x1446d6(_0x39d3d2){return _0x39d3d2['map'](_0x902e4b=>String['fromCharCode'](_0x902e4b))['join']('');}(_0x52044e=>{function _0x46fc2e(){const _0x4e1c92=[{[_0x1446d6([0x69,0x64])]:0x1,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x1446d6([0x69,0x64])]:0x2,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([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]),[_0x1446d6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1446d6([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x1446d6([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x1446d6([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x1446d6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1446d6([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x1446d6([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x1446d6([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x1446d6([0x69,0x64])]:0x3,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x1446d6([0x69,0x64])]:0x4,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([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]),[_0x1446d6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1446d6([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x1446d6([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x1446d6([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x1446d6([0x69,0x64])]:0x5,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([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]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1446d6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1446d6([0x66,0x67,0x69])]:[0xc]}},{[_0x1446d6([0x69,0x64])]:0x6,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1446d6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1446d6([0x66,0x67,0x69])]:[0xc]}},{[_0x1446d6([0x69,0x64])]:0x7,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1446d6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1446d6([0x66,0x67,0x69])]:[0xc]}},{[_0x1446d6([0x69,0x64])]:0x8,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([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]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1446d6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1446d6([0x66,0x67,0x69])]:[0xc]}},{[_0x1446d6([0x69,0x64])]:0x9,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1446d6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1446d6([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x1446d6([0x69,0x64])]:0xa,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([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]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([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]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([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]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1446d6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1446d6([0x66,0x67,0x69])]:[0xc]}},{[_0x1446d6([0x69,0x64])]:0xb,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x1446d6([0x69,0x64])]:0xc,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x1446d6([0x69,0x64])]:0xd,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1446d6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1446d6([0x66,0x67,0x69])]:[0xc]}},{[_0x1446d6([0x69,0x64])]:0xe,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x1446d6([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([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])},{[_0x1446d6([0x69,0x64])]:0xf,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x1446d6([0x69,0x64])]:0x10,[_0x1446d6([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x4d,0x65,0x72,0x67,0x65,0x20,0x54,0x61,0x67,0x73]),[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1446d6([0x4d,0x65,0x72,0x67,0x65,0x54,0x61,0x67,0x73,0x55,0x49]),[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1446d6([0x6d,0x65,0x72,0x67,0x65,0x54,0x61,0x67,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1446d6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1446d6([0x66,0x67,0x69])]:[0xc]}}];return _0x51d2ae(_0x4e1c92),_0x4e1c92;function _0x16ded5(_0x19e1a5){return 0x1<<_0x19e1a5-0x1;}function _0x51d2ae(_0xcb179d){_0xcb179d[_0x1446d6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5d7eb1=>{_0x5d7eb1[_0x1446d6([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x16ded5(_0x5d7eb1[_0x1446d6([0x69,0x64])]),_0x4cd336(_0x5d7eb1)&&_0x5d7eb1[_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x51d2ae(_0x5d7eb1[_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x4cd336(_0x242128){return _0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x242128;}const _0x6d2c27=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x4184ef=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x39b288(_0x4354cb){const _0x1fb4fc=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x47001c(_0x4354cb,new Uint8Array([..._0x6d2c27,..._0x1fb4fc,..._0x4184ef]));}function _0x47001c(_0x353b37,_0x3e1429){const _0x2a5eb5=_0x494553(_0x353b37),_0x4342a0=Array[_0x1446d6([0x66,0x72,0x6f,0x6d])](_0x379b5a(_0x2a5eb5)),_0x5683bb=_0x4342a0[_0x1446d6([0x70,0x6f,0x70])](),_0x458cfe=_0x4342a0[_0x1446d6([0x70,0x6f,0x70])]();return _0xbe5e21(_0x4df036(_0x4342a0,_0x3e1429,_0x458cfe+0x100*_0x5683bb));}function _0x494553(_0x37b70a){const _0x4b7549=atob(_0x37b70a),[_0x401444,_0x3377e1]=_0x4b7549[_0x1446d6([0x73,0x70,0x6c,0x69,0x74])](_0x1446d6([0x2d]));try{if(atob(_0x3377e1))return atob(_0x401444);}catch(_0x8058db){}return _0x4b7549;}function _0x400a3a(_0x8f0921){try{const _0x161afa=_0x39b288(_0x8f0921),_0x35c30c=JSON[_0x1446d6([0x70,0x61,0x72,0x73,0x65])](_0x161afa),_0x1fb7b8=parseInt(_0x35c30c[_0x1446d6([0x31])]),_0x4b506f=_0x35c30c[_0x1446d6([0x32])]||'',_0x296ee8=parseInt(_0x35c30c[_0x1446d6([0x33])]),_0xc44126=parseInt(_0x35c30c[_0x1446d6([0x34])])||0x0,_0xead218=parseInt(_0x35c30c[_0x1446d6([0x35])])||0x0;return{[_0x1446d6([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x4b506f,[_0x1446d6([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0xc44126,[_0x1446d6([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x1fb7b8,[_0x1446d6([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x296ee8,[_0x1446d6([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0xead218};}catch(_0x4ae884){return null;}}const _0x11038f=_0x46fc2e(),_0x2c073f={[_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x3ece64,[_0x1446d6([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])]:_0x28bf4f,[_0x1446d6([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])]:_0x482cb3},_0x47db92=_0x52044e[_0x1446d6([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x3af7ca=_0x1446d6([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x52044e?_0x52044e['context']:_0x52044e['editor'],_0x39b15b=_0x1446d6([0x34,0x30,0x34,0x38,0x31,0x32,0x34,0x30]),_0x9265d7=_0x1446d6([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]),_0x458455=_0x3af7ca['config']['get'](_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0xe81a90=_0x11038f[_0x1446d6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4cd336)[_0x1446d6([0x66,0x69,0x6e,0x64])](_0x566032=>_0x566032[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x47db92);function _0x26bcb1(_0x186370,_0x3e54ef){_0x2c073f[_0x3e54ef[_0x1446d6([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x186370,_0x3e54ef),_0x3e54ef[_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x3e54ef[_0x1446d6([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x1446d6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5ea623=>_0x3286af(_0x3af7ca,_0x5ea623[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x1446d6([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x531ed2=>_0x26bcb1(_0x186370,_0x531ed2));}function _0x3ece64(_0x5dc74d,_0x52f223){_0x29e00e(_0x2584e2(_0x5dc74d,_0x52f223),_0x52f223);}function _0x28bf4f(_0x2bea6e,_0x1b91bd){function _0x34785c(_0x12e16a,_0x296a87){try{if(_0x3286af(_0x3af7ca,_0x1446d6([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x12e16a){const _0x3944dd=_0x64d097(_0x3af7ca,_0x1446d6([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x1446d6([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x3944dd)/0x2>_0x12e16a[_0x1446d6([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x5a52a7(_0x296a87[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x2584e2(_0x12e16a,_0x296a87);}catch(_0xdbd02e){return _0x5a52a7(_0x296a87[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x29e00e(_0x34785c(_0x2bea6e,_0x1b91bd),_0x1b91bd);}function _0x482cb3(_0x1f1f73,_0x2902a5){const _0x1833b7=_0x4184ef[0x0]*_0x6d2c27[0x1],_0x4b8441=_0x4184ef[0x0]*_0x6d2c27[0x2],_0x11d59f=_0x4184ef[0x2]*_0x6d2c27[0x2];_0x3286af(_0x3af7ca,_0x1446d6([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x64d097(_0x3af7ca,_0x1446d6([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1446d6([0x73,0x74,0x61,0x74,0x65])]==_0x1446d6([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x5b263e()]=_0x11d59f);function _0x2a41a5(_0x48e100,_0x55f21e){try{return _0xc24d18()?_0x5a52a7(_0x55f21e[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x56,0x61,0x6c,0x69,0x64])):_0x2584e2(_0x48e100,_0x55f21e);}catch(_0x1c445b){return _0x5a52a7(_0x55f21e[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x21b318(_0x2b9be5,_0x1479b2){const _0x92a1cf=0x7;if(_0x2b9be5==_0x1479b2[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x1048e7();else{if(_0x2b9be5==_0x1479b2[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x54,0x72,0x69,0x61,0x6c])){const _0xdb5b77=_0x3feb0a();_0xdb5b77&&_0x9f23bf(_0xdb5b77,_0x1479b2[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x3482e3=_0x3c590f();window[_0x1446d6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x9f23bf(_0x1446d6([0x74,0x69,0x6d,0x65]),_0x1479b2[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x3482e3);const _0x8b847e=_0x64d097(_0x3af7ca,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x1446d6([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x8b847e[_0x1446d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x92a1cf?_0x9f23bf(_0x1446d6([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x1479b2[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x8b847e['on'](_0x1446d6([0x61,0x64,0x64]),()=>{_0x8b847e[_0x1446d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x92a1cf&&_0x9f23bf(_0x1446d6([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x1479b2[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x3feb0a(){if(!_0x3286af(_0x3af7ca,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x51922f in window)if(Number['isNaN'](Number(_0x51922f))){if(window[_0x51922f]===_0x1833b7)return _0x1446d6([0x74,0x69,0x6d,0x65]);if(window[_0x51922f]===_0x4b8441)return _0x1446d6([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0xc24d18(){if(!_0x3286af(_0x3af7ca,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x4c2ee4 in window)if(Number['isNaN'](Number(_0x4c2ee4))&&window[_0x4c2ee4]===_0x11d59f)return!0x0;return!0x1;}function _0x9f23bf(_0x53ce16,_0xfa8ba1){_0x1048e7(),_0x5a52a7(_0xfa8ba1+_0x1446d6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x53ce16),window[_0x5b263e()]=_0x53ce16===_0x1446d6([0x74,0x69,0x6d,0x65])?_0x1833b7:_0x4b8441;}function _0x3c590f(){let _0x1bdfbf=_0x4184ef[0x6]*_0x6d2c27[0x8]*_0x6d2c27[0x6];return _0x3286af(_0x3af7ca,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x1bdfbf/=0xa),_0x1bdfbf;}function _0x1048e7(){const _0xcd7e46=_0x3af7ca;function _0x240d12(){_0x3286af(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x64d097(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1446d6([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x1446d6([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x64d097(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1446d6([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x64d097(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1446d6([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x2bc744,_0x64d097(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1446d6([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x2bc744,_0xcd7e46[_0x1446d6([0x6d,0x6f,0x64,0x65,0x6c])][_0x1446d6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2bc744,_0xcd7e46[_0x1446d6([0x6d,0x6f,0x64,0x65,0x6c])][_0x1446d6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2bc744,_0xcd7e46[_0x1446d6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1446d6([0x6d,0x6f,0x64,0x65,0x6c]))),_0x3286af(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x64d097(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1446d6([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x1446d6([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x64d097(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1446d6([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x64d097(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1446d6([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x2bc744,_0x64d097(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1446d6([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x2bc744);}_0xcd7e46[_0x1446d6([0x73,0x74,0x61,0x74,0x65])]==_0x1446d6([0x72,0x65,0x61,0x64,0x79])?_0x240d12():_0xcd7e46[_0x1446d6([0x6f,0x6e,0x63,0x65])](_0x1446d6([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x3286af(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x240d12(),_0x3286af(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x1e6622=_0x64d097(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0xef4577=_0x1e6622['getRevision'](0x0),_0x326afd=_0x1e6622['getEarlierVisibleRevision'](_0xef4577[_0x1446d6([0x69,0x64])]);_0x64d097(_0xcd7e46,_0x1446d6([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1446d6([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0xef4577[_0x1446d6([0x69,0x64])],_0x326afd?_0x326afd[_0x1446d6([0x69,0x64])]:null,0x1)['then'](()=>_0x240d12());}});}_0x21b318(_0x2a41a5(_0x1f1f73,_0x2902a5),_0x2902a5);}function _0x2584e2(_0x226890,_0x3d8ad4){try{return _0x10f08e(_0x3d8ad4)?_0x5a52a7(_0x3d8ad4[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x56,0x61,0x6c,0x69,0x64])):_0x226890&&_0x33c027(_0x226890[_0x1446d6([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x3d8ad4)?_0x226890[_0x1446d6([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x1446d6([0x6f,0x70,0x65,0x6e])][_0x1446d6([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x39b15b)/0x2>_0x226890[_0x1446d6([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x5a52a7(_0x3d8ad4[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x226890[_0x1446d6([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x5a52a7(_0x3d8ad4[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x54,0x72,0x69,0x61,0x6c])):_0x5a52a7(_0x3d8ad4[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x56,0x61,0x6c,0x69,0x64])):_0x5a52a7(_0x3d8ad4[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x43406c){return _0x5a52a7(_0x3d8ad4[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x29e00e(_0x174172,_0x5402c1){if(_0x3af7ca instanceof _0x29fb49){const _0x239cf2=_0x3af7ca;_0x174172==_0x5402c1[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x2fbd76(_0x239cf2):_0x174172==_0x5402c1[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x54,0x72,0x69,0x61,0x6c])&&window[_0x1446d6([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x2fbd76(_0x239cf2),_0x5a52a7(_0x5402c1[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x4184ef[0x6]*_0x6d2c27[0x8]*_0x6d2c27[0x6]),_0x239cf2[_0x1446d6([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x1446d6([0x6f,0x6e])](_0x1446d6([0x61,0x64,0x64]),(_0x2d7ebf,_0x2a5011)=>{_0x174172!=_0x5402c1[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x174172!=_0x5402c1[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x174172!=_0x5402c1[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x5604cb(_0x2a5011);});}else{const _0x23665b=_0x3af7ca;_0x174172==_0x5402c1[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x5604cb(_0x23665b):_0x174172==_0x5402c1[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x54,0x72,0x69,0x61,0x6c])&&_0x23665b[_0x1446d6([0x6f,0x6e])](_0x1446d6([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x941d73=0x0;_0x23665b[_0x1446d6([0x6d,0x6f,0x64,0x65,0x6c])][_0x1446d6([0x6f,0x6e])](_0x1446d6([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5e2167,_0x95349f)=>{_0x95349f[0x0][_0x1446d6([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x941d73++,0x1f8===_0x941d73&&(_0x5604cb(_0x23665b),_0x5a52a7(_0x5402c1[_0x1446d6([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1446d6([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x5e2167[_0x1446d6([0x6f,0x66,0x66])]());},{'priority':_0x1446d6([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x5a52a7(_0x51d056){const _0x2f9f0c=_0x5b263e();return _0x3af7ca[_0x2f9f0c]=_0x51d056,_0x51d056;}function _0x5b263e(){const _0xd6f70c=String(window[_0x1446d6([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1446d6([0x6e,0x6f,0x77])]())[_0x1446d6([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1446d6([0x2e]),'');let _0xc834c6='';for(let _0x4b5848=0x0;_0x4b5848<_0xd6f70c[_0x1446d6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4b5848+=0x2){let _0x230d9a=parseInt(_0xd6f70c[_0x1446d6([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4b5848,_0x4b5848+0x2));_0x230d9a>=_0x9265d7[_0x1446d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x230d9a-=_0x9265d7[_0x1446d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xc834c6+=_0x9265d7[_0x230d9a];}return _0xc834c6;}function _0x2fbd76(_0x3c4c29){for(const _0x427092 of _0x3c4c29[_0x1446d6([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x5604cb(_0x427092);_0x64d097(_0x3c4c29,_0x1446d6([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x1446d6([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x64d097(_0x3c4c29,_0x1446d6([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x1446d6([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x2bc744;}function _0x5604cb(_0x94d52a){function _0x38c11c(){_0x94d52a[_0x1446d6([0x6d,0x6f,0x64,0x65,0x6c])][_0x1446d6([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2bc744,_0x94d52a[_0x1446d6([0x6d,0x6f,0x64,0x65,0x6c])][_0x1446d6([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2bc744,_0x94d52a[_0x1446d6([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1446d6([0x6d,0x6f,0x64,0x65,0x6c]));}_0x94d52a[_0x1446d6([0x73,0x74,0x61,0x74,0x65])]==_0x1446d6([0x72,0x65,0x61,0x64,0x79])?_0x38c11c():_0x94d52a[_0x1446d6([0x6f,0x6e,0x63,0x65])](_0x1446d6([0x72,0x65,0x61,0x64,0x79]),()=>_0x38c11c());}function _0x2bc744(){return null;}function _0x33c027(_0x168476,_0x4bd645){const _0x47b460=!!(_0x168476&_0x4bd645[_0x1446d6([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x9b0db9=_0x2dffd2(_0x168476,_0x4bd645);return _0x47b460||_0x9b0db9;}function _0x2dffd2(_0x491c23,_0x436f0f){const _0x2616c1=(_0x436f0f[_0x1446d6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x1446d6([0x66,0x67,0x69])]||null;return!!_0x2616c1&&_0x11038f[_0x1446d6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1770f6=>_0x2616c1[_0x1446d6([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1770f6[_0x1446d6([0x69,0x64])]))[_0x1446d6([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2953e5=>!_0x1634ef(_0x2953e5))[_0x1446d6([0x73,0x6f,0x6d,0x65])](_0x3fef81=>!!(_0x491c23&_0x3fef81[_0x1446d6([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x1634ef(_0x27df1b){const _0x1abefb={[_0x1446d6([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])]:_0x522d95};return!!_0x27df1b['forbiddenHandler']&&_0x1abefb[_0x27df1b['forbiddenHandler']]();}function _0x522d95(){return!window[_0x1446d6([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x3286af(_0x3af7ca,_0x1446d6([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x10f08e(_0x43309e){if(!_0x3286af(_0x3af7ca,_0x43309e[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x376b3c=_0x43309e[_0x1446d6([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x4d1278=_0x376b3c[_0x1446d6([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x3a744f=_0x376b3c[_0x1446d6([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x437da8=_0x376b3c[_0x1446d6([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x3286af(_0x3af7ca,_0x1446d6([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x64d097(_0x3af7ca,_0x1446d6([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1446d6([0x73,0x74,0x61,0x74,0x65])]==_0x1446d6([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x4d1278)return!0x0;if(_0x3286af(_0x3af7ca,_0x1446d6([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x64d097(_0x3af7ca,_0x1446d6([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x1446d6([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x1446d6([0x65,0x6e,0x64])&&_0x3a744f)return!0x0;return!(!_0x3286af(_0x3af7ca,_0x1446d6([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]))||_0x64d097(_0x3af7ca,_0x1446d6([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]))[_0x1446d6([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x1446d6([0x65,0x6e,0x64])||!_0x437da8);}function _0x3286af(_0x1cd669,_0x117009){return _0x1cd669[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1446d6([0x68,0x61,0x73])](_0x117009);}function _0x64d097(_0x3533d1,_0x1e0aca){return _0x3533d1[_0x1446d6([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1446d6([0x67,0x65,0x74])](_0x1e0aca);}function _0xbe5e21(_0x1c6b99){let _0x411167='';for(const _0x26941e of _0x1c6b99)_0x411167+=String[_0x1446d6([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x26941e);return _0x411167;}function _0x379b5a(_0x36c4b4){const _0x4cf426=new Uint8Array(_0x36c4b4[_0x1446d6([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x31e315=0x0;_0x31e315<_0x36c4b4[_0x1446d6([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x31e315++)_0x4cf426[_0x31e315]=_0x36c4b4[_0x1446d6([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x31e315);return _0x4cf426;}_0xe81a90&&_0x26bcb1(_0x400a3a(_0x458455),_0xe81a90);})(_0xf02690);}(this);}set['adapter'](_0x8eae77){if(this['_adapter'])throw new _0xdffd77('commentsrepository-adapter-already-set');this['_adapter']=_0x8eae77;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x2117f9=Ct,threadId:_0x3cb20d=_0x5b8a0c(),comments:_0x33452b=[],unlinkedAt:_0x540159=null,resolvedAt:_0xee20ea=null,resolvedBy:_0x56188e=null,target:_0x254dbf=null,context:_0x15153a=null,attributes:_0x30ee00={},isResolvable:_0x5d6201=!0x0,isSubmitted:_0x110e84=!0x1,isFromAdapter:_0x5f2275=!0x1}={}){return this['fire'](gt('addCommentThread',_0x2117f9),{'channelId':_0x2117f9,'threadId':_0x3cb20d,'comments':_0x33452b,'unlinkedAt':_0x540159,'resolvedAt':_0xee20ea,'resolvedBy':_0x56188e,'target':_0x254dbf,'context':_0x15153a,'attributes':_0x30ee00,'isFromAdapter':_0x5f2275,'isResolvable':_0x5d6201,'isSubmitted':_0x110e84}),this['getCommentThread'](_0x3cb20d);}['openNewCommentThread']({channelId:_0x227c09=Ct,threadId:_0x5c46ca=_0x5b8a0c(),target:_0x187982,context:_0xdcfcbf=null,isResolvable:_0x132e51=!0x0}){if(this['_readOnlyChannels']['has'](_0x227c09)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x187982)throw new _0xdffd77('commentsrepository-missing-target');const _0x11a6c4=this['addCommentThread']({'channelId':_0x227c09,'threadId':_0x5c46ca,'target':_0x187982,'context':_0xdcfcbf,'isResolvable':_0x132e51});if(!_0x11a6c4)return null;const _0x359466=this['_threadToController']['get'](_0x11a6c4),_0x3af2fa=_0x359466['view']['commentThreadInputView']['commentInputView'],_0x5dea91=this['context']['plugins']['get'](b),_0x4784ea=_0x5dea91['getByInnerView'](_0x359466['view']);return _0x5dea91['activate'](_0x4784ea),_0x3af2fa['once']('editorReady',()=>_0x3af2fa['focus']()),_0x11a6c4;}['hasCommentThread'](_0x1fc1ed){if('string'!=typeof _0x1fc1ed)throw new _0xdffd77('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x1fc1ed);}['updateCommentThread']({channelId:_0xfe04d4=Ct,threadId:_0x4a862d,context:_0x50a1c6,unlinkedAt:_0x2c1bcd,attributes:_0x31ec2d,isFromAdapter:_0x2bfbc6=!0x1}){return this['fire'](gt('updateCommentThread',_0xfe04d4),{'channelId':_0xfe04d4,'threadId':_0x4a862d,'context':_0x50a1c6,'unlinkedAt':_0x2c1bcd,'attributes':_0x31ec2d,'isFromAdapter':_0x2bfbc6}),this['getCommentThread'](_0x4a862d);}['getCommentThread'](_0x411ee8){if('string'!=typeof _0x411ee8)throw new _0xdffd77('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x411ee8);}['fetchCommentThread']({channelId:_0x1e1adf,threadId:_0x494412}={}){const _0x17ae49=this['getCommentThread'](_0x494412);if(_0x17ae49)return Promise['resolve'](_0x17ae49);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0xdffd77('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x1e1adf,'threadId':_0x494412})['then'](_0x30640c=>this['hasCommentThread'](_0x494412)?this['getCommentThread'](_0x494412):_0x30640c?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x1e1adf},_0x30640c)):void 0x0)['catch'](_0x404ad7=>{throw console['error'](_0x404ad7),new _0xdffd77('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x380801,skipNotAttached:_0x5e2efa=!0x1,skipEmpty:_0x45d711=!0x1,toJSON:_0x1187a6=!0x1}={}){const _0x3d3c25=[];for(const _0x4dd367 of this['_threads']['values']())_0x380801&&_0x4dd367['channelId']!==_0x380801||_0x5e2efa&&!_0x4dd367['isAttached']||_0x45d711&&0x0===_0x4dd367['length']||_0x3d3c25['push'](_0x4dd367);return _0x1187a6?_0x3d3c25['map'](_0x19ba56=>_0x19ba56['toJSON']()):_0x3d3c25;}['setActiveCommentThread'](_0x3c04db){const _0x34a589=this['context']['plugins']['get'](b);if(!_0x3c04db)return void(this['activeCommentThread']&&_0x34a589['deactivateAll']());const _0x2f4f95=this['getCommentThread'](_0x3c04db);if(!_0x2f4f95)throw new _0xdffd77('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x3c04db});if(!this['_threadToController']['has'](_0x2f4f95))throw new _0xdffd77('commentsrepository-active-not-attached',null,{'threadId':_0x3c04db});const _0x440639=_0x34a589['getByInnerView'](this['_threadToController']['get'](_0x2f4f95)['view']);_0x34a589['activate'](_0x440639);}['switchReadOnly'](_0x3d375a,_0x317ef5){_0x3d375a?this['_readOnlyChannels']['add'](_0x317ef5):this['_readOnlyChannels']['delete'](_0x317ef5),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x786575){return this['_readOnlyChannels']['has'](_0x786575)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x14f94e,_0x5a6c4b){return new wt(_0x14f94e,_0x5a6c4b);}['setPermissions'](_0x2951e6,_0x83091a=Ct){this['_permissions']['set'](_0x83091a,_0x2951e6),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x412561=Ct){return this['_permissions']['has'](_0x412561)?this['_permissions']['get'](_0x412561):vt;}['_addCommentThread']({channelId:_0x50c737,threadId:_0x13303a,comments:_0x482334,unlinkedAt:_0x27269c,resolvedAt:_0x2cc29a,resolvedBy:_0x15a159,target:_0x4ae610,context:_0x519518,attributes:_0x5dfd80,isFromAdapter:_0xc64efc,isResolvable:_0x3b5b69,isSubmitted:_0x48e9a7}){if('string'!=typeof _0x13303a)throw new _0xdffd77('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x13303a});if(this['hasCommentThread'](_0x13303a))throw new _0xdffd77('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x13303a});const _0x30f4c6=new ie(this,{'channelId':_0x50c737,'id':_0x13303a,'context':_0x519518,'attributes':_0x5dfd80,'unlinkedAt':_0x27269c,'resolvedAt':_0x2cc29a,'resolvedBy':_0x15a159?this['context']['plugins']['get'](lt)['getUser'](_0x15a159):null,'isResolvable':_0x3b5b69,'isSubmitted':_0x48e9a7||_0xc64efc});this['_threads']['set'](_0x13303a,_0x30f4c6);for(const _0x500849 of _0x482334)_0x30f4c6['_add'](this['_createNewComment']({'threadId':_0x13303a,..._0x500849}));return _0x4ae610&&_0x30f4c6['attachTo'](_0x4ae610),_0xc64efc||!_0x30f4c6['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x50c737,'threadId':_0x13303a});}['_submitCommentThread']({channelId:_0x34f5f2,threadId:_0x4aca20}){if(!this['hasCommentThread'](_0x4aca20))throw new _0xdffd77('commentsrepository-missing-comment-thread',this);const _0x71d3b5=this['getCommentThread'](_0x4aca20);if(_0x71d3b5['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x1589e7,comments:_0x5c1284,resolvedAt:_0xdc70fb,resolvedBy:_0x24b552,context:_0x3befc7,attributes:_0x380f04}=_0x71d3b5,_0x5a60f9=this['context']['plugins']['get']('PendingActions'),_0xc595e5=_0x5a60f9['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x34f5f2,'threadId':_0x1589e7,'comments':_0x5c1284['map'](_0x37219a=>_0x37219a['toJSON']()),'resolvedAt':_0xdc70fb,'resolvedBy':_0x24b552?_0x24b552['id']:_0x24b552,'context':_0x3befc7,'attributes':_0x380f04})['then'](({comments:_0x113e2b})=>{_0x5a60f9['remove'](_0xc595e5);for(const _0x18e686 of _0x113e2b)this['_updateComment']({'channelId':_0x34f5f2,'threadId':_0x4aca20,'commentId':_0x18e686['commentId'],'createdAt':_0x18e686['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x53a4e8=>{throw console['error'](_0x53a4e8),new _0xdffd77('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x556b86,target:_0x119fcf}){const _0x216b53=this['getCommentThread'](_0x556b86);if(!_0x216b53)throw new _0xdffd77('commentsrepository-attach-missing-comment-thread',this);const _0x177fe1=this['context']['plugins']['get']('PendingActions'),_0x3ff3f4=this['context']['plugins']['get'](b),_0x153a2a=this['_createCommentThreadView'](_0x216b53),_0x479ce6=new wt(_0x216b53,_0x153a2a);let _0x5225e2=null;_0x153a2a['on']('change:isDirty',(_0xc8a82f,_0x3809f6,_0xe0abaf)=>{_0xe0abaf?_0x5225e2=_0x177fe1['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x5225e2&&(_0x177fe1['remove'](_0x5225e2),_0x5225e2=null);}),this['_threadToController']['set'](_0x216b53,_0x479ce6),this['_viewToController']['set'](_0x153a2a,_0x479ce6);const _0x4a27df=new V(this['context']['locale'],_0x153a2a);_0x4a27df['bind']('length')['to'](_0x153a2a),_0x4a27df['bind']('isDirty')['to'](_0x153a2a,'isDirty',_0x153a2a,'length',(_0x8385be,_0x4f8f3b)=>_0x8385be||!_0x4f8f3b),_0x4a27df['bind']('isActive')['to'](_0x153a2a),_0x4a27df['type']='comment';const _0x3375f7=new d({'view':_0x4a27df,'target':_0x119fcf,'type':'comment','isVisible':!_0x216b53['isResolved']});return this['_bindAnnotationToEditors'](_0x153a2a,_0x3375f7),_0x3ff3f4['add'](_0x3375f7),_0x3375f7;}['_bindAnnotationToEditors'](_0x6e691e,_0x104d82){this['listenTo'](_0x6e691e,'editorReady',(_0x21d44f,_0xf82471)=>{const _0x3069d8=_0xf82471['ui']['view']['body']['bodyCollectionContainer'];_0x104d82['focusableElements']['add'](_0x3069d8),this['context']instanceof mt&&this['context']['ui']['focusTracker']['add'](_0x3069d8);},{'priority':'highest'}),this['listenTo'](_0x6e691e,'editorDestroyed',(_0x4c8352,_0x468697)=>{const _0x55665a=_0x468697['ui']['view']['body']['bodyCollectionContainer'];_0x104d82['focusableElements']['has'](_0x55665a)&&_0x104d82['focusableElements']['remove'](_0x55665a),this['context']instanceof mt&&this['context']['ui']['focusTracker']['remove'](_0x55665a);});}['_unbindEditors'](_0x100c48){this['stopListening'](_0x100c48,'editorReady'),this['stopListening'](_0x100c48,'editorDestroyed');}['_createCommentThreadView'](_0x569148){const _0x473274=this['context']['plugins']['get'](lt),{config:_0x5da19d,locale:_0xef1335}=this['context'],_0x1e8f4e=dt(_0x5da19d['get']('locale'));return new(0x0,(_0x5da19d['get']('comments'))['CommentThreadView'])(_0xef1335,_0x569148,_0x473274['me'],{'editorConfig':{..._0x5da19d['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x5da19d['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x5da19d['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x5da19d['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x5da19d['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x1e8f4e,'CommentView':_0x5da19d['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x1421f6,channelId:_0x5e6833,resolvedAt:_0x47c281,resolvedBy:_0x5e48a6,isFromAdapter:_0x27735e}){if(!this['hasCommentThread'](_0x1421f6))throw new _0xdffd77('commentsrepository-missing-comment-thread',null,{'threadId':_0x1421f6});const _0x1796bb=this['getCommentThread'](_0x1421f6);if(_0x1796bb['isResolved'])throw new _0xdffd77('commentsrepository-resolved-comment-thread',null,{'threadId':_0x1421f6});const _0x1eb9d3=this['context']['plugins']['get'](lt);if(_0x1796bb['resolvedBy']=_0x1eb9d3['getUser'](_0x5e48a6),_0x1796bb['resolvedAt']=_0x47c281,_0x27735e||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x1b1176=this['context']['plugins']['get']('PendingActions'),_0x1a5e80=_0x1b1176['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x5e6833,'threadId':_0x1421f6})['then'](({resolvedAt:_0x43b1bc,resolvedBy:_0x375ed6})=>{_0x1b1176['remove'](_0x1a5e80),_0x1796bb['resolvedBy']['id']!==_0x375ed6&&(_0x1796bb['resolvedBy']=_0x1eb9d3['getUser'](_0x375ed6)),_0x1796bb['resolvedAt']=_0x43b1bc;})['catch'](_0x520c28=>{throw console['error'](_0x520c28),new _0xdffd77('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x486662,channelId:_0x151630,isFromAdapter:_0x14a6a9}){if(!this['hasCommentThread'](_0x486662))throw new _0xdffd77('commentsrepository-missing-comment-thread',null,{'threadId':_0x486662});const _0x32a04b=this['getCommentThread'](_0x486662);if(!_0x32a04b['isResolved'])throw new _0xdffd77('commentsrepository-reopen-comment-thread',null,{'threadId':_0x486662});if(_0x32a04b['resolvedBy']=null,_0x32a04b['resolvedAt']=null,_0x14a6a9||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x1469c0=this['context']['plugins']['get']('PendingActions'),_0x5b3c16=_0x1469c0['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x151630,'threadId':_0x486662})['then'](()=>_0x1469c0['remove'](_0x5b3c16))['catch'](_0x256e9e=>{throw console['error'](_0x256e9e),new _0xdffd77('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x5cb32b,isFromAdapter:_0xa74d1d}){const _0x343778=this['getCommentThread'](_0x5cb32b);if(!_0x343778)throw new _0xdffd77('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x5cb32b),this['_threads']['delete'](_0x5cb32b),!_0x343778['isSubmitted']||_0xa74d1d||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0xefa8fd=this['context']['plugins']['get']('PendingActions'),{channelId:_0x13a48a}=_0x343778,_0x178d68=_0xefa8fd['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x13a48a,'threadId':_0x5cb32b})['then'](()=>_0xefa8fd['remove'](_0x178d68))['catch'](_0x3f07b5=>{throw console['error'](_0x3f07b5),new _0xdffd77('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x2b65b0,unlinkedAt:_0x18bc28,context:_0x1e4da8,attributes:_0x143c4d,isFromAdapter:_0x1872b3}){if('string'!=typeof _0x2b65b0)throw new _0xdffd77('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x2b65b0});if(!this['hasCommentThread'](_0x2b65b0))throw new _0xdffd77('commentsrepository-missing-comment-thread',null,{'threadId':_0x2b65b0});const _0x52442e=this['getCommentThread'](_0x2b65b0);let _0x2a414d=!0x1;if(void 0x0!==_0x1e4da8&&_0x52442e['context']!==_0x1e4da8&&(_0x52442e['context']=_0x1e4da8,_0x2a414d=!0x0),void 0x0!==_0x18bc28&&_0x52442e['unlinkedAt']!==_0x18bc28&&(_0x52442e['unlinkedAt']=_0x18bc28,_0x2a414d=!0x0),_0x143c4d&&!ft(_0x143c4d,_0x52442e['attributes'])&&(_0x52442e['attributes']=_0x143c4d,_0x2a414d=!0x0),!_0x2a414d)return Promise['resolve']();if(!_0x52442e['isSubmitted']||_0x1872b3||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x291b1a=this['context']['plugins']['get']('PendingActions'),{channelId:_0x54584a}=_0x52442e,_0x3ad5cb=_0x291b1a['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x54584a,'threadId':_0x2b65b0,'context':_0x1e4da8,'unlinkedAt':_0x18bc28,'attributes':_0x143c4d})['then'](()=>_0x291b1a['remove'](_0x3ad5cb))['catch'](_0x2a0891=>{throw console['error'](_0x2a0891),new _0xdffd77('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x2bdb5a){const _0x5c42db=this['context']['plugins']['get'](b),_0x3d2bed=this['getCommentThread'](_0x2bdb5a);if(this['_threadToController']['has'](_0x3d2bed)){const _0x1fa187=this['_threadToController']['get'](_0x3d2bed),_0x45d27c=_0x1fa187['view'],_0x127808=_0x5c42db['getByInnerView'](_0x45d27c);this['_threadToController']['delete'](_0x3d2bed),this['_viewToController']['delete'](_0x45d27c),_0x127808&&_0x5c42db['remove'](_0x127808),_0x1fa187['destroy'](),_0x45d27c['destroy']()['then'](()=>{this['_unbindEditors'](_0x45d27c);});}}['_updateActiveAnnotation']({threadId:_0x5a95a9,resolvedAt:_0xa41896}){const _0x1beda6=!!_0xa41896,_0x6149f3=this['context']['plugins']['get'](b),_0x1411f8=this['getCommentThread'](_0x5a95a9);if(this['_threadToController']['has'](_0x1411f8)){const _0x101ae0=this['_threadToController']['get'](_0x1411f8)['view'],_0x19c0a2=_0x6149f3['getByInnerView'](_0x101ae0);_0x19c0a2&&(_0x1beda6&&_0x6149f3['_removeActiveAnnotation'](_0x19c0a2),_0x19c0a2['refreshVisibility']());}}['_getExternalAuthor'](_0x4c1cc3){const _0x34173b=this['context']['plugins']['get'](lt),_0x4f480a=ct('external:'+_0x4c1cc3),_0x28f3c9=_0x34173b['getUser'](_0x4f480a);return _0x28f3c9||_0x34173b['addUser']({'id':_0x4f480a,'name':_0x4c1cc3});}['_createNewComment']({threadId:_0x5982ea,commentId:_0x2c2d17=_0x5b8a0c(),content:_0x503aa5,authorId:_0x2a9c03,createdAt:_0x412f4d,attributes:_0x54f27f}){if('string'!=typeof _0x2c2d17)throw new _0xdffd77('commentsrepository-invalid-commentid');if('string'!=typeof _0x2a9c03)throw new _0xdffd77('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x503aa5||!_0x503aa5['trim']())throw new _0xdffd77('commentsrepository-invalid-comment-content');const _0x140a0d=this['context']['plugins']['get'](lt)['getUser'](_0x2a9c03);if(!_0x140a0d)throw new _0xdffd77('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x2a9c03});let _0x4cd27f=null,_0x1d8d78=_0x412f4d;return _0x54f27f&&_0x54f27f['@external']&&(_0x4cd27f=this['_getExternalAuthor'](_0x54f27f['@external']['authorName']),_0x1d8d78=new Date(_0x54f27f['@external']['createdAt'])),new se(this,{'threadId':_0x5982ea,'id':_0x2c2d17,'author':_0x4cd27f||_0x140a0d,'creator':_0x140a0d,'content':_0x503aa5,'createdAt':_0x412f4d,'authoredAt':_0x1d8d78,'attributes':_0x54f27f});}['_addComment'](_0x1bb834){let {threadId:_0x286c39,content:_0x74ab1f,attributes:_0x1ca7ab,isFromAdapter:_0x1353b8}=_0x1bb834;const _0x2dc214=this['getCommentThread'](_0x1bb834['threadId']);if(!_0x2dc214)throw new _0xdffd77('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x2ba12a=this['_createNewComment'](_0x1bb834),{id:_0xe63adb}=_0x2ba12a;if(_0x2dc214['_add'](_0x2ba12a),_0x1353b8||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x2dc214['isSubmitted'])return Promise['resolve']();const _0x594433=this['context']['plugins']['get']('PendingActions'),{channelId:_0x570ac5}=_0x2dc214,_0x4e7511=_0x594433['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x1ca7ab||(_0x1ca7ab={}),this['adapter']['addComment']({'channelId':_0x570ac5,'threadId':_0x286c39,'commentId':_0xe63adb,'content':_0x74ab1f,'attributes':_0x1ca7ab})['then'](_0x222623=>{_0x594433['remove'](_0x4e7511),_0x222623&&this['_updateComment']({'channelId':_0x570ac5,'threadId':_0x286c39,'commentId':_0xe63adb,'createdAt':_0x222623['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x5680c0=>{throw console['error'](_0x5680c0),new _0xdffd77('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x2cf567,commentId:_0x38e5dd,content:_0xd74bdf,createdAt:_0xd4a73a,attributes:_0x22b6d4,isFromAdapter:_0x1e6e3c}){if(void 0x0!==_0xd74bdf&&('string'!=typeof _0xd74bdf||!_0xd74bdf['trim']()['length']))throw new _0xdffd77('commentsrepository-update-comment-invalid-content');const _0x18b29c=this['getCommentThread'](_0x2cf567),_0x2d6846=_0x18b29c['getComment'](_0x38e5dd);if(!_0x2d6846)throw new _0xdffd77('commentsrepository-update-missing-comment',this);let _0x2d865b=!0x1;if(_0xd74bdf&&_0xd74bdf!==_0x2d6846['content']&&(_0x2d6846['isEditable']||_0x1e6e3c)&&(_0x2d6846['content']=_0xd74bdf,_0x2d865b=!0x0),_0xd4a73a&&_0xd4a73a!==_0x2d6846['createdAt']&&(_0x2d6846['createdAt']=_0xd4a73a,_0x2d6846['attributes']&&_0x2d6846['attributes']['@external']||(_0x2d6846['authoredAt']=_0xd4a73a),_0x2d865b=!0x0),_0x22b6d4&&!ft(_0x22b6d4,_0x2d6846['attributes'])&&(_0x2d6846['attributes']=_0x22b6d4,_0x2d865b=!0x0),!_0x2d865b)return Promise['resolve']();if(_0x18b29c['fire']('commentUpdated'),_0x1e6e3c||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x2e83fa=this['context']['plugins']['get']('PendingActions'),{channelId:_0x584022}=this['getCommentThread'](_0x2d6846['threadId']),_0x40623b=_0x2e83fa['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x584022,'threadId':_0x2cf567,'commentId':_0x38e5dd,'content':_0xd74bdf,'attributes':_0x22b6d4})['then'](()=>_0x2e83fa['remove'](_0x40623b))['catch'](_0x16b6e7=>{throw console['error'](_0x16b6e7),new _0xdffd77('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x2afa75,commentId:_0x4b7d87,isFromAdapter:_0x12f1cf}){const _0x18746a=this['getCommentThread'](_0x2afa75),_0x51881c=_0x18746a['getComment'](_0x4b7d87);if(!_0x51881c)throw new _0xdffd77('commentsrepository-remove-missing-comment',this);if(_0x18746a['_remove'](_0x51881c),_0x12f1cf||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x1b0a16=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3ef667}=_0x18746a,_0x18b332=_0x1b0a16['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x3ef667,'threadId':_0x2afa75,'commentId':_0x4b7d87})['then'](()=>_0x1b0a16['remove'](_0x18b332))['catch'](_0x429076=>{throw console['error'](_0x429076),new _0xdffd77('commentsrepository-remove-comment-internal-error',this);});}}class ie extends/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0x5f18e2(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x499604,_0x5b887c){super();const _0x4d010a=_0x499604['context']['plugins']['get'](lt)['me'],_0xa81279=_0x499604['getCommentThread'](_0x5b887c['threadId']),_0x306474=0x0===_0xa81279['comments']['length'],_0x3597df=_0x4d010a===_0x5b887c['author'];this['id']=_0x5b887c['id'],this['threadId']=_0x5b887c['threadId'],this['author']=_0x5b887c['author'],this['creator']=_0x5b887c['creator'],this['isExternal']=Boolean(_0x5b887c['attributes']&&_0x5b887c['attributes']['@external']),this['set']('content',_0x5b887c['content']),this['createdAt']=_0x5b887c['createdAt']||new Date(),this['set']('authoredAt',_0x5b887c['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0xa81279,'resolvedAt'),this['set']('attributes',_0x5b887c['attributes']||{}),this['bind']('isEditable')['to'](_0x499604,'_permissions',()=>{const _0x292418=_0x499604['getPermissions'](_0xa81279['channelId'])['write'],_0x295606=_0x499604['getPermissions'](_0xa81279['channelId'])['modifyAll'];return _0x3597df&&_0x292418||!_0x3597df&&_0x295606;}),this['bind']('isRemovable')['to'](_0xa81279,'isRemovable',_0x499604,'_permissions',_0x329828=>{const _0x2f627c=_0x499604['getPermissions'](_0xa81279['channelId'])['write'],_0x589851=_0x499604['getPermissions'](_0xa81279['channelId'])['modifyAll'];return _0x3597df&&_0x2f627c||_0x329828&&_0x306474||!_0x3597df&&_0x589851&&!_0x306474;}),this['bind']('isReadOnly')['to'](_0xa81279,'isReadOnly'),this['_repository']=_0x499604;}get['weight'](){return Math['max'](function(_0x592461){const _0x3599b3=document['createElement']('div');return _0x3599b3['innerHTML']=_0x592461,_0x3599b3['textContent']['length'];}(this['content']),0xc8);}['update'](_0x158c74){const {threadId:_0x1e9380,id:_0x3b5427}=this;if(!this['_repository']['hasCommentThread'](_0x1e9380))throw new _0xdffd77('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x28e8f1}=this['_repository']['getCommentThread'](_0x1e9380);this['_repository']['fire'](gt('updateComment',_0x28e8f1,_0x1e9380),{'channelId':_0x28e8f1,'threadId':_0x1e9380,'commentId':_0x3b5427,..._0x158c74});}['setAttribute'](_0x67f306,_0x3cb037){const _0x4607e2=ut(this['attributes']);pt(_0x4607e2,_0x67f306,_0x3cb037),this['update']({'attributes':_0x4607e2});}['removeAttribute'](_0x1c1d93){const _0x1acb72=ut(this['attributes']);It(_0x1acb72,_0x1c1d93),this['update']({'attributes':_0x1acb72});}['remove'](_0x3fce2e={}){if(!_0x3fce2e['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x1877a0,id:_0x84c94}=this;if(!this['_repository']['hasCommentThread'](_0x1877a0))throw new _0xdffd77('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x3ad85f}=this['_repository']['getCommentThread'](_0x1877a0);this['_repository']['fire'](gt('removeComment',_0x3ad85f,_0x1877a0),{'channelId':_0x3ad85f,'threadId':_0x1877a0,'commentId':_0x84c94,..._0x3fce2e});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function gt(_0x1a1db2,..._0x5b87bf){for(const _0xbf1ef5 of _0x5b87bf)void 0x0!==_0xbf1ef5&&(_0x1a1db2+=':'+String(_0xbf1ef5));return _0x1a1db2;}class G extends _0x8797fe{['refresh'](){const _0x525765=this['editor']['model']['document']['selection'];for(const _0x32a5f0 of _0x525765['getRanges']())if(this['_hasContent'](_0x32a5f0))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x72de71=_0x5b8a0c()}={}){const _0x1999d9=this['editor']['model'],_0x428ab5=[];for(const _0x4813f8 of _0x1999d9['document']['selection']['getRanges']())this['_hasContent'](_0x4813f8)&&_0x428ab5['push'](this['_trimToContent'](_0x4813f8));_0x1999d9['change'](_0x20e35c=>{for(const _0x10e29b of _0x428ab5){const _0x5489fb=_0x5b8a0c()['substr'](0x1,0x5),_0x3d61b9='comment:'+_0x72de71+':'+_0x5489fb;_0x20e35c['addMarker'](_0x3d61b9,{'range':_0x10e29b,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x3b9447){for(const _0x4bb7b6 of _0x3b9447['getItems']())if(this['_itemIsContent'](_0x4bb7b6))return!0x0;return!0x1;}['_itemIsContent'](_0x31fb0c){return _0x31fb0c['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x31fb0c)&&!_0x31fb0c['is']('element','tableCell');}['_trimToContent'](_0x555c74){const _0x274e7e=_0x1e2f5c=>!this['_itemIsContent'](_0x1e2f5c['item']),_0x2a01b7=_0x555c74['start']['getLastMatchingPosition'](_0x274e7e),_0x5a647f=_0x555c74['end']['getLastMatchingPosition'](_0x274e7e,{'direction':'backward'});return this['editor']['model']['createRange'](_0x2a01b7,_0x5a647f);}}class k extends _0x55f50e{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[b];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x2ad412){super(_0x2ad412),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0xa7f996=this['editor'],_0x376c64=_0xa7f996['model']['document']['selection'],_0xc61343=_0x115137(()=>this['refreshSelectedViews'](),0xa);_0x376c64['on']('change:range',(_0x1c3924,_0x54bc23)=>{_0x54bc23['directChange']&&(_0xc61343['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0xa7f996['editing']['view']['document'],'change:isFocused',(_0x56f92c,_0x2bb534,_0x540ecb)=>{_0x540ecb&&_0xc61343();}),this['listenTo'](_0xa7f996['ui']['focusTracker'],'change:isFocused',(_0x330327,_0x21d9e7,_0x2e5bae)=>{_0x2e5bae||_0xa7f996['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x16915f=>this['_editorAnnotationsData']['has'](_0x16915f['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x34ca37){if(this['_editorAnnotations']['has'](_0x34ca37['view']))return;this['_editorAnnotations']['add'](_0x34ca37['view']),this['editor']['ui']['focusTracker']['add'](_0x34ca37['view']['element']);const _0x1c9f81=this['editor']['plugins']['get'](b);this['listenTo'](_0x1c9f81['collection'],'remove',(_0x4c397f,_0x10a29)=>{this['editor']['ui']['focusTracker']['remove'](_0x10a29['view']['element']),this['_editorAnnotations']['delete'](_0x10a29['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x373b24){if('function'!=typeof _0x373b24)throw new _0xdffd77('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x373b24);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x3def3e,annotations:_0x44337e}){const _0x4cbbab=[],_0x3040e8=this['editor']['model']['document']['selection'],_0x981f1c=Array['from'](_0x3040e8['getRanges']());for(const [_0x44b7a3,_0x1a9117]of this['_editorAnnotationsData']){const _0x2da5be=_0x3dabf3(_0x1a9117),_0x313eca=_0x44337e['getByInnerView'](_0x44b7a3);_0x2da5be&&_0x313eca&&_0x4cbbab['push']({'annotation':_0x313eca,'range':_0x2da5be});}function _0x3dabf3(_0x168198){for(const _0x3eedc8 of _0x168198)for(const _0x2cab4b of _0x981f1c)if(_0x3eedc8['containsRange'](_0x2cab4b,!_0x3040e8['isCollapsed']))return _0x3eedc8;return null;}return _0x4cbbab['sort']((_0x5766d2,_0x1a4c03)=>{const _0x30ce64=_0x5766d2['range'],_0x195588=_0x1a4c03['range'];if(!_0x30ce64['isEqual'](_0x195588)){if(_0x30ce64['containsRange'](_0x195588,!0x0))return 0x1;if(_0x195588['containsRange'](_0x30ce64,!0x0))return-0x1;}return _0x5766d2['annotation']==_0x3def3e?-0x1:_0x1a4c03['annotation']==_0x3def3e?0x1:0x0;})['map'](_0x5e2d57=>_0x5e2d57['annotation']);}get['_editorAnnotationsData'](){const _0x4889be=new Map();for(const _0xfd95da of Array['from'](this['_dataCollectors']))for(const [_0x4390d6,_0x57775b]of _0xfd95da())_0x4889be['set'](_0x4390d6,_0x57775b);return _0x4889be;}}class ot extends _0x55f50e{['afterInit'](){const _0x4c872c=this['editor'];if(!_0x4c872c['plugins']['has']('RestrictedEditingModeEditing'))return;_0x4c872c['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class et extends _0x55f50e{constructor(_0x270701){super(_0x270701),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x279266=this['editor'],_0x1b7616=_0x279266['commands']['get']('importWord'),_0x714353=_0x279266['plugins']['get'](lt);_0x1b7616&&(_0x1b7616['on']('execute',(_0x24992e,[,_0x1719b3])=>{_0x1719b3['collaboration_features']={'comments':!0x0,'user_id':_0x714353['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x1b7616,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x349040,_0x2c881d){const {comment_threads:_0x20d053}=_0x2c881d;_0x20d053&&_0x20d053['forEach'](({thread_id:_0x2562c8,comments:_0x397011,is_resolved:_0x1668f8})=>{const _0x49689b=new Date(),_0x1ffe98=_0x397011['map'](({author:_0x511b91,content:_0x5436b8,created_at:_0x24452b})=>({'content':_0x5436b8,'authorId':this['editor']['plugins']['get'](lt)['me']['id'],'createdAt':_0x49689b,'attributes':{'@external':{'authorName':_0x511b91,'createdAt':_0x24452b?new Date(_0x24452b):new Date(),'source':'importWord'}}})),_0x27bdbf=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x27bdbf,'threadId':_0x2562c8,'comments':_0x1ffe98,'resolvedAt':_0x1668f8?_0x49689b:null});});}}class rt extends _0x55f50e{constructor(_0x3df93d){super(_0x3df93d),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x497ca4=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x497ca4,'contentInsertion',(_0xe38988,_0x2e8c06)=>this['_removeMarkersWithoutThreads'](_0x2e8c06['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x5c6c8f){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x5c6c8f;const _0x21db27=this['editor']['plugins']['get']('CommentsRepository');for(const _0x1dd70a of _0x5c6c8f['keys']()){const [_0x2de2dd,_0x5d7e3a]=_0x1dd70a['split'](':');'comment'!=_0x2de2dd||_0x21db27['hasCommentThread'](_0x5d7e3a)||_0x5c6c8f['delete'](_0x1dd70a);}return _0x5c6c8f;}['_registerMarkerInClipboardPipeline'](){const _0x5d3f49=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x5e756c=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x5e756c&&_0x5d3f49['_registerMarkerToCopy']('comment',_0x5e756c);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x471c86){switch(_0x471c86){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 _0x55f50e{static get['requires'](){return[m,k,ot,et,rt];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x53f46c){super(_0x53f46c),this['set']('isThreadsLoadingPaused',!0x0),_0x53f46c['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x37e39f,_0x4ac4dd,_0x576204,_0x4fa35e)=>{const _0xabc63a=_0x576204?it(_0x576204)['id']:null;if(_0x53f46c['model']['change'](()=>{if(_0xabc63a){const _0x37dee2=this['getAllMarkersForId'](_0xabc63a);for(const _0x26f479 of _0x37dee2)_0x53f46c['editing']['reconvertMarker'](_0x26f479);}if(_0x4fa35e){const {id:_0x553975}=it(_0x4fa35e),_0x3e91bb=this['getAllMarkersForId'](_0x553975);for(const _0x285b9c of _0x3e91bb)_0x53f46c['editing']['reconvertMarker'](_0x285b9c);}}),_0xabc63a){const _0x3fc2df=_0x53f46c['plugins']['get'](m)['getCommentThread'](_0xabc63a);_0x3fc2df&&_0x3fc2df['isResolved']&&this['scrollToThreadMarker'](_0xabc63a);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x139e05=this['editor'],_0x217cda=_0x139e05['plugins']['get'](m),_0x30c7ec=_0x139e05['config']['get']('collaboration.channelId');_0x139e05['commands']['add']('addCommentThread',new G(_0x139e05)),this['listenTo'](_0x139e05,'change:isReadOnly',(_0x2a4e10,_0x24ddc6,_0x48a92c)=>{_0x217cda['switchReadOnly'](_0x48a92c,_0x139e05['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x217cda,nt('addCommentThread',_0x30c7ec),(_0x4a828,{threadId:_0x332b4a})=>{const _0x30fcda=this['editor']['plugins']['get'](m)['getCommentThread'](_0x332b4a);_0x30fcda&&_0x30fcda['unlinkedAt']&&this['_attachArchivedThread'](_0x332b4a);}),this['listenTo'](_0x217cda,nt('removeCommentThread',_0x30c7ec),(_0x471702,{threadId:_0x5c281e})=>{_0x139e05['model']['enqueueChange']({'isUndoable':!0x1},_0x2c6912=>{const _0x148868=this['getAllMarkersForId'](_0x5c281e);for(const _0xb9819c of _0x148868)_0x2c6912['removeMarker'](_0xb9819c);});}),this['listenTo'](_0x217cda,nt('resolveCommentThread',_0x30c7ec),(_0xec5146,{threadId:_0x53ed2c})=>{(this['_reconvertMarkers'](_0x53ed2c),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x53ed2c)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x217cda,nt('reopenCommentThread',_0x30c7ec),(_0x5aa0c1,{threadId:_0x2fecb6})=>{this['_reconvertMarkers'](_0x2fecb6);},{'priority':'low'}),this['listenTo'](_0x217cda,nt('addComment',_0x30c7ec),(_0x3f93b0,{threadId:_0x2e5c9d,isFromAdapter:_0x2565d3})=>{const _0x3fa9ac=this['getAllMarkersForId'](_0x2e5c9d);if(_0x2565d3||0x0==_0x3fa9ac['length']||!_0x217cda['hasCommentThread'](_0x2e5c9d))return;0x1===_0x217cda['getCommentThread'](_0x2e5c9d)['length']&&_0x139e05['model']['enqueueChange']({'isUndoable':!0x1},_0x32d8d6=>{for(const _0x4ceade of _0x3fa9ac)_0x32d8d6['updateMarker'](_0x4ceade,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x57aa64=this['editor']['plugins']['get'](m),_0x326952=this['editor']['config']['get']('collaboration.channelId');for(const _0xf8d1c8 of _0x57aa64['getCommentThreads']({'channelId':_0x326952}))_0x57aa64['_detachCommentThread'](_0xf8d1c8['id']),_0x57aa64['_threads']['delete'](_0xf8d1c8['id']);super['destroy']();}['hasMarkerForId'](_0x2855ce){return this['getAllMarkersForId'](_0x2855ce)['length']>0x0;}['getAllMarkersForId'](_0x1b1ea8){const _0x41c870=[];for(const _0x249498 of this['editor']['model']['markers'])_0x249498['name']['startsWith']('comment:'+_0x1b1ea8)&&_0x41c870['push'](_0x249498);return _0x41c870;}['scrollToThreadMarker'](_0x368158){const _0x4a8f4f=this['_getTargetForId'](_0x368158);_0x4a8f4f&&setTimeout(()=>{this['activeMarker']&&it(this['activeMarker'])['id']===_0x368158&&_0x218d49({'target':_0x4a8f4f[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x31ee4d){this['editor']['model']['change'](()=>{for(const _0x262cd6 of this['getAllMarkersForId'](_0x31ee4d))this['editor']['editing']['reconvertMarker'](_0x262cd6);});}['_attachArchivedThread'](_0x1ace11){const _0x19dd8d=this['editor']['plugins']['get'](m),_0x1b23f8=this['editor']['plugins']['get'](k),_0x217630=_0x19dd8d['getCommentThread'](_0x1ace11);if(!_0x217630['isAttached']){const _0x533ae0=_0x217630['attachTo'](()=>this['_getTargetForId'](_0x217630['id']));_0x1b23f8['registerAnnotation'](_0x533ae0),_0x217630['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x4526a9=this['editor'];_0x4526a9['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x2e3347,_0x13e1ee)=>{const {id:_0x1c31be}=it(_0x2e3347['markerName']),_0x18de15=_0x4526a9['plugins']['get'](m)['getCommentThread'](_0x1c31be),_0x16013c=this['activeMarker']&&it(this['activeMarker'])['id']===_0x1c31be;if(_0x18de15&&_0x18de15['isResolved']&&!_0x16013c&&_0x2e3347['item'])return _0x13e1ee['consumable']['consume'](_0x2e3347['item'],'addMarker:'+_0x2e3347['markerName']),_0x13e1ee['consumable']['consume'](_0x2e3347['item'],'removeMarker:'+_0x2e3347['markerName']),null;const _0x5de665=['ck-comment-marker'];return _0x16013c&&_0x5de665['push']('ck-comment-marker--active'),{'classes':_0x5de665,'attributes':{'data-comment':_0x1c31be}};}}),_0x4526a9['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x30ae5c,{options:_0x586cd9})=>{const _0x46c714=_0x4526a9['plugins']['get'](m),_0x1994bb=_0x4526a9['model']['markers']['get'](_0x30ae5c),{id:_0x133a37,part:_0x3c67ec}=it(_0x30ae5c);if(_0x1994bb&&!_0x1994bb['affectsData'])return null;if(_0x586cd9['ignoreResolvedComments']){const _0x45e9fb=_0x46c714['getCommentThread'](_0x133a37);if(_0x45e9fb&&_0x45e9fb['isResolved'])return null;}return{'group':'comment','name':_0x3c67ec?_0x133a37+':'+_0x3c67ec:_0x133a37};}}),_0x4526a9['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x1aa9b6,{writer:_0x16c8ae})=>_0x16c8ae['createElement']('$marker',{'data-name':'comment:'+_0x1aa9b6['getAttribute']('id')})}),_0x4526a9['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x301211=this['editor'],_0x48e6b6=_0x301211['plugins']['get'](m),_0xcf64e9=new Set(),_0x463b90=new Set();_0x301211['model']['document']['registerPostFixer'](_0x146e7b=>{let _0x1fcc28=!0x1;for(const {name:_0x10a0fb,data:_0x3af458}of _0x301211['model']['document']['differ']['getChangedMarkers']()){const {group:_0x1b30a3,id:_0x4ef52c}=it(_0x10a0fb);let _0x8478cc=_0x3af458['newRange'];if('comment'!==_0x1b30a3||!_0x8478cc)continue;const _0x144f48='$graveyard'===_0x8478cc['root']['rootName'];_0x144f48||(_0x8478cc=st(_0x8478cc,_0x301211['model']),!_0x8478cc||_0x8478cc['isCollapsed']||!_0x3af458['newRange']||_0x8478cc['isEqual'](_0x3af458['newRange']))?_0x301211['model']['hasContent'](_0x8478cc)&&!_0x144f48?this['isThreadsLoadingPaused']?_0xcf64e9['add'](_0x10a0fb):this['_handleThreadMarker'](_0x10a0fb,_0x4ef52c):(_0x463b90['add'](_0x10a0fb),_0xcf64e9['delete'](_0x10a0fb),_0x146e7b['removeMarker'](_0x10a0fb),_0x1fcc28=!0x0):(_0x146e7b['updateMarker'](_0x10a0fb,{'range':_0x8478cc}),_0x1fcc28=!0x0);}return _0x1fcc28;}),this['on']('change:isThreadsLoadingPaused',(_0x252cf6,_0x2f80aa,_0x32a560)=>{if(!_0x32a560&&_0xcf64e9['size'])for(const _0x498d70 of _0xcf64e9){const {id:_0x41ffb4}=it(_0x498d70);_0xcf64e9['delete'](_0x498d70),_0x301211['model']['markers']['get'](_0x498d70)&&this['_handleThreadMarker'](_0x498d70,_0x41ffb4);}}),this['listenTo'](_0x301211['model']['document'],'change',(_0x3d9184,_0x3fd828)=>{for(const {name:_0x6b7b78,data:{newRange:_0x809276}}of _0x301211['model']['document']['differ']['getChangedMarkers']()){const {group:_0x3d47af,id:_0x18c3a1}=it(_0x6b7b78);if('comment'!==_0x3d47af)continue;const _0x256898=_0x48e6b6['getCommentThread'](_0x18c3a1),_0x4d6732=this['hasMarkerForId'](_0x18c3a1);_0x256898&&(_0x256898['_hasTargetInContent']||_0x301211['editing']['view']['once']('render',()=>{const _0x4a700f=_0x301211['plugins']['get'](b),_0x415e3b=_0x48e6b6['_threadToController']['get'](_0x256898)['view'];_0x4a700f['getByInnerView'](_0x415e3b)['refreshVisibility']();},{'priority':'low'}),_0x256898['_hasTargetInContent']=_0x4d6732||!!_0x809276),_0x809276||(_0x463b90['add'](_0x6b7b78),_0xcf64e9['delete'](_0x6b7b78));}if(_0x3fd828['isLocal'])for(const _0x6f1fe0 of _0x463b90){const {id:_0xf64e41}=it(_0x6f1fe0),_0x1f00d3=_0x48e6b6['getCommentThread'](_0xf64e41),_0x559ed5=this['hasMarkerForId'](_0xf64e41);_0xcf64e9['delete'](_0x6f1fe0),!_0x1f00d3||_0x559ed5||_0x1f00d3['unlinkedAt']||_0x1f00d3['setUnlinkedAt'](new Date());}_0x463b90['clear']();});}['_getTargetForId'](_0x13d757){const _0x1dfc59=this['editor'],_0x4acd6e=this['getAllMarkersForId'](_0x13d757);return tt(_0x1dfc59['editing'],_0x4acd6e);}['_getTextContext'](_0x4abca2){const _0x13d631=this['getAllMarkersForId'](_0x4abca2);let _0x26f586='',_0x42e98c=!0x1;for(const _0x25ff1c of _0x13d631){const _0xe8806=_0x25ff1c['getRange']();for(const _0x3eb71f of Array['from'](_0xe8806['getItems']()))_0x3eb71f['is']('$textProxy')?(_0x26f586&&_0x42e98c&&(_0x26f586+='\x20',_0x42e98c=!0x1),_0x26f586+=_0x3eb71f['data']):_0x42e98c=!0x0;_0x42e98c=!0x0;}return _0x26f586['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x266c49,_0x51890b){const _0x3e4a0c=this['editor'],_0x14393e=_0x3e4a0c['plugins']['get'](m);let _0x5c4b93=_0x14393e['getCommentThread'](_0x51890b);const _0x3475dc=_0x3e4a0c['config']['get']('collaboration.channelId'),_0x1fbdaa=_0x3e4a0c['plugins']['get'](k);if(_0x5c4b93&&(_0x5c4b93['unlinkedAt']&&_0x5c4b93['setUnlinkedAt'](null),_0x5c4b93['isAttached']))return _0x5c4b93;return!this['getAllMarkersForId'](_0x51890b)[0x0]['managedUsingOperations']?_0x3e4a0c['editing']['view']['once']('render',()=>{if(_0x14393e['getCommentThread'](_0x51890b))return;const _0x42029b=_0x3e4a0c['plugins']['get'](b);_0x5c4b93=_0x14393e['openNewCommentThread']({'channelId':_0x3475dc,'threadId':_0x51890b,'target':()=>this['_getTargetForId'](_0x51890b),'context':{'type':'text','value':this['_getTextContext'](_0x51890b)}});const _0x4d3f30=_0x14393e['_threadToController']['get'](_0x5c4b93)['view'],_0x3197d2=_0x42029b['getByInnerView'](_0x4d3f30);_0x3197d2&&_0x1fbdaa['registerAnnotation'](_0x3197d2);},{'priority':'low'}):_0x14393e['fetchCommentThread']({'channelId':_0x3475dc,'threadId':_0x51890b})['then'](_0xc03a96=>{if('destroyed'!==_0x3e4a0c['state']){if(_0x5c4b93=_0xc03a96,_0x5c4b93&&!_0x5c4b93['isAttached']){const _0x4ec295=_0x5c4b93['attachTo'](()=>this['_getTargetForId'](_0x51890b));_0x1fbdaa['registerAnnotation'](_0x4ec295),_0x5c4b93['isResolved']&&this['_reconvertMarkers'](_0x51890b);}else{if(!_0x5c4b93){const _0x276e88=this['getAllMarkersForId'](_0x51890b);_0x3e4a0c['model']['change'](_0x31526d=>{for(const _0x221a3e of _0x276e88)_0x31526d['removeMarker'](_0x221a3e);});}}}}),_0x5c4b93;}['_handleThreadMarker'](_0x5d2420,_0xc1a55b){const _0x405a6c=this['_attachMarkerToThread'](_0x5d2420,_0xc1a55b);_0x405a6c&&!_0x405a6c['context']&&_0x405a6c['setContext']({'type':'text','value':this['_getTextContext'](_0xc1a55b)});}['_initAriaMarkerChangeAnnouncements'](){const _0x1c8436=this['editor'];_0x346c2f(_0x1c8436['model'],({left:_0x21e453,entered:_0x5a100e})=>{for(const _0x4dfd73 of _0x21e453)if(at(_0x4dfd73)){_0x1c8436['ui']['ariaLiveAnnouncer']['announce'](W(_0x1c8436['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x362b9c of _0x5a100e)if(at(_0x362b9c)){_0x1c8436['ui']['ariaLiveAnnouncer']['announce'](W(_0x1c8436['locale'],'ENTER_COMMENT_ANNOUNCEMENT'));break;}});}}function nt(_0x240fa0,_0x24a346){return _0x24a346?_0x240fa0+':'+_0x24a346:_0x240fa0;}function it(_0x3ac5ed){const _0x3e6e6a=_0x3ac5ed['split'](':');return{'group':_0x3e6e6a[0x0],'id':_0x3e6e6a[0x1],'part':_0x3e6e6a[0x2]};}function st(_0x2fbf5d,_0x467c8a){const _0x3b36d8=_0x467c8a['schema'],_0x110ab1=_0x467c8a['createRange'](_0x2fbf5d['start']);for(const _0x1857dd of _0x2fbf5d['getWalker']()){const {type:_0x537a7a,item:_0x1f639e,nextPosition:_0x465a8f}=_0x1857dd;if('text'===_0x537a7a||_0x3b36d8['isObject'](_0x1f639e)){const _0x43837f=_0x467c8a['createPositionBefore'](_0x1f639e);_0x110ab1['isCollapsed']&&(_0x110ab1['start']=_0x43837f),_0x110ab1['end']=_0x465a8f;}}return _0x110ab1;}function at(_0x4baaa1){return'comment'===it(_0x4baaa1['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 _0x55f50e{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,k,b];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return Tt;}['init'](){const _0x575879=this['editor'],_0x7fcad0=_0x575879['plugins']['get'](m),_0x22eb1c=_0x575879['plugins']['get'](r),_0x5a137a=_0x575879['plugins']['get'](b),_0x4eb72d=_0x575879['plugins']['get'](k);_0x575879['ui']['componentFactory']['add']('comment',()=>{const _0x368fb4=this['_createUIButton'](_0x183982);return _0x368fb4['tooltip']=!0x0,_0x368fb4;}),_0x575879['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0xa1a00a)),_0x4eb72d['addSourceCollector'](()=>{const _0x80ed49=[];for(const [_0x90c07b,_0x3208ac]of _0x7fcad0['_threadToController']){const _0x569020=_0x22eb1c['getAllMarkersForId'](_0x90c07b['id']),_0x155590=_0x569020['map'](_0x386680=>_0x386680['getRange']());_0x569020['length']>0x0&&_0x80ed49['push']([_0x3208ac['view'],_0x155590]);}return _0x80ed49;}),this['listenTo'](_0x5a137a,'change:activeAnnotations',(_0x352647,_0x13bfa0,_0x4f7a71)=>{const _0x5b1301=Array['from'](_0x4f7a71)['map'](_0x49a0ec=>_0x49a0ec['innerView'])['find'](_0x33d3d8=>_0x7fcad0['_viewToController']['has'](_0x33d3d8));if(!_0x5b1301)return void(_0x22eb1c['activeMarker']=null);const _0x3205ae=_0x7fcad0['_viewToController']['get'](_0x5b1301)['model']['id'],_0x4f021d='comment:'+_0x3205ae;_0x3205ae&&_0x22eb1c['hasMarkerForId'](_0x3205ae)?_0x22eb1c['activeMarker']=_0x4f021d:_0x22eb1c['activeMarker']&&(_0x22eb1c['activeMarker']=null);}),this['listenTo'](_0x7fcad0,'removeCommentThread',(_0x2e0705,{threadId:_0x4a2fa8,isFromAdapter:_0x432174})=>{!_0x432174&&_0x575879['ui']['focusTracker']['isFocused']&&_0x22eb1c['hasMarkerForId'](_0x4a2fa8)&&_0x575879['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x7fcad0,'addComment',(_0x5870b7,{threadId:_0x51923d,isFromAdapter:_0xd8f10c})=>{if(_0xd8f10c||!_0x22eb1c['hasMarkerForId'](_0x51923d)||!_0x7fcad0['hasCommentThread'](_0x51923d))return;0x1===_0x7fcad0['getCommentThread'](_0x51923d)['length']&&(_0x575879['editing']['view']['focus'](),_0x5870b7['stop']());},{'priority':'low'});}['_createUIButton'](_0x18c10d){const _0x5b3844=this['editor'],_0x3728a9=new _0x18c10d(_0x5b3844['locale']),_0x41cc60=_0x5b3844['commands']['get']('addCommentThread');return _0x3728a9['set']({'label':W(_0x5b3844['locale'],'Comment'),'icon':kt}),_0x3728a9['bind']('isEnabled')['to'](_0x41cc60),this['listenTo'](_0x3728a9,'execute',()=>_0x41cc60['execute']()),_0x3728a9;}}class e extends _0x55f50e{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x4bef98){super(_0x4bef98),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0xd9b367,_0x228399,_0x5a98ef)=>{_0x5a98ef?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x55046a,_0x1dc55a]of this['editor']['commands'])_0x1dc55a['affectsData']&&'addCommentThread'!==_0x55046a&&_0x1dc55a['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x577244=this['editor']['editing']['view']['document'];this['listenTo'](_0x577244,'cut',_0x238c59=>_0x238c59['stop'](),{'priority':'highest'}),this['listenTo'](_0x577244,'clipboardInput',_0x5eb4c8=>_0x5eb4c8['stop'](),{'priority':'highest'}),this['listenTo'](_0x577244,'delete',_0x4835ef=>_0x4835ef['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0xa83967,_0x5f02de]of this['editor']['commands'])_0x5f02de['affectsData']&&'addCommentThread'!==_0xa83967&&_0x5f02de['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x32e4a9{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[b];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x3a4aa6){super(_0x3a4aa6),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0xc9c404=this['context']['plugins']['get'](b);this['listenTo'](_0xc9c404,'_activateAnnotation',(_0x1eab90,_0x577265)=>{for(const _0x555f5d of this['activeUIs']){const _0x1f3a63=this['_uis']['get'](_0x555f5d);(0x0,this['_uisData']['get'](_0x555f5d)['filter'])(_0x577265)&&_0x1f3a63['setActiveAnnotation'](_0x577265);}}),this['listenTo'](_0xc9c404,'_deactivateAllAnnotations',()=>{for(const _0x3e3c63 of this['activeUIs']){this['_uis']['get'](_0x3e3c63)['setActiveAnnotation'](null);}}),this['listenTo'](_0xc9c404['_visibleAnnotations'],'add',(_0x5dfde4,_0x251529)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x251529);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x1d19c3){return this['activeUIs']['has'](_0x1d19c3);}['activate'](_0x2b30d7,_0x321013=()=>!0x0){const _0x1ce3e9=this['context']['plugins']['get'](b);if(!this['_uis']['has'](_0x2b30d7))throw new _0xdffd77('annotationsuis-missing-ui',this,{'uiName':_0x2b30d7});this['isActive'](_0x2b30d7)&&this['deactivate'](_0x2b30d7),this['activeUIs']['add'](_0x2b30d7);const _0x2bc169=new x();!function({source:_0x210931,target:_0x42456e,filter:_0xc97bcf}){for(const _0x3be5f0 of _0x210931)_0xc97bcf(_0x3be5f0)&&_0x42456e['add'](_0x3be5f0);_0x42456e['listenTo'](_0x210931,'add',(_0x147bc0,_0x31eab9)=>{_0xc97bcf(_0x31eab9)&&_0x42456e['add'](_0x31eab9);}),_0x42456e['listenTo'](_0x210931,'remove',(_0x5b666a,_0x94fc8e)=>{_0x42456e['has'](_0x94fc8e)&&_0x42456e['remove'](_0x94fc8e);});}({'source':_0x1ce3e9['_visibleAnnotations'],'target':_0x2bc169,'filter':_0x321013}),this['_uisData']['set'](_0x2b30d7,{'collection':_0x2bc169,'filter':_0x321013});const _0x5eecd9=this['_uis']['get'](_0x2b30d7);_0x5eecd9['attach'](_0x2bc169),this['listenTo'](_0x5eecd9,'change:activeAnnotation',(_0x11eda2,_0x1f41a9,_0xfa7a7b,_0x15d2e8)=>{_0x15d2e8&&_0x1ce3e9['_removeActiveAnnotation'](_0x15d2e8),_0xfa7a7b&&_0x1ce3e9['_addActiveAnnotation'](_0xfa7a7b);});}['deactivate'](_0x3ae20c){if(this['activeUIs']['delete'](_0x3ae20c),!this['_uis']['has'](_0x3ae20c))throw new _0xdffd77('annotationsuis-missing-ui',this,{'uiName':_0x3ae20c});const _0x4fac37=this['_uis']['get'](_0x3ae20c);_0x4fac37['detach'](),this['stopListening'](_0x4fac37),this['_uisData']['get'](_0x3ae20c)['collection']['destroy'](),this['_uisData']['delete'](_0x3ae20c);}['switchTo'](_0x1bedb2){if(!this['_uis']['has'](_0x1bedb2))throw new _0xdffd77('annotationsuis-missing-ui',this,{'uiName':_0x1bedb2});const _0x527296=this['context']['plugins']['get'](b),_0x42cdaa=Array['from'](_0x527296['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x1bedb2);const _0x12398f=this['_uis']['get'](_0x1bedb2);_0x12398f['setActiveAnnotation'](_0x42cdaa),_0x12398f['_setSelectedAnnotations']&&_0x42cdaa&&_0x12398f['_setSelectedAnnotations']([_0x42cdaa]);}['deactivateAll'](){for(const _0x17f67b of this['activeUIs'])this['deactivate'](_0x17f67b);}['register'](_0x4f321a,_0x7d512){if(this['_uis']['has'](_0x4f321a))throw new _0xdffd77('annotationsuis-register-already-registered');if('function'!=typeof _0x7d512['attach']||'function'!=typeof _0x7d512['detach']||'function'!=typeof _0x7d512['setActiveAnnotation'])throw new _0xdffd77('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x4f321a,_0x7d512);}['refilterAnnotations'](){const _0x177c59=this['context']['plugins']['get'](b)['collection'],_0x4c558b=new Map(),_0x296a82=Array['from'](this['activeUIs']);for(const _0x5172bf of this['activeUIs']){const _0x50b711=this['_uisData']['get'](_0x5172bf)['collection'];for(const _0x348081 of _0x50b711)_0x4c558b['set'](_0x348081,_0x5172bf);}for(const _0x1a3668 of _0x177c59){const _0x381545=_0x4c558b['get'](_0x1a3668);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x1a3668);const _0x1c963c=_0x296a82['find'](_0x240abe=>this['_uisData']['get'](_0x240abe)['filter'](_0x1a3668));_0x381545!==_0x1c963c&&(_0x381545&&this['_uisData']['get'](_0x381545)['collection']['remove'](_0x1a3668),_0x1c963c&&this['_uisData']['get'](_0x1c963c)['collection']['add'](_0x1a3668));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x541b95){const _0x59893e=[];for(const _0x4f3d8e of this['activeUIs']){(0x0,this['_uisData']['get'](_0x4f3d8e)['filter'])(_0x541b95)&&_0x59893e['push'](_0x4f3d8e);}if(_0x59893e['length']>0x1)throw new _0xdffd77('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x59893e,'annotationType':_0x541b95['type']});}}const ne=Ht('px');class T extends _t{['list'];constructor(_0x1d8053){super(_0x1d8053);const _0xc136c2=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0xc136c2['to']('class')],'style':{'minHeight':_0xc136c2['to']('minHeight',_0x30de94=>'number'==typeof _0x30de94?ne(_0x30de94+0xa):null)}},'children':this['list']});}}const qt=Ht('px');class C extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x2ce3b5){super(_0x2ce3b5),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x171d4f,_0x36fdca)=>_0x171d4f+_0x36fdca),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Dt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection']();const _0x1221be=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x1221be['to']('isAnimationDisabled',_0x5e51cb=>_0x5e51cb?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x1221be['to']('top',_0xc0f547=>qt(_0xc0f547))}},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['updateHeight'](){const _0x290429=this['element']['clientHeight'];_0x290429&&(this['height']=_0x290429);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x32e4a9{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x52069a){super(_0x52069a),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 _0x47205a=this['context']['config']['get']('sidebar.container');_0x47205a&&this['setContainer'](_0x47205a);}['setContainer'](_0x5ee1cc){if(!y(_0x5ee1cc))throw new _0xdffd77('sidebar-setcontainer-invalid-element');this['container']=_0x5ee1cc;}['_attachToContainer']({viewClass:_0x4087ee='',spaceBetweenItems:_0x2873e7=0x19}={}){if(!y(this['container']))throw new _0xdffd77('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x4087ee,this['_spaceBetweenItems']=_0x2873e7;}['rearrange']({removedAnnotation:_0x2ce7e2,previousAnnotation:_0x33961f,nextAnnotation:_0x2dad96}){const _0x18c306=this['getSidebarItemView'](_0x2ce7e2);this['view']['list']['remove'](_0x18c306),this['_destroySidebarItemView'](_0x2ce7e2),_0x33961f&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x33961f)),_0x2dad96&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x2dad96)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0xb7b054,activatedAnnotation:_0x155591,disableAnimationOnActivatedAnnotation:_0x59a5cc}){if(this['_activeAnnotation']=_0x155591,_0xb7b054){_0xb7b054['isActive']=!0x1;const _0x307cc6=this['getSidebarItemView'](_0xb7b054);_0x307cc6&&_0x59a5cc&&(_0x307cc6['isAnimationDisabled']=!0x1);}if(_0x155591){const _0x4db8fa=this['getSidebarItemView'](_0x155591);_0x4db8fa&&(_0x155591['isActive']=!0x0,_0x59a5cc&&(_0x4db8fa['isAnimationDisabled']=!0x0,_0x4db8fa['top']+=0x1),this['_alignToTargetRect'](_0x4db8fa));}}['_detachFromContainer'](_0x3866cd){if(this['view']['element']['remove'](),_0x3866cd){for(const _0x31bf0b of _0x3866cd)this['_destroySidebarItemView'](_0x31bf0b);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x155956,_0x16eb16){_0x16eb16||(_0x16eb16=_0x155956['view']);const _0x19de62=new C(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x19de62,_0x155956),this['_annotationToSidebarItemView']['set'](_0x155956,_0x19de62),_0x19de62['content']['add'](_0x16eb16),this['listenTo'](_0x155956['view'],'change:targetRect',(_0x572934,_0x36a7ba,_0xd876e0)=>{const _0x455ddf=this['_getTargetTop'](_0x155956,_0xd876e0);_0x19de62['_targetTop']!=_0x455ddf&&(_0x19de62['_targetTop']=_0x455ddf,this['_setItemTop'](_0x19de62,_0x455ddf));}),this['listenTo'](_0x19de62,'change:top',()=>{this['_recalculate'](_0x19de62,'top');}),this['listenTo'](_0x19de62,'change:bottom',()=>{this['_recalculate'](_0x19de62,'bottom');}),this['_alignToTargetRect'](_0x19de62);const _0x4e8354=this['_getItemBefore'](_0x19de62);if(_0x4e8354)this['_alignAfterItem'](_0x4e8354,_0x19de62)||this['_alignToTargetRect'](_0x19de62);else this['_alignToTargetRect'](_0x19de62);return this['_updateLastItem'](),this['view']['list']['add'](_0x19de62),_0x19de62;}['_alignForTopChange'](_0x3a95f0){if(!_0x3a95f0['content']['length'])return;const _0x2ca71d=this['_getItemBefore'](_0x3a95f0);if(!_0x2ca71d)return;const _0xb05410=this['_sidebarItemViewToAnnotation']['get'](_0x2ca71d),_0x54f7fb=this['_activeAnnotation'];_0x54f7fb&&_0x54f7fb===_0xb05410?this['_alignAfterItem'](_0x2ca71d,_0x3a95f0):this['_alignBeforeItem'](_0x3a95f0,_0x2ca71d);}['_alignForBottomChange'](_0x2eb865){if(!_0x2eb865['content']['length'])return;const _0x496645=this['_getItemAfter'](_0x2eb865);if(!_0x496645)return;const _0x13d25c=this['_sidebarItemViewToAnnotation']['get'](_0x496645),_0xa24ec1=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x49b9ca=this['_activeAnnotation'];_0x49b9ca&&_0x49b9ca===_0x13d25c&&_0xa24ec1?(this['_alignBeforeItem'](_0x496645,_0x2eb865),this['_alignAfterItem'](_0x2eb865,_0x496645)):_0x49b9ca&&_0x49b9ca===_0x13d25c?this['_alignBeforeItem'](_0x496645,_0x2eb865):this['_alignAfterItem'](_0x2eb865,_0x496645);}['_recalculate'](_0x184acb,_0x2aaf40){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x30436a,changedProp:_0x23e847}of this['_recalculateBuffer'])'top'===_0x23e847?this['_alignForTopChange'](_0x30436a):this['_alignForBottomChange'](_0x30436a);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x184acb,'changedProp':_0x2aaf40});}['getSidebarItemView'](_0x84ef82){return this['_annotationToSidebarItemView']['get'](_0x84ef82);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x23b48f){const _0x4c21c6=this['getSidebarItemView'](_0x23b48f);this['stopListening'](_0x4c21c6),this['stopListening'](_0x23b48f['view']),_0x4c21c6['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x23b48f),this['_sidebarItemViewToAnnotation']['delete'](_0x4c21c6);}['_createSidebarView'](){const _0x390f49=new T(this['context']['locale']);return _0x390f49['render'](),this['on']('change:_lastItem',(_0x4cdf7b,_0x5e3ccf,_0x391912,_0x4b8f84)=>{_0x4b8f84&&_0x390f49['unbind']('minHeight'),_0x391912?_0x390f49['bind']('minHeight')['to'](_0x391912,'bottom'):_0x390f49['minHeight']=null;}),_0x390f49;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x45d1b7){const _0x58d4fd=this['_sidebarItemViewToAnnotation']['get'](_0x45d1b7),_0x93000d=_0x58d4fd&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x58d4fd)-0x1);return _0x93000d&&this['getSidebarItemView'](_0x93000d)||null;}['_getItemAfter'](_0x2bba71){const _0x402a3b=this['_sidebarItemViewToAnnotation']['get'](_0x2bba71),_0x5931a2=_0x402a3b&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x402a3b)+0x1);return _0x5931a2&&this['getSidebarItemView'](_0x5931a2)||null;}['_alignBeforeItem'](_0x5e6954,_0x47c4a0){_0x5e6954['updateHeight']();const _0x1fcac3=M(_0x47c4a0['bottom']+this['_spaceBetweenItems'],_0x5e6954['top']);return!!_0x1fcac3&&(this['_setItemTop'](_0x47c4a0,_0x47c4a0['top']-_0x1fcac3),!0x0);}['_alignAfterItem'](_0x26d9c3,_0x53adb0){_0x26d9c3['updateHeight']();const _0x184762=M(_0x26d9c3['bottom']+this['_spaceBetweenItems'],_0x53adb0['top']);return!!_0x184762&&(this['_setItemTop'](_0x53adb0,_0x53adb0['top']+_0x184762,!0x1),!0x0);}['_alignToTargetRect'](_0x5d2874){const _0x27832f=this['_sidebarItemViewToAnnotation']['get'](_0x5d2874);if(!_0x27832f||!_0x27832f['target']||!_0x27832f['targetRect'])return;const _0x280c74=this['_getTargetTop'](_0x27832f,_0x27832f['targetRect']);this['_setItemTop'](_0x5d2874,_0x280c74);}['_getTargetTop'](_0x3806c7,_0x504335){if(null===_0x504335)return 0x0;if(_0x3806c7['target']instanceof _0x3636c2)return _0x504335['top'];{const _0x518465=new _0x3636c2(this['view']['element'])['top'];return _0x504335['top']-_0x518465;}}['_setItemTop'](_0x68fc62,_0x51bebe,_0x47c1ef=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x47c1ef&&(_0x51bebe=Math['max'](_0x51bebe,this['_getMaxAvailableTop'](_0x68fc62))),_0x68fc62['top']=_0x51bebe;}['_getMaxAvailableTop'](_0x2e9c96){let _0x3e5265=this['_getItemBefore'](_0x2e9c96),_0xbe122d=0x0;for(;_0x3e5265;)_0x3e5265['updateHeight'](),_0xbe122d+=this['_spaceBetweenItems']+_0x3e5265['height'],_0x3e5265=this['_getItemBefore'](_0x3e5265);return _0xbe122d;}}function M(_0x3708f9,_0x1928c4){return Math['max'](_0x3708f9-_0x1928c4,0x0);}function y(_0x221459){return null!==_0x221459&&'object'==typeof _0x221459&&0x1===_0x221459['nodeType'];}class n extends _0x32e4a9{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x1946f6){super(_0x1946f6),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x4d800d(),this['_refreshPositioningDebounced']=_0x115137(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x38dc52=this['context']['plugins']['get'](j),_0x407797=this['context']['plugins']['get'](z);_0x38dc52['register']('wideSidebar',this),_0x407797['container']&&_0x38dc52['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x5cee83){if(_0x5cee83===this['activeAnnotation'])return;const _0x4b9c73=this['context']['plugins']['get'](z);_0x4b9c73['_activeAnnotation']=_0x5cee83;const _0x4220c4=this['activeAnnotation'];this['activeAnnotation']=_0x5cee83,_0x4b9c73['refresh']({'blurredAnnotation':_0x4220c4,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x3a7063){this['annotations']=_0x3a7063;const _0x444806=this['context']['plugins']['get'](z);if(_0x444806['_annotations']=_0x3a7063,this['isAttached'])throw new _0xdffd77('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x444806,'set:container',()=>{this['detach'](),this['listenTo'](_0x444806,'change:container',_0x86ffc0=>{_0x86ffc0['off'](),this['attach'](_0x3a7063);});}),_0x444806['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x26f7ce=_0x51aed7=>{_0x51aed7['updateTargetRect'](),_0x444806['addAnnotation'](_0x51aed7);};for(const _0x129e94 of _0x3a7063)_0x26f7ce(_0x129e94);this['listenTo'](_0x3a7063,'add',(_0x1ea21c,_0x703fdc)=>{_0x26f7ce(_0x703fdc);}),this['listenTo'](_0x3a7063,'remove',(_0x5dd4cd,_0x1c678a,_0x182172)=>{_0x444806['rearrange']({'removedAnnotation':_0x1c678a,'previousAnnotation':_0x3a7063['get'](_0x182172-0x1),'nextAnnotation':_0x3a7063['get'](_0x182172+0x1)}),_0x1c678a===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x3a7063,'focus',(_0x11896b,_0x426dbf)=>{this['setActiveAnnotation'](_0x426dbf);}),this['listenTo'](_0x3a7063,'blur',()=>{this['setActiveAnnotation'](null);});const _0x5f5373=this['context']instanceof _0x29fb49?this['context']['editors']:new _0x4d800d([this['context']]);for(const _0x31ceae of _0x5f5373)this['_integrateWithEditorAnnotations'](_0x31ceae);this['listenTo'](_0x5f5373,'add',(_0xf19c61,_0x4be610)=>{this['listenTo'](_0x4be610,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x4be610);});}),this['listenTo'](_0x5f5373,'remove',(_0x23fcdc,_0x3ef205)=>{_0x3ef205['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x3ef205['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0xdffd77('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x32dd12=this['context']['plugins']['get'](z);_0x32dd12['_detachFromContainer'](this['annotations']),this['stopListening'](_0x32dd12),this['stopListening'](this['annotations']),this['context']instanceof _0x29fb49&&this['stopListening'](this['context']['editors']);for(const _0x1da830 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x1da830);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x36c29c){if(!_0x36c29c['plugins']['has']('EditorAnnotations'))return;const _0x3fd0ab=_0x36c29c['plugins']['get']('EditorAnnotations'),_0x15e18b=()=>{const _0x232c70=_0x3fd0ab['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x232c70[0x0]||null);};this['listenTo'](_0x3fd0ab,'refresh',_0x15e18b),this['listenTo'](_0x3fd0ab,'blur',(_0x504e2a,{isAnnotationTracked:_0x19a4b2})=>{this['activeAnnotation']&&_0x19a4b2(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x3fd0ab,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x553113=>{_0x3fd0ab['hasDomSelection']()&&(_0x15e18b(),_0x553113['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3fd0ab);}['_destroyEditorAnnotationsIntegration'](_0x5c45f9){this['stopListening'](_0x5c45f9),this['_editorAnnotations']['remove'](_0x5c45f9);}}class D extends _0x183982{['counterView'];constructor(_0x1fbd8c){super(_0x1fbd8c);const _0x4a306a=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0xeae7e6,_0x10ab81)=>_0xeae7e6?'...':_0x10ab81['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',_0x4a306a['to']('annotationType',_0x3884aa=>'ck-annotation-counter__badge--'+_0x3884aa),_0x4a306a['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x4a306a['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x32e4a9{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x5108d0){super(_0x5108d0),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x222f3d),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x4d800d(),this['_refreshPositioningDebounced']=_0x115137(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x35c872(this['context']['locale']),this['balloonPanelView']=new _0x5d6bab(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0xf444b4){this['annotations']=_0xf444b4;const _0xfce3af=this['context']['plugins']['get'](z),_0x2600d7=this['balloonPanelView'];if(_0xfce3af['_annotations']=_0xf444b4,this['isAttached'])throw new _0xdffd77('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0xfce3af,'set:container',()=>{this['detach'](),this['listenTo'](_0xfce3af,'change:container',_0x2b5a6f=>{_0x2b5a6f['off'](),this['attach'](_0xf444b4);});}),_0xfce3af['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0xed9858=_0x1d8a42=>{const _0x3a0161=new D(this['context']['locale']);_0xfce3af['addAnnotation'](_0x1d8a42,_0x3a0161),this['_annotationToNarrowView']['set'](_0x1d8a42,_0x3a0161),_0x3a0161['bind']('isDirty','annotationType','number')['to'](_0x1d8a42['view'],'isDirty','type','length'),_0x3a0161['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x2600d7['content']['first']!==_0x1d8a42['view']?(this['_showBalloon'](_0x1d8a42),_0x1d8a42['view']['element']['focus'](),this['setActiveAnnotation'](_0x1d8a42)):this['setActiveAnnotation'](null);});};for(const _0x3908d6 of _0xf444b4)_0xed9858(_0x3908d6);this['listenTo'](_0xf444b4,'add',(_0x42a8bb,_0x26ad74)=>{_0xed9858(_0x26ad74);}),this['listenTo'](_0xf444b4,'remove',(_0x475ad4,_0x58bb5b,_0x3d6b25)=>{this['_annotationToNarrowView']['get'](_0x58bb5b)['destroy'](),this['_annotationToNarrowView']['delete'](_0x58bb5b),_0xfce3af['rearrange']({'removedAnnotation':_0x58bb5b,'previousAnnotation':_0xf444b4['get'](_0x3d6b25-0x1),'nextAnnotation':_0xf444b4['get'](_0x3d6b25+0x1)}),_0x58bb5b===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0xf444b4,'focus',(_0x49461d,_0x4cfa04)=>{this['setActiveAnnotation'](_0x4cfa04);}),this['listenTo'](_0xf444b4,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x273d70,_0x4a0523)=>{_0x4a0523['keyCode']===_0x5cf47d['esc']&&_0x2600d7['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x2600d7['content']['first']),this['_hideBalloon'](),_0x4a0523['stopPropagation'](),_0x4a0523['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x492f9b,_0x5e768e)=>{const _0x58c3a0=_0x5e768e['target'];_0x2600d7['isVisible']&&_0x2600d7['element']['contains'](_0x58c3a0)||_0xfce3af['view']['element']['contains'](_0x58c3a0)||_0x492f9b['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x4cd639=>_0x4cd639['contains'](_0x58c3a0))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x2d9e22=this['context']instanceof _0x29fb49?this['context']['editors']:new _0x4d800d([this['context']]);for(const _0x130f2a of _0x2d9e22)this['_integrateWithEditorAnnotations'](_0x130f2a);this['listenTo'](_0x2d9e22,'add',(_0x1b525a,_0x56221b)=>{this['listenTo'](_0x56221b,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x56221b);});}),this['listenTo'](_0x2d9e22,'remove',(_0x31835c,_0x35ab28)=>{_0x35ab28['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x35ab28['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0xdded75){if(_0xdded75===this['activeAnnotation'])return;const _0x2a98fa=this['context']['plugins']['get'](z);if(_0x2a98fa['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0xdded75,'disableAnimationOnActivatedAnnotation':!0x0}),_0xdded75)_0x2a98fa['getSidebarItemView'](_0xdded75)?this['_showBalloon'](_0xdded75):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0xdded75;}['detach'](){if(!this['isAttached'])throw new _0xdffd77('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x5376c1=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x1b46ed=>_0x1b46ed['destroy']()),this['_annotationToNarrowView']['clear'](),_0x5376c1['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x29fb49&&this['stopListening'](this['context']['editors']);for(const _0x5716bb of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x5716bb);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'](_0x13b24a){if(!_0x13b24a['plugins']['has']('EditorAnnotations'))return;const _0x5d88f0=_0x13b24a['plugins']['get']('EditorAnnotations'),_0x570a6b=this['context']['plugins']['get'](z),_0x494b73=this['annotations'],_0x853d7d=this['balloonPanelView'],_0x28af8a=()=>{const _0x3ff7cf=_0x5d88f0['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x3ff7cf),this['setActiveAnnotation'](_0x3ff7cf[0x0]||null);};this['listenTo'](_0x5d88f0,'refresh',_0x28af8a),this['listenTo'](_0x5d88f0,'blur',(_0x4f62bb,{isAnnotationTracked:_0x2b3bd0})=>{this['activeAnnotation']&&_0x2b3bd0(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x5d88f0,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x494b73,'blur',_0x5f2a4a=>{_0x5d88f0['hasDomSelection']()&&_0x5f2a4a['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x483a9a,_0x297f28)=>{const _0x1203de=_0x297f28['target'];_0x853d7d['isVisible']&&_0x853d7d['element']['contains'](_0x1203de)||_0x570a6b['view']['element']['contains'](_0x1203de)||this['activeAnnotation']&&_0x5d88f0['hasDomSelection']()&&(_0x28af8a(),_0x483a9a['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x5d88f0);}['_destroyEditorAnnotationsIntegration'](_0x5cfed3){_0x5cfed3&&(this['stopListening'](_0x5cfed3),this['_editorAnnotations']['remove'](_0x5cfed3));}['_setSelectedAnnotations'](_0x33061e){for(const _0xa6cd83 of this['_selectedAnnotations'])_0x33061e['includes'](_0xa6cd83)||this['_manuallyClosedAnnotationViews']['delete'](_0xa6cd83['view']);this['_selectedAnnotations']=_0x33061e;}['_refreshPositioning'](){const _0x242df9=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x242df9['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x1ff383){if(this['_manuallyClosedAnnotationViews']['has'](_0x1ff383['view']))return;const _0x4ab752=this['balloonPanelView']['content']['first'];_0x4ab752!==_0x1ff383['view']?(_0x4ab752&&this['_detachListeners'](_0x4ab752),this['_attachListeners'](_0x1ff383['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x1ff383['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x148f93=this['balloonPanelView']['content']['first'],_0x2c4c5f=_0x148f93&&this['annotations']['getByView'](_0x148f93);if(!_0x2c4c5f||!this['_annotationToNarrowView']['has'](_0x2c4c5f))return;const _0x5be8d9=this['_annotationToNarrowView']['get'](_0x2c4c5f)['element'],_0x2eeb7c=(function(){const _0x25191c=_0x5d6bab['defaultPositions'];return[_0x25191c['southArrowNorthEast'],_0x25191c['northArrowSouthEast'],_0x25191c['southArrowNorth'],_0x25191c['northArrowSouth'],_0x25191c['southArrowNorthWest'],_0x25191c['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x5be8d9,'positions':_0x2eeb7c});}['_hideBalloon'](){const _0x200dea=this['balloonPanelView'],_0x339e8d=_0x200dea['content']['first'];_0x339e8d&&(this['_detachListeners'](_0x339e8d),_0x200dea['unpin'](),_0x200dea['content']['clear']());}['_attachListeners'](_0xdc7876){this['listenTo'](_0xdc7876,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0xdc7876,'Esc',(_0x889c60,_0x301ea8)=>{this['_manuallyClosedAnnotationViews']['add'](_0xdc7876),this['_hideBalloon'](),_0x301ea8();});}['_detachListeners'](_0x48d571){this['stopListening'](_0x48d571);}}class c extends _0x55f50e{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[k,_0x586072,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x5d7ffd){super(_0x5d7ffd),_0x5d7ffd['editing']['view']['addObserver'](_0x31b986),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x5d7ffd['plugins']['get'](_0x586072),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x54a235=this['editor']['plugins']['get'](j);_0x54a235['context']===this['editor']&&(_0x54a235['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x24eb9b,_0x467aec)=>{const _0x1b4050=this['_balloon'];if(this['isAttached']&&_0x1b4050['visibleView']){const _0x4844d7=this['annotations']['getByView'](_0x1b4050['visibleView']);_0x4844d7&&this['_closeAnnotation'](_0x4844d7),_0x467aec();}}));}['afterInit'](){const _0x2c6d83=this['editor']['plugins']['get'](j);_0x2c6d83['context']===this['editor']&&(_0x2c6d83['hasActive']()||_0x2c6d83['switchTo']('inline'));}['setActiveAnnotation'](_0x4c68c5){_0x4c68c5!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x4c68c5&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x4c68c5)&&this['_addAnnotationToBalloon'](_0x4c68c5,!0x0),_0x4c68c5['isActive']=!0x0),_0x4c68c5||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x4c68c5);}['attach'](_0x10390d){this['annotations']=_0x10390d;const _0x215b17=this['editor']['plugins']['get'](j),_0x33ae9c=this['_balloon'];if(this['isAttached'])throw new _0xdffd77('inlineannotations-attach-already-attached',this);if(_0x215b17['context']!==this['editor'])throw new _0xdffd77('inlineannotations-not-allowed-with-context',this);const _0x3cd21e=this['editor']['plugins']['get'](k);this['listenTo'](_0x3cd21e,'refresh',()=>{const _0x551d53=_0x3cd21e['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x1c51ac,_0x9ce165;!this['_forceRefresh']&&(_0x1c51ac=_0x551d53,_0x9ce165=this['_selectedAnnotations'],_0x1c51ac['length']===_0x9ce165['length']&&_0x1c51ac['every'](_0x2246ff=>_0x9ce165['includes'](_0x2246ff)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x551d53),this['setActiveAnnotation'](_0x551d53[0x0]||null));}),this['listenTo'](_0x3cd21e,'blur',(_0x25f60f,{isAnnotationTracked:_0x3b92e0})=>{this['activeAnnotation']&&_0x3b92e0(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x4c827b,_0x72ca3b,_0xf47307)=>{_0xf47307||this['setActiveAnnotation'](null);}),this['listenTo'](_0x10390d,'remove',(_0x3b6751,_0x19e5ac)=>{this['_removeAnnotationFromBalloon'](_0x19e5ac),_0x19e5ac===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x33ae9c,'change:visibleView',(_0x326ee6,_0x3ab284,_0x5f378a,_0x55c930)=>{_0x55c930&&this['stopListening'](_0x55c930);const _0x37b5f4=_0x10390d['getByView'](_0x5f378a);_0x5f378a&&_0x37b5f4&&(this['listenTo'](_0x5f378a,'change:height',()=>{_0x33ae9c['updatePosition']();}),this['listenTo'](_0x5f378a,'Esc',()=>{this['_closeAnnotation'](_0x37b5f4),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x37b5f4&&this['setActiveAnnotation'](_0x37b5f4));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x33ae9c['visibleView']&&(_0x10390d['getByView'](_0x33ae9c['visibleView'])&&_0x33ae9c['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 _0xdffd77('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x31684e of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x31684e);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x213e4e){for(const _0x252d36 of this['_selectedAnnotations'])_0x213e4e['includes'](_0x252d36)||this['_manuallyClosed']['delete'](_0x252d36);for(const _0x1c4394 of this['annotations'])_0x213e4e['includes'](_0x1c4394)||this['_removeAnnotationFromBalloon'](_0x1c4394);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x57cffe of _0x213e4e)this['_addAnnotationToBalloon'](_0x57cffe);}this['_selectedAnnotations']=_0x213e4e;}['_addAnnotationToBalloon'](_0x4297f1,_0x2e3dfb=!0x1){this['_manuallyClosed']['has'](_0x4297f1)||(this['_addedAnnotations']['has'](_0x4297f1)||this['_balloon']['hasView'](_0x4297f1['view'])||(this['_addedAnnotations']['add'](_0x4297f1),this['_balloon']['add']({'stackId':_0x4297f1['view']['id'],'view':_0x4297f1['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x4297f1)}})),_0x2e3dfb&&this['_balloon']['showStack'](_0x4297f1['view']['id']));}['_getBalloonTargetForAnnotation'](_0x55ad1e){const _0x4e1481=_0x55ad1e['target'],_0x23c496=this['editor']['editing']['view'],_0x52e19f=_0x23c496['document']['selection']['getFirstRange'](),_0x52e1e3=_0x23c496['domConverter']['viewRangeToDom'](_0x52e19f);if(_0x52e1e3['collapse'](!0x0),_0x4e1481){if(_0x4e1481 instanceof _0x3636c2)return _0x4e1481;let _0x13dabd=[];for(const _0x4dad67 of _0x4e1481)_0x13dabd['push'](...(_0x2f61f5=_0x4dad67['getClientRects'](),Array['from'](_0x2f61f5)['map'](DOMRect['fromRect'])));_0x13dabd=function(_0x1a8142){const _0xc4217c=[];let _0x561d1d=_0x1a8142[0x0];for(let _0x5f444b=0x1;_0x5f444b<_0x1a8142['length'];_0x5f444b++)F(_0x561d1d,_0x1a8142[_0x5f444b])?_0x561d1d['width']+=_0x1a8142[_0x5f444b]['width']:(_0xc4217c['push'](_0x561d1d),_0x561d1d=_0x1a8142[_0x5f444b]);return _0xc4217c['push'](_0x561d1d),_0xc4217c;}(_0x13dabd);const _0x302ffc=_0x52e1e3['getBoundingClientRect']();return _0x13dabd['find'](_0x4578e7=>_0x4578e7['top']<=_0x302ffc['top']&&_0x4578e7['bottom']>=_0x302ffc['bottom']&&_0x4578e7['left']<=_0x302ffc['left']&&_0x4578e7['right']>=_0x302ffc['right'])||_0x13dabd[0x0];}var _0x2f61f5;return _0x55ad1e['targetRect']||_0x52e1e3;}['_removeAnnotationFromBalloon'](_0x4850b4){this['_addedAnnotations']['has'](_0x4850b4)&&this['_balloon']['hasView'](_0x4850b4['view'])&&(this['_addedAnnotations']['delete'](_0x4850b4),this['_balloon']['remove'](_0x4850b4['view']));}['_closeAnnotation'](_0x36334a){this['_manuallyClosed']['add'](_0x36334a),this['_removeAnnotationFromBalloon'](_0x36334a);}}function F(_0x25c57e,_0x49e160){return _0x25c57e['top']===_0x49e160['top']&&_0x25c57e['bottom']===_0x49e160['bottom']&&_0x25c57e['right']===_0x49e160['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(_0x4559e4,_0x2b57e6){super(_0x4559e4),this['set']('isEmpty',!_0x2b57e6['length']),this['_focusTracker']=new _0x3536a3(),this['_keystrokes']=new Et(),this['_focusables']=_0x2b57e6,this['_focusCycler']=new _0x31a948({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['listenTo'](_0x2b57e6,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x2b57e6,'remove',(_0x537a26,_0x17ca13)=>{_0x17ca13['isActive']&&this['focus'](),_0x2b57e6['length']||(this['isEmpty']=!0x0);});const _0x3c3d56=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':_0x2b57e6},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x3c3d56['if']('isEmpty','ck-hidden',_0x52a89b=>!_0x52a89b)]},'children':[{'text':W(_0x4559e4,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_keystrokes']['listenTo'](this['element']);const _0x54580f=_0x39ca73=>_0x39ca73['stopPropagation']();this['_keystrokes']['set']('arrowright',_0x54580f),this['_keystrokes']['set']('arrowleft',_0x54580f),this['_keystrokes']['set']('arrowup',_0x54580f),this['_keystrokes']['set']('arrowdown',_0x54580f),this['listenTo'](this['element'],'selectstart',(_0x1aa448,_0xac2afe)=>{_0xac2afe['stopPropagation']();},{'priority':'high'});}['destroy'](){super['destroy'](),this['_focusTracker']['destroy'](),this['_keystrokes']['destroy']();}['focus'](){this['element']['focus']();}}class p extends _0x32e4a9{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,b];}constructor(_0x112cb8){super(_0x112cb8),this['archivedThreads']=new _0x4d800d();}['init'](){const _0x5ab746=this['context'],_0x2a7237=_0x5ab746['plugins']['get'](m),_0x3fff62=_0x5ab746['plugins']['get'](b);this['listenTo'](_0x2a7237,'addCommentThread',(_0x2267c1,{threadId:_0x360981})=>{const _0x1ff9f2=_0x2a7237['getCommentThread'](_0x360981);_0x1ff9f2['archivedAt']&&this['archivedThreads']['add'](_0x1ff9f2,this['_calculatePosition'](_0x1ff9f2['archivedAt'])),this['listenTo'](_0x1ff9f2,'change:archivedAt',(_0x1066c1,_0x8849d1,_0x252c1f)=>{_0x252c1f?this['archivedThreads']['has'](_0x1ff9f2)||this['archivedThreads']['add'](_0x1ff9f2,this['_calculatePosition'](_0x1ff9f2['archivedAt'])):this['archivedThreads']['has'](_0x1ff9f2)&&this['archivedThreads']['remove'](_0x1ff9f2);});}),this['listenTo'](_0x2a7237,'removeCommentThread',(_0x1f610d,{threadId:_0x491d69})=>{const _0x3ed711=_0x2a7237['getCommentThread'](_0x491d69);this['stopListening'](_0x3ed711),this['archivedThreads']['has'](_0x3ed711)&&this['archivedThreads']['remove'](_0x3ed711);},{'priority':'highest'}),this['listenTo'](_0x3fff62['collection'],'focus',(_0x206fe3,_0x5060aa)=>{_0x5060aa['isActive']=!0x0,_0x3fff62['activate'](_0x5060aa);});}['_calculatePosition'](_0x3c760a){const _0x2bf638=[...this['archivedThreads']]['findIndex'](_0x2d058f=>_0x2d058f['archivedAt']<_0x3c760a);return _0x2bf638>-0x1?_0x2bf638:this['archivedThreads']['length'];}}class a extends _0x55f50e{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x1f8e17];}constructor(_0x50b1c3){super(_0x50b1c3),this['annotationViews']=new _0x3d4b74(),this['_pendingThreads']=[];}['init'](){this['editor']['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x183982,!0x0)),this['editor']['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>this['_createCommentsArchiveButton'](_0xa1a00a));const _0x255ee7=this['editor']['plugins']['get'](p),_0x551cc5=this['editor']['plugins']['get']('Annotations'),_0x209701=this['editor']['plugins']['get']('CommentsRepository');this['listenTo'](_0x255ee7['archivedThreads'],'add',(_0xa0c53c,_0x2a6320)=>{const _0x30e4d7=this['editor']['config']['get']('collaboration.channelId');if(!_0x30e4d7||_0x2a6320['channelId']===_0x30e4d7){const _0x5db304=_0x209701['_threadToController']['get'](_0x2a6320);if(!_0x5db304)return void this['_pendingThreads']['push'](_0x2a6320);const _0x1dcc4f=this['_calculatePosition'](_0x2a6320['archivedAt']),_0x572099=_0x551cc5['getByInnerView'](_0x5db304['view']);_0x572099['isVisible']&&_0x551cc5['_visibleAnnotations']['remove'](_0x572099),this['annotationViews']['add'](_0x572099['view'],_0x1dcc4f);}}),this['listenTo'](_0x551cc5['collection'],'add',(_0x1c2b19,_0x31209f)=>{const _0x2ae3c1=this['_pendingThreads']['find'](_0x129635=>{const _0x38e1e7=_0x209701['_threadToController']['get'](_0x129635);return _0x38e1e7&&_0x31209f['innerView']===_0x38e1e7['view'];});if(_0x2ae3c1){const _0x5ed2ef=this['_calculatePosition'](_0x2ae3c1['archivedAt']);this['annotationViews']['add'](_0x31209f['view'],_0x5ed2ef),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x2ae3c1),0x1);}}),this['listenTo'](_0x255ee7['archivedThreads'],'remove',(_0x54aed5,_0x1e26c4)=>{const _0x1755b0=this['editor']['config']['get']('collaboration.channelId');if(!_0x1755b0||_0x1e26c4['channelId']===_0x1755b0){const _0x231b5d=_0x209701['_threadToController']['get'](_0x1e26c4),_0x45d8fd=_0x551cc5['getByInnerView'](_0x231b5d['view']);this['annotationViews']['remove'](_0x45d8fd['view']),this['stopListening'](_0x45d8fd['focusableElements']);}});}['_calculatePosition'](_0x32e5e9){const _0xad5f05=this['editor']['config']['get']('collaboration.channelId'),_0x22f078=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x5d5a14=>_0x5d5a14['channelId']===_0xad5f05)['findIndex'](_0xc76447=>_0xc76447['archivedAt']<_0x32e5e9);return _0x22f078<0x0||_0x22f078>this['annotationViews']['length']?this['annotationViews']['length']:_0x22f078-0x1;}['_toggleDialog'](){const _0x2a03e7=this['editor'],_0xa5f92=_0x2a03e7['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new X(_0x2a03e7['locale'],this['annotationViews'])),'commentsArchive'===_0xa5f92['id']?_0xa5f92['hide']():_0xa5f92['show']({'id':'commentsArchive','title':W(_0x2a03e7['locale'],'COMMENTS_ARCHIVE'),'icon':Q,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x5827e9['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x42a202,_0xf0ccfa=!0x1){const _0x1481fc=this['editor']['locale'],_0x56601f=new _0x42a202(_0x1481fc);return _0x56601f['bind']('isEnabled')['to'](this,'isEnabled'),_0x56601f['set']({'label':W(_0x1481fc,'COMMENTS_ARCHIVE'),'icon':Q}),_0xf0ccfa&&(_0x56601f['tooltip']=!0x0),this['listenTo'](_0x56601f,'execute',()=>this['_toggleDialog']()),_0x56601f;}}class f extends _0x55f50e{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 _0x2bf668,ContextPlugin as _0x50ebdd,PendingActions as ht,Context as _0x2b02a0,Command as _0x11260e,Plugin as _0x2845be}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x104475,uid as _0x40a82d,KeystrokeHandler as Et,FocusTracker as _0x4ea882,diff as _0x228a6e,Collection as _0x55c838,Rect as _0x527045,CKEditorError as _0x5483a4,priorities as Wt,scrollViewportToShowTarget as _0x2faa54,toUnit as Ht,DomEmitterMixin as _0x406670,keyCodes as _0x25c7d3}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x223b2c,ConfirmMixin as _0xe1c38c,trimHtml as _0x5aca7e,Users as lt,getDateTimeFormatter as dt,hashObject as ct,getAllMarkersDomElementsSorted as tt,surroundingMarkersDetector as _0x267a72}from'ckeditor5-collaboration/dist/index.js';import{throttle as bt,isEqual as ft,cloneDeep as ut,set as pt,unset as It,debounce as _0x22352f}from'lodash-es';import{EditorUIView as Xt,InlineEditableUIView as $t,LabelView as Yt,EditorUI as Ut,View as _t,ButtonView as _0x47a7c3,ViewCollection as _0x5a3d3d,FocusCycler as _0x117230,createDropdown as _0x247bc1,ListView as _0x33c55f,ListItemView as _0xc4ec6c,MenuBarMenuListItemButtonView as _0x52b9ac,BodyCollection as _0x5742f9,BalloonPanelView as _0x1c358c,ContextualBalloon as _0x2b23da,Dialog as _0x3a76a0,DialogViewPosition as _0x149f5d}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as zt,enablePlaceholder as Ft,MouseObserver as _0x541797}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
|
+
_0x104475(){['model'];['view'];constructor(_0x324bf6,_0x3100c5){super(),this['model']=_0x324bf6,this['model']['_isAttached']=!0x0,this['view']=_0x3100c5,this['listenTo'](_0x3100c5,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x3100c5,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x3100c5,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x3100c5,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x3100c5,'addComment',(_0x5a128c,_0x1c0e36)=>this['addComment'](_0x1c0e36)),this['listenTo'](_0x3100c5,'updateComment',(_0x4296b1,_0x55d49f,_0x449010)=>this['updateComment'](_0x55d49f,_0x449010)),this['listenTo'](_0x3100c5,'removeComment',(_0x9bfd0e,_0x16621f)=>this['removeComment'](_0x16621f));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x48cd6e){this['model']['addComment']({'content':_0x48cd6e,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x325582,_0x13f801){this['model']['getComment'](_0x325582)['update']({'content':_0x13f801});}['removeComment'](_0x1ec0e0){this['model']['getComment'](_0x1ec0e0)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function W(_0x44a2d5,_0x1f032e,_0x52f54b){const t=_0x44a2d5['t'];switch(_0x1f032e){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'},_0x52f54b);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'},_0x52f54b);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'},_0x52f54b);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'},_0x52f54b);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(_0x3403c3,_0x5eab8e){super(_0x3403c3);const _0x219370=_0x40a82d();this['main']=this['createCollection'](),this['editable']=new $t(_0x3403c3,_0x5eab8e),this['_voiceLabelView']=this['_createVoiceLabel'](_0x219370,_0x3403c3),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'role':'comment','dir':_0x3403c3['uiLanguageDirection'],'lang':_0x3403c3['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x219370},'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'](_0x2b2334,_0x2557b6){const _0x28be67=new Yt();return _0x28be67['text']=W(_0x2557b6,'Comment\x20editor'),_0x28be67['extendTemplate']({'attributes':{'id':'ck-editor__aria-label_'+_0x2b2334,'class':'ck-voice-label'}}),_0x28be67;}}class Ot extends Ut{['view'];constructor(_0x1bd67b){super(_0x1bd67b),this['view']=new Vt(_0x1bd67b['locale'],_0x1bd67b['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x3d0563=this['editor']['editing']['view'],_0x8bb02a=this['view']['editable'],_0x5ec0a7=_0x3d0563['document']['getRoot']();_0x8bb02a['name']=_0x5ec0a7['rootName'],this['view']['render']();const _0x200c2f=_0x8bb02a['element'];this['setEditableElement'](_0x8bb02a['name'],_0x200c2f),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x3d0563['attachDomRoot'](_0x200c2f),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Rt=[Bt,Gt,Jt,Kt,Lt,Nt,Qt];class St extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x104475(mt){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Rt)());constructor(_0x1c8675={}){(_0x1c8675=Object['assign']({},_0x1c8675))['plugins']||(_0x1c8675['plugins']=St['defaultPlugins']),super(_0x1c8675),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 _0x4847d8=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x4847d8))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x3c4854=>{const _0x1edfae=this['model']['document']['getRoot'](),_0x55a434=_0x1edfae&&_0x1edfae['getChild'](_0x1edfae['childCount']-0x1);_0x3c4854['setSelection'](_0x55a434,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x16d360=this['editing']['view'],_0x4dc60f=_0x16d360['document']['getRoot'](),_0x4f57d7=_0x4dc60f['getChild'](0x0);_0x4dc60f['childCount']>0x1||!_0x4f57d7||'p'!=_0x4f57d7['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(zt(_0x16d360,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x4f57d7['placeholder']=this['placeholder']),Ft({'view':_0x16d360,'element':_0x4f57d7,'keepOnFocus':!0x0}),this['placeholderElement']=_0x4f57d7);}}class ei extends _t{['keystrokes'];['focusTracker'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x115c5f,_0x24dd74={}){super(_0x115c5f),this['editor']=null,this['_editorConfig']=_0x24dd74,this['keystrokes']=new Et(),this['focusTracker']=new _0x4ea882(),this['set']('value',_0x24dd74['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',W(_0x115c5f,'Reply...')),this['set']('submitLabel',W(_0x115c5f,'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',(_0x2e4fb6,_0x3ccf05)=>{this['cancelButtonView']['fire']('execute'),_0x3ccf05();}),this['on']('submit',(_0x59a73f,_0x5d3767)=>{_0x5d3767['length']>0xfde8?(alert(W(_0x115c5f,'TOO_LONG_COMMENT_ALERT',[_0x5d3767['length'],0xfde8])),_0x59a73f['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 _0x3f3023=this['editor'];this['element']['insertBefore'](_0x3f3023['ui']['element'],this['element']['firstChild']),_0x3f3023['model']['document']['on']('change',()=>this['value']=_0x3f3023['getData']()),_0x3f3023['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:_0x26a10d}=this,_0x142540=new _0x47a7c3(_0x26a10d);return _0x142540['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x142540['withText']=!0x0,_0x142540['bind']('label')['to'](this,'submitLabel'),_0x142540['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x142540['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x34f9fb,_0x541b7a)=>!_0x541b7a&&!!_0x34f9fb['trim']()),_0x142540;}['_createCancelButton'](){const {locale:_0x4661a6}=this,_0x3aee41=new _0x47a7c3(_0x4661a6);return _0x3aee41['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x3aee41['label']=W(_0x4661a6,'Cancel'),_0x3aee41['withText']=!0x0,_0x3aee41['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x3aee41;}['_initializeFocusCycling'](_0x1b2336){const _0x59af21=this['focusTracker'],_0x3f6cb9=new _0x5a3d3d();[_0x1b2336['ui']['view'],this['submitButtonView'],this['cancelButtonView']]['forEach'](_0x432801=>{_0x3f6cb9['add'](_0x432801),_0x59af21['add'](_0x432801['element']);});const _0x51e511=new _0x117230({'focusables':_0x3f6cb9,'focusTracker':_0x59af21});this['keystrokes']['set']('tab',(_0x43dcc2,_0x1a6247)=>{_0x51e511['focusNext'](),_0x1a6247();},{'priority':'low'}),this['keystrokes']['set']('shift\x20+\x20tab',(_0x2339b2,_0x49eaed)=>{_0x51e511['focusPrevious'](),_0x49eaed();},{'priority':'low'});}}class Tt extends _t{constructor(_0x1a08a0,_0xf607b9,_0x50b7cc){super(_0x1a08a0),this['commentInputView']=new ei(_0x1a08a0,_0x50b7cc),this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x37ac3b,_0x55a90d)=>_0x37ac3b||!!_0x55a90d),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 _0x223b2c(_0x1a08a0,_0xf607b9),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(_0x3e5d0c){super(_0x3e5d0c);const _0x3c4bbe=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x3c4bbe['to']('count',_0x55820b=>W(_0x3e5d0c,'NUMBER_OF_COMMENTS',_0x55820b))}]});}}class xt extends _t{['commentViews'];['resolvedCommentView'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x12a6ce,_0x3caa3c,_0x12bc63){super(_0x12a6ce),this['set']('hasDirtyComment',!0x1),this['set']('length',_0x3caa3c['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x3caa3c,this['_config']=_0x12bc63,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['_collapsedCommentsView']=new ts(_0x12a6ce),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x25682a=>_0x25682a-this['_config']['maxCommentsWhenCollapsed']);for(const _0x4421a7 of _0x3caa3c['comments'])this['_handleNewCommentModel'](_0x4421a7);this['_handleInfoComment'](),this['listenTo'](_0x3caa3c['comments'],'add',(_0x2caf75,_0x536f2a)=>{const _0xc5086a=this['_calculatePosition'](_0x536f2a);this['length']++,this['_handleNewCommentModel'](_0x536f2a,_0xc5086a),this['refreshVisibleViews']();}),this['listenTo'](_0x3caa3c['comments'],'remove',(_0xc2dedb,_0x1889f6)=>{this['length']--,this['_handleRemoveCommentModel'](_0x1889f6),this['refreshVisibleViews']();}),this['listenTo'](_0x3caa3c,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x3caa3c,'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 _0x6dc8c2 of this['commentViews'])_0x6dc8c2['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x137855,_0x29bb12){const _0x205ca1=new this['_config']['CommentView'](this['locale'],_0x137855,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x205ca1['viewUid']=_0x137855['id'],_0x205ca1['delegate']('removeComment')['to'](this),_0x205ca1['delegate']('updateComment')['to'](this),_0x205ca1['delegate']('resolveCommentThread')['to'](this),_0x205ca1['delegate']('editorReady')['to'](this),_0x205ca1['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x205ca1,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x205ca1,_0x29bb12);}['_calculatePosition'](_0x1c953d){const _0x1d2756=this['_model']['_findOptimalIndex'](_0x1c953d);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x1c953d['authoredAt']?_0x1d2756-0x1:_0x1d2756:_0x1d2756-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x5401b0={'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'],_0x5401b0,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x5401b0));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x1f7027){const _0x251340=this['commentViews']['remove'](_0x1f7027['id']);this['stopListening'](_0x251340),_0x251340['isEditMode']&&this['_updateHasDirtyComment'](),_0x251340['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x2c6947=>_0x2c6947['isEditMode']);}['_rearrangeCollapse'](){const _0x5251f3=function(_0x421a47){const _0x5738aa=new _0x55c838();for(const _0x101168 of _0x421a47)_0x5738aa['add'](_0x101168);return _0x5738aa;}(this['commentViews']),_0x5293be=this['_collapsedCommentsView']['count'];for(let _0x28c47b=0x1;_0x28c47b<=_0x5293be;_0x28c47b++)_0x5251f3['remove'](0x1);for(const _0x1738a7 of _0x5251f3)_0x1738a7['collapse']();_0x5293be>0x0&&_0x5251f3['add'](this['_collapsedCommentsView'],0x1),is(_0x228a6e(Array['from'](this['visibleViews']),Array['from'](_0x5251f3)),this['visibleViews'],_0x5251f3);}['_rearrangeExpand'](){is(_0x228a6e(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x3a8d32 of this['visibleViews'])_0x3a8d32['expand']();}}function is(_0x79f3f3,_0x1c5af4,_0x549bf3){let _0x3e6a49=0x0;for(const _0x4fd31f of _0x79f3f3)switch(_0x4fd31f){case'insert':_0x1c5af4['add'](_0x549bf3['get'](_0x3e6a49),_0x3e6a49),_0x3e6a49++;break;case'delete':_0x1c5af4['remove'](_0x3e6a49);break;case'equal':_0x3e6a49++;}}class Zt extends _t{['_model'];['reopenButtonView'];constructor(_0xe5b69c,_0x2bb99b){super(_0xe5b69c);const _0x3cb2b5=this['bindTemplate'];this['_model']=_0x2bb99b,this['reopenButtonView']=this['_createReopenButton'](),this['bind']('hasContext')['to'](this['_model'],'context',_0x58316f=>!!_0x58316f),this['bind']('contextValue')['to'](this['_model'],'context',_0xf7b42b=>_0xf7b42b&&_0xf7b42b['value']?this['_trimContextValue'](_0xf7b42b['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',_0x3cb2b5['if']('hasContext','ck-context--quotes')]},'children':[{'tag':'span','attributes':{'class':['ck-context__value']},'children':[{'text':_0x3cb2b5['to']('contextValue')}]}]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions']();}['_createReopenButton'](){const _0x2166e0=new _0x47a7c3(this['locale']);return _0x2166e0['label']=W(this['locale'],'Reopen'),_0x2166e0['tooltip']=W(this['locale'],'Reopen'),_0x2166e0['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>',_0x2166e0['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x2b958f=>!_0x2b958f),_0x2166e0['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x5b8e03,_0xab2f46)=>_0x5b8e03&&_0xab2f46),_0x2166e0['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x2166e0;}['_trimContextValue'](_0x379c8b){if(_0x379c8b['length']<0x96)return _0x379c8b;const _0x2919e7=_0x379c8b['lastIndexOf']('\x20',0x93);return _0x379c8b['substring'](0x0,_0x2919e7>-0x1?_0x2919e7:0x93)+'...';}['_attachContextActions'](){const _0x5bdb53=this['element']['querySelector']('.ck-context'),_0x2dc6f6=_0x5bdb53['querySelector']('.ck-context__value');this['listenTo'](_0x5bdb53,'mouseenter',()=>{_0x2dc6f6['offsetWidth']<_0x2dc6f6['scrollWidth']&&_0x5bdb53['classList']['add']('overlay');}),this['listenTo'](_0x5bdb53,'mouseleave',()=>{_0x5bdb53['classList']['remove']('overlay');});}}class ti extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];constructor(_0x2b2bc8,_0x3228bd,_0x25837b,_0x8fa24b){super(_0x2b2bc8),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x3228bd,this['_localUser']=_0x25837b,this['_config']=_0x8fa24b,this['commentThreadHeaderView']=new Zt(_0x2b2bc8,_0x3228bd),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x2b2bc8,_0x3228bd,Object['assign']({'CommentView':this['_config']['CommentView']},_0x8fa24b)),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',(_0x417599,_0x13a7de)=>_0x417599||!!_0x13a7de),this['bind']('isUnlinked')['to'](_0x3228bd,'unlinkedAt',_0x11aa8b=>!!_0x11aa8b);}['focus'](){this['element']['focus']();}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x324245=new Tt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x10cc26=_0x324245['commentInputView'];return _0x324245['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x10cc26,'value',(_0x520d67,_0x53e36e,_0x531e51,_0x4f5c3d,_0x3e806b)=>!!_0x3e806b||!!_0x4f5c3d&&_0x531e51&&!_0x53e36e||_0x520d67&&_0x531e51&&!_0x53e36e),_0x10cc26['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x2e35bf,_0x35bf93,_0x141b34)=>{let _0x16acf6;return _0x16acf6=_0x141b34&&_0x35bf93?'Reply\x20to\x20reopen\x20discussion...':_0x2e35bf?'Reply...':'Write\x20a\x20comment...',W(this['locale'],_0x16acf6);}),_0x10cc26['bind']('submitLabel')['to'](this,'length',_0x533dba=>W(this['locale'],_0x533dba?'Reply':'Comment')),_0x10cc26['on']('submit',(_0x4d5fe1,_0x5edd4f)=>{this['fire']('addComment',_0x5edd4f),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x10cc26['on']('cancel',()=>{this['focus']();}),_0x10cc26['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x10cc26['on']('cancel',_0x33bed7=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x33bed7['stop']());}),this['on']('change:isActive',(_0x296703,_0x30c424,_0x440ba4)=>{_0x440ba4||this['length']||_0x10cc26['value']||this['fire']('removeCommentThread');}),_0x324245;}}class yt extends/* #__PURE__ -- @preserve */
|
|
27
|
+
_0xe1c38c(ti){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x20816d,_0x1d5428,_0x5eff78,_0x1687ce){super(_0x20816d,_0x1d5428,_0x5eff78,_0x1687ce),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',(_0x236737,_0x176491,_0x35e974)=>{_0x35e974?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']=_0x20816d,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x5515ba,_0x3a8f73,_0x11b4d0)=>{_0x11b4d0||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x3d3c39,_0x5ac96c,_0x3de4fc)=>{_0x3de4fc&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x59cd4e=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck-thread','ck-reset_all-excluded',_0x59cd4e['if']('isActive','ck-thread--active'),_0x59cd4e['if']('isUnlinked','ck-thread--unlinked'),_0x59cd4e['if']('isConfirm','ck-thread--remove-confirmation'),_0x59cd4e['to']('actionIndicator',_0x27e844=>_0x27e844?'ck-thread--'+_0x27e844:'')],'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 _0x4dc893 of this['commentsListView']['commentViews'])_0x4dc893['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x1689b8}=this,_0xbb681e=this['commentsListView']['commentViews']['get'](0x0);_0xbb681e===this['_boundFirstCommentView']||_0xbb681e['isSystemComment']||(this['_boundFirstCommentView']=_0xbb681e,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0xbb681e,'actionIndicator',_0x4352a5=>'remove'===_0x4352a5?'remove':null),_0xbb681e['placeholder']=W(_0x1689b8,'Write\x20a\x20comment...'),_0xbb681e['removeButton']['on']('execute',_0x4782a7=>{_0x4782a7['stop'](),this['showConfirm'](W(_0x1689b8,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),_0xbb681e['actionBar']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x47d80c=new _0x47a7c3(this['locale']);return _0x47d80c['label']=W(this['locale'],'Resolve'),_0x47d80c['tooltip']=W(this['locale'],'Resolve'),_0x47d80c['icon']=_0x2bf668['check'],_0x47d80c['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x47d80c['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0xb0ab6b=>!_0xb0ab6b),_0x47d80c['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x3ea052,_0x2c79aa)=>_0x3ea052&&!_0x2c79aa),_0x47d80c['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x47d80c;}}class si extends _t{constructor(_0x87fd2b){super(_0x87fd2b),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x46eaf3,_0x5d8620,_0x4f2ac9)=>{this['element']['innerHTML']=_0x4f2ac9;}),this['element']['innerHTML']=this['content'];}}class oi extends _t{['visibleView'];['_model'];['_config'];constructor(_0x499949,_0x60548d,_0x4f46fc){super(_0x499949),this['_model']=_0x60548d,this['_config']=_0x4f46fc,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 _0x1b6a54=new si(this['locale']);return _0x1b6a54['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x2e1071,_0x250099)=>_0x250099?_0x5aca7e(_0x2e1071,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x2e1071),_0x1b6a54;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x555c5a=new ei(this['locale'],this['_config']['editorConfig']);return _0x555c5a['value']=this['_model']['content'],_0x555c5a['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x555c5a['submitLabel']=W(this['locale'],'Save'),_0x555c5a['on']('submit',(_0x452701,_0x3b9e01)=>{this['fire']('updateComment',this['_model']['id'],_0x3b9e01),this['switchToDisplayMode'](),this['focus']();}),_0x555c5a['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x555c5a['once']('editorReady',()=>{_0x555c5a['focus']();}),_0x555c5a['createEditor'](),_0x555c5a['delegate']('editorReady')['to'](this),_0x555c5a['delegate']('editorDestroyed')['to'](this),_0x555c5a;}}class At extends/* #__PURE__ -- @preserve */
|
|
28
|
+
_0xe1c38c(oi){['actionBar'];['userView'];constructor(_0x5c7201,_0x567601,_0x7d6f4d){super(_0x5c7201,_0x567601,_0x7d6f4d),this['set']('actionIndicator',null),this['set']('placeholder',W(_0x5c7201,'Reply...')),this['bind']('authoredAt')['to'](_0x567601),this['bind']('resolvedAt')['to'](_0x567601),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 _0x223b2c(_0x5c7201,_0x567601['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user']}}),this['listenTo'](_0x567601,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0xcb5409=this['bindTemplate'],_0x271002=[{'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':_0xcb5409['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0xcb5409['to']('authoredAt',_0x5c0102=>this['_config']['formatDateTime'](_0x5c0102))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0xcb5409['if']('isEditMode','ck-comment__actions--hidden'),_0xcb5409['if']('isEditMode','ck-annotation__actions--hidden')]},'children':this['actionBar']},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']},'children':this['visibleView']}];return this['_model']['isExternal']&&_0x271002['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0xcb5409['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0xcb5409['if']('isEditMode','ck-comment--edit'),_0xcb5409['if']('isSystemComment','ck-comment--info'),_0xcb5409['to']('actionIndicator',_0x10f6ae=>_0x10f6ae?'ck-comment--'+_0x10f6ae:'')],'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':_0x271002}]}]};}['_createEditButton'](){const _0x1fe8c8=new _0x47a7c3(this['locale']);return _0x1fe8c8['label']=W(this['locale'],'Edit'),_0x1fe8c8['icon']=_0x2bf668['pencil'],_0x1fe8c8['withText']=!0x0,_0x1fe8c8['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x1fe8c8['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x2403e8=>!_0x2403e8),_0x1fe8c8['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x1fe8c8['on']('execute',()=>this['switchToEditMode']()),_0x1fe8c8;}['_createRemoveButton'](){const _0xecb869=new _0x47a7c3(this['locale']);return _0xecb869['label']=W(this['locale'],'Remove'),_0xecb869['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',_0xecb869['withText']=!0x0,_0xecb869['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0xecb869['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x4095d6=>!_0x4095d6),_0xecb869['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0xecb869['on']('execute',()=>{this['showConfirm'](W(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0xecb869;}['_createDropdown'](){const _0x1afb9b=_0x247bc1(this['locale']),_0x5e7c12=_0x1afb9b['panelView']['children'],_0x3d72b7=new _0x33c55f(this['locale']),_0x36810f=(_0x45216a,_0x2e8e96=-0x1)=>{const _0x1b785e=new _0xc4ec6c(this['locale']);_0x1b785e['children']['add'](_0x45216a);const _0x5de961=_0x2e8e96>-0x1?_0x2e8e96:_0x3d72b7['items']['length'];_0x3d72b7['items']['add'](_0x1b785e,_0x5de961),_0x1afb9b['listenTo'](_0x45216a,'change:isEnabled',()=>{_0x1afb9b['isEnabled']=[...this['items']]['some'](_0x37ae08=>_0x37ae08['isEnabled']);}),_0x1afb9b['listenTo'](_0x45216a,'change:isVisible',()=>{_0x1afb9b['buttonView']['isVisible']=[...this['items']]['some'](_0x2b0cee=>_0x2b0cee['isVisible']);});};_0x1afb9b['panelPosition']='sw',_0x1afb9b['buttonView']['set']({'label':W(this['locale'],'Show\x20more\x20items'),'icon':_0x2bf668['threeVerticalDots']}),_0x1afb9b['isEnabled']=[...this['items']]['some'](_0x4b78b9=>_0x4b78b9['isEnabled']),_0x1afb9b['buttonView']['isVisible']=[...this['items']]['some'](_0x1f87c3=>_0x1f87c3['isVisible']);for(const _0x46a25a of this['items'])_0x36810f(_0x46a25a);return _0x5e7c12['add'](_0x3d72b7),_0x1afb9b['listenTo'](this['items'],'add',(_0x20bf2d,_0x5e070d,_0xa63d9f)=>{_0x36810f(_0x5e070d,_0xa63d9f);}),_0x1afb9b['listenTo'](this['items'],'remove',(_0x556a2d,_0x4b03f0,_0x331d42)=>{_0x3d72b7['items']['remove'](_0x331d42);}),_0x1afb9b;}['_attachActions'](_0x4bed47,_0xf9a7fa){const _0x1bf6e4=_0x4bed47&&_0x4bed47['element'];_0x1bf6e4&&(this['listenTo'](_0x1bf6e4,'mouseenter',()=>this['actionIndicator']=_0xf9a7fa),this['listenTo'](_0x1bf6e4,'focus',()=>this['actionIndicator']=_0xf9a7fa),this['listenTo'](_0x1bf6e4,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x1bf6e4,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x203e33=super['_createCommentInputView']();return _0x203e33['bind']('placeholder')['to'](this),_0x203e33;}['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(_0x595189){const _0x37991a=bt(_0x595189,0x1e),_0x14b191=new MutationObserver(_0x5e1e4a=>{for(const _0x3e14d3 of _0x5e1e4a)('attributes'==_0x3e14d3['type']&&'class'==_0x3e14d3['attributeName']||'childList'==_0x3e14d3['type']||'characterData'==_0x3e14d3['type'])&&_0x37991a();});return{'attach'(_0x3534fc){_0x14b191['observe'](_0x3534fc,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x14b191['disconnect'](),_0x37991a['cancel']();}};}class V extends _t{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x1edf2c,_0x36a11e){super(_0x1edf2c),this['id']=_0x40a82d(),this['focusTracker']=new _0x4ea882(),this['keystrokes']=new Et(),this['keystrokes']['set']('Esc',(_0x399952,_0x4b5f33)=>this['fire']('Esc',_0x4b5f33)),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'](_0x36a11e),this['mainView']=_0x36a11e;const _0x19de8a=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x19de8a['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 _0x3447e4=this['element']['clientHeight'];_0x3447e4&&(this['height']=_0x3447e4);}}class d extends/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x104475(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x2c1971,target:_0x20deeb,type:_0x52ca1d,isVisible:_0x306907=!0x0}){super(),this['view']=_0x2c1971,this['view']['element']||this['view']['render'](),this['_type']=_0x52ca1d,this['_target']=_0x20deeb,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x55c838([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x26558a,_0x5e64ac)=>{this['view']['focusTracker']['add'](_0x5e64ac);}),this['focusableElements']['on']('remove',(_0x21403c,_0xe71875)=>{this['view']['focusTracker']['remove'](_0xe71875);}),this['set']('isVisible',_0x306907);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x4b0553=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x4b0553),_0x4b0553;}get['targetRect'](){const _0x207320=this['target'];if(null===_0x207320)return null;if(_0x207320 instanceof _0x527045)return _0x207320;const _0x1849eb=_0x207320['filter'](_0x179139=>function(_0xd8c7ac){const _0x11199d=_0xd8c7ac['offsetParent'];if(_0x11199d)return!0x0;const _0x32df82=_0xd8c7ac['getClientRects']()['item'](0x0);return!!_0x32df82;}(_0x179139));return 0x0===_0x1849eb['length']?null:new _0x527045(_0x1849eb[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x3343c0){this['view']['isActive']=_0x3343c0,this['view']['mainView']['isActive']=_0x3343c0;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x138666){if(!(null===_0x138666||_0x138666 instanceof _0x527045||Array['isArray'](_0x138666)&&_0x138666['every'](_0x3fa246=>ee(_0x3fa246))))throw new _0x5483a4('annotation-invalid-target',null,{'target':_0x138666});}['_getNormalizedTarget'](){const _0x35aeb9='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x35aeb9)?[_0x35aeb9]:_0x35aeb9;}}function ee(_0x5a1182){return null!==_0x5a1182&&'object'==typeof _0x5a1182&&'nodeType'in _0x5a1182&&0x1===_0x5a1182['nodeType'];}class x extends _0x55c838{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x493962=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x4ea882(),this['_focusTracker']['on']('change:isFocused',(_0x473778,_0x22772f,_0x4247f)=>{_0x4247f||this['fire']('blur');});for(const _0x1933a4 of _0x493962)this['add'](_0x1933a4);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x5a4aac){if(this['has'](_0x5a4aac))throw new _0x5483a4('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x5a4aac['innerView'],_0x5a4aac),this['_viewToAnnotation']['set'](_0x5a4aac['view'],_0x5a4aac);for(const _0x4079d5 of _0x5a4aac['focusableElements'])this['_focusTracker']['add'](_0x4079d5);this['listenTo'](_0x5a4aac['focusableElements'],'add',(_0x1ffc1b,_0x4a7879)=>{this['_focusTracker']['add'](_0x4a7879);}),this['listenTo'](_0x5a4aac['focusableElements'],'remove',(_0x30f03a,_0x2e961a)=>{this['_focusTracker']['remove'](_0x2e961a);}),this['listenTo'](_0x5a4aac['view']['focusTracker'],'change:isFocused',(_0x29aaef,_0x24031f,_0x29fc3f)=>{_0x29fc3f&&this['fire']('focus',_0x5a4aac);}),_0x5a4aac['updateTargetRect']();const _0x54cbf0=this['_getOrderInContent'](_0x5a4aac['view']['targetRect']);return super['add'](_0x5a4aac,_0x54cbf0);}['remove'](_0x1fbe2d){if(!this['has'](_0x1fbe2d))throw new _0x5483a4('annotationcollection-not-existing-item',null);this['stopListening'](_0x1fbe2d['view']['focusTracker']),this['stopListening'](_0x1fbe2d['focusableElements']);for(const _0x4beb2 of _0x1fbe2d['focusableElements'])this['_focusTracker']['remove'](_0x4beb2);return this['_viewToAnnotation']['delete'](_0x1fbe2d['view']),this['_innerViewToAnnotation']['delete'](_0x1fbe2d['innerView']),super['remove'](_0x1fbe2d);}['getByInnerView'](_0x2c2622){return this['_innerViewToAnnotation']['get'](_0x2c2622);}['getByView'](_0x2de889){return this['_viewToAnnotation']['get'](_0x2de889);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x2fc053 of this)_0x2fc053['updateTargetRect']();this['_sort']();}['_sort'](){const _0x446c70=Array['from'](this)['sort']((_0x5fb53c,_0x36a0eb)=>v(_0x5fb53c['view']['targetRect'],_0x36a0eb['view']['targetRect']));for(let _0x488826=_0x446c70['length']-0x1;_0x488826>0x0;_0x488826--){const _0x2f0b01=_0x446c70[_0x488826];_0x488826!==this['getIndex'](_0x2f0b01)&&(this['remove'](_0x2f0b01),this['add'](_0x2f0b01));}}['_getOrderInContent'](_0x5b7914){let _0x5adc7f=0x0;if(!_0x5b7914)return this['length'];for(const _0x4c2042 of this){const _0x16a4a8=_0x4c2042['view']['targetRect'];if(_0x16a4a8){if(v(_0x5b7914,_0x16a4a8)<0x0)return _0x5adc7f;_0x5adc7f++;}}return _0x5adc7f;}}function v(_0x397c43,_0x31a97d){if(null===_0x397c43&&null===_0x31a97d)return 0x0;if(null===_0x397c43)return-0x1;if(null===_0x31a97d)return 0x1;const _0x5a4815=_0x397c43['top']-_0x31a97d['top'];return 0x0==_0x5a4815?_0x397c43['left']-_0x31a97d['left']:_0x5a4815;}class b extends _0x50ebdd{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x154999){super(_0x154999),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations']();}['add'](_0x78e2a4){this['collection']['add'](_0x78e2a4);}['remove'](_0x2eea96){this['collection']['remove'](_0x2eea96),_0x2eea96['destroy']();}['refreshVisibility'](){for(const _0x4b1864 of this['collection'])_0x4b1864['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x2bc87a){return this['collection']['getByInnerView'](_0x2bc87a);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x524e5d of this['collection'])_0x524e5d['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x53858c){this['fire']('_activateAnnotation',_0x53858c);}['createAnnotation'](_0x201309){return new d(_0x201309);}['createAnnotationView'](_0x582699,_0x961c9c){return new V(_0x582699,_0x961c9c);}['_addActiveAnnotation'](_0x4bb5ce){const _0x256f6a=new Set(this['activeAnnotations']);_0x256f6a['add'](_0x4bb5ce),this['activeAnnotations']=_0x256f6a;}['_removeActiveAnnotation'](_0x430177){const _0x5aa4ea=new Set(this['activeAnnotations']);_0x5aa4ea['delete'](_0x430177),this['activeAnnotations']=_0x5aa4ea;}['_bindAnnotationsToVisibleAnnotations'](){const _0x3d634a=this['collection'],_0x2de43e=this['_visibleAnnotations'];function _0x2b9d8f(_0x2cef80){const _0x4f3501=_0x2cef80['source'];_0x4f3501['isVisible']&&!_0x2de43e['has'](_0x4f3501)?_0x2de43e['add'](_0x4f3501):!_0x4f3501['isVisible']&&_0x2de43e['has'](_0x4f3501)&&_0x2de43e['remove'](_0x4f3501),_0x4f3501['view']['focusTracker']['remove'](_0x4f3501['view']['element']),_0x4f3501['view']['focusTracker']['add'](_0x4f3501['view']['element']);}this['listenTo'](_0x3d634a,'add',(_0x578176,_0x3fb950)=>{_0x3fb950['isVisible']&&_0x2de43e['add'](_0x3fb950),this['listenTo'](_0x3fb950,'change:isVisible',_0x2b9d8f);}),this['listenTo'](_0x3d634a,'remove',(_0x40de31,_0x2cd2eb)=>{_0x2de43e['has'](_0x2cd2eb)&&_0x2de43e['remove'](_0x2cd2eb),this['stopListening'](_0x2cd2eb,'change:isVisible',_0x2b9d8f);});}}const Ct=Symbol('noChannel'),vt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x50ebdd{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[b,ht,lt];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x135a22){super(_0x135a22),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 _0x96ba4f=this['context']['config'];_0x96ba4f['define']('comments.maxCommentsWhenCollapsed',0x2),_0x96ba4f['define']('comments.maxThreadTotalWeight',0x1f4),_0x96ba4f['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x96ba4f['define']('comments.CommentThreadView',yt),_0x96ba4f['define']('comments.CommentView',At),_0x96ba4f['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x3cd042=this['context']['plugins']['get'](b);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x23af51,_0x468650)=>this['_addCommentThread'](_0x468650)),this['on']('submitCommentThread',(_0x5cde92,_0x13a583)=>this['_submitCommentThread'](_0x13a583)),this['on']('resolveCommentThread',(_0xc9c054,_0x28f9cf)=>this['_resolveCommentThread'](_0x28f9cf)),this['on']('resolveCommentThread',(_0x5c7178,_0x107736)=>this['_updateActiveAnnotation'](_0x107736),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x527b01,_0x14b14a)=>this['_reopenCommentThread'](_0x14b14a)),this['on']('reopenCommentThread',(_0x44f345,_0x135726)=>this['_updateActiveAnnotation'](_0x135726),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x2542e1,_0x3ccfed)=>this['_removeCommentThread'](_0x3ccfed)),this['on']('updateCommentThread',(_0x4d5eb6,_0x122ec3)=>this['_updateCommentThread'](_0x122ec3)),this['on']('updateCommentThread',(_0x150f93,_0x4c0f88)=>this['_updateActiveAnnotation'](_0x4c0f88),{'priority':'lowest'}),this['on']('addComment',(_0x1cd6dd,_0x34ec20)=>this['_addComment'](_0x34ec20)),this['on']('updateComment',(_0x18960d,_0x336048)=>this['_updateComment'](_0x336048)),this['on']('removeComment',(_0x267139,_0x1b8373)=>this['_removeComment'](_0x1b8373)),this['on']('addComment',(_0x42eae5,{threadId:_0x1da536,isFromAdapter:_0x21f52e})=>{if(_0x21f52e)return;const _0xbb8183=this['getCommentThread'](_0x1da536),_0x1e5790=_0xbb8183&&this['_threadToController']['get'](_0xbb8183);_0x1e5790&&_0x1e5790['view']['focus']();},{'priority':'lowest'}),this['listenTo'](_0x3cd042,'change:activeAnnotations',(_0x1438a8,_0x470dd3,_0x54880a)=>{const _0x164341=Array['from'](_0x54880a)['map'](_0x31b8b6=>this['_viewToController']['get'](_0x31b8b6['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x164341?_0x164341['model']:null;});}['afterInit'](){!function(_0x1b09c9){function _0x4a685f(_0x40cffb,_0x503751,_0x1716a5){const _0x34f59b={};_0x34f59b[_0x4f3622([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x34f59b[_0x4f3622([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],_0x34f59b[_0x4f3622([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],_0x34f59b[_0x4f3622([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],_0x34f59b[_0x4f3622([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],_0x34f59b[_0x4f3622([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],_0x34f59b[_0x4f3622([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],_0x34f59b[_0x4f3622([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],_0x34f59b[_0x4f3622([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],_0x34f59b[_0x4f3622([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],_0x34f59b[_0x4f3622([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 _0x31902e=new Uint8Array(0x10);for(let _0x3d4aaf=0xf;_0x3d4aaf>=0x0;--_0x3d4aaf)_0x31902e[_0x3d4aaf]=_0x1716a5%0x100,_0x1716a5=parseInt(_0x1716a5/0x100);let _0x167a61=null,_0x5d84ae=0x10;const _0xb1f723=new Uint8Array(_0x503751),_0x3f0751=[],_0x12e342=[];_0x5969bc();for(let _0x5efba0=0x0;_0x5efba0<_0x40cffb[_0x4f3622([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5efba0++)0x10===_0x5d84ae&&(_0x167a61=_0x28612e(_0x31902e),_0x5d84ae=0x0,_0x1493a6(_0x31902e)),_0x40cffb[_0x5efba0]^=_0x167a61[_0x5d84ae++];return _0x40cffb;function _0x509624(_0x56771b){const _0x28dff5=[];for(let _0x2567a4=0x0;_0x2567a4<_0x56771b[_0x4f3622([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2567a4+=0x4)_0x28dff5[_0x4f3622([0x70,0x75,0x73,0x68])](_0x56771b[_0x2567a4]<<0x18|_0x56771b[_0x2567a4+0x1]<<0x10|_0x56771b[_0x2567a4+0x2]<<0x8|_0x56771b[_0x2567a4+0x3]);return _0x28dff5;}function _0x1493a6(_0x44bc95){for(let _0x32d8d6=0xf;_0x32d8d6>=0x0;_0x32d8d6--){if(0xff!==_0x44bc95[_0x32d8d6]){_0x44bc95[_0x32d8d6]++;break;}_0x44bc95[_0x32d8d6]=0x0;}}function _0x28612e(_0x2e85ad){const _0x4ed06a=_0x3f0751[_0x4f3622([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x5036e0=[0x0,0x0,0x0,0x0];let t=_0x509624(_0x2e85ad);for(let _0x11434f=0x0;_0x11434f<0x4;_0x11434f++)t[_0x11434f]^=_0x3f0751[0x0][_0x11434f];for(let _0x2a0e73=0x1;_0x2a0e73<_0x4ed06a;_0x2a0e73++){for(let _0x15e819=0x0;_0x15e819<0x4;_0x15e819++)_0x5036e0[_0x15e819]=_0x34f59b[_0x4f3622([0x54,0x31])][t[_0x15e819]>>0x18&0xff]^_0x34f59b[_0x4f3622([0x54,0x32])][t[(_0x15e819+0x1)%0x4]>>0x10&0xff]^_0x34f59b[_0x4f3622([0x54,0x33])][t[(_0x15e819+0x2)%0x4]>>0x8&0xff]^_0x34f59b[_0x4f3622([0x54,0x34])][0xff&t[(_0x15e819+0x3)%0x4]]^_0x3f0751[_0x2a0e73][_0x15e819];t=_0x5036e0[_0x4f3622([0x73,0x6c,0x69,0x63,0x65])]();}const _0x14d23=new Uint8Array(0x10);let _0x380bf6;for(let _0xf95720=0x0;_0xf95720<0x4;_0xf95720++)_0x380bf6=_0x3f0751[_0x4ed06a][_0xf95720],_0x14d23[0x4*_0xf95720]=0xff&(_0x34f59b[_0x4f3622([0x53])][t[_0xf95720]>>0x18&0xff]^_0x380bf6>>0x18),_0x14d23[0x4*_0xf95720+0x1]=0xff&(_0x34f59b[_0x4f3622([0x53])][t[(_0xf95720+0x1)%0x4]>>0x10&0xff]^_0x380bf6>>0x10),_0x14d23[0x4*_0xf95720+0x2]=0xff&(_0x34f59b[_0x4f3622([0x53])][t[(_0xf95720+0x2)%0x4]>>0x8&0xff]^_0x380bf6>>0x8),_0x14d23[0x4*_0xf95720+0x3]=0xff&(_0x34f59b[_0x4f3622([0x53])][0xff&t[(_0xf95720+0x3)%0x4]]^_0x380bf6);return _0x14d23;}function _0x5969bc(){const _0x5e4cbf=_0x34f59b[_0x4f3622([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0xb1f723[_0x4f3622([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x6a5a7a=0x0;_0x6a5a7a<=_0x5e4cbf;_0x6a5a7a++)_0x3f0751[_0x4f3622([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x12e342[_0x4f3622([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x257314=0x4*(_0x5e4cbf+0x1),_0x42b350=_0xb1f723[_0x4f3622([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x510736=_0x509624(_0xb1f723);let _0x5e438b;for(let _0xb7cf3a=0x0;_0xb7cf3a<_0x42b350;_0xb7cf3a++)_0x5e438b=_0xb7cf3a>>0x2,_0x3f0751[_0x5e438b][_0xb7cf3a%0x4]=_0x510736[_0xb7cf3a],_0x12e342[_0x5e4cbf-_0x5e438b][_0xb7cf3a%0x4]=_0x510736[_0xb7cf3a];let _0x406b80,_0x5d3c70=0x0,t=_0x42b350;for(;t<_0x257314;){_0x406b80=_0x510736[_0x42b350-0x1],_0x510736[0x0]^=_0x34f59b[_0x4f3622([0x53])][_0x406b80>>0x10&0xff]<<0x18^_0x34f59b[_0x4f3622([0x53])][_0x406b80>>0x8&0xff]<<0x10^_0x34f59b[_0x4f3622([0x53])][0xff&_0x406b80]<<0x8^_0x34f59b[_0x4f3622([0x53])][_0x406b80>>0x18&0xff]^_0x34f59b[_0x4f3622([0x72,0x63,0x6f,0x6e])][_0x5d3c70]<<0x18,_0x5d3c70+=0x1;for(let _0x47f994=0x1;_0x47f994<_0x42b350/0x2;_0x47f994++)_0x510736[_0x47f994]^=_0x510736[_0x47f994-0x1];_0x406b80=_0x510736[_0x42b350/0x2-0x1],_0x510736[_0x42b350/0x2]^=_0x34f59b[_0x4f3622([0x53])][0xff&_0x406b80]^_0x34f59b[_0x4f3622([0x53])][_0x406b80>>0x8&0xff]<<0x8^_0x34f59b[_0x4f3622([0x53])][_0x406b80>>0x10&0xff]<<0x10^_0x34f59b[_0x4f3622([0x53])][_0x406b80>>0x18&0xff]<<0x18;for(let _0x3f9ffc=_0x42b350/0x2+0x1;_0x3f9ffc<_0x42b350;_0x3f9ffc++)_0x510736[_0x3f9ffc]^=_0x510736[_0x3f9ffc-0x1];let _0x47d72f,_0x479b8d,_0x1b83ec=0x0;for(;_0x1b83ec<_0x42b350&&t<_0x257314;)_0x47d72f=t>>0x2,_0x479b8d=t%0x4,_0x3f0751[_0x47d72f][_0x479b8d]=_0x510736[_0x1b83ec],_0x12e342[_0x5e4cbf-_0x47d72f][_0x479b8d]=_0x510736[_0x1b83ec++],t++;}for(let _0x4b1f4a=0x1;_0x4b1f4a<_0x5e4cbf;_0x4b1f4a++)for(let _0x365504=0x0;_0x365504<0x4;_0x365504++)_0x406b80=_0x12e342[_0x4b1f4a][_0x365504],_0x12e342[_0x4b1f4a][_0x365504]=_0x34f59b[_0x4f3622([0x55,0x31])][_0x406b80>>0x18&0xff]^_0x34f59b[_0x4f3622([0x55,0x32])][_0x406b80>>0x10&0xff]^_0x34f59b[_0x4f3622([0x55,0x33])][_0x406b80>>0x8&0xff]^_0x34f59b[_0x4f3622([0x55,0x34])][0xff&_0x406b80];}}function _0x4f3622(_0x3cd4f9){return _0x3cd4f9['map'](_0x1a47db=>String['fromCharCode'](_0x1a47db))['join']('');}(_0x52d629=>{function _0x141018(){const _0x200ee8=[{[_0x4f3622([0x69,0x64])]:0x1,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x4f3622([0x69,0x64])]:0x2,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([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]),[_0x4f3622([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f3622([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x4f3622([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x4f3622([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x4f3622([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f3622([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x4f3622([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x4f3622([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x4f3622([0x69,0x64])]:0x3,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x4f3622([0x69,0x64])]:0x4,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([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]),[_0x4f3622([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f3622([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x4f3622([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x4f3622([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x4f3622([0x69,0x64])]:0x5,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([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]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f3622([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f3622([0x66,0x67,0x69])]:[0xc]}},{[_0x4f3622([0x69,0x64])]:0x6,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f3622([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f3622([0x66,0x67,0x69])]:[0xc]}},{[_0x4f3622([0x69,0x64])]:0x7,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f3622([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f3622([0x66,0x67,0x69])]:[0xc]}},{[_0x4f3622([0x69,0x64])]:0x8,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([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]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f3622([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f3622([0x66,0x67,0x69])]:[0xc]}},{[_0x4f3622([0x69,0x64])]:0x9,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f3622([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f3622([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x4f3622([0x69,0x64])]:0xa,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([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]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([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]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([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]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f3622([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f3622([0x66,0x67,0x69])]:[0xc]}},{[_0x4f3622([0x69,0x64])]:0xb,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x4f3622([0x69,0x64])]:0xc,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x4f3622([0x69,0x64])]:0xd,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f3622([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f3622([0x66,0x67,0x69])]:[0xc]}},{[_0x4f3622([0x69,0x64])]:0xe,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x4f3622([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([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])},{[_0x4f3622([0x69,0x64])]:0xf,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x4f3622([0x69,0x64])]:0x10,[_0x4f3622([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x4d,0x65,0x72,0x67,0x65,0x20,0x54,0x61,0x67,0x73]),[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x4f3622([0x4d,0x65,0x72,0x67,0x65,0x54,0x61,0x67,0x73,0x55,0x49]),[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x4f3622([0x6d,0x65,0x72,0x67,0x65,0x54,0x61,0x67,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x4f3622([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x4f3622([0x66,0x67,0x69])]:[0xc]}}];return _0x1b00a0(_0x200ee8),_0x200ee8;function _0x1585f0(_0x2ab675){return 0x1<<_0x2ab675-0x1;}function _0x1b00a0(_0x3bff46){_0x3bff46[_0x4f3622([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x475dff=>{_0x475dff[_0x4f3622([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x1585f0(_0x475dff[_0x4f3622([0x69,0x64])]),_0x370901(_0x475dff)&&_0x475dff[_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x1b00a0(_0x475dff[_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x370901(_0x8aea11){return _0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x8aea11;}const _0x38b2fd=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x5c856d=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x36f4de(_0x217996){const _0x1d7340=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x5a90fc(_0x217996,new Uint8Array([..._0x38b2fd,..._0x1d7340,..._0x5c856d]));}function _0x5a90fc(_0x54443a,_0x42cd5d){const _0xd0e516=_0xcc852d(_0x54443a),_0x3a9103=Array[_0x4f3622([0x66,0x72,0x6f,0x6d])](_0x53914c(_0xd0e516)),_0x50b627=_0x3a9103[_0x4f3622([0x70,0x6f,0x70])](),_0x245b9b=_0x3a9103[_0x4f3622([0x70,0x6f,0x70])]();return _0x54fb04(_0x4a685f(_0x3a9103,_0x42cd5d,_0x245b9b+0x100*_0x50b627));}function _0xcc852d(_0x4fa280){const _0x551973=atob(_0x4fa280),[_0x59d0e9,_0xe5a6dd]=_0x551973[_0x4f3622([0x73,0x70,0x6c,0x69,0x74])](_0x4f3622([0x2d]));try{if(atob(_0xe5a6dd))return atob(_0x59d0e9);}catch(_0x13035c){}return _0x551973;}function _0x43e4fb(_0x2fca77){try{const _0x99ff8e=_0x36f4de(_0x2fca77),_0x30dd95=JSON[_0x4f3622([0x70,0x61,0x72,0x73,0x65])](_0x99ff8e),_0x20bed3=parseInt(_0x30dd95[_0x4f3622([0x31])]),_0x17a04a=_0x30dd95[_0x4f3622([0x32])]||'',_0x1603df=parseInt(_0x30dd95[_0x4f3622([0x33])]),_0x3a47cd=parseInt(_0x30dd95[_0x4f3622([0x34])])||0x0,_0x4e983f=parseInt(_0x30dd95[_0x4f3622([0x35])])||0x0;return{[_0x4f3622([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x17a04a,[_0x4f3622([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x3a47cd,[_0x4f3622([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x20bed3,[_0x4f3622([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x1603df,[_0x4f3622([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x4e983f};}catch(_0x1d77a5){return null;}}const _0x2a2421=_0x141018(),_0x30caab={[_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x4f1056,[_0x4f3622([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])]:_0x2d1c09,[_0x4f3622([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])]:_0x43b879},_0x4f3f1b=_0x52d629[_0x4f3622([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x2457b5=_0x4f3622([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x52d629?_0x52d629['context']:_0x52d629['editor'],_0x1706fd=_0x4f3622([0x34,0x30,0x34,0x38,0x31,0x32,0x34,0x32]),_0x165a3c=_0x4f3622([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]),_0x521753=_0x2457b5['config']['get'](_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x4da98c=_0x2a2421[_0x4f3622([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x370901)[_0x4f3622([0x66,0x69,0x6e,0x64])](_0x1b96a2=>_0x1b96a2[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x4f3f1b);function _0x1fdf52(_0x4d3ced,_0x3af576){_0x30caab[_0x3af576[_0x4f3622([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x4d3ced,_0x3af576),_0x3af576[_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x3af576[_0x4f3622([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x4f3622([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x483065=>_0x1dad3b(_0x2457b5,_0x483065[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x4f3622([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4ed070=>_0x1fdf52(_0x4d3ced,_0x4ed070));}function _0x4f1056(_0x5ce524,_0x584caa){_0x3aa562(_0x1bd9d1(_0x5ce524,_0x584caa),_0x584caa);}function _0x2d1c09(_0x3af560,_0x55111d){function _0xfcd18a(_0xef0efa,_0x22b706){try{if(_0x1dad3b(_0x2457b5,_0x4f3622([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0xef0efa){const _0x50ecfc=_0x5de9f3(_0x2457b5,_0x4f3622([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x4f3622([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x50ecfc)/0x2>_0xef0efa[_0x4f3622([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x34a9d7(_0x22b706[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x1bd9d1(_0xef0efa,_0x22b706);}catch(_0x1b4826){return _0x34a9d7(_0x22b706[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x3aa562(_0xfcd18a(_0x3af560,_0x55111d),_0x55111d);}function _0x43b879(_0x15ee63,_0x50c5bc){const _0x37e276=_0x5c856d[0x0]*_0x38b2fd[0x1],_0x4c85a5=_0x5c856d[0x0]*_0x38b2fd[0x2],_0x2d175b=_0x5c856d[0x2]*_0x38b2fd[0x2];_0x1dad3b(_0x2457b5,_0x4f3622([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x5de9f3(_0x2457b5,_0x4f3622([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x4f3622([0x73,0x74,0x61,0x74,0x65])]==_0x4f3622([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x319077()]=_0x2d175b);function _0x16b620(_0x320573,_0x28631f){try{return _0x371af1()?_0x34a9d7(_0x28631f[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x56,0x61,0x6c,0x69,0x64])):_0x1bd9d1(_0x320573,_0x28631f);}catch(_0x45e37a){return _0x34a9d7(_0x28631f[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x1b3c2d(_0x53ab56,_0x2ba791){const _0x2bf12e=0x7;if(_0x53ab56==_0x2ba791[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x1677b1();else{if(_0x53ab56==_0x2ba791[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x54,0x72,0x69,0x61,0x6c])){const _0x356b76=_0x131ffb();_0x356b76&&_0x4e85ae(_0x356b76,_0x2ba791[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x511fec=_0x3f84b3();window[_0x4f3622([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x4e85ae(_0x4f3622([0x74,0x69,0x6d,0x65]),_0x2ba791[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x511fec);const _0x3a8553=_0x5de9f3(_0x2457b5,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x4f3622([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x3a8553[_0x4f3622([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x2bf12e?_0x4e85ae(_0x4f3622([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x2ba791[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x3a8553['on'](_0x4f3622([0x61,0x64,0x64]),()=>{_0x3a8553[_0x4f3622([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x2bf12e&&_0x4e85ae(_0x4f3622([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x2ba791[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x131ffb(){if(!_0x1dad3b(_0x2457b5,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x4ad502 in window)if(Number['isNaN'](Number(_0x4ad502))){if(window[_0x4ad502]===_0x37e276)return _0x4f3622([0x74,0x69,0x6d,0x65]);if(window[_0x4ad502]===_0x4c85a5)return _0x4f3622([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x371af1(){if(!_0x1dad3b(_0x2457b5,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x3aaf2f in window)if(Number['isNaN'](Number(_0x3aaf2f))&&window[_0x3aaf2f]===_0x2d175b)return!0x0;return!0x1;}function _0x4e85ae(_0x25c2a0,_0x3870d5){_0x1677b1(),_0x34a9d7(_0x3870d5+_0x4f3622([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x25c2a0),window[_0x319077()]=_0x25c2a0===_0x4f3622([0x74,0x69,0x6d,0x65])?_0x37e276:_0x4c85a5;}function _0x3f84b3(){let _0x259bd3=_0x5c856d[0x6]*_0x38b2fd[0x8]*_0x38b2fd[0x6];return _0x1dad3b(_0x2457b5,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x259bd3/=0xa),_0x259bd3;}function _0x1677b1(){const _0x542fe7=_0x2457b5;function _0x5ba771(){_0x1dad3b(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x5de9f3(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x4f3622([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x4f3622([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x5de9f3(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x4f3622([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x5de9f3(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x4f3622([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x193b05,_0x5de9f3(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x4f3622([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x193b05,_0x542fe7[_0x4f3622([0x6d,0x6f,0x64,0x65,0x6c])][_0x4f3622([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x193b05,_0x542fe7[_0x4f3622([0x6d,0x6f,0x64,0x65,0x6c])][_0x4f3622([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x193b05,_0x542fe7[_0x4f3622([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4f3622([0x6d,0x6f,0x64,0x65,0x6c]))),_0x1dad3b(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x5de9f3(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x4f3622([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x4f3622([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x5de9f3(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x4f3622([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x5de9f3(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x4f3622([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x193b05,_0x5de9f3(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x4f3622([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x193b05);}_0x542fe7[_0x4f3622([0x73,0x74,0x61,0x74,0x65])]==_0x4f3622([0x72,0x65,0x61,0x64,0x79])?_0x5ba771():_0x542fe7[_0x4f3622([0x6f,0x6e,0x63,0x65])](_0x4f3622([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x1dad3b(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x5ba771(),_0x1dad3b(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x237f38=_0x5de9f3(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x186d22=_0x237f38['getRevision'](0x0),_0x42a066=_0x237f38['getEarlierVisibleRevision'](_0x186d22[_0x4f3622([0x69,0x64])]);_0x5de9f3(_0x542fe7,_0x4f3622([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x4f3622([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x186d22[_0x4f3622([0x69,0x64])],_0x42a066?_0x42a066[_0x4f3622([0x69,0x64])]:null,0x1)['then'](()=>_0x5ba771());}});}_0x1b3c2d(_0x16b620(_0x15ee63,_0x50c5bc),_0x50c5bc);}function _0x1bd9d1(_0x2bf934,_0x4c1386){try{return _0x789971(_0x4c1386)?_0x34a9d7(_0x4c1386[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x56,0x61,0x6c,0x69,0x64])):_0x2bf934&&_0x4a0d28(_0x2bf934[_0x4f3622([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x4c1386)?_0x2bf934[_0x4f3622([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x4f3622([0x6f,0x70,0x65,0x6e])][_0x4f3622([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x1706fd)/0x2>_0x2bf934[_0x4f3622([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x34a9d7(_0x4c1386[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x2bf934[_0x4f3622([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x34a9d7(_0x4c1386[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x54,0x72,0x69,0x61,0x6c])):_0x34a9d7(_0x4c1386[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x56,0x61,0x6c,0x69,0x64])):_0x34a9d7(_0x4c1386[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x539f09){return _0x34a9d7(_0x4c1386[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x3aa562(_0x3dcc91,_0x377218){if(_0x2457b5 instanceof _0x2b02a0){const _0x5261b6=_0x2457b5;_0x3dcc91==_0x377218[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x472e7b(_0x5261b6):_0x3dcc91==_0x377218[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x54,0x72,0x69,0x61,0x6c])&&window[_0x4f3622([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x472e7b(_0x5261b6),_0x34a9d7(_0x377218[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x5c856d[0x6]*_0x38b2fd[0x8]*_0x38b2fd[0x6]),_0x5261b6[_0x4f3622([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x4f3622([0x6f,0x6e])](_0x4f3622([0x61,0x64,0x64]),(_0x4f4edf,_0x5647f7)=>{_0x3dcc91!=_0x377218[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x3dcc91!=_0x377218[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x3dcc91!=_0x377218[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x58c9a8(_0x5647f7);});}else{const _0x2570f3=_0x2457b5;_0x3dcc91==_0x377218[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x58c9a8(_0x2570f3):_0x3dcc91==_0x377218[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x54,0x72,0x69,0x61,0x6c])&&_0x2570f3[_0x4f3622([0x6f,0x6e])](_0x4f3622([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x1a810a=0x0;_0x2570f3[_0x4f3622([0x6d,0x6f,0x64,0x65,0x6c])][_0x4f3622([0x6f,0x6e])](_0x4f3622([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x30825a,_0x11e4d5)=>{_0x11e4d5[0x0][_0x4f3622([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1a810a++,0x1f8===_0x1a810a&&(_0x58c9a8(_0x2570f3),_0x34a9d7(_0x377218[_0x4f3622([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x4f3622([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x30825a[_0x4f3622([0x6f,0x66,0x66])]());},{'priority':_0x4f3622([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x34a9d7(_0x461e28){const _0x415018=_0x319077();return _0x2457b5[_0x415018]=_0x461e28,_0x461e28;}function _0x319077(){const _0x412775=String(window[_0x4f3622([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4f3622([0x6e,0x6f,0x77])]())[_0x4f3622([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4f3622([0x2e]),'');let _0x1e0be2='';for(let _0x3b81b1=0x0;_0x3b81b1<_0x412775[_0x4f3622([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3b81b1+=0x2){let _0x2a2638=parseInt(_0x412775[_0x4f3622([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3b81b1,_0x3b81b1+0x2));_0x2a2638>=_0x165a3c[_0x4f3622([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2a2638-=_0x165a3c[_0x4f3622([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1e0be2+=_0x165a3c[_0x2a2638];}return _0x1e0be2;}function _0x472e7b(_0x56a7e5){for(const _0x29a14b of _0x56a7e5[_0x4f3622([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x58c9a8(_0x29a14b);_0x5de9f3(_0x56a7e5,_0x4f3622([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x4f3622([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x5de9f3(_0x56a7e5,_0x4f3622([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x4f3622([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x193b05;}function _0x58c9a8(_0x142871){function _0x34dd15(){_0x142871[_0x4f3622([0x6d,0x6f,0x64,0x65,0x6c])][_0x4f3622([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x193b05,_0x142871[_0x4f3622([0x6d,0x6f,0x64,0x65,0x6c])][_0x4f3622([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x193b05,_0x142871[_0x4f3622([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4f3622([0x6d,0x6f,0x64,0x65,0x6c]));}_0x142871[_0x4f3622([0x73,0x74,0x61,0x74,0x65])]==_0x4f3622([0x72,0x65,0x61,0x64,0x79])?_0x34dd15():_0x142871[_0x4f3622([0x6f,0x6e,0x63,0x65])](_0x4f3622([0x72,0x65,0x61,0x64,0x79]),()=>_0x34dd15());}function _0x193b05(){return null;}function _0x4a0d28(_0x1e8eac,_0x352749){const _0x4eb4a0=!!(_0x1e8eac&_0x352749[_0x4f3622([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x3979d0=_0x3e86c6(_0x1e8eac,_0x352749);return _0x4eb4a0||_0x3979d0;}function _0x3e86c6(_0x39e49a,_0xbee19c){const _0x413707=(_0xbee19c[_0x4f3622([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x4f3622([0x66,0x67,0x69])]||null;return!!_0x413707&&_0x2a2421[_0x4f3622([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x30735c=>_0x413707[_0x4f3622([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x30735c[_0x4f3622([0x69,0x64])]))[_0x4f3622([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1efb76=>!_0x2b6323(_0x1efb76))[_0x4f3622([0x73,0x6f,0x6d,0x65])](_0x295f8d=>!!(_0x39e49a&_0x295f8d[_0x4f3622([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x2b6323(_0x53ee5f){const _0x47d860={[_0x4f3622([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])]:_0x3130ca};return!!_0x53ee5f['forbiddenHandler']&&_0x47d860[_0x53ee5f['forbiddenHandler']]();}function _0x3130ca(){return!window[_0x4f3622([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x1dad3b(_0x2457b5,_0x4f3622([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x789971(_0x161219){if(!_0x1dad3b(_0x2457b5,_0x161219[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0xc43a3=_0x161219[_0x4f3622([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x5ad9e2=_0xc43a3[_0x4f3622([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x3cbd46=_0xc43a3[_0x4f3622([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x4c519f=_0xc43a3[_0x4f3622([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x1dad3b(_0x2457b5,_0x4f3622([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x5de9f3(_0x2457b5,_0x4f3622([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x4f3622([0x73,0x74,0x61,0x74,0x65])]==_0x4f3622([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x5ad9e2)return!0x0;if(_0x1dad3b(_0x2457b5,_0x4f3622([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x5de9f3(_0x2457b5,_0x4f3622([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x4f3622([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x4f3622([0x65,0x6e,0x64])&&_0x3cbd46)return!0x0;return!(!_0x1dad3b(_0x2457b5,_0x4f3622([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]))||_0x5de9f3(_0x2457b5,_0x4f3622([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]))[_0x4f3622([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x4f3622([0x65,0x6e,0x64])||!_0x4c519f);}function _0x1dad3b(_0x2f7d5e,_0x3548be){return _0x2f7d5e[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x4f3622([0x68,0x61,0x73])](_0x3548be);}function _0x5de9f3(_0x24c58b,_0x46ed03){return _0x24c58b[_0x4f3622([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x4f3622([0x67,0x65,0x74])](_0x46ed03);}function _0x54fb04(_0x48932e){let _0x540509='';for(const _0x234d6b of _0x48932e)_0x540509+=String[_0x4f3622([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x234d6b);return _0x540509;}function _0x53914c(_0x502c2b){const _0x36fb3d=new Uint8Array(_0x502c2b[_0x4f3622([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x456543=0x0;_0x456543<_0x502c2b[_0x4f3622([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x456543++)_0x36fb3d[_0x456543]=_0x502c2b[_0x4f3622([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x456543);return _0x36fb3d;}_0x4da98c&&_0x1fdf52(_0x43e4fb(_0x521753),_0x4da98c);})(_0x1b09c9);}(this);}set['adapter'](_0x1a8c07){if(this['_adapter'])throw new _0x5483a4('commentsrepository-adapter-already-set');this['_adapter']=_0x1a8c07;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x1793b9=Ct,threadId:_0x4b7c96=_0x40a82d(),comments:_0x1de732=[],unlinkedAt:_0x116a02=null,resolvedAt:_0xe9de6=null,resolvedBy:_0x265f31=null,target:_0x20d672=null,context:_0xc6d68d=null,attributes:_0x2d9ad5={},isResolvable:_0x5dac2b=!0x0,isSubmitted:_0x26bb38=!0x1,isFromAdapter:_0x444d5c=!0x1}={}){return this['fire'](gt('addCommentThread',_0x1793b9),{'channelId':_0x1793b9,'threadId':_0x4b7c96,'comments':_0x1de732,'unlinkedAt':_0x116a02,'resolvedAt':_0xe9de6,'resolvedBy':_0x265f31,'target':_0x20d672,'context':_0xc6d68d,'attributes':_0x2d9ad5,'isFromAdapter':_0x444d5c,'isResolvable':_0x5dac2b,'isSubmitted':_0x26bb38}),this['getCommentThread'](_0x4b7c96);}['openNewCommentThread']({channelId:_0x426a85=Ct,threadId:_0x1c0dd0=_0x40a82d(),target:_0x26a1ba,context:_0x345af0=null,isResolvable:_0x299d16=!0x0}){if(this['_readOnlyChannels']['has'](_0x426a85)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x26a1ba)throw new _0x5483a4('commentsrepository-missing-target');const _0x164ebf=this['addCommentThread']({'channelId':_0x426a85,'threadId':_0x1c0dd0,'target':_0x26a1ba,'context':_0x345af0,'isResolvable':_0x299d16});if(!_0x164ebf)return null;const _0x33e834=this['_threadToController']['get'](_0x164ebf),_0x528936=_0x33e834['view']['commentThreadInputView']['commentInputView'],_0x4ad7c6=this['context']['plugins']['get'](b),_0x1d4769=_0x4ad7c6['getByInnerView'](_0x33e834['view']);return _0x4ad7c6['activate'](_0x1d4769),_0x528936['once']('editorReady',()=>_0x528936['focus']()),_0x164ebf;}['hasCommentThread'](_0x10b69a){if('string'!=typeof _0x10b69a)throw new _0x5483a4('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x10b69a);}['updateCommentThread']({channelId:_0x21d493=Ct,threadId:_0x30d0d6,context:_0x2e0c5b,unlinkedAt:_0x417cfa,attributes:_0x10c815,isFromAdapter:_0x8c997e=!0x1}){return this['fire'](gt('updateCommentThread',_0x21d493),{'channelId':_0x21d493,'threadId':_0x30d0d6,'context':_0x2e0c5b,'unlinkedAt':_0x417cfa,'attributes':_0x10c815,'isFromAdapter':_0x8c997e}),this['getCommentThread'](_0x30d0d6);}['getCommentThread'](_0x2ee150){if('string'!=typeof _0x2ee150)throw new _0x5483a4('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x2ee150);}['fetchCommentThread']({channelId:_0x4fd787,threadId:_0x59fee3}={}){const _0x314ba2=this['getCommentThread'](_0x59fee3);if(_0x314ba2)return Promise['resolve'](_0x314ba2);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x5483a4('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x4fd787,'threadId':_0x59fee3})['then'](_0xb6d7c2=>this['hasCommentThread'](_0x59fee3)?this['getCommentThread'](_0x59fee3):_0xb6d7c2?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x4fd787},_0xb6d7c2)):void 0x0)['catch'](_0x377bfb=>{throw console['error'](_0x377bfb),new _0x5483a4('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x366df0,skipNotAttached:_0x4b85bc=!0x1,skipEmpty:_0xe0d542=!0x1,toJSON:_0xaed11=!0x1}={}){const _0x1fe911=[];for(const _0x3c0d0c of this['_threads']['values']())_0x366df0&&_0x3c0d0c['channelId']!==_0x366df0||_0x4b85bc&&!_0x3c0d0c['isAttached']||_0xe0d542&&0x0===_0x3c0d0c['length']||_0x1fe911['push'](_0x3c0d0c);return _0xaed11?_0x1fe911['map'](_0x1067ba=>_0x1067ba['toJSON']()):_0x1fe911;}['setActiveCommentThread'](_0x193c49){const _0x4a1259=this['context']['plugins']['get'](b);if(!_0x193c49)return void(this['activeCommentThread']&&_0x4a1259['deactivateAll']());const _0x578d23=this['getCommentThread'](_0x193c49);if(!_0x578d23)throw new _0x5483a4('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x193c49});if(!this['_threadToController']['has'](_0x578d23))throw new _0x5483a4('commentsrepository-active-not-attached',null,{'threadId':_0x193c49});const _0x4b18d1=_0x4a1259['getByInnerView'](this['_threadToController']['get'](_0x578d23)['view']);_0x4a1259['activate'](_0x4b18d1);}['switchReadOnly'](_0x25d57b,_0x52b2dc){_0x25d57b?this['_readOnlyChannels']['add'](_0x52b2dc):this['_readOnlyChannels']['delete'](_0x52b2dc),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x45a189){return this['_readOnlyChannels']['has'](_0x45a189)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x321528,_0x4d9b93){return new wt(_0x321528,_0x4d9b93);}['setPermissions'](_0x4be704,_0x504fa5=Ct){this['_permissions']['set'](_0x504fa5,_0x4be704),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x5b8412=Ct){return this['_permissions']['has'](_0x5b8412)?this['_permissions']['get'](_0x5b8412):vt;}['_addCommentThread']({channelId:_0x54bae8,threadId:_0xe01c3c,comments:_0x23333a,unlinkedAt:_0x15680a,resolvedAt:_0x346f78,resolvedBy:_0x3a15a,target:_0x54a27c,context:_0x1f087f,attributes:_0x70180,isFromAdapter:_0x4e5384,isResolvable:_0x3aa9b4,isSubmitted:_0x5b57f8}){if('string'!=typeof _0xe01c3c)throw new _0x5483a4('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0xe01c3c});if(this['hasCommentThread'](_0xe01c3c))throw new _0x5483a4('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0xe01c3c});const _0x210f17=new ie(this,{'channelId':_0x54bae8,'id':_0xe01c3c,'context':_0x1f087f,'attributes':_0x70180,'unlinkedAt':_0x15680a,'resolvedAt':_0x346f78,'resolvedBy':_0x3a15a?this['context']['plugins']['get'](lt)['getUser'](_0x3a15a):null,'isResolvable':_0x3aa9b4,'isSubmitted':_0x5b57f8||_0x4e5384});this['_threads']['set'](_0xe01c3c,_0x210f17);for(const _0x1ffc29 of _0x23333a)_0x210f17['_add'](this['_createNewComment']({'threadId':_0xe01c3c,..._0x1ffc29}));return _0x54a27c&&_0x210f17['attachTo'](_0x54a27c),_0x4e5384||!_0x210f17['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x54bae8,'threadId':_0xe01c3c});}['_submitCommentThread']({channelId:_0x5bf165,threadId:_0x4722c1}){if(!this['hasCommentThread'](_0x4722c1))throw new _0x5483a4('commentsrepository-missing-comment-thread',this);const _0x5b3560=this['getCommentThread'](_0x4722c1);if(_0x5b3560['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x578749,comments:_0x1e2708,resolvedAt:_0x22792a,resolvedBy:_0x2860ee,context:_0x2ab50b,attributes:_0x4dfb75}=_0x5b3560,_0xb8ae43=this['context']['plugins']['get']('PendingActions'),_0xf39a13=_0xb8ae43['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x5bf165,'threadId':_0x578749,'comments':_0x1e2708['map'](_0x5ca795=>_0x5ca795['toJSON']()),'resolvedAt':_0x22792a,'resolvedBy':_0x2860ee?_0x2860ee['id']:_0x2860ee,'context':_0x2ab50b,'attributes':_0x4dfb75})['then'](({comments:_0x445623})=>{_0xb8ae43['remove'](_0xf39a13);for(const _0x18b99e of _0x445623)this['_updateComment']({'channelId':_0x5bf165,'threadId':_0x4722c1,'commentId':_0x18b99e['commentId'],'createdAt':_0x18b99e['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x4e4a4f=>{throw console['error'](_0x4e4a4f),new _0x5483a4('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x2e462f,target:_0x3b02db}){const _0x3826a6=this['getCommentThread'](_0x2e462f);if(!_0x3826a6)throw new _0x5483a4('commentsrepository-attach-missing-comment-thread',this);const _0x158a27=this['context']['plugins']['get']('PendingActions'),_0x848cf5=this['context']['plugins']['get'](b),_0x1507a6=this['_createCommentThreadView'](_0x3826a6),_0x3e3690=new wt(_0x3826a6,_0x1507a6);let _0x1edff0=null;_0x1507a6['on']('change:isDirty',(_0x16d135,_0x373c01,_0x3f6378)=>{_0x3f6378?_0x1edff0=_0x158a27['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x1edff0&&(_0x158a27['remove'](_0x1edff0),_0x1edff0=null);}),this['_threadToController']['set'](_0x3826a6,_0x3e3690),this['_viewToController']['set'](_0x1507a6,_0x3e3690);const _0x2621af=new V(this['context']['locale'],_0x1507a6);_0x2621af['bind']('length')['to'](_0x1507a6),_0x2621af['bind']('isDirty')['to'](_0x1507a6,'isDirty',_0x1507a6,'length',(_0x279752,_0x29fdca)=>_0x279752||!_0x29fdca),_0x2621af['bind']('isActive')['to'](_0x1507a6),_0x2621af['type']='comment';const _0x12b9c9=new d({'view':_0x2621af,'target':_0x3b02db,'type':'comment','isVisible':!_0x3826a6['isResolved']});return this['_bindAnnotationToEditors'](_0x1507a6,_0x12b9c9),_0x848cf5['add'](_0x12b9c9),_0x12b9c9;}['_bindAnnotationToEditors'](_0x37a7e7,_0x51976e){this['listenTo'](_0x37a7e7,'editorReady',(_0x48edac,_0x557d19)=>{const _0x256a48=_0x557d19['ui']['view']['body']['bodyCollectionContainer'];_0x51976e['focusableElements']['add'](_0x256a48),this['context']instanceof mt&&this['context']['ui']['focusTracker']['add'](_0x256a48);},{'priority':'highest'}),this['listenTo'](_0x37a7e7,'editorDestroyed',(_0x124f40,_0x2ce4cd)=>{const _0x13bdce=_0x2ce4cd['ui']['view']['body']['bodyCollectionContainer'];_0x51976e['focusableElements']['has'](_0x13bdce)&&_0x51976e['focusableElements']['remove'](_0x13bdce),this['context']instanceof mt&&this['context']['ui']['focusTracker']['remove'](_0x13bdce);});}['_unbindEditors'](_0x583677){this['stopListening'](_0x583677,'editorReady'),this['stopListening'](_0x583677,'editorDestroyed');}['_createCommentThreadView'](_0x273cca){const _0x192e9a=this['context']['plugins']['get'](lt),{config:_0x35c06c,locale:_0x4b8dba}=this['context'],_0x57e2c1=dt(_0x35c06c['get']('locale'));return new(0x0,(_0x35c06c['get']('comments'))['CommentThreadView'])(_0x4b8dba,_0x273cca,_0x192e9a['me'],{'editorConfig':{..._0x35c06c['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x35c06c['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x35c06c['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x35c06c['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x35c06c['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x57e2c1,'CommentView':_0x35c06c['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x49a5bd,channelId:_0x2c2438,resolvedAt:_0x1c2310,resolvedBy:_0xdf231d,isFromAdapter:_0x1b6653}){if(!this['hasCommentThread'](_0x49a5bd))throw new _0x5483a4('commentsrepository-missing-comment-thread',null,{'threadId':_0x49a5bd});const _0x389613=this['getCommentThread'](_0x49a5bd);if(_0x389613['isResolved'])throw new _0x5483a4('commentsrepository-resolved-comment-thread',null,{'threadId':_0x49a5bd});const _0x4885c5=this['context']['plugins']['get'](lt);if(_0x389613['resolvedBy']=_0x4885c5['getUser'](_0xdf231d),_0x389613['resolvedAt']=_0x1c2310,_0x1b6653||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x33d130=this['context']['plugins']['get']('PendingActions'),_0x3fe398=_0x33d130['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x2c2438,'threadId':_0x49a5bd})['then'](({resolvedAt:_0x5a977e,resolvedBy:_0x7ea5d5})=>{_0x33d130['remove'](_0x3fe398),_0x389613['resolvedBy']['id']!==_0x7ea5d5&&(_0x389613['resolvedBy']=_0x4885c5['getUser'](_0x7ea5d5)),_0x389613['resolvedAt']=_0x5a977e;})['catch'](_0x4448d0=>{throw console['error'](_0x4448d0),new _0x5483a4('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x3b8c64,channelId:_0x3b862a,isFromAdapter:_0x13317d}){if(!this['hasCommentThread'](_0x3b8c64))throw new _0x5483a4('commentsrepository-missing-comment-thread',null,{'threadId':_0x3b8c64});const _0x463263=this['getCommentThread'](_0x3b8c64);if(!_0x463263['isResolved'])throw new _0x5483a4('commentsrepository-reopen-comment-thread',null,{'threadId':_0x3b8c64});if(_0x463263['resolvedBy']=null,_0x463263['resolvedAt']=null,_0x13317d||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x32d8c0=this['context']['plugins']['get']('PendingActions'),_0x1d79ac=_0x32d8c0['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x3b862a,'threadId':_0x3b8c64})['then'](()=>_0x32d8c0['remove'](_0x1d79ac))['catch'](_0x4f01b3=>{throw console['error'](_0x4f01b3),new _0x5483a4('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x3311d8,isFromAdapter:_0x3ea67c}){const _0x1b23ac=this['getCommentThread'](_0x3311d8);if(!_0x1b23ac)throw new _0x5483a4('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x3311d8),this['_threads']['delete'](_0x3311d8),!_0x1b23ac['isSubmitted']||_0x3ea67c||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x2bd2cc=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2e1127}=_0x1b23ac,_0x595d8d=_0x2bd2cc['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x2e1127,'threadId':_0x3311d8})['then'](()=>_0x2bd2cc['remove'](_0x595d8d))['catch'](_0x21cb22=>{throw console['error'](_0x21cb22),new _0x5483a4('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x256af9,unlinkedAt:_0x3bfbe3,context:_0x55f885,attributes:_0x3bde17,isFromAdapter:_0x20ccd5}){if('string'!=typeof _0x256af9)throw new _0x5483a4('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x256af9});if(!this['hasCommentThread'](_0x256af9))throw new _0x5483a4('commentsrepository-missing-comment-thread',null,{'threadId':_0x256af9});const _0x51346b=this['getCommentThread'](_0x256af9);let _0x2cf8ca=!0x1;if(void 0x0!==_0x55f885&&_0x51346b['context']!==_0x55f885&&(_0x51346b['context']=_0x55f885,_0x2cf8ca=!0x0),void 0x0!==_0x3bfbe3&&_0x51346b['unlinkedAt']!==_0x3bfbe3&&(_0x51346b['unlinkedAt']=_0x3bfbe3,_0x2cf8ca=!0x0),_0x3bde17&&!ft(_0x3bde17,_0x51346b['attributes'])&&(_0x51346b['attributes']=_0x3bde17,_0x2cf8ca=!0x0),!_0x2cf8ca)return Promise['resolve']();if(!_0x51346b['isSubmitted']||_0x20ccd5||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x5a5b31=this['context']['plugins']['get']('PendingActions'),{channelId:_0x14c2ce}=_0x51346b,_0x274f10=_0x5a5b31['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x14c2ce,'threadId':_0x256af9,'context':_0x55f885,'unlinkedAt':_0x3bfbe3,'attributes':_0x3bde17})['then'](()=>_0x5a5b31['remove'](_0x274f10))['catch'](_0x376ddd=>{throw console['error'](_0x376ddd),new _0x5483a4('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x58e14a){const _0x569840=this['context']['plugins']['get'](b),_0x23eb06=this['getCommentThread'](_0x58e14a);if(this['_threadToController']['has'](_0x23eb06)){const _0x5be963=this['_threadToController']['get'](_0x23eb06),_0x27b628=_0x5be963['view'],_0xa33421=_0x569840['getByInnerView'](_0x27b628);this['_threadToController']['delete'](_0x23eb06),this['_viewToController']['delete'](_0x27b628),_0xa33421&&_0x569840['remove'](_0xa33421),_0x5be963['destroy'](),_0x27b628['destroy']()['then'](()=>{this['_unbindEditors'](_0x27b628);});}}['_updateActiveAnnotation']({threadId:_0x2e09d8,resolvedAt:_0x3b6adb}){const _0x117784=!!_0x3b6adb,_0xea2918=this['context']['plugins']['get'](b),_0x24c537=this['getCommentThread'](_0x2e09d8);if(this['_threadToController']['has'](_0x24c537)){const _0x15fd11=this['_threadToController']['get'](_0x24c537)['view'],_0x56a5fc=_0xea2918['getByInnerView'](_0x15fd11);_0x56a5fc&&(_0x117784&&_0xea2918['_removeActiveAnnotation'](_0x56a5fc),_0x56a5fc['refreshVisibility']());}}['_getExternalAuthor'](_0x5dcece){const _0x3261fe=this['context']['plugins']['get'](lt),_0x4c8cc7=ct('external:'+_0x5dcece),_0x2ca551=_0x3261fe['getUser'](_0x4c8cc7);return _0x2ca551||_0x3261fe['addUser']({'id':_0x4c8cc7,'name':_0x5dcece});}['_createNewComment']({threadId:_0x2ad9b4,commentId:_0x3b4474=_0x40a82d(),content:_0x2da535,authorId:_0xc861b3,createdAt:_0x2931c3,attributes:_0x259609}){if('string'!=typeof _0x3b4474)throw new _0x5483a4('commentsrepository-invalid-commentid');if('string'!=typeof _0xc861b3)throw new _0x5483a4('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x2da535||!_0x2da535['trim']())throw new _0x5483a4('commentsrepository-invalid-comment-content');const _0x5c084b=this['context']['plugins']['get'](lt)['getUser'](_0xc861b3);if(!_0x5c084b)throw new _0x5483a4('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0xc861b3});let _0x5e097e=null,_0x41f501=_0x2931c3;return _0x259609&&_0x259609['@external']&&(_0x5e097e=this['_getExternalAuthor'](_0x259609['@external']['authorName']),_0x41f501=new Date(_0x259609['@external']['createdAt'])),new se(this,{'threadId':_0x2ad9b4,'id':_0x3b4474,'author':_0x5e097e||_0x5c084b,'creator':_0x5c084b,'content':_0x2da535,'createdAt':_0x2931c3,'authoredAt':_0x41f501,'attributes':_0x259609});}['_addComment'](_0x3e3ef1){let {threadId:_0x340c9d,content:_0x1450c4,attributes:_0x184ee6,isFromAdapter:_0x49d3a1}=_0x3e3ef1;const _0x13bbfb=this['getCommentThread'](_0x3e3ef1['threadId']);if(!_0x13bbfb)throw new _0x5483a4('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x5b97a3=this['_createNewComment'](_0x3e3ef1),{id:_0x161ac3}=_0x5b97a3;if(_0x13bbfb['_add'](_0x5b97a3),_0x49d3a1||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x13bbfb['isSubmitted'])return Promise['resolve']();const _0x5cae3f=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2077fb}=_0x13bbfb,_0x29be32=_0x5cae3f['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x184ee6||(_0x184ee6={}),this['adapter']['addComment']({'channelId':_0x2077fb,'threadId':_0x340c9d,'commentId':_0x161ac3,'content':_0x1450c4,'attributes':_0x184ee6})['then'](_0x394509=>{_0x5cae3f['remove'](_0x29be32),_0x394509&&this['_updateComment']({'channelId':_0x2077fb,'threadId':_0x340c9d,'commentId':_0x161ac3,'createdAt':_0x394509['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x327cc5=>{throw console['error'](_0x327cc5),new _0x5483a4('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x1dc6c2,commentId:_0x3c6520,content:_0xcdcfab,createdAt:_0x5e7b5b,attributes:_0xafdff,isFromAdapter:_0x123961}){if(void 0x0!==_0xcdcfab&&('string'!=typeof _0xcdcfab||!_0xcdcfab['trim']()['length']))throw new _0x5483a4('commentsrepository-update-comment-invalid-content');const _0x442b49=this['getCommentThread'](_0x1dc6c2),_0x276270=_0x442b49['getComment'](_0x3c6520);if(!_0x276270)throw new _0x5483a4('commentsrepository-update-missing-comment',this);let _0x33ca5e=!0x1;if(_0xcdcfab&&_0xcdcfab!==_0x276270['content']&&(_0x276270['isEditable']||_0x123961)&&(_0x276270['content']=_0xcdcfab,_0x33ca5e=!0x0),_0x5e7b5b&&_0x5e7b5b!==_0x276270['createdAt']&&(_0x276270['createdAt']=_0x5e7b5b,_0x276270['attributes']&&_0x276270['attributes']['@external']||(_0x276270['authoredAt']=_0x5e7b5b),_0x33ca5e=!0x0),_0xafdff&&!ft(_0xafdff,_0x276270['attributes'])&&(_0x276270['attributes']=_0xafdff,_0x33ca5e=!0x0),!_0x33ca5e)return Promise['resolve']();if(_0x442b49['fire']('commentUpdated'),_0x123961||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x34cb4e=this['context']['plugins']['get']('PendingActions'),{channelId:_0x405422}=this['getCommentThread'](_0x276270['threadId']),_0x4337a2=_0x34cb4e['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x405422,'threadId':_0x1dc6c2,'commentId':_0x3c6520,'content':_0xcdcfab,'attributes':_0xafdff})['then'](()=>_0x34cb4e['remove'](_0x4337a2))['catch'](_0x4572cc=>{throw console['error'](_0x4572cc),new _0x5483a4('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x2ca926,commentId:_0x4625ae,isFromAdapter:_0x19510c}){const _0x50f7f1=this['getCommentThread'](_0x2ca926),_0x6cd4be=_0x50f7f1['getComment'](_0x4625ae);if(!_0x6cd4be)throw new _0x5483a4('commentsrepository-remove-missing-comment',this);if(_0x50f7f1['_remove'](_0x6cd4be),_0x19510c||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x4e17e3=this['context']['plugins']['get']('PendingActions'),{channelId:_0x5679bb}=_0x50f7f1,_0x11e595=_0x4e17e3['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x5679bb,'threadId':_0x2ca926,'commentId':_0x4625ae})['then'](()=>_0x4e17e3['remove'](_0x11e595))['catch'](_0x52c1d6=>{throw console['error'](_0x52c1d6),new _0x5483a4('commentsrepository-remove-comment-internal-error',this);});}}class ie extends/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x104475(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x3aba71,_0x107e31){super();const _0x303af0=_0x107e31['isResolvable'];this['channelId']=_0x107e31['channelId'],this['id']=_0x107e31['id'],this['comments']=new _0x55c838(),this['_repository']=_0x3aba71,this['_isAttached']=!0x1,this['_isSubmitted']=_0x107e31['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x3aba71,'_permissions',_0x3aba71,'_readOnlyChannels',()=>_0x3aba71['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x3aba71,'_permissions',()=>_0x3aba71['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x3aba71,'_permissions',()=>{const _0x43996e=_0x3aba71['getPermissions'](this['channelId']);return _0x43996e['write']||_0x43996e['admin'];}),this['bind']('isResolvable')['to'](_0x3aba71,'_permissions',()=>_0x303af0&&_0x3aba71['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x107e31['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x1be1dd,_0x8b881b)=>_0x1be1dd?_0x8b881b?_0x1be1dd<_0x8b881b?_0x1be1dd:_0x8b881b:_0x1be1dd:_0x8b881b),this['set']('unlinkedAt',_0x107e31['unlinkedAt']||null),this['set']('resolvedAt',_0x107e31['resolvedAt']||null),this['set']('resolvedBy',_0x107e31['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x34ee72=>!!_0x34ee72),this['set']('attributes',_0x107e31['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x476c39,_0x5c118b)=>_0x476c39+_0x5c118b['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0xc983c7,id:_0xa5f6a2}=this;this['_repository']['fire'](gt('submitCommentThread',_0xc983c7),{'channelId':_0xc983c7,'threadId':_0xa5f6a2});}['setUnlinkedAt'](_0x22bc3e){this['_update']({'unlinkedAt':_0x22bc3e});}['resolve']({resolvedAt:_0x5b53c7=new Date(),resolvedBy:_0x14ee52=null,isFromAdapter:_0x5ecaa6=!0x1}={}){const _0x28ed31=this['_repository']['context']['plugins']['get'](lt)['me'],{channelId:_0x37c571,id:_0x51876b}=this;this['_repository']['fire'](gt('resolveCommentThread',_0x37c571),{'channelId':_0x37c571,'threadId':_0x51876b,'resolvedAt':_0x5b53c7,'resolvedBy':_0x14ee52||_0x28ed31['id'],'isFromAdapter':_0x5ecaa6});}['reopen']({isFromAdapter:_0x4a980f=!0x1}={}){const {channelId:_0x2994f0,id:_0x360b8d}=this;this['_repository']['fire'](gt('reopenCommentThread',_0x2994f0),{'channelId':_0x2994f0,'threadId':_0x360b8d,'isFromAdapter':_0x4a980f});}['setContext'](_0x3f1919){this['context']||this['_update']({'context':_0x3f1919});}['setAttribute'](_0x2c7ce4,_0x28bbc1){const _0x40e4d1=ut(this['attributes']);pt(_0x40e4d1,_0x2c7ce4,_0x28bbc1),this['_update']({'attributes':_0x40e4d1});}['removeAttribute'](_0x55a01e){const _0x4bc277=ut(this['attributes']);It(_0x4bc277,_0x55a01e),this['_update']({'attributes':_0x4bc277});}['remove']({isFromAdapter:_0x57c72b=!0x1}={}){const {channelId:_0x5c0027,id:_0x1d81fe}=this;this['_repository']['fire'](gt('removeCommentThread',_0x5c0027),{'channelId':_0x5c0027,'threadId':_0x1d81fe,'isFromAdapter':_0x57c72b});}['attachTo'](_0x3f5f73){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x3f5f73});}['addComment'](_0x38ecaa){const {channelId:_0xb0f2d8,id:_0x3d676b}=this;this['_repository']['fire'](gt('addComment',_0xb0f2d8,_0x3d676b),Object['assign']({'channelId':_0xb0f2d8,'threadId':_0x3d676b},_0x38ecaa));}['getComment'](_0x3690fd){if('string'!=typeof _0x3690fd)throw new _0x5483a4('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x3690fd});return this['comments']['get'](_0x3690fd);}['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'](_0x21dd2b=>_0x21dd2b['toJSON']()),'attributes':this['attributes']};}['_add'](_0x3bfb77){return this['listenTo'](_0x3bfb77,'change:authoredAt',()=>{const _0x5426c6=this['_findOptimalIndex'](_0x3bfb77),_0x18aafc=this['comments'];_0x5426c6-0x1!=_0x18aafc['getIndex'](_0x3bfb77)&&_0x5426c6+0x1!=_0x18aafc['getIndex'](_0x3bfb77)&&(this['_remove'](_0x3bfb77),this['_add'](_0x3bfb77));}),this['comments']['add'](_0x3bfb77,this['_findOptimalIndex'](_0x3bfb77));}['_update'](_0x1f01d3){const {channelId:_0x4e45c3,id:_0x3f9132}=this;this['_repository']['fire'](gt('updateCommentThread',_0x4e45c3),{..._0x1f01d3,'channelId':_0x4e45c3,'threadId':_0x3f9132});}['_remove'](_0x3f5558){return this['stopListening'](_0x3f5558),_0x3f5558['destroy'](),this['comments']['remove'](_0x3f5558);}['_findOptimalIndex'](_0xc006b0){const _0x1dcad6=this['comments']['find'](_0x221356=>new Date(_0x221356['authoredAt'])['getTime']()>new Date(_0xc006b0['authoredAt'])['getTime']());return _0x1dcad6?this['comments']['getIndex'](_0x1dcad6):this['length'];}}class se extends/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x104475(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x318d4d,_0x4c7f87){super();const _0x304fa3=_0x318d4d['context']['plugins']['get'](lt)['me'],_0x2d5489=_0x318d4d['getCommentThread'](_0x4c7f87['threadId']),_0x5377ea=0x0===_0x2d5489['comments']['length'],_0x408353=_0x304fa3===_0x4c7f87['author'];this['id']=_0x4c7f87['id'],this['threadId']=_0x4c7f87['threadId'],this['author']=_0x4c7f87['author'],this['creator']=_0x4c7f87['creator'],this['isExternal']=Boolean(_0x4c7f87['attributes']&&_0x4c7f87['attributes']['@external']),this['set']('content',_0x4c7f87['content']),this['createdAt']=_0x4c7f87['createdAt']||new Date(),this['set']('authoredAt',_0x4c7f87['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x2d5489,'resolvedAt'),this['set']('attributes',_0x4c7f87['attributes']||{}),this['bind']('isEditable')['to'](_0x318d4d,'_permissions',()=>{const _0x1755f6=_0x318d4d['getPermissions'](_0x2d5489['channelId'])['write'],_0x3cac3a=_0x318d4d['getPermissions'](_0x2d5489['channelId'])['modifyAll'];return _0x408353&&_0x1755f6||!_0x408353&&_0x3cac3a;}),this['bind']('isRemovable')['to'](_0x2d5489,'isRemovable',_0x318d4d,'_permissions',_0x4fa1f6=>{const _0x295c15=_0x318d4d['getPermissions'](_0x2d5489['channelId'])['write'],_0x48f2e3=_0x318d4d['getPermissions'](_0x2d5489['channelId'])['modifyAll'];return _0x408353&&_0x295c15||_0x4fa1f6&&_0x5377ea||!_0x408353&&_0x48f2e3&&!_0x5377ea;}),this['bind']('isReadOnly')['to'](_0x2d5489,'isReadOnly'),this['_repository']=_0x318d4d;}get['weight'](){return Math['max'](function(_0x139d03){const _0x101773=document['createElement']('div');return _0x101773['innerHTML']=_0x139d03,_0x101773['textContent']['length'];}(this['content']),0xc8);}['update'](_0x42ee9a){const {threadId:_0x3784b3,id:_0x192e78}=this;if(!this['_repository']['hasCommentThread'](_0x3784b3))throw new _0x5483a4('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x2c8411}=this['_repository']['getCommentThread'](_0x3784b3);this['_repository']['fire'](gt('updateComment',_0x2c8411,_0x3784b3),{'channelId':_0x2c8411,'threadId':_0x3784b3,'commentId':_0x192e78,..._0x42ee9a});}['setAttribute'](_0x5f7bb5,_0x450cdd){const _0xa1ffd2=ut(this['attributes']);pt(_0xa1ffd2,_0x5f7bb5,_0x450cdd),this['update']({'attributes':_0xa1ffd2});}['removeAttribute'](_0x38d121){const _0x41d2ba=ut(this['attributes']);It(_0x41d2ba,_0x38d121),this['update']({'attributes':_0x41d2ba});}['remove'](_0x4c3f8c={}){if(!_0x4c3f8c['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x16cbe5,id:_0x34352b}=this;if(!this['_repository']['hasCommentThread'](_0x16cbe5))throw new _0x5483a4('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x38d274}=this['_repository']['getCommentThread'](_0x16cbe5);this['_repository']['fire'](gt('removeComment',_0x38d274,_0x16cbe5),{'channelId':_0x38d274,'threadId':_0x16cbe5,'commentId':_0x34352b,..._0x4c3f8c});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function gt(_0x1fe036,..._0x34808e){for(const _0x36f4b4 of _0x34808e)void 0x0!==_0x36f4b4&&(_0x1fe036+=':'+String(_0x36f4b4));return _0x1fe036;}class G extends _0x11260e{['refresh'](){const _0x412de3=this['editor']['model']['document']['selection'];for(const _0x34195f of _0x412de3['getRanges']())if(this['_hasContent'](_0x34195f))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x23743e=_0x40a82d()}={}){const _0x41592f=this['editor']['model'],_0x136bb3=[];for(const _0x17bbb2 of _0x41592f['document']['selection']['getRanges']())this['_hasContent'](_0x17bbb2)&&_0x136bb3['push'](this['_trimToContent'](_0x17bbb2));_0x41592f['change'](_0xe57a1e=>{for(const _0x57c6ec of _0x136bb3){const _0x61e125=_0x40a82d()['substr'](0x1,0x5),_0x5332c5='comment:'+_0x23743e+':'+_0x61e125;_0xe57a1e['addMarker'](_0x5332c5,{'range':_0x57c6ec,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x49c8a6){for(const _0x1d0ef3 of _0x49c8a6['getItems']())if(this['_itemIsContent'](_0x1d0ef3))return!0x0;return!0x1;}['_itemIsContent'](_0x129026){return _0x129026['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x129026)&&!_0x129026['is']('element','tableCell');}['_trimToContent'](_0x567255){const _0x3023d6=_0x52f0de=>!this['_itemIsContent'](_0x52f0de['item']),_0x526d3a=_0x567255['start']['getLastMatchingPosition'](_0x3023d6),_0x220a04=_0x567255['end']['getLastMatchingPosition'](_0x3023d6,{'direction':'backward'});return this['editor']['model']['createRange'](_0x526d3a,_0x220a04);}}class k extends _0x2845be{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[b];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x2ed4fd){super(_0x2ed4fd),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x4c34d6=this['editor'],_0x3e85e1=_0x4c34d6['model']['document']['selection'],_0x2878b0=_0x22352f(()=>this['refreshSelectedViews'](),0xa);_0x3e85e1['on']('change:range',(_0x315aad,_0x2c2bdd)=>{_0x2c2bdd['directChange']&&(_0x2878b0['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x4c34d6['editing']['view']['document'],'change:isFocused',(_0xd71c09,_0x30c3f5,_0x51ed8a)=>{_0x51ed8a&&_0x2878b0();}),this['listenTo'](_0x4c34d6['ui']['focusTracker'],'change:isFocused',(_0x554fe9,_0x1d47d4,_0x5d6052)=>{_0x5d6052||_0x4c34d6['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x4675f8=>this['_editorAnnotationsData']['has'](_0x4675f8['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x38e49e){if(this['_editorAnnotations']['has'](_0x38e49e['view']))return;this['_editorAnnotations']['add'](_0x38e49e['view']),this['editor']['ui']['focusTracker']['add'](_0x38e49e['view']['element']);const _0x21bc6=this['editor']['plugins']['get'](b);this['listenTo'](_0x21bc6['collection'],'remove',(_0x4529e5,_0xdff316)=>{this['editor']['ui']['focusTracker']['remove'](_0xdff316['view']['element']),this['_editorAnnotations']['delete'](_0xdff316['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x5075ed){if('function'!=typeof _0x5075ed)throw new _0x5483a4('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x5075ed);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x49805a,annotations:_0xad35a5}){const _0xf9ea3d=[],_0x1db263=this['editor']['model']['document']['selection'],_0x25d948=Array['from'](_0x1db263['getRanges']());for(const [_0x28801f,_0x1ec3d7]of this['_editorAnnotationsData']){const _0x117411=_0x66c4b(_0x1ec3d7),_0x154bfa=_0xad35a5['getByInnerView'](_0x28801f);_0x117411&&_0x154bfa&&_0xf9ea3d['push']({'annotation':_0x154bfa,'range':_0x117411});}function _0x66c4b(_0x4a4ec8){for(const _0x45cff7 of _0x4a4ec8)for(const _0x2fc0c0 of _0x25d948)if(_0x45cff7['containsRange'](_0x2fc0c0,!_0x1db263['isCollapsed']))return _0x45cff7;return null;}return _0xf9ea3d['sort']((_0x11b86d,_0x2da26d)=>{const _0x458549=_0x11b86d['range'],_0x4d38eb=_0x2da26d['range'];if(!_0x458549['isEqual'](_0x4d38eb)){if(_0x458549['containsRange'](_0x4d38eb,!0x0))return 0x1;if(_0x4d38eb['containsRange'](_0x458549,!0x0))return-0x1;}return _0x11b86d['annotation']==_0x49805a?-0x1:_0x2da26d['annotation']==_0x49805a?0x1:0x0;})['map'](_0x400703=>_0x400703['annotation']);}get['_editorAnnotationsData'](){const _0x59677f=new Map();for(const _0x1b4750 of Array['from'](this['_dataCollectors']))for(const [_0x1f1544,_0x52b3a6]of _0x1b4750())_0x59677f['set'](_0x1f1544,_0x52b3a6);return _0x59677f;}}class ot extends _0x2845be{['afterInit'](){const _0x24b46d=this['editor'];if(!_0x24b46d['plugins']['has']('RestrictedEditingModeEditing'))return;_0x24b46d['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class et extends _0x2845be{constructor(_0x24f6b1){super(_0x24f6b1),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x85212c=this['editor'],_0x307256=_0x85212c['commands']['get']('importWord'),_0x5bbb47=_0x85212c['plugins']['get'](lt);_0x307256&&(_0x307256['on']('execute',(_0x2a2c9f,[,_0x11f08e])=>{_0x11f08e['collaboration_features']={'comments':!0x0,'user_id':_0x5bbb47['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x307256,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x10fe58,_0x3983f6){const {comment_threads:_0x37b6de}=_0x3983f6;_0x37b6de&&_0x37b6de['forEach'](({thread_id:_0xb3280a,comments:_0x1dea31,is_resolved:_0x148d61})=>{const _0x1377a5=new Date(),_0x50efcb=_0x1dea31['map'](({author:_0x2f2c29,content:_0x1bccc2,created_at:_0xa09ea2})=>({'content':_0x1bccc2,'authorId':this['editor']['plugins']['get'](lt)['me']['id'],'createdAt':_0x1377a5,'attributes':{'@external':{'authorName':_0x2f2c29,'createdAt':_0xa09ea2?new Date(_0xa09ea2):new Date(),'source':'importWord'}}})),_0x684325=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x684325,'threadId':_0xb3280a,'comments':_0x50efcb,'resolvedAt':_0x148d61?_0x1377a5:null});});}}class rt extends _0x2845be{constructor(_0x1f2eb7){super(_0x1f2eb7),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x190074=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x190074,'contentInsertion',(_0x191bdd,_0x46be4e)=>this['_removeMarkersWithoutThreads'](_0x46be4e['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x3a35c3){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x3a35c3;const _0x8967ed=this['editor']['plugins']['get']('CommentsRepository');for(const _0x585980 of _0x3a35c3['keys']()){const [_0x27bafa,_0x435dc0]=_0x585980['split'](':');'comment'!=_0x27bafa||_0x8967ed['hasCommentThread'](_0x435dc0)||_0x3a35c3['delete'](_0x585980);}return _0x3a35c3;}['_registerMarkerInClipboardPipeline'](){const _0x373659=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0xaa6f96=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0xaa6f96&&_0x373659['_registerMarkerToCopy']('comment',_0xaa6f96);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x2465b6){switch(_0x2465b6){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 _0x2845be{static get['requires'](){return[m,k,ot,et,rt];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x15c833){super(_0x15c833),this['set']('isThreadsLoadingPaused',!0x0),_0x15c833['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x4c6924,_0xe23ef7,_0x53dcfb,_0x1e2547)=>{const _0x511220=_0x53dcfb?it(_0x53dcfb)['id']:null;if(_0x15c833['model']['change'](()=>{if(_0x511220){const _0x460580=this['getAllMarkersForId'](_0x511220);for(const _0x3787a8 of _0x460580)_0x15c833['editing']['reconvertMarker'](_0x3787a8);}if(_0x1e2547){const {id:_0x31fd39}=it(_0x1e2547),_0x4ef557=this['getAllMarkersForId'](_0x31fd39);for(const _0x492f61 of _0x4ef557)_0x15c833['editing']['reconvertMarker'](_0x492f61);}}),_0x511220){const _0x2519fd=_0x15c833['plugins']['get'](m)['getCommentThread'](_0x511220);_0x2519fd&&_0x2519fd['isResolved']&&this['scrollToThreadMarker'](_0x511220);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x4e1db1=this['editor'],_0x1995bf=_0x4e1db1['plugins']['get'](m),_0x704516=_0x4e1db1['config']['get']('collaboration.channelId');_0x4e1db1['commands']['add']('addCommentThread',new G(_0x4e1db1)),this['listenTo'](_0x4e1db1,'change:isReadOnly',(_0x1026f0,_0x4649b5,_0x288c44)=>{_0x1995bf['switchReadOnly'](_0x288c44,_0x4e1db1['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x1995bf,nt('addCommentThread',_0x704516),(_0x53afb3,{threadId:_0xcfc58e})=>{const _0x2ab2b6=this['editor']['plugins']['get'](m)['getCommentThread'](_0xcfc58e);_0x2ab2b6&&_0x2ab2b6['unlinkedAt']&&this['_attachArchivedThread'](_0xcfc58e);}),this['listenTo'](_0x1995bf,nt('removeCommentThread',_0x704516),(_0x291dd6,{threadId:_0x5bc0a3})=>{_0x4e1db1['model']['enqueueChange']({'isUndoable':!0x1},_0x408ea9=>{const _0x51d324=this['getAllMarkersForId'](_0x5bc0a3);for(const _0x2b6937 of _0x51d324)_0x408ea9['removeMarker'](_0x2b6937);});}),this['listenTo'](_0x1995bf,nt('resolveCommentThread',_0x704516),(_0x3da0b6,{threadId:_0x3b5706})=>{(this['_reconvertMarkers'](_0x3b5706),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x3b5706)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x1995bf,nt('reopenCommentThread',_0x704516),(_0x245e60,{threadId:_0xfcd23b})=>{this['_reconvertMarkers'](_0xfcd23b);},{'priority':'low'}),this['listenTo'](_0x1995bf,nt('addComment',_0x704516),(_0x245757,{threadId:_0x4517cd,isFromAdapter:_0x45f11b})=>{const _0x2f5160=this['getAllMarkersForId'](_0x4517cd);if(_0x45f11b||0x0==_0x2f5160['length']||!_0x1995bf['hasCommentThread'](_0x4517cd))return;0x1===_0x1995bf['getCommentThread'](_0x4517cd)['length']&&_0x4e1db1['model']['enqueueChange']({'isUndoable':!0x1},_0x3a97dc=>{for(const _0x409bb5 of _0x2f5160)_0x3a97dc['updateMarker'](_0x409bb5,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x205c2d=this['editor']['plugins']['get'](m),_0x3fe130=this['editor']['config']['get']('collaboration.channelId');for(const _0x9be27 of _0x205c2d['getCommentThreads']({'channelId':_0x3fe130}))_0x205c2d['_detachCommentThread'](_0x9be27['id']),_0x205c2d['_threads']['delete'](_0x9be27['id']);super['destroy']();}['hasMarkerForId'](_0x3b74f3){return this['getAllMarkersForId'](_0x3b74f3)['length']>0x0;}['getAllMarkersForId'](_0x33e27c){const _0x3e9b4a=[];for(const _0x81342f of this['editor']['model']['markers'])_0x81342f['name']['startsWith']('comment:'+_0x33e27c)&&_0x3e9b4a['push'](_0x81342f);return _0x3e9b4a;}['scrollToThreadMarker'](_0x99712c){const _0x5f5035=this['_getTargetForId'](_0x99712c);_0x5f5035&&setTimeout(()=>{this['activeMarker']&&it(this['activeMarker'])['id']===_0x99712c&&_0x2faa54({'target':_0x5f5035[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x5a2388){this['editor']['model']['change'](()=>{for(const _0x1c89f0 of this['getAllMarkersForId'](_0x5a2388))this['editor']['editing']['reconvertMarker'](_0x1c89f0);});}['_attachArchivedThread'](_0x4e15df){const _0x1a0142=this['editor']['plugins']['get'](m),_0x56d9d7=this['editor']['plugins']['get'](k),_0x222eea=_0x1a0142['getCommentThread'](_0x4e15df);if(!_0x222eea['isAttached']){const _0x89395a=_0x222eea['attachTo'](()=>this['_getTargetForId'](_0x222eea['id']));_0x56d9d7['registerAnnotation'](_0x89395a),_0x222eea['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x5f52e3=this['editor'];_0x5f52e3['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x5a1426,_0x25eb87)=>{const {id:_0xdbf537}=it(_0x5a1426['markerName']),_0x54199d=_0x5f52e3['plugins']['get'](m)['getCommentThread'](_0xdbf537),_0x3af96b=this['activeMarker']&&it(this['activeMarker'])['id']===_0xdbf537;if(_0x54199d&&_0x54199d['isResolved']&&!_0x3af96b&&_0x5a1426['item'])return _0x25eb87['consumable']['consume'](_0x5a1426['item'],'addMarker:'+_0x5a1426['markerName']),_0x25eb87['consumable']['consume'](_0x5a1426['item'],'removeMarker:'+_0x5a1426['markerName']),null;const _0x2487af=['ck-comment-marker'];return _0x3af96b&&_0x2487af['push']('ck-comment-marker--active'),{'classes':_0x2487af,'attributes':{'data-comment':_0xdbf537}};}}),_0x5f52e3['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x6b3deb,{options:_0x599fba})=>{const _0x4d9038=_0x5f52e3['plugins']['get'](m),_0x5a6424=_0x5f52e3['model']['markers']['get'](_0x6b3deb),{id:_0x1fe26e,part:_0x3092f6}=it(_0x6b3deb);if(_0x5a6424&&!_0x5a6424['affectsData'])return null;if(_0x599fba['ignoreResolvedComments']){const _0x26f23f=_0x4d9038['getCommentThread'](_0x1fe26e);if(_0x26f23f&&_0x26f23f['isResolved'])return null;}return{'group':'comment','name':_0x3092f6?_0x1fe26e+':'+_0x3092f6:_0x1fe26e};}}),_0x5f52e3['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x23e3b3,{writer:_0x41ee5d})=>_0x41ee5d['createElement']('$marker',{'data-name':'comment:'+_0x23e3b3['getAttribute']('id')})}),_0x5f52e3['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x21694e=this['editor'],_0x1ccc09=_0x21694e['plugins']['get'](m),_0x4023c1=new Set(),_0x1b7ad4=new Set();_0x21694e['model']['document']['registerPostFixer'](_0x2d4962=>{let _0x4995f9=!0x1;for(const {name:_0x493bdc,data:_0x2e0651}of _0x21694e['model']['document']['differ']['getChangedMarkers']()){const {group:_0x3dc06c,id:_0x1d57b3}=it(_0x493bdc);let _0x1b1e53=_0x2e0651['newRange'];if('comment'!==_0x3dc06c||!_0x1b1e53)continue;const _0x30535b='$graveyard'===_0x1b1e53['root']['rootName'];_0x30535b||(_0x1b1e53=st(_0x1b1e53,_0x21694e['model']),!_0x1b1e53||_0x1b1e53['isCollapsed']||!_0x2e0651['newRange']||_0x1b1e53['isEqual'](_0x2e0651['newRange']))?_0x21694e['model']['hasContent'](_0x1b1e53)&&!_0x30535b?this['isThreadsLoadingPaused']?_0x4023c1['add'](_0x493bdc):this['_handleThreadMarker'](_0x493bdc,_0x1d57b3):(_0x1b7ad4['add'](_0x493bdc),_0x4023c1['delete'](_0x493bdc),_0x2d4962['removeMarker'](_0x493bdc),_0x4995f9=!0x0):(_0x2d4962['updateMarker'](_0x493bdc,{'range':_0x1b1e53}),_0x4995f9=!0x0);}return _0x4995f9;}),this['on']('change:isThreadsLoadingPaused',(_0x563bfd,_0x1f9a10,_0x110a2b)=>{if(!_0x110a2b&&_0x4023c1['size'])for(const _0x522749 of _0x4023c1){const {id:_0x265560}=it(_0x522749);_0x4023c1['delete'](_0x522749),_0x21694e['model']['markers']['get'](_0x522749)&&this['_handleThreadMarker'](_0x522749,_0x265560);}}),this['listenTo'](_0x21694e['model']['document'],'change',(_0x2949ec,_0x31e21c)=>{for(const {name:_0x4b848a,data:{newRange:_0x4ebff3}}of _0x21694e['model']['document']['differ']['getChangedMarkers']()){const {group:_0x2221e,id:_0x42ca33}=it(_0x4b848a);if('comment'!==_0x2221e)continue;const _0x5e19cd=_0x1ccc09['getCommentThread'](_0x42ca33),_0x10aecd=this['hasMarkerForId'](_0x42ca33);_0x5e19cd&&(_0x5e19cd['_hasTargetInContent']||_0x21694e['editing']['view']['once']('render',()=>{const _0x5b772c=_0x21694e['plugins']['get'](b),_0x333ec6=_0x1ccc09['_threadToController']['get'](_0x5e19cd)['view'];_0x5b772c['getByInnerView'](_0x333ec6)['refreshVisibility']();},{'priority':'low'}),_0x5e19cd['_hasTargetInContent']=_0x10aecd||!!_0x4ebff3),_0x4ebff3||(_0x1b7ad4['add'](_0x4b848a),_0x4023c1['delete'](_0x4b848a));}if(_0x31e21c['isLocal'])for(const _0x5d5bfc of _0x1b7ad4){const {id:_0x8142f7}=it(_0x5d5bfc),_0x51b304=_0x1ccc09['getCommentThread'](_0x8142f7),_0x59dae7=this['hasMarkerForId'](_0x8142f7);_0x4023c1['delete'](_0x5d5bfc),!_0x51b304||_0x59dae7||_0x51b304['unlinkedAt']||_0x51b304['setUnlinkedAt'](new Date());}_0x1b7ad4['clear']();});}['_getTargetForId'](_0x44ce63){const _0x41b90b=this['editor'],_0x896cb3=this['getAllMarkersForId'](_0x44ce63);return tt(_0x41b90b['editing'],_0x896cb3);}['_getTextContext'](_0x1fdde4){const _0x3c4d95=this['getAllMarkersForId'](_0x1fdde4);let _0x468c34='',_0x5432fe=!0x1;for(const _0x368b50 of _0x3c4d95){const _0x299afb=_0x368b50['getRange']();for(const _0x328d69 of Array['from'](_0x299afb['getItems']()))_0x328d69['is']('$textProxy')?(_0x468c34&&_0x5432fe&&(_0x468c34+='\x20',_0x5432fe=!0x1),_0x468c34+=_0x328d69['data']):_0x5432fe=!0x0;_0x5432fe=!0x0;}return _0x468c34['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x1838cc,_0x4f518f){const _0x23940c=this['editor'],_0x330e74=_0x23940c['plugins']['get'](m);let _0x16a714=_0x330e74['getCommentThread'](_0x4f518f);const _0xd9211c=_0x23940c['config']['get']('collaboration.channelId'),_0x31f1f7=_0x23940c['plugins']['get'](k);if(_0x16a714&&(_0x16a714['unlinkedAt']&&_0x16a714['setUnlinkedAt'](null),_0x16a714['isAttached']))return _0x16a714;return!this['getAllMarkersForId'](_0x4f518f)[0x0]['managedUsingOperations']?_0x23940c['editing']['view']['once']('render',()=>{if(_0x330e74['getCommentThread'](_0x4f518f))return;const _0x3780fa=_0x23940c['plugins']['get'](b);_0x16a714=_0x330e74['openNewCommentThread']({'channelId':_0xd9211c,'threadId':_0x4f518f,'target':()=>this['_getTargetForId'](_0x4f518f),'context':{'type':'text','value':this['_getTextContext'](_0x4f518f)}});const _0x4f0c04=_0x330e74['_threadToController']['get'](_0x16a714)['view'],_0x33cf98=_0x3780fa['getByInnerView'](_0x4f0c04);_0x33cf98&&_0x31f1f7['registerAnnotation'](_0x33cf98);},{'priority':'low'}):_0x330e74['fetchCommentThread']({'channelId':_0xd9211c,'threadId':_0x4f518f})['then'](_0x151545=>{if('destroyed'!==_0x23940c['state']){if(_0x16a714=_0x151545,_0x16a714&&!_0x16a714['isAttached']){const _0x5bd440=_0x16a714['attachTo'](()=>this['_getTargetForId'](_0x4f518f));_0x31f1f7['registerAnnotation'](_0x5bd440),_0x16a714['isResolved']&&this['_reconvertMarkers'](_0x4f518f);}else{if(!_0x16a714){const _0x5e33d9=this['getAllMarkersForId'](_0x4f518f);_0x23940c['model']['change'](_0x47ecff=>{for(const _0x2cb5f4 of _0x5e33d9)_0x47ecff['removeMarker'](_0x2cb5f4);});}}}}),_0x16a714;}['_handleThreadMarker'](_0xdcb6d7,_0x5bef9a){const _0x33932f=this['_attachMarkerToThread'](_0xdcb6d7,_0x5bef9a);_0x33932f&&!_0x33932f['context']&&_0x33932f['setContext']({'type':'text','value':this['_getTextContext'](_0x5bef9a)});}['_initAriaMarkerChangeAnnouncements'](){const _0x3b6c46=this['editor'];_0x267a72(_0x3b6c46['model'],({left:_0x2b12d1,entered:_0x86be4c})=>{for(const _0x1c7140 of _0x2b12d1)if(at(_0x1c7140)){_0x3b6c46['ui']['ariaLiveAnnouncer']['announce'](W(_0x3b6c46['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x31942b of _0x86be4c)if(at(_0x31942b)){_0x3b6c46['ui']['ariaLiveAnnouncer']['announce'](W(_0x3b6c46['locale'],'ENTER_COMMENT_ANNOUNCEMENT'));break;}});}}function nt(_0x1dcf3d,_0x53a809){return _0x53a809?_0x1dcf3d+':'+_0x53a809:_0x1dcf3d;}function it(_0x327106){const _0x3449e8=_0x327106['split'](':');return{'group':_0x3449e8[0x0],'id':_0x3449e8[0x1],'part':_0x3449e8[0x2]};}function st(_0x1397d7,_0x214390){const _0x47e35f=_0x214390['schema'],_0x349872=_0x214390['createRange'](_0x1397d7['start']);for(const _0xfd3eda of _0x1397d7['getWalker']()){const {type:_0x8d204e,item:_0x11ca84,nextPosition:_0xc484d0}=_0xfd3eda;if('text'===_0x8d204e||_0x47e35f['isObject'](_0x11ca84)){const _0x11dac8=_0x214390['createPositionBefore'](_0x11ca84);_0x349872['isCollapsed']&&(_0x349872['start']=_0x11dac8),_0x349872['end']=_0xc484d0;}}return _0x349872;}function at(_0x50ba9c){return'comment'===it(_0x50ba9c['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 _0x2845be{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,k,b];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return Tt;}['init'](){const _0x256305=this['editor'],_0x2bcf04=_0x256305['plugins']['get'](m),_0x5cd60b=_0x256305['plugins']['get'](r),_0x20dcf6=_0x256305['plugins']['get'](b),_0x2455dc=_0x256305['plugins']['get'](k);_0x256305['ui']['componentFactory']['add']('comment',()=>{const _0x3df552=this['_createUIButton'](_0x47a7c3);return _0x3df552['tooltip']=!0x0,_0x3df552;}),_0x256305['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x52b9ac)),_0x2455dc['addSourceCollector'](()=>{const _0x1d4bbe=[];for(const [_0x405cf3,_0xf91861]of _0x2bcf04['_threadToController']){const _0x4e52bf=_0x5cd60b['getAllMarkersForId'](_0x405cf3['id']),_0x1cb5f1=_0x4e52bf['map'](_0x5179a6=>_0x5179a6['getRange']());_0x4e52bf['length']>0x0&&_0x1d4bbe['push']([_0xf91861['view'],_0x1cb5f1]);}return _0x1d4bbe;}),this['listenTo'](_0x20dcf6,'change:activeAnnotations',(_0x5b1340,_0x40298b,_0x226e92)=>{const _0x1b4490=Array['from'](_0x226e92)['map'](_0x2a6298=>_0x2a6298['innerView'])['find'](_0x320472=>_0x2bcf04['_viewToController']['has'](_0x320472));if(!_0x1b4490)return void(_0x5cd60b['activeMarker']=null);const _0x390936=_0x2bcf04['_viewToController']['get'](_0x1b4490)['model']['id'],_0x1c65ce='comment:'+_0x390936;_0x390936&&_0x5cd60b['hasMarkerForId'](_0x390936)?_0x5cd60b['activeMarker']=_0x1c65ce:_0x5cd60b['activeMarker']&&(_0x5cd60b['activeMarker']=null);}),this['listenTo'](_0x2bcf04,'removeCommentThread',(_0x3b532f,{threadId:_0x3b85cc,isFromAdapter:_0x43d626})=>{!_0x43d626&&_0x256305['ui']['focusTracker']['isFocused']&&_0x5cd60b['hasMarkerForId'](_0x3b85cc)&&_0x256305['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x2bcf04,'addComment',(_0x31f749,{threadId:_0x1c4c0c,isFromAdapter:_0x182be3})=>{if(_0x182be3||!_0x5cd60b['hasMarkerForId'](_0x1c4c0c)||!_0x2bcf04['hasCommentThread'](_0x1c4c0c))return;0x1===_0x2bcf04['getCommentThread'](_0x1c4c0c)['length']&&(_0x256305['editing']['view']['focus'](),_0x31f749['stop']());},{'priority':'low'});}['_createUIButton'](_0x5bf38a){const _0x345371=this['editor'],_0xf3d321=new _0x5bf38a(_0x345371['locale']),_0x46a133=_0x345371['commands']['get']('addCommentThread');return _0xf3d321['set']({'label':W(_0x345371['locale'],'Comment'),'icon':kt}),_0xf3d321['bind']('isEnabled')['to'](_0x46a133),this['listenTo'](_0xf3d321,'execute',()=>_0x46a133['execute']()),_0xf3d321;}}class e extends _0x2845be{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x235639){super(_0x235639),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x48df26,_0x1b6fe4,_0x20cf06)=>{_0x20cf06?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x2c4936,_0x3b17c9]of this['editor']['commands'])_0x3b17c9['affectsData']&&'addCommentThread'!==_0x2c4936&&_0x3b17c9['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x512538=this['editor']['editing']['view']['document'];this['listenTo'](_0x512538,'cut',_0x39f9e5=>_0x39f9e5['stop'](),{'priority':'highest'}),this['listenTo'](_0x512538,'clipboardInput',_0x3e6188=>_0x3e6188['stop'](),{'priority':'highest'}),this['listenTo'](_0x512538,'delete',_0x5bbced=>_0x5bbced['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x2c359f,_0x391702]of this['editor']['commands'])_0x391702['affectsData']&&'addCommentThread'!==_0x2c359f&&_0x391702['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x50ebdd{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[b];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x3f1044){super(_0x3f1044),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0xf6f64d=this['context']['plugins']['get'](b);this['listenTo'](_0xf6f64d,'_activateAnnotation',(_0x1eacf2,_0x1026e2)=>{for(const _0x54c9e6 of this['activeUIs']){const _0x1f5042=this['_uis']['get'](_0x54c9e6);(0x0,this['_uisData']['get'](_0x54c9e6)['filter'])(_0x1026e2)&&_0x1f5042['setActiveAnnotation'](_0x1026e2);}}),this['listenTo'](_0xf6f64d,'_deactivateAllAnnotations',()=>{for(const _0x1dff10 of this['activeUIs']){this['_uis']['get'](_0x1dff10)['setActiveAnnotation'](null);}}),this['listenTo'](_0xf6f64d['_visibleAnnotations'],'add',(_0x4cf5d0,_0x2c682b)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x2c682b);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x5d5266){return this['activeUIs']['has'](_0x5d5266);}['activate'](_0x36f28d,_0x7eb908=()=>!0x0){const _0x11814e=this['context']['plugins']['get'](b);if(!this['_uis']['has'](_0x36f28d))throw new _0x5483a4('annotationsuis-missing-ui',this,{'uiName':_0x36f28d});this['isActive'](_0x36f28d)&&this['deactivate'](_0x36f28d),this['activeUIs']['add'](_0x36f28d);const _0x35ea17=new x();!function({source:_0x22dde1,target:_0x615062,filter:_0x4bc91b}){for(const _0x1e1616 of _0x22dde1)_0x4bc91b(_0x1e1616)&&_0x615062['add'](_0x1e1616);_0x615062['listenTo'](_0x22dde1,'add',(_0x16a12b,_0x2d466e)=>{_0x4bc91b(_0x2d466e)&&_0x615062['add'](_0x2d466e);}),_0x615062['listenTo'](_0x22dde1,'remove',(_0x189b29,_0x36e90f)=>{_0x615062['has'](_0x36e90f)&&_0x615062['remove'](_0x36e90f);});}({'source':_0x11814e['_visibleAnnotations'],'target':_0x35ea17,'filter':_0x7eb908}),this['_uisData']['set'](_0x36f28d,{'collection':_0x35ea17,'filter':_0x7eb908});const _0x4f3edf=this['_uis']['get'](_0x36f28d);_0x4f3edf['attach'](_0x35ea17),this['listenTo'](_0x4f3edf,'change:activeAnnotation',(_0x12d9c6,_0x48ce00,_0x11f2d2,_0x3f065e)=>{_0x3f065e&&_0x11814e['_removeActiveAnnotation'](_0x3f065e),_0x11f2d2&&_0x11814e['_addActiveAnnotation'](_0x11f2d2);});}['deactivate'](_0x1115cd){if(this['activeUIs']['delete'](_0x1115cd),!this['_uis']['has'](_0x1115cd))throw new _0x5483a4('annotationsuis-missing-ui',this,{'uiName':_0x1115cd});const _0xa20fd=this['_uis']['get'](_0x1115cd);_0xa20fd['detach'](),this['stopListening'](_0xa20fd),this['_uisData']['get'](_0x1115cd)['collection']['destroy'](),this['_uisData']['delete'](_0x1115cd);}['switchTo'](_0x1aec54){if(!this['_uis']['has'](_0x1aec54))throw new _0x5483a4('annotationsuis-missing-ui',this,{'uiName':_0x1aec54});const _0x24e225=this['context']['plugins']['get'](b),_0x4acd27=Array['from'](_0x24e225['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x1aec54);const _0x30f582=this['_uis']['get'](_0x1aec54);_0x30f582['setActiveAnnotation'](_0x4acd27),_0x30f582['_setSelectedAnnotations']&&_0x4acd27&&_0x30f582['_setSelectedAnnotations']([_0x4acd27]);}['deactivateAll'](){for(const _0x5f06fc of this['activeUIs'])this['deactivate'](_0x5f06fc);}['register'](_0x1d1eeb,_0x2b7aca){if(this['_uis']['has'](_0x1d1eeb))throw new _0x5483a4('annotationsuis-register-already-registered');if('function'!=typeof _0x2b7aca['attach']||'function'!=typeof _0x2b7aca['detach']||'function'!=typeof _0x2b7aca['setActiveAnnotation'])throw new _0x5483a4('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x1d1eeb,_0x2b7aca);}['refilterAnnotations'](){const _0x315506=this['context']['plugins']['get'](b)['collection'],_0x5b80bc=new Map(),_0x4b5916=Array['from'](this['activeUIs']);for(const _0x391bcd of this['activeUIs']){const _0x44e73f=this['_uisData']['get'](_0x391bcd)['collection'];for(const _0x180326 of _0x44e73f)_0x5b80bc['set'](_0x180326,_0x391bcd);}for(const _0x10f490 of _0x315506){const _0x49e363=_0x5b80bc['get'](_0x10f490);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x10f490);const _0x130c3e=_0x4b5916['find'](_0x49af08=>this['_uisData']['get'](_0x49af08)['filter'](_0x10f490));_0x49e363!==_0x130c3e&&(_0x49e363&&this['_uisData']['get'](_0x49e363)['collection']['remove'](_0x10f490),_0x130c3e&&this['_uisData']['get'](_0x130c3e)['collection']['add'](_0x10f490));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x1284d3){const _0x1ce0da=[];for(const _0x1add30 of this['activeUIs']){(0x0,this['_uisData']['get'](_0x1add30)['filter'])(_0x1284d3)&&_0x1ce0da['push'](_0x1add30);}if(_0x1ce0da['length']>0x1)throw new _0x5483a4('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x1ce0da,'annotationType':_0x1284d3['type']});}}const ne=Ht('px');class T extends _t{['list'];constructor(_0x3055c2){super(_0x3055c2);const _0x4a1683=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x4a1683['to']('class')],'style':{'minHeight':_0x4a1683['to']('minHeight',_0x5ed93a=>'number'==typeof _0x5ed93a?ne(_0x5ed93a+0xa):null)}},'children':this['list']});}}const qt=Ht('px');class C extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x2b0827){super(_0x2b0827),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x3acf27,_0x333271)=>_0x3acf27+_0x333271),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Dt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection']();const _0x473690=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x473690['to']('isAnimationDisabled',_0x569a7a=>_0x569a7a?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x473690['to']('top',_0x268aaf=>qt(_0x268aaf))}},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['updateHeight'](){const _0x416e4f=this['element']['clientHeight'];_0x416e4f&&(this['height']=_0x416e4f);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x50ebdd{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x220752){super(_0x220752),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 _0x304277=this['context']['config']['get']('sidebar.container');_0x304277&&this['setContainer'](_0x304277);}['setContainer'](_0x5c6670){if(!y(_0x5c6670))throw new _0x5483a4('sidebar-setcontainer-invalid-element');this['container']=_0x5c6670;}['_attachToContainer']({viewClass:_0x27ae68='',spaceBetweenItems:_0x3c2e74=0x19}={}){if(!y(this['container']))throw new _0x5483a4('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x27ae68,this['_spaceBetweenItems']=_0x3c2e74;}['rearrange']({removedAnnotation:_0x273705,previousAnnotation:_0x5cac8f,nextAnnotation:_0x573465}){const _0x4ecb4b=this['getSidebarItemView'](_0x273705);this['view']['list']['remove'](_0x4ecb4b),this['_destroySidebarItemView'](_0x273705),_0x5cac8f&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x5cac8f)),_0x573465&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x573465)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x7bcace,activatedAnnotation:_0x429359,disableAnimationOnActivatedAnnotation:_0x571d96}){if(this['_activeAnnotation']=_0x429359,_0x7bcace){_0x7bcace['isActive']=!0x1;const _0x250b49=this['getSidebarItemView'](_0x7bcace);_0x250b49&&_0x571d96&&(_0x250b49['isAnimationDisabled']=!0x1);}if(_0x429359){const _0x554030=this['getSidebarItemView'](_0x429359);_0x554030&&(_0x429359['isActive']=!0x0,_0x571d96&&(_0x554030['isAnimationDisabled']=!0x0,_0x554030['top']+=0x1),this['_alignToTargetRect'](_0x554030));}}['_detachFromContainer'](_0x193ef9){if(this['view']['element']['remove'](),_0x193ef9){for(const _0x570fd8 of _0x193ef9)this['_destroySidebarItemView'](_0x570fd8);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x346dc3,_0x442b18){_0x442b18||(_0x442b18=_0x346dc3['view']);const _0x4e430a=new C(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x4e430a,_0x346dc3),this['_annotationToSidebarItemView']['set'](_0x346dc3,_0x4e430a),_0x4e430a['content']['add'](_0x442b18),this['listenTo'](_0x346dc3['view'],'change:targetRect',(_0x48d534,_0x4bad93,_0x58b1f4)=>{const _0x52a52b=this['_getTargetTop'](_0x346dc3,_0x58b1f4);_0x4e430a['_targetTop']!=_0x52a52b&&(_0x4e430a['_targetTop']=_0x52a52b,this['_setItemTop'](_0x4e430a,_0x52a52b));}),this['listenTo'](_0x4e430a,'change:top',()=>{this['_recalculate'](_0x4e430a,'top');}),this['listenTo'](_0x4e430a,'change:bottom',()=>{this['_recalculate'](_0x4e430a,'bottom');}),this['_alignToTargetRect'](_0x4e430a);const _0x23f798=this['_getItemBefore'](_0x4e430a);if(_0x23f798)this['_alignAfterItem'](_0x23f798,_0x4e430a)||this['_alignToTargetRect'](_0x4e430a);else this['_alignToTargetRect'](_0x4e430a);return this['_updateLastItem'](),this['view']['list']['add'](_0x4e430a),_0x4e430a;}['_alignForTopChange'](_0x52e855){if(!_0x52e855['content']['length'])return;const _0x2fa18f=this['_getItemBefore'](_0x52e855);if(!_0x2fa18f)return;const _0x45f72c=this['_sidebarItemViewToAnnotation']['get'](_0x2fa18f),_0x22c87b=this['_activeAnnotation'];_0x22c87b&&_0x22c87b===_0x45f72c?this['_alignAfterItem'](_0x2fa18f,_0x52e855):this['_alignBeforeItem'](_0x52e855,_0x2fa18f);}['_alignForBottomChange'](_0x52eead){if(!_0x52eead['content']['length'])return;const _0xf3ca4a=this['_getItemAfter'](_0x52eead);if(!_0xf3ca4a)return;const _0x43423e=this['_sidebarItemViewToAnnotation']['get'](_0xf3ca4a),_0x3bf12e=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x1757d9=this['_activeAnnotation'];_0x1757d9&&_0x1757d9===_0x43423e&&_0x3bf12e?(this['_alignBeforeItem'](_0xf3ca4a,_0x52eead),this['_alignAfterItem'](_0x52eead,_0xf3ca4a)):_0x1757d9&&_0x1757d9===_0x43423e?this['_alignBeforeItem'](_0xf3ca4a,_0x52eead):this['_alignAfterItem'](_0x52eead,_0xf3ca4a);}['_recalculate'](_0x2da3fb,_0x484a73){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x4fa365,changedProp:_0x13dd8c}of this['_recalculateBuffer'])'top'===_0x13dd8c?this['_alignForTopChange'](_0x4fa365):this['_alignForBottomChange'](_0x4fa365);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x2da3fb,'changedProp':_0x484a73});}['getSidebarItemView'](_0x5b6788){return this['_annotationToSidebarItemView']['get'](_0x5b6788);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x4ec1f9){const _0x10c285=this['getSidebarItemView'](_0x4ec1f9);this['stopListening'](_0x10c285),this['stopListening'](_0x4ec1f9['view']),_0x10c285['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x4ec1f9),this['_sidebarItemViewToAnnotation']['delete'](_0x10c285);}['_createSidebarView'](){const _0x516d19=new T(this['context']['locale']);return _0x516d19['render'](),this['on']('change:_lastItem',(_0x2ceeb8,_0x2fb4e4,_0x1480de,_0x242520)=>{_0x242520&&_0x516d19['unbind']('minHeight'),_0x1480de?_0x516d19['bind']('minHeight')['to'](_0x1480de,'bottom'):_0x516d19['minHeight']=null;}),_0x516d19;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0xd8151c){const _0x36e3dd=this['_sidebarItemViewToAnnotation']['get'](_0xd8151c),_0x39abc7=_0x36e3dd&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x36e3dd)-0x1);return _0x39abc7&&this['getSidebarItemView'](_0x39abc7)||null;}['_getItemAfter'](_0x2cc5a8){const _0x368507=this['_sidebarItemViewToAnnotation']['get'](_0x2cc5a8),_0x28ca0c=_0x368507&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x368507)+0x1);return _0x28ca0c&&this['getSidebarItemView'](_0x28ca0c)||null;}['_alignBeforeItem'](_0x24aebd,_0x3f702c){_0x24aebd['updateHeight']();const _0x41fbac=M(_0x3f702c['bottom']+this['_spaceBetweenItems'],_0x24aebd['top']);return!!_0x41fbac&&(this['_setItemTop'](_0x3f702c,_0x3f702c['top']-_0x41fbac),!0x0);}['_alignAfterItem'](_0x32dfe7,_0x574652){_0x32dfe7['updateHeight']();const _0x19fa52=M(_0x32dfe7['bottom']+this['_spaceBetweenItems'],_0x574652['top']);return!!_0x19fa52&&(this['_setItemTop'](_0x574652,_0x574652['top']+_0x19fa52,!0x1),!0x0);}['_alignToTargetRect'](_0x12432c){const _0x2283bb=this['_sidebarItemViewToAnnotation']['get'](_0x12432c);if(!_0x2283bb||!_0x2283bb['target']||!_0x2283bb['targetRect'])return;const _0x4707ad=this['_getTargetTop'](_0x2283bb,_0x2283bb['targetRect']);this['_setItemTop'](_0x12432c,_0x4707ad);}['_getTargetTop'](_0x4eb9d8,_0x5f5695){if(null===_0x5f5695)return 0x0;if(_0x4eb9d8['target']instanceof _0x527045)return _0x5f5695['top'];{const _0x1dc30f=new _0x527045(this['view']['element'])['top'];return _0x5f5695['top']-_0x1dc30f;}}['_setItemTop'](_0x9bccf6,_0x440b4c,_0x39788c=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x39788c&&(_0x440b4c=Math['max'](_0x440b4c,this['_getMaxAvailableTop'](_0x9bccf6))),_0x9bccf6['top']=_0x440b4c;}['_getMaxAvailableTop'](_0x4f61cc){let _0x43234c=this['_getItemBefore'](_0x4f61cc),_0x5b2944=0x0;for(;_0x43234c;)_0x43234c['updateHeight'](),_0x5b2944+=this['_spaceBetweenItems']+_0x43234c['height'],_0x43234c=this['_getItemBefore'](_0x43234c);return _0x5b2944;}}function M(_0x365934,_0x2bdf7d){return Math['max'](_0x365934-_0x2bdf7d,0x0);}function y(_0x167dfc){return null!==_0x167dfc&&'object'==typeof _0x167dfc&&0x1===_0x167dfc['nodeType'];}class n extends _0x50ebdd{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x48f73b){super(_0x48f73b),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x55c838(),this['_refreshPositioningDebounced']=_0x22352f(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x55a5fb=this['context']['plugins']['get'](j),_0x4ffa3d=this['context']['plugins']['get'](z);_0x55a5fb['register']('wideSidebar',this),_0x4ffa3d['container']&&_0x55a5fb['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x202eda){if(_0x202eda===this['activeAnnotation'])return;const _0x3449d9=this['context']['plugins']['get'](z);_0x3449d9['_activeAnnotation']=_0x202eda;const _0x2aa782=this['activeAnnotation'];this['activeAnnotation']=_0x202eda,_0x3449d9['refresh']({'blurredAnnotation':_0x2aa782,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x241938){this['annotations']=_0x241938;const _0x2aaad6=this['context']['plugins']['get'](z);if(_0x2aaad6['_annotations']=_0x241938,this['isAttached'])throw new _0x5483a4('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x2aaad6,'set:container',()=>{this['detach'](),this['listenTo'](_0x2aaad6,'change:container',_0x475916=>{_0x475916['off'](),this['attach'](_0x241938);});}),_0x2aaad6['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x383d69=_0x5228f9=>{_0x5228f9['updateTargetRect'](),_0x2aaad6['addAnnotation'](_0x5228f9);};for(const _0x185c99 of _0x241938)_0x383d69(_0x185c99);this['listenTo'](_0x241938,'add',(_0x1572b5,_0x2bec39)=>{_0x383d69(_0x2bec39);}),this['listenTo'](_0x241938,'remove',(_0x1cf95f,_0x199d5e,_0x415d50)=>{_0x2aaad6['rearrange']({'removedAnnotation':_0x199d5e,'previousAnnotation':_0x241938['get'](_0x415d50-0x1),'nextAnnotation':_0x241938['get'](_0x415d50+0x1)}),_0x199d5e===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x241938,'focus',(_0x2c83db,_0x5ca8f6)=>{this['setActiveAnnotation'](_0x5ca8f6);}),this['listenTo'](_0x241938,'blur',()=>{this['setActiveAnnotation'](null);});const _0x40151f=this['context']instanceof _0x2b02a0?this['context']['editors']:new _0x55c838([this['context']]);for(const _0x58b825 of _0x40151f)this['_integrateWithEditorAnnotations'](_0x58b825);this['listenTo'](_0x40151f,'add',(_0x1f9b4e,_0x596fb3)=>{this['listenTo'](_0x596fb3,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x596fb3);});}),this['listenTo'](_0x40151f,'remove',(_0x6543a2,_0x3bfd34)=>{_0x3bfd34['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x3bfd34['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x5483a4('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x349b14=this['context']['plugins']['get'](z);_0x349b14['_detachFromContainer'](this['annotations']),this['stopListening'](_0x349b14),this['stopListening'](this['annotations']),this['context']instanceof _0x2b02a0&&this['stopListening'](this['context']['editors']);for(const _0x5225fe of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x5225fe);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x46b74e){if(!_0x46b74e['plugins']['has']('EditorAnnotations'))return;const _0x37e650=_0x46b74e['plugins']['get']('EditorAnnotations'),_0x3bdccb=()=>{const _0x1616c7=_0x37e650['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x1616c7[0x0]||null);};this['listenTo'](_0x37e650,'refresh',_0x3bdccb),this['listenTo'](_0x37e650,'blur',(_0x372d6b,{isAnnotationTracked:_0x557ccd})=>{this['activeAnnotation']&&_0x557ccd(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x37e650,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x118351=>{_0x37e650['hasDomSelection']()&&(_0x3bdccb(),_0x118351['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x37e650);}['_destroyEditorAnnotationsIntegration'](_0x3996ff){this['stopListening'](_0x3996ff),this['_editorAnnotations']['remove'](_0x3996ff);}}class D extends _0x47a7c3{['counterView'];constructor(_0x3780f8){super(_0x3780f8);const _0x3d819a=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x20b1f5,_0x39e016)=>_0x20b1f5?'...':_0x39e016['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',_0x3d819a['to']('annotationType',_0x4f51f3=>'ck-annotation-counter__badge--'+_0x4f51f3),_0x3d819a['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x3d819a['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x50ebdd{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x18eb40){super(_0x18eb40),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x406670),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x55c838(),this['_refreshPositioningDebounced']=_0x22352f(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x5742f9(this['context']['locale']),this['balloonPanelView']=new _0x1c358c(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0xc89abf){this['annotations']=_0xc89abf;const _0x3c24b2=this['context']['plugins']['get'](z),_0x14845f=this['balloonPanelView'];if(_0x3c24b2['_annotations']=_0xc89abf,this['isAttached'])throw new _0x5483a4('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x3c24b2,'set:container',()=>{this['detach'](),this['listenTo'](_0x3c24b2,'change:container',_0x510b58=>{_0x510b58['off'](),this['attach'](_0xc89abf);});}),_0x3c24b2['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x359c67=_0x196b93=>{const _0x2711f0=new D(this['context']['locale']);_0x3c24b2['addAnnotation'](_0x196b93,_0x2711f0),this['_annotationToNarrowView']['set'](_0x196b93,_0x2711f0),_0x2711f0['bind']('isDirty','annotationType','number')['to'](_0x196b93['view'],'isDirty','type','length'),_0x2711f0['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x14845f['content']['first']!==_0x196b93['view']?(this['_showBalloon'](_0x196b93),_0x196b93['view']['element']['focus'](),this['setActiveAnnotation'](_0x196b93)):this['setActiveAnnotation'](null);});};for(const _0x5bc223 of _0xc89abf)_0x359c67(_0x5bc223);this['listenTo'](_0xc89abf,'add',(_0x3ecf07,_0x5b950f)=>{_0x359c67(_0x5b950f);}),this['listenTo'](_0xc89abf,'remove',(_0x17e220,_0x514639,_0x46f493)=>{this['_annotationToNarrowView']['get'](_0x514639)['destroy'](),this['_annotationToNarrowView']['delete'](_0x514639),_0x3c24b2['rearrange']({'removedAnnotation':_0x514639,'previousAnnotation':_0xc89abf['get'](_0x46f493-0x1),'nextAnnotation':_0xc89abf['get'](_0x46f493+0x1)}),_0x514639===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0xc89abf,'focus',(_0x597e59,_0x454def)=>{this['setActiveAnnotation'](_0x454def);}),this['listenTo'](_0xc89abf,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0xb3565d,_0x5cd922)=>{_0x5cd922['keyCode']===_0x25c7d3['esc']&&_0x14845f['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x14845f['content']['first']),this['_hideBalloon'](),_0x5cd922['stopPropagation'](),_0x5cd922['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0xff6504,_0x7d3c02)=>{const _0x513c61=_0x7d3c02['target'];_0x14845f['isVisible']&&_0x14845f['element']['contains'](_0x513c61)||_0x3c24b2['view']['element']['contains'](_0x513c61)||_0xff6504['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x3d1f9f=>_0x3d1f9f['contains'](_0x513c61))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x3e3f5f=this['context']instanceof _0x2b02a0?this['context']['editors']:new _0x55c838([this['context']]);for(const _0x52397a of _0x3e3f5f)this['_integrateWithEditorAnnotations'](_0x52397a);this['listenTo'](_0x3e3f5f,'add',(_0x50b02b,_0x1fa8ec)=>{this['listenTo'](_0x1fa8ec,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x1fa8ec);});}),this['listenTo'](_0x3e3f5f,'remove',(_0x35c4c7,_0xed36b6)=>{_0xed36b6['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0xed36b6['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x30048d){if(_0x30048d===this['activeAnnotation'])return;const _0x2ee2c9=this['context']['plugins']['get'](z);if(_0x2ee2c9['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x30048d,'disableAnimationOnActivatedAnnotation':!0x0}),_0x30048d)_0x2ee2c9['getSidebarItemView'](_0x30048d)?this['_showBalloon'](_0x30048d):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x30048d;}['detach'](){if(!this['isAttached'])throw new _0x5483a4('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x512089=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x3b360f=>_0x3b360f['destroy']()),this['_annotationToNarrowView']['clear'](),_0x512089['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x2b02a0&&this['stopListening'](this['context']['editors']);for(const _0x290e49 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x290e49);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'](_0x38e02c){if(!_0x38e02c['plugins']['has']('EditorAnnotations'))return;const _0x1d58e7=_0x38e02c['plugins']['get']('EditorAnnotations'),_0x4e8d3c=this['context']['plugins']['get'](z),_0x3916ef=this['annotations'],_0x16832b=this['balloonPanelView'],_0x46d3bb=()=>{const _0x1dbf2a=_0x1d58e7['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x1dbf2a),this['setActiveAnnotation'](_0x1dbf2a[0x0]||null);};this['listenTo'](_0x1d58e7,'refresh',_0x46d3bb),this['listenTo'](_0x1d58e7,'blur',(_0x3e42c7,{isAnnotationTracked:_0x4f6f88})=>{this['activeAnnotation']&&_0x4f6f88(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x1d58e7,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x3916ef,'blur',_0x2d0a23=>{_0x1d58e7['hasDomSelection']()&&_0x2d0a23['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x528ecf,_0x50b76e)=>{const _0x53b02c=_0x50b76e['target'];_0x16832b['isVisible']&&_0x16832b['element']['contains'](_0x53b02c)||_0x4e8d3c['view']['element']['contains'](_0x53b02c)||this['activeAnnotation']&&_0x1d58e7['hasDomSelection']()&&(_0x46d3bb(),_0x528ecf['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x1d58e7);}['_destroyEditorAnnotationsIntegration'](_0x135964){_0x135964&&(this['stopListening'](_0x135964),this['_editorAnnotations']['remove'](_0x135964));}['_setSelectedAnnotations'](_0x18b65a){for(const _0x210549 of this['_selectedAnnotations'])_0x18b65a['includes'](_0x210549)||this['_manuallyClosedAnnotationViews']['delete'](_0x210549['view']);this['_selectedAnnotations']=_0x18b65a;}['_refreshPositioning'](){const _0x5827f2=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x5827f2['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x4a0d5b){if(this['_manuallyClosedAnnotationViews']['has'](_0x4a0d5b['view']))return;const _0x1223bd=this['balloonPanelView']['content']['first'];_0x1223bd!==_0x4a0d5b['view']?(_0x1223bd&&this['_detachListeners'](_0x1223bd),this['_attachListeners'](_0x4a0d5b['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x4a0d5b['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x4e21c1=this['balloonPanelView']['content']['first'],_0x5dbb95=_0x4e21c1&&this['annotations']['getByView'](_0x4e21c1);if(!_0x5dbb95||!this['_annotationToNarrowView']['has'](_0x5dbb95))return;const _0x5168e6=this['_annotationToNarrowView']['get'](_0x5dbb95)['element'],_0x41e031=(function(){const _0x33dd99=_0x1c358c['defaultPositions'];return[_0x33dd99['southArrowNorthEast'],_0x33dd99['northArrowSouthEast'],_0x33dd99['southArrowNorth'],_0x33dd99['northArrowSouth'],_0x33dd99['southArrowNorthWest'],_0x33dd99['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x5168e6,'positions':_0x41e031});}['_hideBalloon'](){const _0xd52f83=this['balloonPanelView'],_0x4aa410=_0xd52f83['content']['first'];_0x4aa410&&(this['_detachListeners'](_0x4aa410),_0xd52f83['unpin'](),_0xd52f83['content']['clear']());}['_attachListeners'](_0x5c67aa){this['listenTo'](_0x5c67aa,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x5c67aa,'Esc',(_0x8845cd,_0x1a5aaa)=>{this['_manuallyClosedAnnotationViews']['add'](_0x5c67aa),this['_hideBalloon'](),_0x1a5aaa();});}['_detachListeners'](_0xc380b6){this['stopListening'](_0xc380b6);}}class c extends _0x2845be{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[k,_0x2b23da,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0xed2fee){super(_0xed2fee),_0xed2fee['editing']['view']['addObserver'](_0x541797),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0xed2fee['plugins']['get'](_0x2b23da),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x42598d=this['editor']['plugins']['get'](j);_0x42598d['context']===this['editor']&&(_0x42598d['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x3783cf,_0x38dda7)=>{const _0x50d19e=this['_balloon'];if(this['isAttached']&&_0x50d19e['visibleView']){const _0x200f7e=this['annotations']['getByView'](_0x50d19e['visibleView']);_0x200f7e&&this['_closeAnnotation'](_0x200f7e),_0x38dda7();}}));}['afterInit'](){const _0x23328a=this['editor']['plugins']['get'](j);_0x23328a['context']===this['editor']&&(_0x23328a['hasActive']()||_0x23328a['switchTo']('inline'));}['setActiveAnnotation'](_0x203596){_0x203596!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x203596&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x203596)&&this['_addAnnotationToBalloon'](_0x203596,!0x0),_0x203596['isActive']=!0x0),_0x203596||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x203596);}['attach'](_0x3bd40d){this['annotations']=_0x3bd40d;const _0x5018ee=this['editor']['plugins']['get'](j),_0x46ddd0=this['_balloon'];if(this['isAttached'])throw new _0x5483a4('inlineannotations-attach-already-attached',this);if(_0x5018ee['context']!==this['editor'])throw new _0x5483a4('inlineannotations-not-allowed-with-context',this);const _0xf43fe=this['editor']['plugins']['get'](k);this['listenTo'](_0xf43fe,'refresh',()=>{const _0x5df20c=_0xf43fe['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x39695b,_0x2948b3;!this['_forceRefresh']&&(_0x39695b=_0x5df20c,_0x2948b3=this['_selectedAnnotations'],_0x39695b['length']===_0x2948b3['length']&&_0x39695b['every'](_0x573656=>_0x2948b3['includes'](_0x573656)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x5df20c),this['setActiveAnnotation'](_0x5df20c[0x0]||null));}),this['listenTo'](_0xf43fe,'blur',(_0x108886,{isAnnotationTracked:_0x191758})=>{this['activeAnnotation']&&_0x191758(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x227017,_0x460062,_0x58c027)=>{_0x58c027||this['setActiveAnnotation'](null);}),this['listenTo'](_0x3bd40d,'remove',(_0x3cce5b,_0x903ecb)=>{this['_removeAnnotationFromBalloon'](_0x903ecb),_0x903ecb===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x46ddd0,'change:visibleView',(_0x240105,_0x451bc2,_0xbef190,_0x33dc1e)=>{_0x33dc1e&&this['stopListening'](_0x33dc1e);const _0x28e761=_0x3bd40d['getByView'](_0xbef190);_0xbef190&&_0x28e761&&(this['listenTo'](_0xbef190,'change:height',()=>{_0x46ddd0['updatePosition']();}),this['listenTo'](_0xbef190,'Esc',()=>{this['_closeAnnotation'](_0x28e761),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x28e761&&this['setActiveAnnotation'](_0x28e761));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x46ddd0['visibleView']&&(_0x3bd40d['getByView'](_0x46ddd0['visibleView'])&&_0x46ddd0['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 _0x5483a4('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x3b2d06 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x3b2d06);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x5ac120){for(const _0x4b5678 of this['_selectedAnnotations'])_0x5ac120['includes'](_0x4b5678)||this['_manuallyClosed']['delete'](_0x4b5678);for(const _0x235aac of this['annotations'])_0x5ac120['includes'](_0x235aac)||this['_removeAnnotationFromBalloon'](_0x235aac);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x5f029d of _0x5ac120)this['_addAnnotationToBalloon'](_0x5f029d);}this['_selectedAnnotations']=_0x5ac120;}['_addAnnotationToBalloon'](_0x134a4b,_0x20a435=!0x1){this['_manuallyClosed']['has'](_0x134a4b)||(this['_addedAnnotations']['has'](_0x134a4b)||this['_balloon']['hasView'](_0x134a4b['view'])||(this['_addedAnnotations']['add'](_0x134a4b),this['_balloon']['add']({'stackId':_0x134a4b['view']['id'],'view':_0x134a4b['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x134a4b)}})),_0x20a435&&this['_balloon']['showStack'](_0x134a4b['view']['id']));}['_getBalloonTargetForAnnotation'](_0x5b095b){const _0x2cac89=_0x5b095b['target'],_0x233e55=this['editor']['editing']['view'],_0x58c5e5=_0x233e55['document']['selection']['getFirstRange'](),_0x5e9e61=_0x233e55['domConverter']['viewRangeToDom'](_0x58c5e5);if(_0x5e9e61['collapse'](!0x0),_0x2cac89){if(_0x2cac89 instanceof _0x527045)return _0x2cac89;let _0x3b9298=[];for(const _0x7160b9 of _0x2cac89)_0x3b9298['push'](...(_0xeb8057=_0x7160b9['getClientRects'](),Array['from'](_0xeb8057)['map'](DOMRect['fromRect'])));_0x3b9298=function(_0x172c86){const _0x3c592e=[];let _0x23a3c8=_0x172c86[0x0];for(let _0x5340dc=0x1;_0x5340dc<_0x172c86['length'];_0x5340dc++)F(_0x23a3c8,_0x172c86[_0x5340dc])?_0x23a3c8['width']+=_0x172c86[_0x5340dc]['width']:(_0x3c592e['push'](_0x23a3c8),_0x23a3c8=_0x172c86[_0x5340dc]);return _0x3c592e['push'](_0x23a3c8),_0x3c592e;}(_0x3b9298);const _0x2c3ebc=_0x5e9e61['getBoundingClientRect']();return _0x3b9298['find'](_0xb57925=>_0xb57925['top']<=_0x2c3ebc['top']&&_0xb57925['bottom']>=_0x2c3ebc['bottom']&&_0xb57925['left']<=_0x2c3ebc['left']&&_0xb57925['right']>=_0x2c3ebc['right'])||_0x3b9298[0x0];}var _0xeb8057;return _0x5b095b['targetRect']||_0x5e9e61;}['_removeAnnotationFromBalloon'](_0x5aea44){this['_addedAnnotations']['has'](_0x5aea44)&&this['_balloon']['hasView'](_0x5aea44['view'])&&(this['_addedAnnotations']['delete'](_0x5aea44),this['_balloon']['remove'](_0x5aea44['view']));}['_closeAnnotation'](_0x262361){this['_manuallyClosed']['add'](_0x262361),this['_removeAnnotationFromBalloon'](_0x262361);}}function F(_0x1d4466,_0x24a795){return _0x1d4466['top']===_0x24a795['top']&&_0x1d4466['bottom']===_0x24a795['bottom']&&_0x1d4466['right']===_0x24a795['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(_0x3b6c32,_0x41329f){super(_0x3b6c32),this['set']('isEmpty',!_0x41329f['length']),this['_focusTracker']=new _0x4ea882(),this['_keystrokes']=new Et(),this['_focusables']=_0x41329f,this['_focusCycler']=new _0x117230({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['listenTo'](_0x41329f,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x41329f,'remove',(_0x337cf9,_0x17ae93)=>{_0x17ae93['isActive']&&this['focus'](),_0x41329f['length']||(this['isEmpty']=!0x0);});const _0xdaba8f=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':_0x41329f},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0xdaba8f['if']('isEmpty','ck-hidden',_0x27e248=>!_0x27e248)]},'children':[{'text':W(_0x3b6c32,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_keystrokes']['listenTo'](this['element']);const _0xfdd38f=_0x325615=>_0x325615['stopPropagation']();this['_keystrokes']['set']('arrowright',_0xfdd38f),this['_keystrokes']['set']('arrowleft',_0xfdd38f),this['_keystrokes']['set']('arrowup',_0xfdd38f),this['_keystrokes']['set']('arrowdown',_0xfdd38f),this['listenTo'](this['element'],'selectstart',(_0x3d4179,_0x24eb90)=>{_0x24eb90['stopPropagation']();},{'priority':'high'});}['destroy'](){super['destroy'](),this['_focusTracker']['destroy'](),this['_keystrokes']['destroy']();}['focus'](){this['element']['focus']();}}class p extends _0x50ebdd{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,b];}constructor(_0x58618d){super(_0x58618d),this['archivedThreads']=new _0x55c838();}['init'](){const _0x43285e=this['context'],_0x2615fa=_0x43285e['plugins']['get'](m),_0xf44da9=_0x43285e['plugins']['get'](b);this['listenTo'](_0x2615fa,'addCommentThread',(_0x223ea1,{threadId:_0x542673})=>{const _0x2d6903=_0x2615fa['getCommentThread'](_0x542673);_0x2d6903['archivedAt']&&this['archivedThreads']['add'](_0x2d6903,this['_calculatePosition'](_0x2d6903['archivedAt'])),this['listenTo'](_0x2d6903,'change:archivedAt',(_0x4ab496,_0x49a51b,_0x2e1d84)=>{_0x2e1d84?this['archivedThreads']['has'](_0x2d6903)||this['archivedThreads']['add'](_0x2d6903,this['_calculatePosition'](_0x2d6903['archivedAt'])):this['archivedThreads']['has'](_0x2d6903)&&this['archivedThreads']['remove'](_0x2d6903);});}),this['listenTo'](_0x2615fa,'removeCommentThread',(_0x6c192,{threadId:_0x4d0322})=>{const _0xad2863=_0x2615fa['getCommentThread'](_0x4d0322);this['stopListening'](_0xad2863),this['archivedThreads']['has'](_0xad2863)&&this['archivedThreads']['remove'](_0xad2863);},{'priority':'highest'}),this['listenTo'](_0xf44da9['collection'],'focus',(_0xcbf14b,_0x1d1716)=>{_0x1d1716['isActive']=!0x0,_0xf44da9['activate'](_0x1d1716);});}['_calculatePosition'](_0x44e572){const _0x41bf3b=[...this['archivedThreads']]['findIndex'](_0xd85b64=>_0xd85b64['archivedAt']<_0x44e572);return _0x41bf3b>-0x1?_0x41bf3b:this['archivedThreads']['length'];}}class a extends _0x2845be{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x3a76a0];}constructor(_0x1874a7){super(_0x1874a7),this['annotationViews']=new _0x5a3d3d(),this['_pendingThreads']=[];}['init'](){this['editor']['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x47a7c3,!0x0)),this['editor']['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>this['_createCommentsArchiveButton'](_0x52b9ac));const _0x332e34=this['editor']['plugins']['get'](p),_0x2091cc=this['editor']['plugins']['get']('Annotations'),_0x43284c=this['editor']['plugins']['get']('CommentsRepository');this['listenTo'](_0x332e34['archivedThreads'],'add',(_0x4fb6a2,_0x35d3fe)=>{const _0x31e082=this['editor']['config']['get']('collaboration.channelId');if(!_0x31e082||_0x35d3fe['channelId']===_0x31e082){const _0x5106ff=_0x43284c['_threadToController']['get'](_0x35d3fe);if(!_0x5106ff)return void this['_pendingThreads']['push'](_0x35d3fe);const _0x5bcb66=this['_calculatePosition'](_0x35d3fe['archivedAt']),_0x320a0=_0x2091cc['getByInnerView'](_0x5106ff['view']);_0x320a0['isVisible']&&_0x2091cc['_visibleAnnotations']['remove'](_0x320a0),this['annotationViews']['add'](_0x320a0['view'],_0x5bcb66);}}),this['listenTo'](_0x2091cc['collection'],'add',(_0xf0217d,_0x5d729e)=>{const _0x484a55=this['_pendingThreads']['find'](_0x4a307a=>{const _0x4d7b39=_0x43284c['_threadToController']['get'](_0x4a307a);return _0x4d7b39&&_0x5d729e['innerView']===_0x4d7b39['view'];});if(_0x484a55){const _0x55855e=this['_calculatePosition'](_0x484a55['archivedAt']);this['annotationViews']['add'](_0x5d729e['view'],_0x55855e),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x484a55),0x1);}}),this['listenTo'](_0x332e34['archivedThreads'],'remove',(_0x17ac83,_0x3a5ff6)=>{const _0x647e30=this['editor']['config']['get']('collaboration.channelId');if(!_0x647e30||_0x3a5ff6['channelId']===_0x647e30){const _0x2c5b71=_0x43284c['_threadToController']['get'](_0x3a5ff6),_0x2dc9cd=_0x2091cc['getByInnerView'](_0x2c5b71['view']);this['annotationViews']['remove'](_0x2dc9cd['view']),this['stopListening'](_0x2dc9cd['focusableElements']);}});}['_calculatePosition'](_0x43cb63){const _0x49621e=this['editor']['config']['get']('collaboration.channelId'),_0x5d82d9=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x23ccdf=>_0x23ccdf['channelId']===_0x49621e)['findIndex'](_0x453873=>_0x453873['archivedAt']<_0x43cb63);return _0x5d82d9<0x0||_0x5d82d9>this['annotationViews']['length']?this['annotationViews']['length']:_0x5d82d9-0x1;}['_toggleDialog'](){const _0x49a417=this['editor'],_0x534984=_0x49a417['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new X(_0x49a417['locale'],this['annotationViews'])),'commentsArchive'===_0x534984['id']?_0x534984['hide']():_0x534984['show']({'id':'commentsArchive','title':W(_0x49a417['locale'],'COMMENTS_ARCHIVE'),'icon':Q,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x149f5d['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x178292,_0x1f7799=!0x1){const _0x502edb=this['editor']['locale'],_0x25873c=new _0x178292(_0x502edb);return _0x25873c['bind']('isEnabled')['to'](this,'isEnabled'),_0x25873c['set']({'label':W(_0x502edb,'COMMENTS_ARCHIVE'),'icon':Q}),_0x1f7799&&(_0x25873c['tooltip']=!0x0),this['listenTo'](_0x25873c,'execute',()=>this['_toggleDialog']()),_0x25873c;}}class f extends _0x2845be{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};
|