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

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 _0x470142,Command as _0x192ba9}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x40ef03,throttle as _0x2fee6}from'lodash-es';import{Text as _0x237fdc,TreeWalker as _0x521cce}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x1ed6a3,diffToChanges as _0x330d99,scrollAncestorsToShowTarget as _0x2240d1,CKEditorError as _0x16d2d5,global as _0x5ea7f9,Rect as _0x14bc59,uid as _0x32dd03,priorities as _0x4f2553}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x18ac4e,ButtonView as _0x102eeb,MenuBarMenuListItemButtonView as _0x1e432e}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x47e6c7,toWidget as _0x6574ed}from'@ckeditor/ckeditor5-widget/dist/index.js';import{icons as _0x5e72dd}from'ckeditor5-collaboration/dist/index.js';function p(_0x195987){let _0x491456='';for(const _0x568786 of _0x195987['getChildren']())_0x568786 instanceof _0x237fdc&&(_0x491456+=_0x568786['data']);return _0x491456;}class i extends _0x470142{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x4c26ba=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x59b7e0=[];_0x4c26ba['model']['document']['on']('change',_0x40ef03(()=>{const _0xccd24=_0x59b7e0;_0x59b7e0=this['_getOutlineDefinitions']();const _0x2279b7=_0x1ed6a3(_0xccd24,_0x59b7e0,(_0x256f02,_0xb535d4)=>_0x256f02['level']===_0xb535d4['level']&&_0x256f02['text']===_0xb535d4['text']&&_0x256f02['modelElement']===_0xb535d4['modelElement']),_0x1dfad1=_0x330d99(_0x2279b7,_0x59b7e0),_0x95edc1=this['_getActiveHeading'](),_0x1819d1=_0x59b7e0['findIndex'](_0x2d23a8=>_0x2d23a8['modelElement']===_0x95edc1);_0x1dfad1['length']&&this['fire']('change',{'outlineDefinitions':_0x59b7e0,'activeItemIndex':_0x1819d1,'outlineChanges':_0x1dfad1}),this['fire']('activeItemIndex',{'index':_0x1819d1});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x5da55f=this['editor'],_0x3a387b=[],_0x1cc334=this['_headingNames'];for(const _0x439644 of _0x5da55f['model']['document']['getRootNames']())_0x15b72e(_0x5da55f['model']['document']['getRoot'](_0x439644));function _0x15b72e(_0x28a010){for(const _0x2b0840 of _0x28a010['getChildren']())_0x2b0840['is']('element')&&(_0x1cc334['includes'](_0x2b0840['name'])&&_0x3a387b['push']({'level':_0x1cc334['indexOf'](_0x2b0840['name'])+0x1,'text':p(_0x2b0840),'modelElement':_0x2b0840}),_0x15b72e(_0x2b0840));}return _0x3a387b;}['_getActiveHeading'](){const _0x2d0e56=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x382a70=new _0x521cce({'direction':'backward','startPosition':_0x2d0e56});for(const _0x2c1e79 of _0x382a70)if(_0x2c1e79['item']['is']('element')&&this['_headingNames']['includes'](_0x2c1e79['item']['name']))return _0x2c1e79['item'];}['_getHeadingNames'](){const _0x5ed2a4=this['editor']['config']['get']('documentOutline.headings');return _0x5ed2a4||function(_0x5176ca){const _0xf98d79=_0x5176ca['config']['get']('heading.options');return _0xf98d79?_0xf98d79['reduce']((_0x31308d,_0x3c5d50)=>('paragraph'!==_0x3c5d50['model']&&_0x31308d['push'](_0x3c5d50['model']),_0x31308d),[]):_0x5176ca['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x3d4d72=this['editor'],_0x381605=['h1','h2','h3','h4','h5','h6'],_0x2a47d4=[];for(const _0x1e1636 of _0x381605){const _0x4ca0a1=_0x3d4d72['editing']['view']['domConverter']['domToView'](document['createElement'](_0x1e1636)),_0x506a6a=_0x3d4d72['data']['toModel'](_0x4ca0a1)['getChild'](0x0);_0x506a6a?.['is']('element')&&_0x2a47d4['push'](_0x506a6a['name']);}this['_headingNames']=_0x2a47d4;}}function N(_0x462136,_0x34aef5){const t=_0x462136['t'];switch(_0x34aef5){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 _0x34aef5;}}class A extends _0x18ac4e{constructor(_0x16d95d,_0x44b8df=!0x1){super(_0x16d95d);const _0x39e6aa=this['bindTemplate'],_0x313ca8=_0x44b8df?'['+N(_0x16d95d,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x373d0f=>!_0x373d0f),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x39e6aa['to']('level',_0x16a625=>'ck-document-outline__item_level-'+_0x16a625),_0x39e6aa['if']('isActive','ck-document-outline__item_active'),_0x39e6aa['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x39e6aa['to']('text')},'children':[{'text':_0x39e6aa['to']('text',_0x1bb979=>_0x1bb979||_0x313ca8)}],'on':{'click':_0x39e6aa['to']('click')}});}}class l extends _0x18ac4e{['items'];['showEmptyHeadingText'];['_documentOutlineContainer'];constructor(_0x4a0be3,_0x58fda0=!0x1,_0x9d7b05){super(_0x4a0be3),this['showEmptyHeadingText']=_0x58fda0,this['set']('activeItemIndex',-0x1),this['_documentOutlineContainer']=_0x9d7b05,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x301e3a,_0x53db53,_0x2dfb2c,_0x580643)=>{this['_setActiveItem'](_0x580643,_0x2dfb2c);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x4a0be3['contentLanguageDirection'],'data-document-outline-empty-placeholder':N(_0x4a0be3,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x56d45f){_0x56d45f['forEach'](_0x249ae9=>{'insert'==_0x249ae9['type']?this['_insertItem'](_0x249ae9['index'],..._0x249ae9['values']):'delete'==_0x249ae9['type']&&this['_deleteItem'](_0x249ae9['index'],_0x249ae9['howMany']);});}['_setActiveItem'](_0x3daacc,_0x4d637a){if(-0x1!==_0x3daacc){const _0x1ecbcc=this['items']['get'](_0x3daacc);_0x1ecbcc&&(_0x1ecbcc['isActive']=!0x1);}-0x1!==_0x4d637a&&(this['items']['get'](_0x4d637a)['isActive']=!0x0,this['_scrollToItem'](_0x4d637a));}['_insertItem'](_0x75f8e7,..._0x295f34){const _0x547bf9=_0x295f34['map']((_0x295708,_0x4505e3)=>{const _0x5a4206=new A(this['locale'],this['showEmptyHeadingText']);return _0x5a4206['text']=_0x295708['text'],_0x5a4206['level']=_0x295708['level'],_0x75f8e7+_0x4505e3===this['activeItemIndex']&&(_0x5a4206['isActive']=!0x0),_0x5a4206;});this['items']['addMany'](_0x547bf9,_0x75f8e7);}['_deleteItem'](_0x445581,_0x45b981){do{this['items']['remove'](_0x445581);}while(--_0x45b981);}['_handleItemClick'](_0x3fe496){const _0x1f63b0=this['items']['getIndex'](_0x3fe496['source']);this['fire']('itemSelected',_0x1f63b0);}['_scrollToItem'](_0x231cb1){_0x2240d1(this['items']['get'](_0x231cb1)['element'],0x14,this['_documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x470142{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x276109){super(_0x276109),this['view']=new l(_0x276109['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x2fee6(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x3417b9=this['editor'],_0x226556=_0x3417b9['plugins']['get']('DocumentOutlineUtils');let _0x4e5e87=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x3417b9['config']['get']('documentOutline.container'))throw new _0x16d2d5('document-outline-container-not-provided',{'editor':_0x3417b9});_0x3417b9['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x226556['on']('change',this['_handleOutlineChange']['bind'](this)),_0x226556['on']('activeItemIndex',(_0x4a46cd,{index:_0x46a087})=>this['_setActiveViewItem'](_0x46a087)),this['view']['on']('itemSelected',(_0x1b5cb4,_0x36a86c)=>{_0x4e5e87=!0x0,this['_handleItemSelected'](_0x36a86c);}),this['view']['listenTo'](_0x5ea7f9['document'],'scroll',()=>{_0x4e5e87?_0x4e5e87=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x5ea7f9['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x30e5bf){const _0x2ace6a=_0xc03b14([0x72,0x33,0x7a,0x6e,0x54,0x51,0x32,0x50,0x6b,0x6a,0x31,0x34,0x79,0x63,0x4e,0x35,0x78,0x46,0x48,0x62,0x4c,0x74,0x39,0x4d,0x45,0x36,0x73,0x75,0x67,0x69,0x66,0x4b,0x49,0x58,0x65,0x5a,0x59,0x4f,0x6d,0x70,0x76,0x42,0x53,0x77,0x56,0x38,0x55,0x30,0x44,0x4a,0x52,0x68,0x71,0x41,0x57,0x6c,0x61,0x64,0x6f,0x47,0x37,0x43]),_0x51ab1d=0x7d1299eb,_0x303135=0x7d15c79b^_0x51ab1d,_0x4942e1=window[_0xc03b14([0x44,0x61,0x74,0x65])][_0xc03b14([0x6e,0x6f,0x77])](),_0x47d7e4=_0x30e5bf[_0xc03b14([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x49a854=new window[(_0xc03b14([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1cc943=>{_0x47d7e4[_0xc03b14([0x6f,0x6e,0x63,0x65])](_0xc03b14([0x72,0x65,0x61,0x64,0x79]),_0x1cc943);}),_0x196a6c={[_0xc03b14([0x6b,0x74,0x79])]:_0xc03b14([0x45,0x43]),[_0xc03b14([0x75,0x73,0x65])]:_0xc03b14([0x73,0x69,0x67]),[_0xc03b14([0x63,0x72,0x76])]:_0xc03b14([0x50,0x2d,0x32,0x35,0x36]),[_0xc03b14([0x78])]:_0xc03b14([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]),[_0xc03b14([0x79])]:_0xc03b14([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]),[_0xc03b14([0x61,0x6c,0x67])]:_0xc03b14([0x45,0x53,0x32,0x35,0x36])},_0x2ca4df=_0x47d7e4[_0xc03b14([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xc03b14([0x67,0x65,0x74])](_0xc03b14([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5e66d5(){let _0x24dc91,_0x5074f1=null,_0x28a9a2=null;try{if(_0x2ca4df==_0xc03b14([0x47,0x50,0x4c]))return _0xc03b14([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x24dc91=_0x56aef6(),!_0x24dc91)return _0xc03b14([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x24dc91[_0xc03b14([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x28a9a2=_0x46e2f7(_0x24dc91[_0xc03b14([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x24dc91[_0xc03b14([0x6a,0x74,0x69])])),await _0x1547a2()?_0x583384()?_0x1a9040()?_0xc03b14([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xae4c01()?(_0x24dc91[_0xc03b14([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc03b14([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5074f1=_0x5f07b5(_0xc03b14([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x24dc91[_0xc03b14([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xc03b14([0x74,0x72,0x69,0x61,0x6c])&&(_0x5074f1=_0x5f07b5(_0xc03b14([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5e2563()):_0xc03b14([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xc03b14([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xc03b14([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2f7d80){return _0xc03b14([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1a9040(){const _0x187e40=[_0xc03b14([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xc03b14([0x74,0x72,0x69,0x61,0x6c])][_0xc03b14([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24dc91[_0xc03b14([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4942e1/0x3e8:0xe10*_0x303135;return _0x24dc91[_0xc03b14([0x65,0x78,0x70])]<_0x187e40;}function _0x583384(){const _0x351ce8=_0x24dc91[_0xc03b14([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x351ce8&&(!!_0x351ce8[_0xc03b14([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc03b14([0x2a]))||(!!_0x351ce8[_0xc03b14([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc03b14([0x44,0x4f]))||!!_0x351ce8[_0xc03b14([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc03b14([0x50,0x50]))));}function _0xae4c01(){const _0x490d68=_0x24dc91[_0xc03b14([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x490d68||0x0==_0x490d68[_0xc03b14([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1958ef}=new URL(window[_0xc03b14([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x490d68[_0xc03b14([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1958ef))return!0x0;const _0x24548d=_0x1958ef[_0xc03b14([0x73,0x70,0x6c,0x69,0x74])](_0xc03b14([0x2e]));return _0x490d68[_0xc03b14([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x24ae4e=>_0x24ae4e[_0xc03b14([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc03b14([0x2a])))[_0xc03b14([0x6d,0x61,0x70])](_0x45dba1=>_0x45dba1[_0xc03b14([0x73,0x70,0x6c,0x69,0x74])](_0xc03b14([0x2e])))[_0xc03b14([0x73,0x6f,0x6d,0x65])](_0x5ef318=>_0x24548d[_0xc03b14([0x65,0x76,0x65,0x72,0x79])]((_0x3bb54b,_0x2ceebe)=>_0x5ef318[_0x2ceebe]===_0x3bb54b||_0x5ef318[_0x2ceebe]===_0xc03b14([0x2a])));}function _0x5e2563(){return _0x5074f1&&_0x28a9a2?new window[(_0xc03b14([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x41ec9b,_0x42b296)=>{_0x5074f1[_0xc03b14([0x74,0x68,0x65,0x6e])](_0x41ec9b,_0x42b296),_0x28a9a2[_0xc03b14([0x74,0x68,0x65,0x6e])](_0x3d0fa3=>{_0x3d0fa3!=_0xc03b14([0x56,0x61,0x6c,0x69,0x64])&&_0x41ec9b(_0x3d0fa3);},_0x42b296);}):_0x5074f1||_0x28a9a2||_0xc03b14([0x56,0x61,0x6c,0x69,0x64]);}}function _0x46e2f7(_0x5dfef5,_0x39e2b2){return new window[(_0xc03b14([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x12e8f2=>{if(_0xc516e4())return _0x12e8f2(_0xc03b14([0x56,0x61,0x6c,0x69,0x64]));_0x20dcbb(),_0x47d7e4[_0xc03b14([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xc03b14([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x503840=!0x1;const _0x236529=_0x32dd03();function _0x48b085(_0x3136fb){return!!_0x3136fb&&(typeof _0x3136fb===_0xc03b14([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3136fb===_0xc03b14([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3136fb[_0xc03b14([0x74,0x68,0x65,0x6e])]===_0xc03b14([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3136fb[_0xc03b14([0x63,0x61,0x74,0x63,0x68])]===_0xc03b14([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x105c69(_0x433b12){_0x300504(_0x433b12)[_0xc03b14([0x74,0x68,0x65,0x6e])](_0x728da0=>{if(!_0x728da0||_0x728da0[_0xc03b14([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xc03b14([0x6f,0x6b]))return _0xc03b14([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x257666(_0xab609e(_0x236529+_0x39e2b2))!=_0x728da0[_0xc03b14([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xc03b14([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xc03b14([0x56,0x61,0x6c,0x69,0x64]);})[_0xc03b14([0x74,0x68,0x65,0x6e])](_0xc237b4=>(_0x6125f(),_0xc237b4),()=>{const _0x69603f=_0x577edb();return null==_0x69603f?(_0x6125f(),_0xc03b14([0x56,0x61,0x6c,0x69,0x64])):_0xc03b14(_0x4942e1-_0x69603f>(0x591e1deb^_0x51ab1d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xc03b14([0x74,0x68,0x65,0x6e])](_0x12e8f2)[_0xc03b14([0x63,0x61,0x74,0x63,0x68])](()=>{_0x12e8f2(_0xc03b14([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x560a30=0x7d24776b^_0x51ab1d;function _0x6125f(){const _0x68f20a=_0xc03b14([0x6c,0x6c,0x63,0x74,0x2d])+_0x257666(_0xab609e(_0x5dfef5)),_0x567f02=_0x241c46(_0x257666(window[_0xc03b14([0x4d,0x61,0x74,0x68])][_0xc03b14([0x63,0x65,0x69,0x6c])](_0x4942e1/_0x560a30)));window[_0xc03b14([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc03b14([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x68f20a,_0x567f02);}function _0x577edb(){const _0x24f585=_0xc03b14([0x6c,0x6c,0x63,0x74,0x2d])+_0x257666(_0xab609e(_0x5dfef5)),_0x8742b1=window[_0xc03b14([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xc03b14([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x24f585);return _0x8742b1?window[_0xc03b14([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x241c46(_0x8742b1),0x10)*_0x560a30:null;}function _0x300504(_0x121c0b){return new window[(_0xc03b14([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3dd69a,_0x3918ec)=>{_0x121c0b[_0xc03b14([0x74,0x68,0x65,0x6e])](_0x3dd69a,_0x3918ec),window[_0xc03b14([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3918ec,0x7d134d2b^_0x51ab1d);});}}_0x47d7e4[_0xc03b14([0x6f,0x6e])](_0xc03b14([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x678c0c,_0x595008)=>{if(_0x595008[0x0]!=_0x5dfef5)return _0x12e8f2(_0xc03b14([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x595008[0x1]={..._0x595008[0x1],[_0xc03b14([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x236529};},{[_0xc03b14([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc03b14([0x68,0x69,0x67,0x68])}),_0x47d7e4[_0xc03b14([0x6f,0x6e])](_0xc03b14([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x31a097=>{_0x48b085(_0x31a097[_0xc03b14([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x503840=!0x0,_0x105c69(_0x31a097[_0xc03b14([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xc03b14([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xc03b14([0x6c,0x6f,0x77])}),_0x49a854[_0xc03b14([0x74,0x68,0x65,0x6e])](()=>{_0x503840||_0x12e8f2(_0xc03b14([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xc516e4(){return _0x47d7e4[_0xc03b14([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc03b14([0x76,0x69,0x65,0x77])][_0xc03b14([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xc03b14([0x61,0x75,0x74,0x6f]);}function _0x20dcbb(){_0x47d7e4[_0xc03b14([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xc03b14([0x76,0x69,0x65,0x77])][_0xc03b14([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xc03b14([0x61,0x75,0x74,0x6f]);}}function _0x5f07b5(_0x5a5ced){const _0x2e0289=[new window[(_0xc03b14([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x330c2e=>setTimeout(_0x330c2e,0x7d1ba727^_0x51ab1d)),_0x49a854[_0xc03b14([0x74,0x68,0x65,0x6e])](()=>new window[(_0xc03b14([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x14a146=>{let _0x901849=0x0;_0x47d7e4[_0xc03b14([0x6d,0x6f,0x64,0x65,0x6c])][_0xc03b14([0x6f,0x6e])](_0xc03b14([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4a6f69,_0x434a19)=>{_0x434a19[0x0][_0xc03b14([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x901849++,_0x901849==(0x7d129813^_0x51ab1d)&&(_0x14a146(),_0x4a6f69[_0xc03b14([0x6f,0x66,0x66])]());});}))];return window[_0xc03b14([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xc03b14([0x72,0x61,0x63,0x65])](_0x2e0289)[_0xc03b14([0x74,0x68,0x65,0x6e])](()=>_0x5a5ced);}async function _0x2e752d(){await _0x49a854,_0x47d7e4[_0xc03b14([0x6d,0x6f,0x64,0x65,0x6c])][_0xc03b14([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xc6a112,_0x47d7e4[_0xc03b14([0x6d,0x6f,0x64,0x65,0x6c])][_0xc03b14([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xc6a112,_0x47d7e4[_0xc03b14([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xc03b14([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1348ba(_0xb97a0d){const _0x27aa81=_0x2b9fa4();_0x47d7e4[_0x27aa81]=_0xc03b14([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])+_0xb97a0d,_0xb97a0d!=_0xc03b14([0x56,0x61,0x6c,0x69,0x64])&&_0x2e752d();}function _0x2b9fa4(){const _0x9cb831=window[_0xc03b14([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xc03b14([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xc03b14([0x6e,0x6f,0x77])]())[_0xc03b14([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xc03b14([0x2e]),'');let _0x46b357=_0xc03b14([0x72]);for(let _0xb8ace8=0x0;_0xb8ace8<_0x9cb831[_0xc03b14([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xb8ace8+=0x2){let _0x1a0c94=window[_0xc03b14([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x9cb831[_0xc03b14([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xb8ace8,_0xb8ace8+0x2));_0x1a0c94>=_0x2ace6a[_0xc03b14([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1a0c94-=_0x2ace6a[_0xc03b14([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x46b357+=_0x2ace6a[_0x1a0c94];}return _0x46b357;}function _0x56aef6(){const _0x14eb9f=_0x2ca4df[_0xc03b14([0x73,0x70,0x6c,0x69,0x74])](_0xc03b14([0x2e]));if(0x3!=_0x14eb9f[_0xc03b14([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x28cae0(_0x14eb9f[0x1]);function _0x28cae0(_0x1f3267){const _0x1b995e=_0x1d0e8d(_0x1f3267);return _0x1b995e&&_0x40b518()?_0x1b995e:null;function _0x40b518(){const _0x9dd5fb=_0x1b995e[_0xc03b14([0x6a,0x74,0x69])],_0x8d4f70=window[_0xc03b14([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x9dd5fb[_0xc03b14([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x9dd5fb[_0xc03b14([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x21d0a4={..._0x1b995e,[_0xc03b14([0x6a,0x74,0x69])]:_0x9dd5fb[_0xc03b14([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x9dd5fb[_0xc03b14([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x21d0a4[_0xc03b14([0x76,0x63])],_0xab609e(_0x21d0a4)==_0x8d4f70;}}}async function _0x1547a2(){let _0x3769f5=!0x0;try{const _0x5d1680=_0x2ca4df[_0xc03b14([0x73,0x70,0x6c,0x69,0x74])](_0xc03b14([0x2e])),[_0x1715fe,_0x3125a0,_0x5b85db]=_0x5d1680;return _0x15a2e9(_0x1715fe),await _0x3a27d8(_0x1715fe,_0x3125a0,_0x5b85db),_0x3769f5;}catch(_0x253973){return!0x1;}function _0x15a2e9(_0x4835e1){const _0x54fa39=_0x1d0e8d(_0x4835e1);_0x54fa39&&_0x54fa39[_0xc03b14([0x61,0x6c,0x67])]==_0xc03b14([0x45,0x53,0x32,0x35,0x36])||(_0x3769f5=!0x1);}async function _0x3a27d8(_0x470320,_0xa71470,_0x2f3fef){const _0x5a4eb6=window[_0xc03b14([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xc03b14([0x66,0x72,0x6f,0x6d])](_0x1bb641(_0x2f3fef),_0x39ba99=>_0x39ba99[_0xc03b14([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x415545=new window[(_0xc03b14([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xc03b14([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x470320+_0xc03b14([0x2e])+_0xa71470),_0x4bca41=window[_0xc03b14([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xc03b14([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4bca41)return;const _0x22c3e5=await _0x4bca41[_0xc03b14([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xc03b14([0x6a,0x77,0x6b]),_0x196a6c,{[_0xc03b14([0x6e,0x61,0x6d,0x65])]:_0xc03b14([0x45,0x43,0x44,0x53,0x41]),[_0xc03b14([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xc03b14([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xc03b14([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4bca41[_0xc03b14([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xc03b14([0x6e,0x61,0x6d,0x65])]:_0xc03b14([0x45,0x43,0x44,0x53,0x41]),[_0xc03b14([0x68,0x61,0x73,0x68])]:{[_0xc03b14([0x6e,0x61,0x6d,0x65])]:_0xc03b14([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x22c3e5,_0x5a4eb6,_0x415545)||(_0x3769f5=!0x1);}}function _0x1d0e8d(_0x5aebd3){return _0x5aebd3[_0xc03b14([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xc03b14([0x65,0x79]))?JSON[_0xc03b14([0x70,0x61,0x72,0x73,0x65])](_0x1bb641(_0x5aebd3)):null;}function _0x1bb641(_0x390768){return window[_0xc03b14([0x61,0x74,0x6f,0x62])](_0x390768[_0xc03b14([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xc03b14([0x2b]))[_0xc03b14([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xc03b14([0x2f])));}function _0xab609e(_0xda53ae){let _0x462430=0x1505;function _0x5a8da1(_0xb6e247){for(let _0x183f86=0x0;_0x183f86<_0xb6e247[_0xc03b14([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x183f86++){const _0x17fb77=_0xb6e247[_0xc03b14([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x183f86);_0x462430=(_0x462430<<0x5)+_0x462430+_0x17fb77,_0x462430&=_0x462430;}}function _0x2d5fb1(_0x5cc020){Array[_0xc03b14([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5cc020)?_0x5cc020[_0xc03b14([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2d5fb1):_0x5cc020&&typeof _0x5cc020==_0xc03b14([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xc03b14([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5cc020)[_0xc03b14([0x73,0x6f,0x72,0x74])]()[_0xc03b14([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5465d7,_0x153ab3])=>{_0x5a8da1(_0x5465d7),_0x2d5fb1(_0x153ab3);}):_0x5a8da1(window[_0xc03b14([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5cc020));}return _0x2d5fb1(_0xda53ae),_0x462430>>>0x0;}function _0x257666(_0x39d13e){return _0x39d13e[_0xc03b14([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xc03b14([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xc03b14([0x30]));}function _0x241c46(_0x3f3d82){return _0x3f3d82[_0xc03b14([0x73,0x70,0x6c,0x69,0x74])]('')[_0xc03b14([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xc03b14([0x6a,0x6f,0x69,0x6e])]('');}function _0xc6a112(){}function _0xc03b14(_0x205ab2){return _0x205ab2['map'](_0x39844a=>String['fromCharCode'](_0x39844a))['join']('');}_0x1348ba(await _0x5e66d5());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x1b4295,{outlineDefinitions:_0x187455,outlineChanges:_0x4077ec}){this['_currentOutlineDefinitions']=_0x187455,this['view']['sync'](_0x4077ec);}['_setActiveViewItem'](_0x594ac6){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x594ac6]&&(this['view']['activeItemIndex']=_0x594ac6);}['_handleItemSelected'](_0x2f3a9f){const _0x4bf5b5=this['_currentOutlineDefinitions'][_0x2f3a9f]['modelElement'];this['editor']['model']['change'](_0x115ff3=>{_0x115ff3['setSelection'](_0x4bf5b5,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x2f3a9f);}['_updateActiveDefinitionOnViewportChange'](){const _0x27ddec=this['editor'];let _0x2b97a1;for(const _0x32b51b of _0x27ddec['model']['document']['getRootNames']()){const _0x34ab93=_0x27ddec['editing']['view']['getDomRoot'](_0x32b51b),_0xe9d26d=_0x34ab93&&new _0x14bc59(_0x34ab93)['getVisible']();if(_0xe9d26d){const _0x122e0c=new _0x14bc59(_0x5ea7f9['window'])['getIntersection'](_0xe9d26d);_0x122e0c&&(_0x2b97a1=_0x122e0c['top']+0.25*_0x122e0c['height']);}}if(void 0x0===_0x2b97a1)return;const _0x4c7520=d(_0x27ddec['editing'],this['_currentOutlineDefinitions'],_0x2b97a1);_0x4c7520?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x4c7520)):this['_setActiveViewItem'](-0x1);}}function d(_0x5a90a3,_0x4d2142,_0x5b2fe8,_0x3bdeb3=0x0,_0x550108=_0x4d2142['length']-0x1){const _0x4527ac=Math['floor'](_0x3bdeb3+(_0x550108-_0x3bdeb3)/0x2);if(_0x550108>=_0x3bdeb3){const _0x280f13=_0x4d2142[_0x4527ac],_0x5d09da=_0x5a90a3['mapper']['toViewElement'](_0x280f13['modelElement']);if(!_0x5d09da)return null;const _0x348443=_0x5a90a3['view']['domConverter']['mapViewToDom'](_0x5d09da);return new _0x14bc59(_0x348443)['bottom']>_0x5b2fe8?d(_0x5a90a3,_0x4d2142,_0x5b2fe8,_0x3bdeb3,_0x4527ac-0x1):d(_0x5a90a3,_0x4d2142,_0x5b2fe8,_0x4527ac+0x1,_0x550108);}return _0x4527ac<0x0?null:_0x4d2142[_0x4527ac];}class u extends _0x470142{['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 _0x17ddf9=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1c9045;for(const _0x22f950 in _0x17ddf9){const _0x3e67a7=_0x22f950,_0x152717=_0x17ddf9[_0x3e67a7];if('documentOutlineLicenseKeyValid'==_0x152717||'documentOutlineLicenseKeyInvalid'==_0x152717||'documentOutlineLicenseKeyExpired'==_0x152717||'documentOutlineLicenseKeyDomainLimit'==_0x152717||'documentOutlineLicenseKeyNotAllowed'==_0x152717||'documentOutlineLicenseKeyEvaluationLimit'==_0x152717||'documentOutlineLicenseKeyTrialLimit'==_0x152717||'documentOutlineLicenseKeyUsageLimit'==_0x152717){delete _0x17ddf9[_0x3e67a7],_0x1c9045=_0x152717,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x1c9045&&_0x17ddf9['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x1c9045&&_0x17ddf9['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x1c9045&&_0x17ddf9['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x1c9045&&_0x17ddf9['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x1c9045&&_0x17ddf9['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x1c9045&&_0x17ddf9['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x1c9045&&_0x17ddf9['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x192ba9{['execute'](){this['editor']['model']['change'](_0xf0a345=>{this['editor']['model']['insertObject'](_0xf0a345['createElement']('tableOfContents'));});}['refresh'](){const _0x5d356f=this['editor']['model'],_0x53b431=_0x5d356f['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x53b431&&_0x5d356f['schema']['findAllowedParent'](_0x53b431,'tableOfContents'));}}class y extends _0x470142{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x3cd1a1=this['editor'];if(_0x3cd1a1['config']['get']('headingId.modelAttributeName'))return;(function(_0x5c9c59){const _0x15568a=new Map();if(_0x5c9c59)return _0x5c9c59['forEach'](_0x4ca785=>{'paragraph'!==_0x4ca785['model']&&_0x15568a['set'](_0x4ca785['view'],_0x4ca785['model']);}),_0x15568a['get']('h1')||_0x15568a['set']('h1','heading1'),_0x15568a;return _0x15568a;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x506390,_0x5bec2c)=>{this['_customUpcastHeadingsConversion'](_0x5bec2c),this['_customDataDowncastHeadingsConversion'](_0x506390),_0x3cd1a1['model']['schema']['isRegistered'](_0x506390)&&_0x3cd1a1['model']['schema']['extend'](_0x506390,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x453825){this['editor']['conversion']['for']('upcast')['add'](_0x5bc2c2=>_0x5bc2c2['on']('element:'+_0x453825,(_0x8b5d17,_0x31a4cf,_0x5b9872)=>{const {consumable:_0xf9aff7,writer:_0x56553f}=_0x5b9872,_0x4504a0=_0x31a4cf['viewItem']['getAttribute']('id'),_0x582aae=_0x31a4cf['modelRange']['getContainedElement']();if(_0x582aae)return _0x4504a0&&_0x4504a0['length']||_0x582aae['hasAttribute']('headingId')?void(_0xf9aff7['consume'](_0x31a4cf['viewItem'],{'attributes':['id']})&&_0x56553f['setAttribute']('headingId',_0x4504a0,_0x582aae)):(_0xf9aff7['consume'](_0x31a4cf['viewItem'],{'attributes':['id']}),void _0x56553f['setAttribute']('headingId',_0x32dd03(),_0x582aae));},{'priority':_0x4f2553['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x325768){this['editor']['conversion']['for']('downcast')['add'](_0x391b45=>_0x391b45['on']('attribute:headingId:'+_0x325768,(_0x51e420,_0x260486,_0x527ed9)=>{if(!_0x527ed9['consumable']['consume'](_0x260486['item'],_0x51e420['name']))return;const _0x317073=_0x260486['item']['getAttribute']('headingId'),_0x44f9e3=_0x527ed9['mapper']['toViewElement'](_0x260486['item']);_0x527ed9['writer']['setAttribute']('id',_0x317073,_0x44f9e3);}));}['_registerHeadingIdAttributePostfixer'](){const _0x394804=this['editor'],_0x4474f4=new Set(),_0x20100=new Set();function _0x4ffb71(_0x87c335,_0x20e58f){const _0x3e7ce1=_0x32dd03();return _0x20100['add'](_0x3e7ce1),_0x87c335['setAttribute']('headingId',_0x3e7ce1,_0x20e58f),_0x3e7ce1;}function _0x2689bd(_0x2c7187,_0x2f462f){_0x2c7187['removeAttribute']('headingId',_0x2f462f);}_0x394804['model']['document']['registerPostFixer'](_0x4f4acc=>{const _0x520dfe=_0x394804['model']['document']['differ']['getChanges']();let _0x125f6a=!0x1;for(const _0x27f402 of _0x520dfe)if('insert'==_0x27f402['type']&&_0x27f402['name']){if(_0x27f402['name']['match'](/heading\d/)){const _0x24cefa=_0x27f402['attributes']['get']('headingId');'string'==typeof _0x24cefa?_0x4474f4['has'](_0x24cefa)?(_0x4ffb71(_0x4f4acc,_0x27f402['position']['nodeAfter']),_0x125f6a=!0x0):_0x20100['add'](_0x24cefa):(_0x4ffb71(_0x4f4acc,_0x27f402['position']['nodeAfter']),_0x125f6a=!0x0);}else'string'==typeof _0x27f402['attributes']['get']('headingId')&&(_0x2689bd(_0x4f4acc,_0x27f402['position']['nodeAfter']),_0x125f6a=!0x0);}else{if('remove'==_0x27f402['type']){const _0x7775f=_0x27f402['attributes']['get']('headingId');'string'==typeof _0x7775f&&_0x4474f4['delete'](_0x7775f);}}return _0x125f6a;}),_0x394804['model']['document']['on']('change',()=>{_0x20100['forEach'](_0x4fc0d3=>_0x4474f4['add'](_0x4fc0d3)),_0x20100['clear']();});}}class s extends _0x470142{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x47e6c7,i,y];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x569632){super(_0x569632),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x15b273=this['editor'],_0x44cfd1=_0x15b273['editing']['view']['document'];_0x15b273['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x15b273['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x44cfd1,'click',(_0x4ee2bc,_0x12100c)=>{if(!_0x12100c['target'])return;const _0x1ba8e9=_0x12100c['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x1ba8e9)&&(_0x12100c['domEvent']['preventDefault'](),_0x4ee2bc['stop'](),this['_handleScrollToHeading'](_0x1ba8e9));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x15b273['commands']['add']('insertTableOfContents',new O(_0x15b273)),(_0x15b273['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x1b8238,_0x31244c)=>{this['_currentOutlineDefinitions']=_0x31244c['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x15b273['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x26ad26){const _0x284b2c=_0x184d36([0x6e,0x4d,0x44,0x79,0x4a,0x36,0x5a,0x52,0x74,0x50,0x4f,0x4e,0x39,0x62,0x57,0x77,0x41,0x6c,0x38,0x6d,0x37,0x55,0x51,0x49,0x76,0x69,0x61,0x35,0x58,0x34,0x56,0x54,0x4c,0x71,0x32,0x67,0x64,0x47,0x31,0x72,0x30,0x4b,0x6b,0x73,0x63,0x46,0x53,0x70,0x43,0x65,0x66,0x7a,0x75,0x59,0x68,0x48,0x78,0x6f,0x42,0x33,0x6a,0x45]),_0x5d266f=0x563c0591,_0x2a800f=0x563b5be1^_0x5d266f,_0x22c7ae=window[_0x184d36([0x44,0x61,0x74,0x65])][_0x184d36([0x6e,0x6f,0x77])](),_0x15a55c=_0x26ad26[_0x184d36([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x58b53c=new window[(_0x184d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x13c77a=>{_0x15a55c[_0x184d36([0x6f,0x6e,0x63,0x65])](_0x184d36([0x72,0x65,0x61,0x64,0x79]),_0x13c77a);}),_0x4731d5={[_0x184d36([0x6b,0x74,0x79])]:_0x184d36([0x45,0x43]),[_0x184d36([0x75,0x73,0x65])]:_0x184d36([0x73,0x69,0x67]),[_0x184d36([0x63,0x72,0x76])]:_0x184d36([0x50,0x2d,0x32,0x35,0x36]),[_0x184d36([0x78])]:_0x184d36([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]),[_0x184d36([0x79])]:_0x184d36([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]),[_0x184d36([0x61,0x6c,0x67])]:_0x184d36([0x45,0x53,0x32,0x35,0x36])},_0x3d8764=_0x15a55c[_0x184d36([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x184d36([0x67,0x65,0x74])](_0x184d36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x169f6d(){let _0x148ca5,_0x1b4271=null,_0x47f53e=null;try{if(_0x3d8764==_0x184d36([0x47,0x50,0x4c]))return _0x184d36([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x148ca5=_0x46328a(),!_0x148ca5)return _0x184d36([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x148ca5[_0x184d36([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x47f53e=_0x256d05(_0x148ca5[_0x184d36([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x148ca5[_0x184d36([0x6a,0x74,0x69])])),await _0x2518e7()?_0x4fe1b2()?_0x5ad000()?_0x184d36([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x378843()?(_0x148ca5[_0x184d36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x184d36([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x1b4271=_0x2f3c59(_0x184d36([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x148ca5[_0x184d36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x184d36([0x74,0x72,0x69,0x61,0x6c])&&(_0x1b4271=_0x2f3c59(_0x184d36([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x39b60e()):_0x184d36([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x184d36([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x184d36([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x21e765){return _0x184d36([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5ad000(){const _0x1397ce=[_0x184d36([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x184d36([0x74,0x72,0x69,0x61,0x6c])][_0x184d36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x148ca5[_0x184d36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x22c7ae/0x3e8:0xe10*_0x2a800f;return _0x148ca5[_0x184d36([0x65,0x78,0x70])]<_0x1397ce;}function _0x4fe1b2(){const _0x392dd5=_0x148ca5[_0x184d36([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x392dd5&&(!!_0x392dd5[_0x184d36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x184d36([0x2a]))||(!!_0x392dd5[_0x184d36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x184d36([0x54,0x4f,0x43]))||!!_0x392dd5[_0x184d36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x184d36([0x50,0x50]))));}function _0x378843(){const _0x32a893=_0x148ca5[_0x184d36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x32a893||0x0==_0x32a893[_0x184d36([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1b653d}=new URL(window[_0x184d36([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x32a893[_0x184d36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b653d))return!0x0;const _0x116638=_0x1b653d[_0x184d36([0x73,0x70,0x6c,0x69,0x74])](_0x184d36([0x2e]));return _0x32a893[_0x184d36([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x208910=>_0x208910[_0x184d36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x184d36([0x2a])))[_0x184d36([0x6d,0x61,0x70])](_0x2aa30c=>_0x2aa30c[_0x184d36([0x73,0x70,0x6c,0x69,0x74])](_0x184d36([0x2e])))[_0x184d36([0x73,0x6f,0x6d,0x65])](_0x3034e3=>_0x116638[_0x184d36([0x65,0x76,0x65,0x72,0x79])]((_0x3dfcef,_0x3c8194)=>_0x3034e3[_0x3c8194]===_0x3dfcef||_0x3034e3[_0x3c8194]===_0x184d36([0x2a])));}function _0x39b60e(){return _0x1b4271&&_0x47f53e?new window[(_0x184d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x412520,_0x5eb675)=>{_0x1b4271[_0x184d36([0x74,0x68,0x65,0x6e])](_0x412520,_0x5eb675),_0x47f53e[_0x184d36([0x74,0x68,0x65,0x6e])](_0x424303=>{_0x424303!=_0x184d36([0x56,0x61,0x6c,0x69,0x64])&&_0x412520(_0x424303);},_0x5eb675);}):_0x1b4271||_0x47f53e||_0x184d36([0x56,0x61,0x6c,0x69,0x64]);}}function _0x256d05(_0x219723,_0x119c62){return new window[(_0x184d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x123f9b=>{if(_0x4fd6f2())return _0x123f9b(_0x184d36([0x56,0x61,0x6c,0x69,0x64]));_0x1f4bde(),_0x15a55c[_0x184d36([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x184d36([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x42571b=!0x1;const _0x3deb03=_0x32dd03();function _0x170342(_0x426d7f){return!!_0x426d7f&&(typeof _0x426d7f===_0x184d36([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x426d7f===_0x184d36([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x426d7f[_0x184d36([0x74,0x68,0x65,0x6e])]===_0x184d36([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x426d7f[_0x184d36([0x63,0x61,0x74,0x63,0x68])]===_0x184d36([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1bd2e4(_0xd749cd){_0x5204be(_0xd749cd)[_0x184d36([0x74,0x68,0x65,0x6e])](_0x3d0c71=>{if(!_0x3d0c71||_0x3d0c71[_0x184d36([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x184d36([0x6f,0x6b]))return _0x184d36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xb9152(_0x19d1c4(_0x3deb03+_0x119c62))!=_0x3d0c71[_0x184d36([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x184d36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x184d36([0x56,0x61,0x6c,0x69,0x64]);})[_0x184d36([0x74,0x68,0x65,0x6e])](_0x13309c=>(_0x2e4391(),_0x13309c),()=>{const _0x1a0b96=_0xecbde8();return null==_0x1a0b96?(_0x2e4391(),_0x184d36([0x56,0x61,0x6c,0x69,0x64])):_0x184d36(_0x22c7ae-_0x1a0b96>(0x72308191^_0x5d266f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x184d36([0x74,0x68,0x65,0x6e])](_0x123f9b)[_0x184d36([0x63,0x61,0x74,0x63,0x68])](()=>{_0x123f9b(_0x184d36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x489298=0x560aeb11^_0x5d266f;function _0x2e4391(){const _0x117c16=_0x184d36([0x6c,0x6c,0x63,0x74,0x2d])+_0xb9152(_0x19d1c4(_0x219723)),_0x4e2688=_0x4c4c00(_0xb9152(window[_0x184d36([0x4d,0x61,0x74,0x68])][_0x184d36([0x63,0x65,0x69,0x6c])](_0x22c7ae/_0x489298)));window[_0x184d36([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x184d36([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x117c16,_0x4e2688);}function _0xecbde8(){const _0x193158=_0x184d36([0x6c,0x6c,0x63,0x74,0x2d])+_0xb9152(_0x19d1c4(_0x219723)),_0x26f5d4=window[_0x184d36([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x184d36([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x193158);return _0x26f5d4?window[_0x184d36([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4c4c00(_0x26f5d4),0x10)*_0x489298:null;}function _0x5204be(_0x2516e2){return new window[(_0x184d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x11d750,_0x3530ce)=>{_0x2516e2[_0x184d36([0x74,0x68,0x65,0x6e])](_0x11d750,_0x3530ce),window[_0x184d36([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3530ce,0x563dd151^_0x5d266f);});}}_0x15a55c[_0x184d36([0x6f,0x6e])](_0x184d36([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5b3c3e,_0x2bdeb2)=>{if(_0x2bdeb2[0x0]!=_0x219723)return _0x123f9b(_0x184d36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2bdeb2[0x1]={..._0x2bdeb2[0x1],[_0x184d36([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3deb03};},{[_0x184d36([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x184d36([0x68,0x69,0x67,0x68])}),_0x15a55c[_0x184d36([0x6f,0x6e])](_0x184d36([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x28a2e6=>{_0x170342(_0x28a2e6[_0x184d36([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x42571b=!0x0,_0x1bd2e4(_0x28a2e6[_0x184d36([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x184d36([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x184d36([0x6c,0x6f,0x77])}),_0x58b53c[_0x184d36([0x74,0x68,0x65,0x6e])](()=>{_0x42571b||_0x123f9b(_0x184d36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4fd6f2(){return _0x15a55c[_0x184d36([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x184d36([0x76,0x69,0x65,0x77])][_0x184d36([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x184d36([0x61,0x75,0x74,0x6f]);}function _0x1f4bde(){_0x15a55c[_0x184d36([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x184d36([0x76,0x69,0x65,0x77])][_0x184d36([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x184d36([0x61,0x75,0x74,0x6f]);}}function _0x2f3c59(_0x1451ce){const _0x18f767=[new window[(_0x184d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa1748=>setTimeout(_0xa1748,0x56353b5d^_0x5d266f)),_0x58b53c[_0x184d36([0x74,0x68,0x65,0x6e])](()=>new window[(_0x184d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x426104=>{let _0x194fb7=0x0;_0x15a55c[_0x184d36([0x6d,0x6f,0x64,0x65,0x6c])][_0x184d36([0x6f,0x6e])](_0x184d36([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3d248c,_0x3566bb)=>{_0x3566bb[0x0][_0x184d36([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x194fb7++,_0x194fb7==(0x563c0469^_0x5d266f)&&(_0x426104(),_0x3d248c[_0x184d36([0x6f,0x66,0x66])]());});}))];return window[_0x184d36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x184d36([0x72,0x61,0x63,0x65])](_0x18f767)[_0x184d36([0x74,0x68,0x65,0x6e])](()=>_0x1451ce);}async function _0x915d9b(){await _0x58b53c,_0x15a55c[_0x184d36([0x6d,0x6f,0x64,0x65,0x6c])][_0x184d36([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x236c49,_0x15a55c[_0x184d36([0x6d,0x6f,0x64,0x65,0x6c])][_0x184d36([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x236c49,_0x15a55c[_0x184d36([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x184d36([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3d8afa(_0x305086){const _0x36763e=_0x11d76b();_0x15a55c[_0x36763e]=_0x184d36([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])+_0x305086,_0x305086!=_0x184d36([0x56,0x61,0x6c,0x69,0x64])&&_0x915d9b();}function _0x11d76b(){const _0x107ae9=window[_0x184d36([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x184d36([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x184d36([0x6e,0x6f,0x77])]())[_0x184d36([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x184d36([0x2e]),'');let _0x1a2608=_0x184d36([0x6e]);for(let _0x93ae77=0x0;_0x93ae77<_0x107ae9[_0x184d36([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x93ae77+=0x2){let _0x1452c6=window[_0x184d36([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x107ae9[_0x184d36([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x93ae77,_0x93ae77+0x2));_0x1452c6>=_0x284b2c[_0x184d36([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1452c6-=_0x284b2c[_0x184d36([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1a2608+=_0x284b2c[_0x1452c6];}return _0x1a2608;}function _0x46328a(){const _0x41d90a=_0x3d8764[_0x184d36([0x73,0x70,0x6c,0x69,0x74])](_0x184d36([0x2e]));if(0x3!=_0x41d90a[_0x184d36([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x18d3e5(_0x41d90a[0x1]);function _0x18d3e5(_0x666b57){const _0x2ed0f9=_0x6f2393(_0x666b57);return _0x2ed0f9&&_0xc7fba1()?_0x2ed0f9:null;function _0xc7fba1(){const _0x4ef2a5=_0x2ed0f9[_0x184d36([0x6a,0x74,0x69])],_0x1edd0e=window[_0x184d36([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4ef2a5[_0x184d36([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4ef2a5[_0x184d36([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5013ef={..._0x2ed0f9,[_0x184d36([0x6a,0x74,0x69])]:_0x4ef2a5[_0x184d36([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4ef2a5[_0x184d36([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5013ef[_0x184d36([0x76,0x63])],_0x19d1c4(_0x5013ef)==_0x1edd0e;}}}async function _0x2518e7(){let _0x48a4bc=!0x0;try{const _0xe65ee4=_0x3d8764[_0x184d36([0x73,0x70,0x6c,0x69,0x74])](_0x184d36([0x2e])),[_0x5c5995,_0x5e0781,_0x461684]=_0xe65ee4;return _0x99d40a(_0x5c5995),await _0x1a6f47(_0x5c5995,_0x5e0781,_0x461684),_0x48a4bc;}catch(_0x4a4adb){return!0x1;}function _0x99d40a(_0xf8d9de){const _0xe70bc8=_0x6f2393(_0xf8d9de);_0xe70bc8&&_0xe70bc8[_0x184d36([0x61,0x6c,0x67])]==_0x184d36([0x45,0x53,0x32,0x35,0x36])||(_0x48a4bc=!0x1);}async function _0x1a6f47(_0x12fea6,_0x5e4e7c,_0x35455c){const _0x2debe1=window[_0x184d36([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x184d36([0x66,0x72,0x6f,0x6d])](_0xed910b(_0x35455c),_0x142b97=>_0x142b97[_0x184d36([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x307d62=new window[(_0x184d36([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x184d36([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x12fea6+_0x184d36([0x2e])+_0x5e4e7c),_0x57f63f=window[_0x184d36([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x184d36([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x57f63f)return;const _0x5ec9c1=await _0x57f63f[_0x184d36([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x184d36([0x6a,0x77,0x6b]),_0x4731d5,{[_0x184d36([0x6e,0x61,0x6d,0x65])]:_0x184d36([0x45,0x43,0x44,0x53,0x41]),[_0x184d36([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x184d36([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x184d36([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x57f63f[_0x184d36([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x184d36([0x6e,0x61,0x6d,0x65])]:_0x184d36([0x45,0x43,0x44,0x53,0x41]),[_0x184d36([0x68,0x61,0x73,0x68])]:{[_0x184d36([0x6e,0x61,0x6d,0x65])]:_0x184d36([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5ec9c1,_0x2debe1,_0x307d62)||(_0x48a4bc=!0x1);}}function _0x6f2393(_0x35b474){return _0x35b474[_0x184d36([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x184d36([0x65,0x79]))?JSON[_0x184d36([0x70,0x61,0x72,0x73,0x65])](_0xed910b(_0x35b474)):null;}function _0xed910b(_0x3ef949){return window[_0x184d36([0x61,0x74,0x6f,0x62])](_0x3ef949[_0x184d36([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x184d36([0x2b]))[_0x184d36([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x184d36([0x2f])));}function _0x19d1c4(_0x149120){let _0x554b1a=0x1505;function _0x740163(_0xc8c91d){for(let _0x5de5b0=0x0;_0x5de5b0<_0xc8c91d[_0x184d36([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5de5b0++){const _0x47972f=_0xc8c91d[_0x184d36([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5de5b0);_0x554b1a=(_0x554b1a<<0x5)+_0x554b1a+_0x47972f,_0x554b1a&=_0x554b1a;}}function _0x4e1752(_0x4880a7){Array[_0x184d36([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4880a7)?_0x4880a7[_0x184d36([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4e1752):_0x4880a7&&typeof _0x4880a7==_0x184d36([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x184d36([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4880a7)[_0x184d36([0x73,0x6f,0x72,0x74])]()[_0x184d36([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x4c4674,_0x132088])=>{_0x740163(_0x4c4674),_0x4e1752(_0x132088);}):_0x740163(window[_0x184d36([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4880a7));}return _0x4e1752(_0x149120),_0x554b1a>>>0x0;}function _0xb9152(_0x1f7615){return _0x1f7615[_0x184d36([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x184d36([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x184d36([0x30]));}function _0x4c4c00(_0x41bed5){return _0x41bed5[_0x184d36([0x73,0x70,0x6c,0x69,0x74])]('')[_0x184d36([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x184d36([0x6a,0x6f,0x69,0x6e])]('');}function _0x236c49(){}function _0x184d36(_0x458064){return _0x458064['map'](_0x1f83bd=>String['fromCharCode'](_0x1f83bd))['join']('');}_0x3d8afa(await _0x169f6d());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x32fe7f=>{'$graveyard'!==_0x32fe7f['rootName']&&this['editor']['editing']['reconvertItem'](_0x32fe7f);});}['_trackNewToCElements'](){for(const _0x3fc181 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x3fc181['type']||'tableOfContents'!==_0x3fc181['name'])return;this['_tableOfContentsElements']['add'](_0x3fc181['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x18cc8b=this['editor']['conversion'];_0x18cc8b['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x18cc8b['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x1c20f0,{writer:_0x43cf21})=>this['_createTableOfContents'](_0x43cf21,!0x0)}),_0x18cc8b['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x28b8ef,{writer:_0x38805a})=>{this['_tableOfContentsElements']['add'](_0x28b8ef);const _0x307cb5=this['_createTableOfContents'](_0x38805a);return _0x6574ed(_0x307cb5,_0x38805a,{'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'](_0x3a0c7c,_0x243df8=!0x1){const {locale:_0x500e40}=this['editor'],_0x2d7a0f=_0x3a0c7c['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x243df8&&{'data-table-of-contents-label':N(_0x500e40,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x243df8&&_0x3a0c7c['insert'](_0x3a0c7c['createPositionAt'](_0x2d7a0f,'end'),_0x3a0c7c['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x3a0c7c['createText'](N(_0x500e40,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x447f8=_0x243df8?'':'['+N(_0x500e40,'Empty\x20heading')+']';let _0x6ff5b1=_0x2d7a0f;return this['_currentOutlineDefinitions']['forEach']((_0x5771df,_0x1275bd,_0x158109)=>{const _0xc3c684=this['editor']['model']['hasContent'](_0x5771df['modelElement'],{'ignoreWhitespaces':!0x0}),_0x4e7141=_0xc3c684?_0x5771df['text']:_0x447f8,_0x297cdd=_0x5771df['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x56c635=_0x3a0c7c['createContainerElement']('a',{'href':'#'+_0x297cdd,...!_0x243df8&&{'tabindex':'-1'}},[_0x3a0c7c['createText'](_0x4e7141)]),_0x4c9a0c=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x3a0c7c['setCustomProperty']('tableOfContentsHeadingIndex',_0x1275bd,_0x56c635);const _0x5557ba=_0x3a0c7c['createContainerElement']('li',null,[_0xc3c684||!_0x243df8&&_0x4c9a0c?_0x56c635:_0x3a0c7c['createText']('')]),_0x557010=_0x1275bd?_0x158109[_0x1275bd-0x1]['level']:0x0,_0x43cf7d=Math['abs'](_0x5771df['level']-_0x557010);if(_0x5771df['level']>_0x557010){const _0x16a5ae=S(_0x5557ba,_0x43cf7d,_0x3a0c7c);_0x3a0c7c['insert'](_0x3a0c7c['createPositionAt'](_0x6ff5b1,'end'),_0x16a5ae);}else{const _0xd169ac=function(_0x540ae7,_0x56d597){return _0x540ae7['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x5ec795=>_0x5ec795['is']('element','ol'))[_0x56d597];}(_0x6ff5b1,_0x43cf7d);_0x3a0c7c['insert'](_0x3a0c7c['createPositionAt'](_0xd169ac,'end'),_0x5557ba);}_0x6ff5b1=_0x5557ba;}),_0x2d7a0f;}['_handleScrollToHeading'](_0x14a209){const _0x1c23fa=this['_currentOutlineDefinitions'][_0x14a209]['modelElement'];this['editor']['model']['change'](_0x45c87f=>{_0x45c87f['setSelection'](_0x1c23fa,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x439302,_0x5e205e)=>{const _0x266c18=_0x5e205e['mapper'],_0x2b0ba2=_0x266c18['findMappedViewAncestor'](_0x5e205e['viewPosition']),_0x22b12a=_0x266c18['toModelElement'](_0x2b0ba2);_0x22b12a['is']('element','tableOfContents')&&(_0x5e205e['modelPosition']=this['editor']['model']['createPositionAt'](_0x22b12a,0x0),_0x439302['stop']());};}}function S(_0x1182d9,_0x3e0f3b,_0x428f53){return 0x1===_0x3e0f3b?_0x428f53['createContainerElement']('ol',null,[_0x1182d9]):_0x428f53['createContainerElement']('ol',null,[_0x428f53['createContainerElement']('li',null,[S(_0x1182d9,_0x3e0f3b-0x1,_0x428f53)])]);}class o extends _0x470142{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x370b69=this['editor'];_0x370b69['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x28ea4f=this['_createButton'](_0x102eeb);return _0x28ea4f['tooltip']=!0x0,_0x28ea4f;}),_0x370b69['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x1e432e)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x17bd41=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3548de;for(const _0xa931e1 in _0x17bd41){const _0x68bc5e=_0xa931e1,_0x23aa8b=_0x17bd41[_0x68bc5e];if('tableOfContentsLicenseKeyValid'==_0x23aa8b||'tableOfContentsLicenseKeyInvalid'==_0x23aa8b||'tableOfContentsLicenseKeyExpired'==_0x23aa8b||'tableOfContentsLicenseKeyDomainLimit'==_0x23aa8b||'tableOfContentsLicenseKeyNotAllowed'==_0x23aa8b||'tableOfContentsLicenseKeyEvaluationLimit'==_0x23aa8b||'tableOfContentsLicenseKeyTrialLimit'==_0x23aa8b||'tableOfContentsLicenseKeyUsageLimit'==_0x23aa8b){delete _0x17bd41[_0x68bc5e],_0x3548de=_0x23aa8b,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x3548de&&_0x17bd41['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x3548de&&_0x17bd41['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x3548de&&_0x17bd41['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x3548de&&_0x17bd41['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x3548de&&_0x17bd41['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x3548de&&_0x17bd41['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x3548de&&_0x17bd41['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x5c6ae3){const _0x361a20=this['editor'],_0x2386f7=_0x361a20['locale'],_0x4258b0=_0x361a20['commands']['get']('insertTableOfContents'),_0x3987ff=new _0x5c6ae3(_0x2386f7);return _0x3987ff['set']({'label':N(_0x2386f7,'Table\x20of\x20contents'),'icon':_0x5e72dd['tableOfContents']}),_0x3987ff['bind']('isEnabled')['to'](_0x4258b0,'isEnabled'),this['listenTo'](_0x3987ff,'execute',()=>{_0x361a20['execute']('insertTableOfContents'),_0x361a20['editing']['view']['focus']();}),_0x3987ff;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x470142{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.6",
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.6",
17
+ "@ckeditor/ckeditor5-engine": "44.2.0-alpha.6",
18
+ "@ckeditor/ckeditor5-heading": "44.2.0-alpha.6",
19
+ "@ckeditor/ckeditor5-ui": "44.2.0-alpha.6",
20
+ "@ckeditor/ckeditor5-utils": "44.2.0-alpha.6",
21
+ "@ckeditor/ckeditor5-widget": "44.2.0-alpha.6",
22
+ "ckeditor5": "44.2.0-alpha.6",
23
+ "ckeditor5-collaboration": "44.2.0-alpha.6",
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 _0x2cfccc=_0x3d3f;(function(_0x333a67,_0x1b2c98){const _0x34d20b=_0x3d3f,_0x33bd1d=_0x333a67();while(!![]){try{const _0x45b29e=parseInt(_0x34d20b(0xca))/0x1+-parseInt(_0x34d20b(0xcd))/0x2+parseInt(_0x34d20b(0x104))/0x3+parseInt(_0x34d20b(0xcb))/0x4*(-parseInt(_0x34d20b(0x108))/0x5)+-parseInt(_0x34d20b(0xf8))/0x6+-parseInt(_0x34d20b(0x10c))/0x7+-parseInt(_0x34d20b(0xf3))/0x8*(-parseInt(_0x34d20b(0xd3))/0x9);if(_0x45b29e===_0x1b2c98)break;else _0x33bd1d['push'](_0x33bd1d['shift']());}catch(_0x283ed9){_0x33bd1d['push'](_0x33bd1d['shift']());}}}(_0x3625,0x97759));import{Plugin as _0x3c1f72}from'ckeditor5/src/core.js';import{CKEditorError as _0x55f2a6,global as _0x561007,Rect as _0x2b0cd8,uid as _0x131ab5}from'ckeditor5/src/utils.js';import _0x245233 from'./ui/documentoutlineview.js';import{throttle as _0x350aea}from'lodash-es';function _0x3d3f(_0x1982d8,_0xf054d9){const _0x36259b=_0x3625();return _0x3d3f=function(_0x3d3fdc,_0x47617e){_0x3d3fdc=_0x3d3fdc-0xca;let _0x3e1370=_0x36259b[_0x3d3fdc];return _0x3e1370;},_0x3d3f(_0x1982d8,_0xf054d9);}function _0x3625(){const _0x458f88=['fromCharCode','397350vhSDTr','getVisible','view','_currentOutlineDefinitions','init','_handleItemSelected','floor','activeItemIndex','indexOf','document','domConverter','pluginName','get','document-outline-container-not-provided','destroy','length','focus','documentOutline.showEmptyHeadings','isPremiumPlugin','toViewElement','config','top','plugins','isOfficialPlugin','href','_updateActiveDefinitionOnViewportChange','appendChild','add','editor','getRootNames','_updateActiveDefinitionFromViewportThrottled','listenTo','280XxCigT','afterInit','locale','element','bind','1986228LcBWCQ','itemSelected','getIntersection','mapper','scroll','_handleOutlineChange','modelElement','setSelection','sync','mapViewToDom','height','map','605133GvXQzY','editing','documentOutline.container','DocumentOutlineUI','5LaAqwi','model','DocumentOutlineUtils','join','5726784ZDyYqL','focusTracker','render','_setActiveViewItem','window','bottom','1203385SWHMZX','3844804otTpBe','cancel','439236KUeTSJ','getDomRoot','scrollToTheSelection','change','resize'];_0x3625=function(){return _0x458f88;};return _0x3625();}import'../../theme/documentoutline.css';export default class n extends _0x3c1f72{static get[_0x2cfccc(0xde)](){const _0x27d97e=_0x2cfccc;return _0x27d97e(0x107);}static get[_0x2cfccc(0xea)](){return!0x0;}static get[_0x2cfccc(0xe5)](){return!0x0;}constructor(_0x133633){const _0x80aa90=_0x2cfccc;super(_0x133633),this[_0x80aa90(0xd5)]=new _0x245233(_0x133633[_0x80aa90(0xf5)],this[_0x80aa90(0xef)][_0x80aa90(0xe7)][_0x80aa90(0xdf)](_0x80aa90(0xe4)),this[_0x80aa90(0xef)][_0x80aa90(0xe7)][_0x80aa90(0xdf)](_0x80aa90(0x106))),this[_0x80aa90(0xd6)]=[],this[_0x80aa90(0xf1)]=_0x350aea(this[_0x80aa90(0xec)][_0x80aa90(0xf7)](this),0x64);}[_0x2cfccc(0xd7)](){const _0x4a9a92=_0x2cfccc,_0x5256ac=this[_0x4a9a92(0xef)],_0x50771f=_0x5256ac[_0x4a9a92(0xe9)][_0x4a9a92(0xdf)](_0x4a9a92(0x10a));let _0x1833c9=!0x1;if(this[_0x4a9a92(0xd5)][_0x4a9a92(0x10e)](),this[_0x4a9a92(0xef)]['ui'][_0x4a9a92(0x10d)][_0x4a9a92(0xee)](this[_0x4a9a92(0xd5)][_0x4a9a92(0xf6)]),!_0x5256ac[_0x4a9a92(0xe7)][_0x4a9a92(0xdf)](_0x4a9a92(0x106)))throw new _0x55f2a6(_0x4a9a92(0xe0),{'editor':_0x5256ac});_0x5256ac[_0x4a9a92(0xe7)][_0x4a9a92(0xdf)](_0x4a9a92(0x106))[_0x4a9a92(0xed)](this[_0x4a9a92(0xd5)][_0x4a9a92(0xf6)]),_0x50771f['on'](_0x4a9a92(0xd0),this[_0x4a9a92(0xfd)][_0x4a9a92(0xf7)](this)),_0x50771f['on'](_0x4a9a92(0xda),(_0x45710c,{index:_0x2e196a})=>this[_0x4a9a92(0x10f)](_0x2e196a)),this[_0x4a9a92(0xd5)]['on'](_0x4a9a92(0xf9),(_0x35ff6d,_0x5cc5a6)=>{const _0x1d7820=_0x4a9a92;_0x1833c9=!0x0,this[_0x1d7820(0xd8)](_0x5cc5a6);}),this[_0x4a9a92(0xd5)][_0x4a9a92(0xf2)](_0x561007[_0x4a9a92(0xdc)],_0x4a9a92(0xfc),()=>{const _0x51cc09=_0x4a9a92;_0x1833c9?_0x1833c9=!0x1:this[_0x51cc09(0xf1)]();},{'useCapture':!0x0}),this[_0x4a9a92(0xd5)][_0x4a9a92(0xf2)](_0x561007[_0x4a9a92(0x110)],_0x4a9a92(0xd1),this[_0x4a9a92(0xf1)],{'useCapture':!0x0});}[_0x2cfccc(0xf4)](){!async function(_0x5885d0){const _0x5748be=_0x44f16e([0x72,0x33,0x7a,0x6e,0x54,0x51,0x32,0x50,0x6b,0x6a,0x31,0x34,0x79,0x63,0x4e,0x35,0x78,0x46,0x48,0x62,0x4c,0x74,0x39,0x4d,0x45,0x36,0x73,0x75,0x67,0x69,0x66,0x4b,0x49,0x58,0x65,0x5a,0x59,0x4f,0x6d,0x70,0x76,0x42,0x53,0x77,0x56,0x38,0x55,0x30,0x44,0x4a,0x52,0x68,0x71,0x41,0x57,0x6c,0x61,0x64,0x6f,0x47,0x37,0x43]),_0x4f5d9e=0x7d1299eb,_0x53eb8d=0x7d15c79b^_0x4f5d9e,_0x5d94f7=window[_0x44f16e([0x44,0x61,0x74,0x65])][_0x44f16e([0x6e,0x6f,0x77])](),_0x1c25d7=_0x5885d0[_0x44f16e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x10c535=new window[(_0x44f16e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1927f3=>{_0x1c25d7[_0x44f16e([0x6f,0x6e,0x63,0x65])](_0x44f16e([0x72,0x65,0x61,0x64,0x79]),_0x1927f3);}),_0x182db9={[_0x44f16e([0x6b,0x74,0x79])]:_0x44f16e([0x45,0x43]),[_0x44f16e([0x75,0x73,0x65])]:_0x44f16e([0x73,0x69,0x67]),[_0x44f16e([0x63,0x72,0x76])]:_0x44f16e([0x50,0x2d,0x32,0x35,0x36]),[_0x44f16e([0x78])]:_0x44f16e([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]),[_0x44f16e([0x79])]:_0x44f16e([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]),[_0x44f16e([0x61,0x6c,0x67])]:_0x44f16e([0x45,0x53,0x32,0x35,0x36])},_0x3e89ed=_0x1c25d7[_0x44f16e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x44f16e([0x67,0x65,0x74])](_0x44f16e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x56c5ef(){let _0x28b2dc,_0x4be753=null,_0x3e53a4=null;try{if(_0x3e89ed==_0x44f16e([0x47,0x50,0x4c]))return _0x44f16e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x28b2dc=_0x90e79a(),!_0x28b2dc)return _0x44f16e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x28b2dc[_0x44f16e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3e53a4=_0x375c7a(_0x28b2dc[_0x44f16e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x28b2dc[_0x44f16e([0x6a,0x74,0x69])])),await _0x27a5b6()?_0x546c0f()?_0x102481()?_0x44f16e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x9779bf()?(_0x28b2dc[_0x44f16e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x44f16e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4be753=_0x3349cc(_0x44f16e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x28b2dc[_0x44f16e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x44f16e([0x74,0x72,0x69,0x61,0x6c])&&(_0x4be753=_0x3349cc(_0x44f16e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4e5007()):_0x44f16e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x44f16e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x44f16e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x25f519){return _0x44f16e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x102481(){const _0x29a284=[_0x44f16e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x44f16e([0x74,0x72,0x69,0x61,0x6c])][_0x44f16e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x28b2dc[_0x44f16e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5d94f7/0x3e8:0xe10*_0x53eb8d;return _0x28b2dc[_0x44f16e([0x65,0x78,0x70])]<_0x29a284;}function _0x546c0f(){const _0x45e205=_0x28b2dc[_0x44f16e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x45e205&&(!!_0x45e205[_0x44f16e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44f16e([0x2a]))||(!!_0x45e205[_0x44f16e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44f16e([0x44,0x4f]))||!!_0x45e205[_0x44f16e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44f16e([0x50,0x50]))));}function _0x9779bf(){const _0x2e11dd=_0x3d3f,_0x38a39a=_0x28b2dc[_0x44f16e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x38a39a||0x0==_0x38a39a[_0x44f16e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xfee6ae}=new URL(window[_0x44f16e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x2e11dd(0xeb)]);if(_0x38a39a[_0x44f16e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xfee6ae))return!0x0;const _0x53eb0a=_0xfee6ae[_0x44f16e([0x73,0x70,0x6c,0x69,0x74])](_0x44f16e([0x2e]));return _0x38a39a[_0x44f16e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x35fb80=>_0x35fb80[_0x44f16e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44f16e([0x2a])))[_0x44f16e([0x6d,0x61,0x70])](_0x5e869e=>_0x5e869e[_0x44f16e([0x73,0x70,0x6c,0x69,0x74])](_0x44f16e([0x2e])))[_0x44f16e([0x73,0x6f,0x6d,0x65])](_0x4f8b03=>_0x53eb0a[_0x44f16e([0x65,0x76,0x65,0x72,0x79])]((_0x59afe8,_0x232da1)=>_0x4f8b03[_0x232da1]===_0x59afe8||_0x4f8b03[_0x232da1]===_0x44f16e([0x2a])));}function _0x4e5007(){return _0x4be753&&_0x3e53a4?new window[(_0x44f16e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2e4295,_0x50d3e5)=>{_0x4be753[_0x44f16e([0x74,0x68,0x65,0x6e])](_0x2e4295,_0x50d3e5),_0x3e53a4[_0x44f16e([0x74,0x68,0x65,0x6e])](_0x2c861d=>{_0x2c861d!=_0x44f16e([0x56,0x61,0x6c,0x69,0x64])&&_0x2e4295(_0x2c861d);},_0x50d3e5);}):_0x4be753||_0x3e53a4||_0x44f16e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x375c7a(_0x4294b8,_0x4e2637){return new window[(_0x44f16e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x36ff50=>{if(_0x5ebba0())return _0x36ff50(_0x44f16e([0x56,0x61,0x6c,0x69,0x64]));_0x1f8009(),_0x1c25d7[_0x44f16e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x44f16e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x48da65=!0x1;const _0xabcfc1=_0x131ab5();function _0x629e93(_0x457fe1){return!!_0x457fe1&&(typeof _0x457fe1===_0x44f16e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x457fe1===_0x44f16e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x457fe1[_0x44f16e([0x74,0x68,0x65,0x6e])]===_0x44f16e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x457fe1[_0x44f16e([0x63,0x61,0x74,0x63,0x68])]===_0x44f16e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xbc8226(_0x3a6886){_0x2d379a(_0x3a6886)[_0x44f16e([0x74,0x68,0x65,0x6e])](_0x49ad4e=>{if(!_0x49ad4e||_0x49ad4e[_0x44f16e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x44f16e([0x6f,0x6b]))return _0x44f16e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x23a6a5(_0x1249f4(_0xabcfc1+_0x4e2637))!=_0x49ad4e[_0x44f16e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x44f16e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x44f16e([0x56,0x61,0x6c,0x69,0x64]);})[_0x44f16e([0x74,0x68,0x65,0x6e])](_0x22bd42=>(_0x1296c0(),_0x22bd42),()=>{const _0x229725=_0x50db5d();return null==_0x229725?(_0x1296c0(),_0x44f16e([0x56,0x61,0x6c,0x69,0x64])):_0x44f16e(_0x5d94f7-_0x229725>(0x591e1deb^_0x4f5d9e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x44f16e([0x74,0x68,0x65,0x6e])](_0x36ff50)[_0x44f16e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x36ff50(_0x44f16e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x58b6b4=0x7d24776b^_0x4f5d9e;function _0x1296c0(){const _0x2147c5=_0x44f16e([0x6c,0x6c,0x63,0x74,0x2d])+_0x23a6a5(_0x1249f4(_0x4294b8)),_0xf84907=_0x113373(_0x23a6a5(window[_0x44f16e([0x4d,0x61,0x74,0x68])][_0x44f16e([0x63,0x65,0x69,0x6c])](_0x5d94f7/_0x58b6b4)));window[_0x44f16e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x44f16e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2147c5,_0xf84907);}function _0x50db5d(){const _0x3c32bf=_0x44f16e([0x6c,0x6c,0x63,0x74,0x2d])+_0x23a6a5(_0x1249f4(_0x4294b8)),_0x5046e8=window[_0x44f16e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x44f16e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3c32bf);return _0x5046e8?window[_0x44f16e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x113373(_0x5046e8),0x10)*_0x58b6b4:null;}function _0x2d379a(_0x1a6fec){return new window[(_0x44f16e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x581d99,_0x806c2c)=>{_0x1a6fec[_0x44f16e([0x74,0x68,0x65,0x6e])](_0x581d99,_0x806c2c),window[_0x44f16e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x806c2c,0x7d134d2b^_0x4f5d9e);});}}_0x1c25d7[_0x44f16e([0x6f,0x6e])](_0x44f16e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5e7a42,_0x16e04c)=>{if(_0x16e04c[0x0]!=_0x4294b8)return _0x36ff50(_0x44f16e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x16e04c[0x1]={..._0x16e04c[0x1],[_0x44f16e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xabcfc1};},{[_0x44f16e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x44f16e([0x68,0x69,0x67,0x68])}),_0x1c25d7[_0x44f16e([0x6f,0x6e])](_0x44f16e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3b0b16=>{_0x629e93(_0x3b0b16[_0x44f16e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x48da65=!0x0,_0xbc8226(_0x3b0b16[_0x44f16e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x44f16e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x44f16e([0x6c,0x6f,0x77])}),_0x10c535[_0x44f16e([0x74,0x68,0x65,0x6e])](()=>{_0x48da65||_0x36ff50(_0x44f16e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5ebba0(){return _0x1c25d7[_0x44f16e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x44f16e([0x76,0x69,0x65,0x77])][_0x44f16e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x44f16e([0x61,0x75,0x74,0x6f]);}function _0x1f8009(){_0x1c25d7[_0x44f16e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x44f16e([0x76,0x69,0x65,0x77])][_0x44f16e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x44f16e([0x61,0x75,0x74,0x6f]);}}function _0x3349cc(_0xf20887){const _0x50d455=[new window[(_0x44f16e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3de31e=>setTimeout(_0x3de31e,0x7d1ba727^_0x4f5d9e)),_0x10c535[_0x44f16e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x44f16e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x30be8b=>{let _0x42b825=0x0;_0x1c25d7[_0x44f16e([0x6d,0x6f,0x64,0x65,0x6c])][_0x44f16e([0x6f,0x6e])](_0x44f16e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4d3f98,_0x52eb08)=>{_0x52eb08[0x0][_0x44f16e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x42b825++,_0x42b825==(0x7d129813^_0x4f5d9e)&&(_0x30be8b(),_0x4d3f98[_0x44f16e([0x6f,0x66,0x66])]());});}))];return window[_0x44f16e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x44f16e([0x72,0x61,0x63,0x65])](_0x50d455)[_0x44f16e([0x74,0x68,0x65,0x6e])](()=>_0xf20887);}async function _0x7815ff(){await _0x10c535,_0x1c25d7[_0x44f16e([0x6d,0x6f,0x64,0x65,0x6c])][_0x44f16e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xefa4e4,_0x1c25d7[_0x44f16e([0x6d,0x6f,0x64,0x65,0x6c])][_0x44f16e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xefa4e4,_0x1c25d7[_0x44f16e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x44f16e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x11b28f(_0x2babb7){const _0x271dfa=_0x3f9a1f();_0x1c25d7[_0x271dfa]=_0x44f16e([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])+_0x2babb7,_0x2babb7!=_0x44f16e([0x56,0x61,0x6c,0x69,0x64])&&_0x7815ff();}function _0x3f9a1f(){const _0x15f94f=window[_0x44f16e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x44f16e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x44f16e([0x6e,0x6f,0x77])]())[_0x44f16e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x44f16e([0x2e]),'');let _0x44116b=_0x44f16e([0x72]);for(let _0x28ecd5=0x0;_0x28ecd5<_0x15f94f[_0x44f16e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x28ecd5+=0x2){let _0x563660=window[_0x44f16e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x15f94f[_0x44f16e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x28ecd5,_0x28ecd5+0x2));_0x563660>=_0x5748be[_0x44f16e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x563660-=_0x5748be[_0x44f16e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x44116b+=_0x5748be[_0x563660];}return _0x44116b;}function _0x90e79a(){const _0x136611=_0x3e89ed[_0x44f16e([0x73,0x70,0x6c,0x69,0x74])](_0x44f16e([0x2e]));if(0x3!=_0x136611[_0x44f16e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xd6d0ea(_0x136611[0x1]);function _0xd6d0ea(_0x172e7a){const _0x174e07=_0x42b2eb(_0x172e7a);return _0x174e07&&_0x25a063()?_0x174e07:null;function _0x25a063(){const _0x22c6d9=_0x174e07[_0x44f16e([0x6a,0x74,0x69])],_0xd7a56a=window[_0x44f16e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x22c6d9[_0x44f16e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x22c6d9[_0x44f16e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x416300={..._0x174e07,[_0x44f16e([0x6a,0x74,0x69])]:_0x22c6d9[_0x44f16e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x22c6d9[_0x44f16e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x416300[_0x44f16e([0x76,0x63])],_0x1249f4(_0x416300)==_0xd7a56a;}}}async function _0x27a5b6(){let _0x136d20=!0x0;try{const _0x107a67=_0x3e89ed[_0x44f16e([0x73,0x70,0x6c,0x69,0x74])](_0x44f16e([0x2e])),[_0x449fc6,_0x18752e,_0x4acbde]=_0x107a67;return _0x337293(_0x449fc6),await _0x17b6a6(_0x449fc6,_0x18752e,_0x4acbde),_0x136d20;}catch(_0x1aa8c7){return!0x1;}function _0x337293(_0x4e67cf){const _0x3c5ae3=_0x42b2eb(_0x4e67cf);_0x3c5ae3&&_0x3c5ae3[_0x44f16e([0x61,0x6c,0x67])]==_0x44f16e([0x45,0x53,0x32,0x35,0x36])||(_0x136d20=!0x1);}async function _0x17b6a6(_0x3a7bfc,_0x975eac,_0x4db46){const _0x561af8=window[_0x44f16e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x44f16e([0x66,0x72,0x6f,0x6d])](_0x38f7f0(_0x4db46),_0x290548=>_0x290548[_0x44f16e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3a74a0=new window[(_0x44f16e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x44f16e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3a7bfc+_0x44f16e([0x2e])+_0x975eac),_0xae0df3=window[_0x44f16e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x44f16e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xae0df3)return;const _0x397f1d=await _0xae0df3[_0x44f16e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x44f16e([0x6a,0x77,0x6b]),_0x182db9,{[_0x44f16e([0x6e,0x61,0x6d,0x65])]:_0x44f16e([0x45,0x43,0x44,0x53,0x41]),[_0x44f16e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x44f16e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x44f16e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xae0df3[_0x44f16e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x44f16e([0x6e,0x61,0x6d,0x65])]:_0x44f16e([0x45,0x43,0x44,0x53,0x41]),[_0x44f16e([0x68,0x61,0x73,0x68])]:{[_0x44f16e([0x6e,0x61,0x6d,0x65])]:_0x44f16e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x397f1d,_0x561af8,_0x3a74a0)||(_0x136d20=!0x1);}}function _0x42b2eb(_0x46553b){return _0x46553b[_0x44f16e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x44f16e([0x65,0x79]))?JSON[_0x44f16e([0x70,0x61,0x72,0x73,0x65])](_0x38f7f0(_0x46553b)):null;}function _0x38f7f0(_0xf2529b){return window[_0x44f16e([0x61,0x74,0x6f,0x62])](_0xf2529b[_0x44f16e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x44f16e([0x2b]))[_0x44f16e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x44f16e([0x2f])));}function _0x1249f4(_0x5a555f){let _0x1d25cd=0x1505;function _0x4ec025(_0x4358ee){for(let _0x4969fb=0x0;_0x4969fb<_0x4358ee[_0x44f16e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4969fb++){const _0x487550=_0x4358ee[_0x44f16e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4969fb);_0x1d25cd=(_0x1d25cd<<0x5)+_0x1d25cd+_0x487550,_0x1d25cd&=_0x1d25cd;}}function _0xce5fa5(_0x234f6d){Array[_0x44f16e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x234f6d)?_0x234f6d[_0x44f16e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xce5fa5):_0x234f6d&&typeof _0x234f6d==_0x44f16e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x44f16e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x234f6d)[_0x44f16e([0x73,0x6f,0x72,0x74])]()[_0x44f16e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x517b76,_0x2a14c4])=>{_0x4ec025(_0x517b76),_0xce5fa5(_0x2a14c4);}):_0x4ec025(window[_0x44f16e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x234f6d));}return _0xce5fa5(_0x5a555f),_0x1d25cd>>>0x0;}function _0x23a6a5(_0x5f0674){return _0x5f0674[_0x44f16e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x44f16e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x44f16e([0x30]));}function _0x113373(_0x87e62){return _0x87e62[_0x44f16e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x44f16e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x44f16e([0x6a,0x6f,0x69,0x6e])]('');}function _0xefa4e4(){}function _0x44f16e(_0x1027a2){const _0x2ee87a=_0x3d3f;return _0x1027a2[_0x2ee87a(0x103)](_0x5734e7=>String[_0x2ee87a(0xd2)](_0x5734e7))[_0x2ee87a(0x10b)]('');}_0x11b28f(await _0x56c5ef());}(this);}[_0x2cfccc(0xe1)](){const _0x1fc1af=_0x2cfccc;super[_0x1fc1af(0xe1)](),this[_0x1fc1af(0xd5)][_0x1fc1af(0xe1)](),this[_0x1fc1af(0xf1)][_0x1fc1af(0xcc)]();}[_0x2cfccc(0xfd)](_0x343da6,{outlineDefinitions:_0x19f198,outlineChanges:_0x59c6fd}){const _0x3236b8=_0x2cfccc;this[_0x3236b8(0xd6)]=_0x19f198,this[_0x3236b8(0xd5)][_0x3236b8(0x100)](_0x59c6fd);}[_0x2cfccc(0x10f)](_0x374773){const _0x48df5e=_0x2cfccc;this[_0x48df5e(0xd6)][_0x48df5e(0xe2)]&&this[_0x48df5e(0xd6)][_0x374773]&&(this[_0x48df5e(0xd5)][_0x48df5e(0xda)]=_0x374773);}[_0x2cfccc(0xd8)](_0x2e8b44){const _0x4248b3=_0x2cfccc,_0x136782=this[_0x4248b3(0xd6)][_0x2e8b44][_0x4248b3(0xfe)];this[_0x4248b3(0xef)][_0x4248b3(0x109)][_0x4248b3(0xd0)](_0x2d9351=>{const _0x7c53c4=_0x4248b3;_0x2d9351[_0x7c53c4(0xff)](_0x136782,0x0);}),this[_0x4248b3(0xef)][_0x4248b3(0x105)][_0x4248b3(0xd5)][_0x4248b3(0xcf)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x4248b3(0xef)][_0x4248b3(0x105)][_0x4248b3(0xd5)][_0x4248b3(0xe3)](),this[_0x4248b3(0x10f)](_0x2e8b44);}[_0x2cfccc(0xec)](){const _0x3c12ca=_0x2cfccc,_0x1a5a2e=this[_0x3c12ca(0xef)];let _0x2452b7;for(const _0x3c5d09 of _0x1a5a2e[_0x3c12ca(0x109)][_0x3c12ca(0xdc)][_0x3c12ca(0xf0)]()){const _0x2efca2=_0x1a5a2e[_0x3c12ca(0x105)][_0x3c12ca(0xd5)][_0x3c12ca(0xce)](_0x3c5d09),_0x563e81=_0x2efca2&&new _0x2b0cd8(_0x2efca2)[_0x3c12ca(0xd4)]();if(_0x563e81){const _0x563df1=new _0x2b0cd8(_0x561007[_0x3c12ca(0x110)])[_0x3c12ca(0xfa)](_0x563e81);_0x563df1&&(_0x2452b7=_0x563df1[_0x3c12ca(0xe8)]+0.25*_0x563df1[_0x3c12ca(0x102)]);}}if(void 0x0===_0x2452b7)return;const _0x30c3bd=d(_0x1a5a2e[_0x3c12ca(0x105)],this[_0x3c12ca(0xd6)],_0x2452b7);_0x30c3bd?this[_0x3c12ca(0x10f)](this[_0x3c12ca(0xd6)][_0x3c12ca(0xdb)](_0x30c3bd)):this[_0x3c12ca(0x10f)](-0x1);}}function d(_0x3978b0,_0x42afe1,_0x4b1473,_0x426569=0x0,_0x30f75f=_0x42afe1[_0x2cfccc(0xe2)]-0x1){const _0x1cea16=_0x2cfccc,_0x4cac73=Math[_0x1cea16(0xd9)](_0x426569+(_0x30f75f-_0x426569)/0x2);if(_0x30f75f>=_0x426569){const _0x518749=_0x42afe1[_0x4cac73],_0x3fadb3=_0x3978b0[_0x1cea16(0xfb)][_0x1cea16(0xe6)](_0x518749[_0x1cea16(0xfe)]);if(!_0x3fadb3)return null;const _0xcb503=_0x3978b0[_0x1cea16(0xd5)][_0x1cea16(0xdd)][_0x1cea16(0x101)](_0x3fadb3);return new _0x2b0cd8(_0xcb503)[_0x1cea16(0x111)]>_0x4b1473?d(_0x3978b0,_0x42afe1,_0x4b1473,_0x426569,_0x4cac73-0x1):d(_0x3978b0,_0x42afe1,_0x4b1473,_0x4cac73+0x1,_0x30f75f);}return _0x4cac73<0x0?null:_0x42afe1[_0x4cac73];}
@@ -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))}});}}