@ckeditor/ckeditor5-comments 43.2.0-alpha.3 → 43.2.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 +15 -15
- 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
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
((()=>Ut)());constructor(_0x5d5e69={}){(_0x5d5e69=Object['assign']({},_0x5d5e69))['plugins']||(_0x5d5e69['plugins']=Vt['defaultPlugins']),super(_0x5d5e69),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 _0x4a1bda=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x4a1bda))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x4f950c=>{const _0x5cf710=this['model']['document']['getRoot'](),_0x3ab2c5=_0x5cf710&&_0x5cf710['getChild'](_0x5cf710['childCount']-0x1);_0x4f950c['setSelection'](_0x3ab2c5,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x496898=this['editing']['view'],_0x189bbd=_0x496898['document']['getRoot'](),_0x2e9942=_0x189bbd['getChild'](0x0);_0x189bbd['childCount']>0x1||!_0x2e9942||'p'!=_0x2e9942['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(Bt(_0x496898,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x2e9942['placeholder']=this['placeholder']),zt({'view':_0x496898,'element':_0x2e9942,'keepOnFocus':!0x0}),this['placeholderElement']=_0x2e9942);}}class rs extends _t{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x4a2236,_0x435b7c={}){super(_0x4a2236),this['editor']=null,this['_editorConfig']=_0x435b7c,this['set']('value',_0x435b7c['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',S(_0x4a2236,'Reply...')),this['set']('submitLabel',S(_0x4a2236,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new Et(),this['focusTracker']=new _0x48fbc1(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),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',(_0x527330,_0x509552)=>{this['cancelButtonView']['fire']('execute'),_0x509552();}),this['keystrokes']['set']('Ctrl+Enter',(_0x45bf28,_0x40971b)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x40971b());}),this['on']('submit',(_0x47b340,_0x49d5e9)=>{_0x49d5e9['length']>0xfde8?(alert(S(_0x4a2236,'TOO_LONG_COMMENT_ALERT',[_0x49d5e9['length'],0xfde8])),_0x47b340['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new Vt(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x2e1ce9=this['editor'];this['element']['insertBefore'](_0x2e1ce9['ui']['element'],this['element']['firstChild']),_0x2e1ce9['model']['document']['on']('change',()=>this['value']=_0x2e1ce9['getData']()),_0x2e1ce9['bind']('placeholder')['to'](this),this['focusables']['add'](_0x2e1ce9['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x58c1c0){-0x1===_0x58c1c0?(this['focusCycler']['focusFirst'](),this['focusCycler']['focusLast']()):this['focusCycler']['focusFirst']();}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:_0x5d024c}=this,_0x4c002f=new _0x4eef25(_0x5d024c);return _0x4c002f['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x4c002f['withText']=!0x0,_0x4c002f['bind']('label')['to'](this,'submitLabel'),_0x4c002f['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x4c002f['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x1f6551,_0x21e669)=>!_0x21e669&&!!_0x1f6551['trim']()),_0x4c002f;}['_createCancelButton'](){const {locale:_0xae66b1}=this,_0x36bc30=new _0x4eef25(_0xae66b1);return _0x36bc30['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x36bc30['label']=S(_0xae66b1,'Cancel'),_0x36bc30['withText']=!0x0,_0x36bc30['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x36bc30;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x426815=>{this['focusTracker']['add'](_0x426815['element']);}),this['focusables']['on']('change',(_0x1a3e09,_0x1e1b37)=>{for(const _0x57e194 of Array['from'](_0x1e1b37['added'])['reverse']())this['focusTracker']['add'](_0x57e194['element']);});}}class kt extends _t{constructor(_0x8a6aa8,_0x4ce7e8,_0xaa4bb6){super(_0x8a6aa8),this['commentInputView']=new rs(_0x8a6aa8,_0xaa4bb6),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x3da781,_0x24de66)=>_0x3da781||!!_0x24de66),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 _0x40123c(_0x8a6aa8,_0x4ce7e8),this['userView']['extendTemplate']({'attributes':{'class':'ck-thread__user','aria-hidden':!0x0}}),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']]});}['render'](){super['render'](),this['_focusOnNonInteractiveMouseDown']();}['destroy'](){return this['commentInputView']['destroy']()['then'](()=>super['destroy']());}['focus'](_0xa3704){this['commentInputView']['focus'](_0xa3704);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0xdd8530,_0x50f230)=>{const {submitButtonView:_0x43a02f,cancelButtonView:_0x33b240,editor:_0x314ea3}=this['commentInputView'];[_0x43a02f['element'],_0x33b240['element'],_0x314ea3?_0x314ea3['editing']['view']['getDomRoot']():null]['filter'](_0x1b239c=>_0x1b239c)['some'](_0x35993a=>_0x35993a['contains'](_0x50f230['target']))||(this['focus'](),_0x50f230['preventDefault']());});}}class cs extends _t{constructor(_0x475a6c){super(_0x475a6c);const _0x398af0=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x398af0['to']('count',_0x5b0d72=>S(_0x475a6c,'NUMBER_OF_COMMENTS',_0x5b0d72))}]});}}class xt extends _t{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x193b4a,_0x8a7062,_0x5a512b){super(_0x193b4a);const _0xa61527=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x8a7062['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x8a7062,this['_config']=_0x5a512b,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x48fbc1(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x42ed56=>this['commentViews']['map'](_0x449f13=>_0x449f13['element'])['includes'](_0x42ed56['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new cs(_0x193b4a),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0xe912b0=>_0xe912b0-this['_config']['maxCommentsWhenCollapsed']);for(const _0x104f4c of _0x8a7062['comments'])this['_handleNewCommentModel'](_0x104f4c);this['_handleInfoComment'](),this['listenTo'](_0x8a7062['comments'],'add',(_0x18e8e6,_0x34844f)=>{const _0xee9bf4=this['_calculatePosition'](_0x34844f);this['length']++,this['_handleNewCommentModel'](_0x34844f,_0xee9bf4),this['refreshVisibleViews']();}),this['listenTo'](_0x8a7062['comments'],'remove',(_0x147eb4,_0x292e98)=>{this['length']--,this['_handleRemoveCommentModel'](_0x292e98),this['refreshVisibleViews']();}),this['listenTo'](_0x8a7062,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x8a7062,'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',_0xa61527['if']('length','ck-hidden',_0x13aece=>!_0x13aece)],'aria-label':S(_0x193b4a,'Thread\x20comments')},'children':this['visibleViews']});}get['_shouldCollapse'](){return this['_model']['weight']>this['_config']['maxThreadTotalWeight']&&!this['isActive']&&!this['hasDirtyComment'];}['render'](){super['render'](),this['refreshVisibleViews'](),this['_setupKeyboardNavigation']();}['focus'](_0x2b263f){-0x1===_0x2b263f?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x33cf74 of this['commentViews'])_0x33cf74['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x2900a5,_0xde29b4){const _0x2ed237=new this['_config']['CommentView'](this['locale'],_0x2900a5,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x2ed237['viewUid']=_0x2900a5['id'],_0x2ed237['delegate']('removeComment')['to'](this),_0x2ed237['delegate']('updateComment')['to'](this),_0x2ed237['delegate']('resolveCommentThread')['to'](this),_0x2ed237['delegate']('editorReady')['to'](this),_0x2ed237['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x2ed237,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x2ed237,_0xde29b4);}['_calculatePosition'](_0x1e1214){const _0x315bde=this['_model']['_findOptimalIndex'](_0x1e1214);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x1e1214['authoredAt']?_0x315bde-0x1:_0x315bde:_0x315bde-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x5cb8be={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':S(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x5cb8be,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x5cb8be));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x98677e){const _0x4e8fa8=this['commentViews']['remove'](_0x98677e['id']);this['stopListening'](_0x4e8fa8),_0x4e8fa8['isEditMode']&&this['_updateHasDirtyComment'](),_0x4e8fa8['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x422a97=>_0x422a97['isEditMode']);}['_rearrangeCollapse'](){const _0x3020d3=function(_0x1eb87c){const _0x224143=new _0x46d9cb();for(const _0x384c30 of _0x1eb87c)_0x224143['add'](_0x384c30);return _0x224143;}(this['commentViews']),_0x247324=this['_collapsedCommentsView']['count'];for(let _0x292c77=0x1;_0x292c77<=_0x247324;_0x292c77++)_0x3020d3['remove'](0x1);for(const _0x16c7e3 of _0x3020d3)_0x16c7e3['collapse']();_0x247324>0x0&&_0x3020d3['add'](this['_collapsedCommentsView'],0x1),ms(_0xeb1798(Array['from'](this['visibleViews']),Array['from'](_0x3020d3)),this['visibleViews'],_0x3020d3);}['_rearrangeExpand'](){ms(_0xeb1798(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x3ee4d9 of this['visibleViews'])_0x3ee4d9['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x38249c=>{this['focusTracker']['add'](_0x38249c['element']),this['keystrokes']['listenTo'](_0x38249c['element']);}),this['commentViews']['on']('change',(_0x3e4a29,_0x1465a9)=>{for(const _0x243f80 of _0x1465a9['removed'])this['focusTracker']['remove'](_0x243f80['element']),this['keystrokes']['stopListening'](_0x243f80['element']);for(const _0x440d94 of Array['from'](_0x1465a9['added'])['reverse']())this['focusTracker']['add'](_0x440d94['element']),this['keystrokes']['listenTo'](_0x440d94['element']);});}}function ms(_0x2283e0,_0x175fcf,_0x752c3e){let _0x476246=0x0;for(const _0x4e0343 of _0x2283e0)switch(_0x4e0343){case'insert':_0x175fcf['add'](_0x752c3e['get'](_0x476246),_0x476246),_0x476246++;break;case'delete':_0x175fcf['remove'](_0x476246);break;case'equal':_0x476246++;}}class ls extends _t{constructor(_0x336fad){super(_0x336fad);const _0x5261b6=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x5261b6['to']('contextValue',_0x1eff61=>S(_0x336fad,'THREAD_CONTEXT_LABEL',_0x1eff61)),'tabindex':-0x1},'children':[{'text':_0x5261b6['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class ts extends _t{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x4b3e7a,_0x5d85d3){super(_0x4b3e7a);const _0x520b97=this['bindTemplate'];this['_model']=_0x5d85d3,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x48fbc1(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x2da64c=>!!_0x2da64c),this['bind']('contextValue')['to'](this['_model'],'context',_0x44aded=>_0x44aded&&_0x44aded['value']?this['_trimContextValue'](_0x44aded['value']):S(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',_0x520b97['if']('hasContext','ck-context--quotes')]},'children':[this['contextView']]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions'](),this['_setupKeyboardNavigation']();}['focus'](){this['focusCycler']['focusFirst']();}['_createReopenButton'](){const _0x4bc8b7=new _0x4eef25(this['locale']);return _0x4bc8b7['label']=S(this['locale'],'Reopen'),_0x4bc8b7['tooltip']=S(this['locale'],'Reopen'),_0x4bc8b7['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>',_0x4bc8b7['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x1e2c16=>!_0x1e2c16),_0x4bc8b7['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x5b7a48,_0x56f9de)=>_0x5b7a48&&_0x56f9de),_0x4bc8b7['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x4bc8b7;}['_trimContextValue'](_0x4fe552){if(_0x4fe552['length']<0x96)return _0x4fe552;const _0x35818c=_0x4fe552['lastIndexOf']('\x20',0x93);return _0x4fe552['substring'](0x0,_0x35818c>-0x1?_0x35818c:0x93)+'...';}['_attachContextActions'](){const _0x21c1f6=this['element']['querySelector']('.ck-context'),_0x5e3837=_0x21c1f6['querySelector']('.ck-context__value');this['listenTo'](_0x21c1f6,'mouseenter',()=>{_0x5e3837['offsetWidth']<_0x5e3837['scrollWidth']&&_0x21c1f6['classList']['add']('overlay');}),this['listenTo'](_0x21c1f6,'mouseleave',()=>{_0x21c1f6['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x2a374e of this['focusables'])this['focusTracker']['add'](_0x2a374e['element']),this['keystrokes']['listenTo'](_0x2a374e['element']);}['_createContextView'](){const _0x2e5064=new ls(this['locale']);return _0x2e5064['bind']('contextValue')['to'](this),_0x2e5064;}}class es extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x3b48a1,_0x597a4b,_0x3ae58a,_0x1b10b8){super(_0x3b48a1),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x597a4b,this['_localUser']=_0x3ae58a,this['_config']=_0x1b10b8,this['commentThreadHeaderView']=new ts(_0x3b48a1,_0x597a4b),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x5b6dca(_0x3b48a1,S(_0x3b48a1,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x3b48a1,_0x597a4b,Object['assign']({'CommentView':this['_config']['CommentView']},_0x1b10b8)),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',(_0x3b8a06,_0x16f79f)=>_0x3b8a06||!!_0x16f79f),this['bind']('isUnlinked')['to'](_0x597a4b,'unlinkedAt',_0x2885f4=>!!_0x2885f4),this['bind']('ariaLabel')['to'](this,'length',_0x1242cc=>{const _0x51957d=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return S(this['locale'],'COMMENT_THREAD_LABEL',[_0x1242cc,_0x51957d]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x48fbc1(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x2241cd=>_0x2241cd['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0x288589(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x2f9b05=new kt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x1e961f=_0x2f9b05['commentInputView'];return _0x2f9b05['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x1e961f,'value',(_0x111843,_0x378094,_0x4df0ce,_0x58c600,_0x58342e)=>!!_0x58342e||!!_0x58c600&&_0x4df0ce&&!_0x378094||_0x111843&&_0x4df0ce&&!_0x378094),_0x1e961f['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x51e3c0,_0x36754e,_0xfa9784)=>{let _0x2f306c;return _0x2f306c=_0xfa9784&&_0x36754e?'Reply\x20to\x20reopen\x20discussion...':_0x51e3c0?'Reply...':'Write\x20a\x20comment...',S(this['locale'],_0x2f306c);}),_0x1e961f['bind']('submitLabel')['to'](this,'length',_0x302e5c=>S(this['locale'],_0x302e5c?'Reply':'Comment')),_0x1e961f['on']('submit',(_0x23cccb,_0xa62aa3)=>{this['fire']('addComment',_0xa62aa3),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x1e961f['on']('cancel',()=>{this['focus']();}),_0x1e961f['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x1e961f['on']('cancel',_0x172704=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x172704['stop']());}),this['on']('change:isActive',(_0x43ff11,_0x37ce3e,_0x525a08)=>{_0x525a08||this['length']||_0x1e961f['value']||this['fire']('removeCommentThread');}),_0x2f9b05;}}class Ct extends/* #__PURE__ -- @preserve */
|
|
27
|
-
ti(es){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(
|
|
28
|
-
ti(ns){['actionBar'];['userView'];constructor(
|
|
29
|
-
_0x3a9b67(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x3a8d30,target:_0x195bd9,type:_0x2fd0a8,isVisible:_0x50177f=!0x0}){super(),this['view']=_0x3a8d30,this['view']['element']||this['view']['render'](),this['_type']=_0x2fd0a8,this['_target']=_0x195bd9,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x46d9cb([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x4df131,_0x601043)=>{this['view']['focusTracker']['add'](_0x601043);}),this['focusableElements']['on']('remove',(_0x211851,_0x4ffc6a)=>{this['view']['focusTracker']['remove'](_0x4ffc6a);}),this['set']('isVisible',_0x50177f);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x516ed0=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x516ed0),_0x516ed0;}get['targetRect'](){const _0x34d842=this['target'];if(null===_0x34d842)return null;if(_0x34d842 instanceof _0x5114fb)return _0x34d842;const _0x1de4d0=_0x34d842['filter'](_0x56e8fc=>function(_0x5c5460){const _0x44581d=_0x5c5460['offsetParent'];if(_0x44581d)return!0x0;const _0xcb6e19=_0x5c5460['getClientRects']()['item'](0x0);return!!_0xcb6e19;}(_0x56e8fc));return 0x0===_0x1de4d0['length']?null:new _0x5114fb(_0x1de4d0[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x40051e){this['view']['isActive']=_0x40051e,this['view']['mainView']['isActive']=_0x40051e;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x519e2a){if(!(null===_0x519e2a||_0x519e2a instanceof _0x5114fb||Array['isArray'](_0x519e2a)&&_0x519e2a['every'](_0x49d57a=>ee(_0x49d57a))))throw new _0x39917d('annotation-invalid-target',null,{'target':_0x519e2a});}['_getNormalizedTarget'](){const _0x339af9='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x339af9)?[_0x339af9]:_0x339af9;}}function ee(_0x1ada7b){return null!==_0x1ada7b&&'object'==typeof _0x1ada7b&&'nodeType'in _0x1ada7b&&0x1===_0x1ada7b['nodeType'];}class x extends _0x46d9cb{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x4f1285=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x48fbc1(),this['_focusTracker']['on']('change:isFocused',(_0x1d02ad,_0x6c4af6,_0x414590)=>{_0x414590||this['fire']('blur');});for(const _0x3746f2 of _0x4f1285)this['add'](_0x3746f2);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x5489c8){if(this['has'](_0x5489c8))throw new _0x39917d('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x5489c8['innerView'],_0x5489c8),this['_viewToAnnotation']['set'](_0x5489c8['view'],_0x5489c8);for(const _0x72d5ba of _0x5489c8['focusableElements'])this['_focusTracker']['add'](_0x72d5ba);this['listenTo'](_0x5489c8['focusableElements'],'add',(_0x1dbbb,_0x295248)=>{this['_focusTracker']['add'](_0x295248);}),this['listenTo'](_0x5489c8['focusableElements'],'remove',(_0x5efeab,_0x3ca24b)=>{this['_focusTracker']['remove'](_0x3ca24b);}),this['listenTo'](_0x5489c8['view']['focusTracker'],'change:isFocused',(_0x597104,_0x51258f,_0x5049ba)=>{_0x5049ba&&this['fire']('focus',_0x5489c8);}),_0x5489c8['updateTargetRect']();const _0x32d5d8=this['_getOrderInContent'](_0x5489c8['view']['targetRect']);return super['add'](_0x5489c8,_0x32d5d8);}['remove'](_0x169a0e){if(!this['has'](_0x169a0e))throw new _0x39917d('annotationcollection-not-existing-item',null);this['stopListening'](_0x169a0e['view']['focusTracker']),this['stopListening'](_0x169a0e['focusableElements']);for(const _0x14d5ba of _0x169a0e['focusableElements'])this['_focusTracker']['remove'](_0x14d5ba);return this['_viewToAnnotation']['delete'](_0x169a0e['view']),this['_innerViewToAnnotation']['delete'](_0x169a0e['innerView']),super['remove'](_0x169a0e);}['getByInnerView'](_0x515e65){return this['_innerViewToAnnotation']['get'](_0x515e65);}['getByView'](_0x196c5a){return this['_viewToAnnotation']['get'](_0x196c5a);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x3babc1 of this)_0x3babc1['updateTargetRect']();this['_sort']();}['_sort'](){const _0x3b8f32=Array['from'](this)['sort']((_0x31a27c,_0x1a8e94)=>v(_0x31a27c['view']['targetRect'],_0x1a8e94['view']['targetRect']));for(let _0x5a3564=_0x3b8f32['length']-0x1;_0x5a3564>0x0;_0x5a3564--){const _0x1d3b5d=_0x3b8f32[_0x5a3564];_0x5a3564!==this['getIndex'](_0x1d3b5d)&&(this['remove'](_0x1d3b5d),this['add'](_0x1d3b5d));}}['_getOrderInContent'](_0x68a055){let _0x2d55c4=0x0;if(!_0x68a055)return this['length'];for(const _0x377f3e of this){const _0x15f6a2=_0x377f3e['view']['targetRect'];if(_0x15f6a2){if(v(_0x68a055,_0x15f6a2)<0x0)return _0x2d55c4;_0x2d55c4++;}}return _0x2d55c4;}}function v(_0x2dcedd,_0x134e0d){if(null===_0x2dcedd&&null===_0x134e0d)return 0x0;if(null===_0x2dcedd)return-0x1;if(null===_0x134e0d)return 0x1;const _0x3ce73c=_0x2dcedd['top']-_0x134e0d['top'];return 0x0==_0x3ce73c?_0x2dcedd['left']-_0x134e0d['left']:_0x3ce73c;}class N extends _0xc39abe{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x5b73b9){if(super(_0x5b73b9),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x5b73b9 instanceof _0x426116){const _0x32d6b1=_0x5b73b9['locale'];_0x5b73b9['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':S(_0x32d6b1,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':S(_0x32d6b1,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':S(_0x32d6b1,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':S(_0x32d6b1,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':S(_0x32d6b1,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':S(_0x32d6b1,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':S(_0x32d6b1,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x43decc){this['collection']['add'](_0x43decc);}['remove'](_0xd845bc){this['collection']['remove'](_0xd845bc),_0xd845bc['destroy']();}['refreshVisibility'](){for(const _0x4ebb64 of this['collection'])_0x4ebb64['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x2b5dfe){return this['collection']['getByInnerView'](_0x2b5dfe);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x1b9ab6 of this['collection'])_0x1b9ab6['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x1b8200){this['fire']('_activateAnnotation',_0x1b8200);}['createAnnotation'](_0x656889){return new d(_0x656889);}['createAnnotationView'](_0x312b41,_0x452700){return new T(_0x312b41,_0x452700);}['_addActiveAnnotation'](_0x1150d5){const _0x5d2ca1=new Set(this['activeAnnotations']);_0x5d2ca1['add'](_0x1150d5),this['activeAnnotations']=_0x5d2ca1;}['_removeActiveAnnotation'](_0x32d999){const _0x45ae9e=new Set(this['activeAnnotations']);_0x45ae9e['delete'](_0x32d999),this['activeAnnotations']=_0x45ae9e;}['_bindAnnotationsToVisibleAnnotations'](){const _0x3ed209=this['collection'],_0x2d3010=this['_visibleAnnotations'];function _0x218a9d(_0x35500a){const _0x1bff80=_0x35500a['source'];_0x1bff80['isVisible']&&!_0x2d3010['has'](_0x1bff80)?_0x2d3010['add'](_0x1bff80):!_0x1bff80['isVisible']&&_0x2d3010['has'](_0x1bff80)&&_0x2d3010['remove'](_0x1bff80),_0x1bff80['view']['focusTracker']['remove'](_0x1bff80['view']['element']),_0x1bff80['view']['focusTracker']['add'](_0x1bff80['view']['element']);}this['listenTo'](_0x3ed209,'add',(_0x2b5241,_0x3e4ce8)=>{_0x3e4ce8['isVisible']&&_0x2d3010['add'](_0x3e4ce8),this['listenTo'](_0x3e4ce8,'change:isVisible',_0x218a9d);}),this['listenTo'](_0x3ed209,'remove',(_0x33d048,_0x4be03d)=>{_0x2d3010['has'](_0x4be03d)&&_0x2d3010['remove'](_0x4be03d),this['stopListening'](_0x4be03d,'change:isVisible',_0x218a9d);});}['_setupEnterAnnotationKeystroke'](){const _0x1e14a5=_0xbf5894=>{_0xbf5894['on']('ready',()=>{_0xbf5894['keystrokes']['set'](_0x5e1e5e,(_0x2b56b4,_0x562c07)=>{const _0xd61447=_0x16ee8b(this['activeAnnotations']['values']());_0xd61447&&(_0xd61447['view']['focus'](),_0x562c07());});});};this['context']instanceof _0x426116?_0x1e14a5(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x3da172,_0x165f9b)=>{_0x1e14a5(_0x165f9b);});}['_setupEscapeAnnotationHandling'](){const _0x16fab2=_0x242c12=>{const _0x4cf563=_0x242c12['source'],_0x56e05d=[];let _0x7eb205;if(Array['isArray'](_0x4cf563['target'])){_0x7eb205=_0x4cf563['target'][0x0],this['context']instanceof _0x426116?_0x56e05d['push'](this['context']):this['context']['editors']&&_0x56e05d['push'](...this['context']['editors']);for(const _0x158545 of _0x56e05d)for(const _0x43f50b of _0x158545['editing']['view']['domRoots']['values']())if(_0x43f50b['contains'](_0x7eb205))return void _0x158545['editing']['view']['focus']();_0x7eb205['focus']();}};this['listenTo'](this['collection'],'add',(_0x3dd873,_0x14b66f)=>{this['listenTo'](_0x14b66f,'escape',_0x16fab2,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x3d06f1,_0x5c7619)=>{this['stopListening'](_0x5c7619,'escape',_0x16fab2);});}}const gt=Symbol('noChannel'),Tt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0xc39abe{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[N,lt,it];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x3c1017){super(_0x3c1017),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 _0x38e8db=this['context']['config'];_0x38e8db['define']('comments.maxCommentsWhenCollapsed',0x2),_0x38e8db['define']('comments.maxThreadTotalWeight',0x1f4),_0x38e8db['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x38e8db['define']('comments.CommentThreadView',Ct),_0x38e8db['define']('comments.CommentView',vt),_0x38e8db['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x3c60c1=this['context']['plugins']['get'](N);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0xe822a6,_0x3ca35a)=>this['_addCommentThread'](_0x3ca35a)),this['on']('submitCommentThread',(_0x37e9d7,_0x19cdb9)=>this['_submitCommentThread'](_0x19cdb9)),this['on']('resolveCommentThread',(_0x2e34b1,_0x37893e)=>this['_resolveCommentThread'](_0x37893e)),this['on']('resolveCommentThread',(_0xa76a45,_0x58317e)=>this['_updateActiveAnnotation'](_0x58317e),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x16175e,_0x111e3e)=>this['_reopenCommentThread'](_0x111e3e)),this['on']('reopenCommentThread',(_0xeab86e,_0x514288)=>this['_updateActiveAnnotation'](_0x514288),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x33a6fd,_0x508cda)=>this['_removeCommentThread'](_0x508cda)),this['on']('updateCommentThread',(_0x3263f2,_0x25282b)=>this['_updateCommentThread'](_0x25282b)),this['on']('updateCommentThread',(_0x378dfa,_0x1c4192)=>this['_updateActiveAnnotation'](_0x1c4192),{'priority':'lowest'}),this['on']('addComment',(_0x5d265c,_0xedf815)=>this['_addComment'](_0xedf815)),this['on']('updateComment',(_0x492252,_0x1e4ef3)=>this['_updateComment'](_0x1e4ef3)),this['on']('removeComment',(_0x308328,_0x5f2c72)=>this['_removeComment'](_0x5f2c72)),this['on']('addComment',(_0x73f891,{threadId:_0x593b60,isFromAdapter:_0x15fedf})=>{if(_0x15fedf)return;const _0x66a54e=this['getCommentThread'](_0x593b60),_0x5540c9=_0x66a54e&&this['_threadToController']['get'](_0x66a54e);_0x5540c9&&_0x5540c9['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x3c60c1,'change:activeAnnotations',(_0x585702,_0x313418,_0x4019a3)=>{const _0x3c4d2b=Array['from'](_0x4019a3)['map'](_0x279f26=>this['_viewToController']['get'](_0x279f26['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x3c4d2b?_0x3c4d2b['model']:null;});}['afterInit'](){!function(_0x32fa46){function _0x29842c(_0x354c7f,_0x329e2e,_0x2dbe34){const _0x533c77={};_0x533c77[_0x1aaebe([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x533c77[_0x1aaebe([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],_0x533c77[_0x1aaebe([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],_0x533c77[_0x1aaebe([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],_0x533c77[_0x1aaebe([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],_0x533c77[_0x1aaebe([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],_0x533c77[_0x1aaebe([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],_0x533c77[_0x1aaebe([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],_0x533c77[_0x1aaebe([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],_0x533c77[_0x1aaebe([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],_0x533c77[_0x1aaebe([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 _0x311e1e=new Uint8Array(0x10);for(let _0x267e1b=0xf;_0x267e1b>=0x0;--_0x267e1b)_0x311e1e[_0x267e1b]=_0x2dbe34%0x100,_0x2dbe34=parseInt(_0x2dbe34/0x100);let _0x18c192=null,_0x19f15c=0x10;const _0x1ac160=new Uint8Array(_0x329e2e),_0x127cc6=[],_0x4a9924=[];_0x21a4d3();for(let _0x29d12e=0x0;_0x29d12e<_0x354c7f[_0x1aaebe([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x29d12e++)0x10===_0x19f15c&&(_0x18c192=_0x4028c3(_0x311e1e),_0x19f15c=0x0,_0x47a72d(_0x311e1e)),_0x354c7f[_0x29d12e]^=_0x18c192[_0x19f15c++];return _0x354c7f;function _0x33a20f(_0x11c95c){const _0x5b18c1=[];for(let _0x10eb74=0x0;_0x10eb74<_0x11c95c[_0x1aaebe([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x10eb74+=0x4)_0x5b18c1[_0x1aaebe([0x70,0x75,0x73,0x68])](_0x11c95c[_0x10eb74]<<0x18|_0x11c95c[_0x10eb74+0x1]<<0x10|_0x11c95c[_0x10eb74+0x2]<<0x8|_0x11c95c[_0x10eb74+0x3]);return _0x5b18c1;}function _0x47a72d(_0x5e7b83){for(let _0x33d8b2=0xf;_0x33d8b2>=0x0;_0x33d8b2--){if(0xff!==_0x5e7b83[_0x33d8b2]){_0x5e7b83[_0x33d8b2]++;break;}_0x5e7b83[_0x33d8b2]=0x0;}}function _0x4028c3(_0x50a665){const _0x2da620=_0x127cc6[_0x1aaebe([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x11ec82=[0x0,0x0,0x0,0x0];let t=_0x33a20f(_0x50a665);for(let _0x1b9ef2=0x0;_0x1b9ef2<0x4;_0x1b9ef2++)t[_0x1b9ef2]^=_0x127cc6[0x0][_0x1b9ef2];for(let _0x5ec7ad=0x1;_0x5ec7ad<_0x2da620;_0x5ec7ad++){for(let _0x13433c=0x0;_0x13433c<0x4;_0x13433c++)_0x11ec82[_0x13433c]=_0x533c77[_0x1aaebe([0x54,0x31])][t[_0x13433c]>>0x18&0xff]^_0x533c77[_0x1aaebe([0x54,0x32])][t[(_0x13433c+0x1)%0x4]>>0x10&0xff]^_0x533c77[_0x1aaebe([0x54,0x33])][t[(_0x13433c+0x2)%0x4]>>0x8&0xff]^_0x533c77[_0x1aaebe([0x54,0x34])][0xff&t[(_0x13433c+0x3)%0x4]]^_0x127cc6[_0x5ec7ad][_0x13433c];t=_0x11ec82[_0x1aaebe([0x73,0x6c,0x69,0x63,0x65])]();}const _0x14bcca=new Uint8Array(0x10);let _0x1711f4;for(let _0x2defb2=0x0;_0x2defb2<0x4;_0x2defb2++)_0x1711f4=_0x127cc6[_0x2da620][_0x2defb2],_0x14bcca[0x4*_0x2defb2]=0xff&(_0x533c77[_0x1aaebe([0x53])][t[_0x2defb2]>>0x18&0xff]^_0x1711f4>>0x18),_0x14bcca[0x4*_0x2defb2+0x1]=0xff&(_0x533c77[_0x1aaebe([0x53])][t[(_0x2defb2+0x1)%0x4]>>0x10&0xff]^_0x1711f4>>0x10),_0x14bcca[0x4*_0x2defb2+0x2]=0xff&(_0x533c77[_0x1aaebe([0x53])][t[(_0x2defb2+0x2)%0x4]>>0x8&0xff]^_0x1711f4>>0x8),_0x14bcca[0x4*_0x2defb2+0x3]=0xff&(_0x533c77[_0x1aaebe([0x53])][0xff&t[(_0x2defb2+0x3)%0x4]]^_0x1711f4);return _0x14bcca;}function _0x21a4d3(){const _0x5aedfb=_0x533c77[_0x1aaebe([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0x1ac160[_0x1aaebe([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x499bd0=0x0;_0x499bd0<=_0x5aedfb;_0x499bd0++)_0x127cc6[_0x1aaebe([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x4a9924[_0x1aaebe([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x3d756b=0x4*(_0x5aedfb+0x1),_0x8edaa2=_0x1ac160[_0x1aaebe([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x2cae2d=_0x33a20f(_0x1ac160);let _0x293554;for(let _0x2ba841=0x0;_0x2ba841<_0x8edaa2;_0x2ba841++)_0x293554=_0x2ba841>>0x2,_0x127cc6[_0x293554][_0x2ba841%0x4]=_0x2cae2d[_0x2ba841],_0x4a9924[_0x5aedfb-_0x293554][_0x2ba841%0x4]=_0x2cae2d[_0x2ba841];let _0x4c5f03,_0x5d67f5=0x0,t=_0x8edaa2;for(;t<_0x3d756b;){_0x4c5f03=_0x2cae2d[_0x8edaa2-0x1],_0x2cae2d[0x0]^=_0x533c77[_0x1aaebe([0x53])][_0x4c5f03>>0x10&0xff]<<0x18^_0x533c77[_0x1aaebe([0x53])][_0x4c5f03>>0x8&0xff]<<0x10^_0x533c77[_0x1aaebe([0x53])][0xff&_0x4c5f03]<<0x8^_0x533c77[_0x1aaebe([0x53])][_0x4c5f03>>0x18&0xff]^_0x533c77[_0x1aaebe([0x72,0x63,0x6f,0x6e])][_0x5d67f5]<<0x18,_0x5d67f5+=0x1;for(let _0x276f70=0x1;_0x276f70<_0x8edaa2/0x2;_0x276f70++)_0x2cae2d[_0x276f70]^=_0x2cae2d[_0x276f70-0x1];_0x4c5f03=_0x2cae2d[_0x8edaa2/0x2-0x1],_0x2cae2d[_0x8edaa2/0x2]^=_0x533c77[_0x1aaebe([0x53])][0xff&_0x4c5f03]^_0x533c77[_0x1aaebe([0x53])][_0x4c5f03>>0x8&0xff]<<0x8^_0x533c77[_0x1aaebe([0x53])][_0x4c5f03>>0x10&0xff]<<0x10^_0x533c77[_0x1aaebe([0x53])][_0x4c5f03>>0x18&0xff]<<0x18;for(let _0x53d622=_0x8edaa2/0x2+0x1;_0x53d622<_0x8edaa2;_0x53d622++)_0x2cae2d[_0x53d622]^=_0x2cae2d[_0x53d622-0x1];let _0x7caa40,_0x242e71,_0x3d946e=0x0;for(;_0x3d946e<_0x8edaa2&&t<_0x3d756b;)_0x7caa40=t>>0x2,_0x242e71=t%0x4,_0x127cc6[_0x7caa40][_0x242e71]=_0x2cae2d[_0x3d946e],_0x4a9924[_0x5aedfb-_0x7caa40][_0x242e71]=_0x2cae2d[_0x3d946e++],t++;}for(let _0x37a046=0x1;_0x37a046<_0x5aedfb;_0x37a046++)for(let _0x41d389=0x0;_0x41d389<0x4;_0x41d389++)_0x4c5f03=_0x4a9924[_0x37a046][_0x41d389],_0x4a9924[_0x37a046][_0x41d389]=_0x533c77[_0x1aaebe([0x55,0x31])][_0x4c5f03>>0x18&0xff]^_0x533c77[_0x1aaebe([0x55,0x32])][_0x4c5f03>>0x10&0xff]^_0x533c77[_0x1aaebe([0x55,0x33])][_0x4c5f03>>0x8&0xff]^_0x533c77[_0x1aaebe([0x55,0x34])][0xff&_0x4c5f03];}}function _0x1aaebe(_0x49880b){return _0x49880b['map'](_0xadec04=>String['fromCharCode'](_0xadec04))['join']('');}(_0x4565d5=>{function _0x30066f(){const _0x379afd=[{[_0x1aaebe([0x69,0x64])]:0x1,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x1aaebe([0x69,0x64])]:0x2,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([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]),[_0x1aaebe([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1aaebe([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x1aaebe([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x1aaebe([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x1aaebe([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1aaebe([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x1aaebe([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x1aaebe([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x1aaebe([0x69,0x64])]:0x3,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x1aaebe([0x69,0x64])]:0x4,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([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]),[_0x1aaebe([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1aaebe([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x1aaebe([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x1aaebe([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x1aaebe([0x69,0x64])]:0x5,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([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]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1aaebe([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1aaebe([0x66,0x67,0x69])]:[0xc]}},{[_0x1aaebe([0x69,0x64])]:0x6,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1aaebe([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1aaebe([0x66,0x67,0x69])]:[0xc]}},{[_0x1aaebe([0x69,0x64])]:0x7,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1aaebe([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1aaebe([0x66,0x67,0x69])]:[0xc]}},{[_0x1aaebe([0x69,0x64])]:0x8,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([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]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1aaebe([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1aaebe([0x66,0x67,0x69])]:[0xc]}},{[_0x1aaebe([0x69,0x64])]:0x9,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1aaebe([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1aaebe([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x1aaebe([0x69,0x64])]:0xa,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([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]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([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]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([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]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1aaebe([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1aaebe([0x66,0x67,0x69])]:[0xc]}},{[_0x1aaebe([0x69,0x64])]:0xb,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x1aaebe([0x69,0x64])]:0xc,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x1aaebe([0x69,0x64])]:0xd,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1aaebe([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1aaebe([0x66,0x67,0x69])]:[0xc]}},{[_0x1aaebe([0x69,0x64])]:0xe,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x1aaebe([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([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])},{[_0x1aaebe([0x69,0x64])]:0xf,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x1aaebe([0x69,0x64])]:0x10,[_0x1aaebe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x1aaebe([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x1aaebe([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x1aaebe([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x1aaebe([0x66,0x67,0x69])]:[0xc]}}];return _0x5dc153(_0x379afd),_0x379afd;function _0x42830b(_0x9c4093){return 0x1<<_0x9c4093-0x1;}function _0x5dc153(_0xb22017){_0xb22017[_0x1aaebe([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x554ef3=>{_0x554ef3[_0x1aaebe([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x42830b(_0x554ef3[_0x1aaebe([0x69,0x64])]),_0x23483a(_0x554ef3)&&_0x554ef3[_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x5dc153(_0x554ef3[_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x23483a(_0x41a036){return _0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x41a036;}const _0x2bd56d=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0x1ec432=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x9d9c2c(_0x3fc7c8){const _0x3d8af0=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0xe73b6c(_0x3fc7c8,new Uint8Array([..._0x2bd56d,..._0x3d8af0,..._0x1ec432]));}function _0xe73b6c(_0x3e8d93,_0x1e6b5e){const _0x591f8e=_0x58fb42(_0x3e8d93),_0x55320c=Array[_0x1aaebe([0x66,0x72,0x6f,0x6d])](_0x21cc7d(_0x591f8e)),_0x4273e2=_0x55320c[_0x1aaebe([0x70,0x6f,0x70])](),_0x20831e=_0x55320c[_0x1aaebe([0x70,0x6f,0x70])]();return _0x4c55f5(_0x29842c(_0x55320c,_0x1e6b5e,_0x20831e+0x100*_0x4273e2));}function _0x58fb42(_0x22f318){const _0x20c4c5=atob(_0x22f318),[_0x2a39c5,_0x346930]=_0x20c4c5[_0x1aaebe([0x73,0x70,0x6c,0x69,0x74])](_0x1aaebe([0x2d]));try{if(atob(_0x346930))return atob(_0x2a39c5);}catch(_0x1184b3){}return _0x20c4c5;}function _0x5c813(_0x5374e5){try{const _0x29bce5=_0x9d9c2c(_0x5374e5),_0x147b4f=JSON[_0x1aaebe([0x70,0x61,0x72,0x73,0x65])](_0x29bce5),_0x4ff53e=parseInt(_0x147b4f[_0x1aaebe([0x31])]),_0x12c3e3=_0x147b4f[_0x1aaebe([0x32])]||'',_0x2f3ccb=parseInt(_0x147b4f[_0x1aaebe([0x33])]),_0x5a7b18=parseInt(_0x147b4f[_0x1aaebe([0x34])])||0x0,_0x4f73f8=parseInt(_0x147b4f[_0x1aaebe([0x35])])||0x0;return{[_0x1aaebe([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x12c3e3,[_0x1aaebe([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x5a7b18,[_0x1aaebe([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x4ff53e,[_0x1aaebe([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x2f3ccb,[_0x1aaebe([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x4f73f8};}catch(_0x561697){return null;}}const _0x13b7ef=_0x30066f(),_0x2e18c6={[_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x24a39d,[_0x1aaebe([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])]:_0x3a049e,[_0x1aaebe([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])]:_0x3c5cdb},_0x3289d=_0x4565d5[_0x1aaebe([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x2db17b=_0x1aaebe([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x4565d5?_0x4565d5['context']:_0x4565d5['editor'],_0x1aaf65=_0x1aaebe([0x34,0x30,0x34,0x38,0x31,0x38,0x35,0x36]),_0x160dae=_0x1aaebe([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]),_0x96f336=_0x2db17b['config']['get'](_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x2feec5=_0x13b7ef[_0x1aaebe([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x23483a)[_0x1aaebe([0x66,0x69,0x6e,0x64])](_0x328b43=>_0x328b43[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x3289d);function _0x3201f1(_0x109a33,_0x135594){_0x2e18c6[_0x135594[_0x1aaebe([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x109a33,_0x135594),_0x135594[_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x135594[_0x1aaebe([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x1aaebe([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1f5631=>_0x358aa7(_0x2db17b,_0x1f5631[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x1aaebe([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5d7482=>_0x3201f1(_0x109a33,_0x5d7482));}function _0x24a39d(_0x1e22e3,_0x54f552){_0x287f07(_0x3adc1b(_0x1e22e3,_0x54f552),_0x54f552);}function _0x3a049e(_0x230661,_0x149071){function _0x11eb2c(_0x2598d7,_0x1bfa94){try{if(_0x358aa7(_0x2db17b,_0x1aaebe([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x2598d7){const _0x37298d=_0x16666f(_0x2db17b,_0x1aaebe([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x1aaebe([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x37298d)/0x2>_0x2598d7[_0x1aaebe([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0xec95d4(_0x1bfa94[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x3adc1b(_0x2598d7,_0x1bfa94);}catch(_0x456217){return _0xec95d4(_0x1bfa94[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x287f07(_0x11eb2c(_0x230661,_0x149071),_0x149071);}function _0x3c5cdb(_0x359ccd,_0x314b15){const _0x178020=_0x1ec432[0x0]*_0x2bd56d[0x1],_0x34a1a1=_0x1ec432[0x0]*_0x2bd56d[0x2],_0x5f7a8c=_0x1ec432[0x2]*_0x2bd56d[0x2];_0x358aa7(_0x2db17b,_0x1aaebe([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x16666f(_0x2db17b,_0x1aaebe([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1aaebe([0x73,0x74,0x61,0x74,0x65])]==_0x1aaebe([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x1e2922()]=_0x5f7a8c);function _0x560945(_0xf7617a,_0x4de2c1){try{return _0x4ed74f()?_0xec95d4(_0x4de2c1[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x56,0x61,0x6c,0x69,0x64])):_0x3adc1b(_0xf7617a,_0x4de2c1);}catch(_0x54afd3){return _0xec95d4(_0x4de2c1[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x32b633(_0x115bb4,_0x11d305){const _0xb006f7=0x7;if(_0x115bb4==_0x11d305[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x307d5a();else{if(_0x115bb4==_0x11d305[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x54,0x72,0x69,0x61,0x6c])){const _0x256449=_0xc99dd3();_0x256449&&_0x56be38(_0x256449,_0x11d305[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x485a93=_0x3dcd04();window[_0x1aaebe([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x56be38(_0x1aaebe([0x74,0x69,0x6d,0x65]),_0x11d305[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x485a93);const _0x21d33b=_0x16666f(_0x2db17b,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x1aaebe([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x21d33b[_0x1aaebe([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0xb006f7?_0x56be38(_0x1aaebe([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x11d305[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x21d33b['on'](_0x1aaebe([0x61,0x64,0x64]),()=>{_0x21d33b[_0x1aaebe([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0xb006f7&&_0x56be38(_0x1aaebe([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x11d305[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0xc99dd3(){if(!_0x358aa7(_0x2db17b,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x1814d4 in window)if(Number['isNaN'](Number(_0x1814d4))){if(window[_0x1814d4]===_0x178020)return _0x1aaebe([0x74,0x69,0x6d,0x65]);if(window[_0x1814d4]===_0x34a1a1)return _0x1aaebe([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x4ed74f(){if(!_0x358aa7(_0x2db17b,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x5b9676 in window)if(Number['isNaN'](Number(_0x5b9676))&&window[_0x5b9676]===_0x5f7a8c)return!0x0;return!0x1;}function _0x56be38(_0x5e3a5d,_0x101b38){_0x307d5a(),_0xec95d4(_0x101b38+_0x1aaebe([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x5e3a5d),window[_0x1e2922()]=_0x5e3a5d===_0x1aaebe([0x74,0x69,0x6d,0x65])?_0x178020:_0x34a1a1;}function _0x3dcd04(){let _0x251893=_0x1ec432[0x6]*_0x2bd56d[0x8]*_0x2bd56d[0x6];return _0x358aa7(_0x2db17b,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x251893/=0xa),_0x251893;}function _0x307d5a(){const _0xb31463=_0x2db17b;function _0x24b753(){_0x358aa7(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x16666f(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1aaebe([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x1aaebe([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x16666f(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1aaebe([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x16666f(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1aaebe([0x75,0x70,0x64,0x61,0x74,0x65])]=_0x41afa8,_0x16666f(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x1aaebe([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0x41afa8,_0xb31463[_0x1aaebe([0x6d,0x6f,0x64,0x65,0x6c])][_0x1aaebe([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x41afa8,_0xb31463[_0x1aaebe([0x6d,0x6f,0x64,0x65,0x6c])][_0x1aaebe([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x41afa8,_0xb31463[_0x1aaebe([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1aaebe([0x6d,0x6f,0x64,0x65,0x6c]))),_0x358aa7(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x16666f(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1aaebe([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x1aaebe([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x16666f(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1aaebe([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x16666f(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1aaebe([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0x41afa8,_0x16666f(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1aaebe([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0x41afa8);}_0xb31463[_0x1aaebe([0x73,0x74,0x61,0x74,0x65])]==_0x1aaebe([0x72,0x65,0x61,0x64,0x79])?_0x24b753():_0xb31463[_0x1aaebe([0x6f,0x6e,0x63,0x65])](_0x1aaebe([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x358aa7(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x24b753(),_0x358aa7(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x5971a2=_0x16666f(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x335089=_0x5971a2['getRevision'](0x0),_0x403799=_0x5971a2['getEarlierVisibleRevision'](_0x335089[_0x1aaebe([0x69,0x64])]);_0x16666f(_0xb31463,_0x1aaebe([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x1aaebe([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x335089[_0x1aaebe([0x69,0x64])],_0x403799?_0x403799[_0x1aaebe([0x69,0x64])]:null,0x1)['then'](()=>_0x24b753());}});}_0x32b633(_0x560945(_0x359ccd,_0x314b15),_0x314b15);}function _0x3adc1b(_0x5ac368,_0x50db60){try{return _0x492f1b(_0x50db60)?_0xec95d4(_0x50db60[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x56,0x61,0x6c,0x69,0x64])):_0x5ac368&&_0x191508(_0x5ac368[_0x1aaebe([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x50db60)?_0x5ac368[_0x1aaebe([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x1aaebe([0x6f,0x70,0x65,0x6e])][_0x1aaebe([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x1aaf65)/0x2>_0x5ac368[_0x1aaebe([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0xec95d4(_0x50db60[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x5ac368[_0x1aaebe([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0xec95d4(_0x50db60[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x54,0x72,0x69,0x61,0x6c])):_0xec95d4(_0x50db60[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x56,0x61,0x6c,0x69,0x64])):_0xec95d4(_0x50db60[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x17a7ff){return _0xec95d4(_0x50db60[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x287f07(_0x36a8da,_0x4392c8){if(_0x2db17b instanceof _0x664575){const _0x4bc26e=_0x2db17b;_0x36a8da==_0x4392c8[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x1622a0(_0x4bc26e):_0x36a8da==_0x4392c8[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x54,0x72,0x69,0x61,0x6c])&&window[_0x1aaebe([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x1622a0(_0x4bc26e),_0xec95d4(_0x4392c8[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0x1ec432[0x6]*_0x2bd56d[0x8]*_0x2bd56d[0x6]),_0x4bc26e[_0x1aaebe([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x1aaebe([0x6f,0x6e])](_0x1aaebe([0x61,0x64,0x64]),(_0x3fe714,_0x2f782c)=>{_0x36a8da!=_0x4392c8[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x36a8da!=_0x4392c8[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x36a8da!=_0x4392c8[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x395741(_0x2f782c);});}else{const _0x1478ac=_0x2db17b;_0x36a8da==_0x4392c8[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x395741(_0x1478ac):_0x36a8da==_0x4392c8[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x54,0x72,0x69,0x61,0x6c])&&_0x1478ac[_0x1aaebe([0x6f,0x6e])](_0x1aaebe([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x26f8e4=0x0;_0x1478ac[_0x1aaebe([0x6d,0x6f,0x64,0x65,0x6c])][_0x1aaebe([0x6f,0x6e])](_0x1aaebe([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4d4ff9,_0x220e9f)=>{_0x220e9f[0x0][_0x1aaebe([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x26f8e4++,0x1f8===_0x26f8e4&&(_0x395741(_0x1478ac),_0xec95d4(_0x4392c8[_0x1aaebe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x1aaebe([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x4d4ff9[_0x1aaebe([0x6f,0x66,0x66])]());},{'priority':_0x1aaebe([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0xec95d4(_0x2a96bb){const _0x1c5699=_0x1e2922();return _0x2db17b[_0x1c5699]=_0x2a96bb,_0x2a96bb;}function _0x1e2922(){const _0x1ebfe4=String(window[_0x1aaebe([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1aaebe([0x6e,0x6f,0x77])]())[_0x1aaebe([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1aaebe([0x2e]),'');let _0x19665f='';for(let _0x10156a=0x0;_0x10156a<_0x1ebfe4[_0x1aaebe([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x10156a+=0x2){let _0x3bab73=parseInt(_0x1ebfe4[_0x1aaebe([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x10156a,_0x10156a+0x2));_0x3bab73>=_0x160dae[_0x1aaebe([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3bab73-=_0x160dae[_0x1aaebe([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x19665f+=_0x160dae[_0x3bab73];}return _0x19665f;}function _0x1622a0(_0x6e10c4){for(const _0x4da77d of _0x6e10c4[_0x1aaebe([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x395741(_0x4da77d);_0x16666f(_0x6e10c4,_0x1aaebe([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x1aaebe([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x16666f(_0x6e10c4,_0x1aaebe([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x1aaebe([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0x41afa8;}function _0x395741(_0x45f420){function _0x3bee9b(){_0x45f420[_0x1aaebe([0x6d,0x6f,0x64,0x65,0x6c])][_0x1aaebe([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x41afa8,_0x45f420[_0x1aaebe([0x6d,0x6f,0x64,0x65,0x6c])][_0x1aaebe([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x41afa8,_0x45f420[_0x1aaebe([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1aaebe([0x6d,0x6f,0x64,0x65,0x6c]));}_0x45f420[_0x1aaebe([0x73,0x74,0x61,0x74,0x65])]==_0x1aaebe([0x72,0x65,0x61,0x64,0x79])?_0x3bee9b():_0x45f420[_0x1aaebe([0x6f,0x6e,0x63,0x65])](_0x1aaebe([0x72,0x65,0x61,0x64,0x79]),()=>_0x3bee9b());}function _0x41afa8(){return null;}function _0x191508(_0x32abf8,_0x10654d){const _0x3db72e=!!(_0x32abf8&_0x10654d[_0x1aaebe([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x1b5cf4=_0x40f16c(_0x32abf8,_0x10654d);return _0x3db72e||_0x1b5cf4;}function _0x40f16c(_0x30a29b,_0x522d9c){const _0x41c627=(_0x522d9c[_0x1aaebe([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x1aaebe([0x66,0x67,0x69])]||null;return!!_0x41c627&&_0x13b7ef[_0x1aaebe([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x36afa9=>_0x41c627[_0x1aaebe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x36afa9[_0x1aaebe([0x69,0x64])]))[_0x1aaebe([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1bcfe0=>!_0x50b5a2(_0x1bcfe0))[_0x1aaebe([0x73,0x6f,0x6d,0x65])](_0x37a45c=>!!(_0x30a29b&_0x37a45c[_0x1aaebe([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x50b5a2(_0x1586cc){const _0x376174={[_0x1aaebe([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])]:_0x58be36};return!!_0x1586cc['forbiddenHandler']&&_0x376174[_0x1586cc['forbiddenHandler']]();}function _0x58be36(){return!window[_0x1aaebe([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x358aa7(_0x2db17b,_0x1aaebe([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x492f1b(_0x3ccbaf){if(!_0x358aa7(_0x2db17b,_0x3ccbaf[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0xdf0606=_0x3ccbaf[_0x1aaebe([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x45e1ad=_0xdf0606[_0x1aaebe([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x525d25=_0xdf0606[_0x1aaebe([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x5c2125=_0xdf0606[_0x1aaebe([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x358aa7(_0x2db17b,_0x1aaebe([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x16666f(_0x2db17b,_0x1aaebe([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1aaebe([0x73,0x74,0x61,0x74,0x65])]==_0x1aaebe([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x45e1ad)return!0x0;if(_0x358aa7(_0x2db17b,_0x1aaebe([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x16666f(_0x2db17b,_0x1aaebe([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x1aaebe([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x1aaebe([0x65,0x6e,0x64])&&_0x525d25)return!0x0;return!(!_0x358aa7(_0x2db17b,_0x1aaebe([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]))||_0x16666f(_0x2db17b,_0x1aaebe([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]))[_0x1aaebe([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x1aaebe([0x65,0x6e,0x64])||!_0x5c2125);}function _0x358aa7(_0x1d8970,_0x18cb9b){return _0x1d8970[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1aaebe([0x68,0x61,0x73])](_0x18cb9b);}function _0x16666f(_0x84bc1d,_0x23ef9e){return _0x84bc1d[_0x1aaebe([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1aaebe([0x67,0x65,0x74])](_0x23ef9e);}function _0x4c55f5(_0x2406f8){let _0x2846a7='';for(const _0x2d9800 of _0x2406f8)_0x2846a7+=String[_0x1aaebe([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x2d9800);return _0x2846a7;}function _0x21cc7d(_0x119e7e){const _0x4c20e5=new Uint8Array(_0x119e7e[_0x1aaebe([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x5ceb5c=0x0;_0x5ceb5c<_0x119e7e[_0x1aaebe([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5ceb5c++)_0x4c20e5[_0x5ceb5c]=_0x119e7e[_0x1aaebe([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5ceb5c);return _0x4c20e5;}_0x2feec5&&_0x3201f1(_0x5c813(_0x96f336),_0x2feec5);})(_0x32fa46);}(this);}set['adapter'](_0xdd596f){if(this['_adapter'])throw new _0x39917d('commentsrepository-adapter-already-set');this['_adapter']=_0xdd596f;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x4e9a3b=gt,threadId:_0x5cd05c=_0x5e7596(),comments:_0x51cee5=[],unlinkedAt:_0x2c9cb2=null,resolvedAt:_0x213c63=null,resolvedBy:_0x596a4c=null,target:_0x4fdbcd=null,context:_0x5249d4=null,attributes:_0x1b1b18={},isResolvable:_0x5a825b=!0x0,isSubmitted:_0x5173c9=!0x1,isFromAdapter:_0xf78430=!0x1}={}){return this['fire'](bt('addCommentThread',_0x4e9a3b),{'channelId':_0x4e9a3b,'threadId':_0x5cd05c,'comments':_0x51cee5,'unlinkedAt':_0x2c9cb2,'resolvedAt':_0x213c63,'resolvedBy':_0x596a4c,'target':_0x4fdbcd,'context':_0x5249d4,'attributes':_0x1b1b18,'isFromAdapter':_0xf78430,'isResolvable':_0x5a825b,'isSubmitted':_0x5173c9}),this['getCommentThread'](_0x5cd05c);}['openNewCommentThread']({channelId:_0x3acd1d=gt,threadId:_0x8312f4=_0x5e7596(),target:_0x11487a,context:_0x3fd0f7=null,isResolvable:_0x108050=!0x0}){if(this['_readOnlyChannels']['has'](_0x3acd1d)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x11487a)throw new _0x39917d('commentsrepository-missing-target');const _0x3d7888=this['addCommentThread']({'channelId':_0x3acd1d,'threadId':_0x8312f4,'target':_0x11487a,'context':_0x3fd0f7,'isResolvable':_0x108050});if(!_0x3d7888)return null;const _0x1a2c1f=this['_threadToController']['get'](_0x3d7888),_0x4d65ca=_0x1a2c1f['view']['commentThreadInputView']['commentInputView'],_0x18e3d5=this['context']['plugins']['get'](N),_0x15129d=_0x18e3d5['getByInnerView'](_0x1a2c1f['view']);return _0x18e3d5['activate'](_0x15129d),_0x4d65ca['once']('editorReady',()=>_0x4d65ca['focus']()),_0x3d7888;}['hasCommentThread'](_0x22d263){if('string'!=typeof _0x22d263)throw new _0x39917d('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x22d263);}['updateCommentThread']({channelId:_0x2a150b=gt,threadId:_0x12b948,context:_0x444256,unlinkedAt:_0x6964d0,attributes:_0x40c173,isFromAdapter:_0x47efe3=!0x1}){return this['fire'](bt('updateCommentThread',_0x2a150b),{'channelId':_0x2a150b,'threadId':_0x12b948,'context':_0x444256,'unlinkedAt':_0x6964d0,'attributes':_0x40c173,'isFromAdapter':_0x47efe3}),this['getCommentThread'](_0x12b948);}['getCommentThread'](_0x126eb9){if('string'!=typeof _0x126eb9)throw new _0x39917d('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x126eb9);}['fetchCommentThread']({channelId:_0x37e3e1,threadId:_0xeecced}={}){const _0x457259=this['getCommentThread'](_0xeecced);if(_0x457259)return Promise['resolve'](_0x457259);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x39917d('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x37e3e1,'threadId':_0xeecced})['then'](_0x4042a7=>this['hasCommentThread'](_0xeecced)?this['getCommentThread'](_0xeecced):_0x4042a7?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x37e3e1},_0x4042a7)):void 0x0)['catch'](_0x53d064=>{throw console['error'](_0x53d064),new _0x39917d('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x3e5b0a,skipNotAttached:_0x2c4f55=!0x1,skipEmpty:_0x393b5e=!0x1,toJSON:_0x46b6c7=!0x1}={}){const _0x35e123=[];for(const _0x48b923 of this['_threads']['values']())_0x3e5b0a&&_0x48b923['channelId']!==_0x3e5b0a||_0x2c4f55&&!_0x48b923['isAttached']||_0x393b5e&&0x0===_0x48b923['length']||_0x35e123['push'](_0x48b923);return _0x46b6c7?_0x35e123['map'](_0x357316=>_0x357316['toJSON']()):_0x35e123;}['setActiveCommentThread'](_0xe2203d){const _0x5b637b=this['context']['plugins']['get'](N);if(!_0xe2203d)return void(this['activeCommentThread']&&_0x5b637b['deactivateAll']());const _0x208ffa=this['getCommentThread'](_0xe2203d);if(!_0x208ffa)throw new _0x39917d('commentsrepository-active-missing-comment-thread',null,{'threadId':_0xe2203d});if(!this['_threadToController']['has'](_0x208ffa))throw new _0x39917d('commentsrepository-active-not-attached',null,{'threadId':_0xe2203d});const _0x27c01b=_0x5b637b['getByInnerView'](this['_threadToController']['get'](_0x208ffa)['view']);_0x5b637b['activate'](_0x27c01b);}['switchReadOnly'](_0x42e89,_0x20deed){_0x42e89?this['_readOnlyChannels']['add'](_0x20deed):this['_readOnlyChannels']['delete'](_0x20deed),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x45750b){return this['_readOnlyChannels']['has'](_0x45750b)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x1a03c2,_0x3732a3){return new At(_0x1a03c2,_0x3732a3);}['setPermissions'](_0x44e569,_0x2edf4e=gt){this['_permissions']['set'](_0x2edf4e,_0x44e569),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x56663f=gt){return this['_permissions']['has'](_0x56663f)?this['_permissions']['get'](_0x56663f):Tt;}['_addCommentThread']({channelId:_0x119689,threadId:_0xabc239,comments:_0x36deb0,unlinkedAt:_0x5dfdd1,resolvedAt:_0x59d804,resolvedBy:_0x12d3dc,target:_0x50fb37,context:_0x501216,attributes:_0x167c2f,isFromAdapter:_0x35944c,isResolvable:_0x46067e,isSubmitted:_0x4b6786}){if('string'!=typeof _0xabc239)throw new _0x39917d('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0xabc239});if(this['hasCommentThread'](_0xabc239))throw new _0x39917d('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0xabc239});const _0x150fd2=new se(this,{'channelId':_0x119689,'id':_0xabc239,'context':_0x501216,'attributes':_0x167c2f,'unlinkedAt':_0x5dfdd1,'resolvedAt':_0x59d804,'resolvedBy':_0x12d3dc?this['context']['plugins']['get'](it)['getUser'](_0x12d3dc):null,'isResolvable':_0x46067e,'isSubmitted':_0x4b6786||_0x35944c});this['_threads']['set'](_0xabc239,_0x150fd2);for(const _0x435e85 of _0x36deb0)_0x150fd2['_add'](this['_createNewComment']({'threadId':_0xabc239,..._0x435e85}));return _0x50fb37&&_0x150fd2['attachTo'](_0x50fb37),_0x35944c||!_0x150fd2['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x119689,'threadId':_0xabc239});}['_submitCommentThread']({channelId:_0xcdc373,threadId:_0x58f15c}){if(!this['hasCommentThread'](_0x58f15c))throw new _0x39917d('commentsrepository-missing-comment-thread',this);const _0xb20f9c=this['getCommentThread'](_0x58f15c);if(_0xb20f9c['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x415e04,comments:_0x6576ca,resolvedAt:_0x43d1dd,resolvedBy:_0x260f34,context:_0x51d129,attributes:_0x198062}=_0xb20f9c,_0x3a3ddb=this['context']['plugins']['get']('PendingActions'),_0xb7f7fb=_0x3a3ddb['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0xcdc373,'threadId':_0x415e04,'comments':_0x6576ca['map'](_0x1a922a=>_0x1a922a['toJSON']()),'resolvedAt':_0x43d1dd,'resolvedBy':_0x260f34?_0x260f34['id']:_0x260f34,'context':_0x51d129,'attributes':_0x198062})['then'](({comments:_0x2bad9d})=>{_0x3a3ddb['remove'](_0xb7f7fb);for(const _0x2a528b of _0x2bad9d)this['_updateComment']({'channelId':_0xcdc373,'threadId':_0x58f15c,'commentId':_0x2a528b['commentId'],'createdAt':_0x2a528b['createdAt'],'isFromAdapter':!0x0});})['catch'](_0xbe90d5=>{throw console['error'](_0xbe90d5),new _0x39917d('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x1557ff,target:_0x2367ca}){const _0x528889=this['getCommentThread'](_0x1557ff);if(!_0x528889)throw new _0x39917d('commentsrepository-attach-missing-comment-thread',this);const _0x5ae392=this['context']['plugins']['get']('PendingActions'),_0x1586c4=this['context']['plugins']['get'](N),_0x1eea9f=this['_createCommentThreadView'](_0x528889),_0x58d45d=new At(_0x528889,_0x1eea9f);let _0x4b1729=null;_0x1eea9f['on']('change:isDirty',(_0x351f90,_0x3f22ea,_0x37786d)=>{_0x37786d?_0x4b1729=_0x5ae392['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x4b1729&&(_0x5ae392['remove'](_0x4b1729),_0x4b1729=null);}),this['_threadToController']['set'](_0x528889,_0x58d45d),this['_viewToController']['set'](_0x1eea9f,_0x58d45d);const _0x5da1f4=new T(this['context']['locale'],_0x1eea9f);_0x5da1f4['bind']('length')['to'](_0x1eea9f),_0x5da1f4['bind']('isDirty')['to'](_0x1eea9f,'isDirty',_0x1eea9f,'length',(_0x10f5fa,_0x441dd9)=>_0x10f5fa||!_0x441dd9),_0x5da1f4['bind']('isActive')['to'](_0x1eea9f),_0x5da1f4['type']='comment';const _0x1945f6=new d({'view':_0x5da1f4,'target':_0x2367ca,'type':'comment','isVisible':!_0x528889['isResolved']});return _0x1eea9f['on']('escape',()=>{_0x1945f6['fire']('escape');}),this['_bindAnnotationToEditors'](_0x1eea9f,_0x1945f6),_0x1586c4['add'](_0x1945f6),_0x1945f6;}['_bindAnnotationToEditors'](_0x52a9f6,_0x3aeae9){this['listenTo'](_0x52a9f6,'editorReady',(_0x356dfd,_0x1df4c1)=>{const _0x2b0e7b=_0x1df4c1['ui']['view']['body']['bodyCollectionContainer'];_0x3aeae9['focusableElements']['add'](_0x2b0e7b),this['context']instanceof _0x426116&&this['context']['ui']['focusTracker']['add'](_0x2b0e7b);},{'priority':'highest'}),this['listenTo'](_0x52a9f6,'editorDestroyed',(_0x12f8cc,_0xe2c0bb)=>{const _0x1b3470=_0xe2c0bb['ui']['view']['body']['bodyCollectionContainer'];_0x3aeae9['focusableElements']['has'](_0x1b3470)&&_0x3aeae9['focusableElements']['remove'](_0x1b3470),this['context']instanceof _0x426116&&this['context']['ui']['focusTracker']['remove'](_0x1b3470);});}['_unbindEditors'](_0x434b9f){this['stopListening'](_0x434b9f,'editorReady'),this['stopListening'](_0x434b9f,'editorDestroyed');}['_createCommentThreadView'](_0x3f794a){const _0x39103f=this['context']['plugins']['get'](it),{config:_0x48b032,locale:_0x3dd505}=this['context'],_0x2642e6=ut(_0x48b032['get']('locale'));return new(0x0,(_0x48b032['get']('comments'))['CommentThreadView'])(_0x3dd505,_0x3f794a,_0x39103f['me'],{'editorConfig':{..._0x48b032['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x48b032['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x48b032['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x48b032['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x48b032['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x2642e6,'CommentView':_0x48b032['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x3ca2e8,channelId:_0x4fecdf,resolvedAt:_0x34754e,resolvedBy:_0x50da96,isFromAdapter:_0x528abf}){if(!this['hasCommentThread'](_0x3ca2e8))throw new _0x39917d('commentsrepository-missing-comment-thread',null,{'threadId':_0x3ca2e8});const _0x350cda=this['getCommentThread'](_0x3ca2e8);if(_0x350cda['isResolved'])throw new _0x39917d('commentsrepository-resolved-comment-thread',null,{'threadId':_0x3ca2e8});const _0x1c4d76=this['context']['plugins']['get'](it);if(_0x350cda['resolvedBy']=_0x1c4d76['getUser'](_0x50da96),_0x350cda['resolvedAt']=_0x34754e,_0x528abf||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x48f648=this['context']['plugins']['get']('PendingActions'),_0x504af8=_0x48f648['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x4fecdf,'threadId':_0x3ca2e8})['then'](({resolvedAt:_0x5126eb,resolvedBy:_0x1c0486})=>{_0x48f648['remove'](_0x504af8),_0x350cda['resolvedBy']['id']!==_0x1c0486&&(_0x350cda['resolvedBy']=_0x1c4d76['getUser'](_0x1c0486)),_0x350cda['resolvedAt']=_0x5126eb;})['catch'](_0x180446=>{throw console['error'](_0x180446),new _0x39917d('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x1d3ebf,channelId:_0xac8cf8,isFromAdapter:_0x5ab022}){if(!this['hasCommentThread'](_0x1d3ebf))throw new _0x39917d('commentsrepository-missing-comment-thread',null,{'threadId':_0x1d3ebf});const _0x5408f3=this['getCommentThread'](_0x1d3ebf);if(!_0x5408f3['isResolved'])throw new _0x39917d('commentsrepository-reopen-comment-thread',null,{'threadId':_0x1d3ebf});if(_0x5408f3['resolvedBy']=null,_0x5408f3['resolvedAt']=null,_0x5ab022||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x50331b=this['context']['plugins']['get']('PendingActions'),_0x464bf6=_0x50331b['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0xac8cf8,'threadId':_0x1d3ebf})['then'](()=>_0x50331b['remove'](_0x464bf6))['catch'](_0x438972=>{throw console['error'](_0x438972),new _0x39917d('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0xb58b08,isFromAdapter:_0x5b43b5}){const _0x216eff=this['getCommentThread'](_0xb58b08);if(!_0x216eff)throw new _0x39917d('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0xb58b08),this['_threads']['delete'](_0xb58b08),!_0x216eff['isSubmitted']||_0x5b43b5||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x5e8bd1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1198d0}=_0x216eff,_0x5159bb=_0x5e8bd1['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x1198d0,'threadId':_0xb58b08})['then'](()=>_0x5e8bd1['remove'](_0x5159bb))['catch'](_0x46b1b6=>{throw console['error'](_0x46b1b6),new _0x39917d('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x2692a8,unlinkedAt:_0x1c5f22,context:_0x11dd7a,attributes:_0x15aa74,isFromAdapter:_0x18859b}){if('string'!=typeof _0x2692a8)throw new _0x39917d('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x2692a8});if(!this['hasCommentThread'](_0x2692a8))throw new _0x39917d('commentsrepository-missing-comment-thread',null,{'threadId':_0x2692a8});const _0x1e6c7c=this['getCommentThread'](_0x2692a8);let _0x33c5a4=!0x1;if(void 0x0!==_0x11dd7a&&_0x1e6c7c['context']!==_0x11dd7a&&(_0x1e6c7c['context']=_0x11dd7a,_0x33c5a4=!0x0),void 0x0!==_0x1c5f22&&_0x1e6c7c['unlinkedAt']!==_0x1c5f22&&(_0x1e6c7c['unlinkedAt']=_0x1c5f22,_0x33c5a4=!0x0),_0x15aa74&&!It(_0x15aa74,_0x1e6c7c['attributes'])&&(_0x1e6c7c['attributes']=_0x15aa74,_0x33c5a4=!0x0),!_0x33c5a4)return Promise['resolve']();if(!_0x1e6c7c['isSubmitted']||_0x18859b||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x50640f=this['context']['plugins']['get']('PendingActions'),{channelId:_0x475723}=_0x1e6c7c,_0x46aa61=_0x50640f['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x475723,'threadId':_0x2692a8,'context':_0x11dd7a,'unlinkedAt':_0x1c5f22,'attributes':_0x15aa74})['then'](()=>_0x50640f['remove'](_0x46aa61))['catch'](_0x583918=>{throw console['error'](_0x583918),new _0x39917d('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x28f47e){const _0x1875be=this['context']['plugins']['get'](N),_0x43d8df=this['getCommentThread'](_0x28f47e);if(this['_threadToController']['has'](_0x43d8df)){const _0x2ee1af=this['_threadToController']['get'](_0x43d8df),_0x4ca36c=_0x2ee1af['view'],_0x23528e=_0x1875be['getByInnerView'](_0x4ca36c);this['_threadToController']['delete'](_0x43d8df),this['_viewToController']['delete'](_0x4ca36c),_0x23528e&&_0x1875be['remove'](_0x23528e),_0x2ee1af['destroy'](),_0x4ca36c['destroy']()['then'](()=>{this['_unbindEditors'](_0x4ca36c);});}}['_updateActiveAnnotation']({threadId:_0x1c0fa5,resolvedAt:_0x406a80}){const _0x733c4f=!!_0x406a80,_0x1db2a1=this['context']['plugins']['get'](N),_0x373511=this['getCommentThread'](_0x1c0fa5);if(this['_threadToController']['has'](_0x373511)){const _0x24901b=this['_threadToController']['get'](_0x373511)['view'],_0x14a74c=_0x1db2a1['getByInnerView'](_0x24901b);_0x14a74c&&(_0x733c4f&&_0x1db2a1['_removeActiveAnnotation'](_0x14a74c),_0x14a74c['refreshVisibility']());}}['_getExternalAuthor'](_0x214ee9){const _0x2a34f8=this['context']['plugins']['get'](it),_0x3aee6f=ft('external:'+_0x214ee9),_0x48af7f=_0x2a34f8['getUser'](_0x3aee6f);return _0x48af7f||_0x2a34f8['addUser']({'id':_0x3aee6f,'name':_0x214ee9});}['_createNewComment']({threadId:_0x50fa02,commentId:_0x3a3a2d=_0x5e7596(),content:_0x34b25c,authorId:_0xc63b17,createdAt:_0xb19f62,attributes:_0x22357c}){if('string'!=typeof _0x3a3a2d)throw new _0x39917d('commentsrepository-invalid-commentid');if('string'!=typeof _0xc63b17)throw new _0x39917d('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x34b25c||!_0x34b25c['trim']())throw new _0x39917d('commentsrepository-invalid-comment-content');const _0x5e9cb0=this['context']['plugins']['get'](it)['getUser'](_0xc63b17);if(!_0x5e9cb0)throw new _0x39917d('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0xc63b17});let _0x66bffa=null,_0x1db16c=_0xb19f62;return _0x22357c&&_0x22357c['@external']&&(_0x66bffa=this['_getExternalAuthor'](_0x22357c['@external']['authorName']),_0x1db16c=new Date(_0x22357c['@external']['createdAt'])),new ie(this,{'threadId':_0x50fa02,'id':_0x3a3a2d,'author':_0x66bffa||_0x5e9cb0,'creator':_0x5e9cb0,'content':_0x34b25c,'createdAt':_0xb19f62,'authoredAt':_0x1db16c,'attributes':_0x22357c});}['_addComment'](_0x3eb88c){let {threadId:_0x252668,content:_0x35c526,attributes:_0x800378,isFromAdapter:_0x236bf6}=_0x3eb88c;const _0x397d27=this['getCommentThread'](_0x3eb88c['threadId']);if(!_0x397d27)throw new _0x39917d('commentsrepository-add-comment-to-missing-comment-thread',this);const _0xeb4d88=this['_createNewComment'](_0x3eb88c),{id:_0x5d9867}=_0xeb4d88;if(_0x397d27['_add'](_0xeb4d88),_0x236bf6||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x397d27['isSubmitted'])return Promise['resolve']();const _0x1644e1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3c94ee}=_0x397d27,_0x473d47=_0x1644e1['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x800378||(_0x800378={}),this['adapter']['addComment']({'channelId':_0x3c94ee,'threadId':_0x252668,'commentId':_0x5d9867,'content':_0x35c526,'attributes':_0x800378})['then'](_0x204fb9=>{_0x1644e1['remove'](_0x473d47),_0x204fb9&&this['_updateComment']({'channelId':_0x3c94ee,'threadId':_0x252668,'commentId':_0x5d9867,'createdAt':_0x204fb9['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x1f55e1=>{throw console['error'](_0x1f55e1),new _0x39917d('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x212805,commentId:_0x2f2586,content:_0x5b0b63,createdAt:_0x5717ef,attributes:_0x443ff2,isFromAdapter:_0x1304ab}){if(void 0x0!==_0x5b0b63&&('string'!=typeof _0x5b0b63||!_0x5b0b63['trim']()['length']))throw new _0x39917d('commentsrepository-update-comment-invalid-content');const _0x2a92f4=this['getCommentThread'](_0x212805),_0x3daf3d=_0x2a92f4['getComment'](_0x2f2586);if(!_0x3daf3d)throw new _0x39917d('commentsrepository-update-missing-comment',this);let _0x2ba217=!0x1;if(_0x5b0b63&&_0x5b0b63!==_0x3daf3d['content']&&(_0x3daf3d['isEditable']||_0x1304ab)&&(_0x3daf3d['content']=_0x5b0b63,_0x2ba217=!0x0),_0x5717ef&&_0x5717ef!==_0x3daf3d['createdAt']&&(_0x3daf3d['createdAt']=_0x5717ef,_0x3daf3d['attributes']&&_0x3daf3d['attributes']['@external']||(_0x3daf3d['authoredAt']=_0x5717ef),_0x2ba217=!0x0),_0x443ff2&&!It(_0x443ff2,_0x3daf3d['attributes'])&&(_0x3daf3d['attributes']=_0x443ff2,_0x2ba217=!0x0),!_0x2ba217)return Promise['resolve']();if(_0x2a92f4['fire']('commentUpdated'),_0x1304ab||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x5e0368=this['context']['plugins']['get']('PendingActions'),{channelId:_0x395ba6}=this['getCommentThread'](_0x3daf3d['threadId']),_0x5ee36c=_0x5e0368['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x395ba6,'threadId':_0x212805,'commentId':_0x2f2586,'content':_0x5b0b63,'attributes':_0x443ff2})['then'](()=>_0x5e0368['remove'](_0x5ee36c))['catch'](_0x641f8f=>{throw console['error'](_0x641f8f),new _0x39917d('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0xb0a1e6,commentId:_0x1bda00,isFromAdapter:_0x28beac}){const _0xe65e27=this['getCommentThread'](_0xb0a1e6),_0x24e374=_0xe65e27['getComment'](_0x1bda00);if(!_0x24e374)throw new _0x39917d('commentsrepository-remove-missing-comment',this);if(_0xe65e27['_remove'](_0x24e374),_0x28beac||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x3fb0b6=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2e4df8}=_0xe65e27,_0x55d8fe=_0x3fb0b6['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x2e4df8,'threadId':_0xb0a1e6,'commentId':_0x1bda00})['then'](()=>_0x3fb0b6['remove'](_0x55d8fe))['catch'](_0x1492b8=>{throw console['error'](_0x1492b8),new _0x39917d('commentsrepository-remove-comment-internal-error',this);});}}class se extends/* #__PURE__ -- @preserve */
|
|
30
|
-
|
|
31
|
-
_0x3a9b67(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x23df97,_0x50e52e){super();const _0x3912a2=_0x23df97['context']['plugins']['get'](it)['me'],_0x4b4f0=_0x23df97['getCommentThread'](_0x50e52e['threadId']),_0xfd7b76=0x0===_0x4b4f0['comments']['length'],_0x39ed4b=_0x3912a2===_0x50e52e['author'];this['id']=_0x50e52e['id'],this['threadId']=_0x50e52e['threadId'],this['author']=_0x50e52e['author'],this['creator']=_0x50e52e['creator'],this['isExternal']=Boolean(_0x50e52e['attributes']&&_0x50e52e['attributes']['@external']),this['set']('content',_0x50e52e['content']),this['createdAt']=_0x50e52e['createdAt']||new Date(),this['set']('authoredAt',_0x50e52e['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x4b4f0,'resolvedAt'),this['set']('attributes',_0x50e52e['attributes']||{}),this['bind']('isEditable')['to'](_0x23df97,'_permissions',()=>{const _0x2046a1=_0x23df97['getPermissions'](_0x4b4f0['channelId'])['write'],_0x3d46d4=_0x23df97['getPermissions'](_0x4b4f0['channelId'])['modifyAll'];return _0x39ed4b&&_0x2046a1||!_0x39ed4b&&_0x3d46d4;}),this['bind']('isRemovable')['to'](_0x4b4f0,'isRemovable',_0x23df97,'_permissions',_0x5c4229=>{const _0x2c302d=_0x23df97['getPermissions'](_0x4b4f0['channelId'])['write'],_0xbe44dc=_0x23df97['getPermissions'](_0x4b4f0['channelId'])['modifyAll'];return _0x39ed4b&&_0x2c302d||_0x5c4229&&_0xfd7b76||!_0x39ed4b&&_0xbe44dc&&!_0xfd7b76;}),this['bind']('isReadOnly')['to'](_0x4b4f0,'isReadOnly'),this['_repository']=_0x23df97;}get['weight'](){return Math['max'](function(_0x1e4b6f){const _0x326cb6=document['createElement']('div');return _0x326cb6['innerHTML']=_0x1e4b6f,_0x326cb6['textContent']['length'];}(this['content']),0xc8);}['update'](_0x41e416){const {threadId:_0x54fc8a,id:_0x2725ef}=this;if(!this['_repository']['hasCommentThread'](_0x54fc8a))throw new _0x39917d('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x2fbcfa}=this['_repository']['getCommentThread'](_0x54fc8a);this['_repository']['fire'](bt('updateComment',_0x2fbcfa,_0x54fc8a),{'channelId':_0x2fbcfa,'threadId':_0x54fc8a,'commentId':_0x2725ef,..._0x41e416});}['setAttribute'](_0x2bda48,_0xae6253){const _0x910cc1=pt(this['attributes']);wt(_0x910cc1,_0x2bda48,_0xae6253),this['update']({'attributes':_0x910cc1});}['removeAttribute'](_0x39e8ad){const _0x2a385a=pt(this['attributes']);yt(_0x2a385a,_0x39e8ad),this['update']({'attributes':_0x2a385a});}['remove'](_0x443f7c={}){if(!_0x443f7c['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x171c2c,id:_0x5a8b64}=this;if(!this['_repository']['hasCommentThread'](_0x171c2c))throw new _0x39917d('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x1764cf}=this['_repository']['getCommentThread'](_0x171c2c);this['_repository']['fire'](bt('removeComment',_0x1764cf,_0x171c2c),{'channelId':_0x1764cf,'threadId':_0x171c2c,'commentId':_0x5a8b64,..._0x443f7c});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function bt(_0x10b4ee,..._0x528dce){for(const _0x1d4c6d of _0x528dce)void 0x0!==_0x1d4c6d&&(_0x10b4ee+=':'+String(_0x1d4c6d));return _0x10b4ee;}class J extends _0x36ee92{['refresh'](){const _0x159a0e=this['editor']['model']['document']['selection'];for(const _0x7b039c of _0x159a0e['getRanges']())if(this['_hasContent'](_0x7b039c))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0xee3f9f=_0x5e7596()}={}){const _0x4af334=this['editor']['model'],_0x2be98f=[];for(const _0x44e89c of _0x4af334['document']['selection']['getRanges']())this['_hasContent'](_0x44e89c)&&_0x2be98f['push'](this['_trimToContent'](_0x44e89c));_0x4af334['change'](_0x2ddf1a=>{for(const _0xdb69ba of _0x2be98f){const _0x52f7a3=_0x5e7596()['substr'](0x1,0x5),_0x5891fd='comment:'+_0xee3f9f+':'+_0x52f7a3;_0x2ddf1a['addMarker'](_0x5891fd,{'range':_0xdb69ba,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x45449d){for(const _0xc664f0 of _0x45449d['getItems']())if(this['_itemIsContent'](_0xc664f0))return!0x0;return!0x1;}['_itemIsContent'](_0x483b6d){return _0x483b6d['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x483b6d)&&!_0x483b6d['is']('element','tableCell');}['_trimToContent'](_0x5650dc){const _0x51b287=_0x3f5353=>!this['_itemIsContent'](_0x3f5353['item']),_0x3d6762=_0x5650dc['start']['getLastMatchingPosition'](_0x51b287),_0x25ad91=_0x5650dc['end']['getLastMatchingPosition'](_0x51b287,{'direction':'backward'});return this['editor']['model']['createRange'](_0x3d6762,_0x25ad91);}}class b extends _0x24e0bf{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[N];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x3506a1){super(_0x3506a1),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x515497=this['editor'],_0x1c7883=_0x515497['model']['document']['selection'],_0x5e8cf6=_0x3800a1(()=>this['refreshSelectedViews'](),0xa);_0x1c7883['on']('change:range',(_0x5eed5f,_0x552a69)=>{_0x552a69['directChange']&&(_0x5e8cf6['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x515497['editing']['view']['document'],'change:isFocused',(_0x264166,_0x2e941c,_0x288c98)=>{_0x288c98&&_0x5e8cf6();}),this['listenTo'](_0x515497['ui']['focusTracker'],'change:isFocused',(_0xe7cf89,_0x1a940d,_0x12b49c)=>{_0x12b49c||_0x515497['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x228582=>this['_editorAnnotationsData']['has'](_0x228582['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x13b5e0){if(this['_editorAnnotations']['has'](_0x13b5e0['view']))return;this['_editorAnnotations']['add'](_0x13b5e0['view']),this['editor']['ui']['focusTracker']['add'](_0x13b5e0['view']['element']);const _0x536663=this['editor']['plugins']['get'](N);this['listenTo'](_0x536663['collection'],'remove',(_0x3236d7,_0x93a7ef)=>{this['editor']['ui']['focusTracker']['remove'](_0x93a7ef['view']['element']),this['_editorAnnotations']['delete'](_0x93a7ef['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x4b1e1b){if('function'!=typeof _0x4b1e1b)throw new _0x39917d('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x4b1e1b);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x5ad9db,annotations:_0x3c1bb1}){const _0x36980f=[],_0x665fdc=this['editor']['model']['document']['selection'],_0x294220=Array['from'](_0x665fdc['getRanges']());for(const [_0x4d4b1b,_0x6add0e]of this['_editorAnnotationsData']){const _0x596a9b=_0x4db333(_0x6add0e),_0x56969a=_0x3c1bb1['getByInnerView'](_0x4d4b1b);_0x596a9b&&_0x56969a&&_0x36980f['push']({'annotation':_0x56969a,'range':_0x596a9b});}function _0x4db333(_0x4ca922){for(const _0x9fe601 of _0x4ca922)for(const _0x3c209d of _0x294220)if(_0x9fe601['containsRange'](_0x3c209d,!_0x665fdc['isCollapsed']))return _0x9fe601;return null;}return _0x36980f['sort']((_0x40627f,_0x39fc36)=>{const _0xe44da1=_0x40627f['range'],_0x30b3e0=_0x39fc36['range'];if(!_0xe44da1['isEqual'](_0x30b3e0)){if(_0xe44da1['containsRange'](_0x30b3e0,!0x0))return 0x1;if(_0x30b3e0['containsRange'](_0xe44da1,!0x0))return-0x1;}return _0x40627f['annotation']==_0x5ad9db?-0x1:_0x39fc36['annotation']==_0x5ad9db?0x1:0x0;})['map'](_0xf2a017=>_0xf2a017['annotation']);}get['_editorAnnotationsData'](){const _0x33b0f2=new Map();for(const _0x1351bd of Array['from'](this['_dataCollectors']))for(const [_0x50596a,_0x1e3046]of _0x1351bd())_0x33b0f2['set'](_0x50596a,_0x1e3046);return _0x33b0f2;}}class st extends _0x24e0bf{['afterInit'](){const _0x5e43d2=this['editor'];if(!_0x5e43d2['plugins']['has']('RestrictedEditingModeEditing'))return;_0x5e43d2['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class at extends _0x24e0bf{constructor(_0x272232){super(_0x272232),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x35523f=this['editor'],_0x58db56=_0x35523f['commands']['get']('importWord'),_0x483907=_0x35523f['plugins']['get'](it);_0x58db56&&(_0x58db56['on']('execute',(_0x20e6d6,[,_0xd0d2e9])=>{_0xd0d2e9['collaboration_features']={'comments':!0x0,'user_id':_0x483907['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x58db56,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x4a01c5,_0x45b8f7){const {comment_threads:_0x125a2f}=_0x45b8f7;_0x125a2f&&_0x125a2f['forEach'](({thread_id:_0x471210,comments:_0x1bf366,is_resolved:_0x40cee2})=>{const _0x2962ed=new Date(),_0x4edef4=_0x1bf366['map'](({author:_0x482c11,content:_0x13dd25,created_at:_0x3d33bf})=>({'content':_0x13dd25,'authorId':this['editor']['plugins']['get'](it)['me']['id'],'createdAt':_0x2962ed,'attributes':{'@external':{'authorName':_0x482c11,'createdAt':_0x3d33bf?new Date(_0x3d33bf):new Date(),'source':'importWord'}}})),_0x416bdf=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0x416bdf,'threadId':_0x471210,'comments':_0x4edef4,'resolvedAt':_0x40cee2?_0x2962ed:null});});}}class ct extends _0x24e0bf{constructor(_0x510a26){super(_0x510a26),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x28e6be=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x28e6be,'contentInsertion',(_0x470442,_0x41689d)=>this['_removeMarkersWithoutThreads'](_0x41689d['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x21d16a){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x21d16a;const _0x4aaf47=this['editor']['plugins']['get']('CommentsRepository');for(const _0x31f1b7 of _0x21d16a['keys']()){const [_0x4c9c2d,_0x29bca8]=_0x31f1b7['split'](':');'comment'!=_0x4c9c2d||_0x4aaf47['hasCommentThread'](_0x29bca8)||_0x21d16a['delete'](_0x31f1b7);}return _0x21d16a;}['_registerMarkerInClipboardPipeline'](){const _0x3e819a=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x50737c=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x50737c&&_0x3e819a['_registerMarkerToCopy']('comment',_0x50737c);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0xac7c7f){switch(_0xac7c7f){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 _0x24e0bf{static get['requires'](){return[m,b,it,st,at,ct];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x2dfb2d){super(_0x2dfb2d),this['set']('isThreadsLoadingPaused',!0x0),_0x2dfb2d['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x240aee,_0x20738b,_0xc35524,_0xc1802d)=>{const _0x38bf62=_0xc35524?ne(_0xc35524)['id']:null;if(_0x2dfb2d['model']['change'](()=>{if(_0x38bf62){const _0x52b078=this['getAllMarkersForId'](_0x38bf62);for(const _0x11975a of _0x52b078)_0x2dfb2d['editing']['reconvertMarker'](_0x11975a);}if(_0xc1802d){const {id:_0x11ca01}=ne(_0xc1802d),_0x3c0989=this['getAllMarkersForId'](_0x11ca01);for(const _0x307ee6 of _0x3c0989)_0x2dfb2d['editing']['reconvertMarker'](_0x307ee6);}}),_0x38bf62){const _0x56bdf4=_0x2dfb2d['plugins']['get'](m)['getCommentThread'](_0x38bf62);_0x56bdf4&&_0x56bdf4['isResolved']&&this['scrollToThreadMarker'](_0x38bf62);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x1239df=this['editor'],_0x268db8=_0x1239df['plugins']['get'](m),_0x4e863=_0x1239df['config']['get']('collaboration.channelId');_0x1239df['commands']['add']('addCommentThread',new J(_0x1239df)),this['listenTo'](_0x1239df,'change:isReadOnly',(_0x315104,_0x2383e8,_0xd18fc)=>{_0x268db8['switchReadOnly'](_0xd18fc,_0x1239df['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x268db8,mt('addCommentThread',_0x4e863),(_0x2d53b3,{threadId:_0xf8046b})=>{const _0x1bd716=this['editor']['plugins']['get'](m)['getCommentThread'](_0xf8046b);_0x1bd716&&_0x1bd716['unlinkedAt']&&this['_attachArchivedThread'](_0xf8046b);}),this['listenTo'](_0x268db8,mt('removeCommentThread',_0x4e863),(_0x1e3636,{threadId:_0x162915})=>{_0x1239df['model']['enqueueChange']({'isUndoable':!0x1},_0x222949=>{const _0x1cf8e0=this['getAllMarkersForId'](_0x162915);for(const _0x26c124 of _0x1cf8e0)_0x222949['removeMarker'](_0x26c124);});}),this['listenTo'](_0x268db8,mt('resolveCommentThread',_0x4e863),(_0x47d059,{threadId:_0x3aaa26})=>{(this['_reconvertMarkers'](_0x3aaa26),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x3aaa26)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x268db8,mt('reopenCommentThread',_0x4e863),(_0x4d0706,{threadId:_0xd32415})=>{this['_reconvertMarkers'](_0xd32415);},{'priority':'low'}),this['listenTo'](_0x268db8,mt('addComment',_0x4e863),(_0x10bc04,{threadId:_0x3e8084,isFromAdapter:_0x46d91b})=>{const _0x1bbb11=this['getAllMarkersForId'](_0x3e8084);if(_0x46d91b||0x0==_0x1bbb11['length']||!_0x268db8['hasCommentThread'](_0x3e8084))return;0x1===_0x268db8['getCommentThread'](_0x3e8084)['length']&&_0x1239df['model']['enqueueChange']({'isUndoable':!0x1},_0x129969=>{for(const _0x66183c of _0x1bbb11)_0x129969['updateMarker'](_0x66183c,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x56c516=this['editor']['plugins']['get'](m),_0x514773=this['editor']['config']['get']('collaboration.channelId');for(const _0x264dd5 of _0x56c516['getCommentThreads']({'channelId':_0x514773}))_0x56c516['_detachCommentThread'](_0x264dd5['id']),_0x56c516['_threads']['delete'](_0x264dd5['id']);super['destroy']();}['hasMarkerForId'](_0x4ec906){return this['getAllMarkersForId'](_0x4ec906)['length']>0x0;}['getAllMarkersForId'](_0x25c6ac){const _0x36baa2=[];for(const _0x2d2554 of this['editor']['model']['markers'])_0x2d2554['name']['startsWith']('comment:'+_0x25c6ac)&&_0x36baa2['push'](_0x2d2554);return _0x36baa2;}['scrollToThreadMarker'](_0x148336){const _0x4f41ce=this['_getTargetForId'](_0x148336);_0x4f41ce&&setTimeout(()=>{this['activeMarker']&&ne(this['activeMarker'])['id']===_0x148336&&rt({'target':_0x4f41ce[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x4e6329){this['editor']['model']['change'](()=>{for(const _0xb0e693 of this['getAllMarkersForId'](_0x4e6329))this['editor']['editing']['reconvertMarker'](_0xb0e693);});}['_attachArchivedThread'](_0x268733){const _0x1495d2=this['editor']['plugins']['get'](m),_0x214eaa=this['editor']['plugins']['get'](b),_0x4bde7a=_0x1495d2['getCommentThread'](_0x268733);if(!_0x4bde7a['isAttached']){const _0x1199c9=_0x4bde7a['attachTo'](()=>this['_getTargetForId'](_0x4bde7a['id']));_0x214eaa['registerAnnotation'](_0x1199c9),_0x4bde7a['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x2d5d37=this['editor'],_0x118fb8=_0x2d5d37['plugins']['get'](it);_0x2d5d37['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x266793,_0x12fa1a)=>{const {id:_0x57be27}=ne(_0x266793['markerName']),_0x558301=_0x2d5d37['plugins']['get'](m)['getCommentThread'](_0x57be27),_0x54f479=this['activeMarker']&&ne(this['activeMarker'])['id']===_0x57be27;let _0x4d999f;if(_0x558301&&_0x558301['isResolved']&&!_0x54f479&&_0x266793['item'])return _0x12fa1a['consumable']['consume'](_0x266793['item'],'addMarker:'+_0x266793['markerName']),_0x12fa1a['consumable']['consume'](_0x266793['item'],'removeMarker:'+_0x266793['markerName']),null;const _0xa0bb0d=['ck-comment-marker'];return _0x54f479&&_0xa0bb0d['push']('ck-comment-marker--active'),_0x4d999f=_0x558301&&_0x558301['length']?_0x558301['comments']['first']['author']['id']:_0x118fb8['me']['id'],{'classes':_0xa0bb0d,'attributes':{'data-comment':_0x57be27,'data-author-id':_0x4d999f}};}}),_0x2d5d37['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x2c5640,{options:_0x222075})=>{const _0x3e3a53=_0x2d5d37['plugins']['get'](m),_0x5daf65=_0x2d5d37['model']['markers']['get'](_0x2c5640),{id:_0x3b6a57,part:_0x164d35}=ne(_0x2c5640);if(_0x5daf65&&!_0x5daf65['affectsData'])return null;if(_0x222075['ignoreResolvedComments']){const _0x59844d=_0x3e3a53['getCommentThread'](_0x3b6a57);if(_0x59844d&&_0x59844d['isResolved'])return null;}return{'group':'comment','name':_0x164d35?_0x3b6a57+':'+_0x164d35:_0x3b6a57};}}),_0x2d5d37['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x4b4693,{writer:_0x46260d})=>_0x46260d['createElement']('$marker',{'data-name':'comment:'+_0x4b4693['getAttribute']('id')})}),_0x2d5d37['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x23daa3=this['editor'],_0x59e30f=_0x23daa3['plugins']['get'](m),_0x2a0f47=new Set(),_0x2b18ce=new Set();_0x23daa3['model']['document']['registerPostFixer'](_0x262cf0=>{let _0x46f6b6=!0x1;for(const {name:_0x20ebfc,data:_0x1b3df8}of _0x23daa3['model']['document']['differ']['getChangedMarkers']()){const {group:_0x5e5c5e,id:_0x4d200e}=ne(_0x20ebfc);let _0x33f0d7=_0x1b3df8['newRange'];if('comment'!==_0x5e5c5e||!_0x33f0d7)continue;const _0x2f0783='$graveyard'===_0x33f0d7['root']['rootName'];_0x2f0783||(_0x33f0d7=dt(_0x33f0d7,_0x23daa3['model']),!_0x33f0d7||_0x33f0d7['isCollapsed']||!_0x1b3df8['newRange']||_0x33f0d7['isEqual'](_0x1b3df8['newRange']))?_0x23daa3['model']['hasContent'](_0x33f0d7)&&!_0x2f0783?this['isThreadsLoadingPaused']?_0x2a0f47['add'](_0x20ebfc):this['_handleThreadMarker'](_0x20ebfc,_0x4d200e):(_0x2b18ce['add'](_0x20ebfc),_0x2a0f47['delete'](_0x20ebfc),_0x262cf0['removeMarker'](_0x20ebfc),_0x46f6b6=!0x0):(_0x262cf0['updateMarker'](_0x20ebfc,{'range':_0x33f0d7}),_0x46f6b6=!0x0);}return _0x46f6b6;}),this['on']('change:isThreadsLoadingPaused',(_0x84556f,_0x3f66b7,_0x154f0d)=>{if(!_0x154f0d&&_0x2a0f47['size'])for(const _0x45d6bd of _0x2a0f47){const {id:_0x3745e5}=ne(_0x45d6bd);_0x2a0f47['delete'](_0x45d6bd),_0x23daa3['model']['markers']['get'](_0x45d6bd)&&this['_handleThreadMarker'](_0x45d6bd,_0x3745e5);}}),this['listenTo'](_0x23daa3['model']['document'],'change',(_0x1472ef,_0x51c425)=>{for(const {name:_0x3aa6e3,data:{newRange:_0x48794b}}of _0x23daa3['model']['document']['differ']['getChangedMarkers']()){const {group:_0x3df902,id:_0x3254d7}=ne(_0x3aa6e3);if('comment'!==_0x3df902)continue;const _0x1cdfac=_0x59e30f['getCommentThread'](_0x3254d7),_0x5bf80d=this['hasMarkerForId'](_0x3254d7);_0x1cdfac&&(!_0x1cdfac['_hasTargetInContent']&&_0x48794b&&_0x23daa3['editing']['view']['once']('render',()=>{const _0x14ccf9=_0x23daa3['plugins']['get'](N),_0x2b58be=_0x59e30f['_threadToController']['get'](_0x1cdfac)['view'];_0x14ccf9['getByInnerView'](_0x2b58be)['refreshVisibility']();},{'priority':'low'}),_0x1cdfac['_hasTargetInContent']=_0x5bf80d||!!_0x48794b),_0x48794b||(_0x2b18ce['add'](_0x3aa6e3),_0x2a0f47['delete'](_0x3aa6e3));}if(_0x51c425['isLocal'])for(const _0x8bd1cf of _0x2b18ce){const {id:_0x244204}=ne(_0x8bd1cf),_0x3edb73=_0x59e30f['getCommentThread'](_0x244204),_0x9b19e4=this['hasMarkerForId'](_0x244204);_0x2a0f47['delete'](_0x8bd1cf),!_0x3edb73||_0x9b19e4||_0x3edb73['unlinkedAt']||_0x3edb73['setUnlinkedAt'](new Date());}_0x2b18ce['clear']();});}['_getTargetForId'](_0x2d134f){const _0xa20a11=this['editor'],_0x4643b3=this['getAllMarkersForId'](_0x2d134f);return nt(_0xa20a11['editing'],_0x4643b3);}['_getTextContext'](_0x327508){const _0x293bea=this['getAllMarkersForId'](_0x327508);let _0xf5c8b0='',_0x28ca34=!0x1;for(const _0x2e03cf of _0x293bea){const _0x31caa8=_0x2e03cf['getRange']();for(const _0x503466 of Array['from'](_0x31caa8['getItems']()))_0x503466['is']('$textProxy')?(_0xf5c8b0&&_0x28ca34&&(_0xf5c8b0+='\x20',_0x28ca34=!0x1),_0xf5c8b0+=_0x503466['data']):_0x28ca34=!0x0;_0x28ca34=!0x0;}return _0xf5c8b0['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x217676,_0xdae676){const _0x1061f1=this['editor'],_0x2d2c75=_0x1061f1['plugins']['get'](m);let _0x331d40=_0x2d2c75['getCommentThread'](_0xdae676);const _0x5a0d36=_0x1061f1['config']['get']('collaboration.channelId'),_0x56688c=_0x1061f1['plugins']['get'](b);if(_0x331d40&&(_0x331d40['unlinkedAt']&&_0x331d40['setUnlinkedAt'](null),_0x331d40['isAttached']))return _0x331d40;return!this['getAllMarkersForId'](_0xdae676)[0x0]['managedUsingOperations']?_0x1061f1['editing']['view']['once']('render',()=>{if(_0x2d2c75['getCommentThread'](_0xdae676))return;const _0x1de895=_0x1061f1['plugins']['get'](N);_0x331d40=_0x2d2c75['openNewCommentThread']({'channelId':_0x5a0d36,'threadId':_0xdae676,'target':()=>this['_getTargetForId'](_0xdae676),'context':{'type':'text','value':this['_getTextContext'](_0xdae676)}});const _0x1f1df3=_0x2d2c75['_threadToController']['get'](_0x331d40)['view'],_0xf3f88a=_0x1de895['getByInnerView'](_0x1f1df3);_0xf3f88a&&_0x56688c['registerAnnotation'](_0xf3f88a);},{'priority':'low'}):_0x2d2c75['fetchCommentThread']({'channelId':_0x5a0d36,'threadId':_0xdae676})['then'](_0x23a4a8=>{if('destroyed'!==_0x1061f1['state']){if(_0x331d40=_0x23a4a8,_0x331d40&&!_0x331d40['isAttached']){const _0x4b77c5=_0x331d40['attachTo'](()=>this['_getTargetForId'](_0xdae676));_0x56688c['registerAnnotation'](_0x4b77c5),_0x331d40['isResolved']&&this['_reconvertMarkers'](_0xdae676);}else{if(!_0x331d40){const _0x551f45=this['getAllMarkersForId'](_0xdae676);_0x1061f1['model']['change'](_0xb51a2=>{for(const _0x42e7b2 of _0x551f45)_0xb51a2['removeMarker'](_0x42e7b2);});}}}}),_0x331d40;}['_handleThreadMarker'](_0x4156a7,_0x401278){const _0x4cf358=this['_attachMarkerToThread'](_0x4156a7,_0x401278);_0x4cf358&&!_0x4cf358['context']&&_0x4cf358['setContext']({'type':'text','value':this['_getTextContext'](_0x401278)});}['_initAriaMarkerChangeAnnouncements'](){const _0x17f188=this['editor'];ot(_0x17f188['model'],({left:_0xd1ce54,entered:_0x5738c0})=>{for(const _0x1ab134 of _0xd1ce54)if(ht(_0x1ab134)){_0x17f188['ui']['ariaLiveAnnouncer']['announce'](S(_0x17f188['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x3bdcbb of _0x5738c0)if(ht(_0x3bdcbb)){_0x17f188['ui']['ariaLiveAnnouncer']['announce'](S(_0x17f188['locale'],'ENTER_COMMENT_ANNOUNCEMENT',et(te)));break;}});}}function mt(_0x1362e9,_0x3c7c6c){return _0x3c7c6c?_0x1362e9+':'+_0x3c7c6c:_0x1362e9;}function ne(_0x536836){const _0x51adb9=_0x536836['split'](':');return{'group':_0x51adb9[0x0],'id':_0x51adb9[0x1],'part':_0x51adb9[0x2]};}function dt(_0x2c4e57,_0x5b661b){const _0x1e6b32=_0x5b661b['schema'],_0x1bdefb=_0x5b661b['createRange'](_0x2c4e57['start']);for(const _0x4a8eb4 of _0x2c4e57['getWalker']()){const {type:_0x5a963d,item:_0x3e85c2,nextPosition:_0x1e702e}=_0x4a8eb4;if('text'===_0x5a963d||_0x1e6b32['isObject'](_0x3e85c2)){const _0x2da6eb=_0x5b661b['createPositionBefore'](_0x3e85c2);_0x1bdefb['isCollapsed']&&(_0x1bdefb['start']=_0x2da6eb),_0x1bdefb['end']=_0x1e702e;}}return _0x1bdefb;}function ht(_0x3b0fbb){return'comment'===ne(_0x3b0fbb['name'])['group'];}var $t='<!--\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 _0x24e0bf{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,b,N];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return kt;}['init'](){const _0x1d52bd=this['editor'],_0x16811e=_0x1d52bd['plugins']['get'](m),_0x3f5452=_0x1d52bd['plugins']['get'](r),_0x4cfd7c=_0x1d52bd['plugins']['get'](N),_0x2796bf=_0x1d52bd['plugins']['get'](b);_0x1d52bd['ui']['componentFactory']['add']('comment',()=>{const _0x5a3b0b=this['_createUIButton'](_0x4eef25);return _0x5a3b0b['tooltip']=!0x0,_0x5a3b0b;}),_0x1d52bd['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x4a19f0)),_0x2796bf['addSourceCollector'](()=>{const _0x1ce968=[];for(const [_0x3cb5ef,_0x43b7fc]of _0x16811e['_threadToController']){const _0x5d5b43=_0x3f5452['getAllMarkersForId'](_0x3cb5ef['id']),_0x4029d0=_0x5d5b43['map'](_0x4adb15=>_0x4adb15['getRange']());_0x5d5b43['length']>0x0&&_0x1ce968['push']([_0x43b7fc['view'],_0x4029d0]);}return _0x1ce968;}),this['listenTo'](_0x4cfd7c,'change:activeAnnotations',(_0x4e895c,_0x15e2af,_0x39341c)=>{const _0x5de51c=Array['from'](_0x39341c)['map'](_0x1e3693=>_0x1e3693['innerView'])['find'](_0x253527=>_0x16811e['_viewToController']['has'](_0x253527));if(!_0x5de51c)return void(_0x3f5452['activeMarker']=null);const _0x487831=_0x16811e['_viewToController']['get'](_0x5de51c)['model']['id'],_0x54340c='comment:'+_0x487831;_0x487831&&_0x3f5452['hasMarkerForId'](_0x487831)?_0x3f5452['activeMarker']=_0x54340c:_0x3f5452['activeMarker']&&(_0x3f5452['activeMarker']=null);}),this['listenTo'](_0x16811e,'removeCommentThread',(_0x31ccdd,{threadId:_0x485bd2,isFromAdapter:_0x3a5d80})=>{!_0x3a5d80&&_0x1d52bd['ui']['focusTracker']['isFocused']&&_0x3f5452['hasMarkerForId'](_0x485bd2)&&_0x1d52bd['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x16811e,'addComment',(_0x19bc32,{threadId:_0x299d12,isFromAdapter:_0x57e36f})=>{if(_0x57e36f||!_0x3f5452['hasMarkerForId'](_0x299d12)||!_0x16811e['hasCommentThread'](_0x299d12))return;0x1===_0x16811e['getCommentThread'](_0x299d12)['length']&&(_0x1d52bd['editing']['view']['focus'](),_0x19bc32['stop']());},{'priority':'low'});}['_createUIButton'](_0x50e012){const _0x163a1d=this['editor'],_0x2155b1=new _0x50e012(_0x163a1d['locale']),_0x4390b8=_0x163a1d['commands']['get']('addCommentThread');return _0x2155b1['set']({'label':S(_0x163a1d['locale'],'Comment'),'icon':$t}),_0x2155b1['bind']('isEnabled')['to'](_0x4390b8),this['listenTo'](_0x2155b1,'execute',()=>_0x4390b8['execute']()),_0x2155b1;}}class e extends _0x24e0bf{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x20cf4e){super(_0x20cf4e),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x3a4a20,_0x385fae,_0x23d128)=>{_0x23d128?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x51b222,_0x46cf73]of this['editor']['commands'])_0x46cf73['affectsData']&&'addCommentThread'!==_0x51b222&&_0x46cf73['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x1d85f8=this['editor']['editing']['view']['document'];this['listenTo'](_0x1d85f8,'cut',_0x1fffa2=>_0x1fffa2['stop'](),{'priority':'highest'}),this['listenTo'](_0x1d85f8,'clipboardInput',_0x40302b=>_0x40302b['stop'](),{'priority':'highest'}),this['listenTo'](_0x1d85f8,'delete',_0x223fe2=>_0x223fe2['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x57fb5a,_0x1e210f]of this['editor']['commands'])_0x1e210f['affectsData']&&'addCommentThread'!==_0x57fb5a&&_0x1e210f['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class M extends _0xc39abe{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[N];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x33c7f9){super(_0x33c7f9),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x43155e=this['context']['plugins']['get'](N);this['listenTo'](_0x43155e,'_activateAnnotation',(_0x2f1699,_0xcf129a)=>{for(const _0x14b23e of this['activeUIs']){const _0x5fe604=this['_uis']['get'](_0x14b23e);(0x0,this['_uisData']['get'](_0x14b23e)['filter'])(_0xcf129a)&&_0x5fe604['setActiveAnnotation'](_0xcf129a);}}),this['listenTo'](_0x43155e,'_deactivateAllAnnotations',()=>{for(const _0x1ab50f of this['activeUIs']){this['_uis']['get'](_0x1ab50f)['setActiveAnnotation'](null);}}),this['listenTo'](_0x43155e['_visibleAnnotations'],'add',(_0x558424,_0x3275f6)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x3275f6);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x24c624){return this['activeUIs']['has'](_0x24c624);}['activate'](_0x4736b2,_0x77cc63=()=>!0x0){const _0x38e4cb=this['context']['plugins']['get'](N);if(!this['_uis']['has'](_0x4736b2))throw new _0x39917d('annotationsuis-missing-ui',this,{'uiName':_0x4736b2});this['isActive'](_0x4736b2)&&this['deactivate'](_0x4736b2),this['activeUIs']['add'](_0x4736b2);const _0x2b97c8=new x();!function({source:_0x30e65c,target:_0x4c86ad,filter:_0x5b9e05}){for(const _0x457cf5 of _0x30e65c)_0x5b9e05(_0x457cf5)&&_0x4c86ad['add'](_0x457cf5);_0x4c86ad['listenTo'](_0x30e65c,'add',(_0xf225fc,_0x42f7e2)=>{_0x5b9e05(_0x42f7e2)&&_0x4c86ad['add'](_0x42f7e2);}),_0x4c86ad['listenTo'](_0x30e65c,'remove',(_0x41f46c,_0x2853af)=>{_0x4c86ad['has'](_0x2853af)&&_0x4c86ad['remove'](_0x2853af);});}({'source':_0x38e4cb['_visibleAnnotations'],'target':_0x2b97c8,'filter':_0x77cc63}),this['_uisData']['set'](_0x4736b2,{'collection':_0x2b97c8,'filter':_0x77cc63});const _0x21807a=this['_uis']['get'](_0x4736b2);_0x21807a['attach'](_0x2b97c8),this['listenTo'](_0x21807a,'change:activeAnnotation',(_0x515320,_0x3d1709,_0x44884c,_0x49e47a)=>{_0x49e47a&&_0x38e4cb['_removeActiveAnnotation'](_0x49e47a),_0x44884c&&_0x38e4cb['_addActiveAnnotation'](_0x44884c);});}['deactivate'](_0x5f3be0){if(this['activeUIs']['delete'](_0x5f3be0),!this['_uis']['has'](_0x5f3be0))throw new _0x39917d('annotationsuis-missing-ui',this,{'uiName':_0x5f3be0});const _0x9cbf55=this['_uis']['get'](_0x5f3be0);_0x9cbf55['detach'](),this['stopListening'](_0x9cbf55),this['_uisData']['get'](_0x5f3be0)['collection']['destroy'](),this['_uisData']['delete'](_0x5f3be0);}['switchTo'](_0x345dfe){if(!this['_uis']['has'](_0x345dfe))throw new _0x39917d('annotationsuis-missing-ui',this,{'uiName':_0x345dfe});const _0x411958=this['context']['plugins']['get'](N),_0x32af92=Array['from'](_0x411958['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x345dfe);const _0x84eef3=this['_uis']['get'](_0x345dfe);_0x84eef3['setActiveAnnotation'](_0x32af92),_0x84eef3['_setSelectedAnnotations']&&_0x32af92&&_0x84eef3['_setSelectedAnnotations']([_0x32af92]);}['deactivateAll'](){for(const _0x4a27fe of this['activeUIs'])this['deactivate'](_0x4a27fe);}['register'](_0x472736,_0x22f120){if(this['_uis']['has'](_0x472736))throw new _0x39917d('annotationsuis-register-already-registered');if('function'!=typeof _0x22f120['attach']||'function'!=typeof _0x22f120['detach']||'function'!=typeof _0x22f120['setActiveAnnotation'])throw new _0x39917d('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x472736,_0x22f120);}['refilterAnnotations'](){const _0x4df5e5=this['context']['plugins']['get'](N)['collection'],_0x9e44ea=new Map(),_0x284a80=Array['from'](this['activeUIs']);for(const _0x46abff of this['activeUIs']){const _0x2be6f4=this['_uisData']['get'](_0x46abff)['collection'];for(const _0x43f7a4 of _0x2be6f4)_0x9e44ea['set'](_0x43f7a4,_0x46abff);}for(const _0x34f331 of _0x4df5e5){const _0x50df48=_0x9e44ea['get'](_0x34f331);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x34f331);const _0x3621ad=_0x284a80['find'](_0x529191=>this['_uisData']['get'](_0x529191)['filter'](_0x34f331));_0x50df48!==_0x3621ad&&(_0x50df48&&this['_uisData']['get'](_0x50df48)['collection']['remove'](_0x34f331),_0x3621ad&&this['_uisData']['get'](_0x3621ad)['collection']['add'](_0x34f331));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x2d7fac){const _0x232434=[];for(const _0x58c477 of this['activeUIs']){(0x0,this['_uisData']['get'](_0x58c477)['filter'])(_0x2d7fac)&&_0x232434['push'](_0x58c477);}if(_0x232434['length']>0x1)throw new _0x39917d('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x232434,'annotationType':_0x2d7fac['type']});}}const oe=Ht('px');class V extends _t{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x1114a6){super(_0x1114a6);const _0x18fb5b=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['focusables']=this['createCollection'](),this['list']['delegate']('arrowup','arrowdown')['to'](this),this['focusTracker']=new _0x48fbc1(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x18fb5b['to']('class')],'style':{'minHeight':_0x18fb5b['to']('minHeight',_0x10ae4a=>'number'==typeof _0x10ae4a?oe(_0x10ae4a+0xa):null)},'dir':_0x1114a6['uiLanguageDirection'],'role':'application','aria-label':S(_0x1114a6,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':S(_0x1114a6,'Annotations\x20list')},'children':this['list']}]});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['focus'](){this['focusCycler']['focusFirst']();}['_setupKeyboardNavigation'](){this['list']['delegate']('change:top')['to'](this),this['on']('change:top',_0x2aa5f2=>{this['_updateItemPositionInFocusables'](_0x2aa5f2['source']);}),this['list']['forEach'](_0x419a6c=>{this['focusTracker']['add'](_0x419a6c['element']),this['_updateItemPositionInFocusables'](_0x419a6c);}),this['list']['on']('change',(_0xd5ad76,_0x4dd5b8)=>{for(const _0x4f17fa of _0x4dd5b8['removed'])this['focusTracker']['remove'](_0x4f17fa['element']),this['focusables']['remove'](_0x4f17fa);for(const _0x13f989 of _0x4dd5b8['added'])this['focusTracker']['add'](_0x13f989['element']),this['_updateItemPositionInFocusables'](_0x13f989);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x40f17f){const _0x2d00e8=this['focusables']['getIndex'](_0x40f17f);let _0x4a82dd,_0x3ff590;for(const _0x2f182a of this['focusables'])if(_0x40f17f['top']<_0x2f182a['top']){_0x4a82dd=_0x2f182a;break;}if(_0x3ff590=_0x4a82dd?this['focusables']['getIndex'](_0x4a82dd):this['focusables']['length'],-0x1!==_0x2d00e8){if(_0x2d00e8===_0x3ff590-0x1)return;this['focusables']['remove'](_0x40f17f),_0x3ff590=_0x4a82dd?this['focusables']['getIndex'](_0x4a82dd):this['focusables']['length'];}this['focusables']['add'](_0x40f17f,_0x3ff590);}}const qt=Ht('px');class H extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x1c5269){super(_0x1c5269),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x153bdc,_0x18fd17)=>_0x153bdc+_0x18fd17),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Lt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0xe3321=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0xe3321['to']('isAnimationDisabled',_0x4bab66=>_0x4bab66?'ck-sidebar-item--no-animation':'')],'style':{'top':_0xe3321['to']('top',_0xb0058d=>qt(_0xb0058d))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x4ced73=this['element']['clientHeight'];_0x4ced73&&(this['height']=_0x4ced73);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class D extends _0xc39abe{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x5767d9){super(_0x5767d9),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 _0x499f7d=this['context']['config']['get']('sidebar.container');_0x499f7d&&this['setContainer'](_0x499f7d);}['setContainer'](_0x5aac91){if(!y(_0x5aac91))throw new _0x39917d('sidebar-setcontainer-invalid-element');this['container']=_0x5aac91;}['_attachToContainer']({viewClass:_0x90c2da='',spaceBetweenItems:_0x4b274f=0x19}={}){if(!y(this['container']))throw new _0x39917d('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x90c2da,this['_spaceBetweenItems']=_0x4b274f;}['rearrange']({removedAnnotation:_0xc5d0f9,previousAnnotation:_0x5e7b94,nextAnnotation:_0x35e210}){const _0x2348bd=this['getSidebarItemView'](_0xc5d0f9);this['view']['list']['remove'](_0x2348bd),this['_destroySidebarItemView'](_0xc5d0f9),_0x5e7b94&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x5e7b94)),_0x35e210&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x35e210)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x401c40,activatedAnnotation:_0x1963c0,disableAnimationOnActivatedAnnotation:_0x20f1d0}){if(this['_activeAnnotation']=_0x1963c0,_0x401c40){_0x401c40['isActive']=!0x1;const _0x4d6449=this['getSidebarItemView'](_0x401c40);_0x4d6449&&_0x20f1d0&&(_0x4d6449['isAnimationDisabled']=!0x1);}if(_0x1963c0){const _0x1c89ce=this['getSidebarItemView'](_0x1963c0);_0x1c89ce&&(_0x1963c0['isActive']=!0x0,_0x20f1d0&&(_0x1c89ce['isAnimationDisabled']=!0x0,_0x1c89ce['top']+=0x1),this['_alignToTargetRect'](_0x1c89ce));}}['_detachFromContainer'](_0x7c5f02){if(this['view']['element']['remove'](),_0x7c5f02){for(const _0x6a3e08 of _0x7c5f02)this['_destroySidebarItemView'](_0x6a3e08);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x4e57eb,_0x48f85a){_0x48f85a||(_0x48f85a=_0x4e57eb['view']);const _0x26b9e2=new H(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x26b9e2,_0x4e57eb),this['_annotationToSidebarItemView']['set'](_0x4e57eb,_0x26b9e2),_0x26b9e2['content']['add'](_0x48f85a),this['listenTo'](_0x4e57eb['view'],'change:targetRect',(_0x1126c6,_0x34ef7d,_0x453fda)=>{const _0x5e381c=this['_getTargetTop'](_0x4e57eb,_0x453fda);_0x26b9e2['_targetTop']!=_0x5e381c&&(_0x26b9e2['_targetTop']=_0x5e381c,this['_setItemTop'](_0x26b9e2,_0x5e381c));}),this['listenTo'](_0x26b9e2,'change:top',()=>{this['_recalculate'](_0x26b9e2,'top');}),this['listenTo'](_0x26b9e2,'change:bottom',()=>{this['_recalculate'](_0x26b9e2,'bottom');}),this['_alignToTargetRect'](_0x26b9e2);const _0x3d0325=this['_getItemBefore'](_0x26b9e2);if(_0x3d0325)this['_alignAfterItem'](_0x3d0325,_0x26b9e2)||this['_alignToTargetRect'](_0x26b9e2);else this['_alignToTargetRect'](_0x26b9e2);return this['_updateLastItem'](),this['view']['list']['add'](_0x26b9e2),_0x26b9e2;}['_alignForTopChange'](_0x40a09e){if(!_0x40a09e['content']['length'])return;const _0x1c4538=this['_getItemBefore'](_0x40a09e);if(!_0x1c4538)return;const _0x260d44=this['_sidebarItemViewToAnnotation']['get'](_0x1c4538),_0x13b3ae=this['_activeAnnotation'];_0x13b3ae&&_0x13b3ae===_0x260d44?this['_alignAfterItem'](_0x1c4538,_0x40a09e):this['_alignBeforeItem'](_0x40a09e,_0x1c4538);}['_alignForBottomChange'](_0x19b602){if(!_0x19b602['content']['length'])return;const _0x547425=this['_getItemAfter'](_0x19b602);if(!_0x547425)return;const _0x26e892=this['_sidebarItemViewToAnnotation']['get'](_0x547425),_0x2a46dd=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x41d5f7=this['_activeAnnotation'];_0x41d5f7&&_0x41d5f7===_0x26e892&&_0x2a46dd?(this['_alignBeforeItem'](_0x547425,_0x19b602),this['_alignAfterItem'](_0x19b602,_0x547425)):_0x41d5f7&&_0x41d5f7===_0x26e892?this['_alignBeforeItem'](_0x547425,_0x19b602):this['_alignAfterItem'](_0x19b602,_0x547425);}['_recalculate'](_0x5087a4,_0x122930){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x42db3c,changedProp:_0xc8f193}of this['_recalculateBuffer'])'top'===_0xc8f193?this['_alignForTopChange'](_0x42db3c):this['_alignForBottomChange'](_0x42db3c);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x5087a4,'changedProp':_0x122930});}['getSidebarItemView'](_0x20573e){return this['_annotationToSidebarItemView']['get'](_0x20573e);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x2053ee){const _0x4be8ea=this['getSidebarItemView'](_0x2053ee);this['stopListening'](_0x4be8ea),this['stopListening'](_0x2053ee['view']),_0x4be8ea['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x2053ee),this['_sidebarItemViewToAnnotation']['delete'](_0x4be8ea);}['_createSidebarView'](){const _0x12bfad=new V(this['context']['locale']);return _0x12bfad['render'](),this['on']('change:_lastItem',(_0x439d86,_0x21243b,_0xd56c3,_0x4bf110)=>{_0x4bf110&&_0x12bfad['unbind']('minHeight'),_0xd56c3?_0x12bfad['bind']('minHeight')['to'](_0xd56c3,'bottom'):_0x12bfad['minHeight']=null;}),_0x12bfad;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x7444f6){const _0x56dca7=this['_sidebarItemViewToAnnotation']['get'](_0x7444f6),_0x2f2802=_0x56dca7&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x56dca7)-0x1);return _0x2f2802&&this['getSidebarItemView'](_0x2f2802)||null;}['_getItemAfter'](_0xd7e8fe){const _0xb35eb6=this['_sidebarItemViewToAnnotation']['get'](_0xd7e8fe),_0x42be3a=_0xb35eb6&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0xb35eb6)+0x1);return _0x42be3a&&this['getSidebarItemView'](_0x42be3a)||null;}['_alignBeforeItem'](_0x26cf3e,_0x4bfa72){_0x26cf3e['updateHeight']();const _0xd9582a=R(_0x4bfa72['bottom']+this['_spaceBetweenItems'],_0x26cf3e['top']);return!!_0xd9582a&&(this['_setItemTop'](_0x4bfa72,_0x4bfa72['top']-_0xd9582a),!0x0);}['_alignAfterItem'](_0x504454,_0x22f59f){_0x504454['updateHeight']();const _0x3a7e07=R(_0x504454['bottom']+this['_spaceBetweenItems'],_0x22f59f['top']);return!!_0x3a7e07&&(this['_setItemTop'](_0x22f59f,_0x22f59f['top']+_0x3a7e07,!0x1),!0x0);}['_alignToTargetRect'](_0x425acd){const _0xfe345=this['_sidebarItemViewToAnnotation']['get'](_0x425acd);if(!_0xfe345||!_0xfe345['target']||!_0xfe345['targetRect'])return;const _0x2cba59=this['_getTargetTop'](_0xfe345,_0xfe345['targetRect']);this['_setItemTop'](_0x425acd,_0x2cba59);}['_getTargetTop'](_0x47afca,_0x2794fc){if(null===_0x2794fc)return 0x0;if(_0x47afca['target']instanceof _0x5114fb)return _0x2794fc['top'];{const _0x4efe95=new _0x5114fb(this['view']['element'])['top'];return _0x2794fc['top']-_0x4efe95;}}['_setItemTop'](_0xb56e90,_0x217841,_0xd2e4f6=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0xd2e4f6&&(_0x217841=Math['max'](_0x217841,this['_getMaxAvailableTop'](_0xb56e90))),_0xb56e90['top']=_0x217841;}['_getMaxAvailableTop'](_0x2b0d02){let _0x373e5f=this['_getItemBefore'](_0x2b0d02),_0x568701=0x0;for(;_0x373e5f;)_0x373e5f['updateHeight'](),_0x568701+=this['_spaceBetweenItems']+_0x373e5f['height'],_0x373e5f=this['_getItemBefore'](_0x373e5f);return _0x568701;}}function R(_0x1796cb,_0x4c42e0){return Math['max'](_0x1796cb-_0x4c42e0,0x0);}function y(_0x298189){return null!==_0x298189&&'object'==typeof _0x298189&&0x1===_0x298189['nodeType'];}class n extends _0xc39abe{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,M];}static get['pluginName'](){return'WideSidebar';}constructor(_0x25123d){super(_0x25123d),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x46d9cb(),this['_refreshPositioningDebounced']=_0x3800a1(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x463768=this['context']['plugins']['get'](M),_0x1d1245=this['context']['plugins']['get'](D);_0x463768['register']('wideSidebar',this),_0x1d1245['container']&&_0x463768['switchTo']('wideSidebar');}['setActiveAnnotation'](_0xf91bf4){if(_0xf91bf4===this['activeAnnotation'])return;const _0x262a72=this['context']['plugins']['get'](D);_0x262a72['_activeAnnotation']=_0xf91bf4;const _0x421232=this['activeAnnotation'];this['activeAnnotation']=_0xf91bf4,_0x262a72['refresh']({'blurredAnnotation':_0x421232,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x3fb9a1){this['annotations']=_0x3fb9a1;const _0x2a0376=this['context']['plugins']['get'](D);if(_0x2a0376['_annotations']=_0x3fb9a1,this['isAttached'])throw new _0x39917d('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x2a0376,'set:container',()=>{this['detach'](),this['listenTo'](_0x2a0376,'change:container',_0x429de4=>{_0x429de4['off'](),this['attach'](_0x3fb9a1);});}),_0x2a0376['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x3240b7=_0x16fdac=>{_0x16fdac['updateTargetRect'](),_0x2a0376['addAnnotation'](_0x16fdac);};for(const _0x4358e6 of _0x3fb9a1)_0x3240b7(_0x4358e6);this['listenTo'](_0x3fb9a1,'add',(_0x17a7d9,_0x3033fa)=>{_0x3240b7(_0x3033fa);}),this['listenTo'](_0x3fb9a1,'remove',(_0x30f05b,_0x1fd33c,_0x53a9fd)=>{_0x2a0376['rearrange']({'removedAnnotation':_0x1fd33c,'previousAnnotation':_0x3fb9a1['get'](_0x53a9fd-0x1),'nextAnnotation':_0x3fb9a1['get'](_0x53a9fd+0x1)}),_0x1fd33c===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x3fb9a1,'focus',(_0x35c206,_0x5bb8e2)=>{this['setActiveAnnotation'](_0x5bb8e2);}),this['listenTo'](_0x3fb9a1,'blur',()=>{this['setActiveAnnotation'](null);});const _0x3c5418=this['context']instanceof _0x664575?this['context']['editors']:new _0x46d9cb([this['context']]);for(const _0x539cd6 of _0x3c5418)this['_integrateWithEditorAnnotations'](_0x539cd6);this['listenTo'](_0x3c5418,'add',(_0x23e984,_0x16bd24)=>{this['listenTo'](_0x16bd24,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x16bd24);});}),this['listenTo'](_0x3c5418,'remove',(_0x311ef6,_0x17db66)=>{_0x17db66['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x17db66['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x39917d('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x5333fb=this['context']['plugins']['get'](D);_0x5333fb['_detachFromContainer'](this['annotations']),this['stopListening'](_0x5333fb),this['stopListening'](this['annotations']),this['context']instanceof _0x664575&&this['stopListening'](this['context']['editors']);for(const _0x583ac0 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x583ac0);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x3eda3b){if(!_0x3eda3b['plugins']['has']('EditorAnnotations'))return;const _0x3ac469=_0x3eda3b['plugins']['get']('EditorAnnotations'),_0x5375d0=()=>{const _0x3b1b2d=_0x3ac469['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x3b1b2d[0x0]||null);};this['listenTo'](_0x3ac469,'refresh',_0x5375d0),this['listenTo'](_0x3ac469,'blur',(_0x17fd40,{isAnnotationTracked:_0x54586d})=>{this['activeAnnotation']&&_0x54586d(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x3ac469,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x5d1ebb=>{_0x3ac469['hasDomSelection']()&&(_0x5375d0(),_0x5d1ebb['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3ac469);}['_destroyEditorAnnotationsIntegration'](_0x49fd0c){this['stopListening'](_0x49fd0c),this['_editorAnnotations']['remove'](_0x49fd0c);}}class L extends _0x4eef25{['counterView'];constructor(_0x1a0b51){super(_0x1a0b51);const _0x12640a=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x46cc74,_0x333cac)=>_0x46cc74?'...':_0x333cac['toString']()),this['set']('annotationType',''),this['icon']=$t,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new _t(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x12640a['to']('annotationType',_0x58dba2=>'ck-annotation-counter__badge--'+_0x58dba2),_0x12640a['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x12640a['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0xc39abe{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,M];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x56b8d6){super(_0x56b8d6),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x26db0a),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x46d9cb(),this['_refreshPositioningDebounced']=_0x3800a1(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](M)['register']('narrowSidebar',this),this['bodyCollection']=new _0x54e74b(this['context']['locale']),this['balloonPanelView']=new _0x20c059(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x2b7d0a){this['annotations']=_0x2b7d0a;const _0x17f9cd=this['context']['plugins']['get'](D),_0x1e1c1c=this['balloonPanelView'];if(_0x17f9cd['_annotations']=_0x2b7d0a,this['isAttached'])throw new _0x39917d('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x17f9cd,'set:container',()=>{this['detach'](),this['listenTo'](_0x17f9cd,'change:container',_0x5889e8=>{_0x5889e8['off'](),this['attach'](_0x2b7d0a);});}),_0x17f9cd['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x329cd6=_0x55eb8e=>{const _0x3e3969=new L(this['context']['locale']);_0x17f9cd['addAnnotation'](_0x55eb8e,_0x3e3969),this['_annotationToNarrowView']['set'](_0x55eb8e,_0x3e3969),_0x3e3969['bind']('isDirty','annotationType','number')['to'](_0x55eb8e['view'],'isDirty','type','length'),_0x3e3969['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x1e1c1c['content']['first']!==_0x55eb8e['view']?(this['_showBalloon'](_0x55eb8e),_0x55eb8e['view']['element']['focus'](),this['setActiveAnnotation'](_0x55eb8e)):this['setActiveAnnotation'](null);});};for(const _0x31a296 of _0x2b7d0a)_0x329cd6(_0x31a296);this['listenTo'](_0x2b7d0a,'add',(_0x433f20,_0x200cf4)=>{_0x329cd6(_0x200cf4);}),this['listenTo'](_0x2b7d0a,'remove',(_0x679ea7,_0x1c3f8b,_0x230f9f)=>{this['_annotationToNarrowView']['get'](_0x1c3f8b)['destroy'](),this['_annotationToNarrowView']['delete'](_0x1c3f8b),_0x17f9cd['rearrange']({'removedAnnotation':_0x1c3f8b,'previousAnnotation':_0x2b7d0a['get'](_0x230f9f-0x1),'nextAnnotation':_0x2b7d0a['get'](_0x230f9f+0x1)}),_0x1c3f8b===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x2b7d0a,'focus',(_0x4aac30,_0x27c5df)=>{this['setActiveAnnotation'](_0x27c5df);}),this['listenTo'](_0x2b7d0a,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x379084,_0x2890f9)=>{_0x2890f9['keyCode']===_0x311d99['esc']&&_0x1e1c1c['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x1e1c1c['content']['first']),this['_hideBalloon'](),_0x2890f9['stopPropagation'](),_0x2890f9['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x1ce5c8,_0x200899)=>{const _0x7c980e=_0x200899['target'];_0x1e1c1c['isVisible']&&_0x1e1c1c['element']['contains'](_0x7c980e)||_0x17f9cd['view']['element']['contains'](_0x7c980e)||_0x1ce5c8['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x395c24=>_0x395c24['contains'](_0x7c980e))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x3f0b17=this['context']instanceof _0x664575?this['context']['editors']:new _0x46d9cb([this['context']]);for(const _0x24d9e8 of _0x3f0b17)this['_integrateWithEditorAnnotations'](_0x24d9e8);this['listenTo'](_0x3f0b17,'add',(_0x542a6a,_0x327f9b)=>{this['listenTo'](_0x327f9b,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x327f9b);});}),this['listenTo'](_0x3f0b17,'remove',(_0x1ccde0,_0x5da443)=>{_0x5da443['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x5da443['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x193353){if(_0x193353===this['activeAnnotation'])return;const _0x42d9aa=this['context']['plugins']['get'](D);if(_0x42d9aa['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x193353,'disableAnimationOnActivatedAnnotation':!0x0}),_0x193353)_0x42d9aa['getSidebarItemView'](_0x193353)?this['_showBalloon'](_0x193353):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x193353;}['detach'](){if(!this['isAttached'])throw new _0x39917d('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x4d4734=this['context']['plugins']['get'](D);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x16c3b6=>_0x16c3b6['destroy']()),this['_annotationToNarrowView']['clear'](),_0x4d4734['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x664575&&this['stopListening'](this['context']['editors']);for(const _0x43dc28 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x43dc28);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'](_0x556529){if(!_0x556529['plugins']['has']('EditorAnnotations'))return;const _0x13789a=_0x556529['plugins']['get']('EditorAnnotations'),_0x126603=this['context']['plugins']['get'](D),_0x1fe232=this['annotations'],_0x37d427=this['balloonPanelView'],_0x2fd10e=()=>{const _0x3d7cca=_0x13789a['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x3d7cca),this['setActiveAnnotation'](_0x3d7cca[0x0]||null);};this['listenTo'](_0x13789a,'refresh',_0x2fd10e),this['listenTo'](_0x13789a,'blur',(_0x29fb53,{isAnnotationTracked:_0x5cd215})=>{this['activeAnnotation']&&_0x5cd215(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x13789a,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x1fe232,'blur',_0x2e7d7a=>{_0x13789a['hasDomSelection']()&&_0x2e7d7a['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x4befbb,_0x2dcf91)=>{const _0x49f3ca=_0x2dcf91['target'];_0x37d427['isVisible']&&_0x37d427['element']['contains'](_0x49f3ca)||_0x126603['view']['element']['contains'](_0x49f3ca)||this['activeAnnotation']&&_0x13789a['hasDomSelection']()&&(_0x2fd10e(),_0x4befbb['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x13789a);}['_destroyEditorAnnotationsIntegration'](_0x3c968a){_0x3c968a&&(this['stopListening'](_0x3c968a),this['_editorAnnotations']['remove'](_0x3c968a));}['_setSelectedAnnotations'](_0x45a2e4){for(const _0x138faa of this['_selectedAnnotations'])_0x45a2e4['includes'](_0x138faa)||this['_manuallyClosedAnnotationViews']['delete'](_0x138faa['view']);this['_selectedAnnotations']=_0x45a2e4;}['_refreshPositioning'](){const _0x1aaa97=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x1aaa97['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x22b2ae){if(this['_manuallyClosedAnnotationViews']['has'](_0x22b2ae['view']))return;const _0x27a999=this['balloonPanelView']['content']['first'];_0x27a999!==_0x22b2ae['view']?(_0x27a999&&this['_detachListeners'](_0x27a999),this['_attachListeners'](_0x22b2ae['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x22b2ae['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x2d9df8=this['balloonPanelView']['content']['first'],_0x10cd04=_0x2d9df8&&this['annotations']['getByView'](_0x2d9df8);if(!_0x10cd04||!this['_annotationToNarrowView']['has'](_0x10cd04))return;const _0x75287e=this['_annotationToNarrowView']['get'](_0x10cd04)['element'],_0x37ecb0=(function(){const _0x476a82=_0x20c059['defaultPositions'];return[_0x476a82['southArrowNorthEast'],_0x476a82['northArrowSouthEast'],_0x476a82['southArrowNorth'],_0x476a82['northArrowSouth'],_0x476a82['southArrowNorthWest'],_0x476a82['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x75287e,'positions':_0x37ecb0});}['_hideBalloon'](){const _0x7293bf=this['balloonPanelView'],_0x249a84=_0x7293bf['content']['first'];_0x249a84&&(this['_detachListeners'](_0x249a84),_0x7293bf['unpin'](),_0x7293bf['content']['clear']());}['_attachListeners'](_0x401183){this['listenTo'](_0x401183,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x401183,'Esc',(_0x2cc87c,_0x35acfe)=>{this['_manuallyClosedAnnotationViews']['add'](_0x401183),this['_hideBalloon'](),_0x35acfe();});}['_detachListeners'](_0x3da8b1){this['stopListening'](_0x3da8b1);}}class c extends _0x24e0bf{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[b,_0x339858,M];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x4d2ee2){super(_0x4d2ee2),_0x4d2ee2['editing']['view']['addObserver'](_0x480d8c),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x4d2ee2['plugins']['get'](_0x339858),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0xfb0c00=this['editor']['plugins']['get'](M);_0xfb0c00['context']===this['editor']&&(_0xfb0c00['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x31cda7,_0x57e25c)=>{const _0x543ee9=this['_balloon'];if(this['isAttached']&&_0x543ee9['visibleView']){const _0x5c4dd6=this['annotations']['getByView'](_0x543ee9['visibleView']);_0x5c4dd6&&this['_closeAnnotation'](_0x5c4dd6),_0x57e25c();}}));}['afterInit'](){const _0x59cd8b=this['editor']['plugins']['get'](M);_0x59cd8b['context']===this['editor']&&(_0x59cd8b['hasActive']()||_0x59cd8b['switchTo']('inline'));}['setActiveAnnotation'](_0x86a685){_0x86a685!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x86a685&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x86a685)&&this['_addAnnotationToBalloon'](_0x86a685,!0x0),_0x86a685['isActive']=!0x0),_0x86a685||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x86a685);}['attach'](_0x3ee46f){this['annotations']=_0x3ee46f;const _0x391da2=this['editor']['plugins']['get'](M),_0x2c6a9f=this['_balloon'];if(this['isAttached'])throw new _0x39917d('inlineannotations-attach-already-attached',this);if(_0x391da2['context']!==this['editor'])throw new _0x39917d('inlineannotations-not-allowed-with-context',this);const _0x518865=this['editor']['plugins']['get'](b);this['listenTo'](_0x518865,'refresh',()=>{const _0x8a99e2=_0x518865['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x1f7432,_0x1f9623;!this['_forceRefresh']&&(_0x1f7432=_0x8a99e2,_0x1f9623=this['_selectedAnnotations'],_0x1f7432['length']===_0x1f9623['length']&&_0x1f7432['every'](_0x56b308=>_0x1f9623['includes'](_0x56b308)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x8a99e2),this['setActiveAnnotation'](_0x8a99e2[0x0]||null));}),this['listenTo'](_0x518865,'blur',(_0x30a8c2,{isAnnotationTracked:_0xd3dca8})=>{this['activeAnnotation']&&_0xd3dca8(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x552062,_0x91c831,_0x3d2138)=>{_0x3d2138||this['setActiveAnnotation'](null);}),this['listenTo'](_0x3ee46f,'remove',(_0xb99916,_0x56bffa)=>{this['_removeAnnotationFromBalloon'](_0x56bffa),_0x56bffa===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x2c6a9f,'change:visibleView',(_0x572fb4,_0x1ce1d3,_0x1f7b7d,_0x597cbc)=>{_0x597cbc&&this['stopListening'](_0x597cbc);const _0xc7bc9b=_0x3ee46f['getByView'](_0x1f7b7d);_0x1f7b7d&&_0xc7bc9b&&(this['listenTo'](_0x1f7b7d,'change:height',()=>{_0x2c6a9f['updatePosition']();}),this['listenTo'](_0x1f7b7d,'Esc',()=>{this['_closeAnnotation'](_0xc7bc9b),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0xc7bc9b&&this['setActiveAnnotation'](_0xc7bc9b));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x2c6a9f['visibleView']&&(_0x3ee46f['getByView'](_0x2c6a9f['visibleView'])&&_0x2c6a9f['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 _0x39917d('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x14a7a0 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x14a7a0);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x59a74c){for(const _0xdf258 of this['_selectedAnnotations'])_0x59a74c['includes'](_0xdf258)||this['_manuallyClosed']['delete'](_0xdf258);for(const _0x466cb4 of this['annotations'])_0x59a74c['includes'](_0x466cb4)||this['_removeAnnotationFromBalloon'](_0x466cb4);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x311c48 of _0x59a74c)this['_addAnnotationToBalloon'](_0x311c48);}this['_selectedAnnotations']=_0x59a74c;}['_addAnnotationToBalloon'](_0x4772de,_0x8e5d7f=!0x1){this['_manuallyClosed']['has'](_0x4772de)||(this['_addedAnnotations']['has'](_0x4772de)||this['_balloon']['hasView'](_0x4772de['view'])||(this['_addedAnnotations']['add'](_0x4772de),this['_balloon']['add']({'stackId':_0x4772de['view']['id'],'view':_0x4772de['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x4772de)}})),_0x8e5d7f&&this['_balloon']['showStack'](_0x4772de['view']['id']));}['_getBalloonTargetForAnnotation'](_0x32b997){const _0x2773bf=_0x32b997['target'],_0x198d7f=this['editor']['editing']['view'],_0x2d84b8=_0x198d7f['document']['selection']['getFirstRange'](),_0x2d4b1a=_0x198d7f['domConverter']['viewRangeToDom'](_0x2d84b8);if(_0x2d4b1a['collapse'](!0x0),_0x2773bf){if(_0x2773bf instanceof _0x5114fb)return _0x2773bf;let _0x184c7d=[];for(const _0x458886 of _0x2773bf)_0x184c7d['push'](...(_0x16f87e=_0x458886['getClientRects'](),Array['from'](_0x16f87e)['map'](DOMRect['fromRect'])));_0x184c7d=function(_0x2d318e){const _0x1f711f=[];let _0xa94112=_0x2d318e[0x0];for(let _0x2f116e=0x1;_0x2f116e<_0x2d318e['length'];_0x2f116e++)q(_0xa94112,_0x2d318e[_0x2f116e])?_0xa94112['width']+=_0x2d318e[_0x2f116e]['width']:(_0x1f711f['push'](_0xa94112),_0xa94112=_0x2d318e[_0x2f116e]);return _0x1f711f['push'](_0xa94112),_0x1f711f;}(_0x184c7d);const _0x4c1260=_0x2d4b1a['getBoundingClientRect']();return _0x184c7d['find'](_0x507edd=>_0x507edd['top']<=_0x4c1260['top']&&_0x507edd['bottom']>=_0x4c1260['bottom']&&_0x507edd['left']<=_0x4c1260['left']&&_0x507edd['right']>=_0x4c1260['right'])||_0x184c7d[0x0];}var _0x16f87e;return _0x32b997['targetRect']||_0x2d4b1a;}['_removeAnnotationFromBalloon'](_0x4b0e25){this['_addedAnnotations']['has'](_0x4b0e25)&&this['_balloon']['hasView'](_0x4b0e25['view'])&&(this['_addedAnnotations']['delete'](_0x4b0e25),this['_balloon']['remove'](_0x4b0e25['view']));}['_closeAnnotation'](_0xf4ab01){this['_manuallyClosed']['add'](_0xf4ab01),this['_removeAnnotationFromBalloon'](_0xf4ab01);}}function q(_0x99a718,_0x292661){return _0x99a718['top']===_0x292661['top']&&_0x99a718['bottom']===_0x292661['bottom']&&_0x99a718['right']===_0x292661['left'];}var Z='<!--\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 tt extends _t{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x502eb7,_0x12c4dd){super(_0x502eb7),this['set']('isEmpty',!_0x12c4dd['length']),this['focusTracker']=new _0x48fbc1(),this['_annotationViews']=_0x12c4dd,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new Ft({'focusables':_0x12c4dd,'focusTracker':this['focusTracker']}),this['listenTo'](_0x12c4dd,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x12c4dd,'remove',(_0x10b4cd,_0x3a324f)=>{_0x3a324f['isActive']&&this['focus'](),_0x12c4dd['length']||(this['isEmpty']=!0x0);});const _0x4a9950=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':S(_0x502eb7,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x12c4dd},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x4a9950['if']('isEmpty','ck-hidden',_0x2686c4=>!_0x2686c4)]},'children':[{'text':S(_0x502eb7,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy']();}['focus'](){this['focusCycler']['first']?this['focusCycler']['focusFirst']():this['element']['focus']();}['_setupKeyboardNavigation'](){for(const _0x1684f8 of this['_annotationViews'])this['focusTracker']['add'](_0x1684f8['element']);this['_annotationViews']['on']('change',(_0x364e1a,{added:_0x3254c9,removed:_0x3bac7d})=>{for(const _0x414266 of _0x3254c9)this['focusTracker']['add'](_0x414266['element']);for(const _0x20e4c4 of _0x3bac7d)this['focusTracker']['remove'](_0x20e4c4['element']);});}}class p extends _0xc39abe{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,N];}constructor(_0x32e059){super(_0x32e059),this['archivedThreads']=new _0x46d9cb();}['init'](){const _0xfc2821=this['context'],_0xfa6762=_0xfc2821['plugins']['get'](m),_0x5e7a41=_0xfc2821['plugins']['get'](N);this['listenTo'](_0xfa6762,'addCommentThread',(_0x562df1,{threadId:_0x35463d})=>{const _0x48696c=_0xfa6762['getCommentThread'](_0x35463d);_0x48696c['archivedAt']&&this['archivedThreads']['add'](_0x48696c,this['_calculatePosition'](_0x48696c['archivedAt'])),this['listenTo'](_0x48696c,'change:archivedAt',(_0x49fb0b,_0xa50fc4,_0x505cf7)=>{_0x505cf7?this['archivedThreads']['has'](_0x48696c)||this['archivedThreads']['add'](_0x48696c,this['_calculatePosition'](_0x48696c['archivedAt'])):this['archivedThreads']['has'](_0x48696c)&&this['archivedThreads']['remove'](_0x48696c);});}),this['listenTo'](_0xfa6762,'removeCommentThread',(_0x4e9967,{threadId:_0x14bf50})=>{const _0x53a051=_0xfa6762['getCommentThread'](_0x14bf50);this['stopListening'](_0x53a051),this['archivedThreads']['has'](_0x53a051)&&this['archivedThreads']['remove'](_0x53a051);},{'priority':'highest'}),this['listenTo'](_0x5e7a41['collection'],'focus',(_0x4d958d,_0x2beddf)=>{_0x2beddf['isVisible']||(_0x2beddf['isActive']=!0x0,_0x5e7a41['activate'](_0x2beddf));});}['_calculatePosition'](_0x7d004d){const _0x81bb07=[...this['archivedThreads']]['findIndex'](_0x49adc3=>_0x49adc3['archivedAt']<_0x7d004d);return _0x81bb07>-0x1?_0x81bb07:this['archivedThreads']['length'];}}class a extends _0x24e0bf{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x453d91];}constructor(_0x42c624){super(_0x42c624),this['annotationViews']=new _0x3581f1(),this['_pendingThreads']=[];}['init'](){const _0x23b3ab=this['editor'],_0x5be6ed=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x23b3ab['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x4eef25,!0x0)),_0x23b3ab['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x96c82a=this['_createCommentsArchiveButton'](_0x4a19f0);return _0x96c82a['set']({'role':'menuitemcheckbox'}),_0x96c82a;});const _0x2be113=_0x23b3ab['plugins']['get'](p),_0x4898ba=_0x23b3ab['plugins']['get']('Annotations'),_0x2ac04c=_0x23b3ab['plugins']['get']('CommentsRepository');this['listenTo'](_0x2be113['archivedThreads'],'add',(_0x45a22d,_0x399b9d)=>{const _0x1c7076=_0x23b3ab['config']['get']('collaboration.channelId');if(!_0x1c7076||_0x399b9d['channelId']===_0x1c7076){const _0x5f163d=_0x2ac04c['_threadToController']['get'](_0x399b9d);if(!_0x5f163d)return void this['_pendingThreads']['push'](_0x399b9d);const _0x1fdc13=this['_calculatePosition'](_0x399b9d['archivedAt']),_0x226f80=_0x4898ba['getByInnerView'](_0x5f163d['view']);_0x226f80['isVisible']&&_0x4898ba['_visibleAnnotations']['remove'](_0x226f80),this['annotationViews']['add'](_0x226f80['view'],_0x1fdc13);}}),this['listenTo'](_0x4898ba['collection'],'add',(_0x1009ad,_0x532250)=>{const _0x1e1aa7=this['_pendingThreads']['find'](_0xb20afa=>{const _0x9ad4=_0x2ac04c['_threadToController']['get'](_0xb20afa);return _0x9ad4&&_0x532250['innerView']===_0x9ad4['view'];});if(_0x1e1aa7){const _0x2f4adc=this['_calculatePosition'](_0x1e1aa7['archivedAt']);this['annotationViews']['add'](_0x532250['view'],_0x2f4adc),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x1e1aa7),0x1);}}),this['listenTo'](_0x2be113['archivedThreads'],'remove',(_0x304344,_0x2f5774)=>{const _0x1f5acb=_0x23b3ab['config']['get']('collaboration.channelId');if(!_0x1f5acb||_0x2f5774['channelId']===_0x1f5acb){const _0x27d298=_0x2ac04c['_threadToController']['get'](_0x2f5774),_0xc50836=_0x4898ba['getByInnerView'](_0x27d298['view']);this['annotationViews']['remove'](_0xc50836['view']),this['stopListening'](_0xc50836['focusableElements']);}}),this['listenTo'](_0x4898ba['collection'],'add',(_0xe0d83e,_0x2aa6f4)=>{this['listenTo'](_0x2aa6f4,'escape',_0x5be6ed);}),this['listenTo'](_0x4898ba['collection'],'remove',(_0x4f4179,_0x4a19dc)=>{this['stopListening'](_0x4a19dc,'escape',_0x5be6ed);});}['_calculatePosition'](_0x205502){const _0x4708f5=this['editor']['config']['get']('collaboration.channelId'),_0x329b46=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0x1ba69b=>_0x1ba69b['channelId']===_0x4708f5)['findIndex'](_0x7c0731=>_0x7c0731['archivedAt']<_0x205502);return _0x329b46<0x0||_0x329b46>this['annotationViews']['length']?this['annotationViews']['length']:_0x329b46-0x1;}['_toggleDialog'](){const _0xdcb741=this['editor'],_0x25829d=_0xdcb741['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new tt(_0xdcb741['locale'],this['annotationViews'])),'commentsArchive'===_0x25829d['id']?_0x25829d['hide']():_0x25829d['show']({'id':'commentsArchive','title':S(_0xdcb741['locale'],'COMMENTS_ARCHIVE'),'icon':Z,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x25cd9a['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x377053,_0x1aab09=!0x1){const _0x322870=this['editor']['locale'],_0x5bf334=this['editor']['plugins']['get']('Dialog'),_0x553807=new _0x377053(_0x322870);return _0x553807['bind']('isEnabled')['to'](this,'isEnabled'),_0x553807['bind']('isOn')['to'](_0x5bf334,'id',_0x28f86f=>'commentsArchive'===_0x28f86f),_0x553807['set']({'label':S(_0x322870,'COMMENTS_ARCHIVE'),'icon':Z,'isToggleable':!0x0}),_0x1aab09&&(_0x553807['tooltip']=!0x0),this['listenTo'](_0x553807,'execute',()=>this['_toggleDialog']()),_0x553807;}['_hideDialogOnAnnotationEscape']=_0x3a1fc2=>{const _0x2f910b=_0x3a1fc2['source'];if(!this['annotationViews']['has'](_0x2f910b['view']))return;const _0xdcf5d6=this['editor']['plugins']['get']('Dialog');_0xdcf5d6['isOpen']&&'commentsArchive'===_0xdcf5d6['id']&&(_0xdcf5d6['hide'](),_0x3a1fc2['stop']());};}class f extends _0x24e0bf{static get['requires'](){return[m,r,s,p,a,e,n,i,c];}static get['pluginName'](){return'Comments';}}export{d as Annotation,x as AnnotationCollection,T as AnnotationView,N as Annotations,M as AnnotationsUIs,es as BaseCommentThreadView,ns as BaseCommentView,ie as Comment,se as CommentThread,At as CommentThreadController,kt as CommentThreadInputView,Ct as CommentThreadView,vt as CommentView,f as Comments,p as CommentsArchive,xt as CommentsListView,e as CommentsOnly,m as CommentsRepository,s as CommentsUI,b as EditorAnnotations,c as InlineAnnotations,i as NarrowSidebar,n as WideSidebar};
|
|
23
|
+
import{Editor as _0xb92027,icons as _0x4ad81a,ContextPlugin as _0x4eeaad,PendingActions as lt,Context as _0x39e0d3,Command as _0x3bdf62,Plugin as _0xd910e9}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x185d42,uid as _0x663576,KeystrokeHandler as Et,FocusTracker as _0x173b85,diff as _0x485792,Collection as _0x6b0c22,Rect as _0x5548f7,CKEditorError as _0x3a2f4e,first as _0x5077b3,priorities as Wt,scrollViewportToShowTarget as rt,getEnvKeystrokeText as et,toUnit as Ht,DomEmitterMixin as _0x1fcede,keyCodes as _0x3c75c4}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x26f709,AriaDescriptionView as _0x18ce0d,setupThreadKeyboardNavigation as _0x720989,ConfirmMixin as ti,LateFocusButtonView as _0x4fd685,trimHtml as _0x4af397,LateFocusDropdownButtonView as _0x40c610,Users as it,getDateTimeFormatter as ut,hashObject as ft,getAllMarkersDomElementsSorted as nt,surroundingMarkersDetector as ot,FOCUS_ANNOTATION_KEYSTROKE as te}from'ckeditor5-collaboration/dist/index.js';import{throttle as Dt,isEqual as It,cloneDeep as pt,set as wt,unset as yt,debounce as _0x3827f8}from'lodash-es';import{EditorUIView as tr,InlineEditableUIView as Zt,EditorUI as Xt,View as _t,FocusCycler as Ft,ButtonView as _0xf5c577,ViewCollection as _0x3d768d,createDropdown as _0x4887bf,ListView as _0x133a47,focusChildOnDropdownOpen as _0x57f6cc,ListItemView as _0x2caed7,MenuBarMenuListItemButtonView as _0x4ea35d,BodyCollection as _0x17419d,BalloonPanelView as _0x4a9292,ContextualBalloon as _0x4ce2d2,Dialog as _0x4a91f4,DialogViewPosition as _0x94cba7}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as Bt,enablePlaceholder as zt,MouseObserver as _0x3bf1f3}from'@ckeditor/ckeditor5-engine/dist/index.js';import{Clipboard as Gt,ClipboardMarkersUtils as Mt,ClipboardPipeline as Pt}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Enter as Jt,ShiftEnter as Kt}from'@ckeditor/ckeditor5-enter/dist/index.js';import{SelectAll as Nt}from'@ckeditor/ckeditor5-select-all/dist/index.js';import{Typing as Qt}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Undo as Rt}from'@ckeditor/ckeditor5-undo/dist/index.js';import{Paragraph as St}from'@ckeditor/ckeditor5-paragraph/dist/index.js';import{FOCUS_ANNOTATION_KEYSTROKE as _0x3a4c2c}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';class At extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x185d42(){['model'];['view'];constructor(_0x266b24,_0x1856e0){super(),this['model']=_0x266b24,this['model']['_isAttached']=!0x0,this['view']=_0x1856e0,this['listenTo'](_0x1856e0,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x1856e0,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x1856e0,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x1856e0,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x1856e0,'addComment',(_0x270c13,_0x22ff9b)=>this['addComment'](_0x22ff9b)),this['listenTo'](_0x1856e0,'updateComment',(_0x16f606,_0x1f0eed,_0x1e7def)=>this['updateComment'](_0x1f0eed,_0x1e7def)),this['listenTo'](_0x1856e0,'removeComment',(_0x407adf,_0x19ace4)=>this['removeComment'](_0x19ace4));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x4c0382){this['model']['addComment']({'content':_0x4c0382,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x1432fb,_0x37ce71){this['model']['getComment'](_0x1432fb)['update']({'content':_0x37ce71});}['removeComment'](_0x5b9af5){this['model']['getComment'](_0x5b9af5)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function S(_0x46cbef,_0x3cd30a,_0x961e8f){const t=_0x46cbef['t'];switch(_0x3cd30a){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'Annotations\x20sidebar':return t('Annotations\x20sidebar');case'Annotations\x20list':return t('Annotations\x20list');case'Thread\x20comments':return t('Thread\x20comments');case'THREAD_CONTEXT_LABEL':return t({'string':'Thread\x20context:\x20%0','id':'THREAD_CONTEXT_LABEL'},_0x961e8f);case'COMMENT_THREAD_LABEL':return t({'string':'Comment\x20thread\x20by\x20%1.\x20%1\x20reply.','plural':'Comment\x20thread\x20by\x20%1.\x20%0\x20replies.','id':'COMMENT_THREAD_LABEL'},_0x961e8f);case'COMMENT_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'COMMENT_THREAD_DESCRIPTION'});case'COMMENT_ARIA_LABEL':return t({'string':'Comment\x20by\x20%0.\x20Created\x20on\x20%1.\x20%2.\x20%3','id':'COMMENT_ARIA_LABEL'},_0x961e8f);case'LEAVE_COMMENT_ANNOUNCEMENT':return t({'string':'Leaving\x20a\x20content\x20with\x20comments.','id':'LEAVE_COMMENT_ANNOUNCEMENT'});case'ENTER_COMMENT_ANNOUNCEMENT':return t({'string':'Entering\x20a\x20content\x20with\x20comments.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_COMMENT_ANNOUNCEMENT'},_0x961e8f);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x961e8f);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'},_0x961e8f);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'},_0x961e8f);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'},_0x961e8f);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'});case'COMMENTS_ARCHIVE_LIST_LABEL':return t({'string':'List\x20of\x20comments','id':'COMMENTS_ARCHIVE_LIST_LABEL'});case'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP':return t({'string':'Keystrokes\x20for\x20interacting\x20with\x20annotation\x20threads\x20(e.g.\x20comments,\x20track\x20changes\x20suggestions)','id':'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'});case'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO':return t({'string':'Move\x20focus\x20to\x20the\x20thread\x20when\x20the\x20selection\x20is\x20anchored\x20in\x20its\x20marker','id':'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'});case'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT':return t({'string':'Exit\x20the\x20annotation\x20and\x20move\x20focus\x20back\x20to\x20the\x20edited\x20content','id':'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER':return t({'string':'Browse\x20the\x20focused\x20annotation\x20thread\x20or\x20thread\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'});case'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS':return t({'string':'Move\x20across\x20internals\x20of\x20the\x20annotation\x20thread','id':'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'});case'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT':return t({'string':'Submit\x20the\x20reply\x20while\x20writing\x20a\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS':return t({'string':'Move\x20to\x20the\x20previous\x20or\x20next\x20thread\x20in\x20the\x20annotations\x20sidebar\x20or\x20comments\x20archive','id':'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'});default:return'';}}class Yt extends tr{['main'];['editable'];constructor(_0x422ba4,_0x526405){super(_0x422ba4);const _0x49e3d1=_0x663576();this['main']=this['createCollection'](),this['editable']=new Zt(_0x422ba4,_0x526405,void 0x0,{'label':()=>S(_0x422ba4,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x422ba4['uiLanguageDirection'],'lang':_0x422ba4['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x49e3d1},'children':[{'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']();}}class Ot extends Xt{['view'];constructor(_0x1216dd){super(_0x1216dd),this['view']=new Yt(_0x1216dd['locale'],_0x1216dd['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x22bf7a=this['editor']['editing']['view'],_0x5a3d8b=this['view']['editable'],_0x54b218=_0x22bf7a['document']['getRoot']();_0x5a3d8b['name']=_0x54b218['rootName'],this['view']['render']();const _0x2b4059=_0x5a3d8b['element'];this['setEditableElement'](_0x5a3d8b['name'],_0x2b4059),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x22bf7a['attachDomRoot'](_0x2b4059),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Ut=[Gt,Jt,Kt,Nt,Qt,Rt,St];class Vt extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x185d42(_0xb92027){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
|
|
26
|
+
((()=>Ut)());constructor(_0x1da262={}){(_0x1da262=Object['assign']({},_0x1da262))['plugins']||(_0x1da262['plugins']=Vt['defaultPlugins']),super(_0x1da262),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 _0x396d5e=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x396d5e))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x844281=>{const _0x17e80d=this['model']['document']['getRoot'](),_0x2a9d2c=_0x17e80d&&_0x17e80d['getChild'](_0x17e80d['childCount']-0x1);_0x844281['setSelection'](_0x2a9d2c,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x3ed1f9=this['editing']['view'],_0xd96b44=_0x3ed1f9['document']['getRoot'](),_0x26e940=_0xd96b44['getChild'](0x0);_0xd96b44['childCount']>0x1||!_0x26e940||'p'!=_0x26e940['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(Bt(_0x3ed1f9,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x26e940['placeholder']=this['placeholder']),zt({'view':_0x3ed1f9,'element':_0x26e940,'keepOnFocus':!0x0}),this['placeholderElement']=_0x26e940);}}class rs extends _t{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x54a2ac,_0x369537={}){super(_0x54a2ac),this['editor']=null,this['_editorConfig']=_0x369537,this['set']('value',_0x369537['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',S(_0x54a2ac,'Reply...')),this['set']('submitLabel',S(_0x54a2ac,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new Et(),this['focusTracker']=new _0x173b85(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),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',(_0x37599b,_0x1dfb3d)=>{this['cancelButtonView']['fire']('execute'),_0x1dfb3d();}),this['keystrokes']['set']('Ctrl+Enter',(_0xbf4248,_0x394167)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x394167());}),this['on']('submit',(_0x386be7,_0x1a12b0)=>{_0x1a12b0['length']>0xfde8?(alert(S(_0x54a2ac,'TOO_LONG_COMMENT_ALERT',[_0x1a12b0['length'],0xfde8])),_0x386be7['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new Vt(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x57b248=this['editor'];this['element']['insertBefore'](_0x57b248['ui']['element'],this['element']['firstChild']),_0x57b248['model']['document']['on']('change',()=>this['value']=_0x57b248['getData']()),_0x57b248['bind']('placeholder')['to'](this),this['focusables']['add'](_0x57b248['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x5c69ae){-0x1===_0x5c69ae?(this['focusCycler']['focusFirst'](),this['focusCycler']['focusLast']()):this['focusCycler']['focusFirst']();}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:_0x214b5e}=this,_0x3e9cfe=new _0xf5c577(_0x214b5e);return _0x3e9cfe['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x3e9cfe['withText']=!0x0,_0x3e9cfe['bind']('label')['to'](this,'submitLabel'),_0x3e9cfe['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x3e9cfe['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x2768f0,_0x2b7f28)=>!_0x2b7f28&&!!_0x2768f0['trim']()),_0x3e9cfe;}['_createCancelButton'](){const {locale:_0x5d46d3}=this,_0x2bee9a=new _0xf5c577(_0x5d46d3);return _0x2bee9a['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x2bee9a['label']=S(_0x5d46d3,'Cancel'),_0x2bee9a['withText']=!0x0,_0x2bee9a['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x2bee9a;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x14b345=>{this['focusTracker']['add'](_0x14b345['element']);}),this['focusables']['on']('change',(_0x2797cc,_0x3ba239)=>{for(const _0x38ee4d of Array['from'](_0x3ba239['added'])['reverse']())this['focusTracker']['add'](_0x38ee4d['element']);});}}class kt extends _t{constructor(_0x100bca,_0x33731c,_0x35721d){super(_0x100bca),this['commentInputView']=new rs(_0x100bca,_0x35721d),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x12500e,_0x5d8a76)=>_0x12500e||!!_0x5d8a76),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 _0x26f709(_0x100bca,_0x33731c),this['userView']['extendTemplate']({'attributes':{'class':'ck-thread__user','aria-hidden':!0x0}}),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']]});}['render'](){super['render'](),this['_focusOnNonInteractiveMouseDown']();}['destroy'](){return this['commentInputView']['destroy']()['then'](()=>super['destroy']());}['focus'](_0x28d19a){this['commentInputView']['focus'](_0x28d19a);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x1569c6,_0x80e577)=>{const {submitButtonView:_0x4079f6,cancelButtonView:_0x24da41,editor:_0x467ac2}=this['commentInputView'];[_0x4079f6['element'],_0x24da41['element'],_0x467ac2?_0x467ac2['editing']['view']['getDomRoot']():null]['filter'](_0x4dbb58=>_0x4dbb58)['some'](_0x54e797=>_0x54e797['contains'](_0x80e577['target']))||(this['focus'](),_0x80e577['preventDefault']());});}}class cs extends _t{constructor(_0x3c994e){super(_0x3c994e);const _0x349de4=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x349de4['to']('count',_0x29f7a5=>S(_0x3c994e,'NUMBER_OF_COMMENTS',_0x29f7a5))}]});}}class xt extends _t{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x555706,_0x5a1e8c,_0x487583){super(_0x555706);const _0x4d351a=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x5a1e8c['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x5a1e8c,this['_config']=_0x487583,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x173b85(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x1f9ddc=>this['commentViews']['map'](_0x4dc3b6=>_0x4dc3b6['element'])['includes'](_0x1f9ddc['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new cs(_0x555706),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x28643a=>_0x28643a-this['_config']['maxCommentsWhenCollapsed']);for(const _0x1f1350 of _0x5a1e8c['comments'])this['_handleNewCommentModel'](_0x1f1350);this['_handleInfoComment'](),this['listenTo'](_0x5a1e8c['comments'],'add',(_0x2483fe,_0x1e0189)=>{const _0x58abaa=this['_calculatePosition'](_0x1e0189);this['length']++,this['_handleNewCommentModel'](_0x1e0189,_0x58abaa),this['refreshVisibleViews']();}),this['listenTo'](_0x5a1e8c['comments'],'remove',(_0x1c5970,_0x510e71)=>{this['length']--,this['_handleRemoveCommentModel'](_0x510e71),this['refreshVisibleViews']();}),this['listenTo'](_0x5a1e8c,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x5a1e8c,'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',_0x4d351a['if']('length','ck-hidden',_0xcf1301=>!_0xcf1301)],'aria-label':S(_0x555706,'Thread\x20comments')},'children':this['visibleViews']});}get['_shouldCollapse'](){return this['_model']['weight']>this['_config']['maxThreadTotalWeight']&&!this['isActive']&&!this['hasDirtyComment'];}['render'](){super['render'](),this['refreshVisibleViews'](),this['_setupKeyboardNavigation']();}['focus'](_0x4eeeb7){-0x1===_0x4eeeb7?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x457c24 of this['commentViews'])_0x457c24['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x29a430,_0x3dc48c){const _0xf4a5f=new this['_config']['CommentView'](this['locale'],_0x29a430,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0xf4a5f['viewUid']=_0x29a430['id'],_0xf4a5f['delegate']('removeComment')['to'](this),_0xf4a5f['delegate']('updateComment')['to'](this),_0xf4a5f['delegate']('resolveCommentThread')['to'](this),_0xf4a5f['delegate']('editorReady')['to'](this),_0xf4a5f['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0xf4a5f,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0xf4a5f,_0x3dc48c);}['_calculatePosition'](_0x1bf3dc){const _0x4a0211=this['_model']['_findOptimalIndex'](_0x1bf3dc);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x1bf3dc['authoredAt']?_0x4a0211-0x1:_0x4a0211:_0x4a0211-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x43ea62={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':S(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x43ea62,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x43ea62));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x4cd5e0){const _0x112f56=this['commentViews']['remove'](_0x4cd5e0['id']);this['stopListening'](_0x112f56),_0x112f56['isEditMode']&&this['_updateHasDirtyComment'](),_0x112f56['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x42508b=>_0x42508b['isEditMode']);}['_rearrangeCollapse'](){const _0x25dcb6=function(_0x18a709){const _0x13ed68=new _0x6b0c22();for(const _0x509088 of _0x18a709)_0x13ed68['add'](_0x509088);return _0x13ed68;}(this['commentViews']),_0x45c2e2=this['_collapsedCommentsView']['count'];for(let _0x2f3165=0x1;_0x2f3165<=_0x45c2e2;_0x2f3165++)_0x25dcb6['remove'](0x1);for(const _0x162aca of _0x25dcb6)_0x162aca['collapse']();_0x45c2e2>0x0&&_0x25dcb6['add'](this['_collapsedCommentsView'],0x1),ms(_0x485792(Array['from'](this['visibleViews']),Array['from'](_0x25dcb6)),this['visibleViews'],_0x25dcb6);}['_rearrangeExpand'](){ms(_0x485792(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x4f6ae7 of this['visibleViews'])_0x4f6ae7['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x377558=>{this['focusTracker']['add'](_0x377558['element']),this['keystrokes']['listenTo'](_0x377558['element']);}),this['commentViews']['on']('change',(_0x1e0211,_0x1ca59f)=>{for(const _0x4afd32 of _0x1ca59f['removed'])this['focusTracker']['remove'](_0x4afd32['element']),this['keystrokes']['stopListening'](_0x4afd32['element']);for(const _0x53ddbf of Array['from'](_0x1ca59f['added'])['reverse']())this['focusTracker']['add'](_0x53ddbf['element']),this['keystrokes']['listenTo'](_0x53ddbf['element']);});}}function ms(_0x30107b,_0x4ad04c,_0x35ebd7){let _0x79effd=0x0;for(const _0x325907 of _0x30107b)switch(_0x325907){case'insert':_0x4ad04c['add'](_0x35ebd7['get'](_0x79effd),_0x79effd),_0x79effd++;break;case'delete':_0x4ad04c['remove'](_0x79effd);break;case'equal':_0x79effd++;}}class ls extends _t{constructor(_0x1b39ad){super(_0x1b39ad);const _0x39a656=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x39a656['to']('contextValue',_0x457de2=>S(_0x1b39ad,'THREAD_CONTEXT_LABEL',_0x457de2)),'tabindex':-0x1},'children':[{'text':_0x39a656['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class ts extends _t{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x4f1f4d,_0x19beff){super(_0x4f1f4d);const _0x1e8e30=this['bindTemplate'];this['_model']=_0x19beff,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x173b85(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x42fc8b=>!!_0x42fc8b),this['bind']('contextValue')['to'](this['_model'],'context',_0x3cc933=>_0x3cc933&&_0x3cc933['value']?this['_trimContextValue'](_0x3cc933['value']):S(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',_0x1e8e30['if']('hasContext','ck-context--quotes')]},'children':[this['contextView']]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions'](),this['_setupKeyboardNavigation']();}['focus'](){this['focusCycler']['focusFirst']();}['_createReopenButton'](){const _0x37098f=new _0xf5c577(this['locale']);return _0x37098f['label']=S(this['locale'],'Reopen'),_0x37098f['tooltip']=S(this['locale'],'Reopen'),_0x37098f['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>',_0x37098f['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x434a60=>!_0x434a60),_0x37098f['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x138849,_0x3ee8f8)=>_0x138849&&_0x3ee8f8),_0x37098f['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x37098f;}['_trimContextValue'](_0x183edb){if(_0x183edb['length']<0x96)return _0x183edb;const _0x3b56f1=_0x183edb['lastIndexOf']('\x20',0x93);return _0x183edb['substring'](0x0,_0x3b56f1>-0x1?_0x3b56f1:0x93)+'...';}['_attachContextActions'](){const _0x353239=this['element']['querySelector']('.ck-context'),_0x5e6ce0=_0x353239['querySelector']('.ck-context__value');this['listenTo'](_0x353239,'mouseenter',()=>{_0x5e6ce0['offsetWidth']<_0x5e6ce0['scrollWidth']&&_0x353239['classList']['add']('overlay');}),this['listenTo'](_0x353239,'mouseleave',()=>{_0x353239['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x3c92e6 of this['focusables'])this['focusTracker']['add'](_0x3c92e6['element']),this['keystrokes']['listenTo'](_0x3c92e6['element']);}['_createContextView'](){const _0x1f1d5c=new ls(this['locale']);return _0x1f1d5c['bind']('contextValue')['to'](this),_0x1f1d5c;}}class es extends _t{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x5b738a,_0xbd07a5,_0xd257ef,_0x2a87c7){super(_0x5b738a),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0xbd07a5,this['_localUser']=_0xd257ef,this['_config']=_0x2a87c7,this['commentThreadHeaderView']=new ts(_0x5b738a,_0xbd07a5),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new _0x18ce0d(_0x5b738a,S(_0x5b738a,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new xt(_0x5b738a,_0xbd07a5,Object['assign']({'CommentView':this['_config']['CommentView']},_0x2a87c7)),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',(_0x5a3721,_0x3ffca0)=>_0x5a3721||!!_0x3ffca0),this['bind']('isUnlinked')['to'](_0xbd07a5,'unlinkedAt',_0x149db6=>!!_0x149db6),this['bind']('ariaLabel')['to'](this,'length',_0x182fc6=>{const _0x3040d9=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return S(this['locale'],'COMMENT_THREAD_LABEL',[_0x182fc6,_0x3040d9]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x173b85(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x42c77f=>_0x42c77f['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0x720989(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x1d2c43=new kt(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x4f7a6f=_0x1d2c43['commentInputView'];return _0x1d2c43['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x4f7a6f,'value',(_0x542c54,_0x440545,_0x19de5,_0x2dd2cf,_0x4eb1c9)=>!!_0x4eb1c9||!!_0x2dd2cf&&_0x19de5&&!_0x440545||_0x542c54&&_0x19de5&&!_0x440545),_0x4f7a6f['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x99c186,_0x11aec5,_0x3fad7a)=>{let _0x187b88;return _0x187b88=_0x3fad7a&&_0x11aec5?'Reply\x20to\x20reopen\x20discussion...':_0x99c186?'Reply...':'Write\x20a\x20comment...',S(this['locale'],_0x187b88);}),_0x4f7a6f['bind']('submitLabel')['to'](this,'length',_0x22ce71=>S(this['locale'],_0x22ce71?'Reply':'Comment')),_0x4f7a6f['on']('submit',(_0x13c52e,_0x547ac8)=>{this['fire']('addComment',_0x547ac8),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x4f7a6f['on']('cancel',()=>{this['focus']();}),_0x4f7a6f['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x4f7a6f['on']('cancel',_0x57063d=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x57063d['stop']());}),this['on']('change:isActive',(_0x5d907f,_0x52521e,_0x3628a0)=>{_0x3628a0||this['length']||_0x4f7a6f['value']||this['fire']('removeCommentThread');}),_0x1d2c43;}}class Ct extends/* #__PURE__ -- @preserve */
|
|
27
|
+
ti(es){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x11e021,_0x5584d3,_0x3cc219,_0x195ab2){super(_0x11e021,_0x5584d3,_0x3cc219,_0x195ab2),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x11e021,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x346462,_0x2c7b5b,_0x53ba1f)=>{_0x53ba1f||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x3ef37a,_0x136a62,_0x3c543f)=>{_0x3c543f&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x4e4b66=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x4e4b66['if']('isActive','ck-thread--active'),_0x4e4b66['if']('isUnlinked','ck-thread--unlinked'),_0x4e4b66['if']('isConfirm','ck-thread--remove-confirmation'),_0x4e4b66['to']('actionIndicator',_0x534a1d=>_0x534a1d?'ck-thread--'+_0x534a1d:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x4e4b66['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':[{'tag':'div','attributes':{'class':'ck-thread__container'},'children':this['commentThreadChildren']}]};}['render'](){super['render'](),this['containerElement']=this['element']['querySelector']('.ck-thread__container'),this['_model']['on']('change:archivedAt',()=>{this['_updateArchivedThreadHeader']();}),this['_updateArchivedThreadHeader']();}['_cancelAllConfirms'](){this['cancelConfirm']();for(const _0x4f5ef2 of this['commentsListView']['commentViews'])_0x4f5ef2['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x56aa96}=this,_0x269057=this['commentsListView']['commentViews']['get'](0x0);_0x269057===this['_boundFirstCommentView']||_0x269057['isSystemComment']||(this['_boundFirstCommentView']=_0x269057,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x269057,'actionIndicator',_0xd4538=>'remove'===_0xd4538?'remove':null),_0x269057['placeholder']=S(_0x56aa96,'Write\x20a\x20comment...'),_0x269057['removeButton']['on']('execute',_0x1be031=>{_0x1be031['stop'](),this['showConfirm'](S(_0x56aa96,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x269057['focus']();}),_0x269057['actionBar']['add'](this['resolveButton'],0x0),_0x269057['focusables']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0xcef621=new _0x4fd685(this['locale']);return _0xcef621['label']=S(this['locale'],'Resolve'),_0xcef621['tooltip']=S(this['locale'],'Resolve'),_0xcef621['icon']=_0x4ad81a['check'],_0xcef621['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0xcef621['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x1d40bc=>!_0x1d40bc),_0xcef621['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x1bbfe7,_0x5101d4)=>_0x1bbfe7&&!_0x5101d4),_0xcef621['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0xcef621;}['_updateArchivedThreadHeader'](){this['_model']['archivedAt']?this['commentThreadChildren']['has'](this['commentThreadHeaderView'])||(this['commentThreadChildren']['add'](this['commentThreadHeaderView'],0x0),this['focusables']['add'](this['commentThreadHeaderView'],0x0)):this['commentThreadChildren']['has'](this['commentThreadHeaderView'])&&(this['commentThreadChildren']['remove'](this['commentThreadHeaderView']),this['focusables']['remove'](this['commentThreadHeaderView']));}}class os extends _t{constructor(_0x38bb64){super(_0x38bb64),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x44e8b2,_0x23f232,_0x1b65bd)=>{this['element']['innerHTML']=_0x1b65bd;}),this['element']['innerHTML']=this['content'];}}class ns extends _t{['visibleView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x4a2003,_0x557a92,_0x2437e7){super(_0x4a2003),this['_model']=_0x557a92,this['_config']=_0x2437e7,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x557a92,'content',_0x557a92,'authoredAt',(_0x3aeedb,_0x194e46)=>S(_0x4a2003,'COMMENT_ARIA_LABEL',[_0x557a92['author']['name'],_0x2437e7['formatDateTime'](_0x194e46),new DOMParser()['parseFromString'](_0x3aeedb,'text/html')['body']['textContent'],_0x557a92['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new _0x18ce0d(_0x4a2003,S(_0x4a2003,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new _0x3d768d(),this['focusTracker']=new _0x173b85(),this['keystrokes']=new Et(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x4ca2f6=>_0x4ca2f6['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['expand'](){this['isCollapsed']=!0x1;}['collapse'](){this['isEditMode']||(this['isCollapsed']=!0x0);}['focus'](){this['element']['focus']();}['render'](){super['render'](),this['_setupKeyboardNavigation']();}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']()));}['getExternalCommentNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?S(this['locale'],'EXTERNAL_IMPORT_WORD_COMMENT'):S(this['locale'],'EXTERNAL_COMMENT');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?S(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):S(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['_createCommentContentView'](){const _0xab0992=new os(this['locale']);return _0xab0992['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x5e8282,_0x4283d5)=>_0x4283d5?_0x4af397(_0x5e8282,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x5e8282),_0xab0992;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x2d1684=new rs(this['locale'],this['_config']['editorConfig']);return _0x2d1684['value']=this['_model']['content'],_0x2d1684['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x2d1684['submitLabel']=S(this['locale'],'Save'),_0x2d1684['on']('submit',(_0x48601e,_0x2d9a79)=>{this['fire']('updateComment',this['_model']['id'],_0x2d9a79),this['switchToDisplayMode'](),this['focus']();}),_0x2d1684['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x2d1684['once']('editorReady',()=>{_0x2d1684['focus']();}),_0x2d1684['createEditor'](),_0x2d1684['delegate']('editorReady')['to'](this),_0x2d1684['delegate']('editorDestroyed')['to'](this),_0x2d1684;}['_setupKeyboardNavigation'](){const _0x21c01a=this['element'];this['keystrokes']['listenTo'](_0x21c01a);for(const _0xc4f9c9 of this['focusables'])this['focusTracker']['add'](_0xc4f9c9['element']),this['keystrokes']['listenTo'](_0xc4f9c9['element']);this['focusables']['on']('change',(_0x227bf5,_0x597092)=>{for(const _0xc0ec79 of _0x597092['removed'])this['focusTracker']['remove'](_0xc0ec79['element']),this['keystrokes']['stopListening'](_0xc0ec79['element']);for(const _0x4137fd of _0x597092['added'])this['focusTracker']['add'](_0x4137fd['element']),this['keystrokes']['listenTo'](_0x4137fd['element']);}),this['keystrokes']['set']('enter',(_0x5bd261,_0x47972b)=>{_0x21c01a===_0x5bd261['target']&&(this['focusCycler']['focusFirst'](),_0x47972b());}),this['keystrokes']['set']('esc',(_0x3f70b4,_0x44953a)=>{_0x21c01a!==_0x3f70b4['target']&&(this['focus'](),_0x44953a());});}}class vt extends/* #__PURE__ -- @preserve */
|
|
28
|
+
ti(ns){['actionBar'];['userView'];constructor(_0x32762c,_0x2bc4e7,_0x44b0f8){super(_0x32762c,_0x2bc4e7,_0x44b0f8),this['set']('actionIndicator',null),this['set']('placeholder',S(_0x32762c,'Reply...')),this['bind']('authoredAt')['to'](_0x2bc4e7),this['bind']('resolvedAt')['to'](_0x2bc4e7),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['focusables']['add'](this['dropdown'])),this['userView']=new _0x26f709(_0x32762c,_0x2bc4e7['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0x2bc4e7,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x5802d8=this['bindTemplate'],_0x33ddbd=[{'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':_0x5802d8['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x5802d8['to']('authoredAt',_0x337b2e=>this['_config']['formatDateTime'](_0x337b2e))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x5802d8['if']('isEditMode','ck-comment__actions--hidden'),_0x5802d8['if']('isEditMode','ck-annotation__actions--hidden')]},'children':this['actionBar']},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']},'children':this['visibleView']},this['ariaDescriptionView']];return this['_model']['isExternal']&&_0x33ddbd['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0x5802d8['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1,'aria-label':_0x5802d8['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x5802d8['if']('isEditMode','ck-comment--edit'),_0x5802d8['if']('isSystemComment','ck-comment--info'),_0x5802d8['to']('actionIndicator',_0x3c6d0c=>_0x3c6d0c?'ck-comment--'+_0x3c6d0c:'')],'data-author-id':this['_model']['author']['id'],'data-comment-id':this['_model']['id'],'role':'group'},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-comment__main','ck-annotation__main']},'children':_0x33ddbd}]}]};}['_createEditButton'](){const _0x21982d=new _0xf5c577(this['locale']);return _0x21982d['label']=S(this['locale'],'Edit'),_0x21982d['icon']=_0x4ad81a['pencil'],_0x21982d['withText']=!0x0,_0x21982d['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x21982d['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x26ea4f=>!_0x26ea4f),_0x21982d['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x21982d['on']('execute',()=>this['switchToEditMode']()),_0x21982d;}['_createRemoveButton'](){const _0x348a0a=new _0xf5c577(this['locale']);return _0x348a0a['label']=S(this['locale'],'Remove'),_0x348a0a['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',_0x348a0a['withText']=!0x0,_0x348a0a['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x348a0a['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x531cd3=>!_0x531cd3),_0x348a0a['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x348a0a['on']('execute',()=>{this['showConfirm'](S(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x348a0a;}['_createDropdown'](){const _0x5d65be=_0x4887bf(this['locale'],_0x40c610),_0x3048de=_0x5d65be['panelView']['children'],_0x2f41e1=new _0x133a47(this['locale']),_0x525a0e=_0x5d65be['bindTemplate'];_0x57f6cc(_0x5d65be,()=>this['items']['find'](_0x1e9f36=>_0x1e9f36['isVisible'])),_0x5d65be['extendTemplate']({'attributes':{'class':[_0x525a0e['if']('isVisible','ck-hidden',_0x34cec4=>!_0x34cec4)]}});const _0x21c202=(_0x2e12ef,_0x54456f=-0x1)=>{const _0x49cbc5=new _0x2caed7(this['locale']);_0x49cbc5['children']['add'](_0x2e12ef);const _0x368f86=_0x54456f>-0x1?_0x54456f:_0x2f41e1['items']['length'];_0x2f41e1['items']['add'](_0x49cbc5,_0x368f86);const _0x5d26cf=Array['from'](this['items']);_0x5d65be['unbind']('isEnabled','isVisible'),_0x5d65be['bind']('isEnabled')['toMany'](_0x5d26cf,'isEnabled',(..._0x516162)=>_0x516162['some'](_0x213065=>_0x213065)),_0x5d65be['bind']('isVisible')['toMany'](_0x5d26cf,'isVisible',(..._0x30949c)=>_0x30949c['some'](_0x6bfd43=>_0x6bfd43));};_0x5d65be['panelPosition']='sw',_0x5d65be['buttonView']['set']({'label':S(this['locale'],'Show\x20more\x20items'),'icon':_0x4ad81a['threeVerticalDots']}),_0x5d65be['isEnabled']=[...this['items']]['some'](_0x22728e=>_0x22728e['isEnabled']),_0x5d65be['buttonView']['isVisible']=[...this['items']]['some'](_0x62d943=>_0x62d943['isVisible']);for(const _0x272e40 of this['items'])_0x21c202(_0x272e40);return _0x3048de['add'](_0x2f41e1),_0x5d65be['listenTo'](this['items'],'add',(_0x5c3e3c,_0x1ba489,_0x4261e8)=>{_0x21c202(_0x1ba489,_0x4261e8);}),_0x5d65be['listenTo'](this['items'],'remove',(_0x971efc,_0x4d7f23,_0x37240c)=>{_0x2f41e1['items']['remove'](_0x37240c);}),_0x5d65be;}['_attachActions'](_0x5c6739,_0x51c05f){const _0x59a20c=_0x5c6739&&_0x5c6739['element'];_0x59a20c&&(this['listenTo'](_0x59a20c,'mouseenter',()=>this['actionIndicator']=_0x51c05f),this['listenTo'](_0x59a20c,'focus',()=>this['actionIndicator']=_0x51c05f),this['listenTo'](_0x59a20c,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x59a20c,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x2f557c=super['_createCommentInputView']();return _0x2f557c['bind']('placeholder')['to'](this),_0x2f557c;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}}function Lt(_0x154182){const _0x29ac03=Dt(_0x154182,0x1e),_0x32802e=new MutationObserver(_0x4366bb=>{for(const _0x2c18ef of _0x4366bb)('attributes'==_0x2c18ef['type']&&'class'==_0x2c18ef['attributeName']||'childList'==_0x2c18ef['type']||'characterData'==_0x2c18ef['type'])&&_0x29ac03();});return{'attach'(_0x4fdd92){_0x32802e['observe'](_0x4fdd92,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x32802e['disconnect'](),_0x29ac03['cancel']();}};}class T extends _t{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x85ed4d,_0x40cc96){super(_0x85ed4d),this['id']=_0x663576(),this['focusTracker']=new _0x173b85(),this['keystrokes']=new Et(),this['keystrokes']['set']('Esc',(_0x29f381,_0x241917)=>this['fire']('Esc',_0x241917)),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']=Lt(()=>this['_updateHeight']()),this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this),this['content']['add'](_0x40cc96),this['mainView']=_0x40cc96;const _0x5a341e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x5a341e['if']('isActive','ck-annotation-wrapper--active')],'role':'presentation'},'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['content']['first']&&this['content']['first']['focus']();}['_updateHeight'](){const _0x204d08=this['element']['clientHeight'];_0x204d08&&(this['height']=_0x204d08);}}class d extends/* #__PURE__ -- @preserve */
|
|
29
|
+
_0x185d42(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x34f46a,target:_0x569951,type:_0x2e7d1b,isVisible:_0x415c67=!0x0}){super(),this['view']=_0x34f46a,this['view']['element']||this['view']['render'](),this['_type']=_0x2e7d1b,this['_target']=_0x569951,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x6b0c22([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x4dce91,_0x44e3f1)=>{this['view']['focusTracker']['add'](_0x44e3f1);}),this['focusableElements']['on']('remove',(_0x711385,_0x18c19a)=>{this['view']['focusTracker']['remove'](_0x18c19a);}),this['set']('isVisible',_0x415c67);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x4016c8=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x4016c8),_0x4016c8;}get['targetRect'](){const _0x2d6e83=this['target'];if(null===_0x2d6e83)return null;if(_0x2d6e83 instanceof _0x5548f7)return _0x2d6e83;const _0x3b0c88=_0x2d6e83['filter'](_0x4b610c=>function(_0x49416d){const _0x494d66=_0x49416d['offsetParent'];if(_0x494d66)return!0x0;const _0x179011=_0x49416d['getClientRects']()['item'](0x0);return!!_0x179011;}(_0x4b610c));return 0x0===_0x3b0c88['length']?null:new _0x5548f7(_0x3b0c88[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x591727){this['view']['isActive']=_0x591727,this['view']['mainView']['isActive']=_0x591727;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x104dde){if(!(null===_0x104dde||_0x104dde instanceof _0x5548f7||Array['isArray'](_0x104dde)&&_0x104dde['every'](_0x18e2d8=>ee(_0x18e2d8))))throw new _0x3a2f4e('annotation-invalid-target',null,{'target':_0x104dde});}['_getNormalizedTarget'](){const _0x491b89='function'==typeof this['_target']?this['_target']():this['_target'];return ee(_0x491b89)?[_0x491b89]:_0x491b89;}}function ee(_0x31c86c){return null!==_0x31c86c&&'object'==typeof _0x31c86c&&'nodeType'in _0x31c86c&&0x1===_0x31c86c['nodeType'];}class x extends _0x6b0c22{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x506709=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x173b85(),this['_focusTracker']['on']('change:isFocused',(_0x36360e,_0xfce083,_0x330a37)=>{_0x330a37||this['fire']('blur');});for(const _0x2b4283 of _0x506709)this['add'](_0x2b4283);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x2d557c){if(this['has'](_0x2d557c))throw new _0x3a2f4e('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x2d557c['innerView'],_0x2d557c),this['_viewToAnnotation']['set'](_0x2d557c['view'],_0x2d557c);for(const _0x570404 of _0x2d557c['focusableElements'])this['_focusTracker']['add'](_0x570404);this['listenTo'](_0x2d557c['focusableElements'],'add',(_0xc0992b,_0x37302b)=>{this['_focusTracker']['add'](_0x37302b);}),this['listenTo'](_0x2d557c['focusableElements'],'remove',(_0x35cf10,_0x556e5e)=>{this['_focusTracker']['remove'](_0x556e5e);}),this['listenTo'](_0x2d557c['view']['focusTracker'],'change:isFocused',(_0x532302,_0x185a0a,_0x2a0baa)=>{_0x2a0baa&&this['fire']('focus',_0x2d557c);}),_0x2d557c['updateTargetRect']();const _0x2914d3=this['_getOrderInContent'](_0x2d557c['view']['targetRect']);return super['add'](_0x2d557c,_0x2914d3);}['remove'](_0x6aae46){if(!this['has'](_0x6aae46))throw new _0x3a2f4e('annotationcollection-not-existing-item',null);this['stopListening'](_0x6aae46['view']['focusTracker']),this['stopListening'](_0x6aae46['focusableElements']);for(const _0x4550bd of _0x6aae46['focusableElements'])this['_focusTracker']['remove'](_0x4550bd);return this['_viewToAnnotation']['delete'](_0x6aae46['view']),this['_innerViewToAnnotation']['delete'](_0x6aae46['innerView']),super['remove'](_0x6aae46);}['getByInnerView'](_0x3c5b66){return this['_innerViewToAnnotation']['get'](_0x3c5b66);}['getByView'](_0x43479f){return this['_viewToAnnotation']['get'](_0x43479f);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x3891d7 of this)_0x3891d7['updateTargetRect']();this['_sort']();}['_sort'](){const _0x190025=Array['from'](this)['sort']((_0x35595d,_0x575b43)=>v(_0x35595d['view']['targetRect'],_0x575b43['view']['targetRect']));for(let _0x36358e=_0x190025['length']-0x1;_0x36358e>0x0;_0x36358e--){const _0xc18cb0=_0x190025[_0x36358e];_0x36358e!==this['getIndex'](_0xc18cb0)&&(this['remove'](_0xc18cb0),this['add'](_0xc18cb0));}}['_getOrderInContent'](_0x56129e){let _0x164334=0x0;if(!_0x56129e)return this['length'];for(const _0x4668b2 of this){const _0x14c169=_0x4668b2['view']['targetRect'];if(_0x14c169){if(v(_0x56129e,_0x14c169)<0x0)return _0x164334;_0x164334++;}}return _0x164334;}}function v(_0x231f5c,_0x398432){if(null===_0x231f5c&&null===_0x398432)return 0x0;if(null===_0x231f5c)return-0x1;if(null===_0x398432)return 0x1;const _0x4ab4c0=_0x231f5c['top']-_0x398432['top'];return 0x0==_0x4ab4c0?_0x231f5c['left']-_0x398432['left']:_0x4ab4c0;}class N extends _0x4eeaad{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}constructor(_0x21c4c5){if(super(_0x21c4c5),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x21c4c5 instanceof _0xb92027){const _0x27c7ce=_0x21c4c5['locale'];_0x21c4c5['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':S(_0x27c7ce,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':S(_0x27c7ce,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':S(_0x27c7ce,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':S(_0x27c7ce,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':S(_0x27c7ce,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':S(_0x27c7ce,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':S(_0x27c7ce,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x17be2b){this['collection']['add'](_0x17be2b);}['remove'](_0xde06cd){this['collection']['remove'](_0xde06cd),_0xde06cd['destroy']();}['refreshVisibility'](){for(const _0x3181fc of this['collection'])_0x3181fc['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x218e26){return this['collection']['getByInnerView'](_0x218e26);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x16c6eb of this['collection'])_0x16c6eb['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x3b6d43){this['fire']('_activateAnnotation',_0x3b6d43);}['createAnnotation'](_0x1473d3){return new d(_0x1473d3);}['createAnnotationView'](_0x25ba7f,_0x4a590e){return new T(_0x25ba7f,_0x4a590e);}['_addActiveAnnotation'](_0x510b6f){const _0x5de171=new Set(this['activeAnnotations']);_0x5de171['add'](_0x510b6f),this['activeAnnotations']=_0x5de171;}['_removeActiveAnnotation'](_0x1053f7){const _0x149415=new Set(this['activeAnnotations']);_0x149415['delete'](_0x1053f7),this['activeAnnotations']=_0x149415;}['_bindAnnotationsToVisibleAnnotations'](){const _0xff2789=this['collection'],_0x587c4c=this['_visibleAnnotations'];function _0x27db2b(_0x4f93ff){const _0x3aa7d2=_0x4f93ff['source'];_0x3aa7d2['isVisible']&&!_0x587c4c['has'](_0x3aa7d2)?_0x587c4c['add'](_0x3aa7d2):!_0x3aa7d2['isVisible']&&_0x587c4c['has'](_0x3aa7d2)&&_0x587c4c['remove'](_0x3aa7d2),_0x3aa7d2['view']['focusTracker']['remove'](_0x3aa7d2['view']['element']),_0x3aa7d2['view']['focusTracker']['add'](_0x3aa7d2['view']['element']);}this['listenTo'](_0xff2789,'add',(_0xfdd7e8,_0x27b0b9)=>{_0x27b0b9['isVisible']&&_0x587c4c['add'](_0x27b0b9),this['listenTo'](_0x27b0b9,'change:isVisible',_0x27db2b);}),this['listenTo'](_0xff2789,'remove',(_0x411d63,_0x128eb4)=>{_0x587c4c['has'](_0x128eb4)&&_0x587c4c['remove'](_0x128eb4),this['stopListening'](_0x128eb4,'change:isVisible',_0x27db2b);});}['_setupEnterAnnotationKeystroke'](){const _0x19a100=_0x38d281=>{_0x38d281['on']('ready',()=>{_0x38d281['keystrokes']['set'](_0x3a4c2c,(_0x41c4ea,_0x288279)=>{const _0x3f648e=_0x5077b3(this['activeAnnotations']['values']());_0x3f648e&&(_0x3f648e['view']['focus'](),_0x288279());});});};this['context']instanceof _0xb92027?_0x19a100(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x280b58,_0x3d32b2)=>{_0x19a100(_0x3d32b2);});}['_setupEscapeAnnotationHandling'](){const _0x2281a4=_0xde3bef=>{const _0x50b215=_0xde3bef['source'],_0x247163=[];let _0x3cb176;if(Array['isArray'](_0x50b215['target'])){_0x3cb176=_0x50b215['target'][0x0],this['context']instanceof _0xb92027?_0x247163['push'](this['context']):this['context']['editors']&&_0x247163['push'](...this['context']['editors']);for(const _0x369d95 of _0x247163)for(const _0x230e44 of _0x369d95['editing']['view']['domRoots']['values']())if(_0x230e44['contains'](_0x3cb176))return void _0x369d95['editing']['view']['focus']();_0x3cb176['focus']();}};this['listenTo'](this['collection'],'add',(_0x542233,_0x5e5895)=>{this['listenTo'](_0x5e5895,'escape',_0x2281a4,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x1d55a9,_0x168f43)=>{this['stopListening'](_0x168f43,'escape',_0x2281a4);});}}const gt=Symbol('noChannel'),Tt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class m extends _0x4eeaad{['licenseKey'];['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[N,lt,it];}static get['pluginName'](){return'CommentsRepository';}constructor(_0x34580a){super(_0x34580a),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 _0x2962b4=this['context']['config'];_0x2962b4['define']('comments.maxCommentsWhenCollapsed',0x2),_0x2962b4['define']('comments.maxThreadTotalWeight',0x1f4),_0x2962b4['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x2962b4['define']('comments.CommentThreadView',Ct),_0x2962b4['define']('comments.CommentView',vt),_0x2962b4['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x522634=this['context']['plugins']['get'](N);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x189e4c,_0x119371)=>this['_addCommentThread'](_0x119371)),this['on']('submitCommentThread',(_0x1c6d9c,_0x432269)=>this['_submitCommentThread'](_0x432269)),this['on']('resolveCommentThread',(_0x4256ba,_0x3feaf8)=>this['_resolveCommentThread'](_0x3feaf8)),this['on']('resolveCommentThread',(_0x1d9c4e,_0x35149c)=>this['_updateActiveAnnotation'](_0x35149c),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x1f9268,_0x4664e2)=>this['_reopenCommentThread'](_0x4664e2)),this['on']('reopenCommentThread',(_0x2e9c1d,_0x1433e1)=>this['_updateActiveAnnotation'](_0x1433e1),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x11d7fe,_0x5a03c8)=>this['_removeCommentThread'](_0x5a03c8)),this['on']('updateCommentThread',(_0x5ca2a7,_0xfa4ccc)=>this['_updateCommentThread'](_0xfa4ccc)),this['on']('updateCommentThread',(_0x35b7fc,_0xb215ee)=>this['_updateActiveAnnotation'](_0xb215ee),{'priority':'lowest'}),this['on']('addComment',(_0x4764d1,_0x46a838)=>this['_addComment'](_0x46a838)),this['on']('updateComment',(_0x1d2d85,_0x2b97a6)=>this['_updateComment'](_0x2b97a6)),this['on']('removeComment',(_0x5651b8,_0x7a424f)=>this['_removeComment'](_0x7a424f)),this['on']('addComment',(_0x3d9b44,{threadId:_0x426d5d,isFromAdapter:_0x476ef3})=>{if(_0x476ef3)return;const _0x32ad22=this['getCommentThread'](_0x426d5d),_0x442ff9=_0x32ad22&&this['_threadToController']['get'](_0x32ad22);_0x442ff9&&_0x442ff9['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x522634,'change:activeAnnotations',(_0x26d4c7,_0x2b3412,_0x2ba83d)=>{const _0x1f1b05=Array['from'](_0x2ba83d)['map'](_0x56e3cc=>this['_viewToController']['get'](_0x56e3cc['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x1f1b05?_0x1f1b05['model']:null;});}['afterInit'](){!function(_0x58f08d){function _0x2bbf6a(_0x272bb0,_0x52aff2,_0x57adf1){const _0x45e4a4={};_0x45e4a4[_0x167a06([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])]={0x10:0xa,0x18:0xc,0x20:0xe},_0x45e4a4[_0x167a06([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],_0x45e4a4[_0x167a06([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],_0x45e4a4[_0x167a06([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],_0x45e4a4[_0x167a06([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],_0x45e4a4[_0x167a06([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],_0x45e4a4[_0x167a06([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],_0x45e4a4[_0x167a06([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],_0x45e4a4[_0x167a06([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],_0x45e4a4[_0x167a06([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],_0x45e4a4[_0x167a06([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 _0x557a3a=new Uint8Array(0x10);for(let _0x1c9dbf=0xf;_0x1c9dbf>=0x0;--_0x1c9dbf)_0x557a3a[_0x1c9dbf]=_0x57adf1%0x100,_0x57adf1=parseInt(_0x57adf1/0x100);let _0x1cb112=null,_0x16a39f=0x10;const _0xca136f=new Uint8Array(_0x52aff2),_0x2d9091=[],_0x2dcbcf=[];_0x55cb0d();for(let _0x31752a=0x0;_0x31752a<_0x272bb0[_0x167a06([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x31752a++)0x10===_0x16a39f&&(_0x1cb112=_0x4df8e4(_0x557a3a),_0x16a39f=0x0,_0x51ba5b(_0x557a3a)),_0x272bb0[_0x31752a]^=_0x1cb112[_0x16a39f++];return _0x272bb0;function _0x69bd9c(_0x289749){const _0x2b0ec5=[];for(let _0x1238d0=0x0;_0x1238d0<_0x289749[_0x167a06([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1238d0+=0x4)_0x2b0ec5[_0x167a06([0x70,0x75,0x73,0x68])](_0x289749[_0x1238d0]<<0x18|_0x289749[_0x1238d0+0x1]<<0x10|_0x289749[_0x1238d0+0x2]<<0x8|_0x289749[_0x1238d0+0x3]);return _0x2b0ec5;}function _0x51ba5b(_0x514e8b){for(let _0x382268=0xf;_0x382268>=0x0;_0x382268--){if(0xff!==_0x514e8b[_0x382268]){_0x514e8b[_0x382268]++;break;}_0x514e8b[_0x382268]=0x0;}}function _0x4df8e4(_0x365b6f){const _0x310869=_0x2d9091[_0x167a06([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x1,_0x304c41=[0x0,0x0,0x0,0x0];let t=_0x69bd9c(_0x365b6f);for(let _0x1a6b76=0x0;_0x1a6b76<0x4;_0x1a6b76++)t[_0x1a6b76]^=_0x2d9091[0x0][_0x1a6b76];for(let _0x3188ac=0x1;_0x3188ac<_0x310869;_0x3188ac++){for(let _0x4ba91c=0x0;_0x4ba91c<0x4;_0x4ba91c++)_0x304c41[_0x4ba91c]=_0x45e4a4[_0x167a06([0x54,0x31])][t[_0x4ba91c]>>0x18&0xff]^_0x45e4a4[_0x167a06([0x54,0x32])][t[(_0x4ba91c+0x1)%0x4]>>0x10&0xff]^_0x45e4a4[_0x167a06([0x54,0x33])][t[(_0x4ba91c+0x2)%0x4]>>0x8&0xff]^_0x45e4a4[_0x167a06([0x54,0x34])][0xff&t[(_0x4ba91c+0x3)%0x4]]^_0x2d9091[_0x3188ac][_0x4ba91c];t=_0x304c41[_0x167a06([0x73,0x6c,0x69,0x63,0x65])]();}const _0x5b276b=new Uint8Array(0x10);let _0x1dffec;for(let _0x2cc378=0x0;_0x2cc378<0x4;_0x2cc378++)_0x1dffec=_0x2d9091[_0x310869][_0x2cc378],_0x5b276b[0x4*_0x2cc378]=0xff&(_0x45e4a4[_0x167a06([0x53])][t[_0x2cc378]>>0x18&0xff]^_0x1dffec>>0x18),_0x5b276b[0x4*_0x2cc378+0x1]=0xff&(_0x45e4a4[_0x167a06([0x53])][t[(_0x2cc378+0x1)%0x4]>>0x10&0xff]^_0x1dffec>>0x10),_0x5b276b[0x4*_0x2cc378+0x2]=0xff&(_0x45e4a4[_0x167a06([0x53])][t[(_0x2cc378+0x2)%0x4]>>0x8&0xff]^_0x1dffec>>0x8),_0x5b276b[0x4*_0x2cc378+0x3]=0xff&(_0x45e4a4[_0x167a06([0x53])][0xff&t[(_0x2cc378+0x3)%0x4]]^_0x1dffec);return _0x5b276b;}function _0x55cb0d(){const _0x10628a=_0x45e4a4[_0x167a06([0x6e,0x75,0x6d,0x62,0x65,0x72,0x4f,0x66,0x52,0x6f,0x75,0x6e,0x64,0x73])][_0xca136f[_0x167a06([0x6c,0x65,0x6e,0x67,0x74,0x68])]];for(let _0x40911c=0x0;_0x40911c<=_0x10628a;_0x40911c++)_0x2d9091[_0x167a06([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]),_0x2dcbcf[_0x167a06([0x70,0x75,0x73,0x68])]([0x0,0x0,0x0,0x0]);const _0x68ab63=0x4*(_0x10628a+0x1),_0x1c815c=_0xca136f[_0x167a06([0x6c,0x65,0x6e,0x67,0x74,0x68])]/0x4,_0x35fc79=_0x69bd9c(_0xca136f);let _0x4e3d56;for(let _0x9a2097=0x0;_0x9a2097<_0x1c815c;_0x9a2097++)_0x4e3d56=_0x9a2097>>0x2,_0x2d9091[_0x4e3d56][_0x9a2097%0x4]=_0x35fc79[_0x9a2097],_0x2dcbcf[_0x10628a-_0x4e3d56][_0x9a2097%0x4]=_0x35fc79[_0x9a2097];let _0x4e888e,_0x594323=0x0,t=_0x1c815c;for(;t<_0x68ab63;){_0x4e888e=_0x35fc79[_0x1c815c-0x1],_0x35fc79[0x0]^=_0x45e4a4[_0x167a06([0x53])][_0x4e888e>>0x10&0xff]<<0x18^_0x45e4a4[_0x167a06([0x53])][_0x4e888e>>0x8&0xff]<<0x10^_0x45e4a4[_0x167a06([0x53])][0xff&_0x4e888e]<<0x8^_0x45e4a4[_0x167a06([0x53])][_0x4e888e>>0x18&0xff]^_0x45e4a4[_0x167a06([0x72,0x63,0x6f,0x6e])][_0x594323]<<0x18,_0x594323+=0x1;for(let _0x3874f1=0x1;_0x3874f1<_0x1c815c/0x2;_0x3874f1++)_0x35fc79[_0x3874f1]^=_0x35fc79[_0x3874f1-0x1];_0x4e888e=_0x35fc79[_0x1c815c/0x2-0x1],_0x35fc79[_0x1c815c/0x2]^=_0x45e4a4[_0x167a06([0x53])][0xff&_0x4e888e]^_0x45e4a4[_0x167a06([0x53])][_0x4e888e>>0x8&0xff]<<0x8^_0x45e4a4[_0x167a06([0x53])][_0x4e888e>>0x10&0xff]<<0x10^_0x45e4a4[_0x167a06([0x53])][_0x4e888e>>0x18&0xff]<<0x18;for(let _0x34168e=_0x1c815c/0x2+0x1;_0x34168e<_0x1c815c;_0x34168e++)_0x35fc79[_0x34168e]^=_0x35fc79[_0x34168e-0x1];let _0x148be4,_0x579560,_0x3cc3c3=0x0;for(;_0x3cc3c3<_0x1c815c&&t<_0x68ab63;)_0x148be4=t>>0x2,_0x579560=t%0x4,_0x2d9091[_0x148be4][_0x579560]=_0x35fc79[_0x3cc3c3],_0x2dcbcf[_0x10628a-_0x148be4][_0x579560]=_0x35fc79[_0x3cc3c3++],t++;}for(let _0x34040d=0x1;_0x34040d<_0x10628a;_0x34040d++)for(let _0x59bf5a=0x0;_0x59bf5a<0x4;_0x59bf5a++)_0x4e888e=_0x2dcbcf[_0x34040d][_0x59bf5a],_0x2dcbcf[_0x34040d][_0x59bf5a]=_0x45e4a4[_0x167a06([0x55,0x31])][_0x4e888e>>0x18&0xff]^_0x45e4a4[_0x167a06([0x55,0x32])][_0x4e888e>>0x10&0xff]^_0x45e4a4[_0x167a06([0x55,0x33])][_0x4e888e>>0x8&0xff]^_0x45e4a4[_0x167a06([0x55,0x34])][0xff&_0x4e888e];}}function _0x167a06(_0x48092a){return _0x48092a['map'](_0x32b98a=>String['fromCharCode'](_0x32b98a))['join']('');}(_0x478485=>{function _0x5e9fda(){const _0x44f070=[{[_0x167a06([0x69,0x64])]:0x1,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]:[{[_0x167a06([0x69,0x64])]:0x2,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x54,0x72,0x61,0x63,0x6b,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,0x73]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([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]),[_0x167a06([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x167a06([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x167a06([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x167a06([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}}],[_0x167a06([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x167a06([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x167a06([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x167a06([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x167a06([0x69,0x64])]:0x3,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x50,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x6f,0x6f,0x6b,0x75,0x70]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([0x70,0x61,0x67,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x167a06([0x69,0x64])]:0x4,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x20,0x48,0x69,0x73,0x74,0x6f,0x72,0x79]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([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]),[_0x167a06([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x167a06([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]:!0x0,[_0x167a06([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]:!0x0,[_0x167a06([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]:!0x0}},{[_0x167a06([0x69,0x64])]:0x5,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x20,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x55,0x49]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([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]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x167a06([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x167a06([0x66,0x67,0x69])]:[0xc]}},{[_0x167a06([0x69,0x64])]:0x6,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x46,0x6f,0x72,0x6d,0x61,0x74,0x20,0x50,0x61,0x69,0x6e,0x74,0x65,0x72]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x46,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x55,0x49]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x167a06([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x167a06([0x66,0x67,0x69])]:[0xc]}},{[_0x167a06([0x69,0x64])]:0x7,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x53,0x6c,0x61,0x73,0x68,0x20,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x53,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x55,0x49]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([0x73,0x6c,0x61,0x73,0x68,0x43,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x167a06([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x167a06([0x66,0x67,0x69])]:[0xc]}},{[_0x167a06([0x69,0x64])]:0x8,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x54,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x54,0x61,0x62,0x6c,0x65,0x4f,0x66,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([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]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x167a06([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x167a06([0x66,0x67,0x69])]:[0xc]}},{[_0x167a06([0x69,0x64])]:0x9,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x54,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x55,0x49]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([0x74,0x65,0x6d,0x70,0x6c,0x61,0x74,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x167a06([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x167a06([0x66,0x67,0x69])]:[0xc,0xe]}},{[_0x167a06([0x69,0x64])]:0xa,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([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]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([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]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([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]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x167a06([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x167a06([0x66,0x67,0x69])]:[0xc]}},{[_0x167a06([0x69,0x64])]:0xb,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x41,0x49,0x20,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x41,0x49,0x41,0x73,0x73,0x69,0x73,0x74,0x61,0x6e,0x74,0x55,0x49]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x167a06([0x69,0x64])]:0xc,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x50,0x72,0x6f,0x64,0x75,0x63,0x74,0x69,0x76,0x69,0x74,0x79,0x20,0x70,0x61,0x63,0x6b])},{[_0x167a06([0x69,0x64])]:0xd,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x43,0x61,0x73,0x65,0x20,0x43,0x68,0x61,0x6e,0x67,0x65]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x43,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x55,0x49]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x167a06([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x167a06([0x66,0x67,0x69])]:[0xc]}},{[_0x167a06([0x69,0x64])]:0xe,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x44,0x72,0x75,0x70,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b]),[_0x167a06([0x66,0x6f,0x72,0x62,0x69,0x64,0x64,0x65,0x6e,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([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])},{[_0x167a06([0x69,0x64])]:0xf,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x4d,0x75,0x6c,0x74,0x69,0x20,0x4c,0x65,0x76,0x65,0x6c,0x20,0x4c,0x69,0x73,0x74]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x4d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([0x6d,0x75,0x6c,0x74,0x69,0x4c,0x65,0x76,0x65,0x6c,0x4c,0x69,0x73,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])},{[_0x167a06([0x69,0x64])]:0x10,[_0x167a06([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x4d,0x65,0x72,0x67,0x65,0x20,0x46,0x69,0x65,0x6c,0x64,0x73]),[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]:_0x167a06([0x4d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x55,0x49]),[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]:_0x167a06([0x6d,0x65,0x72,0x67,0x65,0x46,0x69,0x65,0x6c,0x64,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]),[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]:_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65]),[_0x167a06([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]:{[_0x167a06([0x66,0x67,0x69])]:[0xc]}}];return _0x5d5d43(_0x44f070),_0x44f070;function _0x22f503(_0xe8283d){return 0x1<<_0xe8283d-0x1;}function _0x5d5d43(_0x514dd6){_0x514dd6[_0x167a06([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x554a4d=>{_0x554a4d[_0x167a06([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]=_0x22f503(_0x554a4d[_0x167a06([0x69,0x64])]),_0x383c83(_0x554a4d)&&_0x554a4d[_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x5d5d43(_0x554a4d[_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]);});}}function _0x383c83(_0x5d3e6f){return _0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])in _0x5d3e6f;}const _0x3bdaa4=[0x1,0x55,0x4e,0x73,0xc6,0xff,0x32,0x70,0x53,0x57,0xa1],_0xc073b7=[0x7f,0x22,0x6,0xd3,0xa7,0x56,0x92,0xc7,0x84,0xa0,0x12];function _0x5bba9a(_0x5b697f){const _0x51dd46=[0x1d,0xdd,0xaf,0x5a,0xe7,0x85,0xef,0xf0,0x4b,0xb4];return _0x1aa183(_0x5b697f,new Uint8Array([..._0x3bdaa4,..._0x51dd46,..._0xc073b7]));}function _0x1aa183(_0x124b3f,_0x42e918){const _0x166320=_0x33a0c2(_0x124b3f),_0x1ebea6=Array[_0x167a06([0x66,0x72,0x6f,0x6d])](_0x36840d(_0x166320)),_0x55e882=_0x1ebea6[_0x167a06([0x70,0x6f,0x70])](),_0x3a725f=_0x1ebea6[_0x167a06([0x70,0x6f,0x70])]();return _0x1da3ee(_0x2bbf6a(_0x1ebea6,_0x42e918,_0x3a725f+0x100*_0x55e882));}function _0x33a0c2(_0x31ea98){const _0x332a8c=atob(_0x31ea98),[_0x35ad72,_0x489898]=_0x332a8c[_0x167a06([0x73,0x70,0x6c,0x69,0x74])](_0x167a06([0x2d]));try{if(atob(_0x489898))return atob(_0x35ad72);}catch(_0x4b9975){}return _0x332a8c;}function _0x3418ba(_0x342f15){try{const _0x4dbfdb=_0x5bba9a(_0x342f15),_0x3d1193=JSON[_0x167a06([0x70,0x61,0x72,0x73,0x65])](_0x4dbfdb),_0x3a117e=parseInt(_0x3d1193[_0x167a06([0x31])]),_0x1c7693=_0x3d1193[_0x167a06([0x32])]||'',_0x564be2=parseInt(_0x3d1193[_0x167a06([0x33])]),_0x26a239=parseInt(_0x3d1193[_0x167a06([0x34])])||0x0,_0x4578a7=parseInt(_0x3d1193[_0x167a06([0x35])])||0x0;return{[_0x167a06([0x70,0x72,0x6f,0x64,0x75,0x63,0x74,0x4e,0x61,0x6d,0x65])]:_0x1c7693,[_0x167a06([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])]:_0x26a239,[_0x167a06([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]:_0x3a117e,[_0x167a06([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]:_0x564be2,[_0x167a06([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]:_0x4578a7};}catch(_0x10c4e6){return null;}}const _0x285e47=_0x5e9fda(),_0x2b3d3b={[_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65])]:_0x2fe79e,[_0x167a06([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])]:_0x27c0c3,[_0x167a06([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])]:_0x29591d},_0x4e2641=_0x478485[_0x167a06([0x63,0x6f,0x6e,0x73,0x74,0x72,0x75,0x63,0x74,0x6f,0x72])][_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])],_0x460fa8=_0x167a06([0x63,0x6f,0x6e,0x74,0x65,0x78,0x74])in _0x478485?_0x478485['context']:_0x478485['editor'],_0x4d6dd2=_0x167a06([0x34,0x30,0x34,0x38,0x31,0x38,0x35,0x38]),_0x545dcd=_0x167a06([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]),_0x57fc44=_0x460fa8['config']['get'](_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])),_0x3509ac=_0x285e47[_0x167a06([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x383c83)[_0x167a06([0x66,0x69,0x6e,0x64])](_0x397a64=>_0x397a64[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]===_0x4e2641);function _0x35c923(_0x49d7ac,_0x1ff070){_0x2b3d3b[_0x1ff070[_0x167a06([0x68,0x61,0x6e,0x64,0x6c,0x65,0x72])]](_0x49d7ac,_0x1ff070),_0x1ff070[_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])]&&_0x1ff070[_0x167a06([0x63,0x68,0x65,0x63,0x6b,0x41,0x6c,0x73,0x6f])][_0x167a06([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5ca799=>_0x4e6f5f(_0x460fa8,_0x5ca799[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))[_0x167a06([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5b1ad3=>_0x35c923(_0x49d7ac,_0x5b1ad3));}function _0x2fe79e(_0x235a15,_0x1fbb97){_0x33f88f(_0x43dbc6(_0x235a15,_0x1fbb97),_0x1fbb97);}function _0x27c0c3(_0x4344cd,_0x5e7b24){function _0x17fe51(_0x42a521,_0x4a29df){try{if(_0x4e6f5f(_0x460fa8,_0x167a06([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))&&_0x42a521){const _0x37d8d9=_0x3583c2(_0x460fa8,_0x167a06([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x45,0x64,0x69,0x74,0x69,0x6e,0x67]))[_0x167a06([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])];if(parseInt(_0x37d8d9)/0x2>_0x42a521[_0x167a06([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])])return _0x93447a(_0x4a29df[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}return _0x43dbc6(_0x42a521,_0x4a29df);}catch(_0x13ad99){return _0x93447a(_0x4a29df[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}_0x33f88f(_0x17fe51(_0x4344cd,_0x5e7b24),_0x5e7b24);}function _0x29591d(_0x1edb33,_0x4c862b){const _0x5adccf=_0xc073b7[0x0]*_0x3bdaa4[0x1],_0x2a7ade=_0xc073b7[0x0]*_0x3bdaa4[0x2],_0x25fead=_0xc073b7[0x2]*_0x3bdaa4[0x2];_0x4e6f5f(_0x460fa8,_0x167a06([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x3583c2(_0x460fa8,_0x167a06([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x167a06([0x73,0x74,0x61,0x74,0x65])]==_0x167a06([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&(window[_0x4b0907()]=_0x25fead);function _0x30ce71(_0x1f86a8,_0x4043eb){try{return _0x5a4897()?_0x93447a(_0x4043eb[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x56,0x61,0x6c,0x69,0x64])):_0x43dbc6(_0x1f86a8,_0x4043eb);}catch(_0x517812){return _0x93447a(_0x4043eb[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x587c4b(_0x4f22e8,_0x229846){const _0x16cf9e=0x7;if(_0x4f22e8==_0x229846[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]))_0x3f4b6a();else{if(_0x4f22e8==_0x229846[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x54,0x72,0x69,0x61,0x6c])){const _0x53f99c=_0x1287d4();_0x53f99c&&_0x1e1d62(_0x53f99c,_0x229846[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);const _0x7f7d75=_0x2a6737();window[_0x167a06([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x1e1d62(_0x167a06([0x74,0x69,0x6d,0x65]),_0x229846[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);},_0x7f7d75);const _0x19c9d9=_0x3583c2(_0x460fa8,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x167a06([0x5f,0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73])];_0x19c9d9[_0x167a06([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x16cf9e?_0x1e1d62(_0x167a06([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x229846[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]):_0x19c9d9['on'](_0x167a06([0x61,0x64,0x64]),()=>{_0x19c9d9[_0x167a06([0x6c,0x65,0x6e,0x67,0x74,0x68])]>=_0x16cf9e&&_0x1e1d62(_0x167a06([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]),_0x229846[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]);});}}}function _0x1287d4(){if(!_0x4e6f5f(_0x460fa8,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x13682c in window)if(Number['isNaN'](Number(_0x13682c))){if(window[_0x13682c]===_0x5adccf)return _0x167a06([0x74,0x69,0x6d,0x65]);if(window[_0x13682c]===_0x2a7ade)return _0x167a06([0x72,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73]);}return!0x1;}function _0x5a4897(){if(!_0x4e6f5f(_0x460fa8,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72])))return!0x1;for(const _0x593af4 in window)if(Number['isNaN'](Number(_0x593af4))&&window[_0x593af4]===_0x25fead)return!0x0;return!0x1;}function _0x1e1d62(_0x21f370,_0x206801){_0x3f4b6a(),_0x93447a(_0x206801+_0x167a06([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a])+_0x21f370),window[_0x4b0907()]=_0x21f370===_0x167a06([0x74,0x69,0x6d,0x65])?_0x5adccf:_0x2a7ade;}function _0x2a6737(){let _0x108188=_0xc073b7[0x6]*_0x3bdaa4[0x8]*_0x3bdaa4[0x6];return _0x4e6f5f(_0x460fa8,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x108188/=0xa),_0x108188;}function _0x3f4b6a(){const _0x4615c2=_0x460fa8;function _0x42e718(){_0x4e6f5f(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&(_0x3583c2(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x167a06([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x167a06([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x3583c2(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x167a06([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x3583c2(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x167a06([0x75,0x70,0x64,0x61,0x74,0x65])]=_0xaaa84b,_0x3583c2(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))[_0x167a06([0x73,0x61,0x76,0x65,0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e])]=_0xaaa84b,_0x4615c2[_0x167a06([0x6d,0x6f,0x64,0x65,0x6c])][_0x167a06([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xaaa84b,_0x4615c2[_0x167a06([0x6d,0x6f,0x64,0x65,0x6c])][_0x167a06([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xaaa84b,_0x4615c2[_0x167a06([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x167a06([0x6d,0x6f,0x64,0x65,0x6c]))),_0x4e6f5f(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))&&(_0x3583c2(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x167a06([0x75,0x6e,0x62,0x69,0x6e,0x64])](_0x167a06([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])),_0x3583c2(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x167a06([0x69,0x73,0x45,0x6e,0x61,0x62,0x6c,0x65,0x64])]=!0x1,_0x3583c2(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x167a06([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])]=_0xaaa84b,_0x3583c2(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x167a06([0x5f,0x67,0x65,0x74,0x44,0x69,0x66,0x66])]=_0xaaa84b);}_0x4615c2[_0x167a06([0x73,0x74,0x61,0x74,0x65])]==_0x167a06([0x72,0x65,0x61,0x64,0x79])?_0x42e718():_0x4615c2[_0x167a06([0x6f,0x6e,0x63,0x65])](_0x167a06([0x72,0x65,0x61,0x64,0x79]),()=>{if(_0x4e6f5f(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x54,0x72,0x61,0x63,0x6b,0x65,0x72]))&&_0x42e718(),_0x4e6f5f(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))){const _0x20ccb5=_0x3583c2(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79])),_0x3fcc56=_0x20ccb5['getRevision'](0x0),_0x3c71fa=_0x20ccb5['getEarlierVisibleRevision'](_0x3fcc56[_0x167a06([0x69,0x64])]);_0x3583c2(_0x4615c2,_0x167a06([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72]))[_0x167a06([0x63,0x6f,0x6d,0x70,0x61,0x72,0x65])](_0x3fcc56[_0x167a06([0x69,0x64])],_0x3c71fa?_0x3c71fa[_0x167a06([0x69,0x64])]:null,0x1)['then'](()=>_0x42e718());}});}_0x587c4b(_0x30ce71(_0x1edb33,_0x4c862b),_0x4c862b);}function _0x43dbc6(_0x4e377a,_0x4429f5){try{return _0x14660f(_0x4429f5)?_0x93447a(_0x4429f5[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x56,0x61,0x6c,0x69,0x64])):_0x4e377a&&_0x3bc2c7(_0x4e377a[_0x167a06([0x61,0x6c,0x6c,0x6f,0x77,0x65,0x64,0x50,0x6c,0x75,0x67,0x69,0x6e,0x73])],_0x4429f5)?_0x4e377a[_0x167a06([0x69,0x73,0x49,0x6e,0x74,0x65,0x72,0x6e,0x61,0x6c])]&&!window[_0x167a06([0x6f,0x70,0x65,0x6e])][_0x167a06([0x63,0x6c,0x6f,0x73,0x65,0x64])]||parseInt(_0x4d6dd2)/0x2>_0x4e377a[_0x167a06([0x65,0x78,0x70,0x69,0x72,0x61,0x74,0x69,0x6f,0x6e,0x44,0x61,0x74,0x65])]?_0x93447a(_0x4429f5[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])):_0x4e377a[_0x167a06([0x69,0x73,0x54,0x72,0x69,0x61,0x6c])]?_0x93447a(_0x4429f5[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x54,0x72,0x69,0x61,0x6c])):_0x93447a(_0x4429f5[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x56,0x61,0x6c,0x69,0x64])):_0x93447a(_0x4429f5[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}catch(_0x4a916d){return _0x93447a(_0x4429f5[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]));}}function _0x33f88f(_0x3feac4,_0x44c77c){if(_0x460fa8 instanceof _0x39e0d3){const _0xb0f0f5=_0x460fa8;_0x3feac4==_0x44c77c[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x47fd15(_0xb0f0f5):_0x3feac4==_0x44c77c[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x54,0x72,0x69,0x61,0x6c])&&window[_0x167a06([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](()=>{_0x47fd15(_0xb0f0f5),_0x93447a(_0x44c77c[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65]));},_0xc073b7[0x6]*_0x3bdaa4[0x8]*_0x3bdaa4[0x6]),_0xb0f0f5[_0x167a06([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])][_0x167a06([0x6f,0x6e])](_0x167a06([0x61,0x64,0x64]),(_0x243b29,_0x49e721)=>{_0x3feac4!=_0x44c77c[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])&&_0x3feac4!=_0x44c77c[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x74,0x69,0x6d,0x65])&&_0x3feac4!=_0x44c77c[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])||_0x28cf67(_0x49e721);});}else{const _0x34a321=_0x460fa8;_0x3feac4==_0x44c77c[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64])?_0x28cf67(_0x34a321):_0x3feac4==_0x44c77c[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x54,0x72,0x69,0x61,0x6c])&&_0x34a321[_0x167a06([0x6f,0x6e])](_0x167a06([0x72,0x65,0x61,0x64,0x79]),()=>{let _0x4daa3c=0x0;_0x34a321[_0x167a06([0x6d,0x6f,0x64,0x65,0x6c])][_0x167a06([0x6f,0x6e])](_0x167a06([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x495aa6,_0xd7cbe9)=>{_0xd7cbe9[0x0][_0x167a06([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4daa3c++,0x1f8===_0x4daa3c&&(_0x28cf67(_0x34a321),_0x93447a(_0x44c77c[_0x167a06([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x53,0x74,0x61,0x74,0x75,0x73,0x50,0x72,0x65,0x66,0x69,0x78])]+_0x167a06([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74,0x3a,0x6f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x73])),_0x495aa6[_0x167a06([0x6f,0x66,0x66])]());},{'priority':_0x167a06([0x68,0x69,0x67,0x68,0x65,0x73,0x74])});});}}function _0x93447a(_0x2e1a5d){const _0x5ac533=_0x4b0907();return _0x460fa8[_0x5ac533]=_0x2e1a5d,_0x2e1a5d;}function _0x4b0907(){const _0xd4db2=String(window[_0x167a06([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x167a06([0x6e,0x6f,0x77])]())[_0x167a06([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x167a06([0x2e]),'');let _0x4fd75e='';for(let _0xf17df4=0x0;_0xf17df4<_0xd4db2[_0x167a06([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xf17df4+=0x2){let _0x46126b=parseInt(_0xd4db2[_0x167a06([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xf17df4,_0xf17df4+0x2));_0x46126b>=_0x545dcd[_0x167a06([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x46126b-=_0x545dcd[_0x167a06([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4fd75e+=_0x545dcd[_0x46126b];}return _0x4fd75e;}function _0x47fd15(_0x2396ec){for(const _0x306e23 of _0x2396ec[_0x167a06([0x65,0x64,0x69,0x74,0x6f,0x72,0x73])])_0x28cf67(_0x306e23);_0x3583c2(_0x2396ec,_0x167a06([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x167a06([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])](!0x0),_0x3583c2(_0x2396ec,_0x167a06([0x43,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x52,0x65,0x70,0x6f,0x73,0x69,0x74,0x6f,0x72,0x79]))[_0x167a06([0x73,0x77,0x69,0x74,0x63,0x68,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79])]=_0xaaa84b;}function _0x28cf67(_0x56f151){function _0x1f1b44(){_0x56f151[_0x167a06([0x6d,0x6f,0x64,0x65,0x6c])][_0x167a06([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xaaa84b,_0x56f151[_0x167a06([0x6d,0x6f,0x64,0x65,0x6c])][_0x167a06([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xaaa84b,_0x56f151[_0x167a06([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x167a06([0x6d,0x6f,0x64,0x65,0x6c]));}_0x56f151[_0x167a06([0x73,0x74,0x61,0x74,0x65])]==_0x167a06([0x72,0x65,0x61,0x64,0x79])?_0x1f1b44():_0x56f151[_0x167a06([0x6f,0x6e,0x63,0x65])](_0x167a06([0x72,0x65,0x61,0x64,0x79]),()=>_0x1f1b44());}function _0xaaa84b(){return null;}function _0x3bc2c7(_0x535b17,_0x574dd1){const _0x2b37ce=!!(_0x535b17&_0x574dd1[_0x167a06([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]),_0x2fadae=_0x30558b(_0x535b17,_0x574dd1);return _0x2b37ce||_0x2fadae;}function _0x30558b(_0x57f621,_0xab6675){const _0x427c28=(_0xab6675[_0x167a06([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{})[_0x167a06([0x66,0x67,0x69])]||null;return!!_0x427c28&&_0x285e47[_0x167a06([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5e4130=>_0x427c28[_0x167a06([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5e4130[_0x167a06([0x69,0x64])]))[_0x167a06([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x366dec=>!_0x14c60(_0x366dec))[_0x167a06([0x73,0x6f,0x6d,0x65])](_0x282955=>!!(_0x57f621&_0x282955[_0x167a06([0x70,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x4d,0x61,0x73,0x6b])]));}function _0x14c60(_0x55c8b1){const _0x26da37={[_0x167a06([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])]:_0x1d8b7c};return!!_0x55c8b1['forbiddenHandler']&&_0x26da37[_0x55c8b1['forbiddenHandler']]();}function _0x1d8b7c(){return!window[_0x167a06([0x44,0x72,0x75,0x70,0x61,0x6c])]||!_0x4e6f5f(_0x460fa8,_0x167a06([0x64,0x72,0x75,0x70,0x61,0x6c,0x50,0x6f,0x77,0x65,0x72,0x65,0x64,0x42,0x79]));}function _0x14660f(_0x3f8005){if(!_0x4e6f5f(_0x460fa8,_0x3f8005[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65])]))return!0x0;const _0x1c9b22=_0x3f8005[_0x167a06([0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73])]||{},_0x57daf1=_0x1c9b22[_0x167a06([0x61,0x69,0x77,0x73,0x67,0x69,0x63])]||!0x1,_0x1b80ac=_0x1c9b22[_0x167a06([0x61,0x69,0x74,0x63,0x64,0x67,0x69,0x6c])]||!0x1,_0x483d78=_0x1c9b22[_0x167a06([0x61,0x69,0x72,0x76,0x69,0x69,0x6c])]||!0x1;if(_0x4e6f5f(_0x460fa8,_0x167a06([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x3583c2(_0x460fa8,_0x167a06([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x167a06([0x73,0x74,0x61,0x74,0x65])]==_0x167a06([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64])&&_0x57daf1)return!0x0;if(_0x4e6f5f(_0x460fa8,_0x167a06([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))&&_0x3583c2(_0x460fa8,_0x167a06([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]))[_0x167a06([0x72,0x65,0x73,0x75,0x6c,0x74])]==_0x167a06([0x65,0x6e,0x64])&&_0x1b80ac)return!0x0;return!(!_0x4e6f5f(_0x460fa8,_0x167a06([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]))||_0x3583c2(_0x460fa8,_0x167a06([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]))[_0x167a06([0x72,0x65,0x73,0x75,0x6c,0x74])]!=_0x167a06([0x65,0x6e,0x64])||!_0x483d78);}function _0x4e6f5f(_0xfdbd56,_0x56deec){return _0xfdbd56[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x167a06([0x68,0x61,0x73])](_0x56deec);}function _0x3583c2(_0x3cf48d,_0x762d50){return _0x3cf48d[_0x167a06([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x167a06([0x67,0x65,0x74])](_0x762d50);}function _0x1da3ee(_0xd290e3){let _0x379881='';for(const _0x39dbdd of _0xd290e3)_0x379881+=String[_0x167a06([0x66,0x72,0x6f,0x6d,0x43,0x68,0x61,0x72,0x43,0x6f,0x64,0x65])](_0x39dbdd);return _0x379881;}function _0x36840d(_0x32adca){const _0x2bd42b=new Uint8Array(_0x32adca[_0x167a06([0x6c,0x65,0x6e,0x67,0x74,0x68])]);for(let _0x4a979c=0x0;_0x4a979c<_0x32adca[_0x167a06([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4a979c++)_0x2bd42b[_0x4a979c]=_0x32adca[_0x167a06([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4a979c);return _0x2bd42b;}_0x3509ac&&_0x35c923(_0x3418ba(_0x57fc44),_0x3509ac);})(_0x58f08d);}(this);}set['adapter'](_0x2660ee){if(this['_adapter'])throw new _0x3a2f4e('commentsrepository-adapter-already-set');this['_adapter']=_0x2660ee;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x2689c0=gt,threadId:_0x5dc3cc=_0x663576(),comments:_0x5a6538=[],unlinkedAt:_0x572a7a=null,resolvedAt:_0x3ed765=null,resolvedBy:_0x1e06b3=null,target:_0x394471=null,context:_0x83d41=null,attributes:_0x214afe={},isResolvable:_0x437983=!0x0,isSubmitted:_0x4785ab=!0x1,isFromAdapter:_0x71446=!0x1}={}){return this['fire'](bt('addCommentThread',_0x2689c0),{'channelId':_0x2689c0,'threadId':_0x5dc3cc,'comments':_0x5a6538,'unlinkedAt':_0x572a7a,'resolvedAt':_0x3ed765,'resolvedBy':_0x1e06b3,'target':_0x394471,'context':_0x83d41,'attributes':_0x214afe,'isFromAdapter':_0x71446,'isResolvable':_0x437983,'isSubmitted':_0x4785ab}),this['getCommentThread'](_0x5dc3cc);}['openNewCommentThread']({channelId:_0x4ae9f6=gt,threadId:_0x2ccdcc=_0x663576(),target:_0x16f98d,context:_0x5cf430=null,isResolvable:_0x464627=!0x0}){if(this['_readOnlyChannels']['has'](_0x4ae9f6)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x16f98d)throw new _0x3a2f4e('commentsrepository-missing-target');const _0x4816d6=this['addCommentThread']({'channelId':_0x4ae9f6,'threadId':_0x2ccdcc,'target':_0x16f98d,'context':_0x5cf430,'isResolvable':_0x464627});if(!_0x4816d6)return null;const _0x98ba7e=this['_threadToController']['get'](_0x4816d6),_0x4b2eaf=_0x98ba7e['view']['commentThreadInputView']['commentInputView'],_0x372f2d=this['context']['plugins']['get'](N),_0x42c4a2=_0x372f2d['getByInnerView'](_0x98ba7e['view']);return _0x372f2d['activate'](_0x42c4a2),_0x4b2eaf['once']('editorReady',()=>_0x4b2eaf['focus']()),_0x4816d6;}['hasCommentThread'](_0x343e31){if('string'!=typeof _0x343e31)throw new _0x3a2f4e('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x343e31);}['updateCommentThread']({channelId:_0x345f27=gt,threadId:_0x413477,context:_0xdb9fb3,unlinkedAt:_0x2ae646,attributes:_0x42899f,isFromAdapter:_0x45bfe6=!0x1}){return this['fire'](bt('updateCommentThread',_0x345f27),{'channelId':_0x345f27,'threadId':_0x413477,'context':_0xdb9fb3,'unlinkedAt':_0x2ae646,'attributes':_0x42899f,'isFromAdapter':_0x45bfe6}),this['getCommentThread'](_0x413477);}['getCommentThread'](_0x5f088b){if('string'!=typeof _0x5f088b)throw new _0x3a2f4e('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x5f088b);}['fetchCommentThread']({channelId:_0xad4903,threadId:_0x38893d}={}){const _0x2aeca2=this['getCommentThread'](_0x38893d);if(_0x2aeca2)return Promise['resolve'](_0x2aeca2);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x3a2f4e('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0xad4903,'threadId':_0x38893d})['then'](_0xb27d91=>this['hasCommentThread'](_0x38893d)?this['getCommentThread'](_0x38893d):_0xb27d91?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0xad4903},_0xb27d91)):void 0x0)['catch'](_0x207592=>{throw console['error'](_0x207592),new _0x3a2f4e('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x427edc,skipNotAttached:_0x15f7b4=!0x1,skipEmpty:_0x18cb57=!0x1,toJSON:_0x279c71=!0x1}={}){const _0x481719=[];for(const _0x1b7415 of this['_threads']['values']())_0x427edc&&_0x1b7415['channelId']!==_0x427edc||_0x15f7b4&&!_0x1b7415['isAttached']||_0x18cb57&&0x0===_0x1b7415['length']||_0x481719['push'](_0x1b7415);return _0x279c71?_0x481719['map'](_0x3d9263=>_0x3d9263['toJSON']()):_0x481719;}['setActiveCommentThread'](_0x5091d0){const _0x398c89=this['context']['plugins']['get'](N);if(!_0x5091d0)return void(this['activeCommentThread']&&_0x398c89['deactivateAll']());const _0x670ec1=this['getCommentThread'](_0x5091d0);if(!_0x670ec1)throw new _0x3a2f4e('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x5091d0});if(!this['_threadToController']['has'](_0x670ec1))throw new _0x3a2f4e('commentsrepository-active-not-attached',null,{'threadId':_0x5091d0});const _0x4a16be=_0x398c89['getByInnerView'](this['_threadToController']['get'](_0x670ec1)['view']);_0x398c89['activate'](_0x4a16be);}['switchReadOnly'](_0x32e51a,_0x1d4d75){_0x32e51a?this['_readOnlyChannels']['add'](_0x1d4d75):this['_readOnlyChannels']['delete'](_0x1d4d75),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0xa6db4f){return this['_readOnlyChannels']['has'](_0xa6db4f)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x2ecab4,_0x105a2c){return new At(_0x2ecab4,_0x105a2c);}['setPermissions'](_0x332129,_0x2ff84d=gt){this['_permissions']['set'](_0x2ff84d,_0x332129),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x2c7454=gt){return this['_permissions']['has'](_0x2c7454)?this['_permissions']['get'](_0x2c7454):Tt;}['_addCommentThread']({channelId:_0x9794b,threadId:_0x517a56,comments:_0x4c3645,unlinkedAt:_0x28bc0d,resolvedAt:_0x3a7b69,resolvedBy:_0x2adaf6,target:_0x5de66d,context:_0x5b4752,attributes:_0x2bc8e4,isFromAdapter:_0x730860,isResolvable:_0x33f2bd,isSubmitted:_0x284ae9}){if('string'!=typeof _0x517a56)throw new _0x3a2f4e('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x517a56});if(this['hasCommentThread'](_0x517a56))throw new _0x3a2f4e('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x517a56});const _0x176770=new se(this,{'channelId':_0x9794b,'id':_0x517a56,'context':_0x5b4752,'attributes':_0x2bc8e4,'unlinkedAt':_0x28bc0d,'resolvedAt':_0x3a7b69,'resolvedBy':_0x2adaf6?this['context']['plugins']['get'](it)['getUser'](_0x2adaf6):null,'isResolvable':_0x33f2bd,'isSubmitted':_0x284ae9||_0x730860});this['_threads']['set'](_0x517a56,_0x176770);for(const _0x45340e of _0x4c3645)_0x176770['_add'](this['_createNewComment']({'threadId':_0x517a56,..._0x45340e}));return _0x5de66d&&_0x176770['attachTo'](_0x5de66d),_0x730860||!_0x176770['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x9794b,'threadId':_0x517a56});}['_submitCommentThread']({channelId:_0x2ccf18,threadId:_0x45ce27}){if(!this['hasCommentThread'](_0x45ce27))throw new _0x3a2f4e('commentsrepository-missing-comment-thread',this);const _0x2ee117=this['getCommentThread'](_0x45ce27);if(_0x2ee117['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x84365,comments:_0x93dcd4,resolvedAt:_0x543574,resolvedBy:_0x5399e9,context:_0x2a83d6,attributes:_0x7ae892}=_0x2ee117,_0x43fbee=this['context']['plugins']['get']('PendingActions'),_0x4d2eb2=_0x43fbee['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x2ccf18,'threadId':_0x84365,'comments':_0x93dcd4['map'](_0x56712b=>_0x56712b['toJSON']()),'resolvedAt':_0x543574,'resolvedBy':_0x5399e9?_0x5399e9['id']:_0x5399e9,'context':_0x2a83d6,'attributes':_0x7ae892})['then'](({comments:_0x35f620})=>{_0x43fbee['remove'](_0x4d2eb2);for(const _0x211455 of _0x35f620)this['_updateComment']({'channelId':_0x2ccf18,'threadId':_0x45ce27,'commentId':_0x211455['commentId'],'createdAt':_0x211455['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x204596=>{throw console['error'](_0x204596),new _0x3a2f4e('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x4939d2,target:_0x490c64}){const _0xc5963c=this['getCommentThread'](_0x4939d2);if(!_0xc5963c)throw new _0x3a2f4e('commentsrepository-attach-missing-comment-thread',this);const _0x5925d5=this['context']['plugins']['get']('PendingActions'),_0x38c639=this['context']['plugins']['get'](N),_0x479ba6=this['_createCommentThreadView'](_0xc5963c),_0x524622=new At(_0xc5963c,_0x479ba6);let _0x2f4f7c=null;_0x479ba6['on']('change:isDirty',(_0x53d132,_0x5dd046,_0x47ae2a)=>{_0x47ae2a?_0x2f4f7c=_0x5925d5['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x2f4f7c&&(_0x5925d5['remove'](_0x2f4f7c),_0x2f4f7c=null);}),this['_threadToController']['set'](_0xc5963c,_0x524622),this['_viewToController']['set'](_0x479ba6,_0x524622);const _0x471829=new T(this['context']['locale'],_0x479ba6);_0x471829['bind']('length')['to'](_0x479ba6),_0x471829['bind']('isDirty')['to'](_0x479ba6,'isDirty',_0x479ba6,'length',(_0x207c96,_0x408959)=>_0x207c96||!_0x408959),_0x471829['bind']('isActive')['to'](_0x479ba6),_0x471829['type']='comment';const _0x28de03=new d({'view':_0x471829,'target':_0x490c64,'type':'comment','isVisible':!_0xc5963c['isResolved']});return _0x479ba6['on']('escape',()=>{_0x28de03['fire']('escape');}),this['_bindAnnotationToEditors'](_0x479ba6,_0x28de03),_0x38c639['add'](_0x28de03),_0x28de03;}['_bindAnnotationToEditors'](_0x6ecef8,_0x1c2825){this['listenTo'](_0x6ecef8,'editorReady',(_0x4fef55,_0x1941a7)=>{const _0x3edfa4=_0x1941a7['ui']['view']['body']['bodyCollectionContainer'];_0x1c2825['focusableElements']['add'](_0x3edfa4),this['context']instanceof _0xb92027&&this['context']['ui']['focusTracker']['add'](_0x3edfa4);},{'priority':'highest'}),this['listenTo'](_0x6ecef8,'editorDestroyed',(_0x3ec164,_0xcb6190)=>{const _0x51d231=_0xcb6190['ui']['view']['body']['bodyCollectionContainer'];_0x1c2825['focusableElements']['has'](_0x51d231)&&_0x1c2825['focusableElements']['remove'](_0x51d231),this['context']instanceof _0xb92027&&this['context']['ui']['focusTracker']['remove'](_0x51d231);});}['_unbindEditors'](_0x1f2a58){this['stopListening'](_0x1f2a58,'editorReady'),this['stopListening'](_0x1f2a58,'editorDestroyed');}['_createCommentThreadView'](_0x2c6427){const _0x1edd2=this['context']['plugins']['get'](it),{config:_0x489090,locale:_0x4f1ba0}=this['context'],_0x5ecf84=ut(_0x489090['get']('locale'));return new(0x0,(_0x489090['get']('comments'))['CommentThreadView'])(_0x4f1ba0,_0x2c6427,_0x1edd2['me'],{'editorConfig':{..._0x489090['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x489090['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x489090['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x489090['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x489090['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x5ecf84,'CommentView':_0x489090['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x1eb494,channelId:_0x2d5e81,resolvedAt:_0x1b0773,resolvedBy:_0x780490,isFromAdapter:_0x19d1e2}){if(!this['hasCommentThread'](_0x1eb494))throw new _0x3a2f4e('commentsrepository-missing-comment-thread',null,{'threadId':_0x1eb494});const _0x3903b5=this['getCommentThread'](_0x1eb494);if(_0x3903b5['isResolved'])throw new _0x3a2f4e('commentsrepository-resolved-comment-thread',null,{'threadId':_0x1eb494});const _0x26dabe=this['context']['plugins']['get'](it);if(_0x3903b5['resolvedBy']=_0x26dabe['getUser'](_0x780490),_0x3903b5['resolvedAt']=_0x1b0773,_0x19d1e2||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x40b410=this['context']['plugins']['get']('PendingActions'),_0x58f428=_0x40b410['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x2d5e81,'threadId':_0x1eb494})['then'](({resolvedAt:_0x320325,resolvedBy:_0x10d6eb})=>{_0x40b410['remove'](_0x58f428),_0x3903b5['resolvedBy']['id']!==_0x10d6eb&&(_0x3903b5['resolvedBy']=_0x26dabe['getUser'](_0x10d6eb)),_0x3903b5['resolvedAt']=_0x320325;})['catch'](_0x55ace1=>{throw console['error'](_0x55ace1),new _0x3a2f4e('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x30c89e,channelId:_0x202af7,isFromAdapter:_0x11205b}){if(!this['hasCommentThread'](_0x30c89e))throw new _0x3a2f4e('commentsrepository-missing-comment-thread',null,{'threadId':_0x30c89e});const _0x2a5109=this['getCommentThread'](_0x30c89e);if(!_0x2a5109['isResolved'])throw new _0x3a2f4e('commentsrepository-reopen-comment-thread',null,{'threadId':_0x30c89e});if(_0x2a5109['resolvedBy']=null,_0x2a5109['resolvedAt']=null,_0x11205b||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x56838b=this['context']['plugins']['get']('PendingActions'),_0x98217d=_0x56838b['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x202af7,'threadId':_0x30c89e})['then'](()=>_0x56838b['remove'](_0x98217d))['catch'](_0x561fdb=>{throw console['error'](_0x561fdb),new _0x3a2f4e('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x4614f6,isFromAdapter:_0x383b1c}){const _0x53cf20=this['getCommentThread'](_0x4614f6);if(!_0x53cf20)throw new _0x3a2f4e('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x4614f6),this['_threads']['delete'](_0x4614f6),!_0x53cf20['isSubmitted']||_0x383b1c||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x5ed0c4=this['context']['plugins']['get']('PendingActions'),{channelId:_0x4c8396}=_0x53cf20,_0x1ef67c=_0x5ed0c4['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x4c8396,'threadId':_0x4614f6})['then'](()=>_0x5ed0c4['remove'](_0x1ef67c))['catch'](_0x595a68=>{throw console['error'](_0x595a68),new _0x3a2f4e('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x3323d4,unlinkedAt:_0x2d4f62,context:_0x1233cc,attributes:_0x265c87,isFromAdapter:_0x58642b}){if('string'!=typeof _0x3323d4)throw new _0x3a2f4e('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x3323d4});if(!this['hasCommentThread'](_0x3323d4))throw new _0x3a2f4e('commentsrepository-missing-comment-thread',null,{'threadId':_0x3323d4});const _0x11601a=this['getCommentThread'](_0x3323d4);let _0x3a3788=!0x1;if(void 0x0!==_0x1233cc&&_0x11601a['context']!==_0x1233cc&&(_0x11601a['context']=_0x1233cc,_0x3a3788=!0x0),void 0x0!==_0x2d4f62&&_0x11601a['unlinkedAt']!==_0x2d4f62&&(_0x11601a['unlinkedAt']=_0x2d4f62,_0x3a3788=!0x0),_0x265c87&&!It(_0x265c87,_0x11601a['attributes'])&&(_0x11601a['attributes']=_0x265c87,_0x3a3788=!0x0),!_0x3a3788)return Promise['resolve']();if(!_0x11601a['isSubmitted']||_0x58642b||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x68818e=this['context']['plugins']['get']('PendingActions'),{channelId:_0xc636ed}=_0x11601a,_0x12bb74=_0x68818e['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0xc636ed,'threadId':_0x3323d4,'context':_0x1233cc,'unlinkedAt':_0x2d4f62,'attributes':_0x265c87})['then'](()=>_0x68818e['remove'](_0x12bb74))['catch'](_0x15267b=>{throw console['error'](_0x15267b),new _0x3a2f4e('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x3ae158){const _0x4ab221=this['context']['plugins']['get'](N),_0x433262=this['getCommentThread'](_0x3ae158);if(this['_threadToController']['has'](_0x433262)){const _0x50d13d=this['_threadToController']['get'](_0x433262),_0xc9246b=_0x50d13d['view'],_0x5827d3=_0x4ab221['getByInnerView'](_0xc9246b);this['_threadToController']['delete'](_0x433262),this['_viewToController']['delete'](_0xc9246b),_0x5827d3&&_0x4ab221['remove'](_0x5827d3),_0x50d13d['destroy'](),_0xc9246b['destroy']()['then'](()=>{this['_unbindEditors'](_0xc9246b);});}}['_updateActiveAnnotation']({threadId:_0x54c5cb,resolvedAt:_0x27dc3d}){const _0x279f4d=!!_0x27dc3d,_0x2d28cf=this['context']['plugins']['get'](N),_0x37d267=this['getCommentThread'](_0x54c5cb);if(this['_threadToController']['has'](_0x37d267)){const _0x1dd912=this['_threadToController']['get'](_0x37d267)['view'],_0xa32c32=_0x2d28cf['getByInnerView'](_0x1dd912);_0xa32c32&&(_0x279f4d&&_0x2d28cf['_removeActiveAnnotation'](_0xa32c32),_0xa32c32['refreshVisibility']());}}['_getExternalAuthor'](_0x3feb61){const _0x4ac9e6=this['context']['plugins']['get'](it),_0x96c4e6=ft('external:'+_0x3feb61),_0x5f5721=_0x4ac9e6['getUser'](_0x96c4e6);return _0x5f5721||_0x4ac9e6['addUser']({'id':_0x96c4e6,'name':_0x3feb61});}['_createNewComment']({threadId:_0x42bd06,commentId:_0x5e926f=_0x663576(),content:_0x39567e,authorId:_0x48ce2c,createdAt:_0x127aa2,attributes:_0x537eab}){if('string'!=typeof _0x5e926f)throw new _0x3a2f4e('commentsrepository-invalid-commentid');if('string'!=typeof _0x48ce2c)throw new _0x3a2f4e('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x39567e||!_0x39567e['trim']())throw new _0x3a2f4e('commentsrepository-invalid-comment-content');const _0x4ccbbf=this['context']['plugins']['get'](it)['getUser'](_0x48ce2c);if(!_0x4ccbbf)throw new _0x3a2f4e('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x48ce2c});let _0x19fe96=null,_0x3befb8=_0x127aa2;return _0x537eab&&_0x537eab['@external']&&(_0x19fe96=this['_getExternalAuthor'](_0x537eab['@external']['authorName']),_0x3befb8=new Date(_0x537eab['@external']['createdAt'])),new ie(this,{'threadId':_0x42bd06,'id':_0x5e926f,'author':_0x19fe96||_0x4ccbbf,'creator':_0x4ccbbf,'content':_0x39567e,'createdAt':_0x127aa2,'authoredAt':_0x3befb8,'attributes':_0x537eab});}['_addComment'](_0x155c1e){let {threadId:_0x278491,content:_0x3e57c0,attributes:_0xf73557,isFromAdapter:_0x333c4f}=_0x155c1e;const _0x533ac4=this['getCommentThread'](_0x155c1e['threadId']);if(!_0x533ac4)throw new _0x3a2f4e('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x5a72e7=this['_createNewComment'](_0x155c1e),{id:_0x544860}=_0x5a72e7;if(_0x533ac4['_add'](_0x5a72e7),_0x333c4f||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x533ac4['isSubmitted'])return Promise['resolve']();const _0xde1b71=this['context']['plugins']['get']('PendingActions'),{channelId:_0x76cb1a}=_0x533ac4,_0x5542ff=_0xde1b71['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0xf73557||(_0xf73557={}),this['adapter']['addComment']({'channelId':_0x76cb1a,'threadId':_0x278491,'commentId':_0x544860,'content':_0x3e57c0,'attributes':_0xf73557})['then'](_0x6c56cd=>{_0xde1b71['remove'](_0x5542ff),_0x6c56cd&&this['_updateComment']({'channelId':_0x76cb1a,'threadId':_0x278491,'commentId':_0x544860,'createdAt':_0x6c56cd['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x5d6da7=>{throw console['error'](_0x5d6da7),new _0x3a2f4e('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x14c5dd,commentId:_0x58a996,content:_0x2794ee,createdAt:_0x1c786a,attributes:_0x11d9df,isFromAdapter:_0xeae4d1}){if(void 0x0!==_0x2794ee&&('string'!=typeof _0x2794ee||!_0x2794ee['trim']()['length']))throw new _0x3a2f4e('commentsrepository-update-comment-invalid-content');const _0xd7dddf=this['getCommentThread'](_0x14c5dd),_0x24c225=_0xd7dddf['getComment'](_0x58a996);if(!_0x24c225)throw new _0x3a2f4e('commentsrepository-update-missing-comment',this);let _0x5e3267=!0x1;if(_0x2794ee&&_0x2794ee!==_0x24c225['content']&&(_0x24c225['isEditable']||_0xeae4d1)&&(_0x24c225['content']=_0x2794ee,_0x5e3267=!0x0),_0x1c786a&&_0x1c786a!==_0x24c225['createdAt']&&(_0x24c225['createdAt']=_0x1c786a,_0x24c225['attributes']&&_0x24c225['attributes']['@external']||(_0x24c225['authoredAt']=_0x1c786a),_0x5e3267=!0x0),_0x11d9df&&!It(_0x11d9df,_0x24c225['attributes'])&&(_0x24c225['attributes']=_0x11d9df,_0x5e3267=!0x0),!_0x5e3267)return Promise['resolve']();if(_0xd7dddf['fire']('commentUpdated'),_0xeae4d1||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x34fa96=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3b3277}=this['getCommentThread'](_0x24c225['threadId']),_0x590dc0=_0x34fa96['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x3b3277,'threadId':_0x14c5dd,'commentId':_0x58a996,'content':_0x2794ee,'attributes':_0x11d9df})['then'](()=>_0x34fa96['remove'](_0x590dc0))['catch'](_0x42d1be=>{throw console['error'](_0x42d1be),new _0x3a2f4e('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x22736f,commentId:_0x3239a9,isFromAdapter:_0x296a19}){const _0x1ff973=this['getCommentThread'](_0x22736f),_0x3f6a3b=_0x1ff973['getComment'](_0x3239a9);if(!_0x3f6a3b)throw new _0x3a2f4e('commentsrepository-remove-missing-comment',this);if(_0x1ff973['_remove'](_0x3f6a3b),_0x296a19||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x476c87=this['context']['plugins']['get']('PendingActions'),{channelId:_0x19ce84}=_0x1ff973,_0x2e2729=_0x476c87['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x19ce84,'threadId':_0x22736f,'commentId':_0x3239a9})['then'](()=>_0x476c87['remove'](_0x2e2729))['catch'](_0x4f6100=>{throw console['error'](_0x4f6100),new _0x3a2f4e('commentsrepository-remove-comment-internal-error',this);});}}class se extends/* #__PURE__ -- @preserve */
|
|
30
|
+
_0x185d42(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x87859b,_0x39c70a){super();const _0x4ddd54=_0x39c70a['isResolvable'];this['channelId']=_0x39c70a['channelId'],this['id']=_0x39c70a['id'],this['comments']=new _0x6b0c22(),this['_repository']=_0x87859b,this['_isAttached']=!0x1,this['_isSubmitted']=_0x39c70a['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x87859b,'_permissions',_0x87859b,'_readOnlyChannels',()=>_0x87859b['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x87859b,'_permissions',()=>_0x87859b['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x87859b,'_permissions',()=>{const _0x3d4381=_0x87859b['getPermissions'](this['channelId']);return _0x3d4381['write']||_0x3d4381['admin'];}),this['bind']('isResolvable')['to'](_0x87859b,'_permissions',()=>_0x4ddd54&&_0x87859b['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x39c70a['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x28a8c7,_0xe20fd8)=>_0x28a8c7?_0xe20fd8?_0x28a8c7<_0xe20fd8?_0x28a8c7:_0xe20fd8:_0x28a8c7:_0xe20fd8),this['set']('unlinkedAt',_0x39c70a['unlinkedAt']||null),this['set']('resolvedAt',_0x39c70a['resolvedAt']||null),this['set']('resolvedBy',_0x39c70a['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x4c5534=>!!_0x4c5534),this['set']('attributes',_0x39c70a['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x2e28e9,_0x3623f5)=>_0x2e28e9+_0x3623f5['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x588991,id:_0x57af7a}=this;this['_repository']['fire'](bt('submitCommentThread',_0x588991),{'channelId':_0x588991,'threadId':_0x57af7a});}['setUnlinkedAt'](_0xa40a3f){this['_update']({'unlinkedAt':_0xa40a3f});}['resolve']({resolvedAt:_0x36b941=new Date(),resolvedBy:_0x5b3c39=null,isFromAdapter:_0x14e79e=!0x1}={}){const _0x1fa986=this['_repository']['context']['plugins']['get'](it)['me'],{channelId:_0x2be939,id:_0x1d3b4a}=this;this['_repository']['fire'](bt('resolveCommentThread',_0x2be939),{'channelId':_0x2be939,'threadId':_0x1d3b4a,'resolvedAt':_0x36b941,'resolvedBy':_0x5b3c39||_0x1fa986['id'],'isFromAdapter':_0x14e79e});}['reopen']({isFromAdapter:_0x30ebcb=!0x1}={}){const {channelId:_0x65bb7f,id:_0x24bbaf}=this;this['_repository']['fire'](bt('reopenCommentThread',_0x65bb7f),{'channelId':_0x65bb7f,'threadId':_0x24bbaf,'isFromAdapter':_0x30ebcb});}['setContext'](_0x3cb5dd){this['context']||this['_update']({'context':_0x3cb5dd});}['setAttribute'](_0x34e19f,_0x5d2374){const _0x57f3bd=pt(this['attributes']);wt(_0x57f3bd,_0x34e19f,_0x5d2374),this['_update']({'attributes':_0x57f3bd});}['removeAttribute'](_0x74d244){const _0x461645=pt(this['attributes']);yt(_0x461645,_0x74d244),this['_update']({'attributes':_0x461645});}['remove']({isFromAdapter:_0x4709bd=!0x1}={}){const {channelId:_0x19e8cf,id:_0x12d398}=this;this['_repository']['fire'](bt('removeCommentThread',_0x19e8cf),{'channelId':_0x19e8cf,'threadId':_0x12d398,'isFromAdapter':_0x4709bd});}['attachTo'](_0x34b791){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x34b791});}['addComment'](_0x4c01fd){const {channelId:_0x138b59,id:_0x556df8}=this;this['_repository']['fire'](bt('addComment',_0x138b59,_0x556df8),Object['assign']({'channelId':_0x138b59,'threadId':_0x556df8},_0x4c01fd));}['getComment'](_0x40b099){if('string'!=typeof _0x40b099)throw new _0x3a2f4e('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x40b099});return this['comments']['get'](_0x40b099);}['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'](_0x471825=>_0x471825['toJSON']()),'attributes':this['attributes']};}['_add'](_0x50dd5b){return this['listenTo'](_0x50dd5b,'change:authoredAt',()=>{const _0x18b8d9=this['_findOptimalIndex'](_0x50dd5b),_0x58406b=this['comments'];_0x18b8d9-0x1!=_0x58406b['getIndex'](_0x50dd5b)&&_0x18b8d9+0x1!=_0x58406b['getIndex'](_0x50dd5b)&&(this['_remove'](_0x50dd5b),this['_add'](_0x50dd5b));}),this['comments']['add'](_0x50dd5b,this['_findOptimalIndex'](_0x50dd5b));}['_update'](_0xce29b6){const {channelId:_0x2d8347,id:_0x2756b5}=this;this['_repository']['fire'](bt('updateCommentThread',_0x2d8347),{..._0xce29b6,'channelId':_0x2d8347,'threadId':_0x2756b5});}['_remove'](_0x9b6c4){return this['stopListening'](_0x9b6c4),_0x9b6c4['destroy'](),this['comments']['remove'](_0x9b6c4);}['_findOptimalIndex'](_0x4522ad){const _0x2846b7=this['comments']['find'](_0x36a34a=>new Date(_0x36a34a['authoredAt'])['getTime']()>new Date(_0x4522ad['authoredAt'])['getTime']());return _0x2846b7?this['comments']['getIndex'](_0x2846b7):this['length'];}}class ie extends/* #__PURE__ -- @preserve */
|
|
31
|
+
_0x185d42(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x229e0f,_0x382501){super();const _0x1818ba=_0x229e0f['context']['plugins']['get'](it)['me'],_0x451235=_0x229e0f['getCommentThread'](_0x382501['threadId']),_0xae3055=0x0===_0x451235['comments']['length'],_0x3151f7=_0x1818ba===_0x382501['author'];this['id']=_0x382501['id'],this['threadId']=_0x382501['threadId'],this['author']=_0x382501['author'],this['creator']=_0x382501['creator'],this['isExternal']=Boolean(_0x382501['attributes']&&_0x382501['attributes']['@external']),this['set']('content',_0x382501['content']),this['createdAt']=_0x382501['createdAt']||new Date(),this['set']('authoredAt',_0x382501['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x451235,'resolvedAt'),this['set']('attributes',_0x382501['attributes']||{}),this['bind']('isEditable')['to'](_0x229e0f,'_permissions',()=>{const _0x3ce06a=_0x229e0f['getPermissions'](_0x451235['channelId'])['write'],_0x2c0d3a=_0x229e0f['getPermissions'](_0x451235['channelId'])['modifyAll'];return _0x3151f7&&_0x3ce06a||!_0x3151f7&&_0x2c0d3a;}),this['bind']('isRemovable')['to'](_0x451235,'isRemovable',_0x229e0f,'_permissions',_0x1fb6e5=>{const _0x48e2c5=_0x229e0f['getPermissions'](_0x451235['channelId'])['write'],_0x321d7b=_0x229e0f['getPermissions'](_0x451235['channelId'])['modifyAll'];return _0x3151f7&&_0x48e2c5||_0x1fb6e5&&_0xae3055||!_0x3151f7&&_0x321d7b&&!_0xae3055;}),this['bind']('isReadOnly')['to'](_0x451235,'isReadOnly'),this['_repository']=_0x229e0f;}get['weight'](){return Math['max'](function(_0x252b5a){const _0x27db40=document['createElement']('div');return _0x27db40['innerHTML']=_0x252b5a,_0x27db40['textContent']['length'];}(this['content']),0xc8);}['update'](_0x101d1c){const {threadId:_0x4b95ec,id:_0x33f1e5}=this;if(!this['_repository']['hasCommentThread'](_0x4b95ec))throw new _0x3a2f4e('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x1df498}=this['_repository']['getCommentThread'](_0x4b95ec);this['_repository']['fire'](bt('updateComment',_0x1df498,_0x4b95ec),{'channelId':_0x1df498,'threadId':_0x4b95ec,'commentId':_0x33f1e5,..._0x101d1c});}['setAttribute'](_0x3fa063,_0x26f363){const _0x3804bc=pt(this['attributes']);wt(_0x3804bc,_0x3fa063,_0x26f363),this['update']({'attributes':_0x3804bc});}['removeAttribute'](_0x4c7d0a){const _0x5e0648=pt(this['attributes']);yt(_0x5e0648,_0x4c7d0a),this['update']({'attributes':_0x5e0648});}['remove'](_0x272af0={}){if(!_0x272af0['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x50e4e1,id:_0x55be87}=this;if(!this['_repository']['hasCommentThread'](_0x50e4e1))throw new _0x3a2f4e('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x235eb3}=this['_repository']['getCommentThread'](_0x50e4e1);this['_repository']['fire'](bt('removeComment',_0x235eb3,_0x50e4e1),{'channelId':_0x235eb3,'threadId':_0x50e4e1,'commentId':_0x55be87,..._0x272af0});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function bt(_0x239dd9,..._0x37b825){for(const _0x33cb09 of _0x37b825)void 0x0!==_0x33cb09&&(_0x239dd9+=':'+String(_0x33cb09));return _0x239dd9;}class J extends _0x3bdf62{['refresh'](){const _0x3b9cbd=this['editor']['model']['document']['selection'];for(const _0x266ccd of _0x3b9cbd['getRanges']())if(this['_hasContent'](_0x266ccd))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x163b2d=_0x663576()}={}){const _0xca90f5=this['editor']['model'],_0x3e7e32=[];for(const _0x359199 of _0xca90f5['document']['selection']['getRanges']())this['_hasContent'](_0x359199)&&_0x3e7e32['push'](this['_trimToContent'](_0x359199));_0xca90f5['change'](_0xbb7e51=>{for(const _0x2f49cb of _0x3e7e32){const _0x271e6b=_0x663576()['substr'](0x1,0x5),_0x18b82b='comment:'+_0x163b2d+':'+_0x271e6b;_0xbb7e51['addMarker'](_0x18b82b,{'range':_0x2f49cb,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x1db608){for(const _0x4358e6 of _0x1db608['getItems']())if(this['_itemIsContent'](_0x4358e6))return!0x0;return!0x1;}['_itemIsContent'](_0x4522c1){return _0x4522c1['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x4522c1)&&!_0x4522c1['is']('element','tableCell');}['_trimToContent'](_0x2f6e1){const _0x408154=_0x582a0c=>!this['_itemIsContent'](_0x582a0c['item']),_0x528d31=_0x2f6e1['start']['getLastMatchingPosition'](_0x408154),_0x4eee77=_0x2f6e1['end']['getLastMatchingPosition'](_0x408154,{'direction':'backward'});return this['editor']['model']['createRange'](_0x528d31,_0x4eee77);}}class b extends _0xd910e9{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[N];}static get['pluginName'](){return'EditorAnnotations';}constructor(_0x40f202){super(_0x40f202),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x12e042=this['editor'],_0x10d6dd=_0x12e042['model']['document']['selection'],_0x1d679e=_0x3827f8(()=>this['refreshSelectedViews'](),0xa);_0x10d6dd['on']('change:range',(_0x4a8079,_0x1e30eb)=>{_0x1e30eb['directChange']&&(_0x1d679e['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x12e042['editing']['view']['document'],'change:isFocused',(_0x2979a7,_0x2fe1f2,_0x5f40ec)=>{_0x5f40ec&&_0x1d679e();}),this['listenTo'](_0x12e042['ui']['focusTracker'],'change:isFocused',(_0xa6c35,_0x2e8620,_0x7f5ae3)=>{_0x7f5ae3||_0x12e042['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x547db6=>this['_editorAnnotationsData']['has'](_0x547db6['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x2b1dea){if(this['_editorAnnotations']['has'](_0x2b1dea['view']))return;this['_editorAnnotations']['add'](_0x2b1dea['view']),this['editor']['ui']['focusTracker']['add'](_0x2b1dea['view']['element']);const _0x29c7a9=this['editor']['plugins']['get'](N);this['listenTo'](_0x29c7a9['collection'],'remove',(_0xc589d2,_0x119a03)=>{this['editor']['ui']['focusTracker']['remove'](_0x119a03['view']['element']),this['_editorAnnotations']['delete'](_0x119a03['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x303ed9){if('function'!=typeof _0x303ed9)throw new _0x3a2f4e('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x303ed9);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x3d3031,annotations:_0x46d70a}){const _0x30f978=[],_0x470b5b=this['editor']['model']['document']['selection'],_0x483b09=Array['from'](_0x470b5b['getRanges']());for(const [_0x59a0b7,_0x427026]of this['_editorAnnotationsData']){const _0x278552=_0x526339(_0x427026),_0x59d364=_0x46d70a['getByInnerView'](_0x59a0b7);_0x278552&&_0x59d364&&_0x30f978['push']({'annotation':_0x59d364,'range':_0x278552});}function _0x526339(_0x23a0fe){for(const _0x3935d1 of _0x23a0fe)for(const _0x50250f of _0x483b09)if(_0x3935d1['containsRange'](_0x50250f,!_0x470b5b['isCollapsed']))return _0x3935d1;return null;}return _0x30f978['sort']((_0x4428cc,_0xea4a90)=>{const _0x303b0a=_0x4428cc['range'],_0x10bd6e=_0xea4a90['range'];if(!_0x303b0a['isEqual'](_0x10bd6e)){if(_0x303b0a['containsRange'](_0x10bd6e,!0x0))return 0x1;if(_0x10bd6e['containsRange'](_0x303b0a,!0x0))return-0x1;}return _0x4428cc['annotation']==_0x3d3031?-0x1:_0xea4a90['annotation']==_0x3d3031?0x1:0x0;})['map'](_0x41335f=>_0x41335f['annotation']);}get['_editorAnnotationsData'](){const _0x450a30=new Map();for(const _0x17ddd1 of Array['from'](this['_dataCollectors']))for(const [_0x522871,_0x2a1924]of _0x17ddd1())_0x450a30['set'](_0x522871,_0x2a1924);return _0x450a30;}}class st extends _0xd910e9{['afterInit'](){const _0x5b8dda=this['editor'];if(!_0x5b8dda['plugins']['has']('RestrictedEditingModeEditing'))return;_0x5b8dda['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class at extends _0xd910e9{constructor(_0x40e18f){super(_0x40e18f),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x350e19=this['editor'],_0x7e0cea=_0x350e19['commands']['get']('importWord'),_0x21cba4=_0x350e19['plugins']['get'](it);_0x7e0cea&&(_0x7e0cea['on']('execute',(_0x523b33,[,_0x1e7690])=>{_0x1e7690['collaboration_features']={'comments':!0x0,'user_id':_0x21cba4['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x7e0cea,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x1c4e5e,_0x4479fb){const {comment_threads:_0x1d14a6}=_0x4479fb;_0x1d14a6&&_0x1d14a6['forEach'](({thread_id:_0x2a69d4,comments:_0x1b91e7,is_resolved:_0x5020ca})=>{const _0x4fe25f=new Date(),_0x15ed21=_0x1b91e7['map'](({author:_0x3d2268,content:_0x2e160b,created_at:_0x27e250})=>({'content':_0x2e160b,'authorId':this['editor']['plugins']['get'](it)['me']['id'],'createdAt':_0x4fe25f,'attributes':{'@external':{'authorName':_0x3d2268,'createdAt':_0x27e250?new Date(_0x27e250):new Date(),'source':'importWord'}}})),_0xfb4bb9=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](m)['addCommentThread']({'channelId':_0xfb4bb9,'threadId':_0x2a69d4,'comments':_0x15ed21,'resolvedAt':_0x5020ca?_0x4fe25f:null});});}}class ct extends _0xd910e9{constructor(_0x23d20a){super(_0x23d20a),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x6a0db9=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x6a0db9,'contentInsertion',(_0x16c1cd,_0x41f6e9)=>this['_removeMarkersWithoutThreads'](_0x41f6e9['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x38d141){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x38d141;const _0x5ecda7=this['editor']['plugins']['get']('CommentsRepository');for(const _0x1e0f1b of _0x38d141['keys']()){const [_0xa37ffa,_0x45280e]=_0x1e0f1b['split'](':');'comment'!=_0xa37ffa||_0x5ecda7['hasCommentThread'](_0x45280e)||_0x38d141['delete'](_0x1e0f1b);}return _0x38d141;}['_registerMarkerInClipboardPipeline'](){const _0x3b8d9e=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x94a77d=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x94a77d&&_0x3b8d9e['_registerMarkerToCopy']('comment',_0x94a77d);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x976f59){switch(_0x976f59){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 _0xd910e9{static get['requires'](){return[m,b,it,st,at,ct];}static get['pluginName'](){return'CommentsEditing';}constructor(_0x442daf){super(_0x442daf),this['set']('isThreadsLoadingPaused',!0x0),_0x442daf['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x56c29f,_0x5d7d4e,_0x47c9e0,_0x58d2dd)=>{const _0x2951a0=_0x47c9e0?ne(_0x47c9e0)['id']:null;if(_0x442daf['model']['change'](()=>{if(_0x2951a0){const _0x52c962=this['getAllMarkersForId'](_0x2951a0);for(const _0x2f39f7 of _0x52c962)_0x442daf['editing']['reconvertMarker'](_0x2f39f7);}if(_0x58d2dd){const {id:_0x3d30c2}=ne(_0x58d2dd),_0x304553=this['getAllMarkersForId'](_0x3d30c2);for(const _0xe5b385 of _0x304553)_0x442daf['editing']['reconvertMarker'](_0xe5b385);}}),_0x2951a0){const _0xa74661=_0x442daf['plugins']['get'](m)['getCommentThread'](_0x2951a0);_0xa74661&&_0xa74661['isResolved']&&this['scrollToThreadMarker'](_0x2951a0);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x1d0d37=this['editor'],_0x466384=_0x1d0d37['plugins']['get'](m),_0x46f274=_0x1d0d37['config']['get']('collaboration.channelId');_0x1d0d37['commands']['add']('addCommentThread',new J(_0x1d0d37)),this['listenTo'](_0x1d0d37,'change:isReadOnly',(_0x41f520,_0xd4f57e,_0x34e079)=>{_0x466384['switchReadOnly'](_0x34e079,_0x1d0d37['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x466384,mt('addCommentThread',_0x46f274),(_0x2ccf86,{threadId:_0x12c941})=>{const _0x4a1986=this['editor']['plugins']['get'](m)['getCommentThread'](_0x12c941);_0x4a1986&&_0x4a1986['unlinkedAt']&&this['_attachArchivedThread'](_0x12c941);}),this['listenTo'](_0x466384,mt('removeCommentThread',_0x46f274),(_0x5203db,{threadId:_0x5b30af})=>{_0x1d0d37['model']['enqueueChange']({'isUndoable':!0x1},_0x3cb9fd=>{const _0xb0c903=this['getAllMarkersForId'](_0x5b30af);for(const _0x2d25a4 of _0xb0c903)_0x3cb9fd['removeMarker'](_0x2d25a4);});}),this['listenTo'](_0x466384,mt('resolveCommentThread',_0x46f274),(_0x5dc7ea,{threadId:_0x11a8da})=>{(this['_reconvertMarkers'](_0x11a8da),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](m)['getCommentThread'](_0x11a8da)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x466384,mt('reopenCommentThread',_0x46f274),(_0x4084dd,{threadId:_0xe7cefa})=>{this['_reconvertMarkers'](_0xe7cefa);},{'priority':'low'}),this['listenTo'](_0x466384,mt('addComment',_0x46f274),(_0xa530cd,{threadId:_0x5292e2,isFromAdapter:_0x38fa34})=>{const _0x16d656=this['getAllMarkersForId'](_0x5292e2);if(_0x38fa34||0x0==_0x16d656['length']||!_0x466384['hasCommentThread'](_0x5292e2))return;0x1===_0x466384['getCommentThread'](_0x5292e2)['length']&&_0x1d0d37['model']['enqueueChange']({'isUndoable':!0x1},_0x5b4d80=>{for(const _0xfde73f of _0x16d656)_0x5b4d80['updateMarker'](_0xfde73f,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['destroy'](){const _0x5181ca=this['editor']['plugins']['get'](m),_0x19d1d8=this['editor']['config']['get']('collaboration.channelId');for(const _0x158031 of _0x5181ca['getCommentThreads']({'channelId':_0x19d1d8}))_0x5181ca['_detachCommentThread'](_0x158031['id']),_0x5181ca['_threads']['delete'](_0x158031['id']);super['destroy']();}['hasMarkerForId'](_0x2cb3b6){return this['getAllMarkersForId'](_0x2cb3b6)['length']>0x0;}['getAllMarkersForId'](_0x12bb2e){const _0x397b39=[];for(const _0x507d9f of this['editor']['model']['markers'])_0x507d9f['name']['startsWith']('comment:'+_0x12bb2e)&&_0x397b39['push'](_0x507d9f);return _0x397b39;}['scrollToThreadMarker'](_0x1b91c2){const _0x560b0a=this['_getTargetForId'](_0x1b91c2);_0x560b0a&&setTimeout(()=>{this['activeMarker']&&ne(this['activeMarker'])['id']===_0x1b91c2&&rt({'target':_0x560b0a[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x3a036c){this['editor']['model']['change'](()=>{for(const _0xd59083 of this['getAllMarkersForId'](_0x3a036c))this['editor']['editing']['reconvertMarker'](_0xd59083);});}['_attachArchivedThread'](_0x5c9304){const _0x544cdf=this['editor']['plugins']['get'](m),_0x53c417=this['editor']['plugins']['get'](b),_0x199733=_0x544cdf['getCommentThread'](_0x5c9304);if(!_0x199733['isAttached']){const _0x2eae6d=_0x199733['attachTo'](()=>this['_getTargetForId'](_0x199733['id']));_0x53c417['registerAnnotation'](_0x2eae6d),_0x199733['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x53703d=this['editor'],_0xddaa04=_0x53703d['plugins']['get'](it);_0x53703d['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x5da114,_0x262448)=>{const {id:_0x529d03}=ne(_0x5da114['markerName']),_0x535126=_0x53703d['plugins']['get'](m)['getCommentThread'](_0x529d03),_0x5d00b4=this['activeMarker']&&ne(this['activeMarker'])['id']===_0x529d03;let _0x4da1e0;if(_0x535126&&_0x535126['isResolved']&&!_0x5d00b4&&_0x5da114['item'])return _0x262448['consumable']['consume'](_0x5da114['item'],'addMarker:'+_0x5da114['markerName']),_0x262448['consumable']['consume'](_0x5da114['item'],'removeMarker:'+_0x5da114['markerName']),null;const _0x1da8ec=['ck-comment-marker'];return _0x5d00b4&&_0x1da8ec['push']('ck-comment-marker--active'),_0x4da1e0=_0x535126&&_0x535126['length']?_0x535126['comments']['first']['author']['id']:_0xddaa04['me']['id'],{'classes':_0x1da8ec,'attributes':{'data-comment':_0x529d03,'data-author-id':_0x4da1e0}};}}),_0x53703d['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x1d425e,{options:_0x57b018})=>{const _0x4effb4=_0x53703d['plugins']['get'](m),_0x5d79fe=_0x53703d['model']['markers']['get'](_0x1d425e),{id:_0x35c76f,part:_0x2da074}=ne(_0x1d425e);if(_0x5d79fe&&!_0x5d79fe['affectsData'])return null;if(_0x57b018['ignoreResolvedComments']){const _0x94257b=_0x4effb4['getCommentThread'](_0x35c76f);if(_0x94257b&&_0x94257b['isResolved'])return null;}return{'group':'comment','name':_0x2da074?_0x35c76f+':'+_0x2da074:_0x35c76f};}}),_0x53703d['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x3979d2,{writer:_0x41107f})=>_0x41107f['createElement']('$marker',{'data-name':'comment:'+_0x3979d2['getAttribute']('id')})}),_0x53703d['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x276118=this['editor'],_0x14e9d2=_0x276118['plugins']['get'](m),_0x4ca466=new Set(),_0x34ef3=new Set();_0x276118['model']['document']['registerPostFixer'](_0x56fe2f=>{let _0x2249ae=!0x1;for(const {name:_0x236b66,data:_0x1103aa}of _0x276118['model']['document']['differ']['getChangedMarkers']()){const {group:_0x4fd153,id:_0xbd7ce7}=ne(_0x236b66);let _0x5935d4=_0x1103aa['newRange'];if('comment'!==_0x4fd153||!_0x5935d4)continue;const _0x5963b8='$graveyard'===_0x5935d4['root']['rootName'];_0x5963b8||(_0x5935d4=dt(_0x5935d4,_0x276118['model']),!_0x5935d4||_0x5935d4['isCollapsed']||!_0x1103aa['newRange']||_0x5935d4['isEqual'](_0x1103aa['newRange']))?_0x276118['model']['hasContent'](_0x5935d4)&&!_0x5963b8?this['isThreadsLoadingPaused']?_0x4ca466['add'](_0x236b66):this['_handleThreadMarker'](_0x236b66,_0xbd7ce7):(_0x34ef3['add'](_0x236b66),_0x4ca466['delete'](_0x236b66),_0x56fe2f['removeMarker'](_0x236b66),_0x2249ae=!0x0):(_0x56fe2f['updateMarker'](_0x236b66,{'range':_0x5935d4}),_0x2249ae=!0x0);}return _0x2249ae;}),this['on']('change:isThreadsLoadingPaused',(_0x40bb70,_0x21ce06,_0x2a8e6d)=>{if(!_0x2a8e6d&&_0x4ca466['size'])for(const _0x3a55ec of _0x4ca466){const {id:_0x3d5c19}=ne(_0x3a55ec);_0x4ca466['delete'](_0x3a55ec),_0x276118['model']['markers']['get'](_0x3a55ec)&&this['_handleThreadMarker'](_0x3a55ec,_0x3d5c19);}}),this['listenTo'](_0x276118['model']['document'],'change',(_0x4cbc86,_0x2bbd74)=>{for(const {name:_0x1916cd,data:{newRange:_0x214bb5}}of _0x276118['model']['document']['differ']['getChangedMarkers']()){const {group:_0x25705,id:_0x5c1fa5}=ne(_0x1916cd);if('comment'!==_0x25705)continue;const _0x93f096=_0x14e9d2['getCommentThread'](_0x5c1fa5),_0x40f086=this['hasMarkerForId'](_0x5c1fa5);_0x93f096&&(!_0x93f096['_hasTargetInContent']&&_0x214bb5&&_0x276118['editing']['view']['once']('render',()=>{const _0x2f9d50=_0x276118['plugins']['get'](N),_0x14cdb0=_0x14e9d2['_threadToController']['get'](_0x93f096)['view'];_0x2f9d50['getByInnerView'](_0x14cdb0)['refreshVisibility']();},{'priority':'low'}),_0x93f096['_hasTargetInContent']=_0x40f086||!!_0x214bb5),_0x214bb5||(_0x34ef3['add'](_0x1916cd),_0x4ca466['delete'](_0x1916cd));}if(_0x2bbd74['isLocal'])for(const _0xfb66d8 of _0x34ef3){const {id:_0x132fbc}=ne(_0xfb66d8),_0x53d656=_0x14e9d2['getCommentThread'](_0x132fbc),_0x3cb0ab=this['hasMarkerForId'](_0x132fbc);_0x4ca466['delete'](_0xfb66d8),!_0x53d656||_0x3cb0ab||_0x53d656['unlinkedAt']||_0x53d656['setUnlinkedAt'](new Date());}_0x34ef3['clear']();});}['_getTargetForId'](_0x1e1651){const _0x47ea58=this['editor'],_0xb94faa=this['getAllMarkersForId'](_0x1e1651);return nt(_0x47ea58['editing'],_0xb94faa);}['_getTextContext'](_0x48555c){const _0x5370ce=this['getAllMarkersForId'](_0x48555c);let _0x3a3fd3='',_0x5569dc=!0x1;for(const _0x3490fa of _0x5370ce){const _0x2733d6=_0x3490fa['getRange']();for(const _0x18d333 of Array['from'](_0x2733d6['getItems']()))_0x18d333['is']('$textProxy')?(_0x3a3fd3&&_0x5569dc&&(_0x3a3fd3+='\x20',_0x5569dc=!0x1),_0x3a3fd3+=_0x18d333['data']):_0x5569dc=!0x0;_0x5569dc=!0x0;}return _0x3a3fd3['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x54fd13,_0x24536a){const _0x5b6b99=this['editor'],_0x24fa2f=_0x5b6b99['plugins']['get'](m);let _0xcebacd=_0x24fa2f['getCommentThread'](_0x24536a);const _0x2bddd1=_0x5b6b99['config']['get']('collaboration.channelId'),_0x404da1=_0x5b6b99['plugins']['get'](b);if(_0xcebacd&&(_0xcebacd['unlinkedAt']&&_0xcebacd['setUnlinkedAt'](null),_0xcebacd['isAttached']))return _0xcebacd;return!this['getAllMarkersForId'](_0x24536a)[0x0]['managedUsingOperations']?_0x5b6b99['editing']['view']['once']('render',()=>{if(_0x24fa2f['getCommentThread'](_0x24536a))return;const _0x57e545=_0x5b6b99['plugins']['get'](N);_0xcebacd=_0x24fa2f['openNewCommentThread']({'channelId':_0x2bddd1,'threadId':_0x24536a,'target':()=>this['_getTargetForId'](_0x24536a),'context':{'type':'text','value':this['_getTextContext'](_0x24536a)}});const _0xa80398=_0x24fa2f['_threadToController']['get'](_0xcebacd)['view'],_0x4bed0d=_0x57e545['getByInnerView'](_0xa80398);_0x4bed0d&&_0x404da1['registerAnnotation'](_0x4bed0d);},{'priority':'low'}):_0x24fa2f['fetchCommentThread']({'channelId':_0x2bddd1,'threadId':_0x24536a})['then'](_0x537033=>{if('destroyed'!==_0x5b6b99['state']){if(_0xcebacd=_0x537033,_0xcebacd&&!_0xcebacd['isAttached']){const _0x4a5ee2=_0xcebacd['attachTo'](()=>this['_getTargetForId'](_0x24536a));_0x404da1['registerAnnotation'](_0x4a5ee2),_0xcebacd['isResolved']&&this['_reconvertMarkers'](_0x24536a);}else{if(!_0xcebacd){const _0xacf8c1=this['getAllMarkersForId'](_0x24536a);_0x5b6b99['model']['change'](_0x265327=>{for(const _0x3c9ff7 of _0xacf8c1)_0x265327['removeMarker'](_0x3c9ff7);});}}}}),_0xcebacd;}['_handleThreadMarker'](_0x5ace69,_0x428003){const _0x2bb41d=this['_attachMarkerToThread'](_0x5ace69,_0x428003);_0x2bb41d&&!_0x2bb41d['context']&&_0x2bb41d['setContext']({'type':'text','value':this['_getTextContext'](_0x428003)});}['_initAriaMarkerChangeAnnouncements'](){const _0x228e38=this['editor'];ot(_0x228e38['model'],({left:_0x2cb5bf,entered:_0x2cecfe})=>{for(const _0x39e000 of _0x2cb5bf)if(ht(_0x39e000)){_0x228e38['ui']['ariaLiveAnnouncer']['announce'](S(_0x228e38['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x44ebfa of _0x2cecfe)if(ht(_0x44ebfa)){_0x228e38['ui']['ariaLiveAnnouncer']['announce'](S(_0x228e38['locale'],'ENTER_COMMENT_ANNOUNCEMENT',et(te)));break;}});}}function mt(_0x312815,_0x1b3345){return _0x1b3345?_0x312815+':'+_0x1b3345:_0x312815;}function ne(_0x2a77d1){const _0x3125ca=_0x2a77d1['split'](':');return{'group':_0x3125ca[0x0],'id':_0x3125ca[0x1],'part':_0x3125ca[0x2]};}function dt(_0x3df347,_0x1040ec){const _0x513ce8=_0x1040ec['schema'],_0x41a883=_0x1040ec['createRange'](_0x3df347['start']);for(const _0xe7ecd4 of _0x3df347['getWalker']()){const {type:_0x47a91c,item:_0x13c701,nextPosition:_0xfa6baa}=_0xe7ecd4;if('text'===_0x47a91c||_0x513ce8['isObject'](_0x13c701)){const _0x137db6=_0x1040ec['createPositionBefore'](_0x13c701);_0x41a883['isCollapsed']&&(_0x41a883['start']=_0x137db6),_0x41a883['end']=_0xfa6baa;}}return _0x41a883;}function ht(_0x12b35a){return'comment'===ne(_0x12b35a['name'])['group'];}var $t='<!--\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 _0xd910e9{static get['pluginName'](){return'CommentsUI';}static get['requires'](){return[m,r,b,N];}get['CommentsListView'](){return xt;}get['CommentThreadInputView'](){return kt;}['init'](){const _0x101fcf=this['editor'],_0x2af854=_0x101fcf['plugins']['get'](m),_0x431eac=_0x101fcf['plugins']['get'](r),_0x2079b9=_0x101fcf['plugins']['get'](N),_0x249cde=_0x101fcf['plugins']['get'](b);_0x101fcf['ui']['componentFactory']['add']('comment',()=>{const _0x214a78=this['_createUIButton'](_0xf5c577);return _0x214a78['tooltip']=!0x0,_0x214a78;}),_0x101fcf['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x4ea35d)),_0x249cde['addSourceCollector'](()=>{const _0x43c70e=[];for(const [_0x376501,_0x182919]of _0x2af854['_threadToController']){const _0x2f6485=_0x431eac['getAllMarkersForId'](_0x376501['id']),_0xbdf1ad=_0x2f6485['map'](_0x4efad6=>_0x4efad6['getRange']());_0x2f6485['length']>0x0&&_0x43c70e['push']([_0x182919['view'],_0xbdf1ad]);}return _0x43c70e;}),this['listenTo'](_0x2079b9,'change:activeAnnotations',(_0x4c5776,_0x318791,_0x470434)=>{const _0x3b3a85=Array['from'](_0x470434)['map'](_0x315101=>_0x315101['innerView'])['find'](_0x20e9f8=>_0x2af854['_viewToController']['has'](_0x20e9f8));if(!_0x3b3a85)return void(_0x431eac['activeMarker']=null);const _0x369614=_0x2af854['_viewToController']['get'](_0x3b3a85)['model']['id'],_0x4c75ae='comment:'+_0x369614;_0x369614&&_0x431eac['hasMarkerForId'](_0x369614)?_0x431eac['activeMarker']=_0x4c75ae:_0x431eac['activeMarker']&&(_0x431eac['activeMarker']=null);}),this['listenTo'](_0x2af854,'removeCommentThread',(_0x408c81,{threadId:_0x1a3c8a,isFromAdapter:_0x1a26e5})=>{!_0x1a26e5&&_0x101fcf['ui']['focusTracker']['isFocused']&&_0x431eac['hasMarkerForId'](_0x1a3c8a)&&_0x101fcf['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x2af854,'addComment',(_0x3d7bcb,{threadId:_0xc11c66,isFromAdapter:_0x4e62c6})=>{if(_0x4e62c6||!_0x431eac['hasMarkerForId'](_0xc11c66)||!_0x2af854['hasCommentThread'](_0xc11c66))return;0x1===_0x2af854['getCommentThread'](_0xc11c66)['length']&&(_0x101fcf['editing']['view']['focus'](),_0x3d7bcb['stop']());},{'priority':'low'});}['_createUIButton'](_0x1e5103){const _0x34277f=this['editor'],_0x4974be=new _0x1e5103(_0x34277f['locale']),_0x1df901=_0x34277f['commands']['get']('addCommentThread');return _0x4974be['set']({'label':S(_0x34277f['locale'],'Comment'),'icon':$t}),_0x4974be['bind']('isEnabled')['to'](_0x1df901),this['listenTo'](_0x4974be,'execute',()=>_0x1df901['execute']()),_0x4974be;}}class e extends _0xd910e9{static get['pluginName'](){return'CommentsOnly';}static get['requires'](){return[r];}constructor(_0x47cd4e){super(_0x47cd4e),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x531b13,_0x1b52ca,_0x37d65c)=>{_0x37d65c?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0xe1a513,_0x504d4e]of this['editor']['commands'])_0x504d4e['affectsData']&&'addCommentThread'!==_0xe1a513&&_0x504d4e['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x24bf97=this['editor']['editing']['view']['document'];this['listenTo'](_0x24bf97,'cut',_0x91a25b=>_0x91a25b['stop'](),{'priority':'highest'}),this['listenTo'](_0x24bf97,'clipboardInput',_0x3cdd31=>_0x3cdd31['stop'](),{'priority':'highest'}),this['listenTo'](_0x24bf97,'delete',_0x49ec60=>_0x49ec60['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x173e3d,_0xbd5078]of this['editor']['commands'])_0xbd5078['affectsData']&&'addCommentThread'!==_0x173e3d&&_0xbd5078['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class M extends _0x4eeaad{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[N];}static get['pluginName'](){return'AnnotationsUIs';}constructor(_0x3cac31){super(_0x3cac31),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x9d3b11=this['context']['plugins']['get'](N);this['listenTo'](_0x9d3b11,'_activateAnnotation',(_0x341a6b,_0x58abda)=>{for(const _0x56733c of this['activeUIs']){const _0xad7f57=this['_uis']['get'](_0x56733c);(0x0,this['_uisData']['get'](_0x56733c)['filter'])(_0x58abda)&&_0xad7f57['setActiveAnnotation'](_0x58abda);}}),this['listenTo'](_0x9d3b11,'_deactivateAllAnnotations',()=>{for(const _0x12703d of this['activeUIs']){this['_uis']['get'](_0x12703d)['setActiveAnnotation'](null);}}),this['listenTo'](_0x9d3b11['_visibleAnnotations'],'add',(_0x1d3d35,_0x2f0fc0)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x2f0fc0);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x25e487){return this['activeUIs']['has'](_0x25e487);}['activate'](_0x7008c7,_0x2a4a09=()=>!0x0){const _0x2d96df=this['context']['plugins']['get'](N);if(!this['_uis']['has'](_0x7008c7))throw new _0x3a2f4e('annotationsuis-missing-ui',this,{'uiName':_0x7008c7});this['isActive'](_0x7008c7)&&this['deactivate'](_0x7008c7),this['activeUIs']['add'](_0x7008c7);const _0x41dbc0=new x();!function({source:_0x58cc2b,target:_0x249f31,filter:_0x530ee2}){for(const _0x546303 of _0x58cc2b)_0x530ee2(_0x546303)&&_0x249f31['add'](_0x546303);_0x249f31['listenTo'](_0x58cc2b,'add',(_0x4eba74,_0x1c8ecb)=>{_0x530ee2(_0x1c8ecb)&&_0x249f31['add'](_0x1c8ecb);}),_0x249f31['listenTo'](_0x58cc2b,'remove',(_0x5b9c6e,_0x466426)=>{_0x249f31['has'](_0x466426)&&_0x249f31['remove'](_0x466426);});}({'source':_0x2d96df['_visibleAnnotations'],'target':_0x41dbc0,'filter':_0x2a4a09}),this['_uisData']['set'](_0x7008c7,{'collection':_0x41dbc0,'filter':_0x2a4a09});const _0x32cfc8=this['_uis']['get'](_0x7008c7);_0x32cfc8['attach'](_0x41dbc0),this['listenTo'](_0x32cfc8,'change:activeAnnotation',(_0x2e2d77,_0x102f3f,_0x129524,_0x4e78c8)=>{_0x4e78c8&&_0x2d96df['_removeActiveAnnotation'](_0x4e78c8),_0x129524&&_0x2d96df['_addActiveAnnotation'](_0x129524);});}['deactivate'](_0x2d4def){if(this['activeUIs']['delete'](_0x2d4def),!this['_uis']['has'](_0x2d4def))throw new _0x3a2f4e('annotationsuis-missing-ui',this,{'uiName':_0x2d4def});const _0x7e5835=this['_uis']['get'](_0x2d4def);_0x7e5835['detach'](),this['stopListening'](_0x7e5835),this['_uisData']['get'](_0x2d4def)['collection']['destroy'](),this['_uisData']['delete'](_0x2d4def);}['switchTo'](_0x5db48e){if(!this['_uis']['has'](_0x5db48e))throw new _0x3a2f4e('annotationsuis-missing-ui',this,{'uiName':_0x5db48e});const _0x2c2c11=this['context']['plugins']['get'](N),_0x2d4caf=Array['from'](_0x2c2c11['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x5db48e);const _0x402b00=this['_uis']['get'](_0x5db48e);_0x402b00['setActiveAnnotation'](_0x2d4caf),_0x402b00['_setSelectedAnnotations']&&_0x2d4caf&&_0x402b00['_setSelectedAnnotations']([_0x2d4caf]);}['deactivateAll'](){for(const _0x15fc0a of this['activeUIs'])this['deactivate'](_0x15fc0a);}['register'](_0x530489,_0x29a8b1){if(this['_uis']['has'](_0x530489))throw new _0x3a2f4e('annotationsuis-register-already-registered');if('function'!=typeof _0x29a8b1['attach']||'function'!=typeof _0x29a8b1['detach']||'function'!=typeof _0x29a8b1['setActiveAnnotation'])throw new _0x3a2f4e('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x530489,_0x29a8b1);}['refilterAnnotations'](){const _0xa2a9ac=this['context']['plugins']['get'](N)['collection'],_0x1c28d7=new Map(),_0x2cd85b=Array['from'](this['activeUIs']);for(const _0x485750 of this['activeUIs']){const _0x2d094b=this['_uisData']['get'](_0x485750)['collection'];for(const _0x4bb397 of _0x2d094b)_0x1c28d7['set'](_0x4bb397,_0x485750);}for(const _0x3ec76f of _0xa2a9ac){const _0x1597d8=_0x1c28d7['get'](_0x3ec76f);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x3ec76f);const _0x2f376b=_0x2cd85b['find'](_0x191e9d=>this['_uisData']['get'](_0x191e9d)['filter'](_0x3ec76f));_0x1597d8!==_0x2f376b&&(_0x1597d8&&this['_uisData']['get'](_0x1597d8)['collection']['remove'](_0x3ec76f),_0x2f376b&&this['_uisData']['get'](_0x2f376b)['collection']['add'](_0x3ec76f));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x5523a5){const _0x525131=[];for(const _0x5800b6 of this['activeUIs']){(0x0,this['_uisData']['get'](_0x5800b6)['filter'])(_0x5523a5)&&_0x525131['push'](_0x5800b6);}if(_0x525131['length']>0x1)throw new _0x3a2f4e('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x525131,'annotationType':_0x5523a5['type']});}}const oe=Ht('px');class V extends _t{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x3d8aae){super(_0x3d8aae);const _0x1ac142=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['focusables']=this['createCollection'](),this['list']['delegate']('arrowup','arrowdown')['to'](this),this['focusTracker']=new _0x173b85(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x1ac142['to']('class')],'style':{'minHeight':_0x1ac142['to']('minHeight',_0x2fd3f7=>'number'==typeof _0x2fd3f7?oe(_0x2fd3f7+0xa):null)},'dir':_0x3d8aae['uiLanguageDirection'],'role':'application','aria-label':S(_0x3d8aae,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':S(_0x3d8aae,'Annotations\x20list')},'children':this['list']}]});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['focus'](){this['focusCycler']['focusFirst']();}['_setupKeyboardNavigation'](){this['list']['delegate']('change:top')['to'](this),this['on']('change:top',_0x5a4dae=>{this['_updateItemPositionInFocusables'](_0x5a4dae['source']);}),this['list']['forEach'](_0x335767=>{this['focusTracker']['add'](_0x335767['element']),this['_updateItemPositionInFocusables'](_0x335767);}),this['list']['on']('change',(_0x4a04c4,_0x5f31f1)=>{for(const _0x44bd22 of _0x5f31f1['removed'])this['focusTracker']['remove'](_0x44bd22['element']),this['focusables']['remove'](_0x44bd22);for(const _0x59dc9e of _0x5f31f1['added'])this['focusTracker']['add'](_0x59dc9e['element']),this['_updateItemPositionInFocusables'](_0x59dc9e);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x483836){const _0x189d5d=this['focusables']['getIndex'](_0x483836);let _0x45731f,_0x4d8403;for(const _0x4178d9 of this['focusables'])if(_0x483836['top']<_0x4178d9['top']){_0x45731f=_0x4178d9;break;}if(_0x4d8403=_0x45731f?this['focusables']['getIndex'](_0x45731f):this['focusables']['length'],-0x1!==_0x189d5d){if(_0x189d5d===_0x4d8403-0x1)return;this['focusables']['remove'](_0x483836),_0x4d8403=_0x45731f?this['focusables']['getIndex'](_0x45731f):this['focusables']['length'];}this['focusables']['add'](_0x483836,_0x4d8403);}}const qt=Ht('px');class H extends _t{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x43c388){super(_0x43c388),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x594441,_0x43b91b)=>_0x594441+_0x43b91b),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Lt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x2dea1e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x2dea1e['to']('isAnimationDisabled',_0x3183d5=>_0x3183d5?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x2dea1e['to']('top',_0x1c8150=>qt(_0x1c8150))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x409aa5=this['element']['clientHeight'];_0x409aa5&&(this['height']=_0x409aa5);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class D extends _0x4eeaad{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}constructor(_0x2efb3){super(_0x2efb3),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 _0x551643=this['context']['config']['get']('sidebar.container');_0x551643&&this['setContainer'](_0x551643);}['setContainer'](_0x20edae){if(!y(_0x20edae))throw new _0x3a2f4e('sidebar-setcontainer-invalid-element');this['container']=_0x20edae;}['_attachToContainer']({viewClass:_0x43ae34='',spaceBetweenItems:_0x468f9f=0x19}={}){if(!y(this['container']))throw new _0x3a2f4e('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x43ae34,this['_spaceBetweenItems']=_0x468f9f;}['rearrange']({removedAnnotation:_0x114cd7,previousAnnotation:_0x6f564b,nextAnnotation:_0x124a06}){const _0x1ad8ac=this['getSidebarItemView'](_0x114cd7);this['view']['list']['remove'](_0x1ad8ac),this['_destroySidebarItemView'](_0x114cd7),_0x6f564b&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x6f564b)),_0x124a06&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x124a06)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x4ff979,activatedAnnotation:_0x25d6a6,disableAnimationOnActivatedAnnotation:_0x3ceecb}){if(this['_activeAnnotation']=_0x25d6a6,_0x4ff979){_0x4ff979['isActive']=!0x1;const _0x20e38a=this['getSidebarItemView'](_0x4ff979);_0x20e38a&&_0x3ceecb&&(_0x20e38a['isAnimationDisabled']=!0x1);}if(_0x25d6a6){const _0x1ecf91=this['getSidebarItemView'](_0x25d6a6);_0x1ecf91&&(_0x25d6a6['isActive']=!0x0,_0x3ceecb&&(_0x1ecf91['isAnimationDisabled']=!0x0,_0x1ecf91['top']+=0x1),this['_alignToTargetRect'](_0x1ecf91));}}['_detachFromContainer'](_0x47e161){if(this['view']['element']['remove'](),_0x47e161){for(const _0x41f741 of _0x47e161)this['_destroySidebarItemView'](_0x41f741);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x196f96,_0xbd8e89){_0xbd8e89||(_0xbd8e89=_0x196f96['view']);const _0x190c42=new H(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x190c42,_0x196f96),this['_annotationToSidebarItemView']['set'](_0x196f96,_0x190c42),_0x190c42['content']['add'](_0xbd8e89),this['listenTo'](_0x196f96['view'],'change:targetRect',(_0x114ea4,_0x1d8499,_0x425fec)=>{const _0x165a37=this['_getTargetTop'](_0x196f96,_0x425fec);_0x190c42['_targetTop']!=_0x165a37&&(_0x190c42['_targetTop']=_0x165a37,this['_setItemTop'](_0x190c42,_0x165a37));}),this['listenTo'](_0x190c42,'change:top',()=>{this['_recalculate'](_0x190c42,'top');}),this['listenTo'](_0x190c42,'change:bottom',()=>{this['_recalculate'](_0x190c42,'bottom');}),this['_alignToTargetRect'](_0x190c42);const _0x1cd9f6=this['_getItemBefore'](_0x190c42);if(_0x1cd9f6)this['_alignAfterItem'](_0x1cd9f6,_0x190c42)||this['_alignToTargetRect'](_0x190c42);else this['_alignToTargetRect'](_0x190c42);return this['_updateLastItem'](),this['view']['list']['add'](_0x190c42),_0x190c42;}['_alignForTopChange'](_0xe605e8){if(!_0xe605e8['content']['length'])return;const _0x4e9825=this['_getItemBefore'](_0xe605e8);if(!_0x4e9825)return;const _0x542336=this['_sidebarItemViewToAnnotation']['get'](_0x4e9825),_0x487f79=this['_activeAnnotation'];_0x487f79&&_0x487f79===_0x542336?this['_alignAfterItem'](_0x4e9825,_0xe605e8):this['_alignBeforeItem'](_0xe605e8,_0x4e9825);}['_alignForBottomChange'](_0x2edba7){if(!_0x2edba7['content']['length'])return;const _0x318bc4=this['_getItemAfter'](_0x2edba7);if(!_0x318bc4)return;const _0x213546=this['_sidebarItemViewToAnnotation']['get'](_0x318bc4),_0x4605ee=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x5de2c6=this['_activeAnnotation'];_0x5de2c6&&_0x5de2c6===_0x213546&&_0x4605ee?(this['_alignBeforeItem'](_0x318bc4,_0x2edba7),this['_alignAfterItem'](_0x2edba7,_0x318bc4)):_0x5de2c6&&_0x5de2c6===_0x213546?this['_alignBeforeItem'](_0x318bc4,_0x2edba7):this['_alignAfterItem'](_0x2edba7,_0x318bc4);}['_recalculate'](_0x5409ed,_0x215f87){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x5012f6,changedProp:_0x49babc}of this['_recalculateBuffer'])'top'===_0x49babc?this['_alignForTopChange'](_0x5012f6):this['_alignForBottomChange'](_0x5012f6);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x5409ed,'changedProp':_0x215f87});}['getSidebarItemView'](_0x26c25b){return this['_annotationToSidebarItemView']['get'](_0x26c25b);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x55fefd){const _0x1d2b12=this['getSidebarItemView'](_0x55fefd);this['stopListening'](_0x1d2b12),this['stopListening'](_0x55fefd['view']),_0x1d2b12['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x55fefd),this['_sidebarItemViewToAnnotation']['delete'](_0x1d2b12);}['_createSidebarView'](){const _0x4f2522=new V(this['context']['locale']);return _0x4f2522['render'](),this['on']('change:_lastItem',(_0x54394a,_0xb646d8,_0x1bdbfe,_0x20c6c0)=>{_0x20c6c0&&_0x4f2522['unbind']('minHeight'),_0x1bdbfe?_0x4f2522['bind']('minHeight')['to'](_0x1bdbfe,'bottom'):_0x4f2522['minHeight']=null;}),_0x4f2522;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x55346f){const _0x560a83=this['_sidebarItemViewToAnnotation']['get'](_0x55346f),_0x8221a2=_0x560a83&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x560a83)-0x1);return _0x8221a2&&this['getSidebarItemView'](_0x8221a2)||null;}['_getItemAfter'](_0x4cc727){const _0x20f017=this['_sidebarItemViewToAnnotation']['get'](_0x4cc727),_0x57dfcb=_0x20f017&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x20f017)+0x1);return _0x57dfcb&&this['getSidebarItemView'](_0x57dfcb)||null;}['_alignBeforeItem'](_0x4a7e6d,_0x5c8386){_0x4a7e6d['updateHeight']();const _0x47d2e8=R(_0x5c8386['bottom']+this['_spaceBetweenItems'],_0x4a7e6d['top']);return!!_0x47d2e8&&(this['_setItemTop'](_0x5c8386,_0x5c8386['top']-_0x47d2e8),!0x0);}['_alignAfterItem'](_0x123e2c,_0xa5af1b){_0x123e2c['updateHeight']();const _0x255b49=R(_0x123e2c['bottom']+this['_spaceBetweenItems'],_0xa5af1b['top']);return!!_0x255b49&&(this['_setItemTop'](_0xa5af1b,_0xa5af1b['top']+_0x255b49,!0x1),!0x0);}['_alignToTargetRect'](_0x348f8a){const _0xa207ed=this['_sidebarItemViewToAnnotation']['get'](_0x348f8a);if(!_0xa207ed||!_0xa207ed['target']||!_0xa207ed['targetRect'])return;const _0x217423=this['_getTargetTop'](_0xa207ed,_0xa207ed['targetRect']);this['_setItemTop'](_0x348f8a,_0x217423);}['_getTargetTop'](_0x1aecd3,_0x281528){if(null===_0x281528)return 0x0;if(_0x1aecd3['target']instanceof _0x5548f7)return _0x281528['top'];{const _0x4e6aca=new _0x5548f7(this['view']['element'])['top'];return _0x281528['top']-_0x4e6aca;}}['_setItemTop'](_0x3146e5,_0x1b5bdb,_0x17e280=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x17e280&&(_0x1b5bdb=Math['max'](_0x1b5bdb,this['_getMaxAvailableTop'](_0x3146e5))),_0x3146e5['top']=_0x1b5bdb;}['_getMaxAvailableTop'](_0x322a0a){let _0x577e38=this['_getItemBefore'](_0x322a0a),_0x4827fb=0x0;for(;_0x577e38;)_0x577e38['updateHeight'](),_0x4827fb+=this['_spaceBetweenItems']+_0x577e38['height'],_0x577e38=this['_getItemBefore'](_0x577e38);return _0x4827fb;}}function R(_0x13dcb8,_0x2cb420){return Math['max'](_0x13dcb8-_0x2cb420,0x0);}function y(_0xeb86a6){return null!==_0xeb86a6&&'object'==typeof _0xeb86a6&&0x1===_0xeb86a6['nodeType'];}class n extends _0x4eeaad{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,M];}static get['pluginName'](){return'WideSidebar';}constructor(_0x3e95bb){super(_0x3e95bb),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x6b0c22(),this['_refreshPositioningDebounced']=_0x3827f8(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x5a682d=this['context']['plugins']['get'](M),_0x5e428b=this['context']['plugins']['get'](D);_0x5a682d['register']('wideSidebar',this),_0x5e428b['container']&&_0x5a682d['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x386ec3){if(_0x386ec3===this['activeAnnotation'])return;const _0x4da7f4=this['context']['plugins']['get'](D);_0x4da7f4['_activeAnnotation']=_0x386ec3;const _0x58c9f2=this['activeAnnotation'];this['activeAnnotation']=_0x386ec3,_0x4da7f4['refresh']({'blurredAnnotation':_0x58c9f2,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x1c52e4){this['annotations']=_0x1c52e4;const _0xa80d7e=this['context']['plugins']['get'](D);if(_0xa80d7e['_annotations']=_0x1c52e4,this['isAttached'])throw new _0x3a2f4e('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0xa80d7e,'set:container',()=>{this['detach'](),this['listenTo'](_0xa80d7e,'change:container',_0x2b1cb2=>{_0x2b1cb2['off'](),this['attach'](_0x1c52e4);});}),_0xa80d7e['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x289d1f=_0x28fae6=>{_0x28fae6['updateTargetRect'](),_0xa80d7e['addAnnotation'](_0x28fae6);};for(const _0x2395ca of _0x1c52e4)_0x289d1f(_0x2395ca);this['listenTo'](_0x1c52e4,'add',(_0x19806e,_0x1714bf)=>{_0x289d1f(_0x1714bf);}),this['listenTo'](_0x1c52e4,'remove',(_0x1f8e1a,_0x372465,_0x5783e0)=>{_0xa80d7e['rearrange']({'removedAnnotation':_0x372465,'previousAnnotation':_0x1c52e4['get'](_0x5783e0-0x1),'nextAnnotation':_0x1c52e4['get'](_0x5783e0+0x1)}),_0x372465===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x1c52e4,'focus',(_0x3f55ce,_0x255c04)=>{this['setActiveAnnotation'](_0x255c04);}),this['listenTo'](_0x1c52e4,'blur',()=>{this['setActiveAnnotation'](null);});const _0x1ef6df=this['context']instanceof _0x39e0d3?this['context']['editors']:new _0x6b0c22([this['context']]);for(const _0xc0a264 of _0x1ef6df)this['_integrateWithEditorAnnotations'](_0xc0a264);this['listenTo'](_0x1ef6df,'add',(_0x2ab106,_0xfc79d9)=>{this['listenTo'](_0xfc79d9,'ready',()=>{this['_integrateWithEditorAnnotations'](_0xfc79d9);});}),this['listenTo'](_0x1ef6df,'remove',(_0xc1a1ad,_0x364afe)=>{_0x364afe['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x364afe['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x3a2f4e('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x4585f5=this['context']['plugins']['get'](D);_0x4585f5['_detachFromContainer'](this['annotations']),this['stopListening'](_0x4585f5),this['stopListening'](this['annotations']),this['context']instanceof _0x39e0d3&&this['stopListening'](this['context']['editors']);for(const _0x53841b of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x53841b);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x396c49){if(!_0x396c49['plugins']['has']('EditorAnnotations'))return;const _0x5adb8f=_0x396c49['plugins']['get']('EditorAnnotations'),_0x768cdb=()=>{const _0x5be6d3=_0x5adb8f['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x5be6d3[0x0]||null);};this['listenTo'](_0x5adb8f,'refresh',_0x768cdb),this['listenTo'](_0x5adb8f,'blur',(_0x252144,{isAnnotationTracked:_0x108551})=>{this['activeAnnotation']&&_0x108551(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x5adb8f,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x4e5ed5=>{_0x5adb8f['hasDomSelection']()&&(_0x768cdb(),_0x4e5ed5['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x5adb8f);}['_destroyEditorAnnotationsIntegration'](_0x251136){this['stopListening'](_0x251136),this['_editorAnnotations']['remove'](_0x251136);}}class L extends _0xf5c577{['counterView'];constructor(_0x27f0c8){super(_0x27f0c8);const _0x6fd738=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x456c55,_0x2ea341)=>_0x456c55?'...':_0x2ea341['toString']()),this['set']('annotationType',''),this['icon']=$t,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new _t(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x6fd738['to']('annotationType',_0x57b720=>'ck-annotation-counter__badge--'+_0x57b720),_0x6fd738['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x6fd738['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class i extends _0x4eeaad{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[D,M];}static get['pluginName'](){return'NarrowSidebar';}constructor(_0x341844){super(_0x341844),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x1fcede),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x6b0c22(),this['_refreshPositioningDebounced']=_0x3827f8(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](M)['register']('narrowSidebar',this),this['bodyCollection']=new _0x17419d(this['context']['locale']),this['balloonPanelView']=new _0x4a9292(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0xf078d4){this['annotations']=_0xf078d4;const _0x40092a=this['context']['plugins']['get'](D),_0x7963c3=this['balloonPanelView'];if(_0x40092a['_annotations']=_0xf078d4,this['isAttached'])throw new _0x3a2f4e('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x40092a,'set:container',()=>{this['detach'](),this['listenTo'](_0x40092a,'change:container',_0x12749a=>{_0x12749a['off'](),this['attach'](_0xf078d4);});}),_0x40092a['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x431344=_0x1d8cc3=>{const _0x21cdf2=new L(this['context']['locale']);_0x40092a['addAnnotation'](_0x1d8cc3,_0x21cdf2),this['_annotationToNarrowView']['set'](_0x1d8cc3,_0x21cdf2),_0x21cdf2['bind']('isDirty','annotationType','number')['to'](_0x1d8cc3['view'],'isDirty','type','length'),_0x21cdf2['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x7963c3['content']['first']!==_0x1d8cc3['view']?(this['_showBalloon'](_0x1d8cc3),_0x1d8cc3['view']['element']['focus'](),this['setActiveAnnotation'](_0x1d8cc3)):this['setActiveAnnotation'](null);});};for(const _0x418fc7 of _0xf078d4)_0x431344(_0x418fc7);this['listenTo'](_0xf078d4,'add',(_0x3cfdad,_0x410cf7)=>{_0x431344(_0x410cf7);}),this['listenTo'](_0xf078d4,'remove',(_0x1a83bf,_0x770d2d,_0x4bb6f2)=>{this['_annotationToNarrowView']['get'](_0x770d2d)['destroy'](),this['_annotationToNarrowView']['delete'](_0x770d2d),_0x40092a['rearrange']({'removedAnnotation':_0x770d2d,'previousAnnotation':_0xf078d4['get'](_0x4bb6f2-0x1),'nextAnnotation':_0xf078d4['get'](_0x4bb6f2+0x1)}),_0x770d2d===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0xf078d4,'focus',(_0x50143c,_0x124704)=>{this['setActiveAnnotation'](_0x124704);}),this['listenTo'](_0xf078d4,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x452e1a,_0x2f3ae1)=>{_0x2f3ae1['keyCode']===_0x3c75c4['esc']&&_0x7963c3['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x7963c3['content']['first']),this['_hideBalloon'](),_0x2f3ae1['stopPropagation'](),_0x2f3ae1['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x1b5ca7,_0x1bffe1)=>{const _0x132147=_0x1bffe1['target'];_0x7963c3['isVisible']&&_0x7963c3['element']['contains'](_0x132147)||_0x40092a['view']['element']['contains'](_0x132147)||_0x1b5ca7['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x353cd0=>_0x353cd0['contains'](_0x132147))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x333808=this['context']instanceof _0x39e0d3?this['context']['editors']:new _0x6b0c22([this['context']]);for(const _0x144ac8 of _0x333808)this['_integrateWithEditorAnnotations'](_0x144ac8);this['listenTo'](_0x333808,'add',(_0x2df89d,_0x553ae0)=>{this['listenTo'](_0x553ae0,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x553ae0);});}),this['listenTo'](_0x333808,'remove',(_0x3a4620,_0x8eeb30)=>{_0x8eeb30['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x8eeb30['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x31eced){if(_0x31eced===this['activeAnnotation'])return;const _0x5ce6ab=this['context']['plugins']['get'](D);if(_0x5ce6ab['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x31eced,'disableAnimationOnActivatedAnnotation':!0x0}),_0x31eced)_0x5ce6ab['getSidebarItemView'](_0x31eced)?this['_showBalloon'](_0x31eced):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x31eced;}['detach'](){if(!this['isAttached'])throw new _0x3a2f4e('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x449289=this['context']['plugins']['get'](D);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x19b0ce=>_0x19b0ce['destroy']()),this['_annotationToNarrowView']['clear'](),_0x449289['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x39e0d3&&this['stopListening'](this['context']['editors']);for(const _0x119df4 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x119df4);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'](_0x4d127e){if(!_0x4d127e['plugins']['has']('EditorAnnotations'))return;const _0x30f2fb=_0x4d127e['plugins']['get']('EditorAnnotations'),_0x53a4eb=this['context']['plugins']['get'](D),_0x35acd8=this['annotations'],_0x48d9f6=this['balloonPanelView'],_0x1681a5=()=>{const _0x3317de=_0x30f2fb['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x3317de),this['setActiveAnnotation'](_0x3317de[0x0]||null);};this['listenTo'](_0x30f2fb,'refresh',_0x1681a5),this['listenTo'](_0x30f2fb,'blur',(_0x3d2174,{isAnnotationTracked:_0x127472})=>{this['activeAnnotation']&&_0x127472(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x30f2fb,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x35acd8,'blur',_0x55b358=>{_0x30f2fb['hasDomSelection']()&&_0x55b358['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x5391f9,_0xbb76db)=>{const _0x22de37=_0xbb76db['target'];_0x48d9f6['isVisible']&&_0x48d9f6['element']['contains'](_0x22de37)||_0x53a4eb['view']['element']['contains'](_0x22de37)||this['activeAnnotation']&&_0x30f2fb['hasDomSelection']()&&(_0x1681a5(),_0x5391f9['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x30f2fb);}['_destroyEditorAnnotationsIntegration'](_0x41ca0c){_0x41ca0c&&(this['stopListening'](_0x41ca0c),this['_editorAnnotations']['remove'](_0x41ca0c));}['_setSelectedAnnotations'](_0x2818ea){for(const _0x496e56 of this['_selectedAnnotations'])_0x2818ea['includes'](_0x496e56)||this['_manuallyClosedAnnotationViews']['delete'](_0x496e56['view']);this['_selectedAnnotations']=_0x2818ea;}['_refreshPositioning'](){const _0x4310c1=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x4310c1['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x1b89b6){if(this['_manuallyClosedAnnotationViews']['has'](_0x1b89b6['view']))return;const _0x44c662=this['balloonPanelView']['content']['first'];_0x44c662!==_0x1b89b6['view']?(_0x44c662&&this['_detachListeners'](_0x44c662),this['_attachListeners'](_0x1b89b6['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x1b89b6['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x26b7aa=this['balloonPanelView']['content']['first'],_0x4355dc=_0x26b7aa&&this['annotations']['getByView'](_0x26b7aa);if(!_0x4355dc||!this['_annotationToNarrowView']['has'](_0x4355dc))return;const _0x219d6d=this['_annotationToNarrowView']['get'](_0x4355dc)['element'],_0x2ac788=(function(){const _0x2509d2=_0x4a9292['defaultPositions'];return[_0x2509d2['southArrowNorthEast'],_0x2509d2['northArrowSouthEast'],_0x2509d2['southArrowNorth'],_0x2509d2['northArrowSouth'],_0x2509d2['southArrowNorthWest'],_0x2509d2['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x219d6d,'positions':_0x2ac788});}['_hideBalloon'](){const _0x26eb30=this['balloonPanelView'],_0x5e45b1=_0x26eb30['content']['first'];_0x5e45b1&&(this['_detachListeners'](_0x5e45b1),_0x26eb30['unpin'](),_0x26eb30['content']['clear']());}['_attachListeners'](_0x59a15f){this['listenTo'](_0x59a15f,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x59a15f,'Esc',(_0xd85969,_0x27436e)=>{this['_manuallyClosedAnnotationViews']['add'](_0x59a15f),this['_hideBalloon'](),_0x27436e();});}['_detachListeners'](_0x22b8c1){this['stopListening'](_0x22b8c1);}}class c extends _0xd910e9{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[b,_0x4ce2d2,M];}static get['pluginName'](){return'InlineAnnotations';}constructor(_0x4f7dd1){super(_0x4f7dd1),_0x4f7dd1['editing']['view']['addObserver'](_0x3bf1f3),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x4f7dd1['plugins']['get'](_0x4ce2d2),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x38c83e=this['editor']['plugins']['get'](M);_0x38c83e['context']===this['editor']&&(_0x38c83e['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x4ae457,_0x5ef1a9)=>{const _0x2a924f=this['_balloon'];if(this['isAttached']&&_0x2a924f['visibleView']){const _0x4513b2=this['annotations']['getByView'](_0x2a924f['visibleView']);_0x4513b2&&this['_closeAnnotation'](_0x4513b2),_0x5ef1a9();}}));}['afterInit'](){const _0x55c1a2=this['editor']['plugins']['get'](M);_0x55c1a2['context']===this['editor']&&(_0x55c1a2['hasActive']()||_0x55c1a2['switchTo']('inline'));}['setActiveAnnotation'](_0x5406ed){_0x5406ed!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x5406ed&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x5406ed)&&this['_addAnnotationToBalloon'](_0x5406ed,!0x0),_0x5406ed['isActive']=!0x0),_0x5406ed||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x5406ed);}['attach'](_0x4e095f){this['annotations']=_0x4e095f;const _0x4fb87f=this['editor']['plugins']['get'](M),_0x5136fe=this['_balloon'];if(this['isAttached'])throw new _0x3a2f4e('inlineannotations-attach-already-attached',this);if(_0x4fb87f['context']!==this['editor'])throw new _0x3a2f4e('inlineannotations-not-allowed-with-context',this);const _0x4bd3bf=this['editor']['plugins']['get'](b);this['listenTo'](_0x4bd3bf,'refresh',()=>{const _0x2fa8c9=_0x4bd3bf['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x522b25,_0x1f6188;!this['_forceRefresh']&&(_0x522b25=_0x2fa8c9,_0x1f6188=this['_selectedAnnotations'],_0x522b25['length']===_0x1f6188['length']&&_0x522b25['every'](_0xe5fcfb=>_0x1f6188['includes'](_0xe5fcfb)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x2fa8c9),this['setActiveAnnotation'](_0x2fa8c9[0x0]||null));}),this['listenTo'](_0x4bd3bf,'blur',(_0x435bae,{isAnnotationTracked:_0x583d86})=>{this['activeAnnotation']&&_0x583d86(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x4f01f4,_0x49dd55,_0x258813)=>{_0x258813||this['setActiveAnnotation'](null);}),this['listenTo'](_0x4e095f,'remove',(_0x4c844b,_0x4d937b)=>{this['_removeAnnotationFromBalloon'](_0x4d937b),_0x4d937b===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x5136fe,'change:visibleView',(_0x4bf69e,_0x257acf,_0x1395eb,_0x24fa6a)=>{_0x24fa6a&&this['stopListening'](_0x24fa6a);const _0x21277b=_0x4e095f['getByView'](_0x1395eb);_0x1395eb&&_0x21277b&&(this['listenTo'](_0x1395eb,'change:height',()=>{_0x5136fe['updatePosition']();}),this['listenTo'](_0x1395eb,'Esc',()=>{this['_closeAnnotation'](_0x21277b),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x21277b&&this['setActiveAnnotation'](_0x21277b));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x5136fe['visibleView']&&(_0x4e095f['getByView'](_0x5136fe['visibleView'])&&_0x5136fe['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 _0x3a2f4e('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0xd41370 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0xd41370);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x1db9cd){for(const _0x3e6f81 of this['_selectedAnnotations'])_0x1db9cd['includes'](_0x3e6f81)||this['_manuallyClosed']['delete'](_0x3e6f81);for(const _0x26428d of this['annotations'])_0x1db9cd['includes'](_0x26428d)||this['_removeAnnotationFromBalloon'](_0x26428d);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x357c59 of _0x1db9cd)this['_addAnnotationToBalloon'](_0x357c59);}this['_selectedAnnotations']=_0x1db9cd;}['_addAnnotationToBalloon'](_0x27e333,_0x43c6cc=!0x1){this['_manuallyClosed']['has'](_0x27e333)||(this['_addedAnnotations']['has'](_0x27e333)||this['_balloon']['hasView'](_0x27e333['view'])||(this['_addedAnnotations']['add'](_0x27e333),this['_balloon']['add']({'stackId':_0x27e333['view']['id'],'view':_0x27e333['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x27e333)}})),_0x43c6cc&&this['_balloon']['showStack'](_0x27e333['view']['id']));}['_getBalloonTargetForAnnotation'](_0x5cb34b){const _0xdef5a8=_0x5cb34b['target'],_0x5658f2=this['editor']['editing']['view'],_0x11f998=_0x5658f2['document']['selection']['getFirstRange'](),_0x4a4034=_0x5658f2['domConverter']['viewRangeToDom'](_0x11f998);if(_0x4a4034['collapse'](!0x0),_0xdef5a8){if(_0xdef5a8 instanceof _0x5548f7)return _0xdef5a8;let _0xdea5a6=[];for(const _0x2feee3 of _0xdef5a8)_0xdea5a6['push'](...(_0x28fca5=_0x2feee3['getClientRects'](),Array['from'](_0x28fca5)['map'](DOMRect['fromRect'])));_0xdea5a6=function(_0x1387d0){const _0x4d9cb6=[];let _0x2653e2=_0x1387d0[0x0];for(let _0x28da77=0x1;_0x28da77<_0x1387d0['length'];_0x28da77++)q(_0x2653e2,_0x1387d0[_0x28da77])?_0x2653e2['width']+=_0x1387d0[_0x28da77]['width']:(_0x4d9cb6['push'](_0x2653e2),_0x2653e2=_0x1387d0[_0x28da77]);return _0x4d9cb6['push'](_0x2653e2),_0x4d9cb6;}(_0xdea5a6);const _0x3d7b26=_0x4a4034['getBoundingClientRect']();return _0xdea5a6['find'](_0x2ca981=>_0x2ca981['top']<=_0x3d7b26['top']&&_0x2ca981['bottom']>=_0x3d7b26['bottom']&&_0x2ca981['left']<=_0x3d7b26['left']&&_0x2ca981['right']>=_0x3d7b26['right'])||_0xdea5a6[0x0];}var _0x28fca5;return _0x5cb34b['targetRect']||_0x4a4034;}['_removeAnnotationFromBalloon'](_0x27a82c){this['_addedAnnotations']['has'](_0x27a82c)&&this['_balloon']['hasView'](_0x27a82c['view'])&&(this['_addedAnnotations']['delete'](_0x27a82c),this['_balloon']['remove'](_0x27a82c['view']));}['_closeAnnotation'](_0x3a5ba0){this['_manuallyClosed']['add'](_0x3a5ba0),this['_removeAnnotationFromBalloon'](_0x3a5ba0);}}function q(_0x8e32f0,_0x4f4a55){return _0x8e32f0['top']===_0x4f4a55['top']&&_0x8e32f0['bottom']===_0x4f4a55['bottom']&&_0x8e32f0['right']===_0x4f4a55['left'];}var Z='<!--\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 tt extends _t{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x48fe6a,_0x3e69dd){super(_0x48fe6a),this['set']('isEmpty',!_0x3e69dd['length']),this['focusTracker']=new _0x173b85(),this['_annotationViews']=_0x3e69dd,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new Ft({'focusables':_0x3e69dd,'focusTracker':this['focusTracker']}),this['listenTo'](_0x3e69dd,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x3e69dd,'remove',(_0x1a542c,_0x4da0af)=>{_0x4da0af['isActive']&&this['focus'](),_0x3e69dd['length']||(this['isEmpty']=!0x0);});const _0x3936fc=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':S(_0x48fe6a,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x3e69dd},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x3936fc['if']('isEmpty','ck-hidden',_0x44fc3e=>!_0x44fc3e)]},'children':[{'text':S(_0x48fe6a,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy']();}['focus'](){this['focusCycler']['first']?this['focusCycler']['focusFirst']():this['element']['focus']();}['_setupKeyboardNavigation'](){for(const _0xf4e21c of this['_annotationViews'])this['focusTracker']['add'](_0xf4e21c['element']);this['_annotationViews']['on']('change',(_0x55e14a,{added:_0x46a70d,removed:_0x28d684})=>{for(const _0x4d219a of _0x46a70d)this['focusTracker']['add'](_0x4d219a['element']);for(const _0x3e12dd of _0x28d684)this['focusTracker']['remove'](_0x3e12dd['element']);});}}class p extends _0x4eeaad{static get['pluginName'](){return'CommentsArchive';}static get['requires'](){return[m,N];}constructor(_0x30d1b0){super(_0x30d1b0),this['archivedThreads']=new _0x6b0c22();}['init'](){const _0x4e7e16=this['context'],_0x17bcb1=_0x4e7e16['plugins']['get'](m),_0x10f6b5=_0x4e7e16['plugins']['get'](N);this['listenTo'](_0x17bcb1,'addCommentThread',(_0x8dfdcf,{threadId:_0x413a8b})=>{const _0x532d27=_0x17bcb1['getCommentThread'](_0x413a8b);_0x532d27['archivedAt']&&this['archivedThreads']['add'](_0x532d27,this['_calculatePosition'](_0x532d27['archivedAt'])),this['listenTo'](_0x532d27,'change:archivedAt',(_0xbb6a29,_0x5a3f28,_0x4ffa56)=>{_0x4ffa56?this['archivedThreads']['has'](_0x532d27)||this['archivedThreads']['add'](_0x532d27,this['_calculatePosition'](_0x532d27['archivedAt'])):this['archivedThreads']['has'](_0x532d27)&&this['archivedThreads']['remove'](_0x532d27);});}),this['listenTo'](_0x17bcb1,'removeCommentThread',(_0x5a582a,{threadId:_0x5b4ead})=>{const _0x1da341=_0x17bcb1['getCommentThread'](_0x5b4ead);this['stopListening'](_0x1da341),this['archivedThreads']['has'](_0x1da341)&&this['archivedThreads']['remove'](_0x1da341);},{'priority':'highest'}),this['listenTo'](_0x10f6b5['collection'],'focus',(_0x20e631,_0x3070a3)=>{_0x3070a3['isVisible']||(_0x3070a3['isActive']=!0x0,_0x10f6b5['activate'](_0x3070a3));});}['_calculatePosition'](_0x5e60f6){const _0x56cae7=[...this['archivedThreads']]['findIndex'](_0x353cb2=>_0x353cb2['archivedAt']<_0x5e60f6);return _0x56cae7>-0x1?_0x56cae7:this['archivedThreads']['length'];}}class a extends _0xd910e9{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['requires'](){return[p,_0x4a91f4];}constructor(_0x4be527){super(_0x4be527),this['annotationViews']=new _0x3d768d(),this['_pendingThreads']=[];}['init'](){const _0x5e4d00=this['editor'],_0x254878=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x5e4d00['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0xf5c577,!0x0)),_0x5e4d00['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x12cd45=this['_createCommentsArchiveButton'](_0x4ea35d);return _0x12cd45['set']({'role':'menuitemcheckbox'}),_0x12cd45;});const _0x29a654=_0x5e4d00['plugins']['get'](p),_0x18af4d=_0x5e4d00['plugins']['get']('Annotations'),_0x537aa9=_0x5e4d00['plugins']['get']('CommentsRepository');this['listenTo'](_0x29a654['archivedThreads'],'add',(_0x49a9b4,_0x5be94a)=>{const _0x362222=_0x5e4d00['config']['get']('collaboration.channelId');if(!_0x362222||_0x5be94a['channelId']===_0x362222){const _0x2f6a32=_0x537aa9['_threadToController']['get'](_0x5be94a);if(!_0x2f6a32)return void this['_pendingThreads']['push'](_0x5be94a);const _0x477e5a=this['_calculatePosition'](_0x5be94a['archivedAt']),_0xe7d7a5=_0x18af4d['getByInnerView'](_0x2f6a32['view']);_0xe7d7a5['isVisible']&&_0x18af4d['_visibleAnnotations']['remove'](_0xe7d7a5),this['annotationViews']['add'](_0xe7d7a5['view'],_0x477e5a);}}),this['listenTo'](_0x18af4d['collection'],'add',(_0x291b37,_0x6fad77)=>{const _0x1b21a6=this['_pendingThreads']['find'](_0xf0511e=>{const _0x49f63b=_0x537aa9['_threadToController']['get'](_0xf0511e);return _0x49f63b&&_0x6fad77['innerView']===_0x49f63b['view'];});if(_0x1b21a6){const _0x56144f=this['_calculatePosition'](_0x1b21a6['archivedAt']);this['annotationViews']['add'](_0x6fad77['view'],_0x56144f),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x1b21a6),0x1);}}),this['listenTo'](_0x29a654['archivedThreads'],'remove',(_0x1a3644,_0xfea46d)=>{const _0x203f89=_0x5e4d00['config']['get']('collaboration.channelId');if(!_0x203f89||_0xfea46d['channelId']===_0x203f89){const _0x201149=_0x537aa9['_threadToController']['get'](_0xfea46d),_0x2282bd=_0x18af4d['getByInnerView'](_0x201149['view']);this['annotationViews']['remove'](_0x2282bd['view']),this['stopListening'](_0x2282bd['focusableElements']);}}),this['listenTo'](_0x18af4d['collection'],'add',(_0x10900b,_0x3f8b51)=>{this['listenTo'](_0x3f8b51,'escape',_0x254878);}),this['listenTo'](_0x18af4d['collection'],'remove',(_0x55293c,_0x508d9d)=>{this['stopListening'](_0x508d9d,'escape',_0x254878);});}['_calculatePosition'](_0x456bb2){const _0x4e2a02=this['editor']['config']['get']('collaboration.channelId'),_0x19287d=[...this['editor']['plugins']['get'](p)['archivedThreads']]['filter'](_0xf337d8=>_0xf337d8['channelId']===_0x4e2a02)['findIndex'](_0xa2c055=>_0xa2c055['archivedAt']<_0x456bb2);return _0x19287d<0x0||_0x19287d>this['annotationViews']['length']?this['annotationViews']['length']:_0x19287d-0x1;}['_toggleDialog'](){const _0x7f1188=this['editor'],_0x8b388c=_0x7f1188['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new tt(_0x7f1188['locale'],this['annotationViews'])),'commentsArchive'===_0x8b388c['id']?_0x8b388c['hide']():_0x8b388c['show']({'id':'commentsArchive','title':S(_0x7f1188['locale'],'COMMENTS_ARCHIVE'),'icon':Z,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x94cba7['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x1dc9d1,_0x473500=!0x1){const _0x170ab5=this['editor']['locale'],_0x173851=this['editor']['plugins']['get']('Dialog'),_0x4c1d0d=new _0x1dc9d1(_0x170ab5);return _0x4c1d0d['bind']('isEnabled')['to'](this,'isEnabled'),_0x4c1d0d['bind']('isOn')['to'](_0x173851,'id',_0x22a23f=>'commentsArchive'===_0x22a23f),_0x4c1d0d['set']({'label':S(_0x170ab5,'COMMENTS_ARCHIVE'),'icon':Z,'isToggleable':!0x0}),_0x473500&&(_0x4c1d0d['tooltip']=!0x0),this['listenTo'](_0x4c1d0d,'execute',()=>this['_toggleDialog']()),_0x4c1d0d;}['_hideDialogOnAnnotationEscape']=_0x54dcb3=>{const _0x551bb9=_0x54dcb3['source'];if(!this['annotationViews']['has'](_0x551bb9['view']))return;const _0x170b25=this['editor']['plugins']['get']('Dialog');_0x170b25['isOpen']&&'commentsArchive'===_0x170b25['id']&&(_0x170b25['hide'](),_0x54dcb3['stop']());};}class f extends _0xd910e9{static get['requires'](){return[m,r,s,p,a,e,n,i,c];}static get['pluginName'](){return'Comments';}}export{d as Annotation,x as AnnotationCollection,T as AnnotationView,N as Annotations,M as AnnotationsUIs,es as BaseCommentThreadView,ns as BaseCommentView,ie as Comment,se as CommentThread,At as CommentThreadController,kt as CommentThreadInputView,Ct as CommentThreadView,vt as CommentView,f as Comments,p as CommentsArchive,xt as CommentsListView,e as CommentsOnly,m as CommentsRepository,s as CommentsUI,b as EditorAnnotations,c as InlineAnnotations,i as NarrowSidebar,n as WideSidebar};
|