@ckeditor/ckeditor5-document-outline 45.0.0-alpha.4 → 45.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -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:()=>z,DocumentOutlineUI:()=>j,DocumentOutlineUtils:()=>h,HeadingId:()=>$,TableOfContents:()=>mt,TableOfContentsCommand:()=>X,TableOfContentsEditing:()=>nt,TableOfContentsUI:()=>lt});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(){const t=["heading.options","8UTXYHL","model","htmlH5","get","1208529cuIfYp","13989HQGCur","has","6680770jJFUXU","96AbvoXy","5900348lQyTqU","htmlH6","push","htmlH1","574981PwocLF","htmlH3","plugins","data","paragraph","reduce","390XzxtWC","126hYAUTI","htmlH2","11389XKMQzR","htmlH4","GeneralHtmlSupport","1429119AWMvJj","config","getChildren"];return(s=function(){return t})()}function c(t,e){const n=s();return(c=function(t,e){return n[t-=225]})(t,e)}function a(t){const e=c;let n="";for(const i of t[e(230)]())i instanceof r.Text&&(n+=i[e(248)]);return n}!function(t){const e=c,n=t();for(;;)try{if(800309===parseInt(e(237))/1*(-parseInt(e(252))/2)+-parseInt(e(236))/3+-parseInt(e(241))/4+parseInt(e(239))/5+parseInt(e(240))/6*(parseInt(e(225))/7)+-parseInt(e(232))/8*(-parseInt(e(228))/9)+-parseInt(e(251))/10*(-parseInt(e(245))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(s);var u=n(584);const l=f;function d(){const t=["5784471MwcEkX","21whkFCa","isOfficialPlugin","252250HKKNig","name","getRootNames","text","includes","documentOutline.headings","3949450bQbAUX","data","fire","document","findIndex","view","isPremiumPlugin","1194936CFizJo","activeItemIndex","modelElement","level","getChildren","editing","model","_getOutlineDefinitions","48fPbFHT","backward","DocumentOutlineUtils","editor","element","domToView","2574340qBWgLf","16638lwvsWT","push","pluginName","get","_deriveHeadingElementsFromConversion","getRoot","init","indexOf","_getHeadingNames","_headingNames","toModel","length","createElement","config","afterInit","getChild","item","domConverter","43VGpAuG","3yteeLG","_getActiveHeading","change","selection","getFirstPosition","12513699eQqiZQ"];return(d=function(){return t})()}function f(t,e){const n=d();return(f=function(t,e){return n[t-=126]})(t,e)}!function(t){const e=f,n=t();for(;;)try{if(324002===-parseInt(e(161))/1*(parseInt(e(143))/2)+-parseInt(e(162))/3*(-parseInt(e(142))/4)+parseInt(e(171))/5*(-parseInt(e(136))/6)+parseInt(e(169))/7*(-parseInt(e(128))/8)+-parseInt(e(168))/9+parseInt(e(177))/10+parseInt(e(167))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(d);class h extends t.Plugin{static get[l(145)](){return l(138)}static get[l(170)](){return!0}static get[l(127)](){return!0}[l(152)]=[];[l(149)](){const t=l,e=this[t(139)];this[t(152)]=this[t(151)]();let n=[];e[t(134)][t(180)].on(t(164),o((()=>{const e=t,i=n;n=this[e(135)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(131)]===n[e(131)]&&t[e(174)]===n[e(174)]&&t[e(130)]===n[e(130)])),r=(0,u.diffToChanges)(o,n),s=this[e(163)](),c=n[e(181)]((t=>t[e(130)]===s));r[e(154)]&&this[e(179)](e(164),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(179)](e(129),{index:c})}),250,{leading:!0,trailing:!0}))}[l(157)](){const t=l;this[t(152)][t(154)]||this[t(147)]()}[l(135)](){const t=l,e=this[t(139)],n=[],i=this[t(152)];for(const n of e[t(134)][t(180)][t(173)]())o(e[t(134)][t(180)][t(148)](n));function o(e){const r=t;for(const t of e[r(132)]())t.is(r(140))&&(i[r(175)](t[r(172)])&&n[r(144)]({level:i[r(150)](t[r(172)])+1,text:a(t),modelElement:t}),o(t))}return n}[l(163)](){const t=l,e=this[t(139)][t(134)][t(180)][t(165)][t(166)](),n=new r.TreeWalker({direction:t(137),startPosition:e});for(const e of n)if(e[t(159)].is(t(140))&&this[t(152)][t(175)](e[t(159)][t(172)]))return e[t(159)]}[l(151)](){const t=l;return this[t(139)][t(156)][t(146)](t(176))||function(t){const e=c,n=t[e(229)][e(235)](e(231));return n?n[e(250)](((t,n)=>(e(249)!==n[e(233)]&&t[e(243)](n[e(233)]),t)),[]):t[e(247)][e(238)](e(227))?[e(244),e(253),e(246),e(226),e(234),e(242)]:[]}(this[t(139)])}[l(147)](){const t=l,e=this[t(139)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(133)][t(126)][t(160)][t(141)](document[t(155)](o)),r=e[t(178)][t(153)](n)[t(158)](0);r?.is(t(140))&&i[t(144)](r[t(172)])}this[t(152)]=i}}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(t,e){const n=w();return(g=function(t,e){return n[t-=298]})(t,e)}function w(){const t=["Empty heading","1801653HAryru","1572500hnGuMC","16620rVfRoR","27YsWdCm","290960jjDKso","level","ck-document-outline__item","1689560swgCcq","bindTemplate","click","div","ck-document-outline__item_empty","isActive","isEmpty","15nnftBI","ck-document-outline__item_level-","text","set","ck-reset","507462qIJIMt","206180gIlZKh","bind","ck-document-outline__item_active","setTemplate"];return(w=function(){return t})()}!function(t){const e=g,n=t();for(;;)try{if(238264===parseInt(e(302))/1+parseInt(e(309))/2*(parseInt(e(321))/3)+parseInt(e(308))/4+parseInt(e(311))/5+-parseInt(e(301))/6+parseInt(e(307))/7+-parseInt(e(314))/8*(parseInt(e(310))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w);class v extends m.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(315)],o=e?"["+p(t,n(306))+"]":"";this[n(299)](n(298),""),this[n(299)](n(312),1),this[n(299)](n(319),!1),this[n(303)](n(320)).to(this,n(298),(t=>!t)),this[n(305)]({tag:n(317),attributes:{class:["ck",n(300),n(313),i.to(n(312),(t=>n(322)+t)),i.if(n(319),n(304)),i.if(n(320),n(318))],title:i.to(n(298))},children:[{text:i.to(n(298),(t=>t||o))}],on:{click:i.to(n(316))}})}}function I(t,e){const n=k();return(I=function(t,e){return n[t-=388]})(t,e)}const b=I;function k(){const t=["bind","remove","1834358dBvveI","insert","showEmptyHeadingText","Editor headings will appear here as you type.","ck-document-outline","items","div","_deleteItem","sync","delete","_handleItemClick","271335QJwSCQ","locale","createCollection","map","_scrollToItem","level","contentLanguageDirection","6RICUMt","fire","5095510CpiLlb","click","ck-reset","_insertItem","1780648UuRdtr","550278VVUXHz","type","3669384BBliVy","activeItemIndex","howMany","delegate","text","documentOutlineContainer","19415740Imznhl","destroy","72KcaBgO","values","setTemplate","getIndex","change:activeItemIndex","isActive","addMany","forEach","_setActiveItem","itemSelected","1ImXVwF","index","get","set","element","source"];return(k=function(){return t})()}!function(t){const e=I,n=t();for(;;)try{if(688580===-parseInt(e(440))/1*(parseInt(e(395))/2)+-parseInt(e(422))/3+-parseInt(e(419))/4+parseInt(e(406))/5*(parseInt(e(413))/6)+parseInt(e(415))/7+-parseInt(e(430))/8*(-parseInt(e(420))/9)+parseInt(e(428))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(k);class y extends m.View{[b(400)];[b(427)];[b(397)];constructor(t,e=!1,n){const i=b;super(t),this[i(397)]=e,this[i(390)](i(423),-1),this[i(427)]=n,this[i(400)]=this[i(408)](),this[i(400)][i(425)](i(416)).to(this),this.on(i(416),this[i(405)][i(393)](this)),this.on(i(434),((t,e,n,o)=>{this[i(438)](o,n)})),this[i(432)]({tag:i(401),attributes:{class:["ck",i(417),i(399)],dir:t[i(412)],"data-document-outline-empty-placeholder":p(t,i(398)),tabindex:-1},children:this[i(400)]})}[b(403)](t){const e=b;t[e(437)]((t=>{const n=e;n(396)==t[n(421)]?this[n(418)](t[n(388)],...t[n(431)]):n(404)==t[n(421)]&&this[n(402)](t[n(388)],t[n(424)])}))}[b(438)](t,e){const n=b;if(-1!==t){const e=this[n(400)][n(389)](t);e&&(e[n(435)]=!1)}-1!==e&&(this[n(400)][n(389)](e)[n(435)]=!0,this[n(410)](e))}[b(418)](t,...e){const n=b,i=e[n(409)](((e,i)=>{const o=n,r=new v(this[o(407)],this[o(397)]);return r[o(426)]=e[o(426)],r[o(411)]=e[o(411)],t+i===this[o(423)]&&(r[o(435)]=!0),r}));this[n(400)][n(436)](i,t)}[b(402)](t,e){const n=b;do{this[n(400)][n(394)](t)}while(--e)}[b(405)](t){const e=b,n=this[e(400)][e(433)](t[e(392)]);this[e(414)](e(439),n)}[b(410)](t){const e=b;(0,u.scrollAncestorsToShowTarget)(this[e(400)][e(389)](t)[e(391)],20,this[e(427)])}[b(429)](){const t=b;super[t(429)](),this[t(391)][t(394)]()}}var _=n(673),C=n.n(_),x=n(545),O=n.n(x),T=n(262),E=n.n(T),A=n(667),P=n.n(A),L=n(357),D=n.n(L),S=n(46),H={attributes:{"data-cke":!0}};H.setAttributes=P(),H.insert=E().bind(null,"head"),H.domAPI=O(),H.insertStyleElement=D();C()(S.A,H);S.A&&S.A.locals&&S.A.locals;const N=K;function K(t,e){const n=M();return(K=function(t,e){return n[t-=358]})(t,e)}!function(t){const e=K,n=t();for(;;)try{if(753100===parseInt(e(429))/1*(parseInt(e(403))/2)+-parseInt(e(371))/3+-parseInt(e(390))/4*(parseInt(e(398))/5)+-parseInt(e(424))/6*(-parseInt(e(417))/7)+-parseInt(e(395))/8+-parseInt(e(384))/9+parseInt(e(385))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class j extends t.Plugin{[N(397)];[N(415)];[N(382)];static get[N(370)](){return N(386)}static get[N(392)](){return!0}static get[N(375)](){return!0}constructor(t){const e=N;super(t),this[e(397)]=new y(t[e(426)],this[e(362)][e(387)][e(418)](e(376)),this[e(362)][e(387)][e(418)](e(405))),this[e(415)]=[],this[e(382)]=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(367)][e(402)](this),100)}[N(377)](){const t=N,e=this[t(362)],n=e[t(404)][t(418)](t(383));let i=!1;if(this[t(397)][t(369)](),this[t(362)].ui[t(381)][t(388)](this[t(397)][t(425)]),!e[t(387)][t(418)](t(405)))throw new u.CKEditorError(t(378),{editor:e});e[t(387)][t(418)](t(405))[t(380)](this[t(397)][t(425)]),n.on(t(428),this[t(393)][t(402)](this)),n.on(t(368),((e,{index:n})=>this[t(410)](n))),this[t(397)].on(t(422),((e,n)=>{i=!0,this[t(363)](n)})),this[t(397)][t(379)](u.global[t(407)],t(396),(()=>{i?i=!1:this[t(382)]()}),{useCapture:!0}),this[t(397)][t(379)](u.global[t(406)],t(413),this[t(382)],{useCapture:!0})}[N(358)](){!async function(t){const e=p([120,104,98,68,55,48,75,57,106,105,86,54,85,115,117,112,77,114,102,101,72,84,109,116,103,70,107,71,79,50,110,78,87,82,69,119,90,118,56,100,73,65,74,88,81,89,113,51,80,67,97,111,52,99,49,122,53,121,83,66,108,76]),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(360)]((t=>String[e(420)](t)))[e(364)]("")}!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(t){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:1743292800;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(421)]);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([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(t){return p([73,110,118,97,108,105,100])}}())}(this)}[N(412)](){const t=N;super[t(412)](),this[t(397)][t(412)](),this[t(382)][t(408)]()}[N(393)](t,{outlineDefinitions:e,outlineChanges:n}){const i=N;this[i(415)]=e,this[i(397)][i(409)](n)}[N(410)](t){const e=N;this[e(415)][e(389)]&&this[e(415)][t]&&(this[e(397)][e(368)]=t)}[N(363)](t){const e=N,n=this[e(415)][t][e(416)];this[e(362)][e(423)][e(428)]((t=>{t[e(372)](n,0)})),this[e(362)][e(430)][e(397)][e(391)]({alignToTop:!0,forceScroll:!0}),this[e(362)][e(430)][e(397)][e(361)](),this[e(410)](t)}[N(367)](){const t=N,e=this[t(362)];let n;for(const i of e[t(423)][t(407)][t(401)]()){const o=e[t(430)][t(397)][t(394)](i),r=o&&new u.Rect(o)[t(414)]();if(r){const e=new u.Rect(u.global[t(406)])[t(399)](r);e&&(n=e[t(427)]+.25*e[t(419)])}}if(void 0===n)return;const i=U(e[t(430)],this[t(415)],n);i?this[t(410)](this[t(415)][t(400)](i)):this[t(410)](-1)}}function M(){const t=["map","focus","editor","_handleItemSelected","join","mapViewToDom","floor","_updateActiveDefinitionOnViewportChange","activeItemIndex","render","pluginName","322725AxXcSg","setSelection","bottom","domConverter","isPremiumPlugin","documentOutline.showEmptyHeadings","init","document-outline-container-not-provided","listenTo","appendChild","focusTracker","_updateActiveDefinitionFromViewportThrottled","DocumentOutlineUtils","4696749VrFTGT","16410970OsxqiG","DocumentOutlineUI","config","add","length","1076HgZRRw","scrollToTheSelection","isOfficialPlugin","_handleOutlineChange","getDomRoot","4515968BnkADw","scroll","view","16735jtccbz","getIntersection","indexOf","getRootNames","bind","107142clagqj","plugins","documentOutline.container","window","document","cancel","sync","_setActiveViewItem","toViewElement","destroy","resize","getVisible","_currentOutlineDefinitions","modelElement","91sfigFI","get","height","fromCharCode","href","itemSelected","model","334218ENawEa","element","locale","top","change","9InSENR","editing","afterInit","mapper"];return(M=function(){return t})()}function U(t,e,n,i=0,o=e[N(389)]-1){const r=N,s=Math[r(366)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(359)][r(411)](c[r(416)]);if(!a)return null;const l=t[r(397)][r(374)][r(365)](a);return new u.Rect(l)[r(373)]>n?U(t,e,n,i,s-1):U(t,e,n,s+1,o)}return s<0?null:e[s]}const R=V;function V(t,e){const n=F();return(V=function(t,e){return n[t-=441]})(t,e)}!function(t){const e=V,n=t();for(;;)try{if(869534===-parseInt(e(447))/1+-parseInt(e(466))/2+-parseInt(e(475))/3+parseInt(e(451))/4+-parseInt(e(472))/5+-parseInt(e(454))/6+parseInt(e(443))/7*(parseInt(e(476))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);class z extends t.Plugin{[R(469)];[R(453)];static get[R(464)](){return[h,j]}static get[R(460)](){return R(467)}static get[R(450)](){return!0}static get[R(463)](){return!0}[R(452)](){const t=R;this[t(469)]=this[t(445)][t(442)][t(471)](t(469));const e=this[t(445)];this[t(453)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(468)==r||n(459)==r||n(473)==r||n(444)==r||n(446)==r||n(470)==r||n(462)==r||n(455)==r){delete e[o],i=r,clearInterval(this[n(453)]),this[n(453)]=void 0;break}}n(459)==i&&e[n(465)](n(461)),n(473)==i&&e[n(465)](n(456)),n(444)==i&&e[n(465)](n(458)),n(446)==i&&e[n(465)](n(448),n(467)),n(470)==i&&e[n(465)](n(474)),n(462)==i&&e[n(465)](n(457)),n(455)==i&&e[n(465)](n(449))}),1e3)}[R(441)](){const t=R;super[t(441)](),this[t(453)]&&clearInterval(this[t(453)])}}function F(){const t=["2802942juothj","114832gUgTPX","destroy","config","2037tLrHWu","documentOutlineLicenseKeyDomainLimit","editor","documentOutlineLicenseKeyNotAllowed","745234JlZAsH","featureNotAllowed","usageLimit","isOfficialPlugin","1028612uoFzGp","init","_licenseKeyCheckInterval","503196GhRnkU","documentOutlineLicenseKeyUsageLimit","expired","trialLimit","domainLimit","documentOutlineLicenseKeyInvalid","pluginName","invalid","documentOutlineLicenseKeyTrialLimit","isPremiumPlugin","requires","_showLicenseError","2649728JYEKJk","DocumentOutline","documentOutlineLicenseKeyValid","licenseKey","documentOutlineLicenseKeyEvaluationLimit","get","2381775gzHUmH","documentOutlineLicenseKeyExpired","evaluationLimit"];return(F=function(){return t})()}var B=n(901);const q=G;function G(t,e){const n=W();return(G=function(t,e){return n[t-=374]})(t,e)}function W(){const t=["243392zdkHlC","getFirstPosition","3443388eZtwPz","editor","model","3645xzSPeC","selection","document","tableOfContents","refresh","14JvuXid","331869ruAeHm","createElement","findAllowedParent","14808590hwHtdP","insertObject","423780gOHtlM","execute","schema","1072OwFJwX","5186865efIMbo","isEnabled","11BvvCzP","8UmWENM","change"];return(W=function(){return t})()}!function(t){const e=G,n=t();for(;;)try{if(745183===-parseInt(e(390))/1+-parseInt(e(388))/2*(parseInt(e(376))/3)+-parseInt(e(381))/4+-parseInt(e(385))/5+-parseInt(e(392))/6*(-parseInt(e(375))/7)+-parseInt(e(384))/8*(parseInt(e(395))/9)+-parseInt(e(379))/10*(-parseInt(e(387))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);class X extends t.Command{[q(382)](){const t=q;this[t(393)][t(394)][t(389)]((e=>{const n=t;this[n(393)][n(394)][n(380)](e[n(377)](n(398)))}))}[q(374)](){const t=q,e=this[t(393)][t(394)],n=e[t(397)][t(396)][t(391)]();this[t(386)]=null!==(n&&e[t(383)][t(378)](n,t(398)))}}var J=n(336),Q={attributes:{"data-cke":!0}};Q.setAttributes=P(),Q.insert=E().bind(null,"head"),Q.domAPI=O(),Q.insertStyleElement=D();C()(J.A,Q);J.A&&J.A.locals&&J.A.locals;function Y(t,e){const n=tt();return(Y=function(t,e){return n[t-=432]})(t,e)}const Z=Y;!function(t){const e=Y,n=t();for(;;)try{if(101108===parseInt(e(467))/1*(parseInt(e(490))/2)+-parseInt(e(480))/3*(parseInt(e(491))/4)+-parseInt(e(447))/5+parseInt(e(470))/6+-parseInt(e(471))/7*(-parseInt(e(474))/8)+parseInt(e(435))/9*(parseInt(e(504))/10)+parseInt(e(478))/11*(-parseInt(e(489))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class $ extends t.Plugin{static get[Z(488)](){return Z(443)}static get[Z(464)](){return!0}static get[Z(500)](){return!0}[Z(494)](){const t=Z,e=this[t(496)];e[t(468)][t(486)](t(476))||(function(e){const n=t,i=new Map;return e?(e[n(469)]((t=>{const e=n;e(456)!==t[e(505)]&&i[e(482)](t[e(462)],t[e(505)])})),i[n(486)]("h1")||i[n(482)]("h1",n(438)),i):i}(this[t(496)][t(468)][t(486)](t(458)))[t(469)](((n,i)=>{const o=t;this[o(465)](i),this[o(446)](n),e[o(505)][o(477)][o(479)](n)&&e[o(505)][o(477)][o(475)](n,{allowAttributes:o(502)})})),this[t(436)]())}[Z(465)](t){const e=Z;this[e(496)][e(501)][e(439)](e(457))[e(451)]((n=>n.on(e(449)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(472)][o(453)]("id"),a=n[o(484)][o(466)]();if(a)return c&&c[o(503)]||a[o(495)](o(502))?void(r[o(455)](n[o(472)],{attributes:["id"]})&&s[o(433)](o(502),c,a)):(r[o(455)](n[o(472)],{attributes:["id"]}),void s[o(433)](o(502),(0,u.uid)(),a))}),{priority:u.priorities[e(486)](e(448))+.5})))}[Z(446)](t){const e=Z;this[e(496)][e(501)][e(439)](e(493))[e(451)]((n=>n.on(e(497)+t,((t,n,i)=>{const o=e;if(!i[o(441)][o(455)](n[o(492)],t[o(454)]))return;const r=n[o(492)][o(453)](o(502)),s=i[o(463)][o(487)](n[o(492)]);i[o(459)][o(433)]("id",r,s)}))))}[Z(436)](){const t=Z,e=this[t(496)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(451)](r),e[o(433)](o(502),r,n),r}function r(e,n){const i=t;e[i(434)](i(502),n)}e[t(505)][t(498)][t(445)]((s=>{const c=t,a=e[c(505)][c(498)][c(444)][c(432)]();let u=!1;for(const t of a)if(c(461)==t[c(481)]&&t[c(454)])if(t[c(454)][c(437)](/heading\d/)){const e=t[c(483)][c(486)](c(502));c(485)==typeof e?n[c(452)](e)?(o(s,t[c(499)][c(473)]),u=!0):i[c(451)](e):(o(s,t[c(499)][c(473)]),u=!0)}else c(485)==typeof t[c(483)][c(486)](c(502))&&(r(s,t[c(499)][c(473)]),u=!0);else if(c(450)==t[c(481)]){const e=t[c(483)][c(486)](c(502));c(485)==typeof e&&n[c(442)](e)}return u})),e[t(505)][t(498)].on(t(440),(()=>{const e=t;i[e(469)]((t=>n[e(451)](t))),i[e(460)]()}))}}function tt(){const t=["heading.options","writer","clear","insert","view","mapper","isOfficialPlugin","_customUpcastHeadingsConversion","getContainedElement","165WEusgY","config","forEach","580110zHvaCE","21GqyDUp","viewItem","nodeAfter","370416apbMjl","extend","headingId.modelAttributeName","schema","11KabyAz","isRegistered","1356HcqAvv","type","set","attributes","modelRange","string","get","toViewElement","pluginName","268368VOzQKm","94vLSMil","468BfPXfg","item","downcast","afterInit","hasAttribute","editor","attribute:headingId:","document","position","isPremiumPlugin","conversion","headingId","length","120fxqOvj","model","getChanges","setAttribute","removeAttribute","39447rqiYam","_registerHeadingIdAttributePostfixer","match","heading1","for","change","consumable","delete","HeadingId","differ","registerPostFixer","_customDataDowncastHeadingsConversion","597930zTptPe","low","element:","remove","add","has","getAttribute","name","consume","paragraph","upcast"];return(tt=function(){return t})()}const et=it;!function(t){const e=it,n=t();for(;;)try{if(952454===-parseInt(e(549))/1*(parseInt(e(520))/2)+-parseInt(e(501))/3*(-parseInt(e(576))/4)+parseInt(e(517))/5*(-parseInt(e(503))/6)+-parseInt(e(572))/7*(parseInt(e(504))/8)+parseInt(e(511))/9+-parseInt(e(561))/10+parseInt(e(505))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ot);class nt extends t.Plugin{static get[et(582)](){return et(502)}static get[et(526)](){return!0}static get[et(590)](){return!0}static get[et(492)](){return[B.Widget,h,$]}[et(490)];[et(532)];[et(564)];constructor(t){const e=et;super(t),this[e(490)]=[],this[e(532)]=new Set,this[e(564)]=e(534)}[et(585)](){const t=et,e=this[t(558)],n=e[t(530)][t(537)][t(578)];e[t(574)][t(550)](t(595))&&(this[t(564)]=e[t(574)][t(550)](t(595))),this[t(529)](n,t(555),((e,n)=>{const i=t;if(!n[i(575)])return;const o=n[i(575)][i(597)](i(543));Number[i(524)](o)&&(n[i(500)][i(488)](),e[i(563)](),this[i(573)](o))}),{priority:t(497),context:t(541)}),this[t(528)](),this[t(594)](),e[t(570)][t(591)](t(518),new X(e)),e[t(567)][t(550)](t(512)).on(t(522),((e,n)=>{const i=t;this[i(490)]=n[i(536)],this[i(565)]()})),this[t(529)](e[t(583)][t(578)],t(522),(()=>{this[t(557)]()}))}[et(515)](){!async function(t){const e=p([87,110,106,57,98,85,66,119,70,76,116,99,84,78,68,88,103,80,86,56,79,73,107,52,50,100,77,55,112,75,69,81,120,102,117,83,53,114,113,97,101,67,104,71,121,108,111,90,51,82,48,49,65,122,72,74,105,54,115,118,89,109]),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(489)]((t=>String[e(569)](t)))[e(580)]("")}!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([87]);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(t){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:1743292800;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(571)]);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([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(t){return p([73,110,118,97,108,105,100])}}())}(this)}[et(565)](){const t=et;this[t(532)][t(509)]((e=>{const n=t;n(589)!==e[n(546)]&&this[n(558)][n(530)][n(581)](e)}))}[et(557)](){const t=et;for(const e of this[t(558)][t(583)][t(578)][t(598)][t(523)]({includeChangesInGraveyard:!0})){if(t(560)!==e[t(552)]||t(494)!==e[t(535)])return;this[t(532)][t(591)](e[t(551)][t(514)])}}[et(528)](){const t=et;this[t(558)][t(583)][t(516)][t(527)](t(494),{inheritAllFrom:t(491)})}[et(594)](){const t=et,e=this[t(558)][t(498)];e[t(584)](t(588))[t(531)]({model:t(494),view:{name:t(508),classes:t(533)}}),e[t(584)](t(553))[t(577)]({model:t(494),view:(e,{writer:n})=>this[t(559)](n,!0)}),e[t(584)](t(587))[t(577)]({model:t(494),view:(e,{writer:n})=>{const i=t;this[i(532)][i(591)](e);const o=this[i(559)](n);return(0,B.toWidget)(o,n,{label:p(this[i(558)][i(601)],i(586))})}}),this[t(558)][t(554)][t(568)]({name:t(508),classes:t(533)}),this[t(558)][t(530)][t(600)].on(t(593),this[t(545)](),{priority:t(497)})}[et(559)](t,e=!1){const n=et,{locale:i}=this[n(558)],o=t[n(566)](n(508),{class:n(533)+(0===this[n(490)][n(548)]?n(521):""),...!e&&{"data-table-of-contents-label":p(i,n(586))}});0===this[n(490)][n(548)]&&!1===e&&t[n(560)](t[n(579)](o,n(513)),t[n(566)]("p",{class:n(506)},[t[n(519)](p(i,n(596)))]));const r=e?"":"["+p(i,n(592))+"]";let s=o;return this[n(490)][n(509)](((i,o,c)=>{const a=n,u=this[a(558)][a(583)][a(510)](i[a(525)],{ignoreWhitespaces:!0}),l=u?i[a(538)]:r,d=i[a(525)][a(499)](this[a(564)]),f=t[a(566)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(519)](l)]),h=this[a(558)][a(574)][a(550)](a(495));t[a(547)](a(543),o,f);const m=t[a(566)]("li",null,[u||!e&&h?f:t[a(519)]("")]),p=o?c[o-1][a(542)]:0,g=Math[a(507)](i[a(542)]-p);if(i[a(542)]>p){const e=rt(m,g,t);t[a(560)](t[a(579)](s,a(513)),e)}else{const e=function(t,e){const n=a;return t[n(562)]({includeSelf:!0,parentFirst:!0})[n(602)]((t=>t.is(n(493),"ol")))[e]}(s,g);t[a(560)](t[a(579)](e,a(513)),m)}s=m})),o}[et(573)](t){const e=et,n=this[e(490)][t][e(525)];this[e(558)][e(583)][e(522)]((t=>{t[e(599)](n,0)})),this[e(558)][e(530)][e(537)][e(540)]({alignToTop:!0,forceScroll:!0})}[et(545)](){return(t,e)=>{const n=it,i=e[n(600)],o=i[n(556)](e[n(544)]),r=i[n(496)](o);r.is(n(493),n(494))&&(e[n(539)]=this[n(558)][n(583)][n(579)](r,0),t[n(563)]())}}}function it(t,e){const n=ot();return(it=function(t,e){return n[t-=488]})(t,e)}function ot(){const t=["tableOfContents","documentOutline.showEmptyHeadings","toModelElement","high","conversion","getAttribute","domEvent","465900jihHdD","TableOfContentsEditing","90CLdUKN","2610760GTYxcO","41725453eBqbhi","table-of-contents__placeholder","abs","div","forEach","hasContent","3749526wSVuiu","DocumentOutlineUtils","end","nodeAfter","afterInit","schema","599465DjZtVP","insertTableOfContents","createText","19108nixDMa"," table-of-contents_empty","change","getChanges","isInteger","modelElement","isOfficialPlugin","register","_defineSchema","listenTo","editing","elementToElement","_tableOfContentsElements","table-of-contents","headingId","name","outlineDefinitions","view","text","modelPosition","scrollToTheSelection","$capture","level","tableOfContentsHeadingIndex","viewPosition","_redirectMapper","rootName","setCustomProperty","length","7NcFpfg","get","position","type","dataDowncast","data","click","findMappedViewAncestor","_trackNewToCElements","editor","_createTableOfContents","insert","13763650UNbKWl","getAncestors","stop","_headingIdModelAttributeName","_updateTableOfContentsElements","createContainerElement","plugins","registerRawContentMatcher","fromCharCode","commands","href","7lVwipu","_handleScrollToHeading","config","target","8OsFFzG","elementToStructure","document","createPositionAt","join","reconvertItem","pluginName","model","for","init","Table of contents","editingDowncast","upcast","$graveyard","isPremiumPlugin","add","Empty heading","viewToModelPosition","_defineConverters","headingId.modelAttributeName","No headings were found in the document.","getCustomProperty","differ","setSelection","mapper","locale","filter","preventDefault","map","_currentOutlineDefinitions","$blockObject","requires","element"];return(ot=function(){return t})()}function rt(t,e,n){const i=et;return 1===e?n[i(566)]("ol",null,[t]):n[i(566)]("ol",null,[n[i(566)]("li",null,[rt(t,e-1,n)])])}var st=n(355);const ct=at;function at(t,e){const n=ut();return(at=function(t,e){return n[t-=253]})(t,e)}function ut(){const t=["_licenseKeyCheckInterval","usageLimit","595524GbqxjG","_showLicenseError","set","componentFactory","tableOfContentsLicenseKeyTrialLimit","insertTableOfContents","TableOfContents","evaluationLimit","trialLimit","destroy","40TzhCHr","tableOfContentsLicenseKeyDomainLimit","632667fTAklR","629662sDQleq","invalid","config","tableOfContentsLicenseKeyInvalid","tableOfContentsLicenseKeyValid","editor","tableOfContentsLicenseKeyEvaluationLimit","Table of contents","view","tableOfContentsLicenseKeyNotAllowed","add","233270gsGxHy","isOfficialPlugin","commands","4RkhMfn","editing","featureNotAllowed","domainLimit","7819UvyMrr","117ZqkjAV","locale","48XRrKba","28DTIWby","tooltip","_createButton","licenseKey","execute","tableOfContents","2336480KncERH","expired","focus","init","TableOfContentsUI","get","menuBar:tableOfContents","pluginName","1937886MDaZDd","tableOfContentsLicenseKeyExpired","isPremiumPlugin","listenTo","bind","isEnabled","tableOfContentsLicenseKeyUsageLimit"];return(ut=function(){return t})()}!function(t){const e=at,n=t();for(;;)try{if(407314===parseInt(e(260))/1*(parseInt(e(264))/2)+parseInt(e(278))/3*(-parseInt(e(256))/4)+-parseInt(e(297))/5*(-parseInt(e(287))/6)+-parseInt(e(299))/7+-parseInt(e(270))/8+parseInt(e(261))/9*(parseInt(e(253))/10)+parseInt(e(300))/11*(parseInt(e(263))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class lt extends t.Plugin{[ct(267)];[ct(285)];static get[ct(277)](){return ct(274)}static get[ct(254)](){return!0}static get[ct(280)](){return!0}[ct(273)](){const t=ct,e=this[t(305)];e.ui[t(290)][t(310)](t(269),(()=>{const e=t,n=this[e(266)](m.ButtonView);return n[e(265)]=!0,n})),e.ui[t(290)][t(310)](t(276),(()=>this[t(266)](m.MenuBarMenuListItemButtonView))),this[t(267)]=this[t(305)][t(302)][t(275)](t(267));const n=this[t(305)];this[t(285)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(304)==r||e(303)==r||e(279)==r||e(298)==r||e(309)==r||e(306)==r||e(291)==r||e(284)==r){delete n[o],i=r,clearInterval(this[e(285)]),this[e(285)]=void 0;break}}e(303)==i&&n[e(288)](e(301)),e(279)==i&&n[e(288)](e(271)),e(298)==i&&n[e(288)](e(259)),e(309)==i&&n[e(288)](e(258),e(293)),e(306)==i&&n[e(288)](e(294)),e(291)==i&&n[e(288)](e(295)),e(284)==i&&n[e(288)](e(286))}),1e3)}[ct(266)](t){const e=ct,n=this[e(305)],i=n[e(262)],o=n[e(255)][e(275)](e(292)),r=new t(i);return r[e(289)]({label:p(i,e(307)),icon:st.IconTableOfContents}),r[e(282)](e(283)).to(o,e(283)),this[e(281)](r,e(268),(()=>{const t=e;n[t(268)](t(292)),n[t(257)][t(308)][t(272)]()})),r}[ct(296)](){const t=ct;super[t(296)](),this[t(285)]&&clearInterval(this[t(285)])}}var dt=ht;function ft(){var t=["requires","TableOfContents","81010DycBNv","100024qhbEEe","isOfficialPlugin","10009958dgBVrj","2637510JbDlOE","20956IzCWrv","1245UytyGx","4292580WWRmma","pluginName","isPremiumPlugin","9wnyBFA","1170738ghVQsz","35jPlLTT"];return(ft=function(){return t})()}function ht(t,e){var n=ft();return(ht=function(t,e){return n[t-=500]})(t,e)}!function(t){for(var e=ht,n=t();;)try{if(949414===-parseInt(e(511))/1*(parseInt(e(514))/2)+-parseInt(e(510))/3+parseInt(e(504))/4*(parseInt(e(505))/5)+parseInt(e(503))/6+parseInt(e(502))/7+-parseInt(e(500))/8*(-parseInt(e(509))/9)+-parseInt(e(506))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class mt extends t.Plugin{static get[dt(512)](){return[nt,lt]}static get[dt(507)](){return dt(513)}static get[dt(501)](){return!0}static get[dt(508)](){return!0}}function pt(t,e){var n=gt();return(pt=function(t,e){return n[t-=151]})(t,e)}function gt(){var t=["1428250nhzHve","9hlSBLl","1253512sQFFUz","3049008uOUVPT","827721GyDxFX","54wEZJGN","540016YyDMga","18247CoSWEw","30730NBXXmz"];return(gt=function(){return t})()}!function(t){for(var e=pt,n=t();;)try{if(335570===-parseInt(e(156))/1*(parseInt(e(154))/2)+parseInt(e(153))/3+-parseInt(e(151))/4+parseInt(e(158))/5+parseInt(e(152))/6+parseInt(e(157))/7+-parseInt(e(155))/8*(-parseInt(e(159))/9))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:()=>V,DocumentOutlineUI:()=>j,DocumentOutlineUtils:()=>h,HeadingId:()=>$,TableOfContents:()=>mt,TableOfContentsCommand:()=>G,TableOfContentsEditing:()=>ot,TableOfContentsUI:()=>lt});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(){const t=["heading.options","8UTXYHL","model","htmlH5","get","1208529cuIfYp","13989HQGCur","has","6680770jJFUXU","96AbvoXy","5900348lQyTqU","htmlH6","push","htmlH1","574981PwocLF","htmlH3","plugins","data","paragraph","reduce","390XzxtWC","126hYAUTI","htmlH2","11389XKMQzR","htmlH4","GeneralHtmlSupport","1429119AWMvJj","config","getChildren"];return(s=function(){return t})()}function c(t,e){const n=s();return(c=function(t,e){return n[t-=225]})(t,e)}function a(t){const e=c;let n="";for(const i of t[e(230)]())i instanceof r.Text&&(n+=i[e(248)]);return n}!function(t){const e=c,n=t();for(;;)try{if(800309===parseInt(e(237))/1*(-parseInt(e(252))/2)+-parseInt(e(236))/3+-parseInt(e(241))/4+parseInt(e(239))/5+parseInt(e(240))/6*(parseInt(e(225))/7)+-parseInt(e(232))/8*(-parseInt(e(228))/9)+-parseInt(e(251))/10*(-parseInt(e(245))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(s);var u=n(584);const l=f;function d(){const t=["5784471MwcEkX","21whkFCa","isOfficialPlugin","252250HKKNig","name","getRootNames","text","includes","documentOutline.headings","3949450bQbAUX","data","fire","document","findIndex","view","isPremiumPlugin","1194936CFizJo","activeItemIndex","modelElement","level","getChildren","editing","model","_getOutlineDefinitions","48fPbFHT","backward","DocumentOutlineUtils","editor","element","domToView","2574340qBWgLf","16638lwvsWT","push","pluginName","get","_deriveHeadingElementsFromConversion","getRoot","init","indexOf","_getHeadingNames","_headingNames","toModel","length","createElement","config","afterInit","getChild","item","domConverter","43VGpAuG","3yteeLG","_getActiveHeading","change","selection","getFirstPosition","12513699eQqiZQ"];return(d=function(){return t})()}function f(t,e){const n=d();return(f=function(t,e){return n[t-=126]})(t,e)}!function(t){const e=f,n=t();for(;;)try{if(324002===-parseInt(e(161))/1*(parseInt(e(143))/2)+-parseInt(e(162))/3*(-parseInt(e(142))/4)+parseInt(e(171))/5*(-parseInt(e(136))/6)+parseInt(e(169))/7*(-parseInt(e(128))/8)+-parseInt(e(168))/9+parseInt(e(177))/10+parseInt(e(167))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(d);class h extends t.Plugin{static get[l(145)](){return l(138)}static get[l(170)](){return!0}static get[l(127)](){return!0}[l(152)]=[];[l(149)](){const t=l,e=this[t(139)];this[t(152)]=this[t(151)]();let n=[];e[t(134)][t(180)].on(t(164),o((()=>{const e=t,i=n;n=this[e(135)]();const o=(0,u.diff)(i,n,((t,n)=>t[e(131)]===n[e(131)]&&t[e(174)]===n[e(174)]&&t[e(130)]===n[e(130)])),r=(0,u.diffToChanges)(o,n),s=this[e(163)](),c=n[e(181)]((t=>t[e(130)]===s));r[e(154)]&&this[e(179)](e(164),{outlineDefinitions:n,activeItemIndex:c,outlineChanges:r}),this[e(179)](e(129),{index:c})}),250,{leading:!0,trailing:!0}))}[l(157)](){const t=l;this[t(152)][t(154)]||this[t(147)]()}[l(135)](){const t=l,e=this[t(139)],n=[],i=this[t(152)];for(const n of e[t(134)][t(180)][t(173)]())o(e[t(134)][t(180)][t(148)](n));function o(e){const r=t;for(const t of e[r(132)]())t.is(r(140))&&(i[r(175)](t[r(172)])&&n[r(144)]({level:i[r(150)](t[r(172)])+1,text:a(t),modelElement:t}),o(t))}return n}[l(163)](){const t=l,e=this[t(139)][t(134)][t(180)][t(165)][t(166)](),n=new r.TreeWalker({direction:t(137),startPosition:e});for(const e of n)if(e[t(159)].is(t(140))&&this[t(152)][t(175)](e[t(159)][t(172)]))return e[t(159)]}[l(151)](){const t=l;return this[t(139)][t(156)][t(146)](t(176))||function(t){const e=c,n=t[e(229)][e(235)](e(231));return n?n[e(250)](((t,n)=>(e(249)!==n[e(233)]&&t[e(243)](n[e(233)]),t)),[]):t[e(247)][e(238)](e(227))?[e(244),e(253),e(246),e(226),e(234),e(242)]:[]}(this[t(139)])}[l(147)](){const t=l,e=this[t(139)],n=["h1","h2","h3","h4","h5","h6"],i=[];for(const o of n){const n=e[t(133)][t(126)][t(160)][t(141)](document[t(155)](o)),r=e[t(178)][t(153)](n)[t(158)](0);r?.is(t(140))&&i[t(144)](r[t(172)])}this[t(152)]=i}}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(t,e){const n=w();return(g=function(t,e){return n[t-=298]})(t,e)}function w(){const t=["Empty heading","1801653HAryru","1572500hnGuMC","16620rVfRoR","27YsWdCm","290960jjDKso","level","ck-document-outline__item","1689560swgCcq","bindTemplate","click","div","ck-document-outline__item_empty","isActive","isEmpty","15nnftBI","ck-document-outline__item_level-","text","set","ck-reset","507462qIJIMt","206180gIlZKh","bind","ck-document-outline__item_active","setTemplate"];return(w=function(){return t})()}!function(t){const e=g,n=t();for(;;)try{if(238264===parseInt(e(302))/1+parseInt(e(309))/2*(parseInt(e(321))/3)+parseInt(e(308))/4+parseInt(e(311))/5+-parseInt(e(301))/6+parseInt(e(307))/7+-parseInt(e(314))/8*(parseInt(e(310))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(w);class v extends m.View{constructor(t,e=!1){const n=g;super(t);const i=this[n(315)],o=e?"["+p(t,n(306))+"]":"";this[n(299)](n(298),""),this[n(299)](n(312),1),this[n(299)](n(319),!1),this[n(303)](n(320)).to(this,n(298),(t=>!t)),this[n(305)]({tag:n(317),attributes:{class:["ck",n(300),n(313),i.to(n(312),(t=>n(322)+t)),i.if(n(319),n(304)),i.if(n(320),n(318))],title:i.to(n(298))},children:[{text:i.to(n(298),(t=>t||o))}],on:{click:i.to(n(316))}})}}function I(t,e){const n=b();return(I=function(t,e){return n[t-=388]})(t,e)}const k=I;function b(){const t=["bind","remove","1834358dBvveI","insert","showEmptyHeadingText","Editor headings will appear here as you type.","ck-document-outline","items","div","_deleteItem","sync","delete","_handleItemClick","271335QJwSCQ","locale","createCollection","map","_scrollToItem","level","contentLanguageDirection","6RICUMt","fire","5095510CpiLlb","click","ck-reset","_insertItem","1780648UuRdtr","550278VVUXHz","type","3669384BBliVy","activeItemIndex","howMany","delegate","text","documentOutlineContainer","19415740Imznhl","destroy","72KcaBgO","values","setTemplate","getIndex","change:activeItemIndex","isActive","addMany","forEach","_setActiveItem","itemSelected","1ImXVwF","index","get","set","element","source"];return(b=function(){return t})()}!function(t){const e=I,n=t();for(;;)try{if(688580===-parseInt(e(440))/1*(parseInt(e(395))/2)+-parseInt(e(422))/3+-parseInt(e(419))/4+parseInt(e(406))/5*(parseInt(e(413))/6)+parseInt(e(415))/7+-parseInt(e(430))/8*(-parseInt(e(420))/9)+parseInt(e(428))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(b);class y extends m.View{[k(400)];[k(427)];[k(397)];constructor(t,e=!1,n){const i=k;super(t),this[i(397)]=e,this[i(390)](i(423),-1),this[i(427)]=n,this[i(400)]=this[i(408)](),this[i(400)][i(425)](i(416)).to(this),this.on(i(416),this[i(405)][i(393)](this)),this.on(i(434),((t,e,n,o)=>{this[i(438)](o,n)})),this[i(432)]({tag:i(401),attributes:{class:["ck",i(417),i(399)],dir:t[i(412)],"data-document-outline-empty-placeholder":p(t,i(398)),tabindex:-1},children:this[i(400)]})}[k(403)](t){const e=k;t[e(437)]((t=>{const n=e;n(396)==t[n(421)]?this[n(418)](t[n(388)],...t[n(431)]):n(404)==t[n(421)]&&this[n(402)](t[n(388)],t[n(424)])}))}[k(438)](t,e){const n=k;if(-1!==t){const e=this[n(400)][n(389)](t);e&&(e[n(435)]=!1)}-1!==e&&(this[n(400)][n(389)](e)[n(435)]=!0,this[n(410)](e))}[k(418)](t,...e){const n=k,i=e[n(409)](((e,i)=>{const o=n,r=new v(this[o(407)],this[o(397)]);return r[o(426)]=e[o(426)],r[o(411)]=e[o(411)],t+i===this[o(423)]&&(r[o(435)]=!0),r}));this[n(400)][n(436)](i,t)}[k(402)](t,e){const n=k;do{this[n(400)][n(394)](t)}while(--e)}[k(405)](t){const e=k,n=this[e(400)][e(433)](t[e(392)]);this[e(414)](e(439),n)}[k(410)](t){const e=k;(0,u.scrollAncestorsToShowTarget)(this[e(400)][e(389)](t)[e(391)],20,this[e(427)])}[k(429)](){const t=k;super[t(429)](),this[t(391)][t(394)]()}}var _=n(673),C=n.n(_),x=n(545),O=n.n(x),T=n(262),E=n.n(T),A=n(667),P=n.n(A),L=n(357),S=n.n(L),D=n(46),H={attributes:{"data-cke":!0}};H.setAttributes=P(),H.insert=E().bind(null,"head"),H.domAPI=O(),H.insertStyleElement=S();C()(D.A,H);D.A&&D.A.locals&&D.A.locals;const K=N;function N(t,e){const n=M();return(N=function(t,e){return n[t-=351]})(t,e)}function M(){const t=["indexOf","view","window","getRootNames","_handleItemSelected","_updateActiveDefinitionFromViewportThrottled","map","focusTracker","afterInit","domConverter","listenTo","config","itemSelected","pluginName","mapper","151515xrRsEP","getDomRoot","modelElement","get","change","height","document","toViewElement","focus","locale","editing","isOfficialPlugin","getIntersection","length","2nBrcXq","activeItemIndex","_handleOutlineChange","appendChild","_setActiveViewItem","add","href","scroll","4283336hLwEKX","join","documentOutline.showEmptyHeadings","bind","fromCharCode","editor","resize","setSelection","1366254tLuqzK","document-outline-container-not-provided","_updateActiveDefinitionOnViewportChange","isPremiumPlugin","element","DocumentOutlineUI","_currentOutlineDefinitions","646926XmDNsG","model","init","documentOutline.container","top","DocumentOutlineUtils","render","bottom","destroy","plugins","getVisible","scrollToTheSelection","cancel","sync","570320OYqkRj","310835wMCBVJ","mapViewToDom","11059SSyJTl","floor"];return(M=function(){return t})()}!function(t){const e=N,n=t();for(;;)try{if(205183===-parseInt(e(369))/1*(-parseInt(e(400))/2)+-parseInt(e(352))/3+parseInt(e(366))/4+-parseInt(e(367))/5+-parseInt(e(416))/6+parseInt(e(386))/7+parseInt(e(408))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(M);class j extends t.Plugin{[K(372)];[K(351)];[K(376)];static get[K(384)](){return K(421)}static get[K(397)](){return!0}static get[K(419)](){return!0}constructor(t){const e=K;super(t),this[e(372)]=new y(t[e(395)],this[e(413)][e(382)][e(389)](e(410)),this[e(413)][e(382)][e(389)](e(355))),this[e(351)]=[],this[e(376)]=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(418)][e(411)](this),100)}[K(354)](){const t=K,e=this[t(413)],n=e[t(361)][t(389)](t(357));let i=!1;if(this[t(372)][t(358)](),this[t(413)].ui[t(378)][t(405)](this[t(372)][t(420)]),!e[t(382)][t(389)](t(355)))throw new u.CKEditorError(t(417),{editor:e});e[t(382)][t(389)](t(355))[t(403)](this[t(372)][t(420)]),n.on(t(390),this[t(402)][t(411)](this)),n.on(t(401),((e,{index:n})=>this[t(404)](n))),this[t(372)].on(t(383),((e,n)=>{i=!0,this[t(375)](n)})),this[t(372)][t(381)](u.global[t(392)],t(407),(()=>{i?i=!1:this[t(376)]()}),{useCapture:!0}),this[t(372)][t(381)](u.global[t(373)],t(414),this[t(376)],{useCapture:!0})}[K(379)](){!async function(t){const e=p([49,100,81,84,82,119,101,72,48,83,102,79,78,111,106,113,99,70,68,98,74,65,73,107,116,71,105,87,85,67,88,122,120,118,51,115,110,117,50,97,109,69,76,77,108,52,103,57,90,114,104,80,112,86,89,56,53,75,121,66,54,55]),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=N;return t[e(377)]((t=>String[e(412)](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([100]);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(t){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:1743379200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=N,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([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(t){return p([73,110,118,97,108,105,100])}}())}(this)}[K(360)](){const t=K;super[t(360)](),this[t(372)][t(360)](),this[t(376)][t(364)]()}[K(402)](t,{outlineDefinitions:e,outlineChanges:n}){const i=K;this[i(351)]=e,this[i(372)][i(365)](n)}[K(404)](t){const e=K;this[e(351)][e(399)]&&this[e(351)][t]&&(this[e(372)][e(401)]=t)}[K(375)](t){const e=K,n=this[e(351)][t][e(388)];this[e(413)][e(353)][e(390)]((t=>{t[e(415)](n,0)})),this[e(413)][e(396)][e(372)][e(363)]({alignToTop:!0,forceScroll:!0}),this[e(413)][e(396)][e(372)][e(394)](),this[e(404)](t)}[K(418)](){const t=K,e=this[t(413)];let n;for(const i of e[t(353)][t(392)][t(374)]()){const o=e[t(396)][t(372)][t(387)](i),r=o&&new u.Rect(o)[t(362)]();if(r){const e=new u.Rect(u.global[t(373)])[t(398)](r);e&&(n=e[t(356)]+.25*e[t(391)])}}if(void 0===n)return;const i=U(e[t(396)],this[t(351)],n);i?this[t(404)](this[t(351)][t(371)](i)):this[t(404)](-1)}}function U(t,e,n,i=0,o=e[K(399)]-1){const r=K,s=Math[r(370)](i+(o-i)/2);if(o>=i){const c=e[s],a=t[r(385)][r(393)](c[r(388)]);if(!a)return null;const l=t[r(372)][r(380)][r(368)](a);return new u.Rect(l)[r(359)]>n?U(t,e,n,i,s-1):U(t,e,n,s+1,o)}return s<0?null:e[s]}const z=R;function R(t,e){const n=F();return(R=function(t,e){return n[t-=441]})(t,e)}!function(t){const e=R,n=t();for(;;)try{if(869534===-parseInt(e(447))/1+-parseInt(e(466))/2+-parseInt(e(475))/3+parseInt(e(451))/4+-parseInt(e(472))/5+-parseInt(e(454))/6+parseInt(e(443))/7*(parseInt(e(476))/8))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(F);class V extends t.Plugin{[z(469)];[z(453)];static get[z(464)](){return[h,j]}static get[z(460)](){return z(467)}static get[z(450)](){return!0}static get[z(463)](){return!0}[z(452)](){const t=z;this[t(469)]=this[t(445)][t(442)][t(471)](t(469));const e=this[t(445)];this[t(453)]=setInterval((()=>{const n=t;let i;for(const t in e){const o=t,r=e[o];if(n(468)==r||n(459)==r||n(473)==r||n(444)==r||n(446)==r||n(470)==r||n(462)==r||n(455)==r){delete e[o],i=r,clearInterval(this[n(453)]),this[n(453)]=void 0;break}}n(459)==i&&e[n(465)](n(461)),n(473)==i&&e[n(465)](n(456)),n(444)==i&&e[n(465)](n(458)),n(446)==i&&e[n(465)](n(448),n(467)),n(470)==i&&e[n(465)](n(474)),n(462)==i&&e[n(465)](n(457)),n(455)==i&&e[n(465)](n(449))}),1e3)}[z(441)](){const t=z;super[t(441)](),this[t(453)]&&clearInterval(this[t(453)])}}function F(){const t=["2802942juothj","114832gUgTPX","destroy","config","2037tLrHWu","documentOutlineLicenseKeyDomainLimit","editor","documentOutlineLicenseKeyNotAllowed","745234JlZAsH","featureNotAllowed","usageLimit","isOfficialPlugin","1028612uoFzGp","init","_licenseKeyCheckInterval","503196GhRnkU","documentOutlineLicenseKeyUsageLimit","expired","trialLimit","domainLimit","documentOutlineLicenseKeyInvalid","pluginName","invalid","documentOutlineLicenseKeyTrialLimit","isPremiumPlugin","requires","_showLicenseError","2649728JYEKJk","DocumentOutline","documentOutlineLicenseKeyValid","licenseKey","documentOutlineLicenseKeyEvaluationLimit","get","2381775gzHUmH","documentOutlineLicenseKeyExpired","evaluationLimit"];return(F=function(){return t})()}var B=n(901);const X=q;function q(t,e){const n=W();return(q=function(t,e){return n[t-=374]})(t,e)}function W(){const t=["243392zdkHlC","getFirstPosition","3443388eZtwPz","editor","model","3645xzSPeC","selection","document","tableOfContents","refresh","14JvuXid","331869ruAeHm","createElement","findAllowedParent","14808590hwHtdP","insertObject","423780gOHtlM","execute","schema","1072OwFJwX","5186865efIMbo","isEnabled","11BvvCzP","8UmWENM","change"];return(W=function(){return t})()}!function(t){const e=q,n=t();for(;;)try{if(745183===-parseInt(e(390))/1+-parseInt(e(388))/2*(parseInt(e(376))/3)+-parseInt(e(381))/4+-parseInt(e(385))/5+-parseInt(e(392))/6*(-parseInt(e(375))/7)+-parseInt(e(384))/8*(parseInt(e(395))/9)+-parseInt(e(379))/10*(-parseInt(e(387))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(W);class G extends t.Command{[X(382)](){const t=X;this[t(393)][t(394)][t(389)]((e=>{const n=t;this[n(393)][n(394)][n(380)](e[n(377)](n(398)))}))}[X(374)](){const t=X,e=this[t(393)][t(394)],n=e[t(397)][t(396)][t(391)]();this[t(386)]=null!==(n&&e[t(383)][t(378)](n,t(398)))}}var J=n(336),Q={attributes:{"data-cke":!0}};Q.setAttributes=P(),Q.insert=E().bind(null,"head"),Q.domAPI=O(),Q.insertStyleElement=S();C()(J.A,Q);J.A&&J.A.locals&&J.A.locals;function Y(t,e){const n=tt();return(Y=function(t,e){return n[t-=432]})(t,e)}const Z=Y;!function(t){const e=Y,n=t();for(;;)try{if(101108===parseInt(e(467))/1*(parseInt(e(490))/2)+-parseInt(e(480))/3*(parseInt(e(491))/4)+-parseInt(e(447))/5+parseInt(e(470))/6+-parseInt(e(471))/7*(-parseInt(e(474))/8)+parseInt(e(435))/9*(parseInt(e(504))/10)+parseInt(e(478))/11*(-parseInt(e(489))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);class $ extends t.Plugin{static get[Z(488)](){return Z(443)}static get[Z(464)](){return!0}static get[Z(500)](){return!0}[Z(494)](){const t=Z,e=this[t(496)];e[t(468)][t(486)](t(476))||(function(e){const n=t,i=new Map;return e?(e[n(469)]((t=>{const e=n;e(456)!==t[e(505)]&&i[e(482)](t[e(462)],t[e(505)])})),i[n(486)]("h1")||i[n(482)]("h1",n(438)),i):i}(this[t(496)][t(468)][t(486)](t(458)))[t(469)](((n,i)=>{const o=t;this[o(465)](i),this[o(446)](n),e[o(505)][o(477)][o(479)](n)&&e[o(505)][o(477)][o(475)](n,{allowAttributes:o(502)})})),this[t(436)]())}[Z(465)](t){const e=Z;this[e(496)][e(501)][e(439)](e(457))[e(451)]((n=>n.on(e(449)+t,((t,n,i)=>{const o=e,{consumable:r,writer:s}=i,c=n[o(472)][o(453)]("id"),a=n[o(484)][o(466)]();if(a)return c&&c[o(503)]||a[o(495)](o(502))?void(r[o(455)](n[o(472)],{attributes:["id"]})&&s[o(433)](o(502),c,a)):(r[o(455)](n[o(472)],{attributes:["id"]}),void s[o(433)](o(502),(0,u.uid)(),a))}),{priority:u.priorities[e(486)](e(448))+.5})))}[Z(446)](t){const e=Z;this[e(496)][e(501)][e(439)](e(493))[e(451)]((n=>n.on(e(497)+t,((t,n,i)=>{const o=e;if(!i[o(441)][o(455)](n[o(492)],t[o(454)]))return;const r=n[o(492)][o(453)](o(502)),s=i[o(463)][o(487)](n[o(492)]);i[o(459)][o(433)]("id",r,s)}))))}[Z(436)](){const t=Z,e=this[t(496)],n=new Set,i=new Set;function o(e,n){const o=t,r=(0,u.uid)();return i[o(451)](r),e[o(433)](o(502),r,n),r}function r(e,n){const i=t;e[i(434)](i(502),n)}e[t(505)][t(498)][t(445)]((s=>{const c=t,a=e[c(505)][c(498)][c(444)][c(432)]();let u=!1;for(const t of a)if(c(461)==t[c(481)]&&t[c(454)])if(t[c(454)][c(437)](/heading\d/)){const e=t[c(483)][c(486)](c(502));c(485)==typeof e?n[c(452)](e)?(o(s,t[c(499)][c(473)]),u=!0):i[c(451)](e):(o(s,t[c(499)][c(473)]),u=!0)}else c(485)==typeof t[c(483)][c(486)](c(502))&&(r(s,t[c(499)][c(473)]),u=!0);else if(c(450)==t[c(481)]){const e=t[c(483)][c(486)](c(502));c(485)==typeof e&&n[c(442)](e)}return u})),e[t(505)][t(498)].on(t(440),(()=>{const e=t;i[e(469)]((t=>n[e(451)](t))),i[e(460)]()}))}}function tt(){const t=["heading.options","writer","clear","insert","view","mapper","isOfficialPlugin","_customUpcastHeadingsConversion","getContainedElement","165WEusgY","config","forEach","580110zHvaCE","21GqyDUp","viewItem","nodeAfter","370416apbMjl","extend","headingId.modelAttributeName","schema","11KabyAz","isRegistered","1356HcqAvv","type","set","attributes","modelRange","string","get","toViewElement","pluginName","268368VOzQKm","94vLSMil","468BfPXfg","item","downcast","afterInit","hasAttribute","editor","attribute:headingId:","document","position","isPremiumPlugin","conversion","headingId","length","120fxqOvj","model","getChanges","setAttribute","removeAttribute","39447rqiYam","_registerHeadingIdAttributePostfixer","match","heading1","for","change","consumable","delete","HeadingId","differ","registerPostFixer","_customDataDowncastHeadingsConversion","597930zTptPe","low","element:","remove","add","has","getAttribute","name","consume","paragraph","upcast"];return(tt=function(){return t})()}const et=nt;function nt(t,e){const n=it();return(nt=function(t,e){return n[t-=482]})(t,e)}function it(){const t=["isOfficialPlugin","1209939Imzzdf","commands","scrollToTheSelection","_trackNewToCElements","_createTableOfContents","_tableOfContentsElements","position","init","1102995idZbwx","headingId","insertTableOfContents","tableOfContents","_defineConverters","join","view","$blockObject","headingId.modelAttributeName","upcast","isPremiumPlugin","_updateTableOfContentsElements","editor","createPositionAt","documentOutline.showEmptyHeadings","rootName","editing","mapper","1302140TCXVWd","abs","afterInit","getCustomProperty","name","plugins","registerRawContentMatcher","filter","preventDefault","differ","conversion","_handleScrollToHeading","data","end","elementToElement","type","modelElement","add","_headingIdModelAttributeName","insert"," table-of-contents_empty","outlineDefinitions","createContainerElement","change","table-of-contents","locale","register","373395GuYNxi","text","stop","div","nodeAfter","getAncestors","getChanges","_currentOutlineDefinitions","viewPosition","level","modelPosition","elementToStructure","setSelection","getAttribute","toModelElement","forEach","click","1330908KFdunl","Table of contents","hasContent","$capture","createText","high","href","isInteger","get","_defineSchema","viewToModelPosition","No headings were found in the document.","pluginName","_redirectMapper","map","reconvertItem","dataDowncast","DocumentOutlineUtils","document","length","fromCharCode","TableOfContentsEditing","editingDowncast","model","domEvent","91690EFgfBM","table-of-contents__placeholder","$graveyard","setCustomProperty","listenTo","tableOfContentsHeadingIndex","1672489EKOcKH","element","requires","Empty heading","for","findMappedViewAncestor","schema","target","config"];return(it=function(){return t})()}!function(t){const e=nt,n=t();for(;;)try{if(453262===parseInt(e(512))/1+-parseInt(e(554))/2+-parseInt(e(570))/3+parseInt(e(485))/4+parseInt(e(578))/5+parseInt(e(529))/6+-parseInt(e(560))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(it);class ot extends t.Plugin{static get[et(541)](){return et(550)}static get[et(569)](){return!0}static get[et(588)](){return!0}static get[et(562)](){return[B.Widget,h,$]}[et(519)];[et(575)];[et(503)];constructor(t){const e=et;super(t),this[e(519)]=[],this[e(575)]=new Set,this[e(503)]=e(579)}[et(577)](){const t=et,e=this[t(590)],n=e[t(483)][t(584)][t(547)];e[t(568)][t(537)](t(586))&&(this[t(503)]=e[t(568)][t(537)](t(586))),this[t(558)](n,t(528),((e,n)=>{const i=t;if(!n[i(567)])return;const o=n[i(567)][i(488)](i(559));Number[i(536)](o)&&(n[i(553)][i(493)](),e[i(514)](),this[i(496)](o))}),{priority:t(534),context:t(532)}),this[t(538)](),this[t(582)](),e[t(571)][t(502)](t(580),new G(e)),e[t(490)][t(537)](t(546)).on(t(508),((e,n)=>{const i=t;this[i(519)]=n[i(506)],this[i(589)]()})),this[t(558)](e[t(552)][t(547)],t(508),(()=>{this[t(573)]()}))}[et(487)](){!async function(t){const e=p([122,74,87,109,77,113,84,98,100,66,52,116,114,57,115,73,101,90,85,119,70,72,67,54,118,108,102,104,107,83,103,112,65,51,111,50,56,79,110,97,99,55,88,71,117,106,86,78,69,48,75,49,121,82,80,105,89,68,53,81,120,76]),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=nt;return t[e(543)]((t=>String[e(549)](t)))[e(583)]("")}!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(t){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:1743379200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=nt,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(535)]);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([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(t){return p([73,110,118,97,108,105,100])}}())}(this)}[et(589)](){const t=et;this[t(575)][t(527)]((e=>{const n=t;n(556)!==e[n(482)]&&this[n(590)][n(483)][n(544)](e)}))}[et(573)](){const t=et;for(const e of this[t(590)][t(552)][t(547)][t(494)][t(518)]({includeChangesInGraveyard:!0})){if(t(504)!==e[t(500)]||t(581)!==e[t(489)])return;this[t(575)][t(502)](e[t(576)][t(516)])}}[et(538)](){const t=et;this[t(590)][t(552)][t(566)][t(511)](t(581),{inheritAllFrom:t(585)})}[et(582)](){const t=et,e=this[t(590)][t(495)];e[t(564)](t(587))[t(499)]({model:t(581),view:{name:t(515),classes:t(509)}}),e[t(564)](t(545))[t(523)]({model:t(581),view:(e,{writer:n})=>this[t(574)](n,!0)}),e[t(564)](t(551))[t(523)]({model:t(581),view:(e,{writer:n})=>{const i=t;this[i(575)][i(502)](e);const o=this[i(574)](n);return(0,B.toWidget)(o,n,{label:p(this[i(590)][i(510)],i(530))})}}),this[t(590)][t(497)][t(491)]({name:t(515),classes:t(509)}),this[t(590)][t(483)][t(484)].on(t(539),this[t(542)](),{priority:t(534)})}[et(574)](t,e=!1){const n=et,{locale:i}=this[n(590)],o=t[n(507)](n(515),{class:n(509)+(0===this[n(519)][n(548)]?n(505):""),...!e&&{"data-table-of-contents-label":p(i,n(530))}});0===this[n(519)][n(548)]&&!1===e&&t[n(504)](t[n(591)](o,n(498)),t[n(507)]("p",{class:n(555)},[t[n(533)](p(i,n(540)))]));const r=e?"":"["+p(i,n(563))+"]";let s=o;return this[n(519)][n(527)](((i,o,c)=>{const a=n,u=this[a(590)][a(552)][a(531)](i[a(501)],{ignoreWhitespaces:!0}),l=u?i[a(513)]:r,d=i[a(501)][a(525)](this[a(503)]),f=t[a(507)]("a",{href:"#"+d,...!e&&{tabindex:"-1"}},[t[a(533)](l)]),h=this[a(590)][a(568)][a(537)](a(592));t[a(557)](a(559),o,f);const m=t[a(507)]("li",null,[u||!e&&h?f:t[a(533)]("")]),p=o?c[o-1][a(521)]:0,g=Math[a(486)](i[a(521)]-p);if(i[a(521)]>p){const e=rt(m,g,t);t[a(504)](t[a(591)](s,a(498)),e)}else{const e=function(t,e){const n=a;return t[n(517)]({includeSelf:!0,parentFirst:!0})[n(492)]((t=>t.is(n(561),"ol")))[e]}(s,g);t[a(504)](t[a(591)](e,a(498)),m)}s=m})),o}[et(496)](t){const e=et,n=this[e(519)][t][e(501)];this[e(590)][e(552)][e(508)]((t=>{t[e(524)](n,0)})),this[e(590)][e(483)][e(584)][e(572)]({alignToTop:!0,forceScroll:!0})}[et(542)](){return(t,e)=>{const n=nt,i=e[n(484)],o=i[n(565)](e[n(520)]),r=i[n(526)](o);r.is(n(561),n(581))&&(e[n(522)]=this[n(590)][n(552)][n(591)](r,0),t[n(514)]())}}}function rt(t,e,n){const i=et;return 1===e?n[i(507)]("ol",null,[t]):n[i(507)]("ol",null,[n[i(507)]("li",null,[rt(t,e-1,n)])])}var st=n(355);const ct=at;function at(t,e){const n=ut();return(at=function(t,e){return n[t-=253]})(t,e)}function ut(){const t=["_licenseKeyCheckInterval","usageLimit","595524GbqxjG","_showLicenseError","set","componentFactory","tableOfContentsLicenseKeyTrialLimit","insertTableOfContents","TableOfContents","evaluationLimit","trialLimit","destroy","40TzhCHr","tableOfContentsLicenseKeyDomainLimit","632667fTAklR","629662sDQleq","invalid","config","tableOfContentsLicenseKeyInvalid","tableOfContentsLicenseKeyValid","editor","tableOfContentsLicenseKeyEvaluationLimit","Table of contents","view","tableOfContentsLicenseKeyNotAllowed","add","233270gsGxHy","isOfficialPlugin","commands","4RkhMfn","editing","featureNotAllowed","domainLimit","7819UvyMrr","117ZqkjAV","locale","48XRrKba","28DTIWby","tooltip","_createButton","licenseKey","execute","tableOfContents","2336480KncERH","expired","focus","init","TableOfContentsUI","get","menuBar:tableOfContents","pluginName","1937886MDaZDd","tableOfContentsLicenseKeyExpired","isPremiumPlugin","listenTo","bind","isEnabled","tableOfContentsLicenseKeyUsageLimit"];return(ut=function(){return t})()}!function(t){const e=at,n=t();for(;;)try{if(407314===parseInt(e(260))/1*(parseInt(e(264))/2)+parseInt(e(278))/3*(-parseInt(e(256))/4)+-parseInt(e(297))/5*(-parseInt(e(287))/6)+-parseInt(e(299))/7+-parseInt(e(270))/8+parseInt(e(261))/9*(parseInt(e(253))/10)+parseInt(e(300))/11*(parseInt(e(263))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ut);class lt extends t.Plugin{[ct(267)];[ct(285)];static get[ct(277)](){return ct(274)}static get[ct(254)](){return!0}static get[ct(280)](){return!0}[ct(273)](){const t=ct,e=this[t(305)];e.ui[t(290)][t(310)](t(269),(()=>{const e=t,n=this[e(266)](m.ButtonView);return n[e(265)]=!0,n})),e.ui[t(290)][t(310)](t(276),(()=>this[t(266)](m.MenuBarMenuListItemButtonView))),this[t(267)]=this[t(305)][t(302)][t(275)](t(267));const n=this[t(305)];this[t(285)]=setInterval((()=>{const e=t;let i;for(const t in n){const o=t,r=n[o];if(e(304)==r||e(303)==r||e(279)==r||e(298)==r||e(309)==r||e(306)==r||e(291)==r||e(284)==r){delete n[o],i=r,clearInterval(this[e(285)]),this[e(285)]=void 0;break}}e(303)==i&&n[e(288)](e(301)),e(279)==i&&n[e(288)](e(271)),e(298)==i&&n[e(288)](e(259)),e(309)==i&&n[e(288)](e(258),e(293)),e(306)==i&&n[e(288)](e(294)),e(291)==i&&n[e(288)](e(295)),e(284)==i&&n[e(288)](e(286))}),1e3)}[ct(266)](t){const e=ct,n=this[e(305)],i=n[e(262)],o=n[e(255)][e(275)](e(292)),r=new t(i);return r[e(289)]({label:p(i,e(307)),icon:st.IconTableOfContents}),r[e(282)](e(283)).to(o,e(283)),this[e(281)](r,e(268),(()=>{const t=e;n[t(268)](t(292)),n[t(257)][t(308)][t(272)]()})),r}[ct(296)](){const t=ct;super[t(296)](),this[t(285)]&&clearInterval(this[t(285)])}}var dt=ht;function ft(){var t=["requires","TableOfContents","81010DycBNv","100024qhbEEe","isOfficialPlugin","10009958dgBVrj","2637510JbDlOE","20956IzCWrv","1245UytyGx","4292580WWRmma","pluginName","isPremiumPlugin","9wnyBFA","1170738ghVQsz","35jPlLTT"];return(ft=function(){return t})()}function ht(t,e){var n=ft();return(ht=function(t,e){return n[t-=500]})(t,e)}!function(t){for(var e=ht,n=t();;)try{if(949414===-parseInt(e(511))/1*(parseInt(e(514))/2)+-parseInt(e(510))/3+parseInt(e(504))/4*(parseInt(e(505))/5)+parseInt(e(503))/6+parseInt(e(502))/7+-parseInt(e(500))/8*(-parseInt(e(509))/9)+-parseInt(e(506))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ft);class mt extends t.Plugin{static get[dt(512)](){return[ot,lt]}static get[dt(507)](){return dt(513)}static get[dt(501)](){return!0}static get[dt(508)](){return!0}}function pt(t,e){var n=gt();return(pt=function(t,e){return n[t-=151]})(t,e)}function gt(){var t=["1428250nhzHve","9hlSBLl","1253512sQFFUz","3049008uOUVPT","827721GyDxFX","54wEZJGN","540016YyDMga","18247CoSWEw","30730NBXXmz"];return(gt=function(){return t})()}!function(t){for(var e=pt,n=t();;)try{if(335570===-parseInt(e(156))/1*(parseInt(e(154))/2)+parseInt(e(153))/3+-parseInt(e(151))/4+parseInt(e(158))/5+parseInt(e(152))/6+parseInt(e(157))/7+-parseInt(e(155))/8*(-parseInt(e(159))/9))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 _0x59e301,Command as _0x573600}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x3f1907,throttle as _0x4e647a}from'es-toolkit/compat';import{Text as _0x1e328d,TreeWalker as _0x43427d}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x1de286,diffToChanges as _0x2ce8d9,scrollAncestorsToShowTarget as _0x4e0cf3,CKEditorError as _0x343b7e,global as _0x5dae67,Rect as _0xdcba0f,uid as _0x20061b,priorities as _0x1c9c7f}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x1db443,ButtonView as _0x4eaa39,MenuBarMenuListItemButtonView as _0x336ad1}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x512e0a,toWidget as _0x215484}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x1fb8e4}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x5b6462){let _0xd72174='';for(const _0x3a485e of _0x5b6462['getChildren']())_0x3a485e instanceof _0x1e328d&&(_0xd72174+=_0x3a485e['data']);return _0xd72174;}class i extends _0x59e301{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x47a850=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x206bdc=[];_0x47a850['model']['document']['on']('change',_0x3f1907(()=>{const _0x298072=_0x206bdc;_0x206bdc=this['_getOutlineDefinitions']();const _0x321ee5=_0x1de286(_0x298072,_0x206bdc,(_0x24f5c4,_0x185bc1)=>_0x24f5c4['level']===_0x185bc1['level']&&_0x24f5c4['text']===_0x185bc1['text']&&_0x24f5c4['modelElement']===_0x185bc1['modelElement']),_0xccf192=_0x2ce8d9(_0x321ee5,_0x206bdc),_0x15dd55=this['_getActiveHeading'](),_0x3d1417=_0x206bdc['findIndex'](_0x52b734=>_0x52b734['modelElement']===_0x15dd55);_0xccf192['length']&&this['fire']('change',{'outlineDefinitions':_0x206bdc,'activeItemIndex':_0x3d1417,'outlineChanges':_0xccf192}),this['fire']('activeItemIndex',{'index':_0x3d1417});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x18a3f4=this['editor'],_0x2c1e81=[],_0x332519=this['_headingNames'];for(const _0x4f57f2 of _0x18a3f4['model']['document']['getRootNames']())_0x4091b8(_0x18a3f4['model']['document']['getRoot'](_0x4f57f2));function _0x4091b8(_0x1220ec){for(const _0x241f1a of _0x1220ec['getChildren']())_0x241f1a['is']('element')&&(_0x332519['includes'](_0x241f1a['name'])&&_0x2c1e81['push']({'level':_0x332519['indexOf'](_0x241f1a['name'])+0x1,'text':p(_0x241f1a),'modelElement':_0x241f1a}),_0x4091b8(_0x241f1a));}return _0x2c1e81;}['_getActiveHeading'](){const _0x2a92c4=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x4c85b2=new _0x43427d({'direction':'backward','startPosition':_0x2a92c4});for(const _0x1e7b48 of _0x4c85b2)if(_0x1e7b48['item']['is']('element')&&this['_headingNames']['includes'](_0x1e7b48['item']['name']))return _0x1e7b48['item'];}['_getHeadingNames'](){const _0x1066a4=this['editor']['config']['get']('documentOutline.headings');return _0x1066a4||function(_0x41d5cc){const _0xc6b87b=_0x41d5cc['config']['get']('heading.options');return _0xc6b87b?_0xc6b87b['reduce']((_0x3de055,_0x17e8b2)=>('paragraph'!==_0x17e8b2['model']&&_0x3de055['push'](_0x17e8b2['model']),_0x3de055),[]):_0x41d5cc['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x2e0ecf=this['editor'],_0x5f350d=['h1','h2','h3','h4','h5','h6'],_0x49308d=[];for(const _0x16b51c of _0x5f350d){const _0x3fe8c6=_0x2e0ecf['editing']['view']['domConverter']['domToView'](document['createElement'](_0x16b51c)),_0x2adf2f=_0x2e0ecf['data']['toModel'](_0x3fe8c6)['getChild'](0x0);_0x2adf2f?.['is']('element')&&_0x49308d['push'](_0x2adf2f['name']);}this['_headingNames']=_0x49308d;}}function j(_0xa24079,_0x2eb78c){const t=_0xa24079['t'];switch(_0x2eb78c){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 _0x2eb78c;}}class $ extends _0x1db443{constructor(_0x41823b,_0x39e262=!0x1){super(_0x41823b);const _0x2505a6=this['bindTemplate'],_0x551460=_0x39e262?'['+j(_0x41823b,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x42e9ef=>!_0x42e9ef),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x2505a6['to']('level',_0x1127bd=>'ck-document-outline__item_level-'+_0x1127bd),_0x2505a6['if']('isActive','ck-document-outline__item_active'),_0x2505a6['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x2505a6['to']('text')},'children':[{'text':_0x2505a6['to']('text',_0x4b4324=>_0x4b4324||_0x551460)}],'on':{'click':_0x2505a6['to']('click')}});}}class l extends _0x1db443{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x3964b0,_0x19a949=!0x1,_0x1e1cd0){super(_0x3964b0),this['showEmptyHeadingText']=_0x19a949,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x1e1cd0,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x5ebf1d,_0x12623,_0x5534a6,_0x56c14e)=>{this['_setActiveItem'](_0x56c14e,_0x5534a6);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x3964b0['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x3964b0,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x2bea94){_0x2bea94['forEach'](_0x56f852=>{'insert'==_0x56f852['type']?this['_insertItem'](_0x56f852['index'],..._0x56f852['values']):'delete'==_0x56f852['type']&&this['_deleteItem'](_0x56f852['index'],_0x56f852['howMany']);});}['_setActiveItem'](_0x2d3f8c,_0x3028ca){if(-0x1!==_0x2d3f8c){const _0x5d363a=this['items']['get'](_0x2d3f8c);_0x5d363a&&(_0x5d363a['isActive']=!0x1);}-0x1!==_0x3028ca&&(this['items']['get'](_0x3028ca)['isActive']=!0x0,this['_scrollToItem'](_0x3028ca));}['_insertItem'](_0x13cb26,..._0x1e5054){const _0x412103=_0x1e5054['map']((_0x40665a,_0x238ac4)=>{const _0x152fad=new $(this['locale'],this['showEmptyHeadingText']);return _0x152fad['text']=_0x40665a['text'],_0x152fad['level']=_0x40665a['level'],_0x13cb26+_0x238ac4===this['activeItemIndex']&&(_0x152fad['isActive']=!0x0),_0x152fad;});this['items']['addMany'](_0x412103,_0x13cb26);}['_deleteItem'](_0x762cd1,_0x206a62){do{this['items']['remove'](_0x762cd1);}while(--_0x206a62);}['_handleItemClick'](_0x2630d3){const _0x5eac4a=this['items']['getIndex'](_0x2630d3['source']);this['fire']('itemSelected',_0x5eac4a);}['_scrollToItem'](_0x4bf601){_0x4e0cf3(this['items']['get'](_0x4bf601)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x59e301{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x535d4c){super(_0x535d4c),this['view']=new l(_0x535d4c['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x4e647a(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x1e0fc3=this['editor'],_0x5042ba=_0x1e0fc3['plugins']['get']('DocumentOutlineUtils');let _0xc2262d=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x1e0fc3['config']['get']('documentOutline.container'))throw new _0x343b7e('document-outline-container-not-provided',{'editor':_0x1e0fc3});_0x1e0fc3['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x5042ba['on']('change',this['_handleOutlineChange']['bind'](this)),_0x5042ba['on']('activeItemIndex',(_0x260145,{index:_0x329c5c})=>this['_setActiveViewItem'](_0x329c5c)),this['view']['on']('itemSelected',(_0x34380a,_0x379f1a)=>{_0xc2262d=!0x0,this['_handleItemSelected'](_0x379f1a);}),this['view']['listenTo'](_0x5dae67['document'],'scroll',()=>{_0xc2262d?_0xc2262d=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x5dae67['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x1920e6){const _0x531d9a=_0x21b3dc([0x78,0x68,0x62,0x44,0x37,0x30,0x4b,0x39,0x6a,0x69,0x56,0x36,0x55,0x73,0x75,0x70,0x4d,0x72,0x66,0x65,0x48,0x54,0x6d,0x74,0x67,0x46,0x6b,0x47,0x4f,0x32,0x6e,0x4e,0x57,0x52,0x45,0x77,0x5a,0x76,0x38,0x64,0x49,0x41,0x4a,0x58,0x51,0x59,0x71,0x33,0x50,0x43,0x61,0x6f,0x34,0x63,0x31,0x7a,0x35,0x79,0x53,0x42,0x6c,0x4c]),_0x302d46=0x2015362e,_0x637aa9=0x201255b6^_0x302d46,_0x4b73b3=window[_0x21b3dc([0x44,0x61,0x74,0x65])][_0x21b3dc([0x6e,0x6f,0x77])](),_0x513f52=_0x1920e6[_0x21b3dc([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x21162d=new window[(_0x21b3dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4c362f=>{_0x513f52[_0x21b3dc([0x6f,0x6e,0x63,0x65])](_0x21b3dc([0x72,0x65,0x61,0x64,0x79]),_0x4c362f);}),_0x5e0c26={[_0x21b3dc([0x6b,0x74,0x79])]:_0x21b3dc([0x45,0x43]),[_0x21b3dc([0x75,0x73,0x65])]:_0x21b3dc([0x73,0x69,0x67]),[_0x21b3dc([0x63,0x72,0x76])]:_0x21b3dc([0x50,0x2d,0x32,0x35,0x36]),[_0x21b3dc([0x78])]:_0x21b3dc([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]),[_0x21b3dc([0x79])]:_0x21b3dc([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]),[_0x21b3dc([0x61,0x6c,0x67])]:_0x21b3dc([0x45,0x53,0x32,0x35,0x36])},_0x86401a=_0x513f52[_0x21b3dc([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x21b3dc([0x67,0x65,0x74])](_0x21b3dc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x297e89(){let _0x979bad,_0x5a97ea=null,_0x170c4f=null;try{if(_0x86401a==_0x21b3dc([0x47,0x50,0x4c]))return _0x21b3dc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x979bad=_0x3239b5(),!_0x979bad)return _0x21b3dc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x979bad[_0x21b3dc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x170c4f=_0x3adeb9(_0x979bad[_0x21b3dc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x979bad[_0x21b3dc([0x6a,0x74,0x69])])),await _0x1b7dba()?_0x528e7e()?_0x32dbb5()?_0x21b3dc([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0xdf5b56()?(_0x979bad[_0x21b3dc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x21b3dc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5a97ea=_0x3b2fc8(_0x21b3dc([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x979bad[_0x21b3dc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x21b3dc([0x74,0x72,0x69,0x61,0x6c])&&(_0x5a97ea=_0x3b2fc8(_0x21b3dc([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x162708()):_0x21b3dc([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x21b3dc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x21b3dc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1f18bb){return _0x21b3dc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x32dbb5(){const _0x2af8e3=[_0x21b3dc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x21b3dc([0x74,0x72,0x69,0x61,0x6c])][_0x21b3dc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x979bad[_0x21b3dc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4b73b3/0x3e8:0xe10*_0x637aa9;return _0x979bad[_0x21b3dc([0x65,0x78,0x70])]<_0x2af8e3;}function _0x528e7e(){const _0x211a85=_0x979bad[_0x21b3dc([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x211a85&&(!!_0x211a85[_0x21b3dc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21b3dc([0x2a]))||(!!_0x211a85[_0x21b3dc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21b3dc([0x44,0x4f]))||!!_0x211a85[_0x21b3dc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21b3dc([0x50,0x50]))));}function _0xdf5b56(){const _0x540254=_0x979bad[_0x21b3dc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x540254||0x0==_0x540254[_0x21b3dc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x347941}=new URL(window[_0x21b3dc([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x540254[_0x21b3dc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x347941))return!0x0;const _0x2a15ec=_0x347941[_0x21b3dc([0x73,0x70,0x6c,0x69,0x74])](_0x21b3dc([0x2e]));return _0x540254[_0x21b3dc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x27f8c9=>_0x27f8c9[_0x21b3dc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x21b3dc([0x2a])))[_0x21b3dc([0x6d,0x61,0x70])](_0x22c37f=>_0x22c37f[_0x21b3dc([0x73,0x70,0x6c,0x69,0x74])](_0x21b3dc([0x2e])))[_0x21b3dc([0x73,0x6f,0x6d,0x65])](_0x490dba=>_0x2a15ec[_0x21b3dc([0x65,0x76,0x65,0x72,0x79])]((_0x38cf0a,_0x18428b)=>_0x490dba[_0x18428b]===_0x38cf0a||_0x490dba[_0x18428b]===_0x21b3dc([0x2a])));}function _0x162708(){return _0x5a97ea&&_0x170c4f?new window[(_0x21b3dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0xf68f73,_0x412be2)=>{_0x5a97ea[_0x21b3dc([0x74,0x68,0x65,0x6e])](_0xf68f73,_0x412be2),_0x170c4f[_0x21b3dc([0x74,0x68,0x65,0x6e])](_0xa9ac51=>{_0xa9ac51!=_0x21b3dc([0x56,0x61,0x6c,0x69,0x64])&&_0xf68f73(_0xa9ac51);},_0x412be2);}):_0x5a97ea||_0x170c4f||_0x21b3dc([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3adeb9(_0x40539b,_0x523a3c){return new window[(_0x21b3dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2616e8=>{if(_0x474445())return _0x2616e8(_0x21b3dc([0x56,0x61,0x6c,0x69,0x64]));_0x20eecb(),_0x513f52[_0x21b3dc([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x21b3dc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1b4aa5=!0x1;const _0x3385bb=_0x20061b();function _0x3570d4(_0x153fc9){return!!_0x153fc9&&(typeof _0x153fc9===_0x21b3dc([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x153fc9===_0x21b3dc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x153fc9[_0x21b3dc([0x74,0x68,0x65,0x6e])]===_0x21b3dc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x153fc9[_0x21b3dc([0x63,0x61,0x74,0x63,0x68])]===_0x21b3dc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5c5450(_0x6433bb){_0x5db1b4(_0x6433bb)[_0x21b3dc([0x74,0x68,0x65,0x6e])](_0x1fdc2a=>{if(!_0x1fdc2a||_0x1fdc2a[_0x21b3dc([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x21b3dc([0x6f,0x6b]))return _0x21b3dc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x29b0ff(_0xf47d75(_0x3385bb+_0x523a3c))!=_0x1fdc2a[_0x21b3dc([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x21b3dc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x21b3dc([0x56,0x61,0x6c,0x69,0x64]);})[_0x21b3dc([0x74,0x68,0x65,0x6e])](_0x1422bd=>(_0x5374a7(),_0x1422bd),()=>{const _0x53c775=_0x4a3093();return null==_0x53c775?(_0x5374a7(),_0x21b3dc([0x56,0x61,0x6c,0x69,0x64])):_0x21b3dc(_0x4b73b3-_0x53c775>(0x419b22e^_0x302d46)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x21b3dc([0x74,0x68,0x65,0x6e])](_0x2616e8)[_0x21b3dc([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2616e8(_0x21b3dc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x777c15=0x2023d8ae^_0x302d46;function _0x5374a7(){const _0x4223ca=_0x21b3dc([0x6c,0x6c,0x63,0x74,0x2d])+_0x29b0ff(_0xf47d75(_0x40539b)),_0x5cca5c=_0x25a133(_0x29b0ff(window[_0x21b3dc([0x4d,0x61,0x74,0x68])][_0x21b3dc([0x63,0x65,0x69,0x6c])](_0x4b73b3/_0x777c15)));window[_0x21b3dc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x21b3dc([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4223ca,_0x5cca5c);}function _0x4a3093(){const _0x11850b=_0x21b3dc([0x6c,0x6c,0x63,0x74,0x2d])+_0x29b0ff(_0xf47d75(_0x40539b)),_0x435b1b=window[_0x21b3dc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x21b3dc([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x11850b);return _0x435b1b?window[_0x21b3dc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x25a133(_0x435b1b),0x10)*_0x777c15:null;}function _0x5db1b4(_0x5a5537){return new window[(_0x21b3dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2c979a,_0x4e88b5)=>{_0x5a5537[_0x21b3dc([0x74,0x68,0x65,0x6e])](_0x2c979a,_0x4e88b5),window[_0x21b3dc([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4e88b5,0x2014e2ee^_0x302d46);});}}_0x513f52[_0x21b3dc([0x6f,0x6e])](_0x21b3dc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x255b99,_0x1234cf)=>{if(_0x1234cf[0x0]!=_0x40539b)return _0x2616e8(_0x21b3dc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1234cf[0x1]={..._0x1234cf[0x1],[_0x21b3dc([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3385bb};},{[_0x21b3dc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x21b3dc([0x68,0x69,0x67,0x68])}),_0x513f52[_0x21b3dc([0x6f,0x6e])](_0x21b3dc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3ab4ef=>{_0x3570d4(_0x3ab4ef[_0x21b3dc([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1b4aa5=!0x0,_0x5c5450(_0x3ab4ef[_0x21b3dc([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x21b3dc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x21b3dc([0x6c,0x6f,0x77])}),_0x21162d[_0x21b3dc([0x74,0x68,0x65,0x6e])](()=>{_0x1b4aa5||_0x2616e8(_0x21b3dc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x474445(){return _0x513f52[_0x21b3dc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x21b3dc([0x76,0x69,0x65,0x77])][_0x21b3dc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x21b3dc([0x61,0x75,0x74,0x6f]);}function _0x20eecb(){_0x513f52[_0x21b3dc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x21b3dc([0x76,0x69,0x65,0x77])][_0x21b3dc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x21b3dc([0x61,0x75,0x74,0x6f]);}}function _0x3b2fc8(_0x467d6c){const _0x5b5fd8=[new window[(_0x21b3dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x596734=>setTimeout(_0x596734,0x201c08e2^_0x302d46)),_0x21162d[_0x21b3dc([0x74,0x68,0x65,0x6e])](()=>new window[(_0x21b3dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5d2428=>{let _0x161061=0x0;_0x513f52[_0x21b3dc([0x6d,0x6f,0x64,0x65,0x6c])][_0x21b3dc([0x6f,0x6e])](_0x21b3dc([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x126864,_0x345d12)=>{_0x345d12[0x0][_0x21b3dc([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x161061++,_0x161061==(0x201537d6^_0x302d46)&&(_0x5d2428(),_0x126864[_0x21b3dc([0x6f,0x66,0x66])]());});}))];return window[_0x21b3dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x21b3dc([0x72,0x61,0x63,0x65])](_0x5b5fd8)[_0x21b3dc([0x74,0x68,0x65,0x6e])](()=>_0x467d6c);}async function _0x488519(){await _0x21162d,_0x513f52[_0x21b3dc([0x6d,0x6f,0x64,0x65,0x6c])][_0x21b3dc([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x57cd9f,_0x513f52[_0x21b3dc([0x6d,0x6f,0x64,0x65,0x6c])][_0x21b3dc([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x57cd9f,_0x513f52[_0x21b3dc([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x21b3dc([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x222fd3(_0x44365d){const _0x56bdf8=_0x5d6e30();_0x513f52[_0x56bdf8]=_0x21b3dc([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])+_0x44365d,_0x44365d!=_0x21b3dc([0x56,0x61,0x6c,0x69,0x64])&&_0x488519();}function _0x5d6e30(){const _0x277cc9=window[_0x21b3dc([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x21b3dc([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x21b3dc([0x6e,0x6f,0x77])]())[_0x21b3dc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x21b3dc([0x2e]),'');let _0x4bcc3e=_0x21b3dc([0x78]);for(let _0x1aff5e=0x0;_0x1aff5e<_0x277cc9[_0x21b3dc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1aff5e+=0x2){let _0xae852a=window[_0x21b3dc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x277cc9[_0x21b3dc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1aff5e,_0x1aff5e+0x2));_0xae852a>=_0x531d9a[_0x21b3dc([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0xae852a-=_0x531d9a[_0x21b3dc([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4bcc3e+=_0x531d9a[_0xae852a];}return _0x4bcc3e;}function _0x3239b5(){const _0x3525ea=_0x86401a[_0x21b3dc([0x73,0x70,0x6c,0x69,0x74])](_0x21b3dc([0x2e]));if(0x3!=_0x3525ea[_0x21b3dc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xb5fbf7(_0x3525ea[0x1]);function _0xb5fbf7(_0x3aff80){const _0x4c0316=_0x2a5e13(_0x3aff80);return _0x4c0316&&_0x1bb8d3()?_0x4c0316:null;function _0x1bb8d3(){const _0x17aa07=_0x4c0316[_0x21b3dc([0x6a,0x74,0x69])],_0x144eee=window[_0x21b3dc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x17aa07[_0x21b3dc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x17aa07[_0x21b3dc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x28709c={..._0x4c0316,[_0x21b3dc([0x6a,0x74,0x69])]:_0x17aa07[_0x21b3dc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x17aa07[_0x21b3dc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x28709c[_0x21b3dc([0x76,0x63])],_0xf47d75(_0x28709c)==_0x144eee;}}}async function _0x1b7dba(){let _0xcef3fb=!0x0;try{const _0x4ff40a=_0x86401a[_0x21b3dc([0x73,0x70,0x6c,0x69,0x74])](_0x21b3dc([0x2e])),[_0x3cab62,_0xa0743f,_0x54d804]=_0x4ff40a;return _0x20d36f(_0x3cab62),await _0x175937(_0x3cab62,_0xa0743f,_0x54d804),_0xcef3fb;}catch(_0x20b0a1){return!0x1;}function _0x20d36f(_0x4ab7e4){const _0x36c974=_0x2a5e13(_0x4ab7e4);_0x36c974&&_0x36c974[_0x21b3dc([0x61,0x6c,0x67])]==_0x21b3dc([0x45,0x53,0x32,0x35,0x36])||(_0xcef3fb=!0x1);}async function _0x175937(_0x33b206,_0x4eab6f,_0x2c72a2){const _0x4a9e85=window[_0x21b3dc([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x21b3dc([0x66,0x72,0x6f,0x6d])](_0x47087f(_0x2c72a2),_0x4ca4e2=>_0x4ca4e2[_0x21b3dc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3f275c=new window[(_0x21b3dc([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x21b3dc([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x33b206+_0x21b3dc([0x2e])+_0x4eab6f),_0x3057ba=window[_0x21b3dc([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x21b3dc([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3057ba)return;const _0x99128d=await _0x3057ba[_0x21b3dc([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x21b3dc([0x6a,0x77,0x6b]),_0x5e0c26,{[_0x21b3dc([0x6e,0x61,0x6d,0x65])]:_0x21b3dc([0x45,0x43,0x44,0x53,0x41]),[_0x21b3dc([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x21b3dc([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x21b3dc([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3057ba[_0x21b3dc([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x21b3dc([0x6e,0x61,0x6d,0x65])]:_0x21b3dc([0x45,0x43,0x44,0x53,0x41]),[_0x21b3dc([0x68,0x61,0x73,0x68])]:{[_0x21b3dc([0x6e,0x61,0x6d,0x65])]:_0x21b3dc([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x99128d,_0x4a9e85,_0x3f275c)||(_0xcef3fb=!0x1);}}function _0x2a5e13(_0x42dabb){return _0x42dabb[_0x21b3dc([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x21b3dc([0x65,0x79]))?JSON[_0x21b3dc([0x70,0x61,0x72,0x73,0x65])](_0x47087f(_0x42dabb)):null;}function _0x47087f(_0x5e4a9c){return window[_0x21b3dc([0x61,0x74,0x6f,0x62])](_0x5e4a9c[_0x21b3dc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x21b3dc([0x2b]))[_0x21b3dc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x21b3dc([0x2f])));}function _0xf47d75(_0x291c49){let _0xee8e43=0x1505;function _0x5660a9(_0x56fe03){for(let _0x5e442f=0x0;_0x5e442f<_0x56fe03[_0x21b3dc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5e442f++){const _0x385477=_0x56fe03[_0x21b3dc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5e442f);_0xee8e43=(_0xee8e43<<0x5)+_0xee8e43+_0x385477,_0xee8e43&=_0xee8e43;}}function _0x184a18(_0x28552d){Array[_0x21b3dc([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x28552d)?_0x28552d[_0x21b3dc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x184a18):_0x28552d&&typeof _0x28552d==_0x21b3dc([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x21b3dc([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x28552d)[_0x21b3dc([0x73,0x6f,0x72,0x74])]()[_0x21b3dc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2bd555,_0xc5c478])=>{_0x5660a9(_0x2bd555),_0x184a18(_0xc5c478);}):_0x5660a9(window[_0x21b3dc([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x28552d));}return _0x184a18(_0x291c49),_0xee8e43>>>0x0;}function _0x29b0ff(_0x455b8e){return _0x455b8e[_0x21b3dc([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x21b3dc([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x21b3dc([0x30]));}function _0x25a133(_0x3b4c71){return _0x3b4c71[_0x21b3dc([0x73,0x70,0x6c,0x69,0x74])]('')[_0x21b3dc([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x21b3dc([0x6a,0x6f,0x69,0x6e])]('');}function _0x57cd9f(){}function _0x21b3dc(_0x376809){return _0x376809['map'](_0x1064a8=>String['fromCharCode'](_0x1064a8))['join']('');}_0x222fd3(await _0x297e89());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x22ae73,{outlineDefinitions:_0x59b5c6,outlineChanges:_0x5733bf}){this['_currentOutlineDefinitions']=_0x59b5c6,this['view']['sync'](_0x5733bf);}['_setActiveViewItem'](_0x11f295){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x11f295]&&(this['view']['activeItemIndex']=_0x11f295);}['_handleItemSelected'](_0xc1f9ab){const _0x2518be=this['_currentOutlineDefinitions'][_0xc1f9ab]['modelElement'];this['editor']['model']['change'](_0x116195=>{_0x116195['setSelection'](_0x2518be,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0xc1f9ab);}['_updateActiveDefinitionOnViewportChange'](){const _0x957586=this['editor'];let _0x158faa;for(const _0x8ba3e4 of _0x957586['model']['document']['getRootNames']()){const _0x30bcf8=_0x957586['editing']['view']['getDomRoot'](_0x8ba3e4),_0x560391=_0x30bcf8&&new _0xdcba0f(_0x30bcf8)['getVisible']();if(_0x560391){const _0x54e0cb=new _0xdcba0f(_0x5dae67['window'])['getIntersection'](_0x560391);_0x54e0cb&&(_0x158faa=_0x54e0cb['top']+0.25*_0x54e0cb['height']);}}if(void 0x0===_0x158faa)return;const _0x222be5=d(_0x957586['editing'],this['_currentOutlineDefinitions'],_0x158faa);_0x222be5?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x222be5)):this['_setActiveViewItem'](-0x1);}}function d(_0x7574e3,_0x2c6504,_0x4356ad,_0x3ebe17=0x0,_0x5ef123=_0x2c6504['length']-0x1){const _0x235443=Math['floor'](_0x3ebe17+(_0x5ef123-_0x3ebe17)/0x2);if(_0x5ef123>=_0x3ebe17){const _0x66556e=_0x2c6504[_0x235443],_0x1d875e=_0x7574e3['mapper']['toViewElement'](_0x66556e['modelElement']);if(!_0x1d875e)return null;const _0x41a311=_0x7574e3['view']['domConverter']['mapViewToDom'](_0x1d875e);return new _0xdcba0f(_0x41a311)['bottom']>_0x4356ad?d(_0x7574e3,_0x2c6504,_0x4356ad,_0x3ebe17,_0x235443-0x1):d(_0x7574e3,_0x2c6504,_0x4356ad,_0x235443+0x1,_0x5ef123);}return _0x235443<0x0?null:_0x2c6504[_0x235443];}class u extends _0x59e301{['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 _0x498f7a=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x13a592;for(const _0x537bb6 in _0x498f7a){const _0x4e7353=_0x537bb6,_0x35190b=_0x498f7a[_0x4e7353];if('documentOutlineLicenseKeyValid'==_0x35190b||'documentOutlineLicenseKeyInvalid'==_0x35190b||'documentOutlineLicenseKeyExpired'==_0x35190b||'documentOutlineLicenseKeyDomainLimit'==_0x35190b||'documentOutlineLicenseKeyNotAllowed'==_0x35190b||'documentOutlineLicenseKeyEvaluationLimit'==_0x35190b||'documentOutlineLicenseKeyTrialLimit'==_0x35190b||'documentOutlineLicenseKeyUsageLimit'==_0x35190b){delete _0x498f7a[_0x4e7353],_0x13a592=_0x35190b,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0x13a592&&_0x498f7a['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0x13a592&&_0x498f7a['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0x13a592&&_0x498f7a['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0x13a592&&_0x498f7a['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0x13a592&&_0x498f7a['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0x13a592&&_0x498f7a['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0x13a592&&_0x498f7a['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x573600{['execute'](){this['editor']['model']['change'](_0x1009f0=>{this['editor']['model']['insertObject'](_0x1009f0['createElement']('tableOfContents'));});}['refresh'](){const _0xc25fb3=this['editor']['model'],_0x482522=_0xc25fb3['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x482522&&_0xc25fb3['schema']['findAllowedParent'](_0x482522,'tableOfContents'));}}class b extends _0x59e301{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x409aae=this['editor'];if(_0x409aae['config']['get']('headingId.modelAttributeName'))return;(function(_0x2e89a7){const _0xf4d076=new Map();if(_0x2e89a7)return _0x2e89a7['forEach'](_0x33d0e5=>{'paragraph'!==_0x33d0e5['model']&&_0xf4d076['set'](_0x33d0e5['view'],_0x33d0e5['model']);}),_0xf4d076['get']('h1')||_0xf4d076['set']('h1','heading1'),_0xf4d076;return _0xf4d076;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x4ebe59,_0xe74f5a)=>{this['_customUpcastHeadingsConversion'](_0xe74f5a),this['_customDataDowncastHeadingsConversion'](_0x4ebe59),_0x409aae['model']['schema']['isRegistered'](_0x4ebe59)&&_0x409aae['model']['schema']['extend'](_0x4ebe59,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x207648){this['editor']['conversion']['for']('upcast')['add'](_0x579439=>_0x579439['on']('element:'+_0x207648,(_0x3d7a81,_0x53c7c7,_0x113910)=>{const {consumable:_0x2dc59d,writer:_0x3bc7ec}=_0x113910,_0x185f4b=_0x53c7c7['viewItem']['getAttribute']('id'),_0x432a33=_0x53c7c7['modelRange']['getContainedElement']();if(_0x432a33)return _0x185f4b&&_0x185f4b['length']||_0x432a33['hasAttribute']('headingId')?void(_0x2dc59d['consume'](_0x53c7c7['viewItem'],{'attributes':['id']})&&_0x3bc7ec['setAttribute']('headingId',_0x185f4b,_0x432a33)):(_0x2dc59d['consume'](_0x53c7c7['viewItem'],{'attributes':['id']}),void _0x3bc7ec['setAttribute']('headingId',_0x20061b(),_0x432a33));},{'priority':_0x1c9c7f['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x5a30ff){this['editor']['conversion']['for']('downcast')['add'](_0x61db52=>_0x61db52['on']('attribute:headingId:'+_0x5a30ff,(_0x2db310,_0x4b0c24,_0x1bbeea)=>{if(!_0x1bbeea['consumable']['consume'](_0x4b0c24['item'],_0x2db310['name']))return;const _0x326764=_0x4b0c24['item']['getAttribute']('headingId'),_0x1d89b2=_0x1bbeea['mapper']['toViewElement'](_0x4b0c24['item']);_0x1bbeea['writer']['setAttribute']('id',_0x326764,_0x1d89b2);}));}['_registerHeadingIdAttributePostfixer'](){const _0x1cfd76=this['editor'],_0x1bd803=new Set(),_0x790fdb=new Set();function _0x1a27ac(_0xa75c6d,_0x1ea3c7){const _0x664524=_0x20061b();return _0x790fdb['add'](_0x664524),_0xa75c6d['setAttribute']('headingId',_0x664524,_0x1ea3c7),_0x664524;}function _0x4d8efd(_0xd31729,_0x35e31c){_0xd31729['removeAttribute']('headingId',_0x35e31c);}_0x1cfd76['model']['document']['registerPostFixer'](_0x994e0=>{const _0x5b49db=_0x1cfd76['model']['document']['differ']['getChanges']();let _0x1af115=!0x1;for(const _0x4b3973 of _0x5b49db)if('insert'==_0x4b3973['type']&&_0x4b3973['name']){if(_0x4b3973['name']['match'](/heading\d/)){const _0x140729=_0x4b3973['attributes']['get']('headingId');'string'==typeof _0x140729?_0x1bd803['has'](_0x140729)?(_0x1a27ac(_0x994e0,_0x4b3973['position']['nodeAfter']),_0x1af115=!0x0):_0x790fdb['add'](_0x140729):(_0x1a27ac(_0x994e0,_0x4b3973['position']['nodeAfter']),_0x1af115=!0x0);}else'string'==typeof _0x4b3973['attributes']['get']('headingId')&&(_0x4d8efd(_0x994e0,_0x4b3973['position']['nodeAfter']),_0x1af115=!0x0);}else{if('remove'==_0x4b3973['type']){const _0xa1ac9f=_0x4b3973['attributes']['get']('headingId');'string'==typeof _0xa1ac9f&&_0x1bd803['delete'](_0xa1ac9f);}}return _0x1af115;}),_0x1cfd76['model']['document']['on']('change',()=>{_0x790fdb['forEach'](_0x541797=>_0x1bd803['add'](_0x541797)),_0x790fdb['clear']();});}}class s extends _0x59e301{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x512e0a,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0x3fca46){super(_0x3fca46),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x190326=this['editor'],_0x1e3ab2=_0x190326['editing']['view']['document'];_0x190326['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x190326['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x1e3ab2,'click',(_0x4134ba,_0x91ffac)=>{if(!_0x91ffac['target'])return;const _0x4f3177=_0x91ffac['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x4f3177)&&(_0x91ffac['domEvent']['preventDefault'](),_0x4134ba['stop'](),this['_handleScrollToHeading'](_0x4f3177));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x190326['commands']['add']('insertTableOfContents',new O(_0x190326)),(_0x190326['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x2f5641,_0x3e5f9a)=>{this['_currentOutlineDefinitions']=_0x3e5f9a['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x190326['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x1b0844){const _0x1c61cc=_0x31d250([0x57,0x6e,0x6a,0x39,0x62,0x55,0x42,0x77,0x46,0x4c,0x74,0x63,0x54,0x4e,0x44,0x58,0x67,0x50,0x56,0x38,0x4f,0x49,0x6b,0x34,0x32,0x64,0x4d,0x37,0x70,0x4b,0x45,0x51,0x78,0x66,0x75,0x53,0x35,0x72,0x71,0x61,0x65,0x43,0x68,0x47,0x79,0x6c,0x6f,0x5a,0x33,0x52,0x30,0x31,0x41,0x7a,0x48,0x4a,0x69,0x36,0x73,0x76,0x59,0x6d]),_0x2ab8de=0x3fefc249,_0x1aa17b=0x3fe8a1d1^_0x2ab8de,_0x2e44ba=window[_0x31d250([0x44,0x61,0x74,0x65])][_0x31d250([0x6e,0x6f,0x77])](),_0x195a61=_0x1b0844[_0x31d250([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x9f4126=new window[(_0x31d250([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x55cfca=>{_0x195a61[_0x31d250([0x6f,0x6e,0x63,0x65])](_0x31d250([0x72,0x65,0x61,0x64,0x79]),_0x55cfca);}),_0x28ddab={[_0x31d250([0x6b,0x74,0x79])]:_0x31d250([0x45,0x43]),[_0x31d250([0x75,0x73,0x65])]:_0x31d250([0x73,0x69,0x67]),[_0x31d250([0x63,0x72,0x76])]:_0x31d250([0x50,0x2d,0x32,0x35,0x36]),[_0x31d250([0x78])]:_0x31d250([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]),[_0x31d250([0x79])]:_0x31d250([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]),[_0x31d250([0x61,0x6c,0x67])]:_0x31d250([0x45,0x53,0x32,0x35,0x36])},_0xf5b7bf=_0x195a61[_0x31d250([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x31d250([0x67,0x65,0x74])](_0x31d250([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x453770(){let _0x4807a7,_0x29890f=null,_0x2519bd=null;try{if(_0xf5b7bf==_0x31d250([0x47,0x50,0x4c]))return _0x31d250([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4807a7=_0x3c4b4f(),!_0x4807a7)return _0x31d250([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4807a7[_0x31d250([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2519bd=_0x3acbff(_0x4807a7[_0x31d250([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4807a7[_0x31d250([0x6a,0x74,0x69])])),await _0xc116b7()?_0x243284()?_0x1e5fc4()?_0x31d250([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2ec303()?(_0x4807a7[_0x31d250([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x31d250([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x29890f=_0x58b614(_0x31d250([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4807a7[_0x31d250([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x31d250([0x74,0x72,0x69,0x61,0x6c])&&(_0x29890f=_0x58b614(_0x31d250([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5c8d1f()):_0x31d250([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x31d250([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x31d250([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3e3e68){return _0x31d250([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1e5fc4(){const _0x273cd8=[_0x31d250([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x31d250([0x74,0x72,0x69,0x61,0x6c])][_0x31d250([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4807a7[_0x31d250([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2e44ba/0x3e8:0xe10*_0x1aa17b;return _0x4807a7[_0x31d250([0x65,0x78,0x70])]<_0x273cd8;}function _0x243284(){const _0x27742d=_0x4807a7[_0x31d250([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x27742d&&(!!_0x27742d[_0x31d250([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x31d250([0x2a]))||(!!_0x27742d[_0x31d250([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x31d250([0x54,0x4f,0x43]))||!!_0x27742d[_0x31d250([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x31d250([0x50,0x50]))));}function _0x2ec303(){const _0x329a7b=_0x4807a7[_0x31d250([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x329a7b||0x0==_0x329a7b[_0x31d250([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x16d4c0}=new URL(window[_0x31d250([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x329a7b[_0x31d250([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x16d4c0))return!0x0;const _0x122435=_0x16d4c0[_0x31d250([0x73,0x70,0x6c,0x69,0x74])](_0x31d250([0x2e]));return _0x329a7b[_0x31d250([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5b6d66=>_0x5b6d66[_0x31d250([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x31d250([0x2a])))[_0x31d250([0x6d,0x61,0x70])](_0x5bf51f=>_0x5bf51f[_0x31d250([0x73,0x70,0x6c,0x69,0x74])](_0x31d250([0x2e])))[_0x31d250([0x73,0x6f,0x6d,0x65])](_0x228826=>_0x122435[_0x31d250([0x65,0x76,0x65,0x72,0x79])]((_0x5ce0d0,_0x293a01)=>_0x228826[_0x293a01]===_0x5ce0d0||_0x228826[_0x293a01]===_0x31d250([0x2a])));}function _0x5c8d1f(){return _0x29890f&&_0x2519bd?new window[(_0x31d250([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x47ea50,_0x27bf11)=>{_0x29890f[_0x31d250([0x74,0x68,0x65,0x6e])](_0x47ea50,_0x27bf11),_0x2519bd[_0x31d250([0x74,0x68,0x65,0x6e])](_0x2af3af=>{_0x2af3af!=_0x31d250([0x56,0x61,0x6c,0x69,0x64])&&_0x47ea50(_0x2af3af);},_0x27bf11);}):_0x29890f||_0x2519bd||_0x31d250([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3acbff(_0x49f529,_0x14d6e5){return new window[(_0x31d250([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x327ea9=>{if(_0x33ac06())return _0x327ea9(_0x31d250([0x56,0x61,0x6c,0x69,0x64]));_0x2b3c24(),_0x195a61[_0x31d250([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x31d250([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x51d8c2=!0x1;const _0x157ae7=_0x20061b();function _0x32c075(_0x566e91){return!!_0x566e91&&(typeof _0x566e91===_0x31d250([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x566e91===_0x31d250([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x566e91[_0x31d250([0x74,0x68,0x65,0x6e])]===_0x31d250([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x566e91[_0x31d250([0x63,0x61,0x74,0x63,0x68])]===_0x31d250([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x162560(_0x334c3b){_0xbfad47(_0x334c3b)[_0x31d250([0x74,0x68,0x65,0x6e])](_0x5bf0b9=>{if(!_0x5bf0b9||_0x5bf0b9[_0x31d250([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x31d250([0x6f,0x6b]))return _0x31d250([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x168ed7(_0x377f42(_0x157ae7+_0x14d6e5))!=_0x5bf0b9[_0x31d250([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x31d250([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x31d250([0x56,0x61,0x6c,0x69,0x64]);})[_0x31d250([0x74,0x68,0x65,0x6e])](_0x21b38e=>(_0x4422e2(),_0x21b38e),()=>{const _0x5dd9a8=_0x314fb8();return null==_0x5dd9a8?(_0x4422e2(),_0x31d250([0x56,0x61,0x6c,0x69,0x64])):_0x31d250(_0x2e44ba-_0x5dd9a8>(0x1be34649^_0x2ab8de)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x31d250([0x74,0x68,0x65,0x6e])](_0x327ea9)[_0x31d250([0x63,0x61,0x74,0x63,0x68])](()=>{_0x327ea9(_0x31d250([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5e4721=0x3fd92cc9^_0x2ab8de;function _0x4422e2(){const _0x1f66ee=_0x31d250([0x6c,0x6c,0x63,0x74,0x2d])+_0x168ed7(_0x377f42(_0x49f529)),_0x357d88=_0x3b3618(_0x168ed7(window[_0x31d250([0x4d,0x61,0x74,0x68])][_0x31d250([0x63,0x65,0x69,0x6c])](_0x2e44ba/_0x5e4721)));window[_0x31d250([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x31d250([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1f66ee,_0x357d88);}function _0x314fb8(){const _0x1f5fee=_0x31d250([0x6c,0x6c,0x63,0x74,0x2d])+_0x168ed7(_0x377f42(_0x49f529)),_0x9d722a=window[_0x31d250([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x31d250([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1f5fee);return _0x9d722a?window[_0x31d250([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3b3618(_0x9d722a),0x10)*_0x5e4721:null;}function _0xbfad47(_0x294357){return new window[(_0x31d250([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x447e79,_0x329277)=>{_0x294357[_0x31d250([0x74,0x68,0x65,0x6e])](_0x447e79,_0x329277),window[_0x31d250([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x329277,0x3fee1689^_0x2ab8de);});}}_0x195a61[_0x31d250([0x6f,0x6e])](_0x31d250([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x4fe007,_0x3cd398)=>{if(_0x3cd398[0x0]!=_0x49f529)return _0x327ea9(_0x31d250([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3cd398[0x1]={..._0x3cd398[0x1],[_0x31d250([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x157ae7};},{[_0x31d250([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x31d250([0x68,0x69,0x67,0x68])}),_0x195a61[_0x31d250([0x6f,0x6e])](_0x31d250([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x25d1a1=>{_0x32c075(_0x25d1a1[_0x31d250([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x51d8c2=!0x0,_0x162560(_0x25d1a1[_0x31d250([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x31d250([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x31d250([0x6c,0x6f,0x77])}),_0x9f4126[_0x31d250([0x74,0x68,0x65,0x6e])](()=>{_0x51d8c2||_0x327ea9(_0x31d250([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x33ac06(){return _0x195a61[_0x31d250([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x31d250([0x76,0x69,0x65,0x77])][_0x31d250([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x31d250([0x61,0x75,0x74,0x6f]);}function _0x2b3c24(){_0x195a61[_0x31d250([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x31d250([0x76,0x69,0x65,0x77])][_0x31d250([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x31d250([0x61,0x75,0x74,0x6f]);}}function _0x58b614(_0x3a1de0){const _0x2dd69c=[new window[(_0x31d250([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2090cf=>setTimeout(_0x2090cf,0x3fe6fc85^_0x2ab8de)),_0x9f4126[_0x31d250([0x74,0x68,0x65,0x6e])](()=>new window[(_0x31d250([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x48458a=>{let _0xdac313=0x0;_0x195a61[_0x31d250([0x6d,0x6f,0x64,0x65,0x6c])][_0x31d250([0x6f,0x6e])](_0x31d250([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x585909,_0x28001a)=>{_0x28001a[0x0][_0x31d250([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xdac313++,_0xdac313==(0x3fefc3b1^_0x2ab8de)&&(_0x48458a(),_0x585909[_0x31d250([0x6f,0x66,0x66])]());});}))];return window[_0x31d250([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x31d250([0x72,0x61,0x63,0x65])](_0x2dd69c)[_0x31d250([0x74,0x68,0x65,0x6e])](()=>_0x3a1de0);}async function _0x254614(){await _0x9f4126,_0x195a61[_0x31d250([0x6d,0x6f,0x64,0x65,0x6c])][_0x31d250([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3a5896,_0x195a61[_0x31d250([0x6d,0x6f,0x64,0x65,0x6c])][_0x31d250([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3a5896,_0x195a61[_0x31d250([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x31d250([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4509cf(_0x353c61){const _0x2329d8=_0x367255();_0x195a61[_0x2329d8]=_0x31d250([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])+_0x353c61,_0x353c61!=_0x31d250([0x56,0x61,0x6c,0x69,0x64])&&_0x254614();}function _0x367255(){const _0x508ec6=window[_0x31d250([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x31d250([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x31d250([0x6e,0x6f,0x77])]())[_0x31d250([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x31d250([0x2e]),'');let _0x5af3b1=_0x31d250([0x57]);for(let _0x540958=0x0;_0x540958<_0x508ec6[_0x31d250([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x540958+=0x2){let _0x5029ba=window[_0x31d250([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x508ec6[_0x31d250([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x540958,_0x540958+0x2));_0x5029ba>=_0x1c61cc[_0x31d250([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5029ba-=_0x1c61cc[_0x31d250([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5af3b1+=_0x1c61cc[_0x5029ba];}return _0x5af3b1;}function _0x3c4b4f(){const _0x3acc84=_0xf5b7bf[_0x31d250([0x73,0x70,0x6c,0x69,0x74])](_0x31d250([0x2e]));if(0x3!=_0x3acc84[_0x31d250([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1d5837(_0x3acc84[0x1]);function _0x1d5837(_0x16468f){const _0x9fd9e0=_0x53bc77(_0x16468f);return _0x9fd9e0&&_0xddd5()?_0x9fd9e0:null;function _0xddd5(){const _0x46a881=_0x9fd9e0[_0x31d250([0x6a,0x74,0x69])],_0xf9d8a0=window[_0x31d250([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x46a881[_0x31d250([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x46a881[_0x31d250([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x1c88eb={..._0x9fd9e0,[_0x31d250([0x6a,0x74,0x69])]:_0x46a881[_0x31d250([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x46a881[_0x31d250([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x1c88eb[_0x31d250([0x76,0x63])],_0x377f42(_0x1c88eb)==_0xf9d8a0;}}}async function _0xc116b7(){let _0x11337d=!0x0;try{const _0x4f2c14=_0xf5b7bf[_0x31d250([0x73,0x70,0x6c,0x69,0x74])](_0x31d250([0x2e])),[_0x57d57c,_0x7b7285,_0x2275fe]=_0x4f2c14;return _0x28d2f4(_0x57d57c),await _0x15582c(_0x57d57c,_0x7b7285,_0x2275fe),_0x11337d;}catch(_0x13ac58){return!0x1;}function _0x28d2f4(_0x50ff43){const _0x5addb6=_0x53bc77(_0x50ff43);_0x5addb6&&_0x5addb6[_0x31d250([0x61,0x6c,0x67])]==_0x31d250([0x45,0x53,0x32,0x35,0x36])||(_0x11337d=!0x1);}async function _0x15582c(_0x32663e,_0x4a4fff,_0x309d18){const _0xa4b146=window[_0x31d250([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x31d250([0x66,0x72,0x6f,0x6d])](_0x1ee04e(_0x309d18),_0x5337fa=>_0x5337fa[_0x31d250([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x35929d=new window[(_0x31d250([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x31d250([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x32663e+_0x31d250([0x2e])+_0x4a4fff),_0x3157cd=window[_0x31d250([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x31d250([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3157cd)return;const _0x7978cf=await _0x3157cd[_0x31d250([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x31d250([0x6a,0x77,0x6b]),_0x28ddab,{[_0x31d250([0x6e,0x61,0x6d,0x65])]:_0x31d250([0x45,0x43,0x44,0x53,0x41]),[_0x31d250([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x31d250([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x31d250([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3157cd[_0x31d250([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x31d250([0x6e,0x61,0x6d,0x65])]:_0x31d250([0x45,0x43,0x44,0x53,0x41]),[_0x31d250([0x68,0x61,0x73,0x68])]:{[_0x31d250([0x6e,0x61,0x6d,0x65])]:_0x31d250([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x7978cf,_0xa4b146,_0x35929d)||(_0x11337d=!0x1);}}function _0x53bc77(_0x46ab56){return _0x46ab56[_0x31d250([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x31d250([0x65,0x79]))?JSON[_0x31d250([0x70,0x61,0x72,0x73,0x65])](_0x1ee04e(_0x46ab56)):null;}function _0x1ee04e(_0x46064b){return window[_0x31d250([0x61,0x74,0x6f,0x62])](_0x46064b[_0x31d250([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x31d250([0x2b]))[_0x31d250([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x31d250([0x2f])));}function _0x377f42(_0x21278f){let _0x1dbf2c=0x1505;function _0x365780(_0x247686){for(let _0x31f54d=0x0;_0x31f54d<_0x247686[_0x31d250([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x31f54d++){const _0x1d5cb6=_0x247686[_0x31d250([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x31f54d);_0x1dbf2c=(_0x1dbf2c<<0x5)+_0x1dbf2c+_0x1d5cb6,_0x1dbf2c&=_0x1dbf2c;}}function _0x5f440f(_0x3e3e62){Array[_0x31d250([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3e3e62)?_0x3e3e62[_0x31d250([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5f440f):_0x3e3e62&&typeof _0x3e3e62==_0x31d250([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x31d250([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3e3e62)[_0x31d250([0x73,0x6f,0x72,0x74])]()[_0x31d250([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5d75f3,_0x3ab1b1])=>{_0x365780(_0x5d75f3),_0x5f440f(_0x3ab1b1);}):_0x365780(window[_0x31d250([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3e3e62));}return _0x5f440f(_0x21278f),_0x1dbf2c>>>0x0;}function _0x168ed7(_0x3ba22e){return _0x3ba22e[_0x31d250([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x31d250([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x31d250([0x30]));}function _0x3b3618(_0x68baaa){return _0x68baaa[_0x31d250([0x73,0x70,0x6c,0x69,0x74])]('')[_0x31d250([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x31d250([0x6a,0x6f,0x69,0x6e])]('');}function _0x3a5896(){}function _0x31d250(_0x4901bc){return _0x4901bc['map'](_0x3387f8=>String['fromCharCode'](_0x3387f8))['join']('');}_0x4509cf(await _0x453770());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x5796d6=>{'$graveyard'!==_0x5796d6['rootName']&&this['editor']['editing']['reconvertItem'](_0x5796d6);});}['_trackNewToCElements'](){for(const _0x1d90f6 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x1d90f6['type']||'tableOfContents'!==_0x1d90f6['name'])return;this['_tableOfContentsElements']['add'](_0x1d90f6['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x130941=this['editor']['conversion'];_0x130941['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x130941['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x1008e0,{writer:_0x33d33d})=>this['_createTableOfContents'](_0x33d33d,!0x0)}),_0x130941['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x3ea06f,{writer:_0x24bddd})=>{this['_tableOfContentsElements']['add'](_0x3ea06f);const _0x2cbd32=this['_createTableOfContents'](_0x24bddd);return _0x215484(_0x2cbd32,_0x24bddd,{'label':j(this['editor']['locale'],'Table\x20of\x20contents')});}}),this['editor']['data']['registerRawContentMatcher']({'name':'div','classes':'table-of-contents'}),this['editor']['editing']['mapper']['on']('viewToModelPosition',this['_redirectMapper'](),{'priority':'high'});}['_createTableOfContents'](_0x2dd4ce,_0x1dfc21=!0x1){const {locale:_0x4f18bc}=this['editor'],_0x33ff3c=_0x2dd4ce['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x1dfc21&&{'data-table-of-contents-label':j(_0x4f18bc,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x1dfc21&&_0x2dd4ce['insert'](_0x2dd4ce['createPositionAt'](_0x33ff3c,'end'),_0x2dd4ce['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x2dd4ce['createText'](j(_0x4f18bc,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x33edd6=_0x1dfc21?'':'['+j(_0x4f18bc,'Empty\x20heading')+']';let _0xa93be=_0x33ff3c;return this['_currentOutlineDefinitions']['forEach']((_0x3f6644,_0x20dc3b,_0x44b64a)=>{const _0x249311=this['editor']['model']['hasContent'](_0x3f6644['modelElement'],{'ignoreWhitespaces':!0x0}),_0x571371=_0x249311?_0x3f6644['text']:_0x33edd6,_0x4bd7fc=_0x3f6644['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x126bc9=_0x2dd4ce['createContainerElement']('a',{'href':'#'+_0x4bd7fc,...!_0x1dfc21&&{'tabindex':'-1'}},[_0x2dd4ce['createText'](_0x571371)]),_0xc3b68c=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x2dd4ce['setCustomProperty']('tableOfContentsHeadingIndex',_0x20dc3b,_0x126bc9);const _0x32c146=_0x2dd4ce['createContainerElement']('li',null,[_0x249311||!_0x1dfc21&&_0xc3b68c?_0x126bc9:_0x2dd4ce['createText']('')]),_0x4529bd=_0x20dc3b?_0x44b64a[_0x20dc3b-0x1]['level']:0x0,_0xf53c2d=Math['abs'](_0x3f6644['level']-_0x4529bd);if(_0x3f6644['level']>_0x4529bd){const _0x1137b5=N(_0x32c146,_0xf53c2d,_0x2dd4ce);_0x2dd4ce['insert'](_0x2dd4ce['createPositionAt'](_0xa93be,'end'),_0x1137b5);}else{const _0x13a36c=function(_0x5cc252,_0x43af49){return _0x5cc252['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x29fa48=>_0x29fa48['is']('element','ol'))[_0x43af49];}(_0xa93be,_0xf53c2d);_0x2dd4ce['insert'](_0x2dd4ce['createPositionAt'](_0x13a36c,'end'),_0x32c146);}_0xa93be=_0x32c146;}),_0x33ff3c;}['_handleScrollToHeading'](_0x2c3ae7){const _0x1c88c3=this['_currentOutlineDefinitions'][_0x2c3ae7]['modelElement'];this['editor']['model']['change'](_0x251123=>{_0x251123['setSelection'](_0x1c88c3,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x22bf3d,_0x28e9d1)=>{const _0x49c09e=_0x28e9d1['mapper'],_0x3979cd=_0x49c09e['findMappedViewAncestor'](_0x28e9d1['viewPosition']),_0x9bcdc6=_0x49c09e['toModelElement'](_0x3979cd);_0x9bcdc6['is']('element','tableOfContents')&&(_0x28e9d1['modelPosition']=this['editor']['model']['createPositionAt'](_0x9bcdc6,0x0),_0x22bf3d['stop']());};}}function N(_0x21a572,_0xf889b2,_0x16da60){return 0x1===_0xf889b2?_0x16da60['createContainerElement']('ol',null,[_0x21a572]):_0x16da60['createContainerElement']('ol',null,[_0x16da60['createContainerElement']('li',null,[N(_0x21a572,_0xf889b2-0x1,_0x16da60)])]);}class o extends _0x59e301{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0xbcd730=this['editor'];_0xbcd730['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x284815=this['_createButton'](_0x4eaa39);return _0x284815['tooltip']=!0x0,_0x284815;}),_0xbcd730['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x336ad1)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x42797f=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x54642a;for(const _0x2afa92 in _0x42797f){const _0x20e1fd=_0x2afa92,_0x54f6d3=_0x42797f[_0x20e1fd];if('tableOfContentsLicenseKeyValid'==_0x54f6d3||'tableOfContentsLicenseKeyInvalid'==_0x54f6d3||'tableOfContentsLicenseKeyExpired'==_0x54f6d3||'tableOfContentsLicenseKeyDomainLimit'==_0x54f6d3||'tableOfContentsLicenseKeyNotAllowed'==_0x54f6d3||'tableOfContentsLicenseKeyEvaluationLimit'==_0x54f6d3||'tableOfContentsLicenseKeyTrialLimit'==_0x54f6d3||'tableOfContentsLicenseKeyUsageLimit'==_0x54f6d3){delete _0x42797f[_0x20e1fd],_0x54642a=_0x54f6d3,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0x54642a&&_0x42797f['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0x54642a&&_0x42797f['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0x54642a&&_0x42797f['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0x54642a&&_0x42797f['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0x54642a&&_0x42797f['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0x54642a&&_0x42797f['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0x54642a&&_0x42797f['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x1d5d74){const _0x242eea=this['editor'],_0x51ff17=_0x242eea['locale'],_0x1d77fb=_0x242eea['commands']['get']('insertTableOfContents'),_0x2dbded=new _0x1d5d74(_0x51ff17);return _0x2dbded['set']({'label':j(_0x51ff17,'Table\x20of\x20contents'),'icon':_0x1fb8e4}),_0x2dbded['bind']('isEnabled')['to'](_0x1d77fb,'isEnabled'),this['listenTo'](_0x2dbded,'execute',()=>{_0x242eea['execute']('insertTableOfContents'),_0x242eea['editing']['view']['focus']();}),_0x2dbded;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x59e301{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 _0x3fbdf3,Command as _0x37d0f2}from'@ckeditor/ckeditor5-core/dist/index.js';import{debounce as _0x3d20cb,throttle as _0x31f4bc}from'es-toolkit/compat';import{Text as _0x3d13a1,TreeWalker as _0x26de61}from'@ckeditor/ckeditor5-engine/dist/index.js';import{diff as _0x292729,diffToChanges as _0x594caa,scrollAncestorsToShowTarget as _0x412e5f,CKEditorError as _0x20c5e1,global as _0x1da01a,Rect as _0x120dd4,uid as _0x266664,priorities as _0x5ce1b9}from'@ckeditor/ckeditor5-utils/dist/index.js';import{View as _0x575800,ButtonView as _0x440d45,MenuBarMenuListItemButtonView as _0x29510f}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Widget as _0x92a809,toWidget as _0x7f63cc}from'@ckeditor/ckeditor5-widget/dist/index.js';import{IconTableOfContents as _0x14a3ac}from'@ckeditor/ckeditor5-icons/dist/index.js';function p(_0x30d19c){let _0x5d0485='';for(const _0x59bf97 of _0x30d19c['getChildren']())_0x59bf97 instanceof _0x3d13a1&&(_0x5d0485+=_0x59bf97['data']);return _0x5d0485;}class i extends _0x3fbdf3{static get['pluginName'](){return'DocumentOutlineUtils';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_headingNames']=[];['init'](){const _0x3461f3=this['editor'];this['_headingNames']=this['_getHeadingNames']();let _0x40af0d=[];_0x3461f3['model']['document']['on']('change',_0x3d20cb(()=>{const _0x2e71af=_0x40af0d;_0x40af0d=this['_getOutlineDefinitions']();const _0x4bd2c5=_0x292729(_0x2e71af,_0x40af0d,(_0xc37ed3,_0x295a5a)=>_0xc37ed3['level']===_0x295a5a['level']&&_0xc37ed3['text']===_0x295a5a['text']&&_0xc37ed3['modelElement']===_0x295a5a['modelElement']),_0x34a03f=_0x594caa(_0x4bd2c5,_0x40af0d),_0xc93767=this['_getActiveHeading'](),_0x2e1b69=_0x40af0d['findIndex'](_0x5503e0=>_0x5503e0['modelElement']===_0xc93767);_0x34a03f['length']&&this['fire']('change',{'outlineDefinitions':_0x40af0d,'activeItemIndex':_0x2e1b69,'outlineChanges':_0x34a03f}),this['fire']('activeItemIndex',{'index':_0x2e1b69});},0xfa,{'leading':!0x0,'trailing':!0x0}));}['afterInit'](){this['_headingNames']['length']||this['_deriveHeadingElementsFromConversion']();}['_getOutlineDefinitions'](){const _0x502ace=this['editor'],_0x4a2387=[],_0x1e90ce=this['_headingNames'];for(const _0x218740 of _0x502ace['model']['document']['getRootNames']())_0x2c9e20(_0x502ace['model']['document']['getRoot'](_0x218740));function _0x2c9e20(_0x2a87e0){for(const _0x248cec of _0x2a87e0['getChildren']())_0x248cec['is']('element')&&(_0x1e90ce['includes'](_0x248cec['name'])&&_0x4a2387['push']({'level':_0x1e90ce['indexOf'](_0x248cec['name'])+0x1,'text':p(_0x248cec),'modelElement':_0x248cec}),_0x2c9e20(_0x248cec));}return _0x4a2387;}['_getActiveHeading'](){const _0x401b3b=this['editor']['model']['document']['selection']['getFirstPosition'](),_0x1fb4b5=new _0x26de61({'direction':'backward','startPosition':_0x401b3b});for(const _0xdf240c of _0x1fb4b5)if(_0xdf240c['item']['is']('element')&&this['_headingNames']['includes'](_0xdf240c['item']['name']))return _0xdf240c['item'];}['_getHeadingNames'](){const _0xe3be40=this['editor']['config']['get']('documentOutline.headings');return _0xe3be40||function(_0x46c450){const _0x19dbbc=_0x46c450['config']['get']('heading.options');return _0x19dbbc?_0x19dbbc['reduce']((_0x162579,_0x39ce5f)=>('paragraph'!==_0x39ce5f['model']&&_0x162579['push'](_0x39ce5f['model']),_0x162579),[]):_0x46c450['plugins']['has']('GeneralHtmlSupport')?['htmlH1','htmlH2','htmlH3','htmlH4','htmlH5','htmlH6']:[];}(this['editor']);}['_deriveHeadingElementsFromConversion'](){const _0x160c57=this['editor'],_0x216ff1=['h1','h2','h3','h4','h5','h6'],_0x23571e=[];for(const _0x3aa1b7 of _0x216ff1){const _0xe1182f=_0x160c57['editing']['view']['domConverter']['domToView'](document['createElement'](_0x3aa1b7)),_0x4931d2=_0x160c57['data']['toModel'](_0xe1182f)['getChild'](0x0);_0x4931d2?.['is']('element')&&_0x23571e['push'](_0x4931d2['name']);}this['_headingNames']=_0x23571e;}}function j(_0xde524e,_0xc8305c){const t=_0xde524e['t'];switch(_0xc8305c){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 _0xc8305c;}}class $ extends _0x575800{constructor(_0xc99708,_0x51630d=!0x1){super(_0xc99708);const _0x427d10=this['bindTemplate'],_0x3ac724=_0x51630d?'['+j(_0xc99708,'Empty\x20heading')+']':'';this['set']('text',''),this['set']('level',0x1),this['set']('isActive',!0x1),this['bind']('isEmpty')['to'](this,'text',_0x1b2b56=>!_0x1b2b56),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline__item',_0x427d10['to']('level',_0x42d700=>'ck-document-outline__item_level-'+_0x42d700),_0x427d10['if']('isActive','ck-document-outline__item_active'),_0x427d10['if']('isEmpty','ck-document-outline__item_empty')],'title':_0x427d10['to']('text')},'children':[{'text':_0x427d10['to']('text',_0x3ce3f2=>_0x3ce3f2||_0x3ac724)}],'on':{'click':_0x427d10['to']('click')}});}}class l extends _0x575800{['items'];['documentOutlineContainer'];['showEmptyHeadingText'];constructor(_0x520cec,_0x5cce02=!0x1,_0x1df7d5){super(_0x520cec),this['showEmptyHeadingText']=_0x5cce02,this['set']('activeItemIndex',-0x1),this['documentOutlineContainer']=_0x1df7d5,this['items']=this['createCollection'](),this['items']['delegate']('click')['to'](this),this['on']('click',this['_handleItemClick']['bind'](this)),this['on']('change:activeItemIndex',(_0x51b0a8,_0xc3fe86,_0x2d6e8c,_0x3f99de)=>{this['_setActiveItem'](_0x3f99de,_0x2d6e8c);}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-document-outline'],'dir':_0x520cec['contentLanguageDirection'],'data-document-outline-empty-placeholder':j(_0x520cec,'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.'),'tabindex':-0x1},'children':this['items']});}['sync'](_0x5d4cd5){_0x5d4cd5['forEach'](_0x236bd5=>{'insert'==_0x236bd5['type']?this['_insertItem'](_0x236bd5['index'],..._0x236bd5['values']):'delete'==_0x236bd5['type']&&this['_deleteItem'](_0x236bd5['index'],_0x236bd5['howMany']);});}['_setActiveItem'](_0x76d564,_0x2aefd0){if(-0x1!==_0x76d564){const _0x3de9f5=this['items']['get'](_0x76d564);_0x3de9f5&&(_0x3de9f5['isActive']=!0x1);}-0x1!==_0x2aefd0&&(this['items']['get'](_0x2aefd0)['isActive']=!0x0,this['_scrollToItem'](_0x2aefd0));}['_insertItem'](_0x6234,..._0x46549f){const _0x14998d=_0x46549f['map']((_0x19a978,_0x49903f)=>{const _0x4c4c8a=new $(this['locale'],this['showEmptyHeadingText']);return _0x4c4c8a['text']=_0x19a978['text'],_0x4c4c8a['level']=_0x19a978['level'],_0x6234+_0x49903f===this['activeItemIndex']&&(_0x4c4c8a['isActive']=!0x0),_0x4c4c8a;});this['items']['addMany'](_0x14998d,_0x6234);}['_deleteItem'](_0x47914e,_0x10b188){do{this['items']['remove'](_0x47914e);}while(--_0x10b188);}['_handleItemClick'](_0x27a981){const _0x5a0450=this['items']['getIndex'](_0x27a981['source']);this['fire']('itemSelected',_0x5a0450);}['_scrollToItem'](_0x5568cb){_0x412e5f(this['items']['get'](_0x5568cb)['element'],0x14,this['documentOutlineContainer']);}['destroy'](){super['destroy'](),this['element']['remove']();}}class n extends _0x3fbdf3{['view'];['_currentOutlineDefinitions'];['_updateActiveDefinitionFromViewportThrottled'];static get['pluginName'](){return'DocumentOutlineUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x8cc6cd){super(_0x8cc6cd),this['view']=new l(_0x8cc6cd['locale'],this['editor']['config']['get']('documentOutline.showEmptyHeadings'),this['editor']['config']['get']('documentOutline.container')),this['_currentOutlineDefinitions']=[],this['_updateActiveDefinitionFromViewportThrottled']=_0x31f4bc(this['_updateActiveDefinitionOnViewportChange']['bind'](this),0x64);}['init'](){const _0x3bcc84=this['editor'],_0x48c0bd=_0x3bcc84['plugins']['get']('DocumentOutlineUtils');let _0x59d23b=!0x1;if(this['view']['render'](),this['editor']['ui']['focusTracker']['add'](this['view']['element']),!_0x3bcc84['config']['get']('documentOutline.container'))throw new _0x20c5e1('document-outline-container-not-provided',{'editor':_0x3bcc84});_0x3bcc84['config']['get']('documentOutline.container')['appendChild'](this['view']['element']),_0x48c0bd['on']('change',this['_handleOutlineChange']['bind'](this)),_0x48c0bd['on']('activeItemIndex',(_0xea9277,{index:_0x50d60d})=>this['_setActiveViewItem'](_0x50d60d)),this['view']['on']('itemSelected',(_0x25c8bf,_0x37e711)=>{_0x59d23b=!0x0,this['_handleItemSelected'](_0x37e711);}),this['view']['listenTo'](_0x1da01a['document'],'scroll',()=>{_0x59d23b?_0x59d23b=!0x1:this['_updateActiveDefinitionFromViewportThrottled']();},{'useCapture':!0x0}),this['view']['listenTo'](_0x1da01a['window'],'resize',this['_updateActiveDefinitionFromViewportThrottled'],{'useCapture':!0x0});}['afterInit'](){!async function(_0x122059){const _0x39c3cb=_0xa16798([0x31,0x64,0x51,0x54,0x52,0x77,0x65,0x48,0x30,0x53,0x66,0x4f,0x4e,0x6f,0x6a,0x71,0x63,0x46,0x44,0x62,0x4a,0x41,0x49,0x6b,0x74,0x47,0x69,0x57,0x55,0x43,0x58,0x7a,0x78,0x76,0x33,0x73,0x6e,0x75,0x32,0x61,0x6d,0x45,0x4c,0x4d,0x6c,0x34,0x67,0x39,0x5a,0x72,0x68,0x50,0x70,0x56,0x59,0x38,0x35,0x4b,0x79,0x42,0x36,0x37]),_0x5b45fd=0xac7f47b,_0x1a635b=0xac097cb^_0x5b45fd,_0x1eb46d=window[_0xa16798([0x44,0x61,0x74,0x65])][_0xa16798([0x6e,0x6f,0x77])](),_0x1bec13=_0x122059[_0xa16798([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x372210=new window[(_0xa16798([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d12fa=>{_0x1bec13[_0xa16798([0x6f,0x6e,0x63,0x65])](_0xa16798([0x72,0x65,0x61,0x64,0x79]),_0x4d12fa);}),_0x5d91c6={[_0xa16798([0x6b,0x74,0x79])]:_0xa16798([0x45,0x43]),[_0xa16798([0x75,0x73,0x65])]:_0xa16798([0x73,0x69,0x67]),[_0xa16798([0x63,0x72,0x76])]:_0xa16798([0x50,0x2d,0x32,0x35,0x36]),[_0xa16798([0x78])]:_0xa16798([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]),[_0xa16798([0x79])]:_0xa16798([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]),[_0xa16798([0x61,0x6c,0x67])]:_0xa16798([0x45,0x53,0x32,0x35,0x36])},_0x541062=_0x1bec13[_0xa16798([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xa16798([0x67,0x65,0x74])](_0xa16798([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x44199b(){let _0x23947c,_0x29f1a9=null,_0x221592=null;try{if(_0x541062==_0xa16798([0x47,0x50,0x4c]))return _0xa16798([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x23947c=_0x4b5a23(),!_0x23947c)return _0xa16798([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x23947c[_0xa16798([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x221592=_0x33b391(_0x23947c[_0xa16798([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x23947c[_0xa16798([0x6a,0x74,0x69])])),await _0x16aab4()?_0x47b4d0()?_0x4e556c()?_0xa16798([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4bf068()?(_0x23947c[_0xa16798([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa16798([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x29f1a9=_0x3ec991(_0xa16798([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x23947c[_0xa16798([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xa16798([0x74,0x72,0x69,0x61,0x6c])&&(_0x29f1a9=_0x3ec991(_0xa16798([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x320e01()):_0xa16798([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xa16798([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xa16798([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1e1fbc){return _0xa16798([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4e556c(){const _0x2e6abe=[_0xa16798([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xa16798([0x74,0x72,0x69,0x61,0x6c])][_0xa16798([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x23947c[_0xa16798([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1eb46d/0x3e8:0xe10*_0x1a635b;return _0x23947c[_0xa16798([0x65,0x78,0x70])]<_0x2e6abe;}function _0x47b4d0(){const _0x1d7a66=_0x23947c[_0xa16798([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1d7a66&&(!!_0x1d7a66[_0xa16798([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa16798([0x2a]))||(!!_0x1d7a66[_0xa16798([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa16798([0x44,0x4f]))||!!_0x1d7a66[_0xa16798([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa16798([0x50,0x50]))));}function _0x4bf068(){const _0x2e326c=_0x23947c[_0xa16798([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2e326c||0x0==_0x2e326c[_0xa16798([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x24cae6}=new URL(window[_0xa16798([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2e326c[_0xa16798([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x24cae6))return!0x0;const _0xe49bd4=_0x24cae6[_0xa16798([0x73,0x70,0x6c,0x69,0x74])](_0xa16798([0x2e]));return _0x2e326c[_0xa16798([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x112cd4=>_0x112cd4[_0xa16798([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xa16798([0x2a])))[_0xa16798([0x6d,0x61,0x70])](_0x1948f9=>_0x1948f9[_0xa16798([0x73,0x70,0x6c,0x69,0x74])](_0xa16798([0x2e])))[_0xa16798([0x73,0x6f,0x6d,0x65])](_0x432f37=>_0xe49bd4[_0xa16798([0x65,0x76,0x65,0x72,0x79])]((_0x3a2b78,_0x243bcb)=>_0x432f37[_0x243bcb]===_0x3a2b78||_0x432f37[_0x243bcb]===_0xa16798([0x2a])));}function _0x320e01(){return _0x29f1a9&&_0x221592?new window[(_0xa16798([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x20fdff,_0x44d5ad)=>{_0x29f1a9[_0xa16798([0x74,0x68,0x65,0x6e])](_0x20fdff,_0x44d5ad),_0x221592[_0xa16798([0x74,0x68,0x65,0x6e])](_0x1f1aff=>{_0x1f1aff!=_0xa16798([0x56,0x61,0x6c,0x69,0x64])&&_0x20fdff(_0x1f1aff);},_0x44d5ad);}):_0x29f1a9||_0x221592||_0xa16798([0x56,0x61,0x6c,0x69,0x64]);}}function _0x33b391(_0x1db59d,_0x5f4e66){return new window[(_0xa16798([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2de826=>{if(_0x11a416())return _0x2de826(_0xa16798([0x56,0x61,0x6c,0x69,0x64]));_0x24bdbd(),_0x1bec13[_0xa16798([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xa16798([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x8764a4=!0x1;const _0x4542bf=_0x266664();function _0x487fee(_0x6ffe1c){return!!_0x6ffe1c&&(typeof _0x6ffe1c===_0xa16798([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x6ffe1c===_0xa16798([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x6ffe1c[_0xa16798([0x74,0x68,0x65,0x6e])]===_0xa16798([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x6ffe1c[_0xa16798([0x63,0x61,0x74,0x63,0x68])]===_0xa16798([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4c8fd9(_0x44e4cb){_0x396066(_0x44e4cb)[_0xa16798([0x74,0x68,0x65,0x6e])](_0x33fd45=>{if(!_0x33fd45||_0x33fd45[_0xa16798([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xa16798([0x6f,0x6b]))return _0xa16798([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x36b51b(_0x853c2c(_0x4542bf+_0x5f4e66))!=_0x33fd45[_0xa16798([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xa16798([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xa16798([0x56,0x61,0x6c,0x69,0x64]);})[_0xa16798([0x74,0x68,0x65,0x6e])](_0x3fe43a=>(_0x345d21(),_0x3fe43a),()=>{const _0x477fd5=_0x29f109();return null==_0x477fd5?(_0x345d21(),_0xa16798([0x56,0x61,0x6c,0x69,0x64])):_0xa16798(_0x1eb46d-_0x477fd5>(0x2ecb707b^_0x5b45fd)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xa16798([0x74,0x68,0x65,0x6e])](_0x2de826)[_0xa16798([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2de826(_0xa16798([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1ce5d2=0xaf11afb^_0x5b45fd;function _0x345d21(){const _0x19ac44=_0xa16798([0x6c,0x6c,0x63,0x74,0x2d])+_0x36b51b(_0x853c2c(_0x1db59d)),_0x14c3ef=_0x4d80b1(_0x36b51b(window[_0xa16798([0x4d,0x61,0x74,0x68])][_0xa16798([0x63,0x65,0x69,0x6c])](_0x1eb46d/_0x1ce5d2)));window[_0xa16798([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa16798([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x19ac44,_0x14c3ef);}function _0x29f109(){const _0xad5ede=_0xa16798([0x6c,0x6c,0x63,0x74,0x2d])+_0x36b51b(_0x853c2c(_0x1db59d)),_0x1b2943=window[_0xa16798([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xa16798([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xad5ede);return _0x1b2943?window[_0xa16798([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4d80b1(_0x1b2943),0x10)*_0x1ce5d2:null;}function _0x396066(_0x46f00c){return new window[(_0xa16798([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2ca61a,_0x55475d)=>{_0x46f00c[_0xa16798([0x74,0x68,0x65,0x6e])](_0x2ca61a,_0x55475d),window[_0xa16798([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x55475d,0xac620bb^_0x5b45fd);});}}_0x1bec13[_0xa16798([0x6f,0x6e])](_0xa16798([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1b8a03,_0x53467d)=>{if(_0x53467d[0x0]!=_0x1db59d)return _0x2de826(_0xa16798([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x53467d[0x1]={..._0x53467d[0x1],[_0xa16798([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4542bf};},{[_0xa16798([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa16798([0x68,0x69,0x67,0x68])}),_0x1bec13[_0xa16798([0x6f,0x6e])](_0xa16798([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x35f8c7=>{_0x487fee(_0x35f8c7[_0xa16798([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x8764a4=!0x0,_0x4c8fd9(_0x35f8c7[_0xa16798([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xa16798([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xa16798([0x6c,0x6f,0x77])}),_0x372210[_0xa16798([0x74,0x68,0x65,0x6e])](()=>{_0x8764a4||_0x2de826(_0xa16798([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x11a416(){return _0x1bec13[_0xa16798([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa16798([0x76,0x69,0x65,0x77])][_0xa16798([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xa16798([0x61,0x75,0x74,0x6f]);}function _0x24bdbd(){_0x1bec13[_0xa16798([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xa16798([0x76,0x69,0x65,0x77])][_0xa16798([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xa16798([0x61,0x75,0x74,0x6f]);}}function _0x3ec991(_0x1d132e){const _0x4e2f33=[new window[(_0xa16798([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ad3ad=>setTimeout(_0x4ad3ad,0xacecab7^_0x5b45fd)),_0x372210[_0xa16798([0x74,0x68,0x65,0x6e])](()=>new window[(_0xa16798([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x32f830=>{let _0x1c291a=0x0;_0x1bec13[_0xa16798([0x6d,0x6f,0x64,0x65,0x6c])][_0xa16798([0x6f,0x6e])](_0xa16798([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x37eea2,_0x178cb1)=>{_0x178cb1[0x0][_0xa16798([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1c291a++,_0x1c291a==(0xac7f583^_0x5b45fd)&&(_0x32f830(),_0x37eea2[_0xa16798([0x6f,0x66,0x66])]());});}))];return window[_0xa16798([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xa16798([0x72,0x61,0x63,0x65])](_0x4e2f33)[_0xa16798([0x74,0x68,0x65,0x6e])](()=>_0x1d132e);}async function _0x16ccb5(){await _0x372210,_0x1bec13[_0xa16798([0x6d,0x6f,0x64,0x65,0x6c])][_0xa16798([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xe74489,_0x1bec13[_0xa16798([0x6d,0x6f,0x64,0x65,0x6c])][_0xa16798([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xe74489,_0x1bec13[_0xa16798([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xa16798([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x445f83(_0x2b1ed5){const _0x74ed88=_0x440c99();_0x1bec13[_0x74ed88]=_0xa16798([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])+_0x2b1ed5,_0x2b1ed5!=_0xa16798([0x56,0x61,0x6c,0x69,0x64])&&_0x16ccb5();}function _0x440c99(){const _0x8d64bc=window[_0xa16798([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xa16798([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xa16798([0x6e,0x6f,0x77])]())[_0xa16798([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xa16798([0x2e]),'');let _0x2cdc0e=_0xa16798([0x64]);for(let _0x5025c7=0x0;_0x5025c7<_0x8d64bc[_0xa16798([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5025c7+=0x2){let _0x49cf3b=window[_0xa16798([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x8d64bc[_0xa16798([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5025c7,_0x5025c7+0x2));_0x49cf3b>=_0x39c3cb[_0xa16798([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x49cf3b-=_0x39c3cb[_0xa16798([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2cdc0e+=_0x39c3cb[_0x49cf3b];}return _0x2cdc0e;}function _0x4b5a23(){const _0x2e713d=_0x541062[_0xa16798([0x73,0x70,0x6c,0x69,0x74])](_0xa16798([0x2e]));if(0x3!=_0x2e713d[_0xa16798([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x12cf05(_0x2e713d[0x1]);function _0x12cf05(_0x19a84b){const _0x1f2c9b=_0x1ad20e(_0x19a84b);return _0x1f2c9b&&_0x24bbdb()?_0x1f2c9b:null;function _0x24bbdb(){const _0x5e33b0=_0x1f2c9b[_0xa16798([0x6a,0x74,0x69])],_0x278a43=window[_0xa16798([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5e33b0[_0xa16798([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5e33b0[_0xa16798([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5555ca={..._0x1f2c9b,[_0xa16798([0x6a,0x74,0x69])]:_0x5e33b0[_0xa16798([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5e33b0[_0xa16798([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5555ca[_0xa16798([0x76,0x63])],_0x853c2c(_0x5555ca)==_0x278a43;}}}async function _0x16aab4(){let _0x5877b6=!0x0;try{const _0x8326b0=_0x541062[_0xa16798([0x73,0x70,0x6c,0x69,0x74])](_0xa16798([0x2e])),[_0x1d9d1e,_0x548f17,_0x5d71ae]=_0x8326b0;return _0x304154(_0x1d9d1e),await _0x39ecfa(_0x1d9d1e,_0x548f17,_0x5d71ae),_0x5877b6;}catch(_0x5a7f77){return!0x1;}function _0x304154(_0x86d13c){const _0x3bc50a=_0x1ad20e(_0x86d13c);_0x3bc50a&&_0x3bc50a[_0xa16798([0x61,0x6c,0x67])]==_0xa16798([0x45,0x53,0x32,0x35,0x36])||(_0x5877b6=!0x1);}async function _0x39ecfa(_0x2f5ba1,_0x2cb93,_0x595aa8){const _0x47fb02=window[_0xa16798([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xa16798([0x66,0x72,0x6f,0x6d])](_0x185a5f(_0x595aa8),_0x364e7e=>_0x364e7e[_0xa16798([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x37e876=new window[(_0xa16798([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xa16798([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2f5ba1+_0xa16798([0x2e])+_0x2cb93),_0x1c0ae6=window[_0xa16798([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xa16798([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1c0ae6)return;const _0x26f3bf=await _0x1c0ae6[_0xa16798([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xa16798([0x6a,0x77,0x6b]),_0x5d91c6,{[_0xa16798([0x6e,0x61,0x6d,0x65])]:_0xa16798([0x45,0x43,0x44,0x53,0x41]),[_0xa16798([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xa16798([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xa16798([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1c0ae6[_0xa16798([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xa16798([0x6e,0x61,0x6d,0x65])]:_0xa16798([0x45,0x43,0x44,0x53,0x41]),[_0xa16798([0x68,0x61,0x73,0x68])]:{[_0xa16798([0x6e,0x61,0x6d,0x65])]:_0xa16798([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x26f3bf,_0x47fb02,_0x37e876)||(_0x5877b6=!0x1);}}function _0x1ad20e(_0x58dbd3){return _0x58dbd3[_0xa16798([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xa16798([0x65,0x79]))?JSON[_0xa16798([0x70,0x61,0x72,0x73,0x65])](_0x185a5f(_0x58dbd3)):null;}function _0x185a5f(_0x4622e2){return window[_0xa16798([0x61,0x74,0x6f,0x62])](_0x4622e2[_0xa16798([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xa16798([0x2b]))[_0xa16798([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xa16798([0x2f])));}function _0x853c2c(_0x49e6b4){let _0x193cf3=0x1505;function _0x368e60(_0x5ece94){for(let _0x565888=0x0;_0x565888<_0x5ece94[_0xa16798([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x565888++){const _0x47b708=_0x5ece94[_0xa16798([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x565888);_0x193cf3=(_0x193cf3<<0x5)+_0x193cf3+_0x47b708,_0x193cf3&=_0x193cf3;}}function _0x34db33(_0x314196){Array[_0xa16798([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x314196)?_0x314196[_0xa16798([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x34db33):_0x314196&&typeof _0x314196==_0xa16798([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xa16798([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x314196)[_0xa16798([0x73,0x6f,0x72,0x74])]()[_0xa16798([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2559cd,_0xbdef40])=>{_0x368e60(_0x2559cd),_0x34db33(_0xbdef40);}):_0x368e60(window[_0xa16798([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x314196));}return _0x34db33(_0x49e6b4),_0x193cf3>>>0x0;}function _0x36b51b(_0x4a1016){return _0x4a1016[_0xa16798([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xa16798([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xa16798([0x30]));}function _0x4d80b1(_0x2aece0){return _0x2aece0[_0xa16798([0x73,0x70,0x6c,0x69,0x74])]('')[_0xa16798([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xa16798([0x6a,0x6f,0x69,0x6e])]('');}function _0xe74489(){}function _0xa16798(_0x55dff3){return _0x55dff3['map'](_0x135870=>String['fromCharCode'](_0x135870))['join']('');}_0x445f83(await _0x44199b());}(this);}['destroy'](){super['destroy'](),this['view']['destroy'](),this['_updateActiveDefinitionFromViewportThrottled']['cancel']();}['_handleOutlineChange'](_0x338d32,{outlineDefinitions:_0xf201e0,outlineChanges:_0x558277}){this['_currentOutlineDefinitions']=_0xf201e0,this['view']['sync'](_0x558277);}['_setActiveViewItem'](_0x48148c){this['_currentOutlineDefinitions']['length']&&this['_currentOutlineDefinitions'][_0x48148c]&&(this['view']['activeItemIndex']=_0x48148c);}['_handleItemSelected'](_0x32485b){const _0x5b3eca=this['_currentOutlineDefinitions'][_0x32485b]['modelElement'];this['editor']['model']['change'](_0x45c2ba=>{_0x45c2ba['setSelection'](_0x5b3eca,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0}),this['editor']['editing']['view']['focus'](),this['_setActiveViewItem'](_0x32485b);}['_updateActiveDefinitionOnViewportChange'](){const _0x513c44=this['editor'];let _0x1c9ce5;for(const _0x4aa381 of _0x513c44['model']['document']['getRootNames']()){const _0x2af56b=_0x513c44['editing']['view']['getDomRoot'](_0x4aa381),_0x3f5c9c=_0x2af56b&&new _0x120dd4(_0x2af56b)['getVisible']();if(_0x3f5c9c){const _0x1ed230=new _0x120dd4(_0x1da01a['window'])['getIntersection'](_0x3f5c9c);_0x1ed230&&(_0x1c9ce5=_0x1ed230['top']+0.25*_0x1ed230['height']);}}if(void 0x0===_0x1c9ce5)return;const _0x277fa6=d(_0x513c44['editing'],this['_currentOutlineDefinitions'],_0x1c9ce5);_0x277fa6?this['_setActiveViewItem'](this['_currentOutlineDefinitions']['indexOf'](_0x277fa6)):this['_setActiveViewItem'](-0x1);}}function d(_0x4ec67b,_0x86bd56,_0x2e8c30,_0x2b9367=0x0,_0x539445=_0x86bd56['length']-0x1){const _0x205833=Math['floor'](_0x2b9367+(_0x539445-_0x2b9367)/0x2);if(_0x539445>=_0x2b9367){const _0x5dfff2=_0x86bd56[_0x205833],_0x2c22ad=_0x4ec67b['mapper']['toViewElement'](_0x5dfff2['modelElement']);if(!_0x2c22ad)return null;const _0x56d4ec=_0x4ec67b['view']['domConverter']['mapViewToDom'](_0x2c22ad);return new _0x120dd4(_0x56d4ec)['bottom']>_0x2e8c30?d(_0x4ec67b,_0x86bd56,_0x2e8c30,_0x2b9367,_0x205833-0x1):d(_0x4ec67b,_0x86bd56,_0x2e8c30,_0x205833+0x1,_0x539445);}return _0x205833<0x0?null:_0x86bd56[_0x205833];}class u extends _0x3fbdf3{['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 _0x1d17a4=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xa28ac6;for(const _0x214af6 in _0x1d17a4){const _0x1a3035=_0x214af6,_0x5be112=_0x1d17a4[_0x1a3035];if('documentOutlineLicenseKeyValid'==_0x5be112||'documentOutlineLicenseKeyInvalid'==_0x5be112||'documentOutlineLicenseKeyExpired'==_0x5be112||'documentOutlineLicenseKeyDomainLimit'==_0x5be112||'documentOutlineLicenseKeyNotAllowed'==_0x5be112||'documentOutlineLicenseKeyEvaluationLimit'==_0x5be112||'documentOutlineLicenseKeyTrialLimit'==_0x5be112||'documentOutlineLicenseKeyUsageLimit'==_0x5be112){delete _0x1d17a4[_0x1a3035],_0xa28ac6=_0x5be112,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'documentOutlineLicenseKeyInvalid'==_0xa28ac6&&_0x1d17a4['_showLicenseError']('invalid'),'documentOutlineLicenseKeyExpired'==_0xa28ac6&&_0x1d17a4['_showLicenseError']('expired'),'documentOutlineLicenseKeyDomainLimit'==_0xa28ac6&&_0x1d17a4['_showLicenseError']('domainLimit'),'documentOutlineLicenseKeyNotAllowed'==_0xa28ac6&&_0x1d17a4['_showLicenseError']('featureNotAllowed','DocumentOutline'),'documentOutlineLicenseKeyEvaluationLimit'==_0xa28ac6&&_0x1d17a4['_showLicenseError']('evaluationLimit'),'documentOutlineLicenseKeyTrialLimit'==_0xa28ac6&&_0x1d17a4['_showLicenseError']('trialLimit'),'documentOutlineLicenseKeyUsageLimit'==_0xa28ac6&&_0x1d17a4['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class O extends _0x37d0f2{['execute'](){this['editor']['model']['change'](_0x3cae38=>{this['editor']['model']['insertObject'](_0x3cae38['createElement']('tableOfContents'));});}['refresh'](){const _0x3787e2=this['editor']['model'],_0x56a080=_0x3787e2['document']['selection']['getFirstPosition']();this['isEnabled']=null!==(_0x56a080&&_0x3787e2['schema']['findAllowedParent'](_0x56a080,'tableOfContents'));}}class b extends _0x3fbdf3{static get['pluginName'](){return'HeadingId';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x1dc13b=this['editor'];if(_0x1dc13b['config']['get']('headingId.modelAttributeName'))return;(function(_0x444858){const _0x4c8300=new Map();if(_0x444858)return _0x444858['forEach'](_0x440db6=>{'paragraph'!==_0x440db6['model']&&_0x4c8300['set'](_0x440db6['view'],_0x440db6['model']);}),_0x4c8300['get']('h1')||_0x4c8300['set']('h1','heading1'),_0x4c8300;return _0x4c8300;}(this['editor']['config']['get']('heading.options'))['forEach']((_0x4de359,_0x13e54d)=>{this['_customUpcastHeadingsConversion'](_0x13e54d),this['_customDataDowncastHeadingsConversion'](_0x4de359),_0x1dc13b['model']['schema']['isRegistered'](_0x4de359)&&_0x1dc13b['model']['schema']['extend'](_0x4de359,{'allowAttributes':'headingId'});}),this['_registerHeadingIdAttributePostfixer']());}['_customUpcastHeadingsConversion'](_0x4d6bb9){this['editor']['conversion']['for']('upcast')['add'](_0x36e476=>_0x36e476['on']('element:'+_0x4d6bb9,(_0x57a183,_0x2ab0b1,_0x4fbc93)=>{const {consumable:_0x3283c7,writer:_0x442139}=_0x4fbc93,_0x240fe4=_0x2ab0b1['viewItem']['getAttribute']('id'),_0x2b74a4=_0x2ab0b1['modelRange']['getContainedElement']();if(_0x2b74a4)return _0x240fe4&&_0x240fe4['length']||_0x2b74a4['hasAttribute']('headingId')?void(_0x3283c7['consume'](_0x2ab0b1['viewItem'],{'attributes':['id']})&&_0x442139['setAttribute']('headingId',_0x240fe4,_0x2b74a4)):(_0x3283c7['consume'](_0x2ab0b1['viewItem'],{'attributes':['id']}),void _0x442139['setAttribute']('headingId',_0x266664(),_0x2b74a4));},{'priority':_0x5ce1b9['get']('low')+0.5}));}['_customDataDowncastHeadingsConversion'](_0x56f2b6){this['editor']['conversion']['for']('downcast')['add'](_0x99fb91=>_0x99fb91['on']('attribute:headingId:'+_0x56f2b6,(_0x4527d8,_0x376826,_0x25c259)=>{if(!_0x25c259['consumable']['consume'](_0x376826['item'],_0x4527d8['name']))return;const _0x290ce3=_0x376826['item']['getAttribute']('headingId'),_0x241ab6=_0x25c259['mapper']['toViewElement'](_0x376826['item']);_0x25c259['writer']['setAttribute']('id',_0x290ce3,_0x241ab6);}));}['_registerHeadingIdAttributePostfixer'](){const _0x4a171e=this['editor'],_0x31d76e=new Set(),_0x20a847=new Set();function _0x59bee7(_0x3cd776,_0x56b645){const _0x3191c7=_0x266664();return _0x20a847['add'](_0x3191c7),_0x3cd776['setAttribute']('headingId',_0x3191c7,_0x56b645),_0x3191c7;}function _0x247be4(_0xcaa80f,_0x3d67d9){_0xcaa80f['removeAttribute']('headingId',_0x3d67d9);}_0x4a171e['model']['document']['registerPostFixer'](_0x59268e=>{const _0xc7543e=_0x4a171e['model']['document']['differ']['getChanges']();let _0x56789d=!0x1;for(const _0x5deef5 of _0xc7543e)if('insert'==_0x5deef5['type']&&_0x5deef5['name']){if(_0x5deef5['name']['match'](/heading\d/)){const _0xc6e191=_0x5deef5['attributes']['get']('headingId');'string'==typeof _0xc6e191?_0x31d76e['has'](_0xc6e191)?(_0x59bee7(_0x59268e,_0x5deef5['position']['nodeAfter']),_0x56789d=!0x0):_0x20a847['add'](_0xc6e191):(_0x59bee7(_0x59268e,_0x5deef5['position']['nodeAfter']),_0x56789d=!0x0);}else'string'==typeof _0x5deef5['attributes']['get']('headingId')&&(_0x247be4(_0x59268e,_0x5deef5['position']['nodeAfter']),_0x56789d=!0x0);}else{if('remove'==_0x5deef5['type']){const _0x1effad=_0x5deef5['attributes']['get']('headingId');'string'==typeof _0x1effad&&_0x31d76e['delete'](_0x1effad);}}return _0x56789d;}),_0x4a171e['model']['document']['on']('change',()=>{_0x20a847['forEach'](_0x1c137f=>_0x31d76e['add'](_0x1c137f)),_0x20a847['clear']();});}}class s extends _0x3fbdf3{static get['pluginName'](){return'TableOfContentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[_0x92a809,i,b];}['_currentOutlineDefinitions'];['_tableOfContentsElements'];['_headingIdModelAttributeName'];constructor(_0xd429d9){super(_0xd429d9),this['_currentOutlineDefinitions']=[],this['_tableOfContentsElements']=new Set(),this['_headingIdModelAttributeName']='headingId';}['init'](){const _0x2f5a87=this['editor'],_0x21057c=_0x2f5a87['editing']['view']['document'];_0x2f5a87['config']['get']('headingId.modelAttributeName')&&(this['_headingIdModelAttributeName']=_0x2f5a87['config']['get']('headingId.modelAttributeName')),this['listenTo'](_0x21057c,'click',(_0x18fe9b,_0x249dc7)=>{if(!_0x249dc7['target'])return;const _0x206ff4=_0x249dc7['target']['getCustomProperty']('tableOfContentsHeadingIndex');Number['isInteger'](_0x206ff4)&&(_0x249dc7['domEvent']['preventDefault'](),_0x18fe9b['stop'](),this['_handleScrollToHeading'](_0x206ff4));},{'priority':'high','context':'$capture'}),this['_defineSchema'](),this['_defineConverters'](),_0x2f5a87['commands']['add']('insertTableOfContents',new O(_0x2f5a87)),(_0x2f5a87['plugins']['get']('DocumentOutlineUtils')['on']('change',(_0x4b657b,_0x1aa27c)=>{this['_currentOutlineDefinitions']=_0x1aa27c['outlineDefinitions'],this['_updateTableOfContentsElements']();}),this['listenTo'](_0x2f5a87['model']['document'],'change',()=>{this['_trackNewToCElements']();}));}['afterInit'](){!async function(_0x3b79e9){const _0x11d77f=_0x1db6e3([0x7a,0x4a,0x57,0x6d,0x4d,0x71,0x54,0x62,0x64,0x42,0x34,0x74,0x72,0x39,0x73,0x49,0x65,0x5a,0x55,0x77,0x46,0x48,0x43,0x36,0x76,0x6c,0x66,0x68,0x6b,0x53,0x67,0x70,0x41,0x33,0x6f,0x32,0x38,0x4f,0x6e,0x61,0x63,0x37,0x58,0x47,0x75,0x6a,0x56,0x4e,0x45,0x30,0x4b,0x31,0x79,0x52,0x50,0x69,0x59,0x44,0x35,0x51,0x78,0x4c]),_0x221013=0x6b2184ba,_0x2248d3=0x6b26e70a^_0x221013,_0x9576e5=window[_0x1db6e3([0x44,0x61,0x74,0x65])][_0x1db6e3([0x6e,0x6f,0x77])](),_0x2d2741=_0x3b79e9[_0x1db6e3([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5aecac=new window[(_0x1db6e3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x390642=>{_0x2d2741[_0x1db6e3([0x6f,0x6e,0x63,0x65])](_0x1db6e3([0x72,0x65,0x61,0x64,0x79]),_0x390642);}),_0x57798a={[_0x1db6e3([0x6b,0x74,0x79])]:_0x1db6e3([0x45,0x43]),[_0x1db6e3([0x75,0x73,0x65])]:_0x1db6e3([0x73,0x69,0x67]),[_0x1db6e3([0x63,0x72,0x76])]:_0x1db6e3([0x50,0x2d,0x32,0x35,0x36]),[_0x1db6e3([0x78])]:_0x1db6e3([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]),[_0x1db6e3([0x79])]:_0x1db6e3([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]),[_0x1db6e3([0x61,0x6c,0x67])]:_0x1db6e3([0x45,0x53,0x32,0x35,0x36])},_0x1e9459=_0x2d2741[_0x1db6e3([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1db6e3([0x67,0x65,0x74])](_0x1db6e3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2627ff(){let _0x2fbd5b,_0x59c9cf=null,_0x2f1b03=null;try{if(_0x1e9459==_0x1db6e3([0x47,0x50,0x4c]))return _0x1db6e3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2fbd5b=_0x3d7fdc(),!_0x2fbd5b)return _0x1db6e3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2fbd5b[_0x1db6e3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2f1b03=_0x21e52a(_0x2fbd5b[_0x1db6e3([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2fbd5b[_0x1db6e3([0x6a,0x74,0x69])])),await _0xcca9a4()?_0x2f2a12()?_0x46379d()?_0x1db6e3([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x599bec()?(_0x2fbd5b[_0x1db6e3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1db6e3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x59c9cf=_0x1ab675(_0x1db6e3([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2fbd5b[_0x1db6e3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1db6e3([0x74,0x72,0x69,0x61,0x6c])&&(_0x59c9cf=_0x1ab675(_0x1db6e3([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x252990()):_0x1db6e3([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1db6e3([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1db6e3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x20f681){return _0x1db6e3([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x46379d(){const _0x386458=[_0x1db6e3([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1db6e3([0x74,0x72,0x69,0x61,0x6c])][_0x1db6e3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2fbd5b[_0x1db6e3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x9576e5/0x3e8:0xe10*_0x2248d3;return _0x2fbd5b[_0x1db6e3([0x65,0x78,0x70])]<_0x386458;}function _0x2f2a12(){const _0x339e67=_0x2fbd5b[_0x1db6e3([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x339e67&&(!!_0x339e67[_0x1db6e3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1db6e3([0x2a]))||(!!_0x339e67[_0x1db6e3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1db6e3([0x54,0x4f,0x43]))||!!_0x339e67[_0x1db6e3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1db6e3([0x50,0x50]))));}function _0x599bec(){const _0x5045c4=_0x2fbd5b[_0x1db6e3([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5045c4||0x0==_0x5045c4[_0x1db6e3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x27af6f}=new URL(window[_0x1db6e3([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5045c4[_0x1db6e3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27af6f))return!0x0;const _0x6ecbd4=_0x27af6f[_0x1db6e3([0x73,0x70,0x6c,0x69,0x74])](_0x1db6e3([0x2e]));return _0x5045c4[_0x1db6e3([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5b4728=>_0x5b4728[_0x1db6e3([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1db6e3([0x2a])))[_0x1db6e3([0x6d,0x61,0x70])](_0x191140=>_0x191140[_0x1db6e3([0x73,0x70,0x6c,0x69,0x74])](_0x1db6e3([0x2e])))[_0x1db6e3([0x73,0x6f,0x6d,0x65])](_0x558276=>_0x6ecbd4[_0x1db6e3([0x65,0x76,0x65,0x72,0x79])]((_0x8d3e72,_0x365bb2)=>_0x558276[_0x365bb2]===_0x8d3e72||_0x558276[_0x365bb2]===_0x1db6e3([0x2a])));}function _0x252990(){return _0x59c9cf&&_0x2f1b03?new window[(_0x1db6e3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1b496d,_0x5b0a1d)=>{_0x59c9cf[_0x1db6e3([0x74,0x68,0x65,0x6e])](_0x1b496d,_0x5b0a1d),_0x2f1b03[_0x1db6e3([0x74,0x68,0x65,0x6e])](_0x1e9af7=>{_0x1e9af7!=_0x1db6e3([0x56,0x61,0x6c,0x69,0x64])&&_0x1b496d(_0x1e9af7);},_0x5b0a1d);}):_0x59c9cf||_0x2f1b03||_0x1db6e3([0x56,0x61,0x6c,0x69,0x64]);}}function _0x21e52a(_0x21bf19,_0x4e034f){return new window[(_0x1db6e3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d9c88=>{if(_0x314e7b())return _0x3d9c88(_0x1db6e3([0x56,0x61,0x6c,0x69,0x64]));_0x15bf44(),_0x2d2741[_0x1db6e3([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1db6e3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x424198=!0x1;const _0x26132e=_0x266664();function _0x3651ba(_0x466710){return!!_0x466710&&(typeof _0x466710===_0x1db6e3([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x466710===_0x1db6e3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x466710[_0x1db6e3([0x74,0x68,0x65,0x6e])]===_0x1db6e3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x466710[_0x1db6e3([0x63,0x61,0x74,0x63,0x68])]===_0x1db6e3([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2f83a6(_0x28741d){_0x5ddced(_0x28741d)[_0x1db6e3([0x74,0x68,0x65,0x6e])](_0x2158a1=>{if(!_0x2158a1||_0x2158a1[_0x1db6e3([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1db6e3([0x6f,0x6b]))return _0x1db6e3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5eaa7b(_0x5d02c7(_0x26132e+_0x4e034f))!=_0x2158a1[_0x1db6e3([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1db6e3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1db6e3([0x56,0x61,0x6c,0x69,0x64]);})[_0x1db6e3([0x74,0x68,0x65,0x6e])](_0x21e76a=>(_0x208ad1(),_0x21e76a),()=>{const _0x2ef2c1=_0x1e82ee();return null==_0x2ef2c1?(_0x208ad1(),_0x1db6e3([0x56,0x61,0x6c,0x69,0x64])):_0x1db6e3(_0x9576e5-_0x2ef2c1>(0x4f2d00ba^_0x221013)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1db6e3([0x74,0x68,0x65,0x6e])](_0x3d9c88)[_0x1db6e3([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3d9c88(_0x1db6e3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1de15b=0x6b176a3a^_0x221013;function _0x208ad1(){const _0x20ac6c=_0x1db6e3([0x6c,0x6c,0x63,0x74,0x2d])+_0x5eaa7b(_0x5d02c7(_0x21bf19)),_0x22d911=_0x44826c(_0x5eaa7b(window[_0x1db6e3([0x4d,0x61,0x74,0x68])][_0x1db6e3([0x63,0x65,0x69,0x6c])](_0x9576e5/_0x1de15b)));window[_0x1db6e3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1db6e3([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x20ac6c,_0x22d911);}function _0x1e82ee(){const _0x27a0a3=_0x1db6e3([0x6c,0x6c,0x63,0x74,0x2d])+_0x5eaa7b(_0x5d02c7(_0x21bf19)),_0x385bc4=window[_0x1db6e3([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1db6e3([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x27a0a3);return _0x385bc4?window[_0x1db6e3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x44826c(_0x385bc4),0x10)*_0x1de15b:null;}function _0x5ddced(_0x598f94){return new window[(_0x1db6e3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x675921,_0x3f492c)=>{_0x598f94[_0x1db6e3([0x74,0x68,0x65,0x6e])](_0x675921,_0x3f492c),window[_0x1db6e3([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3f492c,0x6b20507a^_0x221013);});}}_0x2d2741[_0x1db6e3([0x6f,0x6e])](_0x1db6e3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1c90cb,_0x45ead9)=>{if(_0x45ead9[0x0]!=_0x21bf19)return _0x3d9c88(_0x1db6e3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x45ead9[0x1]={..._0x45ead9[0x1],[_0x1db6e3([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x26132e};},{[_0x1db6e3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1db6e3([0x68,0x69,0x67,0x68])}),_0x2d2741[_0x1db6e3([0x6f,0x6e])](_0x1db6e3([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0xf06bba=>{_0x3651ba(_0xf06bba[_0x1db6e3([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x424198=!0x0,_0x2f83a6(_0xf06bba[_0x1db6e3([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1db6e3([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1db6e3([0x6c,0x6f,0x77])}),_0x5aecac[_0x1db6e3([0x74,0x68,0x65,0x6e])](()=>{_0x424198||_0x3d9c88(_0x1db6e3([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x314e7b(){return _0x2d2741[_0x1db6e3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1db6e3([0x76,0x69,0x65,0x77])][_0x1db6e3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1db6e3([0x61,0x75,0x74,0x6f]);}function _0x15bf44(){_0x2d2741[_0x1db6e3([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1db6e3([0x76,0x69,0x65,0x77])][_0x1db6e3([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1db6e3([0x61,0x75,0x74,0x6f]);}}function _0x1ab675(_0x3451af){const _0x562c2c=[new window[(_0x1db6e3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa5b052=>setTimeout(_0xa5b052,0x6b28ba76^_0x221013)),_0x5aecac[_0x1db6e3([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1db6e3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2dd512=>{let _0x3e4ee=0x0;_0x2d2741[_0x1db6e3([0x6d,0x6f,0x64,0x65,0x6c])][_0x1db6e3([0x6f,0x6e])](_0x1db6e3([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x15682e,_0x56524b)=>{_0x56524b[0x0][_0x1db6e3([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3e4ee++,_0x3e4ee==(0x6b218542^_0x221013)&&(_0x2dd512(),_0x15682e[_0x1db6e3([0x6f,0x66,0x66])]());});}))];return window[_0x1db6e3([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1db6e3([0x72,0x61,0x63,0x65])](_0x562c2c)[_0x1db6e3([0x74,0x68,0x65,0x6e])](()=>_0x3451af);}async function _0x5ab873(){await _0x5aecac,_0x2d2741[_0x1db6e3([0x6d,0x6f,0x64,0x65,0x6c])][_0x1db6e3([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4e9776,_0x2d2741[_0x1db6e3([0x6d,0x6f,0x64,0x65,0x6c])][_0x1db6e3([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4e9776,_0x2d2741[_0x1db6e3([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1db6e3([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x40382d(_0x24b964){const _0x438bfb=_0x4d12d1();_0x2d2741[_0x438bfb]=_0x1db6e3([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])+_0x24b964,_0x24b964!=_0x1db6e3([0x56,0x61,0x6c,0x69,0x64])&&_0x5ab873();}function _0x4d12d1(){const _0x21df9b=window[_0x1db6e3([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1db6e3([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1db6e3([0x6e,0x6f,0x77])]())[_0x1db6e3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1db6e3([0x2e]),'');let _0x30ec2c=_0x1db6e3([0x7a]);for(let _0x2ebb01=0x0;_0x2ebb01<_0x21df9b[_0x1db6e3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x2ebb01+=0x2){let _0x4a332c=window[_0x1db6e3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x21df9b[_0x1db6e3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2ebb01,_0x2ebb01+0x2));_0x4a332c>=_0x11d77f[_0x1db6e3([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x4a332c-=_0x11d77f[_0x1db6e3([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x30ec2c+=_0x11d77f[_0x4a332c];}return _0x30ec2c;}function _0x3d7fdc(){const _0x5d9f45=_0x1e9459[_0x1db6e3([0x73,0x70,0x6c,0x69,0x74])](_0x1db6e3([0x2e]));if(0x3!=_0x5d9f45[_0x1db6e3([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x51f23a(_0x5d9f45[0x1]);function _0x51f23a(_0x595249){const _0xa43159=_0xf845ea(_0x595249);return _0xa43159&&_0x2d3e8c()?_0xa43159:null;function _0x2d3e8c(){const _0x5157bb=_0xa43159[_0x1db6e3([0x6a,0x74,0x69])],_0x550aef=window[_0x1db6e3([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5157bb[_0x1db6e3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5157bb[_0x1db6e3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5cf1dc={..._0xa43159,[_0x1db6e3([0x6a,0x74,0x69])]:_0x5157bb[_0x1db6e3([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5157bb[_0x1db6e3([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5cf1dc[_0x1db6e3([0x76,0x63])],_0x5d02c7(_0x5cf1dc)==_0x550aef;}}}async function _0xcca9a4(){let _0x54c192=!0x0;try{const _0x1c7ba3=_0x1e9459[_0x1db6e3([0x73,0x70,0x6c,0x69,0x74])](_0x1db6e3([0x2e])),[_0x41a7f5,_0x1460c6,_0x53528c]=_0x1c7ba3;return _0x31ab4b(_0x41a7f5),await _0x74fc4d(_0x41a7f5,_0x1460c6,_0x53528c),_0x54c192;}catch(_0xfff63){return!0x1;}function _0x31ab4b(_0x4a285b){const _0xa05b77=_0xf845ea(_0x4a285b);_0xa05b77&&_0xa05b77[_0x1db6e3([0x61,0x6c,0x67])]==_0x1db6e3([0x45,0x53,0x32,0x35,0x36])||(_0x54c192=!0x1);}async function _0x74fc4d(_0x58f71e,_0x5c25a6,_0x56334c){const _0x3ca0ea=window[_0x1db6e3([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1db6e3([0x66,0x72,0x6f,0x6d])](_0x29b189(_0x56334c),_0x545d14=>_0x545d14[_0x1db6e3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5080fa=new window[(_0x1db6e3([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1db6e3([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x58f71e+_0x1db6e3([0x2e])+_0x5c25a6),_0x38d509=window[_0x1db6e3([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1db6e3([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x38d509)return;const _0x590f38=await _0x38d509[_0x1db6e3([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1db6e3([0x6a,0x77,0x6b]),_0x57798a,{[_0x1db6e3([0x6e,0x61,0x6d,0x65])]:_0x1db6e3([0x45,0x43,0x44,0x53,0x41]),[_0x1db6e3([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1db6e3([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1db6e3([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x38d509[_0x1db6e3([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1db6e3([0x6e,0x61,0x6d,0x65])]:_0x1db6e3([0x45,0x43,0x44,0x53,0x41]),[_0x1db6e3([0x68,0x61,0x73,0x68])]:{[_0x1db6e3([0x6e,0x61,0x6d,0x65])]:_0x1db6e3([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x590f38,_0x3ca0ea,_0x5080fa)||(_0x54c192=!0x1);}}function _0xf845ea(_0x157a75){return _0x157a75[_0x1db6e3([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1db6e3([0x65,0x79]))?JSON[_0x1db6e3([0x70,0x61,0x72,0x73,0x65])](_0x29b189(_0x157a75)):null;}function _0x29b189(_0xb1922d){return window[_0x1db6e3([0x61,0x74,0x6f,0x62])](_0xb1922d[_0x1db6e3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1db6e3([0x2b]))[_0x1db6e3([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1db6e3([0x2f])));}function _0x5d02c7(_0x2db5bc){let _0x3cad6b=0x1505;function _0x4f403b(_0x1e3a86){for(let _0x12e3e3=0x0;_0x12e3e3<_0x1e3a86[_0x1db6e3([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x12e3e3++){const _0x4c9d50=_0x1e3a86[_0x1db6e3([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x12e3e3);_0x3cad6b=(_0x3cad6b<<0x5)+_0x3cad6b+_0x4c9d50,_0x3cad6b&=_0x3cad6b;}}function _0x591e5a(_0x3bfa3f){Array[_0x1db6e3([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3bfa3f)?_0x3bfa3f[_0x1db6e3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x591e5a):_0x3bfa3f&&typeof _0x3bfa3f==_0x1db6e3([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1db6e3([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3bfa3f)[_0x1db6e3([0x73,0x6f,0x72,0x74])]()[_0x1db6e3([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2fb0bd,_0x4a46f3])=>{_0x4f403b(_0x2fb0bd),_0x591e5a(_0x4a46f3);}):_0x4f403b(window[_0x1db6e3([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3bfa3f));}return _0x591e5a(_0x2db5bc),_0x3cad6b>>>0x0;}function _0x5eaa7b(_0x1c2a05){return _0x1c2a05[_0x1db6e3([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1db6e3([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1db6e3([0x30]));}function _0x44826c(_0x34927e){return _0x34927e[_0x1db6e3([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1db6e3([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1db6e3([0x6a,0x6f,0x69,0x6e])]('');}function _0x4e9776(){}function _0x1db6e3(_0xd0e8f5){return _0xd0e8f5['map'](_0xf742b8=>String['fromCharCode'](_0xf742b8))['join']('');}_0x40382d(await _0x2627ff());}(this);}['_updateTableOfContentsElements'](){this['_tableOfContentsElements']['forEach'](_0x17a969=>{'$graveyard'!==_0x17a969['rootName']&&this['editor']['editing']['reconvertItem'](_0x17a969);});}['_trackNewToCElements'](){for(const _0x3a7789 of this['editor']['model']['document']['differ']['getChanges']({'includeChangesInGraveyard':!0x0})){if('insert'!==_0x3a7789['type']||'tableOfContents'!==_0x3a7789['name'])return;this['_tableOfContentsElements']['add'](_0x3a7789['position']['nodeAfter']);}}['_defineSchema'](){this['editor']['model']['schema']['register']('tableOfContents',{'inheritAllFrom':'$blockObject'});}['_defineConverters'](){const _0x172722=this['editor']['conversion'];_0x172722['for']('upcast')['elementToElement']({'model':'tableOfContents','view':{'name':'div','classes':'table-of-contents'}}),_0x172722['for']('dataDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x7ca4ce,{writer:_0x47734e})=>this['_createTableOfContents'](_0x47734e,!0x0)}),_0x172722['for']('editingDowncast')['elementToStructure']({'model':'tableOfContents','view':(_0x5f0ee5,{writer:_0x4fb13b})=>{this['_tableOfContentsElements']['add'](_0x5f0ee5);const _0x282aea=this['_createTableOfContents'](_0x4fb13b);return _0x7f63cc(_0x282aea,_0x4fb13b,{'label':j(this['editor']['locale'],'Table\x20of\x20contents')});}}),this['editor']['data']['registerRawContentMatcher']({'name':'div','classes':'table-of-contents'}),this['editor']['editing']['mapper']['on']('viewToModelPosition',this['_redirectMapper'](),{'priority':'high'});}['_createTableOfContents'](_0x59b3c5,_0x4126f9=!0x1){const {locale:_0x6b3725}=this['editor'],_0x54529f=_0x59b3c5['createContainerElement']('div',{'class':'table-of-contents'+(0x0===this['_currentOutlineDefinitions']['length']?'\x20table-of-contents_empty':''),...!_0x4126f9&&{'data-table-of-contents-label':j(_0x6b3725,'Table\x20of\x20contents')}});0x0===this['_currentOutlineDefinitions']['length']&&!0x1===_0x4126f9&&_0x59b3c5['insert'](_0x59b3c5['createPositionAt'](_0x54529f,'end'),_0x59b3c5['createContainerElement']('p',{'class':'table-of-contents__placeholder'},[_0x59b3c5['createText'](j(_0x6b3725,'No\x20headings\x20were\x20found\x20in\x20the\x20document.'))]));const _0x376d81=_0x4126f9?'':'['+j(_0x6b3725,'Empty\x20heading')+']';let _0x252636=_0x54529f;return this['_currentOutlineDefinitions']['forEach']((_0x4ae410,_0x1fb55a,_0x1a6b64)=>{const _0xc5c0ae=this['editor']['model']['hasContent'](_0x4ae410['modelElement'],{'ignoreWhitespaces':!0x0}),_0x240458=_0xc5c0ae?_0x4ae410['text']:_0x376d81,_0x509164=_0x4ae410['modelElement']['getAttribute'](this['_headingIdModelAttributeName']),_0x42f1a3=_0x59b3c5['createContainerElement']('a',{'href':'#'+_0x509164,...!_0x4126f9&&{'tabindex':'-1'}},[_0x59b3c5['createText'](_0x240458)]),_0x40b6ac=this['editor']['config']['get']('documentOutline.showEmptyHeadings');_0x59b3c5['setCustomProperty']('tableOfContentsHeadingIndex',_0x1fb55a,_0x42f1a3);const _0x543e24=_0x59b3c5['createContainerElement']('li',null,[_0xc5c0ae||!_0x4126f9&&_0x40b6ac?_0x42f1a3:_0x59b3c5['createText']('')]),_0x5e7244=_0x1fb55a?_0x1a6b64[_0x1fb55a-0x1]['level']:0x0,_0x33efcf=Math['abs'](_0x4ae410['level']-_0x5e7244);if(_0x4ae410['level']>_0x5e7244){const _0x1d1834=N(_0x543e24,_0x33efcf,_0x59b3c5);_0x59b3c5['insert'](_0x59b3c5['createPositionAt'](_0x252636,'end'),_0x1d1834);}else{const _0x1c12db=function(_0x3a3ddd,_0x595cdf){return _0x3a3ddd['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})['filter'](_0x1355ef=>_0x1355ef['is']('element','ol'))[_0x595cdf];}(_0x252636,_0x33efcf);_0x59b3c5['insert'](_0x59b3c5['createPositionAt'](_0x1c12db,'end'),_0x543e24);}_0x252636=_0x543e24;}),_0x54529f;}['_handleScrollToHeading'](_0x2bfd30){const _0x1a1b27=this['_currentOutlineDefinitions'][_0x2bfd30]['modelElement'];this['editor']['model']['change'](_0x482aa1=>{_0x482aa1['setSelection'](_0x1a1b27,0x0);}),this['editor']['editing']['view']['scrollToTheSelection']({'alignToTop':!0x0,'forceScroll':!0x0});}['_redirectMapper'](){return(_0x45ebd1,_0x6ee83f)=>{const _0x2b8fbb=_0x6ee83f['mapper'],_0x28e134=_0x2b8fbb['findMappedViewAncestor'](_0x6ee83f['viewPosition']),_0x428f47=_0x2b8fbb['toModelElement'](_0x28e134);_0x428f47['is']('element','tableOfContents')&&(_0x6ee83f['modelPosition']=this['editor']['model']['createPositionAt'](_0x428f47,0x0),_0x45ebd1['stop']());};}}function N(_0x43177b,_0xe426df,_0x54ee5b){return 0x1===_0xe426df?_0x54ee5b['createContainerElement']('ol',null,[_0x43177b]):_0x54ee5b['createContainerElement']('ol',null,[_0x54ee5b['createContainerElement']('li',null,[N(_0x43177b,_0xe426df-0x1,_0x54ee5b)])]);}class o extends _0x3fbdf3{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'TableOfContentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0xbc190e=this['editor'];_0xbc190e['ui']['componentFactory']['add']('tableOfContents',()=>{const _0x3345df=this['_createButton'](_0x440d45);return _0x3345df['tooltip']=!0x0,_0x3345df;}),_0xbc190e['ui']['componentFactory']['add']('menuBar:tableOfContents',()=>this['_createButton'](_0x29510f)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x303270=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xbe9e43;for(const _0x3fb3bb in _0x303270){const _0x1efc5c=_0x3fb3bb,_0x35f41e=_0x303270[_0x1efc5c];if('tableOfContentsLicenseKeyValid'==_0x35f41e||'tableOfContentsLicenseKeyInvalid'==_0x35f41e||'tableOfContentsLicenseKeyExpired'==_0x35f41e||'tableOfContentsLicenseKeyDomainLimit'==_0x35f41e||'tableOfContentsLicenseKeyNotAllowed'==_0x35f41e||'tableOfContentsLicenseKeyEvaluationLimit'==_0x35f41e||'tableOfContentsLicenseKeyTrialLimit'==_0x35f41e||'tableOfContentsLicenseKeyUsageLimit'==_0x35f41e){delete _0x303270[_0x1efc5c],_0xbe9e43=_0x35f41e,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'tableOfContentsLicenseKeyInvalid'==_0xbe9e43&&_0x303270['_showLicenseError']('invalid'),'tableOfContentsLicenseKeyExpired'==_0xbe9e43&&_0x303270['_showLicenseError']('expired'),'tableOfContentsLicenseKeyDomainLimit'==_0xbe9e43&&_0x303270['_showLicenseError']('domainLimit'),'tableOfContentsLicenseKeyNotAllowed'==_0xbe9e43&&_0x303270['_showLicenseError']('featureNotAllowed','TableOfContents'),'tableOfContentsLicenseKeyEvaluationLimit'==_0xbe9e43&&_0x303270['_showLicenseError']('evaluationLimit'),'tableOfContentsLicenseKeyTrialLimit'==_0xbe9e43&&_0x303270['_showLicenseError']('trialLimit'),'tableOfContentsLicenseKeyUsageLimit'==_0xbe9e43&&_0x303270['_showLicenseError']('usageLimit');},0x3e8);}['_createButton'](_0x4a3e6d){const _0x3c85d0=this['editor'],_0x5e4722=_0x3c85d0['locale'],_0x3b3cf7=_0x3c85d0['commands']['get']('insertTableOfContents'),_0xa99b9d=new _0x4a3e6d(_0x5e4722);return _0xa99b9d['set']({'label':j(_0x5e4722,'Table\x20of\x20contents'),'icon':_0x14a3ac}),_0xa99b9d['bind']('isEnabled')['to'](_0x3b3cf7,'isEnabled'),this['listenTo'](_0xa99b9d,'execute',()=>{_0x3c85d0['execute']('insertTableOfContents'),_0x3c85d0['editing']['view']['focus']();}),_0xa99b9d;}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}class a extends _0x3fbdf3{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.0.0-alpha.
|
|
3
|
+
"version": "45.0.0-alpha.5",
|
|
4
4
|
"description": "Document outline feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "45.0.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-engine": "45.0.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-heading": "45.0.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-icons": "45.0.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-ui": "45.0.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "45.0.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-widget": "45.0.0-alpha.
|
|
23
|
-
"ckeditor5": "45.0.0-alpha.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "45.0.0-alpha.5",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "45.0.0-alpha.5",
|
|
18
|
+
"@ckeditor/ckeditor5-heading": "45.0.0-alpha.5",
|
|
19
|
+
"@ckeditor/ckeditor5-icons": "45.0.0-alpha.5",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "45.0.0-alpha.5",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "45.0.0-alpha.5",
|
|
22
|
+
"@ckeditor/ckeditor5-widget": "45.0.0-alpha.5",
|
|
23
|
+
"ckeditor5": "45.0.0-alpha.5",
|
|
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 _0x14c645=_0x3b9d;function _0x3b9d(_0x26341b,_0x471710){const _0x2232fe=_0x2232();return _0x3b9d=function(_0x3b9d37,_0x21ab36){_0x3b9d37=_0x3b9d37-0x166;let _0x4aba75=_0x2232fe[_0x3b9d37];return _0x4aba75;},_0x3b9d(_0x26341b,_0x471710);}(function(_0x1b7985,_0x2317c1){const _0x16a4d9=_0x3b9d,_0x25eb73=_0x1b7985();while(!![]){try{const _0x552541=parseInt(_0x16a4d9(0x1ad))/0x1*(parseInt(_0x16a4d9(0x193))/0x2)+-parseInt(_0x16a4d9(0x173))/0x3+-parseInt(_0x16a4d9(0x186))/0x4*(parseInt(_0x16a4d9(0x18e))/0x5)+-parseInt(_0x16a4d9(0x1a8))/0x6*(-parseInt(_0x16a4d9(0x1a1))/0x7)+-parseInt(_0x16a4d9(0x18b))/0x8+-parseInt(_0x16a4d9(0x180))/0x9+parseInt(_0x16a4d9(0x181))/0xa;if(_0x552541===_0x2317c1)break;else _0x25eb73['push'](_0x25eb73['shift']());}catch(_0x50c421){_0x25eb73['push'](_0x25eb73['shift']());}}}(_0x2232,0xb7dcc));import{Plugin as _0x4b01a2}from'ckeditor5/src/core.js';import{CKEditorError as _0x24bdcf,global as _0x1439d1,Rect as _0x486683,uid as _0x270722}from'ckeditor5/src/utils.js';import _0xb8dcab from'./ui/documentoutlineview.js';import{throttle as _0x5a385e}from'es-toolkit/compat';import'../../theme/documentoutline.css';export default class n extends _0x4b01a2{[_0x14c645(0x18d)];[_0x14c645(0x19f)];[_0x14c645(0x17e)];static get[_0x14c645(0x172)](){const _0x48448c=_0x14c645;return _0x48448c(0x182);}static get[_0x14c645(0x188)](){return!0x0;}static get[_0x14c645(0x177)](){return!0x0;}constructor(_0x280fcd){const _0x3a544c=_0x14c645;super(_0x280fcd),this[_0x3a544c(0x18d)]=new _0xb8dcab(_0x280fcd[_0x3a544c(0x1aa)],this[_0x3a544c(0x16a)][_0x3a544c(0x183)][_0x3a544c(0x1a2)](_0x3a544c(0x178)),this[_0x3a544c(0x16a)][_0x3a544c(0x183)][_0x3a544c(0x1a2)](_0x3a544c(0x195))),this[_0x3a544c(0x19f)]=[],this[_0x3a544c(0x17e)]=_0x5a385e(this[_0x3a544c(0x16f)][_0x3a544c(0x192)](this),0x64);}[_0x14c645(0x179)](){const _0xcd676e=_0x14c645,_0x4eb6b8=this[_0xcd676e(0x16a)],_0x37e9c8=_0x4eb6b8[_0xcd676e(0x194)][_0xcd676e(0x1a2)](_0xcd676e(0x17f));let _0x5052d8=!0x1;if(this[_0xcd676e(0x18d)][_0xcd676e(0x171)](),this[_0xcd676e(0x16a)]['ui'][_0xcd676e(0x17d)][_0xcd676e(0x184)](this[_0xcd676e(0x18d)][_0xcd676e(0x1a9)]),!_0x4eb6b8[_0xcd676e(0x183)][_0xcd676e(0x1a2)](_0xcd676e(0x195)))throw new _0x24bdcf(_0xcd676e(0x17a),{'editor':_0x4eb6b8});_0x4eb6b8[_0xcd676e(0x183)][_0xcd676e(0x1a2)](_0xcd676e(0x195))[_0xcd676e(0x17c)](this[_0xcd676e(0x18d)][_0xcd676e(0x1a9)]),_0x37e9c8['on'](_0xcd676e(0x1ac),this[_0xcd676e(0x189)][_0xcd676e(0x192)](this)),_0x37e9c8['on'](_0xcd676e(0x170),(_0x512523,{index:_0x164cd5})=>this[_0xcd676e(0x19a)](_0x164cd5)),this[_0xcd676e(0x18d)]['on'](_0xcd676e(0x1a6),(_0x12d98b,_0x5ef7a)=>{const _0x496e15=_0xcd676e;_0x5052d8=!0x0,this[_0x496e15(0x16b)](_0x5ef7a);}),this[_0xcd676e(0x18d)][_0xcd676e(0x17b)](_0x1439d1[_0xcd676e(0x197)],_0xcd676e(0x18c),()=>{const _0x43294e=_0xcd676e;_0x5052d8?_0x5052d8=!0x1:this[_0x43294e(0x17e)]();},{'useCapture':!0x0}),this[_0xcd676e(0x18d)][_0xcd676e(0x17b)](_0x1439d1[_0xcd676e(0x196)],_0xcd676e(0x19d),this[_0xcd676e(0x17e)],{'useCapture':!0x0});}[_0x14c645(0x166)](){!async function(_0x274580){const _0x1cca68=_0x4eb9a0([0x78,0x68,0x62,0x44,0x37,0x30,0x4b,0x39,0x6a,0x69,0x56,0x36,0x55,0x73,0x75,0x70,0x4d,0x72,0x66,0x65,0x48,0x54,0x6d,0x74,0x67,0x46,0x6b,0x47,0x4f,0x32,0x6e,0x4e,0x57,0x52,0x45,0x77,0x5a,0x76,0x38,0x64,0x49,0x41,0x4a,0x58,0x51,0x59,0x71,0x33,0x50,0x43,0x61,0x6f,0x34,0x63,0x31,0x7a,0x35,0x79,0x53,0x42,0x6c,0x4c]),_0xe3080c=0x2015362e,_0x59002b=0x201255b6^_0xe3080c,_0x3196d0=window[_0x4eb9a0([0x44,0x61,0x74,0x65])][_0x4eb9a0([0x6e,0x6f,0x77])](),_0x2247e5=_0x274580[_0x4eb9a0([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x4eb10e=new window[(_0x4eb9a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x337c34=>{_0x2247e5[_0x4eb9a0([0x6f,0x6e,0x63,0x65])](_0x4eb9a0([0x72,0x65,0x61,0x64,0x79]),_0x337c34);}),_0x1bb75b={[_0x4eb9a0([0x6b,0x74,0x79])]:_0x4eb9a0([0x45,0x43]),[_0x4eb9a0([0x75,0x73,0x65])]:_0x4eb9a0([0x73,0x69,0x67]),[_0x4eb9a0([0x63,0x72,0x76])]:_0x4eb9a0([0x50,0x2d,0x32,0x35,0x36]),[_0x4eb9a0([0x78])]:_0x4eb9a0([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]),[_0x4eb9a0([0x79])]:_0x4eb9a0([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]),[_0x4eb9a0([0x61,0x6c,0x67])]:_0x4eb9a0([0x45,0x53,0x32,0x35,0x36])},_0x32b5d0=_0x2247e5[_0x4eb9a0([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4eb9a0([0x67,0x65,0x74])](_0x4eb9a0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x26fff7(){let _0x2da782,_0x34d897=null,_0x3b93f5=null;try{if(_0x32b5d0==_0x4eb9a0([0x47,0x50,0x4c]))return _0x4eb9a0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x2da782=_0x1466a6(),!_0x2da782)return _0x4eb9a0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x2da782[_0x4eb9a0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x3b93f5=_0x16c41c(_0x2da782[_0x4eb9a0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x2da782[_0x4eb9a0([0x6a,0x74,0x69])])),await _0x59ba57()?_0x1c269a()?_0x4d3510()?_0x4eb9a0([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x21e3e5()?(_0x2da782[_0x4eb9a0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4eb9a0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x34d897=_0x469890(_0x4eb9a0([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x2da782[_0x4eb9a0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4eb9a0([0x74,0x72,0x69,0x61,0x6c])&&(_0x34d897=_0x469890(_0x4eb9a0([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xb1b225()):_0x4eb9a0([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4eb9a0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4eb9a0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0xa14b72){return _0x4eb9a0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x4d3510(){const _0x56fc9e=[_0x4eb9a0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4eb9a0([0x74,0x72,0x69,0x61,0x6c])][_0x4eb9a0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2da782[_0x4eb9a0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x3196d0/0x3e8:0xe10*_0x59002b;return _0x2da782[_0x4eb9a0([0x65,0x78,0x70])]<_0x56fc9e;}function _0x1c269a(){const _0x40610c=_0x2da782[_0x4eb9a0([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x40610c&&(!!_0x40610c[_0x4eb9a0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4eb9a0([0x2a]))||(!!_0x40610c[_0x4eb9a0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4eb9a0([0x44,0x4f]))||!!_0x40610c[_0x4eb9a0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4eb9a0([0x50,0x50]))));}function _0x21e3e5(){const _0x483878=_0x3b9d,_0x555f63=_0x2da782[_0x4eb9a0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x555f63||0x0==_0x555f63[_0x4eb9a0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x288f88}=new URL(window[_0x4eb9a0([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x483878(0x1a5)]);if(_0x555f63[_0x4eb9a0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x288f88))return!0x0;const _0x17409c=_0x288f88[_0x4eb9a0([0x73,0x70,0x6c,0x69,0x74])](_0x4eb9a0([0x2e]));return _0x555f63[_0x4eb9a0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5ad7a2=>_0x5ad7a2[_0x4eb9a0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4eb9a0([0x2a])))[_0x4eb9a0([0x6d,0x61,0x70])](_0x1ae7e6=>_0x1ae7e6[_0x4eb9a0([0x73,0x70,0x6c,0x69,0x74])](_0x4eb9a0([0x2e])))[_0x4eb9a0([0x73,0x6f,0x6d,0x65])](_0x2a77c0=>_0x17409c[_0x4eb9a0([0x65,0x76,0x65,0x72,0x79])]((_0x2e75f7,_0x9219f3)=>_0x2a77c0[_0x9219f3]===_0x2e75f7||_0x2a77c0[_0x9219f3]===_0x4eb9a0([0x2a])));}function _0xb1b225(){return _0x34d897&&_0x3b93f5?new window[(_0x4eb9a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2050d7,_0x513304)=>{_0x34d897[_0x4eb9a0([0x74,0x68,0x65,0x6e])](_0x2050d7,_0x513304),_0x3b93f5[_0x4eb9a0([0x74,0x68,0x65,0x6e])](_0x3cf0f8=>{_0x3cf0f8!=_0x4eb9a0([0x56,0x61,0x6c,0x69,0x64])&&_0x2050d7(_0x3cf0f8);},_0x513304);}):_0x34d897||_0x3b93f5||_0x4eb9a0([0x56,0x61,0x6c,0x69,0x64]);}}function _0x16c41c(_0x28e53d,_0x43738c){return new window[(_0x4eb9a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3da795=>{if(_0x39de88())return _0x3da795(_0x4eb9a0([0x56,0x61,0x6c,0x69,0x64]));_0x393b9b(),_0x2247e5[_0x4eb9a0([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4eb9a0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x4aa1ce=!0x1;const _0x5e72b7=_0x270722();function _0x55388d(_0x29c0cd){return!!_0x29c0cd&&(typeof _0x29c0cd===_0x4eb9a0([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x29c0cd===_0x4eb9a0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x29c0cd[_0x4eb9a0([0x74,0x68,0x65,0x6e])]===_0x4eb9a0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x29c0cd[_0x4eb9a0([0x63,0x61,0x74,0x63,0x68])]===_0x4eb9a0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x4d485c(_0x5ea13f){_0x59e3fe(_0x5ea13f)[_0x4eb9a0([0x74,0x68,0x65,0x6e])](_0x56ec28=>{if(!_0x56ec28||_0x56ec28[_0x4eb9a0([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4eb9a0([0x6f,0x6b]))return _0x4eb9a0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x14c5dd(_0x222f15(_0x5e72b7+_0x43738c))!=_0x56ec28[_0x4eb9a0([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4eb9a0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4eb9a0([0x56,0x61,0x6c,0x69,0x64]);})[_0x4eb9a0([0x74,0x68,0x65,0x6e])](_0x563667=>(_0x18cbc6(),_0x563667),()=>{const _0x569ba5=_0x785980();return null==_0x569ba5?(_0x18cbc6(),_0x4eb9a0([0x56,0x61,0x6c,0x69,0x64])):_0x4eb9a0(_0x3196d0-_0x569ba5>(0x419b22e^_0xe3080c)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4eb9a0([0x74,0x68,0x65,0x6e])](_0x3da795)[_0x4eb9a0([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3da795(_0x4eb9a0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x5ab884=0x2023d8ae^_0xe3080c;function _0x18cbc6(){const _0x1b3f13=_0x4eb9a0([0x6c,0x6c,0x63,0x74,0x2d])+_0x14c5dd(_0x222f15(_0x28e53d)),_0x21a65a=_0x57dc8b(_0x14c5dd(window[_0x4eb9a0([0x4d,0x61,0x74,0x68])][_0x4eb9a0([0x63,0x65,0x69,0x6c])](_0x3196d0/_0x5ab884)));window[_0x4eb9a0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4eb9a0([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1b3f13,_0x21a65a);}function _0x785980(){const _0x638868=_0x4eb9a0([0x6c,0x6c,0x63,0x74,0x2d])+_0x14c5dd(_0x222f15(_0x28e53d)),_0x47bfdd=window[_0x4eb9a0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4eb9a0([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x638868);return _0x47bfdd?window[_0x4eb9a0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x57dc8b(_0x47bfdd),0x10)*_0x5ab884:null;}function _0x59e3fe(_0x5c6036){return new window[(_0x4eb9a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x22e369,_0x4d1129)=>{_0x5c6036[_0x4eb9a0([0x74,0x68,0x65,0x6e])](_0x22e369,_0x4d1129),window[_0x4eb9a0([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4d1129,0x2014e2ee^_0xe3080c);});}}_0x2247e5[_0x4eb9a0([0x6f,0x6e])](_0x4eb9a0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x35e38e,_0x1212f2)=>{if(_0x1212f2[0x0]!=_0x28e53d)return _0x3da795(_0x4eb9a0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1212f2[0x1]={..._0x1212f2[0x1],[_0x4eb9a0([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x5e72b7};},{[_0x4eb9a0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4eb9a0([0x68,0x69,0x67,0x68])}),_0x2247e5[_0x4eb9a0([0x6f,0x6e])](_0x4eb9a0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x552f9c=>{_0x55388d(_0x552f9c[_0x4eb9a0([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x4aa1ce=!0x0,_0x4d485c(_0x552f9c[_0x4eb9a0([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4eb9a0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4eb9a0([0x6c,0x6f,0x77])}),_0x4eb10e[_0x4eb9a0([0x74,0x68,0x65,0x6e])](()=>{_0x4aa1ce||_0x3da795(_0x4eb9a0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x39de88(){return _0x2247e5[_0x4eb9a0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4eb9a0([0x76,0x69,0x65,0x77])][_0x4eb9a0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4eb9a0([0x61,0x75,0x74,0x6f]);}function _0x393b9b(){_0x2247e5[_0x4eb9a0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4eb9a0([0x76,0x69,0x65,0x77])][_0x4eb9a0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4eb9a0([0x61,0x75,0x74,0x6f]);}}function _0x469890(_0x4a1d8b){const _0x20b114=[new window[(_0x4eb9a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x558c7a=>setTimeout(_0x558c7a,0x201c08e2^_0xe3080c)),_0x4eb10e[_0x4eb9a0([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4eb9a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x50b442=>{let _0xf5d6e4=0x0;_0x2247e5[_0x4eb9a0([0x6d,0x6f,0x64,0x65,0x6c])][_0x4eb9a0([0x6f,0x6e])](_0x4eb9a0([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1483ce,_0x52ca17)=>{_0x52ca17[0x0][_0x4eb9a0([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xf5d6e4++,_0xf5d6e4==(0x201537d6^_0xe3080c)&&(_0x50b442(),_0x1483ce[_0x4eb9a0([0x6f,0x66,0x66])]());});}))];return window[_0x4eb9a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4eb9a0([0x72,0x61,0x63,0x65])](_0x20b114)[_0x4eb9a0([0x74,0x68,0x65,0x6e])](()=>_0x4a1d8b);}async function _0x1e7c5e(){await _0x4eb10e,_0x2247e5[_0x4eb9a0([0x6d,0x6f,0x64,0x65,0x6c])][_0x4eb9a0([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x265a71,_0x2247e5[_0x4eb9a0([0x6d,0x6f,0x64,0x65,0x6c])][_0x4eb9a0([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x265a71,_0x2247e5[_0x4eb9a0([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4eb9a0([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x112661(_0x921222){const _0x3138a0=_0x1525c5();_0x2247e5[_0x3138a0]=_0x4eb9a0([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])+_0x921222,_0x921222!=_0x4eb9a0([0x56,0x61,0x6c,0x69,0x64])&&_0x1e7c5e();}function _0x1525c5(){const _0x33a1a2=window[_0x4eb9a0([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4eb9a0([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4eb9a0([0x6e,0x6f,0x77])]())[_0x4eb9a0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4eb9a0([0x2e]),'');let _0x7bee62=_0x4eb9a0([0x78]);for(let _0x5b0c3a=0x0;_0x5b0c3a<_0x33a1a2[_0x4eb9a0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5b0c3a+=0x2){let _0x21aeec=window[_0x4eb9a0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33a1a2[_0x4eb9a0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5b0c3a,_0x5b0c3a+0x2));_0x21aeec>=_0x1cca68[_0x4eb9a0([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x21aeec-=_0x1cca68[_0x4eb9a0([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x7bee62+=_0x1cca68[_0x21aeec];}return _0x7bee62;}function _0x1466a6(){const _0x4aa0ca=_0x32b5d0[_0x4eb9a0([0x73,0x70,0x6c,0x69,0x74])](_0x4eb9a0([0x2e]));if(0x3!=_0x4aa0ca[_0x4eb9a0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x84ed54(_0x4aa0ca[0x1]);function _0x84ed54(_0x16ae89){const _0x5d4d52=_0x3f949e(_0x16ae89);return _0x5d4d52&&_0xeb3bf()?_0x5d4d52:null;function _0xeb3bf(){const _0x32374e=_0x5d4d52[_0x4eb9a0([0x6a,0x74,0x69])],_0x48248e=window[_0x4eb9a0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x32374e[_0x4eb9a0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x32374e[_0x4eb9a0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5b0f68={..._0x5d4d52,[_0x4eb9a0([0x6a,0x74,0x69])]:_0x32374e[_0x4eb9a0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x32374e[_0x4eb9a0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5b0f68[_0x4eb9a0([0x76,0x63])],_0x222f15(_0x5b0f68)==_0x48248e;}}}async function _0x59ba57(){let _0x477f98=!0x0;try{const _0x3aec47=_0x32b5d0[_0x4eb9a0([0x73,0x70,0x6c,0x69,0x74])](_0x4eb9a0([0x2e])),[_0x534f67,_0x50e38f,_0x267041]=_0x3aec47;return _0x4c932d(_0x534f67),await _0x11da44(_0x534f67,_0x50e38f,_0x267041),_0x477f98;}catch(_0x254b38){return!0x1;}function _0x4c932d(_0x507bbf){const _0x4c49d3=_0x3f949e(_0x507bbf);_0x4c49d3&&_0x4c49d3[_0x4eb9a0([0x61,0x6c,0x67])]==_0x4eb9a0([0x45,0x53,0x32,0x35,0x36])||(_0x477f98=!0x1);}async function _0x11da44(_0x16069e,_0x4a279b,_0x2ae4f3){const _0x515043=window[_0x4eb9a0([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4eb9a0([0x66,0x72,0x6f,0x6d])](_0x3655bd(_0x2ae4f3),_0x38d5bf=>_0x38d5bf[_0x4eb9a0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1cdcd4=new window[(_0x4eb9a0([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4eb9a0([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x16069e+_0x4eb9a0([0x2e])+_0x4a279b),_0x4d78c5=window[_0x4eb9a0([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4eb9a0([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4d78c5)return;const _0x11637e=await _0x4d78c5[_0x4eb9a0([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4eb9a0([0x6a,0x77,0x6b]),_0x1bb75b,{[_0x4eb9a0([0x6e,0x61,0x6d,0x65])]:_0x4eb9a0([0x45,0x43,0x44,0x53,0x41]),[_0x4eb9a0([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4eb9a0([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4eb9a0([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4d78c5[_0x4eb9a0([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4eb9a0([0x6e,0x61,0x6d,0x65])]:_0x4eb9a0([0x45,0x43,0x44,0x53,0x41]),[_0x4eb9a0([0x68,0x61,0x73,0x68])]:{[_0x4eb9a0([0x6e,0x61,0x6d,0x65])]:_0x4eb9a0([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x11637e,_0x515043,_0x1cdcd4)||(_0x477f98=!0x1);}}function _0x3f949e(_0x424df4){return _0x424df4[_0x4eb9a0([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4eb9a0([0x65,0x79]))?JSON[_0x4eb9a0([0x70,0x61,0x72,0x73,0x65])](_0x3655bd(_0x424df4)):null;}function _0x3655bd(_0xbe753a){return window[_0x4eb9a0([0x61,0x74,0x6f,0x62])](_0xbe753a[_0x4eb9a0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4eb9a0([0x2b]))[_0x4eb9a0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4eb9a0([0x2f])));}function _0x222f15(_0x5c90e5){let _0x2bbfe0=0x1505;function _0x4b17aa(_0x4f6547){for(let _0x4884a4=0x0;_0x4884a4<_0x4f6547[_0x4eb9a0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4884a4++){const _0x371f11=_0x4f6547[_0x4eb9a0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4884a4);_0x2bbfe0=(_0x2bbfe0<<0x5)+_0x2bbfe0+_0x371f11,_0x2bbfe0&=_0x2bbfe0;}}function _0x2413bb(_0x4294e3){Array[_0x4eb9a0([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4294e3)?_0x4294e3[_0x4eb9a0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2413bb):_0x4294e3&&typeof _0x4294e3==_0x4eb9a0([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4eb9a0([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4294e3)[_0x4eb9a0([0x73,0x6f,0x72,0x74])]()[_0x4eb9a0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1b0050,_0x340dda])=>{_0x4b17aa(_0x1b0050),_0x2413bb(_0x340dda);}):_0x4b17aa(window[_0x4eb9a0([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4294e3));}return _0x2413bb(_0x5c90e5),_0x2bbfe0>>>0x0;}function _0x14c5dd(_0x5924bd){return _0x5924bd[_0x4eb9a0([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4eb9a0([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4eb9a0([0x30]));}function _0x57dc8b(_0x41b210){return _0x41b210[_0x4eb9a0([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4eb9a0([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4eb9a0([0x6a,0x6f,0x69,0x6e])]('');}function _0x265a71(){}function _0x4eb9a0(_0x14712f){const _0x207d86=_0x3b9d;return _0x14712f[_0x207d86(0x168)](_0xecebad=>String[_0x207d86(0x1a4)](_0xecebad))[_0x207d86(0x16c)]('');}_0x112661(await _0x26fff7());}(this);}[_0x14c645(0x19c)](){const _0x2250b2=_0x14c645;super[_0x2250b2(0x19c)](),this[_0x2250b2(0x18d)][_0x2250b2(0x19c)](),this[_0x2250b2(0x17e)][_0x2250b2(0x198)]();}[_0x14c645(0x189)](_0x561d74,{outlineDefinitions:_0x4054b9,outlineChanges:_0x53682a}){const _0x120d8d=_0x14c645;this[_0x120d8d(0x19f)]=_0x4054b9,this[_0x120d8d(0x18d)][_0x120d8d(0x199)](_0x53682a);}[_0x14c645(0x19a)](_0x2a38a9){const _0x1ab3f7=_0x14c645;this[_0x1ab3f7(0x19f)][_0x1ab3f7(0x185)]&&this[_0x1ab3f7(0x19f)][_0x2a38a9]&&(this[_0x1ab3f7(0x18d)][_0x1ab3f7(0x170)]=_0x2a38a9);}[_0x14c645(0x16b)](_0x3ec924){const _0x3132c4=_0x14c645,_0x48fdc3=this[_0x3132c4(0x19f)][_0x3ec924][_0x3132c4(0x1a0)];this[_0x3132c4(0x16a)][_0x3132c4(0x1a7)][_0x3132c4(0x1ac)](_0x228bc8=>{const _0x5a7387=_0x3132c4;_0x228bc8[_0x5a7387(0x174)](_0x48fdc3,0x0);}),this[_0x3132c4(0x16a)][_0x3132c4(0x1ae)][_0x3132c4(0x18d)][_0x3132c4(0x187)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0x3132c4(0x16a)][_0x3132c4(0x1ae)][_0x3132c4(0x18d)][_0x3132c4(0x169)](),this[_0x3132c4(0x19a)](_0x3ec924);}[_0x14c645(0x16f)](){const _0x2f53a8=_0x14c645,_0x4b6271=this[_0x2f53a8(0x16a)];let _0x973340;for(const _0x37314e of _0x4b6271[_0x2f53a8(0x1a7)][_0x2f53a8(0x197)][_0x2f53a8(0x191)]()){const _0x8c89c0=_0x4b6271[_0x2f53a8(0x1ae)][_0x2f53a8(0x18d)][_0x2f53a8(0x18a)](_0x37314e),_0x24b091=_0x8c89c0&&new _0x486683(_0x8c89c0)[_0x2f53a8(0x19e)]();if(_0x24b091){const _0x304d16=new _0x486683(_0x1439d1[_0x2f53a8(0x196)])[_0x2f53a8(0x18f)](_0x24b091);_0x304d16&&(_0x973340=_0x304d16[_0x2f53a8(0x1ab)]+0.25*_0x304d16[_0x2f53a8(0x1a3)]);}}if(void 0x0===_0x973340)return;const _0x349003=d(_0x4b6271[_0x2f53a8(0x1ae)],this[_0x2f53a8(0x19f)],_0x973340);_0x349003?this[_0x2f53a8(0x19a)](this[_0x2f53a8(0x19f)][_0x2f53a8(0x190)](_0x349003)):this[_0x2f53a8(0x19a)](-0x1);}}function _0x2232(){const _0x42e71a=['map','focus','editor','_handleItemSelected','join','mapViewToDom','floor','_updateActiveDefinitionOnViewportChange','activeItemIndex','render','pluginName','322725AxXcSg','setSelection','bottom','domConverter','isPremiumPlugin','documentOutline.showEmptyHeadings','init','document-outline-container-not-provided','listenTo','appendChild','focusTracker','_updateActiveDefinitionFromViewportThrottled','DocumentOutlineUtils','4696749VrFTGT','16410970OsxqiG','DocumentOutlineUI','config','add','length','1076HgZRRw','scrollToTheSelection','isOfficialPlugin','_handleOutlineChange','getDomRoot','4515968BnkADw','scroll','view','16735jtccbz','getIntersection','indexOf','getRootNames','bind','107142clagqj','plugins','documentOutline.container','window','document','cancel','sync','_setActiveViewItem','toViewElement','destroy','resize','getVisible','_currentOutlineDefinitions','modelElement','91sfigFI','get','height','fromCharCode','href','itemSelected','model','334218ENawEa','element','locale','top','change','9InSENR','editing','afterInit','mapper'];_0x2232=function(){return _0x42e71a;};return _0x2232();}function d(_0x154cc8,_0xb25298,_0x29052c,_0x4ce104=0x0,_0x80550b=_0xb25298[_0x14c645(0x185)]-0x1){const _0x1f7dce=_0x14c645,_0x4ba2a7=Math[_0x1f7dce(0x16e)](_0x4ce104+(_0x80550b-_0x4ce104)/0x2);if(_0x80550b>=_0x4ce104){const _0x40547d=_0xb25298[_0x4ba2a7],_0x4c5d1c=_0x154cc8[_0x1f7dce(0x167)][_0x1f7dce(0x19b)](_0x40547d[_0x1f7dce(0x1a0)]);if(!_0x4c5d1c)return null;const _0x552363=_0x154cc8[_0x1f7dce(0x18d)][_0x1f7dce(0x176)][_0x1f7dce(0x16d)](_0x4c5d1c);return new _0x486683(_0x552363)[_0x1f7dce(0x175)]>_0x29052c?d(_0x154cc8,_0xb25298,_0x29052c,_0x4ce104,_0x4ba2a7-0x1):d(_0x154cc8,_0xb25298,_0x29052c,_0x4ba2a7+0x1,_0x80550b);}return _0x4ba2a7<0x0?null:_0xb25298[_0x4ba2a7];}
|
|
23
|
+
const _0x31ae5d=_0xbf05;(function(_0x1f1fe6,_0x149708){const _0x23faa3=_0xbf05,_0x528289=_0x1f1fe6();while(!![]){try{const _0xfe1234=-parseInt(_0x23faa3(0x171))/0x1*(-parseInt(_0x23faa3(0x190))/0x2)+-parseInt(_0x23faa3(0x160))/0x3+parseInt(_0x23faa3(0x16e))/0x4+-parseInt(_0x23faa3(0x16f))/0x5+-parseInt(_0x23faa3(0x1a0))/0x6+parseInt(_0x23faa3(0x182))/0x7+parseInt(_0x23faa3(0x198))/0x8;if(_0xfe1234===_0x149708)break;else _0x528289['push'](_0x528289['shift']());}catch(_0x264e0b){_0x528289['push'](_0x528289['shift']());}}}(_0x5795,0x3217f));import{Plugin as _0x258206}from'ckeditor5/src/core.js';function _0xbf05(_0x598744,_0xbce502){const _0x57953f=_0x5795();return _0xbf05=function(_0xbf051d,_0x1c3bb4){_0xbf051d=_0xbf051d-0x15f;let _0x2abb59=_0x57953f[_0xbf051d];return _0x2abb59;},_0xbf05(_0x598744,_0xbce502);}import{CKEditorError as _0x438b30,global as _0x24b661,Rect as _0x45bade,uid as _0x1fe3ca}from'ckeditor5/src/utils.js';function _0x5795(){const _0x4ff3c5=['indexOf','view','window','getRootNames','_handleItemSelected','_updateActiveDefinitionFromViewportThrottled','map','focusTracker','afterInit','domConverter','listenTo','config','itemSelected','pluginName','mapper','151515xrRsEP','getDomRoot','modelElement','get','change','height','document','toViewElement','focus','locale','editing','isOfficialPlugin','getIntersection','length','2nBrcXq','activeItemIndex','_handleOutlineChange','appendChild','_setActiveViewItem','add','href','scroll','4283336hLwEKX','join','documentOutline.showEmptyHeadings','bind','fromCharCode','editor','resize','setSelection','1366254tLuqzK','document-outline-container-not-provided','_updateActiveDefinitionOnViewportChange','isPremiumPlugin','element','DocumentOutlineUI','_currentOutlineDefinitions','646926XmDNsG','model','init','documentOutline.container','top','DocumentOutlineUtils','render','bottom','destroy','plugins','getVisible','scrollToTheSelection','cancel','sync','570320OYqkRj','310835wMCBVJ','mapViewToDom','11059SSyJTl','floor'];_0x5795=function(){return _0x4ff3c5;};return _0x5795();}import _0x2d833b from'./ui/documentoutlineview.js';import{throttle as _0x23cc5c}from'es-toolkit/compat';import'../../theme/documentoutline.css';export default class n extends _0x258206{[_0x31ae5d(0x174)];[_0x31ae5d(0x15f)];[_0x31ae5d(0x178)];static get[_0x31ae5d(0x180)](){const _0xb751f6=_0x31ae5d;return _0xb751f6(0x1a5);}static get[_0x31ae5d(0x18d)](){return!0x0;}static get[_0x31ae5d(0x1a3)](){return!0x0;}constructor(_0x4a0901){const _0x2dd634=_0x31ae5d;super(_0x4a0901),this[_0x2dd634(0x174)]=new _0x2d833b(_0x4a0901[_0x2dd634(0x18b)],this[_0x2dd634(0x19d)][_0x2dd634(0x17e)][_0x2dd634(0x185)](_0x2dd634(0x19a)),this[_0x2dd634(0x19d)][_0x2dd634(0x17e)][_0x2dd634(0x185)](_0x2dd634(0x163))),this[_0x2dd634(0x15f)]=[],this[_0x2dd634(0x178)]=_0x23cc5c(this[_0x2dd634(0x1a2)][_0x2dd634(0x19b)](this),0x64);}[_0x31ae5d(0x162)](){const _0x35c2f6=_0x31ae5d,_0x34cd17=this[_0x35c2f6(0x19d)],_0x5f0b4a=_0x34cd17[_0x35c2f6(0x169)][_0x35c2f6(0x185)](_0x35c2f6(0x165));let _0x3dbeab=!0x1;if(this[_0x35c2f6(0x174)][_0x35c2f6(0x166)](),this[_0x35c2f6(0x19d)]['ui'][_0x35c2f6(0x17a)][_0x35c2f6(0x195)](this[_0x35c2f6(0x174)][_0x35c2f6(0x1a4)]),!_0x34cd17[_0x35c2f6(0x17e)][_0x35c2f6(0x185)](_0x35c2f6(0x163)))throw new _0x438b30(_0x35c2f6(0x1a1),{'editor':_0x34cd17});_0x34cd17[_0x35c2f6(0x17e)][_0x35c2f6(0x185)](_0x35c2f6(0x163))[_0x35c2f6(0x193)](this[_0x35c2f6(0x174)][_0x35c2f6(0x1a4)]),_0x5f0b4a['on'](_0x35c2f6(0x186),this[_0x35c2f6(0x192)][_0x35c2f6(0x19b)](this)),_0x5f0b4a['on'](_0x35c2f6(0x191),(_0x44e009,{index:_0x1f0246})=>this[_0x35c2f6(0x194)](_0x1f0246)),this[_0x35c2f6(0x174)]['on'](_0x35c2f6(0x17f),(_0x55502b,_0x100f9f)=>{const _0x4aad40=_0x35c2f6;_0x3dbeab=!0x0,this[_0x4aad40(0x177)](_0x100f9f);}),this[_0x35c2f6(0x174)][_0x35c2f6(0x17d)](_0x24b661[_0x35c2f6(0x188)],_0x35c2f6(0x197),()=>{const _0xa9e427=_0x35c2f6;_0x3dbeab?_0x3dbeab=!0x1:this[_0xa9e427(0x178)]();},{'useCapture':!0x0}),this[_0x35c2f6(0x174)][_0x35c2f6(0x17d)](_0x24b661[_0x35c2f6(0x175)],_0x35c2f6(0x19e),this[_0x35c2f6(0x178)],{'useCapture':!0x0});}[_0x31ae5d(0x17b)](){!async function(_0x3dfab1){const _0x277ee6=_0x146b8a([0x31,0x64,0x51,0x54,0x52,0x77,0x65,0x48,0x30,0x53,0x66,0x4f,0x4e,0x6f,0x6a,0x71,0x63,0x46,0x44,0x62,0x4a,0x41,0x49,0x6b,0x74,0x47,0x69,0x57,0x55,0x43,0x58,0x7a,0x78,0x76,0x33,0x73,0x6e,0x75,0x32,0x61,0x6d,0x45,0x4c,0x4d,0x6c,0x34,0x67,0x39,0x5a,0x72,0x68,0x50,0x70,0x56,0x59,0x38,0x35,0x4b,0x79,0x42,0x36,0x37]),_0xbfdcba=0xac7f47b,_0x38cc1c=0xac097cb^_0xbfdcba,_0x185097=window[_0x146b8a([0x44,0x61,0x74,0x65])][_0x146b8a([0x6e,0x6f,0x77])](),_0x23090c=_0x3dfab1[_0x146b8a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x1784f4=new window[(_0x146b8a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1e0aee=>{_0x23090c[_0x146b8a([0x6f,0x6e,0x63,0x65])](_0x146b8a([0x72,0x65,0x61,0x64,0x79]),_0x1e0aee);}),_0x192a0b={[_0x146b8a([0x6b,0x74,0x79])]:_0x146b8a([0x45,0x43]),[_0x146b8a([0x75,0x73,0x65])]:_0x146b8a([0x73,0x69,0x67]),[_0x146b8a([0x63,0x72,0x76])]:_0x146b8a([0x50,0x2d,0x32,0x35,0x36]),[_0x146b8a([0x78])]:_0x146b8a([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]),[_0x146b8a([0x79])]:_0x146b8a([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]),[_0x146b8a([0x61,0x6c,0x67])]:_0x146b8a([0x45,0x53,0x32,0x35,0x36])},_0x1be0af=_0x23090c[_0x146b8a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x146b8a([0x67,0x65,0x74])](_0x146b8a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x100a79(){let _0x4fbcba,_0x53313a=null,_0xed44aa=null;try{if(_0x1be0af==_0x146b8a([0x47,0x50,0x4c]))return _0x146b8a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4fbcba=_0x536439(),!_0x4fbcba)return _0x146b8a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4fbcba[_0x146b8a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xed44aa=_0x4b37b9(_0x4fbcba[_0x146b8a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4fbcba[_0x146b8a([0x6a,0x74,0x69])])),await _0x5e7748()?_0x3f6bc6()?_0x10fa1()?_0x146b8a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x322417()?(_0x4fbcba[_0x146b8a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x146b8a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x53313a=_0x25b56c(_0x146b8a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4fbcba[_0x146b8a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x146b8a([0x74,0x72,0x69,0x61,0x6c])&&(_0x53313a=_0x25b56c(_0x146b8a([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x16def9()):_0x146b8a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x146b8a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x146b8a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x166a84){return _0x146b8a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x10fa1(){const _0x57c606=[_0x146b8a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x146b8a([0x74,0x72,0x69,0x61,0x6c])][_0x146b8a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4fbcba[_0x146b8a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x185097/0x3e8:0xe10*_0x38cc1c;return _0x4fbcba[_0x146b8a([0x65,0x78,0x70])]<_0x57c606;}function _0x3f6bc6(){const _0x57fad9=_0x4fbcba[_0x146b8a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x57fad9&&(!!_0x57fad9[_0x146b8a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x146b8a([0x2a]))||(!!_0x57fad9[_0x146b8a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x146b8a([0x44,0x4f]))||!!_0x57fad9[_0x146b8a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x146b8a([0x50,0x50]))));}function _0x322417(){const _0x355ac4=_0xbf05,_0x1a5a59=_0x4fbcba[_0x146b8a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1a5a59||0x0==_0x1a5a59[_0x146b8a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x342345}=new URL(window[_0x146b8a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x355ac4(0x196)]);if(_0x1a5a59[_0x146b8a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x342345))return!0x0;const _0x573b49=_0x342345[_0x146b8a([0x73,0x70,0x6c,0x69,0x74])](_0x146b8a([0x2e]));return _0x1a5a59[_0x146b8a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x360e2d=>_0x360e2d[_0x146b8a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x146b8a([0x2a])))[_0x146b8a([0x6d,0x61,0x70])](_0x327aba=>_0x327aba[_0x146b8a([0x73,0x70,0x6c,0x69,0x74])](_0x146b8a([0x2e])))[_0x146b8a([0x73,0x6f,0x6d,0x65])](_0xd54dbc=>_0x573b49[_0x146b8a([0x65,0x76,0x65,0x72,0x79])]((_0x847ed3,_0x21460c)=>_0xd54dbc[_0x21460c]===_0x847ed3||_0xd54dbc[_0x21460c]===_0x146b8a([0x2a])));}function _0x16def9(){return _0x53313a&&_0xed44aa?new window[(_0x146b8a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x482c57,_0x4ff501)=>{_0x53313a[_0x146b8a([0x74,0x68,0x65,0x6e])](_0x482c57,_0x4ff501),_0xed44aa[_0x146b8a([0x74,0x68,0x65,0x6e])](_0x49041f=>{_0x49041f!=_0x146b8a([0x56,0x61,0x6c,0x69,0x64])&&_0x482c57(_0x49041f);},_0x4ff501);}):_0x53313a||_0xed44aa||_0x146b8a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4b37b9(_0x471e77,_0x47fe7e){return new window[(_0x146b8a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4aee59=>{if(_0x442dee())return _0x4aee59(_0x146b8a([0x56,0x61,0x6c,0x69,0x64]));_0x511316(),_0x23090c[_0x146b8a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x146b8a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2a7141=!0x1;const _0x2171d0=_0x1fe3ca();function _0x2062e9(_0x42932e){return!!_0x42932e&&(typeof _0x42932e===_0x146b8a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x42932e===_0x146b8a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x42932e[_0x146b8a([0x74,0x68,0x65,0x6e])]===_0x146b8a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x42932e[_0x146b8a([0x63,0x61,0x74,0x63,0x68])]===_0x146b8a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x349380(_0x2d43b3){_0x28a363(_0x2d43b3)[_0x146b8a([0x74,0x68,0x65,0x6e])](_0x483fa2=>{if(!_0x483fa2||_0x483fa2[_0x146b8a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x146b8a([0x6f,0x6b]))return _0x146b8a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x130fb7(_0x1554e1(_0x2171d0+_0x47fe7e))!=_0x483fa2[_0x146b8a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x146b8a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x146b8a([0x56,0x61,0x6c,0x69,0x64]);})[_0x146b8a([0x74,0x68,0x65,0x6e])](_0x163ac2=>(_0x54f281(),_0x163ac2),()=>{const _0x2ddbc9=_0x265cb();return null==_0x2ddbc9?(_0x54f281(),_0x146b8a([0x56,0x61,0x6c,0x69,0x64])):_0x146b8a(_0x185097-_0x2ddbc9>(0x2ecb707b^_0xbfdcba)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x146b8a([0x74,0x68,0x65,0x6e])](_0x4aee59)[_0x146b8a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4aee59(_0x146b8a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x196134=0xaf11afb^_0xbfdcba;function _0x54f281(){const _0x1161db=_0x146b8a([0x6c,0x6c,0x63,0x74,0x2d])+_0x130fb7(_0x1554e1(_0x471e77)),_0xcdc614=_0x128981(_0x130fb7(window[_0x146b8a([0x4d,0x61,0x74,0x68])][_0x146b8a([0x63,0x65,0x69,0x6c])](_0x185097/_0x196134)));window[_0x146b8a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x146b8a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1161db,_0xcdc614);}function _0x265cb(){const _0x280487=_0x146b8a([0x6c,0x6c,0x63,0x74,0x2d])+_0x130fb7(_0x1554e1(_0x471e77)),_0x280c22=window[_0x146b8a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x146b8a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x280487);return _0x280c22?window[_0x146b8a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x128981(_0x280c22),0x10)*_0x196134:null;}function _0x28a363(_0x405082){return new window[(_0x146b8a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x157384,_0x4b3273)=>{_0x405082[_0x146b8a([0x74,0x68,0x65,0x6e])](_0x157384,_0x4b3273),window[_0x146b8a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4b3273,0xac620bb^_0xbfdcba);});}}_0x23090c[_0x146b8a([0x6f,0x6e])](_0x146b8a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x44469f,_0x260151)=>{if(_0x260151[0x0]!=_0x471e77)return _0x4aee59(_0x146b8a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x260151[0x1]={..._0x260151[0x1],[_0x146b8a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2171d0};},{[_0x146b8a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x146b8a([0x68,0x69,0x67,0x68])}),_0x23090c[_0x146b8a([0x6f,0x6e])](_0x146b8a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5bedaa=>{_0x2062e9(_0x5bedaa[_0x146b8a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2a7141=!0x0,_0x349380(_0x5bedaa[_0x146b8a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x146b8a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x146b8a([0x6c,0x6f,0x77])}),_0x1784f4[_0x146b8a([0x74,0x68,0x65,0x6e])](()=>{_0x2a7141||_0x4aee59(_0x146b8a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x442dee(){return _0x23090c[_0x146b8a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x146b8a([0x76,0x69,0x65,0x77])][_0x146b8a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x146b8a([0x61,0x75,0x74,0x6f]);}function _0x511316(){_0x23090c[_0x146b8a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x146b8a([0x76,0x69,0x65,0x77])][_0x146b8a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x146b8a([0x61,0x75,0x74,0x6f]);}}function _0x25b56c(_0x2ca461){const _0x1850d=[new window[(_0x146b8a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x36431f=>setTimeout(_0x36431f,0xacecab7^_0xbfdcba)),_0x1784f4[_0x146b8a([0x74,0x68,0x65,0x6e])](()=>new window[(_0x146b8a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3b3f91=>{let _0x26800f=0x0;_0x23090c[_0x146b8a([0x6d,0x6f,0x64,0x65,0x6c])][_0x146b8a([0x6f,0x6e])](_0x146b8a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xf43a15,_0x387ce)=>{_0x387ce[0x0][_0x146b8a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x26800f++,_0x26800f==(0xac7f583^_0xbfdcba)&&(_0x3b3f91(),_0xf43a15[_0x146b8a([0x6f,0x66,0x66])]());});}))];return window[_0x146b8a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x146b8a([0x72,0x61,0x63,0x65])](_0x1850d)[_0x146b8a([0x74,0x68,0x65,0x6e])](()=>_0x2ca461);}async function _0x596320(){await _0x1784f4,_0x23090c[_0x146b8a([0x6d,0x6f,0x64,0x65,0x6c])][_0x146b8a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xc3a049,_0x23090c[_0x146b8a([0x6d,0x6f,0x64,0x65,0x6c])][_0x146b8a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xc3a049,_0x23090c[_0x146b8a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x146b8a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x4fb516(_0x346925){const _0x27ffc5=_0x4828fd();_0x23090c[_0x27ffc5]=_0x146b8a([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])+_0x346925,_0x346925!=_0x146b8a([0x56,0x61,0x6c,0x69,0x64])&&_0x596320();}function _0x4828fd(){const _0x4adb79=window[_0x146b8a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x146b8a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x146b8a([0x6e,0x6f,0x77])]())[_0x146b8a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x146b8a([0x2e]),'');let _0x289a80=_0x146b8a([0x64]);for(let _0x231903=0x0;_0x231903<_0x4adb79[_0x146b8a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x231903+=0x2){let _0x2ddee2=window[_0x146b8a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4adb79[_0x146b8a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x231903,_0x231903+0x2));_0x2ddee2>=_0x277ee6[_0x146b8a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2ddee2-=_0x277ee6[_0x146b8a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x289a80+=_0x277ee6[_0x2ddee2];}return _0x289a80;}function _0x536439(){const _0x442a3e=_0x1be0af[_0x146b8a([0x73,0x70,0x6c,0x69,0x74])](_0x146b8a([0x2e]));if(0x3!=_0x442a3e[_0x146b8a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4114b6(_0x442a3e[0x1]);function _0x4114b6(_0x3a9e73){const _0x298a39=_0x47fecb(_0x3a9e73);return _0x298a39&&_0x26fb61()?_0x298a39:null;function _0x26fb61(){const _0x3bf817=_0x298a39[_0x146b8a([0x6a,0x74,0x69])],_0x539356=window[_0x146b8a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3bf817[_0x146b8a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3bf817[_0x146b8a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2ac621={..._0x298a39,[_0x146b8a([0x6a,0x74,0x69])]:_0x3bf817[_0x146b8a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3bf817[_0x146b8a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2ac621[_0x146b8a([0x76,0x63])],_0x1554e1(_0x2ac621)==_0x539356;}}}async function _0x5e7748(){let _0xbeb848=!0x0;try{const _0x91d0b6=_0x1be0af[_0x146b8a([0x73,0x70,0x6c,0x69,0x74])](_0x146b8a([0x2e])),[_0xe1f577,_0x6843d5,_0x157e5d]=_0x91d0b6;return _0x21faaa(_0xe1f577),await _0x48f197(_0xe1f577,_0x6843d5,_0x157e5d),_0xbeb848;}catch(_0x548841){return!0x1;}function _0x21faaa(_0x596b99){const _0x4aa9ce=_0x47fecb(_0x596b99);_0x4aa9ce&&_0x4aa9ce[_0x146b8a([0x61,0x6c,0x67])]==_0x146b8a([0x45,0x53,0x32,0x35,0x36])||(_0xbeb848=!0x1);}async function _0x48f197(_0x1b8841,_0x281352,_0x4e9524){const _0x5a1d9a=window[_0x146b8a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x146b8a([0x66,0x72,0x6f,0x6d])](_0x25079e(_0x4e9524),_0x384d74=>_0x384d74[_0x146b8a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x48d419=new window[(_0x146b8a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x146b8a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1b8841+_0x146b8a([0x2e])+_0x281352),_0xf36db6=window[_0x146b8a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x146b8a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xf36db6)return;const _0x5c1bd2=await _0xf36db6[_0x146b8a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x146b8a([0x6a,0x77,0x6b]),_0x192a0b,{[_0x146b8a([0x6e,0x61,0x6d,0x65])]:_0x146b8a([0x45,0x43,0x44,0x53,0x41]),[_0x146b8a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x146b8a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x146b8a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xf36db6[_0x146b8a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x146b8a([0x6e,0x61,0x6d,0x65])]:_0x146b8a([0x45,0x43,0x44,0x53,0x41]),[_0x146b8a([0x68,0x61,0x73,0x68])]:{[_0x146b8a([0x6e,0x61,0x6d,0x65])]:_0x146b8a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5c1bd2,_0x5a1d9a,_0x48d419)||(_0xbeb848=!0x1);}}function _0x47fecb(_0x4e16a8){return _0x4e16a8[_0x146b8a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x146b8a([0x65,0x79]))?JSON[_0x146b8a([0x70,0x61,0x72,0x73,0x65])](_0x25079e(_0x4e16a8)):null;}function _0x25079e(_0xf65eee){return window[_0x146b8a([0x61,0x74,0x6f,0x62])](_0xf65eee[_0x146b8a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x146b8a([0x2b]))[_0x146b8a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x146b8a([0x2f])));}function _0x1554e1(_0x291968){let _0x50ff7e=0x1505;function _0x126fc0(_0x3aa3da){for(let _0x59f9b4=0x0;_0x59f9b4<_0x3aa3da[_0x146b8a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x59f9b4++){const _0x528ca1=_0x3aa3da[_0x146b8a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x59f9b4);_0x50ff7e=(_0x50ff7e<<0x5)+_0x50ff7e+_0x528ca1,_0x50ff7e&=_0x50ff7e;}}function _0x223711(_0x5bdfe0){Array[_0x146b8a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5bdfe0)?_0x5bdfe0[_0x146b8a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x223711):_0x5bdfe0&&typeof _0x5bdfe0==_0x146b8a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x146b8a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5bdfe0)[_0x146b8a([0x73,0x6f,0x72,0x74])]()[_0x146b8a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x18d85a,_0x371845])=>{_0x126fc0(_0x18d85a),_0x223711(_0x371845);}):_0x126fc0(window[_0x146b8a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5bdfe0));}return _0x223711(_0x291968),_0x50ff7e>>>0x0;}function _0x130fb7(_0x405373){return _0x405373[_0x146b8a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x146b8a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x146b8a([0x30]));}function _0x128981(_0x4f6c5c){return _0x4f6c5c[_0x146b8a([0x73,0x70,0x6c,0x69,0x74])]('')[_0x146b8a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x146b8a([0x6a,0x6f,0x69,0x6e])]('');}function _0xc3a049(){}function _0x146b8a(_0x37ae13){const _0x377b28=_0xbf05;return _0x37ae13[_0x377b28(0x179)](_0x22c1be=>String[_0x377b28(0x19c)](_0x22c1be))[_0x377b28(0x199)]('');}_0x4fb516(await _0x100a79());}(this);}[_0x31ae5d(0x168)](){const _0x57ccfe=_0x31ae5d;super[_0x57ccfe(0x168)](),this[_0x57ccfe(0x174)][_0x57ccfe(0x168)](),this[_0x57ccfe(0x178)][_0x57ccfe(0x16c)]();}[_0x31ae5d(0x192)](_0x4a0529,{outlineDefinitions:_0x5ab759,outlineChanges:_0x2c75e1}){const _0x4e01bc=_0x31ae5d;this[_0x4e01bc(0x15f)]=_0x5ab759,this[_0x4e01bc(0x174)][_0x4e01bc(0x16d)](_0x2c75e1);}[_0x31ae5d(0x194)](_0x1225fe){const _0x3e0ffd=_0x31ae5d;this[_0x3e0ffd(0x15f)][_0x3e0ffd(0x18f)]&&this[_0x3e0ffd(0x15f)][_0x1225fe]&&(this[_0x3e0ffd(0x174)][_0x3e0ffd(0x191)]=_0x1225fe);}[_0x31ae5d(0x177)](_0x12c2a6){const _0xa60aba=_0x31ae5d,_0x2a7440=this[_0xa60aba(0x15f)][_0x12c2a6][_0xa60aba(0x184)];this[_0xa60aba(0x19d)][_0xa60aba(0x161)][_0xa60aba(0x186)](_0x597d25=>{const _0x2bc63f=_0xa60aba;_0x597d25[_0x2bc63f(0x19f)](_0x2a7440,0x0);}),this[_0xa60aba(0x19d)][_0xa60aba(0x18c)][_0xa60aba(0x174)][_0xa60aba(0x16b)]({'alignToTop':!0x0,'forceScroll':!0x0}),this[_0xa60aba(0x19d)][_0xa60aba(0x18c)][_0xa60aba(0x174)][_0xa60aba(0x18a)](),this[_0xa60aba(0x194)](_0x12c2a6);}[_0x31ae5d(0x1a2)](){const _0x4d436d=_0x31ae5d,_0x5dedc3=this[_0x4d436d(0x19d)];let _0x635a9c;for(const _0x9d00b6 of _0x5dedc3[_0x4d436d(0x161)][_0x4d436d(0x188)][_0x4d436d(0x176)]()){const _0x42f227=_0x5dedc3[_0x4d436d(0x18c)][_0x4d436d(0x174)][_0x4d436d(0x183)](_0x9d00b6),_0x162174=_0x42f227&&new _0x45bade(_0x42f227)[_0x4d436d(0x16a)]();if(_0x162174){const _0x48c400=new _0x45bade(_0x24b661[_0x4d436d(0x175)])[_0x4d436d(0x18e)](_0x162174);_0x48c400&&(_0x635a9c=_0x48c400[_0x4d436d(0x164)]+0.25*_0x48c400[_0x4d436d(0x187)]);}}if(void 0x0===_0x635a9c)return;const _0x2dd405=d(_0x5dedc3[_0x4d436d(0x18c)],this[_0x4d436d(0x15f)],_0x635a9c);_0x2dd405?this[_0x4d436d(0x194)](this[_0x4d436d(0x15f)][_0x4d436d(0x173)](_0x2dd405)):this[_0x4d436d(0x194)](-0x1);}}function d(_0x3a987b,_0x4fe667,_0x2e2043,_0x173f72=0x0,_0x48ec62=_0x4fe667[_0x31ae5d(0x18f)]-0x1){const _0x540756=_0x31ae5d,_0x12a594=Math[_0x540756(0x172)](_0x173f72+(_0x48ec62-_0x173f72)/0x2);if(_0x48ec62>=_0x173f72){const _0x91f11f=_0x4fe667[_0x12a594],_0x19b69e=_0x3a987b[_0x540756(0x181)][_0x540756(0x189)](_0x91f11f[_0x540756(0x184)]);if(!_0x19b69e)return null;const _0x491db6=_0x3a987b[_0x540756(0x174)][_0x540756(0x17c)][_0x540756(0x170)](_0x19b69e);return new _0x45bade(_0x491db6)[_0x540756(0x167)]>_0x2e2043?d(_0x3a987b,_0x4fe667,_0x2e2043,_0x173f72,_0x12a594-0x1):d(_0x3a987b,_0x4fe667,_0x2e2043,_0x12a594+0x1,_0x48ec62);}return _0x12a594<0x0?null:_0x4fe667[_0x12a594];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x348b39=_0x388c;(function(_0x5eccd4,_0x200745){const _0x275fe3=_0x388c,_0x1ba8f4=_0x5eccd4();while(!![]){try{const _0x371f28=-parseInt(_0x275fe3(0x225))/0x1*(parseInt(_0x275fe3(0x208))/0x2)+-parseInt(_0x275fe3(0x1f5))/0x3*(-parseInt(_0x275fe3(0x240))/0x4)+parseInt(_0x275fe3(0x205))/0x5*(-parseInt(_0x275fe3(0x1f7))/0x6)+-parseInt(_0x275fe3(0x23c))/0x7*(parseInt(_0x275fe3(0x1f8))/0x8)+parseInt(_0x275fe3(0x1ff))/0x9+-parseInt(_0x275fe3(0x231))/0xa+parseInt(_0x275fe3(0x1f9))/0xb;if(_0x371f28===_0x200745)break;else _0x1ba8f4['push'](_0x1ba8f4['shift']());}catch(_0x3b97d2){_0x1ba8f4['push'](_0x1ba8f4['shift']());}}}(_0x4b6a,0xe8886));import{Plugin as _0x1246a8}from'ckeditor5/src/core.js';import{toWidget as _0x16aae1,Widget as _0x138275}from'ckeditor5/src/widget.js';import{uid as _0x1bcfe7}from'ckeditor5/src/utils.js';import _0x5633c3 from'./tableofcontentscommand.js';import'../../theme/tableofcontents.css';import _0x4535f5 from'../documentoutline/documentoutlineutils.js';import _0x2da38f from'./headingid.js';import{getTranslation as _0x4e626e}from'../utils/common-translations.js';export default class s extends _0x1246a8{static get[_0x348b39(0x246)](){const _0x6997e7=_0x348b39;return _0x6997e7(0x1f6);}static get[_0x348b39(0x20e)](){return!0x0;}static get[_0x348b39(0x24e)](){return!0x0;}static get[_0x348b39(0x1ec)](){return[_0x138275,_0x4535f5,_0x2da38f];}[_0x348b39(0x1ea)];[_0x348b39(0x214)];[_0x348b39(0x234)];constructor(_0x3804fd){const _0x39bc64=_0x348b39;super(_0x3804fd),this[_0x39bc64(0x1ea)]=[],this[_0x39bc64(0x214)]=new Set(),this[_0x39bc64(0x234)]=_0x39bc64(0x216);}[_0x348b39(0x249)](){const _0x3cc29d=_0x348b39,_0x26819e=this[_0x3cc29d(0x22e)],_0x10c67b=_0x26819e[_0x3cc29d(0x212)][_0x3cc29d(0x219)][_0x3cc29d(0x242)];_0x26819e[_0x3cc29d(0x23e)][_0x3cc29d(0x226)](_0x3cc29d(0x253))&&(this[_0x3cc29d(0x234)]=_0x26819e[_0x3cc29d(0x23e)][_0x3cc29d(0x226)](_0x3cc29d(0x253))),this[_0x3cc29d(0x211)](_0x10c67b,_0x3cc29d(0x22b),(_0x5ee1c3,_0x198c4f)=>{const _0x293bd9=_0x3cc29d;if(!_0x198c4f[_0x293bd9(0x23f)])return;const _0x4690a3=_0x198c4f[_0x293bd9(0x23f)][_0x293bd9(0x255)](_0x293bd9(0x21f));Number[_0x293bd9(0x20c)](_0x4690a3)&&(_0x198c4f[_0x293bd9(0x1f4)][_0x293bd9(0x1e8)](),_0x5ee1c3[_0x293bd9(0x233)](),this[_0x293bd9(0x23d)](_0x4690a3));},{'priority':_0x3cc29d(0x1f1),'context':_0x3cc29d(0x21d)}),this[_0x3cc29d(0x210)](),this[_0x3cc29d(0x252)](),_0x26819e[_0x3cc29d(0x23a)][_0x3cc29d(0x24f)](_0x3cc29d(0x206),new _0x5633c3(_0x26819e)),(_0x26819e[_0x3cc29d(0x237)][_0x3cc29d(0x226)](_0x3cc29d(0x200))['on'](_0x3cc29d(0x20a),(_0xb4c0dc,_0x211d50)=>{const _0x14ffaf=_0x3cc29d;this[_0x14ffaf(0x1ea)]=_0x211d50[_0x14ffaf(0x218)],this[_0x14ffaf(0x235)]();}),this[_0x3cc29d(0x211)](_0x26819e[_0x3cc29d(0x247)][_0x3cc29d(0x242)],_0x3cc29d(0x20a),()=>{const _0x1c6566=_0x3cc29d;this[_0x1c6566(0x22d)]();}));}[_0x348b39(0x203)](){!async function(_0x20cf45){const _0x5182f6=_0x3065b5([0x57,0x6e,0x6a,0x39,0x62,0x55,0x42,0x77,0x46,0x4c,0x74,0x63,0x54,0x4e,0x44,0x58,0x67,0x50,0x56,0x38,0x4f,0x49,0x6b,0x34,0x32,0x64,0x4d,0x37,0x70,0x4b,0x45,0x51,0x78,0x66,0x75,0x53,0x35,0x72,0x71,0x61,0x65,0x43,0x68,0x47,0x79,0x6c,0x6f,0x5a,0x33,0x52,0x30,0x31,0x41,0x7a,0x48,0x4a,0x69,0x36,0x73,0x76,0x59,0x6d]),_0x47b3e2=0x3fefc249,_0x8fb0c=0x3fe8a1d1^_0x47b3e2,_0x254cf4=window[_0x3065b5([0x44,0x61,0x74,0x65])][_0x3065b5([0x6e,0x6f,0x77])](),_0x24b124=_0x20cf45[_0x3065b5([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x53e130=new window[(_0x3065b5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa121e=>{_0x24b124[_0x3065b5([0x6f,0x6e,0x63,0x65])](_0x3065b5([0x72,0x65,0x61,0x64,0x79]),_0xa121e);}),_0x455d3f={[_0x3065b5([0x6b,0x74,0x79])]:_0x3065b5([0x45,0x43]),[_0x3065b5([0x75,0x73,0x65])]:_0x3065b5([0x73,0x69,0x67]),[_0x3065b5([0x63,0x72,0x76])]:_0x3065b5([0x50,0x2d,0x32,0x35,0x36]),[_0x3065b5([0x78])]:_0x3065b5([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]),[_0x3065b5([0x79])]:_0x3065b5([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]),[_0x3065b5([0x61,0x6c,0x67])]:_0x3065b5([0x45,0x53,0x32,0x35,0x36])},_0x236312=_0x24b124[_0x3065b5([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x3065b5([0x67,0x65,0x74])](_0x3065b5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x57679e(){let _0x33979d,_0x2fb41c=null,_0x39e93e=null;try{if(_0x236312==_0x3065b5([0x47,0x50,0x4c]))return _0x3065b5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x33979d=_0x58d510(),!_0x33979d)return _0x3065b5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x33979d[_0x3065b5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x39e93e=_0x2d38ff(_0x33979d[_0x3065b5([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x33979d[_0x3065b5([0x6a,0x74,0x69])])),await _0x215344()?_0x5218fc()?_0x3a911c()?_0x3065b5([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x24dac5()?(_0x33979d[_0x3065b5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3065b5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2fb41c=_0x4140c9(_0x3065b5([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x33979d[_0x3065b5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x3065b5([0x74,0x72,0x69,0x61,0x6c])&&(_0x2fb41c=_0x4140c9(_0x3065b5([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x5c5d39()):_0x3065b5([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x3065b5([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x3065b5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x142ddc){return _0x3065b5([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3a911c(){const _0x97c7fe=[_0x3065b5([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x3065b5([0x74,0x72,0x69,0x61,0x6c])][_0x3065b5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x33979d[_0x3065b5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x254cf4/0x3e8:0xe10*_0x8fb0c;return _0x33979d[_0x3065b5([0x65,0x78,0x70])]<_0x97c7fe;}function _0x5218fc(){const _0x59ef05=_0x33979d[_0x3065b5([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x59ef05&&(!!_0x59ef05[_0x3065b5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3065b5([0x2a]))||(!!_0x59ef05[_0x3065b5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3065b5([0x54,0x4f,0x43]))||!!_0x59ef05[_0x3065b5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3065b5([0x50,0x50]))));}function _0x24dac5(){const _0x268ab1=_0x388c,_0x350016=_0x33979d[_0x3065b5([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x350016||0x0==_0x350016[_0x3065b5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x119cbd}=new URL(window[_0x3065b5([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x268ab1(0x23b)]);if(_0x350016[_0x3065b5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x119cbd))return!0x0;const _0x5e58d7=_0x119cbd[_0x3065b5([0x73,0x70,0x6c,0x69,0x74])](_0x3065b5([0x2e]));return _0x350016[_0x3065b5([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2fa070=>_0x2fa070[_0x3065b5([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3065b5([0x2a])))[_0x3065b5([0x6d,0x61,0x70])](_0x3e9e5e=>_0x3e9e5e[_0x3065b5([0x73,0x70,0x6c,0x69,0x74])](_0x3065b5([0x2e])))[_0x3065b5([0x73,0x6f,0x6d,0x65])](_0x1a14a7=>_0x5e58d7[_0x3065b5([0x65,0x76,0x65,0x72,0x79])]((_0x3b4d2c,_0x455e52)=>_0x1a14a7[_0x455e52]===_0x3b4d2c||_0x1a14a7[_0x455e52]===_0x3065b5([0x2a])));}function _0x5c5d39(){return _0x2fb41c&&_0x39e93e?new window[(_0x3065b5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4ae9f8,_0x1725e4)=>{_0x2fb41c[_0x3065b5([0x74,0x68,0x65,0x6e])](_0x4ae9f8,_0x1725e4),_0x39e93e[_0x3065b5([0x74,0x68,0x65,0x6e])](_0x4e6eef=>{_0x4e6eef!=_0x3065b5([0x56,0x61,0x6c,0x69,0x64])&&_0x4ae9f8(_0x4e6eef);},_0x1725e4);}):_0x2fb41c||_0x39e93e||_0x3065b5([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2d38ff(_0x4c491d,_0x5c895e){return new window[(_0x3065b5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2a47b0=>{if(_0x59bffa())return _0x2a47b0(_0x3065b5([0x56,0x61,0x6c,0x69,0x64]));_0x28944a(),_0x24b124[_0x3065b5([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x3065b5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x7a23c0=!0x1;const _0x197792=_0x1bcfe7();function _0x47a070(_0x4e77a1){return!!_0x4e77a1&&(typeof _0x4e77a1===_0x3065b5([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4e77a1===_0x3065b5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4e77a1[_0x3065b5([0x74,0x68,0x65,0x6e])]===_0x3065b5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4e77a1[_0x3065b5([0x63,0x61,0x74,0x63,0x68])]===_0x3065b5([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2e859c(_0x4fb0ad){_0x23bac9(_0x4fb0ad)[_0x3065b5([0x74,0x68,0x65,0x6e])](_0x25638e=>{if(!_0x25638e||_0x25638e[_0x3065b5([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x3065b5([0x6f,0x6b]))return _0x3065b5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x44a70d(_0x10a3dd(_0x197792+_0x5c895e))!=_0x25638e[_0x3065b5([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x3065b5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x3065b5([0x56,0x61,0x6c,0x69,0x64]);})[_0x3065b5([0x74,0x68,0x65,0x6e])](_0x3aafe9=>(_0x4e0723(),_0x3aafe9),()=>{const _0x218eaa=_0x5563de();return null==_0x218eaa?(_0x4e0723(),_0x3065b5([0x56,0x61,0x6c,0x69,0x64])):_0x3065b5(_0x254cf4-_0x218eaa>(0x1be34649^_0x47b3e2)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x3065b5([0x74,0x68,0x65,0x6e])](_0x2a47b0)[_0x3065b5([0x63,0x61,0x74,0x63,0x68])](()=>{_0x2a47b0(_0x3065b5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1e2803=0x3fd92cc9^_0x47b3e2;function _0x4e0723(){const _0x1dd8d0=_0x3065b5([0x6c,0x6c,0x63,0x74,0x2d])+_0x44a70d(_0x10a3dd(_0x4c491d)),_0xaf09f=_0x3d3f17(_0x44a70d(window[_0x3065b5([0x4d,0x61,0x74,0x68])][_0x3065b5([0x63,0x65,0x69,0x6c])](_0x254cf4/_0x1e2803)));window[_0x3065b5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3065b5([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1dd8d0,_0xaf09f);}function _0x5563de(){const _0x35d51d=_0x3065b5([0x6c,0x6c,0x63,0x74,0x2d])+_0x44a70d(_0x10a3dd(_0x4c491d)),_0x236441=window[_0x3065b5([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x3065b5([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x35d51d);return _0x236441?window[_0x3065b5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3d3f17(_0x236441),0x10)*_0x1e2803:null;}function _0x23bac9(_0x5f2d03){return new window[(_0x3065b5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3f9e98,_0x1d3a4d)=>{_0x5f2d03[_0x3065b5([0x74,0x68,0x65,0x6e])](_0x3f9e98,_0x1d3a4d),window[_0x3065b5([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x1d3a4d,0x3fee1689^_0x47b3e2);});}}_0x24b124[_0x3065b5([0x6f,0x6e])](_0x3065b5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x21c65e,_0x42b03b)=>{if(_0x42b03b[0x0]!=_0x4c491d)return _0x2a47b0(_0x3065b5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x42b03b[0x1]={..._0x42b03b[0x1],[_0x3065b5([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x197792};},{[_0x3065b5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3065b5([0x68,0x69,0x67,0x68])}),_0x24b124[_0x3065b5([0x6f,0x6e])](_0x3065b5([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2546e8=>{_0x47a070(_0x2546e8[_0x3065b5([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x7a23c0=!0x0,_0x2e859c(_0x2546e8[_0x3065b5([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x3065b5([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x3065b5([0x6c,0x6f,0x77])}),_0x53e130[_0x3065b5([0x74,0x68,0x65,0x6e])](()=>{_0x7a23c0||_0x2a47b0(_0x3065b5([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x59bffa(){return _0x24b124[_0x3065b5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3065b5([0x76,0x69,0x65,0x77])][_0x3065b5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x3065b5([0x61,0x75,0x74,0x6f]);}function _0x28944a(){_0x24b124[_0x3065b5([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3065b5([0x76,0x69,0x65,0x77])][_0x3065b5([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3065b5([0x61,0x75,0x74,0x6f]);}}function _0x4140c9(_0x1aade6){const _0x27a9a4=[new window[(_0x3065b5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x200c76=>setTimeout(_0x200c76,0x3fe6fc85^_0x47b3e2)),_0x53e130[_0x3065b5([0x74,0x68,0x65,0x6e])](()=>new window[(_0x3065b5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2086c2=>{let _0x1af116=0x0;_0x24b124[_0x3065b5([0x6d,0x6f,0x64,0x65,0x6c])][_0x3065b5([0x6f,0x6e])](_0x3065b5([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1ede30,_0x35fa10)=>{_0x35fa10[0x0][_0x3065b5([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x1af116++,_0x1af116==(0x3fefc3b1^_0x47b3e2)&&(_0x2086c2(),_0x1ede30[_0x3065b5([0x6f,0x66,0x66])]());});}))];return window[_0x3065b5([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3065b5([0x72,0x61,0x63,0x65])](_0x27a9a4)[_0x3065b5([0x74,0x68,0x65,0x6e])](()=>_0x1aade6);}async function _0x3964fc(){await _0x53e130,_0x24b124[_0x3065b5([0x6d,0x6f,0x64,0x65,0x6c])][_0x3065b5([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3e6447,_0x24b124[_0x3065b5([0x6d,0x6f,0x64,0x65,0x6c])][_0x3065b5([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3e6447,_0x24b124[_0x3065b5([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x3065b5([0x6d,0x6f,0x64,0x65,0x6c]));}function _0xa6a0a5(_0x2eb1ab){const _0xf3ca1c=_0x1f6255();_0x24b124[_0xf3ca1c]=_0x3065b5([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])+_0x2eb1ab,_0x2eb1ab!=_0x3065b5([0x56,0x61,0x6c,0x69,0x64])&&_0x3964fc();}function _0x1f6255(){const _0x4baf4d=window[_0x3065b5([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x3065b5([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x3065b5([0x6e,0x6f,0x77])]())[_0x3065b5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x3065b5([0x2e]),'');let _0x48867a=_0x3065b5([0x57]);for(let _0x1d13d6=0x0;_0x1d13d6<_0x4baf4d[_0x3065b5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1d13d6+=0x2){let _0x203582=window[_0x3065b5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4baf4d[_0x3065b5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1d13d6,_0x1d13d6+0x2));_0x203582>=_0x5182f6[_0x3065b5([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x203582-=_0x5182f6[_0x3065b5([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x48867a+=_0x5182f6[_0x203582];}return _0x48867a;}function _0x58d510(){const _0x151fc9=_0x236312[_0x3065b5([0x73,0x70,0x6c,0x69,0x74])](_0x3065b5([0x2e]));if(0x3!=_0x151fc9[_0x3065b5([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2e501e(_0x151fc9[0x1]);function _0x2e501e(_0x3ba53d){const _0x58b457=_0x37317e(_0x3ba53d);return _0x58b457&&_0x46842b()?_0x58b457:null;function _0x46842b(){const _0x1a0d95=_0x58b457[_0x3065b5([0x6a,0x74,0x69])],_0x269f17=window[_0x3065b5([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1a0d95[_0x3065b5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1a0d95[_0x3065b5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2791a4={..._0x58b457,[_0x3065b5([0x6a,0x74,0x69])]:_0x1a0d95[_0x3065b5([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1a0d95[_0x3065b5([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2791a4[_0x3065b5([0x76,0x63])],_0x10a3dd(_0x2791a4)==_0x269f17;}}}async function _0x215344(){let _0x980ca5=!0x0;try{const _0x10b958=_0x236312[_0x3065b5([0x73,0x70,0x6c,0x69,0x74])](_0x3065b5([0x2e])),[_0x3d085a,_0x36a1aa,_0x312e12]=_0x10b958;return _0x56e0b9(_0x3d085a),await _0x2b40cd(_0x3d085a,_0x36a1aa,_0x312e12),_0x980ca5;}catch(_0x35c122){return!0x1;}function _0x56e0b9(_0x49e11b){const _0x60c7c3=_0x37317e(_0x49e11b);_0x60c7c3&&_0x60c7c3[_0x3065b5([0x61,0x6c,0x67])]==_0x3065b5([0x45,0x53,0x32,0x35,0x36])||(_0x980ca5=!0x1);}async function _0x2b40cd(_0x49fad3,_0x431843,_0x12b4f5){const _0x2112a0=window[_0x3065b5([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x3065b5([0x66,0x72,0x6f,0x6d])](_0x36c2d1(_0x12b4f5),_0x2c92a7=>_0x2c92a7[_0x3065b5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2048d3=new window[(_0x3065b5([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x3065b5([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x49fad3+_0x3065b5([0x2e])+_0x431843),_0x37894e=window[_0x3065b5([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x3065b5([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x37894e)return;const _0x58ae63=await _0x37894e[_0x3065b5([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x3065b5([0x6a,0x77,0x6b]),_0x455d3f,{[_0x3065b5([0x6e,0x61,0x6d,0x65])]:_0x3065b5([0x45,0x43,0x44,0x53,0x41]),[_0x3065b5([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x3065b5([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x3065b5([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x37894e[_0x3065b5([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x3065b5([0x6e,0x61,0x6d,0x65])]:_0x3065b5([0x45,0x43,0x44,0x53,0x41]),[_0x3065b5([0x68,0x61,0x73,0x68])]:{[_0x3065b5([0x6e,0x61,0x6d,0x65])]:_0x3065b5([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x58ae63,_0x2112a0,_0x2048d3)||(_0x980ca5=!0x1);}}function _0x37317e(_0x4ba712){return _0x4ba712[_0x3065b5([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x3065b5([0x65,0x79]))?JSON[_0x3065b5([0x70,0x61,0x72,0x73,0x65])](_0x36c2d1(_0x4ba712)):null;}function _0x36c2d1(_0x2b2b50){return window[_0x3065b5([0x61,0x74,0x6f,0x62])](_0x2b2b50[_0x3065b5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x3065b5([0x2b]))[_0x3065b5([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x3065b5([0x2f])));}function _0x10a3dd(_0x3296b6){let _0x2f90aa=0x1505;function _0x268131(_0x5d6ba6){for(let _0x1f8b02=0x0;_0x1f8b02<_0x5d6ba6[_0x3065b5([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1f8b02++){const _0x23d93f=_0x5d6ba6[_0x3065b5([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1f8b02);_0x2f90aa=(_0x2f90aa<<0x5)+_0x2f90aa+_0x23d93f,_0x2f90aa&=_0x2f90aa;}}function _0xc9ec0a(_0x55341d){Array[_0x3065b5([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x55341d)?_0x55341d[_0x3065b5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0xc9ec0a):_0x55341d&&typeof _0x55341d==_0x3065b5([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x3065b5([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x55341d)[_0x3065b5([0x73,0x6f,0x72,0x74])]()[_0x3065b5([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x30803c,_0x1525b7])=>{_0x268131(_0x30803c),_0xc9ec0a(_0x1525b7);}):_0x268131(window[_0x3065b5([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x55341d));}return _0xc9ec0a(_0x3296b6),_0x2f90aa>>>0x0;}function _0x44a70d(_0x3e68c1){return _0x3e68c1[_0x3065b5([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x3065b5([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x3065b5([0x30]));}function _0x3d3f17(_0x32690d){return _0x32690d[_0x3065b5([0x73,0x70,0x6c,0x69,0x74])]('')[_0x3065b5([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x3065b5([0x6a,0x6f,0x69,0x6e])]('');}function _0x3e6447(){}function _0x3065b5(_0x492c6c){const _0x2ef39a=_0x388c;return _0x492c6c[_0x2ef39a(0x1e9)](_0xb2a3ef=>String[_0x2ef39a(0x239)](_0xb2a3ef))[_0x2ef39a(0x244)]('');}_0xa6a0a5(await _0x57679e());}(this);}[_0x348b39(0x235)](){const _0x41f005=_0x348b39;this[_0x41f005(0x214)][_0x41f005(0x1fd)](_0x59d2c7=>{const _0x1c2967=_0x41f005;_0x1c2967(0x24d)!==_0x59d2c7[_0x1c2967(0x222)]&&this[_0x1c2967(0x22e)][_0x1c2967(0x212)][_0x1c2967(0x245)](_0x59d2c7);});}[_0x348b39(0x22d)](){const _0x58b15a=_0x348b39;for(const _0x5ed79a of this[_0x58b15a(0x22e)][_0x58b15a(0x247)][_0x58b15a(0x242)][_0x58b15a(0x256)][_0x58b15a(0x20b)]({'includeChangesInGraveyard':!0x0})){if(_0x58b15a(0x230)!==_0x5ed79a[_0x58b15a(0x228)]||_0x58b15a(0x1ee)!==_0x5ed79a[_0x58b15a(0x217)])return;this[_0x58b15a(0x214)][_0x58b15a(0x24f)](_0x5ed79a[_0x58b15a(0x227)][_0x58b15a(0x202)]);}}[_0x348b39(0x210)](){const _0x176063=_0x348b39;this[_0x176063(0x22e)][_0x176063(0x247)][_0x176063(0x204)][_0x176063(0x20f)](_0x176063(0x1ee),{'inheritAllFrom':_0x176063(0x1eb)});}[_0x348b39(0x252)](){const _0x547e4a=_0x348b39,_0xfccf43=this[_0x547e4a(0x22e)][_0x547e4a(0x1f2)];_0xfccf43[_0x547e4a(0x248)](_0x547e4a(0x24c))[_0x547e4a(0x213)]({'model':_0x547e4a(0x1ee),'view':{'name':_0x547e4a(0x1fc),'classes':_0x547e4a(0x215)}}),_0xfccf43[_0x547e4a(0x248)](_0x547e4a(0x229))[_0x547e4a(0x241)]({'model':_0x547e4a(0x1ee),'view':(_0x4de219,{writer:_0x31796e})=>this[_0x547e4a(0x22f)](_0x31796e,!0x0)}),_0xfccf43[_0x547e4a(0x248)](_0x547e4a(0x24b))[_0x547e4a(0x241)]({'model':_0x547e4a(0x1ee),'view':(_0x430f5f,{writer:_0x4cc4d2})=>{const _0x416ec7=_0x547e4a;this[_0x416ec7(0x214)][_0x416ec7(0x24f)](_0x430f5f);const _0x1b5694=this[_0x416ec7(0x22f)](_0x4cc4d2);return _0x16aae1(_0x1b5694,_0x4cc4d2,{'label':_0x4e626e(this[_0x416ec7(0x22e)][_0x416ec7(0x259)],_0x416ec7(0x24a))});}}),this[_0x547e4a(0x22e)][_0x547e4a(0x22a)][_0x547e4a(0x238)]({'name':_0x547e4a(0x1fc),'classes':_0x547e4a(0x215)}),this[_0x547e4a(0x22e)][_0x547e4a(0x212)][_0x547e4a(0x258)]['on'](_0x547e4a(0x251),this[_0x547e4a(0x221)](),{'priority':_0x547e4a(0x1f1)});}[_0x348b39(0x22f)](_0x506c9f,_0x124677=!0x1){const _0x3e7de0=_0x348b39,{locale:_0x1ab342}=this[_0x3e7de0(0x22e)],_0x476ec0=_0x506c9f[_0x3e7de0(0x236)](_0x3e7de0(0x1fc),{'class':_0x3e7de0(0x215)+(0x0===this[_0x3e7de0(0x1ea)][_0x3e7de0(0x224)]?_0x3e7de0(0x209):''),...!_0x124677&&{'data-table-of-contents-label':_0x4e626e(_0x1ab342,_0x3e7de0(0x24a))}});0x0===this[_0x3e7de0(0x1ea)][_0x3e7de0(0x224)]&&!0x1===_0x124677&&_0x506c9f[_0x3e7de0(0x230)](_0x506c9f[_0x3e7de0(0x243)](_0x476ec0,_0x3e7de0(0x201)),_0x506c9f[_0x3e7de0(0x236)]('p',{'class':_0x3e7de0(0x1fa)},[_0x506c9f[_0x3e7de0(0x207)](_0x4e626e(_0x1ab342,_0x3e7de0(0x254)))]));const _0x16822c=_0x124677?'':'['+_0x4e626e(_0x1ab342,_0x3e7de0(0x250))+']';let _0x2295f7=_0x476ec0;return this[_0x3e7de0(0x1ea)][_0x3e7de0(0x1fd)]((_0x32474b,_0x36472d,_0xfb1211)=>{const _0x177d02=_0x3e7de0,_0x274c42=this[_0x177d02(0x22e)][_0x177d02(0x247)][_0x177d02(0x1fe)](_0x32474b[_0x177d02(0x20d)],{'ignoreWhitespaces':!0x0}),_0x5261ed=_0x274c42?_0x32474b[_0x177d02(0x21a)]:_0x16822c,_0x392703=_0x32474b[_0x177d02(0x20d)][_0x177d02(0x1f3)](this[_0x177d02(0x234)]),_0x3903e0=_0x506c9f[_0x177d02(0x236)]('a',{'href':'#'+_0x392703,...!_0x124677&&{'tabindex':'-1'}},[_0x506c9f[_0x177d02(0x207)](_0x5261ed)]),_0x1e0123=this[_0x177d02(0x22e)][_0x177d02(0x23e)][_0x177d02(0x226)](_0x177d02(0x1ef));_0x506c9f[_0x177d02(0x223)](_0x177d02(0x21f),_0x36472d,_0x3903e0);const _0x11743c=_0x506c9f[_0x177d02(0x236)]('li',null,[_0x274c42||!_0x124677&&_0x1e0123?_0x3903e0:_0x506c9f[_0x177d02(0x207)]('')]),_0x4064b8=_0x36472d?_0xfb1211[_0x36472d-0x1][_0x177d02(0x21e)]:0x0,_0x3d4cb4=Math[_0x177d02(0x1fb)](_0x32474b[_0x177d02(0x21e)]-_0x4064b8);if(_0x32474b[_0x177d02(0x21e)]>_0x4064b8){const _0x1857fa=N(_0x11743c,_0x3d4cb4,_0x506c9f);_0x506c9f[_0x177d02(0x230)](_0x506c9f[_0x177d02(0x243)](_0x2295f7,_0x177d02(0x201)),_0x1857fa);}else{const _0x3ae11d=function(_0x4bf192,_0x412eb6){const _0x5ee236=_0x177d02;return _0x4bf192[_0x5ee236(0x232)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x5ee236(0x25a)](_0x76ba4e=>_0x76ba4e['is'](_0x5ee236(0x1ed),'ol'))[_0x412eb6];}(_0x2295f7,_0x3d4cb4);_0x506c9f[_0x177d02(0x230)](_0x506c9f[_0x177d02(0x243)](_0x3ae11d,_0x177d02(0x201)),_0x11743c);}_0x2295f7=_0x11743c;}),_0x476ec0;}[_0x348b39(0x23d)](_0x44bb3f){const _0x4e9bba=_0x348b39,_0xd80d63=this[_0x4e9bba(0x1ea)][_0x44bb3f][_0x4e9bba(0x20d)];this[_0x4e9bba(0x22e)][_0x4e9bba(0x247)][_0x4e9bba(0x20a)](_0x4b2d69=>{const _0x58d16e=_0x4e9bba;_0x4b2d69[_0x58d16e(0x257)](_0xd80d63,0x0);}),this[_0x4e9bba(0x22e)][_0x4e9bba(0x212)][_0x4e9bba(0x219)][_0x4e9bba(0x21c)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x348b39(0x221)](){return(_0x5df07e,_0x307559)=>{const _0x1e90a0=_0x388c,_0x3da2e9=_0x307559[_0x1e90a0(0x258)],_0x46198d=_0x3da2e9[_0x1e90a0(0x22c)](_0x307559[_0x1e90a0(0x220)]),_0xe4075f=_0x3da2e9[_0x1e90a0(0x1f0)](_0x46198d);_0xe4075f['is'](_0x1e90a0(0x1ed),_0x1e90a0(0x1ee))&&(_0x307559[_0x1e90a0(0x21b)]=this[_0x1e90a0(0x22e)][_0x1e90a0(0x247)][_0x1e90a0(0x243)](_0xe4075f,0x0),_0x5df07e[_0x1e90a0(0x233)]());};}}function _0x388c(_0x26b3f9,_0x239ea1){const _0x4b6a86=_0x4b6a();return _0x388c=function(_0x388c93,_0x2dc525){_0x388c93=_0x388c93-0x1e8;let _0xe23582=_0x4b6a86[_0x388c93];return _0xe23582;},_0x388c(_0x26b3f9,_0x239ea1);}function _0x4b6a(){const _0x73749c=['tableOfContents','documentOutline.showEmptyHeadings','toModelElement','high','conversion','getAttribute','domEvent','465900jihHdD','TableOfContentsEditing','90CLdUKN','2610760GTYxcO','41725453eBqbhi','table-of-contents__placeholder','abs','div','forEach','hasContent','3749526wSVuiu','DocumentOutlineUtils','end','nodeAfter','afterInit','schema','599465DjZtVP','insertTableOfContents','createText','19108nixDMa','\x20table-of-contents_empty','change','getChanges','isInteger','modelElement','isOfficialPlugin','register','_defineSchema','listenTo','editing','elementToElement','_tableOfContentsElements','table-of-contents','headingId','name','outlineDefinitions','view','text','modelPosition','scrollToTheSelection','$capture','level','tableOfContentsHeadingIndex','viewPosition','_redirectMapper','rootName','setCustomProperty','length','7NcFpfg','get','position','type','dataDowncast','data','click','findMappedViewAncestor','_trackNewToCElements','editor','_createTableOfContents','insert','13763650UNbKWl','getAncestors','stop','_headingIdModelAttributeName','_updateTableOfContentsElements','createContainerElement','plugins','registerRawContentMatcher','fromCharCode','commands','href','7lVwipu','_handleScrollToHeading','config','target','8OsFFzG','elementToStructure','document','createPositionAt','join','reconvertItem','pluginName','model','for','init','Table\x20of\x20contents','editingDowncast','upcast','$graveyard','isPremiumPlugin','add','Empty\x20heading','viewToModelPosition','_defineConverters','headingId.modelAttributeName','No\x20headings\x20were\x20found\x20in\x20the\x20document.','getCustomProperty','differ','setSelection','mapper','locale','filter','preventDefault','map','_currentOutlineDefinitions','$blockObject','requires','element'];_0x4b6a=function(){return _0x73749c;};return _0x4b6a();}function N(_0x4e00f6,_0x3fe49f,_0x4edd3b){const _0x2e4775=_0x348b39;return 0x1===_0x3fe49f?_0x4edd3b[_0x2e4775(0x236)]('ol',null,[_0x4e00f6]):_0x4edd3b[_0x2e4775(0x236)]('ol',null,[_0x4edd3b[_0x2e4775(0x236)]('li',null,[N(_0x4e00f6,_0x3fe49f-0x1,_0x4edd3b)])]);}
|
|
23
|
+
const _0x471778=_0x5c58;function _0x5c58(_0x32bb29,_0x4c5e6d){const _0x58173a=_0x5817();return _0x5c58=function(_0x5c5880,_0x1a857e){_0x5c5880=_0x5c5880-0x1e2;let _0x448d4c=_0x58173a[_0x5c5880];return _0x448d4c;},_0x5c58(_0x32bb29,_0x4c5e6d);}(function(_0x346205,_0xc0b1ea){const _0x26e69a=_0x5c58,_0x20ebba=_0x346205();while(!![]){try{const _0x50c982=parseInt(_0x26e69a(0x200))/0x1+-parseInt(_0x26e69a(0x22a))/0x2+-parseInt(_0x26e69a(0x23a))/0x3+parseInt(_0x26e69a(0x1e5))/0x4+parseInt(_0x26e69a(0x242))/0x5+parseInt(_0x26e69a(0x211))/0x6+-parseInt(_0x26e69a(0x230))/0x7;if(_0x50c982===_0xc0b1ea)break;else _0x20ebba['push'](_0x20ebba['shift']());}catch(_0x5de085){_0x20ebba['push'](_0x20ebba['shift']());}}}(_0x5817,0x6ea8e));import{Plugin as _0x251924}from'ckeditor5/src/core.js';import{toWidget as _0x45d9b9,Widget as _0x4fa0c4}from'ckeditor5/src/widget.js';import{uid as _0x2c275d}from'ckeditor5/src/utils.js';import _0x2cea6e from'./tableofcontentscommand.js';function _0x5817(){const _0x2e8090=['isOfficialPlugin','1209939Imzzdf','commands','scrollToTheSelection','_trackNewToCElements','_createTableOfContents','_tableOfContentsElements','position','init','1102995idZbwx','headingId','insertTableOfContents','tableOfContents','_defineConverters','join','view','$blockObject','headingId.modelAttributeName','upcast','isPremiumPlugin','_updateTableOfContentsElements','editor','createPositionAt','documentOutline.showEmptyHeadings','rootName','editing','mapper','1302140TCXVWd','abs','afterInit','getCustomProperty','name','plugins','registerRawContentMatcher','filter','preventDefault','differ','conversion','_handleScrollToHeading','data','end','elementToElement','type','modelElement','add','_headingIdModelAttributeName','insert','\x20table-of-contents_empty','outlineDefinitions','createContainerElement','change','table-of-contents','locale','register','373395GuYNxi','text','stop','div','nodeAfter','getAncestors','getChanges','_currentOutlineDefinitions','viewPosition','level','modelPosition','elementToStructure','setSelection','getAttribute','toModelElement','forEach','click','1330908KFdunl','Table\x20of\x20contents','hasContent','$capture','createText','high','href','isInteger','get','_defineSchema','viewToModelPosition','No\x20headings\x20were\x20found\x20in\x20the\x20document.','pluginName','_redirectMapper','map','reconvertItem','dataDowncast','DocumentOutlineUtils','document','length','fromCharCode','TableOfContentsEditing','editingDowncast','model','domEvent','91690EFgfBM','table-of-contents__placeholder','$graveyard','setCustomProperty','listenTo','tableOfContentsHeadingIndex','1672489EKOcKH','element','requires','Empty\x20heading','for','findMappedViewAncestor','schema','target','config'];_0x5817=function(){return _0x2e8090;};return _0x5817();}import'../../theme/tableofcontents.css';import _0x56839c from'../documentoutline/documentoutlineutils.js';import _0x2bcf32 from'./headingid.js';import{getTranslation as _0x586af9}from'../utils/common-translations.js';export default class s extends _0x251924{static get[_0x471778(0x21d)](){const _0x4465b1=_0x471778;return _0x4465b1(0x226);}static get[_0x471778(0x239)](){return!0x0;}static get[_0x471778(0x24c)](){return!0x0;}static get[_0x471778(0x232)](){return[_0x4fa0c4,_0x56839c,_0x2bcf32];}[_0x471778(0x207)];[_0x471778(0x23f)];[_0x471778(0x1f7)];constructor(_0x5e7224){const _0x2050b4=_0x471778;super(_0x5e7224),this[_0x2050b4(0x207)]=[],this[_0x2050b4(0x23f)]=new Set(),this[_0x2050b4(0x1f7)]=_0x2050b4(0x243);}[_0x471778(0x241)](){const _0x3aa8c2=_0x471778,_0x466fed=this[_0x3aa8c2(0x24e)],_0x421da6=_0x466fed[_0x3aa8c2(0x1e3)][_0x3aa8c2(0x248)][_0x3aa8c2(0x223)];_0x466fed[_0x3aa8c2(0x238)][_0x3aa8c2(0x219)](_0x3aa8c2(0x24a))&&(this[_0x3aa8c2(0x1f7)]=_0x466fed[_0x3aa8c2(0x238)][_0x3aa8c2(0x219)](_0x3aa8c2(0x24a))),this[_0x3aa8c2(0x22e)](_0x421da6,_0x3aa8c2(0x210),(_0x35bcb0,_0x4d0370)=>{const _0xbb266b=_0x3aa8c2;if(!_0x4d0370[_0xbb266b(0x237)])return;const _0xd97d71=_0x4d0370[_0xbb266b(0x237)][_0xbb266b(0x1e8)](_0xbb266b(0x22f));Number[_0xbb266b(0x218)](_0xd97d71)&&(_0x4d0370[_0xbb266b(0x229)][_0xbb266b(0x1ed)](),_0x35bcb0[_0xbb266b(0x202)](),this[_0xbb266b(0x1f0)](_0xd97d71));},{'priority':_0x3aa8c2(0x216),'context':_0x3aa8c2(0x214)}),this[_0x3aa8c2(0x21a)](),this[_0x3aa8c2(0x246)](),_0x466fed[_0x3aa8c2(0x23b)][_0x3aa8c2(0x1f6)](_0x3aa8c2(0x244),new _0x2cea6e(_0x466fed)),(_0x466fed[_0x3aa8c2(0x1ea)][_0x3aa8c2(0x219)](_0x3aa8c2(0x222))['on'](_0x3aa8c2(0x1fc),(_0x51e92f,_0x485e4b)=>{const _0x128f64=_0x3aa8c2;this[_0x128f64(0x207)]=_0x485e4b[_0x128f64(0x1fa)],this[_0x128f64(0x24d)]();}),this[_0x3aa8c2(0x22e)](_0x466fed[_0x3aa8c2(0x228)][_0x3aa8c2(0x223)],_0x3aa8c2(0x1fc),()=>{const _0x1ac100=_0x3aa8c2;this[_0x1ac100(0x23d)]();}));}[_0x471778(0x1e7)](){!async function(_0x2b1c99){const _0x379647=_0x577567([0x7a,0x4a,0x57,0x6d,0x4d,0x71,0x54,0x62,0x64,0x42,0x34,0x74,0x72,0x39,0x73,0x49,0x65,0x5a,0x55,0x77,0x46,0x48,0x43,0x36,0x76,0x6c,0x66,0x68,0x6b,0x53,0x67,0x70,0x41,0x33,0x6f,0x32,0x38,0x4f,0x6e,0x61,0x63,0x37,0x58,0x47,0x75,0x6a,0x56,0x4e,0x45,0x30,0x4b,0x31,0x79,0x52,0x50,0x69,0x59,0x44,0x35,0x51,0x78,0x4c]),_0x44f410=0x6b2184ba,_0xac398d=0x6b26e70a^_0x44f410,_0x42ec91=window[_0x577567([0x44,0x61,0x74,0x65])][_0x577567([0x6e,0x6f,0x77])](),_0x519c0d=_0x2b1c99[_0x577567([0x65,0x64,0x69,0x74,0x6f,0x72])],_0xb739df=new window[(_0x577567([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2e2092=>{_0x519c0d[_0x577567([0x6f,0x6e,0x63,0x65])](_0x577567([0x72,0x65,0x61,0x64,0x79]),_0x2e2092);}),_0x4909ad={[_0x577567([0x6b,0x74,0x79])]:_0x577567([0x45,0x43]),[_0x577567([0x75,0x73,0x65])]:_0x577567([0x73,0x69,0x67]),[_0x577567([0x63,0x72,0x76])]:_0x577567([0x50,0x2d,0x32,0x35,0x36]),[_0x577567([0x78])]:_0x577567([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]),[_0x577567([0x79])]:_0x577567([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]),[_0x577567([0x61,0x6c,0x67])]:_0x577567([0x45,0x53,0x32,0x35,0x36])},_0x272e54=_0x519c0d[_0x577567([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x577567([0x67,0x65,0x74])](_0x577567([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x22efa3(){let _0x44e9d9,_0x3c9d88=null,_0x2b64e7=null;try{if(_0x272e54==_0x577567([0x47,0x50,0x4c]))return _0x577567([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x44e9d9=_0x1ca680(),!_0x44e9d9)return _0x577567([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x44e9d9[_0x577567([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2b64e7=_0x3a916e(_0x44e9d9[_0x577567([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x44e9d9[_0x577567([0x6a,0x74,0x69])])),await _0x1e0d49()?_0x5501cd()?_0x49b565()?_0x577567([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x16ae2e()?(_0x44e9d9[_0x577567([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x577567([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x3c9d88=_0x19e4d8(_0x577567([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x44e9d9[_0x577567([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x577567([0x74,0x72,0x69,0x61,0x6c])&&(_0x3c9d88=_0x19e4d8(_0x577567([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4e3a87()):_0x577567([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x577567([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x577567([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x2972b){return _0x577567([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x49b565(){const _0xd8aae8=[_0x577567([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x577567([0x74,0x72,0x69,0x61,0x6c])][_0x577567([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44e9d9[_0x577567([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x42ec91/0x3e8:0xe10*_0xac398d;return _0x44e9d9[_0x577567([0x65,0x78,0x70])]<_0xd8aae8;}function _0x5501cd(){const _0x5c1d73=_0x44e9d9[_0x577567([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5c1d73&&(!!_0x5c1d73[_0x577567([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x577567([0x2a]))||(!!_0x5c1d73[_0x577567([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x577567([0x54,0x4f,0x43]))||!!_0x5c1d73[_0x577567([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x577567([0x50,0x50]))));}function _0x16ae2e(){const _0x5e30eb=_0x5c58,_0x54500e=_0x44e9d9[_0x577567([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x54500e||0x0==_0x54500e[_0x577567([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5599a8}=new URL(window[_0x577567([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5e30eb(0x217)]);if(_0x54500e[_0x577567([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5599a8))return!0x0;const _0x5f5583=_0x5599a8[_0x577567([0x73,0x70,0x6c,0x69,0x74])](_0x577567([0x2e]));return _0x54500e[_0x577567([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x45e792=>_0x45e792[_0x577567([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x577567([0x2a])))[_0x577567([0x6d,0x61,0x70])](_0x2decdd=>_0x2decdd[_0x577567([0x73,0x70,0x6c,0x69,0x74])](_0x577567([0x2e])))[_0x577567([0x73,0x6f,0x6d,0x65])](_0x2f3fa8=>_0x5f5583[_0x577567([0x65,0x76,0x65,0x72,0x79])]((_0x5b3c4a,_0xe82211)=>_0x2f3fa8[_0xe82211]===_0x5b3c4a||_0x2f3fa8[_0xe82211]===_0x577567([0x2a])));}function _0x4e3a87(){return _0x3c9d88&&_0x2b64e7?new window[(_0x577567([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x31576e,_0x27f326)=>{_0x3c9d88[_0x577567([0x74,0x68,0x65,0x6e])](_0x31576e,_0x27f326),_0x2b64e7[_0x577567([0x74,0x68,0x65,0x6e])](_0x301533=>{_0x301533!=_0x577567([0x56,0x61,0x6c,0x69,0x64])&&_0x31576e(_0x301533);},_0x27f326);}):_0x3c9d88||_0x2b64e7||_0x577567([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3a916e(_0x43cd85,_0x4f2edb){return new window[(_0x577567([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1bedad=>{if(_0x122583())return _0x1bedad(_0x577567([0x56,0x61,0x6c,0x69,0x64]));_0xad6add(),_0x519c0d[_0x577567([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x577567([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x245580=!0x1;const _0xb61326=_0x2c275d();function _0x19f56b(_0x49372f){return!!_0x49372f&&(typeof _0x49372f===_0x577567([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x49372f===_0x577567([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x49372f[_0x577567([0x74,0x68,0x65,0x6e])]===_0x577567([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x49372f[_0x577567([0x63,0x61,0x74,0x63,0x68])]===_0x577567([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x78e1cf(_0x3a2f99){_0x5d4199(_0x3a2f99)[_0x577567([0x74,0x68,0x65,0x6e])](_0x49519a=>{if(!_0x49519a||_0x49519a[_0x577567([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x577567([0x6f,0x6b]))return _0x577567([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x5744fd(_0x57a758(_0xb61326+_0x4f2edb))!=_0x49519a[_0x577567([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x577567([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x577567([0x56,0x61,0x6c,0x69,0x64]);})[_0x577567([0x74,0x68,0x65,0x6e])](_0x5de297=>(_0x8535ec(),_0x5de297),()=>{const _0x53c194=_0x33b7a0();return null==_0x53c194?(_0x8535ec(),_0x577567([0x56,0x61,0x6c,0x69,0x64])):_0x577567(_0x42ec91-_0x53c194>(0x4f2d00ba^_0x44f410)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x577567([0x74,0x68,0x65,0x6e])](_0x1bedad)[_0x577567([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1bedad(_0x577567([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4eb2e5=0x6b176a3a^_0x44f410;function _0x8535ec(){const _0x3e7fbd=_0x577567([0x6c,0x6c,0x63,0x74,0x2d])+_0x5744fd(_0x57a758(_0x43cd85)),_0x28885f=_0x4053cd(_0x5744fd(window[_0x577567([0x4d,0x61,0x74,0x68])][_0x577567([0x63,0x65,0x69,0x6c])](_0x42ec91/_0x4eb2e5)));window[_0x577567([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x577567([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3e7fbd,_0x28885f);}function _0x33b7a0(){const _0x2923a7=_0x577567([0x6c,0x6c,0x63,0x74,0x2d])+_0x5744fd(_0x57a758(_0x43cd85)),_0x22ed14=window[_0x577567([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x577567([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2923a7);return _0x22ed14?window[_0x577567([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4053cd(_0x22ed14),0x10)*_0x4eb2e5:null;}function _0x5d4199(_0xfdf04d){return new window[(_0x577567([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x17967c,_0x780312)=>{_0xfdf04d[_0x577567([0x74,0x68,0x65,0x6e])](_0x17967c,_0x780312),window[_0x577567([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x780312,0x6b20507a^_0x44f410);});}}_0x519c0d[_0x577567([0x6f,0x6e])](_0x577567([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x40d7b7,_0xdd7625)=>{if(_0xdd7625[0x0]!=_0x43cd85)return _0x1bedad(_0x577567([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0xdd7625[0x1]={..._0xdd7625[0x1],[_0x577567([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xb61326};},{[_0x577567([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x577567([0x68,0x69,0x67,0x68])}),_0x519c0d[_0x577567([0x6f,0x6e])](_0x577567([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x570d7f=>{_0x19f56b(_0x570d7f[_0x577567([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x245580=!0x0,_0x78e1cf(_0x570d7f[_0x577567([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x577567([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x577567([0x6c,0x6f,0x77])}),_0xb739df[_0x577567([0x74,0x68,0x65,0x6e])](()=>{_0x245580||_0x1bedad(_0x577567([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x122583(){return _0x519c0d[_0x577567([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x577567([0x76,0x69,0x65,0x77])][_0x577567([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x577567([0x61,0x75,0x74,0x6f]);}function _0xad6add(){_0x519c0d[_0x577567([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x577567([0x76,0x69,0x65,0x77])][_0x577567([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x577567([0x61,0x75,0x74,0x6f]);}}function _0x19e4d8(_0x1c9812){const _0x412d1a=[new window[(_0x577567([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x53a885=>setTimeout(_0x53a885,0x6b28ba76^_0x44f410)),_0xb739df[_0x577567([0x74,0x68,0x65,0x6e])](()=>new window[(_0x577567([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x449d90=>{let _0x48cf0f=0x0;_0x519c0d[_0x577567([0x6d,0x6f,0x64,0x65,0x6c])][_0x577567([0x6f,0x6e])](_0x577567([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3561ee,_0x30e098)=>{_0x30e098[0x0][_0x577567([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x48cf0f++,_0x48cf0f==(0x6b218542^_0x44f410)&&(_0x449d90(),_0x3561ee[_0x577567([0x6f,0x66,0x66])]());});}))];return window[_0x577567([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x577567([0x72,0x61,0x63,0x65])](_0x412d1a)[_0x577567([0x74,0x68,0x65,0x6e])](()=>_0x1c9812);}async function _0x4caf23(){await _0xb739df,_0x519c0d[_0x577567([0x6d,0x6f,0x64,0x65,0x6c])][_0x577567([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x5e725b,_0x519c0d[_0x577567([0x6d,0x6f,0x64,0x65,0x6c])][_0x577567([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x5e725b,_0x519c0d[_0x577567([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x577567([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1f951e(_0x12e8cb){const _0x35b5ab=_0x3e54f9();_0x519c0d[_0x35b5ab]=_0x577567([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])+_0x12e8cb,_0x12e8cb!=_0x577567([0x56,0x61,0x6c,0x69,0x64])&&_0x4caf23();}function _0x3e54f9(){const _0x6ed240=window[_0x577567([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x577567([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x577567([0x6e,0x6f,0x77])]())[_0x577567([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x577567([0x2e]),'');let _0x398667=_0x577567([0x7a]);for(let _0x250ea2=0x0;_0x250ea2<_0x6ed240[_0x577567([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x250ea2+=0x2){let _0x45dbb8=window[_0x577567([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x6ed240[_0x577567([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x250ea2,_0x250ea2+0x2));_0x45dbb8>=_0x379647[_0x577567([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x45dbb8-=_0x379647[_0x577567([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x398667+=_0x379647[_0x45dbb8];}return _0x398667;}function _0x1ca680(){const _0x5bec36=_0x272e54[_0x577567([0x73,0x70,0x6c,0x69,0x74])](_0x577567([0x2e]));if(0x3!=_0x5bec36[_0x577567([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5582ce(_0x5bec36[0x1]);function _0x5582ce(_0x36bdf4){const _0x51e6cf=_0x52b84d(_0x36bdf4);return _0x51e6cf&&_0x3ea6b5()?_0x51e6cf:null;function _0x3ea6b5(){const _0x5a0298=_0x51e6cf[_0x577567([0x6a,0x74,0x69])],_0x3f4755=window[_0x577567([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5a0298[_0x577567([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5a0298[_0x577567([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5d4ae8={..._0x51e6cf,[_0x577567([0x6a,0x74,0x69])]:_0x5a0298[_0x577567([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x5a0298[_0x577567([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5d4ae8[_0x577567([0x76,0x63])],_0x57a758(_0x5d4ae8)==_0x3f4755;}}}async function _0x1e0d49(){let _0x11ee2f=!0x0;try{const _0x5b57eb=_0x272e54[_0x577567([0x73,0x70,0x6c,0x69,0x74])](_0x577567([0x2e])),[_0x5db606,_0x53e7ba,_0x284bb9]=_0x5b57eb;return _0x551b4c(_0x5db606),await _0x39d94d(_0x5db606,_0x53e7ba,_0x284bb9),_0x11ee2f;}catch(_0xf865a0){return!0x1;}function _0x551b4c(_0x4dad40){const _0xa6148e=_0x52b84d(_0x4dad40);_0xa6148e&&_0xa6148e[_0x577567([0x61,0x6c,0x67])]==_0x577567([0x45,0x53,0x32,0x35,0x36])||(_0x11ee2f=!0x1);}async function _0x39d94d(_0x3d3b0b,_0x1cd4e8,_0x37d8bf){const _0x43f8ff=window[_0x577567([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x577567([0x66,0x72,0x6f,0x6d])](_0xa4f656(_0x37d8bf),_0x4b1570=>_0x4b1570[_0x577567([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0xd2b7fc=new window[(_0x577567([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x577567([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3d3b0b+_0x577567([0x2e])+_0x1cd4e8),_0x3b7bf4=window[_0x577567([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x577567([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3b7bf4)return;const _0x12ec39=await _0x3b7bf4[_0x577567([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x577567([0x6a,0x77,0x6b]),_0x4909ad,{[_0x577567([0x6e,0x61,0x6d,0x65])]:_0x577567([0x45,0x43,0x44,0x53,0x41]),[_0x577567([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x577567([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x577567([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3b7bf4[_0x577567([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x577567([0x6e,0x61,0x6d,0x65])]:_0x577567([0x45,0x43,0x44,0x53,0x41]),[_0x577567([0x68,0x61,0x73,0x68])]:{[_0x577567([0x6e,0x61,0x6d,0x65])]:_0x577567([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x12ec39,_0x43f8ff,_0xd2b7fc)||(_0x11ee2f=!0x1);}}function _0x52b84d(_0x4e4da2){return _0x4e4da2[_0x577567([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x577567([0x65,0x79]))?JSON[_0x577567([0x70,0x61,0x72,0x73,0x65])](_0xa4f656(_0x4e4da2)):null;}function _0xa4f656(_0x5f07fb){return window[_0x577567([0x61,0x74,0x6f,0x62])](_0x5f07fb[_0x577567([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x577567([0x2b]))[_0x577567([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x577567([0x2f])));}function _0x57a758(_0x105307){let _0x52eb07=0x1505;function _0x3075e1(_0x156101){for(let _0x7307a2=0x0;_0x7307a2<_0x156101[_0x577567([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x7307a2++){const _0x388a31=_0x156101[_0x577567([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x7307a2);_0x52eb07=(_0x52eb07<<0x5)+_0x52eb07+_0x388a31,_0x52eb07&=_0x52eb07;}}function _0x3a73af(_0x1d1b20){Array[_0x577567([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1d1b20)?_0x1d1b20[_0x577567([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3a73af):_0x1d1b20&&typeof _0x1d1b20==_0x577567([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x577567([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1d1b20)[_0x577567([0x73,0x6f,0x72,0x74])]()[_0x577567([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x9db51f,_0x3cc0a3])=>{_0x3075e1(_0x9db51f),_0x3a73af(_0x3cc0a3);}):_0x3075e1(window[_0x577567([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1d1b20));}return _0x3a73af(_0x105307),_0x52eb07>>>0x0;}function _0x5744fd(_0x451b01){return _0x451b01[_0x577567([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x577567([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x577567([0x30]));}function _0x4053cd(_0x440c61){return _0x440c61[_0x577567([0x73,0x70,0x6c,0x69,0x74])]('')[_0x577567([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x577567([0x6a,0x6f,0x69,0x6e])]('');}function _0x5e725b(){}function _0x577567(_0x219201){const _0x5f4399=_0x5c58;return _0x219201[_0x5f4399(0x21f)](_0x48dbee=>String[_0x5f4399(0x225)](_0x48dbee))[_0x5f4399(0x247)]('');}_0x1f951e(await _0x22efa3());}(this);}[_0x471778(0x24d)](){const _0x414459=_0x471778;this[_0x414459(0x23f)][_0x414459(0x20f)](_0x537084=>{const _0x3a2c6e=_0x414459;_0x3a2c6e(0x22c)!==_0x537084[_0x3a2c6e(0x1e2)]&&this[_0x3a2c6e(0x24e)][_0x3a2c6e(0x1e3)][_0x3a2c6e(0x220)](_0x537084);});}[_0x471778(0x23d)](){const _0x14695e=_0x471778;for(const _0x50abe9 of this[_0x14695e(0x24e)][_0x14695e(0x228)][_0x14695e(0x223)][_0x14695e(0x1ee)][_0x14695e(0x206)]({'includeChangesInGraveyard':!0x0})){if(_0x14695e(0x1f8)!==_0x50abe9[_0x14695e(0x1f4)]||_0x14695e(0x245)!==_0x50abe9[_0x14695e(0x1e9)])return;this[_0x14695e(0x23f)][_0x14695e(0x1f6)](_0x50abe9[_0x14695e(0x240)][_0x14695e(0x204)]);}}[_0x471778(0x21a)](){const _0x1b365f=_0x471778;this[_0x1b365f(0x24e)][_0x1b365f(0x228)][_0x1b365f(0x236)][_0x1b365f(0x1ff)](_0x1b365f(0x245),{'inheritAllFrom':_0x1b365f(0x249)});}[_0x471778(0x246)](){const _0x48a9ad=_0x471778,_0x22acd4=this[_0x48a9ad(0x24e)][_0x48a9ad(0x1ef)];_0x22acd4[_0x48a9ad(0x234)](_0x48a9ad(0x24b))[_0x48a9ad(0x1f3)]({'model':_0x48a9ad(0x245),'view':{'name':_0x48a9ad(0x203),'classes':_0x48a9ad(0x1fd)}}),_0x22acd4[_0x48a9ad(0x234)](_0x48a9ad(0x221))[_0x48a9ad(0x20b)]({'model':_0x48a9ad(0x245),'view':(_0x360646,{writer:_0x188d8d})=>this[_0x48a9ad(0x23e)](_0x188d8d,!0x0)}),_0x22acd4[_0x48a9ad(0x234)](_0x48a9ad(0x227))[_0x48a9ad(0x20b)]({'model':_0x48a9ad(0x245),'view':(_0x4cd3f9,{writer:_0x3478f5})=>{const _0x2b187d=_0x48a9ad;this[_0x2b187d(0x23f)][_0x2b187d(0x1f6)](_0x4cd3f9);const _0x318446=this[_0x2b187d(0x23e)](_0x3478f5);return _0x45d9b9(_0x318446,_0x3478f5,{'label':_0x586af9(this[_0x2b187d(0x24e)][_0x2b187d(0x1fe)],_0x2b187d(0x212))});}}),this[_0x48a9ad(0x24e)][_0x48a9ad(0x1f1)][_0x48a9ad(0x1eb)]({'name':_0x48a9ad(0x203),'classes':_0x48a9ad(0x1fd)}),this[_0x48a9ad(0x24e)][_0x48a9ad(0x1e3)][_0x48a9ad(0x1e4)]['on'](_0x48a9ad(0x21b),this[_0x48a9ad(0x21e)](),{'priority':_0x48a9ad(0x216)});}[_0x471778(0x23e)](_0x559921,_0x417e29=!0x1){const _0x330932=_0x471778,{locale:_0x55be7f}=this[_0x330932(0x24e)],_0x2424fe=_0x559921[_0x330932(0x1fb)](_0x330932(0x203),{'class':_0x330932(0x1fd)+(0x0===this[_0x330932(0x207)][_0x330932(0x224)]?_0x330932(0x1f9):''),...!_0x417e29&&{'data-table-of-contents-label':_0x586af9(_0x55be7f,_0x330932(0x212))}});0x0===this[_0x330932(0x207)][_0x330932(0x224)]&&!0x1===_0x417e29&&_0x559921[_0x330932(0x1f8)](_0x559921[_0x330932(0x24f)](_0x2424fe,_0x330932(0x1f2)),_0x559921[_0x330932(0x1fb)]('p',{'class':_0x330932(0x22b)},[_0x559921[_0x330932(0x215)](_0x586af9(_0x55be7f,_0x330932(0x21c)))]));const _0x3ce25f=_0x417e29?'':'['+_0x586af9(_0x55be7f,_0x330932(0x233))+']';let _0x52dd09=_0x2424fe;return this[_0x330932(0x207)][_0x330932(0x20f)]((_0x520784,_0x140510,_0x996464)=>{const _0xe97671=_0x330932,_0x38256d=this[_0xe97671(0x24e)][_0xe97671(0x228)][_0xe97671(0x213)](_0x520784[_0xe97671(0x1f5)],{'ignoreWhitespaces':!0x0}),_0x2b90b4=_0x38256d?_0x520784[_0xe97671(0x201)]:_0x3ce25f,_0x2f53ff=_0x520784[_0xe97671(0x1f5)][_0xe97671(0x20d)](this[_0xe97671(0x1f7)]),_0xffe4ae=_0x559921[_0xe97671(0x1fb)]('a',{'href':'#'+_0x2f53ff,...!_0x417e29&&{'tabindex':'-1'}},[_0x559921[_0xe97671(0x215)](_0x2b90b4)]),_0x24a45f=this[_0xe97671(0x24e)][_0xe97671(0x238)][_0xe97671(0x219)](_0xe97671(0x250));_0x559921[_0xe97671(0x22d)](_0xe97671(0x22f),_0x140510,_0xffe4ae);const _0x51a681=_0x559921[_0xe97671(0x1fb)]('li',null,[_0x38256d||!_0x417e29&&_0x24a45f?_0xffe4ae:_0x559921[_0xe97671(0x215)]('')]),_0x51fffe=_0x140510?_0x996464[_0x140510-0x1][_0xe97671(0x209)]:0x0,_0x3eb7a2=Math[_0xe97671(0x1e6)](_0x520784[_0xe97671(0x209)]-_0x51fffe);if(_0x520784[_0xe97671(0x209)]>_0x51fffe){const _0x3690f5=N(_0x51a681,_0x3eb7a2,_0x559921);_0x559921[_0xe97671(0x1f8)](_0x559921[_0xe97671(0x24f)](_0x52dd09,_0xe97671(0x1f2)),_0x3690f5);}else{const _0x59603f=function(_0xc7d7aa,_0x252ca5){const _0x36d70c=_0xe97671;return _0xc7d7aa[_0x36d70c(0x205)]({'includeSelf':!0x0,'parentFirst':!0x0})[_0x36d70c(0x1ec)](_0x3dd470=>_0x3dd470['is'](_0x36d70c(0x231),'ol'))[_0x252ca5];}(_0x52dd09,_0x3eb7a2);_0x559921[_0xe97671(0x1f8)](_0x559921[_0xe97671(0x24f)](_0x59603f,_0xe97671(0x1f2)),_0x51a681);}_0x52dd09=_0x51a681;}),_0x2424fe;}[_0x471778(0x1f0)](_0xf2eccb){const _0x280514=_0x471778,_0x2ebb59=this[_0x280514(0x207)][_0xf2eccb][_0x280514(0x1f5)];this[_0x280514(0x24e)][_0x280514(0x228)][_0x280514(0x1fc)](_0x4ea50c=>{const _0x1bd130=_0x280514;_0x4ea50c[_0x1bd130(0x20c)](_0x2ebb59,0x0);}),this[_0x280514(0x24e)][_0x280514(0x1e3)][_0x280514(0x248)][_0x280514(0x23c)]({'alignToTop':!0x0,'forceScroll':!0x0});}[_0x471778(0x21e)](){return(_0x3bcaf4,_0x3c4d17)=>{const _0x839b96=_0x5c58,_0x4ab2df=_0x3c4d17[_0x839b96(0x1e4)],_0x260c10=_0x4ab2df[_0x839b96(0x235)](_0x3c4d17[_0x839b96(0x208)]),_0x2855e0=_0x4ab2df[_0x839b96(0x20e)](_0x260c10);_0x2855e0['is'](_0x839b96(0x231),_0x839b96(0x245))&&(_0x3c4d17[_0x839b96(0x20a)]=this[_0x839b96(0x24e)][_0x839b96(0x228)][_0x839b96(0x24f)](_0x2855e0,0x0),_0x3bcaf4[_0x839b96(0x202)]());};}}function N(_0x38d819,_0x524832,_0x23b433){const _0x21d0c1=_0x471778;return 0x1===_0x524832?_0x23b433[_0x21d0c1(0x1fb)]('ol',null,[_0x38d819]):_0x23b433[_0x21d0c1(0x1fb)]('ol',null,[_0x23b433[_0x21d0c1(0x1fb)]('li',null,[N(_0x38d819,_0x524832-0x1,_0x23b433)])]);}
|