@ckeditor/ckeditor5-comments 42.0.0-alpha.2 → 42.0.0-alpha.4
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(_0x489cb1={}){(_0x489cb1=Object['assign']({},_0x489cb1))['plugins']||(_0x489cb1['plugins']=St['defaultPlugins']),super(_0x489cb1),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 _0xd16ec1=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0xd16ec1))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x14b926=>{const _0x23eeae=this['model']['document']['getRoot'](),_0x1ab27b=_0x23eeae&&_0x23eeae['getChild'](_0x23eeae['childCount']-0x1);_0x14b926['setSelection'](_0x1ab27b,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x2af687=this['editing']['view'],_0x2adad9=_0x2af687['document']['getRoot'](),_0x2a86a3=_0x2adad9['getChild'](0x0);_0x2adad9['childCount']>0x1||!_0x2a86a3||'p'!=_0x2a86a3['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(zt(_0x2af687,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x2a86a3['placeholder']=this['placeholder']),Ft({'view':_0x2af687,'element':_0x2a86a3,'keepOnFocus':!0x0}),this['placeholderElement']=_0x2a86a3);}}class ei extends _t{['keystrokes'];['focusTracker'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x84daef,_0x341f56={}){super(_0x84daef),this['editor']=null,this['_editorConfig']=_0x341f56,this['keystrokes']=new Et(),this['focusTracker']=new _0x4e0865(),this['set']('value',_0x341f56['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',W(_0x84daef,'Reply...')),this['set']('submitLabel',W(_0x84daef,'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',(_0x3aad2f,_0x2b7d1e)=>{this['cancelButtonView']['fire']('execute'),_0x2b7d1e();}),this['on']('submit',(_0x1bb032,_0x50c9ba)=>{_0x50c9ba['length']>0xfde8?(alert(W(_0x84daef,'TOO_LONG_COMMENT_ALERT',[_0x50c9ba['length'],0xfde8])),_0x1bb032['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 _0x473aff=this['editor'];this['element']['insertBefore'](_0x473aff['ui']['element'],this['element']['firstChild']),_0x473aff['model']['document']['on']('change',()=>this['value']=_0x473aff['getData']()),_0x473aff['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:_0x26b186}=this,_0x1cb53c=new _0x3bf9d4(_0x26b186);return _0x1cb53c['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x1cb53c['withText']=!0x0,_0x1cb53c['bind']('label')['to'](this,'submitLabel'),_0x1cb53c['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x1cb53c['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x92e14d,_0x467e2a)=>!_0x467e2a&&!!_0x92e14d['trim']()),_0x1cb53c;}['_createCancelButton'](){const {locale:_0x39192e}=this,_0x155408=new _0x3bf9d4(_0x39192e);return _0x155408['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x155408['label']=W(_0x39192e,'Cancel'),_0x155408['withText']=!0x0,_0x155408['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x155408;}['_initializeFocusCycling'](_0x2bde68){const _0x2df639=this['focusTracker'],_0x15df2c=new _0x31df78();[_0x2bde68['ui']['view'],this['submitButtonView'],this['cancelButtonView']]['forEach'](_0x5caf33=>{_0x15df2c['add'](_0x5caf33),_0x2df639['add'](_0x5caf33['element']);});const _0x3f5c98=new _0x27c0dd({'focusables':_0x15df2c,'focusTracker':_0x2df639});this['keystrokes']['set']('tab',(_0x253c21,_0xb8705f)=>{_0x3f5c98['focusNext'](),_0xb8705f();},{'priority':'low'}),this['keystrokes']['set']('shift\x20+\x20tab',(_0x5c82d5,_0x43d993)=>{_0x3f5c98['focusPrevious'](),_0x43d993();},{'priority':'low'});}}class Tt extends _t{constructor(_0xd88c5d,_0x284f97,_0x3bce87){super(_0xd88c5d),this['commentInputView']=new ei(_0xd88c5d,_0x3bce87),this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x541aad,_0x30ab70)=>_0x541aad||!!_0x30ab70),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 _0x443556(_0xd88c5d,_0x284f97),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(_0x5a4ae3){super(_0x5a4ae3);const _0x1f2f4a=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x1f2f4a['to']('count',_0x1b82a5=>W(_0x5a4ae3,'NUMBER_OF_COMMENTS',_0x1b82a5))}]});}}class xt extends _t{['commentViews'];['resolvedCommentView'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x53e08f,_0x2c8d27,_0x5a739e){super(_0x53e08f),this['set']('hasDirtyComment',!0x1),this['set']('length',_0x2c8d27['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x2c8d27,this['_config']=_0x5a739e,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['_collapsedCommentsView']=new ts(_0x53e08f),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0xbf27b8=>_0xbf27b8-this['_config']['maxCommentsWhenCollapsed']);for(const _0x1c84d5 of _0x2c8d27['comments'])this['_handleNewCommentModel'](_0x1c84d5);this['_handleInfoComment'](),this['listenTo'](_0x2c8d27['comments'],'add',(_0x3c553c,_0x1bcdc0)=>{const _0x3c52c2=this['_calculatePosition'](_0x1bcdc0);this['length']++,this['_handleNewCommentModel'](_0x1bcdc0,_0x3c52c2),this['refreshVisibleViews']();}),this['listenTo'](_0x2c8d27['comments'],'remove',(_0x332e2d,_0x5ed178)=>{this['length']--,this['_handleRemoveCommentModel'](_0x5ed178),this['refreshVisibleViews']();}),this['listenTo'](_0x2c8d27,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x2c8d27,'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 _0x4e5376 of this['commentViews'])_0x4e5376['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0xf58483,_0x453df){const _0x48e2c4=new this['_config']['CommentView'](this['locale'],_0xf58483,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x48e2c4['viewUid']=_0xf58483['id'],_0x48e2c4['delegate']('removeComment')['to'](this),_0x48e2c4['delegate']('updateComment')['to'](this),_0x48e2c4['delegate']('resolveCommentThread')['to'](this),_0x48e2c4['delegate']('editorReady')['to'](this),_0x48e2c4['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x48e2c4,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x48e2c4,_0x453df);}['_calculatePosition'](_0x214034){const _0x55d8b4=this['_model']['_findOptimalIndex'](_0x214034);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x214034['authoredAt']?_0x55d8b4-0x1:_0x55d8b4:_0x55d8b4-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x1c21cb={'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'],_0x1c21cb,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x1c21cb));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x5b5279){const _0x4d357b=this['commentViews']['remove'](_0x5b5279['id']);this['stopListening'](_0x4d357b),_0x4d357b['isEditMode']&&this['_updateHasDirtyComment'](),_0x4d357b['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x47f64b=>_0x47f64b['isEditMode']);}['_rearrangeCollapse'](){const _0x10be0d=function(_0x158db6){const _0x5510d5=new _0x5e1d99();for(const _0x2ef1db of _0x158db6)_0x5510d5['add'](_0x2ef1db);return _0x5510d5;}(this['commentViews']),_0x22024c=this['_collapsedCommentsView']['count'];for(let _0x97c68a=0x1;_0x97c68a<=_0x22024c;_0x97c68a++)_0x10be0d['remove'](0x1);for(const _0x198e25 of _0x10be0d)_0x198e25['collapse']();_0x22024c>0x0&&_0x10be0d['add'](this['_collapsedCommentsView'],0x1),is(_0x1546cd(Array['from'](this['visibleViews']),Array['from'](_0x10be0d)),this['visibleViews'],_0x10be0d);}['_rearrangeExpand'](){is(_0x1546cd(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x5ce27d of this['visibleViews'])_0x5ce27d['expand']();}}function is(_0x473f30,_0x213655,_0x40d050){let _0x50045f=0x0;for(const _0x1015ba of _0x473f30)switch(_0x1015ba){case'insert':_0x213655['add'](_0x40d050['get'](_0x50045f),_0x50045f),_0x50045f++;break;case'delete':_0x213655['remove'](_0x50045f);break;case'equal':_0x50045f++;}}class Zt extends _t{['_model'];['reopenButtonView'];constructor(_0x4ccb2b,_0x5d5dcc){super(_0x4ccb2b);const _0x1c833c=this['bindTemplate'];this['_model']=_0x5d5dcc,this['reopenButtonView']=this['_createReopenButton'](),this['bind']('hasContext')['to'](this['_model'],'context',_0x39f14b=>!!_0x39f14b),this['bind']('contextValue')['to'](this['_model'],'context',_0x3a8195=>_0x3a8195&&_0x3a8195['value']?this['_trimContextValue'](_0x3a8195['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',_0x1c833c['if']('hasContext','ck-context--quotes')]},'children':[{'tag':'span','attributes':{'class':['ck-context__value']},'children':[{'text':_0x1c833c['to']('contextValue')}]}]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions']();}['_createReopenButton'](){const _0x66d17a=new _0x3bf9d4(this['locale']);return _0x66d17a['label']=W(this['locale'],'Reopen'),_0x66d17a['tooltip']=W(this['locale'],'Reopen'),_0x66d17a['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>',_0x66d17a['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x23503e=>!_0x23503e),_0x66d17a['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x4ba0ad,_0x1af05f)=>_0x4ba0ad&&_0x1af05f),_0x66d17a['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x66d17a;}['_trimContextValue'](_0x29312d){if(_0x29312d['length']<0x96)return _0x29312d;const _0x2c0747=_0x29312d['lastIndexOf']('\x20',0x93);return _0x29312d['substring'](0x0,_0x2c0747>-0x1?_0x2c0747:0x93)+'...';}['_attachContextActions'](){const _0x1eb032=this['element']['querySelector']('.ck-context'),_0x21c1aa=_0x1eb032['querySelector']('.ck-context__value');this['listenTo'](_0x1eb032,'mouseenter',()=>{_0x21c1aa['offsetWidth']<_0x21c1aa['scrollWidth']&&_0x1eb032['classList']['add']('overlay');}),this['listenTo'](_0x1eb032,'mouseleave',()=>{_0x1eb032['classList']['remove']('overlay');});}}class ti extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];constructor(_0x47af0b,_0x2272ea,_0x3d82b0,_0x358d97){super(_0x47af0b),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x2272ea,this['_localUser']=_0x3d82b0,this['_config']=_0x358d97,this['commentThreadHeaderView']=new Zt(_0x47af0b,_0x2272ea),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x47af0b,_0x2272ea,Object['assign']({'CommentView':this['_config']['CommentView']},_0x358d97)),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',(_0x15f0e4,_0x9a6147)=>_0x15f0e4||!!_0x9a6147),this['bind']('isUnlinked')['to'](_0x2272ea,'unlinkedAt',_0x13e644=>!!_0x13e644);}['focus'](){this['element']['focus']();}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x31b416=new Tt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x1a8112=_0x31b416['commentInputView'];return _0x31b416['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x1a8112,'value',(_0x21756e,_0x408380,_0x219561,_0x16e9c3,_0x42749a)=>!!_0x42749a||!!_0x16e9c3&&_0x219561&&!_0x408380||_0x21756e&&_0x219561&&!_0x408380),_0x1a8112['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x40a3eb,_0x37c719,_0x47b1e6)=>{let _0x23651b;return _0x23651b=_0x47b1e6&&_0x37c719?'Reply\x20to\x20reopen\x20discussion...':_0x40a3eb?'Reply...':'Write\x20a\x20comment...',W(this['locale'],_0x23651b);}),_0x1a8112['bind']('submitLabel')['to'](this,'length',_0x3a3bd4=>W(this['locale'],_0x3a3bd4?'Reply':'Comment')),_0x1a8112['on']('submit',(_0x2a6114,_0x374017)=>{this['fire']('addComment',_0x374017),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x1a8112['on']('cancel',()=>{this['focus']();}),_0x1a8112['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x1a8112['on']('cancel',_0x131065=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x131065['stop']());}),this['on']('change:isActive',(_0x3ae1ae,_0x43a024,_0x44d19b)=>{_0x44d19b||this['length']||_0x1a8112['value']||this['fire']('removeCommentThread');}),_0x31b416;}}class yt extends/* #__PURE__ -- @preserve */
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
_0x556368(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x16ca33,target:_0x4b8b54,type:_0x1dc00e,isVisible:_0x4c2bc2=!0x0}){super(),this['view']=_0x16ca33,this['view']['element']||this['view']['render'](),this['_type']=_0x1dc00e,this['_target']=_0x4b8b54,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x5e1d99([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x556a39,_0x3a6637)=>{this['view']['focusTracker']['add'](_0x3a6637);}),this['focusableElements']['on']('remove',(_0xecb1f8,_0x375a12)=>{this['view']['focusTracker']['remove'](_0x375a12);}),this['set']('isVisible',_0x4c2bc2);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x40d580=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x40d580),_0x40d580;}get['targetRect'](){const _0x2a77b1=this['target'];if(null===_0x2a77b1)return null;if(_0x2a77b1 instanceof _0x17b35c)return _0x2a77b1;const _0x27386a=_0x2a77b1['filter'](_0x21c17f=>function(_0x47a2a6){const _0x4527f2=_0x47a2a6['offsetParent'];if(_0x4527f2)return!0x0;const _0x598506=_0x47a2a6['getClientRects']()['item'](0x0);return!!_0x598506;}(_0x21c17f));return 0x0===_0x27386a['length']?null:new _0x17b35c(_0x27386a[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x24e532){this['view']['isActive']=_0x24e532,this['view']['mainView']['isActive']=_0x24e532;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x8b4a70){if(!(null===_0x8b4a70||_0x8b4a70 instanceof _0x17b35c||Array['isArray'](_0x8b4a70)&&_0x8b4a70['every'](_0x3055bc=>ee(_0x3055bc))))throw new _0x41c3b6('annotation-invalid-target',null,{'target':_0x8b4a70});}['_getNormalizedTarget'](){const _0x2adccf='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x2adccf)?[_0x2adccf]:_0x2adccf;}}function ee(_0x5dc463){return null!==_0x5dc463&&'object'==typeof _0x5dc463&&'nodeType'in _0x5dc463&&0x1===_0x5dc463['nodeType'];}class x extends _0x5e1d99{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x5439d0=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x4e0865(),this['_focusTracker']['on']('change:isFocused',(_0x51987e,_0x200330,_0x4862e8)=>{_0x4862e8||this['fire']('blur');});for(const _0x5e820a of _0x5439d0)this['add'](_0x5e820a);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x254c79){if(this['has'](_0x254c79))throw new _0x41c3b6('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x254c79['innerView'],_0x254c79),this['_viewToAnnotation']['set'](_0x254c79['view'],_0x254c79);for(const _0x12ca26 of _0x254c79['focusableElements'])this['_focusTracker']['add'](_0x12ca26);this['listenTo'](_0x254c79['focusableElements'],'add',(_0x8de5b4,_0x161aff)=>{this['_focusTracker']['add'](_0x161aff);}),this['listenTo'](_0x254c79['focusableElements'],'remove',(_0x186eb4,_0x2d0529)=>{this['_focusTracker']['remove'](_0x2d0529);}),this['listenTo'](_0x254c79['view']['focusTracker'],'change:isFocused',(_0x3c6b19,_0x40b54f,_0x13652e)=>{_0x13652e&&this['fire']('focus',_0x254c79);}),_0x254c79['updateTargetRect']();const _0x20f6e1=this['_getOrderInContent'](_0x254c79['view']['targetRect']);return super['add'](_0x254c79,_0x20f6e1);}['remove'](_0x4aa86b){if(!this['has'](_0x4aa86b))throw new _0x41c3b6('annotationcollection-not-existing-item',null);this['stopListening'](_0x4aa86b['view']['focusTracker']),this['stopListening'](_0x4aa86b['focusableElements']);for(const _0x1ce10b of _0x4aa86b['focusableElements'])this['_focusTracker']['remove'](_0x1ce10b);return this['_viewToAnnotation']['delete'](_0x4aa86b['view']),this['_innerViewToAnnotation']['delete'](_0x4aa86b['innerView']),super['remove'](_0x4aa86b);}['getByInnerView'](_0x1c1a42){return this['_innerViewToAnnotation']['get'](_0x1c1a42);}['getByView'](_0x4e07a7){return this['_viewToAnnotation']['get'](_0x4e07a7);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0xfe67fb of this)_0xfe67fb['updateTargetRect']();this['_sort']();}['_sort'](){const _0x42f5eb=Array['from'](this)['sort']((_0x35f364,_0x2387e6)=>v(_0x35f364['view']['targetRect'],_0x2387e6['view']['targetRect']));for(let _0x1385df=_0x42f5eb['length']-0x1;_0x1385df>0x0;_0x1385df--){const _0x143770=_0x42f5eb[_0x1385df];_0x1385df!==this['getIndex'](_0x143770)&&(this['remove'](_0x143770),this['add'](_0x143770));}}['_getOrderInContent'](_0x21164a){let _0x66337e=0x0;if(!_0x21164a)return this['length'];for(const _0x5eddad of this){const _0x3a84e5=_0x5eddad['view']['targetRect'];if(_0x3a84e5){if(v(_0x21164a,_0x3a84e5)<0x0)return _0x66337e;_0x66337e++;}}return _0x66337e;}}function v(_0xeb7520,_0x243679){if(null===_0xeb7520&&null===_0x243679)return 0x0;if(null===_0xeb7520)return-0x1;if(null===_0x243679)return 0x1;const _0x36d2f9=_0xeb7520['top']-_0x243679['top'];return 0x0==_0x36d2f9?_0xeb7520['left']-_0x243679['left']:_0x36d2f9;}class b extends _0x3828d1{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x4f1f4a){super(_0x4f1f4a),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations']();}['add'](_0x5bf26d){this['collection']['add'](_0x5bf26d);}['remove'](_0x44aacd){this['collection']['remove'](_0x44aacd),_0x44aacd['destroy']();}['refreshVisibility'](){for(const _0x589d2d of this['collection'])_0x589d2d['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x4ee455){return this['collection']['getByInnerView'](_0x4ee455);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x5c48de of this['collection'])_0x5c48de['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x550598){this['fire']('_activateAnnotation',_0x550598);}['createAnnotation'](_0x716e28){return new d(_0x716e28);}['createAnnotationView'](_0x7bc44c,_0x3c5bbb){return new V(_0x7bc44c,_0x3c5bbb);}['_addActiveAnnotation'](_0x54ddb6){const _0x572db6=new Set(this['activeAnnotations']);_0x572db6['add'](_0x54ddb6),this['activeAnnotations']=_0x572db6;}['_removeActiveAnnotation'](_0x3a3fdb){const _0x25dac8=new Set(this['activeAnnotations']);_0x25dac8['delete'](_0x3a3fdb),this['activeAnnotations']=_0x25dac8;}['_bindAnnotationsToVisibleAnnotations'](){const _0x1cdad6=this['collection'],_0x35442f=this['_visibleAnnotations'];function _0x20d221(_0x3f83f9){const _0x5202d1=_0x3f83f9['source'];_0x5202d1['isVisible']&&!_0x35442f['has'](_0x5202d1)?_0x35442f['add'](_0x5202d1):!_0x5202d1['isVisible']&&_0x35442f['has'](_0x5202d1)&&_0x35442f['remove'](_0x5202d1),_0x5202d1['view']['focusTracker']['remove'](_0x5202d1['view']['element']),_0x5202d1['view']['focusTracker']['add'](_0x5202d1['view']['element']);}this['listenTo'](_0x1cdad6,'add',(_0x31fe42,_0x2a3aa8)=>{_0x2a3aa8['isVisible']&&_0x35442f['add'](_0x2a3aa8),this['listenTo'](_0x2a3aa8,'change:isVisible',_0x20d221);}),this['listenTo'](_0x1cdad6,'remove',(_0x12276e,_0x471a4f)=>{_0x35442f['has'](_0x471a4f)&&_0x35442f['remove'](_0x471a4f),this['stopListening'](_0x471a4f,'change:isVisible',_0x20d221);});}}const Ct=Symbol('noChannel'),vt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x3828d1{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[b,ht,lt];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x6e6468){super(_0x6e6468),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 _0xb1bf53=this['context']['config'];_0xb1bf53['define']('comments.maxCommentsWhenCollapsed',0x2),_0xb1bf53['define']('comments.maxThreadTotalWeight',0x1f4),_0xb1bf53['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0xb1bf53['define']('comments.CommentThreadView',yt),_0xb1bf53['define']('comments.CommentView',At),_0xb1bf53['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x135047=this['context']['plugins']['get'](b);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x5cd607,_0x4d895b)=>this['_addCommentThread'](_0x4d895b)),this['on']('submitCommentThread',(_0x4b3fae,_0x4c4285)=>this['_submitCommentThread'](_0x4c4285)),this['on']('resolveCommentThread',(_0x2d9b67,_0x4a1ffd)=>this['_resolveCommentThread'](_0x4a1ffd)),this['on']('resolveCommentThread',(_0x5ee61c,_0x415059)=>this['_updateActiveAnnotation'](_0x415059),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0xf0daa2,_0x44db35)=>this['_reopenCommentThread'](_0x44db35)),this['on']('reopenCommentThread',(_0x4dcf9f,_0x50b2a3)=>this['_updateActiveAnnotation'](_0x50b2a3),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x45adec,_0x452cf5)=>this['_removeCommentThread'](_0x452cf5)),this['on']('updateCommentThread',(_0x2607f5,_0x361e70)=>this['_updateCommentThread'](_0x361e70)),this['on']('updateCommentThread',(_0x5b7e83,_0x310658)=>this['_updateActiveAnnotation'](_0x310658),{'priority':'lowest'}),this['on']('addComment',(_0x517cfd,_0x23c56c)=>this['_addComment'](_0x23c56c)),this['on']('updateComment',(_0x1a4fc8,_0x368302)=>this['_updateComment'](_0x368302)),this['on']('removeComment',(_0x28be8c,_0x226ed4)=>this['_removeComment'](_0x226ed4)),this['on']('addComment',(_0x1389f3,{threadId:_0x4b31b8,isFromAdapter:_0x6f50d5})=>{if(_0x6f50d5)return;const _0x32c857=this['getCommentThread'](_0x4b31b8),_0x5f1c2b=_0x32c857&&this['_threadToController']['get'](_0x32c857);_0x5f1c2b&&_0x5f1c2b['view']['focus']();},{'priority':'lowest'}),this['listenTo'](_0x135047,'change:activeAnnotations',(_0x249bb5,_0x1074b4,_0x201e8a)=>{const _0x4c2e1a=Array['from'](_0x201e8a)['map'](_0x4f7949=>this['_viewToController']['get'](_0x4f7949['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x4c2e1a?_0x4c2e1a['model']:null;});}['afterInit'](){!function(_0x215ebc){function _0x25a510(_0x312192,_0x50457d,_0x598fd7){const _0x7102f3={};_0x7102f3[_0x136d4d([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x7102f3[_0x136d4d([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],_0x7102f3[_0x136d4d([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],_0x7102f3[_0x136d4d([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],_0x7102f3[_0x136d4d([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],_0x7102f3[_0x136d4d([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],_0x7102f3[_0x136d4d([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],_0x7102f3[_0x136d4d([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],_0x7102f3[_0x136d4d([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],_0x7102f3[_0x136d4d([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],_0x7102f3[_0x136d4d([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 _0x2c5143=new Uint8Array(0x10);for(let _0x62795d=0xf;_0x62795d>=0x0;--_0x62795d)_0x2c5143[_0x62795d]=_0x598fd7%0x100,_0x598fd7=parseInt(_0x598fd7/0x100);let _0x3e5196=null,_0x1afc1a=0x10;const _0x3652c7=new Uint8Array(_0x50457d),_0x34ee55=[],_0xfffe5c=[];_0x96ac01();for(let _0x3d9804=0x0;_0x3d9804<_0x312192[_0x136d4d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3d9804++)0x10===_0x1afc1a&&(_0x3e5196=_0x51b700(_0x2c5143),_0x1afc1a=0x0,_0x335eaf(_0x2c5143)),_0x312192[_0x3d9804]^=_0x3e5196[_0x1afc1a++];return _0x312192;function _0xe089c0(_0x263e13){const _0x2c8004=[];for(let _0x4e887c=0x0;_0x4e887c<_0x263e13[_0x136d4d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4e887c+=0x4)_0x2c8004[_0x136d4d([0x70,0x75,0x73,0x68])](_0x263e13[_0x4e887c]<<0x18|_0x263e13[_0x4e887c+0x1]<<0x10|_0x263e13[_0x4e887c+0x2]<<0x8|_0x263e13[_0x4e887c+0x3]);return _0x2c8004;}function _0x335eaf(_0x198046){for(let _0x57a68d=0xf;_0x57a68d>=0x0;_0x57a68d--){if(0xff!==_0x198046[_0x57a68d]){_0x198046[_0x57a68d]++;break;}_0x198046[_0x57a68d]=0x0;}}function _0x51b700(_0x333788){const _0x4b0c37=_0x34ee55[_0x136d4d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x2a1a36=[0x0,0x0,0x0,0x0];let t=_0xe089c0(_0x333788);for(let _0x1fd3ce=0x0;_0x1fd3ce<0x4;_0x1fd3ce++)t[_0x1fd3ce]^=_0x34ee55[0x0][_0x1fd3ce];for(let _0x2660e1=0x1;_0x2660e1<_0x4b0c37;_0x2660e1++){for(let _0x2b4912=0x0;_0x2b4912<0x4;_0x2b4912++)_0x2a1a36[_0x2b4912]=_0x7102f3[_0x136d4d([0x54,0x31])][t[_0x2b4912]>>0x18&0xff]^_0x7102f3[_0x136d4d([0x54,0x32])][t[(_0x2b4912+0x1)%0x4]>>0x10&0xff]^_0x7102f3[_0x136d4d([0x54,0x33])][t[(_0x2b4912+0x2)%0x4]>>0x8&0xff]^_0x7102f3[_0x136d4d([0x54,0x34])][0xff&t[(_0x2b4912+0x3)%0x4]]^_0x34ee55[_0x2660e1][_0x2b4912];t=_0x2a1a36[_0x136d4d([0x73,0x6c,0x69,0x63,0x65])]();}const _0x5420a6=new Uint8Array(0x10);let _0xe2157a;for(let _0x4dbfaa=0x0;_0x4dbfaa<0x4;_0x4dbfaa++)_0xe2157a=_0x34ee55[_0x4b0c37][_0x4dbfaa],_0x5420a6[0x4*_0x4dbfaa]=0xff&(_0x7102f3[_0x136d4d([0x53])][t[_0x4dbfaa]>>0x18&0xff]^_0xe2157a>>0x18),_0x5420a6[0x4*_0x4dbfaa+0x1]=0xff&(_0x7102f3[_0x136d4d([0x53])][t[(_0x4dbfaa+0x1)%0x4]>>0x10&0xff]^_0xe2157a>>0x10),_0x5420a6[0x4*_0x4dbfaa+0x2]=0xff&(_0x7102f3[_0x136d4d([0x53])][t[(_0x4dbfaa+0x2)%0x4]>>0x8&0xff]^_0xe2157a>>0x8),_0x5420a6[0x4*_0x4dbfaa+0x3]=0xff&(_0x7102f3[_0x136d4d([0x53])][0xff&t[(_0x4dbfaa+0x3)%0x4]]^_0xe2157a);return _0x5420a6;}function _0x96ac01(){const _0x224c4f=_0x7102f3[_0x136d4d([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x3652c7[_0x136d4d([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x3de930=0x0;_0x3de930<=_0x224c4f;_0x3de930++)_0x34ee55[_0x136d4d([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0xfffe5c[_0x136d4d([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x1150c2=0x4*(_0x224c4f+0x1),_0x32f556=_0x3652c7[_0x136d4d([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x962981=_0xe089c0(_0x3652c7);let _0x242500;for(let _0x32bf07=0x0;_0x32bf07<_0x32f556;_0x32bf07++)_0x242500=_0x32bf07>>0x2,_0x34ee55[_0x242500][_0x32bf07%0x4]=_0x962981[_0x32bf07],_0xfffe5c[_0x224c4f-_0x242500][_0x32bf07%0x4]=_0x962981[_0x32bf07];let _0x339433,_0x3753af=0x0,t=_0x32f556;for(;t<_0x1150c2;){_0x339433=_0x962981[_0x32f556-0x1],_0x962981[0x0]^=_0x7102f3[_0x136d4d([0x53])][_0x339433>>0x10&0xff]<<0x18^_0x7102f3[_0x136d4d([0x53])][_0x339433>>0x8&0xff]<<0x10^_0x7102f3[_0x136d4d([0x53])][0xff&_0x339433]<<0x8^_0x7102f3[_0x136d4d([0x53])][_0x339433>>0x18&0xff]^_0x7102f3[_0x136d4d([0x72,0x63,0x6f,0x6e])][_0x3753af]<<0x18,_0x3753af+=0x1;for(let _0x5a4ba6=0x1;_0x5a4ba6<_0x32f556/0x2;_0x5a4ba6++)_0x962981[_0x5a4ba6]^=_0x962981[_0x5a4ba6-0x1];_0x339433=_0x962981[_0x32f556/0x2-0x1],_0x962981[_0x32f556/0x2]^=_0x7102f3[_0x136d4d([0x53])][0xff&_0x339433]^_0x7102f3[_0x136d4d([0x53])][_0x339433>>0x8&0xff]<<0x8^_0x7102f3[_0x136d4d([0x53])][_0x339433>>0x10&0xff]<<0x10^_0x7102f3[_0x136d4d([0x53])][_0x339433>>0x18&0xff]<<0x18;for(let _0x37246c=_0x32f556/0x2+0x1;_0x37246c<_0x32f556;_0x37246c++)_0x962981[_0x37246c]^=_0x962981[_0x37246c-0x1];let _0x9c19da,_0x5271f6,_0x59a4bf=0x0;for(;_0x59a4bf<_0x32f556&&t<_0x1150c2;)_0x9c19da=t>>0x2,_0x5271f6=t%0x4,_0x34ee55[_0x9c19da][_0x5271f6]=_0x962981[_0x59a4bf],_0xfffe5c[_0x224c4f-_0x9c19da][_0x5271f6]=_0x962981[_0x59a4bf++],t++;}for(let _0x3d1e01=0x1;_0x3d1e01<_0x224c4f;_0x3d1e01++)for(let _0x13b4fc=0x0;_0x13b4fc<0x4;_0x13b4fc++)_0x339433=_0xfffe5c[_0x3d1e01][_0x13b4fc],_0xfffe5c[_0x3d1e01][_0x13b4fc]=_0x7102f3[_0x136d4d([0x55,0x31])][_0x339433>>0x18&0xff]^_0x7102f3[_0x136d4d([0x55,0x32])][_0x339433>>0x10&0xff]^_0x7102f3[_0x136d4d([0x55,0x33])][_0x339433>>0x8&0xff]^_0x7102f3[_0x136d4d([0x55,0x34])][0xff&_0x339433];}}function _0x136d4d(_0x5a45be){return _0x5a45be['map'](_0x4f94a0=>String['fromCharCode'](_0x4f94a0))['join']('');}(_0x1dbbb9=>{function _0x57fa9b(){const _0x4ef8f8=[{[_0x136d4d([0x69,0x64])]:0x1,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x136d4d([0x69,0x64])]:0x2,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([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]),[_0x136d4d([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x136d4d([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x136d4d([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x136d4d([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x136d4d([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x136d4d([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x136d4d([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x136d4d([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x136d4d([0x69,0x64])]:0x3,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x136d4d([0x69,0x64])]:0x4,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([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]),[_0x136d4d([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x136d4d([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x136d4d([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x136d4d([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x136d4d([0x69,0x64])]:0x5,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([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]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x136d4d([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x136d4d([0x66,0x67,0x69])]:[0xc]}},{[_0x136d4d([0x69,0x64])]:0x6,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x136d4d([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x136d4d([0x66,0x67,0x69])]:[0xc]}},{[_0x136d4d([0x69,0x64])]:0x7,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x136d4d([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x136d4d([0x66,0x67,0x69])]:[0xc]}},{[_0x136d4d([0x69,0x64])]:0x8,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([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]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x136d4d([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x136d4d([0x66,0x67,0x69])]:[0xc]}},{[_0x136d4d([0x69,0x64])]:0x9,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x136d4d([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x136d4d([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x136d4d([0x69,0x64])]:0xa,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([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]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([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]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([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]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x136d4d([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x136d4d([0x66,0x67,0x69])]:[0xc]}},{[_0x136d4d([0x69,0x64])]:0xb,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x136d4d([0x69,0x64])]:0xc,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x136d4d([0x69,0x64])]:0xd,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x136d4d([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x136d4d([0x66,0x67,0x69])]:[0xc]}},{[_0x136d4d([0x69,0x64])]:0xe,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x136d4d([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([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])},{[_0x136d4d([0x69,0x64])]:0xf,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x136d4d([0x69,0x64])]:0x10,[_0x136d4d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x4d,0x65,0x72,0x67,0x65,0x20,0x54,0x61,0x67,0x73]),[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x136d4d([0x4d,0x65,0x72,0x67,0x65,0x54,0x61,0x67,0x73,0x55,0x49]),[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x136d4d([0x6d,0x65,0x72,0x67,0x65,0x54,0x61,0x67,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x136d4d([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x136d4d([0x66,0x67,0x69])]:[0xc]}}];return _0x508489(_0x4ef8f8),_0x4ef8f8;function _0x28d4b2(_0x109a1c){return 0x1<<_0x109a1c-0x1;}function _0x508489(_0x2d214b){_0x2d214b[_0x136d4d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x59d576=>{_0x59d576[_0x136d4d([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x28d4b2(_0x59d576[_0x136d4d([0x69,0x64])]),_0x20770a(_0x59d576)&&_0x59d576[_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x508489(_0x59d576[_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x20770a(_0x5bc4a2){return _0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x5bc4a2;}const _0x2ff321=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x1e0cf7=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x521740(_0x4f37c2){const _0x189b59=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x2f25b1(_0x4f37c2,new Uint8Array([..._0x2ff321,..._0x189b59,..._0x1e0cf7]));}function _0x2f25b1(_0x1e7231,_0x5ed02e){const _0xb88029=_0x2b35cb(_0x1e7231),_0x2dcf36=Array[_0x136d4d([0x66,0x72,0x6f,0x6d])](_0x1f0fd0(_0xb88029)),_0x1e686b=_0x2dcf36[_0x136d4d([0x70,0x6f,0x70])](),_0x4131c6=_0x2dcf36[_0x136d4d([0x70,0x6f,0x70])]();return _0x586dfa(_0x25a510(_0x2dcf36,_0x5ed02e,_0x4131c6+0x100*_0x1e686b));}function _0x2b35cb(_0x549210){const _0x545ef2=atob(_0x549210),[_0x500981,_0x30966d]=_0x545ef2[_0x136d4d([0x73,0x70,0x6c,0x69,0x74])](_0x136d4d([0x2d]));try{if(atob(_0x30966d))return atob(_0x500981);}catch(_0x12dcfa){}return _0x545ef2;}function _0x14e3de(_0x194ee8){try{const _0x14119d=_0x521740(_0x194ee8),_0x1a64e4=JSON[_0x136d4d([0x70,0x61,0x72,0x73,0x65])](_0x14119d),_0x24734e=parseInt(_0x1a64e4[_0x136d4d([0x31])]),_0x41b43d=_0x1a64e4[_0x136d4d([0x32])]||'',_0x59e61d=parseInt(_0x1a64e4[_0x136d4d([0x33])]),_0x56240b=parseInt(_0x1a64e4[_0x136d4d([0x34])])||0x0,_0x32a2f7=parseInt(_0x1a64e4[_0x136d4d([0x35])])||0x0;return{[_0x136d4d([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x41b43d,[_0x136d4d([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x56240b,[_0x136d4d([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x24734e,[_0x136d4d([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x59e61d,[_0x136d4d([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x32a2f7};}catch(_0x57694b){return null;}}const _0x440e98=_0x57fa9b(),_0x10b0b0={[_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x451bb8,[_0x136d4d([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])]:_0x36996a,[_0x136d4d([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])]:_0x144308},_0x53a477=_0x1dbbb9[_0x136d4d([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x34109e=_0x136d4d([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x1dbbb9?_0x1dbbb9['context']:_0x1dbbb9['editor'],_0x49a9c8=_0x136d4d([0x34,0x30,0x34,0x38,0x31,0x32,0x31,0x34]),_0xb1bc12=_0x136d4d([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]),_0x124d3b=_0x34109e['config']['get'](_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x100108=_0x440e98[_0x136d4d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x20770a)[_0x136d4d([0x66,0x69,0x6e,0x64])](_0x550b58=>_0x550b58[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x53a477);function _0xced254(_0x12910a,_0xfe4238){_0x10b0b0[_0xfe4238[_0x136d4d([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x12910a,_0xfe4238),_0xfe4238[_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0xfe4238[_0x136d4d([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x136d4d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x419dd0=>_0x4849d4(_0x34109e,_0x419dd0[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x136d4d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x473f36=>_0xced254(_0x12910a,_0x473f36));}function _0x451bb8(_0x2008eb,_0x3aff63){_0x2e7501(_0x59cdd6(_0x2008eb,_0x3aff63),_0x3aff63);}function _0x36996a(_0x22ac17,_0x291067){function _0x375ace(_0x3a28c0,_0x4bfc20){try{if(_0x4849d4(_0x34109e,_0x136d4d([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x3a28c0){const _0x798541=_0x590058(_0x34109e,_0x136d4d([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x136d4d([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x798541)/0x2>_0x3a28c0[_0x136d4d([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0xb28a55(_0x4bfc20[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x59cdd6(_0x3a28c0,_0x4bfc20);}catch(_0x47f869){return _0xb28a55(_0x4bfc20[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x2e7501(_0x375ace(_0x22ac17,_0x291067),_0x291067);}function _0x144308(_0x22cb7a,_0x49b3ce){const _0x2688d3=_0x1e0cf7[0x0]*_0x2ff321[0x1],_0x4aae03=_0x1e0cf7[0x0]*_0x2ff321[0x2],_0x2fe7e8=_0x1e0cf7[0x2]*_0x2ff321[0x2];_0x4849d4(_0x34109e,_0x136d4d([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x590058(_0x34109e,_0x136d4d([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x136d4d([0x73,0x74,0x61,0x74,0x65])]==_0x136d4d([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x31f2b8()]=_0x2fe7e8);function _0x1a8a62(_0x3588cd,_0x3a9355){try{return _0x400d35()?_0xb28a55(_0x3a9355[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x56,0x61,0x6c,0x69,0x64])):_0x59cdd6(_0x3588cd,_0x3a9355);}catch(_0x1be512){return _0xb28a55(_0x3a9355[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x48065d(_0x173f25,_0x4e7302){const _0x471218=0x7;if(_0x173f25==_0x4e7302[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x53122f();else{if(_0x173f25==_0x4e7302[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x54,0x72,0x69,0x61,0x6c])){const _0x1fc36b=_0x2eb050();_0x1fc36b&&_0x5f04a9(_0x1fc36b,_0x4e7302[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x2e351d=_0x52a90b();window[_0x136d4d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x5f04a9(_0x136d4d([0x74,0x69,0x6d,0x65]),_0x4e7302[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x2e351d);const _0x1f3eea=_0x590058(_0x34109e,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x136d4d([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x1f3eea[_0x136d4d([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x471218?_0x5f04a9(_0x136d4d([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x4e7302[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x1f3eea['on'](_0x136d4d([0x61,0x64,0x64]),()=>{_0x1f3eea[_0x136d4d([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x471218&&_0x5f04a9(_0x136d4d([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x4e7302[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x2eb050(){if(!_0x4849d4(_0x34109e,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x3673dc in window)if(Number['isNaN'](Number(_0x3673dc))){if(window[_0x3673dc]===_0x2688d3)return _0x136d4d([0x74,0x69,0x6d,0x65]);if(window[_0x3673dc]===_0x4aae03)return _0x136d4d([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x400d35(){if(!_0x4849d4(_0x34109e,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x339c01 in window)if(Number['isNaN'](Number(_0x339c01))&&window[_0x339c01]===_0x2fe7e8)return!0x0;return!0x1;}function _0x5f04a9(_0x4ac23f,_0x5926a7){_0x53122f(),_0xb28a55(_0x5926a7+_0x136d4d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x4ac23f),window[_0x31f2b8()]=_0x4ac23f===_0x136d4d([0x74,0x69,0x6d,0x65])?_0x2688d3:_0x4aae03;}function _0x52a90b(){let _0x555a00=_0x1e0cf7[0x6]*_0x2ff321[0x8]*_0x2ff321[0x6];return _0x4849d4(_0x34109e,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x555a00/=0xa),_0x555a00;}function _0x53122f(){const _0x57d202=_0x34109e;function _0x46d741(){_0x4849d4(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x590058(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x136d4d([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x136d4d([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x590058(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x136d4d([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x590058(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x136d4d([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x14bd31,_0x590058(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x136d4d([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x14bd31,_0x57d202[_0x136d4d([0x6d,0x6f,0x64,0x65,0x6c])][_0x136d4d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x14bd31,_0x57d202[_0x136d4d([0x6d,0x6f,0x64,0x65,0x6c])][_0x136d4d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x14bd31,_0x57d202[_0x136d4d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x136d4d([0x6d,0x6f,0x64,0x65,0x6c]))),_0x4849d4(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x590058(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x136d4d([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x136d4d([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x590058(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x136d4d([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x590058(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x136d4d([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x14bd31,_0x590058(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x136d4d([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x14bd31);}_0x57d202[_0x136d4d([0x73,0x74,0x61,0x74,0x65])]==_0x136d4d([0x72,0x65,0x61,0x64,0x79])?_0x46d741():_0x57d202[_0x136d4d([0x6f,0x6e,0x63,0x65])](_0x136d4d([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x4849d4(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x46d741(),_0x4849d4(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x124c20=_0x590058(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x131ab2=_0x124c20['getRevision'](0x0),_0x3934ba=_0x124c20['getEarlierVisibleRevision'](_0x131ab2[_0x136d4d([0x69,0x64])]);_0x590058(_0x57d202,_0x136d4d([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x136d4d([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x131ab2[_0x136d4d([0x69,0x64])],_0x3934ba?_0x3934ba[_0x136d4d([0x69,0x64])]:null,0x1)['then'](()=>_0x46d741());}});}_0x48065d(_0x1a8a62(_0x22cb7a,_0x49b3ce),_0x49b3ce);}function _0x59cdd6(_0x488950,_0x19d188){try{return _0x547530(_0x19d188)?_0xb28a55(_0x19d188[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x56,0x61,0x6c,0x69,0x64])):_0x488950&&_0x494ad8(_0x488950[_0x136d4d([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x19d188)?_0x488950[_0x136d4d([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x136d4d([0x6f,0x70,0x65,0x6e])][_0x136d4d([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x49a9c8)/0x2>_0x488950[_0x136d4d([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0xb28a55(_0x19d188[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x488950[_0x136d4d([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0xb28a55(_0x19d188[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x54,0x72,0x69,0x61,0x6c])):_0xb28a55(_0x19d188[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x56,0x61,0x6c,0x69,0x64])):_0xb28a55(_0x19d188[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x379d0f){return _0xb28a55(_0x19d188[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x2e7501(_0x28015b,_0x1fde85){if(_0x34109e instanceof _0x2cf1ff){const _0x1c086e=_0x34109e;_0x28015b==_0x1fde85[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x46cfa0(_0x1c086e):_0x28015b==_0x1fde85[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x54,0x72,0x69,0x61,0x6c])&&window[_0x136d4d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x46cfa0(_0x1c086e),_0xb28a55(_0x1fde85[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x1e0cf7[0x6]*_0x2ff321[0x8]*_0x2ff321[0x6]),_0x1c086e[_0x136d4d([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x136d4d([0x6f,0x6e])](_0x136d4d([0x61,0x64,0x64]),(_0x4032e6,_0x598c0b)=>{_0x28015b!=_0x1fde85[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x28015b!=_0x1fde85[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x28015b!=_0x1fde85[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x189910(_0x598c0b);});}else{const _0x163efd=_0x34109e;_0x28015b==_0x1fde85[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x189910(_0x163efd):_0x28015b==_0x1fde85[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x54,0x72,0x69,0x61,0x6c])&&_0x163efd[_0x136d4d([0x6f,0x6e])](_0x136d4d([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x201ecc=0x0;_0x163efd[_0x136d4d([0x6d,0x6f,0x64,0x65,0x6c])][_0x136d4d([0x6f,0x6e])](_0x136d4d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x55414b,_0x5d58ec)=>{_0x5d58ec[0x0][_0x136d4d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x201ecc++,0x1f8===_0x201ecc&&(_0x189910(_0x163efd),_0xb28a55(_0x1fde85[_0x136d4d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x136d4d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x55414b[_0x136d4d([0x6f,0x66,0x66])]());},{'priority':_0x136d4d([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0xb28a55(_0xf16270){const _0x1c59d5=_0x31f2b8();return _0x34109e[_0x1c59d5]=_0xf16270,_0xf16270;}function _0x31f2b8(){const _0xd5736f=String(window[_0x136d4d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x136d4d([0x6e,0x6f,0x77])]())[_0x136d4d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x136d4d([0x2e]),'');let _0x2d2b5f='';for(let _0x1218b0=0x0;_0x1218b0<_0xd5736f[_0x136d4d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1218b0+=0x2){let _0x56fddf=parseInt(_0xd5736f[_0x136d4d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1218b0,_0x1218b0+0x2));_0x56fddf>=_0xb1bc12[_0x136d4d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x56fddf-=_0xb1bc12[_0x136d4d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2d2b5f+=_0xb1bc12[_0x56fddf];}return _0x2d2b5f;}function _0x46cfa0(_0x1860f8){for(const _0x29b40c of _0x1860f8[_0x136d4d([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x189910(_0x29b40c);_0x590058(_0x1860f8,_0x136d4d([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x136d4d([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x590058(_0x1860f8,_0x136d4d([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x136d4d([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x14bd31;}function _0x189910(_0x13456c){function _0x46e434(){_0x13456c[_0x136d4d([0x6d,0x6f,0x64,0x65,0x6c])][_0x136d4d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x14bd31,_0x13456c[_0x136d4d([0x6d,0x6f,0x64,0x65,0x6c])][_0x136d4d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x14bd31,_0x13456c[_0x136d4d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x136d4d([0x6d,0x6f,0x64,0x65,0x6c]));}_0x13456c[_0x136d4d([0x73,0x74,0x61,0x74,0x65])]==_0x136d4d([0x72,0x65,0x61,0x64,0x79])?_0x46e434():_0x13456c[_0x136d4d([0x6f,0x6e,0x63,0x65])](_0x136d4d([0x72,0x65,0x61,0x64,0x79]),()=>_0x46e434());}function _0x14bd31(){return null;}function _0x494ad8(_0x36b540,_0x4a1dc0){const _0xbb3bd3=!!(_0x36b540&_0x4a1dc0[_0x136d4d([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x30da81=_0x31cc67(_0x36b540,_0x4a1dc0);return _0xbb3bd3||_0x30da81;}function _0x31cc67(_0x4a23dc,_0x187168){const _0x1a58ec=(_0x187168[_0x136d4d([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x136d4d([0x66,0x67,0x69])]||null;return!!_0x1a58ec&&_0x440e98[_0x136d4d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2231ed=>_0x1a58ec[_0x136d4d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2231ed[_0x136d4d([0x69,0x64])]))[_0x136d4d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3c5c96=>!_0x2b0006(_0x3c5c96))[_0x136d4d([0x73,0x6f,0x6d,0x65])](_0x5bbca7=>!!(_0x4a23dc&_0x5bbca7[_0x136d4d([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x2b0006(_0x8356ff){const _0x147cd3={[_0x136d4d([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])]:_0x43b8c7};return!!_0x8356ff['forbiddenHandler']&&_0x147cd3[_0x8356ff['forbiddenHandler']]();}function _0x43b8c7(){return!window[_0x136d4d([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x4849d4(_0x34109e,_0x136d4d([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x547530(_0x3fbd5d){if(!_0x4849d4(_0x34109e,_0x3fbd5d[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x1e750a=_0x3fbd5d[_0x136d4d([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x3e9f09=_0x1e750a[_0x136d4d([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x49ce34=_0x1e750a[_0x136d4d([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x49bcdd=_0x1e750a[_0x136d4d([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x4849d4(_0x34109e,_0x136d4d([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x590058(_0x34109e,_0x136d4d([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x136d4d([0x73,0x74,0x61,0x74,0x65])]==_0x136d4d([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x3e9f09)return!0x0;if(_0x4849d4(_0x34109e,_0x136d4d([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x590058(_0x34109e,_0x136d4d([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x136d4d([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x136d4d([0x65,0x6e,0x64])&&_0x49ce34)return!0x0;return!(!_0x4849d4(_0x34109e,_0x136d4d([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]))||_0x590058(_0x34109e,_0x136d4d([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]))[_0x136d4d([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x136d4d([0x65,0x6e,0x64])||!_0x49bcdd);}function _0x4849d4(_0x3a968e,_0x5ae51c){return _0x3a968e[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x136d4d([0x68,0x61,0x73])](_0x5ae51c);}function _0x590058(_0x271b48,_0x299093){return _0x271b48[_0x136d4d([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x136d4d([0x67,0x65,0x74])](_0x299093);}function _0x586dfa(_0x5700d9){let _0x4950b7='';for(const _0x134a1c of _0x5700d9)_0x4950b7+=String[_0x136d4d([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x134a1c);return _0x4950b7;}function _0x1f0fd0(_0x121e33){const _0x3b758f=new Uint8Array(_0x121e33[_0x136d4d([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x3a6e0b=0x0;_0x3a6e0b<_0x121e33[_0x136d4d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3a6e0b++)_0x3b758f[_0x3a6e0b]=_0x121e33[_0x136d4d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3a6e0b);return _0x3b758f;}_0x100108&&_0xced254(_0x14e3de(_0x124d3b),_0x100108);})(_0x215ebc);}(this);}set['adapter'](_0x30282b){if(this['_adapter'])throw new _0x41c3b6('commentsrepository-adapter-already-set');this['_adapter']=_0x30282b;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x2c649d=Ct,threadId:_0x2a6469=_0x4eb7fe(),comments:_0x4a9631=[],unlinkedAt:_0x3e0c3f=null,resolvedAt:_0x22be38=null,resolvedBy:_0x2a6ba1=null,target:_0x485d0c=null,context:_0x4fe5a5=null,attributes:_0x55ee34={},isResolvable:_0x1610f2=!0x0,isSubmitted:_0x26f1a6=!0x1,isFromAdapter:_0x409655=!0x1}={}){return this['fire'](gt('addCommentThread',_0x2c649d),{'channelId':_0x2c649d,'threadId':_0x2a6469,'comments':_0x4a9631,'unlinkedAt':_0x3e0c3f,'resolvedAt':_0x22be38,'resolvedBy':_0x2a6ba1,'target':_0x485d0c,'context':_0x4fe5a5,'attributes':_0x55ee34,'isFromAdapter':_0x409655,'isResolvable':_0x1610f2,'isSubmitted':_0x26f1a6}),this['getCommentThread'](_0x2a6469);}['openNewCommentThread']({channelId:_0x5364a7=Ct,threadId:_0x265a58=_0x4eb7fe(),target:_0x2acf6d,context:_0x1f903d=null,isResolvable:_0x40e4ce=!0x0}){if(this['_readOnlyChannels']['has'](_0x5364a7)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x2acf6d)throw new _0x41c3b6('commentsrepository-missing-target');const _0x46ccde=this['addCommentThread']({'channelId':_0x5364a7,'threadId':_0x265a58,'target':_0x2acf6d,'context':_0x1f903d,'isResolvable':_0x40e4ce});if(!_0x46ccde)return null;const _0x4b0f40=this['_threadToController']['get'](_0x46ccde),_0x6c1872=_0x4b0f40['view']['commentThreadInputView']['commentInputView'],_0x37fb8c=this['context']['plugins']['get'](b),_0xe178de=_0x37fb8c['getByInnerView'](_0x4b0f40['view']);return _0x37fb8c['activate'](_0xe178de),_0x6c1872['once']('editorReady',()=>_0x6c1872['focus']()),_0x46ccde;}['hasCommentThread'](_0x208d02){if('string'!=typeof _0x208d02)throw new _0x41c3b6('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x208d02);}['updateCommentThread']({channelId:_0x4c5e75=Ct,threadId:_0x4e2612,context:_0x587b79,unlinkedAt:_0x32f9ba,attributes:_0x49f5ec,isFromAdapter:_0x20444d=!0x1}){return this['fire'](gt('updateCommentThread',_0x4c5e75),{'channelId':_0x4c5e75,'threadId':_0x4e2612,'context':_0x587b79,'unlinkedAt':_0x32f9ba,'attributes':_0x49f5ec,'isFromAdapter':_0x20444d}),this['getCommentThread'](_0x4e2612);}['getCommentThread'](_0x1a57c8){if('string'!=typeof _0x1a57c8)throw new _0x41c3b6('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x1a57c8);}['fetchCommentThread']({channelId:_0x14562,threadId:_0x3a3a5d}={}){const _0x159251=this['getCommentThread'](_0x3a3a5d);if(_0x159251)return Promise['resolve'](_0x159251);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x41c3b6('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x14562,'threadId':_0x3a3a5d})['then'](_0x32629d=>this['hasCommentThread'](_0x3a3a5d)?this['getCommentThread'](_0x3a3a5d):_0x32629d?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x14562},_0x32629d)):void 0x0)['catch'](_0x5bd6=>{throw console['error'](_0x5bd6),new _0x41c3b6('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x5943d1,skipNotAttached:_0x48fd4a=!0x1,skipEmpty:_0x398162=!0x1,toJSON:_0xfe653f=!0x1}={}){const _0xd7c1ca=[];for(const _0x27c890 of this['_threads']['values']())_0x5943d1&&_0x27c890['channelId']!==_0x5943d1||_0x48fd4a&&!_0x27c890['isAttached']||_0x398162&&0x0===_0x27c890['length']||_0xd7c1ca['push'](_0x27c890);return _0xfe653f?_0xd7c1ca['map'](_0x53bc51=>_0x53bc51['toJSON']()):_0xd7c1ca;}['setActiveCommentThread'](_0x27cf84){const _0x83b6a0=this['context']['plugins']['get'](b);if(!_0x27cf84)return void(this['activeCommentThread']&&_0x83b6a0['deactivateAll']());const _0x304ae2=this['getCommentThread'](_0x27cf84);if(!_0x304ae2)throw new _0x41c3b6('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x27cf84});if(!this['_threadToController']['has'](_0x304ae2))throw new _0x41c3b6('commentsrepository-active-not-attached',null,{'threadId':_0x27cf84});const _0xa0f131=_0x83b6a0['getByInnerView'](this['_threadToController']['get'](_0x304ae2)['view']);_0x83b6a0['activate'](_0xa0f131);}['switchReadOnly'](_0x295f70,_0x3c6d0f){_0x295f70?this['_readOnlyChannels']['add'](_0x3c6d0f):this['_readOnlyChannels']['delete'](_0x3c6d0f),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x3496a3){return this['_readOnlyChannels']['has'](_0x3496a3)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x2f2a02,_0x52dc1f){return new wt(_0x2f2a02,_0x52dc1f);}['setPermissions'](_0x7a683d,_0x49d7ca=Ct){this['_permissions']['set'](_0x49d7ca,_0x7a683d),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x5dcc88=Ct){return this['_permissions']['has'](_0x5dcc88)?this['_permissions']['get'](_0x5dcc88):vt;}['_addCommentThread']({channelId:_0x5c52e2,threadId:_0x3397c1,comments:_0x61fd2a,unlinkedAt:_0x22f578,resolvedAt:_0x208c83,resolvedBy:_0x21e679,target:_0x590720,context:_0x2bba3c,attributes:_0x1c8dd1,isFromAdapter:_0x3c1daf,isResolvable:_0x45c99c,isSubmitted:_0x3a2fa6}){if('string'!=typeof _0x3397c1)throw new _0x41c3b6('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x3397c1});if(this['hasCommentThread'](_0x3397c1))throw new _0x41c3b6('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x3397c1});const _0x420d08=new ie(this,{'channelId':_0x5c52e2,'id':_0x3397c1,'context':_0x2bba3c,'attributes':_0x1c8dd1,'unlinkedAt':_0x22f578,'resolvedAt':_0x208c83,'resolvedBy':_0x21e679?this['context']['plugins']['get'](lt)['getUser'](_0x21e679):null,'isResolvable':_0x45c99c,'isSubmitted':_0x3a2fa6||_0x3c1daf});this['_threads']['set'](_0x3397c1,_0x420d08);for(const _0x274e6d of _0x61fd2a)_0x420d08['_add'](this['_createNewComment']({'threadId':_0x3397c1,..._0x274e6d}));return _0x590720&&_0x420d08['attachTo'](_0x590720),_0x3c1daf||!_0x420d08['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x5c52e2,'threadId':_0x3397c1});}['_submitCommentThread']({channelId:_0x5e28cd,threadId:_0xbd044a}){if(!this['hasCommentThread'](_0xbd044a))throw new _0x41c3b6('commentsrepository-missing-comment-thread',this);const _0x5ec825=this['getCommentThread'](_0xbd044a);if(_0x5ec825['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x46fa75,comments:_0x13878b,resolvedAt:_0x28f209,resolvedBy:_0x2b20c7,context:_0x33fa62,attributes:_0x5eacf1}=_0x5ec825,_0x355ceb=this['context']['plugins']['get']('PendingActions'),_0x478b14=_0x355ceb['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x5e28cd,'threadId':_0x46fa75,'comments':_0x13878b['map'](_0x5160cc=>_0x5160cc['toJSON']()),'resolvedAt':_0x28f209,'resolvedBy':_0x2b20c7?_0x2b20c7['id']:_0x2b20c7,'context':_0x33fa62,'attributes':_0x5eacf1})['then'](({comments:_0x16b73a})=>{_0x355ceb['remove'](_0x478b14);for(const _0x56f270 of _0x16b73a)this['_updateComment']({'channelId':_0x5e28cd,'threadId':_0xbd044a,'commentId':_0x56f270['commentId'],'createdAt':_0x56f270['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x2c724a=>{throw console['error'](_0x2c724a),new _0x41c3b6('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x2f5bff,target:_0x58596d}){const _0x48eced=this['getCommentThread'](_0x2f5bff);if(!_0x48eced)throw new _0x41c3b6('commentsrepository-attach-missing-comment-thread',this);const _0x2b09ae=this['context']['plugins']['get']('PendingActions'),_0x42b7e9=this['context']['plugins']['get'](b),_0x5aedd0=this['_createCommentThreadView'](_0x48eced),_0x5df87e=new wt(_0x48eced,_0x5aedd0);let _0x25dc56=null;_0x5aedd0['on']('change:isDirty',(_0x21cc90,_0x309b63,_0x44972d)=>{_0x44972d?_0x25dc56=_0x2b09ae['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x25dc56&&(_0x2b09ae['remove'](_0x25dc56),_0x25dc56=null);}),this['_threadToController']['set'](_0x48eced,_0x5df87e),this['_viewToController']['set'](_0x5aedd0,_0x5df87e);const _0x4be24c=new V(this['context']['locale'],_0x5aedd0);_0x4be24c['bind']('length')['to'](_0x5aedd0),_0x4be24c['bind']('isDirty')['to'](_0x5aedd0,'isDirty',_0x5aedd0,'length',(_0x5a4f1b,_0x118cc2)=>_0x5a4f1b||!_0x118cc2),_0x4be24c['bind']('isActive')['to'](_0x5aedd0),_0x4be24c['type']='comment';const _0x244907=new d({'view':_0x4be24c,'target':_0x58596d,'type':'comment','isVisible':!_0x48eced['isResolved']});return this['_bindAnnotationToEditors'](_0x5aedd0,_0x244907),_0x42b7e9['add'](_0x244907),_0x244907;}['_bindAnnotationToEditors'](_0x1c428d,_0x30d783){this['listenTo'](_0x1c428d,'editorReady',(_0x487cc0,_0x98ffa0)=>{const _0x156dd2=_0x98ffa0['ui']['view']['body']['bodyCollectionContainer'];_0x30d783['focusableElements']['add'](_0x156dd2),this['context']instanceof mt&&this['context']['ui']['focusTracker']['add'](_0x156dd2);},{'priority':'highest'}),this['listenTo'](_0x1c428d,'editorDestroyed',(_0x4d9eca,_0x4cdab6)=>{const _0x4507de=_0x4cdab6['ui']['view']['body']['bodyCollectionContainer'];_0x30d783['focusableElements']['has'](_0x4507de)&&_0x30d783['focusableElements']['remove'](_0x4507de),this['context']instanceof mt&&this['context']['ui']['focusTracker']['remove'](_0x4507de);});}['_unbindEditors'](_0x151ef4){this['stopListening'](_0x151ef4,'editorReady'),this['stopListening'](_0x151ef4,'editorDestroyed');}['_createCommentThreadView'](_0x31e349){const _0x12278e=this['context']['plugins']['get'](lt),{config:_0x1434e3,locale:_0x1a0207}=this['context'],_0x535be6=dt(_0x1434e3['get']('locale'));return new(0x0,(_0x1434e3['get']('comments'))['CommentThreadView'])(_0x1a0207,_0x31e349,_0x12278e['me'],{'editorConfig':{..._0x1434e3['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x1434e3['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x1434e3['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x1434e3['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x1434e3['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x535be6,'CommentView':_0x1434e3['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0xf0bc21,channelId:_0x41cf01,resolvedAt:_0x5f58ee,resolvedBy:_0xdbd29,isFromAdapter:_0x371785}){if(!this['hasCommentThread'](_0xf0bc21))throw new _0x41c3b6('commentsrepository-missing-comment-thread',null,{'threadId':_0xf0bc21});const _0x6d0aa8=this['getCommentThread'](_0xf0bc21);if(_0x6d0aa8['isResolved'])throw new _0x41c3b6('commentsrepository-resolved-comment-thread',null,{'threadId':_0xf0bc21});const _0x367c56=this['context']['plugins']['get'](lt);if(_0x6d0aa8['resolvedBy']=_0x367c56['getUser'](_0xdbd29),_0x6d0aa8['resolvedAt']=_0x5f58ee,_0x371785||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x311a53=this['context']['plugins']['get']('PendingActions'),_0x4ea733=_0x311a53['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x41cf01,'threadId':_0xf0bc21})['then'](({resolvedAt:_0x238342,resolvedBy:_0x12109b})=>{_0x311a53['remove'](_0x4ea733),_0x6d0aa8['resolvedBy']['id']!==_0x12109b&&(_0x6d0aa8['resolvedBy']=_0x367c56['getUser'](_0x12109b)),_0x6d0aa8['resolvedAt']=_0x238342;})['catch'](_0x321414=>{throw console['error'](_0x321414),new _0x41c3b6('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x1e44c8,channelId:_0x2736eb,isFromAdapter:_0x6ab8eb}){if(!this['hasCommentThread'](_0x1e44c8))throw new _0x41c3b6('commentsrepository-missing-comment-thread',null,{'threadId':_0x1e44c8});const _0x571ed5=this['getCommentThread'](_0x1e44c8);if(!_0x571ed5['isResolved'])throw new _0x41c3b6('commentsrepository-reopen-comment-thread',null,{'threadId':_0x1e44c8});if(_0x571ed5['resolvedBy']=null,_0x571ed5['resolvedAt']=null,_0x6ab8eb||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x3c3fa8=this['context']['plugins']['get']('PendingActions'),_0x59f02f=_0x3c3fa8['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x2736eb,'threadId':_0x1e44c8})['then'](()=>_0x3c3fa8['remove'](_0x59f02f))['catch'](_0x59882c=>{throw console['error'](_0x59882c),new _0x41c3b6('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x231172,isFromAdapter:_0x5ca96a}){const _0x49bae5=this['getCommentThread'](_0x231172);if(!_0x49bae5)throw new _0x41c3b6('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x231172),this['_threads']['delete'](_0x231172),!_0x49bae5['isSubmitted']||_0x5ca96a||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x152223=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1439db}=_0x49bae5,_0x364b09=_0x152223['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x1439db,'threadId':_0x231172})['then'](()=>_0x152223['remove'](_0x364b09))['catch'](_0x5a2836=>{throw console['error'](_0x5a2836),new _0x41c3b6('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x2849a1,unlinkedAt:_0x292f66,context:_0x5c2f52,attributes:_0x4a8368,isFromAdapter:_0x344623}){if('string'!=typeof _0x2849a1)throw new _0x41c3b6('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x2849a1});if(!this['hasCommentThread'](_0x2849a1))throw new _0x41c3b6('commentsrepository-missing-comment-thread',null,{'threadId':_0x2849a1});const _0x5cc896=this['getCommentThread'](_0x2849a1);let _0x34b93c=!0x1;if(void 0x0!==_0x5c2f52&&_0x5cc896['context']!==_0x5c2f52&&(_0x5cc896['context']=_0x5c2f52,_0x34b93c=!0x0),void 0x0!==_0x292f66&&_0x5cc896['unlinkedAt']!==_0x292f66&&(_0x5cc896['unlinkedAt']=_0x292f66,_0x34b93c=!0x0),_0x4a8368&&!ft(_0x4a8368,_0x5cc896['attributes'])&&(_0x5cc896['attributes']=_0x4a8368,_0x34b93c=!0x0),!_0x34b93c)return Promise['resolve']();if(!_0x5cc896['isSubmitted']||_0x344623||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0xde943=this['context']['plugins']['get']('PendingActions'),{channelId:_0x317bc1}=_0x5cc896,_0x1451e4=_0xde943['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x317bc1,'threadId':_0x2849a1,'context':_0x5c2f52,'unlinkedAt':_0x292f66,'attributes':_0x4a8368})['then'](()=>_0xde943['remove'](_0x1451e4))['catch'](_0x4eb36a=>{throw console['error'](_0x4eb36a),new _0x41c3b6('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x2bc5c2){const _0x4934cf=this['context']['plugins']['get'](b),_0x36aa4b=this['getCommentThread'](_0x2bc5c2);if(this['_threadToController']['has'](_0x36aa4b)){const _0x25be6e=this['_threadToController']['get'](_0x36aa4b),_0x37fbfa=_0x25be6e['view'],_0x5c0efa=_0x4934cf['getByInnerView'](_0x37fbfa);this['_threadToController']['delete'](_0x36aa4b),this['_viewToController']['delete'](_0x37fbfa),_0x5c0efa&&_0x4934cf['remove'](_0x5c0efa),_0x25be6e['destroy'](),_0x37fbfa['destroy']()['then'](()=>{this['_unbindEditors'](_0x37fbfa);});}}['_updateActiveAnnotation']({threadId:_0x2a13f6,resolvedAt:_0x4a5bc0}){const _0x30a56a=!!_0x4a5bc0,_0x210765=this['context']['plugins']['get'](b),_0x1f5acb=this['getCommentThread'](_0x2a13f6);if(this['_threadToController']['has'](_0x1f5acb)){const _0x4e9c34=this['_threadToController']['get'](_0x1f5acb)['view'],_0x42d927=_0x210765['getByInnerView'](_0x4e9c34);_0x42d927&&(_0x30a56a&&_0x210765['_removeActiveAnnotation'](_0x42d927),_0x42d927['refreshVisibility']());}}['_getExternalAuthor'](_0x15ba19){const _0x44decb=this['context']['plugins']['get'](lt),_0x1b6741=ct('external:'+_0x15ba19),_0x4d46e2=_0x44decb['getUser'](_0x1b6741);return _0x4d46e2||_0x44decb['addUser']({'id':_0x1b6741,'name':_0x15ba19});}['_createNewComment']({threadId:_0x240e8a,commentId:_0x6efc9e=_0x4eb7fe(),content:_0x4279ee,authorId:_0x2340c2,createdAt:_0x5b2504,attributes:_0x2dd0d4}){if('string'!=typeof _0x6efc9e)throw new _0x41c3b6('commentsrepository-invalid-commentid');if('string'!=typeof _0x2340c2)throw new _0x41c3b6('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x4279ee||!_0x4279ee['trim']())throw new _0x41c3b6('commentsrepository-invalid-comment-content');const _0x4fbd0d=this['context']['plugins']['get'](lt)['getUser'](_0x2340c2);if(!_0x4fbd0d)throw new _0x41c3b6('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x2340c2});let _0x5e37d0=null,_0x1614df=_0x5b2504;return _0x2dd0d4&&_0x2dd0d4['@external']&&(_0x5e37d0=this['_getExternalAuthor'](_0x2dd0d4['@external']['authorName']),_0x1614df=new Date(_0x2dd0d4['@external']['createdAt'])),new se(this,{'threadId':_0x240e8a,'id':_0x6efc9e,'author':_0x5e37d0||_0x4fbd0d,'creator':_0x4fbd0d,'content':_0x4279ee,'createdAt':_0x5b2504,'authoredAt':_0x1614df,'attributes':_0x2dd0d4});}['_addComment'](_0x37f2f7){let {threadId:_0x330006,content:_0xd1f6ae,attributes:_0x471549,isFromAdapter:_0x1a1d37}=_0x37f2f7;const _0x5789a5=this['getCommentThread'](_0x37f2f7['threadId']);if(!_0x5789a5)throw new _0x41c3b6('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x4c37e5=this['_createNewComment'](_0x37f2f7),{id:_0x5e2930}=_0x4c37e5;if(_0x5789a5['_add'](_0x4c37e5),_0x1a1d37||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x5789a5['isSubmitted'])return Promise['resolve']();const _0x4cecba=this['context']['plugins']['get']('PendingActions'),{channelId:_0x381671}=_0x5789a5,_0x3cfd2=_0x4cecba['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x471549||(_0x471549={}),this['adapter']['addComment']({'channelId':_0x381671,'threadId':_0x330006,'commentId':_0x5e2930,'content':_0xd1f6ae,'attributes':_0x471549})['then'](_0x5b73fd=>{_0x4cecba['remove'](_0x3cfd2),_0x5b73fd&&this['_updateComment']({'channelId':_0x381671,'threadId':_0x330006,'commentId':_0x5e2930,'createdAt':_0x5b73fd['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x53da7f=>{throw console['error'](_0x53da7f),new _0x41c3b6('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x31f406,commentId:_0x18d8f8,content:_0x47a93f,createdAt:_0x58e55e,attributes:_0x264a3c,isFromAdapter:_0x28bd13}){if(void 0x0!==_0x47a93f&&('string'!=typeof _0x47a93f||!_0x47a93f['trim']()['length']))throw new _0x41c3b6('commentsrepository-update-comment-invalid-content');const _0x42e8d5=this['getCommentThread'](_0x31f406),_0x4de4f5=_0x42e8d5['getComment'](_0x18d8f8);if(!_0x4de4f5)throw new _0x41c3b6('commentsrepository-update-missing-comment',this);let _0x44654b=!0x1;if(_0x47a93f&&_0x47a93f!==_0x4de4f5['content']&&(_0x4de4f5['isEditable']||_0x28bd13)&&(_0x4de4f5['content']=_0x47a93f,_0x44654b=!0x0),_0x58e55e&&_0x58e55e!==_0x4de4f5['createdAt']&&(_0x4de4f5['createdAt']=_0x58e55e,_0x4de4f5['attributes']&&_0x4de4f5['attributes']['@external']||(_0x4de4f5['authoredAt']=_0x58e55e),_0x44654b=!0x0),_0x264a3c&&!ft(_0x264a3c,_0x4de4f5['attributes'])&&(_0x4de4f5['attributes']=_0x264a3c,_0x44654b=!0x0),!_0x44654b)return Promise['resolve']();if(_0x42e8d5['fire']('commentUpdated'),_0x28bd13||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x15e5b9=this['context']['plugins']['get']('PendingActions'),{channelId:_0x29c761}=this['getCommentThread'](_0x4de4f5['threadId']),_0x5b4762=_0x15e5b9['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x29c761,'threadId':_0x31f406,'commentId':_0x18d8f8,'content':_0x47a93f,'attributes':_0x264a3c})['then'](()=>_0x15e5b9['remove'](_0x5b4762))['catch'](_0x254d5f=>{throw console['error'](_0x254d5f),new _0x41c3b6('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x335076,commentId:_0x2859ca,isFromAdapter:_0x326f75}){const _0x1b3947=this['getCommentThread'](_0x335076),_0x4072c4=_0x1b3947['getComment'](_0x2859ca);if(!_0x4072c4)throw new _0x41c3b6('commentsrepository-remove-missing-comment',this);if(_0x1b3947['_remove'](_0x4072c4),_0x326f75||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x24921e=this['context']['plugins']['get']('PendingActions'),{channelId:_0x19b18b}=_0x1b3947,_0x354254=_0x24921e['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x19b18b,'threadId':_0x335076,'commentId':_0x2859ca})['then'](()=>_0x24921e['remove'](_0x354254))['catch'](_0x69a166=>{throw console['error'](_0x69a166),new _0x41c3b6('commentsrepository-remove-comment-internal-error',this);});}}class ie extends/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0x556368(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x4061fd,_0x1e48cf){super();const _0x19c4a9=_0x4061fd['context']['plugins']['get'](lt)['me'],_0x4c70d3=_0x4061fd['getCommentThread'](_0x1e48cf['threadId']),_0x1eddf1=0x0===_0x4c70d3['comments']['length'],_0x7403d4=_0x19c4a9===_0x1e48cf['author'];this['id']=_0x1e48cf['id'],this['threadId']=_0x1e48cf['threadId'],this['author']=_0x1e48cf['author'],this['creator']=_0x1e48cf['creator'],this['isExternal']=Boolean(_0x1e48cf['attributes']&&_0x1e48cf['attributes']['@external']),this['set']('content',_0x1e48cf['content']),this['createdAt']=_0x1e48cf['createdAt']||new Date(),this['set']('authoredAt',_0x1e48cf['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x4c70d3,'resolvedAt'),this['set']('attributes',_0x1e48cf['attributes']||{}),this['bind']('isEditable')['to'](_0x4061fd,'_permissions',()=>{const _0x537691=_0x4061fd['getPermissions'](_0x4c70d3['channelId'])['write'],_0x37522f=_0x4061fd['getPermissions'](_0x4c70d3['channelId'])['modifyAll'];return _0x7403d4&&_0x537691||!_0x7403d4&&_0x37522f;}),this['bind']('isRemovable')['to'](_0x4c70d3,'isRemovable',_0x4061fd,'_permissions',_0x24f9b4=>{const _0xaf7a2e=_0x4061fd['getPermissions'](_0x4c70d3['channelId'])['write'],_0x109e91=_0x4061fd['getPermissions'](_0x4c70d3['channelId'])['modifyAll'];return _0x7403d4&&_0xaf7a2e||_0x24f9b4&&_0x1eddf1||!_0x7403d4&&_0x109e91&&!_0x1eddf1;}),this['bind']('isReadOnly')['to'](_0x4c70d3,'isReadOnly'),this['_repository']=_0x4061fd;}get['weight'](){return Math['max'](function(_0x4366c6){const _0x3b6958=document['createElement']('div');return _0x3b6958['innerHTML']=_0x4366c6,_0x3b6958['textContent']['length'];}(this['content']),0xc8);}['update'](_0x15f006){const {threadId:_0xc1cd58,id:_0x35490e}=this;if(!this['_repository']['hasCommentThread'](_0xc1cd58))throw new _0x41c3b6('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x41e5c8}=this['_repository']['getCommentThread'](_0xc1cd58);this['_repository']['fire'](gt('updateComment',_0x41e5c8,_0xc1cd58),{'channelId':_0x41e5c8,'threadId':_0xc1cd58,'commentId':_0x35490e,..._0x15f006});}['setAttribute'](_0x41409d,_0x4793da){const _0x36bbf9=ut(this['attributes']);pt(_0x36bbf9,_0x41409d,_0x4793da),this['update']({'attributes':_0x36bbf9});}['removeAttribute'](_0xe458c){const _0x4930cc=ut(this['attributes']);It(_0x4930cc,_0xe458c),this['update']({'attributes':_0x4930cc});}['remove'](_0xc6b4d4={}){if(!_0xc6b4d4['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x133b6c,id:_0x4c6577}=this;if(!this['_repository']['hasCommentThread'](_0x133b6c))throw new _0x41c3b6('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x2f4253}=this['_repository']['getCommentThread'](_0x133b6c);this['_repository']['fire'](gt('removeComment',_0x2f4253,_0x133b6c),{'channelId':_0x2f4253,'threadId':_0x133b6c,'commentId':_0x4c6577,..._0xc6b4d4});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function gt(_0x191320,..._0x4e3f33){for(const _0x879b2c of _0x4e3f33)void 0x0!==_0x879b2c&&(_0x191320+=':'+String(_0x879b2c));return _0x191320;}class G extends _0x1ca801{['refresh'](){const _0x3f4fb6=this['editor']['model']['document']['selection'];for(const _0x55ed8e of _0x3f4fb6['getRanges']())if(this['_hasContent'](_0x55ed8e))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0xa05cd6=_0x4eb7fe()}={}){const _0x29880b=this['editor']['model'],_0x20bbcb=[];for(const _0x1d24b2 of _0x29880b['document']['selection']['getRanges']())this['_hasContent'](_0x1d24b2)&&_0x20bbcb['push'](this['_trimToContent'](_0x1d24b2));_0x29880b['change'](_0x4d50c7=>{for(const _0x516e3c of _0x20bbcb){const _0x278d22=_0x4eb7fe()['substr'](0x1,0x5),_0x407f2a='comment:'+_0xa05cd6+':'+_0x278d22;_0x4d50c7['addMarker'](_0x407f2a,{'range':_0x516e3c,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x323460){for(const _0x1498ac of _0x323460['getItems']())if(this['_itemIsContent'](_0x1498ac))return!0x0;return!0x1;}['_itemIsContent'](_0x5e5300){return _0x5e5300['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x5e5300)&&!_0x5e5300['is']('element','tableCell');}['_trimToContent'](_0x565eb5){const _0x5cf431=_0x5b1059=>!this['_itemIsContent'](_0x5b1059['item']),_0x48293b=_0x565eb5['start']['getLastMatchingPosition'](_0x5cf431),_0x4ca7e3=_0x565eb5['end']['getLastMatchingPosition'](_0x5cf431,{'direction':'backward'});return this['editor']['model']['createRange'](_0x48293b,_0x4ca7e3);}}class k extends _0xcd2172{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[b];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x43341e){super(_0x43341e),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x3d4291=this['editor'],_0x2f6f8f=_0x3d4291['model']['document']['selection'],_0x1b28c1=_0x2db59b(()=>this['refreshSelectedViews'](),0xa);_0x2f6f8f['on']('change:range',(_0x473c45,_0x86283e)=>{_0x86283e['directChange']&&(_0x1b28c1['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x3d4291['editing']['view']['document'],'change:isFocused',(_0x46d115,_0x8de34f,_0xbd35b8)=>{_0xbd35b8&&_0x1b28c1();}),this['listenTo'](_0x3d4291['ui']['focusTracker'],'change:isFocused',(_0x5f560a,_0x3fe584,_0x3d1713)=>{_0x3d1713||_0x3d4291['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0xda38ef=>this['_editorAnnotationsData']['has'](_0xda38ef['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x29a552){if(this['_editorAnnotations']['has'](_0x29a552['view']))return;this['_editorAnnotations']['add'](_0x29a552['view']),this['editor']['ui']['focusTracker']['add'](_0x29a552['view']['element']);const _0x4d9784=this['editor']['plugins']['get'](b);this['listenTo'](_0x4d9784['collection'],'remove',(_0x1cf19a,_0x81715c)=>{this['editor']['ui']['focusTracker']['remove'](_0x81715c['view']['element']),this['_editorAnnotations']['delete'](_0x81715c['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x4eae4e){if('function'!=typeof _0x4eae4e)throw new _0x41c3b6('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x4eae4e);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x449d88,annotations:_0x528824}){const _0x57636d=[],_0x4faf73=this['editor']['model']['document']['selection'],_0x41b80c=Array['from'](_0x4faf73['getRanges']());for(const [_0x3785e9,_0x18314e]of this['_editorAnnotationsData']){const _0x3cbdff=_0x2787b8(_0x18314e),_0x28c310=_0x528824['getByInnerView'](_0x3785e9);_0x3cbdff&&_0x28c310&&_0x57636d['push']({'annotation':_0x28c310,'range':_0x3cbdff});}function _0x2787b8(_0x453cb0){for(const _0x916061 of _0x453cb0)for(const _0xb8c067 of _0x41b80c)if(_0x916061['containsRange'](_0xb8c067,!_0x4faf73['isCollapsed']))return _0x916061;return null;}return _0x57636d['sort']((_0x30434d,_0xc0c363)=>{const _0x25d2ae=_0x30434d['range'],_0x8303eb=_0xc0c363['range'];if(!_0x25d2ae['isEqual'](_0x8303eb)){if(_0x25d2ae['containsRange'](_0x8303eb,!0x0))return 0x1;if(_0x8303eb['containsRange'](_0x25d2ae,!0x0))return-0x1;}return _0x30434d['annotation']==_0x449d88?-0x1:_0xc0c363['annotation']==_0x449d88?0x1:0x0;})['map'](_0x3020c2=>_0x3020c2['annotation']);}get['_editorAnnotationsData'](){const _0x3871f2=new Map();for(const _0x3eea6d of Array['from'](this['_dataCollectors']))for(const [_0x298da8,_0x5d9800]of _0x3eea6d())_0x3871f2['set'](_0x298da8,_0x5d9800);return _0x3871f2;}}class ot extends _0xcd2172{['afterInit'](){const _0x44b2de=this['editor'];if(!_0x44b2de['plugins']['has']('RestrictedEditingModeEditing'))return;_0x44b2de['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class et extends _0xcd2172{constructor(_0x421335){super(_0x421335),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x29d481=this['editor'],_0x3328ed=_0x29d481['commands']['get']('importWord'),_0x8d03bc=_0x29d481['plugins']['get'](lt);_0x3328ed&&(_0x3328ed['on']('execute',(_0x135b34,[,_0x5d6cda])=>{_0x5d6cda['collaboration_features']={'comments':!0x0,'user_id':_0x8d03bc['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x3328ed,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x1ad684,_0x19d23d){const {comment_threads:_0x1d1bc1}=_0x19d23d;_0x1d1bc1&&_0x1d1bc1['forEach'](({thread_id:_0x582eb8,comments:_0x4b64d4,is_resolved:_0x1b04f3})=>{const _0x49b6b1=new Date(),_0x649c2c=_0x4b64d4['map'](({author:_0xfc65bb,content:_0x179bdb,created_at:_0x2daabf})=>({'content':_0x179bdb,'authorId':this['editor']['plugins']['get'](lt)['me']['id'],'createdAt':_0x49b6b1,'attributes':{'@external':{'authorName':_0xfc65bb,'createdAt':_0x2daabf?new Date(_0x2daabf):new Date(),'source':'importWord'}}})),_0x349720=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x349720,'threadId':_0x582eb8,'comments':_0x649c2c,'resolvedAt':_0x1b04f3?_0x49b6b1:null});});}}class rt extends _0xcd2172{constructor(_0x2bad23){super(_0x2bad23),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x2481f7=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x2481f7,'contentInsertion',(_0x3c09cb,_0x109f88)=>this['_removeMarkersWithoutThreads'](_0x109f88['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x5d12b6){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x5d12b6;const _0x48bbf6=this['editor']['plugins']['get']('CommentsRepository');for(const _0x23e312 of _0x5d12b6['keys']()){const [_0x3ee030,_0x121074]=_0x23e312['split'](':');'comment'!=_0x3ee030||_0x48bbf6['hasCommentThread'](_0x121074)||_0x5d12b6['delete'](_0x23e312);}return _0x5d12b6;}['_registerMarkerInClipboardPipeline'](){const _0x1bea61=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x582e88=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x582e88&&_0x1bea61['_registerMarkerToCopy']('comment',_0x582e88);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x1f921b){switch(_0x1f921b){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 _0xcd2172{static get['requires'](){return[m,k,ot,et,rt];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x4e2fa2){super(_0x4e2fa2),this['set']('isThreadsLoadingPaused',!0x0),_0x4e2fa2['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x116d7b,_0x447140,_0x19a4de,_0x27df23)=>{const _0x364737=_0x19a4de?it(_0x19a4de)['id']:null;if(_0x4e2fa2['model']['change'](()=>{if(_0x364737){const _0x338f1f=this['getAllMarkersForId'](_0x364737);for(const _0x334406 of _0x338f1f)_0x4e2fa2['editing']['reconvertMarker'](_0x334406);}if(_0x27df23){const {id:_0x104ec2}=it(_0x27df23),_0x3d96ae=this['getAllMarkersForId'](_0x104ec2);for(const _0x3e9f80 of _0x3d96ae)_0x4e2fa2['editing']['reconvertMarker'](_0x3e9f80);}}),_0x364737){const _0x2d7b42=_0x4e2fa2['plugins']['get'](m)['getCommentThread'](_0x364737);_0x2d7b42&&_0x2d7b42['isResolved']&&this['scrollToThreadMarker'](_0x364737);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x154d44=this['editor'],_0x276290=_0x154d44['plugins']['get'](m),_0x251b57=_0x154d44['config']['get']('collaboration.channelId');_0x154d44['commands']['add']('addCommentThread',new G(_0x154d44)),this['listenTo'](_0x154d44,'change:isReadOnly',(_0x51c593,_0x45ba1e,_0xb91d3d)=>{_0x276290['switchReadOnly'](_0xb91d3d,_0x154d44['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x276290,nt('addCommentThread',_0x251b57),(_0x34e894,{threadId:_0x476346})=>{const _0x1faf59=this['editor']['plugins']['get'](m)['getCommentThread'](_0x476346);_0x1faf59&&_0x1faf59['unlinkedAt']&&this['_attachArchivedThread'](_0x476346);}),this['listenTo'](_0x276290,nt('removeCommentThread',_0x251b57),(_0x286e0f,{threadId:_0x28f8f1})=>{_0x154d44['model']['enqueueChange']({'isUndoable':!0x1},_0x3fcf24=>{const _0x3aaa30=this['getAllMarkersForId'](_0x28f8f1);for(const _0x4f7cd4 of _0x3aaa30)_0x3fcf24['removeMarker'](_0x4f7cd4);});}),this['listenTo'](_0x276290,nt('resolveCommentThread',_0x251b57),(_0x3e11d1,{threadId:_0x41c09d})=>{(this['_reconvertMarkers'](_0x41c09d),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x41c09d)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x276290,nt('reopenCommentThread',_0x251b57),(_0x4306cb,{threadId:_0x4485c4})=>{this['_reconvertMarkers'](_0x4485c4);},{'priority':'low'}),this['listenTo'](_0x276290,nt('addComment',_0x251b57),(_0x1eeb6c,{threadId:_0x493f0e,isFromAdapter:_0x27fd77})=>{const _0x15670a=this['getAllMarkersForId'](_0x493f0e);if(_0x27fd77||0x0==_0x15670a['length']||!_0x276290['hasCommentThread'](_0x493f0e))return;0x1===_0x276290['getCommentThread'](_0x493f0e)['length']&&_0x154d44['model']['enqueueChange']({'isUndoable':!0x1},_0x1f9d30=>{for(const _0x10640b of _0x15670a)_0x1f9d30['updateMarker'](_0x10640b,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x4b8837=this['editor']['plugins']['get'](m),_0x339d23=this['editor']['config']['get']('collaboration.channelId');for(const _0x363b82 of _0x4b8837['getCommentThreads']({'channelId':_0x339d23}))_0x4b8837['_detachCommentThread'](_0x363b82['id']),_0x4b8837['_threads']['delete'](_0x363b82['id']);super['destroy']();}['hasMarkerForId'](_0xeb0048){return this['getAllMarkersForId'](_0xeb0048)['length']>0x0;}['getAllMarkersForId'](_0x460002){const _0x565278=[];for(const _0x221108 of this['editor']['model']['markers'])_0x221108['name']['startsWith']('comment:'+_0x460002)&&_0x565278['push'](_0x221108);return _0x565278;}['scrollToThreadMarker'](_0x4e28e6){const _0x5ef8da=this['_getTargetForId'](_0x4e28e6);_0x5ef8da&&setTimeout(()=>{this['activeMarker']&&it(this['activeMarker'])['id']===_0x4e28e6&&_0x5dc441({'target':_0x5ef8da[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x4b8597){this['editor']['model']['change'](()=>{for(const _0x2c577b of this['getAllMarkersForId'](_0x4b8597))this['editor']['editing']['reconvertMarker'](_0x2c577b);});}['_attachArchivedThread'](_0xe4b173){const _0x3e5673=this['editor']['plugins']['get'](m),_0x3d5bc9=this['editor']['plugins']['get'](k),_0x49d79a=_0x3e5673['getCommentThread'](_0xe4b173);if(!_0x49d79a['isAttached']){const _0x4f363b=_0x49d79a['attachTo'](()=>this['_getTargetForId'](_0x49d79a['id']));_0x3d5bc9['registerAnnotation'](_0x4f363b),_0x49d79a['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x53d869=this['editor'];_0x53d869['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x13f690,_0x123446)=>{const {id:_0x4bc7c7}=it(_0x13f690['markerName']),_0x229ef1=_0x53d869['plugins']['get'](m)['getCommentThread'](_0x4bc7c7),_0x39686e=this['activeMarker']&&it(this['activeMarker'])['id']===_0x4bc7c7;if(_0x229ef1&&_0x229ef1['isResolved']&&!_0x39686e&&_0x13f690['item'])return _0x123446['consumable']['consume'](_0x13f690['item'],'addMarker:'+_0x13f690['markerName']),_0x123446['consumable']['consume'](_0x13f690['item'],'removeMarker:'+_0x13f690['markerName']),null;const _0xf85cc7=['ck-comment-marker'];return _0x39686e&&_0xf85cc7['push']('ck-comment-marker--active'),{'classes':_0xf85cc7,'attributes':{'data-comment':_0x4bc7c7}};}}),_0x53d869['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x21a3e9,{options:_0x9ae05a})=>{const _0x3feaa6=_0x53d869['plugins']['get'](m),_0x188707=_0x53d869['model']['markers']['get'](_0x21a3e9),{id:_0x38199c,part:_0x2df24e}=it(_0x21a3e9);if(_0x188707&&!_0x188707['affectsData'])return null;if(_0x9ae05a['ignoreResolvedComments']){const _0x5afb72=_0x3feaa6['getCommentThread'](_0x38199c);if(_0x5afb72&&_0x5afb72['isResolved'])return null;}return{'group':'comment','name':_0x2df24e?_0x38199c+':'+_0x2df24e:_0x38199c};}}),_0x53d869['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x3c8487,{writer:_0x408bfa})=>_0x408bfa['createElement']('$marker',{'data-name':'comment:'+_0x3c8487['getAttribute']('id')})}),_0x53d869['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x4b0cfb=this['editor'],_0x11858b=_0x4b0cfb['plugins']['get'](m),_0x2bf9ba=new Set(),_0x39c3d0=new Set();_0x4b0cfb['model']['document']['registerPostFixer'](_0x34f6c1=>{let _0xfedc12=!0x1;for(const {name:_0x9b79a,data:_0x3a7762}of _0x4b0cfb['model']['document']['differ']['getChangedMarkers']()){const {group:_0xe14864,id:_0x13f1d5}=it(_0x9b79a);let _0x53bef5=_0x3a7762['newRange'];if('comment'!==_0xe14864||!_0x53bef5)continue;const _0x1d0af1='$graveyard'===_0x53bef5['root']['rootName'];_0x1d0af1||(_0x53bef5=st(_0x53bef5,_0x4b0cfb['model']),!_0x53bef5||_0x53bef5['isCollapsed']||!_0x3a7762['newRange']||_0x53bef5['isEqual'](_0x3a7762['newRange']))?_0x4b0cfb['model']['hasContent'](_0x53bef5)&&!_0x1d0af1?this['isThreadsLoadingPaused']?_0x2bf9ba['add'](_0x9b79a):this['_handleThreadMarker'](_0x9b79a,_0x13f1d5):(_0x39c3d0['add'](_0x9b79a),_0x2bf9ba['delete'](_0x9b79a),_0x34f6c1['removeMarker'](_0x9b79a),_0xfedc12=!0x0):(_0x34f6c1['updateMarker'](_0x9b79a,{'range':_0x53bef5}),_0xfedc12=!0x0);}return _0xfedc12;}),this['on']('change:isThreadsLoadingPaused',(_0x29963f,_0x242528,_0xd65cde)=>{if(!_0xd65cde&&_0x2bf9ba['size'])for(const _0x10a022 of _0x2bf9ba){const {id:_0x4a2ad4}=it(_0x10a022);_0x2bf9ba['delete'](_0x10a022),_0x4b0cfb['model']['markers']['get'](_0x10a022)&&this['_handleThreadMarker'](_0x10a022,_0x4a2ad4);}}),this['listenTo'](_0x4b0cfb['model']['document'],'change',(_0x5e7128,_0xf11e2a)=>{for(const {name:_0x375566,data:{newRange:_0x3d9975}}of _0x4b0cfb['model']['document']['differ']['getChangedMarkers']()){const {group:_0x245724,id:_0x25046a}=it(_0x375566);if('comment'!==_0x245724)continue;const _0x3ea785=_0x11858b['getCommentThread'](_0x25046a),_0x122aee=this['hasMarkerForId'](_0x25046a);_0x3ea785&&(_0x3ea785['_hasTargetInContent']||_0x4b0cfb['editing']['view']['once']('render',()=>{const _0x35c715=_0x4b0cfb['plugins']['get'](b),_0x57d5b8=_0x11858b['_threadToController']['get'](_0x3ea785)['view'];_0x35c715['getByInnerView'](_0x57d5b8)['refreshVisibility']();},{'priority':'low'}),_0x3ea785['_hasTargetInContent']=_0x122aee||!!_0x3d9975),_0x3d9975||(_0x39c3d0['add'](_0x375566),_0x2bf9ba['delete'](_0x375566));}if(_0xf11e2a['isLocal'])for(const _0x366ab8 of _0x39c3d0){const {id:_0x5932de}=it(_0x366ab8),_0x43e2b2=_0x11858b['getCommentThread'](_0x5932de),_0x57bca0=this['hasMarkerForId'](_0x5932de);_0x2bf9ba['delete'](_0x366ab8),!_0x43e2b2||_0x57bca0||_0x43e2b2['unlinkedAt']||_0x43e2b2['setUnlinkedAt'](new Date());}_0x39c3d0['clear']();});}['_getTargetForId'](_0x512113){const _0x48d13e=this['editor'],_0x476e6e=this['getAllMarkersForId'](_0x512113);return tt(_0x48d13e['editing'],_0x476e6e);}['_getTextContext'](_0x48abf5){const _0x5dd7b2=this['getAllMarkersForId'](_0x48abf5);let _0x30a0a1='',_0x22842d=!0x1;for(const _0x2b5f7b of _0x5dd7b2){const _0x474ead=_0x2b5f7b['getRange']();for(const _0x3df949 of Array['from'](_0x474ead['getItems']()))_0x3df949['is']('$textProxy')?(_0x30a0a1&&_0x22842d&&(_0x30a0a1+='\x20',_0x22842d=!0x1),_0x30a0a1+=_0x3df949['data']):_0x22842d=!0x0;_0x22842d=!0x0;}return _0x30a0a1['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x2428b7,_0x2eb23c){const _0x1ad098=this['editor'],_0x513987=_0x1ad098['plugins']['get'](m);let _0x5a6741=_0x513987['getCommentThread'](_0x2eb23c);const _0x5f4c7e=_0x1ad098['config']['get']('collaboration.channelId'),_0x3e2b70=_0x1ad098['plugins']['get'](k);if(_0x5a6741&&(_0x5a6741['unlinkedAt']&&_0x5a6741['setUnlinkedAt'](null),_0x5a6741['isAttached']))return _0x5a6741;return!this['getAllMarkersForId'](_0x2eb23c)[0x0]['managedUsingOperations']?_0x1ad098['editing']['view']['once']('render',()=>{if(_0x513987['getCommentThread'](_0x2eb23c))return;const _0x2d726d=_0x1ad098['plugins']['get'](b);_0x5a6741=_0x513987['openNewCommentThread']({'channelId':_0x5f4c7e,'threadId':_0x2eb23c,'target':()=>this['_getTargetForId'](_0x2eb23c),'context':{'type':'text','value':this['_getTextContext'](_0x2eb23c)}});const _0x2efd41=_0x513987['_threadToController']['get'](_0x5a6741)['view'],_0xdc0a2b=_0x2d726d['getByInnerView'](_0x2efd41);_0xdc0a2b&&_0x3e2b70['registerAnnotation'](_0xdc0a2b);},{'priority':'low'}):_0x513987['fetchCommentThread']({'channelId':_0x5f4c7e,'threadId':_0x2eb23c})['then'](_0x137e47=>{if('destroyed'!==_0x1ad098['state']){if(_0x5a6741=_0x137e47,_0x5a6741&&!_0x5a6741['isAttached']){const _0x357c87=_0x5a6741['attachTo'](()=>this['_getTargetForId'](_0x2eb23c));_0x3e2b70['registerAnnotation'](_0x357c87),_0x5a6741['isResolved']&&this['_reconvertMarkers'](_0x2eb23c);}else{if(!_0x5a6741){const _0x568920=this['getAllMarkersForId'](_0x2eb23c);_0x1ad098['model']['change'](_0x2ca1bb=>{for(const _0x5f31cd of _0x568920)_0x2ca1bb['removeMarker'](_0x5f31cd);});}}}}),_0x5a6741;}['_handleThreadMarker'](_0x1b0a53,_0x1ef4bb){const _0x395286=this['_attachMarkerToThread'](_0x1b0a53,_0x1ef4bb);_0x395286&&!_0x395286['context']&&_0x395286['setContext']({'type':'text','value':this['_getTextContext'](_0x1ef4bb)});}['_initAriaMarkerChangeAnnouncements'](){const _0x419323=this['editor'];_0x3f42a2(_0x419323['model'],({left:_0xaf864d,entered:_0x177d02})=>{for(const _0x4914fc of _0xaf864d)if(at(_0x4914fc)){_0x419323['ui']['ariaLiveAnnouncer']['announce'](W(_0x419323['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x5a8a9e of _0x177d02)if(at(_0x5a8a9e)){_0x419323['ui']['ariaLiveAnnouncer']['announce'](W(_0x419323['locale'],'ENTER_COMMENT_ANNOUNCEMENT'));break;}});}}function nt(_0x575994,_0x87caf5){return _0x87caf5?_0x575994+':'+_0x87caf5:_0x575994;}function it(_0x5b26e9){const _0x3469f6=_0x5b26e9['split'](':');return{'group':_0x3469f6[0x0],'id':_0x3469f6[0x1],'part':_0x3469f6[0x2]};}function st(_0x452c6a,_0x370d89){const _0x269272=_0x370d89['schema'],_0x18f580=_0x370d89['createRange'](_0x452c6a['start']);for(const _0x3f2cb0 of _0x452c6a['getWalker']()){const {type:_0x57ebea,item:_0x51c271,nextPosition:_0x958138}=_0x3f2cb0;if('text'===_0x57ebea||_0x269272['isObject'](_0x51c271)){const _0x21f6b3=_0x370d89['createPositionBefore'](_0x51c271);_0x18f580['isCollapsed']&&(_0x18f580['start']=_0x21f6b3),_0x18f580['end']=_0x958138;}}return _0x18f580;}function at(_0x55b6ba){return'comment'===it(_0x55b6ba['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 _0xcd2172{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,k,b];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return Tt;}['init'](){const _0x21bdb2=this['editor'],_0x46345c=_0x21bdb2['plugins']['get'](m),_0x5c6f4d=_0x21bdb2['plugins']['get'](r),_0x329eca=_0x21bdb2['plugins']['get'](b),_0xa52350=_0x21bdb2['plugins']['get'](k);_0x21bdb2['ui']['componentFactory']['add']('comment',()=>{const _0x60740f=this['_createUIButton'](_0x3bf9d4);return _0x60740f['tooltip']=!0x0,_0x60740f;}),_0x21bdb2['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x56ea53)),_0xa52350['addSourceCollector'](()=>{const _0x52c7e2=[];for(const [_0x47b9f3,_0x18a65d]of _0x46345c['_threadToController']){const _0x4b7b8a=_0x5c6f4d['getAllMarkersForId'](_0x47b9f3['id']),_0x5b79ac=_0x4b7b8a['map'](_0x358ba7=>_0x358ba7['getRange']());_0x4b7b8a['length']>0x0&&_0x52c7e2['push']([_0x18a65d['view'],_0x5b79ac]);}return _0x52c7e2;}),this['listenTo'](_0x329eca,'change:activeAnnotations',(_0x45fa57,_0x31e6d,_0x530a65)=>{const _0x3706a8=Array['from'](_0x530a65)['map'](_0x3c6c4d=>_0x3c6c4d['innerView'])['find'](_0x57bd52=>_0x46345c['_viewToController']['has'](_0x57bd52));if(!_0x3706a8)return void(_0x5c6f4d['activeMarker']=null);const _0x526a32=_0x46345c['_viewToController']['get'](_0x3706a8)['model']['id'],_0x8f4e10='comment:'+_0x526a32;_0x526a32&&_0x5c6f4d['hasMarkerForId'](_0x526a32)?_0x5c6f4d['activeMarker']=_0x8f4e10:_0x5c6f4d['activeMarker']&&(_0x5c6f4d['activeMarker']=null);}),this['listenTo'](_0x46345c,'removeCommentThread',(_0x3c6839,{threadId:_0x403dba,isFromAdapter:_0x3c1549})=>{!_0x3c1549&&_0x21bdb2['ui']['focusTracker']['isFocused']&&_0x5c6f4d['hasMarkerForId'](_0x403dba)&&_0x21bdb2['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x46345c,'addComment',(_0xfad680,{threadId:_0x22898f,isFromAdapter:_0xb391a})=>{if(_0xb391a||!_0x5c6f4d['hasMarkerForId'](_0x22898f)||!_0x46345c['hasCommentThread'](_0x22898f))return;0x1===_0x46345c['getCommentThread'](_0x22898f)['length']&&(_0x21bdb2['editing']['view']['focus'](),_0xfad680['stop']());},{'priority':'low'});}['_createUIButton'](_0x4faa34){const _0x3648e2=this['editor'],_0x289ba7=new _0x4faa34(_0x3648e2['locale']),_0x331d5e=_0x3648e2['commands']['get']('addCommentThread');return _0x289ba7['set']({'label':W(_0x3648e2['locale'],'Comment'),'icon':kt}),_0x289ba7['bind']('isEnabled')['to'](_0x331d5e),this['listenTo'](_0x289ba7,'execute',()=>_0x331d5e['execute']()),_0x289ba7;}}class e extends _0xcd2172{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x2758d1){super(_0x2758d1),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x2aeb4e,_0x43de92,_0x4b8259)=>{_0x4b8259?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x3e080c,_0x4b95ae]of this['editor']['commands'])_0x4b95ae['affectsData']&&'addCommentThread'!==_0x3e080c&&_0x4b95ae['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x1e6e61=this['editor']['editing']['view']['document'];this['listenTo'](_0x1e6e61,'cut',_0x4d53da=>_0x4d53da['stop'](),{'priority':'highest'}),this['listenTo'](_0x1e6e61,'clipboardInput',_0x151d72=>_0x151d72['stop'](),{'priority':'highest'}),this['listenTo'](_0x1e6e61,'delete',_0x55f68e=>_0x55f68e['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x2a0148,_0x26954a]of this['editor']['commands'])_0x26954a['affectsData']&&'addCommentThread'!==_0x2a0148&&_0x26954a['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x3828d1{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[b];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x4a6de8){super(_0x4a6de8),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x4629aa=this['context']['plugins']['get'](b);this['listenTo'](_0x4629aa,'_activateAnnotation',(_0x10fbcb,_0x3e9019)=>{for(const _0x4add8b of this['activeUIs']){const _0x22414b=this['_uis']['get'](_0x4add8b);(0x0,this['_uisData']['get'](_0x4add8b)['filter'])(_0x3e9019)&&_0x22414b['setActiveAnnotation'](_0x3e9019);}}),this['listenTo'](_0x4629aa,'_deactivateAllAnnotations',()=>{for(const _0x3ccdad of this['activeUIs']){this['_uis']['get'](_0x3ccdad)['setActiveAnnotation'](null);}}),this['listenTo'](_0x4629aa['_visibleAnnotations'],'add',(_0x209adf,_0x144469)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x144469);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0xd4b6b4){return this['activeUIs']['has'](_0xd4b6b4);}['activate'](_0x255c24,_0x39ed87=()=>!0x0){const _0x10af29=this['context']['plugins']['get'](b);if(!this['_uis']['has'](_0x255c24))throw new _0x41c3b6('annotationsuis-missing-ui',this,{'uiName':_0x255c24});this['isActive'](_0x255c24)&&this['deactivate'](_0x255c24),this['activeUIs']['add'](_0x255c24);const _0x117da0=new x();!function({source:_0x1f6686,target:_0x5a2ca2,filter:_0x4c1cb0}){for(const _0x2f892c of _0x1f6686)_0x4c1cb0(_0x2f892c)&&_0x5a2ca2['add'](_0x2f892c);_0x5a2ca2['listenTo'](_0x1f6686,'add',(_0xa5749f,_0x374a4b)=>{_0x4c1cb0(_0x374a4b)&&_0x5a2ca2['add'](_0x374a4b);}),_0x5a2ca2['listenTo'](_0x1f6686,'remove',(_0x153ab9,_0xe1cd00)=>{_0x5a2ca2['has'](_0xe1cd00)&&_0x5a2ca2['remove'](_0xe1cd00);});}({'source':_0x10af29['_visibleAnnotations'],'target':_0x117da0,'filter':_0x39ed87}),this['_uisData']['set'](_0x255c24,{'collection':_0x117da0,'filter':_0x39ed87});const _0xa5acdb=this['_uis']['get'](_0x255c24);_0xa5acdb['attach'](_0x117da0),this['listenTo'](_0xa5acdb,'change:activeAnnotation',(_0x5afb87,_0x1750ec,_0x4095ec,_0x282356)=>{_0x282356&&_0x10af29['_removeActiveAnnotation'](_0x282356),_0x4095ec&&_0x10af29['_addActiveAnnotation'](_0x4095ec);});}['deactivate'](_0x136716){if(this['activeUIs']['delete'](_0x136716),!this['_uis']['has'](_0x136716))throw new _0x41c3b6('annotationsuis-missing-ui',this,{'uiName':_0x136716});const _0xb0b161=this['_uis']['get'](_0x136716);_0xb0b161['detach'](),this['stopListening'](_0xb0b161),this['_uisData']['get'](_0x136716)['collection']['destroy'](),this['_uisData']['delete'](_0x136716);}['switchTo'](_0x20d0e0){if(!this['_uis']['has'](_0x20d0e0))throw new _0x41c3b6('annotationsuis-missing-ui',this,{'uiName':_0x20d0e0});const _0x5c62d2=this['context']['plugins']['get'](b),_0x5c2bab=Array['from'](_0x5c62d2['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x20d0e0);const _0x1936b8=this['_uis']['get'](_0x20d0e0);_0x1936b8['setActiveAnnotation'](_0x5c2bab),_0x1936b8['_setSelectedAnnotations']&&_0x5c2bab&&_0x1936b8['_setSelectedAnnotations']([_0x5c2bab]);}['deactivateAll'](){for(const _0x180379 of this['activeUIs'])this['deactivate'](_0x180379);}['register'](_0x183580,_0x18b32f){if(this['_uis']['has'](_0x183580))throw new _0x41c3b6('annotationsuis-register-already-registered');if('function'!=typeof _0x18b32f['attach']||'function'!=typeof _0x18b32f['detach']||'function'!=typeof _0x18b32f['setActiveAnnotation'])throw new _0x41c3b6('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x183580,_0x18b32f);}['refilterAnnotations'](){const _0x578730=this['context']['plugins']['get'](b)['collection'],_0x520360=new Map(),_0x362e20=Array['from'](this['activeUIs']);for(const _0x2d0006 of this['activeUIs']){const _0x17f391=this['_uisData']['get'](_0x2d0006)['collection'];for(const _0xecdc29 of _0x17f391)_0x520360['set'](_0xecdc29,_0x2d0006);}for(const _0x2891ee of _0x578730){const _0x17e8dd=_0x520360['get'](_0x2891ee);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x2891ee);const _0x15d82e=_0x362e20['find'](_0xaf1f1b=>this['_uisData']['get'](_0xaf1f1b)['filter'](_0x2891ee));_0x17e8dd!==_0x15d82e&&(_0x17e8dd&&this['_uisData']['get'](_0x17e8dd)['collection']['remove'](_0x2891ee),_0x15d82e&&this['_uisData']['get'](_0x15d82e)['collection']['add'](_0x2891ee));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x42b7ce){const _0x47dcac=[];for(const _0x13d9a7 of this['activeUIs']){(0x0,this['_uisData']['get'](_0x13d9a7)['filter'])(_0x42b7ce)&&_0x47dcac['push'](_0x13d9a7);}if(_0x47dcac['length']>0x1)throw new _0x41c3b6('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x47dcac,'annotationType':_0x42b7ce['type']});}}const ne=Ht('px');class T extends _t{['list'];constructor(_0x587743){super(_0x587743);const _0x38f59f=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x38f59f['to']('class')],'style':{'minHeight':_0x38f59f['to']('minHeight',_0x1ee199=>'number'==typeof _0x1ee199?ne(_0x1ee199+0xa):null)}},'children':this['list']});}}const qt=Ht('px');class C extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x465b25){super(_0x465b25),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x3d807f,_0x4a35d2)=>_0x3d807f+_0x4a35d2),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Dt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection']();const _0x286727=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x286727['to']('isAnimationDisabled',_0x4367ed=>_0x4367ed?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x286727['to']('top',_0x1efe5a=>qt(_0x1efe5a))}},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['updateHeight'](){const _0x29dff5=this['element']['clientHeight'];_0x29dff5&&(this['height']=_0x29dff5);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x3828d1{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x44600a){super(_0x44600a),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 _0x3ddff0=this['context']['config']['get']('sidebar.container');_0x3ddff0&&this['setContainer'](_0x3ddff0);}['setContainer'](_0x1286aa){if(!y(_0x1286aa))throw new _0x41c3b6('sidebar-setcontainer-invalid-element');this['container']=_0x1286aa;}['_attachToContainer']({viewClass:_0x2a6d91='',spaceBetweenItems:_0x4fb47b=0x19}={}){if(!y(this['container']))throw new _0x41c3b6('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x2a6d91,this['_spaceBetweenItems']=_0x4fb47b;}['rearrange']({removedAnnotation:_0x4bcd40,previousAnnotation:_0x613ecf,nextAnnotation:_0x39864c}){const _0x1f5ee5=this['getSidebarItemView'](_0x4bcd40);this['view']['list']['remove'](_0x1f5ee5),this['_destroySidebarItemView'](_0x4bcd40),_0x613ecf&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x613ecf)),_0x39864c&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x39864c)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x409363,activatedAnnotation:_0x1958b3,disableAnimationOnActivatedAnnotation:_0x204abd}){if(this['_activeAnnotation']=_0x1958b3,_0x409363){_0x409363['isActive']=!0x1;const _0x4ff885=this['getSidebarItemView'](_0x409363);_0x4ff885&&_0x204abd&&(_0x4ff885['isAnimationDisabled']=!0x1);}if(_0x1958b3){const _0x221d4b=this['getSidebarItemView'](_0x1958b3);_0x221d4b&&(_0x1958b3['isActive']=!0x0,_0x204abd&&(_0x221d4b['isAnimationDisabled']=!0x0,_0x221d4b['top']+=0x1),this['_alignToTargetRect'](_0x221d4b));}}['_detachFromContainer'](_0x4c2c8e){if(this['view']['element']['remove'](),_0x4c2c8e){for(const _0x29b0dc of _0x4c2c8e)this['_destroySidebarItemView'](_0x29b0dc);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x77158e,_0x4a965a){_0x4a965a||(_0x4a965a=_0x77158e['view']);const _0x338ae2=new C(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x338ae2,_0x77158e),this['_annotationToSidebarItemView']['set'](_0x77158e,_0x338ae2),_0x338ae2['content']['add'](_0x4a965a),this['listenTo'](_0x77158e['view'],'change:targetRect',(_0x1f07e2,_0x4041fa,_0x19de6c)=>{const _0x189d05=this['_getTargetTop'](_0x77158e,_0x19de6c);_0x338ae2['_targetTop']!=_0x189d05&&(_0x338ae2['_targetTop']=_0x189d05,this['_setItemTop'](_0x338ae2,_0x189d05));}),this['listenTo'](_0x338ae2,'change:top',()=>{this['_recalculate'](_0x338ae2,'top');}),this['listenTo'](_0x338ae2,'change:bottom',()=>{this['_recalculate'](_0x338ae2,'bottom');}),this['_alignToTargetRect'](_0x338ae2);const _0x1016c5=this['_getItemBefore'](_0x338ae2);if(_0x1016c5)this['_alignAfterItem'](_0x1016c5,_0x338ae2)||this['_alignToTargetRect'](_0x338ae2);else this['_alignToTargetRect'](_0x338ae2);return this['_updateLastItem'](),this['view']['list']['add'](_0x338ae2),_0x338ae2;}['_alignForTopChange'](_0x4c386c){if(!_0x4c386c['content']['length'])return;const _0x27b09a=this['_getItemBefore'](_0x4c386c);if(!_0x27b09a)return;const _0x13230a=this['_sidebarItemViewToAnnotation']['get'](_0x27b09a),_0x3e7e4e=this['_activeAnnotation'];_0x3e7e4e&&_0x3e7e4e===_0x13230a?this['_alignAfterItem'](_0x27b09a,_0x4c386c):this['_alignBeforeItem'](_0x4c386c,_0x27b09a);}['_alignForBottomChange'](_0x58bcfa){if(!_0x58bcfa['content']['length'])return;const _0x9b1d16=this['_getItemAfter'](_0x58bcfa);if(!_0x9b1d16)return;const _0x53fadb=this['_sidebarItemViewToAnnotation']['get'](_0x9b1d16),_0x3b0e70=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x2c6bbc=this['_activeAnnotation'];_0x2c6bbc&&_0x2c6bbc===_0x53fadb&&_0x3b0e70?(this['_alignBeforeItem'](_0x9b1d16,_0x58bcfa),this['_alignAfterItem'](_0x58bcfa,_0x9b1d16)):_0x2c6bbc&&_0x2c6bbc===_0x53fadb?this['_alignBeforeItem'](_0x9b1d16,_0x58bcfa):this['_alignAfterItem'](_0x58bcfa,_0x9b1d16);}['_recalculate'](_0x54969c,_0x327349){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x56bbca,changedProp:_0x3ebb42}of this['_recalculateBuffer'])'top'===_0x3ebb42?this['_alignForTopChange'](_0x56bbca):this['_alignForBottomChange'](_0x56bbca);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x54969c,'changedProp':_0x327349});}['getSidebarItemView'](_0x2ae1c3){return this['_annotationToSidebarItemView']['get'](_0x2ae1c3);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x191105){const _0x50e9ab=this['getSidebarItemView'](_0x191105);this['stopListening'](_0x50e9ab),this['stopListening'](_0x191105['view']),_0x50e9ab['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x191105),this['_sidebarItemViewToAnnotation']['delete'](_0x50e9ab);}['_createSidebarView'](){const _0xf788cc=new T(this['context']['locale']);return _0xf788cc['render'](),this['on']('change:_lastItem',(_0x5bd3c9,_0x1b1ce1,_0x37c178,_0x2f3a78)=>{_0x2f3a78&&_0xf788cc['unbind']('minHeight'),_0x37c178?_0xf788cc['bind']('minHeight')['to'](_0x37c178,'bottom'):_0xf788cc['minHeight']=null;}),_0xf788cc;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x4f976e){const _0x22ecda=this['_sidebarItemViewToAnnotation']['get'](_0x4f976e),_0x2cee30=_0x22ecda&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x22ecda)-0x1);return _0x2cee30&&this['getSidebarItemView'](_0x2cee30)||null;}['_getItemAfter'](_0x49313a){const _0x544fd9=this['_sidebarItemViewToAnnotation']['get'](_0x49313a),_0x15acc9=_0x544fd9&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x544fd9)+0x1);return _0x15acc9&&this['getSidebarItemView'](_0x15acc9)||null;}['_alignBeforeItem'](_0x429a9c,_0x3dd150){_0x429a9c['updateHeight']();const _0x20b80b=M(_0x3dd150['bottom']+this['_spaceBetweenItems'],_0x429a9c['top']);return!!_0x20b80b&&(this['_setItemTop'](_0x3dd150,_0x3dd150['top']-_0x20b80b),!0x0);}['_alignAfterItem'](_0x9da5dc,_0x439cb5){_0x9da5dc['updateHeight']();const _0x2a83b1=M(_0x9da5dc['bottom']+this['_spaceBetweenItems'],_0x439cb5['top']);return!!_0x2a83b1&&(this['_setItemTop'](_0x439cb5,_0x439cb5['top']+_0x2a83b1,!0x1),!0x0);}['_alignToTargetRect'](_0x5ed3b8){const _0x4355c3=this['_sidebarItemViewToAnnotation']['get'](_0x5ed3b8);if(!_0x4355c3||!_0x4355c3['target']||!_0x4355c3['targetRect'])return;const _0xd703f8=this['_getTargetTop'](_0x4355c3,_0x4355c3['targetRect']);this['_setItemTop'](_0x5ed3b8,_0xd703f8);}['_getTargetTop'](_0x529803,_0x558226){if(null===_0x558226)return 0x0;if(_0x529803['target']instanceof _0x17b35c)return _0x558226['top'];{const _0x52e69c=new _0x17b35c(this['view']['element'])['top'];return _0x558226['top']-_0x52e69c;}}['_setItemTop'](_0x316110,_0x33bc1b,_0x7c40fb=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x7c40fb&&(_0x33bc1b=Math['max'](_0x33bc1b,this['_getMaxAvailableTop'](_0x316110))),_0x316110['top']=_0x33bc1b;}['_getMaxAvailableTop'](_0x577fb1){let _0x7a149a=this['_getItemBefore'](_0x577fb1),_0x3ce9e1=0x0;for(;_0x7a149a;)_0x7a149a['updateHeight'](),_0x3ce9e1+=this['_spaceBetweenItems']+_0x7a149a['height'],_0x7a149a=this['_getItemBefore'](_0x7a149a);return _0x3ce9e1;}}function M(_0x514f63,_0x37feb7){return Math['max'](_0x514f63-_0x37feb7,0x0);}function y(_0x281272){return null!==_0x281272&&'object'==typeof _0x281272&&0x1===_0x281272['nodeType'];}class n extends _0x3828d1{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x478606){super(_0x478606),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x5e1d99(),this['_refreshPositioningDebounced']=_0x2db59b(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x521d83=this['context']['plugins']['get'](j),_0x4eb028=this['context']['plugins']['get'](z);_0x521d83['register']('wideSidebar',this),_0x4eb028['container']&&_0x521d83['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x218766){if(_0x218766===this['activeAnnotation'])return;const _0x2e8bcd=this['context']['plugins']['get'](z);_0x2e8bcd['_activeAnnotation']=_0x218766;const _0x4c8906=this['activeAnnotation'];this['activeAnnotation']=_0x218766,_0x2e8bcd['refresh']({'blurredAnnotation':_0x4c8906,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x54c647){this['annotations']=_0x54c647;const _0x632d5c=this['context']['plugins']['get'](z);if(_0x632d5c['_annotations']=_0x54c647,this['isAttached'])throw new _0x41c3b6('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x632d5c,'set:container',()=>{this['detach'](),this['listenTo'](_0x632d5c,'change:container',_0x3a44fd=>{_0x3a44fd['off'](),this['attach'](_0x54c647);});}),_0x632d5c['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x4d43c9=_0x59821d=>{_0x59821d['updateTargetRect'](),_0x632d5c['addAnnotation'](_0x59821d);};for(const _0x2c6791 of _0x54c647)_0x4d43c9(_0x2c6791);this['listenTo'](_0x54c647,'add',(_0x971e8d,_0x55742a)=>{_0x4d43c9(_0x55742a);}),this['listenTo'](_0x54c647,'remove',(_0x4286ef,_0x45b485,_0x9c81dd)=>{_0x632d5c['rearrange']({'removedAnnotation':_0x45b485,'previousAnnotation':_0x54c647['get'](_0x9c81dd-0x1),'nextAnnotation':_0x54c647['get'](_0x9c81dd+0x1)}),_0x45b485===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x54c647,'focus',(_0x527722,_0x3ec2d5)=>{this['setActiveAnnotation'](_0x3ec2d5);}),this['listenTo'](_0x54c647,'blur',()=>{this['setActiveAnnotation'](null);});const _0x18d487=this['context']instanceof _0x2cf1ff?this['context']['editors']:new _0x5e1d99([this['context']]);for(const _0x1e030d of _0x18d487)this['_integrateWithEditorAnnotations'](_0x1e030d);this['listenTo'](_0x18d487,'add',(_0x4e4171,_0x3436c4)=>{this['listenTo'](_0x3436c4,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x3436c4);});}),this['listenTo'](_0x18d487,'remove',(_0xce8cc4,_0x198a2e)=>{_0x198a2e['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x198a2e['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x41c3b6('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x1dac8e=this['context']['plugins']['get'](z);_0x1dac8e['_detachFromContainer'](this['annotations']),this['stopListening'](_0x1dac8e),this['stopListening'](this['annotations']),this['context']instanceof _0x2cf1ff&&this['stopListening'](this['context']['editors']);for(const _0x51ea2e of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x51ea2e);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x3df61d){const _0x6057d2=_0x3df61d['plugins']['get'](k);if(!_0x6057d2)return;const _0x26a67d=()=>{const _0x33fa1b=_0x6057d2['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x33fa1b[0x0]||null);};this['listenTo'](_0x6057d2,'refresh',_0x26a67d),this['listenTo'](_0x6057d2,'blur',(_0x4c18b9,{isAnnotationTracked:_0x1bc067})=>{this['activeAnnotation']&&_0x1bc067(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x6057d2,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x53b83a=>{_0x6057d2['hasDomSelection']()&&(_0x26a67d(),_0x53b83a['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x6057d2);}['_destroyEditorAnnotationsIntegration'](_0x323639){this['stopListening'](_0x323639),this['_editorAnnotations']['remove'](_0x323639);}}class D extends _0x3bf9d4{['counterView'];constructor(_0x1969e3){super(_0x1969e3);const _0x18a41e=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x1edf14,_0x118fbe)=>_0x1edf14?'...':_0x118fbe['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',_0x18a41e['to']('annotationType',_0x4d7d0e=>'ck-annotation-counter__badge--'+_0x4d7d0e),_0x18a41e['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x18a41e['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x3828d1{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0xa04418){super(_0xa04418),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x40b03e),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x5e1d99(),this['_refreshPositioningDebounced']=_0x2db59b(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x5ccb08(this['context']['locale']),this['balloonPanelView']=new _0x32ec2d(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x1a55c5){this['annotations']=_0x1a55c5;const _0x440758=this['context']['plugins']['get'](z),_0x14ee79=this['balloonPanelView'];if(_0x440758['_annotations']=_0x1a55c5,this['isAttached'])throw new _0x41c3b6('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x440758,'set:container',()=>{this['detach'](),this['listenTo'](_0x440758,'change:container',_0x36e8e0=>{_0x36e8e0['off'](),this['attach'](_0x1a55c5);});}),_0x440758['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x3a8c44=_0x1eb2f6=>{const _0x557444=new D(this['context']['locale']);_0x440758['addAnnotation'](_0x1eb2f6,_0x557444),this['_annotationToNarrowView']['set'](_0x1eb2f6,_0x557444),_0x557444['bind']('isDirty','annotationType','number')['to'](_0x1eb2f6['view'],'isDirty','type','length'),_0x557444['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x14ee79['content']['first']!==_0x1eb2f6['view']?(this['_showBalloon'](_0x1eb2f6),_0x1eb2f6['view']['element']['focus'](),this['setActiveAnnotation'](_0x1eb2f6)):this['setActiveAnnotation'](null);});};for(const _0x43074f of _0x1a55c5)_0x3a8c44(_0x43074f);this['listenTo'](_0x1a55c5,'add',(_0x52d120,_0x4074ca)=>{_0x3a8c44(_0x4074ca);}),this['listenTo'](_0x1a55c5,'remove',(_0x24b7a4,_0x4aa14b,_0x491af0)=>{this['_annotationToNarrowView']['get'](_0x4aa14b)['destroy'](),this['_annotationToNarrowView']['delete'](_0x4aa14b),_0x440758['rearrange']({'removedAnnotation':_0x4aa14b,'previousAnnotation':_0x1a55c5['get'](_0x491af0-0x1),'nextAnnotation':_0x1a55c5['get'](_0x491af0+0x1)}),_0x4aa14b===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x1a55c5,'focus',(_0x5828c2,_0x4ec6aa)=>{this['setActiveAnnotation'](_0x4ec6aa);}),this['listenTo'](_0x1a55c5,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x1eea3d,_0x990b4b)=>{_0x990b4b['keyCode']===_0x347c0c['esc']&&_0x14ee79['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x14ee79['content']['first']),this['_hideBalloon'](),_0x990b4b['stopPropagation'](),_0x990b4b['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x472e99,_0x380660)=>{const _0x2b17bf=_0x380660['target'];_0x14ee79['isVisible']&&_0x14ee79['element']['contains'](_0x2b17bf)||_0x440758['view']['element']['contains'](_0x2b17bf)||_0x472e99['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x59c887=>_0x59c887['contains'](_0x2b17bf))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x60c7ce=this['context']instanceof _0x2cf1ff?this['context']['editors']:new _0x5e1d99([this['context']]);for(const _0x10d8a7 of _0x60c7ce)this['_integrateWithEditorAnnotations'](_0x10d8a7);this['listenTo'](_0x60c7ce,'add',(_0x3c1a89,_0x469956)=>{this['listenTo'](_0x469956,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x469956);});}),this['listenTo'](_0x60c7ce,'remove',(_0x36da03,_0x3a7d77)=>{_0x3a7d77['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x3a7d77['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x4ebc7b){if(_0x4ebc7b===this['activeAnnotation'])return;const _0x4da5d4=this['context']['plugins']['get'](z);if(_0x4da5d4['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x4ebc7b,'disableAnimationOnActivatedAnnotation':!0x0}),_0x4ebc7b)_0x4da5d4['getSidebarItemView'](_0x4ebc7b)?this['_showBalloon'](_0x4ebc7b):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x4ebc7b;}['detach'](){if(!this['isAttached'])throw new _0x41c3b6('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x308657=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0xab460c=>_0xab460c['destroy']()),this['_annotationToNarrowView']['clear'](),_0x308657['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x2cf1ff&&this['stopListening'](this['context']['editors']);for(const _0x2af6cf of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x2af6cf);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'](_0x26afd3){const _0x5196ef=_0x26afd3['plugins']['get'](k),_0xce8b7d=this['context']['plugins']['get'](z),_0x5f40af=this['annotations'],_0x1ce035=this['balloonPanelView'],_0x255863=()=>{const _0x13d77e=_0x5196ef['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x13d77e),this['setActiveAnnotation'](_0x13d77e[0x0]||null);};this['listenTo'](_0x5196ef,'refresh',_0x255863),this['listenTo'](_0x5196ef,'blur',(_0x459bbc,{isAnnotationTracked:_0x27c894})=>{this['activeAnnotation']&&_0x27c894(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x5196ef,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x5f40af,'blur',_0x341bca=>{_0x5196ef['hasDomSelection']()&&_0x341bca['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0xbdd02e,_0x5084da)=>{const _0x109c8a=_0x5084da['target'];_0x1ce035['isVisible']&&_0x1ce035['element']['contains'](_0x109c8a)||_0xce8b7d['view']['element']['contains'](_0x109c8a)||this['activeAnnotation']&&_0x5196ef['hasDomSelection']()&&(_0x255863(),_0xbdd02e['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x5196ef);}['_destroyEditorAnnotationsIntegration'](_0x135127){_0x135127&&(this['stopListening'](_0x135127),this['_editorAnnotations']['remove'](_0x135127));}['_setSelectedAnnotations'](_0xab00f){for(const _0x58c01c of this['_selectedAnnotations'])_0xab00f['includes'](_0x58c01c)||this['_manuallyClosedAnnotationViews']['delete'](_0x58c01c['view']);this['_selectedAnnotations']=_0xab00f;}['_refreshPositioning'](){const _0xefd9f3=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0xefd9f3['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x5ef6bc){if(this['_manuallyClosedAnnotationViews']['has'](_0x5ef6bc['view']))return;const _0x25260e=this['balloonPanelView']['content']['first'];_0x25260e!==_0x5ef6bc['view']?(_0x25260e&&this['_detachListeners'](_0x25260e),this['_attachListeners'](_0x5ef6bc['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x5ef6bc['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x2db478=this['balloonPanelView']['content']['first'],_0x43aaab=_0x2db478&&this['annotations']['getByView'](_0x2db478);if(!_0x43aaab||!this['_annotationToNarrowView']['has'](_0x43aaab))return;const _0x28ac5e=this['_annotationToNarrowView']['get'](_0x43aaab)['element'],_0x102fd2=(function(){const _0x1bf7e9=_0x32ec2d['defaultPositions'];return[_0x1bf7e9['southArrowNorthEast'],_0x1bf7e9['northArrowSouthEast'],_0x1bf7e9['southArrowNorth'],_0x1bf7e9['northArrowSouth'],_0x1bf7e9['southArrowNorthWest'],_0x1bf7e9['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x28ac5e,'positions':_0x102fd2});}['_hideBalloon'](){const _0x28616e=this['balloonPanelView'],_0x35bdad=_0x28616e['content']['first'];_0x35bdad&&(this['_detachListeners'](_0x35bdad),_0x28616e['unpin'](),_0x28616e['content']['clear']());}['_attachListeners'](_0x1c9ac9){this['listenTo'](_0x1c9ac9,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x1c9ac9,'Esc',(_0x2e561f,_0x18353f)=>{this['_manuallyClosedAnnotationViews']['add'](_0x1c9ac9),this['_hideBalloon'](),_0x18353f();});}['_detachListeners'](_0x44a351){this['stopListening'](_0x44a351);}}class c extends _0xcd2172{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[k,_0x12943b,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x15ab32){super(_0x15ab32),_0x15ab32['editing']['view']['addObserver'](_0x2959c7),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x15ab32['plugins']['get'](_0x12943b),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x554bf7=this['editor']['plugins']['get'](j);_0x554bf7['context']===this['editor']&&(_0x554bf7['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x3a30f0,_0x468c64)=>{const _0x498318=this['_balloon'];if(this['isAttached']&&_0x498318['visibleView']){const _0xd055c4=this['annotations']['getByView'](_0x498318['visibleView']);_0xd055c4&&this['_closeAnnotation'](_0xd055c4),_0x468c64();}}));}['afterInit'](){const _0x33f510=this['editor']['plugins']['get'](j);_0x33f510['context']===this['editor']&&(_0x33f510['hasActive']()||_0x33f510['switchTo']('inline'));}['setActiveAnnotation'](_0x576ad3){_0x576ad3!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x576ad3&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x576ad3)&&this['_addAnnotationToBalloon'](_0x576ad3,!0x0),_0x576ad3['isActive']=!0x0),_0x576ad3||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x576ad3);}['attach'](_0x9af38){this['annotations']=_0x9af38;const _0x4484d6=this['editor']['plugins']['get'](j),_0x55cbd1=this['_balloon'];if(this['isAttached'])throw new _0x41c3b6('inlineannotations-attach-already-attached',this);if(_0x4484d6['context']!==this['editor'])throw new _0x41c3b6('inlineannotations-not-allowed-with-context',this);const _0x129976=this['editor']['plugins']['get'](k);this['listenTo'](_0x129976,'refresh',()=>{const _0xaea68a=_0x129976['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x504530,_0x9dd0e1;!this['_forceRefresh']&&(_0x504530=_0xaea68a,_0x9dd0e1=this['_selectedAnnotations'],_0x504530['length']===_0x9dd0e1['length']&&_0x504530['every'](_0x496482=>_0x9dd0e1['includes'](_0x496482)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0xaea68a),this['setActiveAnnotation'](_0xaea68a[0x0]||null));}),this['listenTo'](_0x129976,'blur',(_0x4f306b,{isAnnotationTracked:_0xb2e964})=>{this['activeAnnotation']&&_0xb2e964(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x55cc03,_0x208449,_0x1df210)=>{_0x1df210||this['setActiveAnnotation'](null);}),this['listenTo'](_0x9af38,'remove',(_0x584cb5,_0x46f2e9)=>{this['_removeAnnotationFromBalloon'](_0x46f2e9),_0x46f2e9===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x55cbd1,'change:visibleView',(_0x3ba919,_0x4400e5,_0x2e506f,_0x567257)=>{_0x567257&&this['stopListening'](_0x567257);const _0x465d69=_0x9af38['getByView'](_0x2e506f);_0x2e506f&&_0x465d69&&(this['listenTo'](_0x2e506f,'change:height',()=>{_0x55cbd1['updatePosition']();}),this['listenTo'](_0x2e506f,'Esc',()=>{this['_closeAnnotation'](_0x465d69),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x465d69&&this['setActiveAnnotation'](_0x465d69));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x55cbd1['visibleView']&&(_0x9af38['getByView'](_0x55cbd1['visibleView'])&&_0x55cbd1['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 _0x41c3b6('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x599a9f of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x599a9f);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x3a0019){for(const _0x5ab211 of this['_selectedAnnotations'])_0x3a0019['includes'](_0x5ab211)||this['_manuallyClosed']['delete'](_0x5ab211);for(const _0x11d6d7 of this['annotations'])_0x3a0019['includes'](_0x11d6d7)||this['_removeAnnotationFromBalloon'](_0x11d6d7);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x52d2e1 of _0x3a0019)this['_addAnnotationToBalloon'](_0x52d2e1);}this['_selectedAnnotations']=_0x3a0019;}['_addAnnotationToBalloon'](_0x359fe4,_0x410f46=!0x1){this['_manuallyClosed']['has'](_0x359fe4)||(this['_addedAnnotations']['has'](_0x359fe4)||this['_balloon']['hasView'](_0x359fe4['view'])||(this['_addedAnnotations']['add'](_0x359fe4),this['_balloon']['add']({'stackId':_0x359fe4['view']['id'],'view':_0x359fe4['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x359fe4)}})),_0x410f46&&this['_balloon']['showStack'](_0x359fe4['view']['id']));}['_getBalloonTargetForAnnotation'](_0x1b7f0c){const _0xbd883=_0x1b7f0c['target'],_0x4197cd=this['editor']['editing']['view'],_0x12ab99=_0x4197cd['document']['selection']['getFirstRange'](),_0x3cb4be=_0x4197cd['domConverter']['viewRangeToDom'](_0x12ab99);if(_0x3cb4be['collapse'](!0x0),_0xbd883){if(_0xbd883 instanceof _0x17b35c)return _0xbd883;let _0x596bb4=[];for(const _0x3da6ce of _0xbd883)_0x596bb4['push'](...(_0x197997=_0x3da6ce['getClientRects'](),Array['from'](_0x197997)['map'](DOMRect['fromRect'])));_0x596bb4=function(_0x9a7e7c){const _0x5a622e=[];let _0x3de719=_0x9a7e7c[0x0];for(let _0x2ba2fb=0x1;_0x2ba2fb<_0x9a7e7c['length'];_0x2ba2fb++)F(_0x3de719,_0x9a7e7c[_0x2ba2fb])?_0x3de719['width']+=_0x9a7e7c[_0x2ba2fb]['width']:(_0x5a622e['push'](_0x3de719),_0x3de719=_0x9a7e7c[_0x2ba2fb]);return _0x5a622e['push'](_0x3de719),_0x5a622e;}(_0x596bb4);const _0x3be61c=_0x3cb4be['getBoundingClientRect']();return _0x596bb4['find'](_0x4daff2=>_0x4daff2['top']<=_0x3be61c['top']&&_0x4daff2['bottom']>=_0x3be61c['bottom']&&_0x4daff2['left']<=_0x3be61c['left']&&_0x4daff2['right']>=_0x3be61c['right'])||_0x596bb4[0x0];}var _0x197997;return _0x1b7f0c['targetRect']||_0x3cb4be;}['_removeAnnotationFromBalloon'](_0x563a84){this['_addedAnnotations']['has'](_0x563a84)&&this['_balloon']['hasView'](_0x563a84['view'])&&(this['_addedAnnotations']['delete'](_0x563a84),this['_balloon']['remove'](_0x563a84['view']));}['_closeAnnotation'](_0x12af68){this['_manuallyClosed']['add'](_0x12af68),this['_removeAnnotationFromBalloon'](_0x12af68);}}function F(_0x3d911a,_0x556647){return _0x3d911a['top']===_0x556647['top']&&_0x3d911a['bottom']===_0x556647['bottom']&&_0x3d911a['right']===_0x556647['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(_0xd71c9a,_0x5e05c8){super(_0xd71c9a),this['set']('isEmpty',!_0x5e05c8['length']),this['_focusTracker']=new _0x4e0865(),this['_keystrokes']=new Et(),this['_focusables']=_0x5e05c8,this['_focusCycler']=new _0x27c0dd({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['listenTo'](_0x5e05c8,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x5e05c8,'remove',(_0x33283f,_0x242e2f)=>{_0x242e2f['isActive']&&this['focus'](),_0x5e05c8['length']||(this['isEmpty']=!0x0);});const _0x32c9c6=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':_0x5e05c8},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x32c9c6['if']('isEmpty','ck-hidden',_0x3cd97d=>!_0x3cd97d)]},'children':[{'text':W(_0xd71c9a,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_keystrokes']['listenTo'](this['element']);const _0x25b161=_0x18398f=>_0x18398f['stopPropagation']();this['_keystrokes']['set']('arrowright',_0x25b161),this['_keystrokes']['set']('arrowleft',_0x25b161),this['_keystrokes']['set']('arrowup',_0x25b161),this['_keystrokes']['set']('arrowdown',_0x25b161),this['listenTo'](this['element'],'selectstart',(_0x4a1936,_0x28faa9)=>{_0x28faa9['stopPropagation']();},{'priority':'high'});}['destroy'](){super['destroy'](),this['_focusTracker']['destroy'](),this['_keystrokes']['destroy']();}['focus'](){this['element']['focus']();}}class p extends _0x3828d1{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,b];}constructor(_0x2593c9){super(_0x2593c9),this['archivedThreads']=new _0x5e1d99();}['init'](){const _0x25ea5c=this['context'],_0x6646cd=_0x25ea5c['plugins']['get'](m),_0x531f6e=_0x25ea5c['plugins']['get'](b);this['listenTo'](_0x6646cd,'addCommentThread',(_0x399337,{threadId:_0x4800f9})=>{const _0x24802e=_0x6646cd['getCommentThread'](_0x4800f9);_0x24802e['archivedAt']&&this['archivedThreads']['add'](_0x24802e,this['_calculatePosition'](_0x24802e['archivedAt'])),this['listenTo'](_0x24802e,'change:archivedAt',(_0xf2f88,_0x44d192,_0x332f01)=>{_0x332f01?this['archivedThreads']['has'](_0x24802e)||this['archivedThreads']['add'](_0x24802e,this['_calculatePosition'](_0x24802e['archivedAt'])):this['archivedThreads']['has'](_0x24802e)&&this['archivedThreads']['remove'](_0x24802e);});}),this['listenTo'](_0x6646cd,'removeCommentThread',(_0x102c29,{threadId:_0x5902d6})=>{const _0x21ffe1=_0x6646cd['getCommentThread'](_0x5902d6);this['stopListening'](_0x21ffe1),this['archivedThreads']['has'](_0x21ffe1)&&this['archivedThreads']['remove'](_0x21ffe1);},{'priority':'highest'}),this['listenTo'](_0x531f6e['collection'],'focus',(_0x484482,_0x13bf5a)=>{_0x13bf5a['isActive']=!0x0,_0x531f6e['activate'](_0x13bf5a);});}['_calculatePosition'](_0x5c000a){const _0x4ed63f=[...this['archivedThreads']]['findIndex'](_0x15c397=>_0x15c397['archivedAt']<_0x5c000a);return _0x4ed63f>-0x1?_0x4ed63f:this['archivedThreads']['length'];}}class a extends _0xcd2172{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x296261];}constructor(_0x2539ff){super(_0x2539ff),this['annotationViews']=new _0x31df78(),this['_pendingThreads']=[];}['init'](){this['editor']['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x3bf9d4,!0x0)),this['editor']['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>this['_createCommentsArchiveButton'](_0x56ea53));const _0x456815=this['editor']['plugins']['get'](p),_0x39155a=this['editor']['plugins']['get']('Annotations'),_0x1c6fd0=this['editor']['plugins']['get']('CommentsRepository');this['listenTo'](_0x456815['archivedThreads'],'add',(_0x1b2e10,_0x36e64d)=>{const _0x5556ac=this['editor']['config']['get']('collaboration.channelId');if(!_0x5556ac||_0x36e64d['channelId']===_0x5556ac){const _0x1032e7=_0x1c6fd0['_threadToController']['get'](_0x36e64d);if(!_0x1032e7)return void this['_pendingThreads']['push'](_0x36e64d);const _0x59d88b=this['_calculatePosition'](_0x36e64d['archivedAt']),_0x5dfac7=_0x39155a['getByInnerView'](_0x1032e7['view']);_0x5dfac7['isVisible']&&_0x39155a['_visibleAnnotations']['remove'](_0x5dfac7),this['annotationViews']['add'](_0x5dfac7['view'],_0x59d88b);}}),this['listenTo'](_0x39155a['collection'],'add',(_0x314441,_0x18709e)=>{const _0x2ef58e=this['_pendingThreads']['find'](_0xf2fa95=>{const _0x3f6c36=_0x1c6fd0['_threadToController']['get'](_0xf2fa95);return _0x3f6c36&&_0x18709e['innerView']===_0x3f6c36['view'];});if(_0x2ef58e){const _0x3f1d00=this['_calculatePosition'](_0x2ef58e['archivedAt']);this['annotationViews']['add'](_0x18709e['view'],_0x3f1d00),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x2ef58e),0x1);}}),this['listenTo'](_0x456815['archivedThreads'],'remove',(_0x360e95,_0x116109)=>{const _0x56a6c3=this['editor']['config']['get']('collaboration.channelId');if(!_0x56a6c3||_0x116109['channelId']===_0x56a6c3){const _0x2b48ca=_0x1c6fd0['_threadToController']['get'](_0x116109),_0xaae3d9=_0x39155a['getByInnerView'](_0x2b48ca['view']);this['annotationViews']['remove'](_0xaae3d9['view']),this['stopListening'](_0xaae3d9['focusableElements']);}});}['_calculatePosition'](_0x2444b8){const _0x46de5c=this['editor']['config']['get']('collaboration.channelId'),_0x5c1159=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x795d30=>_0x795d30['channelId']===_0x46de5c)['findIndex'](_0x3dc075=>_0x3dc075['archivedAt']<_0x2444b8);return _0x5c1159<0x0||_0x5c1159>this['annotationViews']['length']?this['annotationViews']['length']:_0x5c1159-0x1;}['_toggleDialog'](){const _0x25d63a=this['editor'],_0x558ba2=_0x25d63a['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new X(_0x25d63a['locale'],this['annotationViews'])),'commentsArchive'===_0x558ba2['id']?_0x558ba2['hide']():_0x558ba2['show']({'id':'commentsArchive','title':W(_0x25d63a['locale'],'COMMENTS_ARCHIVE'),'icon':Q,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x566317['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x1928d3,_0x2e1e9d=!0x1){const _0x249dd9=this['editor']['locale'],_0x3337c5=new _0x1928d3(_0x249dd9);return _0x3337c5['bind']('isEnabled')['to'](this,'isEnabled'),_0x3337c5['set']({'label':W(_0x249dd9,'COMMENTS_ARCHIVE'),'icon':Q}),_0x2e1e9d&&(_0x3337c5['tooltip']=!0x0),this['listenTo'](_0x3337c5,'execute',()=>this['_toggleDialog']()),_0x3337c5;}}class f extends _0xcd2172{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 _0x482da5,ContextPlugin as _0x549003,PendingActions as ht,Context as _0x3c3a23,Command as _0x18064e,Plugin as _0x1eddfe}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x4be65e,uid as _0x55f3a0,KeystrokeHandler as Et,FocusTracker as _0x217467,diff as _0x2e2b9d,Collection as _0x2f1e73,Rect as _0x3b3902,CKEditorError as _0x45b235,priorities as Wt,scrollViewportToShowTarget as _0x1f4617,toUnit as Ht,DomEmitterMixin as _0x1e2c36,keyCodes as _0x4c3481}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x48e613,ConfirmMixin as _0x84a560,trimHtml as _0x1b2c3e,Users as lt,getDateTimeFormatter as dt,hashObject as ct,getAllMarkersDomElementsSorted as tt,surroundingMarkersDetector as _0x52b475}from'ckeditor5-collaboration/dist/index.js';import{throttle as bt,isEqual as ft,cloneDeep as ut,set as pt,unset as It,debounce as _0x2300e1}from'lodash-es';import{EditorUIView as Xt,InlineEditableUIView as $t,LabelView as Yt,EditorUI as Ut,View as _t,ButtonView as _0x1a3bb4,ViewCollection as _0x5a48b0,FocusCycler as _0x3774f3,createDropdown as _0x51489f,ListView as _0xee0ac9,ListItemView as _0x9c23b4,MenuBarMenuListItemButtonView as _0xca17db,BodyCollection as _0x2465d8,BalloonPanelView as _0x28b267,ContextualBalloon as _0x1c0a4f,Dialog as _0x5ceb83,DialogViewPosition as _0x25bb68}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as zt,enablePlaceholder as Ft,MouseObserver as _0x128945}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
|
+
_0x4be65e(){['model'];['view'];constructor(_0x6e127b,_0x53a365){super(),this['model']=_0x6e127b,this['model']['_isAttached']=!0x0,this['view']=_0x53a365,this['listenTo'](_0x53a365,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x53a365,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x53a365,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x53a365,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x53a365,'addComment',(_0x29b3b6,_0xac7d6)=>this['addComment'](_0xac7d6)),this['listenTo'](_0x53a365,'updateComment',(_0x191bb1,_0x38de0e,_0x7677d4)=>this['updateComment'](_0x38de0e,_0x7677d4)),this['listenTo'](_0x53a365,'removeComment',(_0x33a0d6,_0x81f4e6)=>this['removeComment'](_0x81f4e6));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x363e9a){this['model']['addComment']({'content':_0x363e9a,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x4fa156,_0x354832){this['model']['getComment'](_0x4fa156)['update']({'content':_0x354832});}['removeComment'](_0x233af1){this['model']['getComment'](_0x233af1)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function W(_0x450337,_0x12bf4c,_0x48ae53){const t=_0x450337['t'];switch(_0x12bf4c){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'},_0x48ae53);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'},_0x48ae53);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'},_0x48ae53);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'},_0x48ae53);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(_0x28f7b3,_0x4bd8f9){super(_0x28f7b3);const _0x5686db=_0x55f3a0();this['main']=this['createCollection'](),this['editable']=new $t(_0x28f7b3,_0x4bd8f9),this['_voiceLabelView']=this['_createVoiceLabel'](_0x5686db,_0x28f7b3),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'role':'comment','dir':_0x28f7b3['uiLanguageDirection'],'lang':_0x28f7b3['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x5686db},'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'](_0x424afa,_0x3eca5b){const _0x1ceee4=new Yt();return _0x1ceee4['text']=W(_0x3eca5b,'Comment\x20editor'),_0x1ceee4['extendTemplate']({'attributes':{'id':'ck-editor__aria-label_'+_0x424afa,'class':'ck-voice-label'}}),_0x1ceee4;}}class Ot extends Ut{['view'];constructor(_0x17c671){super(_0x17c671),this['view']=new Vt(_0x17c671['locale'],_0x17c671['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x4519e7=this['editor']['editing']['view'],_0x2a1583=this['view']['editable'],_0x4c96cb=_0x4519e7['document']['getRoot']();_0x2a1583['name']=_0x4c96cb['rootName'],this['view']['render']();const _0x334a29=_0x2a1583['element'];this['setEditableElement'](_0x2a1583['name'],_0x334a29),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x4519e7['attachDomRoot'](_0x334a29),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Rt=[Bt,Gt,Jt,Kt,Lt,Nt,Qt];class St extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x4be65e(mt){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Rt)());constructor(_0x254339={}){(_0x254339=Object['assign']({},_0x254339))['plugins']||(_0x254339['plugins']=St['defaultPlugins']),super(_0x254339),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 _0x432453=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x432453))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x5039e3=>{const _0x132a85=this['model']['document']['getRoot'](),_0x2c5e1e=_0x132a85&&_0x132a85['getChild'](_0x132a85['childCount']-0x1);_0x5039e3['setSelection'](_0x2c5e1e,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x3295a5=this['editing']['view'],_0x191bb5=_0x3295a5['document']['getRoot'](),_0x573ba9=_0x191bb5['getChild'](0x0);_0x191bb5['childCount']>0x1||!_0x573ba9||'p'!=_0x573ba9['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(zt(_0x3295a5,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x573ba9['placeholder']=this['placeholder']),Ft({'view':_0x3295a5,'element':_0x573ba9,'keepOnFocus':!0x0}),this['placeholderElement']=_0x573ba9);}}class ei extends _t{['keystrokes'];['focusTracker'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x548d75,_0x439c33={}){super(_0x548d75),this['editor']=null,this['_editorConfig']=_0x439c33,this['keystrokes']=new Et(),this['focusTracker']=new _0x217467(),this['set']('value',_0x439c33['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',W(_0x548d75,'Reply...')),this['set']('submitLabel',W(_0x548d75,'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',(_0x5b95ef,_0x558b7c)=>{this['cancelButtonView']['fire']('execute'),_0x558b7c();}),this['on']('submit',(_0x5aae99,_0x5dfe6d)=>{_0x5dfe6d['length']>0xfde8?(alert(W(_0x548d75,'TOO_LONG_COMMENT_ALERT',[_0x5dfe6d['length'],0xfde8])),_0x5aae99['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 _0x449861=this['editor'];this['element']['insertBefore'](_0x449861['ui']['element'],this['element']['firstChild']),_0x449861['model']['document']['on']('change',()=>this['value']=_0x449861['getData']()),_0x449861['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:_0x740df4}=this,_0x3d0796=new _0x1a3bb4(_0x740df4);return _0x3d0796['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x3d0796['withText']=!0x0,_0x3d0796['bind']('label')['to'](this,'submitLabel'),_0x3d0796['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x3d0796['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x40f164,_0x1cbf2b)=>!_0x1cbf2b&&!!_0x40f164['trim']()),_0x3d0796;}['_createCancelButton'](){const {locale:_0x372794}=this,_0x205681=new _0x1a3bb4(_0x372794);return _0x205681['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x205681['label']=W(_0x372794,'Cancel'),_0x205681['withText']=!0x0,_0x205681['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x205681;}['_initializeFocusCycling'](_0xc3801b){const _0xd590bb=this['focusTracker'],_0x337ce1=new _0x5a48b0();[_0xc3801b['ui']['view'],this['submitButtonView'],this['cancelButtonView']]['forEach'](_0x23564c=>{_0x337ce1['add'](_0x23564c),_0xd590bb['add'](_0x23564c['element']);});const _0x5552ac=new _0x3774f3({'focusables':_0x337ce1,'focusTracker':_0xd590bb});this['keystrokes']['set']('tab',(_0x25ef21,_0x242f04)=>{_0x5552ac['focusNext'](),_0x242f04();},{'priority':'low'}),this['keystrokes']['set']('shift\x20+\x20tab',(_0x18a335,_0x324deb)=>{_0x5552ac['focusPrevious'](),_0x324deb();},{'priority':'low'});}}class Tt extends _t{constructor(_0x7bc1c8,_0x380276,_0xc26876){super(_0x7bc1c8),this['commentInputView']=new ei(_0x7bc1c8,_0xc26876),this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x4f52aa,_0x22a209)=>_0x4f52aa||!!_0x22a209),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 _0x48e613(_0x7bc1c8,_0x380276),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(_0x1a7b62){super(_0x1a7b62);const _0x3779d3=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x3779d3['to']('count',_0x3078a2=>W(_0x1a7b62,'NUMBER_OF_COMMENTS',_0x3078a2))}]});}}class xt extends _t{['commentViews'];['resolvedCommentView'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x1381ca,_0x49a936,_0x228ac2){super(_0x1381ca),this['set']('hasDirtyComment',!0x1),this['set']('length',_0x49a936['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x49a936,this['_config']=_0x228ac2,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['_collapsedCommentsView']=new ts(_0x1381ca),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x51e69b=>_0x51e69b-this['_config']['maxCommentsWhenCollapsed']);for(const _0x2b428d of _0x49a936['comments'])this['_handleNewCommentModel'](_0x2b428d);this['_handleInfoComment'](),this['listenTo'](_0x49a936['comments'],'add',(_0x19b045,_0x54f092)=>{const _0x2f03fe=this['_calculatePosition'](_0x54f092);this['length']++,this['_handleNewCommentModel'](_0x54f092,_0x2f03fe),this['refreshVisibleViews']();}),this['listenTo'](_0x49a936['comments'],'remove',(_0x151999,_0x45836a)=>{this['length']--,this['_handleRemoveCommentModel'](_0x45836a),this['refreshVisibleViews']();}),this['listenTo'](_0x49a936,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x49a936,'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 _0x4fad7a of this['commentViews'])_0x4fad7a['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x472b3a,_0x327cb){const _0x2d3612=new this['_config']['CommentView'](this['locale'],_0x472b3a,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x2d3612['viewUid']=_0x472b3a['id'],_0x2d3612['delegate']('removeComment')['to'](this),_0x2d3612['delegate']('updateComment')['to'](this),_0x2d3612['delegate']('resolveCommentThread')['to'](this),_0x2d3612['delegate']('editorReady')['to'](this),_0x2d3612['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x2d3612,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x2d3612,_0x327cb);}['_calculatePosition'](_0x558134){const _0x15d5d8=this['_model']['_findOptimalIndex'](_0x558134);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x558134['authoredAt']?_0x15d5d8-0x1:_0x15d5d8:_0x15d5d8-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x257f3b={'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'],_0x257f3b,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x257f3b));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x475bf6){const _0x11fe66=this['commentViews']['remove'](_0x475bf6['id']);this['stopListening'](_0x11fe66),_0x11fe66['isEditMode']&&this['_updateHasDirtyComment'](),_0x11fe66['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x576b40=>_0x576b40['isEditMode']);}['_rearrangeCollapse'](){const _0x13cda3=function(_0x34b3a2){const _0x15ef1e=new _0x2f1e73();for(const _0x31b342 of _0x34b3a2)_0x15ef1e['add'](_0x31b342);return _0x15ef1e;}(this['commentViews']),_0x13608f=this['_collapsedCommentsView']['count'];for(let _0x4c9c44=0x1;_0x4c9c44<=_0x13608f;_0x4c9c44++)_0x13cda3['remove'](0x1);for(const _0x152407 of _0x13cda3)_0x152407['collapse']();_0x13608f>0x0&&_0x13cda3['add'](this['_collapsedCommentsView'],0x1),is(_0x2e2b9d(Array['from'](this['visibleViews']),Array['from'](_0x13cda3)),this['visibleViews'],_0x13cda3);}['_rearrangeExpand'](){is(_0x2e2b9d(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x327e89 of this['visibleViews'])_0x327e89['expand']();}}function is(_0x47c66b,_0x5e1b62,_0x164517){let _0x3f794b=0x0;for(const _0x57d46b of _0x47c66b)switch(_0x57d46b){case'insert':_0x5e1b62['add'](_0x164517['get'](_0x3f794b),_0x3f794b),_0x3f794b++;break;case'delete':_0x5e1b62['remove'](_0x3f794b);break;case'equal':_0x3f794b++;}}class Zt extends _t{['_model'];['reopenButtonView'];constructor(_0xcb6239,_0x5e63b4){super(_0xcb6239);const _0x4d2a84=this['bindTemplate'];this['_model']=_0x5e63b4,this['reopenButtonView']=this['_createReopenButton'](),this['bind']('hasContext')['to'](this['_model'],'context',_0x356d15=>!!_0x356d15),this['bind']('contextValue')['to'](this['_model'],'context',_0x329245=>_0x329245&&_0x329245['value']?this['_trimContextValue'](_0x329245['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',_0x4d2a84['if']('hasContext','ck-context--quotes')]},'children':[{'tag':'span','attributes':{'class':['ck-context__value']},'children':[{'text':_0x4d2a84['to']('contextValue')}]}]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions']();}['_createReopenButton'](){const _0x458170=new _0x1a3bb4(this['locale']);return _0x458170['label']=W(this['locale'],'Reopen'),_0x458170['tooltip']=W(this['locale'],'Reopen'),_0x458170['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>',_0x458170['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0xb81722=>!_0xb81722),_0x458170['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x1c7885,_0x16f976)=>_0x1c7885&&_0x16f976),_0x458170['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x458170;}['_trimContextValue'](_0x4aa105){if(_0x4aa105['length']<0x96)return _0x4aa105;const _0x2fa9bc=_0x4aa105['lastIndexOf']('\x20',0x93);return _0x4aa105['substring'](0x0,_0x2fa9bc>-0x1?_0x2fa9bc:0x93)+'...';}['_attachContextActions'](){const _0x41e91c=this['element']['querySelector']('.ck-context'),_0x5e2f70=_0x41e91c['querySelector']('.ck-context__value');this['listenTo'](_0x41e91c,'mouseenter',()=>{_0x5e2f70['offsetWidth']<_0x5e2f70['scrollWidth']&&_0x41e91c['classList']['add']('overlay');}),this['listenTo'](_0x41e91c,'mouseleave',()=>{_0x41e91c['classList']['remove']('overlay');});}}class ti extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];constructor(_0x16e11b,_0x312721,_0x4ec5b1,_0x1aba83){super(_0x16e11b),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x312721,this['_localUser']=_0x4ec5b1,this['_config']=_0x1aba83,this['commentThreadHeaderView']=new Zt(_0x16e11b,_0x312721),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x16e11b,_0x312721,Object['assign']({'CommentView':this['_config']['CommentView']},_0x1aba83)),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',(_0x2685aa,_0x123f35)=>_0x2685aa||!!_0x123f35),this['bind']('isUnlinked')['to'](_0x312721,'unlinkedAt',_0x32b438=>!!_0x32b438);}['focus'](){this['element']['focus']();}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x3c51b7=new Tt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x5f2b02=_0x3c51b7['commentInputView'];return _0x3c51b7['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x5f2b02,'value',(_0x1cdf1d,_0x501c45,_0x197af5,_0x538845,_0x314c84)=>!!_0x314c84||!!_0x538845&&_0x197af5&&!_0x501c45||_0x1cdf1d&&_0x197af5&&!_0x501c45),_0x5f2b02['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x3e4b4f,_0x303478,_0x58f7df)=>{let _0x1409ad;return _0x1409ad=_0x58f7df&&_0x303478?'Reply\x20to\x20reopen\x20discussion...':_0x3e4b4f?'Reply...':'Write\x20a\x20comment...',W(this['locale'],_0x1409ad);}),_0x5f2b02['bind']('submitLabel')['to'](this,'length',_0x3968e1=>W(this['locale'],_0x3968e1?'Reply':'Comment')),_0x5f2b02['on']('submit',(_0x250115,_0x491e4f)=>{this['fire']('addComment',_0x491e4f),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x5f2b02['on']('cancel',()=>{this['focus']();}),_0x5f2b02['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x5f2b02['on']('cancel',_0x5ac875=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x5ac875['stop']());}),this['on']('change:isActive',(_0x51e745,_0x3c302e,_0x3f8b61)=>{_0x3f8b61||this['length']||_0x5f2b02['value']||this['fire']('removeCommentThread');}),_0x3c51b7;}}class yt extends/* #__PURE__ -- @preserve */
|
|
27
|
+
_0x84a560(ti){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x45b982,_0x59ece4,_0x126ba1,_0xfc6f2f){super(_0x45b982,_0x59ece4,_0x126ba1,_0xfc6f2f),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',(_0x4b211a,_0x4ed0d1,_0x294491)=>{_0x294491?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']=_0x45b982,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x288434,_0x47e79e,_0x477806)=>{_0x477806||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x474f73,_0x3175ef,_0x5b8cf7)=>{_0x5b8cf7&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x123bef=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck-thread','ck-reset_all-excluded',_0x123bef['if']('isActive','ck-thread--active'),_0x123bef['if']('isUnlinked','ck-thread--unlinked'),_0x123bef['if']('isConfirm','ck-thread--remove-confirmation'),_0x123bef['to']('actionIndicator',_0x3dbc2f=>_0x3dbc2f?'ck-thread--'+_0x3dbc2f:'')],'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 _0x458cfb of this['commentsListView']['commentViews'])_0x458cfb['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x22a00a}=this,_0x4e0bf9=this['commentsListView']['commentViews']['get'](0x0);_0x4e0bf9===this['_boundFirstCommentView']||_0x4e0bf9['isSystemComment']||(this['_boundFirstCommentView']=_0x4e0bf9,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x4e0bf9,'actionIndicator',_0x5408d6=>'remove'===_0x5408d6?'remove':null),_0x4e0bf9['placeholder']=W(_0x22a00a,'Write\x20a\x20comment...'),_0x4e0bf9['removeButton']['on']('execute',_0x202360=>{_0x202360['stop'](),this['showConfirm'](W(_0x22a00a,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),_0x4e0bf9['actionBar']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x55b67a=new _0x1a3bb4(this['locale']);return _0x55b67a['label']=W(this['locale'],'Resolve'),_0x55b67a['tooltip']=W(this['locale'],'Resolve'),_0x55b67a['icon']=_0x482da5['check'],_0x55b67a['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x55b67a['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0xe0abde=>!_0xe0abde),_0x55b67a['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x3b902b,_0x1de1b5)=>_0x3b902b&&!_0x1de1b5),_0x55b67a['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x55b67a;}}class si extends _t{constructor(_0x5c2b1e){super(_0x5c2b1e),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x5daf59,_0x9f5496,_0x282981)=>{this['element']['innerHTML']=_0x282981;}),this['element']['innerHTML']=this['content'];}}class oi extends _t{['visibleView'];['_model'];['_config'];constructor(_0x3047e6,_0x164626,_0x197308){super(_0x3047e6),this['_model']=_0x164626,this['_config']=_0x197308,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 _0x48c9cc=new si(this['locale']);return _0x48c9cc['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x20161c,_0x409ed0)=>_0x409ed0?_0x1b2c3e(_0x20161c,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x20161c),_0x48c9cc;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x2cf6fa=new ei(this['locale'],this['_config']['editorConfig']);return _0x2cf6fa['value']=this['_model']['content'],_0x2cf6fa['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x2cf6fa['submitLabel']=W(this['locale'],'Save'),_0x2cf6fa['on']('submit',(_0x3f2f1d,_0x4d1029)=>{this['fire']('updateComment',this['_model']['id'],_0x4d1029),this['switchToDisplayMode'](),this['focus']();}),_0x2cf6fa['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x2cf6fa['once']('editorReady',()=>{_0x2cf6fa['focus']();}),_0x2cf6fa['createEditor'](),_0x2cf6fa['delegate']('editorReady')['to'](this),_0x2cf6fa['delegate']('editorDestroyed')['to'](this),_0x2cf6fa;}}class At extends/* #__PURE__ -- @preserve */
|
|
28
|
+
_0x84a560(oi){['actionBar'];['userView'];constructor(_0x231439,_0x3bced3,_0x556437){super(_0x231439,_0x3bced3,_0x556437),this['set']('actionIndicator',null),this['set']('placeholder',W(_0x231439,'Reply...')),this['bind']('authoredAt')['to'](_0x3bced3),this['bind']('resolvedAt')['to'](_0x3bced3),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 _0x48e613(_0x231439,_0x3bced3['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user']}}),this['listenTo'](_0x3bced3,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x329886=this['bindTemplate'],_0x11d034=[{'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':_0x329886['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x329886['to']('authoredAt',_0x1b6879=>this['_config']['formatDateTime'](_0x1b6879))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x329886['if']('isEditMode','ck-comment__actions--hidden'),_0x329886['if']('isEditMode','ck-annotation__actions--hidden')]},'children':this['actionBar']},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']},'children':this['visibleView']}];return this['_model']['isExternal']&&_0x11d034['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0x329886['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x329886['if']('isEditMode','ck-comment--edit'),_0x329886['if']('isSystemComment','ck-comment--info'),_0x329886['to']('actionIndicator',_0x58b2c9=>_0x58b2c9?'ck-comment--'+_0x58b2c9:'')],'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':_0x11d034}]}]};}['_createEditButton'](){const _0x21d335=new _0x1a3bb4(this['locale']);return _0x21d335['label']=W(this['locale'],'Edit'),_0x21d335['icon']=_0x482da5['pencil'],_0x21d335['withText']=!0x0,_0x21d335['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x21d335['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x267a98=>!_0x267a98),_0x21d335['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x21d335['on']('execute',()=>this['switchToEditMode']()),_0x21d335;}['_createRemoveButton'](){const _0x33cf04=new _0x1a3bb4(this['locale']);return _0x33cf04['label']=W(this['locale'],'Remove'),_0x33cf04['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',_0x33cf04['withText']=!0x0,_0x33cf04['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x33cf04['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x35e809=>!_0x35e809),_0x33cf04['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x33cf04['on']('execute',()=>{this['showConfirm'](W(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x33cf04;}['_createDropdown'](){const _0x3dc30e=_0x51489f(this['locale']),_0x12a042=_0x3dc30e['panelView']['children'],_0x416100=new _0xee0ac9(this['locale']),_0x30ed8b=(_0xf09660,_0x838dff=-0x1)=>{const _0x90ea20=new _0x9c23b4(this['locale']);_0x90ea20['children']['add'](_0xf09660);const _0x11e4d7=_0x838dff>-0x1?_0x838dff:_0x416100['items']['length'];_0x416100['items']['add'](_0x90ea20,_0x11e4d7),_0x3dc30e['listenTo'](_0xf09660,'change:isEnabled',()=>{_0x3dc30e['isEnabled']=[...this['items']]['some'](_0x4b5642=>_0x4b5642['isEnabled']);}),_0x3dc30e['listenTo'](_0xf09660,'change:isVisible',()=>{_0x3dc30e['buttonView']['isVisible']=[...this['items']]['some'](_0x3baa8f=>_0x3baa8f['isVisible']);});};_0x3dc30e['panelPosition']='sw',_0x3dc30e['buttonView']['set']({'label':W(this['locale'],'Show\x20more\x20items'),'icon':_0x482da5['threeVerticalDots']}),_0x3dc30e['isEnabled']=[...this['items']]['some'](_0x3a54cb=>_0x3a54cb['isEnabled']),_0x3dc30e['buttonView']['isVisible']=[...this['items']]['some'](_0x48cc6a=>_0x48cc6a['isVisible']);for(const _0x4f3fc2 of this['items'])_0x30ed8b(_0x4f3fc2);return _0x12a042['add'](_0x416100),_0x3dc30e['listenTo'](this['items'],'add',(_0x12bf07,_0x3a20f9,_0x292d39)=>{_0x30ed8b(_0x3a20f9,_0x292d39);}),_0x3dc30e['listenTo'](this['items'],'remove',(_0x360b31,_0x9fa01e,_0x5c85ac)=>{_0x416100['items']['remove'](_0x5c85ac);}),_0x3dc30e;}['_attachActions'](_0x5e2d0b,_0x10565e){const _0x4fac96=_0x5e2d0b&&_0x5e2d0b['element'];_0x4fac96&&(this['listenTo'](_0x4fac96,'mouseenter',()=>this['actionIndicator']=_0x10565e),this['listenTo'](_0x4fac96,'focus',()=>this['actionIndicator']=_0x10565e),this['listenTo'](_0x4fac96,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x4fac96,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x142e17=super['_createCommentInputView']();return _0x142e17['bind']('placeholder')['to'](this),_0x142e17;}['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(_0x20338e){const _0x310e4f=bt(_0x20338e,0x1e),_0x5c8948=new MutationObserver(_0x44a7d5=>{for(const _0x3fd087 of _0x44a7d5)('attributes'==_0x3fd087['type']&&'class'==_0x3fd087['attributeName']||'childList'==_0x3fd087['type']||'characterData'==_0x3fd087['type'])&&_0x310e4f();});return{'attach'(_0x260bea){_0x5c8948['observe'](_0x260bea,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x5c8948['disconnect'](),_0x310e4f['cancel']();}};}class V extends _t{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x11b846,_0x424e4a){super(_0x11b846),this['id']=_0x55f3a0(),this['focusTracker']=new _0x217467(),this['keystrokes']=new Et(),this['keystrokes']['set']('Esc',(_0x19d612,_0x22cef8)=>this['fire']('Esc',_0x22cef8)),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'](_0x424e4a),this['mainView']=_0x424e4a;const _0x3170bb=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x3170bb['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 _0x549740=this['element']['clientHeight'];_0x549740&&(this['height']=_0x549740);}}class d extends/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x4be65e(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x3f4e69,target:_0x3063dd,type:_0x324424,isVisible:_0x2a47d5=!0x0}){super(),this['view']=_0x3f4e69,this['view']['element']||this['view']['render'](),this['_type']=_0x324424,this['_target']=_0x3063dd,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x2f1e73([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0xe12f4d,_0x51e90e)=>{this['view']['focusTracker']['add'](_0x51e90e);}),this['focusableElements']['on']('remove',(_0x3ed8e4,_0x59c564)=>{this['view']['focusTracker']['remove'](_0x59c564);}),this['set']('isVisible',_0x2a47d5);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x3082aa=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x3082aa),_0x3082aa;}get['targetRect'](){const _0x2c2410=this['target'];if(null===_0x2c2410)return null;if(_0x2c2410 instanceof _0x3b3902)return _0x2c2410;const _0x4b09cc=_0x2c2410['filter'](_0x99cba=>function(_0xb12793){const _0x47b422=_0xb12793['offsetParent'];if(_0x47b422)return!0x0;const _0x4b059c=_0xb12793['getClientRects']()['item'](0x0);return!!_0x4b059c;}(_0x99cba));return 0x0===_0x4b09cc['length']?null:new _0x3b3902(_0x4b09cc[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x4fd230){this['view']['isActive']=_0x4fd230,this['view']['mainView']['isActive']=_0x4fd230;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x13eef7){if(!(null===_0x13eef7||_0x13eef7 instanceof _0x3b3902||Array['isArray'](_0x13eef7)&&_0x13eef7['every'](_0x531e84=>ee(_0x531e84))))throw new _0x45b235('annotation-invalid-target',null,{'target':_0x13eef7});}['_getNormalizedTarget'](){const _0x13514f='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x13514f)?[_0x13514f]:_0x13514f;}}function ee(_0x5d0e6a){return null!==_0x5d0e6a&&'object'==typeof _0x5d0e6a&&'nodeType'in _0x5d0e6a&&0x1===_0x5d0e6a['nodeType'];}class x extends _0x2f1e73{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x583e0d=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x217467(),this['_focusTracker']['on']('change:isFocused',(_0x4ee4fb,_0x4ddcb6,_0x30ec89)=>{_0x30ec89||this['fire']('blur');});for(const _0x41103e of _0x583e0d)this['add'](_0x41103e);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x13a700){if(this['has'](_0x13a700))throw new _0x45b235('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x13a700['innerView'],_0x13a700),this['_viewToAnnotation']['set'](_0x13a700['view'],_0x13a700);for(const _0x59f3ca of _0x13a700['focusableElements'])this['_focusTracker']['add'](_0x59f3ca);this['listenTo'](_0x13a700['focusableElements'],'add',(_0x50414d,_0x134022)=>{this['_focusTracker']['add'](_0x134022);}),this['listenTo'](_0x13a700['focusableElements'],'remove',(_0x4776be,_0x5c38f4)=>{this['_focusTracker']['remove'](_0x5c38f4);}),this['listenTo'](_0x13a700['view']['focusTracker'],'change:isFocused',(_0x30ba7a,_0x128dbd,_0x34d38e)=>{_0x34d38e&&this['fire']('focus',_0x13a700);}),_0x13a700['updateTargetRect']();const _0x2bd0f2=this['_getOrderInContent'](_0x13a700['view']['targetRect']);return super['add'](_0x13a700,_0x2bd0f2);}['remove'](_0x259853){if(!this['has'](_0x259853))throw new _0x45b235('annotationcollection-not-existing-item',null);this['stopListening'](_0x259853['view']['focusTracker']),this['stopListening'](_0x259853['focusableElements']);for(const _0x4f615b of _0x259853['focusableElements'])this['_focusTracker']['remove'](_0x4f615b);return this['_viewToAnnotation']['delete'](_0x259853['view']),this['_innerViewToAnnotation']['delete'](_0x259853['innerView']),super['remove'](_0x259853);}['getByInnerView'](_0x29214f){return this['_innerViewToAnnotation']['get'](_0x29214f);}['getByView'](_0x549c88){return this['_viewToAnnotation']['get'](_0x549c88);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x4e6fee of this)_0x4e6fee['updateTargetRect']();this['_sort']();}['_sort'](){const _0x3cf36a=Array['from'](this)['sort']((_0x495d5d,_0x1a00c5)=>v(_0x495d5d['view']['targetRect'],_0x1a00c5['view']['targetRect']));for(let _0x1443a8=_0x3cf36a['length']-0x1;_0x1443a8>0x0;_0x1443a8--){const _0x5ef10f=_0x3cf36a[_0x1443a8];_0x1443a8!==this['getIndex'](_0x5ef10f)&&(this['remove'](_0x5ef10f),this['add'](_0x5ef10f));}}['_getOrderInContent'](_0x334877){let _0x4ccd67=0x0;if(!_0x334877)return this['length'];for(const _0x45e48e of this){const _0x23cbb8=_0x45e48e['view']['targetRect'];if(_0x23cbb8){if(v(_0x334877,_0x23cbb8)<0x0)return _0x4ccd67;_0x4ccd67++;}}return _0x4ccd67;}}function v(_0x6b3eba,_0x302c42){if(null===_0x6b3eba&&null===_0x302c42)return 0x0;if(null===_0x6b3eba)return-0x1;if(null===_0x302c42)return 0x1;const _0x477b9f=_0x6b3eba['top']-_0x302c42['top'];return 0x0==_0x477b9f?_0x6b3eba['left']-_0x302c42['left']:_0x477b9f;}class b extends _0x549003{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x2b24b7){super(_0x2b24b7),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations']();}['add'](_0x1aafed){this['collection']['add'](_0x1aafed);}['remove'](_0x38f197){this['collection']['remove'](_0x38f197),_0x38f197['destroy']();}['refreshVisibility'](){for(const _0x350648 of this['collection'])_0x350648['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x8e9eab){return this['collection']['getByInnerView'](_0x8e9eab);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x2820dd of this['collection'])_0x2820dd['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x2ab07e){this['fire']('_activateAnnotation',_0x2ab07e);}['createAnnotation'](_0x575b05){return new d(_0x575b05);}['createAnnotationView'](_0x45cd23,_0x24cdc6){return new V(_0x45cd23,_0x24cdc6);}['_addActiveAnnotation'](_0x40afe9){const _0x423226=new Set(this['activeAnnotations']);_0x423226['add'](_0x40afe9),this['activeAnnotations']=_0x423226;}['_removeActiveAnnotation'](_0x3fc6b0){const _0x1d0d3b=new Set(this['activeAnnotations']);_0x1d0d3b['delete'](_0x3fc6b0),this['activeAnnotations']=_0x1d0d3b;}['_bindAnnotationsToVisibleAnnotations'](){const _0x217f13=this['collection'],_0x23c134=this['_visibleAnnotations'];function _0x1bdb4d(_0x56992e){const _0x196a80=_0x56992e['source'];_0x196a80['isVisible']&&!_0x23c134['has'](_0x196a80)?_0x23c134['add'](_0x196a80):!_0x196a80['isVisible']&&_0x23c134['has'](_0x196a80)&&_0x23c134['remove'](_0x196a80),_0x196a80['view']['focusTracker']['remove'](_0x196a80['view']['element']),_0x196a80['view']['focusTracker']['add'](_0x196a80['view']['element']);}this['listenTo'](_0x217f13,'add',(_0x52e662,_0x12507c)=>{_0x12507c['isVisible']&&_0x23c134['add'](_0x12507c),this['listenTo'](_0x12507c,'change:isVisible',_0x1bdb4d);}),this['listenTo'](_0x217f13,'remove',(_0x23f368,_0x208545)=>{_0x23c134['has'](_0x208545)&&_0x23c134['remove'](_0x208545),this['stopListening'](_0x208545,'change:isVisible',_0x1bdb4d);});}}const Ct=Symbol('noChannel'),vt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x549003{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[b,ht,lt];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x411ef3){super(_0x411ef3),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 _0x388232=this['context']['config'];_0x388232['define']('comments.maxCommentsWhenCollapsed',0x2),_0x388232['define']('comments.maxThreadTotalWeight',0x1f4),_0x388232['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x388232['define']('comments.CommentThreadView',yt),_0x388232['define']('comments.CommentView',At),_0x388232['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x2c2db5=this['context']['plugins']['get'](b);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x19ec57,_0x1b2843)=>this['_addCommentThread'](_0x1b2843)),this['on']('submitCommentThread',(_0x2cfa77,_0xe9ae2f)=>this['_submitCommentThread'](_0xe9ae2f)),this['on']('resolveCommentThread',(_0x3a3337,_0x1d8b0d)=>this['_resolveCommentThread'](_0x1d8b0d)),this['on']('resolveCommentThread',(_0x309433,_0x504355)=>this['_updateActiveAnnotation'](_0x504355),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x154946,_0x8f2ce6)=>this['_reopenCommentThread'](_0x8f2ce6)),this['on']('reopenCommentThread',(_0x48ce37,_0x1464e6)=>this['_updateActiveAnnotation'](_0x1464e6),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x466321,_0x571d26)=>this['_removeCommentThread'](_0x571d26)),this['on']('updateCommentThread',(_0x423023,_0x5ca988)=>this['_updateCommentThread'](_0x5ca988)),this['on']('updateCommentThread',(_0x210ccb,_0x12b7c9)=>this['_updateActiveAnnotation'](_0x12b7c9),{'priority':'lowest'}),this['on']('addComment',(_0x45320d,_0x45b19a)=>this['_addComment'](_0x45b19a)),this['on']('updateComment',(_0x7f32ad,_0x48f8e5)=>this['_updateComment'](_0x48f8e5)),this['on']('removeComment',(_0xae6a2f,_0xe8b781)=>this['_removeComment'](_0xe8b781)),this['on']('addComment',(_0x3a9f23,{threadId:_0x50317e,isFromAdapter:_0x5bc046})=>{if(_0x5bc046)return;const _0x4ea7be=this['getCommentThread'](_0x50317e),_0x206292=_0x4ea7be&&this['_threadToController']['get'](_0x4ea7be);_0x206292&&_0x206292['view']['focus']();},{'priority':'lowest'}),this['listenTo'](_0x2c2db5,'change:activeAnnotations',(_0x1554ed,_0x177702,_0x36e19b)=>{const _0x298122=Array['from'](_0x36e19b)['map'](_0x9f2194=>this['_viewToController']['get'](_0x9f2194['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x298122?_0x298122['model']:null;});}['afterInit'](){!function(_0x4ab342){function _0x503aa7(_0x5b704d,_0xad7121,_0x4e1f01){const _0x2d7c5c={};_0x2d7c5c[_0x45882f([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x2d7c5c[_0x45882f([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],_0x2d7c5c[_0x45882f([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],_0x2d7c5c[_0x45882f([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],_0x2d7c5c[_0x45882f([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],_0x2d7c5c[_0x45882f([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],_0x2d7c5c[_0x45882f([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],_0x2d7c5c[_0x45882f([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],_0x2d7c5c[_0x45882f([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],_0x2d7c5c[_0x45882f([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],_0x2d7c5c[_0x45882f([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 _0x364678=new Uint8Array(0x10);for(let _0x1cc7a3=0xf;_0x1cc7a3>=0x0;--_0x1cc7a3)_0x364678[_0x1cc7a3]=_0x4e1f01%0x100,_0x4e1f01=parseInt(_0x4e1f01/0x100);let _0x386a85=null,_0x50c487=0x10;const _0x4d1211=new Uint8Array(_0xad7121),_0x22016d=[],_0xe21d8f=[];_0x4ccb93();for(let _0x394954=0x0;_0x394954<_0x5b704d[_0x45882f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x394954++)0x10===_0x50c487&&(_0x386a85=_0x16c356(_0x364678),_0x50c487=0x0,_0x1f11d2(_0x364678)),_0x5b704d[_0x394954]^=_0x386a85[_0x50c487++];return _0x5b704d;function _0x357d3b(_0x41d043){const _0x195033=[];for(let _0x2dc16a=0x0;_0x2dc16a<_0x41d043[_0x45882f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2dc16a+=0x4)_0x195033[_0x45882f([0x70,0x75,0x73,0x68])](_0x41d043[_0x2dc16a]<<0x18|_0x41d043[_0x2dc16a+0x1]<<0x10|_0x41d043[_0x2dc16a+0x2]<<0x8|_0x41d043[_0x2dc16a+0x3]);return _0x195033;}function _0x1f11d2(_0x56cfab){for(let _0x490ea7=0xf;_0x490ea7>=0x0;_0x490ea7--){if(0xff!==_0x56cfab[_0x490ea7]){_0x56cfab[_0x490ea7]++;break;}_0x56cfab[_0x490ea7]=0x0;}}function _0x16c356(_0x19b6f1){const _0x2acf51=_0x22016d[_0x45882f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x179877=[0x0,0x0,0x0,0x0];let t=_0x357d3b(_0x19b6f1);for(let _0x4c57ff=0x0;_0x4c57ff<0x4;_0x4c57ff++)t[_0x4c57ff]^=_0x22016d[0x0][_0x4c57ff];for(let _0x2569a9=0x1;_0x2569a9<_0x2acf51;_0x2569a9++){for(let _0x15baa5=0x0;_0x15baa5<0x4;_0x15baa5++)_0x179877[_0x15baa5]=_0x2d7c5c[_0x45882f([0x54,0x31])][t[_0x15baa5]>>0x18&0xff]^_0x2d7c5c[_0x45882f([0x54,0x32])][t[(_0x15baa5+0x1)%0x4]>>0x10&0xff]^_0x2d7c5c[_0x45882f([0x54,0x33])][t[(_0x15baa5+0x2)%0x4]>>0x8&0xff]^_0x2d7c5c[_0x45882f([0x54,0x34])][0xff&t[(_0x15baa5+0x3)%0x4]]^_0x22016d[_0x2569a9][_0x15baa5];t=_0x179877[_0x45882f([0x73,0x6c,0x69,0x63,0x65])]();}const _0x5e5eb6=new Uint8Array(0x10);let _0xf62e3a;for(let _0x5c2f07=0x0;_0x5c2f07<0x4;_0x5c2f07++)_0xf62e3a=_0x22016d[_0x2acf51][_0x5c2f07],_0x5e5eb6[0x4*_0x5c2f07]=0xff&(_0x2d7c5c[_0x45882f([0x53])][t[_0x5c2f07]>>0x18&0xff]^_0xf62e3a>>0x18),_0x5e5eb6[0x4*_0x5c2f07+0x1]=0xff&(_0x2d7c5c[_0x45882f([0x53])][t[(_0x5c2f07+0x1)%0x4]>>0x10&0xff]^_0xf62e3a>>0x10),_0x5e5eb6[0x4*_0x5c2f07+0x2]=0xff&(_0x2d7c5c[_0x45882f([0x53])][t[(_0x5c2f07+0x2)%0x4]>>0x8&0xff]^_0xf62e3a>>0x8),_0x5e5eb6[0x4*_0x5c2f07+0x3]=0xff&(_0x2d7c5c[_0x45882f([0x53])][0xff&t[(_0x5c2f07+0x3)%0x4]]^_0xf62e3a);return _0x5e5eb6;}function _0x4ccb93(){const _0x9117fa=_0x2d7c5c[_0x45882f([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x4d1211[_0x45882f([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x205e37=0x0;_0x205e37<=_0x9117fa;_0x205e37++)_0x22016d[_0x45882f([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0xe21d8f[_0x45882f([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x2e8c5b=0x4*(_0x9117fa+0x1),_0x48c2b7=_0x4d1211[_0x45882f([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x1202f2=_0x357d3b(_0x4d1211);let _0x51ed09;for(let _0x1de27b=0x0;_0x1de27b<_0x48c2b7;_0x1de27b++)_0x51ed09=_0x1de27b>>0x2,_0x22016d[_0x51ed09][_0x1de27b%0x4]=_0x1202f2[_0x1de27b],_0xe21d8f[_0x9117fa-_0x51ed09][_0x1de27b%0x4]=_0x1202f2[_0x1de27b];let _0x518e14,_0x536080=0x0,t=_0x48c2b7;for(;t<_0x2e8c5b;){_0x518e14=_0x1202f2[_0x48c2b7-0x1],_0x1202f2[0x0]^=_0x2d7c5c[_0x45882f([0x53])][_0x518e14>>0x10&0xff]<<0x18^_0x2d7c5c[_0x45882f([0x53])][_0x518e14>>0x8&0xff]<<0x10^_0x2d7c5c[_0x45882f([0x53])][0xff&_0x518e14]<<0x8^_0x2d7c5c[_0x45882f([0x53])][_0x518e14>>0x18&0xff]^_0x2d7c5c[_0x45882f([0x72,0x63,0x6f,0x6e])][_0x536080]<<0x18,_0x536080+=0x1;for(let _0x567727=0x1;_0x567727<_0x48c2b7/0x2;_0x567727++)_0x1202f2[_0x567727]^=_0x1202f2[_0x567727-0x1];_0x518e14=_0x1202f2[_0x48c2b7/0x2-0x1],_0x1202f2[_0x48c2b7/0x2]^=_0x2d7c5c[_0x45882f([0x53])][0xff&_0x518e14]^_0x2d7c5c[_0x45882f([0x53])][_0x518e14>>0x8&0xff]<<0x8^_0x2d7c5c[_0x45882f([0x53])][_0x518e14>>0x10&0xff]<<0x10^_0x2d7c5c[_0x45882f([0x53])][_0x518e14>>0x18&0xff]<<0x18;for(let _0x4ea8b9=_0x48c2b7/0x2+0x1;_0x4ea8b9<_0x48c2b7;_0x4ea8b9++)_0x1202f2[_0x4ea8b9]^=_0x1202f2[_0x4ea8b9-0x1];let _0x3c92f8,_0x9808b5,_0x47fe00=0x0;for(;_0x47fe00<_0x48c2b7&&t<_0x2e8c5b;)_0x3c92f8=t>>0x2,_0x9808b5=t%0x4,_0x22016d[_0x3c92f8][_0x9808b5]=_0x1202f2[_0x47fe00],_0xe21d8f[_0x9117fa-_0x3c92f8][_0x9808b5]=_0x1202f2[_0x47fe00++],t++;}for(let _0x3d46d5=0x1;_0x3d46d5<_0x9117fa;_0x3d46d5++)for(let _0x1408c0=0x0;_0x1408c0<0x4;_0x1408c0++)_0x518e14=_0xe21d8f[_0x3d46d5][_0x1408c0],_0xe21d8f[_0x3d46d5][_0x1408c0]=_0x2d7c5c[_0x45882f([0x55,0x31])][_0x518e14>>0x18&0xff]^_0x2d7c5c[_0x45882f([0x55,0x32])][_0x518e14>>0x10&0xff]^_0x2d7c5c[_0x45882f([0x55,0x33])][_0x518e14>>0x8&0xff]^_0x2d7c5c[_0x45882f([0x55,0x34])][0xff&_0x518e14];}}function _0x45882f(_0x43a97f){return _0x43a97f['map'](_0xcbd34c=>String['fromCharCode'](_0xcbd34c))['join']('');}(_0xae523b=>{function _0x2176ff(){const _0x11edf1=[{[_0x45882f([0x69,0x64])]:0x1,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x45882f([0x69,0x64])]:0x2,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([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]),[_0x45882f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x45882f([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x45882f([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x45882f([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x45882f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x45882f([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x45882f([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x45882f([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x45882f([0x69,0x64])]:0x3,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x45882f([0x69,0x64])]:0x4,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([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]),[_0x45882f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x45882f([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x45882f([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x45882f([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x45882f([0x69,0x64])]:0x5,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([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]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x45882f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x45882f([0x66,0x67,0x69])]:[0xc]}},{[_0x45882f([0x69,0x64])]:0x6,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x45882f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x45882f([0x66,0x67,0x69])]:[0xc]}},{[_0x45882f([0x69,0x64])]:0x7,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x45882f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x45882f([0x66,0x67,0x69])]:[0xc]}},{[_0x45882f([0x69,0x64])]:0x8,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([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]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x45882f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x45882f([0x66,0x67,0x69])]:[0xc]}},{[_0x45882f([0x69,0x64])]:0x9,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x45882f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x45882f([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x45882f([0x69,0x64])]:0xa,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([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]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([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]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([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]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x45882f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x45882f([0x66,0x67,0x69])]:[0xc]}},{[_0x45882f([0x69,0x64])]:0xb,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x45882f([0x69,0x64])]:0xc,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x45882f([0x69,0x64])]:0xd,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x45882f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x45882f([0x66,0x67,0x69])]:[0xc]}},{[_0x45882f([0x69,0x64])]:0xe,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x45882f([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([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])},{[_0x45882f([0x69,0x64])]:0xf,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x45882f([0x69,0x64])]:0x10,[_0x45882f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x4d,0x65,0x72,0x67,0x65,0x20,0x54,0x61,0x67,0x73]),[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x45882f([0x4d,0x65,0x72,0x67,0x65,0x54,0x61,0x67,0x73,0x55,0x49]),[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x45882f([0x6d,0x65,0x72,0x67,0x65,0x54,0x61,0x67,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x45882f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x45882f([0x66,0x67,0x69])]:[0xc]}}];return _0x2ae2ed(_0x11edf1),_0x11edf1;function _0x2106d7(_0x2e8ca1){return 0x1<<_0x2e8ca1-0x1;}function _0x2ae2ed(_0x2719e1){_0x2719e1[_0x45882f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x24fcf7=>{_0x24fcf7[_0x45882f([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x2106d7(_0x24fcf7[_0x45882f([0x69,0x64])]),_0x333d96(_0x24fcf7)&&_0x24fcf7[_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x2ae2ed(_0x24fcf7[_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x333d96(_0x3f6010){return _0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x3f6010;}const _0x392b13=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x27e04b=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x4c9b97(_0xcec7ea){const _0x405574=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x58c151(_0xcec7ea,new Uint8Array([..._0x392b13,..._0x405574,..._0x27e04b]));}function _0x58c151(_0x381090,_0x2e9968){const _0x7d1a2d=_0x4455d8(_0x381090),_0x4beb84=Array[_0x45882f([0x66,0x72,0x6f,0x6d])](_0x4ba23e(_0x7d1a2d)),_0x35e294=_0x4beb84[_0x45882f([0x70,0x6f,0x70])](),_0x28d1d2=_0x4beb84[_0x45882f([0x70,0x6f,0x70])]();return _0x1121d6(_0x503aa7(_0x4beb84,_0x2e9968,_0x28d1d2+0x100*_0x35e294));}function _0x4455d8(_0x41b3aa){const _0x23c472=atob(_0x41b3aa),[_0x2dd83f,_0x544333]=_0x23c472[_0x45882f([0x73,0x70,0x6c,0x69,0x74])](_0x45882f([0x2d]));try{if(atob(_0x544333))return atob(_0x2dd83f);}catch(_0x5befbe){}return _0x23c472;}function _0x34169f(_0x4feee3){try{const _0x349c23=_0x4c9b97(_0x4feee3),_0x371c9b=JSON[_0x45882f([0x70,0x61,0x72,0x73,0x65])](_0x349c23),_0x23bdcd=parseInt(_0x371c9b[_0x45882f([0x31])]),_0x218d70=_0x371c9b[_0x45882f([0x32])]||'',_0x1fc1f4=parseInt(_0x371c9b[_0x45882f([0x33])]),_0x3c0c1d=parseInt(_0x371c9b[_0x45882f([0x34])])||0x0,_0xc9e41c=parseInt(_0x371c9b[_0x45882f([0x35])])||0x0;return{[_0x45882f([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x218d70,[_0x45882f([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x3c0c1d,[_0x45882f([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x23bdcd,[_0x45882f([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x1fc1f4,[_0x45882f([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0xc9e41c};}catch(_0x327cba){return null;}}const _0xd34e57=_0x2176ff(),_0x4dae70={[_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x2a053d,[_0x45882f([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])]:_0x72cb18,[_0x45882f([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])]:_0x1ec208},_0xd5a3f9=_0xae523b[_0x45882f([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x258639=_0x45882f([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0xae523b?_0xae523b['context']:_0xae523b['editor'],_0x490842=_0x45882f([0x34,0x30,0x34,0x38,0x31,0x32,0x31,0x38]),_0x171a5a=_0x45882f([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]),_0x3b7650=_0x258639['config']['get'](_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x4de00f=_0xd34e57[_0x45882f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x333d96)[_0x45882f([0x66,0x69,0x6e,0x64])](_0x386738=>_0x386738[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0xd5a3f9);function _0x579331(_0x331217,_0x4df7e1){_0x4dae70[_0x4df7e1[_0x45882f([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x331217,_0x4df7e1),_0x4df7e1[_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x4df7e1[_0x45882f([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x45882f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4f8ae9=>_0x5239e8(_0x258639,_0x4f8ae9[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x45882f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x24af8b=>_0x579331(_0x331217,_0x24af8b));}function _0x2a053d(_0x5be753,_0x494f5d){_0x3ab7db(_0x4d373a(_0x5be753,_0x494f5d),_0x494f5d);}function _0x72cb18(_0x478f9b,_0xdcb5a8){function _0x121e84(_0x3b657d,_0xa39232){try{if(_0x5239e8(_0x258639,_0x45882f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x3b657d){const _0x49ea2b=_0x4cb4aa(_0x258639,_0x45882f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x45882f([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x49ea2b)/0x2>_0x3b657d[_0x45882f([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x21d505(_0xa39232[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x4d373a(_0x3b657d,_0xa39232);}catch(_0x25bb92){return _0x21d505(_0xa39232[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x3ab7db(_0x121e84(_0x478f9b,_0xdcb5a8),_0xdcb5a8);}function _0x1ec208(_0x90d574,_0x23b0ab){const _0x31aaad=_0x27e04b[0x0]*_0x392b13[0x1],_0x4dc5b8=_0x27e04b[0x0]*_0x392b13[0x2],_0xabe652=_0x27e04b[0x2]*_0x392b13[0x2];_0x5239e8(_0x258639,_0x45882f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x4cb4aa(_0x258639,_0x45882f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x45882f([0x73,0x74,0x61,0x74,0x65])]==_0x45882f([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x255904()]=_0xabe652);function _0x384c1e(_0x4cb3e2,_0x4b4781){try{return _0x490d8f()?_0x21d505(_0x4b4781[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x56,0x61,0x6c,0x69,0x64])):_0x4d373a(_0x4cb3e2,_0x4b4781);}catch(_0x320931){return _0x21d505(_0x4b4781[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x1f75a7(_0x196d39,_0x466357){const _0x104592=0x7;if(_0x196d39==_0x466357[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0xf01966();else{if(_0x196d39==_0x466357[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x54,0x72,0x69,0x61,0x6c])){const _0x49d35c=_0x2b65a4();_0x49d35c&&_0x360acf(_0x49d35c,_0x466357[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x11f4c6=_0x400a94();window[_0x45882f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x360acf(_0x45882f([0x74,0x69,0x6d,0x65]),_0x466357[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x11f4c6);const _0x718d79=_0x4cb4aa(_0x258639,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x45882f([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x718d79[_0x45882f([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x104592?_0x360acf(_0x45882f([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x466357[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x718d79['on'](_0x45882f([0x61,0x64,0x64]),()=>{_0x718d79[_0x45882f([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x104592&&_0x360acf(_0x45882f([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x466357[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x2b65a4(){if(!_0x5239e8(_0x258639,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x2b50b1 in window)if(Number['isNaN'](Number(_0x2b50b1))){if(window[_0x2b50b1]===_0x31aaad)return _0x45882f([0x74,0x69,0x6d,0x65]);if(window[_0x2b50b1]===_0x4dc5b8)return _0x45882f([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x490d8f(){if(!_0x5239e8(_0x258639,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x3baa67 in window)if(Number['isNaN'](Number(_0x3baa67))&&window[_0x3baa67]===_0xabe652)return!0x0;return!0x1;}function _0x360acf(_0x3a65ed,_0x156cbc){_0xf01966(),_0x21d505(_0x156cbc+_0x45882f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x3a65ed),window[_0x255904()]=_0x3a65ed===_0x45882f([0x74,0x69,0x6d,0x65])?_0x31aaad:_0x4dc5b8;}function _0x400a94(){let _0x35bb20=_0x27e04b[0x6]*_0x392b13[0x8]*_0x392b13[0x6];return _0x5239e8(_0x258639,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x35bb20/=0xa),_0x35bb20;}function _0xf01966(){const _0x90bcd8=_0x258639;function _0x4865e2(){_0x5239e8(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x4cb4aa(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x45882f([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x45882f([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x4cb4aa(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x45882f([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x4cb4aa(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x45882f([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x17a84b,_0x4cb4aa(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x45882f([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x17a84b,_0x90bcd8[_0x45882f([0x6d,0x6f,0x64,0x65,0x6c])][_0x45882f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x17a84b,_0x90bcd8[_0x45882f([0x6d,0x6f,0x64,0x65,0x6c])][_0x45882f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x17a84b,_0x90bcd8[_0x45882f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x45882f([0x6d,0x6f,0x64,0x65,0x6c]))),_0x5239e8(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x4cb4aa(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x45882f([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x45882f([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x4cb4aa(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x45882f([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x4cb4aa(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x45882f([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x17a84b,_0x4cb4aa(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x45882f([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x17a84b);}_0x90bcd8[_0x45882f([0x73,0x74,0x61,0x74,0x65])]==_0x45882f([0x72,0x65,0x61,0x64,0x79])?_0x4865e2():_0x90bcd8[_0x45882f([0x6f,0x6e,0x63,0x65])](_0x45882f([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x5239e8(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x4865e2(),_0x5239e8(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x41a9e3=_0x4cb4aa(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x105454=_0x41a9e3['getRevision'](0x0),_0xb2fd01=_0x41a9e3['getEarlierVisibleRevision'](_0x105454[_0x45882f([0x69,0x64])]);_0x4cb4aa(_0x90bcd8,_0x45882f([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x45882f([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x105454[_0x45882f([0x69,0x64])],_0xb2fd01?_0xb2fd01[_0x45882f([0x69,0x64])]:null,0x1)['then'](()=>_0x4865e2());}});}_0x1f75a7(_0x384c1e(_0x90d574,_0x23b0ab),_0x23b0ab);}function _0x4d373a(_0x3bd672,_0x2820b0){try{return _0x41b317(_0x2820b0)?_0x21d505(_0x2820b0[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x56,0x61,0x6c,0x69,0x64])):_0x3bd672&&_0x1fde2b(_0x3bd672[_0x45882f([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x2820b0)?_0x3bd672[_0x45882f([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x45882f([0x6f,0x70,0x65,0x6e])][_0x45882f([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x490842)/0x2>_0x3bd672[_0x45882f([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x21d505(_0x2820b0[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x3bd672[_0x45882f([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x21d505(_0x2820b0[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x54,0x72,0x69,0x61,0x6c])):_0x21d505(_0x2820b0[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x56,0x61,0x6c,0x69,0x64])):_0x21d505(_0x2820b0[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x1f930c){return _0x21d505(_0x2820b0[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x3ab7db(_0x44ba30,_0x9da826){if(_0x258639 instanceof _0x3c3a23){const _0x2de707=_0x258639;_0x44ba30==_0x9da826[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x14a0fc(_0x2de707):_0x44ba30==_0x9da826[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x54,0x72,0x69,0x61,0x6c])&&window[_0x45882f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x14a0fc(_0x2de707),_0x21d505(_0x9da826[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x27e04b[0x6]*_0x392b13[0x8]*_0x392b13[0x6]),_0x2de707[_0x45882f([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x45882f([0x6f,0x6e])](_0x45882f([0x61,0x64,0x64]),(_0x1d2059,_0x3cd42f)=>{_0x44ba30!=_0x9da826[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x44ba30!=_0x9da826[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x44ba30!=_0x9da826[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x44f912(_0x3cd42f);});}else{const _0x3fcbcb=_0x258639;_0x44ba30==_0x9da826[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x44f912(_0x3fcbcb):_0x44ba30==_0x9da826[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x54,0x72,0x69,0x61,0x6c])&&_0x3fcbcb[_0x45882f([0x6f,0x6e])](_0x45882f([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x2839a9=0x0;_0x3fcbcb[_0x45882f([0x6d,0x6f,0x64,0x65,0x6c])][_0x45882f([0x6f,0x6e])](_0x45882f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x13755a,_0x4a4c30)=>{_0x4a4c30[0x0][_0x45882f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2839a9++,0x1f8===_0x2839a9&&(_0x44f912(_0x3fcbcb),_0x21d505(_0x9da826[_0x45882f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x45882f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x13755a[_0x45882f([0x6f,0x66,0x66])]());},{'priority':_0x45882f([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x21d505(_0x2229fd){const _0x4f1c14=_0x255904();return _0x258639[_0x4f1c14]=_0x2229fd,_0x2229fd;}function _0x255904(){const _0x4b1d33=String(window[_0x45882f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x45882f([0x6e,0x6f,0x77])]())[_0x45882f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x45882f([0x2e]),'');let _0x4f9db5='';for(let _0xcab37a=0x0;_0xcab37a<_0x4b1d33[_0x45882f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xcab37a+=0x2){let _0x57660a=parseInt(_0x4b1d33[_0x45882f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xcab37a,_0xcab37a+0x2));_0x57660a>=_0x171a5a[_0x45882f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x57660a-=_0x171a5a[_0x45882f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4f9db5+=_0x171a5a[_0x57660a];}return _0x4f9db5;}function _0x14a0fc(_0x912b56){for(const _0x2983c0 of _0x912b56[_0x45882f([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x44f912(_0x2983c0);_0x4cb4aa(_0x912b56,_0x45882f([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x45882f([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x4cb4aa(_0x912b56,_0x45882f([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x45882f([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x17a84b;}function _0x44f912(_0x156e97){function _0x1883c2(){_0x156e97[_0x45882f([0x6d,0x6f,0x64,0x65,0x6c])][_0x45882f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x17a84b,_0x156e97[_0x45882f([0x6d,0x6f,0x64,0x65,0x6c])][_0x45882f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x17a84b,_0x156e97[_0x45882f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x45882f([0x6d,0x6f,0x64,0x65,0x6c]));}_0x156e97[_0x45882f([0x73,0x74,0x61,0x74,0x65])]==_0x45882f([0x72,0x65,0x61,0x64,0x79])?_0x1883c2():_0x156e97[_0x45882f([0x6f,0x6e,0x63,0x65])](_0x45882f([0x72,0x65,0x61,0x64,0x79]),()=>_0x1883c2());}function _0x17a84b(){return null;}function _0x1fde2b(_0x2124a0,_0x412f9f){const _0x3eb77f=!!(_0x2124a0&_0x412f9f[_0x45882f([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x1e2604=_0x3dc9a7(_0x2124a0,_0x412f9f);return _0x3eb77f||_0x1e2604;}function _0x3dc9a7(_0x382d83,_0x28d11e){const _0x34a4e9=(_0x28d11e[_0x45882f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x45882f([0x66,0x67,0x69])]||null;return!!_0x34a4e9&&_0xd34e57[_0x45882f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x228109=>_0x34a4e9[_0x45882f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x228109[_0x45882f([0x69,0x64])]))[_0x45882f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x351758=>!_0x3528be(_0x351758))[_0x45882f([0x73,0x6f,0x6d,0x65])](_0x55308d=>!!(_0x382d83&_0x55308d[_0x45882f([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x3528be(_0x219359){const _0x3d4701={[_0x45882f([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])]:_0x5e1271};return!!_0x219359['forbiddenHandler']&&_0x3d4701[_0x219359['forbiddenHandler']]();}function _0x5e1271(){return!window[_0x45882f([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x5239e8(_0x258639,_0x45882f([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x41b317(_0x35dbfc){if(!_0x5239e8(_0x258639,_0x35dbfc[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x554ee7=_0x35dbfc[_0x45882f([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x25b1d5=_0x554ee7[_0x45882f([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x283ecd=_0x554ee7[_0x45882f([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x12adb2=_0x554ee7[_0x45882f([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x5239e8(_0x258639,_0x45882f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x4cb4aa(_0x258639,_0x45882f([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x45882f([0x73,0x74,0x61,0x74,0x65])]==_0x45882f([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x25b1d5)return!0x0;if(_0x5239e8(_0x258639,_0x45882f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x4cb4aa(_0x258639,_0x45882f([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x45882f([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x45882f([0x65,0x6e,0x64])&&_0x283ecd)return!0x0;return!(!_0x5239e8(_0x258639,_0x45882f([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]))||_0x4cb4aa(_0x258639,_0x45882f([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]))[_0x45882f([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x45882f([0x65,0x6e,0x64])||!_0x12adb2);}function _0x5239e8(_0x4c5c61,_0x4d0906){return _0x4c5c61[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x45882f([0x68,0x61,0x73])](_0x4d0906);}function _0x4cb4aa(_0x195d03,_0x578b45){return _0x195d03[_0x45882f([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x45882f([0x67,0x65,0x74])](_0x578b45);}function _0x1121d6(_0x50b46a){let _0x62640='';for(const _0xe00350 of _0x50b46a)_0x62640+=String[_0x45882f([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0xe00350);return _0x62640;}function _0x4ba23e(_0xb77fec){const _0x115888=new Uint8Array(_0xb77fec[_0x45882f([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x21f88c=0x0;_0x21f88c<_0xb77fec[_0x45882f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x21f88c++)_0x115888[_0x21f88c]=_0xb77fec[_0x45882f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x21f88c);return _0x115888;}_0x4de00f&&_0x579331(_0x34169f(_0x3b7650),_0x4de00f);})(_0x4ab342);}(this);}set['adapter'](_0x4bcd4e){if(this['_adapter'])throw new _0x45b235('commentsrepository-adapter-already-set');this['_adapter']=_0x4bcd4e;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x3c954e=Ct,threadId:_0x3b1e3c=_0x55f3a0(),comments:_0x1f147f=[],unlinkedAt:_0x1eac1b=null,resolvedAt:_0x540750=null,resolvedBy:_0x158555=null,target:_0x3516e0=null,context:_0x44c5a0=null,attributes:_0x5232d0={},isResolvable:_0x5536b3=!0x0,isSubmitted:_0x4e36e4=!0x1,isFromAdapter:_0x347422=!0x1}={}){return this['fire'](gt('addCommentThread',_0x3c954e),{'channelId':_0x3c954e,'threadId':_0x3b1e3c,'comments':_0x1f147f,'unlinkedAt':_0x1eac1b,'resolvedAt':_0x540750,'resolvedBy':_0x158555,'target':_0x3516e0,'context':_0x44c5a0,'attributes':_0x5232d0,'isFromAdapter':_0x347422,'isResolvable':_0x5536b3,'isSubmitted':_0x4e36e4}),this['getCommentThread'](_0x3b1e3c);}['openNewCommentThread']({channelId:_0x2ea1bf=Ct,threadId:_0x3087af=_0x55f3a0(),target:_0x1d42a0,context:_0x449573=null,isResolvable:_0xc3dd2e=!0x0}){if(this['_readOnlyChannels']['has'](_0x2ea1bf)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x1d42a0)throw new _0x45b235('commentsrepository-missing-target');const _0x46569b=this['addCommentThread']({'channelId':_0x2ea1bf,'threadId':_0x3087af,'target':_0x1d42a0,'context':_0x449573,'isResolvable':_0xc3dd2e});if(!_0x46569b)return null;const _0x4ba82a=this['_threadToController']['get'](_0x46569b),_0x40b64e=_0x4ba82a['view']['commentThreadInputView']['commentInputView'],_0x131d9c=this['context']['plugins']['get'](b),_0x310f00=_0x131d9c['getByInnerView'](_0x4ba82a['view']);return _0x131d9c['activate'](_0x310f00),_0x40b64e['once']('editorReady',()=>_0x40b64e['focus']()),_0x46569b;}['hasCommentThread'](_0x4508ac){if('string'!=typeof _0x4508ac)throw new _0x45b235('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x4508ac);}['updateCommentThread']({channelId:_0x39d3e8=Ct,threadId:_0x2eec15,context:_0x2daf29,unlinkedAt:_0x3a61ec,attributes:_0x23a19b,isFromAdapter:_0x30c089=!0x1}){return this['fire'](gt('updateCommentThread',_0x39d3e8),{'channelId':_0x39d3e8,'threadId':_0x2eec15,'context':_0x2daf29,'unlinkedAt':_0x3a61ec,'attributes':_0x23a19b,'isFromAdapter':_0x30c089}),this['getCommentThread'](_0x2eec15);}['getCommentThread'](_0x2a45f){if('string'!=typeof _0x2a45f)throw new _0x45b235('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x2a45f);}['fetchCommentThread']({channelId:_0x193029,threadId:_0x79b69}={}){const _0x10394a=this['getCommentThread'](_0x79b69);if(_0x10394a)return Promise['resolve'](_0x10394a);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x45b235('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x193029,'threadId':_0x79b69})['then'](_0x5123f4=>this['hasCommentThread'](_0x79b69)?this['getCommentThread'](_0x79b69):_0x5123f4?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x193029},_0x5123f4)):void 0x0)['catch'](_0x10fa7f=>{throw console['error'](_0x10fa7f),new _0x45b235('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x2cd3db,skipNotAttached:_0x4041e6=!0x1,skipEmpty:_0x12f24b=!0x1,toJSON:_0x3d9e8d=!0x1}={}){const _0x39dcd6=[];for(const _0x24df56 of this['_threads']['values']())_0x2cd3db&&_0x24df56['channelId']!==_0x2cd3db||_0x4041e6&&!_0x24df56['isAttached']||_0x12f24b&&0x0===_0x24df56['length']||_0x39dcd6['push'](_0x24df56);return _0x3d9e8d?_0x39dcd6['map'](_0x43bf8a=>_0x43bf8a['toJSON']()):_0x39dcd6;}['setActiveCommentThread'](_0x4aa0f3){const _0x2a7576=this['context']['plugins']['get'](b);if(!_0x4aa0f3)return void(this['activeCommentThread']&&_0x2a7576['deactivateAll']());const _0x112659=this['getCommentThread'](_0x4aa0f3);if(!_0x112659)throw new _0x45b235('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x4aa0f3});if(!this['_threadToController']['has'](_0x112659))throw new _0x45b235('commentsrepository-active-not-attached',null,{'threadId':_0x4aa0f3});const _0x243ca1=_0x2a7576['getByInnerView'](this['_threadToController']['get'](_0x112659)['view']);_0x2a7576['activate'](_0x243ca1);}['switchReadOnly'](_0xd4d46e,_0x138b7e){_0xd4d46e?this['_readOnlyChannels']['add'](_0x138b7e):this['_readOnlyChannels']['delete'](_0x138b7e),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x40487c){return this['_readOnlyChannels']['has'](_0x40487c)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x53b2c7,_0x486ac0){return new wt(_0x53b2c7,_0x486ac0);}['setPermissions'](_0x265d08,_0x331a86=Ct){this['_permissions']['set'](_0x331a86,_0x265d08),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x467d7e=Ct){return this['_permissions']['has'](_0x467d7e)?this['_permissions']['get'](_0x467d7e):vt;}['_addCommentThread']({channelId:_0x55f05f,threadId:_0x5093ab,comments:_0x42027b,unlinkedAt:_0x5ed13a,resolvedAt:_0x20f68d,resolvedBy:_0x12b952,target:_0x3475a4,context:_0x3749c8,attributes:_0x4dbdbb,isFromAdapter:_0x30e646,isResolvable:_0x53ba4f,isSubmitted:_0x556bc6}){if('string'!=typeof _0x5093ab)throw new _0x45b235('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x5093ab});if(this['hasCommentThread'](_0x5093ab))throw new _0x45b235('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x5093ab});const _0x2c801f=new ie(this,{'channelId':_0x55f05f,'id':_0x5093ab,'context':_0x3749c8,'attributes':_0x4dbdbb,'unlinkedAt':_0x5ed13a,'resolvedAt':_0x20f68d,'resolvedBy':_0x12b952?this['context']['plugins']['get'](lt)['getUser'](_0x12b952):null,'isResolvable':_0x53ba4f,'isSubmitted':_0x556bc6||_0x30e646});this['_threads']['set'](_0x5093ab,_0x2c801f);for(const _0x2422c3 of _0x42027b)_0x2c801f['_add'](this['_createNewComment']({'threadId':_0x5093ab,..._0x2422c3}));return _0x3475a4&&_0x2c801f['attachTo'](_0x3475a4),_0x30e646||!_0x2c801f['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x55f05f,'threadId':_0x5093ab});}['_submitCommentThread']({channelId:_0x17433d,threadId:_0x1dd380}){if(!this['hasCommentThread'](_0x1dd380))throw new _0x45b235('commentsrepository-missing-comment-thread',this);const _0x45da96=this['getCommentThread'](_0x1dd380);if(_0x45da96['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x5e79e2,comments:_0x2aca85,resolvedAt:_0x2676a0,resolvedBy:_0x43f2c3,context:_0x2ec2c3,attributes:_0x258705}=_0x45da96,_0xf33404=this['context']['plugins']['get']('PendingActions'),_0x1e4a0c=_0xf33404['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x17433d,'threadId':_0x5e79e2,'comments':_0x2aca85['map'](_0x514a6d=>_0x514a6d['toJSON']()),'resolvedAt':_0x2676a0,'resolvedBy':_0x43f2c3?_0x43f2c3['id']:_0x43f2c3,'context':_0x2ec2c3,'attributes':_0x258705})['then'](({comments:_0x27e964})=>{_0xf33404['remove'](_0x1e4a0c);for(const _0x338fa7 of _0x27e964)this['_updateComment']({'channelId':_0x17433d,'threadId':_0x1dd380,'commentId':_0x338fa7['commentId'],'createdAt':_0x338fa7['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3edd8a=>{throw console['error'](_0x3edd8a),new _0x45b235('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x14c6f0,target:_0x5b5249}){const _0x427099=this['getCommentThread'](_0x14c6f0);if(!_0x427099)throw new _0x45b235('commentsrepository-attach-missing-comment-thread',this);const _0x4c3bef=this['context']['plugins']['get']('PendingActions'),_0x9448c2=this['context']['plugins']['get'](b),_0x47bee0=this['_createCommentThreadView'](_0x427099),_0x12f1b8=new wt(_0x427099,_0x47bee0);let _0x37f88c=null;_0x47bee0['on']('change:isDirty',(_0xc6746b,_0x39a3a9,_0x603fef)=>{_0x603fef?_0x37f88c=_0x4c3bef['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x37f88c&&(_0x4c3bef['remove'](_0x37f88c),_0x37f88c=null);}),this['_threadToController']['set'](_0x427099,_0x12f1b8),this['_viewToController']['set'](_0x47bee0,_0x12f1b8);const _0x37342d=new V(this['context']['locale'],_0x47bee0);_0x37342d['bind']('length')['to'](_0x47bee0),_0x37342d['bind']('isDirty')['to'](_0x47bee0,'isDirty',_0x47bee0,'length',(_0x2f629f,_0x4907aa)=>_0x2f629f||!_0x4907aa),_0x37342d['bind']('isActive')['to'](_0x47bee0),_0x37342d['type']='comment';const _0x53484d=new d({'view':_0x37342d,'target':_0x5b5249,'type':'comment','isVisible':!_0x427099['isResolved']});return this['_bindAnnotationToEditors'](_0x47bee0,_0x53484d),_0x9448c2['add'](_0x53484d),_0x53484d;}['_bindAnnotationToEditors'](_0x2ca82f,_0x4fa6fb){this['listenTo'](_0x2ca82f,'editorReady',(_0x412923,_0xc56993)=>{const _0x38ab32=_0xc56993['ui']['view']['body']['bodyCollectionContainer'];_0x4fa6fb['focusableElements']['add'](_0x38ab32),this['context']instanceof mt&&this['context']['ui']['focusTracker']['add'](_0x38ab32);},{'priority':'highest'}),this['listenTo'](_0x2ca82f,'editorDestroyed',(_0x329b6f,_0x3de732)=>{const _0x1b3ddc=_0x3de732['ui']['view']['body']['bodyCollectionContainer'];_0x4fa6fb['focusableElements']['has'](_0x1b3ddc)&&_0x4fa6fb['focusableElements']['remove'](_0x1b3ddc),this['context']instanceof mt&&this['context']['ui']['focusTracker']['remove'](_0x1b3ddc);});}['_unbindEditors'](_0x10ed01){this['stopListening'](_0x10ed01,'editorReady'),this['stopListening'](_0x10ed01,'editorDestroyed');}['_createCommentThreadView'](_0x366be7){const _0x39eb84=this['context']['plugins']['get'](lt),{config:_0x34f547,locale:_0xb278b8}=this['context'],_0x1ab15f=dt(_0x34f547['get']('locale'));return new(0x0,(_0x34f547['get']('comments'))['CommentThreadView'])(_0xb278b8,_0x366be7,_0x39eb84['me'],{'editorConfig':{..._0x34f547['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x34f547['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x34f547['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x34f547['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x34f547['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x1ab15f,'CommentView':_0x34f547['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x443032,channelId:_0xc050b7,resolvedAt:_0x3a5fb2,resolvedBy:_0x473ab4,isFromAdapter:_0x8ea24b}){if(!this['hasCommentThread'](_0x443032))throw new _0x45b235('commentsrepository-missing-comment-thread',null,{'threadId':_0x443032});const _0x52ec59=this['getCommentThread'](_0x443032);if(_0x52ec59['isResolved'])throw new _0x45b235('commentsrepository-resolved-comment-thread',null,{'threadId':_0x443032});const _0x5ed272=this['context']['plugins']['get'](lt);if(_0x52ec59['resolvedBy']=_0x5ed272['getUser'](_0x473ab4),_0x52ec59['resolvedAt']=_0x3a5fb2,_0x8ea24b||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x3df6f3=this['context']['plugins']['get']('PendingActions'),_0x4706d1=_0x3df6f3['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0xc050b7,'threadId':_0x443032})['then'](({resolvedAt:_0x483938,resolvedBy:_0x17d90b})=>{_0x3df6f3['remove'](_0x4706d1),_0x52ec59['resolvedBy']['id']!==_0x17d90b&&(_0x52ec59['resolvedBy']=_0x5ed272['getUser'](_0x17d90b)),_0x52ec59['resolvedAt']=_0x483938;})['catch'](_0xf16ba3=>{throw console['error'](_0xf16ba3),new _0x45b235('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x48ec7f,channelId:_0x58d18d,isFromAdapter:_0x287e01}){if(!this['hasCommentThread'](_0x48ec7f))throw new _0x45b235('commentsrepository-missing-comment-thread',null,{'threadId':_0x48ec7f});const _0x666db0=this['getCommentThread'](_0x48ec7f);if(!_0x666db0['isResolved'])throw new _0x45b235('commentsrepository-reopen-comment-thread',null,{'threadId':_0x48ec7f});if(_0x666db0['resolvedBy']=null,_0x666db0['resolvedAt']=null,_0x287e01||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x4db228=this['context']['plugins']['get']('PendingActions'),_0x30680a=_0x4db228['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x58d18d,'threadId':_0x48ec7f})['then'](()=>_0x4db228['remove'](_0x30680a))['catch'](_0x80745f=>{throw console['error'](_0x80745f),new _0x45b235('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x1b0ea4,isFromAdapter:_0x3677b2}){const _0x5664a7=this['getCommentThread'](_0x1b0ea4);if(!_0x5664a7)throw new _0x45b235('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x1b0ea4),this['_threads']['delete'](_0x1b0ea4),!_0x5664a7['isSubmitted']||_0x3677b2||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x3fa009=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1fbbf8}=_0x5664a7,_0x42c1e6=_0x3fa009['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x1fbbf8,'threadId':_0x1b0ea4})['then'](()=>_0x3fa009['remove'](_0x42c1e6))['catch'](_0x310ccd=>{throw console['error'](_0x310ccd),new _0x45b235('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x4ac399,unlinkedAt:_0x1ca40b,context:_0x4ad7ad,attributes:_0x1f3ec4,isFromAdapter:_0x2bc4ca}){if('string'!=typeof _0x4ac399)throw new _0x45b235('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x4ac399});if(!this['hasCommentThread'](_0x4ac399))throw new _0x45b235('commentsrepository-missing-comment-thread',null,{'threadId':_0x4ac399});const _0x167446=this['getCommentThread'](_0x4ac399);let _0x1814a2=!0x1;if(void 0x0!==_0x4ad7ad&&_0x167446['context']!==_0x4ad7ad&&(_0x167446['context']=_0x4ad7ad,_0x1814a2=!0x0),void 0x0!==_0x1ca40b&&_0x167446['unlinkedAt']!==_0x1ca40b&&(_0x167446['unlinkedAt']=_0x1ca40b,_0x1814a2=!0x0),_0x1f3ec4&&!ft(_0x1f3ec4,_0x167446['attributes'])&&(_0x167446['attributes']=_0x1f3ec4,_0x1814a2=!0x0),!_0x1814a2)return Promise['resolve']();if(!_0x167446['isSubmitted']||_0x2bc4ca||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x3f7595=this['context']['plugins']['get']('PendingActions'),{channelId:_0x38ec23}=_0x167446,_0x23e53b=_0x3f7595['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x38ec23,'threadId':_0x4ac399,'context':_0x4ad7ad,'unlinkedAt':_0x1ca40b,'attributes':_0x1f3ec4})['then'](()=>_0x3f7595['remove'](_0x23e53b))['catch'](_0x19035c=>{throw console['error'](_0x19035c),new _0x45b235('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x23f13a){const _0x5aa3bd=this['context']['plugins']['get'](b),_0x49765c=this['getCommentThread'](_0x23f13a);if(this['_threadToController']['has'](_0x49765c)){const _0x213fa4=this['_threadToController']['get'](_0x49765c),_0x6130d3=_0x213fa4['view'],_0x1b9eef=_0x5aa3bd['getByInnerView'](_0x6130d3);this['_threadToController']['delete'](_0x49765c),this['_viewToController']['delete'](_0x6130d3),_0x1b9eef&&_0x5aa3bd['remove'](_0x1b9eef),_0x213fa4['destroy'](),_0x6130d3['destroy']()['then'](()=>{this['_unbindEditors'](_0x6130d3);});}}['_updateActiveAnnotation']({threadId:_0x158735,resolvedAt:_0x5a78de}){const _0x4c3bdf=!!_0x5a78de,_0x30584a=this['context']['plugins']['get'](b),_0x34f520=this['getCommentThread'](_0x158735);if(this['_threadToController']['has'](_0x34f520)){const _0x26d3d1=this['_threadToController']['get'](_0x34f520)['view'],_0x3d3e6a=_0x30584a['getByInnerView'](_0x26d3d1);_0x3d3e6a&&(_0x4c3bdf&&_0x30584a['_removeActiveAnnotation'](_0x3d3e6a),_0x3d3e6a['refreshVisibility']());}}['_getExternalAuthor'](_0x1549a0){const _0x175170=this['context']['plugins']['get'](lt),_0x1b0588=ct('external:'+_0x1549a0),_0x4afaef=_0x175170['getUser'](_0x1b0588);return _0x4afaef||_0x175170['addUser']({'id':_0x1b0588,'name':_0x1549a0});}['_createNewComment']({threadId:_0xac990c,commentId:_0xf1f19e=_0x55f3a0(),content:_0x5152de,authorId:_0x42e86f,createdAt:_0x3910ce,attributes:_0x38fcb8}){if('string'!=typeof _0xf1f19e)throw new _0x45b235('commentsrepository-invalid-commentid');if('string'!=typeof _0x42e86f)throw new _0x45b235('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x5152de||!_0x5152de['trim']())throw new _0x45b235('commentsrepository-invalid-comment-content');const _0x1322fb=this['context']['plugins']['get'](lt)['getUser'](_0x42e86f);if(!_0x1322fb)throw new _0x45b235('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x42e86f});let _0x4f2429=null,_0x39b6a3=_0x3910ce;return _0x38fcb8&&_0x38fcb8['@external']&&(_0x4f2429=this['_getExternalAuthor'](_0x38fcb8['@external']['authorName']),_0x39b6a3=new Date(_0x38fcb8['@external']['createdAt'])),new se(this,{'threadId':_0xac990c,'id':_0xf1f19e,'author':_0x4f2429||_0x1322fb,'creator':_0x1322fb,'content':_0x5152de,'createdAt':_0x3910ce,'authoredAt':_0x39b6a3,'attributes':_0x38fcb8});}['_addComment'](_0x3b3550){let {threadId:_0x130245,content:_0x4a5daa,attributes:_0x5aacb1,isFromAdapter:_0x19a1b2}=_0x3b3550;const _0x18446f=this['getCommentThread'](_0x3b3550['threadId']);if(!_0x18446f)throw new _0x45b235('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x2cf9f7=this['_createNewComment'](_0x3b3550),{id:_0x1851a5}=_0x2cf9f7;if(_0x18446f['_add'](_0x2cf9f7),_0x19a1b2||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x18446f['isSubmitted'])return Promise['resolve']();const _0xdf0543=this['context']['plugins']['get']('PendingActions'),{channelId:_0x7c393e}=_0x18446f,_0x409092=_0xdf0543['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x5aacb1||(_0x5aacb1={}),this['adapter']['addComment']({'channelId':_0x7c393e,'threadId':_0x130245,'commentId':_0x1851a5,'content':_0x4a5daa,'attributes':_0x5aacb1})['then'](_0x1b5ada=>{_0xdf0543['remove'](_0x409092),_0x1b5ada&&this['_updateComment']({'channelId':_0x7c393e,'threadId':_0x130245,'commentId':_0x1851a5,'createdAt':_0x1b5ada['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x230e68=>{throw console['error'](_0x230e68),new _0x45b235('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x522e98,commentId:_0x99fed8,content:_0x2e81e6,createdAt:_0x1679cc,attributes:_0x17251b,isFromAdapter:_0x298d38}){if(void 0x0!==_0x2e81e6&&('string'!=typeof _0x2e81e6||!_0x2e81e6['trim']()['length']))throw new _0x45b235('commentsrepository-update-comment-invalid-content');const _0x12f89a=this['getCommentThread'](_0x522e98),_0x29c70f=_0x12f89a['getComment'](_0x99fed8);if(!_0x29c70f)throw new _0x45b235('commentsrepository-update-missing-comment',this);let _0xeb77b0=!0x1;if(_0x2e81e6&&_0x2e81e6!==_0x29c70f['content']&&(_0x29c70f['isEditable']||_0x298d38)&&(_0x29c70f['content']=_0x2e81e6,_0xeb77b0=!0x0),_0x1679cc&&_0x1679cc!==_0x29c70f['createdAt']&&(_0x29c70f['createdAt']=_0x1679cc,_0x29c70f['attributes']&&_0x29c70f['attributes']['@external']||(_0x29c70f['authoredAt']=_0x1679cc),_0xeb77b0=!0x0),_0x17251b&&!ft(_0x17251b,_0x29c70f['attributes'])&&(_0x29c70f['attributes']=_0x17251b,_0xeb77b0=!0x0),!_0xeb77b0)return Promise['resolve']();if(_0x12f89a['fire']('commentUpdated'),_0x298d38||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x16059d=this['context']['plugins']['get']('PendingActions'),{channelId:_0x10d146}=this['getCommentThread'](_0x29c70f['threadId']),_0x9e8a42=_0x16059d['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x10d146,'threadId':_0x522e98,'commentId':_0x99fed8,'content':_0x2e81e6,'attributes':_0x17251b})['then'](()=>_0x16059d['remove'](_0x9e8a42))['catch'](_0x5ed78b=>{throw console['error'](_0x5ed78b),new _0x45b235('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0xa93981,commentId:_0xb0ef5b,isFromAdapter:_0x339e18}){const _0x2774e4=this['getCommentThread'](_0xa93981),_0x2a0c91=_0x2774e4['getComment'](_0xb0ef5b);if(!_0x2a0c91)throw new _0x45b235('commentsrepository-remove-missing-comment',this);if(_0x2774e4['_remove'](_0x2a0c91),_0x339e18||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x47eaff=this['context']['plugins']['get']('PendingActions'),{channelId:_0x459f15}=_0x2774e4,_0x3c3f3b=_0x47eaff['add'](W(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x459f15,'threadId':_0xa93981,'commentId':_0xb0ef5b})['then'](()=>_0x47eaff['remove'](_0x3c3f3b))['catch'](_0x22a68b=>{throw console['error'](_0x22a68b),new _0x45b235('commentsrepository-remove-comment-internal-error',this);});}}class ie extends/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x4be65e(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x3724f4,_0x2118f3){super();const _0xce0b9e=_0x2118f3['isResolvable'];this['channelId']=_0x2118f3['channelId'],this['id']=_0x2118f3['id'],this['comments']=new _0x2f1e73(),this['_repository']=_0x3724f4,this['_isAttached']=!0x1,this['_isSubmitted']=_0x2118f3['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x3724f4,'_permissions',_0x3724f4,'_readOnlyChannels',()=>_0x3724f4['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x3724f4,'_permissions',()=>_0x3724f4['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x3724f4,'_permissions',()=>{const _0x4bdf8c=_0x3724f4['getPermissions'](this['channelId']);return _0x4bdf8c['write']||_0x4bdf8c['admin'];}),this['bind']('isResolvable')['to'](_0x3724f4,'_permissions',()=>_0xce0b9e&&_0x3724f4['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x2118f3['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x5f286b,_0x237d2c)=>_0x5f286b?_0x237d2c?_0x5f286b<_0x237d2c?_0x5f286b:_0x237d2c:_0x5f286b:_0x237d2c),this['set']('unlinkedAt',_0x2118f3['unlinkedAt']||null),this['set']('resolvedAt',_0x2118f3['resolvedAt']||null),this['set']('resolvedBy',_0x2118f3['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x4b2f1a=>!!_0x4b2f1a),this['set']('attributes',_0x2118f3['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x51da2a,_0x4bb8f2)=>_0x51da2a+_0x4bb8f2['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x133884,id:_0x1b6a6a}=this;this['_repository']['fire'](gt('submitCommentThread',_0x133884),{'channelId':_0x133884,'threadId':_0x1b6a6a});}['setUnlinkedAt'](_0x42a1a3){this['_update']({'unlinkedAt':_0x42a1a3});}['resolve']({resolvedAt:_0x4459d2=new Date(),resolvedBy:_0x1b99c6=null,isFromAdapter:_0x167d18=!0x1}={}){const _0x13af5a=this['_repository']['context']['plugins']['get'](lt)['me'],{channelId:_0x570782,id:_0x5a2adf}=this;this['_repository']['fire'](gt('resolveCommentThread',_0x570782),{'channelId':_0x570782,'threadId':_0x5a2adf,'resolvedAt':_0x4459d2,'resolvedBy':_0x1b99c6||_0x13af5a['id'],'isFromAdapter':_0x167d18});}['reopen']({isFromAdapter:_0x4707b4=!0x1}={}){const {channelId:_0x5a6652,id:_0x15efc2}=this;this['_repository']['fire'](gt('reopenCommentThread',_0x5a6652),{'channelId':_0x5a6652,'threadId':_0x15efc2,'isFromAdapter':_0x4707b4});}['setContext'](_0x143338){this['context']||this['_update']({'context':_0x143338});}['setAttribute'](_0x3f6e15,_0x3e4230){const _0x2d4d0f=ut(this['attributes']);pt(_0x2d4d0f,_0x3f6e15,_0x3e4230),this['_update']({'attributes':_0x2d4d0f});}['removeAttribute'](_0x4079fd){const _0x16d094=ut(this['attributes']);It(_0x16d094,_0x4079fd),this['_update']({'attributes':_0x16d094});}['remove']({isFromAdapter:_0x27dd49=!0x1}={}){const {channelId:_0x1b92e6,id:_0x14e719}=this;this['_repository']['fire'](gt('removeCommentThread',_0x1b92e6),{'channelId':_0x1b92e6,'threadId':_0x14e719,'isFromAdapter':_0x27dd49});}['attachTo'](_0x4ed850){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x4ed850});}['addComment'](_0x33bc44){const {channelId:_0x428a77,id:_0x93a32a}=this;this['_repository']['fire'](gt('addComment',_0x428a77,_0x93a32a),Object['assign']({'channelId':_0x428a77,'threadId':_0x93a32a},_0x33bc44));}['getComment'](_0x27fba7){if('string'!=typeof _0x27fba7)throw new _0x45b235('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x27fba7});return this['comments']['get'](_0x27fba7);}['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'](_0x5e6622=>_0x5e6622['toJSON']()),'attributes':this['attributes']};}['_add'](_0x26e7f3){return this['listenTo'](_0x26e7f3,'change:authoredAt',()=>{const _0x1ba58a=this['_findOptimalIndex'](_0x26e7f3),_0x36dc2c=this['comments'];_0x1ba58a-0x1!=_0x36dc2c['getIndex'](_0x26e7f3)&&_0x1ba58a+0x1!=_0x36dc2c['getIndex'](_0x26e7f3)&&(this['_remove'](_0x26e7f3),this['_add'](_0x26e7f3));}),this['comments']['add'](_0x26e7f3,this['_findOptimalIndex'](_0x26e7f3));}['_update'](_0xe8de9c){const {channelId:_0x47be7d,id:_0x5db166}=this;this['_repository']['fire'](gt('updateCommentThread',_0x47be7d),{..._0xe8de9c,'channelId':_0x47be7d,'threadId':_0x5db166});}['_remove'](_0x467cf4){return this['stopListening'](_0x467cf4),_0x467cf4['destroy'](),this['comments']['remove'](_0x467cf4);}['_findOptimalIndex'](_0x4de266){const _0x28fce6=this['comments']['find'](_0x5ab281=>new Date(_0x5ab281['authoredAt'])['getTime']()>new Date(_0x4de266['authoredAt'])['getTime']());return _0x28fce6?this['comments']['getIndex'](_0x28fce6):this['length'];}}class se extends/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x4be65e(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x539bcb,_0x2b5f32){super();const _0x209412=_0x539bcb['context']['plugins']['get'](lt)['me'],_0x5b5db3=_0x539bcb['getCommentThread'](_0x2b5f32['threadId']),_0x52412b=0x0===_0x5b5db3['comments']['length'],_0x54e506=_0x209412===_0x2b5f32['author'];this['id']=_0x2b5f32['id'],this['threadId']=_0x2b5f32['threadId'],this['author']=_0x2b5f32['author'],this['creator']=_0x2b5f32['creator'],this['isExternal']=Boolean(_0x2b5f32['attributes']&&_0x2b5f32['attributes']['@external']),this['set']('content',_0x2b5f32['content']),this['createdAt']=_0x2b5f32['createdAt']||new Date(),this['set']('authoredAt',_0x2b5f32['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x5b5db3,'resolvedAt'),this['set']('attributes',_0x2b5f32['attributes']||{}),this['bind']('isEditable')['to'](_0x539bcb,'_permissions',()=>{const _0x4d0006=_0x539bcb['getPermissions'](_0x5b5db3['channelId'])['write'],_0x2663d9=_0x539bcb['getPermissions'](_0x5b5db3['channelId'])['modifyAll'];return _0x54e506&&_0x4d0006||!_0x54e506&&_0x2663d9;}),this['bind']('isRemovable')['to'](_0x5b5db3,'isRemovable',_0x539bcb,'_permissions',_0x19f363=>{const _0x1a491c=_0x539bcb['getPermissions'](_0x5b5db3['channelId'])['write'],_0x1542cf=_0x539bcb['getPermissions'](_0x5b5db3['channelId'])['modifyAll'];return _0x54e506&&_0x1a491c||_0x19f363&&_0x52412b||!_0x54e506&&_0x1542cf&&!_0x52412b;}),this['bind']('isReadOnly')['to'](_0x5b5db3,'isReadOnly'),this['_repository']=_0x539bcb;}get['weight'](){return Math['max'](function(_0x1102cb){const _0x4e5eed=document['createElement']('div');return _0x4e5eed['innerHTML']=_0x1102cb,_0x4e5eed['textContent']['length'];}(this['content']),0xc8);}['update'](_0x1392f2){const {threadId:_0x596758,id:_0x5e7eac}=this;if(!this['_repository']['hasCommentThread'](_0x596758))throw new _0x45b235('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x296004}=this['_repository']['getCommentThread'](_0x596758);this['_repository']['fire'](gt('updateComment',_0x296004,_0x596758),{'channelId':_0x296004,'threadId':_0x596758,'commentId':_0x5e7eac,..._0x1392f2});}['setAttribute'](_0x32a9c1,_0x15ef1d){const _0x1dc433=ut(this['attributes']);pt(_0x1dc433,_0x32a9c1,_0x15ef1d),this['update']({'attributes':_0x1dc433});}['removeAttribute'](_0x2b6759){const _0x35da2c=ut(this['attributes']);It(_0x35da2c,_0x2b6759),this['update']({'attributes':_0x35da2c});}['remove'](_0x2dbc72={}){if(!_0x2dbc72['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x2b56a1,id:_0x1e6edb}=this;if(!this['_repository']['hasCommentThread'](_0x2b56a1))throw new _0x45b235('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x49c3c3}=this['_repository']['getCommentThread'](_0x2b56a1);this['_repository']['fire'](gt('removeComment',_0x49c3c3,_0x2b56a1),{'channelId':_0x49c3c3,'threadId':_0x2b56a1,'commentId':_0x1e6edb,..._0x2dbc72});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function gt(_0x4555ac,..._0x5598cf){for(const _0x23ac1f of _0x5598cf)void 0x0!==_0x23ac1f&&(_0x4555ac+=':'+String(_0x23ac1f));return _0x4555ac;}class G extends _0x18064e{['refresh'](){const _0x442a5b=this['editor']['model']['document']['selection'];for(const _0x234207 of _0x442a5b['getRanges']())if(this['_hasContent'](_0x234207))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x16c92b=_0x55f3a0()}={}){const _0x52f30f=this['editor']['model'],_0x5a6691=[];for(const _0x56c1fa of _0x52f30f['document']['selection']['getRanges']())this['_hasContent'](_0x56c1fa)&&_0x5a6691['push'](this['_trimToContent'](_0x56c1fa));_0x52f30f['change'](_0x1ab3ef=>{for(const _0x1fa42a of _0x5a6691){const _0x44fa7b=_0x55f3a0()['substr'](0x1,0x5),_0x4506f8='comment:'+_0x16c92b+':'+_0x44fa7b;_0x1ab3ef['addMarker'](_0x4506f8,{'range':_0x1fa42a,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x1d1a8c){for(const _0x2b8f8c of _0x1d1a8c['getItems']())if(this['_itemIsContent'](_0x2b8f8c))return!0x0;return!0x1;}['_itemIsContent'](_0x37c5c4){return _0x37c5c4['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x37c5c4)&&!_0x37c5c4['is']('element','tableCell');}['_trimToContent'](_0x1d5f9e){const _0x40ab38=_0x389006=>!this['_itemIsContent'](_0x389006['item']),_0x3d4573=_0x1d5f9e['start']['getLastMatchingPosition'](_0x40ab38),_0x252a71=_0x1d5f9e['end']['getLastMatchingPosition'](_0x40ab38,{'direction':'backward'});return this['editor']['model']['createRange'](_0x3d4573,_0x252a71);}}class k extends _0x1eddfe{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[b];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x244e40){super(_0x244e40),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x183ebc=this['editor'],_0x6bd72a=_0x183ebc['model']['document']['selection'],_0x34bdc4=_0x2300e1(()=>this['refreshSelectedViews'](),0xa);_0x6bd72a['on']('change:range',(_0x157101,_0x3a03a5)=>{_0x3a03a5['directChange']&&(_0x34bdc4['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x183ebc['editing']['view']['document'],'change:isFocused',(_0x36fc0e,_0x28ece1,_0x174de6)=>{_0x174de6&&_0x34bdc4();}),this['listenTo'](_0x183ebc['ui']['focusTracker'],'change:isFocused',(_0x4d28fe,_0x5eb728,_0x187e56)=>{_0x187e56||_0x183ebc['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x43c33a=>this['_editorAnnotationsData']['has'](_0x43c33a['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x33bf8d){if(this['_editorAnnotations']['has'](_0x33bf8d['view']))return;this['_editorAnnotations']['add'](_0x33bf8d['view']),this['editor']['ui']['focusTracker']['add'](_0x33bf8d['view']['element']);const _0x4e907a=this['editor']['plugins']['get'](b);this['listenTo'](_0x4e907a['collection'],'remove',(_0x2ca21e,_0x4da851)=>{this['editor']['ui']['focusTracker']['remove'](_0x4da851['view']['element']),this['_editorAnnotations']['delete'](_0x4da851['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x13418b){if('function'!=typeof _0x13418b)throw new _0x45b235('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x13418b);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x55bb91,annotations:_0x1f1af0}){const _0xb3bc8=[],_0x43f40c=this['editor']['model']['document']['selection'],_0x1a2139=Array['from'](_0x43f40c['getRanges']());for(const [_0x292801,_0x2153a3]of this['_editorAnnotationsData']){const _0x358804=_0x7ab2a3(_0x2153a3),_0x3c241b=_0x1f1af0['getByInnerView'](_0x292801);_0x358804&&_0x3c241b&&_0xb3bc8['push']({'annotation':_0x3c241b,'range':_0x358804});}function _0x7ab2a3(_0xb90a22){for(const _0x1bc94d of _0xb90a22)for(const _0x424615 of _0x1a2139)if(_0x1bc94d['containsRange'](_0x424615,!_0x43f40c['isCollapsed']))return _0x1bc94d;return null;}return _0xb3bc8['sort']((_0x356dc9,_0x7c3a93)=>{const _0x4d7ef0=_0x356dc9['range'],_0x18de84=_0x7c3a93['range'];if(!_0x4d7ef0['isEqual'](_0x18de84)){if(_0x4d7ef0['containsRange'](_0x18de84,!0x0))return 0x1;if(_0x18de84['containsRange'](_0x4d7ef0,!0x0))return-0x1;}return _0x356dc9['annotation']==_0x55bb91?-0x1:_0x7c3a93['annotation']==_0x55bb91?0x1:0x0;})['map'](_0x4d6a4a=>_0x4d6a4a['annotation']);}get['_editorAnnotationsData'](){const _0x59e2be=new Map();for(const _0x5cdcfa of Array['from'](this['_dataCollectors']))for(const [_0x4a132a,_0x1d6d1c]of _0x5cdcfa())_0x59e2be['set'](_0x4a132a,_0x1d6d1c);return _0x59e2be;}}class ot extends _0x1eddfe{['afterInit'](){const _0x3cd1d4=this['editor'];if(!_0x3cd1d4['plugins']['has']('RestrictedEditingModeEditing'))return;_0x3cd1d4['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class et extends _0x1eddfe{constructor(_0x4b1677){super(_0x4b1677),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x2f015e=this['editor'],_0x50044c=_0x2f015e['commands']['get']('importWord'),_0x2a4425=_0x2f015e['plugins']['get'](lt);_0x50044c&&(_0x50044c['on']('execute',(_0x537619,[,_0x3e2d12])=>{_0x3e2d12['collaboration_features']={'comments':!0x0,'user_id':_0x2a4425['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x50044c,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x2cb0de,_0x8d6354){const {comment_threads:_0x5d6c41}=_0x8d6354;_0x5d6c41&&_0x5d6c41['forEach'](({thread_id:_0x3b7217,comments:_0x35dd17,is_resolved:_0x1f2b78})=>{const _0x3cc0a1=new Date(),_0x396f24=_0x35dd17['map'](({author:_0x3c8faa,content:_0xf5867b,created_at:_0x4794a3})=>({'content':_0xf5867b,'authorId':this['editor']['plugins']['get'](lt)['me']['id'],'createdAt':_0x3cc0a1,'attributes':{'@external':{'authorName':_0x3c8faa,'createdAt':_0x4794a3?new Date(_0x4794a3):new Date(),'source':'importWord'}}})),_0x4e9755=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x4e9755,'threadId':_0x3b7217,'comments':_0x396f24,'resolvedAt':_0x1f2b78?_0x3cc0a1:null});});}}class rt extends _0x1eddfe{constructor(_0x21d27f){super(_0x21d27f),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x2dc9e2=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x2dc9e2,'contentInsertion',(_0x576739,_0xf7452d)=>this['_removeMarkersWithoutThreads'](_0xf7452d['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x4fa8ce){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x4fa8ce;const _0x3fb231=this['editor']['plugins']['get']('CommentsRepository');for(const _0xb441d8 of _0x4fa8ce['keys']()){const [_0x38906d,_0x3a1d0c]=_0xb441d8['split'](':');'comment'!=_0x38906d||_0x3fb231['hasCommentThread'](_0x3a1d0c)||_0x4fa8ce['delete'](_0xb441d8);}return _0x4fa8ce;}['_registerMarkerInClipboardPipeline'](){const _0x596019=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x15a355=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x15a355&&_0x596019['_registerMarkerToCopy']('comment',_0x15a355);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x1047e){switch(_0x1047e){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 _0x1eddfe{static get['requires'](){return[m,k,ot,et,rt];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x3e2cc0){super(_0x3e2cc0),this['set']('isThreadsLoadingPaused',!0x0),_0x3e2cc0['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x31c1d8,_0x41c39c,_0x3abd81,_0x1e4584)=>{const _0x36ad92=_0x3abd81?it(_0x3abd81)['id']:null;if(_0x3e2cc0['model']['change'](()=>{if(_0x36ad92){const _0x4f3587=this['getAllMarkersForId'](_0x36ad92);for(const _0x20c322 of _0x4f3587)_0x3e2cc0['editing']['reconvertMarker'](_0x20c322);}if(_0x1e4584){const {id:_0x445290}=it(_0x1e4584),_0x2bd63d=this['getAllMarkersForId'](_0x445290);for(const _0x55bff8 of _0x2bd63d)_0x3e2cc0['editing']['reconvertMarker'](_0x55bff8);}}),_0x36ad92){const _0x28d632=_0x3e2cc0['plugins']['get'](m)['getCommentThread'](_0x36ad92);_0x28d632&&_0x28d632['isResolved']&&this['scrollToThreadMarker'](_0x36ad92);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x496dde=this['editor'],_0x37a0f9=_0x496dde['plugins']['get'](m),_0x3abc9f=_0x496dde['config']['get']('collaboration.channelId');_0x496dde['commands']['add']('addCommentThread',new G(_0x496dde)),this['listenTo'](_0x496dde,'change:isReadOnly',(_0x57e440,_0x1db5bc,_0x442260)=>{_0x37a0f9['switchReadOnly'](_0x442260,_0x496dde['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x37a0f9,nt('addCommentThread',_0x3abc9f),(_0x5c81ab,{threadId:_0xe194eb})=>{const _0x32e20d=this['editor']['plugins']['get'](m)['getCommentThread'](_0xe194eb);_0x32e20d&&_0x32e20d['unlinkedAt']&&this['_attachArchivedThread'](_0xe194eb);}),this['listenTo'](_0x37a0f9,nt('removeCommentThread',_0x3abc9f),(_0x5ebb50,{threadId:_0x4ada5d})=>{_0x496dde['model']['enqueueChange']({'isUndoable':!0x1},_0x13d210=>{const _0x22411d=this['getAllMarkersForId'](_0x4ada5d);for(const _0x3ce583 of _0x22411d)_0x13d210['removeMarker'](_0x3ce583);});}),this['listenTo'](_0x37a0f9,nt('resolveCommentThread',_0x3abc9f),(_0x1b60a7,{threadId:_0x25835e})=>{(this['_reconvertMarkers'](_0x25835e),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x25835e)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x37a0f9,nt('reopenCommentThread',_0x3abc9f),(_0x3bb75b,{threadId:_0x35a229})=>{this['_reconvertMarkers'](_0x35a229);},{'priority':'low'}),this['listenTo'](_0x37a0f9,nt('addComment',_0x3abc9f),(_0x1f77f0,{threadId:_0x550802,isFromAdapter:_0xdaa99f})=>{const _0x283f77=this['getAllMarkersForId'](_0x550802);if(_0xdaa99f||0x0==_0x283f77['length']||!_0x37a0f9['hasCommentThread'](_0x550802))return;0x1===_0x37a0f9['getCommentThread'](_0x550802)['length']&&_0x496dde['model']['enqueueChange']({'isUndoable':!0x1},_0x342b54=>{for(const _0x60c91b of _0x283f77)_0x342b54['updateMarker'](_0x60c91b,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x1481e3=this['editor']['plugins']['get'](m),_0x52df50=this['editor']['config']['get']('collaboration.channelId');for(const _0x4f0cc9 of _0x1481e3['getCommentThreads']({'channelId':_0x52df50}))_0x1481e3['_detachCommentThread'](_0x4f0cc9['id']),_0x1481e3['_threads']['delete'](_0x4f0cc9['id']);super['destroy']();}['hasMarkerForId'](_0x2b0386){return this['getAllMarkersForId'](_0x2b0386)['length']>0x0;}['getAllMarkersForId'](_0x3db892){const _0x2f496f=[];for(const _0x9ecea5 of this['editor']['model']['markers'])_0x9ecea5['name']['startsWith']('comment:'+_0x3db892)&&_0x2f496f['push'](_0x9ecea5);return _0x2f496f;}['scrollToThreadMarker'](_0x1becae){const _0x4bb082=this['_getTargetForId'](_0x1becae);_0x4bb082&&setTimeout(()=>{this['activeMarker']&&it(this['activeMarker'])['id']===_0x1becae&&_0x1f4617({'target':_0x4bb082[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x31d89d){this['editor']['model']['change'](()=>{for(const _0x1e58d1 of this['getAllMarkersForId'](_0x31d89d))this['editor']['editing']['reconvertMarker'](_0x1e58d1);});}['_attachArchivedThread'](_0x5ec318){const _0x16d876=this['editor']['plugins']['get'](m),_0x3b4d09=this['editor']['plugins']['get'](k),_0x79a440=_0x16d876['getCommentThread'](_0x5ec318);if(!_0x79a440['isAttached']){const _0x1ea805=_0x79a440['attachTo'](()=>this['_getTargetForId'](_0x79a440['id']));_0x3b4d09['registerAnnotation'](_0x1ea805),_0x79a440['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x36e155=this['editor'];_0x36e155['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x3ebbee,_0x5b11fb)=>{const {id:_0x4ab68e}=it(_0x3ebbee['markerName']),_0x398e3a=_0x36e155['plugins']['get'](m)['getCommentThread'](_0x4ab68e),_0x4d6e98=this['activeMarker']&&it(this['activeMarker'])['id']===_0x4ab68e;if(_0x398e3a&&_0x398e3a['isResolved']&&!_0x4d6e98&&_0x3ebbee['item'])return _0x5b11fb['consumable']['consume'](_0x3ebbee['item'],'addMarker:'+_0x3ebbee['markerName']),_0x5b11fb['consumable']['consume'](_0x3ebbee['item'],'removeMarker:'+_0x3ebbee['markerName']),null;const _0x18c031=['ck-comment-marker'];return _0x4d6e98&&_0x18c031['push']('ck-comment-marker--active'),{'classes':_0x18c031,'attributes':{'data-comment':_0x4ab68e}};}}),_0x36e155['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x38d272,{options:_0x5b78d6})=>{const _0x9fc46a=_0x36e155['plugins']['get'](m),_0x2ab691=_0x36e155['model']['markers']['get'](_0x38d272),{id:_0x197db3,part:_0x369bfb}=it(_0x38d272);if(_0x2ab691&&!_0x2ab691['affectsData'])return null;if(_0x5b78d6['ignoreResolvedComments']){const _0x37b13e=_0x9fc46a['getCommentThread'](_0x197db3);if(_0x37b13e&&_0x37b13e['isResolved'])return null;}return{'group':'comment','name':_0x369bfb?_0x197db3+':'+_0x369bfb:_0x197db3};}}),_0x36e155['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x3dfe3f,{writer:_0x4379f2})=>_0x4379f2['createElement']('$marker',{'data-name':'comment:'+_0x3dfe3f['getAttribute']('id')})}),_0x36e155['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x168bba=this['editor'],_0x12b961=_0x168bba['plugins']['get'](m),_0x3eefe4=new Set(),_0x3fbd1b=new Set();_0x168bba['model']['document']['registerPostFixer'](_0xf512d1=>{let _0xc8ad86=!0x1;for(const {name:_0x453ef5,data:_0x362044}of _0x168bba['model']['document']['differ']['getChangedMarkers']()){const {group:_0x4dc297,id:_0x3b09fb}=it(_0x453ef5);let _0x4c0101=_0x362044['newRange'];if('comment'!==_0x4dc297||!_0x4c0101)continue;const _0x535a45='$graveyard'===_0x4c0101['root']['rootName'];_0x535a45||(_0x4c0101=st(_0x4c0101,_0x168bba['model']),!_0x4c0101||_0x4c0101['isCollapsed']||!_0x362044['newRange']||_0x4c0101['isEqual'](_0x362044['newRange']))?_0x168bba['model']['hasContent'](_0x4c0101)&&!_0x535a45?this['isThreadsLoadingPaused']?_0x3eefe4['add'](_0x453ef5):this['_handleThreadMarker'](_0x453ef5,_0x3b09fb):(_0x3fbd1b['add'](_0x453ef5),_0x3eefe4['delete'](_0x453ef5),_0xf512d1['removeMarker'](_0x453ef5),_0xc8ad86=!0x0):(_0xf512d1['updateMarker'](_0x453ef5,{'range':_0x4c0101}),_0xc8ad86=!0x0);}return _0xc8ad86;}),this['on']('change:isThreadsLoadingPaused',(_0x553a32,_0x5398d3,_0x248f6b)=>{if(!_0x248f6b&&_0x3eefe4['size'])for(const _0x3532eb of _0x3eefe4){const {id:_0x3b3969}=it(_0x3532eb);_0x3eefe4['delete'](_0x3532eb),_0x168bba['model']['markers']['get'](_0x3532eb)&&this['_handleThreadMarker'](_0x3532eb,_0x3b3969);}}),this['listenTo'](_0x168bba['model']['document'],'change',(_0x46829d,_0xa7415c)=>{for(const {name:_0x1ab267,data:{newRange:_0x3217cf}}of _0x168bba['model']['document']['differ']['getChangedMarkers']()){const {group:_0x6a5eec,id:_0x1db82f}=it(_0x1ab267);if('comment'!==_0x6a5eec)continue;const _0x5cf71c=_0x12b961['getCommentThread'](_0x1db82f),_0x1a15f8=this['hasMarkerForId'](_0x1db82f);_0x5cf71c&&(_0x5cf71c['_hasTargetInContent']||_0x168bba['editing']['view']['once']('render',()=>{const _0x2693c9=_0x168bba['plugins']['get'](b),_0x105d49=_0x12b961['_threadToController']['get'](_0x5cf71c)['view'];_0x2693c9['getByInnerView'](_0x105d49)['refreshVisibility']();},{'priority':'low'}),_0x5cf71c['_hasTargetInContent']=_0x1a15f8||!!_0x3217cf),_0x3217cf||(_0x3fbd1b['add'](_0x1ab267),_0x3eefe4['delete'](_0x1ab267));}if(_0xa7415c['isLocal'])for(const _0x574ba2 of _0x3fbd1b){const {id:_0x5e9e7d}=it(_0x574ba2),_0x492346=_0x12b961['getCommentThread'](_0x5e9e7d),_0x1dd334=this['hasMarkerForId'](_0x5e9e7d);_0x3eefe4['delete'](_0x574ba2),!_0x492346||_0x1dd334||_0x492346['unlinkedAt']||_0x492346['setUnlinkedAt'](new Date());}_0x3fbd1b['clear']();});}['_getTargetForId'](_0x35cf6b){const _0x2d240c=this['editor'],_0x314430=this['getAllMarkersForId'](_0x35cf6b);return tt(_0x2d240c['editing'],_0x314430);}['_getTextContext'](_0x56887c){const _0x48e517=this['getAllMarkersForId'](_0x56887c);let _0x4029f9='',_0x53178a=!0x1;for(const _0x2fc7e8 of _0x48e517){const _0x259653=_0x2fc7e8['getRange']();for(const _0x540721 of Array['from'](_0x259653['getItems']()))_0x540721['is']('$textProxy')?(_0x4029f9&&_0x53178a&&(_0x4029f9+='\x20',_0x53178a=!0x1),_0x4029f9+=_0x540721['data']):_0x53178a=!0x0;_0x53178a=!0x0;}return _0x4029f9['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x33aed1,_0x12d400){const _0x55779e=this['editor'],_0x4b4c12=_0x55779e['plugins']['get'](m);let _0x3afe71=_0x4b4c12['getCommentThread'](_0x12d400);const _0x5a47d1=_0x55779e['config']['get']('collaboration.channelId'),_0x5624b3=_0x55779e['plugins']['get'](k);if(_0x3afe71&&(_0x3afe71['unlinkedAt']&&_0x3afe71['setUnlinkedAt'](null),_0x3afe71['isAttached']))return _0x3afe71;return!this['getAllMarkersForId'](_0x12d400)[0x0]['managedUsingOperations']?_0x55779e['editing']['view']['once']('render',()=>{if(_0x4b4c12['getCommentThread'](_0x12d400))return;const _0xf67f5e=_0x55779e['plugins']['get'](b);_0x3afe71=_0x4b4c12['openNewCommentThread']({'channelId':_0x5a47d1,'threadId':_0x12d400,'target':()=>this['_getTargetForId'](_0x12d400),'context':{'type':'text','value':this['_getTextContext'](_0x12d400)}});const _0x14ce40=_0x4b4c12['_threadToController']['get'](_0x3afe71)['view'],_0x2a697b=_0xf67f5e['getByInnerView'](_0x14ce40);_0x2a697b&&_0x5624b3['registerAnnotation'](_0x2a697b);},{'priority':'low'}):_0x4b4c12['fetchCommentThread']({'channelId':_0x5a47d1,'threadId':_0x12d400})['then'](_0x214690=>{if('destroyed'!==_0x55779e['state']){if(_0x3afe71=_0x214690,_0x3afe71&&!_0x3afe71['isAttached']){const _0x47b83a=_0x3afe71['attachTo'](()=>this['_getTargetForId'](_0x12d400));_0x5624b3['registerAnnotation'](_0x47b83a),_0x3afe71['isResolved']&&this['_reconvertMarkers'](_0x12d400);}else{if(!_0x3afe71){const _0x1a75ec=this['getAllMarkersForId'](_0x12d400);_0x55779e['model']['change'](_0x456872=>{for(const _0x5aef77 of _0x1a75ec)_0x456872['removeMarker'](_0x5aef77);});}}}}),_0x3afe71;}['_handleThreadMarker'](_0x57f668,_0x244e58){const _0x20551c=this['_attachMarkerToThread'](_0x57f668,_0x244e58);_0x20551c&&!_0x20551c['context']&&_0x20551c['setContext']({'type':'text','value':this['_getTextContext'](_0x244e58)});}['_initAriaMarkerChangeAnnouncements'](){const _0x37f739=this['editor'];_0x52b475(_0x37f739['model'],({left:_0xf348d4,entered:_0x59affa})=>{for(const _0x294d72 of _0xf348d4)if(at(_0x294d72)){_0x37f739['ui']['ariaLiveAnnouncer']['announce'](W(_0x37f739['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x32940e of _0x59affa)if(at(_0x32940e)){_0x37f739['ui']['ariaLiveAnnouncer']['announce'](W(_0x37f739['locale'],'ENTER_COMMENT_ANNOUNCEMENT'));break;}});}}function nt(_0x2a4938,_0x4df0c3){return _0x4df0c3?_0x2a4938+':'+_0x4df0c3:_0x2a4938;}function it(_0x5d8aad){const _0x135ab4=_0x5d8aad['split'](':');return{'group':_0x135ab4[0x0],'id':_0x135ab4[0x1],'part':_0x135ab4[0x2]};}function st(_0x1ed6f5,_0x1c5386){const _0x33eff8=_0x1c5386['schema'],_0x28982b=_0x1c5386['createRange'](_0x1ed6f5['start']);for(const _0x3eec24 of _0x1ed6f5['getWalker']()){const {type:_0x66d895,item:_0x1cc389,nextPosition:_0x1d8c6d}=_0x3eec24;if('text'===_0x66d895||_0x33eff8['isObject'](_0x1cc389)){const _0x5b12ef=_0x1c5386['createPositionBefore'](_0x1cc389);_0x28982b['isCollapsed']&&(_0x28982b['start']=_0x5b12ef),_0x28982b['end']=_0x1d8c6d;}}return _0x28982b;}function at(_0x36b48a){return'comment'===it(_0x36b48a['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 _0x1eddfe{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,k,b];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return Tt;}['init'](){const _0x147718=this['editor'],_0x180fb1=_0x147718['plugins']['get'](m),_0x198946=_0x147718['plugins']['get'](r),_0xd41499=_0x147718['plugins']['get'](b),_0x412b21=_0x147718['plugins']['get'](k);_0x147718['ui']['componentFactory']['add']('comment',()=>{const _0x592ce5=this['_createUIButton'](_0x1a3bb4);return _0x592ce5['tooltip']=!0x0,_0x592ce5;}),_0x147718['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0xca17db)),_0x412b21['addSourceCollector'](()=>{const _0x53ef02=[];for(const [_0x4a5ffc,_0x4fc06b]of _0x180fb1['_threadToController']){const _0x5b2fe7=_0x198946['getAllMarkersForId'](_0x4a5ffc['id']),_0x553d82=_0x5b2fe7['map'](_0x24f30f=>_0x24f30f['getRange']());_0x5b2fe7['length']>0x0&&_0x53ef02['push']([_0x4fc06b['view'],_0x553d82]);}return _0x53ef02;}),this['listenTo'](_0xd41499,'change:activeAnnotations',(_0x1fc7f0,_0x40741e,_0x47acfe)=>{const _0xa4d80d=Array['from'](_0x47acfe)['map'](_0xd79d4=>_0xd79d4['innerView'])['find'](_0x4c0df1=>_0x180fb1['_viewToController']['has'](_0x4c0df1));if(!_0xa4d80d)return void(_0x198946['activeMarker']=null);const _0x3eb159=_0x180fb1['_viewToController']['get'](_0xa4d80d)['model']['id'],_0x3c2992='comment:'+_0x3eb159;_0x3eb159&&_0x198946['hasMarkerForId'](_0x3eb159)?_0x198946['activeMarker']=_0x3c2992:_0x198946['activeMarker']&&(_0x198946['activeMarker']=null);}),this['listenTo'](_0x180fb1,'removeCommentThread',(_0x38bb8c,{threadId:_0x518ffe,isFromAdapter:_0xed8aa0})=>{!_0xed8aa0&&_0x147718['ui']['focusTracker']['isFocused']&&_0x198946['hasMarkerForId'](_0x518ffe)&&_0x147718['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x180fb1,'addComment',(_0x17e5e0,{threadId:_0x1d8f42,isFromAdapter:_0x52fe66})=>{if(_0x52fe66||!_0x198946['hasMarkerForId'](_0x1d8f42)||!_0x180fb1['hasCommentThread'](_0x1d8f42))return;0x1===_0x180fb1['getCommentThread'](_0x1d8f42)['length']&&(_0x147718['editing']['view']['focus'](),_0x17e5e0['stop']());},{'priority':'low'});}['_createUIButton'](_0x36566f){const _0x309e71=this['editor'],_0x3ce29d=new _0x36566f(_0x309e71['locale']),_0x24588a=_0x309e71['commands']['get']('addCommentThread');return _0x3ce29d['set']({'label':W(_0x309e71['locale'],'Comment'),'icon':kt}),_0x3ce29d['bind']('isEnabled')['to'](_0x24588a),this['listenTo'](_0x3ce29d,'execute',()=>_0x24588a['execute']()),_0x3ce29d;}}class e extends _0x1eddfe{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x4de422){super(_0x4de422),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x15f66a,_0x1101d4,_0x31c43a)=>{_0x31c43a?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x472cac,_0x2a78a1]of this['editor']['commands'])_0x2a78a1['affectsData']&&'addCommentThread'!==_0x472cac&&_0x2a78a1['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x230a33=this['editor']['editing']['view']['document'];this['listenTo'](_0x230a33,'cut',_0x1a76c7=>_0x1a76c7['stop'](),{'priority':'highest'}),this['listenTo'](_0x230a33,'clipboardInput',_0x34e44e=>_0x34e44e['stop'](),{'priority':'highest'}),this['listenTo'](_0x230a33,'delete',_0x5f2846=>_0x5f2846['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x25430a,_0x35160e]of this['editor']['commands'])_0x35160e['affectsData']&&'addCommentThread'!==_0x25430a&&_0x35160e['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class j extends _0x549003{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[b];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x59a13b){super(_0x59a13b),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x4fdf32=this['context']['plugins']['get'](b);this['listenTo'](_0x4fdf32,'_activateAnnotation',(_0x468312,_0x117af8)=>{for(const _0x581c3e of this['activeUIs']){const _0x44258f=this['_uis']['get'](_0x581c3e);(0x0,this['_uisData']['get'](_0x581c3e)['filter'])(_0x117af8)&&_0x44258f['setActiveAnnotation'](_0x117af8);}}),this['listenTo'](_0x4fdf32,'_deactivateAllAnnotations',()=>{for(const _0x30de5b of this['activeUIs']){this['_uis']['get'](_0x30de5b)['setActiveAnnotation'](null);}}),this['listenTo'](_0x4fdf32['_visibleAnnotations'],'add',(_0x381920,_0x406947)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x406947);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x3a04fb){return this['activeUIs']['has'](_0x3a04fb);}['activate'](_0x4468da,_0x5eef4d=()=>!0x0){const _0x2f281f=this['context']['plugins']['get'](b);if(!this['_uis']['has'](_0x4468da))throw new _0x45b235('annotationsuis-missing-ui',this,{'uiName':_0x4468da});this['isActive'](_0x4468da)&&this['deactivate'](_0x4468da),this['activeUIs']['add'](_0x4468da);const _0x48575a=new x();!function({source:_0x185830,target:_0x5db081,filter:_0x210ddd}){for(const _0x1f065a of _0x185830)_0x210ddd(_0x1f065a)&&_0x5db081['add'](_0x1f065a);_0x5db081['listenTo'](_0x185830,'add',(_0x10f25f,_0x52e852)=>{_0x210ddd(_0x52e852)&&_0x5db081['add'](_0x52e852);}),_0x5db081['listenTo'](_0x185830,'remove',(_0x430d7e,_0xc729ac)=>{_0x5db081['has'](_0xc729ac)&&_0x5db081['remove'](_0xc729ac);});}({'source':_0x2f281f['_visibleAnnotations'],'target':_0x48575a,'filter':_0x5eef4d}),this['_uisData']['set'](_0x4468da,{'collection':_0x48575a,'filter':_0x5eef4d});const _0x2fced6=this['_uis']['get'](_0x4468da);_0x2fced6['attach'](_0x48575a),this['listenTo'](_0x2fced6,'change:activeAnnotation',(_0x15c568,_0x26ef4d,_0x185dc0,_0x305cf6)=>{_0x305cf6&&_0x2f281f['_removeActiveAnnotation'](_0x305cf6),_0x185dc0&&_0x2f281f['_addActiveAnnotation'](_0x185dc0);});}['deactivate'](_0x53814a){if(this['activeUIs']['delete'](_0x53814a),!this['_uis']['has'](_0x53814a))throw new _0x45b235('annotationsuis-missing-ui',this,{'uiName':_0x53814a});const _0xceae1f=this['_uis']['get'](_0x53814a);_0xceae1f['detach'](),this['stopListening'](_0xceae1f),this['_uisData']['get'](_0x53814a)['collection']['destroy'](),this['_uisData']['delete'](_0x53814a);}['switchTo'](_0x61a80a){if(!this['_uis']['has'](_0x61a80a))throw new _0x45b235('annotationsuis-missing-ui',this,{'uiName':_0x61a80a});const _0x2d607e=this['context']['plugins']['get'](b),_0x53173d=Array['from'](_0x2d607e['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x61a80a);const _0x3b5096=this['_uis']['get'](_0x61a80a);_0x3b5096['setActiveAnnotation'](_0x53173d),_0x3b5096['_setSelectedAnnotations']&&_0x53173d&&_0x3b5096['_setSelectedAnnotations']([_0x53173d]);}['deactivateAll'](){for(const _0x50452e of this['activeUIs'])this['deactivate'](_0x50452e);}['register'](_0x1a9185,_0x21e2a1){if(this['_uis']['has'](_0x1a9185))throw new _0x45b235('annotationsuis-register-already-registered');if('function'!=typeof _0x21e2a1['attach']||'function'!=typeof _0x21e2a1['detach']||'function'!=typeof _0x21e2a1['setActiveAnnotation'])throw new _0x45b235('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x1a9185,_0x21e2a1);}['refilterAnnotations'](){const _0x153e6b=this['context']['plugins']['get'](b)['collection'],_0x1f9118=new Map(),_0x6dd593=Array['from'](this['activeUIs']);for(const _0x2cad74 of this['activeUIs']){const _0x1e66d4=this['_uisData']['get'](_0x2cad74)['collection'];for(const _0x199f23 of _0x1e66d4)_0x1f9118['set'](_0x199f23,_0x2cad74);}for(const _0x2eb788 of _0x153e6b){const _0x5872c1=_0x1f9118['get'](_0x2eb788);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x2eb788);const _0x47ee0d=_0x6dd593['find'](_0x3fe289=>this['_uisData']['get'](_0x3fe289)['filter'](_0x2eb788));_0x5872c1!==_0x47ee0d&&(_0x5872c1&&this['_uisData']['get'](_0x5872c1)['collection']['remove'](_0x2eb788),_0x47ee0d&&this['_uisData']['get'](_0x47ee0d)['collection']['add'](_0x2eb788));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x439312){const _0x374f4a=[];for(const _0x54a36b of this['activeUIs']){(0x0,this['_uisData']['get'](_0x54a36b)['filter'])(_0x439312)&&_0x374f4a['push'](_0x54a36b);}if(_0x374f4a['length']>0x1)throw new _0x45b235('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x374f4a,'annotationType':_0x439312['type']});}}const ne=Ht('px');class T extends _t{['list'];constructor(_0x221dd0){super(_0x221dd0);const _0x18f21b=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x18f21b['to']('class')],'style':{'minHeight':_0x18f21b['to']('minHeight',_0x5531b3=>'number'==typeof _0x5531b3?ne(_0x5531b3+0xa):null)}},'children':this['list']});}}const qt=Ht('px');class C extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x9048d0){super(_0x9048d0),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x4a75a6,_0x363034)=>_0x4a75a6+_0x363034),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Dt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection']();const _0x439533=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x439533['to']('isAnimationDisabled',_0x243657=>_0x243657?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x439533['to']('top',_0x93439c=>qt(_0x93439c))}},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['updateHeight'](){const _0x2e214a=this['element']['clientHeight'];_0x2e214a&&(this['height']=_0x2e214a);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x549003{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x15a3b1){super(_0x15a3b1),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 _0x5f575a=this['context']['config']['get']('sidebar.container');_0x5f575a&&this['setContainer'](_0x5f575a);}['setContainer'](_0x205e1f){if(!y(_0x205e1f))throw new _0x45b235('sidebar-setcontainer-invalid-element');this['container']=_0x205e1f;}['_attachToContainer']({viewClass:_0x28c3bb='',spaceBetweenItems:_0x34cd4a=0x19}={}){if(!y(this['container']))throw new _0x45b235('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x28c3bb,this['_spaceBetweenItems']=_0x34cd4a;}['rearrange']({removedAnnotation:_0x7a79c5,previousAnnotation:_0x58d03e,nextAnnotation:_0x202ccc}){const _0x470ac1=this['getSidebarItemView'](_0x7a79c5);this['view']['list']['remove'](_0x470ac1),this['_destroySidebarItemView'](_0x7a79c5),_0x58d03e&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x58d03e)),_0x202ccc&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x202ccc)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0xcd8a4c,activatedAnnotation:_0x6c35e8,disableAnimationOnActivatedAnnotation:_0x814cd9}){if(this['_activeAnnotation']=_0x6c35e8,_0xcd8a4c){_0xcd8a4c['isActive']=!0x1;const _0x4413a5=this['getSidebarItemView'](_0xcd8a4c);_0x4413a5&&_0x814cd9&&(_0x4413a5['isAnimationDisabled']=!0x1);}if(_0x6c35e8){const _0x2f23b4=this['getSidebarItemView'](_0x6c35e8);_0x2f23b4&&(_0x6c35e8['isActive']=!0x0,_0x814cd9&&(_0x2f23b4['isAnimationDisabled']=!0x0,_0x2f23b4['top']+=0x1),this['_alignToTargetRect'](_0x2f23b4));}}['_detachFromContainer'](_0x924eca){if(this['view']['element']['remove'](),_0x924eca){for(const _0x1c9631 of _0x924eca)this['_destroySidebarItemView'](_0x1c9631);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x37943e,_0x43189b){_0x43189b||(_0x43189b=_0x37943e['view']);const _0x3f62e6=new C(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x3f62e6,_0x37943e),this['_annotationToSidebarItemView']['set'](_0x37943e,_0x3f62e6),_0x3f62e6['content']['add'](_0x43189b),this['listenTo'](_0x37943e['view'],'change:targetRect',(_0x15a653,_0x480b73,_0x1609c1)=>{const _0x5f021d=this['_getTargetTop'](_0x37943e,_0x1609c1);_0x3f62e6['_targetTop']!=_0x5f021d&&(_0x3f62e6['_targetTop']=_0x5f021d,this['_setItemTop'](_0x3f62e6,_0x5f021d));}),this['listenTo'](_0x3f62e6,'change:top',()=>{this['_recalculate'](_0x3f62e6,'top');}),this['listenTo'](_0x3f62e6,'change:bottom',()=>{this['_recalculate'](_0x3f62e6,'bottom');}),this['_alignToTargetRect'](_0x3f62e6);const _0x430297=this['_getItemBefore'](_0x3f62e6);if(_0x430297)this['_alignAfterItem'](_0x430297,_0x3f62e6)||this['_alignToTargetRect'](_0x3f62e6);else this['_alignToTargetRect'](_0x3f62e6);return this['_updateLastItem'](),this['view']['list']['add'](_0x3f62e6),_0x3f62e6;}['_alignForTopChange'](_0xf130d0){if(!_0xf130d0['content']['length'])return;const _0x4938d2=this['_getItemBefore'](_0xf130d0);if(!_0x4938d2)return;const _0x4c0809=this['_sidebarItemViewToAnnotation']['get'](_0x4938d2),_0x26575e=this['_activeAnnotation'];_0x26575e&&_0x26575e===_0x4c0809?this['_alignAfterItem'](_0x4938d2,_0xf130d0):this['_alignBeforeItem'](_0xf130d0,_0x4938d2);}['_alignForBottomChange'](_0x2099d2){if(!_0x2099d2['content']['length'])return;const _0x1d5bc9=this['_getItemAfter'](_0x2099d2);if(!_0x1d5bc9)return;const _0x48484f=this['_sidebarItemViewToAnnotation']['get'](_0x1d5bc9),_0x11d30e=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x55b5c2=this['_activeAnnotation'];_0x55b5c2&&_0x55b5c2===_0x48484f&&_0x11d30e?(this['_alignBeforeItem'](_0x1d5bc9,_0x2099d2),this['_alignAfterItem'](_0x2099d2,_0x1d5bc9)):_0x55b5c2&&_0x55b5c2===_0x48484f?this['_alignBeforeItem'](_0x1d5bc9,_0x2099d2):this['_alignAfterItem'](_0x2099d2,_0x1d5bc9);}['_recalculate'](_0x3350d2,_0x2091fe){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x17b086,changedProp:_0xc64f}of this['_recalculateBuffer'])'top'===_0xc64f?this['_alignForTopChange'](_0x17b086):this['_alignForBottomChange'](_0x17b086);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x3350d2,'changedProp':_0x2091fe});}['getSidebarItemView'](_0x56dc04){return this['_annotationToSidebarItemView']['get'](_0x56dc04);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x5a32a4){const _0x391d4b=this['getSidebarItemView'](_0x5a32a4);this['stopListening'](_0x391d4b),this['stopListening'](_0x5a32a4['view']),_0x391d4b['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x5a32a4),this['_sidebarItemViewToAnnotation']['delete'](_0x391d4b);}['_createSidebarView'](){const _0x4886e4=new T(this['context']['locale']);return _0x4886e4['render'](),this['on']('change:_lastItem',(_0x3367c1,_0x45289f,_0x8feca5,_0x30eb5f)=>{_0x30eb5f&&_0x4886e4['unbind']('minHeight'),_0x8feca5?_0x4886e4['bind']('minHeight')['to'](_0x8feca5,'bottom'):_0x4886e4['minHeight']=null;}),_0x4886e4;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x9a670d){const _0x1d0c79=this['_sidebarItemViewToAnnotation']['get'](_0x9a670d),_0x543392=_0x1d0c79&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x1d0c79)-0x1);return _0x543392&&this['getSidebarItemView'](_0x543392)||null;}['_getItemAfter'](_0x18cdb0){const _0x1ac715=this['_sidebarItemViewToAnnotation']['get'](_0x18cdb0),_0x4a2882=_0x1ac715&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x1ac715)+0x1);return _0x4a2882&&this['getSidebarItemView'](_0x4a2882)||null;}['_alignBeforeItem'](_0x47f950,_0x2f893a){_0x47f950['updateHeight']();const _0x24475c=M(_0x2f893a['bottom']+this['_spaceBetweenItems'],_0x47f950['top']);return!!_0x24475c&&(this['_setItemTop'](_0x2f893a,_0x2f893a['top']-_0x24475c),!0x0);}['_alignAfterItem'](_0x1f7e4a,_0x28487f){_0x1f7e4a['updateHeight']();const _0x1b9311=M(_0x1f7e4a['bottom']+this['_spaceBetweenItems'],_0x28487f['top']);return!!_0x1b9311&&(this['_setItemTop'](_0x28487f,_0x28487f['top']+_0x1b9311,!0x1),!0x0);}['_alignToTargetRect'](_0x34f2e0){const _0x381351=this['_sidebarItemViewToAnnotation']['get'](_0x34f2e0);if(!_0x381351||!_0x381351['target']||!_0x381351['targetRect'])return;const _0x2a4555=this['_getTargetTop'](_0x381351,_0x381351['targetRect']);this['_setItemTop'](_0x34f2e0,_0x2a4555);}['_getTargetTop'](_0xb4c3bd,_0x29d5ce){if(null===_0x29d5ce)return 0x0;if(_0xb4c3bd['target']instanceof _0x3b3902)return _0x29d5ce['top'];{const _0x483b15=new _0x3b3902(this['view']['element'])['top'];return _0x29d5ce['top']-_0x483b15;}}['_setItemTop'](_0x261ed5,_0x65d92e,_0x3ffd5e=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x3ffd5e&&(_0x65d92e=Math['max'](_0x65d92e,this['_getMaxAvailableTop'](_0x261ed5))),_0x261ed5['top']=_0x65d92e;}['_getMaxAvailableTop'](_0x573352){let _0x5011c7=this['_getItemBefore'](_0x573352),_0x110973=0x0;for(;_0x5011c7;)_0x5011c7['updateHeight'](),_0x110973+=this['_spaceBetweenItems']+_0x5011c7['height'],_0x5011c7=this['_getItemBefore'](_0x5011c7);return _0x110973;}}function M(_0x18f415,_0x23885d){return Math['max'](_0x18f415-_0x23885d,0x0);}function y(_0x37d928){return null!==_0x37d928&&'object'==typeof _0x37d928&&0x1===_0x37d928['nodeType'];}class n extends _0x549003{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'WideSidebar';}constructor(_0x44894b){super(_0x44894b),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x2f1e73(),this['_refreshPositioningDebounced']=_0x2300e1(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x4f2a92=this['context']['plugins']['get'](j),_0x4bccfd=this['context']['plugins']['get'](z);_0x4f2a92['register']('wideSidebar',this),_0x4bccfd['container']&&_0x4f2a92['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x49b213){if(_0x49b213===this['activeAnnotation'])return;const _0x5c8ac9=this['context']['plugins']['get'](z);_0x5c8ac9['_activeAnnotation']=_0x49b213;const _0x5159e5=this['activeAnnotation'];this['activeAnnotation']=_0x49b213,_0x5c8ac9['refresh']({'blurredAnnotation':_0x5159e5,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x40eb79){this['annotations']=_0x40eb79;const _0x23e61f=this['context']['plugins']['get'](z);if(_0x23e61f['_annotations']=_0x40eb79,this['isAttached'])throw new _0x45b235('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x23e61f,'set:container',()=>{this['detach'](),this['listenTo'](_0x23e61f,'change:container',_0x2e8587=>{_0x2e8587['off'](),this['attach'](_0x40eb79);});}),_0x23e61f['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x18964b=_0xc06e8c=>{_0xc06e8c['updateTargetRect'](),_0x23e61f['addAnnotation'](_0xc06e8c);};for(const _0x379b25 of _0x40eb79)_0x18964b(_0x379b25);this['listenTo'](_0x40eb79,'add',(_0x957031,_0x314f98)=>{_0x18964b(_0x314f98);}),this['listenTo'](_0x40eb79,'remove',(_0x28ce16,_0xf5cf9d,_0x563557)=>{_0x23e61f['rearrange']({'removedAnnotation':_0xf5cf9d,'previousAnnotation':_0x40eb79['get'](_0x563557-0x1),'nextAnnotation':_0x40eb79['get'](_0x563557+0x1)}),_0xf5cf9d===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x40eb79,'focus',(_0xe5d607,_0x12efb7)=>{this['setActiveAnnotation'](_0x12efb7);}),this['listenTo'](_0x40eb79,'blur',()=>{this['setActiveAnnotation'](null);});const _0x2d2bf4=this['context']instanceof _0x3c3a23?this['context']['editors']:new _0x2f1e73([this['context']]);for(const _0x108ac5 of _0x2d2bf4)this['_integrateWithEditorAnnotations'](_0x108ac5);this['listenTo'](_0x2d2bf4,'add',(_0x4ac3b3,_0x43765d)=>{this['listenTo'](_0x43765d,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x43765d);});}),this['listenTo'](_0x2d2bf4,'remove',(_0x1983d1,_0x5c58c8)=>{_0x5c58c8['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x5c58c8['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x45b235('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x34dc33=this['context']['plugins']['get'](z);_0x34dc33['_detachFromContainer'](this['annotations']),this['stopListening'](_0x34dc33),this['stopListening'](this['annotations']),this['context']instanceof _0x3c3a23&&this['stopListening'](this['context']['editors']);for(const _0x17b87a of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x17b87a);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x26c7d7){const _0x1860ba=_0x26c7d7['plugins']['get'](k);if(!_0x1860ba)return;const _0x1f6009=()=>{const _0xddbe3b=_0x1860ba['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0xddbe3b[0x0]||null);};this['listenTo'](_0x1860ba,'refresh',_0x1f6009),this['listenTo'](_0x1860ba,'blur',(_0x4aae4a,{isAnnotationTracked:_0x14a6a2})=>{this['activeAnnotation']&&_0x14a6a2(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x1860ba,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x565759=>{_0x1860ba['hasDomSelection']()&&(_0x1f6009(),_0x565759['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x1860ba);}['_destroyEditorAnnotationsIntegration'](_0x222c6e){this['stopListening'](_0x222c6e),this['_editorAnnotations']['remove'](_0x222c6e);}}class D extends _0x1a3bb4{['counterView'];constructor(_0x1f568d){super(_0x1f568d);const _0x15da61=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x2dbe36,_0x4e6694)=>_0x2dbe36?'...':_0x4e6694['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',_0x15da61['to']('annotationType',_0x2ddc02=>'ck-annotation-counter__badge--'+_0x2ddc02),_0x15da61['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x15da61['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x549003{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,j];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x479631){super(_0x479631),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x1e2c36),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x2f1e73(),this['_refreshPositioningDebounced']=_0x2300e1(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](j)['register']('narrowSidebar',this),this['bodyCollection']=new _0x2465d8(this['context']['locale']),this['balloonPanelView']=new _0x28b267(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x4b90e0){this['annotations']=_0x4b90e0;const _0x1aa4f5=this['context']['plugins']['get'](z),_0x383124=this['balloonPanelView'];if(_0x1aa4f5['_annotations']=_0x4b90e0,this['isAttached'])throw new _0x45b235('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x1aa4f5,'set:container',()=>{this['detach'](),this['listenTo'](_0x1aa4f5,'change:container',_0x37dd4f=>{_0x37dd4f['off'](),this['attach'](_0x4b90e0);});}),_0x1aa4f5['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x90b446=_0x4ed76=>{const _0x594430=new D(this['context']['locale']);_0x1aa4f5['addAnnotation'](_0x4ed76,_0x594430),this['_annotationToNarrowView']['set'](_0x4ed76,_0x594430),_0x594430['bind']('isDirty','annotationType','number')['to'](_0x4ed76['view'],'isDirty','type','length'),_0x594430['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x383124['content']['first']!==_0x4ed76['view']?(this['_showBalloon'](_0x4ed76),_0x4ed76['view']['element']['focus'](),this['setActiveAnnotation'](_0x4ed76)):this['setActiveAnnotation'](null);});};for(const _0x4ad601 of _0x4b90e0)_0x90b446(_0x4ad601);this['listenTo'](_0x4b90e0,'add',(_0x29f007,_0x1460b1)=>{_0x90b446(_0x1460b1);}),this['listenTo'](_0x4b90e0,'remove',(_0x450767,_0x35cf14,_0x45ad13)=>{this['_annotationToNarrowView']['get'](_0x35cf14)['destroy'](),this['_annotationToNarrowView']['delete'](_0x35cf14),_0x1aa4f5['rearrange']({'removedAnnotation':_0x35cf14,'previousAnnotation':_0x4b90e0['get'](_0x45ad13-0x1),'nextAnnotation':_0x4b90e0['get'](_0x45ad13+0x1)}),_0x35cf14===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x4b90e0,'focus',(_0x1d310c,_0x5268f6)=>{this['setActiveAnnotation'](_0x5268f6);}),this['listenTo'](_0x4b90e0,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x3c8f06,_0x57bcff)=>{_0x57bcff['keyCode']===_0x4c3481['esc']&&_0x383124['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x383124['content']['first']),this['_hideBalloon'](),_0x57bcff['stopPropagation'](),_0x57bcff['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x128c5a,_0xde66e4)=>{const _0x3d115a=_0xde66e4['target'];_0x383124['isVisible']&&_0x383124['element']['contains'](_0x3d115a)||_0x1aa4f5['view']['element']['contains'](_0x3d115a)||_0x128c5a['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x4f9aaf=>_0x4f9aaf['contains'](_0x3d115a))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0xcb28e2=this['context']instanceof _0x3c3a23?this['context']['editors']:new _0x2f1e73([this['context']]);for(const _0xc1fa2a of _0xcb28e2)this['_integrateWithEditorAnnotations'](_0xc1fa2a);this['listenTo'](_0xcb28e2,'add',(_0x547e0f,_0x199d8c)=>{this['listenTo'](_0x199d8c,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x199d8c);});}),this['listenTo'](_0xcb28e2,'remove',(_0x635575,_0x4ce5fb)=>{_0x4ce5fb['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x4ce5fb['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x117062){if(_0x117062===this['activeAnnotation'])return;const _0x7ac9f0=this['context']['plugins']['get'](z);if(_0x7ac9f0['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x117062,'disableAnimationOnActivatedAnnotation':!0x0}),_0x117062)_0x7ac9f0['getSidebarItemView'](_0x117062)?this['_showBalloon'](_0x117062):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x117062;}['detach'](){if(!this['isAttached'])throw new _0x45b235('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x50dfc4=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0xb552e0=>_0xb552e0['destroy']()),this['_annotationToNarrowView']['clear'](),_0x50dfc4['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x3c3a23&&this['stopListening'](this['context']['editors']);for(const _0x36e674 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x36e674);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'](_0x50c675){const _0x26494f=_0x50c675['plugins']['get'](k),_0x18202f=this['context']['plugins']['get'](z),_0x230784=this['annotations'],_0x18bf4c=this['balloonPanelView'],_0xf6ddb3=()=>{const _0x151122=_0x26494f['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x151122),this['setActiveAnnotation'](_0x151122[0x0]||null);};this['listenTo'](_0x26494f,'refresh',_0xf6ddb3),this['listenTo'](_0x26494f,'blur',(_0x5e01f2,{isAnnotationTracked:_0x7151f4})=>{this['activeAnnotation']&&_0x7151f4(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x26494f,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x230784,'blur',_0x1a6b61=>{_0x26494f['hasDomSelection']()&&_0x1a6b61['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x179a15,_0x1da73b)=>{const _0x12836a=_0x1da73b['target'];_0x18bf4c['isVisible']&&_0x18bf4c['element']['contains'](_0x12836a)||_0x18202f['view']['element']['contains'](_0x12836a)||this['activeAnnotation']&&_0x26494f['hasDomSelection']()&&(_0xf6ddb3(),_0x179a15['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x26494f);}['_destroyEditorAnnotationsIntegration'](_0x2b68a4){_0x2b68a4&&(this['stopListening'](_0x2b68a4),this['_editorAnnotations']['remove'](_0x2b68a4));}['_setSelectedAnnotations'](_0x518e02){for(const _0x161976 of this['_selectedAnnotations'])_0x518e02['includes'](_0x161976)||this['_manuallyClosedAnnotationViews']['delete'](_0x161976['view']);this['_selectedAnnotations']=_0x518e02;}['_refreshPositioning'](){const _0x2a10d9=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x2a10d9['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x3bc5ef){if(this['_manuallyClosedAnnotationViews']['has'](_0x3bc5ef['view']))return;const _0x5be4d7=this['balloonPanelView']['content']['first'];_0x5be4d7!==_0x3bc5ef['view']?(_0x5be4d7&&this['_detachListeners'](_0x5be4d7),this['_attachListeners'](_0x3bc5ef['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x3bc5ef['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x3cb5bb=this['balloonPanelView']['content']['first'],_0x587aad=_0x3cb5bb&&this['annotations']['getByView'](_0x3cb5bb);if(!_0x587aad||!this['_annotationToNarrowView']['has'](_0x587aad))return;const _0x939b21=this['_annotationToNarrowView']['get'](_0x587aad)['element'],_0x593676=(function(){const _0x5b81f9=_0x28b267['defaultPositions'];return[_0x5b81f9['southArrowNorthEast'],_0x5b81f9['northArrowSouthEast'],_0x5b81f9['southArrowNorth'],_0x5b81f9['northArrowSouth'],_0x5b81f9['southArrowNorthWest'],_0x5b81f9['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x939b21,'positions':_0x593676});}['_hideBalloon'](){const _0x5b8fb7=this['balloonPanelView'],_0x3928e2=_0x5b8fb7['content']['first'];_0x3928e2&&(this['_detachListeners'](_0x3928e2),_0x5b8fb7['unpin'](),_0x5b8fb7['content']['clear']());}['_attachListeners'](_0xcd2a43){this['listenTo'](_0xcd2a43,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0xcd2a43,'Esc',(_0x2d7232,_0x5802ed)=>{this['_manuallyClosedAnnotationViews']['add'](_0xcd2a43),this['_hideBalloon'](),_0x5802ed();});}['_detachListeners'](_0x11e829){this['stopListening'](_0x11e829);}}class c extends _0x1eddfe{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[k,_0x1c0a4f,j];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x5b2cba){super(_0x5b2cba),_0x5b2cba['editing']['view']['addObserver'](_0x128945),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x5b2cba['plugins']['get'](_0x1c0a4f),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x200bfb=this['editor']['plugins']['get'](j);_0x200bfb['context']===this['editor']&&(_0x200bfb['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x3c5c49,_0x21a614)=>{const _0x36c4af=this['_balloon'];if(this['isAttached']&&_0x36c4af['visibleView']){const _0x43d3fb=this['annotations']['getByView'](_0x36c4af['visibleView']);_0x43d3fb&&this['_closeAnnotation'](_0x43d3fb),_0x21a614();}}));}['afterInit'](){const _0x470be9=this['editor']['plugins']['get'](j);_0x470be9['context']===this['editor']&&(_0x470be9['hasActive']()||_0x470be9['switchTo']('inline'));}['setActiveAnnotation'](_0x4d4498){_0x4d4498!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x4d4498&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x4d4498)&&this['_addAnnotationToBalloon'](_0x4d4498,!0x0),_0x4d4498['isActive']=!0x0),_0x4d4498||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x4d4498);}['attach'](_0x429e23){this['annotations']=_0x429e23;const _0x1aa928=this['editor']['plugins']['get'](j),_0x146aef=this['_balloon'];if(this['isAttached'])throw new _0x45b235('inlineannotations-attach-already-attached',this);if(_0x1aa928['context']!==this['editor'])throw new _0x45b235('inlineannotations-not-allowed-with-context',this);const _0x24f77f=this['editor']['plugins']['get'](k);this['listenTo'](_0x24f77f,'refresh',()=>{const _0x1ab413=_0x24f77f['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x423653,_0xb04719;!this['_forceRefresh']&&(_0x423653=_0x1ab413,_0xb04719=this['_selectedAnnotations'],_0x423653['length']===_0xb04719['length']&&_0x423653['every'](_0x3880aa=>_0xb04719['includes'](_0x3880aa)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x1ab413),this['setActiveAnnotation'](_0x1ab413[0x0]||null));}),this['listenTo'](_0x24f77f,'blur',(_0x4fbf47,{isAnnotationTracked:_0x5c8f9d})=>{this['activeAnnotation']&&_0x5c8f9d(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x5f141c,_0x6fc7c0,_0x5ec6e1)=>{_0x5ec6e1||this['setActiveAnnotation'](null);}),this['listenTo'](_0x429e23,'remove',(_0x598c0c,_0x2a5197)=>{this['_removeAnnotationFromBalloon'](_0x2a5197),_0x2a5197===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x146aef,'change:visibleView',(_0x530020,_0x2ff5d7,_0x30eca3,_0x1a36cd)=>{_0x1a36cd&&this['stopListening'](_0x1a36cd);const _0x40e909=_0x429e23['getByView'](_0x30eca3);_0x30eca3&&_0x40e909&&(this['listenTo'](_0x30eca3,'change:height',()=>{_0x146aef['updatePosition']();}),this['listenTo'](_0x30eca3,'Esc',()=>{this['_closeAnnotation'](_0x40e909),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x40e909&&this['setActiveAnnotation'](_0x40e909));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x146aef['visibleView']&&(_0x429e23['getByView'](_0x146aef['visibleView'])&&_0x146aef['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 _0x45b235('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x436a48 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x436a48);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x505d39){for(const _0x3d12af of this['_selectedAnnotations'])_0x505d39['includes'](_0x3d12af)||this['_manuallyClosed']['delete'](_0x3d12af);for(const _0x8bf82 of this['annotations'])_0x505d39['includes'](_0x8bf82)||this['_removeAnnotationFromBalloon'](_0x8bf82);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x4e543f of _0x505d39)this['_addAnnotationToBalloon'](_0x4e543f);}this['_selectedAnnotations']=_0x505d39;}['_addAnnotationToBalloon'](_0x246905,_0x5f54e7=!0x1){this['_manuallyClosed']['has'](_0x246905)||(this['_addedAnnotations']['has'](_0x246905)||this['_balloon']['hasView'](_0x246905['view'])||(this['_addedAnnotations']['add'](_0x246905),this['_balloon']['add']({'stackId':_0x246905['view']['id'],'view':_0x246905['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x246905)}})),_0x5f54e7&&this['_balloon']['showStack'](_0x246905['view']['id']));}['_getBalloonTargetForAnnotation'](_0xf3473c){const _0x13ee59=_0xf3473c['target'],_0x375961=this['editor']['editing']['view'],_0x37739b=_0x375961['document']['selection']['getFirstRange'](),_0x47d1bc=_0x375961['domConverter']['viewRangeToDom'](_0x37739b);if(_0x47d1bc['collapse'](!0x0),_0x13ee59){if(_0x13ee59 instanceof _0x3b3902)return _0x13ee59;let _0x20e6b9=[];for(const _0x2cf00b of _0x13ee59)_0x20e6b9['push'](...(_0x522787=_0x2cf00b['getClientRects'](),Array['from'](_0x522787)['map'](DOMRect['fromRect'])));_0x20e6b9=function(_0x492452){const _0x47939b=[];let _0x1bda78=_0x492452[0x0];for(let _0x13f376=0x1;_0x13f376<_0x492452['length'];_0x13f376++)F(_0x1bda78,_0x492452[_0x13f376])?_0x1bda78['width']+=_0x492452[_0x13f376]['width']:(_0x47939b['push'](_0x1bda78),_0x1bda78=_0x492452[_0x13f376]);return _0x47939b['push'](_0x1bda78),_0x47939b;}(_0x20e6b9);const _0x30775a=_0x47d1bc['getBoundingClientRect']();return _0x20e6b9['find'](_0x15cd87=>_0x15cd87['top']<=_0x30775a['top']&&_0x15cd87['bottom']>=_0x30775a['bottom']&&_0x15cd87['left']<=_0x30775a['left']&&_0x15cd87['right']>=_0x30775a['right'])||_0x20e6b9[0x0];}var _0x522787;return _0xf3473c['targetRect']||_0x47d1bc;}['_removeAnnotationFromBalloon'](_0x24bdcf){this['_addedAnnotations']['has'](_0x24bdcf)&&this['_balloon']['hasView'](_0x24bdcf['view'])&&(this['_addedAnnotations']['delete'](_0x24bdcf),this['_balloon']['remove'](_0x24bdcf['view']));}['_closeAnnotation'](_0x430a20){this['_manuallyClosed']['add'](_0x430a20),this['_removeAnnotationFromBalloon'](_0x430a20);}}function F(_0x26d573,_0x252349){return _0x26d573['top']===_0x252349['top']&&_0x26d573['bottom']===_0x252349['bottom']&&_0x26d573['right']===_0x252349['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(_0x13bb49,_0x1e7d89){super(_0x13bb49),this['set']('isEmpty',!_0x1e7d89['length']),this['_focusTracker']=new _0x217467(),this['_keystrokes']=new Et(),this['_focusables']=_0x1e7d89,this['_focusCycler']=new _0x3774f3({'focusables':this['_focusables'],'focusTracker':this['_focusTracker'],'keystrokeHandler':this['_keystrokes'],'actions':{'focusPrevious':'shift\x20+\x20tab','focusNext':'tab'}}),this['listenTo'](_0x1e7d89,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x1e7d89,'remove',(_0x133f86,_0x5c45d3)=>{_0x5c45d3['isActive']&&this['focus'](),_0x1e7d89['length']||(this['isEmpty']=!0x0);});const _0x308af3=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':_0x1e7d89},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x308af3['if']('isEmpty','ck-hidden',_0xb9ec5=>!_0xb9ec5)]},'children':[{'text':W(_0x13bb49,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_keystrokes']['listenTo'](this['element']);const _0x18d737=_0x1c4f48=>_0x1c4f48['stopPropagation']();this['_keystrokes']['set']('arrowright',_0x18d737),this['_keystrokes']['set']('arrowleft',_0x18d737),this['_keystrokes']['set']('arrowup',_0x18d737),this['_keystrokes']['set']('arrowdown',_0x18d737),this['listenTo'](this['element'],'selectstart',(_0x4af04e,_0x9187ac)=>{_0x9187ac['stopPropagation']();},{'priority':'high'});}['destroy'](){super['destroy'](),this['_focusTracker']['destroy'](),this['_keystrokes']['destroy']();}['focus'](){this['element']['focus']();}}class p extends _0x549003{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,b];}constructor(_0x13cae5){super(_0x13cae5),this['archivedThreads']=new _0x2f1e73();}['init'](){const _0x32273c=this['context'],_0x2c6910=_0x32273c['plugins']['get'](m),_0x4e01d3=_0x32273c['plugins']['get'](b);this['listenTo'](_0x2c6910,'addCommentThread',(_0x487f80,{threadId:_0x5daf07})=>{const _0xf8f7f5=_0x2c6910['getCommentThread'](_0x5daf07);_0xf8f7f5['archivedAt']&&this['archivedThreads']['add'](_0xf8f7f5,this['_calculatePosition'](_0xf8f7f5['archivedAt'])),this['listenTo'](_0xf8f7f5,'change:archivedAt',(_0x5af820,_0x2824db,_0xecf912)=>{_0xecf912?this['archivedThreads']['has'](_0xf8f7f5)||this['archivedThreads']['add'](_0xf8f7f5,this['_calculatePosition'](_0xf8f7f5['archivedAt'])):this['archivedThreads']['has'](_0xf8f7f5)&&this['archivedThreads']['remove'](_0xf8f7f5);});}),this['listenTo'](_0x2c6910,'removeCommentThread',(_0x166288,{threadId:_0x4eb327})=>{const _0x6379a1=_0x2c6910['getCommentThread'](_0x4eb327);this['stopListening'](_0x6379a1),this['archivedThreads']['has'](_0x6379a1)&&this['archivedThreads']['remove'](_0x6379a1);},{'priority':'highest'}),this['listenTo'](_0x4e01d3['collection'],'focus',(_0x4596ac,_0x314be5)=>{_0x314be5['isActive']=!0x0,_0x4e01d3['activate'](_0x314be5);});}['_calculatePosition'](_0x334fe4){const _0x555920=[...this['archivedThreads']]['findIndex'](_0x4f44c0=>_0x4f44c0['archivedAt']<_0x334fe4);return _0x555920>-0x1?_0x555920:this['archivedThreads']['length'];}}class a extends _0x1eddfe{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x5ceb83];}constructor(_0x28b451){super(_0x28b451),this['annotationViews']=new _0x5a48b0(),this['_pendingThreads']=[];}['init'](){this['editor']['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x1a3bb4,!0x0)),this['editor']['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>this['_createCommentsArchiveButton'](_0xca17db));const _0x3f2e17=this['editor']['plugins']['get'](p),_0x5e992a=this['editor']['plugins']['get']('Annotations'),_0x56949a=this['editor']['plugins']['get']('CommentsRepository');this['listenTo'](_0x3f2e17['archivedThreads'],'add',(_0x4151be,_0x184128)=>{const _0x4c620c=this['editor']['config']['get']('collaboration.channelId');if(!_0x4c620c||_0x184128['channelId']===_0x4c620c){const _0x256b4d=_0x56949a['_threadToController']['get'](_0x184128);if(!_0x256b4d)return void this['_pendingThreads']['push'](_0x184128);const _0x4636be=this['_calculatePosition'](_0x184128['archivedAt']),_0x32fa87=_0x5e992a['getByInnerView'](_0x256b4d['view']);_0x32fa87['isVisible']&&_0x5e992a['_visibleAnnotations']['remove'](_0x32fa87),this['annotationViews']['add'](_0x32fa87['view'],_0x4636be);}}),this['listenTo'](_0x5e992a['collection'],'add',(_0x72fc5c,_0x13d984)=>{const _0x34ecc7=this['_pendingThreads']['find'](_0x3b64ef=>{const _0x131457=_0x56949a['_threadToController']['get'](_0x3b64ef);return _0x131457&&_0x13d984['innerView']===_0x131457['view'];});if(_0x34ecc7){const _0x15338f=this['_calculatePosition'](_0x34ecc7['archivedAt']);this['annotationViews']['add'](_0x13d984['view'],_0x15338f),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x34ecc7),0x1);}}),this['listenTo'](_0x3f2e17['archivedThreads'],'remove',(_0x50aba1,_0x3ef76a)=>{const _0x285e93=this['editor']['config']['get']('collaboration.channelId');if(!_0x285e93||_0x3ef76a['channelId']===_0x285e93){const _0x1da17c=_0x56949a['_threadToController']['get'](_0x3ef76a),_0x2ef438=_0x5e992a['getByInnerView'](_0x1da17c['view']);this['annotationViews']['remove'](_0x2ef438['view']),this['stopListening'](_0x2ef438['focusableElements']);}});}['_calculatePosition'](_0x267975){const _0x3ce6f1=this['editor']['config']['get']('collaboration.channelId'),_0xbe1730=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0xcbf062=>_0xcbf062['channelId']===_0x3ce6f1)['findIndex'](_0x5a2ca2=>_0x5a2ca2['archivedAt']<_0x267975);return _0xbe1730<0x0||_0xbe1730>this['annotationViews']['length']?this['annotationViews']['length']:_0xbe1730-0x1;}['_toggleDialog'](){const _0x32c2f6=this['editor'],_0x3157da=_0x32c2f6['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new X(_0x32c2f6['locale'],this['annotationViews'])),'commentsArchive'===_0x3157da['id']?_0x3157da['hide']():_0x3157da['show']({'id':'commentsArchive','title':W(_0x32c2f6['locale'],'COMMENTS_ARCHIVE'),'icon':Q,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x25bb68['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x2b7185,_0x4ca7d1=!0x1){const _0x4f98fc=this['editor']['locale'],_0x3c911b=new _0x2b7185(_0x4f98fc);return _0x3c911b['bind']('isEnabled')['to'](this,'isEnabled'),_0x3c911b['set']({'label':W(_0x4f98fc,'COMMENTS_ARCHIVE'),'icon':Q}),_0x4ca7d1&&(_0x3c911b['tooltip']=!0x0),this['listenTo'](_0x3c911b,'execute',()=>this['_toggleDialog']()),_0x3c911b;}}class f extends _0x1eddfe{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};
|