@ckeditor/ckeditor5-document-outline 44.0.0-alpha.11 → 44.0.0-alpha.12

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/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x161845,Command as _0x38c03a}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x165f1c,throttle as _0xd28ac3}from'lodash-es';import{Text as _0x1f147d,TreeWalker as _0x161350}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x2b5ca7,diffToChanges as _0x5996b3,scrollAncestorsToShowTarget as _0x525806,CKEditorError as _0x5b3987,global as _0x23e0ac,Rect as _0xae8dc7,uid as _0x133a59,priorities as _0xf9d049}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x54f01a,ButtonView as _0xbf3890,MenuBarMenuListItemButtonView as _0x4a0bd1}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x4946ed,toWidget as _0x2b35d8}from'@ckeditor/ckeditor5-widget/dist/index.js';import{icons as _0x52e047}from'ckeditor5-collaboration/dist/index.js';function k(_0x357d04){let _0xf43297='';for(const _0x6bed2f of _0x357d04['getChildren']())_0x6bed2f instanceof _0x1f147d&&(_0xf43297+=_0x6bed2f['data']);return _0xf43297;}class i extends _0x161845{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x1a010b=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x426c17=[];_0x1a010b['model']['document']['on']('change',_0x165f1c(()=>{const _0x5c25f0=_0x426c17;_0x426c17=this['_getOutlineDefinitions']();const _0x33d60c=_0x2b5ca7(_0x5c25f0,_0x426c17,(_0x24781e,_0x58e36e)=>_0x24781e['level']===_0x58e36e['level']&&_0x24781e['text']===_0x58e36e['text']&&_0x24781e['modelElement']===_0x58e36e['modelElement']),_0x49bec3=_0x5996b3(_0x33d60c,_0x426c17),_0x30ff07=this['_getActiveHeading'](),_0x3477c4=_0x426c17['findIndex'](_0xc00c57=>_0xc00c57['modelElement']===_0x30ff07);_0x49bec3['length']&&this['fire']('change',{'outlineDefinitions':_0x426c17,'activeItemIndex':_0x3477c4,'outlineChanges':_0x49bec3}),this['fire']('activeItemIndex',{'index':_0x3477c4});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x8db7c=this['editor'],_0x3ab6e4=[],_0x457ba9=this['_headingNames'];for(const _0x302afe of _0x8db7c['model']['document']['getRootNames']())_0x3a2373(_0x8db7c['model']['document']['getRoot'](_0x302afe));function _0x3a2373(_0x29cb34){for(const _0x1b6cc7 of _0x29cb34['getChildren']())_0x1b6cc7['is']('element')&&(_0x457ba9['includes'](_0x1b6cc7['name'])&&_0x3ab6e4['push']({'level':_0x457ba9['indexOf'](_0x1b6cc7['name'])+0x1,'text':k(_0x1b6cc7),'modelElement':_0x1b6cc7}),_0x3a2373(_0x1b6cc7));}return _0x3ab6e4;}['_getActiveHeading'](){const _0x2bf0ed=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x7781cc=new _0x161350({'direction':'backward','startPosition':_0x2bf0ed});for(const _0x19b429 of _0x7781cc)if(_0x19b429['item']['is']('element')&&this['_headingNames']['includes'](_0x19b429['item']['name']))return _0x19b429['item'];}['_getHeadingNames'](){const _0x49b2ca=this['editor']['config']['get']('documentOutline.headings');return _0x49b2ca||function(_0x428ca9){const _0x3b3014=_0x428ca9['config']['get']('heading.options');return _0x3b3014?_0x3b3014['reduce']((_0x34fa3b,_0x3afc23)=>('paragraph'!==_0x3afc23['model']&&_0x34fa3b['push'](_0x3afc23['model']),_0x34fa3b),[]):_0x428ca9['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x1c841b=this['editor'],_0x46cfd3=['h1','h2','h3','h4','h5','h6'],_0x4175ea=[];for(const _0x1f6320 of _0x46cfd3){const _0x3436f6=_0x1c841b['editing']['view']['domConverter']['domToView'](document['createElement'](_0x1f6320)),_0x3c8fbb=_0x1c841b['data']['toModel'](_0x3436f6)['getChild'](0x0);_0x3c8fbb?.['is']('element')&&_0x4175ea['push'](_0x3c8fbb['name']);}this['_headingNames']=_0x4175ea;}}function b(_0x11fd4a,_0x1fe0ea){const t=_0x11fd4a['t'];switch(_0x1fe0ea){case'Empty\x20heading':return t('Empty\x20heading');case'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':return t('Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.');case'No\x20headings\x20were\x20found\x20in\x20the\x20document.':return t('No\x20headings\x20were\x20found\x20in\x20the\x20document.');case'Table\x20of\x20contents':return t('Table\x20of\x20contents');default:return _0x1fe0ea;}}class $ extends _0x54f01a{constructor(_0x21da8b,_0x450f97=!0x1){super(_0x21da8b);const _0x83e22b=this['bindTemplate'],_0x325e64=_0x450f97?'['+b(_0x21da8b,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x5b8a75=>!_0x5b8a75),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x83e22b['to']('level',_0x5a98c2=>'ck-document-outline__item_level-'+_0x5a98c2),_0x83e22b['if']('isActive','ck-document-outline__item_active'),_0x83e22b['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x83e22b['to']('text')},'children':[{'text':_0x83e22b['to']('text',_0x42ee1a=>_0x42ee1a||_0x325e64)}],'on':{'click':_0x83e22b['to']('click')}});}}class I extends _0x54f01a{['items'];['showEmptyHeadingText'];['_documentOutlineContainer'];constructor(_0x36b77e,_0x197857=!0x1,_0x53d4ec){super(_0x36b77e),this['showEmptyHeadingText']=_0x197857,this['set']('activeItemIndex',-0x1),this['_documentOutlineContainer']=_0x53d4ec,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x48fe1b,_0x52d687,_0x3a3004,_0x2924ec)=>{this['_setActiveItem'](_0x2924ec,_0x3a3004);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x36b77e['contentLanguageDirection'],'data-document-outline-empty-placeholder':b(_0x36b77e,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x34193a){_0x34193a['forEach'](_0x388ce1=>{'insert'==_0x388ce1['type']?this['_insertItem'](_0x388ce1['index'],..._0x388ce1['values']):'delete'==_0x388ce1['type']&&this['_deleteItem'](_0x388ce1['index'],_0x388ce1['howMany']);});}['_setActiveItem'](_0x1255b1,_0x249b5d){if(-0x1!==_0x1255b1){const _0x2cced9=this['items']['get'](_0x1255b1);_0x2cced9&&(_0x2cced9['isActive']=!0x1);}-0x1!==_0x249b5d&&(this['items']['get'](_0x249b5d)['isActive']=!0x0,this['_scrollToItem'](_0x249b5d));}['_insertItem'](_0x2efc7d,..._0x91130f){const _0x8c7878=_0x91130f['map']((_0x24c548,_0xc245cb)=>{const _0x561e9c=new $(this['locale'],this['showEmptyHeadingText']);return _0x561e9c['text']=_0x24c548['text'],_0x561e9c['level']=_0x24c548['level'],_0x2efc7d+_0xc245cb===this['activeItemIndex']&&(_0x561e9c['isActive']=!0x0),_0x561e9c;});this['items']['addMany'](_0x8c7878,_0x2efc7d);}['_deleteItem'](_0x43e278,_0x3f84e2){do{this['items']['remove'](_0x43e278);}while(--_0x3f84e2);}['_handleItemClick'](_0x24123c){const _0x26fee2=this['items']['getIndex'](_0x24123c['source']);this['fire']('itemSelected',_0x26fee2);}['_scrollToItem'](_0x410ac7){_0x525806(this['items']['get'](_0x410ac7)['element'],0x14,this['_documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x161845{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x178b3c){super(_0x178b3c),this['view']=new I(_0x178b3c['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0xd28ac3(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x58fd8d=this['editor'],_0x1c21e1=_0x58fd8d['plugins']['get']('DocumentOutlineUtils');let _0x941da9=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x58fd8d['config']['get']('documentOutline.container'))throw new _0x5b3987('document-outline-container-not-provided',{'editor':_0x58fd8d});_0x58fd8d['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x1c21e1['on']('change',this['_handleOutlineChange']['bind'](this)),_0x1c21e1['on']('activeItemIndex',(_0x3a0532,{index:_0x41cf1f})=>this['_setActiveViewItem'](_0x41cf1f)),this['view']['on']('itemSelected',(_0x464724,_0x4d9d9e)=>{_0x941da9=!0x0,this['_handleItemSelected'](_0x4d9d9e);}),this['view']['listenTo'](_0x23e0ac['document'],'scroll',()=>{_0x941da9?_0x941da9=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x23e0ac['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x3f21c5){const _0x3aa153=_0x2e2992([0x65,0x46,0x74,0x47,0x54,0x45,0x4b,0x43,0x6a,0x4a,0x77,0x79,0x6d,0x75,0x71,0x33,0x66,0x73,0x4e,0x72,0x53,0x6f,0x55,0x50,0x6e,0x42,0x63,0x32,0x44,0x6c,0x30,0x61,0x37,0x49,0x5a,0x51,0x7a,0x78,0x4c,0x36,0x31,0x41,0x4d,0x57,0x68,0x59,0x39,0x56,0x70,0x35,0x62,0x67,0x76,0x34,0x52,0x6b,0x69,0x4f,0x48,0x38,0x64,0x58]),_0x32f9f7=0x146ba3d0,_0x393875=0x146cfba0^_0x32f9f7,_0x4d324e=window[_0x2e2992([0x44,0x61,0x74,0x65])][_0x2e2992([0x6e,0x6f,0x77])](),_0x3fa6e1=_0x3f21c5[_0x2e2992([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3aaf57=new window[(_0x2e2992([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5bbbb2=>{_0x3fa6e1[_0x2e2992([0x6f,0x6e,0x63,0x65])](_0x2e2992([0x72,0x65,0x61,0x64,0x79]),_0x5bbbb2);}),_0x336aa3={[_0x2e2992([0x6b,0x74,0x79])]:_0x2e2992([0x45,0x43]),[_0x2e2992([0x75,0x73,0x65])]:_0x2e2992([0x73,0x69,0x67]),[_0x2e2992([0x63,0x72,0x76])]:_0x2e2992([0x50,0x2d,0x32,0x35,0x36]),[_0x2e2992([0x78])]:_0x2e2992([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x2e2992([0x79])]:_0x2e2992([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x2e2992([0x61,0x6c,0x67])]:_0x2e2992([0x45,0x53,0x32,0x35,0x36])},_0x49fa1a=_0x3fa6e1[_0x2e2992([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2e2992([0x67,0x65,0x74])](_0x2e2992([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x50d335(){let _0x209a3b,_0x404f74=null,_0x28fd1f=null;try{if(_0x49fa1a==_0x2e2992([0x47,0x50,0x4c]))return _0x2e2992([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x209a3b=_0x18f4b1(),!_0x209a3b)return _0x2e2992([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x209a3b[_0x2e2992([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x28fd1f=_0x3c0f15(_0x209a3b[_0x2e2992([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x209a3b[_0x2e2992([0x6a,0x74,0x69])])),await _0x130636()?_0x122d31()?_0x10e46e()?_0x2e2992([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x16e51b()?(_0x209a3b[_0x2e2992([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e2992([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x404f74=_0x13ec2d(_0x2e2992([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x209a3b[_0x2e2992([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e2992([0x74,0x72,0x69,0x61,0x6c])&&(_0x404f74=_0x13ec2d(_0x2e2992([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x209a3b[_0x2e2992([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e2992([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x404f74=_0x13ec2d(_0x2e2992([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x34db2c()):_0x2e2992([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2e2992([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2e2992([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x59801c){return _0x2e2992([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x10e46e(){const _0x1921f6=[_0x2e2992([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2e2992([0x74,0x72,0x69,0x61,0x6c])][_0x2e2992([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x209a3b[_0x2e2992([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4d324e/0x3e8:0xe10*_0x393875;return _0x209a3b[_0x2e2992([0x65,0x78,0x70])]<_0x1921f6;}function _0x122d31(){const _0x3c9cc7=_0x209a3b[_0x2e2992([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3c9cc7&&(!!_0x3c9cc7[_0x2e2992([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e2992([0x2a]))||(!!_0x3c9cc7[_0x2e2992([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e2992([0x44,0x4f]))||!!_0x3c9cc7[_0x2e2992([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e2992([0x50,0x50]))));}function _0x16e51b(){const _0x137755=_0x209a3b[_0x2e2992([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x137755||0x0==_0x137755[_0x2e2992([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4918c3}=new URL(window[_0x2e2992([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x137755[_0x2e2992([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4918c3))return!0x0;const _0x146b2a=_0x4918c3[_0x2e2992([0x73,0x70,0x6c,0x69,0x74])](_0x2e2992([0x2e]));return _0x137755[_0x2e2992([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x105e15=>_0x105e15[_0x2e2992([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e2992([0x2a])))[_0x2e2992([0x6d,0x61,0x70])](_0x111714=>_0x111714[_0x2e2992([0x73,0x70,0x6c,0x69,0x74])](_0x2e2992([0x2e])))[_0x2e2992([0x73,0x6f,0x6d,0x65])](_0x4e0207=>_0x146b2a[_0x2e2992([0x65,0x76,0x65,0x72,0x79])]((_0x3fbb69,_0x187af8)=>_0x4e0207[_0x187af8]===_0x3fbb69||_0x4e0207[_0x187af8]===_0x2e2992([0x2a])));}function _0x34db2c(){return _0x404f74&&_0x28fd1f?new window[(_0x2e2992([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x45c222,_0x4d0710)=>{_0x404f74[_0x2e2992([0x74,0x68,0x65,0x6e])](_0x45c222,_0x4d0710),_0x28fd1f[_0x2e2992([0x74,0x68,0x65,0x6e])](_0x29e84e=>{_0x29e84e!=_0x2e2992([0x56,0x61,0x6c,0x69,0x64])&&_0x45c222(_0x29e84e);},_0x4d0710);}):_0x404f74||_0x28fd1f||_0x2e2992([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3c0f15(_0x9e5836,_0x401081){return new window[(_0x2e2992([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x280e85=>{if(_0x5d6396())return _0x280e85(_0x2e2992([0x56,0x61,0x6c,0x69,0x64]));_0x2f4381(),_0x3fa6e1[_0x2e2992([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2e2992([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4d6140=!0x1;const _0x1d4aec=_0x133a59();function _0x4f5df3(_0x5a064d){return!!_0x5a064d&&(typeof _0x5a064d===_0x2e2992([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5a064d===_0x2e2992([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5a064d[_0x2e2992([0x74,0x68,0x65,0x6e])]===_0x2e2992([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5a064d[_0x2e2992([0x63,0x61,0x74,0x63,0x68])]===_0x2e2992([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x470051(_0x1c61d7){_0xac222e(_0x1c61d7)[_0x2e2992([0x74,0x68,0x65,0x6e])](_0x443c9c=>{if(!_0x443c9c||_0x443c9c[_0x2e2992([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2e2992([0x6f,0x6b]))return _0x2e2992([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5e160e(_0x29dc78(_0x1d4aec+_0x401081))!=_0x443c9c[_0x2e2992([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2e2992([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2e2992([0x56,0x61,0x6c,0x69,0x64]);})[_0x2e2992([0x74,0x68,0x65,0x6e])](_0x325cb2=>(_0x2c0f58(),_0x325cb2),()=>{const _0x5ae3d9=_0x4cc617();return null==_0x5ae3d9?(_0x2c0f58(),_0x2e2992([0x56,0x61,0x6c,0x69,0x64])):_0x2e2992(_0x4d324e-_0x5ae3d9>(0x306727d0^_0x32f9f7)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2e2992([0x74,0x68,0x65,0x6e])](_0x280e85)[_0x2e2992([0x63,0x61,0x74,0x63,0x68])](()=>{_0x280e85(_0x2e2992([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5e70cd=0x145d4d50^_0x32f9f7;function _0x2c0f58(){const _0x117d1f=_0x2e2992([0x6c,0x6c,0x63,0x74,0x2d])+_0x5e160e(_0x29dc78(_0x9e5836)),_0x416e43=_0x2af2d1(_0x5e160e(window[_0x2e2992([0x4d,0x61,0x74,0x68])][_0x2e2992([0x63,0x65,0x69,0x6c])](_0x4d324e/_0x5e70cd)));window[_0x2e2992([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e2992([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x117d1f,_0x416e43);}function _0x4cc617(){const _0xa47ca1=_0x2e2992([0x6c,0x6c,0x63,0x74,0x2d])+_0x5e160e(_0x29dc78(_0x9e5836)),_0x10f650=window[_0x2e2992([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e2992([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xa47ca1);return _0x10f650?window[_0x2e2992([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2af2d1(_0x10f650),0x10)*_0x5e70cd:null;}function _0xac222e(_0x48387e){return new window[(_0x2e2992([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x144fe5,_0x4764fd)=>{_0x48387e[_0x2e2992([0x74,0x68,0x65,0x6e])](_0x144fe5,_0x4764fd),window[_0x2e2992([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4764fd,0x146a7710^_0x32f9f7);});}}_0x3fa6e1[_0x2e2992([0x6f,0x6e])](_0x2e2992([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x560e96,_0x5acdc6)=>{if(_0x5acdc6[0x0]!=_0x9e5836)return _0x280e85(_0x2e2992([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5acdc6[0x1]={..._0x5acdc6[0x1],[_0x2e2992([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1d4aec};},{[_0x2e2992([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e2992([0x68,0x69,0x67,0x68])}),_0x3fa6e1[_0x2e2992([0x6f,0x6e])](_0x2e2992([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x167f94=>{_0x4f5df3(_0x167f94[_0x2e2992([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4d6140=!0x0,_0x470051(_0x167f94[_0x2e2992([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2e2992([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e2992([0x6c,0x6f,0x77])}),_0x3aaf57[_0x2e2992([0x74,0x68,0x65,0x6e])](()=>{_0x4d6140||_0x280e85(_0x2e2992([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5d6396(){return _0x3fa6e1[_0x2e2992([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e2992([0x76,0x69,0x65,0x77])][_0x2e2992([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2e2992([0x61,0x75,0x74,0x6f]);}function _0x2f4381(){_0x3fa6e1[_0x2e2992([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e2992([0x76,0x69,0x65,0x77])][_0x2e2992([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2e2992([0x61,0x75,0x74,0x6f]);}}function _0x13ec2d(_0x59e076){const _0x3e97be=[new window[(_0x2e2992([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2f64f0=>setTimeout(_0x2f64f0,0x14629d1c^_0x32f9f7)),_0x3aaf57[_0x2e2992([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2e2992([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x31bd7b=>{let _0x5c8621=0x0;_0x3fa6e1[_0x2e2992([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e2992([0x6f,0x6e])](_0x2e2992([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5a9ce6,_0x85122c)=>{_0x85122c[0x0][_0x2e2992([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5c8621++,_0x5c8621==(0x146ba228^_0x32f9f7)&&(_0x31bd7b(),_0x5a9ce6[_0x2e2992([0x6f,0x66,0x66])]());});}))];return window[_0x2e2992([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2e2992([0x72,0x61,0x63,0x65])](_0x3e97be)[_0x2e2992([0x74,0x68,0x65,0x6e])](()=>_0x59e076);}async function _0x29c1d0(){await _0x3aaf57,_0x3fa6e1[_0x2e2992([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e2992([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x175861,_0x3fa6e1[_0x2e2992([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e2992([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x175861,_0x3fa6e1[_0x2e2992([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2e2992([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3c51b6(_0x189025){const _0x2d880f=_0x3286c6();_0x3fa6e1[_0x2d880f]=_0x2e2992([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])+_0x189025,_0x189025!=_0x2e2992([0x56,0x61,0x6c,0x69,0x64])&&_0x29c1d0();}function _0x3286c6(){const _0x1b14cd=window[_0x2e2992([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2e2992([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2e2992([0x6e,0x6f,0x77])]())[_0x2e2992([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2e2992([0x2e]),'');let _0x1615d9=_0x2e2992([0x65]);for(let _0x420bd3=0x0;_0x420bd3<_0x1b14cd[_0x2e2992([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x420bd3+=0x2){let _0x42310e=window[_0x2e2992([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1b14cd[_0x2e2992([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x420bd3,_0x420bd3+0x2));_0x42310e>=_0x3aa153[_0x2e2992([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x42310e-=_0x3aa153[_0x2e2992([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1615d9+=_0x3aa153[_0x42310e];}return _0x1615d9;}function _0x18f4b1(){const _0x4dc594=_0x49fa1a[_0x2e2992([0x73,0x70,0x6c,0x69,0x74])](_0x2e2992([0x2e]));if(0x3!=_0x4dc594[_0x2e2992([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x349e7d(_0x4dc594[0x1]);function _0x349e7d(_0x36ac6e){const _0x36fdab=_0x34033b(_0x36ac6e);return _0x36fdab&&_0x7dd735()?_0x36fdab:null;function _0x7dd735(){const _0xc5b04f=_0x36fdab[_0x2e2992([0x6a,0x74,0x69])],_0x200476=window[_0x2e2992([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xc5b04f[_0x2e2992([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xc5b04f[_0x2e2992([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xa484be={..._0x36fdab,[_0x2e2992([0x6a,0x74,0x69])]:_0xc5b04f[_0x2e2992([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xc5b04f[_0x2e2992([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xa484be[_0x2e2992([0x76,0x63])],_0x29dc78(_0xa484be)==_0x200476;}}}async function _0x130636(){let _0x3a5951=!0x0;try{const _0x4c1f95=_0x49fa1a[_0x2e2992([0x73,0x70,0x6c,0x69,0x74])](_0x2e2992([0x2e])),[_0x20a0d6,_0x26d906,_0x42c6a0]=_0x4c1f95;return _0x5462d8(_0x20a0d6),await _0x25d9f5(_0x20a0d6,_0x26d906,_0x42c6a0),_0x3a5951;}catch(_0x955d57){return!0x1;}function _0x5462d8(_0x8dbce0){const _0x6291f4=_0x34033b(_0x8dbce0);_0x6291f4&&_0x6291f4[_0x2e2992([0x61,0x6c,0x67])]==_0x2e2992([0x45,0x53,0x32,0x35,0x36])||(_0x3a5951=!0x1);}async function _0x25d9f5(_0x3f8391,_0xcb14c9,_0x35b1eb){const _0x32cad7=window[_0x2e2992([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2e2992([0x66,0x72,0x6f,0x6d])](_0x31b922(_0x35b1eb),_0x8a1578=>_0x8a1578[_0x2e2992([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x31423f=new window[(_0x2e2992([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2e2992([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3f8391+_0x2e2992([0x2e])+_0xcb14c9),_0x162109=window[_0x2e2992([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2e2992([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x162109)return;const _0x501907=await _0x162109[_0x2e2992([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2e2992([0x6a,0x77,0x6b]),_0x336aa3,{[_0x2e2992([0x6e,0x61,0x6d,0x65])]:_0x2e2992([0x45,0x43,0x44,0x53,0x41]),[_0x2e2992([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2e2992([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2e2992([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x162109[_0x2e2992([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2e2992([0x6e,0x61,0x6d,0x65])]:_0x2e2992([0x45,0x43,0x44,0x53,0x41]),[_0x2e2992([0x68,0x61,0x73,0x68])]:{[_0x2e2992([0x6e,0x61,0x6d,0x65])]:_0x2e2992([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x501907,_0x32cad7,_0x31423f)||(_0x3a5951=!0x1);}}function _0x34033b(_0x54f1ee){return _0x54f1ee[_0x2e2992([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2e2992([0x65,0x79]))?JSON[_0x2e2992([0x70,0x61,0x72,0x73,0x65])](_0x31b922(_0x54f1ee)):null;}function _0x31b922(_0xcdc4ad){return window[_0x2e2992([0x61,0x74,0x6f,0x62])](_0xcdc4ad[_0x2e2992([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2e2992([0x2b]))[_0x2e2992([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2e2992([0x2f])));}function _0x29dc78(_0x3357e0){let _0x2ea568=0x1505;function _0xb65a86(_0x35d33c){for(let _0x318c6a=0x0;_0x318c6a<_0x35d33c[_0x2e2992([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x318c6a++){const _0x596a9e=_0x35d33c[_0x2e2992([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x318c6a);_0x2ea568=(_0x2ea568<<0x5)+_0x2ea568+_0x596a9e,_0x2ea568&=_0x2ea568;}}function _0x73a3f9(_0x5f308c){Array[_0x2e2992([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5f308c)?_0x5f308c[_0x2e2992([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x73a3f9):_0x5f308c&&typeof _0x5f308c==_0x2e2992([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2e2992([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5f308c)[_0x2e2992([0x73,0x6f,0x72,0x74])]()[_0x2e2992([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x242126,_0x592ced])=>{_0xb65a86(_0x242126),_0x73a3f9(_0x592ced);}):_0xb65a86(window[_0x2e2992([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5f308c));}return _0x73a3f9(_0x3357e0),_0x2ea568>>>0x0;}function _0x5e160e(_0x18ad48){return _0x18ad48[_0x2e2992([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2e2992([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2e2992([0x30]));}function _0x2af2d1(_0x51d757){return _0x51d757[_0x2e2992([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2e2992([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2e2992([0x6a,0x6f,0x69,0x6e])]('');}function _0x175861(){}function _0x2e2992(_0x1cdbb1){return _0x1cdbb1['map'](_0x266615=>String['fromCharCode'](_0x266615))['join']('');}_0x3c51b6(await _0x50d335());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x42d521,{outlineDefinitions:_0x4eb1ce,outlineChanges:_0x5bd7fb}){this['_currentOutlineDefinitions']=_0x4eb1ce,this['view']['sync'](_0x5bd7fb);}['_setActiveViewItem'](_0x9b57e8){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x9b57e8]&&(this['view']['activeItemIndex']=_0x9b57e8);}['_handleItemSelected'](_0xd0f966){const _0x26e7b2=this['_currentOutlineDefinitions'][_0xd0f966]['modelElement'];this['editor']['model']['change'](_0x132216=>{_0x132216['setSelection'](_0x26e7b2,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0xd0f966);}['_updateActiveDefinitionOnViewportChange'](){const _0x1bb1ec=this['editor'];let _0x507d3c;for(const _0x2b49a0 of _0x1bb1ec['model']['document']['getRootNames']()){const _0x244440=_0x1bb1ec['editing']['view']['getDomRoot'](_0x2b49a0),_0x177e16=_0x244440&&new _0xae8dc7(_0x244440)['getVisible']();if(_0x177e16){const _0x542b1c=new _0xae8dc7(_0x23e0ac['window'])['getIntersection'](_0x177e16);_0x542b1c&&(_0x507d3c=_0x542b1c['top']+0.25*_0x542b1c['height']);}}if(void 0x0===_0x507d3c)return;const _0x438be6=_(_0x1bb1ec['editing'],this['_currentOutlineDefinitions'],_0x507d3c);_0x438be6?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x438be6)):this['_setActiveViewItem'](-0x1);}}function _(_0x31ecd0,_0x1f7938,_0x59a72d,_0x5e1563=0x0,_0x2fbd7e=_0x1f7938['length']-0x1){const _0x177775=Math['floor'](_0x5e1563+(_0x2fbd7e-_0x5e1563)/0x2);if(_0x2fbd7e>=_0x5e1563){const _0x389b6d=_0x1f7938[_0x177775],_0x5d15a2=_0x31ecd0['mapper']['toViewElement'](_0x389b6d['modelElement']);if(!_0x5d15a2)return null;const _0x20b3d8=_0x31ecd0['view']['domConverter']['mapViewToDom'](_0x5d15a2);return new _0xae8dc7(_0x20b3d8)['bottom']>_0x59a72d?_(_0x31ecd0,_0x1f7938,_0x59a72d,_0x5e1563,_0x177775-0x1):_(_0x31ecd0,_0x1f7938,_0x59a72d,_0x177775+0x1,_0x2fbd7e);}return _0x177775<0x0?null:_0x1f7938[_0x177775];}class u extends _0x161845{['licenseKey'];['_licenseKeyCheckInterval'];static get['requires'](){return[i,n];}static get['pluginName'](){return'DocumentOutline';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5c66d0=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2ae9bf;for(const _0x112e19 in _0x5c66d0){const _0x5538b7=_0x112e19,_0x13fce7=_0x5c66d0[_0x5538b7];if('documentOutlineLicenseKeyValid'==_0x13fce7||'documentOutlineLicenseKeyInvalid'==_0x13fce7||'documentOutlineLicenseKeyExpired'==_0x13fce7||'documentOutlineLicenseKeyDomainLimit'==_0x13fce7||'documentOutlineLicenseKeyNotAllowed'==_0x13fce7||'documentOutlineLicenseKeyEvaluationLimit'==_0x13fce7||'documentOutlineLicenseKeyTrialLimit'==_0x13fce7||'documentOutlineLicenseKeyDevelopmentLimit'==_0x13fce7||'documentOutlineLicenseKeyUsageLimit'==_0x13fce7){delete _0x5c66d0[_0x5538b7],_0x2ae9bf=_0x13fce7,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x2ae9bf&&_0x5c66d0['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x2ae9bf&&_0x5c66d0['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x2ae9bf&&_0x5c66d0['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x2ae9bf&&_0x5c66d0['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x2ae9bf&&_0x5c66d0['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x2ae9bf&&_0x5c66d0['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyDevelopmentLimit'==_0x2ae9bf&&_0x5c66d0['_showLicenseError']('developmentLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x2ae9bf&&_0x5c66d0['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class f extends _0x38c03a{['execute'](){this['editor']['model']['change'](_0x5761c1=>{this['editor']['model']['insertObject'](_0x5761c1['createElement']('tableOfContents'));});}['refresh'](){const _0x3453e0=this['editor']['model'],_0x4dbe85=_0x3453e0['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x4dbe85&&_0x3453e0['schema']['findAllowedParent'](_0x4dbe85,'tableOfContents'));}}class g extends _0x161845{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x4dcb87=this['editor'];if(_0x4dcb87['config']['get']('headingId.modelAttributeName'))return;(function(_0x37f797){const _0x550d1d=new Map();if(_0x37f797)return _0x37f797['forEach'](_0x15d280=>{'paragraph'!==_0x15d280['model']&&_0x550d1d['set'](_0x15d280['view'],_0x15d280['model']);}),_0x550d1d['get']('h1')||_0x550d1d['set']('h1','heading1'),_0x550d1d;return _0x550d1d;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x482ced,_0x19b193)=>{this['_customUpcastHeadingsConversion'](_0x19b193),this['_customDataDowncastHeadingsConversion'](_0x482ced),_0x4dcb87['model']['schema']['isRegistered'](_0x482ced)&&_0x4dcb87['model']['schema']['extend'](_0x482ced,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x2e077b){this['editor']['conversion']['for']('upcast')['add'](_0x17edb4=>_0x17edb4['on']('element:'+_0x2e077b,(_0x4436c7,_0x5564c9,_0x112bfa)=>{const {consumable:_0xbd3533,writer:_0x1b2049}=_0x112bfa,_0x238582=_0x5564c9['viewItem']['getAttribute']('id'),_0x1273bb=_0x5564c9['modelRange']['getContainedElement']();if(_0x1273bb)return _0x238582&&_0x238582['length']||_0x1273bb['hasAttribute']('headingId')?void(_0xbd3533['consume'](_0x5564c9['viewItem'],{'attributes':['id']})&&_0x1b2049['setAttribute']('headingId',_0x238582,_0x1273bb)):(_0xbd3533['consume'](_0x5564c9['viewItem'],{'attributes':['id']}),void _0x1b2049['setAttribute']('headingId',_0x133a59(),_0x1273bb));},{'priority':_0xf9d049['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x4ada17){this['editor']['conversion']['for']('downcast')['add'](_0x1426c9=>_0x1426c9['on']('attribute:headingId:'+_0x4ada17,(_0x49cc9d,_0x5e647a,_0x46f0a5)=>{if(!_0x46f0a5['consumable']['consume'](_0x5e647a['item'],_0x49cc9d['name']))return;const _0x565308=_0x5e647a['item']['getAttribute']('headingId'),_0x2aa41c=_0x46f0a5['mapper']['toViewElement'](_0x5e647a['item']);_0x46f0a5['writer']['setAttribute']('id',_0x565308,_0x2aa41c);}));}['_registerHeadingIdAttributePostfixer'](){const _0x22ccc7=this['editor'],_0x33af4c=new Set(),_0x3aac70=new Set();function _0x4123b1(_0x55c7bb,_0x3bc6d0){const _0x5828c9=_0x133a59();return _0x3aac70['add'](_0x5828c9),_0x55c7bb['setAttribute']('headingId',_0x5828c9,_0x3bc6d0),_0x5828c9;}function _0x3ce917(_0x1bde7a,_0xa5ce5){_0x1bde7a['removeAttribute']('headingId',_0xa5ce5);}_0x22ccc7['model']['document']['registerPostFixer'](_0x4c3554=>{const _0x1a99bf=_0x22ccc7['model']['document']['differ']['getChanges']();let _0x595a0f=!0x1;for(const _0x56b2bc of _0x1a99bf)if('insert'==_0x56b2bc['type']&&_0x56b2bc['name']){if(_0x56b2bc['name']['match'](/heading\d/)){const _0x55a651=_0x56b2bc['attributes']['get']('headingId');'string'==typeof _0x55a651?_0x33af4c['has'](_0x55a651)?(_0x4123b1(_0x4c3554,_0x56b2bc['position']['nodeAfter']),_0x595a0f=!0x0):_0x3aac70['add'](_0x55a651):(_0x4123b1(_0x4c3554,_0x56b2bc['position']['nodeAfter']),_0x595a0f=!0x0);}else'string'==typeof _0x56b2bc['attributes']['get']('headingId')&&(_0x3ce917(_0x4c3554,_0x56b2bc['position']['nodeAfter']),_0x595a0f=!0x0);}else{if('remove'==_0x56b2bc['type']){const _0x31f419=_0x56b2bc['attributes']['get']('headingId');'string'==typeof _0x31f419&&_0x33af4c['delete'](_0x31f419);}}return _0x595a0f;}),_0x22ccc7['model']['document']['on']('change',()=>{_0x3aac70['forEach'](_0x4eee8c=>_0x33af4c['add'](_0x4eee8c)),_0x3aac70['clear']();});}}class s extends _0x161845{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x4946ed,i,g];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x26d6e4){super(_0x26d6e4),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x280fb3=this['editor'],_0x3121cd=_0x280fb3['editing']['view']['document'];_0x280fb3['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x280fb3['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x3121cd,'click',(_0x31ab44,_0x227ae1)=>{if(!_0x227ae1['target'])return;const _0x3ee24e=_0x227ae1['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x3ee24e)&&(_0x227ae1['domEvent']['preventDefault'](),_0x31ab44['stop'](),this['_handleScrollToHeading'](_0x3ee24e));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x280fb3['commands']['add']('insertTableOfContents',new f(_0x280fb3)),(_0x280fb3['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x2bcaf2,_0x4e51ce)=>{this['_currentOutlineDefinitions']=_0x4e51ce['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x280fb3['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x4d64e6){const _0x56226b=_0x200afc([0x6e,0x4b,0x57,0x51,0x39,0x35,0x5a,0x62,0x58,0x6f,0x41,0x68,0x72,0x30,0x55,0x4c,0x38,0x48,0x76,0x6a,0x4f,0x43,0x54,0x69,0x49,0x6b,0x7a,0x79,0x45,0x53,0x36,0x47,0x52,0x59,0x33,0x63,0x67,0x4d,0x77,0x65,0x56,0x37,0x71,0x32,0x78,0x44,0x66,0x4e,0x70,0x73,0x46,0x42,0x75,0x6c,0x61,0x64,0x6d,0x4a,0x34,0x31,0x74,0x50]),_0x55e60c=0x45f4ab71,_0x3d2c8c=0x45f3f301^_0x55e60c,_0xd7fa1d=window[_0x200afc([0x44,0x61,0x74,0x65])][_0x200afc([0x6e,0x6f,0x77])](),_0x15738e=_0x4d64e6[_0x200afc([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x17bea2=new window[(_0x200afc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4e376f=>{_0x15738e[_0x200afc([0x6f,0x6e,0x63,0x65])](_0x200afc([0x72,0x65,0x61,0x64,0x79]),_0x4e376f);}),_0xb49f90={[_0x200afc([0x6b,0x74,0x79])]:_0x200afc([0x45,0x43]),[_0x200afc([0x75,0x73,0x65])]:_0x200afc([0x73,0x69,0x67]),[_0x200afc([0x63,0x72,0x76])]:_0x200afc([0x50,0x2d,0x32,0x35,0x36]),[_0x200afc([0x78])]:_0x200afc([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x200afc([0x79])]:_0x200afc([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x200afc([0x61,0x6c,0x67])]:_0x200afc([0x45,0x53,0x32,0x35,0x36])},_0x1b166a=_0x15738e[_0x200afc([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x200afc([0x67,0x65,0x74])](_0x200afc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x326b1f(){let _0x2d9397,_0x2775f2=null,_0x3ca427=null;try{if(_0x1b166a==_0x200afc([0x47,0x50,0x4c]))return _0x200afc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2d9397=_0x420550(),!_0x2d9397)return _0x200afc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2d9397[_0x200afc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3ca427=_0x4a25d4(_0x2d9397[_0x200afc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2d9397[_0x200afc([0x6a,0x74,0x69])])),await _0x1dbb4d()?_0x269232()?_0x2fa780()?_0x200afc([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xfcf143()?(_0x2d9397[_0x200afc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x200afc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2775f2=_0x3f0daf(_0x200afc([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2d9397[_0x200afc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x200afc([0x74,0x72,0x69,0x61,0x6c])&&(_0x2775f2=_0x3f0daf(_0x200afc([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x2d9397[_0x200afc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x200afc([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x2775f2=_0x3f0daf(_0x200afc([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0xf25b36()):_0x200afc([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x200afc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x200afc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2b90d1){return _0x200afc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2fa780(){const _0x1eaa58=[_0x200afc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x200afc([0x74,0x72,0x69,0x61,0x6c])][_0x200afc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d9397[_0x200afc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xd7fa1d/0x3e8:0xe10*_0x3d2c8c;return _0x2d9397[_0x200afc([0x65,0x78,0x70])]<_0x1eaa58;}function _0x269232(){const _0x2f74c7=_0x2d9397[_0x200afc([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2f74c7&&(!!_0x2f74c7[_0x200afc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x200afc([0x2a]))||(!!_0x2f74c7[_0x200afc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x200afc([0x54,0x4f,0x43]))||!!_0x2f74c7[_0x200afc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x200afc([0x50,0x50]))));}function _0xfcf143(){const _0x552f51=_0x2d9397[_0x200afc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x552f51||0x0==_0x552f51[_0x200afc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x400d25}=new URL(window[_0x200afc([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x552f51[_0x200afc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x400d25))return!0x0;const _0x31730a=_0x400d25[_0x200afc([0x73,0x70,0x6c,0x69,0x74])](_0x200afc([0x2e]));return _0x552f51[_0x200afc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x16696b=>_0x16696b[_0x200afc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x200afc([0x2a])))[_0x200afc([0x6d,0x61,0x70])](_0x5b6843=>_0x5b6843[_0x200afc([0x73,0x70,0x6c,0x69,0x74])](_0x200afc([0x2e])))[_0x200afc([0x73,0x6f,0x6d,0x65])](_0x322458=>_0x31730a[_0x200afc([0x65,0x76,0x65,0x72,0x79])]((_0x338acd,_0x175d58)=>_0x322458[_0x175d58]===_0x338acd||_0x322458[_0x175d58]===_0x200afc([0x2a])));}function _0xf25b36(){return _0x2775f2&&_0x3ca427?new window[(_0x200afc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x15dbb4,_0x3fe9df)=>{_0x2775f2[_0x200afc([0x74,0x68,0x65,0x6e])](_0x15dbb4,_0x3fe9df),_0x3ca427[_0x200afc([0x74,0x68,0x65,0x6e])](_0x45a04c=>{_0x45a04c!=_0x200afc([0x56,0x61,0x6c,0x69,0x64])&&_0x15dbb4(_0x45a04c);},_0x3fe9df);}):_0x2775f2||_0x3ca427||_0x200afc([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4a25d4(_0x44999d,_0x12e301){return new window[(_0x200afc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x461e2a=>{if(_0x3e77e2())return _0x461e2a(_0x200afc([0x56,0x61,0x6c,0x69,0x64]));_0x55e339(),_0x15738e[_0x200afc([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x200afc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4ec2b2=!0x1;const _0x5bc017=_0x133a59();function _0x34d120(_0x499767){return!!_0x499767&&(typeof _0x499767===_0x200afc([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x499767===_0x200afc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x499767[_0x200afc([0x74,0x68,0x65,0x6e])]===_0x200afc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x499767[_0x200afc([0x63,0x61,0x74,0x63,0x68])]===_0x200afc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2998db(_0xa2efdc){_0x175a1e(_0xa2efdc)[_0x200afc([0x74,0x68,0x65,0x6e])](_0x562ea=>{if(!_0x562ea||_0x562ea[_0x200afc([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x200afc([0x6f,0x6b]))return _0x200afc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x21372f(_0x50b9c8(_0x5bc017+_0x12e301))!=_0x562ea[_0x200afc([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x200afc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x200afc([0x56,0x61,0x6c,0x69,0x64]);})[_0x200afc([0x74,0x68,0x65,0x6e])](_0x3c18f8=>(_0x5e7a30(),_0x3c18f8),()=>{const _0x49c33a=_0x5ea7ef();return null==_0x49c33a?(_0x5e7a30(),_0x200afc([0x56,0x61,0x6c,0x69,0x64])):_0x200afc(_0xd7fa1d-_0x49c33a>(0x61f82f71^_0x55e60c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x200afc([0x74,0x68,0x65,0x6e])](_0x461e2a)[_0x200afc([0x63,0x61,0x74,0x63,0x68])](()=>{_0x461e2a(_0x200afc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3515ec=0x45c245f1^_0x55e60c;function _0x5e7a30(){const _0x1b8947=_0x200afc([0x6c,0x6c,0x63,0x74,0x2d])+_0x21372f(_0x50b9c8(_0x44999d)),_0x1c5c3a=_0x26ee03(_0x21372f(window[_0x200afc([0x4d,0x61,0x74,0x68])][_0x200afc([0x63,0x65,0x69,0x6c])](_0xd7fa1d/_0x3515ec)));window[_0x200afc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x200afc([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1b8947,_0x1c5c3a);}function _0x5ea7ef(){const _0x6e7610=_0x200afc([0x6c,0x6c,0x63,0x74,0x2d])+_0x21372f(_0x50b9c8(_0x44999d)),_0x9dab45=window[_0x200afc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x200afc([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x6e7610);return _0x9dab45?window[_0x200afc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x26ee03(_0x9dab45),0x10)*_0x3515ec:null;}function _0x175a1e(_0x23b23b){return new window[(_0x200afc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5cec82,_0x3b2ee3)=>{_0x23b23b[_0x200afc([0x74,0x68,0x65,0x6e])](_0x5cec82,_0x3b2ee3),window[_0x200afc([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3b2ee3,0x45f57fb1^_0x55e60c);});}}_0x15738e[_0x200afc([0x6f,0x6e])](_0x200afc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x226f24,_0x57f9c0)=>{if(_0x57f9c0[0x0]!=_0x44999d)return _0x461e2a(_0x200afc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x57f9c0[0x1]={..._0x57f9c0[0x1],[_0x200afc([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5bc017};},{[_0x200afc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x200afc([0x68,0x69,0x67,0x68])}),_0x15738e[_0x200afc([0x6f,0x6e])](_0x200afc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x446b2f=>{_0x34d120(_0x446b2f[_0x200afc([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4ec2b2=!0x0,_0x2998db(_0x446b2f[_0x200afc([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x200afc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x200afc([0x6c,0x6f,0x77])}),_0x17bea2[_0x200afc([0x74,0x68,0x65,0x6e])](()=>{_0x4ec2b2||_0x461e2a(_0x200afc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3e77e2(){return _0x15738e[_0x200afc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x200afc([0x76,0x69,0x65,0x77])][_0x200afc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x200afc([0x61,0x75,0x74,0x6f]);}function _0x55e339(){_0x15738e[_0x200afc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x200afc([0x76,0x69,0x65,0x77])][_0x200afc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x200afc([0x61,0x75,0x74,0x6f]);}}function _0x3f0daf(_0x48638b){const _0x2bec5a=[new window[(_0x200afc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x93fe92=>setTimeout(_0x93fe92,0x45fd95bd^_0x55e60c)),_0x17bea2[_0x200afc([0x74,0x68,0x65,0x6e])](()=>new window[(_0x200afc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x36571a=>{let _0x8739a=0x0;_0x15738e[_0x200afc([0x6d,0x6f,0x64,0x65,0x6c])][_0x200afc([0x6f,0x6e])](_0x200afc([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x11ce70,_0x782bee)=>{_0x782bee[0x0][_0x200afc([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x8739a++,_0x8739a==(0x45f4aa89^_0x55e60c)&&(_0x36571a(),_0x11ce70[_0x200afc([0x6f,0x66,0x66])]());});}))];return window[_0x200afc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x200afc([0x72,0x61,0x63,0x65])](_0x2bec5a)[_0x200afc([0x74,0x68,0x65,0x6e])](()=>_0x48638b);}async function _0xbf7a7f(){await _0x17bea2,_0x15738e[_0x200afc([0x6d,0x6f,0x64,0x65,0x6c])][_0x200afc([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3b1764,_0x15738e[_0x200afc([0x6d,0x6f,0x64,0x65,0x6c])][_0x200afc([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3b1764,_0x15738e[_0x200afc([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x200afc([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x44f427(_0x601a96){const _0x286fe8=_0x172904();_0x15738e[_0x286fe8]=_0x200afc([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])+_0x601a96,_0x601a96!=_0x200afc([0x56,0x61,0x6c,0x69,0x64])&&_0xbf7a7f();}function _0x172904(){const _0x2a832b=window[_0x200afc([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x200afc([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x200afc([0x6e,0x6f,0x77])]())[_0x200afc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x200afc([0x2e]),'');let _0x2e9a2d=_0x200afc([0x6e]);for(let _0x566f24=0x0;_0x566f24<_0x2a832b[_0x200afc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x566f24+=0x2){let _0x41b6ab=window[_0x200afc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2a832b[_0x200afc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x566f24,_0x566f24+0x2));_0x41b6ab>=_0x56226b[_0x200afc([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x41b6ab-=_0x56226b[_0x200afc([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2e9a2d+=_0x56226b[_0x41b6ab];}return _0x2e9a2d;}function _0x420550(){const _0x302cc8=_0x1b166a[_0x200afc([0x73,0x70,0x6c,0x69,0x74])](_0x200afc([0x2e]));if(0x3!=_0x302cc8[_0x200afc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x45cfb0(_0x302cc8[0x1]);function _0x45cfb0(_0x99166){const _0x14e38f=_0x2b42ee(_0x99166);return _0x14e38f&&_0x3a4efa()?_0x14e38f:null;function _0x3a4efa(){const _0x37532a=_0x14e38f[_0x200afc([0x6a,0x74,0x69])],_0x2e3dc6=window[_0x200afc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x37532a[_0x200afc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x37532a[_0x200afc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x6c7a3e={..._0x14e38f,[_0x200afc([0x6a,0x74,0x69])]:_0x37532a[_0x200afc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x37532a[_0x200afc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x6c7a3e[_0x200afc([0x76,0x63])],_0x50b9c8(_0x6c7a3e)==_0x2e3dc6;}}}async function _0x1dbb4d(){let _0x3a3047=!0x0;try{const _0x42972a=_0x1b166a[_0x200afc([0x73,0x70,0x6c,0x69,0x74])](_0x200afc([0x2e])),[_0x366822,_0x43d5c0,_0x5adc8a]=_0x42972a;return _0x14c94e(_0x366822),await _0x379e6c(_0x366822,_0x43d5c0,_0x5adc8a),_0x3a3047;}catch(_0x33fe3e){return!0x1;}function _0x14c94e(_0xca2365){const _0x565a75=_0x2b42ee(_0xca2365);_0x565a75&&_0x565a75[_0x200afc([0x61,0x6c,0x67])]==_0x200afc([0x45,0x53,0x32,0x35,0x36])||(_0x3a3047=!0x1);}async function _0x379e6c(_0xdc928e,_0x5b41b2,_0xefbc68){const _0x448df8=window[_0x200afc([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x200afc([0x66,0x72,0x6f,0x6d])](_0x1cac4f(_0xefbc68),_0x16a32d=>_0x16a32d[_0x200afc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x43b745=new window[(_0x200afc([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x200afc([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xdc928e+_0x200afc([0x2e])+_0x5b41b2),_0x2f0ee2=window[_0x200afc([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x200afc([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2f0ee2)return;const _0x5bc618=await _0x2f0ee2[_0x200afc([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x200afc([0x6a,0x77,0x6b]),_0xb49f90,{[_0x200afc([0x6e,0x61,0x6d,0x65])]:_0x200afc([0x45,0x43,0x44,0x53,0x41]),[_0x200afc([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x200afc([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x200afc([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2f0ee2[_0x200afc([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x200afc([0x6e,0x61,0x6d,0x65])]:_0x200afc([0x45,0x43,0x44,0x53,0x41]),[_0x200afc([0x68,0x61,0x73,0x68])]:{[_0x200afc([0x6e,0x61,0x6d,0x65])]:_0x200afc([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5bc618,_0x448df8,_0x43b745)||(_0x3a3047=!0x1);}}function _0x2b42ee(_0x50598c){return _0x50598c[_0x200afc([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x200afc([0x65,0x79]))?JSON[_0x200afc([0x70,0x61,0x72,0x73,0x65])](_0x1cac4f(_0x50598c)):null;}function _0x1cac4f(_0xa6af25){return window[_0x200afc([0x61,0x74,0x6f,0x62])](_0xa6af25[_0x200afc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x200afc([0x2b]))[_0x200afc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x200afc([0x2f])));}function _0x50b9c8(_0xe65ac0){let _0x49d72d=0x1505;function _0x3ce7c4(_0x5dec2d){for(let _0xbf9864=0x0;_0xbf9864<_0x5dec2d[_0x200afc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xbf9864++){const _0x10794d=_0x5dec2d[_0x200afc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xbf9864);_0x49d72d=(_0x49d72d<<0x5)+_0x49d72d+_0x10794d,_0x49d72d&=_0x49d72d;}}function _0x61a373(_0x59e97b){Array[_0x200afc([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x59e97b)?_0x59e97b[_0x200afc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x61a373):_0x59e97b&&typeof _0x59e97b==_0x200afc([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x200afc([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x59e97b)[_0x200afc([0x73,0x6f,0x72,0x74])]()[_0x200afc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x51141c,_0x3a37d3])=>{_0x3ce7c4(_0x51141c),_0x61a373(_0x3a37d3);}):_0x3ce7c4(window[_0x200afc([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x59e97b));}return _0x61a373(_0xe65ac0),_0x49d72d>>>0x0;}function _0x21372f(_0x15670f){return _0x15670f[_0x200afc([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x200afc([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x200afc([0x30]));}function _0x26ee03(_0x4383ca){return _0x4383ca[_0x200afc([0x73,0x70,0x6c,0x69,0x74])]('')[_0x200afc([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x200afc([0x6a,0x6f,0x69,0x6e])]('');}function _0x3b1764(){}function _0x200afc(_0x43bf67){return _0x43bf67['map'](_0x5eba17=>String['fromCharCode'](_0x5eba17))['join']('');}_0x44f427(await _0x326b1f());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x3d2c86=>{'$graveyard'!==_0x3d2c86['rootName']&&this['editor']['editing']['reconvertItem'](_0x3d2c86);});}['_trackNewToCElements'](){for(const _0x4ec887 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x4ec887['type']||'tableOfContents'!==_0x4ec887['name'])return;this['_tableOfContentsElements']['add'](_0x4ec887['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x3ec84e=this['editor']['conversion'];_0x3ec84e['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x3ec84e['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x4324a4,{writer:_0x706c59})=>this['_createTableOfContents'](_0x706c59,!0x0)}),_0x3ec84e['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x838cd2,{writer:_0x22bf79})=>{this['_tableOfContentsElements']['add'](_0x838cd2);const _0x4b3775=this['_createTableOfContents'](_0x22bf79);return _0x2b35d8(_0x4b3775,_0x22bf79,{'label':b(this['editor']['locale'],'Table\x20of\x20contents')});}}),this['editor']['data']['registerRawContentMatcher']({'name':'div','classes':'table-of-contents'}),this['editor']['editing']['mapper']['on']('viewToModelPosition',this['_redirectMapper'](),{'priority':'high'});}['_createTableOfContents'](_0x2fb6cc,_0x5b2298=!0x1){const {locale:_0x190997}=this['editor'],_0x147aee=_0x2fb6cc['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x5b2298&&{'data-table-of-contents-label':b(_0x190997,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x5b2298&&_0x2fb6cc['insert'](_0x2fb6cc['createPositionAt'](_0x147aee,'end'),_0x2fb6cc['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x2fb6cc['createText'](b(_0x190997,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x24953e=_0x5b2298?'':'['+b(_0x190997,'Empty\x20heading')+']';let _0x1be257=_0x147aee;return this['_currentOutlineDefinitions']['forEach']((_0x4f9ad4,_0x3c90bf,_0x5ee216)=>{const _0xa0c403=this['editor']['model']['hasContent'](_0x4f9ad4['modelElement'],{'ignoreWhitespaces':!0x0}),_0x2620e3=_0xa0c403?_0x4f9ad4['text']:_0x24953e,_0x264eff=_0x4f9ad4['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x425932=_0x2fb6cc['createContainerElement']('a',{'href':'#'+_0x264eff,...!_0x5b2298&&{'tabindex':'-1'}},[_0x2fb6cc['createText'](_0x2620e3)]),_0x24e28f=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x2fb6cc['setCustomProperty']('tableOfContentsHeadingIndex',_0x3c90bf,_0x425932);const _0x564838=_0x2fb6cc['createContainerElement']('li',null,[_0xa0c403||!_0x5b2298&&_0x24e28f?_0x425932:_0x2fb6cc['createText']('')]),_0x1dc5b1=_0x3c90bf?_0x5ee216[_0x3c90bf-0x1]['level']:0x0,_0x5ae2cd=Math['abs'](_0x4f9ad4['level']-_0x1dc5b1);if(_0x4f9ad4['level']>_0x1dc5b1){const _0x39dd49=p(_0x564838,_0x5ae2cd,_0x2fb6cc);_0x2fb6cc['insert'](_0x2fb6cc['createPositionAt'](_0x1be257,'end'),_0x39dd49);}else{const _0x28faad=function(_0x23100a,_0xb5b875){return _0x23100a['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x819ce3=>_0x819ce3['is']('element','ol'))[_0xb5b875];}(_0x1be257,_0x5ae2cd);_0x2fb6cc['insert'](_0x2fb6cc['createPositionAt'](_0x28faad,'end'),_0x564838);}_0x1be257=_0x564838;}),_0x147aee;}['_handleScrollToHeading'](_0x48bf79){const _0x417352=this['_currentOutlineDefinitions'][_0x48bf79]['modelElement'];this['editor']['model']['change'](_0x108b43=>{_0x108b43['setSelection'](_0x417352,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x3740c4,_0x18cfb2)=>{const _0x32e272=_0x18cfb2['mapper'],_0x4ff700=_0x32e272['findMappedViewAncestor'](_0x18cfb2['viewPosition']),_0x37acd0=_0x32e272['toModelElement'](_0x4ff700);_0x37acd0['is']('element','tableOfContents')&&(_0x18cfb2['modelPosition']=this['editor']['model']['createPositionAt'](_0x37acd0,0x0),_0x3740c4['stop']());};}}function p(_0x335719,_0x252124,_0x366afb){return 0x1===_0x252124?_0x366afb['createContainerElement']('ol',null,[_0x335719]):_0x366afb['createContainerElement']('ol',null,[_0x366afb['createContainerElement']('li',null,[p(_0x335719,_0x252124-0x1,_0x366afb)])]);}class o extends _0x161845{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x5ceecf=this['editor'];_0x5ceecf['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x236224=this['_createButton'](_0xbf3890);return _0x236224['tooltip']=!0x0,_0x236224;}),_0x5ceecf['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x4a0bd1)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5ac4c3=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1a403a;for(const _0x2d3dd3 in _0x5ac4c3){const _0x2ca91c=_0x2d3dd3,_0x308aae=_0x5ac4c3[_0x2ca91c];if('tableOfContentsLicenseKeyValid'==_0x308aae||'tableOfContentsLicenseKeyInvalid'==_0x308aae||'tableOfContentsLicenseKeyExpired'==_0x308aae||'tableOfContentsLicenseKeyDomainLimit'==_0x308aae||'tableOfContentsLicenseKeyNotAllowed'==_0x308aae||'tableOfContentsLicenseKeyEvaluationLimit'==_0x308aae||'tableOfContentsLicenseKeyTrialLimit'==_0x308aae||'tableOfContentsLicenseKeyDevelopmentLimit'==_0x308aae||'tableOfContentsLicenseKeyUsageLimit'==_0x308aae){delete _0x5ac4c3[_0x2ca91c],_0x1a403a=_0x308aae,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x1a403a&&_0x5ac4c3['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x1a403a&&_0x5ac4c3['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x1a403a&&_0x5ac4c3['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x1a403a&&_0x5ac4c3['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x1a403a&&_0x5ac4c3['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x1a403a&&_0x5ac4c3['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyDevelopmentLimit'==_0x1a403a&&_0x5ac4c3['_showLicenseError']('developmentLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x1a403a&&_0x5ac4c3['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x314175){const _0x1e02ee=this['editor'],_0x2101d7=_0x1e02ee['locale'],_0x206624=_0x1e02ee['commands']['get']('insertTableOfContents'),_0x1251e4=new _0x314175(_0x2101d7);return _0x1251e4['set']({'label':b(_0x2101d7,'Table\x20of\x20contents'),'icon':_0x52e047['tableOfContents']}),_0x1251e4['bind']('isEnabled')['to'](_0x206624,'isEnabled'),this['listenTo'](_0x1251e4,'execute',()=>{_0x1e02ee['execute']('insertTableOfContents'),_0x1e02ee['editing']['view']['focus']();}),_0x1251e4;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x161845{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,g as HeadingId,a as TableOfContents,f as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
23
+ import{Plugin as _0x1baa96,Command as _0x1ff0cb}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0xdca12f,throttle as _0x2248f9}from'lodash-es';import{Text as _0x2a369d,TreeWalker as _0x562b8e}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x18944c,diffToChanges as _0x4eca53,scrollAncestorsToShowTarget as _0x5491dc,CKEditorError as _0x1d5bec,global as _0x4294a5,Rect as _0x2e9d6f,uid as _0x2598cd,priorities as _0xe74c45}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x53d061,ButtonView as _0xf26a72,MenuBarMenuListItemButtonView as _0x4538e7}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x36b950,toWidget as _0xd3556}from'@ckeditor/ckeditor5-widget/dist/index.js';import{icons as _0xa673cd}from'ckeditor5-collaboration/dist/index.js';function p(_0x3edd7b){let _0x4356fa='';for(const _0x1c1947 of _0x3edd7b['getChildren']())_0x1c1947 instanceof _0x2a369d&&(_0x4356fa+=_0x1c1947['data']);return _0x4356fa;}class i extends _0x1baa96{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0xa91513=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x50aeae=[];_0xa91513['model']['document']['on']('change',_0xdca12f(()=>{const _0x35b0f9=_0x50aeae;_0x50aeae=this['_getOutlineDefinitions']();const _0x97a333=_0x18944c(_0x35b0f9,_0x50aeae,(_0x54616c,_0x86725f)=>_0x54616c['level']===_0x86725f['level']&&_0x54616c['text']===_0x86725f['text']&&_0x54616c['modelElement']===_0x86725f['modelElement']),_0x361709=_0x4eca53(_0x97a333,_0x50aeae),_0x34cb04=this['_getActiveHeading'](),_0x12f5bd=_0x50aeae['findIndex'](_0x1617f1=>_0x1617f1['modelElement']===_0x34cb04);_0x361709['length']&&this['fire']('change',{'outlineDefinitions':_0x50aeae,'activeItemIndex':_0x12f5bd,'outlineChanges':_0x361709}),this['fire']('activeItemIndex',{'index':_0x12f5bd});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x3c0f2a=this['editor'],_0x1fa1bb=[],_0x2693f6=this['_headingNames'];for(const _0x1d02bf of _0x3c0f2a['model']['document']['getRootNames']())_0x252d7a(_0x3c0f2a['model']['document']['getRoot'](_0x1d02bf));function _0x252d7a(_0x53d8c4){for(const _0x2b4870 of _0x53d8c4['getChildren']())_0x2b4870['is']('element')&&(_0x2693f6['includes'](_0x2b4870['name'])&&_0x1fa1bb['push']({'level':_0x2693f6['indexOf'](_0x2b4870['name'])+0x1,'text':p(_0x2b4870),'modelElement':_0x2b4870}),_0x252d7a(_0x2b4870));}return _0x1fa1bb;}['_getActiveHeading'](){const _0x2bb978=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x2b4861=new _0x562b8e({'direction':'backward','startPosition':_0x2bb978});for(const _0xb93bb1 of _0x2b4861)if(_0xb93bb1['item']['is']('element')&&this['_headingNames']['includes'](_0xb93bb1['item']['name']))return _0xb93bb1['item'];}['_getHeadingNames'](){const _0x16317d=this['editor']['config']['get']('documentOutline.headings');return _0x16317d||function(_0x213a5b){const _0x2748cc=_0x213a5b['config']['get']('heading.options');return _0x2748cc?_0x2748cc['reduce']((_0x5449f0,_0x5dde86)=>('paragraph'!==_0x5dde86['model']&&_0x5449f0['push'](_0x5dde86['model']),_0x5449f0),[]):_0x213a5b['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0xd1890a=this['editor'],_0x3a9def=['h1','h2','h3','h4','h5','h6'],_0x6c9793=[];for(const _0x9fbb9e of _0x3a9def){const _0x93ddeb=_0xd1890a['editing']['view']['domConverter']['domToView'](document['createElement'](_0x9fbb9e)),_0xcd6090=_0xd1890a['data']['toModel'](_0x93ddeb)['getChild'](0x0);_0xcd6090?.['is']('element')&&_0x6c9793['push'](_0xcd6090['name']);}this['_headingNames']=_0x6c9793;}}function N(_0x32d5e4,_0x51aa32){const t=_0x32d5e4['t'];switch(_0x51aa32){case'Empty\x20heading':return t('Empty\x20heading');case'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':return t('Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.');case'No\x20headings\x20were\x20found\x20in\x20the\x20document.':return t('No\x20headings\x20were\x20found\x20in\x20the\x20document.');case'Table\x20of\x20contents':return t('Table\x20of\x20contents');default:return _0x51aa32;}}class A extends _0x53d061{constructor(_0x3704d1,_0x18d733=!0x1){super(_0x3704d1);const _0x31ade9=this['bindTemplate'],_0x19d4d4=_0x18d733?'['+N(_0x3704d1,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x513285=>!_0x513285),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x31ade9['to']('level',_0x47b178=>'ck-document-outline__item_level-'+_0x47b178),_0x31ade9['if']('isActive','ck-document-outline__item_active'),_0x31ade9['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x31ade9['to']('text')},'children':[{'text':_0x31ade9['to']('text',_0x3e8a2f=>_0x3e8a2f||_0x19d4d4)}],'on':{'click':_0x31ade9['to']('click')}});}}class l extends _0x53d061{['items'];['showEmptyHeadingText'];['_documentOutlineContainer'];constructor(_0x3e2869,_0x2dafb4=!0x1,_0x1047cf){super(_0x3e2869),this['showEmptyHeadingText']=_0x2dafb4,this['set']('activeItemIndex',-0x1),this['_documentOutlineContainer']=_0x1047cf,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x35ffa6,_0x35caac,_0x23476f,_0x186157)=>{this['_setActiveItem'](_0x186157,_0x23476f);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x3e2869['contentLanguageDirection'],'data-document-outline-empty-placeholder':N(_0x3e2869,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x4fd931){_0x4fd931['forEach'](_0x5a1e52=>{'insert'==_0x5a1e52['type']?this['_insertItem'](_0x5a1e52['index'],..._0x5a1e52['values']):'delete'==_0x5a1e52['type']&&this['_deleteItem'](_0x5a1e52['index'],_0x5a1e52['howMany']);});}['_setActiveItem'](_0x5bfacb,_0x10f321){if(-0x1!==_0x5bfacb){const _0x2ea9b2=this['items']['get'](_0x5bfacb);_0x2ea9b2&&(_0x2ea9b2['isActive']=!0x1);}-0x1!==_0x10f321&&(this['items']['get'](_0x10f321)['isActive']=!0x0,this['_scrollToItem'](_0x10f321));}['_insertItem'](_0x313a1c,..._0xa407c0){const _0x50037b=_0xa407c0['map']((_0x2a36a2,_0x2657c6)=>{const _0x1a4a34=new A(this['locale'],this['showEmptyHeadingText']);return _0x1a4a34['text']=_0x2a36a2['text'],_0x1a4a34['level']=_0x2a36a2['level'],_0x313a1c+_0x2657c6===this['activeItemIndex']&&(_0x1a4a34['isActive']=!0x0),_0x1a4a34;});this['items']['addMany'](_0x50037b,_0x313a1c);}['_deleteItem'](_0x4cb0ee,_0x2d5f61){do{this['items']['remove'](_0x4cb0ee);}while(--_0x2d5f61);}['_handleItemClick'](_0x2604f0){const _0x2b7c98=this['items']['getIndex'](_0x2604f0['source']);this['fire']('itemSelected',_0x2b7c98);}['_scrollToItem'](_0x16a447){_0x5491dc(this['items']['get'](_0x16a447)['element'],0x14,this['_documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x1baa96{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x42f6a4){super(_0x42f6a4),this['view']=new l(_0x42f6a4['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x2248f9(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x156965=this['editor'],_0x4a63f6=_0x156965['plugins']['get']('DocumentOutlineUtils');let _0xa7fcc=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x156965['config']['get']('documentOutline.container'))throw new _0x1d5bec('document-outline-container-not-provided',{'editor':_0x156965});_0x156965['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x4a63f6['on']('change',this['_handleOutlineChange']['bind'](this)),_0x4a63f6['on']('activeItemIndex',(_0x2acef7,{index:_0x2a9748})=>this['_setActiveViewItem'](_0x2a9748)),this['view']['on']('itemSelected',(_0x420359,_0x24a369)=>{_0xa7fcc=!0x0,this['_handleItemSelected'](_0x24a369);}),this['view']['listenTo'](_0x4294a5['document'],'scroll',()=>{_0xa7fcc?_0xa7fcc=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x4294a5['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x24c9d9){const _0x4df91e=_0x9e953f([0x79,0x74,0x4b,0x77,0x59,0x71,0x55,0x46,0x6f,0x63,0x4a,0x67,0x57,0x4f,0x78,0x50,0x51,0x34,0x6a,0x6b,0x5a,0x44,0x38,0x47,0x6c,0x42,0x4e,0x31,0x58,0x49,0x72,0x37,0x4d,0x66,0x48,0x52,0x62,0x7a,0x41,0x61,0x32,0x6e,0x65,0x68,0x70,0x75,0x45,0x76,0x39,0x6d,0x30,0x4c,0x64,0x73,0x69,0x54,0x33,0x35,0x36,0x56,0x43,0x53]),_0x27a7e4=0x49f53ecd,_0x346305=0x49f26645^_0x27a7e4,_0x894cb8=window[_0x9e953f([0x44,0x61,0x74,0x65])][_0x9e953f([0x6e,0x6f,0x77])](),_0x325c98=_0x24c9d9[_0x9e953f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3b6a5f=new window[(_0x9e953f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3cc0b0=>{_0x325c98[_0x9e953f([0x6f,0x6e,0x63,0x65])](_0x9e953f([0x72,0x65,0x61,0x64,0x79]),_0x3cc0b0);}),_0x143e75={[_0x9e953f([0x6b,0x74,0x79])]:_0x9e953f([0x45,0x43]),[_0x9e953f([0x75,0x73,0x65])]:_0x9e953f([0x73,0x69,0x67]),[_0x9e953f([0x63,0x72,0x76])]:_0x9e953f([0x50,0x2d,0x32,0x35,0x36]),[_0x9e953f([0x78])]:_0x9e953f([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x9e953f([0x79])]:_0x9e953f([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x9e953f([0x61,0x6c,0x67])]:_0x9e953f([0x45,0x53,0x32,0x35,0x36])},_0x2109ea=_0x325c98[_0x9e953f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x9e953f([0x67,0x65,0x74])](_0x9e953f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x55edac(){let _0x1e91b1,_0x391847=null,_0x3d2404=null;try{if(_0x2109ea==_0x9e953f([0x47,0x50,0x4c]))return _0x9e953f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1e91b1=_0x283148(),!_0x1e91b1)return _0x9e953f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1e91b1[_0x9e953f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3d2404=_0x2db883(_0x1e91b1[_0x9e953f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1e91b1[_0x9e953f([0x6a,0x74,0x69])])),await _0x3c8a2e()?_0x44d093()?_0x5f3bc3()?_0x9e953f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4aa955()?(_0x1e91b1[_0x9e953f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x9e953f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x391847=_0x50a940(_0x9e953f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1e91b1[_0x9e953f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x9e953f([0x74,0x72,0x69,0x61,0x6c])&&(_0x391847=_0x50a940(_0x9e953f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x1e91b1[_0x9e953f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x9e953f([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x391847=_0x50a940(_0x9e953f([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4140ee()):_0x9e953f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x9e953f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x9e953f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x5f346c){return _0x9e953f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5f3bc3(){const _0x2d180f=[_0x9e953f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x9e953f([0x74,0x72,0x69,0x61,0x6c])][_0x9e953f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1e91b1[_0x9e953f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x894cb8/0x3e8:0xe10*_0x346305;return _0x1e91b1[_0x9e953f([0x65,0x78,0x70])]<_0x2d180f;}function _0x44d093(){const _0xe9b563=_0x1e91b1[_0x9e953f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xe9b563&&(!!_0xe9b563[_0x9e953f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x9e953f([0x2a]))||(!!_0xe9b563[_0x9e953f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x9e953f([0x44,0x4f]))||!!_0xe9b563[_0x9e953f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x9e953f([0x50,0x50]))));}function _0x4aa955(){const _0x33fd83=_0x1e91b1[_0x9e953f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x33fd83||0x0==_0x33fd83[_0x9e953f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x746f6c}=new URL(window[_0x9e953f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x33fd83[_0x9e953f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x746f6c))return!0x0;const _0x1f483e=_0x746f6c[_0x9e953f([0x73,0x70,0x6c,0x69,0x74])](_0x9e953f([0x2e]));return _0x33fd83[_0x9e953f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x29f187=>_0x29f187[_0x9e953f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x9e953f([0x2a])))[_0x9e953f([0x6d,0x61,0x70])](_0x31236d=>_0x31236d[_0x9e953f([0x73,0x70,0x6c,0x69,0x74])](_0x9e953f([0x2e])))[_0x9e953f([0x73,0x6f,0x6d,0x65])](_0x2b3d49=>_0x1f483e[_0x9e953f([0x65,0x76,0x65,0x72,0x79])]((_0x5a9e55,_0x4cbc4b)=>_0x2b3d49[_0x4cbc4b]===_0x5a9e55||_0x2b3d49[_0x4cbc4b]===_0x9e953f([0x2a])));}function _0x4140ee(){return _0x391847&&_0x3d2404?new window[(_0x9e953f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x594d38,_0x59d071)=>{_0x391847[_0x9e953f([0x74,0x68,0x65,0x6e])](_0x594d38,_0x59d071),_0x3d2404[_0x9e953f([0x74,0x68,0x65,0x6e])](_0x119a39=>{_0x119a39!=_0x9e953f([0x56,0x61,0x6c,0x69,0x64])&&_0x594d38(_0x119a39);},_0x59d071);}):_0x391847||_0x3d2404||_0x9e953f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2db883(_0xa636dc,_0x58a3ba){return new window[(_0x9e953f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24b68f=>{if(_0x77493a())return _0x24b68f(_0x9e953f([0x56,0x61,0x6c,0x69,0x64]));_0x1916e8(),_0x325c98[_0x9e953f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x9e953f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x492219=!0x1;const _0x28c68a=_0x2598cd();function _0x912526(_0x52029e){return!!_0x52029e&&(typeof _0x52029e===_0x9e953f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x52029e===_0x9e953f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x52029e[_0x9e953f([0x74,0x68,0x65,0x6e])]===_0x9e953f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x52029e[_0x9e953f([0x63,0x61,0x74,0x63,0x68])]===_0x9e953f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1aeeb1(_0x5a0e69){_0x2aeca3(_0x5a0e69)[_0x9e953f([0x74,0x68,0x65,0x6e])](_0x18c186=>{if(!_0x18c186||_0x18c186[_0x9e953f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x9e953f([0x6f,0x6b]))return _0x9e953f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x407ea8(_0x238ca2(_0x28c68a+_0x58a3ba))!=_0x18c186[_0x9e953f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x9e953f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x9e953f([0x56,0x61,0x6c,0x69,0x64]);})[_0x9e953f([0x74,0x68,0x65,0x6e])](_0x441259=>(_0x36524a(),_0x441259),()=>{const _0x427436=_0x5455f6();return null==_0x427436?(_0x36524a(),_0x9e953f([0x56,0x61,0x6c,0x69,0x64])):_0x9e953f(_0x894cb8-_0x427436>(0x6df9bacd^_0x27a7e4)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x9e953f([0x74,0x68,0x65,0x6e])](_0x24b68f)[_0x9e953f([0x63,0x61,0x74,0x63,0x68])](()=>{_0x24b68f(_0x9e953f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x275009=0x49c3d04d^_0x27a7e4;function _0x36524a(){const _0x331f25=_0x9e953f([0x6c,0x6c,0x63,0x74,0x2d])+_0x407ea8(_0x238ca2(_0xa636dc)),_0x22f1d9=_0x592480(_0x407ea8(window[_0x9e953f([0x4d,0x61,0x74,0x68])][_0x9e953f([0x63,0x65,0x69,0x6c])](_0x894cb8/_0x275009)));window[_0x9e953f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x9e953f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x331f25,_0x22f1d9);}function _0x5455f6(){const _0x3e8165=_0x9e953f([0x6c,0x6c,0x63,0x74,0x2d])+_0x407ea8(_0x238ca2(_0xa636dc)),_0x27e67c=window[_0x9e953f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x9e953f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3e8165);return _0x27e67c?window[_0x9e953f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x592480(_0x27e67c),0x10)*_0x275009:null;}function _0x2aeca3(_0x4b815f){return new window[(_0x9e953f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4efe12,_0x5c36d6)=>{_0x4b815f[_0x9e953f([0x74,0x68,0x65,0x6e])](_0x4efe12,_0x5c36d6),window[_0x9e953f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5c36d6,0x49f4ea0d^_0x27a7e4);});}}_0x325c98[_0x9e953f([0x6f,0x6e])](_0x9e953f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x45161f,_0x35713d)=>{if(_0x35713d[0x0]!=_0xa636dc)return _0x24b68f(_0x9e953f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x35713d[0x1]={..._0x35713d[0x1],[_0x9e953f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x28c68a};},{[_0x9e953f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x9e953f([0x68,0x69,0x67,0x68])}),_0x325c98[_0x9e953f([0x6f,0x6e])](_0x9e953f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3378dd=>{_0x912526(_0x3378dd[_0x9e953f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x492219=!0x0,_0x1aeeb1(_0x3378dd[_0x9e953f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x9e953f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x9e953f([0x6c,0x6f,0x77])}),_0x3b6a5f[_0x9e953f([0x74,0x68,0x65,0x6e])](()=>{_0x492219||_0x24b68f(_0x9e953f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x77493a(){return _0x325c98[_0x9e953f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x9e953f([0x76,0x69,0x65,0x77])][_0x9e953f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x9e953f([0x61,0x75,0x74,0x6f]);}function _0x1916e8(){_0x325c98[_0x9e953f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x9e953f([0x76,0x69,0x65,0x77])][_0x9e953f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x9e953f([0x61,0x75,0x74,0x6f]);}}function _0x50a940(_0x477770){const _0x536b40=[new window[(_0x9e953f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5ec08c=>setTimeout(_0x5ec08c,0x49fc0001^_0x27a7e4)),_0x3b6a5f[_0x9e953f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x9e953f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x415d53=>{let _0x495698=0x0;_0x325c98[_0x9e953f([0x6d,0x6f,0x64,0x65,0x6c])][_0x9e953f([0x6f,0x6e])](_0x9e953f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x510365,_0x36d794)=>{_0x36d794[0x0][_0x9e953f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x495698++,_0x495698==(0x49f53f35^_0x27a7e4)&&(_0x415d53(),_0x510365[_0x9e953f([0x6f,0x66,0x66])]());});}))];return window[_0x9e953f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x9e953f([0x72,0x61,0x63,0x65])](_0x536b40)[_0x9e953f([0x74,0x68,0x65,0x6e])](()=>_0x477770);}async function _0x524019(){await _0x3b6a5f,_0x325c98[_0x9e953f([0x6d,0x6f,0x64,0x65,0x6c])][_0x9e953f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4b5a52,_0x325c98[_0x9e953f([0x6d,0x6f,0x64,0x65,0x6c])][_0x9e953f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4b5a52,_0x325c98[_0x9e953f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x9e953f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xe8dbba(_0x38594c){const _0x313f0e=_0x381aa6();_0x325c98[_0x313f0e]=_0x9e953f([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])+_0x38594c,_0x38594c!=_0x9e953f([0x56,0x61,0x6c,0x69,0x64])&&_0x524019();}function _0x381aa6(){const _0x5bec94=window[_0x9e953f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x9e953f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x9e953f([0x6e,0x6f,0x77])]())[_0x9e953f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x9e953f([0x2e]),'');let _0x4a4550=_0x9e953f([0x79]);for(let _0x476fa2=0x0;_0x476fa2<_0x5bec94[_0x9e953f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x476fa2+=0x2){let _0x2a0c7f=window[_0x9e953f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5bec94[_0x9e953f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x476fa2,_0x476fa2+0x2));_0x2a0c7f>=_0x4df91e[_0x9e953f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2a0c7f-=_0x4df91e[_0x9e953f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4a4550+=_0x4df91e[_0x2a0c7f];}return _0x4a4550;}function _0x283148(){const _0x387c52=_0x2109ea[_0x9e953f([0x73,0x70,0x6c,0x69,0x74])](_0x9e953f([0x2e]));if(0x3!=_0x387c52[_0x9e953f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x35c374(_0x387c52[0x1]);function _0x35c374(_0x2bd322){const _0x552de0=_0x1449fc(_0x2bd322);return _0x552de0&&_0x2e3acf()?_0x552de0:null;function _0x2e3acf(){const _0x219e83=_0x552de0[_0x9e953f([0x6a,0x74,0x69])],_0x2083ea=window[_0x9e953f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x219e83[_0x9e953f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x219e83[_0x9e953f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5f4513={..._0x552de0,[_0x9e953f([0x6a,0x74,0x69])]:_0x219e83[_0x9e953f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x219e83[_0x9e953f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5f4513[_0x9e953f([0x76,0x63])],_0x238ca2(_0x5f4513)==_0x2083ea;}}}async function _0x3c8a2e(){let _0x14acdb=!0x0;try{const _0xa5b286=_0x2109ea[_0x9e953f([0x73,0x70,0x6c,0x69,0x74])](_0x9e953f([0x2e])),[_0xb45da7,_0x309f69,_0x22c909]=_0xa5b286;return _0x199ee9(_0xb45da7),await _0x3ddcf1(_0xb45da7,_0x309f69,_0x22c909),_0x14acdb;}catch(_0x452fc5){return!0x1;}function _0x199ee9(_0x1700c8){const _0x5a837f=_0x1449fc(_0x1700c8);_0x5a837f&&_0x5a837f[_0x9e953f([0x61,0x6c,0x67])]==_0x9e953f([0x45,0x53,0x32,0x35,0x36])||(_0x14acdb=!0x1);}async function _0x3ddcf1(_0x45d1bf,_0x123f1f,_0x1328cc){const _0x3e3608=window[_0x9e953f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x9e953f([0x66,0x72,0x6f,0x6d])](_0xdaa54(_0x1328cc),_0x23d073=>_0x23d073[_0x9e953f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x59291d=new window[(_0x9e953f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x9e953f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x45d1bf+_0x9e953f([0x2e])+_0x123f1f),_0x4a0ce6=window[_0x9e953f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x9e953f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4a0ce6)return;const _0x55087f=await _0x4a0ce6[_0x9e953f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x9e953f([0x6a,0x77,0x6b]),_0x143e75,{[_0x9e953f([0x6e,0x61,0x6d,0x65])]:_0x9e953f([0x45,0x43,0x44,0x53,0x41]),[_0x9e953f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x9e953f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x9e953f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4a0ce6[_0x9e953f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x9e953f([0x6e,0x61,0x6d,0x65])]:_0x9e953f([0x45,0x43,0x44,0x53,0x41]),[_0x9e953f([0x68,0x61,0x73,0x68])]:{[_0x9e953f([0x6e,0x61,0x6d,0x65])]:_0x9e953f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x55087f,_0x3e3608,_0x59291d)||(_0x14acdb=!0x1);}}function _0x1449fc(_0x160161){return _0x160161[_0x9e953f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x9e953f([0x65,0x79]))?JSON[_0x9e953f([0x70,0x61,0x72,0x73,0x65])](_0xdaa54(_0x160161)):null;}function _0xdaa54(_0x148631){return window[_0x9e953f([0x61,0x74,0x6f,0x62])](_0x148631[_0x9e953f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x9e953f([0x2b]))[_0x9e953f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x9e953f([0x2f])));}function _0x238ca2(_0x38d760){let _0x415180=0x1505;function _0xb8bd93(_0x5ea669){for(let _0x323c7e=0x0;_0x323c7e<_0x5ea669[_0x9e953f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x323c7e++){const _0xb5fd71=_0x5ea669[_0x9e953f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x323c7e);_0x415180=(_0x415180<<0x5)+_0x415180+_0xb5fd71,_0x415180&=_0x415180;}}function _0x4b159d(_0x3d93a8){Array[_0x9e953f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3d93a8)?_0x3d93a8[_0x9e953f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4b159d):_0x3d93a8&&typeof _0x3d93a8==_0x9e953f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x9e953f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3d93a8)[_0x9e953f([0x73,0x6f,0x72,0x74])]()[_0x9e953f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x6c1f05,_0x2ce844])=>{_0xb8bd93(_0x6c1f05),_0x4b159d(_0x2ce844);}):_0xb8bd93(window[_0x9e953f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3d93a8));}return _0x4b159d(_0x38d760),_0x415180>>>0x0;}function _0x407ea8(_0x22aa9a){return _0x22aa9a[_0x9e953f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x9e953f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x9e953f([0x30]));}function _0x592480(_0x4ee4c5){return _0x4ee4c5[_0x9e953f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x9e953f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x9e953f([0x6a,0x6f,0x69,0x6e])]('');}function _0x4b5a52(){}function _0x9e953f(_0x272dec){return _0x272dec['map'](_0x4ddef0=>String['fromCharCode'](_0x4ddef0))['join']('');}_0xe8dbba(await _0x55edac());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0xa7654d,{outlineDefinitions:_0x3e62dc,outlineChanges:_0x3b064f}){this['_currentOutlineDefinitions']=_0x3e62dc,this['view']['sync'](_0x3b064f);}['_setActiveViewItem'](_0x3c6929){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x3c6929]&&(this['view']['activeItemIndex']=_0x3c6929);}['_handleItemSelected'](_0x2cbc03){const _0x3a2608=this['_currentOutlineDefinitions'][_0x2cbc03]['modelElement'];this['editor']['model']['change'](_0xb138dc=>{_0xb138dc['setSelection'](_0x3a2608,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x2cbc03);}['_updateActiveDefinitionOnViewportChange'](){const _0x504c5b=this['editor'];let _0x439b4c;for(const _0x46b480 of _0x504c5b['model']['document']['getRootNames']()){const _0x2dfb28=_0x504c5b['editing']['view']['getDomRoot'](_0x46b480),_0x333f85=_0x2dfb28&&new _0x2e9d6f(_0x2dfb28)['getVisible']();if(_0x333f85){const _0x4019bd=new _0x2e9d6f(_0x4294a5['window'])['getIntersection'](_0x333f85);_0x4019bd&&(_0x439b4c=_0x4019bd['top']+0.25*_0x4019bd['height']);}}if(void 0x0===_0x439b4c)return;const _0x20be04=d(_0x504c5b['editing'],this['_currentOutlineDefinitions'],_0x439b4c);_0x20be04?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x20be04)):this['_setActiveViewItem'](-0x1);}}function d(_0x3e8727,_0x86d0c5,_0x2282cd,_0x536d70=0x0,_0x41f875=_0x86d0c5['length']-0x1){const _0x9bfe05=Math['floor'](_0x536d70+(_0x41f875-_0x536d70)/0x2);if(_0x41f875>=_0x536d70){const _0xa03e7f=_0x86d0c5[_0x9bfe05],_0x3bfb70=_0x3e8727['mapper']['toViewElement'](_0xa03e7f['modelElement']);if(!_0x3bfb70)return null;const _0x84c165=_0x3e8727['view']['domConverter']['mapViewToDom'](_0x3bfb70);return new _0x2e9d6f(_0x84c165)['bottom']>_0x2282cd?d(_0x3e8727,_0x86d0c5,_0x2282cd,_0x536d70,_0x9bfe05-0x1):d(_0x3e8727,_0x86d0c5,_0x2282cd,_0x9bfe05+0x1,_0x41f875);}return _0x9bfe05<0x0?null:_0x86d0c5[_0x9bfe05];}class u extends _0x1baa96{['licenseKey'];['_licenseKeyCheckInterval'];static get['requires'](){return[i,n];}static get['pluginName'](){return'DocumentOutline';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x51e4fb=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4256d1;for(const _0x306a82 in _0x51e4fb){const _0x6b77f6=_0x306a82,_0xaa9e78=_0x51e4fb[_0x6b77f6];if('documentOutlineLicenseKeyValid'==_0xaa9e78||'documentOutlineLicenseKeyInvalid'==_0xaa9e78||'documentOutlineLicenseKeyExpired'==_0xaa9e78||'documentOutlineLicenseKeyDomainLimit'==_0xaa9e78||'documentOutlineLicenseKeyNotAllowed'==_0xaa9e78||'documentOutlineLicenseKeyEvaluationLimit'==_0xaa9e78||'documentOutlineLicenseKeyTrialLimit'==_0xaa9e78||'documentOutlineLicenseKeyDevelopmentLimit'==_0xaa9e78||'documentOutlineLicenseKeyUsageLimit'==_0xaa9e78){delete _0x51e4fb[_0x6b77f6],_0x4256d1=_0xaa9e78,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x4256d1&&_0x51e4fb['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x4256d1&&_0x51e4fb['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x4256d1&&_0x51e4fb['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x4256d1&&_0x51e4fb['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x4256d1&&_0x51e4fb['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x4256d1&&_0x51e4fb['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyDevelopmentLimit'==_0x4256d1&&_0x51e4fb['_showLicenseError']('developmentLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x4256d1&&_0x51e4fb['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x1ff0cb{['execute'](){this['editor']['model']['change'](_0x46a3a5=>{this['editor']['model']['insertObject'](_0x46a3a5['createElement']('tableOfContents'));});}['refresh'](){const _0x55d595=this['editor']['model'],_0x216122=_0x55d595['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x216122&&_0x55d595['schema']['findAllowedParent'](_0x216122,'tableOfContents'));}}class y extends _0x1baa96{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x90e4b7=this['editor'];if(_0x90e4b7['config']['get']('headingId.modelAttributeName'))return;(function(_0x2205e0){const _0x3a5817=new Map();if(_0x2205e0)return _0x2205e0['forEach'](_0x46a102=>{'paragraph'!==_0x46a102['model']&&_0x3a5817['set'](_0x46a102['view'],_0x46a102['model']);}),_0x3a5817['get']('h1')||_0x3a5817['set']('h1','heading1'),_0x3a5817;return _0x3a5817;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x55e82c,_0x139f8a)=>{this['_customUpcastHeadingsConversion'](_0x139f8a),this['_customDataDowncastHeadingsConversion'](_0x55e82c),_0x90e4b7['model']['schema']['isRegistered'](_0x55e82c)&&_0x90e4b7['model']['schema']['extend'](_0x55e82c,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x238103){this['editor']['conversion']['for']('upcast')['add'](_0x369073=>_0x369073['on']('element:'+_0x238103,(_0x37e513,_0x9d1525,_0x5c7ce8)=>{const {consumable:_0x73c705,writer:_0x51fcd8}=_0x5c7ce8,_0x125b77=_0x9d1525['viewItem']['getAttribute']('id'),_0x2f5932=_0x9d1525['modelRange']['getContainedElement']();if(_0x2f5932)return _0x125b77&&_0x125b77['length']||_0x2f5932['hasAttribute']('headingId')?void(_0x73c705['consume'](_0x9d1525['viewItem'],{'attributes':['id']})&&_0x51fcd8['setAttribute']('headingId',_0x125b77,_0x2f5932)):(_0x73c705['consume'](_0x9d1525['viewItem'],{'attributes':['id']}),void _0x51fcd8['setAttribute']('headingId',_0x2598cd(),_0x2f5932));},{'priority':_0xe74c45['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x5eccc5){this['editor']['conversion']['for']('downcast')['add'](_0xfe0134=>_0xfe0134['on']('attribute:headingId:'+_0x5eccc5,(_0x18b323,_0x28ca5e,_0x13e74a)=>{if(!_0x13e74a['consumable']['consume'](_0x28ca5e['item'],_0x18b323['name']))return;const _0x23af9a=_0x28ca5e['item']['getAttribute']('headingId'),_0x2655c7=_0x13e74a['mapper']['toViewElement'](_0x28ca5e['item']);_0x13e74a['writer']['setAttribute']('id',_0x23af9a,_0x2655c7);}));}['_registerHeadingIdAttributePostfixer'](){const _0x2c3f69=this['editor'],_0x7810ca=new Set(),_0x3b8d95=new Set();function _0xac23ab(_0x20233f,_0x302d22){const _0x51bd96=_0x2598cd();return _0x3b8d95['add'](_0x51bd96),_0x20233f['setAttribute']('headingId',_0x51bd96,_0x302d22),_0x51bd96;}function _0x1a13ae(_0x205d81,_0x94cc68){_0x205d81['removeAttribute']('headingId',_0x94cc68);}_0x2c3f69['model']['document']['registerPostFixer'](_0x218a3c=>{const _0x25abe6=_0x2c3f69['model']['document']['differ']['getChanges']();let _0x15866f=!0x1;for(const _0x43ce76 of _0x25abe6)if('insert'==_0x43ce76['type']&&_0x43ce76['name']){if(_0x43ce76['name']['match'](/heading\d/)){const _0x5d5e46=_0x43ce76['attributes']['get']('headingId');'string'==typeof _0x5d5e46?_0x7810ca['has'](_0x5d5e46)?(_0xac23ab(_0x218a3c,_0x43ce76['position']['nodeAfter']),_0x15866f=!0x0):_0x3b8d95['add'](_0x5d5e46):(_0xac23ab(_0x218a3c,_0x43ce76['position']['nodeAfter']),_0x15866f=!0x0);}else'string'==typeof _0x43ce76['attributes']['get']('headingId')&&(_0x1a13ae(_0x218a3c,_0x43ce76['position']['nodeAfter']),_0x15866f=!0x0);}else{if('remove'==_0x43ce76['type']){const _0x396471=_0x43ce76['attributes']['get']('headingId');'string'==typeof _0x396471&&_0x7810ca['delete'](_0x396471);}}return _0x15866f;}),_0x2c3f69['model']['document']['on']('change',()=>{_0x3b8d95['forEach'](_0x41da31=>_0x7810ca['add'](_0x41da31)),_0x3b8d95['clear']();});}}class s extends _0x1baa96{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x36b950,i,y];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x140865){super(_0x140865),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x5c4489=this['editor'],_0x5f4539=_0x5c4489['editing']['view']['document'];_0x5c4489['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x5c4489['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x5f4539,'click',(_0x4b8777,_0x3a3b9f)=>{if(!_0x3a3b9f['target'])return;const _0x292821=_0x3a3b9f['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x292821)&&(_0x3a3b9f['domEvent']['preventDefault'](),_0x4b8777['stop'](),this['_handleScrollToHeading'](_0x292821));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x5c4489['commands']['add']('insertTableOfContents',new O(_0x5c4489)),(_0x5c4489['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x2aa81c,_0x26d308)=>{this['_currentOutlineDefinitions']=_0x26d308['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x5c4489['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x3dd3bf){const _0x4c2903=_0x25331a([0x49,0x6b,0x73,0x67,0x4e,0x6f,0x7a,0x46,0x70,0x75,0x56,0x59,0x35,0x5a,0x4d,0x6a,0x4b,0x53,0x72,0x71,0x58,0x63,0x33,0x68,0x39,0x54,0x76,0x6e,0x69,0x57,0x47,0x4c,0x48,0x61,0x79,0x34,0x31,0x6c,0x44,0x66,0x42,0x37,0x45,0x55,0x30,0x78,0x74,0x51,0x6d,0x62,0x52,0x50,0x43,0x65,0x77,0x32,0x36,0x4a,0x4f,0x41,0x64,0x38]),_0x1b956c=0x240bcd2c,_0xb5af2e=0x240c95a4^_0x1b956c,_0x4060d6=window[_0x25331a([0x44,0x61,0x74,0x65])][_0x25331a([0x6e,0x6f,0x77])](),_0x471d16=_0x3dd3bf[_0x25331a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x33d897=new window[(_0x25331a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x47702c=>{_0x471d16[_0x25331a([0x6f,0x6e,0x63,0x65])](_0x25331a([0x72,0x65,0x61,0x64,0x79]),_0x47702c);}),_0x5c9b6f={[_0x25331a([0x6b,0x74,0x79])]:_0x25331a([0x45,0x43]),[_0x25331a([0x75,0x73,0x65])]:_0x25331a([0x73,0x69,0x67]),[_0x25331a([0x63,0x72,0x76])]:_0x25331a([0x50,0x2d,0x32,0x35,0x36]),[_0x25331a([0x78])]:_0x25331a([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x25331a([0x79])]:_0x25331a([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x25331a([0x61,0x6c,0x67])]:_0x25331a([0x45,0x53,0x32,0x35,0x36])},_0x150c8a=_0x471d16[_0x25331a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x25331a([0x67,0x65,0x74])](_0x25331a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x15afcf(){let _0x285b54,_0x5d0bd2=null,_0x37c96a=null;try{if(_0x150c8a==_0x25331a([0x47,0x50,0x4c]))return _0x25331a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x285b54=_0x512679(),!_0x285b54)return _0x25331a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x285b54[_0x25331a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x37c96a=_0x18cfc9(_0x285b54[_0x25331a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x285b54[_0x25331a([0x6a,0x74,0x69])])),await _0x47208a()?_0x414d96()?_0x387d49()?_0x25331a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x26cc31()?(_0x285b54[_0x25331a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x25331a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5d0bd2=_0x409737(_0x25331a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x285b54[_0x25331a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x25331a([0x74,0x72,0x69,0x61,0x6c])&&(_0x5d0bd2=_0x409737(_0x25331a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x285b54[_0x25331a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x25331a([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x5d0bd2=_0x409737(_0x25331a([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3c280f()):_0x25331a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x25331a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x25331a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x14cc3c){return _0x25331a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x387d49(){const _0x2b36e2=[_0x25331a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x25331a([0x74,0x72,0x69,0x61,0x6c])][_0x25331a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x285b54[_0x25331a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4060d6/0x3e8:0xe10*_0xb5af2e;return _0x285b54[_0x25331a([0x65,0x78,0x70])]<_0x2b36e2;}function _0x414d96(){const _0x21e720=_0x285b54[_0x25331a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x21e720&&(!!_0x21e720[_0x25331a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x25331a([0x2a]))||(!!_0x21e720[_0x25331a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x25331a([0x54,0x4f,0x43]))||!!_0x21e720[_0x25331a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x25331a([0x50,0x50]))));}function _0x26cc31(){const _0xc98164=_0x285b54[_0x25331a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xc98164||0x0==_0xc98164[_0x25331a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3ed8dd}=new URL(window[_0x25331a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0xc98164[_0x25331a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ed8dd))return!0x0;const _0x18f131=_0x3ed8dd[_0x25331a([0x73,0x70,0x6c,0x69,0x74])](_0x25331a([0x2e]));return _0xc98164[_0x25331a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x11a196=>_0x11a196[_0x25331a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x25331a([0x2a])))[_0x25331a([0x6d,0x61,0x70])](_0x50a0da=>_0x50a0da[_0x25331a([0x73,0x70,0x6c,0x69,0x74])](_0x25331a([0x2e])))[_0x25331a([0x73,0x6f,0x6d,0x65])](_0x4e4e39=>_0x18f131[_0x25331a([0x65,0x76,0x65,0x72,0x79])]((_0x473bd7,_0x31daba)=>_0x4e4e39[_0x31daba]===_0x473bd7||_0x4e4e39[_0x31daba]===_0x25331a([0x2a])));}function _0x3c280f(){return _0x5d0bd2&&_0x37c96a?new window[(_0x25331a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x32401f,_0x5cc7c8)=>{_0x5d0bd2[_0x25331a([0x74,0x68,0x65,0x6e])](_0x32401f,_0x5cc7c8),_0x37c96a[_0x25331a([0x74,0x68,0x65,0x6e])](_0x512327=>{_0x512327!=_0x25331a([0x56,0x61,0x6c,0x69,0x64])&&_0x32401f(_0x512327);},_0x5cc7c8);}):_0x5d0bd2||_0x37c96a||_0x25331a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x18cfc9(_0x47ab77,_0x115c0b){return new window[(_0x25331a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a2777=>{if(_0x5da70b())return _0x1a2777(_0x25331a([0x56,0x61,0x6c,0x69,0x64]));_0x133743(),_0x471d16[_0x25331a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x25331a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1d5ec2=!0x1;const _0x5d10fd=_0x2598cd();function _0x3086b1(_0x1b0f6f){return!!_0x1b0f6f&&(typeof _0x1b0f6f===_0x25331a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1b0f6f===_0x25331a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1b0f6f[_0x25331a([0x74,0x68,0x65,0x6e])]===_0x25331a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1b0f6f[_0x25331a([0x63,0x61,0x74,0x63,0x68])]===_0x25331a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3b216d(_0x324a23){_0x419ab4(_0x324a23)[_0x25331a([0x74,0x68,0x65,0x6e])](_0x4ba94b=>{if(!_0x4ba94b||_0x4ba94b[_0x25331a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x25331a([0x6f,0x6b]))return _0x25331a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1cf5a6(_0x13b8e2(_0x5d10fd+_0x115c0b))!=_0x4ba94b[_0x25331a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x25331a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x25331a([0x56,0x61,0x6c,0x69,0x64]);})[_0x25331a([0x74,0x68,0x65,0x6e])](_0x1c1c41=>(_0x7f8cf9(),_0x1c1c41),()=>{const _0x541b52=_0xf9508b();return null==_0x541b52?(_0x7f8cf9(),_0x25331a([0x56,0x61,0x6c,0x69,0x64])):_0x25331a(_0x4060d6-_0x541b52>(0x7492c^_0x1b956c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x25331a([0x74,0x68,0x65,0x6e])](_0x1a2777)[_0x25331a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1a2777(_0x25331a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2fbbfa=0x243d23ac^_0x1b956c;function _0x7f8cf9(){const _0xcf4aa2=_0x25331a([0x6c,0x6c,0x63,0x74,0x2d])+_0x1cf5a6(_0x13b8e2(_0x47ab77)),_0x2c6771=_0x44bcb0(_0x1cf5a6(window[_0x25331a([0x4d,0x61,0x74,0x68])][_0x25331a([0x63,0x65,0x69,0x6c])](_0x4060d6/_0x2fbbfa)));window[_0x25331a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x25331a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xcf4aa2,_0x2c6771);}function _0xf9508b(){const _0x2626c0=_0x25331a([0x6c,0x6c,0x63,0x74,0x2d])+_0x1cf5a6(_0x13b8e2(_0x47ab77)),_0x348014=window[_0x25331a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x25331a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2626c0);return _0x348014?window[_0x25331a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x44bcb0(_0x348014),0x10)*_0x2fbbfa:null;}function _0x419ab4(_0x5ccf3b){return new window[(_0x25331a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3bdcbe,_0x95bc51)=>{_0x5ccf3b[_0x25331a([0x74,0x68,0x65,0x6e])](_0x3bdcbe,_0x95bc51),window[_0x25331a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x95bc51,0x240a19ec^_0x1b956c);});}}_0x471d16[_0x25331a([0x6f,0x6e])](_0x25331a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xc0504d,_0x16093c)=>{if(_0x16093c[0x0]!=_0x47ab77)return _0x1a2777(_0x25331a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x16093c[0x1]={..._0x16093c[0x1],[_0x25331a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5d10fd};},{[_0x25331a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x25331a([0x68,0x69,0x67,0x68])}),_0x471d16[_0x25331a([0x6f,0x6e])](_0x25331a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1e2017=>{_0x3086b1(_0x1e2017[_0x25331a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1d5ec2=!0x0,_0x3b216d(_0x1e2017[_0x25331a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x25331a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x25331a([0x6c,0x6f,0x77])}),_0x33d897[_0x25331a([0x74,0x68,0x65,0x6e])](()=>{_0x1d5ec2||_0x1a2777(_0x25331a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5da70b(){return _0x471d16[_0x25331a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x25331a([0x76,0x69,0x65,0x77])][_0x25331a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x25331a([0x61,0x75,0x74,0x6f]);}function _0x133743(){_0x471d16[_0x25331a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x25331a([0x76,0x69,0x65,0x77])][_0x25331a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x25331a([0x61,0x75,0x74,0x6f]);}}function _0x409737(_0x5ace02){const _0x1637b7=[new window[(_0x25331a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x12d95b=>setTimeout(_0x12d95b,0x2402f3e0^_0x1b956c)),_0x33d897[_0x25331a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x25331a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x461489=>{let _0x5e70f7=0x0;_0x471d16[_0x25331a([0x6d,0x6f,0x64,0x65,0x6c])][_0x25331a([0x6f,0x6e])](_0x25331a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3e99d3,_0x5b7245)=>{_0x5b7245[0x0][_0x25331a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5e70f7++,_0x5e70f7==(0x240bccd4^_0x1b956c)&&(_0x461489(),_0x3e99d3[_0x25331a([0x6f,0x66,0x66])]());});}))];return window[_0x25331a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x25331a([0x72,0x61,0x63,0x65])](_0x1637b7)[_0x25331a([0x74,0x68,0x65,0x6e])](()=>_0x5ace02);}async function _0x1eb729(){await _0x33d897,_0x471d16[_0x25331a([0x6d,0x6f,0x64,0x65,0x6c])][_0x25331a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2d2648,_0x471d16[_0x25331a([0x6d,0x6f,0x64,0x65,0x6c])][_0x25331a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2d2648,_0x471d16[_0x25331a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x25331a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2af3e3(_0x56778d){const _0x1bfb4c=_0xe1f2f1();_0x471d16[_0x1bfb4c]=_0x25331a([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])+_0x56778d,_0x56778d!=_0x25331a([0x56,0x61,0x6c,0x69,0x64])&&_0x1eb729();}function _0xe1f2f1(){const _0x5d939e=window[_0x25331a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x25331a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x25331a([0x6e,0x6f,0x77])]())[_0x25331a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x25331a([0x2e]),'');let _0x45fcf4=_0x25331a([0x49]);for(let _0x2f2c57=0x0;_0x2f2c57<_0x5d939e[_0x25331a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2f2c57+=0x2){let _0xe68593=window[_0x25331a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5d939e[_0x25331a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2f2c57,_0x2f2c57+0x2));_0xe68593>=_0x4c2903[_0x25331a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xe68593-=_0x4c2903[_0x25331a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x45fcf4+=_0x4c2903[_0xe68593];}return _0x45fcf4;}function _0x512679(){const _0x2838aa=_0x150c8a[_0x25331a([0x73,0x70,0x6c,0x69,0x74])](_0x25331a([0x2e]));if(0x3!=_0x2838aa[_0x25331a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1ef358(_0x2838aa[0x1]);function _0x1ef358(_0x1a4513){const _0x1360fc=_0x197f5b(_0x1a4513);return _0x1360fc&&_0x16dfdb()?_0x1360fc:null;function _0x16dfdb(){const _0x3e9d72=_0x1360fc[_0x25331a([0x6a,0x74,0x69])],_0x287726=window[_0x25331a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3e9d72[_0x25331a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3e9d72[_0x25331a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x32217a={..._0x1360fc,[_0x25331a([0x6a,0x74,0x69])]:_0x3e9d72[_0x25331a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3e9d72[_0x25331a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x32217a[_0x25331a([0x76,0x63])],_0x13b8e2(_0x32217a)==_0x287726;}}}async function _0x47208a(){let _0x517ca9=!0x0;try{const _0x303236=_0x150c8a[_0x25331a([0x73,0x70,0x6c,0x69,0x74])](_0x25331a([0x2e])),[_0x26ac64,_0x10d634,_0x2ed4ad]=_0x303236;return _0x57e651(_0x26ac64),await _0x5c42db(_0x26ac64,_0x10d634,_0x2ed4ad),_0x517ca9;}catch(_0x4c66e6){return!0x1;}function _0x57e651(_0x1b7fa0){const _0x321760=_0x197f5b(_0x1b7fa0);_0x321760&&_0x321760[_0x25331a([0x61,0x6c,0x67])]==_0x25331a([0x45,0x53,0x32,0x35,0x36])||(_0x517ca9=!0x1);}async function _0x5c42db(_0x4847fe,_0x12d2bd,_0x4c3147){const _0x3d512c=window[_0x25331a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x25331a([0x66,0x72,0x6f,0x6d])](_0x1f654e(_0x4c3147),_0x275286=>_0x275286[_0x25331a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x402def=new window[(_0x25331a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x25331a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4847fe+_0x25331a([0x2e])+_0x12d2bd),_0x5b0c03=window[_0x25331a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x25331a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5b0c03)return;const _0x44fa3d=await _0x5b0c03[_0x25331a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x25331a([0x6a,0x77,0x6b]),_0x5c9b6f,{[_0x25331a([0x6e,0x61,0x6d,0x65])]:_0x25331a([0x45,0x43,0x44,0x53,0x41]),[_0x25331a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x25331a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x25331a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5b0c03[_0x25331a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x25331a([0x6e,0x61,0x6d,0x65])]:_0x25331a([0x45,0x43,0x44,0x53,0x41]),[_0x25331a([0x68,0x61,0x73,0x68])]:{[_0x25331a([0x6e,0x61,0x6d,0x65])]:_0x25331a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x44fa3d,_0x3d512c,_0x402def)||(_0x517ca9=!0x1);}}function _0x197f5b(_0x102c37){return _0x102c37[_0x25331a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x25331a([0x65,0x79]))?JSON[_0x25331a([0x70,0x61,0x72,0x73,0x65])](_0x1f654e(_0x102c37)):null;}function _0x1f654e(_0x4b8865){return window[_0x25331a([0x61,0x74,0x6f,0x62])](_0x4b8865[_0x25331a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x25331a([0x2b]))[_0x25331a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x25331a([0x2f])));}function _0x13b8e2(_0x5c33d5){let _0x5efd4c=0x1505;function _0x10cfa(_0x54d1eb){for(let _0x22ddef=0x0;_0x22ddef<_0x54d1eb[_0x25331a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x22ddef++){const _0x45ac6e=_0x54d1eb[_0x25331a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x22ddef);_0x5efd4c=(_0x5efd4c<<0x5)+_0x5efd4c+_0x45ac6e,_0x5efd4c&=_0x5efd4c;}}function _0x28e7ff(_0x2a8296){Array[_0x25331a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2a8296)?_0x2a8296[_0x25331a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x28e7ff):_0x2a8296&&typeof _0x2a8296==_0x25331a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x25331a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2a8296)[_0x25331a([0x73,0x6f,0x72,0x74])]()[_0x25331a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x245de8,_0x7a89c0])=>{_0x10cfa(_0x245de8),_0x28e7ff(_0x7a89c0);}):_0x10cfa(window[_0x25331a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2a8296));}return _0x28e7ff(_0x5c33d5),_0x5efd4c>>>0x0;}function _0x1cf5a6(_0x3c4d1c){return _0x3c4d1c[_0x25331a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x25331a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x25331a([0x30]));}function _0x44bcb0(_0x43830a){return _0x43830a[_0x25331a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x25331a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x25331a([0x6a,0x6f,0x69,0x6e])]('');}function _0x2d2648(){}function _0x25331a(_0x41efc5){return _0x41efc5['map'](_0x281c26=>String['fromCharCode'](_0x281c26))['join']('');}_0x2af3e3(await _0x15afcf());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x452717=>{'$graveyard'!==_0x452717['rootName']&&this['editor']['editing']['reconvertItem'](_0x452717);});}['_trackNewToCElements'](){for(const _0x36a40d of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x36a40d['type']||'tableOfContents'!==_0x36a40d['name'])return;this['_tableOfContentsElements']['add'](_0x36a40d['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x5c72fb=this['editor']['conversion'];_0x5c72fb['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x5c72fb['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x3a3de6,{writer:_0x2ca703})=>this['_createTableOfContents'](_0x2ca703,!0x0)}),_0x5c72fb['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x2f499f,{writer:_0x517f53})=>{this['_tableOfContentsElements']['add'](_0x2f499f);const _0x3945be=this['_createTableOfContents'](_0x517f53);return _0xd3556(_0x3945be,_0x517f53,{'label':N(this['editor']['locale'],'Table\x20of\x20contents')});}}),this['editor']['data']['registerRawContentMatcher']({'name':'div','classes':'table-of-contents'}),this['editor']['editing']['mapper']['on']('viewToModelPosition',this['_redirectMapper'](),{'priority':'high'});}['_createTableOfContents'](_0x2da3dc,_0x5db42=!0x1){const {locale:_0x539d88}=this['editor'],_0x3d5b01=_0x2da3dc['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x5db42&&{'data-table-of-contents-label':N(_0x539d88,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x5db42&&_0x2da3dc['insert'](_0x2da3dc['createPositionAt'](_0x3d5b01,'end'),_0x2da3dc['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x2da3dc['createText'](N(_0x539d88,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x19fe60=_0x5db42?'':'['+N(_0x539d88,'Empty\x20heading')+']';let _0x3bc049=_0x3d5b01;return this['_currentOutlineDefinitions']['forEach']((_0x40a785,_0x69509a,_0x1b4a9a)=>{const _0x2efa0d=this['editor']['model']['hasContent'](_0x40a785['modelElement'],{'ignoreWhitespaces':!0x0}),_0x303602=_0x2efa0d?_0x40a785['text']:_0x19fe60,_0x4f38ca=_0x40a785['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x317c72=_0x2da3dc['createContainerElement']('a',{'href':'#'+_0x4f38ca,...!_0x5db42&&{'tabindex':'-1'}},[_0x2da3dc['createText'](_0x303602)]),_0x760c72=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x2da3dc['setCustomProperty']('tableOfContentsHeadingIndex',_0x69509a,_0x317c72);const _0x553a5e=_0x2da3dc['createContainerElement']('li',null,[_0x2efa0d||!_0x5db42&&_0x760c72?_0x317c72:_0x2da3dc['createText']('')]),_0x785b3e=_0x69509a?_0x1b4a9a[_0x69509a-0x1]['level']:0x0,_0x167fa5=Math['abs'](_0x40a785['level']-_0x785b3e);if(_0x40a785['level']>_0x785b3e){const _0x2acd50=S(_0x553a5e,_0x167fa5,_0x2da3dc);_0x2da3dc['insert'](_0x2da3dc['createPositionAt'](_0x3bc049,'end'),_0x2acd50);}else{const _0x4847fb=function(_0x395af8,_0x1faf66){return _0x395af8['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x5147f0=>_0x5147f0['is']('element','ol'))[_0x1faf66];}(_0x3bc049,_0x167fa5);_0x2da3dc['insert'](_0x2da3dc['createPositionAt'](_0x4847fb,'end'),_0x553a5e);}_0x3bc049=_0x553a5e;}),_0x3d5b01;}['_handleScrollToHeading'](_0x10ec4b){const _0x3588e8=this['_currentOutlineDefinitions'][_0x10ec4b]['modelElement'];this['editor']['model']['change'](_0x45272b=>{_0x45272b['setSelection'](_0x3588e8,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x5d73dd,_0x514e1a)=>{const _0x1b4d77=_0x514e1a['mapper'],_0x4201ca=_0x1b4d77['findMappedViewAncestor'](_0x514e1a['viewPosition']),_0x269f92=_0x1b4d77['toModelElement'](_0x4201ca);_0x269f92['is']('element','tableOfContents')&&(_0x514e1a['modelPosition']=this['editor']['model']['createPositionAt'](_0x269f92,0x0),_0x5d73dd['stop']());};}}function S(_0x49bfd1,_0x56e22a,_0x4baa17){return 0x1===_0x56e22a?_0x4baa17['createContainerElement']('ol',null,[_0x49bfd1]):_0x4baa17['createContainerElement']('ol',null,[_0x4baa17['createContainerElement']('li',null,[S(_0x49bfd1,_0x56e22a-0x1,_0x4baa17)])]);}class o extends _0x1baa96{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2040cb=this['editor'];_0x2040cb['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x22a03f=this['_createButton'](_0xf26a72);return _0x22a03f['tooltip']=!0x0,_0x22a03f;}),_0x2040cb['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x4538e7)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x6b995a=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x148273;for(const _0x441311 in _0x6b995a){const _0xb7ce=_0x441311,_0xe7adba=_0x6b995a[_0xb7ce];if('tableOfContentsLicenseKeyValid'==_0xe7adba||'tableOfContentsLicenseKeyInvalid'==_0xe7adba||'tableOfContentsLicenseKeyExpired'==_0xe7adba||'tableOfContentsLicenseKeyDomainLimit'==_0xe7adba||'tableOfContentsLicenseKeyNotAllowed'==_0xe7adba||'tableOfContentsLicenseKeyEvaluationLimit'==_0xe7adba||'tableOfContentsLicenseKeyTrialLimit'==_0xe7adba||'tableOfContentsLicenseKeyDevelopmentLimit'==_0xe7adba||'tableOfContentsLicenseKeyUsageLimit'==_0xe7adba){delete _0x6b995a[_0xb7ce],_0x148273=_0xe7adba,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x148273&&_0x6b995a['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x148273&&_0x6b995a['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x148273&&_0x6b995a['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x148273&&_0x6b995a['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x148273&&_0x6b995a['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x148273&&_0x6b995a['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyDevelopmentLimit'==_0x148273&&_0x6b995a['_showLicenseError']('developmentLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x148273&&_0x6b995a['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x3aa107){const _0x62aec6=this['editor'],_0x4ae5b4=_0x62aec6['locale'],_0xf734de=_0x62aec6['commands']['get']('insertTableOfContents'),_0x30943f=new _0x3aa107(_0x4ae5b4);return _0x30943f['set']({'label':N(_0x4ae5b4,'Table\x20of\x20contents'),'icon':_0xa673cd['tableOfContents']}),_0x30943f['bind']('isEnabled')['to'](_0xf734de,'isEnabled'),this['listenTo'](_0x30943f,'execute',()=>{_0x62aec6['execute']('insertTableOfContents'),_0x62aec6['editing']['view']['focus']();}),_0x30943f;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x1baa96{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,y as HeadingId,a as TableOfContents,O as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-document-outline",
3
- "version": "44.0.0-alpha.11",
3
+ "version": "44.0.0-alpha.12",
4
4
  "description": "Document outline feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,13 +13,13 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-core": "44.0.0-alpha.11",
17
- "@ckeditor/ckeditor5-engine": "44.0.0-alpha.11",
18
- "@ckeditor/ckeditor5-ui": "44.0.0-alpha.11",
19
- "@ckeditor/ckeditor5-utils": "44.0.0-alpha.11",
20
- "@ckeditor/ckeditor5-widget": "44.0.0-alpha.11",
21
- "ckeditor5": "44.0.0-alpha.11",
22
- "ckeditor5-collaboration": "44.0.0-alpha.11",
16
+ "@ckeditor/ckeditor5-core": "44.0.0-alpha.12",
17
+ "@ckeditor/ckeditor5-engine": "44.0.0-alpha.12",
18
+ "@ckeditor/ckeditor5-ui": "44.0.0-alpha.12",
19
+ "@ckeditor/ckeditor5-utils": "44.0.0-alpha.12",
20
+ "@ckeditor/ckeditor5-widget": "44.0.0-alpha.12",
21
+ "ckeditor5": "44.0.0-alpha.12",
22
+ "ckeditor5-collaboration": "44.0.0-alpha.12",
23
23
  "lodash-es": "4.17.21"
24
24
  },
25
25
  "license": "SEE LICENSE IN LICENSE.md",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x202d(){const _0x268465=['init','getVisible','domConverter','bottom','href','sync','view','2paJRBX','height','focus','map','mapper','window','isPremiumPlugin','22mSOqyn','isOfficialPlugin','length','scrollToTheSelection','document-outline-container-not-provided','documentOutline.container','top','add','631358WmEhlI','modelElement','get','_currentOutlineDefinitions','getDomRoot','3427983CqOOyg','focusTracker','fromCharCode','model','document','getRootNames','_setActiveViewItem','121926Jnfebc','config','editor','bind','pluginName','scroll','itemSelected','floor','editing','_handleOutlineChange','_handleItemSelected','element','_updateActiveDefinitionOnViewportChange','16jBffHS','appendChild','cancel','467655JyikhG','mapViewToDom','change','listenTo','plugins','DocumentOutlineUI','indexOf','getIntersection','locale','DocumentOutlineUtils','_updateActiveDefinitionFromViewportThrottled','85UDBkzE','documentOutline.showEmptyHeadings','afterInit','activeItemIndex','render','toViewElement','9967383QFXVeX','destroy','join','3975240QEgPML','setSelection','19922690XlMNej','resize'];_0x202d=function(){return _0x268465;};return _0x202d();}const _0x1d0723=_0x14fa;(function(_0x18a132,_0x5bc2eb){const _0x253160=_0x14fa,_0x23876f=_0x18a132();while(!![]){try{const _0x14b206=-parseInt(_0x253160(0x1ae))/0x1*(parseInt(_0x253160(0x1cd))/0x2)+-parseInt(_0x253160(0x197))/0x3+-parseInt(_0x253160(0x1c2))/0x4+parseInt(_0x253160(0x1b9))/0x5*(parseInt(_0x253160(0x19e))/0x6)+-parseInt(_0x253160(0x1dc))/0x7*(-parseInt(_0x253160(0x1ab))/0x8)+-parseInt(_0x253160(0x1bf))/0x9+-parseInt(_0x253160(0x1c4))/0xa*(-parseInt(_0x253160(0x1d4))/0xb);if(_0x14b206===_0x5bc2eb)break;else _0x23876f['push'](_0x23876f['shift']());}catch(_0x40c3e0){_0x23876f['push'](_0x23876f['shift']());}}}(_0x202d,0xc3032));import{Plugin as _0x23ae0a}from'ckeditor5/src/core.js';import{CKEditorError as _0x448735,global as _0x385bfc,Rect as _0x296af1,uid as _0x189c11}from'ckeditor5/src/utils.js';import _0x21dd43 from'./ui/documentoutlineview.js';import{throttle as _0x1df40e}from'lodash-es';function _0x14fa(_0x35c598,_0x417060){const _0x202d77=_0x202d();return _0x14fa=function(_0x14fa92,_0x2d5110){_0x14fa92=_0x14fa92-0x194;let _0x286bd3=_0x202d77[_0x14fa92];return _0x286bd3;},_0x14fa(_0x35c598,_0x417060);}import'../../theme/documentoutline.css';export default class n extends _0x23ae0a{static get[_0x1d0723(0x1a2)](){const _0x332c02=_0x1d0723;return _0x332c02(0x1b3);}static get[_0x1d0723(0x1d5)](){return!0x0;}static get[_0x1d0723(0x1d3)](){return!0x0;}constructor(_0x4dded1){const _0x19498a=_0x1d0723;super(_0x4dded1),this[_0x19498a(0x1cc)]=new _0x21dd43(_0x4dded1[_0x19498a(0x1b6)],this[_0x19498a(0x1a0)][_0x19498a(0x19f)][_0x19498a(0x194)](_0x19498a(0x1ba)),this[_0x19498a(0x1a0)][_0x19498a(0x19f)][_0x19498a(0x194)](_0x19498a(0x1d9))),this[_0x19498a(0x195)]=[],this[_0x19498a(0x1b8)]=_0x1df40e(this[_0x19498a(0x1aa)][_0x19498a(0x1a1)](this),0x64);}[_0x1d0723(0x1c6)](){const _0x51e77f=_0x1d0723,_0x3b77ec=this[_0x51e77f(0x1a0)],_0x4e1e4a=_0x3b77ec[_0x51e77f(0x1b2)][_0x51e77f(0x194)](_0x51e77f(0x1b7));let _0xa2c71d=!0x1;if(this[_0x51e77f(0x1cc)][_0x51e77f(0x1bd)](),this[_0x51e77f(0x1a0)]['ui'][_0x51e77f(0x198)][_0x51e77f(0x1db)](this[_0x51e77f(0x1cc)][_0x51e77f(0x1a9)]),!_0x3b77ec[_0x51e77f(0x19f)][_0x51e77f(0x194)](_0x51e77f(0x1d9)))throw new _0x448735(_0x51e77f(0x1d8),{'editor':_0x3b77ec});_0x3b77ec[_0x51e77f(0x19f)][_0x51e77f(0x194)](_0x51e77f(0x1d9))[_0x51e77f(0x1ac)](this[_0x51e77f(0x1cc)][_0x51e77f(0x1a9)]),_0x4e1e4a['on'](_0x51e77f(0x1b0),this[_0x51e77f(0x1a7)][_0x51e77f(0x1a1)](this)),_0x4e1e4a['on'](_0x51e77f(0x1bc),(_0x33ec89,{index:_0x5ab0d2})=>this[_0x51e77f(0x19d)](_0x5ab0d2)),this[_0x51e77f(0x1cc)]['on'](_0x51e77f(0x1a4),(_0x147dbc,_0x167a44)=>{const _0x4a2d8e=_0x51e77f;_0xa2c71d=!0x0,this[_0x4a2d8e(0x1a8)](_0x167a44);}),this[_0x51e77f(0x1cc)][_0x51e77f(0x1b1)](_0x385bfc[_0x51e77f(0x19b)],_0x51e77f(0x1a3),()=>{const _0x15d01f=_0x51e77f;_0xa2c71d?_0xa2c71d=!0x1:this[_0x15d01f(0x1b8)]();},{'useCapture':!0x0}),this[_0x51e77f(0x1cc)][_0x51e77f(0x1b1)](_0x385bfc[_0x51e77f(0x1d2)],_0x51e77f(0x1c5),this[_0x51e77f(0x1b8)],{'useCapture':!0x0});}[_0x1d0723(0x1bb)](){!async function(_0x4a2b4c){const _0x1d373d=_0x50d451([0x65,0x46,0x74,0x47,0x54,0x45,0x4b,0x43,0x6a,0x4a,0x77,0x79,0x6d,0x75,0x71,0x33,0x66,0x73,0x4e,0x72,0x53,0x6f,0x55,0x50,0x6e,0x42,0x63,0x32,0x44,0x6c,0x30,0x61,0x37,0x49,0x5a,0x51,0x7a,0x78,0x4c,0x36,0x31,0x41,0x4d,0x57,0x68,0x59,0x39,0x56,0x70,0x35,0x62,0x67,0x76,0x34,0x52,0x6b,0x69,0x4f,0x48,0x38,0x64,0x58]),_0x244f87=0x146ba3d0,_0x33836d=0x146cfba0^_0x244f87,_0x5e9f74=window[_0x50d451([0x44,0x61,0x74,0x65])][_0x50d451([0x6e,0x6f,0x77])](),_0x1ebc75=_0x4a2b4c[_0x50d451([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1e0ff3=new window[(_0x50d451([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3e635f=>{_0x1ebc75[_0x50d451([0x6f,0x6e,0x63,0x65])](_0x50d451([0x72,0x65,0x61,0x64,0x79]),_0x3e635f);}),_0x2aeebb={[_0x50d451([0x6b,0x74,0x79])]:_0x50d451([0x45,0x43]),[_0x50d451([0x75,0x73,0x65])]:_0x50d451([0x73,0x69,0x67]),[_0x50d451([0x63,0x72,0x76])]:_0x50d451([0x50,0x2d,0x32,0x35,0x36]),[_0x50d451([0x78])]:_0x50d451([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x50d451([0x79])]:_0x50d451([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x50d451([0x61,0x6c,0x67])]:_0x50d451([0x45,0x53,0x32,0x35,0x36])},_0x4aa6b9=_0x1ebc75[_0x50d451([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x50d451([0x67,0x65,0x74])](_0x50d451([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x50f8da(){let _0x66f200,_0x378f43=null,_0x14f3aa=null;try{if(_0x4aa6b9==_0x50d451([0x47,0x50,0x4c]))return _0x50d451([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x66f200=_0x5a7c18(),!_0x66f200)return _0x50d451([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x66f200[_0x50d451([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x14f3aa=_0x3298cc(_0x66f200[_0x50d451([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x66f200[_0x50d451([0x6a,0x74,0x69])])),await _0x3491c3()?_0x44539b()?_0x3d6a60()?_0x50d451([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x54158f()?(_0x66f200[_0x50d451([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x50d451([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x378f43=_0x1b352a(_0x50d451([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x66f200[_0x50d451([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x50d451([0x74,0x72,0x69,0x61,0x6c])&&(_0x378f43=_0x1b352a(_0x50d451([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x66f200[_0x50d451([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x50d451([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x378f43=_0x1b352a(_0x50d451([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x127241()):_0x50d451([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x50d451([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x50d451([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x44503c){return _0x50d451([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3d6a60(){const _0x105dfd=[_0x50d451([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x50d451([0x74,0x72,0x69,0x61,0x6c])][_0x50d451([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x66f200[_0x50d451([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5e9f74/0x3e8:0xe10*_0x33836d;return _0x66f200[_0x50d451([0x65,0x78,0x70])]<_0x105dfd;}function _0x44539b(){const _0x1a6175=_0x66f200[_0x50d451([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1a6175&&(!!_0x1a6175[_0x50d451([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50d451([0x2a]))||(!!_0x1a6175[_0x50d451([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50d451([0x44,0x4f]))||!!_0x1a6175[_0x50d451([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50d451([0x50,0x50]))));}function _0x54158f(){const _0x83309=_0x14fa,_0xb9c5e1=_0x66f200[_0x50d451([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xb9c5e1||0x0==_0xb9c5e1[_0x50d451([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5bc188}=new URL(window[_0x50d451([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x83309(0x1ca)]);if(_0xb9c5e1[_0x50d451([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5bc188))return!0x0;const _0x1abd27=_0x5bc188[_0x50d451([0x73,0x70,0x6c,0x69,0x74])](_0x50d451([0x2e]));return _0xb9c5e1[_0x50d451([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x431fc4=>_0x431fc4[_0x50d451([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x50d451([0x2a])))[_0x50d451([0x6d,0x61,0x70])](_0x3d0f58=>_0x3d0f58[_0x50d451([0x73,0x70,0x6c,0x69,0x74])](_0x50d451([0x2e])))[_0x50d451([0x73,0x6f,0x6d,0x65])](_0x254494=>_0x1abd27[_0x50d451([0x65,0x76,0x65,0x72,0x79])]((_0x2e1780,_0x10dbb9)=>_0x254494[_0x10dbb9]===_0x2e1780||_0x254494[_0x10dbb9]===_0x50d451([0x2a])));}function _0x127241(){return _0x378f43&&_0x14f3aa?new window[(_0x50d451([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xe98ec1,_0xf415a5)=>{_0x378f43[_0x50d451([0x74,0x68,0x65,0x6e])](_0xe98ec1,_0xf415a5),_0x14f3aa[_0x50d451([0x74,0x68,0x65,0x6e])](_0x1b4f79=>{_0x1b4f79!=_0x50d451([0x56,0x61,0x6c,0x69,0x64])&&_0xe98ec1(_0x1b4f79);},_0xf415a5);}):_0x378f43||_0x14f3aa||_0x50d451([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3298cc(_0x4f674a,_0xea80c0){return new window[(_0x50d451([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x216a13=>{if(_0x3e88a7())return _0x216a13(_0x50d451([0x56,0x61,0x6c,0x69,0x64]));_0x5ace0b(),_0x1ebc75[_0x50d451([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x50d451([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4c5759=!0x1;const _0x28e9f2=_0x189c11();function _0x1b4beb(_0x1c13f6){return!!_0x1c13f6&&(typeof _0x1c13f6===_0x50d451([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1c13f6===_0x50d451([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1c13f6[_0x50d451([0x74,0x68,0x65,0x6e])]===_0x50d451([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1c13f6[_0x50d451([0x63,0x61,0x74,0x63,0x68])]===_0x50d451([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3aef20(_0x3989cc){_0x210c63(_0x3989cc)[_0x50d451([0x74,0x68,0x65,0x6e])](_0x44b884=>{if(!_0x44b884||_0x44b884[_0x50d451([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x50d451([0x6f,0x6b]))return _0x50d451([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x42c48d(_0x118b55(_0x28e9f2+_0xea80c0))!=_0x44b884[_0x50d451([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x50d451([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x50d451([0x56,0x61,0x6c,0x69,0x64]);})[_0x50d451([0x74,0x68,0x65,0x6e])](_0x238a19=>(_0x2c1b06(),_0x238a19),()=>{const _0x91f2a8=_0x52ef2d();return null==_0x91f2a8?(_0x2c1b06(),_0x50d451([0x56,0x61,0x6c,0x69,0x64])):_0x50d451(_0x5e9f74-_0x91f2a8>(0x306727d0^_0x244f87)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x50d451([0x74,0x68,0x65,0x6e])](_0x216a13)[_0x50d451([0x63,0x61,0x74,0x63,0x68])](()=>{_0x216a13(_0x50d451([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4c0bb0=0x145d4d50^_0x244f87;function _0x2c1b06(){const _0x253aba=_0x50d451([0x6c,0x6c,0x63,0x74,0x2d])+_0x42c48d(_0x118b55(_0x4f674a)),_0x3ce4e3=_0x35292(_0x42c48d(window[_0x50d451([0x4d,0x61,0x74,0x68])][_0x50d451([0x63,0x65,0x69,0x6c])](_0x5e9f74/_0x4c0bb0)));window[_0x50d451([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x50d451([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x253aba,_0x3ce4e3);}function _0x52ef2d(){const _0x416e79=_0x50d451([0x6c,0x6c,0x63,0x74,0x2d])+_0x42c48d(_0x118b55(_0x4f674a)),_0x21fd79=window[_0x50d451([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x50d451([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x416e79);return _0x21fd79?window[_0x50d451([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x35292(_0x21fd79),0x10)*_0x4c0bb0:null;}function _0x210c63(_0x32ff90){return new window[(_0x50d451([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2de793,_0x1a9413)=>{_0x32ff90[_0x50d451([0x74,0x68,0x65,0x6e])](_0x2de793,_0x1a9413),window[_0x50d451([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1a9413,0x146a7710^_0x244f87);});}}_0x1ebc75[_0x50d451([0x6f,0x6e])](_0x50d451([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x45d3f6,_0x16cf7a)=>{if(_0x16cf7a[0x0]!=_0x4f674a)return _0x216a13(_0x50d451([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x16cf7a[0x1]={..._0x16cf7a[0x1],[_0x50d451([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x28e9f2};},{[_0x50d451([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x50d451([0x68,0x69,0x67,0x68])}),_0x1ebc75[_0x50d451([0x6f,0x6e])](_0x50d451([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3e157c=>{_0x1b4beb(_0x3e157c[_0x50d451([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4c5759=!0x0,_0x3aef20(_0x3e157c[_0x50d451([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x50d451([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x50d451([0x6c,0x6f,0x77])}),_0x1e0ff3[_0x50d451([0x74,0x68,0x65,0x6e])](()=>{_0x4c5759||_0x216a13(_0x50d451([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3e88a7(){return _0x1ebc75[_0x50d451([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x50d451([0x76,0x69,0x65,0x77])][_0x50d451([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x50d451([0x61,0x75,0x74,0x6f]);}function _0x5ace0b(){_0x1ebc75[_0x50d451([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x50d451([0x76,0x69,0x65,0x77])][_0x50d451([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x50d451([0x61,0x75,0x74,0x6f]);}}function _0x1b352a(_0x2ad501){const _0x2de027=[new window[(_0x50d451([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57b3b4=>setTimeout(_0x57b3b4,0x14629d1c^_0x244f87)),_0x1e0ff3[_0x50d451([0x74,0x68,0x65,0x6e])](()=>new window[(_0x50d451([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b472e=>{let _0x161c83=0x0;_0x1ebc75[_0x50d451([0x6d,0x6f,0x64,0x65,0x6c])][_0x50d451([0x6f,0x6e])](_0x50d451([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x219dad,_0x25910f)=>{_0x25910f[0x0][_0x50d451([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x161c83++,_0x161c83==(0x146ba228^_0x244f87)&&(_0x2b472e(),_0x219dad[_0x50d451([0x6f,0x66,0x66])]());});}))];return window[_0x50d451([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x50d451([0x72,0x61,0x63,0x65])](_0x2de027)[_0x50d451([0x74,0x68,0x65,0x6e])](()=>_0x2ad501);}async function _0x52150e(){await _0x1e0ff3,_0x1ebc75[_0x50d451([0x6d,0x6f,0x64,0x65,0x6c])][_0x50d451([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x369060,_0x1ebc75[_0x50d451([0x6d,0x6f,0x64,0x65,0x6c])][_0x50d451([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x369060,_0x1ebc75[_0x50d451([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x50d451([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4e014d(_0x3e6db0){const _0x487745=_0x17f09c();_0x1ebc75[_0x487745]=_0x50d451([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])+_0x3e6db0,_0x3e6db0!=_0x50d451([0x56,0x61,0x6c,0x69,0x64])&&_0x52150e();}function _0x17f09c(){const _0xddbfd0=window[_0x50d451([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x50d451([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x50d451([0x6e,0x6f,0x77])]())[_0x50d451([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x50d451([0x2e]),'');let _0xdd1b43=_0x50d451([0x65]);for(let _0xd75cda=0x0;_0xd75cda<_0xddbfd0[_0x50d451([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xd75cda+=0x2){let _0x384f7b=window[_0x50d451([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xddbfd0[_0x50d451([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xd75cda,_0xd75cda+0x2));_0x384f7b>=_0x1d373d[_0x50d451([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x384f7b-=_0x1d373d[_0x50d451([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xdd1b43+=_0x1d373d[_0x384f7b];}return _0xdd1b43;}function _0x5a7c18(){const _0x180ac7=_0x4aa6b9[_0x50d451([0x73,0x70,0x6c,0x69,0x74])](_0x50d451([0x2e]));if(0x3!=_0x180ac7[_0x50d451([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x490148(_0x180ac7[0x1]);function _0x490148(_0x2ce394){const _0x17e559=_0x46dcbe(_0x2ce394);return _0x17e559&&_0x372d3e()?_0x17e559:null;function _0x372d3e(){const _0x73673f=_0x17e559[_0x50d451([0x6a,0x74,0x69])],_0x2b2a3e=window[_0x50d451([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x73673f[_0x50d451([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x73673f[_0x50d451([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x27e508={..._0x17e559,[_0x50d451([0x6a,0x74,0x69])]:_0x73673f[_0x50d451([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x73673f[_0x50d451([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x27e508[_0x50d451([0x76,0x63])],_0x118b55(_0x27e508)==_0x2b2a3e;}}}async function _0x3491c3(){let _0x3462b7=!0x0;try{const _0x238041=_0x4aa6b9[_0x50d451([0x73,0x70,0x6c,0x69,0x74])](_0x50d451([0x2e])),[_0x20b1e0,_0x577575,_0x2b9115]=_0x238041;return _0x1f5a32(_0x20b1e0),await _0x12f15a(_0x20b1e0,_0x577575,_0x2b9115),_0x3462b7;}catch(_0x380a87){return!0x1;}function _0x1f5a32(_0xe4c50a){const _0x5b99b2=_0x46dcbe(_0xe4c50a);_0x5b99b2&&_0x5b99b2[_0x50d451([0x61,0x6c,0x67])]==_0x50d451([0x45,0x53,0x32,0x35,0x36])||(_0x3462b7=!0x1);}async function _0x12f15a(_0x291a0c,_0x3fbca3,_0x5a0100){const _0x4cf853=window[_0x50d451([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x50d451([0x66,0x72,0x6f,0x6d])](_0x567fb9(_0x5a0100),_0x59cd04=>_0x59cd04[_0x50d451([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x45a6b9=new window[(_0x50d451([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x50d451([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x291a0c+_0x50d451([0x2e])+_0x3fbca3),_0xa8b77=window[_0x50d451([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x50d451([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xa8b77)return;const _0x486c5d=await _0xa8b77[_0x50d451([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x50d451([0x6a,0x77,0x6b]),_0x2aeebb,{[_0x50d451([0x6e,0x61,0x6d,0x65])]:_0x50d451([0x45,0x43,0x44,0x53,0x41]),[_0x50d451([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x50d451([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x50d451([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xa8b77[_0x50d451([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x50d451([0x6e,0x61,0x6d,0x65])]:_0x50d451([0x45,0x43,0x44,0x53,0x41]),[_0x50d451([0x68,0x61,0x73,0x68])]:{[_0x50d451([0x6e,0x61,0x6d,0x65])]:_0x50d451([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x486c5d,_0x4cf853,_0x45a6b9)||(_0x3462b7=!0x1);}}function _0x46dcbe(_0x3bc67d){return _0x3bc67d[_0x50d451([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x50d451([0x65,0x79]))?JSON[_0x50d451([0x70,0x61,0x72,0x73,0x65])](_0x567fb9(_0x3bc67d)):null;}function _0x567fb9(_0x23fc21){return window[_0x50d451([0x61,0x74,0x6f,0x62])](_0x23fc21[_0x50d451([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x50d451([0x2b]))[_0x50d451([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x50d451([0x2f])));}function _0x118b55(_0xf38b77){let _0x4a4eb9=0x1505;function _0x9bcc8d(_0x1dbaff){for(let _0x9146eb=0x0;_0x9146eb<_0x1dbaff[_0x50d451([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x9146eb++){const _0x2d2957=_0x1dbaff[_0x50d451([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x9146eb);_0x4a4eb9=(_0x4a4eb9<<0x5)+_0x4a4eb9+_0x2d2957,_0x4a4eb9&=_0x4a4eb9;}}function _0x238ac9(_0x4c10d7){Array[_0x50d451([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4c10d7)?_0x4c10d7[_0x50d451([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x238ac9):_0x4c10d7&&typeof _0x4c10d7==_0x50d451([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x50d451([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4c10d7)[_0x50d451([0x73,0x6f,0x72,0x74])]()[_0x50d451([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x301754,_0x58d92b])=>{_0x9bcc8d(_0x301754),_0x238ac9(_0x58d92b);}):_0x9bcc8d(window[_0x50d451([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4c10d7));}return _0x238ac9(_0xf38b77),_0x4a4eb9>>>0x0;}function _0x42c48d(_0x235859){return _0x235859[_0x50d451([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x50d451([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x50d451([0x30]));}function _0x35292(_0x29ebe2){return _0x29ebe2[_0x50d451([0x73,0x70,0x6c,0x69,0x74])]('')[_0x50d451([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x50d451([0x6a,0x6f,0x69,0x6e])]('');}function _0x369060(){}function _0x50d451(_0x4d5403){const _0x144865=_0x14fa;return _0x4d5403[_0x144865(0x1d0)](_0x3ce29b=>String[_0x144865(0x199)](_0x3ce29b))[_0x144865(0x1c1)]('');}_0x4e014d(await _0x50f8da());}(this);}[_0x1d0723(0x1c0)](){const _0x589cac=_0x1d0723;super[_0x589cac(0x1c0)](),this[_0x589cac(0x1cc)][_0x589cac(0x1c0)](),this[_0x589cac(0x1b8)][_0x589cac(0x1ad)]();}[_0x1d0723(0x1a7)](_0x2df32b,{outlineDefinitions:_0x1573c5,outlineChanges:_0x496a7a}){const _0x1116e0=_0x1d0723;this[_0x1116e0(0x195)]=_0x1573c5,this[_0x1116e0(0x1cc)][_0x1116e0(0x1cb)](_0x496a7a);}[_0x1d0723(0x19d)](_0x558dcb){const _0x4ad26a=_0x1d0723;this[_0x4ad26a(0x195)][_0x4ad26a(0x1d6)]&&this[_0x4ad26a(0x195)][_0x558dcb]&&(this[_0x4ad26a(0x1cc)][_0x4ad26a(0x1bc)]=_0x558dcb);}[_0x1d0723(0x1a8)](_0x8ff990){const _0x3a0348=_0x1d0723,_0x5208d1=this[_0x3a0348(0x195)][_0x8ff990][_0x3a0348(0x1dd)];this[_0x3a0348(0x1a0)][_0x3a0348(0x19a)][_0x3a0348(0x1b0)](_0x362443=>{const _0x20ef26=_0x3a0348;_0x362443[_0x20ef26(0x1c3)](_0x5208d1,0x0);}),this[_0x3a0348(0x1a0)][_0x3a0348(0x1a6)][_0x3a0348(0x1cc)][_0x3a0348(0x1d7)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x3a0348(0x1a0)][_0x3a0348(0x1a6)][_0x3a0348(0x1cc)][_0x3a0348(0x1cf)](),this[_0x3a0348(0x19d)](_0x8ff990);}[_0x1d0723(0x1aa)](){const _0x4ad2a3=_0x1d0723,_0x229ea5=this[_0x4ad2a3(0x1a0)];let _0x29de0b;for(const _0x14dfe6 of _0x229ea5[_0x4ad2a3(0x19a)][_0x4ad2a3(0x19b)][_0x4ad2a3(0x19c)]()){const _0x309eda=_0x229ea5[_0x4ad2a3(0x1a6)][_0x4ad2a3(0x1cc)][_0x4ad2a3(0x196)](_0x14dfe6),_0x41cb2d=_0x309eda&&new _0x296af1(_0x309eda)[_0x4ad2a3(0x1c7)]();if(_0x41cb2d){const _0x4583ec=new _0x296af1(_0x385bfc[_0x4ad2a3(0x1d2)])[_0x4ad2a3(0x1b5)](_0x41cb2d);_0x4583ec&&(_0x29de0b=_0x4583ec[_0x4ad2a3(0x1da)]+0.25*_0x4583ec[_0x4ad2a3(0x1ce)]);}}if(void 0x0===_0x29de0b)return;const _0x5ea9dd=_(_0x229ea5[_0x4ad2a3(0x1a6)],this[_0x4ad2a3(0x195)],_0x29de0b);_0x5ea9dd?this[_0x4ad2a3(0x19d)](this[_0x4ad2a3(0x195)][_0x4ad2a3(0x1b4)](_0x5ea9dd)):this[_0x4ad2a3(0x19d)](-0x1);}}function _(_0x4c4517,_0x521f5c,_0x10dcb5,_0x16661c=0x0,_0x4bd87a=_0x521f5c[_0x1d0723(0x1d6)]-0x1){const _0x51bc48=_0x1d0723,_0x487657=Math[_0x51bc48(0x1a5)](_0x16661c+(_0x4bd87a-_0x16661c)/0x2);if(_0x4bd87a>=_0x16661c){const _0x515932=_0x521f5c[_0x487657],_0x326893=_0x4c4517[_0x51bc48(0x1d1)][_0x51bc48(0x1be)](_0x515932[_0x51bc48(0x1dd)]);if(!_0x326893)return null;const _0xedc402=_0x4c4517[_0x51bc48(0x1cc)][_0x51bc48(0x1c8)][_0x51bc48(0x1af)](_0x326893);return new _0x296af1(_0xedc402)[_0x51bc48(0x1c9)]>_0x10dcb5?_(_0x4c4517,_0x521f5c,_0x10dcb5,_0x16661c,_0x487657-0x1):_(_0x4c4517,_0x521f5c,_0x10dcb5,_0x487657+0x1,_0x4bd87a);}return _0x487657<0x0?null:_0x521f5c[_0x487657];}
23
+ const _0x54cf36=_0x4a1b;(function(_0x38b86e,_0x495f1c){const _0x542fae=_0x4a1b,_0x42e1c1=_0x38b86e();while(!![]){try{const _0x2ab08a=parseInt(_0x542fae(0x1dc))/0x1+-parseInt(_0x542fae(0x1c2))/0x2*(-parseInt(_0x542fae(0x1d1))/0x3)+-parseInt(_0x542fae(0x1f4))/0x4+parseInt(_0x542fae(0x1bb))/0x5*(-parseInt(_0x542fae(0x1d5))/0x6)+-parseInt(_0x542fae(0x1be))/0x7*(-parseInt(_0x542fae(0x1df))/0x8)+-parseInt(_0x542fae(0x1ea))/0x9+parseInt(_0x542fae(0x1f0))/0xa*(parseInt(_0x542fae(0x1d7))/0xb);if(_0x2ab08a===_0x495f1c)break;else _0x42e1c1['push'](_0x42e1c1['shift']());}catch(_0x30419b){_0x42e1c1['push'](_0x42e1c1['shift']());}}}(_0xaf0d,0x4b57f));import{Plugin as _0x5e07bf}from'ckeditor5/src/core.js';import{CKEditorError as _0x1ef47c,global as _0x433de4,Rect as _0x56c434,uid as _0x55b2c5}from'ckeditor5/src/utils.js';function _0x4a1b(_0x496ea7,_0x35ee42){const _0xaf0d2f=_0xaf0d();return _0x4a1b=function(_0x4a1b17,_0x32121b){_0x4a1b17=_0x4a1b17-0x1b9;let _0xc0def7=_0xaf0d2f[_0x4a1b17];return _0xc0def7;},_0x4a1b(_0x496ea7,_0x35ee42);}import _0x323f9f from'./ui/documentoutlineview.js';function _0xaf0d(){const _0x1b0c59=['isPremiumPlugin','locale','getRootNames','_handleOutlineChange','bottom','height','_currentOutlineDefinitions','itemSelected','97719hgfBuA','documentOutline.showEmptyHeadings','scrollToTheSelection','pluginName','264GhfsEi','destroy','11hkDKQD','getIntersection','_setActiveViewItem','join','add','465714yZZHyU','window','setSelection','1939640hBrOIc','resize','DocumentOutlineUI','length','element','documentOutline.container','fromCharCode','bind','listenTo','DocumentOutlineUtils','getDomRoot','4221630EmBgsB','floor','plugins','map','indexOf','_updateActiveDefinitionFromViewportThrottled','6298190TSArkV','domConverter','change','isOfficialPlugin','2131628sijfXF','toViewElement','document-outline-container-not-provided','top','config','focusTracker','modelElement','model','render','sync','document','init','afterInit','mapViewToDom','view','editing','href','17920ZdkRRQ','scroll','appendChild','7cDJCIw','mapper','get','activeItemIndex','8BXelLy','_handleItemSelected','focus','cancel','getVisible','editor','_updateActiveDefinitionOnViewportChange'];_0xaf0d=function(){return _0x1b0c59;};return _0xaf0d();}import{throttle as _0x4ec0f9}from'lodash-es';import'../../theme/documentoutline.css';export default class n extends _0x5e07bf{static get[_0x54cf36(0x1d4)](){const _0x158796=_0x54cf36;return _0x158796(0x1e1);}static get[_0x54cf36(0x1f3)](){return!0x0;}static get[_0x54cf36(0x1c9)](){return!0x0;}constructor(_0x4e501a){const _0x72ca3=_0x54cf36;super(_0x4e501a),this[_0x72ca3(0x202)]=new _0x323f9f(_0x4e501a[_0x72ca3(0x1ca)],this[_0x72ca3(0x1c7)][_0x72ca3(0x1f8)][_0x72ca3(0x1c0)](_0x72ca3(0x1d2)),this[_0x72ca3(0x1c7)][_0x72ca3(0x1f8)][_0x72ca3(0x1c0)](_0x72ca3(0x1e4))),this[_0x72ca3(0x1cf)]=[],this[_0x72ca3(0x1ef)]=_0x4ec0f9(this[_0x72ca3(0x1c8)][_0x72ca3(0x1e6)](this),0x64);}[_0x54cf36(0x1ff)](){const _0x326b79=_0x54cf36,_0x28a19f=this[_0x326b79(0x1c7)],_0xb8d285=_0x28a19f[_0x326b79(0x1ec)][_0x326b79(0x1c0)](_0x326b79(0x1e8));let _0xd2d8f1=!0x1;if(this[_0x326b79(0x202)][_0x326b79(0x1fc)](),this[_0x326b79(0x1c7)]['ui'][_0x326b79(0x1f9)][_0x326b79(0x1db)](this[_0x326b79(0x202)][_0x326b79(0x1e3)]),!_0x28a19f[_0x326b79(0x1f8)][_0x326b79(0x1c0)](_0x326b79(0x1e4)))throw new _0x1ef47c(_0x326b79(0x1f6),{'editor':_0x28a19f});_0x28a19f[_0x326b79(0x1f8)][_0x326b79(0x1c0)](_0x326b79(0x1e4))[_0x326b79(0x1bd)](this[_0x326b79(0x202)][_0x326b79(0x1e3)]),_0xb8d285['on'](_0x326b79(0x1f2),this[_0x326b79(0x1cc)][_0x326b79(0x1e6)](this)),_0xb8d285['on'](_0x326b79(0x1c1),(_0x4115be,{index:_0x5a7f96})=>this[_0x326b79(0x1d9)](_0x5a7f96)),this[_0x326b79(0x202)]['on'](_0x326b79(0x1d0),(_0x5cb487,_0x41f7cf)=>{const _0x4a7a79=_0x326b79;_0xd2d8f1=!0x0,this[_0x4a7a79(0x1c3)](_0x41f7cf);}),this[_0x326b79(0x202)][_0x326b79(0x1e7)](_0x433de4[_0x326b79(0x1fe)],_0x326b79(0x1bc),()=>{const _0x15b676=_0x326b79;_0xd2d8f1?_0xd2d8f1=!0x1:this[_0x15b676(0x1ef)]();},{'useCapture':!0x0}),this[_0x326b79(0x202)][_0x326b79(0x1e7)](_0x433de4[_0x326b79(0x1dd)],_0x326b79(0x1e0),this[_0x326b79(0x1ef)],{'useCapture':!0x0});}[_0x54cf36(0x200)](){!async function(_0x5254d5){const _0x203e7d=_0x17ca59([0x79,0x74,0x4b,0x77,0x59,0x71,0x55,0x46,0x6f,0x63,0x4a,0x67,0x57,0x4f,0x78,0x50,0x51,0x34,0x6a,0x6b,0x5a,0x44,0x38,0x47,0x6c,0x42,0x4e,0x31,0x58,0x49,0x72,0x37,0x4d,0x66,0x48,0x52,0x62,0x7a,0x41,0x61,0x32,0x6e,0x65,0x68,0x70,0x75,0x45,0x76,0x39,0x6d,0x30,0x4c,0x64,0x73,0x69,0x54,0x33,0x35,0x36,0x56,0x43,0x53]),_0x390414=0x49f53ecd,_0xf4f5a=0x49f26645^_0x390414,_0x531ff5=window[_0x17ca59([0x44,0x61,0x74,0x65])][_0x17ca59([0x6e,0x6f,0x77])](),_0x39fe2c=_0x5254d5[_0x17ca59([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x76a5d1=new window[(_0x17ca59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5df497=>{_0x39fe2c[_0x17ca59([0x6f,0x6e,0x63,0x65])](_0x17ca59([0x72,0x65,0x61,0x64,0x79]),_0x5df497);}),_0x2b0fc9={[_0x17ca59([0x6b,0x74,0x79])]:_0x17ca59([0x45,0x43]),[_0x17ca59([0x75,0x73,0x65])]:_0x17ca59([0x73,0x69,0x67]),[_0x17ca59([0x63,0x72,0x76])]:_0x17ca59([0x50,0x2d,0x32,0x35,0x36]),[_0x17ca59([0x78])]:_0x17ca59([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x17ca59([0x79])]:_0x17ca59([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x17ca59([0x61,0x6c,0x67])]:_0x17ca59([0x45,0x53,0x32,0x35,0x36])},_0xe324c3=_0x39fe2c[_0x17ca59([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x17ca59([0x67,0x65,0x74])](_0x17ca59([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1b07dd(){let _0x4e4553,_0x10d2c5=null,_0x25d46a=null;try{if(_0xe324c3==_0x17ca59([0x47,0x50,0x4c]))return _0x17ca59([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4e4553=_0x2bcc18(),!_0x4e4553)return _0x17ca59([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4e4553[_0x17ca59([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x25d46a=_0x43383c(_0x4e4553[_0x17ca59([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4e4553[_0x17ca59([0x6a,0x74,0x69])])),await _0x9f1e3()?_0x457d0a()?_0xf6eaf8()?_0x17ca59([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x40bda9()?(_0x4e4553[_0x17ca59([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x17ca59([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x10d2c5=_0x4aa394(_0x17ca59([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4e4553[_0x17ca59([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x17ca59([0x74,0x72,0x69,0x61,0x6c])&&(_0x10d2c5=_0x4aa394(_0x17ca59([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x4e4553[_0x17ca59([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x17ca59([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x10d2c5=_0x4aa394(_0x17ca59([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5e0f73()):_0x17ca59([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x17ca59([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x17ca59([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x194d47){return _0x17ca59([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xf6eaf8(){const _0x1f66f9=[_0x17ca59([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x17ca59([0x74,0x72,0x69,0x61,0x6c])][_0x17ca59([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4e4553[_0x17ca59([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x531ff5/0x3e8:0xe10*_0xf4f5a;return _0x4e4553[_0x17ca59([0x65,0x78,0x70])]<_0x1f66f9;}function _0x457d0a(){const _0x4e5e23=_0x4e4553[_0x17ca59([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4e5e23&&(!!_0x4e5e23[_0x17ca59([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17ca59([0x2a]))||(!!_0x4e5e23[_0x17ca59([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17ca59([0x44,0x4f]))||!!_0x4e5e23[_0x17ca59([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17ca59([0x50,0x50]))));}function _0x40bda9(){const _0x49cb32=_0x4a1b,_0x20b8ab=_0x4e4553[_0x17ca59([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x20b8ab||0x0==_0x20b8ab[_0x17ca59([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5b407a}=new URL(window[_0x17ca59([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x49cb32(0x1ba)]);if(_0x20b8ab[_0x17ca59([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5b407a))return!0x0;const _0x5a60fe=_0x5b407a[_0x17ca59([0x73,0x70,0x6c,0x69,0x74])](_0x17ca59([0x2e]));return _0x20b8ab[_0x17ca59([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xbd4d96=>_0xbd4d96[_0x17ca59([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x17ca59([0x2a])))[_0x17ca59([0x6d,0x61,0x70])](_0x426177=>_0x426177[_0x17ca59([0x73,0x70,0x6c,0x69,0x74])](_0x17ca59([0x2e])))[_0x17ca59([0x73,0x6f,0x6d,0x65])](_0x3cc4cf=>_0x5a60fe[_0x17ca59([0x65,0x76,0x65,0x72,0x79])]((_0x508f4a,_0x522a0d)=>_0x3cc4cf[_0x522a0d]===_0x508f4a||_0x3cc4cf[_0x522a0d]===_0x17ca59([0x2a])));}function _0x5e0f73(){return _0x10d2c5&&_0x25d46a?new window[(_0x17ca59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1ca637,_0x2d628b)=>{_0x10d2c5[_0x17ca59([0x74,0x68,0x65,0x6e])](_0x1ca637,_0x2d628b),_0x25d46a[_0x17ca59([0x74,0x68,0x65,0x6e])](_0x3d76d5=>{_0x3d76d5!=_0x17ca59([0x56,0x61,0x6c,0x69,0x64])&&_0x1ca637(_0x3d76d5);},_0x2d628b);}):_0x10d2c5||_0x25d46a||_0x17ca59([0x56,0x61,0x6c,0x69,0x64]);}}function _0x43383c(_0x2a1a11,_0x36aa19){return new window[(_0x17ca59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x15aea8=>{if(_0x33fd8b())return _0x15aea8(_0x17ca59([0x56,0x61,0x6c,0x69,0x64]));_0x545b52(),_0x39fe2c[_0x17ca59([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x17ca59([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x22f28e=!0x1;const _0x596fde=_0x55b2c5();function _0x5dfea6(_0x54a04d){return!!_0x54a04d&&(typeof _0x54a04d===_0x17ca59([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x54a04d===_0x17ca59([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x54a04d[_0x17ca59([0x74,0x68,0x65,0x6e])]===_0x17ca59([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x54a04d[_0x17ca59([0x63,0x61,0x74,0x63,0x68])]===_0x17ca59([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5cdb2f(_0x12126){_0x36cb90(_0x12126)[_0x17ca59([0x74,0x68,0x65,0x6e])](_0x45e76f=>{if(!_0x45e76f||_0x45e76f[_0x17ca59([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x17ca59([0x6f,0x6b]))return _0x17ca59([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5e22e0(_0xb81055(_0x596fde+_0x36aa19))!=_0x45e76f[_0x17ca59([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x17ca59([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x17ca59([0x56,0x61,0x6c,0x69,0x64]);})[_0x17ca59([0x74,0x68,0x65,0x6e])](_0x391391=>(_0x1aae5c(),_0x391391),()=>{const _0x57ef0b=_0x2deca6();return null==_0x57ef0b?(_0x1aae5c(),_0x17ca59([0x56,0x61,0x6c,0x69,0x64])):_0x17ca59(_0x531ff5-_0x57ef0b>(0x6df9bacd^_0x390414)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x17ca59([0x74,0x68,0x65,0x6e])](_0x15aea8)[_0x17ca59([0x63,0x61,0x74,0x63,0x68])](()=>{_0x15aea8(_0x17ca59([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5ec654=0x49c3d04d^_0x390414;function _0x1aae5c(){const _0x25e96b=_0x17ca59([0x6c,0x6c,0x63,0x74,0x2d])+_0x5e22e0(_0xb81055(_0x2a1a11)),_0x24bebb=_0x3dc8cf(_0x5e22e0(window[_0x17ca59([0x4d,0x61,0x74,0x68])][_0x17ca59([0x63,0x65,0x69,0x6c])](_0x531ff5/_0x5ec654)));window[_0x17ca59([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x17ca59([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x25e96b,_0x24bebb);}function _0x2deca6(){const _0x2aeb21=_0x17ca59([0x6c,0x6c,0x63,0x74,0x2d])+_0x5e22e0(_0xb81055(_0x2a1a11)),_0x41d95e=window[_0x17ca59([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x17ca59([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2aeb21);return _0x41d95e?window[_0x17ca59([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3dc8cf(_0x41d95e),0x10)*_0x5ec654:null;}function _0x36cb90(_0xf8ec2f){return new window[(_0x17ca59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x217ef1,_0x4e3bb1)=>{_0xf8ec2f[_0x17ca59([0x74,0x68,0x65,0x6e])](_0x217ef1,_0x4e3bb1),window[_0x17ca59([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4e3bb1,0x49f4ea0d^_0x390414);});}}_0x39fe2c[_0x17ca59([0x6f,0x6e])](_0x17ca59([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2187ae,_0x2e55d6)=>{if(_0x2e55d6[0x0]!=_0x2a1a11)return _0x15aea8(_0x17ca59([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2e55d6[0x1]={..._0x2e55d6[0x1],[_0x17ca59([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x596fde};},{[_0x17ca59([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x17ca59([0x68,0x69,0x67,0x68])}),_0x39fe2c[_0x17ca59([0x6f,0x6e])](_0x17ca59([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x559fb7=>{_0x5dfea6(_0x559fb7[_0x17ca59([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x22f28e=!0x0,_0x5cdb2f(_0x559fb7[_0x17ca59([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x17ca59([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x17ca59([0x6c,0x6f,0x77])}),_0x76a5d1[_0x17ca59([0x74,0x68,0x65,0x6e])](()=>{_0x22f28e||_0x15aea8(_0x17ca59([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x33fd8b(){return _0x39fe2c[_0x17ca59([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x17ca59([0x76,0x69,0x65,0x77])][_0x17ca59([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x17ca59([0x61,0x75,0x74,0x6f]);}function _0x545b52(){_0x39fe2c[_0x17ca59([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x17ca59([0x76,0x69,0x65,0x77])][_0x17ca59([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x17ca59([0x61,0x75,0x74,0x6f]);}}function _0x4aa394(_0x1df757){const _0x2dc26c=[new window[(_0x17ca59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x357abd=>setTimeout(_0x357abd,0x49fc0001^_0x390414)),_0x76a5d1[_0x17ca59([0x74,0x68,0x65,0x6e])](()=>new window[(_0x17ca59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16becd=>{let _0x2c56c7=0x0;_0x39fe2c[_0x17ca59([0x6d,0x6f,0x64,0x65,0x6c])][_0x17ca59([0x6f,0x6e])](_0x17ca59([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5292f1,_0x24a24e)=>{_0x24a24e[0x0][_0x17ca59([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2c56c7++,_0x2c56c7==(0x49f53f35^_0x390414)&&(_0x16becd(),_0x5292f1[_0x17ca59([0x6f,0x66,0x66])]());});}))];return window[_0x17ca59([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x17ca59([0x72,0x61,0x63,0x65])](_0x2dc26c)[_0x17ca59([0x74,0x68,0x65,0x6e])](()=>_0x1df757);}async function _0x14bd82(){await _0x76a5d1,_0x39fe2c[_0x17ca59([0x6d,0x6f,0x64,0x65,0x6c])][_0x17ca59([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x41f5cb,_0x39fe2c[_0x17ca59([0x6d,0x6f,0x64,0x65,0x6c])][_0x17ca59([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x41f5cb,_0x39fe2c[_0x17ca59([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x17ca59([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5d0189(_0x21d58f){const _0x375395=_0x465f7a();_0x39fe2c[_0x375395]=_0x17ca59([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])+_0x21d58f,_0x21d58f!=_0x17ca59([0x56,0x61,0x6c,0x69,0x64])&&_0x14bd82();}function _0x465f7a(){const _0x1593d9=window[_0x17ca59([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x17ca59([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x17ca59([0x6e,0x6f,0x77])]())[_0x17ca59([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x17ca59([0x2e]),'');let _0x49a363=_0x17ca59([0x79]);for(let _0x506bc6=0x0;_0x506bc6<_0x1593d9[_0x17ca59([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x506bc6+=0x2){let _0x28800d=window[_0x17ca59([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1593d9[_0x17ca59([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x506bc6,_0x506bc6+0x2));_0x28800d>=_0x203e7d[_0x17ca59([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x28800d-=_0x203e7d[_0x17ca59([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x49a363+=_0x203e7d[_0x28800d];}return _0x49a363;}function _0x2bcc18(){const _0x52c7b5=_0xe324c3[_0x17ca59([0x73,0x70,0x6c,0x69,0x74])](_0x17ca59([0x2e]));if(0x3!=_0x52c7b5[_0x17ca59([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x8b2067(_0x52c7b5[0x1]);function _0x8b2067(_0x30b344){const _0x26689b=_0x354db9(_0x30b344);return _0x26689b&&_0x439a07()?_0x26689b:null;function _0x439a07(){const _0x342cf0=_0x26689b[_0x17ca59([0x6a,0x74,0x69])],_0x5a6e30=window[_0x17ca59([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x342cf0[_0x17ca59([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x342cf0[_0x17ca59([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xf5f82a={..._0x26689b,[_0x17ca59([0x6a,0x74,0x69])]:_0x342cf0[_0x17ca59([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x342cf0[_0x17ca59([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xf5f82a[_0x17ca59([0x76,0x63])],_0xb81055(_0xf5f82a)==_0x5a6e30;}}}async function _0x9f1e3(){let _0x12cef0=!0x0;try{const _0x4c0509=_0xe324c3[_0x17ca59([0x73,0x70,0x6c,0x69,0x74])](_0x17ca59([0x2e])),[_0x157db8,_0x3d7a83,_0x39838b]=_0x4c0509;return _0x12056f(_0x157db8),await _0x561e70(_0x157db8,_0x3d7a83,_0x39838b),_0x12cef0;}catch(_0x2aef51){return!0x1;}function _0x12056f(_0x32de21){const _0xa2befa=_0x354db9(_0x32de21);_0xa2befa&&_0xa2befa[_0x17ca59([0x61,0x6c,0x67])]==_0x17ca59([0x45,0x53,0x32,0x35,0x36])||(_0x12cef0=!0x1);}async function _0x561e70(_0x4582fd,_0xfba679,_0x25e9eb){const _0x5cb677=window[_0x17ca59([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x17ca59([0x66,0x72,0x6f,0x6d])](_0x5cb550(_0x25e9eb),_0x4c77c4=>_0x4c77c4[_0x17ca59([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xff1d3e=new window[(_0x17ca59([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x17ca59([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4582fd+_0x17ca59([0x2e])+_0xfba679),_0x22c5c0=window[_0x17ca59([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x17ca59([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x22c5c0)return;const _0xe7898=await _0x22c5c0[_0x17ca59([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x17ca59([0x6a,0x77,0x6b]),_0x2b0fc9,{[_0x17ca59([0x6e,0x61,0x6d,0x65])]:_0x17ca59([0x45,0x43,0x44,0x53,0x41]),[_0x17ca59([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x17ca59([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x17ca59([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x22c5c0[_0x17ca59([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x17ca59([0x6e,0x61,0x6d,0x65])]:_0x17ca59([0x45,0x43,0x44,0x53,0x41]),[_0x17ca59([0x68,0x61,0x73,0x68])]:{[_0x17ca59([0x6e,0x61,0x6d,0x65])]:_0x17ca59([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xe7898,_0x5cb677,_0xff1d3e)||(_0x12cef0=!0x1);}}function _0x354db9(_0x523344){return _0x523344[_0x17ca59([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x17ca59([0x65,0x79]))?JSON[_0x17ca59([0x70,0x61,0x72,0x73,0x65])](_0x5cb550(_0x523344)):null;}function _0x5cb550(_0x1110c2){return window[_0x17ca59([0x61,0x74,0x6f,0x62])](_0x1110c2[_0x17ca59([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x17ca59([0x2b]))[_0x17ca59([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x17ca59([0x2f])));}function _0xb81055(_0x3b039b){let _0x40e64a=0x1505;function _0x143599(_0x25bb55){for(let _0xf15ed=0x0;_0xf15ed<_0x25bb55[_0x17ca59([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xf15ed++){const _0x43a4be=_0x25bb55[_0x17ca59([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xf15ed);_0x40e64a=(_0x40e64a<<0x5)+_0x40e64a+_0x43a4be,_0x40e64a&=_0x40e64a;}}function _0x388a83(_0x8e5b25){Array[_0x17ca59([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x8e5b25)?_0x8e5b25[_0x17ca59([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x388a83):_0x8e5b25&&typeof _0x8e5b25==_0x17ca59([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x17ca59([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x8e5b25)[_0x17ca59([0x73,0x6f,0x72,0x74])]()[_0x17ca59([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5ad890,_0x5415fb])=>{_0x143599(_0x5ad890),_0x388a83(_0x5415fb);}):_0x143599(window[_0x17ca59([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x8e5b25));}return _0x388a83(_0x3b039b),_0x40e64a>>>0x0;}function _0x5e22e0(_0x32bc27){return _0x32bc27[_0x17ca59([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x17ca59([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x17ca59([0x30]));}function _0x3dc8cf(_0x405cfa){return _0x405cfa[_0x17ca59([0x73,0x70,0x6c,0x69,0x74])]('')[_0x17ca59([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x17ca59([0x6a,0x6f,0x69,0x6e])]('');}function _0x41f5cb(){}function _0x17ca59(_0x5c7b2a){const _0x4b9817=_0x4a1b;return _0x5c7b2a[_0x4b9817(0x1ed)](_0x30207d=>String[_0x4b9817(0x1e5)](_0x30207d))[_0x4b9817(0x1da)]('');}_0x5d0189(await _0x1b07dd());}(this);}[_0x54cf36(0x1d6)](){const _0x390011=_0x54cf36;super[_0x390011(0x1d6)](),this[_0x390011(0x202)][_0x390011(0x1d6)](),this[_0x390011(0x1ef)][_0x390011(0x1c5)]();}[_0x54cf36(0x1cc)](_0x5be0c3,{outlineDefinitions:_0x45c786,outlineChanges:_0x43c2e4}){const _0x1fe7c2=_0x54cf36;this[_0x1fe7c2(0x1cf)]=_0x45c786,this[_0x1fe7c2(0x202)][_0x1fe7c2(0x1fd)](_0x43c2e4);}[_0x54cf36(0x1d9)](_0x5e3ddd){const _0xae00d5=_0x54cf36;this[_0xae00d5(0x1cf)][_0xae00d5(0x1e2)]&&this[_0xae00d5(0x1cf)][_0x5e3ddd]&&(this[_0xae00d5(0x202)][_0xae00d5(0x1c1)]=_0x5e3ddd);}[_0x54cf36(0x1c3)](_0x470fa5){const _0x217865=_0x54cf36,_0x4d074b=this[_0x217865(0x1cf)][_0x470fa5][_0x217865(0x1fa)];this[_0x217865(0x1c7)][_0x217865(0x1fb)][_0x217865(0x1f2)](_0x421555=>{const _0x9e55d4=_0x217865;_0x421555[_0x9e55d4(0x1de)](_0x4d074b,0x0);}),this[_0x217865(0x1c7)][_0x217865(0x1b9)][_0x217865(0x202)][_0x217865(0x1d3)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x217865(0x1c7)][_0x217865(0x1b9)][_0x217865(0x202)][_0x217865(0x1c4)](),this[_0x217865(0x1d9)](_0x470fa5);}[_0x54cf36(0x1c8)](){const _0x3214c7=_0x54cf36,_0x265568=this[_0x3214c7(0x1c7)];let _0x489533;for(const _0x4f5efe of _0x265568[_0x3214c7(0x1fb)][_0x3214c7(0x1fe)][_0x3214c7(0x1cb)]()){const _0x56ed6a=_0x265568[_0x3214c7(0x1b9)][_0x3214c7(0x202)][_0x3214c7(0x1e9)](_0x4f5efe),_0x236ffe=_0x56ed6a&&new _0x56c434(_0x56ed6a)[_0x3214c7(0x1c6)]();if(_0x236ffe){const _0x153650=new _0x56c434(_0x433de4[_0x3214c7(0x1dd)])[_0x3214c7(0x1d8)](_0x236ffe);_0x153650&&(_0x489533=_0x153650[_0x3214c7(0x1f7)]+0.25*_0x153650[_0x3214c7(0x1ce)]);}}if(void 0x0===_0x489533)return;const _0x5dab83=d(_0x265568[_0x3214c7(0x1b9)],this[_0x3214c7(0x1cf)],_0x489533);_0x5dab83?this[_0x3214c7(0x1d9)](this[_0x3214c7(0x1cf)][_0x3214c7(0x1ee)](_0x5dab83)):this[_0x3214c7(0x1d9)](-0x1);}}function d(_0x1f88c1,_0x32e547,_0x5c7111,_0x468334=0x0,_0x452c7f=_0x32e547[_0x54cf36(0x1e2)]-0x1){const _0x4b6a83=_0x54cf36,_0x4cecef=Math[_0x4b6a83(0x1eb)](_0x468334+(_0x452c7f-_0x468334)/0x2);if(_0x452c7f>=_0x468334){const _0x5b97c4=_0x32e547[_0x4cecef],_0x453357=_0x1f88c1[_0x4b6a83(0x1bf)][_0x4b6a83(0x1f5)](_0x5b97c4[_0x4b6a83(0x1fa)]);if(!_0x453357)return null;const _0x4944c8=_0x1f88c1[_0x4b6a83(0x202)][_0x4b6a83(0x1f1)][_0x4b6a83(0x201)](_0x453357);return new _0x56c434(_0x4944c8)[_0x4b6a83(0x1cd)]>_0x5c7111?d(_0x1f88c1,_0x32e547,_0x5c7111,_0x468334,_0x4cecef-0x1):d(_0x1f88c1,_0x32e547,_0x5c7111,_0x4cecef+0x1,_0x452c7f);}return _0x4cecef<0x0?null:_0x32e547[_0x4cecef];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3c5fcf=_0x5579;(function(_0x3daa0b,_0x1c0c61){const _0x59cd78=_0x5579,_0x3c1dd3=_0x3daa0b();while(!![]){try{const _0x3c4ca1=-parseInt(_0x59cd78(0xd4))/0x1*(-parseInt(_0x59cd78(0xac))/0x2)+parseInt(_0x59cd78(0xbe))/0x3*(parseInt(_0x59cd78(0xdd))/0x4)+parseInt(_0x59cd78(0xb9))/0x5+-parseInt(_0x59cd78(0xbb))/0x6+-parseInt(_0x59cd78(0xdb))/0x7+parseInt(_0x59cd78(0xd7))/0x8*(-parseInt(_0x59cd78(0xc9))/0x9)+parseInt(_0x59cd78(0xb7))/0xa;if(_0x3c4ca1===_0x1c0c61)break;else _0x3c1dd3['push'](_0x3c1dd3['shift']());}catch(_0x362a29){_0x3c1dd3['push'](_0x3c1dd3['shift']());}}}(_0x1d79,0xb6d25));function _0x5579(_0x59e665,_0x5bc60b){const _0x1d7928=_0x1d79();return _0x5579=function(_0x557992,_0x7b70ad){_0x557992=_0x557992-0xa9;let _0x4fd11a=_0x1d7928[_0x557992];return _0x4fd11a;},_0x5579(_0x59e665,_0x5bc60b);}import{Plugin as _0x26f7d2}from'ckeditor5/src/core.js';import{debounce as _0x1440d8}from'lodash-es';import{TreeWalker as _0x594281}from'ckeditor5/src/engine.js';function _0x1d79(){const _0x46056b=['DocumentOutlineUtils','3273930MZPwBa','_headingNames','pluginName','2155386zyhsxF','createElement','modelElement','domToView','fire','isOfficialPlugin','_getOutlineDefinitions','init','activeItemIndex','includes','data','18NcmlRl','editing','findIndex','_getActiveHeading','document','push','item','level','domConverter','selection','model','3xyjiTH','indexOf','editor','5646392fWsPLc','documentOutline.headings','getFirstPosition','text','7633388wKvoNe','element','4IrGSpC','isPremiumPlugin','getChild','_getHeadingNames','getRoot','view','873734poBeJo','getRootNames','afterInit','change','config','length','backward','toModel','_deriveHeadingElementsFromConversion','getChildren','name','4724020MkgeMG','get','6475545QGKESj'];_0x1d79=function(){return _0x46056b;};return _0x1d79();}import{getElementText as _0x1f482c,getDefaultFeatureHeadingNames as _0x5b762b}from'./utils.js';import{diff as _0x15dc97,diffToChanges as _0x185a50}from'ckeditor5/src/utils.js';export default class i extends _0x26f7d2{constructor(){const _0x5761d3=_0x5579;super(...arguments),this[_0x5761d3(0xbc)]=[];}static get[_0x3c5fcf(0xbd)](){const _0x27789b=_0x3c5fcf;return _0x27789b(0xba);}static get[_0x3c5fcf(0xc3)](){return!0x0;}static get[_0x3c5fcf(0xde)](){return!0x0;}[_0x3c5fcf(0xc5)](){const _0x216514=_0x3c5fcf,_0x1d7855=this[_0x216514(0xd6)];this[_0x216514(0xbc)]=this[_0x216514(0xa9)]();let _0x76ca9a=[];_0x1d7855[_0x216514(0xd3)][_0x216514(0xcd)]['on'](_0x216514(0xaf),_0x1440d8(()=>{const _0x4c96fd=_0x216514,_0x5c535d=_0x76ca9a;_0x76ca9a=this[_0x4c96fd(0xc4)]();const _0x437669=_0x15dc97(_0x5c535d,_0x76ca9a,(_0xe7918b,_0x46a796)=>_0xe7918b[_0x4c96fd(0xd0)]===_0x46a796[_0x4c96fd(0xd0)]&&_0xe7918b[_0x4c96fd(0xda)]===_0x46a796[_0x4c96fd(0xda)]&&_0xe7918b[_0x4c96fd(0xc0)]===_0x46a796[_0x4c96fd(0xc0)]),_0x1d9a07=_0x185a50(_0x437669,_0x76ca9a),_0x4a102e=this[_0x4c96fd(0xcc)](),_0x3651de=_0x76ca9a[_0x4c96fd(0xcb)](_0x3e333c=>_0x3e333c[_0x4c96fd(0xc0)]===_0x4a102e);_0x1d9a07[_0x4c96fd(0xb1)]&&this[_0x4c96fd(0xc2)](_0x4c96fd(0xaf),{'outlineDefinitions':_0x76ca9a,'activeItemIndex':_0x3651de,'outlineChanges':_0x1d9a07}),this[_0x4c96fd(0xc2)](_0x4c96fd(0xc6),{'index':_0x3651de});},0xfa,{'leading':!0x0,'trailing':!0x0}));}[_0x3c5fcf(0xae)](){const _0x23d6fe=_0x3c5fcf;this[_0x23d6fe(0xbc)][_0x23d6fe(0xb1)]||this[_0x23d6fe(0xb4)]();}[_0x3c5fcf(0xc4)](){const _0x5af0fa=_0x3c5fcf,_0x22b5c4=this[_0x5af0fa(0xd6)],_0xc07ff2=[],_0x37b53d=this[_0x5af0fa(0xbc)];for(const _0x9c8cbd of _0x22b5c4[_0x5af0fa(0xd3)][_0x5af0fa(0xcd)][_0x5af0fa(0xad)]())_0x39eb8c(_0x22b5c4[_0x5af0fa(0xd3)][_0x5af0fa(0xcd)][_0x5af0fa(0xaa)](_0x9c8cbd));function _0x39eb8c(_0x239949){const _0x1a0484=_0x5af0fa;for(const _0x3951b6 of _0x239949[_0x1a0484(0xb5)]())_0x3951b6['is'](_0x1a0484(0xdc))&&(_0x37b53d[_0x1a0484(0xc7)](_0x3951b6[_0x1a0484(0xb6)])&&_0xc07ff2[_0x1a0484(0xce)]({'level':_0x37b53d[_0x1a0484(0xd5)](_0x3951b6[_0x1a0484(0xb6)])+0x1,'text':_0x1f482c(_0x3951b6),'modelElement':_0x3951b6}),_0x39eb8c(_0x3951b6));}return _0xc07ff2;}[_0x3c5fcf(0xcc)](){const _0x2e1d6a=_0x3c5fcf,_0x5ab02c=this[_0x2e1d6a(0xd6)][_0x2e1d6a(0xd3)][_0x2e1d6a(0xcd)][_0x2e1d6a(0xd2)][_0x2e1d6a(0xd9)](),_0x461c46=new _0x594281({'direction':_0x2e1d6a(0xb2),'startPosition':_0x5ab02c});for(const _0x3a9d76 of _0x461c46)if(_0x3a9d76[_0x2e1d6a(0xcf)]['is'](_0x2e1d6a(0xdc))&&this[_0x2e1d6a(0xbc)][_0x2e1d6a(0xc7)](_0x3a9d76[_0x2e1d6a(0xcf)][_0x2e1d6a(0xb6)]))return _0x3a9d76[_0x2e1d6a(0xcf)];}[_0x3c5fcf(0xa9)](){const _0x13781f=_0x3c5fcf,_0xca2f40=this[_0x13781f(0xd6)][_0x13781f(0xb0)][_0x13781f(0xb8)](_0x13781f(0xd8));return _0xca2f40||_0x5b762b(this[_0x13781f(0xd6)]);}[_0x3c5fcf(0xb4)](){const _0x4cf682=_0x3c5fcf,_0x2a32a8=this[_0x4cf682(0xd6)],_0x215db7=['h1','h2','h3','h4','h5','h6'],_0x547896=[];for(const _0xefe405 of _0x215db7){const _0x43eed9=_0x2a32a8[_0x4cf682(0xca)][_0x4cf682(0xab)][_0x4cf682(0xd1)][_0x4cf682(0xc1)](document[_0x4cf682(0xbf)](_0xefe405)),_0x11abd3=_0x2a32a8[_0x4cf682(0xc8)][_0x4cf682(0xb3)](_0x43eed9)[_0x4cf682(0xdf)](0x0);(null==_0x11abd3?void 0x0:_0x11abd3['is'](_0x4cf682(0xdc)))&&_0x547896[_0x4cf682(0xce)](_0x11abd3[_0x4cf682(0xb6)]);}this[_0x4cf682(0xbc)]=_0x547896;}}
23
+ const _0x4756ea=_0x28fd;function _0x28fd(_0x16ed36,_0x23a8da){const _0x3cd31b=_0x3cd3();return _0x28fd=function(_0x28fd64,_0x2a26f2){_0x28fd64=_0x28fd64-0x1d7;let _0x1f98f6=_0x3cd31b[_0x28fd64];return _0x1f98f6;},_0x28fd(_0x16ed36,_0x23a8da);}function _0x3cd3(){const _0x2f26d9=['_getActiveHeading','model','config','change','length','192292HPjUwJ','1331544UOQRdM','push','name','getRoot','fire','254854jagltc','getChildren','isPremiumPlugin','toModel','activeItemIndex','includes','4991922vcyQhG','90jEVliY','text','14963GQlHbN','modelElement','item','selection','_getOutlineDefinitions','element','getFirstPosition','findIndex','_deriveHeadingElementsFromConversion','indexOf','_headingNames','editor','editing','init','view','documentOutline.headings','170480rLfRaw','getRootNames','createElement','level','backward','document','12FGVuBu','pluginName','DocumentOutlineUtils','domConverter','get','afterInit','domToView','data','_getHeadingNames','61873ARAmwo','getChild','isOfficialPlugin'];_0x3cd3=function(){return _0x2f26d9;};return _0x3cd3();}(function(_0x283793,_0x138b97){const _0x3f8a24=_0x28fd,_0x448007=_0x283793();while(!![]){try{const _0x312655=parseInt(_0x3f8a24(0x1ed))/0x1+parseInt(_0x3f8a24(0x1e4))/0x2+-parseInt(_0x3f8a24(0x203))/0x3*(-parseInt(_0x3f8a24(0x1de))/0x4)+parseInt(_0x3f8a24(0x1fd))/0x5+parseInt(_0x3f8a24(0x1eb))/0x6*(parseInt(_0x3f8a24(0x20c))/0x7)+parseInt(_0x3f8a24(0x1df))/0x8+-parseInt(_0x3f8a24(0x1ea))/0x9;if(_0x312655===_0x138b97)break;else _0x448007['push'](_0x448007['shift']());}catch(_0x5e8e50){_0x448007['push'](_0x448007['shift']());}}}(_0x3cd3,0x1b9fc));import{Plugin as _0x46d09d}from'ckeditor5/src/core.js';import{debounce as _0x900453}from'lodash-es';import{TreeWalker as _0x565bad}from'ckeditor5/src/engine.js';import{getElementText as _0x5d0378,getDefaultFeatureHeadingNames as _0x703536}from'./utils.js';import{diff as _0x112087,diffToChanges as _0xe29cdf}from'ckeditor5/src/utils.js';export default class i extends _0x46d09d{constructor(){const _0xff0256=_0x28fd;super(...arguments),this[_0xff0256(0x1f7)]=[];}static get[_0x4756ea(0x204)](){const _0x5a1a73=_0x4756ea;return _0x5a1a73(0x205);}static get[_0x4756ea(0x1d8)](){return!0x0;}static get[_0x4756ea(0x1e6)](){return!0x0;}[_0x4756ea(0x1fa)](){const _0x27f0ff=_0x4756ea,_0x2605a7=this[_0x27f0ff(0x1f8)];this[_0x27f0ff(0x1f7)]=this[_0x27f0ff(0x20b)]();let _0x1fbdec=[];_0x2605a7[_0x27f0ff(0x1da)][_0x27f0ff(0x202)]['on'](_0x27f0ff(0x1dc),_0x900453(()=>{const _0xe26fba=_0x27f0ff,_0x55885c=_0x1fbdec;_0x1fbdec=this[_0xe26fba(0x1f1)]();const _0x3c6b1f=_0x112087(_0x55885c,_0x1fbdec,(_0x188d63,_0xe0c0cc)=>_0x188d63[_0xe26fba(0x200)]===_0xe0c0cc[_0xe26fba(0x200)]&&_0x188d63[_0xe26fba(0x1ec)]===_0xe0c0cc[_0xe26fba(0x1ec)]&&_0x188d63[_0xe26fba(0x1ee)]===_0xe0c0cc[_0xe26fba(0x1ee)]),_0x1f5f34=_0xe29cdf(_0x3c6b1f,_0x1fbdec),_0x102bba=this[_0xe26fba(0x1d9)](),_0x3d4b21=_0x1fbdec[_0xe26fba(0x1f4)](_0x47118f=>_0x47118f[_0xe26fba(0x1ee)]===_0x102bba);_0x1f5f34[_0xe26fba(0x1dd)]&&this[_0xe26fba(0x1e3)](_0xe26fba(0x1dc),{'outlineDefinitions':_0x1fbdec,'activeItemIndex':_0x3d4b21,'outlineChanges':_0x1f5f34}),this[_0xe26fba(0x1e3)](_0xe26fba(0x1e8),{'index':_0x3d4b21});},0xfa,{'leading':!0x0,'trailing':!0x0}));}[_0x4756ea(0x208)](){const _0x3e52a6=_0x4756ea;this[_0x3e52a6(0x1f7)][_0x3e52a6(0x1dd)]||this[_0x3e52a6(0x1f5)]();}[_0x4756ea(0x1f1)](){const _0x33e5a6=_0x4756ea,_0x3526d7=this[_0x33e5a6(0x1f8)],_0x4a2675=[],_0x37c864=this[_0x33e5a6(0x1f7)];for(const _0x15d472 of _0x3526d7[_0x33e5a6(0x1da)][_0x33e5a6(0x202)][_0x33e5a6(0x1fe)]())_0x138584(_0x3526d7[_0x33e5a6(0x1da)][_0x33e5a6(0x202)][_0x33e5a6(0x1e2)](_0x15d472));function _0x138584(_0x45c49c){const _0x864745=_0x33e5a6;for(const _0x2f2870 of _0x45c49c[_0x864745(0x1e5)]())_0x2f2870['is'](_0x864745(0x1f2))&&(_0x37c864[_0x864745(0x1e9)](_0x2f2870[_0x864745(0x1e1)])&&_0x4a2675[_0x864745(0x1e0)]({'level':_0x37c864[_0x864745(0x1f6)](_0x2f2870[_0x864745(0x1e1)])+0x1,'text':_0x5d0378(_0x2f2870),'modelElement':_0x2f2870}),_0x138584(_0x2f2870));}return _0x4a2675;}[_0x4756ea(0x1d9)](){const _0x59d750=_0x4756ea,_0x390f6f=this[_0x59d750(0x1f8)][_0x59d750(0x1da)][_0x59d750(0x202)][_0x59d750(0x1f0)][_0x59d750(0x1f3)](),_0x5db1e7=new _0x565bad({'direction':_0x59d750(0x201),'startPosition':_0x390f6f});for(const _0xea7ed6 of _0x5db1e7)if(_0xea7ed6[_0x59d750(0x1ef)]['is'](_0x59d750(0x1f2))&&this[_0x59d750(0x1f7)][_0x59d750(0x1e9)](_0xea7ed6[_0x59d750(0x1ef)][_0x59d750(0x1e1)]))return _0xea7ed6[_0x59d750(0x1ef)];}[_0x4756ea(0x20b)](){const _0x13b9d2=_0x4756ea,_0x476aac=this[_0x13b9d2(0x1f8)][_0x13b9d2(0x1db)][_0x13b9d2(0x207)](_0x13b9d2(0x1fc));return _0x476aac||_0x703536(this[_0x13b9d2(0x1f8)]);}[_0x4756ea(0x1f5)](){const _0x2ccd1f=_0x4756ea,_0x44f68a=this[_0x2ccd1f(0x1f8)],_0x20b968=['h1','h2','h3','h4','h5','h6'],_0x7ea7d=[];for(const _0x17fb53 of _0x20b968){const _0x2eb7d0=_0x44f68a[_0x2ccd1f(0x1f9)][_0x2ccd1f(0x1fb)][_0x2ccd1f(0x206)][_0x2ccd1f(0x209)](document[_0x2ccd1f(0x1ff)](_0x17fb53)),_0x1edc5e=_0x44f68a[_0x2ccd1f(0x20a)][_0x2ccd1f(0x1e7)](_0x2eb7d0)[_0x2ccd1f(0x1d7)](0x0);(null==_0x1edc5e?void 0x0:_0x1edc5e['is'](_0x2ccd1f(0x1f2)))&&_0x7ea7d[_0x2ccd1f(0x1e0)](_0x1edc5e[_0x2ccd1f(0x1e1)]);}this[_0x2ccd1f(0x1f7)]=_0x7ea7d;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x5abb98,_0xcd6d97){const _0xc5d5c7=_0x30ae,_0x77430f=_0x5abb98();while(!![]){try{const _0x18bb6b=parseInt(_0xc5d5c7(0xb7))/0x1+-parseInt(_0xc5d5c7(0xb4))/0x2+parseInt(_0xc5d5c7(0xc1))/0x3*(-parseInt(_0xc5d5c7(0xc8))/0x4)+parseInt(_0xc5d5c7(0xb9))/0x5+-parseInt(_0xc5d5c7(0xc6))/0x6*(parseInt(_0xc5d5c7(0xbf))/0x7)+-parseInt(_0xc5d5c7(0xb3))/0x8*(parseInt(_0xc5d5c7(0xcc))/0x9)+parseInt(_0xc5d5c7(0xc9))/0xa*(parseInt(_0xc5d5c7(0xc2))/0xb);if(_0x18bb6b===_0xcd6d97)break;else _0x77430f['push'](_0x77430f['shift']());}catch(_0x248854){_0x77430f['push'](_0x77430f['shift']());}}}(_0x1285,0x86a04));function _0x30ae(_0x9f2722,_0x5c51a9){const _0x12854a=_0x1285();return _0x30ae=function(_0x30ae1e,_0x120f09){_0x30ae1e=_0x30ae1e-0xb2;let _0x7c0ab3=_0x12854a[_0x30ae1e];return _0x7c0ab3;},_0x30ae(_0x9f2722,_0x5c51a9);}import{View as _0x689be1}from'ckeditor5/src/ui.js';function _0x1285(){const _0x32cbde=['click','18151CHlPZX','ck-document-outline__item_level-','9puRUWp','24403874rRzavB','level','isActive','ck-document-outline__item_active','2148TTSwjO','Empty\x20heading','11444pDkbDI','10MnBuuV','setTemplate','div','1373931BpteAn','set','16uJblYa','975204Ypxrqd','isEmpty','ck-document-outline__item','4754aLJADk','text','289685wMwict','ck-reset','bind','ck-document-outline__item_empty','bindTemplate'];_0x1285=function(){return _0x32cbde;};return _0x1285();}import{getTranslation as _0x46b9d0}from'../../utils/common-translations.js';export default class $ extends _0x689be1{constructor(_0x556f99,_0x4c2697=!0x1){const _0x2fc5e4=_0x30ae;super(_0x556f99);const _0x8288fb=this[_0x2fc5e4(0xbd)],_0x193538=_0x4c2697?'['+_0x46b9d0(_0x556f99,_0x2fc5e4(0xc7))+']':'';this[_0x2fc5e4(0xb2)](_0x2fc5e4(0xb8),''),this[_0x2fc5e4(0xb2)](_0x2fc5e4(0xc3),0x1),this[_0x2fc5e4(0xb2)](_0x2fc5e4(0xc4),!0x1),this[_0x2fc5e4(0xbb)](_0x2fc5e4(0xb5))['to'](this,_0x2fc5e4(0xb8),_0x563262=>!_0x563262),this[_0x2fc5e4(0xca)]({'tag':_0x2fc5e4(0xcb),'attributes':{'class':['ck',_0x2fc5e4(0xba),_0x2fc5e4(0xb6),_0x8288fb['to'](_0x2fc5e4(0xc3),_0x40a2d5=>_0x2fc5e4(0xc0)+_0x40a2d5),_0x8288fb['if'](_0x2fc5e4(0xc4),_0x2fc5e4(0xc5)),_0x8288fb['if'](_0x2fc5e4(0xb5),_0x2fc5e4(0xbc))],'title':_0x8288fb['to'](_0x2fc5e4(0xb8))},'children':[{'text':_0x8288fb['to'](_0x2fc5e4(0xb8),_0x288974=>_0x288974||_0x193538)}],'on':{'click':_0x8288fb['to'](_0x2fc5e4(0xbe))}});}}
23
+ function _0x2964(_0xc4fb2c,_0x3c34a5){const _0x5479ef=_0x5479();return _0x2964=function(_0x296413,_0x3b1829){_0x296413=_0x296413-0x6a;let _0x254241=_0x5479ef[_0x296413];return _0x254241;},_0x2964(_0xc4fb2c,_0x3c34a5);}function _0x5479(){const _0x582b21=['ck-document-outline__item_empty','isEmpty','isActive','4532zjKBEm','bindTemplate','div','3iGgOgz','set','30762taLzLd','ck-document-outline__item','3069JSTGWQ','ck-document-outline__item_active','316TXizsD','bind','text','2891140BxpZpJ','852593ANPtzG','ck-reset','2061360XQVdel','click','8guUykf','level','992870aghfxh','Empty\x20heading','setTemplate','ck-document-outline__item_level-'];_0x5479=function(){return _0x582b21;};return _0x5479();}(function(_0x3bdd97,_0x37f55a){const _0x1c159a=_0x2964,_0x5935e6=_0x3bdd97();while(!![]){try{const _0x24662e=parseInt(_0x1c159a(0x7c))/0x1*(-parseInt(_0x1c159a(0x79))/0x2)+-parseInt(_0x1c159a(0x80))/0x3*(parseInt(_0x1c159a(0x82))/0x4)+-parseInt(_0x1c159a(0x72))/0x5+parseInt(_0x1c159a(0x7e))/0x6+-parseInt(_0x1c159a(0x6c))/0x7*(parseInt(_0x1c159a(0x70))/0x8)+parseInt(_0x1c159a(0x6e))/0x9+parseInt(_0x1c159a(0x6b))/0xa;if(_0x24662e===_0x37f55a)break;else _0x5935e6['push'](_0x5935e6['shift']());}catch(_0x86c09f){_0x5935e6['push'](_0x5935e6['shift']());}}}(_0x5479,0x1c25d));import{View as _0x367807}from'ckeditor5/src/ui.js';import{getTranslation as _0x32c541}from'../../utils/common-translations.js';export default class A extends _0x367807{constructor(_0x20eb10,_0x3d4a89=!0x1){const _0x6125a0=_0x2964;super(_0x20eb10);const _0x2bbe34=this[_0x6125a0(0x7a)],_0x302fb6=_0x3d4a89?'['+_0x32c541(_0x20eb10,_0x6125a0(0x73))+']':'';this[_0x6125a0(0x7d)](_0x6125a0(0x6a),''),this[_0x6125a0(0x7d)](_0x6125a0(0x71),0x1),this[_0x6125a0(0x7d)](_0x6125a0(0x78),!0x1),this[_0x6125a0(0x83)](_0x6125a0(0x77))['to'](this,_0x6125a0(0x6a),_0x7ef5b4=>!_0x7ef5b4),this[_0x6125a0(0x74)]({'tag':_0x6125a0(0x7b),'attributes':{'class':['ck',_0x6125a0(0x6d),_0x6125a0(0x7f),_0x2bbe34['to'](_0x6125a0(0x71),_0x122ab8=>_0x6125a0(0x75)+_0x122ab8),_0x2bbe34['if'](_0x6125a0(0x78),_0x6125a0(0x81)),_0x2bbe34['if'](_0x6125a0(0x77),_0x6125a0(0x76))],'title':_0x2bbe34['to'](_0x6125a0(0x6a))},'children':[{'text':_0x2bbe34['to'](_0x6125a0(0x6a),_0x335966=>_0x335966||_0x302fb6)}],'on':{'click':_0x2bbe34['to'](_0x6125a0(0x6f))}});}}