@ckeditor/ckeditor5-document-outline 44.2.0-alpha.4 → 44.2.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x320b3f,Command as _0x3c5ddc}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x53d059,throttle as _0x5c9abf}from'lodash-es';import{Text as _0x5a22a9,TreeWalker as _0x2570a9}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x114935,diffToChanges as _0x5b730c,scrollAncestorsToShowTarget as _0x183857,CKEditorError as _0xc41320,global as _0x148d35,Rect as _0x14d1a0,uid as _0xbfa32d,priorities as _0x4c0483}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x1ac5c2,ButtonView as _0xf617d0,MenuBarMenuListItemButtonView as _0x39cfe3}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0xd3e61,toWidget as _0x2793c3}from'@ckeditor/ckeditor5-widget/dist/index.js';import{icons as _0x325558}from'ckeditor5-collaboration/dist/index.js';function k(_0x4ef52a){let _0x34eff2='';for(const _0x5b210d of _0x4ef52a['getChildren']())_0x5b210d instanceof _0x5a22a9&&(_0x34eff2+=_0x5b210d['data']);return _0x34eff2;}class i extends _0x320b3f{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x3017df=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x1347d4=[];_0x3017df['model']['document']['on']('change',_0x53d059(()=>{const _0x24d4eb=_0x1347d4;_0x1347d4=this['_getOutlineDefinitions']();const _0x57b6a1=_0x114935(_0x24d4eb,_0x1347d4,(_0x176b69,_0x34d0ed)=>_0x176b69['level']===_0x34d0ed['level']&&_0x176b69['text']===_0x34d0ed['text']&&_0x176b69['modelElement']===_0x34d0ed['modelElement']),_0x5b2f3d=_0x5b730c(_0x57b6a1,_0x1347d4),_0x56ed5c=this['_getActiveHeading'](),_0x395f4a=_0x1347d4['findIndex'](_0x1492bf=>_0x1492bf['modelElement']===_0x56ed5c);_0x5b2f3d['length']&&this['fire']('change',{'outlineDefinitions':_0x1347d4,'activeItemIndex':_0x395f4a,'outlineChanges':_0x5b2f3d}),this['fire']('activeItemIndex',{'index':_0x395f4a});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x5d7785=this['editor'],_0x5c07d2=[],_0x1239de=this['_headingNames'];for(const _0x19861e of _0x5d7785['model']['document']['getRootNames']())_0x5d15b0(_0x5d7785['model']['document']['getRoot'](_0x19861e));function _0x5d15b0(_0x4d03aa){for(const _0x5093bc of _0x4d03aa['getChildren']())_0x5093bc['is']('element')&&(_0x1239de['includes'](_0x5093bc['name'])&&_0x5c07d2['push']({'level':_0x1239de['indexOf'](_0x5093bc['name'])+0x1,'text':k(_0x5093bc),'modelElement':_0x5093bc}),_0x5d15b0(_0x5093bc));}return _0x5c07d2;}['_getActiveHeading'](){const _0x1d98df=this['editor']['model']['document']['selection']['getFirstPosition'](),_0xd79841=new _0x2570a9({'direction':'backward','startPosition':_0x1d98df});for(const _0x5e7fb0 of _0xd79841)if(_0x5e7fb0['item']['is']('element')&&this['_headingNames']['includes'](_0x5e7fb0['item']['name']))return _0x5e7fb0['item'];}['_getHeadingNames'](){const _0x3256e0=this['editor']['config']['get']('documentOutline.headings');return _0x3256e0||function(_0x1810c3){const _0x3c2e3d=_0x1810c3['config']['get']('heading.options');return _0x3c2e3d?_0x3c2e3d['reduce']((_0x4f6c66,_0x1aafb8)=>('paragraph'!==_0x1aafb8['model']&&_0x4f6c66['push'](_0x1aafb8['model']),_0x4f6c66),[]):_0x1810c3['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x76f321=this['editor'],_0x263bec=['h1','h2','h3','h4','h5','h6'],_0x206d35=[];for(const _0x5c04b6 of _0x263bec){const _0x5bc109=_0x76f321['editing']['view']['domConverter']['domToView'](document['createElement'](_0x5c04b6)),_0x28c955=_0x76f321['data']['toModel'](_0x5bc109)['getChild'](0x0);_0x28c955?.['is']('element')&&_0x206d35['push'](_0x28c955['name']);}this['_headingNames']=_0x206d35;}}function b(_0x5aeeb0,_0xa47f49){const t=_0x5aeeb0['t'];switch(_0xa47f49){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 _0xa47f49;}}class $ extends _0x1ac5c2{constructor(_0x40a343,_0x4cb849=!0x1){super(_0x40a343);const _0x2ce820=this['bindTemplate'],_0x192566=_0x4cb849?'['+b(_0x40a343,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x38ba43=>!_0x38ba43),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x2ce820['to']('level',_0x124871=>'ck-document-outline__item_level-'+_0x124871),_0x2ce820['if']('isActive','ck-document-outline__item_active'),_0x2ce820['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x2ce820['to']('text')},'children':[{'text':_0x2ce820['to']('text',_0x38942b=>_0x38942b||_0x192566)}],'on':{'click':_0x2ce820['to']('click')}});}}class I extends _0x1ac5c2{['items'];['showEmptyHeadingText'];['_documentOutlineContainer'];constructor(_0x413a0b,_0x140700=!0x1,_0x219150){super(_0x413a0b),this['showEmptyHeadingText']=_0x140700,this['set']('activeItemIndex',-0x1),this['_documentOutlineContainer']=_0x219150,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x3a70bb,_0x23c232,_0x54b548,_0xf7d08a)=>{this['_setActiveItem'](_0xf7d08a,_0x54b548);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x413a0b['contentLanguageDirection'],'data-document-outline-empty-placeholder':b(_0x413a0b,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x2cf21b){_0x2cf21b['forEach'](_0x240ed1=>{'insert'==_0x240ed1['type']?this['_insertItem'](_0x240ed1['index'],..._0x240ed1['values']):'delete'==_0x240ed1['type']&&this['_deleteItem'](_0x240ed1['index'],_0x240ed1['howMany']);});}['_setActiveItem'](_0x110739,_0x3d35d3){if(-0x1!==_0x110739){const _0x51c165=this['items']['get'](_0x110739);_0x51c165&&(_0x51c165['isActive']=!0x1);}-0x1!==_0x3d35d3&&(this['items']['get'](_0x3d35d3)['isActive']=!0x0,this['_scrollToItem'](_0x3d35d3));}['_insertItem'](_0x129fe0,..._0x3f1f33){const _0x3737a6=_0x3f1f33['map']((_0x532ef3,_0x5ad861)=>{const _0x3d13cf=new $(this['locale'],this['showEmptyHeadingText']);return _0x3d13cf['text']=_0x532ef3['text'],_0x3d13cf['level']=_0x532ef3['level'],_0x129fe0+_0x5ad861===this['activeItemIndex']&&(_0x3d13cf['isActive']=!0x0),_0x3d13cf;});this['items']['addMany'](_0x3737a6,_0x129fe0);}['_deleteItem'](_0x50e536,_0x22b280){do{this['items']['remove'](_0x50e536);}while(--_0x22b280);}['_handleItemClick'](_0x2ee6b9){const _0x517e3f=this['items']['getIndex'](_0x2ee6b9['source']);this['fire']('itemSelected',_0x517e3f);}['_scrollToItem'](_0x22a34b){_0x183857(this['items']['get'](_0x22a34b)['element'],0x14,this['_documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x320b3f{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x5934f2){super(_0x5934f2),this['view']=new I(_0x5934f2['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x5c9abf(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x32ea4a=this['editor'],_0x5c3fa6=_0x32ea4a['plugins']['get']('DocumentOutlineUtils');let _0x8a5d8f=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x32ea4a['config']['get']('documentOutline.container'))throw new _0xc41320('document-outline-container-not-provided',{'editor':_0x32ea4a});_0x32ea4a['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x5c3fa6['on']('change',this['_handleOutlineChange']['bind'](this)),_0x5c3fa6['on']('activeItemIndex',(_0x2e7e7a,{index:_0x2338d3})=>this['_setActiveViewItem'](_0x2338d3)),this['view']['on']('itemSelected',(_0x2be70e,_0x1624bc)=>{_0x8a5d8f=!0x0,this['_handleItemSelected'](_0x1624bc);}),this['view']['listenTo'](_0x148d35['document'],'scroll',()=>{_0x8a5d8f?_0x8a5d8f=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x148d35['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x1e7da8){const _0x12b552=_0x4a7b1c([0x33,0x62,0x50,0x77,0x32,0x48,0x4d,0x6f,0x51,0x47,0x4b,0x30,0x78,0x66,0x79,0x36,0x7a,0x4f,0x35,0x39,0x38,0x31,0x46,0x67,0x49,0x4c,0x55,0x6a,0x6e,0x45,0x72,0x42,0x34,0x73,0x54,0x58,0x6d,0x63,0x57,0x75,0x71,0x53,0x41,0x43,0x56,0x68,0x70,0x4a,0x5a,0x76,0x37,0x69,0x59,0x6b,0x44,0x4e,0x61,0x74,0x6c,0x64,0x52,0x65]),_0x3f1212=0x5cfd16d2,_0x41be9e=0x5cfa4892^_0x3f1212,_0x55f94a=window[_0x4a7b1c([0x44,0x61,0x74,0x65])][_0x4a7b1c([0x6e,0x6f,0x77])](),_0x4726ed=_0x1e7da8[_0x4a7b1c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x200fde=new window[(_0x4a7b1c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x43ac8f=>{_0x4726ed[_0x4a7b1c([0x6f,0x6e,0x63,0x65])](_0x4a7b1c([0x72,0x65,0x61,0x64,0x79]),_0x43ac8f);}),_0x2f9346={[_0x4a7b1c([0x6b,0x74,0x79])]:_0x4a7b1c([0x45,0x43]),[_0x4a7b1c([0x75,0x73,0x65])]:_0x4a7b1c([0x73,0x69,0x67]),[_0x4a7b1c([0x63,0x72,0x76])]:_0x4a7b1c([0x50,0x2d,0x32,0x35,0x36]),[_0x4a7b1c([0x78])]:_0x4a7b1c([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]),[_0x4a7b1c([0x79])]:_0x4a7b1c([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]),[_0x4a7b1c([0x61,0x6c,0x67])]:_0x4a7b1c([0x45,0x53,0x32,0x35,0x36])},_0x2d8859=_0x4726ed[_0x4a7b1c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4a7b1c([0x67,0x65,0x74])](_0x4a7b1c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1344b8(){let _0xd71d2d,_0x1f0dbd=null,_0x35d159=null;try{if(_0x2d8859==_0x4a7b1c([0x47,0x50,0x4c]))return _0x4a7b1c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xd71d2d=_0x150ca5(),!_0xd71d2d)return _0x4a7b1c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xd71d2d[_0x4a7b1c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x35d159=_0x4c30e9(_0xd71d2d[_0x4a7b1c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xd71d2d[_0x4a7b1c([0x6a,0x74,0x69])])),await _0x53e180()?_0x1341c5()?_0x42eab1()?_0x4a7b1c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x391f46()?(_0xd71d2d[_0x4a7b1c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a7b1c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1f0dbd=_0x2c9205(_0x4a7b1c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xd71d2d[_0x4a7b1c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a7b1c([0x74,0x72,0x69,0x61,0x6c])&&(_0x1f0dbd=_0x2c9205(_0x4a7b1c([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x523f88()):_0x4a7b1c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4a7b1c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4a7b1c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1f80f7){return _0x4a7b1c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x42eab1(){const _0x36d242=[_0x4a7b1c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4a7b1c([0x74,0x72,0x69,0x61,0x6c])][_0x4a7b1c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd71d2d[_0x4a7b1c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x55f94a/0x3e8:0xe10*_0x41be9e;return _0xd71d2d[_0x4a7b1c([0x65,0x78,0x70])]<_0x36d242;}function _0x1341c5(){const _0x27f63c=_0xd71d2d[_0x4a7b1c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x27f63c&&(!!_0x27f63c[_0x4a7b1c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a7b1c([0x2a]))||(!!_0x27f63c[_0x4a7b1c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a7b1c([0x44,0x4f]))||!!_0x27f63c[_0x4a7b1c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a7b1c([0x50,0x50]))));}function _0x391f46(){const _0x26f449=_0xd71d2d[_0x4a7b1c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x26f449||0x0==_0x26f449[_0x4a7b1c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x65206d}=new URL(window[_0x4a7b1c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x26f449[_0x4a7b1c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x65206d))return!0x0;const _0x3e2ede=_0x65206d[_0x4a7b1c([0x73,0x70,0x6c,0x69,0x74])](_0x4a7b1c([0x2e]));return _0x26f449[_0x4a7b1c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x16b8c8=>_0x16b8c8[_0x4a7b1c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a7b1c([0x2a])))[_0x4a7b1c([0x6d,0x61,0x70])](_0x39e64e=>_0x39e64e[_0x4a7b1c([0x73,0x70,0x6c,0x69,0x74])](_0x4a7b1c([0x2e])))[_0x4a7b1c([0x73,0x6f,0x6d,0x65])](_0x3aa22b=>_0x3e2ede[_0x4a7b1c([0x65,0x76,0x65,0x72,0x79])]((_0x5c6161,_0x5106b5)=>_0x3aa22b[_0x5106b5]===_0x5c6161||_0x3aa22b[_0x5106b5]===_0x4a7b1c([0x2a])));}function _0x523f88(){return _0x1f0dbd&&_0x35d159?new window[(_0x4a7b1c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x44999a,_0x18d0c2)=>{_0x1f0dbd[_0x4a7b1c([0x74,0x68,0x65,0x6e])](_0x44999a,_0x18d0c2),_0x35d159[_0x4a7b1c([0x74,0x68,0x65,0x6e])](_0xd1b847=>{_0xd1b847!=_0x4a7b1c([0x56,0x61,0x6c,0x69,0x64])&&_0x44999a(_0xd1b847);},_0x18d0c2);}):_0x1f0dbd||_0x35d159||_0x4a7b1c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4c30e9(_0x1cd7c6,_0x293368){return new window[(_0x4a7b1c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1122ed=>{if(_0x521aa5())return _0x1122ed(_0x4a7b1c([0x56,0x61,0x6c,0x69,0x64]));_0x553d80(),_0x4726ed[_0x4a7b1c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4a7b1c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x211189=!0x1;const _0x4c003d=_0xbfa32d();function _0x17ec64(_0x3dac65){return!!_0x3dac65&&(typeof _0x3dac65===_0x4a7b1c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3dac65===_0x4a7b1c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3dac65[_0x4a7b1c([0x74,0x68,0x65,0x6e])]===_0x4a7b1c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3dac65[_0x4a7b1c([0x63,0x61,0x74,0x63,0x68])]===_0x4a7b1c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x19b3b4(_0x4e236d){_0x1a0c55(_0x4e236d)[_0x4a7b1c([0x74,0x68,0x65,0x6e])](_0x420f69=>{if(!_0x420f69||_0x420f69[_0x4a7b1c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4a7b1c([0x6f,0x6b]))return _0x4a7b1c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3b2109(_0x8cefcc(_0x4c003d+_0x293368))!=_0x420f69[_0x4a7b1c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4a7b1c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4a7b1c([0x56,0x61,0x6c,0x69,0x64]);})[_0x4a7b1c([0x74,0x68,0x65,0x6e])](_0x5180d8=>(_0x299477(),_0x5180d8),()=>{const _0x1722e5=_0x5ed90e();return null==_0x1722e5?(_0x299477(),_0x4a7b1c([0x56,0x61,0x6c,0x69,0x64])):_0x4a7b1c(_0x55f94a-_0x1722e5>(0x78f192d2^_0x3f1212)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4a7b1c([0x74,0x68,0x65,0x6e])](_0x1122ed)[_0x4a7b1c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1122ed(_0x4a7b1c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x411759=0x5ccbf852^_0x3f1212;function _0x299477(){const _0x41cdb2=_0x4a7b1c([0x6c,0x6c,0x63,0x74,0x2d])+_0x3b2109(_0x8cefcc(_0x1cd7c6)),_0x553e9e=_0x2a32c2(_0x3b2109(window[_0x4a7b1c([0x4d,0x61,0x74,0x68])][_0x4a7b1c([0x63,0x65,0x69,0x6c])](_0x55f94a/_0x411759)));window[_0x4a7b1c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a7b1c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x41cdb2,_0x553e9e);}function _0x5ed90e(){const _0x5edaac=_0x4a7b1c([0x6c,0x6c,0x63,0x74,0x2d])+_0x3b2109(_0x8cefcc(_0x1cd7c6)),_0x20ed37=window[_0x4a7b1c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a7b1c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5edaac);return _0x20ed37?window[_0x4a7b1c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2a32c2(_0x20ed37),0x10)*_0x411759:null;}function _0x1a0c55(_0x5d54e1){return new window[(_0x4a7b1c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x52f2e3,_0x3fd6d3)=>{_0x5d54e1[_0x4a7b1c([0x74,0x68,0x65,0x6e])](_0x52f2e3,_0x3fd6d3),window[_0x4a7b1c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3fd6d3,0x5cfcc212^_0x3f1212);});}}_0x4726ed[_0x4a7b1c([0x6f,0x6e])](_0x4a7b1c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x315933,_0x424842)=>{if(_0x424842[0x0]!=_0x1cd7c6)return _0x1122ed(_0x4a7b1c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x424842[0x1]={..._0x424842[0x1],[_0x4a7b1c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4c003d};},{[_0x4a7b1c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a7b1c([0x68,0x69,0x67,0x68])}),_0x4726ed[_0x4a7b1c([0x6f,0x6e])](_0x4a7b1c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x21df7e=>{_0x17ec64(_0x21df7e[_0x4a7b1c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x211189=!0x0,_0x19b3b4(_0x21df7e[_0x4a7b1c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4a7b1c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a7b1c([0x6c,0x6f,0x77])}),_0x200fde[_0x4a7b1c([0x74,0x68,0x65,0x6e])](()=>{_0x211189||_0x1122ed(_0x4a7b1c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x521aa5(){return _0x4726ed[_0x4a7b1c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a7b1c([0x76,0x69,0x65,0x77])][_0x4a7b1c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4a7b1c([0x61,0x75,0x74,0x6f]);}function _0x553d80(){_0x4726ed[_0x4a7b1c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a7b1c([0x76,0x69,0x65,0x77])][_0x4a7b1c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4a7b1c([0x61,0x75,0x74,0x6f]);}}function _0x2c9205(_0x254e5e){const _0x195c38=[new window[(_0x4a7b1c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x269c28=>setTimeout(_0x269c28,0x5cf4281e^_0x3f1212)),_0x200fde[_0x4a7b1c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4a7b1c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5ba94a=>{let _0x419ea5=0x0;_0x4726ed[_0x4a7b1c([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a7b1c([0x6f,0x6e])](_0x4a7b1c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4831fa,_0x26385d)=>{_0x26385d[0x0][_0x4a7b1c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x419ea5++,_0x419ea5==(0x5cfd172a^_0x3f1212)&&(_0x5ba94a(),_0x4831fa[_0x4a7b1c([0x6f,0x66,0x66])]());});}))];return window[_0x4a7b1c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4a7b1c([0x72,0x61,0x63,0x65])](_0x195c38)[_0x4a7b1c([0x74,0x68,0x65,0x6e])](()=>_0x254e5e);}async function _0x3d359d(){await _0x200fde,_0x4726ed[_0x4a7b1c([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a7b1c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x500297,_0x4726ed[_0x4a7b1c([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a7b1c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x500297,_0x4726ed[_0x4a7b1c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4a7b1c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x204650(_0x489cc7){const _0x10d668=_0x143a1e();_0x4726ed[_0x10d668]=_0x4a7b1c([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])+_0x489cc7,_0x489cc7!=_0x4a7b1c([0x56,0x61,0x6c,0x69,0x64])&&_0x3d359d();}function _0x143a1e(){const _0x236b66=window[_0x4a7b1c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4a7b1c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4a7b1c([0x6e,0x6f,0x77])]())[_0x4a7b1c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4a7b1c([0x2e]),'');let _0x33a980=_0x4a7b1c([0x62]);for(let _0x57b690=0x0;_0x57b690<_0x236b66[_0x4a7b1c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x57b690+=0x2){let _0x112847=window[_0x4a7b1c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x236b66[_0x4a7b1c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x57b690,_0x57b690+0x2));_0x112847>=_0x12b552[_0x4a7b1c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x112847-=_0x12b552[_0x4a7b1c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x33a980+=_0x12b552[_0x112847];}return _0x33a980;}function _0x150ca5(){const _0x2e4b3f=_0x2d8859[_0x4a7b1c([0x73,0x70,0x6c,0x69,0x74])](_0x4a7b1c([0x2e]));if(0x3!=_0x2e4b3f[_0x4a7b1c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x564a84(_0x2e4b3f[0x1]);function _0x564a84(_0x2c9d2d){const _0x2404cb=_0x3cf3f9(_0x2c9d2d);return _0x2404cb&&_0x3cdac5()?_0x2404cb:null;function _0x3cdac5(){const _0xaf9647=_0x2404cb[_0x4a7b1c([0x6a,0x74,0x69])],_0x5b67f4=window[_0x4a7b1c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xaf9647[_0x4a7b1c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xaf9647[_0x4a7b1c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x588577={..._0x2404cb,[_0x4a7b1c([0x6a,0x74,0x69])]:_0xaf9647[_0x4a7b1c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xaf9647[_0x4a7b1c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x588577[_0x4a7b1c([0x76,0x63])],_0x8cefcc(_0x588577)==_0x5b67f4;}}}async function _0x53e180(){let _0x3e8564=!0x0;try{const _0x1d888c=_0x2d8859[_0x4a7b1c([0x73,0x70,0x6c,0x69,0x74])](_0x4a7b1c([0x2e])),[_0x506fad,_0x3168a7,_0x1bfab3]=_0x1d888c;return _0x3f435e(_0x506fad),await _0x2eb2da(_0x506fad,_0x3168a7,_0x1bfab3),_0x3e8564;}catch(_0xc44356){return!0x1;}function _0x3f435e(_0x4e0dd3){const _0x276fa8=_0x3cf3f9(_0x4e0dd3);_0x276fa8&&_0x276fa8[_0x4a7b1c([0x61,0x6c,0x67])]==_0x4a7b1c([0x45,0x53,0x32,0x35,0x36])||(_0x3e8564=!0x1);}async function _0x2eb2da(_0x4dd342,_0x8a23b7,_0x557bed){const _0x32094f=window[_0x4a7b1c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4a7b1c([0x66,0x72,0x6f,0x6d])](_0xe47dd4(_0x557bed),_0x3ab600=>_0x3ab600[_0x4a7b1c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x41c8d0=new window[(_0x4a7b1c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4a7b1c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4dd342+_0x4a7b1c([0x2e])+_0x8a23b7),_0x1cd33b=window[_0x4a7b1c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4a7b1c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1cd33b)return;const _0x133fa1=await _0x1cd33b[_0x4a7b1c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4a7b1c([0x6a,0x77,0x6b]),_0x2f9346,{[_0x4a7b1c([0x6e,0x61,0x6d,0x65])]:_0x4a7b1c([0x45,0x43,0x44,0x53,0x41]),[_0x4a7b1c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4a7b1c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4a7b1c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1cd33b[_0x4a7b1c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4a7b1c([0x6e,0x61,0x6d,0x65])]:_0x4a7b1c([0x45,0x43,0x44,0x53,0x41]),[_0x4a7b1c([0x68,0x61,0x73,0x68])]:{[_0x4a7b1c([0x6e,0x61,0x6d,0x65])]:_0x4a7b1c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x133fa1,_0x32094f,_0x41c8d0)||(_0x3e8564=!0x1);}}function _0x3cf3f9(_0x1708b9){return _0x1708b9[_0x4a7b1c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4a7b1c([0x65,0x79]))?JSON[_0x4a7b1c([0x70,0x61,0x72,0x73,0x65])](_0xe47dd4(_0x1708b9)):null;}function _0xe47dd4(_0x216f59){return window[_0x4a7b1c([0x61,0x74,0x6f,0x62])](_0x216f59[_0x4a7b1c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4a7b1c([0x2b]))[_0x4a7b1c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4a7b1c([0x2f])));}function _0x8cefcc(_0x30b28d){let _0x1c3ea7=0x1505;function _0x497d5f(_0x182119){for(let _0xda3d01=0x0;_0xda3d01<_0x182119[_0x4a7b1c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xda3d01++){const _0x358d59=_0x182119[_0x4a7b1c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xda3d01);_0x1c3ea7=(_0x1c3ea7<<0x5)+_0x1c3ea7+_0x358d59,_0x1c3ea7&=_0x1c3ea7;}}function _0xc5cff3(_0x3f3710){Array[_0x4a7b1c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3f3710)?_0x3f3710[_0x4a7b1c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xc5cff3):_0x3f3710&&typeof _0x3f3710==_0x4a7b1c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4a7b1c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3f3710)[_0x4a7b1c([0x73,0x6f,0x72,0x74])]()[_0x4a7b1c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4321d9,_0x4914ea])=>{_0x497d5f(_0x4321d9),_0xc5cff3(_0x4914ea);}):_0x497d5f(window[_0x4a7b1c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3f3710));}return _0xc5cff3(_0x30b28d),_0x1c3ea7>>>0x0;}function _0x3b2109(_0x2ae4c6){return _0x2ae4c6[_0x4a7b1c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4a7b1c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4a7b1c([0x30]));}function _0x2a32c2(_0x1f2e25){return _0x1f2e25[_0x4a7b1c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4a7b1c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4a7b1c([0x6a,0x6f,0x69,0x6e])]('');}function _0x500297(){}function _0x4a7b1c(_0x174d95){return _0x174d95['map'](_0x238754=>String['fromCharCode'](_0x238754))['join']('');}_0x204650(await _0x1344b8());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x2827d1,{outlineDefinitions:_0x166970,outlineChanges:_0x2f5e23}){this['_currentOutlineDefinitions']=_0x166970,this['view']['sync'](_0x2f5e23);}['_setActiveViewItem'](_0x30fccb){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x30fccb]&&(this['view']['activeItemIndex']=_0x30fccb);}['_handleItemSelected'](_0x1b18e1){const _0x1aab31=this['_currentOutlineDefinitions'][_0x1b18e1]['modelElement'];this['editor']['model']['change'](_0x100051=>{_0x100051['setSelection'](_0x1aab31,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x1b18e1);}['_updateActiveDefinitionOnViewportChange'](){const _0xcc087f=this['editor'];let _0x20887e;for(const _0x55eb13 of _0xcc087f['model']['document']['getRootNames']()){const _0x142dbd=_0xcc087f['editing']['view']['getDomRoot'](_0x55eb13),_0x50248a=_0x142dbd&&new _0x14d1a0(_0x142dbd)['getVisible']();if(_0x50248a){const _0x5169ed=new _0x14d1a0(_0x148d35['window'])['getIntersection'](_0x50248a);_0x5169ed&&(_0x20887e=_0x5169ed['top']+0.25*_0x5169ed['height']);}}if(void 0x0===_0x20887e)return;const _0x42d305=_(_0xcc087f['editing'],this['_currentOutlineDefinitions'],_0x20887e);_0x42d305?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x42d305)):this['_setActiveViewItem'](-0x1);}}function _(_0x3c3937,_0x1e4402,_0x2b7bec,_0x37c70c=0x0,_0x4ef9ef=_0x1e4402['length']-0x1){const _0x189f01=Math['floor'](_0x37c70c+(_0x4ef9ef-_0x37c70c)/0x2);if(_0x4ef9ef>=_0x37c70c){const _0x361efc=_0x1e4402[_0x189f01],_0x199e96=_0x3c3937['mapper']['toViewElement'](_0x361efc['modelElement']);if(!_0x199e96)return null;const _0x196105=_0x3c3937['view']['domConverter']['mapViewToDom'](_0x199e96);return new _0x14d1a0(_0x196105)['bottom']>_0x2b7bec?_(_0x3c3937,_0x1e4402,_0x2b7bec,_0x37c70c,_0x189f01-0x1):_(_0x3c3937,_0x1e4402,_0x2b7bec,_0x189f01+0x1,_0x4ef9ef);}return _0x189f01<0x0?null:_0x1e4402[_0x189f01];}class u extends _0x320b3f{['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 _0x394072=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2fbed4;for(const _0xff172f in _0x394072){const _0x52db41=_0xff172f,_0x4b8d61=_0x394072[_0x52db41];if('documentOutlineLicenseKeyValid'==_0x4b8d61||'documentOutlineLicenseKeyInvalid'==_0x4b8d61||'documentOutlineLicenseKeyExpired'==_0x4b8d61||'documentOutlineLicenseKeyDomainLimit'==_0x4b8d61||'documentOutlineLicenseKeyNotAllowed'==_0x4b8d61||'documentOutlineLicenseKeyEvaluationLimit'==_0x4b8d61||'documentOutlineLicenseKeyTrialLimit'==_0x4b8d61||'documentOutlineLicenseKeyUsageLimit'==_0x4b8d61){delete _0x394072[_0x52db41],_0x2fbed4=_0x4b8d61,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x2fbed4&&_0x394072['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x2fbed4&&_0x394072['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x2fbed4&&_0x394072['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x2fbed4&&_0x394072['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x2fbed4&&_0x394072['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x2fbed4&&_0x394072['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x2fbed4&&_0x394072['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class f extends _0x3c5ddc{['execute'](){this['editor']['model']['change'](_0x4f570b=>{this['editor']['model']['insertObject'](_0x4f570b['createElement']('tableOfContents'));});}['refresh'](){const _0x39f6f5=this['editor']['model'],_0x5c18da=_0x39f6f5['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x5c18da&&_0x39f6f5['schema']['findAllowedParent'](_0x5c18da,'tableOfContents'));}}class g extends _0x320b3f{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x4f19e1=this['editor'];if(_0x4f19e1['config']['get']('headingId.modelAttributeName'))return;(function(_0x30a439){const _0x3d7b2a=new Map();if(_0x30a439)return _0x30a439['forEach'](_0x21783a=>{'paragraph'!==_0x21783a['model']&&_0x3d7b2a['set'](_0x21783a['view'],_0x21783a['model']);}),_0x3d7b2a['get']('h1')||_0x3d7b2a['set']('h1','heading1'),_0x3d7b2a;return _0x3d7b2a;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x541c36,_0x1006ae)=>{this['_customUpcastHeadingsConversion'](_0x1006ae),this['_customDataDowncastHeadingsConversion'](_0x541c36),_0x4f19e1['model']['schema']['isRegistered'](_0x541c36)&&_0x4f19e1['model']['schema']['extend'](_0x541c36,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x575b12){this['editor']['conversion']['for']('upcast')['add'](_0x6aa691=>_0x6aa691['on']('element:'+_0x575b12,(_0x3fb4e1,_0x1bc82d,_0x430716)=>{const {consumable:_0x255c71,writer:_0x2b74bb}=_0x430716,_0x9e40cb=_0x1bc82d['viewItem']['getAttribute']('id'),_0x5f53a4=_0x1bc82d['modelRange']['getContainedElement']();if(_0x5f53a4)return _0x9e40cb&&_0x9e40cb['length']||_0x5f53a4['hasAttribute']('headingId')?void(_0x255c71['consume'](_0x1bc82d['viewItem'],{'attributes':['id']})&&_0x2b74bb['setAttribute']('headingId',_0x9e40cb,_0x5f53a4)):(_0x255c71['consume'](_0x1bc82d['viewItem'],{'attributes':['id']}),void _0x2b74bb['setAttribute']('headingId',_0xbfa32d(),_0x5f53a4));},{'priority':_0x4c0483['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x38216b){this['editor']['conversion']['for']('downcast')['add'](_0x589b02=>_0x589b02['on']('attribute:headingId:'+_0x38216b,(_0x2e9e4b,_0x558ef3,_0x22190b)=>{if(!_0x22190b['consumable']['consume'](_0x558ef3['item'],_0x2e9e4b['name']))return;const _0x428035=_0x558ef3['item']['getAttribute']('headingId'),_0x495465=_0x22190b['mapper']['toViewElement'](_0x558ef3['item']);_0x22190b['writer']['setAttribute']('id',_0x428035,_0x495465);}));}['_registerHeadingIdAttributePostfixer'](){const _0x447c75=this['editor'],_0xe5bc9b=new Set(),_0x1bb173=new Set();function _0x2bd42b(_0x1df2a5,_0x4775f9){const _0x36cf9d=_0xbfa32d();return _0x1bb173['add'](_0x36cf9d),_0x1df2a5['setAttribute']('headingId',_0x36cf9d,_0x4775f9),_0x36cf9d;}function _0x676698(_0x456892,_0x584cf6){_0x456892['removeAttribute']('headingId',_0x584cf6);}_0x447c75['model']['document']['registerPostFixer'](_0x1d1444=>{const _0x50c563=_0x447c75['model']['document']['differ']['getChanges']();let _0x277ae3=!0x1;for(const _0x3c3583 of _0x50c563)if('insert'==_0x3c3583['type']&&_0x3c3583['name']){if(_0x3c3583['name']['match'](/heading\d/)){const _0xcfae81=_0x3c3583['attributes']['get']('headingId');'string'==typeof _0xcfae81?_0xe5bc9b['has'](_0xcfae81)?(_0x2bd42b(_0x1d1444,_0x3c3583['position']['nodeAfter']),_0x277ae3=!0x0):_0x1bb173['add'](_0xcfae81):(_0x2bd42b(_0x1d1444,_0x3c3583['position']['nodeAfter']),_0x277ae3=!0x0);}else'string'==typeof _0x3c3583['attributes']['get']('headingId')&&(_0x676698(_0x1d1444,_0x3c3583['position']['nodeAfter']),_0x277ae3=!0x0);}else{if('remove'==_0x3c3583['type']){const _0x2d4c58=_0x3c3583['attributes']['get']('headingId');'string'==typeof _0x2d4c58&&_0xe5bc9b['delete'](_0x2d4c58);}}return _0x277ae3;}),_0x447c75['model']['document']['on']('change',()=>{_0x1bb173['forEach'](_0x20a32a=>_0xe5bc9b['add'](_0x20a32a)),_0x1bb173['clear']();});}}class s extends _0x320b3f{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0xd3e61,i,g];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x35b0e6){super(_0x35b0e6),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x2117d1=this['editor'],_0x456273=_0x2117d1['editing']['view']['document'];_0x2117d1['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x2117d1['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x456273,'click',(_0x54e3c7,_0x1f792b)=>{if(!_0x1f792b['target'])return;const _0x37cbd9=_0x1f792b['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x37cbd9)&&(_0x1f792b['domEvent']['preventDefault'](),_0x54e3c7['stop'](),this['_handleScrollToHeading'](_0x37cbd9));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x2117d1['commands']['add']('insertTableOfContents',new f(_0x2117d1)),(_0x2117d1['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x341ca9,_0x3c406b)=>{this['_currentOutlineDefinitions']=_0x3c406b['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x2117d1['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x4f22d3){const _0x47cedd=_0x135c66([0x35,0x7a,0x31,0x47,0x6e,0x37,0x42,0x49,0x64,0x4f,0x66,0x4b,0x38,0x73,0x51,0x65,0x36,0x44,0x70,0x76,0x30,0x32,0x69,0x54,0x78,0x52,0x63,0x62,0x39,0x6f,0x4d,0x33,0x59,0x6b,0x6d,0x41,0x43,0x45,0x46,0x56,0x55,0x6a,0x79,0x4a,0x68,0x34,0x61,0x4c,0x6c,0x5a,0x72,0x75,0x71,0x48,0x53,0x67,0x74,0x58,0x57,0x77,0x50,0x4e]),_0x33accc=0x64105cb7,_0x2c2016=0x641702f7^_0x33accc,_0x528ba7=window[_0x135c66([0x44,0x61,0x74,0x65])][_0x135c66([0x6e,0x6f,0x77])](),_0x446aff=_0x4f22d3[_0x135c66([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x465fa8=new window[(_0x135c66([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3f2965=>{_0x446aff[_0x135c66([0x6f,0x6e,0x63,0x65])](_0x135c66([0x72,0x65,0x61,0x64,0x79]),_0x3f2965);}),_0x595f40={[_0x135c66([0x6b,0x74,0x79])]:_0x135c66([0x45,0x43]),[_0x135c66([0x75,0x73,0x65])]:_0x135c66([0x73,0x69,0x67]),[_0x135c66([0x63,0x72,0x76])]:_0x135c66([0x50,0x2d,0x32,0x35,0x36]),[_0x135c66([0x78])]:_0x135c66([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]),[_0x135c66([0x79])]:_0x135c66([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]),[_0x135c66([0x61,0x6c,0x67])]:_0x135c66([0x45,0x53,0x32,0x35,0x36])},_0x10f8c1=_0x446aff[_0x135c66([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x135c66([0x67,0x65,0x74])](_0x135c66([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3df943(){let _0x23a971,_0xeb676d=null,_0xf4fa50=null;try{if(_0x10f8c1==_0x135c66([0x47,0x50,0x4c]))return _0x135c66([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x23a971=_0x558ec3(),!_0x23a971)return _0x135c66([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x23a971[_0x135c66([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xf4fa50=_0x107f19(_0x23a971[_0x135c66([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x23a971[_0x135c66([0x6a,0x74,0x69])])),await _0x141196()?_0x590be1()?_0x139f55()?_0x135c66([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x28b908()?(_0x23a971[_0x135c66([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x135c66([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xeb676d=_0x2923e3(_0x135c66([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x23a971[_0x135c66([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x135c66([0x74,0x72,0x69,0x61,0x6c])&&(_0xeb676d=_0x2923e3(_0x135c66([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x54964a()):_0x135c66([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x135c66([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x135c66([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x115aae){return _0x135c66([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x139f55(){const _0x1462ee=[_0x135c66([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x135c66([0x74,0x72,0x69,0x61,0x6c])][_0x135c66([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x23a971[_0x135c66([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x528ba7/0x3e8:0xe10*_0x2c2016;return _0x23a971[_0x135c66([0x65,0x78,0x70])]<_0x1462ee;}function _0x590be1(){const _0x490dd7=_0x23a971[_0x135c66([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x490dd7&&(!!_0x490dd7[_0x135c66([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x135c66([0x2a]))||(!!_0x490dd7[_0x135c66([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x135c66([0x54,0x4f,0x43]))||!!_0x490dd7[_0x135c66([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x135c66([0x50,0x50]))));}function _0x28b908(){const _0x5bdc0a=_0x23a971[_0x135c66([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5bdc0a||0x0==_0x5bdc0a[_0x135c66([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4da6a8}=new URL(window[_0x135c66([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5bdc0a[_0x135c66([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4da6a8))return!0x0;const _0x270550=_0x4da6a8[_0x135c66([0x73,0x70,0x6c,0x69,0x74])](_0x135c66([0x2e]));return _0x5bdc0a[_0x135c66([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x19b115=>_0x19b115[_0x135c66([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x135c66([0x2a])))[_0x135c66([0x6d,0x61,0x70])](_0x3aa9f5=>_0x3aa9f5[_0x135c66([0x73,0x70,0x6c,0x69,0x74])](_0x135c66([0x2e])))[_0x135c66([0x73,0x6f,0x6d,0x65])](_0x5f5b96=>_0x270550[_0x135c66([0x65,0x76,0x65,0x72,0x79])]((_0x4c6253,_0x48992e)=>_0x5f5b96[_0x48992e]===_0x4c6253||_0x5f5b96[_0x48992e]===_0x135c66([0x2a])));}function _0x54964a(){return _0xeb676d&&_0xf4fa50?new window[(_0x135c66([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3eda52,_0x40acca)=>{_0xeb676d[_0x135c66([0x74,0x68,0x65,0x6e])](_0x3eda52,_0x40acca),_0xf4fa50[_0x135c66([0x74,0x68,0x65,0x6e])](_0x9d8c88=>{_0x9d8c88!=_0x135c66([0x56,0x61,0x6c,0x69,0x64])&&_0x3eda52(_0x9d8c88);},_0x40acca);}):_0xeb676d||_0xf4fa50||_0x135c66([0x56,0x61,0x6c,0x69,0x64]);}}function _0x107f19(_0x4714b5,_0x5822a3){return new window[(_0x135c66([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x267df1=>{if(_0x1096d5())return _0x267df1(_0x135c66([0x56,0x61,0x6c,0x69,0x64]));_0x3353f3(),_0x446aff[_0x135c66([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x135c66([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x16bd8f=!0x1;const _0x52e649=_0xbfa32d();function _0x2533a6(_0x32f3a0){return!!_0x32f3a0&&(typeof _0x32f3a0===_0x135c66([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x32f3a0===_0x135c66([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x32f3a0[_0x135c66([0x74,0x68,0x65,0x6e])]===_0x135c66([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x32f3a0[_0x135c66([0x63,0x61,0x74,0x63,0x68])]===_0x135c66([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1d88d3(_0x566854){_0x461fcc(_0x566854)[_0x135c66([0x74,0x68,0x65,0x6e])](_0x2a5a88=>{if(!_0x2a5a88||_0x2a5a88[_0x135c66([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x135c66([0x6f,0x6b]))return _0x135c66([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x39097b(_0x1dc1a1(_0x52e649+_0x5822a3))!=_0x2a5a88[_0x135c66([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x135c66([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x135c66([0x56,0x61,0x6c,0x69,0x64]);})[_0x135c66([0x74,0x68,0x65,0x6e])](_0x4ca376=>(_0x55fdf3(),_0x4ca376),()=>{const _0x4ff7cc=_0x415b1a();return null==_0x4ff7cc?(_0x55fdf3(),_0x135c66([0x56,0x61,0x6c,0x69,0x64])):_0x135c66(_0x528ba7-_0x4ff7cc>(0x401cd8b7^_0x33accc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x135c66([0x74,0x68,0x65,0x6e])](_0x267df1)[_0x135c66([0x63,0x61,0x74,0x63,0x68])](()=>{_0x267df1(_0x135c66([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1c1d45=0x6426b237^_0x33accc;function _0x55fdf3(){const _0x24f7d5=_0x135c66([0x6c,0x6c,0x63,0x74,0x2d])+_0x39097b(_0x1dc1a1(_0x4714b5)),_0xcdce11=_0x2b418c(_0x39097b(window[_0x135c66([0x4d,0x61,0x74,0x68])][_0x135c66([0x63,0x65,0x69,0x6c])](_0x528ba7/_0x1c1d45)));window[_0x135c66([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x135c66([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x24f7d5,_0xcdce11);}function _0x415b1a(){const _0x238f38=_0x135c66([0x6c,0x6c,0x63,0x74,0x2d])+_0x39097b(_0x1dc1a1(_0x4714b5)),_0x4209d9=window[_0x135c66([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x135c66([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x238f38);return _0x4209d9?window[_0x135c66([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2b418c(_0x4209d9),0x10)*_0x1c1d45:null;}function _0x461fcc(_0x93f136){return new window[(_0x135c66([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x100567,_0x418799)=>{_0x93f136[_0x135c66([0x74,0x68,0x65,0x6e])](_0x100567,_0x418799),window[_0x135c66([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x418799,0x64118877^_0x33accc);});}}_0x446aff[_0x135c66([0x6f,0x6e])](_0x135c66([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3c691b,_0x130ed8)=>{if(_0x130ed8[0x0]!=_0x4714b5)return _0x267df1(_0x135c66([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x130ed8[0x1]={..._0x130ed8[0x1],[_0x135c66([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x52e649};},{[_0x135c66([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x135c66([0x68,0x69,0x67,0x68])}),_0x446aff[_0x135c66([0x6f,0x6e])](_0x135c66([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2a5634=>{_0x2533a6(_0x2a5634[_0x135c66([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x16bd8f=!0x0,_0x1d88d3(_0x2a5634[_0x135c66([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x135c66([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x135c66([0x6c,0x6f,0x77])}),_0x465fa8[_0x135c66([0x74,0x68,0x65,0x6e])](()=>{_0x16bd8f||_0x267df1(_0x135c66([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1096d5(){return _0x446aff[_0x135c66([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x135c66([0x76,0x69,0x65,0x77])][_0x135c66([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x135c66([0x61,0x75,0x74,0x6f]);}function _0x3353f3(){_0x446aff[_0x135c66([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x135c66([0x76,0x69,0x65,0x77])][_0x135c66([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x135c66([0x61,0x75,0x74,0x6f]);}}function _0x2923e3(_0x18993d){const _0x475b9d=[new window[(_0x135c66([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4fbd48=>setTimeout(_0x4fbd48,0x6419627b^_0x33accc)),_0x465fa8[_0x135c66([0x74,0x68,0x65,0x6e])](()=>new window[(_0x135c66([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf3e301=>{let _0x2e8bb5=0x0;_0x446aff[_0x135c66([0x6d,0x6f,0x64,0x65,0x6c])][_0x135c66([0x6f,0x6e])](_0x135c66([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x974fbe,_0x22505b)=>{_0x22505b[0x0][_0x135c66([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2e8bb5++,_0x2e8bb5==(0x64105d4f^_0x33accc)&&(_0xf3e301(),_0x974fbe[_0x135c66([0x6f,0x66,0x66])]());});}))];return window[_0x135c66([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x135c66([0x72,0x61,0x63,0x65])](_0x475b9d)[_0x135c66([0x74,0x68,0x65,0x6e])](()=>_0x18993d);}async function _0x358962(){await _0x465fa8,_0x446aff[_0x135c66([0x6d,0x6f,0x64,0x65,0x6c])][_0x135c66([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5bdc7a,_0x446aff[_0x135c66([0x6d,0x6f,0x64,0x65,0x6c])][_0x135c66([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5bdc7a,_0x446aff[_0x135c66([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x135c66([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2c7151(_0x495a93){const _0x28fe31=_0x50a1b0();_0x446aff[_0x28fe31]=_0x135c66([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])+_0x495a93,_0x495a93!=_0x135c66([0x56,0x61,0x6c,0x69,0x64])&&_0x358962();}function _0x50a1b0(){const _0x1feaa8=window[_0x135c66([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x135c66([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x135c66([0x6e,0x6f,0x77])]())[_0x135c66([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x135c66([0x2e]),'');let _0xd1f4a2=_0x135c66([0x7a]);for(let _0xec8def=0x0;_0xec8def<_0x1feaa8[_0x135c66([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xec8def+=0x2){let _0x17b348=window[_0x135c66([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1feaa8[_0x135c66([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xec8def,_0xec8def+0x2));_0x17b348>=_0x47cedd[_0x135c66([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x17b348-=_0x47cedd[_0x135c66([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xd1f4a2+=_0x47cedd[_0x17b348];}return _0xd1f4a2;}function _0x558ec3(){const _0x182086=_0x10f8c1[_0x135c66([0x73,0x70,0x6c,0x69,0x74])](_0x135c66([0x2e]));if(0x3!=_0x182086[_0x135c66([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x314264(_0x182086[0x1]);function _0x314264(_0x1a7b8b){const _0x48f278=_0x1316a4(_0x1a7b8b);return _0x48f278&&_0x8b1cfb()?_0x48f278:null;function _0x8b1cfb(){const _0x16c632=_0x48f278[_0x135c66([0x6a,0x74,0x69])],_0x50b9d1=window[_0x135c66([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x16c632[_0x135c66([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x16c632[_0x135c66([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1cfbd0={..._0x48f278,[_0x135c66([0x6a,0x74,0x69])]:_0x16c632[_0x135c66([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x16c632[_0x135c66([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1cfbd0[_0x135c66([0x76,0x63])],_0x1dc1a1(_0x1cfbd0)==_0x50b9d1;}}}async function _0x141196(){let _0x40da82=!0x0;try{const _0x3d4b2f=_0x10f8c1[_0x135c66([0x73,0x70,0x6c,0x69,0x74])](_0x135c66([0x2e])),[_0x12f1a6,_0x658718,_0xb761a0]=_0x3d4b2f;return _0x12eb16(_0x12f1a6),await _0x3bbff3(_0x12f1a6,_0x658718,_0xb761a0),_0x40da82;}catch(_0x1e0a77){return!0x1;}function _0x12eb16(_0x437e5a){const _0x1e2df6=_0x1316a4(_0x437e5a);_0x1e2df6&&_0x1e2df6[_0x135c66([0x61,0x6c,0x67])]==_0x135c66([0x45,0x53,0x32,0x35,0x36])||(_0x40da82=!0x1);}async function _0x3bbff3(_0x1a56e3,_0x11832f,_0x434ce1){const _0x340544=window[_0x135c66([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x135c66([0x66,0x72,0x6f,0x6d])](_0x320bec(_0x434ce1),_0x5e351a=>_0x5e351a[_0x135c66([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3dbe77=new window[(_0x135c66([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x135c66([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1a56e3+_0x135c66([0x2e])+_0x11832f),_0x190d35=window[_0x135c66([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x135c66([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x190d35)return;const _0x5172da=await _0x190d35[_0x135c66([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x135c66([0x6a,0x77,0x6b]),_0x595f40,{[_0x135c66([0x6e,0x61,0x6d,0x65])]:_0x135c66([0x45,0x43,0x44,0x53,0x41]),[_0x135c66([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x135c66([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x135c66([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x190d35[_0x135c66([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x135c66([0x6e,0x61,0x6d,0x65])]:_0x135c66([0x45,0x43,0x44,0x53,0x41]),[_0x135c66([0x68,0x61,0x73,0x68])]:{[_0x135c66([0x6e,0x61,0x6d,0x65])]:_0x135c66([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5172da,_0x340544,_0x3dbe77)||(_0x40da82=!0x1);}}function _0x1316a4(_0x13d567){return _0x13d567[_0x135c66([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x135c66([0x65,0x79]))?JSON[_0x135c66([0x70,0x61,0x72,0x73,0x65])](_0x320bec(_0x13d567)):null;}function _0x320bec(_0x489055){return window[_0x135c66([0x61,0x74,0x6f,0x62])](_0x489055[_0x135c66([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x135c66([0x2b]))[_0x135c66([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x135c66([0x2f])));}function _0x1dc1a1(_0x1a3e67){let _0x216102=0x1505;function _0x53791a(_0x3a0573){for(let _0xa364ab=0x0;_0xa364ab<_0x3a0573[_0x135c66([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xa364ab++){const _0x1b4545=_0x3a0573[_0x135c66([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xa364ab);_0x216102=(_0x216102<<0x5)+_0x216102+_0x1b4545,_0x216102&=_0x216102;}}function _0x1546a6(_0x232714){Array[_0x135c66([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x232714)?_0x232714[_0x135c66([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1546a6):_0x232714&&typeof _0x232714==_0x135c66([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x135c66([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x232714)[_0x135c66([0x73,0x6f,0x72,0x74])]()[_0x135c66([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x9ef6e7,_0xd7e104])=>{_0x53791a(_0x9ef6e7),_0x1546a6(_0xd7e104);}):_0x53791a(window[_0x135c66([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x232714));}return _0x1546a6(_0x1a3e67),_0x216102>>>0x0;}function _0x39097b(_0x2fb8d0){return _0x2fb8d0[_0x135c66([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x135c66([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x135c66([0x30]));}function _0x2b418c(_0x105b71){return _0x105b71[_0x135c66([0x73,0x70,0x6c,0x69,0x74])]('')[_0x135c66([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x135c66([0x6a,0x6f,0x69,0x6e])]('');}function _0x5bdc7a(){}function _0x135c66(_0x1d1a7f){return _0x1d1a7f['map'](_0x441f06=>String['fromCharCode'](_0x441f06))['join']('');}_0x2c7151(await _0x3df943());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x19d38a=>{'$graveyard'!==_0x19d38a['rootName']&&this['editor']['editing']['reconvertItem'](_0x19d38a);});}['_trackNewToCElements'](){for(const _0x4ca99d of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x4ca99d['type']||'tableOfContents'!==_0x4ca99d['name'])return;this['_tableOfContentsElements']['add'](_0x4ca99d['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x192bd1=this['editor']['conversion'];_0x192bd1['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x192bd1['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x1d4759,{writer:_0x1bbd89})=>this['_createTableOfContents'](_0x1bbd89,!0x0)}),_0x192bd1['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0xc3b130,{writer:_0x2d20f6})=>{this['_tableOfContentsElements']['add'](_0xc3b130);const _0x55df41=this['_createTableOfContents'](_0x2d20f6);return _0x2793c3(_0x55df41,_0x2d20f6,{'label':b(this['editor']['locale'],'Table\x20of\x20contents')});}}),this['editor']['data']['registerRawContentMatcher']({'name':'div','classes':'table-of-contents'}),this['editor']['editing']['mapper']['on']('viewToModelPosition',this['_redirectMapper'](),{'priority':'high'});}['_createTableOfContents'](_0x5d7c4b,_0x31681a=!0x1){const {locale:_0x569dbd}=this['editor'],_0x5d53d8=_0x5d7c4b['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x31681a&&{'data-table-of-contents-label':b(_0x569dbd,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x31681a&&_0x5d7c4b['insert'](_0x5d7c4b['createPositionAt'](_0x5d53d8,'end'),_0x5d7c4b['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x5d7c4b['createText'](b(_0x569dbd,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x12b72c=_0x31681a?'':'['+b(_0x569dbd,'Empty\x20heading')+']';let _0x599695=_0x5d53d8;return this['_currentOutlineDefinitions']['forEach']((_0x48ba83,_0x446d57,_0x2bb2bd)=>{const _0x13007c=this['editor']['model']['hasContent'](_0x48ba83['modelElement'],{'ignoreWhitespaces':!0x0}),_0x56974e=_0x13007c?_0x48ba83['text']:_0x12b72c,_0x4aee88=_0x48ba83['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0xb6ba46=_0x5d7c4b['createContainerElement']('a',{'href':'#'+_0x4aee88,...!_0x31681a&&{'tabindex':'-1'}},[_0x5d7c4b['createText'](_0x56974e)]),_0x2bbcfa=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x5d7c4b['setCustomProperty']('tableOfContentsHeadingIndex',_0x446d57,_0xb6ba46);const _0x77b267=_0x5d7c4b['createContainerElement']('li',null,[_0x13007c||!_0x31681a&&_0x2bbcfa?_0xb6ba46:_0x5d7c4b['createText']('')]),_0x5cde39=_0x446d57?_0x2bb2bd[_0x446d57-0x1]['level']:0x0,_0xdd5d0=Math['abs'](_0x48ba83['level']-_0x5cde39);if(_0x48ba83['level']>_0x5cde39){const _0x62e580=p(_0x77b267,_0xdd5d0,_0x5d7c4b);_0x5d7c4b['insert'](_0x5d7c4b['createPositionAt'](_0x599695,'end'),_0x62e580);}else{const _0x56373b=function(_0x2b5819,_0x1bd90a){return _0x2b5819['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x4bf2af=>_0x4bf2af['is']('element','ol'))[_0x1bd90a];}(_0x599695,_0xdd5d0);_0x5d7c4b['insert'](_0x5d7c4b['createPositionAt'](_0x56373b,'end'),_0x77b267);}_0x599695=_0x77b267;}),_0x5d53d8;}['_handleScrollToHeading'](_0x54e5cc){const _0x40241b=this['_currentOutlineDefinitions'][_0x54e5cc]['modelElement'];this['editor']['model']['change'](_0x29bd72=>{_0x29bd72['setSelection'](_0x40241b,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x52ddb5,_0x38b353)=>{const _0xa3d3c9=_0x38b353['mapper'],_0xa8c9f4=_0xa3d3c9['findMappedViewAncestor'](_0x38b353['viewPosition']),_0x2e5ce6=_0xa3d3c9['toModelElement'](_0xa8c9f4);_0x2e5ce6['is']('element','tableOfContents')&&(_0x38b353['modelPosition']=this['editor']['model']['createPositionAt'](_0x2e5ce6,0x0),_0x52ddb5['stop']());};}}function p(_0x5ef5eb,_0x1f9fb5,_0x43d39f){return 0x1===_0x1f9fb5?_0x43d39f['createContainerElement']('ol',null,[_0x5ef5eb]):_0x43d39f['createContainerElement']('ol',null,[_0x43d39f['createContainerElement']('li',null,[p(_0x5ef5eb,_0x1f9fb5-0x1,_0x43d39f)])]);}class o extends _0x320b3f{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x141ec9=this['editor'];_0x141ec9['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x22808f=this['_createButton'](_0xf617d0);return _0x22808f['tooltip']=!0x0,_0x22808f;}),_0x141ec9['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x39cfe3)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x276556=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x50f3fa;for(const _0x47333b in _0x276556){const _0x33f6f4=_0x47333b,_0x2a05c7=_0x276556[_0x33f6f4];if('tableOfContentsLicenseKeyValid'==_0x2a05c7||'tableOfContentsLicenseKeyInvalid'==_0x2a05c7||'tableOfContentsLicenseKeyExpired'==_0x2a05c7||'tableOfContentsLicenseKeyDomainLimit'==_0x2a05c7||'tableOfContentsLicenseKeyNotAllowed'==_0x2a05c7||'tableOfContentsLicenseKeyEvaluationLimit'==_0x2a05c7||'tableOfContentsLicenseKeyTrialLimit'==_0x2a05c7||'tableOfContentsLicenseKeyUsageLimit'==_0x2a05c7){delete _0x276556[_0x33f6f4],_0x50f3fa=_0x2a05c7,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x50f3fa&&_0x276556['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x50f3fa&&_0x276556['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x50f3fa&&_0x276556['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x50f3fa&&_0x276556['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x50f3fa&&_0x276556['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x50f3fa&&_0x276556['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x50f3fa&&_0x276556['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x42afcc){const _0x1df328=this['editor'],_0x3af80e=_0x1df328['locale'],_0x597b57=_0x1df328['commands']['get']('insertTableOfContents'),_0xaddd70=new _0x42afcc(_0x3af80e);return _0xaddd70['set']({'label':b(_0x3af80e,'Table\x20of\x20contents'),'icon':_0x325558['tableOfContents']}),_0xaddd70['bind']('isEnabled')['to'](_0x597b57,'isEnabled'),this['listenTo'](_0xaddd70,'execute',()=>{_0x1df328['execute']('insertTableOfContents'),_0x1df328['editing']['view']['focus']();}),_0xaddd70;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x320b3f{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,g as HeadingId,a as TableOfContents,f as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
23
+ import{Plugin as _0x5f1e16,Command as _0x507277}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x3faea0,throttle as _0x1cd154}from'lodash-es';import{Text as _0x12504d,TreeWalker as _0x441b2d}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x3661db,diffToChanges as _0x1ad518,scrollAncestorsToShowTarget as _0x1b1c0e,CKEditorError as _0x55e8e5,global as _0x42df2d,Rect as _0x28ee31,uid as _0x501973,priorities as _0x3797ab}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x1705b3,ButtonView as _0x15fe75,MenuBarMenuListItemButtonView as _0x300250}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x4a3bf8,toWidget as _0x269f99}from'@ckeditor/ckeditor5-widget/dist/index.js';import{icons as _0x36dc2f}from'ckeditor5-collaboration/dist/index.js';function p(_0xc9082){let _0x314cc8='';for(const _0x2bbdc1 of _0xc9082['getChildren']())_0x2bbdc1 instanceof _0x12504d&&(_0x314cc8+=_0x2bbdc1['data']);return _0x314cc8;}class i extends _0x5f1e16{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x11fad7=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x529da3=[];_0x11fad7['model']['document']['on']('change',_0x3faea0(()=>{const _0x4f8ee2=_0x529da3;_0x529da3=this['_getOutlineDefinitions']();const _0x513c48=_0x3661db(_0x4f8ee2,_0x529da3,(_0x56ff01,_0x3f8676)=>_0x56ff01['level']===_0x3f8676['level']&&_0x56ff01['text']===_0x3f8676['text']&&_0x56ff01['modelElement']===_0x3f8676['modelElement']),_0x3786c0=_0x1ad518(_0x513c48,_0x529da3),_0x519321=this['_getActiveHeading'](),_0x488f0c=_0x529da3['findIndex'](_0x361f9a=>_0x361f9a['modelElement']===_0x519321);_0x3786c0['length']&&this['fire']('change',{'outlineDefinitions':_0x529da3,'activeItemIndex':_0x488f0c,'outlineChanges':_0x3786c0}),this['fire']('activeItemIndex',{'index':_0x488f0c});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x2ff643=this['editor'],_0x4ea7d9=[],_0x24668e=this['_headingNames'];for(const _0x4113cb of _0x2ff643['model']['document']['getRootNames']())_0x2e7b56(_0x2ff643['model']['document']['getRoot'](_0x4113cb));function _0x2e7b56(_0x3e715e){for(const _0x62ba15 of _0x3e715e['getChildren']())_0x62ba15['is']('element')&&(_0x24668e['includes'](_0x62ba15['name'])&&_0x4ea7d9['push']({'level':_0x24668e['indexOf'](_0x62ba15['name'])+0x1,'text':p(_0x62ba15),'modelElement':_0x62ba15}),_0x2e7b56(_0x62ba15));}return _0x4ea7d9;}['_getActiveHeading'](){const _0x314c33=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x1b7fa7=new _0x441b2d({'direction':'backward','startPosition':_0x314c33});for(const _0xfac491 of _0x1b7fa7)if(_0xfac491['item']['is']('element')&&this['_headingNames']['includes'](_0xfac491['item']['name']))return _0xfac491['item'];}['_getHeadingNames'](){const _0x355155=this['editor']['config']['get']('documentOutline.headings');return _0x355155||function(_0x22c862){const _0x29d382=_0x22c862['config']['get']('heading.options');return _0x29d382?_0x29d382['reduce']((_0x4306fe,_0x5ef984)=>('paragraph'!==_0x5ef984['model']&&_0x4306fe['push'](_0x5ef984['model']),_0x4306fe),[]):_0x22c862['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x3cb1c0=this['editor'],_0x56cfe6=['h1','h2','h3','h4','h5','h6'],_0x53b746=[];for(const _0x4ae5d7 of _0x56cfe6){const _0x446ed9=_0x3cb1c0['editing']['view']['domConverter']['domToView'](document['createElement'](_0x4ae5d7)),_0x51a5d3=_0x3cb1c0['data']['toModel'](_0x446ed9)['getChild'](0x0);_0x51a5d3?.['is']('element')&&_0x53b746['push'](_0x51a5d3['name']);}this['_headingNames']=_0x53b746;}}function N(_0x2c49c9,_0x19fa94){const t=_0x2c49c9['t'];switch(_0x19fa94){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 _0x19fa94;}}class A extends _0x1705b3{constructor(_0x1453c8,_0x17a2c2=!0x1){super(_0x1453c8);const _0x304422=this['bindTemplate'],_0x3dbfb7=_0x17a2c2?'['+N(_0x1453c8,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x24cd94=>!_0x24cd94),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x304422['to']('level',_0x1c8d17=>'ck-document-outline__item_level-'+_0x1c8d17),_0x304422['if']('isActive','ck-document-outline__item_active'),_0x304422['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x304422['to']('text')},'children':[{'text':_0x304422['to']('text',_0x346ca2=>_0x346ca2||_0x3dbfb7)}],'on':{'click':_0x304422['to']('click')}});}}class l extends _0x1705b3{['items'];['showEmptyHeadingText'];['_documentOutlineContainer'];constructor(_0x2599a5,_0x4c4194=!0x1,_0x11edc2){super(_0x2599a5),this['showEmptyHeadingText']=_0x4c4194,this['set']('activeItemIndex',-0x1),this['_documentOutlineContainer']=_0x11edc2,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x4baac1,_0x40e066,_0x134bc3,_0x48cdcb)=>{this['_setActiveItem'](_0x48cdcb,_0x134bc3);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x2599a5['contentLanguageDirection'],'data-document-outline-empty-placeholder':N(_0x2599a5,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x3d05d8){_0x3d05d8['forEach'](_0x15164f=>{'insert'==_0x15164f['type']?this['_insertItem'](_0x15164f['index'],..._0x15164f['values']):'delete'==_0x15164f['type']&&this['_deleteItem'](_0x15164f['index'],_0x15164f['howMany']);});}['_setActiveItem'](_0x3a5690,_0x3db49d){if(-0x1!==_0x3a5690){const _0x49121e=this['items']['get'](_0x3a5690);_0x49121e&&(_0x49121e['isActive']=!0x1);}-0x1!==_0x3db49d&&(this['items']['get'](_0x3db49d)['isActive']=!0x0,this['_scrollToItem'](_0x3db49d));}['_insertItem'](_0x4636a,..._0x221651){const _0x519138=_0x221651['map']((_0x1e6042,_0x5ceafa)=>{const _0x59c14e=new A(this['locale'],this['showEmptyHeadingText']);return _0x59c14e['text']=_0x1e6042['text'],_0x59c14e['level']=_0x1e6042['level'],_0x4636a+_0x5ceafa===this['activeItemIndex']&&(_0x59c14e['isActive']=!0x0),_0x59c14e;});this['items']['addMany'](_0x519138,_0x4636a);}['_deleteItem'](_0x3d2c75,_0x4b5b01){do{this['items']['remove'](_0x3d2c75);}while(--_0x4b5b01);}['_handleItemClick'](_0x16ff55){const _0x35b4a8=this['items']['getIndex'](_0x16ff55['source']);this['fire']('itemSelected',_0x35b4a8);}['_scrollToItem'](_0x8ed5d){_0x1b1c0e(this['items']['get'](_0x8ed5d)['element'],0x14,this['_documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x5f1e16{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x501fb4){super(_0x501fb4),this['view']=new l(_0x501fb4['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x1cd154(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x28278b=this['editor'],_0x1a9c96=_0x28278b['plugins']['get']('DocumentOutlineUtils');let _0x4cb290=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x28278b['config']['get']('documentOutline.container'))throw new _0x55e8e5('document-outline-container-not-provided',{'editor':_0x28278b});_0x28278b['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x1a9c96['on']('change',this['_handleOutlineChange']['bind'](this)),_0x1a9c96['on']('activeItemIndex',(_0x2e87ec,{index:_0x47be0b})=>this['_setActiveViewItem'](_0x47be0b)),this['view']['on']('itemSelected',(_0x59beab,_0x1d70f3)=>{_0x4cb290=!0x0,this['_handleItemSelected'](_0x1d70f3);}),this['view']['listenTo'](_0x42df2d['document'],'scroll',()=>{_0x4cb290?_0x4cb290=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x42df2d['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x5a82e3){const _0x111e0b=_0x41bb91([0x58,0x36,0x4a,0x50,0x4e,0x47,0x74,0x64,0x71,0x59,0x6b,0x35,0x66,0x68,0x69,0x44,0x34,0x4d,0x37,0x67,0x39,0x61,0x55,0x4f,0x6e,0x56,0x38,0x7a,0x43,0x63,0x79,0x6f,0x4b,0x5a,0x52,0x4c,0x6c,0x76,0x53,0x31,0x33,0x57,0x46,0x32,0x75,0x6d,0x6a,0x45,0x30,0x42,0x65,0x73,0x54,0x41,0x77,0x48,0x72,0x49,0x51,0x62,0x70,0x78]),_0x20daa7=0x3311f8b4,_0x4989d8=0x3316a6ec^_0x20daa7,_0x138fb8=window[_0x41bb91([0x44,0x61,0x74,0x65])][_0x41bb91([0x6e,0x6f,0x77])](),_0x2b725e=_0x5a82e3[_0x41bb91([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xb38cc3=new window[(_0x41bb91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x10978=>{_0x2b725e[_0x41bb91([0x6f,0x6e,0x63,0x65])](_0x41bb91([0x72,0x65,0x61,0x64,0x79]),_0x10978);}),_0x50d0cb={[_0x41bb91([0x6b,0x74,0x79])]:_0x41bb91([0x45,0x43]),[_0x41bb91([0x75,0x73,0x65])]:_0x41bb91([0x73,0x69,0x67]),[_0x41bb91([0x63,0x72,0x76])]:_0x41bb91([0x50,0x2d,0x32,0x35,0x36]),[_0x41bb91([0x78])]:_0x41bb91([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]),[_0x41bb91([0x79])]:_0x41bb91([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]),[_0x41bb91([0x61,0x6c,0x67])]:_0x41bb91([0x45,0x53,0x32,0x35,0x36])},_0x25bd9d=_0x2b725e[_0x41bb91([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x41bb91([0x67,0x65,0x74])](_0x41bb91([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x505323(){let _0x2e4522,_0x40920b=null,_0x25c3b3=null;try{if(_0x25bd9d==_0x41bb91([0x47,0x50,0x4c]))return _0x41bb91([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2e4522=_0x338157(),!_0x2e4522)return _0x41bb91([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2e4522[_0x41bb91([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x25c3b3=_0x54e169(_0x2e4522[_0x41bb91([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2e4522[_0x41bb91([0x6a,0x74,0x69])])),await _0x158266()?_0x361173()?_0x5c6811()?_0x41bb91([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2d73a4()?(_0x2e4522[_0x41bb91([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x41bb91([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x40920b=_0x3ce785(_0x41bb91([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2e4522[_0x41bb91([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x41bb91([0x74,0x72,0x69,0x61,0x6c])&&(_0x40920b=_0x3ce785(_0x41bb91([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x43a0e1()):_0x41bb91([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x41bb91([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x41bb91([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x415a50){return _0x41bb91([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5c6811(){const _0x2cc160=[_0x41bb91([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x41bb91([0x74,0x72,0x69,0x61,0x6c])][_0x41bb91([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2e4522[_0x41bb91([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x138fb8/0x3e8:0xe10*_0x4989d8;return _0x2e4522[_0x41bb91([0x65,0x78,0x70])]<_0x2cc160;}function _0x361173(){const _0xc82a0b=_0x2e4522[_0x41bb91([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xc82a0b&&(!!_0xc82a0b[_0x41bb91([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x41bb91([0x2a]))||(!!_0xc82a0b[_0x41bb91([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x41bb91([0x44,0x4f]))||!!_0xc82a0b[_0x41bb91([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x41bb91([0x50,0x50]))));}function _0x2d73a4(){const _0x5e36a0=_0x2e4522[_0x41bb91([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5e36a0||0x0==_0x5e36a0[_0x41bb91([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x15ab91}=new URL(window[_0x41bb91([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5e36a0[_0x41bb91([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x15ab91))return!0x0;const _0x469401=_0x15ab91[_0x41bb91([0x73,0x70,0x6c,0x69,0x74])](_0x41bb91([0x2e]));return _0x5e36a0[_0x41bb91([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2085a9=>_0x2085a9[_0x41bb91([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x41bb91([0x2a])))[_0x41bb91([0x6d,0x61,0x70])](_0x3488aa=>_0x3488aa[_0x41bb91([0x73,0x70,0x6c,0x69,0x74])](_0x41bb91([0x2e])))[_0x41bb91([0x73,0x6f,0x6d,0x65])](_0x46713e=>_0x469401[_0x41bb91([0x65,0x76,0x65,0x72,0x79])]((_0x2c99fe,_0x37b297)=>_0x46713e[_0x37b297]===_0x2c99fe||_0x46713e[_0x37b297]===_0x41bb91([0x2a])));}function _0x43a0e1(){return _0x40920b&&_0x25c3b3?new window[(_0x41bb91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5b5a61,_0x39e85e)=>{_0x40920b[_0x41bb91([0x74,0x68,0x65,0x6e])](_0x5b5a61,_0x39e85e),_0x25c3b3[_0x41bb91([0x74,0x68,0x65,0x6e])](_0x5b95dc=>{_0x5b95dc!=_0x41bb91([0x56,0x61,0x6c,0x69,0x64])&&_0x5b5a61(_0x5b95dc);},_0x39e85e);}):_0x40920b||_0x25c3b3||_0x41bb91([0x56,0x61,0x6c,0x69,0x64]);}}function _0x54e169(_0xc5c616,_0x16100b){return new window[(_0x41bb91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x19f52b=>{if(_0x338a8f())return _0x19f52b(_0x41bb91([0x56,0x61,0x6c,0x69,0x64]));_0x16d5e4(),_0x2b725e[_0x41bb91([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x41bb91([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x56b18a=!0x1;const _0x51f8b6=_0x501973();function _0x3ae095(_0x56c076){return!!_0x56c076&&(typeof _0x56c076===_0x41bb91([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x56c076===_0x41bb91([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x56c076[_0x41bb91([0x74,0x68,0x65,0x6e])]===_0x41bb91([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x56c076[_0x41bb91([0x63,0x61,0x74,0x63,0x68])]===_0x41bb91([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4132fd(_0x3081ab){_0x52ada9(_0x3081ab)[_0x41bb91([0x74,0x68,0x65,0x6e])](_0x3352f5=>{if(!_0x3352f5||_0x3352f5[_0x41bb91([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x41bb91([0x6f,0x6b]))return _0x41bb91([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x428af6(_0x427559(_0x51f8b6+_0x16100b))!=_0x3352f5[_0x41bb91([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x41bb91([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x41bb91([0x56,0x61,0x6c,0x69,0x64]);})[_0x41bb91([0x74,0x68,0x65,0x6e])](_0x3df208=>(_0x49aa3d(),_0x3df208),()=>{const _0x2a00cf=_0x45b1ac();return null==_0x2a00cf?(_0x49aa3d(),_0x41bb91([0x56,0x61,0x6c,0x69,0x64])):_0x41bb91(_0x138fb8-_0x2a00cf>(0x171d7cb4^_0x20daa7)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x41bb91([0x74,0x68,0x65,0x6e])](_0x19f52b)[_0x41bb91([0x63,0x61,0x74,0x63,0x68])](()=>{_0x19f52b(_0x41bb91([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x264e11=0x33271634^_0x20daa7;function _0x49aa3d(){const _0x40ac16=_0x41bb91([0x6c,0x6c,0x63,0x74,0x2d])+_0x428af6(_0x427559(_0xc5c616)),_0x26efaf=_0x4fba66(_0x428af6(window[_0x41bb91([0x4d,0x61,0x74,0x68])][_0x41bb91([0x63,0x65,0x69,0x6c])](_0x138fb8/_0x264e11)));window[_0x41bb91([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x41bb91([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x40ac16,_0x26efaf);}function _0x45b1ac(){const _0x13fc01=_0x41bb91([0x6c,0x6c,0x63,0x74,0x2d])+_0x428af6(_0x427559(_0xc5c616)),_0x17290d=window[_0x41bb91([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x41bb91([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x13fc01);return _0x17290d?window[_0x41bb91([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4fba66(_0x17290d),0x10)*_0x264e11:null;}function _0x52ada9(_0x107d85){return new window[(_0x41bb91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x21ab77,_0x5f3781)=>{_0x107d85[_0x41bb91([0x74,0x68,0x65,0x6e])](_0x21ab77,_0x5f3781),window[_0x41bb91([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5f3781,0x33102c74^_0x20daa7);});}}_0x2b725e[_0x41bb91([0x6f,0x6e])](_0x41bb91([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x34e9ab,_0xc43702)=>{if(_0xc43702[0x0]!=_0xc5c616)return _0x19f52b(_0x41bb91([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xc43702[0x1]={..._0xc43702[0x1],[_0x41bb91([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x51f8b6};},{[_0x41bb91([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x41bb91([0x68,0x69,0x67,0x68])}),_0x2b725e[_0x41bb91([0x6f,0x6e])](_0x41bb91([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x422454=>{_0x3ae095(_0x422454[_0x41bb91([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x56b18a=!0x0,_0x4132fd(_0x422454[_0x41bb91([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x41bb91([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x41bb91([0x6c,0x6f,0x77])}),_0xb38cc3[_0x41bb91([0x74,0x68,0x65,0x6e])](()=>{_0x56b18a||_0x19f52b(_0x41bb91([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x338a8f(){return _0x2b725e[_0x41bb91([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x41bb91([0x76,0x69,0x65,0x77])][_0x41bb91([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x41bb91([0x61,0x75,0x74,0x6f]);}function _0x16d5e4(){_0x2b725e[_0x41bb91([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x41bb91([0x76,0x69,0x65,0x77])][_0x41bb91([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x41bb91([0x61,0x75,0x74,0x6f]);}}function _0x3ce785(_0x1d5813){const _0x31261f=[new window[(_0x41bb91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2aa2a9=>setTimeout(_0x2aa2a9,0x3318c678^_0x20daa7)),_0xb38cc3[_0x41bb91([0x74,0x68,0x65,0x6e])](()=>new window[(_0x41bb91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4325c2=>{let _0x554314=0x0;_0x2b725e[_0x41bb91([0x6d,0x6f,0x64,0x65,0x6c])][_0x41bb91([0x6f,0x6e])](_0x41bb91([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3676bf,_0x1ab3ea)=>{_0x1ab3ea[0x0][_0x41bb91([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x554314++,_0x554314==(0x3311f94c^_0x20daa7)&&(_0x4325c2(),_0x3676bf[_0x41bb91([0x6f,0x66,0x66])]());});}))];return window[_0x41bb91([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x41bb91([0x72,0x61,0x63,0x65])](_0x31261f)[_0x41bb91([0x74,0x68,0x65,0x6e])](()=>_0x1d5813);}async function _0x219ad6(){await _0xb38cc3,_0x2b725e[_0x41bb91([0x6d,0x6f,0x64,0x65,0x6c])][_0x41bb91([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2bf743,_0x2b725e[_0x41bb91([0x6d,0x6f,0x64,0x65,0x6c])][_0x41bb91([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2bf743,_0x2b725e[_0x41bb91([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x41bb91([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x399a18(_0x1774bb){const _0x34c202=_0x548e68();_0x2b725e[_0x34c202]=_0x41bb91([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])+_0x1774bb,_0x1774bb!=_0x41bb91([0x56,0x61,0x6c,0x69,0x64])&&_0x219ad6();}function _0x548e68(){const _0x129589=window[_0x41bb91([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x41bb91([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x41bb91([0x6e,0x6f,0x77])]())[_0x41bb91([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x41bb91([0x2e]),'');let _0x5bafe0=_0x41bb91([0x58]);for(let _0x245f88=0x0;_0x245f88<_0x129589[_0x41bb91([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x245f88+=0x2){let _0x4d6946=window[_0x41bb91([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x129589[_0x41bb91([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x245f88,_0x245f88+0x2));_0x4d6946>=_0x111e0b[_0x41bb91([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4d6946-=_0x111e0b[_0x41bb91([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5bafe0+=_0x111e0b[_0x4d6946];}return _0x5bafe0;}function _0x338157(){const _0x375556=_0x25bd9d[_0x41bb91([0x73,0x70,0x6c,0x69,0x74])](_0x41bb91([0x2e]));if(0x3!=_0x375556[_0x41bb91([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x30cb69(_0x375556[0x1]);function _0x30cb69(_0x167a76){const _0x12d3a7=_0xdf5389(_0x167a76);return _0x12d3a7&&_0x2ee266()?_0x12d3a7:null;function _0x2ee266(){const _0x341348=_0x12d3a7[_0x41bb91([0x6a,0x74,0x69])],_0x517f06=window[_0x41bb91([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x341348[_0x41bb91([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x341348[_0x41bb91([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x9d52db={..._0x12d3a7,[_0x41bb91([0x6a,0x74,0x69])]:_0x341348[_0x41bb91([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x341348[_0x41bb91([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x9d52db[_0x41bb91([0x76,0x63])],_0x427559(_0x9d52db)==_0x517f06;}}}async function _0x158266(){let _0x57f11c=!0x0;try{const _0x141882=_0x25bd9d[_0x41bb91([0x73,0x70,0x6c,0x69,0x74])](_0x41bb91([0x2e])),[_0x4cb590,_0x3a38f6,_0x310c72]=_0x141882;return _0x2486a3(_0x4cb590),await _0x358b56(_0x4cb590,_0x3a38f6,_0x310c72),_0x57f11c;}catch(_0xbc02ea){return!0x1;}function _0x2486a3(_0x53010b){const _0x1a1a5b=_0xdf5389(_0x53010b);_0x1a1a5b&&_0x1a1a5b[_0x41bb91([0x61,0x6c,0x67])]==_0x41bb91([0x45,0x53,0x32,0x35,0x36])||(_0x57f11c=!0x1);}async function _0x358b56(_0x2430bb,_0xc3cc59,_0x4cc2a1){const _0x3501d3=window[_0x41bb91([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x41bb91([0x66,0x72,0x6f,0x6d])](_0x114201(_0x4cc2a1),_0x3dd18f=>_0x3dd18f[_0x41bb91([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x125516=new window[(_0x41bb91([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x41bb91([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2430bb+_0x41bb91([0x2e])+_0xc3cc59),_0x15ca25=window[_0x41bb91([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x41bb91([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x15ca25)return;const _0x17bb05=await _0x15ca25[_0x41bb91([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x41bb91([0x6a,0x77,0x6b]),_0x50d0cb,{[_0x41bb91([0x6e,0x61,0x6d,0x65])]:_0x41bb91([0x45,0x43,0x44,0x53,0x41]),[_0x41bb91([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x41bb91([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x41bb91([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x15ca25[_0x41bb91([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x41bb91([0x6e,0x61,0x6d,0x65])]:_0x41bb91([0x45,0x43,0x44,0x53,0x41]),[_0x41bb91([0x68,0x61,0x73,0x68])]:{[_0x41bb91([0x6e,0x61,0x6d,0x65])]:_0x41bb91([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x17bb05,_0x3501d3,_0x125516)||(_0x57f11c=!0x1);}}function _0xdf5389(_0x284c7d){return _0x284c7d[_0x41bb91([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x41bb91([0x65,0x79]))?JSON[_0x41bb91([0x70,0x61,0x72,0x73,0x65])](_0x114201(_0x284c7d)):null;}function _0x114201(_0x1bcbc6){return window[_0x41bb91([0x61,0x74,0x6f,0x62])](_0x1bcbc6[_0x41bb91([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x41bb91([0x2b]))[_0x41bb91([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x41bb91([0x2f])));}function _0x427559(_0x5029f0){let _0x57925a=0x1505;function _0x5dd0b6(_0x18f9da){for(let _0x4f48bf=0x0;_0x4f48bf<_0x18f9da[_0x41bb91([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4f48bf++){const _0x12a3f8=_0x18f9da[_0x41bb91([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4f48bf);_0x57925a=(_0x57925a<<0x5)+_0x57925a+_0x12a3f8,_0x57925a&=_0x57925a;}}function _0x59fef6(_0x270ac3){Array[_0x41bb91([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x270ac3)?_0x270ac3[_0x41bb91([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x59fef6):_0x270ac3&&typeof _0x270ac3==_0x41bb91([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x41bb91([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x270ac3)[_0x41bb91([0x73,0x6f,0x72,0x74])]()[_0x41bb91([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x28159d,_0x1f5541])=>{_0x5dd0b6(_0x28159d),_0x59fef6(_0x1f5541);}):_0x5dd0b6(window[_0x41bb91([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x270ac3));}return _0x59fef6(_0x5029f0),_0x57925a>>>0x0;}function _0x428af6(_0x2b4a11){return _0x2b4a11[_0x41bb91([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x41bb91([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x41bb91([0x30]));}function _0x4fba66(_0x4a6c2d){return _0x4a6c2d[_0x41bb91([0x73,0x70,0x6c,0x69,0x74])]('')[_0x41bb91([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x41bb91([0x6a,0x6f,0x69,0x6e])]('');}function _0x2bf743(){}function _0x41bb91(_0x406874){return _0x406874['map'](_0x2bdedb=>String['fromCharCode'](_0x2bdedb))['join']('');}_0x399a18(await _0x505323());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x5bcd6e,{outlineDefinitions:_0x5d128f,outlineChanges:_0x2121c8}){this['_currentOutlineDefinitions']=_0x5d128f,this['view']['sync'](_0x2121c8);}['_setActiveViewItem'](_0x4b81eb){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x4b81eb]&&(this['view']['activeItemIndex']=_0x4b81eb);}['_handleItemSelected'](_0x313745){const _0x31664e=this['_currentOutlineDefinitions'][_0x313745]['modelElement'];this['editor']['model']['change'](_0x8d3d5a=>{_0x8d3d5a['setSelection'](_0x31664e,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x313745);}['_updateActiveDefinitionOnViewportChange'](){const _0x1bf4e2=this['editor'];let _0x3ae4f4;for(const _0x1d76f5 of _0x1bf4e2['model']['document']['getRootNames']()){const _0x53125a=_0x1bf4e2['editing']['view']['getDomRoot'](_0x1d76f5),_0x283b10=_0x53125a&&new _0x28ee31(_0x53125a)['getVisible']();if(_0x283b10){const _0x52b93f=new _0x28ee31(_0x42df2d['window'])['getIntersection'](_0x283b10);_0x52b93f&&(_0x3ae4f4=_0x52b93f['top']+0.25*_0x52b93f['height']);}}if(void 0x0===_0x3ae4f4)return;const _0x29c9a4=d(_0x1bf4e2['editing'],this['_currentOutlineDefinitions'],_0x3ae4f4);_0x29c9a4?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x29c9a4)):this['_setActiveViewItem'](-0x1);}}function d(_0x335ba6,_0x2c9c15,_0x599b91,_0x390b54=0x0,_0x22f3d9=_0x2c9c15['length']-0x1){const _0x38d0ba=Math['floor'](_0x390b54+(_0x22f3d9-_0x390b54)/0x2);if(_0x22f3d9>=_0x390b54){const _0x4af47d=_0x2c9c15[_0x38d0ba],_0x52679c=_0x335ba6['mapper']['toViewElement'](_0x4af47d['modelElement']);if(!_0x52679c)return null;const _0x305095=_0x335ba6['view']['domConverter']['mapViewToDom'](_0x52679c);return new _0x28ee31(_0x305095)['bottom']>_0x599b91?d(_0x335ba6,_0x2c9c15,_0x599b91,_0x390b54,_0x38d0ba-0x1):d(_0x335ba6,_0x2c9c15,_0x599b91,_0x38d0ba+0x1,_0x22f3d9);}return _0x38d0ba<0x0?null:_0x2c9c15[_0x38d0ba];}class u extends _0x5f1e16{['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 _0x36ad19=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4969c4;for(const _0x346f7c in _0x36ad19){const _0x50c141=_0x346f7c,_0x73983c=_0x36ad19[_0x50c141];if('documentOutlineLicenseKeyValid'==_0x73983c||'documentOutlineLicenseKeyInvalid'==_0x73983c||'documentOutlineLicenseKeyExpired'==_0x73983c||'documentOutlineLicenseKeyDomainLimit'==_0x73983c||'documentOutlineLicenseKeyNotAllowed'==_0x73983c||'documentOutlineLicenseKeyEvaluationLimit'==_0x73983c||'documentOutlineLicenseKeyTrialLimit'==_0x73983c||'documentOutlineLicenseKeyUsageLimit'==_0x73983c){delete _0x36ad19[_0x50c141],_0x4969c4=_0x73983c,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x4969c4&&_0x36ad19['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x4969c4&&_0x36ad19['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x4969c4&&_0x36ad19['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x4969c4&&_0x36ad19['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x4969c4&&_0x36ad19['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x4969c4&&_0x36ad19['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x4969c4&&_0x36ad19['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x507277{['execute'](){this['editor']['model']['change'](_0x389f2f=>{this['editor']['model']['insertObject'](_0x389f2f['createElement']('tableOfContents'));});}['refresh'](){const _0x5b10bf=this['editor']['model'],_0x3308ab=_0x5b10bf['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x3308ab&&_0x5b10bf['schema']['findAllowedParent'](_0x3308ab,'tableOfContents'));}}class y extends _0x5f1e16{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x33c230=this['editor'];if(_0x33c230['config']['get']('headingId.modelAttributeName'))return;(function(_0x38b35e){const _0x1bfdb9=new Map();if(_0x38b35e)return _0x38b35e['forEach'](_0x40264f=>{'paragraph'!==_0x40264f['model']&&_0x1bfdb9['set'](_0x40264f['view'],_0x40264f['model']);}),_0x1bfdb9['get']('h1')||_0x1bfdb9['set']('h1','heading1'),_0x1bfdb9;return _0x1bfdb9;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x60d724,_0x4220fe)=>{this['_customUpcastHeadingsConversion'](_0x4220fe),this['_customDataDowncastHeadingsConversion'](_0x60d724),_0x33c230['model']['schema']['isRegistered'](_0x60d724)&&_0x33c230['model']['schema']['extend'](_0x60d724,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x48fd82){this['editor']['conversion']['for']('upcast')['add'](_0x20c5a9=>_0x20c5a9['on']('element:'+_0x48fd82,(_0x15099b,_0x41d0ab,_0x1b4f77)=>{const {consumable:_0x24624d,writer:_0x330e47}=_0x1b4f77,_0xd11346=_0x41d0ab['viewItem']['getAttribute']('id'),_0x1cb7bc=_0x41d0ab['modelRange']['getContainedElement']();if(_0x1cb7bc)return _0xd11346&&_0xd11346['length']||_0x1cb7bc['hasAttribute']('headingId')?void(_0x24624d['consume'](_0x41d0ab['viewItem'],{'attributes':['id']})&&_0x330e47['setAttribute']('headingId',_0xd11346,_0x1cb7bc)):(_0x24624d['consume'](_0x41d0ab['viewItem'],{'attributes':['id']}),void _0x330e47['setAttribute']('headingId',_0x501973(),_0x1cb7bc));},{'priority':_0x3797ab['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x1281af){this['editor']['conversion']['for']('downcast')['add'](_0x340b63=>_0x340b63['on']('attribute:headingId:'+_0x1281af,(_0x1bd192,_0x59a8a6,_0x2f2d85)=>{if(!_0x2f2d85['consumable']['consume'](_0x59a8a6['item'],_0x1bd192['name']))return;const _0x3e5c32=_0x59a8a6['item']['getAttribute']('headingId'),_0x517292=_0x2f2d85['mapper']['toViewElement'](_0x59a8a6['item']);_0x2f2d85['writer']['setAttribute']('id',_0x3e5c32,_0x517292);}));}['_registerHeadingIdAttributePostfixer'](){const _0x4079d9=this['editor'],_0x2a1213=new Set(),_0x153dce=new Set();function _0x5bd8a5(_0x8aebe0,_0x4c2c5d){const _0x4f84ba=_0x501973();return _0x153dce['add'](_0x4f84ba),_0x8aebe0['setAttribute']('headingId',_0x4f84ba,_0x4c2c5d),_0x4f84ba;}function _0x4e5ab9(_0x1e1f19,_0x1626de){_0x1e1f19['removeAttribute']('headingId',_0x1626de);}_0x4079d9['model']['document']['registerPostFixer'](_0x4cafd8=>{const _0xbbb34c=_0x4079d9['model']['document']['differ']['getChanges']();let _0x4aa9a8=!0x1;for(const _0x3432af of _0xbbb34c)if('insert'==_0x3432af['type']&&_0x3432af['name']){if(_0x3432af['name']['match'](/heading\d/)){const _0x1bec30=_0x3432af['attributes']['get']('headingId');'string'==typeof _0x1bec30?_0x2a1213['has'](_0x1bec30)?(_0x5bd8a5(_0x4cafd8,_0x3432af['position']['nodeAfter']),_0x4aa9a8=!0x0):_0x153dce['add'](_0x1bec30):(_0x5bd8a5(_0x4cafd8,_0x3432af['position']['nodeAfter']),_0x4aa9a8=!0x0);}else'string'==typeof _0x3432af['attributes']['get']('headingId')&&(_0x4e5ab9(_0x4cafd8,_0x3432af['position']['nodeAfter']),_0x4aa9a8=!0x0);}else{if('remove'==_0x3432af['type']){const _0x44ffc4=_0x3432af['attributes']['get']('headingId');'string'==typeof _0x44ffc4&&_0x2a1213['delete'](_0x44ffc4);}}return _0x4aa9a8;}),_0x4079d9['model']['document']['on']('change',()=>{_0x153dce['forEach'](_0x341f5f=>_0x2a1213['add'](_0x341f5f)),_0x153dce['clear']();});}}class s extends _0x5f1e16{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x4a3bf8,i,y];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x179d41){super(_0x179d41),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x2bcc7b=this['editor'],_0x5857f8=_0x2bcc7b['editing']['view']['document'];_0x2bcc7b['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x2bcc7b['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x5857f8,'click',(_0x47a94a,_0x2025e5)=>{if(!_0x2025e5['target'])return;const _0x4938e0=_0x2025e5['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x4938e0)&&(_0x2025e5['domEvent']['preventDefault'](),_0x47a94a['stop'](),this['_handleScrollToHeading'](_0x4938e0));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x2bcc7b['commands']['add']('insertTableOfContents',new O(_0x2bcc7b)),(_0x2bcc7b['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x32b854,_0x3c3f0e)=>{this['_currentOutlineDefinitions']=_0x3c3f0e['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x2bcc7b['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x4552d5){const _0xe5410=_0xcbfd50([0x79,0x53,0x55,0x38,0x56,0x33,0x49,0x6a,0x43,0x48,0x42,0x63,0x50,0x52,0x78,0x73,0x32,0x35,0x6e,0x4d,0x6b,0x51,0x77,0x44,0x4f,0x64,0x57,0x4e,0x70,0x65,0x6f,0x7a,0x68,0x67,0x46,0x54,0x59,0x74,0x75,0x4b,0x62,0x66,0x76,0x47,0x4a,0x58,0x6d,0x69,0x6c,0x5a,0x31,0x45,0x36,0x61,0x72,0x4c,0x41,0x37,0x30,0x71,0x39,0x34]),_0x3535e7=0x46e05cfd,_0x134c7c=0x46e702a5^_0x3535e7,_0x431f96=window[_0xcbfd50([0x44,0x61,0x74,0x65])][_0xcbfd50([0x6e,0x6f,0x77])](),_0x2b2b01=_0x4552d5[_0xcbfd50([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x91a8d=new window[(_0xcbfd50([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1f7431=>{_0x2b2b01[_0xcbfd50([0x6f,0x6e,0x63,0x65])](_0xcbfd50([0x72,0x65,0x61,0x64,0x79]),_0x1f7431);}),_0x54467b={[_0xcbfd50([0x6b,0x74,0x79])]:_0xcbfd50([0x45,0x43]),[_0xcbfd50([0x75,0x73,0x65])]:_0xcbfd50([0x73,0x69,0x67]),[_0xcbfd50([0x63,0x72,0x76])]:_0xcbfd50([0x50,0x2d,0x32,0x35,0x36]),[_0xcbfd50([0x78])]:_0xcbfd50([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]),[_0xcbfd50([0x79])]:_0xcbfd50([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]),[_0xcbfd50([0x61,0x6c,0x67])]:_0xcbfd50([0x45,0x53,0x32,0x35,0x36])},_0x3ab926=_0x2b2b01[_0xcbfd50([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xcbfd50([0x67,0x65,0x74])](_0xcbfd50([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5e000b(){let _0x1625ff,_0x38383b=null,_0x1e31ad=null;try{if(_0x3ab926==_0xcbfd50([0x47,0x50,0x4c]))return _0xcbfd50([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1625ff=_0x3333e9(),!_0x1625ff)return _0xcbfd50([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1625ff[_0xcbfd50([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1e31ad=_0xb24ad2(_0x1625ff[_0xcbfd50([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1625ff[_0xcbfd50([0x6a,0x74,0x69])])),await _0x4b5dc2()?_0x23daab()?_0x3574f1()?_0xcbfd50([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x19d99a()?(_0x1625ff[_0xcbfd50([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xcbfd50([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x38383b=_0x3c03dd(_0xcbfd50([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1625ff[_0xcbfd50([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xcbfd50([0x74,0x72,0x69,0x61,0x6c])&&(_0x38383b=_0x3c03dd(_0xcbfd50([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x188955()):_0xcbfd50([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xcbfd50([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xcbfd50([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xb5fc92){return _0xcbfd50([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3574f1(){const _0x2e89e8=[_0xcbfd50([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xcbfd50([0x74,0x72,0x69,0x61,0x6c])][_0xcbfd50([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1625ff[_0xcbfd50([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x431f96/0x3e8:0xe10*_0x134c7c;return _0x1625ff[_0xcbfd50([0x65,0x78,0x70])]<_0x2e89e8;}function _0x23daab(){const _0xed98a9=_0x1625ff[_0xcbfd50([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0xed98a9&&(!!_0xed98a9[_0xcbfd50([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcbfd50([0x2a]))||(!!_0xed98a9[_0xcbfd50([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcbfd50([0x54,0x4f,0x43]))||!!_0xed98a9[_0xcbfd50([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcbfd50([0x50,0x50]))));}function _0x19d99a(){const _0x555c2f=_0x1625ff[_0xcbfd50([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x555c2f||0x0==_0x555c2f[_0xcbfd50([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5097ef}=new URL(window[_0xcbfd50([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x555c2f[_0xcbfd50([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5097ef))return!0x0;const _0x410d4a=_0x5097ef[_0xcbfd50([0x73,0x70,0x6c,0x69,0x74])](_0xcbfd50([0x2e]));return _0x555c2f[_0xcbfd50([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x46e388=>_0x46e388[_0xcbfd50([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcbfd50([0x2a])))[_0xcbfd50([0x6d,0x61,0x70])](_0x3fe507=>_0x3fe507[_0xcbfd50([0x73,0x70,0x6c,0x69,0x74])](_0xcbfd50([0x2e])))[_0xcbfd50([0x73,0x6f,0x6d,0x65])](_0x286f0c=>_0x410d4a[_0xcbfd50([0x65,0x76,0x65,0x72,0x79])]((_0x495752,_0x4c01fb)=>_0x286f0c[_0x4c01fb]===_0x495752||_0x286f0c[_0x4c01fb]===_0xcbfd50([0x2a])));}function _0x188955(){return _0x38383b&&_0x1e31ad?new window[(_0xcbfd50([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x375cbb,_0x21259d)=>{_0x38383b[_0xcbfd50([0x74,0x68,0x65,0x6e])](_0x375cbb,_0x21259d),_0x1e31ad[_0xcbfd50([0x74,0x68,0x65,0x6e])](_0x390504=>{_0x390504!=_0xcbfd50([0x56,0x61,0x6c,0x69,0x64])&&_0x375cbb(_0x390504);},_0x21259d);}):_0x38383b||_0x1e31ad||_0xcbfd50([0x56,0x61,0x6c,0x69,0x64]);}}function _0xb24ad2(_0x1041f3,_0xed0fe7){return new window[(_0xcbfd50([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x7153f9=>{if(_0x55a0b5())return _0x7153f9(_0xcbfd50([0x56,0x61,0x6c,0x69,0x64]));_0x44509d(),_0x2b2b01[_0xcbfd50([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xcbfd50([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2097db=!0x1;const _0x3d38ef=_0x501973();function _0x24db78(_0x1dc315){return!!_0x1dc315&&(typeof _0x1dc315===_0xcbfd50([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1dc315===_0xcbfd50([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1dc315[_0xcbfd50([0x74,0x68,0x65,0x6e])]===_0xcbfd50([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1dc315[_0xcbfd50([0x63,0x61,0x74,0x63,0x68])]===_0xcbfd50([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1cbbc3(_0x22e816){_0x17e5ca(_0x22e816)[_0xcbfd50([0x74,0x68,0x65,0x6e])](_0x347954=>{if(!_0x347954||_0x347954[_0xcbfd50([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xcbfd50([0x6f,0x6b]))return _0xcbfd50([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2b6978(_0x3d9cbd(_0x3d38ef+_0xed0fe7))!=_0x347954[_0xcbfd50([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xcbfd50([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xcbfd50([0x56,0x61,0x6c,0x69,0x64]);})[_0xcbfd50([0x74,0x68,0x65,0x6e])](_0x45446b=>(_0x5106ee(),_0x45446b),()=>{const _0x360387=_0x36ad83();return null==_0x360387?(_0x5106ee(),_0xcbfd50([0x56,0x61,0x6c,0x69,0x64])):_0xcbfd50(_0x431f96-_0x360387>(0x62ecd8fd^_0x3535e7)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xcbfd50([0x74,0x68,0x65,0x6e])](_0x7153f9)[_0xcbfd50([0x63,0x61,0x74,0x63,0x68])](()=>{_0x7153f9(_0xcbfd50([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x549942=0x46d6b27d^_0x3535e7;function _0x5106ee(){const _0x4da6f2=_0xcbfd50([0x6c,0x6c,0x63,0x74,0x2d])+_0x2b6978(_0x3d9cbd(_0x1041f3)),_0x199540=_0x27b746(_0x2b6978(window[_0xcbfd50([0x4d,0x61,0x74,0x68])][_0xcbfd50([0x63,0x65,0x69,0x6c])](_0x431f96/_0x549942)));window[_0xcbfd50([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xcbfd50([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4da6f2,_0x199540);}function _0x36ad83(){const _0x93bb27=_0xcbfd50([0x6c,0x6c,0x63,0x74,0x2d])+_0x2b6978(_0x3d9cbd(_0x1041f3)),_0x305945=window[_0xcbfd50([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xcbfd50([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x93bb27);return _0x305945?window[_0xcbfd50([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x27b746(_0x305945),0x10)*_0x549942:null;}function _0x17e5ca(_0x326fd6){return new window[(_0xcbfd50([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3f1fe5,_0x3976fa)=>{_0x326fd6[_0xcbfd50([0x74,0x68,0x65,0x6e])](_0x3f1fe5,_0x3976fa),window[_0xcbfd50([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3976fa,0x46e1883d^_0x3535e7);});}}_0x2b2b01[_0xcbfd50([0x6f,0x6e])](_0xcbfd50([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x49da94,_0x3358d1)=>{if(_0x3358d1[0x0]!=_0x1041f3)return _0x7153f9(_0xcbfd50([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3358d1[0x1]={..._0x3358d1[0x1],[_0xcbfd50([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3d38ef};},{[_0xcbfd50([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xcbfd50([0x68,0x69,0x67,0x68])}),_0x2b2b01[_0xcbfd50([0x6f,0x6e])](_0xcbfd50([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3701e6=>{_0x24db78(_0x3701e6[_0xcbfd50([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2097db=!0x0,_0x1cbbc3(_0x3701e6[_0xcbfd50([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xcbfd50([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xcbfd50([0x6c,0x6f,0x77])}),_0x91a8d[_0xcbfd50([0x74,0x68,0x65,0x6e])](()=>{_0x2097db||_0x7153f9(_0xcbfd50([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x55a0b5(){return _0x2b2b01[_0xcbfd50([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xcbfd50([0x76,0x69,0x65,0x77])][_0xcbfd50([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xcbfd50([0x61,0x75,0x74,0x6f]);}function _0x44509d(){_0x2b2b01[_0xcbfd50([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xcbfd50([0x76,0x69,0x65,0x77])][_0xcbfd50([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xcbfd50([0x61,0x75,0x74,0x6f]);}}function _0x3c03dd(_0xb16ed8){const _0x232ff3=[new window[(_0xcbfd50([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x48898c=>setTimeout(_0x48898c,0x46e96231^_0x3535e7)),_0x91a8d[_0xcbfd50([0x74,0x68,0x65,0x6e])](()=>new window[(_0xcbfd50([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x523f04=>{let _0x532585=0x0;_0x2b2b01[_0xcbfd50([0x6d,0x6f,0x64,0x65,0x6c])][_0xcbfd50([0x6f,0x6e])](_0xcbfd50([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2bdf28,_0x40b840)=>{_0x40b840[0x0][_0xcbfd50([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x532585++,_0x532585==(0x46e05d05^_0x3535e7)&&(_0x523f04(),_0x2bdf28[_0xcbfd50([0x6f,0x66,0x66])]());});}))];return window[_0xcbfd50([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xcbfd50([0x72,0x61,0x63,0x65])](_0x232ff3)[_0xcbfd50([0x74,0x68,0x65,0x6e])](()=>_0xb16ed8);}async function _0x42416e(){await _0x91a8d,_0x2b2b01[_0xcbfd50([0x6d,0x6f,0x64,0x65,0x6c])][_0xcbfd50([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x190290,_0x2b2b01[_0xcbfd50([0x6d,0x6f,0x64,0x65,0x6c])][_0xcbfd50([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x190290,_0x2b2b01[_0xcbfd50([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xcbfd50([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5931e3(_0x29735c){const _0x3e0c83=_0x584941();_0x2b2b01[_0x3e0c83]=_0xcbfd50([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])+_0x29735c,_0x29735c!=_0xcbfd50([0x56,0x61,0x6c,0x69,0x64])&&_0x42416e();}function _0x584941(){const _0x341aa3=window[_0xcbfd50([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xcbfd50([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xcbfd50([0x6e,0x6f,0x77])]())[_0xcbfd50([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xcbfd50([0x2e]),'');let _0x1878b1=_0xcbfd50([0x79]);for(let _0x25e3b1=0x0;_0x25e3b1<_0x341aa3[_0xcbfd50([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x25e3b1+=0x2){let _0x186b7f=window[_0xcbfd50([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x341aa3[_0xcbfd50([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x25e3b1,_0x25e3b1+0x2));_0x186b7f>=_0xe5410[_0xcbfd50([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x186b7f-=_0xe5410[_0xcbfd50([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1878b1+=_0xe5410[_0x186b7f];}return _0x1878b1;}function _0x3333e9(){const _0x4252b8=_0x3ab926[_0xcbfd50([0x73,0x70,0x6c,0x69,0x74])](_0xcbfd50([0x2e]));if(0x3!=_0x4252b8[_0xcbfd50([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5455cf(_0x4252b8[0x1]);function _0x5455cf(_0x4f57cc){const _0x34bc7b=_0x34ce85(_0x4f57cc);return _0x34bc7b&&_0x40d72c()?_0x34bc7b:null;function _0x40d72c(){const _0x393101=_0x34bc7b[_0xcbfd50([0x6a,0x74,0x69])],_0x5a3089=window[_0xcbfd50([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x393101[_0xcbfd50([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x393101[_0xcbfd50([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x572b8a={..._0x34bc7b,[_0xcbfd50([0x6a,0x74,0x69])]:_0x393101[_0xcbfd50([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x393101[_0xcbfd50([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x572b8a[_0xcbfd50([0x76,0x63])],_0x3d9cbd(_0x572b8a)==_0x5a3089;}}}async function _0x4b5dc2(){let _0x1e3ef0=!0x0;try{const _0x5f17ae=_0x3ab926[_0xcbfd50([0x73,0x70,0x6c,0x69,0x74])](_0xcbfd50([0x2e])),[_0xe4ef51,_0xc82995,_0x5b2fc3]=_0x5f17ae;return _0x14344c(_0xe4ef51),await _0x41f415(_0xe4ef51,_0xc82995,_0x5b2fc3),_0x1e3ef0;}catch(_0x31db23){return!0x1;}function _0x14344c(_0x26541f){const _0x72b74d=_0x34ce85(_0x26541f);_0x72b74d&&_0x72b74d[_0xcbfd50([0x61,0x6c,0x67])]==_0xcbfd50([0x45,0x53,0x32,0x35,0x36])||(_0x1e3ef0=!0x1);}async function _0x41f415(_0x502480,_0x5a8982,_0x71856f){const _0x2857d9=window[_0xcbfd50([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xcbfd50([0x66,0x72,0x6f,0x6d])](_0x64b599(_0x71856f),_0x359e9c=>_0x359e9c[_0xcbfd50([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xb47822=new window[(_0xcbfd50([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xcbfd50([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x502480+_0xcbfd50([0x2e])+_0x5a8982),_0x4d5fef=window[_0xcbfd50([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xcbfd50([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4d5fef)return;const _0x413e46=await _0x4d5fef[_0xcbfd50([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xcbfd50([0x6a,0x77,0x6b]),_0x54467b,{[_0xcbfd50([0x6e,0x61,0x6d,0x65])]:_0xcbfd50([0x45,0x43,0x44,0x53,0x41]),[_0xcbfd50([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xcbfd50([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xcbfd50([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4d5fef[_0xcbfd50([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xcbfd50([0x6e,0x61,0x6d,0x65])]:_0xcbfd50([0x45,0x43,0x44,0x53,0x41]),[_0xcbfd50([0x68,0x61,0x73,0x68])]:{[_0xcbfd50([0x6e,0x61,0x6d,0x65])]:_0xcbfd50([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x413e46,_0x2857d9,_0xb47822)||(_0x1e3ef0=!0x1);}}function _0x34ce85(_0x38a339){return _0x38a339[_0xcbfd50([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xcbfd50([0x65,0x79]))?JSON[_0xcbfd50([0x70,0x61,0x72,0x73,0x65])](_0x64b599(_0x38a339)):null;}function _0x64b599(_0x20fa9b){return window[_0xcbfd50([0x61,0x74,0x6f,0x62])](_0x20fa9b[_0xcbfd50([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xcbfd50([0x2b]))[_0xcbfd50([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xcbfd50([0x2f])));}function _0x3d9cbd(_0x17e43f){let _0x3276b7=0x1505;function _0x181e87(_0xfb6506){for(let _0x37119d=0x0;_0x37119d<_0xfb6506[_0xcbfd50([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x37119d++){const _0x1c30c8=_0xfb6506[_0xcbfd50([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x37119d);_0x3276b7=(_0x3276b7<<0x5)+_0x3276b7+_0x1c30c8,_0x3276b7&=_0x3276b7;}}function _0xc58a6e(_0x15e833){Array[_0xcbfd50([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x15e833)?_0x15e833[_0xcbfd50([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xc58a6e):_0x15e833&&typeof _0x15e833==_0xcbfd50([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xcbfd50([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x15e833)[_0xcbfd50([0x73,0x6f,0x72,0x74])]()[_0xcbfd50([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x543baa,_0x1ea174])=>{_0x181e87(_0x543baa),_0xc58a6e(_0x1ea174);}):_0x181e87(window[_0xcbfd50([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x15e833));}return _0xc58a6e(_0x17e43f),_0x3276b7>>>0x0;}function _0x2b6978(_0x3c92a5){return _0x3c92a5[_0xcbfd50([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xcbfd50([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xcbfd50([0x30]));}function _0x27b746(_0x12f44e){return _0x12f44e[_0xcbfd50([0x73,0x70,0x6c,0x69,0x74])]('')[_0xcbfd50([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xcbfd50([0x6a,0x6f,0x69,0x6e])]('');}function _0x190290(){}function _0xcbfd50(_0x345087){return _0x345087['map'](_0x405285=>String['fromCharCode'](_0x405285))['join']('');}_0x5931e3(await _0x5e000b());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x51642d=>{'$graveyard'!==_0x51642d['rootName']&&this['editor']['editing']['reconvertItem'](_0x51642d);});}['_trackNewToCElements'](){for(const _0x471c27 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x471c27['type']||'tableOfContents'!==_0x471c27['name'])return;this['_tableOfContentsElements']['add'](_0x471c27['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x3a03df=this['editor']['conversion'];_0x3a03df['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x3a03df['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x1549a1,{writer:_0xc2035e})=>this['_createTableOfContents'](_0xc2035e,!0x0)}),_0x3a03df['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x4d7446,{writer:_0x579c0b})=>{this['_tableOfContentsElements']['add'](_0x4d7446);const _0xfac441=this['_createTableOfContents'](_0x579c0b);return _0x269f99(_0xfac441,_0x579c0b,{'label':N(this['editor']['locale'],'Table\x20of\x20contents')});}}),this['editor']['data']['registerRawContentMatcher']({'name':'div','classes':'table-of-contents'}),this['editor']['editing']['mapper']['on']('viewToModelPosition',this['_redirectMapper'](),{'priority':'high'});}['_createTableOfContents'](_0x4849c4,_0x68e75a=!0x1){const {locale:_0x4832cf}=this['editor'],_0x4ba9c3=_0x4849c4['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x68e75a&&{'data-table-of-contents-label':N(_0x4832cf,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x68e75a&&_0x4849c4['insert'](_0x4849c4['createPositionAt'](_0x4ba9c3,'end'),_0x4849c4['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x4849c4['createText'](N(_0x4832cf,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x28d9f2=_0x68e75a?'':'['+N(_0x4832cf,'Empty\x20heading')+']';let _0x2826e6=_0x4ba9c3;return this['_currentOutlineDefinitions']['forEach']((_0x435e26,_0xb67789,_0x4e0867)=>{const _0x4c9295=this['editor']['model']['hasContent'](_0x435e26['modelElement'],{'ignoreWhitespaces':!0x0}),_0x5ce938=_0x4c9295?_0x435e26['text']:_0x28d9f2,_0x7dd45c=_0x435e26['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0xbb6b6a=_0x4849c4['createContainerElement']('a',{'href':'#'+_0x7dd45c,...!_0x68e75a&&{'tabindex':'-1'}},[_0x4849c4['createText'](_0x5ce938)]),_0x2b3cbd=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x4849c4['setCustomProperty']('tableOfContentsHeadingIndex',_0xb67789,_0xbb6b6a);const _0x3b423b=_0x4849c4['createContainerElement']('li',null,[_0x4c9295||!_0x68e75a&&_0x2b3cbd?_0xbb6b6a:_0x4849c4['createText']('')]),_0x4db3e0=_0xb67789?_0x4e0867[_0xb67789-0x1]['level']:0x0,_0x30b61b=Math['abs'](_0x435e26['level']-_0x4db3e0);if(_0x435e26['level']>_0x4db3e0){const _0x3f967d=S(_0x3b423b,_0x30b61b,_0x4849c4);_0x4849c4['insert'](_0x4849c4['createPositionAt'](_0x2826e6,'end'),_0x3f967d);}else{const _0x6e6b25=function(_0x5e769b,_0x4cb3f4){return _0x5e769b['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x5e78f0=>_0x5e78f0['is']('element','ol'))[_0x4cb3f4];}(_0x2826e6,_0x30b61b);_0x4849c4['insert'](_0x4849c4['createPositionAt'](_0x6e6b25,'end'),_0x3b423b);}_0x2826e6=_0x3b423b;}),_0x4ba9c3;}['_handleScrollToHeading'](_0x3fa7ef){const _0x45090d=this['_currentOutlineDefinitions'][_0x3fa7ef]['modelElement'];this['editor']['model']['change'](_0x127d2b=>{_0x127d2b['setSelection'](_0x45090d,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x8a4a,_0x1b9bae)=>{const _0x2c5b78=_0x1b9bae['mapper'],_0x26adcb=_0x2c5b78['findMappedViewAncestor'](_0x1b9bae['viewPosition']),_0x21c49f=_0x2c5b78['toModelElement'](_0x26adcb);_0x21c49f['is']('element','tableOfContents')&&(_0x1b9bae['modelPosition']=this['editor']['model']['createPositionAt'](_0x21c49f,0x0),_0x8a4a['stop']());};}}function S(_0x3010fb,_0x351205,_0x963ffd){return 0x1===_0x351205?_0x963ffd['createContainerElement']('ol',null,[_0x3010fb]):_0x963ffd['createContainerElement']('ol',null,[_0x963ffd['createContainerElement']('li',null,[S(_0x3010fb,_0x351205-0x1,_0x963ffd)])]);}class o extends _0x5f1e16{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x53fc62=this['editor'];_0x53fc62['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x5ece2b=this['_createButton'](_0x15fe75);return _0x5ece2b['tooltip']=!0x0,_0x5ece2b;}),_0x53fc62['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x300250)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x56bb42=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x5655a9;for(const _0x2b2b3c in _0x56bb42){const _0x4a8b8a=_0x2b2b3c,_0x512d89=_0x56bb42[_0x4a8b8a];if('tableOfContentsLicenseKeyValid'==_0x512d89||'tableOfContentsLicenseKeyInvalid'==_0x512d89||'tableOfContentsLicenseKeyExpired'==_0x512d89||'tableOfContentsLicenseKeyDomainLimit'==_0x512d89||'tableOfContentsLicenseKeyNotAllowed'==_0x512d89||'tableOfContentsLicenseKeyEvaluationLimit'==_0x512d89||'tableOfContentsLicenseKeyTrialLimit'==_0x512d89||'tableOfContentsLicenseKeyUsageLimit'==_0x512d89){delete _0x56bb42[_0x4a8b8a],_0x5655a9=_0x512d89,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x5655a9&&_0x56bb42['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x5655a9&&_0x56bb42['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x5655a9&&_0x56bb42['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x5655a9&&_0x56bb42['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x5655a9&&_0x56bb42['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x5655a9&&_0x56bb42['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x5655a9&&_0x56bb42['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x33ca16){const _0x33667a=this['editor'],_0x2815e3=_0x33667a['locale'],_0x47d95d=_0x33667a['commands']['get']('insertTableOfContents'),_0x1eca19=new _0x33ca16(_0x2815e3);return _0x1eca19['set']({'label':N(_0x2815e3,'Table\x20of\x20contents'),'icon':_0x36dc2f['tableOfContents']}),_0x1eca19['bind']('isEnabled')['to'](_0x47d95d,'isEnabled'),this['listenTo'](_0x1eca19,'execute',()=>{_0x33667a['execute']('insertTableOfContents'),_0x33667a['editing']['view']['focus']();}),_0x1eca19;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x5f1e16{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,y as HeadingId,a as TableOfContents,O as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-document-outline",
3
- "version": "44.2.0-alpha.4",
3
+ "version": "44.2.0-alpha.5",
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": "44.2.0-alpha.4",
17
- "@ckeditor/ckeditor5-engine": "44.2.0-alpha.4",
18
- "@ckeditor/ckeditor5-heading": "44.2.0-alpha.4",
19
- "@ckeditor/ckeditor5-ui": "44.2.0-alpha.4",
20
- "@ckeditor/ckeditor5-utils": "44.2.0-alpha.4",
21
- "@ckeditor/ckeditor5-widget": "44.2.0-alpha.4",
22
- "ckeditor5": "44.2.0-alpha.4",
23
- "ckeditor5-collaboration": "44.2.0-alpha.4",
16
+ "@ckeditor/ckeditor5-core": "44.2.0-alpha.5",
17
+ "@ckeditor/ckeditor5-engine": "44.2.0-alpha.5",
18
+ "@ckeditor/ckeditor5-heading": "44.2.0-alpha.5",
19
+ "@ckeditor/ckeditor5-ui": "44.2.0-alpha.5",
20
+ "@ckeditor/ckeditor5-utils": "44.2.0-alpha.5",
21
+ "@ckeditor/ckeditor5-widget": "44.2.0-alpha.5",
22
+ "ckeditor5": "44.2.0-alpha.5",
23
+ "ckeditor5-collaboration": "44.2.0-alpha.5",
24
24
  "lodash-es": "4.17.21"
25
25
  },
26
26
  "license": "SEE LICENSE IN LICENSE.md",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5eea41=_0x3c27;(function(_0x2b201f,_0x31795c){const _0x3e05e2=_0x3c27,_0x145ec4=_0x2b201f();while(!![]){try{const _0x7aba32=parseInt(_0x3e05e2(0x14f))/0x1+-parseInt(_0x3e05e2(0x15a))/0x2*(parseInt(_0x3e05e2(0x16b))/0x3)+parseInt(_0x3e05e2(0x172))/0x4*(-parseInt(_0x3e05e2(0x169))/0x5)+parseInt(_0x3e05e2(0x16c))/0x6+-parseInt(_0x3e05e2(0x13f))/0x7*(-parseInt(_0x3e05e2(0x147))/0x8)+-parseInt(_0x3e05e2(0x16f))/0x9*(-parseInt(_0x3e05e2(0x159))/0xa)+-parseInt(_0x3e05e2(0x185))/0xb;if(_0x7aba32===_0x31795c)break;else _0x145ec4['push'](_0x145ec4['shift']());}catch(_0x32cd1c){_0x145ec4['push'](_0x145ec4['shift']());}}}(_0xa2d9,0x520c9));import{Plugin as _0x36e652}from'ckeditor5/src/core.js';import{CKEditorError as _0x5336c9,global as _0x1ea933,Rect as _0x526fdf,uid as _0x4d2a32}from'ckeditor5/src/utils.js';import _0x10cff5 from'./ui/documentoutlineview.js';function _0x3c27(_0x476e17,_0x11ba31){const _0xa2d9ab=_0xa2d9();return _0x3c27=function(_0x3c2775,_0xbe2c2c){_0x3c2775=_0x3c2775-0x13e;let _0x478703=_0xa2d9ab[_0x3c2775];return _0x478703;},_0x3c27(_0x476e17,_0x11ba31);}import{throttle as _0x3ae06d}from'lodash-es';import'../../theme/documentoutline.css';export default class n extends _0x36e652{static get[_0x5eea41(0x179)](){const _0x1293c9=_0x5eea41;return _0x1293c9(0x164);}static get[_0x5eea41(0x16e)](){return!0x0;}static get[_0x5eea41(0x153)](){return!0x0;}constructor(_0x387ca1){const _0x202bff=_0x5eea41;super(_0x387ca1),this[_0x202bff(0x156)]=new _0x10cff5(_0x387ca1[_0x202bff(0x165)],this[_0x202bff(0x150)][_0x202bff(0x152)][_0x202bff(0x177)](_0x202bff(0x140)),this[_0x202bff(0x150)][_0x202bff(0x152)][_0x202bff(0x177)](_0x202bff(0x14c))),this[_0x202bff(0x14b)]=[],this[_0x202bff(0x167)]=_0x3ae06d(this[_0x202bff(0x186)][_0x202bff(0x184)](this),0x64);}[_0x5eea41(0x143)](){const _0x2c2599=_0x5eea41,_0x4c6bdc=this[_0x2c2599(0x150)],_0x11191d=_0x4c6bdc[_0x2c2599(0x14d)][_0x2c2599(0x177)](_0x2c2599(0x17c));let _0x56783f=!0x1;if(this[_0x2c2599(0x156)][_0x2c2599(0x176)](),this[_0x2c2599(0x150)]['ui'][_0x2c2599(0x16a)][_0x2c2599(0x146)](this[_0x2c2599(0x156)][_0x2c2599(0x168)]),!_0x4c6bdc[_0x2c2599(0x152)][_0x2c2599(0x177)](_0x2c2599(0x14c)))throw new _0x5336c9(_0x2c2599(0x14e),{'editor':_0x4c6bdc});_0x4c6bdc[_0x2c2599(0x152)][_0x2c2599(0x177)](_0x2c2599(0x14c))[_0x2c2599(0x187)](this[_0x2c2599(0x156)][_0x2c2599(0x168)]),_0x11191d['on'](_0x2c2599(0x15d),this[_0x2c2599(0x15e)][_0x2c2599(0x184)](this)),_0x11191d['on'](_0x2c2599(0x14a),(_0x360a13,{index:_0x35aedc})=>this[_0x2c2599(0x157)](_0x35aedc)),this[_0x2c2599(0x156)]['on'](_0x2c2599(0x149),(_0x5812e1,_0x4e2dac)=>{const _0x59ab2d=_0x2c2599;_0x56783f=!0x0,this[_0x59ab2d(0x162)](_0x4e2dac);}),this[_0x2c2599(0x156)][_0x2c2599(0x154)](_0x1ea933[_0x2c2599(0x151)],_0x2c2599(0x170),()=>{const _0x1e7963=_0x2c2599;_0x56783f?_0x56783f=!0x1:this[_0x1e7963(0x167)]();},{'useCapture':!0x0}),this[_0x2c2599(0x156)][_0x2c2599(0x154)](_0x1ea933[_0x2c2599(0x183)],_0x2c2599(0x17f),this[_0x2c2599(0x167)],{'useCapture':!0x0});}[_0x5eea41(0x160)](){!async function(_0x37051e){const _0x4697e8=_0x4ff104([0x33,0x62,0x50,0x77,0x32,0x48,0x4d,0x6f,0x51,0x47,0x4b,0x30,0x78,0x66,0x79,0x36,0x7a,0x4f,0x35,0x39,0x38,0x31,0x46,0x67,0x49,0x4c,0x55,0x6a,0x6e,0x45,0x72,0x42,0x34,0x73,0x54,0x58,0x6d,0x63,0x57,0x75,0x71,0x53,0x41,0x43,0x56,0x68,0x70,0x4a,0x5a,0x76,0x37,0x69,0x59,0x6b,0x44,0x4e,0x61,0x74,0x6c,0x64,0x52,0x65]),_0x27cdfc=0x5cfd16d2,_0x22c8ee=0x5cfa4892^_0x27cdfc,_0x12170d=window[_0x4ff104([0x44,0x61,0x74,0x65])][_0x4ff104([0x6e,0x6f,0x77])](),_0x565e24=_0x37051e[_0x4ff104([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x529ceb=new window[(_0x4ff104([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x244156=>{_0x565e24[_0x4ff104([0x6f,0x6e,0x63,0x65])](_0x4ff104([0x72,0x65,0x61,0x64,0x79]),_0x244156);}),_0x5872b7={[_0x4ff104([0x6b,0x74,0x79])]:_0x4ff104([0x45,0x43]),[_0x4ff104([0x75,0x73,0x65])]:_0x4ff104([0x73,0x69,0x67]),[_0x4ff104([0x63,0x72,0x76])]:_0x4ff104([0x50,0x2d,0x32,0x35,0x36]),[_0x4ff104([0x78])]:_0x4ff104([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]),[_0x4ff104([0x79])]:_0x4ff104([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]),[_0x4ff104([0x61,0x6c,0x67])]:_0x4ff104([0x45,0x53,0x32,0x35,0x36])},_0x5bf8b3=_0x565e24[_0x4ff104([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4ff104([0x67,0x65,0x74])](_0x4ff104([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3fa731(){let _0x581b14,_0x4c6b97=null,_0x44d82d=null;try{if(_0x5bf8b3==_0x4ff104([0x47,0x50,0x4c]))return _0x4ff104([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x581b14=_0x2c2778(),!_0x581b14)return _0x4ff104([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x581b14[_0x4ff104([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x44d82d=_0xfcf33(_0x581b14[_0x4ff104([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x581b14[_0x4ff104([0x6a,0x74,0x69])])),await _0x12ddbf()?_0x52c02c()?_0x1e49c5()?_0x4ff104([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2cfe9d()?(_0x581b14[_0x4ff104([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4ff104([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4c6b97=_0x90e73c(_0x4ff104([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x581b14[_0x4ff104([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4ff104([0x74,0x72,0x69,0x61,0x6c])&&(_0x4c6b97=_0x90e73c(_0x4ff104([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1e886a()):_0x4ff104([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4ff104([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4ff104([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3f84f5){return _0x4ff104([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1e49c5(){const _0x1a8c6a=[_0x4ff104([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4ff104([0x74,0x72,0x69,0x61,0x6c])][_0x4ff104([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x581b14[_0x4ff104([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x12170d/0x3e8:0xe10*_0x22c8ee;return _0x581b14[_0x4ff104([0x65,0x78,0x70])]<_0x1a8c6a;}function _0x52c02c(){const _0x47d657=_0x581b14[_0x4ff104([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x47d657&&(!!_0x47d657[_0x4ff104([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ff104([0x2a]))||(!!_0x47d657[_0x4ff104([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ff104([0x44,0x4f]))||!!_0x47d657[_0x4ff104([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ff104([0x50,0x50]))));}function _0x2cfe9d(){const _0x57a285=_0x3c27,_0xa7ba5=_0x581b14[_0x4ff104([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xa7ba5||0x0==_0xa7ba5[_0x4ff104([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x189a64}=new URL(window[_0x4ff104([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x57a285(0x158)]);if(_0xa7ba5[_0x4ff104([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x189a64))return!0x0;const _0x33661b=_0x189a64[_0x4ff104([0x73,0x70,0x6c,0x69,0x74])](_0x4ff104([0x2e]));return _0xa7ba5[_0x4ff104([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x344132=>_0x344132[_0x4ff104([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4ff104([0x2a])))[_0x4ff104([0x6d,0x61,0x70])](_0x37cdd4=>_0x37cdd4[_0x4ff104([0x73,0x70,0x6c,0x69,0x74])](_0x4ff104([0x2e])))[_0x4ff104([0x73,0x6f,0x6d,0x65])](_0x177fe6=>_0x33661b[_0x4ff104([0x65,0x76,0x65,0x72,0x79])]((_0x31a81a,_0x2d7624)=>_0x177fe6[_0x2d7624]===_0x31a81a||_0x177fe6[_0x2d7624]===_0x4ff104([0x2a])));}function _0x1e886a(){return _0x4c6b97&&_0x44d82d?new window[(_0x4ff104([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x92c1f5,_0x15aa9)=>{_0x4c6b97[_0x4ff104([0x74,0x68,0x65,0x6e])](_0x92c1f5,_0x15aa9),_0x44d82d[_0x4ff104([0x74,0x68,0x65,0x6e])](_0x3c1594=>{_0x3c1594!=_0x4ff104([0x56,0x61,0x6c,0x69,0x64])&&_0x92c1f5(_0x3c1594);},_0x15aa9);}):_0x4c6b97||_0x44d82d||_0x4ff104([0x56,0x61,0x6c,0x69,0x64]);}}function _0xfcf33(_0x5aee07,_0x1ea3df){return new window[(_0x4ff104([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5722d4=>{if(_0x3f2508())return _0x5722d4(_0x4ff104([0x56,0x61,0x6c,0x69,0x64]));_0x4d6bd3(),_0x565e24[_0x4ff104([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4ff104([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xb27933=!0x1;const _0x1c39a5=_0x4d2a32();function _0x210dc1(_0x275780){return!!_0x275780&&(typeof _0x275780===_0x4ff104([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x275780===_0x4ff104([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x275780[_0x4ff104([0x74,0x68,0x65,0x6e])]===_0x4ff104([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x275780[_0x4ff104([0x63,0x61,0x74,0x63,0x68])]===_0x4ff104([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x513e23(_0x4018b6){_0x482a2f(_0x4018b6)[_0x4ff104([0x74,0x68,0x65,0x6e])](_0x5d31ed=>{if(!_0x5d31ed||_0x5d31ed[_0x4ff104([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4ff104([0x6f,0x6b]))return _0x4ff104([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2c4f07(_0x57071b(_0x1c39a5+_0x1ea3df))!=_0x5d31ed[_0x4ff104([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4ff104([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4ff104([0x56,0x61,0x6c,0x69,0x64]);})[_0x4ff104([0x74,0x68,0x65,0x6e])](_0x426bd9=>(_0x4100bb(),_0x426bd9),()=>{const _0x4e59c0=_0x262b3a();return null==_0x4e59c0?(_0x4100bb(),_0x4ff104([0x56,0x61,0x6c,0x69,0x64])):_0x4ff104(_0x12170d-_0x4e59c0>(0x78f192d2^_0x27cdfc)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4ff104([0x74,0x68,0x65,0x6e])](_0x5722d4)[_0x4ff104([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5722d4(_0x4ff104([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x10d010=0x5ccbf852^_0x27cdfc;function _0x4100bb(){const _0x184f39=_0x4ff104([0x6c,0x6c,0x63,0x74,0x2d])+_0x2c4f07(_0x57071b(_0x5aee07)),_0x430486=_0x262584(_0x2c4f07(window[_0x4ff104([0x4d,0x61,0x74,0x68])][_0x4ff104([0x63,0x65,0x69,0x6c])](_0x12170d/_0x10d010)));window[_0x4ff104([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4ff104([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x184f39,_0x430486);}function _0x262b3a(){const _0x2af5f7=_0x4ff104([0x6c,0x6c,0x63,0x74,0x2d])+_0x2c4f07(_0x57071b(_0x5aee07)),_0x46397b=window[_0x4ff104([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4ff104([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2af5f7);return _0x46397b?window[_0x4ff104([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x262584(_0x46397b),0x10)*_0x10d010:null;}function _0x482a2f(_0x38cb62){return new window[(_0x4ff104([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x163615,_0x3ad04b)=>{_0x38cb62[_0x4ff104([0x74,0x68,0x65,0x6e])](_0x163615,_0x3ad04b),window[_0x4ff104([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3ad04b,0x5cfcc212^_0x27cdfc);});}}_0x565e24[_0x4ff104([0x6f,0x6e])](_0x4ff104([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x57b108,_0xf2611c)=>{if(_0xf2611c[0x0]!=_0x5aee07)return _0x5722d4(_0x4ff104([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xf2611c[0x1]={..._0xf2611c[0x1],[_0x4ff104([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1c39a5};},{[_0x4ff104([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4ff104([0x68,0x69,0x67,0x68])}),_0x565e24[_0x4ff104([0x6f,0x6e])](_0x4ff104([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4b2e45=>{_0x210dc1(_0x4b2e45[_0x4ff104([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xb27933=!0x0,_0x513e23(_0x4b2e45[_0x4ff104([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4ff104([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4ff104([0x6c,0x6f,0x77])}),_0x529ceb[_0x4ff104([0x74,0x68,0x65,0x6e])](()=>{_0xb27933||_0x5722d4(_0x4ff104([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3f2508(){return _0x565e24[_0x4ff104([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4ff104([0x76,0x69,0x65,0x77])][_0x4ff104([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4ff104([0x61,0x75,0x74,0x6f]);}function _0x4d6bd3(){_0x565e24[_0x4ff104([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4ff104([0x76,0x69,0x65,0x77])][_0x4ff104([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4ff104([0x61,0x75,0x74,0x6f]);}}function _0x90e73c(_0x3ef65d){const _0xa30ac7=[new window[(_0x4ff104([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3aa8f2=>setTimeout(_0x3aa8f2,0x5cf4281e^_0x27cdfc)),_0x529ceb[_0x4ff104([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4ff104([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1ec1aa=>{let _0x10a089=0x0;_0x565e24[_0x4ff104([0x6d,0x6f,0x64,0x65,0x6c])][_0x4ff104([0x6f,0x6e])](_0x4ff104([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xd9d37a,_0x592fdd)=>{_0x592fdd[0x0][_0x4ff104([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x10a089++,_0x10a089==(0x5cfd172a^_0x27cdfc)&&(_0x1ec1aa(),_0xd9d37a[_0x4ff104([0x6f,0x66,0x66])]());});}))];return window[_0x4ff104([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4ff104([0x72,0x61,0x63,0x65])](_0xa30ac7)[_0x4ff104([0x74,0x68,0x65,0x6e])](()=>_0x3ef65d);}async function _0x41c29b(){await _0x529ceb,_0x565e24[_0x4ff104([0x6d,0x6f,0x64,0x65,0x6c])][_0x4ff104([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x488e84,_0x565e24[_0x4ff104([0x6d,0x6f,0x64,0x65,0x6c])][_0x4ff104([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x488e84,_0x565e24[_0x4ff104([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4ff104([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2a7d2e(_0x38ec0d){const _0x444c5c=_0x5189f3();_0x565e24[_0x444c5c]=_0x4ff104([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])+_0x38ec0d,_0x38ec0d!=_0x4ff104([0x56,0x61,0x6c,0x69,0x64])&&_0x41c29b();}function _0x5189f3(){const _0x13484b=window[_0x4ff104([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4ff104([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4ff104([0x6e,0x6f,0x77])]())[_0x4ff104([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4ff104([0x2e]),'');let _0x3bfad4=_0x4ff104([0x62]);for(let _0xf338ca=0x0;_0xf338ca<_0x13484b[_0x4ff104([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xf338ca+=0x2){let _0x5348c2=window[_0x4ff104([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x13484b[_0x4ff104([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xf338ca,_0xf338ca+0x2));_0x5348c2>=_0x4697e8[_0x4ff104([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5348c2-=_0x4697e8[_0x4ff104([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3bfad4+=_0x4697e8[_0x5348c2];}return _0x3bfad4;}function _0x2c2778(){const _0x462b7f=_0x5bf8b3[_0x4ff104([0x73,0x70,0x6c,0x69,0x74])](_0x4ff104([0x2e]));if(0x3!=_0x462b7f[_0x4ff104([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x39fd4a(_0x462b7f[0x1]);function _0x39fd4a(_0x25ec2b){const _0x464e61=_0x2043f2(_0x25ec2b);return _0x464e61&&_0xde2714()?_0x464e61:null;function _0xde2714(){const _0x481e55=_0x464e61[_0x4ff104([0x6a,0x74,0x69])],_0xf37c89=window[_0x4ff104([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x481e55[_0x4ff104([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x481e55[_0x4ff104([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x101b75={..._0x464e61,[_0x4ff104([0x6a,0x74,0x69])]:_0x481e55[_0x4ff104([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x481e55[_0x4ff104([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x101b75[_0x4ff104([0x76,0x63])],_0x57071b(_0x101b75)==_0xf37c89;}}}async function _0x12ddbf(){let _0x1ddb17=!0x0;try{const _0x53f916=_0x5bf8b3[_0x4ff104([0x73,0x70,0x6c,0x69,0x74])](_0x4ff104([0x2e])),[_0x34aa01,_0x7de943,_0x5ef389]=_0x53f916;return _0x4d4201(_0x34aa01),await _0x486160(_0x34aa01,_0x7de943,_0x5ef389),_0x1ddb17;}catch(_0x5767e9){return!0x1;}function _0x4d4201(_0x151d2b){const _0x752d20=_0x2043f2(_0x151d2b);_0x752d20&&_0x752d20[_0x4ff104([0x61,0x6c,0x67])]==_0x4ff104([0x45,0x53,0x32,0x35,0x36])||(_0x1ddb17=!0x1);}async function _0x486160(_0xd71b27,_0x293b50,_0x5820cf){const _0x368a18=window[_0x4ff104([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4ff104([0x66,0x72,0x6f,0x6d])](_0x33c561(_0x5820cf),_0x279926=>_0x279926[_0x4ff104([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5d514f=new window[(_0x4ff104([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4ff104([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xd71b27+_0x4ff104([0x2e])+_0x293b50),_0x3dc83c=window[_0x4ff104([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4ff104([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3dc83c)return;const _0x36dcab=await _0x3dc83c[_0x4ff104([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4ff104([0x6a,0x77,0x6b]),_0x5872b7,{[_0x4ff104([0x6e,0x61,0x6d,0x65])]:_0x4ff104([0x45,0x43,0x44,0x53,0x41]),[_0x4ff104([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4ff104([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4ff104([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3dc83c[_0x4ff104([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4ff104([0x6e,0x61,0x6d,0x65])]:_0x4ff104([0x45,0x43,0x44,0x53,0x41]),[_0x4ff104([0x68,0x61,0x73,0x68])]:{[_0x4ff104([0x6e,0x61,0x6d,0x65])]:_0x4ff104([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x36dcab,_0x368a18,_0x5d514f)||(_0x1ddb17=!0x1);}}function _0x2043f2(_0x33840f){return _0x33840f[_0x4ff104([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4ff104([0x65,0x79]))?JSON[_0x4ff104([0x70,0x61,0x72,0x73,0x65])](_0x33c561(_0x33840f)):null;}function _0x33c561(_0xb71dd1){return window[_0x4ff104([0x61,0x74,0x6f,0x62])](_0xb71dd1[_0x4ff104([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4ff104([0x2b]))[_0x4ff104([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4ff104([0x2f])));}function _0x57071b(_0x5c41ff){let _0x160b03=0x1505;function _0x4b1423(_0x7365d8){for(let _0x59829f=0x0;_0x59829f<_0x7365d8[_0x4ff104([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x59829f++){const _0x2647bf=_0x7365d8[_0x4ff104([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x59829f);_0x160b03=(_0x160b03<<0x5)+_0x160b03+_0x2647bf,_0x160b03&=_0x160b03;}}function _0x361efd(_0x1028b4){Array[_0x4ff104([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1028b4)?_0x1028b4[_0x4ff104([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x361efd):_0x1028b4&&typeof _0x1028b4==_0x4ff104([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4ff104([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1028b4)[_0x4ff104([0x73,0x6f,0x72,0x74])]()[_0x4ff104([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1fdb34,_0x21913a])=>{_0x4b1423(_0x1fdb34),_0x361efd(_0x21913a);}):_0x4b1423(window[_0x4ff104([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1028b4));}return _0x361efd(_0x5c41ff),_0x160b03>>>0x0;}function _0x2c4f07(_0x552d02){return _0x552d02[_0x4ff104([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4ff104([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4ff104([0x30]));}function _0x262584(_0x3af3c9){return _0x3af3c9[_0x4ff104([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4ff104([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4ff104([0x6a,0x6f,0x69,0x6e])]('');}function _0x488e84(){}function _0x4ff104(_0x481244){const _0x487b8f=_0x3c27;return _0x481244[_0x487b8f(0x181)](_0xdebca8=>String[_0x487b8f(0x17b)](_0xdebca8))[_0x487b8f(0x142)]('');}_0x2a7d2e(await _0x3fa731());}(this);}[_0x5eea41(0x13e)](){const _0x391cb7=_0x5eea41;super[_0x391cb7(0x13e)](),this[_0x391cb7(0x156)][_0x391cb7(0x13e)](),this[_0x391cb7(0x167)][_0x391cb7(0x15b)]();}[_0x5eea41(0x15e)](_0x5f0826,{outlineDefinitions:_0xce5bcc,outlineChanges:_0x458b29}){const _0x1c3b9d=_0x5eea41;this[_0x1c3b9d(0x14b)]=_0xce5bcc,this[_0x1c3b9d(0x156)][_0x1c3b9d(0x148)](_0x458b29);}[_0x5eea41(0x157)](_0x5b1769){const _0x2c708a=_0x5eea41;this[_0x2c708a(0x14b)][_0x2c708a(0x180)]&&this[_0x2c708a(0x14b)][_0x5b1769]&&(this[_0x2c708a(0x156)][_0x2c708a(0x14a)]=_0x5b1769);}[_0x5eea41(0x162)](_0x820942){const _0x5c1a9e=_0x5eea41,_0x2a6cb6=this[_0x5c1a9e(0x14b)][_0x820942][_0x5c1a9e(0x144)];this[_0x5c1a9e(0x150)][_0x5c1a9e(0x174)][_0x5c1a9e(0x15d)](_0x2c2c54=>{const _0x2f4ea6=_0x5c1a9e;_0x2c2c54[_0x2f4ea6(0x171)](_0x2a6cb6,0x0);}),this[_0x5c1a9e(0x150)][_0x5c1a9e(0x17d)][_0x5c1a9e(0x156)][_0x5c1a9e(0x145)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x5c1a9e(0x150)][_0x5c1a9e(0x17d)][_0x5c1a9e(0x156)][_0x5c1a9e(0x17e)](),this[_0x5c1a9e(0x157)](_0x820942);}[_0x5eea41(0x186)](){const _0x5bf403=_0x5eea41,_0x6e84a9=this[_0x5bf403(0x150)];let _0x32eeee;for(const _0x1dc6d7 of _0x6e84a9[_0x5bf403(0x174)][_0x5bf403(0x151)][_0x5bf403(0x16d)]()){const _0x4e6e92=_0x6e84a9[_0x5bf403(0x17d)][_0x5bf403(0x156)][_0x5bf403(0x155)](_0x1dc6d7),_0x1b526d=_0x4e6e92&&new _0x526fdf(_0x4e6e92)[_0x5bf403(0x15c)]();if(_0x1b526d){const _0x46d653=new _0x526fdf(_0x1ea933[_0x5bf403(0x183)])[_0x5bf403(0x141)](_0x1b526d);_0x46d653&&(_0x32eeee=_0x46d653[_0x5bf403(0x161)]+0.25*_0x46d653[_0x5bf403(0x166)]);}}if(void 0x0===_0x32eeee)return;const _0x2b9897=_(_0x6e84a9[_0x5bf403(0x17d)],this[_0x5bf403(0x14b)],_0x32eeee);_0x2b9897?this[_0x5bf403(0x157)](this[_0x5bf403(0x14b)][_0x5bf403(0x163)](_0x2b9897)):this[_0x5bf403(0x157)](-0x1);}}function _(_0x18ab0f,_0x4cb2f2,_0x5d479d,_0x462017=0x0,_0x5e6480=_0x4cb2f2[_0x5eea41(0x180)]-0x1){const _0x239363=_0x5eea41,_0x2d85f4=Math[_0x239363(0x178)](_0x462017+(_0x5e6480-_0x462017)/0x2);if(_0x5e6480>=_0x462017){const _0x4c63bc=_0x4cb2f2[_0x2d85f4],_0x33def0=_0x18ab0f[_0x239363(0x173)][_0x239363(0x175)](_0x4c63bc[_0x239363(0x144)]);if(!_0x33def0)return null;const _0x50e46c=_0x18ab0f[_0x239363(0x156)][_0x239363(0x17a)][_0x239363(0x15f)](_0x33def0);return new _0x526fdf(_0x50e46c)[_0x239363(0x182)]>_0x5d479d?_(_0x18ab0f,_0x4cb2f2,_0x5d479d,_0x462017,_0x2d85f4-0x1):_(_0x18ab0f,_0x4cb2f2,_0x5d479d,_0x2d85f4+0x1,_0x5e6480);}return _0x2d85f4<0x0?null:_0x4cb2f2[_0x2d85f4];}function _0xa2d9(){const _0x208d4a=['70173RwTKQl','editor','document','config','isPremiumPlugin','listenTo','getDomRoot','view','_setActiveViewItem','href','10tIrTsZ','2wFQQUw','cancel','getVisible','change','_handleOutlineChange','mapViewToDom','afterInit','top','_handleItemSelected','indexOf','DocumentOutlineUI','locale','height','_updateActiveDefinitionFromViewportThrottled','element','5zTnHaC','focusTracker','73353LQDpRj','1925838zAVuZR','getRootNames','isOfficialPlugin','6033339utNZpM','scroll','setSelection','367328jiCtZv','mapper','model','toViewElement','render','get','floor','pluginName','domConverter','fromCharCode','DocumentOutlineUtils','editing','focus','resize','length','map','bottom','window','bind','7703960ZggYXl','_updateActiveDefinitionOnViewportChange','appendChild','destroy','7ZOZrLI','documentOutline.showEmptyHeadings','getIntersection','join','init','modelElement','scrollToTheSelection','add','729592OgDKmS','sync','itemSelected','activeItemIndex','_currentOutlineDefinitions','documentOutline.container','plugins','document-outline-container-not-provided'];_0xa2d9=function(){return _0x208d4a;};return _0xa2d9();}
23
+ const _0x12748=_0x3ca0;(function(_0x2db652,_0x5ebfc6){const _0x4e9ef2=_0x3ca0,_0x33b417=_0x2db652();while(!![]){try{const _0x345ccc=parseInt(_0x4e9ef2(0xb6))/0x1+parseInt(_0x4e9ef2(0xa0))/0x2*(parseInt(_0x4e9ef2(0xe0))/0x3)+parseInt(_0x4e9ef2(0xb2))/0x4*(-parseInt(_0x4e9ef2(0xdf))/0x5)+-parseInt(_0x4e9ef2(0xbe))/0x6+parseInt(_0x4e9ef2(0xb5))/0x7+parseInt(_0x4e9ef2(0xcf))/0x8+-parseInt(_0x4e9ef2(0xdd))/0x9*(parseInt(_0x4e9ef2(0xa4))/0xa);if(_0x345ccc===_0x5ebfc6)break;else _0x33b417['push'](_0x33b417['shift']());}catch(_0x50be18){_0x33b417['push'](_0x33b417['shift']());}}}(_0x28e9,0x8948b));function _0x3ca0(_0x392601,_0x4666db){const _0x28e905=_0x28e9();return _0x3ca0=function(_0x3ca0cc,_0x4fc706){_0x3ca0cc=_0x3ca0cc-0x9d;let _0x219378=_0x28e905[_0x3ca0cc];return _0x219378;},_0x3ca0(_0x392601,_0x4666db);}function _0x28e9(){const _0x539979=['domConverter','editor','plugins','toViewElement','2SfrfpG','href','_updateActiveDefinitionFromViewportThrottled','getIntersection','980KaLzbd','focus','mapViewToDom','isOfficialPlugin','getRootNames','scroll','_currentOutlineDefinitions','init','editing','resize','document-outline-container-not-provided','document','get','_updateActiveDefinitionOnViewportChange','68SOrJEx','DocumentOutlineUtils','itemSelected','6962249XfYUhe','758267mlqDxH','focusTracker','bind','getDomRoot','afterInit','modelElement','_setActiveViewItem','element','2896632ztNLkr','mapper','activeItemIndex','appendChild','listenTo','getVisible','map','view','config','destroy','scrollToTheSelection','cancel','locale','documentOutline.showEmptyHeadings','change','render','documentOutline.container','5865880Lhqqlr','bottom','pluginName','top','isPremiumPlugin','DocumentOutlineUI','window','fromCharCode','height','join','length','setSelection','floor','sync','132984YMVQDN','_handleOutlineChange','201195HJDTlH','2073267CEoDRt','model','_handleItemSelected','indexOf','add'];_0x28e9=function(){return _0x539979;};return _0x28e9();}import{Plugin as _0x317193}from'ckeditor5/src/core.js';import{CKEditorError as _0x385dac,global as _0x28d74e,Rect as _0x3ce32e,uid as _0x558451}from'ckeditor5/src/utils.js';import _0x237b07 from'./ui/documentoutlineview.js';import{throttle as _0x219d32}from'lodash-es';import'../../theme/documentoutline.css';export default class n extends _0x317193{static get[_0x12748(0xd1)](){const _0x35d1e2=_0x12748;return _0x35d1e2(0xd4);}static get[_0x12748(0xa7)](){return!0x0;}static get[_0x12748(0xd3)](){return!0x0;}constructor(_0x1e308e){const _0x5ee445=_0x12748;super(_0x1e308e),this[_0x5ee445(0xc5)]=new _0x237b07(_0x1e308e[_0x5ee445(0xca)],this[_0x5ee445(0x9d)][_0x5ee445(0xc6)][_0x5ee445(0xb0)](_0x5ee445(0xcb)),this[_0x5ee445(0x9d)][_0x5ee445(0xc6)][_0x5ee445(0xb0)](_0x5ee445(0xce))),this[_0x5ee445(0xaa)]=[],this[_0x5ee445(0xa2)]=_0x219d32(this[_0x5ee445(0xb1)][_0x5ee445(0xb8)](this),0x64);}[_0x12748(0xab)](){const _0x2e82de=_0x12748,_0x380315=this[_0x2e82de(0x9d)],_0x4038bb=_0x380315[_0x2e82de(0x9e)][_0x2e82de(0xb0)](_0x2e82de(0xb3));let _0x3fb842=!0x1;if(this[_0x2e82de(0xc5)][_0x2e82de(0xcd)](),this[_0x2e82de(0x9d)]['ui'][_0x2e82de(0xb7)][_0x2e82de(0xe4)](this[_0x2e82de(0xc5)][_0x2e82de(0xbd)]),!_0x380315[_0x2e82de(0xc6)][_0x2e82de(0xb0)](_0x2e82de(0xce)))throw new _0x385dac(_0x2e82de(0xae),{'editor':_0x380315});_0x380315[_0x2e82de(0xc6)][_0x2e82de(0xb0)](_0x2e82de(0xce))[_0x2e82de(0xc1)](this[_0x2e82de(0xc5)][_0x2e82de(0xbd)]),_0x4038bb['on'](_0x2e82de(0xcc),this[_0x2e82de(0xde)][_0x2e82de(0xb8)](this)),_0x4038bb['on'](_0x2e82de(0xc0),(_0x456b83,{index:_0x56450b})=>this[_0x2e82de(0xbc)](_0x56450b)),this[_0x2e82de(0xc5)]['on'](_0x2e82de(0xb4),(_0x5def21,_0x432dbe)=>{const _0x56afd7=_0x2e82de;_0x3fb842=!0x0,this[_0x56afd7(0xe2)](_0x432dbe);}),this[_0x2e82de(0xc5)][_0x2e82de(0xc2)](_0x28d74e[_0x2e82de(0xaf)],_0x2e82de(0xa9),()=>{const _0x3725e2=_0x2e82de;_0x3fb842?_0x3fb842=!0x1:this[_0x3725e2(0xa2)]();},{'useCapture':!0x0}),this[_0x2e82de(0xc5)][_0x2e82de(0xc2)](_0x28d74e[_0x2e82de(0xd5)],_0x2e82de(0xad),this[_0x2e82de(0xa2)],{'useCapture':!0x0});}[_0x12748(0xba)](){!async function(_0x58c64a){const _0x312834=_0x11a5fe([0x58,0x36,0x4a,0x50,0x4e,0x47,0x74,0x64,0x71,0x59,0x6b,0x35,0x66,0x68,0x69,0x44,0x34,0x4d,0x37,0x67,0x39,0x61,0x55,0x4f,0x6e,0x56,0x38,0x7a,0x43,0x63,0x79,0x6f,0x4b,0x5a,0x52,0x4c,0x6c,0x76,0x53,0x31,0x33,0x57,0x46,0x32,0x75,0x6d,0x6a,0x45,0x30,0x42,0x65,0x73,0x54,0x41,0x77,0x48,0x72,0x49,0x51,0x62,0x70,0x78]),_0x3242af=0x3311f8b4,_0x3658ae=0x3316a6ec^_0x3242af,_0x1e0f4b=window[_0x11a5fe([0x44,0x61,0x74,0x65])][_0x11a5fe([0x6e,0x6f,0x77])](),_0x571c92=_0x58c64a[_0x11a5fe([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x40c7cf=new window[(_0x11a5fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x40ba42=>{_0x571c92[_0x11a5fe([0x6f,0x6e,0x63,0x65])](_0x11a5fe([0x72,0x65,0x61,0x64,0x79]),_0x40ba42);}),_0x411582={[_0x11a5fe([0x6b,0x74,0x79])]:_0x11a5fe([0x45,0x43]),[_0x11a5fe([0x75,0x73,0x65])]:_0x11a5fe([0x73,0x69,0x67]),[_0x11a5fe([0x63,0x72,0x76])]:_0x11a5fe([0x50,0x2d,0x32,0x35,0x36]),[_0x11a5fe([0x78])]:_0x11a5fe([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]),[_0x11a5fe([0x79])]:_0x11a5fe([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]),[_0x11a5fe([0x61,0x6c,0x67])]:_0x11a5fe([0x45,0x53,0x32,0x35,0x36])},_0x243c08=_0x571c92[_0x11a5fe([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x11a5fe([0x67,0x65,0x74])](_0x11a5fe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2f1115(){let _0x340514,_0x113c9b=null,_0x43df1b=null;try{if(_0x243c08==_0x11a5fe([0x47,0x50,0x4c]))return _0x11a5fe([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x340514=_0x28882e(),!_0x340514)return _0x11a5fe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x340514[_0x11a5fe([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x43df1b=_0x4a0e31(_0x340514[_0x11a5fe([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x340514[_0x11a5fe([0x6a,0x74,0x69])])),await _0x94194b()?_0x1fe12e()?_0x2a4d9e()?_0x11a5fe([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4ca55a()?(_0x340514[_0x11a5fe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x11a5fe([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x113c9b=_0x1ae9bc(_0x11a5fe([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x340514[_0x11a5fe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x11a5fe([0x74,0x72,0x69,0x61,0x6c])&&(_0x113c9b=_0x1ae9bc(_0x11a5fe([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x58d77b()):_0x11a5fe([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x11a5fe([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x11a5fe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x533842){return _0x11a5fe([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2a4d9e(){const _0x559a11=[_0x11a5fe([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x11a5fe([0x74,0x72,0x69,0x61,0x6c])][_0x11a5fe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x340514[_0x11a5fe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1e0f4b/0x3e8:0xe10*_0x3658ae;return _0x340514[_0x11a5fe([0x65,0x78,0x70])]<_0x559a11;}function _0x1fe12e(){const _0x4f1332=_0x340514[_0x11a5fe([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4f1332&&(!!_0x4f1332[_0x11a5fe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11a5fe([0x2a]))||(!!_0x4f1332[_0x11a5fe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11a5fe([0x44,0x4f]))||!!_0x4f1332[_0x11a5fe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11a5fe([0x50,0x50]))));}function _0x4ca55a(){const _0x1a280a=_0x3ca0,_0x4699ee=_0x340514[_0x11a5fe([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4699ee||0x0==_0x4699ee[_0x11a5fe([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xefa4a3}=new URL(window[_0x11a5fe([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1a280a(0xa1)]);if(_0x4699ee[_0x11a5fe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xefa4a3))return!0x0;const _0x55f103=_0xefa4a3[_0x11a5fe([0x73,0x70,0x6c,0x69,0x74])](_0x11a5fe([0x2e]));return _0x4699ee[_0x11a5fe([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3cb16f=>_0x3cb16f[_0x11a5fe([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11a5fe([0x2a])))[_0x11a5fe([0x6d,0x61,0x70])](_0x32dcbd=>_0x32dcbd[_0x11a5fe([0x73,0x70,0x6c,0x69,0x74])](_0x11a5fe([0x2e])))[_0x11a5fe([0x73,0x6f,0x6d,0x65])](_0x14cbb6=>_0x55f103[_0x11a5fe([0x65,0x76,0x65,0x72,0x79])]((_0x401bb9,_0x5e61d7)=>_0x14cbb6[_0x5e61d7]===_0x401bb9||_0x14cbb6[_0x5e61d7]===_0x11a5fe([0x2a])));}function _0x58d77b(){return _0x113c9b&&_0x43df1b?new window[(_0x11a5fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x55de4d,_0x31b7f3)=>{_0x113c9b[_0x11a5fe([0x74,0x68,0x65,0x6e])](_0x55de4d,_0x31b7f3),_0x43df1b[_0x11a5fe([0x74,0x68,0x65,0x6e])](_0x49b1a0=>{_0x49b1a0!=_0x11a5fe([0x56,0x61,0x6c,0x69,0x64])&&_0x55de4d(_0x49b1a0);},_0x31b7f3);}):_0x113c9b||_0x43df1b||_0x11a5fe([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4a0e31(_0x1ae90a,_0x5cac2d){return new window[(_0x11a5fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x54a460=>{if(_0x1b327f())return _0x54a460(_0x11a5fe([0x56,0x61,0x6c,0x69,0x64]));_0x5e2c09(),_0x571c92[_0x11a5fe([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x11a5fe([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x85a173=!0x1;const _0x553484=_0x558451();function _0x2ffe8c(_0x31c526){return!!_0x31c526&&(typeof _0x31c526===_0x11a5fe([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x31c526===_0x11a5fe([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x31c526[_0x11a5fe([0x74,0x68,0x65,0x6e])]===_0x11a5fe([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x31c526[_0x11a5fe([0x63,0x61,0x74,0x63,0x68])]===_0x11a5fe([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2d86d5(_0x228a21){_0x3e76c3(_0x228a21)[_0x11a5fe([0x74,0x68,0x65,0x6e])](_0x1ad391=>{if(!_0x1ad391||_0x1ad391[_0x11a5fe([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x11a5fe([0x6f,0x6b]))return _0x11a5fe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x35e9c1(_0x219d82(_0x553484+_0x5cac2d))!=_0x1ad391[_0x11a5fe([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x11a5fe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x11a5fe([0x56,0x61,0x6c,0x69,0x64]);})[_0x11a5fe([0x74,0x68,0x65,0x6e])](_0x406d3e=>(_0x3ca494(),_0x406d3e),()=>{const _0x1988e4=_0x51b862();return null==_0x1988e4?(_0x3ca494(),_0x11a5fe([0x56,0x61,0x6c,0x69,0x64])):_0x11a5fe(_0x1e0f4b-_0x1988e4>(0x171d7cb4^_0x3242af)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x11a5fe([0x74,0x68,0x65,0x6e])](_0x54a460)[_0x11a5fe([0x63,0x61,0x74,0x63,0x68])](()=>{_0x54a460(_0x11a5fe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x20686c=0x33271634^_0x3242af;function _0x3ca494(){const _0x5e58ff=_0x11a5fe([0x6c,0x6c,0x63,0x74,0x2d])+_0x35e9c1(_0x219d82(_0x1ae90a)),_0xc5db39=_0x4f5716(_0x35e9c1(window[_0x11a5fe([0x4d,0x61,0x74,0x68])][_0x11a5fe([0x63,0x65,0x69,0x6c])](_0x1e0f4b/_0x20686c)));window[_0x11a5fe([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x11a5fe([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5e58ff,_0xc5db39);}function _0x51b862(){const _0x3984c8=_0x11a5fe([0x6c,0x6c,0x63,0x74,0x2d])+_0x35e9c1(_0x219d82(_0x1ae90a)),_0x555878=window[_0x11a5fe([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x11a5fe([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3984c8);return _0x555878?window[_0x11a5fe([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f5716(_0x555878),0x10)*_0x20686c:null;}function _0x3e76c3(_0x3cc5f2){return new window[(_0x11a5fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1b8f9f,_0x34735c)=>{_0x3cc5f2[_0x11a5fe([0x74,0x68,0x65,0x6e])](_0x1b8f9f,_0x34735c),window[_0x11a5fe([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x34735c,0x33102c74^_0x3242af);});}}_0x571c92[_0x11a5fe([0x6f,0x6e])](_0x11a5fe([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1b0b3e,_0x17ac9c)=>{if(_0x17ac9c[0x0]!=_0x1ae90a)return _0x54a460(_0x11a5fe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x17ac9c[0x1]={..._0x17ac9c[0x1],[_0x11a5fe([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x553484};},{[_0x11a5fe([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x11a5fe([0x68,0x69,0x67,0x68])}),_0x571c92[_0x11a5fe([0x6f,0x6e])](_0x11a5fe([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4fe051=>{_0x2ffe8c(_0x4fe051[_0x11a5fe([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x85a173=!0x0,_0x2d86d5(_0x4fe051[_0x11a5fe([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x11a5fe([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x11a5fe([0x6c,0x6f,0x77])}),_0x40c7cf[_0x11a5fe([0x74,0x68,0x65,0x6e])](()=>{_0x85a173||_0x54a460(_0x11a5fe([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1b327f(){return _0x571c92[_0x11a5fe([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x11a5fe([0x76,0x69,0x65,0x77])][_0x11a5fe([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x11a5fe([0x61,0x75,0x74,0x6f]);}function _0x5e2c09(){_0x571c92[_0x11a5fe([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x11a5fe([0x76,0x69,0x65,0x77])][_0x11a5fe([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x11a5fe([0x61,0x75,0x74,0x6f]);}}function _0x1ae9bc(_0x23ed10){const _0x24d8b3=[new window[(_0x11a5fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x333333=>setTimeout(_0x333333,0x3318c678^_0x3242af)),_0x40c7cf[_0x11a5fe([0x74,0x68,0x65,0x6e])](()=>new window[(_0x11a5fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42fd2b=>{let _0x4534c1=0x0;_0x571c92[_0x11a5fe([0x6d,0x6f,0x64,0x65,0x6c])][_0x11a5fe([0x6f,0x6e])](_0x11a5fe([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3fcbed,_0x2621d5)=>{_0x2621d5[0x0][_0x11a5fe([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4534c1++,_0x4534c1==(0x3311f94c^_0x3242af)&&(_0x42fd2b(),_0x3fcbed[_0x11a5fe([0x6f,0x66,0x66])]());});}))];return window[_0x11a5fe([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x11a5fe([0x72,0x61,0x63,0x65])](_0x24d8b3)[_0x11a5fe([0x74,0x68,0x65,0x6e])](()=>_0x23ed10);}async function _0x2bf71b(){await _0x40c7cf,_0x571c92[_0x11a5fe([0x6d,0x6f,0x64,0x65,0x6c])][_0x11a5fe([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x43314e,_0x571c92[_0x11a5fe([0x6d,0x6f,0x64,0x65,0x6c])][_0x11a5fe([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x43314e,_0x571c92[_0x11a5fe([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x11a5fe([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x207892(_0x412ff8){const _0xaa630e=_0x1fdcd5();_0x571c92[_0xaa630e]=_0x11a5fe([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])+_0x412ff8,_0x412ff8!=_0x11a5fe([0x56,0x61,0x6c,0x69,0x64])&&_0x2bf71b();}function _0x1fdcd5(){const _0x27b434=window[_0x11a5fe([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x11a5fe([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x11a5fe([0x6e,0x6f,0x77])]())[_0x11a5fe([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x11a5fe([0x2e]),'');let _0x1d604b=_0x11a5fe([0x58]);for(let _0x2b92d1=0x0;_0x2b92d1<_0x27b434[_0x11a5fe([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2b92d1+=0x2){let _0x5a9a3a=window[_0x11a5fe([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x27b434[_0x11a5fe([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2b92d1,_0x2b92d1+0x2));_0x5a9a3a>=_0x312834[_0x11a5fe([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5a9a3a-=_0x312834[_0x11a5fe([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1d604b+=_0x312834[_0x5a9a3a];}return _0x1d604b;}function _0x28882e(){const _0x3d7c79=_0x243c08[_0x11a5fe([0x73,0x70,0x6c,0x69,0x74])](_0x11a5fe([0x2e]));if(0x3!=_0x3d7c79[_0x11a5fe([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1a024c(_0x3d7c79[0x1]);function _0x1a024c(_0xba21a3){const _0x5a1052=_0x51282c(_0xba21a3);return _0x5a1052&&_0x39dc2f()?_0x5a1052:null;function _0x39dc2f(){const _0x11b51b=_0x5a1052[_0x11a5fe([0x6a,0x74,0x69])],_0x11d464=window[_0x11a5fe([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x11b51b[_0x11a5fe([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x11b51b[_0x11a5fe([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2dcce8={..._0x5a1052,[_0x11a5fe([0x6a,0x74,0x69])]:_0x11b51b[_0x11a5fe([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x11b51b[_0x11a5fe([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2dcce8[_0x11a5fe([0x76,0x63])],_0x219d82(_0x2dcce8)==_0x11d464;}}}async function _0x94194b(){let _0x321d5b=!0x0;try{const _0xb32a66=_0x243c08[_0x11a5fe([0x73,0x70,0x6c,0x69,0x74])](_0x11a5fe([0x2e])),[_0x152898,_0x5b0ebf,_0x47b50c]=_0xb32a66;return _0x18137f(_0x152898),await _0x5b92df(_0x152898,_0x5b0ebf,_0x47b50c),_0x321d5b;}catch(_0x1e6ef3){return!0x1;}function _0x18137f(_0x1e8616){const _0x5a836a=_0x51282c(_0x1e8616);_0x5a836a&&_0x5a836a[_0x11a5fe([0x61,0x6c,0x67])]==_0x11a5fe([0x45,0x53,0x32,0x35,0x36])||(_0x321d5b=!0x1);}async function _0x5b92df(_0x451511,_0x537b36,_0x56a5ed){const _0x258d28=window[_0x11a5fe([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x11a5fe([0x66,0x72,0x6f,0x6d])](_0x3e7499(_0x56a5ed),_0x424ef2=>_0x424ef2[_0x11a5fe([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x503c71=new window[(_0x11a5fe([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x11a5fe([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x451511+_0x11a5fe([0x2e])+_0x537b36),_0x58d523=window[_0x11a5fe([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x11a5fe([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x58d523)return;const _0x314705=await _0x58d523[_0x11a5fe([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x11a5fe([0x6a,0x77,0x6b]),_0x411582,{[_0x11a5fe([0x6e,0x61,0x6d,0x65])]:_0x11a5fe([0x45,0x43,0x44,0x53,0x41]),[_0x11a5fe([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x11a5fe([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x11a5fe([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x58d523[_0x11a5fe([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x11a5fe([0x6e,0x61,0x6d,0x65])]:_0x11a5fe([0x45,0x43,0x44,0x53,0x41]),[_0x11a5fe([0x68,0x61,0x73,0x68])]:{[_0x11a5fe([0x6e,0x61,0x6d,0x65])]:_0x11a5fe([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x314705,_0x258d28,_0x503c71)||(_0x321d5b=!0x1);}}function _0x51282c(_0x5d10d5){return _0x5d10d5[_0x11a5fe([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x11a5fe([0x65,0x79]))?JSON[_0x11a5fe([0x70,0x61,0x72,0x73,0x65])](_0x3e7499(_0x5d10d5)):null;}function _0x3e7499(_0x4dca21){return window[_0x11a5fe([0x61,0x74,0x6f,0x62])](_0x4dca21[_0x11a5fe([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x11a5fe([0x2b]))[_0x11a5fe([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x11a5fe([0x2f])));}function _0x219d82(_0x57f598){let _0x2dcedc=0x1505;function _0x4aeaa0(_0x53c101){for(let _0x20cd09=0x0;_0x20cd09<_0x53c101[_0x11a5fe([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x20cd09++){const _0x4a2f70=_0x53c101[_0x11a5fe([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x20cd09);_0x2dcedc=(_0x2dcedc<<0x5)+_0x2dcedc+_0x4a2f70,_0x2dcedc&=_0x2dcedc;}}function _0x2f6932(_0x53e161){Array[_0x11a5fe([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x53e161)?_0x53e161[_0x11a5fe([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2f6932):_0x53e161&&typeof _0x53e161==_0x11a5fe([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x11a5fe([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x53e161)[_0x11a5fe([0x73,0x6f,0x72,0x74])]()[_0x11a5fe([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x13aab0,_0x4420e2])=>{_0x4aeaa0(_0x13aab0),_0x2f6932(_0x4420e2);}):_0x4aeaa0(window[_0x11a5fe([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x53e161));}return _0x2f6932(_0x57f598),_0x2dcedc>>>0x0;}function _0x35e9c1(_0x1c4452){return _0x1c4452[_0x11a5fe([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x11a5fe([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x11a5fe([0x30]));}function _0x4f5716(_0x4d4a6c){return _0x4d4a6c[_0x11a5fe([0x73,0x70,0x6c,0x69,0x74])]('')[_0x11a5fe([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x11a5fe([0x6a,0x6f,0x69,0x6e])]('');}function _0x43314e(){}function _0x11a5fe(_0x175c87){const _0x35e13f=_0x3ca0;return _0x175c87[_0x35e13f(0xc4)](_0x1061f5=>String[_0x35e13f(0xd6)](_0x1061f5))[_0x35e13f(0xd8)]('');}_0x207892(await _0x2f1115());}(this);}[_0x12748(0xc7)](){const _0x57a525=_0x12748;super[_0x57a525(0xc7)](),this[_0x57a525(0xc5)][_0x57a525(0xc7)](),this[_0x57a525(0xa2)][_0x57a525(0xc9)]();}[_0x12748(0xde)](_0x29af90,{outlineDefinitions:_0xd65515,outlineChanges:_0x5c43a2}){const _0x83312e=_0x12748;this[_0x83312e(0xaa)]=_0xd65515,this[_0x83312e(0xc5)][_0x83312e(0xdc)](_0x5c43a2);}[_0x12748(0xbc)](_0x5b81c0){const _0x28aafe=_0x12748;this[_0x28aafe(0xaa)][_0x28aafe(0xd9)]&&this[_0x28aafe(0xaa)][_0x5b81c0]&&(this[_0x28aafe(0xc5)][_0x28aafe(0xc0)]=_0x5b81c0);}[_0x12748(0xe2)](_0x400cbb){const _0x487458=_0x12748,_0x3d5f85=this[_0x487458(0xaa)][_0x400cbb][_0x487458(0xbb)];this[_0x487458(0x9d)][_0x487458(0xe1)][_0x487458(0xcc)](_0x4efcc8=>{const _0x1d5b40=_0x487458;_0x4efcc8[_0x1d5b40(0xda)](_0x3d5f85,0x0);}),this[_0x487458(0x9d)][_0x487458(0xac)][_0x487458(0xc5)][_0x487458(0xc8)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x487458(0x9d)][_0x487458(0xac)][_0x487458(0xc5)][_0x487458(0xa5)](),this[_0x487458(0xbc)](_0x400cbb);}[_0x12748(0xb1)](){const _0x847307=_0x12748,_0x193fc5=this[_0x847307(0x9d)];let _0x2a5063;for(const _0xcad04b of _0x193fc5[_0x847307(0xe1)][_0x847307(0xaf)][_0x847307(0xa8)]()){const _0xa9781d=_0x193fc5[_0x847307(0xac)][_0x847307(0xc5)][_0x847307(0xb9)](_0xcad04b),_0x25a2b7=_0xa9781d&&new _0x3ce32e(_0xa9781d)[_0x847307(0xc3)]();if(_0x25a2b7){const _0x44b6ea=new _0x3ce32e(_0x28d74e[_0x847307(0xd5)])[_0x847307(0xa3)](_0x25a2b7);_0x44b6ea&&(_0x2a5063=_0x44b6ea[_0x847307(0xd2)]+0.25*_0x44b6ea[_0x847307(0xd7)]);}}if(void 0x0===_0x2a5063)return;const _0x5774ae=d(_0x193fc5[_0x847307(0xac)],this[_0x847307(0xaa)],_0x2a5063);_0x5774ae?this[_0x847307(0xbc)](this[_0x847307(0xaa)][_0x847307(0xe3)](_0x5774ae)):this[_0x847307(0xbc)](-0x1);}}function d(_0x1ecdc1,_0x486749,_0x219096,_0x1d93ab=0x0,_0x138ba1=_0x486749[_0x12748(0xd9)]-0x1){const _0x4c4b62=_0x12748,_0x40ea34=Math[_0x4c4b62(0xdb)](_0x1d93ab+(_0x138ba1-_0x1d93ab)/0x2);if(_0x138ba1>=_0x1d93ab){const _0x25ca00=_0x486749[_0x40ea34],_0x31e78f=_0x1ecdc1[_0x4c4b62(0xbf)][_0x4c4b62(0x9f)](_0x25ca00[_0x4c4b62(0xbb)]);if(!_0x31e78f)return null;const _0x3d0179=_0x1ecdc1[_0x4c4b62(0xc5)][_0x4c4b62(0xe5)][_0x4c4b62(0xa6)](_0x31e78f);return new _0x3ce32e(_0x3d0179)[_0x4c4b62(0xd0)]>_0x219096?d(_0x1ecdc1,_0x486749,_0x219096,_0x1d93ab,_0x40ea34-0x1):d(_0x1ecdc1,_0x486749,_0x219096,_0x40ea34+0x1,_0x138ba1);}return _0x40ea34<0x0?null:_0x486749[_0x40ea34];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x319e12=_0xdd40;(function(_0x5ae60f,_0x3b509c){const _0x11c18a=_0xdd40,_0x45b76e=_0x5ae60f();while(!![]){try{const _0x56a665=-parseInt(_0x11c18a(0x8a))/0x1*(-parseInt(_0x11c18a(0x81))/0x2)+parseInt(_0x11c18a(0x88))/0x3+-parseInt(_0x11c18a(0x8f))/0x4+-parseInt(_0x11c18a(0x9e))/0x5+-parseInt(_0x11c18a(0x9c))/0x6+-parseInt(_0x11c18a(0x8c))/0x7*(-parseInt(_0x11c18a(0x8d))/0x8)+parseInt(_0x11c18a(0x9f))/0x9*(parseInt(_0x11c18a(0x7b))/0xa);if(_0x56a665===_0x3b509c)break;else _0x45b76e['push'](_0x45b76e['shift']());}catch(_0x40db49){_0x45b76e['push'](_0x45b76e['shift']());}}}(_0xa483,0x91444));import{Plugin as _0x2580e6}from'ckeditor5/src/core.js';import{debounce as _0x778118}from'lodash-es';function _0xa483(){const _0x1cd78a=['backward','editing','includes','DocumentOutlineUtils','item','isOfficialPlugin','3221640tEJcTx','get','4920230ibrKcu','99NKGSur','selection','afterInit','model','toModel','text','view','fire','getChildren','level','name','config','document','_getHeadingNames','init','domConverter','modelElement','editor','_getActiveHeading','1493630BEspgG','findIndex','indexOf','length','getRootNames','push','4gAdWFl','getRoot','activeItemIndex','data','domToView','getChild','change','290634APhOeE','getFirstPosition','133523vsNlzy','element','295785viPaQH','152EGNYmU','pluginName','2775056iBIAkT','_getOutlineDefinitions','_headingNames','isPremiumPlugin','createElement','_deriveHeadingElementsFromConversion','documentOutline.headings'];_0xa483=function(){return _0x1cd78a;};return _0xa483();}import{TreeWalker as _0x314d4f}from'ckeditor5/src/engine.js';import{getElementText as _0x5889ce,getDefaultFeatureHeadingNames as _0x55d56e}from'./utils.js';import{diff as _0x21f59b,diffToChanges as _0x550943}from'ckeditor5/src/utils.js';function _0xdd40(_0x4445eb,_0x3c5df4){const _0xa483a8=_0xa483();return _0xdd40=function(_0xdd406d,_0x4b877d){_0xdd406d=_0xdd406d-0x71;let _0x5269f7=_0xa483a8[_0xdd406d];return _0x5269f7;},_0xdd40(_0x4445eb,_0x3c5df4);}export default class i extends _0x2580e6{constructor(){const _0x39acc3=_0xdd40;super(...arguments),this[_0x39acc3(0x91)]=[];}static get[_0x319e12(0x8e)](){const _0x24f13c=_0x319e12;return _0x24f13c(0x99);}static get[_0x319e12(0x9b)](){return!0x0;}static get[_0x319e12(0x92)](){return!0x0;}[_0x319e12(0x76)](){const _0x188b5f=_0x319e12,_0x5cfd5d=this[_0x188b5f(0x79)];this[_0x188b5f(0x91)]=this[_0x188b5f(0x75)]();let _0x24f063=[];_0x5cfd5d[_0x188b5f(0xa2)][_0x188b5f(0x74)]['on'](_0x188b5f(0x87),_0x778118(()=>{const _0x343355=_0x188b5f,_0x400875=_0x24f063;_0x24f063=this[_0x343355(0x90)]();const _0x40a39b=_0x21f59b(_0x400875,_0x24f063,(_0x576680,_0x83240)=>_0x576680[_0x343355(0x71)]===_0x83240[_0x343355(0x71)]&&_0x576680[_0x343355(0xa4)]===_0x83240[_0x343355(0xa4)]&&_0x576680[_0x343355(0x78)]===_0x83240[_0x343355(0x78)]),_0x4b3fbf=_0x550943(_0x40a39b,_0x24f063),_0x8cf2ec=this[_0x343355(0x7a)](),_0x17606a=_0x24f063[_0x343355(0x7c)](_0x22f88e=>_0x22f88e[_0x343355(0x78)]===_0x8cf2ec);_0x4b3fbf[_0x343355(0x7e)]&&this[_0x343355(0xa6)](_0x343355(0x87),{'outlineDefinitions':_0x24f063,'activeItemIndex':_0x17606a,'outlineChanges':_0x4b3fbf}),this[_0x343355(0xa6)](_0x343355(0x83),{'index':_0x17606a});},0xfa,{'leading':!0x0,'trailing':!0x0}));}[_0x319e12(0xa1)](){const _0xb311fe=_0x319e12;this[_0xb311fe(0x91)][_0xb311fe(0x7e)]||this[_0xb311fe(0x94)]();}[_0x319e12(0x90)](){const _0x2c4729=_0x319e12,_0x307b0e=this[_0x2c4729(0x79)],_0x2dbb7b=[],_0x37a681=this[_0x2c4729(0x91)];for(const _0x1f50c9 of _0x307b0e[_0x2c4729(0xa2)][_0x2c4729(0x74)][_0x2c4729(0x7f)]())_0x347645(_0x307b0e[_0x2c4729(0xa2)][_0x2c4729(0x74)][_0x2c4729(0x82)](_0x1f50c9));function _0x347645(_0x595b38){const _0x1d5873=_0x2c4729;for(const _0x5e8885 of _0x595b38[_0x1d5873(0xa7)]())_0x5e8885['is'](_0x1d5873(0x8b))&&(_0x37a681[_0x1d5873(0x98)](_0x5e8885[_0x1d5873(0x72)])&&_0x2dbb7b[_0x1d5873(0x80)]({'level':_0x37a681[_0x1d5873(0x7d)](_0x5e8885[_0x1d5873(0x72)])+0x1,'text':_0x5889ce(_0x5e8885),'modelElement':_0x5e8885}),_0x347645(_0x5e8885));}return _0x2dbb7b;}[_0x319e12(0x7a)](){const _0x5aba5e=_0x319e12,_0x463c01=this[_0x5aba5e(0x79)][_0x5aba5e(0xa2)][_0x5aba5e(0x74)][_0x5aba5e(0xa0)][_0x5aba5e(0x89)](),_0x5af058=new _0x314d4f({'direction':_0x5aba5e(0x96),'startPosition':_0x463c01});for(const _0x288d13 of _0x5af058)if(_0x288d13[_0x5aba5e(0x9a)]['is'](_0x5aba5e(0x8b))&&this[_0x5aba5e(0x91)][_0x5aba5e(0x98)](_0x288d13[_0x5aba5e(0x9a)][_0x5aba5e(0x72)]))return _0x288d13[_0x5aba5e(0x9a)];}[_0x319e12(0x75)](){const _0x4b97f0=_0x319e12,_0x398fa2=this[_0x4b97f0(0x79)][_0x4b97f0(0x73)][_0x4b97f0(0x9d)](_0x4b97f0(0x95));return _0x398fa2||_0x55d56e(this[_0x4b97f0(0x79)]);}[_0x319e12(0x94)](){const _0x126fa7=_0x319e12,_0x2086de=this[_0x126fa7(0x79)],_0x5a250a=['h1','h2','h3','h4','h5','h6'],_0x10c238=[];for(const _0x2196cd of _0x5a250a){const _0x11b6a5=_0x2086de[_0x126fa7(0x97)][_0x126fa7(0xa5)][_0x126fa7(0x77)][_0x126fa7(0x85)](document[_0x126fa7(0x93)](_0x2196cd)),_0x5029db=_0x2086de[_0x126fa7(0x84)][_0x126fa7(0xa3)](_0x11b6a5)[_0x126fa7(0x86)](0x0);(null==_0x5029db?void 0x0:_0x5029db['is'](_0x126fa7(0x8b)))&&_0x10c238[_0x126fa7(0x80)](_0x5029db[_0x126fa7(0x72)]);}this[_0x126fa7(0x91)]=_0x10c238;}}
23
+ const _0x1ffa06=_0x5efe;(function(_0x288cec,_0x4e11fb){const _0x35bc40=_0x5efe,_0x4d3954=_0x288cec();while(!![]){try{const _0x3aa7fd=-parseInt(_0x35bc40(0x16f))/0x1+-parseInt(_0x35bc40(0x164))/0x2+parseInt(_0x35bc40(0x173))/0x3*(-parseInt(_0x35bc40(0x17b))/0x4)+parseInt(_0x35bc40(0x15d))/0x5+-parseInt(_0x35bc40(0x172))/0x6*(parseInt(_0x35bc40(0x178))/0x7)+parseInt(_0x35bc40(0x156))/0x8+parseInt(_0x35bc40(0x169))/0x9;if(_0x3aa7fd===_0x4e11fb)break;else _0x4d3954['push'](_0x4d3954['shift']());}catch(_0xaab66f){_0x4d3954['push'](_0x4d3954['shift']());}}}(_0x4cd7,0xdb0f7));function _0x4cd7(){const _0x28561f=['push','36497448lasPfn','findIndex','getFirstPosition','indexOf','data','getChildren','1215172kEzfWv','getRoot','createElement','2328zxRtVo','3UTmESO','pluginName','item','name','getRootNames','13286FMIDfe','config','level','4904732iQuwTx','_getHeadingNames','init','domConverter','activeItemIndex','domToView','DocumentOutlineUtils','_getOutlineDefinitions','length','model','text','toModel','editor','editing','backward','_getActiveHeading','getChild','9992776UzuwcX','includes','get','modelElement','selection','change','_deriveHeadingElementsFromConversion','1917765QMqbHI','isPremiumPlugin','document','view','afterInit','fire','_headingNames','3225744DQyDkF','isOfficialPlugin','element','documentOutline.headings'];_0x4cd7=function(){return _0x28561f;};return _0x4cd7();}import{Plugin as _0x2cf306}from'ckeditor5/src/core.js';function _0x5efe(_0xd04e25,_0x59919c){const _0x4cd7d7=_0x4cd7();return _0x5efe=function(_0x5efe73,_0x5b0b54){_0x5efe73=_0x5efe73-0x149;let _0x474393=_0x4cd7d7[_0x5efe73];return _0x474393;},_0x5efe(_0xd04e25,_0x59919c);}import{debounce as _0x52f14f}from'lodash-es';import{TreeWalker as _0x403b17}from'ckeditor5/src/engine.js';import{getElementText as _0x7b1b9e,getDefaultFeatureHeadingNames as _0x4f6ff6}from'./utils.js';import{diff as _0x3d01e0,diffToChanges as _0xee5885}from'ckeditor5/src/utils.js';export default class i extends _0x2cf306{constructor(){const _0x59099f=_0x5efe;super(...arguments),this[_0x59099f(0x163)]=[];}static get[_0x1ffa06(0x174)](){const _0x26aaca=_0x1ffa06;return _0x26aaca(0x14b);}static get[_0x1ffa06(0x165)](){return!0x0;}static get[_0x1ffa06(0x15e)](){return!0x0;}[_0x1ffa06(0x17d)](){const _0x3ba495=_0x1ffa06,_0x333898=this[_0x3ba495(0x151)];this[_0x3ba495(0x163)]=this[_0x3ba495(0x17c)]();let _0x3f131a=[];_0x333898[_0x3ba495(0x14e)][_0x3ba495(0x15f)]['on'](_0x3ba495(0x15b),_0x52f14f(()=>{const _0x1ed770=_0x3ba495,_0xe0e580=_0x3f131a;_0x3f131a=this[_0x1ed770(0x14c)]();const _0x2a9e3d=_0x3d01e0(_0xe0e580,_0x3f131a,(_0x1ec1c0,_0x52a479)=>_0x1ec1c0[_0x1ed770(0x17a)]===_0x52a479[_0x1ed770(0x17a)]&&_0x1ec1c0[_0x1ed770(0x14f)]===_0x52a479[_0x1ed770(0x14f)]&&_0x1ec1c0[_0x1ed770(0x159)]===_0x52a479[_0x1ed770(0x159)]),_0x13b826=_0xee5885(_0x2a9e3d,_0x3f131a),_0x1a1c14=this[_0x1ed770(0x154)](),_0xac4a0b=_0x3f131a[_0x1ed770(0x16a)](_0x2906f4=>_0x2906f4[_0x1ed770(0x159)]===_0x1a1c14);_0x13b826[_0x1ed770(0x14d)]&&this[_0x1ed770(0x162)](_0x1ed770(0x15b),{'outlineDefinitions':_0x3f131a,'activeItemIndex':_0xac4a0b,'outlineChanges':_0x13b826}),this[_0x1ed770(0x162)](_0x1ed770(0x149),{'index':_0xac4a0b});},0xfa,{'leading':!0x0,'trailing':!0x0}));}[_0x1ffa06(0x161)](){const _0x4c678c=_0x1ffa06;this[_0x4c678c(0x163)][_0x4c678c(0x14d)]||this[_0x4c678c(0x15c)]();}[_0x1ffa06(0x14c)](){const _0x51086c=_0x1ffa06,_0xb6dbc8=this[_0x51086c(0x151)],_0x32983e=[],_0x82a276=this[_0x51086c(0x163)];for(const _0x4fe451 of _0xb6dbc8[_0x51086c(0x14e)][_0x51086c(0x15f)][_0x51086c(0x177)]())_0x1001ac(_0xb6dbc8[_0x51086c(0x14e)][_0x51086c(0x15f)][_0x51086c(0x170)](_0x4fe451));function _0x1001ac(_0xd48226){const _0xab0a9=_0x51086c;for(const _0x1a46f1 of _0xd48226[_0xab0a9(0x16e)]())_0x1a46f1['is'](_0xab0a9(0x166))&&(_0x82a276[_0xab0a9(0x157)](_0x1a46f1[_0xab0a9(0x176)])&&_0x32983e[_0xab0a9(0x168)]({'level':_0x82a276[_0xab0a9(0x16c)](_0x1a46f1[_0xab0a9(0x176)])+0x1,'text':_0x7b1b9e(_0x1a46f1),'modelElement':_0x1a46f1}),_0x1001ac(_0x1a46f1));}return _0x32983e;}[_0x1ffa06(0x154)](){const _0x23a809=_0x1ffa06,_0x1edc7f=this[_0x23a809(0x151)][_0x23a809(0x14e)][_0x23a809(0x15f)][_0x23a809(0x15a)][_0x23a809(0x16b)](),_0x3c599f=new _0x403b17({'direction':_0x23a809(0x153),'startPosition':_0x1edc7f});for(const _0x5666b7 of _0x3c599f)if(_0x5666b7[_0x23a809(0x175)]['is'](_0x23a809(0x166))&&this[_0x23a809(0x163)][_0x23a809(0x157)](_0x5666b7[_0x23a809(0x175)][_0x23a809(0x176)]))return _0x5666b7[_0x23a809(0x175)];}[_0x1ffa06(0x17c)](){const _0xca7440=_0x1ffa06,_0x20acea=this[_0xca7440(0x151)][_0xca7440(0x179)][_0xca7440(0x158)](_0xca7440(0x167));return _0x20acea||_0x4f6ff6(this[_0xca7440(0x151)]);}[_0x1ffa06(0x15c)](){const _0x16e887=_0x1ffa06,_0x43b958=this[_0x16e887(0x151)],_0x427099=['h1','h2','h3','h4','h5','h6'],_0x563927=[];for(const _0x463f71 of _0x427099){const _0x2d8558=_0x43b958[_0x16e887(0x152)][_0x16e887(0x160)][_0x16e887(0x17e)][_0x16e887(0x14a)](document[_0x16e887(0x171)](_0x463f71)),_0x938777=_0x43b958[_0x16e887(0x16d)][_0x16e887(0x150)](_0x2d8558)[_0x16e887(0x155)](0x0);(null==_0x938777?void 0x0:_0x938777['is'](_0x16e887(0x166)))&&_0x563927[_0x16e887(0x168)](_0x938777[_0x16e887(0x176)]);}this[_0x16e887(0x163)]=_0x563927;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1414(_0x57d02e,_0xead7c9){const _0x32af9f=_0x32af();return _0x1414=function(_0x141442,_0x35a2dc){_0x141442=_0x141442-0x119;let _0x5f350c=_0x32af9f[_0x141442];return _0x5f350c;},_0x1414(_0x57d02e,_0xead7c9);}(function(_0x5ae078,_0x1fc4b9){const _0x3cccdd=_0x1414,_0x3c09e7=_0x5ae078();while(!![]){try{const _0x234eca=-parseInt(_0x3cccdd(0x130))/0x1*(parseInt(_0x3cccdd(0x11f))/0x2)+-parseInt(_0x3cccdd(0x126))/0x3*(-parseInt(_0x3cccdd(0x12f))/0x4)+-parseInt(_0x3cccdd(0x12a))/0x5*(parseInt(_0x3cccdd(0x131))/0x6)+-parseInt(_0x3cccdd(0x125))/0x7+parseInt(_0x3cccdd(0x11d))/0x8+-parseInt(_0x3cccdd(0x128))/0x9*(-parseInt(_0x3cccdd(0x12c))/0xa)+-parseInt(_0x3cccdd(0x133))/0xb*(parseInt(_0x3cccdd(0x124))/0xc);if(_0x234eca===_0x1fc4b9)break;else _0x3c09e7['push'](_0x3c09e7['shift']());}catch(_0x31e551){_0x3c09e7['push'](_0x3c09e7['shift']());}}}(_0x32af,0x2bbb4));import{View as _0x112476}from'ckeditor5/src/ui.js';function _0x32af(){const _0x103e47=['bind','112dYjvgP','2uWBjRU','852654FSJqqQ','ck-document-outline__item_level-','18634zNRutF','isActive','level','click','ck-document-outline__item_active','ck-reset','1055432qTpTFc','ck-document-outline__item','32658tkrnod','ck-document-outline__item_empty','setTemplate','Empty\x20heading','set','36mVMInq','105364QGgvoa','17133GToYGR','text','20547XoQIEe','bindTemplate','5FbWlus','isEmpty','360ICFwvY','div'];_0x32af=function(){return _0x103e47;};return _0x32af();}import{getTranslation as _0x5e69eb}from'../../utils/common-translations.js';export default class $ extends _0x112476{constructor(_0x41d47a,_0x34d328=!0x1){const _0x1bb186=_0x1414;super(_0x41d47a);const _0x1a0b10=this[_0x1bb186(0x129)],_0x29f580=_0x34d328?'['+_0x5e69eb(_0x41d47a,_0x1bb186(0x122))+']':'';this[_0x1bb186(0x123)](_0x1bb186(0x127),''),this[_0x1bb186(0x123)](_0x1bb186(0x119),0x1),this[_0x1bb186(0x123)](_0x1bb186(0x134),!0x1),this[_0x1bb186(0x12e)](_0x1bb186(0x12b))['to'](this,_0x1bb186(0x127),_0x18ba7d=>!_0x18ba7d),this[_0x1bb186(0x121)]({'tag':_0x1bb186(0x12d),'attributes':{'class':['ck',_0x1bb186(0x11c),_0x1bb186(0x11e),_0x1a0b10['to'](_0x1bb186(0x119),_0x15edbd=>_0x1bb186(0x132)+_0x15edbd),_0x1a0b10['if'](_0x1bb186(0x134),_0x1bb186(0x11b)),_0x1a0b10['if'](_0x1bb186(0x12b),_0x1bb186(0x120))],'title':_0x1a0b10['to'](_0x1bb186(0x127))},'children':[{'text':_0x1a0b10['to'](_0x1bb186(0x127),_0x59d2b7=>_0x59d2b7||_0x29f580)}],'on':{'click':_0x1a0b10['to'](_0x1bb186(0x11a))}});}}
23
+ (function(_0x23f9d3,_0x453a08){const _0x2fe8b0=_0x9c03,_0x5d4ec8=_0x23f9d3();while(!![]){try{const _0x4a74ab=-parseInt(_0x2fe8b0(0xf6))/0x1*(-parseInt(_0x2fe8b0(0x101))/0x2)+parseInt(_0x2fe8b0(0xf9))/0x3*(-parseInt(_0x2fe8b0(0x10f))/0x4)+-parseInt(_0x2fe8b0(0xfe))/0x5*(parseInt(_0x2fe8b0(0xfd))/0x6)+parseInt(_0x2fe8b0(0x107))/0x7*(-parseInt(_0x2fe8b0(0xf8))/0x8)+-parseInt(_0x2fe8b0(0xf5))/0x9+parseInt(_0x2fe8b0(0x10d))/0xa*(parseInt(_0x2fe8b0(0x108))/0xb)+-parseInt(_0x2fe8b0(0x10b))/0xc*(-parseInt(_0x2fe8b0(0x103))/0xd);if(_0x4a74ab===_0x453a08)break;else _0x5d4ec8['push'](_0x5d4ec8['shift']());}catch(_0x4ab8a7){_0x5d4ec8['push'](_0x5d4ec8['shift']());}}}(_0x3da0,0x9090a));function _0x9c03(_0x1cab2f,_0x31a574){const _0x3da06d=_0x3da0();return _0x9c03=function(_0x9c03b7,_0x46aed8){_0x9c03b7=_0x9c03b7-0xf3;let _0x276955=_0x3da06d[_0x9c03b7];return _0x276955;},_0x9c03(_0x1cab2f,_0x31a574);}import{View as _0x5ba6cd}from'ckeditor5/src/ui.js';import{getTranslation as _0x1b6bf0}from'../../utils/common-translations.js';function _0x3da0(){const _0x1d1918=['4416939brbckQ','64KqODYy','isEmpty','32IvAHCF','2082pLhUAg','Empty\x20heading','bindTemplate','isActive','30JTejNR','449005uDHYoh','setTemplate','ck-document-outline__item_level-','6002dqjnts','ck-document-outline__item_empty','689RKJpLf','div','text','level','242767becvlv','209lWYiYq','set','ck-reset','315252VaLWRk','ck-document-outline__item_active','365710FSQzpi','bind','3508sqtvbS','ck-document-outline__item','click'];_0x3da0=function(){return _0x1d1918;};return _0x3da0();}export default class A extends _0x5ba6cd{constructor(_0x3e4ef1,_0x26c26c=!0x1){const _0x5009b4=_0x9c03;super(_0x3e4ef1);const _0xcf6165=this[_0x5009b4(0xfb)],_0x36f1eb=_0x26c26c?'['+_0x1b6bf0(_0x3e4ef1,_0x5009b4(0xfa))+']':'';this[_0x5009b4(0x109)](_0x5009b4(0x105),''),this[_0x5009b4(0x109)](_0x5009b4(0x106),0x1),this[_0x5009b4(0x109)](_0x5009b4(0xfc),!0x1),this[_0x5009b4(0x10e)](_0x5009b4(0xf7))['to'](this,_0x5009b4(0x105),_0x1e7cd1=>!_0x1e7cd1),this[_0x5009b4(0xff)]({'tag':_0x5009b4(0x104),'attributes':{'class':['ck',_0x5009b4(0x10a),_0x5009b4(0xf3),_0xcf6165['to'](_0x5009b4(0x106),_0x16b3c6=>_0x5009b4(0x100)+_0x16b3c6),_0xcf6165['if'](_0x5009b4(0xfc),_0x5009b4(0x10c)),_0xcf6165['if'](_0x5009b4(0xf7),_0x5009b4(0x102))],'title':_0xcf6165['to'](_0x5009b4(0x105))},'children':[{'text':_0xcf6165['to'](_0x5009b4(0x105),_0x1f42a3=>_0x1f42a3||_0x36f1eb)}],'on':{'click':_0xcf6165['to'](_0x5009b4(0xf4))}});}}