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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x109ef9,Command as _0x34e41e}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x45afee,throttle as _0x565eaa}from'lodash-es';import{Text as _0x5f27e5,TreeWalker as _0x24536e}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x2a9709,diffToChanges as _0x2fc97e,scrollAncestorsToShowTarget as _0x596607,CKEditorError as _0x4fc383,global as _0x406075,Rect as _0x241472,uid as _0x12fb06,priorities as _0x23abf8}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x4b5151,ButtonView as _0x1db096,MenuBarMenuListItemButtonView as _0x5cc123}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x894bad,toWidget as _0xd8ca5}from'@ckeditor/ckeditor5-widget/dist/index.js';import{icons as _0x7b7b7}from'ckeditor5-collaboration/dist/index.js';function p(_0x506e05){let _0x5882f3='';for(const _0x51998a of _0x506e05['getChildren']())_0x51998a instanceof _0x5f27e5&&(_0x5882f3+=_0x51998a['data']);return _0x5882f3;}class i extends _0x109ef9{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x3f044d=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x423dee=[];_0x3f044d['model']['document']['on']('change',_0x45afee(()=>{const _0x496a76=_0x423dee;_0x423dee=this['_getOutlineDefinitions']();const _0x43db94=_0x2a9709(_0x496a76,_0x423dee,(_0x36a82d,_0x73421a)=>_0x36a82d['level']===_0x73421a['level']&&_0x36a82d['text']===_0x73421a['text']&&_0x36a82d['modelElement']===_0x73421a['modelElement']),_0x8cdff7=_0x2fc97e(_0x43db94,_0x423dee),_0x3194d8=this['_getActiveHeading'](),_0x175cf4=_0x423dee['findIndex'](_0x49ddf7=>_0x49ddf7['modelElement']===_0x3194d8);_0x8cdff7['length']&&this['fire']('change',{'outlineDefinitions':_0x423dee,'activeItemIndex':_0x175cf4,'outlineChanges':_0x8cdff7}),this['fire']('activeItemIndex',{'index':_0x175cf4});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x23c0f2=this['editor'],_0x3e17f8=[],_0x484b1e=this['_headingNames'];for(const _0x5f343a of _0x23c0f2['model']['document']['getRootNames']())_0x325345(_0x23c0f2['model']['document']['getRoot'](_0x5f343a));function _0x325345(_0x586925){for(const _0x44e69f of _0x586925['getChildren']())_0x44e69f['is']('element')&&(_0x484b1e['includes'](_0x44e69f['name'])&&_0x3e17f8['push']({'level':_0x484b1e['indexOf'](_0x44e69f['name'])+0x1,'text':p(_0x44e69f),'modelElement':_0x44e69f}),_0x325345(_0x44e69f));}return _0x3e17f8;}['_getActiveHeading'](){const _0x61bdc6=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x52bcfd=new _0x24536e({'direction':'backward','startPosition':_0x61bdc6});for(const _0x140677 of _0x52bcfd)if(_0x140677['item']['is']('element')&&this['_headingNames']['includes'](_0x140677['item']['name']))return _0x140677['item'];}['_getHeadingNames'](){const _0x312dc9=this['editor']['config']['get']('documentOutline.headings');return _0x312dc9||function(_0x2d3c76){const _0x439694=_0x2d3c76['config']['get']('heading.options');return _0x439694?_0x439694['reduce']((_0x28f0c1,_0x250cee)=>('paragraph'!==_0x250cee['model']&&_0x28f0c1['push'](_0x250cee['model']),_0x28f0c1),[]):_0x2d3c76['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x18c5d8=this['editor'],_0x48212f=['h1','h2','h3','h4','h5','h6'],_0xa857e2=[];for(const _0x24f17d of _0x48212f){const _0x2005a6=_0x18c5d8['editing']['view']['domConverter']['domToView'](document['createElement'](_0x24f17d)),_0x1fff26=_0x18c5d8['data']['toModel'](_0x2005a6)['getChild'](0x0);_0x1fff26?.['is']('element')&&_0xa857e2['push'](_0x1fff26['name']);}this['_headingNames']=_0xa857e2;}}function N(_0x5e3fc9,_0x24a92d){const t=_0x5e3fc9['t'];switch(_0x24a92d){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 _0x24a92d;}}class A extends _0x4b5151{constructor(_0x5e6d72,_0x32fe2c=!0x1){super(_0x5e6d72);const _0x330bb1=this['bindTemplate'],_0x464350=_0x32fe2c?'['+N(_0x5e6d72,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x2b4438=>!_0x2b4438),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x330bb1['to']('level',_0x3beda0=>'ck-document-outline__item_level-'+_0x3beda0),_0x330bb1['if']('isActive','ck-document-outline__item_active'),_0x330bb1['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x330bb1['to']('text')},'children':[{'text':_0x330bb1['to']('text',_0x3cc73f=>_0x3cc73f||_0x464350)}],'on':{'click':_0x330bb1['to']('click')}});}}class l extends _0x4b5151{['items'];['showEmptyHeadingText'];['_documentOutlineContainer'];constructor(_0x182088,_0xa72b=!0x1,_0x5da17f){super(_0x182088),this['showEmptyHeadingText']=_0xa72b,this['set']('activeItemIndex',-0x1),this['_documentOutlineContainer']=_0x5da17f,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x1b57b4,_0x3d88c6,_0x288572,_0x482ae4)=>{this['_setActiveItem'](_0x482ae4,_0x288572);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x182088['contentLanguageDirection'],'data-document-outline-empty-placeholder':N(_0x182088,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x308430){_0x308430['forEach'](_0x3ccaae=>{'insert'==_0x3ccaae['type']?this['_insertItem'](_0x3ccaae['index'],..._0x3ccaae['values']):'delete'==_0x3ccaae['type']&&this['_deleteItem'](_0x3ccaae['index'],_0x3ccaae['howMany']);});}['_setActiveItem'](_0x23c7cc,_0x38f958){if(-0x1!==_0x23c7cc){const _0x4e7b42=this['items']['get'](_0x23c7cc);_0x4e7b42&&(_0x4e7b42['isActive']=!0x1);}-0x1!==_0x38f958&&(this['items']['get'](_0x38f958)['isActive']=!0x0,this['_scrollToItem'](_0x38f958));}['_insertItem'](_0x490f02,..._0x15381e){const _0x504c2=_0x15381e['map']((_0x5cdc91,_0xe5a27c)=>{const _0x3281ee=new A(this['locale'],this['showEmptyHeadingText']);return _0x3281ee['text']=_0x5cdc91['text'],_0x3281ee['level']=_0x5cdc91['level'],_0x490f02+_0xe5a27c===this['activeItemIndex']&&(_0x3281ee['isActive']=!0x0),_0x3281ee;});this['items']['addMany'](_0x504c2,_0x490f02);}['_deleteItem'](_0xbb9b84,_0x139b4e){do{this['items']['remove'](_0xbb9b84);}while(--_0x139b4e);}['_handleItemClick'](_0x1f1bd3){const _0x8c8f94=this['items']['getIndex'](_0x1f1bd3['source']);this['fire']('itemSelected',_0x8c8f94);}['_scrollToItem'](_0x5006ec){_0x596607(this['items']['get'](_0x5006ec)['element'],0x14,this['_documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x109ef9{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x9922c3){super(_0x9922c3),this['view']=new l(_0x9922c3['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x565eaa(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x3e231e=this['editor'],_0x525d22=_0x3e231e['plugins']['get']('DocumentOutlineUtils');let _0x5db10e=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x3e231e['config']['get']('documentOutline.container'))throw new _0x4fc383('document-outline-container-not-provided',{'editor':_0x3e231e});_0x3e231e['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x525d22['on']('change',this['_handleOutlineChange']['bind'](this)),_0x525d22['on']('activeItemIndex',(_0x5602b6,{index:_0x24c368})=>this['_setActiveViewItem'](_0x24c368)),this['view']['on']('itemSelected',(_0x513cda,_0x1b6e0f)=>{_0x5db10e=!0x0,this['_handleItemSelected'](_0x1b6e0f);}),this['view']['listenTo'](_0x406075['document'],'scroll',()=>{_0x5db10e?_0x5db10e=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x406075['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x5eb109){const _0x385112=_0x2aa791([0x66,0x64,0x72,0x57,0x50,0x70,0x67,0x75,0x6a,0x46,0x45,0x6d,0x4b,0x31,0x56,0x63,0x74,0x38,0x58,0x61,0x53,0x44,0x30,0x6c,0x4a,0x4d,0x37,0x59,0x51,0x47,0x5a,0x6b,0x71,0x79,0x41,0x6e,0x4f,0x73,0x54,0x69,0x32,0x62,0x4e,0x34,0x65,0x77,0x78,0x49,0x33,0x76,0x42,0x48,0x6f,0x68,0x43,0x55,0x39,0x36,0x7a,0x52,0x4c,0x35]),_0x57deef=0x3444e9c2,_0x1e73fc=0x3443be72^_0x57deef,_0x386450=window[_0x2aa791([0x44,0x61,0x74,0x65])][_0x2aa791([0x6e,0x6f,0x77])](),_0x3eeb05=_0x5eb109[_0x2aa791([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x36dcb=new window[(_0x2aa791([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x29dd22=>{_0x3eeb05[_0x2aa791([0x6f,0x6e,0x63,0x65])](_0x2aa791([0x72,0x65,0x61,0x64,0x79]),_0x29dd22);}),_0x20b09d={[_0x2aa791([0x6b,0x74,0x79])]:_0x2aa791([0x45,0x43]),[_0x2aa791([0x75,0x73,0x65])]:_0x2aa791([0x73,0x69,0x67]),[_0x2aa791([0x63,0x72,0x76])]:_0x2aa791([0x50,0x2d,0x32,0x35,0x36]),[_0x2aa791([0x78])]:_0x2aa791([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]),[_0x2aa791([0x79])]:_0x2aa791([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]),[_0x2aa791([0x61,0x6c,0x67])]:_0x2aa791([0x45,0x53,0x32,0x35,0x36])},_0xc59a4c=_0x3eeb05[_0x2aa791([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2aa791([0x67,0x65,0x74])](_0x2aa791([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x172ec2(){let _0x462df4,_0x4392d2=null,_0x1a5d01=null;try{if(_0xc59a4c==_0x2aa791([0x47,0x50,0x4c]))return _0x2aa791([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x462df4=_0x3aaba3(),!_0x462df4)return _0x2aa791([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x462df4[_0x2aa791([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1a5d01=_0x2dc493(_0x462df4[_0x2aa791([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x462df4[_0x2aa791([0x6a,0x74,0x69])])),await _0xf59fb2()?_0x109264()?_0x2ad193()?_0x2aa791([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xe01926()?(_0x462df4[_0x2aa791([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2aa791([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4392d2=_0x53d413(_0x2aa791([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x462df4[_0x2aa791([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2aa791([0x74,0x72,0x69,0x61,0x6c])&&(_0x4392d2=_0x53d413(_0x2aa791([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x462df4[_0x2aa791([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2aa791([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x4392d2=_0x53d413(_0x2aa791([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5af839()):_0x2aa791([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2aa791([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2aa791([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x585ebc){return _0x2aa791([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2ad193(){const _0x335411=[_0x2aa791([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2aa791([0x74,0x72,0x69,0x61,0x6c])][_0x2aa791([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x462df4[_0x2aa791([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x386450/0x3e8:0xe10*_0x1e73fc;return _0x462df4[_0x2aa791([0x65,0x78,0x70])]<_0x335411;}function _0x109264(){const _0x4a75c5=_0x462df4[_0x2aa791([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4a75c5&&(!!_0x4a75c5[_0x2aa791([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2aa791([0x2a]))||(!!_0x4a75c5[_0x2aa791([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2aa791([0x44,0x4f]))||!!_0x4a75c5[_0x2aa791([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2aa791([0x50,0x50]))));}function _0xe01926(){const _0x5c535f=_0x462df4[_0x2aa791([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5c535f||0x0==_0x5c535f[_0x2aa791([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x33b2b3}=new URL(window[_0x2aa791([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5c535f[_0x2aa791([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33b2b3))return!0x0;const _0x201535=_0x33b2b3[_0x2aa791([0x73,0x70,0x6c,0x69,0x74])](_0x2aa791([0x2e]));return _0x5c535f[_0x2aa791([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2d025a=>_0x2d025a[_0x2aa791([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2aa791([0x2a])))[_0x2aa791([0x6d,0x61,0x70])](_0x8056ac=>_0x8056ac[_0x2aa791([0x73,0x70,0x6c,0x69,0x74])](_0x2aa791([0x2e])))[_0x2aa791([0x73,0x6f,0x6d,0x65])](_0x65cef6=>_0x201535[_0x2aa791([0x65,0x76,0x65,0x72,0x79])]((_0x5274da,_0x5b066d)=>_0x65cef6[_0x5b066d]===_0x5274da||_0x65cef6[_0x5b066d]===_0x2aa791([0x2a])));}function _0x5af839(){return _0x4392d2&&_0x1a5d01?new window[(_0x2aa791([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x261008,_0x1239e5)=>{_0x4392d2[_0x2aa791([0x74,0x68,0x65,0x6e])](_0x261008,_0x1239e5),_0x1a5d01[_0x2aa791([0x74,0x68,0x65,0x6e])](_0x2a7640=>{_0x2a7640!=_0x2aa791([0x56,0x61,0x6c,0x69,0x64])&&_0x261008(_0x2a7640);},_0x1239e5);}):_0x4392d2||_0x1a5d01||_0x2aa791([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2dc493(_0x52648a,_0x28f855){return new window[(_0x2aa791([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3ec471=>{if(_0x2a9093())return _0x3ec471(_0x2aa791([0x56,0x61,0x6c,0x69,0x64]));_0x301466(),_0x3eeb05[_0x2aa791([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2aa791([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x555acc=!0x1;const _0x504554=_0x12fb06();function _0x3f8c8b(_0xa5eb01){return!!_0xa5eb01&&(typeof _0xa5eb01===_0x2aa791([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xa5eb01===_0x2aa791([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xa5eb01[_0x2aa791([0x74,0x68,0x65,0x6e])]===_0x2aa791([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xa5eb01[_0x2aa791([0x63,0x61,0x74,0x63,0x68])]===_0x2aa791([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x471a3e(_0x469e57){_0x225725(_0x469e57)[_0x2aa791([0x74,0x68,0x65,0x6e])](_0x5de2d3=>{if(!_0x5de2d3||_0x5de2d3[_0x2aa791([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2aa791([0x6f,0x6b]))return _0x2aa791([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x28e95a(_0x505f17(_0x504554+_0x28f855))!=_0x5de2d3[_0x2aa791([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2aa791([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2aa791([0x56,0x61,0x6c,0x69,0x64]);})[_0x2aa791([0x74,0x68,0x65,0x6e])](_0x151903=>(_0x2145db(),_0x151903),()=>{const _0x484017=_0x3e2a11();return null==_0x484017?(_0x2145db(),_0x2aa791([0x56,0x61,0x6c,0x69,0x64])):_0x2aa791(_0x386450-_0x484017>(0x10486dc2^_0x57deef)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2aa791([0x74,0x68,0x65,0x6e])](_0x3ec471)[_0x2aa791([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3ec471(_0x2aa791([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x492180=0x34720742^_0x57deef;function _0x2145db(){const _0x367836=_0x2aa791([0x6c,0x6c,0x63,0x74,0x2d])+_0x28e95a(_0x505f17(_0x52648a)),_0x40e347=_0x3c118a(_0x28e95a(window[_0x2aa791([0x4d,0x61,0x74,0x68])][_0x2aa791([0x63,0x65,0x69,0x6c])](_0x386450/_0x492180)));window[_0x2aa791([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2aa791([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x367836,_0x40e347);}function _0x3e2a11(){const _0x48c270=_0x2aa791([0x6c,0x6c,0x63,0x74,0x2d])+_0x28e95a(_0x505f17(_0x52648a)),_0x1e5405=window[_0x2aa791([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2aa791([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x48c270);return _0x1e5405?window[_0x2aa791([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3c118a(_0x1e5405),0x10)*_0x492180:null;}function _0x225725(_0x5f31d8){return new window[(_0x2aa791([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x23398b,_0x335fd7)=>{_0x5f31d8[_0x2aa791([0x74,0x68,0x65,0x6e])](_0x23398b,_0x335fd7),window[_0x2aa791([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x335fd7,0x34453d02^_0x57deef);});}}_0x3eeb05[_0x2aa791([0x6f,0x6e])](_0x2aa791([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x433d54,_0x241fa9)=>{if(_0x241fa9[0x0]!=_0x52648a)return _0x3ec471(_0x2aa791([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x241fa9[0x1]={..._0x241fa9[0x1],[_0x2aa791([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x504554};},{[_0x2aa791([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2aa791([0x68,0x69,0x67,0x68])}),_0x3eeb05[_0x2aa791([0x6f,0x6e])](_0x2aa791([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x45ceaa=>{_0x3f8c8b(_0x45ceaa[_0x2aa791([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x555acc=!0x0,_0x471a3e(_0x45ceaa[_0x2aa791([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2aa791([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2aa791([0x6c,0x6f,0x77])}),_0x36dcb[_0x2aa791([0x74,0x68,0x65,0x6e])](()=>{_0x555acc||_0x3ec471(_0x2aa791([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2a9093(){return _0x3eeb05[_0x2aa791([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2aa791([0x76,0x69,0x65,0x77])][_0x2aa791([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2aa791([0x61,0x75,0x74,0x6f]);}function _0x301466(){_0x3eeb05[_0x2aa791([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2aa791([0x76,0x69,0x65,0x77])][_0x2aa791([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2aa791([0x61,0x75,0x74,0x6f]);}}function _0x53d413(_0x13482d){const _0x241116=[new window[(_0x2aa791([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf9a5ac=>setTimeout(_0xf9a5ac,0x344dd70e^_0x57deef)),_0x36dcb[_0x2aa791([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2aa791([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3f953d=>{let _0x1973ed=0x0;_0x3eeb05[_0x2aa791([0x6d,0x6f,0x64,0x65,0x6c])][_0x2aa791([0x6f,0x6e])](_0x2aa791([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x528384,_0x4af6e5)=>{_0x4af6e5[0x0][_0x2aa791([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1973ed++,_0x1973ed==(0x3444e83a^_0x57deef)&&(_0x3f953d(),_0x528384[_0x2aa791([0x6f,0x66,0x66])]());});}))];return window[_0x2aa791([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2aa791([0x72,0x61,0x63,0x65])](_0x241116)[_0x2aa791([0x74,0x68,0x65,0x6e])](()=>_0x13482d);}async function _0x20c07c(){await _0x36dcb,_0x3eeb05[_0x2aa791([0x6d,0x6f,0x64,0x65,0x6c])][_0x2aa791([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x445cac,_0x3eeb05[_0x2aa791([0x6d,0x6f,0x64,0x65,0x6c])][_0x2aa791([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x445cac,_0x3eeb05[_0x2aa791([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2aa791([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2517b1(_0x334f93){const _0x21bd82=_0x1e0b6b();_0x3eeb05[_0x21bd82]=_0x2aa791([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])+_0x334f93,_0x334f93!=_0x2aa791([0x56,0x61,0x6c,0x69,0x64])&&_0x20c07c();}function _0x1e0b6b(){const _0x105f04=window[_0x2aa791([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2aa791([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2aa791([0x6e,0x6f,0x77])]())[_0x2aa791([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2aa791([0x2e]),'');let _0x209ad0=_0x2aa791([0x66]);for(let _0x44fbae=0x0;_0x44fbae<_0x105f04[_0x2aa791([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x44fbae+=0x2){let _0x331cbf=window[_0x2aa791([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x105f04[_0x2aa791([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x44fbae,_0x44fbae+0x2));_0x331cbf>=_0x385112[_0x2aa791([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x331cbf-=_0x385112[_0x2aa791([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x209ad0+=_0x385112[_0x331cbf];}return _0x209ad0;}function _0x3aaba3(){const _0x444afd=_0xc59a4c[_0x2aa791([0x73,0x70,0x6c,0x69,0x74])](_0x2aa791([0x2e]));if(0x3!=_0x444afd[_0x2aa791([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xab821b(_0x444afd[0x1]);function _0xab821b(_0x33c3f2){const _0x53eec2=_0x4e676a(_0x33c3f2);return _0x53eec2&&_0x5a0525()?_0x53eec2:null;function _0x5a0525(){const _0x185bf9=_0x53eec2[_0x2aa791([0x6a,0x74,0x69])],_0x4c51bb=window[_0x2aa791([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x185bf9[_0x2aa791([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x185bf9[_0x2aa791([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4609c0={..._0x53eec2,[_0x2aa791([0x6a,0x74,0x69])]:_0x185bf9[_0x2aa791([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x185bf9[_0x2aa791([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4609c0[_0x2aa791([0x76,0x63])],_0x505f17(_0x4609c0)==_0x4c51bb;}}}async function _0xf59fb2(){let _0x502653=!0x0;try{const _0xa76c52=_0xc59a4c[_0x2aa791([0x73,0x70,0x6c,0x69,0x74])](_0x2aa791([0x2e])),[_0x4f9e00,_0x29f2fc,_0x4186ba]=_0xa76c52;return _0x3afe90(_0x4f9e00),await _0x431e96(_0x4f9e00,_0x29f2fc,_0x4186ba),_0x502653;}catch(_0xa9adee){return!0x1;}function _0x3afe90(_0x18036a){const _0x4e0e25=_0x4e676a(_0x18036a);_0x4e0e25&&_0x4e0e25[_0x2aa791([0x61,0x6c,0x67])]==_0x2aa791([0x45,0x53,0x32,0x35,0x36])||(_0x502653=!0x1);}async function _0x431e96(_0x4f6df0,_0x4f2d1d,_0x589f4e){const _0xf50493=window[_0x2aa791([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2aa791([0x66,0x72,0x6f,0x6d])](_0x1e1e47(_0x589f4e),_0x283fc1=>_0x283fc1[_0x2aa791([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x10d7a7=new window[(_0x2aa791([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2aa791([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4f6df0+_0x2aa791([0x2e])+_0x4f2d1d),_0x111b09=window[_0x2aa791([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2aa791([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x111b09)return;const _0x45dbcf=await _0x111b09[_0x2aa791([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2aa791([0x6a,0x77,0x6b]),_0x20b09d,{[_0x2aa791([0x6e,0x61,0x6d,0x65])]:_0x2aa791([0x45,0x43,0x44,0x53,0x41]),[_0x2aa791([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2aa791([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2aa791([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x111b09[_0x2aa791([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2aa791([0x6e,0x61,0x6d,0x65])]:_0x2aa791([0x45,0x43,0x44,0x53,0x41]),[_0x2aa791([0x68,0x61,0x73,0x68])]:{[_0x2aa791([0x6e,0x61,0x6d,0x65])]:_0x2aa791([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x45dbcf,_0xf50493,_0x10d7a7)||(_0x502653=!0x1);}}function _0x4e676a(_0x5e4634){return _0x5e4634[_0x2aa791([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2aa791([0x65,0x79]))?JSON[_0x2aa791([0x70,0x61,0x72,0x73,0x65])](_0x1e1e47(_0x5e4634)):null;}function _0x1e1e47(_0x5bb3a4){return window[_0x2aa791([0x61,0x74,0x6f,0x62])](_0x5bb3a4[_0x2aa791([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2aa791([0x2b]))[_0x2aa791([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2aa791([0x2f])));}function _0x505f17(_0x1f09cb){let _0x324b13=0x1505;function _0xfbfe5a(_0x51a405){for(let _0x408f25=0x0;_0x408f25<_0x51a405[_0x2aa791([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x408f25++){const _0x1c3bbe=_0x51a405[_0x2aa791([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x408f25);_0x324b13=(_0x324b13<<0x5)+_0x324b13+_0x1c3bbe,_0x324b13&=_0x324b13;}}function _0x2ba60d(_0x37de12){Array[_0x2aa791([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x37de12)?_0x37de12[_0x2aa791([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2ba60d):_0x37de12&&typeof _0x37de12==_0x2aa791([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2aa791([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x37de12)[_0x2aa791([0x73,0x6f,0x72,0x74])]()[_0x2aa791([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3dab5c,_0x5eef34])=>{_0xfbfe5a(_0x3dab5c),_0x2ba60d(_0x5eef34);}):_0xfbfe5a(window[_0x2aa791([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x37de12));}return _0x2ba60d(_0x1f09cb),_0x324b13>>>0x0;}function _0x28e95a(_0x368e82){return _0x368e82[_0x2aa791([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2aa791([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2aa791([0x30]));}function _0x3c118a(_0x4a321c){return _0x4a321c[_0x2aa791([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2aa791([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2aa791([0x6a,0x6f,0x69,0x6e])]('');}function _0x445cac(){}function _0x2aa791(_0x61905b){return _0x61905b['map'](_0x27cae4=>String['fromCharCode'](_0x27cae4))['join']('');}_0x2517b1(await _0x172ec2());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x4e5b6a,{outlineDefinitions:_0x5c802e,outlineChanges:_0x498274}){this['_currentOutlineDefinitions']=_0x5c802e,this['view']['sync'](_0x498274);}['_setActiveViewItem'](_0x2bb941){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x2bb941]&&(this['view']['activeItemIndex']=_0x2bb941);}['_handleItemSelected'](_0x2e2336){const _0x52c496=this['_currentOutlineDefinitions'][_0x2e2336]['modelElement'];this['editor']['model']['change'](_0x52c826=>{_0x52c826['setSelection'](_0x52c496,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x2e2336);}['_updateActiveDefinitionOnViewportChange'](){const _0x4fc86d=this['editor'];let _0x16c54c;for(const _0x7ecb0d of _0x4fc86d['model']['document']['getRootNames']()){const _0x1b631e=_0x4fc86d['editing']['view']['getDomRoot'](_0x7ecb0d),_0x2f3f01=_0x1b631e&&new _0x241472(_0x1b631e)['getVisible']();if(_0x2f3f01){const _0x5b05aa=new _0x241472(_0x406075['window'])['getIntersection'](_0x2f3f01);_0x5b05aa&&(_0x16c54c=_0x5b05aa['top']+0.25*_0x5b05aa['height']);}}if(void 0x0===_0x16c54c)return;const _0x4a542d=d(_0x4fc86d['editing'],this['_currentOutlineDefinitions'],_0x16c54c);_0x4a542d?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x4a542d)):this['_setActiveViewItem'](-0x1);}}function d(_0x42db9e,_0x57019b,_0x2fd7a5,_0x83d99d=0x0,_0x219b6e=_0x57019b['length']-0x1){const _0x446f3c=Math['floor'](_0x83d99d+(_0x219b6e-_0x83d99d)/0x2);if(_0x219b6e>=_0x83d99d){const _0x16e380=_0x57019b[_0x446f3c],_0x303e10=_0x42db9e['mapper']['toViewElement'](_0x16e380['modelElement']);if(!_0x303e10)return null;const _0x4f4f0d=_0x42db9e['view']['domConverter']['mapViewToDom'](_0x303e10);return new _0x241472(_0x4f4f0d)['bottom']>_0x2fd7a5?d(_0x42db9e,_0x57019b,_0x2fd7a5,_0x83d99d,_0x446f3c-0x1):d(_0x42db9e,_0x57019b,_0x2fd7a5,_0x446f3c+0x1,_0x219b6e);}return _0x446f3c<0x0?null:_0x57019b[_0x446f3c];}class u extends _0x109ef9{['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 _0x5ca389=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x56b3fe;for(const _0x3b61f5 in _0x5ca389){const _0x23a147=_0x3b61f5,_0x2ba7ee=_0x5ca389[_0x23a147];if('documentOutlineLicenseKeyValid'==_0x2ba7ee||'documentOutlineLicenseKeyInvalid'==_0x2ba7ee||'documentOutlineLicenseKeyExpired'==_0x2ba7ee||'documentOutlineLicenseKeyDomainLimit'==_0x2ba7ee||'documentOutlineLicenseKeyNotAllowed'==_0x2ba7ee||'documentOutlineLicenseKeyEvaluationLimit'==_0x2ba7ee||'documentOutlineLicenseKeyTrialLimit'==_0x2ba7ee||'documentOutlineLicenseKeyDevelopmentLimit'==_0x2ba7ee||'documentOutlineLicenseKeyUsageLimit'==_0x2ba7ee){delete _0x5ca389[_0x23a147],_0x56b3fe=_0x2ba7ee,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x56b3fe&&_0x5ca389['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x56b3fe&&_0x5ca389['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x56b3fe&&_0x5ca389['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x56b3fe&&_0x5ca389['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x56b3fe&&_0x5ca389['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x56b3fe&&_0x5ca389['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyDevelopmentLimit'==_0x56b3fe&&_0x5ca389['_showLicenseError']('developmentLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x56b3fe&&_0x5ca389['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x34e41e{['execute'](){this['editor']['model']['change'](_0x4ef866=>{this['editor']['model']['insertObject'](_0x4ef866['createElement']('tableOfContents'));});}['refresh'](){const _0x2e5d84=this['editor']['model'],_0x223ff3=_0x2e5d84['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x223ff3&&_0x2e5d84['schema']['findAllowedParent'](_0x223ff3,'tableOfContents'));}}class y extends _0x109ef9{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x580ca7=this['editor'];if(_0x580ca7['config']['get']('headingId.modelAttributeName'))return;(function(_0x2bccdc){const _0x4a4eba=new Map();if(_0x2bccdc)return _0x2bccdc['forEach'](_0x432551=>{'paragraph'!==_0x432551['model']&&_0x4a4eba['set'](_0x432551['view'],_0x432551['model']);}),_0x4a4eba['get']('h1')||_0x4a4eba['set']('h1','heading1'),_0x4a4eba;return _0x4a4eba;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x4a8303,_0x25655a)=>{this['_customUpcastHeadingsConversion'](_0x25655a),this['_customDataDowncastHeadingsConversion'](_0x4a8303),_0x580ca7['model']['schema']['isRegistered'](_0x4a8303)&&_0x580ca7['model']['schema']['extend'](_0x4a8303,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x5c3e87){this['editor']['conversion']['for']('upcast')['add'](_0xc4909a=>_0xc4909a['on']('element:'+_0x5c3e87,(_0xeb50c3,_0x37a51f,_0x3e765a)=>{const {consumable:_0x3da1c1,writer:_0x202a74}=_0x3e765a,_0x3a1f09=_0x37a51f['viewItem']['getAttribute']('id'),_0x3a376c=_0x37a51f['modelRange']['getContainedElement']();if(_0x3a376c)return _0x3a1f09&&_0x3a1f09['length']||_0x3a376c['hasAttribute']('headingId')?void(_0x3da1c1['consume'](_0x37a51f['viewItem'],{'attributes':['id']})&&_0x202a74['setAttribute']('headingId',_0x3a1f09,_0x3a376c)):(_0x3da1c1['consume'](_0x37a51f['viewItem'],{'attributes':['id']}),void _0x202a74['setAttribute']('headingId',_0x12fb06(),_0x3a376c));},{'priority':_0x23abf8['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x27ea40){this['editor']['conversion']['for']('downcast')['add'](_0x18c50b=>_0x18c50b['on']('attribute:headingId:'+_0x27ea40,(_0x4c18f2,_0x4824d6,_0x229d11)=>{if(!_0x229d11['consumable']['consume'](_0x4824d6['item'],_0x4c18f2['name']))return;const _0x3a00d9=_0x4824d6['item']['getAttribute']('headingId'),_0x5cb641=_0x229d11['mapper']['toViewElement'](_0x4824d6['item']);_0x229d11['writer']['setAttribute']('id',_0x3a00d9,_0x5cb641);}));}['_registerHeadingIdAttributePostfixer'](){const _0x2322b3=this['editor'],_0x1bec16=new Set(),_0x53cd41=new Set();function _0x43121f(_0x1a6047,_0xaac34b){const _0x595d0f=_0x12fb06();return _0x53cd41['add'](_0x595d0f),_0x1a6047['setAttribute']('headingId',_0x595d0f,_0xaac34b),_0x595d0f;}function _0x3e6ca4(_0x593430,_0x32ff1b){_0x593430['removeAttribute']('headingId',_0x32ff1b);}_0x2322b3['model']['document']['registerPostFixer'](_0x25b2b4=>{const _0x515d19=_0x2322b3['model']['document']['differ']['getChanges']();let _0x14e0c9=!0x1;for(const _0x39de1a of _0x515d19)if('insert'==_0x39de1a['type']&&_0x39de1a['name']){if(_0x39de1a['name']['match'](/heading\d/)){const _0xbc8f7b=_0x39de1a['attributes']['get']('headingId');'string'==typeof _0xbc8f7b?_0x1bec16['has'](_0xbc8f7b)?(_0x43121f(_0x25b2b4,_0x39de1a['position']['nodeAfter']),_0x14e0c9=!0x0):_0x53cd41['add'](_0xbc8f7b):(_0x43121f(_0x25b2b4,_0x39de1a['position']['nodeAfter']),_0x14e0c9=!0x0);}else'string'==typeof _0x39de1a['attributes']['get']('headingId')&&(_0x3e6ca4(_0x25b2b4,_0x39de1a['position']['nodeAfter']),_0x14e0c9=!0x0);}else{if('remove'==_0x39de1a['type']){const _0x5df19b=_0x39de1a['attributes']['get']('headingId');'string'==typeof _0x5df19b&&_0x1bec16['delete'](_0x5df19b);}}return _0x14e0c9;}),_0x2322b3['model']['document']['on']('change',()=>{_0x53cd41['forEach'](_0x51ccb8=>_0x1bec16['add'](_0x51ccb8)),_0x53cd41['clear']();});}}class s extends _0x109ef9{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x894bad,i,y];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x26ac3c){super(_0x26ac3c),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x4f2503=this['editor'],_0x14d8c3=_0x4f2503['editing']['view']['document'];_0x4f2503['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x4f2503['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x14d8c3,'click',(_0x2afa35,_0x1634f0)=>{if(!_0x1634f0['target'])return;const _0x1179c2=_0x1634f0['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x1179c2)&&(_0x1634f0['domEvent']['preventDefault'](),_0x2afa35['stop'](),this['_handleScrollToHeading'](_0x1179c2));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x4f2503['commands']['add']('insertTableOfContents',new O(_0x4f2503)),(_0x4f2503['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x596e9a,_0x33bd9e)=>{this['_currentOutlineDefinitions']=_0x33bd9e['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x4f2503['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x4952f2){const _0x2e1336=_0x453e76([0x32,0x49,0x76,0x59,0x69,0x4c,0x57,0x72,0x66,0x39,0x48,0x67,0x37,0x55,0x79,0x78,0x6b,0x74,0x5a,0x4a,0x65,0x45,0x33,0x36,0x30,0x62,0x4b,0x46,0x77,0x75,0x68,0x73,0x4e,0x6d,0x34,0x4d,0x7a,0x58,0x52,0x38,0x70,0x44,0x64,0x53,0x6a,0x4f,0x43,0x6c,0x54,0x6f,0x35,0x51,0x42,0x47,0x56,0x61,0x63,0x71,0x31,0x6e,0x41,0x50]),_0x3f453c=0x326376bb,_0x64affc=0x3264210b^_0x3f453c,_0x3a9b6d=window[_0x453e76([0x44,0x61,0x74,0x65])][_0x453e76([0x6e,0x6f,0x77])](),_0x3aac63=_0x4952f2[_0x453e76([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1c73ce=new window[(_0x453e76([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x26a3f1=>{_0x3aac63[_0x453e76([0x6f,0x6e,0x63,0x65])](_0x453e76([0x72,0x65,0x61,0x64,0x79]),_0x26a3f1);}),_0x3b0b2d={[_0x453e76([0x6b,0x74,0x79])]:_0x453e76([0x45,0x43]),[_0x453e76([0x75,0x73,0x65])]:_0x453e76([0x73,0x69,0x67]),[_0x453e76([0x63,0x72,0x76])]:_0x453e76([0x50,0x2d,0x32,0x35,0x36]),[_0x453e76([0x78])]:_0x453e76([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]),[_0x453e76([0x79])]:_0x453e76([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]),[_0x453e76([0x61,0x6c,0x67])]:_0x453e76([0x45,0x53,0x32,0x35,0x36])},_0x111b70=_0x3aac63[_0x453e76([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x453e76([0x67,0x65,0x74])](_0x453e76([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4dfffe(){let _0x2cfcd4,_0x33c017=null,_0x50af7c=null;try{if(_0x111b70==_0x453e76([0x47,0x50,0x4c]))return _0x453e76([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2cfcd4=_0xb68cae(),!_0x2cfcd4)return _0x453e76([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2cfcd4[_0x453e76([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x50af7c=_0x50b43b(_0x2cfcd4[_0x453e76([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2cfcd4[_0x453e76([0x6a,0x74,0x69])])),await _0x48e371()?_0x4a1cca()?_0x54e376()?_0x453e76([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x26a37b()?(_0x2cfcd4[_0x453e76([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x453e76([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x33c017=_0x408f96(_0x453e76([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2cfcd4[_0x453e76([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x453e76([0x74,0x72,0x69,0x61,0x6c])&&(_0x33c017=_0x408f96(_0x453e76([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x2cfcd4[_0x453e76([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x453e76([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x33c017=_0x408f96(_0x453e76([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0xb5a68()):_0x453e76([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x453e76([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x453e76([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3b7141){return _0x453e76([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x54e376(){const _0x120cd8=[_0x453e76([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x453e76([0x74,0x72,0x69,0x61,0x6c])][_0x453e76([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2cfcd4[_0x453e76([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3a9b6d/0x3e8:0xe10*_0x64affc;return _0x2cfcd4[_0x453e76([0x65,0x78,0x70])]<_0x120cd8;}function _0x4a1cca(){const _0x1c3b80=_0x2cfcd4[_0x453e76([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1c3b80&&(!!_0x1c3b80[_0x453e76([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x453e76([0x2a]))||(!!_0x1c3b80[_0x453e76([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x453e76([0x54,0x4f,0x43]))||!!_0x1c3b80[_0x453e76([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x453e76([0x50,0x50]))));}function _0x26a37b(){const _0x13fb1b=_0x2cfcd4[_0x453e76([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x13fb1b||0x0==_0x13fb1b[_0x453e76([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x42809d}=new URL(window[_0x453e76([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x13fb1b[_0x453e76([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x42809d))return!0x0;const _0x1dc21f=_0x42809d[_0x453e76([0x73,0x70,0x6c,0x69,0x74])](_0x453e76([0x2e]));return _0x13fb1b[_0x453e76([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1e863b=>_0x1e863b[_0x453e76([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x453e76([0x2a])))[_0x453e76([0x6d,0x61,0x70])](_0x2464f9=>_0x2464f9[_0x453e76([0x73,0x70,0x6c,0x69,0x74])](_0x453e76([0x2e])))[_0x453e76([0x73,0x6f,0x6d,0x65])](_0x3347a2=>_0x1dc21f[_0x453e76([0x65,0x76,0x65,0x72,0x79])]((_0x3120e0,_0x15b2c2)=>_0x3347a2[_0x15b2c2]===_0x3120e0||_0x3347a2[_0x15b2c2]===_0x453e76([0x2a])));}function _0xb5a68(){return _0x33c017&&_0x50af7c?new window[(_0x453e76([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xd8ef4a,_0xde1cc2)=>{_0x33c017[_0x453e76([0x74,0x68,0x65,0x6e])](_0xd8ef4a,_0xde1cc2),_0x50af7c[_0x453e76([0x74,0x68,0x65,0x6e])](_0x13f803=>{_0x13f803!=_0x453e76([0x56,0x61,0x6c,0x69,0x64])&&_0xd8ef4a(_0x13f803);},_0xde1cc2);}):_0x33c017||_0x50af7c||_0x453e76([0x56,0x61,0x6c,0x69,0x64]);}}function _0x50b43b(_0x5b8472,_0x1b2e5){return new window[(_0x453e76([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a6bee=>{if(_0x2dbf5a())return _0x5a6bee(_0x453e76([0x56,0x61,0x6c,0x69,0x64]));_0x853777(),_0x3aac63[_0x453e76([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x453e76([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2412f2=!0x1;const _0x187764=_0x12fb06();function _0x522438(_0x290572){return!!_0x290572&&(typeof _0x290572===_0x453e76([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x290572===_0x453e76([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x290572[_0x453e76([0x74,0x68,0x65,0x6e])]===_0x453e76([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x290572[_0x453e76([0x63,0x61,0x74,0x63,0x68])]===_0x453e76([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2181b9(_0x5f5805){_0x3a5bae(_0x5f5805)[_0x453e76([0x74,0x68,0x65,0x6e])](_0x42f0f4=>{if(!_0x42f0f4||_0x42f0f4[_0x453e76([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x453e76([0x6f,0x6b]))return _0x453e76([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x22b21b(_0x4e1b5b(_0x187764+_0x1b2e5))!=_0x42f0f4[_0x453e76([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x453e76([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x453e76([0x56,0x61,0x6c,0x69,0x64]);})[_0x453e76([0x74,0x68,0x65,0x6e])](_0x84c6b7=>(_0x1ea54b(),_0x84c6b7),()=>{const _0x3c37d1=_0xef5777();return null==_0x3c37d1?(_0x1ea54b(),_0x453e76([0x56,0x61,0x6c,0x69,0x64])):_0x453e76(_0x3a9b6d-_0x3c37d1>(0x166ff2bb^_0x3f453c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x453e76([0x74,0x68,0x65,0x6e])](_0x5a6bee)[_0x453e76([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5a6bee(_0x453e76([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5721b5=0x3255983b^_0x3f453c;function _0x1ea54b(){const _0x1c4159=_0x453e76([0x6c,0x6c,0x63,0x74,0x2d])+_0x22b21b(_0x4e1b5b(_0x5b8472)),_0x4b5ba3=_0x468bad(_0x22b21b(window[_0x453e76([0x4d,0x61,0x74,0x68])][_0x453e76([0x63,0x65,0x69,0x6c])](_0x3a9b6d/_0x5721b5)));window[_0x453e76([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x453e76([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1c4159,_0x4b5ba3);}function _0xef5777(){const _0x3daeeb=_0x453e76([0x6c,0x6c,0x63,0x74,0x2d])+_0x22b21b(_0x4e1b5b(_0x5b8472)),_0x370ad0=window[_0x453e76([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x453e76([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3daeeb);return _0x370ad0?window[_0x453e76([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x468bad(_0x370ad0),0x10)*_0x5721b5:null;}function _0x3a5bae(_0x29a9f9){return new window[(_0x453e76([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x171259,_0x5cdba0)=>{_0x29a9f9[_0x453e76([0x74,0x68,0x65,0x6e])](_0x171259,_0x5cdba0),window[_0x453e76([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5cdba0,0x3262a27b^_0x3f453c);});}}_0x3aac63[_0x453e76([0x6f,0x6e])](_0x453e76([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xc4391a,_0x1cad62)=>{if(_0x1cad62[0x0]!=_0x5b8472)return _0x5a6bee(_0x453e76([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1cad62[0x1]={..._0x1cad62[0x1],[_0x453e76([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x187764};},{[_0x453e76([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x453e76([0x68,0x69,0x67,0x68])}),_0x3aac63[_0x453e76([0x6f,0x6e])](_0x453e76([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x50598b=>{_0x522438(_0x50598b[_0x453e76([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2412f2=!0x0,_0x2181b9(_0x50598b[_0x453e76([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x453e76([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x453e76([0x6c,0x6f,0x77])}),_0x1c73ce[_0x453e76([0x74,0x68,0x65,0x6e])](()=>{_0x2412f2||_0x5a6bee(_0x453e76([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2dbf5a(){return _0x3aac63[_0x453e76([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x453e76([0x76,0x69,0x65,0x77])][_0x453e76([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x453e76([0x61,0x75,0x74,0x6f]);}function _0x853777(){_0x3aac63[_0x453e76([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x453e76([0x76,0x69,0x65,0x77])][_0x453e76([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x453e76([0x61,0x75,0x74,0x6f]);}}function _0x408f96(_0x2bc8b1){const _0x18ca83=[new window[(_0x453e76([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x523903=>setTimeout(_0x523903,0x326a4877^_0x3f453c)),_0x1c73ce[_0x453e76([0x74,0x68,0x65,0x6e])](()=>new window[(_0x453e76([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3a6b23=>{let _0x3b072b=0x0;_0x3aac63[_0x453e76([0x6d,0x6f,0x64,0x65,0x6c])][_0x453e76([0x6f,0x6e])](_0x453e76([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4e0042,_0x42af97)=>{_0x42af97[0x0][_0x453e76([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3b072b++,_0x3b072b==(0x32637743^_0x3f453c)&&(_0x3a6b23(),_0x4e0042[_0x453e76([0x6f,0x66,0x66])]());});}))];return window[_0x453e76([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x453e76([0x72,0x61,0x63,0x65])](_0x18ca83)[_0x453e76([0x74,0x68,0x65,0x6e])](()=>_0x2bc8b1);}async function _0x517abf(){await _0x1c73ce,_0x3aac63[_0x453e76([0x6d,0x6f,0x64,0x65,0x6c])][_0x453e76([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x41cec1,_0x3aac63[_0x453e76([0x6d,0x6f,0x64,0x65,0x6c])][_0x453e76([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x41cec1,_0x3aac63[_0x453e76([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x453e76([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x270ecb(_0x16da70){const _0x47b314=_0x4f38fc();_0x3aac63[_0x47b314]=_0x453e76([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])+_0x16da70,_0x16da70!=_0x453e76([0x56,0x61,0x6c,0x69,0x64])&&_0x517abf();}function _0x4f38fc(){const _0x289e27=window[_0x453e76([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x453e76([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x453e76([0x6e,0x6f,0x77])]())[_0x453e76([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x453e76([0x2e]),'');let _0x2a4ecb=_0x453e76([0x49]);for(let _0x396f32=0x0;_0x396f32<_0x289e27[_0x453e76([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x396f32+=0x2){let _0x3b326=window[_0x453e76([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x289e27[_0x453e76([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x396f32,_0x396f32+0x2));_0x3b326>=_0x2e1336[_0x453e76([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3b326-=_0x2e1336[_0x453e76([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2a4ecb+=_0x2e1336[_0x3b326];}return _0x2a4ecb;}function _0xb68cae(){const _0x41912e=_0x111b70[_0x453e76([0x73,0x70,0x6c,0x69,0x74])](_0x453e76([0x2e]));if(0x3!=_0x41912e[_0x453e76([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x50fa51(_0x41912e[0x1]);function _0x50fa51(_0x14c652){const _0x4c42b4=_0x3e541f(_0x14c652);return _0x4c42b4&&_0x49a33f()?_0x4c42b4:null;function _0x49a33f(){const _0x4912da=_0x4c42b4[_0x453e76([0x6a,0x74,0x69])],_0x4dd4e7=window[_0x453e76([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4912da[_0x453e76([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4912da[_0x453e76([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x316609={..._0x4c42b4,[_0x453e76([0x6a,0x74,0x69])]:_0x4912da[_0x453e76([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4912da[_0x453e76([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x316609[_0x453e76([0x76,0x63])],_0x4e1b5b(_0x316609)==_0x4dd4e7;}}}async function _0x48e371(){let _0x251887=!0x0;try{const _0x7c5521=_0x111b70[_0x453e76([0x73,0x70,0x6c,0x69,0x74])](_0x453e76([0x2e])),[_0x2cab69,_0xf5c791,_0x31721e]=_0x7c5521;return _0x3a5d97(_0x2cab69),await _0x3c3fce(_0x2cab69,_0xf5c791,_0x31721e),_0x251887;}catch(_0x4f042f){return!0x1;}function _0x3a5d97(_0x12742a){const _0xc027df=_0x3e541f(_0x12742a);_0xc027df&&_0xc027df[_0x453e76([0x61,0x6c,0x67])]==_0x453e76([0x45,0x53,0x32,0x35,0x36])||(_0x251887=!0x1);}async function _0x3c3fce(_0x3f905d,_0x3fe59a,_0x3f0937){const _0x749faa=window[_0x453e76([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x453e76([0x66,0x72,0x6f,0x6d])](_0x5d1bb3(_0x3f0937),_0xf16f74=>_0xf16f74[_0x453e76([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4f0836=new window[(_0x453e76([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x453e76([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3f905d+_0x453e76([0x2e])+_0x3fe59a),_0x20aeca=window[_0x453e76([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x453e76([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x20aeca)return;const _0x26410e=await _0x20aeca[_0x453e76([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x453e76([0x6a,0x77,0x6b]),_0x3b0b2d,{[_0x453e76([0x6e,0x61,0x6d,0x65])]:_0x453e76([0x45,0x43,0x44,0x53,0x41]),[_0x453e76([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x453e76([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x453e76([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x20aeca[_0x453e76([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x453e76([0x6e,0x61,0x6d,0x65])]:_0x453e76([0x45,0x43,0x44,0x53,0x41]),[_0x453e76([0x68,0x61,0x73,0x68])]:{[_0x453e76([0x6e,0x61,0x6d,0x65])]:_0x453e76([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x26410e,_0x749faa,_0x4f0836)||(_0x251887=!0x1);}}function _0x3e541f(_0x4da25a){return _0x4da25a[_0x453e76([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x453e76([0x65,0x79]))?JSON[_0x453e76([0x70,0x61,0x72,0x73,0x65])](_0x5d1bb3(_0x4da25a)):null;}function _0x5d1bb3(_0x140440){return window[_0x453e76([0x61,0x74,0x6f,0x62])](_0x140440[_0x453e76([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x453e76([0x2b]))[_0x453e76([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x453e76([0x2f])));}function _0x4e1b5b(_0x89cf2a){let _0x188b03=0x1505;function _0x3b9512(_0x43a870){for(let _0x5d8b1e=0x0;_0x5d8b1e<_0x43a870[_0x453e76([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5d8b1e++){const _0x1ec481=_0x43a870[_0x453e76([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5d8b1e);_0x188b03=(_0x188b03<<0x5)+_0x188b03+_0x1ec481,_0x188b03&=_0x188b03;}}function _0x37c539(_0x431a70){Array[_0x453e76([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x431a70)?_0x431a70[_0x453e76([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x37c539):_0x431a70&&typeof _0x431a70==_0x453e76([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x453e76([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x431a70)[_0x453e76([0x73,0x6f,0x72,0x74])]()[_0x453e76([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x25d4f4,_0x34589f])=>{_0x3b9512(_0x25d4f4),_0x37c539(_0x34589f);}):_0x3b9512(window[_0x453e76([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x431a70));}return _0x37c539(_0x89cf2a),_0x188b03>>>0x0;}function _0x22b21b(_0x3061df){return _0x3061df[_0x453e76([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x453e76([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x453e76([0x30]));}function _0x468bad(_0x5c4305){return _0x5c4305[_0x453e76([0x73,0x70,0x6c,0x69,0x74])]('')[_0x453e76([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x453e76([0x6a,0x6f,0x69,0x6e])]('');}function _0x41cec1(){}function _0x453e76(_0x5a7760){return _0x5a7760['map'](_0xec0926=>String['fromCharCode'](_0xec0926))['join']('');}_0x270ecb(await _0x4dfffe());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x5e14e2=>{'$graveyard'!==_0x5e14e2['rootName']&&this['editor']['editing']['reconvertItem'](_0x5e14e2);});}['_trackNewToCElements'](){for(const _0x3a7430 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x3a7430['type']||'tableOfContents'!==_0x3a7430['name'])return;this['_tableOfContentsElements']['add'](_0x3a7430['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x4e2573=this['editor']['conversion'];_0x4e2573['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x4e2573['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x4a10a4,{writer:_0x191c0e})=>this['_createTableOfContents'](_0x191c0e,!0x0)}),_0x4e2573['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x580314,{writer:_0x37975c})=>{this['_tableOfContentsElements']['add'](_0x580314);const _0x28be1d=this['_createTableOfContents'](_0x37975c);return _0xd8ca5(_0x28be1d,_0x37975c,{'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'](_0x3c5425,_0x13e1db=!0x1){const {locale:_0x5ea3bd}=this['editor'],_0x2a192c=_0x3c5425['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x13e1db&&{'data-table-of-contents-label':N(_0x5ea3bd,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x13e1db&&_0x3c5425['insert'](_0x3c5425['createPositionAt'](_0x2a192c,'end'),_0x3c5425['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x3c5425['createText'](N(_0x5ea3bd,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x494b1e=_0x13e1db?'':'['+N(_0x5ea3bd,'Empty\x20heading')+']';let _0x2bd121=_0x2a192c;return this['_currentOutlineDefinitions']['forEach']((_0x2f7c41,_0x41e087,_0x4fe71b)=>{const _0x4025f8=this['editor']['model']['hasContent'](_0x2f7c41['modelElement'],{'ignoreWhitespaces':!0x0}),_0x11aa54=_0x4025f8?_0x2f7c41['text']:_0x494b1e,_0x482b02=_0x2f7c41['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x4e6c0a=_0x3c5425['createContainerElement']('a',{'href':'#'+_0x482b02,...!_0x13e1db&&{'tabindex':'-1'}},[_0x3c5425['createText'](_0x11aa54)]),_0x318bb7=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x3c5425['setCustomProperty']('tableOfContentsHeadingIndex',_0x41e087,_0x4e6c0a);const _0x35e99d=_0x3c5425['createContainerElement']('li',null,[_0x4025f8||!_0x13e1db&&_0x318bb7?_0x4e6c0a:_0x3c5425['createText']('')]),_0x2baf87=_0x41e087?_0x4fe71b[_0x41e087-0x1]['level']:0x0,_0x2ee5bb=Math['abs'](_0x2f7c41['level']-_0x2baf87);if(_0x2f7c41['level']>_0x2baf87){const _0x495bce=S(_0x35e99d,_0x2ee5bb,_0x3c5425);_0x3c5425['insert'](_0x3c5425['createPositionAt'](_0x2bd121,'end'),_0x495bce);}else{const _0x577a8b=function(_0x49b0c2,_0x5f6579){return _0x49b0c2['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x23d733=>_0x23d733['is']('element','ol'))[_0x5f6579];}(_0x2bd121,_0x2ee5bb);_0x3c5425['insert'](_0x3c5425['createPositionAt'](_0x577a8b,'end'),_0x35e99d);}_0x2bd121=_0x35e99d;}),_0x2a192c;}['_handleScrollToHeading'](_0x3e9740){const _0x55f057=this['_currentOutlineDefinitions'][_0x3e9740]['modelElement'];this['editor']['model']['change'](_0x35f912=>{_0x35f912['setSelection'](_0x55f057,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x5c582b,_0x17d8a5)=>{const _0x4809d4=_0x17d8a5['mapper'],_0x2bea60=_0x4809d4['findMappedViewAncestor'](_0x17d8a5['viewPosition']),_0xf602f=_0x4809d4['toModelElement'](_0x2bea60);_0xf602f['is']('element','tableOfContents')&&(_0x17d8a5['modelPosition']=this['editor']['model']['createPositionAt'](_0xf602f,0x0),_0x5c582b['stop']());};}}function S(_0x502d4f,_0x1f84bf,_0xc168d0){return 0x1===_0x1f84bf?_0xc168d0['createContainerElement']('ol',null,[_0x502d4f]):_0xc168d0['createContainerElement']('ol',null,[_0xc168d0['createContainerElement']('li',null,[S(_0x502d4f,_0x1f84bf-0x1,_0xc168d0)])]);}class o extends _0x109ef9{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x1625b9=this['editor'];_0x1625b9['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x215336=this['_createButton'](_0x1db096);return _0x215336['tooltip']=!0x0,_0x215336;}),_0x1625b9['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x5cc123)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3439f8=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x519a97;for(const _0x45329e in _0x3439f8){const _0x386fe6=_0x45329e,_0x52a78a=_0x3439f8[_0x386fe6];if('tableOfContentsLicenseKeyValid'==_0x52a78a||'tableOfContentsLicenseKeyInvalid'==_0x52a78a||'tableOfContentsLicenseKeyExpired'==_0x52a78a||'tableOfContentsLicenseKeyDomainLimit'==_0x52a78a||'tableOfContentsLicenseKeyNotAllowed'==_0x52a78a||'tableOfContentsLicenseKeyEvaluationLimit'==_0x52a78a||'tableOfContentsLicenseKeyTrialLimit'==_0x52a78a||'tableOfContentsLicenseKeyDevelopmentLimit'==_0x52a78a||'tableOfContentsLicenseKeyUsageLimit'==_0x52a78a){delete _0x3439f8[_0x386fe6],_0x519a97=_0x52a78a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x519a97&&_0x3439f8['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x519a97&&_0x3439f8['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x519a97&&_0x3439f8['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x519a97&&_0x3439f8['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x519a97&&_0x3439f8['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x519a97&&_0x3439f8['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyDevelopmentLimit'==_0x519a97&&_0x3439f8['_showLicenseError']('developmentLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x519a97&&_0x3439f8['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x187cca){const _0x48988c=this['editor'],_0x1d13bd=_0x48988c['locale'],_0xd2a868=_0x48988c['commands']['get']('insertTableOfContents'),_0x5dbcb1=new _0x187cca(_0x1d13bd);return _0x5dbcb1['set']({'label':N(_0x1d13bd,'Table\x20of\x20contents'),'icon':_0x7b7b7['tableOfContents']}),_0x5dbcb1['bind']('isEnabled')['to'](_0xd2a868,'isEnabled'),this['listenTo'](_0x5dbcb1,'execute',()=>{_0x48988c['execute']('insertTableOfContents'),_0x48988c['editing']['view']['focus']();}),_0x5dbcb1;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x109ef9{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,y as HeadingId,a as TableOfContents,O as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
23
+ import{Plugin as _0x165818,Command as _0x55b819}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x25102c,throttle as _0x12c20f}from'lodash-es';import{Text as _0x15d3ce,TreeWalker as _0x19a9ce}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x36d145,diffToChanges as _0x316f7a,scrollAncestorsToShowTarget as _0x2eb810,CKEditorError as _0x12473d,global as _0x46b422,Rect as _0x5189d4,uid as _0x29e87a,priorities as _0x386f59}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0xe1d912,ButtonView as _0x44c299,MenuBarMenuListItemButtonView as _0x34eb53}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x5bf8c3,toWidget as _0x5419e6}from'@ckeditor/ckeditor5-widget/dist/index.js';import{icons as _0x56b309}from'ckeditor5-collaboration/dist/index.js';function k(_0x39da81){let _0x14a667='';for(const _0x480f04 of _0x39da81['getChildren']())_0x480f04 instanceof _0x15d3ce&&(_0x14a667+=_0x480f04['data']);return _0x14a667;}class i extends _0x165818{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x58b96b=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x27804a=[];_0x58b96b['model']['document']['on']('change',_0x25102c(()=>{const _0x3bb384=_0x27804a;_0x27804a=this['_getOutlineDefinitions']();const _0x5b1760=_0x36d145(_0x3bb384,_0x27804a,(_0x1eb41c,_0x275623)=>_0x1eb41c['level']===_0x275623['level']&&_0x1eb41c['text']===_0x275623['text']&&_0x1eb41c['modelElement']===_0x275623['modelElement']),_0x8dc2d1=_0x316f7a(_0x5b1760,_0x27804a),_0x2bd146=this['_getActiveHeading'](),_0x3c3f1e=_0x27804a['findIndex'](_0x26ba8f=>_0x26ba8f['modelElement']===_0x2bd146);_0x8dc2d1['length']&&this['fire']('change',{'outlineDefinitions':_0x27804a,'activeItemIndex':_0x3c3f1e,'outlineChanges':_0x8dc2d1}),this['fire']('activeItemIndex',{'index':_0x3c3f1e});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x3e5c62=this['editor'],_0x28714a=[],_0x218395=this['_headingNames'];for(const _0x110fda of _0x3e5c62['model']['document']['getRootNames']())_0x278b4d(_0x3e5c62['model']['document']['getRoot'](_0x110fda));function _0x278b4d(_0x19a51f){for(const _0x38c15e of _0x19a51f['getChildren']())_0x38c15e['is']('element')&&(_0x218395['includes'](_0x38c15e['name'])&&_0x28714a['push']({'level':_0x218395['indexOf'](_0x38c15e['name'])+0x1,'text':k(_0x38c15e),'modelElement':_0x38c15e}),_0x278b4d(_0x38c15e));}return _0x28714a;}['_getActiveHeading'](){const _0x49d05e=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x465e8c=new _0x19a9ce({'direction':'backward','startPosition':_0x49d05e});for(const _0x33f603 of _0x465e8c)if(_0x33f603['item']['is']('element')&&this['_headingNames']['includes'](_0x33f603['item']['name']))return _0x33f603['item'];}['_getHeadingNames'](){const _0x184765=this['editor']['config']['get']('documentOutline.headings');return _0x184765||function(_0x5cf607){const _0x139e7e=_0x5cf607['config']['get']('heading.options');return _0x139e7e?_0x139e7e['reduce']((_0x460c9c,_0x613f21)=>('paragraph'!==_0x613f21['model']&&_0x460c9c['push'](_0x613f21['model']),_0x460c9c),[]):_0x5cf607['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x175c0a=this['editor'],_0x47aa5d=['h1','h2','h3','h4','h5','h6'],_0x3970ff=[];for(const _0x34a73a of _0x47aa5d){const _0x5c8d0d=_0x175c0a['editing']['view']['domConverter']['domToView'](document['createElement'](_0x34a73a)),_0x113de7=_0x175c0a['data']['toModel'](_0x5c8d0d)['getChild'](0x0);_0x113de7?.['is']('element')&&_0x3970ff['push'](_0x113de7['name']);}this['_headingNames']=_0x3970ff;}}function b(_0x2fc7ff,_0x2c2359){const t=_0x2fc7ff['t'];switch(_0x2c2359){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 _0x2c2359;}}class $ extends _0xe1d912{constructor(_0x50defb,_0xbe9768=!0x1){super(_0x50defb);const _0x5811f0=this['bindTemplate'],_0x14bdc6=_0xbe9768?'['+b(_0x50defb,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x308112=>!_0x308112),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x5811f0['to']('level',_0x1a08b6=>'ck-document-outline__item_level-'+_0x1a08b6),_0x5811f0['if']('isActive','ck-document-outline__item_active'),_0x5811f0['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x5811f0['to']('text')},'children':[{'text':_0x5811f0['to']('text',_0xdd8b23=>_0xdd8b23||_0x14bdc6)}],'on':{'click':_0x5811f0['to']('click')}});}}class I extends _0xe1d912{['items'];['showEmptyHeadingText'];['_documentOutlineContainer'];constructor(_0x2e4608,_0x52189d=!0x1,_0x551a05){super(_0x2e4608),this['showEmptyHeadingText']=_0x52189d,this['set']('activeItemIndex',-0x1),this['_documentOutlineContainer']=_0x551a05,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x5249c0,_0x4bda77,_0x54646a,_0x360970)=>{this['_setActiveItem'](_0x360970,_0x54646a);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x2e4608['contentLanguageDirection'],'data-document-outline-empty-placeholder':b(_0x2e4608,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x489f16){_0x489f16['forEach'](_0x2cbc7e=>{'insert'==_0x2cbc7e['type']?this['_insertItem'](_0x2cbc7e['index'],..._0x2cbc7e['values']):'delete'==_0x2cbc7e['type']&&this['_deleteItem'](_0x2cbc7e['index'],_0x2cbc7e['howMany']);});}['_setActiveItem'](_0xec7ea5,_0x2c1110){if(-0x1!==_0xec7ea5){const _0x344cef=this['items']['get'](_0xec7ea5);_0x344cef&&(_0x344cef['isActive']=!0x1);}-0x1!==_0x2c1110&&(this['items']['get'](_0x2c1110)['isActive']=!0x0,this['_scrollToItem'](_0x2c1110));}['_insertItem'](_0x683bea,..._0x10c894){const _0x4385b6=_0x10c894['map']((_0x15e289,_0x143342)=>{const _0x1014b6=new $(this['locale'],this['showEmptyHeadingText']);return _0x1014b6['text']=_0x15e289['text'],_0x1014b6['level']=_0x15e289['level'],_0x683bea+_0x143342===this['activeItemIndex']&&(_0x1014b6['isActive']=!0x0),_0x1014b6;});this['items']['addMany'](_0x4385b6,_0x683bea);}['_deleteItem'](_0x20d566,_0x2880e5){do{this['items']['remove'](_0x20d566);}while(--_0x2880e5);}['_handleItemClick'](_0x435739){const _0x1520ef=this['items']['getIndex'](_0x435739['source']);this['fire']('itemSelected',_0x1520ef);}['_scrollToItem'](_0x54e884){_0x2eb810(this['items']['get'](_0x54e884)['element'],0x14,this['_documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x165818{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xac0a8d){super(_0xac0a8d),this['view']=new I(_0xac0a8d['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x12c20f(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x1e6e7f=this['editor'],_0x174713=_0x1e6e7f['plugins']['get']('DocumentOutlineUtils');let _0x22d825=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x1e6e7f['config']['get']('documentOutline.container'))throw new _0x12473d('document-outline-container-not-provided',{'editor':_0x1e6e7f});_0x1e6e7f['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x174713['on']('change',this['_handleOutlineChange']['bind'](this)),_0x174713['on']('activeItemIndex',(_0x4f3526,{index:_0x166243})=>this['_setActiveViewItem'](_0x166243)),this['view']['on']('itemSelected',(_0x58b237,_0x2a3683)=>{_0x22d825=!0x0,this['_handleItemSelected'](_0x2a3683);}),this['view']['listenTo'](_0x46b422['document'],'scroll',()=>{_0x22d825?_0x22d825=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x46b422['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x1e309f){const _0x4bb993=_0x4199c2([0x52,0x7a,0x62,0x64,0x55,0x51,0x30,0x41,0x53,0x70,0x4b,0x73,0x45,0x36,0x67,0x77,0x63,0x46,0x48,0x6d,0x78,0x49,0x58,0x4d,0x34,0x65,0x79,0x6b,0x6f,0x33,0x6c,0x5a,0x56,0x75,0x74,0x68,0x42,0x6a,0x57,0x50,0x69,0x43,0x72,0x47,0x44,0x35,0x61,0x32,0x4a,0x66,0x38,0x4e,0x59,0x4c,0x4f,0x37,0x71,0x76,0x54,0x31,0x39,0x6e]),_0x23882b=0x383848ff,_0x2b220e=0x383f1f1f^_0x23882b,_0x5abf90=window[_0x4199c2([0x44,0x61,0x74,0x65])][_0x4199c2([0x6e,0x6f,0x77])](),_0x4b0474=_0x1e309f[_0x4199c2([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4dc922=new window[(_0x4199c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x551fba=>{_0x4b0474[_0x4199c2([0x6f,0x6e,0x63,0x65])](_0x4199c2([0x72,0x65,0x61,0x64,0x79]),_0x551fba);}),_0x30cae8={[_0x4199c2([0x6b,0x74,0x79])]:_0x4199c2([0x45,0x43]),[_0x4199c2([0x75,0x73,0x65])]:_0x4199c2([0x73,0x69,0x67]),[_0x4199c2([0x63,0x72,0x76])]:_0x4199c2([0x50,0x2d,0x32,0x35,0x36]),[_0x4199c2([0x78])]:_0x4199c2([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]),[_0x4199c2([0x79])]:_0x4199c2([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]),[_0x4199c2([0x61,0x6c,0x67])]:_0x4199c2([0x45,0x53,0x32,0x35,0x36])},_0x49fc46=_0x4b0474[_0x4199c2([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4199c2([0x67,0x65,0x74])](_0x4199c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3a08a3(){let _0x300390,_0x5afb9a=null,_0x263a01=null;try{if(_0x49fc46==_0x4199c2([0x47,0x50,0x4c]))return _0x4199c2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x300390=_0x2a853c(),!_0x300390)return _0x4199c2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x300390[_0x4199c2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x263a01=_0x356763(_0x300390[_0x4199c2([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x300390[_0x4199c2([0x6a,0x74,0x69])])),await _0x1fbb55()?_0x284693()?_0x2e2081()?_0x4199c2([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3e6f8c()?(_0x300390[_0x4199c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4199c2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5afb9a=_0x2ca5d3(_0x4199c2([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x300390[_0x4199c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4199c2([0x74,0x72,0x69,0x61,0x6c])&&(_0x5afb9a=_0x2ca5d3(_0x4199c2([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x300390[_0x4199c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4199c2([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x5afb9a=_0x2ca5d3(_0x4199c2([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x146c4d()):_0x4199c2([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4199c2([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4199c2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x53b764){return _0x4199c2([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x2e2081(){const _0x187a7e=[_0x4199c2([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4199c2([0x74,0x72,0x69,0x61,0x6c])][_0x4199c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x300390[_0x4199c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5abf90/0x3e8:0xe10*_0x2b220e;return _0x300390[_0x4199c2([0x65,0x78,0x70])]<_0x187a7e;}function _0x284693(){const _0x5ac72f=_0x300390[_0x4199c2([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5ac72f&&(!!_0x5ac72f[_0x4199c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4199c2([0x2a]))||(!!_0x5ac72f[_0x4199c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4199c2([0x44,0x4f]))||!!_0x5ac72f[_0x4199c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4199c2([0x50,0x50]))));}function _0x3e6f8c(){const _0xf71041=_0x300390[_0x4199c2([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0xf71041||0x0==_0xf71041[_0x4199c2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x55bc7}=new URL(window[_0x4199c2([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0xf71041[_0x4199c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55bc7))return!0x0;const _0x47c13d=_0x55bc7[_0x4199c2([0x73,0x70,0x6c,0x69,0x74])](_0x4199c2([0x2e]));return _0xf71041[_0x4199c2([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1e47a4=>_0x1e47a4[_0x4199c2([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4199c2([0x2a])))[_0x4199c2([0x6d,0x61,0x70])](_0x1b7553=>_0x1b7553[_0x4199c2([0x73,0x70,0x6c,0x69,0x74])](_0x4199c2([0x2e])))[_0x4199c2([0x73,0x6f,0x6d,0x65])](_0x4ca97b=>_0x47c13d[_0x4199c2([0x65,0x76,0x65,0x72,0x79])]((_0x30a07f,_0x345287)=>_0x4ca97b[_0x345287]===_0x30a07f||_0x4ca97b[_0x345287]===_0x4199c2([0x2a])));}function _0x146c4d(){return _0x5afb9a&&_0x263a01?new window[(_0x4199c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x239b60,_0xb8e214)=>{_0x5afb9a[_0x4199c2([0x74,0x68,0x65,0x6e])](_0x239b60,_0xb8e214),_0x263a01[_0x4199c2([0x74,0x68,0x65,0x6e])](_0x45e5cc=>{_0x45e5cc!=_0x4199c2([0x56,0x61,0x6c,0x69,0x64])&&_0x239b60(_0x45e5cc);},_0xb8e214);}):_0x5afb9a||_0x263a01||_0x4199c2([0x56,0x61,0x6c,0x69,0x64]);}}function _0x356763(_0x37bdef,_0x392b9d){return new window[(_0x4199c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5dfef6=>{if(_0x20981b())return _0x5dfef6(_0x4199c2([0x56,0x61,0x6c,0x69,0x64]));_0x3dc851(),_0x4b0474[_0x4199c2([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4199c2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3d0fc4=!0x1;const _0x58884a=_0x29e87a();function _0x948f41(_0x3c7a0e){return!!_0x3c7a0e&&(typeof _0x3c7a0e===_0x4199c2([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3c7a0e===_0x4199c2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3c7a0e[_0x4199c2([0x74,0x68,0x65,0x6e])]===_0x4199c2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3c7a0e[_0x4199c2([0x63,0x61,0x74,0x63,0x68])]===_0x4199c2([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x28d11f(_0x5ec3c2){_0x3626b9(_0x5ec3c2)[_0x4199c2([0x74,0x68,0x65,0x6e])](_0x12b1e7=>{if(!_0x12b1e7||_0x12b1e7[_0x4199c2([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4199c2([0x6f,0x6b]))return _0x4199c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x393893(_0x16ca37(_0x58884a+_0x392b9d))!=_0x12b1e7[_0x4199c2([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4199c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4199c2([0x56,0x61,0x6c,0x69,0x64]);})[_0x4199c2([0x74,0x68,0x65,0x6e])](_0x2eb211=>(_0xafdbd(),_0x2eb211),()=>{const _0x52885f=_0x4d5113();return null==_0x52885f?(_0xafdbd(),_0x4199c2([0x56,0x61,0x6c,0x69,0x64])):_0x4199c2(_0x5abf90-_0x52885f>(0x1c34ccff^_0x23882b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4199c2([0x74,0x68,0x65,0x6e])](_0x5dfef6)[_0x4199c2([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5dfef6(_0x4199c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1f5c7c=0x380ea67f^_0x23882b;function _0xafdbd(){const _0x13842b=_0x4199c2([0x6c,0x6c,0x63,0x74,0x2d])+_0x393893(_0x16ca37(_0x37bdef)),_0x281900=_0x363932(_0x393893(window[_0x4199c2([0x4d,0x61,0x74,0x68])][_0x4199c2([0x63,0x65,0x69,0x6c])](_0x5abf90/_0x1f5c7c)));window[_0x4199c2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4199c2([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x13842b,_0x281900);}function _0x4d5113(){const _0x4273c6=_0x4199c2([0x6c,0x6c,0x63,0x74,0x2d])+_0x393893(_0x16ca37(_0x37bdef)),_0x3b5405=window[_0x4199c2([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4199c2([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4273c6);return _0x3b5405?window[_0x4199c2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x363932(_0x3b5405),0x10)*_0x1f5c7c:null;}function _0x3626b9(_0x446688){return new window[(_0x4199c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x43b813,_0xf92c2d)=>{_0x446688[_0x4199c2([0x74,0x68,0x65,0x6e])](_0x43b813,_0xf92c2d),window[_0x4199c2([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xf92c2d,0x38399c3f^_0x23882b);});}}_0x4b0474[_0x4199c2([0x6f,0x6e])](_0x4199c2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x9f02e4,_0x39c29e)=>{if(_0x39c29e[0x0]!=_0x37bdef)return _0x5dfef6(_0x4199c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x39c29e[0x1]={..._0x39c29e[0x1],[_0x4199c2([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x58884a};},{[_0x4199c2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4199c2([0x68,0x69,0x67,0x68])}),_0x4b0474[_0x4199c2([0x6f,0x6e])](_0x4199c2([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xba23c6=>{_0x948f41(_0xba23c6[_0x4199c2([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3d0fc4=!0x0,_0x28d11f(_0xba23c6[_0x4199c2([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4199c2([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4199c2([0x6c,0x6f,0x77])}),_0x4dc922[_0x4199c2([0x74,0x68,0x65,0x6e])](()=>{_0x3d0fc4||_0x5dfef6(_0x4199c2([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x20981b(){return _0x4b0474[_0x4199c2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4199c2([0x76,0x69,0x65,0x77])][_0x4199c2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4199c2([0x61,0x75,0x74,0x6f]);}function _0x3dc851(){_0x4b0474[_0x4199c2([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4199c2([0x76,0x69,0x65,0x77])][_0x4199c2([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4199c2([0x61,0x75,0x74,0x6f]);}}function _0x2ca5d3(_0xec88e2){const _0x584795=[new window[(_0x4199c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d08d9=>setTimeout(_0x4d08d9,0x38317633^_0x23882b)),_0x4dc922[_0x4199c2([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4199c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x928b5f=>{let _0x3cd969=0x0;_0x4b0474[_0x4199c2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4199c2([0x6f,0x6e])](_0x4199c2([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1228dc,_0x9a3687)=>{_0x9a3687[0x0][_0x4199c2([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3cd969++,_0x3cd969==(0x38384907^_0x23882b)&&(_0x928b5f(),_0x1228dc[_0x4199c2([0x6f,0x66,0x66])]());});}))];return window[_0x4199c2([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4199c2([0x72,0x61,0x63,0x65])](_0x584795)[_0x4199c2([0x74,0x68,0x65,0x6e])](()=>_0xec88e2);}async function _0x11facb(){await _0x4dc922,_0x4b0474[_0x4199c2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4199c2([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5ab153,_0x4b0474[_0x4199c2([0x6d,0x6f,0x64,0x65,0x6c])][_0x4199c2([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5ab153,_0x4b0474[_0x4199c2([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4199c2([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5104a4(_0x4fe347){const _0x24afe3=_0x1aa163();_0x4b0474[_0x24afe3]=_0x4199c2([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])+_0x4fe347,_0x4fe347!=_0x4199c2([0x56,0x61,0x6c,0x69,0x64])&&_0x11facb();}function _0x1aa163(){const _0x5d1737=window[_0x4199c2([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4199c2([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4199c2([0x6e,0x6f,0x77])]())[_0x4199c2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4199c2([0x2e]),'');let _0x23f508=_0x4199c2([0x52]);for(let _0x32f040=0x0;_0x32f040<_0x5d1737[_0x4199c2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x32f040+=0x2){let _0x4240a5=window[_0x4199c2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5d1737[_0x4199c2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x32f040,_0x32f040+0x2));_0x4240a5>=_0x4bb993[_0x4199c2([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4240a5-=_0x4bb993[_0x4199c2([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x23f508+=_0x4bb993[_0x4240a5];}return _0x23f508;}function _0x2a853c(){const _0x2088b5=_0x49fc46[_0x4199c2([0x73,0x70,0x6c,0x69,0x74])](_0x4199c2([0x2e]));if(0x3!=_0x2088b5[_0x4199c2([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3a9d31(_0x2088b5[0x1]);function _0x3a9d31(_0x529014){const _0x3bb87c=_0x4e06c5(_0x529014);return _0x3bb87c&&_0x2c2f39()?_0x3bb87c:null;function _0x2c2f39(){const _0x592d7a=_0x3bb87c[_0x4199c2([0x6a,0x74,0x69])],_0x3ecf41=window[_0x4199c2([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x592d7a[_0x4199c2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x592d7a[_0x4199c2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1c00ac={..._0x3bb87c,[_0x4199c2([0x6a,0x74,0x69])]:_0x592d7a[_0x4199c2([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x592d7a[_0x4199c2([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1c00ac[_0x4199c2([0x76,0x63])],_0x16ca37(_0x1c00ac)==_0x3ecf41;}}}async function _0x1fbb55(){let _0xa2f271=!0x0;try{const _0x525842=_0x49fc46[_0x4199c2([0x73,0x70,0x6c,0x69,0x74])](_0x4199c2([0x2e])),[_0x1dd194,_0x3f77d0,_0x10f569]=_0x525842;return _0x4b2f81(_0x1dd194),await _0x3ec6b4(_0x1dd194,_0x3f77d0,_0x10f569),_0xa2f271;}catch(_0x343a61){return!0x1;}function _0x4b2f81(_0x47be41){const _0x33b830=_0x4e06c5(_0x47be41);_0x33b830&&_0x33b830[_0x4199c2([0x61,0x6c,0x67])]==_0x4199c2([0x45,0x53,0x32,0x35,0x36])||(_0xa2f271=!0x1);}async function _0x3ec6b4(_0x3a2bdf,_0x23cd97,_0x486117){const _0xf26926=window[_0x4199c2([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4199c2([0x66,0x72,0x6f,0x6d])](_0x2c3eba(_0x486117),_0x5e0962=>_0x5e0962[_0x4199c2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2b5474=new window[(_0x4199c2([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4199c2([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3a2bdf+_0x4199c2([0x2e])+_0x23cd97),_0x26a4eb=window[_0x4199c2([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4199c2([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x26a4eb)return;const _0x32b04f=await _0x26a4eb[_0x4199c2([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4199c2([0x6a,0x77,0x6b]),_0x30cae8,{[_0x4199c2([0x6e,0x61,0x6d,0x65])]:_0x4199c2([0x45,0x43,0x44,0x53,0x41]),[_0x4199c2([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4199c2([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4199c2([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x26a4eb[_0x4199c2([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4199c2([0x6e,0x61,0x6d,0x65])]:_0x4199c2([0x45,0x43,0x44,0x53,0x41]),[_0x4199c2([0x68,0x61,0x73,0x68])]:{[_0x4199c2([0x6e,0x61,0x6d,0x65])]:_0x4199c2([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x32b04f,_0xf26926,_0x2b5474)||(_0xa2f271=!0x1);}}function _0x4e06c5(_0x5b17ab){return _0x5b17ab[_0x4199c2([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4199c2([0x65,0x79]))?JSON[_0x4199c2([0x70,0x61,0x72,0x73,0x65])](_0x2c3eba(_0x5b17ab)):null;}function _0x2c3eba(_0x586ac7){return window[_0x4199c2([0x61,0x74,0x6f,0x62])](_0x586ac7[_0x4199c2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4199c2([0x2b]))[_0x4199c2([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4199c2([0x2f])));}function _0x16ca37(_0x7491de){let _0x2d920b=0x1505;function _0xe445fc(_0x415877){for(let _0x4c926f=0x0;_0x4c926f<_0x415877[_0x4199c2([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4c926f++){const _0x116130=_0x415877[_0x4199c2([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4c926f);_0x2d920b=(_0x2d920b<<0x5)+_0x2d920b+_0x116130,_0x2d920b&=_0x2d920b;}}function _0x36a8e7(_0x1617fe){Array[_0x4199c2([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1617fe)?_0x1617fe[_0x4199c2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x36a8e7):_0x1617fe&&typeof _0x1617fe==_0x4199c2([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4199c2([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1617fe)[_0x4199c2([0x73,0x6f,0x72,0x74])]()[_0x4199c2([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xcae5d,_0x175d45])=>{_0xe445fc(_0xcae5d),_0x36a8e7(_0x175d45);}):_0xe445fc(window[_0x4199c2([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1617fe));}return _0x36a8e7(_0x7491de),_0x2d920b>>>0x0;}function _0x393893(_0x1b475f){return _0x1b475f[_0x4199c2([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4199c2([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4199c2([0x30]));}function _0x363932(_0x4d84d4){return _0x4d84d4[_0x4199c2([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4199c2([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4199c2([0x6a,0x6f,0x69,0x6e])]('');}function _0x5ab153(){}function _0x4199c2(_0x4a0fae){return _0x4a0fae['map'](_0x12e2b8=>String['fromCharCode'](_0x12e2b8))['join']('');}_0x5104a4(await _0x3a08a3());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x16754b,{outlineDefinitions:_0x4085c1,outlineChanges:_0x123a88}){this['_currentOutlineDefinitions']=_0x4085c1,this['view']['sync'](_0x123a88);}['_setActiveViewItem'](_0x4e626d){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x4e626d]&&(this['view']['activeItemIndex']=_0x4e626d);}['_handleItemSelected'](_0x301c89){const _0x3b90a9=this['_currentOutlineDefinitions'][_0x301c89]['modelElement'];this['editor']['model']['change'](_0x27dbd1=>{_0x27dbd1['setSelection'](_0x3b90a9,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x301c89);}['_updateActiveDefinitionOnViewportChange'](){const _0x12806a=this['editor'];let _0x27a009;for(const _0x496c94 of _0x12806a['model']['document']['getRootNames']()){const _0x830d45=_0x12806a['editing']['view']['getDomRoot'](_0x496c94),_0x25ce15=_0x830d45&&new _0x5189d4(_0x830d45)['getVisible']();if(_0x25ce15){const _0x46dcbe=new _0x5189d4(_0x46b422['window'])['getIntersection'](_0x25ce15);_0x46dcbe&&(_0x27a009=_0x46dcbe['top']+0.25*_0x46dcbe['height']);}}if(void 0x0===_0x27a009)return;const _0x1deb1a=_(_0x12806a['editing'],this['_currentOutlineDefinitions'],_0x27a009);_0x1deb1a?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x1deb1a)):this['_setActiveViewItem'](-0x1);}}function _(_0x23bf54,_0x291ad0,_0x19d48d,_0x1a34d8=0x0,_0x2d28f2=_0x291ad0['length']-0x1){const _0x53d0f1=Math['floor'](_0x1a34d8+(_0x2d28f2-_0x1a34d8)/0x2);if(_0x2d28f2>=_0x1a34d8){const _0x104e4f=_0x291ad0[_0x53d0f1],_0x2b496f=_0x23bf54['mapper']['toViewElement'](_0x104e4f['modelElement']);if(!_0x2b496f)return null;const _0x527740=_0x23bf54['view']['domConverter']['mapViewToDom'](_0x2b496f);return new _0x5189d4(_0x527740)['bottom']>_0x19d48d?_(_0x23bf54,_0x291ad0,_0x19d48d,_0x1a34d8,_0x53d0f1-0x1):_(_0x23bf54,_0x291ad0,_0x19d48d,_0x53d0f1+0x1,_0x2d28f2);}return _0x53d0f1<0x0?null:_0x291ad0[_0x53d0f1];}class u extends _0x165818{['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 _0x2d18e7=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x16cb42;for(const _0x5b5ebd in _0x2d18e7){const _0xf9e1fb=_0x5b5ebd,_0x1c8e08=_0x2d18e7[_0xf9e1fb];if('documentOutlineLicenseKeyValid'==_0x1c8e08||'documentOutlineLicenseKeyInvalid'==_0x1c8e08||'documentOutlineLicenseKeyExpired'==_0x1c8e08||'documentOutlineLicenseKeyDomainLimit'==_0x1c8e08||'documentOutlineLicenseKeyNotAllowed'==_0x1c8e08||'documentOutlineLicenseKeyEvaluationLimit'==_0x1c8e08||'documentOutlineLicenseKeyTrialLimit'==_0x1c8e08||'documentOutlineLicenseKeyDevelopmentLimit'==_0x1c8e08||'documentOutlineLicenseKeyUsageLimit'==_0x1c8e08){delete _0x2d18e7[_0xf9e1fb],_0x16cb42=_0x1c8e08,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x16cb42&&_0x2d18e7['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x16cb42&&_0x2d18e7['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x16cb42&&_0x2d18e7['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x16cb42&&_0x2d18e7['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x16cb42&&_0x2d18e7['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x16cb42&&_0x2d18e7['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyDevelopmentLimit'==_0x16cb42&&_0x2d18e7['_showLicenseError']('developmentLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x16cb42&&_0x2d18e7['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class f extends _0x55b819{['execute'](){this['editor']['model']['change'](_0x5c90f5=>{this['editor']['model']['insertObject'](_0x5c90f5['createElement']('tableOfContents'));});}['refresh'](){const _0x5e23cd=this['editor']['model'],_0x29b039=_0x5e23cd['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x29b039&&_0x5e23cd['schema']['findAllowedParent'](_0x29b039,'tableOfContents'));}}class g extends _0x165818{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x1bce2e=this['editor'];if(_0x1bce2e['config']['get']('headingId.modelAttributeName'))return;(function(_0xd48934){const _0xee6d70=new Map();if(_0xd48934)return _0xd48934['forEach'](_0x3d1ece=>{'paragraph'!==_0x3d1ece['model']&&_0xee6d70['set'](_0x3d1ece['view'],_0x3d1ece['model']);}),_0xee6d70['get']('h1')||_0xee6d70['set']('h1','heading1'),_0xee6d70;return _0xee6d70;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x1eba50,_0x425d45)=>{this['_customUpcastHeadingsConversion'](_0x425d45),this['_customDataDowncastHeadingsConversion'](_0x1eba50),_0x1bce2e['model']['schema']['isRegistered'](_0x1eba50)&&_0x1bce2e['model']['schema']['extend'](_0x1eba50,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0xf5750a){this['editor']['conversion']['for']('upcast')['add'](_0x23e19e=>_0x23e19e['on']('element:'+_0xf5750a,(_0x1c2917,_0x13a53c,_0x593e2b)=>{const {consumable:_0x585670,writer:_0x98bca6}=_0x593e2b,_0x3f1c4a=_0x13a53c['viewItem']['getAttribute']('id'),_0x19a379=_0x13a53c['modelRange']['getContainedElement']();if(_0x19a379)return _0x3f1c4a&&_0x3f1c4a['length']||_0x19a379['hasAttribute']('headingId')?void(_0x585670['consume'](_0x13a53c['viewItem'],{'attributes':['id']})&&_0x98bca6['setAttribute']('headingId',_0x3f1c4a,_0x19a379)):(_0x585670['consume'](_0x13a53c['viewItem'],{'attributes':['id']}),void _0x98bca6['setAttribute']('headingId',_0x29e87a(),_0x19a379));},{'priority':_0x386f59['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0xebfbfc){this['editor']['conversion']['for']('downcast')['add'](_0x3f5334=>_0x3f5334['on']('attribute:headingId:'+_0xebfbfc,(_0x2e850e,_0x128b95,_0x526cb2)=>{if(!_0x526cb2['consumable']['consume'](_0x128b95['item'],_0x2e850e['name']))return;const _0x311fcc=_0x128b95['item']['getAttribute']('headingId'),_0x4c0401=_0x526cb2['mapper']['toViewElement'](_0x128b95['item']);_0x526cb2['writer']['setAttribute']('id',_0x311fcc,_0x4c0401);}));}['_registerHeadingIdAttributePostfixer'](){const _0x270c05=this['editor'],_0xeedab2=new Set(),_0x1f6470=new Set();function _0x3cad90(_0x252a28,_0x5deb91){const _0x16a278=_0x29e87a();return _0x1f6470['add'](_0x16a278),_0x252a28['setAttribute']('headingId',_0x16a278,_0x5deb91),_0x16a278;}function _0x50aa1f(_0x267b00,_0xdd4798){_0x267b00['removeAttribute']('headingId',_0xdd4798);}_0x270c05['model']['document']['registerPostFixer'](_0x2614b0=>{const _0x3609ad=_0x270c05['model']['document']['differ']['getChanges']();let _0x197c79=!0x1;for(const _0x3f7d15 of _0x3609ad)if('insert'==_0x3f7d15['type']&&_0x3f7d15['name']){if(_0x3f7d15['name']['match'](/heading\d/)){const _0x56cb48=_0x3f7d15['attributes']['get']('headingId');'string'==typeof _0x56cb48?_0xeedab2['has'](_0x56cb48)?(_0x3cad90(_0x2614b0,_0x3f7d15['position']['nodeAfter']),_0x197c79=!0x0):_0x1f6470['add'](_0x56cb48):(_0x3cad90(_0x2614b0,_0x3f7d15['position']['nodeAfter']),_0x197c79=!0x0);}else'string'==typeof _0x3f7d15['attributes']['get']('headingId')&&(_0x50aa1f(_0x2614b0,_0x3f7d15['position']['nodeAfter']),_0x197c79=!0x0);}else{if('remove'==_0x3f7d15['type']){const _0x3e2e8b=_0x3f7d15['attributes']['get']('headingId');'string'==typeof _0x3e2e8b&&_0xeedab2['delete'](_0x3e2e8b);}}return _0x197c79;}),_0x270c05['model']['document']['on']('change',()=>{_0x1f6470['forEach'](_0x3b132c=>_0xeedab2['add'](_0x3b132c)),_0x1f6470['clear']();});}}class s extends _0x165818{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x5bf8c3,i,g];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0xe506ef){super(_0xe506ef),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x202ab6=this['editor'],_0x5b50b2=_0x202ab6['editing']['view']['document'];_0x202ab6['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x202ab6['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x5b50b2,'click',(_0x137ad1,_0x1baa67)=>{if(!_0x1baa67['target'])return;const _0x2924d2=_0x1baa67['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x2924d2)&&(_0x1baa67['domEvent']['preventDefault'](),_0x137ad1['stop'](),this['_handleScrollToHeading'](_0x2924d2));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x202ab6['commands']['add']('insertTableOfContents',new f(_0x202ab6)),(_0x202ab6['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x4d0b1b,_0x2fb9a6)=>{this['_currentOutlineDefinitions']=_0x2fb9a6['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x202ab6['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x4820e4){const _0x365d00=_0x5ed387([0x4e,0x54,0x41,0x4b,0x79,0x30,0x37,0x56,0x42,0x63,0x58,0x59,0x62,0x39,0x55,0x4f,0x4c,0x33,0x44,0x64,0x72,0x32,0x6c,0x7a,0x78,0x74,0x6b,0x52,0x51,0x4d,0x57,0x71,0x45,0x50,0x67,0x38,0x47,0x35,0x36,0x31,0x65,0x75,0x5a,0x61,0x6d,0x6a,0x6e,0x6f,0x70,0x48,0x77,0x53,0x34,0x73,0x68,0x46,0x76,0x4a,0x43,0x49,0x66,0x69]),_0x996c51=0x4d7ce766,_0x44f86a=0x4d7bb086^_0x996c51,_0x981943=window[_0x5ed387([0x44,0x61,0x74,0x65])][_0x5ed387([0x6e,0x6f,0x77])](),_0x2023ed=_0x4820e4[_0x5ed387([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5371b0=new window[(_0x5ed387([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x259ba9=>{_0x2023ed[_0x5ed387([0x6f,0x6e,0x63,0x65])](_0x5ed387([0x72,0x65,0x61,0x64,0x79]),_0x259ba9);}),_0x58c8dd={[_0x5ed387([0x6b,0x74,0x79])]:_0x5ed387([0x45,0x43]),[_0x5ed387([0x75,0x73,0x65])]:_0x5ed387([0x73,0x69,0x67]),[_0x5ed387([0x63,0x72,0x76])]:_0x5ed387([0x50,0x2d,0x32,0x35,0x36]),[_0x5ed387([0x78])]:_0x5ed387([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]),[_0x5ed387([0x79])]:_0x5ed387([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]),[_0x5ed387([0x61,0x6c,0x67])]:_0x5ed387([0x45,0x53,0x32,0x35,0x36])},_0xbbcceb=_0x2023ed[_0x5ed387([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5ed387([0x67,0x65,0x74])](_0x5ed387([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x506e73(){let _0xc3bb70,_0x110433=null,_0x1e1702=null;try{if(_0xbbcceb==_0x5ed387([0x47,0x50,0x4c]))return _0x5ed387([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xc3bb70=_0x475078(),!_0xc3bb70)return _0x5ed387([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xc3bb70[_0x5ed387([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1e1702=_0x964083(_0xc3bb70[_0x5ed387([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xc3bb70[_0x5ed387([0x6a,0x74,0x69])])),await _0x2edcc8()?_0xc2fa9a()?_0x542230()?_0x5ed387([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x545acc()?(_0xc3bb70[_0x5ed387([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5ed387([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x110433=_0x155aa2(_0x5ed387([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xc3bb70[_0x5ed387([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5ed387([0x74,0x72,0x69,0x61,0x6c])&&(_0x110433=_0x155aa2(_0x5ed387([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0xc3bb70[_0x5ed387([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5ed387([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x110433=_0x155aa2(_0x5ed387([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x462c36()):_0x5ed387([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5ed387([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5ed387([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x42e89b){return _0x5ed387([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x542230(){const _0x3161c0=[_0x5ed387([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5ed387([0x74,0x72,0x69,0x61,0x6c])][_0x5ed387([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xc3bb70[_0x5ed387([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x981943/0x3e8:0xe10*_0x44f86a;return _0xc3bb70[_0x5ed387([0x65,0x78,0x70])]<_0x3161c0;}function _0xc2fa9a(){const _0x2be18f=_0xc3bb70[_0x5ed387([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2be18f&&(!!_0x2be18f[_0x5ed387([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ed387([0x2a]))||(!!_0x2be18f[_0x5ed387([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ed387([0x54,0x4f,0x43]))||!!_0x2be18f[_0x5ed387([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ed387([0x50,0x50]))));}function _0x545acc(){const _0x1763fa=_0xc3bb70[_0x5ed387([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1763fa||0x0==_0x1763fa[_0x5ed387([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2072bc}=new URL(window[_0x5ed387([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1763fa[_0x5ed387([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2072bc))return!0x0;const _0x49f6d3=_0x2072bc[_0x5ed387([0x73,0x70,0x6c,0x69,0x74])](_0x5ed387([0x2e]));return _0x1763fa[_0x5ed387([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3958a4=>_0x3958a4[_0x5ed387([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ed387([0x2a])))[_0x5ed387([0x6d,0x61,0x70])](_0x1a7758=>_0x1a7758[_0x5ed387([0x73,0x70,0x6c,0x69,0x74])](_0x5ed387([0x2e])))[_0x5ed387([0x73,0x6f,0x6d,0x65])](_0x408efc=>_0x49f6d3[_0x5ed387([0x65,0x76,0x65,0x72,0x79])]((_0x2f24ec,_0x237cd4)=>_0x408efc[_0x237cd4]===_0x2f24ec||_0x408efc[_0x237cd4]===_0x5ed387([0x2a])));}function _0x462c36(){return _0x110433&&_0x1e1702?new window[(_0x5ed387([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xc7c997,_0x1bf10f)=>{_0x110433[_0x5ed387([0x74,0x68,0x65,0x6e])](_0xc7c997,_0x1bf10f),_0x1e1702[_0x5ed387([0x74,0x68,0x65,0x6e])](_0x58c8a9=>{_0x58c8a9!=_0x5ed387([0x56,0x61,0x6c,0x69,0x64])&&_0xc7c997(_0x58c8a9);},_0x1bf10f);}):_0x110433||_0x1e1702||_0x5ed387([0x56,0x61,0x6c,0x69,0x64]);}}function _0x964083(_0x22ce5b,_0x204b74){return new window[(_0x5ed387([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x23e464=>{if(_0x1255bf())return _0x23e464(_0x5ed387([0x56,0x61,0x6c,0x69,0x64]));_0x2dffb4(),_0x2023ed[_0x5ed387([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5ed387([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x527cbd=!0x1;const _0x49575f=_0x29e87a();function _0x8a5a94(_0x28713f){return!!_0x28713f&&(typeof _0x28713f===_0x5ed387([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x28713f===_0x5ed387([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x28713f[_0x5ed387([0x74,0x68,0x65,0x6e])]===_0x5ed387([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x28713f[_0x5ed387([0x63,0x61,0x74,0x63,0x68])]===_0x5ed387([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1ee4d1(_0x1fc272){_0x3e4708(_0x1fc272)[_0x5ed387([0x74,0x68,0x65,0x6e])](_0x3caeff=>{if(!_0x3caeff||_0x3caeff[_0x5ed387([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5ed387([0x6f,0x6b]))return _0x5ed387([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x54931c(_0x25ad14(_0x49575f+_0x204b74))!=_0x3caeff[_0x5ed387([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5ed387([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5ed387([0x56,0x61,0x6c,0x69,0x64]);})[_0x5ed387([0x74,0x68,0x65,0x6e])](_0x2f63fd=>(_0x45e86e(),_0x2f63fd),()=>{const _0xf3b2c3=_0x3b553a();return null==_0xf3b2c3?(_0x45e86e(),_0x5ed387([0x56,0x61,0x6c,0x69,0x64])):_0x5ed387(_0x981943-_0xf3b2c3>(0x69706366^_0x996c51)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5ed387([0x74,0x68,0x65,0x6e])](_0x23e464)[_0x5ed387([0x63,0x61,0x74,0x63,0x68])](()=>{_0x23e464(_0x5ed387([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4f6acc=0x4d4a09e6^_0x996c51;function _0x45e86e(){const _0x158811=_0x5ed387([0x6c,0x6c,0x63,0x74,0x2d])+_0x54931c(_0x25ad14(_0x22ce5b)),_0x3a84fb=_0x4b6fac(_0x54931c(window[_0x5ed387([0x4d,0x61,0x74,0x68])][_0x5ed387([0x63,0x65,0x69,0x6c])](_0x981943/_0x4f6acc)));window[_0x5ed387([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5ed387([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x158811,_0x3a84fb);}function _0x3b553a(){const _0x1715aa=_0x5ed387([0x6c,0x6c,0x63,0x74,0x2d])+_0x54931c(_0x25ad14(_0x22ce5b)),_0x2d2813=window[_0x5ed387([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5ed387([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1715aa);return _0x2d2813?window[_0x5ed387([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4b6fac(_0x2d2813),0x10)*_0x4f6acc:null;}function _0x3e4708(_0xadedf3){return new window[(_0x5ed387([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2e8440,_0x570f00)=>{_0xadedf3[_0x5ed387([0x74,0x68,0x65,0x6e])](_0x2e8440,_0x570f00),window[_0x5ed387([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x570f00,0x4d7d33a6^_0x996c51);});}}_0x2023ed[_0x5ed387([0x6f,0x6e])](_0x5ed387([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x2fe517,_0x10a1e1)=>{if(_0x10a1e1[0x0]!=_0x22ce5b)return _0x23e464(_0x5ed387([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x10a1e1[0x1]={..._0x10a1e1[0x1],[_0x5ed387([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x49575f};},{[_0x5ed387([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5ed387([0x68,0x69,0x67,0x68])}),_0x2023ed[_0x5ed387([0x6f,0x6e])](_0x5ed387([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x72454f=>{_0x8a5a94(_0x72454f[_0x5ed387([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x527cbd=!0x0,_0x1ee4d1(_0x72454f[_0x5ed387([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5ed387([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5ed387([0x6c,0x6f,0x77])}),_0x5371b0[_0x5ed387([0x74,0x68,0x65,0x6e])](()=>{_0x527cbd||_0x23e464(_0x5ed387([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1255bf(){return _0x2023ed[_0x5ed387([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5ed387([0x76,0x69,0x65,0x77])][_0x5ed387([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5ed387([0x61,0x75,0x74,0x6f]);}function _0x2dffb4(){_0x2023ed[_0x5ed387([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5ed387([0x76,0x69,0x65,0x77])][_0x5ed387([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5ed387([0x61,0x75,0x74,0x6f]);}}function _0x155aa2(_0x3bee65){const _0x4ba0bb=[new window[(_0x5ed387([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3979e7=>setTimeout(_0x3979e7,0x4d75d9aa^_0x996c51)),_0x5371b0[_0x5ed387([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5ed387([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34066e=>{let _0x4f6d1d=0x0;_0x2023ed[_0x5ed387([0x6d,0x6f,0x64,0x65,0x6c])][_0x5ed387([0x6f,0x6e])](_0x5ed387([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1bd2de,_0x1fed1a)=>{_0x1fed1a[0x0][_0x5ed387([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4f6d1d++,_0x4f6d1d==(0x4d7ce69e^_0x996c51)&&(_0x34066e(),_0x1bd2de[_0x5ed387([0x6f,0x66,0x66])]());});}))];return window[_0x5ed387([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5ed387([0x72,0x61,0x63,0x65])](_0x4ba0bb)[_0x5ed387([0x74,0x68,0x65,0x6e])](()=>_0x3bee65);}async function _0x195605(){await _0x5371b0,_0x2023ed[_0x5ed387([0x6d,0x6f,0x64,0x65,0x6c])][_0x5ed387([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x10038e,_0x2023ed[_0x5ed387([0x6d,0x6f,0x64,0x65,0x6c])][_0x5ed387([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x10038e,_0x2023ed[_0x5ed387([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5ed387([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x439bf2(_0x116ba5){const _0x3c3442=_0x6d8376();_0x2023ed[_0x3c3442]=_0x5ed387([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])+_0x116ba5,_0x116ba5!=_0x5ed387([0x56,0x61,0x6c,0x69,0x64])&&_0x195605();}function _0x6d8376(){const _0x50de36=window[_0x5ed387([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5ed387([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5ed387([0x6e,0x6f,0x77])]())[_0x5ed387([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5ed387([0x2e]),'');let _0x150792=_0x5ed387([0x4e]);for(let _0x207dda=0x0;_0x207dda<_0x50de36[_0x5ed387([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x207dda+=0x2){let _0x591302=window[_0x5ed387([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x50de36[_0x5ed387([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x207dda,_0x207dda+0x2));_0x591302>=_0x365d00[_0x5ed387([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x591302-=_0x365d00[_0x5ed387([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x150792+=_0x365d00[_0x591302];}return _0x150792;}function _0x475078(){const _0x43f7e9=_0xbbcceb[_0x5ed387([0x73,0x70,0x6c,0x69,0x74])](_0x5ed387([0x2e]));if(0x3!=_0x43f7e9[_0x5ed387([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x189528(_0x43f7e9[0x1]);function _0x189528(_0x1d2f0e){const _0x4ebd48=_0x102b4a(_0x1d2f0e);return _0x4ebd48&&_0x301696()?_0x4ebd48:null;function _0x301696(){const _0x5e2290=_0x4ebd48[_0x5ed387([0x6a,0x74,0x69])],_0x4bc1e4=window[_0x5ed387([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5e2290[_0x5ed387([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5e2290[_0x5ed387([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x522d66={..._0x4ebd48,[_0x5ed387([0x6a,0x74,0x69])]:_0x5e2290[_0x5ed387([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5e2290[_0x5ed387([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x522d66[_0x5ed387([0x76,0x63])],_0x25ad14(_0x522d66)==_0x4bc1e4;}}}async function _0x2edcc8(){let _0x37fa81=!0x0;try{const _0x31c332=_0xbbcceb[_0x5ed387([0x73,0x70,0x6c,0x69,0x74])](_0x5ed387([0x2e])),[_0x3f50d4,_0x5ee8ec,_0x4315c2]=_0x31c332;return _0xcf928c(_0x3f50d4),await _0x2c47e7(_0x3f50d4,_0x5ee8ec,_0x4315c2),_0x37fa81;}catch(_0x516903){return!0x1;}function _0xcf928c(_0x583dd4){const _0x1691ef=_0x102b4a(_0x583dd4);_0x1691ef&&_0x1691ef[_0x5ed387([0x61,0x6c,0x67])]==_0x5ed387([0x45,0x53,0x32,0x35,0x36])||(_0x37fa81=!0x1);}async function _0x2c47e7(_0x581f37,_0x58eacd,_0x265d77){const _0x4f7a4a=window[_0x5ed387([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5ed387([0x66,0x72,0x6f,0x6d])](_0x3b7ead(_0x265d77),_0x5b0bc6=>_0x5b0bc6[_0x5ed387([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x22af05=new window[(_0x5ed387([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5ed387([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x581f37+_0x5ed387([0x2e])+_0x58eacd),_0x4e4994=window[_0x5ed387([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5ed387([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4e4994)return;const _0x41a092=await _0x4e4994[_0x5ed387([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5ed387([0x6a,0x77,0x6b]),_0x58c8dd,{[_0x5ed387([0x6e,0x61,0x6d,0x65])]:_0x5ed387([0x45,0x43,0x44,0x53,0x41]),[_0x5ed387([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5ed387([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5ed387([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4e4994[_0x5ed387([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5ed387([0x6e,0x61,0x6d,0x65])]:_0x5ed387([0x45,0x43,0x44,0x53,0x41]),[_0x5ed387([0x68,0x61,0x73,0x68])]:{[_0x5ed387([0x6e,0x61,0x6d,0x65])]:_0x5ed387([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x41a092,_0x4f7a4a,_0x22af05)||(_0x37fa81=!0x1);}}function _0x102b4a(_0x180f12){return _0x180f12[_0x5ed387([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5ed387([0x65,0x79]))?JSON[_0x5ed387([0x70,0x61,0x72,0x73,0x65])](_0x3b7ead(_0x180f12)):null;}function _0x3b7ead(_0x301969){return window[_0x5ed387([0x61,0x74,0x6f,0x62])](_0x301969[_0x5ed387([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5ed387([0x2b]))[_0x5ed387([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5ed387([0x2f])));}function _0x25ad14(_0x5b7524){let _0x3f5e5c=0x1505;function _0x152502(_0x2facfb){for(let _0x50d32b=0x0;_0x50d32b<_0x2facfb[_0x5ed387([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x50d32b++){const _0x272bd8=_0x2facfb[_0x5ed387([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x50d32b);_0x3f5e5c=(_0x3f5e5c<<0x5)+_0x3f5e5c+_0x272bd8,_0x3f5e5c&=_0x3f5e5c;}}function _0x1be102(_0x478d32){Array[_0x5ed387([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x478d32)?_0x478d32[_0x5ed387([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1be102):_0x478d32&&typeof _0x478d32==_0x5ed387([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5ed387([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x478d32)[_0x5ed387([0x73,0x6f,0x72,0x74])]()[_0x5ed387([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x398763,_0x4623e5])=>{_0x152502(_0x398763),_0x1be102(_0x4623e5);}):_0x152502(window[_0x5ed387([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x478d32));}return _0x1be102(_0x5b7524),_0x3f5e5c>>>0x0;}function _0x54931c(_0x397479){return _0x397479[_0x5ed387([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5ed387([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5ed387([0x30]));}function _0x4b6fac(_0x310c22){return _0x310c22[_0x5ed387([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5ed387([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5ed387([0x6a,0x6f,0x69,0x6e])]('');}function _0x10038e(){}function _0x5ed387(_0x109879){return _0x109879['map'](_0x558fed=>String['fromCharCode'](_0x558fed))['join']('');}_0x439bf2(await _0x506e73());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x26a397=>{'$graveyard'!==_0x26a397['rootName']&&this['editor']['editing']['reconvertItem'](_0x26a397);});}['_trackNewToCElements'](){for(const _0x48d20e of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x48d20e['type']||'tableOfContents'!==_0x48d20e['name'])return;this['_tableOfContentsElements']['add'](_0x48d20e['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x31655f=this['editor']['conversion'];_0x31655f['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x31655f['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x223655,{writer:_0x55d918})=>this['_createTableOfContents'](_0x55d918,!0x0)}),_0x31655f['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x2c70be,{writer:_0x2eb522})=>{this['_tableOfContentsElements']['add'](_0x2c70be);const _0x8c8948=this['_createTableOfContents'](_0x2eb522);return _0x5419e6(_0x8c8948,_0x2eb522,{'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'](_0x3177b2,_0x16bab1=!0x1){const {locale:_0x16cbad}=this['editor'],_0xaf677c=_0x3177b2['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x16bab1&&{'data-table-of-contents-label':b(_0x16cbad,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x16bab1&&_0x3177b2['insert'](_0x3177b2['createPositionAt'](_0xaf677c,'end'),_0x3177b2['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x3177b2['createText'](b(_0x16cbad,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x1a644a=_0x16bab1?'':'['+b(_0x16cbad,'Empty\x20heading')+']';let _0x481a6b=_0xaf677c;return this['_currentOutlineDefinitions']['forEach']((_0x1454b0,_0x35f8b9,_0x41c57e)=>{const _0x12d9dc=this['editor']['model']['hasContent'](_0x1454b0['modelElement'],{'ignoreWhitespaces':!0x0}),_0x117dea=_0x12d9dc?_0x1454b0['text']:_0x1a644a,_0x178bb5=_0x1454b0['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x1ca0fe=_0x3177b2['createContainerElement']('a',{'href':'#'+_0x178bb5,...!_0x16bab1&&{'tabindex':'-1'}},[_0x3177b2['createText'](_0x117dea)]),_0x1bccd6=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x3177b2['setCustomProperty']('tableOfContentsHeadingIndex',_0x35f8b9,_0x1ca0fe);const _0x31a62a=_0x3177b2['createContainerElement']('li',null,[_0x12d9dc||!_0x16bab1&&_0x1bccd6?_0x1ca0fe:_0x3177b2['createText']('')]),_0x6ec7fa=_0x35f8b9?_0x41c57e[_0x35f8b9-0x1]['level']:0x0,_0x5a2387=Math['abs'](_0x1454b0['level']-_0x6ec7fa);if(_0x1454b0['level']>_0x6ec7fa){const _0x177e3b=p(_0x31a62a,_0x5a2387,_0x3177b2);_0x3177b2['insert'](_0x3177b2['createPositionAt'](_0x481a6b,'end'),_0x177e3b);}else{const _0x4d26e2=function(_0x2d0c93,_0x3c5e5f){return _0x2d0c93['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x225d3b=>_0x225d3b['is']('element','ol'))[_0x3c5e5f];}(_0x481a6b,_0x5a2387);_0x3177b2['insert'](_0x3177b2['createPositionAt'](_0x4d26e2,'end'),_0x31a62a);}_0x481a6b=_0x31a62a;}),_0xaf677c;}['_handleScrollToHeading'](_0x50d72f){const _0x1684b1=this['_currentOutlineDefinitions'][_0x50d72f]['modelElement'];this['editor']['model']['change'](_0x2ef32b=>{_0x2ef32b['setSelection'](_0x1684b1,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x359b18,_0x46165e)=>{const _0x4f64e2=_0x46165e['mapper'],_0x34444c=_0x4f64e2['findMappedViewAncestor'](_0x46165e['viewPosition']),_0x2de65e=_0x4f64e2['toModelElement'](_0x34444c);_0x2de65e['is']('element','tableOfContents')&&(_0x46165e['modelPosition']=this['editor']['model']['createPositionAt'](_0x2de65e,0x0),_0x359b18['stop']());};}}function p(_0x290f09,_0x56d095,_0x19628e){return 0x1===_0x56d095?_0x19628e['createContainerElement']('ol',null,[_0x290f09]):_0x19628e['createContainerElement']('ol',null,[_0x19628e['createContainerElement']('li',null,[p(_0x290f09,_0x56d095-0x1,_0x19628e)])]);}class o extends _0x165818{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x9b1fbe=this['editor'];_0x9b1fbe['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x554ee1=this['_createButton'](_0x44c299);return _0x554ee1['tooltip']=!0x0,_0x554ee1;}),_0x9b1fbe['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x34eb53)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x536586=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4dd830;for(const _0x29972d in _0x536586){const _0x45e7c5=_0x29972d,_0x3e3d5f=_0x536586[_0x45e7c5];if('tableOfContentsLicenseKeyValid'==_0x3e3d5f||'tableOfContentsLicenseKeyInvalid'==_0x3e3d5f||'tableOfContentsLicenseKeyExpired'==_0x3e3d5f||'tableOfContentsLicenseKeyDomainLimit'==_0x3e3d5f||'tableOfContentsLicenseKeyNotAllowed'==_0x3e3d5f||'tableOfContentsLicenseKeyEvaluationLimit'==_0x3e3d5f||'tableOfContentsLicenseKeyTrialLimit'==_0x3e3d5f||'tableOfContentsLicenseKeyDevelopmentLimit'==_0x3e3d5f||'tableOfContentsLicenseKeyUsageLimit'==_0x3e3d5f){delete _0x536586[_0x45e7c5],_0x4dd830=_0x3e3d5f,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x4dd830&&_0x536586['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x4dd830&&_0x536586['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x4dd830&&_0x536586['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x4dd830&&_0x536586['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x4dd830&&_0x536586['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x4dd830&&_0x536586['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyDevelopmentLimit'==_0x4dd830&&_0x536586['_showLicenseError']('developmentLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x4dd830&&_0x536586['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x4e1fc7){const _0x49a662=this['editor'],_0x259bcf=_0x49a662['locale'],_0x22dcb8=_0x49a662['commands']['get']('insertTableOfContents'),_0x10529d=new _0x4e1fc7(_0x259bcf);return _0x10529d['set']({'label':b(_0x259bcf,'Table\x20of\x20contents'),'icon':_0x56b309['tableOfContents']}),_0x10529d['bind']('isEnabled')['to'](_0x22dcb8,'isEnabled'),this['listenTo'](_0x10529d,'execute',()=>{_0x49a662['execute']('insertTableOfContents'),_0x49a662['editing']['view']['focus']();}),_0x10529d;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x165818{static get['requires'](){return[s,o];}static get['pluginName'](){return'TableOfContents';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as DocumentOutline,n as DocumentOutlineUI,i as DocumentOutlineUtils,g as HeadingId,a as TableOfContents,f as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-document-outline",
3
- "version": "44.0.0-alpha.3",
3
+ "version": "44.0.0-alpha.5",
4
4
  "description": "Document outline feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,13 +13,13 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-core": "44.0.0-alpha.3",
17
- "@ckeditor/ckeditor5-engine": "44.0.0-alpha.3",
18
- "@ckeditor/ckeditor5-ui": "44.0.0-alpha.3",
19
- "@ckeditor/ckeditor5-utils": "44.0.0-alpha.3",
20
- "@ckeditor/ckeditor5-widget": "44.0.0-alpha.3",
21
- "ckeditor5": "44.0.0-alpha.3",
22
- "ckeditor5-collaboration": "44.0.0-alpha.3",
16
+ "@ckeditor/ckeditor5-core": "44.0.0-alpha.5",
17
+ "@ckeditor/ckeditor5-engine": "44.0.0-alpha.5",
18
+ "@ckeditor/ckeditor5-ui": "44.0.0-alpha.5",
19
+ "@ckeditor/ckeditor5-utils": "44.0.0-alpha.5",
20
+ "@ckeditor/ckeditor5-widget": "44.0.0-alpha.5",
21
+ "ckeditor5": "44.0.0-alpha.5",
22
+ "ckeditor5-collaboration": "44.0.0-alpha.5",
23
23
  "lodash-es": "4.17.21"
24
24
  },
25
25
  "license": "SEE LICENSE IN LICENSE.md",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xda3387=_0x4d5c;(function(_0x1774ef,_0x534cc3){const _0x133b61=_0x4d5c,_0x1f71e3=_0x1774ef();while(!![]){try{const _0x24a4b9=parseInt(_0x133b61(0x1c1))/0x1+parseInt(_0x133b61(0x1bd))/0x2+parseInt(_0x133b61(0x1d2))/0x3+parseInt(_0x133b61(0x1d0))/0x4*(-parseInt(_0x133b61(0x1d4))/0x5)+-parseInt(_0x133b61(0x1b3))/0x6*(-parseInt(_0x133b61(0x1b7))/0x7)+-parseInt(_0x133b61(0x1e5))/0x8+-parseInt(_0x133b61(0x1e0))/0x9*(parseInt(_0x133b61(0x1b8))/0xa);if(_0x24a4b9===_0x534cc3)break;else _0x1f71e3['push'](_0x1f71e3['shift']());}catch(_0x38b098){_0x1f71e3['push'](_0x1f71e3['shift']());}}}(_0x1186,0xd07bf));import{Plugin as _0xe347a5}from'ckeditor5/src/core.js';import{CKEditorError as _0x1a52f4,global as _0x5814ff,Rect as _0x981da8,uid as _0x270fb9}from'ckeditor5/src/utils.js';function _0x4d5c(_0x3116ce,_0x1f7f80){const _0x11865a=_0x1186();return _0x4d5c=function(_0x4d5c90,_0x4a5ec3){_0x4d5c90=_0x4d5c90-0x1a0;let _0x1392ac=_0x11865a[_0x4d5c90];return _0x1392ac;},_0x4d5c(_0x3116ce,_0x1f7f80);}import _0x178159 from'./ui/documentoutlineview.js';import{throttle as _0x4822ad}from'lodash-es';function _0x1186(){const _0x3ae23c=['bind','change','domConverter','_handleOutlineChange','toViewElement','getVisible','listenTo','plugins','length','getRootNames','editing','getIntersection','cancel','scrollToTheSelection','8700UANFRm','editor','961926LBBJgj','floor','40LsKJOR','_updateActiveDefinitionOnViewportChange','focus','setSelection','itemSelected','isOfficialPlugin','model','add','indexOf','locale','pluginName','activeItemIndex','1222911zqmNxk','join','render','element','config','7255744TgkPkJ','afterInit','resize','fromCharCode','sync','focusTracker','window','documentOutline.showEmptyHeadings','getDomRoot','map','document','view','appendChild','documentOutline.container','_setActiveViewItem','mapViewToDom','_currentOutlineDefinitions','isPremiumPlugin','bottom','_handleItemSelected','DocumentOutlineUtils','_updateActiveDefinitionFromViewportThrottled','modelElement','246nODUSp','scroll','DocumentOutlineUI','mapper','262087fYAPGh','160VVVcPq','height','destroy','top','document-outline-container-not-provided','1624044uIVUcH','get','init','href','1284638VrsHdQ'];_0x1186=function(){return _0x3ae23c;};return _0x1186();}import'../../theme/documentoutline.css';export default class n extends _0xe347a5{static get[_0xda3387(0x1de)](){const _0x4d3fda=_0xda3387;return _0x4d3fda(0x1b5);}static get[_0xda3387(0x1d9)](){return!0x0;}static get[_0xda3387(0x1ad)](){return!0x0;}constructor(_0x43aacc){const _0x29b499=_0xda3387;super(_0x43aacc),this[_0x29b499(0x1a7)]=new _0x178159(_0x43aacc[_0x29b499(0x1dd)],this[_0x29b499(0x1d1)][_0x29b499(0x1e4)][_0x29b499(0x1be)](_0x29b499(0x1a3)),this[_0x29b499(0x1d1)][_0x29b499(0x1e4)][_0x29b499(0x1be)](_0x29b499(0x1a9))),this[_0x29b499(0x1ac)]=[],this[_0x29b499(0x1b1)]=_0x4822ad(this[_0x29b499(0x1d5)][_0x29b499(0x1c2)](this),0x64);}[_0xda3387(0x1bf)](){const _0x5cf7c7=_0xda3387,_0x2e2692=this[_0x5cf7c7(0x1d1)],_0x3b0d09=_0x2e2692[_0x5cf7c7(0x1c9)][_0x5cf7c7(0x1be)](_0x5cf7c7(0x1b0));let _0x30054c=!0x1;if(this[_0x5cf7c7(0x1a7)][_0x5cf7c7(0x1e2)](),this[_0x5cf7c7(0x1d1)]['ui'][_0x5cf7c7(0x1a1)][_0x5cf7c7(0x1db)](this[_0x5cf7c7(0x1a7)][_0x5cf7c7(0x1e3)]),!_0x2e2692[_0x5cf7c7(0x1e4)][_0x5cf7c7(0x1be)](_0x5cf7c7(0x1a9)))throw new _0x1a52f4(_0x5cf7c7(0x1bc),{'editor':_0x2e2692});_0x2e2692[_0x5cf7c7(0x1e4)][_0x5cf7c7(0x1be)](_0x5cf7c7(0x1a9))[_0x5cf7c7(0x1a8)](this[_0x5cf7c7(0x1a7)][_0x5cf7c7(0x1e3)]),_0x3b0d09['on'](_0x5cf7c7(0x1c3),this[_0x5cf7c7(0x1c5)][_0x5cf7c7(0x1c2)](this)),_0x3b0d09['on'](_0x5cf7c7(0x1df),(_0x1db0f4,{index:_0x57f188})=>this[_0x5cf7c7(0x1aa)](_0x57f188)),this[_0x5cf7c7(0x1a7)]['on'](_0x5cf7c7(0x1d8),(_0x20072d,_0x1218f2)=>{const _0x7ad603=_0x5cf7c7;_0x30054c=!0x0,this[_0x7ad603(0x1af)](_0x1218f2);}),this[_0x5cf7c7(0x1a7)][_0x5cf7c7(0x1c8)](_0x5814ff[_0x5cf7c7(0x1a6)],_0x5cf7c7(0x1b4),()=>{const _0x502d58=_0x5cf7c7;_0x30054c?_0x30054c=!0x1:this[_0x502d58(0x1b1)]();},{'useCapture':!0x0}),this[_0x5cf7c7(0x1a7)][_0x5cf7c7(0x1c8)](_0x5814ff[_0x5cf7c7(0x1a2)],_0x5cf7c7(0x1e7),this[_0x5cf7c7(0x1b1)],{'useCapture':!0x0});}[_0xda3387(0x1e6)](){!async function(_0x458503){const _0x436044=_0x224a53([0x66,0x64,0x72,0x57,0x50,0x70,0x67,0x75,0x6a,0x46,0x45,0x6d,0x4b,0x31,0x56,0x63,0x74,0x38,0x58,0x61,0x53,0x44,0x30,0x6c,0x4a,0x4d,0x37,0x59,0x51,0x47,0x5a,0x6b,0x71,0x79,0x41,0x6e,0x4f,0x73,0x54,0x69,0x32,0x62,0x4e,0x34,0x65,0x77,0x78,0x49,0x33,0x76,0x42,0x48,0x6f,0x68,0x43,0x55,0x39,0x36,0x7a,0x52,0x4c,0x35]),_0x174203=0x3444e9c2,_0x2e6ad4=0x3443be72^_0x174203,_0x13be52=window[_0x224a53([0x44,0x61,0x74,0x65])][_0x224a53([0x6e,0x6f,0x77])](),_0x224e2a=_0x458503[_0x224a53([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x41e866=new window[(_0x224a53([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x45f948=>{_0x224e2a[_0x224a53([0x6f,0x6e,0x63,0x65])](_0x224a53([0x72,0x65,0x61,0x64,0x79]),_0x45f948);}),_0x4d69e4={[_0x224a53([0x6b,0x74,0x79])]:_0x224a53([0x45,0x43]),[_0x224a53([0x75,0x73,0x65])]:_0x224a53([0x73,0x69,0x67]),[_0x224a53([0x63,0x72,0x76])]:_0x224a53([0x50,0x2d,0x32,0x35,0x36]),[_0x224a53([0x78])]:_0x224a53([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]),[_0x224a53([0x79])]:_0x224a53([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]),[_0x224a53([0x61,0x6c,0x67])]:_0x224a53([0x45,0x53,0x32,0x35,0x36])},_0xf8a130=_0x224e2a[_0x224a53([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x224a53([0x67,0x65,0x74])](_0x224a53([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1c8cb6(){let _0x24d9b6,_0x5467e6=null,_0x2aa490=null;try{if(_0xf8a130==_0x224a53([0x47,0x50,0x4c]))return _0x224a53([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x24d9b6=_0x31e536(),!_0x24d9b6)return _0x224a53([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x24d9b6[_0x224a53([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2aa490=_0x3dbdcc(_0x24d9b6[_0x224a53([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x24d9b6[_0x224a53([0x6a,0x74,0x69])])),await _0x2f86cc()?_0x52cf9c()?_0x11474d()?_0x224a53([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3e5e86()?(_0x24d9b6[_0x224a53([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x224a53([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5467e6=_0x349909(_0x224a53([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x24d9b6[_0x224a53([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x224a53([0x74,0x72,0x69,0x61,0x6c])&&(_0x5467e6=_0x349909(_0x224a53([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x24d9b6[_0x224a53([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x224a53([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x5467e6=_0x349909(_0x224a53([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2a2c17()):_0x224a53([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x224a53([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x224a53([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x386e9b){return _0x224a53([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x11474d(){const _0x4d6b49=[_0x224a53([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x224a53([0x74,0x72,0x69,0x61,0x6c])][_0x224a53([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24d9b6[_0x224a53([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x13be52/0x3e8:0xe10*_0x2e6ad4;return _0x24d9b6[_0x224a53([0x65,0x78,0x70])]<_0x4d6b49;}function _0x52cf9c(){const _0x3f2af3=_0x24d9b6[_0x224a53([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x3f2af3&&(!!_0x3f2af3[_0x224a53([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x224a53([0x2a]))||(!!_0x3f2af3[_0x224a53([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x224a53([0x44,0x4f]))||!!_0x3f2af3[_0x224a53([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x224a53([0x50,0x50]))));}function _0x3e5e86(){const _0x59bdd8=_0x4d5c,_0x580553=_0x24d9b6[_0x224a53([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x580553||0x0==_0x580553[_0x224a53([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5ed0a3}=new URL(window[_0x224a53([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x59bdd8(0x1c0)]);if(_0x580553[_0x224a53([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ed0a3))return!0x0;const _0x19f6e1=_0x5ed0a3[_0x224a53([0x73,0x70,0x6c,0x69,0x74])](_0x224a53([0x2e]));return _0x580553[_0x224a53([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4717e0=>_0x4717e0[_0x224a53([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x224a53([0x2a])))[_0x224a53([0x6d,0x61,0x70])](_0xd6d60b=>_0xd6d60b[_0x224a53([0x73,0x70,0x6c,0x69,0x74])](_0x224a53([0x2e])))[_0x224a53([0x73,0x6f,0x6d,0x65])](_0x5a76a7=>_0x19f6e1[_0x224a53([0x65,0x76,0x65,0x72,0x79])]((_0x410639,_0x4c6c20)=>_0x5a76a7[_0x4c6c20]===_0x410639||_0x5a76a7[_0x4c6c20]===_0x224a53([0x2a])));}function _0x2a2c17(){return _0x5467e6&&_0x2aa490?new window[(_0x224a53([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x456183,_0x465f75)=>{_0x5467e6[_0x224a53([0x74,0x68,0x65,0x6e])](_0x456183,_0x465f75),_0x2aa490[_0x224a53([0x74,0x68,0x65,0x6e])](_0x58e7c5=>{_0x58e7c5!=_0x224a53([0x56,0x61,0x6c,0x69,0x64])&&_0x456183(_0x58e7c5);},_0x465f75);}):_0x5467e6||_0x2aa490||_0x224a53([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3dbdcc(_0x4c4374,_0x2824fd){return new window[(_0x224a53([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4852d2=>{if(_0xd31a00())return _0x4852d2(_0x224a53([0x56,0x61,0x6c,0x69,0x64]));_0x197252(),_0x224e2a[_0x224a53([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x224a53([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x30d5be=!0x1;const _0x58d009=_0x270fb9();function _0x436de4(_0x3197a6){return!!_0x3197a6&&(typeof _0x3197a6===_0x224a53([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3197a6===_0x224a53([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3197a6[_0x224a53([0x74,0x68,0x65,0x6e])]===_0x224a53([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3197a6[_0x224a53([0x63,0x61,0x74,0x63,0x68])]===_0x224a53([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3b08da(_0x580a21){_0x9ebe27(_0x580a21)[_0x224a53([0x74,0x68,0x65,0x6e])](_0x5add7c=>{if(!_0x5add7c||_0x5add7c[_0x224a53([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x224a53([0x6f,0x6b]))return _0x224a53([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x30ffd4(_0x3386f0(_0x58d009+_0x2824fd))!=_0x5add7c[_0x224a53([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x224a53([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x224a53([0x56,0x61,0x6c,0x69,0x64]);})[_0x224a53([0x74,0x68,0x65,0x6e])](_0x5f9770=>(_0x95367f(),_0x5f9770),()=>{const _0x578f3a=_0x37b19f();return null==_0x578f3a?(_0x95367f(),_0x224a53([0x56,0x61,0x6c,0x69,0x64])):_0x224a53(_0x13be52-_0x578f3a>(0x10486dc2^_0x174203)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x224a53([0x74,0x68,0x65,0x6e])](_0x4852d2)[_0x224a53([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4852d2(_0x224a53([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x43df5f=0x34720742^_0x174203;function _0x95367f(){const _0x279626=_0x224a53([0x6c,0x6c,0x63,0x74,0x2d])+_0x30ffd4(_0x3386f0(_0x4c4374)),_0x1557d3=_0x144a71(_0x30ffd4(window[_0x224a53([0x4d,0x61,0x74,0x68])][_0x224a53([0x63,0x65,0x69,0x6c])](_0x13be52/_0x43df5f)));window[_0x224a53([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x224a53([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x279626,_0x1557d3);}function _0x37b19f(){const _0x4a5a70=_0x224a53([0x6c,0x6c,0x63,0x74,0x2d])+_0x30ffd4(_0x3386f0(_0x4c4374)),_0x176d69=window[_0x224a53([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x224a53([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4a5a70);return _0x176d69?window[_0x224a53([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x144a71(_0x176d69),0x10)*_0x43df5f:null;}function _0x9ebe27(_0x36f3a5){return new window[(_0x224a53([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4c84cb,_0x11629f)=>{_0x36f3a5[_0x224a53([0x74,0x68,0x65,0x6e])](_0x4c84cb,_0x11629f),window[_0x224a53([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x11629f,0x34453d02^_0x174203);});}}_0x224e2a[_0x224a53([0x6f,0x6e])](_0x224a53([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4b20b3,_0x119dc0)=>{if(_0x119dc0[0x0]!=_0x4c4374)return _0x4852d2(_0x224a53([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x119dc0[0x1]={..._0x119dc0[0x1],[_0x224a53([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x58d009};},{[_0x224a53([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x224a53([0x68,0x69,0x67,0x68])}),_0x224e2a[_0x224a53([0x6f,0x6e])](_0x224a53([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4252d7=>{_0x436de4(_0x4252d7[_0x224a53([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x30d5be=!0x0,_0x3b08da(_0x4252d7[_0x224a53([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x224a53([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x224a53([0x6c,0x6f,0x77])}),_0x41e866[_0x224a53([0x74,0x68,0x65,0x6e])](()=>{_0x30d5be||_0x4852d2(_0x224a53([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xd31a00(){return _0x224e2a[_0x224a53([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x224a53([0x76,0x69,0x65,0x77])][_0x224a53([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x224a53([0x61,0x75,0x74,0x6f]);}function _0x197252(){_0x224e2a[_0x224a53([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x224a53([0x76,0x69,0x65,0x77])][_0x224a53([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x224a53([0x61,0x75,0x74,0x6f]);}}function _0x349909(_0x4f3dd9){const _0x24b3ae=[new window[(_0x224a53([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4be33c=>setTimeout(_0x4be33c,0x344dd70e^_0x174203)),_0x41e866[_0x224a53([0x74,0x68,0x65,0x6e])](()=>new window[(_0x224a53([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x407d93=>{let _0x37c0dc=0x0;_0x224e2a[_0x224a53([0x6d,0x6f,0x64,0x65,0x6c])][_0x224a53([0x6f,0x6e])](_0x224a53([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xd3ffff,_0xe189ac)=>{_0xe189ac[0x0][_0x224a53([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x37c0dc++,_0x37c0dc==(0x3444e83a^_0x174203)&&(_0x407d93(),_0xd3ffff[_0x224a53([0x6f,0x66,0x66])]());});}))];return window[_0x224a53([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x224a53([0x72,0x61,0x63,0x65])](_0x24b3ae)[_0x224a53([0x74,0x68,0x65,0x6e])](()=>_0x4f3dd9);}async function _0xd5823a(){await _0x41e866,_0x224e2a[_0x224a53([0x6d,0x6f,0x64,0x65,0x6c])][_0x224a53([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2774d9,_0x224e2a[_0x224a53([0x6d,0x6f,0x64,0x65,0x6c])][_0x224a53([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2774d9,_0x224e2a[_0x224a53([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x224a53([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x42921d(_0x5232ca){const _0x356ce5=_0xbaba94();_0x224e2a[_0x356ce5]=_0x224a53([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])+_0x5232ca,_0x5232ca!=_0x224a53([0x56,0x61,0x6c,0x69,0x64])&&_0xd5823a();}function _0xbaba94(){const _0x3e61ac=window[_0x224a53([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x224a53([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x224a53([0x6e,0x6f,0x77])]())[_0x224a53([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x224a53([0x2e]),'');let _0x56a528=_0x224a53([0x66]);for(let _0x16b077=0x0;_0x16b077<_0x3e61ac[_0x224a53([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x16b077+=0x2){let _0x24b0d3=window[_0x224a53([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3e61ac[_0x224a53([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x16b077,_0x16b077+0x2));_0x24b0d3>=_0x436044[_0x224a53([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x24b0d3-=_0x436044[_0x224a53([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x56a528+=_0x436044[_0x24b0d3];}return _0x56a528;}function _0x31e536(){const _0x2b0edd=_0xf8a130[_0x224a53([0x73,0x70,0x6c,0x69,0x74])](_0x224a53([0x2e]));if(0x3!=_0x2b0edd[_0x224a53([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x10d12c(_0x2b0edd[0x1]);function _0x10d12c(_0x4d37f5){const _0x128f69=_0xca6f4b(_0x4d37f5);return _0x128f69&&_0x3cbaae()?_0x128f69:null;function _0x3cbaae(){const _0x359abf=_0x128f69[_0x224a53([0x6a,0x74,0x69])],_0x4fb840=window[_0x224a53([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x359abf[_0x224a53([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x359abf[_0x224a53([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xbea4bc={..._0x128f69,[_0x224a53([0x6a,0x74,0x69])]:_0x359abf[_0x224a53([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x359abf[_0x224a53([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xbea4bc[_0x224a53([0x76,0x63])],_0x3386f0(_0xbea4bc)==_0x4fb840;}}}async function _0x2f86cc(){let _0x5b860b=!0x0;try{const _0x48946a=_0xf8a130[_0x224a53([0x73,0x70,0x6c,0x69,0x74])](_0x224a53([0x2e])),[_0x3e1a1f,_0x17edc8,_0x369c71]=_0x48946a;return _0x10554d(_0x3e1a1f),await _0x1eb934(_0x3e1a1f,_0x17edc8,_0x369c71),_0x5b860b;}catch(_0x1b45a9){return!0x1;}function _0x10554d(_0x2d85a6){const _0x1e2625=_0xca6f4b(_0x2d85a6);_0x1e2625&&_0x1e2625[_0x224a53([0x61,0x6c,0x67])]==_0x224a53([0x45,0x53,0x32,0x35,0x36])||(_0x5b860b=!0x1);}async function _0x1eb934(_0x290147,_0x687083,_0x105b03){const _0x52320b=window[_0x224a53([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x224a53([0x66,0x72,0x6f,0x6d])](_0x5b47b8(_0x105b03),_0x300c87=>_0x300c87[_0x224a53([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x7adf9f=new window[(_0x224a53([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x224a53([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x290147+_0x224a53([0x2e])+_0x687083),_0x23954f=window[_0x224a53([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x224a53([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x23954f)return;const _0x1ccc14=await _0x23954f[_0x224a53([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x224a53([0x6a,0x77,0x6b]),_0x4d69e4,{[_0x224a53([0x6e,0x61,0x6d,0x65])]:_0x224a53([0x45,0x43,0x44,0x53,0x41]),[_0x224a53([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x224a53([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x224a53([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x23954f[_0x224a53([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x224a53([0x6e,0x61,0x6d,0x65])]:_0x224a53([0x45,0x43,0x44,0x53,0x41]),[_0x224a53([0x68,0x61,0x73,0x68])]:{[_0x224a53([0x6e,0x61,0x6d,0x65])]:_0x224a53([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1ccc14,_0x52320b,_0x7adf9f)||(_0x5b860b=!0x1);}}function _0xca6f4b(_0x54061f){return _0x54061f[_0x224a53([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x224a53([0x65,0x79]))?JSON[_0x224a53([0x70,0x61,0x72,0x73,0x65])](_0x5b47b8(_0x54061f)):null;}function _0x5b47b8(_0x5e1c66){return window[_0x224a53([0x61,0x74,0x6f,0x62])](_0x5e1c66[_0x224a53([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x224a53([0x2b]))[_0x224a53([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x224a53([0x2f])));}function _0x3386f0(_0x2df66f){let _0x266314=0x1505;function _0x4c6015(_0x28f150){for(let _0x52ef88=0x0;_0x52ef88<_0x28f150[_0x224a53([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x52ef88++){const _0x13cbdc=_0x28f150[_0x224a53([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x52ef88);_0x266314=(_0x266314<<0x5)+_0x266314+_0x13cbdc,_0x266314&=_0x266314;}}function _0x43aa8f(_0x2f116a){Array[_0x224a53([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2f116a)?_0x2f116a[_0x224a53([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x43aa8f):_0x2f116a&&typeof _0x2f116a==_0x224a53([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x224a53([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2f116a)[_0x224a53([0x73,0x6f,0x72,0x74])]()[_0x224a53([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xaa4f56,_0x321716])=>{_0x4c6015(_0xaa4f56),_0x43aa8f(_0x321716);}):_0x4c6015(window[_0x224a53([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2f116a));}return _0x43aa8f(_0x2df66f),_0x266314>>>0x0;}function _0x30ffd4(_0x27baab){return _0x27baab[_0x224a53([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x224a53([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x224a53([0x30]));}function _0x144a71(_0x1035d7){return _0x1035d7[_0x224a53([0x73,0x70,0x6c,0x69,0x74])]('')[_0x224a53([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x224a53([0x6a,0x6f,0x69,0x6e])]('');}function _0x2774d9(){}function _0x224a53(_0x54a201){const _0x38c573=_0x4d5c;return _0x54a201[_0x38c573(0x1a5)](_0x46cda8=>String[_0x38c573(0x1e8)](_0x46cda8))[_0x38c573(0x1e1)]('');}_0x42921d(await _0x1c8cb6());}(this);}[_0xda3387(0x1ba)](){const _0x28af6d=_0xda3387;super[_0x28af6d(0x1ba)](),this[_0x28af6d(0x1a7)][_0x28af6d(0x1ba)](),this[_0x28af6d(0x1b1)][_0x28af6d(0x1ce)]();}[_0xda3387(0x1c5)](_0x1957c2,{outlineDefinitions:_0x4018e6,outlineChanges:_0x233221}){const _0x4aaf4b=_0xda3387;this[_0x4aaf4b(0x1ac)]=_0x4018e6,this[_0x4aaf4b(0x1a7)][_0x4aaf4b(0x1a0)](_0x233221);}[_0xda3387(0x1aa)](_0x580a02){const _0x1a8ac3=_0xda3387;this[_0x1a8ac3(0x1ac)][_0x1a8ac3(0x1ca)]&&this[_0x1a8ac3(0x1ac)][_0x580a02]&&(this[_0x1a8ac3(0x1a7)][_0x1a8ac3(0x1df)]=_0x580a02);}[_0xda3387(0x1af)](_0x22143f){const _0x1cd0db=_0xda3387,_0x4332af=this[_0x1cd0db(0x1ac)][_0x22143f][_0x1cd0db(0x1b2)];this[_0x1cd0db(0x1d1)][_0x1cd0db(0x1da)][_0x1cd0db(0x1c3)](_0x33ce48=>{const _0x1e0c54=_0x1cd0db;_0x33ce48[_0x1e0c54(0x1d7)](_0x4332af,0x0);}),this[_0x1cd0db(0x1d1)][_0x1cd0db(0x1cc)][_0x1cd0db(0x1a7)][_0x1cd0db(0x1cf)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x1cd0db(0x1d1)][_0x1cd0db(0x1cc)][_0x1cd0db(0x1a7)][_0x1cd0db(0x1d6)](),this[_0x1cd0db(0x1aa)](_0x22143f);}[_0xda3387(0x1d5)](){const _0x1089f4=_0xda3387,_0x11bb6d=this[_0x1089f4(0x1d1)];let _0x2ddc0e;for(const _0x901dac of _0x11bb6d[_0x1089f4(0x1da)][_0x1089f4(0x1a6)][_0x1089f4(0x1cb)]()){const _0x573abf=_0x11bb6d[_0x1089f4(0x1cc)][_0x1089f4(0x1a7)][_0x1089f4(0x1a4)](_0x901dac),_0xc32780=_0x573abf&&new _0x981da8(_0x573abf)[_0x1089f4(0x1c7)]();if(_0xc32780){const _0x5c07c8=new _0x981da8(_0x5814ff[_0x1089f4(0x1a2)])[_0x1089f4(0x1cd)](_0xc32780);_0x5c07c8&&(_0x2ddc0e=_0x5c07c8[_0x1089f4(0x1bb)]+0.25*_0x5c07c8[_0x1089f4(0x1b9)]);}}if(void 0x0===_0x2ddc0e)return;const _0x1201a8=d(_0x11bb6d[_0x1089f4(0x1cc)],this[_0x1089f4(0x1ac)],_0x2ddc0e);_0x1201a8?this[_0x1089f4(0x1aa)](this[_0x1089f4(0x1ac)][_0x1089f4(0x1dc)](_0x1201a8)):this[_0x1089f4(0x1aa)](-0x1);}}function d(_0xaa9840,_0x5806c2,_0x622cc1,_0x3faa0e=0x0,_0x5201b7=_0x5806c2[_0xda3387(0x1ca)]-0x1){const _0x44c3a2=_0xda3387,_0x241327=Math[_0x44c3a2(0x1d3)](_0x3faa0e+(_0x5201b7-_0x3faa0e)/0x2);if(_0x5201b7>=_0x3faa0e){const _0x23015a=_0x5806c2[_0x241327],_0x5f7ff=_0xaa9840[_0x44c3a2(0x1b6)][_0x44c3a2(0x1c6)](_0x23015a[_0x44c3a2(0x1b2)]);if(!_0x5f7ff)return null;const _0x53b594=_0xaa9840[_0x44c3a2(0x1a7)][_0x44c3a2(0x1c4)][_0x44c3a2(0x1ab)](_0x5f7ff);return new _0x981da8(_0x53b594)[_0x44c3a2(0x1ae)]>_0x622cc1?d(_0xaa9840,_0x5806c2,_0x622cc1,_0x3faa0e,_0x241327-0x1):d(_0xaa9840,_0x5806c2,_0x622cc1,_0x241327+0x1,_0x5201b7);}return _0x241327<0x0?null:_0x5806c2[_0x241327];}
23
+ const _0x259751=_0x3fa9;(function(_0x196c7f,_0x1c7a8a){const _0x56638a=_0x3fa9,_0x5cb9aa=_0x196c7f();while(!![]){try{const _0x25be4b=-parseInt(_0x56638a(0xed))/0x1*(-parseInt(_0x56638a(0xcb))/0x2)+parseInt(_0x56638a(0xcc))/0x3+-parseInt(_0x56638a(0xc0))/0x4*(parseInt(_0x56638a(0xa9))/0x5)+-parseInt(_0x56638a(0xc9))/0x6+parseInt(_0x56638a(0xef))/0x7+parseInt(_0x56638a(0xeb))/0x8*(parseInt(_0x56638a(0xb7))/0x9)+-parseInt(_0x56638a(0xbe))/0xa;if(_0x25be4b===_0x1c7a8a)break;else _0x5cb9aa['push'](_0x5cb9aa['shift']());}catch(_0x1e697e){_0x5cb9aa['push'](_0x5cb9aa['shift']());}}}(_0x1ea0,0xb7cc8));import{Plugin as _0x173cf1}from'ckeditor5/src/core.js';import{CKEditorError as _0x595469,global as _0x28748d,Rect as _0xf2a33b,uid as _0x2309b2}from'ckeditor5/src/utils.js';import _0x2249ae from'./ui/documentoutlineview.js';import{throttle as _0x45e544}from'lodash-es';function _0x3fa9(_0xf5f9c7,_0x474b68){const _0x1ea0ee=_0x1ea0();return _0x3fa9=function(_0x3fa9b5,_0x178f5f){_0x3fa9b5=_0x3fa9b5-0xa9;let _0x34bbc3=_0x1ea0ee[_0x3fa9b5];return _0x34bbc3;},_0x3fa9(_0xf5f9c7,_0x474b68);}import'../../theme/documentoutline.css';function _0x1ea0(){const _0x5df744=['activeItemIndex','config','getRootNames','bind','render','href','9845490prMSPI','indexOf','20syVvXz','setSelection','add','_handleOutlineChange','map','toViewElement','bottom','height','mapper','6392502TJBylk','domConverter','659182daStuV','2983188oVNDrj','locale','model','join','view','_handleItemSelected','document','DocumentOutlineUtils','window','editor','getIntersection','isPremiumPlugin','init','appendChild','mapViewToDom','change','document-outline-container-not-provided','fromCharCode','pluginName','documentOutline.showEmptyHeadings','scrollToTheSelection','scroll','get','_currentOutlineDefinitions','_updateActiveDefinitionOnViewportChange','afterInit','floor','focus','getDomRoot','getVisible','sync','5320mxZmVH','DocumentOutlineUI','1pBgYOv','cancel','6297368udcJzS','itemSelected','resize','102430NdFQMU','element','listenTo','_updateActiveDefinitionFromViewportThrottled','isOfficialPlugin','length','editing','documentOutline.container','destroy','focusTracker','top','plugins','modelElement','_setActiveViewItem','9225hREFFs'];_0x1ea0=function(){return _0x5df744;};return _0x1ea0();}export default class n extends _0x173cf1{static get[_0x259751(0xde)](){const _0x286569=_0x259751;return _0x286569(0xec);}static get[_0x259751(0xad)](){return!0x0;}static get[_0x259751(0xd7)](){return!0x0;}constructor(_0x48fcb6){const _0x33c20f=_0x259751;super(_0x48fcb6),this[_0x33c20f(0xd0)]=new _0x2249ae(_0x48fcb6[_0x33c20f(0xcd)],this[_0x33c20f(0xd5)][_0x33c20f(0xb9)][_0x33c20f(0xe2)](_0x33c20f(0xdf)),this[_0x33c20f(0xd5)][_0x33c20f(0xb9)][_0x33c20f(0xe2)](_0x33c20f(0xb0))),this[_0x33c20f(0xe3)]=[],this[_0x33c20f(0xac)]=_0x45e544(this[_0x33c20f(0xe4)][_0x33c20f(0xbb)](this),0x64);}[_0x259751(0xd8)](){const _0x3fe8c6=_0x259751,_0x289a64=this[_0x3fe8c6(0xd5)],_0x4275a8=_0x289a64[_0x3fe8c6(0xb4)][_0x3fe8c6(0xe2)](_0x3fe8c6(0xd3));let _0x32e6f5=!0x1;if(this[_0x3fe8c6(0xd0)][_0x3fe8c6(0xbc)](),this[_0x3fe8c6(0xd5)]['ui'][_0x3fe8c6(0xb2)][_0x3fe8c6(0xc2)](this[_0x3fe8c6(0xd0)][_0x3fe8c6(0xaa)]),!_0x289a64[_0x3fe8c6(0xb9)][_0x3fe8c6(0xe2)](_0x3fe8c6(0xb0)))throw new _0x595469(_0x3fe8c6(0xdc),{'editor':_0x289a64});_0x289a64[_0x3fe8c6(0xb9)][_0x3fe8c6(0xe2)](_0x3fe8c6(0xb0))[_0x3fe8c6(0xd9)](this[_0x3fe8c6(0xd0)][_0x3fe8c6(0xaa)]),_0x4275a8['on'](_0x3fe8c6(0xdb),this[_0x3fe8c6(0xc3)][_0x3fe8c6(0xbb)](this)),_0x4275a8['on'](_0x3fe8c6(0xb8),(_0x389033,{index:_0x16cb9c})=>this[_0x3fe8c6(0xb6)](_0x16cb9c)),this[_0x3fe8c6(0xd0)]['on'](_0x3fe8c6(0xf0),(_0x4c0855,_0x3f6111)=>{const _0x2ef53d=_0x3fe8c6;_0x32e6f5=!0x0,this[_0x2ef53d(0xd1)](_0x3f6111);}),this[_0x3fe8c6(0xd0)][_0x3fe8c6(0xab)](_0x28748d[_0x3fe8c6(0xd2)],_0x3fe8c6(0xe1),()=>{const _0x26f2ca=_0x3fe8c6;_0x32e6f5?_0x32e6f5=!0x1:this[_0x26f2ca(0xac)]();},{'useCapture':!0x0}),this[_0x3fe8c6(0xd0)][_0x3fe8c6(0xab)](_0x28748d[_0x3fe8c6(0xd4)],_0x3fe8c6(0xf1),this[_0x3fe8c6(0xac)],{'useCapture':!0x0});}[_0x259751(0xe5)](){!async function(_0x5f1491){const _0x596fbe=_0x480e10([0x52,0x7a,0x62,0x64,0x55,0x51,0x30,0x41,0x53,0x70,0x4b,0x73,0x45,0x36,0x67,0x77,0x63,0x46,0x48,0x6d,0x78,0x49,0x58,0x4d,0x34,0x65,0x79,0x6b,0x6f,0x33,0x6c,0x5a,0x56,0x75,0x74,0x68,0x42,0x6a,0x57,0x50,0x69,0x43,0x72,0x47,0x44,0x35,0x61,0x32,0x4a,0x66,0x38,0x4e,0x59,0x4c,0x4f,0x37,0x71,0x76,0x54,0x31,0x39,0x6e]),_0x29a289=0x383848ff,_0x4afdc6=0x383f1f1f^_0x29a289,_0xa9054f=window[_0x480e10([0x44,0x61,0x74,0x65])][_0x480e10([0x6e,0x6f,0x77])](),_0x527c57=_0x5f1491[_0x480e10([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x520313=new window[(_0x480e10([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b1843=>{_0x527c57[_0x480e10([0x6f,0x6e,0x63,0x65])](_0x480e10([0x72,0x65,0x61,0x64,0x79]),_0x3b1843);}),_0x3e5442={[_0x480e10([0x6b,0x74,0x79])]:_0x480e10([0x45,0x43]),[_0x480e10([0x75,0x73,0x65])]:_0x480e10([0x73,0x69,0x67]),[_0x480e10([0x63,0x72,0x76])]:_0x480e10([0x50,0x2d,0x32,0x35,0x36]),[_0x480e10([0x78])]:_0x480e10([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]),[_0x480e10([0x79])]:_0x480e10([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]),[_0x480e10([0x61,0x6c,0x67])]:_0x480e10([0x45,0x53,0x32,0x35,0x36])},_0x4bb06d=_0x527c57[_0x480e10([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x480e10([0x67,0x65,0x74])](_0x480e10([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5c1996(){let _0x515793,_0x5580d3=null,_0x1306b7=null;try{if(_0x4bb06d==_0x480e10([0x47,0x50,0x4c]))return _0x480e10([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x515793=_0x1cb764(),!_0x515793)return _0x480e10([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x515793[_0x480e10([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1306b7=_0x501228(_0x515793[_0x480e10([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x515793[_0x480e10([0x6a,0x74,0x69])])),await _0x26e1af()?_0x4070e8()?_0x235f01()?_0x480e10([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1e9d86()?(_0x515793[_0x480e10([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x480e10([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5580d3=_0x5ea0c7(_0x480e10([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x515793[_0x480e10([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x480e10([0x74,0x72,0x69,0x61,0x6c])&&(_0x5580d3=_0x5ea0c7(_0x480e10([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x515793[_0x480e10([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x480e10([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x5580d3=_0x5ea0c7(_0x480e10([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3adf50()):_0x480e10([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x480e10([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x480e10([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3401ff){return _0x480e10([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x235f01(){const _0x3df7ff=[_0x480e10([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x480e10([0x74,0x72,0x69,0x61,0x6c])][_0x480e10([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x515793[_0x480e10([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xa9054f/0x3e8:0xe10*_0x4afdc6;return _0x515793[_0x480e10([0x65,0x78,0x70])]<_0x3df7ff;}function _0x4070e8(){const _0x44ada2=_0x515793[_0x480e10([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x44ada2&&(!!_0x44ada2[_0x480e10([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x480e10([0x2a]))||(!!_0x44ada2[_0x480e10([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x480e10([0x44,0x4f]))||!!_0x44ada2[_0x480e10([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x480e10([0x50,0x50]))));}function _0x1e9d86(){const _0x500c2e=_0x3fa9,_0x1343b5=_0x515793[_0x480e10([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1343b5||0x0==_0x1343b5[_0x480e10([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1485ac}=new URL(window[_0x480e10([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x500c2e(0xbd)]);if(_0x1343b5[_0x480e10([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1485ac))return!0x0;const _0x4504e5=_0x1485ac[_0x480e10([0x73,0x70,0x6c,0x69,0x74])](_0x480e10([0x2e]));return _0x1343b5[_0x480e10([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x552ebf=>_0x552ebf[_0x480e10([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x480e10([0x2a])))[_0x480e10([0x6d,0x61,0x70])](_0xaf647e=>_0xaf647e[_0x480e10([0x73,0x70,0x6c,0x69,0x74])](_0x480e10([0x2e])))[_0x480e10([0x73,0x6f,0x6d,0x65])](_0x599bc7=>_0x4504e5[_0x480e10([0x65,0x76,0x65,0x72,0x79])]((_0x1a028f,_0xb29d5d)=>_0x599bc7[_0xb29d5d]===_0x1a028f||_0x599bc7[_0xb29d5d]===_0x480e10([0x2a])));}function _0x3adf50(){return _0x5580d3&&_0x1306b7?new window[(_0x480e10([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2cfe92,_0x3da174)=>{_0x5580d3[_0x480e10([0x74,0x68,0x65,0x6e])](_0x2cfe92,_0x3da174),_0x1306b7[_0x480e10([0x74,0x68,0x65,0x6e])](_0x3e6e45=>{_0x3e6e45!=_0x480e10([0x56,0x61,0x6c,0x69,0x64])&&_0x2cfe92(_0x3e6e45);},_0x3da174);}):_0x5580d3||_0x1306b7||_0x480e10([0x56,0x61,0x6c,0x69,0x64]);}}function _0x501228(_0xa8a81d,_0x5ce1c0){return new window[(_0x480e10([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x269258=>{if(_0x539784())return _0x269258(_0x480e10([0x56,0x61,0x6c,0x69,0x64]));_0x24668a(),_0x527c57[_0x480e10([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x480e10([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x13bbdb=!0x1;const _0x42909d=_0x2309b2();function _0x57c2a4(_0x26bdd2){return!!_0x26bdd2&&(typeof _0x26bdd2===_0x480e10([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x26bdd2===_0x480e10([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x26bdd2[_0x480e10([0x74,0x68,0x65,0x6e])]===_0x480e10([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x26bdd2[_0x480e10([0x63,0x61,0x74,0x63,0x68])]===_0x480e10([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x70d766(_0x4e68e3){_0x323706(_0x4e68e3)[_0x480e10([0x74,0x68,0x65,0x6e])](_0x5e058d=>{if(!_0x5e058d||_0x5e058d[_0x480e10([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x480e10([0x6f,0x6b]))return _0x480e10([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x406fe9(_0xa90e6a(_0x42909d+_0x5ce1c0))!=_0x5e058d[_0x480e10([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x480e10([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x480e10([0x56,0x61,0x6c,0x69,0x64]);})[_0x480e10([0x74,0x68,0x65,0x6e])](_0x3cf1bd=>(_0x24617e(),_0x3cf1bd),()=>{const _0x164904=_0x27a11a();return null==_0x164904?(_0x24617e(),_0x480e10([0x56,0x61,0x6c,0x69,0x64])):_0x480e10(_0xa9054f-_0x164904>(0x1c34ccff^_0x29a289)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x480e10([0x74,0x68,0x65,0x6e])](_0x269258)[_0x480e10([0x63,0x61,0x74,0x63,0x68])](()=>{_0x269258(_0x480e10([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x320daa=0x380ea67f^_0x29a289;function _0x24617e(){const _0x19664d=_0x480e10([0x6c,0x6c,0x63,0x74,0x2d])+_0x406fe9(_0xa90e6a(_0xa8a81d)),_0x467370=_0x3a36c0(_0x406fe9(window[_0x480e10([0x4d,0x61,0x74,0x68])][_0x480e10([0x63,0x65,0x69,0x6c])](_0xa9054f/_0x320daa)));window[_0x480e10([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x480e10([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x19664d,_0x467370);}function _0x27a11a(){const _0x30fe7a=_0x480e10([0x6c,0x6c,0x63,0x74,0x2d])+_0x406fe9(_0xa90e6a(_0xa8a81d)),_0x53ee40=window[_0x480e10([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x480e10([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x30fe7a);return _0x53ee40?window[_0x480e10([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3a36c0(_0x53ee40),0x10)*_0x320daa:null;}function _0x323706(_0x21a371){return new window[(_0x480e10([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f3c3b,_0x8642f)=>{_0x21a371[_0x480e10([0x74,0x68,0x65,0x6e])](_0x2f3c3b,_0x8642f),window[_0x480e10([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x8642f,0x38399c3f^_0x29a289);});}}_0x527c57[_0x480e10([0x6f,0x6e])](_0x480e10([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x32787d,_0x2174a9)=>{if(_0x2174a9[0x0]!=_0xa8a81d)return _0x269258(_0x480e10([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2174a9[0x1]={..._0x2174a9[0x1],[_0x480e10([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x42909d};},{[_0x480e10([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x480e10([0x68,0x69,0x67,0x68])}),_0x527c57[_0x480e10([0x6f,0x6e])](_0x480e10([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2a7077=>{_0x57c2a4(_0x2a7077[_0x480e10([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x13bbdb=!0x0,_0x70d766(_0x2a7077[_0x480e10([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x480e10([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x480e10([0x6c,0x6f,0x77])}),_0x520313[_0x480e10([0x74,0x68,0x65,0x6e])](()=>{_0x13bbdb||_0x269258(_0x480e10([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x539784(){return _0x527c57[_0x480e10([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x480e10([0x76,0x69,0x65,0x77])][_0x480e10([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x480e10([0x61,0x75,0x74,0x6f]);}function _0x24668a(){_0x527c57[_0x480e10([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x480e10([0x76,0x69,0x65,0x77])][_0x480e10([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x480e10([0x61,0x75,0x74,0x6f]);}}function _0x5ea0c7(_0x1bc711){const _0x16c26a=[new window[(_0x480e10([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa4529c=>setTimeout(_0xa4529c,0x38317633^_0x29a289)),_0x520313[_0x480e10([0x74,0x68,0x65,0x6e])](()=>new window[(_0x480e10([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a981a=>{let _0x253e60=0x0;_0x527c57[_0x480e10([0x6d,0x6f,0x64,0x65,0x6c])][_0x480e10([0x6f,0x6e])](_0x480e10([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x542f84,_0x34639a)=>{_0x34639a[0x0][_0x480e10([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x253e60++,_0x253e60==(0x38384907^_0x29a289)&&(_0x5a981a(),_0x542f84[_0x480e10([0x6f,0x66,0x66])]());});}))];return window[_0x480e10([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x480e10([0x72,0x61,0x63,0x65])](_0x16c26a)[_0x480e10([0x74,0x68,0x65,0x6e])](()=>_0x1bc711);}async function _0x48b46e(){await _0x520313,_0x527c57[_0x480e10([0x6d,0x6f,0x64,0x65,0x6c])][_0x480e10([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x9f9032,_0x527c57[_0x480e10([0x6d,0x6f,0x64,0x65,0x6c])][_0x480e10([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x9f9032,_0x527c57[_0x480e10([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x480e10([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x25d39a(_0x415b05){const _0x193523=_0xdbe611();_0x527c57[_0x193523]=_0x480e10([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])+_0x415b05,_0x415b05!=_0x480e10([0x56,0x61,0x6c,0x69,0x64])&&_0x48b46e();}function _0xdbe611(){const _0x3fad59=window[_0x480e10([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x480e10([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x480e10([0x6e,0x6f,0x77])]())[_0x480e10([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x480e10([0x2e]),'');let _0x2e1518=_0x480e10([0x52]);for(let _0x10e35b=0x0;_0x10e35b<_0x3fad59[_0x480e10([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x10e35b+=0x2){let _0x53d9a7=window[_0x480e10([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3fad59[_0x480e10([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x10e35b,_0x10e35b+0x2));_0x53d9a7>=_0x596fbe[_0x480e10([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x53d9a7-=_0x596fbe[_0x480e10([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2e1518+=_0x596fbe[_0x53d9a7];}return _0x2e1518;}function _0x1cb764(){const _0xe36e62=_0x4bb06d[_0x480e10([0x73,0x70,0x6c,0x69,0x74])](_0x480e10([0x2e]));if(0x3!=_0xe36e62[_0x480e10([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x11958b(_0xe36e62[0x1]);function _0x11958b(_0x31ed2e){const _0x281702=_0x26b1f7(_0x31ed2e);return _0x281702&&_0x21b81b()?_0x281702:null;function _0x21b81b(){const _0x449572=_0x281702[_0x480e10([0x6a,0x74,0x69])],_0x38dc18=window[_0x480e10([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x449572[_0x480e10([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x449572[_0x480e10([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x331ac9={..._0x281702,[_0x480e10([0x6a,0x74,0x69])]:_0x449572[_0x480e10([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x449572[_0x480e10([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x331ac9[_0x480e10([0x76,0x63])],_0xa90e6a(_0x331ac9)==_0x38dc18;}}}async function _0x26e1af(){let _0x2f8746=!0x0;try{const _0x424bfc=_0x4bb06d[_0x480e10([0x73,0x70,0x6c,0x69,0x74])](_0x480e10([0x2e])),[_0x727f16,_0x19e559,_0x1ee6ca]=_0x424bfc;return _0x2d8d73(_0x727f16),await _0x252787(_0x727f16,_0x19e559,_0x1ee6ca),_0x2f8746;}catch(_0x34d5e9){return!0x1;}function _0x2d8d73(_0x2692c2){const _0x274ba1=_0x26b1f7(_0x2692c2);_0x274ba1&&_0x274ba1[_0x480e10([0x61,0x6c,0x67])]==_0x480e10([0x45,0x53,0x32,0x35,0x36])||(_0x2f8746=!0x1);}async function _0x252787(_0x31e8a1,_0x54fa3b,_0x53a4c2){const _0xd1685d=window[_0x480e10([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x480e10([0x66,0x72,0x6f,0x6d])](_0x255bdb(_0x53a4c2),_0x25c0f4=>_0x25c0f4[_0x480e10([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x35a75a=new window[(_0x480e10([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x480e10([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x31e8a1+_0x480e10([0x2e])+_0x54fa3b),_0x21e4d3=window[_0x480e10([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x480e10([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x21e4d3)return;const _0x3ca2fc=await _0x21e4d3[_0x480e10([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x480e10([0x6a,0x77,0x6b]),_0x3e5442,{[_0x480e10([0x6e,0x61,0x6d,0x65])]:_0x480e10([0x45,0x43,0x44,0x53,0x41]),[_0x480e10([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x480e10([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x480e10([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x21e4d3[_0x480e10([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x480e10([0x6e,0x61,0x6d,0x65])]:_0x480e10([0x45,0x43,0x44,0x53,0x41]),[_0x480e10([0x68,0x61,0x73,0x68])]:{[_0x480e10([0x6e,0x61,0x6d,0x65])]:_0x480e10([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3ca2fc,_0xd1685d,_0x35a75a)||(_0x2f8746=!0x1);}}function _0x26b1f7(_0x2181ab){return _0x2181ab[_0x480e10([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x480e10([0x65,0x79]))?JSON[_0x480e10([0x70,0x61,0x72,0x73,0x65])](_0x255bdb(_0x2181ab)):null;}function _0x255bdb(_0x13243d){return window[_0x480e10([0x61,0x74,0x6f,0x62])](_0x13243d[_0x480e10([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x480e10([0x2b]))[_0x480e10([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x480e10([0x2f])));}function _0xa90e6a(_0x4a18ad){let _0x432ce6=0x1505;function _0x7a9e32(_0x548d68){for(let _0x1b9c79=0x0;_0x1b9c79<_0x548d68[_0x480e10([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1b9c79++){const _0x39b802=_0x548d68[_0x480e10([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1b9c79);_0x432ce6=(_0x432ce6<<0x5)+_0x432ce6+_0x39b802,_0x432ce6&=_0x432ce6;}}function _0x307716(_0x53f4a2){Array[_0x480e10([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x53f4a2)?_0x53f4a2[_0x480e10([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x307716):_0x53f4a2&&typeof _0x53f4a2==_0x480e10([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x480e10([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x53f4a2)[_0x480e10([0x73,0x6f,0x72,0x74])]()[_0x480e10([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x58d418,_0x2c0658])=>{_0x7a9e32(_0x58d418),_0x307716(_0x2c0658);}):_0x7a9e32(window[_0x480e10([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x53f4a2));}return _0x307716(_0x4a18ad),_0x432ce6>>>0x0;}function _0x406fe9(_0x1c4037){return _0x1c4037[_0x480e10([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x480e10([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x480e10([0x30]));}function _0x3a36c0(_0x372973){return _0x372973[_0x480e10([0x73,0x70,0x6c,0x69,0x74])]('')[_0x480e10([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x480e10([0x6a,0x6f,0x69,0x6e])]('');}function _0x9f9032(){}function _0x480e10(_0x4d3fc4){const _0x2152c9=_0x3fa9;return _0x4d3fc4[_0x2152c9(0xc4)](_0x351628=>String[_0x2152c9(0xdd)](_0x351628))[_0x2152c9(0xcf)]('');}_0x25d39a(await _0x5c1996());}(this);}[_0x259751(0xb1)](){const _0x3ff99e=_0x259751;super[_0x3ff99e(0xb1)](),this[_0x3ff99e(0xd0)][_0x3ff99e(0xb1)](),this[_0x3ff99e(0xac)][_0x3ff99e(0xee)]();}[_0x259751(0xc3)](_0x1752f2,{outlineDefinitions:_0x3e3eeb,outlineChanges:_0x25d653}){const _0x25dbbc=_0x259751;this[_0x25dbbc(0xe3)]=_0x3e3eeb,this[_0x25dbbc(0xd0)][_0x25dbbc(0xea)](_0x25d653);}[_0x259751(0xb6)](_0x677307){const _0x49caff=_0x259751;this[_0x49caff(0xe3)][_0x49caff(0xae)]&&this[_0x49caff(0xe3)][_0x677307]&&(this[_0x49caff(0xd0)][_0x49caff(0xb8)]=_0x677307);}[_0x259751(0xd1)](_0x2ab4cb){const _0x91b71=_0x259751,_0x8761e2=this[_0x91b71(0xe3)][_0x2ab4cb][_0x91b71(0xb5)];this[_0x91b71(0xd5)][_0x91b71(0xce)][_0x91b71(0xdb)](_0x5051c4=>{const _0x5f1870=_0x91b71;_0x5051c4[_0x5f1870(0xc1)](_0x8761e2,0x0);}),this[_0x91b71(0xd5)][_0x91b71(0xaf)][_0x91b71(0xd0)][_0x91b71(0xe0)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x91b71(0xd5)][_0x91b71(0xaf)][_0x91b71(0xd0)][_0x91b71(0xe7)](),this[_0x91b71(0xb6)](_0x2ab4cb);}[_0x259751(0xe4)](){const _0x328e8a=_0x259751,_0x4382bf=this[_0x328e8a(0xd5)];let _0x52a555;for(const _0x38999b of _0x4382bf[_0x328e8a(0xce)][_0x328e8a(0xd2)][_0x328e8a(0xba)]()){const _0x4c8a92=_0x4382bf[_0x328e8a(0xaf)][_0x328e8a(0xd0)][_0x328e8a(0xe8)](_0x38999b),_0x163972=_0x4c8a92&&new _0xf2a33b(_0x4c8a92)[_0x328e8a(0xe9)]();if(_0x163972){const _0x4ada00=new _0xf2a33b(_0x28748d[_0x328e8a(0xd4)])[_0x328e8a(0xd6)](_0x163972);_0x4ada00&&(_0x52a555=_0x4ada00[_0x328e8a(0xb3)]+0.25*_0x4ada00[_0x328e8a(0xc7)]);}}if(void 0x0===_0x52a555)return;const _0x2ee023=_(_0x4382bf[_0x328e8a(0xaf)],this[_0x328e8a(0xe3)],_0x52a555);_0x2ee023?this[_0x328e8a(0xb6)](this[_0x328e8a(0xe3)][_0x328e8a(0xbf)](_0x2ee023)):this[_0x328e8a(0xb6)](-0x1);}}function _(_0x3604dd,_0x22dd88,_0x188aac,_0x16ad04=0x0,_0x3f587a=_0x22dd88[_0x259751(0xae)]-0x1){const _0xfb4874=_0x259751,_0x224994=Math[_0xfb4874(0xe6)](_0x16ad04+(_0x3f587a-_0x16ad04)/0x2);if(_0x3f587a>=_0x16ad04){const _0x9825fa=_0x22dd88[_0x224994],_0x4ecb6f=_0x3604dd[_0xfb4874(0xc8)][_0xfb4874(0xc5)](_0x9825fa[_0xfb4874(0xb5)]);if(!_0x4ecb6f)return null;const _0x2e1c31=_0x3604dd[_0xfb4874(0xd0)][_0xfb4874(0xca)][_0xfb4874(0xda)](_0x4ecb6f);return new _0xf2a33b(_0x2e1c31)[_0xfb4874(0xc6)]>_0x188aac?_(_0x3604dd,_0x22dd88,_0x188aac,_0x16ad04,_0x224994-0x1):_(_0x3604dd,_0x22dd88,_0x188aac,_0x224994+0x1,_0x3f587a);}return _0x224994<0x0?null:_0x22dd88[_0x224994];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1b6cee=_0x1ad8;(function(_0x4b0032,_0x577b26){const _0x34b79b=_0x1ad8,_0xeb1fcf=_0x4b0032();while(!![]){try{const _0x1ce86c=parseInt(_0x34b79b(0x144))/0x1+-parseInt(_0x34b79b(0x13d))/0x2+parseInt(_0x34b79b(0x14c))/0x3+parseInt(_0x34b79b(0x13c))/0x4+-parseInt(_0x34b79b(0x126))/0x5+-parseInt(_0x34b79b(0x132))/0x6+parseInt(_0x34b79b(0x14f))/0x7;if(_0x1ce86c===_0x577b26)break;else _0xeb1fcf['push'](_0xeb1fcf['shift']());}catch(_0x4fb25f){_0xeb1fcf['push'](_0xeb1fcf['shift']());}}}(_0x59f0,0x305fc));import{Plugin as _0x22fa56}from'ckeditor5/src/core.js';import{debounce as _0x46f0e5}from'lodash-es';import{TreeWalker as _0x51f60d}from'ckeditor5/src/engine.js';function _0x1ad8(_0x258215,_0x4cfe66){const _0x59f06b=_0x59f0();return _0x1ad8=function(_0x1ad8f0,_0x4f8767){_0x1ad8f0=_0x1ad8f0-0x11e;let _0x208cfd=_0x59f06b[_0x1ad8f0];return _0x208cfd;},_0x1ad8(_0x258215,_0x4cfe66);}import{getElementText as _0x5b3dc8,getDefaultFeatureHeadingNames as _0x54cfea}from'./utils.js';import{diff as _0x20b60c,diffToChanges as _0x1489b0}from'ckeditor5/src/utils.js';export default class i extends _0x22fa56{constructor(){const _0x5f05ad=_0x1ad8;super(...arguments),this[_0x5f05ad(0x12e)]=[];}static get[_0x1b6cee(0x147)](){const _0x595a22=_0x1b6cee;return _0x595a22(0x12b);}static get[_0x1b6cee(0x133)](){return!0x0;}static get[_0x1b6cee(0x124)](){return!0x0;}[_0x1b6cee(0x141)](){const _0x271b33=_0x1b6cee,_0x567596=this[_0x271b33(0x145)];this[_0x271b33(0x12e)]=this[_0x271b33(0x14d)]();let _0x2680b8=[];_0x567596[_0x271b33(0x12c)][_0x271b33(0x143)]['on'](_0x271b33(0x12f),_0x46f0e5(()=>{const _0x2e3cb2=_0x271b33,_0xf35f2f=_0x2680b8;_0x2680b8=this[_0x2e3cb2(0x148)]();const _0x293319=_0x20b60c(_0xf35f2f,_0x2680b8,(_0x1def12,_0x267478)=>_0x1def12[_0x2e3cb2(0x151)]===_0x267478[_0x2e3cb2(0x151)]&&_0x1def12[_0x2e3cb2(0x130)]===_0x267478[_0x2e3cb2(0x130)]&&_0x1def12[_0x2e3cb2(0x14e)]===_0x267478[_0x2e3cb2(0x14e)]),_0x65ab84=_0x1489b0(_0x293319,_0x2680b8),_0x1b404a=this[_0x2e3cb2(0x127)](),_0x1d14c7=_0x2680b8[_0x2e3cb2(0x136)](_0x5d6bfb=>_0x5d6bfb[_0x2e3cb2(0x14e)]===_0x1b404a);_0x65ab84[_0x2e3cb2(0x146)]&&this[_0x2e3cb2(0x14b)](_0x2e3cb2(0x12f),{'outlineDefinitions':_0x2680b8,'activeItemIndex':_0x1d14c7,'outlineChanges':_0x65ab84}),this[_0x2e3cb2(0x14b)](_0x2e3cb2(0x134),{'index':_0x1d14c7});},0xfa,{'leading':!0x0,'trailing':!0x0}));}[_0x1b6cee(0x14a)](){const _0x344bfa=_0x1b6cee;this[_0x344bfa(0x12e)][_0x344bfa(0x146)]||this[_0x344bfa(0x12a)]();}[_0x1b6cee(0x148)](){const _0x150901=_0x1b6cee,_0x3b4714=this[_0x150901(0x145)],_0x2277d2=[],_0x4a8c76=this[_0x150901(0x12e)];for(const _0x577fa6 of _0x3b4714[_0x150901(0x12c)][_0x150901(0x143)][_0x150901(0x13a)]())_0x404b49(_0x3b4714[_0x150901(0x12c)][_0x150901(0x143)][_0x150901(0x149)](_0x577fa6));function _0x404b49(_0x526b08){const _0x1b7015=_0x150901;for(const _0x183d80 of _0x526b08[_0x1b7015(0x137)]())_0x183d80['is'](_0x1b7015(0x135))&&(_0x4a8c76[_0x1b7015(0x125)](_0x183d80[_0x1b7015(0x139)])&&_0x2277d2[_0x1b7015(0x12d)]({'level':_0x4a8c76[_0x1b7015(0x128)](_0x183d80[_0x1b7015(0x139)])+0x1,'text':_0x5b3dc8(_0x183d80),'modelElement':_0x183d80}),_0x404b49(_0x183d80));}return _0x2277d2;}[_0x1b6cee(0x127)](){const _0x188d8c=_0x1b6cee,_0x451453=this[_0x188d8c(0x145)][_0x188d8c(0x12c)][_0x188d8c(0x143)][_0x188d8c(0x13b)][_0x188d8c(0x13e)](),_0x3268cd=new _0x51f60d({'direction':_0x188d8c(0x150),'startPosition':_0x451453});for(const _0x397867 of _0x3268cd)if(_0x397867[_0x188d8c(0x140)]['is'](_0x188d8c(0x135))&&this[_0x188d8c(0x12e)][_0x188d8c(0x125)](_0x397867[_0x188d8c(0x140)][_0x188d8c(0x139)]))return _0x397867[_0x188d8c(0x140)];}[_0x1b6cee(0x14d)](){const _0x2e5f59=_0x1b6cee,_0x172ddd=this[_0x2e5f59(0x145)][_0x2e5f59(0x121)][_0x2e5f59(0x138)](_0x2e5f59(0x11e));return _0x172ddd||_0x54cfea(this[_0x2e5f59(0x145)]);}[_0x1b6cee(0x12a)](){const _0x2404b7=_0x1b6cee,_0x598f21=this[_0x2404b7(0x145)],_0x1c43fc=['h1','h2','h3','h4','h5','h6'],_0x4a4192=[];for(const _0x120a6a of _0x1c43fc){const _0xe0584a=_0x598f21[_0x2404b7(0x142)][_0x2404b7(0x131)][_0x2404b7(0x13f)][_0x2404b7(0x129)](document[_0x2404b7(0x122)](_0x120a6a)),_0x32ab48=_0x598f21[_0x2404b7(0x123)][_0x2404b7(0x11f)](_0xe0584a)[_0x2404b7(0x120)](0x0);(null==_0x32ab48?void 0x0:_0x32ab48['is'](_0x2404b7(0x135)))&&_0x4a4192[_0x2404b7(0x12d)](_0x32ab48[_0x2404b7(0x139)]);}this[_0x2404b7(0x12e)]=_0x4a4192;}}function _0x59f0(){const _0x39068e=['push','_headingNames','change','text','view','1458378ynQFrq','isOfficialPlugin','activeItemIndex','element','findIndex','getChildren','get','name','getRootNames','selection','874256POeTJl','522086TEGtXG','getFirstPosition','domConverter','item','init','editing','document','70895ZcGYhn','editor','length','pluginName','_getOutlineDefinitions','getRoot','afterInit','fire','241035LjAkZw','_getHeadingNames','modelElement','3764278KQtMfz','backward','level','documentOutline.headings','toModel','getChild','config','createElement','data','isPremiumPlugin','includes','1026560inLzKP','_getActiveHeading','indexOf','domToView','_deriveHeadingElementsFromConversion','DocumentOutlineUtils','model'];_0x59f0=function(){return _0x39068e;};return _0x59f0();}
23
+ const _0x4fbf0a=_0xd111;(function(_0x66147e,_0x4202df){const _0x1bba93=_0xd111,_0x40632b=_0x66147e();while(!![]){try{const _0x5e00d5=parseInt(_0x1bba93(0x1f2))/0x1+-parseInt(_0x1bba93(0x1eb))/0x2*(parseInt(_0x1bba93(0x1f8))/0x3)+-parseInt(_0x1bba93(0x1dc))/0x4*(parseInt(_0x1bba93(0x1e2))/0x5)+-parseInt(_0x1bba93(0x1d6))/0x6+-parseInt(_0x1bba93(0x1e6))/0x7+-parseInt(_0x1bba93(0x1f5))/0x8*(parseInt(_0x1bba93(0x1dd))/0x9)+-parseInt(_0x1bba93(0x1c6))/0xa*(-parseInt(_0x1bba93(0x1c4))/0xb);if(_0x5e00d5===_0x4202df)break;else _0x40632b['push'](_0x40632b['shift']());}catch(_0x2da0fa){_0x40632b['push'](_0x40632b['shift']());}}}(_0x853b,0xdde98));function _0x853b(){const _0x18afa5=['fire','_headingNames','getChildren','7616756oQDpwL','toModel','selection','level','editing','98818LoJGjg','backward','_getHeadingNames','length','_getActiveHeading','name','getRoot','78072WlZnYi','config','includes','8wnZrVK','domConverter','document','87zMzoeo','getRootNames','editor','domToView','11vthtgJ','item','68143770oHYkHI','getFirstPosition','data','isOfficialPlugin','push','change','init','createElement','modelElement','documentOutline.headings','indexOf','findIndex','pluginName','view','element','afterInit','2519370JBYgos','_getOutlineDefinitions','get','text','activeItemIndex','DocumentOutlineUtils','1232upVbMk','13726053OGHIJn','getChild','_deriveHeadingElementsFromConversion','model','isPremiumPlugin','24635tLsaSu'];_0x853b=function(){return _0x18afa5;};return _0x853b();}import{Plugin as _0x2c1669}from'ckeditor5/src/core.js';import{debounce as _0x496ff6}from'lodash-es';function _0xd111(_0x54a4cf,_0x38a941){const _0x853bf=_0x853b();return _0xd111=function(_0xd111c8,_0x193553){_0xd111c8=_0xd111c8-0x1c4;let _0x55925c=_0x853bf[_0xd111c8];return _0x55925c;},_0xd111(_0x54a4cf,_0x38a941);}import{TreeWalker as _0x44d0d3}from'ckeditor5/src/engine.js';import{getElementText as _0xf52341,getDefaultFeatureHeadingNames as _0x387960}from'./utils.js';import{diff as _0xf436ff,diffToChanges as _0x549595}from'ckeditor5/src/utils.js';export default class i extends _0x2c1669{constructor(){const _0x5eb3b3=_0xd111;super(...arguments),this[_0x5eb3b3(0x1e4)]=[];}static get[_0x4fbf0a(0x1d2)](){const _0x978b5b=_0x4fbf0a;return _0x978b5b(0x1db);}static get[_0x4fbf0a(0x1c9)](){return!0x0;}static get[_0x4fbf0a(0x1e1)](){return!0x0;}[_0x4fbf0a(0x1cc)](){const _0x58ee02=_0x4fbf0a,_0x17b357=this[_0x58ee02(0x1fa)];this[_0x58ee02(0x1e4)]=this[_0x58ee02(0x1ed)]();let _0x5364e1=[];_0x17b357[_0x58ee02(0x1e0)][_0x58ee02(0x1f7)]['on'](_0x58ee02(0x1cb),_0x496ff6(()=>{const _0x509d46=_0x58ee02,_0x30c874=_0x5364e1;_0x5364e1=this[_0x509d46(0x1d7)]();const _0x8173bb=_0xf436ff(_0x30c874,_0x5364e1,(_0x47da77,_0x2397b2)=>_0x47da77[_0x509d46(0x1e9)]===_0x2397b2[_0x509d46(0x1e9)]&&_0x47da77[_0x509d46(0x1d9)]===_0x2397b2[_0x509d46(0x1d9)]&&_0x47da77[_0x509d46(0x1ce)]===_0x2397b2[_0x509d46(0x1ce)]),_0x7aa944=_0x549595(_0x8173bb,_0x5364e1),_0x433d02=this[_0x509d46(0x1ef)](),_0x1e9ad0=_0x5364e1[_0x509d46(0x1d1)](_0xc658d=>_0xc658d[_0x509d46(0x1ce)]===_0x433d02);_0x7aa944[_0x509d46(0x1ee)]&&this[_0x509d46(0x1e3)](_0x509d46(0x1cb),{'outlineDefinitions':_0x5364e1,'activeItemIndex':_0x1e9ad0,'outlineChanges':_0x7aa944}),this[_0x509d46(0x1e3)](_0x509d46(0x1da),{'index':_0x1e9ad0});},0xfa,{'leading':!0x0,'trailing':!0x0}));}[_0x4fbf0a(0x1d5)](){const _0x41643b=_0x4fbf0a;this[_0x41643b(0x1e4)][_0x41643b(0x1ee)]||this[_0x41643b(0x1df)]();}[_0x4fbf0a(0x1d7)](){const _0x3d1d9e=_0x4fbf0a,_0x2467ff=this[_0x3d1d9e(0x1fa)],_0x333536=[],_0x389e9e=this[_0x3d1d9e(0x1e4)];for(const _0x153777 of _0x2467ff[_0x3d1d9e(0x1e0)][_0x3d1d9e(0x1f7)][_0x3d1d9e(0x1f9)]())_0x1e2f11(_0x2467ff[_0x3d1d9e(0x1e0)][_0x3d1d9e(0x1f7)][_0x3d1d9e(0x1f1)](_0x153777));function _0x1e2f11(_0x39e6cf){const _0x19ef86=_0x3d1d9e;for(const _0x31c471 of _0x39e6cf[_0x19ef86(0x1e5)]())_0x31c471['is'](_0x19ef86(0x1d4))&&(_0x389e9e[_0x19ef86(0x1f4)](_0x31c471[_0x19ef86(0x1f0)])&&_0x333536[_0x19ef86(0x1ca)]({'level':_0x389e9e[_0x19ef86(0x1d0)](_0x31c471[_0x19ef86(0x1f0)])+0x1,'text':_0xf52341(_0x31c471),'modelElement':_0x31c471}),_0x1e2f11(_0x31c471));}return _0x333536;}[_0x4fbf0a(0x1ef)](){const _0x20e378=_0x4fbf0a,_0x56dbdc=this[_0x20e378(0x1fa)][_0x20e378(0x1e0)][_0x20e378(0x1f7)][_0x20e378(0x1e8)][_0x20e378(0x1c7)](),_0x152000=new _0x44d0d3({'direction':_0x20e378(0x1ec),'startPosition':_0x56dbdc});for(const _0x1573ce of _0x152000)if(_0x1573ce[_0x20e378(0x1c5)]['is'](_0x20e378(0x1d4))&&this[_0x20e378(0x1e4)][_0x20e378(0x1f4)](_0x1573ce[_0x20e378(0x1c5)][_0x20e378(0x1f0)]))return _0x1573ce[_0x20e378(0x1c5)];}[_0x4fbf0a(0x1ed)](){const _0x4218d0=_0x4fbf0a,_0x8fb3cc=this[_0x4218d0(0x1fa)][_0x4218d0(0x1f3)][_0x4218d0(0x1d8)](_0x4218d0(0x1cf));return _0x8fb3cc||_0x387960(this[_0x4218d0(0x1fa)]);}[_0x4fbf0a(0x1df)](){const _0x405fef=_0x4fbf0a,_0x1d4ccd=this[_0x405fef(0x1fa)],_0x245c6f=['h1','h2','h3','h4','h5','h6'],_0x4b4102=[];for(const _0x3845b2 of _0x245c6f){const _0x220c71=_0x1d4ccd[_0x405fef(0x1ea)][_0x405fef(0x1d3)][_0x405fef(0x1f6)][_0x405fef(0x1fb)](document[_0x405fef(0x1cd)](_0x3845b2)),_0x53c969=_0x1d4ccd[_0x405fef(0x1c8)][_0x405fef(0x1e7)](_0x220c71)[_0x405fef(0x1de)](0x0);(null==_0x53c969?void 0x0:_0x53c969['is'](_0x405fef(0x1d4)))&&_0x4b4102[_0x405fef(0x1ca)](_0x53c969[_0x405fef(0x1f0)]);}this[_0x405fef(0x1e4)]=_0x4b4102;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x4a4883,_0x2463cd){const _0x5704b4=_0xf706,_0xa5c3c5=_0x4a4883();while(!![]){try{const _0x36ef99=-parseInt(_0x5704b4(0x106))/0x1*(parseInt(_0x5704b4(0x11d))/0x2)+-parseInt(_0x5704b4(0x11c))/0x3*(parseInt(_0x5704b4(0x10d))/0x4)+parseInt(_0x5704b4(0x10a))/0x5+parseInt(_0x5704b4(0x119))/0x6*(parseInt(_0x5704b4(0x118))/0x7)+-parseInt(_0x5704b4(0x10b))/0x8+parseInt(_0x5704b4(0x107))/0x9+parseInt(_0x5704b4(0x113))/0xa*(parseInt(_0x5704b4(0x104))/0xb);if(_0x36ef99===_0x2463cd)break;else _0xa5c3c5['push'](_0xa5c3c5['shift']());}catch(_0x52fbb3){_0xa5c3c5['push'](_0xa5c3c5['shift']());}}}(_0x731c,0x72745));import{View as _0x445711}from'ckeditor5/src/ui.js';function _0xf706(_0x29cfd2,_0x53902c){const _0x731cd0=_0x731c();return _0xf706=function(_0xf7060c,_0x4b2510){_0xf7060c=_0xf7060c-0x103;let _0x3c2f53=_0x731cd0[_0xf7060c];return _0x3c2f53;},_0xf706(_0x29cfd2,_0x53902c);}import{getTranslation as _0xf361be}from'../../utils/common-translations.js';export default class A extends _0x445711{constructor(_0x55888f,_0x5324a3=!0x1){const _0x3b14e0=_0xf706;super(_0x55888f);const _0x33eba7=this[_0x3b14e0(0x114)],_0x49edb0=_0x5324a3?'['+_0xf361be(_0x55888f,_0x3b14e0(0x11a))+']':'';this[_0x3b14e0(0x116)](_0x3b14e0(0x103),''),this[_0x3b14e0(0x116)](_0x3b14e0(0x109),0x1),this[_0x3b14e0(0x116)](_0x3b14e0(0x10e),!0x1),this[_0x3b14e0(0x112)](_0x3b14e0(0x11b))['to'](this,_0x3b14e0(0x103),_0x235206=>!_0x235206),this[_0x3b14e0(0x117)]({'tag':_0x3b14e0(0x105),'attributes':{'class':['ck',_0x3b14e0(0x108),_0x3b14e0(0x10f),_0x33eba7['to'](_0x3b14e0(0x109),_0x4fa77f=>_0x3b14e0(0x110)+_0x4fa77f),_0x33eba7['if'](_0x3b14e0(0x10e),_0x3b14e0(0x111)),_0x33eba7['if'](_0x3b14e0(0x11b),_0x3b14e0(0x10c))],'title':_0x33eba7['to'](_0x3b14e0(0x103))},'children':[{'text':_0x33eba7['to'](_0x3b14e0(0x103),_0x34b0a1=>_0x34b0a1||_0x49edb0)}],'on':{'click':_0x33eba7['to'](_0x3b14e0(0x115))}});}}function _0x731c(){const _0xb8b107=['text','4829VeEgcB','div','1luJVCU','627975srIdHE','ck-reset','level','3384565EQXaUW','465704SEsPMo','ck-document-outline__item_empty','1711700jZQYTD','isActive','ck-document-outline__item','ck-document-outline__item_level-','ck-document-outline__item_active','bind','34930pillpC','bindTemplate','click','set','setTemplate','14fwihHN','5286undUzF','Empty\x20heading','isEmpty','6xFfzMP','1798018PpKWbd'];_0x731c=function(){return _0xb8b107;};return _0x731c();}
23
+ (function(_0x458ac1,_0x35616a){const _0x5527f3=_0x28c8,_0x4f186a=_0x458ac1();while(!![]){try{const _0xc145ab=-parseInt(_0x5527f3(0x1de))/0x1+parseInt(_0x5527f3(0x1dc))/0x2*(parseInt(_0x5527f3(0x1f5))/0x3)+-parseInt(_0x5527f3(0x1e9))/0x4*(parseInt(_0x5527f3(0x1ef))/0x5)+parseInt(_0x5527f3(0x1f4))/0x6*(parseInt(_0x5527f3(0x1db))/0x7)+parseInt(_0x5527f3(0x1e5))/0x8+-parseInt(_0x5527f3(0x1e6))/0x9*(-parseInt(_0x5527f3(0x1f0))/0xa)+parseInt(_0x5527f3(0x1e0))/0xb*(-parseInt(_0x5527f3(0x1ee))/0xc);if(_0xc145ab===_0x35616a)break;else _0x4f186a['push'](_0x4f186a['shift']());}catch(_0x272296){_0x4f186a['push'](_0x4f186a['shift']());}}}(_0x2f13,0xd8de9));import{View as _0x2486f2}from'ckeditor5/src/ui.js';import{getTranslation as _0x45b3f9}from'../../utils/common-translations.js';export default class $ extends _0x2486f2{constructor(_0x3d5067,_0x310653=!0x1){const _0x48ce7b=_0x28c8;super(_0x3d5067);const _0x2b9f70=this[_0x48ce7b(0x1e2)],_0x412f06=_0x310653?'['+_0x45b3f9(_0x3d5067,_0x48ce7b(0x1eb))+']':'';this[_0x48ce7b(0x1f3)](_0x48ce7b(0x1e4),''),this[_0x48ce7b(0x1f3)](_0x48ce7b(0x1dd),0x1),this[_0x48ce7b(0x1f3)](_0x48ce7b(0x1ea),!0x1),this[_0x48ce7b(0x1e8)](_0x48ce7b(0x1df))['to'](this,_0x48ce7b(0x1e4),_0x1c2929=>!_0x1c2929),this[_0x48ce7b(0x1f6)]({'tag':_0x48ce7b(0x1ec),'attributes':{'class':['ck',_0x48ce7b(0x1e7),_0x48ce7b(0x1f1),_0x2b9f70['to'](_0x48ce7b(0x1dd),_0x56ea6e=>_0x48ce7b(0x1e3)+_0x56ea6e),_0x2b9f70['if'](_0x48ce7b(0x1ea),_0x48ce7b(0x1e1)),_0x2b9f70['if'](_0x48ce7b(0x1df),_0x48ce7b(0x1ed))],'title':_0x2b9f70['to'](_0x48ce7b(0x1e4))},'children':[{'text':_0x2b9f70['to'](_0x48ce7b(0x1e4),_0x3bedfe=>_0x3bedfe||_0x412f06)}],'on':{'click':_0x2b9f70['to'](_0x48ce7b(0x1f2))}});}}function _0x28c8(_0x56c00d,_0x5edbb5){const _0x2f13ef=_0x2f13();return _0x28c8=function(_0x28c805,_0x33f264){_0x28c805=_0x28c805-0x1db;let _0x154f28=_0x2f13ef[_0x28c805];return _0x154f28;},_0x28c8(_0x56c00d,_0x5edbb5);}function _0x2f13(){const _0x53ce50=['ck-reset','bind','16BdPIKu','isActive','Empty\x20heading','div','ck-document-outline__item_empty','13319964NgAaiJ','1303045qqyHmC','90ZkLvEx','ck-document-outline__item','click','set','2040702aKIWks','9KOzlMw','setTemplate','35VrUzhW','307236qaHdgJ','level','123354fYkERF','isEmpty','11hnWZVU','ck-document-outline__item_active','bindTemplate','ck-document-outline__item_level-','text','7255872nYGwkb','95661lxMxNJ'];_0x2f13=function(){return _0x53ce50;};return _0x2f13();}