@ckeditor/ckeditor5-document-outline 45.2.1-alpha.8 → 45.2.1-alpha.9
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.
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-table-of-contents-padding:1em;--ck-table-of-contents-line-height:1.5;--ck-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n}).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var m=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:m,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>B,DocumentOutlineUI:()=>M,DocumentOutlineUtils:()=>f,HeadingId:()=>tt,TableOfContents:()=>pt,TableOfContentsCommand:()=>X,TableOfContentsEditing:()=>rt,TableOfContentsUI:()=>dt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout(()=>{u=null,c&&a(),f()},e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e(function(...e){u=t.apply(this,e),l=null},n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(t){const e=c;let n="";for(const i of t[e(257)]())i instanceof r.Text&&(n+=i[e(268)]);return n}function c(t,e){const n=a();return(c=function(t,e){return n[t-=252]})(t,e)}function a(){const t=["plugins","htmlH6","reduce","2748630KLmNpD","58uJQTXf","htmlH3","model","htmlH4","290JjhBub","has","getChildren","push","40AQGdLb","paragraph","1077687gdLxkM","htmlH5","htmlH1","get","GeneralHtmlSupport","4seXzgP","heading.options","data","config","1286460daExba","1834296FGTQVM","htmlH2","475211vqqOVl","12854ZaGGwm","3535112ElQhjE"];return(a=function(){return t})()}!function(t){const e=c,n=t();for(;;)try{if(343726===parseInt(e(274))/1*(parseInt(e(280))/2)+-parseInt(e(271))/3*(parseInt(e(266))/4)+-parseInt(e(279))/5+-parseInt(e(270))/6+-parseInt(e(275))/7+-parseInt(e(259))/8*(-parseInt(e(261))/9)+parseInt(e(255))/10*(parseInt(e(273))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=d;function d(t,e){const n=h();return(d=function(t,e){return n[t-=296]})(t,e)}!function(t){const e=d,n=t();for(;;)try{if(463519===parseInt(e(351))/1*(parseInt(e(298))/2)+parseInt(e(321))/3*(parseInt(e(323))/4)+parseInt(e(331))/5*(parseInt(e(308))/6)+parseInt(e(317))/7+-parseInt(e(326))/8+parseInt(e(347))/9*(parseInt(e(335))/10)+-parseInt(e(337))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class f extends t.Plugin{static get[l(345)](){return l(348)}static get[l(311)](){return!0}static get[l(307)](){return!0}[l(336)]=[];[l(300)](){const t=l,e=this[t(328)];this[t(336)]=this[t(297)]();let n=[];e[t(346)][t(296)].on(t(342),o(()=>{const e=t,i=n;n=this[e(318)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(302)]===n[e(302)]&&t[e(339)]===n[e(339)]&&t[e(303)]===n[e(303)]),r=(0,u.diffToChanges)(o,n),s=this[e(327)](),c=n[e(340)](t=>t[e(303)]===s);r[e(313)]&&this[e(320)](e(342),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(320)](e(314),{index:c})},250,{leading:!0,trailing:!0}))}[l(341)](){const t=l;this[t(336)][t(313)]||this[t(330)]()}[l(318)](){const t=l,e=this[t(328)],n=[],i=this[t(336)];for(const n of e[t(346)][t(296)][t(322)]())o(e[t(346)][t(296)][t(343)](n));function o(e){const r=t;for(const t of e[r(315)]())t.is(r(306))&&(i[r(338)](t[r(319)])&&n[r(301)]({level:i[r(299)](t[r(319)])+1,text:s(t),modelElement:t}),o(t))}return n}[l(327)](){const t=l,e=this[t(328)][t(346)][t(296)][t(350)][t(304)](),n=new r.TreeWalker({direction:t(309),startPosition:e});for(const e of n)if(e[t(312)].is(t(306))&&this[t(336)][t(338)](e[t(312)][t(319)]))return e[t(312)]}[l(297)](){const t=l;return this[t(328)][t(325)][t(316)](t(332))||function(t){const e=c,n=t[e(269)][e(264)](e(267));return n?n[e(278)]((t,n)=>(e(260)!==n[e(253)]&&t[e(258)](n[e(253)]),t),[]):t[e(276)][e(256)](e(265))?[e(263),e(272),e(252),e(254),e(262),e(277)]:[]}(this[t(328)])}[l(330)](){const t=l,e=this[t(328)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(344)][t(333)][t(334)][t(349)](document[t(324)](o)),r=e[t(305)][t(310)](n)[t(329)](0);r?.is(t(306))&&i[t(301)](r[t(319)])}this[t(336)]=i}}function h(){const t=["domToView","selection","300946nkRUeB","document","_getHeadingNames","2WEqgOP","indexOf","init","push","level","modelElement","getFirstPosition","data","element","isPremiumPlugin","173028wnpETq","backward","toModel","isOfficialPlugin","item","length","activeItemIndex","getChildren","get","4196941dCmkfF","_getOutlineDefinitions","name","fire","2655039ByRkoW","getRootNames","4caTfbF","createElement","config","5123160AFxESi","_getActiveHeading","editor","getChild","_deriveHeadingElementsFromConversion","150qTAOaZ","documentOutline.headings","view","domConverter","20GWOlkx","_headingNames","26360510BWCQXF","includes","text","findIndex","afterInit","change","getRoot","editing","pluginName","model","3823479SpiYwZ","DocumentOutlineUtils"];return(h=function(){return t})()}var m=n(311);function p(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}function g(){const t=["ck-reset","98193pbnvRd","setTemplate","10SasTtJ","isActive","click","level","bind","div","set","83680eaQNEm","35104gawXOq","379172YYHhxO","Empty heading","ck-document-outline__item","213992RDoovM","415943GxOYxz","56iXvOKR","ck-document-outline__item_level-","isEmpty","87993oDivIW","ck-document-outline__item_active","72LOjqee","bindTemplate","text","63SyNWjB","ck-document-outline__item_empty"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=308]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(137913===parseInt(e(323))/1+parseInt(e(334))/2+-parseInt(e(320))/3*(parseInt(e(333))/4)+-parseInt(e(332))/5*(-parseInt(e(317))/6)+parseInt(e(312))/7*(-parseInt(e(310))/8)+parseInt(e(315))/9+-parseInt(e(325))/10*(-parseInt(e(311))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(g);class v extends m.View{constructor(t,e=!1){const n=w;super(t);const i=this[n(318)],o=e?"["+p(t,n(308))+"]":"";this[n(331)](n(319),""),this[n(331)](n(328),1),this[n(331)](n(326),!1),this[n(329)](n(314)).to(this,n(319),t=>!t),this[n(324)]({tag:n(330),attributes:{class:["ck",n(322),n(309),i.to(n(328),t=>n(313)+t),i.if(n(326),n(316)),i.if(n(314),n(321))],title:i.to(n(319))},children:[{text:i.to(n(319),t=>t||o)}],on:{click:i.to(n(327))}})}}function I(t,e){const n=b();return(I=function(t,e){return n[t-=301]})(t,e)}const k=I;function b(){const t=["insert","_setActiveItem","1700nNLEaJ","1581411YAbhOG","fire","itemSelected","div","set","_handleItemClick","getIndex","bind","10410tObGit","click","forEach","sync","activeItemIndex","setTemplate","120QGTTsc","5624346VsJHnE","_deleteItem","_insertItem","addMany","delegate","documentOutlineContainer","level","index","values","items","_scrollToItem","isActive","map","createCollection","change:activeItemIndex","190ANyOJu","locale","text","contentLanguageDirection","destroy","source","ck-reset","get","type","howMany","ck-document-outline","remove","16zfKAhC","2690oWwBAJ","2TECSyn","16357IqkMUD","817082dsjihT","delete","5580gNWizp","4746069XoewBt","Editor headings will appear here as you type.","element","showEmptyHeadingText"];return(b=function(){return t})()}!function(t){const e=I,n=t();for(;;)try{if(657775===-parseInt(e(328))/1*(-parseInt(e(330))/2)+-parseInt(e(332))/3*(parseInt(e(339))/4)+parseInt(e(314))/5*(parseInt(e(348))/6)+parseInt(e(355))/7+-parseInt(e(326))/8*(parseInt(e(333))/9)+-parseInt(e(327))/10*(parseInt(e(329))/11)+parseInt(e(354))/12*(parseInt(e(340))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends m.View{[k(308)];[k(304)];[k(336)];constructor(t,e=!1,n){const i=k;super(t),this[i(336)]=e,this[i(344)](i(352),-1),this[i(304)]=n,this[i(308)]=this[i(312)](),this[i(308)][i(303)](i(349)).to(this),this.on(i(349),this[i(345)][i(347)](this)),this.on(i(313),(t,e,n,o)=>{this[i(338)](o,n)}),this[i(353)]({tag:i(343),attributes:{class:["ck",i(320),i(324)],dir:t[i(317)],"data-document-outline-empty-placeholder":p(t,i(334)),tabindex:-1},children:this[i(308)]})}[k(351)](t){const e=k;t[e(350)](t=>{const n=e;n(337)==t[n(322)]?this[n(301)](t[n(306)],...t[n(307)]):n(331)==t[n(322)]&&this[n(356)](t[n(306)],t[n(323)])})}[k(338)](t,e){const n=k;if(-1!==t){const e=this[n(308)][n(321)](t);e&&(e[n(310)]=!1)}-1!==e&&(this[n(308)][n(321)](e)[n(310)]=!0,this[n(309)](e))}[k(301)](t,...e){const n=k,i=e[n(311)]((e,i)=>{const o=n,r=new v(this[o(315)],this[o(336)]);return r[o(316)]=e[o(316)],r[o(305)]=e[o(305)],t+i===this[o(352)]&&(r[o(310)]=!0),r});this[n(308)][n(302)](i,t)}[k(356)](t,e){const n=k;do{this[n(308)][n(325)](t)}while(--e)}[k(345)](t){const e=k,n=this[e(308)][e(346)](t[e(319)]);this[e(341)](e(342),n)}[k(309)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(308)][e(321)](t)[e(335)],20,this[e(304)])}[k(318)](){const t=k;super[t(318)](),this[t(335)][t(325)]()}}var _=n(673),O=n.n(_),C=n(545),x=n.n(C),T=n(262),E=n.n(T),A=n(667),P=n.n(A),L=n(357),S=n.n(L),N=n(46),D={attributes:{"data-cke":!0}};D.setAttributes=P(),D.insert=E().bind(null,"head"),D.domAPI=x(),D.insertStyleElement=S();O()(N.A,D);N.A&&N.A.locals&&N.A.locals;const j=K;function K(t,e){const n=H();return(K=function(t,e){return n[t-=370]})(t,e)}!function(t){const e=K,n=t();for(;;)try{if(682140===parseInt(e(424))/1+parseInt(e(382))/2+parseInt(e(429))/3*(-parseInt(e(370))/4)+parseInt(e(404))/5+parseInt(e(375))/6+-parseInt(e(398))/7*(parseInt(e(388))/8)+-parseInt(e(396))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(H);class M extends t.Plugin{[j(394)];[j(384)];[j(421)];static get[j(399)](){return j(378)}static get[j(423)](){return!0}static get[j(403)](){return!0}constructor(t){const e=j;super(t),this[e(394)]=new y(t[e(414)],this[e(402)][e(389)][e(411)](e(420)),this[e(402)][e(389)][e(411)](e(434))),this[e(384)]=[],this[e(421)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0,signal:s}=n;return o(t,e,{leading:i,trailing:r,signal:s,maxWait:e})}(this[e(435)][e(372)](this),100)}[j(410)](){const t=j,e=this[t(402)],n=e[t(379)][t(411)](t(418));let i=!1;if(this[t(394)][t(441)](),this[t(402)].ui[t(422)][t(401)](this[t(394)][t(400)]),!e[t(389)][t(411)](t(434)))throw new u.CKEditorError(t(436),{editor:e});e[t(389)][t(411)](t(434))[t(416)](this[t(394)][t(400)]),n.on(t(391),this[t(405)][t(372)](this)),n.on(t(392),(e,{index:n})=>this[t(390)](n)),this[t(394)].on(t(380),(e,n)=>{i=!0,this[t(415)](n)}),this[t(394)][t(428)](u.global[t(387)],t(381),()=>{i?i=!1:this[t(421)]()},{useCapture:!0}),this[t(394)][t(428)](u.global[t(426)],t(373),this[t(421)],{useCapture:!0})}[j(439)](){!async function(t){const e=p([120,105,78,83,50,97,70,112,111,72,79,81,56,66,76,99,84,69,80,89,86,48,118,49,65,53,67,109,82,68,87,104,73,100,103,55,122,88,71,102,101,85,52,75,116,117,106,90,54,121,119,107,51,114,110,115,77,113,57,74,108,98]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])(t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)}),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[p([116,104,101,110])](()=>new(window[p([80,114,111,109,105,115,101])])(t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())})}))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])](()=>t)}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=K;return t[e(393)](t=>String[e(376)](t))[e(409)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([120]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])](t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116]))[p([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[p([116,104,101,110])](c)[p([99,97,116,99,104])](()=>{c(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}},{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))},{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])](()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([68,79]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1750550400;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=K,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(406)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])](t=>t[p([105,110,99,108,117,100,101,115])](p([42])))[p([109,97,112])](t=>t[p([115,112,108,105,116])](p([46])))[p([102,105,108,116,101,114])](t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])])[p([109,97,112])](t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t))[p([115,111,109,101])](t=>o[p([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===p([42])))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[j(371)](){const t=j;super[t(371)](),this[t(394)][t(371)](),this[t(421)][t(412)]()}[j(405)](t,{outlineDefinitions:e,outlineChanges:n}){const i=j;this[i(384)]=e,this[i(394)][i(433)](n)}[j(390)](t){const e=j;this[e(384)][e(419)]&&this[e(384)][t]&&(this[e(394)][e(392)]=t)}[j(415)](t){const e=j,n=this[e(384)][t][e(425)];this[e(402)][e(395)][e(391)](t=>{t[e(440)](n,0)}),this[e(402)][e(437)][e(394)][e(427)]({alignToTop:!0,forceScroll:!0}),this[e(402)][e(437)][e(394)][e(407)](),this[e(390)](t)}[j(435)](){const t=j,e=this[t(402)];let n;for(const i of e[t(395)][t(387)][t(383)]()){const o=e[t(437)][t(394)][t(430)](i),r=o&&new u.Rect(o)[t(397)]();if(r){const e=new u.Rect(u.global[t(426)])[t(377)](r);e&&(n=e[t(374)]+.25*e[t(417)])}}if(void 0===n)return;const i=R(e[t(437)],this[t(384)],n);i?this[t(390)](this[t(384)][t(431)](i)):this[t(390)](-1)}}function H(){const t=["element","add","editor","isPremiumPlugin","1711175YAzAzX","_handleOutlineChange","href","focus","domConverter","join","init","get","cancel","floor","locale","_handleItemSelected","appendChild","height","DocumentOutlineUtils","length","documentOutline.showEmptyHeadings","_updateActiveDefinitionFromViewportThrottled","focusTracker","isOfficialPlugin","1347107vjRfYw","modelElement","window","scrollToTheSelection","listenTo","168471UaXbox","getDomRoot","indexOf","toViewElement","sync","documentOutline.container","_updateActiveDefinitionOnViewportChange","document-outline-container-not-provided","editing","mapViewToDom","afterInit","setSelection","render","36DUExzI","destroy","bind","resize","top","1465866nIULWp","fromCharCode","getIntersection","DocumentOutlineUI","plugins","itemSelected","scroll","2390218ryxBbU","getRootNames","_currentOutlineDefinitions","bottom","mapper","document","2739008GfMqTH","config","_setActiveViewItem","change","activeItemIndex","map","view","model","8226729hjwfty","getVisible","21HddPtQ","pluginName"];return(H=function(){return t})()}function R(t,e,n,i=0,o=e[j(419)]-1){const r=j,s=Math[r(413)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(386)][r(432)](c[r(425)]);if(!a)return null;const l=t[r(394)][r(408)][r(438)](a);return new u.Rect(l)[r(385)]>n?R(t,e,n,i,s-1):R(t,e,n,s+1,o)}return s<0?null:e[s]}const U=W;function V(){const t=["documentOutlineLicenseKeyExpired","config","DocumentOutline","invalid","documentOutlineLicenseKeyTrialLimit","documentOutlineLicenseKeyDomainLimit","domainLimit","requires","34027HqPzCR","documentOutlineLicenseKeyInvalid","usageLimit","get","_licenseKeyCheckInterval","11901810LoEXaa","8mpTAkW","init","documentOutlineLicenseKeyUsageLimit","featureNotAllowed","evaluationLimit","isPremiumPlugin","1682991bCjqZm","trialLimit","pluginName","431511dhmlml","editor","588tjUahJ","documentOutlineLicenseKeyEvaluationLimit","expired","1053130GlMoEH","695462qyvrHT","isOfficialPlugin","_showLicenseError","documentOutlineLicenseKeyValid","documentOutlineLicenseKeyNotAllowed","destroy","12JuBAPM","licenseKey","208452gPcSue"];return(V=function(){return t})()}function W(t,e){const n=V();return(W=function(t,e){return n[t-=428]})(t,e)}!function(t){const e=W,n=t();for(;;)try{if(254612===parseInt(e(447))/1+parseInt(e(453))/2+-parseInt(e(459))/3*(parseInt(e(461))/4)+parseInt(e(452))/5+parseInt(e(449))/6*(parseInt(e(432))/7)+-parseInt(e(438))/8*(-parseInt(e(444))/9)+-parseInt(e(437))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(V);class B extends t.Plugin{[U(460)];[U(436)];static get[U(431)](){return[f,M]}static get[U(446)](){return U(464)}static get[U(454)](){return!0}static get[U(443)](){return!0}[U(439)](){const t=U;this[t(460)]=this[t(448)][t(463)][t(435)](t(460));const e=this[t(448)];this[t(436)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(456)==r||n(433)==r||n(462)==r||n(429)==r||n(457)==r||n(450)==r||n(428)==r||n(440)==r){delete e[o],i=r,clearInterval(this[n(436)]),this[n(436)]=void 0;break}}n(433)==i&&e[n(455)](n(465)),n(462)==i&&e[n(455)](n(451)),n(429)==i&&e[n(455)](n(430)),n(457)==i&&e[n(455)](n(441),n(464)),n(450)==i&&e[n(455)](n(442)),n(428)==i&&e[n(455)](n(445)),n(440)==i&&e[n(455)](n(434))},1e3)}[U(458)](){const t=U;super[t(458)](),this[t(436)]&&clearInterval(this[t(436)])}}var q=n(901);const G=z;function z(t,e){const n=F();return(z=function(t,e){return n[t-=104]})(t,e)}function F(){const t=["4904ogmChB","1605085tmNyis","1072247PRDsrW","11790nLYjCP","selection","insertObject","model","2skZKNh","refresh","findAllowedParent","4225827qLopcS","schema","getFirstPosition","execute","633577gRegMl","370jgkTGw","630054fmHSKN","isEnabled","tableOfContents","document","editor","createElement","3991212MvUcrz","change","12gscAvC"];return(F=function(){return t})()}!function(t){const e=z,n=t();for(;;)try{if(871174===-parseInt(e(128))/1+parseInt(e(119))/2*(-parseInt(e(122))/3)+-parseInt(e(109))/4+-parseInt(e(113))/5+parseInt(e(111))/6*(-parseInt(e(126))/7)+-parseInt(e(112))/8*(-parseInt(e(115))/9)+-parseInt(e(127))/10*(-parseInt(e(114))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);class X extends t.Command{[G(125)](){const t=G;this[t(107)][t(118)][t(110)](e=>{const n=t;this[n(107)][n(118)][n(117)](e[n(108)](n(105)))})}[G(120)](){const t=G,e=this[t(107)][t(118)],n=e[t(106)][t(116)][t(124)]();this[t(104)]=null!==(n&&e[t(123)][t(121)](n,t(105)))}}var Z=n(336),J={attributes:{"data-cke":!0}};J.setAttributes=P(),J.insert=E().bind(null,"head"),J.domAPI=x(),J.insertStyleElement=S();O()(Z.A,J);Z.A&&Z.A.locals&&Z.A.locals;function Q(){const t=["writer","set","232FeGOaj","position","hasAttribute","name","editor","type","change","toViewElement","element:","3769370aUPWBI","heading.options","differ","delete","headingId","2084058voOmPW","230742hAZuqU","insert","upcast","setAttribute","extend","_registerHeadingIdAttributePostfixer","consumable","isRegistered","length","isOfficialPlugin","get","item","schema","string","consume","afterInit","_customDataDowncastHeadingsConversion","attribute:headingId:","document","getAttribute","1436464PWREsn","config","match","nodeAfter","view","HeadingId","conversion","_customUpcastHeadingsConversion","modelRange","forEach","pluginName","getChanges","low","getContainedElement","model","remove","371529VhTwhb","for","2307162aMtqWA","headingId.modelAttributeName","registerPostFixer","7mTEGrA","has","downcast","heading1","576007Ksrchj","removeAttribute","clear","mapper","paragraph","attributes","isPremiumPlugin","add","viewItem"];return(Q=function(){return t})()}const Y=$;function $(t,e){const n=Q();return($=function(t,e){return n[t-=291]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(537816===-parseInt(e(332))/1+parseInt(e(357))/2+-parseInt(e(325))/3+parseInt(e(307))/4+-parseInt(e(352))/5+-parseInt(e(358))/6*(-parseInt(e(328))/7)+-parseInt(e(343))/8*(-parseInt(e(323))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);class tt extends t.Plugin{static get[Y(317)](){return Y(312)}static get[Y(296)](){return!0}static get[Y(338)](){return!0}[Y(302)](){const t=Y,e=this[t(347)];e[t(308)][t(297)](t(326))||(function(e){const n=t,i=new Map;return e?(e[n(316)](t=>{const e=n;e(336)!==t[e(321)]&&i[e(342)](t[e(311)],t[e(321)])}),i[n(297)]("h1")||i[n(342)]("h1",n(331)),i):i}(this[t(347)][t(308)][t(297)](t(353)))[t(316)]((n,i)=>{const o=t;this[o(314)](i),this[o(303)](n),e[o(321)][o(299)][o(294)](n)&&e[o(321)][o(299)][o(291)](n,{allowAttributes:o(356)})}),this[t(292)]())}[Y(314)](t){const e=Y;this[e(347)][e(313)][e(324)](e(360))[e(339)](n=>n.on(e(351)+t,(t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(340)][o(306)]("id"),a=n[o(315)][o(320)]();if(a)return c&&c[o(295)]||a[o(345)](o(356))?void(r[o(301)](n[o(340)],{attributes:["id"]})&&s[o(361)](o(356),c,a)):(r[o(301)](n[o(340)],{attributes:["id"]}),void s[o(361)](o(356),(0,u.uid)(),a))},{priority:u.priorities[e(297)](e(319))+.5}))}[Y(303)](t){const e=Y;this[e(347)][e(313)][e(324)](e(330))[e(339)](n=>n.on(e(304)+t,(t,n,i)=>{const o=e;if(!i[o(293)][o(301)](n[o(298)],t[o(346)]))return;const r=n[o(298)][o(306)](o(356)),s=i[o(335)][o(350)](n[o(298)]);i[o(341)][o(361)]("id",r,s)}))}[Y(292)](){const t=Y,e=this[t(347)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(339)](r),e[o(361)](o(356),r,n),r}function r(e,n){const i=t;e[i(333)](i(356),n)}e[t(321)][t(305)][t(327)](s=>{const c=t,a=e[c(321)][c(305)][c(354)][c(318)]();let u=!1;for(const t of a)if(c(359)==t[c(348)]&&t[c(346)])if(et(t[c(346)])){const e=t[c(337)][c(297)](c(356));c(300)==typeof e?n[c(329)](e)?(o(s,t[c(344)][c(310)]),u=!0):i[c(339)](e):(o(s,t[c(344)][c(310)]),u=!0)}else c(300)==typeof t[c(337)][c(297)](c(356))&&(r(s,t[c(344)][c(310)]),u=!0);else if(c(322)==t[c(348)]){const e=t[c(337)][c(297)](c(356));c(300)==typeof e&&n[c(355)](e)}return u}),e[t(321)][t(305)].on(t(349),()=>{const e=t;i[e(316)](t=>n[e(339)](t)),i[e(334)]()})}}function et(t){return!!t[Y(309)](/heading\d/)}const nt=it;function it(t,e){const n=ot();return(it=function(t,e){return n[t-=306]})(t,e)}function ot(){const t=["isInteger","documentOutline.showEmptyHeadings","153486CaajDM","listenTo","config","text","_tableOfContentsElements","name","isOfficialPlugin","domEvent","elementToElement","differ","dataDowncast","pluginName","_handleScrollToHeading","insert","schema","href","createContainerElement","registerRawContentMatcher","isPremiumPlugin","init","561426yHgdTT","setSelection","_headingIdModelAttributeName","end","fromCharCode","$graveyard","703300rQDLGH","map","modelElement","Empty heading","6jwCVSn","tableOfContents","_redirectMapper","getCustomProperty","length","element","forEach","$capture","div","join","getChanges","hasContent","reconvertItem"," table-of-contents_empty","preventDefault","toModelElement","click","headingId","commands","createPositionAt","tableOfContentsHeadingIndex","add","_updateTableOfContentsElements","abs","insertTableOfContents","modelPosition","viewToModelPosition","conversion","outlineDefinitions","424GUiyCU","15516Ssmwrh","afterInit","mapper","requires","table-of-contents__placeholder","110759PVrroS","No headings were found in the document.","setCustomProperty","for","_defineSchema","_trackNewToCElements","_createTableOfContents","585CxEMdP","253702XdFUtM","editingDowncast","upcast","$blockObject","editor","viewPosition","position","elementToStructure","plugins","createText","model","level","nodeAfter","editing","getAncestors","Table of contents","5851979eoowCd","change","TableOfContentsEditing","headingId.modelAttributeName","1290hLngpr","locale","_currentOutlineDefinitions","get","DocumentOutlineUtils","rootName","scrollToTheSelection","type","stop","register","table-of-contents","view","_defineConverters","data","getAttribute","findMappedViewAncestor","document","filter","high","target"];return(ot=function(){return t})()}!function(t){const e=it,n=t();for(;;)try{if(523616===-parseInt(e(368))/1+parseInt(e(415))/2+parseInt(e(362))/3+parseInt(e(402))/4*(-parseInt(e(414))/5)+parseInt(e(372))/6*(-parseInt(e(316))/7)+parseInt(e(401))/8*(parseInt(e(342))/9)+-parseInt(e(320))/10*(-parseInt(e(407))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class rt extends t.Plugin{static get[nt(353)](){return nt(318)}static get[nt(348)](){return!0}static get[nt(360)](){return!0}static get[nt(405)](){return[q.Widget,f,tt]}[nt(322)];[nt(346)];[nt(364)];constructor(t){const e=nt;super(t),this[e(322)]=[],this[e(346)]=new Set,this[e(364)]=e(389)}[nt(361)](){const t=nt,e=this[t(419)],n=e[t(313)][t(331)][t(336)];e[t(344)][t(323)](t(319))&&(this[t(364)]=e[t(344)][t(323)](t(319))),this[t(343)](n,t(388),(e,n)=>{const i=t;if(!n[i(339)])return;const o=n[i(339)][i(375)](i(392));Number[i(340)](o)&&(n[i(349)][i(386)](),e[i(328)](),this[i(354)](o))},{priority:t(338),context:t(379)}),this[t(411)](),this[t(332)](),e[t(390)][t(393)](t(396),new X(e)),e[t(308)][t(323)](t(324)).on(t(317),(e,n)=>{const i=t;this[i(322)]=n[i(400)],this[i(394)]()}),this[t(343)](e[t(310)][t(336)],t(317),()=>{this[t(412)]()})}[nt(403)](){!async function(t){const e=p([52,119,51,114,77,103,120,117,68,115,71,102,88,66,100,55,53,97,65,89,67,57,99,85,104,106,49,107,112,86,50,78,122,101,72,98,79,82,121,108,54,69,83,116,84,111,110,81,105,73,56,113,74,109,87,70,90,76,75,48,80,118]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])(t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)}),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[p([116,104,101,110])](()=>new(window[p([80,114,111,109,105,115,101])])(t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())})}))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])](()=>t)}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=it;return t[e(369)](t=>String[e(366)](t))[e(381)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([119]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])](t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116]))[p([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[p([116,104,101,110])](c)[p([99,97,116,99,104])](()=>{c(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}},{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))},{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])](()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([84,79,67]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1750550400;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=it,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(357)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])](t=>t[p([105,110,99,108,117,100,101,115])](p([42])))[p([109,97,112])](t=>t[p([115,112,108,105,116])](p([46])))[p([102,105,108,116,101,114])](t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])])[p([109,97,112])](t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t))[p([115,111,109,101])](t=>o[p([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===p([42])))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[nt(394)](){const t=nt;this[t(346)][t(378)](e=>{const n=t;n(367)!==e[n(325)]&&this[n(419)][n(313)][n(384)](e)})}[nt(412)](){const t=nt;for(const e of this[t(419)][t(310)][t(336)][t(351)][t(382)]({includeChangesInGraveyard:!0})){if(t(355)!==e[t(327)]||t(373)!==e[t(347)])return;this[t(346)][t(393)](e[t(306)][t(312)])}}[nt(411)](){const t=nt;this[t(419)][t(310)][t(356)][t(329)](t(373),{inheritAllFrom:t(418)})}[nt(332)](){const t=nt,e=this[t(419)][t(399)];e[t(410)](t(417))[t(350)]({model:t(373),view:{name:t(380),classes:t(330)}}),e[t(410)](t(352))[t(307)]({model:t(373),view:(e,{writer:n})=>this[t(413)](n,!0)}),e[t(410)](t(416))[t(307)]({model:t(373),view:(e,{writer:n})=>{const i=t;this[i(346)][i(393)](e);const o=this[i(413)](n);return(0,q.toWidget)(o,n,{label:p(this[i(419)][i(321)],i(315))})}}),this[t(419)][t(333)][t(359)]({name:t(380),classes:t(330)}),this[t(419)][t(313)][t(404)].on(t(398),this[t(374)](),{priority:t(338)})}[nt(413)](t,e=!1){const n=nt,{locale:i}=this[n(419)],o=t[n(358)](n(380),{class:n(330)+(0===this[n(322)][n(376)]?n(385):""),...!e&&{"data-table-of-contents-label":p(i,n(315))}});0===this[n(322)][n(376)]&&!1===e&&t[n(355)](t[n(391)](o,n(365)),t[n(358)]("p",{class:n(406)},[t[n(309)](p(i,n(408)))]));const r=e?"":"["+p(i,n(371))+"]";let s=o;return this[n(322)][n(378)]((i,o,c)=>{const a=n,u=this[a(419)][a(310)][a(383)](i[a(370)],{ignoreWhitespaces:!0}),l=u?i[a(345)]:r,d=i[a(370)][a(334)](this[a(364)]),f=t[a(358)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(309)](l)]),h=this[a(419)][a(344)][a(323)](a(341));t[a(409)](a(392),o,f);const m=t[a(358)]("li",null,[u||!e&&h?f:t[a(309)]("")]),p=o?c[o-1][a(311)]:0,g=Math[a(395)](i[a(311)]-p);if(i[a(311)]>p){const e=st(m,g,t);t[a(355)](t[a(391)](s,a(365)),e)}else{const e=function(t,e){const n=a;return t[n(314)]({includeSelf:!0,parentFirst:!0})[n(337)](t=>t.is(n(377),"ol"))[e]}(s,g);t[a(355)](t[a(391)](e,a(365)),m)}s=m}),o}[nt(354)](t){const e=nt,n=this[e(322)][t][e(370)];this[e(419)][e(310)][e(317)](t=>{t[e(363)](n,0)}),this[e(419)][e(313)][e(331)][e(326)]({alignToTop:!0,forceScroll:!0})}[nt(374)](){return(t,e)=>{const n=it,i=e[n(404)],o=i[n(335)](e[n(420)]),r=i[n(387)](o);r.is(n(377),n(373))&&(e[n(397)]=this[n(419)][n(310)][n(391)](r,0),t[n(328)]())}}}function st(t,e,n){const i=nt;return 1===e?n[i(358)]("ol",null,[t]):n[i(358)]("ol",null,[n[i(358)]("li",null,[st(t,e-1,n)])])}var ct=n(355);const at=lt;function ut(){const t=["init","tableOfContentsLicenseKeyUsageLimit","execute","trialLimit","15ZNSlwu","menuBar:tableOfContents","pluginName","tableOfContentsLicenseKeyValid","config","invalid","locale","64948fAAKPO","_createButton","isOfficialPlugin","687503bQoQOm","listenTo","componentFactory","_licenseKeyCheckInterval","tableOfContentsLicenseKeyEvaluationLimit","destroy","isEnabled","get","2971674vrApco","tooltip","9052947RFSpRB","308zjySVE","usageLimit","26465tzGXzz","tableOfContentsLicenseKeyDomainLimit","tableOfContentsLicenseKeyNotAllowed","expired","tableOfContentsLicenseKeyTrialLimit","add","5213120xiZbpp","domainLimit","Table of contents","focus","tableOfContentsLicenseKeyInvalid","TableOfContents","_showLicenseError","5960122ederif","editor","TableOfContentsUI","evaluationLimit","featureNotAllowed","isPremiumPlugin","commands","licenseKey","tableOfContents","set","insertTableOfContents","bind","tableOfContentsLicenseKeyExpired","editing","view"];return(ut=function(){return t})()}function lt(t,e){const n=ut();return(lt=function(t,e){return n[t-=344]})(t,e)}!function(t){const e=lt,n=t();for(;;)try{if(440388===parseInt(e(347))/1+parseInt(e(344))/2*(parseInt(e(392))/3)+-parseInt(e(358))/4*(parseInt(e(360))/5)+parseInt(e(355))/6+-parseInt(e(373))/7+-parseInt(e(366))/8+parseInt(e(357))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class dt extends t.Plugin{[at(380)];[at(350)];static get[at(394)](){return at(375)}static get[at(346)](){return!0}static get[at(378)](){return!0}[at(388)](){const t=at,e=this[t(374)];e.ui[t(349)][t(365)](t(381),()=>{const e=t,n=this[e(345)](m.ButtonView);return n[e(356)]=!0,n}),e.ui[t(349)][t(365)](t(393),()=>this[t(345)](m.MenuBarMenuListItemButtonView)),this[t(380)]=this[t(374)][t(396)][t(354)](t(380));const n=this[t(374)];this[t(350)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(395)==r||e(370)==r||e(385)==r||e(361)==r||e(362)==r||e(351)==r||e(364)==r||e(389)==r){delete n[o],i=r,clearInterval(this[e(350)]),this[e(350)]=void 0;break}}e(370)==i&&n[e(372)](e(397)),e(385)==i&&n[e(372)](e(363)),e(361)==i&&n[e(372)](e(367)),e(362)==i&&n[e(372)](e(377),e(371)),e(351)==i&&n[e(372)](e(376)),e(364)==i&&n[e(372)](e(391)),e(389)==i&&n[e(372)](e(359))},1e3)}[at(345)](t){const e=at,n=this[e(374)],i=n[e(398)],o=n[e(379)][e(354)](e(383)),r=new t(i);return r[e(382)]({label:p(i,e(368)),icon:ct.IconTableOfContents}),r[e(384)](e(353)).to(o,e(353)),this[e(348)](r,e(390),()=>{const t=e;n[t(390)](t(383)),n[t(386)][t(387)][t(369)]()}),r}[at(352)](){const t=at;super[t(352)](),this[t(350)]&&clearInterval(this[t(350)])}}function ft(){var t=["1202500EClPXl","75AjqXdB","5116237JnriXc","160364iCCOxB","8664hgKfFU","1194985hdhocR","pluginName","74200WwgdZq","24vEIVNn","5592110IlnDhY","45tgZgRZ","TableOfContents","requires","isOfficialPlugin","isPremiumPlugin","11WJIHqB"];return(ft=function(){return t})()}function ht(t,e){var n=ft();return(ht=function(t,e){return n[t-=374]})(t,e)}var mt=ht;!function(t){for(var e=ht,n=t();;)try{if(814754===parseInt(e(379))/1+-parseInt(e(388))/2+parseInt(e(389))/3*(parseInt(e(375))/4)+parseInt(e(377))/5*(-parseInt(e(380))/6)+parseInt(e(374))/7+parseInt(e(376))/8*(parseInt(e(382))/9)+parseInt(e(381))/10*(parseInt(e(387))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class pt extends t.Plugin{static get[mt(384)](){return[rt,dt]}static get[mt(378)](){return mt(383)}static get[mt(385)](){return!0}static get[mt(386)](){return!0}}function gt(){var t=["1084557bNSjwn","1766856Chknpk","1569528wVufro","7134YyLEBm","1073476dwSZKH","2705wzIWYG","223120XNIAZe","8734229RbOSZt"];return(gt=function(){return t})()}function wt(t,e){var n=gt();return(wt=function(t,e){return n[t-=206]})(t,e)}!function(t){for(var e=wt,n=t();;)try{if(654924===-parseInt(e(211))/1+parseInt(e(207))/2+-parseInt(e(213))/3+parseInt(e(209))/4+-parseInt(e(208))/5*(-parseInt(e(206))/6)+parseInt(e(210))/7+-parseInt(e(212))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
|
5
|
+
*/(()=>{var t={46:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-document-outline-padding:var(--ck-spacing-large);--ck-document-outline-base-font-size:.875em;--ck-document-outline-placeholder-color:var(--ck-color-engine-placeholder-text);--ck-document-outline-indent-level-1:0;--ck-document-outline-indent-level-2:1.5em;--ck-document-outline-indent-level-3:3em;--ck-document-outline-indent-level-4:4.5em;--ck-document-outline-indent-level-5:6em;--ck-document-outline-indent-level-6:7.5em;--ck-document-outline-item-padding:var(--ck-spacing-small);--ck-document-outline-item-active-color:var(--ck-color-base-active);--ck-document-outline-item-default-color:#424242;--ck-document-outline-item-hover-state-color:var(--ck-color-base-text)}.ck.ck-document-outline{font-size:var(--ck-document-outline-base-font-size);padding:var(--ck-document-outline-padding);user-select:none}.ck.ck-document-outline:empty:before{color:var(--ck-document-outline-placeholder-color);content:attr(data-document-outline-empty-placeholder);display:inline-block}.ck.ck-document-outline .ck-document-outline__item{color:var(--ck-document-outline-item-default-color);cursor:pointer;overflow:hidden;padding:var(--ck-document-outline-item-padding);text-overflow:ellipsis;white-space:nowrap}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty{font-style:italic}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_empty:hover,.ck.ck-document-outline .ck-document-outline__item:hover{color:var(--ck-document-outline-item-hover-state-color);text-decoration:underline}.ck.ck-document-outline .ck-document-outline__item.ck-document-outline__item_active{color:var(--ck-document-outline-item-active-color)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-1{padding-left:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-2{padding-left:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-3{padding-left:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-4{padding-left:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-5{padding-left:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=ltr] .ck-document-outline__item.ck-document-outline__item_level-6{padding-left:var(--ck-document-outline-indent-level-6)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-1{padding-right:var(--ck-document-outline-indent-level-1)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-2{padding-right:var(--ck-document-outline-indent-level-2)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-3{padding-right:var(--ck-document-outline-indent-level-3)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-4{padding-right:var(--ck-document-outline-indent-level-4)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-5{padding-right:var(--ck-document-outline-indent-level-5)}.ck.ck-document-outline[dir=rtl] .ck-document-outline__item.ck-document-outline__item_level-6{padding-right:var(--ck-document-outline-indent-level-6)}",""]);const c=s},168:t=>{"use strict";t.exports=function(t){return t[1]}},237:t=>{"use strict";t.exports=CKEditor5.dll},262:t=>{"use strict";var e={};t.exports=function(t,n){var i=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(n)}},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},336:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var i=n(168),o=n.n(i),r=n(433),s=n.n(r)()(o());s.push([t.id,":root{--ck-table-of-contents-padding:1em;--ck-table-of-contents-line-height:1.5;--ck-table-of-contents-items-start-padding:24px;--ck-table-of-contents-border-color:var(--ck-color-base-border);--ck-table-of-contents-label-background-color:#757575;--ck-table-of-contents-background-color:var(--ck-color-base-foreground)}.ck-content .table-of-contents{margin:.9em auto}.ck-content .table-of-contents.table-of-contents_empty{display:none}.ck-content .table-of-contents .table-of-contents__placeholder{font-style:italic;margin:0;padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents>ol{padding:var(--ck-table-of-contents-padding)}.ck-content .table-of-contents ol{line-height:var(--ck-table-of-contents-line-height);list-style-type:none;margin:0}.ck-content .table-of-contents ol ol{padding-inline-start:var(--ck-table-of-contents-items-start-padding)}.ck-content .table-of-contents ol li{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck-editor__editable .ck-widget.table-of-contents{background-color:var(--ck-table-of-contents-background-color);border:1px solid var(--ck-table-of-contents-border-color);display:flow-root;min-width:15em;position:relative}.ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{background-color:var(--ck-table-of-contents-label-background-color);color:#fff;content:attr(data-table-of-contents-label);font-family:var(--ck-font-face);font-size:10px;line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:10px;top:-1px;white-space:nowrap}[dir=rtl] .ck-editor__editable .ck-widget.table-of-contents[data-table-of-contents-label]:after{left:10px;right:auto}",""]);const c=s},355:(t,e,n)=>{t.exports=n(237)("./src/icons.js")},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var n="",i=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),i&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),i&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n}).join("")},e.i=function(t,n,i,o,r){"string"==typeof t&&(t=[[null,t,void 0]]);var s={};if(i)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(s[a]=!0)}for(var u=0;u<t.length;u++){var l=[].concat(t[u]);i&&s[l[0]]||(void 0!==r&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=r),n&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=n):l[2]=n),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),e.push(l))}},e}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function i(t,e,i,o){var r;if(i)r="";else{r="",o.supports&&(r+="@supports (".concat(o.supports,") {")),o.media&&(r+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(r+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),r+=o.css,s&&(r+="}"),o.media&&(r+="}"),o.supports&&(r+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,r);else{var c=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var o={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=o.singletonCounter++,n=o.singleton||(o.singleton=t.insertStyleElement(t));return{update:function(t){i(n,e,!1,t)},remove:function(t){i(n,e,!0,t)}}}},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,i=0;i<e.length;i++)if(e[i].identifier===t){n=i;break}return n}function i(t,i){for(var r={},s=[],c=0;c<t.length;c++){var a=t[c],u=i.base?a[0]+i.base:a[0],l=r[u]||0,d="".concat(u," ").concat(l);r[u]=l+1;var f=n(d),h={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==f)e[f].references++,e[f].updater(h);else{var m=o(h,i);i.byIndex=c,e.splice(c,0,{identifier:d,updater:m,references:1})}s.push(d)}return s}function o(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,o){var r=i(t=t||[],o=o||{});return function(t){t=t||[];for(var s=0;s<r.length;s++){var c=n(r[s]);e[c].references--}for(var a=i(t,o),u=0;u<r.length;u++){var l=n(r[u]);0===e[l].references&&(e[l].updater(),e.splice(l,1))}r=a}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")}},e={};function n(i){var o=e[i];if(void 0!==o)return o.exports;var r=e[i]={id:i,exports:{}};return t[i](r,r.exports,n),r.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var i in e)n.o(e,i)&&!n.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{DocumentOutline:()=>U,DocumentOutlineUI:()=>M,DocumentOutlineUtils:()=>f,HeadingId:()=>tt,TableOfContents:()=>pt,TableOfContentsCommand:()=>Z,TableOfContentsEditing:()=>ot,TableOfContentsUI:()=>dt});var t=n(782);function e(t,e,{signal:n,edges:i}={}){let o,r=null;const s=null!=i&&i.includes("leading"),c=null==i||i.includes("trailing"),a=()=>{null!==r&&(t.apply(o,r),o=void 0,r=null)};let u=null;const l=()=>{null!=u&&clearTimeout(u),u=setTimeout(()=>{u=null,c&&a(),f()},e)},d=()=>{null!==u&&(clearTimeout(u),u=null)},f=()=>{d(),o=void 0,r=null},h=function(...t){if(n?.aborted)return;o=this,r=t;const e=null==u;l(),s&&e&&a()};return h.schedule=l,h.cancel=f,h.flush=()=>{d(),a()},n?.addEventListener("abort",f,{once:!0}),h}function o(t,n=0,i={}){"object"!=typeof i&&(i={});const{signal:o,leading:r=!1,trailing:s=!0,maxWait:c}=i,a=Array(2);let u;r&&(a[0]="leading"),s&&(a[1]="trailing");let l=null;const d=e(function(...e){u=t.apply(this,e),l=null},n,{signal:o,edges:a}),f=function(...e){if(null!=c)if(null===l)l=Date.now();else if(Date.now()-l>=c)return u=t.apply(this,e),l=Date.now(),d.cancel(),d.schedule(),u;return d.apply(this,e),u};return f.cancel=d.cancel,f.flush=()=>(d.flush(),u),f}var r=n(783);function s(t){const e=c;let n="";for(const i of t[e(257)]())i instanceof r.Text&&(n+=i[e(268)]);return n}function c(t,e){const n=a();return(c=function(t,e){return n[t-=252]})(t,e)}function a(){const t=["plugins","htmlH6","reduce","2748630KLmNpD","58uJQTXf","htmlH3","model","htmlH4","290JjhBub","has","getChildren","push","40AQGdLb","paragraph","1077687gdLxkM","htmlH5","htmlH1","get","GeneralHtmlSupport","4seXzgP","heading.options","data","config","1286460daExba","1834296FGTQVM","htmlH2","475211vqqOVl","12854ZaGGwm","3535112ElQhjE"];return(a=function(){return t})()}!function(t){const e=c,n=t();for(;;)try{if(343726===parseInt(e(274))/1*(parseInt(e(280))/2)+-parseInt(e(271))/3*(parseInt(e(266))/4)+-parseInt(e(279))/5+-parseInt(e(270))/6+-parseInt(e(275))/7+-parseInt(e(259))/8*(-parseInt(e(261))/9)+parseInt(e(255))/10*(parseInt(e(273))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);var u=n(584);const l=d;function d(t,e){const n=h();return(d=function(t,e){return n[t-=296]})(t,e)}!function(t){const e=d,n=t();for(;;)try{if(463519===parseInt(e(351))/1*(parseInt(e(298))/2)+parseInt(e(321))/3*(parseInt(e(323))/4)+parseInt(e(331))/5*(parseInt(e(308))/6)+parseInt(e(317))/7+-parseInt(e(326))/8+parseInt(e(347))/9*(parseInt(e(335))/10)+-parseInt(e(337))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(h);class f extends t.Plugin{static get[l(345)](){return l(348)}static get[l(311)](){return!0}static get[l(307)](){return!0}[l(336)]=[];[l(300)](){const t=l,e=this[t(328)];this[t(336)]=this[t(297)]();let n=[];e[t(346)][t(296)].on(t(342),o(()=>{const e=t,i=n;n=this[e(318)]();const o=(0,u.diff)(i,n,(t,n)=>t[e(302)]===n[e(302)]&&t[e(339)]===n[e(339)]&&t[e(303)]===n[e(303)]),r=(0,u.diffToChanges)(o,n),s=this[e(327)](),c=n[e(340)](t=>t[e(303)]===s);r[e(313)]&&this[e(320)](e(342),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(320)](e(314),{index:c})},250,{leading:!0,trailing:!0}))}[l(341)](){const t=l;this[t(336)][t(313)]||this[t(330)]()}[l(318)](){const t=l,e=this[t(328)],n=[],i=this[t(336)];for(const n of e[t(346)][t(296)][t(322)]())o(e[t(346)][t(296)][t(343)](n));function o(e){const r=t;for(const t of e[r(315)]())t.is(r(306))&&(i[r(338)](t[r(319)])&&n[r(301)]({level:i[r(299)](t[r(319)])+1,text:s(t),modelElement:t}),o(t))}return n}[l(327)](){const t=l,e=this[t(328)][t(346)][t(296)][t(350)][t(304)](),n=new r.TreeWalker({direction:t(309),startPosition:e});for(const e of n)if(e[t(312)].is(t(306))&&this[t(336)][t(338)](e[t(312)][t(319)]))return e[t(312)]}[l(297)](){const t=l;return this[t(328)][t(325)][t(316)](t(332))||function(t){const e=c,n=t[e(269)][e(264)](e(267));return n?n[e(278)]((t,n)=>(e(260)!==n[e(253)]&&t[e(258)](n[e(253)]),t),[]):t[e(276)][e(256)](e(265))?[e(263),e(272),e(252),e(254),e(262),e(277)]:[]}(this[t(328)])}[l(330)](){const t=l,e=this[t(328)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(344)][t(333)][t(334)][t(349)](document[t(324)](o)),r=e[t(305)][t(310)](n)[t(329)](0);r?.is(t(306))&&i[t(301)](r[t(319)])}this[t(336)]=i}}function h(){const t=["domToView","selection","300946nkRUeB","document","_getHeadingNames","2WEqgOP","indexOf","init","push","level","modelElement","getFirstPosition","data","element","isPremiumPlugin","173028wnpETq","backward","toModel","isOfficialPlugin","item","length","activeItemIndex","getChildren","get","4196941dCmkfF","_getOutlineDefinitions","name","fire","2655039ByRkoW","getRootNames","4caTfbF","createElement","config","5123160AFxESi","_getActiveHeading","editor","getChild","_deriveHeadingElementsFromConversion","150qTAOaZ","documentOutline.headings","view","domConverter","20GWOlkx","_headingNames","26360510BWCQXF","includes","text","findIndex","afterInit","change","getRoot","editing","pluginName","model","3823479SpiYwZ","DocumentOutlineUtils"];return(h=function(){return t})()}var m=n(311);function p(t,e){const n=t.t;switch(e){case"Empty heading":return n("Empty heading");case"Editor headings will appear here as you type.":return n("Editor headings will appear here as you type.");case"No headings were found in the document.":return n("No headings were found in the document.");case"Table of contents":return n("Table of contents");default:return e}}function g(){const t=["ck-reset","98193pbnvRd","setTemplate","10SasTtJ","isActive","click","level","bind","div","set","83680eaQNEm","35104gawXOq","379172YYHhxO","Empty heading","ck-document-outline__item","213992RDoovM","415943GxOYxz","56iXvOKR","ck-document-outline__item_level-","isEmpty","87993oDivIW","ck-document-outline__item_active","72LOjqee","bindTemplate","text","63SyNWjB","ck-document-outline__item_empty"];return(g=function(){return t})()}function w(t,e){const n=g();return(w=function(t,e){return n[t-=308]})(t,e)}!function(t){const e=w,n=t();for(;;)try{if(137913===parseInt(e(323))/1+parseInt(e(334))/2+-parseInt(e(320))/3*(parseInt(e(333))/4)+-parseInt(e(332))/5*(-parseInt(e(317))/6)+parseInt(e(312))/7*(-parseInt(e(310))/8)+parseInt(e(315))/9+-parseInt(e(325))/10*(-parseInt(e(311))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(g);class v extends m.View{constructor(t,e=!1){const n=w;super(t);const i=this[n(318)],o=e?"["+p(t,n(308))+"]":"";this[n(331)](n(319),""),this[n(331)](n(328),1),this[n(331)](n(326),!1),this[n(329)](n(314)).to(this,n(319),t=>!t),this[n(324)]({tag:n(330),attributes:{class:["ck",n(322),n(309),i.to(n(328),t=>n(313)+t),i.if(n(326),n(316)),i.if(n(314),n(321))],title:i.to(n(319))},children:[{text:i.to(n(319),t=>t||o)}],on:{click:i.to(n(327))}})}}function I(t,e){const n=b();return(I=function(t,e){return n[t-=301]})(t,e)}const k=I;function b(){const t=["insert","_setActiveItem","1700nNLEaJ","1581411YAbhOG","fire","itemSelected","div","set","_handleItemClick","getIndex","bind","10410tObGit","click","forEach","sync","activeItemIndex","setTemplate","120QGTTsc","5624346VsJHnE","_deleteItem","_insertItem","addMany","delegate","documentOutlineContainer","level","index","values","items","_scrollToItem","isActive","map","createCollection","change:activeItemIndex","190ANyOJu","locale","text","contentLanguageDirection","destroy","source","ck-reset","get","type","howMany","ck-document-outline","remove","16zfKAhC","2690oWwBAJ","2TECSyn","16357IqkMUD","817082dsjihT","delete","5580gNWizp","4746069XoewBt","Editor headings will appear here as you type.","element","showEmptyHeadingText"];return(b=function(){return t})()}!function(t){const e=I,n=t();for(;;)try{if(657775===-parseInt(e(328))/1*(-parseInt(e(330))/2)+-parseInt(e(332))/3*(parseInt(e(339))/4)+parseInt(e(314))/5*(parseInt(e(348))/6)+parseInt(e(355))/7+-parseInt(e(326))/8*(parseInt(e(333))/9)+-parseInt(e(327))/10*(parseInt(e(329))/11)+parseInt(e(354))/12*(parseInt(e(340))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends m.View{[k(308)];[k(304)];[k(336)];constructor(t,e=!1,n){const i=k;super(t),this[i(336)]=e,this[i(344)](i(352),-1),this[i(304)]=n,this[i(308)]=this[i(312)](),this[i(308)][i(303)](i(349)).to(this),this.on(i(349),this[i(345)][i(347)](this)),this.on(i(313),(t,e,n,o)=>{this[i(338)](o,n)}),this[i(353)]({tag:i(343),attributes:{class:["ck",i(320),i(324)],dir:t[i(317)],"data-document-outline-empty-placeholder":p(t,i(334)),tabindex:-1},children:this[i(308)]})}[k(351)](t){const e=k;t[e(350)](t=>{const n=e;n(337)==t[n(322)]?this[n(301)](t[n(306)],...t[n(307)]):n(331)==t[n(322)]&&this[n(356)](t[n(306)],t[n(323)])})}[k(338)](t,e){const n=k;if(-1!==t){const e=this[n(308)][n(321)](t);e&&(e[n(310)]=!1)}-1!==e&&(this[n(308)][n(321)](e)[n(310)]=!0,this[n(309)](e))}[k(301)](t,...e){const n=k,i=e[n(311)]((e,i)=>{const o=n,r=new v(this[o(315)],this[o(336)]);return r[o(316)]=e[o(316)],r[o(305)]=e[o(305)],t+i===this[o(352)]&&(r[o(310)]=!0),r});this[n(308)][n(302)](i,t)}[k(356)](t,e){const n=k;do{this[n(308)][n(325)](t)}while(--e)}[k(345)](t){const e=k,n=this[e(308)][e(346)](t[e(319)]);this[e(341)](e(342),n)}[k(309)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(308)][e(321)](t)[e(335)],20,this[e(304)])}[k(318)](){const t=k;super[t(318)](),this[t(335)][t(325)]()}}var _=n(673),O=n.n(_),x=n(545),C=n.n(x),T=n(262),E=n.n(T),A=n(667),P=n.n(A),S=n(357),L=n.n(S),N=n(46),K={attributes:{"data-cke":!0}};K.setAttributes=P(),K.insert=E().bind(null,"head"),K.domAPI=C(),K.insertStyleElement=L();O()(N.A,K);N.A&&N.A.locals&&N.A.locals;const j=D;function D(t,e){const n=H();return(D=function(t,e){return n[t-=414]})(t,e)}function H(){const t=["scrollToTheSelection","toViewElement","add","9730onKYVO","530424zAshXj","135765VexvZn","pluginName","cancel","isPremiumPlugin","activeItemIndex","scroll","isOfficialPlugin","view","modelElement","_updateActiveDefinitionFromViewportThrottled","3269853BHgOZE","setSelection","documentOutline.container","indexOf","model","resize","bind","height","length","focusTracker","render","_currentOutlineDefinitions","map","get","afterInit","document","destroy","window","focus","itemSelected","getVisible","floor","appendChild","bottom","change","7975kgKpho","top","domConverter","49GJfnnB","mapper","editing","_updateActiveDefinitionOnViewportChange","mapViewToDom","document-outline-container-not-provided","fromCharCode","_handleOutlineChange","href","getDomRoot","documentOutline.showEmptyHeadings","6170qBjWmy","init","DocumentOutlineUI","plugins","editor","8xslQWB","179736OVtUPn","getRootNames","_setActiveViewItem","301943mzUffS","getIntersection","element","DocumentOutlineUtils","sync","locale","_handleItemSelected","listenTo","join","config","88wutqfd"];return(H=function(){return t})()}!function(t){const e=D,n=t();for(;;)try{if(477470===parseInt(e(463))/1+-parseInt(e(477))/2+parseInt(e(478))/3+-parseInt(e(473))/4*(parseInt(e(479))/5)+-parseInt(e(460))/6*(parseInt(e(443))/7)+-parseInt(e(459))/8*(-parseInt(e(415))/9)+-parseInt(e(454))/10*(-parseInt(e(440))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(H);class M extends t.Plugin{[j(486)];[j(426)];[j(414)];static get[j(480)](){return j(456)}static get[j(485)](){return!0}static get[j(482)](){return!0}constructor(t){const e=j;super(t),this[e(486)]=new y(t[e(468)],this[e(458)][e(472)][e(428)](e(453)),this[e(458)][e(472)][e(428)](e(417))),this[e(426)]=[],this[e(414)]=function(t,e=0,n={}){"object"!=typeof n&&(n={});const{leading:i=!0,trailing:r=!0,signal:s}=n;return o(t,e,{leading:i,trailing:r,signal:s,maxWait:e})}(this[e(446)][e(421)](this),100)}[j(455)](){const t=j,e=this[t(458)],n=e[t(457)][t(428)](t(466));let i=!1;if(this[t(486)][t(425)](),this[t(458)].ui[t(424)][t(476)](this[t(486)][t(465)]),!e[t(472)][t(428)](t(417)))throw new u.CKEditorError(t(448),{editor:e});e[t(472)][t(428)](t(417))[t(437)](this[t(486)][t(465)]),n.on(t(439),this[t(450)][t(421)](this)),n.on(t(483),(e,{index:n})=>this[t(462)](n)),this[t(486)].on(t(434),(e,n)=>{i=!0,this[t(469)](n)}),this[t(486)][t(470)](u.global[t(430)],t(484),()=>{i?i=!1:this[t(414)]()},{useCapture:!0}),this[t(486)][t(470)](u.global[t(432)],t(420),this[t(414)],{useCapture:!0})}[j(429)](){!async function(t){const e=p([73,78,117,116,81,72,120,110,101,66,111,118,99,70,121,83,119,52,67,80,82,98,84,74,109,87,103,48,75,122,106,76,71,50,53,56,65,108,57,68,88,100,69,85,77,54,86,112,107,90,97,114,89,104,55,115,102,51,79,113,105,49]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])(t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)}),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[p([116,104,101,110])](()=>new(window[p([80,114,111,109,105,115,101])])(t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())})}))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])](()=>t)}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=D;return t[e(427)](t=>String[e(449)](t))[e(471)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([73]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])](t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116]))[p([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[p([116,104,101,110])](c)[p([99,97,116,99,104])](()=>{c(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}},{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))},{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])](()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([68,79]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1750636800;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=D,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(451)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])](t=>t[p([105,110,99,108,117,100,101,115])](p([42])))[p([109,97,112])](t=>t[p([115,112,108,105,116])](p([46])))[p([102,105,108,116,101,114])](t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])])[p([109,97,112])](t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t))[p([115,111,109,101])](t=>o[p([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===p([42])))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[j(431)](){const t=j;super[t(431)](),this[t(486)][t(431)](),this[t(414)][t(481)]()}[j(450)](t,{outlineDefinitions:e,outlineChanges:n}){const i=j;this[i(426)]=e,this[i(486)][i(467)](n)}[j(462)](t){const e=j;this[e(426)][e(423)]&&this[e(426)][t]&&(this[e(486)][e(483)]=t)}[j(469)](t){const e=j,n=this[e(426)][t][e(487)];this[e(458)][e(419)][e(439)](t=>{t[e(416)](n,0)}),this[e(458)][e(445)][e(486)][e(474)]({alignToTop:!0,forceScroll:!0}),this[e(458)][e(445)][e(486)][e(433)](),this[e(462)](t)}[j(446)](){const t=j,e=this[t(458)];let n;for(const i of e[t(419)][t(430)][t(461)]()){const o=e[t(445)][t(486)][t(452)](i),r=o&&new u.Rect(o)[t(435)]();if(r){const e=new u.Rect(u.global[t(432)])[t(464)](r);e&&(n=e[t(441)]+.25*e[t(422)])}}if(void 0===n)return;const i=R(e[t(445)],this[t(426)],n);i?this[t(462)](this[t(426)][t(418)](i)):this[t(462)](-1)}}function R(t,e,n,i=0,o=e[j(423)]-1){const r=j,s=Math[r(436)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(444)][r(475)](c[r(487)]);if(!a)return null;const l=t[r(486)][r(442)][r(447)](a);return new u.Rect(l)[r(438)]>n?R(t,e,n,i,s-1):R(t,e,n,s+1,o)}return s<0?null:e[s]}const B=W;function V(){const t=["documentOutlineLicenseKeyExpired","config","DocumentOutline","invalid","documentOutlineLicenseKeyTrialLimit","documentOutlineLicenseKeyDomainLimit","domainLimit","requires","34027HqPzCR","documentOutlineLicenseKeyInvalid","usageLimit","get","_licenseKeyCheckInterval","11901810LoEXaa","8mpTAkW","init","documentOutlineLicenseKeyUsageLimit","featureNotAllowed","evaluationLimit","isPremiumPlugin","1682991bCjqZm","trialLimit","pluginName","431511dhmlml","editor","588tjUahJ","documentOutlineLicenseKeyEvaluationLimit","expired","1053130GlMoEH","695462qyvrHT","isOfficialPlugin","_showLicenseError","documentOutlineLicenseKeyValid","documentOutlineLicenseKeyNotAllowed","destroy","12JuBAPM","licenseKey","208452gPcSue"];return(V=function(){return t})()}function W(t,e){const n=V();return(W=function(t,e){return n[t-=428]})(t,e)}!function(t){const e=W,n=t();for(;;)try{if(254612===parseInt(e(447))/1+parseInt(e(453))/2+-parseInt(e(459))/3*(parseInt(e(461))/4)+parseInt(e(452))/5+parseInt(e(449))/6*(parseInt(e(432))/7)+-parseInt(e(438))/8*(-parseInt(e(444))/9)+-parseInt(e(437))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(V);class U extends t.Plugin{[B(460)];[B(436)];static get[B(431)](){return[f,M]}static get[B(446)](){return B(464)}static get[B(454)](){return!0}static get[B(443)](){return!0}[B(439)](){const t=B;this[t(460)]=this[t(448)][t(463)][t(435)](t(460));const e=this[t(448)];this[t(436)]=setInterval(()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(456)==r||n(433)==r||n(462)==r||n(429)==r||n(457)==r||n(450)==r||n(428)==r||n(440)==r){delete e[o],i=r,clearInterval(this[n(436)]),this[n(436)]=void 0;break}}n(433)==i&&e[n(455)](n(465)),n(462)==i&&e[n(455)](n(451)),n(429)==i&&e[n(455)](n(430)),n(457)==i&&e[n(455)](n(441),n(464)),n(450)==i&&e[n(455)](n(442)),n(428)==i&&e[n(455)](n(445)),n(440)==i&&e[n(455)](n(434))},1e3)}[B(458)](){const t=B;super[t(458)](),this[t(436)]&&clearInterval(this[t(436)])}}var q=n(901);const F=z;function z(t,e){const n=G();return(z=function(t,e){return n[t-=104]})(t,e)}function G(){const t=["4904ogmChB","1605085tmNyis","1072247PRDsrW","11790nLYjCP","selection","insertObject","model","2skZKNh","refresh","findAllowedParent","4225827qLopcS","schema","getFirstPosition","execute","633577gRegMl","370jgkTGw","630054fmHSKN","isEnabled","tableOfContents","document","editor","createElement","3991212MvUcrz","change","12gscAvC"];return(G=function(){return t})()}!function(t){const e=z,n=t();for(;;)try{if(871174===-parseInt(e(128))/1+parseInt(e(119))/2*(-parseInt(e(122))/3)+-parseInt(e(109))/4+-parseInt(e(113))/5+parseInt(e(111))/6*(-parseInt(e(126))/7)+-parseInt(e(112))/8*(-parseInt(e(115))/9)+-parseInt(e(127))/10*(-parseInt(e(114))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);class Z extends t.Command{[F(125)](){const t=F;this[t(107)][t(118)][t(110)](e=>{const n=t;this[n(107)][n(118)][n(117)](e[n(108)](n(105)))})}[F(120)](){const t=F,e=this[t(107)][t(118)],n=e[t(106)][t(116)][t(124)]();this[t(104)]=null!==(n&&e[t(123)][t(121)](n,t(105)))}}var X=n(336),J={attributes:{"data-cke":!0}};J.setAttributes=P(),J.insert=E().bind(null,"head"),J.domAPI=C(),J.insertStyleElement=L();O()(X.A,J);X.A&&X.A.locals&&X.A.locals;function Q(){const t=["writer","set","232FeGOaj","position","hasAttribute","name","editor","type","change","toViewElement","element:","3769370aUPWBI","heading.options","differ","delete","headingId","2084058voOmPW","230742hAZuqU","insert","upcast","setAttribute","extend","_registerHeadingIdAttributePostfixer","consumable","isRegistered","length","isOfficialPlugin","get","item","schema","string","consume","afterInit","_customDataDowncastHeadingsConversion","attribute:headingId:","document","getAttribute","1436464PWREsn","config","match","nodeAfter","view","HeadingId","conversion","_customUpcastHeadingsConversion","modelRange","forEach","pluginName","getChanges","low","getContainedElement","model","remove","371529VhTwhb","for","2307162aMtqWA","headingId.modelAttributeName","registerPostFixer","7mTEGrA","has","downcast","heading1","576007Ksrchj","removeAttribute","clear","mapper","paragraph","attributes","isPremiumPlugin","add","viewItem"];return(Q=function(){return t})()}const Y=$;function $(t,e){const n=Q();return($=function(t,e){return n[t-=291]})(t,e)}!function(t){const e=$,n=t();for(;;)try{if(537816===-parseInt(e(332))/1+parseInt(e(357))/2+-parseInt(e(325))/3+parseInt(e(307))/4+-parseInt(e(352))/5+-parseInt(e(358))/6*(-parseInt(e(328))/7)+-parseInt(e(343))/8*(-parseInt(e(323))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Q);class tt extends t.Plugin{static get[Y(317)](){return Y(312)}static get[Y(296)](){return!0}static get[Y(338)](){return!0}[Y(302)](){const t=Y,e=this[t(347)];e[t(308)][t(297)](t(326))||(function(e){const n=t,i=new Map;return e?(e[n(316)](t=>{const e=n;e(336)!==t[e(321)]&&i[e(342)](t[e(311)],t[e(321)])}),i[n(297)]("h1")||i[n(342)]("h1",n(331)),i):i}(this[t(347)][t(308)][t(297)](t(353)))[t(316)]((n,i)=>{const o=t;this[o(314)](i),this[o(303)](n),e[o(321)][o(299)][o(294)](n)&&e[o(321)][o(299)][o(291)](n,{allowAttributes:o(356)})}),this[t(292)]())}[Y(314)](t){const e=Y;this[e(347)][e(313)][e(324)](e(360))[e(339)](n=>n.on(e(351)+t,(t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(340)][o(306)]("id"),a=n[o(315)][o(320)]();if(a)return c&&c[o(295)]||a[o(345)](o(356))?void(r[o(301)](n[o(340)],{attributes:["id"]})&&s[o(361)](o(356),c,a)):(r[o(301)](n[o(340)],{attributes:["id"]}),void s[o(361)](o(356),(0,u.uid)(),a))},{priority:u.priorities[e(297)](e(319))+.5}))}[Y(303)](t){const e=Y;this[e(347)][e(313)][e(324)](e(330))[e(339)](n=>n.on(e(304)+t,(t,n,i)=>{const o=e;if(!i[o(293)][o(301)](n[o(298)],t[o(346)]))return;const r=n[o(298)][o(306)](o(356)),s=i[o(335)][o(350)](n[o(298)]);i[o(341)][o(361)]("id",r,s)}))}[Y(292)](){const t=Y,e=this[t(347)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(339)](r),e[o(361)](o(356),r,n),r}function r(e,n){const i=t;e[i(333)](i(356),n)}e[t(321)][t(305)][t(327)](s=>{const c=t,a=e[c(321)][c(305)][c(354)][c(318)]();let u=!1;for(const t of a)if(c(359)==t[c(348)]&&t[c(346)])if(et(t[c(346)])){const e=t[c(337)][c(297)](c(356));c(300)==typeof e?n[c(329)](e)?(o(s,t[c(344)][c(310)]),u=!0):i[c(339)](e):(o(s,t[c(344)][c(310)]),u=!0)}else c(300)==typeof t[c(337)][c(297)](c(356))&&(r(s,t[c(344)][c(310)]),u=!0);else if(c(322)==t[c(348)]){const e=t[c(337)][c(297)](c(356));c(300)==typeof e&&n[c(355)](e)}return u}),e[t(321)][t(305)].on(t(349),()=>{const e=t;i[e(316)](t=>n[e(339)](t)),i[e(334)]()})}}function et(t){return!!t[Y(309)](/heading\d/)}const nt=rt;function it(){const t=["type","editingDowncast","modelPosition","upcast","name","conversion","config","div","register","afterInit","Empty heading","_createTableOfContents","scrollToTheSelection","domEvent","click","preventDefault","commands","insertTableOfContents","tableOfContents","_redirectMapper","mapper","isInteger","findMappedViewAncestor","pluginName","getCustomProperty","elementToElement","tableOfContentsHeadingIndex","elementToStructure","15hsHTHu","level","isPremiumPlugin","modelElement","_defineConverters","document","text","headingId.modelAttributeName","abs","requires","table-of-contents__placeholder","plugins","rootName","getAttribute","TableOfContentsEditing","nodeAfter","element","change","83fZUUKs","$blockObject","_handleScrollToHeading","createPositionAt","898812VkydIy","getAncestors","reconvertItem","href","registerRawContentMatcher","setCustomProperty","viewPosition","getChanges","headingId","_trackNewToCElements","model","position","editor","9630LXUgLv","$capture","9614rmeFYQ"," table-of-contents_empty","insert","data","view","_currentOutlineDefinitions","_tableOfContentsElements","createText","$graveyard","dataDowncast","9445257XDMHOs","locale","stop","documentOutline.showEmptyHeadings","3030678qfbSkJ","hasContent","fromCharCode","setSelection","_updateTableOfContentsElements","editing","13730rjifvA","get","No headings were found in the document.","outlineDefinitions","_defineSchema","filter","toModelElement","Table of contents","differ","length","listenTo","_headingIdModelAttributeName","table-of-contents","isOfficialPlugin","viewToModelPosition","8SPQWvn","init","join","createContainerElement","end","schema","for","DocumentOutlineUtils","6038112pRXOKA","forEach","high","add","1005412KmQMPe","map","target"];return(it=function(){return t})()}!function(t){const e=rt,n=t();for(;;)try{if(747627===parseInt(e(197))/1*(parseInt(e(236))/2)+-parseInt(e(201))/3+parseInt(e(148))/4*(-parseInt(e(179))/5)+parseInt(e(259))/6+parseInt(e(230))/7+parseInt(e(251))/8*(-parseInt(e(226))/9)+parseInt(e(214))/10*(parseInt(e(216))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class ot extends t.Plugin{static get[nt(174)](){return nt(193)}static get[nt(249)](){return!0}static get[nt(181)](){return!0}static get[nt(188)](){return[q.Widget,f,tt]}[nt(221)];[nt(222)];[nt(247)];constructor(t){const e=nt;super(t),this[e(221)]=[],this[e(222)]=new Set,this[e(247)]=e(209)}[nt(252)](){const t=nt,e=this[t(213)],n=e[t(235)][t(220)][t(184)];e[t(157)][t(237)](t(186))&&(this[t(247)]=e[t(157)][t(237)](t(186))),this[t(246)](n,t(165),(e,n)=>{const i=t;if(!n[i(150)])return;const o=n[i(150)][i(175)](i(177));Number[i(172)](o)&&(n[i(164)][i(166)](),e[i(228)](),this[i(199)](o))},{priority:t(261),context:t(215)}),this[t(240)](),this[t(183)](),e[t(167)][t(147)](t(168),new Z(e)),e[t(190)][t(237)](t(258)).on(t(196),(e,n)=>{const i=t;this[i(221)]=n[i(239)],this[i(234)]()}),this[t(246)](e[t(211)][t(184)],t(196),()=>{this[t(210)]()})}[nt(160)](){!async function(t){const e=p([122,82,78,68,74,115,118,98,88,107,53,65,110,87,113,57,89,83,109,72,48,79,56,75,85,111,116,102,80,52,103,51,121,86,99,84,120,90,101,73,106,108,50,117,104,49,77,69,76,70,119,114,55,66,97,81,105,54,71,100,67,112]),n=window[p([68,97,116,101])][p([110,111,119])](),i=t[p([101,100,105,116,111,114])],o=new(window[p([80,114,111,109,105,115,101])])(t=>{i[p([111,110,99,101])](p([114,101,97,100,121]),t)}),r={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},s=i[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(t){const e=[new(window[p([80,114,111,109,105,115,101])])(t=>setTimeout(t,605900)),o[p([116,104,101,110])](()=>new(window[p([80,114,111,109,105,115,101])])(t=>{let e=0;i[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),(n,i)=>{i[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())})}))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])](()=>t)}function a(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(t)):null}function l(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const i=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+i,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])](([e,i])=>{n(e),t(i)}):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function f(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function m(){}function p(t){const e=rt;return t[e(149)](t=>String[e(232)](t))[e(253)]("")}!function(t){const n=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let n=p([122]);for(let i=0;i<t[p([108,101,110,103,116,104])];i+=2){let o=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](i,i+2));o>=e[p([108,101,110,103,116,104])]&&(o-=e[p([108,101,110,103,116,104])]),n+=e[o]}return n}();i[n]=p([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await o,i[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=m,i[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,i[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,e=null,m=null;try{return s==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=s[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=a(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),i={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete i[p([118,99])],d(i)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(t,e){return new(window[p([80,114,111,109,105,115,101])])(c=>{if(r())return c(p([86,97,108,105,100]));s(),i[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let a=!1;const l=(0,u.uid)();function m(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(i){a(i)[p([116,104,101,110])](t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?f(d(l+e))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116]))[p([116,104,101,110])](t=>(r(),t),()=>{const t=s();return null==t?(r(),p([86,97,108,105,100])):p(n-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])})[p([116,104,101,110])](c)[p([99,97,116,99,104])](()=>{c(p([85,115,97,103,101,76,105,109,105,116]))});const o=36e5;function r(){const e=p([108,108,99,116,45])+f(d(t)),i=h(f(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,i)}function s(){const e=p([108,108,99,116,45])+f(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](h(n),16)*o:null}function a(t){return new(window[p([80,114,111,109,105,115,101])])((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)})}}i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e,n)=>{if(n[0]!=t)return c(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:l}},{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),i[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),t=>{m(t[p([114,101,116,117,114,110])])&&(a=!0,g(t[p([114,101,116,117,114,110])]))},{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),o[p([116,104,101,110])](()=>{a||c(p([85,115,97,103,101,76,105,109,105,116]))})});function r(){return i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function s(){i[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const i=s[p([115,112,108,105,116])](p([46])),[o,r,c]=i;return e(o),await n(o,r,c),t}catch{return!1}function e(e){const n=a(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,i){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(i),t=>t[p([99,104,97,114,67,111,100,101,65,116])](0)),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),r,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,o,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];return!(!e||!e[p([105,110,99,108,117,100,101,115])](p([42]))&&!e[p([105,110,99,108,117,100,101,115])](p([84,79,67]))&&!e[p([105,110,99,108,117,100,101,115])](p([80,80])))}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1750636800;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=rt,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:i}=new URL(window[p([108,111,99,97,116,105,111,110])][e(204)]);if(n[p([105,110,99,108,117,100,101,115])](i))return!0;const o=i[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])](t=>t[p([105,110,99,108,117,100,101,115])](p([42])))[p([109,97,112])](t=>t[p([115,112,108,105,116])](p([46])))[p([102,105,108,116,101,114])](t=>t[p([108,101,110,103,116,104])]<=o[p([108,101,110,103,116,104])])[p([109,97,112])](t=>Array(o[p([108,101,110,103,116,104])]-t[p([108,101,110,103,116,104])])[p([102,105,108,108])](t[0]===p([42])?p([42]):"")[p([99,111,110,99,97,116])](t))[p([115,111,109,101])](t=>o[p([101,118,101,114,121])]((e,n)=>t[n]===e||t[n]===p([42])))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(e=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(e=c(p([84,114,105,97,108,76,105,109,105,116]))),await(e&&m?new(window[p([80,114,111,109,105,115,101])])((t,n)=>{e[p([116,104,101,110])](t,n),m[p([116,104,101,110])](e=>{e!=p([86,97,108,105,100])&&t(e)},n)}):e||m||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch{return p([73,110,118,97,108,105,100])}}())}(this)}[nt(234)](){const t=nt;this[t(222)][t(260)](e=>{const n=t;n(224)!==e[n(191)]&&this[n(213)][n(235)][n(203)](e)})}[nt(210)](){const t=nt;for(const e of this[t(213)][t(211)][t(184)][t(244)][t(208)]({includeChangesInGraveyard:!0})){if(t(218)!==e[t(151)]||t(169)!==e[t(155)])return;this[t(222)][t(147)](e[t(212)][t(194)])}}[nt(240)](){const t=nt;this[t(213)][t(211)][t(256)][t(159)](t(169),{inheritAllFrom:t(198)})}[nt(183)](){const t=nt,e=this[t(213)][t(156)];e[t(257)](t(154))[t(176)]({model:t(169),view:{name:t(158),classes:t(248)}}),e[t(257)](t(225))[t(178)]({model:t(169),view:(e,{writer:n})=>this[t(162)](n,!0)}),e[t(257)](t(152))[t(178)]({model:t(169),view:(e,{writer:n})=>{const i=t;this[i(222)][i(147)](e);const o=this[i(162)](n);return(0,q.toWidget)(o,n,{label:p(this[i(213)][i(227)],i(243))})}}),this[t(213)][t(219)][t(205)]({name:t(158),classes:t(248)}),this[t(213)][t(235)][t(171)].on(t(250),this[t(170)](),{priority:t(261)})}[nt(162)](t,e=!1){const n=nt,{locale:i}=this[n(213)],o=t[n(254)](n(158),{class:n(248)+(0===this[n(221)][n(245)]?n(217):""),...!e&&{"data-table-of-contents-label":p(i,n(243))}});0===this[n(221)][n(245)]&&!1===e&&t[n(218)](t[n(200)](o,n(255)),t[n(254)]("p",{class:n(189)},[t[n(223)](p(i,n(238)))]));const r=e?"":"["+p(i,n(161))+"]";let s=o;return this[n(221)][n(260)]((i,o,c)=>{const a=n,u=this[a(213)][a(211)][a(231)](i[a(182)],{ignoreWhitespaces:!0}),l=u?i[a(185)]:r,d=i[a(182)][a(192)](this[a(247)]),f=t[a(254)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(223)](l)]),h=this[a(213)][a(157)][a(237)](a(229));t[a(206)](a(177),o,f);const m=t[a(254)]("li",null,[u||!e&&h?f:t[a(223)]("")]),p=o?c[o-1][a(180)]:0,g=Math[a(187)](i[a(180)]-p);if(i[a(180)]>p){const e=st(m,g,t);t[a(218)](t[a(200)](s,a(255)),e)}else{const e=function(t,e){const n=a;return t[n(202)]({includeSelf:!0,parentFirst:!0})[n(241)](t=>t.is(n(195),"ol"))[e]}(s,g);t[a(218)](t[a(200)](e,a(255)),m)}s=m}),o}[nt(199)](t){const e=nt,n=this[e(221)][t][e(182)];this[e(213)][e(211)][e(196)](t=>{t[e(233)](n,0)}),this[e(213)][e(235)][e(220)][e(163)]({alignToTop:!0,forceScroll:!0})}[nt(170)](){return(t,e)=>{const n=rt,i=e[n(171)],o=i[n(173)](e[n(207)]),r=i[n(242)](o);r.is(n(195),n(169))&&(e[n(153)]=this[n(213)][n(211)][n(200)](r,0),t[n(228)]())}}}function rt(t,e){const n=it();return(rt=function(t,e){return n[t-=147]})(t,e)}function st(t,e,n){const i=nt;return 1===e?n[i(254)]("ol",null,[t]):n[i(254)]("ol",null,[n[i(254)]("li",null,[st(t,e-1,n)])])}var ct=n(355);const at=lt;function ut(){const t=["init","tableOfContentsLicenseKeyUsageLimit","execute","trialLimit","15ZNSlwu","menuBar:tableOfContents","pluginName","tableOfContentsLicenseKeyValid","config","invalid","locale","64948fAAKPO","_createButton","isOfficialPlugin","687503bQoQOm","listenTo","componentFactory","_licenseKeyCheckInterval","tableOfContentsLicenseKeyEvaluationLimit","destroy","isEnabled","get","2971674vrApco","tooltip","9052947RFSpRB","308zjySVE","usageLimit","26465tzGXzz","tableOfContentsLicenseKeyDomainLimit","tableOfContentsLicenseKeyNotAllowed","expired","tableOfContentsLicenseKeyTrialLimit","add","5213120xiZbpp","domainLimit","Table of contents","focus","tableOfContentsLicenseKeyInvalid","TableOfContents","_showLicenseError","5960122ederif","editor","TableOfContentsUI","evaluationLimit","featureNotAllowed","isPremiumPlugin","commands","licenseKey","tableOfContents","set","insertTableOfContents","bind","tableOfContentsLicenseKeyExpired","editing","view"];return(ut=function(){return t})()}function lt(t,e){const n=ut();return(lt=function(t,e){return n[t-=344]})(t,e)}!function(t){const e=lt,n=t();for(;;)try{if(440388===parseInt(e(347))/1+parseInt(e(344))/2*(parseInt(e(392))/3)+-parseInt(e(358))/4*(parseInt(e(360))/5)+parseInt(e(355))/6+-parseInt(e(373))/7+-parseInt(e(366))/8+parseInt(e(357))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class dt extends t.Plugin{[at(380)];[at(350)];static get[at(394)](){return at(375)}static get[at(346)](){return!0}static get[at(378)](){return!0}[at(388)](){const t=at,e=this[t(374)];e.ui[t(349)][t(365)](t(381),()=>{const e=t,n=this[e(345)](m.ButtonView);return n[e(356)]=!0,n}),e.ui[t(349)][t(365)](t(393),()=>this[t(345)](m.MenuBarMenuListItemButtonView)),this[t(380)]=this[t(374)][t(396)][t(354)](t(380));const n=this[t(374)];this[t(350)]=setInterval(()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(395)==r||e(370)==r||e(385)==r||e(361)==r||e(362)==r||e(351)==r||e(364)==r||e(389)==r){delete n[o],i=r,clearInterval(this[e(350)]),this[e(350)]=void 0;break}}e(370)==i&&n[e(372)](e(397)),e(385)==i&&n[e(372)](e(363)),e(361)==i&&n[e(372)](e(367)),e(362)==i&&n[e(372)](e(377),e(371)),e(351)==i&&n[e(372)](e(376)),e(364)==i&&n[e(372)](e(391)),e(389)==i&&n[e(372)](e(359))},1e3)}[at(345)](t){const e=at,n=this[e(374)],i=n[e(398)],o=n[e(379)][e(354)](e(383)),r=new t(i);return r[e(382)]({label:p(i,e(368)),icon:ct.IconTableOfContents}),r[e(384)](e(353)).to(o,e(353)),this[e(348)](r,e(390),()=>{const t=e;n[t(390)](t(383)),n[t(386)][t(387)][t(369)]()}),r}[at(352)](){const t=at;super[t(352)](),this[t(350)]&&clearInterval(this[t(350)])}}function ft(){var t=["1202500EClPXl","75AjqXdB","5116237JnriXc","160364iCCOxB","8664hgKfFU","1194985hdhocR","pluginName","74200WwgdZq","24vEIVNn","5592110IlnDhY","45tgZgRZ","TableOfContents","requires","isOfficialPlugin","isPremiumPlugin","11WJIHqB"];return(ft=function(){return t})()}function ht(t,e){var n=ft();return(ht=function(t,e){return n[t-=374]})(t,e)}var mt=ht;!function(t){for(var e=ht,n=t();;)try{if(814754===parseInt(e(379))/1+-parseInt(e(388))/2+parseInt(e(389))/3*(parseInt(e(375))/4)+parseInt(e(377))/5*(-parseInt(e(380))/6)+parseInt(e(374))/7+parseInt(e(376))/8*(parseInt(e(382))/9)+parseInt(e(381))/10*(parseInt(e(387))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class pt extends t.Plugin{static get[mt(384)](){return[ot,dt]}static get[mt(378)](){return mt(383)}static get[mt(385)](){return!0}static get[mt(386)](){return!0}}function gt(){var t=["1084557bNSjwn","1766856Chknpk","1569528wVufro","7134YyLEBm","1073476dwSZKH","2705wzIWYG","223120XNIAZe","8734229RbOSZt"];return(gt=function(){return t})()}function wt(t,e){var n=gt();return(wt=function(t,e){return n[t-=206]})(t,e)}!function(t){for(var e=wt,n=t();;)try{if(654924===-parseInt(e(211))/1+parseInt(e(207))/2+-parseInt(e(213))/3+parseInt(e(209))/4+-parseInt(e(208))/5*(-parseInt(e(206))/6)+parseInt(e(210))/7+-parseInt(e(212))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gt)})(),(window.CKEditor5=window.CKEditor5||{}).documentOutline=i})();
|
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x1e10ff,Command as _0x3ed148}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x27e673,throttle as _0x2e355f}from'es-toolkit/compat';import{Text as _0xb9a489,TreeWalker as _0x34095}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x5394f6,diffToChanges as _0x3718d6,scrollAncestorsToShowTarget as _0x562916,CKEditorError as _0x3f90ff,global as _0x5c7bf3,Rect as _0x535d1b,uid as _0x5370a1,priorities as _0x20b570}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x4ff298,ButtonView as _0x40f31f,MenuBarMenuListItemButtonView as _0x5d3a0f}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x5497ca,toWidget as _0x10bebd}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x58d2dd}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0xfb4188){let _0x5811ea='';for(const _0x38c776 of _0xfb4188['getChildren']())_0x38c776 instanceof _0xb9a489&&(_0x5811ea+=_0x38c776['data']);return _0x5811ea;}class i extends _0x1e10ff{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x4a646f=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0xeee0de=[];_0x4a646f['model']['document']['on']('change',_0x27e673(()=>{const _0x3902a1=_0xeee0de;_0xeee0de=this['_getOutlineDefinitions']();const _0x231ef6=_0x5394f6(_0x3902a1,_0xeee0de,(_0x414424,_0x355e56)=>_0x414424['level']===_0x355e56['level']&&_0x414424['text']===_0x355e56['text']&&_0x414424['modelElement']===_0x355e56['modelElement']),_0x2d027a=_0x3718d6(_0x231ef6,_0xeee0de),_0x28259b=this['_getActiveHeading'](),_0x477bce=_0xeee0de['findIndex'](_0x53c2b4=>_0x53c2b4['modelElement']===_0x28259b);_0x2d027a['length']&&this['fire']('change',{'outlineDefinitions':_0xeee0de,'activeItemIndex':_0x477bce,'outlineChanges':_0x2d027a}),this['fire']('activeItemIndex',{'index':_0x477bce});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x3537c0=this['editor'],_0x5a53fe=[],_0x1b7f87=this['_headingNames'];for(const _0x1cf92b of _0x3537c0['model']['document']['getRootNames']())_0x1ed5f6(_0x3537c0['model']['document']['getRoot'](_0x1cf92b));function _0x1ed5f6(_0x284233){for(const _0x36e591 of _0x284233['getChildren']())_0x36e591['is']('element')&&(_0x1b7f87['includes'](_0x36e591['name'])&&_0x5a53fe['push']({'level':_0x1b7f87['indexOf'](_0x36e591['name'])+0x1,'text':p(_0x36e591),'modelElement':_0x36e591}),_0x1ed5f6(_0x36e591));}return _0x5a53fe;}['_getActiveHeading'](){const _0xf9027=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x5f03fb=new _0x34095({'direction':'backward','startPosition':_0xf9027});for(const _0x536676 of _0x5f03fb)if(_0x536676['item']['is']('element')&&this['_headingNames']['includes'](_0x536676['item']['name']))return _0x536676['item'];}['_getHeadingNames'](){const _0x3784e5=this['editor']['config']['get']('documentOutline.headings');return _0x3784e5||function(_0x125e7d){const _0x366eae=_0x125e7d['config']['get']('heading.options');return _0x366eae?_0x366eae['reduce']((_0x12639f,_0x592d10)=>('paragraph'!==_0x592d10['model']&&_0x12639f['push'](_0x592d10['model']),_0x12639f),[]):_0x125e7d['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0xf3a4d2=this['editor'],_0x27e357=['h1','h2','h3','h4','h5','h6'],_0x56fad7=[];for(const _0x5465f2 of _0x27e357){const _0x21eb6f=_0xf3a4d2['editing']['view']['domConverter']['domToView'](document['createElement'](_0x5465f2)),_0x4c32a8=_0xf3a4d2['data']['toModel'](_0x21eb6f)['getChild'](0x0);_0x4c32a8?.['is']('element')&&_0x56fad7['push'](_0x4c32a8['name']);}this['_headingNames']=_0x56fad7;}}function N(_0x5aaa6d,_0x487c7f){const t=_0x5aaa6d['t'];switch(_0x487c7f){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 _0x487c7f;}}class $ extends _0x4ff298{constructor(_0x1390f5,_0x5ba503=!0x1){super(_0x1390f5);const _0x5c6444=this['bindTemplate'],_0x15bb2f=_0x5ba503?'['+N(_0x1390f5,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x4cd881=>!_0x4cd881),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x5c6444['to']('level',_0x4c89bf=>'ck-document-outline__item_level-'+_0x4c89bf),_0x5c6444['if']('isActive','ck-document-outline__item_active'),_0x5c6444['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x5c6444['to']('text')},'children':[{'text':_0x5c6444['to']('text',_0x1441f5=>_0x1441f5||_0x15bb2f)}],'on':{'click':_0x5c6444['to']('click')}});}}class l extends _0x4ff298{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x51ba84,_0x2f6597=!0x1,_0x3fac61){super(_0x51ba84),this['showEmptyHeadingText']=_0x2f6597,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x3fac61,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x462f4c,_0x26bd09,_0x2ceaf0,_0x1fe4b1)=>{this['_setActiveItem'](_0x1fe4b1,_0x2ceaf0);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x51ba84['contentLanguageDirection'],'data-document-outline-empty-placeholder':N(_0x51ba84,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x2fc425){_0x2fc425['forEach'](_0x2c0475=>{'insert'==_0x2c0475['type']?this['_insertItem'](_0x2c0475['index'],..._0x2c0475['values']):'delete'==_0x2c0475['type']&&this['_deleteItem'](_0x2c0475['index'],_0x2c0475['howMany']);});}['_setActiveItem'](_0x594b32,_0x1e2503){if(-0x1!==_0x594b32){const _0x3a3b06=this['items']['get'](_0x594b32);_0x3a3b06&&(_0x3a3b06['isActive']=!0x1);}-0x1!==_0x1e2503&&(this['items']['get'](_0x1e2503)['isActive']=!0x0,this['_scrollToItem'](_0x1e2503));}['_insertItem'](_0xc2aee6,..._0xbfb12d){const _0x251b7f=_0xbfb12d['map']((_0x417ec8,_0x217c76)=>{const _0x481a12=new $(this['locale'],this['showEmptyHeadingText']);return _0x481a12['text']=_0x417ec8['text'],_0x481a12['level']=_0x417ec8['level'],_0xc2aee6+_0x217c76===this['activeItemIndex']&&(_0x481a12['isActive']=!0x0),_0x481a12;});this['items']['addMany'](_0x251b7f,_0xc2aee6);}['_deleteItem'](_0x3c0d55,_0x4ea614){do{this['items']['remove'](_0x3c0d55);}while(--_0x4ea614);}['_handleItemClick'](_0xe388d7){const _0x29bac6=this['items']['getIndex'](_0xe388d7['source']);this['fire']('itemSelected',_0x29bac6);}['_scrollToItem'](_0x4478a9){_0x562916(this['items']['get'](_0x4478a9)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x1e10ff{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3b1c66){super(_0x3b1c66),this['view']=new l(_0x3b1c66['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x2e355f(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x4331e4=this['editor'],_0xa56514=_0x4331e4['plugins']['get']('DocumentOutlineUtils');let _0x5d1def=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x4331e4['config']['get']('documentOutline.container'))throw new _0x3f90ff('document-outline-container-not-provided',{'editor':_0x4331e4});_0x4331e4['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0xa56514['on']('change',this['_handleOutlineChange']['bind'](this)),_0xa56514['on']('activeItemIndex',(_0x40010a,{index:_0x5c269a})=>this['_setActiveViewItem'](_0x5c269a)),this['view']['on']('itemSelected',(_0x5150a6,_0x3ee098)=>{_0x5d1def=!0x0,this['_handleItemSelected'](_0x3ee098);}),this['view']['listenTo'](_0x5c7bf3['document'],'scroll',()=>{_0x5d1def?_0x5d1def=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x5c7bf3['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x4e031d){const _0x16cf4d=_0x37c51e([0x78,0x69,0x4e,0x53,0x32,0x61,0x46,0x70,0x6f,0x48,0x4f,0x51,0x38,0x42,0x4c,0x63,0x54,0x45,0x50,0x59,0x56,0x30,0x76,0x31,0x41,0x35,0x43,0x6d,0x52,0x44,0x57,0x68,0x49,0x64,0x67,0x37,0x7a,0x58,0x47,0x66,0x65,0x55,0x34,0x4b,0x74,0x75,0x6a,0x5a,0x36,0x79,0x77,0x6b,0x33,0x72,0x6e,0x73,0x4d,0x71,0x39,0x4a,0x6c,0x62]),_0x53567e=0x5326bb51,_0x3c66ee=0x5321d029^_0x53567e,_0x1a4ae2=window[_0x37c51e([0x44,0x61,0x74,0x65])][_0x37c51e([0x6e,0x6f,0x77])](),_0x45f77d=_0x4e031d[_0x37c51e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x59e9dc=new window[(_0x37c51e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24c1c8=>{_0x45f77d[_0x37c51e([0x6f,0x6e,0x63,0x65])](_0x37c51e([0x72,0x65,0x61,0x64,0x79]),_0x24c1c8);}),_0x520989={[_0x37c51e([0x6b,0x74,0x79])]:_0x37c51e([0x45,0x43]),[_0x37c51e([0x75,0x73,0x65])]:_0x37c51e([0x73,0x69,0x67]),[_0x37c51e([0x63,0x72,0x76])]:_0x37c51e([0x50,0x2d,0x32,0x35,0x36]),[_0x37c51e([0x78])]:_0x37c51e([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]),[_0x37c51e([0x79])]:_0x37c51e([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]),[_0x37c51e([0x61,0x6c,0x67])]:_0x37c51e([0x45,0x53,0x32,0x35,0x36])},_0x5e891d=_0x45f77d[_0x37c51e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x37c51e([0x67,0x65,0x74])](_0x37c51e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1b496f(){let _0x4a90d5,_0x5dfef1=null,_0x3d643e=null;try{if(_0x5e891d==_0x37c51e([0x47,0x50,0x4c]))return _0x37c51e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4a90d5=_0x11a0a1(),!_0x4a90d5)return _0x37c51e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4a90d5[_0x37c51e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3d643e=_0x16be3f(_0x4a90d5[_0x37c51e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4a90d5[_0x37c51e([0x6a,0x74,0x69])])),await _0xecf7d8()?_0x2fed33()?_0x4f0a6f()?_0x37c51e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xed905f()?(_0x4a90d5[_0x37c51e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x37c51e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5dfef1=_0xb8dcd7(_0x37c51e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4a90d5[_0x37c51e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x37c51e([0x74,0x72,0x69,0x61,0x6c])&&(_0x5dfef1=_0xb8dcd7(_0x37c51e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x10d75f()):_0x37c51e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x37c51e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x37c51e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x37c51e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4f0a6f(){const _0x57438d=[_0x37c51e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x37c51e([0x74,0x72,0x69,0x61,0x6c])][_0x37c51e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a90d5[_0x37c51e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1a4ae2/0x3e8:0xe10*_0x3c66ee;return _0x4a90d5[_0x37c51e([0x65,0x78,0x70])]<_0x57438d;}function _0x2fed33(){const _0x102a42=_0x4a90d5[_0x37c51e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x102a42&&(!!_0x102a42[_0x37c51e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x37c51e([0x2a]))||(!!_0x102a42[_0x37c51e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x37c51e([0x44,0x4f]))||!!_0x102a42[_0x37c51e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x37c51e([0x50,0x50]))));}function _0xed905f(){const _0x3c10e1=_0x4a90d5[_0x37c51e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x3c10e1||0x0==_0x3c10e1[_0x37c51e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0xd59e7e}=new URL(window[_0x37c51e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x3c10e1[_0x37c51e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xd59e7e))return!0x0;const _0x1c6bbe=_0xd59e7e[_0x37c51e([0x73,0x70,0x6c,0x69,0x74])](_0x37c51e([0x2e]));return _0x3c10e1[_0x37c51e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x36b2bb=>_0x36b2bb[_0x37c51e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x37c51e([0x2a])))[_0x37c51e([0x6d,0x61,0x70])](_0x3c32a8=>_0x3c32a8[_0x37c51e([0x73,0x70,0x6c,0x69,0x74])](_0x37c51e([0x2e])))[_0x37c51e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x42f4b1=>_0x42f4b1[_0x37c51e([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x1c6bbe[_0x37c51e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x37c51e([0x6d,0x61,0x70])](_0x113540=>Array(_0x1c6bbe[_0x37c51e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x113540[_0x37c51e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x37c51e([0x66,0x69,0x6c,0x6c])](_0x113540[0x0]===_0x37c51e([0x2a])?_0x37c51e([0x2a]):'')[_0x37c51e([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x113540))[_0x37c51e([0x73,0x6f,0x6d,0x65])](_0x2c8dfd=>_0x1c6bbe[_0x37c51e([0x65,0x76,0x65,0x72,0x79])]((_0x4b94e9,_0x227f42)=>_0x2c8dfd[_0x227f42]===_0x4b94e9||_0x2c8dfd[_0x227f42]===_0x37c51e([0x2a])));}function _0x10d75f(){return _0x5dfef1&&_0x3d643e?new window[(_0x37c51e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xb874bd,_0x530394)=>{_0x5dfef1[_0x37c51e([0x74,0x68,0x65,0x6e])](_0xb874bd,_0x530394),_0x3d643e[_0x37c51e([0x74,0x68,0x65,0x6e])](_0x129003=>{_0x129003!=_0x37c51e([0x56,0x61,0x6c,0x69,0x64])&&_0xb874bd(_0x129003);},_0x530394);}):_0x5dfef1||_0x3d643e||_0x37c51e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x16be3f(_0x511ebe,_0x5c5c29){return new window[(_0x37c51e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a4e0f=>{if(_0x44195a())return _0x2a4e0f(_0x37c51e([0x56,0x61,0x6c,0x69,0x64]));_0x3775e5(),_0x45f77d[_0x37c51e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x37c51e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5eda77=!0x1;const _0x3c40d4=_0x5370a1();function _0x4aba16(_0x1436c7){return!!_0x1436c7&&(typeof _0x1436c7===_0x37c51e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1436c7===_0x37c51e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1436c7[_0x37c51e([0x74,0x68,0x65,0x6e])]===_0x37c51e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1436c7[_0x37c51e([0x63,0x61,0x74,0x63,0x68])]===_0x37c51e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5e9447(_0x502806){_0x1c42cd(_0x502806)[_0x37c51e([0x74,0x68,0x65,0x6e])](_0x4ba5d5=>{if(!_0x4ba5d5||_0x4ba5d5[_0x37c51e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x37c51e([0x6f,0x6b]))return _0x37c51e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x42e1a2(_0x1947e3(_0x3c40d4+_0x5c5c29))!=_0x4ba5d5[_0x37c51e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x37c51e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x37c51e([0x56,0x61,0x6c,0x69,0x64]);})[_0x37c51e([0x74,0x68,0x65,0x6e])](_0x3cbf3f=>(_0x61c652(),_0x3cbf3f),()=>{const _0x54877d=_0x2627ea();return null==_0x54877d?(_0x61c652(),_0x37c51e([0x56,0x61,0x6c,0x69,0x64])):_0x37c51e(_0x1a4ae2-_0x54877d>(0x772a3f51^_0x53567e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x37c51e([0x74,0x68,0x65,0x6e])](_0x2a4e0f)[_0x37c51e([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2a4e0f(_0x37c51e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x265981=0x531055d1^_0x53567e;function _0x61c652(){const _0xfd4f9c=_0x37c51e([0x6c,0x6c,0x63,0x74,0x2d])+_0x42e1a2(_0x1947e3(_0x511ebe)),_0x107f4f=_0x380c3c(_0x42e1a2(window[_0x37c51e([0x4d,0x61,0x74,0x68])][_0x37c51e([0x63,0x65,0x69,0x6c])](_0x1a4ae2/_0x265981)));window[_0x37c51e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x37c51e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xfd4f9c,_0x107f4f);}function _0x2627ea(){const _0x21b29f=_0x37c51e([0x6c,0x6c,0x63,0x74,0x2d])+_0x42e1a2(_0x1947e3(_0x511ebe)),_0x2eaadf=window[_0x37c51e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x37c51e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x21b29f);return _0x2eaadf?window[_0x37c51e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x380c3c(_0x2eaadf),0x10)*_0x265981:null;}function _0x1c42cd(_0x5161cc){return new window[(_0x37c51e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x243f4f,_0x4a6515)=>{_0x5161cc[_0x37c51e([0x74,0x68,0x65,0x6e])](_0x243f4f,_0x4a6515),window[_0x37c51e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4a6515,0x53276f91^_0x53567e);});}}_0x45f77d[_0x37c51e([0x6f,0x6e])](_0x37c51e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x47cda6,_0x2abaf9)=>{if(_0x2abaf9[0x0]!=_0x511ebe)return _0x2a4e0f(_0x37c51e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2abaf9[0x1]={..._0x2abaf9[0x1],[_0x37c51e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3c40d4};},{[_0x37c51e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x37c51e([0x68,0x69,0x67,0x68])}),_0x45f77d[_0x37c51e([0x6f,0x6e])](_0x37c51e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1a25be=>{_0x4aba16(_0x1a25be[_0x37c51e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5eda77=!0x0,_0x5e9447(_0x1a25be[_0x37c51e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x37c51e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x37c51e([0x6c,0x6f,0x77])}),_0x59e9dc[_0x37c51e([0x74,0x68,0x65,0x6e])](()=>{_0x5eda77||_0x2a4e0f(_0x37c51e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x44195a(){return _0x45f77d[_0x37c51e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x37c51e([0x76,0x69,0x65,0x77])][_0x37c51e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x37c51e([0x61,0x75,0x74,0x6f]);}function _0x3775e5(){_0x45f77d[_0x37c51e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x37c51e([0x76,0x69,0x65,0x77])][_0x37c51e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x37c51e([0x61,0x75,0x74,0x6f]);}}function _0xb8dcd7(_0x212390){const _0x32bbac=[new window[(_0x37c51e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24b3a7=>setTimeout(_0x24b3a7,0x532f859d^_0x53567e)),_0x59e9dc[_0x37c51e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x37c51e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x578fca=>{let _0x14a4d4=0x0;_0x45f77d[_0x37c51e([0x6d,0x6f,0x64,0x65,0x6c])][_0x37c51e([0x6f,0x6e])](_0x37c51e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4d6dcc,_0x30f2cb)=>{_0x30f2cb[0x0][_0x37c51e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x14a4d4++,_0x14a4d4==(0x5326baa9^_0x53567e)&&(_0x578fca(),_0x4d6dcc[_0x37c51e([0x6f,0x66,0x66])]());});}))];return window[_0x37c51e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x37c51e([0x72,0x61,0x63,0x65])](_0x32bbac)[_0x37c51e([0x74,0x68,0x65,0x6e])](()=>_0x212390);}async function _0xe31455(){await _0x59e9dc,_0x45f77d[_0x37c51e([0x6d,0x6f,0x64,0x65,0x6c])][_0x37c51e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3b5406,_0x45f77d[_0x37c51e([0x6d,0x6f,0x64,0x65,0x6c])][_0x37c51e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3b5406,_0x45f77d[_0x37c51e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x37c51e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4f9367(_0x38b3fa){const _0x36a221=_0x34d3a1();_0x45f77d[_0x36a221]=_0x37c51e([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])+_0x38b3fa,_0x38b3fa!=_0x37c51e([0x56,0x61,0x6c,0x69,0x64])&&_0xe31455();}function _0x34d3a1(){const _0x368b5b=window[_0x37c51e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x37c51e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x37c51e([0x6e,0x6f,0x77])]())[_0x37c51e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x37c51e([0x2e]),'');let _0x1039ac=_0x37c51e([0x78]);for(let _0x4b4af7=0x0;_0x4b4af7<_0x368b5b[_0x37c51e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4b4af7+=0x2){let _0x102af7=window[_0x37c51e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x368b5b[_0x37c51e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4b4af7,_0x4b4af7+0x2));_0x102af7>=_0x16cf4d[_0x37c51e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x102af7-=_0x16cf4d[_0x37c51e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1039ac+=_0x16cf4d[_0x102af7];}return _0x1039ac;}function _0x11a0a1(){const _0x316e2c=_0x5e891d[_0x37c51e([0x73,0x70,0x6c,0x69,0x74])](_0x37c51e([0x2e]));if(0x3!=_0x316e2c[_0x37c51e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5f1548(_0x316e2c[0x1]);function _0x5f1548(_0x5e1ed8){const _0x4153e5=_0x3b9b4f(_0x5e1ed8);return _0x4153e5&&_0x405092()?_0x4153e5:null;function _0x405092(){const _0x5f4a73=_0x4153e5[_0x37c51e([0x6a,0x74,0x69])],_0x29658a=window[_0x37c51e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5f4a73[_0x37c51e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5f4a73[_0x37c51e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x52d72a={..._0x4153e5,[_0x37c51e([0x6a,0x74,0x69])]:_0x5f4a73[_0x37c51e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5f4a73[_0x37c51e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x52d72a[_0x37c51e([0x76,0x63])],_0x1947e3(_0x52d72a)==_0x29658a;}}}async function _0xecf7d8(){let _0xd7bc5=!0x0;try{const _0x4a9475=_0x5e891d[_0x37c51e([0x73,0x70,0x6c,0x69,0x74])](_0x37c51e([0x2e])),[_0x2cc399,_0x1e753d,_0x40f4f8]=_0x4a9475;return _0x205a97(_0x2cc399),await _0x41cbb1(_0x2cc399,_0x1e753d,_0x40f4f8),_0xd7bc5;}catch{return!0x1;}function _0x205a97(_0x239c2f){const _0x3b5678=_0x3b9b4f(_0x239c2f);_0x3b5678&&_0x3b5678[_0x37c51e([0x61,0x6c,0x67])]==_0x37c51e([0x45,0x53,0x32,0x35,0x36])||(_0xd7bc5=!0x1);}async function _0x41cbb1(_0x4138b2,_0x137b93,_0x29741e){const _0x9180d6=window[_0x37c51e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x37c51e([0x66,0x72,0x6f,0x6d])](_0x1092e1(_0x29741e),_0x37042f=>_0x37042f[_0x37c51e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4c4c67=new window[(_0x37c51e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x37c51e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4138b2+_0x37c51e([0x2e])+_0x137b93),_0x2bbdf5=window[_0x37c51e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x37c51e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2bbdf5)return;const _0x2866fe=await _0x2bbdf5[_0x37c51e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x37c51e([0x6a,0x77,0x6b]),_0x520989,{[_0x37c51e([0x6e,0x61,0x6d,0x65])]:_0x37c51e([0x45,0x43,0x44,0x53,0x41]),[_0x37c51e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x37c51e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x37c51e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2bbdf5[_0x37c51e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x37c51e([0x6e,0x61,0x6d,0x65])]:_0x37c51e([0x45,0x43,0x44,0x53,0x41]),[_0x37c51e([0x68,0x61,0x73,0x68])]:{[_0x37c51e([0x6e,0x61,0x6d,0x65])]:_0x37c51e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2866fe,_0x9180d6,_0x4c4c67)||(_0xd7bc5=!0x1);}}function _0x3b9b4f(_0x4a9441){return _0x4a9441[_0x37c51e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x37c51e([0x65,0x79]))?JSON[_0x37c51e([0x70,0x61,0x72,0x73,0x65])](_0x1092e1(_0x4a9441)):null;}function _0x1092e1(_0x51041a){return window[_0x37c51e([0x61,0x74,0x6f,0x62])](_0x51041a[_0x37c51e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x37c51e([0x2b]))[_0x37c51e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x37c51e([0x2f])));}function _0x1947e3(_0x4384d2){let _0x1316c2=0x1505;function _0x379189(_0x5f314e){for(let _0x127da6=0x0;_0x127da6<_0x5f314e[_0x37c51e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x127da6++){const _0x1255b3=_0x5f314e[_0x37c51e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x127da6);_0x1316c2=(_0x1316c2<<0x5)+_0x1316c2+_0x1255b3,_0x1316c2&=_0x1316c2;}}function _0x2a595f(_0x4dc73d){Array[_0x37c51e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4dc73d)?_0x4dc73d[_0x37c51e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2a595f):_0x4dc73d&&typeof _0x4dc73d==_0x37c51e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x37c51e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4dc73d)[_0x37c51e([0x73,0x6f,0x72,0x74])]()[_0x37c51e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x43cfc3,_0x59106d])=>{_0x379189(_0x43cfc3),_0x2a595f(_0x59106d);}):_0x379189(window[_0x37c51e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4dc73d));}return _0x2a595f(_0x4384d2),_0x1316c2>>>0x0;}function _0x42e1a2(_0x27c69d){return _0x27c69d[_0x37c51e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x37c51e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x37c51e([0x30]));}function _0x380c3c(_0x4c50b9){return _0x4c50b9[_0x37c51e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x37c51e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x37c51e([0x6a,0x6f,0x69,0x6e])]('');}function _0x3b5406(){}function _0x37c51e(_0x115d84){return _0x115d84['map'](_0x2a5641=>String['fromCharCode'](_0x2a5641))['join']('');}_0x4f9367(await _0x1b496f());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x508c61,{outlineDefinitions:_0x402768,outlineChanges:_0x471b0b}){this['_currentOutlineDefinitions']=_0x402768,this['view']['sync'](_0x471b0b);}['_setActiveViewItem'](_0x2fc669){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x2fc669]&&(this['view']['activeItemIndex']=_0x2fc669);}['_handleItemSelected'](_0x65a52a){const _0x41441f=this['_currentOutlineDefinitions'][_0x65a52a]['modelElement'];this['editor']['model']['change'](_0x50eb09=>{_0x50eb09['setSelection'](_0x41441f,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x65a52a);}['_updateActiveDefinitionOnViewportChange'](){const _0x4b8114=this['editor'];let _0x5a343e;for(const _0x1affae of _0x4b8114['model']['document']['getRootNames']()){const _0x6dcaad=_0x4b8114['editing']['view']['getDomRoot'](_0x1affae),_0x1ec0ee=_0x6dcaad&&new _0x535d1b(_0x6dcaad)['getVisible']();if(_0x1ec0ee){const _0x3abe78=new _0x535d1b(_0x5c7bf3['window'])['getIntersection'](_0x1ec0ee);_0x3abe78&&(_0x5a343e=_0x3abe78['top']+0.25*_0x3abe78['height']);}}if(void 0x0===_0x5a343e)return;const _0x5781ca=d(_0x4b8114['editing'],this['_currentOutlineDefinitions'],_0x5a343e);_0x5781ca?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x5781ca)):this['_setActiveViewItem'](-0x1);}}function d(_0x57b69f,_0x1843ad,_0xc1d2e3,_0x5e8b1d=0x0,_0x9b3353=_0x1843ad['length']-0x1){const _0x3425f5=Math['floor'](_0x5e8b1d+(_0x9b3353-_0x5e8b1d)/0x2);if(_0x9b3353>=_0x5e8b1d){const _0x4c78fb=_0x1843ad[_0x3425f5],_0x3a29d1=_0x57b69f['mapper']['toViewElement'](_0x4c78fb['modelElement']);if(!_0x3a29d1)return null;const _0x3ebbee=_0x57b69f['view']['domConverter']['mapViewToDom'](_0x3a29d1);return new _0x535d1b(_0x3ebbee)['bottom']>_0xc1d2e3?d(_0x57b69f,_0x1843ad,_0xc1d2e3,_0x5e8b1d,_0x3425f5-0x1):d(_0x57b69f,_0x1843ad,_0xc1d2e3,_0x3425f5+0x1,_0x9b3353);}return _0x3425f5<0x0?null:_0x1843ad[_0x3425f5];}class u extends _0x1e10ff{['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 _0x516a7f=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3dc33f;for(const _0x2d47df in _0x516a7f){const _0x4d2a98=_0x2d47df,_0x248bb7=_0x516a7f[_0x4d2a98];if('documentOutlineLicenseKeyValid'==_0x248bb7||'documentOutlineLicenseKeyInvalid'==_0x248bb7||'documentOutlineLicenseKeyExpired'==_0x248bb7||'documentOutlineLicenseKeyDomainLimit'==_0x248bb7||'documentOutlineLicenseKeyNotAllowed'==_0x248bb7||'documentOutlineLicenseKeyEvaluationLimit'==_0x248bb7||'documentOutlineLicenseKeyTrialLimit'==_0x248bb7||'documentOutlineLicenseKeyUsageLimit'==_0x248bb7){delete _0x516a7f[_0x4d2a98],_0x3dc33f=_0x248bb7,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x3dc33f&&_0x516a7f['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x3dc33f&&_0x516a7f['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x3dc33f&&_0x516a7f['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x3dc33f&&_0x516a7f['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x3dc33f&&_0x516a7f['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x3dc33f&&_0x516a7f['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x3dc33f&&_0x516a7f['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x3ed148{['execute'](){this['editor']['model']['change'](_0x24513c=>{this['editor']['model']['insertObject'](_0x24513c['createElement']('tableOfContents'));});}['refresh'](){const _0x257485=this['editor']['model'],_0x33e81c=_0x257485['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x33e81c&&_0x257485['schema']['findAllowedParent'](_0x33e81c,'tableOfContents'));}}class b extends _0x1e10ff{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x1a00c2=this['editor'];if(_0x1a00c2['config']['get']('headingId.modelAttributeName'))return;(function(_0x21e767){const _0x5a93b6=new Map();if(_0x21e767)return _0x21e767['forEach'](_0x3c3db5=>{'paragraph'!==_0x3c3db5['model']&&_0x5a93b6['set'](_0x3c3db5['view'],_0x3c3db5['model']);}),_0x5a93b6['get']('h1')||_0x5a93b6['set']('h1','heading1'),_0x5a93b6;return _0x5a93b6;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x192ba3,_0x34c316)=>{this['_customUpcastHeadingsConversion'](_0x34c316),this['_customDataDowncastHeadingsConversion'](_0x192ba3),_0x1a00c2['model']['schema']['isRegistered'](_0x192ba3)&&_0x1a00c2['model']['schema']['extend'](_0x192ba3,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x3a855f){this['editor']['conversion']['for']('upcast')['add'](_0x115f8d=>_0x115f8d['on']('element:'+_0x3a855f,(_0x4880a6,_0x2b2620,_0x5e49b5)=>{const {consumable:_0x540d19,writer:_0x5801a6}=_0x5e49b5,_0x2fb345=_0x2b2620['viewItem']['getAttribute']('id'),_0x5518cc=_0x2b2620['modelRange']['getContainedElement']();if(_0x5518cc)return _0x2fb345&&_0x2fb345['length']||_0x5518cc['hasAttribute']('headingId')?void(_0x540d19['consume'](_0x2b2620['viewItem'],{'attributes':['id']})&&_0x5801a6['setAttribute']('headingId',_0x2fb345,_0x5518cc)):(_0x540d19['consume'](_0x2b2620['viewItem'],{'attributes':['id']}),void _0x5801a6['setAttribute']('headingId',_0x5370a1(),_0x5518cc));},{'priority':_0x20b570['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x503e69){this['editor']['conversion']['for']('downcast')['add'](_0x2d4004=>_0x2d4004['on']('attribute:headingId:'+_0x503e69,(_0x5df422,_0x2f032e,_0x13629c)=>{if(!_0x13629c['consumable']['consume'](_0x2f032e['item'],_0x5df422['name']))return;const _0x33f74d=_0x2f032e['item']['getAttribute']('headingId'),_0x3f654a=_0x13629c['mapper']['toViewElement'](_0x2f032e['item']);_0x13629c['writer']['setAttribute']('id',_0x33f74d,_0x3f654a);}));}['_registerHeadingIdAttributePostfixer'](){const _0x636067=this['editor'],_0x4bdf56=new Set(),_0x5f183a=new Set();function _0x1df9ae(_0x37cd50,_0x551cbc){const _0x51a862=_0x5370a1();return _0x5f183a['add'](_0x51a862),_0x37cd50['setAttribute']('headingId',_0x51a862,_0x551cbc),_0x51a862;}function _0x3e0521(_0x2e8515,_0x38702f){_0x2e8515['removeAttribute']('headingId',_0x38702f);}_0x636067['model']['document']['registerPostFixer'](_0x543ce7=>{const _0x5f0d5c=_0x636067['model']['document']['differ']['getChanges']();let _0x3647be=!0x1;for(const _0x3cc121 of _0x5f0d5c)if('insert'==_0x3cc121['type']&&_0x3cc121['name']){if(y(_0x3cc121['name'])){const _0x37a339=_0x3cc121['attributes']['get']('headingId');'string'==typeof _0x37a339?_0x4bdf56['has'](_0x37a339)?(_0x1df9ae(_0x543ce7,_0x3cc121['position']['nodeAfter']),_0x3647be=!0x0):_0x5f183a['add'](_0x37a339):(_0x1df9ae(_0x543ce7,_0x3cc121['position']['nodeAfter']),_0x3647be=!0x0);}else'string'==typeof _0x3cc121['attributes']['get']('headingId')&&(_0x3e0521(_0x543ce7,_0x3cc121['position']['nodeAfter']),_0x3647be=!0x0);}else{if('remove'==_0x3cc121['type']){const _0x5f212d=_0x3cc121['attributes']['get']('headingId');'string'==typeof _0x5f212d&&_0x4bdf56['delete'](_0x5f212d);}}return _0x3647be;}),_0x636067['model']['document']['on']('change',()=>{_0x5f183a['forEach'](_0x16dfde=>_0x4bdf56['add'](_0x16dfde)),_0x5f183a['clear']();});}}function y(_0x5543b5){return!!_0x5543b5['match'](/heading\d/);}class s extends _0x1e10ff{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x5497ca,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x3c0706){super(_0x3c0706),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x193fec=this['editor'],_0xae9a7d=_0x193fec['editing']['view']['document'];_0x193fec['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x193fec['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0xae9a7d,'click',(_0x5c8a46,_0x4793e7)=>{if(!_0x4793e7['target'])return;const _0x19c50c=_0x4793e7['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x19c50c)&&(_0x4793e7['domEvent']['preventDefault'](),_0x5c8a46['stop'](),this['_handleScrollToHeading'](_0x19c50c));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x193fec['commands']['add']('insertTableOfContents',new O(_0x193fec)),(_0x193fec['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x59f3f4,_0x51b0e6)=>{this['_currentOutlineDefinitions']=_0x51b0e6['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x193fec['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x16e15b){const _0x3260ab=_0x257aa1([0x34,0x77,0x33,0x72,0x4d,0x67,0x78,0x75,0x44,0x73,0x47,0x66,0x58,0x42,0x64,0x37,0x35,0x61,0x41,0x59,0x43,0x39,0x63,0x55,0x68,0x6a,0x31,0x6b,0x70,0x56,0x32,0x4e,0x7a,0x65,0x48,0x62,0x4f,0x52,0x79,0x6c,0x36,0x45,0x53,0x74,0x54,0x6f,0x6e,0x51,0x69,0x49,0x38,0x71,0x4a,0x6d,0x57,0x46,0x5a,0x4c,0x4b,0x30,0x50,0x76]),_0x13d1c8=0x64204a9c,_0xf7c211=0x642721e4^_0x13d1c8,_0x5a8c01=window[_0x257aa1([0x44,0x61,0x74,0x65])][_0x257aa1([0x6e,0x6f,0x77])](),_0x160bf1=_0x16e15b[_0x257aa1([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3f6c3f=new window[(_0x257aa1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa59429=>{_0x160bf1[_0x257aa1([0x6f,0x6e,0x63,0x65])](_0x257aa1([0x72,0x65,0x61,0x64,0x79]),_0xa59429);}),_0x175c25={[_0x257aa1([0x6b,0x74,0x79])]:_0x257aa1([0x45,0x43]),[_0x257aa1([0x75,0x73,0x65])]:_0x257aa1([0x73,0x69,0x67]),[_0x257aa1([0x63,0x72,0x76])]:_0x257aa1([0x50,0x2d,0x32,0x35,0x36]),[_0x257aa1([0x78])]:_0x257aa1([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]),[_0x257aa1([0x79])]:_0x257aa1([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]),[_0x257aa1([0x61,0x6c,0x67])]:_0x257aa1([0x45,0x53,0x32,0x35,0x36])},_0x16e12d=_0x160bf1[_0x257aa1([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x257aa1([0x67,0x65,0x74])](_0x257aa1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x8327f5(){let _0xf35dda,_0x5772f7=null,_0x42dcc4=null;try{if(_0x16e12d==_0x257aa1([0x47,0x50,0x4c]))return _0x257aa1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0xf35dda=_0x1c3832(),!_0xf35dda)return _0x257aa1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0xf35dda[_0x257aa1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x42dcc4=_0x31b78a(_0xf35dda[_0x257aa1([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0xf35dda[_0x257aa1([0x6a,0x74,0x69])])),await _0x2df814()?_0x4115df()?_0x520aec()?_0x257aa1([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1a846e()?(_0xf35dda[_0x257aa1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x257aa1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5772f7=_0x215ad0(_0x257aa1([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0xf35dda[_0x257aa1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x257aa1([0x74,0x72,0x69,0x61,0x6c])&&(_0x5772f7=_0x215ad0(_0x257aa1([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x19eebc()):_0x257aa1([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x257aa1([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x257aa1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x257aa1([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x520aec(){const _0x22ed16=[_0x257aa1([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x257aa1([0x74,0x72,0x69,0x61,0x6c])][_0x257aa1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xf35dda[_0x257aa1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x5a8c01/0x3e8:0xe10*_0xf7c211;return _0xf35dda[_0x257aa1([0x65,0x78,0x70])]<_0x22ed16;}function _0x4115df(){const _0x461ba3=_0xf35dda[_0x257aa1([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x461ba3&&(!!_0x461ba3[_0x257aa1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x257aa1([0x2a]))||(!!_0x461ba3[_0x257aa1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x257aa1([0x54,0x4f,0x43]))||!!_0x461ba3[_0x257aa1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x257aa1([0x50,0x50]))));}function _0x1a846e(){const _0x5e983c=_0xf35dda[_0x257aa1([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5e983c||0x0==_0x5e983c[_0x257aa1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2cb3e6}=new URL(window[_0x257aa1([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5e983c[_0x257aa1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2cb3e6))return!0x0;const _0x36cebd=_0x2cb3e6[_0x257aa1([0x73,0x70,0x6c,0x69,0x74])](_0x257aa1([0x2e]));return _0x5e983c[_0x257aa1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3b638c=>_0x3b638c[_0x257aa1([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x257aa1([0x2a])))[_0x257aa1([0x6d,0x61,0x70])](_0x4780c9=>_0x4780c9[_0x257aa1([0x73,0x70,0x6c,0x69,0x74])](_0x257aa1([0x2e])))[_0x257aa1([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x11ed63=>_0x11ed63[_0x257aa1([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x36cebd[_0x257aa1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x257aa1([0x6d,0x61,0x70])](_0x160176=>Array(_0x36cebd[_0x257aa1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x160176[_0x257aa1([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x257aa1([0x66,0x69,0x6c,0x6c])](_0x160176[0x0]===_0x257aa1([0x2a])?_0x257aa1([0x2a]):'')[_0x257aa1([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x160176))[_0x257aa1([0x73,0x6f,0x6d,0x65])](_0x2a5f60=>_0x36cebd[_0x257aa1([0x65,0x76,0x65,0x72,0x79])]((_0x1ca592,_0x4737c2)=>_0x2a5f60[_0x4737c2]===_0x1ca592||_0x2a5f60[_0x4737c2]===_0x257aa1([0x2a])));}function _0x19eebc(){return _0x5772f7&&_0x42dcc4?new window[(_0x257aa1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3f32b9,_0x180846)=>{_0x5772f7[_0x257aa1([0x74,0x68,0x65,0x6e])](_0x3f32b9,_0x180846),_0x42dcc4[_0x257aa1([0x74,0x68,0x65,0x6e])](_0x7409a1=>{_0x7409a1!=_0x257aa1([0x56,0x61,0x6c,0x69,0x64])&&_0x3f32b9(_0x7409a1);},_0x180846);}):_0x5772f7||_0x42dcc4||_0x257aa1([0x56,0x61,0x6c,0x69,0x64]);}}function _0x31b78a(_0x53c47a,_0x46753a){return new window[(_0x257aa1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3c5669=>{if(_0x4bb50f())return _0x3c5669(_0x257aa1([0x56,0x61,0x6c,0x69,0x64]));_0x57e000(),_0x160bf1[_0x257aa1([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x257aa1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x3b760c=!0x1;const _0x4f47f4=_0x5370a1();function _0xd66660(_0x46beb1){return!!_0x46beb1&&(typeof _0x46beb1===_0x257aa1([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x46beb1===_0x257aa1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x46beb1[_0x257aa1([0x74,0x68,0x65,0x6e])]===_0x257aa1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x46beb1[_0x257aa1([0x63,0x61,0x74,0x63,0x68])]===_0x257aa1([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x23df3d(_0x178d96){_0x1acfcf(_0x178d96)[_0x257aa1([0x74,0x68,0x65,0x6e])](_0x25fc77=>{if(!_0x25fc77||_0x25fc77[_0x257aa1([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x257aa1([0x6f,0x6b]))return _0x257aa1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xdd5e2(_0x509699(_0x4f47f4+_0x46753a))!=_0x25fc77[_0x257aa1([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x257aa1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x257aa1([0x56,0x61,0x6c,0x69,0x64]);})[_0x257aa1([0x74,0x68,0x65,0x6e])](_0x7d4e95=>(_0x161009(),_0x7d4e95),()=>{const _0x282442=_0x51927e();return null==_0x282442?(_0x161009(),_0x257aa1([0x56,0x61,0x6c,0x69,0x64])):_0x257aa1(_0x5a8c01-_0x282442>(0x402cce9c^_0x13d1c8)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x257aa1([0x74,0x68,0x65,0x6e])](_0x3c5669)[_0x257aa1([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3c5669(_0x257aa1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x146452=0x6416a41c^_0x13d1c8;function _0x161009(){const _0x533084=_0x257aa1([0x6c,0x6c,0x63,0x74,0x2d])+_0xdd5e2(_0x509699(_0x53c47a)),_0x433df9=_0x439a4e(_0xdd5e2(window[_0x257aa1([0x4d,0x61,0x74,0x68])][_0x257aa1([0x63,0x65,0x69,0x6c])](_0x5a8c01/_0x146452)));window[_0x257aa1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x257aa1([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x533084,_0x433df9);}function _0x51927e(){const _0x4e24d3=_0x257aa1([0x6c,0x6c,0x63,0x74,0x2d])+_0xdd5e2(_0x509699(_0x53c47a)),_0x5e7efa=window[_0x257aa1([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x257aa1([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4e24d3);return _0x5e7efa?window[_0x257aa1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x439a4e(_0x5e7efa),0x10)*_0x146452:null;}function _0x1acfcf(_0x7d722e){return new window[(_0x257aa1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3b7650,_0x167729)=>{_0x7d722e[_0x257aa1([0x74,0x68,0x65,0x6e])](_0x3b7650,_0x167729),window[_0x257aa1([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x167729,0x64219e5c^_0x13d1c8);});}}_0x160bf1[_0x257aa1([0x6f,0x6e])](_0x257aa1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x26dae9,_0x12550a)=>{if(_0x12550a[0x0]!=_0x53c47a)return _0x3c5669(_0x257aa1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x12550a[0x1]={..._0x12550a[0x1],[_0x257aa1([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4f47f4};},{[_0x257aa1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x257aa1([0x68,0x69,0x67,0x68])}),_0x160bf1[_0x257aa1([0x6f,0x6e])](_0x257aa1([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x42fbef=>{_0xd66660(_0x42fbef[_0x257aa1([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x3b760c=!0x0,_0x23df3d(_0x42fbef[_0x257aa1([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x257aa1([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x257aa1([0x6c,0x6f,0x77])}),_0x3f6c3f[_0x257aa1([0x74,0x68,0x65,0x6e])](()=>{_0x3b760c||_0x3c5669(_0x257aa1([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4bb50f(){return _0x160bf1[_0x257aa1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x257aa1([0x76,0x69,0x65,0x77])][_0x257aa1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x257aa1([0x61,0x75,0x74,0x6f]);}function _0x57e000(){_0x160bf1[_0x257aa1([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x257aa1([0x76,0x69,0x65,0x77])][_0x257aa1([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x257aa1([0x61,0x75,0x74,0x6f]);}}function _0x215ad0(_0x3a7fc4){const _0x183e03=[new window[(_0x257aa1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x40b588=>setTimeout(_0x40b588,0x64297450^_0x13d1c8)),_0x3f6c3f[_0x257aa1([0x74,0x68,0x65,0x6e])](()=>new window[(_0x257aa1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1eaf8a=>{let _0xc92826=0x0;_0x160bf1[_0x257aa1([0x6d,0x6f,0x64,0x65,0x6c])][_0x257aa1([0x6f,0x6e])](_0x257aa1([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5f3c11,_0x1f8062)=>{_0x1f8062[0x0][_0x257aa1([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xc92826++,_0xc92826==(0x64204b64^_0x13d1c8)&&(_0x1eaf8a(),_0x5f3c11[_0x257aa1([0x6f,0x66,0x66])]());});}))];return window[_0x257aa1([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x257aa1([0x72,0x61,0x63,0x65])](_0x183e03)[_0x257aa1([0x74,0x68,0x65,0x6e])](()=>_0x3a7fc4);}async function _0xc5b6e6(){await _0x3f6c3f,_0x160bf1[_0x257aa1([0x6d,0x6f,0x64,0x65,0x6c])][_0x257aa1([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x291f40,_0x160bf1[_0x257aa1([0x6d,0x6f,0x64,0x65,0x6c])][_0x257aa1([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x291f40,_0x160bf1[_0x257aa1([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x257aa1([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x249f83(_0x315669){const _0x56cf76=_0x48edb8();_0x160bf1[_0x56cf76]=_0x257aa1([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])+_0x315669,_0x315669!=_0x257aa1([0x56,0x61,0x6c,0x69,0x64])&&_0xc5b6e6();}function _0x48edb8(){const _0x37fec2=window[_0x257aa1([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x257aa1([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x257aa1([0x6e,0x6f,0x77])]())[_0x257aa1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x257aa1([0x2e]),'');let _0x33d8b7=_0x257aa1([0x77]);for(let _0x2df70e=0x0;_0x2df70e<_0x37fec2[_0x257aa1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2df70e+=0x2){let _0x358699=window[_0x257aa1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x37fec2[_0x257aa1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2df70e,_0x2df70e+0x2));_0x358699>=_0x3260ab[_0x257aa1([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x358699-=_0x3260ab[_0x257aa1([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x33d8b7+=_0x3260ab[_0x358699];}return _0x33d8b7;}function _0x1c3832(){const _0x59640b=_0x16e12d[_0x257aa1([0x73,0x70,0x6c,0x69,0x74])](_0x257aa1([0x2e]));if(0x3!=_0x59640b[_0x257aa1([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3142b3(_0x59640b[0x1]);function _0x3142b3(_0x14e2ef){const _0x598921=_0xcbde32(_0x14e2ef);return _0x598921&&_0x7a87b6()?_0x598921:null;function _0x7a87b6(){const _0x43f91c=_0x598921[_0x257aa1([0x6a,0x74,0x69])],_0x3756b6=window[_0x257aa1([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x43f91c[_0x257aa1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x43f91c[_0x257aa1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x58ea0a={..._0x598921,[_0x257aa1([0x6a,0x74,0x69])]:_0x43f91c[_0x257aa1([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x43f91c[_0x257aa1([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x58ea0a[_0x257aa1([0x76,0x63])],_0x509699(_0x58ea0a)==_0x3756b6;}}}async function _0x2df814(){let _0x294d55=!0x0;try{const _0xe245d1=_0x16e12d[_0x257aa1([0x73,0x70,0x6c,0x69,0x74])](_0x257aa1([0x2e])),[_0x32e56b,_0x15309c,_0x1a8580]=_0xe245d1;return _0xed06b2(_0x32e56b),await _0x2b147f(_0x32e56b,_0x15309c,_0x1a8580),_0x294d55;}catch{return!0x1;}function _0xed06b2(_0x54821b){const _0x1e226b=_0xcbde32(_0x54821b);_0x1e226b&&_0x1e226b[_0x257aa1([0x61,0x6c,0x67])]==_0x257aa1([0x45,0x53,0x32,0x35,0x36])||(_0x294d55=!0x1);}async function _0x2b147f(_0x1cc23c,_0x53a80d,_0x3713c9){const _0x10aae4=window[_0x257aa1([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x257aa1([0x66,0x72,0x6f,0x6d])](_0x2874ff(_0x3713c9),_0x24bdff=>_0x24bdff[_0x257aa1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x110373=new window[(_0x257aa1([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x257aa1([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1cc23c+_0x257aa1([0x2e])+_0x53a80d),_0x222dd6=window[_0x257aa1([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x257aa1([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x222dd6)return;const _0x45b5e4=await _0x222dd6[_0x257aa1([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x257aa1([0x6a,0x77,0x6b]),_0x175c25,{[_0x257aa1([0x6e,0x61,0x6d,0x65])]:_0x257aa1([0x45,0x43,0x44,0x53,0x41]),[_0x257aa1([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x257aa1([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x257aa1([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x222dd6[_0x257aa1([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x257aa1([0x6e,0x61,0x6d,0x65])]:_0x257aa1([0x45,0x43,0x44,0x53,0x41]),[_0x257aa1([0x68,0x61,0x73,0x68])]:{[_0x257aa1([0x6e,0x61,0x6d,0x65])]:_0x257aa1([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x45b5e4,_0x10aae4,_0x110373)||(_0x294d55=!0x1);}}function _0xcbde32(_0x4008f4){return _0x4008f4[_0x257aa1([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x257aa1([0x65,0x79]))?JSON[_0x257aa1([0x70,0x61,0x72,0x73,0x65])](_0x2874ff(_0x4008f4)):null;}function _0x2874ff(_0x409529){return window[_0x257aa1([0x61,0x74,0x6f,0x62])](_0x409529[_0x257aa1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x257aa1([0x2b]))[_0x257aa1([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x257aa1([0x2f])));}function _0x509699(_0x4d129b){let _0x4ce2a4=0x1505;function _0x185a71(_0x5d3077){for(let _0x57b8fd=0x0;_0x57b8fd<_0x5d3077[_0x257aa1([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x57b8fd++){const _0x1ead85=_0x5d3077[_0x257aa1([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x57b8fd);_0x4ce2a4=(_0x4ce2a4<<0x5)+_0x4ce2a4+_0x1ead85,_0x4ce2a4&=_0x4ce2a4;}}function _0x27dd90(_0x1aa363){Array[_0x257aa1([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1aa363)?_0x1aa363[_0x257aa1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x27dd90):_0x1aa363&&typeof _0x1aa363==_0x257aa1([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x257aa1([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1aa363)[_0x257aa1([0x73,0x6f,0x72,0x74])]()[_0x257aa1([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x65b0c3,_0x44d47c])=>{_0x185a71(_0x65b0c3),_0x27dd90(_0x44d47c);}):_0x185a71(window[_0x257aa1([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1aa363));}return _0x27dd90(_0x4d129b),_0x4ce2a4>>>0x0;}function _0xdd5e2(_0x43cb05){return _0x43cb05[_0x257aa1([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x257aa1([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x257aa1([0x30]));}function _0x439a4e(_0x44d328){return _0x44d328[_0x257aa1([0x73,0x70,0x6c,0x69,0x74])]('')[_0x257aa1([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x257aa1([0x6a,0x6f,0x69,0x6e])]('');}function _0x291f40(){}function _0x257aa1(_0x1554cd){return _0x1554cd['map'](_0x561d3d=>String['fromCharCode'](_0x561d3d))['join']('');}_0x249f83(await _0x8327f5());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x15a8f2=>{'$graveyard'!==_0x15a8f2['rootName']&&this['editor']['editing']['reconvertItem'](_0x15a8f2);});}['_trackNewToCElements'](){for(const _0x3d754e of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x3d754e['type']||'tableOfContents'!==_0x3d754e['name'])return;this['_tableOfContentsElements']['add'](_0x3d754e['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x44c1cb=this['editor']['conversion'];_0x44c1cb['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x44c1cb['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x3a1fd7,{writer:_0xa263db})=>this['_createTableOfContents'](_0xa263db,!0x0)}),_0x44c1cb['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x181638,{writer:_0x13522d})=>{this['_tableOfContentsElements']['add'](_0x181638);const _0x43b4eb=this['_createTableOfContents'](_0x13522d);return _0x10bebd(_0x43b4eb,_0x13522d,{'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'](_0x55aae9,_0x4c20c5=!0x1){const {locale:_0x530a76}=this['editor'],_0x5c029f=_0x55aae9['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x4c20c5&&{'data-table-of-contents-label':N(_0x530a76,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x4c20c5&&_0x55aae9['insert'](_0x55aae9['createPositionAt'](_0x5c029f,'end'),_0x55aae9['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x55aae9['createText'](N(_0x530a76,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x2301cd=_0x4c20c5?'':'['+N(_0x530a76,'Empty\x20heading')+']';let _0x22b59d=_0x5c029f;return this['_currentOutlineDefinitions']['forEach']((_0x3e28ff,_0x3b611d,_0x1b3209)=>{const _0x2264a8=this['editor']['model']['hasContent'](_0x3e28ff['modelElement'],{'ignoreWhitespaces':!0x0}),_0x44fa8e=_0x2264a8?_0x3e28ff['text']:_0x2301cd,_0x2778ea=_0x3e28ff['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x51b08e=_0x55aae9['createContainerElement']('a',{'href':'#'+_0x2778ea,...!_0x4c20c5&&{'tabindex':'-1'}},[_0x55aae9['createText'](_0x44fa8e)]),_0x2f4f84=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x55aae9['setCustomProperty']('tableOfContentsHeadingIndex',_0x3b611d,_0x51b08e);const _0x503382=_0x55aae9['createContainerElement']('li',null,[_0x2264a8||!_0x4c20c5&&_0x2f4f84?_0x51b08e:_0x55aae9['createText']('')]),_0x10e3d4=_0x3b611d?_0x1b3209[_0x3b611d-0x1]['level']:0x0,_0x14dab2=Math['abs'](_0x3e28ff['level']-_0x10e3d4);if(_0x3e28ff['level']>_0x10e3d4){const _0x518564=S(_0x503382,_0x14dab2,_0x55aae9);_0x55aae9['insert'](_0x55aae9['createPositionAt'](_0x22b59d,'end'),_0x518564);}else{const _0x1a0bb8=function(_0x1c6656,_0x69fc1a){return _0x1c6656['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x4c1a0f=>_0x4c1a0f['is']('element','ol'))[_0x69fc1a];}(_0x22b59d,_0x14dab2);_0x55aae9['insert'](_0x55aae9['createPositionAt'](_0x1a0bb8,'end'),_0x503382);}_0x22b59d=_0x503382;}),_0x5c029f;}['_handleScrollToHeading'](_0x5f4fe4){const _0x120ef0=this['_currentOutlineDefinitions'][_0x5f4fe4]['modelElement'];this['editor']['model']['change'](_0x2c6244=>{_0x2c6244['setSelection'](_0x120ef0,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x2c889f,_0x12a6d7)=>{const _0x4c79a3=_0x12a6d7['mapper'],_0x4a9101=_0x4c79a3['findMappedViewAncestor'](_0x12a6d7['viewPosition']),_0x505662=_0x4c79a3['toModelElement'](_0x4a9101);_0x505662['is']('element','tableOfContents')&&(_0x12a6d7['modelPosition']=this['editor']['model']['createPositionAt'](_0x505662,0x0),_0x2c889f['stop']());};}}function S(_0x587231,_0x3f3447,_0x4df807){return 0x1===_0x3f3447?_0x4df807['createContainerElement']('ol',null,[_0x587231]):_0x4df807['createContainerElement']('ol',null,[_0x4df807['createContainerElement']('li',null,[S(_0x587231,_0x3f3447-0x1,_0x4df807)])]);}class o extends _0x1e10ff{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x5c288d=this['editor'];_0x5c288d['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x1b3845=this['_createButton'](_0x40f31f);return _0x1b3845['tooltip']=!0x0,_0x1b3845;}),_0x5c288d['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x5d3a0f)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x2e7f8e=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x143e73;for(const _0x14cd2e in _0x2e7f8e){const _0x2d8baa=_0x14cd2e,_0x2fb7b6=_0x2e7f8e[_0x2d8baa];if('tableOfContentsLicenseKeyValid'==_0x2fb7b6||'tableOfContentsLicenseKeyInvalid'==_0x2fb7b6||'tableOfContentsLicenseKeyExpired'==_0x2fb7b6||'tableOfContentsLicenseKeyDomainLimit'==_0x2fb7b6||'tableOfContentsLicenseKeyNotAllowed'==_0x2fb7b6||'tableOfContentsLicenseKeyEvaluationLimit'==_0x2fb7b6||'tableOfContentsLicenseKeyTrialLimit'==_0x2fb7b6||'tableOfContentsLicenseKeyUsageLimit'==_0x2fb7b6){delete _0x2e7f8e[_0x2d8baa],_0x143e73=_0x2fb7b6,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x143e73&&_0x2e7f8e['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x143e73&&_0x2e7f8e['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x143e73&&_0x2e7f8e['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x143e73&&_0x2e7f8e['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x143e73&&_0x2e7f8e['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x143e73&&_0x2e7f8e['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x143e73&&_0x2e7f8e['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x335171){const _0x548bdf=this['editor'],_0x5d34b7=_0x548bdf['locale'],_0xf1bd9a=_0x548bdf['commands']['get']('insertTableOfContents'),_0xbb29d4=new _0x335171(_0x5d34b7);return _0xbb29d4['set']({'label':N(_0x5d34b7,'Table\x20of\x20contents'),'icon':_0x58d2dd}),_0xbb29d4['bind']('isEnabled')['to'](_0xf1bd9a,'isEnabled'),this['listenTo'](_0xbb29d4,'execute',()=>{_0x548bdf['execute']('insertTableOfContents'),_0x548bdf['editing']['view']['focus']();}),_0xbb29d4;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x1e10ff{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,b as HeadingId,a as TableOfContents,O as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
|
|
23
|
+
import{Plugin as _0x1d1a24,Command as _0x574e62}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x26d987,throttle as _0x5a2773}from'es-toolkit/compat';import{Text as _0x457543,TreeWalker as _0x592bed}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x11d54c,diffToChanges as _0x1f25f9,scrollAncestorsToShowTarget as _0x4abfed,CKEditorError as _0x2b6613,global as _0x20ce2f,Rect as _0x49b4e8,uid as _0x1659da,priorities as _0x42eb16}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x445575,ButtonView as _0x46e6bd,MenuBarMenuListItemButtonView as _0x2b47c3}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x28e301,toWidget as _0x10c5fa}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x370a59}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x5e7efb){let _0x1c94a2='';for(const _0x103d52 of _0x5e7efb['getChildren']())_0x103d52 instanceof _0x457543&&(_0x1c94a2+=_0x103d52['data']);return _0x1c94a2;}class i extends _0x1d1a24{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x20fc6d=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x239ead=[];_0x20fc6d['model']['document']['on']('change',_0x26d987(()=>{const _0x1b2c59=_0x239ead;_0x239ead=this['_getOutlineDefinitions']();const _0x3b8476=_0x11d54c(_0x1b2c59,_0x239ead,(_0x2d63c8,_0x57a214)=>_0x2d63c8['level']===_0x57a214['level']&&_0x2d63c8['text']===_0x57a214['text']&&_0x2d63c8['modelElement']===_0x57a214['modelElement']),_0x2a4bc6=_0x1f25f9(_0x3b8476,_0x239ead),_0x16485a=this['_getActiveHeading'](),_0x46da09=_0x239ead['findIndex'](_0xf0fcd0=>_0xf0fcd0['modelElement']===_0x16485a);_0x2a4bc6['length']&&this['fire']('change',{'outlineDefinitions':_0x239ead,'activeItemIndex':_0x46da09,'outlineChanges':_0x2a4bc6}),this['fire']('activeItemIndex',{'index':_0x46da09});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x24a0b7=this['editor'],_0xb26458=[],_0x3cb6e7=this['_headingNames'];for(const _0x228b43 of _0x24a0b7['model']['document']['getRootNames']())_0xe53e4e(_0x24a0b7['model']['document']['getRoot'](_0x228b43));function _0xe53e4e(_0x4c18fe){for(const _0x18eabd of _0x4c18fe['getChildren']())_0x18eabd['is']('element')&&(_0x3cb6e7['includes'](_0x18eabd['name'])&&_0xb26458['push']({'level':_0x3cb6e7['indexOf'](_0x18eabd['name'])+0x1,'text':p(_0x18eabd),'modelElement':_0x18eabd}),_0xe53e4e(_0x18eabd));}return _0xb26458;}['_getActiveHeading'](){const _0x12f706=this['editor']['model']['document']['selection']['getFirstPosition'](),_0xfbfb5b=new _0x592bed({'direction':'backward','startPosition':_0x12f706});for(const _0x2ab1df of _0xfbfb5b)if(_0x2ab1df['item']['is']('element')&&this['_headingNames']['includes'](_0x2ab1df['item']['name']))return _0x2ab1df['item'];}['_getHeadingNames'](){const _0x7bda66=this['editor']['config']['get']('documentOutline.headings');return _0x7bda66||function(_0x66b68e){const _0x3f3c96=_0x66b68e['config']['get']('heading.options');return _0x3f3c96?_0x3f3c96['reduce']((_0xa7e67f,_0x50ab34)=>('paragraph'!==_0x50ab34['model']&&_0xa7e67f['push'](_0x50ab34['model']),_0xa7e67f),[]):_0x66b68e['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x1f8ae6=this['editor'],_0x31c64c=['h1','h2','h3','h4','h5','h6'],_0x54f1ff=[];for(const _0x367401 of _0x31c64c){const _0x2e1e19=_0x1f8ae6['editing']['view']['domConverter']['domToView'](document['createElement'](_0x367401)),_0x5a5646=_0x1f8ae6['data']['toModel'](_0x2e1e19)['getChild'](0x0);_0x5a5646?.['is']('element')&&_0x54f1ff['push'](_0x5a5646['name']);}this['_headingNames']=_0x54f1ff;}}function N(_0xf95845,_0x2a20cd){const t=_0xf95845['t'];switch(_0x2a20cd){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 _0x2a20cd;}}class $ extends _0x445575{constructor(_0x580a26,_0xa23e77=!0x1){super(_0x580a26);const _0x5b8d74=this['bindTemplate'],_0x12328d=_0xa23e77?'['+N(_0x580a26,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x36848d=>!_0x36848d),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x5b8d74['to']('level',_0x29a9fd=>'ck-document-outline__item_level-'+_0x29a9fd),_0x5b8d74['if']('isActive','ck-document-outline__item_active'),_0x5b8d74['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x5b8d74['to']('text')},'children':[{'text':_0x5b8d74['to']('text',_0x1184e4=>_0x1184e4||_0x12328d)}],'on':{'click':_0x5b8d74['to']('click')}});}}class l extends _0x445575{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x5e6651,_0x195f04=!0x1,_0x1f3ac4){super(_0x5e6651),this['showEmptyHeadingText']=_0x195f04,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x1f3ac4,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x1e3b25,_0x5860e0,_0x2c6ca9,_0x1735e3)=>{this['_setActiveItem'](_0x1735e3,_0x2c6ca9);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x5e6651['contentLanguageDirection'],'data-document-outline-empty-placeholder':N(_0x5e6651,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x2c9ca8){_0x2c9ca8['forEach'](_0x1b6ecd=>{'insert'==_0x1b6ecd['type']?this['_insertItem'](_0x1b6ecd['index'],..._0x1b6ecd['values']):'delete'==_0x1b6ecd['type']&&this['_deleteItem'](_0x1b6ecd['index'],_0x1b6ecd['howMany']);});}['_setActiveItem'](_0x4bb695,_0x1610a7){if(-0x1!==_0x4bb695){const _0x13118d=this['items']['get'](_0x4bb695);_0x13118d&&(_0x13118d['isActive']=!0x1);}-0x1!==_0x1610a7&&(this['items']['get'](_0x1610a7)['isActive']=!0x0,this['_scrollToItem'](_0x1610a7));}['_insertItem'](_0xe3e6ff,..._0x4e3251){const _0x35e271=_0x4e3251['map']((_0x11a7c1,_0xfb77dc)=>{const _0x5413c0=new $(this['locale'],this['showEmptyHeadingText']);return _0x5413c0['text']=_0x11a7c1['text'],_0x5413c0['level']=_0x11a7c1['level'],_0xe3e6ff+_0xfb77dc===this['activeItemIndex']&&(_0x5413c0['isActive']=!0x0),_0x5413c0;});this['items']['addMany'](_0x35e271,_0xe3e6ff);}['_deleteItem'](_0xe5dd60,_0x45c1b1){do{this['items']['remove'](_0xe5dd60);}while(--_0x45c1b1);}['_handleItemClick'](_0x326d40){const _0x53a725=this['items']['getIndex'](_0x326d40['source']);this['fire']('itemSelected',_0x53a725);}['_scrollToItem'](_0x465544){_0x4abfed(this['items']['get'](_0x465544)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x1d1a24{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4141f3){super(_0x4141f3),this['view']=new l(_0x4141f3['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x5a2773(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x35063f=this['editor'],_0x5534bc=_0x35063f['plugins']['get']('DocumentOutlineUtils');let _0x17d2b6=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x35063f['config']['get']('documentOutline.container'))throw new _0x2b6613('document-outline-container-not-provided',{'editor':_0x35063f});_0x35063f['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x5534bc['on']('change',this['_handleOutlineChange']['bind'](this)),_0x5534bc['on']('activeItemIndex',(_0x534403,{index:_0x51baa7})=>this['_setActiveViewItem'](_0x51baa7)),this['view']['on']('itemSelected',(_0x470d81,_0x3cef81)=>{_0x17d2b6=!0x0,this['_handleItemSelected'](_0x3cef81);}),this['view']['listenTo'](_0x20ce2f['document'],'scroll',()=>{_0x17d2b6?_0x17d2b6=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x20ce2f['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x172936){const _0x268b5f=_0x4a2f1d([0x49,0x4e,0x75,0x74,0x51,0x48,0x78,0x6e,0x65,0x42,0x6f,0x76,0x63,0x46,0x79,0x53,0x77,0x34,0x43,0x50,0x52,0x62,0x54,0x4a,0x6d,0x57,0x67,0x30,0x4b,0x7a,0x6a,0x4c,0x47,0x32,0x35,0x38,0x41,0x6c,0x39,0x44,0x58,0x64,0x45,0x55,0x4d,0x36,0x56,0x70,0x6b,0x5a,0x61,0x72,0x59,0x68,0x37,0x73,0x66,0x33,0x4f,0x71,0x69,0x31]),_0x199099=0x661e846,_0x5ac94b=0x66683d6^_0x199099,_0x12d0d6=window[_0x4a2f1d([0x44,0x61,0x74,0x65])][_0x4a2f1d([0x6e,0x6f,0x77])](),_0x3098fd=_0x172936[_0x4a2f1d([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x12c56a=new window[(_0x4a2f1d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x724f8b=>{_0x3098fd[_0x4a2f1d([0x6f,0x6e,0x63,0x65])](_0x4a2f1d([0x72,0x65,0x61,0x64,0x79]),_0x724f8b);}),_0x2eda01={[_0x4a2f1d([0x6b,0x74,0x79])]:_0x4a2f1d([0x45,0x43]),[_0x4a2f1d([0x75,0x73,0x65])]:_0x4a2f1d([0x73,0x69,0x67]),[_0x4a2f1d([0x63,0x72,0x76])]:_0x4a2f1d([0x50,0x2d,0x32,0x35,0x36]),[_0x4a2f1d([0x78])]:_0x4a2f1d([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]),[_0x4a2f1d([0x79])]:_0x4a2f1d([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]),[_0x4a2f1d([0x61,0x6c,0x67])]:_0x4a2f1d([0x45,0x53,0x32,0x35,0x36])},_0x480b1d=_0x3098fd[_0x4a2f1d([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4a2f1d([0x67,0x65,0x74])](_0x4a2f1d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2fb7aa(){let _0x11a06c,_0x3f35ec=null,_0x201b49=null;try{if(_0x480b1d==_0x4a2f1d([0x47,0x50,0x4c]))return _0x4a2f1d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x11a06c=_0x5ad5e8(),!_0x11a06c)return _0x4a2f1d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x11a06c[_0x4a2f1d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x201b49=_0x5bb726(_0x11a06c[_0x4a2f1d([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x11a06c[_0x4a2f1d([0x6a,0x74,0x69])])),await _0xcc4ea3()?_0x22cc92()?_0x1383d4()?_0x4a2f1d([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2e3ee0()?(_0x11a06c[_0x4a2f1d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a2f1d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3f35ec=_0x373df0(_0x4a2f1d([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x11a06c[_0x4a2f1d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4a2f1d([0x74,0x72,0x69,0x61,0x6c])&&(_0x3f35ec=_0x373df0(_0x4a2f1d([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x482a12()):_0x4a2f1d([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4a2f1d([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4a2f1d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4a2f1d([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1383d4(){const _0x40ef23=[_0x4a2f1d([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4a2f1d([0x74,0x72,0x69,0x61,0x6c])][_0x4a2f1d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11a06c[_0x4a2f1d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x12d0d6/0x3e8:0xe10*_0x5ac94b;return _0x11a06c[_0x4a2f1d([0x65,0x78,0x70])]<_0x40ef23;}function _0x22cc92(){const _0x426af0=_0x11a06c[_0x4a2f1d([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x426af0&&(!!_0x426af0[_0x4a2f1d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a2f1d([0x2a]))||(!!_0x426af0[_0x4a2f1d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a2f1d([0x44,0x4f]))||!!_0x426af0[_0x4a2f1d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a2f1d([0x50,0x50]))));}function _0x2e3ee0(){const _0x568765=_0x11a06c[_0x4a2f1d([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x568765||0x0==_0x568765[_0x4a2f1d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1075fe}=new URL(window[_0x4a2f1d([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x568765[_0x4a2f1d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1075fe))return!0x0;const _0x2aa7dd=_0x1075fe[_0x4a2f1d([0x73,0x70,0x6c,0x69,0x74])](_0x4a2f1d([0x2e]));return _0x568765[_0x4a2f1d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x1be56f=>_0x1be56f[_0x4a2f1d([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4a2f1d([0x2a])))[_0x4a2f1d([0x6d,0x61,0x70])](_0x1ea184=>_0x1ea184[_0x4a2f1d([0x73,0x70,0x6c,0x69,0x74])](_0x4a2f1d([0x2e])))[_0x4a2f1d([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5972e8=>_0x5972e8[_0x4a2f1d([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2aa7dd[_0x4a2f1d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4a2f1d([0x6d,0x61,0x70])](_0xcc13b3=>Array(_0x2aa7dd[_0x4a2f1d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0xcc13b3[_0x4a2f1d([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4a2f1d([0x66,0x69,0x6c,0x6c])](_0xcc13b3[0x0]===_0x4a2f1d([0x2a])?_0x4a2f1d([0x2a]):'')[_0x4a2f1d([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0xcc13b3))[_0x4a2f1d([0x73,0x6f,0x6d,0x65])](_0x3f85c5=>_0x2aa7dd[_0x4a2f1d([0x65,0x76,0x65,0x72,0x79])]((_0x27b749,_0x492598)=>_0x3f85c5[_0x492598]===_0x27b749||_0x3f85c5[_0x492598]===_0x4a2f1d([0x2a])));}function _0x482a12(){return _0x3f35ec&&_0x201b49?new window[(_0x4a2f1d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4fac21,_0x52a032)=>{_0x3f35ec[_0x4a2f1d([0x74,0x68,0x65,0x6e])](_0x4fac21,_0x52a032),_0x201b49[_0x4a2f1d([0x74,0x68,0x65,0x6e])](_0x5339c9=>{_0x5339c9!=_0x4a2f1d([0x56,0x61,0x6c,0x69,0x64])&&_0x4fac21(_0x5339c9);},_0x52a032);}):_0x3f35ec||_0x201b49||_0x4a2f1d([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5bb726(_0x11a4af,_0x4e74f3){return new window[(_0x4a2f1d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x212b72=>{if(_0x4e10ba())return _0x212b72(_0x4a2f1d([0x56,0x61,0x6c,0x69,0x64]));_0x136351(),_0x3098fd[_0x4a2f1d([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4a2f1d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5a1283=!0x1;const _0x56b8f9=_0x1659da();function _0x160d7f(_0x32052a){return!!_0x32052a&&(typeof _0x32052a===_0x4a2f1d([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x32052a===_0x4a2f1d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x32052a[_0x4a2f1d([0x74,0x68,0x65,0x6e])]===_0x4a2f1d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x32052a[_0x4a2f1d([0x63,0x61,0x74,0x63,0x68])]===_0x4a2f1d([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5dd560(_0xa96565){_0x35c138(_0xa96565)[_0x4a2f1d([0x74,0x68,0x65,0x6e])](_0xb28463=>{if(!_0xb28463||_0xb28463[_0x4a2f1d([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4a2f1d([0x6f,0x6b]))return _0x4a2f1d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xdede82(_0x2ebac7(_0x56b8f9+_0x4e74f3))!=_0xb28463[_0x4a2f1d([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4a2f1d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4a2f1d([0x56,0x61,0x6c,0x69,0x64]);})[_0x4a2f1d([0x74,0x68,0x65,0x6e])](_0x16b3b3=>(_0x26c291(),_0x16b3b3),()=>{const _0x53f471=_0x5544eb();return null==_0x53f471?(_0x26c291(),_0x4a2f1d([0x56,0x61,0x6c,0x69,0x64])):_0x4a2f1d(_0x12d0d6-_0x53f471>(0x226d6c46^_0x199099)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4a2f1d([0x74,0x68,0x65,0x6e])](_0x212b72)[_0x4a2f1d([0x63,0x61,0x74,0x63,0x68])](()=>{_0x212b72(_0x4a2f1d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3dee5d=0x65706c6^_0x199099;function _0x26c291(){const _0x470d40=_0x4a2f1d([0x6c,0x6c,0x63,0x74,0x2d])+_0xdede82(_0x2ebac7(_0x11a4af)),_0x4941df=_0x28fa37(_0xdede82(window[_0x4a2f1d([0x4d,0x61,0x74,0x68])][_0x4a2f1d([0x63,0x65,0x69,0x6c])](_0x12d0d6/_0x3dee5d)));window[_0x4a2f1d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a2f1d([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x470d40,_0x4941df);}function _0x5544eb(){const _0x2a792c=_0x4a2f1d([0x6c,0x6c,0x63,0x74,0x2d])+_0xdede82(_0x2ebac7(_0x11a4af)),_0x17c76d=window[_0x4a2f1d([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4a2f1d([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2a792c);return _0x17c76d?window[_0x4a2f1d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x28fa37(_0x17c76d),0x10)*_0x3dee5d:null;}function _0x35c138(_0x24ca3a){return new window[(_0x4a2f1d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xd11bc0,_0x26246e)=>{_0x24ca3a[_0x4a2f1d([0x74,0x68,0x65,0x6e])](_0xd11bc0,_0x26246e),window[_0x4a2f1d([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x26246e,0x6603c86^_0x199099);});}}_0x3098fd[_0x4a2f1d([0x6f,0x6e])](_0x4a2f1d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x9ad4ca,_0x1b39f6)=>{if(_0x1b39f6[0x0]!=_0x11a4af)return _0x212b72(_0x4a2f1d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1b39f6[0x1]={..._0x1b39f6[0x1],[_0x4a2f1d([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x56b8f9};},{[_0x4a2f1d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a2f1d([0x68,0x69,0x67,0x68])}),_0x3098fd[_0x4a2f1d([0x6f,0x6e])](_0x4a2f1d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3f75e7=>{_0x160d7f(_0x3f75e7[_0x4a2f1d([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5a1283=!0x0,_0x5dd560(_0x3f75e7[_0x4a2f1d([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4a2f1d([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4a2f1d([0x6c,0x6f,0x77])}),_0x12c56a[_0x4a2f1d([0x74,0x68,0x65,0x6e])](()=>{_0x5a1283||_0x212b72(_0x4a2f1d([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4e10ba(){return _0x3098fd[_0x4a2f1d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a2f1d([0x76,0x69,0x65,0x77])][_0x4a2f1d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4a2f1d([0x61,0x75,0x74,0x6f]);}function _0x136351(){_0x3098fd[_0x4a2f1d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4a2f1d([0x76,0x69,0x65,0x77])][_0x4a2f1d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4a2f1d([0x61,0x75,0x74,0x6f]);}}function _0x373df0(_0x8fa085){const _0x36ff76=[new window[(_0x4a2f1d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x527e33=>setTimeout(_0x527e33,0x668d68a^_0x199099)),_0x12c56a[_0x4a2f1d([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4a2f1d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x56622d=>{let _0x221134=0x0;_0x3098fd[_0x4a2f1d([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a2f1d([0x6f,0x6e])](_0x4a2f1d([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4a586e,_0x29113d)=>{_0x29113d[0x0][_0x4a2f1d([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x221134++,_0x221134==(0x661e9be^_0x199099)&&(_0x56622d(),_0x4a586e[_0x4a2f1d([0x6f,0x66,0x66])]());});}))];return window[_0x4a2f1d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4a2f1d([0x72,0x61,0x63,0x65])](_0x36ff76)[_0x4a2f1d([0x74,0x68,0x65,0x6e])](()=>_0x8fa085);}async function _0x4d975e(){await _0x12c56a,_0x3098fd[_0x4a2f1d([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a2f1d([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xf7b728,_0x3098fd[_0x4a2f1d([0x6d,0x6f,0x64,0x65,0x6c])][_0x4a2f1d([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xf7b728,_0x3098fd[_0x4a2f1d([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4a2f1d([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x335f5b(_0x4d39d4){const _0x4541ae=_0x53db17();_0x3098fd[_0x4541ae]=_0x4a2f1d([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])+_0x4d39d4,_0x4d39d4!=_0x4a2f1d([0x56,0x61,0x6c,0x69,0x64])&&_0x4d975e();}function _0x53db17(){const _0x2914c6=window[_0x4a2f1d([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4a2f1d([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4a2f1d([0x6e,0x6f,0x77])]())[_0x4a2f1d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4a2f1d([0x2e]),'');let _0x382966=_0x4a2f1d([0x49]);for(let _0x334b5c=0x0;_0x334b5c<_0x2914c6[_0x4a2f1d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x334b5c+=0x2){let _0x1bbea1=window[_0x4a2f1d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2914c6[_0x4a2f1d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x334b5c,_0x334b5c+0x2));_0x1bbea1>=_0x268b5f[_0x4a2f1d([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1bbea1-=_0x268b5f[_0x4a2f1d([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x382966+=_0x268b5f[_0x1bbea1];}return _0x382966;}function _0x5ad5e8(){const _0x50fe54=_0x480b1d[_0x4a2f1d([0x73,0x70,0x6c,0x69,0x74])](_0x4a2f1d([0x2e]));if(0x3!=_0x50fe54[_0x4a2f1d([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2567d3(_0x50fe54[0x1]);function _0x2567d3(_0xcaa9d1){const _0x52f081=_0x3e72d4(_0xcaa9d1);return _0x52f081&&_0x276792()?_0x52f081:null;function _0x276792(){const _0x24e8f3=_0x52f081[_0x4a2f1d([0x6a,0x74,0x69])],_0x19535a=window[_0x4a2f1d([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x24e8f3[_0x4a2f1d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x24e8f3[_0x4a2f1d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x420c22={..._0x52f081,[_0x4a2f1d([0x6a,0x74,0x69])]:_0x24e8f3[_0x4a2f1d([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x24e8f3[_0x4a2f1d([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x420c22[_0x4a2f1d([0x76,0x63])],_0x2ebac7(_0x420c22)==_0x19535a;}}}async function _0xcc4ea3(){let _0x441aad=!0x0;try{const _0x44384b=_0x480b1d[_0x4a2f1d([0x73,0x70,0x6c,0x69,0x74])](_0x4a2f1d([0x2e])),[_0x4a9c94,_0x5494a1,_0x1d1fbe]=_0x44384b;return _0x66bff2(_0x4a9c94),await _0x51cb9c(_0x4a9c94,_0x5494a1,_0x1d1fbe),_0x441aad;}catch{return!0x1;}function _0x66bff2(_0xd004d6){const _0x2a863a=_0x3e72d4(_0xd004d6);_0x2a863a&&_0x2a863a[_0x4a2f1d([0x61,0x6c,0x67])]==_0x4a2f1d([0x45,0x53,0x32,0x35,0x36])||(_0x441aad=!0x1);}async function _0x51cb9c(_0xf8de3f,_0x1096a3,_0x1be64d){const _0x29c8cc=window[_0x4a2f1d([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4a2f1d([0x66,0x72,0x6f,0x6d])](_0x1e5ca0(_0x1be64d),_0x1f3370=>_0x1f3370[_0x4a2f1d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x50b4f4=new window[(_0x4a2f1d([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4a2f1d([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xf8de3f+_0x4a2f1d([0x2e])+_0x1096a3),_0x1b8430=window[_0x4a2f1d([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4a2f1d([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1b8430)return;const _0x1fdf33=await _0x1b8430[_0x4a2f1d([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4a2f1d([0x6a,0x77,0x6b]),_0x2eda01,{[_0x4a2f1d([0x6e,0x61,0x6d,0x65])]:_0x4a2f1d([0x45,0x43,0x44,0x53,0x41]),[_0x4a2f1d([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4a2f1d([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4a2f1d([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1b8430[_0x4a2f1d([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4a2f1d([0x6e,0x61,0x6d,0x65])]:_0x4a2f1d([0x45,0x43,0x44,0x53,0x41]),[_0x4a2f1d([0x68,0x61,0x73,0x68])]:{[_0x4a2f1d([0x6e,0x61,0x6d,0x65])]:_0x4a2f1d([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1fdf33,_0x29c8cc,_0x50b4f4)||(_0x441aad=!0x1);}}function _0x3e72d4(_0x19fcd5){return _0x19fcd5[_0x4a2f1d([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4a2f1d([0x65,0x79]))?JSON[_0x4a2f1d([0x70,0x61,0x72,0x73,0x65])](_0x1e5ca0(_0x19fcd5)):null;}function _0x1e5ca0(_0x17d39d){return window[_0x4a2f1d([0x61,0x74,0x6f,0x62])](_0x17d39d[_0x4a2f1d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4a2f1d([0x2b]))[_0x4a2f1d([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4a2f1d([0x2f])));}function _0x2ebac7(_0x19023d){let _0x171b26=0x1505;function _0x27f83f(_0x181dc9){for(let _0x5d0b0c=0x0;_0x5d0b0c<_0x181dc9[_0x4a2f1d([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5d0b0c++){const _0x3f5b15=_0x181dc9[_0x4a2f1d([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5d0b0c);_0x171b26=(_0x171b26<<0x5)+_0x171b26+_0x3f5b15,_0x171b26&=_0x171b26;}}function _0x47de36(_0x3342ec){Array[_0x4a2f1d([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3342ec)?_0x3342ec[_0x4a2f1d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x47de36):_0x3342ec&&typeof _0x3342ec==_0x4a2f1d([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4a2f1d([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3342ec)[_0x4a2f1d([0x73,0x6f,0x72,0x74])]()[_0x4a2f1d([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x58d57d,_0xd905ca])=>{_0x27f83f(_0x58d57d),_0x47de36(_0xd905ca);}):_0x27f83f(window[_0x4a2f1d([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3342ec));}return _0x47de36(_0x19023d),_0x171b26>>>0x0;}function _0xdede82(_0x293b66){return _0x293b66[_0x4a2f1d([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4a2f1d([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4a2f1d([0x30]));}function _0x28fa37(_0x1ddc47){return _0x1ddc47[_0x4a2f1d([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4a2f1d([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4a2f1d([0x6a,0x6f,0x69,0x6e])]('');}function _0xf7b728(){}function _0x4a2f1d(_0x3a48f7){return _0x3a48f7['map'](_0x5e1f2d=>String['fromCharCode'](_0x5e1f2d))['join']('');}_0x335f5b(await _0x2fb7aa());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x458c79,{outlineDefinitions:_0x450688,outlineChanges:_0xd4dc2b}){this['_currentOutlineDefinitions']=_0x450688,this['view']['sync'](_0xd4dc2b);}['_setActiveViewItem'](_0x22afb7){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x22afb7]&&(this['view']['activeItemIndex']=_0x22afb7);}['_handleItemSelected'](_0x11b7c5){const _0x37d229=this['_currentOutlineDefinitions'][_0x11b7c5]['modelElement'];this['editor']['model']['change'](_0x230c33=>{_0x230c33['setSelection'](_0x37d229,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x11b7c5);}['_updateActiveDefinitionOnViewportChange'](){const _0x1b72a3=this['editor'];let _0x2be78e;for(const _0x8cf577 of _0x1b72a3['model']['document']['getRootNames']()){const _0x39aab5=_0x1b72a3['editing']['view']['getDomRoot'](_0x8cf577),_0x4dd531=_0x39aab5&&new _0x49b4e8(_0x39aab5)['getVisible']();if(_0x4dd531){const _0x2c7c37=new _0x49b4e8(_0x20ce2f['window'])['getIntersection'](_0x4dd531);_0x2c7c37&&(_0x2be78e=_0x2c7c37['top']+0.25*_0x2c7c37['height']);}}if(void 0x0===_0x2be78e)return;const _0x2da24a=d(_0x1b72a3['editing'],this['_currentOutlineDefinitions'],_0x2be78e);_0x2da24a?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x2da24a)):this['_setActiveViewItem'](-0x1);}}function d(_0x35b87c,_0x4a0816,_0x5e2d41,_0x45182a=0x0,_0x4f4f6c=_0x4a0816['length']-0x1){const _0x2f7f8f=Math['floor'](_0x45182a+(_0x4f4f6c-_0x45182a)/0x2);if(_0x4f4f6c>=_0x45182a){const _0x303ca8=_0x4a0816[_0x2f7f8f],_0x1e622a=_0x35b87c['mapper']['toViewElement'](_0x303ca8['modelElement']);if(!_0x1e622a)return null;const _0x23ccf2=_0x35b87c['view']['domConverter']['mapViewToDom'](_0x1e622a);return new _0x49b4e8(_0x23ccf2)['bottom']>_0x5e2d41?d(_0x35b87c,_0x4a0816,_0x5e2d41,_0x45182a,_0x2f7f8f-0x1):d(_0x35b87c,_0x4a0816,_0x5e2d41,_0x2f7f8f+0x1,_0x4f4f6c);}return _0x2f7f8f<0x0?null:_0x4a0816[_0x2f7f8f];}class u extends _0x1d1a24{['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 _0x16885e=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2d3aeb;for(const _0x1b5ff4 in _0x16885e){const _0x397098=_0x1b5ff4,_0x491a04=_0x16885e[_0x397098];if('documentOutlineLicenseKeyValid'==_0x491a04||'documentOutlineLicenseKeyInvalid'==_0x491a04||'documentOutlineLicenseKeyExpired'==_0x491a04||'documentOutlineLicenseKeyDomainLimit'==_0x491a04||'documentOutlineLicenseKeyNotAllowed'==_0x491a04||'documentOutlineLicenseKeyEvaluationLimit'==_0x491a04||'documentOutlineLicenseKeyTrialLimit'==_0x491a04||'documentOutlineLicenseKeyUsageLimit'==_0x491a04){delete _0x16885e[_0x397098],_0x2d3aeb=_0x491a04,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x2d3aeb&&_0x16885e['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x2d3aeb&&_0x16885e['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x2d3aeb&&_0x16885e['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x2d3aeb&&_0x16885e['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x2d3aeb&&_0x16885e['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x2d3aeb&&_0x16885e['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x2d3aeb&&_0x16885e['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x574e62{['execute'](){this['editor']['model']['change'](_0x3d83d5=>{this['editor']['model']['insertObject'](_0x3d83d5['createElement']('tableOfContents'));});}['refresh'](){const _0x45fc06=this['editor']['model'],_0x50cae4=_0x45fc06['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x50cae4&&_0x45fc06['schema']['findAllowedParent'](_0x50cae4,'tableOfContents'));}}class b extends _0x1d1a24{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x1f8ff6=this['editor'];if(_0x1f8ff6['config']['get']('headingId.modelAttributeName'))return;(function(_0x55281b){const _0x3d3224=new Map();if(_0x55281b)return _0x55281b['forEach'](_0xfc25a=>{'paragraph'!==_0xfc25a['model']&&_0x3d3224['set'](_0xfc25a['view'],_0xfc25a['model']);}),_0x3d3224['get']('h1')||_0x3d3224['set']('h1','heading1'),_0x3d3224;return _0x3d3224;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x5aa527,_0x18fbb8)=>{this['_customUpcastHeadingsConversion'](_0x18fbb8),this['_customDataDowncastHeadingsConversion'](_0x5aa527),_0x1f8ff6['model']['schema']['isRegistered'](_0x5aa527)&&_0x1f8ff6['model']['schema']['extend'](_0x5aa527,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x22ec2c){this['editor']['conversion']['for']('upcast')['add'](_0x14908e=>_0x14908e['on']('element:'+_0x22ec2c,(_0x597323,_0x1b8f26,_0x3d66bf)=>{const {consumable:_0x5e77dc,writer:_0x1be794}=_0x3d66bf,_0x125afd=_0x1b8f26['viewItem']['getAttribute']('id'),_0x4c8945=_0x1b8f26['modelRange']['getContainedElement']();if(_0x4c8945)return _0x125afd&&_0x125afd['length']||_0x4c8945['hasAttribute']('headingId')?void(_0x5e77dc['consume'](_0x1b8f26['viewItem'],{'attributes':['id']})&&_0x1be794['setAttribute']('headingId',_0x125afd,_0x4c8945)):(_0x5e77dc['consume'](_0x1b8f26['viewItem'],{'attributes':['id']}),void _0x1be794['setAttribute']('headingId',_0x1659da(),_0x4c8945));},{'priority':_0x42eb16['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x3b2db3){this['editor']['conversion']['for']('downcast')['add'](_0x45ad0f=>_0x45ad0f['on']('attribute:headingId:'+_0x3b2db3,(_0x44c1bb,_0x1c25fb,_0x894279)=>{if(!_0x894279['consumable']['consume'](_0x1c25fb['item'],_0x44c1bb['name']))return;const _0x26ed49=_0x1c25fb['item']['getAttribute']('headingId'),_0x452543=_0x894279['mapper']['toViewElement'](_0x1c25fb['item']);_0x894279['writer']['setAttribute']('id',_0x26ed49,_0x452543);}));}['_registerHeadingIdAttributePostfixer'](){const _0x3d00cf=this['editor'],_0x1ab637=new Set(),_0x1f1982=new Set();function _0x3e1a88(_0x2020e2,_0x5c5a0c){const _0x3f3099=_0x1659da();return _0x1f1982['add'](_0x3f3099),_0x2020e2['setAttribute']('headingId',_0x3f3099,_0x5c5a0c),_0x3f3099;}function _0x16bb68(_0x34f826,_0xf3b555){_0x34f826['removeAttribute']('headingId',_0xf3b555);}_0x3d00cf['model']['document']['registerPostFixer'](_0xb9c04e=>{const _0x397d87=_0x3d00cf['model']['document']['differ']['getChanges']();let _0xb3b206=!0x1;for(const _0xae2552 of _0x397d87)if('insert'==_0xae2552['type']&&_0xae2552['name']){if(y(_0xae2552['name'])){const _0x1ca070=_0xae2552['attributes']['get']('headingId');'string'==typeof _0x1ca070?_0x1ab637['has'](_0x1ca070)?(_0x3e1a88(_0xb9c04e,_0xae2552['position']['nodeAfter']),_0xb3b206=!0x0):_0x1f1982['add'](_0x1ca070):(_0x3e1a88(_0xb9c04e,_0xae2552['position']['nodeAfter']),_0xb3b206=!0x0);}else'string'==typeof _0xae2552['attributes']['get']('headingId')&&(_0x16bb68(_0xb9c04e,_0xae2552['position']['nodeAfter']),_0xb3b206=!0x0);}else{if('remove'==_0xae2552['type']){const _0x76a2f4=_0xae2552['attributes']['get']('headingId');'string'==typeof _0x76a2f4&&_0x1ab637['delete'](_0x76a2f4);}}return _0xb3b206;}),_0x3d00cf['model']['document']['on']('change',()=>{_0x1f1982['forEach'](_0x18a754=>_0x1ab637['add'](_0x18a754)),_0x1f1982['clear']();});}}function y(_0x315ce9){return!!_0x315ce9['match'](/heading\d/);}class s extends _0x1d1a24{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x28e301,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x5e4e7b){super(_0x5e4e7b),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x403d13=this['editor'],_0x4b203b=_0x403d13['editing']['view']['document'];_0x403d13['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x403d13['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x4b203b,'click',(_0x28c2c4,_0x2d91bc)=>{if(!_0x2d91bc['target'])return;const _0x359497=_0x2d91bc['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x359497)&&(_0x2d91bc['domEvent']['preventDefault'](),_0x28c2c4['stop'](),this['_handleScrollToHeading'](_0x359497));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x403d13['commands']['add']('insertTableOfContents',new O(_0x403d13)),(_0x403d13['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x410e9c,_0x1b1822)=>{this['_currentOutlineDefinitions']=_0x1b1822['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x403d13['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x9a2b92){const _0x4dba26=_0x553b16([0x7a,0x52,0x4e,0x44,0x4a,0x73,0x76,0x62,0x58,0x6b,0x35,0x41,0x6e,0x57,0x71,0x39,0x59,0x53,0x6d,0x48,0x30,0x4f,0x38,0x4b,0x55,0x6f,0x74,0x66,0x50,0x34,0x67,0x33,0x79,0x56,0x63,0x54,0x78,0x5a,0x65,0x49,0x6a,0x6c,0x32,0x75,0x68,0x31,0x4d,0x45,0x4c,0x46,0x77,0x72,0x37,0x42,0x61,0x51,0x69,0x36,0x47,0x64,0x43,0x70]),_0x13f7f0=0xe6a2f84,_0x173215=0xe6d4414^_0x13f7f0,_0x3a9b8f=window[_0x553b16([0x44,0x61,0x74,0x65])][_0x553b16([0x6e,0x6f,0x77])](),_0x35cefb=_0x9a2b92[_0x553b16([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x331dd7=new window[(_0x553b16([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x352c6b=>{_0x35cefb[_0x553b16([0x6f,0x6e,0x63,0x65])](_0x553b16([0x72,0x65,0x61,0x64,0x79]),_0x352c6b);}),_0x143eb7={[_0x553b16([0x6b,0x74,0x79])]:_0x553b16([0x45,0x43]),[_0x553b16([0x75,0x73,0x65])]:_0x553b16([0x73,0x69,0x67]),[_0x553b16([0x63,0x72,0x76])]:_0x553b16([0x50,0x2d,0x32,0x35,0x36]),[_0x553b16([0x78])]:_0x553b16([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]),[_0x553b16([0x79])]:_0x553b16([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]),[_0x553b16([0x61,0x6c,0x67])]:_0x553b16([0x45,0x53,0x32,0x35,0x36])},_0x25acc2=_0x35cefb[_0x553b16([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x553b16([0x67,0x65,0x74])](_0x553b16([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x529eeb(){let _0x5ad448,_0x557e75=null,_0x2144eb=null;try{if(_0x25acc2==_0x553b16([0x47,0x50,0x4c]))return _0x553b16([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5ad448=_0x4e812e(),!_0x5ad448)return _0x553b16([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5ad448[_0x553b16([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2144eb=_0x42a86d(_0x5ad448[_0x553b16([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5ad448[_0x553b16([0x6a,0x74,0x69])])),await _0x4c520c()?_0x69b162()?_0x3d8372()?_0x553b16([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3a8f72()?(_0x5ad448[_0x553b16([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x553b16([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x557e75=_0x254ec0(_0x553b16([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5ad448[_0x553b16([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x553b16([0x74,0x72,0x69,0x61,0x6c])&&(_0x557e75=_0x254ec0(_0x553b16([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4a9c68()):_0x553b16([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x553b16([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x553b16([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x553b16([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3d8372(){const _0x5b6dd1=[_0x553b16([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x553b16([0x74,0x72,0x69,0x61,0x6c])][_0x553b16([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ad448[_0x553b16([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3a9b8f/0x3e8:0xe10*_0x173215;return _0x5ad448[_0x553b16([0x65,0x78,0x70])]<_0x5b6dd1;}function _0x69b162(){const _0x36d396=_0x5ad448[_0x553b16([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x36d396&&(!!_0x36d396[_0x553b16([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x553b16([0x2a]))||(!!_0x36d396[_0x553b16([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x553b16([0x54,0x4f,0x43]))||!!_0x36d396[_0x553b16([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x553b16([0x50,0x50]))));}function _0x3a8f72(){const _0x4e81b0=_0x5ad448[_0x553b16([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4e81b0||0x0==_0x4e81b0[_0x553b16([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x25e4ed}=new URL(window[_0x553b16([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4e81b0[_0x553b16([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x25e4ed))return!0x0;const _0x599839=_0x25e4ed[_0x553b16([0x73,0x70,0x6c,0x69,0x74])](_0x553b16([0x2e]));return _0x4e81b0[_0x553b16([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x866c21=>_0x866c21[_0x553b16([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x553b16([0x2a])))[_0x553b16([0x6d,0x61,0x70])](_0x5cd630=>_0x5cd630[_0x553b16([0x73,0x70,0x6c,0x69,0x74])](_0x553b16([0x2e])))[_0x553b16([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x51c282=>_0x51c282[_0x553b16([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x599839[_0x553b16([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x553b16([0x6d,0x61,0x70])](_0x548e22=>Array(_0x599839[_0x553b16([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x548e22[_0x553b16([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x553b16([0x66,0x69,0x6c,0x6c])](_0x548e22[0x0]===_0x553b16([0x2a])?_0x553b16([0x2a]):'')[_0x553b16([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x548e22))[_0x553b16([0x73,0x6f,0x6d,0x65])](_0x136caa=>_0x599839[_0x553b16([0x65,0x76,0x65,0x72,0x79])]((_0x5aaa0f,_0x82100b)=>_0x136caa[_0x82100b]===_0x5aaa0f||_0x136caa[_0x82100b]===_0x553b16([0x2a])));}function _0x4a9c68(){return _0x557e75&&_0x2144eb?new window[(_0x553b16([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1dc91a,_0xe5c21b)=>{_0x557e75[_0x553b16([0x74,0x68,0x65,0x6e])](_0x1dc91a,_0xe5c21b),_0x2144eb[_0x553b16([0x74,0x68,0x65,0x6e])](_0x1f72d6=>{_0x1f72d6!=_0x553b16([0x56,0x61,0x6c,0x69,0x64])&&_0x1dc91a(_0x1f72d6);},_0xe5c21b);}):_0x557e75||_0x2144eb||_0x553b16([0x56,0x61,0x6c,0x69,0x64]);}}function _0x42a86d(_0x1c99e1,_0x4d7a06){return new window[(_0x553b16([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x39ffad=>{if(_0x13c0b0())return _0x39ffad(_0x553b16([0x56,0x61,0x6c,0x69,0x64]));_0x43e067(),_0x35cefb[_0x553b16([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x553b16([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x29d89d=!0x1;const _0x21838e=_0x1659da();function _0x5b48b3(_0x2ad511){return!!_0x2ad511&&(typeof _0x2ad511===_0x553b16([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x2ad511===_0x553b16([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x2ad511[_0x553b16([0x74,0x68,0x65,0x6e])]===_0x553b16([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x2ad511[_0x553b16([0x63,0x61,0x74,0x63,0x68])]===_0x553b16([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x37b602(_0x2da4c3){_0xe95f0f(_0x2da4c3)[_0x553b16([0x74,0x68,0x65,0x6e])](_0x444a34=>{if(!_0x444a34||_0x444a34[_0x553b16([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x553b16([0x6f,0x6b]))return _0x553b16([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4bc986(_0x20d1b8(_0x21838e+_0x4d7a06))!=_0x444a34[_0x553b16([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x553b16([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x553b16([0x56,0x61,0x6c,0x69,0x64]);})[_0x553b16([0x74,0x68,0x65,0x6e])](_0x344bf3=>(_0x52d9f4(),_0x344bf3),()=>{const _0x13e1d0=_0x5bb27d();return null==_0x13e1d0?(_0x52d9f4(),_0x553b16([0x56,0x61,0x6c,0x69,0x64])):_0x553b16(_0x3a9b8f-_0x13e1d0>(0x2a66ab84^_0x13f7f0)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x553b16([0x74,0x68,0x65,0x6e])](_0x39ffad)[_0x553b16([0x63,0x61,0x74,0x63,0x68])](()=>{_0x39ffad(_0x553b16([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x381e9d=0xe5cc104^_0x13f7f0;function _0x52d9f4(){const _0xc921f1=_0x553b16([0x6c,0x6c,0x63,0x74,0x2d])+_0x4bc986(_0x20d1b8(_0x1c99e1)),_0x3b06a7=_0x384267(_0x4bc986(window[_0x553b16([0x4d,0x61,0x74,0x68])][_0x553b16([0x63,0x65,0x69,0x6c])](_0x3a9b8f/_0x381e9d)));window[_0x553b16([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x553b16([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xc921f1,_0x3b06a7);}function _0x5bb27d(){const _0x542971=_0x553b16([0x6c,0x6c,0x63,0x74,0x2d])+_0x4bc986(_0x20d1b8(_0x1c99e1)),_0x414680=window[_0x553b16([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x553b16([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x542971);return _0x414680?window[_0x553b16([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x384267(_0x414680),0x10)*_0x381e9d:null;}function _0xe95f0f(_0x4d94ad){return new window[(_0x553b16([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x34527e,_0x14c6d8)=>{_0x4d94ad[_0x553b16([0x74,0x68,0x65,0x6e])](_0x34527e,_0x14c6d8),window[_0x553b16([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x14c6d8,0xe6bfb44^_0x13f7f0);});}}_0x35cefb[_0x553b16([0x6f,0x6e])](_0x553b16([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x10c0eb,_0x20a95f)=>{if(_0x20a95f[0x0]!=_0x1c99e1)return _0x39ffad(_0x553b16([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x20a95f[0x1]={..._0x20a95f[0x1],[_0x553b16([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x21838e};},{[_0x553b16([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x553b16([0x68,0x69,0x67,0x68])}),_0x35cefb[_0x553b16([0x6f,0x6e])](_0x553b16([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xd24f=>{_0x5b48b3(_0xd24f[_0x553b16([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x29d89d=!0x0,_0x37b602(_0xd24f[_0x553b16([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x553b16([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x553b16([0x6c,0x6f,0x77])}),_0x331dd7[_0x553b16([0x74,0x68,0x65,0x6e])](()=>{_0x29d89d||_0x39ffad(_0x553b16([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x13c0b0(){return _0x35cefb[_0x553b16([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x553b16([0x76,0x69,0x65,0x77])][_0x553b16([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x553b16([0x61,0x75,0x74,0x6f]);}function _0x43e067(){_0x35cefb[_0x553b16([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x553b16([0x76,0x69,0x65,0x77])][_0x553b16([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x553b16([0x61,0x75,0x74,0x6f]);}}function _0x254ec0(_0x3e33d7){const _0xb89dfb=[new window[(_0x553b16([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x46acea=>setTimeout(_0x46acea,0xe631148^_0x13f7f0)),_0x331dd7[_0x553b16([0x74,0x68,0x65,0x6e])](()=>new window[(_0x553b16([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x427be9=>{let _0x44adde=0x0;_0x35cefb[_0x553b16([0x6d,0x6f,0x64,0x65,0x6c])][_0x553b16([0x6f,0x6e])](_0x553b16([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x505d4f,_0x29b634)=>{_0x29b634[0x0][_0x553b16([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x44adde++,_0x44adde==(0xe6a2e7c^_0x13f7f0)&&(_0x427be9(),_0x505d4f[_0x553b16([0x6f,0x66,0x66])]());});}))];return window[_0x553b16([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x553b16([0x72,0x61,0x63,0x65])](_0xb89dfb)[_0x553b16([0x74,0x68,0x65,0x6e])](()=>_0x3e33d7);}async function _0x533ce5(){await _0x331dd7,_0x35cefb[_0x553b16([0x6d,0x6f,0x64,0x65,0x6c])][_0x553b16([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1feb2d,_0x35cefb[_0x553b16([0x6d,0x6f,0x64,0x65,0x6c])][_0x553b16([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1feb2d,_0x35cefb[_0x553b16([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x553b16([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x48fa59(_0x17e558){const _0x587326=_0x6ab7d7();_0x35cefb[_0x587326]=_0x553b16([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])+_0x17e558,_0x17e558!=_0x553b16([0x56,0x61,0x6c,0x69,0x64])&&_0x533ce5();}function _0x6ab7d7(){const _0x1642ad=window[_0x553b16([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x553b16([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x553b16([0x6e,0x6f,0x77])]())[_0x553b16([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x553b16([0x2e]),'');let _0xfbe70e=_0x553b16([0x7a]);for(let _0x1f0134=0x0;_0x1f0134<_0x1642ad[_0x553b16([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1f0134+=0x2){let _0x492c7b=window[_0x553b16([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1642ad[_0x553b16([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1f0134,_0x1f0134+0x2));_0x492c7b>=_0x4dba26[_0x553b16([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x492c7b-=_0x4dba26[_0x553b16([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xfbe70e+=_0x4dba26[_0x492c7b];}return _0xfbe70e;}function _0x4e812e(){const _0x578357=_0x25acc2[_0x553b16([0x73,0x70,0x6c,0x69,0x74])](_0x553b16([0x2e]));if(0x3!=_0x578357[_0x553b16([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x934d99(_0x578357[0x1]);function _0x934d99(_0x5f0743){const _0x34169a=_0x52301c(_0x5f0743);return _0x34169a&&_0x3f4bf5()?_0x34169a:null;function _0x3f4bf5(){const _0x1d4161=_0x34169a[_0x553b16([0x6a,0x74,0x69])],_0x333b72=window[_0x553b16([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1d4161[_0x553b16([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1d4161[_0x553b16([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x53115a={..._0x34169a,[_0x553b16([0x6a,0x74,0x69])]:_0x1d4161[_0x553b16([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1d4161[_0x553b16([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x53115a[_0x553b16([0x76,0x63])],_0x20d1b8(_0x53115a)==_0x333b72;}}}async function _0x4c520c(){let _0x17d02b=!0x0;try{const _0x3d210d=_0x25acc2[_0x553b16([0x73,0x70,0x6c,0x69,0x74])](_0x553b16([0x2e])),[_0x1071bc,_0x36a8ea,_0x1208ab]=_0x3d210d;return _0x38995f(_0x1071bc),await _0x8915b5(_0x1071bc,_0x36a8ea,_0x1208ab),_0x17d02b;}catch{return!0x1;}function _0x38995f(_0x14e61b){const _0x549e1d=_0x52301c(_0x14e61b);_0x549e1d&&_0x549e1d[_0x553b16([0x61,0x6c,0x67])]==_0x553b16([0x45,0x53,0x32,0x35,0x36])||(_0x17d02b=!0x1);}async function _0x8915b5(_0x4d0486,_0x13732d,_0x18170e){const _0x1fe774=window[_0x553b16([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x553b16([0x66,0x72,0x6f,0x6d])](_0x135cc4(_0x18170e),_0x4f093c=>_0x4f093c[_0x553b16([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x238f05=new window[(_0x553b16([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x553b16([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4d0486+_0x553b16([0x2e])+_0x13732d),_0x19a3af=window[_0x553b16([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x553b16([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x19a3af)return;const _0xf66544=await _0x19a3af[_0x553b16([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x553b16([0x6a,0x77,0x6b]),_0x143eb7,{[_0x553b16([0x6e,0x61,0x6d,0x65])]:_0x553b16([0x45,0x43,0x44,0x53,0x41]),[_0x553b16([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x553b16([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x553b16([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x19a3af[_0x553b16([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x553b16([0x6e,0x61,0x6d,0x65])]:_0x553b16([0x45,0x43,0x44,0x53,0x41]),[_0x553b16([0x68,0x61,0x73,0x68])]:{[_0x553b16([0x6e,0x61,0x6d,0x65])]:_0x553b16([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xf66544,_0x1fe774,_0x238f05)||(_0x17d02b=!0x1);}}function _0x52301c(_0xa7ac12){return _0xa7ac12[_0x553b16([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x553b16([0x65,0x79]))?JSON[_0x553b16([0x70,0x61,0x72,0x73,0x65])](_0x135cc4(_0xa7ac12)):null;}function _0x135cc4(_0x3ed76f){return window[_0x553b16([0x61,0x74,0x6f,0x62])](_0x3ed76f[_0x553b16([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x553b16([0x2b]))[_0x553b16([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x553b16([0x2f])));}function _0x20d1b8(_0x3ebb30){let _0x25668f=0x1505;function _0x33612c(_0x4eb2d5){for(let _0x3dd183=0x0;_0x3dd183<_0x4eb2d5[_0x553b16([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3dd183++){const _0x5848c5=_0x4eb2d5[_0x553b16([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x3dd183);_0x25668f=(_0x25668f<<0x5)+_0x25668f+_0x5848c5,_0x25668f&=_0x25668f;}}function _0x36deaf(_0x333d66){Array[_0x553b16([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x333d66)?_0x333d66[_0x553b16([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x36deaf):_0x333d66&&typeof _0x333d66==_0x553b16([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x553b16([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x333d66)[_0x553b16([0x73,0x6f,0x72,0x74])]()[_0x553b16([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1c7bd7,_0x36d216])=>{_0x33612c(_0x1c7bd7),_0x36deaf(_0x36d216);}):_0x33612c(window[_0x553b16([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x333d66));}return _0x36deaf(_0x3ebb30),_0x25668f>>>0x0;}function _0x4bc986(_0x265cf2){return _0x265cf2[_0x553b16([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x553b16([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x553b16([0x30]));}function _0x384267(_0x3c98b8){return _0x3c98b8[_0x553b16([0x73,0x70,0x6c,0x69,0x74])]('')[_0x553b16([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x553b16([0x6a,0x6f,0x69,0x6e])]('');}function _0x1feb2d(){}function _0x553b16(_0x442d8a){return _0x442d8a['map'](_0x33d2fc=>String['fromCharCode'](_0x33d2fc))['join']('');}_0x48fa59(await _0x529eeb());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x427d86=>{'$graveyard'!==_0x427d86['rootName']&&this['editor']['editing']['reconvertItem'](_0x427d86);});}['_trackNewToCElements'](){for(const _0xa501a5 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0xa501a5['type']||'tableOfContents'!==_0xa501a5['name'])return;this['_tableOfContentsElements']['add'](_0xa501a5['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x54821f=this['editor']['conversion'];_0x54821f['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x54821f['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x11f4ad,{writer:_0x37a072})=>this['_createTableOfContents'](_0x37a072,!0x0)}),_0x54821f['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x22c249,{writer:_0x5e91b6})=>{this['_tableOfContentsElements']['add'](_0x22c249);const _0x298046=this['_createTableOfContents'](_0x5e91b6);return _0x10c5fa(_0x298046,_0x5e91b6,{'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'](_0x43ccc3,_0x5a99c2=!0x1){const {locale:_0x2de69b}=this['editor'],_0x966885=_0x43ccc3['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x5a99c2&&{'data-table-of-contents-label':N(_0x2de69b,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x5a99c2&&_0x43ccc3['insert'](_0x43ccc3['createPositionAt'](_0x966885,'end'),_0x43ccc3['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x43ccc3['createText'](N(_0x2de69b,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x441a05=_0x5a99c2?'':'['+N(_0x2de69b,'Empty\x20heading')+']';let _0x28c89b=_0x966885;return this['_currentOutlineDefinitions']['forEach']((_0x367a24,_0x4f8b2b,_0xd9eee8)=>{const _0x9b451a=this['editor']['model']['hasContent'](_0x367a24['modelElement'],{'ignoreWhitespaces':!0x0}),_0xf846ab=_0x9b451a?_0x367a24['text']:_0x441a05,_0x38f4f0=_0x367a24['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x240a55=_0x43ccc3['createContainerElement']('a',{'href':'#'+_0x38f4f0,...!_0x5a99c2&&{'tabindex':'-1'}},[_0x43ccc3['createText'](_0xf846ab)]),_0x49e476=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x43ccc3['setCustomProperty']('tableOfContentsHeadingIndex',_0x4f8b2b,_0x240a55);const _0x3c81ab=_0x43ccc3['createContainerElement']('li',null,[_0x9b451a||!_0x5a99c2&&_0x49e476?_0x240a55:_0x43ccc3['createText']('')]),_0x3c6a00=_0x4f8b2b?_0xd9eee8[_0x4f8b2b-0x1]['level']:0x0,_0x1b7a5c=Math['abs'](_0x367a24['level']-_0x3c6a00);if(_0x367a24['level']>_0x3c6a00){const _0x17ca83=S(_0x3c81ab,_0x1b7a5c,_0x43ccc3);_0x43ccc3['insert'](_0x43ccc3['createPositionAt'](_0x28c89b,'end'),_0x17ca83);}else{const _0x4e81dc=function(_0x4a27f8,_0x4dab47){return _0x4a27f8['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x5cd391=>_0x5cd391['is']('element','ol'))[_0x4dab47];}(_0x28c89b,_0x1b7a5c);_0x43ccc3['insert'](_0x43ccc3['createPositionAt'](_0x4e81dc,'end'),_0x3c81ab);}_0x28c89b=_0x3c81ab;}),_0x966885;}['_handleScrollToHeading'](_0x35af16){const _0x4b403d=this['_currentOutlineDefinitions'][_0x35af16]['modelElement'];this['editor']['model']['change'](_0x407a03=>{_0x407a03['setSelection'](_0x4b403d,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x1e8ddd,_0x32a4c9)=>{const _0x2625d4=_0x32a4c9['mapper'],_0x2f02dd=_0x2625d4['findMappedViewAncestor'](_0x32a4c9['viewPosition']),_0x323499=_0x2625d4['toModelElement'](_0x2f02dd);_0x323499['is']('element','tableOfContents')&&(_0x32a4c9['modelPosition']=this['editor']['model']['createPositionAt'](_0x323499,0x0),_0x1e8ddd['stop']());};}}function S(_0x13deaf,_0x482d7d,_0x54d3c7){return 0x1===_0x482d7d?_0x54d3c7['createContainerElement']('ol',null,[_0x13deaf]):_0x54d3c7['createContainerElement']('ol',null,[_0x54d3c7['createContainerElement']('li',null,[S(_0x13deaf,_0x482d7d-0x1,_0x54d3c7)])]);}class o extends _0x1d1a24{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x3d21d3=this['editor'];_0x3d21d3['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x1b4ec2=this['_createButton'](_0x46e6bd);return _0x1b4ec2['tooltip']=!0x0,_0x1b4ec2;}),_0x3d21d3['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x2b47c3)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3314d0=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xf211b;for(const _0x2dfa9c in _0x3314d0){const _0x42231e=_0x2dfa9c,_0x317eaf=_0x3314d0[_0x42231e];if('tableOfContentsLicenseKeyValid'==_0x317eaf||'tableOfContentsLicenseKeyInvalid'==_0x317eaf||'tableOfContentsLicenseKeyExpired'==_0x317eaf||'tableOfContentsLicenseKeyDomainLimit'==_0x317eaf||'tableOfContentsLicenseKeyNotAllowed'==_0x317eaf||'tableOfContentsLicenseKeyEvaluationLimit'==_0x317eaf||'tableOfContentsLicenseKeyTrialLimit'==_0x317eaf||'tableOfContentsLicenseKeyUsageLimit'==_0x317eaf){delete _0x3314d0[_0x42231e],_0xf211b=_0x317eaf,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0xf211b&&_0x3314d0['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0xf211b&&_0x3314d0['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0xf211b&&_0x3314d0['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0xf211b&&_0x3314d0['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0xf211b&&_0x3314d0['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0xf211b&&_0x3314d0['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0xf211b&&_0x3314d0['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x58525d){const _0x5cd75b=this['editor'],_0x3aeba6=_0x5cd75b['locale'],_0x1ef4cc=_0x5cd75b['commands']['get']('insertTableOfContents'),_0x36ed36=new _0x58525d(_0x3aeba6);return _0x36ed36['set']({'label':N(_0x3aeba6,'Table\x20of\x20contents'),'icon':_0x370a59}),_0x36ed36['bind']('isEnabled')['to'](_0x1ef4cc,'isEnabled'),this['listenTo'](_0x36ed36,'execute',()=>{_0x5cd75b['execute']('insertTableOfContents'),_0x5cd75b['editing']['view']['focus']();}),_0x36ed36;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x1d1a24{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,b as HeadingId,a as TableOfContents,O as TableOfContentsCommand,s as TableOfContentsEditing,o as TableOfContentsUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-document-outline",
|
|
3
|
-
"version": "45.2.1-alpha.
|
|
3
|
+
"version": "45.2.1-alpha.9",
|
|
4
4
|
"description": "Document outline feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "45.2.1-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-engine": "45.2.1-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-widget": "45.2.1-alpha.
|
|
23
|
-
"ckeditor5": "45.2.1-alpha.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "45.2.1-alpha.9",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "45.2.1-alpha.9",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "45.2.1-alpha.9",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.9",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.9",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.9",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "45.2.1-alpha.9",
|
|
23
|
+
"ckeditor5": "45.2.1-alpha.9",
|
|
24
24
|
"es-toolkit": "1.32.0"
|
|
25
25
|
},
|
|
26
26
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x537934=_0x38d1;function _0x38d1(_0x482970,_0x12d041){const _0x446209=_0x4462();return _0x38d1=function(_0x38d12f,_0x290125){_0x38d12f=_0x38d12f-0x172;let _0x4b63cf=_0x446209[_0x38d12f];return _0x4b63cf;},_0x38d1(_0x482970,_0x12d041);}(function(_0x4456a1,_0x180d19){const _0x20fafd=_0x38d1,_0x3cb7cf=_0x4456a1();while(!![]){try{const _0x324296=parseInt(_0x20fafd(0x1a8))/0x1+parseInt(_0x20fafd(0x17e))/0x2+parseInt(_0x20fafd(0x1ad))/0x3*(-parseInt(_0x20fafd(0x172))/0x4)+parseInt(_0x20fafd(0x194))/0x5+parseInt(_0x20fafd(0x177))/0x6+-parseInt(_0x20fafd(0x18e))/0x7*(parseInt(_0x20fafd(0x184))/0x8)+-parseInt(_0x20fafd(0x18c))/0x9;if(_0x324296===_0x180d19)break;else _0x3cb7cf['push'](_0x3cb7cf['shift']());}catch(_0x4a53c7){_0x3cb7cf['push'](_0x3cb7cf['shift']());}}}(_0x4462,0xa689c));import{Plugin as _0x4d06b2}from'ckeditor5/src/core.js';import{CKEditorError as _0x307d04,global as _0x5d825a,Rect as _0x5da67c,uid as _0x7df73f}from'ckeditor5/src/utils.js';import _0x3a8725 from'./ui/documentoutlineview.js';import{throttle as _0x33ba0e}from'es-toolkit/compat';import'../../theme/documentoutline.css';export default class n extends _0x4d06b2{[_0x537934(0x18a)];[_0x537934(0x180)];[_0x537934(0x1a5)];static get[_0x537934(0x18f)](){const _0x33027a=_0x537934;return _0x33027a(0x17a);}static get[_0x537934(0x1a7)](){return!0x0;}static get[_0x537934(0x193)](){return!0x0;}constructor(_0x4e41ea){const _0xc1896=_0x537934;super(_0x4e41ea),this[_0xc1896(0x18a)]=new _0x3a8725(_0x4e41ea[_0xc1896(0x19e)],this[_0xc1896(0x192)][_0xc1896(0x185)][_0xc1896(0x19b)](_0xc1896(0x1a4)),this[_0xc1896(0x192)][_0xc1896(0x185)][_0xc1896(0x19b)](_0xc1896(0x1b2))),this[_0xc1896(0x180)]=[],this[_0xc1896(0x1a5)]=_0x33ba0e(this[_0xc1896(0x1b3)][_0xc1896(0x174)](this),0x64);}[_0x537934(0x19a)](){const _0xe55985=_0x537934,_0x587581=this[_0xe55985(0x192)],_0x3f1dab=_0x587581[_0xe55985(0x17b)][_0xe55985(0x19b)](_0xe55985(0x1a2));let _0x329762=!0x1;if(this[_0xe55985(0x18a)][_0xe55985(0x1b9)](),this[_0xe55985(0x192)]['ui'][_0xe55985(0x1a6)][_0xe55985(0x191)](this[_0xe55985(0x18a)][_0xe55985(0x190)]),!_0x587581[_0xe55985(0x185)][_0xe55985(0x19b)](_0xe55985(0x1b2)))throw new _0x307d04(_0xe55985(0x1b4),{'editor':_0x587581});_0x587581[_0xe55985(0x185)][_0xe55985(0x19b)](_0xe55985(0x1b2))[_0xe55985(0x1a0)](this[_0xe55985(0x18a)][_0xe55985(0x190)]),_0x3f1dab['on'](_0xe55985(0x187),this[_0xe55985(0x195)][_0xe55985(0x174)](this)),_0x3f1dab['on'](_0xe55985(0x188),(_0x1b8930,{index:_0x10243b})=>this[_0xe55985(0x186)](_0x10243b)),this[_0xe55985(0x18a)]['on'](_0xe55985(0x17c),(_0x30e310,_0x33cd44)=>{const _0x5abb4d=_0xe55985;_0x329762=!0x0,this[_0x5abb4d(0x19f)](_0x33cd44);}),this[_0xe55985(0x18a)][_0xe55985(0x1ac)](_0x5d825a[_0xe55985(0x183)],_0xe55985(0x17d),()=>{const _0x28887c=_0xe55985;_0x329762?_0x329762=!0x1:this[_0x28887c(0x1a5)]();},{'useCapture':!0x0}),this[_0xe55985(0x18a)][_0xe55985(0x1ac)](_0x5d825a[_0xe55985(0x1aa)],_0xe55985(0x175),this[_0xe55985(0x1a5)],{'useCapture':!0x0});}[_0x537934(0x1b7)](){!async function(_0x3f4a8d){const _0x29a3be=_0x1fabaf([0x78,0x69,0x4e,0x53,0x32,0x61,0x46,0x70,0x6f,0x48,0x4f,0x51,0x38,0x42,0x4c,0x63,0x54,0x45,0x50,0x59,0x56,0x30,0x76,0x31,0x41,0x35,0x43,0x6d,0x52,0x44,0x57,0x68,0x49,0x64,0x67,0x37,0x7a,0x58,0x47,0x66,0x65,0x55,0x34,0x4b,0x74,0x75,0x6a,0x5a,0x36,0x79,0x77,0x6b,0x33,0x72,0x6e,0x73,0x4d,0x71,0x39,0x4a,0x6c,0x62]),_0x432e78=0x5326bb51,_0x4e7913=0x5321d029^_0x432e78,_0x177084=window[_0x1fabaf([0x44,0x61,0x74,0x65])][_0x1fabaf([0x6e,0x6f,0x77])](),_0x90943d=_0x3f4a8d[_0x1fabaf([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x219b02=new window[(_0x1fabaf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x12e776=>{_0x90943d[_0x1fabaf([0x6f,0x6e,0x63,0x65])](_0x1fabaf([0x72,0x65,0x61,0x64,0x79]),_0x12e776);}),_0x3c32db={[_0x1fabaf([0x6b,0x74,0x79])]:_0x1fabaf([0x45,0x43]),[_0x1fabaf([0x75,0x73,0x65])]:_0x1fabaf([0x73,0x69,0x67]),[_0x1fabaf([0x63,0x72,0x76])]:_0x1fabaf([0x50,0x2d,0x32,0x35,0x36]),[_0x1fabaf([0x78])]:_0x1fabaf([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]),[_0x1fabaf([0x79])]:_0x1fabaf([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]),[_0x1fabaf([0x61,0x6c,0x67])]:_0x1fabaf([0x45,0x53,0x32,0x35,0x36])},_0x416e57=_0x90943d[_0x1fabaf([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1fabaf([0x67,0x65,0x74])](_0x1fabaf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x14e949(){let _0x16206a,_0x14328c=null,_0x1bf7af=null;try{if(_0x416e57==_0x1fabaf([0x47,0x50,0x4c]))return _0x1fabaf([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x16206a=_0x56b6e0(),!_0x16206a)return _0x1fabaf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x16206a[_0x1fabaf([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1bf7af=_0x36af9c(_0x16206a[_0x1fabaf([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x16206a[_0x1fabaf([0x6a,0x74,0x69])])),await _0x4219ac()?_0x553e1a()?_0x205025()?_0x1fabaf([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x24aa18()?(_0x16206a[_0x1fabaf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1fabaf([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x14328c=_0x3a317b(_0x1fabaf([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x16206a[_0x1fabaf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1fabaf([0x74,0x72,0x69,0x61,0x6c])&&(_0x14328c=_0x3a317b(_0x1fabaf([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x119e10()):_0x1fabaf([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1fabaf([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1fabaf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1fabaf([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x205025(){const _0x18948b=[_0x1fabaf([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1fabaf([0x74,0x72,0x69,0x61,0x6c])][_0x1fabaf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x16206a[_0x1fabaf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x177084/0x3e8:0xe10*_0x4e7913;return _0x16206a[_0x1fabaf([0x65,0x78,0x70])]<_0x18948b;}function _0x553e1a(){const _0x498a97=_0x16206a[_0x1fabaf([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x498a97&&(!!_0x498a97[_0x1fabaf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1fabaf([0x2a]))||(!!_0x498a97[_0x1fabaf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1fabaf([0x44,0x4f]))||!!_0x498a97[_0x1fabaf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1fabaf([0x50,0x50]))));}function _0x24aa18(){const _0x43ee16=_0x38d1,_0x28c9f8=_0x16206a[_0x1fabaf([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x28c9f8||0x0==_0x28c9f8[_0x1fabaf([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x383bc0}=new URL(window[_0x1fabaf([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x43ee16(0x196)]);if(_0x28c9f8[_0x1fabaf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x383bc0))return!0x0;const _0x303147=_0x383bc0[_0x1fabaf([0x73,0x70,0x6c,0x69,0x74])](_0x1fabaf([0x2e]));return _0x28c9f8[_0x1fabaf([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4f0043=>_0x4f0043[_0x1fabaf([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1fabaf([0x2a])))[_0x1fabaf([0x6d,0x61,0x70])](_0xbce159=>_0xbce159[_0x1fabaf([0x73,0x70,0x6c,0x69,0x74])](_0x1fabaf([0x2e])))[_0x1fabaf([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x576090=>_0x576090[_0x1fabaf([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x303147[_0x1fabaf([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1fabaf([0x6d,0x61,0x70])](_0x274e1a=>Array(_0x303147[_0x1fabaf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x274e1a[_0x1fabaf([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1fabaf([0x66,0x69,0x6c,0x6c])](_0x274e1a[0x0]===_0x1fabaf([0x2a])?_0x1fabaf([0x2a]):'')[_0x1fabaf([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x274e1a))[_0x1fabaf([0x73,0x6f,0x6d,0x65])](_0x2aa22d=>_0x303147[_0x1fabaf([0x65,0x76,0x65,0x72,0x79])]((_0x2d3c8c,_0x29adf0)=>_0x2aa22d[_0x29adf0]===_0x2d3c8c||_0x2aa22d[_0x29adf0]===_0x1fabaf([0x2a])));}function _0x119e10(){return _0x14328c&&_0x1bf7af?new window[(_0x1fabaf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x54a0a7,_0x2c88b4)=>{_0x14328c[_0x1fabaf([0x74,0x68,0x65,0x6e])](_0x54a0a7,_0x2c88b4),_0x1bf7af[_0x1fabaf([0x74,0x68,0x65,0x6e])](_0x1412a9=>{_0x1412a9!=_0x1fabaf([0x56,0x61,0x6c,0x69,0x64])&&_0x54a0a7(_0x1412a9);},_0x2c88b4);}):_0x14328c||_0x1bf7af||_0x1fabaf([0x56,0x61,0x6c,0x69,0x64]);}}function _0x36af9c(_0x2b9fc0,_0x254192){return new window[(_0x1fabaf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d3357=>{if(_0x29a092())return _0x3d3357(_0x1fabaf([0x56,0x61,0x6c,0x69,0x64]));_0x44aa57(),_0x90943d[_0x1fabaf([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1fabaf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x158467=!0x1;const _0x325338=_0x7df73f();function _0x4fc4a4(_0x785032){return!!_0x785032&&(typeof _0x785032===_0x1fabaf([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x785032===_0x1fabaf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x785032[_0x1fabaf([0x74,0x68,0x65,0x6e])]===_0x1fabaf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x785032[_0x1fabaf([0x63,0x61,0x74,0x63,0x68])]===_0x1fabaf([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2f9298(_0x64ea42){_0xa67fb1(_0x64ea42)[_0x1fabaf([0x74,0x68,0x65,0x6e])](_0x5c40cb=>{if(!_0x5c40cb||_0x5c40cb[_0x1fabaf([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1fabaf([0x6f,0x6b]))return _0x1fabaf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5d92f0(_0x4bcedb(_0x325338+_0x254192))!=_0x5c40cb[_0x1fabaf([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1fabaf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1fabaf([0x56,0x61,0x6c,0x69,0x64]);})[_0x1fabaf([0x74,0x68,0x65,0x6e])](_0x23732e=>(_0x55ca78(),_0x23732e),()=>{const _0x1b9916=_0x236c33();return null==_0x1b9916?(_0x55ca78(),_0x1fabaf([0x56,0x61,0x6c,0x69,0x64])):_0x1fabaf(_0x177084-_0x1b9916>(0x772a3f51^_0x432e78)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1fabaf([0x74,0x68,0x65,0x6e])](_0x3d3357)[_0x1fabaf([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3d3357(_0x1fabaf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1c2ed3=0x531055d1^_0x432e78;function _0x55ca78(){const _0x46b323=_0x1fabaf([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d92f0(_0x4bcedb(_0x2b9fc0)),_0x1a5a0b=_0x16728a(_0x5d92f0(window[_0x1fabaf([0x4d,0x61,0x74,0x68])][_0x1fabaf([0x63,0x65,0x69,0x6c])](_0x177084/_0x1c2ed3)));window[_0x1fabaf([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1fabaf([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x46b323,_0x1a5a0b);}function _0x236c33(){const _0x2c7bef=_0x1fabaf([0x6c,0x6c,0x63,0x74,0x2d])+_0x5d92f0(_0x4bcedb(_0x2b9fc0)),_0x3e6be0=window[_0x1fabaf([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1fabaf([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2c7bef);return _0x3e6be0?window[_0x1fabaf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x16728a(_0x3e6be0),0x10)*_0x1c2ed3:null;}function _0xa67fb1(_0x4586bb){return new window[(_0x1fabaf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3b5a6e,_0x2fbdf9)=>{_0x4586bb[_0x1fabaf([0x74,0x68,0x65,0x6e])](_0x3b5a6e,_0x2fbdf9),window[_0x1fabaf([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2fbdf9,0x53276f91^_0x432e78);});}}_0x90943d[_0x1fabaf([0x6f,0x6e])](_0x1fabaf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4cd4cf,_0x45f7c0)=>{if(_0x45f7c0[0x0]!=_0x2b9fc0)return _0x3d3357(_0x1fabaf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x45f7c0[0x1]={..._0x45f7c0[0x1],[_0x1fabaf([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x325338};},{[_0x1fabaf([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1fabaf([0x68,0x69,0x67,0x68])}),_0x90943d[_0x1fabaf([0x6f,0x6e])](_0x1fabaf([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2ce4e0=>{_0x4fc4a4(_0x2ce4e0[_0x1fabaf([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x158467=!0x0,_0x2f9298(_0x2ce4e0[_0x1fabaf([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1fabaf([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1fabaf([0x6c,0x6f,0x77])}),_0x219b02[_0x1fabaf([0x74,0x68,0x65,0x6e])](()=>{_0x158467||_0x3d3357(_0x1fabaf([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x29a092(){return _0x90943d[_0x1fabaf([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1fabaf([0x76,0x69,0x65,0x77])][_0x1fabaf([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1fabaf([0x61,0x75,0x74,0x6f]);}function _0x44aa57(){_0x90943d[_0x1fabaf([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1fabaf([0x76,0x69,0x65,0x77])][_0x1fabaf([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1fabaf([0x61,0x75,0x74,0x6f]);}}function _0x3a317b(_0x1da413){const _0x33d8f2=[new window[(_0x1fabaf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5029bf=>setTimeout(_0x5029bf,0x532f859d^_0x432e78)),_0x219b02[_0x1fabaf([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1fabaf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x39ad21=>{let _0x1bfa38=0x0;_0x90943d[_0x1fabaf([0x6d,0x6f,0x64,0x65,0x6c])][_0x1fabaf([0x6f,0x6e])](_0x1fabaf([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x168fa2,_0x862706)=>{_0x862706[0x0][_0x1fabaf([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1bfa38++,_0x1bfa38==(0x5326baa9^_0x432e78)&&(_0x39ad21(),_0x168fa2[_0x1fabaf([0x6f,0x66,0x66])]());});}))];return window[_0x1fabaf([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1fabaf([0x72,0x61,0x63,0x65])](_0x33d8f2)[_0x1fabaf([0x74,0x68,0x65,0x6e])](()=>_0x1da413);}async function _0x8d49a0(){await _0x219b02,_0x90943d[_0x1fabaf([0x6d,0x6f,0x64,0x65,0x6c])][_0x1fabaf([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1d2dc8,_0x90943d[_0x1fabaf([0x6d,0x6f,0x64,0x65,0x6c])][_0x1fabaf([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1d2dc8,_0x90943d[_0x1fabaf([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1fabaf([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x512bf6(_0x17e5c1){const _0x54ac66=_0x395d8c();_0x90943d[_0x54ac66]=_0x1fabaf([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])+_0x17e5c1,_0x17e5c1!=_0x1fabaf([0x56,0x61,0x6c,0x69,0x64])&&_0x8d49a0();}function _0x395d8c(){const _0x4059f3=window[_0x1fabaf([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1fabaf([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1fabaf([0x6e,0x6f,0x77])]())[_0x1fabaf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1fabaf([0x2e]),'');let _0x56caee=_0x1fabaf([0x78]);for(let _0x59814d=0x0;_0x59814d<_0x4059f3[_0x1fabaf([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x59814d+=0x2){let _0xb8bb3a=window[_0x1fabaf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4059f3[_0x1fabaf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x59814d,_0x59814d+0x2));_0xb8bb3a>=_0x29a3be[_0x1fabaf([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xb8bb3a-=_0x29a3be[_0x1fabaf([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x56caee+=_0x29a3be[_0xb8bb3a];}return _0x56caee;}function _0x56b6e0(){const _0x4a0a8b=_0x416e57[_0x1fabaf([0x73,0x70,0x6c,0x69,0x74])](_0x1fabaf([0x2e]));if(0x3!=_0x4a0a8b[_0x1fabaf([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3ae595(_0x4a0a8b[0x1]);function _0x3ae595(_0x15d94b){const _0x7ce0a3=_0x574003(_0x15d94b);return _0x7ce0a3&&_0x2ca049()?_0x7ce0a3:null;function _0x2ca049(){const _0x27f8ca=_0x7ce0a3[_0x1fabaf([0x6a,0x74,0x69])],_0x58b249=window[_0x1fabaf([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x27f8ca[_0x1fabaf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x27f8ca[_0x1fabaf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4e7444={..._0x7ce0a3,[_0x1fabaf([0x6a,0x74,0x69])]:_0x27f8ca[_0x1fabaf([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x27f8ca[_0x1fabaf([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4e7444[_0x1fabaf([0x76,0x63])],_0x4bcedb(_0x4e7444)==_0x58b249;}}}async function _0x4219ac(){let _0x1c7ac3=!0x0;try{const _0x1879a7=_0x416e57[_0x1fabaf([0x73,0x70,0x6c,0x69,0x74])](_0x1fabaf([0x2e])),[_0xfc353a,_0x5796d1,_0x3f089c]=_0x1879a7;return _0x3c2628(_0xfc353a),await _0x5e9a2d(_0xfc353a,_0x5796d1,_0x3f089c),_0x1c7ac3;}catch{return!0x1;}function _0x3c2628(_0x475994){const _0x2c4b2c=_0x574003(_0x475994);_0x2c4b2c&&_0x2c4b2c[_0x1fabaf([0x61,0x6c,0x67])]==_0x1fabaf([0x45,0x53,0x32,0x35,0x36])||(_0x1c7ac3=!0x1);}async function _0x5e9a2d(_0x5499bd,_0x13e077,_0x113e70){const _0x34161a=window[_0x1fabaf([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1fabaf([0x66,0x72,0x6f,0x6d])](_0x324d5e(_0x113e70),_0x221e1e=>_0x221e1e[_0x1fabaf([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x30a7d4=new window[(_0x1fabaf([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1fabaf([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5499bd+_0x1fabaf([0x2e])+_0x13e077),_0x34b852=window[_0x1fabaf([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1fabaf([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x34b852)return;const _0x525543=await _0x34b852[_0x1fabaf([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1fabaf([0x6a,0x77,0x6b]),_0x3c32db,{[_0x1fabaf([0x6e,0x61,0x6d,0x65])]:_0x1fabaf([0x45,0x43,0x44,0x53,0x41]),[_0x1fabaf([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1fabaf([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1fabaf([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x34b852[_0x1fabaf([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1fabaf([0x6e,0x61,0x6d,0x65])]:_0x1fabaf([0x45,0x43,0x44,0x53,0x41]),[_0x1fabaf([0x68,0x61,0x73,0x68])]:{[_0x1fabaf([0x6e,0x61,0x6d,0x65])]:_0x1fabaf([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x525543,_0x34161a,_0x30a7d4)||(_0x1c7ac3=!0x1);}}function _0x574003(_0x4e6998){return _0x4e6998[_0x1fabaf([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1fabaf([0x65,0x79]))?JSON[_0x1fabaf([0x70,0x61,0x72,0x73,0x65])](_0x324d5e(_0x4e6998)):null;}function _0x324d5e(_0x3cb9d2){return window[_0x1fabaf([0x61,0x74,0x6f,0x62])](_0x3cb9d2[_0x1fabaf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1fabaf([0x2b]))[_0x1fabaf([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1fabaf([0x2f])));}function _0x4bcedb(_0x281317){let _0xa3f77c=0x1505;function _0x4eead8(_0x147721){for(let _0x394e60=0x0;_0x394e60<_0x147721[_0x1fabaf([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x394e60++){const _0x43b6fe=_0x147721[_0x1fabaf([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x394e60);_0xa3f77c=(_0xa3f77c<<0x5)+_0xa3f77c+_0x43b6fe,_0xa3f77c&=_0xa3f77c;}}function _0x2cb939(_0xd15654){Array[_0x1fabaf([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xd15654)?_0xd15654[_0x1fabaf([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2cb939):_0xd15654&&typeof _0xd15654==_0x1fabaf([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1fabaf([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xd15654)[_0x1fabaf([0x73,0x6f,0x72,0x74])]()[_0x1fabaf([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x19cbc5,_0x2b440e])=>{_0x4eead8(_0x19cbc5),_0x2cb939(_0x2b440e);}):_0x4eead8(window[_0x1fabaf([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xd15654));}return _0x2cb939(_0x281317),_0xa3f77c>>>0x0;}function _0x5d92f0(_0x3d780f){return _0x3d780f[_0x1fabaf([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1fabaf([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1fabaf([0x30]));}function _0x16728a(_0x38c199){return _0x38c199[_0x1fabaf([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1fabaf([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1fabaf([0x6a,0x6f,0x69,0x6e])]('');}function _0x1d2dc8(){}function _0x1fabaf(_0x124953){const _0xcd3218=_0x38d1;return _0x124953[_0xcd3218(0x189)](_0x5637a4=>String[_0xcd3218(0x178)](_0x5637a4))[_0xcd3218(0x199)]('');}_0x512bf6(await _0x14e949());}(this);}[_0x537934(0x173)](){const _0x2f2b57=_0x537934;super[_0x2f2b57(0x173)](),this[_0x2f2b57(0x18a)][_0x2f2b57(0x173)](),this[_0x2f2b57(0x1a5)][_0x2f2b57(0x19c)]();}[_0x537934(0x195)](_0x4d8667,{outlineDefinitions:_0xf1bfa5,outlineChanges:_0x3850f6}){const _0x13adc4=_0x537934;this[_0x13adc4(0x180)]=_0xf1bfa5,this[_0x13adc4(0x18a)][_0x13adc4(0x1b1)](_0x3850f6);}[_0x537934(0x186)](_0x2a034d){const _0x505b1f=_0x537934;this[_0x505b1f(0x180)][_0x505b1f(0x1a3)]&&this[_0x505b1f(0x180)][_0x2a034d]&&(this[_0x505b1f(0x18a)][_0x505b1f(0x188)]=_0x2a034d);}[_0x537934(0x19f)](_0x2d786f){const _0x38bb9b=_0x537934,_0x500551=this[_0x38bb9b(0x180)][_0x2d786f][_0x38bb9b(0x1a9)];this[_0x38bb9b(0x192)][_0x38bb9b(0x18b)][_0x38bb9b(0x187)](_0x411517=>{const _0xb494f4=_0x38bb9b;_0x411517[_0xb494f4(0x1b8)](_0x500551,0x0);}),this[_0x38bb9b(0x192)][_0x38bb9b(0x1b5)][_0x38bb9b(0x18a)][_0x38bb9b(0x1ab)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x38bb9b(0x192)][_0x38bb9b(0x1b5)][_0x38bb9b(0x18a)][_0x38bb9b(0x197)](),this[_0x38bb9b(0x186)](_0x2d786f);}[_0x537934(0x1b3)](){const _0x573c0a=_0x537934,_0x5e9f26=this[_0x573c0a(0x192)];let _0x378284;for(const _0x4d320e of _0x5e9f26[_0x573c0a(0x18b)][_0x573c0a(0x183)][_0x573c0a(0x17f)]()){const _0x542a3c=_0x5e9f26[_0x573c0a(0x1b5)][_0x573c0a(0x18a)][_0x573c0a(0x1ae)](_0x4d320e),_0x495eb2=_0x542a3c&&new _0x5da67c(_0x542a3c)[_0x573c0a(0x18d)]();if(_0x495eb2){const _0x5147b7=new _0x5da67c(_0x5d825a[_0x573c0a(0x1aa)])[_0x573c0a(0x179)](_0x495eb2);_0x5147b7&&(_0x378284=_0x5147b7[_0x573c0a(0x176)]+0.25*_0x5147b7[_0x573c0a(0x1a1)]);}}if(void 0x0===_0x378284)return;const _0x260b0a=d(_0x5e9f26[_0x573c0a(0x1b5)],this[_0x573c0a(0x180)],_0x378284);_0x260b0a?this[_0x573c0a(0x186)](this[_0x573c0a(0x180)][_0x573c0a(0x1af)](_0x260b0a)):this[_0x573c0a(0x186)](-0x1);}}function _0x4462(){const _0x324893=['element','add','editor','isPremiumPlugin','1711175YAzAzX','_handleOutlineChange','href','focus','domConverter','join','init','get','cancel','floor','locale','_handleItemSelected','appendChild','height','DocumentOutlineUtils','length','documentOutline.showEmptyHeadings','_updateActiveDefinitionFromViewportThrottled','focusTracker','isOfficialPlugin','1347107vjRfYw','modelElement','window','scrollToTheSelection','listenTo','168471UaXbox','getDomRoot','indexOf','toViewElement','sync','documentOutline.container','_updateActiveDefinitionOnViewportChange','document-outline-container-not-provided','editing','mapViewToDom','afterInit','setSelection','render','36DUExzI','destroy','bind','resize','top','1465866nIULWp','fromCharCode','getIntersection','DocumentOutlineUI','plugins','itemSelected','scroll','2390218ryxBbU','getRootNames','_currentOutlineDefinitions','bottom','mapper','document','2739008GfMqTH','config','_setActiveViewItem','change','activeItemIndex','map','view','model','8226729hjwfty','getVisible','21HddPtQ','pluginName'];_0x4462=function(){return _0x324893;};return _0x4462();}function d(_0x104527,_0x3ea0a0,_0x2b6c44,_0x3aaa31=0x0,_0x186dea=_0x3ea0a0[_0x537934(0x1a3)]-0x1){const _0x3f67ff=_0x537934,_0x74f615=Math[_0x3f67ff(0x19d)](_0x3aaa31+(_0x186dea-_0x3aaa31)/0x2);if(_0x186dea>=_0x3aaa31){const _0x208277=_0x3ea0a0[_0x74f615],_0x1d0883=_0x104527[_0x3f67ff(0x182)][_0x3f67ff(0x1b0)](_0x208277[_0x3f67ff(0x1a9)]);if(!_0x1d0883)return null;const _0x1daa46=_0x104527[_0x3f67ff(0x18a)][_0x3f67ff(0x198)][_0x3f67ff(0x1b6)](_0x1d0883);return new _0x5da67c(_0x1daa46)[_0x3f67ff(0x181)]>_0x2b6c44?d(_0x104527,_0x3ea0a0,_0x2b6c44,_0x3aaa31,_0x74f615-0x1):d(_0x104527,_0x3ea0a0,_0x2b6c44,_0x74f615+0x1,_0x186dea);}return _0x74f615<0x0?null:_0x3ea0a0[_0x74f615];}
|
|
23
|
+
const _0x2d2063=_0xded3;(function(_0x5478b9,_0x182496){const _0x206656=_0xded3,_0x4a1d85=_0x5478b9();while(!![]){try{const _0x5f5ca8=parseInt(_0x206656(0x1cf))/0x1+-parseInt(_0x206656(0x1dd))/0x2+parseInt(_0x206656(0x1de))/0x3+-parseInt(_0x206656(0x1d9))/0x4*(parseInt(_0x206656(0x1df))/0x5)+-parseInt(_0x206656(0x1cc))/0x6*(parseInt(_0x206656(0x1bb))/0x7)+-parseInt(_0x206656(0x1cb))/0x8*(-parseInt(_0x206656(0x19f))/0x9)+-parseInt(_0x206656(0x1c6))/0xa*(-parseInt(_0x206656(0x1b8))/0xb);if(_0x5f5ca8===_0x182496)break;else _0x4a1d85['push'](_0x4a1d85['shift']());}catch(_0x4697b6){_0x4a1d85['push'](_0x4a1d85['shift']());}}}(_0x1233,0x7491e));function _0xded3(_0x60899,_0x4c411b){const _0x1233ed=_0x1233();return _0xded3=function(_0xded32b,_0xc39a27){_0xded32b=_0xded32b-0x19e;let _0x1c0d67=_0x1233ed[_0xded32b];return _0x1c0d67;},_0xded3(_0x60899,_0x4c411b);}import{Plugin as _0xb084ac}from'ckeditor5/src/core.js';import{CKEditorError as _0x3b4c20,global as _0x127865,Rect as _0x202889,uid as _0x181d2d}from'ckeditor5/src/utils.js';import _0x2fe2d6 from'./ui/documentoutlineview.js';import{throttle as _0x105bd2}from'es-toolkit/compat';import'../../theme/documentoutline.css';function _0x1233(){const _0x5840e0=['scrollToTheSelection','toViewElement','add','9730onKYVO','530424zAshXj','135765VexvZn','pluginName','cancel','isPremiumPlugin','activeItemIndex','scroll','isOfficialPlugin','view','modelElement','_updateActiveDefinitionFromViewportThrottled','3269853BHgOZE','setSelection','documentOutline.container','indexOf','model','resize','bind','height','length','focusTracker','render','_currentOutlineDefinitions','map','get','afterInit','document','destroy','window','focus','itemSelected','getVisible','floor','appendChild','bottom','change','7975kgKpho','top','domConverter','49GJfnnB','mapper','editing','_updateActiveDefinitionOnViewportChange','mapViewToDom','document-outline-container-not-provided','fromCharCode','_handleOutlineChange','href','getDomRoot','documentOutline.showEmptyHeadings','6170qBjWmy','init','DocumentOutlineUI','plugins','editor','8xslQWB','179736OVtUPn','getRootNames','_setActiveViewItem','301943mzUffS','getIntersection','element','DocumentOutlineUtils','sync','locale','_handleItemSelected','listenTo','join','config','88wutqfd'];_0x1233=function(){return _0x5840e0;};return _0x1233();}export default class n extends _0xb084ac{[_0x2d2063(0x1e6)];[_0x2d2063(0x1aa)];[_0x2d2063(0x19e)];static get[_0x2d2063(0x1e0)](){const _0x586362=_0x2d2063;return _0x586362(0x1c8);}static get[_0x2d2063(0x1e5)](){return!0x0;}static get[_0x2d2063(0x1e2)](){return!0x0;}constructor(_0x9d61a1){const _0x3f5cea=_0x2d2063;super(_0x9d61a1),this[_0x3f5cea(0x1e6)]=new _0x2fe2d6(_0x9d61a1[_0x3f5cea(0x1d4)],this[_0x3f5cea(0x1ca)][_0x3f5cea(0x1d8)][_0x3f5cea(0x1ac)](_0x3f5cea(0x1c5)),this[_0x3f5cea(0x1ca)][_0x3f5cea(0x1d8)][_0x3f5cea(0x1ac)](_0x3f5cea(0x1a1))),this[_0x3f5cea(0x1aa)]=[],this[_0x3f5cea(0x19e)]=_0x105bd2(this[_0x3f5cea(0x1be)][_0x3f5cea(0x1a5)](this),0x64);}[_0x2d2063(0x1c7)](){const _0x491aac=_0x2d2063,_0x55c26e=this[_0x491aac(0x1ca)],_0x998a54=_0x55c26e[_0x491aac(0x1c9)][_0x491aac(0x1ac)](_0x491aac(0x1d2));let _0x565684=!0x1;if(this[_0x491aac(0x1e6)][_0x491aac(0x1a9)](),this[_0x491aac(0x1ca)]['ui'][_0x491aac(0x1a8)][_0x491aac(0x1dc)](this[_0x491aac(0x1e6)][_0x491aac(0x1d1)]),!_0x55c26e[_0x491aac(0x1d8)][_0x491aac(0x1ac)](_0x491aac(0x1a1)))throw new _0x3b4c20(_0x491aac(0x1c0),{'editor':_0x55c26e});_0x55c26e[_0x491aac(0x1d8)][_0x491aac(0x1ac)](_0x491aac(0x1a1))[_0x491aac(0x1b5)](this[_0x491aac(0x1e6)][_0x491aac(0x1d1)]),_0x998a54['on'](_0x491aac(0x1b7),this[_0x491aac(0x1c2)][_0x491aac(0x1a5)](this)),_0x998a54['on'](_0x491aac(0x1e3),(_0xd9107e,{index:_0x7d3206})=>this[_0x491aac(0x1ce)](_0x7d3206)),this[_0x491aac(0x1e6)]['on'](_0x491aac(0x1b2),(_0x3105f7,_0x64a80a)=>{const _0x523c49=_0x491aac;_0x565684=!0x0,this[_0x523c49(0x1d5)](_0x64a80a);}),this[_0x491aac(0x1e6)][_0x491aac(0x1d6)](_0x127865[_0x491aac(0x1ae)],_0x491aac(0x1e4),()=>{const _0x22df5a=_0x491aac;_0x565684?_0x565684=!0x1:this[_0x22df5a(0x19e)]();},{'useCapture':!0x0}),this[_0x491aac(0x1e6)][_0x491aac(0x1d6)](_0x127865[_0x491aac(0x1b0)],_0x491aac(0x1a4),this[_0x491aac(0x19e)],{'useCapture':!0x0});}[_0x2d2063(0x1ad)](){!async function(_0x54aaa8){const _0x24ff76=_0x476793([0x49,0x4e,0x75,0x74,0x51,0x48,0x78,0x6e,0x65,0x42,0x6f,0x76,0x63,0x46,0x79,0x53,0x77,0x34,0x43,0x50,0x52,0x62,0x54,0x4a,0x6d,0x57,0x67,0x30,0x4b,0x7a,0x6a,0x4c,0x47,0x32,0x35,0x38,0x41,0x6c,0x39,0x44,0x58,0x64,0x45,0x55,0x4d,0x36,0x56,0x70,0x6b,0x5a,0x61,0x72,0x59,0x68,0x37,0x73,0x66,0x33,0x4f,0x71,0x69,0x31]),_0x1e71d7=0x661e846,_0x873810=0x66683d6^_0x1e71d7,_0x59e75e=window[_0x476793([0x44,0x61,0x74,0x65])][_0x476793([0x6e,0x6f,0x77])](),_0xb84095=_0x54aaa8[_0x476793([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2de42c=new window[(_0x476793([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xbb5fe5=>{_0xb84095[_0x476793([0x6f,0x6e,0x63,0x65])](_0x476793([0x72,0x65,0x61,0x64,0x79]),_0xbb5fe5);}),_0x2a27d8={[_0x476793([0x6b,0x74,0x79])]:_0x476793([0x45,0x43]),[_0x476793([0x75,0x73,0x65])]:_0x476793([0x73,0x69,0x67]),[_0x476793([0x63,0x72,0x76])]:_0x476793([0x50,0x2d,0x32,0x35,0x36]),[_0x476793([0x78])]:_0x476793([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]),[_0x476793([0x79])]:_0x476793([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]),[_0x476793([0x61,0x6c,0x67])]:_0x476793([0x45,0x53,0x32,0x35,0x36])},_0x4dfbf3=_0xb84095[_0x476793([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x476793([0x67,0x65,0x74])](_0x476793([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x14735f(){let _0x394ebf,_0x2d60e6=null,_0x4e19e7=null;try{if(_0x4dfbf3==_0x476793([0x47,0x50,0x4c]))return _0x476793([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x394ebf=_0x9a3ecf(),!_0x394ebf)return _0x476793([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x394ebf[_0x476793([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x4e19e7=_0x2d0104(_0x394ebf[_0x476793([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x394ebf[_0x476793([0x6a,0x74,0x69])])),await _0x39015c()?_0x2ead4c()?_0x5d9cc3()?_0x476793([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3c8728()?(_0x394ebf[_0x476793([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x476793([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2d60e6=_0x2237eb(_0x476793([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x394ebf[_0x476793([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x476793([0x74,0x72,0x69,0x61,0x6c])&&(_0x2d60e6=_0x2237eb(_0x476793([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3c6a75()):_0x476793([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x476793([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x476793([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x476793([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5d9cc3(){const _0x48372c=[_0x476793([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x476793([0x74,0x72,0x69,0x61,0x6c])][_0x476793([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x394ebf[_0x476793([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x59e75e/0x3e8:0xe10*_0x873810;return _0x394ebf[_0x476793([0x65,0x78,0x70])]<_0x48372c;}function _0x2ead4c(){const _0x194ec5=_0x394ebf[_0x476793([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x194ec5&&(!!_0x194ec5[_0x476793([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x476793([0x2a]))||(!!_0x194ec5[_0x476793([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x476793([0x44,0x4f]))||!!_0x194ec5[_0x476793([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x476793([0x50,0x50]))));}function _0x3c8728(){const _0x4b616a=_0xded3,_0x47713f=_0x394ebf[_0x476793([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x47713f||0x0==_0x47713f[_0x476793([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x421145}=new URL(window[_0x476793([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x4b616a(0x1c3)]);if(_0x47713f[_0x476793([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x421145))return!0x0;const _0x24bac8=_0x421145[_0x476793([0x73,0x70,0x6c,0x69,0x74])](_0x476793([0x2e]));return _0x47713f[_0x476793([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x46ced0=>_0x46ced0[_0x476793([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x476793([0x2a])))[_0x476793([0x6d,0x61,0x70])](_0xcdb47a=>_0xcdb47a[_0x476793([0x73,0x70,0x6c,0x69,0x74])](_0x476793([0x2e])))[_0x476793([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x378149=>_0x378149[_0x476793([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x24bac8[_0x476793([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x476793([0x6d,0x61,0x70])](_0x22a033=>Array(_0x24bac8[_0x476793([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x22a033[_0x476793([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x476793([0x66,0x69,0x6c,0x6c])](_0x22a033[0x0]===_0x476793([0x2a])?_0x476793([0x2a]):'')[_0x476793([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x22a033))[_0x476793([0x73,0x6f,0x6d,0x65])](_0x19f7e0=>_0x24bac8[_0x476793([0x65,0x76,0x65,0x72,0x79])]((_0x18ce0d,_0x38f3c3)=>_0x19f7e0[_0x38f3c3]===_0x18ce0d||_0x19f7e0[_0x38f3c3]===_0x476793([0x2a])));}function _0x3c6a75(){return _0x2d60e6&&_0x4e19e7?new window[(_0x476793([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x341fe4,_0x56ce05)=>{_0x2d60e6[_0x476793([0x74,0x68,0x65,0x6e])](_0x341fe4,_0x56ce05),_0x4e19e7[_0x476793([0x74,0x68,0x65,0x6e])](_0x3e7f5d=>{_0x3e7f5d!=_0x476793([0x56,0x61,0x6c,0x69,0x64])&&_0x341fe4(_0x3e7f5d);},_0x56ce05);}):_0x2d60e6||_0x4e19e7||_0x476793([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2d0104(_0x4e3cce,_0xcb5314){return new window[(_0x476793([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x750ea3=>{if(_0x36f2d6())return _0x750ea3(_0x476793([0x56,0x61,0x6c,0x69,0x64]));_0x57ecc5(),_0xb84095[_0x476793([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x476793([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x54b113=!0x1;const _0x1983bb=_0x181d2d();function _0x22a51e(_0xa69791){return!!_0xa69791&&(typeof _0xa69791===_0x476793([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xa69791===_0x476793([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xa69791[_0x476793([0x74,0x68,0x65,0x6e])]===_0x476793([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xa69791[_0x476793([0x63,0x61,0x74,0x63,0x68])]===_0x476793([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3633b7(_0x311a79){_0x303278(_0x311a79)[_0x476793([0x74,0x68,0x65,0x6e])](_0x21b019=>{if(!_0x21b019||_0x21b019[_0x476793([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x476793([0x6f,0x6b]))return _0x476793([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x3baa78(_0x5f16fd(_0x1983bb+_0xcb5314))!=_0x21b019[_0x476793([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x476793([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x476793([0x56,0x61,0x6c,0x69,0x64]);})[_0x476793([0x74,0x68,0x65,0x6e])](_0x340c11=>(_0x5e4bac(),_0x340c11),()=>{const _0x16ef8b=_0x10eeb9();return null==_0x16ef8b?(_0x5e4bac(),_0x476793([0x56,0x61,0x6c,0x69,0x64])):_0x476793(_0x59e75e-_0x16ef8b>(0x226d6c46^_0x1e71d7)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x476793([0x74,0x68,0x65,0x6e])](_0x750ea3)[_0x476793([0x63,0x61,0x74,0x63,0x68])](()=>{_0x750ea3(_0x476793([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1f4319=0x65706c6^_0x1e71d7;function _0x5e4bac(){const _0x1f99a6=_0x476793([0x6c,0x6c,0x63,0x74,0x2d])+_0x3baa78(_0x5f16fd(_0x4e3cce)),_0x4e3820=_0x2c946a(_0x3baa78(window[_0x476793([0x4d,0x61,0x74,0x68])][_0x476793([0x63,0x65,0x69,0x6c])](_0x59e75e/_0x1f4319)));window[_0x476793([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x476793([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1f99a6,_0x4e3820);}function _0x10eeb9(){const _0x515de9=_0x476793([0x6c,0x6c,0x63,0x74,0x2d])+_0x3baa78(_0x5f16fd(_0x4e3cce)),_0x457308=window[_0x476793([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x476793([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x515de9);return _0x457308?window[_0x476793([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2c946a(_0x457308),0x10)*_0x1f4319:null;}function _0x303278(_0x46dae0){return new window[(_0x476793([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3800bd,_0x2abbfd)=>{_0x46dae0[_0x476793([0x74,0x68,0x65,0x6e])](_0x3800bd,_0x2abbfd),window[_0x476793([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2abbfd,0x6603c86^_0x1e71d7);});}}_0xb84095[_0x476793([0x6f,0x6e])](_0x476793([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xd202ea,_0x2169e6)=>{if(_0x2169e6[0x0]!=_0x4e3cce)return _0x750ea3(_0x476793([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x2169e6[0x1]={..._0x2169e6[0x1],[_0x476793([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1983bb};},{[_0x476793([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x476793([0x68,0x69,0x67,0x68])}),_0xb84095[_0x476793([0x6f,0x6e])](_0x476793([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x13f4a2=>{_0x22a51e(_0x13f4a2[_0x476793([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x54b113=!0x0,_0x3633b7(_0x13f4a2[_0x476793([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x476793([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x476793([0x6c,0x6f,0x77])}),_0x2de42c[_0x476793([0x74,0x68,0x65,0x6e])](()=>{_0x54b113||_0x750ea3(_0x476793([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x36f2d6(){return _0xb84095[_0x476793([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x476793([0x76,0x69,0x65,0x77])][_0x476793([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x476793([0x61,0x75,0x74,0x6f]);}function _0x57ecc5(){_0xb84095[_0x476793([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x476793([0x76,0x69,0x65,0x77])][_0x476793([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x476793([0x61,0x75,0x74,0x6f]);}}function _0x2237eb(_0x412ef7){const _0x5bc9ce=[new window[(_0x476793([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3c3e91=>setTimeout(_0x3c3e91,0x668d68a^_0x1e71d7)),_0x2de42c[_0x476793([0x74,0x68,0x65,0x6e])](()=>new window[(_0x476793([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xdcfb57=>{let _0x5462c1=0x0;_0xb84095[_0x476793([0x6d,0x6f,0x64,0x65,0x6c])][_0x476793([0x6f,0x6e])](_0x476793([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x202cf2,_0x3d325d)=>{_0x3d325d[0x0][_0x476793([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5462c1++,_0x5462c1==(0x661e9be^_0x1e71d7)&&(_0xdcfb57(),_0x202cf2[_0x476793([0x6f,0x66,0x66])]());});}))];return window[_0x476793([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x476793([0x72,0x61,0x63,0x65])](_0x5bc9ce)[_0x476793([0x74,0x68,0x65,0x6e])](()=>_0x412ef7);}async function _0x46ed1f(){await _0x2de42c,_0xb84095[_0x476793([0x6d,0x6f,0x64,0x65,0x6c])][_0x476793([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x194748,_0xb84095[_0x476793([0x6d,0x6f,0x64,0x65,0x6c])][_0x476793([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x194748,_0xb84095[_0x476793([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x476793([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3c7fe2(_0x45bc0e){const _0xaf7b06=_0x150d1e();_0xb84095[_0xaf7b06]=_0x476793([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])+_0x45bc0e,_0x45bc0e!=_0x476793([0x56,0x61,0x6c,0x69,0x64])&&_0x46ed1f();}function _0x150d1e(){const _0x4b859c=window[_0x476793([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x476793([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x476793([0x6e,0x6f,0x77])]())[_0x476793([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x476793([0x2e]),'');let _0x2e37a8=_0x476793([0x49]);for(let _0x2b3a2a=0x0;_0x2b3a2a<_0x4b859c[_0x476793([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2b3a2a+=0x2){let _0x3b8402=window[_0x476793([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4b859c[_0x476793([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2b3a2a,_0x2b3a2a+0x2));_0x3b8402>=_0x24ff76[_0x476793([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3b8402-=_0x24ff76[_0x476793([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2e37a8+=_0x24ff76[_0x3b8402];}return _0x2e37a8;}function _0x9a3ecf(){const _0x1bb434=_0x4dfbf3[_0x476793([0x73,0x70,0x6c,0x69,0x74])](_0x476793([0x2e]));if(0x3!=_0x1bb434[_0x476793([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5c2066(_0x1bb434[0x1]);function _0x5c2066(_0xd1cf80){const _0x2bd7d2=_0x15beaa(_0xd1cf80);return _0x2bd7d2&&_0x73246e()?_0x2bd7d2:null;function _0x73246e(){const _0x5a5f1c=_0x2bd7d2[_0x476793([0x6a,0x74,0x69])],_0x1deedb=window[_0x476793([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5a5f1c[_0x476793([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5a5f1c[_0x476793([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x57d440={..._0x2bd7d2,[_0x476793([0x6a,0x74,0x69])]:_0x5a5f1c[_0x476793([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5a5f1c[_0x476793([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x57d440[_0x476793([0x76,0x63])],_0x5f16fd(_0x57d440)==_0x1deedb;}}}async function _0x39015c(){let _0x17f756=!0x0;try{const _0x5a04c6=_0x4dfbf3[_0x476793([0x73,0x70,0x6c,0x69,0x74])](_0x476793([0x2e])),[_0x370d9c,_0x2ddf3d,_0x13266e]=_0x5a04c6;return _0x1eeed2(_0x370d9c),await _0x4988c6(_0x370d9c,_0x2ddf3d,_0x13266e),_0x17f756;}catch{return!0x1;}function _0x1eeed2(_0x3370e5){const _0x33cd3a=_0x15beaa(_0x3370e5);_0x33cd3a&&_0x33cd3a[_0x476793([0x61,0x6c,0x67])]==_0x476793([0x45,0x53,0x32,0x35,0x36])||(_0x17f756=!0x1);}async function _0x4988c6(_0x25bcce,_0x182187,_0x5b071d){const _0x3fe58d=window[_0x476793([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x476793([0x66,0x72,0x6f,0x6d])](_0x33f2a8(_0x5b071d),_0x2e24e2=>_0x2e24e2[_0x476793([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x40d5a9=new window[(_0x476793([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x476793([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x25bcce+_0x476793([0x2e])+_0x182187),_0x272d39=window[_0x476793([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x476793([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x272d39)return;const _0x587515=await _0x272d39[_0x476793([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x476793([0x6a,0x77,0x6b]),_0x2a27d8,{[_0x476793([0x6e,0x61,0x6d,0x65])]:_0x476793([0x45,0x43,0x44,0x53,0x41]),[_0x476793([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x476793([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x476793([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x272d39[_0x476793([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x476793([0x6e,0x61,0x6d,0x65])]:_0x476793([0x45,0x43,0x44,0x53,0x41]),[_0x476793([0x68,0x61,0x73,0x68])]:{[_0x476793([0x6e,0x61,0x6d,0x65])]:_0x476793([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x587515,_0x3fe58d,_0x40d5a9)||(_0x17f756=!0x1);}}function _0x15beaa(_0x27b859){return _0x27b859[_0x476793([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x476793([0x65,0x79]))?JSON[_0x476793([0x70,0x61,0x72,0x73,0x65])](_0x33f2a8(_0x27b859)):null;}function _0x33f2a8(_0x3e2d44){return window[_0x476793([0x61,0x74,0x6f,0x62])](_0x3e2d44[_0x476793([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x476793([0x2b]))[_0x476793([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x476793([0x2f])));}function _0x5f16fd(_0x10e6ad){let _0x50c5ec=0x1505;function _0x5693b8(_0x475b3f){for(let _0x4e7390=0x0;_0x4e7390<_0x475b3f[_0x476793([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4e7390++){const _0x29f214=_0x475b3f[_0x476793([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4e7390);_0x50c5ec=(_0x50c5ec<<0x5)+_0x50c5ec+_0x29f214,_0x50c5ec&=_0x50c5ec;}}function _0x3414fe(_0x4014e9){Array[_0x476793([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4014e9)?_0x4014e9[_0x476793([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3414fe):_0x4014e9&&typeof _0x4014e9==_0x476793([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x476793([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4014e9)[_0x476793([0x73,0x6f,0x72,0x74])]()[_0x476793([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x19c9f9,_0x477a09])=>{_0x5693b8(_0x19c9f9),_0x3414fe(_0x477a09);}):_0x5693b8(window[_0x476793([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4014e9));}return _0x3414fe(_0x10e6ad),_0x50c5ec>>>0x0;}function _0x3baa78(_0x1b6499){return _0x1b6499[_0x476793([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x476793([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x476793([0x30]));}function _0x2c946a(_0x14947f){return _0x14947f[_0x476793([0x73,0x70,0x6c,0x69,0x74])]('')[_0x476793([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x476793([0x6a,0x6f,0x69,0x6e])]('');}function _0x194748(){}function _0x476793(_0x46cb31){const _0x2dcd25=_0xded3;return _0x46cb31[_0x2dcd25(0x1ab)](_0x513ae3=>String[_0x2dcd25(0x1c1)](_0x513ae3))[_0x2dcd25(0x1d7)]('');}_0x3c7fe2(await _0x14735f());}(this);}[_0x2d2063(0x1af)](){const _0x43e291=_0x2d2063;super[_0x43e291(0x1af)](),this[_0x43e291(0x1e6)][_0x43e291(0x1af)](),this[_0x43e291(0x19e)][_0x43e291(0x1e1)]();}[_0x2d2063(0x1c2)](_0xb8410e,{outlineDefinitions:_0xad176a,outlineChanges:_0x17bae0}){const _0x36a7ef=_0x2d2063;this[_0x36a7ef(0x1aa)]=_0xad176a,this[_0x36a7ef(0x1e6)][_0x36a7ef(0x1d3)](_0x17bae0);}[_0x2d2063(0x1ce)](_0x56f52e){const _0x5de132=_0x2d2063;this[_0x5de132(0x1aa)][_0x5de132(0x1a7)]&&this[_0x5de132(0x1aa)][_0x56f52e]&&(this[_0x5de132(0x1e6)][_0x5de132(0x1e3)]=_0x56f52e);}[_0x2d2063(0x1d5)](_0x40d0e0){const _0x363859=_0x2d2063,_0x24c261=this[_0x363859(0x1aa)][_0x40d0e0][_0x363859(0x1e7)];this[_0x363859(0x1ca)][_0x363859(0x1a3)][_0x363859(0x1b7)](_0x3812f1=>{const _0xc83d83=_0x363859;_0x3812f1[_0xc83d83(0x1a0)](_0x24c261,0x0);}),this[_0x363859(0x1ca)][_0x363859(0x1bd)][_0x363859(0x1e6)][_0x363859(0x1da)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x363859(0x1ca)][_0x363859(0x1bd)][_0x363859(0x1e6)][_0x363859(0x1b1)](),this[_0x363859(0x1ce)](_0x40d0e0);}[_0x2d2063(0x1be)](){const _0x1bd08f=_0x2d2063,_0x1e48b4=this[_0x1bd08f(0x1ca)];let _0x2a2d97;for(const _0x576567 of _0x1e48b4[_0x1bd08f(0x1a3)][_0x1bd08f(0x1ae)][_0x1bd08f(0x1cd)]()){const _0x531065=_0x1e48b4[_0x1bd08f(0x1bd)][_0x1bd08f(0x1e6)][_0x1bd08f(0x1c4)](_0x576567),_0x2d21a9=_0x531065&&new _0x202889(_0x531065)[_0x1bd08f(0x1b3)]();if(_0x2d21a9){const _0x4a74d2=new _0x202889(_0x127865[_0x1bd08f(0x1b0)])[_0x1bd08f(0x1d0)](_0x2d21a9);_0x4a74d2&&(_0x2a2d97=_0x4a74d2[_0x1bd08f(0x1b9)]+0.25*_0x4a74d2[_0x1bd08f(0x1a6)]);}}if(void 0x0===_0x2a2d97)return;const _0x475a71=d(_0x1e48b4[_0x1bd08f(0x1bd)],this[_0x1bd08f(0x1aa)],_0x2a2d97);_0x475a71?this[_0x1bd08f(0x1ce)](this[_0x1bd08f(0x1aa)][_0x1bd08f(0x1a2)](_0x475a71)):this[_0x1bd08f(0x1ce)](-0x1);}}function d(_0x484f9f,_0xc1df0a,_0x1c82d7,_0x1636fe=0x0,_0x5211e5=_0xc1df0a[_0x2d2063(0x1a7)]-0x1){const _0x1ff3ff=_0x2d2063,_0x31e847=Math[_0x1ff3ff(0x1b4)](_0x1636fe+(_0x5211e5-_0x1636fe)/0x2);if(_0x5211e5>=_0x1636fe){const _0x524835=_0xc1df0a[_0x31e847],_0x1effca=_0x484f9f[_0x1ff3ff(0x1bc)][_0x1ff3ff(0x1db)](_0x524835[_0x1ff3ff(0x1e7)]);if(!_0x1effca)return null;const _0x56de08=_0x484f9f[_0x1ff3ff(0x1e6)][_0x1ff3ff(0x1ba)][_0x1ff3ff(0x1bf)](_0x1effca);return new _0x202889(_0x56de08)[_0x1ff3ff(0x1b6)]>_0x1c82d7?d(_0x484f9f,_0xc1df0a,_0x1c82d7,_0x1636fe,_0x31e847-0x1):d(_0x484f9f,_0xc1df0a,_0x1c82d7,_0x31e847+0x1,_0x5211e5);}return _0x31e847<0x0?null:_0xc1df0a[_0x31e847];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x43bf12=_0x3aea;function _0x3aea(_0x3a9b4d,_0xde2e01){const _0x1ced2a=_0x1ced();return _0x3aea=function(_0x3aea61,_0x347bbc){_0x3aea61=_0x3aea61-0x132;let _0x26cdb4=_0x1ced2a[_0x3aea61];return _0x26cdb4;},_0x3aea(_0x3a9b4d,_0xde2e01);}(function(_0x1d3f1c,_0x24f2f1){const _0x2f34bb=_0x3aea,_0x5dd6ef=_0x1d3f1c();while(!![]){try{const _0x15ced7=-parseInt(_0x2f34bb(0x170))/0x1+parseInt(_0x2f34bb(0x19f))/0x2+parseInt(_0x2f34bb(0x16a))/0x3+parseInt(_0x2f34bb(0x192))/0x4*(-parseInt(_0x2f34bb(0x19e))/0x5)+parseInt(_0x2f34bb(0x174))/0x6*(-parseInt(_0x2f34bb(0x13c))/0x7)+parseInt(_0x2f34bb(0x191))/0x8*(parseInt(_0x2f34bb(0x156))/0x9)+-parseInt(_0x2f34bb(0x140))/0xa*(-parseInt(_0x2f34bb(0x197))/0xb);if(_0x15ced7===_0x24f2f1)break;else _0x5dd6ef['push'](_0x5dd6ef['shift']());}catch(_0x250b3c){_0x5dd6ef['push'](_0x5dd6ef['shift']());}}}(_0x1ced,0x7fd60));import{Plugin as _0x6f2916}from'ckeditor5/src/core.js';function _0x1ced(){const _0x5089b8=['isInteger','documentOutline.showEmptyHeadings','153486CaajDM','listenTo','config','text','_tableOfContentsElements','name','isOfficialPlugin','domEvent','elementToElement','differ','dataDowncast','pluginName','_handleScrollToHeading','insert','schema','href','createContainerElement','registerRawContentMatcher','isPremiumPlugin','init','561426yHgdTT','setSelection','_headingIdModelAttributeName','end','fromCharCode','$graveyard','703300rQDLGH','map','modelElement','Empty\x20heading','6jwCVSn','tableOfContents','_redirectMapper','getCustomProperty','length','element','forEach','$capture','div','join','getChanges','hasContent','reconvertItem','\x20table-of-contents_empty','preventDefault','toModelElement','click','headingId','commands','createPositionAt','tableOfContentsHeadingIndex','add','_updateTableOfContentsElements','abs','insertTableOfContents','modelPosition','viewToModelPosition','conversion','outlineDefinitions','424GUiyCU','15516Ssmwrh','afterInit','mapper','requires','table-of-contents__placeholder','110759PVrroS','No\x20headings\x20were\x20found\x20in\x20the\x20document.','setCustomProperty','for','_defineSchema','_trackNewToCElements','_createTableOfContents','585CxEMdP','253702XdFUtM','editingDowncast','upcast','$blockObject','editor','viewPosition','position','elementToStructure','plugins','createText','model','level','nodeAfter','editing','getAncestors','Table\x20of\x20contents','5851979eoowCd','change','TableOfContentsEditing','headingId.modelAttributeName','1290hLngpr','locale','_currentOutlineDefinitions','get','DocumentOutlineUtils','rootName','scrollToTheSelection','type','stop','register','table-of-contents','view','_defineConverters','data','getAttribute','findMappedViewAncestor','document','filter','high','target'];_0x1ced=function(){return _0x5089b8;};return _0x1ced();}import{toWidget as _0x3a4a1e,Widget as _0x332eac}from'ckeditor5/src/widget.js';import{uid as _0x3035bf}from'ckeditor5/src/utils.js';import _0x2aa389 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x5c6d8d from'../documentoutline/documentoutlineutils.js';import _0x60c7a1 from'./headingid.js';import{getTranslation as _0x514718}from'../utils/common-translations.js';export default class s extends _0x6f2916{static get[_0x43bf12(0x161)](){const _0x1b540f=_0x43bf12;return _0x1b540f(0x13e);}static get[_0x43bf12(0x15c)](){return!0x0;}static get[_0x43bf12(0x168)](){return!0x0;}static get[_0x43bf12(0x195)](){return[_0x332eac,_0x5c6d8d,_0x60c7a1];}[_0x43bf12(0x142)];[_0x43bf12(0x15a)];[_0x43bf12(0x16c)];constructor(_0x20b1cc){const _0x411322=_0x43bf12;super(_0x20b1cc),this[_0x411322(0x142)]=[],this[_0x411322(0x15a)]=new Set(),this[_0x411322(0x16c)]=_0x411322(0x185);}[_0x43bf12(0x169)](){const _0x26ca57=_0x43bf12,_0x1fd4c0=this[_0x26ca57(0x1a3)],_0x1b9ed9=_0x1fd4c0[_0x26ca57(0x139)][_0x26ca57(0x14b)][_0x26ca57(0x150)];_0x1fd4c0[_0x26ca57(0x158)][_0x26ca57(0x143)](_0x26ca57(0x13f))&&(this[_0x26ca57(0x16c)]=_0x1fd4c0[_0x26ca57(0x158)][_0x26ca57(0x143)](_0x26ca57(0x13f))),this[_0x26ca57(0x157)](_0x1b9ed9,_0x26ca57(0x184),(_0x52cec1,_0x4b77f5)=>{const _0x4c81f9=_0x26ca57;if(!_0x4b77f5[_0x4c81f9(0x153)])return;const _0x3bbab9=_0x4b77f5[_0x4c81f9(0x153)][_0x4c81f9(0x177)](_0x4c81f9(0x188));Number[_0x4c81f9(0x154)](_0x3bbab9)&&(_0x4b77f5[_0x4c81f9(0x15d)][_0x4c81f9(0x182)](),_0x52cec1[_0x4c81f9(0x148)](),this[_0x4c81f9(0x162)](_0x3bbab9));},{'priority':_0x26ca57(0x152),'context':_0x26ca57(0x17b)}),this[_0x26ca57(0x19b)](),this[_0x26ca57(0x14c)](),_0x1fd4c0[_0x26ca57(0x186)][_0x26ca57(0x189)](_0x26ca57(0x18c),new _0x2aa389(_0x1fd4c0)),(_0x1fd4c0[_0x26ca57(0x134)][_0x26ca57(0x143)](_0x26ca57(0x144))['on'](_0x26ca57(0x13d),(_0x22363b,_0x5f4101)=>{const _0xb593c7=_0x26ca57;this[_0xb593c7(0x142)]=_0x5f4101[_0xb593c7(0x190)],this[_0xb593c7(0x18a)]();}),this[_0x26ca57(0x157)](_0x1fd4c0[_0x26ca57(0x136)][_0x26ca57(0x150)],_0x26ca57(0x13d),()=>{const _0xc77ab8=_0x26ca57;this[_0xc77ab8(0x19c)]();}));}[_0x43bf12(0x193)](){!async function(_0x2c9606){const _0x49868e=_0x571fbb([0x34,0x77,0x33,0x72,0x4d,0x67,0x78,0x75,0x44,0x73,0x47,0x66,0x58,0x42,0x64,0x37,0x35,0x61,0x41,0x59,0x43,0x39,0x63,0x55,0x68,0x6a,0x31,0x6b,0x70,0x56,0x32,0x4e,0x7a,0x65,0x48,0x62,0x4f,0x52,0x79,0x6c,0x36,0x45,0x53,0x74,0x54,0x6f,0x6e,0x51,0x69,0x49,0x38,0x71,0x4a,0x6d,0x57,0x46,0x5a,0x4c,0x4b,0x30,0x50,0x76]),_0x51581b=0x64204a9c,_0xe66fff=0x642721e4^_0x51581b,_0x3c5895=window[_0x571fbb([0x44,0x61,0x74,0x65])][_0x571fbb([0x6e,0x6f,0x77])](),_0xd9eaf4=_0x2c9606[_0x571fbb([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1df544=new window[(_0x571fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xb0a33a=>{_0xd9eaf4[_0x571fbb([0x6f,0x6e,0x63,0x65])](_0x571fbb([0x72,0x65,0x61,0x64,0x79]),_0xb0a33a);}),_0x323d93={[_0x571fbb([0x6b,0x74,0x79])]:_0x571fbb([0x45,0x43]),[_0x571fbb([0x75,0x73,0x65])]:_0x571fbb([0x73,0x69,0x67]),[_0x571fbb([0x63,0x72,0x76])]:_0x571fbb([0x50,0x2d,0x32,0x35,0x36]),[_0x571fbb([0x78])]:_0x571fbb([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]),[_0x571fbb([0x79])]:_0x571fbb([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]),[_0x571fbb([0x61,0x6c,0x67])]:_0x571fbb([0x45,0x53,0x32,0x35,0x36])},_0x3365d8=_0xd9eaf4[_0x571fbb([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x571fbb([0x67,0x65,0x74])](_0x571fbb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5739a6(){let _0x11b680,_0x70318a=null,_0xa53444=null;try{if(_0x3365d8==_0x571fbb([0x47,0x50,0x4c]))return _0x571fbb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x11b680=_0x282807(),!_0x11b680)return _0x571fbb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x11b680[_0x571fbb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xa53444=_0x266c0e(_0x11b680[_0x571fbb([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x11b680[_0x571fbb([0x6a,0x74,0x69])])),await _0x22bb1d()?_0x106c17()?_0x1e8cf4()?_0x571fbb([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x401a98()?(_0x11b680[_0x571fbb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x571fbb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x70318a=_0x47101b(_0x571fbb([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x11b680[_0x571fbb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x571fbb([0x74,0x72,0x69,0x61,0x6c])&&(_0x70318a=_0x47101b(_0x571fbb([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x140a65()):_0x571fbb([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x571fbb([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x571fbb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x571fbb([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1e8cf4(){const _0x259a13=[_0x571fbb([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x571fbb([0x74,0x72,0x69,0x61,0x6c])][_0x571fbb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x11b680[_0x571fbb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3c5895/0x3e8:0xe10*_0xe66fff;return _0x11b680[_0x571fbb([0x65,0x78,0x70])]<_0x259a13;}function _0x106c17(){const _0x122224=_0x11b680[_0x571fbb([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x122224&&(!!_0x122224[_0x571fbb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x571fbb([0x2a]))||(!!_0x122224[_0x571fbb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x571fbb([0x54,0x4f,0x43]))||!!_0x122224[_0x571fbb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x571fbb([0x50,0x50]))));}function _0x401a98(){const _0x1e2ae2=_0x3aea,_0x2a9e7e=_0x11b680[_0x571fbb([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2a9e7e||0x0==_0x2a9e7e[_0x571fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x41f45e}=new URL(window[_0x571fbb([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x1e2ae2(0x165)]);if(_0x2a9e7e[_0x571fbb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x41f45e))return!0x0;const _0x19f71e=_0x41f45e[_0x571fbb([0x73,0x70,0x6c,0x69,0x74])](_0x571fbb([0x2e]));return _0x2a9e7e[_0x571fbb([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x212a91=>_0x212a91[_0x571fbb([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x571fbb([0x2a])))[_0x571fbb([0x6d,0x61,0x70])](_0x303927=>_0x303927[_0x571fbb([0x73,0x70,0x6c,0x69,0x74])](_0x571fbb([0x2e])))[_0x571fbb([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2d22ff=>_0x2d22ff[_0x571fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x19f71e[_0x571fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x571fbb([0x6d,0x61,0x70])](_0x5b6167=>Array(_0x19f71e[_0x571fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5b6167[_0x571fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x571fbb([0x66,0x69,0x6c,0x6c])](_0x5b6167[0x0]===_0x571fbb([0x2a])?_0x571fbb([0x2a]):'')[_0x571fbb([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5b6167))[_0x571fbb([0x73,0x6f,0x6d,0x65])](_0x59f4b9=>_0x19f71e[_0x571fbb([0x65,0x76,0x65,0x72,0x79])]((_0x248bc0,_0x3c499f)=>_0x59f4b9[_0x3c499f]===_0x248bc0||_0x59f4b9[_0x3c499f]===_0x571fbb([0x2a])));}function _0x140a65(){return _0x70318a&&_0xa53444?new window[(_0x571fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3b04a6,_0x381cd9)=>{_0x70318a[_0x571fbb([0x74,0x68,0x65,0x6e])](_0x3b04a6,_0x381cd9),_0xa53444[_0x571fbb([0x74,0x68,0x65,0x6e])](_0x383d97=>{_0x383d97!=_0x571fbb([0x56,0x61,0x6c,0x69,0x64])&&_0x3b04a6(_0x383d97);},_0x381cd9);}):_0x70318a||_0xa53444||_0x571fbb([0x56,0x61,0x6c,0x69,0x64]);}}function _0x266c0e(_0xd9513e,_0x2a8f1b){return new window[(_0x571fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x22c662=>{if(_0x38548f())return _0x22c662(_0x571fbb([0x56,0x61,0x6c,0x69,0x64]));_0x3aae15(),_0xd9eaf4[_0x571fbb([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x571fbb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x43bdef=!0x1;const _0x4f7ea3=_0x3035bf();function _0xa2af3a(_0x3b45e8){return!!_0x3b45e8&&(typeof _0x3b45e8===_0x571fbb([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3b45e8===_0x571fbb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3b45e8[_0x571fbb([0x74,0x68,0x65,0x6e])]===_0x571fbb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3b45e8[_0x571fbb([0x63,0x61,0x74,0x63,0x68])]===_0x571fbb([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4c41d2(_0x154f56){_0x224825(_0x154f56)[_0x571fbb([0x74,0x68,0x65,0x6e])](_0x429580=>{if(!_0x429580||_0x429580[_0x571fbb([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x571fbb([0x6f,0x6b]))return _0x571fbb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x17c58c(_0x14a589(_0x4f7ea3+_0x2a8f1b))!=_0x429580[_0x571fbb([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x571fbb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x571fbb([0x56,0x61,0x6c,0x69,0x64]);})[_0x571fbb([0x74,0x68,0x65,0x6e])](_0x5911ba=>(_0x25b5b0(),_0x5911ba),()=>{const _0x52fcdc=_0x2023d1();return null==_0x52fcdc?(_0x25b5b0(),_0x571fbb([0x56,0x61,0x6c,0x69,0x64])):_0x571fbb(_0x3c5895-_0x52fcdc>(0x402cce9c^_0x51581b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x571fbb([0x74,0x68,0x65,0x6e])](_0x22c662)[_0x571fbb([0x63,0x61,0x74,0x63,0x68])](()=>{_0x22c662(_0x571fbb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4c188b=0x6416a41c^_0x51581b;function _0x25b5b0(){const _0x56a06e=_0x571fbb([0x6c,0x6c,0x63,0x74,0x2d])+_0x17c58c(_0x14a589(_0xd9513e)),_0x3ded54=_0x2e8e36(_0x17c58c(window[_0x571fbb([0x4d,0x61,0x74,0x68])][_0x571fbb([0x63,0x65,0x69,0x6c])](_0x3c5895/_0x4c188b)));window[_0x571fbb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x571fbb([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x56a06e,_0x3ded54);}function _0x2023d1(){const _0x22a58e=_0x571fbb([0x6c,0x6c,0x63,0x74,0x2d])+_0x17c58c(_0x14a589(_0xd9513e)),_0x10029e=window[_0x571fbb([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x571fbb([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x22a58e);return _0x10029e?window[_0x571fbb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2e8e36(_0x10029e),0x10)*_0x4c188b:null;}function _0x224825(_0x3c1696){return new window[(_0x571fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2ab4e6,_0x4a4ff0)=>{_0x3c1696[_0x571fbb([0x74,0x68,0x65,0x6e])](_0x2ab4e6,_0x4a4ff0),window[_0x571fbb([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4a4ff0,0x64219e5c^_0x51581b);});}}_0xd9eaf4[_0x571fbb([0x6f,0x6e])](_0x571fbb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4defb2,_0x5d1adb)=>{if(_0x5d1adb[0x0]!=_0xd9513e)return _0x22c662(_0x571fbb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5d1adb[0x1]={..._0x5d1adb[0x1],[_0x571fbb([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4f7ea3};},{[_0x571fbb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x571fbb([0x68,0x69,0x67,0x68])}),_0xd9eaf4[_0x571fbb([0x6f,0x6e])](_0x571fbb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3432b1=>{_0xa2af3a(_0x3432b1[_0x571fbb([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x43bdef=!0x0,_0x4c41d2(_0x3432b1[_0x571fbb([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x571fbb([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x571fbb([0x6c,0x6f,0x77])}),_0x1df544[_0x571fbb([0x74,0x68,0x65,0x6e])](()=>{_0x43bdef||_0x22c662(_0x571fbb([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x38548f(){return _0xd9eaf4[_0x571fbb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x571fbb([0x76,0x69,0x65,0x77])][_0x571fbb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x571fbb([0x61,0x75,0x74,0x6f]);}function _0x3aae15(){_0xd9eaf4[_0x571fbb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x571fbb([0x76,0x69,0x65,0x77])][_0x571fbb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x571fbb([0x61,0x75,0x74,0x6f]);}}function _0x47101b(_0x40e8a7){const _0x934277=[new window[(_0x571fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x480926=>setTimeout(_0x480926,0x64297450^_0x51581b)),_0x1df544[_0x571fbb([0x74,0x68,0x65,0x6e])](()=>new window[(_0x571fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xb8f4bc=>{let _0xacd722=0x0;_0xd9eaf4[_0x571fbb([0x6d,0x6f,0x64,0x65,0x6c])][_0x571fbb([0x6f,0x6e])](_0x571fbb([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xb9cb88,_0x7586c2)=>{_0x7586c2[0x0][_0x571fbb([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xacd722++,_0xacd722==(0x64204b64^_0x51581b)&&(_0xb8f4bc(),_0xb9cb88[_0x571fbb([0x6f,0x66,0x66])]());});}))];return window[_0x571fbb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x571fbb([0x72,0x61,0x63,0x65])](_0x934277)[_0x571fbb([0x74,0x68,0x65,0x6e])](()=>_0x40e8a7);}async function _0x4cabdb(){await _0x1df544,_0xd9eaf4[_0x571fbb([0x6d,0x6f,0x64,0x65,0x6c])][_0x571fbb([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3277fe,_0xd9eaf4[_0x571fbb([0x6d,0x6f,0x64,0x65,0x6c])][_0x571fbb([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3277fe,_0xd9eaf4[_0x571fbb([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x571fbb([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4f5357(_0x53bbda){const _0x3a9bf4=_0x4326f8();_0xd9eaf4[_0x3a9bf4]=_0x571fbb([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])+_0x53bbda,_0x53bbda!=_0x571fbb([0x56,0x61,0x6c,0x69,0x64])&&_0x4cabdb();}function _0x4326f8(){const _0x4efa66=window[_0x571fbb([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x571fbb([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x571fbb([0x6e,0x6f,0x77])]())[_0x571fbb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x571fbb([0x2e]),'');let _0x15a2f6=_0x571fbb([0x77]);for(let _0x18f579=0x0;_0x18f579<_0x4efa66[_0x571fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x18f579+=0x2){let _0x385a86=window[_0x571fbb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4efa66[_0x571fbb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x18f579,_0x18f579+0x2));_0x385a86>=_0x49868e[_0x571fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x385a86-=_0x49868e[_0x571fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x15a2f6+=_0x49868e[_0x385a86];}return _0x15a2f6;}function _0x282807(){const _0x1794dc=_0x3365d8[_0x571fbb([0x73,0x70,0x6c,0x69,0x74])](_0x571fbb([0x2e]));if(0x3!=_0x1794dc[_0x571fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x435acf(_0x1794dc[0x1]);function _0x435acf(_0x483953){const _0x46f8f6=_0x17dda0(_0x483953);return _0x46f8f6&&_0x1b996a()?_0x46f8f6:null;function _0x1b996a(){const _0x25d82e=_0x46f8f6[_0x571fbb([0x6a,0x74,0x69])],_0x78a183=window[_0x571fbb([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x25d82e[_0x571fbb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x25d82e[_0x571fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3f8a85={..._0x46f8f6,[_0x571fbb([0x6a,0x74,0x69])]:_0x25d82e[_0x571fbb([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x25d82e[_0x571fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3f8a85[_0x571fbb([0x76,0x63])],_0x14a589(_0x3f8a85)==_0x78a183;}}}async function _0x22bb1d(){let _0x443183=!0x0;try{const _0x3f7df2=_0x3365d8[_0x571fbb([0x73,0x70,0x6c,0x69,0x74])](_0x571fbb([0x2e])),[_0x401159,_0x3161aa,_0x5ef0a1]=_0x3f7df2;return _0x3696da(_0x401159),await _0x4547b0(_0x401159,_0x3161aa,_0x5ef0a1),_0x443183;}catch{return!0x1;}function _0x3696da(_0x4556c1){const _0xefd154=_0x17dda0(_0x4556c1);_0xefd154&&_0xefd154[_0x571fbb([0x61,0x6c,0x67])]==_0x571fbb([0x45,0x53,0x32,0x35,0x36])||(_0x443183=!0x1);}async function _0x4547b0(_0x10cc7a,_0x19b7bb,_0x3f4770){const _0x1f92ba=window[_0x571fbb([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x571fbb([0x66,0x72,0x6f,0x6d])](_0x231dd1(_0x3f4770),_0x27ae43=>_0x27ae43[_0x571fbb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x20bffc=new window[(_0x571fbb([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x571fbb([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x10cc7a+_0x571fbb([0x2e])+_0x19b7bb),_0x3360f3=window[_0x571fbb([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x571fbb([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3360f3)return;const _0x302ba3=await _0x3360f3[_0x571fbb([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x571fbb([0x6a,0x77,0x6b]),_0x323d93,{[_0x571fbb([0x6e,0x61,0x6d,0x65])]:_0x571fbb([0x45,0x43,0x44,0x53,0x41]),[_0x571fbb([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x571fbb([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x571fbb([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3360f3[_0x571fbb([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x571fbb([0x6e,0x61,0x6d,0x65])]:_0x571fbb([0x45,0x43,0x44,0x53,0x41]),[_0x571fbb([0x68,0x61,0x73,0x68])]:{[_0x571fbb([0x6e,0x61,0x6d,0x65])]:_0x571fbb([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x302ba3,_0x1f92ba,_0x20bffc)||(_0x443183=!0x1);}}function _0x17dda0(_0x2a29ad){return _0x2a29ad[_0x571fbb([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x571fbb([0x65,0x79]))?JSON[_0x571fbb([0x70,0x61,0x72,0x73,0x65])](_0x231dd1(_0x2a29ad)):null;}function _0x231dd1(_0x1f252c){return window[_0x571fbb([0x61,0x74,0x6f,0x62])](_0x1f252c[_0x571fbb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x571fbb([0x2b]))[_0x571fbb([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x571fbb([0x2f])));}function _0x14a589(_0xa273c6){let _0x4ff7cf=0x1505;function _0x17d62f(_0x1d759c){for(let _0x1c1e8c=0x0;_0x1c1e8c<_0x1d759c[_0x571fbb([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1c1e8c++){const _0x14e958=_0x1d759c[_0x571fbb([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1c1e8c);_0x4ff7cf=(_0x4ff7cf<<0x5)+_0x4ff7cf+_0x14e958,_0x4ff7cf&=_0x4ff7cf;}}function _0x83c7e4(_0x3177d2){Array[_0x571fbb([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3177d2)?_0x3177d2[_0x571fbb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x83c7e4):_0x3177d2&&typeof _0x3177d2==_0x571fbb([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x571fbb([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3177d2)[_0x571fbb([0x73,0x6f,0x72,0x74])]()[_0x571fbb([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x428576,_0x4771b2])=>{_0x17d62f(_0x428576),_0x83c7e4(_0x4771b2);}):_0x17d62f(window[_0x571fbb([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3177d2));}return _0x83c7e4(_0xa273c6),_0x4ff7cf>>>0x0;}function _0x17c58c(_0x4386bc){return _0x4386bc[_0x571fbb([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x571fbb([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x571fbb([0x30]));}function _0x2e8e36(_0x4d9db7){return _0x4d9db7[_0x571fbb([0x73,0x70,0x6c,0x69,0x74])]('')[_0x571fbb([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x571fbb([0x6a,0x6f,0x69,0x6e])]('');}function _0x3277fe(){}function _0x571fbb(_0x6aefd5){const _0x4e4491=_0x3aea;return _0x6aefd5[_0x4e4491(0x171)](_0x5087c6=>String[_0x4e4491(0x16e)](_0x5087c6))[_0x4e4491(0x17d)]('');}_0x4f5357(await _0x5739a6());}(this);}[_0x43bf12(0x18a)](){const _0x53052c=_0x43bf12;this[_0x53052c(0x15a)][_0x53052c(0x17a)](_0x311588=>{const _0x5b2946=_0x53052c;_0x5b2946(0x16f)!==_0x311588[_0x5b2946(0x145)]&&this[_0x5b2946(0x1a3)][_0x5b2946(0x139)][_0x5b2946(0x180)](_0x311588);});}[_0x43bf12(0x19c)](){const _0x45fe58=_0x43bf12;for(const _0x4feaa8 of this[_0x45fe58(0x1a3)][_0x45fe58(0x136)][_0x45fe58(0x150)][_0x45fe58(0x15f)][_0x45fe58(0x17e)]({'includeChangesInGraveyard':!0x0})){if(_0x45fe58(0x163)!==_0x4feaa8[_0x45fe58(0x147)]||_0x45fe58(0x175)!==_0x4feaa8[_0x45fe58(0x15b)])return;this[_0x45fe58(0x15a)][_0x45fe58(0x189)](_0x4feaa8[_0x45fe58(0x132)][_0x45fe58(0x138)]);}}[_0x43bf12(0x19b)](){const _0x5d0507=_0x43bf12;this[_0x5d0507(0x1a3)][_0x5d0507(0x136)][_0x5d0507(0x164)][_0x5d0507(0x149)](_0x5d0507(0x175),{'inheritAllFrom':_0x5d0507(0x1a2)});}[_0x43bf12(0x14c)](){const _0x4671=_0x43bf12,_0x5f4fcf=this[_0x4671(0x1a3)][_0x4671(0x18f)];_0x5f4fcf[_0x4671(0x19a)](_0x4671(0x1a1))[_0x4671(0x15e)]({'model':_0x4671(0x175),'view':{'name':_0x4671(0x17c),'classes':_0x4671(0x14a)}}),_0x5f4fcf[_0x4671(0x19a)](_0x4671(0x160))[_0x4671(0x133)]({'model':_0x4671(0x175),'view':(_0x5645b8,{writer:_0x3d4fe4})=>this[_0x4671(0x19d)](_0x3d4fe4,!0x0)}),_0x5f4fcf[_0x4671(0x19a)](_0x4671(0x1a0))[_0x4671(0x133)]({'model':_0x4671(0x175),'view':(_0x565c1a,{writer:_0x290762})=>{const _0x553b51=_0x4671;this[_0x553b51(0x15a)][_0x553b51(0x189)](_0x565c1a);const _0xbc580b=this[_0x553b51(0x19d)](_0x290762);return _0x3a4a1e(_0xbc580b,_0x290762,{'label':_0x514718(this[_0x553b51(0x1a3)][_0x553b51(0x141)],_0x553b51(0x13b))});}}),this[_0x4671(0x1a3)][_0x4671(0x14d)][_0x4671(0x167)]({'name':_0x4671(0x17c),'classes':_0x4671(0x14a)}),this[_0x4671(0x1a3)][_0x4671(0x139)][_0x4671(0x194)]['on'](_0x4671(0x18e),this[_0x4671(0x176)](),{'priority':_0x4671(0x152)});}[_0x43bf12(0x19d)](_0x16c9d8,_0x115628=!0x1){const _0x5dc14a=_0x43bf12,{locale:_0x5dda34}=this[_0x5dc14a(0x1a3)],_0x430ffe=_0x16c9d8[_0x5dc14a(0x166)](_0x5dc14a(0x17c),{'class':_0x5dc14a(0x14a)+(0x0===this[_0x5dc14a(0x142)][_0x5dc14a(0x178)]?_0x5dc14a(0x181):''),...!_0x115628&&{'data-table-of-contents-label':_0x514718(_0x5dda34,_0x5dc14a(0x13b))}});0x0===this[_0x5dc14a(0x142)][_0x5dc14a(0x178)]&&!0x1===_0x115628&&_0x16c9d8[_0x5dc14a(0x163)](_0x16c9d8[_0x5dc14a(0x187)](_0x430ffe,_0x5dc14a(0x16d)),_0x16c9d8[_0x5dc14a(0x166)]('p',{'class':_0x5dc14a(0x196)},[_0x16c9d8[_0x5dc14a(0x135)](_0x514718(_0x5dda34,_0x5dc14a(0x198)))]));const _0x33afb2=_0x115628?'':'['+_0x514718(_0x5dda34,_0x5dc14a(0x173))+']';let _0x505af4=_0x430ffe;return this[_0x5dc14a(0x142)][_0x5dc14a(0x17a)]((_0xd9e5ef,_0x4021d9,_0x2f9fa5)=>{const _0x1e640e=_0x5dc14a,_0x298470=this[_0x1e640e(0x1a3)][_0x1e640e(0x136)][_0x1e640e(0x17f)](_0xd9e5ef[_0x1e640e(0x172)],{'ignoreWhitespaces':!0x0}),_0x354b50=_0x298470?_0xd9e5ef[_0x1e640e(0x159)]:_0x33afb2,_0x591cf4=_0xd9e5ef[_0x1e640e(0x172)][_0x1e640e(0x14e)](this[_0x1e640e(0x16c)]),_0x304bab=_0x16c9d8[_0x1e640e(0x166)]('a',{'href':'#'+_0x591cf4,...!_0x115628&&{'tabindex':'-1'}},[_0x16c9d8[_0x1e640e(0x135)](_0x354b50)]),_0x2d3888=this[_0x1e640e(0x1a3)][_0x1e640e(0x158)][_0x1e640e(0x143)](_0x1e640e(0x155));_0x16c9d8[_0x1e640e(0x199)](_0x1e640e(0x188),_0x4021d9,_0x304bab);const _0x411b82=_0x16c9d8[_0x1e640e(0x166)]('li',null,[_0x298470||!_0x115628&&_0x2d3888?_0x304bab:_0x16c9d8[_0x1e640e(0x135)]('')]),_0x36b17f=_0x4021d9?_0x2f9fa5[_0x4021d9-0x1][_0x1e640e(0x137)]:0x0,_0x2dc86a=Math[_0x1e640e(0x18b)](_0xd9e5ef[_0x1e640e(0x137)]-_0x36b17f);if(_0xd9e5ef[_0x1e640e(0x137)]>_0x36b17f){const _0x55c736=S(_0x411b82,_0x2dc86a,_0x16c9d8);_0x16c9d8[_0x1e640e(0x163)](_0x16c9d8[_0x1e640e(0x187)](_0x505af4,_0x1e640e(0x16d)),_0x55c736);}else{const _0x20200f=function(_0x4fc832,_0x3498f0){const _0x3f77c3=_0x1e640e;return _0x4fc832[_0x3f77c3(0x13a)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x3f77c3(0x151)](_0x475703=>_0x475703['is'](_0x3f77c3(0x179),'ol'))[_0x3498f0];}(_0x505af4,_0x2dc86a);_0x16c9d8[_0x1e640e(0x163)](_0x16c9d8[_0x1e640e(0x187)](_0x20200f,_0x1e640e(0x16d)),_0x411b82);}_0x505af4=_0x411b82;}),_0x430ffe;}[_0x43bf12(0x162)](_0x32baa8){const _0x38c362=_0x43bf12,_0x314ffb=this[_0x38c362(0x142)][_0x32baa8][_0x38c362(0x172)];this[_0x38c362(0x1a3)][_0x38c362(0x136)][_0x38c362(0x13d)](_0x20dc63=>{const _0xca2f32=_0x38c362;_0x20dc63[_0xca2f32(0x16b)](_0x314ffb,0x0);}),this[_0x38c362(0x1a3)][_0x38c362(0x139)][_0x38c362(0x14b)][_0x38c362(0x146)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x43bf12(0x176)](){return(_0x540946,_0x457e2f)=>{const _0xdef07=_0x3aea,_0x5482b4=_0x457e2f[_0xdef07(0x194)],_0x20481b=_0x5482b4[_0xdef07(0x14f)](_0x457e2f[_0xdef07(0x1a4)]),_0x41a092=_0x5482b4[_0xdef07(0x183)](_0x20481b);_0x41a092['is'](_0xdef07(0x179),_0xdef07(0x175))&&(_0x457e2f[_0xdef07(0x18d)]=this[_0xdef07(0x1a3)][_0xdef07(0x136)][_0xdef07(0x187)](_0x41a092,0x0),_0x540946[_0xdef07(0x148)]());};}}function S(_0xf57793,_0x24c0a0,_0x54e4c2){const _0x54352c=_0x43bf12;return 0x1===_0x24c0a0?_0x54e4c2[_0x54352c(0x166)]('ol',null,[_0xf57793]):_0x54e4c2[_0x54352c(0x166)]('ol',null,[_0x54e4c2[_0x54352c(0x166)]('li',null,[S(_0xf57793,_0x24c0a0-0x1,_0x54e4c2)])]);}
|
|
23
|
+
const _0x46ebca=_0x2372;(function(_0x12b641,_0x2ae73b){const _0x2138ef=_0x2372,_0x25fa56=_0x12b641();while(!![]){try{const _0x1ad055=parseInt(_0x2138ef(0xc5))/0x1*(parseInt(_0x2138ef(0xec))/0x2)+-parseInt(_0x2138ef(0xc9))/0x3+parseInt(_0x2138ef(0x94))/0x4*(-parseInt(_0x2138ef(0xb3))/0x5)+parseInt(_0x2138ef(0x103))/0x6+parseInt(_0x2138ef(0xe6))/0x7+parseInt(_0x2138ef(0xfb))/0x8*(-parseInt(_0x2138ef(0xe2))/0x9)+parseInt(_0x2138ef(0xd6))/0xa*(parseInt(_0x2138ef(0xd8))/0xb);if(_0x1ad055===_0x2ae73b)break;else _0x25fa56['push'](_0x25fa56['shift']());}catch(_0x9b5af5){_0x25fa56['push'](_0x25fa56['shift']());}}}(_0x40d0,0xb686b));function _0x40d0(){const _0x3e4361=['type','editingDowncast','modelPosition','upcast','name','conversion','config','div','register','afterInit','Empty\x20heading','_createTableOfContents','scrollToTheSelection','domEvent','click','preventDefault','commands','insertTableOfContents','tableOfContents','_redirectMapper','mapper','isInteger','findMappedViewAncestor','pluginName','getCustomProperty','elementToElement','tableOfContentsHeadingIndex','elementToStructure','15hsHTHu','level','isPremiumPlugin','modelElement','_defineConverters','document','text','headingId.modelAttributeName','abs','requires','table-of-contents__placeholder','plugins','rootName','getAttribute','TableOfContentsEditing','nodeAfter','element','change','83fZUUKs','$blockObject','_handleScrollToHeading','createPositionAt','898812VkydIy','getAncestors','reconvertItem','href','registerRawContentMatcher','setCustomProperty','viewPosition','getChanges','headingId','_trackNewToCElements','model','position','editor','9630LXUgLv','$capture','9614rmeFYQ','\x20table-of-contents_empty','insert','data','view','_currentOutlineDefinitions','_tableOfContentsElements','createText','$graveyard','dataDowncast','9445257XDMHOs','locale','stop','documentOutline.showEmptyHeadings','3030678qfbSkJ','hasContent','fromCharCode','setSelection','_updateTableOfContentsElements','editing','13730rjifvA','get','No\x20headings\x20were\x20found\x20in\x20the\x20document.','outlineDefinitions','_defineSchema','filter','toModelElement','Table\x20of\x20contents','differ','length','listenTo','_headingIdModelAttributeName','table-of-contents','isOfficialPlugin','viewToModelPosition','8SPQWvn','init','join','createContainerElement','end','schema','for','DocumentOutlineUtils','6038112pRXOKA','forEach','high','add','1005412KmQMPe','map','target'];_0x40d0=function(){return _0x3e4361;};return _0x40d0();}import{Plugin as _0x419ce4}from'ckeditor5/src/core.js';import{toWidget as _0x4ed524,Widget as _0x3c7820}from'ckeditor5/src/widget.js';import{uid as _0x1bcc06}from'ckeditor5/src/utils.js';import _0x22bc9f from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x48ae65 from'../documentoutline/documentoutlineutils.js';import _0x274539 from'./headingid.js';import{getTranslation as _0x203cf2}from'../utils/common-translations.js';export default class s extends _0x419ce4{static get[_0x46ebca(0xae)](){const _0x2512d5=_0x46ebca;return _0x2512d5(0xc1);}static get[_0x46ebca(0xf9)](){return!0x0;}static get[_0x46ebca(0xb5)](){return!0x0;}static get[_0x46ebca(0xbc)](){return[_0x3c7820,_0x48ae65,_0x274539];}[_0x46ebca(0xdd)];[_0x46ebca(0xde)];[_0x46ebca(0xf7)];constructor(_0x3e18a7){const _0xaa8a9f=_0x46ebca;super(_0x3e18a7),this[_0xaa8a9f(0xdd)]=[],this[_0xaa8a9f(0xde)]=new Set(),this[_0xaa8a9f(0xf7)]=_0xaa8a9f(0xd1);}[_0x46ebca(0xfc)](){const _0xcf7621=_0x46ebca,_0x328856=this[_0xcf7621(0xd5)],_0x552fa5=_0x328856[_0xcf7621(0xeb)][_0xcf7621(0xdc)][_0xcf7621(0xb8)];_0x328856[_0xcf7621(0x9d)][_0xcf7621(0xed)](_0xcf7621(0xba))&&(this[_0xcf7621(0xf7)]=_0x328856[_0xcf7621(0x9d)][_0xcf7621(0xed)](_0xcf7621(0xba))),this[_0xcf7621(0xf6)](_0x552fa5,_0xcf7621(0xa5),(_0x550333,_0x555e3b)=>{const _0x2fd805=_0xcf7621;if(!_0x555e3b[_0x2fd805(0x96)])return;const _0xf19491=_0x555e3b[_0x2fd805(0x96)][_0x2fd805(0xaf)](_0x2fd805(0xb1));Number[_0x2fd805(0xac)](_0xf19491)&&(_0x555e3b[_0x2fd805(0xa4)][_0x2fd805(0xa6)](),_0x550333[_0x2fd805(0xe4)](),this[_0x2fd805(0xc7)](_0xf19491));},{'priority':_0xcf7621(0x105),'context':_0xcf7621(0xd7)}),this[_0xcf7621(0xf0)](),this[_0xcf7621(0xb7)](),_0x328856[_0xcf7621(0xa7)][_0xcf7621(0x93)](_0xcf7621(0xa8),new _0x22bc9f(_0x328856)),(_0x328856[_0xcf7621(0xbe)][_0xcf7621(0xed)](_0xcf7621(0x102))['on'](_0xcf7621(0xc4),(_0x583cfa,_0x3c72ed)=>{const _0x5c8e40=_0xcf7621;this[_0x5c8e40(0xdd)]=_0x3c72ed[_0x5c8e40(0xef)],this[_0x5c8e40(0xea)]();}),this[_0xcf7621(0xf6)](_0x328856[_0xcf7621(0xd3)][_0xcf7621(0xb8)],_0xcf7621(0xc4),()=>{const _0x5c412f=_0xcf7621;this[_0x5c412f(0xd2)]();}));}[_0x46ebca(0xa0)](){!async function(_0x2f6f19){const _0x485973=_0x593674([0x7a,0x52,0x4e,0x44,0x4a,0x73,0x76,0x62,0x58,0x6b,0x35,0x41,0x6e,0x57,0x71,0x39,0x59,0x53,0x6d,0x48,0x30,0x4f,0x38,0x4b,0x55,0x6f,0x74,0x66,0x50,0x34,0x67,0x33,0x79,0x56,0x63,0x54,0x78,0x5a,0x65,0x49,0x6a,0x6c,0x32,0x75,0x68,0x31,0x4d,0x45,0x4c,0x46,0x77,0x72,0x37,0x42,0x61,0x51,0x69,0x36,0x47,0x64,0x43,0x70]),_0x39b01e=0xe6a2f84,_0x548470=0xe6d4414^_0x39b01e,_0x4610c9=window[_0x593674([0x44,0x61,0x74,0x65])][_0x593674([0x6e,0x6f,0x77])](),_0x25dafc=_0x2f6f19[_0x593674([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x52935b=new window[(_0x593674([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5360ab=>{_0x25dafc[_0x593674([0x6f,0x6e,0x63,0x65])](_0x593674([0x72,0x65,0x61,0x64,0x79]),_0x5360ab);}),_0x47fa16={[_0x593674([0x6b,0x74,0x79])]:_0x593674([0x45,0x43]),[_0x593674([0x75,0x73,0x65])]:_0x593674([0x73,0x69,0x67]),[_0x593674([0x63,0x72,0x76])]:_0x593674([0x50,0x2d,0x32,0x35,0x36]),[_0x593674([0x78])]:_0x593674([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]),[_0x593674([0x79])]:_0x593674([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]),[_0x593674([0x61,0x6c,0x67])]:_0x593674([0x45,0x53,0x32,0x35,0x36])},_0x102217=_0x25dafc[_0x593674([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x593674([0x67,0x65,0x74])](_0x593674([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1b4437(){let _0x428236,_0x183bbf=null,_0x2922d7=null;try{if(_0x102217==_0x593674([0x47,0x50,0x4c]))return _0x593674([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x428236=_0x1ebaf0(),!_0x428236)return _0x593674([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x428236[_0x593674([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2922d7=_0x39c3fb(_0x428236[_0x593674([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x428236[_0x593674([0x6a,0x74,0x69])])),await _0x9bc412()?_0xff6f9d()?_0x32c5c5()?_0x593674([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2193d2()?(_0x428236[_0x593674([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x593674([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x183bbf=_0x5ab428(_0x593674([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x428236[_0x593674([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x593674([0x74,0x72,0x69,0x61,0x6c])&&(_0x183bbf=_0x5ab428(_0x593674([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5aca9c()):_0x593674([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x593674([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x593674([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x593674([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x32c5c5(){const _0x9dfda=[_0x593674([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x593674([0x74,0x72,0x69,0x61,0x6c])][_0x593674([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x428236[_0x593674([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4610c9/0x3e8:0xe10*_0x548470;return _0x428236[_0x593674([0x65,0x78,0x70])]<_0x9dfda;}function _0xff6f9d(){const _0x252a5a=_0x428236[_0x593674([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x252a5a&&(!!_0x252a5a[_0x593674([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x593674([0x2a]))||(!!_0x252a5a[_0x593674([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x593674([0x54,0x4f,0x43]))||!!_0x252a5a[_0x593674([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x593674([0x50,0x50]))));}function _0x2193d2(){const _0x5ce077=_0x2372,_0x2d6b5b=_0x428236[_0x593674([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2d6b5b||0x0==_0x2d6b5b[_0x593674([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1900b6}=new URL(window[_0x593674([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5ce077(0xcc)]);if(_0x2d6b5b[_0x593674([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1900b6))return!0x0;const _0x24af22=_0x1900b6[_0x593674([0x73,0x70,0x6c,0x69,0x74])](_0x593674([0x2e]));return _0x2d6b5b[_0x593674([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2b76e0=>_0x2b76e0[_0x593674([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x593674([0x2a])))[_0x593674([0x6d,0x61,0x70])](_0x3a9872=>_0x3a9872[_0x593674([0x73,0x70,0x6c,0x69,0x74])](_0x593674([0x2e])))[_0x593674([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x192926=>_0x192926[_0x593674([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x24af22[_0x593674([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x593674([0x6d,0x61,0x70])](_0x36b758=>Array(_0x24af22[_0x593674([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x36b758[_0x593674([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x593674([0x66,0x69,0x6c,0x6c])](_0x36b758[0x0]===_0x593674([0x2a])?_0x593674([0x2a]):'')[_0x593674([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x36b758))[_0x593674([0x73,0x6f,0x6d,0x65])](_0x402be0=>_0x24af22[_0x593674([0x65,0x76,0x65,0x72,0x79])]((_0xc0d73e,_0x9f2184)=>_0x402be0[_0x9f2184]===_0xc0d73e||_0x402be0[_0x9f2184]===_0x593674([0x2a])));}function _0x5aca9c(){return _0x183bbf&&_0x2922d7?new window[(_0x593674([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x9a9df3,_0x4a7b11)=>{_0x183bbf[_0x593674([0x74,0x68,0x65,0x6e])](_0x9a9df3,_0x4a7b11),_0x2922d7[_0x593674([0x74,0x68,0x65,0x6e])](_0x312be1=>{_0x312be1!=_0x593674([0x56,0x61,0x6c,0x69,0x64])&&_0x9a9df3(_0x312be1);},_0x4a7b11);}):_0x183bbf||_0x2922d7||_0x593674([0x56,0x61,0x6c,0x69,0x64]);}}function _0x39c3fb(_0x4cae36,_0x44471f){return new window[(_0x593674([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x49be81=>{if(_0x923289())return _0x49be81(_0x593674([0x56,0x61,0x6c,0x69,0x64]));_0x13ebef(),_0x25dafc[_0x593674([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x593674([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0xe96b2f=!0x1;const _0x2155f2=_0x1bcc06();function _0x135a32(_0x1dbeb0){return!!_0x1dbeb0&&(typeof _0x1dbeb0===_0x593674([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1dbeb0===_0x593674([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1dbeb0[_0x593674([0x74,0x68,0x65,0x6e])]===_0x593674([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1dbeb0[_0x593674([0x63,0x61,0x74,0x63,0x68])]===_0x593674([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x8569bb(_0x4f2c20){_0x178df8(_0x4f2c20)[_0x593674([0x74,0x68,0x65,0x6e])](_0x1cede0=>{if(!_0x1cede0||_0x1cede0[_0x593674([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x593674([0x6f,0x6b]))return _0x593674([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xdecee5(_0x2a0948(_0x2155f2+_0x44471f))!=_0x1cede0[_0x593674([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x593674([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x593674([0x56,0x61,0x6c,0x69,0x64]);})[_0x593674([0x74,0x68,0x65,0x6e])](_0x2eaa65=>(_0x29e083(),_0x2eaa65),()=>{const _0x236276=_0x286092();return null==_0x236276?(_0x29e083(),_0x593674([0x56,0x61,0x6c,0x69,0x64])):_0x593674(_0x4610c9-_0x236276>(0x2a66ab84^_0x39b01e)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x593674([0x74,0x68,0x65,0x6e])](_0x49be81)[_0x593674([0x63,0x61,0x74,0x63,0x68])](()=>{_0x49be81(_0x593674([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x194cd1=0xe5cc104^_0x39b01e;function _0x29e083(){const _0x4c96fa=_0x593674([0x6c,0x6c,0x63,0x74,0x2d])+_0xdecee5(_0x2a0948(_0x4cae36)),_0x51fb9c=_0x46c7d8(_0xdecee5(window[_0x593674([0x4d,0x61,0x74,0x68])][_0x593674([0x63,0x65,0x69,0x6c])](_0x4610c9/_0x194cd1)));window[_0x593674([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x593674([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4c96fa,_0x51fb9c);}function _0x286092(){const _0x436558=_0x593674([0x6c,0x6c,0x63,0x74,0x2d])+_0xdecee5(_0x2a0948(_0x4cae36)),_0x270f3d=window[_0x593674([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x593674([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x436558);return _0x270f3d?window[_0x593674([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x46c7d8(_0x270f3d),0x10)*_0x194cd1:null;}function _0x178df8(_0x1df46c){return new window[(_0x593674([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4a0352,_0x1a9856)=>{_0x1df46c[_0x593674([0x74,0x68,0x65,0x6e])](_0x4a0352,_0x1a9856),window[_0x593674([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1a9856,0xe6bfb44^_0x39b01e);});}}_0x25dafc[_0x593674([0x6f,0x6e])](_0x593674([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x522e76,_0x4124d6)=>{if(_0x4124d6[0x0]!=_0x4cae36)return _0x49be81(_0x593674([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4124d6[0x1]={..._0x4124d6[0x1],[_0x593674([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2155f2};},{[_0x593674([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x593674([0x68,0x69,0x67,0x68])}),_0x25dafc[_0x593674([0x6f,0x6e])](_0x593674([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x30bd19=>{_0x135a32(_0x30bd19[_0x593674([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0xe96b2f=!0x0,_0x8569bb(_0x30bd19[_0x593674([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x593674([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x593674([0x6c,0x6f,0x77])}),_0x52935b[_0x593674([0x74,0x68,0x65,0x6e])](()=>{_0xe96b2f||_0x49be81(_0x593674([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x923289(){return _0x25dafc[_0x593674([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x593674([0x76,0x69,0x65,0x77])][_0x593674([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x593674([0x61,0x75,0x74,0x6f]);}function _0x13ebef(){_0x25dafc[_0x593674([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x593674([0x76,0x69,0x65,0x77])][_0x593674([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x593674([0x61,0x75,0x74,0x6f]);}}function _0x5ab428(_0x5156fb){const _0x3071f8=[new window[(_0x593674([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x58c0cf=>setTimeout(_0x58c0cf,0xe631148^_0x39b01e)),_0x52935b[_0x593674([0x74,0x68,0x65,0x6e])](()=>new window[(_0x593674([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x579bc5=>{let _0x55b1cc=0x0;_0x25dafc[_0x593674([0x6d,0x6f,0x64,0x65,0x6c])][_0x593674([0x6f,0x6e])](_0x593674([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x335148,_0x599889)=>{_0x599889[0x0][_0x593674([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x55b1cc++,_0x55b1cc==(0xe6a2e7c^_0x39b01e)&&(_0x579bc5(),_0x335148[_0x593674([0x6f,0x66,0x66])]());});}))];return window[_0x593674([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x593674([0x72,0x61,0x63,0x65])](_0x3071f8)[_0x593674([0x74,0x68,0x65,0x6e])](()=>_0x5156fb);}async function _0x5052d7(){await _0x52935b,_0x25dafc[_0x593674([0x6d,0x6f,0x64,0x65,0x6c])][_0x593674([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3c4292,_0x25dafc[_0x593674([0x6d,0x6f,0x64,0x65,0x6c])][_0x593674([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3c4292,_0x25dafc[_0x593674([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x593674([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1d159e(_0x4e5846){const _0x2a4385=_0x54ee56();_0x25dafc[_0x2a4385]=_0x593674([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])+_0x4e5846,_0x4e5846!=_0x593674([0x56,0x61,0x6c,0x69,0x64])&&_0x5052d7();}function _0x54ee56(){const _0x4570da=window[_0x593674([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x593674([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x593674([0x6e,0x6f,0x77])]())[_0x593674([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x593674([0x2e]),'');let _0xa5e002=_0x593674([0x7a]);for(let _0x143324=0x0;_0x143324<_0x4570da[_0x593674([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x143324+=0x2){let _0x2e66b=window[_0x593674([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4570da[_0x593674([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x143324,_0x143324+0x2));_0x2e66b>=_0x485973[_0x593674([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2e66b-=_0x485973[_0x593674([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xa5e002+=_0x485973[_0x2e66b];}return _0xa5e002;}function _0x1ebaf0(){const _0x1f91cb=_0x102217[_0x593674([0x73,0x70,0x6c,0x69,0x74])](_0x593674([0x2e]));if(0x3!=_0x1f91cb[_0x593674([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xe6e27d(_0x1f91cb[0x1]);function _0xe6e27d(_0x464704){const _0x24f095=_0x7dae86(_0x464704);return _0x24f095&&_0x147cd5()?_0x24f095:null;function _0x147cd5(){const _0x4cef74=_0x24f095[_0x593674([0x6a,0x74,0x69])],_0x1eb32d=window[_0x593674([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4cef74[_0x593674([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4cef74[_0x593674([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x359982={..._0x24f095,[_0x593674([0x6a,0x74,0x69])]:_0x4cef74[_0x593674([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x4cef74[_0x593674([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x359982[_0x593674([0x76,0x63])],_0x2a0948(_0x359982)==_0x1eb32d;}}}async function _0x9bc412(){let _0x220e03=!0x0;try{const _0x4b05d5=_0x102217[_0x593674([0x73,0x70,0x6c,0x69,0x74])](_0x593674([0x2e])),[_0x32af63,_0x193cac,_0x3b3915]=_0x4b05d5;return _0x4a48c2(_0x32af63),await _0x5d0314(_0x32af63,_0x193cac,_0x3b3915),_0x220e03;}catch{return!0x1;}function _0x4a48c2(_0x166714){const _0x514a2c=_0x7dae86(_0x166714);_0x514a2c&&_0x514a2c[_0x593674([0x61,0x6c,0x67])]==_0x593674([0x45,0x53,0x32,0x35,0x36])||(_0x220e03=!0x1);}async function _0x5d0314(_0x1c4776,_0x593b12,_0x41612d){const _0x382a86=window[_0x593674([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x593674([0x66,0x72,0x6f,0x6d])](_0x192576(_0x41612d),_0x172313=>_0x172313[_0x593674([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x185023=new window[(_0x593674([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x593674([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1c4776+_0x593674([0x2e])+_0x593b12),_0x2fafd4=window[_0x593674([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x593674([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x2fafd4)return;const _0x319ba7=await _0x2fafd4[_0x593674([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x593674([0x6a,0x77,0x6b]),_0x47fa16,{[_0x593674([0x6e,0x61,0x6d,0x65])]:_0x593674([0x45,0x43,0x44,0x53,0x41]),[_0x593674([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x593674([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x593674([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x2fafd4[_0x593674([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x593674([0x6e,0x61,0x6d,0x65])]:_0x593674([0x45,0x43,0x44,0x53,0x41]),[_0x593674([0x68,0x61,0x73,0x68])]:{[_0x593674([0x6e,0x61,0x6d,0x65])]:_0x593674([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x319ba7,_0x382a86,_0x185023)||(_0x220e03=!0x1);}}function _0x7dae86(_0x3d4a57){return _0x3d4a57[_0x593674([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x593674([0x65,0x79]))?JSON[_0x593674([0x70,0x61,0x72,0x73,0x65])](_0x192576(_0x3d4a57)):null;}function _0x192576(_0x5b764f){return window[_0x593674([0x61,0x74,0x6f,0x62])](_0x5b764f[_0x593674([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x593674([0x2b]))[_0x593674([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x593674([0x2f])));}function _0x2a0948(_0x3b5f6d){let _0x27c910=0x1505;function _0x1b18e9(_0xd5da2){for(let _0x268ab8=0x0;_0x268ab8<_0xd5da2[_0x593674([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x268ab8++){const _0x3463aa=_0xd5da2[_0x593674([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x268ab8);_0x27c910=(_0x27c910<<0x5)+_0x27c910+_0x3463aa,_0x27c910&=_0x27c910;}}function _0x2dbd62(_0x18515f){Array[_0x593674([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x18515f)?_0x18515f[_0x593674([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2dbd62):_0x18515f&&typeof _0x18515f==_0x593674([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x593674([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x18515f)[_0x593674([0x73,0x6f,0x72,0x74])]()[_0x593674([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x16b94d,_0x1bc49f])=>{_0x1b18e9(_0x16b94d),_0x2dbd62(_0x1bc49f);}):_0x1b18e9(window[_0x593674([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x18515f));}return _0x2dbd62(_0x3b5f6d),_0x27c910>>>0x0;}function _0xdecee5(_0xde6228){return _0xde6228[_0x593674([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x593674([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x593674([0x30]));}function _0x46c7d8(_0x25ba3f){return _0x25ba3f[_0x593674([0x73,0x70,0x6c,0x69,0x74])]('')[_0x593674([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x593674([0x6a,0x6f,0x69,0x6e])]('');}function _0x3c4292(){}function _0x593674(_0x3e412e){const _0x4782b4=_0x2372;return _0x3e412e[_0x4782b4(0x95)](_0x3381e8=>String[_0x4782b4(0xe8)](_0x3381e8))[_0x4782b4(0xfd)]('');}_0x1d159e(await _0x1b4437());}(this);}[_0x46ebca(0xea)](){const _0x5c5826=_0x46ebca;this[_0x5c5826(0xde)][_0x5c5826(0x104)](_0x3ebfc7=>{const _0x3aa6e2=_0x5c5826;_0x3aa6e2(0xe0)!==_0x3ebfc7[_0x3aa6e2(0xbf)]&&this[_0x3aa6e2(0xd5)][_0x3aa6e2(0xeb)][_0x3aa6e2(0xcb)](_0x3ebfc7);});}[_0x46ebca(0xd2)](){const _0x4f3779=_0x46ebca;for(const _0x5791f7 of this[_0x4f3779(0xd5)][_0x4f3779(0xd3)][_0x4f3779(0xb8)][_0x4f3779(0xf4)][_0x4f3779(0xd0)]({'includeChangesInGraveyard':!0x0})){if(_0x4f3779(0xda)!==_0x5791f7[_0x4f3779(0x97)]||_0x4f3779(0xa9)!==_0x5791f7[_0x4f3779(0x9b)])return;this[_0x4f3779(0xde)][_0x4f3779(0x93)](_0x5791f7[_0x4f3779(0xd4)][_0x4f3779(0xc2)]);}}[_0x46ebca(0xf0)](){const _0x2fb13f=_0x46ebca;this[_0x2fb13f(0xd5)][_0x2fb13f(0xd3)][_0x2fb13f(0x100)][_0x2fb13f(0x9f)](_0x2fb13f(0xa9),{'inheritAllFrom':_0x2fb13f(0xc6)});}[_0x46ebca(0xb7)](){const _0x580019=_0x46ebca,_0xbafbef=this[_0x580019(0xd5)][_0x580019(0x9c)];_0xbafbef[_0x580019(0x101)](_0x580019(0x9a))[_0x580019(0xb0)]({'model':_0x580019(0xa9),'view':{'name':_0x580019(0x9e),'classes':_0x580019(0xf8)}}),_0xbafbef[_0x580019(0x101)](_0x580019(0xe1))[_0x580019(0xb2)]({'model':_0x580019(0xa9),'view':(_0x4d0ff6,{writer:_0x2fc140})=>this[_0x580019(0xa2)](_0x2fc140,!0x0)}),_0xbafbef[_0x580019(0x101)](_0x580019(0x98))[_0x580019(0xb2)]({'model':_0x580019(0xa9),'view':(_0x57216d,{writer:_0x54e376})=>{const _0x35b566=_0x580019;this[_0x35b566(0xde)][_0x35b566(0x93)](_0x57216d);const _0x27a370=this[_0x35b566(0xa2)](_0x54e376);return _0x4ed524(_0x27a370,_0x54e376,{'label':_0x203cf2(this[_0x35b566(0xd5)][_0x35b566(0xe3)],_0x35b566(0xf3))});}}),this[_0x580019(0xd5)][_0x580019(0xdb)][_0x580019(0xcd)]({'name':_0x580019(0x9e),'classes':_0x580019(0xf8)}),this[_0x580019(0xd5)][_0x580019(0xeb)][_0x580019(0xab)]['on'](_0x580019(0xfa),this[_0x580019(0xaa)](),{'priority':_0x580019(0x105)});}[_0x46ebca(0xa2)](_0x55e8ed,_0x323712=!0x1){const _0x4c5773=_0x46ebca,{locale:_0x6a7344}=this[_0x4c5773(0xd5)],_0x53478b=_0x55e8ed[_0x4c5773(0xfe)](_0x4c5773(0x9e),{'class':_0x4c5773(0xf8)+(0x0===this[_0x4c5773(0xdd)][_0x4c5773(0xf5)]?_0x4c5773(0xd9):''),...!_0x323712&&{'data-table-of-contents-label':_0x203cf2(_0x6a7344,_0x4c5773(0xf3))}});0x0===this[_0x4c5773(0xdd)][_0x4c5773(0xf5)]&&!0x1===_0x323712&&_0x55e8ed[_0x4c5773(0xda)](_0x55e8ed[_0x4c5773(0xc8)](_0x53478b,_0x4c5773(0xff)),_0x55e8ed[_0x4c5773(0xfe)]('p',{'class':_0x4c5773(0xbd)},[_0x55e8ed[_0x4c5773(0xdf)](_0x203cf2(_0x6a7344,_0x4c5773(0xee)))]));const _0x4a78dc=_0x323712?'':'['+_0x203cf2(_0x6a7344,_0x4c5773(0xa1))+']';let _0x5ea66c=_0x53478b;return this[_0x4c5773(0xdd)][_0x4c5773(0x104)]((_0x9e7cb5,_0xca8ac0,_0x491fd8)=>{const _0x18c307=_0x4c5773,_0x27c1e9=this[_0x18c307(0xd5)][_0x18c307(0xd3)][_0x18c307(0xe7)](_0x9e7cb5[_0x18c307(0xb6)],{'ignoreWhitespaces':!0x0}),_0x729862=_0x27c1e9?_0x9e7cb5[_0x18c307(0xb9)]:_0x4a78dc,_0x372b8b=_0x9e7cb5[_0x18c307(0xb6)][_0x18c307(0xc0)](this[_0x18c307(0xf7)]),_0x3087ba=_0x55e8ed[_0x18c307(0xfe)]('a',{'href':'#'+_0x372b8b,...!_0x323712&&{'tabindex':'-1'}},[_0x55e8ed[_0x18c307(0xdf)](_0x729862)]),_0x1bb322=this[_0x18c307(0xd5)][_0x18c307(0x9d)][_0x18c307(0xed)](_0x18c307(0xe5));_0x55e8ed[_0x18c307(0xce)](_0x18c307(0xb1),_0xca8ac0,_0x3087ba);const _0x4fff72=_0x55e8ed[_0x18c307(0xfe)]('li',null,[_0x27c1e9||!_0x323712&&_0x1bb322?_0x3087ba:_0x55e8ed[_0x18c307(0xdf)]('')]),_0x5903e2=_0xca8ac0?_0x491fd8[_0xca8ac0-0x1][_0x18c307(0xb4)]:0x0,_0x4e2c93=Math[_0x18c307(0xbb)](_0x9e7cb5[_0x18c307(0xb4)]-_0x5903e2);if(_0x9e7cb5[_0x18c307(0xb4)]>_0x5903e2){const _0xc44a12=S(_0x4fff72,_0x4e2c93,_0x55e8ed);_0x55e8ed[_0x18c307(0xda)](_0x55e8ed[_0x18c307(0xc8)](_0x5ea66c,_0x18c307(0xff)),_0xc44a12);}else{const _0x1e3dde=function(_0x334014,_0x2c7110){const _0x4ae052=_0x18c307;return _0x334014[_0x4ae052(0xca)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x4ae052(0xf1)](_0x5044c9=>_0x5044c9['is'](_0x4ae052(0xc3),'ol'))[_0x2c7110];}(_0x5ea66c,_0x4e2c93);_0x55e8ed[_0x18c307(0xda)](_0x55e8ed[_0x18c307(0xc8)](_0x1e3dde,_0x18c307(0xff)),_0x4fff72);}_0x5ea66c=_0x4fff72;}),_0x53478b;}[_0x46ebca(0xc7)](_0x4fabef){const _0x555472=_0x46ebca,_0x2fbabd=this[_0x555472(0xdd)][_0x4fabef][_0x555472(0xb6)];this[_0x555472(0xd5)][_0x555472(0xd3)][_0x555472(0xc4)](_0x1f4283=>{const _0x3c80d9=_0x555472;_0x1f4283[_0x3c80d9(0xe9)](_0x2fbabd,0x0);}),this[_0x555472(0xd5)][_0x555472(0xeb)][_0x555472(0xdc)][_0x555472(0xa3)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x46ebca(0xaa)](){return(_0x3e0f0a,_0x51ef71)=>{const _0x50268d=_0x2372,_0x4d71e7=_0x51ef71[_0x50268d(0xab)],_0x4f7c89=_0x4d71e7[_0x50268d(0xad)](_0x51ef71[_0x50268d(0xcf)]),_0x4a5742=_0x4d71e7[_0x50268d(0xf2)](_0x4f7c89);_0x4a5742['is'](_0x50268d(0xc3),_0x50268d(0xa9))&&(_0x51ef71[_0x50268d(0x99)]=this[_0x50268d(0xd5)][_0x50268d(0xd3)][_0x50268d(0xc8)](_0x4a5742,0x0),_0x3e0f0a[_0x50268d(0xe4)]());};}}function _0x2372(_0x44fd6e,_0x2bb46a){const _0x40d011=_0x40d0();return _0x2372=function(_0x2372a7,_0x3da75b){_0x2372a7=_0x2372a7-0x93;let _0x349984=_0x40d011[_0x2372a7];return _0x349984;},_0x2372(_0x44fd6e,_0x2bb46a);}function S(_0x53c469,_0x228a5f,_0x2fcca0){const _0x2f9632=_0x46ebca;return 0x1===_0x228a5f?_0x2fcca0[_0x2f9632(0xfe)]('ol',null,[_0x53c469]):_0x2fcca0[_0x2f9632(0xfe)]('ol',null,[_0x2fcca0[_0x2f9632(0xfe)]('li',null,[S(_0x53c469,_0x228a5f-0x1,_0x2fcca0)])]);}
|