@ckeditor/ckeditor5-document-outline 46.0.1-alpha.12 → 46.0.1-alpha.14

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 _0x53a7d0,Command as _0x4d488b}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x4b0d94,throttle as _0x4292a9}from'es-toolkit/compat';import{ModelText as _0x20d5bb,ModelTreeWalker as _0x472478}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x299bbe,diffToChanges as _0x5cb588,scrollAncestorsToShowTarget as _0x2de8d0,CKEditorError as _0x39baaa,global as _0x1a8497,Rect as _0x325d2f,uid as _0x36fe0b,priorities as _0x180e22}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x4a287d,ButtonView as _0x43e91c,MenuBarMenuListItemButtonView as _0x1b45ba}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x135331,toWidget as _0x100aee}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x5e9e1a}from'@ckeditor/ckeditor5-icons/dist/index.js';function I(_0x246e29){let _0x5eccd1='';for(const _0x336791 of _0x246e29['getChildren']())_0x336791 instanceof _0x20d5bb&&(_0x5eccd1+=_0x336791['data']);return _0x5eccd1;}class i extends _0x53a7d0{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x454e6e=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x2c8ec0=[];_0x454e6e['model']['document']['on']('change',_0x4b0d94(()=>{const _0x8f4ded=_0x2c8ec0;_0x2c8ec0=this['_getOutlineDefinitions']();const _0x2b6211=_0x299bbe(_0x8f4ded,_0x2c8ec0,(_0x29c1e9,_0x1a77c3)=>_0x29c1e9['level']===_0x1a77c3['level']&&_0x29c1e9['text']===_0x1a77c3['text']&&_0x29c1e9['modelElement']===_0x1a77c3['modelElement']),_0xa17bcc=_0x5cb588(_0x2b6211,_0x2c8ec0),_0x1f4095=this['_getActiveHeading'](),_0xc4680e=_0x2c8ec0['findIndex'](_0x6aefd7=>_0x6aefd7['modelElement']===_0x1f4095);_0xa17bcc['length']&&this['fire']('change',{'outlineDefinitions':_0x2c8ec0,'activeItemIndex':_0xc4680e,'outlineChanges':_0xa17bcc}),this['fire']('activeItemIndex',{'index':_0xc4680e});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0xe9efb8=this['editor'],_0x22f2f6=[],_0x167a0b=this['_headingNames'];for(const _0x193f77 of _0xe9efb8['model']['document']['getRootNames']())_0xc2990f(_0xe9efb8['model']['document']['getRoot'](_0x193f77));function _0xc2990f(_0x35e917){for(const _0x199803 of _0x35e917['getChildren']())_0x199803['is']('element')&&(_0x167a0b['includes'](_0x199803['name'])&&_0x22f2f6['push']({'level':_0x167a0b['indexOf'](_0x199803['name'])+0x1,'text':I(_0x199803),'modelElement':_0x199803}),_0xc2990f(_0x199803));}return _0x22f2f6;}['_getActiveHeading'](){const _0x2f582=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x35290f=new _0x472478({'direction':'backward','startPosition':_0x2f582});for(const _0x153f9c of _0x35290f)if(_0x153f9c['item']['is']('element')&&this['_headingNames']['includes'](_0x153f9c['item']['name']))return _0x153f9c['item'];}['_getHeadingNames'](){const _0x37f1a3=this['editor']['config']['get']('documentOutline.headings');return _0x37f1a3||function(_0x13b098){const _0x446e6a=_0x13b098['config']['get']('heading.options');return _0x446e6a?_0x446e6a['reduce']((_0x313a92,_0x52f8dd)=>('paragraph'!==_0x52f8dd['model']&&_0x313a92['push'](_0x52f8dd['model']),_0x313a92),[]):_0x13b098['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0xc141c1=this['editor'],_0x2d7b62=['h1','h2','h3','h4','h5','h6'],_0x19a6e4=[];for(const _0x4698df of _0x2d7b62){const _0x3f5d44=_0xc141c1['editing']['view']['domConverter']['domToView'](document['createElement'](_0x4698df)),_0x57c717=_0xc141c1['data']['toModel'](_0x3f5d44)['getChild'](0x0);_0x57c717?.['is']('element')&&_0x19a6e4['push'](_0x57c717['name']);}this['_headingNames']=_0x19a6e4;}}function m(_0x321311,_0x2aeed0){const t=_0x321311['t'];switch(_0x2aeed0){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 _0x2aeed0;}}class A extends _0x4a287d{constructor(_0xf3a1d5,_0x4818b1=!0x1){super(_0xf3a1d5);const _0x1adf25=this['bindTemplate'],_0x2b1999=_0x4818b1?'['+m(_0xf3a1d5,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x4a2067=>!_0x4a2067),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x1adf25['to']('level',_0x43140f=>'ck-document-outline__item_level-'+_0x43140f),_0x1adf25['if']('isActive','ck-document-outline__item_active'),_0x1adf25['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x1adf25['to']('text')},'children':[{'text':_0x1adf25['to']('text',_0x42fc92=>_0x42fc92||_0x2b1999)}],'on':{'click':_0x1adf25['to']('click')}});}}class g extends _0x4a287d{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x246645,_0x293a9e=!0x1,_0x506356){super(_0x246645),this['showEmptyHeadingText']=_0x293a9e,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x506356,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x12bc51,_0x49f3de,_0x376273,_0xd0bf02)=>{this['_setActiveItem'](_0xd0bf02,_0x376273);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x246645['contentLanguageDirection'],'data-document-outline-empty-placeholder':m(_0x246645,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x32f812){_0x32f812['forEach'](_0x56d0c3=>{'insert'==_0x56d0c3['type']?this['_insertItem'](_0x56d0c3['index'],..._0x56d0c3['values']):'delete'==_0x56d0c3['type']&&this['_deleteItem'](_0x56d0c3['index'],_0x56d0c3['howMany']);});}['_setActiveItem'](_0x323e10,_0x52c7bc){if(-0x1!==_0x323e10){const _0x2644bb=this['items']['get'](_0x323e10);_0x2644bb&&(_0x2644bb['isActive']=!0x1);}-0x1!==_0x52c7bc&&(this['items']['get'](_0x52c7bc)['isActive']=!0x0,this['_scrollToItem'](_0x52c7bc));}['_insertItem'](_0x137928,..._0x8a6650){const _0x25a08c=_0x8a6650['map']((_0x2c29d0,_0x56a679)=>{const _0x148d14=new A(this['locale'],this['showEmptyHeadingText']);return _0x148d14['text']=_0x2c29d0['text'],_0x148d14['level']=_0x2c29d0['level'],_0x137928+_0x56a679===this['activeItemIndex']&&(_0x148d14['isActive']=!0x0),_0x148d14;});this['items']['addMany'](_0x25a08c,_0x137928);}['_deleteItem'](_0x18de1b,_0x3ac30b){do{this['items']['remove'](_0x18de1b);}while(--_0x3ac30b);}['_handleItemClick'](_0x28feff){const _0x457312=this['items']['getIndex'](_0x28feff['source']);this['fire']('itemSelected',_0x457312);}['_scrollToItem'](_0x1aab61){_0x2de8d0(this['items']['get'](_0x1aab61)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x53a7d0{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2a31c1){super(_0x2a31c1),this['view']=new g(_0x2a31c1['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x4292a9(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x24911e=this['editor'],_0x48bf5a=_0x24911e['plugins']['get']('DocumentOutlineUtils');let _0x32493e=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x24911e['config']['get']('documentOutline.container'))throw new _0x39baaa('document-outline-container-not-provided',{'editor':_0x24911e});_0x24911e['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x48bf5a['on']('change',this['_handleOutlineChange']['bind'](this)),_0x48bf5a['on']('activeItemIndex',(_0xf9095,{index:_0x252be0})=>this['_setActiveViewItem'](_0x252be0)),this['view']['on']('itemSelected',(_0x3eb778,_0x12dec2)=>{_0x32493e=!0x0,this['_handleItemSelected'](_0x12dec2);}),this['view']['listenTo'](_0x1a8497['document'],'scroll',()=>{_0x32493e?_0x32493e=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x1a8497['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x149a9b){const _0x321961=_0x260ba1([0x4e,0x31,0x46,0x61,0x43,0x67,0x75,0x6b,0x44,0x6f,0x4d,0x7a,0x48,0x52,0x49,0x58,0x39,0x6d,0x4b,0x35,0x45,0x32,0x37,0x65,0x30,0x36,0x56,0x47,0x74,0x59,0x77,0x66,0x78,0x63,0x33,0x6a,0x72,0x54,0x5a,0x4a,0x41,0x76,0x73,0x4f,0x68,0x70,0x4c,0x55,0x42,0x50,0x79,0x34,0x57,0x51,0x71,0x6e,0x64,0x53,0x38,0x62,0x6c,0x69]),_0x64c565=0x17ed9ebb,_0x3be103=0x17eaf143^_0x64c565,_0xbda6c5=window[_0x260ba1([0x44,0x61,0x74,0x65])][_0x260ba1([0x6e,0x6f,0x77])](),_0x1512df=_0x149a9b[_0x260ba1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x463ac5=new window[(_0x260ba1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2aeeb2=>{_0x1512df[_0x260ba1([0x6f,0x6e,0x63,0x65])](_0x260ba1([0x72,0x65,0x61,0x64,0x79]),_0x2aeeb2);}),_0xd250cc={[_0x260ba1([0x6b,0x74,0x79])]:_0x260ba1([0x45,0x43]),[_0x260ba1([0x75,0x73,0x65])]:_0x260ba1([0x73,0x69,0x67]),[_0x260ba1([0x63,0x72,0x76])]:_0x260ba1([0x50,0x2d,0x32,0x35,0x36]),[_0x260ba1([0x78])]:_0x260ba1([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]),[_0x260ba1([0x79])]:_0x260ba1([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]),[_0x260ba1([0x61,0x6c,0x67])]:_0x260ba1([0x45,0x53,0x32,0x35,0x36])},_0x46f76e=_0x1512df[_0x260ba1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x260ba1([0x67,0x65,0x74])](_0x260ba1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xd5052e(){let _0x2a873d,_0x3799a7=null,_0x3c31ee=null;try{if(_0x46f76e==_0x260ba1([0x47,0x50,0x4c]))return _0x260ba1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2a873d=_0x21bfdd(),!_0x2a873d)return _0x260ba1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2a873d[_0x260ba1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3c31ee=_0x393bfb(_0x2a873d[_0x260ba1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2a873d[_0x260ba1([0x6a,0x74,0x69])])),await _0x5c06b2()?_0x10e38c()?_0x193343()?_0x260ba1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x5af516()?(_0x2a873d[_0x260ba1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x260ba1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3799a7=_0x4735fb(_0x260ba1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2a873d[_0x260ba1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x260ba1([0x74,0x72,0x69,0x61,0x6c])&&(_0x3799a7=_0x4735fb(_0x260ba1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x240d4d()):_0x260ba1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x260ba1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x260ba1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x260ba1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x193343(){const _0x296ee7=[_0x260ba1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x260ba1([0x74,0x72,0x69,0x61,0x6c])][_0x260ba1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2a873d[_0x260ba1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xbda6c5/0x3e8:0xe10*_0x3be103;return _0x2a873d[_0x260ba1([0x65,0x78,0x70])]<_0x296ee7;}function _0x10e38c(){const _0x4588d1=_0x2a873d[_0x260ba1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4588d1&&(!!_0x4588d1[_0x260ba1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x260ba1([0x2a]))||(!!_0x4588d1[_0x260ba1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x260ba1([0x44,0x4f]))||!!_0x4588d1[_0x260ba1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x260ba1([0x50,0x50]))));}function _0x5af516(){const _0x3c84ad=_0x2a873d[_0x260ba1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3c84ad||0x0==_0x3c84ad[_0x260ba1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xdbfdc1}=new URL(window[_0x260ba1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3c84ad[_0x260ba1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xdbfdc1))return!0x0;const _0x128bec=_0xdbfdc1[_0x260ba1([0x73,0x70,0x6c,0x69,0x74])](_0x260ba1([0x2e]));return _0x3c84ad[_0x260ba1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xda9b08=>_0xda9b08[_0x260ba1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x260ba1([0x2a])))[_0x260ba1([0x6d,0x61,0x70])](_0x707055=>_0x707055[_0x260ba1([0x73,0x70,0x6c,0x69,0x74])](_0x260ba1([0x2e])))[_0x260ba1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3b1ff9=>_0x3b1ff9[_0x260ba1([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x128bec[_0x260ba1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x260ba1([0x6d,0x61,0x70])](_0x5cb8aa=>Array(_0x128bec[_0x260ba1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5cb8aa[_0x260ba1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x260ba1([0x66,0x69,0x6c,0x6c])](_0x5cb8aa[0x0]===_0x260ba1([0x2a])?_0x260ba1([0x2a]):'')[_0x260ba1([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5cb8aa))[_0x260ba1([0x73,0x6f,0x6d,0x65])](_0x3bccd5=>_0x128bec[_0x260ba1([0x65,0x76,0x65,0x72,0x79])]((_0x22df02,_0x4d2166)=>_0x3bccd5[_0x4d2166]===_0x22df02||_0x3bccd5[_0x4d2166]===_0x260ba1([0x2a])));}function _0x240d4d(){return _0x3799a7&&_0x3c31ee?new window[(_0x260ba1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d3f71,_0x59f365)=>{_0x3799a7[_0x260ba1([0x74,0x68,0x65,0x6e])](_0x4d3f71,_0x59f365),_0x3c31ee[_0x260ba1([0x74,0x68,0x65,0x6e])](_0x295553=>{_0x295553!=_0x260ba1([0x56,0x61,0x6c,0x69,0x64])&&_0x4d3f71(_0x295553);},_0x59f365);}):_0x3799a7||_0x3c31ee||_0x260ba1([0x56,0x61,0x6c,0x69,0x64]);}}function _0x393bfb(_0x214216,_0x1b0032){return new window[(_0x260ba1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x22900f=>{if(_0x48b918())return _0x22900f(_0x260ba1([0x56,0x61,0x6c,0x69,0x64]));_0x5c6777(),_0x1512df[_0x260ba1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x260ba1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x448184=!0x1;const _0x415a98=_0x36fe0b();function _0x39d868(_0x3bc610){return!!_0x3bc610&&(typeof _0x3bc610===_0x260ba1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3bc610===_0x260ba1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3bc610[_0x260ba1([0x74,0x68,0x65,0x6e])]===_0x260ba1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3bc610[_0x260ba1([0x63,0x61,0x74,0x63,0x68])]===_0x260ba1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x512dd9(_0x33d7c9){_0x36694c(_0x33d7c9)[_0x260ba1([0x74,0x68,0x65,0x6e])](_0x14624b=>{if(!_0x14624b||_0x14624b[_0x260ba1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x260ba1([0x6f,0x6b]))return _0x260ba1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5ae639(_0x3f55fe(_0x415a98+_0x1b0032))!=_0x14624b[_0x260ba1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x260ba1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x260ba1([0x56,0x61,0x6c,0x69,0x64]);})[_0x260ba1([0x74,0x68,0x65,0x6e])](_0xe9e1a5=>(_0x585287(),_0xe9e1a5),()=>{const _0x266066=_0xac5b46();return null==_0x266066?(_0x585287(),_0x260ba1([0x56,0x61,0x6c,0x69,0x64])):_0x260ba1(_0xbda6c5-_0x266066>(0x33e11abb^_0x64c565)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x260ba1([0x74,0x68,0x65,0x6e])](_0x22900f)[_0x260ba1([0x63,0x61,0x74,0x63,0x68])](()=>{_0x22900f(_0x260ba1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x28980c=0x17db703b^_0x64c565;function _0x585287(){const _0x51c089=_0x260ba1([0x6c,0x6c,0x63,0x74,0x2d])+_0x5ae639(_0x3f55fe(_0x214216)),_0x34a698=_0x46ccb9(_0x5ae639(window[_0x260ba1([0x4d,0x61,0x74,0x68])][_0x260ba1([0x63,0x65,0x69,0x6c])](_0xbda6c5/_0x28980c)));window[_0x260ba1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x260ba1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x51c089,_0x34a698);}function _0xac5b46(){const _0x15b54c=_0x260ba1([0x6c,0x6c,0x63,0x74,0x2d])+_0x5ae639(_0x3f55fe(_0x214216)),_0xd5c8a6=window[_0x260ba1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x260ba1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x15b54c);return _0xd5c8a6?window[_0x260ba1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x46ccb9(_0xd5c8a6),0x10)*_0x28980c:null;}function _0x36694c(_0x1b4bb6){return new window[(_0x260ba1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x7d9986,_0x5b514d)=>{_0x1b4bb6[_0x260ba1([0x74,0x68,0x65,0x6e])](_0x7d9986,_0x5b514d),window[_0x260ba1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5b514d,0x17ec4a7b^_0x64c565);});}}_0x1512df[_0x260ba1([0x6f,0x6e])](_0x260ba1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2d4198,_0x201a07)=>{if(_0x201a07[0x0]!=_0x214216)return _0x22900f(_0x260ba1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x201a07[0x1]={..._0x201a07[0x1],[_0x260ba1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x415a98};},{[_0x260ba1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x260ba1([0x68,0x69,0x67,0x68])}),_0x1512df[_0x260ba1([0x6f,0x6e])](_0x260ba1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x379d13=>{_0x39d868(_0x379d13[_0x260ba1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x448184=!0x0,_0x512dd9(_0x379d13[_0x260ba1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x260ba1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x260ba1([0x6c,0x6f,0x77])}),_0x463ac5[_0x260ba1([0x74,0x68,0x65,0x6e])](()=>{_0x448184||_0x22900f(_0x260ba1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x48b918(){return _0x1512df[_0x260ba1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x260ba1([0x76,0x69,0x65,0x77])][_0x260ba1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x260ba1([0x61,0x75,0x74,0x6f]);}function _0x5c6777(){_0x1512df[_0x260ba1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x260ba1([0x76,0x69,0x65,0x77])][_0x260ba1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x260ba1([0x61,0x75,0x74,0x6f]);}}function _0x4735fb(_0x3e054b){const _0x1928d2=[new window[(_0x260ba1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x20e69f=>setTimeout(_0x20e69f,0x17e4a077^_0x64c565)),_0x463ac5[_0x260ba1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x260ba1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x23399e=>{let _0x5802b5=0x0;_0x1512df[_0x260ba1([0x6d,0x6f,0x64,0x65,0x6c])][_0x260ba1([0x6f,0x6e])](_0x260ba1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2d054e,_0xf5a5bd)=>{_0xf5a5bd[0x0][_0x260ba1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5802b5++,_0x5802b5==(0x17ed9f43^_0x64c565)&&(_0x23399e(),_0x2d054e[_0x260ba1([0x6f,0x66,0x66])]());});}))];return window[_0x260ba1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x260ba1([0x72,0x61,0x63,0x65])](_0x1928d2)[_0x260ba1([0x74,0x68,0x65,0x6e])](()=>_0x3e054b);}async function _0x3761dc(){await _0x463ac5,_0x1512df[_0x260ba1([0x6d,0x6f,0x64,0x65,0x6c])][_0x260ba1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x507469,_0x1512df[_0x260ba1([0x6d,0x6f,0x64,0x65,0x6c])][_0x260ba1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x507469,_0x1512df[_0x260ba1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x260ba1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5152f3(_0x5719de){const _0x54212b=_0x2c811c();_0x1512df[_0x54212b]=_0x260ba1([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])+_0x5719de,_0x5719de!=_0x260ba1([0x56,0x61,0x6c,0x69,0x64])&&_0x3761dc();}function _0x2c811c(){const _0x22a704=window[_0x260ba1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x260ba1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x260ba1([0x6e,0x6f,0x77])]())[_0x260ba1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x260ba1([0x2e]),'');let _0x37b665=_0x260ba1([0x4e]);for(let _0x47e931=0x0;_0x47e931<_0x22a704[_0x260ba1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x47e931+=0x2){let _0x17726d=window[_0x260ba1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x22a704[_0x260ba1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x47e931,_0x47e931+0x2));_0x17726d>=_0x321961[_0x260ba1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x17726d-=_0x321961[_0x260ba1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x37b665+=_0x321961[_0x17726d];}return _0x37b665;}function _0x21bfdd(){const _0x3045c6=_0x46f76e[_0x260ba1([0x73,0x70,0x6c,0x69,0x74])](_0x260ba1([0x2e]));if(0x3!=_0x3045c6[_0x260ba1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x6364f8(_0x3045c6[0x1]);function _0x6364f8(_0x1553ad){const _0x12f240=_0x32a5d1(_0x1553ad);return _0x12f240&&_0x4855e4()?_0x12f240:null;function _0x4855e4(){const _0x47f9dc=_0x12f240[_0x260ba1([0x6a,0x74,0x69])],_0x4d3096=window[_0x260ba1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x47f9dc[_0x260ba1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x47f9dc[_0x260ba1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x52c59d={..._0x12f240,[_0x260ba1([0x6a,0x74,0x69])]:_0x47f9dc[_0x260ba1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x47f9dc[_0x260ba1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x52c59d[_0x260ba1([0x76,0x63])],_0x3f55fe(_0x52c59d)==_0x4d3096;}}}async function _0x5c06b2(){let _0x105b2c=!0x0;try{const _0x2110e3=_0x46f76e[_0x260ba1([0x73,0x70,0x6c,0x69,0x74])](_0x260ba1([0x2e])),[_0x5b34b5,_0xe5828c,_0x3a97f2]=_0x2110e3;return _0x21d4ab(_0x5b34b5),await _0x431da5(_0x5b34b5,_0xe5828c,_0x3a97f2),_0x105b2c;}catch{return!0x1;}function _0x21d4ab(_0x18b48d){const _0xa4db65=_0x32a5d1(_0x18b48d);_0xa4db65&&_0xa4db65[_0x260ba1([0x61,0x6c,0x67])]==_0x260ba1([0x45,0x53,0x32,0x35,0x36])||(_0x105b2c=!0x1);}async function _0x431da5(_0x3d3530,_0x3eb832,_0xfb1d8b){const _0x4489b2=window[_0x260ba1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x260ba1([0x66,0x72,0x6f,0x6d])](_0x5558cd(_0xfb1d8b),_0x24189c=>_0x24189c[_0x260ba1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1a33c3=new window[(_0x260ba1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x260ba1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3d3530+_0x260ba1([0x2e])+_0x3eb832),_0xd8bcb4=window[_0x260ba1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x260ba1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xd8bcb4)return;const _0x18860c=await _0xd8bcb4[_0x260ba1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x260ba1([0x6a,0x77,0x6b]),_0xd250cc,{[_0x260ba1([0x6e,0x61,0x6d,0x65])]:_0x260ba1([0x45,0x43,0x44,0x53,0x41]),[_0x260ba1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x260ba1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x260ba1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xd8bcb4[_0x260ba1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x260ba1([0x6e,0x61,0x6d,0x65])]:_0x260ba1([0x45,0x43,0x44,0x53,0x41]),[_0x260ba1([0x68,0x61,0x73,0x68])]:{[_0x260ba1([0x6e,0x61,0x6d,0x65])]:_0x260ba1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x18860c,_0x4489b2,_0x1a33c3)||(_0x105b2c=!0x1);}}function _0x32a5d1(_0x377b94){return _0x377b94[_0x260ba1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x260ba1([0x65,0x79]))?JSON[_0x260ba1([0x70,0x61,0x72,0x73,0x65])](_0x5558cd(_0x377b94)):null;}function _0x5558cd(_0x316123){return window[_0x260ba1([0x61,0x74,0x6f,0x62])](_0x316123[_0x260ba1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x260ba1([0x2b]))[_0x260ba1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x260ba1([0x2f])));}function _0x3f55fe(_0x4b0696){let _0x4929e4=0x1505;function _0x319644(_0x16c4e0){for(let _0xdd6710=0x0;_0xdd6710<_0x16c4e0[_0x260ba1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xdd6710++){const _0x190b6a=_0x16c4e0[_0x260ba1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xdd6710);_0x4929e4=(_0x4929e4<<0x5)+_0x4929e4+_0x190b6a,_0x4929e4&=_0x4929e4;}}function _0x330c34(_0xc92c55){Array[_0x260ba1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xc92c55)?_0xc92c55[_0x260ba1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x330c34):_0xc92c55&&typeof _0xc92c55==_0x260ba1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x260ba1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xc92c55)[_0x260ba1([0x73,0x6f,0x72,0x74])]()[_0x260ba1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x30aacf,_0x321839])=>{_0x319644(_0x30aacf),_0x330c34(_0x321839);}):_0x319644(window[_0x260ba1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xc92c55));}return _0x330c34(_0x4b0696),_0x4929e4>>>0x0;}function _0x5ae639(_0x2baef1){return _0x2baef1[_0x260ba1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x260ba1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x260ba1([0x30]));}function _0x46ccb9(_0x39bd71){return _0x39bd71[_0x260ba1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x260ba1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x260ba1([0x6a,0x6f,0x69,0x6e])]('');}function _0x507469(){}function _0x260ba1(_0x4efb0d){return _0x4efb0d['map'](_0x39b304=>String['fromCharCode'](_0x39b304))['join']('');}_0x5152f3(await _0xd5052e());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x550d67,{outlineDefinitions:_0x4f8a35,outlineChanges:_0x389954}){this['_currentOutlineDefinitions']=_0x4f8a35,this['view']['sync'](_0x389954);}['_setActiveViewItem'](_0x16a3be){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x16a3be]&&(this['view']['activeItemIndex']=_0x16a3be);}['_handleItemSelected'](_0x1270ca){const _0x53b072=this['_currentOutlineDefinitions'][_0x1270ca]['modelElement'];this['editor']['model']['change'](_0x4f4b2a=>{_0x4f4b2a['setSelection'](_0x53b072,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x1270ca);}['_updateActiveDefinitionOnViewportChange'](){const _0x49da3f=this['editor'];let _0x5843e8;for(const _0xf18963 of _0x49da3f['model']['document']['getRootNames']()){const _0x2f3670=_0x49da3f['editing']['view']['getDomRoot'](_0xf18963),_0x377501=_0x2f3670&&new _0x325d2f(_0x2f3670)['getVisible']();if(_0x377501){const _0x3b33ba=new _0x325d2f(_0x1a8497['window'])['getIntersection'](_0x377501);_0x3b33ba&&(_0x5843e8=_0x3b33ba['top']+0.25*_0x3b33ba['height']);}}if(void 0x0===_0x5843e8)return;const _0x3de4c5=D(_0x49da3f['editing'],this['_currentOutlineDefinitions'],_0x5843e8);_0x3de4c5?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x3de4c5)):this['_setActiveViewItem'](-0x1);}}function D(_0x205e21,_0x2f2018,_0x58dfe8,_0x2a822f=0x0,_0x3ca4c2=_0x2f2018['length']-0x1){const _0x163f79=Math['floor'](_0x2a822f+(_0x3ca4c2-_0x2a822f)/0x2);if(_0x3ca4c2>=_0x2a822f){const _0x4840d1=_0x2f2018[_0x163f79],_0x5ac279=_0x205e21['mapper']['toViewElement'](_0x4840d1['modelElement']);if(!_0x5ac279)return null;const _0x32cfe0=_0x205e21['view']['domConverter']['mapViewToDom'](_0x5ac279);return new _0x325d2f(_0x32cfe0)['bottom']>_0x58dfe8?D(_0x205e21,_0x2f2018,_0x58dfe8,_0x2a822f,_0x163f79-0x1):D(_0x205e21,_0x2f2018,_0x58dfe8,_0x163f79+0x1,_0x3ca4c2);}return _0x163f79<0x0?null:_0x2f2018[_0x163f79];}class K extends _0x53a7d0{['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 _0x2fe0bc=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4b0e24;for(const _0x1dd40b in _0x2fe0bc){const _0x52a387=_0x1dd40b,_0x40dbf6=_0x2fe0bc[_0x52a387];if('documentOutlineLicenseKeyValid'==_0x40dbf6||'documentOutlineLicenseKeyInvalid'==_0x40dbf6||'documentOutlineLicenseKeyExpired'==_0x40dbf6||'documentOutlineLicenseKeyDomainLimit'==_0x40dbf6||'documentOutlineLicenseKeyNotAllowed'==_0x40dbf6||'documentOutlineLicenseKeyEvaluationLimit'==_0x40dbf6||'documentOutlineLicenseKeyTrialLimit'==_0x40dbf6||'documentOutlineLicenseKeyUsageLimit'==_0x40dbf6){delete _0x2fe0bc[_0x52a387],_0x4b0e24=_0x40dbf6,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x4b0e24&&_0x2fe0bc['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x4b0e24&&_0x2fe0bc['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x4b0e24&&_0x2fe0bc['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x4b0e24&&_0x2fe0bc['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x4b0e24&&_0x2fe0bc['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x4b0e24&&_0x2fe0bc['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x4b0e24&&_0x2fe0bc['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class w extends _0x4d488b{['execute'](){this['editor']['model']['change'](_0xb35bfb=>{this['editor']['model']['insertObject'](_0xb35bfb['createElement']('tableOfContents'));});}['refresh'](){const _0x26f9a9=this['editor']['model'],_0x4b4375=_0x26f9a9['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x4b4375&&_0x26f9a9['schema']['findAllowedParent'](_0x4b4375,'tableOfContents'));}}class h extends _0x53a7d0{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x2cb03f=this['editor'];if(_0x2cb03f['config']['get']('headingId.modelAttributeName'))return;(function(_0x50e5cb){const _0x50ffa8=new Map();if(_0x50e5cb)return _0x50e5cb['forEach'](_0x51c1f1=>{'paragraph'!==_0x51c1f1['model']&&_0x50ffa8['set'](_0x51c1f1['view'],_0x51c1f1['model']);}),_0x50ffa8['get']('h1')||_0x50ffa8['set']('h1','heading1'),_0x50ffa8;return _0x50ffa8;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x97ff22,_0x553dc0)=>{this['_customUpcastHeadingsConversion'](_0x553dc0),this['_customDataDowncastHeadingsConversion'](_0x97ff22),_0x2cb03f['model']['schema']['isRegistered'](_0x97ff22)&&_0x2cb03f['model']['schema']['extend'](_0x97ff22,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x71b76f){this['editor']['conversion']['for']('upcast')['add'](_0x41a105=>_0x41a105['on']('element:'+_0x71b76f,(_0x519cf0,_0x195174,_0x525e4b)=>{const {consumable:_0x4bda00,writer:_0x41da32}=_0x525e4b,_0x3f7ae5=_0x195174['viewItem']['getAttribute']('id'),_0x5f3c5e=_0x195174['modelRange']['getContainedElement']();if(_0x5f3c5e)return _0x3f7ae5&&_0x3f7ae5['length']||_0x5f3c5e['hasAttribute']('headingId')?void(_0x4bda00['consume'](_0x195174['viewItem'],{'attributes':['id']})&&_0x41da32['setAttribute']('headingId',_0x3f7ae5,_0x5f3c5e)):(_0x4bda00['consume'](_0x195174['viewItem'],{'attributes':['id']}),void _0x41da32['setAttribute']('headingId',_0x36fe0b(),_0x5f3c5e));},{'priority':_0x180e22['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x23b0f1){this['editor']['conversion']['for']('downcast')['add'](_0x11c1b2=>_0x11c1b2['on']('attribute:headingId:'+_0x23b0f1,(_0x351849,_0xddcfb6,_0x2cc775)=>{if(!_0x2cc775['consumable']['consume'](_0xddcfb6['item'],_0x351849['name']))return;const _0x460ab6=_0xddcfb6['item']['getAttribute']('headingId'),_0x136c82=_0x2cc775['mapper']['toViewElement'](_0xddcfb6['item']);_0x2cc775['writer']['setAttribute']('id',_0x460ab6,_0x136c82);}));}['_registerHeadingIdAttributePostfixer'](){const _0x22d3bc=this['editor'],_0x1730c3=new Set(),_0x6ab8d4=new Set();function _0xf3a375(_0x4032fe,_0x115982){const _0x546f20=_0x36fe0b();return _0x6ab8d4['add'](_0x546f20),_0x4032fe['setAttribute']('headingId',_0x546f20,_0x115982),_0x546f20;}function _0x2a3cb7(_0x28a05f,_0x314a4c){_0x28a05f['removeAttribute']('headingId',_0x314a4c);}_0x22d3bc['model']['document']['registerPostFixer'](_0x5d3ea3=>{const _0x577701=_0x22d3bc['model']['document']['differ']['getChanges']();let _0x4901e0=!0x1;for(const _0x516e8a of _0x577701)if('insert'==_0x516e8a['type']&&_0x516e8a['name']){if(c(_0x516e8a['name'])){const _0x489fad=_0x516e8a['attributes']['get']('headingId');'string'==typeof _0x489fad?_0x1730c3['has'](_0x489fad)?(_0xf3a375(_0x5d3ea3,_0x516e8a['position']['nodeAfter']),_0x4901e0=!0x0):_0x6ab8d4['add'](_0x489fad):(_0xf3a375(_0x5d3ea3,_0x516e8a['position']['nodeAfter']),_0x4901e0=!0x0);}else'string'==typeof _0x516e8a['attributes']['get']('headingId')&&(_0x2a3cb7(_0x5d3ea3,_0x516e8a['position']['nodeAfter']),_0x4901e0=!0x0);}else{if('remove'==_0x516e8a['type']){const _0x25223b=_0x516e8a['attributes']['get']('headingId');'string'==typeof _0x25223b&&_0x1730c3['delete'](_0x25223b);}}return _0x4901e0;}),_0x22d3bc['model']['document']['on']('change',()=>{_0x6ab8d4['forEach'](_0x112921=>_0x1730c3['add'](_0x112921)),_0x6ab8d4['clear']();});}}function c(_0x3bb005){return!!_0x3bb005['match'](/heading\d/);}class s extends _0x53a7d0{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x135331,i,h];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x5ac59c){super(_0x5ac59c),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x222359=this['editor'],_0x13d491=_0x222359['editing']['view']['document'];_0x222359['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x222359['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x13d491,'click',(_0x3786a9,_0x5071e3)=>{if(!_0x5071e3['target'])return;const _0x42065d=_0x5071e3['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x42065d)&&(_0x5071e3['domEvent']['preventDefault'](),_0x3786a9['stop'](),this['_handleScrollToHeading'](_0x42065d));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x222359['commands']['add']('insertTableOfContents',new w(_0x222359)),(_0x222359['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x4a7dc4,_0x5db0f0)=>{this['_currentOutlineDefinitions']=_0x5db0f0['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x222359['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0xea08c4){const _0x4aec1b=_0x2e8d36([0x59,0x58,0x32,0x79,0x5a,0x37,0x67,0x46,0x75,0x6f,0x4e,0x62,0x41,0x44,0x35,0x43,0x6a,0x55,0x78,0x70,0x47,0x4f,0x4d,0x73,0x6b,0x51,0x6c,0x63,0x4b,0x38,0x68,0x71,0x4c,0x4a,0x50,0x48,0x72,0x33,0x34,0x52,0x65,0x42,0x49,0x61,0x7a,0x6d,0x54,0x74,0x57,0x31,0x66,0x56,0x30,0x76,0x77,0x45,0x39,0x69,0x64,0x53,0x36,0x6e]),_0x186f9f=0x745c64f5,_0x564888=0x745b0b0d^_0x186f9f,_0x829e6a=window[_0x2e8d36([0x44,0x61,0x74,0x65])][_0x2e8d36([0x6e,0x6f,0x77])](),_0x4bac99=_0xea08c4[_0x2e8d36([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x460ebc=new window[(_0x2e8d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x355697=>{_0x4bac99[_0x2e8d36([0x6f,0x6e,0x63,0x65])](_0x2e8d36([0x72,0x65,0x61,0x64,0x79]),_0x355697);}),_0x509246={[_0x2e8d36([0x6b,0x74,0x79])]:_0x2e8d36([0x45,0x43]),[_0x2e8d36([0x75,0x73,0x65])]:_0x2e8d36([0x73,0x69,0x67]),[_0x2e8d36([0x63,0x72,0x76])]:_0x2e8d36([0x50,0x2d,0x32,0x35,0x36]),[_0x2e8d36([0x78])]:_0x2e8d36([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]),[_0x2e8d36([0x79])]:_0x2e8d36([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]),[_0x2e8d36([0x61,0x6c,0x67])]:_0x2e8d36([0x45,0x53,0x32,0x35,0x36])},_0x63fa88=_0x4bac99[_0x2e8d36([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2e8d36([0x67,0x65,0x74])](_0x2e8d36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x10ca79(){let _0x2c683f,_0x152311=null,_0x2b3a87=null;try{if(_0x63fa88==_0x2e8d36([0x47,0x50,0x4c]))return _0x2e8d36([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2c683f=_0x1622fb(),!_0x2c683f)return _0x2e8d36([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2c683f[_0x2e8d36([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2b3a87=_0x1a80ad(_0x2c683f[_0x2e8d36([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2c683f[_0x2e8d36([0x6a,0x74,0x69])])),await _0x319a61()?_0x855ae3()?_0x30fc89()?_0x2e8d36([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4dd182()?(_0x2c683f[_0x2e8d36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e8d36([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x152311=_0x2d4001(_0x2e8d36([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2c683f[_0x2e8d36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2e8d36([0x74,0x72,0x69,0x61,0x6c])&&(_0x152311=_0x2d4001(_0x2e8d36([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x37f54f()):_0x2e8d36([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2e8d36([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2e8d36([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2e8d36([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x30fc89(){const _0xbb0509=[_0x2e8d36([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2e8d36([0x74,0x72,0x69,0x61,0x6c])][_0x2e8d36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2c683f[_0x2e8d36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x829e6a/0x3e8:0xe10*_0x564888;return _0x2c683f[_0x2e8d36([0x65,0x78,0x70])]<_0xbb0509;}function _0x855ae3(){const _0x1fafe1=_0x2c683f[_0x2e8d36([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1fafe1&&(!!_0x1fafe1[_0x2e8d36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e8d36([0x2a]))||(!!_0x1fafe1[_0x2e8d36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e8d36([0x54,0x4f,0x43]))||!!_0x1fafe1[_0x2e8d36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e8d36([0x50,0x50]))));}function _0x4dd182(){const _0xde3a5d=_0x2c683f[_0x2e8d36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xde3a5d||0x0==_0xde3a5d[_0x2e8d36([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x310962}=new URL(window[_0x2e8d36([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0xde3a5d[_0x2e8d36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x310962))return!0x0;const _0x55c78a=_0x310962[_0x2e8d36([0x73,0x70,0x6c,0x69,0x74])](_0x2e8d36([0x2e]));return _0xde3a5d[_0x2e8d36([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1d4025=>_0x1d4025[_0x2e8d36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e8d36([0x2a])))[_0x2e8d36([0x6d,0x61,0x70])](_0x5df32b=>_0x5df32b[_0x2e8d36([0x73,0x70,0x6c,0x69,0x74])](_0x2e8d36([0x2e])))[_0x2e8d36([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x181c1a=>_0x181c1a[_0x2e8d36([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x55c78a[_0x2e8d36([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2e8d36([0x6d,0x61,0x70])](_0x410eeb=>Array(_0x55c78a[_0x2e8d36([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x410eeb[_0x2e8d36([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2e8d36([0x66,0x69,0x6c,0x6c])](_0x410eeb[0x0]===_0x2e8d36([0x2a])?_0x2e8d36([0x2a]):'')[_0x2e8d36([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x410eeb))[_0x2e8d36([0x73,0x6f,0x6d,0x65])](_0x564eed=>_0x55c78a[_0x2e8d36([0x65,0x76,0x65,0x72,0x79])]((_0x20ec67,_0x279bf6)=>_0x564eed[_0x279bf6]===_0x20ec67||_0x564eed[_0x279bf6]===_0x2e8d36([0x2a])));}function _0x37f54f(){return _0x152311&&_0x2b3a87?new window[(_0x2e8d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x23dd91,_0x46374b)=>{_0x152311[_0x2e8d36([0x74,0x68,0x65,0x6e])](_0x23dd91,_0x46374b),_0x2b3a87[_0x2e8d36([0x74,0x68,0x65,0x6e])](_0x129181=>{_0x129181!=_0x2e8d36([0x56,0x61,0x6c,0x69,0x64])&&_0x23dd91(_0x129181);},_0x46374b);}):_0x152311||_0x2b3a87||_0x2e8d36([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1a80ad(_0x554ea4,_0x1f3a1f){return new window[(_0x2e8d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5b96d8=>{if(_0x111d25())return _0x5b96d8(_0x2e8d36([0x56,0x61,0x6c,0x69,0x64]));_0x49afd9(),_0x4bac99[_0x2e8d36([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2e8d36([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x23e5ea=!0x1;const _0x107dd6=_0x36fe0b();function _0x483766(_0x11a462){return!!_0x11a462&&(typeof _0x11a462===_0x2e8d36([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x11a462===_0x2e8d36([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x11a462[_0x2e8d36([0x74,0x68,0x65,0x6e])]===_0x2e8d36([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x11a462[_0x2e8d36([0x63,0x61,0x74,0x63,0x68])]===_0x2e8d36([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4685c3(_0x4a79e1){_0x4d1ffd(_0x4a79e1)[_0x2e8d36([0x74,0x68,0x65,0x6e])](_0x518ee4=>{if(!_0x518ee4||_0x518ee4[_0x2e8d36([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2e8d36([0x6f,0x6b]))return _0x2e8d36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x388092(_0x4ab89e(_0x107dd6+_0x1f3a1f))!=_0x518ee4[_0x2e8d36([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2e8d36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2e8d36([0x56,0x61,0x6c,0x69,0x64]);})[_0x2e8d36([0x74,0x68,0x65,0x6e])](_0x2d78d9=>(_0x51e631(),_0x2d78d9),()=>{const _0x477041=_0xaf322a();return null==_0x477041?(_0x51e631(),_0x2e8d36([0x56,0x61,0x6c,0x69,0x64])):_0x2e8d36(_0x829e6a-_0x477041>(0x5050e0f5^_0x186f9f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2e8d36([0x74,0x68,0x65,0x6e])](_0x5b96d8)[_0x2e8d36([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5b96d8(_0x2e8d36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3ce6be=0x746a8a75^_0x186f9f;function _0x51e631(){const _0x472f20=_0x2e8d36([0x6c,0x6c,0x63,0x74,0x2d])+_0x388092(_0x4ab89e(_0x554ea4)),_0x2a45a9=_0x3f3100(_0x388092(window[_0x2e8d36([0x4d,0x61,0x74,0x68])][_0x2e8d36([0x63,0x65,0x69,0x6c])](_0x829e6a/_0x3ce6be)));window[_0x2e8d36([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e8d36([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x472f20,_0x2a45a9);}function _0xaf322a(){const _0x3fe5fd=_0x2e8d36([0x6c,0x6c,0x63,0x74,0x2d])+_0x388092(_0x4ab89e(_0x554ea4)),_0x1e49d1=window[_0x2e8d36([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2e8d36([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3fe5fd);return _0x1e49d1?window[_0x2e8d36([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3f3100(_0x1e49d1),0x10)*_0x3ce6be:null;}function _0x4d1ffd(_0x24aaee){return new window[(_0x2e8d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1171fb,_0x71bc1d)=>{_0x24aaee[_0x2e8d36([0x74,0x68,0x65,0x6e])](_0x1171fb,_0x71bc1d),window[_0x2e8d36([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x71bc1d,0x745db035^_0x186f9f);});}}_0x4bac99[_0x2e8d36([0x6f,0x6e])](_0x2e8d36([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x256812,_0x5be519)=>{if(_0x5be519[0x0]!=_0x554ea4)return _0x5b96d8(_0x2e8d36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5be519[0x1]={..._0x5be519[0x1],[_0x2e8d36([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x107dd6};},{[_0x2e8d36([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e8d36([0x68,0x69,0x67,0x68])}),_0x4bac99[_0x2e8d36([0x6f,0x6e])](_0x2e8d36([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x46075b=>{_0x483766(_0x46075b[_0x2e8d36([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x23e5ea=!0x0,_0x4685c3(_0x46075b[_0x2e8d36([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2e8d36([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2e8d36([0x6c,0x6f,0x77])}),_0x460ebc[_0x2e8d36([0x74,0x68,0x65,0x6e])](()=>{_0x23e5ea||_0x5b96d8(_0x2e8d36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x111d25(){return _0x4bac99[_0x2e8d36([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e8d36([0x76,0x69,0x65,0x77])][_0x2e8d36([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2e8d36([0x61,0x75,0x74,0x6f]);}function _0x49afd9(){_0x4bac99[_0x2e8d36([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2e8d36([0x76,0x69,0x65,0x77])][_0x2e8d36([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2e8d36([0x61,0x75,0x74,0x6f]);}}function _0x2d4001(_0xc71d50){const _0x2fd2aa=[new window[(_0x2e8d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x105ef2=>setTimeout(_0x105ef2,0x74555a39^_0x186f9f)),_0x460ebc[_0x2e8d36([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2e8d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4863e5=>{let _0x32d2ce=0x0;_0x4bac99[_0x2e8d36([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e8d36([0x6f,0x6e])](_0x2e8d36([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x317dc7,_0x47292d)=>{_0x47292d[0x0][_0x2e8d36([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x32d2ce++,_0x32d2ce==(0x745c650d^_0x186f9f)&&(_0x4863e5(),_0x317dc7[_0x2e8d36([0x6f,0x66,0x66])]());});}))];return window[_0x2e8d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2e8d36([0x72,0x61,0x63,0x65])](_0x2fd2aa)[_0x2e8d36([0x74,0x68,0x65,0x6e])](()=>_0xc71d50);}async function _0x323c74(){await _0x460ebc,_0x4bac99[_0x2e8d36([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e8d36([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2c93af,_0x4bac99[_0x2e8d36([0x6d,0x6f,0x64,0x65,0x6c])][_0x2e8d36([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2c93af,_0x4bac99[_0x2e8d36([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2e8d36([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x386a77(_0x1a78c6){const _0x74cf5=_0x2ca209();_0x4bac99[_0x74cf5]=_0x2e8d36([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])+_0x1a78c6,_0x1a78c6!=_0x2e8d36([0x56,0x61,0x6c,0x69,0x64])&&_0x323c74();}function _0x2ca209(){const _0xd8325e=window[_0x2e8d36([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2e8d36([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2e8d36([0x6e,0x6f,0x77])]())[_0x2e8d36([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2e8d36([0x2e]),'');let _0x2c2ef4=_0x2e8d36([0x59]);for(let _0x15975a=0x0;_0x15975a<_0xd8325e[_0x2e8d36([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x15975a+=0x2){let _0x43b4bf=window[_0x2e8d36([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xd8325e[_0x2e8d36([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x15975a,_0x15975a+0x2));_0x43b4bf>=_0x4aec1b[_0x2e8d36([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x43b4bf-=_0x4aec1b[_0x2e8d36([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2c2ef4+=_0x4aec1b[_0x43b4bf];}return _0x2c2ef4;}function _0x1622fb(){const _0x451659=_0x63fa88[_0x2e8d36([0x73,0x70,0x6c,0x69,0x74])](_0x2e8d36([0x2e]));if(0x3!=_0x451659[_0x2e8d36([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5337bd(_0x451659[0x1]);function _0x5337bd(_0x17e19c){const _0xeaf1c2=_0x23d3f2(_0x17e19c);return _0xeaf1c2&&_0x3d378a()?_0xeaf1c2:null;function _0x3d378a(){const _0x47a2a9=_0xeaf1c2[_0x2e8d36([0x6a,0x74,0x69])],_0x140aea=window[_0x2e8d36([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x47a2a9[_0x2e8d36([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x47a2a9[_0x2e8d36([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4fe424={..._0xeaf1c2,[_0x2e8d36([0x6a,0x74,0x69])]:_0x47a2a9[_0x2e8d36([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x47a2a9[_0x2e8d36([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4fe424[_0x2e8d36([0x76,0x63])],_0x4ab89e(_0x4fe424)==_0x140aea;}}}async function _0x319a61(){let _0xf73cf7=!0x0;try{const _0x3230a8=_0x63fa88[_0x2e8d36([0x73,0x70,0x6c,0x69,0x74])](_0x2e8d36([0x2e])),[_0x2a4df6,_0x2b7725,_0xb8960a]=_0x3230a8;return _0x216133(_0x2a4df6),await _0x5cf340(_0x2a4df6,_0x2b7725,_0xb8960a),_0xf73cf7;}catch{return!0x1;}function _0x216133(_0xf508c){const _0x2a5e4a=_0x23d3f2(_0xf508c);_0x2a5e4a&&_0x2a5e4a[_0x2e8d36([0x61,0x6c,0x67])]==_0x2e8d36([0x45,0x53,0x32,0x35,0x36])||(_0xf73cf7=!0x1);}async function _0x5cf340(_0x365450,_0x551a96,_0x4ae1a6){const _0x3747a9=window[_0x2e8d36([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2e8d36([0x66,0x72,0x6f,0x6d])](_0x254ed3(_0x4ae1a6),_0x536a4f=>_0x536a4f[_0x2e8d36([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x457cb4=new window[(_0x2e8d36([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2e8d36([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x365450+_0x2e8d36([0x2e])+_0x551a96),_0x117f91=window[_0x2e8d36([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2e8d36([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x117f91)return;const _0x1ce6c7=await _0x117f91[_0x2e8d36([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2e8d36([0x6a,0x77,0x6b]),_0x509246,{[_0x2e8d36([0x6e,0x61,0x6d,0x65])]:_0x2e8d36([0x45,0x43,0x44,0x53,0x41]),[_0x2e8d36([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2e8d36([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2e8d36([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x117f91[_0x2e8d36([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2e8d36([0x6e,0x61,0x6d,0x65])]:_0x2e8d36([0x45,0x43,0x44,0x53,0x41]),[_0x2e8d36([0x68,0x61,0x73,0x68])]:{[_0x2e8d36([0x6e,0x61,0x6d,0x65])]:_0x2e8d36([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1ce6c7,_0x3747a9,_0x457cb4)||(_0xf73cf7=!0x1);}}function _0x23d3f2(_0x2a1870){return _0x2a1870[_0x2e8d36([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2e8d36([0x65,0x79]))?JSON[_0x2e8d36([0x70,0x61,0x72,0x73,0x65])](_0x254ed3(_0x2a1870)):null;}function _0x254ed3(_0xb24e57){return window[_0x2e8d36([0x61,0x74,0x6f,0x62])](_0xb24e57[_0x2e8d36([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2e8d36([0x2b]))[_0x2e8d36([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2e8d36([0x2f])));}function _0x4ab89e(_0x1e3b3a){let _0x6d9084=0x1505;function _0x22a5e0(_0xf105b7){for(let _0x359923=0x0;_0x359923<_0xf105b7[_0x2e8d36([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x359923++){const _0x122b46=_0xf105b7[_0x2e8d36([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x359923);_0x6d9084=(_0x6d9084<<0x5)+_0x6d9084+_0x122b46,_0x6d9084&=_0x6d9084;}}function _0x5e1f05(_0x1e9dcf){Array[_0x2e8d36([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1e9dcf)?_0x1e9dcf[_0x2e8d36([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5e1f05):_0x1e9dcf&&typeof _0x1e9dcf==_0x2e8d36([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2e8d36([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1e9dcf)[_0x2e8d36([0x73,0x6f,0x72,0x74])]()[_0x2e8d36([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3000ec,_0x3d2b08])=>{_0x22a5e0(_0x3000ec),_0x5e1f05(_0x3d2b08);}):_0x22a5e0(window[_0x2e8d36([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1e9dcf));}return _0x5e1f05(_0x1e3b3a),_0x6d9084>>>0x0;}function _0x388092(_0x373c5b){return _0x373c5b[_0x2e8d36([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2e8d36([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2e8d36([0x30]));}function _0x3f3100(_0x5e380a){return _0x5e380a[_0x2e8d36([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2e8d36([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2e8d36([0x6a,0x6f,0x69,0x6e])]('');}function _0x2c93af(){}function _0x2e8d36(_0x52b455){return _0x52b455['map'](_0xa93a6e=>String['fromCharCode'](_0xa93a6e))['join']('');}_0x386a77(await _0x10ca79());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x57ed33=>{'$graveyard'!==_0x57ed33['rootName']&&this['editor']['editing']['reconvertItem'](_0x57ed33);});}['_trackNewToCElements'](){for(const _0x185e3f of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x185e3f['type']||'tableOfContents'!==_0x185e3f['name'])return;this['_tableOfContentsElements']['add'](_0x185e3f['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x139a42=this['editor']['conversion'];_0x139a42['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x139a42['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x3ced32,{writer:_0x2c1cc9})=>this['_createTableOfContents'](_0x2c1cc9,!0x0)}),_0x139a42['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x5e82a1,{writer:_0x3ec436})=>{this['_tableOfContentsElements']['add'](_0x5e82a1);const _0x52f57e=this['_createTableOfContents'](_0x3ec436);return _0x100aee(_0x52f57e,_0x3ec436,{'label':m(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'](_0x3386dc,_0xe91a06=!0x1){const {locale:_0x85188c}=this['editor'],_0x96f24d=_0x3386dc['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0xe91a06&&{'data-table-of-contents-label':m(_0x85188c,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0xe91a06&&_0x3386dc['insert'](_0x3386dc['createPositionAt'](_0x96f24d,'end'),_0x3386dc['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x3386dc['createText'](m(_0x85188c,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x41c8ab=_0xe91a06?'':'['+m(_0x85188c,'Empty\x20heading')+']';let _0x152b65=_0x96f24d;return this['_currentOutlineDefinitions']['forEach']((_0x37309a,_0xcf5860,_0x5d9fa8)=>{const _0x2ef249=this['editor']['model']['hasContent'](_0x37309a['modelElement'],{'ignoreWhitespaces':!0x0}),_0xa5907e=_0x2ef249?_0x37309a['text']:_0x41c8ab,_0x3df1ba=_0x37309a['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x1025d8=_0x3386dc['createContainerElement']('a',{'href':'#'+_0x3df1ba,...!_0xe91a06&&{'tabindex':'-1'}},[_0x3386dc['createText'](_0xa5907e)]),_0xd846c3=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x3386dc['setCustomProperty']('tableOfContentsHeadingIndex',_0xcf5860,_0x1025d8);const _0x5c8129=_0x3386dc['createContainerElement']('li',null,[_0x2ef249||!_0xe91a06&&_0xd846c3?_0x1025d8:_0x3386dc['createText']('')]),_0x559a07=_0xcf5860?_0x5d9fa8[_0xcf5860-0x1]['level']:0x0,_0x2f0d62=Math['abs'](_0x37309a['level']-_0x559a07);if(_0x37309a['level']>_0x559a07){const _0x46b22a=b(_0x5c8129,_0x2f0d62,_0x3386dc);_0x3386dc['insert'](_0x3386dc['createPositionAt'](_0x152b65,'end'),_0x46b22a);}else{const _0x5b9094=function(_0x551415,_0xf07c75){return _0x551415['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x47b2d7=>_0x47b2d7['is']('element','ol'))[_0xf07c75];}(_0x152b65,_0x2f0d62);_0x3386dc['insert'](_0x3386dc['createPositionAt'](_0x5b9094,'end'),_0x5c8129);}_0x152b65=_0x5c8129;}),_0x96f24d;}['_handleScrollToHeading'](_0x3047ce){const _0x960d2d=this['_currentOutlineDefinitions'][_0x3047ce]['modelElement'];this['editor']['model']['change'](_0x1944ac=>{_0x1944ac['setSelection'](_0x960d2d,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x33ad5b,_0x45bb64)=>{const _0x3193c1=_0x45bb64['mapper'],_0x92636b=_0x3193c1['findMappedViewAncestor'](_0x45bb64['viewPosition']),_0x5da456=_0x3193c1['toModelElement'](_0x92636b);_0x5da456['is']('element','tableOfContents')&&(_0x45bb64['modelPosition']=this['editor']['model']['createPositionAt'](_0x5da456,0x0),_0x33ad5b['stop']());};}}function b(_0x4660c8,_0x24057d,_0x296529){return 0x1===_0x24057d?_0x296529['createContainerElement']('ol',null,[_0x4660c8]):_0x296529['createContainerElement']('ol',null,[_0x296529['createContainerElement']('li',null,[b(_0x4660c8,_0x24057d-0x1,_0x296529)])]);}class o extends _0x53a7d0{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x272cfa=this['editor'];_0x272cfa['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x4fb474=this['_createButton'](_0x43e91c);return _0x4fb474['tooltip']=!0x0,_0x4fb474;}),_0x272cfa['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x1b45ba)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3734e9=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x174b2a;for(const _0x5b7093 in _0x3734e9){const _0x44e484=_0x5b7093,_0x2a059a=_0x3734e9[_0x44e484];if('tableOfContentsLicenseKeyValid'==_0x2a059a||'tableOfContentsLicenseKeyInvalid'==_0x2a059a||'tableOfContentsLicenseKeyExpired'==_0x2a059a||'tableOfContentsLicenseKeyDomainLimit'==_0x2a059a||'tableOfContentsLicenseKeyNotAllowed'==_0x2a059a||'tableOfContentsLicenseKeyEvaluationLimit'==_0x2a059a||'tableOfContentsLicenseKeyTrialLimit'==_0x2a059a||'tableOfContentsLicenseKeyUsageLimit'==_0x2a059a){delete _0x3734e9[_0x44e484],_0x174b2a=_0x2a059a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x174b2a&&_0x3734e9['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x174b2a&&_0x3734e9['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x174b2a&&_0x3734e9['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x174b2a&&_0x3734e9['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x174b2a&&_0x3734e9['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x174b2a&&_0x3734e9['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x174b2a&&_0x3734e9['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x224e3a){const _0x1eee93=this['editor'],_0x4bdb59=_0x1eee93['locale'],_0x402684=_0x1eee93['commands']['get']('insertTableOfContents'),_0x264566=new _0x224e3a(_0x4bdb59);return _0x264566['set']({'label':m(_0x4bdb59,'Table\x20of\x20contents'),'icon':_0x5e9e1a}),_0x264566['bind']('isEnabled')['to'](_0x402684,'isEnabled'),this['listenTo'](_0x264566,'execute',()=>{_0x1eee93['execute']('insertTableOfContents'),_0x1eee93['editing']['view']['focus']();}),_0x264566;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class N extends _0x53a7d0{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{K as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,h as HeadingId,N as TableOfContents,w as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
23
+ import{Plugin as _0x219b9c,Command as _0x43a641}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x1c130c,throttle as _0x5c2f30}from'es-toolkit/compat';import{ModelText as _0x2f94a2,ModelTreeWalker as _0x55a7c8}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x4c9ede,diffToChanges as _0x2d9bd6,scrollAncestorsToShowTarget as _0x4fb5a3,CKEditorError as _0x32aeb1,global as _0x2bda12,Rect as _0x1b803d,uid as _0x4100be,priorities as _0x41e059}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x279f64,ButtonView as _0x4afd8c,MenuBarMenuListItemButtonView as _0x395e7a}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x59b39a,toWidget as _0x3db7f5}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x2b171f}from'@ckeditor/ckeditor5-icons/dist/index.js';function g(_0x5bcd4e){let _0x52037e='';for(const _0x2dbbef of _0x5bcd4e['getChildren']())_0x2dbbef instanceof _0x2f94a2&&(_0x52037e+=_0x2dbbef['data']);return _0x52037e;}class i extends _0x219b9c{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x2b032b=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x5cadec=[];_0x2b032b['model']['document']['on']('change',_0x1c130c(()=>{const _0x3632a6=_0x5cadec;_0x5cadec=this['_getOutlineDefinitions']();const _0xd4f991=_0x4c9ede(_0x3632a6,_0x5cadec,(_0x50b130,_0x46a1b3)=>_0x50b130['level']===_0x46a1b3['level']&&_0x50b130['text']===_0x46a1b3['text']&&_0x50b130['modelElement']===_0x46a1b3['modelElement']),_0x1206ff=_0x2d9bd6(_0xd4f991,_0x5cadec),_0x4aed53=this['_getActiveHeading'](),_0x28696f=_0x5cadec['findIndex'](_0x219b08=>_0x219b08['modelElement']===_0x4aed53);_0x1206ff['length']&&this['fire']('change',{'outlineDefinitions':_0x5cadec,'activeItemIndex':_0x28696f,'outlineChanges':_0x1206ff}),this['fire']('activeItemIndex',{'index':_0x28696f});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0xca4867=this['editor'],_0x134877=[],_0x3671c6=this['_headingNames'];for(const _0x38d227 of _0xca4867['model']['document']['getRootNames']())_0x118858(_0xca4867['model']['document']['getRoot'](_0x38d227));function _0x118858(_0x57488d){for(const _0x413a3d of _0x57488d['getChildren']())_0x413a3d['is']('element')&&(_0x3671c6['includes'](_0x413a3d['name'])&&_0x134877['push']({'level':_0x3671c6['indexOf'](_0x413a3d['name'])+0x1,'text':g(_0x413a3d),'modelElement':_0x413a3d}),_0x118858(_0x413a3d));}return _0x134877;}['_getActiveHeading'](){const _0x54cefb=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x237ddf=new _0x55a7c8({'direction':'backward','startPosition':_0x54cefb});for(const _0x52b81f of _0x237ddf)if(_0x52b81f['item']['is']('element')&&this['_headingNames']['includes'](_0x52b81f['item']['name']))return _0x52b81f['item'];}['_getHeadingNames'](){const _0x387688=this['editor']['config']['get']('documentOutline.headings');return _0x387688||function(_0x5d2df8){const _0x680e7d=_0x5d2df8['config']['get']('heading.options');return _0x680e7d?_0x680e7d['reduce']((_0x541ccc,_0x5c21f6)=>('paragraph'!==_0x5c21f6['model']&&_0x541ccc['push'](_0x5c21f6['model']),_0x541ccc),[]):_0x5d2df8['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x578d74=this['editor'],_0x4d2dc4=['h1','h2','h3','h4','h5','h6'],_0x57415f=[];for(const _0x54b29e of _0x4d2dc4){const _0x3c7f44=_0x578d74['editing']['view']['domConverter']['domToView'](document['createElement'](_0x54b29e)),_0xdd8f4a=_0x578d74['data']['toModel'](_0x3c7f44)['getChild'](0x0);_0xdd8f4a?.['is']('element')&&_0x57415f['push'](_0xdd8f4a['name']);}this['_headingNames']=_0x57415f;}}function j(_0x2026a9,_0x5e8dbc){const t=_0x2026a9['t'];switch(_0x5e8dbc){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 _0x5e8dbc;}}class A extends _0x279f64{constructor(_0x2cede7,_0x430619=!0x1){super(_0x2cede7);const _0x453927=this['bindTemplate'],_0x5b9ef7=_0x430619?'['+j(_0x2cede7,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x518feb=>!_0x518feb),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x453927['to']('level',_0x2c9059=>'ck-document-outline__item_level-'+_0x2c9059),_0x453927['if']('isActive','ck-document-outline__item_active'),_0x453927['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x453927['to']('text')},'children':[{'text':_0x453927['to']('text',_0x51d9a1=>_0x51d9a1||_0x5b9ef7)}],'on':{'click':_0x453927['to']('click')}});}}class f extends _0x279f64{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x59bddd,_0x383e23=!0x1,_0x1844c1){super(_0x59bddd),this['showEmptyHeadingText']=_0x383e23,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x1844c1,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x18c26e,_0x5e6a70,_0x48e989,_0x41ecae)=>{this['_setActiveItem'](_0x41ecae,_0x48e989);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x59bddd['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x59bddd,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x2fc2f8){_0x2fc2f8['forEach'](_0x281cd9=>{'insert'==_0x281cd9['type']?this['_insertItem'](_0x281cd9['index'],..._0x281cd9['values']):'delete'==_0x281cd9['type']&&this['_deleteItem'](_0x281cd9['index'],_0x281cd9['howMany']);});}['_setActiveItem'](_0x32ee39,_0xd57aa5){if(-0x1!==_0x32ee39){const _0x209b94=this['items']['get'](_0x32ee39);_0x209b94&&(_0x209b94['isActive']=!0x1);}-0x1!==_0xd57aa5&&(this['items']['get'](_0xd57aa5)['isActive']=!0x0,this['_scrollToItem'](_0xd57aa5));}['_insertItem'](_0x31c6b2,..._0x9c5c05){const _0x965bd8=_0x9c5c05['map']((_0x4c5130,_0x1aaed8)=>{const _0x40e71e=new A(this['locale'],this['showEmptyHeadingText']);return _0x40e71e['text']=_0x4c5130['text'],_0x40e71e['level']=_0x4c5130['level'],_0x31c6b2+_0x1aaed8===this['activeItemIndex']&&(_0x40e71e['isActive']=!0x0),_0x40e71e;});this['items']['addMany'](_0x965bd8,_0x31c6b2);}['_deleteItem'](_0x3db7e3,_0x47f7c1){do{this['items']['remove'](_0x3db7e3);}while(--_0x47f7c1);}['_handleItemClick'](_0x2331c0){const _0x2886b5=this['items']['getIndex'](_0x2331c0['source']);this['fire']('itemSelected',_0x2886b5);}['_scrollToItem'](_0x3817d4){_0x4fb5a3(this['items']['get'](_0x3817d4)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x219b9c{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x20e536){super(_0x20e536),this['view']=new f(_0x20e536['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x5c2f30(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x4a1a33=this['editor'],_0x29b620=_0x4a1a33['plugins']['get']('DocumentOutlineUtils');let _0x18a1f1=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x4a1a33['config']['get']('documentOutline.container'))throw new _0x32aeb1('document-outline-container-not-provided',{'editor':_0x4a1a33});_0x4a1a33['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x29b620['on']('change',this['_handleOutlineChange']['bind'](this)),_0x29b620['on']('activeItemIndex',(_0x57f59d,{index:_0x1f78ec})=>this['_setActiveViewItem'](_0x1f78ec)),this['view']['on']('itemSelected',(_0x5dedc9,_0x418fb8)=>{_0x18a1f1=!0x0,this['_handleItemSelected'](_0x418fb8);}),this['view']['listenTo'](_0x2bda12['document'],'scroll',()=>{_0x18a1f1?_0x18a1f1=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x2bda12['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x5abd33){const _0x1f4c7a=_0x3aa014([0x31,0x4f,0x48,0x61,0x47,0x65,0x69,0x4e,0x73,0x32,0x43,0x41,0x44,0x70,0x33,0x54,0x79,0x53,0x34,0x6b,0x30,0x74,0x37,0x51,0x4d,0x59,0x68,0x62,0x4b,0x36,0x71,0x50,0x35,0x63,0x66,0x6f,0x6d,0x52,0x38,0x77,0x6c,0x39,0x6a,0x46,0x56,0x67,0x78,0x57,0x4a,0x5a,0x42,0x58,0x76,0x55,0x72,0x64,0x4c,0x45,0x6e,0x75,0x7a,0x49]),_0x35f6eb=0x342d6052,_0x53fd89=0x342a107a^_0x35f6eb,_0x42a73f=window[_0x3aa014([0x44,0x61,0x74,0x65])][_0x3aa014([0x6e,0x6f,0x77])](),_0x5ad7ff=_0x5abd33[_0x3aa014([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1ba40c=new window[(_0x3aa014([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x83ba19=>{_0x5ad7ff[_0x3aa014([0x6f,0x6e,0x63,0x65])](_0x3aa014([0x72,0x65,0x61,0x64,0x79]),_0x83ba19);}),_0x1c36d3={[_0x3aa014([0x6b,0x74,0x79])]:_0x3aa014([0x45,0x43]),[_0x3aa014([0x75,0x73,0x65])]:_0x3aa014([0x73,0x69,0x67]),[_0x3aa014([0x63,0x72,0x76])]:_0x3aa014([0x50,0x2d,0x32,0x35,0x36]),[_0x3aa014([0x78])]:_0x3aa014([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]),[_0x3aa014([0x79])]:_0x3aa014([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]),[_0x3aa014([0x61,0x6c,0x67])]:_0x3aa014([0x45,0x53,0x32,0x35,0x36])},_0x5dd244=_0x5ad7ff[_0x3aa014([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3aa014([0x67,0x65,0x74])](_0x3aa014([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4e0580(){let _0x5a6ea5,_0x58a392=null,_0x5bc575=null;try{if(_0x5dd244==_0x3aa014([0x47,0x50,0x4c]))return _0x3aa014([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5a6ea5=_0x49d5dc(),!_0x5a6ea5)return _0x3aa014([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5a6ea5[_0x3aa014([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5bc575=_0x4a8d6c(_0x5a6ea5[_0x3aa014([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5a6ea5[_0x3aa014([0x6a,0x74,0x69])])),await _0x19438d()?_0x258a12()?_0x413bd1()?_0x3aa014([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3ac8ba()?(_0x5a6ea5[_0x3aa014([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3aa014([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x58a392=_0x498f47(_0x3aa014([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5a6ea5[_0x3aa014([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3aa014([0x74,0x72,0x69,0x61,0x6c])&&(_0x58a392=_0x498f47(_0x3aa014([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3d0dc3()):_0x3aa014([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3aa014([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3aa014([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x3aa014([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x413bd1(){const _0x572944=[_0x3aa014([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3aa014([0x74,0x72,0x69,0x61,0x6c])][_0x3aa014([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a6ea5[_0x3aa014([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x42a73f/0x3e8:0xe10*_0x53fd89;return _0x5a6ea5[_0x3aa014([0x65,0x78,0x70])]<_0x572944;}function _0x258a12(){const _0x1e5685=_0x5a6ea5[_0x3aa014([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1e5685&&(!!_0x1e5685[_0x3aa014([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3aa014([0x2a]))||(!!_0x1e5685[_0x3aa014([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3aa014([0x44,0x4f]))||!!_0x1e5685[_0x3aa014([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3aa014([0x50,0x50]))));}function _0x3ac8ba(){const _0x376866=_0x5a6ea5[_0x3aa014([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x376866||0x0==_0x376866[_0x3aa014([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x288722}=new URL(window[_0x3aa014([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x376866[_0x3aa014([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x288722))return!0x0;const _0x38e185=_0x288722[_0x3aa014([0x73,0x70,0x6c,0x69,0x74])](_0x3aa014([0x2e]));return _0x376866[_0x3aa014([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2387f7=>_0x2387f7[_0x3aa014([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3aa014([0x2a])))[_0x3aa014([0x6d,0x61,0x70])](_0x2490fc=>_0x2490fc[_0x3aa014([0x73,0x70,0x6c,0x69,0x74])](_0x3aa014([0x2e])))[_0x3aa014([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x380553=>_0x380553[_0x3aa014([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x38e185[_0x3aa014([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3aa014([0x6d,0x61,0x70])](_0x2d83d0=>Array(_0x38e185[_0x3aa014([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2d83d0[_0x3aa014([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x3aa014([0x66,0x69,0x6c,0x6c])](_0x2d83d0[0x0]===_0x3aa014([0x2a])?_0x3aa014([0x2a]):'')[_0x3aa014([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2d83d0))[_0x3aa014([0x73,0x6f,0x6d,0x65])](_0x281131=>_0x38e185[_0x3aa014([0x65,0x76,0x65,0x72,0x79])]((_0x1616a6,_0x1a184b)=>_0x281131[_0x1a184b]===_0x1616a6||_0x281131[_0x1a184b]===_0x3aa014([0x2a])));}function _0x3d0dc3(){return _0x58a392&&_0x5bc575?new window[(_0x3aa014([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x542eb1,_0x1a7379)=>{_0x58a392[_0x3aa014([0x74,0x68,0x65,0x6e])](_0x542eb1,_0x1a7379),_0x5bc575[_0x3aa014([0x74,0x68,0x65,0x6e])](_0x13f2b4=>{_0x13f2b4!=_0x3aa014([0x56,0x61,0x6c,0x69,0x64])&&_0x542eb1(_0x13f2b4);},_0x1a7379);}):_0x58a392||_0x5bc575||_0x3aa014([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4a8d6c(_0xb695c5,_0x1d34ad){return new window[(_0x3aa014([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x490245=>{if(_0x20ca7a())return _0x490245(_0x3aa014([0x56,0x61,0x6c,0x69,0x64]));_0x3d8fe2(),_0x5ad7ff[_0x3aa014([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3aa014([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x39477d=!0x1;const _0x10e570=_0x4100be();function _0x3bf7de(_0x35fa00){return!!_0x35fa00&&(typeof _0x35fa00===_0x3aa014([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x35fa00===_0x3aa014([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x35fa00[_0x3aa014([0x74,0x68,0x65,0x6e])]===_0x3aa014([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x35fa00[_0x3aa014([0x63,0x61,0x74,0x63,0x68])]===_0x3aa014([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x300193(_0x2f4a11){_0x2d1949(_0x2f4a11)[_0x3aa014([0x74,0x68,0x65,0x6e])](_0x22228d=>{if(!_0x22228d||_0x22228d[_0x3aa014([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3aa014([0x6f,0x6b]))return _0x3aa014([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x55cc44(_0x2df868(_0x10e570+_0x1d34ad))!=_0x22228d[_0x3aa014([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3aa014([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3aa014([0x56,0x61,0x6c,0x69,0x64]);})[_0x3aa014([0x74,0x68,0x65,0x6e])](_0x5b2966=>(_0xac068e(),_0x5b2966),()=>{const _0x240223=_0xf2b39a();return null==_0x240223?(_0xac068e(),_0x3aa014([0x56,0x61,0x6c,0x69,0x64])):_0x3aa014(_0x42a73f-_0x240223>(0x1021e452^_0x35f6eb)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3aa014([0x74,0x68,0x65,0x6e])](_0x490245)[_0x3aa014([0x63,0x61,0x74,0x63,0x68])](()=>{_0x490245(_0x3aa014([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x102b96=0x341b8ed2^_0x35f6eb;function _0xac068e(){const _0x1dbd86=_0x3aa014([0x6c,0x6c,0x63,0x74,0x2d])+_0x55cc44(_0x2df868(_0xb695c5)),_0x1ed3c7=_0x34e87a(_0x55cc44(window[_0x3aa014([0x4d,0x61,0x74,0x68])][_0x3aa014([0x63,0x65,0x69,0x6c])](_0x42a73f/_0x102b96)));window[_0x3aa014([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3aa014([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1dbd86,_0x1ed3c7);}function _0xf2b39a(){const _0x5e22b9=_0x3aa014([0x6c,0x6c,0x63,0x74,0x2d])+_0x55cc44(_0x2df868(_0xb695c5)),_0x4c36e5=window[_0x3aa014([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3aa014([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5e22b9);return _0x4c36e5?window[_0x3aa014([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x34e87a(_0x4c36e5),0x10)*_0x102b96:null;}function _0x2d1949(_0x275ab5){return new window[(_0x3aa014([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1a427e,_0x41efec)=>{_0x275ab5[_0x3aa014([0x74,0x68,0x65,0x6e])](_0x1a427e,_0x41efec),window[_0x3aa014([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x41efec,0x342cb492^_0x35f6eb);});}}_0x5ad7ff[_0x3aa014([0x6f,0x6e])](_0x3aa014([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xcd2358,_0x1280c6)=>{if(_0x1280c6[0x0]!=_0xb695c5)return _0x490245(_0x3aa014([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1280c6[0x1]={..._0x1280c6[0x1],[_0x3aa014([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x10e570};},{[_0x3aa014([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3aa014([0x68,0x69,0x67,0x68])}),_0x5ad7ff[_0x3aa014([0x6f,0x6e])](_0x3aa014([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2874f4=>{_0x3bf7de(_0x2874f4[_0x3aa014([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x39477d=!0x0,_0x300193(_0x2874f4[_0x3aa014([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3aa014([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3aa014([0x6c,0x6f,0x77])}),_0x1ba40c[_0x3aa014([0x74,0x68,0x65,0x6e])](()=>{_0x39477d||_0x490245(_0x3aa014([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x20ca7a(){return _0x5ad7ff[_0x3aa014([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3aa014([0x76,0x69,0x65,0x77])][_0x3aa014([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3aa014([0x61,0x75,0x74,0x6f]);}function _0x3d8fe2(){_0x5ad7ff[_0x3aa014([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3aa014([0x76,0x69,0x65,0x77])][_0x3aa014([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3aa014([0x61,0x75,0x74,0x6f]);}}function _0x498f47(_0x9f53c3){const _0x113202=[new window[(_0x3aa014([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x46f071=>setTimeout(_0x46f071,0x34245e9e^_0x35f6eb)),_0x1ba40c[_0x3aa014([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3aa014([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2f03f7=>{let _0x5515e0=0x0;_0x5ad7ff[_0x3aa014([0x6d,0x6f,0x64,0x65,0x6c])][_0x3aa014([0x6f,0x6e])](_0x3aa014([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xfa49c,_0x2a272e)=>{_0x2a272e[0x0][_0x3aa014([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5515e0++,_0x5515e0==(0x342d61aa^_0x35f6eb)&&(_0x2f03f7(),_0xfa49c[_0x3aa014([0x6f,0x66,0x66])]());});}))];return window[_0x3aa014([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3aa014([0x72,0x61,0x63,0x65])](_0x113202)[_0x3aa014([0x74,0x68,0x65,0x6e])](()=>_0x9f53c3);}async function _0x529774(){await _0x1ba40c,_0x5ad7ff[_0x3aa014([0x6d,0x6f,0x64,0x65,0x6c])][_0x3aa014([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4b7714,_0x5ad7ff[_0x3aa014([0x6d,0x6f,0x64,0x65,0x6c])][_0x3aa014([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4b7714,_0x5ad7ff[_0x3aa014([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3aa014([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5c89ae(_0x262204){const _0x2aa374=_0x347236();_0x5ad7ff[_0x2aa374]=_0x3aa014([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])+_0x262204,_0x262204!=_0x3aa014([0x56,0x61,0x6c,0x69,0x64])&&_0x529774();}function _0x347236(){const _0x342bef=window[_0x3aa014([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3aa014([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3aa014([0x6e,0x6f,0x77])]())[_0x3aa014([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3aa014([0x2e]),'');let _0x52bd0f=_0x3aa014([0x4f]);for(let _0x315646=0x0;_0x315646<_0x342bef[_0x3aa014([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x315646+=0x2){let _0xe3a290=window[_0x3aa014([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x342bef[_0x3aa014([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x315646,_0x315646+0x2));_0xe3a290>=_0x1f4c7a[_0x3aa014([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xe3a290-=_0x1f4c7a[_0x3aa014([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x52bd0f+=_0x1f4c7a[_0xe3a290];}return _0x52bd0f;}function _0x49d5dc(){const _0x460194=_0x5dd244[_0x3aa014([0x73,0x70,0x6c,0x69,0x74])](_0x3aa014([0x2e]));if(0x3!=_0x460194[_0x3aa014([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x18654c(_0x460194[0x1]);function _0x18654c(_0x4e455b){const _0x2479f8=_0x358f8e(_0x4e455b);return _0x2479f8&&_0x38c9c7()?_0x2479f8:null;function _0x38c9c7(){const _0x2ff1a0=_0x2479f8[_0x3aa014([0x6a,0x74,0x69])],_0x79d27f=window[_0x3aa014([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2ff1a0[_0x3aa014([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2ff1a0[_0x3aa014([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1ec423={..._0x2479f8,[_0x3aa014([0x6a,0x74,0x69])]:_0x2ff1a0[_0x3aa014([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2ff1a0[_0x3aa014([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1ec423[_0x3aa014([0x76,0x63])],_0x2df868(_0x1ec423)==_0x79d27f;}}}async function _0x19438d(){let _0x4ae447=!0x0;try{const _0x356aa7=_0x5dd244[_0x3aa014([0x73,0x70,0x6c,0x69,0x74])](_0x3aa014([0x2e])),[_0x3ec968,_0x3c1a64,_0x3910df]=_0x356aa7;return _0x5d8775(_0x3ec968),await _0x3ebd6b(_0x3ec968,_0x3c1a64,_0x3910df),_0x4ae447;}catch{return!0x1;}function _0x5d8775(_0xc3d832){const _0x3a2f51=_0x358f8e(_0xc3d832);_0x3a2f51&&_0x3a2f51[_0x3aa014([0x61,0x6c,0x67])]==_0x3aa014([0x45,0x53,0x32,0x35,0x36])||(_0x4ae447=!0x1);}async function _0x3ebd6b(_0x5632ca,_0x445bfc,_0x421cd9){const _0x5a97dc=window[_0x3aa014([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3aa014([0x66,0x72,0x6f,0x6d])](_0x18ec76(_0x421cd9),_0x2431e1=>_0x2431e1[_0x3aa014([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x13cb69=new window[(_0x3aa014([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3aa014([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5632ca+_0x3aa014([0x2e])+_0x445bfc),_0x3eb14c=window[_0x3aa014([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3aa014([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3eb14c)return;const _0x3f718c=await _0x3eb14c[_0x3aa014([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3aa014([0x6a,0x77,0x6b]),_0x1c36d3,{[_0x3aa014([0x6e,0x61,0x6d,0x65])]:_0x3aa014([0x45,0x43,0x44,0x53,0x41]),[_0x3aa014([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3aa014([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3aa014([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3eb14c[_0x3aa014([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3aa014([0x6e,0x61,0x6d,0x65])]:_0x3aa014([0x45,0x43,0x44,0x53,0x41]),[_0x3aa014([0x68,0x61,0x73,0x68])]:{[_0x3aa014([0x6e,0x61,0x6d,0x65])]:_0x3aa014([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3f718c,_0x5a97dc,_0x13cb69)||(_0x4ae447=!0x1);}}function _0x358f8e(_0x4281c8){return _0x4281c8[_0x3aa014([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3aa014([0x65,0x79]))?JSON[_0x3aa014([0x70,0x61,0x72,0x73,0x65])](_0x18ec76(_0x4281c8)):null;}function _0x18ec76(_0x1010dc){return window[_0x3aa014([0x61,0x74,0x6f,0x62])](_0x1010dc[_0x3aa014([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3aa014([0x2b]))[_0x3aa014([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3aa014([0x2f])));}function _0x2df868(_0x11c861){let _0x4f4514=0x1505;function _0x4bc306(_0x4f9cb1){for(let _0x106349=0x0;_0x106349<_0x4f9cb1[_0x3aa014([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x106349++){const _0x3a95f0=_0x4f9cb1[_0x3aa014([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x106349);_0x4f4514=(_0x4f4514<<0x5)+_0x4f4514+_0x3a95f0,_0x4f4514&=_0x4f4514;}}function _0x4d34f3(_0x5b6415){Array[_0x3aa014([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5b6415)?_0x5b6415[_0x3aa014([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4d34f3):_0x5b6415&&typeof _0x5b6415==_0x3aa014([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3aa014([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5b6415)[_0x3aa014([0x73,0x6f,0x72,0x74])]()[_0x3aa014([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xffe492,_0x2467e5])=>{_0x4bc306(_0xffe492),_0x4d34f3(_0x2467e5);}):_0x4bc306(window[_0x3aa014([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5b6415));}return _0x4d34f3(_0x11c861),_0x4f4514>>>0x0;}function _0x55cc44(_0x128fc8){return _0x128fc8[_0x3aa014([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3aa014([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3aa014([0x30]));}function _0x34e87a(_0xd6288f){return _0xd6288f[_0x3aa014([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3aa014([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3aa014([0x6a,0x6f,0x69,0x6e])]('');}function _0x4b7714(){}function _0x3aa014(_0x53a9a6){return _0x53a9a6['map'](_0x570bf9=>String['fromCharCode'](_0x570bf9))['join']('');}_0x5c89ae(await _0x4e0580());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x13533a,{outlineDefinitions:_0x2b9643,outlineChanges:_0x8b9da5}){this['_currentOutlineDefinitions']=_0x2b9643,this['view']['sync'](_0x8b9da5);}['_setActiveViewItem'](_0x21cea2){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x21cea2]&&(this['view']['activeItemIndex']=_0x21cea2);}['_handleItemSelected'](_0x29e9ae){const _0x6896c6=this['_currentOutlineDefinitions'][_0x29e9ae]['modelElement'];this['editor']['model']['change'](_0x26d3db=>{_0x26d3db['setSelection'](_0x6896c6,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x29e9ae);}['_updateActiveDefinitionOnViewportChange'](){const _0x2e5bdb=this['editor'];let _0x29fc40;for(const _0x2be757 of _0x2e5bdb['model']['document']['getRootNames']()){const _0x5c11a7=_0x2e5bdb['editing']['view']['getDomRoot'](_0x2be757),_0xdabe0c=_0x5c11a7&&new _0x1b803d(_0x5c11a7)['getVisible']();if(_0xdabe0c){const _0x4678df=new _0x1b803d(_0x2bda12['window'])['getIntersection'](_0xdabe0c);_0x4678df&&(_0x29fc40=_0x4678df['top']+0.25*_0x4678df['height']);}}if(void 0x0===_0x29fc40)return;const _0x390528=h(_0x2e5bdb['editing'],this['_currentOutlineDefinitions'],_0x29fc40);_0x390528?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x390528)):this['_setActiveViewItem'](-0x1);}}function h(_0x2e554b,_0x333481,_0x46f6bc,_0x4da6a8=0x0,_0x3c15fc=_0x333481['length']-0x1){const _0x187f05=Math['floor'](_0x4da6a8+(_0x3c15fc-_0x4da6a8)/0x2);if(_0x3c15fc>=_0x4da6a8){const _0x23f141=_0x333481[_0x187f05],_0x5ac3e0=_0x2e554b['mapper']['toViewElement'](_0x23f141['modelElement']);if(!_0x5ac3e0)return null;const _0x2d68c9=_0x2e554b['view']['domConverter']['mapViewToDom'](_0x5ac3e0);return new _0x1b803d(_0x2d68c9)['bottom']>_0x46f6bc?h(_0x2e554b,_0x333481,_0x46f6bc,_0x4da6a8,_0x187f05-0x1):h(_0x2e554b,_0x333481,_0x46f6bc,_0x187f05+0x1,_0x3c15fc);}return _0x187f05<0x0?null:_0x333481[_0x187f05];}class P extends _0x219b9c{['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 _0x3e362a=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xaf88b4;for(const _0x30a3c7 in _0x3e362a){const _0x24025a=_0x30a3c7,_0x5107dd=_0x3e362a[_0x24025a];if('documentOutlineLicenseKeyValid'==_0x5107dd||'documentOutlineLicenseKeyInvalid'==_0x5107dd||'documentOutlineLicenseKeyExpired'==_0x5107dd||'documentOutlineLicenseKeyDomainLimit'==_0x5107dd||'documentOutlineLicenseKeyNotAllowed'==_0x5107dd||'documentOutlineLicenseKeyEvaluationLimit'==_0x5107dd||'documentOutlineLicenseKeyTrialLimit'==_0x5107dd||'documentOutlineLicenseKeyUsageLimit'==_0x5107dd){delete _0x3e362a[_0x24025a],_0xaf88b4=_0x5107dd,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0xaf88b4&&_0x3e362a['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0xaf88b4&&_0x3e362a['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0xaf88b4&&_0x3e362a['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0xaf88b4&&_0x3e362a['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0xaf88b4&&_0x3e362a['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0xaf88b4&&_0x3e362a['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0xaf88b4&&_0x3e362a['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class _ extends _0x43a641{['execute'](){this['editor']['model']['change'](_0x23a309=>{this['editor']['model']['insertObject'](_0x23a309['createElement']('tableOfContents'));});}['refresh'](){const _0x13b236=this['editor']['model'],_0xf6fb94=_0x13b236['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0xf6fb94&&_0x13b236['schema']['findAllowedParent'](_0xf6fb94,'tableOfContents'));}}class T extends _0x219b9c{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x2c4a52=this['editor'];if(_0x2c4a52['config']['get']('headingId.modelAttributeName'))return;(function(_0x565af0){const _0x53db48=new Map();if(_0x565af0)return _0x565af0['forEach'](_0x1dd5df=>{'paragraph'!==_0x1dd5df['model']&&_0x53db48['set'](_0x1dd5df['view'],_0x1dd5df['model']);}),_0x53db48['get']('h1')||_0x53db48['set']('h1','heading1'),_0x53db48;return _0x53db48;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x245ec6,_0x154935)=>{this['_customUpcastHeadingsConversion'](_0x154935),this['_customDataDowncastHeadingsConversion'](_0x245ec6),_0x2c4a52['model']['schema']['isRegistered'](_0x245ec6)&&_0x2c4a52['model']['schema']['extend'](_0x245ec6,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x31b005){this['editor']['conversion']['for']('upcast')['add'](_0x50e745=>_0x50e745['on']('element:'+_0x31b005,(_0x2fc743,_0x29be54,_0x2a6c39)=>{const {consumable:_0xd93b36,writer:_0x4c059f}=_0x2a6c39,_0x45912e=_0x29be54['viewItem']['getAttribute']('id'),_0xe6e12a=_0x29be54['modelRange']['getContainedElement']();if(_0xe6e12a)return _0x45912e&&_0x45912e['length']||_0xe6e12a['hasAttribute']('headingId')?void(_0xd93b36['consume'](_0x29be54['viewItem'],{'attributes':['id']})&&_0x4c059f['setAttribute']('headingId',_0x45912e,_0xe6e12a)):(_0xd93b36['consume'](_0x29be54['viewItem'],{'attributes':['id']}),void _0x4c059f['setAttribute']('headingId',_0x4100be(),_0xe6e12a));},{'priority':_0x41e059['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x5679a7){this['editor']['conversion']['for']('downcast')['add'](_0x2e7e27=>_0x2e7e27['on']('attribute:headingId:'+_0x5679a7,(_0x2aeefb,_0x38f35d,_0x16fa71)=>{if(!_0x16fa71['consumable']['consume'](_0x38f35d['item'],_0x2aeefb['name']))return;const _0x1f0eaf=_0x38f35d['item']['getAttribute']('headingId'),_0x13ae2f=_0x16fa71['mapper']['toViewElement'](_0x38f35d['item']);_0x16fa71['writer']['setAttribute']('id',_0x1f0eaf,_0x13ae2f);}));}['_registerHeadingIdAttributePostfixer'](){const _0x4aea98=this['editor'],_0x3e682d=new Set(),_0x7631b9=new Set();function _0x2064f9(_0x486668,_0xb6236b){const _0x12905d=_0x4100be();return _0x7631b9['add'](_0x12905d),_0x486668['setAttribute']('headingId',_0x12905d,_0xb6236b),_0x12905d;}function _0xa67d43(_0x37198f,_0x54dab9){_0x37198f['removeAttribute']('headingId',_0x54dab9);}_0x4aea98['model']['document']['registerPostFixer'](_0x3ef34b=>{const _0x2d84e1=_0x4aea98['model']['document']['differ']['getChanges']();let _0x5d4848=!0x1;for(const _0x5d3e5 of _0x2d84e1)if('insert'==_0x5d3e5['type']&&_0x5d3e5['name']){if(b(_0x5d3e5['name'])){const _0x1361fe=_0x5d3e5['attributes']['get']('headingId');'string'==typeof _0x1361fe?_0x3e682d['has'](_0x1361fe)?(_0x2064f9(_0x3ef34b,_0x5d3e5['position']['nodeAfter']),_0x5d4848=!0x0):_0x7631b9['add'](_0x1361fe):(_0x2064f9(_0x3ef34b,_0x5d3e5['position']['nodeAfter']),_0x5d4848=!0x0);}else'string'==typeof _0x5d3e5['attributes']['get']('headingId')&&(_0xa67d43(_0x3ef34b,_0x5d3e5['position']['nodeAfter']),_0x5d4848=!0x0);}else{if('remove'==_0x5d3e5['type']){const _0x2db63d=_0x5d3e5['attributes']['get']('headingId');'string'==typeof _0x2db63d&&_0x3e682d['delete'](_0x2db63d);}}return _0x5d4848;}),_0x4aea98['model']['document']['on']('change',()=>{_0x7631b9['forEach'](_0x260697=>_0x3e682d['add'](_0x260697)),_0x7631b9['clear']();});}}function b(_0x459855){return!!_0x459855['match'](/heading\d/);}class s extends _0x219b9c{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x59b39a,i,T];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x3b3c57){super(_0x3b3c57),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x2c4102=this['editor'],_0x2bde48=_0x2c4102['editing']['view']['document'];_0x2c4102['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x2c4102['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x2bde48,'click',(_0x3ba06d,_0x3b9cdb)=>{if(!_0x3b9cdb['target'])return;const _0x553ec2=_0x3b9cdb['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x553ec2)&&(_0x3b9cdb['domEvent']['preventDefault'](),_0x3ba06d['stop'](),this['_handleScrollToHeading'](_0x553ec2));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x2c4102['commands']['add']('insertTableOfContents',new _(_0x2c4102)),(_0x2c4102['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x1214b7,_0x4901e5)=>{this['_currentOutlineDefinitions']=_0x4901e5['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x2c4102['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x58a9bc){const _0x4077de=_0x48ddf8([0x55,0x67,0x68,0x33,0x56,0x47,0x6f,0x35,0x51,0x4a,0x42,0x65,0x54,0x75,0x45,0x48,0x70,0x36,0x4c,0x6b,0x6d,0x37,0x76,0x52,0x38,0x53,0x50,0x46,0x74,0x57,0x61,0x43,0x6a,0x73,0x66,0x34,0x4f,0x6c,0x7a,0x4e,0x4b,0x63,0x69,0x59,0x31,0x71,0x77,0x5a,0x44,0x4d,0x72,0x62,0x41,0x79,0x49,0x32,0x64,0x58,0x78,0x39,0x6e,0x30]),_0x18b4ce=0xe8f5eeb,_0x4dc5f5=0xe882ec3^_0x18b4ce,_0x26b4d1=window[_0x48ddf8([0x44,0x61,0x74,0x65])][_0x48ddf8([0x6e,0x6f,0x77])](),_0x289582=_0x58a9bc[_0x48ddf8([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x327d9e=new window[(_0x48ddf8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x16d2c1=>{_0x289582[_0x48ddf8([0x6f,0x6e,0x63,0x65])](_0x48ddf8([0x72,0x65,0x61,0x64,0x79]),_0x16d2c1);}),_0x15a21c={[_0x48ddf8([0x6b,0x74,0x79])]:_0x48ddf8([0x45,0x43]),[_0x48ddf8([0x75,0x73,0x65])]:_0x48ddf8([0x73,0x69,0x67]),[_0x48ddf8([0x63,0x72,0x76])]:_0x48ddf8([0x50,0x2d,0x32,0x35,0x36]),[_0x48ddf8([0x78])]:_0x48ddf8([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]),[_0x48ddf8([0x79])]:_0x48ddf8([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]),[_0x48ddf8([0x61,0x6c,0x67])]:_0x48ddf8([0x45,0x53,0x32,0x35,0x36])},_0x713b88=_0x289582[_0x48ddf8([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x48ddf8([0x67,0x65,0x74])](_0x48ddf8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3779eb(){let _0x395ad2,_0x2a1f87=null,_0x460c6f=null;try{if(_0x713b88==_0x48ddf8([0x47,0x50,0x4c]))return _0x48ddf8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x395ad2=_0x3c7ed6(),!_0x395ad2)return _0x48ddf8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x395ad2[_0x48ddf8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x460c6f=_0x5b1446(_0x395ad2[_0x48ddf8([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x395ad2[_0x48ddf8([0x6a,0x74,0x69])])),await _0x49a829()?_0x46dc4f()?_0x3df869()?_0x48ddf8([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3a7ba7()?(_0x395ad2[_0x48ddf8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48ddf8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2a1f87=_0xb665e6(_0x48ddf8([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x395ad2[_0x48ddf8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x48ddf8([0x74,0x72,0x69,0x61,0x6c])&&(_0x2a1f87=_0xb665e6(_0x48ddf8([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x51b995()):_0x48ddf8([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x48ddf8([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x48ddf8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x48ddf8([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3df869(){const _0x387248=[_0x48ddf8([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x48ddf8([0x74,0x72,0x69,0x61,0x6c])][_0x48ddf8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x395ad2[_0x48ddf8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x26b4d1/0x3e8:0xe10*_0x4dc5f5;return _0x395ad2[_0x48ddf8([0x65,0x78,0x70])]<_0x387248;}function _0x46dc4f(){const _0x3a3be8=_0x395ad2[_0x48ddf8([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3a3be8&&(!!_0x3a3be8[_0x48ddf8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48ddf8([0x2a]))||(!!_0x3a3be8[_0x48ddf8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48ddf8([0x54,0x4f,0x43]))||!!_0x3a3be8[_0x48ddf8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48ddf8([0x50,0x50]))));}function _0x3a7ba7(){const _0x17883c=_0x395ad2[_0x48ddf8([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x17883c||0x0==_0x17883c[_0x48ddf8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5a3903}=new URL(window[_0x48ddf8([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x17883c[_0x48ddf8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a3903))return!0x0;const _0x41fd49=_0x5a3903[_0x48ddf8([0x73,0x70,0x6c,0x69,0x74])](_0x48ddf8([0x2e]));return _0x17883c[_0x48ddf8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5c5f17=>_0x5c5f17[_0x48ddf8([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x48ddf8([0x2a])))[_0x48ddf8([0x6d,0x61,0x70])](_0x2f5feb=>_0x2f5feb[_0x48ddf8([0x73,0x70,0x6c,0x69,0x74])](_0x48ddf8([0x2e])))[_0x48ddf8([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x375b58=>_0x375b58[_0x48ddf8([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x41fd49[_0x48ddf8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x48ddf8([0x6d,0x61,0x70])](_0x1e0591=>Array(_0x41fd49[_0x48ddf8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1e0591[_0x48ddf8([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x48ddf8([0x66,0x69,0x6c,0x6c])](_0x1e0591[0x0]===_0x48ddf8([0x2a])?_0x48ddf8([0x2a]):'')[_0x48ddf8([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1e0591))[_0x48ddf8([0x73,0x6f,0x6d,0x65])](_0x247fab=>_0x41fd49[_0x48ddf8([0x65,0x76,0x65,0x72,0x79])]((_0x29db5c,_0x3ce021)=>_0x247fab[_0x3ce021]===_0x29db5c||_0x247fab[_0x3ce021]===_0x48ddf8([0x2a])));}function _0x51b995(){return _0x2a1f87&&_0x460c6f?new window[(_0x48ddf8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x13b3bd,_0x595f28)=>{_0x2a1f87[_0x48ddf8([0x74,0x68,0x65,0x6e])](_0x13b3bd,_0x595f28),_0x460c6f[_0x48ddf8([0x74,0x68,0x65,0x6e])](_0x2c3d36=>{_0x2c3d36!=_0x48ddf8([0x56,0x61,0x6c,0x69,0x64])&&_0x13b3bd(_0x2c3d36);},_0x595f28);}):_0x2a1f87||_0x460c6f||_0x48ddf8([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5b1446(_0x3b831a,_0x4bec8f){return new window[(_0x48ddf8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x474d93=>{if(_0x30b8aa())return _0x474d93(_0x48ddf8([0x56,0x61,0x6c,0x69,0x64]));_0x4a67b9(),_0x289582[_0x48ddf8([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x48ddf8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xfa1510=!0x1;const _0x50d63e=_0x4100be();function _0x24e229(_0x1e3b09){return!!_0x1e3b09&&(typeof _0x1e3b09===_0x48ddf8([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1e3b09===_0x48ddf8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1e3b09[_0x48ddf8([0x74,0x68,0x65,0x6e])]===_0x48ddf8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1e3b09[_0x48ddf8([0x63,0x61,0x74,0x63,0x68])]===_0x48ddf8([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2e34ae(_0x1340d8){_0x2f99a9(_0x1340d8)[_0x48ddf8([0x74,0x68,0x65,0x6e])](_0x3e0413=>{if(!_0x3e0413||_0x3e0413[_0x48ddf8([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x48ddf8([0x6f,0x6b]))return _0x48ddf8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x123612(_0x4c85f9(_0x50d63e+_0x4bec8f))!=_0x3e0413[_0x48ddf8([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x48ddf8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x48ddf8([0x56,0x61,0x6c,0x69,0x64]);})[_0x48ddf8([0x74,0x68,0x65,0x6e])](_0x305209=>(_0x39c0d4(),_0x305209),()=>{const _0xcfeb23=_0x385df0();return null==_0xcfeb23?(_0x39c0d4(),_0x48ddf8([0x56,0x61,0x6c,0x69,0x64])):_0x48ddf8(_0x26b4d1-_0xcfeb23>(0x2a83daeb^_0x18b4ce)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x48ddf8([0x74,0x68,0x65,0x6e])](_0x474d93)[_0x48ddf8([0x63,0x61,0x74,0x63,0x68])](()=>{_0x474d93(_0x48ddf8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1447e8=0xeb9b06b^_0x18b4ce;function _0x39c0d4(){const _0x59ef4a=_0x48ddf8([0x6c,0x6c,0x63,0x74,0x2d])+_0x123612(_0x4c85f9(_0x3b831a)),_0x4b8ec0=_0x3ce04f(_0x123612(window[_0x48ddf8([0x4d,0x61,0x74,0x68])][_0x48ddf8([0x63,0x65,0x69,0x6c])](_0x26b4d1/_0x1447e8)));window[_0x48ddf8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48ddf8([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x59ef4a,_0x4b8ec0);}function _0x385df0(){const _0x49a95f=_0x48ddf8([0x6c,0x6c,0x63,0x74,0x2d])+_0x123612(_0x4c85f9(_0x3b831a)),_0xd57658=window[_0x48ddf8([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x48ddf8([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x49a95f);return _0xd57658?window[_0x48ddf8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3ce04f(_0xd57658),0x10)*_0x1447e8:null;}function _0x2f99a9(_0x552c5c){return new window[(_0x48ddf8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x466e83,_0x41d6fa)=>{_0x552c5c[_0x48ddf8([0x74,0x68,0x65,0x6e])](_0x466e83,_0x41d6fa),window[_0x48ddf8([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x41d6fa,0xe8e8a2b^_0x18b4ce);});}}_0x289582[_0x48ddf8([0x6f,0x6e])](_0x48ddf8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4010d4,_0x3dc8ab)=>{if(_0x3dc8ab[0x0]!=_0x3b831a)return _0x474d93(_0x48ddf8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3dc8ab[0x1]={..._0x3dc8ab[0x1],[_0x48ddf8([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x50d63e};},{[_0x48ddf8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48ddf8([0x68,0x69,0x67,0x68])}),_0x289582[_0x48ddf8([0x6f,0x6e])](_0x48ddf8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4223d0=>{_0x24e229(_0x4223d0[_0x48ddf8([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xfa1510=!0x0,_0x2e34ae(_0x4223d0[_0x48ddf8([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x48ddf8([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x48ddf8([0x6c,0x6f,0x77])}),_0x327d9e[_0x48ddf8([0x74,0x68,0x65,0x6e])](()=>{_0xfa1510||_0x474d93(_0x48ddf8([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x30b8aa(){return _0x289582[_0x48ddf8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48ddf8([0x76,0x69,0x65,0x77])][_0x48ddf8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x48ddf8([0x61,0x75,0x74,0x6f]);}function _0x4a67b9(){_0x289582[_0x48ddf8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x48ddf8([0x76,0x69,0x65,0x77])][_0x48ddf8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x48ddf8([0x61,0x75,0x74,0x6f]);}}function _0xb665e6(_0x42b2e8){const _0x2d01e2=[new window[(_0x48ddf8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4a016f=>setTimeout(_0x4a016f,0xe866027^_0x18b4ce)),_0x327d9e[_0x48ddf8([0x74,0x68,0x65,0x6e])](()=>new window[(_0x48ddf8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x44d6d=>{let _0x14c51c=0x0;_0x289582[_0x48ddf8([0x6d,0x6f,0x64,0x65,0x6c])][_0x48ddf8([0x6f,0x6e])](_0x48ddf8([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x449bb0,_0x5f1224)=>{_0x5f1224[0x0][_0x48ddf8([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x14c51c++,_0x14c51c==(0xe8f5f13^_0x18b4ce)&&(_0x44d6d(),_0x449bb0[_0x48ddf8([0x6f,0x66,0x66])]());});}))];return window[_0x48ddf8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x48ddf8([0x72,0x61,0x63,0x65])](_0x2d01e2)[_0x48ddf8([0x74,0x68,0x65,0x6e])](()=>_0x42b2e8);}async function _0x4f3ce4(){await _0x327d9e,_0x289582[_0x48ddf8([0x6d,0x6f,0x64,0x65,0x6c])][_0x48ddf8([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3236f6,_0x289582[_0x48ddf8([0x6d,0x6f,0x64,0x65,0x6c])][_0x48ddf8([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3236f6,_0x289582[_0x48ddf8([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x48ddf8([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x35b276(_0x58c5fd){const _0x50fa2e=_0x5a66a4();_0x289582[_0x50fa2e]=_0x48ddf8([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])+_0x58c5fd,_0x58c5fd!=_0x48ddf8([0x56,0x61,0x6c,0x69,0x64])&&_0x4f3ce4();}function _0x5a66a4(){const _0x106c7a=window[_0x48ddf8([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x48ddf8([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x48ddf8([0x6e,0x6f,0x77])]())[_0x48ddf8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x48ddf8([0x2e]),'');let _0x5bd989=_0x48ddf8([0x55]);for(let _0x72d7f7=0x0;_0x72d7f7<_0x106c7a[_0x48ddf8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x72d7f7+=0x2){let _0x1c0e6f=window[_0x48ddf8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x106c7a[_0x48ddf8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x72d7f7,_0x72d7f7+0x2));_0x1c0e6f>=_0x4077de[_0x48ddf8([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1c0e6f-=_0x4077de[_0x48ddf8([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5bd989+=_0x4077de[_0x1c0e6f];}return _0x5bd989;}function _0x3c7ed6(){const _0x4c40ba=_0x713b88[_0x48ddf8([0x73,0x70,0x6c,0x69,0x74])](_0x48ddf8([0x2e]));if(0x3!=_0x4c40ba[_0x48ddf8([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1107d3(_0x4c40ba[0x1]);function _0x1107d3(_0xef66d4){const _0x125e20=_0xcb2c04(_0xef66d4);return _0x125e20&&_0x38d628()?_0x125e20:null;function _0x38d628(){const _0x88e53d=_0x125e20[_0x48ddf8([0x6a,0x74,0x69])],_0x11671e=window[_0x48ddf8([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x88e53d[_0x48ddf8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x88e53d[_0x48ddf8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1d0551={..._0x125e20,[_0x48ddf8([0x6a,0x74,0x69])]:_0x88e53d[_0x48ddf8([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x88e53d[_0x48ddf8([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1d0551[_0x48ddf8([0x76,0x63])],_0x4c85f9(_0x1d0551)==_0x11671e;}}}async function _0x49a829(){let _0x245878=!0x0;try{const _0x487412=_0x713b88[_0x48ddf8([0x73,0x70,0x6c,0x69,0x74])](_0x48ddf8([0x2e])),[_0xa16f3e,_0x31ba5b,_0x9f317f]=_0x487412;return _0xf9dc55(_0xa16f3e),await _0x2e792e(_0xa16f3e,_0x31ba5b,_0x9f317f),_0x245878;}catch{return!0x1;}function _0xf9dc55(_0x2c3b5b){const _0x14b6e3=_0xcb2c04(_0x2c3b5b);_0x14b6e3&&_0x14b6e3[_0x48ddf8([0x61,0x6c,0x67])]==_0x48ddf8([0x45,0x53,0x32,0x35,0x36])||(_0x245878=!0x1);}async function _0x2e792e(_0x28ed70,_0xa0cbf9,_0x48e02d){const _0x4b0980=window[_0x48ddf8([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x48ddf8([0x66,0x72,0x6f,0x6d])](_0x306a8c(_0x48e02d),_0x5528b3=>_0x5528b3[_0x48ddf8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x43cbaf=new window[(_0x48ddf8([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x48ddf8([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x28ed70+_0x48ddf8([0x2e])+_0xa0cbf9),_0x3857f2=window[_0x48ddf8([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x48ddf8([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3857f2)return;const _0x3284af=await _0x3857f2[_0x48ddf8([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x48ddf8([0x6a,0x77,0x6b]),_0x15a21c,{[_0x48ddf8([0x6e,0x61,0x6d,0x65])]:_0x48ddf8([0x45,0x43,0x44,0x53,0x41]),[_0x48ddf8([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x48ddf8([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x48ddf8([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3857f2[_0x48ddf8([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x48ddf8([0x6e,0x61,0x6d,0x65])]:_0x48ddf8([0x45,0x43,0x44,0x53,0x41]),[_0x48ddf8([0x68,0x61,0x73,0x68])]:{[_0x48ddf8([0x6e,0x61,0x6d,0x65])]:_0x48ddf8([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3284af,_0x4b0980,_0x43cbaf)||(_0x245878=!0x1);}}function _0xcb2c04(_0x37f4d8){return _0x37f4d8[_0x48ddf8([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x48ddf8([0x65,0x79]))?JSON[_0x48ddf8([0x70,0x61,0x72,0x73,0x65])](_0x306a8c(_0x37f4d8)):null;}function _0x306a8c(_0x2f73de){return window[_0x48ddf8([0x61,0x74,0x6f,0x62])](_0x2f73de[_0x48ddf8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x48ddf8([0x2b]))[_0x48ddf8([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x48ddf8([0x2f])));}function _0x4c85f9(_0x2368c3){let _0x203a10=0x1505;function _0xec65b1(_0x40df7e){for(let _0x4859c6=0x0;_0x4859c6<_0x40df7e[_0x48ddf8([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4859c6++){const _0x49182c=_0x40df7e[_0x48ddf8([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4859c6);_0x203a10=(_0x203a10<<0x5)+_0x203a10+_0x49182c,_0x203a10&=_0x203a10;}}function _0x2fef4d(_0x163426){Array[_0x48ddf8([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x163426)?_0x163426[_0x48ddf8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2fef4d):_0x163426&&typeof _0x163426==_0x48ddf8([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x48ddf8([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x163426)[_0x48ddf8([0x73,0x6f,0x72,0x74])]()[_0x48ddf8([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xbbcee4,_0x4cfcd8])=>{_0xec65b1(_0xbbcee4),_0x2fef4d(_0x4cfcd8);}):_0xec65b1(window[_0x48ddf8([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x163426));}return _0x2fef4d(_0x2368c3),_0x203a10>>>0x0;}function _0x123612(_0x1a5c69){return _0x1a5c69[_0x48ddf8([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x48ddf8([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x48ddf8([0x30]));}function _0x3ce04f(_0xa764f5){return _0xa764f5[_0x48ddf8([0x73,0x70,0x6c,0x69,0x74])]('')[_0x48ddf8([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x48ddf8([0x6a,0x6f,0x69,0x6e])]('');}function _0x3236f6(){}function _0x48ddf8(_0x10f0dd){return _0x10f0dd['map'](_0x45afc4=>String['fromCharCode'](_0x45afc4))['join']('');}_0x35b276(await _0x3779eb());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x5c7ed0=>{'$graveyard'!==_0x5c7ed0['rootName']&&this['editor']['editing']['reconvertItem'](_0x5c7ed0);});}['_trackNewToCElements'](){for(const _0x45f13a of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x45f13a['type']||'tableOfContents'!==_0x45f13a['name'])return;this['_tableOfContentsElements']['add'](_0x45f13a['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x3ad6aa=this['editor']['conversion'];_0x3ad6aa['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x3ad6aa['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0xebf1a,{writer:_0xb9394b})=>this['_createTableOfContents'](_0xb9394b,!0x0)}),_0x3ad6aa['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x3fc41f,{writer:_0x2552e8})=>{this['_tableOfContentsElements']['add'](_0x3fc41f);const _0x5c9d1=this['_createTableOfContents'](_0x2552e8);return _0x3db7f5(_0x5c9d1,_0x2552e8,{'label':j(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'](_0x35d45d,_0xbeeb7d=!0x1){const {locale:_0x3a142e}=this['editor'],_0x51869f=_0x35d45d['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0xbeeb7d&&{'data-table-of-contents-label':j(_0x3a142e,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0xbeeb7d&&_0x35d45d['insert'](_0x35d45d['createPositionAt'](_0x51869f,'end'),_0x35d45d['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x35d45d['createText'](j(_0x3a142e,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x38f4d5=_0xbeeb7d?'':'['+j(_0x3a142e,'Empty\x20heading')+']';let _0x163e53=_0x51869f;return this['_currentOutlineDefinitions']['forEach']((_0x3bf541,_0x40967e,_0x3d8843)=>{const _0x407456=this['editor']['model']['hasContent'](_0x3bf541['modelElement'],{'ignoreWhitespaces':!0x0}),_0x49f908=_0x407456?_0x3bf541['text']:_0x38f4d5,_0x1d7e78=_0x3bf541['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x34067d=_0x35d45d['createContainerElement']('a',{'href':'#'+_0x1d7e78,...!_0xbeeb7d&&{'tabindex':'-1'}},[_0x35d45d['createText'](_0x49f908)]),_0x1541b2=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x35d45d['setCustomProperty']('tableOfContentsHeadingIndex',_0x40967e,_0x34067d);const _0x2f7bef=_0x35d45d['createContainerElement']('li',null,[_0x407456||!_0xbeeb7d&&_0x1541b2?_0x34067d:_0x35d45d['createText']('')]),_0x2cc4ff=_0x40967e?_0x3d8843[_0x40967e-0x1]['level']:0x0,_0x3223ba=Math['abs'](_0x3bf541['level']-_0x2cc4ff);if(_0x3bf541['level']>_0x2cc4ff){const _0x2023db=N(_0x2f7bef,_0x3223ba,_0x35d45d);_0x35d45d['insert'](_0x35d45d['createPositionAt'](_0x163e53,'end'),_0x2023db);}else{const _0x1f654d=function(_0xbd0e52,_0x91ea6b){return _0xbd0e52['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x15260b=>_0x15260b['is']('element','ol'))[_0x91ea6b];}(_0x163e53,_0x3223ba);_0x35d45d['insert'](_0x35d45d['createPositionAt'](_0x1f654d,'end'),_0x2f7bef);}_0x163e53=_0x2f7bef;}),_0x51869f;}['_handleScrollToHeading'](_0x5305ae){const _0x156e79=this['_currentOutlineDefinitions'][_0x5305ae]['modelElement'];this['editor']['model']['change'](_0x4fa31d=>{_0x4fa31d['setSelection'](_0x156e79,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x1f3e73,_0x51ffd1)=>{const _0x120f2f=_0x51ffd1['mapper'],_0x589aa6=_0x120f2f['findMappedViewAncestor'](_0x51ffd1['viewPosition']),_0x4e4169=_0x120f2f['toModelElement'](_0x589aa6);_0x4e4169['is']('element','tableOfContents')&&(_0x51ffd1['modelPosition']=this['editor']['model']['createPositionAt'](_0x4e4169,0x0),_0x1f3e73['stop']());};}}function N(_0x28bad0,_0xc2f076,_0x18ada4){return 0x1===_0xc2f076?_0x18ada4['createContainerElement']('ol',null,[_0x28bad0]):_0x18ada4['createContainerElement']('ol',null,[_0x18ada4['createContainerElement']('li',null,[N(_0x28bad0,_0xc2f076-0x1,_0x18ada4)])]);}class o extends _0x219b9c{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x25c0c2=this['editor'];_0x25c0c2['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x1d13fb=this['_createButton'](_0x4afd8c);return _0x1d13fb['tooltip']=!0x0,_0x1d13fb;}),_0x25c0c2['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x395e7a)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x11e375=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x20f40d;for(const _0x2467a4 in _0x11e375){const _0xf0cc7=_0x2467a4,_0x308b68=_0x11e375[_0xf0cc7];if('tableOfContentsLicenseKeyValid'==_0x308b68||'tableOfContentsLicenseKeyInvalid'==_0x308b68||'tableOfContentsLicenseKeyExpired'==_0x308b68||'tableOfContentsLicenseKeyDomainLimit'==_0x308b68||'tableOfContentsLicenseKeyNotAllowed'==_0x308b68||'tableOfContentsLicenseKeyEvaluationLimit'==_0x308b68||'tableOfContentsLicenseKeyTrialLimit'==_0x308b68||'tableOfContentsLicenseKeyUsageLimit'==_0x308b68){delete _0x11e375[_0xf0cc7],_0x20f40d=_0x308b68,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x20f40d&&_0x11e375['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x20f40d&&_0x11e375['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x20f40d&&_0x11e375['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x20f40d&&_0x11e375['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x20f40d&&_0x11e375['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x20f40d&&_0x11e375['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x20f40d&&_0x11e375['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x55e8a0){const _0x250131=this['editor'],_0x463d69=_0x250131['locale'],_0x2842aa=_0x250131['commands']['get']('insertTableOfContents'),_0x227d75=new _0x55e8a0(_0x463d69);return _0x227d75['set']({'label':j(_0x463d69,'Table\x20of\x20contents'),'icon':_0x2b171f}),_0x227d75['bind']('isEnabled')['to'](_0x2842aa,'isEnabled'),this['listenTo'](_0x227d75,'execute',()=>{_0x250131['execute']('insertTableOfContents'),_0x250131['editing']['view']['focus']();}),_0x227d75;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class D extends _0x219b9c{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{P as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,T as HeadingId,D as TableOfContents,_ 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": "46.0.1-alpha.12",
3
+ "version": "46.0.1-alpha.14",
4
4
  "description": "Document outline feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,14 +13,14 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-core": "46.0.1-alpha.12",
17
- "@ckeditor/ckeditor5-engine": "46.0.1-alpha.12",
18
- "@ckeditor/ckeditor5-heading": "46.0.1-alpha.12",
19
- "@ckeditor/ckeditor5-icons": "46.0.1-alpha.12",
20
- "@ckeditor/ckeditor5-ui": "46.0.1-alpha.12",
21
- "@ckeditor/ckeditor5-utils": "46.0.1-alpha.12",
22
- "@ckeditor/ckeditor5-widget": "46.0.1-alpha.12",
23
- "ckeditor5": "46.0.1-alpha.12",
16
+ "@ckeditor/ckeditor5-core": "46.0.1-alpha.14",
17
+ "@ckeditor/ckeditor5-engine": "46.0.1-alpha.14",
18
+ "@ckeditor/ckeditor5-heading": "46.0.1-alpha.14",
19
+ "@ckeditor/ckeditor5-icons": "46.0.1-alpha.14",
20
+ "@ckeditor/ckeditor5-ui": "46.0.1-alpha.14",
21
+ "@ckeditor/ckeditor5-utils": "46.0.1-alpha.14",
22
+ "@ckeditor/ckeditor5-widget": "46.0.1-alpha.14",
23
+ "ckeditor5": "46.0.1-alpha.14",
24
24
  "es-toolkit": "1.39.5"
25
25
  },
26
26
  "license": "SEE LICENSE IN LICENSE.md",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xb04301=_0x3d32;function _0x3d32(_0x35f001,_0x395ff3){const _0x588505=_0x5885();return _0x3d32=function(_0x3d32a7,_0x4171cb){_0x3d32a7=_0x3d32a7-0x17d;let _0x281b25=_0x588505[_0x3d32a7];return _0x281b25;},_0x3d32(_0x35f001,_0x395ff3);}(function(_0x435d0a,_0x4a2d5a){const _0x453f21=_0x3d32,_0x32c2be=_0x435d0a();while(!![]){try{const _0x471600=-parseInt(_0x453f21(0x1a0))/0x1+-parseInt(_0x453f21(0x185))/0x2+-parseInt(_0x453f21(0x19a))/0x3*(-parseInt(_0x453f21(0x184))/0x4)+parseInt(_0x453f21(0x18b))/0x5*(-parseInt(_0x453f21(0x18e))/0x6)+-parseInt(_0x453f21(0x19d))/0x7+-parseInt(_0x453f21(0x1b6))/0x8*(parseInt(_0x453f21(0x187))/0x9)+-parseInt(_0x453f21(0x17d))/0xa*(-parseInt(_0x453f21(0x1bc))/0xb);if(_0x471600===_0x4a2d5a)break;else _0x32c2be['push'](_0x32c2be['shift']());}catch(_0x5eabb9){_0x32c2be['push'](_0x32c2be['shift']());}}}(_0x5885,0x959b6));import{Plugin as _0x46a349}from'ckeditor5/src/core.js';function _0x5885(){const _0x10cace=['locale','change','getVisible','element','sync','DocumentOutlineUI','getIntersection','_updateActiveDefinitionOnViewportChange','6123FsFTlZ','scrollToTheSelection','destroy','8032941ZohWIv','height','indexOf','870583zTWfOa','_handleItemSelected','cancel','add','appendChild','render','getRootNames','pluginName','focusTracker','config','setSelection','editing','afterInit','top','DocumentOutlineUtils','editor','init','floor','document','mapViewToDom','_updateActiveDefinitionFromViewportThrottled','focus','3782096vQzQSE','document-outline-container-not-provided','view','bottom','isOfficialPlugin','get','11gTHEhL','window','join','itemSelected','activeItemIndex','domConverter','scroll','plugins','_handleOutlineChange','getDomRoot','bind','49602740izrEIV','_currentOutlineDefinitions','resize','modelElement','isPremiumPlugin','documentOutline.showEmptyHeadings','documentOutline.container','88hzMCGv','1347504XgRJXY','model','18ygZcJe','map','_setActiveViewItem','length','4130FBUWBS','mapper','listenTo','5484sudStt','href','toViewElement','fromCharCode'];_0x5885=function(){return _0x10cace;};return _0x5885();}import{CKEditorError as _0x13d618,global as _0x511241,Rect as _0x1ec314,uid as _0x5e0181}from'ckeditor5/src/utils.js';import{DocumentOutlineView as _0x391c06}from'./ui/documentoutlineview.js';import{throttle as _0x50f537}from'es-toolkit/compat';import'../../theme/documentoutline.css';export class DocumentOutlineUI extends _0x46a349{[_0xb04301(0x1b8)];[_0xb04301(0x17e)];[_0xb04301(0x1b4)];static get[_0xb04301(0x1a7)](){const _0x15c183=_0xb04301;return _0x15c183(0x197);}static get[_0xb04301(0x1ba)](){return!0x0;}static get[_0xb04301(0x181)](){return!0x0;}constructor(_0x5a0a14){const _0x55cf08=_0xb04301;super(_0x5a0a14),this[_0x55cf08(0x1b8)]=new _0x391c06(_0x5a0a14[_0x55cf08(0x192)],this[_0x55cf08(0x1af)][_0x55cf08(0x1a9)][_0x55cf08(0x1bb)](_0x55cf08(0x182)),this[_0x55cf08(0x1af)][_0x55cf08(0x1a9)][_0x55cf08(0x1bb)](_0x55cf08(0x183))),this[_0x55cf08(0x17e)]=[],this[_0x55cf08(0x1b4)]=_0x50f537(this[_0x55cf08(0x199)][_0x55cf08(0x1c6)](this),0x64);}[_0xb04301(0x1b0)](){const _0x83a371=_0xb04301,_0x455040=this[_0x83a371(0x1af)],_0x2e4ed6=_0x455040[_0x83a371(0x1c3)][_0x83a371(0x1bb)](_0x83a371(0x1ae));let _0x2aea90=!0x1;if(this[_0x83a371(0x1b8)][_0x83a371(0x1a5)](),this[_0x83a371(0x1af)]['ui'][_0x83a371(0x1a8)][_0x83a371(0x1a3)](this[_0x83a371(0x1b8)][_0x83a371(0x195)]),!_0x455040[_0x83a371(0x1a9)][_0x83a371(0x1bb)](_0x83a371(0x183)))throw new _0x13d618(_0x83a371(0x1b7),{'editor':_0x455040});_0x455040[_0x83a371(0x1a9)][_0x83a371(0x1bb)](_0x83a371(0x183))[_0x83a371(0x1a4)](this[_0x83a371(0x1b8)][_0x83a371(0x195)]),_0x2e4ed6['on'](_0x83a371(0x193),this[_0x83a371(0x1c4)][_0x83a371(0x1c6)](this)),_0x2e4ed6['on'](_0x83a371(0x1c0),(_0x345b54,{index:_0x9e7601})=>this[_0x83a371(0x189)](_0x9e7601)),this[_0x83a371(0x1b8)]['on'](_0x83a371(0x1bf),(_0x5ec8b1,_0x3b08c0)=>{const _0x5406be=_0x83a371;_0x2aea90=!0x0,this[_0x5406be(0x1a1)](_0x3b08c0);}),this[_0x83a371(0x1b8)][_0x83a371(0x18d)](_0x511241[_0x83a371(0x1b2)],_0x83a371(0x1c2),()=>{const _0x3e5c91=_0x83a371;_0x2aea90?_0x2aea90=!0x1:this[_0x3e5c91(0x1b4)]();},{'useCapture':!0x0}),this[_0x83a371(0x1b8)][_0x83a371(0x18d)](_0x511241[_0x83a371(0x1bd)],_0x83a371(0x17f),this[_0x83a371(0x1b4)],{'useCapture':!0x0});}[_0xb04301(0x1ac)](){!async function(_0x55892d){const _0x1b557d=_0x5f3e71([0x4e,0x31,0x46,0x61,0x43,0x67,0x75,0x6b,0x44,0x6f,0x4d,0x7a,0x48,0x52,0x49,0x58,0x39,0x6d,0x4b,0x35,0x45,0x32,0x37,0x65,0x30,0x36,0x56,0x47,0x74,0x59,0x77,0x66,0x78,0x63,0x33,0x6a,0x72,0x54,0x5a,0x4a,0x41,0x76,0x73,0x4f,0x68,0x70,0x4c,0x55,0x42,0x50,0x79,0x34,0x57,0x51,0x71,0x6e,0x64,0x53,0x38,0x62,0x6c,0x69]),_0x14b3d8=0x17ed9ebb,_0x47458f=0x17eaf143^_0x14b3d8,_0x4443bc=window[_0x5f3e71([0x44,0x61,0x74,0x65])][_0x5f3e71([0x6e,0x6f,0x77])](),_0x14ddf4=_0x55892d[_0x5f3e71([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3b4ae8=new window[(_0x5f3e71([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x97abf=>{_0x14ddf4[_0x5f3e71([0x6f,0x6e,0x63,0x65])](_0x5f3e71([0x72,0x65,0x61,0x64,0x79]),_0x97abf);}),_0x20fc95={[_0x5f3e71([0x6b,0x74,0x79])]:_0x5f3e71([0x45,0x43]),[_0x5f3e71([0x75,0x73,0x65])]:_0x5f3e71([0x73,0x69,0x67]),[_0x5f3e71([0x63,0x72,0x76])]:_0x5f3e71([0x50,0x2d,0x32,0x35,0x36]),[_0x5f3e71([0x78])]:_0x5f3e71([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]),[_0x5f3e71([0x79])]:_0x5f3e71([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]),[_0x5f3e71([0x61,0x6c,0x67])]:_0x5f3e71([0x45,0x53,0x32,0x35,0x36])},_0x348a0d=_0x14ddf4[_0x5f3e71([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5f3e71([0x67,0x65,0x74])](_0x5f3e71([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x34ad7a(){let _0x33c3ff,_0x9bcb3b=null,_0x57377a=null;try{if(_0x348a0d==_0x5f3e71([0x47,0x50,0x4c]))return _0x5f3e71([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x33c3ff=_0x180e95(),!_0x33c3ff)return _0x5f3e71([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x33c3ff[_0x5f3e71([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x57377a=_0x39b56b(_0x33c3ff[_0x5f3e71([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x33c3ff[_0x5f3e71([0x6a,0x74,0x69])])),await _0x545683()?_0x598e07()?_0x468dcb()?_0x5f3e71([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3d93ca()?(_0x33c3ff[_0x5f3e71([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5f3e71([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x9bcb3b=_0x1bdd82(_0x5f3e71([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x33c3ff[_0x5f3e71([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5f3e71([0x74,0x72,0x69,0x61,0x6c])&&(_0x9bcb3b=_0x1bdd82(_0x5f3e71([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x456130()):_0x5f3e71([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5f3e71([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5f3e71([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5f3e71([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x468dcb(){const _0x8ac65c=[_0x5f3e71([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5f3e71([0x74,0x72,0x69,0x61,0x6c])][_0x5f3e71([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33c3ff[_0x5f3e71([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4443bc/0x3e8:0xe10*_0x47458f;return _0x33c3ff[_0x5f3e71([0x65,0x78,0x70])]<_0x8ac65c;}function _0x598e07(){const _0x40bcf7=_0x33c3ff[_0x5f3e71([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x40bcf7&&(!!_0x40bcf7[_0x5f3e71([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5f3e71([0x2a]))||(!!_0x40bcf7[_0x5f3e71([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5f3e71([0x44,0x4f]))||!!_0x40bcf7[_0x5f3e71([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5f3e71([0x50,0x50]))));}function _0x3d93ca(){const _0x5f11c4=_0x3d32,_0x41d17a=_0x33c3ff[_0x5f3e71([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x41d17a||0x0==_0x41d17a[_0x5f3e71([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x27c97a}=new URL(window[_0x5f3e71([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5f11c4(0x18f)]);if(_0x41d17a[_0x5f3e71([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27c97a))return!0x0;const _0x3d0d3e=_0x27c97a[_0x5f3e71([0x73,0x70,0x6c,0x69,0x74])](_0x5f3e71([0x2e]));return _0x41d17a[_0x5f3e71([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x33018c=>_0x33018c[_0x5f3e71([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5f3e71([0x2a])))[_0x5f3e71([0x6d,0x61,0x70])](_0x44ba85=>_0x44ba85[_0x5f3e71([0x73,0x70,0x6c,0x69,0x74])](_0x5f3e71([0x2e])))[_0x5f3e71([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x17d3a9=>_0x17d3a9[_0x5f3e71([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x3d0d3e[_0x5f3e71([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5f3e71([0x6d,0x61,0x70])](_0x5bbec9=>Array(_0x3d0d3e[_0x5f3e71([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5bbec9[_0x5f3e71([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5f3e71([0x66,0x69,0x6c,0x6c])](_0x5bbec9[0x0]===_0x5f3e71([0x2a])?_0x5f3e71([0x2a]):'')[_0x5f3e71([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5bbec9))[_0x5f3e71([0x73,0x6f,0x6d,0x65])](_0xf5d054=>_0x3d0d3e[_0x5f3e71([0x65,0x76,0x65,0x72,0x79])]((_0x523c68,_0x9f48a2)=>_0xf5d054[_0x9f48a2]===_0x523c68||_0xf5d054[_0x9f48a2]===_0x5f3e71([0x2a])));}function _0x456130(){return _0x9bcb3b&&_0x57377a?new window[(_0x5f3e71([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x196840,_0x4bb955)=>{_0x9bcb3b[_0x5f3e71([0x74,0x68,0x65,0x6e])](_0x196840,_0x4bb955),_0x57377a[_0x5f3e71([0x74,0x68,0x65,0x6e])](_0x454f77=>{_0x454f77!=_0x5f3e71([0x56,0x61,0x6c,0x69,0x64])&&_0x196840(_0x454f77);},_0x4bb955);}):_0x9bcb3b||_0x57377a||_0x5f3e71([0x56,0x61,0x6c,0x69,0x64]);}}function _0x39b56b(_0x2b62a8,_0x43363c){return new window[(_0x5f3e71([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b8e24=>{if(_0x15e8a3())return _0x2b8e24(_0x5f3e71([0x56,0x61,0x6c,0x69,0x64]));_0x4db23a(),_0x14ddf4[_0x5f3e71([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5f3e71([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x15adaf=!0x1;const _0x26adb1=_0x5e0181();function _0x1238df(_0x4652ae){return!!_0x4652ae&&(typeof _0x4652ae===_0x5f3e71([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4652ae===_0x5f3e71([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4652ae[_0x5f3e71([0x74,0x68,0x65,0x6e])]===_0x5f3e71([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4652ae[_0x5f3e71([0x63,0x61,0x74,0x63,0x68])]===_0x5f3e71([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x512ec7(_0x88e1e2){_0x5e8a3d(_0x88e1e2)[_0x5f3e71([0x74,0x68,0x65,0x6e])](_0x3155a4=>{if(!_0x3155a4||_0x3155a4[_0x5f3e71([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5f3e71([0x6f,0x6b]))return _0x5f3e71([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x122c6a(_0x4b6e4d(_0x26adb1+_0x43363c))!=_0x3155a4[_0x5f3e71([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5f3e71([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5f3e71([0x56,0x61,0x6c,0x69,0x64]);})[_0x5f3e71([0x74,0x68,0x65,0x6e])](_0x4ad744=>(_0x1b39c1(),_0x4ad744),()=>{const _0x16a38c=_0x39c989();return null==_0x16a38c?(_0x1b39c1(),_0x5f3e71([0x56,0x61,0x6c,0x69,0x64])):_0x5f3e71(_0x4443bc-_0x16a38c>(0x33e11abb^_0x14b3d8)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5f3e71([0x74,0x68,0x65,0x6e])](_0x2b8e24)[_0x5f3e71([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2b8e24(_0x5f3e71([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1ab130=0x17db703b^_0x14b3d8;function _0x1b39c1(){const _0x3af551=_0x5f3e71([0x6c,0x6c,0x63,0x74,0x2d])+_0x122c6a(_0x4b6e4d(_0x2b62a8)),_0x4a3506=_0x385ce8(_0x122c6a(window[_0x5f3e71([0x4d,0x61,0x74,0x68])][_0x5f3e71([0x63,0x65,0x69,0x6c])](_0x4443bc/_0x1ab130)));window[_0x5f3e71([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5f3e71([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3af551,_0x4a3506);}function _0x39c989(){const _0x4bdec7=_0x5f3e71([0x6c,0x6c,0x63,0x74,0x2d])+_0x122c6a(_0x4b6e4d(_0x2b62a8)),_0x547c73=window[_0x5f3e71([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5f3e71([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4bdec7);return _0x547c73?window[_0x5f3e71([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x385ce8(_0x547c73),0x10)*_0x1ab130:null;}function _0x5e8a3d(_0x511d37){return new window[(_0x5f3e71([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x439a08,_0x4cff73)=>{_0x511d37[_0x5f3e71([0x74,0x68,0x65,0x6e])](_0x439a08,_0x4cff73),window[_0x5f3e71([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4cff73,0x17ec4a7b^_0x14b3d8);});}}_0x14ddf4[_0x5f3e71([0x6f,0x6e])](_0x5f3e71([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xaad747,_0x472c2d)=>{if(_0x472c2d[0x0]!=_0x2b62a8)return _0x2b8e24(_0x5f3e71([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x472c2d[0x1]={..._0x472c2d[0x1],[_0x5f3e71([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x26adb1};},{[_0x5f3e71([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5f3e71([0x68,0x69,0x67,0x68])}),_0x14ddf4[_0x5f3e71([0x6f,0x6e])](_0x5f3e71([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3ec1b1=>{_0x1238df(_0x3ec1b1[_0x5f3e71([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x15adaf=!0x0,_0x512ec7(_0x3ec1b1[_0x5f3e71([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5f3e71([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5f3e71([0x6c,0x6f,0x77])}),_0x3b4ae8[_0x5f3e71([0x74,0x68,0x65,0x6e])](()=>{_0x15adaf||_0x2b8e24(_0x5f3e71([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x15e8a3(){return _0x14ddf4[_0x5f3e71([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5f3e71([0x76,0x69,0x65,0x77])][_0x5f3e71([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5f3e71([0x61,0x75,0x74,0x6f]);}function _0x4db23a(){_0x14ddf4[_0x5f3e71([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5f3e71([0x76,0x69,0x65,0x77])][_0x5f3e71([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5f3e71([0x61,0x75,0x74,0x6f]);}}function _0x1bdd82(_0x23c794){const _0x5a2ddc=[new window[(_0x5f3e71([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x6d4897=>setTimeout(_0x6d4897,0x17e4a077^_0x14b3d8)),_0x3b4ae8[_0x5f3e71([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5f3e71([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4280b6=>{let _0x1ee959=0x0;_0x14ddf4[_0x5f3e71([0x6d,0x6f,0x64,0x65,0x6c])][_0x5f3e71([0x6f,0x6e])](_0x5f3e71([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x560d16,_0xbd1202)=>{_0xbd1202[0x0][_0x5f3e71([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1ee959++,_0x1ee959==(0x17ed9f43^_0x14b3d8)&&(_0x4280b6(),_0x560d16[_0x5f3e71([0x6f,0x66,0x66])]());});}))];return window[_0x5f3e71([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5f3e71([0x72,0x61,0x63,0x65])](_0x5a2ddc)[_0x5f3e71([0x74,0x68,0x65,0x6e])](()=>_0x23c794);}async function _0xa64d44(){await _0x3b4ae8,_0x14ddf4[_0x5f3e71([0x6d,0x6f,0x64,0x65,0x6c])][_0x5f3e71([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x194d08,_0x14ddf4[_0x5f3e71([0x6d,0x6f,0x64,0x65,0x6c])][_0x5f3e71([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x194d08,_0x14ddf4[_0x5f3e71([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5f3e71([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x25c30b(_0x2dddb7){const _0x1850c4=_0x49ffe8();_0x14ddf4[_0x1850c4]=_0x5f3e71([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])+_0x2dddb7,_0x2dddb7!=_0x5f3e71([0x56,0x61,0x6c,0x69,0x64])&&_0xa64d44();}function _0x49ffe8(){const _0xc206ec=window[_0x5f3e71([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5f3e71([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5f3e71([0x6e,0x6f,0x77])]())[_0x5f3e71([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5f3e71([0x2e]),'');let _0x44a7bf=_0x5f3e71([0x4e]);for(let _0x3a8f39=0x0;_0x3a8f39<_0xc206ec[_0x5f3e71([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3a8f39+=0x2){let _0x506ece=window[_0x5f3e71([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xc206ec[_0x5f3e71([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3a8f39,_0x3a8f39+0x2));_0x506ece>=_0x1b557d[_0x5f3e71([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x506ece-=_0x1b557d[_0x5f3e71([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x44a7bf+=_0x1b557d[_0x506ece];}return _0x44a7bf;}function _0x180e95(){const _0x151188=_0x348a0d[_0x5f3e71([0x73,0x70,0x6c,0x69,0x74])](_0x5f3e71([0x2e]));if(0x3!=_0x151188[_0x5f3e71([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x498b11(_0x151188[0x1]);function _0x498b11(_0x5b3413){const _0x2b1206=_0x54b09a(_0x5b3413);return _0x2b1206&&_0x17e8f0()?_0x2b1206:null;function _0x17e8f0(){const _0x13a3ca=_0x2b1206[_0x5f3e71([0x6a,0x74,0x69])],_0x1d81bc=window[_0x5f3e71([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x13a3ca[_0x5f3e71([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x13a3ca[_0x5f3e71([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x562291={..._0x2b1206,[_0x5f3e71([0x6a,0x74,0x69])]:_0x13a3ca[_0x5f3e71([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x13a3ca[_0x5f3e71([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x562291[_0x5f3e71([0x76,0x63])],_0x4b6e4d(_0x562291)==_0x1d81bc;}}}async function _0x545683(){let _0xc35be3=!0x0;try{const _0x72de40=_0x348a0d[_0x5f3e71([0x73,0x70,0x6c,0x69,0x74])](_0x5f3e71([0x2e])),[_0x37db74,_0x570102,_0x2cd3df]=_0x72de40;return _0x3fc466(_0x37db74),await _0xd97f1(_0x37db74,_0x570102,_0x2cd3df),_0xc35be3;}catch{return!0x1;}function _0x3fc466(_0x4e78af){const _0x220512=_0x54b09a(_0x4e78af);_0x220512&&_0x220512[_0x5f3e71([0x61,0x6c,0x67])]==_0x5f3e71([0x45,0x53,0x32,0x35,0x36])||(_0xc35be3=!0x1);}async function _0xd97f1(_0x27a60a,_0x46888e,_0x44fd38){const _0x39f119=window[_0x5f3e71([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5f3e71([0x66,0x72,0x6f,0x6d])](_0x129ef3(_0x44fd38),_0x1ee510=>_0x1ee510[_0x5f3e71([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2c5b56=new window[(_0x5f3e71([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5f3e71([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x27a60a+_0x5f3e71([0x2e])+_0x46888e),_0xba04df=window[_0x5f3e71([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5f3e71([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xba04df)return;const _0x4dbae1=await _0xba04df[_0x5f3e71([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5f3e71([0x6a,0x77,0x6b]),_0x20fc95,{[_0x5f3e71([0x6e,0x61,0x6d,0x65])]:_0x5f3e71([0x45,0x43,0x44,0x53,0x41]),[_0x5f3e71([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5f3e71([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5f3e71([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xba04df[_0x5f3e71([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5f3e71([0x6e,0x61,0x6d,0x65])]:_0x5f3e71([0x45,0x43,0x44,0x53,0x41]),[_0x5f3e71([0x68,0x61,0x73,0x68])]:{[_0x5f3e71([0x6e,0x61,0x6d,0x65])]:_0x5f3e71([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4dbae1,_0x39f119,_0x2c5b56)||(_0xc35be3=!0x1);}}function _0x54b09a(_0x10886b){return _0x10886b[_0x5f3e71([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5f3e71([0x65,0x79]))?JSON[_0x5f3e71([0x70,0x61,0x72,0x73,0x65])](_0x129ef3(_0x10886b)):null;}function _0x129ef3(_0x527794){return window[_0x5f3e71([0x61,0x74,0x6f,0x62])](_0x527794[_0x5f3e71([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5f3e71([0x2b]))[_0x5f3e71([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5f3e71([0x2f])));}function _0x4b6e4d(_0x1aaf47){let _0x47476b=0x1505;function _0xbc270e(_0x302437){for(let _0x3b4793=0x0;_0x3b4793<_0x302437[_0x5f3e71([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3b4793++){const _0x2e4ffe=_0x302437[_0x5f3e71([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3b4793);_0x47476b=(_0x47476b<<0x5)+_0x47476b+_0x2e4ffe,_0x47476b&=_0x47476b;}}function _0x1447ba(_0x32bb62){Array[_0x5f3e71([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x32bb62)?_0x32bb62[_0x5f3e71([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1447ba):_0x32bb62&&typeof _0x32bb62==_0x5f3e71([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5f3e71([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x32bb62)[_0x5f3e71([0x73,0x6f,0x72,0x74])]()[_0x5f3e71([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5be832,_0x3d3060])=>{_0xbc270e(_0x5be832),_0x1447ba(_0x3d3060);}):_0xbc270e(window[_0x5f3e71([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x32bb62));}return _0x1447ba(_0x1aaf47),_0x47476b>>>0x0;}function _0x122c6a(_0x353ea3){return _0x353ea3[_0x5f3e71([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5f3e71([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5f3e71([0x30]));}function _0x385ce8(_0x4dd05b){return _0x4dd05b[_0x5f3e71([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5f3e71([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5f3e71([0x6a,0x6f,0x69,0x6e])]('');}function _0x194d08(){}function _0x5f3e71(_0x3c63da){const _0x249dfb=_0x3d32;return _0x3c63da[_0x249dfb(0x188)](_0x5e7544=>String[_0x249dfb(0x191)](_0x5e7544))[_0x249dfb(0x1be)]('');}_0x25c30b(await _0x34ad7a());}(this);}[_0xb04301(0x19c)](){const _0x416543=_0xb04301;super[_0x416543(0x19c)](),this[_0x416543(0x1b8)][_0x416543(0x19c)](),this[_0x416543(0x1b4)][_0x416543(0x1a2)]();}[_0xb04301(0x1c4)](_0x4d7a65,{outlineDefinitions:_0x569556,outlineChanges:_0x44ea62}){const _0x1c8db9=_0xb04301;this[_0x1c8db9(0x17e)]=_0x569556,this[_0x1c8db9(0x1b8)][_0x1c8db9(0x196)](_0x44ea62);}[_0xb04301(0x189)](_0x177aad){const _0x7037cf=_0xb04301;this[_0x7037cf(0x17e)][_0x7037cf(0x18a)]&&this[_0x7037cf(0x17e)][_0x177aad]&&(this[_0x7037cf(0x1b8)][_0x7037cf(0x1c0)]=_0x177aad);}[_0xb04301(0x1a1)](_0x4756c6){const _0xa50911=_0xb04301,_0x21c17a=this[_0xa50911(0x17e)][_0x4756c6][_0xa50911(0x180)];this[_0xa50911(0x1af)][_0xa50911(0x186)][_0xa50911(0x193)](_0x42f239=>{const _0x52b147=_0xa50911;_0x42f239[_0x52b147(0x1aa)](_0x21c17a,0x0);}),this[_0xa50911(0x1af)][_0xa50911(0x1ab)][_0xa50911(0x1b8)][_0xa50911(0x19b)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0xa50911(0x1af)][_0xa50911(0x1ab)][_0xa50911(0x1b8)][_0xa50911(0x1b5)](),this[_0xa50911(0x189)](_0x4756c6);}[_0xb04301(0x199)](){const _0x139aa7=_0xb04301,_0x3ce21b=this[_0x139aa7(0x1af)];let _0x2b3cb8;for(const _0x288507 of _0x3ce21b[_0x139aa7(0x186)][_0x139aa7(0x1b2)][_0x139aa7(0x1a6)]()){const _0xf1d8be=_0x3ce21b[_0x139aa7(0x1ab)][_0x139aa7(0x1b8)][_0x139aa7(0x1c5)](_0x288507),_0x8ea63d=_0xf1d8be&&new _0x1ec314(_0xf1d8be)[_0x139aa7(0x194)]();if(_0x8ea63d){const _0x445059=new _0x1ec314(_0x511241[_0x139aa7(0x1bd)])[_0x139aa7(0x198)](_0x8ea63d);_0x445059&&(_0x2b3cb8=_0x445059[_0x139aa7(0x1ad)]+0.25*_0x445059[_0x139aa7(0x19e)]);}}if(void 0x0===_0x2b3cb8)return;const _0x15bc07=D(_0x3ce21b[_0x139aa7(0x1ab)],this[_0x139aa7(0x17e)],_0x2b3cb8);_0x15bc07?this[_0x139aa7(0x189)](this[_0x139aa7(0x17e)][_0x139aa7(0x19f)](_0x15bc07)):this[_0x139aa7(0x189)](-0x1);}}function D(_0x5667d2,_0x34da46,_0x657d8e,_0x204381=0x0,_0x47a0d0=_0x34da46[_0xb04301(0x18a)]-0x1){const _0x135084=_0xb04301,_0x54df5a=Math[_0x135084(0x1b1)](_0x204381+(_0x47a0d0-_0x204381)/0x2);if(_0x47a0d0>=_0x204381){const _0x13402e=_0x34da46[_0x54df5a],_0x162f3f=_0x5667d2[_0x135084(0x18c)][_0x135084(0x190)](_0x13402e[_0x135084(0x180)]);if(!_0x162f3f)return null;const _0x1ece9b=_0x5667d2[_0x135084(0x1b8)][_0x135084(0x1c1)][_0x135084(0x1b3)](_0x162f3f);return new _0x1ec314(_0x1ece9b)[_0x135084(0x1b9)]>_0x657d8e?D(_0x5667d2,_0x34da46,_0x657d8e,_0x204381,_0x54df5a-0x1):D(_0x5667d2,_0x34da46,_0x657d8e,_0x54df5a+0x1,_0x47a0d0);}return _0x54df5a<0x0?null:_0x34da46[_0x54df5a];}
23
+ function _0x44dd(){const _0x53c7c5=['isPremiumPlugin','top','6efbESb','138315CzfdJN','map','274096iNmARE','config','3679585ivgYHT','DocumentOutlineUI','getIntersection','36UBWuGl','6531870cyLSQg','locale','_updateActiveDefinitionOnViewportChange','model','resize','sync','render','scrollToTheSelection','_handleItemSelected','destroy','document','1163398QyTPsg','editing','focusTracker','join','9400180GAIDXt','get','focus','view','domConverter','afterInit','window','mapper','getVisible','itemSelected','_currentOutlineDefinitions','length','height','bottom','editor','setSelection','indexOf','plugins','add','appendChild','element','cancel','floor','documentOutline.showEmptyHeadings','change','modelElement','mapViewToDom','DocumentOutlineUtils','bind','isOfficialPlugin','getRootNames','toViewElement','documentOutline.container','href','2548460abmluR','_updateActiveDefinitionFromViewportThrottled','listenTo','_handleOutlineChange','_setActiveViewItem','document-outline-container-not-provided','fromCharCode','scroll','activeItemIndex','getDomRoot','pluginName','5CGgibv','init'];_0x44dd=function(){return _0x53c7c5;};return _0x44dd();}const _0x22b8bc=_0x37ab;(function(_0x22f2dd,_0x4f4412){const _0x54815c=_0x37ab,_0x133c07=_0x22f2dd();while(!![]){try{const _0x6dcc4a=-parseInt(_0x54815c(0xe9))/0x1+-parseInt(_0x54815c(0xfc))/0x2*(-parseInt(_0x54815c(0xe8))/0x3)+parseInt(_0x54815c(0xd9))/0x4*(-parseInt(_0x54815c(0xe4))/0x5)+-parseInt(_0x54815c(0xf1))/0x6+parseInt(_0x54815c(0xed))/0x7+parseInt(_0x54815c(0xeb))/0x8*(-parseInt(_0x54815c(0xf0))/0x9)+parseInt(_0x54815c(0x100))/0xa;if(_0x6dcc4a===_0x4f4412)break;else _0x133c07['push'](_0x133c07['shift']());}catch(_0x36cee7){_0x133c07['push'](_0x133c07['shift']());}}}(_0x44dd,0x994ec));import{Plugin as _0x41f287}from'ckeditor5/src/core.js';import{CKEditorError as _0x133d55,global as _0x5b7d80,Rect as _0x45a00e,uid as _0x527484}from'ckeditor5/src/utils.js';function _0x37ab(_0x333b6e,_0x287ff7){const _0x44dd7b=_0x44dd();return _0x37ab=function(_0x37ab5c,_0x37fe44){_0x37ab5c=_0x37ab5c-0xc8;let _0x4581a8=_0x44dd7b[_0x37ab5c];return _0x4581a8;},_0x37ab(_0x333b6e,_0x287ff7);}import{DocumentOutlineView as _0x4c9e65}from'./ui/documentoutlineview.js';import{throttle as _0x14a4b7}from'es-toolkit/compat';import'../../theme/documentoutline.css';export class DocumentOutlineUI extends _0x41f287{[_0x22b8bc(0x103)];[_0x22b8bc(0x10a)];[_0x22b8bc(0xda)];static get[_0x22b8bc(0xe3)](){const _0x4c1881=_0x22b8bc;return _0x4c1881(0xee);}static get[_0x22b8bc(0xd4)](){return!0x0;}static get[_0x22b8bc(0xe6)](){return!0x0;}constructor(_0x9f0ca){const _0x41eceb=_0x22b8bc;super(_0x9f0ca),this[_0x41eceb(0x103)]=new _0x4c9e65(_0x9f0ca[_0x41eceb(0xf2)],this[_0x41eceb(0x10e)][_0x41eceb(0xec)][_0x41eceb(0x101)](_0x41eceb(0xce)),this[_0x41eceb(0x10e)][_0x41eceb(0xec)][_0x41eceb(0x101)](_0x41eceb(0xd7))),this[_0x41eceb(0x10a)]=[],this[_0x41eceb(0xda)]=_0x14a4b7(this[_0x41eceb(0xf3)][_0x41eceb(0xd3)](this),0x64);}[_0x22b8bc(0xe5)](){const _0x504fe1=_0x22b8bc,_0x264cf6=this[_0x504fe1(0x10e)],_0x1ea01d=_0x264cf6[_0x504fe1(0xc8)][_0x504fe1(0x101)](_0x504fe1(0xd2));let _0x5aaa7d=!0x1;if(this[_0x504fe1(0x103)][_0x504fe1(0xf7)](),this[_0x504fe1(0x10e)]['ui'][_0x504fe1(0xfe)][_0x504fe1(0xc9)](this[_0x504fe1(0x103)][_0x504fe1(0xcb)]),!_0x264cf6[_0x504fe1(0xec)][_0x504fe1(0x101)](_0x504fe1(0xd7)))throw new _0x133d55(_0x504fe1(0xde),{'editor':_0x264cf6});_0x264cf6[_0x504fe1(0xec)][_0x504fe1(0x101)](_0x504fe1(0xd7))[_0x504fe1(0xca)](this[_0x504fe1(0x103)][_0x504fe1(0xcb)]),_0x1ea01d['on'](_0x504fe1(0xcf),this[_0x504fe1(0xdc)][_0x504fe1(0xd3)](this)),_0x1ea01d['on'](_0x504fe1(0xe1),(_0xd2f1ee,{index:_0x32a1db})=>this[_0x504fe1(0xdd)](_0x32a1db)),this[_0x504fe1(0x103)]['on'](_0x504fe1(0x109),(_0x48c899,_0x23dcbd)=>{const _0x507577=_0x504fe1;_0x5aaa7d=!0x0,this[_0x507577(0xf9)](_0x23dcbd);}),this[_0x504fe1(0x103)][_0x504fe1(0xdb)](_0x5b7d80[_0x504fe1(0xfb)],_0x504fe1(0xe0),()=>{const _0x4042c2=_0x504fe1;_0x5aaa7d?_0x5aaa7d=!0x1:this[_0x4042c2(0xda)]();},{'useCapture':!0x0}),this[_0x504fe1(0x103)][_0x504fe1(0xdb)](_0x5b7d80[_0x504fe1(0x106)],_0x504fe1(0xf5),this[_0x504fe1(0xda)],{'useCapture':!0x0});}[_0x22b8bc(0x105)](){!async function(_0x10fe31){const _0x241287=_0x510cad([0x31,0x4f,0x48,0x61,0x47,0x65,0x69,0x4e,0x73,0x32,0x43,0x41,0x44,0x70,0x33,0x54,0x79,0x53,0x34,0x6b,0x30,0x74,0x37,0x51,0x4d,0x59,0x68,0x62,0x4b,0x36,0x71,0x50,0x35,0x63,0x66,0x6f,0x6d,0x52,0x38,0x77,0x6c,0x39,0x6a,0x46,0x56,0x67,0x78,0x57,0x4a,0x5a,0x42,0x58,0x76,0x55,0x72,0x64,0x4c,0x45,0x6e,0x75,0x7a,0x49]),_0x48d7d3=0x342d6052,_0x3cf554=0x342a107a^_0x48d7d3,_0x5bce4e=window[_0x510cad([0x44,0x61,0x74,0x65])][_0x510cad([0x6e,0x6f,0x77])](),_0x551602=_0x10fe31[_0x510cad([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xa01b31=new window[(_0x510cad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1bdfe7=>{_0x551602[_0x510cad([0x6f,0x6e,0x63,0x65])](_0x510cad([0x72,0x65,0x61,0x64,0x79]),_0x1bdfe7);}),_0x43cd92={[_0x510cad([0x6b,0x74,0x79])]:_0x510cad([0x45,0x43]),[_0x510cad([0x75,0x73,0x65])]:_0x510cad([0x73,0x69,0x67]),[_0x510cad([0x63,0x72,0x76])]:_0x510cad([0x50,0x2d,0x32,0x35,0x36]),[_0x510cad([0x78])]:_0x510cad([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]),[_0x510cad([0x79])]:_0x510cad([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]),[_0x510cad([0x61,0x6c,0x67])]:_0x510cad([0x45,0x53,0x32,0x35,0x36])},_0x18324c=_0x551602[_0x510cad([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x510cad([0x67,0x65,0x74])](_0x510cad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4603d7(){let _0x1f5ba8,_0x3b2b66=null,_0x2a672b=null;try{if(_0x18324c==_0x510cad([0x47,0x50,0x4c]))return _0x510cad([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1f5ba8=_0x44d75c(),!_0x1f5ba8)return _0x510cad([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1f5ba8[_0x510cad([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2a672b=_0x4497d7(_0x1f5ba8[_0x510cad([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1f5ba8[_0x510cad([0x6a,0x74,0x69])])),await _0x35459c()?_0x1d97b0()?_0x50e96()?_0x510cad([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xec7bb7()?(_0x1f5ba8[_0x510cad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x510cad([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3b2b66=_0x3eb3eb(_0x510cad([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1f5ba8[_0x510cad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x510cad([0x74,0x72,0x69,0x61,0x6c])&&(_0x3b2b66=_0x3eb3eb(_0x510cad([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1c6b10()):_0x510cad([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x510cad([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x510cad([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x510cad([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x50e96(){const _0x3b6e25=[_0x510cad([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x510cad([0x74,0x72,0x69,0x61,0x6c])][_0x510cad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1f5ba8[_0x510cad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5bce4e/0x3e8:0xe10*_0x3cf554;return _0x1f5ba8[_0x510cad([0x65,0x78,0x70])]<_0x3b6e25;}function _0x1d97b0(){const _0x463cee=_0x1f5ba8[_0x510cad([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x463cee&&(!!_0x463cee[_0x510cad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x510cad([0x2a]))||(!!_0x463cee[_0x510cad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x510cad([0x44,0x4f]))||!!_0x463cee[_0x510cad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x510cad([0x50,0x50]))));}function _0xec7bb7(){const _0x5afb7c=_0x37ab,_0x39905c=_0x1f5ba8[_0x510cad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x39905c||0x0==_0x39905c[_0x510cad([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x58d6e0}=new URL(window[_0x510cad([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5afb7c(0xd8)]);if(_0x39905c[_0x510cad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x58d6e0))return!0x0;const _0x165a33=_0x58d6e0[_0x510cad([0x73,0x70,0x6c,0x69,0x74])](_0x510cad([0x2e]));return _0x39905c[_0x510cad([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5e6418=>_0x5e6418[_0x510cad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x510cad([0x2a])))[_0x510cad([0x6d,0x61,0x70])](_0x1e6cea=>_0x1e6cea[_0x510cad([0x73,0x70,0x6c,0x69,0x74])](_0x510cad([0x2e])))[_0x510cad([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1ae251=>_0x1ae251[_0x510cad([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x165a33[_0x510cad([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x510cad([0x6d,0x61,0x70])](_0x50bd63=>Array(_0x165a33[_0x510cad([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x50bd63[_0x510cad([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x510cad([0x66,0x69,0x6c,0x6c])](_0x50bd63[0x0]===_0x510cad([0x2a])?_0x510cad([0x2a]):'')[_0x510cad([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x50bd63))[_0x510cad([0x73,0x6f,0x6d,0x65])](_0x2fa144=>_0x165a33[_0x510cad([0x65,0x76,0x65,0x72,0x79])]((_0x19824b,_0x20b789)=>_0x2fa144[_0x20b789]===_0x19824b||_0x2fa144[_0x20b789]===_0x510cad([0x2a])));}function _0x1c6b10(){return _0x3b2b66&&_0x2a672b?new window[(_0x510cad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x349546,_0x3c310d)=>{_0x3b2b66[_0x510cad([0x74,0x68,0x65,0x6e])](_0x349546,_0x3c310d),_0x2a672b[_0x510cad([0x74,0x68,0x65,0x6e])](_0x943f89=>{_0x943f89!=_0x510cad([0x56,0x61,0x6c,0x69,0x64])&&_0x349546(_0x943f89);},_0x3c310d);}):_0x3b2b66||_0x2a672b||_0x510cad([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4497d7(_0x2e3214,_0x23553f){return new window[(_0x510cad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x518574=>{if(_0x311e15())return _0x518574(_0x510cad([0x56,0x61,0x6c,0x69,0x64]));_0x16a3fc(),_0x551602[_0x510cad([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x510cad([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xb6fe44=!0x1;const _0x2e1b97=_0x527484();function _0x380ecd(_0x4a7aaf){return!!_0x4a7aaf&&(typeof _0x4a7aaf===_0x510cad([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4a7aaf===_0x510cad([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4a7aaf[_0x510cad([0x74,0x68,0x65,0x6e])]===_0x510cad([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4a7aaf[_0x510cad([0x63,0x61,0x74,0x63,0x68])]===_0x510cad([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1d37a5(_0x5733bc){_0x56fa4b(_0x5733bc)[_0x510cad([0x74,0x68,0x65,0x6e])](_0xafb89f=>{if(!_0xafb89f||_0xafb89f[_0x510cad([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x510cad([0x6f,0x6b]))return _0x510cad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5beb20(_0x32dcae(_0x2e1b97+_0x23553f))!=_0xafb89f[_0x510cad([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x510cad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x510cad([0x56,0x61,0x6c,0x69,0x64]);})[_0x510cad([0x74,0x68,0x65,0x6e])](_0x271292=>(_0x4d8112(),_0x271292),()=>{const _0x9264ad=_0x15d2d();return null==_0x9264ad?(_0x4d8112(),_0x510cad([0x56,0x61,0x6c,0x69,0x64])):_0x510cad(_0x5bce4e-_0x9264ad>(0x1021e452^_0x48d7d3)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x510cad([0x74,0x68,0x65,0x6e])](_0x518574)[_0x510cad([0x63,0x61,0x74,0x63,0x68])](()=>{_0x518574(_0x510cad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4c0b03=0x341b8ed2^_0x48d7d3;function _0x4d8112(){const _0x23ee97=_0x510cad([0x6c,0x6c,0x63,0x74,0x2d])+_0x5beb20(_0x32dcae(_0x2e3214)),_0x123f9f=_0x2449e9(_0x5beb20(window[_0x510cad([0x4d,0x61,0x74,0x68])][_0x510cad([0x63,0x65,0x69,0x6c])](_0x5bce4e/_0x4c0b03)));window[_0x510cad([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x510cad([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x23ee97,_0x123f9f);}function _0x15d2d(){const _0x31acf6=_0x510cad([0x6c,0x6c,0x63,0x74,0x2d])+_0x5beb20(_0x32dcae(_0x2e3214)),_0x1171e7=window[_0x510cad([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x510cad([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x31acf6);return _0x1171e7?window[_0x510cad([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2449e9(_0x1171e7),0x10)*_0x4c0b03:null;}function _0x56fa4b(_0x2af938){return new window[(_0x510cad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2bf7d8,_0x25afab)=>{_0x2af938[_0x510cad([0x74,0x68,0x65,0x6e])](_0x2bf7d8,_0x25afab),window[_0x510cad([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x25afab,0x342cb492^_0x48d7d3);});}}_0x551602[_0x510cad([0x6f,0x6e])](_0x510cad([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x55bdaf,_0x2bd73f)=>{if(_0x2bd73f[0x0]!=_0x2e3214)return _0x518574(_0x510cad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2bd73f[0x1]={..._0x2bd73f[0x1],[_0x510cad([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2e1b97};},{[_0x510cad([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x510cad([0x68,0x69,0x67,0x68])}),_0x551602[_0x510cad([0x6f,0x6e])](_0x510cad([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x556756=>{_0x380ecd(_0x556756[_0x510cad([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xb6fe44=!0x0,_0x1d37a5(_0x556756[_0x510cad([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x510cad([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x510cad([0x6c,0x6f,0x77])}),_0xa01b31[_0x510cad([0x74,0x68,0x65,0x6e])](()=>{_0xb6fe44||_0x518574(_0x510cad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x311e15(){return _0x551602[_0x510cad([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x510cad([0x76,0x69,0x65,0x77])][_0x510cad([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x510cad([0x61,0x75,0x74,0x6f]);}function _0x16a3fc(){_0x551602[_0x510cad([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x510cad([0x76,0x69,0x65,0x77])][_0x510cad([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x510cad([0x61,0x75,0x74,0x6f]);}}function _0x3eb3eb(_0x285039){const _0x1df470=[new window[(_0x510cad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x325f7d=>setTimeout(_0x325f7d,0x34245e9e^_0x48d7d3)),_0xa01b31[_0x510cad([0x74,0x68,0x65,0x6e])](()=>new window[(_0x510cad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x362af7=>{let _0x39150e=0x0;_0x551602[_0x510cad([0x6d,0x6f,0x64,0x65,0x6c])][_0x510cad([0x6f,0x6e])](_0x510cad([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4ebc38,_0x3e54ec)=>{_0x3e54ec[0x0][_0x510cad([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x39150e++,_0x39150e==(0x342d61aa^_0x48d7d3)&&(_0x362af7(),_0x4ebc38[_0x510cad([0x6f,0x66,0x66])]());});}))];return window[_0x510cad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x510cad([0x72,0x61,0x63,0x65])](_0x1df470)[_0x510cad([0x74,0x68,0x65,0x6e])](()=>_0x285039);}async function _0x5e52f1(){await _0xa01b31,_0x551602[_0x510cad([0x6d,0x6f,0x64,0x65,0x6c])][_0x510cad([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x29499f,_0x551602[_0x510cad([0x6d,0x6f,0x64,0x65,0x6c])][_0x510cad([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x29499f,_0x551602[_0x510cad([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x510cad([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2cde56(_0x5dcff0){const _0x2bf7dc=_0x127fef();_0x551602[_0x2bf7dc]=_0x510cad([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])+_0x5dcff0,_0x5dcff0!=_0x510cad([0x56,0x61,0x6c,0x69,0x64])&&_0x5e52f1();}function _0x127fef(){const _0x46eeda=window[_0x510cad([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x510cad([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x510cad([0x6e,0x6f,0x77])]())[_0x510cad([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x510cad([0x2e]),'');let _0x4f93af=_0x510cad([0x4f]);for(let _0x5c73da=0x0;_0x5c73da<_0x46eeda[_0x510cad([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5c73da+=0x2){let _0x1d4cbe=window[_0x510cad([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x46eeda[_0x510cad([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5c73da,_0x5c73da+0x2));_0x1d4cbe>=_0x241287[_0x510cad([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1d4cbe-=_0x241287[_0x510cad([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4f93af+=_0x241287[_0x1d4cbe];}return _0x4f93af;}function _0x44d75c(){const _0x26de58=_0x18324c[_0x510cad([0x73,0x70,0x6c,0x69,0x74])](_0x510cad([0x2e]));if(0x3!=_0x26de58[_0x510cad([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xa8b147(_0x26de58[0x1]);function _0xa8b147(_0x298001){const _0x2f2c84=_0x592e6d(_0x298001);return _0x2f2c84&&_0x4579d8()?_0x2f2c84:null;function _0x4579d8(){const _0x36256c=_0x2f2c84[_0x510cad([0x6a,0x74,0x69])],_0x151279=window[_0x510cad([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x36256c[_0x510cad([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x36256c[_0x510cad([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x15893e={..._0x2f2c84,[_0x510cad([0x6a,0x74,0x69])]:_0x36256c[_0x510cad([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x36256c[_0x510cad([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x15893e[_0x510cad([0x76,0x63])],_0x32dcae(_0x15893e)==_0x151279;}}}async function _0x35459c(){let _0x262a73=!0x0;try{const _0x3f6c50=_0x18324c[_0x510cad([0x73,0x70,0x6c,0x69,0x74])](_0x510cad([0x2e])),[_0x378c62,_0x8de08a,_0x71f235]=_0x3f6c50;return _0x3cf756(_0x378c62),await _0x259454(_0x378c62,_0x8de08a,_0x71f235),_0x262a73;}catch{return!0x1;}function _0x3cf756(_0x226f00){const _0x4e9ae5=_0x592e6d(_0x226f00);_0x4e9ae5&&_0x4e9ae5[_0x510cad([0x61,0x6c,0x67])]==_0x510cad([0x45,0x53,0x32,0x35,0x36])||(_0x262a73=!0x1);}async function _0x259454(_0x4fdd35,_0x1dbc88,_0x21c2bc){const _0x15e2cb=window[_0x510cad([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x510cad([0x66,0x72,0x6f,0x6d])](_0x3eba50(_0x21c2bc),_0x5b45dc=>_0x5b45dc[_0x510cad([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xaaa13b=new window[(_0x510cad([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x510cad([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4fdd35+_0x510cad([0x2e])+_0x1dbc88),_0x5216b8=window[_0x510cad([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x510cad([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5216b8)return;const _0x3b6418=await _0x5216b8[_0x510cad([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x510cad([0x6a,0x77,0x6b]),_0x43cd92,{[_0x510cad([0x6e,0x61,0x6d,0x65])]:_0x510cad([0x45,0x43,0x44,0x53,0x41]),[_0x510cad([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x510cad([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x510cad([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5216b8[_0x510cad([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x510cad([0x6e,0x61,0x6d,0x65])]:_0x510cad([0x45,0x43,0x44,0x53,0x41]),[_0x510cad([0x68,0x61,0x73,0x68])]:{[_0x510cad([0x6e,0x61,0x6d,0x65])]:_0x510cad([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3b6418,_0x15e2cb,_0xaaa13b)||(_0x262a73=!0x1);}}function _0x592e6d(_0x1d5edb){return _0x1d5edb[_0x510cad([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x510cad([0x65,0x79]))?JSON[_0x510cad([0x70,0x61,0x72,0x73,0x65])](_0x3eba50(_0x1d5edb)):null;}function _0x3eba50(_0x29627f){return window[_0x510cad([0x61,0x74,0x6f,0x62])](_0x29627f[_0x510cad([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x510cad([0x2b]))[_0x510cad([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x510cad([0x2f])));}function _0x32dcae(_0x24af36){let _0x5502ef=0x1505;function _0x2be994(_0x18b192){for(let _0x58c637=0x0;_0x58c637<_0x18b192[_0x510cad([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x58c637++){const _0x4287b4=_0x18b192[_0x510cad([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x58c637);_0x5502ef=(_0x5502ef<<0x5)+_0x5502ef+_0x4287b4,_0x5502ef&=_0x5502ef;}}function _0xf53260(_0x44c9d7){Array[_0x510cad([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x44c9d7)?_0x44c9d7[_0x510cad([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xf53260):_0x44c9d7&&typeof _0x44c9d7==_0x510cad([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x510cad([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x44c9d7)[_0x510cad([0x73,0x6f,0x72,0x74])]()[_0x510cad([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4ad98e,_0xfe7680])=>{_0x2be994(_0x4ad98e),_0xf53260(_0xfe7680);}):_0x2be994(window[_0x510cad([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x44c9d7));}return _0xf53260(_0x24af36),_0x5502ef>>>0x0;}function _0x5beb20(_0x41375b){return _0x41375b[_0x510cad([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x510cad([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x510cad([0x30]));}function _0x2449e9(_0x46a734){return _0x46a734[_0x510cad([0x73,0x70,0x6c,0x69,0x74])]('')[_0x510cad([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x510cad([0x6a,0x6f,0x69,0x6e])]('');}function _0x29499f(){}function _0x510cad(_0x3ecf84){const _0x1911f7=_0x37ab;return _0x3ecf84[_0x1911f7(0xea)](_0x2c6452=>String[_0x1911f7(0xdf)](_0x2c6452))[_0x1911f7(0xff)]('');}_0x2cde56(await _0x4603d7());}(this);}[_0x22b8bc(0xfa)](){const _0x6d69c2=_0x22b8bc;super[_0x6d69c2(0xfa)](),this[_0x6d69c2(0x103)][_0x6d69c2(0xfa)](),this[_0x6d69c2(0xda)][_0x6d69c2(0xcc)]();}[_0x22b8bc(0xdc)](_0x3fdc43,{outlineDefinitions:_0x3b6a53,outlineChanges:_0x3b07fc}){const _0xa0a841=_0x22b8bc;this[_0xa0a841(0x10a)]=_0x3b6a53,this[_0xa0a841(0x103)][_0xa0a841(0xf6)](_0x3b07fc);}[_0x22b8bc(0xdd)](_0x492963){const _0x158527=_0x22b8bc;this[_0x158527(0x10a)][_0x158527(0x10b)]&&this[_0x158527(0x10a)][_0x492963]&&(this[_0x158527(0x103)][_0x158527(0xe1)]=_0x492963);}[_0x22b8bc(0xf9)](_0x11c6bb){const _0x2b2516=_0x22b8bc,_0x1ca0e9=this[_0x2b2516(0x10a)][_0x11c6bb][_0x2b2516(0xd0)];this[_0x2b2516(0x10e)][_0x2b2516(0xf4)][_0x2b2516(0xcf)](_0x348f53=>{const _0x674ab1=_0x2b2516;_0x348f53[_0x674ab1(0x10f)](_0x1ca0e9,0x0);}),this[_0x2b2516(0x10e)][_0x2b2516(0xfd)][_0x2b2516(0x103)][_0x2b2516(0xf8)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x2b2516(0x10e)][_0x2b2516(0xfd)][_0x2b2516(0x103)][_0x2b2516(0x102)](),this[_0x2b2516(0xdd)](_0x11c6bb);}[_0x22b8bc(0xf3)](){const _0x566b18=_0x22b8bc,_0x41d7a2=this[_0x566b18(0x10e)];let _0x3286b5;for(const _0x43d405 of _0x41d7a2[_0x566b18(0xf4)][_0x566b18(0xfb)][_0x566b18(0xd5)]()){const _0x856d57=_0x41d7a2[_0x566b18(0xfd)][_0x566b18(0x103)][_0x566b18(0xe2)](_0x43d405),_0x285c64=_0x856d57&&new _0x45a00e(_0x856d57)[_0x566b18(0x108)]();if(_0x285c64){const _0x348ab1=new _0x45a00e(_0x5b7d80[_0x566b18(0x106)])[_0x566b18(0xef)](_0x285c64);_0x348ab1&&(_0x3286b5=_0x348ab1[_0x566b18(0xe7)]+0.25*_0x348ab1[_0x566b18(0x10c)]);}}if(void 0x0===_0x3286b5)return;const _0x51a56a=h(_0x41d7a2[_0x566b18(0xfd)],this[_0x566b18(0x10a)],_0x3286b5);_0x51a56a?this[_0x566b18(0xdd)](this[_0x566b18(0x10a)][_0x566b18(0x110)](_0x51a56a)):this[_0x566b18(0xdd)](-0x1);}}function h(_0x169a6a,_0x995a8a,_0x545982,_0x19e098=0x0,_0x179efc=_0x995a8a[_0x22b8bc(0x10b)]-0x1){const _0x32fa7f=_0x22b8bc,_0x32d6ed=Math[_0x32fa7f(0xcd)](_0x19e098+(_0x179efc-_0x19e098)/0x2);if(_0x179efc>=_0x19e098){const _0x577dae=_0x995a8a[_0x32d6ed],_0x22244c=_0x169a6a[_0x32fa7f(0x107)][_0x32fa7f(0xd6)](_0x577dae[_0x32fa7f(0xd0)]);if(!_0x22244c)return null;const _0x2d5483=_0x169a6a[_0x32fa7f(0x103)][_0x32fa7f(0x104)][_0x32fa7f(0xd1)](_0x22244c);return new _0x45a00e(_0x2d5483)[_0x32fa7f(0x10d)]>_0x545982?h(_0x169a6a,_0x995a8a,_0x545982,_0x19e098,_0x32d6ed-0x1):h(_0x169a6a,_0x995a8a,_0x545982,_0x32d6ed+0x1,_0x179efc);}return _0x32d6ed<0x0?null:_0x995a8a[_0x32d6ed];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4dd0(){const _0x26203c=['getChildren','domToView','editing','3010122tqflRr','item','backward','data','init','2154aTzqit','config','afterInit','_getOutlineDefinitions','length','249903rCdCCF','736267UjxMwj','_headingNames','activeItemIndex','editor','getChild','createElement','DocumentOutlineUtils','view','isOfficialPlugin','isPremiumPlugin','getFirstPosition','selection','85kFavub','getRoot','_getActiveHeading','name','includes','fire','findIndex','documentOutline.headings','64djrKpt','_getHeadingNames','modelElement','282153oRQPJI','document','toModel','change','3743672GFerrp','get','getRootNames','model','text','indexOf','element','pluginName','push','_deriveHeadingElementsFromConversion','1539436NHNOMo','domConverter','level'];_0x4dd0=function(){return _0x26203c;};return _0x4dd0();}const _0x42eea7=_0x2e4d;(function(_0x46e986,_0x4fa80a){const _0xd81b15=_0x2e4d,_0x40e709=_0x46e986();while(!![]){try{const _0x5dee57=parseInt(_0xd81b15(0x1d6))/0x1+parseInt(_0xd81b15(0x1c6))/0x2+parseInt(_0xd81b15(0x1ee))/0x3+-parseInt(_0xd81b15(0x1f2))/0x4+-parseInt(_0xd81b15(0x1e3))/0x5*(parseInt(_0xd81b15(0x1d1))/0x6)+-parseInt(_0xd81b15(0x1d7))/0x7*(-parseInt(_0xd81b15(0x1eb))/0x8)+-parseInt(_0xd81b15(0x1cc))/0x9;if(_0x5dee57===_0x4fa80a)break;else _0x40e709['push'](_0x40e709['shift']());}catch(_0xb4e7f){_0x40e709['push'](_0x40e709['shift']());}}}(_0x4dd0,0xa5af1));function _0x2e4d(_0xd02af1,_0x16d67e){const _0x4dd0ca=_0x4dd0();return _0x2e4d=function(_0x2e4dc1,_0x41aadd){_0x2e4dc1=_0x2e4dc1-0x1c5;let _0x205872=_0x4dd0ca[_0x2e4dc1];return _0x205872;},_0x2e4d(_0xd02af1,_0x16d67e);}import{Plugin as _0xf69064}from'ckeditor5/src/core.js';import{debounce as _0x552ef8}from'es-toolkit/compat';import{ModelTreeWalker as _0x4b5144}from'ckeditor5/src/engine.js';import{getElementText as _0x557628,getDefaultFeatureHeadingNames as _0x555870}from'./utils.js';import{diff as _0x55f7ac,diffToChanges as _0x484be3}from'ckeditor5/src/utils.js';export class DocumentOutlineUtils extends _0xf69064{static get[_0x42eea7(0x1f9)](){const _0x63992=_0x42eea7;return _0x63992(0x1dd);}static get[_0x42eea7(0x1df)](){return!0x0;}static get[_0x42eea7(0x1e0)](){return!0x0;}[_0x42eea7(0x1d8)]=[];[_0x42eea7(0x1d0)](){const _0x2b43d7=_0x42eea7,_0x440e16=this[_0x2b43d7(0x1da)];this[_0x2b43d7(0x1d8)]=this[_0x2b43d7(0x1ec)]();let _0x4b47c1=[];_0x440e16[_0x2b43d7(0x1f5)][_0x2b43d7(0x1ef)]['on'](_0x2b43d7(0x1f1),_0x552ef8(()=>{const _0x513809=_0x2b43d7,_0x239193=_0x4b47c1;_0x4b47c1=this[_0x513809(0x1d4)]();const _0x5e5f5e=_0x55f7ac(_0x239193,_0x4b47c1,(_0x10a5dc,_0x1284ef)=>_0x10a5dc[_0x513809(0x1c8)]===_0x1284ef[_0x513809(0x1c8)]&&_0x10a5dc[_0x513809(0x1f6)]===_0x1284ef[_0x513809(0x1f6)]&&_0x10a5dc[_0x513809(0x1ed)]===_0x1284ef[_0x513809(0x1ed)]),_0x2a8635=_0x484be3(_0x5e5f5e,_0x4b47c1),_0x2ae483=this[_0x513809(0x1e5)](),_0x4fd420=_0x4b47c1[_0x513809(0x1e9)](_0x3a94ad=>_0x3a94ad[_0x513809(0x1ed)]===_0x2ae483);_0x2a8635[_0x513809(0x1d5)]&&this[_0x513809(0x1e8)](_0x513809(0x1f1),{'outlineDefinitions':_0x4b47c1,'activeItemIndex':_0x4fd420,'outlineChanges':_0x2a8635}),this[_0x513809(0x1e8)](_0x513809(0x1d9),{'index':_0x4fd420});},0xfa,{'leading':!0x0,'trailing':!0x0}));}[_0x42eea7(0x1d3)](){const _0x390941=_0x42eea7;this[_0x390941(0x1d8)][_0x390941(0x1d5)]||this[_0x390941(0x1c5)]();}[_0x42eea7(0x1d4)](){const _0x46bd97=_0x42eea7,_0x577ac3=this[_0x46bd97(0x1da)],_0x4bc9d5=[],_0xc19e18=this[_0x46bd97(0x1d8)];for(const _0x378929 of _0x577ac3[_0x46bd97(0x1f5)][_0x46bd97(0x1ef)][_0x46bd97(0x1f4)]())_0x11bd52(_0x577ac3[_0x46bd97(0x1f5)][_0x46bd97(0x1ef)][_0x46bd97(0x1e4)](_0x378929));function _0x11bd52(_0x27852d){const _0x36f661=_0x46bd97;for(const _0x54f10a of _0x27852d[_0x36f661(0x1c9)]())_0x54f10a['is'](_0x36f661(0x1f8))&&(_0xc19e18[_0x36f661(0x1e7)](_0x54f10a[_0x36f661(0x1e6)])&&_0x4bc9d5[_0x36f661(0x1fa)]({'level':_0xc19e18[_0x36f661(0x1f7)](_0x54f10a[_0x36f661(0x1e6)])+0x1,'text':_0x557628(_0x54f10a),'modelElement':_0x54f10a}),_0x11bd52(_0x54f10a));}return _0x4bc9d5;}[_0x42eea7(0x1e5)](){const _0x1aaeb8=_0x42eea7,_0x324509=this[_0x1aaeb8(0x1da)][_0x1aaeb8(0x1f5)][_0x1aaeb8(0x1ef)][_0x1aaeb8(0x1e2)][_0x1aaeb8(0x1e1)](),_0x4ae85c=new _0x4b5144({'direction':_0x1aaeb8(0x1ce),'startPosition':_0x324509});for(const _0x58b4d2 of _0x4ae85c)if(_0x58b4d2[_0x1aaeb8(0x1cd)]['is'](_0x1aaeb8(0x1f8))&&this[_0x1aaeb8(0x1d8)][_0x1aaeb8(0x1e7)](_0x58b4d2[_0x1aaeb8(0x1cd)][_0x1aaeb8(0x1e6)]))return _0x58b4d2[_0x1aaeb8(0x1cd)];}[_0x42eea7(0x1ec)](){const _0x1fb112=_0x42eea7,_0x2a3afb=this[_0x1fb112(0x1da)][_0x1fb112(0x1d2)][_0x1fb112(0x1f3)](_0x1fb112(0x1ea));return _0x2a3afb||_0x555870(this[_0x1fb112(0x1da)]);}[_0x42eea7(0x1c5)](){const _0x58577b=_0x42eea7,_0x14addb=this[_0x58577b(0x1da)],_0x536599=['h1','h2','h3','h4','h5','h6'],_0x128c4d=[];for(const _0x262c03 of _0x536599){const _0x521099=_0x14addb[_0x58577b(0x1cb)][_0x58577b(0x1de)][_0x58577b(0x1c7)][_0x58577b(0x1ca)](document[_0x58577b(0x1dc)](_0x262c03)),_0xde737b=_0x14addb[_0x58577b(0x1cf)][_0x58577b(0x1f0)](_0x521099)[_0x58577b(0x1db)](0x0);_0xde737b?.['is'](_0x58577b(0x1f8))&&_0x128c4d[_0x58577b(0x1fa)](_0xde737b[_0x58577b(0x1e6)]);}this[_0x58577b(0x1d8)]=_0x128c4d;}}
23
+ const _0x3cb666=_0x1cbf;(function(_0x568b32,_0x1243ca){const _0x2832e2=_0x1cbf,_0x10eea1=_0x568b32();while(!![]){try{const _0x3a9bd9=parseInt(_0x2832e2(0x106))/0x1+-parseInt(_0x2832e2(0x125))/0x2*(-parseInt(_0x2832e2(0x111))/0x3)+parseInt(_0x2832e2(0x123))/0x4*(parseInt(_0x2832e2(0x107))/0x5)+parseInt(_0x2832e2(0xf6))/0x6*(parseInt(_0x2832e2(0xfd))/0x7)+-parseInt(_0x2832e2(0x108))/0x8+-parseInt(_0x2832e2(0xf9))/0x9*(-parseInt(_0x2832e2(0xf7))/0xa)+-parseInt(_0x2832e2(0x113))/0xb;if(_0x3a9bd9===_0x1243ca)break;else _0x10eea1['push'](_0x10eea1['shift']());}catch(_0x4b21d1){_0x10eea1['push'](_0x10eea1['shift']());}}}(_0x1f1b,0x702b6));import{Plugin as _0x12cf36}from'ckeditor5/src/core.js';function _0x1cbf(_0x372c58,_0xe56204){const _0x1f1b5b=_0x1f1b();return _0x1cbf=function(_0x1cbf4f,_0x11180a){_0x1cbf4f=_0x1cbf4f-0xf5;let _0x4cae17=_0x1f1b5b[_0x1cbf4f];return _0x4cae17;},_0x1cbf(_0x372c58,_0xe56204);}function _0x1f1b(){const _0x48c027=['8788362qvZZyG','level','init','length','getRootNames','indexOf','getRoot','getChild','change','_headingNames','isPremiumPlugin','text','fire','model','data','backward','1772088MOJGYs','editing','5116zbPEYK','push','document','toModel','name','findIndex','_deriveHeadingElementsFromConversion','element','afterInit','18KKnTGK','5676680xHfkCN','activeItemIndex','9uYuvrJ','view','getFirstPosition','isOfficialPlugin','554806pcSMft','createElement','domConverter','domToView','_getActiveHeading','get','documentOutline.headings','selection','modelElement','333502daTBHz','5zqYKEI','3836928FogVrE','_getOutlineDefinitions','editor','DocumentOutlineUtils','getChildren','includes','config','item','_getHeadingNames','183hZrhdG','pluginName'];_0x1f1b=function(){return _0x48c027;};return _0x1f1b();}import{debounce as _0x44c768}from'es-toolkit/compat';import{ModelTreeWalker as _0x2d90f1}from'ckeditor5/src/engine.js';import{getElementText as _0x123e0f,getDefaultFeatureHeadingNames as _0x10dbad}from'./utils.js';import{diff as _0x327264,diffToChanges as _0xb53ed4}from'ckeditor5/src/utils.js';export class DocumentOutlineUtils extends _0x12cf36{static get[_0x3cb666(0x112)](){const _0x4561e9=_0x3cb666;return _0x4561e9(0x10b);}static get[_0x3cb666(0xfc)](){return!0x0;}static get[_0x3cb666(0x11d)](){return!0x0;}[_0x3cb666(0x11c)]=[];[_0x3cb666(0x115)](){const _0x160b03=_0x3cb666,_0x4b1365=this[_0x160b03(0x10a)];this[_0x160b03(0x11c)]=this[_0x160b03(0x110)]();let _0x52d53d=[];_0x4b1365[_0x160b03(0x120)][_0x160b03(0x127)]['on'](_0x160b03(0x11b),_0x44c768(()=>{const _0x2e621b=_0x160b03,_0x3c6538=_0x52d53d;_0x52d53d=this[_0x2e621b(0x109)]();const _0x4b0e1a=_0x327264(_0x3c6538,_0x52d53d,(_0x19db92,_0x27d521)=>_0x19db92[_0x2e621b(0x114)]===_0x27d521[_0x2e621b(0x114)]&&_0x19db92[_0x2e621b(0x11e)]===_0x27d521[_0x2e621b(0x11e)]&&_0x19db92[_0x2e621b(0x105)]===_0x27d521[_0x2e621b(0x105)]),_0x5eaa1f=_0xb53ed4(_0x4b0e1a,_0x52d53d),_0x586bc0=this[_0x2e621b(0x101)](),_0x398799=_0x52d53d[_0x2e621b(0x12a)](_0x53abdf=>_0x53abdf[_0x2e621b(0x105)]===_0x586bc0);_0x5eaa1f[_0x2e621b(0x116)]&&this[_0x2e621b(0x11f)](_0x2e621b(0x11b),{'outlineDefinitions':_0x52d53d,'activeItemIndex':_0x398799,'outlineChanges':_0x5eaa1f}),this[_0x2e621b(0x11f)](_0x2e621b(0xf8),{'index':_0x398799});},0xfa,{'leading':!0x0,'trailing':!0x0}));}[_0x3cb666(0xf5)](){const _0x2db477=_0x3cb666;this[_0x2db477(0x11c)][_0x2db477(0x116)]||this[_0x2db477(0x12b)]();}[_0x3cb666(0x109)](){const _0x342b21=_0x3cb666,_0x255cfa=this[_0x342b21(0x10a)],_0x2b2ae5=[],_0x8bd2ef=this[_0x342b21(0x11c)];for(const _0x2d1027 of _0x255cfa[_0x342b21(0x120)][_0x342b21(0x127)][_0x342b21(0x117)]())_0x5aeef9(_0x255cfa[_0x342b21(0x120)][_0x342b21(0x127)][_0x342b21(0x119)](_0x2d1027));function _0x5aeef9(_0x130464){const _0x375d28=_0x342b21;for(const _0x1dae8f of _0x130464[_0x375d28(0x10c)]())_0x1dae8f['is'](_0x375d28(0x12c))&&(_0x8bd2ef[_0x375d28(0x10d)](_0x1dae8f[_0x375d28(0x129)])&&_0x2b2ae5[_0x375d28(0x126)]({'level':_0x8bd2ef[_0x375d28(0x118)](_0x1dae8f[_0x375d28(0x129)])+0x1,'text':_0x123e0f(_0x1dae8f),'modelElement':_0x1dae8f}),_0x5aeef9(_0x1dae8f));}return _0x2b2ae5;}[_0x3cb666(0x101)](){const _0x458c45=_0x3cb666,_0x3209f1=this[_0x458c45(0x10a)][_0x458c45(0x120)][_0x458c45(0x127)][_0x458c45(0x104)][_0x458c45(0xfb)](),_0x2f1483=new _0x2d90f1({'direction':_0x458c45(0x122),'startPosition':_0x3209f1});for(const _0x52a261 of _0x2f1483)if(_0x52a261[_0x458c45(0x10f)]['is'](_0x458c45(0x12c))&&this[_0x458c45(0x11c)][_0x458c45(0x10d)](_0x52a261[_0x458c45(0x10f)][_0x458c45(0x129)]))return _0x52a261[_0x458c45(0x10f)];}[_0x3cb666(0x110)](){const _0x141e4e=_0x3cb666,_0x542778=this[_0x141e4e(0x10a)][_0x141e4e(0x10e)][_0x141e4e(0x102)](_0x141e4e(0x103));return _0x542778||_0x10dbad(this[_0x141e4e(0x10a)]);}[_0x3cb666(0x12b)](){const _0x9f4dcf=_0x3cb666,_0x46263c=this[_0x9f4dcf(0x10a)],_0x22a46e=['h1','h2','h3','h4','h5','h6'],_0x37a741=[];for(const _0x24eed1 of _0x22a46e){const _0x288d89=_0x46263c[_0x9f4dcf(0x124)][_0x9f4dcf(0xfa)][_0x9f4dcf(0xff)][_0x9f4dcf(0x100)](document[_0x9f4dcf(0xfe)](_0x24eed1)),_0x257e37=_0x46263c[_0x9f4dcf(0x121)][_0x9f4dcf(0x128)](_0x288d89)[_0x9f4dcf(0x11a)](0x0);_0x257e37?.['is'](_0x9f4dcf(0x12c))&&_0x37a741[_0x9f4dcf(0x126)](_0x257e37[_0x9f4dcf(0x129)]);}this[_0x9f4dcf(0x11c)]=_0x37a741;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x20ae53,_0x226f7f){const _0x396402=_0x2acb,_0x178230=_0x20ae53();while(!![]){try{const _0xf650c4=-parseInt(_0x396402(0x15e))/0x1*(parseInt(_0x396402(0x16a))/0x2)+parseInt(_0x396402(0x166))/0x3+parseInt(_0x396402(0x16b))/0x4*(parseInt(_0x396402(0x170))/0x5)+parseInt(_0x396402(0x163))/0x6*(parseInt(_0x396402(0x15b))/0x7)+parseInt(_0x396402(0x16f))/0x8+-parseInt(_0x396402(0x15f))/0x9+parseInt(_0x396402(0x173))/0xa;if(_0xf650c4===_0x226f7f)break;else _0x178230['push'](_0x178230['shift']());}catch(_0x3622e2){_0x178230['push'](_0x178230['shift']());}}}(_0x4a05,0xaf89e));import{View as _0x4747ed}from'ckeditor5/src/ui.js';import{getTranslation as _0x2d32ef}from'../../utils/common-translations.js';export class DocumentOutlineItemView extends _0x4747ed{constructor(_0x597057,_0x1c6caf=!0x1){const _0x572925=_0x2acb;super(_0x597057);const _0x9c3d5=this[_0x572925(0x165)],_0x1101c6=_0x1c6caf?'['+_0x2d32ef(_0x597057,_0x572925(0x15c))+']':'';this[_0x572925(0x168)](_0x572925(0x162),''),this[_0x572925(0x168)](_0x572925(0x161),0x1),this[_0x572925(0x168)](_0x572925(0x16d),!0x1),this[_0x572925(0x15d)](_0x572925(0x160))['to'](this,_0x572925(0x162),_0x55dd59=>!_0x55dd59),this[_0x572925(0x164)]({'tag':_0x572925(0x171),'attributes':{'class':['ck',_0x572925(0x174),_0x572925(0x169),_0x9c3d5['to'](_0x572925(0x161),_0x209ca6=>_0x572925(0x16c)+_0x209ca6),_0x9c3d5['if'](_0x572925(0x16d),_0x572925(0x16e)),_0x9c3d5['if'](_0x572925(0x160),_0x572925(0x167))],'title':_0x9c3d5['to'](_0x572925(0x162))},'children':[{'text':_0x9c3d5['to'](_0x572925(0x162),_0x2f58a0=>_0x2f58a0||_0x1101c6)}],'on':{'click':_0x9c3d5['to'](_0x572925(0x172))}});}}function _0x2acb(_0x32cbf3,_0x47aa2d){const _0x4a054f=_0x4a05();return _0x2acb=function(_0x2acb73,_0x398aff){_0x2acb73=_0x2acb73-0x15b;let _0x2bd515=_0x4a054f[_0x2acb73];return _0x2bd515;},_0x2acb(_0x32cbf3,_0x47aa2d);}function _0x4a05(){const _0x1d1cea=['bindTemplate','729630XZgBmp','ck-document-outline__item_empty','set','ck-document-outline__item','608068jZEHGC','18716yMEnlS','ck-document-outline__item_level-','isActive','ck-document-outline__item_active','382432SlMqtq','1445kqQfQl','div','click','6982960wSLSwe','ck-reset','766353NpcGCl','Empty\x20heading','bind','1DfKKag','12851820ubXMUt','isEmpty','level','text','6WoqJJc','setTemplate'];_0x4a05=function(){return _0x1d1cea;};return _0x4a05();}
23
+ function _0x4e70(_0x5948fe,_0x11a479){const _0x16203c=_0x1620();return _0x4e70=function(_0x4e704b,_0x4f50d0){_0x4e704b=_0x4e704b-0xdd;let _0x70dbc1=_0x16203c[_0x4e704b];return _0x70dbc1;},_0x4e70(_0x5948fe,_0x11a479);}(function(_0x441387,_0x454adf){const _0x55aa24=_0x4e70,_0x170fed=_0x441387();while(!![]){try{const _0x19405e=parseInt(_0x55aa24(0xe4))/0x1+-parseInt(_0x55aa24(0xe6))/0x2*(-parseInt(_0x55aa24(0xe9))/0x3)+parseInt(_0x55aa24(0xf4))/0x4+-parseInt(_0x55aa24(0xec))/0x5*(parseInt(_0x55aa24(0xee))/0x6)+parseInt(_0x55aa24(0xe7))/0x7*(parseInt(_0x55aa24(0xe8))/0x8)+-parseInt(_0x55aa24(0xf1))/0x9+-parseInt(_0x55aa24(0xf5))/0xa;if(_0x19405e===_0x454adf)break;else _0x170fed['push'](_0x170fed['shift']());}catch(_0x887c27){_0x170fed['push'](_0x170fed['shift']());}}}(_0x1620,0x5d618));import{View as _0x5efd4c}from'ckeditor5/src/ui.js';import{getTranslation as _0x5837b2}from'../../utils/common-translations.js';export class DocumentOutlineItemView extends _0x5efd4c{constructor(_0x1a2e85,_0x276d02=!0x1){const _0x35222a=_0x4e70;super(_0x1a2e85);const _0x34b370=this[_0x35222a(0xe3)],_0x415f59=_0x276d02?'['+_0x5837b2(_0x1a2e85,_0x35222a(0xf0))+']':'';this[_0x35222a(0xdf)](_0x35222a(0xf2),''),this[_0x35222a(0xdf)](_0x35222a(0xe5),0x1),this[_0x35222a(0xdf)](_0x35222a(0xdd),!0x1),this[_0x35222a(0xeb)](_0x35222a(0xef))['to'](this,_0x35222a(0xf2),_0x55c359=>!_0x55c359),this[_0x35222a(0xed)]({'tag':_0x35222a(0xe0),'attributes':{'class':['ck',_0x35222a(0xe1),_0x35222a(0xe2),_0x34b370['to'](_0x35222a(0xe5),_0x1ab861=>_0x35222a(0xf3)+_0x1ab861),_0x34b370['if'](_0x35222a(0xdd),_0x35222a(0xde)),_0x34b370['if'](_0x35222a(0xef),_0x35222a(0xf6))],'title':_0x34b370['to'](_0x35222a(0xf2))},'children':[{'text':_0x34b370['to'](_0x35222a(0xf2),_0x46a0d0=>_0x46a0d0||_0x415f59)}],'on':{'click':_0x34b370['to'](_0x35222a(0xea))}});}}function _0x1620(){const _0x40630b=['level','60378wXBRII','259rIpWLb','138328qBrLse','51NVVbgO','click','bind','3105ixKhpb','setTemplate','1524QobbwD','isEmpty','Empty\x20heading','5783868fpflyi','text','ck-document-outline__item_level-','557120KZfJau','3800780bIGHNE','ck-document-outline__item_empty','isActive','ck-document-outline__item_active','set','div','ck-reset','ck-document-outline__item','bindTemplate','270692hlvZxt'];_0x1620=function(){return _0x40630b;};return _0x1620();}