@ckeditor/ckeditor5-document-outline 44.1.0-alpha.3 → 44.1.0-alpha.5

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 _0x34787a,Command as _0x55290f}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x1108e0,throttle as _0x482bb4}from'lodash-es';import{Text as _0x42a5bb,TreeWalker as _0x5ce1a1}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x5f1f8f,diffToChanges as _0x3381f4,scrollAncestorsToShowTarget as _0x2ee817,CKEditorError as _0x38d216,global as _0x18aa3c,Rect as _0x311bf9,uid as _0x275d68,priorities as _0x1376d8}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x2e9ffe,ButtonView as _0x5b87bd,MenuBarMenuListItemButtonView as _0x1a6917}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x5e4509,toWidget as _0x597714}from'@ckeditor/ckeditor5-widget/dist/index.js';import{icons as _0x56a285}from'ckeditor5-collaboration/dist/index.js';function p(_0x4791cf){let _0xd848c0='';for(const _0x3c14dd of _0x4791cf['getChildren']())_0x3c14dd instanceof _0x42a5bb&&(_0xd848c0+=_0x3c14dd['data']);return _0xd848c0;}class i extends _0x34787a{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x567439=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x238913=[];_0x567439['model']['document']['on']('change',_0x1108e0(()=>{const _0x14b3fe=_0x238913;_0x238913=this['_getOutlineDefinitions']();const _0x38ea13=_0x5f1f8f(_0x14b3fe,_0x238913,(_0x39f6a8,_0x3c2e0f)=>_0x39f6a8['level']===_0x3c2e0f['level']&&_0x39f6a8['text']===_0x3c2e0f['text']&&_0x39f6a8['modelElement']===_0x3c2e0f['modelElement']),_0x546e02=_0x3381f4(_0x38ea13,_0x238913),_0xd245f8=this['_getActiveHeading'](),_0xf92920=_0x238913['findIndex'](_0x4e501e=>_0x4e501e['modelElement']===_0xd245f8);_0x546e02['length']&&this['fire']('change',{'outlineDefinitions':_0x238913,'activeItemIndex':_0xf92920,'outlineChanges':_0x546e02}),this['fire']('activeItemIndex',{'index':_0xf92920});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x41d244=this['editor'],_0x4dc9b6=[],_0x3d94=this['_headingNames'];for(const _0x1338ae of _0x41d244['model']['document']['getRootNames']())_0x2e9c55(_0x41d244['model']['document']['getRoot'](_0x1338ae));function _0x2e9c55(_0x9b6e27){for(const _0x3bd455 of _0x9b6e27['getChildren']())_0x3bd455['is']('element')&&(_0x3d94['includes'](_0x3bd455['name'])&&_0x4dc9b6['push']({'level':_0x3d94['indexOf'](_0x3bd455['name'])+0x1,'text':p(_0x3bd455),'modelElement':_0x3bd455}),_0x2e9c55(_0x3bd455));}return _0x4dc9b6;}['_getActiveHeading'](){const _0x558ab9=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x5dcfad=new _0x5ce1a1({'direction':'backward','startPosition':_0x558ab9});for(const _0x2d87c0 of _0x5dcfad)if(_0x2d87c0['item']['is']('element')&&this['_headingNames']['includes'](_0x2d87c0['item']['name']))return _0x2d87c0['item'];}['_getHeadingNames'](){const _0x6db55e=this['editor']['config']['get']('documentOutline.headings');return _0x6db55e||function(_0x1741d3){const _0x1d3abf=_0x1741d3['config']['get']('heading.options');return _0x1d3abf?_0x1d3abf['reduce']((_0x45b03f,_0x48fcb2)=>('paragraph'!==_0x48fcb2['model']&&_0x45b03f['push'](_0x48fcb2['model']),_0x45b03f),[]):_0x1741d3['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x178d77=this['editor'],_0x271da2=['h1','h2','h3','h4','h5','h6'],_0x85b61d=[];for(const _0x5ac8c9 of _0x271da2){const _0x14b8b7=_0x178d77['editing']['view']['domConverter']['domToView'](document['createElement'](_0x5ac8c9)),_0xb89b63=_0x178d77['data']['toModel'](_0x14b8b7)['getChild'](0x0);_0xb89b63?.['is']('element')&&_0x85b61d['push'](_0xb89b63['name']);}this['_headingNames']=_0x85b61d;}}function N(_0x389a58,_0x496fc2){const t=_0x389a58['t'];switch(_0x496fc2){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 _0x496fc2;}}class A extends _0x2e9ffe{constructor(_0x5c983e,_0x248559=!0x1){super(_0x5c983e);const _0x3b7c07=this['bindTemplate'],_0x58c336=_0x248559?'['+N(_0x5c983e,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0xd8b402=>!_0xd8b402),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x3b7c07['to']('level',_0x508693=>'ck-document-outline__item_level-'+_0x508693),_0x3b7c07['if']('isActive','ck-document-outline__item_active'),_0x3b7c07['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x3b7c07['to']('text')},'children':[{'text':_0x3b7c07['to']('text',_0xac0718=>_0xac0718||_0x58c336)}],'on':{'click':_0x3b7c07['to']('click')}});}}class l extends _0x2e9ffe{['items'];['showEmptyHeadingText'];['_documentOutlineContainer'];constructor(_0x3b395d,_0x3fb7c1=!0x1,_0x462722){super(_0x3b395d),this['showEmptyHeadingText']=_0x3fb7c1,this['set']('activeItemIndex',-0x1),this['_documentOutlineContainer']=_0x462722,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x66162b,_0x4cc01e,_0x3ca6aa,_0x574d09)=>{this['_setActiveItem'](_0x574d09,_0x3ca6aa);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x3b395d['contentLanguageDirection'],'data-document-outline-empty-placeholder':N(_0x3b395d,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x60e600){_0x60e600['forEach'](_0x998383=>{'insert'==_0x998383['type']?this['_insertItem'](_0x998383['index'],..._0x998383['values']):'delete'==_0x998383['type']&&this['_deleteItem'](_0x998383['index'],_0x998383['howMany']);});}['_setActiveItem'](_0x200a14,_0x4e306c){if(-0x1!==_0x200a14){const _0x13e291=this['items']['get'](_0x200a14);_0x13e291&&(_0x13e291['isActive']=!0x1);}-0x1!==_0x4e306c&&(this['items']['get'](_0x4e306c)['isActive']=!0x0,this['_scrollToItem'](_0x4e306c));}['_insertItem'](_0x25f575,..._0x3e309d){const _0x4c620a=_0x3e309d['map']((_0x3cdbf7,_0x693fa1)=>{const _0x5dbe15=new A(this['locale'],this['showEmptyHeadingText']);return _0x5dbe15['text']=_0x3cdbf7['text'],_0x5dbe15['level']=_0x3cdbf7['level'],_0x25f575+_0x693fa1===this['activeItemIndex']&&(_0x5dbe15['isActive']=!0x0),_0x5dbe15;});this['items']['addMany'](_0x4c620a,_0x25f575);}['_deleteItem'](_0x18760e,_0x516605){do{this['items']['remove'](_0x18760e);}while(--_0x516605);}['_handleItemClick'](_0x3641da){const _0x1e1041=this['items']['getIndex'](_0x3641da['source']);this['fire']('itemSelected',_0x1e1041);}['_scrollToItem'](_0x3e0e54){_0x2ee817(this['items']['get'](_0x3e0e54)['element'],0x14,this['_documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x34787a{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x42fd26){super(_0x42fd26),this['view']=new l(_0x42fd26['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x482bb4(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x277d4c=this['editor'],_0x503f70=_0x277d4c['plugins']['get']('DocumentOutlineUtils');let _0xe68ddf=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x277d4c['config']['get']('documentOutline.container'))throw new _0x38d216('document-outline-container-not-provided',{'editor':_0x277d4c});_0x277d4c['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x503f70['on']('change',this['_handleOutlineChange']['bind'](this)),_0x503f70['on']('activeItemIndex',(_0x498a24,{index:_0x3e29dc})=>this['_setActiveViewItem'](_0x3e29dc)),this['view']['on']('itemSelected',(_0x7b5efe,_0x3f3643)=>{_0xe68ddf=!0x0,this['_handleItemSelected'](_0x3f3643);}),this['view']['listenTo'](_0x18aa3c['document'],'scroll',()=>{_0xe68ddf?_0xe68ddf=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x18aa3c['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x4c0ae3){const _0x304c66=_0x567e9e([0x76,0x42,0x68,0x6d,0x71,0x59,0x7a,0x79,0x58,0x36,0x4a,0x30,0x50,0x54,0x35,0x47,0x72,0x70,0x39,0x69,0x37,0x43,0x48,0x57,0x6a,0x6f,0x4f,0x64,0x52,0x74,0x38,0x65,0x78,0x6c,0x73,0x6b,0x32,0x53,0x77,0x41,0x49,0x4d,0x61,0x66,0x51,0x55,0x45,0x44,0x67,0x4e,0x63,0x46,0x31,0x6e,0x62,0x4b,0x4c,0x5a,0x33,0x75,0x56,0x34]),_0x2e0fe9=0x7e6b295e,_0x521f5c=0x7e6c70f6^_0x2e0fe9,_0x8c26ce=window[_0x567e9e([0x44,0x61,0x74,0x65])][_0x567e9e([0x6e,0x6f,0x77])](),_0x23154e=_0x4c0ae3[_0x567e9e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x425426=new window[(_0x567e9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5dba8a=>{_0x23154e[_0x567e9e([0x6f,0x6e,0x63,0x65])](_0x567e9e([0x72,0x65,0x61,0x64,0x79]),_0x5dba8a);}),_0x3f60e3={[_0x567e9e([0x6b,0x74,0x79])]:_0x567e9e([0x45,0x43]),[_0x567e9e([0x75,0x73,0x65])]:_0x567e9e([0x73,0x69,0x67]),[_0x567e9e([0x63,0x72,0x76])]:_0x567e9e([0x50,0x2d,0x32,0x35,0x36]),[_0x567e9e([0x78])]:_0x567e9e([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]),[_0x567e9e([0x79])]:_0x567e9e([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]),[_0x567e9e([0x61,0x6c,0x67])]:_0x567e9e([0x45,0x53,0x32,0x35,0x36])},_0x1b6c97=_0x23154e[_0x567e9e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x567e9e([0x67,0x65,0x74])](_0x567e9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x358e5d(){let _0xc1471c,_0x137f6b=null,_0x5cf1f3=null;try{if(_0x1b6c97==_0x567e9e([0x47,0x50,0x4c]))return _0x567e9e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xc1471c=_0x254a8f(),!_0xc1471c)return _0x567e9e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xc1471c[_0x567e9e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5cf1f3=_0x584b59(_0xc1471c[_0x567e9e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xc1471c[_0x567e9e([0x6a,0x74,0x69])])),await _0x34533a()?_0x259e0f()?_0x530a1f()?_0x567e9e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4489b7()?(_0xc1471c[_0x567e9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x567e9e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x137f6b=_0x4102fc(_0x567e9e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xc1471c[_0x567e9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x567e9e([0x74,0x72,0x69,0x61,0x6c])&&(_0x137f6b=_0x4102fc(_0x567e9e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0xc1471c[_0x567e9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x567e9e([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x137f6b=_0x4102fc(_0x567e9e([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1ab9f3()):_0x567e9e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x567e9e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x567e9e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3a6080){return _0x567e9e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x530a1f(){const _0x2396d2=[_0x567e9e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x567e9e([0x74,0x72,0x69,0x61,0x6c])][_0x567e9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc1471c[_0x567e9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x8c26ce/0x3e8:0xe10*_0x521f5c;return _0xc1471c[_0x567e9e([0x65,0x78,0x70])]<_0x2396d2;}function _0x259e0f(){const _0x156106=_0xc1471c[_0x567e9e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x156106&&(!!_0x156106[_0x567e9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x567e9e([0x2a]))||(!!_0x156106[_0x567e9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x567e9e([0x44,0x4f]))||!!_0x156106[_0x567e9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x567e9e([0x50,0x50]))));}function _0x4489b7(){const _0x192e59=_0xc1471c[_0x567e9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x192e59||0x0==_0x192e59[_0x567e9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x242c29}=new URL(window[_0x567e9e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x192e59[_0x567e9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x242c29))return!0x0;const _0x1a9ee6=_0x242c29[_0x567e9e([0x73,0x70,0x6c,0x69,0x74])](_0x567e9e([0x2e]));return _0x192e59[_0x567e9e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x51bc2d=>_0x51bc2d[_0x567e9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x567e9e([0x2a])))[_0x567e9e([0x6d,0x61,0x70])](_0x5cb80d=>_0x5cb80d[_0x567e9e([0x73,0x70,0x6c,0x69,0x74])](_0x567e9e([0x2e])))[_0x567e9e([0x73,0x6f,0x6d,0x65])](_0x11e524=>_0x1a9ee6[_0x567e9e([0x65,0x76,0x65,0x72,0x79])]((_0x2a9e00,_0x524369)=>_0x11e524[_0x524369]===_0x2a9e00||_0x11e524[_0x524369]===_0x567e9e([0x2a])));}function _0x1ab9f3(){return _0x137f6b&&_0x5cf1f3?new window[(_0x567e9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x41676b,_0x3db914)=>{_0x137f6b[_0x567e9e([0x74,0x68,0x65,0x6e])](_0x41676b,_0x3db914),_0x5cf1f3[_0x567e9e([0x74,0x68,0x65,0x6e])](_0xef696e=>{_0xef696e!=_0x567e9e([0x56,0x61,0x6c,0x69,0x64])&&_0x41676b(_0xef696e);},_0x3db914);}):_0x137f6b||_0x5cf1f3||_0x567e9e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x584b59(_0x12d72a,_0x48efbb){return new window[(_0x567e9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d302d=>{if(_0xa1e5d7())return _0x3d302d(_0x567e9e([0x56,0x61,0x6c,0x69,0x64]));_0x1986f8(),_0x23154e[_0x567e9e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x567e9e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2c7ae6=!0x1;const _0x187f2e=_0x275d68();function _0x191441(_0x3cfc3f){return!!_0x3cfc3f&&(typeof _0x3cfc3f===_0x567e9e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3cfc3f===_0x567e9e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3cfc3f[_0x567e9e([0x74,0x68,0x65,0x6e])]===_0x567e9e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3cfc3f[_0x567e9e([0x63,0x61,0x74,0x63,0x68])]===_0x567e9e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x17dc31(_0xca8a6a){_0x5eb5ba(_0xca8a6a)[_0x567e9e([0x74,0x68,0x65,0x6e])](_0x53dccf=>{if(!_0x53dccf||_0x53dccf[_0x567e9e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x567e9e([0x6f,0x6b]))return _0x567e9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5dd496(_0x2a298b(_0x187f2e+_0x48efbb))!=_0x53dccf[_0x567e9e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x567e9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x567e9e([0x56,0x61,0x6c,0x69,0x64]);})[_0x567e9e([0x74,0x68,0x65,0x6e])](_0x9a40d1=>(_0x4ff3fd(),_0x9a40d1),()=>{const _0x13ca06=_0x42f439();return null==_0x13ca06?(_0x4ff3fd(),_0x567e9e([0x56,0x61,0x6c,0x69,0x64])):_0x567e9e(_0x8c26ce-_0x13ca06>(0x5a67ad5e^_0x2e0fe9)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x567e9e([0x74,0x68,0x65,0x6e])](_0x3d302d)[_0x567e9e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3d302d(_0x567e9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3f677a=0x7e5dc7de^_0x2e0fe9;function _0x4ff3fd(){const _0x5b9116=_0x567e9e([0x6c,0x6c,0x63,0x74,0x2d])+_0x5dd496(_0x2a298b(_0x12d72a)),_0x334fd8=_0x2de63b(_0x5dd496(window[_0x567e9e([0x4d,0x61,0x74,0x68])][_0x567e9e([0x63,0x65,0x69,0x6c])](_0x8c26ce/_0x3f677a)));window[_0x567e9e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x567e9e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5b9116,_0x334fd8);}function _0x42f439(){const _0x37efe9=_0x567e9e([0x6c,0x6c,0x63,0x74,0x2d])+_0x5dd496(_0x2a298b(_0x12d72a)),_0x25b9ea=window[_0x567e9e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x567e9e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x37efe9);return _0x25b9ea?window[_0x567e9e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2de63b(_0x25b9ea),0x10)*_0x3f677a:null;}function _0x5eb5ba(_0x51da4c){return new window[(_0x567e9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x36a53a,_0xbc2c48)=>{_0x51da4c[_0x567e9e([0x74,0x68,0x65,0x6e])](_0x36a53a,_0xbc2c48),window[_0x567e9e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xbc2c48,0x7e6afd9e^_0x2e0fe9);});}}_0x23154e[_0x567e9e([0x6f,0x6e])](_0x567e9e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x385134,_0x366525)=>{if(_0x366525[0x0]!=_0x12d72a)return _0x3d302d(_0x567e9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x366525[0x1]={..._0x366525[0x1],[_0x567e9e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x187f2e};},{[_0x567e9e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x567e9e([0x68,0x69,0x67,0x68])}),_0x23154e[_0x567e9e([0x6f,0x6e])](_0x567e9e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x35e199=>{_0x191441(_0x35e199[_0x567e9e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2c7ae6=!0x0,_0x17dc31(_0x35e199[_0x567e9e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x567e9e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x567e9e([0x6c,0x6f,0x77])}),_0x425426[_0x567e9e([0x74,0x68,0x65,0x6e])](()=>{_0x2c7ae6||_0x3d302d(_0x567e9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xa1e5d7(){return _0x23154e[_0x567e9e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x567e9e([0x76,0x69,0x65,0x77])][_0x567e9e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x567e9e([0x61,0x75,0x74,0x6f]);}function _0x1986f8(){_0x23154e[_0x567e9e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x567e9e([0x76,0x69,0x65,0x77])][_0x567e9e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x567e9e([0x61,0x75,0x74,0x6f]);}}function _0x4102fc(_0x1b5084){const _0x2ed505=[new window[(_0x567e9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x8a0275=>setTimeout(_0x8a0275,0x7e621792^_0x2e0fe9)),_0x425426[_0x567e9e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x567e9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1fd522=>{let _0x576fb8=0x0;_0x23154e[_0x567e9e([0x6d,0x6f,0x64,0x65,0x6c])][_0x567e9e([0x6f,0x6e])](_0x567e9e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xb5981b,_0x5d8dc8)=>{_0x5d8dc8[0x0][_0x567e9e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x576fb8++,_0x576fb8==(0x7e6b28a6^_0x2e0fe9)&&(_0x1fd522(),_0xb5981b[_0x567e9e([0x6f,0x66,0x66])]());});}))];return window[_0x567e9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x567e9e([0x72,0x61,0x63,0x65])](_0x2ed505)[_0x567e9e([0x74,0x68,0x65,0x6e])](()=>_0x1b5084);}async function _0x4ffc57(){await _0x425426,_0x23154e[_0x567e9e([0x6d,0x6f,0x64,0x65,0x6c])][_0x567e9e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x48e23a,_0x23154e[_0x567e9e([0x6d,0x6f,0x64,0x65,0x6c])][_0x567e9e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x48e23a,_0x23154e[_0x567e9e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x567e9e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2989fd(_0x23b387){const _0x51190f=_0x438781();_0x23154e[_0x51190f]=_0x567e9e([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])+_0x23b387,_0x23b387!=_0x567e9e([0x56,0x61,0x6c,0x69,0x64])&&_0x4ffc57();}function _0x438781(){const _0x42fe27=window[_0x567e9e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x567e9e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x567e9e([0x6e,0x6f,0x77])]())[_0x567e9e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x567e9e([0x2e]),'');let _0x2eee64=_0x567e9e([0x76]);for(let _0x3e9e7a=0x0;_0x3e9e7a<_0x42fe27[_0x567e9e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3e9e7a+=0x2){let _0x5a193d=window[_0x567e9e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x42fe27[_0x567e9e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3e9e7a,_0x3e9e7a+0x2));_0x5a193d>=_0x304c66[_0x567e9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5a193d-=_0x304c66[_0x567e9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2eee64+=_0x304c66[_0x5a193d];}return _0x2eee64;}function _0x254a8f(){const _0x56bdbd=_0x1b6c97[_0x567e9e([0x73,0x70,0x6c,0x69,0x74])](_0x567e9e([0x2e]));if(0x3!=_0x56bdbd[_0x567e9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x46728d(_0x56bdbd[0x1]);function _0x46728d(_0x35067a){const _0x18e131=_0x4ce79f(_0x35067a);return _0x18e131&&_0x5994c5()?_0x18e131:null;function _0x5994c5(){const _0x1fb7be=_0x18e131[_0x567e9e([0x6a,0x74,0x69])],_0x12378b=window[_0x567e9e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1fb7be[_0x567e9e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1fb7be[_0x567e9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4d2cbc={..._0x18e131,[_0x567e9e([0x6a,0x74,0x69])]:_0x1fb7be[_0x567e9e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1fb7be[_0x567e9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4d2cbc[_0x567e9e([0x76,0x63])],_0x2a298b(_0x4d2cbc)==_0x12378b;}}}async function _0x34533a(){let _0x455d7b=!0x0;try{const _0x47bf39=_0x1b6c97[_0x567e9e([0x73,0x70,0x6c,0x69,0x74])](_0x567e9e([0x2e])),[_0x2a21db,_0x2d6bd1,_0x9107a0]=_0x47bf39;return _0x5433f4(_0x2a21db),await _0x3c3125(_0x2a21db,_0x2d6bd1,_0x9107a0),_0x455d7b;}catch(_0x1f24ff){return!0x1;}function _0x5433f4(_0x289a20){const _0x1b4c70=_0x4ce79f(_0x289a20);_0x1b4c70&&_0x1b4c70[_0x567e9e([0x61,0x6c,0x67])]==_0x567e9e([0x45,0x53,0x32,0x35,0x36])||(_0x455d7b=!0x1);}async function _0x3c3125(_0x40f6f1,_0x113e19,_0x3eddb4){const _0x13d319=window[_0x567e9e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x567e9e([0x66,0x72,0x6f,0x6d])](_0xaf8ca6(_0x3eddb4),_0x4377c0=>_0x4377c0[_0x567e9e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4de140=new window[(_0x567e9e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x567e9e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x40f6f1+_0x567e9e([0x2e])+_0x113e19),_0x572b97=window[_0x567e9e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x567e9e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x572b97)return;const _0xc1d1ab=await _0x572b97[_0x567e9e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x567e9e([0x6a,0x77,0x6b]),_0x3f60e3,{[_0x567e9e([0x6e,0x61,0x6d,0x65])]:_0x567e9e([0x45,0x43,0x44,0x53,0x41]),[_0x567e9e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x567e9e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x567e9e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x572b97[_0x567e9e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x567e9e([0x6e,0x61,0x6d,0x65])]:_0x567e9e([0x45,0x43,0x44,0x53,0x41]),[_0x567e9e([0x68,0x61,0x73,0x68])]:{[_0x567e9e([0x6e,0x61,0x6d,0x65])]:_0x567e9e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xc1d1ab,_0x13d319,_0x4de140)||(_0x455d7b=!0x1);}}function _0x4ce79f(_0x37f239){return _0x37f239[_0x567e9e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x567e9e([0x65,0x79]))?JSON[_0x567e9e([0x70,0x61,0x72,0x73,0x65])](_0xaf8ca6(_0x37f239)):null;}function _0xaf8ca6(_0x202f88){return window[_0x567e9e([0x61,0x74,0x6f,0x62])](_0x202f88[_0x567e9e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x567e9e([0x2b]))[_0x567e9e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x567e9e([0x2f])));}function _0x2a298b(_0x40f55d){let _0x101f87=0x1505;function _0x28d583(_0x4efd41){for(let _0x3db9a3=0x0;_0x3db9a3<_0x4efd41[_0x567e9e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3db9a3++){const _0x5286c1=_0x4efd41[_0x567e9e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3db9a3);_0x101f87=(_0x101f87<<0x5)+_0x101f87+_0x5286c1,_0x101f87&=_0x101f87;}}function _0x5bfc32(_0x4fcd01){Array[_0x567e9e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4fcd01)?_0x4fcd01[_0x567e9e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5bfc32):_0x4fcd01&&typeof _0x4fcd01==_0x567e9e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x567e9e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4fcd01)[_0x567e9e([0x73,0x6f,0x72,0x74])]()[_0x567e9e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x193b30,_0x4fbda8])=>{_0x28d583(_0x193b30),_0x5bfc32(_0x4fbda8);}):_0x28d583(window[_0x567e9e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4fcd01));}return _0x5bfc32(_0x40f55d),_0x101f87>>>0x0;}function _0x5dd496(_0x48a904){return _0x48a904[_0x567e9e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x567e9e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x567e9e([0x30]));}function _0x2de63b(_0x23f3d0){return _0x23f3d0[_0x567e9e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x567e9e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x567e9e([0x6a,0x6f,0x69,0x6e])]('');}function _0x48e23a(){}function _0x567e9e(_0x2218de){return _0x2218de['map'](_0x39b17d=>String['fromCharCode'](_0x39b17d))['join']('');}_0x2989fd(await _0x358e5d());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x249326,{outlineDefinitions:_0x5b473c,outlineChanges:_0x45b045}){this['_currentOutlineDefinitions']=_0x5b473c,this['view']['sync'](_0x45b045);}['_setActiveViewItem'](_0x208c67){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x208c67]&&(this['view']['activeItemIndex']=_0x208c67);}['_handleItemSelected'](_0x3f185f){const _0x2d1727=this['_currentOutlineDefinitions'][_0x3f185f]['modelElement'];this['editor']['model']['change'](_0x5a9ad5=>{_0x5a9ad5['setSelection'](_0x2d1727,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x3f185f);}['_updateActiveDefinitionOnViewportChange'](){const _0x150544=this['editor'];let _0x1ec44e;for(const _0xe3db7b of _0x150544['model']['document']['getRootNames']()){const _0x2af29c=_0x150544['editing']['view']['getDomRoot'](_0xe3db7b),_0x2c185a=_0x2af29c&&new _0x311bf9(_0x2af29c)['getVisible']();if(_0x2c185a){const _0x4b5d6f=new _0x311bf9(_0x18aa3c['window'])['getIntersection'](_0x2c185a);_0x4b5d6f&&(_0x1ec44e=_0x4b5d6f['top']+0.25*_0x4b5d6f['height']);}}if(void 0x0===_0x1ec44e)return;const _0x4ab01a=d(_0x150544['editing'],this['_currentOutlineDefinitions'],_0x1ec44e);_0x4ab01a?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x4ab01a)):this['_setActiveViewItem'](-0x1);}}function d(_0x5581f8,_0x5caf01,_0x51adb9,_0x509950=0x0,_0x55504f=_0x5caf01['length']-0x1){const _0x4eb08=Math['floor'](_0x509950+(_0x55504f-_0x509950)/0x2);if(_0x55504f>=_0x509950){const _0x187eaa=_0x5caf01[_0x4eb08],_0x3013df=_0x5581f8['mapper']['toViewElement'](_0x187eaa['modelElement']);if(!_0x3013df)return null;const _0x56ce0d=_0x5581f8['view']['domConverter']['mapViewToDom'](_0x3013df);return new _0x311bf9(_0x56ce0d)['bottom']>_0x51adb9?d(_0x5581f8,_0x5caf01,_0x51adb9,_0x509950,_0x4eb08-0x1):d(_0x5581f8,_0x5caf01,_0x51adb9,_0x4eb08+0x1,_0x55504f);}return _0x4eb08<0x0?null:_0x5caf01[_0x4eb08];}class u extends _0x34787a{['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 _0xd74c14=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x142b98;for(const _0x3bc71a in _0xd74c14){const _0x478af8=_0x3bc71a,_0x12f207=_0xd74c14[_0x478af8];if('documentOutlineLicenseKeyValid'==_0x12f207||'documentOutlineLicenseKeyInvalid'==_0x12f207||'documentOutlineLicenseKeyExpired'==_0x12f207||'documentOutlineLicenseKeyDomainLimit'==_0x12f207||'documentOutlineLicenseKeyNotAllowed'==_0x12f207||'documentOutlineLicenseKeyEvaluationLimit'==_0x12f207||'documentOutlineLicenseKeyTrialLimit'==_0x12f207||'documentOutlineLicenseKeyDevelopmentLimit'==_0x12f207||'documentOutlineLicenseKeyUsageLimit'==_0x12f207){delete _0xd74c14[_0x478af8],_0x142b98=_0x12f207,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x142b98&&_0xd74c14['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x142b98&&_0xd74c14['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x142b98&&_0xd74c14['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x142b98&&_0xd74c14['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x142b98&&_0xd74c14['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x142b98&&_0xd74c14['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyDevelopmentLimit'==_0x142b98&&_0xd74c14['_showLicenseError']('developmentLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x142b98&&_0xd74c14['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x55290f{['execute'](){this['editor']['model']['change'](_0x38af21=>{this['editor']['model']['insertObject'](_0x38af21['createElement']('tableOfContents'));});}['refresh'](){const _0x71247b=this['editor']['model'],_0x20fd1c=_0x71247b['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x20fd1c&&_0x71247b['schema']['findAllowedParent'](_0x20fd1c,'tableOfContents'));}}class y extends _0x34787a{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x2b32c8=this['editor'];if(_0x2b32c8['config']['get']('headingId.modelAttributeName'))return;(function(_0x45cf40){const _0x2387e9=new Map();if(_0x45cf40)return _0x45cf40['forEach'](_0x1675c4=>{'paragraph'!==_0x1675c4['model']&&_0x2387e9['set'](_0x1675c4['view'],_0x1675c4['model']);}),_0x2387e9['get']('h1')||_0x2387e9['set']('h1','heading1'),_0x2387e9;return _0x2387e9;}(this['editor']['config']['get']('heading.options'))['forEach']((_0xca0f70,_0x8dfe59)=>{this['_customUpcastHeadingsConversion'](_0x8dfe59),this['_customDataDowncastHeadingsConversion'](_0xca0f70),_0x2b32c8['model']['schema']['isRegistered'](_0xca0f70)&&_0x2b32c8['model']['schema']['extend'](_0xca0f70,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x2fb0f5){this['editor']['conversion']['for']('upcast')['add'](_0x139b92=>_0x139b92['on']('element:'+_0x2fb0f5,(_0x57bd7e,_0x51f267,_0xe91f72)=>{const {consumable:_0x182935,writer:_0x1502a6}=_0xe91f72,_0x3099fe=_0x51f267['viewItem']['getAttribute']('id'),_0x30a252=_0x51f267['modelRange']['getContainedElement']();if(_0x30a252)return _0x3099fe&&_0x3099fe['length']||_0x30a252['hasAttribute']('headingId')?void(_0x182935['consume'](_0x51f267['viewItem'],{'attributes':['id']})&&_0x1502a6['setAttribute']('headingId',_0x3099fe,_0x30a252)):(_0x182935['consume'](_0x51f267['viewItem'],{'attributes':['id']}),void _0x1502a6['setAttribute']('headingId',_0x275d68(),_0x30a252));},{'priority':_0x1376d8['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x4734ee){this['editor']['conversion']['for']('downcast')['add'](_0x2a770d=>_0x2a770d['on']('attribute:headingId:'+_0x4734ee,(_0x3de0ae,_0x1a8bfd,_0x5126b6)=>{if(!_0x5126b6['consumable']['consume'](_0x1a8bfd['item'],_0x3de0ae['name']))return;const _0x3fe5ce=_0x1a8bfd['item']['getAttribute']('headingId'),_0xe48ae8=_0x5126b6['mapper']['toViewElement'](_0x1a8bfd['item']);_0x5126b6['writer']['setAttribute']('id',_0x3fe5ce,_0xe48ae8);}));}['_registerHeadingIdAttributePostfixer'](){const _0x398291=this['editor'],_0x241447=new Set(),_0x3880b3=new Set();function _0x3e1f21(_0x1341c7,_0x16db9a){const _0x4e45db=_0x275d68();return _0x3880b3['add'](_0x4e45db),_0x1341c7['setAttribute']('headingId',_0x4e45db,_0x16db9a),_0x4e45db;}function _0x4024d4(_0x246da2,_0x3f1df4){_0x246da2['removeAttribute']('headingId',_0x3f1df4);}_0x398291['model']['document']['registerPostFixer'](_0x4d6477=>{const _0x22c524=_0x398291['model']['document']['differ']['getChanges']();let _0x3244da=!0x1;for(const _0x404d76 of _0x22c524)if('insert'==_0x404d76['type']&&_0x404d76['name']){if(_0x404d76['name']['match'](/heading\d/)){const _0x4ebe30=_0x404d76['attributes']['get']('headingId');'string'==typeof _0x4ebe30?_0x241447['has'](_0x4ebe30)?(_0x3e1f21(_0x4d6477,_0x404d76['position']['nodeAfter']),_0x3244da=!0x0):_0x3880b3['add'](_0x4ebe30):(_0x3e1f21(_0x4d6477,_0x404d76['position']['nodeAfter']),_0x3244da=!0x0);}else'string'==typeof _0x404d76['attributes']['get']('headingId')&&(_0x4024d4(_0x4d6477,_0x404d76['position']['nodeAfter']),_0x3244da=!0x0);}else{if('remove'==_0x404d76['type']){const _0x49756e=_0x404d76['attributes']['get']('headingId');'string'==typeof _0x49756e&&_0x241447['delete'](_0x49756e);}}return _0x3244da;}),_0x398291['model']['document']['on']('change',()=>{_0x3880b3['forEach'](_0x2e9276=>_0x241447['add'](_0x2e9276)),_0x3880b3['clear']();});}}class s extends _0x34787a{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x5e4509,i,y];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x3dc93e){super(_0x3dc93e),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x53d4e6=this['editor'],_0x3488aa=_0x53d4e6['editing']['view']['document'];_0x53d4e6['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x53d4e6['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x3488aa,'click',(_0x43a244,_0x357069)=>{if(!_0x357069['target'])return;const _0xf15b77=_0x357069['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0xf15b77)&&(_0x357069['domEvent']['preventDefault'](),_0x43a244['stop'](),this['_handleScrollToHeading'](_0xf15b77));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x53d4e6['commands']['add']('insertTableOfContents',new O(_0x53d4e6)),(_0x53d4e6['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x498b17,_0x1ca304)=>{this['_currentOutlineDefinitions']=_0x1ca304['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x53d4e6['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x5143d1){const _0x4a53fa=_0x19756f([0x42,0x30,0x78,0x31,0x34,0x73,0x64,0x58,0x44,0x76,0x55,0x69,0x6b,0x71,0x43,0x68,0x70,0x77,0x54,0x52,0x7a,0x61,0x36,0x6e,0x32,0x33,0x41,0x4e,0x67,0x72,0x5a,0x79,0x75,0x48,0x63,0x56,0x57,0x4d,0x4a,0x49,0x4f,0x47,0x51,0x4c,0x6a,0x62,0x4b,0x46,0x6f,0x6d,0x39,0x74,0x66,0x53,0x50,0x35,0x38,0x37,0x59,0x65,0x45,0x6c]),_0x198f01=0x2351db52,_0x560f2e=0x235682fa^_0x198f01,_0x471387=window[_0x19756f([0x44,0x61,0x74,0x65])][_0x19756f([0x6e,0x6f,0x77])](),_0x1cf8a2=_0x5143d1[_0x19756f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x388302=new window[(_0x19756f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x21b5c3=>{_0x1cf8a2[_0x19756f([0x6f,0x6e,0x63,0x65])](_0x19756f([0x72,0x65,0x61,0x64,0x79]),_0x21b5c3);}),_0x5e381c={[_0x19756f([0x6b,0x74,0x79])]:_0x19756f([0x45,0x43]),[_0x19756f([0x75,0x73,0x65])]:_0x19756f([0x73,0x69,0x67]),[_0x19756f([0x63,0x72,0x76])]:_0x19756f([0x50,0x2d,0x32,0x35,0x36]),[_0x19756f([0x78])]:_0x19756f([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]),[_0x19756f([0x79])]:_0x19756f([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]),[_0x19756f([0x61,0x6c,0x67])]:_0x19756f([0x45,0x53,0x32,0x35,0x36])},_0x2f0072=_0x1cf8a2[_0x19756f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x19756f([0x67,0x65,0x74])](_0x19756f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x320d28(){let _0x77feeb,_0x144f3c=null,_0x41f434=null;try{if(_0x2f0072==_0x19756f([0x47,0x50,0x4c]))return _0x19756f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x77feeb=_0x8c1c61(),!_0x77feeb)return _0x19756f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x77feeb[_0x19756f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x41f434=_0x420684(_0x77feeb[_0x19756f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x77feeb[_0x19756f([0x6a,0x74,0x69])])),await _0x1167f3()?_0x259890()?_0xf3e671()?_0x19756f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xedc09d()?(_0x77feeb[_0x19756f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x19756f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x144f3c=_0x1a2d48(_0x19756f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x77feeb[_0x19756f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x19756f([0x74,0x72,0x69,0x61,0x6c])&&(_0x144f3c=_0x1a2d48(_0x19756f([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x77feeb[_0x19756f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x19756f([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x144f3c=_0x1a2d48(_0x19756f([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x41071c()):_0x19756f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x19756f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x19756f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x20f9b3){return _0x19756f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xf3e671(){const _0x25be03=[_0x19756f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x19756f([0x74,0x72,0x69,0x61,0x6c])][_0x19756f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x77feeb[_0x19756f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x471387/0x3e8:0xe10*_0x560f2e;return _0x77feeb[_0x19756f([0x65,0x78,0x70])]<_0x25be03;}function _0x259890(){const _0x50b49b=_0x77feeb[_0x19756f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x50b49b&&(!!_0x50b49b[_0x19756f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x19756f([0x2a]))||(!!_0x50b49b[_0x19756f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x19756f([0x54,0x4f,0x43]))||!!_0x50b49b[_0x19756f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x19756f([0x50,0x50]))));}function _0xedc09d(){const _0x134a28=_0x77feeb[_0x19756f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x134a28||0x0==_0x134a28[_0x19756f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x48dd6a}=new URL(window[_0x19756f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x134a28[_0x19756f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48dd6a))return!0x0;const _0x481fe7=_0x48dd6a[_0x19756f([0x73,0x70,0x6c,0x69,0x74])](_0x19756f([0x2e]));return _0x134a28[_0x19756f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1a9af8=>_0x1a9af8[_0x19756f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x19756f([0x2a])))[_0x19756f([0x6d,0x61,0x70])](_0x35fc7c=>_0x35fc7c[_0x19756f([0x73,0x70,0x6c,0x69,0x74])](_0x19756f([0x2e])))[_0x19756f([0x73,0x6f,0x6d,0x65])](_0x43db27=>_0x481fe7[_0x19756f([0x65,0x76,0x65,0x72,0x79])]((_0x888f6c,_0xef8cbc)=>_0x43db27[_0xef8cbc]===_0x888f6c||_0x43db27[_0xef8cbc]===_0x19756f([0x2a])));}function _0x41071c(){return _0x144f3c&&_0x41f434?new window[(_0x19756f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xd8ef51,_0x57d610)=>{_0x144f3c[_0x19756f([0x74,0x68,0x65,0x6e])](_0xd8ef51,_0x57d610),_0x41f434[_0x19756f([0x74,0x68,0x65,0x6e])](_0x2e9c7c=>{_0x2e9c7c!=_0x19756f([0x56,0x61,0x6c,0x69,0x64])&&_0xd8ef51(_0x2e9c7c);},_0x57d610);}):_0x144f3c||_0x41f434||_0x19756f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x420684(_0x24414d,_0x42eb84){return new window[(_0x19756f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x22d5fe=>{if(_0xf89115())return _0x22d5fe(_0x19756f([0x56,0x61,0x6c,0x69,0x64]));_0x16dc6f(),_0x1cf8a2[_0x19756f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x19756f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4d2b00=!0x1;const _0x3d0b40=_0x275d68();function _0x28fae0(_0x4aa830){return!!_0x4aa830&&(typeof _0x4aa830===_0x19756f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4aa830===_0x19756f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4aa830[_0x19756f([0x74,0x68,0x65,0x6e])]===_0x19756f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4aa830[_0x19756f([0x63,0x61,0x74,0x63,0x68])]===_0x19756f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x53ed1e(_0x3a88d6){_0x396906(_0x3a88d6)[_0x19756f([0x74,0x68,0x65,0x6e])](_0x1b2275=>{if(!_0x1b2275||_0x1b2275[_0x19756f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x19756f([0x6f,0x6b]))return _0x19756f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x25bdc3(_0x5acb(_0x3d0b40+_0x42eb84))!=_0x1b2275[_0x19756f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x19756f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x19756f([0x56,0x61,0x6c,0x69,0x64]);})[_0x19756f([0x74,0x68,0x65,0x6e])](_0x3b1070=>(_0x1edbc6(),_0x3b1070),()=>{const _0x26b33c=_0x5667d1();return null==_0x26b33c?(_0x1edbc6(),_0x19756f([0x56,0x61,0x6c,0x69,0x64])):_0x19756f(_0x471387-_0x26b33c>(0x75d5f52^_0x198f01)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x19756f([0x74,0x68,0x65,0x6e])](_0x22d5fe)[_0x19756f([0x63,0x61,0x74,0x63,0x68])](()=>{_0x22d5fe(_0x19756f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x13b841=0x236735d2^_0x198f01;function _0x1edbc6(){const _0xaaf1c0=_0x19756f([0x6c,0x6c,0x63,0x74,0x2d])+_0x25bdc3(_0x5acb(_0x24414d)),_0x297a6e=_0x255280(_0x25bdc3(window[_0x19756f([0x4d,0x61,0x74,0x68])][_0x19756f([0x63,0x65,0x69,0x6c])](_0x471387/_0x13b841)));window[_0x19756f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x19756f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xaaf1c0,_0x297a6e);}function _0x5667d1(){const _0x27cf4e=_0x19756f([0x6c,0x6c,0x63,0x74,0x2d])+_0x25bdc3(_0x5acb(_0x24414d)),_0x440164=window[_0x19756f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x19756f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x27cf4e);return _0x440164?window[_0x19756f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x255280(_0x440164),0x10)*_0x13b841:null;}function _0x396906(_0x449ed3){return new window[(_0x19756f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x10f658,_0x42c3d1)=>{_0x449ed3[_0x19756f([0x74,0x68,0x65,0x6e])](_0x10f658,_0x42c3d1),window[_0x19756f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x42c3d1,0x23500f92^_0x198f01);});}}_0x1cf8a2[_0x19756f([0x6f,0x6e])](_0x19756f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2d8f02,_0x96a9b5)=>{if(_0x96a9b5[0x0]!=_0x24414d)return _0x22d5fe(_0x19756f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x96a9b5[0x1]={..._0x96a9b5[0x1],[_0x19756f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3d0b40};},{[_0x19756f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x19756f([0x68,0x69,0x67,0x68])}),_0x1cf8a2[_0x19756f([0x6f,0x6e])](_0x19756f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5cdd4a=>{_0x28fae0(_0x5cdd4a[_0x19756f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4d2b00=!0x0,_0x53ed1e(_0x5cdd4a[_0x19756f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x19756f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x19756f([0x6c,0x6f,0x77])}),_0x388302[_0x19756f([0x74,0x68,0x65,0x6e])](()=>{_0x4d2b00||_0x22d5fe(_0x19756f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xf89115(){return _0x1cf8a2[_0x19756f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x19756f([0x76,0x69,0x65,0x77])][_0x19756f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x19756f([0x61,0x75,0x74,0x6f]);}function _0x16dc6f(){_0x1cf8a2[_0x19756f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x19756f([0x76,0x69,0x65,0x77])][_0x19756f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x19756f([0x61,0x75,0x74,0x6f]);}}function _0x1a2d48(_0x1184c7){const _0xdf7244=[new window[(_0x19756f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x38cb35=>setTimeout(_0x38cb35,0x2358e59e^_0x198f01)),_0x388302[_0x19756f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x19756f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4bfa0b=>{let _0x43710e=0x0;_0x1cf8a2[_0x19756f([0x6d,0x6f,0x64,0x65,0x6c])][_0x19756f([0x6f,0x6e])](_0x19756f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5300d8,_0x3a620c)=>{_0x3a620c[0x0][_0x19756f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x43710e++,_0x43710e==(0x2351daaa^_0x198f01)&&(_0x4bfa0b(),_0x5300d8[_0x19756f([0x6f,0x66,0x66])]());});}))];return window[_0x19756f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x19756f([0x72,0x61,0x63,0x65])](_0xdf7244)[_0x19756f([0x74,0x68,0x65,0x6e])](()=>_0x1184c7);}async function _0x56ccb0(){await _0x388302,_0x1cf8a2[_0x19756f([0x6d,0x6f,0x64,0x65,0x6c])][_0x19756f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x532c76,_0x1cf8a2[_0x19756f([0x6d,0x6f,0x64,0x65,0x6c])][_0x19756f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x532c76,_0x1cf8a2[_0x19756f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x19756f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2d6796(_0x32a44b){const _0x56a5e0=_0x2e1564();_0x1cf8a2[_0x56a5e0]=_0x19756f([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])+_0x32a44b,_0x32a44b!=_0x19756f([0x56,0x61,0x6c,0x69,0x64])&&_0x56ccb0();}function _0x2e1564(){const _0x4746e0=window[_0x19756f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x19756f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x19756f([0x6e,0x6f,0x77])]())[_0x19756f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x19756f([0x2e]),'');let _0x2488d5=_0x19756f([0x42]);for(let _0x2ce121=0x0;_0x2ce121<_0x4746e0[_0x19756f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2ce121+=0x2){let _0x1be2fa=window[_0x19756f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4746e0[_0x19756f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2ce121,_0x2ce121+0x2));_0x1be2fa>=_0x4a53fa[_0x19756f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1be2fa-=_0x4a53fa[_0x19756f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2488d5+=_0x4a53fa[_0x1be2fa];}return _0x2488d5;}function _0x8c1c61(){const _0x375159=_0x2f0072[_0x19756f([0x73,0x70,0x6c,0x69,0x74])](_0x19756f([0x2e]));if(0x3!=_0x375159[_0x19756f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1a2ea0(_0x375159[0x1]);function _0x1a2ea0(_0xcd5939){const _0x5e7b57=_0x49ff66(_0xcd5939);return _0x5e7b57&&_0x1faa9a()?_0x5e7b57:null;function _0x1faa9a(){const _0x1506fb=_0x5e7b57[_0x19756f([0x6a,0x74,0x69])],_0x1b73d4=window[_0x19756f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1506fb[_0x19756f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1506fb[_0x19756f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x111ce9={..._0x5e7b57,[_0x19756f([0x6a,0x74,0x69])]:_0x1506fb[_0x19756f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1506fb[_0x19756f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x111ce9[_0x19756f([0x76,0x63])],_0x5acb(_0x111ce9)==_0x1b73d4;}}}async function _0x1167f3(){let _0x21e3bc=!0x0;try{const _0x230ee7=_0x2f0072[_0x19756f([0x73,0x70,0x6c,0x69,0x74])](_0x19756f([0x2e])),[_0x24008c,_0x240c51,_0x1e064b]=_0x230ee7;return _0x4facc9(_0x24008c),await _0x2b0c12(_0x24008c,_0x240c51,_0x1e064b),_0x21e3bc;}catch(_0x2549f9){return!0x1;}function _0x4facc9(_0x3e5a2c){const _0x66d610=_0x49ff66(_0x3e5a2c);_0x66d610&&_0x66d610[_0x19756f([0x61,0x6c,0x67])]==_0x19756f([0x45,0x53,0x32,0x35,0x36])||(_0x21e3bc=!0x1);}async function _0x2b0c12(_0x4dcb25,_0x1bf483,_0x46ed43){const _0x20abc5=window[_0x19756f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x19756f([0x66,0x72,0x6f,0x6d])](_0x2d019b(_0x46ed43),_0x4f18ec=>_0x4f18ec[_0x19756f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4f9fb3=new window[(_0x19756f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x19756f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4dcb25+_0x19756f([0x2e])+_0x1bf483),_0x33577e=window[_0x19756f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x19756f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x33577e)return;const _0x446a83=await _0x33577e[_0x19756f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x19756f([0x6a,0x77,0x6b]),_0x5e381c,{[_0x19756f([0x6e,0x61,0x6d,0x65])]:_0x19756f([0x45,0x43,0x44,0x53,0x41]),[_0x19756f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x19756f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x19756f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x33577e[_0x19756f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x19756f([0x6e,0x61,0x6d,0x65])]:_0x19756f([0x45,0x43,0x44,0x53,0x41]),[_0x19756f([0x68,0x61,0x73,0x68])]:{[_0x19756f([0x6e,0x61,0x6d,0x65])]:_0x19756f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x446a83,_0x20abc5,_0x4f9fb3)||(_0x21e3bc=!0x1);}}function _0x49ff66(_0x34792c){return _0x34792c[_0x19756f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x19756f([0x65,0x79]))?JSON[_0x19756f([0x70,0x61,0x72,0x73,0x65])](_0x2d019b(_0x34792c)):null;}function _0x2d019b(_0x7b7423){return window[_0x19756f([0x61,0x74,0x6f,0x62])](_0x7b7423[_0x19756f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x19756f([0x2b]))[_0x19756f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x19756f([0x2f])));}function _0x5acb(_0x303ccf){let _0x3bedaf=0x1505;function _0x234066(_0x115cfb){for(let _0x1751b0=0x0;_0x1751b0<_0x115cfb[_0x19756f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1751b0++){const _0x300732=_0x115cfb[_0x19756f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1751b0);_0x3bedaf=(_0x3bedaf<<0x5)+_0x3bedaf+_0x300732,_0x3bedaf&=_0x3bedaf;}}function _0x422474(_0x1e2cc9){Array[_0x19756f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1e2cc9)?_0x1e2cc9[_0x19756f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x422474):_0x1e2cc9&&typeof _0x1e2cc9==_0x19756f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x19756f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1e2cc9)[_0x19756f([0x73,0x6f,0x72,0x74])]()[_0x19756f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3c851b,_0x22d29f])=>{_0x234066(_0x3c851b),_0x422474(_0x22d29f);}):_0x234066(window[_0x19756f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1e2cc9));}return _0x422474(_0x303ccf),_0x3bedaf>>>0x0;}function _0x25bdc3(_0x2818b0){return _0x2818b0[_0x19756f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x19756f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x19756f([0x30]));}function _0x255280(_0x15b716){return _0x15b716[_0x19756f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x19756f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x19756f([0x6a,0x6f,0x69,0x6e])]('');}function _0x532c76(){}function _0x19756f(_0x1bceb3){return _0x1bceb3['map'](_0x11b215=>String['fromCharCode'](_0x11b215))['join']('');}_0x2d6796(await _0x320d28());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x490ac7=>{'$graveyard'!==_0x490ac7['rootName']&&this['editor']['editing']['reconvertItem'](_0x490ac7);});}['_trackNewToCElements'](){for(const _0x252b0b of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x252b0b['type']||'tableOfContents'!==_0x252b0b['name'])return;this['_tableOfContentsElements']['add'](_0x252b0b['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0xd35468=this['editor']['conversion'];_0xd35468['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0xd35468['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x9510d3,{writer:_0x57e9ff})=>this['_createTableOfContents'](_0x57e9ff,!0x0)}),_0xd35468['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x4781bb,{writer:_0x384456})=>{this['_tableOfContentsElements']['add'](_0x4781bb);const _0x4f6ca9=this['_createTableOfContents'](_0x384456);return _0x597714(_0x4f6ca9,_0x384456,{'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'](_0x40616d,_0xd3275f=!0x1){const {locale:_0x323966}=this['editor'],_0x51658f=_0x40616d['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0xd3275f&&{'data-table-of-contents-label':N(_0x323966,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0xd3275f&&_0x40616d['insert'](_0x40616d['createPositionAt'](_0x51658f,'end'),_0x40616d['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x40616d['createText'](N(_0x323966,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x4af8f5=_0xd3275f?'':'['+N(_0x323966,'Empty\x20heading')+']';let _0x2801b3=_0x51658f;return this['_currentOutlineDefinitions']['forEach']((_0x321dab,_0x5dcc9e,_0x9a15e2)=>{const _0x5553b4=this['editor']['model']['hasContent'](_0x321dab['modelElement'],{'ignoreWhitespaces':!0x0}),_0x1df51b=_0x5553b4?_0x321dab['text']:_0x4af8f5,_0x59a235=_0x321dab['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x56e140=_0x40616d['createContainerElement']('a',{'href':'#'+_0x59a235,...!_0xd3275f&&{'tabindex':'-1'}},[_0x40616d['createText'](_0x1df51b)]),_0x3a5d5b=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x40616d['setCustomProperty']('tableOfContentsHeadingIndex',_0x5dcc9e,_0x56e140);const _0x160432=_0x40616d['createContainerElement']('li',null,[_0x5553b4||!_0xd3275f&&_0x3a5d5b?_0x56e140:_0x40616d['createText']('')]),_0x295ef5=_0x5dcc9e?_0x9a15e2[_0x5dcc9e-0x1]['level']:0x0,_0x7237b6=Math['abs'](_0x321dab['level']-_0x295ef5);if(_0x321dab['level']>_0x295ef5){const _0x33cd70=S(_0x160432,_0x7237b6,_0x40616d);_0x40616d['insert'](_0x40616d['createPositionAt'](_0x2801b3,'end'),_0x33cd70);}else{const _0xa0d6f5=function(_0x2c677f,_0x3d4d6c){return _0x2c677f['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x45c19c=>_0x45c19c['is']('element','ol'))[_0x3d4d6c];}(_0x2801b3,_0x7237b6);_0x40616d['insert'](_0x40616d['createPositionAt'](_0xa0d6f5,'end'),_0x160432);}_0x2801b3=_0x160432;}),_0x51658f;}['_handleScrollToHeading'](_0x4f0bd8){const _0xbe155c=this['_currentOutlineDefinitions'][_0x4f0bd8]['modelElement'];this['editor']['model']['change'](_0x559130=>{_0x559130['setSelection'](_0xbe155c,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x594d11,_0x3745ab)=>{const _0xe9203e=_0x3745ab['mapper'],_0x566093=_0xe9203e['findMappedViewAncestor'](_0x3745ab['viewPosition']),_0x19c4a6=_0xe9203e['toModelElement'](_0x566093);_0x19c4a6['is']('element','tableOfContents')&&(_0x3745ab['modelPosition']=this['editor']['model']['createPositionAt'](_0x19c4a6,0x0),_0x594d11['stop']());};}}function S(_0x13567b,_0x35207d,_0x4be8d2){return 0x1===_0x35207d?_0x4be8d2['createContainerElement']('ol',null,[_0x13567b]):_0x4be8d2['createContainerElement']('ol',null,[_0x4be8d2['createContainerElement']('li',null,[S(_0x13567b,_0x35207d-0x1,_0x4be8d2)])]);}class o extends _0x34787a{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4ce994=this['editor'];_0x4ce994['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x14079b=this['_createButton'](_0x5b87bd);return _0x14079b['tooltip']=!0x0,_0x14079b;}),_0x4ce994['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x1a6917)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x50ea3c=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x414f18;for(const _0x310a7c in _0x50ea3c){const _0x192079=_0x310a7c,_0x16649c=_0x50ea3c[_0x192079];if('tableOfContentsLicenseKeyValid'==_0x16649c||'tableOfContentsLicenseKeyInvalid'==_0x16649c||'tableOfContentsLicenseKeyExpired'==_0x16649c||'tableOfContentsLicenseKeyDomainLimit'==_0x16649c||'tableOfContentsLicenseKeyNotAllowed'==_0x16649c||'tableOfContentsLicenseKeyEvaluationLimit'==_0x16649c||'tableOfContentsLicenseKeyTrialLimit'==_0x16649c||'tableOfContentsLicenseKeyDevelopmentLimit'==_0x16649c||'tableOfContentsLicenseKeyUsageLimit'==_0x16649c){delete _0x50ea3c[_0x192079],_0x414f18=_0x16649c,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x414f18&&_0x50ea3c['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x414f18&&_0x50ea3c['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x414f18&&_0x50ea3c['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x414f18&&_0x50ea3c['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x414f18&&_0x50ea3c['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x414f18&&_0x50ea3c['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyDevelopmentLimit'==_0x414f18&&_0x50ea3c['_showLicenseError']('developmentLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x414f18&&_0x50ea3c['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x22b3d8){const _0x2b9ce0=this['editor'],_0x3f4963=_0x2b9ce0['locale'],_0x2568a3=_0x2b9ce0['commands']['get']('insertTableOfContents'),_0x2a09ec=new _0x22b3d8(_0x3f4963);return _0x2a09ec['set']({'label':N(_0x3f4963,'Table\x20of\x20contents'),'icon':_0x56a285['tableOfContents']}),_0x2a09ec['bind']('isEnabled')['to'](_0x2568a3,'isEnabled'),this['listenTo'](_0x2a09ec,'execute',()=>{_0x2b9ce0['execute']('insertTableOfContents'),_0x2b9ce0['editing']['view']['focus']();}),_0x2a09ec;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x34787a{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};
23
+ import{Plugin as _0x4c2810,Command as _0x597a9d}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x3b420d,throttle as _0x4dbcaf}from'lodash-es';import{Text as _0x35afe9,TreeWalker as _0x4cb416}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0xdc0194,diffToChanges as _0x96360e,scrollAncestorsToShowTarget as _0x2521eb,CKEditorError as _0x562367,global as _0x5018e4,Rect as _0x5c1b6a,uid as _0x5bbb0d,priorities as _0x3694ec}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x590ce3,ButtonView as _0x4eed8e,MenuBarMenuListItemButtonView as _0x16a17f}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x503a9a,toWidget as _0x3571e8}from'@ckeditor/ckeditor5-widget/dist/index.js';import{icons as _0x10ff7c}from'ckeditor5-collaboration/dist/index.js';function k(_0x4adbc7){let _0x66a2a1='';for(const _0x43a2f3 of _0x4adbc7['getChildren']())_0x43a2f3 instanceof _0x35afe9&&(_0x66a2a1+=_0x43a2f3['data']);return _0x66a2a1;}class i extends _0x4c2810{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0xda7971=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0xae53bc=[];_0xda7971['model']['document']['on']('change',_0x3b420d(()=>{const _0x133a55=_0xae53bc;_0xae53bc=this['_getOutlineDefinitions']();const _0x3004a7=_0xdc0194(_0x133a55,_0xae53bc,(_0x3347f5,_0x8d67a)=>_0x3347f5['level']===_0x8d67a['level']&&_0x3347f5['text']===_0x8d67a['text']&&_0x3347f5['modelElement']===_0x8d67a['modelElement']),_0x4fb1e7=_0x96360e(_0x3004a7,_0xae53bc),_0x23b6fa=this['_getActiveHeading'](),_0x78b97f=_0xae53bc['findIndex'](_0x12d428=>_0x12d428['modelElement']===_0x23b6fa);_0x4fb1e7['length']&&this['fire']('change',{'outlineDefinitions':_0xae53bc,'activeItemIndex':_0x78b97f,'outlineChanges':_0x4fb1e7}),this['fire']('activeItemIndex',{'index':_0x78b97f});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x20024f=this['editor'],_0x2093f9=[],_0x1ad597=this['_headingNames'];for(const _0x4509b0 of _0x20024f['model']['document']['getRootNames']())_0x3a1349(_0x20024f['model']['document']['getRoot'](_0x4509b0));function _0x3a1349(_0xd5d470){for(const _0x5be393 of _0xd5d470['getChildren']())_0x5be393['is']('element')&&(_0x1ad597['includes'](_0x5be393['name'])&&_0x2093f9['push']({'level':_0x1ad597['indexOf'](_0x5be393['name'])+0x1,'text':k(_0x5be393),'modelElement':_0x5be393}),_0x3a1349(_0x5be393));}return _0x2093f9;}['_getActiveHeading'](){const _0x11636a=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x34fe71=new _0x4cb416({'direction':'backward','startPosition':_0x11636a});for(const _0x4b69e2 of _0x34fe71)if(_0x4b69e2['item']['is']('element')&&this['_headingNames']['includes'](_0x4b69e2['item']['name']))return _0x4b69e2['item'];}['_getHeadingNames'](){const _0x590363=this['editor']['config']['get']('documentOutline.headings');return _0x590363||function(_0x3a88ec){const _0x16b632=_0x3a88ec['config']['get']('heading.options');return _0x16b632?_0x16b632['reduce']((_0x41866e,_0x47080f)=>('paragraph'!==_0x47080f['model']&&_0x41866e['push'](_0x47080f['model']),_0x41866e),[]):_0x3a88ec['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x627081=this['editor'],_0xde8c83=['h1','h2','h3','h4','h5','h6'],_0x13fd01=[];for(const _0x4cc377 of _0xde8c83){const _0x1d8308=_0x627081['editing']['view']['domConverter']['domToView'](document['createElement'](_0x4cc377)),_0x1f6992=_0x627081['data']['toModel'](_0x1d8308)['getChild'](0x0);_0x1f6992?.['is']('element')&&_0x13fd01['push'](_0x1f6992['name']);}this['_headingNames']=_0x13fd01;}}function b(_0x31986b,_0x38dd84){const t=_0x31986b['t'];switch(_0x38dd84){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 _0x38dd84;}}class $ extends _0x590ce3{constructor(_0x8ea403,_0x1cb822=!0x1){super(_0x8ea403);const _0x566ef3=this['bindTemplate'],_0x5b32de=_0x1cb822?'['+b(_0x8ea403,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x23c8ad=>!_0x23c8ad),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x566ef3['to']('level',_0x533bc9=>'ck-document-outline__item_level-'+_0x533bc9),_0x566ef3['if']('isActive','ck-document-outline__item_active'),_0x566ef3['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x566ef3['to']('text')},'children':[{'text':_0x566ef3['to']('text',_0x2307fd=>_0x2307fd||_0x5b32de)}],'on':{'click':_0x566ef3['to']('click')}});}}class I extends _0x590ce3{['items'];['showEmptyHeadingText'];['_documentOutlineContainer'];constructor(_0x3c32a7,_0x21bc11=!0x1,_0x32b0ba){super(_0x3c32a7),this['showEmptyHeadingText']=_0x21bc11,this['set']('activeItemIndex',-0x1),this['_documentOutlineContainer']=_0x32b0ba,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0xb0b0bd,_0x2d32e9,_0x4f8df8,_0x47d1cd)=>{this['_setActiveItem'](_0x47d1cd,_0x4f8df8);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x3c32a7['contentLanguageDirection'],'data-document-outline-empty-placeholder':b(_0x3c32a7,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x466672){_0x466672['forEach'](_0x177268=>{'insert'==_0x177268['type']?this['_insertItem'](_0x177268['index'],..._0x177268['values']):'delete'==_0x177268['type']&&this['_deleteItem'](_0x177268['index'],_0x177268['howMany']);});}['_setActiveItem'](_0x5cdefe,_0x211185){if(-0x1!==_0x5cdefe){const _0x5768ef=this['items']['get'](_0x5cdefe);_0x5768ef&&(_0x5768ef['isActive']=!0x1);}-0x1!==_0x211185&&(this['items']['get'](_0x211185)['isActive']=!0x0,this['_scrollToItem'](_0x211185));}['_insertItem'](_0x4dad6a,..._0x3e9325){const _0x11b4cc=_0x3e9325['map']((_0x235f7d,_0xc6dd97)=>{const _0x5a9631=new $(this['locale'],this['showEmptyHeadingText']);return _0x5a9631['text']=_0x235f7d['text'],_0x5a9631['level']=_0x235f7d['level'],_0x4dad6a+_0xc6dd97===this['activeItemIndex']&&(_0x5a9631['isActive']=!0x0),_0x5a9631;});this['items']['addMany'](_0x11b4cc,_0x4dad6a);}['_deleteItem'](_0x3fcb50,_0x43081b){do{this['items']['remove'](_0x3fcb50);}while(--_0x43081b);}['_handleItemClick'](_0x2898ea){const _0x36fb68=this['items']['getIndex'](_0x2898ea['source']);this['fire']('itemSelected',_0x36fb68);}['_scrollToItem'](_0x2e0f71){_0x2521eb(this['items']['get'](_0x2e0f71)['element'],0x14,this['_documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x4c2810{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4594b6){super(_0x4594b6),this['view']=new I(_0x4594b6['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x4dbcaf(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x4529fb=this['editor'],_0x2fd037=_0x4529fb['plugins']['get']('DocumentOutlineUtils');let _0x6ab64f=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x4529fb['config']['get']('documentOutline.container'))throw new _0x562367('document-outline-container-not-provided',{'editor':_0x4529fb});_0x4529fb['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x2fd037['on']('change',this['_handleOutlineChange']['bind'](this)),_0x2fd037['on']('activeItemIndex',(_0x5acc97,{index:_0x3f7520})=>this['_setActiveViewItem'](_0x3f7520)),this['view']['on']('itemSelected',(_0x279ec9,_0xe1b6e3)=>{_0x6ab64f=!0x0,this['_handleItemSelected'](_0xe1b6e3);}),this['view']['listenTo'](_0x5018e4['document'],'scroll',()=>{_0x6ab64f?_0x6ab64f=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x5018e4['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x59f45c){const _0x401c22=_0x29e930([0x39,0x47,0x78,0x44,0x62,0x76,0x32,0x37,0x57,0x56,0x6c,0x69,0x50,0x64,0x71,0x33,0x79,0x74,0x75,0x4a,0x36,0x4f,0x53,0x61,0x6d,0x66,0x4d,0x6a,0x68,0x34,0x49,0x55,0x51,0x52,0x70,0x6e,0x72,0x4c,0x45,0x5a,0x59,0x7a,0x73,0x48,0x63,0x46,0x6f,0x31,0x30,0x42,0x4e,0x65,0x38,0x54,0x67,0x43,0x6b,0x77,0x41,0x58,0x4b,0x35]),_0x3fdc7f=0x11de5c84,_0x4f7fd5=0x11d9055c^_0x3fdc7f,_0xf4889c=window[_0x29e930([0x44,0x61,0x74,0x65])][_0x29e930([0x6e,0x6f,0x77])](),_0x18965c=_0x59f45c[_0x29e930([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x426020=new window[(_0x29e930([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a98ef=>{_0x18965c[_0x29e930([0x6f,0x6e,0x63,0x65])](_0x29e930([0x72,0x65,0x61,0x64,0x79]),_0x2a98ef);}),_0x3db87b={[_0x29e930([0x6b,0x74,0x79])]:_0x29e930([0x45,0x43]),[_0x29e930([0x75,0x73,0x65])]:_0x29e930([0x73,0x69,0x67]),[_0x29e930([0x63,0x72,0x76])]:_0x29e930([0x50,0x2d,0x32,0x35,0x36]),[_0x29e930([0x78])]:_0x29e930([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]),[_0x29e930([0x79])]:_0x29e930([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]),[_0x29e930([0x61,0x6c,0x67])]:_0x29e930([0x45,0x53,0x32,0x35,0x36])},_0x31351a=_0x18965c[_0x29e930([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x29e930([0x67,0x65,0x74])](_0x29e930([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x44d91b(){let _0x2ba6ff,_0x39a590=null,_0x1b486b=null;try{if(_0x31351a==_0x29e930([0x47,0x50,0x4c]))return _0x29e930([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2ba6ff=_0x530927(),!_0x2ba6ff)return _0x29e930([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2ba6ff[_0x29e930([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1b486b=_0x574f49(_0x2ba6ff[_0x29e930([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2ba6ff[_0x29e930([0x6a,0x74,0x69])])),await _0x5cd757()?_0x473daf()?_0x3cae29()?_0x29e930([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4d8b45()?(_0x2ba6ff[_0x29e930([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x29e930([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x39a590=_0x3b08cb(_0x29e930([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2ba6ff[_0x29e930([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x29e930([0x74,0x72,0x69,0x61,0x6c])&&(_0x39a590=_0x3b08cb(_0x29e930([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x2ba6ff[_0x29e930([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x29e930([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x39a590=_0x3b08cb(_0x29e930([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x19b547()):_0x29e930([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x29e930([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x29e930([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3e1f5e){return _0x29e930([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3cae29(){const _0x223d26=[_0x29e930([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x29e930([0x74,0x72,0x69,0x61,0x6c])][_0x29e930([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2ba6ff[_0x29e930([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xf4889c/0x3e8:0xe10*_0x4f7fd5;return _0x2ba6ff[_0x29e930([0x65,0x78,0x70])]<_0x223d26;}function _0x473daf(){const _0x1907cf=_0x2ba6ff[_0x29e930([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1907cf&&(!!_0x1907cf[_0x29e930([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29e930([0x2a]))||(!!_0x1907cf[_0x29e930([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29e930([0x44,0x4f]))||!!_0x1907cf[_0x29e930([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29e930([0x50,0x50]))));}function _0x4d8b45(){const _0x3ca89c=_0x2ba6ff[_0x29e930([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3ca89c||0x0==_0x3ca89c[_0x29e930([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2180aa}=new URL(window[_0x29e930([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3ca89c[_0x29e930([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2180aa))return!0x0;const _0x597c8f=_0x2180aa[_0x29e930([0x73,0x70,0x6c,0x69,0x74])](_0x29e930([0x2e]));return _0x3ca89c[_0x29e930([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xb5a74c=>_0xb5a74c[_0x29e930([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x29e930([0x2a])))[_0x29e930([0x6d,0x61,0x70])](_0x470928=>_0x470928[_0x29e930([0x73,0x70,0x6c,0x69,0x74])](_0x29e930([0x2e])))[_0x29e930([0x73,0x6f,0x6d,0x65])](_0x1db269=>_0x597c8f[_0x29e930([0x65,0x76,0x65,0x72,0x79])]((_0x666cc3,_0x3d2516)=>_0x1db269[_0x3d2516]===_0x666cc3||_0x1db269[_0x3d2516]===_0x29e930([0x2a])));}function _0x19b547(){return _0x39a590&&_0x1b486b?new window[(_0x29e930([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x40f738,_0x1a22f6)=>{_0x39a590[_0x29e930([0x74,0x68,0x65,0x6e])](_0x40f738,_0x1a22f6),_0x1b486b[_0x29e930([0x74,0x68,0x65,0x6e])](_0xe9d097=>{_0xe9d097!=_0x29e930([0x56,0x61,0x6c,0x69,0x64])&&_0x40f738(_0xe9d097);},_0x1a22f6);}):_0x39a590||_0x1b486b||_0x29e930([0x56,0x61,0x6c,0x69,0x64]);}}function _0x574f49(_0x47b8b0,_0x3b79cd){return new window[(_0x29e930([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x29375c=>{if(_0x19a03e())return _0x29375c(_0x29e930([0x56,0x61,0x6c,0x69,0x64]));_0x360889(),_0x18965c[_0x29e930([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x29e930([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x371477=!0x1;const _0x42a1e8=_0x5bbb0d();function _0x7603b9(_0x4f60f5){return!!_0x4f60f5&&(typeof _0x4f60f5===_0x29e930([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4f60f5===_0x29e930([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4f60f5[_0x29e930([0x74,0x68,0x65,0x6e])]===_0x29e930([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4f60f5[_0x29e930([0x63,0x61,0x74,0x63,0x68])]===_0x29e930([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3fa624(_0x6ed274){_0xe56275(_0x6ed274)[_0x29e930([0x74,0x68,0x65,0x6e])](_0x456c4b=>{if(!_0x456c4b||_0x456c4b[_0x29e930([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x29e930([0x6f,0x6b]))return _0x29e930([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1f7d30(_0x4522b6(_0x42a1e8+_0x3b79cd))!=_0x456c4b[_0x29e930([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x29e930([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x29e930([0x56,0x61,0x6c,0x69,0x64]);})[_0x29e930([0x74,0x68,0x65,0x6e])](_0x5b096b=>(_0xc72d92(),_0x5b096b),()=>{const _0x42cadb=_0x35676d();return null==_0x42cadb?(_0xc72d92(),_0x29e930([0x56,0x61,0x6c,0x69,0x64])):_0x29e930(_0xf4889c-_0x42cadb>(0x35d2d884^_0x3fdc7f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x29e930([0x74,0x68,0x65,0x6e])](_0x29375c)[_0x29e930([0x63,0x61,0x74,0x63,0x68])](()=>{_0x29375c(_0x29e930([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x90bab0=0x11e8b204^_0x3fdc7f;function _0xc72d92(){const _0x1dcd9b=_0x29e930([0x6c,0x6c,0x63,0x74,0x2d])+_0x1f7d30(_0x4522b6(_0x47b8b0)),_0x3d599b=_0x4b5a38(_0x1f7d30(window[_0x29e930([0x4d,0x61,0x74,0x68])][_0x29e930([0x63,0x65,0x69,0x6c])](_0xf4889c/_0x90bab0)));window[_0x29e930([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x29e930([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1dcd9b,_0x3d599b);}function _0x35676d(){const _0x34346d=_0x29e930([0x6c,0x6c,0x63,0x74,0x2d])+_0x1f7d30(_0x4522b6(_0x47b8b0)),_0x6b986c=window[_0x29e930([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x29e930([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x34346d);return _0x6b986c?window[_0x29e930([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4b5a38(_0x6b986c),0x10)*_0x90bab0:null;}function _0xe56275(_0x253ae7){return new window[(_0x29e930([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x51ce39,_0x2e2eb)=>{_0x253ae7[_0x29e930([0x74,0x68,0x65,0x6e])](_0x51ce39,_0x2e2eb),window[_0x29e930([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2e2eb,0x11df8844^_0x3fdc7f);});}}_0x18965c[_0x29e930([0x6f,0x6e])](_0x29e930([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3f1458,_0x1ae978)=>{if(_0x1ae978[0x0]!=_0x47b8b0)return _0x29375c(_0x29e930([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1ae978[0x1]={..._0x1ae978[0x1],[_0x29e930([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x42a1e8};},{[_0x29e930([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x29e930([0x68,0x69,0x67,0x68])}),_0x18965c[_0x29e930([0x6f,0x6e])](_0x29e930([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xddff02=>{_0x7603b9(_0xddff02[_0x29e930([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x371477=!0x0,_0x3fa624(_0xddff02[_0x29e930([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x29e930([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x29e930([0x6c,0x6f,0x77])}),_0x426020[_0x29e930([0x74,0x68,0x65,0x6e])](()=>{_0x371477||_0x29375c(_0x29e930([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x19a03e(){return _0x18965c[_0x29e930([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x29e930([0x76,0x69,0x65,0x77])][_0x29e930([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x29e930([0x61,0x75,0x74,0x6f]);}function _0x360889(){_0x18965c[_0x29e930([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x29e930([0x76,0x69,0x65,0x77])][_0x29e930([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x29e930([0x61,0x75,0x74,0x6f]);}}function _0x3b08cb(_0x4e86b9){const _0x42f2f4=[new window[(_0x29e930([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x326a79=>setTimeout(_0x326a79,0x11d76248^_0x3fdc7f)),_0x426020[_0x29e930([0x74,0x68,0x65,0x6e])](()=>new window[(_0x29e930([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50f154=>{let _0x4d6cc4=0x0;_0x18965c[_0x29e930([0x6d,0x6f,0x64,0x65,0x6c])][_0x29e930([0x6f,0x6e])](_0x29e930([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4dc458,_0x3ef6d9)=>{_0x3ef6d9[0x0][_0x29e930([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4d6cc4++,_0x4d6cc4==(0x11de5d7c^_0x3fdc7f)&&(_0x50f154(),_0x4dc458[_0x29e930([0x6f,0x66,0x66])]());});}))];return window[_0x29e930([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x29e930([0x72,0x61,0x63,0x65])](_0x42f2f4)[_0x29e930([0x74,0x68,0x65,0x6e])](()=>_0x4e86b9);}async function _0x2bd923(){await _0x426020,_0x18965c[_0x29e930([0x6d,0x6f,0x64,0x65,0x6c])][_0x29e930([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x206a8b,_0x18965c[_0x29e930([0x6d,0x6f,0x64,0x65,0x6c])][_0x29e930([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x206a8b,_0x18965c[_0x29e930([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x29e930([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x17729f(_0x182bea){const _0x116434=_0x4e96c6();_0x18965c[_0x116434]=_0x29e930([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])+_0x182bea,_0x182bea!=_0x29e930([0x56,0x61,0x6c,0x69,0x64])&&_0x2bd923();}function _0x4e96c6(){const _0xcc7135=window[_0x29e930([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x29e930([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x29e930([0x6e,0x6f,0x77])]())[_0x29e930([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x29e930([0x2e]),'');let _0x1fd2f3=_0x29e930([0x47]);for(let _0x4123ad=0x0;_0x4123ad<_0xcc7135[_0x29e930([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4123ad+=0x2){let _0x326f95=window[_0x29e930([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xcc7135[_0x29e930([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4123ad,_0x4123ad+0x2));_0x326f95>=_0x401c22[_0x29e930([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x326f95-=_0x401c22[_0x29e930([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1fd2f3+=_0x401c22[_0x326f95];}return _0x1fd2f3;}function _0x530927(){const _0x2451c3=_0x31351a[_0x29e930([0x73,0x70,0x6c,0x69,0x74])](_0x29e930([0x2e]));if(0x3!=_0x2451c3[_0x29e930([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x32e151(_0x2451c3[0x1]);function _0x32e151(_0x3fde41){const _0xc1dc27=_0x45b1e3(_0x3fde41);return _0xc1dc27&&_0x1fc9d1()?_0xc1dc27:null;function _0x1fc9d1(){const _0x6da359=_0xc1dc27[_0x29e930([0x6a,0x74,0x69])],_0x2f4184=window[_0x29e930([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x6da359[_0x29e930([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x6da359[_0x29e930([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x37d484={..._0xc1dc27,[_0x29e930([0x6a,0x74,0x69])]:_0x6da359[_0x29e930([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x6da359[_0x29e930([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x37d484[_0x29e930([0x76,0x63])],_0x4522b6(_0x37d484)==_0x2f4184;}}}async function _0x5cd757(){let _0x33f446=!0x0;try{const _0x2fd2c8=_0x31351a[_0x29e930([0x73,0x70,0x6c,0x69,0x74])](_0x29e930([0x2e])),[_0x2efb10,_0x427835,_0x4e7f93]=_0x2fd2c8;return _0x2b2778(_0x2efb10),await _0x87d54b(_0x2efb10,_0x427835,_0x4e7f93),_0x33f446;}catch(_0x5088d1){return!0x1;}function _0x2b2778(_0x45e64e){const _0x3a9a0d=_0x45b1e3(_0x45e64e);_0x3a9a0d&&_0x3a9a0d[_0x29e930([0x61,0x6c,0x67])]==_0x29e930([0x45,0x53,0x32,0x35,0x36])||(_0x33f446=!0x1);}async function _0x87d54b(_0x381ff9,_0x143fc2,_0x59e9e2){const _0x3d2a89=window[_0x29e930([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x29e930([0x66,0x72,0x6f,0x6d])](_0x439554(_0x59e9e2),_0x47d0f6=>_0x47d0f6[_0x29e930([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x59d248=new window[(_0x29e930([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x29e930([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x381ff9+_0x29e930([0x2e])+_0x143fc2),_0x1eaac4=window[_0x29e930([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x29e930([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1eaac4)return;const _0x29ca44=await _0x1eaac4[_0x29e930([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x29e930([0x6a,0x77,0x6b]),_0x3db87b,{[_0x29e930([0x6e,0x61,0x6d,0x65])]:_0x29e930([0x45,0x43,0x44,0x53,0x41]),[_0x29e930([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x29e930([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x29e930([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1eaac4[_0x29e930([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x29e930([0x6e,0x61,0x6d,0x65])]:_0x29e930([0x45,0x43,0x44,0x53,0x41]),[_0x29e930([0x68,0x61,0x73,0x68])]:{[_0x29e930([0x6e,0x61,0x6d,0x65])]:_0x29e930([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x29ca44,_0x3d2a89,_0x59d248)||(_0x33f446=!0x1);}}function _0x45b1e3(_0x9883bd){return _0x9883bd[_0x29e930([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x29e930([0x65,0x79]))?JSON[_0x29e930([0x70,0x61,0x72,0x73,0x65])](_0x439554(_0x9883bd)):null;}function _0x439554(_0x20dd2f){return window[_0x29e930([0x61,0x74,0x6f,0x62])](_0x20dd2f[_0x29e930([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x29e930([0x2b]))[_0x29e930([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x29e930([0x2f])));}function _0x4522b6(_0x5d5866){let _0x431829=0x1505;function _0x401f5c(_0x1d2390){for(let _0x1f25f7=0x0;_0x1f25f7<_0x1d2390[_0x29e930([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1f25f7++){const _0x3616e3=_0x1d2390[_0x29e930([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1f25f7);_0x431829=(_0x431829<<0x5)+_0x431829+_0x3616e3,_0x431829&=_0x431829;}}function _0x5ce482(_0x55023c){Array[_0x29e930([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x55023c)?_0x55023c[_0x29e930([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5ce482):_0x55023c&&typeof _0x55023c==_0x29e930([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x29e930([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x55023c)[_0x29e930([0x73,0x6f,0x72,0x74])]()[_0x29e930([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x426c0b,_0x1348d8])=>{_0x401f5c(_0x426c0b),_0x5ce482(_0x1348d8);}):_0x401f5c(window[_0x29e930([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x55023c));}return _0x5ce482(_0x5d5866),_0x431829>>>0x0;}function _0x1f7d30(_0x1ed34b){return _0x1ed34b[_0x29e930([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x29e930([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x29e930([0x30]));}function _0x4b5a38(_0x5e71d7){return _0x5e71d7[_0x29e930([0x73,0x70,0x6c,0x69,0x74])]('')[_0x29e930([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x29e930([0x6a,0x6f,0x69,0x6e])]('');}function _0x206a8b(){}function _0x29e930(_0x5c0c39){return _0x5c0c39['map'](_0x2ea331=>String['fromCharCode'](_0x2ea331))['join']('');}_0x17729f(await _0x44d91b());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x357048,{outlineDefinitions:_0x4b39b9,outlineChanges:_0x3a92d6}){this['_currentOutlineDefinitions']=_0x4b39b9,this['view']['sync'](_0x3a92d6);}['_setActiveViewItem'](_0x1ccdf3){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x1ccdf3]&&(this['view']['activeItemIndex']=_0x1ccdf3);}['_handleItemSelected'](_0x241b02){const _0x2f9f40=this['_currentOutlineDefinitions'][_0x241b02]['modelElement'];this['editor']['model']['change'](_0x421eb2=>{_0x421eb2['setSelection'](_0x2f9f40,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x241b02);}['_updateActiveDefinitionOnViewportChange'](){const _0x353454=this['editor'];let _0x4a7c20;for(const _0x3c1f05 of _0x353454['model']['document']['getRootNames']()){const _0x3b0a4b=_0x353454['editing']['view']['getDomRoot'](_0x3c1f05),_0x3070e7=_0x3b0a4b&&new _0x5c1b6a(_0x3b0a4b)['getVisible']();if(_0x3070e7){const _0x39f1c4=new _0x5c1b6a(_0x5018e4['window'])['getIntersection'](_0x3070e7);_0x39f1c4&&(_0x4a7c20=_0x39f1c4['top']+0.25*_0x39f1c4['height']);}}if(void 0x0===_0x4a7c20)return;const _0x2e20fa=_(_0x353454['editing'],this['_currentOutlineDefinitions'],_0x4a7c20);_0x2e20fa?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x2e20fa)):this['_setActiveViewItem'](-0x1);}}function _(_0x192a56,_0xc6faf4,_0xeae5dd,_0x3af1b9=0x0,_0xd5d530=_0xc6faf4['length']-0x1){const _0x9b75f3=Math['floor'](_0x3af1b9+(_0xd5d530-_0x3af1b9)/0x2);if(_0xd5d530>=_0x3af1b9){const _0x538291=_0xc6faf4[_0x9b75f3],_0x4d87af=_0x192a56['mapper']['toViewElement'](_0x538291['modelElement']);if(!_0x4d87af)return null;const _0x399da2=_0x192a56['view']['domConverter']['mapViewToDom'](_0x4d87af);return new _0x5c1b6a(_0x399da2)['bottom']>_0xeae5dd?_(_0x192a56,_0xc6faf4,_0xeae5dd,_0x3af1b9,_0x9b75f3-0x1):_(_0x192a56,_0xc6faf4,_0xeae5dd,_0x9b75f3+0x1,_0xd5d530);}return _0x9b75f3<0x0?null:_0xc6faf4[_0x9b75f3];}class u extends _0x4c2810{['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 _0x5b376a=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4f1081;for(const _0x8236a7 in _0x5b376a){const _0x152904=_0x8236a7,_0x297e97=_0x5b376a[_0x152904];if('documentOutlineLicenseKeyValid'==_0x297e97||'documentOutlineLicenseKeyInvalid'==_0x297e97||'documentOutlineLicenseKeyExpired'==_0x297e97||'documentOutlineLicenseKeyDomainLimit'==_0x297e97||'documentOutlineLicenseKeyNotAllowed'==_0x297e97||'documentOutlineLicenseKeyEvaluationLimit'==_0x297e97||'documentOutlineLicenseKeyTrialLimit'==_0x297e97||'documentOutlineLicenseKeyDevelopmentLimit'==_0x297e97||'documentOutlineLicenseKeyUsageLimit'==_0x297e97){delete _0x5b376a[_0x152904],_0x4f1081=_0x297e97,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x4f1081&&_0x5b376a['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x4f1081&&_0x5b376a['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x4f1081&&_0x5b376a['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x4f1081&&_0x5b376a['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x4f1081&&_0x5b376a['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x4f1081&&_0x5b376a['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyDevelopmentLimit'==_0x4f1081&&_0x5b376a['_showLicenseError']('developmentLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x4f1081&&_0x5b376a['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class f extends _0x597a9d{['execute'](){this['editor']['model']['change'](_0x14de6a=>{this['editor']['model']['insertObject'](_0x14de6a['createElement']('tableOfContents'));});}['refresh'](){const _0x4c6ab6=this['editor']['model'],_0x909893=_0x4c6ab6['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x909893&&_0x4c6ab6['schema']['findAllowedParent'](_0x909893,'tableOfContents'));}}class g extends _0x4c2810{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x447297=this['editor'];if(_0x447297['config']['get']('headingId.modelAttributeName'))return;(function(_0x1771c7){const _0x36fb65=new Map();if(_0x1771c7)return _0x1771c7['forEach'](_0x51b57f=>{'paragraph'!==_0x51b57f['model']&&_0x36fb65['set'](_0x51b57f['view'],_0x51b57f['model']);}),_0x36fb65['get']('h1')||_0x36fb65['set']('h1','heading1'),_0x36fb65;return _0x36fb65;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x11be7a,_0x4319c7)=>{this['_customUpcastHeadingsConversion'](_0x4319c7),this['_customDataDowncastHeadingsConversion'](_0x11be7a),_0x447297['model']['schema']['isRegistered'](_0x11be7a)&&_0x447297['model']['schema']['extend'](_0x11be7a,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x4d1659){this['editor']['conversion']['for']('upcast')['add'](_0x894411=>_0x894411['on']('element:'+_0x4d1659,(_0x2008a2,_0x421aa6,_0x116e49)=>{const {consumable:_0x271682,writer:_0x4a0d95}=_0x116e49,_0x417d53=_0x421aa6['viewItem']['getAttribute']('id'),_0x57eaba=_0x421aa6['modelRange']['getContainedElement']();if(_0x57eaba)return _0x417d53&&_0x417d53['length']||_0x57eaba['hasAttribute']('headingId')?void(_0x271682['consume'](_0x421aa6['viewItem'],{'attributes':['id']})&&_0x4a0d95['setAttribute']('headingId',_0x417d53,_0x57eaba)):(_0x271682['consume'](_0x421aa6['viewItem'],{'attributes':['id']}),void _0x4a0d95['setAttribute']('headingId',_0x5bbb0d(),_0x57eaba));},{'priority':_0x3694ec['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0xf1460c){this['editor']['conversion']['for']('downcast')['add'](_0x474fda=>_0x474fda['on']('attribute:headingId:'+_0xf1460c,(_0x466918,_0x126ae7,_0x527fd0)=>{if(!_0x527fd0['consumable']['consume'](_0x126ae7['item'],_0x466918['name']))return;const _0x2834dc=_0x126ae7['item']['getAttribute']('headingId'),_0x1161fa=_0x527fd0['mapper']['toViewElement'](_0x126ae7['item']);_0x527fd0['writer']['setAttribute']('id',_0x2834dc,_0x1161fa);}));}['_registerHeadingIdAttributePostfixer'](){const _0x5eb819=this['editor'],_0x5a904a=new Set(),_0x41114b=new Set();function _0x1d8a80(_0x5a2499,_0x1b2fcd){const _0x42526e=_0x5bbb0d();return _0x41114b['add'](_0x42526e),_0x5a2499['setAttribute']('headingId',_0x42526e,_0x1b2fcd),_0x42526e;}function _0x514665(_0x5171b7,_0x130fd3){_0x5171b7['removeAttribute']('headingId',_0x130fd3);}_0x5eb819['model']['document']['registerPostFixer'](_0x44efdf=>{const _0x3db742=_0x5eb819['model']['document']['differ']['getChanges']();let _0x160b5e=!0x1;for(const _0x556d59 of _0x3db742)if('insert'==_0x556d59['type']&&_0x556d59['name']){if(_0x556d59['name']['match'](/heading\d/)){const _0x5e530c=_0x556d59['attributes']['get']('headingId');'string'==typeof _0x5e530c?_0x5a904a['has'](_0x5e530c)?(_0x1d8a80(_0x44efdf,_0x556d59['position']['nodeAfter']),_0x160b5e=!0x0):_0x41114b['add'](_0x5e530c):(_0x1d8a80(_0x44efdf,_0x556d59['position']['nodeAfter']),_0x160b5e=!0x0);}else'string'==typeof _0x556d59['attributes']['get']('headingId')&&(_0x514665(_0x44efdf,_0x556d59['position']['nodeAfter']),_0x160b5e=!0x0);}else{if('remove'==_0x556d59['type']){const _0x20f351=_0x556d59['attributes']['get']('headingId');'string'==typeof _0x20f351&&_0x5a904a['delete'](_0x20f351);}}return _0x160b5e;}),_0x5eb819['model']['document']['on']('change',()=>{_0x41114b['forEach'](_0x33e05e=>_0x5a904a['add'](_0x33e05e)),_0x41114b['clear']();});}}class s extends _0x4c2810{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x503a9a,i,g];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x15f8d7){super(_0x15f8d7),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x4d4b40=this['editor'],_0x2a2806=_0x4d4b40['editing']['view']['document'];_0x4d4b40['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x4d4b40['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x2a2806,'click',(_0x22dd01,_0x275bad)=>{if(!_0x275bad['target'])return;const _0x11b836=_0x275bad['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x11b836)&&(_0x275bad['domEvent']['preventDefault'](),_0x22dd01['stop'](),this['_handleScrollToHeading'](_0x11b836));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x4d4b40['commands']['add']('insertTableOfContents',new f(_0x4d4b40)),(_0x4d4b40['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x12b2e4,_0x4f6d21)=>{this['_currentOutlineDefinitions']=_0x4f6d21['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x4d4b40['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x17163e){const _0xbcc275=_0x41c1f8([0x5a,0x56,0x54,0x4c,0x78,0x7a,0x6b,0x6e,0x35,0x37,0x39,0x49,0x48,0x71,0x50,0x65,0x76,0x38,0x57,0x73,0x6a,0x4d,0x6c,0x51,0x70,0x36,0x63,0x31,0x47,0x42,0x58,0x75,0x6d,0x62,0x43,0x30,0x55,0x61,0x79,0x59,0x67,0x33,0x53,0x46,0x4f,0x72,0x44,0x4a,0x52,0x77,0x66,0x4b,0x4e,0x68,0x69,0x32,0x64,0x74,0x41,0x34,0x6f,0x45]),_0x60c7c6=0x44f5c860,_0x1e9956=0x44f291b8^_0x60c7c6,_0x5ef795=window[_0x41c1f8([0x44,0x61,0x74,0x65])][_0x41c1f8([0x6e,0x6f,0x77])](),_0x52e732=_0x17163e[_0x41c1f8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1b5718=new window[(_0x41c1f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x51357b=>{_0x52e732[_0x41c1f8([0x6f,0x6e,0x63,0x65])](_0x41c1f8([0x72,0x65,0x61,0x64,0x79]),_0x51357b);}),_0x5d3711={[_0x41c1f8([0x6b,0x74,0x79])]:_0x41c1f8([0x45,0x43]),[_0x41c1f8([0x75,0x73,0x65])]:_0x41c1f8([0x73,0x69,0x67]),[_0x41c1f8([0x63,0x72,0x76])]:_0x41c1f8([0x50,0x2d,0x32,0x35,0x36]),[_0x41c1f8([0x78])]:_0x41c1f8([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]),[_0x41c1f8([0x79])]:_0x41c1f8([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]),[_0x41c1f8([0x61,0x6c,0x67])]:_0x41c1f8([0x45,0x53,0x32,0x35,0x36])},_0x316522=_0x52e732[_0x41c1f8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x41c1f8([0x67,0x65,0x74])](_0x41c1f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4e93f2(){let _0x3f0e77,_0x5efb4e=null,_0x637f1c=null;try{if(_0x316522==_0x41c1f8([0x47,0x50,0x4c]))return _0x41c1f8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3f0e77=_0x29dab7(),!_0x3f0e77)return _0x41c1f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3f0e77[_0x41c1f8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x637f1c=_0xcf079d(_0x3f0e77[_0x41c1f8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3f0e77[_0x41c1f8([0x6a,0x74,0x69])])),await _0x2c0f91()?_0x4880c7()?_0x463c06()?_0x41c1f8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x49e345()?(_0x3f0e77[_0x41c1f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x41c1f8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5efb4e=_0x15b3c3(_0x41c1f8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3f0e77[_0x41c1f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x41c1f8([0x74,0x72,0x69,0x61,0x6c])&&(_0x5efb4e=_0x15b3c3(_0x41c1f8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x3f0e77[_0x41c1f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x41c1f8([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x5efb4e=_0x15b3c3(_0x41c1f8([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0xe58d9f()):_0x41c1f8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x41c1f8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x41c1f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3fa132){return _0x41c1f8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x463c06(){const _0x4c3c16=[_0x41c1f8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x41c1f8([0x74,0x72,0x69,0x61,0x6c])][_0x41c1f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3f0e77[_0x41c1f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5ef795/0x3e8:0xe10*_0x1e9956;return _0x3f0e77[_0x41c1f8([0x65,0x78,0x70])]<_0x4c3c16;}function _0x4880c7(){const _0x3e20b0=_0x3f0e77[_0x41c1f8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3e20b0&&(!!_0x3e20b0[_0x41c1f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x41c1f8([0x2a]))||(!!_0x3e20b0[_0x41c1f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x41c1f8([0x54,0x4f,0x43]))||!!_0x3e20b0[_0x41c1f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x41c1f8([0x50,0x50]))));}function _0x49e345(){const _0x48dc63=_0x3f0e77[_0x41c1f8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x48dc63||0x0==_0x48dc63[_0x41c1f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3a89dc}=new URL(window[_0x41c1f8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x48dc63[_0x41c1f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3a89dc))return!0x0;const _0x3c253c=_0x3a89dc[_0x41c1f8([0x73,0x70,0x6c,0x69,0x74])](_0x41c1f8([0x2e]));return _0x48dc63[_0x41c1f8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3519bf=>_0x3519bf[_0x41c1f8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x41c1f8([0x2a])))[_0x41c1f8([0x6d,0x61,0x70])](_0x408856=>_0x408856[_0x41c1f8([0x73,0x70,0x6c,0x69,0x74])](_0x41c1f8([0x2e])))[_0x41c1f8([0x73,0x6f,0x6d,0x65])](_0x30247c=>_0x3c253c[_0x41c1f8([0x65,0x76,0x65,0x72,0x79])]((_0x29afb8,_0x2ddd5a)=>_0x30247c[_0x2ddd5a]===_0x29afb8||_0x30247c[_0x2ddd5a]===_0x41c1f8([0x2a])));}function _0xe58d9f(){return _0x5efb4e&&_0x637f1c?new window[(_0x41c1f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2d2b0a,_0x56ff4f)=>{_0x5efb4e[_0x41c1f8([0x74,0x68,0x65,0x6e])](_0x2d2b0a,_0x56ff4f),_0x637f1c[_0x41c1f8([0x74,0x68,0x65,0x6e])](_0x523bb3=>{_0x523bb3!=_0x41c1f8([0x56,0x61,0x6c,0x69,0x64])&&_0x2d2b0a(_0x523bb3);},_0x56ff4f);}):_0x5efb4e||_0x637f1c||_0x41c1f8([0x56,0x61,0x6c,0x69,0x64]);}}function _0xcf079d(_0x42a91e,_0x34584a){return new window[(_0x41c1f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ba998=>{if(_0x4fcbb9())return _0x4ba998(_0x41c1f8([0x56,0x61,0x6c,0x69,0x64]));_0x1a31fb(),_0x52e732[_0x41c1f8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x41c1f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1aa0c6=!0x1;const _0xf1a131=_0x5bbb0d();function _0x593122(_0x49dc2a){return!!_0x49dc2a&&(typeof _0x49dc2a===_0x41c1f8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x49dc2a===_0x41c1f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x49dc2a[_0x41c1f8([0x74,0x68,0x65,0x6e])]===_0x41c1f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x49dc2a[_0x41c1f8([0x63,0x61,0x74,0x63,0x68])]===_0x41c1f8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x477fed(_0x3564a7){_0x22cf41(_0x3564a7)[_0x41c1f8([0x74,0x68,0x65,0x6e])](_0x35f09a=>{if(!_0x35f09a||_0x35f09a[_0x41c1f8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x41c1f8([0x6f,0x6b]))return _0x41c1f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1d9604(_0x5efe6d(_0xf1a131+_0x34584a))!=_0x35f09a[_0x41c1f8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x41c1f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x41c1f8([0x56,0x61,0x6c,0x69,0x64]);})[_0x41c1f8([0x74,0x68,0x65,0x6e])](_0x576c52=>(_0x22b374(),_0x576c52),()=>{const _0x107d5a=_0x439fd2();return null==_0x107d5a?(_0x22b374(),_0x41c1f8([0x56,0x61,0x6c,0x69,0x64])):_0x41c1f8(_0x5ef795-_0x107d5a>(0x60f94c60^_0x60c7c6)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x41c1f8([0x74,0x68,0x65,0x6e])](_0x4ba998)[_0x41c1f8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4ba998(_0x41c1f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x28565e=0x44c326e0^_0x60c7c6;function _0x22b374(){const _0x36fd6f=_0x41c1f8([0x6c,0x6c,0x63,0x74,0x2d])+_0x1d9604(_0x5efe6d(_0x42a91e)),_0x3f96a9=_0x827bb3(_0x1d9604(window[_0x41c1f8([0x4d,0x61,0x74,0x68])][_0x41c1f8([0x63,0x65,0x69,0x6c])](_0x5ef795/_0x28565e)));window[_0x41c1f8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x41c1f8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x36fd6f,_0x3f96a9);}function _0x439fd2(){const _0x3805d6=_0x41c1f8([0x6c,0x6c,0x63,0x74,0x2d])+_0x1d9604(_0x5efe6d(_0x42a91e)),_0x44ac66=window[_0x41c1f8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x41c1f8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3805d6);return _0x44ac66?window[_0x41c1f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x827bb3(_0x44ac66),0x10)*_0x28565e:null;}function _0x22cf41(_0x5f1571){return new window[(_0x41c1f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4ca536,_0x2ccdf7)=>{_0x5f1571[_0x41c1f8([0x74,0x68,0x65,0x6e])](_0x4ca536,_0x2ccdf7),window[_0x41c1f8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2ccdf7,0x44f41ca0^_0x60c7c6);});}}_0x52e732[_0x41c1f8([0x6f,0x6e])](_0x41c1f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1deebc,_0x17c8bc)=>{if(_0x17c8bc[0x0]!=_0x42a91e)return _0x4ba998(_0x41c1f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x17c8bc[0x1]={..._0x17c8bc[0x1],[_0x41c1f8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xf1a131};},{[_0x41c1f8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x41c1f8([0x68,0x69,0x67,0x68])}),_0x52e732[_0x41c1f8([0x6f,0x6e])](_0x41c1f8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1972bb=>{_0x593122(_0x1972bb[_0x41c1f8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1aa0c6=!0x0,_0x477fed(_0x1972bb[_0x41c1f8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x41c1f8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x41c1f8([0x6c,0x6f,0x77])}),_0x1b5718[_0x41c1f8([0x74,0x68,0x65,0x6e])](()=>{_0x1aa0c6||_0x4ba998(_0x41c1f8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4fcbb9(){return _0x52e732[_0x41c1f8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x41c1f8([0x76,0x69,0x65,0x77])][_0x41c1f8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x41c1f8([0x61,0x75,0x74,0x6f]);}function _0x1a31fb(){_0x52e732[_0x41c1f8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x41c1f8([0x76,0x69,0x65,0x77])][_0x41c1f8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x41c1f8([0x61,0x75,0x74,0x6f]);}}function _0x15b3c3(_0x1e84e9){const _0x1622eb=[new window[(_0x41c1f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59a6a3=>setTimeout(_0x59a6a3,0x44fcf6ac^_0x60c7c6)),_0x1b5718[_0x41c1f8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x41c1f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ab02f=>{let _0x53adb3=0x0;_0x52e732[_0x41c1f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x41c1f8([0x6f,0x6e])](_0x41c1f8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x454723,_0x3f9668)=>{_0x3f9668[0x0][_0x41c1f8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x53adb3++,_0x53adb3==(0x44f5c998^_0x60c7c6)&&(_0x4ab02f(),_0x454723[_0x41c1f8([0x6f,0x66,0x66])]());});}))];return window[_0x41c1f8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x41c1f8([0x72,0x61,0x63,0x65])](_0x1622eb)[_0x41c1f8([0x74,0x68,0x65,0x6e])](()=>_0x1e84e9);}async function _0x183d72(){await _0x1b5718,_0x52e732[_0x41c1f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x41c1f8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x161c7a,_0x52e732[_0x41c1f8([0x6d,0x6f,0x64,0x65,0x6c])][_0x41c1f8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x161c7a,_0x52e732[_0x41c1f8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x41c1f8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1112b7(_0x1f08bf){const _0x21da97=_0x38e228();_0x52e732[_0x21da97]=_0x41c1f8([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])+_0x1f08bf,_0x1f08bf!=_0x41c1f8([0x56,0x61,0x6c,0x69,0x64])&&_0x183d72();}function _0x38e228(){const _0x3cb06b=window[_0x41c1f8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x41c1f8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x41c1f8([0x6e,0x6f,0x77])]())[_0x41c1f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x41c1f8([0x2e]),'');let _0x4f75bc=_0x41c1f8([0x5a]);for(let _0x25faf7=0x0;_0x25faf7<_0x3cb06b[_0x41c1f8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x25faf7+=0x2){let _0x5603fc=window[_0x41c1f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3cb06b[_0x41c1f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x25faf7,_0x25faf7+0x2));_0x5603fc>=_0xbcc275[_0x41c1f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5603fc-=_0xbcc275[_0x41c1f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4f75bc+=_0xbcc275[_0x5603fc];}return _0x4f75bc;}function _0x29dab7(){const _0x3963d1=_0x316522[_0x41c1f8([0x73,0x70,0x6c,0x69,0x74])](_0x41c1f8([0x2e]));if(0x3!=_0x3963d1[_0x41c1f8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x436258(_0x3963d1[0x1]);function _0x436258(_0x10be83){const _0x402503=_0x1327f3(_0x10be83);return _0x402503&&_0x30f4f8()?_0x402503:null;function _0x30f4f8(){const _0x193293=_0x402503[_0x41c1f8([0x6a,0x74,0x69])],_0x3f61d5=window[_0x41c1f8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x193293[_0x41c1f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x193293[_0x41c1f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4cba76={..._0x402503,[_0x41c1f8([0x6a,0x74,0x69])]:_0x193293[_0x41c1f8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x193293[_0x41c1f8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4cba76[_0x41c1f8([0x76,0x63])],_0x5efe6d(_0x4cba76)==_0x3f61d5;}}}async function _0x2c0f91(){let _0x3a42f9=!0x0;try{const _0x2fc1b5=_0x316522[_0x41c1f8([0x73,0x70,0x6c,0x69,0x74])](_0x41c1f8([0x2e])),[_0x30f865,_0x4c4b03,_0x4d96fb]=_0x2fc1b5;return _0x332319(_0x30f865),await _0x2f3bee(_0x30f865,_0x4c4b03,_0x4d96fb),_0x3a42f9;}catch(_0x45c10b){return!0x1;}function _0x332319(_0x5f5476){const _0x97e722=_0x1327f3(_0x5f5476);_0x97e722&&_0x97e722[_0x41c1f8([0x61,0x6c,0x67])]==_0x41c1f8([0x45,0x53,0x32,0x35,0x36])||(_0x3a42f9=!0x1);}async function _0x2f3bee(_0x4c7713,_0x3fc1ee,_0x2509ff){const _0x62ce15=window[_0x41c1f8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x41c1f8([0x66,0x72,0x6f,0x6d])](_0x1da6f9(_0x2509ff),_0x511d14=>_0x511d14[_0x41c1f8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2eb089=new window[(_0x41c1f8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x41c1f8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4c7713+_0x41c1f8([0x2e])+_0x3fc1ee),_0x1cf451=window[_0x41c1f8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x41c1f8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1cf451)return;const _0x46cb29=await _0x1cf451[_0x41c1f8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x41c1f8([0x6a,0x77,0x6b]),_0x5d3711,{[_0x41c1f8([0x6e,0x61,0x6d,0x65])]:_0x41c1f8([0x45,0x43,0x44,0x53,0x41]),[_0x41c1f8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x41c1f8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x41c1f8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1cf451[_0x41c1f8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x41c1f8([0x6e,0x61,0x6d,0x65])]:_0x41c1f8([0x45,0x43,0x44,0x53,0x41]),[_0x41c1f8([0x68,0x61,0x73,0x68])]:{[_0x41c1f8([0x6e,0x61,0x6d,0x65])]:_0x41c1f8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x46cb29,_0x62ce15,_0x2eb089)||(_0x3a42f9=!0x1);}}function _0x1327f3(_0x3a973a){return _0x3a973a[_0x41c1f8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x41c1f8([0x65,0x79]))?JSON[_0x41c1f8([0x70,0x61,0x72,0x73,0x65])](_0x1da6f9(_0x3a973a)):null;}function _0x1da6f9(_0xe16a22){return window[_0x41c1f8([0x61,0x74,0x6f,0x62])](_0xe16a22[_0x41c1f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x41c1f8([0x2b]))[_0x41c1f8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x41c1f8([0x2f])));}function _0x5efe6d(_0x441d69){let _0x205338=0x1505;function _0x5c7032(_0x35c677){for(let _0x20c584=0x0;_0x20c584<_0x35c677[_0x41c1f8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x20c584++){const _0x4bec35=_0x35c677[_0x41c1f8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x20c584);_0x205338=(_0x205338<<0x5)+_0x205338+_0x4bec35,_0x205338&=_0x205338;}}function _0x535067(_0x26cd96){Array[_0x41c1f8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x26cd96)?_0x26cd96[_0x41c1f8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x535067):_0x26cd96&&typeof _0x26cd96==_0x41c1f8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x41c1f8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x26cd96)[_0x41c1f8([0x73,0x6f,0x72,0x74])]()[_0x41c1f8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4f07e2,_0x106057])=>{_0x5c7032(_0x4f07e2),_0x535067(_0x106057);}):_0x5c7032(window[_0x41c1f8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x26cd96));}return _0x535067(_0x441d69),_0x205338>>>0x0;}function _0x1d9604(_0x4dad16){return _0x4dad16[_0x41c1f8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x41c1f8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x41c1f8([0x30]));}function _0x827bb3(_0x2c5c60){return _0x2c5c60[_0x41c1f8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x41c1f8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x41c1f8([0x6a,0x6f,0x69,0x6e])]('');}function _0x161c7a(){}function _0x41c1f8(_0x36582f){return _0x36582f['map'](_0x5e676b=>String['fromCharCode'](_0x5e676b))['join']('');}_0x1112b7(await _0x4e93f2());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x44c840=>{'$graveyard'!==_0x44c840['rootName']&&this['editor']['editing']['reconvertItem'](_0x44c840);});}['_trackNewToCElements'](){for(const _0x418613 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x418613['type']||'tableOfContents'!==_0x418613['name'])return;this['_tableOfContentsElements']['add'](_0x418613['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x474270=this['editor']['conversion'];_0x474270['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x474270['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x4be9ac,{writer:_0x2a6e6a})=>this['_createTableOfContents'](_0x2a6e6a,!0x0)}),_0x474270['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x4f1849,{writer:_0x54b8c1})=>{this['_tableOfContentsElements']['add'](_0x4f1849);const _0x43eadc=this['_createTableOfContents'](_0x54b8c1);return _0x3571e8(_0x43eadc,_0x54b8c1,{'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'](_0x2719d1,_0x3c47c9=!0x1){const {locale:_0x3130aa}=this['editor'],_0x5c2885=_0x2719d1['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x3c47c9&&{'data-table-of-contents-label':b(_0x3130aa,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x3c47c9&&_0x2719d1['insert'](_0x2719d1['createPositionAt'](_0x5c2885,'end'),_0x2719d1['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x2719d1['createText'](b(_0x3130aa,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x4c301b=_0x3c47c9?'':'['+b(_0x3130aa,'Empty\x20heading')+']';let _0x3e777e=_0x5c2885;return this['_currentOutlineDefinitions']['forEach']((_0x44ce87,_0x433a2c,_0x4362af)=>{const _0x59d9c0=this['editor']['model']['hasContent'](_0x44ce87['modelElement'],{'ignoreWhitespaces':!0x0}),_0x46557d=_0x59d9c0?_0x44ce87['text']:_0x4c301b,_0x121dfe=_0x44ce87['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x41567e=_0x2719d1['createContainerElement']('a',{'href':'#'+_0x121dfe,...!_0x3c47c9&&{'tabindex':'-1'}},[_0x2719d1['createText'](_0x46557d)]),_0x5379bc=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x2719d1['setCustomProperty']('tableOfContentsHeadingIndex',_0x433a2c,_0x41567e);const _0x9a4939=_0x2719d1['createContainerElement']('li',null,[_0x59d9c0||!_0x3c47c9&&_0x5379bc?_0x41567e:_0x2719d1['createText']('')]),_0x331ff3=_0x433a2c?_0x4362af[_0x433a2c-0x1]['level']:0x0,_0x24334a=Math['abs'](_0x44ce87['level']-_0x331ff3);if(_0x44ce87['level']>_0x331ff3){const _0x81b10=p(_0x9a4939,_0x24334a,_0x2719d1);_0x2719d1['insert'](_0x2719d1['createPositionAt'](_0x3e777e,'end'),_0x81b10);}else{const _0x26811c=function(_0x2b94ad,_0x330c65){return _0x2b94ad['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x5c6b3f=>_0x5c6b3f['is']('element','ol'))[_0x330c65];}(_0x3e777e,_0x24334a);_0x2719d1['insert'](_0x2719d1['createPositionAt'](_0x26811c,'end'),_0x9a4939);}_0x3e777e=_0x9a4939;}),_0x5c2885;}['_handleScrollToHeading'](_0x9b9b8d){const _0x4268f7=this['_currentOutlineDefinitions'][_0x9b9b8d]['modelElement'];this['editor']['model']['change'](_0x249d21=>{_0x249d21['setSelection'](_0x4268f7,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x2e3dd2,_0x50ab5e)=>{const _0x2dac31=_0x50ab5e['mapper'],_0x2e6298=_0x2dac31['findMappedViewAncestor'](_0x50ab5e['viewPosition']),_0x17d2b6=_0x2dac31['toModelElement'](_0x2e6298);_0x17d2b6['is']('element','tableOfContents')&&(_0x50ab5e['modelPosition']=this['editor']['model']['createPositionAt'](_0x17d2b6,0x0),_0x2e3dd2['stop']());};}}function p(_0x2eb3bc,_0xe059e0,_0x129785){return 0x1===_0xe059e0?_0x129785['createContainerElement']('ol',null,[_0x2eb3bc]):_0x129785['createContainerElement']('ol',null,[_0x129785['createContainerElement']('li',null,[p(_0x2eb3bc,_0xe059e0-0x1,_0x129785)])]);}class o extends _0x4c2810{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4eb635=this['editor'];_0x4eb635['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x1b7c32=this['_createButton'](_0x4eed8e);return _0x1b7c32['tooltip']=!0x0,_0x1b7c32;}),_0x4eb635['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x16a17f)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x11a52e=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2f581b;for(const _0x5c8c20 in _0x11a52e){const _0x2c0168=_0x5c8c20,_0x21d5ff=_0x11a52e[_0x2c0168];if('tableOfContentsLicenseKeyValid'==_0x21d5ff||'tableOfContentsLicenseKeyInvalid'==_0x21d5ff||'tableOfContentsLicenseKeyExpired'==_0x21d5ff||'tableOfContentsLicenseKeyDomainLimit'==_0x21d5ff||'tableOfContentsLicenseKeyNotAllowed'==_0x21d5ff||'tableOfContentsLicenseKeyEvaluationLimit'==_0x21d5ff||'tableOfContentsLicenseKeyTrialLimit'==_0x21d5ff||'tableOfContentsLicenseKeyDevelopmentLimit'==_0x21d5ff||'tableOfContentsLicenseKeyUsageLimit'==_0x21d5ff){delete _0x11a52e[_0x2c0168],_0x2f581b=_0x21d5ff,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x2f581b&&_0x11a52e['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x2f581b&&_0x11a52e['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x2f581b&&_0x11a52e['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x2f581b&&_0x11a52e['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x2f581b&&_0x11a52e['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x2f581b&&_0x11a52e['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyDevelopmentLimit'==_0x2f581b&&_0x11a52e['_showLicenseError']('developmentLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x2f581b&&_0x11a52e['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x41b264){const _0x467677=this['editor'],_0x3f8ed8=_0x467677['locale'],_0x23c820=_0x467677['commands']['get']('insertTableOfContents'),_0x30df9e=new _0x41b264(_0x3f8ed8);return _0x30df9e['set']({'label':b(_0x3f8ed8,'Table\x20of\x20contents'),'icon':_0x10ff7c['tableOfContents']}),_0x30df9e['bind']('isEnabled')['to'](_0x23c820,'isEnabled'),this['listenTo'](_0x30df9e,'execute',()=>{_0x467677['execute']('insertTableOfContents'),_0x467677['editing']['view']['focus']();}),_0x30df9e;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x4c2810{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};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-document-outline",
3
- "version": "44.1.0-alpha.3",
3
+ "version": "44.1.0-alpha.5",
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.1.0-alpha.3",
17
- "@ckeditor/ckeditor5-engine": "44.1.0-alpha.3",
18
- "@ckeditor/ckeditor5-ui": "44.1.0-alpha.3",
19
- "@ckeditor/ckeditor5-utils": "44.1.0-alpha.3",
20
- "@ckeditor/ckeditor5-widget": "44.1.0-alpha.3",
21
- "ckeditor5": "44.1.0-alpha.3",
22
- "ckeditor5-collaboration": "44.1.0-alpha.3",
16
+ "@ckeditor/ckeditor5-core": "44.1.0-alpha.5",
17
+ "@ckeditor/ckeditor5-engine": "44.1.0-alpha.5",
18
+ "@ckeditor/ckeditor5-ui": "44.1.0-alpha.5",
19
+ "@ckeditor/ckeditor5-utils": "44.1.0-alpha.5",
20
+ "@ckeditor/ckeditor5-widget": "44.1.0-alpha.5",
21
+ "ckeditor5": "44.1.0-alpha.5",
22
+ "ckeditor5-collaboration": "44.1.0-alpha.5",
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 _0x8348(_0x3a1c80,_0x4eb881){const _0xcc9ec8=_0xcc9e();return _0x8348=function(_0x834887,_0x33a35){_0x834887=_0x834887-0xbb;let _0x3b80fe=_0xcc9ec8[_0x834887];return _0x3b80fe;},_0x8348(_0x3a1c80,_0x4eb881);}const _0xcd1b53=_0x8348;(function(_0x34c765,_0x169f98){const _0x162bf5=_0x8348,_0x16ca4f=_0x34c765();while(!![]){try{const _0x450d70=parseInt(_0x162bf5(0x100))/0x1*(-parseInt(_0x162bf5(0xee))/0x2)+-parseInt(_0x162bf5(0xd6))/0x3+parseInt(_0x162bf5(0xd8))/0x4+-parseInt(_0x162bf5(0xce))/0x5*(-parseInt(_0x162bf5(0xe7))/0x6)+-parseInt(_0x162bf5(0xfa))/0x7*(-parseInt(_0x162bf5(0x102))/0x8)+-parseInt(_0x162bf5(0xcf))/0x9*(-parseInt(_0x162bf5(0xd5))/0xa)+-parseInt(_0x162bf5(0xd7))/0xb;if(_0x450d70===_0x169f98)break;else _0x16ca4f['push'](_0x16ca4f['shift']());}catch(_0x3c788a){_0x16ca4f['push'](_0x16ca4f['shift']());}}}(_0xcc9e,0x2a728));import{Plugin as _0xc9e49f}from'ckeditor5/src/core.js';import{CKEditorError as _0x3e8e75,global as _0x237549,Rect as _0x4ff73a,uid as _0x16fa4c}from'ckeditor5/src/utils.js';import _0x44ffb2 from'./ui/documentoutlineview.js';import{throttle as _0x153725}from'lodash-es';function _0xcc9e(){const _0x4b138f=['145696WGRLMY','document','listenTo','top','fromCharCode','_updateActiveDefinitionOnViewportChange','floor','add','model','length','document-outline-container-not-provided','modelElement','init','activeItemIndex','element','focus','_setActiveViewItem','_handleOutlineChange','setSelection','join','getRootNames','get','16495sATvEO','1083321wLmFOt','locale','mapper','isPremiumPlugin','getVisible','documentOutline.showEmptyHeadings','20DbhSTC','881550JLkthe','1682692snGHvZ','1040012EUvCaf','destroy','appendChild','render','window','toViewElement','editor','cancel','plugins','editing','domConverter','bind','DocumentOutlineUtils','itemSelected','getIntersection','450yRxfPG','_handleItemSelected','map','_currentOutlineDefinitions','focusTracker','change','resize','2rlSvrx','_updateActiveDefinitionFromViewportThrottled','DocumentOutlineUI','isOfficialPlugin','height','documentOutline.container','getDomRoot','scrollToTheSelection','pluginName','scroll','config','sync','21HPbmoi','href','indexOf','afterInit','bottom','mapViewToDom','182116GwUgyI','view'];_0xcc9e=function(){return _0x4b138f;};return _0xcc9e();}import'../../theme/documentoutline.css';export default class n extends _0xc9e49f{static get[_0xcd1b53(0xf6)](){const _0x2bd2a0=_0xcd1b53;return _0x2bd2a0(0xf0);}static get[_0xcd1b53(0xf1)](){return!0x0;}static get[_0xcd1b53(0xd2)](){return!0x0;}constructor(_0x190900){const _0x5bacd3=_0xcd1b53;super(_0x190900),this[_0x5bacd3(0x101)]=new _0x44ffb2(_0x190900[_0x5bacd3(0xd0)],this[_0x5bacd3(0xde)][_0x5bacd3(0xf8)][_0x5bacd3(0xcd)](_0x5bacd3(0xd4)),this[_0x5bacd3(0xde)][_0x5bacd3(0xf8)][_0x5bacd3(0xcd)](_0x5bacd3(0xf3))),this[_0x5bacd3(0xea)]=[],this[_0x5bacd3(0xef)]=_0x153725(this[_0x5bacd3(0xbd)][_0x5bacd3(0xe3)](this),0x64);}[_0xcd1b53(0xc4)](){const _0x53d21d=_0xcd1b53,_0x2d0e4d=this[_0x53d21d(0xde)],_0x194215=_0x2d0e4d[_0x53d21d(0xe0)][_0x53d21d(0xcd)](_0x53d21d(0xe4));let _0x14cd76=!0x1;if(this[_0x53d21d(0x101)][_0x53d21d(0xdb)](),this[_0x53d21d(0xde)]['ui'][_0x53d21d(0xeb)][_0x53d21d(0xbf)](this[_0x53d21d(0x101)][_0x53d21d(0xc6)]),!_0x2d0e4d[_0x53d21d(0xf8)][_0x53d21d(0xcd)](_0x53d21d(0xf3)))throw new _0x3e8e75(_0x53d21d(0xc2),{'editor':_0x2d0e4d});_0x2d0e4d[_0x53d21d(0xf8)][_0x53d21d(0xcd)](_0x53d21d(0xf3))[_0x53d21d(0xda)](this[_0x53d21d(0x101)][_0x53d21d(0xc6)]),_0x194215['on'](_0x53d21d(0xec),this[_0x53d21d(0xc9)][_0x53d21d(0xe3)](this)),_0x194215['on'](_0x53d21d(0xc5),(_0x232c75,{index:_0xfdc379})=>this[_0x53d21d(0xc8)](_0xfdc379)),this[_0x53d21d(0x101)]['on'](_0x53d21d(0xe5),(_0x48eb94,_0x147f5f)=>{const _0xcc819b=_0x53d21d;_0x14cd76=!0x0,this[_0xcc819b(0xe8)](_0x147f5f);}),this[_0x53d21d(0x101)][_0x53d21d(0x104)](_0x237549[_0x53d21d(0x103)],_0x53d21d(0xf7),()=>{const _0x309f06=_0x53d21d;_0x14cd76?_0x14cd76=!0x1:this[_0x309f06(0xef)]();},{'useCapture':!0x0}),this[_0x53d21d(0x101)][_0x53d21d(0x104)](_0x237549[_0x53d21d(0xdc)],_0x53d21d(0xed),this[_0x53d21d(0xef)],{'useCapture':!0x0});}[_0xcd1b53(0xfd)](){!async function(_0x5bb958){const _0x176e7e=_0x5bb23a([0x76,0x42,0x68,0x6d,0x71,0x59,0x7a,0x79,0x58,0x36,0x4a,0x30,0x50,0x54,0x35,0x47,0x72,0x70,0x39,0x69,0x37,0x43,0x48,0x57,0x6a,0x6f,0x4f,0x64,0x52,0x74,0x38,0x65,0x78,0x6c,0x73,0x6b,0x32,0x53,0x77,0x41,0x49,0x4d,0x61,0x66,0x51,0x55,0x45,0x44,0x67,0x4e,0x63,0x46,0x31,0x6e,0x62,0x4b,0x4c,0x5a,0x33,0x75,0x56,0x34]),_0x2cf3df=0x7e6b295e,_0x69ac4=0x7e6c70f6^_0x2cf3df,_0xbb5a8a=window[_0x5bb23a([0x44,0x61,0x74,0x65])][_0x5bb23a([0x6e,0x6f,0x77])](),_0x441168=_0x5bb958[_0x5bb23a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4e7532=new window[(_0x5bb23a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xd4d0af=>{_0x441168[_0x5bb23a([0x6f,0x6e,0x63,0x65])](_0x5bb23a([0x72,0x65,0x61,0x64,0x79]),_0xd4d0af);}),_0x53e297={[_0x5bb23a([0x6b,0x74,0x79])]:_0x5bb23a([0x45,0x43]),[_0x5bb23a([0x75,0x73,0x65])]:_0x5bb23a([0x73,0x69,0x67]),[_0x5bb23a([0x63,0x72,0x76])]:_0x5bb23a([0x50,0x2d,0x32,0x35,0x36]),[_0x5bb23a([0x78])]:_0x5bb23a([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]),[_0x5bb23a([0x79])]:_0x5bb23a([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]),[_0x5bb23a([0x61,0x6c,0x67])]:_0x5bb23a([0x45,0x53,0x32,0x35,0x36])},_0x343278=_0x441168[_0x5bb23a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5bb23a([0x67,0x65,0x74])](_0x5bb23a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3dacb1(){let _0xb4a2f7,_0x226e29=null,_0x3ce96c=null;try{if(_0x343278==_0x5bb23a([0x47,0x50,0x4c]))return _0x5bb23a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xb4a2f7=_0x1b8f68(),!_0xb4a2f7)return _0x5bb23a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xb4a2f7[_0x5bb23a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3ce96c=_0x2f557d(_0xb4a2f7[_0x5bb23a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xb4a2f7[_0x5bb23a([0x6a,0x74,0x69])])),await _0x71dd75()?_0x1cc33f()?_0x3a74e4()?_0x5bb23a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x108efe()?(_0xb4a2f7[_0x5bb23a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5bb23a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x226e29=_0x4457ca(_0x5bb23a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xb4a2f7[_0x5bb23a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5bb23a([0x74,0x72,0x69,0x61,0x6c])&&(_0x226e29=_0x4457ca(_0x5bb23a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0xb4a2f7[_0x5bb23a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5bb23a([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x226e29=_0x4457ca(_0x5bb23a([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x108f5c()):_0x5bb23a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5bb23a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5bb23a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x6015fe){return _0x5bb23a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3a74e4(){const _0x345ac1=[_0x5bb23a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5bb23a([0x74,0x72,0x69,0x61,0x6c])][_0x5bb23a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xb4a2f7[_0x5bb23a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xbb5a8a/0x3e8:0xe10*_0x69ac4;return _0xb4a2f7[_0x5bb23a([0x65,0x78,0x70])]<_0x345ac1;}function _0x1cc33f(){const _0x4a419d=_0xb4a2f7[_0x5bb23a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4a419d&&(!!_0x4a419d[_0x5bb23a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5bb23a([0x2a]))||(!!_0x4a419d[_0x5bb23a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5bb23a([0x44,0x4f]))||!!_0x4a419d[_0x5bb23a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5bb23a([0x50,0x50]))));}function _0x108efe(){const _0x2c6eb3=_0x8348,_0x2b3149=_0xb4a2f7[_0x5bb23a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2b3149||0x0==_0x2b3149[_0x5bb23a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x307266}=new URL(window[_0x5bb23a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2c6eb3(0xfb)]);if(_0x2b3149[_0x5bb23a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x307266))return!0x0;const _0x32ac82=_0x307266[_0x5bb23a([0x73,0x70,0x6c,0x69,0x74])](_0x5bb23a([0x2e]));return _0x2b3149[_0x5bb23a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3bfb57=>_0x3bfb57[_0x5bb23a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5bb23a([0x2a])))[_0x5bb23a([0x6d,0x61,0x70])](_0x422f54=>_0x422f54[_0x5bb23a([0x73,0x70,0x6c,0x69,0x74])](_0x5bb23a([0x2e])))[_0x5bb23a([0x73,0x6f,0x6d,0x65])](_0x3ebe14=>_0x32ac82[_0x5bb23a([0x65,0x76,0x65,0x72,0x79])]((_0x4ea49d,_0xd74dcc)=>_0x3ebe14[_0xd74dcc]===_0x4ea49d||_0x3ebe14[_0xd74dcc]===_0x5bb23a([0x2a])));}function _0x108f5c(){return _0x226e29&&_0x3ce96c?new window[(_0x5bb23a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1ad658,_0x55999e)=>{_0x226e29[_0x5bb23a([0x74,0x68,0x65,0x6e])](_0x1ad658,_0x55999e),_0x3ce96c[_0x5bb23a([0x74,0x68,0x65,0x6e])](_0x52734d=>{_0x52734d!=_0x5bb23a([0x56,0x61,0x6c,0x69,0x64])&&_0x1ad658(_0x52734d);},_0x55999e);}):_0x226e29||_0x3ce96c||_0x5bb23a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2f557d(_0x509dce,_0x58fb5f){return new window[(_0x5bb23a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x321067=>{if(_0x307b76())return _0x321067(_0x5bb23a([0x56,0x61,0x6c,0x69,0x64]));_0x4f0083(),_0x441168[_0x5bb23a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5bb23a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x14d608=!0x1;const _0x1d5e55=_0x16fa4c();function _0x18cbdb(_0x57ef55){return!!_0x57ef55&&(typeof _0x57ef55===_0x5bb23a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x57ef55===_0x5bb23a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x57ef55[_0x5bb23a([0x74,0x68,0x65,0x6e])]===_0x5bb23a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x57ef55[_0x5bb23a([0x63,0x61,0x74,0x63,0x68])]===_0x5bb23a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4d3712(_0x12c1c7){_0x18eaba(_0x12c1c7)[_0x5bb23a([0x74,0x68,0x65,0x6e])](_0x2f12cf=>{if(!_0x2f12cf||_0x2f12cf[_0x5bb23a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5bb23a([0x6f,0x6b]))return _0x5bb23a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2d5848(_0x3491dd(_0x1d5e55+_0x58fb5f))!=_0x2f12cf[_0x5bb23a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5bb23a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5bb23a([0x56,0x61,0x6c,0x69,0x64]);})[_0x5bb23a([0x74,0x68,0x65,0x6e])](_0x642a17=>(_0x2cea36(),_0x642a17),()=>{const _0x400720=_0x1fed5b();return null==_0x400720?(_0x2cea36(),_0x5bb23a([0x56,0x61,0x6c,0x69,0x64])):_0x5bb23a(_0xbb5a8a-_0x400720>(0x5a67ad5e^_0x2cf3df)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5bb23a([0x74,0x68,0x65,0x6e])](_0x321067)[_0x5bb23a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x321067(_0x5bb23a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xe4d9e8=0x7e5dc7de^_0x2cf3df;function _0x2cea36(){const _0x1731e7=_0x5bb23a([0x6c,0x6c,0x63,0x74,0x2d])+_0x2d5848(_0x3491dd(_0x509dce)),_0x3368fb=_0x1f20d3(_0x2d5848(window[_0x5bb23a([0x4d,0x61,0x74,0x68])][_0x5bb23a([0x63,0x65,0x69,0x6c])](_0xbb5a8a/_0xe4d9e8)));window[_0x5bb23a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5bb23a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1731e7,_0x3368fb);}function _0x1fed5b(){const _0x4a8569=_0x5bb23a([0x6c,0x6c,0x63,0x74,0x2d])+_0x2d5848(_0x3491dd(_0x509dce)),_0x48105d=window[_0x5bb23a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5bb23a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4a8569);return _0x48105d?window[_0x5bb23a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f20d3(_0x48105d),0x10)*_0xe4d9e8:null;}function _0x18eaba(_0x449d3a){return new window[(_0x5bb23a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3587a1,_0x39f1a5)=>{_0x449d3a[_0x5bb23a([0x74,0x68,0x65,0x6e])](_0x3587a1,_0x39f1a5),window[_0x5bb23a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x39f1a5,0x7e6afd9e^_0x2cf3df);});}}_0x441168[_0x5bb23a([0x6f,0x6e])](_0x5bb23a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5ec39f,_0x5e6def)=>{if(_0x5e6def[0x0]!=_0x509dce)return _0x321067(_0x5bb23a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5e6def[0x1]={..._0x5e6def[0x1],[_0x5bb23a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1d5e55};},{[_0x5bb23a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5bb23a([0x68,0x69,0x67,0x68])}),_0x441168[_0x5bb23a([0x6f,0x6e])](_0x5bb23a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1a1cac=>{_0x18cbdb(_0x1a1cac[_0x5bb23a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x14d608=!0x0,_0x4d3712(_0x1a1cac[_0x5bb23a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5bb23a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5bb23a([0x6c,0x6f,0x77])}),_0x4e7532[_0x5bb23a([0x74,0x68,0x65,0x6e])](()=>{_0x14d608||_0x321067(_0x5bb23a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x307b76(){return _0x441168[_0x5bb23a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5bb23a([0x76,0x69,0x65,0x77])][_0x5bb23a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5bb23a([0x61,0x75,0x74,0x6f]);}function _0x4f0083(){_0x441168[_0x5bb23a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5bb23a([0x76,0x69,0x65,0x77])][_0x5bb23a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5bb23a([0x61,0x75,0x74,0x6f]);}}function _0x4457ca(_0x1a3e67){const _0x21c14e=[new window[(_0x5bb23a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x43e3b8=>setTimeout(_0x43e3b8,0x7e621792^_0x2cf3df)),_0x4e7532[_0x5bb23a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5bb23a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x364d5f=>{let _0x42322d=0x0;_0x441168[_0x5bb23a([0x6d,0x6f,0x64,0x65,0x6c])][_0x5bb23a([0x6f,0x6e])](_0x5bb23a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x267e96,_0x3c2579)=>{_0x3c2579[0x0][_0x5bb23a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x42322d++,_0x42322d==(0x7e6b28a6^_0x2cf3df)&&(_0x364d5f(),_0x267e96[_0x5bb23a([0x6f,0x66,0x66])]());});}))];return window[_0x5bb23a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5bb23a([0x72,0x61,0x63,0x65])](_0x21c14e)[_0x5bb23a([0x74,0x68,0x65,0x6e])](()=>_0x1a3e67);}async function _0x265f14(){await _0x4e7532,_0x441168[_0x5bb23a([0x6d,0x6f,0x64,0x65,0x6c])][_0x5bb23a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x6524d1,_0x441168[_0x5bb23a([0x6d,0x6f,0x64,0x65,0x6c])][_0x5bb23a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x6524d1,_0x441168[_0x5bb23a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5bb23a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x242481(_0x311823){const _0x199931=_0x54a984();_0x441168[_0x199931]=_0x5bb23a([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])+_0x311823,_0x311823!=_0x5bb23a([0x56,0x61,0x6c,0x69,0x64])&&_0x265f14();}function _0x54a984(){const _0x56de81=window[_0x5bb23a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5bb23a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5bb23a([0x6e,0x6f,0x77])]())[_0x5bb23a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5bb23a([0x2e]),'');let _0x7739d1=_0x5bb23a([0x76]);for(let _0x43c3a0=0x0;_0x43c3a0<_0x56de81[_0x5bb23a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x43c3a0+=0x2){let _0x487b3b=window[_0x5bb23a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x56de81[_0x5bb23a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x43c3a0,_0x43c3a0+0x2));_0x487b3b>=_0x176e7e[_0x5bb23a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x487b3b-=_0x176e7e[_0x5bb23a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x7739d1+=_0x176e7e[_0x487b3b];}return _0x7739d1;}function _0x1b8f68(){const _0x578602=_0x343278[_0x5bb23a([0x73,0x70,0x6c,0x69,0x74])](_0x5bb23a([0x2e]));if(0x3!=_0x578602[_0x5bb23a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4431d6(_0x578602[0x1]);function _0x4431d6(_0x434d92){const _0x21130a=_0x215efc(_0x434d92);return _0x21130a&&_0x3d11c7()?_0x21130a:null;function _0x3d11c7(){const _0x5ab321=_0x21130a[_0x5bb23a([0x6a,0x74,0x69])],_0x1db10f=window[_0x5bb23a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5ab321[_0x5bb23a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5ab321[_0x5bb23a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xd20479={..._0x21130a,[_0x5bb23a([0x6a,0x74,0x69])]:_0x5ab321[_0x5bb23a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5ab321[_0x5bb23a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xd20479[_0x5bb23a([0x76,0x63])],_0x3491dd(_0xd20479)==_0x1db10f;}}}async function _0x71dd75(){let _0x4c272b=!0x0;try{const _0x3e253d=_0x343278[_0x5bb23a([0x73,0x70,0x6c,0x69,0x74])](_0x5bb23a([0x2e])),[_0x78eeab,_0x39fe88,_0x2cb427]=_0x3e253d;return _0x213952(_0x78eeab),await _0xde140d(_0x78eeab,_0x39fe88,_0x2cb427),_0x4c272b;}catch(_0x317dd7){return!0x1;}function _0x213952(_0x256edd){const _0x13f8c7=_0x215efc(_0x256edd);_0x13f8c7&&_0x13f8c7[_0x5bb23a([0x61,0x6c,0x67])]==_0x5bb23a([0x45,0x53,0x32,0x35,0x36])||(_0x4c272b=!0x1);}async function _0xde140d(_0x1e2b2c,_0x547348,_0x363169){const _0x5ee213=window[_0x5bb23a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5bb23a([0x66,0x72,0x6f,0x6d])](_0xf9fcf2(_0x363169),_0x165a95=>_0x165a95[_0x5bb23a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x33dae0=new window[(_0x5bb23a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5bb23a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1e2b2c+_0x5bb23a([0x2e])+_0x547348),_0x385067=window[_0x5bb23a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5bb23a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x385067)return;const _0x288793=await _0x385067[_0x5bb23a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5bb23a([0x6a,0x77,0x6b]),_0x53e297,{[_0x5bb23a([0x6e,0x61,0x6d,0x65])]:_0x5bb23a([0x45,0x43,0x44,0x53,0x41]),[_0x5bb23a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5bb23a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5bb23a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x385067[_0x5bb23a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5bb23a([0x6e,0x61,0x6d,0x65])]:_0x5bb23a([0x45,0x43,0x44,0x53,0x41]),[_0x5bb23a([0x68,0x61,0x73,0x68])]:{[_0x5bb23a([0x6e,0x61,0x6d,0x65])]:_0x5bb23a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x288793,_0x5ee213,_0x33dae0)||(_0x4c272b=!0x1);}}function _0x215efc(_0x1ab119){return _0x1ab119[_0x5bb23a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5bb23a([0x65,0x79]))?JSON[_0x5bb23a([0x70,0x61,0x72,0x73,0x65])](_0xf9fcf2(_0x1ab119)):null;}function _0xf9fcf2(_0x4af980){return window[_0x5bb23a([0x61,0x74,0x6f,0x62])](_0x4af980[_0x5bb23a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5bb23a([0x2b]))[_0x5bb23a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5bb23a([0x2f])));}function _0x3491dd(_0x5d204f){let _0x3c4830=0x1505;function _0x47836a(_0x38cc24){for(let _0x5a1b7c=0x0;_0x5a1b7c<_0x38cc24[_0x5bb23a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5a1b7c++){const _0x5c2ab7=_0x38cc24[_0x5bb23a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5a1b7c);_0x3c4830=(_0x3c4830<<0x5)+_0x3c4830+_0x5c2ab7,_0x3c4830&=_0x3c4830;}}function _0x2653e8(_0x4a764d){Array[_0x5bb23a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4a764d)?_0x4a764d[_0x5bb23a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2653e8):_0x4a764d&&typeof _0x4a764d==_0x5bb23a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5bb23a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4a764d)[_0x5bb23a([0x73,0x6f,0x72,0x74])]()[_0x5bb23a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xc265a8,_0x168940])=>{_0x47836a(_0xc265a8),_0x2653e8(_0x168940);}):_0x47836a(window[_0x5bb23a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4a764d));}return _0x2653e8(_0x5d204f),_0x3c4830>>>0x0;}function _0x2d5848(_0x52c00b){return _0x52c00b[_0x5bb23a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5bb23a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5bb23a([0x30]));}function _0x1f20d3(_0x369c08){return _0x369c08[_0x5bb23a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5bb23a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5bb23a([0x6a,0x6f,0x69,0x6e])]('');}function _0x6524d1(){}function _0x5bb23a(_0x1c80de){const _0x1688a6=_0x8348;return _0x1c80de[_0x1688a6(0xe9)](_0x5ebc30=>String[_0x1688a6(0xbc)](_0x5ebc30))[_0x1688a6(0xcb)]('');}_0x242481(await _0x3dacb1());}(this);}[_0xcd1b53(0xd9)](){const _0xbd40dd=_0xcd1b53;super[_0xbd40dd(0xd9)](),this[_0xbd40dd(0x101)][_0xbd40dd(0xd9)](),this[_0xbd40dd(0xef)][_0xbd40dd(0xdf)]();}[_0xcd1b53(0xc9)](_0x405a78,{outlineDefinitions:_0x2f5065,outlineChanges:_0x5715ad}){const _0x5020f1=_0xcd1b53;this[_0x5020f1(0xea)]=_0x2f5065,this[_0x5020f1(0x101)][_0x5020f1(0xf9)](_0x5715ad);}[_0xcd1b53(0xc8)](_0x12ceb3){const _0x5ae3a0=_0xcd1b53;this[_0x5ae3a0(0xea)][_0x5ae3a0(0xc1)]&&this[_0x5ae3a0(0xea)][_0x12ceb3]&&(this[_0x5ae3a0(0x101)][_0x5ae3a0(0xc5)]=_0x12ceb3);}[_0xcd1b53(0xe8)](_0x58d59){const _0x1dd4fa=_0xcd1b53,_0x38003e=this[_0x1dd4fa(0xea)][_0x58d59][_0x1dd4fa(0xc3)];this[_0x1dd4fa(0xde)][_0x1dd4fa(0xc0)][_0x1dd4fa(0xec)](_0x3f0f6f=>{const _0x242624=_0x1dd4fa;_0x3f0f6f[_0x242624(0xca)](_0x38003e,0x0);}),this[_0x1dd4fa(0xde)][_0x1dd4fa(0xe1)][_0x1dd4fa(0x101)][_0x1dd4fa(0xf5)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x1dd4fa(0xde)][_0x1dd4fa(0xe1)][_0x1dd4fa(0x101)][_0x1dd4fa(0xc7)](),this[_0x1dd4fa(0xc8)](_0x58d59);}[_0xcd1b53(0xbd)](){const _0x371743=_0xcd1b53,_0x15335d=this[_0x371743(0xde)];let _0x1df6a9;for(const _0x431591 of _0x15335d[_0x371743(0xc0)][_0x371743(0x103)][_0x371743(0xcc)]()){const _0x22a984=_0x15335d[_0x371743(0xe1)][_0x371743(0x101)][_0x371743(0xf4)](_0x431591),_0xc60bae=_0x22a984&&new _0x4ff73a(_0x22a984)[_0x371743(0xd3)]();if(_0xc60bae){const _0x8f5919=new _0x4ff73a(_0x237549[_0x371743(0xdc)])[_0x371743(0xe6)](_0xc60bae);_0x8f5919&&(_0x1df6a9=_0x8f5919[_0x371743(0xbb)]+0.25*_0x8f5919[_0x371743(0xf2)]);}}if(void 0x0===_0x1df6a9)return;const _0x237c68=d(_0x15335d[_0x371743(0xe1)],this[_0x371743(0xea)],_0x1df6a9);_0x237c68?this[_0x371743(0xc8)](this[_0x371743(0xea)][_0x371743(0xfc)](_0x237c68)):this[_0x371743(0xc8)](-0x1);}}function d(_0x355916,_0x18dcc2,_0x61ef47,_0xc65c29=0x0,_0x127bab=_0x18dcc2[_0xcd1b53(0xc1)]-0x1){const _0x3f30f3=_0xcd1b53,_0x160bfa=Math[_0x3f30f3(0xbe)](_0xc65c29+(_0x127bab-_0xc65c29)/0x2);if(_0x127bab>=_0xc65c29){const _0x1de0a6=_0x18dcc2[_0x160bfa],_0x48a31b=_0x355916[_0x3f30f3(0xd1)][_0x3f30f3(0xdd)](_0x1de0a6[_0x3f30f3(0xc3)]);if(!_0x48a31b)return null;const _0x2914a5=_0x355916[_0x3f30f3(0x101)][_0x3f30f3(0xe2)][_0x3f30f3(0xff)](_0x48a31b);return new _0x4ff73a(_0x2914a5)[_0x3f30f3(0xfe)]>_0x61ef47?d(_0x355916,_0x18dcc2,_0x61ef47,_0xc65c29,_0x160bfa-0x1):d(_0x355916,_0x18dcc2,_0x61ef47,_0x160bfa+0x1,_0x127bab);}return _0x160bfa<0x0?null:_0x18dcc2[_0x160bfa];}
23
+ const _0x5b0d3f=_0x466c;(function(_0xb5c2cd,_0x5f3a8f){const _0x4929b1=_0x466c,_0x4f4a76=_0xb5c2cd();while(!![]){try{const _0x1c7d95=-parseInt(_0x4929b1(0x1ce))/0x1+parseInt(_0x4929b1(0x1e8))/0x2+-parseInt(_0x4929b1(0x1ab))/0x3+-parseInt(_0x4929b1(0x1ea))/0x4+-parseInt(_0x4929b1(0x1bd))/0x5+-parseInt(_0x4929b1(0x1c8))/0x6*(parseInt(_0x4929b1(0x1ac))/0x7)+parseInt(_0x4929b1(0x1cc))/0x8;if(_0x1c7d95===_0x5f3a8f)break;else _0x4f4a76['push'](_0x4f4a76['shift']());}catch(_0x760cd3){_0x4f4a76['push'](_0x4f4a76['shift']());}}}(_0x3ff8,0x5dc32));function _0x466c(_0x4b4340,_0x3dde07){const _0x3ff8d4=_0x3ff8();return _0x466c=function(_0x466c90,_0x4eb5b4){_0x466c90=_0x466c90-0x1a5;let _0x1cbed6=_0x3ff8d4[_0x466c90];return _0x1cbed6;},_0x466c(_0x4b4340,_0x3dde07);}import{Plugin as _0x272e9d}from'ckeditor5/src/core.js';import{CKEditorError as _0x2fd481,global as _0x4cb9b0,Rect as _0x1e3ca5,uid as _0x7d3ef}from'ckeditor5/src/utils.js';import _0x16cb93 from'./ui/documentoutlineview.js';import{throttle as _0x165324}from'lodash-es';import'../../theme/documentoutline.css';export default class n extends _0x272e9d{static get[_0x5b0d3f(0x1ca)](){const _0x349689=_0x5b0d3f;return _0x349689(0x1dc);}static get[_0x5b0d3f(0x1c5)](){return!0x0;}static get[_0x5b0d3f(0x1e2)](){return!0x0;}constructor(_0xf93453){const _0x402487=_0x5b0d3f;super(_0xf93453),this[_0x402487(0x1b1)]=new _0x16cb93(_0xf93453[_0x402487(0x1df)],this[_0x402487(0x1d1)][_0x402487(0x1b7)][_0x402487(0x1e0)](_0x402487(0x1d5)),this[_0x402487(0x1d1)][_0x402487(0x1b7)][_0x402487(0x1e0)](_0x402487(0x1c7))),this[_0x402487(0x1ad)]=[],this[_0x402487(0x1bf)]=_0x165324(this[_0x402487(0x1da)][_0x402487(0x1d8)](this),0x64);}[_0x5b0d3f(0x1e5)](){const _0x514d70=_0x5b0d3f,_0xf9ccd9=this[_0x514d70(0x1d1)],_0x21e236=_0xf9ccd9[_0x514d70(0x1d9)][_0x514d70(0x1e0)](_0x514d70(0x1b4));let _0x202587=!0x1;if(this[_0x514d70(0x1b1)][_0x514d70(0x1d6)](),this[_0x514d70(0x1d1)]['ui'][_0x514d70(0x1cd)][_0x514d70(0x1bb)](this[_0x514d70(0x1b1)][_0x514d70(0x1c1)]),!_0xf9ccd9[_0x514d70(0x1b7)][_0x514d70(0x1e0)](_0x514d70(0x1c7)))throw new _0x2fd481(_0x514d70(0x1de),{'editor':_0xf9ccd9});_0xf9ccd9[_0x514d70(0x1b7)][_0x514d70(0x1e0)](_0x514d70(0x1c7))[_0x514d70(0x1be)](this[_0x514d70(0x1b1)][_0x514d70(0x1c1)]),_0x21e236['on'](_0x514d70(0x1ae),this[_0x514d70(0x1e3)][_0x514d70(0x1d8)](this)),_0x21e236['on'](_0x514d70(0x1eb),(_0x598297,{index:_0x5658e3})=>this[_0x514d70(0x1a6)](_0x5658e3)),this[_0x514d70(0x1b1)]['on'](_0x514d70(0x1d2),(_0x8d986c,_0x3b0f18)=>{const _0x5b99c2=_0x514d70;_0x202587=!0x0,this[_0x5b99c2(0x1ba)](_0x3b0f18);}),this[_0x514d70(0x1b1)][_0x514d70(0x1a8)](_0x4cb9b0[_0x514d70(0x1c4)],_0x514d70(0x1e9),()=>{const _0x5d6248=_0x514d70;_0x202587?_0x202587=!0x1:this[_0x5d6248(0x1bf)]();},{'useCapture':!0x0}),this[_0x514d70(0x1b1)][_0x514d70(0x1a8)](_0x4cb9b0[_0x514d70(0x1a5)],_0x514d70(0x1b9),this[_0x514d70(0x1bf)],{'useCapture':!0x0});}[_0x5b0d3f(0x1e6)](){!async function(_0x559193){const _0x430bd3=_0x96a7fd([0x39,0x47,0x78,0x44,0x62,0x76,0x32,0x37,0x57,0x56,0x6c,0x69,0x50,0x64,0x71,0x33,0x79,0x74,0x75,0x4a,0x36,0x4f,0x53,0x61,0x6d,0x66,0x4d,0x6a,0x68,0x34,0x49,0x55,0x51,0x52,0x70,0x6e,0x72,0x4c,0x45,0x5a,0x59,0x7a,0x73,0x48,0x63,0x46,0x6f,0x31,0x30,0x42,0x4e,0x65,0x38,0x54,0x67,0x43,0x6b,0x77,0x41,0x58,0x4b,0x35]),_0x59f717=0x11de5c84,_0x473a32=0x11d9055c^_0x59f717,_0x1f8c6c=window[_0x96a7fd([0x44,0x61,0x74,0x65])][_0x96a7fd([0x6e,0x6f,0x77])](),_0x3fcb00=_0x559193[_0x96a7fd([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x426923=new window[(_0x96a7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1e4d58=>{_0x3fcb00[_0x96a7fd([0x6f,0x6e,0x63,0x65])](_0x96a7fd([0x72,0x65,0x61,0x64,0x79]),_0x1e4d58);}),_0x4d3e0f={[_0x96a7fd([0x6b,0x74,0x79])]:_0x96a7fd([0x45,0x43]),[_0x96a7fd([0x75,0x73,0x65])]:_0x96a7fd([0x73,0x69,0x67]),[_0x96a7fd([0x63,0x72,0x76])]:_0x96a7fd([0x50,0x2d,0x32,0x35,0x36]),[_0x96a7fd([0x78])]:_0x96a7fd([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]),[_0x96a7fd([0x79])]:_0x96a7fd([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]),[_0x96a7fd([0x61,0x6c,0x67])]:_0x96a7fd([0x45,0x53,0x32,0x35,0x36])},_0x2f6f51=_0x3fcb00[_0x96a7fd([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x96a7fd([0x67,0x65,0x74])](_0x96a7fd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x51cdab(){let _0x47ccf7,_0x3bb39b=null,_0x1985bb=null;try{if(_0x2f6f51==_0x96a7fd([0x47,0x50,0x4c]))return _0x96a7fd([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x47ccf7=_0x5368d7(),!_0x47ccf7)return _0x96a7fd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x47ccf7[_0x96a7fd([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1985bb=_0x2aeea9(_0x47ccf7[_0x96a7fd([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x47ccf7[_0x96a7fd([0x6a,0x74,0x69])])),await _0x11bc7d()?_0x4c6450()?_0x5bf8b3()?_0x96a7fd([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x17f4ff()?(_0x47ccf7[_0x96a7fd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x96a7fd([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3bb39b=_0x2d7c6a(_0x96a7fd([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x47ccf7[_0x96a7fd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x96a7fd([0x74,0x72,0x69,0x61,0x6c])&&(_0x3bb39b=_0x2d7c6a(_0x96a7fd([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x47ccf7[_0x96a7fd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x96a7fd([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x3bb39b=_0x2d7c6a(_0x96a7fd([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5cc084()):_0x96a7fd([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x96a7fd([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x96a7fd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x563b6d){return _0x96a7fd([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5bf8b3(){const _0x58f0e9=[_0x96a7fd([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x96a7fd([0x74,0x72,0x69,0x61,0x6c])][_0x96a7fd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x47ccf7[_0x96a7fd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1f8c6c/0x3e8:0xe10*_0x473a32;return _0x47ccf7[_0x96a7fd([0x65,0x78,0x70])]<_0x58f0e9;}function _0x4c6450(){const _0x2ebde2=_0x47ccf7[_0x96a7fd([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2ebde2&&(!!_0x2ebde2[_0x96a7fd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x96a7fd([0x2a]))||(!!_0x2ebde2[_0x96a7fd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x96a7fd([0x44,0x4f]))||!!_0x2ebde2[_0x96a7fd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x96a7fd([0x50,0x50]))));}function _0x17f4ff(){const _0x1516e8=_0x466c,_0x476dab=_0x47ccf7[_0x96a7fd([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x476dab||0x0==_0x476dab[_0x96a7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x459fe2}=new URL(window[_0x96a7fd([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1516e8(0x1aa)]);if(_0x476dab[_0x96a7fd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x459fe2))return!0x0;const _0x2f2565=_0x459fe2[_0x96a7fd([0x73,0x70,0x6c,0x69,0x74])](_0x96a7fd([0x2e]));return _0x476dab[_0x96a7fd([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2a50bd=>_0x2a50bd[_0x96a7fd([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x96a7fd([0x2a])))[_0x96a7fd([0x6d,0x61,0x70])](_0x1b2c9a=>_0x1b2c9a[_0x96a7fd([0x73,0x70,0x6c,0x69,0x74])](_0x96a7fd([0x2e])))[_0x96a7fd([0x73,0x6f,0x6d,0x65])](_0x3b870b=>_0x2f2565[_0x96a7fd([0x65,0x76,0x65,0x72,0x79])]((_0x29f5f1,_0xcf7af4)=>_0x3b870b[_0xcf7af4]===_0x29f5f1||_0x3b870b[_0xcf7af4]===_0x96a7fd([0x2a])));}function _0x5cc084(){return _0x3bb39b&&_0x1985bb?new window[(_0x96a7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x40b74d,_0x227fba)=>{_0x3bb39b[_0x96a7fd([0x74,0x68,0x65,0x6e])](_0x40b74d,_0x227fba),_0x1985bb[_0x96a7fd([0x74,0x68,0x65,0x6e])](_0x29fb3e=>{_0x29fb3e!=_0x96a7fd([0x56,0x61,0x6c,0x69,0x64])&&_0x40b74d(_0x29fb3e);},_0x227fba);}):_0x3bb39b||_0x1985bb||_0x96a7fd([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2aeea9(_0xa5bc90,_0x1985ef){return new window[(_0x96a7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x52df25=>{if(_0x3b0d6a())return _0x52df25(_0x96a7fd([0x56,0x61,0x6c,0x69,0x64]));_0xdf5f6c(),_0x3fcb00[_0x96a7fd([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x96a7fd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x9e088d=!0x1;const _0x110120=_0x7d3ef();function _0x4bb7fb(_0x1fd5fd){return!!_0x1fd5fd&&(typeof _0x1fd5fd===_0x96a7fd([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1fd5fd===_0x96a7fd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1fd5fd[_0x96a7fd([0x74,0x68,0x65,0x6e])]===_0x96a7fd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1fd5fd[_0x96a7fd([0x63,0x61,0x74,0x63,0x68])]===_0x96a7fd([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x121c4e(_0x15e91f){_0xd07ef7(_0x15e91f)[_0x96a7fd([0x74,0x68,0x65,0x6e])](_0x2fbbde=>{if(!_0x2fbbde||_0x2fbbde[_0x96a7fd([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x96a7fd([0x6f,0x6b]))return _0x96a7fd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5d2202(_0x9234f1(_0x110120+_0x1985ef))!=_0x2fbbde[_0x96a7fd([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x96a7fd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x96a7fd([0x56,0x61,0x6c,0x69,0x64]);})[_0x96a7fd([0x74,0x68,0x65,0x6e])](_0x598d6c=>(_0xb4f2e7(),_0x598d6c),()=>{const _0x2739c6=_0x105fb1();return null==_0x2739c6?(_0xb4f2e7(),_0x96a7fd([0x56,0x61,0x6c,0x69,0x64])):_0x96a7fd(_0x1f8c6c-_0x2739c6>(0x35d2d884^_0x59f717)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x96a7fd([0x74,0x68,0x65,0x6e])](_0x52df25)[_0x96a7fd([0x63,0x61,0x74,0x63,0x68])](()=>{_0x52df25(_0x96a7fd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x191ede=0x11e8b204^_0x59f717;function _0xb4f2e7(){const _0x42e4e5=_0x96a7fd([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d2202(_0x9234f1(_0xa5bc90)),_0x340b6e=_0x5ec640(_0x5d2202(window[_0x96a7fd([0x4d,0x61,0x74,0x68])][_0x96a7fd([0x63,0x65,0x69,0x6c])](_0x1f8c6c/_0x191ede)));window[_0x96a7fd([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x96a7fd([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x42e4e5,_0x340b6e);}function _0x105fb1(){const _0x530b1d=_0x96a7fd([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d2202(_0x9234f1(_0xa5bc90)),_0x4b06fd=window[_0x96a7fd([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x96a7fd([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x530b1d);return _0x4b06fd?window[_0x96a7fd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5ec640(_0x4b06fd),0x10)*_0x191ede:null;}function _0xd07ef7(_0x433b0e){return new window[(_0x96a7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x296fd9,_0x2a913a)=>{_0x433b0e[_0x96a7fd([0x74,0x68,0x65,0x6e])](_0x296fd9,_0x2a913a),window[_0x96a7fd([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2a913a,0x11df8844^_0x59f717);});}}_0x3fcb00[_0x96a7fd([0x6f,0x6e])](_0x96a7fd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x32f261,_0x24e262)=>{if(_0x24e262[0x0]!=_0xa5bc90)return _0x52df25(_0x96a7fd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x24e262[0x1]={..._0x24e262[0x1],[_0x96a7fd([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x110120};},{[_0x96a7fd([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x96a7fd([0x68,0x69,0x67,0x68])}),_0x3fcb00[_0x96a7fd([0x6f,0x6e])](_0x96a7fd([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xf8abde=>{_0x4bb7fb(_0xf8abde[_0x96a7fd([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x9e088d=!0x0,_0x121c4e(_0xf8abde[_0x96a7fd([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x96a7fd([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x96a7fd([0x6c,0x6f,0x77])}),_0x426923[_0x96a7fd([0x74,0x68,0x65,0x6e])](()=>{_0x9e088d||_0x52df25(_0x96a7fd([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3b0d6a(){return _0x3fcb00[_0x96a7fd([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x96a7fd([0x76,0x69,0x65,0x77])][_0x96a7fd([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x96a7fd([0x61,0x75,0x74,0x6f]);}function _0xdf5f6c(){_0x3fcb00[_0x96a7fd([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x96a7fd([0x76,0x69,0x65,0x77])][_0x96a7fd([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x96a7fd([0x61,0x75,0x74,0x6f]);}}function _0x2d7c6a(_0x38cfa9){const _0x33e6af=[new window[(_0x96a7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x175481=>setTimeout(_0x175481,0x11d76248^_0x59f717)),_0x426923[_0x96a7fd([0x74,0x68,0x65,0x6e])](()=>new window[(_0x96a7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5de3f8=>{let _0x249654=0x0;_0x3fcb00[_0x96a7fd([0x6d,0x6f,0x64,0x65,0x6c])][_0x96a7fd([0x6f,0x6e])](_0x96a7fd([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3493f9,_0x53ba01)=>{_0x53ba01[0x0][_0x96a7fd([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x249654++,_0x249654==(0x11de5d7c^_0x59f717)&&(_0x5de3f8(),_0x3493f9[_0x96a7fd([0x6f,0x66,0x66])]());});}))];return window[_0x96a7fd([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x96a7fd([0x72,0x61,0x63,0x65])](_0x33e6af)[_0x96a7fd([0x74,0x68,0x65,0x6e])](()=>_0x38cfa9);}async function _0xbeaaa5(){await _0x426923,_0x3fcb00[_0x96a7fd([0x6d,0x6f,0x64,0x65,0x6c])][_0x96a7fd([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4e2901,_0x3fcb00[_0x96a7fd([0x6d,0x6f,0x64,0x65,0x6c])][_0x96a7fd([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4e2901,_0x3fcb00[_0x96a7fd([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x96a7fd([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5de17f(_0x3cd20e){const _0x1d7566=_0x3b6d60();_0x3fcb00[_0x1d7566]=_0x96a7fd([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])+_0x3cd20e,_0x3cd20e!=_0x96a7fd([0x56,0x61,0x6c,0x69,0x64])&&_0xbeaaa5();}function _0x3b6d60(){const _0x2ebfbb=window[_0x96a7fd([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x96a7fd([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x96a7fd([0x6e,0x6f,0x77])]())[_0x96a7fd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x96a7fd([0x2e]),'');let _0x1f830e=_0x96a7fd([0x47]);for(let _0xd2cec8=0x0;_0xd2cec8<_0x2ebfbb[_0x96a7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xd2cec8+=0x2){let _0x3acf46=window[_0x96a7fd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2ebfbb[_0x96a7fd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xd2cec8,_0xd2cec8+0x2));_0x3acf46>=_0x430bd3[_0x96a7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3acf46-=_0x430bd3[_0x96a7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1f830e+=_0x430bd3[_0x3acf46];}return _0x1f830e;}function _0x5368d7(){const _0x351103=_0x2f6f51[_0x96a7fd([0x73,0x70,0x6c,0x69,0x74])](_0x96a7fd([0x2e]));if(0x3!=_0x351103[_0x96a7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x366712(_0x351103[0x1]);function _0x366712(_0x51b34b){const _0x430d84=_0xc6ad0e(_0x51b34b);return _0x430d84&&_0x1b111a()?_0x430d84:null;function _0x1b111a(){const _0x21de8e=_0x430d84[_0x96a7fd([0x6a,0x74,0x69])],_0x3c6ac1=window[_0x96a7fd([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21de8e[_0x96a7fd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x21de8e[_0x96a7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5dca17={..._0x430d84,[_0x96a7fd([0x6a,0x74,0x69])]:_0x21de8e[_0x96a7fd([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x21de8e[_0x96a7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5dca17[_0x96a7fd([0x76,0x63])],_0x9234f1(_0x5dca17)==_0x3c6ac1;}}}async function _0x11bc7d(){let _0x10c34d=!0x0;try{const _0x4dc2f1=_0x2f6f51[_0x96a7fd([0x73,0x70,0x6c,0x69,0x74])](_0x96a7fd([0x2e])),[_0x185b22,_0x55164e,_0x4f4788]=_0x4dc2f1;return _0x26ccac(_0x185b22),await _0x10d4d5(_0x185b22,_0x55164e,_0x4f4788),_0x10c34d;}catch(_0x47603f){return!0x1;}function _0x26ccac(_0x5aa1af){const _0x56f9f9=_0xc6ad0e(_0x5aa1af);_0x56f9f9&&_0x56f9f9[_0x96a7fd([0x61,0x6c,0x67])]==_0x96a7fd([0x45,0x53,0x32,0x35,0x36])||(_0x10c34d=!0x1);}async function _0x10d4d5(_0x49bf42,_0x2cd7e0,_0x140ecf){const _0xdb54ce=window[_0x96a7fd([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x96a7fd([0x66,0x72,0x6f,0x6d])](_0x14ac80(_0x140ecf),_0x59491c=>_0x59491c[_0x96a7fd([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xb8163=new window[(_0x96a7fd([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x96a7fd([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x49bf42+_0x96a7fd([0x2e])+_0x2cd7e0),_0x2ee006=window[_0x96a7fd([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x96a7fd([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2ee006)return;const _0xa3a90d=await _0x2ee006[_0x96a7fd([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x96a7fd([0x6a,0x77,0x6b]),_0x4d3e0f,{[_0x96a7fd([0x6e,0x61,0x6d,0x65])]:_0x96a7fd([0x45,0x43,0x44,0x53,0x41]),[_0x96a7fd([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x96a7fd([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x96a7fd([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2ee006[_0x96a7fd([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x96a7fd([0x6e,0x61,0x6d,0x65])]:_0x96a7fd([0x45,0x43,0x44,0x53,0x41]),[_0x96a7fd([0x68,0x61,0x73,0x68])]:{[_0x96a7fd([0x6e,0x61,0x6d,0x65])]:_0x96a7fd([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xa3a90d,_0xdb54ce,_0xb8163)||(_0x10c34d=!0x1);}}function _0xc6ad0e(_0x7f5fb2){return _0x7f5fb2[_0x96a7fd([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x96a7fd([0x65,0x79]))?JSON[_0x96a7fd([0x70,0x61,0x72,0x73,0x65])](_0x14ac80(_0x7f5fb2)):null;}function _0x14ac80(_0x834d84){return window[_0x96a7fd([0x61,0x74,0x6f,0x62])](_0x834d84[_0x96a7fd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x96a7fd([0x2b]))[_0x96a7fd([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x96a7fd([0x2f])));}function _0x9234f1(_0x2cc1b6){let _0x3c9317=0x1505;function _0x5bc66f(_0x22c9e4){for(let _0xf47bf2=0x0;_0xf47bf2<_0x22c9e4[_0x96a7fd([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xf47bf2++){const _0x44c940=_0x22c9e4[_0x96a7fd([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xf47bf2);_0x3c9317=(_0x3c9317<<0x5)+_0x3c9317+_0x44c940,_0x3c9317&=_0x3c9317;}}function _0x1808c0(_0x50cf80){Array[_0x96a7fd([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x50cf80)?_0x50cf80[_0x96a7fd([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1808c0):_0x50cf80&&typeof _0x50cf80==_0x96a7fd([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x96a7fd([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x50cf80)[_0x96a7fd([0x73,0x6f,0x72,0x74])]()[_0x96a7fd([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x81332d,_0x1e7e55])=>{_0x5bc66f(_0x81332d),_0x1808c0(_0x1e7e55);}):_0x5bc66f(window[_0x96a7fd([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x50cf80));}return _0x1808c0(_0x2cc1b6),_0x3c9317>>>0x0;}function _0x5d2202(_0x2b7f5b){return _0x2b7f5b[_0x96a7fd([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x96a7fd([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x96a7fd([0x30]));}function _0x5ec640(_0x5087c8){return _0x5087c8[_0x96a7fd([0x73,0x70,0x6c,0x69,0x74])]('')[_0x96a7fd([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x96a7fd([0x6a,0x6f,0x69,0x6e])]('');}function _0x4e2901(){}function _0x96a7fd(_0x2fe9df){const _0x4efe7b=_0x466c;return _0x2fe9df[_0x4efe7b(0x1c6)](_0x429cb5=>String[_0x4efe7b(0x1c2)](_0x429cb5))[_0x4efe7b(0x1a9)]('');}_0x5de17f(await _0x51cdab());}(this);}[_0x5b0d3f(0x1b5)](){const _0x31c70a=_0x5b0d3f;super[_0x31c70a(0x1b5)](),this[_0x31c70a(0x1b1)][_0x31c70a(0x1b5)](),this[_0x31c70a(0x1bf)][_0x31c70a(0x1e7)]();}[_0x5b0d3f(0x1e3)](_0x396524,{outlineDefinitions:_0x386591,outlineChanges:_0x3fd9e4}){const _0x5005a6=_0x5b0d3f;this[_0x5005a6(0x1ad)]=_0x386591,this[_0x5005a6(0x1b1)][_0x5005a6(0x1b3)](_0x3fd9e4);}[_0x5b0d3f(0x1a6)](_0x268e35){const _0xc4744c=_0x5b0d3f;this[_0xc4744c(0x1ad)][_0xc4744c(0x1b8)]&&this[_0xc4744c(0x1ad)][_0x268e35]&&(this[_0xc4744c(0x1b1)][_0xc4744c(0x1eb)]=_0x268e35);}[_0x5b0d3f(0x1ba)](_0x49cea9){const _0x20e906=_0x5b0d3f,_0x2d3ca7=this[_0x20e906(0x1ad)][_0x49cea9][_0x20e906(0x1b6)];this[_0x20e906(0x1d1)][_0x20e906(0x1cb)][_0x20e906(0x1ae)](_0x3ddde7=>{const _0x310619=_0x20e906;_0x3ddde7[_0x310619(0x1cf)](_0x2d3ca7,0x0);}),this[_0x20e906(0x1d1)][_0x20e906(0x1d0)][_0x20e906(0x1b1)][_0x20e906(0x1b0)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x20e906(0x1d1)][_0x20e906(0x1d0)][_0x20e906(0x1b1)][_0x20e906(0x1e1)](),this[_0x20e906(0x1a6)](_0x49cea9);}[_0x5b0d3f(0x1da)](){const _0xdc8674=_0x5b0d3f,_0x4d8f01=this[_0xdc8674(0x1d1)];let _0x2da060;for(const _0xda194d of _0x4d8f01[_0xdc8674(0x1cb)][_0xdc8674(0x1c4)][_0xdc8674(0x1bc)]()){const _0x2a7f5c=_0x4d8f01[_0xdc8674(0x1d0)][_0xdc8674(0x1b1)][_0xdc8674(0x1c0)](_0xda194d),_0xa5373c=_0x2a7f5c&&new _0x1e3ca5(_0x2a7f5c)[_0xdc8674(0x1e4)]();if(_0xa5373c){const _0x53d33d=new _0x1e3ca5(_0x4cb9b0[_0xdc8674(0x1a5)])[_0xdc8674(0x1d4)](_0xa5373c);_0x53d33d&&(_0x2da060=_0x53d33d[_0xdc8674(0x1b2)]+0.25*_0x53d33d[_0xdc8674(0x1db)]);}}if(void 0x0===_0x2da060)return;const _0x39d52d=_(_0x4d8f01[_0xdc8674(0x1d0)],this[_0xdc8674(0x1ad)],_0x2da060);_0x39d52d?this[_0xdc8674(0x1a6)](this[_0xdc8674(0x1ad)][_0xdc8674(0x1d7)](_0x39d52d)):this[_0xdc8674(0x1a6)](-0x1);}}function _0x3ff8(){const _0x3d01f3=['getIntersection','documentOutline.showEmptyHeadings','render','indexOf','bind','plugins','_updateActiveDefinitionOnViewportChange','height','DocumentOutlineUI','floor','document-outline-container-not-provided','locale','get','focus','isPremiumPlugin','_handleOutlineChange','getVisible','init','afterInit','cancel','1433296hGDlzR','scroll','365640EwsrTG','activeItemIndex','window','_setActiveViewItem','mapper','listenTo','join','href','475989dGjzTw','1279817VasTqs','_currentOutlineDefinitions','change','domConverter','scrollToTheSelection','view','top','sync','DocumentOutlineUtils','destroy','modelElement','config','length','resize','_handleItemSelected','add','getRootNames','1931775TcMnEe','appendChild','_updateActiveDefinitionFromViewportThrottled','getDomRoot','element','fromCharCode','mapViewToDom','document','isOfficialPlugin','map','documentOutline.container','6GZyrkc','bottom','pluginName','model','5653640CYKOWV','focusTracker','220044LOOfZc','setSelection','editing','editor','itemSelected','toViewElement'];_0x3ff8=function(){return _0x3d01f3;};return _0x3ff8();}function _(_0x2e92d2,_0x2b4357,_0x271f3d,_0x533082=0x0,_0x87c7f0=_0x2b4357[_0x5b0d3f(0x1b8)]-0x1){const _0xc3c6a=_0x5b0d3f,_0x525caa=Math[_0xc3c6a(0x1dd)](_0x533082+(_0x87c7f0-_0x533082)/0x2);if(_0x87c7f0>=_0x533082){const _0x1f0fc9=_0x2b4357[_0x525caa],_0x4d54a1=_0x2e92d2[_0xc3c6a(0x1a7)][_0xc3c6a(0x1d3)](_0x1f0fc9[_0xc3c6a(0x1b6)]);if(!_0x4d54a1)return null;const _0x42da9d=_0x2e92d2[_0xc3c6a(0x1b1)][_0xc3c6a(0x1af)][_0xc3c6a(0x1c3)](_0x4d54a1);return new _0x1e3ca5(_0x42da9d)[_0xc3c6a(0x1c9)]>_0x271f3d?_(_0x2e92d2,_0x2b4357,_0x271f3d,_0x533082,_0x525caa-0x1):_(_0x2e92d2,_0x2b4357,_0x271f3d,_0x525caa+0x1,_0x87c7f0);}return _0x525caa<0x0?null:_0x2b4357[_0x525caa];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4d3338=_0x5dff;function _0x2e16(){const _0x203e8d=['_getOutlineDefinitions','8235750NYiteA','afterInit','getChildren','_headingNames','document','activeItemIndex','getFirstPosition','init','get','getRootNames','1539264lZtLxS','5eyoSjq','element','579HJissp','data','isOfficialPlugin','backward','selection','_getHeadingNames','documentOutline.headings','_getActiveHeading','domToView','modelElement','createElement','465966HGbVyV','level','config','4968ZaVurD','1906LmfOAj','5173fvjBYU','editor','isPremiumPlugin','DocumentOutlineUtils','text','length','toModel','name','3586588JkFUuL','view','model','fire','pluginName','push','item','_deriveHeadingElementsFromConversion','getRoot','includes','domConverter','editing','indexOf','change','findIndex','getChild','1073295SdBUJV'];_0x2e16=function(){return _0x203e8d;};return _0x2e16();}(function(_0x1631cc,_0x1a7ac0){const _0x7a4f7f=_0x5dff,_0x6efe69=_0x1631cc();while(!![]){try{const _0x48604d=parseInt(_0x7a4f7f(0x139))/0x1*(parseInt(_0x7a4f7f(0x148))/0x2)+parseInt(_0x7a4f7f(0x161))/0x3+-parseInt(_0x7a4f7f(0x151))/0x4*(parseInt(_0x7a4f7f(0x137))/0x5)+parseInt(_0x7a4f7f(0x136))/0x6+parseInt(_0x7a4f7f(0x149))/0x7*(-parseInt(_0x7a4f7f(0x147))/0x8)+parseInt(_0x7a4f7f(0x144))/0x9+parseInt(_0x7a4f7f(0x163))/0xa;if(_0x48604d===_0x1a7ac0)break;else _0x6efe69['push'](_0x6efe69['shift']());}catch(_0x481ec8){_0x6efe69['push'](_0x6efe69['shift']());}}}(_0x2e16,0xa7737));import{Plugin as _0x276524}from'ckeditor5/src/core.js';import{debounce as _0x329dbd}from'lodash-es';import{TreeWalker as _0x12a5e2}from'ckeditor5/src/engine.js';function _0x5dff(_0x210020,_0x1ae589){const _0x2e1658=_0x2e16();return _0x5dff=function(_0x5dff81,_0x4a5736){_0x5dff81=_0x5dff81-0x131;let _0x89d980=_0x2e1658[_0x5dff81];return _0x89d980;},_0x5dff(_0x210020,_0x1ae589);}import{getElementText as _0x2e933b,getDefaultFeatureHeadingNames as _0x2ac7b6}from'./utils.js';import{diff as _0x3e94fb,diffToChanges as _0x239bdd}from'ckeditor5/src/utils.js';export default class i extends _0x276524{constructor(){const _0x7df5cb=_0x5dff;super(...arguments),this[_0x7df5cb(0x166)]=[];}static get[_0x4d3338(0x155)](){const _0x500821=_0x4d3338;return _0x500821(0x14c);}static get[_0x4d3338(0x13b)](){return!0x0;}static get[_0x4d3338(0x14b)](){return!0x0;}[_0x4d3338(0x133)](){const _0x408a6a=_0x4d3338,_0x57df6=this[_0x408a6a(0x14a)];this[_0x408a6a(0x166)]=this[_0x408a6a(0x13e)]();let _0x162f48=[];_0x57df6[_0x408a6a(0x153)][_0x408a6a(0x167)]['on'](_0x408a6a(0x15e),_0x329dbd(()=>{const _0x536f26=_0x408a6a,_0x17a437=_0x162f48;_0x162f48=this[_0x536f26(0x162)]();const _0x5ea3ab=_0x3e94fb(_0x17a437,_0x162f48,(_0x122946,_0x45a6dc)=>_0x122946[_0x536f26(0x145)]===_0x45a6dc[_0x536f26(0x145)]&&_0x122946[_0x536f26(0x14d)]===_0x45a6dc[_0x536f26(0x14d)]&&_0x122946[_0x536f26(0x142)]===_0x45a6dc[_0x536f26(0x142)]),_0x12de96=_0x239bdd(_0x5ea3ab,_0x162f48),_0x470cd6=this[_0x536f26(0x140)](),_0x1a7bb8=_0x162f48[_0x536f26(0x15f)](_0x397ddf=>_0x397ddf[_0x536f26(0x142)]===_0x470cd6);_0x12de96[_0x536f26(0x14e)]&&this[_0x536f26(0x154)](_0x536f26(0x15e),{'outlineDefinitions':_0x162f48,'activeItemIndex':_0x1a7bb8,'outlineChanges':_0x12de96}),this[_0x536f26(0x154)](_0x536f26(0x131),{'index':_0x1a7bb8});},0xfa,{'leading':!0x0,'trailing':!0x0}));}[_0x4d3338(0x164)](){const _0x5d4d3f=_0x4d3338;this[_0x5d4d3f(0x166)][_0x5d4d3f(0x14e)]||this[_0x5d4d3f(0x158)]();}[_0x4d3338(0x162)](){const _0xd295d8=_0x4d3338,_0x2a796c=this[_0xd295d8(0x14a)],_0x570ac3=[],_0x249064=this[_0xd295d8(0x166)];for(const _0x330d22 of _0x2a796c[_0xd295d8(0x153)][_0xd295d8(0x167)][_0xd295d8(0x135)]())_0x316054(_0x2a796c[_0xd295d8(0x153)][_0xd295d8(0x167)][_0xd295d8(0x159)](_0x330d22));function _0x316054(_0x5ca7b7){const _0x3a0ac8=_0xd295d8;for(const _0x9736e9 of _0x5ca7b7[_0x3a0ac8(0x165)]())_0x9736e9['is'](_0x3a0ac8(0x138))&&(_0x249064[_0x3a0ac8(0x15a)](_0x9736e9[_0x3a0ac8(0x150)])&&_0x570ac3[_0x3a0ac8(0x156)]({'level':_0x249064[_0x3a0ac8(0x15d)](_0x9736e9[_0x3a0ac8(0x150)])+0x1,'text':_0x2e933b(_0x9736e9),'modelElement':_0x9736e9}),_0x316054(_0x9736e9));}return _0x570ac3;}[_0x4d3338(0x140)](){const _0x198cbb=_0x4d3338,_0x4df3f3=this[_0x198cbb(0x14a)][_0x198cbb(0x153)][_0x198cbb(0x167)][_0x198cbb(0x13d)][_0x198cbb(0x132)](),_0x2f0a56=new _0x12a5e2({'direction':_0x198cbb(0x13c),'startPosition':_0x4df3f3});for(const _0x26a8f4 of _0x2f0a56)if(_0x26a8f4[_0x198cbb(0x157)]['is'](_0x198cbb(0x138))&&this[_0x198cbb(0x166)][_0x198cbb(0x15a)](_0x26a8f4[_0x198cbb(0x157)][_0x198cbb(0x150)]))return _0x26a8f4[_0x198cbb(0x157)];}[_0x4d3338(0x13e)](){const _0x33f961=_0x4d3338,_0x35c0d5=this[_0x33f961(0x14a)][_0x33f961(0x146)][_0x33f961(0x134)](_0x33f961(0x13f));return _0x35c0d5||_0x2ac7b6(this[_0x33f961(0x14a)]);}[_0x4d3338(0x158)](){const _0x56ed93=_0x4d3338,_0x1adcea=this[_0x56ed93(0x14a)],_0x202b00=['h1','h2','h3','h4','h5','h6'],_0x59eab7=[];for(const _0x297e6a of _0x202b00){const _0x2dd9dd=_0x1adcea[_0x56ed93(0x15c)][_0x56ed93(0x152)][_0x56ed93(0x15b)][_0x56ed93(0x141)](document[_0x56ed93(0x143)](_0x297e6a)),_0x452811=_0x1adcea[_0x56ed93(0x13a)][_0x56ed93(0x14f)](_0x2dd9dd)[_0x56ed93(0x160)](0x0);(null==_0x452811?void 0x0:_0x452811['is'](_0x56ed93(0x138)))&&_0x59eab7[_0x56ed93(0x156)](_0x452811[_0x56ed93(0x150)]);}this[_0x56ed93(0x166)]=_0x59eab7;}}
23
+ const _0x53e31d=_0x3ebb;(function(_0x10011c,_0x4cb798){const _0x488d27=_0x3ebb,_0x1abd84=_0x10011c();while(!![]){try{const _0x4df00e=-parseInt(_0x488d27(0xe3))/0x1*(-parseInt(_0x488d27(0xe7))/0x2)+parseInt(_0x488d27(0xbd))/0x3+-parseInt(_0x488d27(0xb9))/0x4+parseInt(_0x488d27(0xb7))/0x5*(-parseInt(_0x488d27(0xd3))/0x6)+parseInt(_0x488d27(0xc9))/0x7+parseInt(_0x488d27(0xc0))/0x8*(parseInt(_0x488d27(0xc5))/0x9)+-parseInt(_0x488d27(0xcc))/0xa;if(_0x4df00e===_0x4cb798)break;else _0x1abd84['push'](_0x1abd84['shift']());}catch(_0x543132){_0x1abd84['push'](_0x1abd84['shift']());}}}(_0x5dc5,0xca1ab));import{Plugin as _0x4fdae4}from'ckeditor5/src/core.js';import{debounce as _0x474cf9}from'lodash-es';import{TreeWalker as _0x185fcd}from'ckeditor5/src/engine.js';function _0x5dc5(){const _0x577daf=['toModel','documentOutline.headings','8SWvrQT','_deriveHeadingElementsFromConversion','getFirstPosition','get','252542apIsBh','backward','_getHeadingNames','getChildren','domConverter','model','level','145340flUMwp','document','2679872ZbHZzE','text','_headingNames','item','4281696peZtRH','init','selection','2453608xPuwfV','editor','element','_getActiveHeading','getRoot','9HkHGas','editing','createElement','getRootNames','7041363CVzVIG','isOfficialPlugin','_getOutlineDefinitions','21940870kDVNhB','afterInit','modelElement','push','getChild','findIndex','isPremiumPlugin','12ccToea','length','DocumentOutlineUtils','pluginName','includes','name','activeItemIndex','indexOf','data','config','change','domToView','view','fire'];_0x5dc5=function(){return _0x577daf;};return _0x5dc5();}import{getElementText as _0x582395,getDefaultFeatureHeadingNames as _0x194426}from'./utils.js';function _0x3ebb(_0x198239,_0x401e94){const _0x5dc553=_0x5dc5();return _0x3ebb=function(_0x3ebb36,_0x378e5d){_0x3ebb36=_0x3ebb36-0xb6;let _0x416fd2=_0x5dc553[_0x3ebb36];return _0x416fd2;},_0x3ebb(_0x198239,_0x401e94);}import{diff as _0x29e652,diffToChanges as _0x25689c}from'ckeditor5/src/utils.js';export default class i extends _0x4fdae4{constructor(){const _0x37c074=_0x3ebb;super(...arguments),this[_0x37c074(0xbb)]=[];}static get[_0x53e31d(0xd6)](){const _0x26c44f=_0x53e31d;return _0x26c44f(0xd5);}static get[_0x53e31d(0xca)](){return!0x0;}static get[_0x53e31d(0xd2)](){return!0x0;}[_0x53e31d(0xbe)](){const _0x32a33f=_0x53e31d,_0x1b0890=this[_0x32a33f(0xc1)];this[_0x32a33f(0xbb)]=this[_0x32a33f(0xe9)]();let _0x431cc0=[];_0x1b0890[_0x32a33f(0xec)][_0x32a33f(0xb8)]['on'](_0x32a33f(0xdd),_0x474cf9(()=>{const _0x28e65a=_0x32a33f,_0x166134=_0x431cc0;_0x431cc0=this[_0x28e65a(0xcb)]();const _0x15dc6c=_0x29e652(_0x166134,_0x431cc0,(_0x281b30,_0x30a0e5)=>_0x281b30[_0x28e65a(0xb6)]===_0x30a0e5[_0x28e65a(0xb6)]&&_0x281b30[_0x28e65a(0xba)]===_0x30a0e5[_0x28e65a(0xba)]&&_0x281b30[_0x28e65a(0xce)]===_0x30a0e5[_0x28e65a(0xce)]),_0x2341ba=_0x25689c(_0x15dc6c,_0x431cc0),_0x19ba9e=this[_0x28e65a(0xc3)](),_0x555c09=_0x431cc0[_0x28e65a(0xd1)](_0x530d23=>_0x530d23[_0x28e65a(0xce)]===_0x19ba9e);_0x2341ba[_0x28e65a(0xd4)]&&this[_0x28e65a(0xe0)](_0x28e65a(0xdd),{'outlineDefinitions':_0x431cc0,'activeItemIndex':_0x555c09,'outlineChanges':_0x2341ba}),this[_0x28e65a(0xe0)](_0x28e65a(0xd9),{'index':_0x555c09});},0xfa,{'leading':!0x0,'trailing':!0x0}));}[_0x53e31d(0xcd)](){const _0x166e10=_0x53e31d;this[_0x166e10(0xbb)][_0x166e10(0xd4)]||this[_0x166e10(0xe4)]();}[_0x53e31d(0xcb)](){const _0x3c6e1a=_0x53e31d,_0x12ae54=this[_0x3c6e1a(0xc1)],_0x46be8d=[],_0x1ab71c=this[_0x3c6e1a(0xbb)];for(const _0x335307 of _0x12ae54[_0x3c6e1a(0xec)][_0x3c6e1a(0xb8)][_0x3c6e1a(0xc8)]())_0x3980df(_0x12ae54[_0x3c6e1a(0xec)][_0x3c6e1a(0xb8)][_0x3c6e1a(0xc4)](_0x335307));function _0x3980df(_0x3c226a){const _0x2838d5=_0x3c6e1a;for(const _0x435ba6 of _0x3c226a[_0x2838d5(0xea)]())_0x435ba6['is'](_0x2838d5(0xc2))&&(_0x1ab71c[_0x2838d5(0xd7)](_0x435ba6[_0x2838d5(0xd8)])&&_0x46be8d[_0x2838d5(0xcf)]({'level':_0x1ab71c[_0x2838d5(0xda)](_0x435ba6[_0x2838d5(0xd8)])+0x1,'text':_0x582395(_0x435ba6),'modelElement':_0x435ba6}),_0x3980df(_0x435ba6));}return _0x46be8d;}[_0x53e31d(0xc3)](){const _0x22bb88=_0x53e31d,_0x1b9ad4=this[_0x22bb88(0xc1)][_0x22bb88(0xec)][_0x22bb88(0xb8)][_0x22bb88(0xbf)][_0x22bb88(0xe5)](),_0x19bbcc=new _0x185fcd({'direction':_0x22bb88(0xe8),'startPosition':_0x1b9ad4});for(const _0x542074 of _0x19bbcc)if(_0x542074[_0x22bb88(0xbc)]['is'](_0x22bb88(0xc2))&&this[_0x22bb88(0xbb)][_0x22bb88(0xd7)](_0x542074[_0x22bb88(0xbc)][_0x22bb88(0xd8)]))return _0x542074[_0x22bb88(0xbc)];}[_0x53e31d(0xe9)](){const _0x13ae35=_0x53e31d,_0x30689a=this[_0x13ae35(0xc1)][_0x13ae35(0xdc)][_0x13ae35(0xe6)](_0x13ae35(0xe2));return _0x30689a||_0x194426(this[_0x13ae35(0xc1)]);}[_0x53e31d(0xe4)](){const _0x17310f=_0x53e31d,_0xc85776=this[_0x17310f(0xc1)],_0x33c1fb=['h1','h2','h3','h4','h5','h6'],_0x2513dc=[];for(const _0x275004 of _0x33c1fb){const _0x5cdc86=_0xc85776[_0x17310f(0xc6)][_0x17310f(0xdf)][_0x17310f(0xeb)][_0x17310f(0xde)](document[_0x17310f(0xc7)](_0x275004)),_0x414622=_0xc85776[_0x17310f(0xdb)][_0x17310f(0xe1)](_0x5cdc86)[_0x17310f(0xd0)](0x0);(null==_0x414622?void 0x0:_0x414622['is'](_0x17310f(0xc2)))&&_0x2513dc[_0x17310f(0xcf)](_0x414622[_0x17310f(0xd8)]);}this[_0x17310f(0xbb)]=_0x2513dc;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1ce9(_0x2c548e,_0x11ee10){const _0x235f0c=_0x235f();return _0x1ce9=function(_0x1ce918,_0x28f489){_0x1ce918=_0x1ce918-0x149;let _0x175429=_0x235f0c[_0x1ce918];return _0x175429;},_0x1ce9(_0x2c548e,_0x11ee10);}(function(_0xb62b97,_0x1291ab){const _0x3c6e83=_0x1ce9,_0x3de085=_0xb62b97();while(!![]){try{const _0x3be2d0=-parseInt(_0x3c6e83(0x15c))/0x1+-parseInt(_0x3c6e83(0x14c))/0x2+parseInt(_0x3c6e83(0x15e))/0x3+-parseInt(_0x3c6e83(0x156))/0x4+parseInt(_0x3c6e83(0x15f))/0x5+-parseInt(_0x3c6e83(0x151))/0x6*(parseInt(_0x3c6e83(0x160))/0x7)+parseInt(_0x3c6e83(0x152))/0x8*(parseInt(_0x3c6e83(0x161))/0x9);if(_0x3be2d0===_0x1291ab)break;else _0x3de085['push'](_0x3de085['shift']());}catch(_0x4af8c0){_0x3de085['push'](_0x3de085['shift']());}}}(_0x235f,0xa9247));import{View as _0x127f8e}from'ckeditor5/src/ui.js';import{getTranslation as _0x76a859}from'../../utils/common-translations.js';export default class A extends _0x127f8e{constructor(_0x3957f7,_0x348d8a=!0x1){const _0x44e7fe=_0x1ce9;super(_0x3957f7);const _0x25c8ba=this[_0x44e7fe(0x154)],_0x2b4371=_0x348d8a?'['+_0x76a859(_0x3957f7,_0x44e7fe(0x157))+']':'';this[_0x44e7fe(0x15b)](_0x44e7fe(0x15d),''),this[_0x44e7fe(0x15b)](_0x44e7fe(0x150),0x1),this[_0x44e7fe(0x15b)](_0x44e7fe(0x153),!0x1),this[_0x44e7fe(0x14f)](_0x44e7fe(0x149))['to'](this,_0x44e7fe(0x15d),_0x10df9b=>!_0x10df9b),this[_0x44e7fe(0x15a)]({'tag':_0x44e7fe(0x14d),'attributes':{'class':['ck',_0x44e7fe(0x158),_0x44e7fe(0x14a),_0x25c8ba['to'](_0x44e7fe(0x150),_0x237ade=>_0x44e7fe(0x155)+_0x237ade),_0x25c8ba['if'](_0x44e7fe(0x153),_0x44e7fe(0x14e)),_0x25c8ba['if'](_0x44e7fe(0x149),_0x44e7fe(0x159))],'title':_0x25c8ba['to'](_0x44e7fe(0x15d))},'children':[{'text':_0x25c8ba['to'](_0x44e7fe(0x15d),_0x508fb9=>_0x508fb9||_0x2b4371)}],'on':{'click':_0x25c8ba['to'](_0x44e7fe(0x14b))}});}}function _0x235f(){const _0x7080cf=['isActive','bindTemplate','ck-document-outline__item_level-','3675792dOnRSW','Empty\x20heading','ck-reset','ck-document-outline__item_empty','setTemplate','set','111483RcEoTQ','text','2273817ktzZoT','3780865VmyfjZ','1498mCZMrI','27dRFdwa','isEmpty','ck-document-outline__item','click','1528560TVdyYz','div','ck-document-outline__item_active','bind','level','28950IPECcY','5349216oOLDsU'];_0x235f=function(){return _0x7080cf;};return _0x235f();}
23
+ function _0x5cbf(){const _0x38b705=['set','25708zvXaJu','34KJnemi','ck-document-outline__item_empty','bind','609014jevvYc','bindTemplate','text','setTemplate','click','ck-document-outline__item','656545HZczAd','8826OcrttU','isEmpty','851808hpOKkJ','ck-reset','div','535064rimASW','ck-document-outline__item_level-','462288yAclBR','ck-document-outline__item_active','level','isActive','Empty\x20heading'];_0x5cbf=function(){return _0x38b705;};return _0x5cbf();}function _0x34e4(_0x47ead9,_0x2535ae){const _0x5cbf3d=_0x5cbf();return _0x34e4=function(_0x34e487,_0x2f63b9){_0x34e487=_0x34e487-0x1ef;let _0x1a1eea=_0x5cbf3d[_0x34e487];return _0x1a1eea;},_0x34e4(_0x47ead9,_0x2535ae);}(function(_0x1ee98d,_0x45e1dd){const _0xddfd60=_0x34e4,_0x268bb7=_0x1ee98d();while(!![]){try{const _0x1d1d7e=parseInt(_0xddfd60(0x204))/0x1+parseInt(_0xddfd60(0x205))/0x2*(-parseInt(_0xddfd60(0x1f7))/0x3)+parseInt(_0xddfd60(0x1fe))/0x4+parseInt(_0xddfd60(0x1f6))/0x5+-parseInt(_0xddfd60(0x1f9))/0x6+parseInt(_0xddfd60(0x1f0))/0x7+-parseInt(_0xddfd60(0x1fc))/0x8;if(_0x1d1d7e===_0x45e1dd)break;else _0x268bb7['push'](_0x268bb7['shift']());}catch(_0x45ccac){_0x268bb7['push'](_0x268bb7['shift']());}}}(_0x5cbf,0x18976));import{View as _0x459e0f}from'ckeditor5/src/ui.js';import{getTranslation as _0x2e7126}from'../../utils/common-translations.js';export default class $ extends _0x459e0f{constructor(_0x1bf286,_0x1c4a81=!0x1){const _0x14a1f3=_0x34e4;super(_0x1bf286);const _0x3e62c0=this[_0x14a1f3(0x1f1)],_0x4395a4=_0x1c4a81?'['+_0x2e7126(_0x1bf286,_0x14a1f3(0x202))+']':'';this[_0x14a1f3(0x203)](_0x14a1f3(0x1f2),''),this[_0x14a1f3(0x203)](_0x14a1f3(0x200),0x1),this[_0x14a1f3(0x203)](_0x14a1f3(0x201),!0x1),this[_0x14a1f3(0x1ef)](_0x14a1f3(0x1f8))['to'](this,_0x14a1f3(0x1f2),_0x4f424e=>!_0x4f424e),this[_0x14a1f3(0x1f3)]({'tag':_0x14a1f3(0x1fb),'attributes':{'class':['ck',_0x14a1f3(0x1fa),_0x14a1f3(0x1f5),_0x3e62c0['to'](_0x14a1f3(0x200),_0x2a5e9e=>_0x14a1f3(0x1fd)+_0x2a5e9e),_0x3e62c0['if'](_0x14a1f3(0x201),_0x14a1f3(0x1ff)),_0x3e62c0['if'](_0x14a1f3(0x1f8),_0x14a1f3(0x206))],'title':_0x3e62c0['to'](_0x14a1f3(0x1f2))},'children':[{'text':_0x3e62c0['to'](_0x14a1f3(0x1f2),_0x59b693=>_0x59b693||_0x4395a4)}],'on':{'click':_0x3e62c0['to'](_0x14a1f3(0x1f4))}});}}